Crate ethers_types_rs

Source

Re-exports§

pub use ethabi;
pub use rlp;
pub use anyhow;
pub use address::*;
pub use request::*;
pub use block::*;
pub use eip712::*;
pub use signature::*;

Modules§

address
block
bytes
eip712
This implementation adapted from ethers-core
request
signature

Macros§

bytes_def
if_ethbloom
Conditional compilation depending on whether ethereum-types is built with ethbloom support.

Structs§

Bloom
Bloom hash type with 256 bytes (2048 bits) size.
BloomRef
Ether
Finney
FromStrRadixErr
The error type for parsing numbers from strings.
Gwei
H32
H64
H128
Fixed-size uninterpreted hash type with 16 bytes (128 bits) size.
H160
Fixed-size uninterpreted hash type with 20 bytes (160 bits) size.
H256
Fixed-size uninterpreted hash type with 32 bytes (256 bits) size.
H264
H512
Fixed-size uninterpreted hash type with 64 bytes (512 bits) size.
H520
Kwei
Mwei
Szabo
U64
Little-endian large integer type Unsigned 64-bit integer.
U128
Little-endian large integer type 128-bit unsigned integer.
U256
Little-endian large integer type 256-bit unsigned integer.
U512
Little-endian large integer type 512-bits unsigned integer.
Wei

Enums§

BloomInput
FromDecStrErr
Conversion from decimal string error
FromStrRadixErrKind
A list of error categories encountered when parsing numbers.
UnitError

Traits§

BigEndianHash
EthereumUnit

Type Aliases§

Address
Public
Secret
Signature