Docs.rs
api3-common-0.0.1
api3-common 0.0.1
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
willeslau
Dependencies
borsh ^0.8.2
normal
derive_more ^0.99.17
normal
hex ^0.4.3
normal
serde ^1
normal
thiserror ^1
normal
tiny-keccak ^2.0.2
normal
uint ^0.9.0
normal
ethabi ^17.0.0
dev
ethereum-types ^0.13.1
dev
hex-literal ^0.3
dev
libsecp256k1 ^0.6.0
dev
rand ^0.8.5
dev
web3 ^0.18.0
dev
Versions
53.52%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
api3_
common
0.0.1
Bytes32
Trait Implementations
From<&U256>
Zero
In crate api3_
common
api3_common
Type Alias
Bytes32
Copy item path
Source
pub type Bytes32 = [
u8
;
32
];
Trait Implementations
§
Source
§
impl
From
<&
U256
> for
Bytes32
Source
§
fn
from
(u: &
U256
) -> Self
Converts to this type from the input type.
Source
§
impl
Zero
for
Bytes32
Source
§
fn
is_zero
(&self) ->
bool