Represents the parameters for retrieving the balance of an address.
type GetBalanceParams = { address: string };
The address for which to retrieve the balance.
type address = string;