cardano-addresses-3.12.0: Library utilities for mnemonic generation and address derivation.
Copyright© 2018-2021 IOHK
LicenseApache-2.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

Cardano.Address.Compat

Description

A compatibility function for the GHCJS build.

Synopsis

Documentation

ghcjsBuildSupport :: IO () Source #

This function must be used somewhere, so that external Javascript files are correctly linked in the GHCJS build.

For non-GHCJS, it has no effect.