Defines type-safe C++ wrapers for querying action and sending action.
There are some methods from the [Action C API](#Action C API) that can be used directly from C++
Additional documentation for group
SUMMARY
Members | Descriptions |
---|---|
define SEND_INLINE_ACTION | Send inline action. |
define ACTION | Extend a new defined action with the action meta. |
public template<> T unpack_action_data () | Interpret the action body as type T. |
public template<> void require_recipient ( account_name name,accounts... remaining_accounts) | Notify an account for this action. |
public void require_auth (const permission_level & level) | Require the specified authorization for this action. |
struct eosio::permission_level | Packed representation of a permission level (Authorization) |
struct eosio::action | Packed representation of an action. |
struct eosio::action_meta | Base class to derive a new defined action from. |