UNPKG

@aave/protocol-js

Version:

Aave protocol data aggregation tool

6 lines (5 loc) 339 B
import { EthereumTransactionTypeExtended } from '../types'; import { RepayWithCollateralType } from '../types/RepayWithCollateralMethodTypes'; export default interface RepayWithCollateralAdapterInterface { swapAndRepay: (args: RepayWithCollateralType, txs: EthereumTransactionTypeExtended[]) => EthereumTransactionTypeExtended; }