Docs.rs
kaspa-wrpc-client-0.15.0
kaspa-wrpc-client 0.15.0
Permalink
Docs.rs crate page
ISC
Links
Repository
crates.io
Source
Owners
aspect
tiram88
michaelsutton
Dependencies
async-std ^1.12.0
normal
async-trait ^0.1.74
normal
borsh ^1.5.1
normal
cfg-if ^1.0.0
normal
futures ^0.3.29
normal
js-sys ^0.3.70
normal
kaspa-addresses ^0.15.0
normal
kaspa-consensus-core ^0.15.0
normal
kaspa-consensus-wasm ^0.15.0
normal
kaspa-notify ^0.15.0
normal
kaspa-rpc-core ^0.15.0
normal
kaspa-rpc-macros ^0.15.0
normal
paste ^1.0.14
normal
rand ^0.8.5
normal
regex ^1.10.2
normal
rustls ^0.23
normal
serde ^1.0.190
normal
serde-wasm-bindgen ^0.6.1
normal
serde_json ^1.0.107
normal
thiserror ^1.0.50
normal
toml ^0.8.8
normal
wasm-bindgen ^0.2.93
normal
wasm-bindgen-futures ^0.4.43
normal
workflow-core ^0.18.0
normal
workflow-dom ^0.18.0
normal
workflow-http ^0.18.0
normal
workflow-log ^0.18.0
normal
workflow-rpc ^0.18.0
normal
workflow-serializer ^0.18.0
normal
workflow-wasm ^0.18.0
normal
Versions
31.76%
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
kaspa_
wrpc_
client
0.15.0
RpcConnection
Required Methods
id
Implementors
In kaspa_
wrpc_
client::
prelude::
api::
connection
kaspa_wrpc_client
::
prelude
::
api
::
connection
Trait
RpcConnection
Copy item path
Source
pub trait RpcConnection:
Send
+
Sync
{ // Required method fn
id
(&self) ->
u64
; }
Required Methods
§
Source
fn
id
(&self) ->
u64
Implementors
§