SecretNET.NFT Namespace

PostInitCallback..::..ContractAddress Property

Address of the contract to call after initialization (not optional).

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

Syntax


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