TxInput$json top-level constant

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

Implementation

@$core.Deprecated('Use txInputDescriptor instead')
const TxInput$json = {
  '1': 'TxInput',
  '2': [
    {
      '1': 'prev_out',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.chronik.OutPoint',
      '10': 'prevOut'
    },
    {'1': 'input_script', '3': 2, '4': 1, '5': 12, '10': 'inputScript'},
    {'1': 'output_script', '3': 3, '4': 1, '5': 12, '10': 'outputScript'},
    {'1': 'sats', '3': 4, '4': 1, '5': 3, '10': 'sats'},
    {'1': 'sequence_no', '3': 5, '4': 1, '5': 13, '10': 'sequenceNo'},
    {
      '1': 'token',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.chronik.Token',
      '10': 'token'
    },
    {
      '1': 'plugins',
      '3': 9,
      '4': 3,
      '5': 11,
      '6': '.chronik.TxInput.PluginsEntry',
      '10': 'plugins'
    },
  ],
  '3': [TxInput_PluginsEntry$json],
};