BaseBoringBatchable

Methods

batch

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

Parameters

NameTypeDescription

calls

bytes[]

undefined

revertOnFail

bool

undefined

Returns

NameTypeDescription

successes

bool[]

undefined

results

bytes[]

undefined

Last updated