pub fn test_node_config() -> NodeConfig<InMemoryStore>
Available on crate feature test-utils only.
Expand description

NodeConfig with default values for the usage in tests.

Can be used to fill the missing fields with ..test_node_config() syntax.