UNPKG

@polkadot/util-crypto

Version:
4 lines (3 loc) 162 B
import { isReady } from '@polkadot/wasm-crypto'; export declare const cryptoIsReady: typeof isReady; export declare function cryptoWaitReady(): Promise<boolean>;