Docs.rs
alloy-rpc-types-eth-0.5.4
alloy-rpc-types-eth 0.5.4
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
DaniPopes
github:alloy-rs:core
Dependencies
alloy-consensus ^0.5
normal
alloy-eips ^0.5
normal
alloy-network-primitives ^0.5
normal
alloy-primitives ^0.8.5
normal
alloy-rlp ^0.3
normal
alloy-serde ^0.5
normal
optional
alloy-sol-types ^0.8.5
normal
arbitrary ^1.3
normal
optional
derive_more ^1.0.0
normal
itertools ^0.13
normal
jsonrpsee-types ^0.24
normal
optional
serde ^1.0
normal
optional
serde_json ^1.0
normal
optional
alloy-consensus ^0.5
dev
alloy-eips ^0.5
dev
alloy-primitives ^0.8.5
dev
arbitrary ^1.3
dev
assert_matches ^1.5
dev
rand ^0.8
dev
similar-asserts ^1.5
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
alloy_
rpc_
types_
eth
0.5.4
Topic
Aliased type
Trait Implementations
From<Uint<256, 4>>
In crate alloy_
rpc_
types_
eth
alloy_rpc_types_eth
Type Alias
Topic
Copy item path
source
pub type Topic =
FilterSet
<
B256
>;
Expand description
A single topic
Aliased Type
§
struct Topic(
/* private fields */
);
Trait Implementations
§
source
§
impl
From
<
Uint
<256, 4>> for
Topic
source
§
fn
from
(src:
U256
) -> Self
Converts to this type from the input type.