Name | Type | Description |
---|---|---|
diamondCut | FacetCut[] | Array of facets to be created at deployment. |
args | RulesEngineDiamondArgs | Arguments for the facets’ initialization, including the initializer address and calldata. |
revertOnFail
is true, the batch stops on the first failure.
Name | Type | Description |
---|---|---|
calls | bytes[] | An array of inputs for each call. |
revertOnFail | bool | If True then reverts after a failed call and stops doing further calls. |
BatchError
.
Name | Type | Description |
---|---|---|
_returnData | bytes | The returned data from the failed call. |