UnspentTransaction$json top-level constant

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

Implementation

@$core.Deprecated('Use unspentTransactionDescriptor instead')
const UnspentTransaction$json = const {
  '1': 'UnspentTransaction',
  '2': const [
    const {
      '1': 'out_point',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.TW.Bitcoin.Proto.OutPoint',
      '10': 'outPoint'
    },
    const {'1': 'script', '3': 2, '4': 1, '5': 12, '10': 'script'},
    const {'1': 'amount', '3': 3, '4': 1, '5': 3, '10': 'amount'},
  ],
};