typescript-sdk

Home > @3rdweb/sdk > VoteModule > balanceOfToken

VoteModule.balanceOfToken() method

Check the balance of the project wallet in a particular ERC20 token contract

Signature:

balanceOfToken(tokenAddress: string): Promise<CurrencyValue>;

Parameters

Parameter Type Description
tokenAddress string  

Returns:

Promise<CurrencyValue>