Show / Hide Table of Contents

Class CreateContractRecord

Record produced from creating a new contract.

Inheritance
object
TransactionReceipt
TransactionRecord
CreateContractRecord
Implements
IEquatable<TransactionReceipt>
IEquatable<TransactionRecord>
IEquatable<CreateContractRecord>
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 CreateContractRecord : TransactionRecord, IEquatable<TransactionReceipt>, IEquatable<TransactionRecord>, IEquatable<CreateContractRecord>

Properties

| Edit this page View Source

Contract

The newly created contract instance address.

Declaration
public EntityId Contract { get; }
Property Value
Type Description
EntityId
Remarks
The value will be 
None

if the create contract request was scheduled as a pending transaction.

| Edit this page View Source

Result

The results returned from the contract create call.

Declaration
public ContractCallResult? Result { get; }
Property Value
Type Description
ContractCallResult

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