SecretNET.NFT Namespace

GetTokensRequest Constructor

Initializes a new instance of the GetTokensRequest class.

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

Syntax


public GetTokensRequest(
	string owner,
	string viewer,
	string viewingKey,
	string startAfter,
	Nullable<int> limit
)
Public Sub New ( _
	owner As String, _
	viewer As String, _
	viewingKey As String, _
	startAfter As String, _
	limit As Nullable(Of Integer) _
)
public:
GetTokensRequest(
	String^ owner, 
	String^ viewer, 
	String^ viewingKey, 
	String^ startAfter, 
	Nullable<int^> limit
)

Parameters

owner
Type: String
The address whose inventory is being queried.
viewer
Type: String
The querier's address if different from the owner.
viewingKey
Type: String
The querier's viewing key.
startAfter
Type: String
Results will only list token IDs that come after this token ID in the list.
limit
Type: Nullable<(Of <(<'Int32>)>)>
Number of token IDs to return.