SecretNET.NFT Namespace

GetContractConfigResponse_Result..::..MinterMayUpdateMetadata Property

True if authorized minters may alter a token's metadata.

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

Syntax


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