SecretNET.NFT Namespace

GetOwnerOfRequest Constructor

Initializes a new instance of the GetOwnerOfRequest class.

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

Syntax


public GetOwnerOfRequest(
	string tokenId,
	ViewerInfo viewerInfo,
	Nullable<bool> includeExpired
)
Public Sub New ( _
	tokenId As String, _
	viewerInfo As ViewerInfo, _
	includeExpired As Nullable(Of Boolean) _
)
public:
GetOwnerOfRequest(
	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.
includeExpired
Type: Nullable<(Of <(<'Boolean>)>)>
if set to true [include expired].