Show / Hide Table of Contents

Class CustomFeeData

Represents the custom fee schedule data for a token as returned by the mirror node.

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

Properties

| Edit this page View Source

Created

The consensus time that this royalty/custom fee schedule was created.

Declaration
[JsonPropertyName("created_timestamp")]
public ConsensusTimeStamp Created { get; set; }
Property Value
Type Description
ConsensusTimeStamp
| Edit this page View Source

FixedFees

Associated Fixed Fees

Declaration
[JsonPropertyName("fixed_fees")]
public FixedFeeData[] FixedFees { get; set; }
Property Value
Type Description
FixedFeeData[]
| Edit this page View Source

FractionalFees

Associated Fractional Fees

Declaration
[JsonPropertyName("fractional_fees")]
public FractionalFeeData[] FractionalFees { get; set; }
Property Value
Type Description
FractionalFeeData[]
| Edit this page View Source

RoyaltyFees

Associated Royalty Fees

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