Expand description
Data structures related to objects (useful data) stored on Subspace Network.
There are two kinds of mappings:
- for objects within a block
- for global objects in the global history of the blockchain (inside a piece)
Structs§
- Block
Object - Object stored inside of the block
- Compact
Global Object - Space-saving serialization of an object stored in the history of the blockchain
- Global
Object - Object stored in the history of the blockchain
Enums§
- Block
Object Mapping - Mapping of objects stored inside of the block
- Global
Object Mapping - Mapping of objects stored in the history of the blockchain