Crate polkadot_test_service
source ·Expand description
Polkadot test service only.
Re-exports§
pub use chain_spec::*;
Modules§
- Chain specifications for the test runtime.
Structs§
- A Polkadot test node instance used for testing.
Traits§
- This runtime API is only implemented for the test runtime!
Functions§
- Construct an extrinsic that can be applied to the test runtime.
- Construct a transfer extrinsic.
- Create a new full node.
- Create a Polkadot
Configuration
. - Run a test collator node that uses the test runtime.
- Run a test validator node that uses the test runtime and specified
config
. - Returns a prometheus config usable for testing.
Type Aliases§
- The client type being used by the test service.