SecretNET.Token Namespace

TransferFromRequest Constructor

Initializes a new instance of the TransferFromRequest class.

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

Syntax


public TransferFromRequest(
	string owner,
	string recipient,
	string amount,
	Nullable<string> padding
)
Public Sub New ( _
	owner As String, _
	recipient As String, _
	amount As String, _
	padding As Nullable(Of String) _
)
public:
TransferFromRequest(
	String^ owner, 
	String^ recipient, 
	String^ amount, 
	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).
padding
Type: Nullable<(Of <(<'String>)>)>
Ignored string used to maintain constant-length messages.