UNPKG

@kyve/sdk

Version:

<p align="center"> <a href="https://kyve.network"> <img src="https://user-images.githubusercontent.com/62398724/137493477-63868209-a19b-4efa-9413-f06d41197d6d.png" style="border-radius: 50%" height="96"> </a> <h3 align="center"><code>@kyve/sdk</

6 lines (5 loc) 276 B
export * from "./clients/lcd-client/client"; export { default as KyveClient } from "./clients/rpc-client/client"; export { default as KyveWebClient } from "./clients/rpc-client/web.client"; export { KyveSDK as default } from "./sdk"; export * as constants from "./constants";