I'm getting this error: TypeError: activeTwToken.balanceOf is not a function
how to get balance of token deployed on thirdweb into React app.
My code is:
const balance = await token.balanceOf(walletAddress);
console.log(balance.displayValue);
I am taking reference from
Link
Please Help me.
I'm getting this error:
TypeError: activeTwToken.balanceOf is not a functionhow to get balance of token deployed on thirdweb into React app.
My code is:
I am taking reference from
Link
Please Help me.