From 96f3855ff815f33c69e8a560d8086bdce6774de2 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 16 Dec 2020 10:21:37 +0000 Subject: [PATCH] Publish autogenerated nightly docs --- .../docs-rs/bdk/nightly/latest/bdk/all.html | 2 +- .../enum.AddressValidatorError.html | 13 ++++-- .../bdk/wallet/address_validator/index.html | 2 +- .../trait.AddressValidator.html | 4 +- .../bdk/wallet/coin_selection/index.html | 7 ++-- .../wallet/coin_selection/sidebar-items.js | 2 +- .../struct.BranchAndBoundCoinSelection.html | 9 ++-- .../struct.CoinSelectionResult.html | 4 +- .../struct.LargestFirstCoinSelection.html | 8 ++-- .../trait.CoinSelectionAlgorithm.html | 6 +-- .../type.DefaultCoinSelectionAlgorithm.html | 2 +- .../bdk/nightly/latest/bdk/wallet/index.html | 2 +- .../bdk/wallet/signer/enum.SignerError.html | 14 +++---- .../bdk/wallet/signer/enum.SignerId.html | 10 +++-- .../latest/bdk/wallet/signer/index.html | 2 +- .../wallet/signer/struct.SignerOrdering.html | 26 ++++++------ .../signer/struct.SignersContainer.html | 23 ++++++----- .../bdk/wallet/signer/trait.Signer.html | 10 ++--- .../latest/bdk/wallet/struct.Wallet.html | 41 ++++++++++--------- .../tx_builder/enum.ChangeSpendPolicy.html | 18 ++++---- .../wallet/tx_builder/enum.TxOrdering.html | 3 +- .../latest/bdk/wallet/tx_builder/index.html | 2 +- .../latest/bdk/wallet/type.OfflineWallet.html | 2 +- .../bdk/nightly/latest/search-index.js | 2 +- .../src/bdk/wallet/address_validator.rs.html | 10 +++++ .../src/bdk/wallet/coin_selection.rs.html | 8 +++- .../nightly/latest/src/bdk/wallet/mod.rs.html | 10 +---- .../latest/src/bdk/wallet/signer.rs.html | 6 +++ .../latest/src/bdk/wallet/tx_builder.rs.html | 2 + 29 files changed, 137 insertions(+), 113 deletions(-) diff --git a/static/docs-rs/bdk/nightly/latest/bdk/all.html b/static/docs-rs/bdk/nightly/latest/bdk/all.html index d6f372a430..35d47a2b03 100644 --- a/static/docs-rs/bdk/nightly/latest/bdk/all.html +++ b/static/docs-rs/bdk/nightly/latest/bdk/all.html @@ -3,4 +3,4 @@

[] - List of all items

Structs

Enums

Traits

Macros

Functions

Typedefs

Constants

\ No newline at end of file + List of all items

Structs

Enums

Traits

Macros

Functions

Typedefs

\ No newline at end of file diff --git a/static/docs-rs/bdk/nightly/latest/bdk/wallet/address_validator/enum.AddressValidatorError.html b/static/docs-rs/bdk/nightly/latest/bdk/wallet/address_validator/enum.AddressValidatorError.html index 057bfd3bea..19c2ae0bf1 100644 --- a/static/docs-rs/bdk/nightly/latest/bdk/wallet/address_validator/enum.AddressValidatorError.html +++ b/static/docs-rs/bdk/nightly/latest/bdk/wallet/address_validator/enum.AddressValidatorError.html @@ -1,7 +1,7 @@ bdk::wallet::address_validator::AddressValidatorError - Rust

[][src]Enum bdk::wallet::address_validator::AddressValidatorError

pub enum AddressValidatorError {
+                Change settings

[][src]Enum bdk::wallet::address_validator::AddressValidatorError

pub enum AddressValidatorError {
     UserRejected,
     ConnectionError,
     TimeoutError,
@@ -10,11 +10,16 @@
 }

Errors that can be returned to fail the validation of an address

Variants

-
UserRejected
ConnectionError
TimeoutError
InvalidScript
Message(String)

Trait Implementations

impl Clone for AddressValidatorError[src]