SecretNET.NFT Namespace

BatchMintNftRequest_Payload..::..Mints Property

Identifier for the token to be minted. Value If Omitted: minting order number

Namespace:  SecretNET.NFT
Assembly:  SecretNET.NFT (in SecretNET.NFT.dll)

Syntax


public Mint[] Mints { get; set; }
Public Property Mints As Mint()
	Get
	Set
public:
property array<Mint^>^ Mints {
	array<Mint^>^ get ();
	void set (array<Mint^>^ value);
}