From 27449c199c6284ce932dc45cb1c3f99b44760d8c Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 15 Apr 2021 09:45:55 +0000 Subject: [PATCH] Publish autogenerated nightly docs --- .../bdk/wallet/coin_selection/index.html | 2 +- .../latest/bdk/wallet/enum.AddressIndex.html | 2 +- .../bdk/nightly/latest/bdk/wallet/index.html | 2 +- .../bdk/nightly/latest/search-index.js | 2 +- .../latest/src/bdk/descriptor/policy.rs.html | 12 +++++------ .../src/bdk/wallet/coin_selection.rs.html | 20 +++++++++---------- .../nightly/latest/src/bdk/wallet/mod.rs.html | 10 ++++------ 7 files changed, 23 insertions(+), 27 deletions(-) diff --git a/static/docs-rs/bdk/nightly/latest/bdk/wallet/coin_selection/index.html b/static/docs-rs/bdk/nightly/latest/bdk/wallet/coin_selection/index.html index cd7c35d2c7..ddfe28a7aa 100644 --- a/static/docs-rs/bdk/nightly/latest/bdk/wallet/coin_selection/index.html +++ b/static/docs-rs/bdk/nightly/latest/bdk/wallet/coin_selection/index.html @@ -1,7 +1,7 @@ bdk::wallet::coin_selection - Rust

Module bdk::wallet::coin_selection[][src]

Coin selection

+ Change settings

Module bdk::wallet::coin_selection[][src]

Coin selection

This module provides the trait CoinSelectionAlgorithm that can be implemented to define custom coin selection algorithms.

You can specify a custom coin selection algorithm through the coin_selection method on diff --git a/static/docs-rs/bdk/nightly/latest/bdk/wallet/enum.AddressIndex.html b/static/docs-rs/bdk/nightly/latest/bdk/wallet/enum.AddressIndex.html index 5521ac3eac..70c7057394 100644 --- a/static/docs-rs/bdk/nightly/latest/bdk/wallet/enum.AddressIndex.html +++ b/static/docs-rs/bdk/nightly/latest/bdk/wallet/enum.AddressIndex.html @@ -27,7 +27,7 @@ used by AddressIndex::New and AddressIndex::LastUsed t then the returned address and subsequent addresses returned by calls to AddressIndex::New and AddressIndex::LastUsed may have already been used. Also if the index is reset to a value earlier than the crate::blockchain::Blockchain stop_gap (default is 20) then a -larger stop_gap should be used to monitor for all possibly used addresses.

+larger stop_gap should be used to monitor for all possibly used addresses.

Trait Implementations

impl Debug for AddressIndex[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]