UNPKG

kamino-sdk-beta

Version:

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

8 lines 385 B
import { TransactionInstruction, PublicKey } from "@solana/web3.js"; export interface ClosePresetParameterAccounts { presetParameter: PublicKey; admin: PublicKey; rentReceiver: PublicKey; } export declare function closePresetParameter(accounts: ClosePresetParameterAccounts, programId?: PublicKey): TransactionInstruction; //# sourceMappingURL=closePresetParameter.d.ts.map