Function polkadot_test_service::run_validator_node
source · pub fn run_validator_node(
config: Configuration,
worker_program_path: Option<PathBuf>,
) -> PolkadotTestNode
Expand description
Run a test validator node that uses the test runtime and specified config
.