ProposalStatus$json top-level constant

  1. @Deprecated('Use proposalStatusDescriptor instead')
Map<String, Object> const ProposalStatus$json

Implementation

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