Class CreateContractRecord
Record produced from creating a new contract.
Implements
Inherited Members
Namespace: Hashgraph
Assembly: Hashgraph.dll
Syntax
public sealed class CreateContractRecord : TransactionRecord, IEquatable<TransactionReceipt>, IEquatable<TransactionRecord>, IEquatable<CreateContractRecord>
Properties
| Improve this Doc View SourceCallResult
The results returned from the contract create call.
Declaration
public ContractCallResult CallResult { get; }
Property Value
Type | Description |
---|---|
ContractCallResult |
Contract
The newly created contract instance address.
Declaration
public Address Contract { get; }
Property Value
Type | Description |
---|---|
Address |
Remarks
The value will be
None
if the create contract
request was scheduled as a pending transaction.