Class CreateContractReceipt
Receipt produced from creating a new contract.
Inherited Members
Namespace: Hashgraph
Assembly: Hashgraph.dll
Syntax
public sealed class CreateContractReceipt : TransactionReceipt, IEquatable<TransactionReceipt>, IEquatable<CreateContractReceipt>
Properties
| Improve this Doc View SourceContract
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.