SecretNET.NFT Namespace

GetInventoryApprovalsRequest Constructor

Initializes a new instance of the GetInventoryApprovalsRequest class.

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

Syntax


public GetInventoryApprovalsRequest(
	string tokenId,
	string viewingKey,
	Nullable<bool> includeExpired
)
Public Sub New ( _
	tokenId As String, _
	viewingKey As String, _
	includeExpired As Nullable(Of Boolean) _
)
public:
GetInventoryApprovalsRequest(
	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].