Skip to main content
Version: Next

emulator.emulator.getcommitteehotcredential

Home > @blaze-cardano/emulator > Emulator > getCommitteeHotCredential

Emulator.getCommitteeHotCredential() method

Retrieves the cached hot credential for the provided committee cold hash.

Signature:

getCommitteeHotCredential(coldCredentialHash: Hash28ByteBase16 | string): CredentialCore | undefined;

Parameters

Parameter

Type

Description

coldCredentialHash

Hash28ByteBase16 | string

Committee cold credential hash.

Returns:

CredentialCore | undefined

{CredentialCore | undefined} The active hot credential, if registered.