Expand description
EIP-6110 handling. EIP-6110 deposit requests parsing
Structs§
- Event with signature
DepositEvent(bytes,bytes,bytes,bytes,bytes)
and selector0x649bbc62d0e31342afea4e5cd82d4049e7e1ee912fc0889aa790803be39038c5
.
Functions§
- Accumulate a deposit request from a log. containing a
DepositEvent
. - Accumulate deposits from an iterator of logs.
- Accumulate deposits from a receipt. Iterates over the logs in the receipt and accumulates the deposit request bytestrings.
- Accumulate deposits from a list of receipts. Iterates over the logs in the receipts and accumulates the deposit request bytestrings.
- Find deposit logs in a list of receipts, and return the concatenated deposit request bytestring.