UNPKG

@kamino-finance/kliquidity-sdk

Version:

Typescript SDK for interacting with the Kamino Liquidity (kliquidity) protocol

11 lines 616 B
import { Address, IAccountMeta, IInstruction, TransactionSigner } from "@solana/kit"; export interface UpdatePoolStatusArgs { status: number; } export interface UpdatePoolStatusAccounts { authority: TransactionSigner; poolState: Address; } export declare const layout: import("buffer-layout").Layout<unknown>; export declare function updatePoolStatus(args: UpdatePoolStatusArgs, accounts: UpdatePoolStatusAccounts, programAddress?: Address): IInstruction<string, readonly (IAccountMeta<string> | import("@solana/kit").IAccountLookupMeta<string, string>)[]>; //# sourceMappingURL=updatePoolStatus.d.ts.map