Crate reth::core::rpc::types::serde_helpers

Expand description

Alloy serde helpers for primitive types.

§alloy-serde

Serde related helpers for Alloy.

Modules§

  • numDeprecated
    Numeric serde helpers.
  • Serde functions for encoding primitive numbers using the Ethereum JSON-RPC “quantity” format.
  • quantity_boolDeprecated
    Serde serialization and deserialization for bool as 0x0 or 0x1.
  • Storage related helpers.
  • Json U256 serde helpers.

Structs§

  • A storage key type that can be serialized to and from a hex string up to 32 bytes. Used for eth_getStorageAt and eth_getProof RPCs.
  • Generic type for capturing additional fields when deserializing structs.
  • An extension to a struct that allows to capture additional fields when deserializing.

Functions§