Docs

BatchData

type BatchData = {
data: Array<BytesLike>;
targets: Array<string | undefined>;
values: Array<BigNumberish>;
};