Constructor
new MerkleHashBuilder()
- Description:
Creates a merkle hash builder.
- Source:
Classes
Methods
final() → {Hash256}
- Description:
Calculates the merkle hash.
- Source:
Returns:
Merkle hash.
- Type
- Hash256
update(componentHash)
- Description:
Adds a hash to the merkle hash.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
componentHash |
Hash256 | Hash to add. |