UNPKG

@polkadot/api

Version:

Promise and RxJS wrappers around the Polkadot JS RPC

8 lines (7 loc) 453 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.toRxMethod = exports.ApiRx = void 0; var Api_js_1 = require("./Api.js"); Object.defineProperty(exports, "ApiRx", { enumerable: true, get: function () { return Api_js_1.ApiRx; } }); var decorateMethod_js_1 = require("./decorateMethod.js"); Object.defineProperty(exports, "toRxMethod", { enumerable: true, get: function () { return decorateMethod_js_1.toRxMethod; } });