Show / Hide Table of Contents

Class CallContractRecord

Record produced from calling a contract.

Inheritance
object
TransactionReceipt
TransactionRecord
CallContractRecord
Implements
IEquatable<TransactionReceipt>
IEquatable<TransactionRecord>
IEquatable<CallContractRecord>
Inherited Members
TransactionRecord.Hash
TransactionRecord.Consensus
TransactionRecord.Memo
TransactionRecord.Fee
TransactionRecord.Transfers
TransactionRecord.TokenTransfers
TransactionRecord.NftTransfers
TransactionRecord.TreasuryTransfer
TransactionRecord.Royalties
TransactionRecord.Associations
TransactionRecord.ParentTransactionConsensus
TransactionRecord.StakingRewards
TransactionReceipt.TransactionId
TransactionReceipt.Status
TransactionReceipt.CurrentExchangeRate
TransactionReceipt.NextExchangeRate
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Hiero
Assembly: Hiero.dll
Syntax
public sealed record CallContractRecord : TransactionRecord, IEquatable<TransactionReceipt>, IEquatable<TransactionRecord>, IEquatable<CallContractRecord>

Properties

| Edit this page View Source

Result

The results returned from the contract call.

Declaration
public ContractCallResult? Result { get; }
Property Value
Type Description
ContractCallResult

Implements

IEquatable<T>
IEquatable<T>
IEquatable<T>
  • Edit this page
  • View Source
In this article
Back to top .NET Client Library for Hiero Network and Hedera Hashgraph