Class NFTMintingInfo
Info for minting an NFT
public record NFTMintingInfo : NFTMintEntry, IEquatable<NFTMintEntry>, IEquatable<NFTMintingInfo>
- Inheritance
-
NFTMintingInfo
- Implements
- Inherited Members
- Extension Methods
Properties
DidId
public string? DidId { get; init; }
Property Value
- string
- Info for minting an NFT
RoyaltyAddress
public string? RoyaltyAddress { get; init; }
Property Value
- string
- Info for minting an NFT
TargetAddress
public string? TargetAddress { get; init; }
Property Value
- string
- Info for minting an NFT