UNPKG

@polkadot/api

Version:

Promise and RxJS wrappers around the Polkadot JS RPC

8 lines (7 loc) 243 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isKeyringPair = isKeyringPair; const util_1 = require("@polkadot/util"); function isKeyringPair(account) { return (0, util_1.isFunction)(account.sign); }