UNPKG

@kamino-finance/klend-sdk

Version:

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

6 lines 375 B
import { PublicKey, AccountInfo } from '@solana/web3.js'; import { Address, Base64EncodedDataResponse, Account } from '@solana/kit'; import { Buffer } from 'buffer'; export declare function toLegacyPublicKey(address: Address): PublicKey; export declare function toAccountInfo(acc: Account<Base64EncodedDataResponse>): AccountInfo<Buffer>; //# sourceMappingURL=compat.d.ts.map