EventExec is an event emitted when a proposal is executed.

from message cosmos.group.v1.EventExec

Hierarchy

Constructors

Properties

logs: string = ""

logs contains error logs in case the execution result is FAILURE.

from field: string logs = 3;

proposalId: bigint = protoInt64.zero

proposal_id is the unique ID of the proposal.

from field: uint64 proposal_id = 1;

result: ProposalExecutorResult = ProposalExecutorResult.UNSPECIFIED

result is the proposal execution result.

from field: cosmos.group.v1.ProposalExecutorResult result = 2;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.group.v1.EventExec" = "cosmos.group.v1.EventExec"

Methods