Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
sysio::chain::newaccount Struct Reference

#include <contract_types.hpp>

Collaboration diagram for sysio::chain::newaccount:

Static Public Member Functions

static account_name get_account ()
 
static action_name get_name ()
 

Public Attributes

account_name creator
 
account_name name
 
authority owner
 
authority active
 

Detailed Description

Definition at line 10 of file contract_types.hpp.

Member Function Documentation

◆ get_account()

static account_name sysio::chain::newaccount::get_account ( )
inlinestatic

Definition at line 16 of file contract_types.hpp.

16 {
17 return config::system_account_name;
18 }

◆ get_name()

static action_name sysio::chain::newaccount::get_name ( )
inlinestatic

Definition at line 20 of file contract_types.hpp.

20 {
21 return "newaccount"_n;
22 }
Here is the caller graph for this function:

Member Data Documentation

◆ active

authority sysio::chain::newaccount::active

Definition at line 14 of file contract_types.hpp.

◆ creator

account_name sysio::chain::newaccount::creator

Definition at line 11 of file contract_types.hpp.

◆ name

account_name sysio::chain::newaccount::name

Definition at line 12 of file contract_types.hpp.

◆ owner

authority sysio::chain::newaccount::owner

Definition at line 13 of file contract_types.hpp.


The documentation for this struct was generated from the following file: