Class TransactionReceipt
The details returned from the network after consensus has been reached for a network request.
Inheritance
TransactionReceipt
Implements
Inherited Members
Namespace: Hiero
Assembly: Hiero.dll
Syntax
public record TransactionReceipt : IEquatable<TransactionReceipt>
Properties
| Edit this page View SourceCurrentExchangeRate
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
.
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
.
Status
The response code returned from the server.
Declaration
public ResponseCode Status { get; }
Property Value
| Type | Description |
|---|---|
| ResponseCode |
TransactionId
The Transaction ID associated with the request.
Declaration
public TransactionId TransactionId { get; }
Property Value
| Type | Description |
|---|---|
| TransactionId |