|
CatapultServer
v0.5.0.1 (Elephant)
|
Describes an account state cache. More...
Public Types | |
| using | KeyType = Address |
| using | ValueType = state::AccountState |
| using | CacheType = AccountStateCache |
| using | CacheDeltaType = AccountStateCacheDelta |
| using | CacheViewType = AccountStateCacheView |
| using | Serializer = AccountStatePrimarySerializer |
| using | PatriciaTree = AccountStatePatriciaTree |
Static Public Member Functions | |
| static auto | GetKeyFromValue (const ValueType &accountState) |
| Gets the key corresponding to accountState. More... | |
Static Public Attributes | |
| static constexpr auto | Name = "AccountStateCache:Address" |
Describes an account state cache.
|
inlinestatic |
Gets the key corresponding to accountState.
|
staticconstexpr |