Docs.rs
bitcoind-request-0.1.4
bitcoind-request 0.1.4
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
joegesualdo
Dependencies
async-std ^1.12.0
normal
chrono ^0.4
normal
jsonrpc ^0.13.0
normal
serde ^1.0
normal
serde_json ^1.0
normal
Versions
0%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
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
☰
CallableCommand
Required Associated Types
Response
Required Methods
call
Implementors
In bitcoind_request::command
?
Trait
bitcoind_request
::
command
::
CallableCommand
source
·
[
−
]
pub trait CallableCommand { type
Response
; fn
call
(&self, client: &
Client
) -> Self::
Response
; }
Required Associated Types
source
type
Response
Required Methods
source
fn
call
(&self, client: &
Client
) -> Self::
Response
Implementors
source
impl
CallableCommand
for
GetBestBlockHashCommand
type
Response
=
GetBestBlockHashCommandResponse
source
impl
CallableCommand
for
GetBlockCommand
type
Response
=
GetBlockCommandResponse
source
impl
CallableCommand
for
GetBlockCountCommand
type
Response
=
GetBlockCountCommandResponse
source
impl
CallableCommand
for
GetBlockHashCommand
type
Response
=
GetBlockHashCommandResponse
source
impl
CallableCommand
for
GetBlockHeaderCommand
type
Response
=
GetBlockHeaderCommandResponse
source
impl
CallableCommand
for
GetBlockStatsCommand
type
Response
=
GetBlockStatsCommandResponse
source
impl
CallableCommand
for
GetBlockchainInfoCommand
type
Response
=
GetBlockchainInfoCommandResponse
source
impl
CallableCommand
for
GetChainTipsCommand
type
Response
=
GetChainTipsCommandResponse
source
impl
CallableCommand
for
GetChainTxStatsCommand
type
Response
=
GetChainTxStatsCommandResponse
source
impl
CallableCommand
for
GetDifficultyCommand
type
Response
=
GetDifficultyCommandResponse
source
impl
CallableCommand
for
GetMiningInfoCommand
type
Response
=
GetMiningInfoCommandResponse
source
impl
CallableCommand
for
GetNetworkHashPsCommand
type
Response
=
GetNetworkHashPsCommandResponse
source
impl
CallableCommand
for
GetRawTransactionCommand
type
Response
=
GetRawTransactionCommandResponse
source
impl
CallableCommand
for
GetTxOutCommand
type
Response
=
GetTxOutCommandResponse
source
impl
CallableCommand
for
GetTxOutSetInfoCommand
type
Response
=
GetTxOutSetInfoCommandResponse