UNPKG

@kyve/sdk-beta

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) 196 B
export declare class AbstractKyveLCDClient { private restEndpoint; protected request: (url: string, params?: Record<string, any>) => Promise<any>; constructor(restEndpoint: string); }