Class CreateAccountReceipt
A transaction receipt containing information concerning the newly created account.
Inherited Members
Namespace: Hiero
Assembly: Hiero.dll
Syntax
public sealed record CreateAccountReceipt : TransactionReceipt, IEquatable<TransactionReceipt>, IEquatable<CreateAccountReceipt>
Properties
| Edit this page View SourceAddress
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.