Get a list of all tokens
Arguments:
from_index
limit
Returns an array of Token objects, as described in Core standard
view
Generated using TypeDoc
Get a list of all tokens
Arguments:
from_index
: a string representing an unsigned 128-bit integer, representing the starting index of tokens to return. (default 0)limit
: the maximum number of tokens to return (default total supply) Could fail on gasReturns an array of Token objects, as described in Core standard
view