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