TransactionInput$json top-level constant

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

Implementation

@$core.Deprecated('Use transactionInputDescriptor instead')
const TransactionInput$json = {
  '1': 'TransactionInput',
  '2': [
    {
      '1': 'out_point',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.TW.DecredV2.Proto.OutPoint',
      '10': 'outPoint'
    },
    {'1': 'sequence', '3': 2, '4': 1, '5': 13, '10': 'sequence'},
    {'1': 'value', '3': 3, '4': 1, '5': 3, '10': 'value'},
    {'1': 'block_height', '3': 4, '4': 1, '5': 13, '10': 'blockHeight'},
    {'1': 'block_index', '3': 5, '4': 1, '5': 13, '10': 'blockIndex'},
    {'1': 'script_sig', '3': 6, '4': 1, '5': 12, '10': 'scriptSig'},
  ],
};