# Functions
No description provided by the author
IterateL1MessagesFrom creates an L1MessageIterator that iterates over all L1 message in the database starting at the provided enqueue index.
L1MessageKey = L1MessagePrefix + enqueueIndex (uint64 big endian).
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
No description provided by the author
L1MessageIterator is a wrapper around ethdb.Iterator that allows us to iterate over L1 messages in the database.
No description provided by the author