subspace_core_primitives

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§

  • Object stored inside of the block
  • Space-saving serialization of an object stored in the history of the blockchain
  • Object stored in the history of the blockchain
  • Response to object mapping subscription, including a block height. Large responses are batched, so the block height can be repeated in different responses.

Enums§