Show / Hide Table of Contents

Class CreateContractReceipt

Receipt produced from creating a new contract.

Inheritance
Object
TransactionReceipt
CreateContractReceipt
Implements
IEquatable<TransactionReceipt>
IEquatable<CreateContractReceipt>
Inherited Members
TransactionReceipt.Id
TransactionReceipt.Status
TransactionReceipt.CurrentExchangeRate
TransactionReceipt.NextExchangeRate
TransactionReceipt.Pending
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Hashgraph
Assembly: Hashgraph.dll
Syntax
public sealed class CreateContractReceipt : TransactionReceipt, IEquatable<TransactionReceipt>, IEquatable<CreateContractReceipt>

Properties

| Improve this Doc View Source

Contract

The newly created or associated contract instance address.

Declaration
public Address Contract { get; }
Property Value
Type Description
Address
Remarks

The value will be

None
if the create contract method was scheduled as a pending transaction.

Implements

System.IEquatable<T>
System.IEquatable<T>
  • Improve this Doc
  • View Source
In This Article
Back to top .NET Client Library for Hedera Hashgraph