FlowContractsinterfacesIBatchOn this pageIBatch Git Source This contract implements logic to batch call any function. Functions batch Allows batched call to self, this contract. function batch(bytes[] calldata calls) external; Parameters NameTypeDescriptioncallsbytes[]An array of inputs for each call.