Expand description
Polkadot test service only.
Re-exports§
pub use chain_spec::*;
Modules§
- chain_
spec - Chain specifications for the test runtime.
Structs§
- Polkadot
Test Node - A Polkadot test node instance used for testing.
Traits§
- GetLast
Timestamp - This runtime API is only implemented for the test runtime!
Functions§
- construct_
extrinsic - Construct an extrinsic that can be applied to the test runtime.
- construct_
transfer_ extrinsic - Construct a transfer extrinsic.
- get_
listen_ address - Get the listen multiaddr from the network service.
- new_
full - Create a new full node.
- node_
config - Create a Polkadot
Configuration
. - run_
collator_ node - Run a test collator node that uses the test runtime.
- run_
validator_ node - Run a test validator node that uses the test runtime and specified
config
. - test_
prometheus_ config - Returns a prometheus config usable for testing.
Type Aliases§
- Client
- The client type being used by the test service.
- Full
Backend