Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NftTokens

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 gas

Returns an array of Token objects, as described in Core standard

contractmethod

view

Hierarchy

  • NftTokens

Index

Properties

Properties

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

Type declaration

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

Generated using TypeDoc