GetBatchNftDossierRequest Constructor
Initializes a new instance of the GetBatchNftDossierRequest class.
Namespace:
SecretNET.NFTAssembly: SecretNET.NFT (in SecretNET.NFT.dll)
Syntax
public GetBatchNftDossierRequest( string[] tokenIds, ViewerInfo viewerInfo, Nullable<bool> includeExpired )
Public Sub New ( _ tokenIds As String(), _ viewerInfo As ViewerInfo, _ includeExpired As Nullable(Of Boolean) _ )
public: GetBatchNftDossierRequest( array<String^>^ tokenIds, ViewerInfo^ viewerInfo, Nullable<bool^> includeExpired )
Parameters
- tokenIds
- Type: array<String>[]()[][]
- viewerInfo
- Type: SecretNET.NFT..::..ViewerInfo
The viewer information.