SlpToken$json top-level constant

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

Implementation

@$core.Deprecated('Use slpTokenDescriptor instead')
const SlpToken$json = const {
  '1': 'SlpToken',
  '2': const [
    const {'1': 'token_id', '3': 1, '4': 1, '5': 12, '10': 'tokenId'},
    const {
      '1': 'amount',
      '3': 2,
      '4': 1,
      '5': 4,
      '8': const {'6': 1},
      '10': 'amount',
    },
    const {'1': 'is_mint_baton', '3': 3, '4': 1, '5': 8, '10': 'isMintBaton'},
    const {'1': 'address', '3': 4, '4': 1, '5': 9, '10': 'address'},
    const {'1': 'decimals', '3': 5, '4': 1, '5': 13, '10': 'decimals'},
    const {'1': 'slp_action', '3': 6, '4': 1, '5': 14, '6': '.pb.SlpAction', '10': 'slpAction'},
    const {'1': 'token_type', '3': 7, '4': 1, '5': 14, '6': '.pb.SlpTokenType', '10': 'tokenType'},
  ],
};