Show / Hide Table of Contents

Class ChunkInfo

HCS Chunk Information that may or may not be part of this message.

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

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