UNPKG

@polkadot/api

Version:

Promise and RxJS wrappers around the Polkadot JS RPC

7 lines (6 loc) 161 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.toRxMethod = toRxMethod; function toRxMethod(method) { return method; }