fbonds-core
Version:
Banx protocol sdk
5 lines (4 loc) • 763 B
TypeScript
import { BN, web3 } from '@coral-xyz/anchor';
export declare const flashBorrowReserveLiquidityInstruction: (liquidityAmount: number | BN, sourceLiquidity: web3.PublicKey, destinationLiquidity: web3.PublicKey, reserve: web3.PublicKey, lendingMarket: web3.PublicKey) => web3.TransactionInstruction;
export declare const SOLEND_PRODUCTION_PROGRAM_ID: web3.PublicKey;
export declare const flashRepayReserveLiquidityInstruction: (liquidityAmount: number | BN, borrowInstructionIndex: number, sourceLiquidity: web3.PublicKey, destinationLiquidity: web3.PublicKey, reserveLiquidityFeeReceiver: web3.PublicKey, hostFeeReceiver: web3.PublicKey, reserve: web3.PublicKey, lendingMarket: web3.PublicKey, userTransferAuthority: web3.PublicKey) => web3.TransactionInstruction;