summary property
summary is a short summary of the proposal
Since: cosmos-sdk 0.47
Implementation
@$pb.TagNumber(12)
$core.String get summary => $_getSZ(11);
Implementation
@$pb.TagNumber(12)
set summary($core.String v) { $_setString(11, v); }
summary is a short summary of the proposal
Since: cosmos-sdk 0.47
@$pb.TagNumber(12)
$core.String get summary => $_getSZ(11);
@$pb.TagNumber(12)
set summary($core.String v) { $_setString(11, v); }