SecretNET.Token Namespace

RegisterReceiveRequest_Payload..::..CodeHash Property

A 32-byte hex encoded string, with the code hash of the receiver contract (not optional).

Namespace:  SecretNET.Token
Assembly:  SecretNET.Token (in SecretNET.Token.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.