From: github-actions Date: Thu, 15 Apr 2021 09:45:55 +0000 (+0000) Subject: Publish autogenerated nightly docs X-Git-Url: http://internal-gitweb-vhost/%22https:/doc.rust-lang.org/nightly/std/struct.CommandStringError.html?a=commitdiff_plain;h=27449c199c6284ce932dc45cb1c3f99b44760d8c;p=bitcoindevkit.org Publish autogenerated nightly docs --- 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]