UNPKG

@kamino-finance/kliquidity-sdk

Version:

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

8 lines 385 B
import { Address, IInstruction, TransactionSigner } from "@solana/kit"; export interface ClosePresetParameterAccounts { presetParameter: Address; admin: TransactionSigner; rentReceiver: Address; } export declare function closePresetParameter(accounts: ClosePresetParameterAccounts, programAddress?: Address): IInstruction; //# sourceMappingURL=closePresetParameter.d.ts.map