SecretNET.NFT Namespace

RevealRequest Constructor

Initializes a new instance of the RevealRequest class.

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

Syntax


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

Parameters

tokenId
Type: String
ID of the token to unwrap.
padding
Type: String
An ignored string that can be used to maintain constant message length.