Show / Hide Table of Contents

Class ConsensusNodeReceipt

The receipt returned from a successful Create Node transaction, containing the newly assigned node identifier.

Inheritance
object
TransactionReceipt
ConsensusNodeReceipt
Implements
IEquatable<TransactionReceipt>
IEquatable<ConsensusNodeReceipt>
Inherited Members
TransactionReceipt.TransactionId
TransactionReceipt.Status
TransactionReceipt.CurrentExchangeRate
TransactionReceipt.NextExchangeRate
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Hiero
Assembly: Hiero.dll
Syntax
public sealed record ConsensusNodeReceipt : TransactionReceipt, IEquatable<TransactionReceipt>, IEquatable<ConsensusNodeReceipt>

Properties

| Edit this page View Source

NodeId

The identifier assigned to the newly created consensus node. This value is unique within the network and will not be reused even if the node is later deleted.

Declaration
public ulong NodeId { get; }
Property Value
Type Description
ulong

Implements

IEquatable<T>
IEquatable<T>
  • Edit this page
  • View Source
In this article
Back to top .NET Client Library for Hiero Network and Hedera Hashgraph