Click or drag to resize

TreeBuilder Constructor

Create new Merkle tree builder instance

Namespace:  Guardtime.KSI.Service
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public TreeBuilder(
	HashAlgorithm hashAlgorithm,
	Nullable<uint> maxTreeHeight = null
)

Parameters

hashAlgorithm
Type: Guardtime.KSI.HashingHashAlgorithm
Hash algorithm for creating tree node hashes
maxTreeHeight (Optional)
Type: SystemNullableUInt32
Max allowed tree height
See Also