UNPKG

kamino-sdk-beta

Version:

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

10 lines 442 B
import { TransactionInstruction, PublicKey } from "@solana/web3.js"; export interface CloseProgramAccountAccounts { adminAuthority: PublicKey; program: PublicKey; programData: PublicKey; closingAccount: PublicKey; systemProgram: PublicKey; } export declare function closeProgramAccount(accounts: CloseProgramAccountAccounts, programId?: PublicKey): TransactionInstruction; //# sourceMappingURL=closeProgramAccount.d.ts.map