Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NftTokensForOwner

Get list of all tokens owned by a given account

Arguments:

  • account_id: a valid NEAR account
  • 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 unlimited) Could fail on gas

Returns a paginated list of all tokens owned by this account

contractmethod

view

Hierarchy

  • NftTokensForOwner

Index

Properties

Properties

args: { account_id: string; from_index?: string; limit?: number }

Type declaration

  • account_id: string
  • Optional from_index?: string
  • Optional limit?: number

Generated using TypeDoc