reth_node_core::primitives

Module transaction

Expand description

Transaction types.

Modules§

  • serde_bincode_compatserde-bincode-compat
    Bincode-compatible transaction type serde implementations.
  • Handling transaction signature operations, including signature recovery, applying chain IDs, and EIP-2 validation.

Structs§

Enums§

Constants§

Statics§

Traits§

  • Implements behaviour to fill a TxEnv from another transaction.

Functions§

  • Recover signer address from message hash. This ensures that the signature S value is greater than secp256k1n / 2, as specified in EIP-2.
  • Recover signer from message hash, without ensuring that the signature has a low s value.

Type Aliases§