UNPKG

@kamino-finance/klend-sdk

Version:

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

10 lines 473 B
import { TransactionInstruction, PublicKey } from "@solana/web3.js"; export interface DeleteReferrerStateAndShortUrlAccounts { referrer: PublicKey; referrerState: PublicKey; shortUrl: PublicKey; rent: PublicKey; systemProgram: PublicKey; } export declare function deleteReferrerStateAndShortUrl(accounts: DeleteReferrerStateAndShortUrlAccounts, programId?: PublicKey): TransactionInstruction; //# sourceMappingURL=deleteReferrerStateAndShortUrl.d.ts.map