Token$json top-level constant

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

Implementation

@$core.Deprecated('Use tokenDescriptor instead')
const Token$json = {
  '1': 'Token',
  '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': 'entry_idx', '3': 3, '4': 1, '5': 5, '10': 'entryIdx'},
    {'1': 'atoms', '3': 4, '4': 1, '5': 4, '10': 'atoms'},
    {'1': 'is_mint_baton', '3': 5, '4': 1, '5': 8, '10': 'isMintBaton'},
  ],
};