authority property

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

authority is the address that controls the module (defaults to x/gov unless overwritten).

Implementation

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

Implementation

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