From d26a424a6f288f1af44ea9f6451ea6293a3d2d39 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 16 Dec 2020 10:01:04 +0000 Subject: [PATCH] Publish autogenerated nightly docs --- .../bdk/wallet/signer/enum.SignerError.html | 14 +++--- .../bdk/wallet/signer/enum.SignerId.html | 31 ++++++++---- .../latest/bdk/wallet/signer/index.html | 2 +- .../wallet/signer/struct.SignerOrdering.html | 30 ++++++------ .../signer/struct.SignersContainer.html | 22 ++++----- .../bdk/wallet/signer/trait.Signer.html | 10 ++-- .../latest/implementors/core/cmp/trait.Ord.js | 2 +- .../implementors/core/cmp/trait.PartialOrd.js | 2 +- .../implementors/core/hash/trait.Hash.js | 2 +- .../bdk/nightly/latest/search-index.js | 2 +- .../latest/src/bdk/wallet/signer.rs.html | 48 ++++++++++++++----- 11 files changed, 99 insertions(+), 66 deletions(-) diff --git a/static/docs-rs/bdk/nightly/latest/bdk/wallet/signer/enum.SignerError.html b/static/docs-rs/bdk/nightly/latest/bdk/wallet/signer/enum.SignerError.html index e4b3149c7f..d4078021d9 100644 --- a/static/docs-rs/bdk/nightly/latest/bdk/wallet/signer/enum.SignerError.html +++ b/static/docs-rs/bdk/nightly/latest/bdk/wallet/signer/enum.SignerError.html @@ -1,7 +1,7 @@ bdk::wallet::signer::SignerError - Rust

[][src]Enum bdk::wallet::signer::SignerError

pub enum SignerError {
+                Change settings

[][src]Enum bdk::wallet::signer::SignerError

pub enum SignerError {
     MissingKey,
     InvalidKey,
     UserCanceled,
@@ -23,19 +23,19 @@
 
MissingWitnessUtxo

The witness_utxo field of the transaction is required to sign this input

MissingWitnessScript

The witness_script field of the transaction is requied to sign this input

MissingHDKeypath

The fingerprint and derivation path are missing from the psbt input

-

Trait Implementations

impl Clone for SignerError[src]

Trait Implementations

impl Clone for SignerError[src]

impl Debug for SignerError[src]

impl Display for SignerError[src]

impl Eq for SignerError[src]

impl Error for SignerError[src]

impl Debug for SignerError[src]

impl Display for SignerError[src]

impl Eq for SignerError[src]

impl Error for SignerError[src]

impl From<SignerError> for Error[src]

impl PartialEq<SignerError> for SignerError[src]

impl PartialEq<SignerError> for SignerError[src]

impl StructuralEq for SignerError[src]

impl StructuralPartialEq for SignerError[src]

Auto Trait Implementations

Blanket Implementations

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

impl StructuralEq for SignerError[src]

impl StructuralPartialEq for SignerError[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]

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

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]