UNPKG

@kamino-finance/klend-sdk

Version:

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

6 lines 675 B
import { Connection, PublicKey, TransactionInstruction } from '@solana/web3.js'; export declare function printAddressLookupTable(connection: Connection, lookupTablePk: PublicKey): Promise<void>; export declare function createLookupTableIx(connection: Connection, wallet: PublicKey): Promise<[TransactionInstruction, PublicKey]>; export declare function extendLookupTableChunkIx(wallet: PublicKey, lookupTablePk: PublicKey, keys: PublicKey[], payer?: PublicKey): TransactionInstruction; export declare const extendLookupTableIxs: (wallet: PublicKey, table: PublicKey, keys: PublicKey[], payer?: PublicKey) => TransactionInstruction[]; //# sourceMappingURL=lookupTable.d.ts.map