Structs§
- one entry in the in-mem accounts index Represents the value for an account key in the in-memory accounts index
- data per entry in in-mem accounts index used to keep track of consistency with disk index
- T: account info type to interact in in-memory items U: account info type to be persisted to disk
- The self-referencing struct.
Enums§
- specification of how much memory in-mem portion of account index can use
- can be used to pre-allocate structures for insertion into accounts index outside of lock
- how accounts index ‘upsert’ should handle reclaims