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 = {
  '1': 'OutPoint',
  '2': [
    {'1': 'hash', '3': 1, '4': 1, '5': 12, '10': 'hash'},
    {'1': 'vout', '3': 2, '4': 1, '5': 13, '10': 'vout'},
  ],
};