SecretNET.NFT Namespace

GetIsUnwrappedRequest Constructor

Initializes a new instance of the GetIsUnwrappedRequest class.

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

Syntax


public GetIsUnwrappedRequest(
	string tokenId
)
Public Sub New ( _
	tokenId As String _
)
public:
GetIsUnwrappedRequest(
	String^ tokenId
)

Parameters

tokenId
Type: String
The ID of the token whose unwrapped status is being queried.