cosmosChainId property
Cosmos Chain ID (string)
Implementation
@$pb.TagNumber(5)
$core.String get cosmosChainId => $_getSZ(4);
Implementation
@$pb.TagNumber(5)
set cosmosChainId($core.String v) {
$_setString(4, v);
}
Cosmos Chain ID (string)
@$pb.TagNumber(5)
$core.String get cosmosChainId => $_getSZ(4);
@$pb.TagNumber(5)
set cosmosChainId($core.String v) {
$_setString(4, v);
}