authority property
authority defines the custom module authority. If not set, defaults to the governance module.
Implementation
@$pb.TagNumber(2)
$core.String get authority => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set authority($core.String v) { $_setString(1, v); }