SecretNET.NFT Namespace

GetTransactionHistoryRequest Constructor

Initializes a new instance of the GetTransactionHistoryRequest class.

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

Syntax


public GetTransactionHistoryRequest(
	string address,
	string viewingKey,
	Nullable<int> page,
	Nullable<int> pageSize
)
Public Sub New ( _
	address As String, _
	viewingKey As String, _
	page As Nullable(Of Integer), _
	pageSize As Nullable(Of Integer) _
)
public:
GetTransactionHistoryRequest(
	String^ address, 
	String^ viewingKey, 
	Nullable<int^> page, 
	Nullable<int^> pageSize
)

Parameters

address
Type: String
The address whose transaction history is being queried.
viewingKey
Type: String
The address' viewing key.
page
Type: Nullable<(Of <(<'Int32>)>)>
The page number to display, where the first transaction shown skips the page * page_size most recent transactions.
pageSize
Type: Nullable<(Of <(<'Int32>)>)>
Number of transactions to return.