Unpack the received action and execute the correponding action handler.
Unpack the received action and execute the correponding action handler
Parameters
T
- The contract class that has the correponding action handler, this contract should be derived from eosio::contractQ
- The namespace of the action handler functionArgs
- The arguments that the action handler accepts, i.e. members of the action
Parameters
obj
- The contract object that has the correponding action handlerfunc
- The action handler
Returns
true