Docs.rs
rosetta-server-0.4.0
rosetta-server 0.4.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
dvc94ch
Dependencies
anyhow ^1.0.69
normal
async-trait ^0.1.66
normal
clap ^4.1.8
normal
femme ^2.2.1
normal
futures ^0.3.26
normal
optional
hex ^0.4.3
normal
log ^0.4.17
normal
rosetta-core ^0.4.0
normal
rosetta-docker ^0.4.0
normal
optional
serde ^1.0.153
normal
serde_json ^1.0.94
normal
sled ^0.34.7
normal
tide ^0.16.0
normal
tokio ^1.26.0
normal
anyhow ^1.0.69
build
vergen ^8.1.1
build
Versions
0%
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
Crate crypto
rosetta_
server
0.4.0
All Items
Crate Items
Modules
Enums
rosetta_server
Crate
crypto
Copy item path
Source
Expand description
Implements cryptography needed for various chains.
Modules
§
address
Support for various blockchain address formats.
bip32
BIP32 implementation.
bip39
BIP39 Mnemonic Codes
bip44
BIP44 implementation.
Enums
§
Algorithm
Signing algorithm.
Public
Key
Public key used for verifying signatures.
Secret
Key
Secret key used for constructing signatures.
Signature
Signature.