UNPKG

@kamino-finance/klend-sdk

Version:

Typescript SDK for interacting with the Kamino Lending (klend) protocol

8 lines 587 B
import { Address, AccountMeta, AccountSignerMeta, Instruction, TransactionSigner } from "@solana/kit"; export declare const DISCRIMINATOR: Buffer<ArrayBuffer>; export interface ReclaimTwapRentAccounts { payer: TransactionSigner; twapUpdateAccount: Address; } export declare function reclaimTwapRent(accounts: ReclaimTwapRentAccounts, remainingAccounts?: Array<AccountMeta | AccountSignerMeta>, programAddress?: Address): Instruction<string, readonly (AccountMeta<string> | import("@solana/kit").AccountLookupMeta<string, string>)[]>; //# sourceMappingURL=reclaimTwapRent.d.ts.map