Class ChunkData
Chunk metadata for a segmented HCS submit message, when the payload was split across multiple chunk transactions.
Inherited Members
Namespace: Hiero.Mirror
Assembly: Hiero.dll
Syntax
public class ChunkData
Properties
| Edit this page View SourceInitialTransactionId
Corresponding initial transaction id.
Declaration
[JsonPropertyName("initial_transaction_id")]
[JsonConverter(typeof(TransactionIdStructuredConverter))]
public TransactionId InitialTransactionId { get; set; }
Property Value
| Type | Description |
|---|---|
| TransactionId |
Number
Chunk number.
Declaration
[JsonPropertyName("number")]
public int Number { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Total
Total number of chunks.
Declaration
[JsonPropertyName("total")]
public int Total { get; set; }
Property Value
| Type | Description |
|---|---|
| int |