SecretNET.NFT Namespace

InstantiateSnip721..::..Admin Property

Address to be given admin authority. Value If Omitted: env.message.sender

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

Syntax


public string Admin { get; set; }
Public Property Admin As String
	Get
	Set
public:
property String^ Admin {
	String^ get ();
	void set (String^ value);
}