authority property

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

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

Implementation

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

Implementation

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