PROPOSAL_STATUS: {
    PROPOSAL_STATUS_DEPOSIT_PERIOD: number;
    PROPOSAL_STATUS_FAILED: number;
    PROPOSAL_STATUS_PASSED: number;
    PROPOSAL_STATUS_REJECTED: number;
    PROPOSAL_STATUS_UNSPECIFIED: number;
    PROPOSAL_STATUS_VOTING_PERIOD: number;
    UNRECOGNIZED: number;
} = ...

Type declaration

  • PROPOSAL_STATUS_DEPOSIT_PERIOD: number

    PROPOSAL_STATUS_DEPOSIT_PERIOD - PROPOSAL_STATUS_DEPOSIT_PERIOD defines a proposal status during the deposit period.

  • PROPOSAL_STATUS_FAILED: number

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

  • PROPOSAL_STATUS_PASSED: number

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

  • PROPOSAL_STATUS_REJECTED: number

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

  • PROPOSAL_STATUS_UNSPECIFIED: number

    PROPOSAL_STATUS_UNSPECIFIED - PROPOSAL_STATUS_UNSPECIFIED defines the default propopsal status.

  • PROPOSAL_STATUS_VOTING_PERIOD: number

    PROPOSAL_STATUS_VOTING_PERIOD - PROPOSAL_STATUS_VOTING_PERIOD defines a proposal status during the voting period.

  • UNRECOGNIZED: number