UNPKG

@kamino-finance/farms-sdk

Version:
12 lines 615 B
import { Address, IAccountMeta, IInstruction, TransactionSigner } from "@solana/kit"; export interface WithdrawUnstakedDepositsAccounts { owner: TransactionSigner; userState: Address; farmState: Address; userAta: Address; farmVault: Address; farmVaultsAuthority: Address; tokenProgram: Address; } export declare function withdrawUnstakedDeposits(accounts: WithdrawUnstakedDepositsAccounts, programAddress?: Address): IInstruction<string, readonly (import("@solana/kit").IAccountLookupMeta<string, string> | IAccountMeta<string>)[]>; //# sourceMappingURL=withdrawUnstakedDeposits.d.ts.map