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
Assessed custom fees for transferring tokens.
Declaration
[JsonPropertyName("assessed_custom_fees")]
public AssessedFeeData[]? AssessedFees { get; set; }
Property Value
| Type | Description |
|---|---|
| AssessedFeeData[] |
AssetTransfers
List of Assets transferred as a part of this transaction.
Declaration
[JsonPropertyName("nft_transfers")]
public AssetTransferData[]? AssetTransfers { get; set; }
Property Value
| Type | Description |
|---|---|
| AssetTransferData[] |