Show / Hide Table of Contents

Class CallContractRecord

Record produced from creating a new contract.

Inheritance
Object
TransactionReceipt
TransactionRecord
CallContractRecord
Implements
IEquatable<TransactionReceipt>
IEquatable<TransactionRecord>
IEquatable<CallContractRecord>
Inherited Members
TransactionRecord.Hash
TransactionRecord.Concensus
TransactionRecord.Memo
TransactionRecord.Fee
TransactionRecord.Transfers
TransactionRecord.TokenTransfers
TransactionRecord.AssetTransfers
TransactionRecord.Royalties
TransactionRecord.Associations
TransactionReceipt.Id
TransactionReceipt.Status
TransactionReceipt.CurrentExchangeRate
TransactionReceipt.NextExchangeRate
TransactionReceipt.Pending
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Hashgraph
Assembly: Hashgraph.dll
Syntax
public sealed class CallContractRecord : TransactionRecord, IEquatable<TransactionReceipt>, IEquatable<TransactionRecord>, IEquatable<CallContractRecord>

Properties

| Improve this Doc View Source

CallResult

The results returned from the contract call.

Declaration
public ContractCallResult CallResult { get; }
Property Value
Type Description
ContractCallResult

Implements

System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
  • Improve this Doc
  • View Source
In This Article
Back to top .NET Client Library for Hedera Hashgraph