SecretNET.Token Namespace

BurnFromRequest Constructor

Initializes a new instance of the BurnRequest class.

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

Syntax


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

Parameters

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