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