bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Class EventProposalPruned

    EventProposalPruned is an event emitted when a proposal is pruned.

    from message cosmos.group.v1.EventProposalPruned

    Hierarchy

    Index

    Constructors

    Properties

    proposalId: bigint = protoInt64.zero

    proposal_id is the unique ID of the proposal.

    from field: uint64 proposal_id = 1;

    status: 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;

    tallyResult?: cosmos.group.v1.TallyResult

    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"

    Methods