SecretNET.NFT Namespace

BatchMintNftRequest..::..Payload Property

Payload of the request.

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

Syntax


public BatchMintNftRequest_Payload Payload { get; set; }
Public Property Payload As BatchMintNftRequest_Payload
	Get
	Set
public:
property BatchMintNftRequest_Payload^ Payload {
	BatchMintNftRequest_Payload^ get ();
	void set (BatchMintNftRequest_Payload^ value);
}