UNPKG

@kamino-finance/kliquidity-sdk

Version:

Typescript SDK for interacting with the Kamino Liquidity (kliquidity) protocol

21 lines 728 B
import { Address, IInstruction, Option, TransactionSigner } from "@solana/kit"; export interface RemoveAllLiquidityAccounts { position: Address; lbPair: Address; binArrayBitmapExtension: Option<Address>; userTokenX: Address; userTokenY: Address; reserveX: Address; reserveY: Address; tokenXMint: Address; tokenYMint: Address; binArrayLower: Address; binArrayUpper: Address; sender: TransactionSigner; tokenXProgram: Address; tokenYProgram: Address; eventAuthority: Address; program: Address; } export declare function removeAllLiquidity(accounts: RemoveAllLiquidityAccounts, programAddress?: Address): IInstruction; //# sourceMappingURL=removeAllLiquidity.d.ts.map