Table of Contents

Class NFTBulkMintingInfo

Namespace
chia.dotnet
Assembly
chia-dotnet.dll

Info for minting NFTs in bulk

public record NFTBulkMintingInfo : IEquatable<NFTBulkMintingInfo>
Inheritance
NFTBulkMintingInfo
Implements
Inherited Members
Extension Methods

Properties

DidCoin

public Coin? DidCoin { get; init; }

Property Value

Coin
Info for minting NFTs in bulk

DidLineageParentHex

public string? DidLineageParentHex { get; init; }

Property Value

string
Info for minting NFTs in bulk

MetadataList

public IEnumerable<NFTMintEntry> MetadataList { get; init; }

Property Value

IEnumerable<NFTMintEntry>
Info for minting NFTs in bulk

MintFromDid

public bool MintFromDid { get; init; }

Property Value

bool
Info for minting NFTs in bulk

MintNumberStart

The starting point for mint number used in intermediate launcher puzzle

public int MintNumberStart { get; init; }

Property Value

int
Info for minting NFTs in bulk

MintTotal

The total number of NFTs being minted

public int? MintTotal { get; init; }

Property Value

int?
Info for minting NFTs in bulk

NewInnerpuzhash

public string? NewInnerpuzhash { get; init; }

Property Value

string
Info for minting NFTs in bulk

NewP2Puzhash

public string? NewP2Puzhash { get; init; }

Property Value

string
Info for minting NFTs in bulk

RoyaltyAddress

public string? RoyaltyAddress { get; init; }

Property Value

string
Info for minting NFTs in bulk

RoyaltyPercentage

public ushort? RoyaltyPercentage { get; init; }

Property Value

ushort?
Info for minting NFTs in bulk

TargetList

a list of targets for transferring minted NFTs (aka airdrop)

public IEnumerable<string>? TargetList { get; init; }

Property Value

IEnumerable<string>
Info for minting NFTs in bulk

XchChangeTarget

For use with bulk minting, so we can specify the puzzle hash that the change from the funding transaction goes to.

public string? XchChangeTarget { get; init; }

Property Value

string
Info for minting NFTs in bulk

XchCoins

For use with bulk minting to provide the coin used for funding the minting spend. This coin can be one that will be created in the future

public IEnumerable<Coin>? XchCoins { get; init; }

Property Value

IEnumerable<Coin>
Info for minting NFTs in bulk