UNPKG

@kamino-finance/farms-sdk

Version:
8 lines 551 B
import { Address, IAccountMeta, IAccountSignerMeta, IInstruction, Option } from "@solana/kit"; export interface RefreshUserStateAccounts { userState: Address; farmState: Address; scopePrices: Option<Address>; } export declare function refreshUserState(accounts: RefreshUserStateAccounts, remainingAccounts?: Array<IAccountMeta | IAccountSignerMeta>, programAddress?: Address): IInstruction<string, readonly (import("@solana/kit").IAccountLookupMeta<string, string> | IAccountMeta<string>)[]>; //# sourceMappingURL=refreshUserState.d.ts.map