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.

8 lines (7 loc) 445 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WsClient = exports.RpcClient = void 0; const RpcClient_1 = require("./RpcClient"); Object.defineProperty(exports, "RpcClient", { enumerable: true, get: function () { return RpcClient_1.RpcClient; } }); const WsClient_1 = require("./WsClient"); Object.defineProperty(exports, "WsClient", { enumerable: true, get: function () { return WsClient_1.WsClient; } });