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