SecretNET.NFT Namespace

GetRegisteredCodeHashResponse_Result..::..CodeHash Property

A 32-byte hex encoded string, with the code hash of the registered contract.

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

Syntax


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

Field Value

The code hash.