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