↓ 11 callersFunctionmakePaddedTuple(
length: N,
fn: (i: number) => T,
nonPaddedLength = 0,
makePadding: () => T,
offset = 0,
)
yarn-project/stdlib/src/tests/factories.ts:319
↓ 11 callersFunctionmakeValidCheckpointBuilds a valid random checkpoint with the given number of blocks. All blocks share the same slot, * coinbase, feeRecipient, gasFees, and timestamp,
yarn-project/stdlib/src/checkpoint/validate.test.ts:27