MarketPriceList$json top-level constant

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

Implementation

@$core.Deprecated('Use marketPriceListDescriptor instead')
const MarketPriceList$json = const {
  '1': 'MarketPriceList',
  '2': const [
    const {'1': 'sell_token_id', '3': 1, '4': 1, '5': 12, '10': 'sellTokenId'},
    const {'1': 'buy_token_id', '3': 2, '4': 1, '5': 12, '10': 'buyTokenId'},
    const {
      '1': 'prices',
      '3': 3,
      '4': 3,
      '5': 11,
      '6': '.protocol.MarketPrice',
      '10': 'prices'
    },
  ],
};