EventExec is an event emitted when a proposal is executed.
from message cosmos.group.v1.EventExec
Optional
logs contains error logs in case the execution result is FAILURE.
from field: string logs = 3;
proposal_id is the unique ID of the proposal.
from field: uint64 proposal_id = 1;
result is the proposal execution result.
from field: cosmos.group.v1.ProposalExecutorResult result = 2;
Static
Readonly
EventExec is an event emitted when a proposal is executed.
Generated
from message cosmos.group.v1.EventExec