UNPKG

@polkadot/api

Version:

Promise and RxJS wrappers around the Polkadot JS RPC

5 lines (4 loc) 125 B
import { isFunction } from '@polkadot/util'; export function isKeyringPair(account) { return isFunction(account.sign); }