These docs are for v1.3.0. Click to read the latest docs for v1.6.

execute_action

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::contract
  • Q - The namespace of the action handler function
  • Args - The arguments that the action handler accepts, i.e. members of the action

Parameters

  • obj - The contract object that has the correponding action handler
  • func - The action handler

Returns

true