UNPKG

@polkadot/api

Version:

Promise and RxJS wrappers around the Polkadot JS RPC

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