getPaymentAssetsForNetwork method

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

Implementation

@override
List<ExchangeAsset> getPaymentAssetsForNetwork({
  String? chainId,
  bool includeNative = true,
}) {
  return _appKit.getPaymentAssetsForNetwork(
    chainId: chainId,
    includeNative: includeNative,
  );
}