pub async fn setup(
num_nodes: usize,
) -> Result<(Vec<NodeHelperType<OpNode, BlockchainProvider<NodeTypesWithDBAdapter<OpNode, TmpDB>>>>, TaskManager, Wallet)>
Available on crate feature
test-utils
only.Expand description
Creates the initial setup with num_nodes
of the node config, started and connected.