Expand description
Primitives for Subspace consensus.
Modules§
- consensus
- Consensus-related runtime interface
- digests
- Private implementation details of Subspace consensus digests.
- inherents
- Inherents for Subspace consensus
Structs§
- KzgExtension
- A KZG extension.
- PosExtension
- A Poof of space extension.
- PotExtension
- A Poof of time extension.
- PotNext
Slot Input - Next slot input for proof of time evaluation
- PotParameters
Change - Change of parameters to apply to PoT chain
- Signed
Vote - Signed farmer vote.
- Solution
Ranges - Subspace solution ranges used for challenges.
- Wrapped
PotOutput - Wrapped proof of time output for the purposes of runtime interface.
- Wrapped
Solution - Wrapped solution for the purposes of runtime interface.
- Wrapped
Verify Solution Params - Wrapped solution verification parameters for the purposes of runtime interface.
Enums§
- Chain
Constants - Subspace blockchain constants.
- PotParameters
- Proof of time parameters
- Subspace
Justification - Subspace justification
- Vote
- Farmer vote.
Traits§
- Subspace
Api - API necessary for block authorship with Subspace.