Block$json top-level constant

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

Implementation

@$core.Deprecated('Use blockDescriptor instead')
const Block$json = const {
  '1': 'Block',
  '2': const [
    const {
      '1': 'parent_hash',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.ic_ledger.pb.v1.Hash',
      '10': 'parentHash'
    },
    const {
      '1': 'timestamp',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.ic_ledger.pb.v1.TimeStamp',
      '10': 'timestamp'
    },
    const {
      '1': 'transaction',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.ic_ledger.pb.v1.Transaction',
      '10': 'transaction'
    },
  ],
};