Utxo$json top-level constant

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

Implementation

@$core.Deprecated('Use utxoDescriptor instead')
const Utxo$json = {
  '1': 'Utxo',
  '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': 4, '4': 1, '5': 3, '10': 'sats'},
    {'1': 'script', '3': 5, '4': 1, '5': 12, '10': 'script'},
    {'1': 'is_final', '3': 6, '4': 1, '5': 8, '10': 'isFinal'},
    {
      '1': 'token',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.chronik.Token',
      '10': 'token'
    },
    {
      '1': 'plugins',
      '3': 8,
      '4': 3,
      '5': 11,
      '6': '.chronik.Utxo.PluginsEntry',
      '10': 'plugins'
    },
  ],
  '3': [Utxo_PluginsEntry$json],
};