UNPKG

@aave/protocol-js

Version:

Aave protocol data aggregation tool

6 lines (5 loc) 347 B
import { EthereumTransactionTypeExtended } from '../types'; import { SwapAndDepositMethodType } from '../types/LiquiditySwapAdapterParaswapMethodTypes'; export default interface LiquiditySwapAdapterInterface { swapAndDeposit: (args: SwapAndDepositMethodType, txs?: EthereumTransactionTypeExtended[]) => EthereumTransactionTypeExtended; }