Expand description
Implements data structures specific to the database
Re-exports§
pub use sharded_key::ShardedKey;
pub use accounts::*;
pub use blocks::*;
Modules§
- Account related models and types.
- Block related models and types.
- Sharded key
- Storage sharded key
Structs§
- Account as it is saved in the database.
- Client version that accessed the database.
- Wrapper struct so it can use StructFlags from Compact, when used as pure table values.
- Placeholder struct for when there is no need for a fieldset. Doesn’t actually write or read any data.
- Wrapper struct so it can use StructFlags from Compact, when used as pure table values.
- Fieldset that facilitates compacting the parent type. Used bytes: 1 | Unused bits: 4
- Wrapper struct so it can use StructFlags from Compact, when used as pure table values.
- Fieldset that facilitates compacting the parent type. Used bytes: 1 | Unused bits: 2
- The storage of the block body indices.
- The storage representation of block withdrawals.