GetBlockchainInfoResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use getBlockchainInfoResponseDescriptor instead')
const GetBlockchainInfoResponse$json = const {
  '1': 'GetBlockchainInfoResponse',
  '2': const [
    const {
      '1': 'last_block_height',
      '3': 1,
      '4': 1,
      '5': 13,
      '10': 'lastBlockHeight'
    },
    const {
      '1': 'last_block_hash',
      '3': 2,
      '4': 1,
      '5': 9,
      '10': 'lastBlockHash'
    },
    const {
      '1': 'total_accounts',
      '3': 3,
      '4': 1,
      '5': 5,
      '10': 'totalAccounts'
    },
    const {
      '1': 'total_validators',
      '3': 4,
      '4': 1,
      '5': 5,
      '10': 'totalValidators'
    },
    const {'1': 'total_power', '3': 5, '4': 1, '5': 3, '10': 'totalPower'},
    const {
      '1': 'committee_power',
      '3': 6,
      '4': 1,
      '5': 3,
      '10': 'committeePower'
    },
    const {
      '1': 'committee_validators',
      '3': 7,
      '4': 3,
      '5': 11,
      '6': '.pactus.ValidatorInfo',
      '10': 'committeeValidators'
    },
    const {'1': 'is_pruned', '3': 8, '4': 1, '5': 8, '10': 'isPruned'},
    const {
      '1': 'pruning_height',
      '3': 9,
      '4': 1,
      '5': 13,
      '10': 'pruningHeight'
    },
    const {
      '1': 'last_block_time',
      '3': 10,
      '4': 1,
      '5': 3,
      '10': 'lastBlockTime'
    },
  ],
};