# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
ExtractDataFromEthereumChain returns the deposits, rollups, total amount deposited and length of the blockchain between the start block and the end block.
FindNotIncludedL2Txs returns the number of transfers and withdrawals that were injected but are not present in the L2 blockchain.
NewOutputStats processes the simulation and retrieves the output statistics.
NewTransactionInjector returns a transaction manager with a given number of obsWallets.
No description provided by the author
# Constants
EnclavePublicKeyHex is the public key of the enclave.
# Structs
No description provided by the author
OutputStats decouples the processing of data and the collection of statistics there's a bit more to do around this, this serves as a first iteration.
Simulation represents all the data required to inject transactions on a network.
TransactionInjector is a structure that generates, issues and tracks transactions.