# Functions
No description provided by the author
ParseMessagePassed parses MessagePassed events from a transaction receipt.
ProveWithdrawalParameters queries L1 & L2 to generate all withdrawal parameters and proof necessary to prove a withdrawal on L1.
StorageSlotOfWithdrawalHash determines the storage slot of the L2ToL1MessagePasser contract to look at given a WithdrawalHash.
No description provided by the author
No description provided by the author
No description provided by the author
WaitForFinalizationPeriod waits until the L1 chain has progressed far enough that l1ProvingBlockNum has completed the finalization period.
WaitForOutputRootPublished waits until there is an output published for an L2 block number larger than the supplied l2BlockNumber This function polls and can block for a very long time if used on mainnet.
WithdrawalHash computes the hash of the withdrawal that was stored in the L2toL1MessagePasser contract state.
# Variables
Standard ABI types copied from golang ABI tests.
Standard ABI types copied from golang ABI tests.
No description provided by the author
Standard ABI types copied from golang ABI tests.
# Structs
ProvenWithdrawalParameters is the set of parameters to pass to the ProveWithdrawalTransaction and FinalizeWithdrawalTransaction functions.