6namespace sysio {
namespace chain {
17 return config::system_account_name;
21 return "newaccount"_n;
32 return config::system_account_name;
45 return config::system_account_name;
61 return config::system_account_name;
65 return "updateauth"_n;
72 :account(account), permission(permission)
79 return config::system_account_name;
83 return "deleteauth"_n;
99 return config::system_account_name;
110 :account(account), code(code), type(type)
118 return config::system_account_name;
122 return "unlinkauth"_n;
131 return config::system_account_name;
135 return "canceldelay"_n;
147 return config::system_account_name;
sysio::chain::action_name action_name
unsigned __int128 uint128_t
#define FC_REFLECT(TYPE, MEMBERS)
Specializes fc::reflector for TYPE.
transaction_id_type trx_id
static action_name get_name()
permission_level canceling_auth
static account_name get_account()
deleteauth(const account_name &account, const permission_name &permission)
permission_name permission
static action_name get_name()
static account_name get_account()
linkauth(const account_name &account, const account_name &code, const action_name &type, const permission_name &requirement)
static action_name get_name()
static account_name get_account()
permission_name requirement
Immutable except for fc::from_variant.
static account_name get_account()
static action_name get_name()
static action_name get_name()
static account_name get_account()
onerror(uint128_t sid, const char *data, size_t len)
static account_name get_account()
static action_name get_name()
static action_name get_name()
static account_name get_account()
static action_name get_name()
static account_name get_account()
unlinkauth(const account_name &account, const account_name &code, const action_name &type)
permission_name permission
static account_name get_account()
static action_name get_name()