Expand description
Re-exported from alloy_rpc_types
.
Modules§
- alloy-rpc-types-engine
- alloy-rpc-types-eth
- Alloy serde helpers for primitive types.
Structs§
- AccessList as defined in EIP-2930
- A list of addresses and storage keys that the transaction plans to access. Accesses outside the list are possible, but become more expensive.
AccessListResult
for handling errors frometh_createAccessList
- Represents an Account in the account trie.
- Account information.
- Receipt envelope, as defined in EIP-2718.
- An unsigned EIP-7702 authorization.
- Bad block representation.
- This represents a set of blobs, and its corresponding commitments and proofs.
- Block representation
- BlockOverrides is a set of header fields to override.
- An iterator over the transaction hashes of a block.
- Helper type to represent a bloom filter used for matching logs.
- Bundle of transactions
- Chain status.
- Response for EIP-1186 account proof
eth_getProof
- EIP1186
Storage Proof serde
Data structure with proof for one single storage-entry - CallResponse for eth_callMany
- Extended account information (used by
parity_allAccountInfo
). - Response type for
eth_feeHistory
- Filter for logs.
- FilterSet is a set of values that will be used to filter logs.
- Support for matching Filters
- RPC representation of block header, wrapping a consensus header.
- A hex encoded or decimal index that’s intended to be used as a rust index, hence it’s deserialized into a
usize
. - Ethereum Log emitted by a transaction
PackedUserOperation
in the spec: Entry Point V0.7- Peer Ethereum protocol information
- Peer connection information
- Peer network information
- Peer protocols information
- Peers info
- Peer PIP protocol information
- Ethereum Log
- Receipt containing result of transaction execution.
Receipt
with calculated bloom filter.- account derived from a signature as well as information that tells if it is valid for the current chain
- A block hash which may have a boolean
requireCanonical
field. - Represents the
rpc_modules
response, which returns the list of all available modules on that transport and their version - Response to sending a user operation.
- The detail of the sync stages.
- State context for callMany
- Syncing info
- Transaction object used in RPC
- Additional fields in the context of a block that contains this transaction.
- Helper type that supports both
data
andinput
fields that map to transaction input data. - Transaction receipt
- Represents all transaction requests to/from RPC.
- Propagation statistics for pending transaction.
- Internal struct to calculate reward percentiles
UserOperation
in the spec: Entry Point V0.6- Represents the gas estimation for a user operation.
- Represents the receipt of a user operation.
- Withdrawal represents a validator withdrawal from the consensus layer.
- Represents a collection of Withdrawals.
- The result of an
eth_getWork
request
Enums§
- Error that can occur when converting other types to blocks
- A Block Identifier. https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1898.md
- A block Number (or tag - “latest”, “earliest”, “pending”)
- Block Transactions depending on the boolean attribute of
eth_getBlockBy*
, or if used byeth_getUncle*
- Determines how the
transactions
field of block should be filled. - Error variants when converting from crate::Transaction to [alloy_consensus::Signed] transaction.
- Represents errors that can occur when setting block filters in
FilterBlockOption
. - Represents the target range of blocks for the filter
- Response of the
eth_getFilterChanges
RPC. - Owned equivalent of a
SubscriptionId
- Specifies the kind of information you wish to receive from the
eth_newPendingTransactionFilter
RPC endpoint. - Receipt envelope, as defined in EIP-2718.
- Send User Operation
- Sync status
- Represents a transaction index where -1 means all transactions
- Union type for representing a single value or a vector of values inside a filter
Traits§
- Represents a minimal EVM transaction.
Functions§
- Calculates the blob gas price from the header’s excess blob gas field.
- Calculates the
excess_blob_gas
from the parent header’sblob_gas_used
andexcess_blob_gas
. - Calculate receipt logs bloom.
Type Aliases§
- Alias for a catch-all receipt type.
- A block hash or a block number
- A block number and a hash
- Block number and hash of the forked block.
- A single topic