Show / Hide Table of Contents

Class TransactionDetailData

Represents a transaction detail from a mirror node. Similar to the TransactionData object but includes custom fees and Nft (NFT) transfer data.

Inheritance
object
TransactionData
TransactionDetailData
Inherited Members
TransactionData.TransactionId
TransactionData.Fee
TransactionData.Consensus
TransactionData.CreatedEntity
TransactionData.FeeLimit
TransactionData.Memo
TransactionData.TransactionType
TransactionData.GossipNode
TransactionData.Nonce
TransactionData.ParentConsensus
TransactionData.Status
TransactionData.IsScheduled
TransactionData.StakingRewards
TransactionData.TokenTransfers
TransactionData.Hash
TransactionData.CryptoTransfers
TransactionData.ValidDuration
TransactionData.ValidStarting
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Hiero.Mirror
Assembly: Hiero.dll
Syntax
public class TransactionDetailData : TransactionData

Properties

| Edit this page View Source

AssessedFees

The custom (royalty) fees the network assessed against this transaction. Null when no custom fees applied.

Declaration
[JsonPropertyName("assessed_custom_fees")]
public AssessedFeeData[]? AssessedFees { get; set; }
Property Value
Type Description
AssessedFeeData[]
| Edit this page View Source

AssetTransfers

The individual NFT (asset) transfers carried out by this transaction. Null when the transaction moved no NFTs.

Declaration
[JsonPropertyName("nft_transfers")]
public AssetTransferData[]? AssetTransfers { get; set; }
Property Value
Type Description
AssetTransferData[]
  • Edit this page
  • View Source
In this article
Back to top .NET Client Library for Hiero Network and Hedera Hashgraph