CosmosNetworkInfo.fromSingleHost constructor

CosmosNetworkInfo.fromSingleHost({
  1. required String bech32Hrp,
  2. required String host,
})

Implementation

factory CosmosNetworkInfo.fromSingleHost({
  required String bech32Hrp,
  required String host,
}) {
  return CosmosNetworkInfo(bech32Hrp: bech32Hrp);
}