Crate sc_network_test
source ·Structs§
- Implements
BlockImport
for anyTransaction
. Internally the transaction is “converted”, aka the field is set toNone
. - Generates
Extrinsic
- Configuration for a full peer.
- A Verifier that accepts all blocks and passes them on with the configured finality to be imported.
- Transfer used in test substrate pallet. Extrinsic is created and signed using this data.
Traits§
- A
test-runtime
extensions toTestClientBuilder
.
Type Aliases§
- A test block.
- A simple hash type for all our hashing.
- A test block’s header.
- A test client with default backend.
- A
TestClient
withtest-runtime
builder.