SecretNET.NFT Namespace

GetContractConfigResponse_Result..::..SealedMetadataIsEnabled Property

True if newly minted coins have sealed metadata.

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

Syntax


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