Interface GetNativeTokenBalanceParams

interface GetNativeTokenBalanceParams {
    account: string;
    chainSymbol: string;
}

Properties

Properties

account: string

The address for which we will find out the token balance

chainSymbol: string

The symbol of the chain representing one of the supported blockchain networks (e.g., "ETH" for Ethereum). For more details, see: ChainSymbol.