SecretNET.NFT Namespace

GetRegisteredCodeHashRequest_Payload..::..ContractAddress Property

The address of the contract whose registration info is being queried (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);
}

Field Value

The address.