Aggregate3ValueParams

Represents the parameters for the "aggregate3Value" function.

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