Support custom the contract function and setting arguments for call and execute function
jolestar opened this issue · 2 comments
jolestar commented
A user wants to call or execute a function in the module:
Support user input a module name and function name and setting arguments the execute it with a transaction or call it for query state.
Relative API:
contract.resolve_function
: Get a function ABI.contract.call_v2
: Call a read-only function for query state.