BlockInfo$json top-level constant

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

Implementation

@$core.Deprecated('Use blockInfoDescriptor instead')
const BlockInfo$json = const {
  '1': 'BlockInfo',
  '2': const [
    const {'1': 'hash', '3': 1, '4': 1, '5': 12, '10': 'hash'},
    const {'1': 'height', '3': 2, '4': 1, '5': 5, '10': 'height'},
    const {'1': 'version', '3': 3, '4': 1, '5': 5, '10': 'version'},
    const {'1': 'previous_block', '3': 4, '4': 1, '5': 12, '10': 'previousBlock'},
    const {'1': 'merkle_root', '3': 5, '4': 1, '5': 12, '10': 'merkleRoot'},
    const {'1': 'timestamp', '3': 6, '4': 1, '5': 3, '10': 'timestamp'},
    const {'1': 'bits', '3': 7, '4': 1, '5': 13, '10': 'bits'},
    const {'1': 'nonce', '3': 8, '4': 1, '5': 13, '10': 'nonce'},
    const {'1': 'confirmations', '3': 9, '4': 1, '5': 5, '10': 'confirmations'},
    const {'1': 'difficulty', '3': 10, '4': 1, '5': 1, '10': 'difficulty'},
    const {'1': 'next_block_hash', '3': 11, '4': 1, '5': 12, '10': 'nextBlockHash'},
    const {'1': 'size', '3': 12, '4': 1, '5': 5, '10': 'size'},
    const {'1': 'median_time', '3': 13, '4': 1, '5': 3, '10': 'medianTime'},
  ],
};