Expand description
Transaction types.
Re-exports§
pub use eip4844::TxEip4844;
pub use eip4844::TxEip4844Variant;
pub use eip4844::TxEip4844WithSidecar;
Modules§
- [EIP-4844] constants, helpers, and types.
- Utilities for working with EIP-4844 field elements and implementing
SidecarCoder
. - serde_
bincode_ compat serde
andserde-bincode-compat
Bincode-compatible serde implementations for transaction types.
Structs§
- This represents a set of blobs, and its corresponding commitments and proofs.
- Build a
BlobTransactionSidecar
from an arbitrary amount of data. - Simple coder that only uses the last 31 bytes of each blob. This is the default coder for the
SidecarBuilder
. - A transaction with a priority fee (EIP-1559).
- Transaction with an
AccessList
(EIP-2930). - A transaction with a priority fee (EIP-7702).
- Legacy transaction.
Enums§
- An error that can occur when validating a BlobTransactionSidecar::validate.
- The Ethereum EIP-2718 Transaction Envelope.
- The TypedTransaction enum represents all Ethereum transaction request types.
Traits§
- A strategy for coding and decoding data into sidecars.
- A signable transaction.
- Represents a minimal EVM transaction.
Type Aliases§
- A Blob serialized as 0x-prefixed hex string
- A commitment/proof serialized as 0x-prefixed hex string