Show / Hide Table of Contents

Class FallbackFeeData

Fee charged when no value was exchanged for an asset (nft) with a royalty fee.

Inheritance
object
FallbackFeeData
Inherited Members
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 FallbackFeeData

Properties

| Edit this page View Source

Amount

Amount of fixed fee to collect.

Declaration
[JsonPropertyName("amount")]
[JsonConverter(typeof(LongMirrorConverter))]
public long Amount { get; set; }
Property Value
Type Description
long
| Edit this page View Source

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
  • Edit this page
  • View Source
In this article
Back to top .NET Client Library for Hiero Network and Hedera Hashgraph