|
CatapultServer
v0.5.0.1 (Elephant)
|
Account state data. More...

Public Member Functions | |
| AccountState (const catapult::Address &address, Height addressHeight) | |
| Creates an account state from an address and a height (addressHeight). More... | |
Public Attributes | |
| catapult::Address | Address |
| Address of an account. More... | |
| Height | AddressHeight |
| Height at which address has been obtained. More... | |
| Key | PublicKey |
| Public key of an account. Present if PublicKeyHeight > 0. More... | |
| Height | PublicKeyHeight |
| Height at which public key has been obtained. More... | |
| state::AccountType | AccountType |
| Type of account. More... | |
| Key | LinkedAccountKey |
| Public key of linked account. More... | |
| AccountImportanceSnapshots | ImportanceSnapshots |
| Importance snapshots of the account. More... | |
| AccountActivityBuckets | ActivityBuckets |
| Activity buckets of the account. More... | |
| AccountBalances | Balances |
| Balances of an account. More... | |
Account state data.
|
inlineexplicit |
Creates an account state from an address and a height (addressHeight).
| state::AccountType catapult::state::AccountState::AccountType |
Type of account.
| AccountActivityBuckets catapult::state::AccountState::ActivityBuckets |
Activity buckets of the account.
| catapult::Address catapult::state::AccountState::Address |
Address of an account.
| Height catapult::state::AccountState::AddressHeight |
Height at which address has been obtained.
| AccountBalances catapult::state::AccountState::Balances |
Balances of an account.
| AccountImportanceSnapshots catapult::state::AccountState::ImportanceSnapshots |
Importance snapshots of the account.
| Key catapult::state::AccountState::LinkedAccountKey |
Public key of linked account.
| Key catapult::state::AccountState::PublicKey |
Public key of an account. Present if PublicKeyHeight > 0.
| Height catapult::state::AccountState::PublicKeyHeight |
Height at which public key has been obtained.