Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NftSupplyForOwner

Get number of tokens owned by a given account

Arguments:

  • account_id: a valid NEAR account

Returns the number of non-fungible tokens owned by given account_id as a string representing the value as an unsigned 128-bit integer to avoid JSON number limit of 2^53.

contractmethod

view

Hierarchy

  • NftSupplyForOwner

Index

Properties

Properties

args: { account_id: string }

Type declaration

  • account_id: string

Generated using TypeDoc