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