UNPKG

340 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.isKeyringPair = isKeyringPair;
7
8var _util = require("@polkadot/util");
9
10// Copyright 2017-2022 @polkadot/api authors & contributors
11// SPDX-License-Identifier: Apache-2.0
12function isKeyringPair(account) {
13 return (0, _util.isFunction)(account.sign);
14}
\No newline at end of file