UNPKG

@block-auth.io/blockauth-sdk

Version:

Block-Auth Auth SDK is a SaaS service blockchain based authentication service. It provides a simple and secure way to authenticate users in your application.

14 lines (13 loc) 198 B
/** * This class allow you to use WebSocket API * * examples: * * const client = new WsClient(); * */ declare class RpcClient { private rpcUrl; constructor(); } export { RpcClient };