authority property
authority is the address that controls the module (defaults to x/gov unless overwritten).
Implementation
@$pb.TagNumber(1)
$core.String get authority => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set authority($core.String v) { $_setString(0, v); }