Calls the "getEthBalance" function on the contract.
import { getEthBalance } from "thirdweb/extensions/multicall3"; const result = await getEthBalance({ contract, addr: ...,});
function getEthBalance( options: BaseTransactionOptions<GetEthBalanceParams>,): Promise<bigint>;
The options for the getEthBalance function.
let options: BaseTransactionOptions<GetEthBalanceParams>;
let returnType: Promise<bigint>;
The parsed result of the function call.