UNPKG

@kamino-finance/klend-sdk

Version:

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

5 lines (4 loc) 232 B
export { PoolState } from "./PoolState" export type { PoolStateFields, PoolStateJSON } from "./PoolState" export { UnstakeTicket } from "./UnstakeTicket" export type { UnstakeTicketFields, UnstakeTicketJSON } from "./UnstakeTicket"