Show / Hide Table of Contents

Class CreateAccountRecord

A transaction record containing information concerning the newly created account.

Inheritance
object
TransactionReceipt
TransactionRecord
CreateAccountRecord
Implements
IEquatable<TransactionReceipt>
IEquatable<TransactionRecord>
IEquatable<CreateAccountRecord>
Inherited Members
TransactionRecord.Hash
TransactionRecord.Consensus
TransactionRecord.Memo
TransactionRecord.Fee
TransactionRecord.Transfers
TransactionRecord.TokenTransfers
TransactionRecord.NftTransfers
TransactionRecord.TreasuryTransfer
TransactionRecord.Royalties
TransactionRecord.Associations
TransactionRecord.ParentTransactionConsensus
TransactionRecord.StakingRewards
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 CreateAccountRecord : TransactionRecord, IEquatable<TransactionReceipt>, IEquatable<TransactionRecord>, IEquatable<CreateAccountRecord>

Properties

| Edit this page View Source

Address

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.

| Edit this page View Source

EvmAddress

The new EVM address of the account created by this transaction.

Declaration
public EvmAddress EvmAddress { get; }
Property Value
Type Description
EvmAddress

Implements

IEquatable<T>
IEquatable<T>
IEquatable<T>
  • Edit this page
  • View Source
In this article
Back to top .NET Client Library for Hiero Network and Hedera Hashgraph