SecretNET.Token Namespace

RegisterReceiveRequest Constructor

Initializes a new instance of the RegisterReceiveRequest class.

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

Syntax


public RegisterReceiveRequest(
	string codeHash,
	Nullable<string> padding
)
Public Sub New ( _
	codeHash As String, _
	padding As Nullable(Of String) _
)
public:
RegisterReceiveRequest(
	String^ codeHash, 
	Nullable<String^> padding
)

Parameters

codeHash
Type: String
A 32-byte hex encoded string, with the code hash of the receiver contract.
padding
Type: Nullable<(Of <(<'String>)>)>
Ignored string used to maintain constant-length messages.