SecretNET.NFT Namespace

BatchMintNftResponse..::..Result Property

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

Syntax


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