Proposal$json top-level constant

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

Implementation

@$core.Deprecated('Use proposalDescriptor instead')
const Proposal$json = {
  '1': 'Proposal',
  '2': [
    {'1': 'id', '3': 1, '4': 1, '5': 4, '10': 'id'},
    {'1': 'messages', '3': 2, '4': 3, '5': 11, '6': '.google.protobuf.Any', '10': 'messages'},
    {'1': 'status', '3': 3, '4': 1, '5': 14, '6': '.cosmos.gov.v1.ProposalStatus', '10': 'status'},
    {'1': 'final_tally_result', '3': 4, '4': 1, '5': 11, '6': '.cosmos.gov.v1.TallyResult', '10': 'finalTallyResult'},
    {'1': 'submit_time', '3': 5, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '8': {}, '10': 'submitTime'},
    {'1': 'deposit_end_time', '3': 6, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '8': {}, '10': 'depositEndTime'},
    {'1': 'total_deposit', '3': 7, '4': 3, '5': 11, '6': '.cosmos.base.v1beta1.Coin', '8': {}, '10': 'totalDeposit'},
    {'1': 'voting_start_time', '3': 8, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '8': {}, '10': 'votingStartTime'},
    {'1': 'voting_end_time', '3': 9, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '8': {}, '10': 'votingEndTime'},
    {'1': 'metadata', '3': 10, '4': 1, '5': 9, '10': 'metadata'},
    {'1': 'title', '3': 11, '4': 1, '5': 9, '10': 'title'},
    {'1': 'summary', '3': 12, '4': 1, '5': 9, '10': 'summary'},
    {'1': 'proposer', '3': 13, '4': 1, '5': 9, '8': {}, '10': 'proposer'},
    {'1': 'expedited', '3': 14, '4': 1, '5': 8, '10': 'expedited'},
    {'1': 'failed_reason', '3': 15, '4': 1, '5': 9, '10': 'failedReason'},
  ],
};