@bandz/protocol-js
Version:
Bandz protocol data aggregation tool
6 lines (5 loc) • 347 B
TypeScript
import { SmartBCHTransactionTypeExtended } from '../types';
import { SwapAndDepositMethodType } from '../types/LiquiditySwapAdapterParaswapMethodTypes';
export default interface LiquiditySwapAdapterInterface {
swapAndDeposit: (args: SwapAndDepositMethodType, txs?: SmartBCHTransactionTypeExtended[]) => SmartBCHTransactionTypeExtended;
}