Docs.rs
fireblocks-sdk-2.1.0
fireblocks-sdk 2.1.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
dougEfresh
Dependencies
anyhow ^1
normal
async-trait ^0.1
normal
bon ^3
normal
bytes ^1
normal
chrono ^0.4
normal
futures ^0.3
normal
http ^1
normal
jsonwebtoken ^9
normal
rand ^0.8
normal
reqwest ^0.12
normal
reqwest-middleware ^0.4
normal
reqwest-retry ^0.7
normal
reqwest-tracing ^0.5
normal
serde ^1.0
normal
serde_json ^1.0
normal
serde_repr ^0.1
normal
serde_with ^3.8
normal
sha2 ^0.10
normal
thiserror ^2
normal
tokio ^1
normal
tokio-util ^0.7
normal
tracing ^0.1
normal
url ^2.5
normal
uuid ^1.8
normal
dotenvy ^0.15
dev
lazy_static ^1.4.0
dev
rstest ^0.25.0
dev
tokio ^1
dev
tokio-stream ^0.1
dev
tracing-subscriber ^0.3
dev
Versions
50.31%
of the crate is documented
Platform
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
fireblocks_
sdk
2.1.0
Query
Params
Aliased Type
In crate fireblocks_
sdk
fireblocks_sdk
Type Alias
QueryParams
Copy item path
Source
pub type QueryParams =
Vec
<(
String
,
String
)>;
Aliased Type
ยง
struct QueryParams {
/* private fields */
}