authority property

  1. @TagNumber.new(3)
String get authority

authority defines the custom module authority. If not set, defaults to the governance module.

Implementation

@$pb.TagNumber(3)
$core.String get authority => $_getSZ(2);
  1. @TagNumber.new(3)
set authority (String v)

Implementation

@$pb.TagNumber(3)
set authority($core.String v) { $_setString(2, v); }