Available on crate feature
network
only.Expand description
§alloy-network-primitives
Primitive types for Alloy network abstraction.
Structs§
- Block
Transaction Hashes - An iterator over the transaction hashes of a block.
Enums§
- Block
Transactions - Block Transactions depending on the boolean attribute of
eth_getBlockBy*
, or if used byeth_getUncle*
- Block
Transactions Kind - Determines how the
transactions
field of block should be filled.
Traits§
- Block
Response - Block JSON-RPC response.
- Header
Response - Header JSON-RPC response.
- Receipt
Response - Receipt JSON-RPC response.
- Transaction
Builder4844 - Transaction builder type supporting EIP-4844 transaction fields.
- Transaction
Builder7702 - Transaction builder type supporting EIP-7702 transaction fields.
- Transaction
Response - Transaction JSON-RPC response. Aggregates transaction data with its block and signer context.