Table of Contents

Class NFTMintEntry

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

Properties

EditionNumber

public ulong EditionNumber { get; init; }

Property Value

ulong

EditionTotal

public ulong EditionTotal { get; init; }

Property Value

ulong

Hash

public string Hash { get; init; }

Property Value

string

LicenseHash

public string? LicenseHash { get; init; }

Property Value

string

LicenseUris

public IEnumerable<string> LicenseUris { get; init; }

Property Value

IEnumerable<string>

MetaHash

public string? MetaHash { get; init; }

Property Value

string

MetaUris

public IEnumerable<string> MetaUris { get; init; }

Property Value

IEnumerable<string>

RoyaltyPercentage

public ushort RoyaltyPercentage { get; init; }

Property Value

ushort

Uris

public IEnumerable<string> Uris { get; init; }

Property Value

IEnumerable<string>