Class RoyaltyAsset
public record RoyaltyAsset : IEquatable<RoyaltyAsset>
- Inheritance
-
RoyaltyAsset
- Implements
- Inherited Members
- Extension Methods
Properties
Asset
public string Asset { get; init; }
Property Value
RoyaltyAddress
public string RoyaltyAddress { get; init; }
Property Value
RoyaltyPercentage
public ushort RoyaltyPercentage { get; init; }