pub fn node_config(
tokio_handle: Handle,
key: Sr25519Keyring,
boot_nodes: Vec<MultiaddrWithPeerId>,
run_farmer: bool,
force_authoring: bool,
force_synced: bool,
private_evm: bool,
evm_owner_account: Option<AccountId>,
base_path: BasePath,
rpc_addr: Option<SocketAddr>,
rpc_port: Option<u16>,
) -> ConfigurationExpand description
Create a Subspace Configuration.
By default an in-memory socket will be used, therefore you need to provide boot nodes if you want the future node to be connected to other nodes.