Skip to main content
Version: Next

sdk.core.initcrypto

Home > @blaze-cardano/sdk > Core > initCrypto

Core.initCrypto() function

Initialize the @cardano-sdk/crypto module. This function must be called before calling any exported functions from @cardano-sdk/crypto. It is safe to call multiple times. Blaze should be calling this internally before using any exports from that module. If it does not, please file a bug.

Signature:

declare function initCrypto(): Promise<void>;

Returns:

Promise<void>