AggregateParams

Represents the parameters for the "aggregate" function.

type AggregateParams = WithOverrides<{
calls: AbiParameterToPrimitiveType<{
components: [
{ internalType: "address"; name: "target"; type: "address" },
{ internalType: "bytes"; name: "callData"; type: "bytes" },
];
internalType: "struct Multicall3.Call[]";
name: "calls";
type: "tuple[]";
}>;
}>;