core.initcrypto
Home > @blaze-cardano/core > initCrypto
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:
export declare function initCrypto(): Promise<void>;
Returns:
Promise<void>