Module eth_bridge::types

source ·
Expand description

Web3 Types

Structs

  • The block type returned from RPC calls. This is generic over a TX type.
  • The block header type returned from RPC calls.
  • Raw bytes wrapper
  • Call contract request (eth_call / eth_estimateGas)
  • Filter
  • Filter Builder
  • Fixed-size uninterpreted hash type with 16 bytes (128 bits) size.
  • Fixed-size uninterpreted hash type with 20 bytes (160 bits) size.
  • Fixed-size uninterpreted hash type with 32 bytes (256 bits) size.
  • Fixed-size uninterpreted hash type with 64 bytes (512 bits) size.
  • Bloom hash type with 256 bytes (2048 bits) size.
  • A log produced by a transaction.
  • Raw bytes of a signed, but not yet sent transaction
  • Description of a Transaction, pending or in the chain.
  • “Receipt” of an executed transaction: details of its execution.
  • Send Transaction Parameters
  • Little-endian large integer type Unsigned 64-bit integer.
  • Little-endian large integer type 128-bit unsigned integer.
  • Little-endian large integer type 256-bit unsigned integer.

Enums

Type Definitions