UNPKG

@kamino-finance/kliquidity-sdk

Version:

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

10 lines 438 B
import { Address, IInstruction, TransactionSigner } from "@solana/kit"; export interface CloseProgramAccountAccounts { adminAuthority: TransactionSigner; program: Address; programData: Address; closingAccount: Address; systemProgram: Address; } export declare function closeProgramAccount(accounts: CloseProgramAccountAccounts, programAddress?: Address): IInstruction; //# sourceMappingURL=closeProgramAccount.d.ts.map