MarketSellAssetContract$json top-level constant

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

Implementation

@$core.Deprecated('Use marketSellAssetContractDescriptor instead')
const MarketSellAssetContract$json = const {
  '1': 'MarketSellAssetContract',
  '2': const [
    const {'1': 'owner_address', '3': 1, '4': 1, '5': 12, '10': 'ownerAddress'},
    const {'1': 'sell_token_id', '3': 2, '4': 1, '5': 12, '10': 'sellTokenId'},
    const {
      '1': 'sell_token_quantity',
      '3': 3,
      '4': 1,
      '5': 3,
      '10': 'sellTokenQuantity'
    },
    const {'1': 'buy_token_id', '3': 4, '4': 1, '5': 12, '10': 'buyTokenId'},
    const {
      '1': 'buy_token_quantity',
      '3': 5,
      '4': 1,
      '5': 3,
      '10': 'buyTokenQuantity'
    },
  ],
};