SecretNET.NFT Namespace

GetAllTokensRequest Constructor

Initializes a new instance of the GetNumTokensRequest class.

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

Syntax


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

Parameters

address
Type: String
Address of the querier if supplying optional ViewerInfo.
viewingKey
Type: String
Viewer's key if supplying optional ViewerInfo.
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 (default 300).