Expand description
The miner.
Structs§
- A base miner that is only capable of mining a new solution and checking it against the state of this pallet for feasibility, and trimming its length/weight.
- Aggregator for inputs to
BaseMiner
.
Enums§
- The errors related to the
BaseMiner
. - The type of the snapshot.
Traits§
- Configurations for the miner.
Type Aliases§
- Parameterized
BoundedSupports
for the miner.