UNPKG

@kamino-finance/farms-sdk

Version:
12 lines 697 B
import { Address, IAccountMeta, IAccountSignerMeta, 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, remainingAccounts?: Array<IAccountMeta | IAccountSignerMeta>, programAddress?: Address): IInstruction<string, readonly (import("@solana/kit").IAccountLookupMeta<string, string> | IAccountMeta<string>)[]>; //# sourceMappingURL=withdrawUnstakedDeposits.d.ts.map