TokenAmount$json top-level constant

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

Implementation

@$core.Deprecated('Use tokenAmountDescriptor instead')
const TokenAmount$json = const {
  '1': 'TokenAmount',
  '2': const [
    const {'1': 'policy_id', '3': 1, '4': 1, '5': 9, '10': 'policyId'},
    const {'1': 'asset_name', '3': 2, '4': 1, '5': 9, '10': 'assetName'},
    const {'1': 'amount', '3': 3, '4': 1, '5': 12, '10': 'amount'},
  ],
};