SecretNET.Token Namespace

BurnRequest Constructor

Initializes a new instance of the BurnRequest class.

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

Syntax


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

Parameters

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