SecretNET.NFT Namespace

GetNumTokensRequest Constructor

Initializes a new instance of the GetNumTokensRequest class.

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

Syntax


public GetNumTokensRequest(
	string address,
	string viewingKey
)
Public Sub New ( _
	address As String, _
	viewingKey As String _
)
public:
GetNumTokensRequest(
	String^ address, 
	String^ viewingKey
)

Parameters

address
Type: String
Address of the querier if supplying optional ViewerInfo.
viewingKey
Type: String
Viewer's key if supplying optional ViewerInfo.