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

Action

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

MembersDescriptions
define SEND_INLINE_ACTIONSend inline action.
define ACTIONExtend 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_levelPacked representation of a permission level (Authorization)
struct eosio::actionPacked representation of an action.
struct eosio::action_metaBase class to derive a new defined action from.