Class ConsensusNodeReceipt
The receipt returned from a successful Create Node transaction, containing the newly assigned node identifier.
Inherited Members
Namespace: Hiero
Assembly: Hiero.dll
Syntax
public sealed record ConsensusNodeReceipt : TransactionReceipt, IEquatable<TransactionReceipt>, IEquatable<ConsensusNodeReceipt>
Properties
| Edit this page View SourceNodeId
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 |