Module objects

Source
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§

BlockObject
Object stored inside of the block
CompactGlobalObject
Space-saving serialization of an object stored in the history of the blockchain
GlobalObject
Object stored in the history of the blockchain

Enums§

BlockObjectMapping
Mapping of objects stored inside of the block
GlobalObjectMapping
Mapping of objects stored in the history of the blockchain