Class CreateAccountRecord
A transaction record containing information concerning the newly created account.
Implements
Inherited Members
Namespace: Hashgraph
Assembly: Hashgraph.dll
Syntax
public sealed class CreateAccountRecord : TransactionRecord, IEquatable<TransactionReceipt>, IEquatable<TransactionRecord>, IEquatable<CreateAccountRecord>
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.