Docs.rs
muta-protocol-0.1.0-alpha.1
muta-protocol 0.1.0-alpha.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
yejiayu
Dependencies
async-trait ^0.1
normal
bincode ^1.2
normal
byteorder ^1.3
normal
bytes ^0.5
normal
cita_trie ^2.0
normal
creep ^0.1
normal
derive_more ^0.15
normal
ethbloom ^0.8
normal
futures ^0.3
normal
hasher ^0.1
normal
hex ^0.3
normal
json ^0.12
normal
lazy_static ^1.4
normal
num-bigint ^0.2
normal
prost ^0.6
normal
rlp ^0.4
normal
serde ^1.0
normal
serde_json ^1.0
normal
num-traits ^0.2
dev
rand ^0.6
dev
rayon ^1.0
dev
Versions
5.41%
of the crate is documented
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
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
muta_
protocol
0.1.0-alpha.1
Balance
Aliased Type
Trait Implementations
TryFrom<Balance>
In muta_
protocol::
types
muta_protocol
::
types
Type Alias
Balance
Copy item path
Source
pub type Balance =
BigUint
;
Expand description
Balance
Aliased Type
§
pub struct Balance {
/* private fields */
}
Trait Implementations
§
Source
§
impl
TryFrom
<
Balance
> for
Balance
Source
§
type
Error
=
ProtocolError
The type returned in the event of a conversion error.
Source
§
fn
try_from
(ser_balance:
Balance
) ->
Result
<
Balance
, Self::
Error
>
Performs the conversion.