Click or drag to resize

LegacyAggregationRequestPayload Constructor (UInt64, DataHash, UInt32)

Create aggregation request payload from data hash.

Namespace:  Guardtime.KSI.Service
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public LegacyAggregationRequestPayload(
	ulong requestId,
	DataHash hash,
	uint level
)

Parameters

requestId
Type: SystemUInt64
Request ID
hash
Type: Guardtime.KSI.HashingDataHash
data hash
level
Type: SystemUInt32
the level value of the aggregation tree node
See Also