Click or drag to resize

AggregationRequestPayload Constructor (UInt64, DataHash)

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 AggregationRequestPayload(
	ulong requestId,
	DataHash hash
)

Parameters

requestId
Type: SystemUInt64
Request ID
hash
Type: Guardtime.KSI.HashingDataHash
data hash
See Also