Expand description
Subspace test service only.
Macros§
- produce_
block_ with - Producing one block for both the primary node and the domain nodes, where the primary node can
use the
produce_block_with_xxx
function (i.e.produce_block_with_slot
) to produce block - produce_
blocks - Produce the given number of blocks for both the primary node and the domain nodes
- produce_
blocks_ until - Keep producing block with a fixed interval until the given condition become
true
Structs§
- Mock
Consensus Node - A mock Subspace consensus node instance used for testing.
Functions§
- construct_
extrinsic_ generic - Construct an extrinsic that can be applied to the test runtime.
- node_
config - Create a Subspace
Configuration
.