SecretNET.Token Namespace

GetTransferHistoryRequest_Payload Members

The GetTransferHistoryRequest_Payload type exposes the following members.

Properties


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