EventProposalPruned is an event emitted when a proposal is pruned.

from message cosmos.group.v1.EventProposalPruned

Hierarchy

Constructors

Properties

proposalId: bigint = protoInt64.zero

proposal_id is the unique ID of the proposal.

from field: uint64 proposal_id = 1;

status: proto.cosmos.group.v1.ProposalStatus = ProposalStatus.UNSPECIFIED

status is the proposal status (UNSPECIFIED, SUBMITTED, ACCEPTED, REJECTED, ABORTED, WITHDRAWN).

from field: cosmos.group.v1.ProposalStatus status = 2;

tally_result is the proposal tally result (when applicable).

from field: cosmos.group.v1.TallyResult tally_result = 3;

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

Methods