getPaymentAssetsForNetwork abstract method

List<ExchangeAsset> getPaymentAssetsForNetwork({
  1. String? chainId,
})

ℹ️ 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});