Class CustomFeeData
Represents the custom fee schedule data for a token as returned by the mirror node.
Inherited Members
Namespace: Hiero.Mirror
Assembly: Hiero.dll
Syntax
public class CustomFeeData
Properties
| Edit this page View SourceCreated
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 |
FixedFees
Associated Fixed Fees
Declaration
[JsonPropertyName("fixed_fees")]
public FixedFeeData[] FixedFees { get; set; }
Property Value
| Type | Description |
|---|---|
| FixedFeeData[] |
FractionalFees
Associated Fractional Fees
Declaration
[JsonPropertyName("fractional_fees")]
public FractionalFeeData[] FractionalFees { get; set; }
Property Value
| Type | Description |
|---|---|
| FractionalFeeData[] |
RoyaltyFees
Associated Royalty Fees
Declaration
[JsonPropertyName("royalty_fees")]
public RoyaltyFeeData[] RoyaltyFees { get; set; }
Property Value
| Type | Description |
|---|---|
| RoyaltyFeeData[] |