SecretNET.Token Namespace

DepositRequest Constructor

Initializes a new instance of the BurnRequest class.

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

Syntax


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

Parameters

amount
Type: String
padding
Type: Nullable<(Of <(<'String>)>)>
Ignored string used to maintain constant-length messages.