Click or drag to resize

TreeNode Constructor (DataHash, UInt32)

Create aggregation tree node 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 TreeNode(
	DataHash hash,
	uint level = 0
)

Parameters

hash
Type: Guardtime.KSI.HashingDataHash
Data hash to be signed
level (Optional)
Type: SystemUInt32
the level value of the aggregation tree node
See Also