TxOutput$json top-level constant

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

Implementation

@$core.Deprecated('Use txOutputDescriptor instead')
const TxOutput$json = {
  '1': 'TxOutput',
  '2': [
    {'1': 'sats', '3': 1, '4': 1, '5': 3, '10': 'sats'},
    {'1': 'output_script', '3': 2, '4': 1, '5': 12, '10': 'outputScript'},
    {
      '1': 'spent_by',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.chronik.SpentBy',
      '10': 'spentBy'
    },
    {
      '1': 'token',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.chronik.Token',
      '10': 'token'
    },
    {
      '1': 'plugins',
      '3': 6,
      '4': 3,
      '5': 11,
      '6': '.chronik.TxOutput.PluginsEntry',
      '10': 'plugins'
    },
  ],
  '3': [TxOutput_PluginsEntry$json],
};