fromNetwork static method
Implementation
static NetworkConfig fromNetwork(Network network, {port = 4705}) {
return NetworkConfig._(network.seedServerUrlBase, port, network);
}
static NetworkConfig fromNetwork(Network network, {port = 4705}) {
return NetworkConfig._(network.seedServerUrlBase, port, network);
}