Show / Hide Table of Contents

Class TransactionReceipt

The details returned from the network after consensus has been reached for a network request.

Inheritance
object
TransactionReceipt
ConsensusNodeReceipt
CreateAccountReceipt
CreateContractReceipt
CreateTokenReceipt
CreateTopicReceipt
FileReceipt
NftMintReceipt
ScheduleReceipt
SubmitMessageReceipt
TokenReceipt
TransactionRecord
Implements
IEquatable<TransactionReceipt>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Hiero
Assembly: Hiero.dll
Syntax
public record TransactionReceipt : IEquatable<TransactionReceipt>

Properties

| Edit this page View Source

CurrentExchangeRate

The current exchange between USD and hBars as broadcast by the hedera Network.

Declaration
public ExchangeRate? CurrentExchangeRate { get; }
Property Value
Type Description
ExchangeRate
Remarks
Not all Receipts and Records will have this information
returned from the network.  This value can be 
null

.

| Edit this page View Source

NextExchangeRate

The next/future exchange between USD and hBars as broadcast by the hedera Network.

Declaration
public ExchangeRate? NextExchangeRate { get; }
Property Value
Type Description
ExchangeRate
Remarks
Not all Receipts and Records will have this information
returned from the network.  This value can be 
null

.

| Edit this page View Source

Status

The response code returned from the server.

Declaration
public ResponseCode Status { get; }
Property Value
Type Description
ResponseCode
| Edit this page View Source

TransactionId

The Transaction ID associated with the request.

Declaration
public TransactionId TransactionId { get; }
Property Value
Type Description
TransactionId

Implements

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