BaseBoringBatchable

Methods

batch

function batch(bytes[] calls, bool revertOnFail) external payable returns (bool[] successes, bytes[] results)

Parameters

Name
Type
Description

calls

bytes[]

undefined

revertOnFail

bool

undefined

Returns

Name
Type
Description

successes

bool[]

undefined

results

bytes[]

undefined

Last updated