IMessageRoot

Git Source

Author: Matter Labs

MessageRoot contract is responsible for storing and aggregating the roots of the batches from different chains into the MessageRoot.

Note: security-contact: security@matterlabs.dev

Functions

getAggregatedRoot

The aggregated root of the batches from different chains.

function getAggregatedRoot() external view returns (bytes32 aggregatedRoot);

Returns

NameTypeDescription
aggregatedRootbytes32of the batches from different chains.