Class CreateAccountRecord
A transaction record containing information concerning the newly created account.
Implements
Inherited Members
Namespace: Hiero
Assembly: Hiero.dll
Syntax
public sealed record CreateAccountRecord : TransactionRecord, IEquatable<TransactionReceipt>, IEquatable<TransactionRecord>, IEquatable<CreateAccountRecord>
Properties
| Edit this page View SourceAddress
The Native Hedera 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.
EvmAddress
The new EVM address of the account created by this transaction.
Declaration
public EvmAddress EvmAddress { get; }
Property Value
| Type | Description |
|---|---|
| EvmAddress |