GetBalanceResult

Represents the result of a balance query for an ERC20 token.

type GetBalanceResult = {
decimals: number;
displayValue: string;
name: string;
symbol: string;
value: bigint;
};