SecretNET.NFT Namespace

BurnNftRequest Constructor

Initializes a new instance of the BurnNftRequest class.

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

Syntax


public BurnNftRequest(
	string tokenId,
	string memo,
	string padding
)
Public Sub New ( _
	tokenId As String, _
	memo As String, _
	padding As String _
)
public:
BurnNftRequest(
	String^ tokenId, 
	String^ memo, 
	String^ padding
)

Parameters

tokenId
Type: String
ID of the token to burn.
memo
Type: String
Memo for the burn tx that is only viewable by addresses involved in the burn (message sender and previous owner if different).
padding
Type: String
The padding.