CatapultServer  v0.5.0.1 (Elephant)
AccountState.h File Reference
Include dependency graph for AccountState.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  catapult::state::AccountState
 Account state data. More...
 

Namespaces

 catapult
 
 catapult::state
 

Enumerations

enum  catapult::state::AccountType : uint8_t { catapult::state::AccountType::Unlinked, catapult::state::AccountType::Main, catapult::state::AccountType::Remote, catapult::state::AccountType::Remote_Unlinked }
 Possible account types. More...
 

Functions

bool catapult::state::IsRemote (AccountType accountType)
 Returns true if accountType corresponds to a remote account. More...
 
void catapult::state::RequireLinkedRemoteAndMainAccounts (const AccountState &remoteAccountState, const AccountState &mainAccountState)
 Requires that remoteAccountState and mainAccountState state are linked. More...