UNPKG

@kamino-finance/klend-sdk

Version:

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

7 lines 450 B
export { PriceFeedMessage } from './PriceFeedMessage'; export type { PriceFeedMessageFields, PriceFeedMessageJSON } from './PriceFeedMessage'; import * as VerificationLevel from './VerificationLevel'; export { VerificationLevel }; export type VerificationLevelKind = VerificationLevel.Partial | VerificationLevel.Full; export type VerificationLevelJSON = VerificationLevel.PartialJSON | VerificationLevel.FullJSON; //# sourceMappingURL=index.d.ts.map