@moosty/lisk-connection-provider
Advanced tools
Comparing version 0.0.81 to 0.0.82
import React, { FC } from "react"; | ||
import { ServiceRPCController } from "./controllers/ServiceRPCController"; | ||
import { RPCControllerInterface } from "./types"; | ||
export { GetMethods, SubscribeMethods, Param, Envelope, MarketPriceDataType, AccountDataType, NetworkStatusDataType, BlockDataType, ForgersDataType, FeeEstimateDataType, TransactionDataType, DataType, SingleDataType, } from "./types"; | ||
export * from "./types"; | ||
export interface NetworkEndpoint { | ||
@@ -6,0 +6,0 @@ host: string; |
@@ -21,2 +21,5 @@ "use strict"; | ||
}; | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -27,2 +30,3 @@ exports.LiskConnectionProvider = exports.useLiskService = exports.ServiceRPCController = exports.LiskClientContext = void 0; | ||
Object.defineProperty(exports, "ServiceRPCController", { enumerable: true, get: function () { return ServiceRPCController_1.ServiceRPCController; } }); | ||
__exportStar(require("./types"), exports); | ||
exports.LiskClientContext = react_1.createContext({}); | ||
@@ -29,0 +33,0 @@ const useLiskService = () => react_1.useContext(exports.LiskClientContext); |
{ | ||
"name": "@moosty/lisk-connection-provider", | ||
"version": "0.0.81", | ||
"version": "0.0.82", | ||
"description": "Lisk connection provider component to connect react to Lisk endpoints", | ||
@@ -37,3 +37,3 @@ "author": "Moosty <info@moosty.com>", | ||
}, | ||
"gitHead": "61ed17f1e7612a2b521e6fb9fcce397c81ec205b" | ||
"gitHead": "a8600f92deb7f8a2ff1a9ec7bebeca5267c6c903" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
42428
590