@kamino-finance/scope-sdk
Version:
Scope Oracle SDK
15 lines • 827 B
TypeScript
import { Address, IAccountMeta, IInstruction } from "@solana/kit";
import * as types from "../types";
export interface GetRemoveLiquidityAmountAndFeeArgs {
params: types.GetRemoveLiquidityAmountAndFeeParamsFields;
}
export interface GetRemoveLiquidityAmountAndFeeAccounts {
perpetuals: Address;
pool: Address;
custody: Address;
custodyOracleAccount: Address;
lpTokenMint: Address;
}
export declare const layout: import("buffer-layout").Layout<unknown>;
export declare function getRemoveLiquidityAmountAndFee(args: GetRemoveLiquidityAmountAndFeeArgs, accounts: GetRemoveLiquidityAmountAndFeeAccounts, programAddress?: Address): IInstruction<string, readonly (IAccountMeta<string> | import("@solana/kit").IAccountLookupMeta<string, string>)[]>;
//# sourceMappingURL=getRemoveLiquidityAmountAndFee.d.ts.map