bech32PrefixConsensus property
bech32_prefix_consensus is the bech32 consensus node prefix for the app.
Implementation
@$pb.TagNumber(4)
$core.String get bech32PrefixConsensus => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set bech32PrefixConsensus($core.String v) { $_setString(3, v); }