ScriptUtxo$json top-level constant

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

Implementation

@$core.Deprecated('Use scriptUtxoDescriptor instead')
const ScriptUtxo$json = {
  '1': 'ScriptUtxo',
  '2': [
    {
      '1': 'outpoint',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.chronik.OutPoint',
      '10': 'outpoint'
    },
    {'1': 'block_height', '3': 2, '4': 1, '5': 5, '10': 'blockHeight'},
    {'1': 'is_coinbase', '3': 3, '4': 1, '5': 8, '10': 'isCoinbase'},
    {'1': 'sats', '3': 5, '4': 1, '5': 3, '10': 'sats'},
    {'1': 'is_final', '3': 10, '4': 1, '5': 8, '10': 'isFinal'},
    {
      '1': 'token',
      '3': 11,
      '4': 1,
      '5': 11,
      '6': '.chronik.Token',
      '10': 'token'
    },
    {
      '1': 'plugins',
      '3': 12,
      '4': 3,
      '5': 11,
      '6': '.chronik.ScriptUtxo.PluginsEntry',
      '10': 'plugins'
    },
  ],
  '3': [ScriptUtxo_PluginsEntry$json],
};