pub fn test_node_config_with_keypair(
    keypair: Keypair
) -> NodeConfig<InMemoryStore>
Available on crate feature test-utils only.
Expand description

NodeConfig with given keypair and default values for the usage in tests.