UNPKG

247 BTypeScriptView Raw
1import type { AccountId, Address } from '@polkadot/types/interfaces';
2import type { IKeyringPair } from '@polkadot/types/types';
3export declare function isKeyringPair(account: string | IKeyringPair | AccountId | Address): account is IKeyringPair;