UNPKG

@polkadot/api

Version:

Promise and RxJS wrappers around the Polkadot JS RPC

4 lines (3 loc) 247 B
import type { AccountId, Address } from '@polkadot/types/interfaces'; import type { IKeyringPair } from '@polkadot/types/types'; export declare function isKeyringPair(account: string | IKeyringPair | AccountId | Address): account is IKeyringPair;