Show / Hide Table of Contents

Class CreateAccountReceipt

A transaction receipt containing information concerning the newly created account.

Inheritance
object
TransactionReceipt
CreateAccountReceipt
Implements
IEquatable<TransactionReceipt>
IEquatable<CreateAccountReceipt>
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 CreateAccountReceipt : TransactionReceipt, IEquatable<TransactionReceipt>, IEquatable<CreateAccountReceipt>

Properties

| Edit this page View Source

Address

The address of the newly created account.

Declaration
public EntityId Address { get; }
Property Value
Type Description
EntityId
Remarks
The value will be 
None

if the create account method was scheduled as a pending transaction.

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