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

    Enumeration ProposalStatus

    ProposalStatus enumerates the valid statuses of a proposal.

    from enum cosmos.gov.v1beta1.ProposalStatus

    Index

    Enumeration Members

    DEPOSIT_PERIOD: 1

    PROPOSAL_STATUS_DEPOSIT_PERIOD defines a proposal status during the deposit period.

    from enum value: PROPOSAL_STATUS_DEPOSIT_PERIOD = 1;

    FAILED: 5

    PROPOSAL_STATUS_FAILED defines a proposal status of a proposal that has failed.

    from enum value: PROPOSAL_STATUS_FAILED = 5;

    PASSED: 3

    PROPOSAL_STATUS_PASSED defines a proposal status of a proposal that has passed.

    from enum value: PROPOSAL_STATUS_PASSED = 3;

    REJECTED: 4

    PROPOSAL_STATUS_REJECTED defines a proposal status of a proposal that has been rejected.

    from enum value: PROPOSAL_STATUS_REJECTED = 4;

    UNSPECIFIED: 0

    PROPOSAL_STATUS_UNSPECIFIED defines the default proposal status.

    from enum value: PROPOSAL_STATUS_UNSPECIFIED = 0;

    VOTING_PERIOD: 2

    PROPOSAL_STATUS_VOTING_PERIOD defines a proposal status during the voting period.

    from enum value: PROPOSAL_STATUS_VOTING_PERIOD = 2;