Crate maili_consensus

Source
Expand description

§maili-consensus

CI maili-consensus crate MIT License Apache License Book

Optimism common types

Structs§

DepositContextDepositSource
A deposit context transaction source.
L1InfoDepositSource
A L1 info deposit transaction source.
TxDeposit
Deposit transactions, also known as deposits are initiated on L1, and executed on L2.
UpgradeDepositSource
An upgrade deposit transaction source.
UserDepositSource
A deposit transaction source.

Enums§

DepositSourceDomain
Source domains for deposit transactions.
DepositSourceDomainIdentifier
Source domain identifiers for deposit transactions.

Constants§

DEPOSIT_TX_TYPE_ID
Identifier for an Optimism deposit transaction

Traits§

DepositTransaction
A trait representing a deposit transaction with specific attributes.
DepositTxEnvelope
Transaction envelope that encompasses a TxDeposit.

Functions§

serde_deposit_tx_rpcserde
Deposit transactions don’t have a signature, however, we include an empty signature in the response for better compatibility.