pub async 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
.
pub async fn run_validator_node(
config: Configuration,
worker_program_path: Option<PathBuf>,
) -> PolkadotTestNode
Run a test validator node that uses the test runtime and specified config
.