ProposalStatus$json top-level constant
Implementation
@$core.Deprecated('Use proposalStatusDescriptor instead')
const ProposalStatus$json = {
'1': 'ProposalStatus',
'2': [
{'1': 'PROPOSAL_STATUS_UNSPECIFIED', '2': 0, '3': {}},
{'1': 'PROPOSAL_STATUS_DEPOSIT_PERIOD', '2': 1, '3': {}},
{'1': 'PROPOSAL_STATUS_VOTING_PERIOD', '2': 2, '3': {}},
{'1': 'PROPOSAL_STATUS_PASSED', '2': 3, '3': {}},
{'1': 'PROPOSAL_STATUS_REJECTED', '2': 4, '3': {}},
{'1': 'PROPOSAL_STATUS_FAILED', '2': 5, '3': {}},
],
'3': {},
};