Show / Hide Table of Contents

Class ChunkData

Chunk metadata for a segmented HCS submit message, when the payload was split across multiple chunk transactions.

Inheritance
object
ChunkData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Hiero.Mirror
Assembly: Hiero.dll
Syntax
public class ChunkData

Properties

| Edit this page View Source

InitialTransactionId

Corresponding initial transaction id.

Declaration
[JsonPropertyName("initial_transaction_id")]
[JsonConverter(typeof(TransactionIdStructuredConverter))]
public TransactionId InitialTransactionId { get; set; }
Property Value
Type Description
TransactionId
| Edit this page View Source

Number

Chunk number.

Declaration
[JsonPropertyName("number")]
public int Number { get; set; }
Property Value
Type Description
int
| Edit this page View Source

Total

Total number of chunks.

Declaration
[JsonPropertyName("total")]
public int Total { get; set; }
Property Value
Type Description
int
  • Edit this page
  • View Source
In this article
Back to top .NET Client Library for Hiero Network and Hedera Hashgraph