Link Constructor |
| Name | Description | |
|---|---|---|
| AggregationHashChainLink(ITlvTag) |
Create new aggregation hash chain link TLV element from TLV element.
| |
| AggregationHashChainLink(LinkDirection, DataHash, UInt64) |
Create new aggregation hash chain link TLV element with sibling hash.
| |
| AggregationHashChainLink(LinkDirection, AggregationHashChainMetadata, UInt64) |
Create new aggregation hash chain link TLV element with metadata.
| |
| AggregationHashChainLink(LinkDirection, DataHash, AggregationHashChainMetadata, UInt64) | Obsolete.
Create new aggregation hash chain link TLV element. Exactly one from sibling hash or metadata must be not null.
| |
| AggregationHashChainLink(LinkDirection, Boolean, Boolean, ITlvTag) |
Create new aggregation hash chain link TLV element.
| |
| AggregationHashChainLink(LinkDirection, String, String, NullableUInt64, NullableUInt64, UInt64) |
Create new aggregation hash chain link TLV element with metadata.
|