From: github-actions Date: Wed, 31 Aug 2022 13:27:48 +0000 (+0000) Subject: Publish autogenerated nightly docs X-Git-Url: http://internal-gitweb-vhost/script/%22https:/struct.SegwitCodeLengthError.html?a=commitdiff_plain;h=9ecbf92f3ea4e087a4f2bb35acf32cf7644cf4d3;p=bitcoindevkit.org Publish autogenerated nightly docs --- diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk/fn.version.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk/fn.version.html index 5e952b14ec..b5a3aab062 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk/fn.version.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk/fn.version.html @@ -6,6 +6,6 @@ logo
logo
-

Function bdk::version

source · []
pub fn version() -> &'static str
Expand description

Get the version of BDK at runtime

+

Function bdk::version

source · []
pub fn version() -> &'static str
Expand description

Get the version of BDK at runtime

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk/index.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk/index.html index 02ae8cb507..1db55b1c6c 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk/index.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk/index.html @@ -4,9 +4,9 @@
+

Crate bdk

logo
-

Crate bdk

source · []
Expand description

A modern, lightweight, descriptor-based wallet library written in Rust.

+

Crate bdk

source · []
Expand description

A modern, lightweight, descriptor-based wallet library written in Rust.

About

The BDK library aims to be the core building block for Bitcoin wallets of any kind.

    @@ -25,7 +25,7 @@ their uses.

    The default features include a simple key-value database (sled) to cache blockchain data and an electrum blockchain client to interact with the bitcoin P2P network.

    -
    bdk = "0.21.0"

    Examples

    Sync the balance of a descriptor

    +

    Examples

    Sync the balance of a descriptor

    use bdk::{Wallet, SyncOptions};
     use bdk::database::MemoryDatabase;
     use bdk::blockchain::ElectrumBlockchain;
    @@ -47,7 +47,7 @@ interact with the bitcoin P2P network.

    Ok(()) }
    -

    Generate a few addresses

    +

    Generate a few addresses

    Example

    use bdk::{Wallet};
     use bdk::database::MemoryDatabase;
     use bdk::wallet::AddressIndex::New;
    diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/bdk/lib.rs.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/bdk/lib.rs.html
    index a76968922d..18d4ec1f3d 100644
    --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/bdk/lib.rs.html
    +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/bdk/lib.rs.html
    @@ -289,9 +289,6 @@
     282
     283
     284
    -285
    -286
    -287
     
    // Bitcoin Dev Kit
     // Written in 2020 by Alekos Filini <alekos.filini@gmail.com>
     //
    @@ -337,10 +334,6 @@
     //! blockchain data and an [electrum](https://docs.rs/electrum-client/) blockchain client to
     //! interact with the bitcoin P2P network.
     //!
    -//! ```toml
    -//! bdk = "0.21.0"
    -//! ```
    -//!
     //! # Examples
     #![cfg_attr(
         feature = "electrum",
    @@ -375,6 +368,7 @@ fn main() -> Result<(), bdk::Error> {
     //!
     //! ## Generate a few addresses
     //!
    +//! ### Example
     //! ```
     //! use bdk::{Wallet};
     //! use bdk::database::MemoryDatabase;