SecretNET.NFT Namespace

MintNftResponse..::..Result Property

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

Syntax


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