bech32Prefix property
bech32_prefix is the bech32 account prefix for the app.
Implementation
@$pb.TagNumber(1)
$core.String get bech32Prefix => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set bech32Prefix($core.String v) { $_setString(0, v); }
bech32_prefix is the bech32 account prefix for the app.
@$pb.TagNumber(1)
$core.String get bech32Prefix => $_getSZ(0);
@$pb.TagNumber(1)
set bech32Prefix($core.String v) { $_setString(0, v); }