maxExecutionPeriod property
max_execution_period defines the max duration after a proposal's voting period ends that members can send a MsgExec to execute the proposal.
Implementation
@$pb.TagNumber(1)
$55.Duration get maxExecutionPeriod => $_getN(0);
Implementation
@$pb.TagNumber(1)
set maxExecutionPeriod($55.Duration v) { setField(1, v); }