TokensListGet()
Retrieve List of Tokens with given Parameters
Before calling the function make sure you have the Connector object initialized.
Understanding Connector ObjectFunction Call
Field
Type
Description
Order
TokensListSortField
Ed25519 Base58 Publickey
Desc
bool
Descending or Ascending
Offset
long
Offset enables you to search 10 Transactions later or any given number
Limit
long
Limit Amount per request
Return value of function: TokensListResult
Example
Return value of function: TokensListResult
Output of Example
Output is printed via ObjectDumper
Last updated