IMessageRoot
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
Name | Type | Description |
---|---|---|
aggregatedRoot | bytes32 | of the batches from different chains. |