You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What does "action" mean? Isn't it an intent to make a "call"? The type of IntentAction.action is literally FunctionCall. It's a nit but I am designing wallet JSON RPC interface, so worth renaming if it makes sense.
Actually, it's not 'literally FunctionCall'. The only argument against I can think is it makes use of ContractFunctionInteraction which makes a case that this does more than calls
* This is the class that is returned when calling e.g. `contract.methods.myMethod(arg0, arg1)`.
* It contains available interactions one can call on a method, including view.
@LHerskind think it's worthy to change regardless?
What does "action" mean? Isn't it an intent to make a "call"? The type of
IntentAction.action
is literallyFunctionCall
. It's a nit but I am designing wallet JSON RPC interface, so worth renaming if it makes sense.from https://discord.com/channels/1144692727120937080/1329324356282748989
The text was updated successfully, but these errors were encountered: