getPaymentAssetsForNetwork abstract method

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

Implementation

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