cosmosChainId property

  1. @TagNumber.new(5)
String get cosmosChainId

Cosmos Chain ID (string)

Implementation

@$pb.TagNumber(5)
$core.String get cosmosChainId => $_getSZ(4);
  1. @TagNumber.new(5)
set cosmosChainId (String v)

Implementation

@$pb.TagNumber(5)
set cosmosChainId($core.String v) {
  $_setString(4, v);
}