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