cardano-addresses-3.11.0: Library utilities for mnemonic generation and address derivation.
Copyright © 2018-2021 IOHK
License Apache-2.0
Safe Haskell Safe-Inferred
Language Haskell2010

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.