IL2DAValidator
Functions
validatePubdata
function validatePubdata(
// The rolling hash of the user L2->L1 logs.
bytes32 _chainedLogsHash,
// The root hash of the user L2->L1 logs.
bytes32 _logsRootHash,
// The chained hash of the L2->L1 messages
bytes32 _chainedMessagesHash,
// The chained hash of uncompressed bytecodes sent to L1
bytes32 _chainedBytecodesHash,
// Same operator input
bytes calldata _totalL2ToL1PubdataAndStateDiffs
) external returns (bytes32 outputHash);