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)
Syntaxpublic LegacyAggregationRequestPayload(
ulong requestId,
DataHash hash,
uint level
)
Public Sub New (
requestId As ULong,
hash As DataHash,
level As UInteger
)
public:
LegacyAggregationRequestPayload(
unsigned long long requestId,
DataHash^ hash,
unsigned int level
)
new :
requestId : uint64 *
hash : DataHash *
level : uint32 -> LegacyAggregationRequestPayload
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