getPaymentAssetsForNetwork abstract method
ℹ️ 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,
});