TokenInfo$json top-level constant

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

Implementation

@$core.Deprecated('Use tokenInfoDescriptor instead')
const TokenInfo$json = {
  '1': 'TokenInfo',
  '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': 'genesis_info',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.chronik.GenesisInfo',
      '10': 'genesisInfo'
    },
    {
      '1': 'block',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.chronik.BlockMetadata',
      '10': 'block'
    },
    {'1': 'time_first_seen', '3': 5, '4': 1, '5': 3, '10': 'timeFirstSeen'},
  ],
};