SecretNET.NFT Namespace

GetNftDossierResponse_Result..::..Unwrapped Property

False if this token's private metadata is sealed.

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

Syntax


public Nullable<bool> Unwrapped { get; set; }
Public Property Unwrapped As Nullable(Of Boolean)
	Get
	Set
public:
property Nullable<bool^> Unwrapped {
	Nullable<bool^> get ();
	void set (Nullable<bool^> value);
}

Field Value

null if [unwrapped] contains no value, true if [unwrapped]; otherwise, false.