UNPKG

@polkadot/api

Version:

Promise and RxJS wrappers around the Polkadot JS RPC

12 lines (10 loc) 261 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.toRxMethod = toRxMethod; // Copyright 2017-2022 @polkadot/api authors & contributors // SPDX-License-Identifier: Apache-2.0 function toRxMethod(method) { return method; }