Skip to main content
Version: mainnet (v0.71)

ProposalState

Various states a proposal can transition through: Open ->

  • Passed -> Enacted.
  • Rejected. Proposal can enter Failed state from any other state.
enum ProposalState {
STATE_FAILED
STATE_OPEN
STATE_PASSED
STATE_DECLINED
STATE_REJECTED
STATE_ENACTED
STATE_WAITING_FOR_NODE_VOTE
}

Values

ProposalState.STATE_FAILED

Proposal became invalid and cannot be processed

ProposalState.STATE_OPEN

Proposal is open for voting

ProposalState.STATE_PASSED

Proposal has gained enough support to be executed

ProposalState.STATE_DECLINED

Proposal didn't get enough votes

ProposalState.STATE_REJECTED

Proposal could not gain enough support to be executed

ProposalState.STATE_ENACTED

Proposal has been executed and the changes under this proposal have now been applied

ProposalState.STATE_WAITING_FOR_NODE_VOTE

Proposal is waiting for the node to run validation

Member of

Proposal object ● ProposalDetail object ● proposalsConnection query