SecretNET.NFT Namespace

GetIsTransferableRequest Constructor

Initializes a new instance of the GetIsTransferableRequest class.

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

Syntax


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

Parameters

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