Aggregate3ValueParams

Represents the parameters for the "aggregate3Value" function.

type Aggregate3ValueParams = WithOverrides<{
calls: AbiParameterToPrimitiveType<{
components: [
{ name: "target"; type: "address" },
{ name: "allowFailure"; type: "bool" },
{ name: "value"; type: "uint256" },
{ name: "callData"; type: "bytes" },
];
name: "calls";
type: "tuple[]";
}>;
}>;