UNPKG

@polkadot/api

Version:

Promise and RxJS wrappers around the Polkadot JS RPC

21 lines (18 loc) 410 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "ApiRx", { enumerable: true, get: function () { return _Api.ApiRx; } }); Object.defineProperty(exports, "toRxMethod", { enumerable: true, get: function () { return _decorateMethod.toRxMethod; } }); var _Api = require("./Api"); var _decorateMethod = require("./decorateMethod");