GetEthBalanceParams

Represents the parameters for the "getEthBalance" function.

type GetEthBalanceParams = {
addr: AbiParameterToPrimitiveType<{
internalType: "address";
name: "addr";
type: "address";
}>;
};