Docs

BatchData

type BatchData = {
  data: BytesLike[];
  targets: string | undefined[];
  values: BigNumberish[];
};