UNPKG

162 BTypeScriptView Raw
1import { isReady } from '@polkadot/wasm-crypto';
2export declare const cryptoIsReady: typeof isReady;
3export declare function cryptoWaitReady(): Promise<boolean>;