GetTransferHistoryRequest Constructor
   Initializes a new instance of the GetTransferHistoryRequest class.
   
                
    Namespace: 
   SecretNET.TokenAssembly: SecretNET.Token (in SecretNET.Token.dll)
Syntax
Parameters
- pageSize
 - Type: Int32
Number of transactions to return, starting from the latest. i.e. n=1 will return only the latest transaction. 
- page
 - Type: Nullable<(Of <(<'Int32>)>)>
This defaults to 0. Specifying a positive number will skip page * page_size txs from the start. 

