Tiny Congress Frontend
    Preparing search index...
    • Provider that loads the tc-crypto WASM module and makes it available to child components via the useCrypto hook.

      The WASM module is loaded asynchronously on mount. Children will not render until the module is loaded (renders null during loading).

      Parameters

      • __namedParameters: CryptoProviderProps

      Returns Element | null