SecretNET.NFT Namespace

GetTokenApprovalsRequest Constructor

Initializes a new instance of the GetTokenApprovalsRequest class.

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

Syntax


public GetTokenApprovalsRequest(
	string tokenId,
	string viewingKey,
	Nullable<bool> includeExpired
)
Public Sub New ( _
	tokenId As String, _
	viewingKey As String, _
	includeExpired As Nullable(Of Boolean) _
)
public:
GetTokenApprovalsRequest(
	String^ tokenId, 
	String^ viewingKey, 
	Nullable<bool^> includeExpired
)

Parameters

tokenId
Type: String
The ID of the token being queried.
viewingKey
Type: String
The token owner's viewing key.
includeExpired
Type: Nullable<(Of <(<'Boolean>)>)>
if set to true [include expired].