BitShares-Core
7.0.0
BitShares blockchain node software and command-line wallet software
|
#include <genesis_state.hpp>
Public Member Functions | |
initial_account_type (const string &name=string(), const public_key_type &owner_key=public_key_type(), const public_key_type &active_key=public_key_type(), bool is_lifetime_member=false) | |
Public Attributes | |
string | name |
public_key_type | owner_key |
public_key_type | active_key |
bool | is_lifetime_member = false |
Definition at line 41 of file genesis_state.hpp.
|
inline |
Definition at line 42 of file genesis_state.hpp.
public_key_type graphene::chain::genesis_state_type::initial_account_type::active_key |
Definition at line 53 of file genesis_state.hpp.
bool graphene::chain::genesis_state_type::initial_account_type::is_lifetime_member = false |
Definition at line 54 of file genesis_state.hpp.
string graphene::chain::genesis_state_type::initial_account_type::name |
Definition at line 51 of file genesis_state.hpp.
public_key_type graphene::chain::genesis_state_type::initial_account_type::owner_key |
Definition at line 52 of file genesis_state.hpp.