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)
Syntaxpublic TreeNode(
DataHash hash,
uint level = 0
)
Public Sub New (
hash As DataHash,
Optional level As UInteger = 0
)
public:
TreeNode(
DataHash^ hash,
unsigned int level = 0
)
new :
hash : DataHash *
?level : uint32
(* Defaults:
let _level = defaultArg level 0
*)
-> TreeNode
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