UNPKG

@kamino-finance/kliquidity-sdk

Version:

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

8 lines 501 B
import { Address, IAccountMeta, IInstruction, TransactionSigner } from "@solana/kit"; export interface ClosePresetParameterAccounts { presetParameter: Address; admin: TransactionSigner; rentReceiver: Address; } export declare function closePresetParameter(accounts: ClosePresetParameterAccounts, programAddress?: Address): IInstruction<string, readonly (IAccountMeta<string> | import("@solana/kit").IAccountLookupMeta<string, string>)[]>; //# sourceMappingURL=closePresetParameter.d.ts.map