getTokensCount
getTokensCount
method returns tokens count for specified user.
const erc721Token = plasmaClient.erc721(<token address>);
const result = await erc721Token.getTokensCount(<user address>);
getTokensCount
method returns tokens count for specified user.
const erc721Token = plasmaClient.erc721(<token address>);
const result = await erc721Token.getTokensCount(<user address>);