Batch
Inherits: IBatch
See the documentation in IBatch.
Forked from: https://github.com/boringcrypto/BoringSolidity/blob/master/contracts/BoringBatchable.sol
Functions
batch
Allows batched call to self, this contract.
function batch(bytes[] calldata calls) external override;
Parameters
| Name | Type | Description |
|---|---|---|
calls | bytes[] | An array of inputs for each call. |