From: github-actions Date: Wed, 31 Mar 2021 23:39:32 +0000 (+0000) Subject: Publish autogenerated nightly docs X-Git-Url: http://internal-gitweb-vhost/script/%22https:/struct.DecoderReader.html?a=commitdiff_plain;h=d6703dd032eeaf02be77ef5a4f48377d6704545e;p=bitcoindevkit.org Publish autogenerated nightly docs --- diff --git a/static/docs-rs/bdk/nightly/latest/bdk/descriptor/enum.Descriptor.html b/static/docs-rs/bdk/nightly/latest/bdk/descriptor/enum.Descriptor.html index 70fc31734d..132b792b19 100644 --- a/static/docs-rs/bdk/nightly/latest/bdk/descriptor/enum.Descriptor.html +++ b/static/docs-rs/bdk/nightly/latest/bdk/descriptor/enum.Descriptor.html @@ -51,7 +51,7 @@ a descriptor that only contains public keys and a map to lookup the secret key g

pub fn to_string_with_secret(
    &self,
    key_map: &HashMap<DescriptorPublicKey, DescriptorSecretKey, RandomState>
) -> String

Serialize a descriptor to string with its secret keys

Trait Implementations

impl<Pk> Clone for Descriptor<Pk> where
    Pk: Clone + MiniscriptKey, 

impl<Pk> Debug for Descriptor<Pk> where
    Pk: MiniscriptKey, 

impl<Pk> Debug for Descriptor<Pk> where
    Pk: MiniscriptKey, 

impl<Pk> DescriptorTrait<Pk> for Descriptor<Pk> where
    Pk: MiniscriptKey, 

pub fn sanity_check(&self) -> Result<(), Error>

Whether the descriptor is safe Checks whether all the spend paths in the descriptor are possible on the bitcoin network under the current standardness and consensus rules @@ -86,7 +86,7 @@ sighash when evaluating a CHECKSIG & co. OP code.

impl<Pk> Display for Descriptor<Pk> where
    Pk: MiniscriptKey, 

impl<Pk> Display for Descriptor<Pk> where
    Pk: MiniscriptKey, 

impl<Pk> Eq for Descriptor<Pk> where
    Pk: Eq + MiniscriptKey, 

impl ExtractPolicy for Descriptor<DescriptorPublicKey>[src]

impl<Pk> ForEachKey<Pk> for Descriptor<Pk> where
    Pk: MiniscriptKey, 

Trait Implementations

impl<Pk, Ctx> Clone for Miniscript<Pk, Ctx> where
    Ctx: Clone + ScriptContext,
    Pk: Clone + MiniscriptKey, 

impl<Pk, Ctx> Debug for Miniscript<Pk, Ctx> where
    Ctx: ScriptContext,
    Pk: MiniscriptKey, 

impl<Pk, Ctx> Display for Miniscript<Pk, Ctx> where
    Ctx: ScriptContext,
    Pk: MiniscriptKey, 

impl<Pk, Ctx> Debug for Miniscript<Pk, Ctx> where
    Ctx: ScriptContext,
    Pk: MiniscriptKey, 

impl<Pk, Ctx> Display for Miniscript<Pk, Ctx> where
    Ctx: ScriptContext,
    Pk: MiniscriptKey, 

impl<Pk, Ctx> Eq for Miniscript<Pk, Ctx> where
    Ctx: ScriptContext,
    Pk: MiniscriptKey, 

Eq of Miniscript must depend only on node and not the type information. The type information and extra_properties can be deterministically determined by the ast.

diff --git a/static/docs-rs/bdk/nightly/latest/bdk/keys/bip39/enum.MnemonicType.html b/static/docs-rs/bdk/nightly/latest/bdk/keys/bip39/enum.MnemonicType.html index 1c48ff5d38..48ed7d4616 100644 --- a/static/docs-rs/bdk/nightly/latest/bdk/keys/bip39/enum.MnemonicType.html +++ b/static/docs-rs/bdk/nightly/latest/bdk/keys/bip39/enum.MnemonicType.html @@ -95,9 +95,9 @@ other way.

