SecretNET.NFT Namespace

MintNftClonesRequest_Payload..::..MintRunId Property

Optional ID used to track mint run numbers over multiple calls.

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

Syntax


public Nullable<string> MintRunId { get; set; }
Public Property MintRunId As Nullable(Of String)
	Get
	Set
public:
property Nullable<String^> MintRunId {
	Nullable<String^> get ();
	void set (Nullable<String^> value);
}