UNPKG

@kamino-finance/klend-sdk

Version:

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

7 lines 369 B
export { Config } from "./Config"; export type { ConfigFields, ConfigJSON } from "./Config"; export { priceUpdateV2 } from "./priceUpdateV2"; export type { priceUpdateV2Fields, priceUpdateV2JSON } from "./priceUpdateV2"; export { twapUpdate } from "./twapUpdate"; export type { twapUpdateFields, twapUpdateJSON } from "./twapUpdate"; //# sourceMappingURL=index.d.ts.map