SecretNET.Token Namespace

TransferRequest Constructor

Initializes a new instance of the TransferRequest class.

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

Syntax


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

Parameters

recipient
Type: String
Account to send tokens to.
amount
Type: String
Amount of tokens to transfer (Uint128).
padding
Type: Nullable<(Of <(<'String>)>)>
Ignored string used to maintain constant-length messages.