UNPKG

@kamino-finance/klend-sdk

Version:

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

5 lines (3 loc) 121 B
import { Idl } from '@coral-xyz/anchor'; import rawIdl from '../idl/klend.json'; export const idl: Idl = rawIdl as Idl;