Class CreateContractRecord
Record produced from creating a new contract.
Implements
Inherited Members
Namespace: Hiero
Assembly: Hiero.dll
Syntax
public sealed record CreateContractRecord : TransactionRecord, IEquatable<TransactionReceipt>, IEquatable<TransactionRecord>, IEquatable<CreateContractRecord>
Properties
| Edit this page View SourceContract
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.
Result
The results returned from the contract create call.
Declaration
public ContractCallResult? Result { get; }
Property Value
| Type | Description |
|---|---|
| ContractCallResult |