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': 'bitcoin_net', '3': 1, '4': 1, '5': 14, '6': '.pb.GetBlockchainInfoResponse.BitcoinNet', '10': 'bitcoinNet'},
    const {'1': 'best_height', '3': 2, '4': 1, '5': 5, '10': 'bestHeight'},
    const {'1': 'best_block_hash', '3': 3, '4': 1, '5': 12, '10': 'bestBlockHash'},
    const {'1': 'difficulty', '3': 4, '4': 1, '5': 1, '10': 'difficulty'},
    const {'1': 'median_time', '3': 5, '4': 1, '5': 3, '10': 'medianTime'},
    const {'1': 'tx_index', '3': 6, '4': 1, '5': 8, '10': 'txIndex'},
    const {'1': 'addr_index', '3': 7, '4': 1, '5': 8, '10': 'addrIndex'},
    const {'1': 'slp_index', '3': 8, '4': 1, '5': 8, '10': 'slpIndex'},
    const {'1': 'slp_graphsearch', '3': 9, '4': 1, '5': 8, '10': 'slpGraphsearch'},
  ],
  '4': const [GetBlockchainInfoResponse_BitcoinNet$json],
};