Get list of all tokens owned by a given account
Arguments:
account_id
from_index
limit
Returns a paginated list of all tokens owned by this account
view
Generated using TypeDoc
Get list of all tokens owned by a given account
Arguments:
account_id
: a valid NEAR accountfrom_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 unlimited) Could fail on gasReturns a paginated list of all tokens owned by this account
view