UNPKG

@kamino-finance/klend-sdk

Version:

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

12 lines 497 B
import { TransactionInstruction, PublicKey } from "@solana/web3.js"; export interface InitReferrerTokenStateAccounts { payer: PublicKey; lendingMarket: PublicKey; reserve: PublicKey; referrer: PublicKey; referrerTokenState: PublicKey; rent: PublicKey; systemProgram: PublicKey; } export declare function initReferrerTokenState(accounts: InitReferrerTokenStateAccounts, programId?: PublicKey): TransactionInstruction; //# sourceMappingURL=initReferrerTokenState.d.ts.map