Witness$json top-level constant

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

Implementation

@$core.Deprecated('Use witnessDescriptor instead')
const Witness$json = const {
  '1': 'Witness',
  '2': const [
    const {'1': 'address', '3': 1, '4': 1, '5': 12, '10': 'address'},
    const {'1': 'voteCount', '3': 2, '4': 1, '5': 3, '10': 'voteCount'},
    const {'1': 'pubKey', '3': 3, '4': 1, '5': 12, '10': 'pubKey'},
    const {'1': 'url', '3': 4, '4': 1, '5': 9, '10': 'url'},
    const {'1': 'totalProduced', '3': 5, '4': 1, '5': 3, '10': 'totalProduced'},
    const {'1': 'totalMissed', '3': 6, '4': 1, '5': 3, '10': 'totalMissed'},
    const {
      '1': 'latestBlockNum',
      '3': 7,
      '4': 1,
      '5': 3,
      '10': 'latestBlockNum'
    },
    const {'1': 'latestSlotNum', '3': 8, '4': 1, '5': 3, '10': 'latestSlotNum'},
    const {'1': 'isJobs', '3': 9, '4': 1, '5': 8, '10': 'isJobs'},
  ],
};