Exec defines modes of execution of a proposal on creation or on new vote.

from enum cosmos.group.v1.Exec

Enumeration Members

Enumeration Members

TRY: 1

Try to execute the proposal immediately. If the proposal is not allowed per the DecisionPolicy, the proposal will still be open and could be executed at a later point.

from enum value: EXEC_TRY = 1;

UNSPECIFIED: 0

An empty value means that there should be a separate MsgExec request for the proposal to execute.

from enum value: EXEC_UNSPECIFIED = 0;