AggregationHashChainResult Constructor
|
Create chain result from level and data hash.
Namespace:
Guardtime.KSI.Signature
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic AggregationHashChainResult(
ulong level,
DataHash hash
)
Public Sub New (
level As ULong,
hash As DataHash
)
public:
AggregationHashChainResult(
unsigned long long level,
DataHash^ hash
)
new :
level : uint64 *
hash : DataHash -> AggregationHashChainResult
Parameters
- level
- Type: SystemUInt64
hash chain level - hash
- Type: Guardtime.KSI.HashingDataHash
output hash
See Also