OutPoint$json top-level constant

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

Implementation

@$core.Deprecated('Use outPointDescriptor instead')
const OutPoint$json = const {
  '1': 'OutPoint',
  '2': const [
    const {'1': 'tx_hash', '3': 1, '4': 1, '5': 12, '10': 'txHash'},
    const {'1': 'output_index', '3': 2, '4': 1, '5': 4, '10': 'outputIndex'},
  ],
};