let word_count = mnemonic_type.word_count();

Trait Implementations

impl Clone for MnemonicType

impl Copy for MnemonicType

impl Debug for MnemonicType

impl Copy for MnemonicType

impl Debug for MnemonicType

impl Default for MnemonicType

impl Display for MnemonicType

impl Display for MnemonicType

Auto Trait Implementations

impl RefUnwindSafe for MnemonicType

impl Send for MnemonicType

impl Sync for MnemonicType

impl Unpin for MnemonicType

impl UnwindSafe for MnemonicType

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]

Trait Implementations

impl AsRef<str> for Mnemonic

impl Clone for Mnemonic

impl Debug for Mnemonic

impl Debug for Mnemonic

impl<Ctx: ScriptContext> DerivableKey<Ctx> for Mnemonic[src]

impl Display for Mnemonic

impl Display for Mnemonic

impl Drop for Mnemonic

impl<Ctx: ScriptContext> GeneratableKey<Ctx> for Mnemonic[src]

type Entropy = [u8; 32]

Type specifying the amount of entropy required e.g. [u8;32]

type Options = (MnemonicType, Language)

Extra options required by the generate_with_entropy

type Error = Option<ErrorKind>

Returned error in case of failure

impl LowerHex for Mnemonic

impl LowerHex for Mnemonic

impl UpperHex for Mnemonic

impl Zeroize for Mnemonic

Trait Implementations

impl AsRef<[u8]> for Seed

impl Clone for Seed

impl Debug for Seed

impl Debug for Seed

impl<Ctx: ScriptContext> DerivableKey<Ctx> for Seed[src]

impl Drop for Seed

impl LowerHex for Seed

impl LowerHex for Seed

impl UpperHex for Seed

impl Zeroize for Seed

Trait Implementations

impl Clone for DescriptorPublicKey

impl Debug for DescriptorPublicKey

impl Display for DescriptorPublicKey

impl Debug for DescriptorPublicKey

impl Display for DescriptorPublicKey

impl Eq for DescriptorPublicKey

impl FromStr for DescriptorPublicKey

type Err = DescriptorKeyParseError

The associated error which can be returned from parsing.

impl Hash for DescriptorPublicKey

Trait Implementations

impl Debug for DescriptorSecretKey

impl Display for DescriptorSecretKey

Trait Implementations

impl Debug for DescriptorSecretKey

impl Display for DescriptorSecretKey

impl FromStr for DescriptorSecretKey

type Err = DescriptorKeyParseError

The associated error which can be returned from parsing.

impl<Ctx: ScriptContext> IntoDescriptorKey<Ctx> for DescriptorSecretKey[src]

Trait Implementations

impl<Pk, Ctx> Clone for SortedMultiVec<Pk, Ctx> where
    Ctx: Clone + ScriptContext,
    Pk: Clone + MiniscriptKey, 

impl<Pk, Ctx> Debug for SortedMultiVec<Pk, Ctx> where
    Ctx: ScriptContext,
    Pk: MiniscriptKey, 

impl<Pk, Ctx> Display for SortedMultiVec<Pk, Ctx> where
    Ctx: ScriptContext,
    Pk: MiniscriptKey, 

impl<Pk, Ctx> Debug for SortedMultiVec<Pk, Ctx> where
    Ctx: ScriptContext,
    Pk: MiniscriptKey, 

impl<Pk, Ctx> Display for SortedMultiVec<Pk, Ctx> where
    Ctx: ScriptContext,
    Pk: MiniscriptKey, 

impl<Pk, Ctx> Eq for SortedMultiVec<Pk, Ctx> where
    Ctx: Eq + ScriptContext,
    Pk: Eq + MiniscriptKey, 

impl<Pk, Ctx> ForEachKey<Pk> for SortedMultiVec<Pk, Ctx> where
    Ctx: ScriptContext,
    Pk: MiniscriptKey,