Class TransactionDetailData
Represents a transaction detail from a mirror node. Similar to the TransactionData object but includes custom fees and Nft (NFT) transfer data.
Inherited Members
Namespace: Hiero.Mirror
Assembly: Hiero.dll
Syntax
public class TransactionDetailData : TransactionData
Properties
| Edit this page View SourceAssessedFees
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[] |
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[] |