ExchangeWithdrawContract$json top-level constant

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

Implementation

@$core.Deprecated('Use exchangeWithdrawContractDescriptor instead')
const ExchangeWithdrawContract$json = const {
  '1': 'ExchangeWithdrawContract',
  '2': const [
    const {'1': 'owner_address', '3': 1, '4': 1, '5': 12, '10': 'ownerAddress'},
    const {'1': 'exchange_id', '3': 2, '4': 1, '5': 3, '10': 'exchangeId'},
    const {'1': 'token_id', '3': 3, '4': 1, '5': 12, '10': 'tokenId'},
    const {'1': 'quant', '3': 4, '4': 1, '5': 3, '10': 'quant'},
  ],
};