Calls the "getCurrentBlockCoinbase" function on the contract.
import { getCurrentBlockCoinbase } from "thirdweb/extensions/multicall3"; const result = await getCurrentBlockCoinbase({ contract,});
function getCurrentBlockCoinbase( options: BaseTransactionOptions,): Promise<string>;
The options for the getCurrentBlockCoinbase function.
let options: { contract: ThirdwebContract<abi> } & T;
let returnType: Promise<string>;
The parsed result of the function call.