Tx$json top-level constant

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

Implementation

@$core.Deprecated('Use txDescriptor instead')
const Tx$json = {
  '1': 'Tx',
  '2': [
    {'1': 'txid', '3': 1, '4': 1, '5': 12, '10': 'txid'},
    {'1': 'version', '3': 2, '4': 1, '5': 5, '10': 'version'},
    {
      '1': 'inputs',
      '3': 3,
      '4': 3,
      '5': 11,
      '6': '.chronik.TxInput',
      '10': 'inputs'
    },
    {
      '1': 'outputs',
      '3': 4,
      '4': 3,
      '5': 11,
      '6': '.chronik.TxOutput',
      '10': 'outputs'
    },
    {'1': 'lock_time', '3': 5, '4': 1, '5': 13, '10': 'lockTime'},
    {
      '1': 'block',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.chronik.BlockMetadata',
      '10': 'block'
    },
    {'1': 'time_first_seen', '3': 9, '4': 1, '5': 3, '10': 'timeFirstSeen'},
    {'1': 'size', '3': 11, '4': 1, '5': 13, '10': 'size'},
    {'1': 'is_coinbase', '3': 12, '4': 1, '5': 8, '10': 'isCoinbase'},
    {
      '1': 'token_entries',
      '3': 13,
      '4': 3,
      '5': 11,
      '6': '.chronik.TokenEntry',
      '10': 'tokenEntries'
    },
    {
      '1': 'token_failed_parsings',
      '3': 14,
      '4': 3,
      '5': 11,
      '6': '.chronik.TokenFailedParsing',
      '10': 'tokenFailedParsings'
    },
    {
      '1': 'token_status',
      '3': 15,
      '4': 1,
      '5': 14,
      '6': '.chronik.TokenStatus',
      '10': 'tokenStatus'
    },
    {'1': 'is_final', '3': 16, '4': 1, '5': 8, '10': 'isFinal'},
  ],
};