SecretNET.NFT Namespace

GetIsUnwrappedResponse_Result..::..TokenIsUnwrapped Property

True if the token is unwrapped (or sealed metadata is not enabled).

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

Syntax


public bool TokenIsUnwrapped { get; set; }
Public Property TokenIsUnwrapped As Boolean
	Get
	Set
public:
property bool^ TokenIsUnwrapped {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if [token is unwrapped]; otherwise, false.