Docs.rs
  • bitcoind-async-client-0.1.1
    • bitcoind-async-client 0.1.1
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • storopoli
    • Dependencies
      • base64 ^0.22.1 normal
      • bitcoin ^0.32.5 normal
      • hex-conservative ^0.2.1 normal
      • reqwest ^0.12.15 normal
      • secp256k1 ^0.29.0 normal
      • serde ^1.0.219 normal
      • serde_json ^1.0.140 normal
      • thiserror ^2.0.12 normal
      • tokio ^1.44.2 normal
      • tracing ^0.1.41 normal
      • anyhow ^1.0.98 dev
      • corepc-node ^0.7.0 dev
      • tracing-subscriber ^0.3.19 dev
    • Versions
    • 75.49% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • 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

bitcoind_async_client0.1.1

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • client::Client
  • error::BitcoinRpcError
  • error::SignRawTransactionWithWalletError
  • error::UnexpectedServerVersionError
  • types::CreateRawTransaction
  • types::CreateRawTransactionInput
  • types::CreateWallet
  • types::GetBlockHeaderVerbosityZero
  • types::GetBlockVerbosityOne
  • types::GetBlockVerbosityZero
  • types::GetBlockchainInfo
  • types::GetNewAddress
  • types::GetRawTransactionVerbosityOne
  • types::GetRawTransactionVerbosityZero
  • types::GetTransaction
  • types::GetTransactionDetail
  • types::GetTxOut
  • types::ImportDescriptor
  • types::ImportDescriptorResult
  • types::ImportDescriptors
  • types::ListDescriptor
  • types::ListDescriptors
  • types::ListTransactions
  • types::ListUnspent
  • types::PreviousTransactionOutput
  • types::ScriptPubkey
  • types::SignRawTransactionWithWallet
  • types::SubmitPackage
  • types::SubmitPackageTxResult
  • types::SubmitPackageTxResultFees
  • types::TestMempoolAccept

Enums

  • error::ClientError
  • types::CreateRawTransactionOutput
  • types::GetTransactionDetailCategory
  • types::TransactionCategory

Traits

  • traits::Broadcaster
  • traits::Reader
  • traits::Signer
  • traits::Wallet

Functions

  • client::to_value

Type Aliases

  • client::ClientResult