GetTransferHistoryRequest_Payload Members
The GetTransferHistoryRequest_Payload type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Address |
Addresses SHOULD be a valid bech32 address, but contracts may use a different naming scheme as well (only necessary if queried without permit).
|
![]() |
Page |
This defaults to 0. Specifying a positive number will skip page * page_size txs from the start.
|
![]() |
PageSize |
Number of transactions to return, starting from the latest. i.e. n=1 will return only the latest transaction (not optional).
|
![]() |
ViewingKey |
The viewing key (only necessary if queried without permit).
|