UNPKG

@kamino-finance/scope-sdk

Version:
15 lines 822 B
import { Address, IAccountMeta, IInstruction, TransactionSigner } from "@solana/kit"; import * as types from "../types"; export interface DecreasePositionPostSwapArgs { params: types.DecreasePositionPostSwapParamsFields; } export interface DecreasePositionPostSwapAccounts { keeper: TransactionSigner; positionRequest: Address; positionRequestAta: Address; eventAuthority: Address; program: Address; } export declare const layout: import("buffer-layout").Layout<unknown>; export declare function decreasePositionPostSwap(args: DecreasePositionPostSwapArgs, accounts: DecreasePositionPostSwapAccounts, programAddress?: Address): IInstruction<string, readonly (IAccountMeta<string> | import("@solana/kit").IAccountLookupMeta<string, string>)[]>; //# sourceMappingURL=decreasePositionPostSwap.d.ts.map