Class CreateAccountReceipt
A transaction record containing information concerning the newly created account.
Inherited Members
Namespace: Hashgraph
Assembly: Hashgraph.dll
Syntax
public sealed class CreateAccountReceipt : TransactionReceipt, IEquatable<TransactionReceipt>, IEquatable<CreateAccountReceipt>
Properties
| Improve this Doc View SourceAddress
The address of the newly created account.
Declaration
public Address Address { get; }
Property Value
Type | Description |
---|---|
Address |
Remarks
The value will be
None
if the create acocunt
method was scheduled as a pending transaction.