|
CatapultServer
v0.5.0.1 (Elephant)
|
Policy for saving and loading multisig cache data. More...


Additional Inherited Members | |
Public Types inherited from catapult::cache::CacheStorageFromDescriptor< MultisigCacheDescriptor > | |
| using | SourceType = typename MultisigCacheDescriptor ::CacheViewType |
| Cache view type. More... | |
| using | DestinationType = typename MultisigCacheDescriptor ::CacheDeltaType |
| Cache delta type. More... | |
| using | KeyType = typename MultisigCacheDescriptor ::KeyType |
| Cache key type. More... | |
| using | ValueType = typename MultisigCacheDescriptor ::ValueType |
| Cache value type. More... | |
Static Public Member Functions inherited from catapult::cache::CacheStorageForBasicInsertRemoveCache< MultisigCacheDescriptor > | |
| static void | LoadInto (const typename MultisigCacheDescriptor ::ValueType &value, typename MultisigCacheDescriptor ::CacheDeltaType &cacheDelta) |
| Loads value into cacheDelta. More... | |
| static void | Purge (const typename MultisigCacheDescriptor ::ValueType &value, typename MultisigCacheDescriptor ::CacheDeltaType &cacheDelta) |
| Purges value from cacheDelta. More... | |
Static Public Member Functions inherited from catapult::state::MultisigEntrySerializer | |
| static void | Save (const MultisigEntry &entry, io::OutputStream &output) |
| Saves entry to output. More... | |
| static MultisigEntry | Load (io::InputStream &input) |
| Loads a single value from input. More... | |
Static Public Attributes inherited from catapult::state::MultisigEntrySerializer | |
| static constexpr uint16_t | State_Version = 1 |
| Serialized state version. More... | |
Policy for saving and loading multisig cache data.