SecretNET.NFT Namespace

InstantiateSnip721..::..Config Property

Privacy configuration for the contract. Value If Omitted: see defaults on Config => https://github.com/baedrik/snip721-reference-impl#config

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

Syntax


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