TokenEntry$json top-level constant

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

Implementation

@$core.Deprecated('Use tokenEntryDescriptor instead')
const TokenEntry$json = {
  '1': 'TokenEntry',
  '2': [
    {'1': 'token_id', '3': 1, '4': 1, '5': 9, '10': 'tokenId'},
    {
      '1': 'token_type',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.chronik.TokenType',
      '10': 'tokenType'
    },
    {
      '1': 'tx_type',
      '3': 3,
      '4': 1,
      '5': 14,
      '6': '.chronik.TokenTxType',
      '10': 'txType'
    },
    {'1': 'group_token_id', '3': 4, '4': 1, '5': 9, '10': 'groupTokenId'},
    {'1': 'is_invalid', '3': 5, '4': 1, '5': 8, '10': 'isInvalid'},
    {'1': 'burn_summary', '3': 6, '4': 1, '5': 9, '10': 'burnSummary'},
    {
      '1': 'failed_colorings',
      '3': 7,
      '4': 3,
      '5': 11,
      '6': '.chronik.TokenFailedColoring',
      '10': 'failedColorings'
    },
    {'1': 'actual_burn_atoms', '3': 8, '4': 1, '5': 9, '10': 'actualBurnAtoms'},
    {
      '1': 'intentional_burn_atoms',
      '3': 9,
      '4': 1,
      '5': 4,
      '10': 'intentionalBurnAtoms'
    },
    {
      '1': 'burns_mint_batons',
      '3': 10,
      '4': 1,
      '5': 8,
      '10': 'burnsMintBatons'
    },
  ],
};