GetTransactionHistoryRequest Constructor
Initializes a new instance of the GetTransferHistoryRequest class.
Namespace:
SecretNET.TokenAssembly: SecretNET.Token (in SecretNET.Token.dll)
Syntax
Parameters
- address
- Type: String
Addresses SHOULD be a valid bech32 address, but contracts may use a different naming scheme as well (only necessary if queried without permit).
- viewingKey
- Type: String
The viewing key (only necessary if queried without permit).
- pageSize
- Type: Int32
Number of transactions to return, starting from the latest. i.e. n=1 will return only the latest transaction.