Docs.rs
raiden-primitives-0.1.0
raiden-primitives 0.1.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
rakanalh
Dependencies
derive_more ^0.99.11
normal
hex ^0.4.3
normal
lazy_static ^1.4.0
normal
once_cell ^1.8.0
normal
secp256k1 ^0.21
normal
serde ^1.0.136
normal
serde_json ^1.0.59
normal
sha2 ^0.10.6
normal
tokio ^1.0
normal
web3 ^0.18.0
normal
Versions
64.75%
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
Nonce
raiden_
primitives
0.1.0
Nonce
Aliased Type
Fields
0
In raiden_
primitives::
types
raiden_primitives
::
types
Type Alias
Nonce
Copy item path
Source
pub type Nonce =
U256
;
Expand description
Alias type for nonce.
Aliased Type
§
#[repr(C)]
pub struct Nonce(pub [
u64
;
4
]);
Tuple Fields
§
§
0: [
u64
;
4
]