SecretNET.NFT Namespace

ConfigSettings..::..MinterMayUpdateMetadata Property

This config value indicates whether a minter is permitted to update a token's metadata (default: True)

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);
}