SecretNET.Token Namespace

SendFromRequest Constructor

Initializes a new instance of the SendFromRequest class.

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

Syntax


public SendFromRequest(
	string owner,
	string recipient,
	string amount,
	Nullable<string> message,
	Nullable<string> recipientCodeHash,
	Nullable<string> padding
)
Public Sub New ( _
	owner As String, _
	recipient As String, _
	amount As String, _
	message As Nullable(Of String), _
	recipientCodeHash As Nullable(Of String), _
	padding As Nullable(Of String) _
)
public:
SendFromRequest(
	String^ owner, 
	String^ recipient, 
	String^ amount, 
	Nullable<String^> message, 
	Nullable<String^> recipientCodeHash, 
	Nullable<String^> padding
)

Parameters

owner
Type: String
Account to take tokens from.
recipient
Type: String
Account to send tokens to.
amount
Type: String
Amount of tokens to transfer (Uint128).
message
Type: Nullable<(Of <(<'String>)>)>
Base64 encoded message, which the recipient will receive.
recipientCodeHash
Type: Nullable<(Of <(<'String>)>)>
The recipient code hash.
padding
Type: Nullable<(Of <(<'String>)>)>
Ignored string used to maintain constant-length messages.