Docs.rs
helium-api-3.3.1
helium-api 3.3.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
madninja
Dependencies
async-trait ^0
normal
base64 ^0
normal
chrono ^0
normal
futures ^0
normal
num-traits ^0
normal
reqwest ^0
normal
rust_decimal ^1
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^1
normal
futures-util ^0
dev
serde_test ^1
dev
tokio ^1
dev
Versions
23.51%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
helium_
api
3.3.1
All Items
Crate Items
Modules
Structs
Enums
Constants
Traits
Type Aliases
Crate
helium_api
Copy item path
Source
Modules
§
accounts
blocks
hotspots
models
oracle
ouis
pending_
transactions
transactions
validators
vars
Structs
§
Client
Enums
§
Error
Constants
§
DEFAULT_
BASE_
URL
The default base URL if none is specified.
DEFAULT_
TIMEOUT
The default timeout for API requests
NO_
QUERY
A utility constant to pass an empty query slice to the various client fetch functions
Traits
§
IntoVec
Type Aliases
§
Future
A type alias for
Future
that may return
crate::error::Error
Result
Stream
A type alias for
Stream
that may result in
crate::error::Error