UNPKG

@kamino-finance/klend-sdk

Version:

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

9 lines 538 B
export { Reserve } from "./Reserve"; export type { ReserveFields, ReserveJSON } from "./Reserve"; export { GlobalConfig } from "./GlobalConfig"; export type { GlobalConfigFields, GlobalConfigJSON } from "./GlobalConfig"; export { ReserveWhitelistEntry } from "./ReserveWhitelistEntry"; export type { ReserveWhitelistEntryFields, ReserveWhitelistEntryJSON, } from "./ReserveWhitelistEntry"; export { VaultState } from "./VaultState"; export type { VaultStateFields, VaultStateJSON } from "./VaultState"; //# sourceMappingURL=index.d.ts.map