Class CreateContractReceipt
Receipt produced from creating a new contract.
Inherited Members
Namespace: Hiero
Assembly: Hiero.dll
Syntax
public sealed record CreateContractReceipt : TransactionReceipt, IEquatable<TransactionReceipt>, IEquatable<CreateContractReceipt>
Properties
| Edit this page View SourceContract
The newly created or associated contract instance address.
Declaration
public EntityId Contract { get; }
Property Value
| Type | Description |
|---|---|
| EntityId |
Remarks
The value will be
None
if the create contract method was scheduled as a pending transaction.