From: github-actions Date: Thu, 19 Aug 2021 18:15:00 +0000 (+0000) Subject: Publish autogenerated nightly docs X-Git-Url: http://internal-gitweb-vhost/%22https:/doc.rust-lang.org/trait.impl/struct.ScriptHash.html?a=commitdiff_plain;h=273b3a7d97b6e06159487f744e699ece002abc72;p=bitcoindevkit.org Publish autogenerated nightly docs --- diff --git a/static/docs-rs/bdk/nightly/latest/bdk/all.html b/static/docs-rs/bdk/nightly/latest/bdk/all.html index c4d47b26bd..c2d2e45b78 100644 --- a/static/docs-rs/bdk/nightly/latest/bdk/all.html +++ b/static/docs-rs/bdk/nightly/latest/bdk/all.html @@ -1,4 +1,4 @@ -List of all items in this crate

List of all items[] +List of all items in this crate

List of all items[]

Structs

Enums

Traits

Macros

Functions

Typedefs

diff --git a/static/docs-rs/bdk/nightly/latest/bdk/index.html b/static/docs-rs/bdk/nightly/latest/bdk/index.html index cd3ad93484..0c5f25098e 100644 --- a/static/docs-rs/bdk/nightly/latest/bdk/index.html +++ b/static/docs-rs/bdk/nightly/latest/bdk/index.html @@ -1,4 +1,4 @@ -bdk - Rust

Crate bdk[][src]

Expand description

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

+bdk - Rust

Crate bdk[][src]

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.

    @@ -17,7 +17,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.9.0"

    Sync the balance of a descriptor

    Example

    +
    bdk = "0.10.0"

    Sync the balance of a descriptor

    Example

     use bdk::Wallet;
     use bdk::database::MemoryDatabase;
    diff --git a/static/docs-rs/bdk/nightly/latest/src/bdk/lib.rs.html b/static/docs-rs/bdk/nightly/latest/src/bdk/lib.rs.html
    index 20a47c4b8a..bf766a440d 100644
    --- a/static/docs-rs/bdk/nightly/latest/src/bdk/lib.rs.html
    +++ b/static/docs-rs/bdk/nightly/latest/src/bdk/lib.rs.html
    @@ -321,7 +321,7 @@
     //! interact with the bitcoin P2P network.
     //!
     //! ```toml
    -//! bdk = "0.9.0"
    +//! bdk = "0.10.0"
     //! ```
     #![cfg_attr(
         feature = "electrum",