getPaymentAssetsForNetwork abstract method

List<ExchangeAsset> getPaymentAssetsForNetwork({
  1. String? chainId,
  2. bool includeNative = true,
})

ℹ️ Get supported assets on the given chainId (CAIP-2) Null value will return all supported assets in all networks

Implementation

List<ExchangeAsset> getPaymentAssetsForNetwork({
  String? chainId,
  bool includeNative = true,
});