Docs.rs
cita-tool-0.22.0
cita-tool 0.22.0
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
Pencil-Yao
Dependencies
blake2b_simd ^1.0.0
normal
efficient-sm2 ^0.2
normal
ethabi ^18.0.0
normal
failure ^0.1.1
normal
futures ^0.3.26
normal
hex ^0.4
normal
http-body-util ^0.1
normal
hyper ^1.0
normal
hyper-rustls ^0.27
normal
optional
hyper-tls ^0.6
normal
optional
hyper-util ^0.1
normal
lazy_static ^1.0
normal
libsm ^0.6
normal
protobuf =2.8.1
normal
rand ^0.8.5
normal
rustc-hex ^2.0
normal
secp256k1 ^0.29
normal
serde ^1.0.53
normal
serde_derive ^1.0.53
normal
serde_json ^1.0.17
normal
sha2 ^0.10.6
normal
tiny-keccak ^2.0.2
normal
tokio ^1.25.0
normal
tool-derive ^0.2
normal
ethereum-types ^0.14.1
normal
uuid ^1.3.0
normal
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Message
cita_
tool
0.22.0
Message
Aliased Type
Fields
0
In cita_
tool::
crypto
cita_tool
::
crypto
Type Alias
Message
Copy item path
Source
pub type Message =
H256
;
Expand description
Sign Message
Aliased Type
§
#[repr(C)]
pub struct Message(pub [
u8
;
32
]);
Tuple Fields
§
§
0: [
u8
;
32
]