Show / Hide Table of Contents

Class RoyaltyFeeData

Represents royalty fees charged for transferring assets (nfts).

Inheritance
object
RoyaltyFeeData
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 RoyaltyFeeData

Properties

| Edit this page View Source

Amount

Amount of fractional fee to collect.

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

Collector

The account receiving the fees.

Declaration
[JsonPropertyName("collector_account_id")]
public EntityId Collector { get; set; }
Property Value
Type Description
EntityId
| Edit this page View Source

CollectorsExempt

Are collector accounts exempt from paying fees.

Declaration
[JsonPropertyName("all_collectors_are_exempt")]
[JsonConverter(typeof(BooleanMirrorConverter))]
public bool CollectorsExempt { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

FallbackFee

The fallback fee to pay if no value was exchanged for NFT

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