Class FallbackFeeData
Fee charged when no value was exchanged for an asset (nft) with a royalty fee.
Inherited Members
Namespace: Hiero.Mirror
Assembly: Hiero.dll
Syntax
public class FallbackFeeData
Properties
| Edit this page View SourceAmount
Amount of fixed fee to collect.
Declaration
[JsonPropertyName("amount")]
[JsonConverter(typeof(LongMirrorConverter))]
public long Amount { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
FeeToken
The token that the fee is denominated in, or NONE for hBar.
Declaration
[JsonPropertyName("denominating_token_id")]
public EntityId FeeToken { get; set; }
Property Value
| Type | Description |
|---|---|
| EntityId |