getTokensCount
The getTokensCount
method returns tokens count for specified user.
const erc721Token = posClient.erc721(<token address>);
const result = await erc721Token.getTokensCount(<user address>);
Last update:
January 17, 2024
Authors: