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 = {
  '1': 'UnspentTransaction',
  '2': [
    {
      '1': 'out_point',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.TW.Bitcoin.Proto.OutPoint',
      '10': 'outPoint'
    },
    {'1': 'script', '3': 2, '4': 1, '5': 12, '10': 'script'},
    {'1': 'amount', '3': 3, '4': 1, '5': 3, '10': 'amount'},
    {
      '1': 'variant',
      '3': 4,
      '4': 1,
      '5': 14,
      '6': '.TW.Bitcoin.Proto.TransactionVariant',
      '10': 'variant'
    },
    {'1': 'spendingScript', '3': 5, '4': 1, '5': 12, '10': 'spendingScript'},
  ],
};