Table of Contents

Class RoyaltyAsset

Namespace
chia.dotnet
Assembly
chia-dotnet.dll
public record RoyaltyAsset : IEquatable<RoyaltyAsset>
Inheritance
RoyaltyAsset
Implements
Inherited Members
Extension Methods

Properties

Asset

public string Asset { get; init; }

Property Value

string

RoyaltyAddress

public string RoyaltyAddress { get; init; }

Property Value

string

RoyaltyPercentage

public ushort RoyaltyPercentage { get; init; }

Property Value

ushort