SecretNET.Token Namespace

SendRequest_Payload..::..RecipientCodeHash Property

The SHA256 hash of the recipient contract's code, encoded in lowercase hexadecimal with no leading "0x". (64 ASCII characters).

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

Syntax


public Nullable<string> RecipientCodeHash { get; set; }
Public Property RecipientCodeHash As Nullable(Of String)
	Get
	Set
public:
property Nullable<String^> RecipientCodeHash {
	Nullable<String^> get ();
	void set (Nullable<String^> value);
}

Field Value

The recipient code hash.