From: github-actions Date: Mon, 9 Sep 2024 16:35:18 +0000 (+0000) Subject: Publish autogenerated nightly docs X-Git-Url: http://internal-gitweb-vhost/?a=commitdiff_plain;h=cc84b44f60904394e06c6bd5eb8971ce5985c0cc;p=bitcoindevkit.org Publish autogenerated nightly docs --- diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/.lock b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/.lock deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/all.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/all.html index 9ddb6f4407..4d1e68b4f3 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/all.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/all.html @@ -1 +1 @@ -List of all items in this crate

List of all items

Structs

Enums

Traits

Macros

Derive Macros

Functions

Type Aliases

Statics

Constants

\ No newline at end of file +List of all items in this crate

List of all items

Structs

Enums

Traits

Macros

Derive Macros

Functions

Type Aliases

Statics

Constants

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/address/enum.FromScriptError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/address/enum.FromScriptError.html index 570338c6b5..f535a9dde8 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/address/enum.FromScriptError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/address/enum.FromScriptError.html @@ -6,7 +6,7 @@

Variants (Non-exhaustive)§

This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
§

UnrecognizedScript

Script is not a p2pkh, p2sh or witness program.

§

WitnessProgram(Error)

A witness program error.

§

WitnessVersion(TryFromError)

A witness version construction error.

-

Trait Implementations§

§

impl Clone for FromScriptError

§

fn clone(&self) -> FromScriptError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for FromScriptError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for FromScriptError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for FromScriptError

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<Error> for FromScriptError

§

fn from(e: Error) -> FromScriptError

Converts to this type from the input type.
§

impl From<Infallible> for FromScriptError

§

fn from(never: Infallible) -> FromScriptError

Converts to this type from the input type.
§

impl From<TryFromError> for FromScriptError

§

fn from(e: TryFromError) -> FromScriptError

Converts to this type from the input type.
§

impl PartialEq for FromScriptError

§

fn eq(&self, other: &FromScriptError) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

§

impl Clone for FromScriptError

§

fn clone(&self) -> FromScriptError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for FromScriptError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for FromScriptError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for FromScriptError

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<Error> for FromScriptError

§

fn from(e: Error) -> FromScriptError

Converts to this type from the input type.
§

impl From<Infallible> for FromScriptError

§

fn from(never: Infallible) -> FromScriptError

Converts to this type from the input type.
§

impl From<TryFromError> for FromScriptError

§

fn from(e: TryFromError) -> FromScriptError

Converts to this type from the input type.
§

impl PartialEq for FromScriptError

§

fn eq(&self, other: &FromScriptError) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl Eq for FromScriptError

§

impl StructuralPartialEq for FromScriptError

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/address/enum.ParseError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/address/enum.ParseError.html index 32531f4f08..cf942902ff 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/address/enum.ParseError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/address/enum.ParseError.html @@ -18,7 +18,7 @@
§

InvalidBase58PayloadLength(InvalidBase58PayloadLengthError)

Invalid base58 payload data length for legacy address.

§

InvalidLegacyPrefix(InvalidLegacyPrefixError)

Invalid legacy address prefix in base58 data payload.

§

NetworkValidation(NetworkValidationError)

Address’s network differs from required one.

-

Trait Implementations§

§

impl Clone for ParseError

§

fn clone(&self) -> ParseError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for ParseError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for ParseError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for ParseError

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<DecodeError> for ParseError

§

fn from(e: DecodeError) -> ParseError

Converts to this type from the input type.
§

impl From<Error> for ParseError

§

fn from(e: Error) -> ParseError

Converts to this type from the input type.
§

impl From<Error> for ParseError

§

fn from(e: Error) -> ParseError

Converts to this type from the input type.
§

impl From<Infallible> for ParseError

§

fn from(never: Infallible) -> ParseError

Converts to this type from the input type.
§

impl From<InvalidBase58PayloadLengthError> for ParseError

§

fn from(e: InvalidBase58PayloadLengthError) -> ParseError

Converts to this type from the input type.
§

impl From<InvalidLegacyPrefixError> for ParseError

§

fn from(e: InvalidLegacyPrefixError) -> ParseError

Converts to this type from the input type.
§

impl From<LegacyAddressTooLongError> for ParseError

§

fn from(e: LegacyAddressTooLongError) -> ParseError

Converts to this type from the input type.
§

impl From<NetworkValidationError> for ParseError

§

fn from(e: NetworkValidationError) -> ParseError

Converts to this type from the input type.
§

impl From<TryFromError> for ParseError

§

fn from(e: TryFromError) -> ParseError

Converts to this type from the input type.
§

impl From<UnknownHrpError> for ParseError

§

fn from(e: UnknownHrpError) -> ParseError

Converts to this type from the input type.
§

impl PartialEq for ParseError

§

fn eq(&self, other: &ParseError) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

§

impl Clone for ParseError

§

fn clone(&self) -> ParseError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for ParseError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for ParseError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for ParseError

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<DecodeError> for ParseError

§

fn from(e: DecodeError) -> ParseError

Converts to this type from the input type.
§

impl From<Error> for ParseError

§

fn from(e: Error) -> ParseError

Converts to this type from the input type.
§

impl From<Error> for ParseError

§

fn from(e: Error) -> ParseError

Converts to this type from the input type.
§

impl From<Infallible> for ParseError

§

fn from(never: Infallible) -> ParseError

Converts to this type from the input type.
§

impl From<InvalidBase58PayloadLengthError> for ParseError

§

fn from(e: InvalidBase58PayloadLengthError) -> ParseError

Converts to this type from the input type.
§

impl From<InvalidLegacyPrefixError> for ParseError

§

fn from(e: InvalidLegacyPrefixError) -> ParseError

Converts to this type from the input type.
§

impl From<LegacyAddressTooLongError> for ParseError

§

fn from(e: LegacyAddressTooLongError) -> ParseError

Converts to this type from the input type.
§

impl From<NetworkValidationError> for ParseError

§

fn from(e: NetworkValidationError) -> ParseError

Converts to this type from the input type.
§

impl From<TryFromError> for ParseError

§

fn from(e: TryFromError) -> ParseError

Converts to this type from the input type.
§

impl From<UnknownHrpError> for ParseError

§

fn from(e: UnknownHrpError) -> ParseError

Converts to this type from the input type.
§

impl PartialEq for ParseError

§

fn eq(&self, other: &ParseError) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl Eq for ParseError

§

impl StructuralPartialEq for ParseError

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/address/error/enum.FromScriptError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/address/error/enum.FromScriptError.html index 9542a397f7..975bf1b95d 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/address/error/enum.FromScriptError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/address/error/enum.FromScriptError.html @@ -6,7 +6,7 @@

Variants (Non-exhaustive)§

This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
§

UnrecognizedScript

Script is not a p2pkh, p2sh or witness program.

§

WitnessProgram(Error)

A witness program error.

§

WitnessVersion(TryFromError)

A witness version construction error.

-

Trait Implementations§

§

impl Clone for FromScriptError

§

fn clone(&self) -> FromScriptError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for FromScriptError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for FromScriptError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for FromScriptError

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<Error> for FromScriptError

§

fn from(e: Error) -> FromScriptError

Converts to this type from the input type.
§

impl From<Infallible> for FromScriptError

§

fn from(never: Infallible) -> FromScriptError

Converts to this type from the input type.
§

impl From<TryFromError> for FromScriptError

§

fn from(e: TryFromError) -> FromScriptError

Converts to this type from the input type.
§

impl PartialEq for FromScriptError

§

fn eq(&self, other: &FromScriptError) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

§

impl Clone for FromScriptError

§

fn clone(&self) -> FromScriptError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for FromScriptError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for FromScriptError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for FromScriptError

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<Error> for FromScriptError

§

fn from(e: Error) -> FromScriptError

Converts to this type from the input type.
§

impl From<Infallible> for FromScriptError

§

fn from(never: Infallible) -> FromScriptError

Converts to this type from the input type.
§

impl From<TryFromError> for FromScriptError

§

fn from(e: TryFromError) -> FromScriptError

Converts to this type from the input type.
§

impl PartialEq for FromScriptError

§

fn eq(&self, other: &FromScriptError) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl Eq for FromScriptError

§

impl StructuralPartialEq for FromScriptError

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/address/error/enum.ParseError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/address/error/enum.ParseError.html index 2f9b17643c..7222ee4a89 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/address/error/enum.ParseError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/address/error/enum.ParseError.html @@ -18,7 +18,7 @@
§

InvalidBase58PayloadLength(InvalidBase58PayloadLengthError)

Invalid base58 payload data length for legacy address.

§

InvalidLegacyPrefix(InvalidLegacyPrefixError)

Invalid legacy address prefix in base58 data payload.

§

NetworkValidation(NetworkValidationError)

Address’s network differs from required one.

-

Trait Implementations§

§

impl Clone for ParseError

§

fn clone(&self) -> ParseError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for ParseError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for ParseError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for ParseError

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<DecodeError> for ParseError

§

fn from(e: DecodeError) -> ParseError

Converts to this type from the input type.
§

impl From<Error> for ParseError

§

fn from(e: Error) -> ParseError

Converts to this type from the input type.
§

impl From<Error> for ParseError

§

fn from(e: Error) -> ParseError

Converts to this type from the input type.
§

impl From<Infallible> for ParseError

§

fn from(never: Infallible) -> ParseError

Converts to this type from the input type.
§

impl From<InvalidBase58PayloadLengthError> for ParseError

§

fn from(e: InvalidBase58PayloadLengthError) -> ParseError

Converts to this type from the input type.
§

impl From<InvalidLegacyPrefixError> for ParseError

§

fn from(e: InvalidLegacyPrefixError) -> ParseError

Converts to this type from the input type.
§

impl From<LegacyAddressTooLongError> for ParseError

§

fn from(e: LegacyAddressTooLongError) -> ParseError

Converts to this type from the input type.
§

impl From<NetworkValidationError> for ParseError

§

fn from(e: NetworkValidationError) -> ParseError

Converts to this type from the input type.
§

impl From<TryFromError> for ParseError

§

fn from(e: TryFromError) -> ParseError

Converts to this type from the input type.
§

impl From<UnknownHrpError> for ParseError

§

fn from(e: UnknownHrpError) -> ParseError

Converts to this type from the input type.
§

impl PartialEq for ParseError

§

fn eq(&self, other: &ParseError) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

§

impl Clone for ParseError

§

fn clone(&self) -> ParseError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for ParseError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for ParseError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for ParseError

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<DecodeError> for ParseError

§

fn from(e: DecodeError) -> ParseError

Converts to this type from the input type.
§

impl From<Error> for ParseError

§

fn from(e: Error) -> ParseError

Converts to this type from the input type.
§

impl From<Error> for ParseError

§

fn from(e: Error) -> ParseError

Converts to this type from the input type.
§

impl From<Infallible> for ParseError

§

fn from(never: Infallible) -> ParseError

Converts to this type from the input type.
§

impl From<InvalidBase58PayloadLengthError> for ParseError

§

fn from(e: InvalidBase58PayloadLengthError) -> ParseError

Converts to this type from the input type.
§

impl From<InvalidLegacyPrefixError> for ParseError

§

fn from(e: InvalidLegacyPrefixError) -> ParseError

Converts to this type from the input type.
§

impl From<LegacyAddressTooLongError> for ParseError

§

fn from(e: LegacyAddressTooLongError) -> ParseError

Converts to this type from the input type.
§

impl From<NetworkValidationError> for ParseError

§

fn from(e: NetworkValidationError) -> ParseError

Converts to this type from the input type.
§

impl From<TryFromError> for ParseError

§

fn from(e: TryFromError) -> ParseError

Converts to this type from the input type.
§

impl From<UnknownHrpError> for ParseError

§

fn from(e: UnknownHrpError) -> ParseError

Converts to this type from the input type.
§

impl PartialEq for ParseError

§

fn eq(&self, other: &ParseError) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl Eq for ParseError

§

impl StructuralPartialEq for ParseError

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/address/struct.Address.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/address/struct.Address.html index a6dbacf877..a11137c606 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/address/struct.Address.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/address/struct.Address.html @@ -264,5 +264,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/amount/enum.ParseAmountError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/amount/enum.ParseAmountError.html index 3d7ce34ede..c5eeacc193 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/amount/enum.ParseAmountError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/amount/enum.ParseAmountError.html @@ -10,7 +10,7 @@
§

MissingDigits(MissingDigitsError)

A digit was expected but not found.

§

InputTooLarge(InputTooLargeError)

Input string was too large.

§

InvalidCharacter(InvalidCharacterError)

Invalid character in input.

-

Trait Implementations§

§

impl Clone for ParseAmountError

§

fn clone(&self) -> ParseAmountError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for ParseAmountError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for ParseAmountError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for ParseAmountError

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<Infallible> for ParseAmountError

§

fn from(never: Infallible) -> ParseAmountError

Converts to this type from the input type.
§

impl From<InputTooLargeError> for ParseAmountError

§

fn from(value: InputTooLargeError) -> ParseAmountError

Converts to this type from the input type.
§

impl From<InvalidCharacterError> for ParseAmountError

§

fn from(value: InvalidCharacterError) -> ParseAmountError

Converts to this type from the input type.
§

impl From<MissingDigitsError> for ParseAmountError

§

fn from(value: MissingDigitsError) -> ParseAmountError

Converts to this type from the input type.
§

impl From<OutOfRangeError> for ParseAmountError

§

fn from(value: OutOfRangeError) -> ParseAmountError

Converts to this type from the input type.
§

impl From<ParseAmountError> for ParseError

§

fn from(e: ParseAmountError) -> ParseError

Converts to this type from the input type.
§

impl From<TooPreciseError> for ParseAmountError

§

fn from(value: TooPreciseError) -> ParseAmountError

Converts to this type from the input type.
§

impl PartialEq for ParseAmountError

§

fn eq(&self, other: &ParseAmountError) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

§

impl Clone for ParseAmountError

§

fn clone(&self) -> ParseAmountError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for ParseAmountError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for ParseAmountError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for ParseAmountError

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<Infallible> for ParseAmountError

§

fn from(never: Infallible) -> ParseAmountError

Converts to this type from the input type.
§

impl From<InputTooLargeError> for ParseAmountError

§

fn from(value: InputTooLargeError) -> ParseAmountError

Converts to this type from the input type.
§

impl From<InvalidCharacterError> for ParseAmountError

§

fn from(value: InvalidCharacterError) -> ParseAmountError

Converts to this type from the input type.
§

impl From<MissingDigitsError> for ParseAmountError

§

fn from(value: MissingDigitsError) -> ParseAmountError

Converts to this type from the input type.
§

impl From<OutOfRangeError> for ParseAmountError

§

fn from(value: OutOfRangeError) -> ParseAmountError

Converts to this type from the input type.
§

impl From<ParseAmountError> for ParseError

§

fn from(e: ParseAmountError) -> ParseError

Converts to this type from the input type.
§

impl From<TooPreciseError> for ParseAmountError

§

fn from(value: TooPreciseError) -> ParseAmountError

Converts to this type from the input type.
§

impl PartialEq for ParseAmountError

§

fn eq(&self, other: &ParseAmountError) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl Eq for ParseAmountError

§

impl StructuralPartialEq for ParseAmountError

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/amount/struct.Amount.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/amount/struct.Amount.html index d1fa8b766e..0d86876dbb 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/amount/struct.Amount.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/amount/struct.Amount.html @@ -151,5 +151,5 @@ happen it returns None.

Display + ?Sized,
source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/base58/enum.Error.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/base58/enum.Error.html index 635a9f77a4..bfacc17f36 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/base58/enum.Error.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/base58/enum.Error.html @@ -6,7 +6,7 @@

Variants (Non-exhaustive)§

This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
§

Decode(InvalidCharacterError)

Invalid character while decoding.

§

IncorrectChecksum(IncorrectChecksumError)

Checksum was not correct.

§

TooShort(TooShortError)

Checked data was too short.

-

Trait Implementations§

§

impl Clone for Error

§

fn clone(&self) -> Error

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Error

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for Error

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for Error

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<Error> for Error

§

fn from(err: Error) -> Error

Converts to this type from the input type.
§

impl From<Error> for FromWifError

§

fn from(e: Error) -> FromWifError

Converts to this type from the input type.
§

impl From<Error> for ParseError

§

fn from(e: Error) -> ParseError

Converts to this type from the input type.
§

impl From<IncorrectChecksumError> for Error

§

fn from(e: IncorrectChecksumError) -> Error

Converts to this type from the input type.
§

impl From<Infallible> for Error

§

fn from(never: Infallible) -> Error

Converts to this type from the input type.
§

impl From<InvalidCharacterError> for Error

§

fn from(e: InvalidCharacterError) -> Error

Converts to this type from the input type.
§

impl From<TooShortError> for Error

§

fn from(e: TooShortError) -> Error

Converts to this type from the input type.
§

impl PartialEq for Error

§

fn eq(&self, other: &Error) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

§

impl Clone for Error

§

fn clone(&self) -> Error

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Error

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for Error

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for Error

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<Error> for Error

§

fn from(err: Error) -> Error

Converts to this type from the input type.
§

impl From<Error> for FromWifError

§

fn from(e: Error) -> FromWifError

Converts to this type from the input type.
§

impl From<Error> for ParseError

§

fn from(e: Error) -> ParseError

Converts to this type from the input type.
§

impl From<IncorrectChecksumError> for Error

§

fn from(e: IncorrectChecksumError) -> Error

Converts to this type from the input type.
§

impl From<Infallible> for Error

§

fn from(never: Infallible) -> Error

Converts to this type from the input type.
§

impl From<InvalidCharacterError> for Error

§

fn from(e: InvalidCharacterError) -> Error

Converts to this type from the input type.
§

impl From<TooShortError> for Error

§

fn from(e: TooShortError) -> Error

Converts to this type from the input type.
§

impl PartialEq for Error

§

fn eq(&self, other: &Error) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl Eq for Error

§

impl StructuralPartialEq for Error

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/base58/error/enum.Error.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/base58/error/enum.Error.html index d16bcf0011..2e8380c9f0 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/base58/error/enum.Error.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/base58/error/enum.Error.html @@ -6,7 +6,7 @@

Variants (Non-exhaustive)§

This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
§

Decode(InvalidCharacterError)

Invalid character while decoding.

§

IncorrectChecksum(IncorrectChecksumError)

Checksum was not correct.

§

TooShort(TooShortError)

Checked data was too short.

-

Trait Implementations§

§

impl Clone for Error

§

fn clone(&self) -> Error

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Error

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for Error

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for Error

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<Error> for Error

§

fn from(err: Error) -> Error

Converts to this type from the input type.
§

impl From<Error> for FromWifError

§

fn from(e: Error) -> FromWifError

Converts to this type from the input type.
§

impl From<Error> for ParseError

§

fn from(e: Error) -> ParseError

Converts to this type from the input type.
§

impl From<IncorrectChecksumError> for Error

§

fn from(e: IncorrectChecksumError) -> Error

Converts to this type from the input type.
§

impl From<Infallible> for Error

§

fn from(never: Infallible) -> Error

Converts to this type from the input type.
§

impl From<InvalidCharacterError> for Error

§

fn from(e: InvalidCharacterError) -> Error

Converts to this type from the input type.
§

impl From<TooShortError> for Error

§

fn from(e: TooShortError) -> Error

Converts to this type from the input type.
§

impl PartialEq for Error

§

fn eq(&self, other: &Error) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

§

impl Clone for Error

§

fn clone(&self) -> Error

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Error

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for Error

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for Error

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<Error> for Error

§

fn from(err: Error) -> Error

Converts to this type from the input type.
§

impl From<Error> for FromWifError

§

fn from(e: Error) -> FromWifError

Converts to this type from the input type.
§

impl From<Error> for ParseError

§

fn from(e: Error) -> ParseError

Converts to this type from the input type.
§

impl From<IncorrectChecksumError> for Error

§

fn from(e: IncorrectChecksumError) -> Error

Converts to this type from the input type.
§

impl From<Infallible> for Error

§

fn from(never: Infallible) -> Error

Converts to this type from the input type.
§

impl From<InvalidCharacterError> for Error

§

fn from(e: InvalidCharacterError) -> Error

Converts to this type from the input type.
§

impl From<TooShortError> for Error

§

fn from(e: TooShortError) -> Error

Converts to this type from the input type.
§

impl PartialEq for Error

§

fn eq(&self, other: &Error) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl Eq for Error

§

impl StructuralPartialEq for Error

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/base58/struct.String.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/base58/struct.String.html index 7fcca2d38b..d8e40e5441 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/base58/struct.String.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/base58/struct.String.html @@ -2302,7 +2302,7 @@ as it avoids reallocation if possible.

source§

fn clone(&self) -> String

Returns a copy of the value. Read more
1.0.0 · source§

impl Debug for String

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Decodable for String

§

fn consensus_decode<R>(r: &mut R) -> Result<String, Error>
where R: BufRead + ?Sized,

Decode an object with a well-defined format. Read more
§

fn consensus_decode_from_finite_reader<R>(reader: &mut R) -> Result<Self, Error>
where R: BufRead + ?Sized,

Decode Self from a size-limited reader. Read more
1.0.0 · source§

impl Default for String

source§

fn default() -> String

Creates an empty String.

-
1.0.0 · source§

impl Deref for String

§

type Target = str

The resulting type after dereferencing.
source§

fn deref(&self) -> &str

Dereferences the value.
1.3.0 · source§

impl DerefMut for String

source§

fn deref_mut(&mut self) -> &mut str

Mutably dereferences the value.
source§

impl<'de> Deserialize<'de> for String

1.0.0 · source§

impl Deref for String

§

type Target = str

The resulting type after dereferencing.
source§

fn deref(&self) -> &str

Dereferences the value.
1.3.0 · source§

impl DerefMut for String

source§

fn deref_mut(&mut self) -> &mut str

Mutably dereferences the value.
source§

impl<'de> Deserialize<'de> for String

source§

fn deserialize<D>( deserializer: D ) -> Result<String, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
1.0.0 · source§

impl Display for String

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Encodable for String

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where @@ -2418,8 +2418,8 @@ is not copied.

H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
1.0.0 · source§

impl<I> Index<I> for String
where I: SliceIndex<str>,

§

type Output = <I as SliceIndex<str>>::Output

The returned type after indexing.
source§

fn index(&self, index: I) -> &<I as SliceIndex<str>>::Output

Performs the indexing (container[index]) operation. Read more
1.0.0 · source§

impl<I> IndexMut<I> for String
where - I: SliceIndex<str>,

source§

fn index_mut(&mut self, index: I) -> &mut <I as SliceIndex<str>>::Output

Performs the mutable indexing (container[index]) operation. Read more
§

impl IntoDerivationPath for String

§

fn into_derivation_path(self) -> Result<DerivationPath, Error>

Converts a given type into a DerivationPath with possible error
source§

impl<'de, E> IntoDeserializer<'de, E> for String
where - E: Error,

§

type Deserializer = StringDeserializer<E>

The type of the deserializer being converted into.
source§

fn into_deserializer(self) -> StringDeserializer<E>

Convert this value into a deserializer.
§

impl MiniscriptKey for String

§

type Sha256 = String

The associated bitcoin::hashes::sha256::Hash for this [MiniscriptKey], used in the + I: SliceIndex<str>,
source§

fn index_mut(&mut self, index: I) -> &mut <I as SliceIndex<str>>::Output

Performs the mutable indexing (container[index]) operation. Read more
§

impl IntoDerivationPath for String

§

fn into_derivation_path(self) -> Result<DerivationPath, Error>

Converts a given type into a DerivationPath with possible error
source§

impl<'de, E> IntoDeserializer<'de, E> for String
where + E: Error,

§

type Deserializer = StringDeserializer<E>

The type of the deserializer being converted into.
source§

fn into_deserializer(self) -> StringDeserializer<E>

Convert this value into a deserializer.
§

impl MiniscriptKey for String

§

type Sha256 = String

The associated bitcoin::hashes::sha256::Hash for this [MiniscriptKey], used in the sha256 fragment.
§

type Hash256 = String

The associated [miniscript::hash256::Hash] for this [MiniscriptKey], used in the hash256 fragment.
§

type Ripemd160 = String

The associated bitcoin::hashes::ripemd160::Hash for this [MiniscriptKey] type, used in the ripemd160 fragment.
§

type Hash160 = String

The associated bitcoin::hashes::hash160::Hash for this [MiniscriptKey] type, used in @@ -2435,12 +2435,12 @@ sufficient, and should not be overridden without very good reason.
==.
source§

fn ne(&self, other: &String) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
1.0.0 · source§

impl<'a, 'b> PartialEq<String> for Cow<'a, str>

source§

fn eq(&self, other: &String) -> bool

This method tests for self and other values to be equal, and is used by ==.
source§

fn ne(&self, other: &String) -> bool

This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
source§

impl PartialEq<String> for Value

source§

fn eq(&self, other: &String) -> bool

This method tests for self and other values to be equal, and is used -by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always +sufficient, and should not be overridden without very good reason.
source§

impl PartialEq<String> for Value

source§

fn eq(&self, other: &String) -> bool

This method tests for self and other values to be equal, and is used +by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
1.0.0 · source§

impl<'a, 'b> PartialEq<String> for str

source§

fn eq(&self, other: &String) -> bool

This method tests for self and other values to be equal, and is used by ==.
source§

fn ne(&self, other: &String) -> bool

This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
source§

impl PartialEq<Value> for String

source§

fn eq(&self, other: &Value) -> bool

This method tests for self and other values to be equal, and is used -by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always +sufficient, and should not be overridden without very good reason.
source§

impl PartialEq<Value> for String

source§

fn eq(&self, other: &Value) -> bool

This method tests for self and other values to be equal, and is used +by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
1.0.0 · source§

impl<'a, 'b> PartialEq<str> for String

source§

fn eq(&self, other: &str) -> bool

This method tests for self and other values to be equal, and is used by ==.
source§

fn ne(&self, other: &str) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
1.0.0 · source§

impl PartialEq for String

source§

fn eq(&self, other: &String) -> bool

This method tests for self and other values to be equal, and is used @@ -2451,7 +2451,7 @@ operator. §Examples
assert_eq!(String::from("Hello world").find("world"), Some(6));
§

type Searcher = <&'b str as Pattern<'a>>::Searcher

🔬This is a nightly-only experimental API. (pattern)
Associated searcher for this pattern
source§

fn into_searcher(self, haystack: &'a str) -> <&'b str as Pattern<'a>>::Searcher

🔬This is a nightly-only experimental API. (pattern)
Constructs the associated searcher from -self and the haystack to search in.
source§

fn is_contained_in(self, haystack: &'a str) -> bool

🔬This is a nightly-only experimental API. (pattern)
Checks whether the pattern matches anywhere in the haystack
source§

fn is_prefix_of(self, haystack: &'a str) -> bool

🔬This is a nightly-only experimental API. (pattern)
Checks whether the pattern matches at the front of the haystack
source§

fn strip_prefix_of(self, haystack: &'a str) -> Option<&'a str>

🔬This is a nightly-only experimental API. (pattern)
Removes the pattern from the front of haystack, if it matches.
source§

fn is_suffix_of(self, haystack: &'a str) -> bool

🔬This is a nightly-only experimental API. (pattern)
Checks whether the pattern matches at the back of the haystack
source§

fn strip_suffix_of(self, haystack: &'a str) -> Option<&'a str>

🔬This is a nightly-only experimental API. (pattern)
Removes the pattern from the back of haystack, if it matches.
source§

impl Serialize for String

source§

fn serialize<S>( +self and the haystack to search in.

source§

fn is_contained_in(self, haystack: &'a str) -> bool

🔬This is a nightly-only experimental API. (pattern)
Checks whether the pattern matches anywhere in the haystack
source§

fn is_prefix_of(self, haystack: &'a str) -> bool

🔬This is a nightly-only experimental API. (pattern)
Checks whether the pattern matches at the front of the haystack
source§

fn strip_prefix_of(self, haystack: &'a str) -> Option<&'a str>

🔬This is a nightly-only experimental API. (pattern)
Removes the pattern from the front of haystack, if it matches.
source§

fn is_suffix_of(self, haystack: &'a str) -> bool

🔬This is a nightly-only experimental API. (pattern)
Checks whether the pattern matches at the back of the haystack
source§

fn strip_suffix_of(self, haystack: &'a str) -> Option<&'a str>

🔬This is a nightly-only experimental API. (pattern)
Removes the pattern from the back of haystack, if it matches.
source§

impl Serialize for String

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where @@ -2459,7 +2459,7 @@ operator.
§

fn consume(&mut self, buf: &str)

Consume the base64 encoded data in buf

1.16.0 · source§

impl ToSocketAddrs for String

§

type Iter = IntoIter<SocketAddr>

Returned iterator over socket addresses which this type may correspond to.
source§

fn to_socket_addrs(&self) -> Result<IntoIter<SocketAddr>, Error>

Converts this object to an iterator of resolved SocketAddrs. Read more
§

impl ToSql for String

§

fn to_sql(&self) -> Result<ToSqlOutput<'_>, Error>

Converts Rust value to SQLite value
§

impl TryFrom<String> for CommandString

§

type Error = CommandStringError

The type returned in the event of a conversion error.
§

fn try_from( value: String -) -> Result<CommandString, <CommandString as TryFrom<String>>::Error>

Performs the conversion.
§

impl TryFrom<String> for FeeRate

§

type Error = ParseIntError

The type returned in the event of a conversion error.
§

fn try_from(s: String) -> Result<FeeRate, <FeeRate as TryFrom<String>>::Error>

Performs the conversion.
§

impl TryFrom<String> for Height

§

type Error = ParseIntError

The type returned in the event of a conversion error.
§

fn try_from(s: String) -> Result<Height, <Height as TryFrom<String>>::Error>

Performs the conversion.
§

impl TryFrom<String> for Height

§

type Error = ParseHeightError

The type returned in the event of a conversion error.
§

fn try_from(s: String) -> Result<Height, <Height as TryFrom<String>>::Error>

Performs the conversion.
§

impl TryFrom<String> for LockTime

§

type Error = ParseIntError

The type returned in the event of a conversion error.
§

fn try_from(s: String) -> Result<LockTime, <LockTime as TryFrom<String>>::Error>

Performs the conversion.
§

impl TryFrom<String> for Sequence

§

type Error = ParseIntError

The type returned in the event of a conversion error.
§

fn try_from(s: String) -> Result<Sequence, <Sequence as TryFrom<String>>::Error>

Performs the conversion.
§

impl TryFrom<String> for Time

§

type Error = ParseIntError

The type returned in the event of a conversion error.
§

fn try_from(s: String) -> Result<Time, <Time as TryFrom<String>>::Error>

Performs the conversion.
§

impl TryFrom<String> for Time

§

type Error = ParseTimeError

The type returned in the event of a conversion error.
§

fn try_from(s: String) -> Result<Time, <Time as TryFrom<String>>::Error>

Performs the conversion.
§

impl TryFrom<String> for Weight

§

type Error = ParseIntError

The type returned in the event of a conversion error.
§

fn try_from(s: String) -> Result<Weight, <Weight as TryFrom<String>>::Error>

Performs the conversion.
1.0.0 · source§

impl Write for String

source§

fn write_str(&mut self, s: &str) -> Result<(), Error>

Writes a string slice into this writer, returning whether the write +) -> Result<CommandString, <CommandString as TryFrom<String>>::Error>
Performs the conversion.
§

impl TryFrom<String> for FeeRate

§

type Error = ParseIntError

The type returned in the event of a conversion error.
§

fn try_from(s: String) -> Result<FeeRate, <FeeRate as TryFrom<String>>::Error>

Performs the conversion.
§

impl TryFrom<String> for Height

§

type Error = ParseHeightError

The type returned in the event of a conversion error.
§

fn try_from(s: String) -> Result<Height, <Height as TryFrom<String>>::Error>

Performs the conversion.
§

impl TryFrom<String> for Height

§

type Error = ParseIntError

The type returned in the event of a conversion error.
§

fn try_from(s: String) -> Result<Height, <Height as TryFrom<String>>::Error>

Performs the conversion.
§

impl TryFrom<String> for LockTime

§

type Error = ParseIntError

The type returned in the event of a conversion error.
§

fn try_from(s: String) -> Result<LockTime, <LockTime as TryFrom<String>>::Error>

Performs the conversion.
§

impl TryFrom<String> for Sequence

§

type Error = ParseIntError

The type returned in the event of a conversion error.
§

fn try_from(s: String) -> Result<Sequence, <Sequence as TryFrom<String>>::Error>

Performs the conversion.
§

impl TryFrom<String> for Time

§

type Error = ParseIntError

The type returned in the event of a conversion error.
§

fn try_from(s: String) -> Result<Time, <Time as TryFrom<String>>::Error>

Performs the conversion.
§

impl TryFrom<String> for Time

§

type Error = ParseTimeError

The type returned in the event of a conversion error.
§

fn try_from(s: String) -> Result<Time, <Time as TryFrom<String>>::Error>

Performs the conversion.
§

impl TryFrom<String> for Weight

§

type Error = ParseIntError

The type returned in the event of a conversion error.
§

fn try_from(s: String) -> Result<Weight, <Weight as TryFrom<String>>::Error>

Performs the conversion.
1.0.0 · source§

impl Write for String

source§

fn write_str(&mut self, s: &str) -> Result<(), Error>

Writes a string slice into this writer, returning whether the write succeeded. Read more
source§

fn write_char(&mut self, c: char) -> Result<(), Error>

Writes a char into this writer, returning whether the write succeeded. Read more
1.0.0 · source§

fn write_fmt(&mut self, args: Arguments<'_>) -> Result<(), Error>

Glue for usage of the write! macro with implementors of this trait. Read more
source§

impl DerefPure for String

1.0.0 · source§

impl Eq for String

source§

impl Index for String

1.0.0 · source§

impl StructuralPartialEq for String

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where @@ -2485,5 +2485,5 @@ succeeded. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/base58/struct.Vec.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/base58/struct.Vec.html index a7f0565fca..d7f9ea8cff 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/base58/struct.Vec.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/base58/struct.Vec.html @@ -3693,99 +3693,99 @@ y.clone_from(&x); assert_eq!(yp, y.as_ptr());
source§

fn clone(&self) -> Vec<T, A>

Returns a copy of the value. Read more
1.0.0 · source§

impl<T, A> Debug for Vec<T, A>
where T: Debug, - A: Allocator,

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Decodable for Vec<(u32, Address)>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Decodable for Vec<(u32, Address)>

§

fn consensus_decode_from_finite_reader<R>( r: &mut R ) -> Result<Vec<(u32, Address)>, Error>
where - R: BufRead + ?Sized,

Decode Self from a size-limited reader. Read more
§

fn consensus_decode<R>(reader: &mut R) -> Result<Self, Error>
where - R: BufRead + ?Sized,

Decode an object with a well-defined format. Read more
§

impl Decodable for Vec<AddrV2Message>

Decode Self from a size-limited reader. Read more
§

fn consensus_decode<R>(reader: &mut R) -> Result<Self, Error>
where + R: BufRead + ?Sized,

Decode an object with a well-defined format. Read more
§

impl Decodable for Vec<AddrV2Message>

§

fn consensus_decode_from_finite_reader<R>( r: &mut R ) -> Result<Vec<AddrV2Message>, Error>
where - R: BufRead + ?Sized,

Decode Self from a size-limited reader. Read more
§

fn consensus_decode<R>(reader: &mut R) -> Result<Self, Error>
where - R: BufRead + ?Sized,

Decode an object with a well-defined format. Read more
§

impl Decodable for Vec<BlockHash>

Decode Self from a size-limited reader. Read more
§

fn consensus_decode<R>(reader: &mut R) -> Result<Self, Error>
where + R: BufRead + ?Sized,

Decode an object with a well-defined format. Read more
§

impl Decodable for Vec<BlockHash>

§

fn consensus_decode_from_finite_reader<R>( r: &mut R ) -> Result<Vec<BlockHash>, Error>
where - R: BufRead + ?Sized,

Decode Self from a size-limited reader. Read more
§

fn consensus_decode<R>(reader: &mut R) -> Result<Self, Error>
where - R: BufRead + ?Sized,

Decode an object with a well-defined format. Read more
§

impl Decodable for Vec<FilterHash>

Decode Self from a size-limited reader. Read more
§

fn consensus_decode<R>(reader: &mut R) -> Result<Self, Error>
where + R: BufRead + ?Sized,

Decode an object with a well-defined format. Read more
§

impl Decodable for Vec<FilterHash>

§

fn consensus_decode_from_finite_reader<R>( r: &mut R ) -> Result<Vec<FilterHash>, Error>
where - R: BufRead + ?Sized,

Decode Self from a size-limited reader. Read more
§

fn consensus_decode<R>(reader: &mut R) -> Result<Self, Error>
where - R: BufRead + ?Sized,

Decode an object with a well-defined format. Read more
§

impl Decodable for Vec<FilterHeader>

Decode Self from a size-limited reader. Read more
§

fn consensus_decode<R>(reader: &mut R) -> Result<Self, Error>
where + R: BufRead + ?Sized,

Decode an object with a well-defined format. Read more
§

impl Decodable for Vec<FilterHeader>

§

fn consensus_decode_from_finite_reader<R>( r: &mut R ) -> Result<Vec<FilterHeader>, Error>
where - R: BufRead + ?Sized,

Decode Self from a size-limited reader. Read more
§

fn consensus_decode<R>(reader: &mut R) -> Result<Self, Error>
where - R: BufRead + ?Sized,

Decode an object with a well-defined format. Read more
§

impl Decodable for Vec<Header>

Decode Self from a size-limited reader. Read more
§

fn consensus_decode<R>(reader: &mut R) -> Result<Self, Error>
where + R: BufRead + ?Sized,

Decode an object with a well-defined format. Read more
§

impl Decodable for Vec<Header>

§

fn consensus_decode_from_finite_reader<R>( r: &mut R ) -> Result<Vec<Header>, Error>
where - R: BufRead + ?Sized,

Decode Self from a size-limited reader. Read more
§

fn consensus_decode<R>(reader: &mut R) -> Result<Self, Error>
where - R: BufRead + ?Sized,

Decode an object with a well-defined format. Read more
§

impl Decodable for Vec<Inventory>

Decode Self from a size-limited reader. Read more
§

fn consensus_decode<R>(reader: &mut R) -> Result<Self, Error>
where + R: BufRead + ?Sized,

Decode an object with a well-defined format. Read more
§

impl Decodable for Vec<Inventory>

§

fn consensus_decode_from_finite_reader<R>( r: &mut R ) -> Result<Vec<Inventory>, Error>
where - R: BufRead + ?Sized,

Decode Self from a size-limited reader. Read more
§

fn consensus_decode<R>(reader: &mut R) -> Result<Self, Error>
where - R: BufRead + ?Sized,

Decode an object with a well-defined format. Read more
§

impl Decodable for Vec<PrefilledTransaction>

Decode Self from a size-limited reader. Read more
§

fn consensus_decode<R>(reader: &mut R) -> Result<Self, Error>
where + R: BufRead + ?Sized,

Decode an object with a well-defined format. Read more
§

impl Decodable for Vec<PrefilledTransaction>

§

fn consensus_decode_from_finite_reader<R>( r: &mut R ) -> Result<Vec<PrefilledTransaction>, Error>
where - R: BufRead + ?Sized,

Decode Self from a size-limited reader. Read more
§

fn consensus_decode<R>(reader: &mut R) -> Result<Self, Error>
where - R: BufRead + ?Sized,

Decode an object with a well-defined format. Read more
§

impl Decodable for Vec<ShortId>

Decode Self from a size-limited reader. Read more
§

fn consensus_decode<R>(reader: &mut R) -> Result<Self, Error>
where + R: BufRead + ?Sized,

Decode an object with a well-defined format. Read more
§

impl Decodable for Vec<ShortId>

§

fn consensus_decode_from_finite_reader<R>( r: &mut R ) -> Result<Vec<ShortId>, Error>
where - R: BufRead + ?Sized,

Decode Self from a size-limited reader. Read more
§

fn consensus_decode<R>(reader: &mut R) -> Result<Self, Error>
where + R: BufRead + ?Sized,

Decode Self from a size-limited reader. Read more
§

fn consensus_decode<R>(reader: &mut R) -> Result<Self, Error>
where R: BufRead + ?Sized,

Decode an object with a well-defined format. Read more
§

impl Decodable for Vec<TapLeafHash>

§

fn consensus_decode_from_finite_reader<R>( r: &mut R ) -> Result<Vec<TapLeafHash>, Error>
where R: BufRead + ?Sized,

Decode Self from a size-limited reader. Read more
§

fn consensus_decode<R>(reader: &mut R) -> Result<Self, Error>
where - R: BufRead + ?Sized,

Decode an object with a well-defined format. Read more
§

impl Decodable for Vec<Transaction>

Decode an object with a well-defined format. Read more
§

impl Decodable for Vec<Transaction>

§

fn consensus_decode_from_finite_reader<R>( r: &mut R ) -> Result<Vec<Transaction>, Error>
where - R: BufRead + ?Sized,

Decode Self from a size-limited reader. Read more
§

fn consensus_decode<R>(reader: &mut R) -> Result<Self, Error>
where - R: BufRead + ?Sized,

Decode an object with a well-defined format. Read more
§

impl Decodable for Vec<TxIn>

§

fn consensus_decode_from_finite_reader<R>(r: &mut R) -> Result<Vec<TxIn>, Error>
where - R: BufRead + ?Sized,

Decode Self from a size-limited reader. Read more
§

fn consensus_decode<R>(reader: &mut R) -> Result<Self, Error>
where - R: BufRead + ?Sized,

Decode an object with a well-defined format. Read more
§

impl Decodable for Vec<TxMerkleNode>

Decode Self from a size-limited reader. Read more
§

fn consensus_decode<R>(reader: &mut R) -> Result<Self, Error>
where + R: BufRead + ?Sized,

Decode an object with a well-defined format. Read more
§

impl Decodable for Vec<TxIn>

§

fn consensus_decode_from_finite_reader<R>(r: &mut R) -> Result<Vec<TxIn>, Error>
where + R: BufRead + ?Sized,

Decode Self from a size-limited reader. Read more
§

fn consensus_decode<R>(reader: &mut R) -> Result<Self, Error>
where + R: BufRead + ?Sized,

Decode an object with a well-defined format. Read more
§

impl Decodable for Vec<TxMerkleNode>

§

fn consensus_decode_from_finite_reader<R>( r: &mut R ) -> Result<Vec<TxMerkleNode>, Error>
where - R: BufRead + ?Sized,

Decode Self from a size-limited reader. Read more
§

fn consensus_decode<R>(reader: &mut R) -> Result<Self, Error>
where - R: BufRead + ?Sized,

Decode an object with a well-defined format. Read more
§

impl Decodable for Vec<TxOut>

Decode Self from a size-limited reader. Read more
§

fn consensus_decode<R>(reader: &mut R) -> Result<Self, Error>
where + R: BufRead + ?Sized,

Decode an object with a well-defined format. Read more
§

impl Decodable for Vec<TxOut>

§

fn consensus_decode_from_finite_reader<R>( r: &mut R ) -> Result<Vec<TxOut>, Error>
where - R: BufRead + ?Sized,

Decode Self from a size-limited reader. Read more
§

fn consensus_decode<R>(reader: &mut R) -> Result<Self, Error>
where - R: BufRead + ?Sized,

Decode an object with a well-defined format. Read more
§

impl Decodable for Vec<VarInt>

Decode Self from a size-limited reader. Read more
§

fn consensus_decode<R>(reader: &mut R) -> Result<Self, Error>
where + R: BufRead + ?Sized,

Decode an object with a well-defined format. Read more
§

impl Decodable for Vec<VarInt>

§

fn consensus_decode_from_finite_reader<R>( r: &mut R ) -> Result<Vec<VarInt>, Error>
where - R: BufRead + ?Sized,

Decode Self from a size-limited reader. Read more
§

fn consensus_decode<R>(reader: &mut R) -> Result<Self, Error>
where - R: BufRead + ?Sized,

Decode an object with a well-defined format. Read more
§

impl Decodable for Vec<Vec<u8>>

Decode Self from a size-limited reader. Read more
§

fn consensus_decode<R>(reader: &mut R) -> Result<Self, Error>
where + R: BufRead + ?Sized,

Decode an object with a well-defined format. Read more
§

impl Decodable for Vec<Vec<u8>>

§

fn consensus_decode_from_finite_reader<R>( r: &mut R ) -> Result<Vec<Vec<u8>>, Error>
where - R: BufRead + ?Sized,

Decode Self from a size-limited reader. Read more
§

fn consensus_decode<R>(reader: &mut R) -> Result<Self, Error>
where - R: BufRead + ?Sized,

Decode an object with a well-defined format. Read more
§

impl Decodable for Vec<u64>

§

fn consensus_decode_from_finite_reader<R>(r: &mut R) -> Result<Vec<u64>, Error>
where - R: BufRead + ?Sized,

Decode Self from a size-limited reader. Read more
§

fn consensus_decode<R>(reader: &mut R) -> Result<Self, Error>
where - R: BufRead + ?Sized,

Decode an object with a well-defined format. Read more
§

impl Decodable for Vec<u8>

§

fn consensus_decode_from_finite_reader<R>(r: &mut R) -> Result<Vec<u8>, Error>
where - R: BufRead + ?Sized,

Decode Self from a size-limited reader. Read more
§

fn consensus_decode<R>(reader: &mut R) -> Result<Self, Error>
where + R: BufRead + ?Sized,

Decode Self from a size-limited reader. Read more
§

fn consensus_decode<R>(reader: &mut R) -> Result<Self, Error>
where + R: BufRead + ?Sized,

Decode an object with a well-defined format. Read more
§

impl Decodable for Vec<u64>

§

fn consensus_decode_from_finite_reader<R>(r: &mut R) -> Result<Vec<u64>, Error>
where + R: BufRead + ?Sized,

Decode Self from a size-limited reader. Read more
§

fn consensus_decode<R>(reader: &mut R) -> Result<Self, Error>
where + R: BufRead + ?Sized,

Decode an object with a well-defined format. Read more
§

impl Decodable for Vec<u8>

§

fn consensus_decode_from_finite_reader<R>(r: &mut R) -> Result<Vec<u8>, Error>
where + R: BufRead + ?Sized,

Decode Self from a size-limited reader. Read more
§

fn consensus_decode<R>(reader: &mut R) -> Result<Self, Error>
where R: BufRead + ?Sized,

Decode an object with a well-defined format. Read more
1.0.0 · source§

impl<T> Default for Vec<T>

source§

fn default() -> Vec<T>

Creates an empty Vec<T>.

The vector will not allocate until elements are pushed onto it.

1.0.0 · source§

impl<T, A> Deref for Vec<T, A>
where A: Allocator,

§

type Target = [T]

The resulting type after dereferencing.
source§

fn deref(&self) -> &[T]

Dereferences the value.
1.0.0 · source§

impl<T, A> DerefMut for Vec<T, A>
where - A: Allocator,

source§

fn deref_mut(&mut self) -> &mut [T]

Mutably dereferences the value.
source§

impl<'de, T> Deserialize<'de> for Vec<T>
where - T: Deserialize<'de>,

source§

fn deref_mut(&mut self) -> &mut [T]

Mutably dereferences the value.
source§

impl<'de, T> Deserialize<'de> for Vec<T>
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<Vec<T>, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl<'a> DisplayHex for &'a Vec<u8>

§

type Display = DisplayByteSlice<'a>

The type providing fmt::Display implementation. Read more
§

fn as_hex(self) -> <&'a Vec<u8> as DisplayHex>::Display ⓘ

Display Self as a continuous sequence of ASCII hex chars.
§

fn hex_reserve_suggestion(self) -> usize

Hints how much bytes to reserve when creating a String. Read more
§

fn to_lower_hex_string(self) -> String

Create a lower-hex-encoded string. Read more
§

fn to_upper_hex_string(self) -> String

Create an upper-hex-encoded string. Read more
§

fn to_hex_string(self, case: Case) -> String

Create a hex-encoded string. Read more
§

fn append_hex_to_string(self, case: Case, string: &mut String)

Appends hex-encoded content to an existing String. Read more
1.0.0 · source§

impl<T, A> Drop for Vec<T, A>
where - A: Allocator,

source§

fn drop(&mut self)

Executes the destructor for this type. Read more
§

impl Encodable for Vec<(u32, Address)>

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where + A: Allocator,

source§

fn drop(&mut self)

Executes the destructor for this type. Read more
§

impl Encodable for Vec<(u32, Address)>

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl Encodable for Vec<AddrV2Message>

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl Encodable for Vec<BlockHash>

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where - W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl Encodable for Vec<FilterHash>

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where - W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl Encodable for Vec<FilterHeader>

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where - W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl Encodable for Vec<Header>

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where - W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl Encodable for Vec<Inventory>

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where - W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl Encodable for Vec<PrefilledTransaction>

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where - W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl Encodable for Vec<ShortId>

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where - W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl Encodable for Vec<TapLeafHash>

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where - W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl Encodable for Vec<Transaction>

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where - W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl Encodable for Vec<TxIn>

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where - W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl Encodable for Vec<TxMerkleNode>

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where - W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl Encodable for Vec<TxOut>

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where - W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl Encodable for Vec<VarInt>

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where - W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl Encodable for Vec<Vec<u8>>

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where - W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl Encodable for Vec<u64>

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where - W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl Encodable for Vec<u8>

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where + W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl Encodable for Vec<FilterHash>

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where + W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl Encodable for Vec<FilterHeader>

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where + W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl Encodable for Vec<Header>

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where + W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl Encodable for Vec<Inventory>

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where + W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl Encodable for Vec<PrefilledTransaction>

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where + W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl Encodable for Vec<ShortId>

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where + W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl Encodable for Vec<TapLeafHash>

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where + W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl Encodable for Vec<Transaction>

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where + W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl Encodable for Vec<TxIn>

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where + W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl Encodable for Vec<TxMerkleNode>

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where + W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl Encodable for Vec<TxOut>

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where + W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl Encodable for Vec<VarInt>

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where + W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl Encodable for Vec<Vec<u8>>

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where + W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl Encodable for Vec<u64>

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where + W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl Encodable for Vec<u8>

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
1.2.0 · source§

impl<'a, T, A> Extend<&'a T> for Vec<T, A>
where T: Copy + 'a, A: Allocator,

Extend implementation that copies elements out of references before pushing them onto the Vec.

@@ -3841,7 +3841,7 @@ filled by cloning s’s items into it.

let o: Cow<'_, [i32]> = Cow::Owned(vec![1, 2, 3]);
 let b: Cow<'_, [i32]> = Cow::Borrowed(&[1, 2, 3]);
 assert_eq!(Vec::from(o), Vec::from(b));
-
§

impl From<DerivationPath> for Vec<ChildNumber>

§

fn from(path: DerivationPath) -> Vec<ChildNumber>

Converts to this type from the input type.
§

impl From<PushBytesBuf> for Vec<u8>

§

fn from(value: PushBytesBuf) -> Vec<u8> ⓘ

Converts to this type from the input type.
§

impl From<ScriptBuf> for Vec<u8>

§

fn from(v: ScriptBuf) -> Vec<u8> ⓘ

Converts to this type from the input type.
1.14.0 · source§

impl From<String> for Vec<u8>

source§

fn from(string: String) -> Vec<u8> ⓘ

Converts the given String to a vector Vec that holds values of type u8.

+
§

impl From<DerivationPath> for Vec<ChildNumber>

§

fn from(path: DerivationPath) -> Vec<ChildNumber>

Converts to this type from the input type.
§

impl From<PushBytesBuf> for Vec<u8>

§

fn from(value: PushBytesBuf) -> Vec<u8> ⓘ

Converts to this type from the input type.
§

impl From<ScriptBuf> for Vec<u8>

§

fn from(v: ScriptBuf) -> Vec<u8> ⓘ

Converts to this type from the input type.
1.14.0 · source§

impl From<String> for Vec<u8>

source§

fn from(string: String) -> Vec<u8> ⓘ

Converts the given String to a vector Vec that holds values of type u8.

§Examples
let s1 = String::from("hello world");
 let v1 = Vec::from(s1);
@@ -3849,7 +3849,7 @@ filled by cloning s’s items into it.

for b in v1 { println!("{b}"); }
-
§

impl From<TaprootMerkleBranch> for Vec<TapNodeHash>

§

fn from(branch: TaprootMerkleBranch) -> Vec<TapNodeHash>

Converts to this type from the input type.
§

impl From<Vec<&[u8]>> for Witness

§

fn from(vec: Vec<&[u8]>) -> Witness

Converts to this type from the input type.
§

impl<A> From<Vec<<A as Array>::Item>> for SmallVec<A>
where +

§

impl From<TaprootMerkleBranch> for Vec<TapNodeHash>

§

fn from(branch: TaprootMerkleBranch) -> Vec<TapNodeHash>

Converts to this type from the input type.
§

impl From<Vec<&[u8]>> for Witness

§

fn from(vec: Vec<&[u8]>) -> Witness

Converts to this type from the input type.
§

impl<A> From<Vec<<A as Array>::Item>> for SmallVec<A>
where A: Array,

§

fn from(vec: Vec<<A as Array>::Item>) -> SmallVec<A>

Converts to this type from the input type.
§

impl From<Vec<ChildNumber>> for DerivationPath

§

fn from(numbers: Vec<ChildNumber>) -> DerivationPath

Converts to this type from the input type.
1.43.0 · source§

impl From<Vec<NonZero<u8>>> for CString

source§

fn from(v: Vec<NonZero<u8>>) -> CString

Converts a Vec<NonZero<u8>> into a CString without copying nor checking for inner nul bytes.

1.8.0 · source§

impl<'a, T> From<Vec<T>> for Cow<'a, [T]>
where @@ -3895,8 +3895,8 @@ vec.extend([1, 2, This conversion is guaranteed to run in O(1) time and to not re-allocate the Vec’s buffer or allocate any additional memory.

-

§

impl From<Vec<Vec<u8>>> for Witness

§

fn from(vec: Vec<Vec<u8>>) -> Witness

Converts to this type from the input type.
source§

impl From<Vec<u32>> for IndexVec

source§

fn from(v: Vec<u32>) -> IndexVec

Converts to this type from the input type.
§

impl From<Vec<u8>> for Builder

Creates a new builder from an existing vector.

-
§

fn from(v: Vec<u8>) -> Builder

Converts to this type from the input type.
§

impl From<Vec<u8>> for ScriptBuf

§

fn from(v: Vec<u8>) -> ScriptBuf

Converts to this type from the input type.
§

impl From<Vec<u8>> for ToSqlOutput<'_>

§

fn from(t: Vec<u8>) -> ToSqlOutput<'_>

Converts to this type from the input type.
§

impl From<Vec<u8>> for Value

§

fn from(v: Vec<u8>) -> Value

Converts to this type from the input type.
source§

impl From<Vec<usize>> for IndexVec

source§

fn from(v: Vec<usize>) -> IndexVec

Converts to this type from the input type.
1.10.0 · source§

impl<T, A> From<VecDeque<T, A>> for Vec<T, A>
where +

§

impl From<Vec<Vec<u8>>> for Witness

§

fn from(vec: Vec<Vec<u8>>) -> Witness

Converts to this type from the input type.
source§

impl From<Vec<u32>> for IndexVec

source§

fn from(v: Vec<u32>) -> IndexVec

Converts to this type from the input type.
§

impl From<Vec<u8>> for Builder

Creates a new builder from an existing vector.

+
§

fn from(v: Vec<u8>) -> Builder

Converts to this type from the input type.
§

impl From<Vec<u8>> for ScriptBuf

§

fn from(v: Vec<u8>) -> ScriptBuf

Converts to this type from the input type.
§

impl From<Vec<u8>> for ToSqlOutput<'_>

§

fn from(t: Vec<u8>) -> ToSqlOutput<'_>

Converts to this type from the input type.
§

impl From<Vec<u8>> for Value

§

fn from(v: Vec<u8>) -> Value

Converts to this type from the input type.
source§

impl From<Vec<usize>> for IndexVec

source§

fn from(v: Vec<usize>) -> IndexVec

Converts to this type from the input type.
1.10.0 · source§

impl<T, A> From<VecDeque<T, A>> for Vec<T, A>
where A: Allocator,

source§

fn from(other: VecDeque<T, A>) -> Vec<T, A>

Turn a VecDeque<T> into a Vec<T>.

This never needs to re-allocate, but does need to do O(n) data movement if the circular buffer doesn’t happen to be at the beginning of the allocation.

@@ -3974,9 +3974,9 @@ as required by the core::borrow::Borrow implementation.

I: SliceIndex<[T]>, A: Allocator,
§

type Output = <I as SliceIndex<[T]>>::Output

The returned type after indexing.
source§

fn index(&self, index: I) -> &<Vec<T, A> as Index<I>>::Output ⓘ

Performs the indexing (container[index]) operation. Read more
1.0.0 · source§

impl<T, I, A> IndexMut<I> for Vec<T, A>
where I: SliceIndex<[T]>, - A: Allocator,

source§

fn index_mut(&mut self, index: I) -> &mut <Vec<T, A> as Index<I>>::Output ⓘ

Performs the mutable indexing (container[index]) operation. Read more
§

impl IntoAssets for Vec<DescriptorPublicKey>

§

fn into_assets(self) -> Assets

Convert self into a Assets struct
source§

impl<'de, T, E> IntoDeserializer<'de, E> for Vec<T>
where + A: Allocator,

source§

fn index_mut(&mut self, index: I) -> &mut <Vec<T, A> as Index<I>>::Output ⓘ

Performs the mutable indexing (container[index]) operation. Read more
§

impl IntoAssets for Vec<DescriptorPublicKey>

§

fn into_assets(self) -> Assets

Convert self into a Assets struct
source§

impl<'de, T, E> IntoDeserializer<'de, E> for Vec<T>
where T: IntoDeserializer<'de, E>, - E: Error,

§

type Deserializer = SeqDeserializer<<Vec<T> as IntoIterator>::IntoIter, E>

The type of the deserializer being converted into.
source§

fn into_deserializer(self) -> <Vec<T> as IntoDeserializer<'de, E>>::Deserializer ⓘ

Convert this value into a deserializer.
1.0.0 · source§

impl<'a, T, A> IntoIterator for &'a Vec<T, A>
where + E: Error,

§

type Deserializer = SeqDeserializer<<Vec<T> as IntoIterator>::IntoIter, E>

The type of the deserializer being converted into.
source§

fn into_deserializer(self) -> <Vec<T> as IntoDeserializer<'de, E>>::Deserializer ⓘ

Convert this value into a deserializer.
1.0.0 · source§

impl<'a, T, A> IntoIterator for &'a Vec<T, A>
where A: Allocator,

§

type Item = &'a T

The type of the elements being iterated over.
§

type IntoIter = Iter<'a, T>

Which kind of iterator are we turning this into?
source§

fn into_iter(self) -> <&'a Vec<T, A> as IntoIterator>::IntoIter ⓘ

Creates an iterator from a value. Read more
1.0.0 · source§

impl<'a, T, A> IntoIterator for &'a mut Vec<T, A>
where A: Allocator,

§

type Item = &'a mut T

The type of the elements being iterated over.
§

type IntoIter = IterMut<'a, T>

Which kind of iterator are we turning this into?
source§

fn into_iter(self) -> <&'a mut Vec<T, A> as IntoIterator>::IntoIter ⓘ

Creates an iterator from a value. Read more
1.0.0 · source§

impl<T, A> IntoIterator for Vec<T, A>
where A: Allocator,

source§

fn into_iter(self) -> <Vec<T, A> as IntoIterator>::IntoIter ⓘ

Creates a consuming iterator, that is, one that moves each value out of @@ -4048,8 +4048,8 @@ sufficient, and should not be overridden without very good reason.

Allocator,

Implements comparison of vectors, lexicographically.

source§

fn partial_cmp(&self, other: &Vec<T, A2>) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
source§

impl<T> Serialize for Vec<T>
where - T: Serialize,

source§

fn serialize<S>( +operator. Read more

source§

impl<T> Serialize for Vec<T>
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where @@ -4085,12 +4085,12 @@ v.truncate(2); let [a, b]: [_; 2] = v.try_into().unwrap(); assert_eq!(a, b' '); assert_eq!(b, b'd');
-

§

type Error = Vec<T, A>

The type returned in the event of a conversion error.
§

impl TryFrom<Vec<TapNodeHash>> for TaprootMerkleBranch

§

type Error = Vec<T, A>

The type returned in the event of a conversion error.
§

impl TryFrom<Vec<TapNodeHash>> for TaprootMerkleBranch

§

fn try_from( v: Vec<TapNodeHash> ) -> Result<TaprootMerkleBranch, <TaprootMerkleBranch as TryFrom<Vec<TapNodeHash>>>::Error>

Creates a merkle proof from list of hashes.

§Errors

If inner proof length is more than TAPROOT_CONTROL_MAX_NODE_COUNT (128).

-
§

type Error = TaprootError

The type returned in the event of a conversion error.
§

impl TryFrom<Vec<u8>> for PushBytesBuf

§

type Error = PushBytesError

The type returned in the event of a conversion error.
§

fn try_from( +

§

type Error = TaprootError

The type returned in the event of a conversion error.
§

impl TryFrom<Vec<u8>> for PushBytesBuf

§

type Error = PushBytesError

The type returned in the event of a conversion error.
§

fn try_from( vec: Vec<u8> ) -> Result<PushBytesBuf, <PushBytesBuf as TryFrom<Vec<u8>>>::Error>

Performs the conversion.
§

impl Write for Vec<u8>

§

fn write(&mut self, buf: &[u8]) -> Result<usize, Error>

Writes buf into this writer, returning how many bytes were written.
§

fn flush(&mut self) -> Result<(), Error>

Flushes this output stream, ensuring that all intermediately buffered contents reach their destination.
§

fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>

Attempts to write an entire buffer into this writer.
1.0.0 · source§

impl<A> Write for Vec<u8, A>
where @@ -4151,5 +4151,5 @@ encountered.
§

fn write_f64<T>(&mut self, n: f64) -> Result<(), Error>
where T: ByteOrder,

Writes a IEEE754 double-precision (8 bytes) floating point number to the underlying writer. Read more

§

impl<W> WriteExt for W
where - W: Write + ?Sized,

§

fn emit_u64(&mut self, v: u64) -> Result<(), Error>

Outputs a 64-bit unsigned integer.
§

fn emit_u32(&mut self, v: u32) -> Result<(), Error>

Outputs a 32-bit unsigned integer.
§

fn emit_u16(&mut self, v: u16) -> Result<(), Error>

Outputs a 16-bit unsigned integer.
§

fn emit_i64(&mut self, v: i64) -> Result<(), Error>

Outputs a 64-bit signed integer.
§

fn emit_i32(&mut self, v: i32) -> Result<(), Error>

Outputs a 32-bit signed integer.
§

fn emit_i16(&mut self, v: i16) -> Result<(), Error>

Outputs a 16-bit signed integer.
§

fn emit_i8(&mut self, v: i8) -> Result<(), Error>

Outputs an 8-bit signed integer.
§

fn emit_u8(&mut self, v: u8) -> Result<(), Error>

Outputs an 8-bit unsigned integer.
§

fn emit_bool(&mut self, v: bool) -> Result<(), Error>

Outputs a boolean.
§

fn emit_slice(&mut self, v: &[u8]) -> Result<(), Error>

Outputs a byte slice.
source§

impl<T> DeserializeOwned for T
where + W: Write + ?Sized,

§

fn emit_u64(&mut self, v: u64) -> Result<(), Error>

Outputs a 64-bit unsigned integer.
§

fn emit_u32(&mut self, v: u32) -> Result<(), Error>

Outputs a 32-bit unsigned integer.
§

fn emit_u16(&mut self, v: u16) -> Result<(), Error>

Outputs a 16-bit unsigned integer.
§

fn emit_i64(&mut self, v: i64) -> Result<(), Error>

Outputs a 64-bit signed integer.
§

fn emit_i32(&mut self, v: i32) -> Result<(), Error>

Outputs a 32-bit signed integer.
§

fn emit_i16(&mut self, v: i16) -> Result<(), Error>

Outputs a 16-bit signed integer.
§

fn emit_i8(&mut self, v: i8) -> Result<(), Error>

Outputs an 8-bit signed integer.
§

fn emit_u8(&mut self, v: u8) -> Result<(), Error>

Outputs an 8-bit unsigned integer.
§

fn emit_bool(&mut self, v: bool) -> Result<(), Error>

Outputs a boolean.
§

fn emit_slice(&mut self, v: &[u8]) -> Result<(), Error>

Outputs a byte slice.
source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip152/struct.ShortId.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip152/struct.ShortId.html index 1d99e7cdb1..b7b5acbaae 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip152/struct.ShortId.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip152/struct.ShortId.html @@ -9,11 +9,11 @@
§

impl ShortId

pub fn calculate_siphash_keys(header: &Header, nonce: u64) -> (u64, u64)

Calculate the SipHash24 keys used to calculate short IDs.

pub fn with_siphash_keys<T>(txid: &T, siphash_keys: (u64, u64)) -> ShortId
where T: AsRef<[u8]>,

Calculate the short ID with the given (w)txid and using the provided SipHash keys.

-

Trait Implementations§

§

impl AsMut<[u8]> for ShortId

§

fn as_mut(&mut self) -> &mut [u8] ⓘ

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<[u8; 6]> for ShortId

§

fn as_mut(&mut self) -> &mut [u8; 6]

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsRef<[u8]> for ShortId

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 6]> for ShortId

§

fn as_ref(&self) -> &[u8; 6]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for ShortId

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Borrow<[u8; 6]> for ShortId

§

fn borrow(&self) -> &[u8; 6]

Immutably borrows from an owned value. Read more
§

impl BorrowMut<[u8]> for ShortId

§

fn borrow_mut(&mut self) -> &mut [u8] ⓘ

Mutably borrows from an owned value. Read more
§

impl BorrowMut<[u8; 6]> for ShortId

§

fn borrow_mut(&mut self) -> &mut [u8; 6]

Mutably borrows from an owned value. Read more
§

impl Clone for ShortId

§

fn clone(&self) -> ShortId

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for ShortId

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Decodable for ShortId

Trait Implementations§

§

impl AsMut<[u8]> for ShortId

§

fn as_mut(&mut self) -> &mut [u8] ⓘ

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<[u8; 6]> for ShortId

§

fn as_mut(&mut self) -> &mut [u8; 6]

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsRef<[u8]> for ShortId

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 6]> for ShortId

§

fn as_ref(&self) -> &[u8; 6]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for ShortId

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Borrow<[u8; 6]> for ShortId

§

fn borrow(&self) -> &[u8; 6]

Immutably borrows from an owned value. Read more
§

impl BorrowMut<[u8]> for ShortId

§

fn borrow_mut(&mut self) -> &mut [u8] ⓘ

Mutably borrows from an owned value. Read more
§

impl BorrowMut<[u8; 6]> for ShortId

§

fn borrow_mut(&mut self) -> &mut [u8; 6]

Mutably borrows from an owned value. Read more
§

impl Clone for ShortId

§

fn clone(&self) -> ShortId

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for ShortId

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Decodable for ShortId

§

fn consensus_decode<R>(r: &mut R) -> Result<ShortId, Error>
where R: BufRead + ?Sized,

Decode an object with a well-defined format. Read more
§

fn consensus_decode_from_finite_reader<R>(reader: &mut R) -> Result<Self, Error>
where R: BufRead + ?Sized,

Decode Self from a size-limited reader. Read more
§

impl Default for ShortId

§

fn default() -> ShortId

Returns the “default value” for a type. Read more
§

impl<'de> Deserialize<'de> for ShortId

§

fn deserialize<D>(d: D) -> Result<ShortId, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for ShortId

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Encodable for ShortId

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where - W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl<'a> From<&'a [u8; 6]> for ShortId

§

fn from(data: &'a [u8; 6]) -> ShortId

Converts to this type from the input type.
§

impl<'a> From<[u8; 6]> for ShortId

§

fn from(data: [u8; 6]) -> ShortId

Converts to this type from the input type.
§

impl FromStr for ShortId

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<ShortId, <ShortId as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for ShortId

§

fn hash<__H>(&self, state: &mut __H)
where + W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl<'a> From<&'a [u8; 6]> for ShortId

§

fn from(data: &'a [u8; 6]) -> ShortId

Converts to this type from the input type.
§

impl<'a> From<[u8; 6]> for ShortId

§

fn from(data: [u8; 6]) -> ShortId

Converts to this type from the input type.
§

impl FromStr for ShortId

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<ShortId, <ShortId as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for ShortId

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl<I> Index<I> for ShortId
where @@ -45,5 +45,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip158/enum.Error.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip158/enum.Error.html index 355367ca60..4ba613ab91 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip158/enum.Error.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip158/enum.Error.html @@ -4,7 +4,7 @@ }
Expand description

Errors for blockfilter.

Variants (Non-exhaustive)§

This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
§

UtxoMissing(OutPoint)

Missing UTXO, cannot calculate script filter.

§

Io(Error)

IO error reading or writing binary serialization of the filter.

-

Trait Implementations§

§

impl Debug for Error

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for Error

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for Error

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<Error> for Error

§

fn from(io: Error) -> Error

Converts to this type from the input type.
§

impl From<Infallible> for Error

§

fn from(never: Infallible) -> Error

Converts to this type from the input type.

Auto Trait Implementations§

§

impl Freeze for Error

§

impl !RefUnwindSafe for Error

§

impl Send for Error

§

impl Sync for Error

§

impl Unpin for Error

§

impl !UnwindSafe for Error

Blanket Implementations§

source§

impl<T> Any for T
where +

Trait Implementations§

§

impl Debug for Error

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for Error

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for Error

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<Error> for Error

§

fn from(io: Error) -> Error

Converts to this type from the input type.
§

impl From<Infallible> for Error

§

fn from(never: Infallible) -> Error

Converts to this type from the input type.

Auto Trait Implementations§

§

impl Freeze for Error

§

impl !RefUnwindSafe for Error

§

impl Send for Error

§

impl Sync for Error

§

impl Unpin for Error

§

impl !UnwindSafe for Error

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip158/struct.FilterHash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip158/struct.FilterHash.html index a6dad396eb..d4546b1f7f 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip158/struct.FilterHash.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip158/struct.FilterHash.html @@ -10,11 +10,11 @@ R: BufRead + ?Sized,
Decode an object with a well-defined format. Read more
§

fn consensus_decode_from_finite_reader<R>(reader: &mut R) -> Result<Self, Error>
where R: BufRead + ?Sized,

Decode Self from a size-limited reader. Read more
§

impl<'de> Deserialize<'de> for FilterHash

§

fn deserialize<D>(d: D) -> Result<FilterHash, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for FilterHash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Encodable for FilterHash

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where - W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl From<FilterHash> for Hash

§

fn from(hashtype: FilterHash) -> Hash

Converts to this type from the input type.
§

impl From<Hash> for FilterHash

§

fn from(inner: Hash) -> FilterHash

Converts to this type from the input type.
§

impl FromStr for FilterHash

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<FilterHash, <FilterHash as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for FilterHash

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected + W: Write + ?Sized,
Encodes an object with a well-defined format. Read more
§

impl From<FilterHash> for Hash

§

fn from(hashtype: FilterHash) -> Hash

Converts to this type from the input type.
§

impl From<Hash> for FilterHash

§

fn from(inner: Hash) -> FilterHash

Converts to this type from the input type.
§

impl FromStr for FilterHash

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<FilterHash, <FilterHash as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for FilterHash

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
§

const LEN: usize = 32usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = true

Flag indicating whether user-visible serializations of this hash +any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
§

const LEN: usize = 32usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = true

Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
§

fn engine() -> <FilterHash as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: <FilterHash as Hash>::Engine) -> FilterHash

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<FilterHash, FromSliceError>

Copies a byte slice into a hash object.
§

fn from_byte_array(bytes: <FilterHash as Hash>::Bytes) -> FilterHash

Constructs a hash from the underlying byte array.
§

fn to_byte_array(self) -> <FilterHash as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<FilterHash as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn all_zeros() -> FilterHash

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where +true for Sha256dHash, so here we are.

§

fn engine() -> <FilterHash as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: <FilterHash as Hash>::Engine) -> FilterHash

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<FilterHash, FromSliceError>

Copies a byte slice into a hash object.
§

fn from_byte_array(bytes: <FilterHash as Hash>::Bytes) -> FilterHash

Constructs a hash from the underlying byte array.
§

fn to_byte_array(self) -> <FilterHash as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<FilterHash as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn all_zeros() -> FilterHash

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where B: AsRef<[u8]>, I: IntoIterator<Item = B>,

Hashes all the byte slices retrieved from the iterator together.
§

impl Hash for FilterHash

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where @@ -27,12 +27,12 @@ true for Sha256dHash, so here we are.

==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl PartialOrd for FilterHash

§

fn partial_cmp(&self, other: &FilterHash) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
§

impl SerdeHash for FilterHash

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<FilterHash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( +operator. Read more

§

impl SerdeHash for FilterHash

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<FilterHash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where S: Serializer,

Do serde serialization.
§

fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for FilterHash

§

fn serialize<S>( + D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for FilterHash

§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where @@ -51,5 +51,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip158/struct.FilterHeader.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip158/struct.FilterHeader.html index 761da351c9..4d3a700c67 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip158/struct.FilterHeader.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip158/struct.FilterHeader.html @@ -6,11 +6,11 @@ R: BufRead + ?Sized,
Decode an object with a well-defined format. Read more
§

fn consensus_decode_from_finite_reader<R>(reader: &mut R) -> Result<Self, Error>
where R: BufRead + ?Sized,

Decode Self from a size-limited reader. Read more
§

impl<'de> Deserialize<'de> for FilterHeader

§

fn deserialize<D>(d: D) -> Result<FilterHeader, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for FilterHeader

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Encodable for FilterHeader

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where - W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl From<FilterHeader> for Hash

§

fn from(hashtype: FilterHeader) -> Hash

Converts to this type from the input type.
§

impl From<Hash> for FilterHeader

§

fn from(inner: Hash) -> FilterHeader

Converts to this type from the input type.
§

impl FromStr for FilterHeader

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<FilterHeader, <FilterHeader as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for FilterHeader

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected + W: Write + ?Sized,
Encodes an object with a well-defined format. Read more
§

impl From<FilterHeader> for Hash

§

fn from(hashtype: FilterHeader) -> Hash

Converts to this type from the input type.
§

impl From<Hash> for FilterHeader

§

fn from(inner: Hash) -> FilterHeader

Converts to this type from the input type.
§

impl FromStr for FilterHeader

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<FilterHeader, <FilterHeader as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for FilterHeader

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
§

const LEN: usize = 32usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = true

Flag indicating whether user-visible serializations of this hash +any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
§

const LEN: usize = 32usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = true

Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
§

fn engine() -> <FilterHeader as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: <FilterHeader as Hash>::Engine) -> FilterHeader

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<FilterHeader, FromSliceError>

Copies a byte slice into a hash object.
§

fn from_byte_array(bytes: <FilterHeader as Hash>::Bytes) -> FilterHeader

Constructs a hash from the underlying byte array.
§

fn to_byte_array(self) -> <FilterHeader as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<FilterHeader as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn all_zeros() -> FilterHeader

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where +true for Sha256dHash, so here we are.

§

fn engine() -> <FilterHeader as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: <FilterHeader as Hash>::Engine) -> FilterHeader

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<FilterHeader, FromSliceError>

Copies a byte slice into a hash object.
§

fn from_byte_array(bytes: <FilterHeader as Hash>::Bytes) -> FilterHeader

Constructs a hash from the underlying byte array.
§

fn to_byte_array(self) -> <FilterHeader as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<FilterHeader as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn all_zeros() -> FilterHeader

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where B: AsRef<[u8]>, I: IntoIterator<Item = B>,

Hashes all the byte slices retrieved from the iterator together.
§

impl Hash for FilterHeader

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where @@ -23,12 +23,12 @@ true for Sha256dHash, so here we are.

==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl PartialOrd for FilterHeader

§

fn partial_cmp(&self, other: &FilterHeader) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
§

impl SerdeHash for FilterHeader

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<FilterHeader, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( +operator. Read more

§

impl SerdeHash for FilterHeader

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<FilterHeader, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where S: Serializer,

Do serde serialization.
§

fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for FilterHeader

§

fn serialize<S>( + D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for FilterHeader

§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where @@ -47,5 +47,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/enum.ChildNumber.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/enum.ChildNumber.html index 337665a8f6..322448ad56 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/enum.ChildNumber.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/enum.ChildNumber.html @@ -50,5 +50,5 @@ operator. Display + ?Sized,
source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/enum.Error.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/enum.Error.html index 67194542c3..b0e797d3d9 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/enum.Error.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/enum.Error.html @@ -22,7 +22,7 @@
§

Hex(HexToArrayError)

Hexadecimal decoding error

§

InvalidPublicKeyHexLength(usize)

PublicKey hex should be 66 or 130 digits long.

§

InvalidBase58PayloadLength(InvalidBase58PayloadLengthError)

Base58 decoded data was an invalid length.

-

Trait Implementations§

§

impl Clone for Error

§

fn clone(&self) -> Error

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Error

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for Error

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for Error

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<Error> for Error

§

fn from(e: Error) -> Error

Converts to this type from the input type.
§

impl From<Error> for Error

§

fn from(err: Error) -> Error

Converts to this type from the input type.
§

impl From<Error> for GetKeyError

§

fn from(e: Error) -> GetKeyError

Converts to this type from the input type.
§

impl From<Infallible> for Error

§

fn from(never: Infallible) -> Error

Converts to this type from the input type.
§

impl From<InvalidBase58PayloadLengthError> for Error

§

fn from(e: InvalidBase58PayloadLengthError) -> Error

Converts to this type from the input type.
§

impl PartialEq for Error

§

fn eq(&self, other: &Error) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

§

impl Clone for Error

§

fn clone(&self) -> Error

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Error

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for Error

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for Error

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<Error> for Error

§

fn from(e: Error) -> Error

Converts to this type from the input type.
§

impl From<Error> for Error

§

fn from(err: Error) -> Error

Converts to this type from the input type.
§

impl From<Error> for GetKeyError

§

fn from(e: Error) -> GetKeyError

Converts to this type from the input type.
§

impl From<Infallible> for Error

§

fn from(never: Infallible) -> Error

Converts to this type from the input type.
§

impl From<InvalidBase58PayloadLengthError> for Error

§

fn from(e: InvalidBase58PayloadLengthError) -> Error

Converts to this type from the input type.
§

impl PartialEq for Error

§

fn eq(&self, other: &Error) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl Eq for Error

§

impl StructuralPartialEq for Error

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/struct.ChainCode.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/struct.ChainCode.html index 615c7c4a57..9cc952648c 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/struct.ChainCode.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/struct.ChainCode.html @@ -6,8 +6,8 @@

§

impl ChainCode

pub fn as_bytes(&self) -> &[u8; 32]

Returns a reference the underlying bytes.

pub fn to_bytes(self) -> [u8; 32]

Returns the underlying bytes.

pub fn from_hex(s: &str) -> Result<ChainCode, HexToArrayError>

Creates Self from a hex string.

-

Trait Implementations§

§

impl AsMut<[u8]> for ChainCode

§

fn as_mut(&mut self) -> &mut [u8] ⓘ

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<[u8; 32]> for ChainCode

§

fn as_mut(&mut self) -> &mut [u8; 32]

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsRef<[u8]> for ChainCode

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 32]> for ChainCode

§

fn as_ref(&self) -> &[u8; 32]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for ChainCode

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Borrow<[u8; 32]> for ChainCode

§

fn borrow(&self) -> &[u8; 32]

Immutably borrows from an owned value. Read more
§

impl BorrowMut<[u8]> for ChainCode

§

fn borrow_mut(&mut self) -> &mut [u8] ⓘ

Mutably borrows from an owned value. Read more
§

impl BorrowMut<[u8; 32]> for ChainCode

§

fn borrow_mut(&mut self) -> &mut [u8; 32]

Mutably borrows from an owned value. Read more
§

impl Clone for ChainCode

§

fn clone(&self) -> ChainCode

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for ChainCode

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for ChainCode

§

fn deserialize<D>(d: D) -> Result<ChainCode, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for ChainCode

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'a> From<&'a [u8; 32]> for ChainCode

§

fn from(data: &'a [u8; 32]) -> ChainCode

Converts to this type from the input type.
§

impl<'a> From<[u8; 32]> for ChainCode

§

fn from(data: [u8; 32]) -> ChainCode

Converts to this type from the input type.
§

impl FromStr for ChainCode

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<ChainCode, <ChainCode as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for ChainCode

§

fn hash<__H>(&self, state: &mut __H)
where +

Trait Implementations§

§

impl AsMut<[u8]> for ChainCode

§

fn as_mut(&mut self) -> &mut [u8] ⓘ

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<[u8; 32]> for ChainCode

§

fn as_mut(&mut self) -> &mut [u8; 32]

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsRef<[u8]> for ChainCode

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 32]> for ChainCode

§

fn as_ref(&self) -> &[u8; 32]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for ChainCode

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Borrow<[u8; 32]> for ChainCode

§

fn borrow(&self) -> &[u8; 32]

Immutably borrows from an owned value. Read more
§

impl BorrowMut<[u8]> for ChainCode

§

fn borrow_mut(&mut self) -> &mut [u8] ⓘ

Mutably borrows from an owned value. Read more
§

impl BorrowMut<[u8; 32]> for ChainCode

§

fn borrow_mut(&mut self) -> &mut [u8; 32]

Mutably borrows from an owned value. Read more
§

impl Clone for ChainCode

§

fn clone(&self) -> ChainCode

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for ChainCode

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for ChainCode

§

fn deserialize<D>(d: D) -> Result<ChainCode, <D as Deserializer<'de>>::Error>
where + D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for ChainCode

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'a> From<&'a [u8; 32]> for ChainCode

§

fn from(data: &'a [u8; 32]) -> ChainCode

Converts to this type from the input type.
§

impl<'a> From<[u8; 32]> for ChainCode

§

fn from(data: [u8; 32]) -> ChainCode

Converts to this type from the input type.
§

impl FromStr for ChainCode

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<ChainCode, <ChainCode as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for ChainCode

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl<I> Index<I> for ChainCode
where @@ -39,5 +39,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/struct.DerivationPath.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/struct.DerivationPath.html index 96ac1a42c1..1e813ea374 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/struct.DerivationPath.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/struct.DerivationPath.html @@ -70,5 +70,5 @@ operator. Display + ?Sized,
source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/struct.Fingerprint.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/struct.Fingerprint.html index 7354130785..15b80390d6 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/struct.Fingerprint.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/struct.Fingerprint.html @@ -6,7 +6,7 @@
§

impl Fingerprint

pub fn as_bytes(&self) -> &[u8; 4]

Returns a reference the underlying bytes.

pub fn to_bytes(self) -> [u8; 4]

Returns the underlying bytes.

pub fn from_hex(s: &str) -> Result<Fingerprint, HexToArrayError>

Creates Self from a hex string.

-

Trait Implementations§

§

impl AsMut<[u8]> for Fingerprint

§

fn as_mut(&mut self) -> &mut [u8] ⓘ

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<[u8; 4]> for Fingerprint

§

fn as_mut(&mut self) -> &mut [u8; 4]

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsRef<[u8]> for Fingerprint

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 4]> for Fingerprint

§

fn as_ref(&self) -> &[u8; 4]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for Fingerprint

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Borrow<[u8; 4]> for Fingerprint

§

fn borrow(&self) -> &[u8; 4]

Immutably borrows from an owned value. Read more
§

impl BorrowMut<[u8]> for Fingerprint

§

fn borrow_mut(&mut self) -> &mut [u8] ⓘ

Mutably borrows from an owned value. Read more
§

impl BorrowMut<[u8; 4]> for Fingerprint

§

fn borrow_mut(&mut self) -> &mut [u8; 4]

Mutably borrows from an owned value. Read more
§

impl Clone for Fingerprint

§

fn clone(&self) -> Fingerprint

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Fingerprint

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Default for Fingerprint

§

fn default() -> Fingerprint

Returns the “default value” for a type. Read more
§

impl<'de> Deserialize<'de> for Fingerprint

§

fn deserialize<D>(d: D) -> Result<Fingerprint, <D as Deserializer<'de>>::Error>
where +

Trait Implementations§

§

impl AsMut<[u8]> for Fingerprint

§

fn as_mut(&mut self) -> &mut [u8] ⓘ

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<[u8; 4]> for Fingerprint

§

fn as_mut(&mut self) -> &mut [u8; 4]

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsRef<[u8]> for Fingerprint

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 4]> for Fingerprint

§

fn as_ref(&self) -> &[u8; 4]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for Fingerprint

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Borrow<[u8; 4]> for Fingerprint

§

fn borrow(&self) -> &[u8; 4]

Immutably borrows from an owned value. Read more
§

impl BorrowMut<[u8]> for Fingerprint

§

fn borrow_mut(&mut self) -> &mut [u8] ⓘ

Mutably borrows from an owned value. Read more
§

impl BorrowMut<[u8; 4]> for Fingerprint

§

fn borrow_mut(&mut self) -> &mut [u8; 4]

Mutably borrows from an owned value. Read more
§

impl Clone for Fingerprint

§

fn clone(&self) -> Fingerprint

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Fingerprint

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Default for Fingerprint

§

fn default() -> Fingerprint

Returns the “default value” for a type. Read more
§

impl<'de> Deserialize<'de> for Fingerprint

§

fn deserialize<D>(d: D) -> Result<Fingerprint, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for Fingerprint

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'a> From<&'a [u8; 4]> for Fingerprint

§

fn from(data: &'a [u8; 4]) -> Fingerprint

Converts to this type from the input type.
§

impl<'a> From<[u8; 4]> for Fingerprint

§

fn from(data: [u8; 4]) -> Fingerprint

Converts to this type from the input type.
§

impl FromStr for Fingerprint

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Fingerprint, <Fingerprint as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for Fingerprint

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, @@ -39,5 +39,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/struct.XKeyIdentifier.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/struct.XKeyIdentifier.html index bb064283dd..7d859928bc 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/struct.XKeyIdentifier.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/struct.XKeyIdentifier.html @@ -5,11 +5,11 @@

Trait Implementations§

§

impl AsRef<[u8]> for XKeyIdentifier

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 20]> for XKeyIdentifier

§

fn as_ref(&self) -> &[u8; 20]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for XKeyIdentifier

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Clone for XKeyIdentifier

§

fn clone(&self) -> XKeyIdentifier

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for XKeyIdentifier

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for XKeyIdentifier

§

fn deserialize<D>( d: D ) -> Result<XKeyIdentifier, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for XKeyIdentifier

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl From<&Xpub> for XKeyIdentifier

§

fn from(key: &Xpub) -> XKeyIdentifier

Converts to this type from the input type.
§

impl From<Hash> for XKeyIdentifier

§

fn from(inner: Hash) -> XKeyIdentifier

Converts to this type from the input type.
§

impl From<XKeyIdentifier> for Hash

§

fn from(hashtype: XKeyIdentifier) -> Hash

Converts to this type from the input type.
§

impl From<Xpub> for XKeyIdentifier

§

fn from(key: Xpub) -> XKeyIdentifier

Converts to this type from the input type.
§

impl FromStr for XKeyIdentifier

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<XKeyIdentifier, <XKeyIdentifier as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for XKeyIdentifier

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected + D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§

impl Display for XKeyIdentifier

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl From<&Xpub> for XKeyIdentifier

§

fn from(key: &Xpub) -> XKeyIdentifier

Converts to this type from the input type.
§

impl From<Hash> for XKeyIdentifier

§

fn from(inner: Hash) -> XKeyIdentifier

Converts to this type from the input type.
§

impl From<XKeyIdentifier> for Hash

§

fn from(hashtype: XKeyIdentifier) -> Hash

Converts to this type from the input type.
§

impl From<Xpub> for XKeyIdentifier

§

fn from(key: Xpub) -> XKeyIdentifier

Converts to this type from the input type.
§

impl FromStr for XKeyIdentifier

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<XKeyIdentifier, <XKeyIdentifier as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for XKeyIdentifier

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
§

const LEN: usize = 20usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = false

Flag indicating whether user-visible serializations of this hash +any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
§

const LEN: usize = 20usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = false

Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
§

fn engine() -> <XKeyIdentifier as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: <XKeyIdentifier as Hash>::Engine) -> XKeyIdentifier

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<XKeyIdentifier, FromSliceError>

Copies a byte slice into a hash object.
§

fn from_byte_array(bytes: <XKeyIdentifier as Hash>::Bytes) -> XKeyIdentifier

Constructs a hash from the underlying byte array.
§

fn to_byte_array(self) -> <XKeyIdentifier as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<XKeyIdentifier as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn all_zeros() -> XKeyIdentifier

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where +true for Sha256dHash, so here we are.

§

fn engine() -> <XKeyIdentifier as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: <XKeyIdentifier as Hash>::Engine) -> XKeyIdentifier

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<XKeyIdentifier, FromSliceError>

Copies a byte slice into a hash object.
§

fn from_byte_array(bytes: <XKeyIdentifier as Hash>::Bytes) -> XKeyIdentifier

Constructs a hash from the underlying byte array.
§

fn to_byte_array(self) -> <XKeyIdentifier as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<XKeyIdentifier as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn all_zeros() -> XKeyIdentifier

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where B: AsRef<[u8]>, I: IntoIterator<Item = B>,

Hashes all the byte slices retrieved from the iterator together.
§

impl Hash for XKeyIdentifier

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where @@ -22,12 +22,12 @@ true for Sha256dHash, so here we are.

==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl PartialOrd for XKeyIdentifier

§

fn partial_cmp(&self, other: &XKeyIdentifier) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
§

impl SerdeHash for XKeyIdentifier

§

const N: usize = 20usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<XKeyIdentifier, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( +operator. Read more

§

impl SerdeHash for XKeyIdentifier

§

const N: usize = 20usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<XKeyIdentifier, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where S: Serializer,

Do serde serialization.
§

fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for XKeyIdentifier

§

fn serialize<S>( + D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for XKeyIdentifier

§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where @@ -46,5 +46,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/struct.Xpriv.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/struct.Xpriv.html index e266de53e7..e994ffbea7 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/struct.Xpriv.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/struct.Xpriv.html @@ -64,5 +64,5 @@ sufficient, and should not be overridden without very good reason.Display + ?Sized,
source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/struct.Xpub.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/struct.Xpub.html index 19c0db8dc7..ba87260a39 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/struct.Xpub.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/struct.Xpub.html @@ -72,5 +72,5 @@ operator. Display + ?Sized,
source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/block/struct.Block.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/block/struct.Block.html index a2013a3435..e14ec3ae5f 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/block/struct.Block.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/block/struct.Block.html @@ -56,5 +56,5 @@ sufficient, and should not be overridden without very good reason.Clone,
§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/block/struct.BlockHash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/block/struct.BlockHash.html index 1a31e802e3..6eefc7b6a6 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/block/struct.BlockHash.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/block/struct.BlockHash.html @@ -6,11 +6,11 @@ R: BufRead + ?Sized,
Decode an object with a well-defined format. Read more
§

fn consensus_decode_from_finite_reader<R>(reader: &mut R) -> Result<Self, Error>
where R: BufRead + ?Sized,

Decode Self from a size-limited reader. Read more
§

impl<'de> Deserialize<'de> for BlockHash

§

fn deserialize<D>(d: D) -> Result<BlockHash, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for BlockHash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Encodable for BlockHash

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where - W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl From<&Block> for BlockHash

§

fn from(block: &Block) -> BlockHash

Converts to this type from the input type.
§

impl From<&Header> for BlockHash

§

fn from(header: &Header) -> BlockHash

Converts to this type from the input type.
§

impl From<Block> for BlockHash

§

fn from(block: Block) -> BlockHash

Converts to this type from the input type.
§

impl From<BlockHash> for Hash

§

fn from(hashtype: BlockHash) -> Hash

Converts to this type from the input type.
§

impl From<Hash> for BlockHash

§

fn from(inner: Hash) -> BlockHash

Converts to this type from the input type.
§

impl From<Header> for BlockHash

§

fn from(header: Header) -> BlockHash

Converts to this type from the input type.
§

impl FromStr for BlockHash

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<BlockHash, <BlockHash as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for BlockHash

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected + W: Write + ?Sized,
Encodes an object with a well-defined format. Read more
§

impl From<&Block> for BlockHash

§

fn from(block: &Block) -> BlockHash

Converts to this type from the input type.
§

impl From<&Header> for BlockHash

§

fn from(header: &Header) -> BlockHash

Converts to this type from the input type.
§

impl From<Block> for BlockHash

§

fn from(block: Block) -> BlockHash

Converts to this type from the input type.
§

impl From<BlockHash> for Hash

§

fn from(hashtype: BlockHash) -> Hash

Converts to this type from the input type.
§

impl From<Hash> for BlockHash

§

fn from(inner: Hash) -> BlockHash

Converts to this type from the input type.
§

impl From<Header> for BlockHash

§

fn from(header: Header) -> BlockHash

Converts to this type from the input type.
§

impl FromStr for BlockHash

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<BlockHash, <BlockHash as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for BlockHash

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
§

const LEN: usize = 32usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = true

Flag indicating whether user-visible serializations of this hash +any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
§

const LEN: usize = 32usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = true

Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
§

fn engine() -> <BlockHash as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: <BlockHash as Hash>::Engine) -> BlockHash

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<BlockHash, FromSliceError>

Copies a byte slice into a hash object.
§

fn from_byte_array(bytes: <BlockHash as Hash>::Bytes) -> BlockHash

Constructs a hash from the underlying byte array.
§

fn to_byte_array(self) -> <BlockHash as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<BlockHash as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn all_zeros() -> BlockHash

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where +true for Sha256dHash, so here we are.

§

fn engine() -> <BlockHash as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: <BlockHash as Hash>::Engine) -> BlockHash

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<BlockHash, FromSliceError>

Copies a byte slice into a hash object.
§

fn from_byte_array(bytes: <BlockHash as Hash>::Bytes) -> BlockHash

Constructs a hash from the underlying byte array.
§

fn to_byte_array(self) -> <BlockHash as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<BlockHash as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn all_zeros() -> BlockHash

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where B: AsRef<[u8]>, I: IntoIterator<Item = B>,

Hashes all the byte slices retrieved from the iterator together.
§

impl Hash for BlockHash

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where @@ -23,12 +23,12 @@ true for Sha256dHash, so here we are.

==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl PartialOrd for BlockHash

§

fn partial_cmp(&self, other: &BlockHash) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
§

impl SerdeHash for BlockHash

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<BlockHash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( +operator. Read more

§

impl SerdeHash for BlockHash

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<BlockHash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where S: Serializer,

Do serde serialization.
§

fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for BlockHash

§

fn serialize<S>( + D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for BlockHash

§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where @@ -47,5 +47,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/block/struct.Header.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/block/struct.Header.html index 572c1ebca8..90ab8507ad 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/block/struct.Header.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/block/struct.Header.html @@ -64,5 +64,5 @@ operator. Clone,
§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/block/struct.TxMerkleNode.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/block/struct.TxMerkleNode.html index 52ce0d530d..b8a8b661f3 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/block/struct.TxMerkleNode.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/block/struct.TxMerkleNode.html @@ -2,15 +2,15 @@

Implementations§

§

impl TxMerkleNode

pub fn from_raw_hash(inner: Hash) -> TxMerkleNode

Creates this wrapper type from the inner hash type.

pub fn to_raw_hash(self) -> Hash

Returns the inner hash (sha256, sh256d etc.).

pub fn as_raw_hash(&self) -> &Hash

Returns a reference to the inner hash (sha256, sh256d etc.).

-

Trait Implementations§

§

impl AsRef<[u8]> for TxMerkleNode

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 32]> for TxMerkleNode

§

fn as_ref(&self) -> &[u8; 32]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for TxMerkleNode

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Clone for TxMerkleNode

§

fn clone(&self) -> TxMerkleNode

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for TxMerkleNode

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Decodable for TxMerkleNode

Trait Implementations§

§

impl AsRef<[u8]> for TxMerkleNode

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 32]> for TxMerkleNode

§

fn as_ref(&self) -> &[u8; 32]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for TxMerkleNode

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Clone for TxMerkleNode

§

fn clone(&self) -> TxMerkleNode

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for TxMerkleNode

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Decodable for TxMerkleNode

§

fn consensus_decode<R>(r: &mut R) -> Result<TxMerkleNode, Error>
where R: BufRead + ?Sized,

Decode an object with a well-defined format. Read more
§

fn consensus_decode_from_finite_reader<R>(reader: &mut R) -> Result<Self, Error>
where R: BufRead + ?Sized,

Decode Self from a size-limited reader. Read more
§

impl<'de> Deserialize<'de> for TxMerkleNode

§

fn deserialize<D>(d: D) -> Result<TxMerkleNode, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for TxMerkleNode

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Encodable for TxMerkleNode

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where - W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl From<Hash> for TxMerkleNode

§

fn from(inner: Hash) -> TxMerkleNode

Converts to this type from the input type.
§

impl From<TxMerkleNode> for Hash

§

fn from(hashtype: TxMerkleNode) -> Hash

Converts to this type from the input type.
§

impl From<Txid> for TxMerkleNode

§

fn from(txid: Txid) -> TxMerkleNode

Converts to this type from the input type.
§

impl FromStr for TxMerkleNode

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<TxMerkleNode, <TxMerkleNode as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for TxMerkleNode

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected + W: Write + ?Sized,
Encodes an object with a well-defined format. Read more
§

impl From<Hash> for TxMerkleNode

§

fn from(inner: Hash) -> TxMerkleNode

Converts to this type from the input type.
§

impl From<TxMerkleNode> for Hash

§

fn from(hashtype: TxMerkleNode) -> Hash

Converts to this type from the input type.
§

impl From<Txid> for TxMerkleNode

§

fn from(txid: Txid) -> TxMerkleNode

Converts to this type from the input type.
§

impl FromStr for TxMerkleNode

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<TxMerkleNode, <TxMerkleNode as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for TxMerkleNode

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
§

const LEN: usize = 32usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = true

Flag indicating whether user-visible serializations of this hash +any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
§

const LEN: usize = 32usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = true

Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
§

fn engine() -> <TxMerkleNode as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: <TxMerkleNode as Hash>::Engine) -> TxMerkleNode

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<TxMerkleNode, FromSliceError>

Copies a byte slice into a hash object.
§

fn from_byte_array(bytes: <TxMerkleNode as Hash>::Bytes) -> TxMerkleNode

Constructs a hash from the underlying byte array.
§

fn to_byte_array(self) -> <TxMerkleNode as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<TxMerkleNode as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn all_zeros() -> TxMerkleNode

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where +true for Sha256dHash, so here we are.

§

fn engine() -> <TxMerkleNode as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: <TxMerkleNode as Hash>::Engine) -> TxMerkleNode

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<TxMerkleNode, FromSliceError>

Copies a byte slice into a hash object.
§

fn from_byte_array(bytes: <TxMerkleNode as Hash>::Bytes) -> TxMerkleNode

Constructs a hash from the underlying byte array.
§

fn to_byte_array(self) -> <TxMerkleNode as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<TxMerkleNode as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn all_zeros() -> TxMerkleNode

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where B: AsRef<[u8]>, I: IntoIterator<Item = B>,

Hashes all the byte slices retrieved from the iterator together.
§

impl Hash for TxMerkleNode

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where @@ -23,12 +23,12 @@ true for Sha256dHash, so here we are.

==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl PartialOrd for TxMerkleNode

§

fn partial_cmp(&self, other: &TxMerkleNode) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
§

impl SerdeHash for TxMerkleNode

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<TxMerkleNode, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( +operator. Read more

§

impl SerdeHash for TxMerkleNode

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<TxMerkleNode, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where S: Serializer,

Do serde serialization.
§

fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for TxMerkleNode

§

fn serialize<S>( + D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for TxMerkleNode

§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where @@ -47,5 +47,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/block/struct.Version.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/block/struct.Version.html index ddde7aabbe..8a7b4e5e81 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/block/struct.Version.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/block/struct.Version.html @@ -54,5 +54,5 @@ operator. Clone,
§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/block/struct.WitnessCommitment.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/block/struct.WitnessCommitment.html index 2f81766b81..6fc8a9de75 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/block/struct.WitnessCommitment.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/block/struct.WitnessCommitment.html @@ -2,18 +2,18 @@

Implementations§

§

impl WitnessCommitment

pub fn from_raw_hash(inner: Hash) -> WitnessCommitment

Creates this wrapper type from the inner hash type.

pub fn to_raw_hash(self) -> Hash

Returns the inner hash (sha256, sh256d etc.).

pub fn as_raw_hash(&self) -> &Hash

Returns a reference to the inner hash (sha256, sh256d etc.).

-

Trait Implementations§

§

impl AsRef<[u8]> for WitnessCommitment

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 32]> for WitnessCommitment

§

fn as_ref(&self) -> &[u8; 32]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for WitnessCommitment

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Clone for WitnessCommitment

§

fn clone(&self) -> WitnessCommitment

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for WitnessCommitment

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for WitnessCommitment

Trait Implementations§

§

impl AsRef<[u8]> for WitnessCommitment

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 32]> for WitnessCommitment

§

fn as_ref(&self) -> &[u8; 32]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for WitnessCommitment

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Clone for WitnessCommitment

§

fn clone(&self) -> WitnessCommitment

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for WitnessCommitment

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for WitnessCommitment

§

fn deserialize<D>( d: D ) -> Result<WitnessCommitment, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for WitnessCommitment

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl From<Hash> for WitnessCommitment

§

fn from(inner: Hash) -> WitnessCommitment

Converts to this type from the input type.
§

impl From<WitnessCommitment> for Hash

§

fn from(hashtype: WitnessCommitment) -> Hash

Converts to this type from the input type.
§

impl FromStr for WitnessCommitment

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str( s: &str -) -> Result<WitnessCommitment, <WitnessCommitment as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for WitnessCommitment

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected +) -> Result<WitnessCommitment, <WitnessCommitment as FromStr>::Err>
Parses a string s to return a value of this type. Read more
§

impl Hash for WitnessCommitment

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
§

const LEN: usize = 32usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = true

Flag indicating whether user-visible serializations of this hash +any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
§

const LEN: usize = 32usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = true

Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
§

fn engine() -> <WitnessCommitment as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: <WitnessCommitment as Hash>::Engine) -> WitnessCommitment

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<WitnessCommitment, FromSliceError>

Copies a byte slice into a hash object.
§

fn from_byte_array( - bytes: <WitnessCommitment as Hash>::Bytes -) -> WitnessCommitment

Constructs a hash from the underlying byte array.
§

fn to_byte_array(self) -> <WitnessCommitment as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<WitnessCommitment as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn all_zeros() -> WitnessCommitment

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where +true for Sha256dHash, so here we are.

§

fn engine() -> <WitnessCommitment as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: <WitnessCommitment as Hash>::Engine) -> WitnessCommitment

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<WitnessCommitment, FromSliceError>

Copies a byte slice into a hash object.
§

fn from_byte_array( + bytes: <WitnessCommitment as Hash>::Bytes +) -> WitnessCommitment

Constructs a hash from the underlying byte array.
§

fn to_byte_array(self) -> <WitnessCommitment as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<WitnessCommitment as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn all_zeros() -> WitnessCommitment

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where B: AsRef<[u8]>, I: IntoIterator<Item = B>,

Hashes all the byte slices retrieved from the iterator together.
§

impl Hash for WitnessCommitment

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where @@ -26,12 +26,12 @@ true for Sha256dHash, so here we are.

==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl PartialOrd for WitnessCommitment

§

fn partial_cmp(&self, other: &WitnessCommitment) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
§

impl SerdeHash for WitnessCommitment

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<WitnessCommitment, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( +operator. Read more

§

impl SerdeHash for WitnessCommitment

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<WitnessCommitment, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where S: Serializer,

Do serde serialization.
§

fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for WitnessCommitment

§

fn serialize<S>( + D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for WitnessCommitment

§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where @@ -50,5 +50,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/block/struct.WitnessMerkleNode.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/block/struct.WitnessMerkleNode.html index e7ee4bb68a..1e7274532b 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/block/struct.WitnessMerkleNode.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/block/struct.WitnessMerkleNode.html @@ -8,15 +8,15 @@ d: D ) -> Result<WitnessMerkleNode, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§

impl Display for WitnessMerkleNode

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Encodable for WitnessMerkleNode

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where - W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl From<Hash> for WitnessMerkleNode

§

fn from(inner: Hash) -> WitnessMerkleNode

Converts to this type from the input type.
§

impl From<WitnessMerkleNode> for Hash

§

fn from(hashtype: WitnessMerkleNode) -> Hash

Converts to this type from the input type.
§

impl From<Wtxid> for WitnessMerkleNode

§

fn from(wtxid: Wtxid) -> WitnessMerkleNode

Converts to this type from the input type.
§

impl FromStr for WitnessMerkleNode

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str( + W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl From<Hash> for WitnessMerkleNode

§

fn from(inner: Hash) -> WitnessMerkleNode

Converts to this type from the input type.
§

impl From<WitnessMerkleNode> for Hash

§

fn from(hashtype: WitnessMerkleNode) -> Hash

Converts to this type from the input type.
§

impl From<Wtxid> for WitnessMerkleNode

§

fn from(wtxid: Wtxid) -> WitnessMerkleNode

Converts to this type from the input type.
§

impl FromStr for WitnessMerkleNode

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str( s: &str -) -> Result<WitnessMerkleNode, <WitnessMerkleNode as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for WitnessMerkleNode

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected +) -> Result<WitnessMerkleNode, <WitnessMerkleNode as FromStr>::Err>
Parses a string s to return a value of this type. Read more
§

impl Hash for WitnessMerkleNode

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
§

const LEN: usize = 32usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = true

Flag indicating whether user-visible serializations of this hash +any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
§

const LEN: usize = 32usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = true

Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
§

fn engine() -> <WitnessMerkleNode as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: <WitnessMerkleNode as Hash>::Engine) -> WitnessMerkleNode

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<WitnessMerkleNode, FromSliceError>

Copies a byte slice into a hash object.
§

fn from_byte_array( - bytes: <WitnessMerkleNode as Hash>::Bytes -) -> WitnessMerkleNode

Constructs a hash from the underlying byte array.
§

fn to_byte_array(self) -> <WitnessMerkleNode as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<WitnessMerkleNode as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn all_zeros() -> WitnessMerkleNode

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where +true for Sha256dHash, so here we are.

§

fn engine() -> <WitnessMerkleNode as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: <WitnessMerkleNode as Hash>::Engine) -> WitnessMerkleNode

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<WitnessMerkleNode, FromSliceError>

Copies a byte slice into a hash object.
§

fn from_byte_array( + bytes: <WitnessMerkleNode as Hash>::Bytes +) -> WitnessMerkleNode

Constructs a hash from the underlying byte array.
§

fn to_byte_array(self) -> <WitnessMerkleNode as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<WitnessMerkleNode as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn all_zeros() -> WitnessMerkleNode

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where B: AsRef<[u8]>, I: IntoIterator<Item = B>,

Hashes all the byte slices retrieved from the iterator together.
§

impl Hash for WitnessMerkleNode

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where @@ -29,12 +29,12 @@ true for Sha256dHash, so here we are.

==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl PartialOrd for WitnessMerkleNode

§

fn partial_cmp(&self, other: &WitnessMerkleNode) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
§

impl SerdeHash for WitnessMerkleNode

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<WitnessMerkleNode, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( +operator. Read more

§

impl SerdeHash for WitnessMerkleNode

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<WitnessMerkleNode, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where S: Serializer,

Do serde serialization.
§

fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for WitnessMerkleNode

§

fn serialize<S>( + D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for WitnessMerkleNode

§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where @@ -53,5 +53,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/constants/struct.ChainHash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/constants/struct.ChainHash.html index d3a1c89bdd..c47ee3bdff 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/constants/struct.ChainHash.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/constants/struct.ChainHash.html @@ -17,8 +17,8 @@ for specification.

See BOLT 0 for specification.

pub fn from_genesis_block_hash(block_hash: BlockHash) -> ChainHash

Converts genesis block hash into ChainHash.

-

Trait Implementations§

§

impl AsMut<[u8]> for ChainHash

§

fn as_mut(&mut self) -> &mut [u8] ⓘ

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<[u8; 32]> for ChainHash

§

fn as_mut(&mut self) -> &mut [u8; 32]

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsRef<[u8]> for ChainHash

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 32]> for ChainHash

§

fn as_ref(&self) -> &[u8; 32]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for ChainHash

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Borrow<[u8; 32]> for ChainHash

§

fn borrow(&self) -> &[u8; 32]

Immutably borrows from an owned value. Read more
§

impl BorrowMut<[u8]> for ChainHash

§

fn borrow_mut(&mut self) -> &mut [u8] ⓘ

Mutably borrows from an owned value. Read more
§

impl BorrowMut<[u8; 32]> for ChainHash

§

fn borrow_mut(&mut self) -> &mut [u8; 32]

Mutably borrows from an owned value. Read more
§

impl Clone for ChainHash

§

fn clone(&self) -> ChainHash

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for ChainHash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for ChainHash

§

fn deserialize<D>(d: D) -> Result<ChainHash, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for ChainHash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'a> From<&'a [u8; 32]> for ChainHash

§

fn from(data: &'a [u8; 32]) -> ChainHash

Converts to this type from the input type.
§

impl<'a> From<[u8; 32]> for ChainHash

§

fn from(data: [u8; 32]) -> ChainHash

Converts to this type from the input type.
§

impl FromStr for ChainHash

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<ChainHash, <ChainHash as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for ChainHash

§

fn hash<__H>(&self, state: &mut __H)
where +

Trait Implementations§

§

impl AsMut<[u8]> for ChainHash

§

fn as_mut(&mut self) -> &mut [u8] ⓘ

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<[u8; 32]> for ChainHash

§

fn as_mut(&mut self) -> &mut [u8; 32]

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsRef<[u8]> for ChainHash

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 32]> for ChainHash

§

fn as_ref(&self) -> &[u8; 32]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for ChainHash

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Borrow<[u8; 32]> for ChainHash

§

fn borrow(&self) -> &[u8; 32]

Immutably borrows from an owned value. Read more
§

impl BorrowMut<[u8]> for ChainHash

§

fn borrow_mut(&mut self) -> &mut [u8] ⓘ

Mutably borrows from an owned value. Read more
§

impl BorrowMut<[u8; 32]> for ChainHash

§

fn borrow_mut(&mut self) -> &mut [u8; 32]

Mutably borrows from an owned value. Read more
§

impl Clone for ChainHash

§

fn clone(&self) -> ChainHash

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for ChainHash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for ChainHash

§

fn deserialize<D>(d: D) -> Result<ChainHash, <D as Deserializer<'de>>::Error>
where + D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for ChainHash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'a> From<&'a [u8; 32]> for ChainHash

§

fn from(data: &'a [u8; 32]) -> ChainHash

Converts to this type from the input type.
§

impl<'a> From<[u8; 32]> for ChainHash

§

fn from(data: [u8; 32]) -> ChainHash

Converts to this type from the input type.
§

impl FromStr for ChainHash

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<ChainHash, <ChainHash as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for ChainHash

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl<I> Index<I> for ChainHash
where @@ -33,9 +33,9 @@ operator. Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

Serialize this value into the given Serde serializer. Read more
§

impl<'a> TryFrom<&'a [u8]> for ChainHash

§

type Error = TryFromSliceError

The type returned in the event of a conversion error.
§

fn try_from( + S: Serializer,

Serialize this value into the given Serde serializer. Read more
§

impl<'a> TryFrom<&'a [u8]> for ChainHash

§

type Error = TryFromSliceError

The type returned in the event of a conversion error.
§

fn try_from( data: &'a [u8] -) -> Result<ChainHash, <ChainHash as TryFrom<&'a [u8]>>::Error>

Performs the conversion.
§

impl TryFrom<ChainHash> for Network

§

type Error = UnknownChainHashError

The type returned in the event of a conversion error.
§

fn try_from( +) -> Result<ChainHash, <ChainHash as TryFrom<&'a [u8]>>::Error>

Performs the conversion.
§

impl TryFrom<ChainHash> for Network

§

type Error = UnknownChainHashError

The type returned in the event of a conversion error.
§

fn try_from( chain_hash: ChainHash ) -> Result<Network, <Network as TryFrom<ChainHash>>::Error>

Performs the conversion.
§

impl UpperHex for ChainHash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Copy for ChainHash

§

impl Eq for ChainHash

§

impl StructuralPartialEq for ChainHash

Auto Trait Implementations§

§

impl Freeze for ChainHash

§

impl RefUnwindSafe for ChainHash

§

impl Send for ChainHash

§

impl Sync for ChainHash

§

impl Unpin for ChainHash

§

impl UnwindSafe for ChainHash

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where @@ -52,5 +52,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/fee_rate/struct.FeeRate.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/fee_rate/struct.FeeRate.html index 6b61d55292..15a119e20b 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/fee_rate/struct.FeeRate.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/fee_rate/struct.FeeRate.html @@ -51,9 +51,9 @@ operator. Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>
where - __S: Serializer,
Serialize this value into the given Serde serializer. Read more
§

impl TryFrom<&str> for FeeRate

§

type Error = ParseIntError

The type returned in the event of a conversion error.
§

fn try_from(s: &str) -> Result<FeeRate, <FeeRate as TryFrom<&str>>::Error>

Performs the conversion.
§

impl TryFrom<Box<str>> for FeeRate

§

type Error = ParseIntError

The type returned in the event of a conversion error.
§

fn try_from( + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
§

impl TryFrom<&str> for FeeRate

§

type Error = ParseIntError

The type returned in the event of a conversion error.
§

fn try_from(s: &str) -> Result<FeeRate, <FeeRate as TryFrom<&str>>::Error>

Performs the conversion.
§

impl TryFrom<Box<str>> for FeeRate

§

type Error = ParseIntError

The type returned in the event of a conversion error.
§

fn try_from( s: Box<str> -) -> Result<FeeRate, <FeeRate as TryFrom<Box<str>>>::Error>

Performs the conversion.
§

impl TryFrom<String> for FeeRate

§

type Error = ParseIntError

The type returned in the event of a conversion error.
§

fn try_from(s: String) -> Result<FeeRate, <FeeRate as TryFrom<String>>::Error>

Performs the conversion.
§

impl Copy for FeeRate

§

impl Eq for FeeRate

§

impl StructuralPartialEq for FeeRate

Auto Trait Implementations§

§

impl Freeze for FeeRate

§

impl RefUnwindSafe for FeeRate

§

impl Send for FeeRate

§

impl Sync for FeeRate

§

impl Unpin for FeeRate

§

impl UnwindSafe for FeeRate

Blanket Implementations§

source§

impl<T> Any for T
where +) -> Result<FeeRate, <FeeRate as TryFrom<Box<str>>>::Error>

Performs the conversion.
§

impl TryFrom<String> for FeeRate

§

type Error = ParseIntError

The type returned in the event of a conversion error.
§

fn try_from(s: String) -> Result<FeeRate, <FeeRate as TryFrom<String>>::Error>

Performs the conversion.
§

impl Copy for FeeRate

§

impl Eq for FeeRate

§

impl StructuralPartialEq for FeeRate

Auto Trait Implementations§

§

impl Freeze for FeeRate

§

impl RefUnwindSafe for FeeRate

§

impl Send for FeeRate

§

impl Sync for FeeRate

§

impl Unpin for FeeRate

§

impl UnwindSafe for FeeRate

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<Q, K> Equivalent<K> for Q
where @@ -68,5 +68,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/locktime/absolute/enum.LockTime.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/locktime/absolute/enum.LockTime.html index b4ad24805b..bbe779314e 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/locktime/absolute/enum.LockTime.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/locktime/absolute/enum.LockTime.html @@ -114,7 +114,7 @@ or use the pattern below:

deserializer: D ) -> Result<LockTime, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§

impl Display for LockTime

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Encodable for LockTime

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where - W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl From<AbsLockTime> for LockTime

§

fn from(lock_time: AbsLockTime) -> LockTime

Converts to this type from the input type.
§

impl From<Height> for LockTime

§

fn from(h: Height) -> LockTime

Converts to this type from the input type.
§

impl From<Time> for LockTime

§

fn from(t: Time) -> LockTime

Converts to this type from the input type.
§

impl FromStr for LockTime

§

type Err = ParseIntError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<LockTime, <LockTime as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for LockTime

§

fn hash<__H>(&self, state: &mut __H)
where + W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl From<AbsLockTime> for LockTime

§

fn from(lock_time: AbsLockTime) -> LockTime

Converts to this type from the input type.
§

impl From<Height> for LockTime

§

fn from(h: Height) -> LockTime

Converts to this type from the input type.
§

impl From<Time> for LockTime

§

fn from(t: Time) -> LockTime

Converts to this type from the input type.
§

impl FromStr for LockTime

§

type Err = ParseIntError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<LockTime, <LockTime as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for LockTime

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl PartialEq for LockTime

§

fn eq(&self, other: &LockTime) -> bool

This method tests for self and other values to be equal, and is used @@ -144,7 +144,7 @@ for dissatisfying pkh.
Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,
Serialize this value into the given Serde serializer. Read more
§

impl TryFrom<&str> for LockTime

§

type Error = ParseIntError

The type returned in the event of a conversion error.
§

fn try_from(s: &str) -> Result<LockTime, <LockTime as TryFrom<&str>>::Error>

Performs the conversion.
§

impl TryFrom<Box<str>> for LockTime

§

type Error = ParseIntError

The type returned in the event of a conversion error.
§

fn try_from( + S: Serializer,

Serialize this value into the given Serde serializer. Read more
§

impl TryFrom<&str> for LockTime

§

type Error = ParseIntError

The type returned in the event of a conversion error.
§

fn try_from(s: &str) -> Result<LockTime, <LockTime as TryFrom<&str>>::Error>

Performs the conversion.
§

impl TryFrom<Box<str>> for LockTime

§

type Error = ParseIntError

The type returned in the event of a conversion error.
§

fn try_from( s: Box<str> ) -> Result<LockTime, <LockTime as TryFrom<Box<str>>>::Error>

Performs the conversion.
§

impl TryFrom<String> for LockTime

§

type Error = ParseIntError

The type returned in the event of a conversion error.
§

fn try_from(s: String) -> Result<LockTime, <LockTime as TryFrom<String>>::Error>

Performs the conversion.
§

impl Copy for LockTime

§

impl Eq for LockTime

§

impl StructuralPartialEq for LockTime

Auto Trait Implementations§

§

impl Freeze for LockTime

§

impl RefUnwindSafe for LockTime

§

impl Send for LockTime

§

impl Sync for LockTime

§

impl Unpin for LockTime

§

impl UnwindSafe for LockTime

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T, Pk> AssetProvider<Pk> for T
where @@ -187,5 +187,5 @@ for dissatisfying pkh.

Display + ?Sized,
source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/locktime/absolute/struct.Height.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/locktime/absolute/struct.Height.html index 255dd1b014..16dff9dcdc 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/locktime/absolute/struct.Height.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/locktime/absolute/struct.Height.html @@ -31,7 +31,7 @@ operator. Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,
Serialize this value into the given Serde serializer. Read more
§

impl TryFrom<&str> for Height

§

type Error = ParseHeightError

The type returned in the event of a conversion error.
§

fn try_from(s: &str) -> Result<Height, <Height as TryFrom<&str>>::Error>

Performs the conversion.
§

impl TryFrom<Box<str>> for Height

§

type Error = ParseHeightError

The type returned in the event of a conversion error.
§

fn try_from(s: Box<str>) -> Result<Height, <Height as TryFrom<Box<str>>>::Error>

Performs the conversion.
§

impl TryFrom<String> for Height

§

type Error = ParseHeightError

The type returned in the event of a conversion error.
§

fn try_from(s: String) -> Result<Height, <Height as TryFrom<String>>::Error>

Performs the conversion.
§

impl Copy for Height

§

impl Eq for Height

§

impl StructuralPartialEq for Height

Auto Trait Implementations§

§

impl Freeze for Height

§

impl RefUnwindSafe for Height

§

impl Send for Height

§

impl Sync for Height

§

impl Unpin for Height

§

impl UnwindSafe for Height

Blanket Implementations§

source§

impl<T> Any for T
where + S: Serializer,

Serialize this value into the given Serde serializer. Read more
§

impl TryFrom<&str> for Height

§

type Error = ParseHeightError

The type returned in the event of a conversion error.
§

fn try_from(s: &str) -> Result<Height, <Height as TryFrom<&str>>::Error>

Performs the conversion.
§

impl TryFrom<Box<str>> for Height

§

type Error = ParseHeightError

The type returned in the event of a conversion error.
§

fn try_from(s: Box<str>) -> Result<Height, <Height as TryFrom<Box<str>>>::Error>

Performs the conversion.
§

impl TryFrom<String> for Height

§

type Error = ParseHeightError

The type returned in the event of a conversion error.
§

fn try_from(s: String) -> Result<Height, <Height as TryFrom<String>>::Error>

Performs the conversion.
§

impl Copy for Height

§

impl Eq for Height

§

impl StructuralPartialEq for Height

Auto Trait Implementations§

§

impl Freeze for Height

§

impl RefUnwindSafe for Height

§

impl Send for Height

§

impl Sync for Height

§

impl Unpin for Height

§

impl UnwindSafe for Height

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<Q, K> Equivalent<K> for Q
where @@ -46,5 +46,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/locktime/absolute/struct.Time.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/locktime/absolute/struct.Time.html index 7a77ce4379..b5550fc641 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/locktime/absolute/struct.Time.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/locktime/absolute/struct.Time.html @@ -33,7 +33,7 @@ operator. Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,
Serialize this value into the given Serde serializer. Read more
§

impl TryFrom<&str> for Time

§

type Error = ParseTimeError

The type returned in the event of a conversion error.
§

fn try_from(s: &str) -> Result<Time, <Time as TryFrom<&str>>::Error>

Performs the conversion.
§

impl TryFrom<Box<str>> for Time

§

type Error = ParseTimeError

The type returned in the event of a conversion error.
§

fn try_from(s: Box<str>) -> Result<Time, <Time as TryFrom<Box<str>>>::Error>

Performs the conversion.
§

impl TryFrom<String> for Time

§

type Error = ParseTimeError

The type returned in the event of a conversion error.
§

fn try_from(s: String) -> Result<Time, <Time as TryFrom<String>>::Error>

Performs the conversion.
§

impl Copy for Time

§

impl Eq for Time

§

impl StructuralPartialEq for Time

Auto Trait Implementations§

§

impl Freeze for Time

§

impl RefUnwindSafe for Time

§

impl Send for Time

§

impl Sync for Time

§

impl Unpin for Time

§

impl UnwindSafe for Time

Blanket Implementations§

source§

impl<T> Any for T
where + S: Serializer,

Serialize this value into the given Serde serializer. Read more
§

impl TryFrom<&str> for Time

§

type Error = ParseTimeError

The type returned in the event of a conversion error.
§

fn try_from(s: &str) -> Result<Time, <Time as TryFrom<&str>>::Error>

Performs the conversion.
§

impl TryFrom<Box<str>> for Time

§

type Error = ParseTimeError

The type returned in the event of a conversion error.
§

fn try_from(s: Box<str>) -> Result<Time, <Time as TryFrom<Box<str>>>::Error>

Performs the conversion.
§

impl TryFrom<String> for Time

§

type Error = ParseTimeError

The type returned in the event of a conversion error.
§

fn try_from(s: String) -> Result<Time, <Time as TryFrom<String>>::Error>

Performs the conversion.
§

impl Copy for Time

§

impl Eq for Time

§

impl StructuralPartialEq for Time

Auto Trait Implementations§

§

impl Freeze for Time

§

impl RefUnwindSafe for Time

§

impl Send for Time

§

impl Sync for Time

§

impl Unpin for Time

§

impl UnwindSafe for Time

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<Q, K> Equivalent<K> for Q
where @@ -48,5 +48,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/locktime/relative/enum.LockTime.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/locktime/relative/enum.LockTime.html index 10baebeb21..4b08e2da4a 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/locktime/relative/enum.LockTime.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/locktime/relative/enum.LockTime.html @@ -110,7 +110,7 @@ with the sequence number of the input which spends the script.

Trait Implementations§

§

impl Clone for LockTime

§

fn clone(&self) -> LockTime

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for LockTime

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for LockTime

§

fn deserialize<__D>( __deserializer: __D ) -> Result<LockTime, <__D as Deserializer<'de>>::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for LockTime

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl From<Height> for LockTime

§

fn from(h: Height) -> LockTime

Converts to this type from the input type.
§

impl From<LockTime> for Sequence

§

fn from(lt: LockTime) -> Sequence

Converts to this type from the input type.
§

impl From<RelLockTime> for LockTime

§

fn from(lock_time: RelLockTime) -> LockTime

Converts to this type from the input type.
§

impl From<Time> for LockTime

§

fn from(t: Time) -> LockTime

Converts to this type from the input type.
§

impl Hash for LockTime

§

fn hash<__H>(&self, state: &mut __H)
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for LockTime

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl From<Height> for LockTime

§

fn from(h: Height) -> LockTime

Converts to this type from the input type.
§

impl From<LockTime> for Sequence

§

fn from(lt: LockTime) -> Sequence

Converts to this type from the input type.
§

impl From<RelLockTime> for LockTime

§

fn from(lock_time: RelLockTime) -> LockTime

Converts to this type from the input type.
§

impl From<Time> for LockTime

§

fn from(t: Time) -> LockTime

Converts to this type from the input type.
§

impl Hash for LockTime

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl PartialEq for LockTime

§

fn eq(&self, other: &LockTime) -> bool

This method tests for self and other values to be equal, and is used @@ -181,5 +181,5 @@ for dissatisfying pkh.
Display + ?Sized,
source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/locktime/relative/struct.Height.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/locktime/relative/struct.Height.html index 8af408c032..dc9fd822a1 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/locktime/relative/struct.Height.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/locktime/relative/struct.Height.html @@ -38,5 +38,5 @@ operator. Display + ?Sized,
source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/locktime/relative/struct.Time.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/locktime/relative/struct.Time.html index 6a0593b65e..ff01af1537 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/locktime/relative/struct.Time.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/locktime/relative/struct.Time.html @@ -33,7 +33,7 @@ operator. Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>
where - __S: Serializer,
Serialize this value into the given Serde serializer. Read more
§

impl TryFrom<&str> for Time

§

type Error = ParseIntError

The type returned in the event of a conversion error.
§

fn try_from(s: &str) -> Result<Time, <Time as TryFrom<&str>>::Error>

Performs the conversion.
§

impl TryFrom<Box<str>> for Time

§

type Error = ParseIntError

The type returned in the event of a conversion error.
§

fn try_from(s: Box<str>) -> Result<Time, <Time as TryFrom<Box<str>>>::Error>

Performs the conversion.
§

impl TryFrom<String> for Time

§

type Error = ParseIntError

The type returned in the event of a conversion error.
§

fn try_from(s: String) -> Result<Time, <Time as TryFrom<String>>::Error>

Performs the conversion.
§

impl Copy for Time

§

impl Eq for Time

§

impl StructuralPartialEq for Time

Auto Trait Implementations§

§

impl Freeze for Time

§

impl RefUnwindSafe for Time

§

impl Send for Time

§

impl Sync for Time

§

impl Unpin for Time

§

impl UnwindSafe for Time

Blanket Implementations§

source§

impl<T> Any for T
where + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
§

impl TryFrom<&str> for Time

§

type Error = ParseIntError

The type returned in the event of a conversion error.
§

fn try_from(s: &str) -> Result<Time, <Time as TryFrom<&str>>::Error>

Performs the conversion.
§

impl TryFrom<Box<str>> for Time

§

type Error = ParseIntError

The type returned in the event of a conversion error.
§

fn try_from(s: Box<str>) -> Result<Time, <Time as TryFrom<Box<str>>>::Error>

Performs the conversion.
§

impl TryFrom<String> for Time

§

type Error = ParseIntError

The type returned in the event of a conversion error.
§

fn try_from(s: String) -> Result<Time, <Time as TryFrom<String>>::Error>

Performs the conversion.
§

impl Copy for Time

§

impl Eq for Time

§

impl StructuralPartialEq for Time

Auto Trait Implementations§

§

impl Freeze for Time

§

impl RefUnwindSafe for Time

§

impl Send for Time

§

impl Sync for Time

§

impl Unpin for Time

§

impl UnwindSafe for Time

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<Q, K> Equivalent<K> for Q
where @@ -48,5 +48,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/opcodes/struct.Opcode.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/opcodes/struct.Opcode.html index c641a8b2fa..cc1f6e816a 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/opcodes/struct.Opcode.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/opcodes/struct.Opcode.html @@ -9,7 +9,7 @@ types of opcodes.

in contexts where only pushes are supposed to be allowed.

Implementations§

§

impl Opcode

pub fn classify(self, ctx: ClassifyContext) -> Class

Classifies an Opcode into a broad class.

pub const fn to_u8(self) -> u8

Encodes Opcode as a byte.

-

Trait Implementations§

§

impl Clone for Opcode

§

fn clone(&self) -> Opcode

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Opcode

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for Opcode

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl From<WitnessVersion> for Opcode

§

fn from(version: WitnessVersion) -> Opcode

Converts to this type from the input type.
§

impl From<u8> for Opcode

§

fn from(b: u8) -> Opcode

Converts to this type from the input type.
§

impl PartialEq for Opcode

§

fn eq(&self, other: &Opcode) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

§

impl Clone for Opcode

§

fn clone(&self) -> Opcode

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Opcode

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for Opcode

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl From<WitnessVersion> for Opcode

§

fn from(version: WitnessVersion) -> Opcode

Converts to this type from the input type.
§

impl From<u8> for Opcode

§

fn from(b: u8) -> Opcode

Converts to this type from the input type.
§

impl PartialEq for Opcode

§

fn eq(&self, other: &Opcode) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl Serialize for Opcode

§

fn serialize<S>( &self, diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/enum.Error.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/enum.Error.html index 8f6bff73e6..2d4e9f46f5 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/enum.Error.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/enum.Error.html @@ -13,7 +13,7 @@ would help you.

§

NumericOverflow

Tried to read an array off the stack as a number when it was more than 4 bytes.

§

UnknownSpentOutput(OutPoint)

Can not find the spent output.

§

Serialization

Can not serialize the spending transaction.

-

Trait Implementations§

§

impl Clone for Error

§

fn clone(&self) -> Error

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Error

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for Error

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for Error

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<Infallible> for Error

§

fn from(never: Infallible) -> Error

Converts to this type from the input type.
§

impl From<UintError> for Error

§

fn from(error: UintError) -> Error

Converts to this type from the input type.
§

impl PartialEq for Error

§

fn eq(&self, other: &Error) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

§

impl Clone for Error

§

fn clone(&self) -> Error

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Error

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for Error

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for Error

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<Infallible> for Error

§

fn from(never: Infallible) -> Error

Converts to this type from the input type.
§

impl From<UintError> for Error

§

fn from(error: UintError) -> Error

Converts to this type from the input type.
§

impl PartialEq for Error

§

fn eq(&self, other: &Error) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl Eq for Error

§

impl StructuralPartialEq for Error

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/struct.PushBytes.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/struct.PushBytes.html index 080100c4ba..dd3659fa12 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/struct.PushBytes.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/struct.PushBytes.html @@ -7,39 +7,39 @@ the script safely.

pub fn as_mut_bytes(&mut self) -> &mut [u8] ⓘ

Returns the underlying mutbale bytes.

§

impl PushBytes

pub fn len(&self) -> usize

Returns the number of bytes in buffer.

pub fn is_empty(&self) -> bool

Returns true if the buffer contains zero bytes.

-

Trait Implementations§

§

impl AsMut<[u8]> for PushBytes

§

fn as_mut(&mut self) -> &mut [u8] ⓘ

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 0]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 1]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 10]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 11]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 12]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 13]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 14]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 15]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 16]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 17]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 18]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 19]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 2]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 20]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 21]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 22]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 23]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 24]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 25]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 26]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 27]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 28]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 29]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 3]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 30]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 31]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 32]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 33]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 34]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 35]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 36]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 37]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 38]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 39]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 4]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 40]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 41]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 42]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 43]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 44]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 45]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 46]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 47]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 48]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 49]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 5]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 50]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 51]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 52]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 53]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 54]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 55]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 56]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 57]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 58]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 59]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 6]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 60]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 61]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 62]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 63]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 64]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 65]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 66]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 67]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 68]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 69]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 7]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 70]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 71]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 72]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 73]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 8]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 9]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for PushBytes

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for PushBytesBuf

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsRef<[u8]> for PushBytes

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 0]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 1]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 10]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 11]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 12]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 13]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 14]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 15]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 16]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 17]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 18]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 19]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 2]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 20]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 21]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 22]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 23]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 24]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 25]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 26]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 27]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 28]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 29]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 3]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 30]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 31]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 32]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 33]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 34]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 35]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 36]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 37]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 38]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 39]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 4]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 40]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 41]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 42]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 43]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 44]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 45]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 46]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 47]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 48]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 49]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 5]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 50]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 51]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 52]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 53]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 54]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 55]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 56]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 57]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 58]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 59]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 6]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 60]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 61]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 62]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 63]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 64]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 65]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 66]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 67]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 68]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 69]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 7]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 70]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 71]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 72]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 73]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 8]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 9]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for PubkeyHash

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for PushBytes

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for PushBytesBuf

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for ScriptHash

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for SerializedSignature

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for WPubkeyHash

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for WScriptHash

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<PushBytes> for PushBytesBuf

§

fn borrow(&self) -> &PushBytes

Immutably borrows from an owned value. Read more
§

impl BorrowMut<PushBytes> for PushBytesBuf

§

fn borrow_mut(&mut self) -> &mut PushBytes

Mutably borrows from an owned value. Read more
§

impl Debug for PushBytes

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'a> From<&'a [u8; 0]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 0]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 1]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 1]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 10]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 10]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 11]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 11]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 12]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 12]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 13]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 13]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 14]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 14]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 15]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 15]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 16]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 16]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 17]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 17]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 18]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 18]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 19]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 19]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 2]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 2]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 20]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 20]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 21]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 21]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 22]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 22]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 23]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 23]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 24]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 24]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 25]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 25]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 26]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 26]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 27]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 27]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 28]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 28]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 29]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 29]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 3]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 3]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 30]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 30]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 31]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 31]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 32]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 32]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 33]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 33]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 34]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 34]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 35]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 35]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 36]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 36]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 37]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 37]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 38]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 38]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 39]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 39]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 4]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 4]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 40]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 40]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 41]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 41]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 42]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 42]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 43]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 43]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 44]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 44]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 45]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 45]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 46]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 46]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 47]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 47]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 48]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 48]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 49]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 49]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 5]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 5]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 50]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 50]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 51]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 51]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 52]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 52]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 53]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 53]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 54]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 54]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 55]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 55]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 56]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 56]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 57]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 57]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 58]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 58]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 59]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 59]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 6]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 6]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 60]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 60]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 61]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 61]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 62]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 62]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 63]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 63]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 64]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 64]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 65]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 65]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 66]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 66]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 67]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 67]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 68]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 68]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 69]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 69]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 7]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 7]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 70]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 70]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 71]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 71]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 72]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 72]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 73]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 73]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 8]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 8]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 9]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 9]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 0]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 0]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 1]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 1]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 10]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 10]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 11]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 11]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 12]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 12]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 13]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 13]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 14]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 14]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 15]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 15]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 16]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 16]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 17]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 17]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 18]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 18]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 19]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 19]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 2]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 2]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 20]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 20]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 21]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 21]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 22]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 22]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 23]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 23]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 24]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 24]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 25]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 25]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 26]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 26]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 27]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 27]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 28]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 28]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 29]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 29]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 3]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 3]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 30]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 30]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 31]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 31]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 32]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 32]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 33]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 33]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 34]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 34]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 35]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 35]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 36]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 36]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 37]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 37]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 38]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 38]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 39]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 39]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 4]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 4]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 40]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 40]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 41]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 41]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 42]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 42]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 43]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 43]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 44]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 44]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 45]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 45]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 46]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 46]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 47]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 47]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 48]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 48]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 49]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 49]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 5]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 5]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 50]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 50]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 51]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 51]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 52]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 52]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 53]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 53]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 54]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 54]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 55]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 55]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 56]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 56]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 57]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 57]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 58]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 58]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 59]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 59]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 6]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 6]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 60]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 60]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 61]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 61]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 62]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 62]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 63]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 63]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 64]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 64]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 65]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 65]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 66]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 66]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 67]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 67]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 68]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 68]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 69]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 69]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 7]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 7]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 70]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 70]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 71]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 71]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 72]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 72]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 73]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 73]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 8]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 8]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 9]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 9]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl Hash for PushBytes

§

fn hash<__H>(&self, state: &mut __H)
where +

Trait Implementations§

§

impl AsMut<[u8]> for PushBytes

§

fn as_mut(&mut self) -> &mut [u8] ⓘ

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 0]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 1]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 10]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 11]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 12]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 13]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 14]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 15]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 16]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 17]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 18]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 19]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 2]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 20]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 21]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 22]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 23]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 24]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 25]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 26]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 27]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 28]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 29]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 3]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 30]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 31]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 32]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 33]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 34]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 35]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 36]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 37]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 38]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 39]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 4]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 40]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 41]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 42]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 43]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 44]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 45]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 46]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 47]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 48]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 49]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 5]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 50]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 51]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 52]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 53]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 54]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 55]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 56]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 57]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 58]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 59]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 6]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 60]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 61]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 62]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 63]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 64]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 65]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 66]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 67]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 68]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 69]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 7]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 70]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 71]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 72]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 73]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 8]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for [u8; 9]

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for PushBytes

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<PushBytes> for PushBytesBuf

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsRef<[u8]> for PushBytes

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 0]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 1]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 10]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 11]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 12]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 13]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 14]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 15]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 16]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 17]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 18]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 19]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 2]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 20]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 21]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 22]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 23]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 24]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 25]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 26]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 27]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 28]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 29]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 3]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 30]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 31]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 32]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 33]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 34]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 35]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 36]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 37]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 38]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 39]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 4]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 40]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 41]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 42]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 43]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 44]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 45]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 46]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 47]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 48]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 49]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 5]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 50]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 51]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 52]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 53]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 54]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 55]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 56]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 57]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 58]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 59]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 6]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 60]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 61]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 62]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 63]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 64]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 65]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 66]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 67]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 68]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 69]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 7]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 70]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 71]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 72]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 73]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 8]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for [u8; 9]

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for PubkeyHash

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for PushBytes

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for PushBytesBuf

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for ScriptHash

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for SerializedSignature

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for WPubkeyHash

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for WScriptHash

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<PushBytes> for PushBytesBuf

§

fn borrow(&self) -> &PushBytes

Immutably borrows from an owned value. Read more
§

impl BorrowMut<PushBytes> for PushBytesBuf

§

fn borrow_mut(&mut self) -> &mut PushBytes

Mutably borrows from an owned value. Read more
§

impl Debug for PushBytes

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'a> From<&'a [u8; 0]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 0]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 1]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 1]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 10]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 10]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 11]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 11]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 12]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 12]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 13]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 13]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 14]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 14]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 15]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 15]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 16]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 16]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 17]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 17]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 18]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 18]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 19]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 19]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 2]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 2]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 20]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 20]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 21]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 21]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 22]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 22]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 23]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 23]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 24]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 24]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 25]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 25]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 26]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 26]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 27]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 27]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 28]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 28]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 29]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 29]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 3]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 3]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 30]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 30]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 31]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 31]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 32]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 32]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 33]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 33]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 34]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 34]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 35]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 35]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 36]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 36]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 37]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 37]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 38]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 38]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 39]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 39]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 4]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 4]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 40]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 40]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 41]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 41]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 42]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 42]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 43]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 43]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 44]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 44]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 45]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 45]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 46]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 46]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 47]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 47]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 48]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 48]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 49]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 49]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 5]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 5]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 50]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 50]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 51]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 51]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 52]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 52]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 53]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 53]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 54]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 54]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 55]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 55]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 56]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 56]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 57]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 57]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 58]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 58]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 59]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 59]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 6]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 6]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 60]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 60]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 61]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 61]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 62]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 62]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 63]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 63]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 64]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 64]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 65]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 65]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 66]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 66]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 67]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 67]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 68]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 68]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 69]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 69]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 7]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 7]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 70]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 70]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 71]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 71]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 72]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 72]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 73]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 73]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 8]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 8]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 9]> for &'a PushBytes

§

fn from(bytes: &'a [u8; 9]) -> &'a PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 0]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 0]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 1]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 1]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 10]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 10]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 11]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 11]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 12]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 12]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 13]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 13]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 14]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 14]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 15]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 15]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 16]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 16]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 17]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 17]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 18]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 18]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 19]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 19]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 2]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 2]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 20]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 20]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 21]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 21]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 22]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 22]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 23]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 23]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 24]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 24]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 25]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 25]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 26]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 26]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 27]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 27]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 28]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 28]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 29]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 29]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 3]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 3]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 30]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 30]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 31]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 31]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 32]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 32]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 33]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 33]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 34]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 34]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 35]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 35]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 36]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 36]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 37]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 37]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 38]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 38]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 39]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 39]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 4]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 4]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 40]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 40]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 41]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 41]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 42]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 42]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 43]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 43]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 44]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 44]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 45]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 45]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 46]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 46]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 47]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 47]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 48]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 48]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 49]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 49]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 5]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 5]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 50]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 50]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 51]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 51]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 52]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 52]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 53]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 53]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 54]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 54]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 55]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 55]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 56]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 56]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 57]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 57]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 58]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 58]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 59]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 59]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 6]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 6]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 60]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 60]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 61]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 61]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 62]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 62]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 63]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 63]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 64]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 64]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 65]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 65]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 66]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 66]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 67]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 67]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 68]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 68]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 69]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 69]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 7]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 7]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 70]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 70]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 71]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 71]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 72]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 72]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 73]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 73]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 8]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 8]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl<'a> From<&'a mut [u8; 9]> for &'a mut PushBytes

§

fn from(bytes: &'a mut [u8; 9]) -> &'a mut PushBytes

Converts to this type from the input type.
§

impl Hash for PushBytes

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
§

impl Index<(Bound<usize>, Bound<usize>)> for PushBytes

Script subslicing operation - read slicing safety!

-
§

type Output = PushBytes

The returned type after indexing.
§

fn index( +

§

type Output = PushBytes

The returned type after indexing.
§

fn index( &self, index: (Bound<usize>, Bound<usize>) ) -> &<PushBytes as Index<(Bound<usize>, Bound<usize>)>>::Output

Performs the indexing (container[index]) operation. Read more
§

impl Index<Range<usize>> for PushBytes

Script subslicing operation - read slicing safety!

-
§

type Output = PushBytes

The returned type after indexing.
§

fn index( +

§

type Output = PushBytes

The returned type after indexing.
§

fn index( &self, index: Range<usize> ) -> &<PushBytes as Index<Range<usize>>>::Output

Performs the indexing (container[index]) operation. Read more
§

impl Index<RangeFrom<usize>> for PushBytes

Script subslicing operation - read slicing safety!

-
§

type Output = PushBytes

The returned type after indexing.
§

fn index( +

§

type Output = PushBytes

The returned type after indexing.
§

fn index( &self, index: RangeFrom<usize> ) -> &<PushBytes as Index<RangeFrom<usize>>>::Output

Performs the indexing (container[index]) operation. Read more
§

impl Index<RangeFull> for PushBytes

Script subslicing operation - read slicing safety!

-
§

type Output = PushBytes

The returned type after indexing.
§

fn index(&self, index: RangeFull) -> &<PushBytes as Index<RangeFull>>::Output

Performs the indexing (container[index]) operation. Read more
§

impl Index<RangeInclusive<usize>> for PushBytes

Script subslicing operation - read slicing safety!

-
§

type Output = PushBytes

The returned type after indexing.
§

fn index( +

§

type Output = PushBytes

The returned type after indexing.
§

fn index(&self, index: RangeFull) -> &<PushBytes as Index<RangeFull>>::Output

Performs the indexing (container[index]) operation. Read more
§

impl Index<RangeInclusive<usize>> for PushBytes

Script subslicing operation - read slicing safety!

+
§

type Output = PushBytes

The returned type after indexing.
§

fn index( &self, index: RangeInclusive<usize> ) -> &<PushBytes as Index<RangeInclusive<usize>>>::Output

Performs the indexing (container[index]) operation. Read more
§

impl Index<RangeTo<usize>> for PushBytes

Script subslicing operation - read slicing safety!

-
§

type Output = PushBytes

The returned type after indexing.
§

fn index( +

§

type Output = PushBytes

The returned type after indexing.
§

fn index( &self, index: RangeTo<usize> ) -> &<PushBytes as Index<RangeTo<usize>>>::Output

Performs the indexing (container[index]) operation. Read more
§

impl Index<RangeToInclusive<usize>> for PushBytes

Script subslicing operation - read slicing safety!

-
§

type Output = PushBytes

The returned type after indexing.
§

fn index( +

§

type Output = PushBytes

The returned type after indexing.
§

fn index( &self, index: RangeToInclusive<usize> ) -> &<PushBytes as Index<RangeToInclusive<usize>>>::Output

Performs the indexing (container[index]) operation. Read more
§

impl Index<usize> for PushBytes

§

type Output = u8

The returned type after indexing.
§

fn index(&self, index: usize) -> &<PushBytes as Index<usize>>::Output

Performs the indexing (container[index]) operation. Read more
§

impl Ord for PushBytes

§

fn cmp(&self, other: &PushBytes) -> Ordering

This method returns an Ordering between self and other. Read more
§

impl PartialEq for PushBytes

§

fn eq(&self, other: &PushBytes) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl PartialOrd for PushBytes

§

fn partial_cmp(&self, other: &PushBytes) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
§

impl ToOwned for PushBytes

§

type Owned = PushBytesBuf

The resulting type after obtaining ownership.
§

fn to_owned(&self) -> <PushBytes as ToOwned>::Owned

Creates owned data from borrowed data, usually by cloning. Read more
1.63.0 · source§

fn clone_into(&self, target: &mut Self::Owned)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<'a> TryFrom<&'a [u8]> for &'a PushBytes

§

type Error = PushBytesError

The type returned in the event of a conversion error.
§

fn try_from( +operator. Read more

§

impl ToOwned for PushBytes

§

type Owned = PushBytesBuf

The resulting type after obtaining ownership.
§

fn to_owned(&self) -> <PushBytes as ToOwned>::Owned

Creates owned data from borrowed data, usually by cloning. Read more
1.63.0 · source§

fn clone_into(&self, target: &mut Self::Owned)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<'a> TryFrom<&'a [u8]> for &'a PushBytes

§

type Error = PushBytesError

The type returned in the event of a conversion error.
§

fn try_from( bytes: &'a [u8] -) -> Result<&'a PushBytes, <&'a PushBytes as TryFrom<&'a [u8]>>::Error>

Performs the conversion.
§

impl<'a> TryFrom<&'a mut [u8]> for &'a mut PushBytes

§

type Error = PushBytesError

The type returned in the event of a conversion error.
§

fn try_from( +) -> Result<&'a PushBytes, <&'a PushBytes as TryFrom<&'a [u8]>>::Error>

Performs the conversion.
§

impl<'a> TryFrom<&'a mut [u8]> for &'a mut PushBytes

§

type Error = PushBytesError

The type returned in the event of a conversion error.
§

fn try_from( bytes: &'a mut [u8] ) -> Result<&'a mut PushBytes, <&'a mut PushBytes as TryFrom<&'a mut [u8]>>::Error>

Performs the conversion.
§

impl Eq for PushBytes

§

impl StructuralPartialEq for PushBytes

Auto Trait Implementations§

§

impl Freeze for PushBytes

§

impl RefUnwindSafe for PushBytes

§

impl Send for PushBytes

§

impl !Sized for PushBytes

§

impl Sync for PushBytes

§

impl Unpin for PushBytes

§

impl UnwindSafe for PushBytes

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/struct.PushBytesBuf.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/struct.PushBytesBuf.html index 8dbdd11885..a74b658009 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/struct.PushBytesBuf.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/struct.PushBytesBuf.html @@ -23,7 +23,7 @@

pub fn as_mut_bytes(&mut self) -> &mut [u8] ⓘ

Returns the underlying mutbale bytes.

pub fn len(&self) -> usize

Returns the number of bytes in buffer.

pub fn is_empty(&self) -> bool

Returns true if the buffer contains zero bytes.

-

Trait Implementations§

§

impl AsMut<PushBytes> for PushBytesBuf

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for PushBytesBuf

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<PushBytes> for PushBytesBuf

§

fn borrow(&self) -> &PushBytes

Immutably borrows from an owned value. Read more
§

impl BorrowMut<PushBytes> for PushBytesBuf

§

fn borrow_mut(&mut self) -> &mut PushBytes

Mutably borrows from an owned value. Read more
§

impl Clone for PushBytesBuf

§

fn clone(&self) -> PushBytesBuf

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for PushBytesBuf

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Default for PushBytesBuf

§

fn default() -> PushBytesBuf

Returns the “default value” for a type. Read more
§

impl Deref for PushBytesBuf

§

type Target = PushBytes

The resulting type after dereferencing.
§

fn deref(&self) -> &<PushBytesBuf as Deref>::Target

Dereferences the value.
§

impl DerefMut for PushBytesBuf

§

fn deref_mut(&mut self) -> &mut <PushBytesBuf as Deref>::Target

Mutably dereferences the value.
§

impl<'a> From<&'a [u8; 0]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 0]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 1]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 1]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 10]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 10]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 11]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 11]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 12]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 12]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 13]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 13]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 14]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 14]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 15]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 15]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 16]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 16]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 17]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 17]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 18]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 18]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 19]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 19]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 2]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 2]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 20]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 20]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 21]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 21]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 22]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 22]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 23]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 23]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 24]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 24]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 25]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 25]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 26]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 26]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 27]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 27]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 28]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 28]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 29]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 29]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 3]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 3]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 30]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 30]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 31]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 31]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 32]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 32]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 33]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 33]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 34]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 34]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 35]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 35]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 36]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 36]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 37]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 37]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 38]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 38]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 39]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 39]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 4]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 4]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 40]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 40]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 41]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 41]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 42]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 42]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 43]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 43]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 44]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 44]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 45]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 45]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 46]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 46]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 47]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 47]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 48]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 48]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 49]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 49]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 5]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 5]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 50]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 50]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 51]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 51]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 52]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 52]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 53]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 53]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 54]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 54]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 55]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 55]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 56]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 56]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 57]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 57]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 58]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 58]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 59]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 59]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 6]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 6]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 60]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 60]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 61]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 61]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 62]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 62]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 63]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 63]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 64]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 64]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 65]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 65]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 66]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 66]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 67]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 67]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 68]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 68]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 69]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 69]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 7]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 7]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 70]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 70]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 71]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 71]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 72]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 72]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 73]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 73]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 8]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 8]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 9]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 9]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 0]> for PushBytesBuf

§

fn from(bytes: [u8; 0]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 1]> for PushBytesBuf

§

fn from(bytes: [u8; 1]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 10]> for PushBytesBuf

§

fn from(bytes: [u8; 10]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 11]> for PushBytesBuf

§

fn from(bytes: [u8; 11]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 12]> for PushBytesBuf

§

fn from(bytes: [u8; 12]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 13]> for PushBytesBuf

§

fn from(bytes: [u8; 13]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 14]> for PushBytesBuf

§

fn from(bytes: [u8; 14]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 15]> for PushBytesBuf

§

fn from(bytes: [u8; 15]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 16]> for PushBytesBuf

§

fn from(bytes: [u8; 16]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 17]> for PushBytesBuf

§

fn from(bytes: [u8; 17]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 18]> for PushBytesBuf

§

fn from(bytes: [u8; 18]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 19]> for PushBytesBuf

§

fn from(bytes: [u8; 19]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 2]> for PushBytesBuf

§

fn from(bytes: [u8; 2]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 20]> for PushBytesBuf

§

fn from(bytes: [u8; 20]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 21]> for PushBytesBuf

§

fn from(bytes: [u8; 21]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 22]> for PushBytesBuf

§

fn from(bytes: [u8; 22]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 23]> for PushBytesBuf

§

fn from(bytes: [u8; 23]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 24]> for PushBytesBuf

§

fn from(bytes: [u8; 24]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 25]> for PushBytesBuf

§

fn from(bytes: [u8; 25]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 26]> for PushBytesBuf

§

fn from(bytes: [u8; 26]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 27]> for PushBytesBuf

§

fn from(bytes: [u8; 27]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 28]> for PushBytesBuf

§

fn from(bytes: [u8; 28]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 29]> for PushBytesBuf

§

fn from(bytes: [u8; 29]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 3]> for PushBytesBuf

§

fn from(bytes: [u8; 3]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 30]> for PushBytesBuf

§

fn from(bytes: [u8; 30]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 31]> for PushBytesBuf

§

fn from(bytes: [u8; 31]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 32]> for PushBytesBuf

§

fn from(bytes: [u8; 32]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 33]> for PushBytesBuf

§

fn from(bytes: [u8; 33]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 34]> for PushBytesBuf

§

fn from(bytes: [u8; 34]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 35]> for PushBytesBuf

§

fn from(bytes: [u8; 35]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 36]> for PushBytesBuf

§

fn from(bytes: [u8; 36]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 37]> for PushBytesBuf

§

fn from(bytes: [u8; 37]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 38]> for PushBytesBuf

§

fn from(bytes: [u8; 38]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 39]> for PushBytesBuf

§

fn from(bytes: [u8; 39]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 4]> for PushBytesBuf

§

fn from(bytes: [u8; 4]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 40]> for PushBytesBuf

§

fn from(bytes: [u8; 40]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 41]> for PushBytesBuf

§

fn from(bytes: [u8; 41]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 42]> for PushBytesBuf

§

fn from(bytes: [u8; 42]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 43]> for PushBytesBuf

§

fn from(bytes: [u8; 43]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 44]> for PushBytesBuf

§

fn from(bytes: [u8; 44]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 45]> for PushBytesBuf

§

fn from(bytes: [u8; 45]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 46]> for PushBytesBuf

§

fn from(bytes: [u8; 46]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 47]> for PushBytesBuf

§

fn from(bytes: [u8; 47]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 48]> for PushBytesBuf

§

fn from(bytes: [u8; 48]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 49]> for PushBytesBuf

§

fn from(bytes: [u8; 49]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 5]> for PushBytesBuf

§

fn from(bytes: [u8; 5]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 50]> for PushBytesBuf

§

fn from(bytes: [u8; 50]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 51]> for PushBytesBuf

§

fn from(bytes: [u8; 51]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 52]> for PushBytesBuf

§

fn from(bytes: [u8; 52]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 53]> for PushBytesBuf

§

fn from(bytes: [u8; 53]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 54]> for PushBytesBuf

§

fn from(bytes: [u8; 54]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 55]> for PushBytesBuf

§

fn from(bytes: [u8; 55]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 56]> for PushBytesBuf

§

fn from(bytes: [u8; 56]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 57]> for PushBytesBuf

§

fn from(bytes: [u8; 57]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 58]> for PushBytesBuf

§

fn from(bytes: [u8; 58]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 59]> for PushBytesBuf

§

fn from(bytes: [u8; 59]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 6]> for PushBytesBuf

§

fn from(bytes: [u8; 6]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 60]> for PushBytesBuf

§

fn from(bytes: [u8; 60]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 61]> for PushBytesBuf

§

fn from(bytes: [u8; 61]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 62]> for PushBytesBuf

§

fn from(bytes: [u8; 62]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 63]> for PushBytesBuf

§

fn from(bytes: [u8; 63]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 64]> for PushBytesBuf

§

fn from(bytes: [u8; 64]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 65]> for PushBytesBuf

§

fn from(bytes: [u8; 65]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 66]> for PushBytesBuf

§

fn from(bytes: [u8; 66]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 67]> for PushBytesBuf

§

fn from(bytes: [u8; 67]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 68]> for PushBytesBuf

§

fn from(bytes: [u8; 68]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 69]> for PushBytesBuf

§

fn from(bytes: [u8; 69]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 7]> for PushBytesBuf

§

fn from(bytes: [u8; 7]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 70]> for PushBytesBuf

§

fn from(bytes: [u8; 70]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 71]> for PushBytesBuf

§

fn from(bytes: [u8; 71]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 72]> for PushBytesBuf

§

fn from(bytes: [u8; 72]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 73]> for PushBytesBuf

§

fn from(bytes: [u8; 73]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 8]> for PushBytesBuf

§

fn from(bytes: [u8; 8]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 9]> for PushBytesBuf

§

fn from(bytes: [u8; 9]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<PubkeyHash> for PushBytesBuf

§

fn from(hash: PubkeyHash) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<PushBytesBuf> for Vec<u8>

§

fn from(value: PushBytesBuf) -> Vec<u8> ⓘ

Converts to this type from the input type.
§

impl From<ScriptHash> for PushBytesBuf

§

fn from(hash: ScriptHash) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<WPubkeyHash> for PushBytesBuf

§

fn from(hash: WPubkeyHash) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<WScriptHash> for PushBytesBuf

§

fn from(hash: WScriptHash) -> PushBytesBuf

Converts to this type from the input type.
§

impl Hash for PushBytesBuf

§

fn hash<__H>(&self, state: &mut __H)
where +

Trait Implementations§

§

impl AsMut<PushBytes> for PushBytesBuf

§

fn as_mut(&mut self) -> &mut PushBytes

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for PushBytesBuf

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<PushBytes> for PushBytesBuf

§

fn borrow(&self) -> &PushBytes

Immutably borrows from an owned value. Read more
§

impl BorrowMut<PushBytes> for PushBytesBuf

§

fn borrow_mut(&mut self) -> &mut PushBytes

Mutably borrows from an owned value. Read more
§

impl Clone for PushBytesBuf

§

fn clone(&self) -> PushBytesBuf

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for PushBytesBuf

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Default for PushBytesBuf

§

fn default() -> PushBytesBuf

Returns the “default value” for a type. Read more
§

impl Deref for PushBytesBuf

§

type Target = PushBytes

The resulting type after dereferencing.
§

fn deref(&self) -> &<PushBytesBuf as Deref>::Target

Dereferences the value.
§

impl DerefMut for PushBytesBuf

§

fn deref_mut(&mut self) -> &mut <PushBytesBuf as Deref>::Target

Mutably dereferences the value.
§

impl<'a> From<&'a [u8; 0]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 0]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 1]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 1]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 10]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 10]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 11]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 11]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 12]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 12]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 13]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 13]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 14]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 14]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 15]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 15]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 16]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 16]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 17]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 17]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 18]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 18]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 19]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 19]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 2]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 2]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 20]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 20]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 21]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 21]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 22]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 22]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 23]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 23]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 24]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 24]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 25]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 25]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 26]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 26]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 27]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 27]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 28]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 28]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 29]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 29]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 3]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 3]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 30]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 30]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 31]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 31]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 32]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 32]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 33]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 33]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 34]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 34]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 35]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 35]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 36]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 36]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 37]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 37]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 38]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 38]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 39]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 39]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 4]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 4]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 40]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 40]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 41]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 41]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 42]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 42]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 43]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 43]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 44]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 44]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 45]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 45]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 46]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 46]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 47]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 47]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 48]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 48]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 49]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 49]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 5]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 5]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 50]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 50]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 51]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 51]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 52]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 52]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 53]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 53]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 54]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 54]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 55]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 55]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 56]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 56]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 57]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 57]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 58]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 58]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 59]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 59]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 6]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 6]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 60]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 60]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 61]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 61]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 62]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 62]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 63]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 63]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 64]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 64]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 65]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 65]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 66]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 66]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 67]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 67]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 68]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 68]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 69]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 69]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 7]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 7]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 70]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 70]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 71]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 71]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 72]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 72]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 73]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 73]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 8]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 8]) -> PushBytesBuf

Converts to this type from the input type.
§

impl<'a> From<&'a [u8; 9]> for PushBytesBuf

§

fn from(bytes: &'a [u8; 9]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 0]> for PushBytesBuf

§

fn from(bytes: [u8; 0]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 1]> for PushBytesBuf

§

fn from(bytes: [u8; 1]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 10]> for PushBytesBuf

§

fn from(bytes: [u8; 10]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 11]> for PushBytesBuf

§

fn from(bytes: [u8; 11]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 12]> for PushBytesBuf

§

fn from(bytes: [u8; 12]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 13]> for PushBytesBuf

§

fn from(bytes: [u8; 13]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 14]> for PushBytesBuf

§

fn from(bytes: [u8; 14]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 15]> for PushBytesBuf

§

fn from(bytes: [u8; 15]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 16]> for PushBytesBuf

§

fn from(bytes: [u8; 16]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 17]> for PushBytesBuf

§

fn from(bytes: [u8; 17]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 18]> for PushBytesBuf

§

fn from(bytes: [u8; 18]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 19]> for PushBytesBuf

§

fn from(bytes: [u8; 19]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 2]> for PushBytesBuf

§

fn from(bytes: [u8; 2]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 20]> for PushBytesBuf

§

fn from(bytes: [u8; 20]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 21]> for PushBytesBuf

§

fn from(bytes: [u8; 21]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 22]> for PushBytesBuf

§

fn from(bytes: [u8; 22]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 23]> for PushBytesBuf

§

fn from(bytes: [u8; 23]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 24]> for PushBytesBuf

§

fn from(bytes: [u8; 24]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 25]> for PushBytesBuf

§

fn from(bytes: [u8; 25]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 26]> for PushBytesBuf

§

fn from(bytes: [u8; 26]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 27]> for PushBytesBuf

§

fn from(bytes: [u8; 27]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 28]> for PushBytesBuf

§

fn from(bytes: [u8; 28]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 29]> for PushBytesBuf

§

fn from(bytes: [u8; 29]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 3]> for PushBytesBuf

§

fn from(bytes: [u8; 3]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 30]> for PushBytesBuf

§

fn from(bytes: [u8; 30]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 31]> for PushBytesBuf

§

fn from(bytes: [u8; 31]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 32]> for PushBytesBuf

§

fn from(bytes: [u8; 32]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 33]> for PushBytesBuf

§

fn from(bytes: [u8; 33]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 34]> for PushBytesBuf

§

fn from(bytes: [u8; 34]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 35]> for PushBytesBuf

§

fn from(bytes: [u8; 35]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 36]> for PushBytesBuf

§

fn from(bytes: [u8; 36]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 37]> for PushBytesBuf

§

fn from(bytes: [u8; 37]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 38]> for PushBytesBuf

§

fn from(bytes: [u8; 38]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 39]> for PushBytesBuf

§

fn from(bytes: [u8; 39]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 4]> for PushBytesBuf

§

fn from(bytes: [u8; 4]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 40]> for PushBytesBuf

§

fn from(bytes: [u8; 40]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 41]> for PushBytesBuf

§

fn from(bytes: [u8; 41]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 42]> for PushBytesBuf

§

fn from(bytes: [u8; 42]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 43]> for PushBytesBuf

§

fn from(bytes: [u8; 43]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 44]> for PushBytesBuf

§

fn from(bytes: [u8; 44]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 45]> for PushBytesBuf

§

fn from(bytes: [u8; 45]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 46]> for PushBytesBuf

§

fn from(bytes: [u8; 46]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 47]> for PushBytesBuf

§

fn from(bytes: [u8; 47]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 48]> for PushBytesBuf

§

fn from(bytes: [u8; 48]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 49]> for PushBytesBuf

§

fn from(bytes: [u8; 49]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 5]> for PushBytesBuf

§

fn from(bytes: [u8; 5]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 50]> for PushBytesBuf

§

fn from(bytes: [u8; 50]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 51]> for PushBytesBuf

§

fn from(bytes: [u8; 51]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 52]> for PushBytesBuf

§

fn from(bytes: [u8; 52]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 53]> for PushBytesBuf

§

fn from(bytes: [u8; 53]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 54]> for PushBytesBuf

§

fn from(bytes: [u8; 54]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 55]> for PushBytesBuf

§

fn from(bytes: [u8; 55]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 56]> for PushBytesBuf

§

fn from(bytes: [u8; 56]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 57]> for PushBytesBuf

§

fn from(bytes: [u8; 57]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 58]> for PushBytesBuf

§

fn from(bytes: [u8; 58]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 59]> for PushBytesBuf

§

fn from(bytes: [u8; 59]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 6]> for PushBytesBuf

§

fn from(bytes: [u8; 6]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 60]> for PushBytesBuf

§

fn from(bytes: [u8; 60]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 61]> for PushBytesBuf

§

fn from(bytes: [u8; 61]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 62]> for PushBytesBuf

§

fn from(bytes: [u8; 62]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 63]> for PushBytesBuf

§

fn from(bytes: [u8; 63]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 64]> for PushBytesBuf

§

fn from(bytes: [u8; 64]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 65]> for PushBytesBuf

§

fn from(bytes: [u8; 65]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 66]> for PushBytesBuf

§

fn from(bytes: [u8; 66]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 67]> for PushBytesBuf

§

fn from(bytes: [u8; 67]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 68]> for PushBytesBuf

§

fn from(bytes: [u8; 68]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 69]> for PushBytesBuf

§

fn from(bytes: [u8; 69]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 7]> for PushBytesBuf

§

fn from(bytes: [u8; 7]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 70]> for PushBytesBuf

§

fn from(bytes: [u8; 70]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 71]> for PushBytesBuf

§

fn from(bytes: [u8; 71]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 72]> for PushBytesBuf

§

fn from(bytes: [u8; 72]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 73]> for PushBytesBuf

§

fn from(bytes: [u8; 73]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 8]> for PushBytesBuf

§

fn from(bytes: [u8; 8]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<[u8; 9]> for PushBytesBuf

§

fn from(bytes: [u8; 9]) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<PubkeyHash> for PushBytesBuf

§

fn from(hash: PubkeyHash) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<PushBytesBuf> for Vec<u8>

§

fn from(value: PushBytesBuf) -> Vec<u8> ⓘ

Converts to this type from the input type.
§

impl From<ScriptHash> for PushBytesBuf

§

fn from(hash: ScriptHash) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<WPubkeyHash> for PushBytesBuf

§

fn from(hash: WPubkeyHash) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<WScriptHash> for PushBytesBuf

§

fn from(hash: WScriptHash) -> PushBytesBuf

Converts to this type from the input type.
§

impl Hash for PushBytesBuf

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl Ord for PushBytesBuf

§

fn cmp(&self, other: &PushBytesBuf) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/struct.Script.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/struct.Script.html index 12a1f0070f..f117b84cfe 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/struct.Script.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/struct.Script.html @@ -143,41 +143,41 @@ For better performance you should generally prefer displaying the script but if required (this is common in tests) this method can be used.

pub fn first_opcode(&self) -> Option<Opcode>

Returns the first opcode of the script (if there is any).

pub fn into_script_buf(self: Box<Script>) -> ScriptBuf

Converts a Box<Script> into a ScriptBuf without copying or allocating.

-

Trait Implementations§

§

impl AsMut<[u8]> for Script

§

fn as_mut(&mut self) -> &mut [u8] ⓘ

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<Script> for Script

§

fn as_mut(&mut self) -> &mut Script

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<Script> for ScriptBuf

§

fn as_mut(&mut self) -> &mut Script

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsRef<[u8]> for Script

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<Script> for Script

§

fn as_ref(&self) -> &Script

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<Script> for ScriptBuf

§

fn as_ref(&self) -> &Script

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<Script> for ScriptBuf

§

fn borrow(&self) -> &Script

Immutably borrows from an owned value. Read more
§

impl BorrowMut<Script> for ScriptBuf

§

fn borrow_mut(&mut self) -> &mut Script

Mutably borrows from an owned value. Read more
§

impl Debug for Script

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for &'de Script

Can only deserialize borrowed bytes.

+

Trait Implementations§

§

impl AsMut<[u8]> for Script

§

fn as_mut(&mut self) -> &mut [u8] ⓘ

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<Script> for Script

§

fn as_mut(&mut self) -> &mut Script

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<Script> for ScriptBuf

§

fn as_mut(&mut self) -> &mut Script

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsRef<[u8]> for Script

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<Script> for Script

§

fn as_ref(&self) -> &Script

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<Script> for ScriptBuf

§

fn as_ref(&self) -> &Script

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<Script> for ScriptBuf

§

fn borrow(&self) -> &Script

Immutably borrows from an owned value. Read more
§

impl BorrowMut<Script> for ScriptBuf

§

fn borrow_mut(&mut self) -> &mut Script

Mutably borrows from an owned value. Read more
§

impl Debug for Script

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for &'de Script

Can only deserialize borrowed bytes.

§

fn deserialize<D>( deserializer: D ) -> Result<&'de Script, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for Script

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Encodable for Script

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl<'a> From<&'a Script> for Arc<Script>

Note: This will fail to compile on old Rust for targets that don’t support atomics

-
§

fn from(value: &'a Script) -> Arc<Script>

Converts to this type from the input type.
§

impl<'a> From<&'a Script> for Box<Script>

§

fn from(value: &'a Script) -> Box<Script>

Converts to this type from the input type.
§

impl<'a> From<&'a Script> for Cow<'a, Script>

§

fn from(value: &'a Script) -> Cow<'a, Script>

Converts to this type from the input type.
§

impl<'a> From<&'a Script> for Rc<Script>

§

fn from(value: &'a Script) -> Rc<Script>

Converts to this type from the input type.
§

impl<'a> From<&'a Script> for ScriptBuf

§

fn from(value: &'a Script) -> ScriptBuf

Converts to this type from the input type.
§

impl From<&Script> for ScriptHash

§

fn from(script: &Script) -> ScriptHash

Converts to this type from the input type.
§

impl From<&Script> for WScriptHash

§

fn from(script: &Script) -> WScriptHash

Converts to this type from the input type.
§

impl<'a> From<Cow<'a, Script>> for Box<Script>

§

fn from(value: Cow<'a, Script>) -> Box<Script>

Converts to this type from the input type.
§

impl From<ScriptBuf> for Box<Script>

§

fn from(v: ScriptBuf) -> Box<Script>

Converts to this type from the input type.
§

impl Hash for Script

§

fn hash<__H>(&self, state: &mut __H)
where +
§

fn from(value: &'a Script) -> Arc<Script>

Converts to this type from the input type.

§

impl<'a> From<&'a Script> for Box<Script>

§

fn from(value: &'a Script) -> Box<Script>

Converts to this type from the input type.
§

impl<'a> From<&'a Script> for Cow<'a, Script>

§

fn from(value: &'a Script) -> Cow<'a, Script>

Converts to this type from the input type.
§

impl<'a> From<&'a Script> for Rc<Script>

§

fn from(value: &'a Script) -> Rc<Script>

Converts to this type from the input type.
§

impl<'a> From<&'a Script> for ScriptBuf

§

fn from(value: &'a Script) -> ScriptBuf

Converts to this type from the input type.
§

impl From<&Script> for ScriptHash

§

fn from(script: &Script) -> ScriptHash

Converts to this type from the input type.
§

impl From<&Script> for WScriptHash

§

fn from(script: &Script) -> WScriptHash

Converts to this type from the input type.
§

impl<'a> From<Cow<'a, Script>> for Box<Script>

§

fn from(value: Cow<'a, Script>) -> Box<Script>

Converts to this type from the input type.
§

impl From<ScriptBuf> for Box<Script>

§

fn from(v: ScriptBuf) -> Box<Script>

Converts to this type from the input type.
§

impl Hash for Script

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
§

impl Index<(Bound<usize>, Bound<usize>)> for Script

Script subslicing operation - read slicing safety!

-
§

type Output = Script

The returned type after indexing.
§

fn index( +

§

type Output = Script

The returned type after indexing.
§

fn index( &self, index: (Bound<usize>, Bound<usize>) ) -> &<Script as Index<(Bound<usize>, Bound<usize>)>>::Output

Performs the indexing (container[index]) operation. Read more
§

impl Index<Range<usize>> for Script

Script subslicing operation - read slicing safety!

-
§

type Output = Script

The returned type after indexing.
§

fn index(&self, index: Range<usize>) -> &<Script as Index<Range<usize>>>::Output

Performs the indexing (container[index]) operation. Read more
§

impl Index<RangeFrom<usize>> for Script

Script subslicing operation - read slicing safety!

+
§

type Output = Script

The returned type after indexing.
§

fn index(&self, index: Range<usize>) -> &<Script as Index<Range<usize>>>::Output

Performs the indexing (container[index]) operation. Read more
§

impl Index<RangeFrom<usize>> for Script

Script subslicing operation - read slicing safety!

§

type Output = Script

The returned type after indexing.
§

fn index( &self, index: RangeFrom<usize> ) -> &<Script as Index<RangeFrom<usize>>>::Output

Performs the indexing (container[index]) operation. Read more
§

impl Index<RangeFull> for Script

Script subslicing operation - read slicing safety!

-
§

type Output = Script

The returned type after indexing.
§

fn index(&self, index: RangeFull) -> &<Script as Index<RangeFull>>::Output

Performs the indexing (container[index]) operation. Read more
§

impl Index<RangeInclusive<usize>> for Script

Script subslicing operation - read slicing safety!

-
§

type Output = Script

The returned type after indexing.
§

fn index( +

§

type Output = Script

The returned type after indexing.
§

fn index(&self, index: RangeFull) -> &<Script as Index<RangeFull>>::Output

Performs the indexing (container[index]) operation. Read more
§

impl Index<RangeInclusive<usize>> for Script

Script subslicing operation - read slicing safety!

+
§

type Output = Script

The returned type after indexing.
§

fn index( &self, index: RangeInclusive<usize> ) -> &<Script as Index<RangeInclusive<usize>>>::Output

Performs the indexing (container[index]) operation. Read more
§

impl Index<RangeTo<usize>> for Script

Script subslicing operation - read slicing safety!

-
§

type Output = Script

The returned type after indexing.
§

fn index( +

§

type Output = Script

The returned type after indexing.
§

fn index( &self, index: RangeTo<usize> ) -> &<Script as Index<RangeTo<usize>>>::Output

Performs the indexing (container[index]) operation. Read more
§

impl Index<RangeToInclusive<usize>> for Script

Script subslicing operation - read slicing safety!

-
§

type Output = Script

The returned type after indexing.
§

fn index( +

§

type Output = Script

The returned type after indexing.
§

fn index( &self, index: RangeToInclusive<usize> -) -> &<Script as Index<RangeToInclusive<usize>>>::Output

Performs the indexing (container[index]) operation. Read more
§

impl LowerHex for Script

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Ord for Script

§

fn cmp(&self, other: &Script) -> Ordering

This method returns an Ordering between self and other. Read more
§

impl PartialEq<Script> for ScriptBuf

§

fn eq(&self, other: &Script) -> bool

This method tests for self and other values to be equal, and is used -by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
§

impl PartialEq<ScriptBuf> for Script

§

fn eq(&self, other: &ScriptBuf) -> bool

This method tests for self and other values to be equal, and is used +) -> &<Script as Index<RangeToInclusive<usize>>>::Output
Performs the indexing (container[index]) operation. Read more
§

impl LowerHex for Script

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Ord for Script

§

fn cmp(&self, other: &Script) -> Ordering

This method returns an Ordering between self and other. Read more
§

impl PartialEq<Script> for ScriptBuf

§

fn eq(&self, other: &Script) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
§

impl PartialEq for Script

§

fn eq(&self, other: &Script) -> bool

This method tests for self and other values to be equal, and is used +sufficient, and should not be overridden without very good reason.
§

impl PartialEq<ScriptBuf> for Script

§

fn eq(&self, other: &ScriptBuf) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always +sufficient, and should not be overridden without very good reason.
§

impl PartialEq for Script

§

fn eq(&self, other: &Script) -> bool

This method tests for self and other values to be equal, and is used +by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl PartialOrd<Script> for ScriptBuf

§

fn partial_cmp(&self, other: &Script) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
§

impl PartialOrd<ScriptBuf> for Script

§

fn partial_cmp(&self, other: &ScriptBuf) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/struct.ScriptBuf.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/struct.ScriptBuf.html index fb3a87e2b0..7b38473d09 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/struct.ScriptBuf.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/struct.ScriptBuf.html @@ -188,19 +188,19 @@ required (this is common in tests) this method can be used.

) -> Result<ScriptBuf, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§

impl Display for ScriptBuf

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Encodable for ScriptBuf

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl<'a> Extend<Instruction<'a>> for ScriptBuf

§

fn extend<T>(&mut self, iter: T)
where - T: IntoIterator<Item = Instruction<'a>>,

Extends a collection with the contents of an iterator. Read more
source§

fn extend_one(&mut self, item: A)

🔬This is a nightly-only experimental API. (extend_one)
Extends a collection with exactly one element.
source§

fn extend_reserve(&mut self, additional: usize)

🔬This is a nightly-only experimental API. (extend_one)
Reserves capacity in a collection for the given number of additional elements. Read more
§

impl<'a> From<&'a Script> for ScriptBuf

§

fn from(value: &'a Script) -> ScriptBuf

Converts to this type from the input type.
§

impl From<&ScriptBuf> for ScriptHash

§

fn from(script: &ScriptBuf) -> ScriptHash

Converts to this type from the input type.
§

impl From<&ScriptBuf> for WScriptHash

§

fn from(script: &ScriptBuf) -> WScriptHash

Converts to this type from the input type.
§

impl From<Address> for ScriptBuf

§

fn from(a: Address) -> ScriptBuf

Converts to this type from the input type.
§

impl<'a> From<Cow<'a, Script>> for ScriptBuf

§

fn from(value: Cow<'a, Script>) -> ScriptBuf

Converts to this type from the input type.
§

impl From<ScriptBuf> for Box<Script>

§

fn from(v: ScriptBuf) -> Box<Script>

Converts to this type from the input type.
§

impl From<ScriptBuf> for Cow<'_, Script>

§

fn from(value: ScriptBuf) -> Cow<'_, Script>

Converts to this type from the input type.
§

impl From<ScriptBuf> for ScriptHash

§

fn from(script: ScriptBuf) -> ScriptHash

Converts to this type from the input type.
§

impl From<ScriptBuf> for Vec<u8>

§

fn from(v: ScriptBuf) -> Vec<u8> ⓘ

Converts to this type from the input type.
§

impl From<ScriptBuf> for WScriptHash

§

fn from(script: ScriptBuf) -> WScriptHash

Converts to this type from the input type.
§

impl From<Vec<u8>> for ScriptBuf

§

fn from(v: Vec<u8>) -> ScriptBuf

Converts to this type from the input type.
§

impl<'a> FromIterator<Instruction<'a>> for ScriptBuf

§

fn from_iter<T>(iter: T) -> ScriptBuf
where + T: IntoIterator<Item = Instruction<'a>>,

Extends a collection with the contents of an iterator. Read more
source§

fn extend_one(&mut self, item: A)

🔬This is a nightly-only experimental API. (extend_one)
Extends a collection with exactly one element.
source§

fn extend_reserve(&mut self, additional: usize)

🔬This is a nightly-only experimental API. (extend_one)
Reserves capacity in a collection for the given number of additional elements. Read more
§

impl<'a> From<&'a Script> for ScriptBuf

§

fn from(value: &'a Script) -> ScriptBuf

Converts to this type from the input type.
§

impl From<&ScriptBuf> for ScriptHash

§

fn from(script: &ScriptBuf) -> ScriptHash

Converts to this type from the input type.
§

impl From<&ScriptBuf> for WScriptHash

§

fn from(script: &ScriptBuf) -> WScriptHash

Converts to this type from the input type.
§

impl From<Address> for ScriptBuf

§

fn from(a: Address) -> ScriptBuf

Converts to this type from the input type.
§

impl<'a> From<Cow<'a, Script>> for ScriptBuf

§

fn from(value: Cow<'a, Script>) -> ScriptBuf

Converts to this type from the input type.
§

impl From<ScriptBuf> for Box<Script>

§

fn from(v: ScriptBuf) -> Box<Script>

Converts to this type from the input type.
§

impl From<ScriptBuf> for Cow<'_, Script>

§

fn from(value: ScriptBuf) -> Cow<'_, Script>

Converts to this type from the input type.
§

impl From<ScriptBuf> for ScriptHash

§

fn from(script: ScriptBuf) -> ScriptHash

Converts to this type from the input type.
§

impl From<ScriptBuf> for Vec<u8>

§

fn from(v: ScriptBuf) -> Vec<u8> ⓘ

Converts to this type from the input type.
§

impl From<ScriptBuf> for WScriptHash

§

fn from(script: ScriptBuf) -> WScriptHash

Converts to this type from the input type.
§

impl From<Vec<u8>> for ScriptBuf

§

fn from(v: Vec<u8>) -> ScriptBuf

Converts to this type from the input type.
§

impl<'a> FromIterator<Instruction<'a>> for ScriptBuf

§

fn from_iter<T>(iter: T) -> ScriptBuf
where T: IntoIterator<Item = Instruction<'a>>,

Creates a value from an iterator. Read more
§

impl Hash for ScriptBuf

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl LowerHex for ScriptBuf

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Ord for ScriptBuf

§

fn cmp(&self, other: &ScriptBuf) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where - Self: Sized + PartialOrd,

Restrict a value to a certain interval. Read more
§

impl PartialEq<Script> for ScriptBuf

§

fn eq(&self, other: &Script) -> bool

This method tests for self and other values to be equal, and is used -by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
§

impl PartialEq<ScriptBuf> for Script

§

fn eq(&self, other: &ScriptBuf) -> bool

This method tests for self and other values to be equal, and is used + Self: Sized + PartialOrd,
Restrict a value to a certain interval. Read more
§

impl PartialEq<Script> for ScriptBuf

§

fn eq(&self, other: &Script) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
§

impl PartialEq for ScriptBuf

§

fn eq(&self, other: &ScriptBuf) -> bool

This method tests for self and other values to be equal, and is used +sufficient, and should not be overridden without very good reason.
§

impl PartialEq<ScriptBuf> for Script

§

fn eq(&self, other: &ScriptBuf) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always +sufficient, and should not be overridden without very good reason.
§

impl PartialEq for ScriptBuf

§

fn eq(&self, other: &ScriptBuf) -> bool

This method tests for self and other values to be equal, and is used +by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl PartialOrd<Script> for ScriptBuf

§

fn partial_cmp(&self, other: &Script) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
§

impl PartialOrd<ScriptBuf> for Script

§

fn partial_cmp(&self, other: &ScriptBuf) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= @@ -227,5 +227,5 @@ operator. Display + ?Sized,
source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/struct.ScriptHash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/struct.ScriptHash.html index 1073de0221..94c3e8f9c3 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/struct.ScriptHash.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/struct.ScriptHash.html @@ -2,12 +2,12 @@

Implementations§

§

impl ScriptHash

pub fn from_raw_hash(inner: Hash) -> ScriptHash

Creates this wrapper type from the inner hash type.

pub fn to_raw_hash(self) -> Hash

Returns the inner hash (sha256, sh256d etc.).

pub fn as_raw_hash(&self) -> &Hash

Returns a reference to the inner hash (sha256, sh256d etc.).

-

Trait Implementations§

§

impl AsRef<[u8]> for ScriptHash

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 20]> for ScriptHash

§

fn as_ref(&self) -> &[u8; 20]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for ScriptHash

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for ScriptHash

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Clone for ScriptHash

§

fn clone(&self) -> ScriptHash

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for ScriptHash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for ScriptHash

§

fn deserialize<D>(d: D) -> Result<ScriptHash, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for ScriptHash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl From<&Script> for ScriptHash

§

fn from(script: &Script) -> ScriptHash

Converts to this type from the input type.
§

impl From<&ScriptBuf> for ScriptHash

§

fn from(script: &ScriptBuf) -> ScriptHash

Converts to this type from the input type.
§

impl From<Hash> for ScriptHash

§

fn from(inner: Hash) -> ScriptHash

Converts to this type from the input type.
§

impl From<ScriptBuf> for ScriptHash

§

fn from(script: ScriptBuf) -> ScriptHash

Converts to this type from the input type.
§

impl From<ScriptHash> for Hash

§

fn from(hashtype: ScriptHash) -> Hash

Converts to this type from the input type.
§

impl From<ScriptHash> for PushBytesBuf

§

fn from(hash: ScriptHash) -> PushBytesBuf

Converts to this type from the input type.
§

impl FromStr for ScriptHash

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<ScriptHash, <ScriptHash as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for ScriptHash

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected +

Trait Implementations§

§

impl AsRef<[u8]> for ScriptHash

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 20]> for ScriptHash

§

fn as_ref(&self) -> &[u8; 20]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for ScriptHash

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for ScriptHash

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Clone for ScriptHash

§

fn clone(&self) -> ScriptHash

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for ScriptHash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for ScriptHash

§

fn deserialize<D>(d: D) -> Result<ScriptHash, <D as Deserializer<'de>>::Error>
where + D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for ScriptHash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl From<&Script> for ScriptHash

§

fn from(script: &Script) -> ScriptHash

Converts to this type from the input type.
§

impl From<&ScriptBuf> for ScriptHash

§

fn from(script: &ScriptBuf) -> ScriptHash

Converts to this type from the input type.
§

impl From<Hash> for ScriptHash

§

fn from(inner: Hash) -> ScriptHash

Converts to this type from the input type.
§

impl From<ScriptBuf> for ScriptHash

§

fn from(script: ScriptBuf) -> ScriptHash

Converts to this type from the input type.
§

impl From<ScriptHash> for Hash

§

fn from(hashtype: ScriptHash) -> Hash

Converts to this type from the input type.
§

impl From<ScriptHash> for PushBytesBuf

§

fn from(hash: ScriptHash) -> PushBytesBuf

Converts to this type from the input type.
§

impl FromStr for ScriptHash

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<ScriptHash, <ScriptHash as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for ScriptHash

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
§

const LEN: usize = 20usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = false

Flag indicating whether user-visible serializations of this hash +any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
§

const LEN: usize = 20usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = false

Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
§

fn engine() -> <ScriptHash as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: <ScriptHash as Hash>::Engine) -> ScriptHash

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<ScriptHash, FromSliceError>

Copies a byte slice into a hash object.
§

fn from_byte_array(bytes: <ScriptHash as Hash>::Bytes) -> ScriptHash

Constructs a hash from the underlying byte array.
§

fn to_byte_array(self) -> <ScriptHash as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<ScriptHash as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn all_zeros() -> ScriptHash

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where +true for Sha256dHash, so here we are.

§

fn engine() -> <ScriptHash as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: <ScriptHash as Hash>::Engine) -> ScriptHash

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<ScriptHash, FromSliceError>

Copies a byte slice into a hash object.
§

fn from_byte_array(bytes: <ScriptHash as Hash>::Bytes) -> ScriptHash

Constructs a hash from the underlying byte array.
§

fn to_byte_array(self) -> <ScriptHash as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<ScriptHash as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn all_zeros() -> ScriptHash

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where B: AsRef<[u8]>, I: IntoIterator<Item = B>,

Hashes all the byte slices retrieved from the iterator together.
§

impl Hash for ScriptHash

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where @@ -20,12 +20,12 @@ true for Sha256dHash, so here we are.

==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl PartialOrd for ScriptHash

§

fn partial_cmp(&self, other: &ScriptHash) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
§

impl SerdeHash for ScriptHash

§

const N: usize = 20usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<ScriptHash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( +operator. Read more

§

impl SerdeHash for ScriptHash

§

const N: usize = 20usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<ScriptHash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where S: Serializer,

Do serde serialization.
§

fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for ScriptHash

§

fn serialize<S>( + D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for ScriptHash

§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where @@ -44,5 +44,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/struct.WScriptHash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/struct.WScriptHash.html index beabbb27ca..6a275d6503 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/struct.WScriptHash.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/struct.WScriptHash.html @@ -2,12 +2,12 @@

Implementations§

§

impl WScriptHash

pub fn from_raw_hash(inner: Hash) -> WScriptHash

Creates this wrapper type from the inner hash type.

pub fn to_raw_hash(self) -> Hash

Returns the inner hash (sha256, sh256d etc.).

pub fn as_raw_hash(&self) -> &Hash

Returns a reference to the inner hash (sha256, sh256d etc.).

-

Trait Implementations§

§

impl AsRef<[u8]> for WScriptHash

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 32]> for WScriptHash

§

fn as_ref(&self) -> &[u8; 32]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for WScriptHash

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for WScriptHash

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Clone for WScriptHash

§

fn clone(&self) -> WScriptHash

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for WScriptHash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for WScriptHash

§

fn deserialize<D>(d: D) -> Result<WScriptHash, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for WScriptHash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl From<&Script> for WScriptHash

§

fn from(script: &Script) -> WScriptHash

Converts to this type from the input type.
§

impl From<&ScriptBuf> for WScriptHash

§

fn from(script: &ScriptBuf) -> WScriptHash

Converts to this type from the input type.
§

impl From<Hash> for WScriptHash

§

fn from(inner: Hash) -> WScriptHash

Converts to this type from the input type.
§

impl From<ScriptBuf> for WScriptHash

§

fn from(script: ScriptBuf) -> WScriptHash

Converts to this type from the input type.
§

impl From<WScriptHash> for Hash

§

fn from(hashtype: WScriptHash) -> Hash

Converts to this type from the input type.
§

impl From<WScriptHash> for PushBytesBuf

§

fn from(hash: WScriptHash) -> PushBytesBuf

Converts to this type from the input type.
§

impl FromStr for WScriptHash

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<WScriptHash, <WScriptHash as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for WScriptHash

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected +

Trait Implementations§

§

impl AsRef<[u8]> for WScriptHash

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 32]> for WScriptHash

§

fn as_ref(&self) -> &[u8; 32]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for WScriptHash

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for WScriptHash

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Clone for WScriptHash

§

fn clone(&self) -> WScriptHash

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for WScriptHash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for WScriptHash

§

fn deserialize<D>(d: D) -> Result<WScriptHash, <D as Deserializer<'de>>::Error>
where + D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for WScriptHash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl From<&Script> for WScriptHash

§

fn from(script: &Script) -> WScriptHash

Converts to this type from the input type.
§

impl From<&ScriptBuf> for WScriptHash

§

fn from(script: &ScriptBuf) -> WScriptHash

Converts to this type from the input type.
§

impl From<Hash> for WScriptHash

§

fn from(inner: Hash) -> WScriptHash

Converts to this type from the input type.
§

impl From<ScriptBuf> for WScriptHash

§

fn from(script: ScriptBuf) -> WScriptHash

Converts to this type from the input type.
§

impl From<WScriptHash> for Hash

§

fn from(hashtype: WScriptHash) -> Hash

Converts to this type from the input type.
§

impl From<WScriptHash> for PushBytesBuf

§

fn from(hash: WScriptHash) -> PushBytesBuf

Converts to this type from the input type.
§

impl FromStr for WScriptHash

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<WScriptHash, <WScriptHash as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for WScriptHash

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
§

const LEN: usize = 32usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = false

Flag indicating whether user-visible serializations of this hash +any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
§

const LEN: usize = 32usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = false

Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
§

fn engine() -> <WScriptHash as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: <WScriptHash as Hash>::Engine) -> WScriptHash

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<WScriptHash, FromSliceError>

Copies a byte slice into a hash object.
§

fn from_byte_array(bytes: <WScriptHash as Hash>::Bytes) -> WScriptHash

Constructs a hash from the underlying byte array.
§

fn to_byte_array(self) -> <WScriptHash as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<WScriptHash as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn all_zeros() -> WScriptHash

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where +true for Sha256dHash, so here we are.

§

fn engine() -> <WScriptHash as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: <WScriptHash as Hash>::Engine) -> WScriptHash

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<WScriptHash, FromSliceError>

Copies a byte slice into a hash object.
§

fn from_byte_array(bytes: <WScriptHash as Hash>::Bytes) -> WScriptHash

Constructs a hash from the underlying byte array.
§

fn to_byte_array(self) -> <WScriptHash as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<WScriptHash as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn all_zeros() -> WScriptHash

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where B: AsRef<[u8]>, I: IntoIterator<Item = B>,

Hashes all the byte slices retrieved from the iterator together.
§

impl Hash for WScriptHash

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where @@ -20,12 +20,12 @@ true for Sha256dHash, so here we are.

==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl PartialOrd for WScriptHash

§

fn partial_cmp(&self, other: &WScriptHash) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
§

impl SerdeHash for WScriptHash

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<WScriptHash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( +operator. Read more

§

impl SerdeHash for WScriptHash

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<WScriptHash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where S: Serializer,

Do serde serialization.
§

fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for WScriptHash

§

fn serialize<S>( + D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for WScriptHash

§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where @@ -44,5 +44,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/witness_program/enum.Error.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/witness_program/enum.Error.html index 9bc0ea4cc7..b3a8e85257 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/witness_program/enum.Error.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/witness_program/enum.Error.html @@ -4,7 +4,7 @@ }
Expand description

Witness program error.

Variants (Non-exhaustive)§

This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
§

InvalidLength(usize)

The witness program must be between 2 and 40 bytes in length.

§

InvalidSegwitV0Length(usize)

A v0 witness program must be either of length 20 or 32.

-

Trait Implementations§

§

impl Clone for Error

§

fn clone(&self) -> Error

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Error

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for Error

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for Error

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<Error> for FromScriptError

§

fn from(e: Error) -> FromScriptError

Converts to this type from the input type.
§

impl From<Error> for ParseError

§

fn from(e: Error) -> ParseError

Converts to this type from the input type.
§

impl From<Infallible> for Error

§

fn from(never: Infallible) -> Error

Converts to this type from the input type.
§

impl PartialEq for Error

§

fn eq(&self, other: &Error) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

§

impl Clone for Error

§

fn clone(&self) -> Error

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Error

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for Error

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for Error

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<Error> for FromScriptError

§

fn from(e: Error) -> FromScriptError

Converts to this type from the input type.
§

impl From<Error> for ParseError

§

fn from(e: Error) -> ParseError

Converts to this type from the input type.
§

impl From<Infallible> for Error

§

fn from(never: Infallible) -> Error

Converts to this type from the input type.
§

impl PartialEq for Error

§

fn eq(&self, other: &Error) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl Eq for Error

§

impl StructuralPartialEq for Error

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/witness_version/enum.FromStrError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/witness_version/enum.FromStrError.html index bb3e61b73f..ebe791241f 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/witness_version/enum.FromStrError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/witness_version/enum.FromStrError.html @@ -4,7 +4,7 @@ }
Expand description

Error parsing WitnessVersion from a string.

Variants (Non-exhaustive)§

This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
§

Unparsable(ParseIntError)

Unable to parse integer from string.

§

Invalid(TryFromError)

String contained an invalid witness version number.

-

Trait Implementations§

§

impl Clone for FromStrError

§

fn clone(&self) -> FromStrError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for FromStrError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for FromStrError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for FromStrError

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<Infallible> for FromStrError

§

fn from(never: Infallible) -> FromStrError

Converts to this type from the input type.
§

impl From<ParseIntError> for FromStrError

§

fn from(e: ParseIntError) -> FromStrError

Converts to this type from the input type.
§

impl From<TryFromError> for FromStrError

§

fn from(e: TryFromError) -> FromStrError

Converts to this type from the input type.
§

impl PartialEq for FromStrError

§

fn eq(&self, other: &FromStrError) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

§

impl Clone for FromStrError

§

fn clone(&self) -> FromStrError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for FromStrError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for FromStrError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for FromStrError

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<Infallible> for FromStrError

§

fn from(never: Infallible) -> FromStrError

Converts to this type from the input type.
§

impl From<ParseIntError> for FromStrError

§

fn from(e: ParseIntError) -> FromStrError

Converts to this type from the input type.
§

impl From<TryFromError> for FromStrError

§

fn from(e: TryFromError) -> FromStrError

Converts to this type from the input type.
§

impl PartialEq for FromStrError

§

fn eq(&self, other: &FromStrError) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl Eq for FromStrError

§

impl StructuralPartialEq for FromStrError

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/witness_version/enum.WitnessVersion.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/witness_version/enum.WitnessVersion.html index b28ecabcb1..06621765ce 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/witness_version/enum.WitnessVersion.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/witness_version/enum.WitnessVersion.html @@ -44,7 +44,7 @@ version in bitcoin script. Thus, there is no function to directly convert witnes into a byte since the conversion requires context (bitcoin script or just a version number).

pub fn to_fe(self) -> Fe32

Converts this witness version to a GF32 field element.

Trait Implementations§

§

impl Clone for WitnessVersion

§

fn clone(&self) -> WitnessVersion

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for WitnessVersion

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for WitnessVersion

Prints WitnessVersion number (from 0 to 16) as integer, without any prefix or suffix.

-
§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl From<WitnessVersion> for Fe32

§

fn from(version: WitnessVersion) -> Fe32

Converts to this type from the input type.
§

impl From<WitnessVersion> for Opcode

§

fn from(version: WitnessVersion) -> Opcode

Converts to this type from the input type.
§

impl FromStr for WitnessVersion

§

type Err = FromStrError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<WitnessVersion, <WitnessVersion as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for WitnessVersion

§

fn hash<__H>(&self, state: &mut __H)
where +
§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more

§

impl From<WitnessVersion> for Fe32

§

fn from(version: WitnessVersion) -> Fe32

Converts to this type from the input type.
§

impl From<WitnessVersion> for Opcode

§

fn from(version: WitnessVersion) -> Opcode

Converts to this type from the input type.
§

impl FromStr for WitnessVersion

§

type Err = FromStrError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<WitnessVersion, <WitnessVersion as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for WitnessVersion

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl Ord for WitnessVersion

§

fn cmp(&self, other: &WitnessVersion) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where @@ -54,13 +54,13 @@ into a byte since the conversion requires context (bitcoin script or just a vers by ==.

1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl PartialOrd for WitnessVersion

§

fn partial_cmp(&self, other: &WitnessVersion) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
§

impl TryFrom<Fe32> for WitnessVersion

§

type Error = TryFromError

The type returned in the event of a conversion error.
§

fn try_from( +operator. Read more

§

impl TryFrom<Fe32> for WitnessVersion

§

type Error = TryFromError

The type returned in the event of a conversion error.
§

fn try_from( value: Fe32 -) -> Result<WitnessVersion, <WitnessVersion as TryFrom<Fe32>>::Error>

Performs the conversion.
§

impl<'a> TryFrom<Instruction<'a>> for WitnessVersion

§

type Error = TryFromInstructionError

The type returned in the event of a conversion error.
§

fn try_from( +) -> Result<WitnessVersion, <WitnessVersion as TryFrom<Fe32>>::Error>

Performs the conversion.
§

impl<'a> TryFrom<Instruction<'a>> for WitnessVersion

§

type Error = TryFromInstructionError

The type returned in the event of a conversion error.
§

fn try_from( instruction: Instruction<'_> -) -> Result<WitnessVersion, <WitnessVersion as TryFrom<Instruction<'a>>>::Error>

Performs the conversion.
§

impl TryFrom<Opcode> for WitnessVersion

§

type Error = TryFromError

The type returned in the event of a conversion error.
§

fn try_from( +) -> Result<WitnessVersion, <WitnessVersion as TryFrom<Instruction<'a>>>::Error>

Performs the conversion.
§

impl TryFrom<Opcode> for WitnessVersion

§

type Error = TryFromError

The type returned in the event of a conversion error.
§

fn try_from( opcode: Opcode -) -> Result<WitnessVersion, <WitnessVersion as TryFrom<Opcode>>::Error>

Performs the conversion.
§

impl TryFrom<u8> for WitnessVersion

§

type Error = TryFromError

The type returned in the event of a conversion error.
§

fn try_from( +) -> Result<WitnessVersion, <WitnessVersion as TryFrom<Opcode>>::Error>

Performs the conversion.
§

impl TryFrom<u8> for WitnessVersion

§

type Error = TryFromError

The type returned in the event of a conversion error.
§

fn try_from( no: u8 ) -> Result<WitnessVersion, <WitnessVersion as TryFrom<u8>>::Error>

Performs the conversion.
§

impl Copy for WitnessVersion

§

impl Eq for WitnessVersion

§

impl StructuralPartialEq for WitnessVersion

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/witness_version/struct.TryFromError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/witness_version/struct.TryFromError.html index bd675fb50c..855e89da42 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/witness_version/struct.TryFromError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/witness_version/struct.TryFromError.html @@ -1,6 +1,6 @@ TryFromError in bdk_chain::bitcoin::blockdata::script::witness_version - Rust
pub struct TryFromError { /* private fields */ }
Expand description

Error attempting to create a WitnessVersion from an integer.

Implementations§

§

impl TryFromError

pub fn invalid_version(&self) -> u8

Returns the invalid non-witness version integer.

-

Trait Implementations§

§

impl Clone for TryFromError

§

fn clone(&self) -> TryFromError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for TryFromError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for TryFromError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for TryFromError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<TryFromError> for FromScriptError

§

fn from(e: TryFromError) -> FromScriptError

Converts to this type from the input type.
§

impl From<TryFromError> for FromStrError

§

fn from(e: TryFromError) -> FromStrError

Converts to this type from the input type.
§

impl From<TryFromError> for ParseError

§

fn from(e: TryFromError) -> ParseError

Converts to this type from the input type.
§

impl From<TryFromError> for TryFromInstructionError

§

fn from(e: TryFromError) -> TryFromInstructionError

Converts to this type from the input type.
§

impl PartialEq for TryFromError

§

fn eq(&self, other: &TryFromError) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

§

impl Clone for TryFromError

§

fn clone(&self) -> TryFromError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for TryFromError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for TryFromError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for TryFromError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<TryFromError> for FromScriptError

§

fn from(e: TryFromError) -> FromScriptError

Converts to this type from the input type.
§

impl From<TryFromError> for FromStrError

§

fn from(e: TryFromError) -> FromStrError

Converts to this type from the input type.
§

impl From<TryFromError> for ParseError

§

fn from(e: TryFromError) -> ParseError

Converts to this type from the input type.
§

impl From<TryFromError> for TryFromInstructionError

§

fn from(e: TryFromError) -> TryFromInstructionError

Converts to this type from the input type.
§

impl PartialEq for TryFromError

§

fn eq(&self, other: &TryFromError) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl Eq for TryFromError

§

impl StructuralPartialEq for TryFromError

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/struct.FeeRate.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/struct.FeeRate.html index 027d73b6d6..f7fbb631d2 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/struct.FeeRate.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/struct.FeeRate.html @@ -51,9 +51,9 @@ operator. Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more

§

impl TryFrom<&str> for FeeRate

§

type Error = ParseIntError

The type returned in the event of a conversion error.
§

fn try_from(s: &str) -> Result<FeeRate, <FeeRate as TryFrom<&str>>::Error>

Performs the conversion.
§

impl TryFrom<Box<str>> for FeeRate

§

type Error = ParseIntError

The type returned in the event of a conversion error.
§

fn try_from( + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
§

impl TryFrom<&str> for FeeRate

§

type Error = ParseIntError

The type returned in the event of a conversion error.
§

fn try_from(s: &str) -> Result<FeeRate, <FeeRate as TryFrom<&str>>::Error>

Performs the conversion.
§

impl TryFrom<Box<str>> for FeeRate

§

type Error = ParseIntError

The type returned in the event of a conversion error.
§

fn try_from( s: Box<str> -) -> Result<FeeRate, <FeeRate as TryFrom<Box<str>>>::Error>

Performs the conversion.
§

impl TryFrom<String> for FeeRate

§

type Error = ParseIntError

The type returned in the event of a conversion error.
§

fn try_from(s: String) -> Result<FeeRate, <FeeRate as TryFrom<String>>::Error>

Performs the conversion.
§

impl Copy for FeeRate

§

impl Eq for FeeRate

§

impl StructuralPartialEq for FeeRate

Auto Trait Implementations§

§

impl Freeze for FeeRate

§

impl RefUnwindSafe for FeeRate

§

impl Send for FeeRate

§

impl Sync for FeeRate

§

impl Unpin for FeeRate

§

impl UnwindSafe for FeeRate

Blanket Implementations§

source§

impl<T> Any for T
where +) -> Result<FeeRate, <FeeRate as TryFrom<Box<str>>>::Error>

Performs the conversion.
§

impl TryFrom<String> for FeeRate

§

type Error = ParseIntError

The type returned in the event of a conversion error.
§

fn try_from(s: String) -> Result<FeeRate, <FeeRate as TryFrom<String>>::Error>

Performs the conversion.
§

impl Copy for FeeRate

§

impl Eq for FeeRate

§

impl StructuralPartialEq for FeeRate

Auto Trait Implementations§

§

impl Freeze for FeeRate

§

impl RefUnwindSafe for FeeRate

§

impl Send for FeeRate

§

impl Sync for FeeRate

§

impl Unpin for FeeRate

§

impl UnwindSafe for FeeRate

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<Q, K> Equivalent<K> for Q
where @@ -68,5 +68,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/struct.Weight.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/struct.Weight.html index fff2dbb0b9..ffe3db9d0f 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/struct.Weight.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/struct.Weight.html @@ -38,11 +38,11 @@ up the types as well as basic formatting features.

__deserializer: __D ) -> Result<Weight, <__D as Deserializer<'de>>::Error>
where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§

impl Display for Weight

Alternative will display the unit.

-
§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Div<Weight> for Amount

§

type Output = FeeRate

The resulting type after applying the / operator.
§

fn div(self, rhs: Weight) -> <Amount as Div<Weight>>::Output

Performs the / operation. Read more
§

impl Div<u64> for Weight

§

type Output = Weight

The resulting type after applying the / operator.
§

fn div(self, rhs: u64) -> <Weight as Div<u64>>::Output

Performs the / operation. Read more
§

impl Div for Weight

§

type Output = u64

The resulting type after applying the / operator.
§

fn div(self, rhs: Weight) -> <Weight as Div>::Output

Performs the / operation. Read more
§

impl DivAssign<u64> for Weight

§

fn div_assign(&mut self, rhs: u64)

Performs the /= operation. Read more
§

impl From<Weight> for u64

§

fn from(value: Weight) -> u64

Converts to this type from the input type.
§

impl FromStr for Weight

§

type Err = ParseIntError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Weight, <Weight as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for Weight

§

fn hash<__H>(&self, state: &mut __H)
where +
§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more

§

impl Div<Weight> for Amount

§

type Output = FeeRate

The resulting type after applying the / operator.
§

fn div(self, rhs: Weight) -> <Amount as Div<Weight>>::Output

Performs the / operation. Read more
§

impl Div<u64> for Weight

§

type Output = Weight

The resulting type after applying the / operator.
§

fn div(self, rhs: u64) -> <Weight as Div<u64>>::Output

Performs the / operation. Read more
§

impl Div for Weight

§

type Output = u64

The resulting type after applying the / operator.
§

fn div(self, rhs: Weight) -> <Weight as Div>::Output

Performs the / operation. Read more
§

impl DivAssign<u64> for Weight

§

fn div_assign(&mut self, rhs: u64)

Performs the /= operation. Read more
§

impl From<Weight> for u64

§

fn from(value: Weight) -> u64

Converts to this type from the input type.
§

impl FromStr for Weight

§

type Err = ParseIntError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Weight, <Weight as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for Weight

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl Mul<FeeRate> for Weight

Computes ceiling so that fee computation is conservative.

-
§

type Output = Amount

The resulting type after applying the * operator.
§

fn mul(self, rhs: FeeRate) -> <Weight as Mul<FeeRate>>::Output

Performs the * operation. Read more
§

impl Mul<Weight> for FeeRate

§

type Output = Amount

The resulting type after applying the * operator.
§

fn mul(self, rhs: Weight) -> <FeeRate as Mul<Weight>>::Output

Performs the * operation. Read more
§

impl Mul<Weight> for u64

§

type Output = Weight

The resulting type after applying the * operator.
§

fn mul(self, rhs: Weight) -> <u64 as Mul<Weight>>::Output

Performs the * operation. Read more
§

impl Mul<u64> for Weight

§

type Output = Weight

The resulting type after applying the * operator.
§

fn mul(self, rhs: u64) -> <Weight as Mul<u64>>::Output

Performs the * operation. Read more
§

impl MulAssign<u64> for Weight

§

fn mul_assign(&mut self, rhs: u64)

Performs the *= operation. Read more
§

impl Ord for Weight

§

fn cmp(&self, other: &Weight) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where +
§

type Output = Amount

The resulting type after applying the * operator.
§

fn mul(self, rhs: FeeRate) -> <Weight as Mul<FeeRate>>::Output

Performs the * operation. Read more

§

impl Mul<Weight> for FeeRate

§

type Output = Amount

The resulting type after applying the * operator.
§

fn mul(self, rhs: Weight) -> <FeeRate as Mul<Weight>>::Output

Performs the * operation. Read more
§

impl Mul<Weight> for u64

§

type Output = Weight

The resulting type after applying the * operator.
§

fn mul(self, rhs: Weight) -> <u64 as Mul<Weight>>::Output

Performs the * operation. Read more
§

impl Mul<u64> for Weight

§

type Output = Weight

The resulting type after applying the * operator.
§

fn mul(self, rhs: u64) -> <Weight as Mul<u64>>::Output

Performs the * operation. Read more
§

impl MulAssign<u64> for Weight

§

fn mul_assign(&mut self, rhs: u64)

Performs the *= operation. Read more
§

impl Ord for Weight

§

fn cmp(&self, other: &Weight) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized + PartialOrd,

Restrict a value to a certain interval. Read more
§

impl PartialEq for Weight

§

fn eq(&self, other: &Weight) -> bool

This method tests for self and other values to be equal, and is used @@ -72,5 +72,5 @@ operator. Display + ?Sized,
source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/transaction/struct.InputsIndexError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/transaction/struct.InputsIndexError.html index ceab3f4a3e..da6ee0ce2a 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/transaction/struct.InputsIndexError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/transaction/struct.InputsIndexError.html @@ -1,5 +1,5 @@ InputsIndexError in bdk_chain::bitcoin::blockdata::transaction - Rust
pub struct InputsIndexError(pub IndexOutOfBoundsError);
Expand description

Error attempting to do an out of bounds access on the transaction inputs vector.

-

Tuple Fields§

§0: IndexOutOfBoundsError

Trait Implementations§

§

impl Clone for InputsIndexError

§

fn clone(&self) -> InputsIndexError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for InputsIndexError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for InputsIndexError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for InputsIndexError

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<IndexOutOfBoundsError> for InputsIndexError

§

fn from(e: IndexOutOfBoundsError) -> InputsIndexError

Converts to this type from the input type.
§

impl From<InputsIndexError> for P2wpkhError

§

fn from(value: InputsIndexError) -> P2wpkhError

Converts to this type from the input type.
§

impl From<InputsIndexError> for SighashError

§

fn from(e: InputsIndexError) -> SighashError

Converts to this type from the input type.
§

impl From<InputsIndexError> for TaprootError

§

fn from(e: InputsIndexError) -> TaprootError

Converts to this type from the input type.
§

impl PartialEq for InputsIndexError

§

fn eq(&self, other: &InputsIndexError) -> bool

This method tests for self and other values to be equal, and is used +

Tuple Fields§

§0: IndexOutOfBoundsError

Trait Implementations§

§

impl Clone for InputsIndexError

§

fn clone(&self) -> InputsIndexError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for InputsIndexError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for InputsIndexError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for InputsIndexError

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<IndexOutOfBoundsError> for InputsIndexError

§

fn from(e: IndexOutOfBoundsError) -> InputsIndexError

Converts to this type from the input type.
§

impl From<InputsIndexError> for P2wpkhError

§

fn from(value: InputsIndexError) -> P2wpkhError

Converts to this type from the input type.
§

impl From<InputsIndexError> for SighashError

§

fn from(e: InputsIndexError) -> SighashError

Converts to this type from the input type.
§

impl From<InputsIndexError> for TaprootError

§

fn from(e: InputsIndexError) -> TaprootError

Converts to this type from the input type.
§

impl PartialEq for InputsIndexError

§

fn eq(&self, other: &InputsIndexError) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl Eq for InputsIndexError

§

impl StructuralPartialEq for InputsIndexError

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/transaction/struct.OutPoint.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/transaction/struct.OutPoint.html index 910c4b93b1..aa8d5a2fa2 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/transaction/struct.OutPoint.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/transaction/struct.OutPoint.html @@ -57,5 +57,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/transaction/struct.Sequence.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/transaction/struct.Sequence.html index a064b85ad1..8ed8562074 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/transaction/struct.Sequence.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/transaction/struct.Sequence.html @@ -94,7 +94,7 @@ for dissatisfying pkh.
Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>
where __S: Serializer,
Serialize this value into the given Serde serializer. Read more
§

impl TryFrom<&str> for Sequence

§

type Error = ParseIntError

The type returned in the event of a conversion error.
§

fn try_from(s: &str) -> Result<Sequence, <Sequence as TryFrom<&str>>::Error>

Performs the conversion.
§

impl TryFrom<Box<str>> for Sequence

§

type Error = ParseIntError

The type returned in the event of a conversion error.
§

fn try_from( s: Box<str> -) -> Result<Sequence, <Sequence as TryFrom<Box<str>>>::Error>

Performs the conversion.
§

impl TryFrom<Sequence> for LockTime

§

type Error = DisabledLockTimeError

The type returned in the event of a conversion error.
§

fn try_from(seq: Sequence) -> Result<LockTime, DisabledLockTimeError>

Performs the conversion.
§

impl TryFrom<Sequence> for RelLockTime

§

type Error = RelLockTimeError

The type returned in the event of a conversion error.
§

fn try_from(seq: Sequence) -> Result<RelLockTime, RelLockTimeError>

Performs the conversion.
§

impl TryFrom<String> for Sequence

§

type Error = ParseIntError

The type returned in the event of a conversion error.
§

fn try_from(s: String) -> Result<Sequence, <Sequence as TryFrom<String>>::Error>

Performs the conversion.
§

impl UpperHex for Sequence

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Copy for Sequence

§

impl Eq for Sequence

§

impl StructuralPartialEq for Sequence

Auto Trait Implementations§

§

impl Freeze for Sequence

§

impl RefUnwindSafe for Sequence

§

impl Send for Sequence

§

impl Sync for Sequence

§

impl Unpin for Sequence

§

impl UnwindSafe for Sequence

Blanket Implementations§

source§

impl<T> Any for T
where +) -> Result<Sequence, <Sequence as TryFrom<Box<str>>>::Error>

Performs the conversion.
§

impl TryFrom<Sequence> for LockTime

§

type Error = DisabledLockTimeError

The type returned in the event of a conversion error.
§

fn try_from(seq: Sequence) -> Result<LockTime, DisabledLockTimeError>

Performs the conversion.
§

impl TryFrom<Sequence> for RelLockTime

§

type Error = RelLockTimeError

The type returned in the event of a conversion error.
§

fn try_from(seq: Sequence) -> Result<RelLockTime, RelLockTimeError>

Performs the conversion.
§

impl TryFrom<String> for Sequence

§

type Error = ParseIntError

The type returned in the event of a conversion error.
§

fn try_from(s: String) -> Result<Sequence, <Sequence as TryFrom<String>>::Error>

Performs the conversion.
§

impl UpperHex for Sequence

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Copy for Sequence

§

impl Eq for Sequence

§

impl StructuralPartialEq for Sequence

Auto Trait Implementations§

§

impl Freeze for Sequence

§

impl RefUnwindSafe for Sequence

§

impl Send for Sequence

§

impl Sync for Sequence

§

impl Unpin for Sequence

§

impl UnwindSafe for Sequence

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T, Pk> AssetProvider<Pk> for T
where T: Satisfier<Pk>, Pk: MiniscriptKey + ToPublicKey,

§

fn provider_lookup_ecdsa_sig(&self, pk: &Pk) -> bool

Given a public key, look up an ECDSA signature with that key, return whether we found it
§

fn provider_lookup_tap_key_spend_sig(&self, _: &Pk) -> Option<usize>

Lookup the tap key spend sig and return its size
§

fn provider_lookup_tap_leaf_script_sig( @@ -135,5 +135,5 @@ for dissatisfying pkh.

Display + ?Sized,
source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/transaction/struct.Transaction.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/transaction/struct.Transaction.html index 102e6c1481..9f4fcff896 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/transaction/struct.Transaction.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/transaction/struct.Transaction.html @@ -148,7 +148,7 @@ as well as any segwit sigops will not be counted for that input.

__deserializer: __D ) -> Result<Transaction, <__D as Deserializer<'de>>::Error>
where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§

impl Encodable for Transaction

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where - W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl From<&Transaction> for Txid

§

fn from(tx: &Transaction) -> Txid

Converts to this type from the input type.
§

impl From<&Transaction> for Wtxid

§

fn from(tx: &Transaction) -> Wtxid

Converts to this type from the input type.
§

impl From<Transaction> for Txid

§

fn from(tx: Transaction) -> Txid

Converts to this type from the input type.
§

impl From<Transaction> for Wtxid

§

fn from(tx: Transaction) -> Wtxid

Converts to this type from the input type.
§

impl Hash for Transaction

§

fn hash<__H>(&self, state: &mut __H)
where + W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl From<&Transaction> for Txid

§

fn from(tx: &Transaction) -> Txid

Converts to this type from the input type.
§

impl From<&Transaction> for Wtxid

§

fn from(tx: &Transaction) -> Wtxid

Converts to this type from the input type.
§

impl From<Transaction> for Txid

§

fn from(tx: Transaction) -> Txid

Converts to this type from the input type.
§

impl From<Transaction> for Wtxid

§

fn from(tx: Transaction) -> Wtxid

Converts to this type from the input type.
§

impl Hash for Transaction

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl Ord for Transaction

§

fn cmp(&self, other: &Transaction) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where @@ -176,5 +176,5 @@ operator. Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/transaction/struct.TxIn.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/transaction/struct.TxIn.html index 21dad6c9d0..9f1b95aa86 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/transaction/struct.TxIn.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/transaction/struct.TxIn.html @@ -86,5 +86,5 @@ operator. Clone,
§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/transaction/struct.TxOut.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/transaction/struct.TxOut.html index 33589af62b..123ac38e1b 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/transaction/struct.TxOut.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/transaction/struct.TxOut.html @@ -70,5 +70,5 @@ operator. Clone,
§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/transaction/struct.Txid.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/transaction/struct.Txid.html index d148d9fd8e..ab7f25a8f7 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/transaction/struct.Txid.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/transaction/struct.Txid.html @@ -2,19 +2,19 @@

For compatibility with the existing Bitcoin infrastructure and historical and current versions of the Bitcoin Core software itself, this and other sha256d::Hash types, are serialized in reverse byte order when converted to a hex string via std::fmt::Display -trait operations. See hashes::Hash::DISPLAY_BACKWARD for more details.

+trait operations. See hashes::Hash::DISPLAY_BACKWARD for more details.

Implementations§

§

impl Txid

pub fn from_raw_hash(inner: Hash) -> Txid

Creates this wrapper type from the inner hash type.

pub fn to_raw_hash(self) -> Hash

Returns the inner hash (sha256, sh256d etc.).

pub fn as_raw_hash(&self) -> &Hash

Returns a reference to the inner hash (sha256, sh256d etc.).

-

Trait Implementations§

§

impl AsRef<[u8]> for Txid

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 32]> for Txid

§

fn as_ref(&self) -> &[u8; 32]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for Txid

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Clone for Txid

§

fn clone(&self) -> Txid

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Txid

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Decodable for Txid

Trait Implementations§

§

impl AsRef<[u8]> for Txid

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 32]> for Txid

§

fn as_ref(&self) -> &[u8; 32]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for Txid

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Clone for Txid

§

fn clone(&self) -> Txid

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Txid

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Decodable for Txid

§

fn consensus_decode<R>(r: &mut R) -> Result<Txid, Error>
where R: BufRead + ?Sized,

Decode an object with a well-defined format. Read more
§

fn consensus_decode_from_finite_reader<R>(reader: &mut R) -> Result<Self, Error>
where R: BufRead + ?Sized,

Decode Self from a size-limited reader. Read more
§

impl<'de> Deserialize<'de> for Txid

§

fn deserialize<D>(d: D) -> Result<Txid, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for Txid

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Encodable for Txid

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where - W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl From<&Transaction> for Txid

§

fn from(tx: &Transaction) -> Txid

Converts to this type from the input type.
§

impl From<Hash> for Txid

§

fn from(inner: Hash) -> Txid

Converts to this type from the input type.
§

impl From<Transaction> for Txid

§

fn from(tx: Transaction) -> Txid

Converts to this type from the input type.
§

impl From<Txid> for Hash

§

fn from(hashtype: Txid) -> Hash

Converts to this type from the input type.
§

impl From<Txid> for TxMerkleNode

§

fn from(txid: Txid) -> TxMerkleNode

Converts to this type from the input type.
§

impl FromStr for Txid

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Txid, <Txid as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for Txid

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected + W: Write + ?Sized,
Encodes an object with a well-defined format. Read more
§

impl From<&Transaction> for Txid

§

fn from(tx: &Transaction) -> Txid

Converts to this type from the input type.
§

impl From<Hash> for Txid

§

fn from(inner: Hash) -> Txid

Converts to this type from the input type.
§

impl From<Transaction> for Txid

§

fn from(tx: Transaction) -> Txid

Converts to this type from the input type.
§

impl From<Txid> for Hash

§

fn from(hashtype: Txid) -> Hash

Converts to this type from the input type.
§

impl From<Txid> for TxMerkleNode

§

fn from(txid: Txid) -> TxMerkleNode

Converts to this type from the input type.
§

impl FromStr for Txid

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Txid, <Txid as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for Txid

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
§

const LEN: usize = 32usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = true

Flag indicating whether user-visible serializations of this hash +any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
§

const LEN: usize = 32usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = true

Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
§

fn engine() -> <Txid as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: <Txid as Hash>::Engine) -> Txid

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<Txid, FromSliceError>

Copies a byte slice into a hash object.
§

fn from_byte_array(bytes: <Txid as Hash>::Bytes) -> Txid

Constructs a hash from the underlying byte array.
§

fn to_byte_array(self) -> <Txid as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<Txid as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn all_zeros() -> Txid

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where +true for Sha256dHash, so here we are.

§

fn engine() -> <Txid as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: <Txid as Hash>::Engine) -> Txid

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<Txid, FromSliceError>

Copies a byte slice into a hash object.
§

fn from_byte_array(bytes: <Txid as Hash>::Bytes) -> Txid

Constructs a hash from the underlying byte array.
§

fn to_byte_array(self) -> <Txid as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<Txid as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn all_zeros() -> Txid

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where B: AsRef<[u8]>, I: IntoIterator<Item = B>,

Hashes all the byte slices retrieved from the iterator together.
§

impl Hash for Txid

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where @@ -27,12 +27,12 @@ true for Sha256dHash, so here we are.

==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl PartialOrd for Txid

§

fn partial_cmp(&self, other: &Txid) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
§

impl SerdeHash for Txid

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Txid, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( +operator. Read more

§

impl SerdeHash for Txid

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Txid, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where S: Serializer,

Do serde serialization.
§

fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for Txid

§

fn serialize<S>( + D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for Txid

§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where @@ -51,5 +51,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/transaction/struct.Version.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/transaction/struct.Version.html index 4176a2e78e..65815c8867 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/transaction/struct.Version.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/transaction/struct.Version.html @@ -42,5 +42,5 @@ operator. Display + ?Sized,
source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/transaction/struct.Wtxid.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/transaction/struct.Wtxid.html index 15d5d5cf14..dd471177db 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/transaction/struct.Wtxid.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/transaction/struct.Wtxid.html @@ -2,15 +2,15 @@

Implementations§

§

impl Wtxid

pub fn from_raw_hash(inner: Hash) -> Wtxid

Creates this wrapper type from the inner hash type.

pub fn to_raw_hash(self) -> Hash

Returns the inner hash (sha256, sh256d etc.).

pub fn as_raw_hash(&self) -> &Hash

Returns a reference to the inner hash (sha256, sh256d etc.).

-

Trait Implementations§

§

impl AsRef<[u8]> for Wtxid

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 32]> for Wtxid

§

fn as_ref(&self) -> &[u8; 32]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for Wtxid

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Clone for Wtxid

§

fn clone(&self) -> Wtxid

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Wtxid

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Decodable for Wtxid

Trait Implementations§

§

impl AsRef<[u8]> for Wtxid

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 32]> for Wtxid

§

fn as_ref(&self) -> &[u8; 32]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for Wtxid

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Clone for Wtxid

§

fn clone(&self) -> Wtxid

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Wtxid

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Decodable for Wtxid

§

fn consensus_decode<R>(r: &mut R) -> Result<Wtxid, Error>
where R: BufRead + ?Sized,

Decode an object with a well-defined format. Read more
§

fn consensus_decode_from_finite_reader<R>(reader: &mut R) -> Result<Self, Error>
where R: BufRead + ?Sized,

Decode Self from a size-limited reader. Read more
§

impl<'de> Deserialize<'de> for Wtxid

§

fn deserialize<D>(d: D) -> Result<Wtxid, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for Wtxid

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Encodable for Wtxid

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where - W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl From<&Transaction> for Wtxid

§

fn from(tx: &Transaction) -> Wtxid

Converts to this type from the input type.
§

impl From<Hash> for Wtxid

§

fn from(inner: Hash) -> Wtxid

Converts to this type from the input type.
§

impl From<Transaction> for Wtxid

§

fn from(tx: Transaction) -> Wtxid

Converts to this type from the input type.
§

impl From<Wtxid> for Hash

§

fn from(hashtype: Wtxid) -> Hash

Converts to this type from the input type.
§

impl From<Wtxid> for WitnessMerkleNode

§

fn from(wtxid: Wtxid) -> WitnessMerkleNode

Converts to this type from the input type.
§

impl FromStr for Wtxid

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Wtxid, <Wtxid as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for Wtxid

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected + W: Write + ?Sized,
Encodes an object with a well-defined format. Read more
§

impl From<&Transaction> for Wtxid

§

fn from(tx: &Transaction) -> Wtxid

Converts to this type from the input type.
§

impl From<Hash> for Wtxid

§

fn from(inner: Hash) -> Wtxid

Converts to this type from the input type.
§

impl From<Transaction> for Wtxid

§

fn from(tx: Transaction) -> Wtxid

Converts to this type from the input type.
§

impl From<Wtxid> for Hash

§

fn from(hashtype: Wtxid) -> Hash

Converts to this type from the input type.
§

impl From<Wtxid> for WitnessMerkleNode

§

fn from(wtxid: Wtxid) -> WitnessMerkleNode

Converts to this type from the input type.
§

impl FromStr for Wtxid

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Wtxid, <Wtxid as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for Wtxid

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
§

const LEN: usize = 32usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = true

Flag indicating whether user-visible serializations of this hash +any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
§

const LEN: usize = 32usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = true

Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
§

fn engine() -> <Wtxid as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: <Wtxid as Hash>::Engine) -> Wtxid

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<Wtxid, FromSliceError>

Copies a byte slice into a hash object.
§

fn from_byte_array(bytes: <Wtxid as Hash>::Bytes) -> Wtxid

Constructs a hash from the underlying byte array.
§

fn to_byte_array(self) -> <Wtxid as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<Wtxid as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn all_zeros() -> Wtxid

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where +true for Sha256dHash, so here we are.

§

fn engine() -> <Wtxid as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: <Wtxid as Hash>::Engine) -> Wtxid

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<Wtxid, FromSliceError>

Copies a byte slice into a hash object.
§

fn from_byte_array(bytes: <Wtxid as Hash>::Bytes) -> Wtxid

Constructs a hash from the underlying byte array.
§

fn to_byte_array(self) -> <Wtxid as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<Wtxid as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn all_zeros() -> Wtxid

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where B: AsRef<[u8]>, I: IntoIterator<Item = B>,

Hashes all the byte slices retrieved from the iterator together.
§

impl Hash for Wtxid

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where @@ -23,12 +23,12 @@ true for Sha256dHash, so here we are.

==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl PartialOrd for Wtxid

§

fn partial_cmp(&self, other: &Wtxid) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
§

impl SerdeHash for Wtxid

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Wtxid, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( +operator. Read more

§

impl SerdeHash for Wtxid

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Wtxid, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where S: Serializer,

Do serde serialization.
§

fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for Wtxid

§

fn serialize<S>( + D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for Wtxid

§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where @@ -47,5 +47,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/weight/struct.Weight.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/weight/struct.Weight.html index 41376e762d..e9a87642ea 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/weight/struct.Weight.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/weight/struct.Weight.html @@ -38,11 +38,11 @@ up the types as well as basic formatting features.

__deserializer: __D ) -> Result<Weight, <__D as Deserializer<'de>>::Error>
where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§

impl Display for Weight

Alternative will display the unit.

-
§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Div<Weight> for Amount

§

type Output = FeeRate

The resulting type after applying the / operator.
§

fn div(self, rhs: Weight) -> <Amount as Div<Weight>>::Output

Performs the / operation. Read more
§

impl Div<u64> for Weight

§

type Output = Weight

The resulting type after applying the / operator.
§

fn div(self, rhs: u64) -> <Weight as Div<u64>>::Output

Performs the / operation. Read more
§

impl Div for Weight

§

type Output = u64

The resulting type after applying the / operator.
§

fn div(self, rhs: Weight) -> <Weight as Div>::Output

Performs the / operation. Read more
§

impl DivAssign<u64> for Weight

§

fn div_assign(&mut self, rhs: u64)

Performs the /= operation. Read more
§

impl From<Weight> for u64

§

fn from(value: Weight) -> u64

Converts to this type from the input type.
§

impl FromStr for Weight

§

type Err = ParseIntError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Weight, <Weight as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for Weight

§

fn hash<__H>(&self, state: &mut __H)
where +
§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more

§

impl Div<Weight> for Amount

§

type Output = FeeRate

The resulting type after applying the / operator.
§

fn div(self, rhs: Weight) -> <Amount as Div<Weight>>::Output

Performs the / operation. Read more
§

impl Div<u64> for Weight

§

type Output = Weight

The resulting type after applying the / operator.
§

fn div(self, rhs: u64) -> <Weight as Div<u64>>::Output

Performs the / operation. Read more
§

impl Div for Weight

§

type Output = u64

The resulting type after applying the / operator.
§

fn div(self, rhs: Weight) -> <Weight as Div>::Output

Performs the / operation. Read more
§

impl DivAssign<u64> for Weight

§

fn div_assign(&mut self, rhs: u64)

Performs the /= operation. Read more
§

impl From<Weight> for u64

§

fn from(value: Weight) -> u64

Converts to this type from the input type.
§

impl FromStr for Weight

§

type Err = ParseIntError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Weight, <Weight as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for Weight

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl Mul<FeeRate> for Weight

Computes ceiling so that fee computation is conservative.

-
§

type Output = Amount

The resulting type after applying the * operator.
§

fn mul(self, rhs: FeeRate) -> <Weight as Mul<FeeRate>>::Output

Performs the * operation. Read more
§

impl Mul<Weight> for FeeRate

§

type Output = Amount

The resulting type after applying the * operator.
§

fn mul(self, rhs: Weight) -> <FeeRate as Mul<Weight>>::Output

Performs the * operation. Read more
§

impl Mul<Weight> for u64

§

type Output = Weight

The resulting type after applying the * operator.
§

fn mul(self, rhs: Weight) -> <u64 as Mul<Weight>>::Output

Performs the * operation. Read more
§

impl Mul<u64> for Weight

§

type Output = Weight

The resulting type after applying the * operator.
§

fn mul(self, rhs: u64) -> <Weight as Mul<u64>>::Output

Performs the * operation. Read more
§

impl MulAssign<u64> for Weight

§

fn mul_assign(&mut self, rhs: u64)

Performs the *= operation. Read more
§

impl Ord for Weight

§

fn cmp(&self, other: &Weight) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where +
§

type Output = Amount

The resulting type after applying the * operator.
§

fn mul(self, rhs: FeeRate) -> <Weight as Mul<FeeRate>>::Output

Performs the * operation. Read more

§

impl Mul<Weight> for FeeRate

§

type Output = Amount

The resulting type after applying the * operator.
§

fn mul(self, rhs: Weight) -> <FeeRate as Mul<Weight>>::Output

Performs the * operation. Read more
§

impl Mul<Weight> for u64

§

type Output = Weight

The resulting type after applying the * operator.
§

fn mul(self, rhs: Weight) -> <u64 as Mul<Weight>>::Output

Performs the * operation. Read more
§

impl Mul<u64> for Weight

§

type Output = Weight

The resulting type after applying the * operator.
§

fn mul(self, rhs: u64) -> <Weight as Mul<u64>>::Output

Performs the * operation. Read more
§

impl MulAssign<u64> for Weight

§

fn mul_assign(&mut self, rhs: u64)

Performs the *= operation. Read more
§

impl Ord for Weight

§

fn cmp(&self, other: &Weight) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized + PartialOrd,

Restrict a value to a certain interval. Read more
§

impl PartialEq for Weight

§

fn eq(&self, other: &Weight) -> bool

This method tests for self and other values to be equal, and is used @@ -72,5 +72,5 @@ operator. Display + ?Sized,
source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/witness/struct.Witness.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/witness/struct.Witness.html index 950d6f824e..6b573156eb 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/witness/struct.Witness.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/witness/struct.Witness.html @@ -37,7 +37,7 @@ check whether this is actually a Taproot witness.

deserializer: D ) -> Result<Witness, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§

impl Encodable for Witness

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where - W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl From<&[&[u8]]> for Witness

§

fn from(slice: &[&[u8]]) -> Witness

Converts to this type from the input type.
§

impl From<&[Vec<u8>]> for Witness

§

fn from(slice: &[Vec<u8>]) -> Witness

Converts to this type from the input type.
§

impl From<Vec<&[u8]>> for Witness

§

fn from(vec: Vec<&[u8]>) -> Witness

Converts to this type from the input type.
§

impl From<Vec<Vec<u8>>> for Witness

§

fn from(vec: Vec<Vec<u8>>) -> Witness

Converts to this type from the input type.
§

impl Hash for Witness

§

fn hash<__H>(&self, state: &mut __H)
where + W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl From<&[&[u8]]> for Witness

§

fn from(slice: &[&[u8]]) -> Witness

Converts to this type from the input type.
§

impl From<&[Vec<u8>]> for Witness

§

fn from(slice: &[Vec<u8>]) -> Witness

Converts to this type from the input type.
§

impl From<Vec<&[u8]>> for Witness

§

fn from(vec: Vec<&[u8]>) -> Witness

Converts to this type from the input type.
§

impl From<Vec<Vec<u8>>> for Witness

§

fn from(vec: Vec<Vec<u8>>) -> Witness

Converts to this type from the input type.
§

impl Hash for Witness

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl Index<usize> for Witness

§

type Output = [u8]

The returned type after indexing.
§

fn index(&self, index: usize) -> &<Witness as Index<usize>>::Output

Performs the indexing (container[index]) operation. Read more
§

impl<'a> IntoIterator for &'a Witness

§

type IntoIter = Iter<'a>

Which kind of iterator are we turning this into?
§

type Item = &'a [u8]

The type of the elements being iterated over.
§

fn into_iter(self) -> <&'a Witness as IntoIterator>::IntoIter

Creates an iterator from a value. Read more
§

impl Ord for Witness

§

fn cmp(&self, other: &Witness) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where @@ -65,5 +65,5 @@ operator. Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/consensus/encode/enum.Error.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/consensus/encode/enum.Error.html index 1a49780d99..fd507ce6a8 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/consensus/encode/enum.Error.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/consensus/encode/enum.Error.html @@ -22,7 +22,7 @@
§

NonMinimalVarInt

VarInt was encoded in a non-minimal way.

§

ParseFailed(&'static str)

Parsing error.

§

UnsupportedSegwitFlag(u8)

Unsupported Segwit flag.

-

Trait Implementations§

§

impl Debug for Error

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for Error

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for Error

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<Error> for Error

§

fn from(error: Error) -> Error

Converts to this type from the input type.
§

impl From<Error> for Error

§

fn from(e: Error) -> Error

Converts to this type from the input type.
§

impl From<Infallible> for Error

§

fn from(never: Infallible) -> Error

Converts to this type from the input type.

Auto Trait Implementations§

§

impl Freeze for Error

§

impl !RefUnwindSafe for Error

§

impl Send for Error

§

impl Sync for Error

§

impl Unpin for Error

§

impl !UnwindSafe for Error

Blanket Implementations§

source§

impl<T> Any for T
where +

Trait Implementations§

§

impl Debug for Error

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for Error

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for Error

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<Error> for Error

§

fn from(error: Error) -> Error

Converts to this type from the input type.
§

impl From<Error> for Error

§

fn from(e: Error) -> Error

Converts to this type from the input type.
§

impl From<Infallible> for Error

§

fn from(never: Infallible) -> Error

Converts to this type from the input type.

Auto Trait Implementations§

§

impl Freeze for Error

§

impl !RefUnwindSafe for Error

§

impl Send for Error

§

impl Sync for Error

§

impl Unpin for Error

§

impl !UnwindSafe for Error

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/consensus/encode/struct.VarInt.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/consensus/encode/struct.VarInt.html index 8de158f697..50848b91ad 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/consensus/encode/struct.VarInt.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/consensus/encode/struct.VarInt.html @@ -5,11 +5,11 @@ R: BufRead + ?Sized,
Decode an object with a well-defined format. Read more
§

fn consensus_decode_from_finite_reader<R>(reader: &mut R) -> Result<Self, Error>
where R: BufRead + ?Sized,

Decode Self from a size-limited reader. Read more
§

impl Encodable for VarInt

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl From<u16> for VarInt

Creates a VarInt from a usize by casting the to a u64.

-
§

fn from(x: u16) -> VarInt

Converts to this type from the input type.
§

impl From<u32> for VarInt

Creates a VarInt from a usize by casting the to a u64.

-
§

fn from(x: u32) -> VarInt

Converts to this type from the input type.
§

impl From<u64> for VarInt

Creates a VarInt from a usize by casting the to a u64.

+
§

fn from(x: u16) -> VarInt

Converts to this type from the input type.
§

impl From<u32> for VarInt

Creates a VarInt from a usize by casting the to a u64.

+
§

fn from(x: u32) -> VarInt

Converts to this type from the input type.
§

impl From<u64> for VarInt

Creates a VarInt from a usize by casting the to a u64.

§

fn from(x: u64) -> VarInt

Converts to this type from the input type.
§

impl From<u8> for VarInt

Creates a VarInt from a usize by casting the to a u64.

-
§

fn from(x: u8) -> VarInt

Converts to this type from the input type.
§

impl From<usize> for VarInt

Creates a VarInt from a usize by casting the to a u64.

-
§

fn from(x: usize) -> VarInt

Converts to this type from the input type.
§

impl Ord for VarInt

§

fn cmp(&self, other: &VarInt) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where +
§

fn from(x: u8) -> VarInt

Converts to this type from the input type.

§

impl From<usize> for VarInt

Creates a VarInt from a usize by casting the to a u64.

+
§

fn from(x: usize) -> VarInt

Converts to this type from the input type.
§

impl Ord for VarInt

§

fn cmp(&self, other: &VarInt) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized + PartialOrd,

Restrict a value to a certain interval. Read more
§

impl PartialEq for VarInt

§

fn eq(&self, other: &VarInt) -> bool

This method tests for self and other values to be equal, and is used diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/consensus/params/struct.Params.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/consensus/params/struct.Params.html index 8e429cd726..0878222ff6 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/consensus/params/struct.Params.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/consensus/params/struct.Params.html @@ -43,7 +43,7 @@ compact-expressible values between Bitcoin Core’s and the limit expressed here

pub const REGTEST: Params = _

The regtest parameters.

pub const fn new(network: Network) -> Params

Creates parameters set for the given network. /// Creates parameters set for the given network.

pub fn difficulty_adjustment_interval(&self) -> u64

Calculates the number of blocks between difficulty adjustments.

-

Trait Implementations§

§

impl AsRef<Params> for Network

§

fn as_ref(&self) -> &Params

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<Params> for Params

§

fn as_ref(&self) -> &Params

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Clone for Params

§

fn clone(&self) -> Params

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Params

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl From<&Network> for &'static Params

§

fn from(value: &Network) -> &'static Params

Converts to this type from the input type.
§

impl From<&Network> for Params

§

fn from(value: &Network) -> Params

Converts to this type from the input type.
§

impl From<Network> for &'static Params

§

fn from(value: Network) -> &'static Params

Converts to this type from the input type.
§

impl From<Network> for Params

§

fn from(value: Network) -> Params

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +

Trait Implementations§

§

impl AsRef<Params> for Network

§

fn as_ref(&self) -> &Params

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<Params> for Params

§

fn as_ref(&self) -> &Params

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Clone for Params

§

fn clone(&self) -> Params

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Params

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl From<&Network> for &'static Params

§

fn from(value: &Network) -> &'static Params

Converts to this type from the input type.
§

impl From<&Network> for Params

§

fn from(value: &Network) -> Params

Converts to this type from the input type.
§

impl From<Network> for &'static Params

§

fn from(value: Network) -> &'static Params

Converts to this type from the input type.
§

impl From<Network> for Params

§

fn from(value: Network) -> Params

Converts to this type from the input type.

Auto Trait Implementations§

§

impl Freeze for Params

§

impl RefUnwindSafe for Params

§

impl Send for Params

§

impl Sync for Params

§

impl Unpin for Params

§

impl UnwindSafe for Params

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/consensus/struct.Params.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/consensus/struct.Params.html index 312ce215dd..17e7f3cc45 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/consensus/struct.Params.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/consensus/struct.Params.html @@ -43,7 +43,7 @@ compact-expressible values between Bitcoin Core’s and the limit expressed here

pub const REGTEST: Params = _

The regtest parameters.

pub const fn new(network: Network) -> Params

Creates parameters set for the given network. /// Creates parameters set for the given network.

pub fn difficulty_adjustment_interval(&self) -> u64

Calculates the number of blocks between difficulty adjustments.

-

Trait Implementations§

§

impl AsRef<Params> for Network

§

fn as_ref(&self) -> &Params

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<Params> for Params

§

fn as_ref(&self) -> &Params

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Clone for Params

§

fn clone(&self) -> Params

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Params

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl From<&Network> for &'static Params

§

fn from(value: &Network) -> &'static Params

Converts to this type from the input type.
§

impl From<&Network> for Params

§

fn from(value: &Network) -> Params

Converts to this type from the input type.
§

impl From<Network> for &'static Params

§

fn from(value: Network) -> &'static Params

Converts to this type from the input type.
§

impl From<Network> for Params

§

fn from(value: Network) -> Params

Converts to this type from the input type.

Auto Trait Implementations§

§

impl Freeze for Params

§

impl RefUnwindSafe for Params

§

impl Send for Params

§

impl Sync for Params

§

impl Unpin for Params

§

impl UnwindSafe for Params

Blanket Implementations§

source§

impl<T> Any for T
where +

Trait Implementations§

§

impl AsRef<Params> for Network

§

fn as_ref(&self) -> &Params

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<Params> for Params

§

fn as_ref(&self) -> &Params

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Clone for Params

§

fn clone(&self) -> Params

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Params

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl From<&Network> for &'static Params

§

fn from(value: &Network) -> &'static Params

Converts to this type from the input type.
§

impl From<&Network> for Params

§

fn from(value: &Network) -> Params

Converts to this type from the input type.
§

impl From<Network> for &'static Params

§

fn from(value: Network) -> &'static Params

Converts to this type from the input type.
§

impl From<Network> for Params

§

fn from(value: Network) -> Params

Converts to this type from the input type.

Auto Trait Implementations§

§

impl Freeze for Params

§

impl RefUnwindSafe for Params

§

impl Send for Params

§

impl Sync for Params

§

impl Unpin for Params

§

impl UnwindSafe for Params

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/ecdsa/enum.Error.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/ecdsa/enum.Error.html index d08502ff96..8bdf2a18e8 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/ecdsa/enum.Error.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/ecdsa/enum.Error.html @@ -8,7 +8,7 @@
§

SighashType(NonStandardSighashTypeError)

Non-standard sighash type.

§

EmptySignature

Signature was empty.

§

Secp256k1(Error)

A secp256k1 error.

-

Trait Implementations§

§

impl Clone for Error

§

fn clone(&self) -> Error

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Error

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for Error

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for Error

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<Error> for Error

§

fn from(e: Error) -> Error

Converts to this type from the input type.
§

impl From<HexToBytesError> for Error

§

fn from(e: HexToBytesError) -> Error

Converts to this type from the input type.
§

impl From<Infallible> for Error

§

fn from(never: Infallible) -> Error

Converts to this type from the input type.
§

impl From<NonStandardSighashTypeError> for Error

§

fn from(e: NonStandardSighashTypeError) -> Error

Converts to this type from the input type.
§

impl PartialEq for Error

§

fn eq(&self, other: &Error) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

§

impl Clone for Error

§

fn clone(&self) -> Error

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Error

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for Error

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for Error

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<Error> for Error

§

fn from(e: Error) -> Error

Converts to this type from the input type.
§

impl From<HexToBytesError> for Error

§

fn from(e: HexToBytesError) -> Error

Converts to this type from the input type.
§

impl From<Infallible> for Error

§

fn from(never: Infallible) -> Error

Converts to this type from the input type.
§

impl From<NonStandardSighashTypeError> for Error

§

fn from(e: NonStandardSighashTypeError) -> Error

Converts to this type from the input type.
§

impl PartialEq for Error

§

fn eq(&self, other: &Error) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl Eq for Error

§

impl StructuralPartialEq for Error

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/ecdsa/struct.SerializedSignature.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/ecdsa/struct.SerializedSignature.html index a9f6dad118..94adc93310 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/ecdsa/struct.SerializedSignature.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/ecdsa/struct.SerializedSignature.html @@ -2395,7 +2395,7 @@ given separator between each.

§Examples
assert_eq!(["hello", "world"].connect(" "), "hello world");
 assert_eq!([[1, 2], [3, 4]].connect(&0), [1, 2, 0, 3, 4]);
-

Trait Implementations§

§

impl AsMut<[u8]> for SerializedSignature

§

fn as_mut(&mut self) -> &mut [u8] ⓘ

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsRef<[u8]> for SerializedSignature

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for SerializedSignature

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for SerializedSignature

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl BorrowMut<[u8]> for SerializedSignature

§

fn borrow_mut(&mut self) -> &mut [u8] ⓘ

Mutably borrows from an owned value. Read more
§

impl Clone for SerializedSignature

§

fn clone(&self) -> SerializedSignature

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for SerializedSignature

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Deref for SerializedSignature

§

type Target = [u8]

The resulting type after dereferencing.
§

fn deref(&self) -> &<SerializedSignature as Deref>::Target

Dereferences the value.
§

impl DerefMut for SerializedSignature

§

fn deref_mut(&mut self) -> &mut <SerializedSignature as Deref>::Target

Mutably dereferences the value.
§

impl Display for SerializedSignature

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Hash for SerializedSignature

§

fn hash<H>(&self, state: &mut H)
where +

Trait Implementations§

§

impl AsMut<[u8]> for SerializedSignature

§

fn as_mut(&mut self) -> &mut [u8] ⓘ

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsRef<[u8]> for SerializedSignature

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for SerializedSignature

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for SerializedSignature

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl BorrowMut<[u8]> for SerializedSignature

§

fn borrow_mut(&mut self) -> &mut [u8] ⓘ

Mutably borrows from an owned value. Read more
§

impl Clone for SerializedSignature

§

fn clone(&self) -> SerializedSignature

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for SerializedSignature

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Deref for SerializedSignature

§

type Target = [u8]

The resulting type after dereferencing.
§

fn deref(&self) -> &<SerializedSignature as Deref>::Target

Dereferences the value.
§

impl DerefMut for SerializedSignature

§

fn deref_mut(&mut self) -> &mut <SerializedSignature as Deref>::Target

Mutably dereferences the value.
§

impl Display for SerializedSignature

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Hash for SerializedSignature

§

fn hash<H>(&self, state: &mut H)
where H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl<'a> IntoIterator for &'a SerializedSignature

§

type IntoIter = Iter<'a, u8>

Which kind of iterator are we turning this into?
§

type Item = &'a u8

The type of the elements being iterated over.
§

fn into_iter(self) -> <&'a SerializedSignature as IntoIterator>::IntoIter

Creates an iterator from a value. Read more
§

impl LowerHex for SerializedSignature

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl PartialEq for SerializedSignature

§

fn eq(&self, other: &SerializedSignature) -> bool

This method tests for self and other values to be equal, and is used diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/ecdsa/struct.Signature.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/ecdsa/struct.Signature.html index 1883a5dcf9..b0a2c3b295 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/ecdsa/struct.Signature.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/ecdsa/struct.Signature.html @@ -40,5 +40,5 @@ sufficient, and should not be overridden without very good reason.
Display + ?Sized,
source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/enum.EcdsaSighashType.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/enum.EcdsaSighashType.html index f8a3373c41..491a47ef9f 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/enum.EcdsaSighashType.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/enum.EcdsaSighashType.html @@ -60,5 +60,5 @@ sufficient, and should not be overridden without very good reason.
Display + ?Sized,
source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/enum.Network.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/enum.Network.html index 9103846d3f..c0e875683d 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/enum.Network.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/enum.Network.html @@ -52,7 +52,7 @@ Use the chain <chain> (default: main). Allowed values: main, test, signet,

Trait Implementations§

§

impl AsRef<Params> for Network

§

fn as_ref(&self) -> &Params

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Clone for Network

§

fn clone(&self) -> Network

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Network

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for Network

§

fn deserialize<__D>( __deserializer: __D ) -> Result<Network, <__D as Deserializer<'de>>::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for Network

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl From<&Network> for &'static Params

§

fn from(value: &Network) -> &'static Params

Converts to this type from the input type.
§

impl From<&Network> for Params

§

fn from(value: &Network) -> Params

Converts to this type from the input type.
§

impl From<Network> for &'static Params

§

fn from(value: Network) -> &'static Params

Converts to this type from the input type.
§

impl From<Network> for KnownHrp

§

fn from(n: Network) -> KnownHrp

Converts to this type from the input type.
§

impl From<Network> for Magic

§

fn from(network: Network) -> Magic

Converts to this type from the input type.
§

impl From<Network> for NetworkKind

§

fn from(n: Network) -> NetworkKind

Converts to this type from the input type.
§

impl From<Network> for Params

§

fn from(value: Network) -> Params

Converts to this type from the input type.
§

impl FromStr for Network

§

type Err = ParseNetworkError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Network, <Network as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for Network

§

fn hash<__H>(&self, state: &mut __H)
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for Network

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl From<&Network> for &'static Params

§

fn from(value: &Network) -> &'static Params

Converts to this type from the input type.
§

impl From<&Network> for Params

§

fn from(value: &Network) -> Params

Converts to this type from the input type.
§

impl From<Network> for &'static Params

§

fn from(value: Network) -> &'static Params

Converts to this type from the input type.
§

impl From<Network> for KnownHrp

§

fn from(n: Network) -> KnownHrp

Converts to this type from the input type.
§

impl From<Network> for Magic

§

fn from(network: Network) -> Magic

Converts to this type from the input type.
§

impl From<Network> for NetworkKind

§

fn from(n: Network) -> NetworkKind

Converts to this type from the input type.
§

impl From<Network> for Params

§

fn from(value: Network) -> Params

Converts to this type from the input type.
§

impl FromStr for Network

§

type Err = ParseNetworkError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Network, <Network as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for Network

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl Ord for Network

§

fn cmp(&self, other: &Network) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where @@ -66,9 +66,9 @@ operator. Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
§

impl TryFrom<ChainHash> for Network

§

type Error = UnknownChainHashError

The type returned in the event of a conversion error.
§

fn try_from( + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
§

impl TryFrom<ChainHash> for Network

§

type Error = UnknownChainHashError

The type returned in the event of a conversion error.
§

fn try_from( chain_hash: ChainHash -) -> Result<Network, <Network as TryFrom<ChainHash>>::Error>

Performs the conversion.
§

impl TryFrom<Magic> for Network

§

type Error = UnknownMagicError

The type returned in the event of a conversion error.
§

fn try_from(magic: Magic) -> Result<Network, <Network as TryFrom<Magic>>::Error>

Performs the conversion.
§

impl Copy for Network

§

impl Eq for Network

§

impl StructuralPartialEq for Network

Auto Trait Implementations§

§

impl Freeze for Network

§

impl RefUnwindSafe for Network

§

impl Send for Network

§

impl Sync for Network

§

impl Unpin for Network

§

impl UnwindSafe for Network

Blanket Implementations§

source§

impl<T> Any for T

Performs the conversion.
§

impl TryFrom<Magic> for Network

§

type Error = UnknownMagicError

The type returned in the event of a conversion error.
§

fn try_from(magic: Magic) -> Result<Network, <Network as TryFrom<Magic>>::Error>

Performs the conversion.
§

impl Copy for Network

§

impl Eq for Network

§

impl StructuralPartialEq for Network

Auto Trait Implementations§

§

impl Freeze for Network

§

impl RefUnwindSafe for Network

§

impl Send for Network

§

impl Sync for Network

§

impl Unpin for Network

§

impl UnwindSafe for Network

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<Q, K> Equivalent<K> for Q
where @@ -83,5 +83,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/enum.TapSighashType.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/enum.TapSighashType.html index 42263f8fc8..d8a33e17a8 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/enum.TapSighashType.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/enum.TapSighashType.html @@ -24,7 +24,7 @@ to follow it.)

Trait Implementations§

§

impl Clone for TapSighashType

§

fn clone(&self) -> TapSighashType

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for TapSighashType

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for TapSighashType

§

fn deserialize<D>( deserializer: D ) -> Result<TapSighashType, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for TapSighashType

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl From<EcdsaSighashType> for TapSighashType

§

fn from(s: EcdsaSighashType) -> TapSighashType

Converts to this type from the input type.
§

impl From<TapSighashType> for PsbtSighashType

§

fn from(taproot_hash_ty: TapSighashType) -> PsbtSighashType

Converts to this type from the input type.
§

impl FromStr for TapSighashType

§

type Err = SighashTypeParseError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<TapSighashType, <TapSighashType as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for TapSighashType

§

fn hash<__H>(&self, state: &mut __H)
where + D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for TapSighashType

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl From<EcdsaSighashType> for TapSighashType

§

fn from(s: EcdsaSighashType) -> TapSighashType

Converts to this type from the input type.
§

impl From<TapSighashType> for PsbtSighashType

§

fn from(taproot_hash_ty: TapSighashType) -> PsbtSighashType

Converts to this type from the input type.
§

impl FromStr for TapSighashType

§

type Err = SighashTypeParseError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<TapSighashType, <TapSighashType as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for TapSighashType

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl Ord for TapSighashType

§

fn cmp(&self, other: &TapSighashType) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where @@ -53,5 +53,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/enum.WitnessVersion.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/enum.WitnessVersion.html index c98e2a684d..e748f0718d 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/enum.WitnessVersion.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/enum.WitnessVersion.html @@ -44,7 +44,7 @@ version in bitcoin script. Thus, there is no function to directly convert witnes into a byte since the conversion requires context (bitcoin script or just a version number).

pub fn to_fe(self) -> Fe32

Converts this witness version to a GF32 field element.

Trait Implementations§

§

impl Clone for WitnessVersion

§

fn clone(&self) -> WitnessVersion

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for WitnessVersion

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for WitnessVersion

Prints WitnessVersion number (from 0 to 16) as integer, without any prefix or suffix.

-
§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl From<WitnessVersion> for Fe32

§

fn from(version: WitnessVersion) -> Fe32

Converts to this type from the input type.
§

impl From<WitnessVersion> for Opcode

§

fn from(version: WitnessVersion) -> Opcode

Converts to this type from the input type.
§

impl FromStr for WitnessVersion

§

type Err = FromStrError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<WitnessVersion, <WitnessVersion as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for WitnessVersion

§

fn hash<__H>(&self, state: &mut __H)
where +
§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more

§

impl From<WitnessVersion> for Fe32

§

fn from(version: WitnessVersion) -> Fe32

Converts to this type from the input type.
§

impl From<WitnessVersion> for Opcode

§

fn from(version: WitnessVersion) -> Opcode

Converts to this type from the input type.
§

impl FromStr for WitnessVersion

§

type Err = FromStrError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<WitnessVersion, <WitnessVersion as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for WitnessVersion

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl Ord for WitnessVersion

§

fn cmp(&self, other: &WitnessVersion) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where @@ -54,13 +54,13 @@ into a byte since the conversion requires context (bitcoin script or just a vers by ==.

1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl PartialOrd for WitnessVersion

§

fn partial_cmp(&self, other: &WitnessVersion) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
§

impl TryFrom<Fe32> for WitnessVersion

§

type Error = TryFromError

The type returned in the event of a conversion error.
§

fn try_from( +operator. Read more

§

impl TryFrom<Fe32> for WitnessVersion

§

type Error = TryFromError

The type returned in the event of a conversion error.
§

fn try_from( value: Fe32 -) -> Result<WitnessVersion, <WitnessVersion as TryFrom<Fe32>>::Error>

Performs the conversion.
§

impl<'a> TryFrom<Instruction<'a>> for WitnessVersion

§

type Error = TryFromInstructionError

The type returned in the event of a conversion error.
§

fn try_from( +) -> Result<WitnessVersion, <WitnessVersion as TryFrom<Fe32>>::Error>

Performs the conversion.
§

impl<'a> TryFrom<Instruction<'a>> for WitnessVersion

§

type Error = TryFromInstructionError

The type returned in the event of a conversion error.
§

fn try_from( instruction: Instruction<'_> -) -> Result<WitnessVersion, <WitnessVersion as TryFrom<Instruction<'a>>>::Error>

Performs the conversion.
§

impl TryFrom<Opcode> for WitnessVersion

§

type Error = TryFromError

The type returned in the event of a conversion error.
§

fn try_from( +) -> Result<WitnessVersion, <WitnessVersion as TryFrom<Instruction<'a>>>::Error>

Performs the conversion.
§

impl TryFrom<Opcode> for WitnessVersion

§

type Error = TryFromError

The type returned in the event of a conversion error.
§

fn try_from( opcode: Opcode -) -> Result<WitnessVersion, <WitnessVersion as TryFrom<Opcode>>::Error>

Performs the conversion.
§

impl TryFrom<u8> for WitnessVersion

§

type Error = TryFromError

The type returned in the event of a conversion error.
§

fn try_from( +) -> Result<WitnessVersion, <WitnessVersion as TryFrom<Opcode>>::Error>

Performs the conversion.
§

impl TryFrom<u8> for WitnessVersion

§

type Error = TryFromError

The type returned in the event of a conversion error.
§

fn try_from( no: u8 ) -> Result<WitnessVersion, <WitnessVersion as TryFrom<u8>>::Error>

Performs the conversion.
§

impl Copy for WitnessVersion

§

impl Eq for WitnessVersion

§

impl StructuralPartialEq for WitnessVersion

Auto Trait Implementations§

§

impl Freeze for WitnessVersion

§

impl RefUnwindSafe for WitnessVersion

§

impl Send for WitnessVersion

§

impl Sync for WitnessVersion

§

impl Unpin for WitnessVersion

§

impl UnwindSafe for WitnessVersion

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hash_types/struct.BlockHash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hash_types/struct.BlockHash.html index 6bacdc1af7..1d8f4f9491 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hash_types/struct.BlockHash.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hash_types/struct.BlockHash.html @@ -6,11 +6,11 @@ R: BufRead + ?Sized,

Decode an object with a well-defined format. Read more
§

fn consensus_decode_from_finite_reader<R>(reader: &mut R) -> Result<Self, Error>
where R: BufRead + ?Sized,

Decode Self from a size-limited reader. Read more
§

impl<'de> Deserialize<'de> for BlockHash

§

fn deserialize<D>(d: D) -> Result<BlockHash, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for BlockHash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Encodable for BlockHash

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where - W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl From<&Block> for BlockHash

§

fn from(block: &Block) -> BlockHash

Converts to this type from the input type.
§

impl From<&Header> for BlockHash

§

fn from(header: &Header) -> BlockHash

Converts to this type from the input type.
§

impl From<Block> for BlockHash

§

fn from(block: Block) -> BlockHash

Converts to this type from the input type.
§

impl From<BlockHash> for Hash

§

fn from(hashtype: BlockHash) -> Hash

Converts to this type from the input type.
§

impl From<Hash> for BlockHash

§

fn from(inner: Hash) -> BlockHash

Converts to this type from the input type.
§

impl From<Header> for BlockHash

§

fn from(header: Header) -> BlockHash

Converts to this type from the input type.
§

impl FromStr for BlockHash

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<BlockHash, <BlockHash as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for BlockHash

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected + W: Write + ?Sized,
Encodes an object with a well-defined format. Read more
§

impl From<&Block> for BlockHash

§

fn from(block: &Block) -> BlockHash

Converts to this type from the input type.
§

impl From<&Header> for BlockHash

§

fn from(header: &Header) -> BlockHash

Converts to this type from the input type.
§

impl From<Block> for BlockHash

§

fn from(block: Block) -> BlockHash

Converts to this type from the input type.
§

impl From<BlockHash> for Hash

§

fn from(hashtype: BlockHash) -> Hash

Converts to this type from the input type.
§

impl From<Hash> for BlockHash

§

fn from(inner: Hash) -> BlockHash

Converts to this type from the input type.
§

impl From<Header> for BlockHash

§

fn from(header: Header) -> BlockHash

Converts to this type from the input type.
§

impl FromStr for BlockHash

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<BlockHash, <BlockHash as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for BlockHash

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
§

const LEN: usize = 32usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = true

Flag indicating whether user-visible serializations of this hash +any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
§

const LEN: usize = 32usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = true

Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
§

fn engine() -> <BlockHash as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: <BlockHash as Hash>::Engine) -> BlockHash

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<BlockHash, FromSliceError>

Copies a byte slice into a hash object.
§

fn from_byte_array(bytes: <BlockHash as Hash>::Bytes) -> BlockHash

Constructs a hash from the underlying byte array.
§

fn to_byte_array(self) -> <BlockHash as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<BlockHash as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn all_zeros() -> BlockHash

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where +true for Sha256dHash, so here we are.

§

fn engine() -> <BlockHash as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: <BlockHash as Hash>::Engine) -> BlockHash

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<BlockHash, FromSliceError>

Copies a byte slice into a hash object.
§

fn from_byte_array(bytes: <BlockHash as Hash>::Bytes) -> BlockHash

Constructs a hash from the underlying byte array.
§

fn to_byte_array(self) -> <BlockHash as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<BlockHash as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn all_zeros() -> BlockHash

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where B: AsRef<[u8]>, I: IntoIterator<Item = B>,

Hashes all the byte slices retrieved from the iterator together.
§

impl Hash for BlockHash

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where @@ -23,12 +23,12 @@ true for Sha256dHash, so here we are.

==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl PartialOrd for BlockHash

§

fn partial_cmp(&self, other: &BlockHash) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
§

impl SerdeHash for BlockHash

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<BlockHash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( +operator. Read more

§

impl SerdeHash for BlockHash

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<BlockHash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where S: Serializer,

Do serde serialization.
§

fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for BlockHash

§

fn serialize<S>( + D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for BlockHash

§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where @@ -47,5 +47,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hash_types/struct.FilterHash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hash_types/struct.FilterHash.html index 98cec0b3a9..b135593d4c 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hash_types/struct.FilterHash.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hash_types/struct.FilterHash.html @@ -10,11 +10,11 @@ R: BufRead + ?Sized,
Decode an object with a well-defined format. Read more
§

fn consensus_decode_from_finite_reader<R>(reader: &mut R) -> Result<Self, Error>
where R: BufRead + ?Sized,

Decode Self from a size-limited reader. Read more
§

impl<'de> Deserialize<'de> for FilterHash

§

fn deserialize<D>(d: D) -> Result<FilterHash, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for FilterHash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Encodable for FilterHash

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where - W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl From<FilterHash> for Hash

§

fn from(hashtype: FilterHash) -> Hash

Converts to this type from the input type.
§

impl From<Hash> for FilterHash

§

fn from(inner: Hash) -> FilterHash

Converts to this type from the input type.
§

impl FromStr for FilterHash

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<FilterHash, <FilterHash as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for FilterHash

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected + W: Write + ?Sized,
Encodes an object with a well-defined format. Read more
§

impl From<FilterHash> for Hash

§

fn from(hashtype: FilterHash) -> Hash

Converts to this type from the input type.
§

impl From<Hash> for FilterHash

§

fn from(inner: Hash) -> FilterHash

Converts to this type from the input type.
§

impl FromStr for FilterHash

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<FilterHash, <FilterHash as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for FilterHash

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
§

const LEN: usize = 32usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = true

Flag indicating whether user-visible serializations of this hash +any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
§

const LEN: usize = 32usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = true

Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
§

fn engine() -> <FilterHash as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: <FilterHash as Hash>::Engine) -> FilterHash

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<FilterHash, FromSliceError>

Copies a byte slice into a hash object.
§

fn from_byte_array(bytes: <FilterHash as Hash>::Bytes) -> FilterHash

Constructs a hash from the underlying byte array.
§

fn to_byte_array(self) -> <FilterHash as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<FilterHash as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn all_zeros() -> FilterHash

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where +true for Sha256dHash, so here we are.

§

fn engine() -> <FilterHash as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: <FilterHash as Hash>::Engine) -> FilterHash

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<FilterHash, FromSliceError>

Copies a byte slice into a hash object.
§

fn from_byte_array(bytes: <FilterHash as Hash>::Bytes) -> FilterHash

Constructs a hash from the underlying byte array.
§

fn to_byte_array(self) -> <FilterHash as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<FilterHash as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn all_zeros() -> FilterHash

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where B: AsRef<[u8]>, I: IntoIterator<Item = B>,

Hashes all the byte slices retrieved from the iterator together.
§

impl Hash for FilterHash

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where @@ -27,12 +27,12 @@ true for Sha256dHash, so here we are.

==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl PartialOrd for FilterHash

§

fn partial_cmp(&self, other: &FilterHash) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
§

impl SerdeHash for FilterHash

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<FilterHash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( +operator. Read more

§

impl SerdeHash for FilterHash

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<FilterHash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where S: Serializer,

Do serde serialization.
§

fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for FilterHash

§

fn serialize<S>( + D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for FilterHash

§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where @@ -51,5 +51,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hash_types/struct.FilterHeader.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hash_types/struct.FilterHeader.html index 8b280bba00..7ecf09af48 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hash_types/struct.FilterHeader.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hash_types/struct.FilterHeader.html @@ -6,11 +6,11 @@ R: BufRead + ?Sized,
Decode an object with a well-defined format. Read more
§

fn consensus_decode_from_finite_reader<R>(reader: &mut R) -> Result<Self, Error>
where R: BufRead + ?Sized,

Decode Self from a size-limited reader. Read more
§

impl<'de> Deserialize<'de> for FilterHeader

§

fn deserialize<D>(d: D) -> Result<FilterHeader, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for FilterHeader

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Encodable for FilterHeader

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where - W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl From<FilterHeader> for Hash

§

fn from(hashtype: FilterHeader) -> Hash

Converts to this type from the input type.
§

impl From<Hash> for FilterHeader

§

fn from(inner: Hash) -> FilterHeader

Converts to this type from the input type.
§

impl FromStr for FilterHeader

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<FilterHeader, <FilterHeader as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for FilterHeader

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected + W: Write + ?Sized,
Encodes an object with a well-defined format. Read more
§

impl From<FilterHeader> for Hash

§

fn from(hashtype: FilterHeader) -> Hash

Converts to this type from the input type.
§

impl From<Hash> for FilterHeader

§

fn from(inner: Hash) -> FilterHeader

Converts to this type from the input type.
§

impl FromStr for FilterHeader

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<FilterHeader, <FilterHeader as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for FilterHeader

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
§

const LEN: usize = 32usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = true

Flag indicating whether user-visible serializations of this hash +any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
§

const LEN: usize = 32usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = true

Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
§

fn engine() -> <FilterHeader as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: <FilterHeader as Hash>::Engine) -> FilterHeader

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<FilterHeader, FromSliceError>

Copies a byte slice into a hash object.
§

fn from_byte_array(bytes: <FilterHeader as Hash>::Bytes) -> FilterHeader

Constructs a hash from the underlying byte array.
§

fn to_byte_array(self) -> <FilterHeader as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<FilterHeader as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn all_zeros() -> FilterHeader

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where +true for Sha256dHash, so here we are.

§

fn engine() -> <FilterHeader as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: <FilterHeader as Hash>::Engine) -> FilterHeader

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<FilterHeader, FromSliceError>

Copies a byte slice into a hash object.
§

fn from_byte_array(bytes: <FilterHeader as Hash>::Bytes) -> FilterHeader

Constructs a hash from the underlying byte array.
§

fn to_byte_array(self) -> <FilterHeader as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<FilterHeader as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn all_zeros() -> FilterHeader

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where B: AsRef<[u8]>, I: IntoIterator<Item = B>,

Hashes all the byte slices retrieved from the iterator together.
§

impl Hash for FilterHeader

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where @@ -23,12 +23,12 @@ true for Sha256dHash, so here we are.

==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl PartialOrd for FilterHeader

§

fn partial_cmp(&self, other: &FilterHeader) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
§

impl SerdeHash for FilterHeader

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<FilterHeader, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( +operator. Read more

§

impl SerdeHash for FilterHeader

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<FilterHeader, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where S: Serializer,

Do serde serialization.
§

fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for FilterHeader

§

fn serialize<S>( + D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for FilterHeader

§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where @@ -47,5 +47,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hash_types/struct.TxMerkleNode.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hash_types/struct.TxMerkleNode.html index ddd6d636b5..f10052dfc0 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hash_types/struct.TxMerkleNode.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hash_types/struct.TxMerkleNode.html @@ -2,15 +2,15 @@

Implementations§

§

impl TxMerkleNode

pub fn from_raw_hash(inner: Hash) -> TxMerkleNode

Creates this wrapper type from the inner hash type.

pub fn to_raw_hash(self) -> Hash

Returns the inner hash (sha256, sh256d etc.).

pub fn as_raw_hash(&self) -> &Hash

Returns a reference to the inner hash (sha256, sh256d etc.).

-

Trait Implementations§

§

impl AsRef<[u8]> for TxMerkleNode

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 32]> for TxMerkleNode

§

fn as_ref(&self) -> &[u8; 32]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for TxMerkleNode

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Clone for TxMerkleNode

§

fn clone(&self) -> TxMerkleNode

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for TxMerkleNode

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Decodable for TxMerkleNode

Trait Implementations§

§

impl AsRef<[u8]> for TxMerkleNode

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 32]> for TxMerkleNode

§

fn as_ref(&self) -> &[u8; 32]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for TxMerkleNode

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Clone for TxMerkleNode

§

fn clone(&self) -> TxMerkleNode

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for TxMerkleNode

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Decodable for TxMerkleNode

§

fn consensus_decode<R>(r: &mut R) -> Result<TxMerkleNode, Error>
where R: BufRead + ?Sized,

Decode an object with a well-defined format. Read more
§

fn consensus_decode_from_finite_reader<R>(reader: &mut R) -> Result<Self, Error>
where R: BufRead + ?Sized,

Decode Self from a size-limited reader. Read more
§

impl<'de> Deserialize<'de> for TxMerkleNode

§

fn deserialize<D>(d: D) -> Result<TxMerkleNode, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for TxMerkleNode

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Encodable for TxMerkleNode

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where - W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl From<Hash> for TxMerkleNode

§

fn from(inner: Hash) -> TxMerkleNode

Converts to this type from the input type.
§

impl From<TxMerkleNode> for Hash

§

fn from(hashtype: TxMerkleNode) -> Hash

Converts to this type from the input type.
§

impl From<Txid> for TxMerkleNode

§

fn from(txid: Txid) -> TxMerkleNode

Converts to this type from the input type.
§

impl FromStr for TxMerkleNode

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<TxMerkleNode, <TxMerkleNode as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for TxMerkleNode

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected + W: Write + ?Sized,
Encodes an object with a well-defined format. Read more
§

impl From<Hash> for TxMerkleNode

§

fn from(inner: Hash) -> TxMerkleNode

Converts to this type from the input type.
§

impl From<TxMerkleNode> for Hash

§

fn from(hashtype: TxMerkleNode) -> Hash

Converts to this type from the input type.
§

impl From<Txid> for TxMerkleNode

§

fn from(txid: Txid) -> TxMerkleNode

Converts to this type from the input type.
§

impl FromStr for TxMerkleNode

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<TxMerkleNode, <TxMerkleNode as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for TxMerkleNode

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
§

const LEN: usize = 32usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = true

Flag indicating whether user-visible serializations of this hash +any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
§

const LEN: usize = 32usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = true

Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
§

fn engine() -> <TxMerkleNode as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: <TxMerkleNode as Hash>::Engine) -> TxMerkleNode

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<TxMerkleNode, FromSliceError>

Copies a byte slice into a hash object.
§

fn from_byte_array(bytes: <TxMerkleNode as Hash>::Bytes) -> TxMerkleNode

Constructs a hash from the underlying byte array.
§

fn to_byte_array(self) -> <TxMerkleNode as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<TxMerkleNode as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn all_zeros() -> TxMerkleNode

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where +true for Sha256dHash, so here we are.

§

fn engine() -> <TxMerkleNode as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: <TxMerkleNode as Hash>::Engine) -> TxMerkleNode

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<TxMerkleNode, FromSliceError>

Copies a byte slice into a hash object.
§

fn from_byte_array(bytes: <TxMerkleNode as Hash>::Bytes) -> TxMerkleNode

Constructs a hash from the underlying byte array.
§

fn to_byte_array(self) -> <TxMerkleNode as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<TxMerkleNode as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn all_zeros() -> TxMerkleNode

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where B: AsRef<[u8]>, I: IntoIterator<Item = B>,

Hashes all the byte slices retrieved from the iterator together.
§

impl Hash for TxMerkleNode

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where @@ -23,12 +23,12 @@ true for Sha256dHash, so here we are.

==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl PartialOrd for TxMerkleNode

§

fn partial_cmp(&self, other: &TxMerkleNode) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
§

impl SerdeHash for TxMerkleNode

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<TxMerkleNode, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( +operator. Read more

§

impl SerdeHash for TxMerkleNode

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<TxMerkleNode, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where S: Serializer,

Do serde serialization.
§

fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for TxMerkleNode

§

fn serialize<S>( + D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for TxMerkleNode

§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where @@ -47,5 +47,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hash_types/struct.Txid.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hash_types/struct.Txid.html index aedc0300ae..e405218f01 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hash_types/struct.Txid.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hash_types/struct.Txid.html @@ -2,19 +2,19 @@

For compatibility with the existing Bitcoin infrastructure and historical and current versions of the Bitcoin Core software itself, this and other sha256d::Hash types, are serialized in reverse byte order when converted to a hex string via std::fmt::Display -trait operations. See hashes::Hash::DISPLAY_BACKWARD for more details.

+trait operations. See hashes::Hash::DISPLAY_BACKWARD for more details.

Implementations§

§

impl Txid

pub fn from_raw_hash(inner: Hash) -> Txid

Creates this wrapper type from the inner hash type.

pub fn to_raw_hash(self) -> Hash

Returns the inner hash (sha256, sh256d etc.).

pub fn as_raw_hash(&self) -> &Hash

Returns a reference to the inner hash (sha256, sh256d etc.).

-

Trait Implementations§

§

impl AsRef<[u8]> for Txid

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 32]> for Txid

§

fn as_ref(&self) -> &[u8; 32]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for Txid

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Clone for Txid

§

fn clone(&self) -> Txid

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Txid

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Decodable for Txid

Trait Implementations§

§

impl AsRef<[u8]> for Txid

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 32]> for Txid

§

fn as_ref(&self) -> &[u8; 32]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for Txid

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Clone for Txid

§

fn clone(&self) -> Txid

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Txid

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Decodable for Txid

§

fn consensus_decode<R>(r: &mut R) -> Result<Txid, Error>
where R: BufRead + ?Sized,

Decode an object with a well-defined format. Read more
§

fn consensus_decode_from_finite_reader<R>(reader: &mut R) -> Result<Self, Error>
where R: BufRead + ?Sized,

Decode Self from a size-limited reader. Read more
§

impl<'de> Deserialize<'de> for Txid

§

fn deserialize<D>(d: D) -> Result<Txid, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for Txid

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Encodable for Txid

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where - W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl From<&Transaction> for Txid

§

fn from(tx: &Transaction) -> Txid

Converts to this type from the input type.
§

impl From<Hash> for Txid

§

fn from(inner: Hash) -> Txid

Converts to this type from the input type.
§

impl From<Transaction> for Txid

§

fn from(tx: Transaction) -> Txid

Converts to this type from the input type.
§

impl From<Txid> for Hash

§

fn from(hashtype: Txid) -> Hash

Converts to this type from the input type.
§

impl From<Txid> for TxMerkleNode

§

fn from(txid: Txid) -> TxMerkleNode

Converts to this type from the input type.
§

impl FromStr for Txid

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Txid, <Txid as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for Txid

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected + W: Write + ?Sized,
Encodes an object with a well-defined format. Read more
§

impl From<&Transaction> for Txid

§

fn from(tx: &Transaction) -> Txid

Converts to this type from the input type.
§

impl From<Hash> for Txid

§

fn from(inner: Hash) -> Txid

Converts to this type from the input type.
§

impl From<Transaction> for Txid

§

fn from(tx: Transaction) -> Txid

Converts to this type from the input type.
§

impl From<Txid> for Hash

§

fn from(hashtype: Txid) -> Hash

Converts to this type from the input type.
§

impl From<Txid> for TxMerkleNode

§

fn from(txid: Txid) -> TxMerkleNode

Converts to this type from the input type.
§

impl FromStr for Txid

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Txid, <Txid as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for Txid

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
§

const LEN: usize = 32usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = true

Flag indicating whether user-visible serializations of this hash +any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
§

const LEN: usize = 32usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = true

Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
§

fn engine() -> <Txid as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: <Txid as Hash>::Engine) -> Txid

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<Txid, FromSliceError>

Copies a byte slice into a hash object.
§

fn from_byte_array(bytes: <Txid as Hash>::Bytes) -> Txid

Constructs a hash from the underlying byte array.
§

fn to_byte_array(self) -> <Txid as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<Txid as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn all_zeros() -> Txid

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where +true for Sha256dHash, so here we are.

§

fn engine() -> <Txid as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: <Txid as Hash>::Engine) -> Txid

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<Txid, FromSliceError>

Copies a byte slice into a hash object.
§

fn from_byte_array(bytes: <Txid as Hash>::Bytes) -> Txid

Constructs a hash from the underlying byte array.
§

fn to_byte_array(self) -> <Txid as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<Txid as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn all_zeros() -> Txid

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where B: AsRef<[u8]>, I: IntoIterator<Item = B>,

Hashes all the byte slices retrieved from the iterator together.
§

impl Hash for Txid

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where @@ -27,12 +27,12 @@ true for Sha256dHash, so here we are.

==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl PartialOrd for Txid

§

fn partial_cmp(&self, other: &Txid) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
§

impl SerdeHash for Txid

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Txid, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( +operator. Read more

§

impl SerdeHash for Txid

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Txid, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where S: Serializer,

Do serde serialization.
§

fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for Txid

§

fn serialize<S>( + D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for Txid

§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where @@ -51,5 +51,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hash_types/struct.WitnessCommitment.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hash_types/struct.WitnessCommitment.html index 189be402fa..36b5f274d3 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hash_types/struct.WitnessCommitment.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hash_types/struct.WitnessCommitment.html @@ -2,18 +2,18 @@

Implementations§

§

impl WitnessCommitment

pub fn from_raw_hash(inner: Hash) -> WitnessCommitment

Creates this wrapper type from the inner hash type.

pub fn to_raw_hash(self) -> Hash

Returns the inner hash (sha256, sh256d etc.).

pub fn as_raw_hash(&self) -> &Hash

Returns a reference to the inner hash (sha256, sh256d etc.).

-

Trait Implementations§

§

impl AsRef<[u8]> for WitnessCommitment

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 32]> for WitnessCommitment

§

fn as_ref(&self) -> &[u8; 32]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for WitnessCommitment

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Clone for WitnessCommitment

§

fn clone(&self) -> WitnessCommitment

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for WitnessCommitment

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for WitnessCommitment

Trait Implementations§

§

impl AsRef<[u8]> for WitnessCommitment

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 32]> for WitnessCommitment

§

fn as_ref(&self) -> &[u8; 32]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for WitnessCommitment

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Clone for WitnessCommitment

§

fn clone(&self) -> WitnessCommitment

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for WitnessCommitment

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for WitnessCommitment

§

fn deserialize<D>( d: D ) -> Result<WitnessCommitment, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for WitnessCommitment

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl From<Hash> for WitnessCommitment

§

fn from(inner: Hash) -> WitnessCommitment

Converts to this type from the input type.
§

impl From<WitnessCommitment> for Hash

§

fn from(hashtype: WitnessCommitment) -> Hash

Converts to this type from the input type.
§

impl FromStr for WitnessCommitment

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str( s: &str -) -> Result<WitnessCommitment, <WitnessCommitment as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for WitnessCommitment

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected +) -> Result<WitnessCommitment, <WitnessCommitment as FromStr>::Err>
Parses a string s to return a value of this type. Read more
§

impl Hash for WitnessCommitment

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
§

const LEN: usize = 32usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = true

Flag indicating whether user-visible serializations of this hash +any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
§

const LEN: usize = 32usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = true

Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
§

fn engine() -> <WitnessCommitment as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: <WitnessCommitment as Hash>::Engine) -> WitnessCommitment

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<WitnessCommitment, FromSliceError>

Copies a byte slice into a hash object.
§

fn from_byte_array( - bytes: <WitnessCommitment as Hash>::Bytes -) -> WitnessCommitment

Constructs a hash from the underlying byte array.
§

fn to_byte_array(self) -> <WitnessCommitment as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<WitnessCommitment as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn all_zeros() -> WitnessCommitment

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where +true for Sha256dHash, so here we are.

§

fn engine() -> <WitnessCommitment as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: <WitnessCommitment as Hash>::Engine) -> WitnessCommitment

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<WitnessCommitment, FromSliceError>

Copies a byte slice into a hash object.
§

fn from_byte_array( + bytes: <WitnessCommitment as Hash>::Bytes +) -> WitnessCommitment

Constructs a hash from the underlying byte array.
§

fn to_byte_array(self) -> <WitnessCommitment as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<WitnessCommitment as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn all_zeros() -> WitnessCommitment

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where B: AsRef<[u8]>, I: IntoIterator<Item = B>,

Hashes all the byte slices retrieved from the iterator together.
§

impl Hash for WitnessCommitment

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where @@ -26,12 +26,12 @@ true for Sha256dHash, so here we are.

==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl PartialOrd for WitnessCommitment

§

fn partial_cmp(&self, other: &WitnessCommitment) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
§

impl SerdeHash for WitnessCommitment

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<WitnessCommitment, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( +operator. Read more

§

impl SerdeHash for WitnessCommitment

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<WitnessCommitment, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where S: Serializer,

Do serde serialization.
§

fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for WitnessCommitment

§

fn serialize<S>( + D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for WitnessCommitment

§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where @@ -50,5 +50,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hash_types/struct.WitnessMerkleNode.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hash_types/struct.WitnessMerkleNode.html index f07c13b6e8..dd67fed9b1 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hash_types/struct.WitnessMerkleNode.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hash_types/struct.WitnessMerkleNode.html @@ -8,15 +8,15 @@ d: D ) -> Result<WitnessMerkleNode, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§

impl Display for WitnessMerkleNode

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Encodable for WitnessMerkleNode

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where - W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl From<Hash> for WitnessMerkleNode

§

fn from(inner: Hash) -> WitnessMerkleNode

Converts to this type from the input type.
§

impl From<WitnessMerkleNode> for Hash

§

fn from(hashtype: WitnessMerkleNode) -> Hash

Converts to this type from the input type.
§

impl From<Wtxid> for WitnessMerkleNode

§

fn from(wtxid: Wtxid) -> WitnessMerkleNode

Converts to this type from the input type.
§

impl FromStr for WitnessMerkleNode

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str( + W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl From<Hash> for WitnessMerkleNode

§

fn from(inner: Hash) -> WitnessMerkleNode

Converts to this type from the input type.
§

impl From<WitnessMerkleNode> for Hash

§

fn from(hashtype: WitnessMerkleNode) -> Hash

Converts to this type from the input type.
§

impl From<Wtxid> for WitnessMerkleNode

§

fn from(wtxid: Wtxid) -> WitnessMerkleNode

Converts to this type from the input type.
§

impl FromStr for WitnessMerkleNode

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str( s: &str -) -> Result<WitnessMerkleNode, <WitnessMerkleNode as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for WitnessMerkleNode

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected +) -> Result<WitnessMerkleNode, <WitnessMerkleNode as FromStr>::Err>
Parses a string s to return a value of this type. Read more
§

impl Hash for WitnessMerkleNode

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
§

const LEN: usize = 32usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = true

Flag indicating whether user-visible serializations of this hash +any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
§

const LEN: usize = 32usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = true

Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
§

fn engine() -> <WitnessMerkleNode as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: <WitnessMerkleNode as Hash>::Engine) -> WitnessMerkleNode

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<WitnessMerkleNode, FromSliceError>

Copies a byte slice into a hash object.
§

fn from_byte_array( - bytes: <WitnessMerkleNode as Hash>::Bytes -) -> WitnessMerkleNode

Constructs a hash from the underlying byte array.
§

fn to_byte_array(self) -> <WitnessMerkleNode as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<WitnessMerkleNode as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn all_zeros() -> WitnessMerkleNode

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where +true for Sha256dHash, so here we are.

§

fn engine() -> <WitnessMerkleNode as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: <WitnessMerkleNode as Hash>::Engine) -> WitnessMerkleNode

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<WitnessMerkleNode, FromSliceError>

Copies a byte slice into a hash object.
§

fn from_byte_array( + bytes: <WitnessMerkleNode as Hash>::Bytes +) -> WitnessMerkleNode

Constructs a hash from the underlying byte array.
§

fn to_byte_array(self) -> <WitnessMerkleNode as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<WitnessMerkleNode as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn all_zeros() -> WitnessMerkleNode

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where B: AsRef<[u8]>, I: IntoIterator<Item = B>,

Hashes all the byte slices retrieved from the iterator together.
§

impl Hash for WitnessMerkleNode

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where @@ -29,12 +29,12 @@ true for Sha256dHash, so here we are.

==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl PartialOrd for WitnessMerkleNode

§

fn partial_cmp(&self, other: &WitnessMerkleNode) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
§

impl SerdeHash for WitnessMerkleNode

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<WitnessMerkleNode, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( +operator. Read more

§

impl SerdeHash for WitnessMerkleNode

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<WitnessMerkleNode, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where S: Serializer,

Do serde serialization.
§

fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for WitnessMerkleNode

§

fn serialize<S>( + D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for WitnessMerkleNode

§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where @@ -53,5 +53,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hash_types/struct.Wtxid.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hash_types/struct.Wtxid.html index 5f06c6b622..4e26bcc4e7 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hash_types/struct.Wtxid.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hash_types/struct.Wtxid.html @@ -2,15 +2,15 @@

Implementations§

§

impl Wtxid

pub fn from_raw_hash(inner: Hash) -> Wtxid

Creates this wrapper type from the inner hash type.

pub fn to_raw_hash(self) -> Hash

Returns the inner hash (sha256, sh256d etc.).

pub fn as_raw_hash(&self) -> &Hash

Returns a reference to the inner hash (sha256, sh256d etc.).

-

Trait Implementations§

§

impl AsRef<[u8]> for Wtxid

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 32]> for Wtxid

§

fn as_ref(&self) -> &[u8; 32]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for Wtxid

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Clone for Wtxid

§

fn clone(&self) -> Wtxid

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Wtxid

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Decodable for Wtxid

Trait Implementations§

§

impl AsRef<[u8]> for Wtxid

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 32]> for Wtxid

§

fn as_ref(&self) -> &[u8; 32]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for Wtxid

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Clone for Wtxid

§

fn clone(&self) -> Wtxid

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Wtxid

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Decodable for Wtxid

§

fn consensus_decode<R>(r: &mut R) -> Result<Wtxid, Error>
where R: BufRead + ?Sized,

Decode an object with a well-defined format. Read more
§

fn consensus_decode_from_finite_reader<R>(reader: &mut R) -> Result<Self, Error>
where R: BufRead + ?Sized,

Decode Self from a size-limited reader. Read more
§

impl<'de> Deserialize<'de> for Wtxid

§

fn deserialize<D>(d: D) -> Result<Wtxid, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for Wtxid

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Encodable for Wtxid

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where - W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl From<&Transaction> for Wtxid

§

fn from(tx: &Transaction) -> Wtxid

Converts to this type from the input type.
§

impl From<Hash> for Wtxid

§

fn from(inner: Hash) -> Wtxid

Converts to this type from the input type.
§

impl From<Transaction> for Wtxid

§

fn from(tx: Transaction) -> Wtxid

Converts to this type from the input type.
§

impl From<Wtxid> for Hash

§

fn from(hashtype: Wtxid) -> Hash

Converts to this type from the input type.
§

impl From<Wtxid> for WitnessMerkleNode

§

fn from(wtxid: Wtxid) -> WitnessMerkleNode

Converts to this type from the input type.
§

impl FromStr for Wtxid

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Wtxid, <Wtxid as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for Wtxid

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected + W: Write + ?Sized,
Encodes an object with a well-defined format. Read more
§

impl From<&Transaction> for Wtxid

§

fn from(tx: &Transaction) -> Wtxid

Converts to this type from the input type.
§

impl From<Hash> for Wtxid

§

fn from(inner: Hash) -> Wtxid

Converts to this type from the input type.
§

impl From<Transaction> for Wtxid

§

fn from(tx: Transaction) -> Wtxid

Converts to this type from the input type.
§

impl From<Wtxid> for Hash

§

fn from(hashtype: Wtxid) -> Hash

Converts to this type from the input type.
§

impl From<Wtxid> for WitnessMerkleNode

§

fn from(wtxid: Wtxid) -> WitnessMerkleNode

Converts to this type from the input type.
§

impl FromStr for Wtxid

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Wtxid, <Wtxid as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for Wtxid

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
§

const LEN: usize = 32usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = true

Flag indicating whether user-visible serializations of this hash +any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
§

const LEN: usize = 32usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = true

Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
§

fn engine() -> <Wtxid as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: <Wtxid as Hash>::Engine) -> Wtxid

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<Wtxid, FromSliceError>

Copies a byte slice into a hash object.
§

fn from_byte_array(bytes: <Wtxid as Hash>::Bytes) -> Wtxid

Constructs a hash from the underlying byte array.
§

fn to_byte_array(self) -> <Wtxid as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<Wtxid as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn all_zeros() -> Wtxid

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where +true for Sha256dHash, so here we are.

§

fn engine() -> <Wtxid as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: <Wtxid as Hash>::Engine) -> Wtxid

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<Wtxid, FromSliceError>

Copies a byte slice into a hash object.
§

fn from_byte_array(bytes: <Wtxid as Hash>::Bytes) -> Wtxid

Constructs a hash from the underlying byte array.
§

fn to_byte_array(self) -> <Wtxid as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<Wtxid as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn all_zeros() -> Wtxid

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where B: AsRef<[u8]>, I: IntoIterator<Item = B>,

Hashes all the byte slices retrieved from the iterator together.
§

impl Hash for Wtxid

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where @@ -23,12 +23,12 @@ true for Sha256dHash, so here we are.

==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl PartialOrd for Wtxid

§

fn partial_cmp(&self, other: &Wtxid) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
§

impl SerdeHash for Wtxid

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Wtxid, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( +operator. Read more

§

impl SerdeHash for Wtxid

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Wtxid, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where S: Serializer,

Do serde serialization.
§

fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for Wtxid

§

fn serialize<S>( + D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for Wtxid

§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where @@ -47,5 +47,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/hash160/struct.Hash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/hash160/struct.Hash.html index aa43ae5cbb..1e092cdc7a 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/hash160/struct.Hash.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/hash160/struct.Hash.html @@ -3,17 +3,17 @@ a shared reference to this Hash type.

pub fn from_bytes_mut(bytes: &mut [u8; 20]) -> &mut Hash

Zero cost conversion between a fixed length byte array exclusive reference and an exclusive reference to this Hash type.

-

Trait Implementations§

§

impl AsRef<[u8]> for Hash

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 20]> for Hash

§

fn as_ref(&self) -> &[u8; 20]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for Hash

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Clone for Hash

§

fn clone(&self) -> Hash

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Hash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for Hash

§

fn deserialize<D>(d: D) -> Result<Hash, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for Hash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl From<Hash> for PubkeyHash

§

fn from(inner: Hash) -> PubkeyHash

Converts to this type from the input type.
§

impl From<Hash> for ScriptHash

§

fn from(inner: Hash) -> ScriptHash

Converts to this type from the input type.
§

impl From<Hash> for WPubkeyHash

§

fn from(inner: Hash) -> WPubkeyHash

Converts to this type from the input type.
§

impl From<Hash> for XKeyIdentifier

§

fn from(inner: Hash) -> XKeyIdentifier

Converts to this type from the input type.
§

impl From<PubkeyHash> for Hash

§

fn from(hashtype: PubkeyHash) -> Hash

Converts to this type from the input type.
§

impl From<ScriptHash> for Hash

§

fn from(hashtype: ScriptHash) -> Hash

Converts to this type from the input type.
§

impl From<WPubkeyHash> for Hash

§

fn from(hashtype: WPubkeyHash) -> Hash

Converts to this type from the input type.
§

impl From<XKeyIdentifier> for Hash

§

fn from(hashtype: XKeyIdentifier) -> Hash

Converts to this type from the input type.
§

impl FromStr for Hash

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Hash, <Hash as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for Hash

§

fn hash<__H>(&self, state: &mut __H)
where - __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where - H: Hasher, - Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl Hash for Hash

§

type Engine = HashEngine

A hashing engine which bytes can be serialized into. It is expected +

Trait Implementations§

§

impl AsRef<[u8]> for Hash

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 20]> for Hash

§

fn as_ref(&self) -> &[u8; 20]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for Hash

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Clone for Hash

§

fn clone(&self) -> Hash

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Hash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for Hash

§

fn deserialize<D>(d: D) -> Result<Hash, <D as Deserializer<'de>>::Error>
where + D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for Hash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl From<Hash> for PubkeyHash

§

fn from(inner: Hash) -> PubkeyHash

Converts to this type from the input type.
§

impl From<Hash> for ScriptHash

§

fn from(inner: Hash) -> ScriptHash

Converts to this type from the input type.
§

impl From<Hash> for WPubkeyHash

§

fn from(inner: Hash) -> WPubkeyHash

Converts to this type from the input type.
§

impl From<Hash> for XKeyIdentifier

§

fn from(inner: Hash) -> XKeyIdentifier

Converts to this type from the input type.
§

impl From<PubkeyHash> for Hash

§

fn from(hashtype: PubkeyHash) -> Hash

Converts to this type from the input type.
§

impl From<ScriptHash> for Hash

§

fn from(hashtype: ScriptHash) -> Hash

Converts to this type from the input type.
§

impl From<WPubkeyHash> for Hash

§

fn from(hashtype: WPubkeyHash) -> Hash

Converts to this type from the input type.
§

impl From<XKeyIdentifier> for Hash

§

fn from(hashtype: XKeyIdentifier) -> Hash

Converts to this type from the input type.
§

impl FromStr for Hash

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Hash, <Hash as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for Hash

§

type Engine = HashEngine

A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
§

type Bytes = [u8; 20]

The byte array that represents the hash internally.
§

const LEN: usize = 20usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = false

Flag indicating whether user-visible serializations of this hash +any conditions.
§

type Bytes = [u8; 20]

The byte array that represents the hash internally.
§

const LEN: usize = 20usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = false

Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
§

fn engine() -> <Hash as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: HashEngine) -> Hash

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<Hash, FromSliceError>

Copies a byte slice into a hash object.
§

fn to_byte_array(self) -> <Hash as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<Hash as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn from_byte_array(bytes: <Hash as Hash>::Bytes) -> Hash

Constructs a hash from the underlying byte array.
§

fn all_zeros() -> Hash

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where +true for Sha256dHash, so here we are.

§

fn engine() -> <Hash as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: HashEngine) -> Hash

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<Hash, FromSliceError>

Copies a byte slice into a hash object.
§

fn to_byte_array(self) -> <Hash as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<Hash as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn from_byte_array(bytes: <Hash as Hash>::Bytes) -> Hash

Constructs a hash from the underlying byte array.
§

fn all_zeros() -> Hash

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where B: AsRef<[u8]>, - I: IntoIterator<Item = B>,

Hashes all the byte slices retrieved from the iterator together.
§

impl<I> Index<I> for Hash
where + I: IntoIterator<Item = B>,

Hashes all the byte slices retrieved from the iterator together.
§

impl Hash for Hash

§

fn hash<__H>(&self, state: &mut __H)
where + __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where + H: Hasher, + Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl<I> Index<I> for Hash
where I: SliceIndex<[u8]>,

§

type Output = <I as SliceIndex<[u8]>>::Output

The returned type after indexing.
§

fn index(&self, index: I) -> &<Hash as Index<I>>::Output

Performs the indexing (container[index]) operation. Read more
§

impl IntoAssets for Hash

§

fn into_assets(self) -> Assets

Convert self into a Assets struct
§

impl LowerHex for Hash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Ord for Hash

§

fn cmp(&self, other: &Hash) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where @@ -21,11 +21,11 @@ true for Sha256dHash, so here we are.

==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl PartialOrd for Hash

§

fn partial_cmp(&self, other: &Hash) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
§

impl SerdeHash for Hash

§

const N: usize = 20usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Hash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( +operator. Read more

§

impl SerdeHash for Hash

§

const N: usize = 20usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Hash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

Do serde serialization.
§

fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where + S: Serializer,

Do serde serialization.
§

fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for Hash

§

fn serialize<S>( &self, s: S @@ -45,5 +45,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/hmac/struct.Hmac.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/hmac/struct.Hmac.html index 60c1db83d8..e6626c29ff 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/hmac/struct.Hmac.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/hmac/struct.Hmac.html @@ -1,54 +1,54 @@ Hmac in bdk_chain::bitcoin::hashes::hmac - Rust

Struct bdk_chain::bitcoin::hashes::hmac::Hmac

pub struct Hmac<T>(/* private fields */)
 where
-    T: Hash;
Expand description

A hash computed from a RFC 2104 HMAC. Parameterized by the underlying hash function.

-

Trait Implementations§

§

impl<T> Borrow<[u8]> for Hmac<T>
where - T: Hash,

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl<T> Clone for Hmac<T>
where - T: Clone + Hash,

§

fn clone(&self) -> Hmac<T>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl<T> Debug for Hmac<T>
where - T: Hash,

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de, T> Deserialize<'de> for Hmac<T>
where - T: Hash + Deserialize<'de>,

§

fn deserialize<D>(d: D) -> Result<Hmac<T>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl<T> Display for Hmac<T>
where - T: Hash,

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<T> FromStr for Hmac<T>
where - T: Hash + FromStr,

§

type Err = <T as FromStr>::Err

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Hmac<T>, <Hmac<T> as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl<T> Hash for Hmac<T>
where - T: Hash + Hash,

§

fn hash<__H>(&self, state: &mut __H)
where - __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where - H: Hasher, - Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl<T> Hash for Hmac<T>
where - T: Hash,

§

type Engine = HmacEngine<T>

A hashing engine which bytes can be serialized into. It is expected + T: Hash;
Expand description

A hash computed from a RFC 2104 HMAC. Parameterized by the underlying hash function.

+

Trait Implementations§

§

impl<T> Borrow<[u8]> for Hmac<T>
where + T: Hash,

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl<T> Clone for Hmac<T>
where + T: Clone + Hash,

§

fn clone(&self) -> Hmac<T>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl<T> Debug for Hmac<T>
where + T: Hash,

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de, T> Deserialize<'de> for Hmac<T>
where + T: Hash + Deserialize<'de>,

§

fn deserialize<D>(d: D) -> Result<Hmac<T>, <D as Deserializer<'de>>::Error>
where + D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl<T> Display for Hmac<T>
where + T: Hash,

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<T> FromStr for Hmac<T>
where + T: Hash + FromStr,

§

type Err = <T as FromStr>::Err

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Hmac<T>, <Hmac<T> as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl<T> Hash for Hmac<T>
where + T: Hash,

§

type Engine = HmacEngine<T>

A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
§

type Bytes = <T as Hash>::Bytes

The byte array that represents the hash internally.
§

fn from_engine(e: HmacEngine<T>) -> Hmac<T>

Produces a hash from the current state of a given engine.
§

const LEN: usize = T::LEN

Length of the hash, in bytes.
§

fn from_slice(sl: &[u8]) -> Result<Hmac<T>, FromSliceError>

Copies a byte slice into a hash object.
§

fn to_byte_array(self) -> <Hmac<T> as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<Hmac<T> as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn from_byte_array(bytes: <T as Hash>::Bytes) -> Hmac<T>

Constructs a hash from the underlying byte array.
§

fn all_zeros() -> Hmac<T>

Returns an all zero hash. Read more
§

fn engine() -> Self::Engine

Constructs a new engine.
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where +any conditions.

§

type Bytes = <T as Hash>::Bytes

The byte array that represents the hash internally.
§

fn from_engine(e: HmacEngine<T>) -> Hmac<T>

Produces a hash from the current state of a given engine.
§

const LEN: usize = T::LEN

Length of the hash, in bytes.
§

fn from_slice(sl: &[u8]) -> Result<Hmac<T>, FromSliceError>

Copies a byte slice into a hash object.
§

fn to_byte_array(self) -> <Hmac<T> as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<Hmac<T> as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn from_byte_array(bytes: <T as Hash>::Bytes) -> Hmac<T>

Constructs a hash from the underlying byte array.
§

fn all_zeros() -> Hmac<T>

Returns an all zero hash. Read more
§

fn engine() -> Self::Engine

Constructs a new engine.
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where B: AsRef<[u8]>, - I: IntoIterator<Item = B>,

Hashes all the byte slices retrieved from the iterator together.
§

const DISPLAY_BACKWARD: bool = false

Flag indicating whether user-visible serializations of this hash + I: IntoIterator<Item = B>,
Hashes all the byte slices retrieved from the iterator together.
§

const DISPLAY_BACKWARD: bool = false

Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
§

impl<T> Index<Range<usize>> for Hmac<T>
where - T: Hash,

§

type Output = [u8]

The returned type after indexing.
§

fn index(&self, index: Range<usize>) -> &[u8] ⓘ

Performs the indexing (container[index]) operation. Read more
§

impl<T> Index<RangeFrom<usize>> for Hmac<T>
where - T: Hash,

§

type Output = [u8]

The returned type after indexing.
§

fn index(&self, index: RangeFrom<usize>) -> &[u8] ⓘ

Performs the indexing (container[index]) operation. Read more
§

impl<T> Index<RangeFull> for Hmac<T>
where - T: Hash,

§

type Output = [u8]

The returned type after indexing.
§

fn index(&self, index: RangeFull) -> &[u8] ⓘ

Performs the indexing (container[index]) operation. Read more
§

impl<T> Index<RangeTo<usize>> for Hmac<T>
where - T: Hash,

§

type Output = [u8]

The returned type after indexing.
§

fn index(&self, index: RangeTo<usize>) -> &[u8] ⓘ

Performs the indexing (container[index]) operation. Read more
§

impl<T> Index<usize> for Hmac<T>
where - T: Hash,

§

type Output = u8

The returned type after indexing.
§

fn index(&self, index: usize) -> &u8

Performs the indexing (container[index]) operation. Read more
§

impl<T> LowerHex for Hmac<T>
where - T: Hash,

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<T> Ord for Hmac<T>
where - T: Ord + Hash,

§

fn cmp(&self, other: &Hmac<T>) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where +true for Sha256dHash, so here we are.

§

impl<T> Hash for Hmac<T>
where + T: Hash + Hash,

§

fn hash<__H>(&self, state: &mut __H)
where + __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where + H: Hasher, + Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl<T> Index<Range<usize>> for Hmac<T>
where + T: Hash,

§

type Output = [u8]

The returned type after indexing.
§

fn index(&self, index: Range<usize>) -> &[u8] ⓘ

Performs the indexing (container[index]) operation. Read more
§

impl<T> Index<RangeFrom<usize>> for Hmac<T>
where + T: Hash,

§

type Output = [u8]

The returned type after indexing.
§

fn index(&self, index: RangeFrom<usize>) -> &[u8] ⓘ

Performs the indexing (container[index]) operation. Read more
§

impl<T> Index<RangeFull> for Hmac<T>
where + T: Hash,

§

type Output = [u8]

The returned type after indexing.
§

fn index(&self, index: RangeFull) -> &[u8] ⓘ

Performs the indexing (container[index]) operation. Read more
§

impl<T> Index<RangeTo<usize>> for Hmac<T>
where + T: Hash,

§

type Output = [u8]

The returned type after indexing.
§

fn index(&self, index: RangeTo<usize>) -> &[u8] ⓘ

Performs the indexing (container[index]) operation. Read more
§

impl<T> Index<usize> for Hmac<T>
where + T: Hash,

§

type Output = u8

The returned type after indexing.
§

fn index(&self, index: usize) -> &u8

Performs the indexing (container[index]) operation. Read more
§

impl<T> LowerHex for Hmac<T>
where + T: Hash,

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<T> Ord for Hmac<T>
where + T: Ord + Hash,

§

fn cmp(&self, other: &Hmac<T>) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where - Self: Sized + PartialOrd,

Restrict a value to a certain interval. Read more
§

impl<T> PartialEq for Hmac<T>
where - T: PartialEq + Hash,

§

fn eq(&self, other: &Hmac<T>) -> bool

This method tests for self and other values to be equal, and is used + Self: Sized + PartialOrd,
Restrict a value to a certain interval. Read more
§

impl<T> PartialEq for Hmac<T>
where + T: PartialEq + Hash,

§

fn eq(&self, other: &Hmac<T>) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
§

impl<T> PartialOrd for Hmac<T>
where - T: PartialOrd + Hash,

§

fn partial_cmp(&self, other: &Hmac<T>) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= +sufficient, and should not be overridden without very good reason.
§

impl<T> PartialOrd for Hmac<T>
where + T: PartialOrd + Hash,

§

fn partial_cmp(&self, other: &Hmac<T>) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
§

impl<T> Serialize for Hmac<T>
where - T: Hash + Serialize,

§

fn serialize<S>( +operator. Read more

§

impl<T> Serialize for Hmac<T>
where + T: Hash + Serialize,

§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

Serialize this value into the given Serde serializer. Read more
§

impl<T> Copy for Hmac<T>
where - T: Copy + Hash,

§

impl<T> Eq for Hmac<T>
where - T: Eq + Hash,

§

impl<T> StructuralPartialEq for Hmac<T>
where - T: Hash,

Auto Trait Implementations§

§

impl<T> Freeze for Hmac<T>
where - T: Freeze,

§

impl<T> RefUnwindSafe for Hmac<T>
where - T: RefUnwindSafe,

§

impl<T> Send for Hmac<T>
where - T: Send,

§

impl<T> Sync for Hmac<T>
where - T: Sync,

§

impl<T> Unpin for Hmac<T>
where - T: Unpin,

§

impl<T> UnwindSafe for Hmac<T>
where + S: Serializer,

Serialize this value into the given Serde serializer. Read more
§

impl<T> Copy for Hmac<T>
where + T: Copy + Hash,

§

impl<T> Eq for Hmac<T>
where + T: Eq + Hash,

§

impl<T> StructuralPartialEq for Hmac<T>
where + T: Hash,

Auto Trait Implementations§

§

impl<T> Freeze for Hmac<T>
where + T: Freeze,

§

impl<T> RefUnwindSafe for Hmac<T>
where + T: RefUnwindSafe,

§

impl<T> Send for Hmac<T>
where + T: Send,

§

impl<T> Sync for Hmac<T>
where + T: Sync,

§

impl<T> Unpin for Hmac<T>
where + T: Unpin,

§

impl<T> UnwindSafe for Hmac<T>
where T: UnwindSafe,

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where @@ -64,5 +64,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/hmac/struct.HmacEngine.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/hmac/struct.HmacEngine.html index fb0782d8d7..69e5a4fbc9 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/hmac/struct.HmacEngine.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/hmac/struct.HmacEngine.html @@ -1,33 +1,33 @@ HmacEngine in bdk_chain::bitcoin::hashes::hmac - Rust

Struct bdk_chain::bitcoin::hashes::hmac::HmacEngine

pub struct HmacEngine<T>
where - T: Hash,
{ /* private fields */ }
Expand description

Pair of underlying hash engines, used for the inner and outer hash of HMAC.

-

Implementations§

§

impl<T> HmacEngine<T>
where - T: Hash,

pub fn new(key: &[u8]) -> HmacEngine<T> ⓘ

Constructs a new keyed HMAC from key.

+ T: Hash,
{ /* private fields */ }
Expand description

Pair of underlying hash engines, used for the inner and outer hash of HMAC.

+

Implementations§

§

impl<T> HmacEngine<T>
where + T: Hash,

pub fn new(key: &[u8]) -> HmacEngine<T> ⓘ

Constructs a new keyed HMAC from key.

We only support underlying hashes whose block sizes are ≤ 128 bytes.

§Panics

Larger hashes will result in a panic.

pub fn from_inner_engines( - iengine: <T as Hash>::Engine, - oengine: <T as Hash>::Engine -) -> HmacEngine<T> ⓘ

A special constructor giving direct access to the underlying “inner” and “outer” engines.

-

Trait Implementations§

§

impl<T> Clone for HmacEngine<T>
where - T: Clone + Hash, - <T as Hash>::Engine: Clone,

§

fn clone(&self) -> HmacEngine<T> ⓘ

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl<T> Default for HmacEngine<T>
where - T: Hash,

§

fn default() -> HmacEngine<T> ⓘ

Returns the “default value” for a type. Read more
§

impl<T> HashEngine for HmacEngine<T>
where - T: Hash,

§

type MidState = HmacMidState<T>

Byte array representing the internal state of the hash engine.
§

fn midstate(&self) -> <HmacEngine<T> as HashEngine>::MidState ⓘ

Outputs the midstate of the hash engine. This function should not be -used directly unless you really know what you’re doing.
§

const BLOCK_SIZE: usize = <T::Engine>::BLOCK_SIZE

Length of the hash’s internal block size, in bytes.
§

fn n_bytes_hashed(&self) -> usize

Return the number of bytes already n_bytes_hashed(inputted).
§

fn input(&mut self, buf: &[u8])

Add data to the hash engine.
§

impl<T> Write for HmacEngine<T>
where - T: Hash,

§

fn write(&mut self, buf: &[u8]) -> Result<usize, Error>

Write a buffer into this writer, returning how many bytes were written. Read more
§

fn flush(&mut self) -> Result<(), Error>

Flush this output stream, ensuring that all intermediately buffered + iengine: <T as Hash>::Engine, + oengine: <T as Hash>::Engine +) -> HmacEngine<T> ⓘ

A special constructor giving direct access to the underlying “inner” and “outer” engines.

+

Trait Implementations§

§

impl<T> Clone for HmacEngine<T>
where + T: Clone + Hash, + <T as Hash>::Engine: Clone,

§

fn clone(&self) -> HmacEngine<T> ⓘ

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl<T> Default for HmacEngine<T>
where + T: Hash,

§

fn default() -> HmacEngine<T> ⓘ

Returns the “default value” for a type. Read more
§

impl<T> HashEngine for HmacEngine<T>
where + T: Hash,

§

type MidState = HmacMidState<T>

Byte array representing the internal state of the hash engine.
§

fn midstate(&self) -> <HmacEngine<T> as HashEngine>::MidState ⓘ

Outputs the midstate of the hash engine. This function should not be +used directly unless you really know what you’re doing.
§

const BLOCK_SIZE: usize = <T::Engine>::BLOCK_SIZE

Length of the hash’s internal block size, in bytes.
§

fn n_bytes_hashed(&self) -> usize

Return the number of bytes already n_bytes_hashed(inputted).
§

fn input(&mut self, buf: &[u8])

Add data to the hash engine.
§

impl<T> Write for HmacEngine<T>
where + T: Hash,

§

fn write(&mut self, buf: &[u8]) -> Result<usize, Error>

Write a buffer into this writer, returning how many bytes were written. Read more
§

fn flush(&mut self) -> Result<(), Error>

Flush this output stream, ensuring that all intermediately buffered contents reach their destination. Read more
1.36.0 · source§

fn write_vectored(&mut self, bufs: &[IoSlice<'_>]) -> Result<usize, Error>

Like write, except that it writes from a slice of buffers. Read more
source§

fn is_write_vectored(&self) -> bool

🔬This is a nightly-only experimental API. (can_vector)
Determines if this Writer has an efficient write_vectored implementation. Read more
1.0.0 · source§

fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>

Attempts to write an entire buffer into this writer. Read more
source§

fn write_all_vectored(&mut self, bufs: &mut [IoSlice<'_>]) -> Result<(), Error>

🔬This is a nightly-only experimental API. (write_all_vectored)
Attempts to write multiple buffers into this writer. Read more
1.0.0 · source§

fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>

Writes a formatted string into this writer, returning any error encountered. Read more
1.0.0 · source§

fn by_ref(&mut self) -> &mut Self
where - Self: Sized,

Creates a “by reference” adapter for this instance of Write. Read more
§

impl<T> Write for HmacEngine<T>
where - T: Hash,

§

fn write(&mut self, buf: &[u8]) -> Result<usize, Error>

Writes buf into this writer, returning how many bytes were written.
§

fn flush(&mut self) -> Result<(), Error>

Flushes this output stream, ensuring that all intermediately buffered contents -reach their destination.
§

fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>

Attempts to write an entire buffer into this writer.

Auto Trait Implementations§

§

impl<T> Freeze for HmacEngine<T>
where - <T as Hash>::Engine: Freeze,

§

impl<T> RefUnwindSafe for HmacEngine<T>
where - <T as Hash>::Engine: RefUnwindSafe,

§

impl<T> Send for HmacEngine<T>
where - <T as Hash>::Engine: Send,

§

impl<T> Sync for HmacEngine<T>
where - <T as Hash>::Engine: Sync,

§

impl<T> Unpin for HmacEngine<T>
where - <T as Hash>::Engine: Unpin,

§

impl<T> UnwindSafe for HmacEngine<T>
where - <T as Hash>::Engine: UnwindSafe,

Blanket Implementations§

source§

impl<T> Any for T
where + Self: Sized,

Creates a “by reference” adapter for this instance of Write. Read more
§

impl<T> Write for HmacEngine<T>
where + T: Hash,

§

fn write(&mut self, buf: &[u8]) -> Result<usize, Error>

Writes buf into this writer, returning how many bytes were written.
§

fn flush(&mut self) -> Result<(), Error>

Flushes this output stream, ensuring that all intermediately buffered contents +reach their destination.
§

fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>

Attempts to write an entire buffer into this writer.

Auto Trait Implementations§

§

impl<T> Freeze for HmacEngine<T>
where + <T as Hash>::Engine: Freeze,

§

impl<T> RefUnwindSafe for HmacEngine<T>
where + <T as Hash>::Engine: RefUnwindSafe,

§

impl<T> Send for HmacEngine<T>
where + <T as Hash>::Engine: Send,

§

impl<T> Sync for HmacEngine<T>
where + <T as Hash>::Engine: Sync,

§

impl<T> Unpin for HmacEngine<T>
where + <T as Hash>::Engine: Unpin,

§

impl<T> UnwindSafe for HmacEngine<T>
where + <T as Hash>::Engine: UnwindSafe,

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

@@ -61,4 +61,4 @@ reach their destination.
Read more
§

fn write_f64<T>(&mut self, n: f64) -> Result<(), Error>
where T: ByteOrder,

Writes a IEEE754 double-precision (8 bytes) floating point number to the underlying writer. Read more
§

impl<W> WriteExt for W
where - W: Write + ?Sized,

§

fn emit_u64(&mut self, v: u64) -> Result<(), Error>

Outputs a 64-bit unsigned integer.
§

fn emit_u32(&mut self, v: u32) -> Result<(), Error>

Outputs a 32-bit unsigned integer.
§

fn emit_u16(&mut self, v: u16) -> Result<(), Error>

Outputs a 16-bit unsigned integer.
§

fn emit_i64(&mut self, v: i64) -> Result<(), Error>

Outputs a 64-bit signed integer.
§

fn emit_i32(&mut self, v: i32) -> Result<(), Error>

Outputs a 32-bit signed integer.
§

fn emit_i16(&mut self, v: i16) -> Result<(), Error>

Outputs a 16-bit signed integer.
§

fn emit_i8(&mut self, v: i8) -> Result<(), Error>

Outputs an 8-bit signed integer.
§

fn emit_u8(&mut self, v: u8) -> Result<(), Error>

Outputs an 8-bit unsigned integer.
§

fn emit_bool(&mut self, v: bool) -> Result<(), Error>

Outputs a boolean.
§

fn emit_slice(&mut self, v: &[u8]) -> Result<(), Error>

Outputs a byte slice.
\ No newline at end of file + W: Write + ?Sized,
§

fn emit_u64(&mut self, v: u64) -> Result<(), Error>

Outputs a 64-bit unsigned integer.
§

fn emit_u32(&mut self, v: u32) -> Result<(), Error>

Outputs a 32-bit unsigned integer.
§

fn emit_u16(&mut self, v: u16) -> Result<(), Error>

Outputs a 16-bit unsigned integer.
§

fn emit_i64(&mut self, v: i64) -> Result<(), Error>

Outputs a 64-bit signed integer.
§

fn emit_i32(&mut self, v: i32) -> Result<(), Error>

Outputs a 32-bit signed integer.
§

fn emit_i16(&mut self, v: i16) -> Result<(), Error>

Outputs a 16-bit signed integer.
§

fn emit_i8(&mut self, v: i8) -> Result<(), Error>

Outputs an 8-bit signed integer.
§

fn emit_u8(&mut self, v: u8) -> Result<(), Error>

Outputs an 8-bit unsigned integer.
§

fn emit_bool(&mut self, v: bool) -> Result<(), Error>

Outputs a boolean.
§

fn emit_slice(&mut self, v: &[u8]) -> Result<(), Error>

Outputs a byte slice.
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/hmac/struct.HmacMidState.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/hmac/struct.HmacMidState.html index 17fb253c8f..962df36d92 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/hmac/struct.HmacMidState.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/hmac/struct.HmacMidState.html @@ -1,17 +1,17 @@ HmacMidState in bdk_chain::bitcoin::hashes::hmac - Rust

Struct bdk_chain::bitcoin::hashes::hmac::HmacMidState

pub struct HmacMidState<T>
where - T: Hash,
{ - pub inner: <<T as Hash>::Engine as HashEngine>::MidState, - pub outer: <<T as Hash>::Engine as HashEngine>::MidState, + T: Hash,
{ + pub inner: <<T as Hash>::Engine as HashEngine>::MidState, + pub outer: <<T as Hash>::Engine as HashEngine>::MidState, }
Expand description

Pair of underlying hash midstates which represent the current state of an HmacEngine.

-

Fields§

§inner: <<T as Hash>::Engine as HashEngine>::MidState

Midstate of the inner hash engine

-
§outer: <<T as Hash>::Engine as HashEngine>::MidState

Midstate of the outer hash engine

+

Fields§

§inner: <<T as Hash>::Engine as HashEngine>::MidState

Midstate of the inner hash engine

+
§outer: <<T as Hash>::Engine as HashEngine>::MidState

Midstate of the outer hash engine

Auto Trait Implementations§

§

impl<T> Freeze for HmacMidState<T>
where - <<T as Hash>::Engine as HashEngine>::MidState: Freeze,

§

impl<T> RefUnwindSafe for HmacMidState<T>
where - <<T as Hash>::Engine as HashEngine>::MidState: RefUnwindSafe,

§

impl<T> Send for HmacMidState<T>
where - <<T as Hash>::Engine as HashEngine>::MidState: Send,

§

impl<T> Sync for HmacMidState<T>
where - <<T as Hash>::Engine as HashEngine>::MidState: Sync,

§

impl<T> Unpin for HmacMidState<T>
where - <<T as Hash>::Engine as HashEngine>::MidState: Unpin,

§

impl<T> UnwindSafe for HmacMidState<T>
where - <<T as Hash>::Engine as HashEngine>::MidState: UnwindSafe,

Blanket Implementations§

source§

impl<T> Any for T
where + <<T as Hash>::Engine as HashEngine>::MidState: Freeze,

§

impl<T> RefUnwindSafe for HmacMidState<T>
where + <<T as Hash>::Engine as HashEngine>::MidState: RefUnwindSafe,

§

impl<T> Send for HmacMidState<T>
where + <<T as Hash>::Engine as HashEngine>::MidState: Send,

§

impl<T> Sync for HmacMidState<T>
where + <<T as Hash>::Engine as HashEngine>::MidState: Sync,

§

impl<T> Unpin for HmacMidState<T>
where + <<T as Hash>::Engine as HashEngine>::MidState: Unpin,

§

impl<T> UnwindSafe for HmacMidState<T>
where + <<T as Hash>::Engine as HashEngine>::MidState: UnwindSafe,

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/macro.sha256t_hash_newtype.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/macro.sha256t_hash_newtype.html index dd39c7d458..64f4c07085 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/macro.sha256t_hash_newtype.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/macro.sha256t_hash_newtype.html @@ -25,7 +25,7 @@ already pre-computed and prefer compiler performance to readabi raw(MIDSTATE_BYTES, HASHED_BYTES_LENGTH) instead.

Both visibility modifiers and attributes are optional and passed to inner structs (excluding #[hash_newtype(...)]). The attributes suffer same compiler performance limitations as in -hash_newtype macro.

+hash_newtype macro.

The macro accepts multiple inputs so you can define multiple hash newtypes in one macro call. Just make sure to enter the structs in order Tag0, Hash0, Tag1, Hash1…

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/ripemd160/struct.Hash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/ripemd160/struct.Hash.html index c4c9f5c536..6b92593bf5 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/ripemd160/struct.Hash.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/ripemd160/struct.Hash.html @@ -3,17 +3,17 @@ a shared reference to this Hash type.

pub fn from_bytes_mut(bytes: &mut [u8; 20]) -> &mut Hash

Zero cost conversion between a fixed length byte array exclusive reference and an exclusive reference to this Hash type.

-

Trait Implementations§

§

impl AsRef<[u8]> for Hash

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 20]> for Hash

§

fn as_ref(&self) -> &[u8; 20]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for Hash

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Clone for Hash

§

fn clone(&self) -> Hash

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Hash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for Hash

§

fn deserialize<D>(d: D) -> Result<Hash, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for Hash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl FromStr for Hash

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Hash, <Hash as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for Hash

§

fn hash<__H>(&self, state: &mut __H)
where - __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where - H: Hasher, - Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl Hash for Hash

§

type Engine = HashEngine

A hashing engine which bytes can be serialized into. It is expected +

Trait Implementations§

§

impl AsRef<[u8]> for Hash

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 20]> for Hash

§

fn as_ref(&self) -> &[u8; 20]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for Hash

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Clone for Hash

§

fn clone(&self) -> Hash

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Hash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for Hash

§

fn deserialize<D>(d: D) -> Result<Hash, <D as Deserializer<'de>>::Error>
where + D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for Hash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl FromStr for Hash

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Hash, <Hash as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for Hash

§

type Engine = HashEngine

A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
§

type Bytes = [u8; 20]

The byte array that represents the hash internally.
§

const LEN: usize = 20usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = false

Flag indicating whether user-visible serializations of this hash +any conditions.
§

type Bytes = [u8; 20]

The byte array that represents the hash internally.
§

const LEN: usize = 20usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = false

Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
§

fn engine() -> <Hash as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: HashEngine) -> Hash

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<Hash, FromSliceError>

Copies a byte slice into a hash object.
§

fn to_byte_array(self) -> <Hash as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<Hash as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn from_byte_array(bytes: <Hash as Hash>::Bytes) -> Hash

Constructs a hash from the underlying byte array.
§

fn all_zeros() -> Hash

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where +true for Sha256dHash, so here we are.

§

fn engine() -> <Hash as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: HashEngine) -> Hash

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<Hash, FromSliceError>

Copies a byte slice into a hash object.
§

fn to_byte_array(self) -> <Hash as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<Hash as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn from_byte_array(bytes: <Hash as Hash>::Bytes) -> Hash

Constructs a hash from the underlying byte array.
§

fn all_zeros() -> Hash

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where B: AsRef<[u8]>, - I: IntoIterator<Item = B>,

Hashes all the byte slices retrieved from the iterator together.
§

impl<I> Index<I> for Hash
where + I: IntoIterator<Item = B>,

Hashes all the byte slices retrieved from the iterator together.
§

impl Hash for Hash

§

fn hash<__H>(&self, state: &mut __H)
where + __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where + H: Hasher, + Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl<I> Index<I> for Hash
where I: SliceIndex<[u8]>,

§

type Output = <I as SliceIndex<[u8]>>::Output

The returned type after indexing.
§

fn index(&self, index: I) -> &<Hash as Index<I>>::Output

Performs the indexing (container[index]) operation. Read more
§

impl IntoAssets for Hash

§

fn into_assets(self) -> Assets

Convert self into a Assets struct
§

impl LowerHex for Hash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Ord for Hash

§

fn cmp(&self, other: &Hash) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where @@ -21,11 +21,11 @@ true for Sha256dHash, so here we are.

==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl PartialOrd for Hash

§

fn partial_cmp(&self, other: &Hash) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
§

impl SerdeHash for Hash

§

const N: usize = 20usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Hash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( +operator. Read more

§

impl SerdeHash for Hash

§

const N: usize = 20usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Hash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

Do serde serialization.
§

fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where + S: Serializer,

Do serde serialization.
§

fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for Hash

§

fn serialize<S>( &self, s: S @@ -45,5 +45,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/ripemd160/struct.HashEngine.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/ripemd160/struct.HashEngine.html index 51b063e869..cb0a5ed3bd 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/ripemd160/struct.HashEngine.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/ripemd160/struct.HashEngine.html @@ -1,6 +1,6 @@ HashEngine in bdk_chain::bitcoin::hashes::ripemd160 - Rust

Struct bdk_chain::bitcoin::hashes::ripemd160::HashEngine

pub struct HashEngine { /* private fields */ }
Expand description

Engine to compute RIPEMD160 hash function.

-

Trait Implementations§

§

impl Clone for HashEngine

§

fn clone(&self) -> HashEngine ⓘ

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Default for HashEngine

§

fn default() -> HashEngine ⓘ

Returns the “default value” for a type. Read more
§

impl HashEngine for HashEngine

§

type MidState = [u8; 20]

Byte array representing the internal state of the hash engine.
§

fn midstate(&self) -> [u8; 20]

Outputs the midstate of the hash engine. This function should not be -used directly unless you really know what you’re doing.
§

const BLOCK_SIZE: usize = 64usize

Length of the hash’s internal block size, in bytes.
§

fn n_bytes_hashed(&self) -> usize

Return the number of bytes already n_bytes_hashed(inputted).
§

fn input(&mut self, inp: &[u8])

Add data to the hash engine.
§

impl Write for HashEngine

§

fn write(&mut self, buf: &[u8]) -> Result<usize, Error>

Write a buffer into this writer, returning how many bytes were written. Read more
§

fn flush(&mut self) -> Result<(), Error>

Flush this output stream, ensuring that all intermediately buffered +

Trait Implementations§

§

impl Clone for HashEngine

§

fn clone(&self) -> HashEngine ⓘ

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Default for HashEngine

§

fn default() -> HashEngine ⓘ

Returns the “default value” for a type. Read more
§

impl HashEngine for HashEngine

§

type MidState = [u8; 20]

Byte array representing the internal state of the hash engine.
§

fn midstate(&self) -> [u8; 20]

Outputs the midstate of the hash engine. This function should not be +used directly unless you really know what you’re doing.
§

const BLOCK_SIZE: usize = 64usize

Length of the hash’s internal block size, in bytes.
§

fn n_bytes_hashed(&self) -> usize

Return the number of bytes already n_bytes_hashed(inputted).
§

fn input(&mut self, inp: &[u8])

Add data to the hash engine.
§

impl Write for HashEngine

§

fn write(&mut self, buf: &[u8]) -> Result<usize, Error>

Write a buffer into this writer, returning how many bytes were written. Read more
§

fn flush(&mut self) -> Result<(), Error>

Flush this output stream, ensuring that all intermediately buffered contents reach their destination. Read more
1.36.0 · source§

fn write_vectored(&mut self, bufs: &[IoSlice<'_>]) -> Result<usize, Error>

Like write, except that it writes from a slice of buffers. Read more
source§

fn is_write_vectored(&self) -> bool

🔬This is a nightly-only experimental API. (can_vector)
Determines if this Writer has an efficient write_vectored implementation. Read more
1.0.0 · source§

fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>

Attempts to write an entire buffer into this writer. Read more
source§

fn write_all_vectored(&mut self, bufs: &mut [IoSlice<'_>]) -> Result<(), Error>

🔬This is a nightly-only experimental API. (write_all_vectored)
Attempts to write multiple buffers into this writer. Read more
1.0.0 · source§

fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>

Writes a formatted string into this writer, returning any error encountered. Read more
1.0.0 · source§

fn by_ref(&mut self) -> &mut Self
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/enum.Unexpected.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/enum.Unexpected.html index 17f66b8879..3b83f34a69 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/enum.Unexpected.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/enum.Unexpected.html @@ -1,4 +1,4 @@ -Unexpected in bdk_chain::bitcoin::hashes::serde::de - Rust

Enum bdk_chain::bitcoin::hashes::serde::de::Unexpected

source ·
pub enum Unexpected<'a> {
+Unexpected in bdk_chain::bitcoin::hashes::serde::de - Rust

Enum bdk_chain::bitcoin::hashes::serde::de::Unexpected

source ·
pub enum Unexpected<'a> {
 
Show 18 variants Bool(bool), Unsigned(u64), Signed(i64), @@ -52,9 +52,9 @@ expected.

not expected.

The message should be a noun or noun phrase, not capitalized and without a period. An example message is “unoriginal superhero”.

-

Trait Implementations§

source§

impl<'a> Clone for Unexpected<'a>

source§

fn clone(&self) -> Unexpected<'a>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<'a> Debug for Unexpected<'a>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'a> Display for Unexpected<'a>

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'a> PartialEq for Unexpected<'a>

source§

fn eq(&self, other: &Unexpected<'a>) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl<'a> Clone for Unexpected<'a>

source§

fn clone(&self) -> Unexpected<'a>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<'a> Debug for Unexpected<'a>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'a> Display for Unexpected<'a>

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'a> PartialEq for Unexpected<'a>

source§

fn eq(&self, other: &Unexpected<'a>) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
source§

impl<'a> Copy for Unexpected<'a>

source§

impl<'a> StructuralPartialEq for Unexpected<'a>

Auto Trait Implementations§

§

impl<'a> Freeze for Unexpected<'a>

§

impl<'a> RefUnwindSafe for Unexpected<'a>

§

impl<'a> Send for Unexpected<'a>

§

impl<'a> Sync for Unexpected<'a>

§

impl<'a> Unpin for Unexpected<'a>

§

impl<'a> UnwindSafe for Unexpected<'a>

Blanket Implementations§

source§

impl<T> Any for T
where +sufficient, and should not be overridden without very good reason.

source§

impl<'a> Copy for Unexpected<'a>

source§

impl<'a> StructuralPartialEq for Unexpected<'a>

Auto Trait Implementations§

§

impl<'a> Freeze for Unexpected<'a>

§

impl<'a> RefUnwindSafe for Unexpected<'a>

§

impl<'a> Send for Unexpected<'a>

§

impl<'a> Sync for Unexpected<'a>

§

impl<'a> Unpin for Unexpected<'a>

§

impl<'a> UnwindSafe for Unexpected<'a>

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/index.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/index.html index c4d55a9531..411a9ec733 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/index.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/index.html @@ -1,4 +1,4 @@ -bdk_chain::bitcoin::hashes::serde::de - Rust

Module bdk_chain::bitcoin::hashes::serde::de

source ·
Expand description

Generic data structure deserialization framework.

+bdk_chain::bitcoin::hashes::serde::de - Rust

Module bdk_chain::bitcoin::hashes::serde::de

source ·
Expand description

Generic data structure deserialization framework.

The two most important traits in this module are Deserialize and Deserializer.

Deserialize this value from the given Serde deserializer. Read more
source§

impl PartialEq for IgnoredAny

source§

fn eq(&self, other: &IgnoredAny) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
source§

impl<'de> Visitor<'de> for IgnoredAny

§

type Value = IgnoredAny

The value produced by this visitor.
source§

fn expecting(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Format a message stating what data this Visitor expects to receive. Read more
source§

fn visit_bool<E>( +sufficient, and should not be overridden without very good reason.

source§

impl<'de> Visitor<'de> for IgnoredAny

§

type Value = IgnoredAny

The value produced by this visitor.
source§

fn expecting(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Format a message stating what data this Visitor expects to receive. Read more
source§

fn visit_bool<E>( self, x: bool -) -> Result<<IgnoredAny as Visitor<'de>>::Value, E>

The input contains a boolean. Read more
source§

fn visit_i64<E>(self, x: i64) -> Result<<IgnoredAny as Visitor<'de>>::Value, E>

The input contains an i64. Read more
source§

fn visit_i128<E>( +) -> Result<<IgnoredAny as Visitor<'de>>::Value, E>

The input contains a boolean. Read more
source§

fn visit_i64<E>(self, x: i64) -> Result<<IgnoredAny as Visitor<'de>>::Value, E>

The input contains an i64. Read more
source§

fn visit_i128<E>( self, x: i128 -) -> Result<<IgnoredAny as Visitor<'de>>::Value, E>

The input contains a i128. Read more
source§

fn visit_u64<E>(self, x: u64) -> Result<<IgnoredAny as Visitor<'de>>::Value, E>

The input contains a u64. Read more
source§

fn visit_u128<E>( +) -> Result<<IgnoredAny as Visitor<'de>>::Value, E>

The input contains a i128. Read more
source§

fn visit_u64<E>(self, x: u64) -> Result<<IgnoredAny as Visitor<'de>>::Value, E>

The input contains a u64. Read more
source§

fn visit_u128<E>( self, x: u128 -) -> Result<<IgnoredAny as Visitor<'de>>::Value, E>

The input contains a u128. Read more
source§

fn visit_f64<E>(self, x: f64) -> Result<<IgnoredAny as Visitor<'de>>::Value, E>

The input contains an f64. Read more
source§

fn visit_str<E>(self, s: &str) -> Result<<IgnoredAny as Visitor<'de>>::Value, E>
where +) -> Result<<IgnoredAny as Visitor<'de>>::Value, E>

The input contains a u128. Read more
source§

fn visit_f64<E>(self, x: f64) -> Result<<IgnoredAny as Visitor<'de>>::Value, E>

The input contains an f64. Read more
source§

fn visit_str<E>(self, s: &str) -> Result<<IgnoredAny as Visitor<'de>>::Value, E>
where E: Error,

The input contains a string. The lifetime of the string is ephemeral and -it may be destroyed after this method returns. Read more
source§

fn visit_none<E>(self) -> Result<<IgnoredAny as Visitor<'de>>::Value, E>

The input contains an optional that is absent. Read more
source§

fn visit_some<D>( +it may be destroyed after this method returns. Read more

source§

fn visit_none<E>(self) -> Result<<IgnoredAny as Visitor<'de>>::Value, E>

The input contains an optional that is absent. Read more
source§

fn visit_some<D>( self, deserializer: D ) -> Result<<IgnoredAny as Visitor<'de>>::Value, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

The input contains an optional that is present. Read more
source§

fn visit_newtype_struct<D>( + D: Deserializer<'de>,

The input contains an optional that is present. Read more
source§

fn visit_newtype_struct<D>( self, deserializer: D ) -> Result<<IgnoredAny as Visitor<'de>>::Value, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

The input contains a newtype struct. Read more
source§

fn visit_unit<E>(self) -> Result<<IgnoredAny as Visitor<'de>>::Value, E>

The input contains a unit (). Read more
source§

fn visit_seq<A>( + D: Deserializer<'de>,

The input contains a newtype struct. Read more
source§

fn visit_unit<E>(self) -> Result<<IgnoredAny as Visitor<'de>>::Value, E>

The input contains a unit (). Read more
source§

fn visit_seq<A>( self, seq: A ) -> Result<<IgnoredAny as Visitor<'de>>::Value, <A as SeqAccess<'de>>::Error>
where - A: SeqAccess<'de>,

The input contains a sequence of elements. Read more
source§

fn visit_map<A>( + A: SeqAccess<'de>,

The input contains a sequence of elements. Read more
source§

fn visit_map<A>( self, map: A ) -> Result<<IgnoredAny as Visitor<'de>>::Value, <A as MapAccess<'de>>::Error>
where - A: MapAccess<'de>,

The input contains a key-value map. Read more
source§

fn visit_bytes<E>( + A: MapAccess<'de>,

The input contains a key-value map. Read more
source§

fn visit_bytes<E>( self, bytes: &[u8] ) -> Result<<IgnoredAny as Visitor<'de>>::Value, E>
where E: Error,

The input contains a byte array. The lifetime of the byte array is -ephemeral and it may be destroyed after this method returns. Read more
source§

fn visit_enum<A>( +ephemeral and it may be destroyed after this method returns. Read more

source§

fn visit_enum<A>( self, data: A ) -> Result<<IgnoredAny as Visitor<'de>>::Value, <A as EnumAccess<'de>>::Error>
where - A: EnumAccess<'de>,

The input contains an enum. Read more
source§

fn visit_i8<E>(self, v: i8) -> Result<Self::Value, E>
where - E: Error,

The input contains an i8. Read more
source§

fn visit_i16<E>(self, v: i16) -> Result<Self::Value, E>
where - E: Error,

The input contains an i16. Read more
source§

fn visit_i32<E>(self, v: i32) -> Result<Self::Value, E>
where - E: Error,

The input contains an i32. Read more
source§

fn visit_u8<E>(self, v: u8) -> Result<Self::Value, E>
where - E: Error,

The input contains a u8. Read more
source§

fn visit_u16<E>(self, v: u16) -> Result<Self::Value, E>
where - E: Error,

The input contains a u16. Read more
source§

fn visit_u32<E>(self, v: u32) -> Result<Self::Value, E>
where - E: Error,

The input contains a u32. Read more
source§

fn visit_f32<E>(self, v: f32) -> Result<Self::Value, E>
where - E: Error,

The input contains an f32. Read more
source§

fn visit_char<E>(self, v: char) -> Result<Self::Value, E>
where - E: Error,

The input contains a char. Read more
source§

fn visit_borrowed_str<E>(self, v: &'de str) -> Result<Self::Value, E>
where + A: EnumAccess<'de>,

The input contains an enum. Read more
source§

fn visit_i8<E>(self, v: i8) -> Result<Self::Value, E>
where + E: Error,

The input contains an i8. Read more
source§

fn visit_i16<E>(self, v: i16) -> Result<Self::Value, E>
where + E: Error,

The input contains an i16. Read more
source§

fn visit_i32<E>(self, v: i32) -> Result<Self::Value, E>
where + E: Error,

The input contains an i32. Read more
source§

fn visit_u8<E>(self, v: u8) -> Result<Self::Value, E>
where + E: Error,

The input contains a u8. Read more
source§

fn visit_u16<E>(self, v: u16) -> Result<Self::Value, E>
where + E: Error,

The input contains a u16. Read more
source§

fn visit_u32<E>(self, v: u32) -> Result<Self::Value, E>
where + E: Error,

The input contains a u32. Read more
source§

fn visit_f32<E>(self, v: f32) -> Result<Self::Value, E>
where + E: Error,

The input contains an f32. Read more
source§

fn visit_char<E>(self, v: char) -> Result<Self::Value, E>
where + E: Error,

The input contains a char. Read more
source§

fn visit_borrowed_str<E>(self, v: &'de str) -> Result<Self::Value, E>
where E: Error,

The input contains a string that lives at least as long as the -Deserializer. Read more
source§

fn visit_string<E>(self, v: String) -> Result<Self::Value, E>
where +Deserializer. Read more

source§

fn visit_string<E>(self, v: String) -> Result<Self::Value, E>
where E: Error,

The input contains a string and ownership of the string is being given -to the Visitor. Read more
source§

fn visit_borrowed_bytes<E>(self, v: &'de [u8]) -> Result<Self::Value, E>
where +to the Visitor. Read more

source§

fn visit_borrowed_bytes<E>(self, v: &'de [u8]) -> Result<Self::Value, E>
where E: Error,

The input contains a byte array that lives at least as long as the -Deserializer. Read more
source§

fn visit_byte_buf<E>(self, v: Vec<u8>) -> Result<Self::Value, E>
where +Deserializer. Read more

source§

fn visit_byte_buf<E>(self, v: Vec<u8>) -> Result<Self::Value, E>
where E: Error,

The input contains a byte array and ownership of the byte array is being -given to the Visitor. Read more
source§

impl Copy for IgnoredAny

source§

impl StructuralPartialEq for IgnoredAny

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +given to the Visitor. Read more

source§

impl Copy for IgnoredAny

source§

impl StructuralPartialEq for IgnoredAny

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where - T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<'de, T> Expected for T
where - T: Visitor<'de>,

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Format an explanation of what data was being expected. Same signature as + T: ?Sized,
source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<'de, T> Expected for T
where + T: Visitor<'de>,

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Format an explanation of what data was being expected. Same signature as the Display and Debug traits.
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

@@ -163,5 +163,5 @@ the Display and Debug traits.
Clone,
§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.Deserialize.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.Deserialize.html index f8908ada18..49454c8e18 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.Deserialize.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.Deserialize.html @@ -1,4 +1,4 @@ -Deserialize in bdk_chain::bitcoin::hashes::serde::de - Rust

Trait bdk_chain::bitcoin::hashes::serde::de::Deserialize

source ·
pub trait Deserialize<'de>: Sized {
+Deserialize in bdk_chain::bitcoin::hashes::serde::de - Rust

Trait bdk_chain::bitcoin::hashes::serde::de::Deserialize

source ·
pub trait Deserialize<'de>: Sized {
     // Required method
     fn deserialize<D>(
         deserializer: D
@@ -24,217 +24,217 @@ provides an implementation of Deserialize for it.

The 'de lifetime of this trait is the lifetime of data that may be borrowed by Self when deserialized. See the page Understanding deserializer lifetimes for a more detailed explanation of these lifetimes.

-

Required Methods§

Required Methods§

source

fn deserialize<D>( deserializer: D ) -> Result<Self, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer.

See the Implementing Deserialize section of the manual for more information about how to implement this method.

-

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl<'de> Deserialize<'de> for IpAddr

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl<'de> Deserialize<'de> for IpAddr

source§

fn deserialize<D>( deserializer: D ) -> Result<IpAddr, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for SocketAddr

source§

impl<'de> Deserialize<'de> for SocketAddr

source§

fn deserialize<D>( deserializer: D ) -> Result<SocketAddr, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for Value

source§

fn deserialize<D>( deserializer: D ) -> Result<Value, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for bool

source§

impl<'de> Deserialize<'de> for bool

source§

fn deserialize<D>( deserializer: D ) -> Result<bool, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for char

source§

impl<'de> Deserialize<'de> for char

source§

fn deserialize<D>( deserializer: D ) -> Result<char, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for f32

source§

impl<'de> Deserialize<'de> for f32

source§

fn deserialize<D>( deserializer: D ) -> Result<f32, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for f64

source§

impl<'de> Deserialize<'de> for f64

source§

fn deserialize<D>( deserializer: D ) -> Result<f64, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for i8

source§

impl<'de> Deserialize<'de> for i8

source§

fn deserialize<D>( deserializer: D ) -> Result<i8, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for i16

source§

impl<'de> Deserialize<'de> for i16

source§

fn deserialize<D>( deserializer: D ) -> Result<i16, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for i32

source§

impl<'de> Deserialize<'de> for i32

source§

fn deserialize<D>( deserializer: D ) -> Result<i32, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for i64

source§

impl<'de> Deserialize<'de> for i64

source§

fn deserialize<D>( deserializer: D ) -> Result<i64, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for i128

source§

impl<'de> Deserialize<'de> for i128

source§

fn deserialize<D>( deserializer: D ) -> Result<i128, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for isize

source§

impl<'de> Deserialize<'de> for isize

source§

fn deserialize<D>( deserializer: D ) -> Result<isize, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for u8

source§

impl<'de> Deserialize<'de> for u8

source§

fn deserialize<D>( deserializer: D ) -> Result<u8, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for u16

source§

impl<'de> Deserialize<'de> for u16

source§

fn deserialize<D>( deserializer: D ) -> Result<u16, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for u32

source§

impl<'de> Deserialize<'de> for u32

source§

fn deserialize<D>( deserializer: D ) -> Result<u32, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for u64

source§

impl<'de> Deserialize<'de> for u64

source§

fn deserialize<D>( deserializer: D ) -> Result<u64, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for u128

source§

impl<'de> Deserialize<'de> for u128

source§

fn deserialize<D>( deserializer: D ) -> Result<u128, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for ()

source§

impl<'de> Deserialize<'de> for ()

source§

fn deserialize<D>( deserializer: D ) -> Result<(), <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for usize

source§

impl<'de> Deserialize<'de> for usize

source§

fn deserialize<D>( deserializer: D ) -> Result<usize, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for Box<str>

source§

impl<'de> Deserialize<'de> for Box<str>

source§

fn deserialize<D>( deserializer: D ) -> Result<Box<str>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for Box<CStr>

source§

impl<'de> Deserialize<'de> for Box<CStr>

source§

fn deserialize<D>( deserializer: D ) -> Result<Box<CStr>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for Box<OsStr>

source§

impl<'de> Deserialize<'de> for Box<OsStr>

source§

fn deserialize<D>( deserializer: D ) -> Result<Box<OsStr>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for Box<Path>

source§

impl<'de> Deserialize<'de> for Box<Path>

source§

fn deserialize<D>( deserializer: D ) -> Result<Box<Path>, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for Box<RawValue>

source§

fn deserialize<D>( deserializer: D ) -> Result<Box<RawValue>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for CString

source§

impl<'de> Deserialize<'de> for CString

source§

fn deserialize<D>( deserializer: D ) -> Result<CString, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for Ipv4Addr

source§

impl<'de> Deserialize<'de> for Ipv4Addr

source§

fn deserialize<D>( deserializer: D ) -> Result<Ipv4Addr, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for Ipv6Addr

source§

impl<'de> Deserialize<'de> for Ipv6Addr

source§

fn deserialize<D>( deserializer: D ) -> Result<Ipv6Addr, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for SocketAddrV4

source§

impl<'de> Deserialize<'de> for SocketAddrV4

source§

fn deserialize<D>( deserializer: D ) -> Result<SocketAddrV4, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for SocketAddrV6

source§

impl<'de> Deserialize<'de> for SocketAddrV6

source§

fn deserialize<D>( deserializer: D ) -> Result<SocketAddrV6, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for NonZero<i8>

source§

impl<'de> Deserialize<'de> for NonZero<i8>

source§

fn deserialize<D>( deserializer: D ) -> Result<NonZero<i8>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for NonZero<i16>

source§

impl<'de> Deserialize<'de> for NonZero<i16>

source§

fn deserialize<D>( deserializer: D ) -> Result<NonZero<i16>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for NonZero<i32>

source§

impl<'de> Deserialize<'de> for NonZero<i32>

source§

fn deserialize<D>( deserializer: D ) -> Result<NonZero<i32>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for NonZero<i64>

source§

impl<'de> Deserialize<'de> for NonZero<i64>

source§

fn deserialize<D>( deserializer: D ) -> Result<NonZero<i64>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for NonZero<i128>

source§

impl<'de> Deserialize<'de> for NonZero<i128>

source§

fn deserialize<D>( deserializer: D ) -> Result<NonZero<i128>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for NonZero<isize>

source§

impl<'de> Deserialize<'de> for NonZero<isize>

source§

fn deserialize<D>( deserializer: D ) -> Result<NonZero<isize>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for NonZero<u8>

source§

impl<'de> Deserialize<'de> for NonZero<u8>

source§

fn deserialize<D>( deserializer: D ) -> Result<NonZero<u8>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for NonZero<u16>

source§

impl<'de> Deserialize<'de> for NonZero<u16>

source§

fn deserialize<D>( deserializer: D ) -> Result<NonZero<u16>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for NonZero<u32>

source§

impl<'de> Deserialize<'de> for NonZero<u32>

source§

fn deserialize<D>( deserializer: D ) -> Result<NonZero<u32>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for NonZero<u64>

source§

impl<'de> Deserialize<'de> for NonZero<u64>

source§

fn deserialize<D>( deserializer: D ) -> Result<NonZero<u64>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for NonZero<u128>

source§

impl<'de> Deserialize<'de> for NonZero<u128>

source§

fn deserialize<D>( deserializer: D ) -> Result<NonZero<u128>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for NonZero<usize>

source§

impl<'de> Deserialize<'de> for NonZero<usize>

source§

fn deserialize<D>( deserializer: D ) -> Result<NonZero<usize>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for Saturating<i8>

source§

impl<'de> Deserialize<'de> for Saturating<i8>

source§

fn deserialize<D>( deserializer: D ) -> Result<Saturating<i8>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for Saturating<i16>

source§

impl<'de> Deserialize<'de> for Saturating<i16>

source§

fn deserialize<D>( deserializer: D ) -> Result<Saturating<i16>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for Saturating<i32>

source§

impl<'de> Deserialize<'de> for Saturating<i32>

source§

fn deserialize<D>( deserializer: D ) -> Result<Saturating<i32>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for Saturating<i64>

source§

impl<'de> Deserialize<'de> for Saturating<i64>

source§

fn deserialize<D>( deserializer: D ) -> Result<Saturating<i64>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for Saturating<i128>

source§

impl<'de> Deserialize<'de> for Saturating<i128>

source§

fn deserialize<D>( deserializer: D ) -> Result<Saturating<i128>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for Saturating<isize>

source§

impl<'de> Deserialize<'de> for Saturating<isize>

source§

fn deserialize<D>( deserializer: D ) -> Result<Saturating<isize>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for Saturating<u8>

source§

impl<'de> Deserialize<'de> for Saturating<u8>

source§

fn deserialize<D>( deserializer: D ) -> Result<Saturating<u8>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for Saturating<u16>

source§

impl<'de> Deserialize<'de> for Saturating<u16>

source§

fn deserialize<D>( deserializer: D ) -> Result<Saturating<u16>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for Saturating<u32>

source§

impl<'de> Deserialize<'de> for Saturating<u32>

source§

fn deserialize<D>( deserializer: D ) -> Result<Saturating<u32>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for Saturating<u64>

source§

impl<'de> Deserialize<'de> for Saturating<u64>

source§

fn deserialize<D>( deserializer: D ) -> Result<Saturating<u64>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for Saturating<u128>

source§

impl<'de> Deserialize<'de> for Saturating<u128>

source§

fn deserialize<D>( deserializer: D ) -> Result<Saturating<u128>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for Saturating<usize>

source§

impl<'de> Deserialize<'de> for Saturating<usize>

source§

fn deserialize<D>( deserializer: D ) -> Result<Saturating<usize>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for AtomicBool

source§

impl<'de> Deserialize<'de> for AtomicBool

source§

fn deserialize<D>( deserializer: D ) -> Result<AtomicBool, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for AtomicI8

source§

impl<'de> Deserialize<'de> for AtomicI8

source§

fn deserialize<D>( deserializer: D ) -> Result<AtomicI8, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for AtomicI16

source§

impl<'de> Deserialize<'de> for AtomicI16

source§

fn deserialize<D>( deserializer: D ) -> Result<AtomicI16, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for AtomicI32

source§

impl<'de> Deserialize<'de> for AtomicI32

source§

fn deserialize<D>( deserializer: D ) -> Result<AtomicI32, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for AtomicI64

source§

impl<'de> Deserialize<'de> for AtomicI64

source§

fn deserialize<D>( deserializer: D ) -> Result<AtomicI64, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for AtomicIsize

source§

impl<'de> Deserialize<'de> for AtomicIsize

source§

fn deserialize<D>( deserializer: D ) -> Result<AtomicIsize, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for AtomicU8

source§

impl<'de> Deserialize<'de> for AtomicU8

source§

fn deserialize<D>( deserializer: D ) -> Result<AtomicU8, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for AtomicU16

source§

impl<'de> Deserialize<'de> for AtomicU16

source§

fn deserialize<D>( deserializer: D ) -> Result<AtomicU16, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for AtomicU32

source§

impl<'de> Deserialize<'de> for AtomicU32

source§

fn deserialize<D>( deserializer: D ) -> Result<AtomicU32, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for AtomicU64

source§

impl<'de> Deserialize<'de> for AtomicU64

source§

fn deserialize<D>( deserializer: D ) -> Result<AtomicU64, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for AtomicUsize

source§

impl<'de> Deserialize<'de> for AtomicUsize

source§

fn deserialize<D>( deserializer: D ) -> Result<AtomicUsize, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for Duration

source§

impl<'de> Deserialize<'de> for Duration

source§

fn deserialize<D>( deserializer: D ) -> Result<Duration, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for OsString

source§

impl<'de> Deserialize<'de> for OsString

source§

fn deserialize<D>( deserializer: D ) -> Result<OsString, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for PathBuf

source§

impl<'de> Deserialize<'de> for PathBuf

source§

fn deserialize<D>( deserializer: D ) -> Result<PathBuf, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for SystemTime

source§

impl<'de> Deserialize<'de> for SystemTime

source§

fn deserialize<D>( deserializer: D ) -> Result<SystemTime, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for Map<String, Value>

source§

fn deserialize<D>( @@ -247,52 +247,52 @@ manual for more information about how to implement this method.

deserializer: D ) -> Result<DescriptorPublicKey, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

§

impl<'de> Deserialize<'de> for Hash

§

fn deserialize<D>(d: D) -> Result<Hash, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, 'a> Deserialize<'de> for &'a str
where - 'de: 'a,

source§

impl<'de, 'a> Deserialize<'de> for &'a str
where + 'de: 'a,

source§

fn deserialize<D>( deserializer: D ) -> Result<&'a str, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, 'a> Deserialize<'de> for &'a Path
where - 'de: 'a,

source§

impl<'de, 'a> Deserialize<'de> for &'a Path
where + 'de: 'a,

source§

fn deserialize<D>( deserializer: D ) -> Result<&'a Path, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

source§

impl<'de, 'a> Deserialize<'de> for &'a RawValue
where 'de: 'a,

source§

fn deserialize<D>( deserializer: D ) -> Result<&'a RawValue, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, 'a> Deserialize<'de> for &'a [u8]
where - 'de: 'a,

source§

impl<'de, 'a> Deserialize<'de> for &'a [u8]
where + 'de: 'a,

source§

fn deserialize<D>( deserializer: D ) -> Result<&'a [u8], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, 'a, T> Deserialize<'de> for Cow<'a, T>
where + D: Deserializer<'de>,

source§

impl<'de, 'a, T> Deserialize<'de> for Cow<'a, T>
where T: ToOwned + ?Sized, - <T as ToOwned>::Owned: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<Cow<'a, T>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, Idx> Deserialize<'de> for Range<Idx>
where - Idx: Deserialize<'de>,

source§

impl<'de, Idx> Deserialize<'de> for Range<Idx>
where + Idx: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<Range<Idx>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, Idx> Deserialize<'de> for RangeFrom<Idx>
where - Idx: Deserialize<'de>,

source§

impl<'de, Idx> Deserialize<'de> for RangeFrom<Idx>
where + Idx: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<RangeFrom<Idx>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, Idx> Deserialize<'de> for RangeInclusive<Idx>
where - Idx: Deserialize<'de>,

source§

impl<'de, Idx> Deserialize<'de> for RangeInclusive<Idx>
where + Idx: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<RangeInclusive<Idx>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, Idx> Deserialize<'de> for RangeTo<Idx>
where - Idx: Deserialize<'de>,

source§

impl<'de, Idx> Deserialize<'de> for RangeTo<Idx>
where + Idx: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<RangeTo<Idx>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, K, V> Deserialize<'de> for BTreeMap<K, V>
where + D: Deserializer<'de>,

source§

impl<'de, K, V> Deserialize<'de> for BTreeMap<K, V>
where K: Deserialize<'de> + Ord, - V: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<BTreeMap<K, V>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, K, V, S> Deserialize<'de> for HashMap<K, V, S>
where + D: Deserializer<'de>,

source§

impl<'de, K, V, S> Deserialize<'de> for HashMap<K, V, S>
where K: Deserialize<'de> + Eq + Hash, V: Deserialize<'de>, - S: BuildHasher + Default,

source§

fn deserialize<D>( deserializer: D ) -> Result<HashMap<K, V, S>, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

§

impl<'de, Pk> Deserialize<'de> for Descriptor<Pk>
where @@ -312,52 +312,52 @@ manual for more information about how to implement this method.

Ctx: ScriptContext,

§

fn deserialize<D>( deserializer: D ) -> Result<Miniscript<Pk, Ctx>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T0, T1> Deserialize<'de> for (T0, T1)
where + D: Deserializer<'de>,

source§

impl<'de, T0, T1> Deserialize<'de> for (T0, T1)
where T0: Deserialize<'de>, - T1: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<(T0, T1), <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T0, T1, T2> Deserialize<'de> for (T0, T1, T2)
where + D: Deserializer<'de>,

source§

impl<'de, T0, T1, T2> Deserialize<'de> for (T0, T1, T2)
where T0: Deserialize<'de>, T1: Deserialize<'de>, - T2: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<(T0, T1, T2), <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T0, T1, T2, T3> Deserialize<'de> for (T0, T1, T2, T3)
where + D: Deserializer<'de>,

source§

impl<'de, T0, T1, T2, T3> Deserialize<'de> for (T0, T1, T2, T3)
where T0: Deserialize<'de>, T1: Deserialize<'de>, T2: Deserialize<'de>, - T3: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<(T0, T1, T2, T3), <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T0, T1, T2, T3, T4> Deserialize<'de> for (T0, T1, T2, T3, T4)
where + D: Deserializer<'de>,

source§

impl<'de, T0, T1, T2, T3, T4> Deserialize<'de> for (T0, T1, T2, T3, T4)
where T0: Deserialize<'de>, T1: Deserialize<'de>, T2: Deserialize<'de>, T3: Deserialize<'de>, - T4: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<(T0, T1, T2, T3, T4), <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T0, T1, T2, T3, T4, T5> Deserialize<'de> for (T0, T1, T2, T3, T4, T5)
where + D: Deserializer<'de>,

source§

impl<'de, T0, T1, T2, T3, T4, T5> Deserialize<'de> for (T0, T1, T2, T3, T4, T5)
where T0: Deserialize<'de>, T1: Deserialize<'de>, T2: Deserialize<'de>, T3: Deserialize<'de>, T4: Deserialize<'de>, - T5: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<(T0, T1, T2, T3, T4, T5), <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T0, T1, T2, T3, T4, T5, T6> Deserialize<'de> for (T0, T1, T2, T3, T4, T5, T6)
where + D: Deserializer<'de>,

source§

impl<'de, T0, T1, T2, T3, T4, T5, T6> Deserialize<'de> for (T0, T1, T2, T3, T4, T5, T6)
where T0: Deserialize<'de>, T1: Deserialize<'de>, T2: Deserialize<'de>, T3: Deserialize<'de>, T4: Deserialize<'de>, T5: Deserialize<'de>, - T6: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<(T0, T1, T2, T3, T4, T5, T6), <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T0, T1, T2, T3, T4, T5, T6, T7> Deserialize<'de> for (T0, T1, T2, T3, T4, T5, T6, T7)
where + D: Deserializer<'de>,

source§

impl<'de, T0, T1, T2, T3, T4, T5, T6, T7> Deserialize<'de> for (T0, T1, T2, T3, T4, T5, T6, T7)
where T0: Deserialize<'de>, T1: Deserialize<'de>, T2: Deserialize<'de>, @@ -365,10 +365,10 @@ manual for more information about how to implement this method.

T4: Deserialize<'de>, T5: Deserialize<'de>, T6: Deserialize<'de>, - T7: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<(T0, T1, T2, T3, T4, T5, T6, T7), <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T0, T1, T2, T3, T4, T5, T6, T7, T8> Deserialize<'de> for (T0, T1, T2, T3, T4, T5, T6, T7, T8)
where + D: Deserializer<'de>,

source§

impl<'de, T0, T1, T2, T3, T4, T5, T6, T7, T8> Deserialize<'de> for (T0, T1, T2, T3, T4, T5, T6, T7, T8)
where T0: Deserialize<'de>, T1: Deserialize<'de>, T2: Deserialize<'de>, @@ -377,10 +377,10 @@ manual for more information about how to implement this method.

T5: Deserialize<'de>, T6: Deserialize<'de>, T7: Deserialize<'de>, - T8: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<(T0, T1, T2, T3, T4, T5, T6, T7, T8), <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9> Deserialize<'de> for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9)
where + D: Deserializer<'de>,

source§

impl<'de, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9> Deserialize<'de> for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9)
where T0: Deserialize<'de>, T1: Deserialize<'de>, T2: Deserialize<'de>, @@ -390,10 +390,10 @@ manual for more information about how to implement this method.

T6: Deserialize<'de>, T7: Deserialize<'de>, T8: Deserialize<'de>, - T9: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9), <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> Deserialize<'de> for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)
where + D: Deserializer<'de>,

source§

impl<'de, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> Deserialize<'de> for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)
where T0: Deserialize<'de>, T1: Deserialize<'de>, T2: Deserialize<'de>, @@ -404,10 +404,10 @@ manual for more information about how to implement this method.

T7: Deserialize<'de>, T8: Deserialize<'de>, T9: Deserialize<'de>, - T10: Deserialize<'de>,

source§

impl<'de, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> Deserialize<'de> for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)
where + D: Deserializer<'de>,

source§

impl<'de, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> Deserialize<'de> for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)
where T0: Deserialize<'de>, T1: Deserialize<'de>, T2: Deserialize<'de>, @@ -419,10 +419,10 @@ manual for more information about how to implement this method.

T8: Deserialize<'de>, T9: Deserialize<'de>, T10: Deserialize<'de>, - T11: Deserialize<'de>,

source§

impl<'de, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> Deserialize<'de> for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12)
where + D: Deserializer<'de>,

source§

impl<'de, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> Deserialize<'de> for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12)
where T0: Deserialize<'de>, T1: Deserialize<'de>, T2: Deserialize<'de>, @@ -435,10 +435,10 @@ manual for more information about how to implement this method.

T9: Deserialize<'de>, T10: Deserialize<'de>, T11: Deserialize<'de>, - T12: Deserialize<'de>,

source§

impl<'de, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> Deserialize<'de> for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13)
where + D: Deserializer<'de>,

source§

impl<'de, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> Deserialize<'de> for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13)
where T0: Deserialize<'de>, T1: Deserialize<'de>, T2: Deserialize<'de>, @@ -452,10 +452,10 @@ manual for more information about how to implement this method.

T10: Deserialize<'de>, T11: Deserialize<'de>, T12: Deserialize<'de>, - T13: Deserialize<'de>,

source§

impl<'de, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> Deserialize<'de> for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14)
where + D: Deserializer<'de>,

source§

impl<'de, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> Deserialize<'de> for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14)
where T0: Deserialize<'de>, T1: Deserialize<'de>, T2: Deserialize<'de>, @@ -470,10 +470,10 @@ manual for more information about how to implement this method.

T11: Deserialize<'de>, T12: Deserialize<'de>, T13: Deserialize<'de>, - T14: Deserialize<'de>,

source§

impl<'de, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> Deserialize<'de> for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15)
where + D: Deserializer<'de>,

source§

impl<'de, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> Deserialize<'de> for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15)
where T0: Deserialize<'de>, T1: Deserialize<'de>, T2: Deserialize<'de>, @@ -489,252 +489,252 @@ manual for more information about how to implement this method.

T12: Deserialize<'de>, T13: Deserialize<'de>, T14: Deserialize<'de>, - T15: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for Bound<T>
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for Bound<T>
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<Bound<T>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for Option<T>
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for Option<T>
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<Option<T>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 0]

source§

impl<'de, T> Deserialize<'de> for [T; 0]

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 0], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 1]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 1]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 1], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 2]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 2]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 2], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 3]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 3]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 3], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 4]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 4]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 4], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 5]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 5]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 5], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 6]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 6]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 6], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 7]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 7]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 7], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 8]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 8]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 8], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 9]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 9]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 9], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 10]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 10]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 10], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 11]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 11]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 11], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 12]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 12]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 12], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 13]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 13]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 13], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 14]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 14]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 14], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 15]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 15]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 15], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 16]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 16]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 16], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 17]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 17]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 17], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 18]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 18]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 18], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 19]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 19]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 19], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 20]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 20]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 20], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 21]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 21]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 21], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 22]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 22]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 22], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 23]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 23]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 23], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 24]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 24]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 24], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 25]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 25]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 25], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 26]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 26]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 26], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 27]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 27]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 27], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 28]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 28]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 28], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 29]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 29]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 29], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 30]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 30]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 30], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 31]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 31]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 31], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 32]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 32]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 32], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for (T,)
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for (T,)
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<(T,), <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for Box<[T]>
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for Box<[T]>
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<Box<[T]>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for Box<T>
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for Box<T>
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<Box<T>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for BinaryHeap<T>
where - T: Deserialize<'de> + Ord,

source§

impl<'de, T> Deserialize<'de> for BinaryHeap<T>
where + T: Deserialize<'de> + Ord,

source§

fn deserialize<D>( deserializer: D ) -> Result<BinaryHeap<T>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for BTreeSet<T>
where - T: Deserialize<'de> + Eq + Ord,

source§

impl<'de, T> Deserialize<'de> for BTreeSet<T>
where + T: Deserialize<'de> + Eq + Ord,

source§

fn deserialize<D>( deserializer: D ) -> Result<BTreeSet<T>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for LinkedList<T>
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for LinkedList<T>
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<LinkedList<T>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for VecDeque<T>
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for VecDeque<T>
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<VecDeque<T>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for Rc<T>
where + D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for Rc<T>
where Box<T>: Deserialize<'de>, T: ?Sized,

This impl requires the "rc" Cargo feature of Serde.

Deserializing a data structure containing Rc will not attempt to deduplicate Rc references to the same data. Every deserialized Rc will end up with a strong count of 1.

-
source§

fn deserialize<D>( deserializer: D ) -> Result<Rc<T>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for Weak<T>
where + D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for Weak<T>
where T: Deserialize<'de>,

This impl requires the "rc" Cargo feature of Serde. The resulting Weak<T> has a reference count of 0 and cannot be upgraded.

-
source§

fn deserialize<D>( deserializer: D ) -> Result<Weak<T>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for Arc<T>
where + D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for Arc<T>
where Box<T>: Deserialize<'de>, T: ?Sized,

This impl requires the "rc" Cargo feature of Serde.

Deserializing a data structure containing Arc will not attempt to deduplicate Arc references to the same data. Every deserialized Arc will end up with a strong count of 1.

-
source§

fn deserialize<D>( deserializer: D ) -> Result<Arc<T>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for Weak<T>
where + D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for Weak<T>
where T: Deserialize<'de>,

This impl requires the "rc" Cargo feature of Serde. The resulting Weak<T> has a reference count of 0 and cannot be upgraded.

-
source§

fn deserialize<D>( deserializer: D ) -> Result<Weak<T>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for Cell<T>
where - T: Deserialize<'de> + Copy,

source§

impl<'de, T> Deserialize<'de> for Cell<T>
where + T: Deserialize<'de> + Copy,

source§

fn deserialize<D>( deserializer: D ) -> Result<Cell<T>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for RefCell<T>
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for RefCell<T>
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<RefCell<T>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for Reverse<T>
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for Reverse<T>
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<Reverse<T>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for PhantomData<T>
where - T: ?Sized,

source§

impl<'de, T> Deserialize<'de> for PhantomData<T>
where + T: ?Sized,

source§

fn deserialize<D>( deserializer: D ) -> Result<PhantomData<T>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for Wrapping<T>
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for Wrapping<T>
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<Wrapping<T>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for Mutex<T>
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for Mutex<T>
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<Mutex<T>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for RwLock<T>
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for RwLock<T>
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<RwLock<T>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T, E> Deserialize<'de> for Result<T, E>
where + D: Deserializer<'de>,

source§

impl<'de, T, E> Deserialize<'de> for Result<T, E>
where T: Deserialize<'de>, - E: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<Result<T, E>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T, S> Deserialize<'de> for HashSet<T, S>
where + D: Deserializer<'de>,

source§

impl<'de, T, S> Deserialize<'de> for HashSet<T, S>
where T: Deserialize<'de> + Eq + Hash, - S: BuildHasher + Default,

source§

fn deserialize<D>( deserializer: D ) -> Result<HashSet<T, S>, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

Implementors§

§

impl<'de> Deserialize<'de> for &'de Script

Can only deserialize borrowed bytes.

source§

impl<'de> Deserialize<'de> for ConfirmationTime

§

impl<'de> Deserialize<'de> for ChildNumber

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::blockdata::locktime::absolute::LockTime

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::blockdata::locktime::relative::LockTime

§

impl<'de> Deserialize<'de> for EcdsaSighashType

§

impl<'de> Deserialize<'de> for Network

§

impl<'de> Deserialize<'de> for TapSighashType

§

impl<'de> Deserialize<'de> for Parity

The parity is deserialized as u8 - 0 for even, 1 for odd.

§

impl<'de> Deserialize<'de> for LeafVersion

Deserializes LeafVersion as a u8 using consensus encoding.

-
§

impl<'de> Deserialize<'de> for TapLeaf

source§

impl<'de> Deserialize<'de> for bdk_chain::indexer::keychain_txout::ChangeSet

source§

impl<'de> Deserialize<'de> for bdk_chain::local_chain::ChangeSet

source§

impl<'de> Deserialize<'de> for Balance

source§

impl<'de> Deserialize<'de> for BlockId

source§

impl<'de> Deserialize<'de> for ConfirmationBlockTime

source§

impl<'de> Deserialize<'de> for DescriptorId

source§

impl<'de> Deserialize<'de> for String

§

impl<'de> Deserialize<'de> for ChainCode

§

impl<'de> Deserialize<'de> for DerivationPath

§

impl<'de> Deserialize<'de> for Fingerprint

§

impl<'de> Deserialize<'de> for Xpriv

§

impl<'de> Deserialize<'de> for Xpub

§

impl<'de> Deserialize<'de> for ShortId

§

impl<'de> Deserialize<'de> for Header

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::blockdata::block::Version

§

impl<'de> Deserialize<'de> for ChainHash

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::blockdata::locktime::absolute::Height

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::blockdata::locktime::absolute::Time

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::blockdata::locktime::relative::Height

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::blockdata::locktime::relative::Time

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::blockdata::transaction::Version

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::ecdsa::Signature

§

impl<'de> Deserialize<'de> for Keypair

§

impl<'de> Deserialize<'de> for TweakedKeypair

§

impl<'de> Deserialize<'de> for TweakedPublicKey

§

impl<'de> Deserialize<'de> for Key

§

impl<'de> Deserialize<'de> for Pair

§

impl<'de> Deserialize<'de> for Input

§

impl<'de> Deserialize<'de> for Output

§

impl<'de> Deserialize<'de> for PsbtSighashType

§

impl<'de> Deserialize<'de> for SharedSecret

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::secp256k1::ecdsa::Signature

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::secp256k1::schnorr::Signature

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::secp256k1::PublicKey

§

impl<'de> Deserialize<'de> for SecretKey

§

impl<'de> Deserialize<'de> for Address<NetworkUnchecked>

§

impl<'de> Deserialize<'de> for Amount

§

impl<'de> Deserialize<'de> for Block

§

impl<'de> Deserialize<'de> for BlockHash

§

impl<'de> Deserialize<'de> for CompactTarget

§

impl<'de> Deserialize<'de> for CompressedPublicKey

§

impl<'de> Deserialize<'de> for FeeRate

§

impl<'de> Deserialize<'de> for FilterHash

§

impl<'de> Deserialize<'de> for FilterHeader

§

impl<'de> Deserialize<'de> for LegacySighash

§

impl<'de> Deserialize<'de> for OutPoint

§

impl<'de> Deserialize<'de> for PrivateKey

§

impl<'de> Deserialize<'de> for Psbt

§

impl<'de> Deserialize<'de> for PubkeyHash

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::PublicKey

§

impl<'de> Deserialize<'de> for ScriptBuf

§

impl<'de> Deserialize<'de> for ScriptHash

§

impl<'de> Deserialize<'de> for SegwitV0Sighash

§

impl<'de> Deserialize<'de> for Sequence

§

impl<'de> Deserialize<'de> for TapLeafHash

§

impl<'de> Deserialize<'de> for TapNodeHash

§

impl<'de> Deserialize<'de> for TapSighash

§

impl<'de> Deserialize<'de> for TapTweakHash

§

impl<'de> Deserialize<'de> for Target

§

impl<'de> Deserialize<'de> for Transaction

§

impl<'de> Deserialize<'de> for TxIn

§

impl<'de> Deserialize<'de> for TxMerkleNode

§

impl<'de> Deserialize<'de> for TxOut

§

impl<'de> Deserialize<'de> for Txid

§

impl<'de> Deserialize<'de> for WPubkeyHash

§

impl<'de> Deserialize<'de> for WScriptHash

§

impl<'de> Deserialize<'de> for Weight

§

impl<'de> Deserialize<'de> for Witness

§

impl<'de> Deserialize<'de> for WitnessCommitment

§

impl<'de> Deserialize<'de> for WitnessMerkleNode

§

impl<'de> Deserialize<'de> for Work

§

impl<'de> Deserialize<'de> for Wtxid

§

impl<'de> Deserialize<'de> for XKeyIdentifier

§

impl<'de> Deserialize<'de> for XOnlyPublicKey

§

impl<'de> Deserialize<'de> for ControlBlock

§

impl<'de> Deserialize<'de> for NodeInfo

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::taproot::Signature

§

impl<'de> Deserialize<'de> for TapTree

§

impl<'de> Deserialize<'de> for TaprootMerkleBranch

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::hashes::hash160::Hash

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::hashes::ripemd160::Hash

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::hashes::sha1::Hash

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::hashes::sha256::Hash

§

impl<'de> Deserialize<'de> for Midstate

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::hashes::sha256d::Hash

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::hashes::sha384::Hash

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::hashes::sha512::Hash

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::hashes::sha512_256::Hash

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::hashes::siphash24::Hash

source§

impl<'de> Deserialize<'de> for IgnoredAny

source§

impl<'de, A> Deserialize<'de> for bdk_chain::tx_graph::ChangeSet<A>
where +
§

impl<'de> Deserialize<'de> for TapLeaf

source§

impl<'de> Deserialize<'de> for bdk_chain::indexer::keychain_txout::ChangeSet

source§

impl<'de> Deserialize<'de> for bdk_chain::local_chain::ChangeSet

source§

impl<'de> Deserialize<'de> for Balance

source§

impl<'de> Deserialize<'de> for BlockId

source§

impl<'de> Deserialize<'de> for ConfirmationBlockTime

source§

impl<'de> Deserialize<'de> for DescriptorId

source§

impl<'de> Deserialize<'de> for String

§

impl<'de> Deserialize<'de> for ChainCode

§

impl<'de> Deserialize<'de> for DerivationPath

§

impl<'de> Deserialize<'de> for Fingerprint

§

impl<'de> Deserialize<'de> for Xpriv

§

impl<'de> Deserialize<'de> for Xpub

§

impl<'de> Deserialize<'de> for ShortId

§

impl<'de> Deserialize<'de> for Header

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::blockdata::block::Version

§

impl<'de> Deserialize<'de> for ChainHash

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::blockdata::locktime::absolute::Height

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::blockdata::locktime::absolute::Time

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::blockdata::locktime::relative::Height

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::blockdata::locktime::relative::Time

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::blockdata::transaction::Version

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::ecdsa::Signature

§

impl<'de> Deserialize<'de> for Keypair

§

impl<'de> Deserialize<'de> for TweakedKeypair

§

impl<'de> Deserialize<'de> for TweakedPublicKey

§

impl<'de> Deserialize<'de> for Key

§

impl<'de> Deserialize<'de> for Pair

§

impl<'de> Deserialize<'de> for Input

§

impl<'de> Deserialize<'de> for Output

§

impl<'de> Deserialize<'de> for PsbtSighashType

§

impl<'de> Deserialize<'de> for SharedSecret

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::secp256k1::ecdsa::Signature

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::secp256k1::schnorr::Signature

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::secp256k1::PublicKey

§

impl<'de> Deserialize<'de> for SecretKey

§

impl<'de> Deserialize<'de> for Address<NetworkUnchecked>

§

impl<'de> Deserialize<'de> for Amount

§

impl<'de> Deserialize<'de> for Block

§

impl<'de> Deserialize<'de> for BlockHash

§

impl<'de> Deserialize<'de> for CompactTarget

§

impl<'de> Deserialize<'de> for CompressedPublicKey

§

impl<'de> Deserialize<'de> for FeeRate

§

impl<'de> Deserialize<'de> for FilterHash

§

impl<'de> Deserialize<'de> for FilterHeader

§

impl<'de> Deserialize<'de> for LegacySighash

§

impl<'de> Deserialize<'de> for OutPoint

§

impl<'de> Deserialize<'de> for PrivateKey

§

impl<'de> Deserialize<'de> for Psbt

§

impl<'de> Deserialize<'de> for PubkeyHash

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::PublicKey

§

impl<'de> Deserialize<'de> for ScriptBuf

§

impl<'de> Deserialize<'de> for ScriptHash

§

impl<'de> Deserialize<'de> for SegwitV0Sighash

§

impl<'de> Deserialize<'de> for Sequence

§

impl<'de> Deserialize<'de> for TapLeafHash

§

impl<'de> Deserialize<'de> for TapNodeHash

§

impl<'de> Deserialize<'de> for TapSighash

§

impl<'de> Deserialize<'de> for TapTweakHash

§

impl<'de> Deserialize<'de> for Target

§

impl<'de> Deserialize<'de> for Transaction

§

impl<'de> Deserialize<'de> for TxIn

§

impl<'de> Deserialize<'de> for TxMerkleNode

§

impl<'de> Deserialize<'de> for TxOut

§

impl<'de> Deserialize<'de> for Txid

§

impl<'de> Deserialize<'de> for WPubkeyHash

§

impl<'de> Deserialize<'de> for WScriptHash

§

impl<'de> Deserialize<'de> for Weight

§

impl<'de> Deserialize<'de> for Witness

§

impl<'de> Deserialize<'de> for WitnessCommitment

§

impl<'de> Deserialize<'de> for WitnessMerkleNode

§

impl<'de> Deserialize<'de> for Work

§

impl<'de> Deserialize<'de> for Wtxid

§

impl<'de> Deserialize<'de> for XKeyIdentifier

§

impl<'de> Deserialize<'de> for XOnlyPublicKey

§

impl<'de> Deserialize<'de> for ControlBlock

§

impl<'de> Deserialize<'de> for NodeInfo

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::taproot::Signature

§

impl<'de> Deserialize<'de> for TapTree

§

impl<'de> Deserialize<'de> for TaprootMerkleBranch

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::hashes::hash160::Hash

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::hashes::ripemd160::Hash

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::hashes::sha1::Hash

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::hashes::sha256::Hash

§

impl<'de> Deserialize<'de> for Midstate

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::hashes::sha256d::Hash

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::hashes::sha384::Hash

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::hashes::sha512::Hash

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::hashes::sha512_256::Hash

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::hashes::siphash24::Hash

source§

impl<'de> Deserialize<'de> for IgnoredAny

source§

impl<'de, A> Deserialize<'de> for bdk_chain::tx_graph::ChangeSet<A>
where A: Ord + Deserialize<'de>,

source§

impl<'de, A, IA> Deserialize<'de> for bdk_chain::indexed_tx_graph::ChangeSet<A, IA>
where A: Ord + Deserialize<'de>, IA: Deserialize<'de>,

§

impl<'de, Subtype> Deserialize<'de> for ProprietaryKey<Subtype>
where - Subtype: Copy + From<u8> + Into<u8> + Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for Vec<T>
where - T: Deserialize<'de>,

§

impl<'de, T> Deserialize<'de> for bdk_chain::bitcoin::hashes::sha256t::Hash<T>
where - T: Tag,

§

impl<'de, T> Deserialize<'de> for Hmac<T>
where - T: Hash + Deserialize<'de>,

\ No newline at end of file + Subtype: Copy + From<u8> + Into<u8> + Deserialize<'de>,
source§

impl<'de, T> Deserialize<'de> for Vec<T>
where + T: Deserialize<'de>,

§

impl<'de, T> Deserialize<'de> for Hmac<T>
where + T: Hash + Deserialize<'de>,

§

impl<'de, T> Deserialize<'de> for bdk_chain::bitcoin::hashes::sha256t::Hash<T>
where + T: Tag,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.DeserializeOwned.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.DeserializeOwned.html index 576b5a8448..622eab9d76 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.DeserializeOwned.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.DeserializeOwned.html @@ -1,4 +1,4 @@ -DeserializeOwned in bdk_chain::bitcoin::hashes::serde::de - Rust

Trait bdk_chain::bitcoin::hashes::serde::de::DeserializeOwned

source ·
pub trait DeserializeOwned: for<'de> Deserialize<'de> { }
Expand description

A data structure that can be deserialized without borrowing any data from +DeserializeOwned in bdk_chain::bitcoin::hashes::serde::de - Rust

Trait bdk_chain::bitcoin::hashes::serde::de::DeserializeOwned

source ·
pub trait DeserializeOwned: for<'de> Deserialize<'de> { }
Expand description

A data structure that can be deserialized without borrowing any data from the deserializer.

This is primarily useful for trait bounds on functions. For example a from_str function may be able to deserialize a data structure that borrows @@ -17,5 +17,5 @@ owned data.

The relationship between Deserialize and DeserializeOwned in trait bounds is explained in more detail on the page Understanding deserializer lifetimes.

-

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T> DeserializeOwned for T
where +

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.DeserializeSeed.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.DeserializeSeed.html index 864f45e081..5b03c74f2e 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.DeserializeSeed.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.DeserializeSeed.html @@ -1,4 +1,4 @@ -DeserializeSeed in bdk_chain::bitcoin::hashes::serde::de - Rust

Trait bdk_chain::bitcoin::hashes::serde::de::DeserializeSeed

source ·
pub trait DeserializeSeed<'de>: Sized {
+DeserializeSeed in bdk_chain::bitcoin::hashes::serde::de - Rust

Trait bdk_chain::bitcoin::hashes::serde::de::DeserializeSeed

source ·
pub trait DeserializeSeed<'de>: Sized {
     type Value;
 
     // Required method
@@ -132,15 +132,15 @@ trait.

let visitor = FlattenedVecVisitor(PhantomData); let flattened: Vec<u64> = deserializer.deserialize_seq(visitor)?;
-

Required Associated Types§

source

type Value

The type produced by using this seed.

-

Required Methods§

Required Associated Types§

source

type Value

The type produced by using this seed.

+

Required Methods§

source

fn deserialize<D>( self, deserializer: D ) -> Result<Self::Value, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

Equivalent to the more common Deserialize::deserialize method, except with some initial piece of data (the seed) passed in.

-

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl<'de, T> DeserializeSeed<'de> for PhantomData<T>
where - T: Deserialize<'de>,

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl<'de, T> DeserializeSeed<'de> for PhantomData<T>
where + T: Deserialize<'de>,

§

type Value = T

source§

fn deserialize<D>( self, deserializer: D ) -> Result<T, <D as Deserializer<'de>>::Error>
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.Deserializer.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.Deserializer.html index bb89278b5c..6e81867e88 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.Deserializer.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.Deserializer.html @@ -1,4 +1,4 @@ -Deserializer in bdk_chain::bitcoin::hashes::serde::de - Rust

Trait bdk_chain::bitcoin::hashes::serde::de::Deserializer

source ·
pub trait Deserializer<'de>: Sized {
+Deserializer in bdk_chain::bitcoin::hashes::serde::de - Rust

Trait bdk_chain::bitcoin::hashes::serde::de::Deserializer

source ·
pub trait Deserializer<'de>: Sized {
     type Error: Error;
 
 
Show 32 methods // Required methods @@ -315,9 +315,9 @@ deserializer lifetimes for a more detailed explanation of these lifetimes.§Example implementation

The example data format presented on the website contains example code for a basic JSON Deserializer.

-

Required Associated Types§

source

type Error: Error

The error type that can be returned if some error occurs during +

Required Associated Types§

source

type Error: Error

The error type that can be returned if some error occurs during deserialization.

-

Required Methods§

Required Methods§

source

fn deserialize_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where @@ -329,67 +329,67 @@ Deserializer what type is in the input. Know that relying on Deserializer::deserialize_any means your data type will be able to deserialize from self-describing formats only, ruling out Postcard and many others.

-

source

fn deserialize_bool<V>( +

source

fn deserialize_bool<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.

-
source

fn deserialize_i8<V>( +

source

fn deserialize_i8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.

-
source

fn deserialize_i16<V>( +

source

fn deserialize_i16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.

-
source

fn deserialize_i32<V>( +

source

fn deserialize_i32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.

-
source

fn deserialize_i64<V>( +

source

fn deserialize_i64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.

-
source

fn deserialize_u8<V>( +

source

fn deserialize_u8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.

-
source

fn deserialize_u16<V>( +

source

fn deserialize_u16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.

-
source

fn deserialize_u32<V>( +

source

fn deserialize_u32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.

-
source

fn deserialize_u64<V>( +

source

fn deserialize_u64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.

-
source

fn deserialize_f32<V>( +

source

fn deserialize_f32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.

-
source

fn deserialize_f64<V>( +

source

fn deserialize_f64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.

-
source

fn deserialize_char<V>( +

source

fn deserialize_char<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.

-
source

fn deserialize_str<V>( +

source

fn deserialize_str<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where @@ -399,7 +399,7 @@ not benefit from taking ownership of buffered data owned by the

If the Visitor would benefit from taking ownership of String data, indicate this to the Deserializer by using deserialize_string instead.

-

source

fn deserialize_string<V>( +

source

fn deserialize_string<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where @@ -409,7 +409,7 @@ benefit from taking ownership of buffered data owned by the

If the Visitor would not benefit from taking ownership of String data, indicate that to the Deserializer by using deserialize_str instead.

-

source

fn deserialize_bytes<V>( +

source

fn deserialize_bytes<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where @@ -419,7 +419,7 @@ benefit from taking ownership of buffered data owned by the

If the Visitor would benefit from taking ownership of Vec<u8> data, indicate this to the Deserializer by using deserialize_byte_buf instead.

-

source

fn deserialize_byte_buf<V>( +

source

fn deserialize_byte_buf<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where @@ -429,7 +429,7 @@ benefit from taking ownership of buffered data owned by the

If the Visitor would not benefit from taking ownership of Vec<u8> data, indicate that to the Deserializer by using deserialize_bytes instead.

-

source

fn deserialize_option<V>( +

source

fn deserialize_option<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where @@ -437,38 +437,38 @@ instead.

This allows deserializers that encode an optional value as a nullable value to convert the null value into None and a regular value into Some(value).

-

source

fn deserialize_unit<V>( +

source

fn deserialize_unit<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.

-
source

fn deserialize_unit_struct<V>( +

source

fn deserialize_unit_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit struct with a particular name.

-
source

fn deserialize_newtype_struct<V>( +

source

fn deserialize_newtype_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a newtype struct with a particular name.

-
source

fn deserialize_seq<V>( +

source

fn deserialize_seq<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.

-
source

fn deserialize_tuple<V>( +

source

fn deserialize_tuple<V>( self, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values and knows how many values there are without looking at the serialized data.

-
source

fn deserialize_tuple_struct<V>( +

source

fn deserialize_tuple_struct<V>( self, name: &'static str, len: usize, @@ -476,12 +476,12 @@ knows how many values there are without looking at the serialized data.

) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a tuple struct with a particular name and number of fields.

-
source

fn deserialize_map<V>( +

source

fn deserialize_map<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.

-
source

fn deserialize_struct<V>( +

source

fn deserialize_struct<V>( self, name: &'static str, fields: &'static [&'static str], @@ -489,7 +489,7 @@ particular name and number of fields.

) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a struct with a particular name and fields.

-
source

fn deserialize_enum<V>( +

source

fn deserialize_enum<V>( self, name: &'static str, variants: &'static [&'static str], @@ -497,32 +497,32 @@ name and fields.

) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting an enum value with a particular name and possible variants.

-
source

fn deserialize_identifier<V>( +

source

fn deserialize_identifier<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting the name of a struct field or the discriminant of an enum variant.

-
source

fn deserialize_ignored_any<V>( +

source

fn deserialize_ignored_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where V: Visitor<'de>,

Hint that the Deserialize type needs to deserialize a value whose type doesn’t matter because it is ignored.

Deserializers for non-self-describing formats may not support this mode.

-

Provided Methods§

Provided Methods§

source

fn deserialize_i128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value.

The default behavior unconditionally returns an error.

-
source

fn deserialize_u128<V>( +

source

fn deserialize_u128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value.

The default behavior unconditionally returns an error.

-
source

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to +

source

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to deserialize their human-readable form.

Some types have a human-readable form that may be somewhat expensive to construct, as well as a binary form that is compact and efficient. @@ -1413,38 +1413,38 @@ value, a [..], or a {..}.

self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Error>
where - V: Visitor<'de>,

Implementors§

source§

impl<'de, 'a, E> Deserializer<'de> for BytesDeserializer<'a, E>
where - E: Error,

§

type Error = E

source§

impl<'de, 'a, E> Deserializer<'de> for CowStrDeserializer<'a, E>
where - E: Error,

§

type Error = E

source§

impl<'de, 'a, E> Deserializer<'de> for StrDeserializer<'a, E>
where - E: Error,

§

type Error = E

source§

impl<'de, A> Deserializer<'de> for EnumAccessDeserializer<A>
where - A: EnumAccess<'de>,

§

type Error = <A as EnumAccess<'de>>::Error

source§

impl<'de, A> Deserializer<'de> for MapAccessDeserializer<A>
where - A: MapAccess<'de>,

§

type Error = <A as MapAccess<'de>>::Error

source§

impl<'de, A> Deserializer<'de> for SeqAccessDeserializer<A>
where - A: SeqAccess<'de>,

§

type Error = <A as SeqAccess<'de>>::Error

source§

impl<'de, E> Deserializer<'de> for BoolDeserializer<E>
where - E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for BorrowedBytesDeserializer<'de, E>
where - E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for BorrowedStrDeserializer<'de, E>
where - E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for CharDeserializer<E>
where - E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for F32Deserializer<E>
where - E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for F64Deserializer<E>
where - E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for I8Deserializer<E>
where - E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for I16Deserializer<E>
where - E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for I32Deserializer<E>
where - E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for I64Deserializer<E>
where - E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for I128Deserializer<E>
where - E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for IsizeDeserializer<E>
where - E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for StringDeserializer<E>
where - E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for U8Deserializer<E>
where - E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for U16Deserializer<E>
where - E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for U32Deserializer<E>
where - E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for U64Deserializer<E>
where - E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for U128Deserializer<E>
where - E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for UnitDeserializer<E>
where - E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for UsizeDeserializer<E>
where - E: Error,

§

type Error = E

source§

impl<'de, I, E> Deserializer<'de> for MapDeserializer<'de, I, E>
where + V: Visitor<'de>,

Implementors§

source§

impl<'de, 'a, E> Deserializer<'de> for BytesDeserializer<'a, E>
where + E: Error,

§

type Error = E

source§

impl<'de, 'a, E> Deserializer<'de> for CowStrDeserializer<'a, E>
where + E: Error,

§

type Error = E

source§

impl<'de, 'a, E> Deserializer<'de> for StrDeserializer<'a, E>
where + E: Error,

§

type Error = E

source§

impl<'de, A> Deserializer<'de> for EnumAccessDeserializer<A>
where + A: EnumAccess<'de>,

§

type Error = <A as EnumAccess<'de>>::Error

source§

impl<'de, A> Deserializer<'de> for MapAccessDeserializer<A>
where + A: MapAccess<'de>,

§

type Error = <A as MapAccess<'de>>::Error

source§

impl<'de, A> Deserializer<'de> for SeqAccessDeserializer<A>
where + A: SeqAccess<'de>,

§

type Error = <A as SeqAccess<'de>>::Error

source§

impl<'de, E> Deserializer<'de> for BoolDeserializer<E>
where + E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for BorrowedBytesDeserializer<'de, E>
where + E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for BorrowedStrDeserializer<'de, E>
where + E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for CharDeserializer<E>
where + E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for F32Deserializer<E>
where + E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for F64Deserializer<E>
where + E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for I8Deserializer<E>
where + E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for I16Deserializer<E>
where + E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for I32Deserializer<E>
where + E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for I64Deserializer<E>
where + E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for I128Deserializer<E>
where + E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for IsizeDeserializer<E>
where + E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for StringDeserializer<E>
where + E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for U8Deserializer<E>
where + E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for U16Deserializer<E>
where + E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for U32Deserializer<E>
where + E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for U64Deserializer<E>
where + E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for U128Deserializer<E>
where + E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for UnitDeserializer<E>
where + E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for UsizeDeserializer<E>
where + E: Error,

§

type Error = E

source§

impl<'de, I, E> Deserializer<'de> for MapDeserializer<'de, I, E>
where I: Iterator, <I as Iterator>::Item: Pair, <<I as Iterator>::Item as Pair>::First: IntoDeserializer<'de, E>, <<I as Iterator>::Item as Pair>::Second: IntoDeserializer<'de, E>, - E: Error,

§

type Error = E

source§

impl<'de, I, T, E> Deserializer<'de> for SeqDeserializer<I, E>
where + E: Error,

§

type Error = E

source§

impl<'de, I, T, E> Deserializer<'de> for SeqDeserializer<I, E>
where I: Iterator<Item = T>, T: IntoDeserializer<'de, E>, E: Error,

§

type Error = E

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.EnumAccess.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.EnumAccess.html index 12324fbe7f..f891047085 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.EnumAccess.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.EnumAccess.html @@ -1,4 +1,4 @@ -EnumAccess in bdk_chain::bitcoin::hashes::serde::de - Rust

Trait bdk_chain::bitcoin::hashes::serde::de::EnumAccess

source ·
pub trait EnumAccess<'de>: Sized {
+EnumAccess in bdk_chain::bitcoin::hashes::serde::de - Rust

Trait bdk_chain::bitcoin::hashes::serde::de::EnumAccess

source ·
pub trait EnumAccess<'de>: Sized {
     type Error: Error;
     type Variant: VariantAccess<'de, Error = Self::Error>;
 
@@ -22,25 +22,25 @@ deserializer lifetimes for a more detailed explanation of these lifetimes.§Example implementation
 

The example data format presented on the website demonstrates an implementation of EnumAccess for a basic JSON data format.

-

Required Associated Types§

source

type Error: Error

The error type that can be returned if some error occurs during +

Required Associated Types§

source

type Error: Error

The error type that can be returned if some error occurs during deserialization.

-
source

type Variant: VariantAccess<'de, Error = Self::Error>

The Visitor that will be used to deserialize the content of the enum +

source

type Variant: VariantAccess<'de, Error = Self::Error>

The Visitor that will be used to deserialize the content of the enum variant.

-

Required Methods§

Required Methods§

source

fn variant_seed<V>( self, seed: V ) -> Result<(<V as DeserializeSeed<'de>>::Value, Self::Variant), Self::Error>
where V: DeserializeSeed<'de>,

variant is called to identify which variant to deserialize.

Deserialize implementations should typically use EnumAccess::variant instead.

-

Provided Methods§

source

fn variant<V>(self) -> Result<(V, Self::Variant), Self::Error>
where +

Provided Methods§

source

fn variant<V>(self) -> Result<(V, Self::Variant), Self::Error>
where V: Deserialize<'de>,

variant is called to identify which variant to deserialize.

This method exists as a convenience for Deserialize implementations. EnumAccess implementations should not override the default behavior.

-

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<'de, 'a, E> EnumAccess<'de> for CowStrDeserializer<'a, E>
where - E: Error,

§

type Error = E

§

type Variant = UnitOnly<E>

source§

impl<'de, 'a, E> EnumAccess<'de> for StrDeserializer<'a, E>
where - E: Error,

§

type Error = E

§

type Variant = UnitOnly<E>

source§

impl<'de, A> EnumAccess<'de> for MapAccessDeserializer<A>
where - A: MapAccess<'de>,

§

type Error = <A as MapAccess<'de>>::Error

§

type Variant = MapAsEnum<A>

source§

impl<'de, E> EnumAccess<'de> for BorrowedStrDeserializer<'de, E>
where - E: Error,

§

type Error = E

§

type Variant = UnitOnly<E>

source§

impl<'de, E> EnumAccess<'de> for StringDeserializer<E>
where - E: Error,

§

type Error = E

§

type Variant = UnitOnly<E>

source§

impl<'de, E> EnumAccess<'de> for U32Deserializer<E>
where +

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<'de, 'a, E> EnumAccess<'de> for CowStrDeserializer<'a, E>
where + E: Error,

§

type Error = E

§

type Variant = UnitOnly<E>

source§

impl<'de, 'a, E> EnumAccess<'de> for StrDeserializer<'a, E>
where + E: Error,

§

type Error = E

§

type Variant = UnitOnly<E>

source§

impl<'de, A> EnumAccess<'de> for MapAccessDeserializer<A>
where + A: MapAccess<'de>,

§

type Error = <A as MapAccess<'de>>::Error

§

type Variant = MapAsEnum<A>

source§

impl<'de, E> EnumAccess<'de> for BorrowedStrDeserializer<'de, E>
where + E: Error,

§

type Error = E

§

type Variant = UnitOnly<E>

source§

impl<'de, E> EnumAccess<'de> for StringDeserializer<E>
where + E: Error,

§

type Error = E

§

type Variant = UnitOnly<E>

source§

impl<'de, E> EnumAccess<'de> for U32Deserializer<E>
where E: Error,

§

type Error = E

§

type Variant = UnitOnly<E>

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.Error.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.Error.html index f62905e86c..c3d067100e 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.Error.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.Error.html @@ -1,4 +1,4 @@ -Error in bdk_chain::bitcoin::hashes::serde::de - Rust

Trait bdk_chain::bitcoin::hashes::serde::de::Error

source ·
pub trait Error: Sized + Error {
+Error in bdk_chain::bitcoin::hashes::serde::de - Rust

Trait bdk_chain::bitcoin::hashes::serde::de::Error

source ·
pub trait Error: Sized + Error {
     // Required method
     fn custom<T>(msg: T) -> Self
        where T: Display;
@@ -25,7 +25,7 @@ and inherit the default behavior for the other methods.

§Example implementation

The example data format presented on the website shows an error type appropriate for a basic JSON data format.

-

Required Methods§

source

fn custom<T>(msg: T) -> Self
where +

Required Methods§

source

fn custom<T>(msg: T) -> Self
where T: Display,

Raised when there is general error when deserializing a type.

The message should not be capitalized and should not end with a period.

@@ -40,7 +40,7 @@ type appropriate for a basic JSON data format.

s.parse().map_err(de::Error::custom) } }
-

Provided Methods§

source

fn invalid_type(unexp: Unexpected<'_>, exp: &dyn Expected) -> Self

Raised when a Deserialize receives a type different from what it was +

Provided Methods§

source

fn invalid_type(unexp: Unexpected<'_>, exp: &dyn Expected) -> Self

Raised when a Deserialize receives a type different from what it was expecting.

The unexp argument provides information about what type was received. This is the type that was present in the input file or other source data @@ -50,7 +50,7 @@ expected. This is the type that is written in the program.

For example if we try to deserialize a String out of a JSON file containing an integer, the unexpected type is the integer and the expected type is the string.

-
source

fn invalid_value(unexp: Unexpected<'_>, exp: &dyn Expected) -> Self

Raised when a Deserialize receives a value of the right type but that +

source

fn invalid_value(unexp: Unexpected<'_>, exp: &dyn Expected) -> Self

Raised when a Deserialize receives a value of the right type but that is wrong for some other reason.

The unexp argument provides information about what value was received. This is the value that was present in the input file or other source @@ -60,21 +60,21 @@ expected. This is the type that is written in the program.

For example if we try to deserialize a String out of some binary data that is not valid UTF-8, the unexpected value is the bytes and the expected value is a string.

-
source

fn invalid_length(len: usize, exp: &dyn Expected) -> Self

Raised when deserializing a sequence or map and the input data contains +

source

fn invalid_length(len: usize, exp: &dyn Expected) -> Self

Raised when deserializing a sequence or map and the input data contains too many or too few elements.

The len argument is the number of elements encountered. The sequence or map may have expected more arguments or fewer arguments.

The exp argument provides information about what data was being expected. For example exp might say that a tuple of size 6 was expected.

-
source

fn unknown_variant(variant: &str, expected: &'static [&'static str]) -> Self

Raised when a Deserialize enum type received a variant with an +

source

fn unknown_variant(variant: &str, expected: &'static [&'static str]) -> Self

Raised when a Deserialize enum type received a variant with an unrecognized name.

-
source

fn unknown_field(field: &str, expected: &'static [&'static str]) -> Self

Raised when a Deserialize struct type received a field with an +

source

fn unknown_field(field: &str, expected: &'static [&'static str]) -> Self

Raised when a Deserialize struct type received a field with an unrecognized name.

-
source

fn missing_field(field: &'static str) -> Self

Raised when a Deserialize struct type expected to receive a required +

source

fn missing_field(field: &'static str) -> Self

Raised when a Deserialize struct type expected to receive a required field with a particular name but that field was not present in the input.

-
source

fn duplicate_field(field: &'static str) -> Self

Raised when a Deserialize struct type received more than one of the +

source

fn duplicate_field(field: &'static str) -> Self

Raised when a Deserialize struct type received more than one of the same field.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl Error for Error

source§

fn custom<T>(msg: T) -> Error
where - T: Display,

source§

fn invalid_type(unexp: Unexpected<'_>, exp: &dyn Expected) -> Error

source§

fn invalid_value(unexp: Unexpected<'_>, exp: &dyn Expected) -> Error

Implementors§

source§

impl Error for bdk_chain::bitcoin::hashes::serde::de::value::Error

\ No newline at end of file + T: Display,
source§

fn invalid_type(unexp: Unexpected<'_>, exp: &dyn Expected) -> Error

source§

fn invalid_value(unexp: Unexpected<'_>, exp: &dyn Expected) -> Error

Implementors§

source§

impl Error for bdk_chain::bitcoin::hashes::serde::de::value::Error

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.Expected.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.Expected.html index 2fd40d2d55..2f4944651e 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.Expected.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.Expected.html @@ -1,4 +1,4 @@ -Expected in bdk_chain::bitcoin::hashes::serde::de - Rust

Trait bdk_chain::bitcoin::hashes::serde::de::Expected

source ·
pub trait Expected {
+Expected in bdk_chain::bitcoin::hashes::serde::de - Rust

Trait bdk_chain::bitcoin::hashes::serde::de::Expected

source ·
pub trait Expected {
     // Required method
     fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>;
 }
Expand description

Expected represents an explanation of what data a Visitor was expecting @@ -24,7 +24,7 @@ not end with a period.

Unexpected::Bool(v), &"a negative integer", ));
-

Required Methods§

source

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Format an explanation of what data was being expected. Same signature as +

Required Methods§

source

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Format an explanation of what data was being expected. Same signature as the Display and Debug traits.

-

Trait Implementations§

source§

impl<'a> Display for dyn Expected + 'a

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more

Implementations on Foreign Types§

source§

impl<'a> Expected for &'a str

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Implementors§

source§

impl<'de, T> Expected for T
where +

Trait Implementations§

source§

impl<'a> Display for dyn Expected + 'a

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more

Implementations on Foreign Types§

source§

impl<'a> Expected for &'a str

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Implementors§

source§

impl<'de, T> Expected for T
where T: Visitor<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.IntoDeserializer.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.IntoDeserializer.html index 84da40bfeb..4503031897 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.IntoDeserializer.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.IntoDeserializer.html @@ -1,4 +1,4 @@ -IntoDeserializer in bdk_chain::bitcoin::hashes::serde::de - Rust

Trait bdk_chain::bitcoin::hashes::serde::de::IntoDeserializer

source ·
pub trait IntoDeserializer<'de, E = Error>
where +IntoDeserializer in bdk_chain::bitcoin::hashes::serde::de - Rust

Trait bdk_chain::bitcoin::hashes::serde::de::IntoDeserializer

source ·
pub trait IntoDeserializer<'de, E = Error>
where E: Error,
{ type Deserializer: Deserializer<'de, Error = E>; @@ -28,55 +28,55 @@ deserializer lifetimes for a more detailed explanation of these lifetimes.Self::deserialize(s.into_deserializer()) } }
-

Required Associated Types§

source

type Deserializer: Deserializer<'de, Error = E>

The type of the deserializer being converted into.

-

Required Methods§

source

fn into_deserializer(self) -> Self::Deserializer

Convert this value into a deserializer.

+

Required Associated Types§

source

type Deserializer: Deserializer<'de, Error = E>

The type of the deserializer being converted into.

+

Required Methods§

source

fn into_deserializer(self) -> Self::Deserializer

Convert this value into a deserializer.

Implementations on Foreign Types§

source§

impl<'de> IntoDeserializer<'de, Error> for &'de Value

source§

impl<'de> IntoDeserializer<'de, Error> for &'de RawValue

source§

impl<'de> IntoDeserializer<'de, Error> for Value

source§

impl<'de, 'a, E> IntoDeserializer<'de, E> for &'a str
where - E: Error,

source§

impl<'de, 'a, E> IntoDeserializer<'de, E> for &'a [u8]
where - E: Error,

source§

impl<'de, 'a, E> IntoDeserializer<'de, E> for Cow<'a, str>
where - E: Error,

source§

impl<'de, E> IntoDeserializer<'de, E> for bool
where - E: Error,

source§

impl<'de, E> IntoDeserializer<'de, E> for char
where - E: Error,

source§

impl<'de, E> IntoDeserializer<'de, E> for f32
where - E: Error,

source§

impl<'de, E> IntoDeserializer<'de, E> for f64
where - E: Error,

source§

impl<'de, E> IntoDeserializer<'de, E> for i8
where - E: Error,

source§

impl<'de, E> IntoDeserializer<'de, E> for i16
where - E: Error,

source§

impl<'de, E> IntoDeserializer<'de, E> for i32
where - E: Error,

source§

impl<'de, E> IntoDeserializer<'de, E> for i64
where - E: Error,

source§

impl<'de, E> IntoDeserializer<'de, E> for i128
where - E: Error,

source§

impl<'de, E> IntoDeserializer<'de, E> for isize
where - E: Error,

source§

impl<'de, E> IntoDeserializer<'de, E> for u8
where - E: Error,

source§

impl<'de, E> IntoDeserializer<'de, E> for u16
where - E: Error,

source§

impl<'de, E> IntoDeserializer<'de, E> for u32
where - E: Error,

source§

impl<'de, E> IntoDeserializer<'de, E> for u64
where - E: Error,

source§

impl<'de, E> IntoDeserializer<'de, E> for u128
where - E: Error,

source§

impl<'de, E> IntoDeserializer<'de, E> for ()
where - E: Error,

source§

impl<'de, E> IntoDeserializer<'de, E> for usize
where - E: Error,

source§

impl<'de, K, V, E> IntoDeserializer<'de, E> for BTreeMap<K, V>
where +) -> <Value as IntoDeserializer<'de, Error>>::Deserializer

source§

impl<'de, 'a, E> IntoDeserializer<'de, E> for &'a str
where + E: Error,

source§

impl<'de, 'a, E> IntoDeserializer<'de, E> for &'a [u8]
where + E: Error,

source§

impl<'de, 'a, E> IntoDeserializer<'de, E> for Cow<'a, str>
where + E: Error,

source§

impl<'de, E> IntoDeserializer<'de, E> for bool
where + E: Error,

source§

impl<'de, E> IntoDeserializer<'de, E> for char
where + E: Error,

source§

impl<'de, E> IntoDeserializer<'de, E> for f32
where + E: Error,

source§

impl<'de, E> IntoDeserializer<'de, E> for f64
where + E: Error,

source§

impl<'de, E> IntoDeserializer<'de, E> for i8
where + E: Error,

source§

impl<'de, E> IntoDeserializer<'de, E> for i16
where + E: Error,

source§

impl<'de, E> IntoDeserializer<'de, E> for i32
where + E: Error,

source§

impl<'de, E> IntoDeserializer<'de, E> for i64
where + E: Error,

source§

impl<'de, E> IntoDeserializer<'de, E> for i128
where + E: Error,

source§

impl<'de, E> IntoDeserializer<'de, E> for isize
where + E: Error,

source§

impl<'de, E> IntoDeserializer<'de, E> for u8
where + E: Error,

source§

impl<'de, E> IntoDeserializer<'de, E> for u16
where + E: Error,

source§

impl<'de, E> IntoDeserializer<'de, E> for u32
where + E: Error,

source§

impl<'de, E> IntoDeserializer<'de, E> for u64
where + E: Error,

source§

impl<'de, E> IntoDeserializer<'de, E> for u128
where + E: Error,

source§

impl<'de, E> IntoDeserializer<'de, E> for ()
where + E: Error,

source§

impl<'de, E> IntoDeserializer<'de, E> for usize
where + E: Error,

source§

impl<'de, K, V, E> IntoDeserializer<'de, E> for BTreeMap<K, V>
where K: IntoDeserializer<'de, E> + Eq + Ord, V: IntoDeserializer<'de, E>, - E: Error,

source§

impl<'de, K, V, S, E> IntoDeserializer<'de, E> for HashMap<K, V, S>
where +) -> <BTreeMap<K, V> as IntoDeserializer<'de, E>>::Deserializer

source§

impl<'de, K, V, S, E> IntoDeserializer<'de, E> for HashMap<K, V, S>
where K: IntoDeserializer<'de, E> + Eq + Hash, V: IntoDeserializer<'de, E>, S: BuildHasher, - E: Error,

source§

impl<'de, T, E> IntoDeserializer<'de, E> for BTreeSet<T>
where +) -> <HashMap<K, V, S> as IntoDeserializer<'de, E>>::Deserializer

source§

impl<'de, T, E> IntoDeserializer<'de, E> for BTreeSet<T>
where T: IntoDeserializer<'de, E> + Eq + Ord, - E: Error,

source§

impl<'de, T, S, E> IntoDeserializer<'de, E> for HashSet<T, S>
where +) -> <BTreeSet<T> as IntoDeserializer<'de, E>>::Deserializer

source§

impl<'de, T, S, E> IntoDeserializer<'de, E> for HashSet<T, S>
where T: IntoDeserializer<'de, E> + Eq + Hash, S: BuildHasher, - E: Error,

Implementors§

source§

impl<'de, E> IntoDeserializer<'de, E> for String
where - E: Error,

source§

impl<'de, T, E> IntoDeserializer<'de, E> for Vec<T>
where +) -> <HashSet<T, S> as IntoDeserializer<'de, E>>::Deserializer

Implementors§

source§

impl<'de, E> IntoDeserializer<'de, E> for String
where + E: Error,

source§

impl<'de, T, E> IntoDeserializer<'de, E> for Vec<T>
where T: IntoDeserializer<'de, E>, E: Error,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.MapAccess.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.MapAccess.html index d6ed4b7d32..e3c7b934d8 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.MapAccess.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.MapAccess.html @@ -1,4 +1,4 @@ -MapAccess in bdk_chain::bitcoin::hashes::serde::de - Rust

Trait bdk_chain::bitcoin::hashes::serde::de::MapAccess

source ·
pub trait MapAccess<'de> {
+MapAccess in bdk_chain::bitcoin::hashes::serde::de - Rust

Trait bdk_chain::bitcoin::hashes::serde::de::MapAccess

source ·
pub trait MapAccess<'de> {
     type Error: Error;
 
     // Required methods
@@ -38,9 +38,9 @@ deserializer lifetimes for a more detailed explanation of these lifetimes.§Example implementation
 

The example data format presented on the website demonstrates an implementation of MapAccess for a basic JSON data format.

-

Required Associated Types§

source

type Error: Error

The error type that can be returned if some error occurs during +

Required Associated Types§

source

type Error: Error

The error type that can be returned if some error occurs during deserialization.

-

Required Methods§

Required Methods§

source

fn next_key_seed<K>( &mut self, seed: K ) -> Result<Option<<K as DeserializeSeed<'de>>::Value>, Self::Error>
where @@ -48,7 +48,7 @@ deserialization.

if there are no more remaining entries.

Deserialize implementations should typically use MapAccess::next_key or MapAccess::next_entry instead.

-

source

fn next_value_seed<V>( +

source

fn next_value_seed<V>( &mut self, seed: V ) -> Result<<V as DeserializeSeed<'de>>::Value, Self::Error>
where @@ -58,7 +58,7 @@ if there are no more remaining entries.

§Panics

Calling next_value_seed before next_key_seed is incorrect and is allowed to panic or return bogus results.

-

Provided Methods§

Provided Methods§

source

fn next_entry_seed<K, V>( &mut self, kseed: K, vseed: V @@ -70,49 +70,49 @@ the map, or Ok(None) if there are no more remaining items.

more efficient implementation is possible.

Deserialize implementations should typically use MapAccess::next_entry instead.

-

source

fn next_key<K>(&mut self) -> Result<Option<K>, Self::Error>
where +

source

fn next_key<K>(&mut self) -> Result<Option<K>, Self::Error>
where K: Deserialize<'de>,

This returns Ok(Some(key)) for the next key in the map, or Ok(None) if there are no more remaining entries.

This method exists as a convenience for Deserialize implementations. MapAccess implementations should not override the default behavior.

-
source

fn next_value<V>(&mut self) -> Result<V, Self::Error>
where +

source

fn next_value<V>(&mut self) -> Result<V, Self::Error>
where V: Deserialize<'de>,

This returns a Ok(value) for the next value in the map.

This method exists as a convenience for Deserialize implementations. MapAccess implementations should not override the default behavior.

§Panics

Calling next_value before next_key is incorrect and is allowed to panic or return bogus results.

-
source

fn next_entry<K, V>(&mut self) -> Result<Option<(K, V)>, Self::Error>
where +

source

fn next_entry<K, V>(&mut self) -> Result<Option<(K, V)>, Self::Error>
where K: Deserialize<'de>, V: Deserialize<'de>,

This returns Ok(Some((key, value))) for the next (key-value) pair in the map, or Ok(None) if there are no more remaining items.

This method exists as a convenience for Deserialize implementations. MapAccess implementations should not override the default behavior.

-
source

fn size_hint(&self) -> Option<usize>

Returns the number of entries remaining in the map, if known.

-

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl<'de, 'a, A> MapAccess<'de> for &'a mut A
where - A: MapAccess<'de> + ?Sized,

§

type Error = <A as MapAccess<'de>>::Error

source§

fn next_key_seed<K>( +

source

fn size_hint(&self) -> Option<usize>

Returns the number of entries remaining in the map, if known.

+

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl<'de, 'a, A> MapAccess<'de> for &'a mut A
where + A: MapAccess<'de> + ?Sized,

§

type Error = <A as MapAccess<'de>>::Error

source§

fn next_key_seed<K>( &mut self, seed: K ) -> Result<Option<<K as DeserializeSeed<'de>>::Value>, <&'a mut A as MapAccess<'de>>::Error>
where - K: DeserializeSeed<'de>,

source§

fn next_value_seed<V>( + K: DeserializeSeed<'de>,

source§

fn next_value_seed<V>( &mut self, seed: V ) -> Result<<V as DeserializeSeed<'de>>::Value, <&'a mut A as MapAccess<'de>>::Error>
where - V: DeserializeSeed<'de>,

source§

fn next_entry_seed<K, V>( + V: DeserializeSeed<'de>,

source§

fn next_entry_seed<K, V>( &mut self, kseed: K, vseed: V ) -> Result<Option<(<K as DeserializeSeed<'de>>::Value, <V as DeserializeSeed<'de>>::Value)>, <&'a mut A as MapAccess<'de>>::Error>
where K: DeserializeSeed<'de>, - V: DeserializeSeed<'de>,

source§

fn next_entry<K, V>( + V: DeserializeSeed<'de>,

source§

fn next_entry<K, V>( &mut self ) -> Result<Option<(K, V)>, <&'a mut A as MapAccess<'de>>::Error>
where K: Deserialize<'de>, - V: Deserialize<'de>,

source§

fn next_key<K>( + V: Deserialize<'de>,

source§

fn next_key<K>( &mut self ) -> Result<Option<K>, <&'a mut A as MapAccess<'de>>::Error>
where - K: Deserialize<'de>,

source§

fn next_value<V>(&mut self) -> Result<V, <&'a mut A as MapAccess<'de>>::Error>
where - V: Deserialize<'de>,

source§

fn size_hint(&self) -> Option<usize>

Implementors§

source§

impl<'de, I, E> MapAccess<'de> for MapDeserializer<'de, I, E>
where + K: Deserialize<'de>,

source§

fn next_value<V>(&mut self) -> Result<V, <&'a mut A as MapAccess<'de>>::Error>
where + V: Deserialize<'de>,

source§

fn size_hint(&self) -> Option<usize>

Implementors§

source§

impl<'de, I, E> MapAccess<'de> for MapDeserializer<'de, I, E>
where I: Iterator, <I as Iterator>::Item: Pair, <<I as Iterator>::Item as Pair>::First: IntoDeserializer<'de, E>, diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.SeqAccess.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.SeqAccess.html index d63cf48ad2..6ec477b260 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.SeqAccess.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.SeqAccess.html @@ -1,4 +1,4 @@ -SeqAccess in bdk_chain::bitcoin::hashes::serde::de - Rust

Trait bdk_chain::bitcoin::hashes::serde::de::SeqAccess

source ·
pub trait SeqAccess<'de> {
+SeqAccess in bdk_chain::bitcoin::hashes::serde::de - Rust

Trait bdk_chain::bitcoin::hashes::serde::de::SeqAccess

source ·
pub trait SeqAccess<'de> {
     type Error: Error;
 
     // Required method
@@ -22,9 +22,9 @@ deserializer lifetimes for a more detailed explanation of these lifetimes.§Example implementation

The example data format presented on the website demonstrates an implementation of SeqAccess for a basic JSON data format.

-

Required Associated Types§

source

type Error: Error

The error type that can be returned if some error occurs during +

Required Associated Types§

source

type Error: Error

The error type that can be returned if some error occurs during deserialization.

-

Required Methods§

Required Methods§

source

fn next_element_seed<T>( &mut self, seed: T ) -> Result<Option<<T as DeserializeSeed<'de>>::Value>, Self::Error>
where @@ -32,26 +32,26 @@ deserialization.

Ok(None) if there are no more remaining items.

Deserialize implementations should typically use SeqAccess::next_element instead.

-

Provided Methods§

source

fn next_element<T>(&mut self) -> Result<Option<T>, Self::Error>
where +

Provided Methods§

source

fn next_element<T>(&mut self) -> Result<Option<T>, Self::Error>
where T: Deserialize<'de>,

This returns Ok(Some(value)) for the next value in the sequence, or Ok(None) if there are no more remaining items.

This method exists as a convenience for Deserialize implementations. SeqAccess implementations should not override the default behavior.

-
source

fn size_hint(&self) -> Option<usize>

Returns the number of elements remaining in the sequence, if known.

-

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl<'de, 'a, A> SeqAccess<'de> for &'a mut A
where - A: SeqAccess<'de> + ?Sized,

source

fn size_hint(&self) -> Option<usize>

Returns the number of elements remaining in the sequence, if known.

+

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl<'de, 'a, A> SeqAccess<'de> for &'a mut A
where + A: SeqAccess<'de> + ?Sized,

§

type Error = <A as SeqAccess<'de>>::Error

source§

fn next_element_seed<T>( &mut self, seed: T ) -> Result<Option<<T as DeserializeSeed<'de>>::Value>, <&'a mut A as SeqAccess<'de>>::Error>
where - T: DeserializeSeed<'de>,

source§

fn next_element<T>( + T: DeserializeSeed<'de>,

source§

fn next_element<T>( &mut self ) -> Result<Option<T>, <&'a mut A as SeqAccess<'de>>::Error>
where - T: Deserialize<'de>,

source§

fn size_hint(&self) -> Option<usize>

Implementors§

source§

impl<'de, I, E> SeqAccess<'de> for MapDeserializer<'de, I, E>
where + T: Deserialize<'de>,

source§

fn size_hint(&self) -> Option<usize>

Implementors§

source§

impl<'de, I, E> SeqAccess<'de> for MapDeserializer<'de, I, E>
where I: Iterator, <I as Iterator>::Item: Pair, <<I as Iterator>::Item as Pair>::First: IntoDeserializer<'de, E>, <<I as Iterator>::Item as Pair>::Second: IntoDeserializer<'de, E>, - E: Error,

§

type Error = E

source§

impl<'de, I, T, E> SeqAccess<'de> for SeqDeserializer<I, E>
where + E: Error,

§

type Error = E

source§

impl<'de, I, T, E> SeqAccess<'de> for SeqDeserializer<I, E>
where I: Iterator<Item = T>, T: IntoDeserializer<'de, E>, E: Error,

§

type Error = E

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.StdError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.StdError.html index acca305735..5b00640e42 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.StdError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.StdError.html @@ -300,7 +300,7 @@ dyn let a_boxed_error = Box::<dyn Error + Send + Sync>::from(a_string_error); assert!( mem::size_of::<Box<dyn Error + Send + Sync>>() == mem::size_of_val(&a_boxed_error)) -

Implementors§

1.0.0 · source§

impl !Error for &str

source§

impl Error for ApplyHeaderError

source§

impl Error for CalculateFeeError

§

impl Error for FromScriptError

§

impl Error for P2shError

§

impl Error for bdk_chain::bitcoin::address::ParseError

§

impl Error for ParseAmountError

§

impl Error for bdk_chain::bitcoin::base58::Error

§

impl Error for ParseAlphabetError

§

impl Error for bdk_chain::bitcoin::base64::DecodeError

§

impl Error for DecodeSliceError

§

impl Error for EncodeSliceError

§

impl Error for bdk_chain::bitcoin::bip32::Error

§

impl Error for bdk_chain::bitcoin::bip152::Error

§

impl Error for bdk_chain::bitcoin::bip158::Error

§

impl Error for Bip34Error

§

impl Error for ValidationError

§

impl Error for bdk_chain::bitcoin::blockdata::script::Error

§

impl Error for bdk_chain::bitcoin::blockdata::script::witness_program::Error

§

impl Error for FromStrError

§

impl Error for TryFromInstructionError

§

impl Error for ParseOutPointError

§

impl Error for bdk_chain::bitcoin::consensus::encode::Error

§

impl Error for FromHexError

§

impl Error for bdk_chain::bitcoin::ecdsa::Error

§

impl Error for PrefixedHexError

§

impl Error for UnprefixedHexError

§

impl Error for bdk_chain::bitcoin::key::FromSliceError

§

impl Error for FromWifError

§

impl Error for ParseCompressedPublicKeyError

§

impl Error for ParsePublicKeyError

§

impl Error for MerkleBlockError

§

impl Error for bdk_chain::bitcoin::psbt::Error

§

impl Error for ExtractTxError

§

impl Error for GetKeyError

§

impl Error for bdk_chain::bitcoin::psbt::IndexOutOfBoundsError

§

impl Error for PsbtParseError

§

impl Error for SignError

§

impl Error for bdk_chain::bitcoin::secp256k1::Error

source§

impl Error for BernoulliError

source§

impl Error for WeightedError

§

impl Error for AnnexError

§

impl Error for P2wpkhError

§

impl Error for PrevoutsIndexError

§

impl Error for bdk_chain::bitcoin::sighash::TaprootError

§

impl Error for MessageSignatureError

§

impl Error for HiddenNodesError

§

impl Error for IncompleteBuilderError

§

impl Error for SigFromSliceError

§

impl Error for TaprootBuilderError

§

impl Error for bdk_chain::bitcoin::taproot::TaprootError

§

impl Error for HexToArrayError

§

impl Error for HexToBytesError

1.8.0 · source§

impl Error for Infallible

1.0.0 · source§

impl Error for VarError

1.15.0 · source§

impl Error for RecvTimeoutError

1.0.0 · source§

impl Error for TryRecvError

source§

impl Error for !

source§

impl Error for AlterCheckPointError

source§

impl Error for CannotConnectError

source§

impl Error for MissingGenesisError

§

impl Error for bdk_chain::bitcoin::address::InvalidBase58PayloadLengthError

§

impl Error for InvalidLegacyPrefixError

§

impl Error for LegacyAddressTooLongError

§

impl Error for NetworkValidationError

§

impl Error for UnknownAddressTypeError

§

impl Error for UnknownHrpError

§

impl Error for IncorrectChecksumError

§

impl Error for TooShortError

§

impl Error for bdk_chain::bitcoin::base58::InvalidCharacterError

§

impl Error for bdk_chain::bitcoin::bip32::InvalidBase58PayloadLengthError

§

impl Error for TxIndexOutOfRangeError

§

impl Error for bdk_chain::bitcoin::blockdata::locktime::absolute::ConversionError

§

impl Error for ParseHeightError

§

impl Error for ParseTimeError

§

impl Error for DisabledLockTimeError

§

impl Error for IncompatibleHeightError

§

impl Error for IncompatibleTimeError

§

impl Error for TimeOverflowError

§

impl Error for PushBytesError

§

impl Error for bdk_chain::bitcoin::blockdata::script::witness_version::TryFromError

§

impl Error for bdk_chain::bitcoin::blockdata::transaction::IndexOutOfBoundsError

§

impl Error for InputsIndexError

§

impl Error for OutputsIndexError

§

impl Error for ContainsPrefixError

§

impl Error for MissingPrefixError

§

impl Error for bdk_chain::bitcoin::io::Error

§

impl Error for InvalidAddressVersionError

§

impl Error for bdk_chain::bitcoin::key::InvalidBase58PayloadLengthError

§

impl Error for UncompressedPublicKeyError

§

impl Error for ParseNetworkError

§

impl Error for UnknownChainHashError

§

impl Error for CommandStringError

§

impl Error for ParseMagicError

§

impl Error for UnknownMagicError

§

impl Error for bdk_chain::bitcoin::parse::ParseIntError

source§

impl Error for ReadError

source§

impl Error for bdk_chain::bitcoin::secp256k1::rand::Error

§

impl Error for bdk_chain::bitcoin::secp256k1::scalar::OutOfRangeError

§

impl Error for InvalidParityValue

§

impl Error for InvalidSighashTypeError

§

impl Error for NonStandardSighashTypeError

§

impl Error for PrevoutsKindError

§

impl Error for PrevoutsSizeError

§

impl Error for SighashTypeParseError

§

impl Error for SingleMissingOutputError

§

impl Error for InvalidLengthError

§

impl Error for InvalidCharError

§

impl Error for OddLengthStringError

§

impl Error for bdk_chain::bitcoin::hashes::FromSliceError

source§

impl Error for UnorderedKeyError

1.57.0 · source§

impl Error for TryReserveError

1.58.0 · source§

impl Error for FromVecWithNulError

1.7.0 · source§

impl Error for IntoStringError

1.0.0 · source§

impl Error for NulError

1.0.0 · source§

impl Error for FromUtf8Error

1.0.0 · source§

impl Error for FromUtf16Error

1.28.0 · source§

impl Error for LayoutError

source§

impl Error for AllocError

1.34.0 · source§

impl Error for TryFromSliceError

1.13.0 · source§

impl Error for BorrowError

1.13.0 · source§

impl Error for BorrowMutError

1.34.0 · source§

impl Error for CharTryFromError

1.20.0 · source§

impl Error for ParseCharError

1.9.0 · source§

impl Error for DecodeUtf16Error

1.59.0 · source§

impl Error for TryFromCharError

1.69.0 · source§

impl Error for FromBytesUntilNulError

1.17.0 · source§

impl Error for FromBytesWithNulError

1.11.0 · source§

impl Error for core::fmt::Error

1.4.0 · source§

impl Error for AddrParseError

1.0.0 · source§

impl Error for ParseFloatError

1.0.0 · source§

impl Error for core::num::error::ParseIntError

1.34.0 · source§

impl Error for TryFromIntError

1.0.0 · source§

impl Error for ParseBoolError

1.0.0 · source§

impl Error for Utf8Error

1.66.0 · source§

impl Error for TryFromFloatSecsError

1.0.0 · source§

impl Error for JoinPathsError

1.56.0 · source§

impl Error for WriterPanicked

1.0.0 · source§

impl Error for std::io::error::Error

1.7.0 · source§

impl Error for StripPrefixError

source§

impl Error for ExitStatusError

1.0.0 · source§

impl Error for RecvError

1.26.0 · source§

impl Error for AccessError

1.8.0 · source§

impl Error for SystemTimeError

source§

impl Error for getrandom::error::Error

source§

impl Error for serde_json::error::Error

source§

impl Error for bdk_chain::bitcoin::hashes::serde::de::value::Error

§

impl Error for AbsLockTimeError

§

impl Error for AnalysisError

§

impl Error for CharError

§

impl Error for CheckedHrpstringError

§

impl Error for ChecksumError

§

impl Error for CodeLengthError

§

impl Error for ConversionError

§

impl Error for DecodeError

§

impl Error for DecodeError

§

impl Error for DescriptorKeyParseError

§

impl Error for EncodeError

§

impl Error for EncodeError

§

impl Error for EncodeIoError

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for FromCharError

§

impl Error for FromSqlError

§

impl Error for InputError

§

impl Error for InputTooLargeError

§

impl Error for InvalidCharacterError

§

impl Error for InvalidWitnessVersionError

§

impl Error for KeyParseError

§

impl Error for LiftError

§

impl Error for MissingDigitsError

§

impl Error for OutOfRangeError

§

impl Error for OutputUpdateError

§

impl Error for PaddingError

§

impl Error for ParseDenominationError

§

impl Error for ParseError

§

impl Error for ParseError

§

impl Error for ParseThresholdError

§

impl Error for PolicyError

§

impl Error for PossiblyConfusingDenominationError

§

impl Error for RelLockTimeError

§

impl Error for SegwitCodeLengthError

§

impl Error for SegwitHrpstringError

§

impl Error for SighashError

§

impl Error for ThresholdError

§

impl Error for TooPreciseError

§

impl Error for TryFromError

§

impl Error for UncheckedHrpstringError

§

impl Error for UnknownDenominationError

§

impl Error for UtxoUpdateError

§

impl Error for WitnessLengthError

source§

impl<'a, K, V> Error for alloc::collections::btree::map::entry::OccupiedError<'a, K, V>
where +

Implementors§

1.0.0 · source§

impl !Error for &str

source§

impl Error for ApplyHeaderError

source§

impl Error for CalculateFeeError

§

impl Error for FromScriptError

§

impl Error for P2shError

§

impl Error for bdk_chain::bitcoin::address::ParseError

§

impl Error for ParseAmountError

§

impl Error for bdk_chain::bitcoin::base58::Error

§

impl Error for ParseAlphabetError

§

impl Error for bdk_chain::bitcoin::base64::DecodeError

§

impl Error for DecodeSliceError

§

impl Error for EncodeSliceError

§

impl Error for bdk_chain::bitcoin::bip32::Error

§

impl Error for bdk_chain::bitcoin::bip152::Error

§

impl Error for bdk_chain::bitcoin::bip158::Error

§

impl Error for Bip34Error

§

impl Error for ValidationError

§

impl Error for bdk_chain::bitcoin::blockdata::script::Error

§

impl Error for bdk_chain::bitcoin::blockdata::script::witness_program::Error

§

impl Error for FromStrError

§

impl Error for TryFromInstructionError

§

impl Error for ParseOutPointError

§

impl Error for bdk_chain::bitcoin::consensus::encode::Error

§

impl Error for FromHexError

§

impl Error for bdk_chain::bitcoin::ecdsa::Error

§

impl Error for PrefixedHexError

§

impl Error for UnprefixedHexError

§

impl Error for bdk_chain::bitcoin::key::FromSliceError

§

impl Error for FromWifError

§

impl Error for ParseCompressedPublicKeyError

§

impl Error for ParsePublicKeyError

§

impl Error for MerkleBlockError

§

impl Error for bdk_chain::bitcoin::psbt::Error

§

impl Error for ExtractTxError

§

impl Error for GetKeyError

§

impl Error for bdk_chain::bitcoin::psbt::IndexOutOfBoundsError

§

impl Error for PsbtParseError

§

impl Error for SignError

§

impl Error for bdk_chain::bitcoin::secp256k1::Error

source§

impl Error for BernoulliError

source§

impl Error for WeightedError

§

impl Error for AnnexError

§

impl Error for P2wpkhError

§

impl Error for PrevoutsIndexError

§

impl Error for bdk_chain::bitcoin::sighash::TaprootError

§

impl Error for MessageSignatureError

§

impl Error for HiddenNodesError

§

impl Error for IncompleteBuilderError

§

impl Error for SigFromSliceError

§

impl Error for TaprootBuilderError

§

impl Error for bdk_chain::bitcoin::taproot::TaprootError

§

impl Error for HexToArrayError

§

impl Error for HexToBytesError

1.8.0 · source§

impl Error for Infallible

1.0.0 · source§

impl Error for VarError

1.15.0 · source§

impl Error for RecvTimeoutError

1.0.0 · source§

impl Error for TryRecvError

source§

impl Error for !

source§

impl Error for AlterCheckPointError

source§

impl Error for CannotConnectError

source§

impl Error for MissingGenesisError

§

impl Error for bdk_chain::bitcoin::address::InvalidBase58PayloadLengthError

§

impl Error for InvalidLegacyPrefixError

§

impl Error for LegacyAddressTooLongError

§

impl Error for NetworkValidationError

§

impl Error for UnknownAddressTypeError

§

impl Error for UnknownHrpError

§

impl Error for IncorrectChecksumError

§

impl Error for TooShortError

§

impl Error for bdk_chain::bitcoin::base58::InvalidCharacterError

§

impl Error for bdk_chain::bitcoin::bip32::InvalidBase58PayloadLengthError

§

impl Error for TxIndexOutOfRangeError

§

impl Error for bdk_chain::bitcoin::blockdata::locktime::absolute::ConversionError

§

impl Error for ParseHeightError

§

impl Error for ParseTimeError

§

impl Error for DisabledLockTimeError

§

impl Error for IncompatibleHeightError

§

impl Error for IncompatibleTimeError

§

impl Error for TimeOverflowError

§

impl Error for PushBytesError

§

impl Error for bdk_chain::bitcoin::blockdata::script::witness_version::TryFromError

§

impl Error for bdk_chain::bitcoin::blockdata::transaction::IndexOutOfBoundsError

§

impl Error for InputsIndexError

§

impl Error for OutputsIndexError

§

impl Error for ContainsPrefixError

§

impl Error for MissingPrefixError

§

impl Error for bdk_chain::bitcoin::io::Error

§

impl Error for InvalidAddressVersionError

§

impl Error for bdk_chain::bitcoin::key::InvalidBase58PayloadLengthError

§

impl Error for UncompressedPublicKeyError

§

impl Error for ParseNetworkError

§

impl Error for UnknownChainHashError

§

impl Error for CommandStringError

§

impl Error for ParseMagicError

§

impl Error for UnknownMagicError

§

impl Error for bdk_chain::bitcoin::parse::ParseIntError

§

impl Error for bdk_chain::bitcoin::secp256k1::hashes::FromSliceError

source§

impl Error for ReadError

source§

impl Error for bdk_chain::bitcoin::secp256k1::rand::Error

§

impl Error for bdk_chain::bitcoin::secp256k1::scalar::OutOfRangeError

§

impl Error for InvalidParityValue

§

impl Error for InvalidSighashTypeError

§

impl Error for NonStandardSighashTypeError

§

impl Error for PrevoutsKindError

§

impl Error for PrevoutsSizeError

§

impl Error for SighashTypeParseError

§

impl Error for SingleMissingOutputError

§

impl Error for InvalidLengthError

§

impl Error for InvalidCharError

§

impl Error for OddLengthStringError

source§

impl Error for UnorderedKeyError

1.57.0 · source§

impl Error for TryReserveError

1.58.0 · source§

impl Error for FromVecWithNulError

1.7.0 · source§

impl Error for IntoStringError

1.0.0 · source§

impl Error for NulError

1.0.0 · source§

impl Error for FromUtf8Error

1.0.0 · source§

impl Error for FromUtf16Error

1.28.0 · source§

impl Error for LayoutError

source§

impl Error for AllocError

1.34.0 · source§

impl Error for TryFromSliceError

1.13.0 · source§

impl Error for BorrowError

1.13.0 · source§

impl Error for BorrowMutError

1.34.0 · source§

impl Error for CharTryFromError

1.20.0 · source§

impl Error for ParseCharError

1.9.0 · source§

impl Error for DecodeUtf16Error

1.59.0 · source§

impl Error for TryFromCharError

1.69.0 · source§

impl Error for FromBytesUntilNulError

1.17.0 · source§

impl Error for FromBytesWithNulError

1.11.0 · source§

impl Error for core::fmt::Error

1.4.0 · source§

impl Error for AddrParseError

1.0.0 · source§

impl Error for ParseFloatError

1.0.0 · source§

impl Error for core::num::error::ParseIntError

1.34.0 · source§

impl Error for TryFromIntError

1.0.0 · source§

impl Error for ParseBoolError

1.0.0 · source§

impl Error for Utf8Error

1.66.0 · source§

impl Error for TryFromFloatSecsError

1.0.0 · source§

impl Error for JoinPathsError

1.56.0 · source§

impl Error for WriterPanicked

1.0.0 · source§

impl Error for std::io::error::Error

1.7.0 · source§

impl Error for StripPrefixError

source§

impl Error for ExitStatusError

1.0.0 · source§

impl Error for RecvError

1.26.0 · source§

impl Error for AccessError

1.8.0 · source§

impl Error for SystemTimeError

source§

impl Error for getrandom::error::Error

source§

impl Error for serde_json::error::Error

source§

impl Error for bdk_chain::bitcoin::hashes::serde::de::value::Error

§

impl Error for AbsLockTimeError

§

impl Error for AnalysisError

§

impl Error for CharError

§

impl Error for CheckedHrpstringError

§

impl Error for ChecksumError

§

impl Error for CodeLengthError

§

impl Error for ConversionError

§

impl Error for DecodeError

§

impl Error for DecodeError

§

impl Error for DescriptorKeyParseError

§

impl Error for EncodeError

§

impl Error for EncodeError

§

impl Error for EncodeIoError

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for FromCharError

§

impl Error for FromSqlError

§

impl Error for InputError

§

impl Error for InputTooLargeError

§

impl Error for InvalidCharacterError

§

impl Error for InvalidWitnessVersionError

§

impl Error for KeyParseError

§

impl Error for LiftError

§

impl Error for MissingDigitsError

§

impl Error for OutOfRangeError

§

impl Error for OutputUpdateError

§

impl Error for PaddingError

§

impl Error for ParseDenominationError

§

impl Error for ParseError

§

impl Error for ParseError

§

impl Error for ParseThresholdError

§

impl Error for PolicyError

§

impl Error for PossiblyConfusingDenominationError

§

impl Error for RelLockTimeError

§

impl Error for SegwitCodeLengthError

§

impl Error for SegwitHrpstringError

§

impl Error for SighashError

§

impl Error for ThresholdError

§

impl Error for TooPreciseError

§

impl Error for TryFromError

§

impl Error for UncheckedHrpstringError

§

impl Error for UnknownDenominationError

§

impl Error for UtxoUpdateError

§

impl Error for WitnessLengthError

source§

impl<'a, K, V> Error for alloc::collections::btree::map::entry::OccupiedError<'a, K, V>
where K: Debug + Ord, V: Debug,

source§

impl<'a, K, V> Error for std::collections::hash::map::OccupiedError<'a, K, V>
where K: Debug, diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.VariantAccess.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.VariantAccess.html index 5431720124..f4c9b7627f 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.VariantAccess.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.VariantAccess.html @@ -1,4 +1,4 @@ -VariantAccess in bdk_chain::bitcoin::hashes::serde::de - Rust

Trait bdk_chain::bitcoin::hashes::serde::de::VariantAccess

source ·
pub trait VariantAccess<'de>: Sized {
+VariantAccess in bdk_chain::bitcoin::hashes::serde::de - Rust

Trait bdk_chain::bitcoin::hashes::serde::de::VariantAccess

source ·
pub trait VariantAccess<'de>: Sized {
     type Error: Error;
 
     // Required methods
@@ -34,9 +34,9 @@ deserializer lifetimes for a more detailed explanation of these lifetimes.§Example implementation

The example data format presented on the website demonstrates an implementation of VariantAccess for a basic JSON data format.

-

Required Associated Types§

source

type Error: Error

The error type that can be returned if some error occurs during +

Required Associated Types§

source

type Error: Error

The error type that can be returned if some error occurs during deserialization. Must match the error type of our EnumAccess.

-

Required Methods§

source

fn unit_variant(self) -> Result<(), Self::Error>

Called when deserializing a variant with no values.

+

Required Methods§

source

fn unit_variant(self) -> Result<(), Self::Error>

Called when deserializing a variant with no values.

If the data contains a different type of variant, the following invalid_type error should be constructed:

@@ -45,7 +45,7 @@ deserialization. Must match the error type of our EnumAccess.

let unexp = Unexpected::TupleVariant; Err(de::Error::invalid_type(unexp, &"unit variant")) }
-
source

fn newtype_variant_seed<T>( +

source

fn newtype_variant_seed<T>( self, seed: T ) -> Result<<T as DeserializeSeed<'de>>::Value, Self::Error>
where @@ -63,7 +63,7 @@ deserialization. Must match the error type of our EnumAccess.

let unexp = Unexpected::UnitVariant; Err(de::Error::invalid_type(unexp, &"newtype variant")) }
-

source

fn tuple_variant<V>( +

source

fn tuple_variant<V>( self, len: usize, visitor: V @@ -81,7 +81,7 @@ deserialization. Must match the error type of our EnumAccess.

let unexp = Unexpected::UnitVariant; Err(de::Error::invalid_type(unexp, &"tuple variant")) } -

source

fn struct_variant<V>( +

source

fn struct_variant<V>( self, fields: &'static [&'static str], visitor: V @@ -103,7 +103,7 @@ deserialization. Must match the error type of our EnumAccess.

let unexp = Unexpected::UnitVariant; Err(de::Error::invalid_type(unexp, &"struct variant")) } -

Provided Methods§

source

fn newtype_variant<T>(self) -> Result<T, Self::Error>
where +

Provided Methods§

source

fn newtype_variant<T>(self) -> Result<T, Self::Error>
where T: Deserialize<'de>,

Called when deserializing a variant with a single value.

This method exists as a convenience for Deserialize implementations. VariantAccess implementations should not override the default diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.Visitor.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.Visitor.html index 4446069add..c2623e9718 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.Visitor.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/trait.Visitor.html @@ -1,4 +1,4 @@ -Visitor in bdk_chain::bitcoin::hashes::serde::de - Rust

Trait bdk_chain::bitcoin::hashes::serde::de::Visitor

source ·
pub trait Visitor<'de>: Sized {
+Visitor in bdk_chain::bitcoin::hashes::serde::de - Rust

Trait bdk_chain::bitcoin::hashes::serde::de::Visitor

source ·
pub trait Visitor<'de>: Sized {
     type Value;
 
 
Show 28 methods // Required method @@ -104,8 +104,8 @@ deserializer lifetimes for a more detailed explanation of these lifetimes.
-

Required Associated Types§

source

type Value

The value produced by this visitor.

-

Required Methods§

source

fn expecting(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Format a message stating what data this Visitor expects to receive.

+

Required Associated Types§

source

type Value

The value produced by this visitor.

+

Required Methods§

source

fn expecting(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Format a message stating what data this Visitor expects to receive.

This is used in error messages. The message should complete the sentence “This Visitor expects to receive …”, for example the message could be “an integer between 0 and 64”. The message should not be capitalized and @@ -114,50 +114,50 @@ should not end with a period.

ⓘ
fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result {
     write!(formatter, "an integer between 0 and {}", self.max)
 }
-

Provided Methods§

source

fn visit_bool<E>(self, v: bool) -> Result<Self::Value, E>
where +

Provided Methods§

source

fn visit_bool<E>(self, v: bool) -> Result<Self::Value, E>
where E: Error,

The input contains a boolean.

The default implementation fails with a type error.

-
source

fn visit_i8<E>(self, v: i8) -> Result<Self::Value, E>
where +

source

fn visit_i8<E>(self, v: i8) -> Result<Self::Value, E>
where E: Error,

The input contains an i8.

The default implementation forwards to visit_i64.

-
source

fn visit_i16<E>(self, v: i16) -> Result<Self::Value, E>
where +

source

fn visit_i16<E>(self, v: i16) -> Result<Self::Value, E>
where E: Error,

The input contains an i16.

The default implementation forwards to visit_i64.

-
source

fn visit_i32<E>(self, v: i32) -> Result<Self::Value, E>
where +

source

fn visit_i32<E>(self, v: i32) -> Result<Self::Value, E>
where E: Error,

The input contains an i32.

The default implementation forwards to visit_i64.

-
source

fn visit_i64<E>(self, v: i64) -> Result<Self::Value, E>
where +

source

fn visit_i64<E>(self, v: i64) -> Result<Self::Value, E>
where E: Error,

The input contains an i64.

The default implementation fails with a type error.

-
source

fn visit_i128<E>(self, v: i128) -> Result<Self::Value, E>
where +

source

fn visit_i128<E>(self, v: i128) -> Result<Self::Value, E>
where E: Error,

The input contains a i128.

The default implementation fails with a type error.

-
source

fn visit_u8<E>(self, v: u8) -> Result<Self::Value, E>
where +

source

fn visit_u8<E>(self, v: u8) -> Result<Self::Value, E>
where E: Error,

The input contains a u8.

The default implementation forwards to visit_u64.

-
source

fn visit_u16<E>(self, v: u16) -> Result<Self::Value, E>
where +

source

fn visit_u16<E>(self, v: u16) -> Result<Self::Value, E>
where E: Error,

The input contains a u16.

The default implementation forwards to visit_u64.

-
source

fn visit_u32<E>(self, v: u32) -> Result<Self::Value, E>
where +

source

fn visit_u32<E>(self, v: u32) -> Result<Self::Value, E>
where E: Error,

The input contains a u32.

The default implementation forwards to visit_u64.

-
source

fn visit_u64<E>(self, v: u64) -> Result<Self::Value, E>
where +

source

fn visit_u64<E>(self, v: u64) -> Result<Self::Value, E>
where E: Error,

The input contains a u64.

The default implementation fails with a type error.

-
source

fn visit_u128<E>(self, v: u128) -> Result<Self::Value, E>
where +

source

fn visit_u128<E>(self, v: u128) -> Result<Self::Value, E>
where E: Error,

The input contains a u128.

The default implementation fails with a type error.

-
source

fn visit_f32<E>(self, v: f32) -> Result<Self::Value, E>
where +

source

fn visit_f32<E>(self, v: f32) -> Result<Self::Value, E>
where E: Error,

The input contains an f32.

The default implementation forwards to visit_f64.

-
source

fn visit_f64<E>(self, v: f64) -> Result<Self::Value, E>
where +

source

fn visit_f64<E>(self, v: f64) -> Result<Self::Value, E>
where E: Error,

The input contains an f64.

The default implementation fails with a type error.

-
source

fn visit_char<E>(self, v: char) -> Result<Self::Value, E>
where +

source

fn visit_char<E>(self, v: char) -> Result<Self::Value, E>
where E: Error,

The input contains a char.

The default implementation forwards to visit_str as a one-character string.

-
source

fn visit_str<E>(self, v: &str) -> Result<Self::Value, E>
where +

source

fn visit_str<E>(self, v: &str) -> Result<Self::Value, E>
where E: Error,

The input contains a string. The lifetime of the string is ephemeral and it may be destroyed after this method returns.

This method allows the Deserializer to avoid a copy by retaining @@ -167,7 +167,7 @@ to the deserializer by using Deserializer::deserialize_str rather t Deserializer::deserialize_string.

It is never correct to implement visit_string without implementing visit_str. Implement neither, both, or just visit_str.

-
source

fn visit_borrowed_str<E>(self, v: &'de str) -> Result<Self::Value, E>
where +

source

fn visit_borrowed_str<E>(self, v: &'de str) -> Result<Self::Value, E>
where E: Error,

The input contains a string that lives at least as long as the Deserializer.

This enables zero-copy deserialization of strings in some formats. For @@ -175,7 +175,7 @@ example JSON input containing the JSON string "borrowed" deserialized with zero copying into a &'a str as long as the input data outlives 'a.

The default implementation forwards to visit_str.

-
source

fn visit_string<E>(self, v: String) -> Result<Self::Value, E>
where +

source

fn visit_string<E>(self, v: String) -> Result<Self::Value, E>
where E: Error,

The input contains a string and ownership of the string is being given to the Visitor.

This method allows the Visitor to avoid a copy by taking ownership of @@ -188,7 +188,7 @@ will honor such a request.

visit_str. Implement neither, both, or just visit_str.

The default implementation forwards to visit_str and then drops the String.

-
source

fn visit_bytes<E>(self, v: &[u8]) -> Result<Self::Value, E>
where +

source

fn visit_bytes<E>(self, v: &[u8]) -> Result<Self::Value, E>
where E: Error,

The input contains a byte array. The lifetime of the byte array is ephemeral and it may be destroyed after this method returns.

This method allows the Deserializer to avoid a copy by retaining @@ -198,14 +198,14 @@ to the deserializer by using Deserializer::deserialize_bytes rather than Deserializer::deserialize_byte_buf.

It is never correct to implement visit_byte_buf without implementing visit_bytes. Implement neither, both, or just visit_bytes.

-
source

fn visit_borrowed_bytes<E>(self, v: &'de [u8]) -> Result<Self::Value, E>
where +

source

fn visit_borrowed_bytes<E>(self, v: &'de [u8]) -> Result<Self::Value, E>
where E: Error,

The input contains a byte array that lives at least as long as the Deserializer.

This enables zero-copy deserialization of bytes in some formats. For example Postcard data containing bytes can be deserialized with zero copying into a &'a [u8] as long as the input data outlives 'a.

The default implementation forwards to visit_bytes.

-
source

fn visit_byte_buf<E>(self, v: Vec<u8>) -> Result<Self::Value, E>
where +

source

fn visit_byte_buf<E>(self, v: Vec<u8>) -> Result<Self::Value, E>
where E: Error,

The input contains a byte array and ownership of the byte array is being given to the Visitor.

This method allows the Visitor to avoid a copy by taking ownership of @@ -219,19 +219,19 @@ honor such a request.

visit_bytes. Implement neither, both, or just visit_bytes.

The default implementation forwards to visit_bytes and then drops the Vec<u8>.

-
source

fn visit_none<E>(self) -> Result<Self::Value, E>
where +

source

fn visit_none<E>(self) -> Result<Self::Value, E>
where E: Error,

The input contains an optional that is absent.

The default implementation fails with a type error.

-
source

fn visit_some<D>( +

source

fn visit_some<D>( self, deserializer: D ) -> Result<Self::Value, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

The input contains an optional that is present.

The default implementation fails with a type error.

-
source

fn visit_unit<E>(self) -> Result<Self::Value, E>
where +

source

fn visit_unit<E>(self) -> Result<Self::Value, E>
where E: Error,

The input contains a unit ().

The default implementation fails with a type error.

-
source

fn visit_newtype_struct<D>( +

source

fn visit_newtype_struct<D>( self, deserializer: D ) -> Result<Self::Value, <D as Deserializer<'de>>::Error>
where @@ -239,22 +239,22 @@ honor such a request.

The content of the newtype struct may be read from the given Deserializer.

The default implementation fails with a type error.

-

source

fn visit_seq<A>( +

source

fn visit_seq<A>( self, seq: A ) -> Result<Self::Value, <A as SeqAccess<'de>>::Error>
where A: SeqAccess<'de>,

The input contains a sequence of elements.

The default implementation fails with a type error.

-
source

fn visit_map<A>( +

source

fn visit_map<A>( self, map: A ) -> Result<Self::Value, <A as MapAccess<'de>>::Error>
where A: MapAccess<'de>,

The input contains a key-value map.

The default implementation fails with a type error.

-
source

fn visit_enum<A>( +

source

fn visit_enum<A>( self, data: A ) -> Result<Self::Value, <A as EnumAccess<'de>>::Error>
where A: EnumAccess<'de>,

The input contains an enum.

The default implementation fails with a type error.

-

Object Safety§

This trait is not object safe.

Implementors§

\ No newline at end of file +

Object Safety§

This trait is not object safe.

Implementors§

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/index.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/index.html index 9fe5b1c86b..8536467591 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/index.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/index.html @@ -1,4 +1,4 @@ -bdk_chain::bitcoin::hashes::serde::de::value - Rust

Module bdk_chain::bitcoin::hashes::serde::de::value

source ·
Expand description

Building blocks for deserializing basic values using the IntoDeserializer +bdk_chain::bitcoin::hashes::serde::de::value - Rust

Module bdk_chain::bitcoin::hashes::serde::de::value

source ·
Expand description

Building blocks for deserializing basic values using the IntoDeserializer trait.

ⓘ
use serde::de::{value, Deserialize, IntoDeserializer};
diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.BoolDeserializer.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.BoolDeserializer.html
index 9c6d7d3f33..2c86a004a7 100644
--- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.BoolDeserializer.html
+++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.BoolDeserializer.html
@@ -1,159 +1,159 @@
-BoolDeserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::BoolDeserializer

source ·
pub struct BoolDeserializer<E> { /* private fields */ }
Expand description

A deserializer holding +BoolDeserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::BoolDeserializer

source ·
pub struct BoolDeserializer<E> { /* private fields */ }
Expand description

A deserializer holding a bool.

-

Implementations§

Trait Implementations§

source§

impl<E> Clone for BoolDeserializer<E>

source§

fn clone(&self) -> BoolDeserializer<E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<E> Debug for BoolDeserializer<E>

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, E> Deserializer<'de> for BoolDeserializer<E>
where +

Implementations§

Trait Implementations§

source§

impl<E> Clone for BoolDeserializer<E>

source§

fn clone(&self) -> BoolDeserializer<E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<E> Debug for BoolDeserializer<E>

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, E> Deserializer<'de> for BoolDeserializer<E>
where E: Error,

§

type Error = E

The error type that can be returned if some error occurs during -deserialization.
source§

fn deserialize_bool<V>( +deserialization.

source§

fn deserialize_bool<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BoolDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BoolDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BoolDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BoolDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BoolDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BoolDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BoolDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BoolDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BoolDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BoolDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BoolDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BoolDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BoolDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BoolDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BoolDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_string<V>( +Deserializer. Read more

source§

fn deserialize_string<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BoolDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_bytes<V>( +Deserializer. Read more

source§

fn deserialize_bytes<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BoolDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_byte_buf<V>( +Deserializer. Read more

source§

fn deserialize_byte_buf<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BoolDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_option<V>( +Deserializer. Read more

source§

fn deserialize_option<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BoolDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BoolDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BoolDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit struct with a -particular name.
source§

fn deserialize_newtype_struct<V>( +particular name.

source§

fn deserialize_newtype_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BoolDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a newtype struct with a -particular name.
source§

fn deserialize_seq<V>( +particular name.

source§

fn deserialize_seq<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BoolDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( self, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BoolDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values and -knows how many values there are without looking at the serialized data.
source§

fn deserialize_tuple_struct<V>( +knows how many values there are without looking at the serialized data.

source§

fn deserialize_tuple_struct<V>( self, name: &'static str, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BoolDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a tuple struct with a -particular name and number of fields.
source§

fn deserialize_map<V>( +particular name and number of fields.

source§

fn deserialize_map<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BoolDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( self, name: &'static str, fields: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BoolDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a struct with a particular -name and fields.
source§

fn deserialize_enum<V>( +name and fields.

source§

fn deserialize_enum<V>( self, name: &'static str, variants: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BoolDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting an enum value with a -particular name and possible variants.
source§

fn deserialize_identifier<V>( +particular name and possible variants.

source§

fn deserialize_identifier<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BoolDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting the name of a struct -field or the discriminant of an enum variant.
source§

fn deserialize_ignored_any<V>( +field or the discriminant of an enum variant.

source§

fn deserialize_ignored_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BoolDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type needs to deserialize a value whose type -doesn’t matter because it is ignored. Read more
source§

fn deserialize_any<V>( +doesn’t matter because it is ignored. Read more

source§

fn deserialize_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BoolDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Require the Deserializer to figure out how to drive the visitor based -on what data type is in the input. Read more
source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to -deserialize their human-readable form. Read more
source§

impl<E> Copy for BoolDeserializer<E>

Auto Trait Implementations§

§

impl<E> Freeze for BoolDeserializer<E>

§

impl<E> RefUnwindSafe for BoolDeserializer<E>
where +on what data type is in the input. Read more
source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to +deserialize their human-readable form. Read more

source§

impl<E> Copy for BoolDeserializer<E>

Auto Trait Implementations§

§

impl<E> Freeze for BoolDeserializer<E>

§

impl<E> RefUnwindSafe for BoolDeserializer<E>
where E: RefUnwindSafe,

§

impl<E> Send for BoolDeserializer<E>
where E: Send,

§

impl<E> Sync for BoolDeserializer<E>
where E: Sync,

§

impl<E> Unpin for BoolDeserializer<E>
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.BorrowedBytesDeserializer.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.BorrowedBytesDeserializer.html index 555649416d..6e5e87284a 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.BorrowedBytesDeserializer.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.BorrowedBytesDeserializer.html @@ -1,160 +1,160 @@ -BorrowedBytesDeserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::BorrowedBytesDeserializer

source ·
pub struct BorrowedBytesDeserializer<'de, E> { /* private fields */ }
Expand description

A deserializer holding a &[u8] with a lifetime tied to another +BorrowedBytesDeserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::BorrowedBytesDeserializer

source ·
pub struct BorrowedBytesDeserializer<'de, E> { /* private fields */ }
Expand description

A deserializer holding a &[u8] with a lifetime tied to another deserializer. Always calls Visitor::visit_borrowed_bytes.

-

Implementations§

source§

impl<'de, E> BorrowedBytesDeserializer<'de, E>

source

pub fn new(value: &'de [u8]) -> BorrowedBytesDeserializer<'de, E>

Create a new borrowed deserializer from the given borrowed bytes.

-

Trait Implementations§

source§

impl<'de, E> Clone for BorrowedBytesDeserializer<'de, E>

source§

fn clone(&self) -> BorrowedBytesDeserializer<'de, E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<'de, E> Debug for BorrowedBytesDeserializer<'de, E>

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, E> Deserializer<'de> for BorrowedBytesDeserializer<'de, E>
where +

Implementations§

source§

impl<'de, E> BorrowedBytesDeserializer<'de, E>

source

pub fn new(value: &'de [u8]) -> BorrowedBytesDeserializer<'de, E>

Create a new borrowed deserializer from the given borrowed bytes.

+

Trait Implementations§

source§

impl<'de, E> Clone for BorrowedBytesDeserializer<'de, E>

source§

fn clone(&self) -> BorrowedBytesDeserializer<'de, E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<'de, E> Debug for BorrowedBytesDeserializer<'de, E>

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, E> Deserializer<'de> for BorrowedBytesDeserializer<'de, E>
where E: Error,

§

type Error = E

The error type that can be returned if some error occurs during -deserialization.
source§

fn deserialize_any<V>( +deserialization.

source§

fn deserialize_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedBytesDeserializer<'de, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Require the Deserializer to figure out how to drive the visitor based -on what data type is in the input. Read more
source§

fn deserialize_bool<V>( +on what data type is in the input. Read more

source§

fn deserialize_bool<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedBytesDeserializer<'de, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedBytesDeserializer<'de, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedBytesDeserializer<'de, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedBytesDeserializer<'de, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedBytesDeserializer<'de, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedBytesDeserializer<'de, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedBytesDeserializer<'de, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedBytesDeserializer<'de, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedBytesDeserializer<'de, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedBytesDeserializer<'de, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedBytesDeserializer<'de, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedBytesDeserializer<'de, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedBytesDeserializer<'de, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedBytesDeserializer<'de, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedBytesDeserializer<'de, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_string<V>( +Deserializer. Read more

source§

fn deserialize_string<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedBytesDeserializer<'de, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_bytes<V>( +Deserializer. Read more

source§

fn deserialize_bytes<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedBytesDeserializer<'de, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_byte_buf<V>( +Deserializer. Read more

source§

fn deserialize_byte_buf<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedBytesDeserializer<'de, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_option<V>( +Deserializer. Read more

source§

fn deserialize_option<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedBytesDeserializer<'de, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedBytesDeserializer<'de, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedBytesDeserializer<'de, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit struct with a -particular name.
source§

fn deserialize_newtype_struct<V>( +particular name.

source§

fn deserialize_newtype_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedBytesDeserializer<'de, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a newtype struct with a -particular name.
source§

fn deserialize_seq<V>( +particular name.

source§

fn deserialize_seq<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedBytesDeserializer<'de, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( self, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedBytesDeserializer<'de, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values and -knows how many values there are without looking at the serialized data.
source§

fn deserialize_tuple_struct<V>( +knows how many values there are without looking at the serialized data.

source§

fn deserialize_tuple_struct<V>( self, name: &'static str, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedBytesDeserializer<'de, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a tuple struct with a -particular name and number of fields.
source§

fn deserialize_map<V>( +particular name and number of fields.

source§

fn deserialize_map<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedBytesDeserializer<'de, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( self, name: &'static str, fields: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedBytesDeserializer<'de, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a struct with a particular -name and fields.
source§

fn deserialize_enum<V>( +name and fields.

source§

fn deserialize_enum<V>( self, name: &'static str, variants: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedBytesDeserializer<'de, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting an enum value with a -particular name and possible variants.
source§

fn deserialize_identifier<V>( +particular name and possible variants.

source§

fn deserialize_identifier<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedBytesDeserializer<'de, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting the name of a struct -field or the discriminant of an enum variant.
source§

fn deserialize_ignored_any<V>( +field or the discriminant of an enum variant.

source§

fn deserialize_ignored_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedBytesDeserializer<'de, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type needs to deserialize a value whose type -doesn’t matter because it is ignored. Read more
source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to -deserialize their human-readable form. Read more
source§

impl<'de, E> Copy for BorrowedBytesDeserializer<'de, E>

Auto Trait Implementations§

§

impl<'de, E> Freeze for BorrowedBytesDeserializer<'de, E>

§

impl<'de, E> RefUnwindSafe for BorrowedBytesDeserializer<'de, E>
where +doesn’t matter because it is ignored. Read more
source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to +deserialize their human-readable form. Read more

source§

impl<'de, E> Copy for BorrowedBytesDeserializer<'de, E>

Auto Trait Implementations§

§

impl<'de, E> Freeze for BorrowedBytesDeserializer<'de, E>

§

impl<'de, E> RefUnwindSafe for BorrowedBytesDeserializer<'de, E>
where E: RefUnwindSafe,

§

impl<'de, E> Send for BorrowedBytesDeserializer<'de, E>
where E: Send,

§

impl<'de, E> Sync for BorrowedBytesDeserializer<'de, E>
where E: Sync,

§

impl<'de, E> Unpin for BorrowedBytesDeserializer<'de, E>
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.BorrowedStrDeserializer.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.BorrowedStrDeserializer.html index 6080623434..3f1fdcccdc 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.BorrowedStrDeserializer.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.BorrowedStrDeserializer.html @@ -1,168 +1,168 @@ -BorrowedStrDeserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::BorrowedStrDeserializer

source ·
pub struct BorrowedStrDeserializer<'de, E> { /* private fields */ }
Expand description

A deserializer holding a &str with a lifetime tied to another +BorrowedStrDeserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::BorrowedStrDeserializer

source ·
pub struct BorrowedStrDeserializer<'de, E> { /* private fields */ }
Expand description

A deserializer holding a &str with a lifetime tied to another deserializer.

-

Implementations§

source§

impl<'de, E> BorrowedStrDeserializer<'de, E>

source

pub fn new(value: &'de str) -> BorrowedStrDeserializer<'de, E>

Create a new borrowed deserializer from the given string.

-

Trait Implementations§

source§

impl<'de, E> Clone for BorrowedStrDeserializer<'de, E>

source§

fn clone(&self) -> BorrowedStrDeserializer<'de, E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<'de, E> Debug for BorrowedStrDeserializer<'de, E>

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, E> Deserializer<'de> for BorrowedStrDeserializer<'de, E>
where +

Implementations§

source§

impl<'de, E> BorrowedStrDeserializer<'de, E>

source

pub fn new(value: &'de str) -> BorrowedStrDeserializer<'de, E>

Create a new borrowed deserializer from the given string.

+

Trait Implementations§

source§

impl<'de, E> Clone for BorrowedStrDeserializer<'de, E>

source§

fn clone(&self) -> BorrowedStrDeserializer<'de, E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<'de, E> Debug for BorrowedStrDeserializer<'de, E>

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, E> Deserializer<'de> for BorrowedStrDeserializer<'de, E>
where E: Error,

§

type Error = E

The error type that can be returned if some error occurs during -deserialization.
source§

fn deserialize_any<V>( +deserialization.

source§

fn deserialize_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedStrDeserializer<'de, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Require the Deserializer to figure out how to drive the visitor based -on what data type is in the input. Read more
source§

fn deserialize_enum<V>( +on what data type is in the input. Read more

source§

fn deserialize_enum<V>( self, name: &str, variants: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedStrDeserializer<'de, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting an enum value with a -particular name and possible variants.
source§

fn deserialize_bool<V>( +particular name and possible variants.

source§

fn deserialize_bool<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedStrDeserializer<'de, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedStrDeserializer<'de, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedStrDeserializer<'de, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedStrDeserializer<'de, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedStrDeserializer<'de, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedStrDeserializer<'de, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedStrDeserializer<'de, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedStrDeserializer<'de, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedStrDeserializer<'de, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedStrDeserializer<'de, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedStrDeserializer<'de, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedStrDeserializer<'de, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedStrDeserializer<'de, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedStrDeserializer<'de, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedStrDeserializer<'de, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_string<V>( +Deserializer. Read more

source§

fn deserialize_string<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedStrDeserializer<'de, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_bytes<V>( +Deserializer. Read more

source§

fn deserialize_bytes<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedStrDeserializer<'de, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_byte_buf<V>( +Deserializer. Read more

source§

fn deserialize_byte_buf<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedStrDeserializer<'de, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_option<V>( +Deserializer. Read more

source§

fn deserialize_option<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedStrDeserializer<'de, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedStrDeserializer<'de, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedStrDeserializer<'de, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit struct with a -particular name.
source§

fn deserialize_newtype_struct<V>( +particular name.

source§

fn deserialize_newtype_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedStrDeserializer<'de, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a newtype struct with a -particular name.
source§

fn deserialize_seq<V>( +particular name.

source§

fn deserialize_seq<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedStrDeserializer<'de, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( self, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedStrDeserializer<'de, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values and -knows how many values there are without looking at the serialized data.
source§

fn deserialize_tuple_struct<V>( +knows how many values there are without looking at the serialized data.

source§

fn deserialize_tuple_struct<V>( self, name: &'static str, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedStrDeserializer<'de, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a tuple struct with a -particular name and number of fields.
source§

fn deserialize_map<V>( +particular name and number of fields.

source§

fn deserialize_map<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedStrDeserializer<'de, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( self, name: &'static str, fields: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedStrDeserializer<'de, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a struct with a particular -name and fields.
source§

fn deserialize_identifier<V>( +name and fields.

source§

fn deserialize_identifier<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedStrDeserializer<'de, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting the name of a struct -field or the discriminant of an enum variant.
source§

fn deserialize_ignored_any<V>( +field or the discriminant of an enum variant.

source§

fn deserialize_ignored_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BorrowedStrDeserializer<'de, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type needs to deserialize a value whose type -doesn’t matter because it is ignored. Read more
source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to -deserialize their human-readable form. Read more
source§

impl<'de, E> EnumAccess<'de> for BorrowedStrDeserializer<'de, E>
where +doesn’t matter because it is ignored. Read more

source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to +deserialize their human-readable form. Read more
source§

impl<'de, E> EnumAccess<'de> for BorrowedStrDeserializer<'de, E>
where E: Error,

§

type Error = E

The error type that can be returned if some error occurs during deserialization.
§

type Variant = UnitOnly<E>

The Visitor that will be used to deserialize the content of the enum -variant.
source§

fn variant_seed<T>( +variant.

source§

fn variant_seed<T>( self, seed: T ) -> Result<(<T as DeserializeSeed<'de>>::Value, <BorrowedStrDeserializer<'de, E> as EnumAccess<'de>>::Variant), <BorrowedStrDeserializer<'de, E> as EnumAccess<'de>>::Error>
where - T: DeserializeSeed<'de>,

variant is called to identify which variant to deserialize. Read more
source§

fn variant<V>(self) -> Result<(V, Self::Variant), Self::Error>
where - V: Deserialize<'de>,

variant is called to identify which variant to deserialize. Read more
source§

impl<'de, E> Copy for BorrowedStrDeserializer<'de, E>

Auto Trait Implementations§

§

impl<'de, E> Freeze for BorrowedStrDeserializer<'de, E>

§

impl<'de, E> RefUnwindSafe for BorrowedStrDeserializer<'de, E>
where + T: DeserializeSeed<'de>,

variant is called to identify which variant to deserialize. Read more
source§

fn variant<V>(self) -> Result<(V, Self::Variant), Self::Error>
where + V: Deserialize<'de>,

variant is called to identify which variant to deserialize. Read more
source§

impl<'de, E> Copy for BorrowedStrDeserializer<'de, E>

Auto Trait Implementations§

§

impl<'de, E> Freeze for BorrowedStrDeserializer<'de, E>

§

impl<'de, E> RefUnwindSafe for BorrowedStrDeserializer<'de, E>
where E: RefUnwindSafe,

§

impl<'de, E> Send for BorrowedStrDeserializer<'de, E>
where E: Send,

§

impl<'de, E> Sync for BorrowedStrDeserializer<'de, E>
where E: Sync,

§

impl<'de, E> Unpin for BorrowedStrDeserializer<'de, E>
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.BytesDeserializer.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.BytesDeserializer.html index 5ccb66cc56..0e6bad22f8 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.BytesDeserializer.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.BytesDeserializer.html @@ -1,159 +1,159 @@ -BytesDeserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::BytesDeserializer

source ·
pub struct BytesDeserializer<'a, E> { /* private fields */ }
Expand description

A deserializer holding a &[u8]. Always calls Visitor::visit_bytes.

-

Implementations§

source§

impl<'a, E> BytesDeserializer<'a, E>

source

pub fn new(value: &'a [u8]) -> BytesDeserializer<'a, E>

Create a new deserializer from the given bytes.

-

Trait Implementations§

source§

impl<'a, E> Clone for BytesDeserializer<'a, E>

source§

fn clone(&self) -> BytesDeserializer<'a, E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<'a, E> Debug for BytesDeserializer<'a, E>

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, 'a, E> Deserializer<'de> for BytesDeserializer<'a, E>
where +BytesDeserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::BytesDeserializer

source ·
pub struct BytesDeserializer<'a, E> { /* private fields */ }
Expand description

A deserializer holding a &[u8]. Always calls Visitor::visit_bytes.

+

Implementations§

source§

impl<'a, E> BytesDeserializer<'a, E>

source

pub fn new(value: &'a [u8]) -> BytesDeserializer<'a, E>

Create a new deserializer from the given bytes.

+

Trait Implementations§

source§

impl<'a, E> Clone for BytesDeserializer<'a, E>

source§

fn clone(&self) -> BytesDeserializer<'a, E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<'a, E> Debug for BytesDeserializer<'a, E>

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, 'a, E> Deserializer<'de> for BytesDeserializer<'a, E>
where E: Error,

§

type Error = E

The error type that can be returned if some error occurs during -deserialization.
source§

fn deserialize_any<V>( +deserialization.

source§

fn deserialize_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BytesDeserializer<'a, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Require the Deserializer to figure out how to drive the visitor based -on what data type is in the input. Read more
source§

fn deserialize_bool<V>( +on what data type is in the input. Read more

source§

fn deserialize_bool<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BytesDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BytesDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BytesDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BytesDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BytesDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BytesDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BytesDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BytesDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BytesDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BytesDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BytesDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BytesDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BytesDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BytesDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BytesDeserializer<'a, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_string<V>( +Deserializer. Read more

source§

fn deserialize_string<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BytesDeserializer<'a, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_bytes<V>( +Deserializer. Read more

source§

fn deserialize_bytes<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BytesDeserializer<'a, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_byte_buf<V>( +Deserializer. Read more

source§

fn deserialize_byte_buf<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BytesDeserializer<'a, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_option<V>( +Deserializer. Read more

source§

fn deserialize_option<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BytesDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BytesDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BytesDeserializer<'a, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit struct with a -particular name.
source§

fn deserialize_newtype_struct<V>( +particular name.

source§

fn deserialize_newtype_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BytesDeserializer<'a, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a newtype struct with a -particular name.
source§

fn deserialize_seq<V>( +particular name.

source§

fn deserialize_seq<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BytesDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( self, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BytesDeserializer<'a, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values and -knows how many values there are without looking at the serialized data.
source§

fn deserialize_tuple_struct<V>( +knows how many values there are without looking at the serialized data.

source§

fn deserialize_tuple_struct<V>( self, name: &'static str, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BytesDeserializer<'a, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a tuple struct with a -particular name and number of fields.
source§

fn deserialize_map<V>( +particular name and number of fields.

source§

fn deserialize_map<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BytesDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( self, name: &'static str, fields: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BytesDeserializer<'a, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a struct with a particular -name and fields.
source§

fn deserialize_enum<V>( +name and fields.

source§

fn deserialize_enum<V>( self, name: &'static str, variants: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BytesDeserializer<'a, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting an enum value with a -particular name and possible variants.
source§

fn deserialize_identifier<V>( +particular name and possible variants.

source§

fn deserialize_identifier<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BytesDeserializer<'a, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting the name of a struct -field or the discriminant of an enum variant.
source§

fn deserialize_ignored_any<V>( +field or the discriminant of an enum variant.

source§

fn deserialize_ignored_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <BytesDeserializer<'a, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type needs to deserialize a value whose type -doesn’t matter because it is ignored. Read more
source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to -deserialize their human-readable form. Read more
source§

impl<'a, E> Copy for BytesDeserializer<'a, E>

Auto Trait Implementations§

§

impl<'a, E> Freeze for BytesDeserializer<'a, E>

§

impl<'a, E> RefUnwindSafe for BytesDeserializer<'a, E>
where +doesn’t matter because it is ignored. Read more
source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to +deserialize their human-readable form. Read more

source§

impl<'a, E> Copy for BytesDeserializer<'a, E>

Auto Trait Implementations§

§

impl<'a, E> Freeze for BytesDeserializer<'a, E>

§

impl<'a, E> RefUnwindSafe for BytesDeserializer<'a, E>
where E: RefUnwindSafe,

§

impl<'a, E> Send for BytesDeserializer<'a, E>
where E: Send,

§

impl<'a, E> Sync for BytesDeserializer<'a, E>
where E: Sync,

§

impl<'a, E> Unpin for BytesDeserializer<'a, E>
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.CharDeserializer.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.CharDeserializer.html index ebf3d19284..2934883f33 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.CharDeserializer.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.CharDeserializer.html @@ -1,159 +1,159 @@ -CharDeserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::CharDeserializer

source ·
pub struct CharDeserializer<E> { /* private fields */ }
Expand description

A deserializer holding +CharDeserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::CharDeserializer

source ·
pub struct CharDeserializer<E> { /* private fields */ }
Expand description

A deserializer holding a char.

-

Implementations§

Trait Implementations§

source§

impl<E> Clone for CharDeserializer<E>

source§

fn clone(&self) -> CharDeserializer<E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<E> Debug for CharDeserializer<E>

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, E> Deserializer<'de> for CharDeserializer<E>
where +

Implementations§

Trait Implementations§

source§

impl<E> Clone for CharDeserializer<E>

source§

fn clone(&self) -> CharDeserializer<E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<E> Debug for CharDeserializer<E>

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, E> Deserializer<'de> for CharDeserializer<E>
where E: Error,

§

type Error = E

The error type that can be returned if some error occurs during -deserialization.
source§

fn deserialize_bool<V>( +deserialization.

source§

fn deserialize_bool<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CharDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CharDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CharDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CharDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CharDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CharDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CharDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CharDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CharDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CharDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CharDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CharDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CharDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CharDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CharDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_string<V>( +Deserializer. Read more

source§

fn deserialize_string<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CharDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_bytes<V>( +Deserializer. Read more

source§

fn deserialize_bytes<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CharDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_byte_buf<V>( +Deserializer. Read more

source§

fn deserialize_byte_buf<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CharDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_option<V>( +Deserializer. Read more

source§

fn deserialize_option<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CharDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CharDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CharDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit struct with a -particular name.
source§

fn deserialize_newtype_struct<V>( +particular name.

source§

fn deserialize_newtype_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CharDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a newtype struct with a -particular name.
source§

fn deserialize_seq<V>( +particular name.

source§

fn deserialize_seq<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CharDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( self, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CharDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values and -knows how many values there are without looking at the serialized data.
source§

fn deserialize_tuple_struct<V>( +knows how many values there are without looking at the serialized data.

source§

fn deserialize_tuple_struct<V>( self, name: &'static str, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CharDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a tuple struct with a -particular name and number of fields.
source§

fn deserialize_map<V>( +particular name and number of fields.

source§

fn deserialize_map<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CharDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( self, name: &'static str, fields: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CharDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a struct with a particular -name and fields.
source§

fn deserialize_enum<V>( +name and fields.

source§

fn deserialize_enum<V>( self, name: &'static str, variants: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CharDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting an enum value with a -particular name and possible variants.
source§

fn deserialize_identifier<V>( +particular name and possible variants.

source§

fn deserialize_identifier<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CharDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting the name of a struct -field or the discriminant of an enum variant.
source§

fn deserialize_ignored_any<V>( +field or the discriminant of an enum variant.

source§

fn deserialize_ignored_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CharDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type needs to deserialize a value whose type -doesn’t matter because it is ignored. Read more
source§

fn deserialize_any<V>( +doesn’t matter because it is ignored. Read more

source§

fn deserialize_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CharDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Require the Deserializer to figure out how to drive the visitor based -on what data type is in the input. Read more
source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to -deserialize their human-readable form. Read more
source§

impl<E> Copy for CharDeserializer<E>

Auto Trait Implementations§

§

impl<E> Freeze for CharDeserializer<E>

§

impl<E> RefUnwindSafe for CharDeserializer<E>
where +on what data type is in the input. Read more
source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to +deserialize their human-readable form. Read more

source§

impl<E> Copy for CharDeserializer<E>

Auto Trait Implementations§

§

impl<E> Freeze for CharDeserializer<E>

§

impl<E> RefUnwindSafe for CharDeserializer<E>
where E: RefUnwindSafe,

§

impl<E> Send for CharDeserializer<E>
where E: Send,

§

impl<E> Sync for CharDeserializer<E>
where E: Sync,

§

impl<E> Unpin for CharDeserializer<E>
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.CowStrDeserializer.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.CowStrDeserializer.html index 179bfd7ca8..ce15674d73 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.CowStrDeserializer.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.CowStrDeserializer.html @@ -1,165 +1,165 @@ -CowStrDeserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::CowStrDeserializer

source ·
pub struct CowStrDeserializer<'a, E> { /* private fields */ }
Expand description

A deserializer holding a Cow<str>.

-

Implementations§

source§

impl<'a, E> CowStrDeserializer<'a, E>

source

pub fn new(value: Cow<'a, str>) -> CowStrDeserializer<'a, E>

Trait Implementations§

source§

impl<'a, E> Clone for CowStrDeserializer<'a, E>

source§

fn clone(&self) -> CowStrDeserializer<'a, E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<'a, E> Debug for CowStrDeserializer<'a, E>

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, 'a, E> Deserializer<'de> for CowStrDeserializer<'a, E>
where +CowStrDeserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::CowStrDeserializer

source ·
pub struct CowStrDeserializer<'a, E> { /* private fields */ }
Expand description

A deserializer holding a Cow<str>.

+

Implementations§

source§

impl<'a, E> CowStrDeserializer<'a, E>

source

pub fn new(value: Cow<'a, str>) -> CowStrDeserializer<'a, E>

Trait Implementations§

source§

impl<'a, E> Clone for CowStrDeserializer<'a, E>

source§

fn clone(&self) -> CowStrDeserializer<'a, E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<'a, E> Debug for CowStrDeserializer<'a, E>

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, 'a, E> Deserializer<'de> for CowStrDeserializer<'a, E>
where E: Error,

§

type Error = E

The error type that can be returned if some error occurs during -deserialization.
source§

fn deserialize_any<V>( +deserialization.

source§

fn deserialize_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CowStrDeserializer<'a, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Require the Deserializer to figure out how to drive the visitor based -on what data type is in the input. Read more
source§

fn deserialize_enum<V>( +on what data type is in the input. Read more

source§

fn deserialize_enum<V>( self, name: &str, variants: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CowStrDeserializer<'a, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting an enum value with a -particular name and possible variants.
source§

fn deserialize_bool<V>( +particular name and possible variants.

source§

fn deserialize_bool<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CowStrDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CowStrDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CowStrDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CowStrDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CowStrDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CowStrDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CowStrDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CowStrDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CowStrDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CowStrDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CowStrDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CowStrDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CowStrDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CowStrDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CowStrDeserializer<'a, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_string<V>( +Deserializer. Read more

source§

fn deserialize_string<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CowStrDeserializer<'a, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_bytes<V>( +Deserializer. Read more

source§

fn deserialize_bytes<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CowStrDeserializer<'a, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_byte_buf<V>( +Deserializer. Read more

source§

fn deserialize_byte_buf<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CowStrDeserializer<'a, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_option<V>( +Deserializer. Read more

source§

fn deserialize_option<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CowStrDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CowStrDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CowStrDeserializer<'a, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit struct with a -particular name.
source§

fn deserialize_newtype_struct<V>( +particular name.

source§

fn deserialize_newtype_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CowStrDeserializer<'a, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a newtype struct with a -particular name.
source§

fn deserialize_seq<V>( +particular name.

source§

fn deserialize_seq<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CowStrDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( self, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CowStrDeserializer<'a, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values and -knows how many values there are without looking at the serialized data.
source§

fn deserialize_tuple_struct<V>( +knows how many values there are without looking at the serialized data.

source§

fn deserialize_tuple_struct<V>( self, name: &'static str, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CowStrDeserializer<'a, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a tuple struct with a -particular name and number of fields.
source§

fn deserialize_map<V>( +particular name and number of fields.

source§

fn deserialize_map<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CowStrDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( self, name: &'static str, fields: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CowStrDeserializer<'a, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a struct with a particular -name and fields.
source§

fn deserialize_identifier<V>( +name and fields.

source§

fn deserialize_identifier<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CowStrDeserializer<'a, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting the name of a struct -field or the discriminant of an enum variant.
source§

fn deserialize_ignored_any<V>( +field or the discriminant of an enum variant.

source§

fn deserialize_ignored_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <CowStrDeserializer<'a, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type needs to deserialize a value whose type -doesn’t matter because it is ignored. Read more
source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to -deserialize their human-readable form. Read more
source§

impl<'de, 'a, E> EnumAccess<'de> for CowStrDeserializer<'a, E>
where +doesn’t matter because it is ignored. Read more

source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to +deserialize their human-readable form. Read more
source§

impl<'de, 'a, E> EnumAccess<'de> for CowStrDeserializer<'a, E>
where E: Error,

§

type Error = E

The error type that can be returned if some error occurs during deserialization.
§

type Variant = UnitOnly<E>

The Visitor that will be used to deserialize the content of the enum -variant.
source§

fn variant_seed<T>( +variant.

source§

fn variant_seed<T>( self, seed: T ) -> Result<(<T as DeserializeSeed<'de>>::Value, <CowStrDeserializer<'a, E> as EnumAccess<'de>>::Variant), <CowStrDeserializer<'a, E> as EnumAccess<'de>>::Error>
where - T: DeserializeSeed<'de>,

variant is called to identify which variant to deserialize. Read more
source§

fn variant<V>(self) -> Result<(V, Self::Variant), Self::Error>
where + T: DeserializeSeed<'de>,

variant is called to identify which variant to deserialize. Read more
source§

fn variant<V>(self) -> Result<(V, Self::Variant), Self::Error>
where V: Deserialize<'de>,

variant is called to identify which variant to deserialize. Read more

Auto Trait Implementations§

§

impl<'a, E> Freeze for CowStrDeserializer<'a, E>

§

impl<'a, E> RefUnwindSafe for CowStrDeserializer<'a, E>
where E: RefUnwindSafe,

§

impl<'a, E> Send for CowStrDeserializer<'a, E>
where E: Send,

§

impl<'a, E> Sync for CowStrDeserializer<'a, E>
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.EnumAccessDeserializer.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.EnumAccessDeserializer.html index 5b09c831ea..24bcd560b1 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.EnumAccessDeserializer.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.EnumAccessDeserializer.html @@ -1,160 +1,160 @@ -EnumAccessDeserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::EnumAccessDeserializer

source ·
pub struct EnumAccessDeserializer<A> { /* private fields */ }
Expand description

A deserializer holding an EnumAccess.

-

Implementations§

source§

impl<A> EnumAccessDeserializer<A>

source

pub fn new(access: A) -> EnumAccessDeserializer<A>

Construct a new EnumAccessDeserializer<A>.

-

Trait Implementations§

source§

impl<A> Clone for EnumAccessDeserializer<A>
where - A: Clone,

source§

fn clone(&self) -> EnumAccessDeserializer<A>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<A> Debug for EnumAccessDeserializer<A>
where - A: Debug,

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, A> Deserializer<'de> for EnumAccessDeserializer<A>
where +EnumAccessDeserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::EnumAccessDeserializer

source ·
pub struct EnumAccessDeserializer<A> { /* private fields */ }
Expand description

A deserializer holding an EnumAccess.

+

Implementations§

source§

impl<A> EnumAccessDeserializer<A>

source

pub fn new(access: A) -> EnumAccessDeserializer<A>

Construct a new EnumAccessDeserializer<A>.

+

Trait Implementations§

source§

impl<A> Clone for EnumAccessDeserializer<A>
where + A: Clone,

source§

fn clone(&self) -> EnumAccessDeserializer<A>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<A> Debug for EnumAccessDeserializer<A>
where + A: Debug,

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, A> Deserializer<'de> for EnumAccessDeserializer<A>
where A: EnumAccess<'de>,

§

type Error = <A as EnumAccess<'de>>::Error

The error type that can be returned if some error occurs during -deserialization.
source§

fn deserialize_any<V>( +deserialization.

source§

fn deserialize_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <EnumAccessDeserializer<A> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Require the Deserializer to figure out how to drive the visitor based -on what data type is in the input. Read more
source§

fn deserialize_bool<V>( +on what data type is in the input. Read more

source§

fn deserialize_bool<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <EnumAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <EnumAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <EnumAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <EnumAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <EnumAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <EnumAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <EnumAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <EnumAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <EnumAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <EnumAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <EnumAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <EnumAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <EnumAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <EnumAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <EnumAccessDeserializer<A> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_string<V>( +Deserializer. Read more

source§

fn deserialize_string<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <EnumAccessDeserializer<A> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_bytes<V>( +Deserializer. Read more

source§

fn deserialize_bytes<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <EnumAccessDeserializer<A> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_byte_buf<V>( +Deserializer. Read more

source§

fn deserialize_byte_buf<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <EnumAccessDeserializer<A> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_option<V>( +Deserializer. Read more

source§

fn deserialize_option<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <EnumAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <EnumAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <EnumAccessDeserializer<A> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit struct with a -particular name.
source§

fn deserialize_newtype_struct<V>( +particular name.

source§

fn deserialize_newtype_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <EnumAccessDeserializer<A> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a newtype struct with a -particular name.
source§

fn deserialize_seq<V>( +particular name.

source§

fn deserialize_seq<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <EnumAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( self, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <EnumAccessDeserializer<A> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values and -knows how many values there are without looking at the serialized data.
source§

fn deserialize_tuple_struct<V>( +knows how many values there are without looking at the serialized data.

source§

fn deserialize_tuple_struct<V>( self, name: &'static str, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <EnumAccessDeserializer<A> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a tuple struct with a -particular name and number of fields.
source§

fn deserialize_map<V>( +particular name and number of fields.

source§

fn deserialize_map<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <EnumAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( self, name: &'static str, fields: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <EnumAccessDeserializer<A> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a struct with a particular -name and fields.
source§

fn deserialize_enum<V>( +name and fields.

source§

fn deserialize_enum<V>( self, name: &'static str, variants: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <EnumAccessDeserializer<A> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting an enum value with a -particular name and possible variants.
source§

fn deserialize_identifier<V>( +particular name and possible variants.

source§

fn deserialize_identifier<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <EnumAccessDeserializer<A> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting the name of a struct -field or the discriminant of an enum variant.
source§

fn deserialize_ignored_any<V>( +field or the discriminant of an enum variant.

source§

fn deserialize_ignored_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <EnumAccessDeserializer<A> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type needs to deserialize a value whose type -doesn’t matter because it is ignored. Read more
source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to +doesn’t matter because it is ignored. Read more
source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to deserialize their human-readable form. Read more

Auto Trait Implementations§

§

impl<A> Freeze for EnumAccessDeserializer<A>
where A: Freeze,

§

impl<A> RefUnwindSafe for EnumAccessDeserializer<A>
where A: RefUnwindSafe,

§

impl<A> Send for EnumAccessDeserializer<A>
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.Error.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.Error.html index cb0940e5ea..31dafba5c5 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.Error.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.Error.html @@ -1,19 +1,19 @@ -Error in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::Error

source ·
pub struct Error { /* private fields */ }
Expand description

A minimal representation of all possible errors that can occur using the +Error in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::Error

source ·
pub struct Error { /* private fields */ }
Expand description

A minimal representation of all possible errors that can occur using the IntoDeserializer trait.

-

Trait Implementations§

source§

impl Clone for Error

source§

fn clone(&self) -> Error

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Error

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl Display for Error

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl Error for Error

source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl Error for Error

source§

fn custom<T>(msg: T) -> Error
where - T: Display,

Raised when there is general error when deserializing a type. Read more
source§

fn invalid_type(unexp: Unexpected<'_>, exp: &dyn Expected) -> Self

Raised when a Deserialize receives a type different from what it was -expecting. Read more
source§

fn invalid_value(unexp: Unexpected<'_>, exp: &dyn Expected) -> Self

Raised when a Deserialize receives a value of the right type but that -is wrong for some other reason. Read more
source§

fn invalid_length(len: usize, exp: &dyn Expected) -> Self

Raised when deserializing a sequence or map and the input data contains -too many or too few elements. Read more
source§

fn unknown_variant(variant: &str, expected: &'static [&'static str]) -> Self

Raised when a Deserialize enum type received a variant with an -unrecognized name.
source§

fn unknown_field(field: &str, expected: &'static [&'static str]) -> Self

Raised when a Deserialize struct type received a field with an -unrecognized name.
source§

fn missing_field(field: &'static str) -> Self

Raised when a Deserialize struct type expected to receive a required +

Trait Implementations§

source§

impl Clone for Error

source§

fn clone(&self) -> Error

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Error

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl Display for Error

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl Error for Error

source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl Error for Error

source§

fn custom<T>(msg: T) -> Error
where + T: Display,

Raised when there is general error when deserializing a type. Read more
source§

fn invalid_type(unexp: Unexpected<'_>, exp: &dyn Expected) -> Self

Raised when a Deserialize receives a type different from what it was +expecting. Read more
source§

fn invalid_value(unexp: Unexpected<'_>, exp: &dyn Expected) -> Self

Raised when a Deserialize receives a value of the right type but that +is wrong for some other reason. Read more
source§

fn invalid_length(len: usize, exp: &dyn Expected) -> Self

Raised when deserializing a sequence or map and the input data contains +too many or too few elements. Read more
source§

fn unknown_variant(variant: &str, expected: &'static [&'static str]) -> Self

Raised when a Deserialize enum type received a variant with an +unrecognized name.
source§

fn unknown_field(field: &str, expected: &'static [&'static str]) -> Self

Raised when a Deserialize struct type received a field with an +unrecognized name.
source§

fn missing_field(field: &'static str) -> Self

Raised when a Deserialize struct type expected to receive a required field with a particular name but that field was not present in the -input.
source§

fn duplicate_field(field: &'static str) -> Self

Raised when a Deserialize struct type received more than one of the -same field.
source§

impl Error for Error

source§

fn custom<T>(msg: T) -> Error
where +input.

source§

fn duplicate_field(field: &'static str) -> Self

Raised when a Deserialize struct type received more than one of the +same field.
source§

impl Error for Error

source§

fn custom<T>(msg: T) -> Error
where T: Display,

Used when a Serialize implementation encounters any error -while serializing a type. Read more
source§

impl PartialEq for Error

source§

fn eq(&self, other: &Error) -> bool

This method tests for self and other values to be equal, and is used +while serializing a type. Read more
source§

impl PartialEq for Error

source§

fn eq(&self, other: &Error) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
source§

impl StructuralPartialEq for Error

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +sufficient, and should not be overridden without very good reason.

source§

impl StructuralPartialEq for Error

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.F32Deserializer.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.F32Deserializer.html index ca6138daa2..4127bbe344 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.F32Deserializer.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.F32Deserializer.html @@ -1,159 +1,159 @@ -F32Deserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::F32Deserializer

source ·
pub struct F32Deserializer<E> { /* private fields */ }
Expand description

A deserializer holding +F32Deserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::F32Deserializer

source ·
pub struct F32Deserializer<E> { /* private fields */ }
Expand description

A deserializer holding an f32.

-

Implementations§

Trait Implementations§

source§

impl<E> Clone for F32Deserializer<E>

source§

fn clone(&self) -> F32Deserializer<E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<E> Debug for F32Deserializer<E>

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, E> Deserializer<'de> for F32Deserializer<E>
where +

Implementations§

Trait Implementations§

source§

impl<E> Clone for F32Deserializer<E>

source§

fn clone(&self) -> F32Deserializer<E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<E> Debug for F32Deserializer<E>

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, E> Deserializer<'de> for F32Deserializer<E>
where E: Error,

§

type Error = E

The error type that can be returned if some error occurs during -deserialization.
source§

fn deserialize_bool<V>( +deserialization.

source§

fn deserialize_bool<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F32Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_string<V>( +Deserializer. Read more

source§

fn deserialize_string<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F32Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_bytes<V>( +Deserializer. Read more

source§

fn deserialize_bytes<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F32Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_byte_buf<V>( +Deserializer. Read more

source§

fn deserialize_byte_buf<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F32Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_option<V>( +Deserializer. Read more

source§

fn deserialize_option<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F32Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit struct with a -particular name.
source§

fn deserialize_newtype_struct<V>( +particular name.

source§

fn deserialize_newtype_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F32Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a newtype struct with a -particular name.
source§

fn deserialize_seq<V>( +particular name.

source§

fn deserialize_seq<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( self, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F32Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values and -knows how many values there are without looking at the serialized data.
source§

fn deserialize_tuple_struct<V>( +knows how many values there are without looking at the serialized data.

source§

fn deserialize_tuple_struct<V>( self, name: &'static str, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F32Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a tuple struct with a -particular name and number of fields.
source§

fn deserialize_map<V>( +particular name and number of fields.

source§

fn deserialize_map<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( self, name: &'static str, fields: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F32Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a struct with a particular -name and fields.
source§

fn deserialize_enum<V>( +name and fields.

source§

fn deserialize_enum<V>( self, name: &'static str, variants: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F32Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting an enum value with a -particular name and possible variants.
source§

fn deserialize_identifier<V>( +particular name and possible variants.

source§

fn deserialize_identifier<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F32Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting the name of a struct -field or the discriminant of an enum variant.
source§

fn deserialize_ignored_any<V>( +field or the discriminant of an enum variant.

source§

fn deserialize_ignored_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F32Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type needs to deserialize a value whose type -doesn’t matter because it is ignored. Read more
source§

fn deserialize_any<V>( +doesn’t matter because it is ignored. Read more

source§

fn deserialize_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F32Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Require the Deserializer to figure out how to drive the visitor based -on what data type is in the input. Read more
source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to -deserialize their human-readable form. Read more
source§

impl<E> Copy for F32Deserializer<E>

Auto Trait Implementations§

§

impl<E> Freeze for F32Deserializer<E>

§

impl<E> RefUnwindSafe for F32Deserializer<E>
where +on what data type is in the input. Read more
source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to +deserialize their human-readable form. Read more

source§

impl<E> Copy for F32Deserializer<E>

Auto Trait Implementations§

§

impl<E> Freeze for F32Deserializer<E>

§

impl<E> RefUnwindSafe for F32Deserializer<E>
where E: RefUnwindSafe,

§

impl<E> Send for F32Deserializer<E>
where E: Send,

§

impl<E> Sync for F32Deserializer<E>
where E: Sync,

§

impl<E> Unpin for F32Deserializer<E>
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.F64Deserializer.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.F64Deserializer.html index ae849cf5fc..0d4da3b558 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.F64Deserializer.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.F64Deserializer.html @@ -1,159 +1,159 @@ -F64Deserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::F64Deserializer

source ·
pub struct F64Deserializer<E> { /* private fields */ }
Expand description

A deserializer holding +F64Deserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::F64Deserializer

source ·
pub struct F64Deserializer<E> { /* private fields */ }
Expand description

A deserializer holding an f64.

-

Implementations§

Trait Implementations§

source§

impl<E> Clone for F64Deserializer<E>

source§

fn clone(&self) -> F64Deserializer<E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<E> Debug for F64Deserializer<E>

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, E> Deserializer<'de> for F64Deserializer<E>
where +

Implementations§

Trait Implementations§

source§

impl<E> Clone for F64Deserializer<E>

source§

fn clone(&self) -> F64Deserializer<E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<E> Debug for F64Deserializer<E>

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, E> Deserializer<'de> for F64Deserializer<E>
where E: Error,

§

type Error = E

The error type that can be returned if some error occurs during -deserialization.
source§

fn deserialize_bool<V>( +deserialization.

source§

fn deserialize_bool<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F64Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_string<V>( +Deserializer. Read more

source§

fn deserialize_string<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F64Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_bytes<V>( +Deserializer. Read more

source§

fn deserialize_bytes<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F64Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_byte_buf<V>( +Deserializer. Read more

source§

fn deserialize_byte_buf<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F64Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_option<V>( +Deserializer. Read more

source§

fn deserialize_option<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F64Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit struct with a -particular name.
source§

fn deserialize_newtype_struct<V>( +particular name.

source§

fn deserialize_newtype_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F64Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a newtype struct with a -particular name.
source§

fn deserialize_seq<V>( +particular name.

source§

fn deserialize_seq<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( self, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F64Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values and -knows how many values there are without looking at the serialized data.
source§

fn deserialize_tuple_struct<V>( +knows how many values there are without looking at the serialized data.

source§

fn deserialize_tuple_struct<V>( self, name: &'static str, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F64Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a tuple struct with a -particular name and number of fields.
source§

fn deserialize_map<V>( +particular name and number of fields.

source§

fn deserialize_map<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( self, name: &'static str, fields: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F64Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a struct with a particular -name and fields.
source§

fn deserialize_enum<V>( +name and fields.

source§

fn deserialize_enum<V>( self, name: &'static str, variants: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F64Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting an enum value with a -particular name and possible variants.
source§

fn deserialize_identifier<V>( +particular name and possible variants.

source§

fn deserialize_identifier<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F64Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting the name of a struct -field or the discriminant of an enum variant.
source§

fn deserialize_ignored_any<V>( +field or the discriminant of an enum variant.

source§

fn deserialize_ignored_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F64Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type needs to deserialize a value whose type -doesn’t matter because it is ignored. Read more
source§

fn deserialize_any<V>( +doesn’t matter because it is ignored. Read more

source§

fn deserialize_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <F64Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Require the Deserializer to figure out how to drive the visitor based -on what data type is in the input. Read more
source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to -deserialize their human-readable form. Read more
source§

impl<E> Copy for F64Deserializer<E>

Auto Trait Implementations§

§

impl<E> Freeze for F64Deserializer<E>

§

impl<E> RefUnwindSafe for F64Deserializer<E>
where +on what data type is in the input. Read more
source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to +deserialize their human-readable form. Read more

source§

impl<E> Copy for F64Deserializer<E>

Auto Trait Implementations§

§

impl<E> Freeze for F64Deserializer<E>

§

impl<E> RefUnwindSafe for F64Deserializer<E>
where E: RefUnwindSafe,

§

impl<E> Send for F64Deserializer<E>
where E: Send,

§

impl<E> Sync for F64Deserializer<E>
where E: Sync,

§

impl<E> Unpin for F64Deserializer<E>
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.I128Deserializer.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.I128Deserializer.html index 89bf2ce889..16319d607f 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.I128Deserializer.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.I128Deserializer.html @@ -1,159 +1,159 @@ -I128Deserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::I128Deserializer

source ·
pub struct I128Deserializer<E> { /* private fields */ }
Expand description

A deserializer holding +I128Deserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::I128Deserializer

source ·
pub struct I128Deserializer<E> { /* private fields */ }
Expand description

A deserializer holding an i128.

-

Implementations§

Trait Implementations§

source§

impl<E> Clone for I128Deserializer<E>

source§

fn clone(&self) -> I128Deserializer<E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<E> Debug for I128Deserializer<E>

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, E> Deserializer<'de> for I128Deserializer<E>
where +

Implementations§

Trait Implementations§

source§

impl<E> Clone for I128Deserializer<E>

source§

fn clone(&self) -> I128Deserializer<E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<E> Debug for I128Deserializer<E>

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, E> Deserializer<'de> for I128Deserializer<E>
where E: Error,

§

type Error = E

The error type that can be returned if some error occurs during -deserialization.
source§

fn deserialize_bool<V>( +deserialization.

source§

fn deserialize_bool<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I128Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I128Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I128Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I128Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I128Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I128Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I128Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I128Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I128Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I128Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I128Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I128Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I128Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I128Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I128Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_string<V>( +Deserializer. Read more

source§

fn deserialize_string<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I128Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_bytes<V>( +Deserializer. Read more

source§

fn deserialize_bytes<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I128Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_byte_buf<V>( +Deserializer. Read more

source§

fn deserialize_byte_buf<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I128Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_option<V>( +Deserializer. Read more

source§

fn deserialize_option<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I128Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I128Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I128Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit struct with a -particular name.
source§

fn deserialize_newtype_struct<V>( +particular name.

source§

fn deserialize_newtype_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I128Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a newtype struct with a -particular name.
source§

fn deserialize_seq<V>( +particular name.

source§

fn deserialize_seq<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I128Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( self, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I128Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values and -knows how many values there are without looking at the serialized data.
source§

fn deserialize_tuple_struct<V>( +knows how many values there are without looking at the serialized data.

source§

fn deserialize_tuple_struct<V>( self, name: &'static str, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I128Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a tuple struct with a -particular name and number of fields.
source§

fn deserialize_map<V>( +particular name and number of fields.

source§

fn deserialize_map<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I128Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( self, name: &'static str, fields: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I128Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a struct with a particular -name and fields.
source§

fn deserialize_enum<V>( +name and fields.

source§

fn deserialize_enum<V>( self, name: &'static str, variants: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I128Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting an enum value with a -particular name and possible variants.
source§

fn deserialize_identifier<V>( +particular name and possible variants.

source§

fn deserialize_identifier<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I128Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting the name of a struct -field or the discriminant of an enum variant.
source§

fn deserialize_ignored_any<V>( +field or the discriminant of an enum variant.

source§

fn deserialize_ignored_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I128Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type needs to deserialize a value whose type -doesn’t matter because it is ignored. Read more
source§

fn deserialize_any<V>( +doesn’t matter because it is ignored. Read more

source§

fn deserialize_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I128Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Require the Deserializer to figure out how to drive the visitor based -on what data type is in the input. Read more
source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to -deserialize their human-readable form. Read more
source§

impl<E> Copy for I128Deserializer<E>

Auto Trait Implementations§

§

impl<E> Freeze for I128Deserializer<E>

§

impl<E> RefUnwindSafe for I128Deserializer<E>
where +on what data type is in the input. Read more
source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to +deserialize their human-readable form. Read more

source§

impl<E> Copy for I128Deserializer<E>

Auto Trait Implementations§

§

impl<E> Freeze for I128Deserializer<E>

§

impl<E> RefUnwindSafe for I128Deserializer<E>
where E: RefUnwindSafe,

§

impl<E> Send for I128Deserializer<E>
where E: Send,

§

impl<E> Sync for I128Deserializer<E>
where E: Sync,

§

impl<E> Unpin for I128Deserializer<E>
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.I16Deserializer.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.I16Deserializer.html index b5c0bf1800..d9e539bf80 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.I16Deserializer.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.I16Deserializer.html @@ -1,159 +1,159 @@ -I16Deserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::I16Deserializer

source ·
pub struct I16Deserializer<E> { /* private fields */ }
Expand description

A deserializer holding +I16Deserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::I16Deserializer

source ·
pub struct I16Deserializer<E> { /* private fields */ }
Expand description

A deserializer holding an i16.

-

Implementations§

Trait Implementations§

source§

impl<E> Clone for I16Deserializer<E>

source§

fn clone(&self) -> I16Deserializer<E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<E> Debug for I16Deserializer<E>

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, E> Deserializer<'de> for I16Deserializer<E>
where +

Implementations§

Trait Implementations§

source§

impl<E> Clone for I16Deserializer<E>

source§

fn clone(&self) -> I16Deserializer<E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<E> Debug for I16Deserializer<E>

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, E> Deserializer<'de> for I16Deserializer<E>
where E: Error,

§

type Error = E

The error type that can be returned if some error occurs during -deserialization.
source§

fn deserialize_bool<V>( +deserialization.

source§

fn deserialize_bool<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I16Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I16Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I16Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I16Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I16Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I16Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I16Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I16Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I16Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I16Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I16Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I16Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I16Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I16Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I16Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_string<V>( +Deserializer. Read more

source§

fn deserialize_string<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I16Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_bytes<V>( +Deserializer. Read more

source§

fn deserialize_bytes<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I16Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_byte_buf<V>( +Deserializer. Read more

source§

fn deserialize_byte_buf<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I16Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_option<V>( +Deserializer. Read more

source§

fn deserialize_option<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I16Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I16Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I16Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit struct with a -particular name.
source§

fn deserialize_newtype_struct<V>( +particular name.

source§

fn deserialize_newtype_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I16Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a newtype struct with a -particular name.
source§

fn deserialize_seq<V>( +particular name.

source§

fn deserialize_seq<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I16Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( self, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I16Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values and -knows how many values there are without looking at the serialized data.
source§

fn deserialize_tuple_struct<V>( +knows how many values there are without looking at the serialized data.

source§

fn deserialize_tuple_struct<V>( self, name: &'static str, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I16Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a tuple struct with a -particular name and number of fields.
source§

fn deserialize_map<V>( +particular name and number of fields.

source§

fn deserialize_map<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I16Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( self, name: &'static str, fields: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I16Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a struct with a particular -name and fields.
source§

fn deserialize_enum<V>( +name and fields.

source§

fn deserialize_enum<V>( self, name: &'static str, variants: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I16Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting an enum value with a -particular name and possible variants.
source§

fn deserialize_identifier<V>( +particular name and possible variants.

source§

fn deserialize_identifier<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I16Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting the name of a struct -field or the discriminant of an enum variant.
source§

fn deserialize_ignored_any<V>( +field or the discriminant of an enum variant.

source§

fn deserialize_ignored_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I16Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type needs to deserialize a value whose type -doesn’t matter because it is ignored. Read more
source§

fn deserialize_any<V>( +doesn’t matter because it is ignored. Read more

source§

fn deserialize_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I16Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Require the Deserializer to figure out how to drive the visitor based -on what data type is in the input. Read more
source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to -deserialize their human-readable form. Read more
source§

impl<E> Copy for I16Deserializer<E>

Auto Trait Implementations§

§

impl<E> Freeze for I16Deserializer<E>

§

impl<E> RefUnwindSafe for I16Deserializer<E>
where +on what data type is in the input. Read more
source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to +deserialize their human-readable form. Read more

source§

impl<E> Copy for I16Deserializer<E>

Auto Trait Implementations§

§

impl<E> Freeze for I16Deserializer<E>

§

impl<E> RefUnwindSafe for I16Deserializer<E>
where E: RefUnwindSafe,

§

impl<E> Send for I16Deserializer<E>
where E: Send,

§

impl<E> Sync for I16Deserializer<E>
where E: Sync,

§

impl<E> Unpin for I16Deserializer<E>
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.I32Deserializer.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.I32Deserializer.html index 78cd3e6415..247d3fee61 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.I32Deserializer.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.I32Deserializer.html @@ -1,159 +1,159 @@ -I32Deserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::I32Deserializer

source ·
pub struct I32Deserializer<E> { /* private fields */ }
Expand description

A deserializer holding +I32Deserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::I32Deserializer

source ·
pub struct I32Deserializer<E> { /* private fields */ }
Expand description

A deserializer holding an i32.

-

Implementations§

Trait Implementations§

source§

impl<E> Clone for I32Deserializer<E>

source§

fn clone(&self) -> I32Deserializer<E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<E> Debug for I32Deserializer<E>

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, E> Deserializer<'de> for I32Deserializer<E>
where +

Implementations§

Trait Implementations§

source§

impl<E> Clone for I32Deserializer<E>

source§

fn clone(&self) -> I32Deserializer<E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<E> Debug for I32Deserializer<E>

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, E> Deserializer<'de> for I32Deserializer<E>
where E: Error,

§

type Error = E

The error type that can be returned if some error occurs during -deserialization.
source§

fn deserialize_bool<V>( +deserialization.

source§

fn deserialize_bool<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I32Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_string<V>( +Deserializer. Read more

source§

fn deserialize_string<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I32Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_bytes<V>( +Deserializer. Read more

source§

fn deserialize_bytes<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I32Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_byte_buf<V>( +Deserializer. Read more

source§

fn deserialize_byte_buf<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I32Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_option<V>( +Deserializer. Read more

source§

fn deserialize_option<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I32Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit struct with a -particular name.
source§

fn deserialize_newtype_struct<V>( +particular name.

source§

fn deserialize_newtype_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I32Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a newtype struct with a -particular name.
source§

fn deserialize_seq<V>( +particular name.

source§

fn deserialize_seq<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( self, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I32Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values and -knows how many values there are without looking at the serialized data.
source§

fn deserialize_tuple_struct<V>( +knows how many values there are without looking at the serialized data.

source§

fn deserialize_tuple_struct<V>( self, name: &'static str, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I32Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a tuple struct with a -particular name and number of fields.
source§

fn deserialize_map<V>( +particular name and number of fields.

source§

fn deserialize_map<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( self, name: &'static str, fields: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I32Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a struct with a particular -name and fields.
source§

fn deserialize_enum<V>( +name and fields.

source§

fn deserialize_enum<V>( self, name: &'static str, variants: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I32Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting an enum value with a -particular name and possible variants.
source§

fn deserialize_identifier<V>( +particular name and possible variants.

source§

fn deserialize_identifier<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I32Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting the name of a struct -field or the discriminant of an enum variant.
source§

fn deserialize_ignored_any<V>( +field or the discriminant of an enum variant.

source§

fn deserialize_ignored_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I32Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type needs to deserialize a value whose type -doesn’t matter because it is ignored. Read more
source§

fn deserialize_any<V>( +doesn’t matter because it is ignored. Read more

source§

fn deserialize_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I32Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Require the Deserializer to figure out how to drive the visitor based -on what data type is in the input. Read more
source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to -deserialize their human-readable form. Read more
source§

impl<E> Copy for I32Deserializer<E>

Auto Trait Implementations§

§

impl<E> Freeze for I32Deserializer<E>

§

impl<E> RefUnwindSafe for I32Deserializer<E>
where +on what data type is in the input. Read more
source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to +deserialize their human-readable form. Read more

source§

impl<E> Copy for I32Deserializer<E>

Auto Trait Implementations§

§

impl<E> Freeze for I32Deserializer<E>

§

impl<E> RefUnwindSafe for I32Deserializer<E>
where E: RefUnwindSafe,

§

impl<E> Send for I32Deserializer<E>
where E: Send,

§

impl<E> Sync for I32Deserializer<E>
where E: Sync,

§

impl<E> Unpin for I32Deserializer<E>
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.I64Deserializer.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.I64Deserializer.html index 938c2e0df6..56b6a4706a 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.I64Deserializer.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.I64Deserializer.html @@ -1,159 +1,159 @@ -I64Deserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::I64Deserializer

source ·
pub struct I64Deserializer<E> { /* private fields */ }
Expand description

A deserializer holding +I64Deserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::I64Deserializer

source ·
pub struct I64Deserializer<E> { /* private fields */ }
Expand description

A deserializer holding an i64.

-

Implementations§

Trait Implementations§

source§

impl<E> Clone for I64Deserializer<E>

source§

fn clone(&self) -> I64Deserializer<E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<E> Debug for I64Deserializer<E>

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, E> Deserializer<'de> for I64Deserializer<E>
where +

Implementations§

Trait Implementations§

source§

impl<E> Clone for I64Deserializer<E>

source§

fn clone(&self) -> I64Deserializer<E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<E> Debug for I64Deserializer<E>

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, E> Deserializer<'de> for I64Deserializer<E>
where E: Error,

§

type Error = E

The error type that can be returned if some error occurs during -deserialization.
source§

fn deserialize_bool<V>( +deserialization.

source§

fn deserialize_bool<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I64Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_string<V>( +Deserializer. Read more

source§

fn deserialize_string<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I64Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_bytes<V>( +Deserializer. Read more

source§

fn deserialize_bytes<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I64Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_byte_buf<V>( +Deserializer. Read more

source§

fn deserialize_byte_buf<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I64Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_option<V>( +Deserializer. Read more

source§

fn deserialize_option<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I64Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit struct with a -particular name.
source§

fn deserialize_newtype_struct<V>( +particular name.

source§

fn deserialize_newtype_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I64Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a newtype struct with a -particular name.
source§

fn deserialize_seq<V>( +particular name.

source§

fn deserialize_seq<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( self, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I64Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values and -knows how many values there are without looking at the serialized data.
source§

fn deserialize_tuple_struct<V>( +knows how many values there are without looking at the serialized data.

source§

fn deserialize_tuple_struct<V>( self, name: &'static str, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I64Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a tuple struct with a -particular name and number of fields.
source§

fn deserialize_map<V>( +particular name and number of fields.

source§

fn deserialize_map<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( self, name: &'static str, fields: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I64Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a struct with a particular -name and fields.
source§

fn deserialize_enum<V>( +name and fields.

source§

fn deserialize_enum<V>( self, name: &'static str, variants: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I64Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting an enum value with a -particular name and possible variants.
source§

fn deserialize_identifier<V>( +particular name and possible variants.

source§

fn deserialize_identifier<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I64Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting the name of a struct -field or the discriminant of an enum variant.
source§

fn deserialize_ignored_any<V>( +field or the discriminant of an enum variant.

source§

fn deserialize_ignored_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I64Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type needs to deserialize a value whose type -doesn’t matter because it is ignored. Read more
source§

fn deserialize_any<V>( +doesn’t matter because it is ignored. Read more

source§

fn deserialize_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I64Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Require the Deserializer to figure out how to drive the visitor based -on what data type is in the input. Read more
source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to -deserialize their human-readable form. Read more
source§

impl<E> Copy for I64Deserializer<E>

Auto Trait Implementations§

§

impl<E> Freeze for I64Deserializer<E>

§

impl<E> RefUnwindSafe for I64Deserializer<E>
where +on what data type is in the input. Read more
source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to +deserialize their human-readable form. Read more

source§

impl<E> Copy for I64Deserializer<E>

Auto Trait Implementations§

§

impl<E> Freeze for I64Deserializer<E>

§

impl<E> RefUnwindSafe for I64Deserializer<E>
where E: RefUnwindSafe,

§

impl<E> Send for I64Deserializer<E>
where E: Send,

§

impl<E> Sync for I64Deserializer<E>
where E: Sync,

§

impl<E> Unpin for I64Deserializer<E>
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.I8Deserializer.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.I8Deserializer.html index 3b3846ee97..a0bf810bc8 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.I8Deserializer.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.I8Deserializer.html @@ -1,159 +1,159 @@ -I8Deserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::I8Deserializer

source ·
pub struct I8Deserializer<E> { /* private fields */ }
Expand description

A deserializer holding +I8Deserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::I8Deserializer

source ·
pub struct I8Deserializer<E> { /* private fields */ }
Expand description

A deserializer holding an i8.

-

Implementations§

source§

impl<E> I8Deserializer<E>

source

pub fn new(value: i8) -> I8Deserializer<E>

Trait Implementations§

source§

impl<E> Clone for I8Deserializer<E>

source§

fn clone(&self) -> I8Deserializer<E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<E> Debug for I8Deserializer<E>

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, E> Deserializer<'de> for I8Deserializer<E>
where +

Implementations§

source§

impl<E> I8Deserializer<E>

source

pub fn new(value: i8) -> I8Deserializer<E>

Trait Implementations§

source§

impl<E> Clone for I8Deserializer<E>

source§

fn clone(&self) -> I8Deserializer<E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<E> Debug for I8Deserializer<E>

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, E> Deserializer<'de> for I8Deserializer<E>
where E: Error,

§

type Error = E

The error type that can be returned if some error occurs during -deserialization.
source§

fn deserialize_bool<V>( +deserialization.

source§

fn deserialize_bool<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I8Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I8Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I8Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I8Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I8Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I8Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I8Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I8Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I8Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I8Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I8Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I8Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I8Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I8Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I8Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_string<V>( +Deserializer. Read more

source§

fn deserialize_string<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I8Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_bytes<V>( +Deserializer. Read more

source§

fn deserialize_bytes<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I8Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_byte_buf<V>( +Deserializer. Read more

source§

fn deserialize_byte_buf<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I8Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_option<V>( +Deserializer. Read more

source§

fn deserialize_option<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I8Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I8Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I8Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit struct with a -particular name.
source§

fn deserialize_newtype_struct<V>( +particular name.

source§

fn deserialize_newtype_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I8Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a newtype struct with a -particular name.
source§

fn deserialize_seq<V>( +particular name.

source§

fn deserialize_seq<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I8Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( self, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I8Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values and -knows how many values there are without looking at the serialized data.
source§

fn deserialize_tuple_struct<V>( +knows how many values there are without looking at the serialized data.

source§

fn deserialize_tuple_struct<V>( self, name: &'static str, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I8Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a tuple struct with a -particular name and number of fields.
source§

fn deserialize_map<V>( +particular name and number of fields.

source§

fn deserialize_map<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I8Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( self, name: &'static str, fields: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I8Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a struct with a particular -name and fields.
source§

fn deserialize_enum<V>( +name and fields.

source§

fn deserialize_enum<V>( self, name: &'static str, variants: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I8Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting an enum value with a -particular name and possible variants.
source§

fn deserialize_identifier<V>( +particular name and possible variants.

source§

fn deserialize_identifier<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I8Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting the name of a struct -field or the discriminant of an enum variant.
source§

fn deserialize_ignored_any<V>( +field or the discriminant of an enum variant.

source§

fn deserialize_ignored_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I8Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type needs to deserialize a value whose type -doesn’t matter because it is ignored. Read more
source§

fn deserialize_any<V>( +doesn’t matter because it is ignored. Read more

source§

fn deserialize_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <I8Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Require the Deserializer to figure out how to drive the visitor based -on what data type is in the input. Read more
source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to -deserialize their human-readable form. Read more
source§

impl<E> Copy for I8Deserializer<E>

Auto Trait Implementations§

§

impl<E> Freeze for I8Deserializer<E>

§

impl<E> RefUnwindSafe for I8Deserializer<E>
where +on what data type is in the input. Read more
source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to +deserialize their human-readable form. Read more

source§

impl<E> Copy for I8Deserializer<E>

Auto Trait Implementations§

§

impl<E> Freeze for I8Deserializer<E>

§

impl<E> RefUnwindSafe for I8Deserializer<E>
where E: RefUnwindSafe,

§

impl<E> Send for I8Deserializer<E>
where E: Send,

§

impl<E> Sync for I8Deserializer<E>
where E: Sync,

§

impl<E> Unpin for I8Deserializer<E>
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.IsizeDeserializer.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.IsizeDeserializer.html index da083dc2db..64f78da2ed 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.IsizeDeserializer.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.IsizeDeserializer.html @@ -1,159 +1,159 @@ -IsizeDeserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::IsizeDeserializer

source ·
pub struct IsizeDeserializer<E> { /* private fields */ }
Expand description

A deserializer holding +IsizeDeserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::IsizeDeserializer

source ·
pub struct IsizeDeserializer<E> { /* private fields */ }
Expand description

A deserializer holding an isize.

-

Implementations§

Trait Implementations§

source§

impl<E> Clone for IsizeDeserializer<E>

source§

fn clone(&self) -> IsizeDeserializer<E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<E> Debug for IsizeDeserializer<E>

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, E> Deserializer<'de> for IsizeDeserializer<E>
where +

Implementations§

Trait Implementations§

source§

impl<E> Clone for IsizeDeserializer<E>

source§

fn clone(&self) -> IsizeDeserializer<E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<E> Debug for IsizeDeserializer<E>

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, E> Deserializer<'de> for IsizeDeserializer<E>
where E: Error,

§

type Error = E

The error type that can be returned if some error occurs during -deserialization.
source§

fn deserialize_bool<V>( +deserialization.

source§

fn deserialize_bool<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <IsizeDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <IsizeDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <IsizeDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <IsizeDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <IsizeDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <IsizeDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <IsizeDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <IsizeDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <IsizeDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <IsizeDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <IsizeDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <IsizeDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <IsizeDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <IsizeDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <IsizeDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_string<V>( +Deserializer. Read more

source§

fn deserialize_string<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <IsizeDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_bytes<V>( +Deserializer. Read more

source§

fn deserialize_bytes<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <IsizeDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_byte_buf<V>( +Deserializer. Read more

source§

fn deserialize_byte_buf<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <IsizeDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_option<V>( +Deserializer. Read more

source§

fn deserialize_option<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <IsizeDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <IsizeDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <IsizeDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit struct with a -particular name.
source§

fn deserialize_newtype_struct<V>( +particular name.

source§

fn deserialize_newtype_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <IsizeDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a newtype struct with a -particular name.
source§

fn deserialize_seq<V>( +particular name.

source§

fn deserialize_seq<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <IsizeDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( self, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <IsizeDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values and -knows how many values there are without looking at the serialized data.
source§

fn deserialize_tuple_struct<V>( +knows how many values there are without looking at the serialized data.

source§

fn deserialize_tuple_struct<V>( self, name: &'static str, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <IsizeDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a tuple struct with a -particular name and number of fields.
source§

fn deserialize_map<V>( +particular name and number of fields.

source§

fn deserialize_map<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <IsizeDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( self, name: &'static str, fields: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <IsizeDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a struct with a particular -name and fields.
source§

fn deserialize_enum<V>( +name and fields.

source§

fn deserialize_enum<V>( self, name: &'static str, variants: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <IsizeDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting an enum value with a -particular name and possible variants.
source§

fn deserialize_identifier<V>( +particular name and possible variants.

source§

fn deserialize_identifier<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <IsizeDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting the name of a struct -field or the discriminant of an enum variant.
source§

fn deserialize_ignored_any<V>( +field or the discriminant of an enum variant.

source§

fn deserialize_ignored_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <IsizeDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type needs to deserialize a value whose type -doesn’t matter because it is ignored. Read more
source§

fn deserialize_any<V>( +doesn’t matter because it is ignored. Read more

source§

fn deserialize_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <IsizeDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Require the Deserializer to figure out how to drive the visitor based -on what data type is in the input. Read more
source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to -deserialize their human-readable form. Read more
source§

impl<E> Copy for IsizeDeserializer<E>

Auto Trait Implementations§

§

impl<E> Freeze for IsizeDeserializer<E>

§

impl<E> RefUnwindSafe for IsizeDeserializer<E>
where +on what data type is in the input. Read more
source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to +deserialize their human-readable form. Read more

source§

impl<E> Copy for IsizeDeserializer<E>

Auto Trait Implementations§

§

impl<E> Freeze for IsizeDeserializer<E>

§

impl<E> RefUnwindSafe for IsizeDeserializer<E>
where E: RefUnwindSafe,

§

impl<E> Send for IsizeDeserializer<E>
where E: Send,

§

impl<E> Sync for IsizeDeserializer<E>
where E: Sync,

§

impl<E> Unpin for IsizeDeserializer<E>
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.MapAccessDeserializer.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.MapAccessDeserializer.html index 6c538a701b..bb3f66e47b 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.MapAccessDeserializer.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.MapAccessDeserializer.html @@ -1,168 +1,168 @@ -MapAccessDeserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::MapAccessDeserializer

source ·
pub struct MapAccessDeserializer<A> { /* private fields */ }
Expand description

A deserializer holding a MapAccess.

-

Implementations§

source§

impl<A> MapAccessDeserializer<A>

source

pub fn new(map: A) -> MapAccessDeserializer<A>

Construct a new MapAccessDeserializer<A>.

-

Trait Implementations§

source§

impl<A> Clone for MapAccessDeserializer<A>
where - A: Clone,

source§

fn clone(&self) -> MapAccessDeserializer<A>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<A> Debug for MapAccessDeserializer<A>
where - A: Debug,

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, A> Deserializer<'de> for MapAccessDeserializer<A>
where +MapAccessDeserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::MapAccessDeserializer

source ·
pub struct MapAccessDeserializer<A> { /* private fields */ }
Expand description

A deserializer holding a MapAccess.

+

Implementations§

source§

impl<A> MapAccessDeserializer<A>

source

pub fn new(map: A) -> MapAccessDeserializer<A>

Construct a new MapAccessDeserializer<A>.

+

Trait Implementations§

source§

impl<A> Clone for MapAccessDeserializer<A>
where + A: Clone,

source§

fn clone(&self) -> MapAccessDeserializer<A>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<A> Debug for MapAccessDeserializer<A>
where + A: Debug,

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, A> Deserializer<'de> for MapAccessDeserializer<A>
where A: MapAccess<'de>,

§

type Error = <A as MapAccess<'de>>::Error

The error type that can be returned if some error occurs during -deserialization.
source§

fn deserialize_any<V>( +deserialization.

source§

fn deserialize_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapAccessDeserializer<A> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Require the Deserializer to figure out how to drive the visitor based -on what data type is in the input. Read more
source§

fn deserialize_enum<V>( +on what data type is in the input. Read more

source§

fn deserialize_enum<V>( self, _name: &str, _variants: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapAccessDeserializer<A> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting an enum value with a -particular name and possible variants.
source§

fn deserialize_bool<V>( +particular name and possible variants.

source§

fn deserialize_bool<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapAccessDeserializer<A> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_string<V>( +Deserializer. Read more

source§

fn deserialize_string<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapAccessDeserializer<A> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_bytes<V>( +Deserializer. Read more

source§

fn deserialize_bytes<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapAccessDeserializer<A> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_byte_buf<V>( +Deserializer. Read more

source§

fn deserialize_byte_buf<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapAccessDeserializer<A> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_option<V>( +Deserializer. Read more

source§

fn deserialize_option<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapAccessDeserializer<A> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit struct with a -particular name.
source§

fn deserialize_newtype_struct<V>( +particular name.

source§

fn deserialize_newtype_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapAccessDeserializer<A> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a newtype struct with a -particular name.
source§

fn deserialize_seq<V>( +particular name.

source§

fn deserialize_seq<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( self, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapAccessDeserializer<A> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values and -knows how many values there are without looking at the serialized data.
source§

fn deserialize_tuple_struct<V>( +knows how many values there are without looking at the serialized data.

source§

fn deserialize_tuple_struct<V>( self, name: &'static str, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapAccessDeserializer<A> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a tuple struct with a -particular name and number of fields.
source§

fn deserialize_map<V>( +particular name and number of fields.

source§

fn deserialize_map<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( self, name: &'static str, fields: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapAccessDeserializer<A> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a struct with a particular -name and fields.
source§

fn deserialize_identifier<V>( +name and fields.

source§

fn deserialize_identifier<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapAccessDeserializer<A> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting the name of a struct -field or the discriminant of an enum variant.
source§

fn deserialize_ignored_any<V>( +field or the discriminant of an enum variant.

source§

fn deserialize_ignored_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapAccessDeserializer<A> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type needs to deserialize a value whose type -doesn’t matter because it is ignored. Read more
source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to -deserialize their human-readable form. Read more
source§

impl<'de, A> EnumAccess<'de> for MapAccessDeserializer<A>
where +doesn’t matter because it is ignored. Read more

source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to +deserialize their human-readable form. Read more
source§

impl<'de, A> EnumAccess<'de> for MapAccessDeserializer<A>
where A: MapAccess<'de>,

§

type Error = <A as MapAccess<'de>>::Error

The error type that can be returned if some error occurs during deserialization.
§

type Variant = MapAsEnum<A>

The Visitor that will be used to deserialize the content of the enum -variant.
source§

fn variant_seed<T>( +variant.

source§

fn variant_seed<T>( self, seed: T ) -> Result<(<T as DeserializeSeed<'de>>::Value, <MapAccessDeserializer<A> as EnumAccess<'de>>::Variant), <MapAccessDeserializer<A> as EnumAccess<'de>>::Error>
where - T: DeserializeSeed<'de>,

variant is called to identify which variant to deserialize. Read more
source§

fn variant<V>(self) -> Result<(V, Self::Variant), Self::Error>
where + T: DeserializeSeed<'de>,

variant is called to identify which variant to deserialize. Read more
source§

fn variant<V>(self) -> Result<(V, Self::Variant), Self::Error>
where V: Deserialize<'de>,

variant is called to identify which variant to deserialize. Read more

Auto Trait Implementations§

§

impl<A> Freeze for MapAccessDeserializer<A>
where A: Freeze,

§

impl<A> RefUnwindSafe for MapAccessDeserializer<A>
where A: RefUnwindSafe,

§

impl<A> Send for MapAccessDeserializer<A>
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.MapDeserializer.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.MapDeserializer.html index 76015731e2..02d1d44dc3 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.MapDeserializer.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.MapDeserializer.html @@ -1,217 +1,217 @@ -MapDeserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::MapDeserializer

source ·
pub struct MapDeserializer<'de, I, E>
where +MapDeserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::MapDeserializer

source ·
pub struct MapDeserializer<'de, I, E>
where I: Iterator, <I as Iterator>::Item: Pair,
{ /* private fields */ }
Expand description

A deserializer that iterates over a map.

-

Implementations§

source§

impl<'de, I, E> MapDeserializer<'de, I, E>
where +

Implementations§

source§

impl<'de, I, E> MapDeserializer<'de, I, E>
where I: Iterator, - <I as Iterator>::Item: Pair,

source

pub fn new(iter: I) -> MapDeserializer<'de, I, E>

Construct a new MapDeserializer<I, E>.

-
source§

impl<'de, I, E> MapDeserializer<'de, I, E>
where + <I as Iterator>::Item: Pair,

source

pub fn new(iter: I) -> MapDeserializer<'de, I, E>

Construct a new MapDeserializer<I, E>.

+
source§

impl<'de, I, E> MapDeserializer<'de, I, E>
where I: Iterator, <I as Iterator>::Item: Pair, - E: Error,

source

pub fn end(self) -> Result<(), E>

Check for remaining elements after passing a MapDeserializer to + E: Error,

source

pub fn end(self) -> Result<(), E>

Check for remaining elements after passing a MapDeserializer to Visitor::visit_map.

-

Trait Implementations§

source§

impl<'de, I, E> Clone for MapDeserializer<'de, I, E>
where +

Trait Implementations§

source§

impl<'de, I, E> Clone for MapDeserializer<'de, I, E>
where I: Iterator + Clone, <I as Iterator>::Item: Pair, - <<I as Iterator>::Item as Pair>::Second: Clone,

source§

fn clone(&self) -> MapDeserializer<'de, I, E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<'de, I, E> Debug for MapDeserializer<'de, I, E>
where + <<I as Iterator>::Item as Pair>::Second: Clone,

source§

fn clone(&self) -> MapDeserializer<'de, I, E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<'de, I, E> Debug for MapDeserializer<'de, I, E>
where I: Iterator + Debug, <I as Iterator>::Item: Pair, - <<I as Iterator>::Item as Pair>::Second: Debug,

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, I, E> Deserializer<'de> for MapDeserializer<'de, I, E>
where + <<I as Iterator>::Item as Pair>::Second: Debug,

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, I, E> Deserializer<'de> for MapDeserializer<'de, I, E>
where I: Iterator, <I as Iterator>::Item: Pair, <<I as Iterator>::Item as Pair>::First: IntoDeserializer<'de, E>, <<I as Iterator>::Item as Pair>::Second: IntoDeserializer<'de, E>, E: Error,

§

type Error = E

The error type that can be returned if some error occurs during -deserialization.
source§

fn deserialize_any<V>( +deserialization.

source§

fn deserialize_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapDeserializer<'de, I, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Require the Deserializer to figure out how to drive the visitor based -on what data type is in the input. Read more
source§

fn deserialize_seq<V>( +on what data type is in the input. Read more

source§

fn deserialize_seq<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapDeserializer<'de, I, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( self, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapDeserializer<'de, I, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values and -knows how many values there are without looking at the serialized data.
source§

fn deserialize_bool<V>( +knows how many values there are without looking at the serialized data.

source§

fn deserialize_bool<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapDeserializer<'de, I, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapDeserializer<'de, I, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapDeserializer<'de, I, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapDeserializer<'de, I, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapDeserializer<'de, I, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapDeserializer<'de, I, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapDeserializer<'de, I, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapDeserializer<'de, I, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapDeserializer<'de, I, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapDeserializer<'de, I, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapDeserializer<'de, I, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapDeserializer<'de, I, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapDeserializer<'de, I, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapDeserializer<'de, I, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapDeserializer<'de, I, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_string<V>( +Deserializer. Read more

source§

fn deserialize_string<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapDeserializer<'de, I, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_bytes<V>( +Deserializer. Read more

source§

fn deserialize_bytes<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapDeserializer<'de, I, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_byte_buf<V>( +Deserializer. Read more

source§

fn deserialize_byte_buf<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapDeserializer<'de, I, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_option<V>( +Deserializer. Read more

source§

fn deserialize_option<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapDeserializer<'de, I, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapDeserializer<'de, I, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapDeserializer<'de, I, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit struct with a -particular name.
source§

fn deserialize_newtype_struct<V>( +particular name.

source§

fn deserialize_newtype_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapDeserializer<'de, I, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a newtype struct with a -particular name.
source§

fn deserialize_tuple_struct<V>( +particular name.

source§

fn deserialize_tuple_struct<V>( self, name: &'static str, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapDeserializer<'de, I, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a tuple struct with a -particular name and number of fields.
source§

fn deserialize_map<V>( +particular name and number of fields.

source§

fn deserialize_map<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapDeserializer<'de, I, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( self, name: &'static str, fields: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapDeserializer<'de, I, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a struct with a particular -name and fields.
source§

fn deserialize_enum<V>( +name and fields.

source§

fn deserialize_enum<V>( self, name: &'static str, variants: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapDeserializer<'de, I, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting an enum value with a -particular name and possible variants.
source§

fn deserialize_identifier<V>( +particular name and possible variants.

source§

fn deserialize_identifier<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapDeserializer<'de, I, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting the name of a struct -field or the discriminant of an enum variant.
source§

fn deserialize_ignored_any<V>( +field or the discriminant of an enum variant.

source§

fn deserialize_ignored_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <MapDeserializer<'de, I, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type needs to deserialize a value whose type -doesn’t matter because it is ignored. Read more
source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to -deserialize their human-readable form. Read more
source§

impl<'de, I, E> MapAccess<'de> for MapDeserializer<'de, I, E>
where +doesn’t matter because it is ignored. Read more

source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to +deserialize their human-readable form. Read more
source§

impl<'de, I, E> MapAccess<'de> for MapDeserializer<'de, I, E>
where I: Iterator, <I as Iterator>::Item: Pair, <<I as Iterator>::Item as Pair>::First: IntoDeserializer<'de, E>, <<I as Iterator>::Item as Pair>::Second: IntoDeserializer<'de, E>, E: Error,

§

type Error = E

The error type that can be returned if some error occurs during -deserialization.
source§

fn next_key_seed<T>( +deserialization.

source§

fn next_key_seed<T>( &mut self, seed: T ) -> Result<Option<<T as DeserializeSeed<'de>>::Value>, <MapDeserializer<'de, I, E> as MapAccess<'de>>::Error>
where T: DeserializeSeed<'de>,

This returns Ok(Some(key)) for the next key in the map, or Ok(None) -if there are no more remaining entries. Read more
source§

fn next_value_seed<T>( +if there are no more remaining entries. Read more

source§

fn next_value_seed<T>( &mut self, seed: T ) -> Result<<T as DeserializeSeed<'de>>::Value, <MapDeserializer<'de, I, E> as MapAccess<'de>>::Error>
where - T: DeserializeSeed<'de>,

This returns a Ok(value) for the next value in the map. Read more
source§

fn next_entry_seed<TK, TV>( + T: DeserializeSeed<'de>,

This returns a Ok(value) for the next value in the map. Read more
source§

fn next_entry_seed<TK, TV>( &mut self, kseed: TK, vseed: TV ) -> Result<Option<(<TK as DeserializeSeed<'de>>::Value, <TV as DeserializeSeed<'de>>::Value)>, <MapDeserializer<'de, I, E> as MapAccess<'de>>::Error>
where TK: DeserializeSeed<'de>, TV: DeserializeSeed<'de>,

This returns Ok(Some((key, value))) for the next (key-value) pair in -the map, or Ok(None) if there are no more remaining items. Read more
source§

fn size_hint(&self) -> Option<usize>

Returns the number of entries remaining in the map, if known.
source§

fn next_key<K>(&mut self) -> Result<Option<K>, Self::Error>
where +the map, or Ok(None) if there are no more remaining items. Read more

source§

fn size_hint(&self) -> Option<usize>

Returns the number of entries remaining in the map, if known.
source§

fn next_key<K>(&mut self) -> Result<Option<K>, Self::Error>
where K: Deserialize<'de>,

This returns Ok(Some(key)) for the next key in the map, or Ok(None) -if there are no more remaining entries. Read more
source§

fn next_value<V>(&mut self) -> Result<V, Self::Error>
where - V: Deserialize<'de>,

This returns a Ok(value) for the next value in the map. Read more
source§

fn next_entry<K, V>(&mut self) -> Result<Option<(K, V)>, Self::Error>
where +if there are no more remaining entries. Read more

source§

fn next_value<V>(&mut self) -> Result<V, Self::Error>
where + V: Deserialize<'de>,

This returns a Ok(value) for the next value in the map. Read more
source§

fn next_entry<K, V>(&mut self) -> Result<Option<(K, V)>, Self::Error>
where K: Deserialize<'de>, V: Deserialize<'de>,

This returns Ok(Some((key, value))) for the next (key-value) pair in -the map, or Ok(None) if there are no more remaining items. Read more
source§

impl<'de, I, E> SeqAccess<'de> for MapDeserializer<'de, I, E>
where +the map, or Ok(None) if there are no more remaining items. Read more

source§

impl<'de, I, E> SeqAccess<'de> for MapDeserializer<'de, I, E>
where I: Iterator, <I as Iterator>::Item: Pair, <<I as Iterator>::Item as Pair>::First: IntoDeserializer<'de, E>, <<I as Iterator>::Item as Pair>::Second: IntoDeserializer<'de, E>, E: Error,

§

type Error = E

The error type that can be returned if some error occurs during -deserialization.
source§

fn next_element_seed<T>( +deserialization.

source§

fn next_element_seed<T>( &mut self, seed: T ) -> Result<Option<<T as DeserializeSeed<'de>>::Value>, <MapDeserializer<'de, I, E> as SeqAccess<'de>>::Error>
where T: DeserializeSeed<'de>,

This returns Ok(Some(value)) for the next value in the sequence, or -Ok(None) if there are no more remaining items. Read more
source§

fn size_hint(&self) -> Option<usize>

Returns the number of elements remaining in the sequence, if known.
source§

fn next_element<T>(&mut self) -> Result<Option<T>, Self::Error>
where +Ok(None) if there are no more remaining items. Read more

source§

fn size_hint(&self) -> Option<usize>

Returns the number of elements remaining in the sequence, if known.
source§

fn next_element<T>(&mut self) -> Result<Option<T>, Self::Error>
where T: Deserialize<'de>,

This returns Ok(Some(value)) for the next value in the sequence, or Ok(None) if there are no more remaining items. Read more

Auto Trait Implementations§

§

impl<'de, I, E> Freeze for MapDeserializer<'de, I, E>
where <<I as Iterator>::Item as Pair>::Second: Freeze, diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.SeqAccessDeserializer.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.SeqAccessDeserializer.html index 81e3d9d845..dde642081c 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.SeqAccessDeserializer.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.SeqAccessDeserializer.html @@ -1,160 +1,160 @@ -SeqAccessDeserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::SeqAccessDeserializer

source ·
pub struct SeqAccessDeserializer<A> { /* private fields */ }
Expand description

A deserializer holding a SeqAccess.

-

Implementations§

source§

impl<A> SeqAccessDeserializer<A>

source

pub fn new(seq: A) -> SeqAccessDeserializer<A>

Construct a new SeqAccessDeserializer<A>.

-

Trait Implementations§

source§

impl<A> Clone for SeqAccessDeserializer<A>
where - A: Clone,

source§

fn clone(&self) -> SeqAccessDeserializer<A>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<A> Debug for SeqAccessDeserializer<A>
where - A: Debug,

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, A> Deserializer<'de> for SeqAccessDeserializer<A>
where +SeqAccessDeserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::SeqAccessDeserializer

source ·
pub struct SeqAccessDeserializer<A> { /* private fields */ }
Expand description

A deserializer holding a SeqAccess.

+

Implementations§

source§

impl<A> SeqAccessDeserializer<A>

source

pub fn new(seq: A) -> SeqAccessDeserializer<A>

Construct a new SeqAccessDeserializer<A>.

+

Trait Implementations§

source§

impl<A> Clone for SeqAccessDeserializer<A>
where + A: Clone,

source§

fn clone(&self) -> SeqAccessDeserializer<A>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<A> Debug for SeqAccessDeserializer<A>
where + A: Debug,

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, A> Deserializer<'de> for SeqAccessDeserializer<A>
where A: SeqAccess<'de>,

§

type Error = <A as SeqAccess<'de>>::Error

The error type that can be returned if some error occurs during -deserialization.
source§

fn deserialize_any<V>( +deserialization.

source§

fn deserialize_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqAccessDeserializer<A> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Require the Deserializer to figure out how to drive the visitor based -on what data type is in the input. Read more
source§

fn deserialize_bool<V>( +on what data type is in the input. Read more

source§

fn deserialize_bool<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqAccessDeserializer<A> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_string<V>( +Deserializer. Read more

source§

fn deserialize_string<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqAccessDeserializer<A> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_bytes<V>( +Deserializer. Read more

source§

fn deserialize_bytes<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqAccessDeserializer<A> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_byte_buf<V>( +Deserializer. Read more

source§

fn deserialize_byte_buf<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqAccessDeserializer<A> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_option<V>( +Deserializer. Read more

source§

fn deserialize_option<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqAccessDeserializer<A> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit struct with a -particular name.
source§

fn deserialize_newtype_struct<V>( +particular name.

source§

fn deserialize_newtype_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqAccessDeserializer<A> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a newtype struct with a -particular name.
source§

fn deserialize_seq<V>( +particular name.

source§

fn deserialize_seq<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( self, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqAccessDeserializer<A> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values and -knows how many values there are without looking at the serialized data.
source§

fn deserialize_tuple_struct<V>( +knows how many values there are without looking at the serialized data.

source§

fn deserialize_tuple_struct<V>( self, name: &'static str, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqAccessDeserializer<A> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a tuple struct with a -particular name and number of fields.
source§

fn deserialize_map<V>( +particular name and number of fields.

source§

fn deserialize_map<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqAccessDeserializer<A> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( self, name: &'static str, fields: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqAccessDeserializer<A> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a struct with a particular -name and fields.
source§

fn deserialize_enum<V>( +name and fields.

source§

fn deserialize_enum<V>( self, name: &'static str, variants: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqAccessDeserializer<A> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting an enum value with a -particular name and possible variants.
source§

fn deserialize_identifier<V>( +particular name and possible variants.

source§

fn deserialize_identifier<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqAccessDeserializer<A> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting the name of a struct -field or the discriminant of an enum variant.
source§

fn deserialize_ignored_any<V>( +field or the discriminant of an enum variant.

source§

fn deserialize_ignored_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqAccessDeserializer<A> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type needs to deserialize a value whose type -doesn’t matter because it is ignored. Read more
source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to +doesn’t matter because it is ignored. Read more
source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to deserialize their human-readable form. Read more

Auto Trait Implementations§

§

impl<A> Freeze for SeqAccessDeserializer<A>
where A: Freeze,

§

impl<A> RefUnwindSafe for SeqAccessDeserializer<A>
where A: RefUnwindSafe,

§

impl<A> Send for SeqAccessDeserializer<A>
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.SeqDeserializer.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.SeqDeserializer.html index 65f451faa6..1b2d928b09 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.SeqDeserializer.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.SeqDeserializer.html @@ -1,178 +1,178 @@ -SeqDeserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::SeqDeserializer

source ·
pub struct SeqDeserializer<I, E> { /* private fields */ }
Expand description

A deserializer that iterates over a sequence.

-

Implementations§

source§

impl<I, E> SeqDeserializer<I, E>
where - I: Iterator,

source

pub fn new(iter: I) -> SeqDeserializer<I, E>

Construct a new SeqDeserializer<I, E>.

-
source§

impl<I, E> SeqDeserializer<I, E>
where +SeqDeserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::SeqDeserializer

source ·
pub struct SeqDeserializer<I, E> { /* private fields */ }
Expand description

A deserializer that iterates over a sequence.

+

Implementations§

source§

impl<I, E> SeqDeserializer<I, E>
where + I: Iterator,

source

pub fn new(iter: I) -> SeqDeserializer<I, E>

Construct a new SeqDeserializer<I, E>.

+
source§

impl<I, E> SeqDeserializer<I, E>
where I: Iterator, - E: Error,

source

pub fn end(self) -> Result<(), E>

Check for remaining elements after passing a SeqDeserializer to + E: Error,

source

pub fn end(self) -> Result<(), E>

Check for remaining elements after passing a SeqDeserializer to Visitor::visit_seq.

-

Trait Implementations§

source§

impl<I, E> Clone for SeqDeserializer<I, E>
where +

Trait Implementations§

source§

impl<I, E> Clone for SeqDeserializer<I, E>
where I: Clone, - E: Clone,

source§

fn clone(&self) -> SeqDeserializer<I, E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<I, E> Debug for SeqDeserializer<I, E>
where - I: Debug,

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, I, T, E> Deserializer<'de> for SeqDeserializer<I, E>
where + E: Clone,

source§

fn clone(&self) -> SeqDeserializer<I, E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<I, E> Debug for SeqDeserializer<I, E>
where + I: Debug,

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, I, T, E> Deserializer<'de> for SeqDeserializer<I, E>
where I: Iterator<Item = T>, T: IntoDeserializer<'de, E>, E: Error,

§

type Error = E

The error type that can be returned if some error occurs during -deserialization.
source§

fn deserialize_any<V>( +deserialization.

source§

fn deserialize_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqDeserializer<I, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Require the Deserializer to figure out how to drive the visitor based -on what data type is in the input. Read more
source§

fn deserialize_bool<V>( +on what data type is in the input. Read more

source§

fn deserialize_bool<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqDeserializer<I, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqDeserializer<I, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqDeserializer<I, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqDeserializer<I, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqDeserializer<I, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqDeserializer<I, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqDeserializer<I, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqDeserializer<I, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqDeserializer<I, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqDeserializer<I, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqDeserializer<I, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqDeserializer<I, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqDeserializer<I, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqDeserializer<I, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqDeserializer<I, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_string<V>( +Deserializer. Read more

source§

fn deserialize_string<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqDeserializer<I, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_bytes<V>( +Deserializer. Read more

source§

fn deserialize_bytes<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqDeserializer<I, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_byte_buf<V>( +Deserializer. Read more

source§

fn deserialize_byte_buf<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqDeserializer<I, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_option<V>( +Deserializer. Read more

source§

fn deserialize_option<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqDeserializer<I, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqDeserializer<I, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqDeserializer<I, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit struct with a -particular name.
source§

fn deserialize_newtype_struct<V>( +particular name.

source§

fn deserialize_newtype_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqDeserializer<I, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a newtype struct with a -particular name.
source§

fn deserialize_seq<V>( +particular name.

source§

fn deserialize_seq<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqDeserializer<I, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( self, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqDeserializer<I, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values and -knows how many values there are without looking at the serialized data.
source§

fn deserialize_tuple_struct<V>( +knows how many values there are without looking at the serialized data.

source§

fn deserialize_tuple_struct<V>( self, name: &'static str, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqDeserializer<I, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a tuple struct with a -particular name and number of fields.
source§

fn deserialize_map<V>( +particular name and number of fields.

source§

fn deserialize_map<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqDeserializer<I, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( self, name: &'static str, fields: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqDeserializer<I, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a struct with a particular -name and fields.
source§

fn deserialize_enum<V>( +name and fields.

source§

fn deserialize_enum<V>( self, name: &'static str, variants: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqDeserializer<I, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting an enum value with a -particular name and possible variants.
source§

fn deserialize_identifier<V>( +particular name and possible variants.

source§

fn deserialize_identifier<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqDeserializer<I, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting the name of a struct -field or the discriminant of an enum variant.
source§

fn deserialize_ignored_any<V>( +field or the discriminant of an enum variant.

source§

fn deserialize_ignored_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <SeqDeserializer<I, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type needs to deserialize a value whose type -doesn’t matter because it is ignored. Read more
source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to -deserialize their human-readable form. Read more
source§

impl<'de, I, T, E> SeqAccess<'de> for SeqDeserializer<I, E>
where +doesn’t matter because it is ignored. Read more

source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to +deserialize their human-readable form. Read more
source§

impl<'de, I, T, E> SeqAccess<'de> for SeqDeserializer<I, E>
where I: Iterator<Item = T>, T: IntoDeserializer<'de, E>, E: Error,

§

type Error = E

The error type that can be returned if some error occurs during -deserialization.
source§

fn next_element_seed<V>( +deserialization.

source§

fn next_element_seed<V>( &mut self, seed: V ) -> Result<Option<<V as DeserializeSeed<'de>>::Value>, <SeqDeserializer<I, E> as SeqAccess<'de>>::Error>
where V: DeserializeSeed<'de>,

This returns Ok(Some(value)) for the next value in the sequence, or -Ok(None) if there are no more remaining items. Read more
source§

fn size_hint(&self) -> Option<usize>

Returns the number of elements remaining in the sequence, if known.
source§

fn next_element<T>(&mut self) -> Result<Option<T>, Self::Error>
where +Ok(None) if there are no more remaining items. Read more

source§

fn size_hint(&self) -> Option<usize>

Returns the number of elements remaining in the sequence, if known.
source§

fn next_element<T>(&mut self) -> Result<Option<T>, Self::Error>
where T: Deserialize<'de>,

This returns Ok(Some(value)) for the next value in the sequence, or Ok(None) if there are no more remaining items. Read more

Auto Trait Implementations§

§

impl<I, E> Freeze for SeqDeserializer<I, E>
where I: Freeze,

§

impl<I, E> RefUnwindSafe for SeqDeserializer<I, E>
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.StrDeserializer.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.StrDeserializer.html index 9415cf6df8..e201ae02cb 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.StrDeserializer.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.StrDeserializer.html @@ -1,166 +1,166 @@ -StrDeserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::StrDeserializer

source ·
pub struct StrDeserializer<'a, E> { /* private fields */ }
Expand description

A deserializer holding a &str.

-

Implementations§

source§

impl<'a, E> StrDeserializer<'a, E>

source

pub fn new(value: &'a str) -> StrDeserializer<'a, E>

Trait Implementations§

source§

impl<'de, E> Clone for StrDeserializer<'de, E>

source§

fn clone(&self) -> StrDeserializer<'de, E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<'a, E> Debug for StrDeserializer<'a, E>

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, 'a, E> Deserializer<'de> for StrDeserializer<'a, E>
where +StrDeserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::StrDeserializer

source ·
pub struct StrDeserializer<'a, E> { /* private fields */ }
Expand description

A deserializer holding a &str.

+

Implementations§

source§

impl<'a, E> StrDeserializer<'a, E>

source

pub fn new(value: &'a str) -> StrDeserializer<'a, E>

Trait Implementations§

source§

impl<'de, E> Clone for StrDeserializer<'de, E>

source§

fn clone(&self) -> StrDeserializer<'de, E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<'a, E> Debug for StrDeserializer<'a, E>

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, 'a, E> Deserializer<'de> for StrDeserializer<'a, E>
where E: Error,

§

type Error = E

The error type that can be returned if some error occurs during -deserialization.
source§

fn deserialize_any<V>( +deserialization.

source§

fn deserialize_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StrDeserializer<'a, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Require the Deserializer to figure out how to drive the visitor based -on what data type is in the input. Read more
source§

fn deserialize_enum<V>( +on what data type is in the input. Read more

source§

fn deserialize_enum<V>( self, name: &str, variants: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StrDeserializer<'a, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting an enum value with a -particular name and possible variants.
source§

fn deserialize_bool<V>( +particular name and possible variants.

source§

fn deserialize_bool<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StrDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StrDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StrDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StrDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StrDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StrDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StrDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StrDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StrDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StrDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StrDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StrDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StrDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StrDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StrDeserializer<'a, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_string<V>( +Deserializer. Read more

source§

fn deserialize_string<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StrDeserializer<'a, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_bytes<V>( +Deserializer. Read more

source§

fn deserialize_bytes<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StrDeserializer<'a, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_byte_buf<V>( +Deserializer. Read more

source§

fn deserialize_byte_buf<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StrDeserializer<'a, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_option<V>( +Deserializer. Read more

source§

fn deserialize_option<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StrDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StrDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StrDeserializer<'a, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit struct with a -particular name.
source§

fn deserialize_newtype_struct<V>( +particular name.

source§

fn deserialize_newtype_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StrDeserializer<'a, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a newtype struct with a -particular name.
source§

fn deserialize_seq<V>( +particular name.

source§

fn deserialize_seq<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StrDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( self, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StrDeserializer<'a, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values and -knows how many values there are without looking at the serialized data.
source§

fn deserialize_tuple_struct<V>( +knows how many values there are without looking at the serialized data.

source§

fn deserialize_tuple_struct<V>( self, name: &'static str, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StrDeserializer<'a, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a tuple struct with a -particular name and number of fields.
source§

fn deserialize_map<V>( +particular name and number of fields.

source§

fn deserialize_map<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StrDeserializer<'a, E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( self, name: &'static str, fields: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StrDeserializer<'a, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a struct with a particular -name and fields.
source§

fn deserialize_identifier<V>( +name and fields.

source§

fn deserialize_identifier<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StrDeserializer<'a, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting the name of a struct -field or the discriminant of an enum variant.
source§

fn deserialize_ignored_any<V>( +field or the discriminant of an enum variant.

source§

fn deserialize_ignored_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StrDeserializer<'a, E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type needs to deserialize a value whose type -doesn’t matter because it is ignored. Read more
source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to -deserialize their human-readable form. Read more
source§

impl<'de, 'a, E> EnumAccess<'de> for StrDeserializer<'a, E>
where +doesn’t matter because it is ignored. Read more

source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to +deserialize their human-readable form. Read more
source§

impl<'de, 'a, E> EnumAccess<'de> for StrDeserializer<'a, E>
where E: Error,

§

type Error = E

The error type that can be returned if some error occurs during deserialization.
§

type Variant = UnitOnly<E>

The Visitor that will be used to deserialize the content of the enum -variant.
source§

fn variant_seed<T>( +variant.

source§

fn variant_seed<T>( self, seed: T ) -> Result<(<T as DeserializeSeed<'de>>::Value, <StrDeserializer<'a, E> as EnumAccess<'de>>::Variant), <StrDeserializer<'a, E> as EnumAccess<'de>>::Error>
where - T: DeserializeSeed<'de>,

variant is called to identify which variant to deserialize. Read more
source§

fn variant<V>(self) -> Result<(V, Self::Variant), Self::Error>
where - V: Deserialize<'de>,

variant is called to identify which variant to deserialize. Read more
source§

impl<'de, E> Copy for StrDeserializer<'de, E>

Auto Trait Implementations§

§

impl<'a, E> Freeze for StrDeserializer<'a, E>

§

impl<'a, E> RefUnwindSafe for StrDeserializer<'a, E>
where + T: DeserializeSeed<'de>,

variant is called to identify which variant to deserialize. Read more
source§

fn variant<V>(self) -> Result<(V, Self::Variant), Self::Error>
where + V: Deserialize<'de>,

variant is called to identify which variant to deserialize. Read more
source§

impl<'de, E> Copy for StrDeserializer<'de, E>

Auto Trait Implementations§

§

impl<'a, E> Freeze for StrDeserializer<'a, E>

§

impl<'a, E> RefUnwindSafe for StrDeserializer<'a, E>
where E: RefUnwindSafe,

§

impl<'a, E> Send for StrDeserializer<'a, E>
where E: Send,

§

impl<'a, E> Sync for StrDeserializer<'a, E>
where E: Sync,

§

impl<'a, E> Unpin for StrDeserializer<'a, E>
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.StringDeserializer.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.StringDeserializer.html index fee5905470..db07417f99 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.StringDeserializer.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.StringDeserializer.html @@ -1,165 +1,165 @@ -StringDeserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::StringDeserializer

source ·
pub struct StringDeserializer<E> { /* private fields */ }
Expand description

A deserializer holding a String.

-

Implementations§

Trait Implementations§

source§

impl<E> Clone for StringDeserializer<E>

source§

fn clone(&self) -> StringDeserializer<E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<E> Debug for StringDeserializer<E>

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, E> Deserializer<'de> for StringDeserializer<E>
where +StringDeserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::StringDeserializer

source ·
pub struct StringDeserializer<E> { /* private fields */ }
Expand description

A deserializer holding a String.

+

Implementations§

Trait Implementations§

source§

impl<E> Clone for StringDeserializer<E>

source§

fn clone(&self) -> StringDeserializer<E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<E> Debug for StringDeserializer<E>

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, E> Deserializer<'de> for StringDeserializer<E>
where E: Error,

§

type Error = E

The error type that can be returned if some error occurs during -deserialization.
source§

fn deserialize_any<V>( +deserialization.

source§

fn deserialize_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StringDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Require the Deserializer to figure out how to drive the visitor based -on what data type is in the input. Read more
source§

fn deserialize_enum<V>( +on what data type is in the input. Read more

source§

fn deserialize_enum<V>( self, name: &str, variants: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StringDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting an enum value with a -particular name and possible variants.
source§

fn deserialize_bool<V>( +particular name and possible variants.

source§

fn deserialize_bool<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StringDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StringDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StringDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StringDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StringDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StringDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StringDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StringDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StringDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StringDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StringDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StringDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StringDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StringDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StringDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_string<V>( +Deserializer. Read more

source§

fn deserialize_string<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StringDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_bytes<V>( +Deserializer. Read more

source§

fn deserialize_bytes<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StringDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_byte_buf<V>( +Deserializer. Read more

source§

fn deserialize_byte_buf<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StringDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_option<V>( +Deserializer. Read more

source§

fn deserialize_option<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StringDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StringDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StringDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit struct with a -particular name.
source§

fn deserialize_newtype_struct<V>( +particular name.

source§

fn deserialize_newtype_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StringDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a newtype struct with a -particular name.
source§

fn deserialize_seq<V>( +particular name.

source§

fn deserialize_seq<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StringDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( self, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StringDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values and -knows how many values there are without looking at the serialized data.
source§

fn deserialize_tuple_struct<V>( +knows how many values there are without looking at the serialized data.

source§

fn deserialize_tuple_struct<V>( self, name: &'static str, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StringDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a tuple struct with a -particular name and number of fields.
source§

fn deserialize_map<V>( +particular name and number of fields.

source§

fn deserialize_map<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StringDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( self, name: &'static str, fields: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StringDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a struct with a particular -name and fields.
source§

fn deserialize_identifier<V>( +name and fields.

source§

fn deserialize_identifier<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StringDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting the name of a struct -field or the discriminant of an enum variant.
source§

fn deserialize_ignored_any<V>( +field or the discriminant of an enum variant.

source§

fn deserialize_ignored_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <StringDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type needs to deserialize a value whose type -doesn’t matter because it is ignored. Read more
source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to -deserialize their human-readable form. Read more
source§

impl<'de, E> EnumAccess<'de> for StringDeserializer<E>
where +doesn’t matter because it is ignored. Read more

source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to +deserialize their human-readable form. Read more
source§

impl<'de, E> EnumAccess<'de> for StringDeserializer<E>
where E: Error,

§

type Error = E

The error type that can be returned if some error occurs during deserialization.
§

type Variant = UnitOnly<E>

The Visitor that will be used to deserialize the content of the enum -variant.
source§

fn variant_seed<T>( +variant.

source§

fn variant_seed<T>( self, seed: T ) -> Result<(<T as DeserializeSeed<'de>>::Value, <StringDeserializer<E> as EnumAccess<'de>>::Variant), <StringDeserializer<E> as EnumAccess<'de>>::Error>
where - T: DeserializeSeed<'de>,

variant is called to identify which variant to deserialize. Read more
source§

fn variant<V>(self) -> Result<(V, Self::Variant), Self::Error>
where + T: DeserializeSeed<'de>,

variant is called to identify which variant to deserialize. Read more
source§

fn variant<V>(self) -> Result<(V, Self::Variant), Self::Error>
where V: Deserialize<'de>,

variant is called to identify which variant to deserialize. Read more

Auto Trait Implementations§

§

impl<E> Freeze for StringDeserializer<E>

§

impl<E> RefUnwindSafe for StringDeserializer<E>
where E: RefUnwindSafe,

§

impl<E> Send for StringDeserializer<E>
where E: Send,

§

impl<E> Sync for StringDeserializer<E>
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.U128Deserializer.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.U128Deserializer.html index 75f3b59736..ff063840df 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.U128Deserializer.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.U128Deserializer.html @@ -1,159 +1,159 @@ -U128Deserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::U128Deserializer

source ·
pub struct U128Deserializer<E> { /* private fields */ }
Expand description

A deserializer holding +U128Deserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::U128Deserializer

source ·
pub struct U128Deserializer<E> { /* private fields */ }
Expand description

A deserializer holding a u128.

-

Implementations§

Trait Implementations§

source§

impl<E> Clone for U128Deserializer<E>

source§

fn clone(&self) -> U128Deserializer<E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<E> Debug for U128Deserializer<E>

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, E> Deserializer<'de> for U128Deserializer<E>
where +

Implementations§

Trait Implementations§

source§

impl<E> Clone for U128Deserializer<E>

source§

fn clone(&self) -> U128Deserializer<E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<E> Debug for U128Deserializer<E>

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, E> Deserializer<'de> for U128Deserializer<E>
where E: Error,

§

type Error = E

The error type that can be returned if some error occurs during -deserialization.
source§

fn deserialize_bool<V>( +deserialization.

source§

fn deserialize_bool<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U128Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U128Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U128Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U128Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U128Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U128Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U128Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U128Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U128Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U128Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U128Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U128Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U128Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U128Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U128Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_string<V>( +Deserializer. Read more

source§

fn deserialize_string<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U128Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_bytes<V>( +Deserializer. Read more

source§

fn deserialize_bytes<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U128Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_byte_buf<V>( +Deserializer. Read more

source§

fn deserialize_byte_buf<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U128Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_option<V>( +Deserializer. Read more

source§

fn deserialize_option<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U128Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U128Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U128Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit struct with a -particular name.
source§

fn deserialize_newtype_struct<V>( +particular name.

source§

fn deserialize_newtype_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U128Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a newtype struct with a -particular name.
source§

fn deserialize_seq<V>( +particular name.

source§

fn deserialize_seq<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U128Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( self, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U128Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values and -knows how many values there are without looking at the serialized data.
source§

fn deserialize_tuple_struct<V>( +knows how many values there are without looking at the serialized data.

source§

fn deserialize_tuple_struct<V>( self, name: &'static str, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U128Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a tuple struct with a -particular name and number of fields.
source§

fn deserialize_map<V>( +particular name and number of fields.

source§

fn deserialize_map<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U128Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( self, name: &'static str, fields: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U128Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a struct with a particular -name and fields.
source§

fn deserialize_enum<V>( +name and fields.

source§

fn deserialize_enum<V>( self, name: &'static str, variants: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U128Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting an enum value with a -particular name and possible variants.
source§

fn deserialize_identifier<V>( +particular name and possible variants.

source§

fn deserialize_identifier<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U128Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting the name of a struct -field or the discriminant of an enum variant.
source§

fn deserialize_ignored_any<V>( +field or the discriminant of an enum variant.

source§

fn deserialize_ignored_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U128Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type needs to deserialize a value whose type -doesn’t matter because it is ignored. Read more
source§

fn deserialize_any<V>( +doesn’t matter because it is ignored. Read more

source§

fn deserialize_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U128Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Require the Deserializer to figure out how to drive the visitor based -on what data type is in the input. Read more
source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to -deserialize their human-readable form. Read more
source§

impl<E> Copy for U128Deserializer<E>

Auto Trait Implementations§

§

impl<E> Freeze for U128Deserializer<E>

§

impl<E> RefUnwindSafe for U128Deserializer<E>
where +on what data type is in the input. Read more
source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to +deserialize their human-readable form. Read more

source§

impl<E> Copy for U128Deserializer<E>

Auto Trait Implementations§

§

impl<E> Freeze for U128Deserializer<E>

§

impl<E> RefUnwindSafe for U128Deserializer<E>
where E: RefUnwindSafe,

§

impl<E> Send for U128Deserializer<E>
where E: Send,

§

impl<E> Sync for U128Deserializer<E>
where E: Sync,

§

impl<E> Unpin for U128Deserializer<E>
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.U16Deserializer.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.U16Deserializer.html index 1798891133..d041c8c9c8 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.U16Deserializer.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.U16Deserializer.html @@ -1,159 +1,159 @@ -U16Deserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::U16Deserializer

source ·
pub struct U16Deserializer<E> { /* private fields */ }
Expand description

A deserializer holding +U16Deserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::U16Deserializer

source ·
pub struct U16Deserializer<E> { /* private fields */ }
Expand description

A deserializer holding a u16.

-

Implementations§

Trait Implementations§

source§

impl<E> Clone for U16Deserializer<E>

source§

fn clone(&self) -> U16Deserializer<E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<E> Debug for U16Deserializer<E>

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, E> Deserializer<'de> for U16Deserializer<E>
where +

Implementations§

Trait Implementations§

source§

impl<E> Clone for U16Deserializer<E>

source§

fn clone(&self) -> U16Deserializer<E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<E> Debug for U16Deserializer<E>

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, E> Deserializer<'de> for U16Deserializer<E>
where E: Error,

§

type Error = E

The error type that can be returned if some error occurs during -deserialization.
source§

fn deserialize_bool<V>( +deserialization.

source§

fn deserialize_bool<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U16Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U16Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U16Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U16Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U16Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U16Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U16Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U16Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U16Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U16Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U16Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U16Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U16Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U16Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U16Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_string<V>( +Deserializer. Read more

source§

fn deserialize_string<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U16Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_bytes<V>( +Deserializer. Read more

source§

fn deserialize_bytes<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U16Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_byte_buf<V>( +Deserializer. Read more

source§

fn deserialize_byte_buf<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U16Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_option<V>( +Deserializer. Read more

source§

fn deserialize_option<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U16Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U16Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U16Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit struct with a -particular name.
source§

fn deserialize_newtype_struct<V>( +particular name.

source§

fn deserialize_newtype_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U16Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a newtype struct with a -particular name.
source§

fn deserialize_seq<V>( +particular name.

source§

fn deserialize_seq<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U16Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( self, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U16Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values and -knows how many values there are without looking at the serialized data.
source§

fn deserialize_tuple_struct<V>( +knows how many values there are without looking at the serialized data.

source§

fn deserialize_tuple_struct<V>( self, name: &'static str, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U16Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a tuple struct with a -particular name and number of fields.
source§

fn deserialize_map<V>( +particular name and number of fields.

source§

fn deserialize_map<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U16Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( self, name: &'static str, fields: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U16Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a struct with a particular -name and fields.
source§

fn deserialize_enum<V>( +name and fields.

source§

fn deserialize_enum<V>( self, name: &'static str, variants: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U16Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting an enum value with a -particular name and possible variants.
source§

fn deserialize_identifier<V>( +particular name and possible variants.

source§

fn deserialize_identifier<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U16Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting the name of a struct -field or the discriminant of an enum variant.
source§

fn deserialize_ignored_any<V>( +field or the discriminant of an enum variant.

source§

fn deserialize_ignored_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U16Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type needs to deserialize a value whose type -doesn’t matter because it is ignored. Read more
source§

fn deserialize_any<V>( +doesn’t matter because it is ignored. Read more

source§

fn deserialize_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U16Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Require the Deserializer to figure out how to drive the visitor based -on what data type is in the input. Read more
source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to -deserialize their human-readable form. Read more
source§

impl<E> Copy for U16Deserializer<E>

Auto Trait Implementations§

§

impl<E> Freeze for U16Deserializer<E>

§

impl<E> RefUnwindSafe for U16Deserializer<E>
where +on what data type is in the input. Read more
source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to +deserialize their human-readable form. Read more

source§

impl<E> Copy for U16Deserializer<E>

Auto Trait Implementations§

§

impl<E> Freeze for U16Deserializer<E>

§

impl<E> RefUnwindSafe for U16Deserializer<E>
where E: RefUnwindSafe,

§

impl<E> Send for U16Deserializer<E>
where E: Send,

§

impl<E> Sync for U16Deserializer<E>
where E: Sync,

§

impl<E> Unpin for U16Deserializer<E>
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.U32Deserializer.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.U32Deserializer.html index fdaa65a754..e1fade077e 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.U32Deserializer.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.U32Deserializer.html @@ -1,166 +1,166 @@ -U32Deserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::U32Deserializer

source ·
pub struct U32Deserializer<E> { /* private fields */ }
Expand description

A deserializer holding a u32.

-

Implementations§

Trait Implementations§

source§

impl<E> Clone for U32Deserializer<E>

source§

fn clone(&self) -> U32Deserializer<E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<E> Debug for U32Deserializer<E>

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, E> Deserializer<'de> for U32Deserializer<E>
where +U32Deserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::U32Deserializer

source ·
pub struct U32Deserializer<E> { /* private fields */ }
Expand description

A deserializer holding a u32.

+

Implementations§

Trait Implementations§

source§

impl<E> Clone for U32Deserializer<E>

source§

fn clone(&self) -> U32Deserializer<E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<E> Debug for U32Deserializer<E>

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, E> Deserializer<'de> for U32Deserializer<E>
where E: Error,

§

type Error = E

The error type that can be returned if some error occurs during -deserialization.
source§

fn deserialize_bool<V>( +deserialization.

source§

fn deserialize_bool<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U32Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_string<V>( +Deserializer. Read more

source§

fn deserialize_string<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U32Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_bytes<V>( +Deserializer. Read more

source§

fn deserialize_bytes<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U32Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_byte_buf<V>( +Deserializer. Read more

source§

fn deserialize_byte_buf<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U32Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_option<V>( +Deserializer. Read more

source§

fn deserialize_option<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U32Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit struct with a -particular name.
source§

fn deserialize_newtype_struct<V>( +particular name.

source§

fn deserialize_newtype_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U32Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a newtype struct with a -particular name.
source§

fn deserialize_seq<V>( +particular name.

source§

fn deserialize_seq<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( self, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U32Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values and -knows how many values there are without looking at the serialized data.
source§

fn deserialize_tuple_struct<V>( +knows how many values there are without looking at the serialized data.

source§

fn deserialize_tuple_struct<V>( self, name: &'static str, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U32Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a tuple struct with a -particular name and number of fields.
source§

fn deserialize_map<V>( +particular name and number of fields.

source§

fn deserialize_map<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U32Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( self, name: &'static str, fields: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U32Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a struct with a particular -name and fields.
source§

fn deserialize_identifier<V>( +name and fields.

source§

fn deserialize_identifier<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U32Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting the name of a struct -field or the discriminant of an enum variant.
source§

fn deserialize_ignored_any<V>( +field or the discriminant of an enum variant.

source§

fn deserialize_ignored_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U32Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type needs to deserialize a value whose type -doesn’t matter because it is ignored. Read more
source§

fn deserialize_any<V>( +doesn’t matter because it is ignored. Read more

source§

fn deserialize_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U32Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Require the Deserializer to figure out how to drive the visitor based -on what data type is in the input. Read more
source§

fn deserialize_enum<V>( +on what data type is in the input. Read more

source§

fn deserialize_enum<V>( self, name: &str, variants: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U32Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting an enum value with a -particular name and possible variants.
source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to -deserialize their human-readable form. Read more
source§

impl<'de, E> EnumAccess<'de> for U32Deserializer<E>
where +particular name and possible variants.

source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to +deserialize their human-readable form. Read more
source§

impl<'de, E> EnumAccess<'de> for U32Deserializer<E>
where E: Error,

§

type Error = E

The error type that can be returned if some error occurs during deserialization.
§

type Variant = UnitOnly<E>

The Visitor that will be used to deserialize the content of the enum -variant.
source§

fn variant_seed<T>( +variant.

source§

fn variant_seed<T>( self, seed: T ) -> Result<(<T as DeserializeSeed<'de>>::Value, <U32Deserializer<E> as EnumAccess<'de>>::Variant), <U32Deserializer<E> as EnumAccess<'de>>::Error>
where - T: DeserializeSeed<'de>,

variant is called to identify which variant to deserialize. Read more
source§

fn variant<V>(self) -> Result<(V, Self::Variant), Self::Error>
where - V: Deserialize<'de>,

variant is called to identify which variant to deserialize. Read more
source§

impl<E> Copy for U32Deserializer<E>

Auto Trait Implementations§

§

impl<E> Freeze for U32Deserializer<E>

§

impl<E> RefUnwindSafe for U32Deserializer<E>
where + T: DeserializeSeed<'de>,

variant is called to identify which variant to deserialize. Read more
source§

fn variant<V>(self) -> Result<(V, Self::Variant), Self::Error>
where + V: Deserialize<'de>,

variant is called to identify which variant to deserialize. Read more
source§

impl<E> Copy for U32Deserializer<E>

Auto Trait Implementations§

§

impl<E> Freeze for U32Deserializer<E>

§

impl<E> RefUnwindSafe for U32Deserializer<E>
where E: RefUnwindSafe,

§

impl<E> Send for U32Deserializer<E>
where E: Send,

§

impl<E> Sync for U32Deserializer<E>
where E: Sync,

§

impl<E> Unpin for U32Deserializer<E>
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.U64Deserializer.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.U64Deserializer.html index c928a5ac65..a94fc6ecc4 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.U64Deserializer.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.U64Deserializer.html @@ -1,159 +1,159 @@ -U64Deserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::U64Deserializer

source ·
pub struct U64Deserializer<E> { /* private fields */ }
Expand description

A deserializer holding +U64Deserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::U64Deserializer

source ·
pub struct U64Deserializer<E> { /* private fields */ }
Expand description

A deserializer holding a u64.

-

Implementations§

Trait Implementations§

source§

impl<E> Clone for U64Deserializer<E>

source§

fn clone(&self) -> U64Deserializer<E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<E> Debug for U64Deserializer<E>

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, E> Deserializer<'de> for U64Deserializer<E>
where +

Implementations§

Trait Implementations§

source§

impl<E> Clone for U64Deserializer<E>

source§

fn clone(&self) -> U64Deserializer<E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<E> Debug for U64Deserializer<E>

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, E> Deserializer<'de> for U64Deserializer<E>
where E: Error,

§

type Error = E

The error type that can be returned if some error occurs during -deserialization.
source§

fn deserialize_bool<V>( +deserialization.

source§

fn deserialize_bool<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U64Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_string<V>( +Deserializer. Read more

source§

fn deserialize_string<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U64Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_bytes<V>( +Deserializer. Read more

source§

fn deserialize_bytes<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U64Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_byte_buf<V>( +Deserializer. Read more

source§

fn deserialize_byte_buf<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U64Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_option<V>( +Deserializer. Read more

source§

fn deserialize_option<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U64Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit struct with a -particular name.
source§

fn deserialize_newtype_struct<V>( +particular name.

source§

fn deserialize_newtype_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U64Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a newtype struct with a -particular name.
source§

fn deserialize_seq<V>( +particular name.

source§

fn deserialize_seq<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( self, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U64Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values and -knows how many values there are without looking at the serialized data.
source§

fn deserialize_tuple_struct<V>( +knows how many values there are without looking at the serialized data.

source§

fn deserialize_tuple_struct<V>( self, name: &'static str, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U64Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a tuple struct with a -particular name and number of fields.
source§

fn deserialize_map<V>( +particular name and number of fields.

source§

fn deserialize_map<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U64Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( self, name: &'static str, fields: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U64Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a struct with a particular -name and fields.
source§

fn deserialize_enum<V>( +name and fields.

source§

fn deserialize_enum<V>( self, name: &'static str, variants: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U64Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting an enum value with a -particular name and possible variants.
source§

fn deserialize_identifier<V>( +particular name and possible variants.

source§

fn deserialize_identifier<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U64Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting the name of a struct -field or the discriminant of an enum variant.
source§

fn deserialize_ignored_any<V>( +field or the discriminant of an enum variant.

source§

fn deserialize_ignored_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U64Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type needs to deserialize a value whose type -doesn’t matter because it is ignored. Read more
source§

fn deserialize_any<V>( +doesn’t matter because it is ignored. Read more

source§

fn deserialize_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U64Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Require the Deserializer to figure out how to drive the visitor based -on what data type is in the input. Read more
source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to -deserialize their human-readable form. Read more
source§

impl<E> Copy for U64Deserializer<E>

Auto Trait Implementations§

§

impl<E> Freeze for U64Deserializer<E>

§

impl<E> RefUnwindSafe for U64Deserializer<E>
where +on what data type is in the input. Read more
source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to +deserialize their human-readable form. Read more

source§

impl<E> Copy for U64Deserializer<E>

Auto Trait Implementations§

§

impl<E> Freeze for U64Deserializer<E>

§

impl<E> RefUnwindSafe for U64Deserializer<E>
where E: RefUnwindSafe,

§

impl<E> Send for U64Deserializer<E>
where E: Send,

§

impl<E> Sync for U64Deserializer<E>
where E: Sync,

§

impl<E> Unpin for U64Deserializer<E>
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.U8Deserializer.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.U8Deserializer.html index a0575a1519..12585be11c 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.U8Deserializer.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.U8Deserializer.html @@ -1,159 +1,159 @@ -U8Deserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::U8Deserializer

source ·
pub struct U8Deserializer<E> { /* private fields */ }
Expand description

A deserializer holding +U8Deserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::U8Deserializer

source ·
pub struct U8Deserializer<E> { /* private fields */ }
Expand description

A deserializer holding a u8.

-

Implementations§

source§

impl<E> U8Deserializer<E>

source

pub fn new(value: u8) -> U8Deserializer<E>

Trait Implementations§

source§

impl<E> Clone for U8Deserializer<E>

source§

fn clone(&self) -> U8Deserializer<E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<E> Debug for U8Deserializer<E>

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, E> Deserializer<'de> for U8Deserializer<E>
where +

Implementations§

source§

impl<E> U8Deserializer<E>

source

pub fn new(value: u8) -> U8Deserializer<E>

Trait Implementations§

source§

impl<E> Clone for U8Deserializer<E>

source§

fn clone(&self) -> U8Deserializer<E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<E> Debug for U8Deserializer<E>

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, E> Deserializer<'de> for U8Deserializer<E>
where E: Error,

§

type Error = E

The error type that can be returned if some error occurs during -deserialization.
source§

fn deserialize_bool<V>( +deserialization.

source§

fn deserialize_bool<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U8Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U8Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U8Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U8Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U8Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U8Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U8Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U8Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U8Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U8Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U8Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U8Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U8Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U8Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U8Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_string<V>( +Deserializer. Read more

source§

fn deserialize_string<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U8Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_bytes<V>( +Deserializer. Read more

source§

fn deserialize_bytes<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U8Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_byte_buf<V>( +Deserializer. Read more

source§

fn deserialize_byte_buf<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U8Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_option<V>( +Deserializer. Read more

source§

fn deserialize_option<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U8Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U8Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U8Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit struct with a -particular name.
source§

fn deserialize_newtype_struct<V>( +particular name.

source§

fn deserialize_newtype_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U8Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a newtype struct with a -particular name.
source§

fn deserialize_seq<V>( +particular name.

source§

fn deserialize_seq<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U8Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( self, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U8Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values and -knows how many values there are without looking at the serialized data.
source§

fn deserialize_tuple_struct<V>( +knows how many values there are without looking at the serialized data.

source§

fn deserialize_tuple_struct<V>( self, name: &'static str, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U8Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a tuple struct with a -particular name and number of fields.
source§

fn deserialize_map<V>( +particular name and number of fields.

source§

fn deserialize_map<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U8Deserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( self, name: &'static str, fields: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U8Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a struct with a particular -name and fields.
source§

fn deserialize_enum<V>( +name and fields.

source§

fn deserialize_enum<V>( self, name: &'static str, variants: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U8Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting an enum value with a -particular name and possible variants.
source§

fn deserialize_identifier<V>( +particular name and possible variants.

source§

fn deserialize_identifier<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U8Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting the name of a struct -field or the discriminant of an enum variant.
source§

fn deserialize_ignored_any<V>( +field or the discriminant of an enum variant.

source§

fn deserialize_ignored_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U8Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type needs to deserialize a value whose type -doesn’t matter because it is ignored. Read more
source§

fn deserialize_any<V>( +doesn’t matter because it is ignored. Read more

source§

fn deserialize_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <U8Deserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Require the Deserializer to figure out how to drive the visitor based -on what data type is in the input. Read more
source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to -deserialize their human-readable form. Read more
source§

impl<E> Copy for U8Deserializer<E>

Auto Trait Implementations§

§

impl<E> Freeze for U8Deserializer<E>

§

impl<E> RefUnwindSafe for U8Deserializer<E>
where +on what data type is in the input. Read more
source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to +deserialize their human-readable form. Read more

source§

impl<E> Copy for U8Deserializer<E>

Auto Trait Implementations§

§

impl<E> Freeze for U8Deserializer<E>

§

impl<E> RefUnwindSafe for U8Deserializer<E>
where E: RefUnwindSafe,

§

impl<E> Send for U8Deserializer<E>
where E: Send,

§

impl<E> Sync for U8Deserializer<E>
where E: Sync,

§

impl<E> Unpin for U8Deserializer<E>
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.UnitDeserializer.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.UnitDeserializer.html index eebf1b3c79..9e7d0df97c 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.UnitDeserializer.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.UnitDeserializer.html @@ -1,158 +1,158 @@ -UnitDeserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::UnitDeserializer

source ·
pub struct UnitDeserializer<E> { /* private fields */ }
Expand description

A deserializer holding a ().

-

Implementations§

Trait Implementations§

source§

impl<E> Clone for UnitDeserializer<E>

source§

fn clone(&self) -> UnitDeserializer<E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<E> Debug for UnitDeserializer<E>

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, E> Deserializer<'de> for UnitDeserializer<E>
where +UnitDeserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::UnitDeserializer

source ·
pub struct UnitDeserializer<E> { /* private fields */ }
Expand description

A deserializer holding a ().

+

Implementations§

Trait Implementations§

source§

impl<E> Clone for UnitDeserializer<E>

source§

fn clone(&self) -> UnitDeserializer<E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<E> Debug for UnitDeserializer<E>

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, E> Deserializer<'de> for UnitDeserializer<E>
where E: Error,

§

type Error = E

The error type that can be returned if some error occurs during -deserialization.
source§

fn deserialize_bool<V>( +deserialization.

source§

fn deserialize_bool<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UnitDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UnitDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UnitDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UnitDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UnitDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UnitDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UnitDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UnitDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UnitDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UnitDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UnitDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UnitDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UnitDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UnitDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UnitDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_string<V>( +Deserializer. Read more

source§

fn deserialize_string<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UnitDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_bytes<V>( +Deserializer. Read more

source§

fn deserialize_bytes<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UnitDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_byte_buf<V>( +Deserializer. Read more

source§

fn deserialize_byte_buf<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UnitDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_unit<V>( +Deserializer. Read more

source§

fn deserialize_unit<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UnitDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UnitDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit struct with a -particular name.
source§

fn deserialize_newtype_struct<V>( +particular name.

source§

fn deserialize_newtype_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UnitDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a newtype struct with a -particular name.
source§

fn deserialize_seq<V>( +particular name.

source§

fn deserialize_seq<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UnitDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( self, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UnitDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values and -knows how many values there are without looking at the serialized data.
source§

fn deserialize_tuple_struct<V>( +knows how many values there are without looking at the serialized data.

source§

fn deserialize_tuple_struct<V>( self, name: &'static str, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UnitDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a tuple struct with a -particular name and number of fields.
source§

fn deserialize_map<V>( +particular name and number of fields.

source§

fn deserialize_map<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UnitDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( self, name: &'static str, fields: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UnitDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a struct with a particular -name and fields.
source§

fn deserialize_enum<V>( +name and fields.

source§

fn deserialize_enum<V>( self, name: &'static str, variants: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UnitDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting an enum value with a -particular name and possible variants.
source§

fn deserialize_identifier<V>( +particular name and possible variants.

source§

fn deserialize_identifier<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UnitDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting the name of a struct -field or the discriminant of an enum variant.
source§

fn deserialize_ignored_any<V>( +field or the discriminant of an enum variant.

source§

fn deserialize_ignored_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UnitDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type needs to deserialize a value whose type -doesn’t matter because it is ignored. Read more
source§

fn deserialize_any<V>( +doesn’t matter because it is ignored. Read more

source§

fn deserialize_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UnitDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Require the Deserializer to figure out how to drive the visitor based -on what data type is in the input. Read more
source§

fn deserialize_option<V>( +on what data type is in the input. Read more

source§

fn deserialize_option<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UnitDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to -deserialize their human-readable form. Read more
source§

impl<E> Copy for UnitDeserializer<E>

Auto Trait Implementations§

§

impl<E> Freeze for UnitDeserializer<E>

§

impl<E> RefUnwindSafe for UnitDeserializer<E>
where + V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to +deserialize their human-readable form. Read more
source§

impl<E> Copy for UnitDeserializer<E>

Auto Trait Implementations§

§

impl<E> Freeze for UnitDeserializer<E>

§

impl<E> RefUnwindSafe for UnitDeserializer<E>
where E: RefUnwindSafe,

§

impl<E> Send for UnitDeserializer<E>
where E: Send,

§

impl<E> Sync for UnitDeserializer<E>
where E: Sync,

§

impl<E> Unpin for UnitDeserializer<E>
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.UsizeDeserializer.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.UsizeDeserializer.html index 6212ad125d..5931b96092 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.UsizeDeserializer.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.UsizeDeserializer.html @@ -1,159 +1,159 @@ -UsizeDeserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::UsizeDeserializer

source ·
pub struct UsizeDeserializer<E> { /* private fields */ }
Expand description

A deserializer holding +UsizeDeserializer in bdk_chain::bitcoin::hashes::serde::de::value - Rust

Struct bdk_chain::bitcoin::hashes::serde::de::value::UsizeDeserializer

source ·
pub struct UsizeDeserializer<E> { /* private fields */ }
Expand description

A deserializer holding a usize.

-

Implementations§

Trait Implementations§

source§

impl<E> Clone for UsizeDeserializer<E>

source§

fn clone(&self) -> UsizeDeserializer<E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<E> Debug for UsizeDeserializer<E>

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, E> Deserializer<'de> for UsizeDeserializer<E>
where +

Implementations§

Trait Implementations§

source§

impl<E> Clone for UsizeDeserializer<E>

source§

fn clone(&self) -> UsizeDeserializer<E>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<E> Debug for UsizeDeserializer<E>

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'de, E> Deserializer<'de> for UsizeDeserializer<E>
where E: Error,

§

type Error = E

The error type that can be returned if some error occurs during -deserialization.
source§

fn deserialize_bool<V>( +deserialization.

source§

fn deserialize_bool<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UsizeDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.
source§

fn deserialize_i8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UsizeDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.
source§

fn deserialize_i16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UsizeDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.
source§

fn deserialize_i32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UsizeDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.
source§

fn deserialize_i64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UsizeDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.
source§

fn deserialize_i128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UsizeDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value. Read more
source§

fn deserialize_u8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UsizeDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.
source§

fn deserialize_u16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UsizeDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.
source§

fn deserialize_u32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UsizeDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.
source§

fn deserialize_u64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UsizeDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.
source§

fn deserialize_u128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UsizeDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value. Read more
source§

fn deserialize_f32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UsizeDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.
source§

fn deserialize_f64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UsizeDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.
source§

fn deserialize_char<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UsizeDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.
source§

fn deserialize_str<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UsizeDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_string<V>( +Deserializer. Read more

source§

fn deserialize_string<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UsizeDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a string value and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_bytes<V>( +Deserializer. Read more

source§

fn deserialize_bytes<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UsizeDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and does not benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_byte_buf<V>( +Deserializer. Read more

source§

fn deserialize_byte_buf<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UsizeDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a byte array and would benefit from taking ownership of buffered data owned by the -Deserializer. Read more
source§

fn deserialize_option<V>( +Deserializer. Read more

source§

fn deserialize_option<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UsizeDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting an optional value. Read more
source§

fn deserialize_unit<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UsizeDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.
source§

fn deserialize_unit_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UsizeDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit struct with a -particular name.
source§

fn deserialize_newtype_struct<V>( +particular name.

source§

fn deserialize_newtype_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UsizeDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a newtype struct with a -particular name.
source§

fn deserialize_seq<V>( +particular name.

source§

fn deserialize_seq<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UsizeDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.
source§

fn deserialize_tuple<V>( self, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UsizeDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values and -knows how many values there are without looking at the serialized data.
source§

fn deserialize_tuple_struct<V>( +knows how many values there are without looking at the serialized data.

source§

fn deserialize_tuple_struct<V>( self, name: &'static str, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UsizeDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a tuple struct with a -particular name and number of fields.
source§

fn deserialize_map<V>( +particular name and number of fields.

source§

fn deserialize_map<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UsizeDeserializer<E> as Deserializer<'de>>::Error>
where - V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( + V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.
source§

fn deserialize_struct<V>( self, name: &'static str, fields: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UsizeDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a struct with a particular -name and fields.
source§

fn deserialize_enum<V>( +name and fields.

source§

fn deserialize_enum<V>( self, name: &'static str, variants: &'static [&'static str], visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UsizeDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting an enum value with a -particular name and possible variants.
source§

fn deserialize_identifier<V>( +particular name and possible variants.

source§

fn deserialize_identifier<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UsizeDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting the name of a struct -field or the discriminant of an enum variant.
source§

fn deserialize_ignored_any<V>( +field or the discriminant of an enum variant.

source§

fn deserialize_ignored_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UsizeDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Hint that the Deserialize type needs to deserialize a value whose type -doesn’t matter because it is ignored. Read more
source§

fn deserialize_any<V>( +doesn’t matter because it is ignored. Read more

source§

fn deserialize_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, <UsizeDeserializer<E> as Deserializer<'de>>::Error>
where V: Visitor<'de>,

Require the Deserializer to figure out how to drive the visitor based -on what data type is in the input. Read more
source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to -deserialize their human-readable form. Read more
source§

impl<E> Copy for UsizeDeserializer<E>

Auto Trait Implementations§

§

impl<E> Freeze for UsizeDeserializer<E>

§

impl<E> RefUnwindSafe for UsizeDeserializer<E>
where +on what data type is in the input. Read more
source§

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to +deserialize their human-readable form. Read more

source§

impl<E> Copy for UsizeDeserializer<E>

Auto Trait Implementations§

§

impl<E> Freeze for UsizeDeserializer<E>

§

impl<E> RefUnwindSafe for UsizeDeserializer<E>
where E: RefUnwindSafe,

§

impl<E> Send for UsizeDeserializer<E>
where E: Send,

§

impl<E> Sync for UsizeDeserializer<E>
where E: Sync,

§

impl<E> Unpin for UsizeDeserializer<E>
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/derive.Deserialize.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/derive.Deserialize.html index 084289a3b6..458c2c969c 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/derive.Deserialize.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/derive.Deserialize.html @@ -1,4 +1,4 @@ -Deserialize in bdk_chain::bitcoin::hashes::serde - Rust

Derive Macro bdk_chain::bitcoin::hashes::serde::Deserialize

source ·
#[derive(Deserialize)]
+Deserialize in bdk_chain::bitcoin::hashes::serde - Rust

Derive Macro bdk_chain::bitcoin::hashes::serde::Deserialize

source ·
#[derive(Deserialize)]
 {
     // Attributes available to this derive:
     #[serde]
diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/derive.Serialize.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/derive.Serialize.html
index 5f2de9679c..adcd23fd03 100644
--- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/derive.Serialize.html
+++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/derive.Serialize.html
@@ -1,4 +1,4 @@
-Serialize in bdk_chain::bitcoin::hashes::serde - Rust

Derive Macro bdk_chain::bitcoin::hashes::serde::Serialize

source ·
#[derive(Serialize)]
+Serialize in bdk_chain::bitcoin::hashes::serde - Rust

Derive Macro bdk_chain::bitcoin::hashes::serde::Serialize

source ·
#[derive(Serialize)]
 {
     // Attributes available to this derive:
     #[serde]
diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/index.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/index.html
index 2dbce01a81..3ac655228e 100644
--- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/index.html
+++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/index.html
@@ -1,4 +1,4 @@
-bdk_chain::bitcoin::hashes::serde - Rust

Crate bdk_chain::bitcoin::hashes::serde

source ·
Expand description

§Serde

+bdk_chain::bitcoin::hashes::serde - Rust

Crate bdk_chain::bitcoin::hashes::serde

source ·
Expand description

§Serde

Serde is a framework for serializing and deserializing Rust data structures efficiently and generically.

The Serde ecosystem consists of data structures that know how to serialize diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/macro.forward_to_deserialize_any.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/macro.forward_to_deserialize_any.html index 793f635a23..30405c2d59 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/macro.forward_to_deserialize_any.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/macro.forward_to_deserialize_any.html @@ -1,4 +1,4 @@ -forward_to_deserialize_any in bdk_chain::bitcoin::hashes::serde - Rust

macro_rules! forward_to_deserialize_any {
+forward_to_deserialize_any in bdk_chain::bitcoin::hashes::serde - Rust
macro_rules! forward_to_deserialize_any {
     (<$visitor:ident: Visitor<$lifetime:tt>> $($func:ident)*) => { ... };
     ($($func:ident)*) => { ... };
 }
Expand description

Helper macro when implementing the Deserializer part of a new data format diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/index.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/index.html index 0606c40759..d8de0148d6 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/index.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/index.html @@ -1,4 +1,4 @@ -bdk_chain::bitcoin::hashes::serde::ser - Rust

Module bdk_chain::bitcoin::hashes::serde::ser

source ·
Expand description

Generic data structure serialization framework.

+bdk_chain::bitcoin::hashes::serde::ser - Rust

Module bdk_chain::bitcoin::hashes::serde::ser

source ·
Expand description

Generic data structure serialization framework.

The two most important traits in this module are Serialize and Serializer.

-

Trait Implementations§

source§

impl<Ok, Error> SerializeMap for Impossible<Ok, Error>
where - Error: Error,

§

type Ok = Ok

Must match the Ok type of our Serializer.
§

type Error = Error

Must match the Error type of our Serializer.
source§

fn serialize_key<T>(&mut self, key: &T) -> Result<(), Error>
where - T: Serialize + ?Sized,

Serialize a map key. Read more
source§

fn serialize_value<T>(&mut self, value: &T) -> Result<(), Error>
where - T: Serialize + ?Sized,

Serialize a map value. Read more
source§

fn end(self) -> Result<Ok, Error>

Finish serializing a map.
source§

fn serialize_entry<K, V>( +

Trait Implementations§

source§

impl<Ok, Error> SerializeMap for Impossible<Ok, Error>
where + Error: Error,

§

type Ok = Ok

Must match the Ok type of our Serializer.
§

type Error = Error

Must match the Error type of our Serializer.
source§

fn serialize_key<T>(&mut self, key: &T) -> Result<(), Error>
where + T: Serialize + ?Sized,

Serialize a map key. Read more
source§

fn serialize_value<T>(&mut self, value: &T) -> Result<(), Error>
where + T: Serialize + ?Sized,

Serialize a map value. Read more
source§

fn end(self) -> Result<Ok, Error>

Finish serializing a map.
source§

fn serialize_entry<K, V>( &mut self, key: &K, value: &V ) -> Result<(), Self::Error>
where K: Serialize + ?Sized, - V: Serialize + ?Sized,

Serialize a map entry consisting of a key and a value. Read more
source§

impl<Ok, Error> SerializeSeq for Impossible<Ok, Error>
where - Error: Error,

§

type Ok = Ok

Must match the Ok type of our Serializer.
§

type Error = Error

Must match the Error type of our Serializer.
source§

fn serialize_element<T>(&mut self, value: &T) -> Result<(), Error>
where - T: Serialize + ?Sized,

Serialize a sequence element.
source§

fn end(self) -> Result<Ok, Error>

Finish serializing a sequence.
source§

impl<Ok, Error> SerializeStruct for Impossible<Ok, Error>
where - Error: Error,

§

type Ok = Ok

Must match the Ok type of our Serializer.
§

type Error = Error

Must match the Error type of our Serializer.
source§

fn serialize_field<T>( + V: Serialize + ?Sized,

Serialize a map entry consisting of a key and a value. Read more
source§

impl<Ok, Error> SerializeSeq for Impossible<Ok, Error>
where + Error: Error,

§

type Ok = Ok

Must match the Ok type of our Serializer.
§

type Error = Error

Must match the Error type of our Serializer.
source§

fn serialize_element<T>(&mut self, value: &T) -> Result<(), Error>
where + T: Serialize + ?Sized,

Serialize a sequence element.
source§

fn end(self) -> Result<Ok, Error>

Finish serializing a sequence.
source§

impl<Ok, Error> SerializeStruct for Impossible<Ok, Error>
where + Error: Error,

§

type Ok = Ok

Must match the Ok type of our Serializer.
§

type Error = Error

Must match the Error type of our Serializer.
source§

fn serialize_field<T>( &mut self, key: &'static str, value: &T ) -> Result<(), Error>
where - T: Serialize + ?Sized,

Serialize a struct field.
source§

fn end(self) -> Result<Ok, Error>

Finish serializing a struct.
source§

fn skip_field(&mut self, key: &'static str) -> Result<(), Self::Error>

Indicate that a struct field has been skipped. Read more
source§

impl<Ok, Error> SerializeStructVariant for Impossible<Ok, Error>
where - Error: Error,

§

type Ok = Ok

Must match the Ok type of our Serializer.
§

type Error = Error

Must match the Error type of our Serializer.
source§

fn serialize_field<T>( + T: Serialize + ?Sized,

Serialize a struct field.
source§

fn end(self) -> Result<Ok, Error>

Finish serializing a struct.
source§

fn skip_field(&mut self, key: &'static str) -> Result<(), Self::Error>

Indicate that a struct field has been skipped. Read more
source§

impl<Ok, Error> SerializeStructVariant for Impossible<Ok, Error>
where + Error: Error,

§

type Ok = Ok

Must match the Ok type of our Serializer.
§

type Error = Error

Must match the Error type of our Serializer.
source§

fn serialize_field<T>( &mut self, key: &'static str, value: &T ) -> Result<(), Error>
where - T: Serialize + ?Sized,

Serialize a struct variant field.
source§

fn end(self) -> Result<Ok, Error>

Finish serializing a struct variant.
source§

fn skip_field(&mut self, key: &'static str) -> Result<(), Self::Error>

Indicate that a struct variant field has been skipped. Read more
source§

impl<Ok, Error> SerializeTuple for Impossible<Ok, Error>
where - Error: Error,

§

type Ok = Ok

Must match the Ok type of our Serializer.
§

type Error = Error

Must match the Error type of our Serializer.
source§

fn serialize_element<T>(&mut self, value: &T) -> Result<(), Error>
where - T: Serialize + ?Sized,

Serialize a tuple element.
source§

fn end(self) -> Result<Ok, Error>

Finish serializing a tuple.
source§

impl<Ok, Error> SerializeTupleStruct for Impossible<Ok, Error>
where - Error: Error,

§

type Ok = Ok

Must match the Ok type of our Serializer.
§

type Error = Error

Must match the Error type of our Serializer.
source§

fn serialize_field<T>(&mut self, value: &T) -> Result<(), Error>
where - T: Serialize + ?Sized,

Serialize a tuple struct field.
source§

fn end(self) -> Result<Ok, Error>

Finish serializing a tuple struct.
source§

impl<Ok, Error> SerializeTupleVariant for Impossible<Ok, Error>
where - Error: Error,

§

type Ok = Ok

Must match the Ok type of our Serializer.
§

type Error = Error

Must match the Error type of our Serializer.
source§

fn serialize_field<T>(&mut self, value: &T) -> Result<(), Error>
where - T: Serialize + ?Sized,

Serialize a tuple variant field.
source§

fn end(self) -> Result<Ok, Error>

Finish serializing a tuple variant.

Auto Trait Implementations§

§

impl<Ok, Error> Freeze for Impossible<Ok, Error>

§

impl<Ok, Error> RefUnwindSafe for Impossible<Ok, Error>
where + T: Serialize + ?Sized,

Serialize a struct variant field.
source§

fn end(self) -> Result<Ok, Error>

Finish serializing a struct variant.
source§

fn skip_field(&mut self, key: &'static str) -> Result<(), Self::Error>

Indicate that a struct variant field has been skipped. Read more
source§

impl<Ok, Error> SerializeTuple for Impossible<Ok, Error>
where + Error: Error,

§

type Ok = Ok

Must match the Ok type of our Serializer.
§

type Error = Error

Must match the Error type of our Serializer.
source§

fn serialize_element<T>(&mut self, value: &T) -> Result<(), Error>
where + T: Serialize + ?Sized,

Serialize a tuple element.
source§

fn end(self) -> Result<Ok, Error>

Finish serializing a tuple.
source§

impl<Ok, Error> SerializeTupleStruct for Impossible<Ok, Error>
where + Error: Error,

§

type Ok = Ok

Must match the Ok type of our Serializer.
§

type Error = Error

Must match the Error type of our Serializer.
source§

fn serialize_field<T>(&mut self, value: &T) -> Result<(), Error>
where + T: Serialize + ?Sized,

Serialize a tuple struct field.
source§

fn end(self) -> Result<Ok, Error>

Finish serializing a tuple struct.
source§

impl<Ok, Error> SerializeTupleVariant for Impossible<Ok, Error>
where + Error: Error,

§

type Ok = Ok

Must match the Ok type of our Serializer.
§

type Error = Error

Must match the Error type of our Serializer.
source§

fn serialize_field<T>(&mut self, value: &T) -> Result<(), Error>
where + T: Serialize + ?Sized,

Serialize a tuple variant field.
source§

fn end(self) -> Result<Ok, Error>

Finish serializing a tuple variant.

Auto Trait Implementations§

§

impl<Ok, Error> Freeze for Impossible<Ok, Error>

§

impl<Ok, Error> RefUnwindSafe for Impossible<Ok, Error>
where Ok: RefUnwindSafe, Error: RefUnwindSafe,

§

impl<Ok, Error> Send for Impossible<Ok, Error>
where Ok: Send, diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.Error.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.Error.html index 5af06d8811..06243ead67 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.Error.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.Error.html @@ -1,4 +1,4 @@ -Error in bdk_chain::bitcoin::hashes::serde::ser - Rust

Trait bdk_chain::bitcoin::hashes::serde::ser::Error

source ·
pub trait Error: Sized + Error {
+Error in bdk_chain::bitcoin::hashes::serde::ser - Rust

Trait bdk_chain::bitcoin::hashes::serde::ser::Error

source ·
pub trait Error: Sized + Error {
     // Required method
     fn custom<T>(msg: T) -> Self
        where T: Display;
@@ -8,7 +8,7 @@ currently running.

§Example implementation

The example data format presented on the website shows an error type appropriate for a basic JSON data format.

-

Required Methods§

source

fn custom<T>(msg: T) -> Self
where +

Required Methods§

source

fn custom<T>(msg: T) -> Self
where T: Display,

Used when a Serialize implementation encounters any error while serializing a type.

The message should not be capitalized and should not end with a @@ -29,6 +29,6 @@ itself if it contains invalid UTF-8 data.

} } }
-

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl Error for Error

source§

fn custom<T>(_msg: T) -> Error
where +

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl Error for Error

source§

fn custom<T>(_msg: T) -> Error
where T: Display,

source§

impl Error for Error

source§

fn custom<T>(msg: T) -> Error
where - T: Display,

Implementors§

source§

impl Error for bdk_chain::bitcoin::hashes::serde::de::value::Error

\ No newline at end of file + T: Display,

Implementors§

source§

impl Error for bdk_chain::bitcoin::hashes::serde::de::value::Error

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.Serialize.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.Serialize.html index eca5fe5e38..0a422e3861 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.Serialize.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.Serialize.html @@ -1,4 +1,4 @@ -Serialize in bdk_chain::bitcoin::hashes::serde::ser - Rust

Trait bdk_chain::bitcoin::hashes::serde::ser::Serialize

source ·
pub trait Serialize {
+Serialize in bdk_chain::bitcoin::hashes::serde::ser - Rust

Trait bdk_chain::bitcoin::hashes::serde::ser::Serialize

source ·
pub trait Serialize {
     // Required method
     fn serialize<S>(
         &self,
@@ -20,7 +20,7 @@ manual for more about this.

they expose. For example the linked-hash-map crate provides a LinkedHashMap<K, V> type that is serializable by Serde because the crate provides an implementation of Serialize for it.

-

Required Methods§

Required Methods§

source

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where @@ -49,11 +49,11 @@ information about how to implement this method.

s.end() } }

-

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl Serialize for IpAddr

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl Serialize for IpAddr

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for SocketAddr

source§

impl Serialize for SocketAddr

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where @@ -61,215 +61,215 @@ information about how to implement this method.

&self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for bool

source§

impl Serialize for bool

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for char

source§

impl Serialize for char

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for f32

source§

impl Serialize for f32

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for f64

source§

impl Serialize for f64

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for i8

source§

impl Serialize for i8

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for i16

source§

impl Serialize for i16

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for i32

source§

impl Serialize for i32

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for i64

source§

impl Serialize for i64

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for i128

source§

impl Serialize for i128

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for isize

source§

impl Serialize for isize

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for str

source§

impl Serialize for str

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for u8

source§

impl Serialize for u8

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for u16

source§

impl Serialize for u16

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for u32

source§

impl Serialize for u32

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for u64

source§

impl Serialize for u64

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for u128

source§

impl Serialize for u128

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for ()

source§

impl Serialize for ()

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for usize

source§

impl Serialize for usize

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for CString

source§

impl Serialize for CString

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for CStr

source§

impl Serialize for CStr

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for Ipv4Addr

source§

impl Serialize for Ipv4Addr

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for Ipv6Addr

source§

impl Serialize for Ipv6Addr

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for SocketAddrV4

source§

impl Serialize for SocketAddrV4

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for SocketAddrV6

source§

impl Serialize for SocketAddrV6

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for NonZero<i8>

source§

impl Serialize for NonZero<i8>

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for NonZero<i16>

source§

impl Serialize for NonZero<i16>

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for NonZero<i32>

source§

impl Serialize for NonZero<i32>

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for NonZero<i64>

source§

impl Serialize for NonZero<i64>

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for NonZero<i128>

source§

impl Serialize for NonZero<i128>

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for NonZero<isize>

source§

impl Serialize for NonZero<isize>

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for NonZero<u8>

source§

impl Serialize for NonZero<u8>

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for NonZero<u16>

source§

impl Serialize for NonZero<u16>

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for NonZero<u32>

source§

impl Serialize for NonZero<u32>

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for NonZero<u64>

source§

impl Serialize for NonZero<u64>

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for NonZero<u128>

source§

impl Serialize for NonZero<u128>

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for NonZero<usize>

source§

impl Serialize for NonZero<usize>

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for AtomicBool

source§

impl Serialize for AtomicBool

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for AtomicI8

source§

impl Serialize for AtomicI8

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for AtomicI16

source§

impl Serialize for AtomicI16

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for AtomicI32

source§

impl Serialize for AtomicI32

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for AtomicI64

source§

impl Serialize for AtomicI64

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for AtomicIsize

source§

impl Serialize for AtomicIsize

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for AtomicU8

source§

impl Serialize for AtomicU8

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for AtomicU16

source§

impl Serialize for AtomicU16

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for AtomicU32

source§

impl Serialize for AtomicU32

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for AtomicU64

source§

impl Serialize for AtomicU64

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for AtomicUsize

source§

impl Serialize for AtomicUsize

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for Duration

source§

impl Serialize for Duration

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for OsStr

source§

impl Serialize for OsStr

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for OsString

source§

impl Serialize for OsString

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for Path

source§

impl Serialize for Path

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for PathBuf

source§

impl Serialize for PathBuf

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for SystemTime

source§

impl Serialize for SystemTime

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where @@ -293,22 +293,22 @@ information about how to implement this method.

&self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<'a> Serialize for Arguments<'a>

source§

impl<'a> Serialize for Arguments<'a>

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<'a, T> Serialize for Cow<'a, T>
where - T: Serialize + ToOwned + ?Sized,

source§

impl<'a, T> Serialize for Cow<'a, T>
where + T: Serialize + ToOwned + ?Sized,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<'a, T> Serialize for &'a T
where - T: Serialize + ?Sized,

source§

impl<'a, T> Serialize for &'a T
where + T: Serialize + ?Sized,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<'a, T> Serialize for &'a mut T
where - T: Serialize + ?Sized,

source§

impl<'a, T> Serialize for &'a mut T
where + T: Serialize + ?Sized,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where @@ -333,90 +333,90 @@ information about how to implement this method.

&self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<Idx> Serialize for Range<Idx>
where - Idx: Serialize,

source§

impl<Idx> Serialize for Range<Idx>
where + Idx: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<Idx> Serialize for RangeFrom<Idx>
where - Idx: Serialize,

source§

impl<Idx> Serialize for RangeFrom<Idx>
where + Idx: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<Idx> Serialize for RangeInclusive<Idx>
where - Idx: Serialize,

source§

impl<Idx> Serialize for RangeInclusive<Idx>
where + Idx: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<Idx> Serialize for RangeTo<Idx>
where - Idx: Serialize,

source§

impl<Idx> Serialize for RangeTo<Idx>
where + Idx: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<K, V> Serialize for BTreeMap<K, V>
where + S: Serializer,

source§

impl<K, V> Serialize for BTreeMap<K, V>
where K: Serialize, - V: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<K, V, H> Serialize for HashMap<K, V, H>
where + S: Serializer,

source§

impl<K, V, H> Serialize for HashMap<K, V, H>
where K: Serialize, - V: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T0, T1> Serialize for (T0, T1)
where + S: Serializer,

source§

impl<T0, T1> Serialize for (T0, T1)
where T0: Serialize, - T1: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T0, T1, T2> Serialize for (T0, T1, T2)
where + S: Serializer,

source§

impl<T0, T1, T2> Serialize for (T0, T1, T2)
where T0: Serialize, T1: Serialize, - T2: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T0, T1, T2, T3> Serialize for (T0, T1, T2, T3)
where + S: Serializer,

source§

impl<T0, T1, T2, T3> Serialize for (T0, T1, T2, T3)
where T0: Serialize, T1: Serialize, T2: Serialize, - T3: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T0, T1, T2, T3, T4> Serialize for (T0, T1, T2, T3, T4)
where + S: Serializer,

source§

impl<T0, T1, T2, T3, T4> Serialize for (T0, T1, T2, T3, T4)
where T0: Serialize, T1: Serialize, T2: Serialize, T3: Serialize, - T4: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T0, T1, T2, T3, T4, T5> Serialize for (T0, T1, T2, T3, T4, T5)
where + S: Serializer,

source§

impl<T0, T1, T2, T3, T4, T5> Serialize for (T0, T1, T2, T3, T4, T5)
where T0: Serialize, T1: Serialize, T2: Serialize, T3: Serialize, T4: Serialize, - T5: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T0, T1, T2, T3, T4, T5, T6> Serialize for (T0, T1, T2, T3, T4, T5, T6)
where + S: Serializer,

source§

impl<T0, T1, T2, T3, T4, T5, T6> Serialize for (T0, T1, T2, T3, T4, T5, T6)
where T0: Serialize, T1: Serialize, T2: Serialize, T3: Serialize, T4: Serialize, T5: Serialize, - T6: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T0, T1, T2, T3, T4, T5, T6, T7> Serialize for (T0, T1, T2, T3, T4, T5, T6, T7)
where + S: Serializer,

source§

impl<T0, T1, T2, T3, T4, T5, T6, T7> Serialize for (T0, T1, T2, T3, T4, T5, T6, T7)
where T0: Serialize, T1: Serialize, T2: Serialize, @@ -424,11 +424,11 @@ information about how to implement this method.

T4: Serialize, T5: Serialize, T6: Serialize, - T7: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8> Serialize for (T0, T1, T2, T3, T4, T5, T6, T7, T8)
where + S: Serializer,

source§

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8> Serialize for (T0, T1, T2, T3, T4, T5, T6, T7, T8)
where T0: Serialize, T1: Serialize, T2: Serialize, @@ -437,11 +437,11 @@ information about how to implement this method.

T5: Serialize, T6: Serialize, T7: Serialize, - T8: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9> Serialize for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9)
where + S: Serializer,

source§

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9> Serialize for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9)
where T0: Serialize, T1: Serialize, T2: Serialize, @@ -451,11 +451,11 @@ information about how to implement this method.

T6: Serialize, T7: Serialize, T8: Serialize, - T9: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> Serialize for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)
where + S: Serializer,

source§

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> Serialize for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)
where T0: Serialize, T1: Serialize, T2: Serialize, @@ -466,11 +466,11 @@ information about how to implement this method.

T7: Serialize, T8: Serialize, T9: Serialize, - T10: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> Serialize for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)
where + S: Serializer,

source§

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> Serialize for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)
where T0: Serialize, T1: Serialize, T2: Serialize, @@ -482,11 +482,11 @@ information about how to implement this method.

T8: Serialize, T9: Serialize, T10: Serialize, - T11: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> Serialize for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12)
where + S: Serializer,

source§

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> Serialize for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12)
where T0: Serialize, T1: Serialize, T2: Serialize, @@ -499,11 +499,11 @@ information about how to implement this method.

T9: Serialize, T10: Serialize, T11: Serialize, - T12: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> Serialize for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13)
where + S: Serializer,

source§

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> Serialize for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13)
where T0: Serialize, T1: Serialize, T2: Serialize, @@ -517,11 +517,11 @@ information about how to implement this method.

T10: Serialize, T11: Serialize, T12: Serialize, - T13: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> Serialize for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14)
where + S: Serializer,

source§

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> Serialize for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14)
where T0: Serialize, T1: Serialize, T2: Serialize, @@ -536,11 +536,11 @@ information about how to implement this method.

T11: Serialize, T12: Serialize, T13: Serialize, - T14: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> Serialize for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15)
where + S: Serializer,

source§

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> Serialize for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15)
where T0: Serialize, T1: Serialize, T2: Serialize, @@ -556,310 +556,310 @@ information about how to implement this method.

T12: Serialize, T13: Serialize, T14: Serialize, - T15: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for Bound<T>
where - T: Serialize,

source§

impl<T> Serialize for Bound<T>
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for Option<T>
where - T: Serialize,

source§

impl<T> Serialize for Option<T>
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 0]

source§

impl<T> Serialize for [T; 0]

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 1]
where - T: Serialize,

source§

impl<T> Serialize for [T; 1]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 2]
where - T: Serialize,

source§

impl<T> Serialize for [T; 2]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 3]
where - T: Serialize,

source§

impl<T> Serialize for [T; 3]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 4]
where - T: Serialize,

source§

impl<T> Serialize for [T; 4]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 5]
where - T: Serialize,

source§

impl<T> Serialize for [T; 5]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 6]
where - T: Serialize,

source§

impl<T> Serialize for [T; 6]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 7]
where - T: Serialize,

source§

impl<T> Serialize for [T; 7]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 8]
where - T: Serialize,

source§

impl<T> Serialize for [T; 8]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 9]
where - T: Serialize,

source§

impl<T> Serialize for [T; 9]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 10]
where - T: Serialize,

source§

impl<T> Serialize for [T; 10]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 11]
where - T: Serialize,

source§

impl<T> Serialize for [T; 11]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 12]
where - T: Serialize,

source§

impl<T> Serialize for [T; 12]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 13]
where - T: Serialize,

source§

impl<T> Serialize for [T; 13]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 14]
where - T: Serialize,

source§

impl<T> Serialize for [T; 14]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 15]
where - T: Serialize,

source§

impl<T> Serialize for [T; 15]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 16]
where - T: Serialize,

source§

impl<T> Serialize for [T; 16]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 17]
where - T: Serialize,

source§

impl<T> Serialize for [T; 17]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 18]
where - T: Serialize,

source§

impl<T> Serialize for [T; 18]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 19]
where - T: Serialize,

source§

impl<T> Serialize for [T; 19]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 20]
where - T: Serialize,

source§

impl<T> Serialize for [T; 20]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 21]
where - T: Serialize,

source§

impl<T> Serialize for [T; 21]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 22]
where - T: Serialize,

source§

impl<T> Serialize for [T; 22]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 23]
where - T: Serialize,

source§

impl<T> Serialize for [T; 23]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 24]
where - T: Serialize,

source§

impl<T> Serialize for [T; 24]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 25]
where - T: Serialize,

source§

impl<T> Serialize for [T; 25]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 26]
where - T: Serialize,

source§

impl<T> Serialize for [T; 26]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 27]
where - T: Serialize,

source§

impl<T> Serialize for [T; 27]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 28]
where - T: Serialize,

source§

impl<T> Serialize for [T; 28]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 29]
where - T: Serialize,

source§

impl<T> Serialize for [T; 29]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 30]
where - T: Serialize,

source§

impl<T> Serialize for [T; 30]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 31]
where - T: Serialize,

source§

impl<T> Serialize for [T; 31]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 32]
where - T: Serialize,

source§

impl<T> Serialize for [T; 32]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T]
where - T: Serialize,

source§

impl<T> Serialize for [T]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for (T,)
where - T: Serialize,

source§

impl<T> Serialize for (T,)
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for Box<T>
where - T: Serialize + ?Sized,

source§

impl<T> Serialize for Box<T>
where + T: Serialize + ?Sized,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for BinaryHeap<T>
where - T: Serialize,

source§

impl<T> Serialize for BinaryHeap<T>
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for BTreeSet<T>
where - T: Serialize,

source§

impl<T> Serialize for BTreeSet<T>
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for LinkedList<T>
where - T: Serialize,

source§

impl<T> Serialize for LinkedList<T>
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for VecDeque<T>
where - T: Serialize,

source§

impl<T> Serialize for VecDeque<T>
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for Rc<T>
where + S: Serializer,

source§

impl<T> Serialize for Rc<T>
where T: Serialize + ?Sized,

This impl requires the "rc" Cargo feature of Serde.

Serializing a data structure containing Rc will serialize a copy of the contents of the Rc each time the Rc is referenced within the data structure. Serialization will not attempt to deduplicate these repeated data.

-
source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for Weak<T>
where + S: Serializer,

source§

impl<T> Serialize for Weak<T>
where T: Serialize + ?Sized,

This impl requires the "rc" Cargo feature of Serde.

-
source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for Arc<T>
where + S: Serializer,

source§

impl<T> Serialize for Arc<T>
where T: Serialize + ?Sized,

This impl requires the "rc" Cargo feature of Serde.

Serializing a data structure containing Arc will serialize a copy of the contents of the Arc each time the Arc is referenced within the data structure. Serialization will not attempt to deduplicate these repeated data.

-
source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for Weak<T>
where + S: Serializer,

source§

impl<T> Serialize for Weak<T>
where T: Serialize + ?Sized,

This impl requires the "rc" Cargo feature of Serde.

-
source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for Cell<T>
where - T: Serialize + Copy,

source§

impl<T> Serialize for Cell<T>
where + T: Serialize + Copy,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for RefCell<T>
where - T: Serialize + ?Sized,

source§

impl<T> Serialize for RefCell<T>
where + T: Serialize + ?Sized,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for Reverse<T>
where - T: Serialize,

source§

impl<T> Serialize for Reverse<T>
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for PhantomData<T>
where - T: ?Sized,

source§

impl<T> Serialize for PhantomData<T>
where + T: ?Sized,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for Saturating<T>
where - T: Serialize,

source§

impl<T> Serialize for Saturating<T>
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for Wrapping<T>
where - T: Serialize,

source§

impl<T> Serialize for Wrapping<T>
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for Mutex<T>
where - T: Serialize + ?Sized,

source§

impl<T> Serialize for Mutex<T>
where + T: Serialize + ?Sized,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for RwLock<T>
where - T: Serialize + ?Sized,

source§

impl<T> Serialize for RwLock<T>
where + T: Serialize + ?Sized,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T, E> Serialize for Result<T, E>
where + S: Serializer,

source§

impl<T, E> Serialize for Result<T, E>
where T: Serialize, - E: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T, H> Serialize for HashSet<T, H>
where - T: Serialize,

source§

impl<T, H> Serialize for HashSet<T, H>
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where S: Serializer,

Implementors§

source§

impl Serialize for ConfirmationTime

§

impl Serialize for ChildNumber

§

impl Serialize for bdk_chain::bitcoin::blockdata::locktime::absolute::LockTime

§

impl Serialize for bdk_chain::bitcoin::blockdata::locktime::relative::LockTime

§

impl Serialize for EcdsaSighashType

§

impl Serialize for Network

§

impl Serialize for TapSighashType

§

impl Serialize for Parity

The parity is serialized as u8 - 0 for even, 1 for odd.

§

impl Serialize for LeafVersion

Serializes LeafVersion as a u8 using consensus encoding.

-
§

impl Serialize for TapLeaf

source§

impl Serialize for bdk_chain::indexer::keychain_txout::ChangeSet

source§

impl Serialize for bdk_chain::local_chain::ChangeSet

source§

impl Serialize for Balance

source§

impl Serialize for BlockId

source§

impl Serialize for ConfirmationBlockTime

source§

impl Serialize for DescriptorId

source§

impl Serialize for String

§

impl Serialize for ChainCode

§

impl Serialize for DerivationPath

§

impl Serialize for Fingerprint

§

impl Serialize for Xpriv

§

impl Serialize for Xpub

§

impl Serialize for ShortId

§

impl Serialize for Header

§

impl Serialize for bdk_chain::bitcoin::blockdata::block::Version

§

impl Serialize for ChainHash

§

impl Serialize for bdk_chain::bitcoin::blockdata::locktime::absolute::Height

§

impl Serialize for bdk_chain::bitcoin::blockdata::locktime::absolute::Time

§

impl Serialize for bdk_chain::bitcoin::blockdata::locktime::relative::Height

§

impl Serialize for bdk_chain::bitcoin::blockdata::locktime::relative::Time

§

impl Serialize for bdk_chain::bitcoin::blockdata::transaction::Version

§

impl Serialize for bdk_chain::bitcoin::ecdsa::Signature

§

impl Serialize for Keypair

§

impl Serialize for TweakedKeypair

§

impl Serialize for TweakedPublicKey

§

impl Serialize for Key

§

impl Serialize for Pair

§

impl Serialize for Input

§

impl Serialize for Output

§

impl Serialize for PsbtSighashType

§

impl Serialize for SharedSecret

§

impl Serialize for bdk_chain::bitcoin::secp256k1::ecdsa::Signature

§

impl Serialize for bdk_chain::bitcoin::secp256k1::schnorr::Signature

§

impl Serialize for bdk_chain::bitcoin::secp256k1::PublicKey

§

impl Serialize for SecretKey

§

impl Serialize for Amount

§

impl Serialize for Block

§

impl Serialize for BlockHash

§

impl Serialize for CompactTarget

§

impl Serialize for CompressedPublicKey

§

impl Serialize for FeeRate

§

impl Serialize for FilterHash

§

impl Serialize for FilterHeader

§

impl Serialize for LegacySighash

§

impl Serialize for Opcode

§

impl Serialize for OutPoint

§

impl Serialize for PrivateKey

§

impl Serialize for Psbt

§

impl Serialize for PubkeyHash

§

impl Serialize for bdk_chain::bitcoin::PublicKey

§

impl Serialize for Script

§

impl Serialize for ScriptBuf

§

impl Serialize for ScriptHash

§

impl Serialize for SegwitV0Sighash

§

impl Serialize for Sequence

§

impl Serialize for TapLeafHash

§

impl Serialize for TapNodeHash

§

impl Serialize for TapSighash

§

impl Serialize for TapTweakHash

§

impl Serialize for Target

§

impl Serialize for Transaction

§

impl Serialize for TxIn

§

impl Serialize for TxMerkleNode

§

impl Serialize for TxOut

§

impl Serialize for Txid

§

impl Serialize for WPubkeyHash

§

impl Serialize for WScriptHash

§

impl Serialize for Weight

§

impl Serialize for Witness

§

impl Serialize for WitnessCommitment

§

impl Serialize for WitnessMerkleNode

§

impl Serialize for Work

§

impl Serialize for Wtxid

§

impl Serialize for XKeyIdentifier

§

impl Serialize for XOnlyPublicKey

§

impl Serialize for ControlBlock

§

impl Serialize for NodeInfo

§

impl Serialize for bdk_chain::bitcoin::taproot::Signature

§

impl Serialize for TapTree

§

impl Serialize for TaprootMerkleBranch

§

impl Serialize for bdk_chain::bitcoin::hashes::hash160::Hash

§

impl Serialize for bdk_chain::bitcoin::hashes::ripemd160::Hash

§

impl Serialize for bdk_chain::bitcoin::hashes::sha1::Hash

§

impl Serialize for bdk_chain::bitcoin::hashes::sha256::Hash

§

impl Serialize for Midstate

§

impl Serialize for bdk_chain::bitcoin::hashes::sha256d::Hash

§

impl Serialize for bdk_chain::bitcoin::hashes::sha384::Hash

§

impl Serialize for bdk_chain::bitcoin::hashes::sha512::Hash

§

impl Serialize for bdk_chain::bitcoin::hashes::sha512_256::Hash

§

impl Serialize for bdk_chain::bitcoin::hashes::siphash24::Hash

source§

impl<A> Serialize for bdk_chain::tx_graph::ChangeSet<A>
where +
§

impl Serialize for TapLeaf

source§

impl Serialize for bdk_chain::indexer::keychain_txout::ChangeSet

source§

impl Serialize for bdk_chain::local_chain::ChangeSet

source§

impl Serialize for Balance

source§

impl Serialize for BlockId

source§

impl Serialize for ConfirmationBlockTime

source§

impl Serialize for DescriptorId

source§

impl Serialize for String

§

impl Serialize for ChainCode

§

impl Serialize for DerivationPath

§

impl Serialize for Fingerprint

§

impl Serialize for Xpriv

§

impl Serialize for Xpub

§

impl Serialize for ShortId

§

impl Serialize for Header

§

impl Serialize for bdk_chain::bitcoin::blockdata::block::Version

§

impl Serialize for ChainHash

§

impl Serialize for bdk_chain::bitcoin::blockdata::locktime::absolute::Height

§

impl Serialize for bdk_chain::bitcoin::blockdata::locktime::absolute::Time

§

impl Serialize for bdk_chain::bitcoin::blockdata::locktime::relative::Height

§

impl Serialize for bdk_chain::bitcoin::blockdata::locktime::relative::Time

§

impl Serialize for bdk_chain::bitcoin::blockdata::transaction::Version

§

impl Serialize for bdk_chain::bitcoin::ecdsa::Signature

§

impl Serialize for Keypair

§

impl Serialize for TweakedKeypair

§

impl Serialize for TweakedPublicKey

§

impl Serialize for Key

§

impl Serialize for Pair

§

impl Serialize for Input

§

impl Serialize for Output

§

impl Serialize for PsbtSighashType

§

impl Serialize for SharedSecret

§

impl Serialize for bdk_chain::bitcoin::secp256k1::ecdsa::Signature

§

impl Serialize for bdk_chain::bitcoin::secp256k1::schnorr::Signature

§

impl Serialize for bdk_chain::bitcoin::secp256k1::PublicKey

§

impl Serialize for SecretKey

§

impl Serialize for Amount

§

impl Serialize for Block

§

impl Serialize for BlockHash

§

impl Serialize for CompactTarget

§

impl Serialize for CompressedPublicKey

§

impl Serialize for FeeRate

§

impl Serialize for FilterHash

§

impl Serialize for FilterHeader

§

impl Serialize for LegacySighash

§

impl Serialize for Opcode

§

impl Serialize for OutPoint

§

impl Serialize for PrivateKey

§

impl Serialize for Psbt

§

impl Serialize for PubkeyHash

§

impl Serialize for bdk_chain::bitcoin::PublicKey

§

impl Serialize for Script

§

impl Serialize for ScriptBuf

§

impl Serialize for ScriptHash

§

impl Serialize for SegwitV0Sighash

§

impl Serialize for Sequence

§

impl Serialize for TapLeafHash

§

impl Serialize for TapNodeHash

§

impl Serialize for TapSighash

§

impl Serialize for TapTweakHash

§

impl Serialize for Target

§

impl Serialize for Transaction

§

impl Serialize for TxIn

§

impl Serialize for TxMerkleNode

§

impl Serialize for TxOut

§

impl Serialize for Txid

§

impl Serialize for WPubkeyHash

§

impl Serialize for WScriptHash

§

impl Serialize for Weight

§

impl Serialize for Witness

§

impl Serialize for WitnessCommitment

§

impl Serialize for WitnessMerkleNode

§

impl Serialize for Work

§

impl Serialize for Wtxid

§

impl Serialize for XKeyIdentifier

§

impl Serialize for XOnlyPublicKey

§

impl Serialize for ControlBlock

§

impl Serialize for NodeInfo

§

impl Serialize for bdk_chain::bitcoin::taproot::Signature

§

impl Serialize for TapTree

§

impl Serialize for TaprootMerkleBranch

§

impl Serialize for bdk_chain::bitcoin::hashes::hash160::Hash

§

impl Serialize for bdk_chain::bitcoin::hashes::ripemd160::Hash

§

impl Serialize for bdk_chain::bitcoin::hashes::sha1::Hash

§

impl Serialize for bdk_chain::bitcoin::hashes::sha256::Hash

§

impl Serialize for Midstate

§

impl Serialize for bdk_chain::bitcoin::hashes::sha256d::Hash

§

impl Serialize for bdk_chain::bitcoin::hashes::sha384::Hash

§

impl Serialize for bdk_chain::bitcoin::hashes::sha512::Hash

§

impl Serialize for bdk_chain::bitcoin::hashes::sha512_256::Hash

§

impl Serialize for bdk_chain::bitcoin::hashes::siphash24::Hash

source§

impl<A> Serialize for bdk_chain::tx_graph::ChangeSet<A>
where A: Ord + Serialize,

source§

impl<A, IA> Serialize for bdk_chain::indexed_tx_graph::ChangeSet<A, IA>
where A: Ord + Serialize, IA: Serialize,

§

impl<N> Serialize for Address<N>

§

impl<Subtype> Serialize for ProprietaryKey<Subtype>
where - Subtype: Copy + From<u8> + Into<u8> + Serialize,

source§

impl<T> Serialize for Vec<T>
where - T: Serialize,

§

impl<T> Serialize for bdk_chain::bitcoin::hashes::sha256t::Hash<T>
where - T: Tag,

§

impl<T> Serialize for Hmac<T>
where - T: Hash + Serialize,

\ No newline at end of file + Subtype: Copy + From<u8> + Into<u8> + Serialize,
source§

impl<T> Serialize for Vec<T>
where + T: Serialize,

§

impl<T> Serialize for Hmac<T>
where + T: Hash + Serialize,

§

impl<T> Serialize for bdk_chain::bitcoin::hashes::sha256t::Hash<T>
where + T: Tag,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.SerializeMap.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.SerializeMap.html index a23bad4c6b..4aa960b6a4 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.SerializeMap.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.SerializeMap.html @@ -1,4 +1,4 @@ -SerializeMap in bdk_chain::bitcoin::hashes::serde::ser - Rust

Trait bdk_chain::bitcoin::hashes::serde::ser::SerializeMap

source ·
pub trait SerializeMap {
+SerializeMap in bdk_chain::bitcoin::hashes::serde::ser - Rust

Trait bdk_chain::bitcoin::hashes::serde::ser::SerializeMap

source ·
pub trait SerializeMap {
     type Ok;
     type Error: Error;
 
@@ -40,21 +40,21 @@
 

§Example implementation

The example data format presented on the website demonstrates an implementation of SerializeMap for a basic JSON data format.

-

Required Associated Types§

source

type Ok

Must match the Ok type of our Serializer.

-
source

type Error: Error

Must match the Error type of our Serializer.

-

Required Methods§

source

fn serialize_key<T>(&mut self, key: &T) -> Result<(), Self::Error>
where +

Required Associated Types§

source

type Ok

Must match the Ok type of our Serializer.

+
source

type Error: Error

Must match the Error type of our Serializer.

+

Required Methods§

source

fn serialize_key<T>(&mut self, key: &T) -> Result<(), Self::Error>
where T: Serialize + ?Sized,

Serialize a map key.

If possible, Serialize implementations are encouraged to use serialize_entry instead as it may be implemented more efficiently in some formats compared to a pair of calls to serialize_key and serialize_value.

-
source

fn serialize_value<T>(&mut self, value: &T) -> Result<(), Self::Error>
where +

source

fn serialize_value<T>(&mut self, value: &T) -> Result<(), Self::Error>
where T: Serialize + ?Sized,

Serialize a map value.

§Panics

Calling serialize_value before serialize_key is incorrect and is allowed to panic or produce bogus results.

-
source

fn end(self) -> Result<Self::Ok, Self::Error>

Finish serializing a map.

-

Provided Methods§

source

fn end(self) -> Result<Self::Ok, Self::Error>

Finish serializing a map.

+

Provided Methods§

source

fn serialize_entry<K, V>( &mut self, key: &K, value: &V @@ -71,5 +71,5 @@ are encouraged to use serialize_entry if possible.

serialize_value. This is appropriate for serializers that do not care about performance or are not able to optimize serialize_entry any better than this.

-

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<Ok, Error> SerializeMap for Impossible<Ok, Error>
where +

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<Ok, Error> SerializeMap for Impossible<Ok, Error>
where Error: Error,

§

type Ok = Ok

§

type Error = Error

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.SerializeSeq.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.SerializeSeq.html index 4ad68bd53d..eb0a8f7fa8 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.SerializeSeq.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.SerializeSeq.html @@ -1,4 +1,4 @@ -SerializeSeq in bdk_chain::bitcoin::hashes::serde::ser - Rust

Trait bdk_chain::bitcoin::hashes::serde::ser::SerializeSeq

source ·
pub trait SerializeSeq {
+SerializeSeq in bdk_chain::bitcoin::hashes::serde::ser - Rust

Trait bdk_chain::bitcoin::hashes::serde::ser::SerializeSeq

source ·
pub trait SerializeSeq {
     type Ok;
     type Error: Error;
 
@@ -28,10 +28,10 @@
 

§Example implementation

The example data format presented on the website demonstrates an implementation of SerializeSeq for a basic JSON data format.

-

Required Associated Types§

source

type Ok

Must match the Ok type of our Serializer.

-
source

type Error: Error

Must match the Error type of our Serializer.

-

Required Methods§

source

fn serialize_element<T>(&mut self, value: &T) -> Result<(), Self::Error>
where +

Required Associated Types§

source

type Ok

Must match the Ok type of our Serializer.

+
source

type Error: Error

Must match the Error type of our Serializer.

+

Required Methods§

source

fn serialize_element<T>(&mut self, value: &T) -> Result<(), Self::Error>
where T: Serialize + ?Sized,

Serialize a sequence element.

-
source

fn end(self) -> Result<Self::Ok, Self::Error>

Finish serializing a sequence.

-

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<Ok, Error> SerializeSeq for Impossible<Ok, Error>
where +

source

fn end(self) -> Result<Self::Ok, Self::Error>

Finish serializing a sequence.

+

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<Ok, Error> SerializeSeq for Impossible<Ok, Error>
where Error: Error,

§

type Ok = Ok

§

type Error = Error

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.SerializeStruct.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.SerializeStruct.html index 53df5dc985..5c8509b284 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.SerializeStruct.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.SerializeStruct.html @@ -1,4 +1,4 @@ -SerializeStruct in bdk_chain::bitcoin::hashes::serde::ser - Rust

Trait bdk_chain::bitcoin::hashes::serde::ser::SerializeStruct

source ·
pub trait SerializeStruct {
+SerializeStruct in bdk_chain::bitcoin::hashes::serde::ser - Rust

Trait bdk_chain::bitcoin::hashes::serde::ser::SerializeStruct

source ·
pub trait SerializeStruct {
     type Ok;
     type Error: Error;
 
@@ -38,16 +38,16 @@
 

§Example implementation

The example data format presented on the website demonstrates an implementation of SerializeStruct for a basic JSON data format.

-

Required Associated Types§

source

type Ok

Must match the Ok type of our Serializer.

-
source

type Error: Error

Must match the Error type of our Serializer.

-

Required Methods§

Required Associated Types§

source

type Ok

Must match the Ok type of our Serializer.

+
source

type Error: Error

Must match the Error type of our Serializer.

+

Required Methods§

source

fn serialize_field<T>( &mut self, key: &'static str, value: &T ) -> Result<(), Self::Error>
where T: Serialize + ?Sized,

Serialize a struct field.

-
source

fn end(self) -> Result<Self::Ok, Self::Error>

Finish serializing a struct.

-

Provided Methods§

source

fn skip_field(&mut self, key: &'static str) -> Result<(), Self::Error>

Indicate that a struct field has been skipped.

+
source

fn end(self) -> Result<Self::Ok, Self::Error>

Finish serializing a struct.

+

Provided Methods§

source

fn skip_field(&mut self, key: &'static str) -> Result<(), Self::Error>

Indicate that a struct field has been skipped.

The default implementation does nothing.

-

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<Ok, Error> SerializeStruct for Impossible<Ok, Error>
where +

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<Ok, Error> SerializeStruct for Impossible<Ok, Error>
where Error: Error,

§

type Ok = Ok

§

type Error = Error

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.SerializeStructVariant.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.SerializeStructVariant.html index d022ce5a35..fdca83a4f7 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.SerializeStructVariant.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.SerializeStructVariant.html @@ -1,4 +1,4 @@ -SerializeStructVariant in bdk_chain::bitcoin::hashes::serde::ser - Rust

Trait bdk_chain::bitcoin::hashes::serde::ser::SerializeStructVariant

source ·
pub trait SerializeStructVariant {
+SerializeStructVariant in bdk_chain::bitcoin::hashes::serde::ser - Rust

Trait bdk_chain::bitcoin::hashes::serde::ser::SerializeStructVariant

source ·
pub trait SerializeStructVariant {
     type Ok;
     type Error: Error;
 
@@ -44,16 +44,16 @@
 

§Example implementation

The example data format presented on the website demonstrates an implementation of SerializeStructVariant for a basic JSON data format.

-

Required Associated Types§

source

type Ok

Must match the Ok type of our Serializer.

-
source

type Error: Error

Must match the Error type of our Serializer.

-

Required Methods§

Required Associated Types§

source

type Ok

Must match the Ok type of our Serializer.

+
source

type Error: Error

Must match the Error type of our Serializer.

+

Required Methods§

source

fn serialize_field<T>( &mut self, key: &'static str, value: &T ) -> Result<(), Self::Error>
where T: Serialize + ?Sized,

Serialize a struct variant field.

-
source

fn end(self) -> Result<Self::Ok, Self::Error>

Finish serializing a struct variant.

-

Provided Methods§

source

fn skip_field(&mut self, key: &'static str) -> Result<(), Self::Error>

Indicate that a struct variant field has been skipped.

+
source

fn end(self) -> Result<Self::Ok, Self::Error>

Finish serializing a struct variant.

+

Provided Methods§

source

fn skip_field(&mut self, key: &'static str) -> Result<(), Self::Error>

Indicate that a struct variant field has been skipped.

The default implementation does nothing.

-

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<Ok, Error> SerializeStructVariant for Impossible<Ok, Error>
where +

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<Ok, Error> SerializeStructVariant for Impossible<Ok, Error>
where Error: Error,

§

type Ok = Ok

§

type Error = Error

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.SerializeTuple.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.SerializeTuple.html index 1e84a57ae6..12d06d7b06 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.SerializeTuple.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.SerializeTuple.html @@ -1,4 +1,4 @@ -SerializeTuple in bdk_chain::bitcoin::hashes::serde::ser - Rust

Trait bdk_chain::bitcoin::hashes::serde::ser::SerializeTuple

source ·
pub trait SerializeTuple {
+SerializeTuple in bdk_chain::bitcoin::hashes::serde::ser - Rust

Trait bdk_chain::bitcoin::hashes::serde::ser::SerializeTuple

source ·
pub trait SerializeTuple {
     type Ok;
     type Error: Error;
 
@@ -48,10 +48,10 @@
 

§Example implementation

The example data format presented on the website demonstrates an implementation of SerializeTuple for a basic JSON data format.

-

Required Associated Types§

source

type Ok

Must match the Ok type of our Serializer.

-
source

type Error: Error

Must match the Error type of our Serializer.

-

Required Methods§

source

fn serialize_element<T>(&mut self, value: &T) -> Result<(), Self::Error>
where +

Required Associated Types§

source

type Ok

Must match the Ok type of our Serializer.

+
source

type Error: Error

Must match the Error type of our Serializer.

+

Required Methods§

source

fn serialize_element<T>(&mut self, value: &T) -> Result<(), Self::Error>
where T: Serialize + ?Sized,

Serialize a tuple element.

-
source

fn end(self) -> Result<Self::Ok, Self::Error>

Finish serializing a tuple.

-

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<Ok, Error> SerializeTuple for Impossible<Ok, Error>
where +

source

fn end(self) -> Result<Self::Ok, Self::Error>

Finish serializing a tuple.

+

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<Ok, Error> SerializeTuple for Impossible<Ok, Error>
where Error: Error,

§

type Ok = Ok

§

type Error = Error

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.SerializeTupleStruct.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.SerializeTupleStruct.html index c12918caa8..afda53dbc4 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.SerializeTupleStruct.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.SerializeTupleStruct.html @@ -1,4 +1,4 @@ -SerializeTupleStruct in bdk_chain::bitcoin::hashes::serde::ser - Rust

Trait bdk_chain::bitcoin::hashes::serde::ser::SerializeTupleStruct

source ·
pub trait SerializeTupleStruct {
+SerializeTupleStruct in bdk_chain::bitcoin::hashes::serde::ser - Rust

Trait bdk_chain::bitcoin::hashes::serde::ser::SerializeTupleStruct

source ·
pub trait SerializeTupleStruct {
     type Ok;
     type Error: Error;
 
@@ -27,10 +27,10 @@
 

§Example implementation

The example data format presented on the website demonstrates an implementation of SerializeTupleStruct for a basic JSON data format.

-

Required Associated Types§

source

type Ok

Must match the Ok type of our Serializer.

-
source

type Error: Error

Must match the Error type of our Serializer.

-

Required Methods§

source

fn serialize_field<T>(&mut self, value: &T) -> Result<(), Self::Error>
where +

Required Associated Types§

source

type Ok

Must match the Ok type of our Serializer.

+
source

type Error: Error

Must match the Error type of our Serializer.

+

Required Methods§

source

fn serialize_field<T>(&mut self, value: &T) -> Result<(), Self::Error>
where T: Serialize + ?Sized,

Serialize a tuple struct field.

-
source

fn end(self) -> Result<Self::Ok, Self::Error>

Finish serializing a tuple struct.

-

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<Ok, Error> SerializeTupleStruct for Impossible<Ok, Error>
where +

source

fn end(self) -> Result<Self::Ok, Self::Error>

Finish serializing a tuple struct.

+

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<Ok, Error> SerializeTupleStruct for Impossible<Ok, Error>
where Error: Error,

§

type Ok = Ok

§

type Error = Error

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.SerializeTupleVariant.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.SerializeTupleVariant.html index 6bdef640f1..c9ed07a1e7 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.SerializeTupleVariant.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.SerializeTupleVariant.html @@ -1,4 +1,4 @@ -SerializeTupleVariant in bdk_chain::bitcoin::hashes::serde::ser - Rust

Trait bdk_chain::bitcoin::hashes::serde::ser::SerializeTupleVariant

source ·
pub trait SerializeTupleVariant {
+SerializeTupleVariant in bdk_chain::bitcoin::hashes::serde::ser - Rust

Trait bdk_chain::bitcoin::hashes::serde::ser::SerializeTupleVariant

source ·
pub trait SerializeTupleVariant {
     type Ok;
     type Error: Error;
 
@@ -40,10 +40,10 @@
 

§Example implementation

The example data format presented on the website demonstrates an implementation of SerializeTupleVariant for a basic JSON data format.

-

Required Associated Types§

source

type Ok

Must match the Ok type of our Serializer.

-
source

type Error: Error

Must match the Error type of our Serializer.

-

Required Methods§

source

fn serialize_field<T>(&mut self, value: &T) -> Result<(), Self::Error>
where +

Required Associated Types§

source

type Ok

Must match the Ok type of our Serializer.

+
source

type Error: Error

Must match the Error type of our Serializer.

+

Required Methods§

source

fn serialize_field<T>(&mut self, value: &T) -> Result<(), Self::Error>
where T: Serialize + ?Sized,

Serialize a tuple variant field.

-
source

fn end(self) -> Result<Self::Ok, Self::Error>

Finish serializing a tuple variant.

-

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<Ok, Error> SerializeTupleVariant for Impossible<Ok, Error>
where +

source

fn end(self) -> Result<Self::Ok, Self::Error>

Finish serializing a tuple variant.

+

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<Ok, Error> SerializeTupleVariant for Impossible<Ok, Error>
where Error: Error,

§

type Ok = Ok

§

type Error = Error

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.Serializer.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.Serializer.html index e9c4611936..1e2ba0919d 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.Serializer.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.Serializer.html @@ -1,4 +1,4 @@ -Serializer in bdk_chain::bitcoin::hashes::serde::ser - Rust

Trait bdk_chain::bitcoin::hashes::serde::ser::Serializer

source ·
pub trait Serializer: Sized {
+Serializer in bdk_chain::bitcoin::hashes::serde::ser - Rust

Trait bdk_chain::bitcoin::hashes::serde::ser::Serializer

source ·
pub trait Serializer: Sized {
     type Ok;
     type Error: Error;
     type SerializeSeq: SerializeSeq<Ok = Self::Ok, Error = Self::Error>;
@@ -218,28 +218,28 @@ output.

§Example implementation

The example data format presented on the website contains example code for a basic JSON Serializer.

-

Required Associated Types§

source

type Ok

The output type produced by this Serializer during successful +

Required Associated Types§

source

type Ok

The output type produced by this Serializer during successful serialization. Most serializers that produce text or binary output should set Ok = () and serialize into an io::Write or buffer contained within the Serializer instance. Serializers that build in-memory data structures may be simplified by using Ok to propagate the data structure around.

-
source

type Error: Error

The error type when some error occurs during serialization.

-
source

type SerializeSeq: SerializeSeq<Ok = Self::Ok, Error = Self::Error>

Type returned from serialize_seq for serializing the content of the +

source

type Error: Error

The error type when some error occurs during serialization.

+
source

type SerializeSeq: SerializeSeq<Ok = Self::Ok, Error = Self::Error>

Type returned from serialize_seq for serializing the content of the sequence.

-
source

type SerializeTuple: SerializeTuple<Ok = Self::Ok, Error = Self::Error>

Type returned from serialize_tuple for serializing the content of +

source

type SerializeTuple: SerializeTuple<Ok = Self::Ok, Error = Self::Error>

Type returned from serialize_tuple for serializing the content of the tuple.

-
source

type SerializeTupleStruct: SerializeTupleStruct<Ok = Self::Ok, Error = Self::Error>

Type returned from serialize_tuple_struct for serializing the +

source

type SerializeTupleStruct: SerializeTupleStruct<Ok = Self::Ok, Error = Self::Error>

Type returned from serialize_tuple_struct for serializing the content of the tuple struct.

-
source

type SerializeTupleVariant: SerializeTupleVariant<Ok = Self::Ok, Error = Self::Error>

Type returned from serialize_tuple_variant for serializing the +

source

type SerializeTupleVariant: SerializeTupleVariant<Ok = Self::Ok, Error = Self::Error>

Type returned from serialize_tuple_variant for serializing the content of the tuple variant.

-
source

type SerializeMap: SerializeMap<Ok = Self::Ok, Error = Self::Error>

Type returned from serialize_map for serializing the content of the +

source

type SerializeMap: SerializeMap<Ok = Self::Ok, Error = Self::Error>

Type returned from serialize_map for serializing the content of the map.

-
source

type SerializeStruct: SerializeStruct<Ok = Self::Ok, Error = Self::Error>

Type returned from serialize_struct for serializing the content of +

source

type SerializeStruct: SerializeStruct<Ok = Self::Ok, Error = Self::Error>

Type returned from serialize_struct for serializing the content of the struct.

-
source

type SerializeStructVariant: SerializeStructVariant<Ok = Self::Ok, Error = Self::Error>

Type returned from serialize_struct_variant for serializing the +

source

type SerializeStructVariant: SerializeStructVariant<Ok = Self::Ok, Error = Self::Error>

Type returned from serialize_struct_variant for serializing the content of the struct variant.

-

Required Methods§

source

fn serialize_bool(self, v: bool) -> Result<Self::Ok, Self::Error>

Serialize a bool value.

+

Required Methods§

source

fn serialize_bool(self, v: bool) -> Result<Self::Ok, Self::Error>

Serialize a bool value.

ⓘ
impl Serialize for bool {
     fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
@@ -249,7 +249,7 @@ content of the struct variant.

serializer.serialize_bool(*self) } }
-
source

fn serialize_i8(self, v: i8) -> Result<Self::Ok, Self::Error>

Serialize an i8 value.

+
source

fn serialize_i8(self, v: i8) -> Result<Self::Ok, Self::Error>

Serialize an i8 value.

If the format does not differentiate between i8 and i64, a reasonable implementation would be to cast the value to i64 and forward to serialize_i64.

@@ -262,7 +262,7 @@ forward to serialize_i64.

serializer.serialize_i8(*self) } }
-
source

fn serialize_i16(self, v: i16) -> Result<Self::Ok, Self::Error>

Serialize an i16 value.

+
source

fn serialize_i16(self, v: i16) -> Result<Self::Ok, Self::Error>

Serialize an i16 value.

If the format does not differentiate between i16 and i64, a reasonable implementation would be to cast the value to i64 and forward to serialize_i64.

@@ -275,7 +275,7 @@ forward to serialize_i64.

serializer.serialize_i16(*self) } }
-
source

fn serialize_i32(self, v: i32) -> Result<Self::Ok, Self::Error>

Serialize an i32 value.

+
source

fn serialize_i32(self, v: i32) -> Result<Self::Ok, Self::Error>

Serialize an i32 value.

If the format does not differentiate between i32 and i64, a reasonable implementation would be to cast the value to i64 and forward to serialize_i64.

@@ -288,7 +288,7 @@ forward to serialize_i64.

serializer.serialize_i32(*self) } }
-
source

fn serialize_i64(self, v: i64) -> Result<Self::Ok, Self::Error>

Serialize an i64 value.

+
source

fn serialize_i64(self, v: i64) -> Result<Self::Ok, Self::Error>

Serialize an i64 value.

ⓘ
impl Serialize for i64 {
     fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
@@ -298,7 +298,7 @@ forward to serialize_i64.

serializer.serialize_i64(*self) } }
-
source

fn serialize_u8(self, v: u8) -> Result<Self::Ok, Self::Error>

Serialize a u8 value.

+
source

fn serialize_u8(self, v: u8) -> Result<Self::Ok, Self::Error>

Serialize a u8 value.

If the format does not differentiate between u8 and u64, a reasonable implementation would be to cast the value to u64 and forward to serialize_u64.

@@ -311,7 +311,7 @@ forward to serialize_u64.

serializer.serialize_u8(*self) } }
-
source

fn serialize_u16(self, v: u16) -> Result<Self::Ok, Self::Error>

Serialize a u16 value.

+
source

fn serialize_u16(self, v: u16) -> Result<Self::Ok, Self::Error>

Serialize a u16 value.

If the format does not differentiate between u16 and u64, a reasonable implementation would be to cast the value to u64 and forward to serialize_u64.

@@ -324,7 +324,7 @@ forward to serialize_u64.

serializer.serialize_u16(*self) } }
-
source

fn serialize_u32(self, v: u32) -> Result<Self::Ok, Self::Error>

Serialize a u32 value.

+
source

fn serialize_u32(self, v: u32) -> Result<Self::Ok, Self::Error>

Serialize a u32 value.

If the format does not differentiate between u32 and u64, a reasonable implementation would be to cast the value to u64 and forward to serialize_u64.

@@ -337,7 +337,7 @@ forward to serialize_u64.

serializer.serialize_u32(*self) } }
-
source

fn serialize_u64(self, v: u64) -> Result<Self::Ok, Self::Error>

Serialize a u64 value.

+
source

fn serialize_u64(self, v: u64) -> Result<Self::Ok, Self::Error>

Serialize a u64 value.

ⓘ
impl Serialize for u64 {
     fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
@@ -347,7 +347,7 @@ forward to serialize_u64.

serializer.serialize_u64(*self) } }
-
source

fn serialize_f32(self, v: f32) -> Result<Self::Ok, Self::Error>

Serialize an f32 value.

+
source

fn serialize_f32(self, v: f32) -> Result<Self::Ok, Self::Error>

Serialize an f32 value.

If the format does not differentiate between f32 and f64, a reasonable implementation would be to cast the value to f64 and forward to serialize_f64.

@@ -360,7 +360,7 @@ forward to serialize_f64.

serializer.serialize_f32(*self) } }
-
source

fn serialize_f64(self, v: f64) -> Result<Self::Ok, Self::Error>

Serialize an f64 value.

+
source

fn serialize_f64(self, v: f64) -> Result<Self::Ok, Self::Error>

Serialize an f64 value.

ⓘ
impl Serialize for f64 {
     fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
@@ -370,7 +370,7 @@ forward to serialize_f64.

serializer.serialize_f64(*self) } }
-
source

fn serialize_char(self, v: char) -> Result<Self::Ok, Self::Error>

Serialize a character.

+
source

fn serialize_char(self, v: char) -> Result<Self::Ok, Self::Error>

Serialize a character.

If the format does not support characters, it is reasonable to serialize it as a single element str or a u32.

@@ -382,7 +382,7 @@ it as a single element str or a u32.

serializer.serialize_char(*self) } }
-
source

fn serialize_str(self, v: &str) -> Result<Self::Ok, Self::Error>

Serialize a &str.

+
source

fn serialize_str(self, v: &str) -> Result<Self::Ok, Self::Error>

Serialize a &str.

ⓘ
impl Serialize for str {
     fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
@@ -392,7 +392,7 @@ it as a single element str or a u32.

serializer.serialize_str(self) } }
-
source

fn serialize_bytes(self, v: &[u8]) -> Result<Self::Ok, Self::Error>

Serialize a chunk of raw byte data.

+
source

fn serialize_bytes(self, v: &[u8]) -> Result<Self::Ok, Self::Error>

Serialize a chunk of raw byte data.

Enables serializers to serialize byte slices more compactly or more efficiently than other types of slices. If no efficient implementation is available, a reasonable implementation would be to forward to @@ -406,7 +406,7 @@ like this:

} seq.end() }
-
source

fn serialize_none(self) -> Result<Self::Ok, Self::Error>

Serialize a None value.

+
source

fn serialize_none(self) -> Result<Self::Ok, Self::Error>

Serialize a None value.

ⓘ
impl<T> Serialize for Option<T>
 where
@@ -422,7 +422,7 @@ like this:

} } }
-
source

fn serialize_some<T>(self, value: &T) -> Result<Self::Ok, Self::Error>
where +

source

fn serialize_some<T>(self, value: &T) -> Result<Self::Ok, Self::Error>
where T: Serialize + ?Sized,

Serialize a Some(T) value.

ⓘ
impl<T> Serialize for Option<T>
@@ -439,7 +439,7 @@ like this:

} } }
-
source

fn serialize_unit(self) -> Result<Self::Ok, Self::Error>

Serialize a () value.

+
source

fn serialize_unit(self) -> Result<Self::Ok, Self::Error>

Serialize a () value.

ⓘ
impl Serialize for () {
     fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
@@ -449,7 +449,7 @@ like this:

serializer.serialize_unit() } }
-
source

fn serialize_unit_struct( +

source

fn serialize_unit_struct( self, name: &'static str ) -> Result<Self::Ok, Self::Error>

Serialize a unit struct like struct Unit or PhantomData<T>.

@@ -467,7 +467,7 @@ like this:

serializer.serialize_unit_struct("Nothing") } }
-
source

fn serialize_unit_variant( +

source

fn serialize_unit_variant( self, name: &'static str, variant_index: u32, @@ -495,7 +495,7 @@ variant.

} } } -

source

fn serialize_newtype_struct<T>( +

source

fn serialize_newtype_struct<T>( self, name: &'static str, value: &T @@ -517,7 +517,7 @@ be to forward to value.serialize(self).

serializer.serialize_newtype_struct("Millimeters", &self.0) } } -

source

fn serialize_newtype_variant<T>( +

source

fn serialize_newtype_variant<T>( self, name: &'static str, variant_index: u32, @@ -547,7 +547,7 @@ variant. The value is the data contained within this newtype varian } } } -

source

fn serialize_seq( +

source

fn serialize_seq( self, len: Option<usize> ) -> Result<Self::SerializeSeq, Self::Error>

Begin to serialize a variably sized sequence. This call must be @@ -574,7 +574,7 @@ support sequences whose length is known up front.

seq.end() } }
-
source

fn serialize_tuple( +

source

fn serialize_tuple( self, len: usize ) -> Result<Self::SerializeTuple, Self::Error>

Begin to serialize a statically sized sequence whose length will be @@ -619,7 +619,7 @@ then a call to end.

seq.end() } }
-
source

fn serialize_tuple_struct( +

source

fn serialize_tuple_struct( self, name: &'static str, len: usize @@ -645,7 +645,7 @@ of data fields that will be serialized.

ts.end() } } -

source

fn serialize_tuple_variant( +

source

fn serialize_tuple_variant( self, name: &'static str, variant_index: u32, @@ -686,7 +686,7 @@ and the len is the number of data fields that will be serialized. -

source

fn serialize_map( +

source

fn serialize_map( self, len: Option<usize> ) -> Result<Self::SerializeMap, Self::Error>

Begin to serialize a map. This call must be followed by zero or more @@ -713,7 +713,7 @@ maps whose length is known up front.

map.end() } }
-
source

fn serialize_struct( +

source

fn serialize_struct( self, name: &'static str, len: usize @@ -744,7 +744,7 @@ which are skipped with -

source

fn serialize_struct_variant( +

source

fn serialize_struct_variant( self, name: &'static str, variant_index: u32, @@ -784,7 +784,7 @@ and the len is the number of data fields that will be serialized. } } } -

Provided Methods§

source

fn serialize_i128(self, v: i128) -> Result<Self::Ok, Self::Error>

Serialize an i128 value.

+

Provided Methods§

source

fn serialize_i128(self, v: i128) -> Result<Self::Ok, Self::Error>

Serialize an i128 value.

ⓘ
impl Serialize for i128 {
     fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
@@ -795,7 +795,7 @@ and the len is the number of data fields that will be serialized.
     }
 }

The default behavior unconditionally returns an error.

-
source

fn serialize_u128(self, v: u128) -> Result<Self::Ok, Self::Error>

Serialize a u128 value.

+
source

fn serialize_u128(self, v: u128) -> Result<Self::Ok, Self::Error>

Serialize a u128 value.

ⓘ
impl Serialize for u128 {
     fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
@@ -806,7 +806,7 @@ and the len is the number of data fields that will be serialized.
     }
 }

The default behavior unconditionally returns an error.

-
source

fn collect_seq<I>(self, iter: I) -> Result<Self::Ok, Self::Error>
where +

source

fn collect_seq<I>(self, iter: I) -> Result<Self::Ok, Self::Error>

Collect an iterator as a sequence.

The default implementation serializes each item yielded by the iterator @@ -827,7 +827,7 @@ method.

serializer.collect_seq(self.data.iter().map(|x| x + 1)) } }
-
source

fn collect_map<K, V, I>(self, iter: I) -> Result<Self::Ok, Self::Error>
where +

source

fn collect_map<K, V, I>(self, iter: I) -> Result<Self::Ok, Self::Error>
where K: Serialize, V: Serialize, I: IntoIterator<Item = (K, V)>,

Collect an iterator as a map.

@@ -851,7 +851,7 @@ method.

serializer.collect_map(self.keys.iter().map(|k| (k, ()))) } }
-
source

fn collect_str<T>(self, value: &T) -> Result<Self::Ok, Self::Error>
where +

source

fn collect_str<T>(self, value: &T) -> Result<Self::Ok, Self::Error>
where T: Display + ?Sized,

Serialize a string produced by an implementation of Display.

The default implementation builds a heap-allocated String and delegates to serialize_str. Serializers are encouraged to provide a @@ -867,7 +867,7 @@ more efficient implementation if possible.

serializer.collect_str(&format_args!("{:?}{:?}", self.naive_local(), self.offset())) } }
-
source

fn is_human_readable(&self) -> bool

Determine whether Serialize implementations should serialize in +

source

fn is_human_readable(&self) -> bool

Determine whether Serialize implementations should serialize in human-readable form.

Some types have a human-readable form that may be somewhat expensive to construct, as well as a binary form that is compact and efficient. @@ -945,7 +945,7 @@ deserialize from the same data in compact mode.

variant: &'static str, _len: usize ) -> Result<<Serializer as Serializer>::SerializeStructVariant, Error>
source§

fn collect_str<T>(self, value: &T) -> Result<Value, Error>
where - T: Display + ?Sized,

source§

impl<'a, 'b> Serializer for &'a mut Formatter<'b>

+ T: Display + ?Sized,
source§

impl<'a, 'b> Serializer for &'a mut Formatter<'b>

ⓘ
use serde::ser::Serialize;
 use serde_derive::Serialize;
 use std::fmt::{self, Display};
@@ -962,54 +962,54 @@ deserialize from the same data in compact mode.

self.serialize(f) } }
-
§

type Ok = ()

§

type Error = Error

§

type SerializeSeq = Impossible<(), Error>

§

type SerializeTuple = Impossible<(), Error>

§

type SerializeTupleStruct = Impossible<(), Error>

§

type SerializeTupleVariant = Impossible<(), Error>

§

type SerializeMap = Impossible<(), Error>

§

type SerializeStruct = Impossible<(), Error>

§

type SerializeStructVariant = Impossible<(), Error>

source§

fn serialize_bool(self, v: bool) -> Result<(), Error>

source§

fn serialize_i8(self, v: i8) -> Result<(), Error>

source§

fn serialize_i16(self, v: i16) -> Result<(), Error>

source§

fn serialize_i32(self, v: i32) -> Result<(), Error>

source§

fn serialize_i64(self, v: i64) -> Result<(), Error>

source§

fn serialize_i128(self, v: i128) -> Result<(), Error>

source§

fn serialize_u8(self, v: u8) -> Result<(), Error>

source§

fn serialize_u16(self, v: u16) -> Result<(), Error>

source§

fn serialize_u32(self, v: u32) -> Result<(), Error>

source§

fn serialize_u64(self, v: u64) -> Result<(), Error>

source§

fn serialize_u128(self, v: u128) -> Result<(), Error>

source§

fn serialize_f32(self, v: f32) -> Result<(), Error>

source§

fn serialize_f64(self, v: f64) -> Result<(), Error>

source§

fn serialize_char(self, v: char) -> Result<(), Error>

source§

fn serialize_str(self, v: &str) -> Result<(), Error>

source§

fn serialize_unit_struct(self, v: &'static str) -> Result<(), Error>

source§

fn serialize_unit_variant( self, _name: &'static str, _variant_index: u32, variant: &'static str -) -> Result<(), Error>

source§

fn serialize_newtype_struct<T>( +) -> Result<(), Error>

source§

fn serialize_newtype_struct<T>( self, _name: &'static str, value: &T ) -> Result<(), Error>
where - T: Serialize + ?Sized,

source§

fn serialize_bytes(self, _v: &[u8]) -> Result<(), Error>

source§

fn serialize_none(self) -> Result<(), Error>

source§

fn serialize_some<T>(self, _value: &T) -> Result<(), Error>
where - T: Serialize + ?Sized,

source§

fn serialize_unit(self) -> Result<(), Error>

source§

fn serialize_newtype_variant<T>( + T: Serialize + ?Sized,

source§

fn serialize_bytes(self, _v: &[u8]) -> Result<(), Error>

source§

fn serialize_none(self) -> Result<(), Error>

source§

fn serialize_some<T>(self, _value: &T) -> Result<(), Error>
where + T: Serialize + ?Sized,

source§

fn serialize_unit(self) -> Result<(), Error>

source§

fn serialize_newtype_variant<T>( self, _name: &'static str, _variant_index: u32, _variant: &'static str, _value: &T ) -> Result<(), Error>
where - T: Serialize + ?Sized,

source§

fn serialize_seq( + T: Serialize + ?Sized,

source§

fn serialize_seq( self, _len: Option<usize> -) -> Result<<&'a mut Formatter<'b> as Serializer>::SerializeSeq, Error>

source§

fn serialize_tuple( +) -> Result<<&'a mut Formatter<'b> as Serializer>::SerializeSeq, Error>

source§

fn serialize_tuple( self, _len: usize -) -> Result<<&'a mut Formatter<'b> as Serializer>::SerializeTuple, Error>

source§

fn serialize_tuple_struct( +) -> Result<<&'a mut Formatter<'b> as Serializer>::SerializeTuple, Error>

source§

fn serialize_tuple_struct( self, _name: &'static str, _len: usize -) -> Result<<&'a mut Formatter<'b> as Serializer>::SerializeTupleStruct, Error>

source§

fn serialize_tuple_variant( +) -> Result<<&'a mut Formatter<'b> as Serializer>::SerializeTupleStruct, Error>

source§

fn serialize_tuple_variant( self, _name: &'static str, _variant_index: u32, _variant: &'static str, _len: usize -) -> Result<<&'a mut Formatter<'b> as Serializer>::SerializeTupleVariant, Error>

source§

fn serialize_map( +) -> Result<<&'a mut Formatter<'b> as Serializer>::SerializeTupleVariant, Error>

source§

fn serialize_map( self, _len: Option<usize> -) -> Result<<&'a mut Formatter<'b> as Serializer>::SerializeMap, Error>

source§

fn serialize_struct( +) -> Result<<&'a mut Formatter<'b> as Serializer>::SerializeMap, Error>

source§

fn serialize_struct( self, _name: &'static str, _len: usize -) -> Result<<&'a mut Formatter<'b> as Serializer>::SerializeStruct, Error>

source§

fn serialize_struct_variant( +) -> Result<<&'a mut Formatter<'b> as Serializer>::SerializeStruct, Error>

source§

fn serialize_struct_variant( self, _name: &'static str, _variant_index: u32, _variant: &'static str, _len: usize -) -> Result<<&'a mut Formatter<'b> as Serializer>::SerializeStructVariant, Error>

source§

fn collect_str<T>(self, value: &T) -> Result<(), Error>
where +) -> Result<<&'a mut Formatter<'b> as Serializer>::SerializeStructVariant, Error>

source§

fn collect_str<T>(self, value: &T) -> Result<(), Error>
where T: Display + ?Sized,

source§

impl<'a, W, F> Serializer for &'a mut Serializer<W, F>
where W: Write, F: Formatter,

source§

fn serialize_newtype_struct<T>( diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.StdError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.StdError.html index ff07d5e633..9eb0d60e2a 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.StdError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.StdError.html @@ -300,7 +300,7 @@ dyn let a_boxed_error = Box::<dyn Error + Send + Sync>::from(a_string_error); assert!( mem::size_of::<Box<dyn Error + Send + Sync>>() == mem::size_of_val(&a_boxed_error))

-

Implementors§

1.0.0 · source§

impl !Error for &str

source§

impl Error for ApplyHeaderError

source§

impl Error for CalculateFeeError

§

impl Error for FromScriptError

§

impl Error for P2shError

§

impl Error for bdk_chain::bitcoin::address::ParseError

§

impl Error for ParseAmountError

§

impl Error for bdk_chain::bitcoin::base58::Error

§

impl Error for ParseAlphabetError

§

impl Error for bdk_chain::bitcoin::base64::DecodeError

§

impl Error for DecodeSliceError

§

impl Error for EncodeSliceError

§

impl Error for bdk_chain::bitcoin::bip32::Error

§

impl Error for bdk_chain::bitcoin::bip152::Error

§

impl Error for bdk_chain::bitcoin::bip158::Error

§

impl Error for Bip34Error

§

impl Error for ValidationError

§

impl Error for bdk_chain::bitcoin::blockdata::script::Error

§

impl Error for bdk_chain::bitcoin::blockdata::script::witness_program::Error

§

impl Error for FromStrError

§

impl Error for TryFromInstructionError

§

impl Error for ParseOutPointError

§

impl Error for bdk_chain::bitcoin::consensus::encode::Error

§

impl Error for FromHexError

§

impl Error for bdk_chain::bitcoin::ecdsa::Error

§

impl Error for PrefixedHexError

§

impl Error for UnprefixedHexError

§

impl Error for bdk_chain::bitcoin::key::FromSliceError

§

impl Error for FromWifError

§

impl Error for ParseCompressedPublicKeyError

§

impl Error for ParsePublicKeyError

§

impl Error for MerkleBlockError

§

impl Error for bdk_chain::bitcoin::psbt::Error

§

impl Error for ExtractTxError

§

impl Error for GetKeyError

§

impl Error for bdk_chain::bitcoin::psbt::IndexOutOfBoundsError

§

impl Error for PsbtParseError

§

impl Error for SignError

§

impl Error for bdk_chain::bitcoin::secp256k1::Error

source§

impl Error for BernoulliError

source§

impl Error for WeightedError

§

impl Error for AnnexError

§

impl Error for P2wpkhError

§

impl Error for PrevoutsIndexError

§

impl Error for bdk_chain::bitcoin::sighash::TaprootError

§

impl Error for MessageSignatureError

§

impl Error for HiddenNodesError

§

impl Error for IncompleteBuilderError

§

impl Error for SigFromSliceError

§

impl Error for TaprootBuilderError

§

impl Error for bdk_chain::bitcoin::taproot::TaprootError

§

impl Error for HexToArrayError

§

impl Error for HexToBytesError

1.8.0 · source§

impl Error for Infallible

1.0.0 · source§

impl Error for VarError

1.15.0 · source§

impl Error for RecvTimeoutError

1.0.0 · source§

impl Error for TryRecvError

source§

impl Error for !

source§

impl Error for AlterCheckPointError

source§

impl Error for CannotConnectError

source§

impl Error for MissingGenesisError

§

impl Error for bdk_chain::bitcoin::address::InvalidBase58PayloadLengthError

§

impl Error for InvalidLegacyPrefixError

§

impl Error for LegacyAddressTooLongError

§

impl Error for NetworkValidationError

§

impl Error for UnknownAddressTypeError

§

impl Error for UnknownHrpError

§

impl Error for IncorrectChecksumError

§

impl Error for TooShortError

§

impl Error for bdk_chain::bitcoin::base58::InvalidCharacterError

§

impl Error for bdk_chain::bitcoin::bip32::InvalidBase58PayloadLengthError

§

impl Error for TxIndexOutOfRangeError

§

impl Error for bdk_chain::bitcoin::blockdata::locktime::absolute::ConversionError

§

impl Error for ParseHeightError

§

impl Error for ParseTimeError

§

impl Error for DisabledLockTimeError

§

impl Error for IncompatibleHeightError

§

impl Error for IncompatibleTimeError

§

impl Error for TimeOverflowError

§

impl Error for PushBytesError

§

impl Error for bdk_chain::bitcoin::blockdata::script::witness_version::TryFromError

§

impl Error for bdk_chain::bitcoin::blockdata::transaction::IndexOutOfBoundsError

§

impl Error for InputsIndexError

§

impl Error for OutputsIndexError

§

impl Error for ContainsPrefixError

§

impl Error for MissingPrefixError

§

impl Error for bdk_chain::bitcoin::io::Error

§

impl Error for InvalidAddressVersionError

§

impl Error for bdk_chain::bitcoin::key::InvalidBase58PayloadLengthError

§

impl Error for UncompressedPublicKeyError

§

impl Error for ParseNetworkError

§

impl Error for UnknownChainHashError

§

impl Error for CommandStringError

§

impl Error for ParseMagicError

§

impl Error for UnknownMagicError

§

impl Error for bdk_chain::bitcoin::parse::ParseIntError

source§

impl Error for ReadError

source§

impl Error for bdk_chain::bitcoin::secp256k1::rand::Error

§

impl Error for bdk_chain::bitcoin::secp256k1::scalar::OutOfRangeError

§

impl Error for InvalidParityValue

§

impl Error for InvalidSighashTypeError

§

impl Error for NonStandardSighashTypeError

§

impl Error for PrevoutsKindError

§

impl Error for PrevoutsSizeError

§

impl Error for SighashTypeParseError

§

impl Error for SingleMissingOutputError

§

impl Error for InvalidLengthError

§

impl Error for InvalidCharError

§

impl Error for OddLengthStringError

§

impl Error for bdk_chain::bitcoin::hashes::FromSliceError

source§

impl Error for bdk_chain::bitcoin::hashes::serde::de::value::Error

source§

impl Error for UnorderedKeyError

1.57.0 · source§

impl Error for TryReserveError

1.58.0 · source§

impl Error for FromVecWithNulError

1.7.0 · source§

impl Error for IntoStringError

1.0.0 · source§

impl Error for NulError

1.0.0 · source§

impl Error for FromUtf8Error

1.0.0 · source§

impl Error for FromUtf16Error

1.28.0 · source§

impl Error for LayoutError

source§

impl Error for AllocError

1.34.0 · source§

impl Error for TryFromSliceError

1.13.0 · source§

impl Error for BorrowError

1.13.0 · source§

impl Error for BorrowMutError

1.34.0 · source§

impl Error for CharTryFromError

1.20.0 · source§

impl Error for ParseCharError

1.9.0 · source§

impl Error for DecodeUtf16Error

1.59.0 · source§

impl Error for TryFromCharError

1.69.0 · source§

impl Error for FromBytesUntilNulError

1.17.0 · source§

impl Error for FromBytesWithNulError

1.11.0 · source§

impl Error for core::fmt::Error

1.4.0 · source§

impl Error for AddrParseError

1.0.0 · source§

impl Error for ParseFloatError

1.0.0 · source§

impl Error for core::num::error::ParseIntError

1.34.0 · source§

impl Error for TryFromIntError

1.0.0 · source§

impl Error for ParseBoolError

1.0.0 · source§

impl Error for Utf8Error

1.66.0 · source§

impl Error for TryFromFloatSecsError

1.0.0 · source§

impl Error for JoinPathsError

1.56.0 · source§

impl Error for WriterPanicked

1.0.0 · source§

impl Error for std::io::error::Error

1.7.0 · source§

impl Error for StripPrefixError

source§

impl Error for ExitStatusError

1.0.0 · source§

impl Error for RecvError

1.26.0 · source§

impl Error for AccessError

1.8.0 · source§

impl Error for SystemTimeError

source§

impl Error for getrandom::error::Error

source§

impl Error for serde_json::error::Error

§

impl Error for AbsLockTimeError

§

impl Error for AnalysisError

§

impl Error for CharError

§

impl Error for CheckedHrpstringError

§

impl Error for ChecksumError

§

impl Error for CodeLengthError

§

impl Error for ConversionError

§

impl Error for DecodeError

§

impl Error for DecodeError

§

impl Error for DescriptorKeyParseError

§

impl Error for EncodeError

§

impl Error for EncodeError

§

impl Error for EncodeIoError

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for FromCharError

§

impl Error for FromSqlError

§

impl Error for InputError

§

impl Error for InputTooLargeError

§

impl Error for InvalidCharacterError

§

impl Error for InvalidWitnessVersionError

§

impl Error for KeyParseError

§

impl Error for LiftError

§

impl Error for MissingDigitsError

§

impl Error for OutOfRangeError

§

impl Error for OutputUpdateError

§

impl Error for PaddingError

§

impl Error for ParseDenominationError

§

impl Error for ParseError

§

impl Error for ParseError

§

impl Error for ParseThresholdError

§

impl Error for PolicyError

§

impl Error for PossiblyConfusingDenominationError

§

impl Error for RelLockTimeError

§

impl Error for SegwitCodeLengthError

§

impl Error for SegwitHrpstringError

§

impl Error for SighashError

§

impl Error for ThresholdError

§

impl Error for TooPreciseError

§

impl Error for TryFromError

§

impl Error for UncheckedHrpstringError

§

impl Error for UnknownDenominationError

§

impl Error for UtxoUpdateError

§

impl Error for WitnessLengthError

source§

impl<'a, K, V> Error for alloc::collections::btree::map::entry::OccupiedError<'a, K, V>
where +

Implementors§

1.0.0 · source§

impl !Error for &str

source§

impl Error for ApplyHeaderError

source§

impl Error for CalculateFeeError

§

impl Error for FromScriptError

§

impl Error for P2shError

§

impl Error for bdk_chain::bitcoin::address::ParseError

§

impl Error for ParseAmountError

§

impl Error for bdk_chain::bitcoin::base58::Error

§

impl Error for ParseAlphabetError

§

impl Error for bdk_chain::bitcoin::base64::DecodeError

§

impl Error for DecodeSliceError

§

impl Error for EncodeSliceError

§

impl Error for bdk_chain::bitcoin::bip32::Error

§

impl Error for bdk_chain::bitcoin::bip152::Error

§

impl Error for bdk_chain::bitcoin::bip158::Error

§

impl Error for Bip34Error

§

impl Error for ValidationError

§

impl Error for bdk_chain::bitcoin::blockdata::script::Error

§

impl Error for bdk_chain::bitcoin::blockdata::script::witness_program::Error

§

impl Error for FromStrError

§

impl Error for TryFromInstructionError

§

impl Error for ParseOutPointError

§

impl Error for bdk_chain::bitcoin::consensus::encode::Error

§

impl Error for FromHexError

§

impl Error for bdk_chain::bitcoin::ecdsa::Error

§

impl Error for PrefixedHexError

§

impl Error for UnprefixedHexError

§

impl Error for bdk_chain::bitcoin::key::FromSliceError

§

impl Error for FromWifError

§

impl Error for ParseCompressedPublicKeyError

§

impl Error for ParsePublicKeyError

§

impl Error for MerkleBlockError

§

impl Error for bdk_chain::bitcoin::psbt::Error

§

impl Error for ExtractTxError

§

impl Error for GetKeyError

§

impl Error for bdk_chain::bitcoin::psbt::IndexOutOfBoundsError

§

impl Error for PsbtParseError

§

impl Error for SignError

§

impl Error for bdk_chain::bitcoin::secp256k1::Error

source§

impl Error for BernoulliError

source§

impl Error for WeightedError

§

impl Error for AnnexError

§

impl Error for P2wpkhError

§

impl Error for PrevoutsIndexError

§

impl Error for bdk_chain::bitcoin::sighash::TaprootError

§

impl Error for MessageSignatureError

§

impl Error for HiddenNodesError

§

impl Error for IncompleteBuilderError

§

impl Error for SigFromSliceError

§

impl Error for TaprootBuilderError

§

impl Error for bdk_chain::bitcoin::taproot::TaprootError

§

impl Error for HexToArrayError

§

impl Error for HexToBytesError

1.8.0 · source§

impl Error for Infallible

1.0.0 · source§

impl Error for VarError

1.15.0 · source§

impl Error for RecvTimeoutError

1.0.0 · source§

impl Error for TryRecvError

source§

impl Error for !

source§

impl Error for AlterCheckPointError

source§

impl Error for CannotConnectError

source§

impl Error for MissingGenesisError

§

impl Error for bdk_chain::bitcoin::address::InvalidBase58PayloadLengthError

§

impl Error for InvalidLegacyPrefixError

§

impl Error for LegacyAddressTooLongError

§

impl Error for NetworkValidationError

§

impl Error for UnknownAddressTypeError

§

impl Error for UnknownHrpError

§

impl Error for IncorrectChecksumError

§

impl Error for TooShortError

§

impl Error for bdk_chain::bitcoin::base58::InvalidCharacterError

§

impl Error for bdk_chain::bitcoin::bip32::InvalidBase58PayloadLengthError

§

impl Error for TxIndexOutOfRangeError

§

impl Error for bdk_chain::bitcoin::blockdata::locktime::absolute::ConversionError

§

impl Error for ParseHeightError

§

impl Error for ParseTimeError

§

impl Error for DisabledLockTimeError

§

impl Error for IncompatibleHeightError

§

impl Error for IncompatibleTimeError

§

impl Error for TimeOverflowError

§

impl Error for PushBytesError

§

impl Error for bdk_chain::bitcoin::blockdata::script::witness_version::TryFromError

§

impl Error for bdk_chain::bitcoin::blockdata::transaction::IndexOutOfBoundsError

§

impl Error for InputsIndexError

§

impl Error for OutputsIndexError

§

impl Error for ContainsPrefixError

§

impl Error for MissingPrefixError

§

impl Error for bdk_chain::bitcoin::io::Error

§

impl Error for InvalidAddressVersionError

§

impl Error for bdk_chain::bitcoin::key::InvalidBase58PayloadLengthError

§

impl Error for UncompressedPublicKeyError

§

impl Error for ParseNetworkError

§

impl Error for UnknownChainHashError

§

impl Error for CommandStringError

§

impl Error for ParseMagicError

§

impl Error for UnknownMagicError

§

impl Error for bdk_chain::bitcoin::parse::ParseIntError

§

impl Error for bdk_chain::bitcoin::secp256k1::hashes::FromSliceError

source§

impl Error for ReadError

source§

impl Error for bdk_chain::bitcoin::secp256k1::rand::Error

§

impl Error for bdk_chain::bitcoin::secp256k1::scalar::OutOfRangeError

§

impl Error for InvalidParityValue

§

impl Error for InvalidSighashTypeError

§

impl Error for NonStandardSighashTypeError

§

impl Error for PrevoutsKindError

§

impl Error for PrevoutsSizeError

§

impl Error for SighashTypeParseError

§

impl Error for SingleMissingOutputError

§

impl Error for InvalidLengthError

§

impl Error for InvalidCharError

§

impl Error for OddLengthStringError

source§

impl Error for bdk_chain::bitcoin::hashes::serde::de::value::Error

source§

impl Error for UnorderedKeyError

1.57.0 · source§

impl Error for TryReserveError

1.58.0 · source§

impl Error for FromVecWithNulError

1.7.0 · source§

impl Error for IntoStringError

1.0.0 · source§

impl Error for NulError

1.0.0 · source§

impl Error for FromUtf8Error

1.0.0 · source§

impl Error for FromUtf16Error

1.28.0 · source§

impl Error for LayoutError

source§

impl Error for AllocError

1.34.0 · source§

impl Error for TryFromSliceError

1.13.0 · source§

impl Error for BorrowError

1.13.0 · source§

impl Error for BorrowMutError

1.34.0 · source§

impl Error for CharTryFromError

1.20.0 · source§

impl Error for ParseCharError

1.9.0 · source§

impl Error for DecodeUtf16Error

1.59.0 · source§

impl Error for TryFromCharError

1.69.0 · source§

impl Error for FromBytesUntilNulError

1.17.0 · source§

impl Error for FromBytesWithNulError

1.11.0 · source§

impl Error for core::fmt::Error

1.4.0 · source§

impl Error for AddrParseError

1.0.0 · source§

impl Error for ParseFloatError

1.0.0 · source§

impl Error for core::num::error::ParseIntError

1.34.0 · source§

impl Error for TryFromIntError

1.0.0 · source§

impl Error for ParseBoolError

1.0.0 · source§

impl Error for Utf8Error

1.66.0 · source§

impl Error for TryFromFloatSecsError

1.0.0 · source§

impl Error for JoinPathsError

1.56.0 · source§

impl Error for WriterPanicked

1.0.0 · source§

impl Error for std::io::error::Error

1.7.0 · source§

impl Error for StripPrefixError

source§

impl Error for ExitStatusError

1.0.0 · source§

impl Error for RecvError

1.26.0 · source§

impl Error for AccessError

1.8.0 · source§

impl Error for SystemTimeError

source§

impl Error for getrandom::error::Error

source§

impl Error for serde_json::error::Error

§

impl Error for AbsLockTimeError

§

impl Error for AnalysisError

§

impl Error for CharError

§

impl Error for CheckedHrpstringError

§

impl Error for ChecksumError

§

impl Error for CodeLengthError

§

impl Error for ConversionError

§

impl Error for DecodeError

§

impl Error for DecodeError

§

impl Error for DescriptorKeyParseError

§

impl Error for EncodeError

§

impl Error for EncodeError

§

impl Error for EncodeIoError

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for Error

§

impl Error for FromCharError

§

impl Error for FromSqlError

§

impl Error for InputError

§

impl Error for InputTooLargeError

§

impl Error for InvalidCharacterError

§

impl Error for InvalidWitnessVersionError

§

impl Error for KeyParseError

§

impl Error for LiftError

§

impl Error for MissingDigitsError

§

impl Error for OutOfRangeError

§

impl Error for OutputUpdateError

§

impl Error for PaddingError

§

impl Error for ParseDenominationError

§

impl Error for ParseError

§

impl Error for ParseError

§

impl Error for ParseThresholdError

§

impl Error for PolicyError

§

impl Error for PossiblyConfusingDenominationError

§

impl Error for RelLockTimeError

§

impl Error for SegwitCodeLengthError

§

impl Error for SegwitHrpstringError

§

impl Error for SighashError

§

impl Error for ThresholdError

§

impl Error for TooPreciseError

§

impl Error for TryFromError

§

impl Error for UncheckedHrpstringError

§

impl Error for UnknownDenominationError

§

impl Error for UtxoUpdateError

§

impl Error for WitnessLengthError

source§

impl<'a, K, V> Error for alloc::collections::btree::map::entry::OccupiedError<'a, K, V>
where K: Debug + Ord, V: Debug,

source§

impl<'a, K, V> Error for std::collections::hash::map::OccupiedError<'a, K, V>
where K: Debug, diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/trait.Deserialize.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/trait.Deserialize.html index 12d3503a8f..e677064dfc 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/trait.Deserialize.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/trait.Deserialize.html @@ -1,4 +1,4 @@ -Deserialize in bdk_chain::bitcoin::hashes::serde - Rust

Trait bdk_chain::bitcoin::hashes::serde::Deserialize

source ·
pub trait Deserialize<'de>: Sized {
+Deserialize in bdk_chain::bitcoin::hashes::serde - Rust

Trait bdk_chain::bitcoin::hashes::serde::Deserialize

source ·
pub trait Deserialize<'de>: Sized {
     // Required method
     fn deserialize<D>(
         deserializer: D
@@ -24,217 +24,217 @@ provides an implementation of Deserialize for it.

The 'de lifetime of this trait is the lifetime of data that may be borrowed by Self when deserialized. See the page Understanding deserializer lifetimes for a more detailed explanation of these lifetimes.

-

Required Methods§

Required Methods§

source

fn deserialize<D>( deserializer: D ) -> Result<Self, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer.

See the Implementing Deserialize section of the manual for more information about how to implement this method.

-

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl<'de> Deserialize<'de> for IpAddr

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl<'de> Deserialize<'de> for IpAddr

source§

fn deserialize<D>( deserializer: D ) -> Result<IpAddr, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for SocketAddr

source§

impl<'de> Deserialize<'de> for SocketAddr

source§

fn deserialize<D>( deserializer: D ) -> Result<SocketAddr, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for Value

source§

fn deserialize<D>( deserializer: D ) -> Result<Value, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for bool

source§

impl<'de> Deserialize<'de> for bool

source§

fn deserialize<D>( deserializer: D ) -> Result<bool, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for char

source§

impl<'de> Deserialize<'de> for char

source§

fn deserialize<D>( deserializer: D ) -> Result<char, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for f32

source§

impl<'de> Deserialize<'de> for f32

source§

fn deserialize<D>( deserializer: D ) -> Result<f32, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for f64

source§

impl<'de> Deserialize<'de> for f64

source§

fn deserialize<D>( deserializer: D ) -> Result<f64, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for i8

source§

impl<'de> Deserialize<'de> for i8

source§

fn deserialize<D>( deserializer: D ) -> Result<i8, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for i16

source§

impl<'de> Deserialize<'de> for i16

source§

fn deserialize<D>( deserializer: D ) -> Result<i16, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for i32

source§

impl<'de> Deserialize<'de> for i32

source§

fn deserialize<D>( deserializer: D ) -> Result<i32, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for i64

source§

impl<'de> Deserialize<'de> for i64

source§

fn deserialize<D>( deserializer: D ) -> Result<i64, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for i128

source§

impl<'de> Deserialize<'de> for i128

source§

fn deserialize<D>( deserializer: D ) -> Result<i128, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for isize

source§

impl<'de> Deserialize<'de> for isize

source§

fn deserialize<D>( deserializer: D ) -> Result<isize, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for u8

source§

impl<'de> Deserialize<'de> for u8

source§

fn deserialize<D>( deserializer: D ) -> Result<u8, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for u16

source§

impl<'de> Deserialize<'de> for u16

source§

fn deserialize<D>( deserializer: D ) -> Result<u16, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for u32

source§

impl<'de> Deserialize<'de> for u32

source§

fn deserialize<D>( deserializer: D ) -> Result<u32, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for u64

source§

impl<'de> Deserialize<'de> for u64

source§

fn deserialize<D>( deserializer: D ) -> Result<u64, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for u128

source§

impl<'de> Deserialize<'de> for u128

source§

fn deserialize<D>( deserializer: D ) -> Result<u128, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for ()

source§

impl<'de> Deserialize<'de> for ()

source§

fn deserialize<D>( deserializer: D ) -> Result<(), <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for usize

source§

impl<'de> Deserialize<'de> for usize

source§

fn deserialize<D>( deserializer: D ) -> Result<usize, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for Box<str>

source§

impl<'de> Deserialize<'de> for Box<str>

source§

fn deserialize<D>( deserializer: D ) -> Result<Box<str>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for Box<CStr>

source§

impl<'de> Deserialize<'de> for Box<CStr>

source§

fn deserialize<D>( deserializer: D ) -> Result<Box<CStr>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for Box<OsStr>

source§

impl<'de> Deserialize<'de> for Box<OsStr>

source§

fn deserialize<D>( deserializer: D ) -> Result<Box<OsStr>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for Box<Path>

source§

impl<'de> Deserialize<'de> for Box<Path>

source§

fn deserialize<D>( deserializer: D ) -> Result<Box<Path>, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for Box<RawValue>

source§

fn deserialize<D>( deserializer: D ) -> Result<Box<RawValue>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for CString

source§

impl<'de> Deserialize<'de> for CString

source§

fn deserialize<D>( deserializer: D ) -> Result<CString, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for Ipv4Addr

source§

impl<'de> Deserialize<'de> for Ipv4Addr

source§

fn deserialize<D>( deserializer: D ) -> Result<Ipv4Addr, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for Ipv6Addr

source§

impl<'de> Deserialize<'de> for Ipv6Addr

source§

fn deserialize<D>( deserializer: D ) -> Result<Ipv6Addr, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for SocketAddrV4

source§

impl<'de> Deserialize<'de> for SocketAddrV4

source§

fn deserialize<D>( deserializer: D ) -> Result<SocketAddrV4, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for SocketAddrV6

source§

impl<'de> Deserialize<'de> for SocketAddrV6

source§

fn deserialize<D>( deserializer: D ) -> Result<SocketAddrV6, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for NonZero<i8>

source§

impl<'de> Deserialize<'de> for NonZero<i8>

source§

fn deserialize<D>( deserializer: D ) -> Result<NonZero<i8>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for NonZero<i16>

source§

impl<'de> Deserialize<'de> for NonZero<i16>

source§

fn deserialize<D>( deserializer: D ) -> Result<NonZero<i16>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for NonZero<i32>

source§

impl<'de> Deserialize<'de> for NonZero<i32>

source§

fn deserialize<D>( deserializer: D ) -> Result<NonZero<i32>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for NonZero<i64>

source§

impl<'de> Deserialize<'de> for NonZero<i64>

source§

fn deserialize<D>( deserializer: D ) -> Result<NonZero<i64>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for NonZero<i128>

source§

impl<'de> Deserialize<'de> for NonZero<i128>

source§

fn deserialize<D>( deserializer: D ) -> Result<NonZero<i128>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for NonZero<isize>

source§

impl<'de> Deserialize<'de> for NonZero<isize>

source§

fn deserialize<D>( deserializer: D ) -> Result<NonZero<isize>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for NonZero<u8>

source§

impl<'de> Deserialize<'de> for NonZero<u8>

source§

fn deserialize<D>( deserializer: D ) -> Result<NonZero<u8>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for NonZero<u16>

source§

impl<'de> Deserialize<'de> for NonZero<u16>

source§

fn deserialize<D>( deserializer: D ) -> Result<NonZero<u16>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for NonZero<u32>

source§

impl<'de> Deserialize<'de> for NonZero<u32>

source§

fn deserialize<D>( deserializer: D ) -> Result<NonZero<u32>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for NonZero<u64>

source§

impl<'de> Deserialize<'de> for NonZero<u64>

source§

fn deserialize<D>( deserializer: D ) -> Result<NonZero<u64>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for NonZero<u128>

source§

impl<'de> Deserialize<'de> for NonZero<u128>

source§

fn deserialize<D>( deserializer: D ) -> Result<NonZero<u128>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for NonZero<usize>

source§

impl<'de> Deserialize<'de> for NonZero<usize>

source§

fn deserialize<D>( deserializer: D ) -> Result<NonZero<usize>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for Saturating<i8>

source§

impl<'de> Deserialize<'de> for Saturating<i8>

source§

fn deserialize<D>( deserializer: D ) -> Result<Saturating<i8>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for Saturating<i16>

source§

impl<'de> Deserialize<'de> for Saturating<i16>

source§

fn deserialize<D>( deserializer: D ) -> Result<Saturating<i16>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for Saturating<i32>

source§

impl<'de> Deserialize<'de> for Saturating<i32>

source§

fn deserialize<D>( deserializer: D ) -> Result<Saturating<i32>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for Saturating<i64>

source§

impl<'de> Deserialize<'de> for Saturating<i64>

source§

fn deserialize<D>( deserializer: D ) -> Result<Saturating<i64>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for Saturating<i128>

source§

impl<'de> Deserialize<'de> for Saturating<i128>

source§

fn deserialize<D>( deserializer: D ) -> Result<Saturating<i128>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for Saturating<isize>

source§

impl<'de> Deserialize<'de> for Saturating<isize>

source§

fn deserialize<D>( deserializer: D ) -> Result<Saturating<isize>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for Saturating<u8>

source§

impl<'de> Deserialize<'de> for Saturating<u8>

source§

fn deserialize<D>( deserializer: D ) -> Result<Saturating<u8>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for Saturating<u16>

source§

impl<'de> Deserialize<'de> for Saturating<u16>

source§

fn deserialize<D>( deserializer: D ) -> Result<Saturating<u16>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for Saturating<u32>

source§

impl<'de> Deserialize<'de> for Saturating<u32>

source§

fn deserialize<D>( deserializer: D ) -> Result<Saturating<u32>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for Saturating<u64>

source§

impl<'de> Deserialize<'de> for Saturating<u64>

source§

fn deserialize<D>( deserializer: D ) -> Result<Saturating<u64>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for Saturating<u128>

source§

impl<'de> Deserialize<'de> for Saturating<u128>

source§

fn deserialize<D>( deserializer: D ) -> Result<Saturating<u128>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for Saturating<usize>

source§

impl<'de> Deserialize<'de> for Saturating<usize>

source§

fn deserialize<D>( deserializer: D ) -> Result<Saturating<usize>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for AtomicBool

source§

impl<'de> Deserialize<'de> for AtomicBool

source§

fn deserialize<D>( deserializer: D ) -> Result<AtomicBool, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for AtomicI8

source§

impl<'de> Deserialize<'de> for AtomicI8

source§

fn deserialize<D>( deserializer: D ) -> Result<AtomicI8, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for AtomicI16

source§

impl<'de> Deserialize<'de> for AtomicI16

source§

fn deserialize<D>( deserializer: D ) -> Result<AtomicI16, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for AtomicI32

source§

impl<'de> Deserialize<'de> for AtomicI32

source§

fn deserialize<D>( deserializer: D ) -> Result<AtomicI32, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for AtomicI64

source§

impl<'de> Deserialize<'de> for AtomicI64

source§

fn deserialize<D>( deserializer: D ) -> Result<AtomicI64, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for AtomicIsize

source§

impl<'de> Deserialize<'de> for AtomicIsize

source§

fn deserialize<D>( deserializer: D ) -> Result<AtomicIsize, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for AtomicU8

source§

impl<'de> Deserialize<'de> for AtomicU8

source§

fn deserialize<D>( deserializer: D ) -> Result<AtomicU8, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for AtomicU16

source§

impl<'de> Deserialize<'de> for AtomicU16

source§

fn deserialize<D>( deserializer: D ) -> Result<AtomicU16, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for AtomicU32

source§

impl<'de> Deserialize<'de> for AtomicU32

source§

fn deserialize<D>( deserializer: D ) -> Result<AtomicU32, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for AtomicU64

source§

impl<'de> Deserialize<'de> for AtomicU64

source§

fn deserialize<D>( deserializer: D ) -> Result<AtomicU64, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for AtomicUsize

source§

impl<'de> Deserialize<'de> for AtomicUsize

source§

fn deserialize<D>( deserializer: D ) -> Result<AtomicUsize, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for Duration

source§

impl<'de> Deserialize<'de> for Duration

source§

fn deserialize<D>( deserializer: D ) -> Result<Duration, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for OsString

source§

impl<'de> Deserialize<'de> for OsString

source§

fn deserialize<D>( deserializer: D ) -> Result<OsString, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for PathBuf

source§

impl<'de> Deserialize<'de> for PathBuf

source§

fn deserialize<D>( deserializer: D ) -> Result<PathBuf, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for SystemTime

source§

impl<'de> Deserialize<'de> for SystemTime

source§

fn deserialize<D>( deserializer: D ) -> Result<SystemTime, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

source§

impl<'de> Deserialize<'de> for Map<String, Value>

source§

fn deserialize<D>( @@ -247,52 +247,52 @@ manual for more information about how to implement this method.

deserializer: D ) -> Result<DescriptorPublicKey, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

§

impl<'de> Deserialize<'de> for Hash

§

fn deserialize<D>(d: D) -> Result<Hash, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, 'a> Deserialize<'de> for &'a str
where - 'de: 'a,

source§

impl<'de, 'a> Deserialize<'de> for &'a str
where + 'de: 'a,

source§

fn deserialize<D>( deserializer: D ) -> Result<&'a str, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, 'a> Deserialize<'de> for &'a Path
where - 'de: 'a,

source§

impl<'de, 'a> Deserialize<'de> for &'a Path
where + 'de: 'a,

source§

fn deserialize<D>( deserializer: D ) -> Result<&'a Path, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

source§

impl<'de, 'a> Deserialize<'de> for &'a RawValue
where 'de: 'a,

source§

fn deserialize<D>( deserializer: D ) -> Result<&'a RawValue, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, 'a> Deserialize<'de> for &'a [u8]
where - 'de: 'a,

source§

impl<'de, 'a> Deserialize<'de> for &'a [u8]
where + 'de: 'a,

source§

fn deserialize<D>( deserializer: D ) -> Result<&'a [u8], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, 'a, T> Deserialize<'de> for Cow<'a, T>
where + D: Deserializer<'de>,

source§

impl<'de, 'a, T> Deserialize<'de> for Cow<'a, T>
where T: ToOwned + ?Sized, - <T as ToOwned>::Owned: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<Cow<'a, T>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, Idx> Deserialize<'de> for Range<Idx>
where - Idx: Deserialize<'de>,

source§

impl<'de, Idx> Deserialize<'de> for Range<Idx>
where + Idx: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<Range<Idx>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, Idx> Deserialize<'de> for RangeFrom<Idx>
where - Idx: Deserialize<'de>,

source§

impl<'de, Idx> Deserialize<'de> for RangeFrom<Idx>
where + Idx: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<RangeFrom<Idx>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, Idx> Deserialize<'de> for RangeInclusive<Idx>
where - Idx: Deserialize<'de>,

source§

impl<'de, Idx> Deserialize<'de> for RangeInclusive<Idx>
where + Idx: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<RangeInclusive<Idx>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, Idx> Deserialize<'de> for RangeTo<Idx>
where - Idx: Deserialize<'de>,

source§

impl<'de, Idx> Deserialize<'de> for RangeTo<Idx>
where + Idx: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<RangeTo<Idx>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, K, V> Deserialize<'de> for BTreeMap<K, V>
where + D: Deserializer<'de>,

source§

impl<'de, K, V> Deserialize<'de> for BTreeMap<K, V>
where K: Deserialize<'de> + Ord, - V: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<BTreeMap<K, V>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, K, V, S> Deserialize<'de> for HashMap<K, V, S>
where + D: Deserializer<'de>,

source§

impl<'de, K, V, S> Deserialize<'de> for HashMap<K, V, S>
where K: Deserialize<'de> + Eq + Hash, V: Deserialize<'de>, - S: BuildHasher + Default,

source§

fn deserialize<D>( deserializer: D ) -> Result<HashMap<K, V, S>, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

§

impl<'de, Pk> Deserialize<'de> for Descriptor<Pk>
where @@ -312,52 +312,52 @@ manual for more information about how to implement this method.

Ctx: ScriptContext,

§

fn deserialize<D>( deserializer: D ) -> Result<Miniscript<Pk, Ctx>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T0, T1> Deserialize<'de> for (T0, T1)
where + D: Deserializer<'de>,

source§

impl<'de, T0, T1> Deserialize<'de> for (T0, T1)
where T0: Deserialize<'de>, - T1: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<(T0, T1), <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T0, T1, T2> Deserialize<'de> for (T0, T1, T2)
where + D: Deserializer<'de>,

source§

impl<'de, T0, T1, T2> Deserialize<'de> for (T0, T1, T2)
where T0: Deserialize<'de>, T1: Deserialize<'de>, - T2: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<(T0, T1, T2), <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T0, T1, T2, T3> Deserialize<'de> for (T0, T1, T2, T3)
where + D: Deserializer<'de>,

source§

impl<'de, T0, T1, T2, T3> Deserialize<'de> for (T0, T1, T2, T3)
where T0: Deserialize<'de>, T1: Deserialize<'de>, T2: Deserialize<'de>, - T3: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<(T0, T1, T2, T3), <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T0, T1, T2, T3, T4> Deserialize<'de> for (T0, T1, T2, T3, T4)
where + D: Deserializer<'de>,

source§

impl<'de, T0, T1, T2, T3, T4> Deserialize<'de> for (T0, T1, T2, T3, T4)
where T0: Deserialize<'de>, T1: Deserialize<'de>, T2: Deserialize<'de>, T3: Deserialize<'de>, - T4: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<(T0, T1, T2, T3, T4), <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T0, T1, T2, T3, T4, T5> Deserialize<'de> for (T0, T1, T2, T3, T4, T5)
where + D: Deserializer<'de>,

source§

impl<'de, T0, T1, T2, T3, T4, T5> Deserialize<'de> for (T0, T1, T2, T3, T4, T5)
where T0: Deserialize<'de>, T1: Deserialize<'de>, T2: Deserialize<'de>, T3: Deserialize<'de>, T4: Deserialize<'de>, - T5: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<(T0, T1, T2, T3, T4, T5), <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T0, T1, T2, T3, T4, T5, T6> Deserialize<'de> for (T0, T1, T2, T3, T4, T5, T6)
where + D: Deserializer<'de>,

source§

impl<'de, T0, T1, T2, T3, T4, T5, T6> Deserialize<'de> for (T0, T1, T2, T3, T4, T5, T6)
where T0: Deserialize<'de>, T1: Deserialize<'de>, T2: Deserialize<'de>, T3: Deserialize<'de>, T4: Deserialize<'de>, T5: Deserialize<'de>, - T6: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<(T0, T1, T2, T3, T4, T5, T6), <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T0, T1, T2, T3, T4, T5, T6, T7> Deserialize<'de> for (T0, T1, T2, T3, T4, T5, T6, T7)
where + D: Deserializer<'de>,

source§

impl<'de, T0, T1, T2, T3, T4, T5, T6, T7> Deserialize<'de> for (T0, T1, T2, T3, T4, T5, T6, T7)
where T0: Deserialize<'de>, T1: Deserialize<'de>, T2: Deserialize<'de>, @@ -365,10 +365,10 @@ manual for more information about how to implement this method.

T4: Deserialize<'de>, T5: Deserialize<'de>, T6: Deserialize<'de>, - T7: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<(T0, T1, T2, T3, T4, T5, T6, T7), <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T0, T1, T2, T3, T4, T5, T6, T7, T8> Deserialize<'de> for (T0, T1, T2, T3, T4, T5, T6, T7, T8)
where + D: Deserializer<'de>,

source§

impl<'de, T0, T1, T2, T3, T4, T5, T6, T7, T8> Deserialize<'de> for (T0, T1, T2, T3, T4, T5, T6, T7, T8)
where T0: Deserialize<'de>, T1: Deserialize<'de>, T2: Deserialize<'de>, @@ -377,10 +377,10 @@ manual for more information about how to implement this method.

T5: Deserialize<'de>, T6: Deserialize<'de>, T7: Deserialize<'de>, - T8: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<(T0, T1, T2, T3, T4, T5, T6, T7, T8), <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9> Deserialize<'de> for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9)
where + D: Deserializer<'de>,

source§

impl<'de, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9> Deserialize<'de> for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9)
where T0: Deserialize<'de>, T1: Deserialize<'de>, T2: Deserialize<'de>, @@ -390,10 +390,10 @@ manual for more information about how to implement this method.

T6: Deserialize<'de>, T7: Deserialize<'de>, T8: Deserialize<'de>, - T9: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9), <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> Deserialize<'de> for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)
where + D: Deserializer<'de>,

source§

impl<'de, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> Deserialize<'de> for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)
where T0: Deserialize<'de>, T1: Deserialize<'de>, T2: Deserialize<'de>, @@ -404,10 +404,10 @@ manual for more information about how to implement this method.

T7: Deserialize<'de>, T8: Deserialize<'de>, T9: Deserialize<'de>, - T10: Deserialize<'de>,

source§

impl<'de, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> Deserialize<'de> for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)
where + D: Deserializer<'de>,

source§

impl<'de, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> Deserialize<'de> for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)
where T0: Deserialize<'de>, T1: Deserialize<'de>, T2: Deserialize<'de>, @@ -419,10 +419,10 @@ manual for more information about how to implement this method.

T8: Deserialize<'de>, T9: Deserialize<'de>, T10: Deserialize<'de>, - T11: Deserialize<'de>,

source§

impl<'de, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> Deserialize<'de> for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12)
where + D: Deserializer<'de>,

source§

impl<'de, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> Deserialize<'de> for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12)
where T0: Deserialize<'de>, T1: Deserialize<'de>, T2: Deserialize<'de>, @@ -435,10 +435,10 @@ manual for more information about how to implement this method.

T9: Deserialize<'de>, T10: Deserialize<'de>, T11: Deserialize<'de>, - T12: Deserialize<'de>,

source§

impl<'de, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> Deserialize<'de> for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13)
where + D: Deserializer<'de>,

source§

impl<'de, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> Deserialize<'de> for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13)
where T0: Deserialize<'de>, T1: Deserialize<'de>, T2: Deserialize<'de>, @@ -452,10 +452,10 @@ manual for more information about how to implement this method.

T10: Deserialize<'de>, T11: Deserialize<'de>, T12: Deserialize<'de>, - T13: Deserialize<'de>,

source§

impl<'de, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> Deserialize<'de> for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14)
where + D: Deserializer<'de>,

source§

impl<'de, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> Deserialize<'de> for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14)
where T0: Deserialize<'de>, T1: Deserialize<'de>, T2: Deserialize<'de>, @@ -470,10 +470,10 @@ manual for more information about how to implement this method.

T11: Deserialize<'de>, T12: Deserialize<'de>, T13: Deserialize<'de>, - T14: Deserialize<'de>,

source§

impl<'de, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> Deserialize<'de> for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15)
where + D: Deserializer<'de>,

source§

impl<'de, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> Deserialize<'de> for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15)
where T0: Deserialize<'de>, T1: Deserialize<'de>, T2: Deserialize<'de>, @@ -489,252 +489,252 @@ manual for more information about how to implement this method.

T12: Deserialize<'de>, T13: Deserialize<'de>, T14: Deserialize<'de>, - T15: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for Bound<T>
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for Bound<T>
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<Bound<T>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for Option<T>
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for Option<T>
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<Option<T>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 0]

source§

impl<'de, T> Deserialize<'de> for [T; 0]

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 0], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 1]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 1]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 1], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 2]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 2]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 2], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 3]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 3]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 3], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 4]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 4]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 4], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 5]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 5]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 5], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 6]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 6]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 6], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 7]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 7]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 7], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 8]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 8]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 8], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 9]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 9]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 9], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 10]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 10]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 10], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 11]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 11]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 11], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 12]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 12]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 12], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 13]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 13]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 13], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 14]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 14]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 14], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 15]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 15]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 15], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 16]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 16]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 16], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 17]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 17]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 17], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 18]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 18]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 18], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 19]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 19]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 19], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 20]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 20]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 20], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 21]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 21]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 21], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 22]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 22]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 22], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 23]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 23]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 23], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 24]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 24]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 24], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 25]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 25]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 25], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 26]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 26]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 26], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 27]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 27]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 27], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 28]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 28]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 28], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 29]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 29]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 29], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 30]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 30]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 30], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 31]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 31]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 31], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 32]
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for [T; 32]
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<[T; 32], <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for (T,)
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for (T,)
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<(T,), <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for Box<[T]>
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for Box<[T]>
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<Box<[T]>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for Box<T>
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for Box<T>
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<Box<T>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for BinaryHeap<T>
where - T: Deserialize<'de> + Ord,

source§

impl<'de, T> Deserialize<'de> for BinaryHeap<T>
where + T: Deserialize<'de> + Ord,

source§

fn deserialize<D>( deserializer: D ) -> Result<BinaryHeap<T>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for BTreeSet<T>
where - T: Deserialize<'de> + Eq + Ord,

source§

impl<'de, T> Deserialize<'de> for BTreeSet<T>
where + T: Deserialize<'de> + Eq + Ord,

source§

fn deserialize<D>( deserializer: D ) -> Result<BTreeSet<T>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for LinkedList<T>
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for LinkedList<T>
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<LinkedList<T>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for VecDeque<T>
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for VecDeque<T>
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<VecDeque<T>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for Rc<T>
where + D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for Rc<T>
where Box<T>: Deserialize<'de>, T: ?Sized,

This impl requires the "rc" Cargo feature of Serde.

Deserializing a data structure containing Rc will not attempt to deduplicate Rc references to the same data. Every deserialized Rc will end up with a strong count of 1.

-
source§

fn deserialize<D>( deserializer: D ) -> Result<Rc<T>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for Weak<T>
where + D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for Weak<T>
where T: Deserialize<'de>,

This impl requires the "rc" Cargo feature of Serde. The resulting Weak<T> has a reference count of 0 and cannot be upgraded.

-
source§

fn deserialize<D>( deserializer: D ) -> Result<Weak<T>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for Arc<T>
where + D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for Arc<T>
where Box<T>: Deserialize<'de>, T: ?Sized,

This impl requires the "rc" Cargo feature of Serde.

Deserializing a data structure containing Arc will not attempt to deduplicate Arc references to the same data. Every deserialized Arc will end up with a strong count of 1.

-
source§

fn deserialize<D>( deserializer: D ) -> Result<Arc<T>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for Weak<T>
where + D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for Weak<T>
where T: Deserialize<'de>,

This impl requires the "rc" Cargo feature of Serde. The resulting Weak<T> has a reference count of 0 and cannot be upgraded.

-
source§

fn deserialize<D>( deserializer: D ) -> Result<Weak<T>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for Cell<T>
where - T: Deserialize<'de> + Copy,

source§

impl<'de, T> Deserialize<'de> for Cell<T>
where + T: Deserialize<'de> + Copy,

source§

fn deserialize<D>( deserializer: D ) -> Result<Cell<T>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for RefCell<T>
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for RefCell<T>
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<RefCell<T>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for Reverse<T>
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for Reverse<T>
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<Reverse<T>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for PhantomData<T>
where - T: ?Sized,

source§

impl<'de, T> Deserialize<'de> for PhantomData<T>
where + T: ?Sized,

source§

fn deserialize<D>( deserializer: D ) -> Result<PhantomData<T>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for Wrapping<T>
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for Wrapping<T>
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<Wrapping<T>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for Mutex<T>
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for Mutex<T>
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<Mutex<T>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T> Deserialize<'de> for RwLock<T>
where - T: Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for RwLock<T>
where + T: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<RwLock<T>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T, E> Deserialize<'de> for Result<T, E>
where + D: Deserializer<'de>,

source§

impl<'de, T, E> Deserialize<'de> for Result<T, E>
where T: Deserialize<'de>, - E: Deserialize<'de>,

source§

fn deserialize<D>( deserializer: D ) -> Result<Result<T, E>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

source§

impl<'de, T, S> Deserialize<'de> for HashSet<T, S>
where + D: Deserializer<'de>,

source§

impl<'de, T, S> Deserialize<'de> for HashSet<T, S>
where T: Deserialize<'de> + Eq + Hash, - S: BuildHasher + Default,

source§

fn deserialize<D>( deserializer: D ) -> Result<HashSet<T, S>, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

Implementors§

§

impl<'de> Deserialize<'de> for &'de Script

Can only deserialize borrowed bytes.

source§

impl<'de> Deserialize<'de> for ConfirmationTime

§

impl<'de> Deserialize<'de> for ChildNumber

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::blockdata::locktime::absolute::LockTime

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::blockdata::locktime::relative::LockTime

§

impl<'de> Deserialize<'de> for EcdsaSighashType

§

impl<'de> Deserialize<'de> for Network

§

impl<'de> Deserialize<'de> for TapSighashType

§

impl<'de> Deserialize<'de> for Parity

The parity is deserialized as u8 - 0 for even, 1 for odd.

§

impl<'de> Deserialize<'de> for LeafVersion

Deserializes LeafVersion as a u8 using consensus encoding.

-
§

impl<'de> Deserialize<'de> for TapLeaf

source§

impl<'de> Deserialize<'de> for bdk_chain::indexer::keychain_txout::ChangeSet

source§

impl<'de> Deserialize<'de> for bdk_chain::local_chain::ChangeSet

source§

impl<'de> Deserialize<'de> for Balance

source§

impl<'de> Deserialize<'de> for BlockId

source§

impl<'de> Deserialize<'de> for ConfirmationBlockTime

source§

impl<'de> Deserialize<'de> for DescriptorId

source§

impl<'de> Deserialize<'de> for String

§

impl<'de> Deserialize<'de> for ChainCode

§

impl<'de> Deserialize<'de> for DerivationPath

§

impl<'de> Deserialize<'de> for Fingerprint

§

impl<'de> Deserialize<'de> for Xpriv

§

impl<'de> Deserialize<'de> for Xpub

§

impl<'de> Deserialize<'de> for ShortId

§

impl<'de> Deserialize<'de> for Header

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::blockdata::block::Version

§

impl<'de> Deserialize<'de> for ChainHash

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::blockdata::locktime::absolute::Height

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::blockdata::locktime::absolute::Time

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::blockdata::locktime::relative::Height

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::blockdata::locktime::relative::Time

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::blockdata::transaction::Version

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::ecdsa::Signature

§

impl<'de> Deserialize<'de> for Keypair

§

impl<'de> Deserialize<'de> for TweakedKeypair

§

impl<'de> Deserialize<'de> for TweakedPublicKey

§

impl<'de> Deserialize<'de> for Key

§

impl<'de> Deserialize<'de> for Pair

§

impl<'de> Deserialize<'de> for Input

§

impl<'de> Deserialize<'de> for Output

§

impl<'de> Deserialize<'de> for PsbtSighashType

§

impl<'de> Deserialize<'de> for SharedSecret

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::secp256k1::ecdsa::Signature

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::secp256k1::schnorr::Signature

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::secp256k1::PublicKey

§

impl<'de> Deserialize<'de> for SecretKey

§

impl<'de> Deserialize<'de> for Address<NetworkUnchecked>

§

impl<'de> Deserialize<'de> for Amount

§

impl<'de> Deserialize<'de> for Block

§

impl<'de> Deserialize<'de> for BlockHash

§

impl<'de> Deserialize<'de> for CompactTarget

§

impl<'de> Deserialize<'de> for CompressedPublicKey

§

impl<'de> Deserialize<'de> for FeeRate

§

impl<'de> Deserialize<'de> for FilterHash

§

impl<'de> Deserialize<'de> for FilterHeader

§

impl<'de> Deserialize<'de> for LegacySighash

§

impl<'de> Deserialize<'de> for OutPoint

§

impl<'de> Deserialize<'de> for PrivateKey

§

impl<'de> Deserialize<'de> for Psbt

§

impl<'de> Deserialize<'de> for PubkeyHash

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::PublicKey

§

impl<'de> Deserialize<'de> for ScriptBuf

§

impl<'de> Deserialize<'de> for ScriptHash

§

impl<'de> Deserialize<'de> for SegwitV0Sighash

§

impl<'de> Deserialize<'de> for Sequence

§

impl<'de> Deserialize<'de> for TapLeafHash

§

impl<'de> Deserialize<'de> for TapNodeHash

§

impl<'de> Deserialize<'de> for TapSighash

§

impl<'de> Deserialize<'de> for TapTweakHash

§

impl<'de> Deserialize<'de> for Target

§

impl<'de> Deserialize<'de> for Transaction

§

impl<'de> Deserialize<'de> for TxIn

§

impl<'de> Deserialize<'de> for TxMerkleNode

§

impl<'de> Deserialize<'de> for TxOut

§

impl<'de> Deserialize<'de> for Txid

§

impl<'de> Deserialize<'de> for WPubkeyHash

§

impl<'de> Deserialize<'de> for WScriptHash

§

impl<'de> Deserialize<'de> for Weight

§

impl<'de> Deserialize<'de> for Witness

§

impl<'de> Deserialize<'de> for WitnessCommitment

§

impl<'de> Deserialize<'de> for WitnessMerkleNode

§

impl<'de> Deserialize<'de> for Work

§

impl<'de> Deserialize<'de> for Wtxid

§

impl<'de> Deserialize<'de> for XKeyIdentifier

§

impl<'de> Deserialize<'de> for XOnlyPublicKey

§

impl<'de> Deserialize<'de> for ControlBlock

§

impl<'de> Deserialize<'de> for NodeInfo

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::taproot::Signature

§

impl<'de> Deserialize<'de> for TapTree

§

impl<'de> Deserialize<'de> for TaprootMerkleBranch

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::hashes::hash160::Hash

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::hashes::ripemd160::Hash

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::hashes::sha1::Hash

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::hashes::sha256::Hash

§

impl<'de> Deserialize<'de> for Midstate

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::hashes::sha256d::Hash

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::hashes::sha384::Hash

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::hashes::sha512::Hash

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::hashes::sha512_256::Hash

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::hashes::siphash24::Hash

source§

impl<'de> Deserialize<'de> for IgnoredAny

source§

impl<'de, A> Deserialize<'de> for bdk_chain::tx_graph::ChangeSet<A>
where +
§

impl<'de> Deserialize<'de> for TapLeaf

source§

impl<'de> Deserialize<'de> for bdk_chain::indexer::keychain_txout::ChangeSet

source§

impl<'de> Deserialize<'de> for bdk_chain::local_chain::ChangeSet

source§

impl<'de> Deserialize<'de> for Balance

source§

impl<'de> Deserialize<'de> for BlockId

source§

impl<'de> Deserialize<'de> for ConfirmationBlockTime

source§

impl<'de> Deserialize<'de> for DescriptorId

source§

impl<'de> Deserialize<'de> for String

§

impl<'de> Deserialize<'de> for ChainCode

§

impl<'de> Deserialize<'de> for DerivationPath

§

impl<'de> Deserialize<'de> for Fingerprint

§

impl<'de> Deserialize<'de> for Xpriv

§

impl<'de> Deserialize<'de> for Xpub

§

impl<'de> Deserialize<'de> for ShortId

§

impl<'de> Deserialize<'de> for Header

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::blockdata::block::Version

§

impl<'de> Deserialize<'de> for ChainHash

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::blockdata::locktime::absolute::Height

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::blockdata::locktime::absolute::Time

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::blockdata::locktime::relative::Height

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::blockdata::locktime::relative::Time

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::blockdata::transaction::Version

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::ecdsa::Signature

§

impl<'de> Deserialize<'de> for Keypair

§

impl<'de> Deserialize<'de> for TweakedKeypair

§

impl<'de> Deserialize<'de> for TweakedPublicKey

§

impl<'de> Deserialize<'de> for Key

§

impl<'de> Deserialize<'de> for Pair

§

impl<'de> Deserialize<'de> for Input

§

impl<'de> Deserialize<'de> for Output

§

impl<'de> Deserialize<'de> for PsbtSighashType

§

impl<'de> Deserialize<'de> for SharedSecret

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::secp256k1::ecdsa::Signature

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::secp256k1::schnorr::Signature

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::secp256k1::PublicKey

§

impl<'de> Deserialize<'de> for SecretKey

§

impl<'de> Deserialize<'de> for Address<NetworkUnchecked>

§

impl<'de> Deserialize<'de> for Amount

§

impl<'de> Deserialize<'de> for Block

§

impl<'de> Deserialize<'de> for BlockHash

§

impl<'de> Deserialize<'de> for CompactTarget

§

impl<'de> Deserialize<'de> for CompressedPublicKey

§

impl<'de> Deserialize<'de> for FeeRate

§

impl<'de> Deserialize<'de> for FilterHash

§

impl<'de> Deserialize<'de> for FilterHeader

§

impl<'de> Deserialize<'de> for LegacySighash

§

impl<'de> Deserialize<'de> for OutPoint

§

impl<'de> Deserialize<'de> for PrivateKey

§

impl<'de> Deserialize<'de> for Psbt

§

impl<'de> Deserialize<'de> for PubkeyHash

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::PublicKey

§

impl<'de> Deserialize<'de> for ScriptBuf

§

impl<'de> Deserialize<'de> for ScriptHash

§

impl<'de> Deserialize<'de> for SegwitV0Sighash

§

impl<'de> Deserialize<'de> for Sequence

§

impl<'de> Deserialize<'de> for TapLeafHash

§

impl<'de> Deserialize<'de> for TapNodeHash

§

impl<'de> Deserialize<'de> for TapSighash

§

impl<'de> Deserialize<'de> for TapTweakHash

§

impl<'de> Deserialize<'de> for Target

§

impl<'de> Deserialize<'de> for Transaction

§

impl<'de> Deserialize<'de> for TxIn

§

impl<'de> Deserialize<'de> for TxMerkleNode

§

impl<'de> Deserialize<'de> for TxOut

§

impl<'de> Deserialize<'de> for Txid

§

impl<'de> Deserialize<'de> for WPubkeyHash

§

impl<'de> Deserialize<'de> for WScriptHash

§

impl<'de> Deserialize<'de> for Weight

§

impl<'de> Deserialize<'de> for Witness

§

impl<'de> Deserialize<'de> for WitnessCommitment

§

impl<'de> Deserialize<'de> for WitnessMerkleNode

§

impl<'de> Deserialize<'de> for Work

§

impl<'de> Deserialize<'de> for Wtxid

§

impl<'de> Deserialize<'de> for XKeyIdentifier

§

impl<'de> Deserialize<'de> for XOnlyPublicKey

§

impl<'de> Deserialize<'de> for ControlBlock

§

impl<'de> Deserialize<'de> for NodeInfo

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::taproot::Signature

§

impl<'de> Deserialize<'de> for TapTree

§

impl<'de> Deserialize<'de> for TaprootMerkleBranch

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::hashes::hash160::Hash

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::hashes::ripemd160::Hash

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::hashes::sha1::Hash

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::hashes::sha256::Hash

§

impl<'de> Deserialize<'de> for Midstate

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::hashes::sha256d::Hash

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::hashes::sha384::Hash

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::hashes::sha512::Hash

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::hashes::sha512_256::Hash

§

impl<'de> Deserialize<'de> for bdk_chain::bitcoin::hashes::siphash24::Hash

source§

impl<'de> Deserialize<'de> for IgnoredAny

source§

impl<'de, A> Deserialize<'de> for bdk_chain::tx_graph::ChangeSet<A>
where A: Ord + Deserialize<'de>,

source§

impl<'de, A, IA> Deserialize<'de> for bdk_chain::indexed_tx_graph::ChangeSet<A, IA>
where A: Ord + Deserialize<'de>, IA: Deserialize<'de>,

§

impl<'de, Subtype> Deserialize<'de> for ProprietaryKey<Subtype>
where - Subtype: Copy + From<u8> + Into<u8> + Deserialize<'de>,

source§

impl<'de, T> Deserialize<'de> for Vec<T>
where - T: Deserialize<'de>,

§

impl<'de, T> Deserialize<'de> for bdk_chain::bitcoin::hashes::sha256t::Hash<T>
where - T: Tag,

§

impl<'de, T> Deserialize<'de> for Hmac<T>
where - T: Hash + Deserialize<'de>,

\ No newline at end of file + Subtype: Copy + From<u8> + Into<u8> + Deserialize<'de>,
source§

impl<'de, T> Deserialize<'de> for Vec<T>
where + T: Deserialize<'de>,

§

impl<'de, T> Deserialize<'de> for Hmac<T>
where + T: Hash + Deserialize<'de>,

§

impl<'de, T> Deserialize<'de> for bdk_chain::bitcoin::hashes::sha256t::Hash<T>
where + T: Tag,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/trait.Deserializer.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/trait.Deserializer.html index 432c689c0e..2681a9a161 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/trait.Deserializer.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/trait.Deserializer.html @@ -1,4 +1,4 @@ -Deserializer in bdk_chain::bitcoin::hashes::serde - Rust

Trait bdk_chain::bitcoin::hashes::serde::Deserializer

source ·
pub trait Deserializer<'de>: Sized {
+Deserializer in bdk_chain::bitcoin::hashes::serde - Rust

Trait bdk_chain::bitcoin::hashes::serde::Deserializer

source ·
pub trait Deserializer<'de>: Sized {
     type Error: Error;
 
 
Show 32 methods // Required methods @@ -315,9 +315,9 @@ deserializer lifetimes for a more detailed explanation of these lifetimes.§Example implementation

The example data format presented on the website contains example code for a basic JSON Deserializer.

-

Required Associated Types§

source

type Error: Error

The error type that can be returned if some error occurs during +

Required Associated Types§

source

type Error: Error

The error type that can be returned if some error occurs during deserialization.

-

Required Methods§

Required Methods§

source

fn deserialize_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where @@ -329,67 +329,67 @@ Deserializer what type is in the input. Know that relying on Deserializer::deserialize_any means your data type will be able to deserialize from self-describing formats only, ruling out Postcard and many others.

-

source

fn deserialize_bool<V>( +

source

fn deserialize_bool<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a bool value.

-
source

fn deserialize_i8<V>( +

source

fn deserialize_i8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting an i8 value.

-
source

fn deserialize_i16<V>( +

source

fn deserialize_i16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting an i16 value.

-
source

fn deserialize_i32<V>( +

source

fn deserialize_i32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting an i32 value.

-
source

fn deserialize_i64<V>( +

source

fn deserialize_i64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting an i64 value.

-
source

fn deserialize_u8<V>( +

source

fn deserialize_u8<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a u8 value.

-
source

fn deserialize_u16<V>( +

source

fn deserialize_u16<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a u16 value.

-
source

fn deserialize_u32<V>( +

source

fn deserialize_u32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a u32 value.

-
source

fn deserialize_u64<V>( +

source

fn deserialize_u64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a u64 value.

-
source

fn deserialize_f32<V>( +

source

fn deserialize_f32<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a f32 value.

-
source

fn deserialize_f64<V>( +

source

fn deserialize_f64<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a f64 value.

-
source

fn deserialize_char<V>( +

source

fn deserialize_char<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a char value.

-
source

fn deserialize_str<V>( +

source

fn deserialize_str<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where @@ -399,7 +399,7 @@ not benefit from taking ownership of buffered data owned by the

If the Visitor would benefit from taking ownership of String data, indicate this to the Deserializer by using deserialize_string instead.

-

source

fn deserialize_string<V>( +

source

fn deserialize_string<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where @@ -409,7 +409,7 @@ benefit from taking ownership of buffered data owned by the

If the Visitor would not benefit from taking ownership of String data, indicate that to the Deserializer by using deserialize_str instead.

-

source

fn deserialize_bytes<V>( +

source

fn deserialize_bytes<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where @@ -419,7 +419,7 @@ benefit from taking ownership of buffered data owned by the

If the Visitor would benefit from taking ownership of Vec<u8> data, indicate this to the Deserializer by using deserialize_byte_buf instead.

-

source

fn deserialize_byte_buf<V>( +

source

fn deserialize_byte_buf<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where @@ -429,7 +429,7 @@ benefit from taking ownership of buffered data owned by the

If the Visitor would not benefit from taking ownership of Vec<u8> data, indicate that to the Deserializer by using deserialize_bytes instead.

-

source

fn deserialize_option<V>( +

source

fn deserialize_option<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where @@ -437,38 +437,38 @@ instead.

This allows deserializers that encode an optional value as a nullable value to convert the null value into None and a regular value into Some(value).

-

source

fn deserialize_unit<V>( +

source

fn deserialize_unit<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit value.

-
source

fn deserialize_unit_struct<V>( +

source

fn deserialize_unit_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a unit struct with a particular name.

-
source

fn deserialize_newtype_struct<V>( +

source

fn deserialize_newtype_struct<V>( self, name: &'static str, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a newtype struct with a particular name.

-
source

fn deserialize_seq<V>( +

source

fn deserialize_seq<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values.

-
source

fn deserialize_tuple<V>( +

source

fn deserialize_tuple<V>( self, len: usize, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a sequence of values and knows how many values there are without looking at the serialized data.

-
source

fn deserialize_tuple_struct<V>( +

source

fn deserialize_tuple_struct<V>( self, name: &'static str, len: usize, @@ -476,12 +476,12 @@ knows how many values there are without looking at the serialized data.

) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a tuple struct with a particular name and number of fields.

-
source

fn deserialize_map<V>( +

source

fn deserialize_map<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a map of key-value pairs.

-
source

fn deserialize_struct<V>( +

source

fn deserialize_struct<V>( self, name: &'static str, fields: &'static [&'static str], @@ -489,7 +489,7 @@ particular name and number of fields.

) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting a struct with a particular name and fields.

-
source

fn deserialize_enum<V>( +

source

fn deserialize_enum<V>( self, name: &'static str, variants: &'static [&'static str], @@ -497,32 +497,32 @@ name and fields.

) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting an enum value with a particular name and possible variants.

-
source

fn deserialize_identifier<V>( +

source

fn deserialize_identifier<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting the name of a struct field or the discriminant of an enum variant.

-
source

fn deserialize_ignored_any<V>( +

source

fn deserialize_ignored_any<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where V: Visitor<'de>,

Hint that the Deserialize type needs to deserialize a value whose type doesn’t matter because it is ignored.

Deserializers for non-self-describing formats may not support this mode.

-

Provided Methods§

Provided Methods§

source

fn deserialize_i128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting an i128 value.

The default behavior unconditionally returns an error.

-
source

fn deserialize_u128<V>( +

source

fn deserialize_u128<V>( self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Self::Error>
where V: Visitor<'de>,

Hint that the Deserialize type is expecting an u128 value.

The default behavior unconditionally returns an error.

-
source

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to +

source

fn is_human_readable(&self) -> bool

Determine whether Deserialize implementations should expect to deserialize their human-readable form.

Some types have a human-readable form that may be somewhat expensive to construct, as well as a binary form that is compact and efficient. @@ -1413,38 +1413,38 @@ value, a [..], or a {..}.

self, visitor: V ) -> Result<<V as Visitor<'de>>::Value, Error>
where - V: Visitor<'de>,

Implementors§

source§

impl<'de, 'a, E> Deserializer<'de> for BytesDeserializer<'a, E>
where - E: Error,

§

type Error = E

source§

impl<'de, 'a, E> Deserializer<'de> for CowStrDeserializer<'a, E>
where - E: Error,

§

type Error = E

source§

impl<'de, 'a, E> Deserializer<'de> for StrDeserializer<'a, E>
where - E: Error,

§

type Error = E

source§

impl<'de, A> Deserializer<'de> for EnumAccessDeserializer<A>
where - A: EnumAccess<'de>,

§

type Error = <A as EnumAccess<'de>>::Error

source§

impl<'de, A> Deserializer<'de> for MapAccessDeserializer<A>
where - A: MapAccess<'de>,

§

type Error = <A as MapAccess<'de>>::Error

source§

impl<'de, A> Deserializer<'de> for SeqAccessDeserializer<A>
where - A: SeqAccess<'de>,

§

type Error = <A as SeqAccess<'de>>::Error

source§

impl<'de, E> Deserializer<'de> for BoolDeserializer<E>
where - E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for BorrowedBytesDeserializer<'de, E>
where - E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for BorrowedStrDeserializer<'de, E>
where - E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for CharDeserializer<E>
where - E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for F32Deserializer<E>
where - E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for F64Deserializer<E>
where - E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for I8Deserializer<E>
where - E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for I16Deserializer<E>
where - E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for I32Deserializer<E>
where - E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for I64Deserializer<E>
where - E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for I128Deserializer<E>
where - E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for IsizeDeserializer<E>
where - E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for StringDeserializer<E>
where - E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for U8Deserializer<E>
where - E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for U16Deserializer<E>
where - E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for U32Deserializer<E>
where - E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for U64Deserializer<E>
where - E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for U128Deserializer<E>
where - E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for UnitDeserializer<E>
where - E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for UsizeDeserializer<E>
where - E: Error,

§

type Error = E

source§

impl<'de, I, E> Deserializer<'de> for MapDeserializer<'de, I, E>
where + V: Visitor<'de>,

Implementors§

source§

impl<'de, 'a, E> Deserializer<'de> for BytesDeserializer<'a, E>
where + E: Error,

§

type Error = E

source§

impl<'de, 'a, E> Deserializer<'de> for CowStrDeserializer<'a, E>
where + E: Error,

§

type Error = E

source§

impl<'de, 'a, E> Deserializer<'de> for StrDeserializer<'a, E>
where + E: Error,

§

type Error = E

source§

impl<'de, A> Deserializer<'de> for EnumAccessDeserializer<A>
where + A: EnumAccess<'de>,

§

type Error = <A as EnumAccess<'de>>::Error

source§

impl<'de, A> Deserializer<'de> for MapAccessDeserializer<A>
where + A: MapAccess<'de>,

§

type Error = <A as MapAccess<'de>>::Error

source§

impl<'de, A> Deserializer<'de> for SeqAccessDeserializer<A>
where + A: SeqAccess<'de>,

§

type Error = <A as SeqAccess<'de>>::Error

source§

impl<'de, E> Deserializer<'de> for BoolDeserializer<E>
where + E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for BorrowedBytesDeserializer<'de, E>
where + E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for BorrowedStrDeserializer<'de, E>
where + E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for CharDeserializer<E>
where + E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for F32Deserializer<E>
where + E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for F64Deserializer<E>
where + E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for I8Deserializer<E>
where + E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for I16Deserializer<E>
where + E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for I32Deserializer<E>
where + E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for I64Deserializer<E>
where + E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for I128Deserializer<E>
where + E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for IsizeDeserializer<E>
where + E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for StringDeserializer<E>
where + E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for U8Deserializer<E>
where + E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for U16Deserializer<E>
where + E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for U32Deserializer<E>
where + E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for U64Deserializer<E>
where + E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for U128Deserializer<E>
where + E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for UnitDeserializer<E>
where + E: Error,

§

type Error = E

source§

impl<'de, E> Deserializer<'de> for UsizeDeserializer<E>
where + E: Error,

§

type Error = E

source§

impl<'de, I, E> Deserializer<'de> for MapDeserializer<'de, I, E>
where I: Iterator, <I as Iterator>::Item: Pair, <<I as Iterator>::Item as Pair>::First: IntoDeserializer<'de, E>, <<I as Iterator>::Item as Pair>::Second: IntoDeserializer<'de, E>, - E: Error,

§

type Error = E

source§

impl<'de, I, T, E> Deserializer<'de> for SeqDeserializer<I, E>
where + E: Error,

§

type Error = E

source§

impl<'de, I, T, E> Deserializer<'de> for SeqDeserializer<I, E>
where I: Iterator<Item = T>, T: IntoDeserializer<'de, E>, E: Error,

§

type Error = E

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/trait.Serialize.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/trait.Serialize.html index df9672a96e..a8397bccd5 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/trait.Serialize.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/trait.Serialize.html @@ -1,4 +1,4 @@ -Serialize in bdk_chain::bitcoin::hashes::serde - Rust

Trait bdk_chain::bitcoin::hashes::serde::Serialize

source ·
pub trait Serialize {
+Serialize in bdk_chain::bitcoin::hashes::serde - Rust

Trait bdk_chain::bitcoin::hashes::serde::Serialize

source ·
pub trait Serialize {
     // Required method
     fn serialize<S>(
         &self,
@@ -20,7 +20,7 @@ manual for more about this.

they expose. For example the linked-hash-map crate provides a LinkedHashMap<K, V> type that is serializable by Serde because the crate provides an implementation of Serialize for it.

-

Required Methods§

Required Methods§

source

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where @@ -49,11 +49,11 @@ information about how to implement this method.

s.end() } }

-

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl Serialize for IpAddr

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl Serialize for IpAddr

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for SocketAddr

source§

impl Serialize for SocketAddr

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where @@ -61,215 +61,215 @@ information about how to implement this method.

&self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for bool

source§

impl Serialize for bool

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for char

source§

impl Serialize for char

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for f32

source§

impl Serialize for f32

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for f64

source§

impl Serialize for f64

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for i8

source§

impl Serialize for i8

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for i16

source§

impl Serialize for i16

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for i32

source§

impl Serialize for i32

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for i64

source§

impl Serialize for i64

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for i128

source§

impl Serialize for i128

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for isize

source§

impl Serialize for isize

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for str

source§

impl Serialize for str

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for u8

source§

impl Serialize for u8

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for u16

source§

impl Serialize for u16

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for u32

source§

impl Serialize for u32

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for u64

source§

impl Serialize for u64

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for u128

source§

impl Serialize for u128

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for ()

source§

impl Serialize for ()

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for usize

source§

impl Serialize for usize

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for CString

source§

impl Serialize for CString

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for CStr

source§

impl Serialize for CStr

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for Ipv4Addr

source§

impl Serialize for Ipv4Addr

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for Ipv6Addr

source§

impl Serialize for Ipv6Addr

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for SocketAddrV4

source§

impl Serialize for SocketAddrV4

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for SocketAddrV6

source§

impl Serialize for SocketAddrV6

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for NonZero<i8>

source§

impl Serialize for NonZero<i8>

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for NonZero<i16>

source§

impl Serialize for NonZero<i16>

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for NonZero<i32>

source§

impl Serialize for NonZero<i32>

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for NonZero<i64>

source§

impl Serialize for NonZero<i64>

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for NonZero<i128>

source§

impl Serialize for NonZero<i128>

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for NonZero<isize>

source§

impl Serialize for NonZero<isize>

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for NonZero<u8>

source§

impl Serialize for NonZero<u8>

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for NonZero<u16>

source§

impl Serialize for NonZero<u16>

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for NonZero<u32>

source§

impl Serialize for NonZero<u32>

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for NonZero<u64>

source§

impl Serialize for NonZero<u64>

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for NonZero<u128>

source§

impl Serialize for NonZero<u128>

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for NonZero<usize>

source§

impl Serialize for NonZero<usize>

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for AtomicBool

source§

impl Serialize for AtomicBool

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for AtomicI8

source§

impl Serialize for AtomicI8

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for AtomicI16

source§

impl Serialize for AtomicI16

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for AtomicI32

source§

impl Serialize for AtomicI32

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for AtomicI64

source§

impl Serialize for AtomicI64

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for AtomicIsize

source§

impl Serialize for AtomicIsize

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for AtomicU8

source§

impl Serialize for AtomicU8

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for AtomicU16

source§

impl Serialize for AtomicU16

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for AtomicU32

source§

impl Serialize for AtomicU32

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for AtomicU64

source§

impl Serialize for AtomicU64

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for AtomicUsize

source§

impl Serialize for AtomicUsize

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for Duration

source§

impl Serialize for Duration

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for OsStr

source§

impl Serialize for OsStr

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for OsString

source§

impl Serialize for OsString

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for Path

source§

impl Serialize for Path

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for PathBuf

source§

impl Serialize for PathBuf

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl Serialize for SystemTime

source§

impl Serialize for SystemTime

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where @@ -293,22 +293,22 @@ information about how to implement this method.

&self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<'a> Serialize for Arguments<'a>

source§

impl<'a> Serialize for Arguments<'a>

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<'a, T> Serialize for Cow<'a, T>
where - T: Serialize + ToOwned + ?Sized,

source§

impl<'a, T> Serialize for Cow<'a, T>
where + T: Serialize + ToOwned + ?Sized,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<'a, T> Serialize for &'a T
where - T: Serialize + ?Sized,

source§

impl<'a, T> Serialize for &'a T
where + T: Serialize + ?Sized,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<'a, T> Serialize for &'a mut T
where - T: Serialize + ?Sized,

source§

impl<'a, T> Serialize for &'a mut T
where + T: Serialize + ?Sized,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where @@ -333,90 +333,90 @@ information about how to implement this method.

&self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<Idx> Serialize for Range<Idx>
where - Idx: Serialize,

source§

impl<Idx> Serialize for Range<Idx>
where + Idx: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<Idx> Serialize for RangeFrom<Idx>
where - Idx: Serialize,

source§

impl<Idx> Serialize for RangeFrom<Idx>
where + Idx: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<Idx> Serialize for RangeInclusive<Idx>
where - Idx: Serialize,

source§

impl<Idx> Serialize for RangeInclusive<Idx>
where + Idx: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<Idx> Serialize for RangeTo<Idx>
where - Idx: Serialize,

source§

impl<Idx> Serialize for RangeTo<Idx>
where + Idx: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<K, V> Serialize for BTreeMap<K, V>
where + S: Serializer,

source§

impl<K, V> Serialize for BTreeMap<K, V>
where K: Serialize, - V: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<K, V, H> Serialize for HashMap<K, V, H>
where + S: Serializer,

source§

impl<K, V, H> Serialize for HashMap<K, V, H>
where K: Serialize, - V: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T0, T1> Serialize for (T0, T1)
where + S: Serializer,

source§

impl<T0, T1> Serialize for (T0, T1)
where T0: Serialize, - T1: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T0, T1, T2> Serialize for (T0, T1, T2)
where + S: Serializer,

source§

impl<T0, T1, T2> Serialize for (T0, T1, T2)
where T0: Serialize, T1: Serialize, - T2: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T0, T1, T2, T3> Serialize for (T0, T1, T2, T3)
where + S: Serializer,

source§

impl<T0, T1, T2, T3> Serialize for (T0, T1, T2, T3)
where T0: Serialize, T1: Serialize, T2: Serialize, - T3: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T0, T1, T2, T3, T4> Serialize for (T0, T1, T2, T3, T4)
where + S: Serializer,

source§

impl<T0, T1, T2, T3, T4> Serialize for (T0, T1, T2, T3, T4)
where T0: Serialize, T1: Serialize, T2: Serialize, T3: Serialize, - T4: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T0, T1, T2, T3, T4, T5> Serialize for (T0, T1, T2, T3, T4, T5)
where + S: Serializer,

source§

impl<T0, T1, T2, T3, T4, T5> Serialize for (T0, T1, T2, T3, T4, T5)
where T0: Serialize, T1: Serialize, T2: Serialize, T3: Serialize, T4: Serialize, - T5: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T0, T1, T2, T3, T4, T5, T6> Serialize for (T0, T1, T2, T3, T4, T5, T6)
where + S: Serializer,

source§

impl<T0, T1, T2, T3, T4, T5, T6> Serialize for (T0, T1, T2, T3, T4, T5, T6)
where T0: Serialize, T1: Serialize, T2: Serialize, T3: Serialize, T4: Serialize, T5: Serialize, - T6: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T0, T1, T2, T3, T4, T5, T6, T7> Serialize for (T0, T1, T2, T3, T4, T5, T6, T7)
where + S: Serializer,

source§

impl<T0, T1, T2, T3, T4, T5, T6, T7> Serialize for (T0, T1, T2, T3, T4, T5, T6, T7)
where T0: Serialize, T1: Serialize, T2: Serialize, @@ -424,11 +424,11 @@ information about how to implement this method.

T4: Serialize, T5: Serialize, T6: Serialize, - T7: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8> Serialize for (T0, T1, T2, T3, T4, T5, T6, T7, T8)
where + S: Serializer,

source§

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8> Serialize for (T0, T1, T2, T3, T4, T5, T6, T7, T8)
where T0: Serialize, T1: Serialize, T2: Serialize, @@ -437,11 +437,11 @@ information about how to implement this method.

T5: Serialize, T6: Serialize, T7: Serialize, - T8: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9> Serialize for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9)
where + S: Serializer,

source§

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9> Serialize for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9)
where T0: Serialize, T1: Serialize, T2: Serialize, @@ -451,11 +451,11 @@ information about how to implement this method.

T6: Serialize, T7: Serialize, T8: Serialize, - T9: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> Serialize for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)
where + S: Serializer,

source§

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> Serialize for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)
where T0: Serialize, T1: Serialize, T2: Serialize, @@ -466,11 +466,11 @@ information about how to implement this method.

T7: Serialize, T8: Serialize, T9: Serialize, - T10: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> Serialize for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)
where + S: Serializer,

source§

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> Serialize for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)
where T0: Serialize, T1: Serialize, T2: Serialize, @@ -482,11 +482,11 @@ information about how to implement this method.

T8: Serialize, T9: Serialize, T10: Serialize, - T11: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> Serialize for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12)
where + S: Serializer,

source§

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> Serialize for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12)
where T0: Serialize, T1: Serialize, T2: Serialize, @@ -499,11 +499,11 @@ information about how to implement this method.

T9: Serialize, T10: Serialize, T11: Serialize, - T12: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> Serialize for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13)
where + S: Serializer,

source§

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> Serialize for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13)
where T0: Serialize, T1: Serialize, T2: Serialize, @@ -517,11 +517,11 @@ information about how to implement this method.

T10: Serialize, T11: Serialize, T12: Serialize, - T13: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> Serialize for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14)
where + S: Serializer,

source§

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> Serialize for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14)
where T0: Serialize, T1: Serialize, T2: Serialize, @@ -536,11 +536,11 @@ information about how to implement this method.

T11: Serialize, T12: Serialize, T13: Serialize, - T14: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> Serialize for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15)
where + S: Serializer,

source§

impl<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> Serialize for (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15)
where T0: Serialize, T1: Serialize, T2: Serialize, @@ -556,310 +556,310 @@ information about how to implement this method.

T12: Serialize, T13: Serialize, T14: Serialize, - T15: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for Bound<T>
where - T: Serialize,

source§

impl<T> Serialize for Bound<T>
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for Option<T>
where - T: Serialize,

source§

impl<T> Serialize for Option<T>
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 0]

source§

impl<T> Serialize for [T; 0]

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 1]
where - T: Serialize,

source§

impl<T> Serialize for [T; 1]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 2]
where - T: Serialize,

source§

impl<T> Serialize for [T; 2]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 3]
where - T: Serialize,

source§

impl<T> Serialize for [T; 3]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 4]
where - T: Serialize,

source§

impl<T> Serialize for [T; 4]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 5]
where - T: Serialize,

source§

impl<T> Serialize for [T; 5]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 6]
where - T: Serialize,

source§

impl<T> Serialize for [T; 6]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 7]
where - T: Serialize,

source§

impl<T> Serialize for [T; 7]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 8]
where - T: Serialize,

source§

impl<T> Serialize for [T; 8]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 9]
where - T: Serialize,

source§

impl<T> Serialize for [T; 9]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 10]
where - T: Serialize,

source§

impl<T> Serialize for [T; 10]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 11]
where - T: Serialize,

source§

impl<T> Serialize for [T; 11]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 12]
where - T: Serialize,

source§

impl<T> Serialize for [T; 12]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 13]
where - T: Serialize,

source§

impl<T> Serialize for [T; 13]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 14]
where - T: Serialize,

source§

impl<T> Serialize for [T; 14]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 15]
where - T: Serialize,

source§

impl<T> Serialize for [T; 15]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 16]
where - T: Serialize,

source§

impl<T> Serialize for [T; 16]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 17]
where - T: Serialize,

source§

impl<T> Serialize for [T; 17]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 18]
where - T: Serialize,

source§

impl<T> Serialize for [T; 18]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 19]
where - T: Serialize,

source§

impl<T> Serialize for [T; 19]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 20]
where - T: Serialize,

source§

impl<T> Serialize for [T; 20]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 21]
where - T: Serialize,

source§

impl<T> Serialize for [T; 21]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 22]
where - T: Serialize,

source§

impl<T> Serialize for [T; 22]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 23]
where - T: Serialize,

source§

impl<T> Serialize for [T; 23]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 24]
where - T: Serialize,

source§

impl<T> Serialize for [T; 24]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 25]
where - T: Serialize,

source§

impl<T> Serialize for [T; 25]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 26]
where - T: Serialize,

source§

impl<T> Serialize for [T; 26]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 27]
where - T: Serialize,

source§

impl<T> Serialize for [T; 27]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 28]
where - T: Serialize,

source§

impl<T> Serialize for [T; 28]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 29]
where - T: Serialize,

source§

impl<T> Serialize for [T; 29]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 30]
where - T: Serialize,

source§

impl<T> Serialize for [T; 30]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 31]
where - T: Serialize,

source§

impl<T> Serialize for [T; 31]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T; 32]
where - T: Serialize,

source§

impl<T> Serialize for [T; 32]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for [T]
where - T: Serialize,

source§

impl<T> Serialize for [T]
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for (T,)
where - T: Serialize,

source§

impl<T> Serialize for (T,)
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for Box<T>
where - T: Serialize + ?Sized,

source§

impl<T> Serialize for Box<T>
where + T: Serialize + ?Sized,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for BinaryHeap<T>
where - T: Serialize,

source§

impl<T> Serialize for BinaryHeap<T>
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for BTreeSet<T>
where - T: Serialize,

source§

impl<T> Serialize for BTreeSet<T>
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for LinkedList<T>
where - T: Serialize,

source§

impl<T> Serialize for LinkedList<T>
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for VecDeque<T>
where - T: Serialize,

source§

impl<T> Serialize for VecDeque<T>
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for Rc<T>
where + S: Serializer,

source§

impl<T> Serialize for Rc<T>
where T: Serialize + ?Sized,

This impl requires the "rc" Cargo feature of Serde.

Serializing a data structure containing Rc will serialize a copy of the contents of the Rc each time the Rc is referenced within the data structure. Serialization will not attempt to deduplicate these repeated data.

-
source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for Weak<T>
where + S: Serializer,

source§

impl<T> Serialize for Weak<T>
where T: Serialize + ?Sized,

This impl requires the "rc" Cargo feature of Serde.

-
source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for Arc<T>
where + S: Serializer,

source§

impl<T> Serialize for Arc<T>
where T: Serialize + ?Sized,

This impl requires the "rc" Cargo feature of Serde.

Serializing a data structure containing Arc will serialize a copy of the contents of the Arc each time the Arc is referenced within the data structure. Serialization will not attempt to deduplicate these repeated data.

-
source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for Weak<T>
where + S: Serializer,

source§

impl<T> Serialize for Weak<T>
where T: Serialize + ?Sized,

This impl requires the "rc" Cargo feature of Serde.

-
source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for Cell<T>
where - T: Serialize + Copy,

source§

impl<T> Serialize for Cell<T>
where + T: Serialize + Copy,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for RefCell<T>
where - T: Serialize + ?Sized,

source§

impl<T> Serialize for RefCell<T>
where + T: Serialize + ?Sized,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for Reverse<T>
where - T: Serialize,

source§

impl<T> Serialize for Reverse<T>
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for PhantomData<T>
where - T: ?Sized,

source§

impl<T> Serialize for PhantomData<T>
where + T: ?Sized,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for Saturating<T>
where - T: Serialize,

source§

impl<T> Serialize for Saturating<T>
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for Wrapping<T>
where - T: Serialize,

source§

impl<T> Serialize for Wrapping<T>
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for Mutex<T>
where - T: Serialize + ?Sized,

source§

impl<T> Serialize for Mutex<T>
where + T: Serialize + ?Sized,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T> Serialize for RwLock<T>
where - T: Serialize + ?Sized,

source§

impl<T> Serialize for RwLock<T>
where + T: Serialize + ?Sized,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T, E> Serialize for Result<T, E>
where + S: Serializer,

source§

impl<T, E> Serialize for Result<T, E>
where T: Serialize, - E: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

source§

impl<T, H> Serialize for HashSet<T, H>
where - T: Serialize,

source§

impl<T, H> Serialize for HashSet<T, H>
where + T: Serialize,

source§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where S: Serializer,

Implementors§

source§

impl Serialize for ConfirmationTime

§

impl Serialize for ChildNumber

§

impl Serialize for bdk_chain::bitcoin::blockdata::locktime::absolute::LockTime

§

impl Serialize for bdk_chain::bitcoin::blockdata::locktime::relative::LockTime

§

impl Serialize for EcdsaSighashType

§

impl Serialize for Network

§

impl Serialize for TapSighashType

§

impl Serialize for Parity

The parity is serialized as u8 - 0 for even, 1 for odd.

§

impl Serialize for LeafVersion

Serializes LeafVersion as a u8 using consensus encoding.

-
§

impl Serialize for TapLeaf

source§

impl Serialize for bdk_chain::indexer::keychain_txout::ChangeSet

source§

impl Serialize for bdk_chain::local_chain::ChangeSet

source§

impl Serialize for Balance

source§

impl Serialize for BlockId

source§

impl Serialize for ConfirmationBlockTime

source§

impl Serialize for DescriptorId

source§

impl Serialize for String

§

impl Serialize for ChainCode

§

impl Serialize for DerivationPath

§

impl Serialize for Fingerprint

§

impl Serialize for Xpriv

§

impl Serialize for Xpub

§

impl Serialize for ShortId

§

impl Serialize for Header

§

impl Serialize for bdk_chain::bitcoin::blockdata::block::Version

§

impl Serialize for ChainHash

§

impl Serialize for bdk_chain::bitcoin::blockdata::locktime::absolute::Height

§

impl Serialize for bdk_chain::bitcoin::blockdata::locktime::absolute::Time

§

impl Serialize for bdk_chain::bitcoin::blockdata::locktime::relative::Height

§

impl Serialize for bdk_chain::bitcoin::blockdata::locktime::relative::Time

§

impl Serialize for bdk_chain::bitcoin::blockdata::transaction::Version

§

impl Serialize for bdk_chain::bitcoin::ecdsa::Signature

§

impl Serialize for Keypair

§

impl Serialize for TweakedKeypair

§

impl Serialize for TweakedPublicKey

§

impl Serialize for Key

§

impl Serialize for Pair

§

impl Serialize for Input

§

impl Serialize for Output

§

impl Serialize for PsbtSighashType

§

impl Serialize for SharedSecret

§

impl Serialize for bdk_chain::bitcoin::secp256k1::ecdsa::Signature

§

impl Serialize for bdk_chain::bitcoin::secp256k1::schnorr::Signature

§

impl Serialize for bdk_chain::bitcoin::secp256k1::PublicKey

§

impl Serialize for SecretKey

§

impl Serialize for Amount

§

impl Serialize for Block

§

impl Serialize for BlockHash

§

impl Serialize for CompactTarget

§

impl Serialize for CompressedPublicKey

§

impl Serialize for FeeRate

§

impl Serialize for FilterHash

§

impl Serialize for FilterHeader

§

impl Serialize for LegacySighash

§

impl Serialize for Opcode

§

impl Serialize for OutPoint

§

impl Serialize for PrivateKey

§

impl Serialize for Psbt

§

impl Serialize for PubkeyHash

§

impl Serialize for bdk_chain::bitcoin::PublicKey

§

impl Serialize for Script

§

impl Serialize for ScriptBuf

§

impl Serialize for ScriptHash

§

impl Serialize for SegwitV0Sighash

§

impl Serialize for Sequence

§

impl Serialize for TapLeafHash

§

impl Serialize for TapNodeHash

§

impl Serialize for TapSighash

§

impl Serialize for TapTweakHash

§

impl Serialize for Target

§

impl Serialize for Transaction

§

impl Serialize for TxIn

§

impl Serialize for TxMerkleNode

§

impl Serialize for TxOut

§

impl Serialize for Txid

§

impl Serialize for WPubkeyHash

§

impl Serialize for WScriptHash

§

impl Serialize for Weight

§

impl Serialize for Witness

§

impl Serialize for WitnessCommitment

§

impl Serialize for WitnessMerkleNode

§

impl Serialize for Work

§

impl Serialize for Wtxid

§

impl Serialize for XKeyIdentifier

§

impl Serialize for XOnlyPublicKey

§

impl Serialize for ControlBlock

§

impl Serialize for NodeInfo

§

impl Serialize for bdk_chain::bitcoin::taproot::Signature

§

impl Serialize for TapTree

§

impl Serialize for TaprootMerkleBranch

§

impl Serialize for bdk_chain::bitcoin::hashes::hash160::Hash

§

impl Serialize for bdk_chain::bitcoin::hashes::ripemd160::Hash

§

impl Serialize for bdk_chain::bitcoin::hashes::sha1::Hash

§

impl Serialize for bdk_chain::bitcoin::hashes::sha256::Hash

§

impl Serialize for Midstate

§

impl Serialize for bdk_chain::bitcoin::hashes::sha256d::Hash

§

impl Serialize for bdk_chain::bitcoin::hashes::sha384::Hash

§

impl Serialize for bdk_chain::bitcoin::hashes::sha512::Hash

§

impl Serialize for bdk_chain::bitcoin::hashes::sha512_256::Hash

§

impl Serialize for bdk_chain::bitcoin::hashes::siphash24::Hash

source§

impl<A> Serialize for bdk_chain::tx_graph::ChangeSet<A>
where +
§

impl Serialize for TapLeaf

source§

impl Serialize for bdk_chain::indexer::keychain_txout::ChangeSet

source§

impl Serialize for bdk_chain::local_chain::ChangeSet

source§

impl Serialize for Balance

source§

impl Serialize for BlockId

source§

impl Serialize for ConfirmationBlockTime

source§

impl Serialize for DescriptorId

source§

impl Serialize for String

§

impl Serialize for ChainCode

§

impl Serialize for DerivationPath

§

impl Serialize for Fingerprint

§

impl Serialize for Xpriv

§

impl Serialize for Xpub

§

impl Serialize for ShortId

§

impl Serialize for Header

§

impl Serialize for bdk_chain::bitcoin::blockdata::block::Version

§

impl Serialize for ChainHash

§

impl Serialize for bdk_chain::bitcoin::blockdata::locktime::absolute::Height

§

impl Serialize for bdk_chain::bitcoin::blockdata::locktime::absolute::Time

§

impl Serialize for bdk_chain::bitcoin::blockdata::locktime::relative::Height

§

impl Serialize for bdk_chain::bitcoin::blockdata::locktime::relative::Time

§

impl Serialize for bdk_chain::bitcoin::blockdata::transaction::Version

§

impl Serialize for bdk_chain::bitcoin::ecdsa::Signature

§

impl Serialize for Keypair

§

impl Serialize for TweakedKeypair

§

impl Serialize for TweakedPublicKey

§

impl Serialize for Key

§

impl Serialize for Pair

§

impl Serialize for Input

§

impl Serialize for Output

§

impl Serialize for PsbtSighashType

§

impl Serialize for SharedSecret

§

impl Serialize for bdk_chain::bitcoin::secp256k1::ecdsa::Signature

§

impl Serialize for bdk_chain::bitcoin::secp256k1::schnorr::Signature

§

impl Serialize for bdk_chain::bitcoin::secp256k1::PublicKey

§

impl Serialize for SecretKey

§

impl Serialize for Amount

§

impl Serialize for Block

§

impl Serialize for BlockHash

§

impl Serialize for CompactTarget

§

impl Serialize for CompressedPublicKey

§

impl Serialize for FeeRate

§

impl Serialize for FilterHash

§

impl Serialize for FilterHeader

§

impl Serialize for LegacySighash

§

impl Serialize for Opcode

§

impl Serialize for OutPoint

§

impl Serialize for PrivateKey

§

impl Serialize for Psbt

§

impl Serialize for PubkeyHash

§

impl Serialize for bdk_chain::bitcoin::PublicKey

§

impl Serialize for Script

§

impl Serialize for ScriptBuf

§

impl Serialize for ScriptHash

§

impl Serialize for SegwitV0Sighash

§

impl Serialize for Sequence

§

impl Serialize for TapLeafHash

§

impl Serialize for TapNodeHash

§

impl Serialize for TapSighash

§

impl Serialize for TapTweakHash

§

impl Serialize for Target

§

impl Serialize for Transaction

§

impl Serialize for TxIn

§

impl Serialize for TxMerkleNode

§

impl Serialize for TxOut

§

impl Serialize for Txid

§

impl Serialize for WPubkeyHash

§

impl Serialize for WScriptHash

§

impl Serialize for Weight

§

impl Serialize for Witness

§

impl Serialize for WitnessCommitment

§

impl Serialize for WitnessMerkleNode

§

impl Serialize for Work

§

impl Serialize for Wtxid

§

impl Serialize for XKeyIdentifier

§

impl Serialize for XOnlyPublicKey

§

impl Serialize for ControlBlock

§

impl Serialize for NodeInfo

§

impl Serialize for bdk_chain::bitcoin::taproot::Signature

§

impl Serialize for TapTree

§

impl Serialize for TaprootMerkleBranch

§

impl Serialize for bdk_chain::bitcoin::hashes::hash160::Hash

§

impl Serialize for bdk_chain::bitcoin::hashes::ripemd160::Hash

§

impl Serialize for bdk_chain::bitcoin::hashes::sha1::Hash

§

impl Serialize for bdk_chain::bitcoin::hashes::sha256::Hash

§

impl Serialize for Midstate

§

impl Serialize for bdk_chain::bitcoin::hashes::sha256d::Hash

§

impl Serialize for bdk_chain::bitcoin::hashes::sha384::Hash

§

impl Serialize for bdk_chain::bitcoin::hashes::sha512::Hash

§

impl Serialize for bdk_chain::bitcoin::hashes::sha512_256::Hash

§

impl Serialize for bdk_chain::bitcoin::hashes::siphash24::Hash

source§

impl<A> Serialize for bdk_chain::tx_graph::ChangeSet<A>
where A: Ord + Serialize,

source§

impl<A, IA> Serialize for bdk_chain::indexed_tx_graph::ChangeSet<A, IA>
where A: Ord + Serialize, IA: Serialize,

§

impl<N> Serialize for Address<N>

§

impl<Subtype> Serialize for ProprietaryKey<Subtype>
where - Subtype: Copy + From<u8> + Into<u8> + Serialize,

source§

impl<T> Serialize for Vec<T>
where - T: Serialize,

§

impl<T> Serialize for bdk_chain::bitcoin::hashes::sha256t::Hash<T>
where - T: Tag,

§

impl<T> Serialize for Hmac<T>
where - T: Hash + Serialize,

\ No newline at end of file + Subtype: Copy + From<u8> + Into<u8> + Serialize,
source§

impl<T> Serialize for Vec<T>
where + T: Serialize,

§

impl<T> Serialize for Hmac<T>
where + T: Hash + Serialize,

§

impl<T> Serialize for bdk_chain::bitcoin::hashes::sha256t::Hash<T>
where + T: Tag,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/trait.Serializer.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/trait.Serializer.html index 991f377206..499ad40be7 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/trait.Serializer.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/trait.Serializer.html @@ -1,4 +1,4 @@ -Serializer in bdk_chain::bitcoin::hashes::serde - Rust

Trait bdk_chain::bitcoin::hashes::serde::Serializer

source ·
pub trait Serializer: Sized {
+Serializer in bdk_chain::bitcoin::hashes::serde - Rust

Trait bdk_chain::bitcoin::hashes::serde::Serializer

source ·
pub trait Serializer: Sized {
     type Ok;
     type Error: Error;
     type SerializeSeq: SerializeSeq<Ok = Self::Ok, Error = Self::Error>;
@@ -218,28 +218,28 @@ output.

§Example implementation

The example data format presented on the website contains example code for a basic JSON Serializer.

-

Required Associated Types§

source

type Ok

The output type produced by this Serializer during successful +

Required Associated Types§

source

type Ok

The output type produced by this Serializer during successful serialization. Most serializers that produce text or binary output should set Ok = () and serialize into an io::Write or buffer contained within the Serializer instance. Serializers that build in-memory data structures may be simplified by using Ok to propagate the data structure around.

-
source

type Error: Error

The error type when some error occurs during serialization.

-
source

type SerializeSeq: SerializeSeq<Ok = Self::Ok, Error = Self::Error>

Type returned from serialize_seq for serializing the content of the +

source

type Error: Error

The error type when some error occurs during serialization.

+
source

type SerializeSeq: SerializeSeq<Ok = Self::Ok, Error = Self::Error>

Type returned from serialize_seq for serializing the content of the sequence.

-
source

type SerializeTuple: SerializeTuple<Ok = Self::Ok, Error = Self::Error>

Type returned from serialize_tuple for serializing the content of +

source

type SerializeTuple: SerializeTuple<Ok = Self::Ok, Error = Self::Error>

Type returned from serialize_tuple for serializing the content of the tuple.

-
source

type SerializeTupleStruct: SerializeTupleStruct<Ok = Self::Ok, Error = Self::Error>

Type returned from serialize_tuple_struct for serializing the +

source

type SerializeTupleStruct: SerializeTupleStruct<Ok = Self::Ok, Error = Self::Error>

Type returned from serialize_tuple_struct for serializing the content of the tuple struct.

-
source

type SerializeTupleVariant: SerializeTupleVariant<Ok = Self::Ok, Error = Self::Error>

Type returned from serialize_tuple_variant for serializing the +

source

type SerializeTupleVariant: SerializeTupleVariant<Ok = Self::Ok, Error = Self::Error>

Type returned from serialize_tuple_variant for serializing the content of the tuple variant.

-
source

type SerializeMap: SerializeMap<Ok = Self::Ok, Error = Self::Error>

Type returned from serialize_map for serializing the content of the +

source

type SerializeMap: SerializeMap<Ok = Self::Ok, Error = Self::Error>

Type returned from serialize_map for serializing the content of the map.

-
source

type SerializeStruct: SerializeStruct<Ok = Self::Ok, Error = Self::Error>

Type returned from serialize_struct for serializing the content of +

source

type SerializeStruct: SerializeStruct<Ok = Self::Ok, Error = Self::Error>

Type returned from serialize_struct for serializing the content of the struct.

-
source

type SerializeStructVariant: SerializeStructVariant<Ok = Self::Ok, Error = Self::Error>

Type returned from serialize_struct_variant for serializing the +

source

type SerializeStructVariant: SerializeStructVariant<Ok = Self::Ok, Error = Self::Error>

Type returned from serialize_struct_variant for serializing the content of the struct variant.

-

Required Methods§

source

fn serialize_bool(self, v: bool) -> Result<Self::Ok, Self::Error>

Serialize a bool value.

+

Required Methods§

source

fn serialize_bool(self, v: bool) -> Result<Self::Ok, Self::Error>

Serialize a bool value.

ⓘ
impl Serialize for bool {
     fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
@@ -249,7 +249,7 @@ content of the struct variant.

serializer.serialize_bool(*self) } }
-
source

fn serialize_i8(self, v: i8) -> Result<Self::Ok, Self::Error>

Serialize an i8 value.

+
source

fn serialize_i8(self, v: i8) -> Result<Self::Ok, Self::Error>

Serialize an i8 value.

If the format does not differentiate between i8 and i64, a reasonable implementation would be to cast the value to i64 and forward to serialize_i64.

@@ -262,7 +262,7 @@ forward to serialize_i64.

serializer.serialize_i8(*self) } }
-
source

fn serialize_i16(self, v: i16) -> Result<Self::Ok, Self::Error>

Serialize an i16 value.

+
source

fn serialize_i16(self, v: i16) -> Result<Self::Ok, Self::Error>

Serialize an i16 value.

If the format does not differentiate between i16 and i64, a reasonable implementation would be to cast the value to i64 and forward to serialize_i64.

@@ -275,7 +275,7 @@ forward to serialize_i64.

serializer.serialize_i16(*self) } }
-
source

fn serialize_i32(self, v: i32) -> Result<Self::Ok, Self::Error>

Serialize an i32 value.

+
source

fn serialize_i32(self, v: i32) -> Result<Self::Ok, Self::Error>

Serialize an i32 value.

If the format does not differentiate between i32 and i64, a reasonable implementation would be to cast the value to i64 and forward to serialize_i64.

@@ -288,7 +288,7 @@ forward to serialize_i64.

serializer.serialize_i32(*self) } }
-
source

fn serialize_i64(self, v: i64) -> Result<Self::Ok, Self::Error>

Serialize an i64 value.

+
source

fn serialize_i64(self, v: i64) -> Result<Self::Ok, Self::Error>

Serialize an i64 value.

ⓘ
impl Serialize for i64 {
     fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
@@ -298,7 +298,7 @@ forward to serialize_i64.

serializer.serialize_i64(*self) } }
-
source

fn serialize_u8(self, v: u8) -> Result<Self::Ok, Self::Error>

Serialize a u8 value.

+
source

fn serialize_u8(self, v: u8) -> Result<Self::Ok, Self::Error>

Serialize a u8 value.

If the format does not differentiate between u8 and u64, a reasonable implementation would be to cast the value to u64 and forward to serialize_u64.

@@ -311,7 +311,7 @@ forward to serialize_u64.

serializer.serialize_u8(*self) } }
-
source

fn serialize_u16(self, v: u16) -> Result<Self::Ok, Self::Error>

Serialize a u16 value.

+
source

fn serialize_u16(self, v: u16) -> Result<Self::Ok, Self::Error>

Serialize a u16 value.

If the format does not differentiate between u16 and u64, a reasonable implementation would be to cast the value to u64 and forward to serialize_u64.

@@ -324,7 +324,7 @@ forward to serialize_u64.

serializer.serialize_u16(*self) } }
-
source

fn serialize_u32(self, v: u32) -> Result<Self::Ok, Self::Error>

Serialize a u32 value.

+
source

fn serialize_u32(self, v: u32) -> Result<Self::Ok, Self::Error>

Serialize a u32 value.

If the format does not differentiate between u32 and u64, a reasonable implementation would be to cast the value to u64 and forward to serialize_u64.

@@ -337,7 +337,7 @@ forward to serialize_u64.

serializer.serialize_u32(*self) } }
-
source

fn serialize_u64(self, v: u64) -> Result<Self::Ok, Self::Error>

Serialize a u64 value.

+
source

fn serialize_u64(self, v: u64) -> Result<Self::Ok, Self::Error>

Serialize a u64 value.

ⓘ
impl Serialize for u64 {
     fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
@@ -347,7 +347,7 @@ forward to serialize_u64.

serializer.serialize_u64(*self) } }
-
source

fn serialize_f32(self, v: f32) -> Result<Self::Ok, Self::Error>

Serialize an f32 value.

+
source

fn serialize_f32(self, v: f32) -> Result<Self::Ok, Self::Error>

Serialize an f32 value.

If the format does not differentiate between f32 and f64, a reasonable implementation would be to cast the value to f64 and forward to serialize_f64.

@@ -360,7 +360,7 @@ forward to serialize_f64.

serializer.serialize_f32(*self) } }
-
source

fn serialize_f64(self, v: f64) -> Result<Self::Ok, Self::Error>

Serialize an f64 value.

+
source

fn serialize_f64(self, v: f64) -> Result<Self::Ok, Self::Error>

Serialize an f64 value.

ⓘ
impl Serialize for f64 {
     fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
@@ -370,7 +370,7 @@ forward to serialize_f64.

serializer.serialize_f64(*self) } }
-
source

fn serialize_char(self, v: char) -> Result<Self::Ok, Self::Error>

Serialize a character.

+
source

fn serialize_char(self, v: char) -> Result<Self::Ok, Self::Error>

Serialize a character.

If the format does not support characters, it is reasonable to serialize it as a single element str or a u32.

@@ -382,7 +382,7 @@ it as a single element str or a u32.

serializer.serialize_char(*self) } }
-
source

fn serialize_str(self, v: &str) -> Result<Self::Ok, Self::Error>

Serialize a &str.

+
source

fn serialize_str(self, v: &str) -> Result<Self::Ok, Self::Error>

Serialize a &str.

ⓘ
impl Serialize for str {
     fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
@@ -392,7 +392,7 @@ it as a single element str or a u32.

serializer.serialize_str(self) } }
-
source

fn serialize_bytes(self, v: &[u8]) -> Result<Self::Ok, Self::Error>

Serialize a chunk of raw byte data.

+
source

fn serialize_bytes(self, v: &[u8]) -> Result<Self::Ok, Self::Error>

Serialize a chunk of raw byte data.

Enables serializers to serialize byte slices more compactly or more efficiently than other types of slices. If no efficient implementation is available, a reasonable implementation would be to forward to @@ -406,7 +406,7 @@ like this:

} seq.end() }
-
source

fn serialize_none(self) -> Result<Self::Ok, Self::Error>

Serialize a None value.

+
source

fn serialize_none(self) -> Result<Self::Ok, Self::Error>

Serialize a None value.

ⓘ
impl<T> Serialize for Option<T>
 where
@@ -422,7 +422,7 @@ like this:

} } }
-
source

fn serialize_some<T>(self, value: &T) -> Result<Self::Ok, Self::Error>
where +

source

fn serialize_some<T>(self, value: &T) -> Result<Self::Ok, Self::Error>
where T: Serialize + ?Sized,

Serialize a Some(T) value.

ⓘ
impl<T> Serialize for Option<T>
@@ -439,7 +439,7 @@ like this:

} } }
-
source

fn serialize_unit(self) -> Result<Self::Ok, Self::Error>

Serialize a () value.

+
source

fn serialize_unit(self) -> Result<Self::Ok, Self::Error>

Serialize a () value.

ⓘ
impl Serialize for () {
     fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
@@ -449,7 +449,7 @@ like this:

serializer.serialize_unit() } }
-
source

fn serialize_unit_struct( +

source

fn serialize_unit_struct( self, name: &'static str ) -> Result<Self::Ok, Self::Error>

Serialize a unit struct like struct Unit or PhantomData<T>.

@@ -467,7 +467,7 @@ like this:

serializer.serialize_unit_struct("Nothing") } }
-
source

fn serialize_unit_variant( +

source

fn serialize_unit_variant( self, name: &'static str, variant_index: u32, @@ -495,7 +495,7 @@ variant.

} } } -

source

fn serialize_newtype_struct<T>( +

source

fn serialize_newtype_struct<T>( self, name: &'static str, value: &T @@ -517,7 +517,7 @@ be to forward to value.serialize(self).

serializer.serialize_newtype_struct("Millimeters", &self.0) } } -

source

fn serialize_newtype_variant<T>( +

source

fn serialize_newtype_variant<T>( self, name: &'static str, variant_index: u32, @@ -547,7 +547,7 @@ variant. The value is the data contained within this newtype varian } } } -

source

fn serialize_seq( +

source

fn serialize_seq( self, len: Option<usize> ) -> Result<Self::SerializeSeq, Self::Error>

Begin to serialize a variably sized sequence. This call must be @@ -574,7 +574,7 @@ support sequences whose length is known up front.

seq.end() } }
-
source

fn serialize_tuple( +

source

fn serialize_tuple( self, len: usize ) -> Result<Self::SerializeTuple, Self::Error>

Begin to serialize a statically sized sequence whose length will be @@ -619,7 +619,7 @@ then a call to end.

seq.end() } }
-
source

fn serialize_tuple_struct( +

source

fn serialize_tuple_struct( self, name: &'static str, len: usize @@ -645,7 +645,7 @@ of data fields that will be serialized.

ts.end() } } -

source

fn serialize_tuple_variant( +

source

fn serialize_tuple_variant( self, name: &'static str, variant_index: u32, @@ -686,7 +686,7 @@ and the len is the number of data fields that will be serialized. -

source

fn serialize_map( +

source

fn serialize_map( self, len: Option<usize> ) -> Result<Self::SerializeMap, Self::Error>

Begin to serialize a map. This call must be followed by zero or more @@ -713,7 +713,7 @@ maps whose length is known up front.

map.end() } }
-
source

fn serialize_struct( +

source

fn serialize_struct( self, name: &'static str, len: usize @@ -744,7 +744,7 @@ which are skipped with
source

fn serialize_struct_variant( +

source

fn serialize_struct_variant( self, name: &'static str, variant_index: u32, @@ -784,7 +784,7 @@ and the len is the number of data fields that will be serialized. } } } -

Provided Methods§

source

fn serialize_i128(self, v: i128) -> Result<Self::Ok, Self::Error>

Serialize an i128 value.

+

Provided Methods§

source

fn serialize_i128(self, v: i128) -> Result<Self::Ok, Self::Error>

Serialize an i128 value.

ⓘ
impl Serialize for i128 {
     fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
@@ -795,7 +795,7 @@ and the len is the number of data fields that will be serialized.
     }
 }

The default behavior unconditionally returns an error.

-
source

fn serialize_u128(self, v: u128) -> Result<Self::Ok, Self::Error>

Serialize a u128 value.

+
source

fn serialize_u128(self, v: u128) -> Result<Self::Ok, Self::Error>

Serialize a u128 value.

ⓘ
impl Serialize for u128 {
     fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
@@ -806,7 +806,7 @@ and the len is the number of data fields that will be serialized.
     }
 }

The default behavior unconditionally returns an error.

-
source

fn collect_seq<I>(self, iter: I) -> Result<Self::Ok, Self::Error>
where +

source

fn collect_seq<I>(self, iter: I) -> Result<Self::Ok, Self::Error>

Collect an iterator as a sequence.

The default implementation serializes each item yielded by the iterator @@ -827,7 +827,7 @@ method.

serializer.collect_seq(self.data.iter().map(|x| x + 1)) } }
-
source

fn collect_map<K, V, I>(self, iter: I) -> Result<Self::Ok, Self::Error>
where +

source

fn collect_map<K, V, I>(self, iter: I) -> Result<Self::Ok, Self::Error>
where K: Serialize, V: Serialize, I: IntoIterator<Item = (K, V)>,

Collect an iterator as a map.

@@ -851,7 +851,7 @@ method.

serializer.collect_map(self.keys.iter().map(|k| (k, ()))) } }
-
source

fn collect_str<T>(self, value: &T) -> Result<Self::Ok, Self::Error>
where +

source

fn collect_str<T>(self, value: &T) -> Result<Self::Ok, Self::Error>
where T: Display + ?Sized,

Serialize a string produced by an implementation of Display.

The default implementation builds a heap-allocated String and delegates to serialize_str. Serializers are encouraged to provide a @@ -867,7 +867,7 @@ more efficient implementation if possible.

serializer.collect_str(&format_args!("{:?}{:?}", self.naive_local(), self.offset())) } }
-
source

fn is_human_readable(&self) -> bool

Determine whether Serialize implementations should serialize in +

source

fn is_human_readable(&self) -> bool

Determine whether Serialize implementations should serialize in human-readable form.

Some types have a human-readable form that may be somewhat expensive to construct, as well as a binary form that is compact and efficient. @@ -945,7 +945,7 @@ deserialize from the same data in compact mode.

variant: &'static str, _len: usize ) -> Result<<Serializer as Serializer>::SerializeStructVariant, Error>
source§

fn collect_str<T>(self, value: &T) -> Result<Value, Error>
where - T: Display + ?Sized,

source§

impl<'a, 'b> Serializer for &'a mut Formatter<'b>

+ T: Display + ?Sized,
source§

impl<'a, 'b> Serializer for &'a mut Formatter<'b>

ⓘ
use serde::ser::Serialize;
 use serde_derive::Serialize;
 use std::fmt::{self, Display};
@@ -962,54 +962,54 @@ deserialize from the same data in compact mode.

self.serialize(f) } }
-
§

type Ok = ()

§

type Error = Error

§

type SerializeSeq = Impossible<(), Error>

§

type SerializeTuple = Impossible<(), Error>

§

type SerializeTupleStruct = Impossible<(), Error>

§

type SerializeTupleVariant = Impossible<(), Error>

§

type SerializeMap = Impossible<(), Error>

§

type SerializeStruct = Impossible<(), Error>

§

type SerializeStructVariant = Impossible<(), Error>

source§

fn serialize_bool(self, v: bool) -> Result<(), Error>

source§

fn serialize_i8(self, v: i8) -> Result<(), Error>

source§

fn serialize_i16(self, v: i16) -> Result<(), Error>

source§

fn serialize_i32(self, v: i32) -> Result<(), Error>

source§

fn serialize_i64(self, v: i64) -> Result<(), Error>

source§

fn serialize_i128(self, v: i128) -> Result<(), Error>

source§

fn serialize_u8(self, v: u8) -> Result<(), Error>

source§

fn serialize_u16(self, v: u16) -> Result<(), Error>

source§

fn serialize_u32(self, v: u32) -> Result<(), Error>

source§

fn serialize_u64(self, v: u64) -> Result<(), Error>

source§

fn serialize_u128(self, v: u128) -> Result<(), Error>

source§

fn serialize_f32(self, v: f32) -> Result<(), Error>

source§

fn serialize_f64(self, v: f64) -> Result<(), Error>

source§

fn serialize_char(self, v: char) -> Result<(), Error>

source§

fn serialize_str(self, v: &str) -> Result<(), Error>

source§

fn serialize_unit_struct(self, v: &'static str) -> Result<(), Error>

source§

fn serialize_unit_variant( self, _name: &'static str, _variant_index: u32, variant: &'static str -) -> Result<(), Error>

source§

fn serialize_newtype_struct<T>( +) -> Result<(), Error>

source§

fn serialize_newtype_struct<T>( self, _name: &'static str, value: &T ) -> Result<(), Error>
where - T: Serialize + ?Sized,

source§

fn serialize_bytes(self, _v: &[u8]) -> Result<(), Error>

source§

fn serialize_none(self) -> Result<(), Error>

source§

fn serialize_some<T>(self, _value: &T) -> Result<(), Error>
where - T: Serialize + ?Sized,

source§

fn serialize_unit(self) -> Result<(), Error>

source§

fn serialize_newtype_variant<T>( + T: Serialize + ?Sized,

source§

fn serialize_bytes(self, _v: &[u8]) -> Result<(), Error>

source§

fn serialize_none(self) -> Result<(), Error>

source§

fn serialize_some<T>(self, _value: &T) -> Result<(), Error>
where + T: Serialize + ?Sized,

source§

fn serialize_unit(self) -> Result<(), Error>

source§

fn serialize_newtype_variant<T>( self, _name: &'static str, _variant_index: u32, _variant: &'static str, _value: &T ) -> Result<(), Error>
where - T: Serialize + ?Sized,

source§

fn serialize_seq( + T: Serialize + ?Sized,

source§

fn serialize_seq( self, _len: Option<usize> -) -> Result<<&'a mut Formatter<'b> as Serializer>::SerializeSeq, Error>

source§

fn serialize_tuple( +) -> Result<<&'a mut Formatter<'b> as Serializer>::SerializeSeq, Error>

source§

fn serialize_tuple( self, _len: usize -) -> Result<<&'a mut Formatter<'b> as Serializer>::SerializeTuple, Error>

source§

fn serialize_tuple_struct( +) -> Result<<&'a mut Formatter<'b> as Serializer>::SerializeTuple, Error>

source§

fn serialize_tuple_struct( self, _name: &'static str, _len: usize -) -> Result<<&'a mut Formatter<'b> as Serializer>::SerializeTupleStruct, Error>

source§

fn serialize_tuple_variant( +) -> Result<<&'a mut Formatter<'b> as Serializer>::SerializeTupleStruct, Error>

source§

fn serialize_tuple_variant( self, _name: &'static str, _variant_index: u32, _variant: &'static str, _len: usize -) -> Result<<&'a mut Formatter<'b> as Serializer>::SerializeTupleVariant, Error>

source§

fn serialize_map( +) -> Result<<&'a mut Formatter<'b> as Serializer>::SerializeTupleVariant, Error>

source§

fn serialize_map( self, _len: Option<usize> -) -> Result<<&'a mut Formatter<'b> as Serializer>::SerializeMap, Error>

source§

fn serialize_struct( +) -> Result<<&'a mut Formatter<'b> as Serializer>::SerializeMap, Error>

source§

fn serialize_struct( self, _name: &'static str, _len: usize -) -> Result<<&'a mut Formatter<'b> as Serializer>::SerializeStruct, Error>

source§

fn serialize_struct_variant( +) -> Result<<&'a mut Formatter<'b> as Serializer>::SerializeStruct, Error>

source§

fn serialize_struct_variant( self, _name: &'static str, _variant_index: u32, _variant: &'static str, _len: usize -) -> Result<<&'a mut Formatter<'b> as Serializer>::SerializeStructVariant, Error>

source§

fn collect_str<T>(self, value: &T) -> Result<(), Error>
where +) -> Result<<&'a mut Formatter<'b> as Serializer>::SerializeStructVariant, Error>

source§

fn collect_str<T>(self, value: &T) -> Result<(), Error>
where T: Display + ?Sized,

source§

impl<'a, W, F> Serializer for &'a mut Serializer<W, F>
where W: Write, F: Formatter,

source§

fn serialize_newtype_struct<T>( diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde_macros/serde_details/trait.SerdeHash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde_macros/serde_details/trait.SerdeHash.html index bda614748e..e4ce337cc0 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde_macros/serde_details/trait.SerdeHash.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde_macros/serde_details/trait.SerdeHash.html @@ -3,7 +3,7 @@ const N: usize; // Required method - fn from_slice_delegated(sl: &[u8]) -> Result<Self, FromSliceError>; + fn from_slice_delegated(sl: &[u8]) -> Result<Self, FromSliceError>; // Provided methods fn serialize<S>( @@ -17,7 +17,7 @@ where D: Deserializer<'de> { ... } }
Expand description

Default serialization/deserialization methods.

Required Associated Constants§

const N: usize

Size, in bits, of the hash.

-

Required Methods§

fn from_slice_delegated(sl: &[u8]) -> Result<Self, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.

+

Required Methods§

fn from_slice_delegated(sl: &[u8]) -> Result<Self, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.

Provided Methods§

fn serialize<S>( &self, s: S @@ -25,5 +25,5 @@ S: Serializer,

Do serde serialization.

fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

Do serde deserialization.

-

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

§

impl SerdeHash for Hash

§

const N: usize = 32usize

§

fn from_slice_delegated(sl: &[u8]) -> Result<Hash, FromSliceError>

Implementors§

source§

impl SerdeHash for DescriptorId

source§

const N: usize = 32usize

§

impl SerdeHash for BlockHash

§

const N: usize = 32usize

§

impl SerdeHash for FilterHash

§

const N: usize = 32usize

§

impl SerdeHash for FilterHeader

§

const N: usize = 32usize

§

impl SerdeHash for LegacySighash

§

const N: usize = 32usize

§

impl SerdeHash for PubkeyHash

§

const N: usize = 20usize

§

impl SerdeHash for ScriptHash

§

const N: usize = 20usize

§

impl SerdeHash for SegwitV0Sighash

§

const N: usize = 32usize

§

impl SerdeHash for TapLeafHash

§

const N: usize = 32usize

§

impl SerdeHash for TapNodeHash

§

const N: usize = 32usize

§

impl SerdeHash for TapSighash

§

const N: usize = 32usize

§

impl SerdeHash for TapTweakHash

§

const N: usize = 32usize

§

impl SerdeHash for TxMerkleNode

§

const N: usize = 32usize

§

impl SerdeHash for Txid

§

const N: usize = 32usize

§

impl SerdeHash for WPubkeyHash

§

const N: usize = 20usize

§

impl SerdeHash for WScriptHash

§

const N: usize = 32usize

§

impl SerdeHash for WitnessCommitment

§

const N: usize = 32usize

§

impl SerdeHash for WitnessMerkleNode

§

const N: usize = 32usize

§

impl SerdeHash for Wtxid

§

const N: usize = 32usize

§

impl SerdeHash for XKeyIdentifier

§

const N: usize = 20usize

§

impl SerdeHash for bdk_chain::bitcoin::hashes::hash160::Hash

§

const N: usize = 20usize

§

impl SerdeHash for bdk_chain::bitcoin::hashes::ripemd160::Hash

§

const N: usize = 20usize

§

impl SerdeHash for bdk_chain::bitcoin::hashes::sha1::Hash

§

const N: usize = 20usize

§

impl SerdeHash for bdk_chain::bitcoin::hashes::sha256::Hash

§

const N: usize = 32usize

§

impl SerdeHash for Midstate

§

const N: usize = 32usize

§

impl SerdeHash for bdk_chain::bitcoin::hashes::sha256d::Hash

§

const N: usize = 32usize

§

impl SerdeHash for bdk_chain::bitcoin::hashes::sha384::Hash

§

const N: usize = 48usize

§

impl SerdeHash for bdk_chain::bitcoin::hashes::sha512::Hash

§

const N: usize = 64usize

§

impl SerdeHash for bdk_chain::bitcoin::hashes::sha512_256::Hash

§

const N: usize = 32usize

§

impl SerdeHash for bdk_chain::bitcoin::hashes::siphash24::Hash

§

const N: usize = 8usize

§

impl<T> SerdeHash for bdk_chain::bitcoin::hashes::sha256t::Hash<T>
where +

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

§

impl SerdeHash for Hash

§

const N: usize = 32usize

§

fn from_slice_delegated(sl: &[u8]) -> Result<Hash, FromSliceError>

Implementors§

source§

impl SerdeHash for DescriptorId

source§

const N: usize = 32usize

§

impl SerdeHash for BlockHash

§

const N: usize = 32usize

§

impl SerdeHash for FilterHash

§

const N: usize = 32usize

§

impl SerdeHash for FilterHeader

§

const N: usize = 32usize

§

impl SerdeHash for LegacySighash

§

const N: usize = 32usize

§

impl SerdeHash for PubkeyHash

§

const N: usize = 20usize

§

impl SerdeHash for ScriptHash

§

const N: usize = 20usize

§

impl SerdeHash for SegwitV0Sighash

§

const N: usize = 32usize

§

impl SerdeHash for TapLeafHash

§

const N: usize = 32usize

§

impl SerdeHash for TapNodeHash

§

const N: usize = 32usize

§

impl SerdeHash for TapSighash

§

const N: usize = 32usize

§

impl SerdeHash for TapTweakHash

§

const N: usize = 32usize

§

impl SerdeHash for TxMerkleNode

§

const N: usize = 32usize

§

impl SerdeHash for Txid

§

const N: usize = 32usize

§

impl SerdeHash for WPubkeyHash

§

const N: usize = 20usize

§

impl SerdeHash for WScriptHash

§

const N: usize = 32usize

§

impl SerdeHash for WitnessCommitment

§

const N: usize = 32usize

§

impl SerdeHash for WitnessMerkleNode

§

const N: usize = 32usize

§

impl SerdeHash for Wtxid

§

const N: usize = 32usize

§

impl SerdeHash for XKeyIdentifier

§

const N: usize = 20usize

§

impl SerdeHash for bdk_chain::bitcoin::hashes::hash160::Hash

§

const N: usize = 20usize

§

impl SerdeHash for bdk_chain::bitcoin::hashes::ripemd160::Hash

§

const N: usize = 20usize

§

impl SerdeHash for bdk_chain::bitcoin::hashes::sha1::Hash

§

const N: usize = 20usize

§

impl SerdeHash for bdk_chain::bitcoin::hashes::sha256::Hash

§

const N: usize = 32usize

§

impl SerdeHash for Midstate

§

const N: usize = 32usize

§

impl SerdeHash for bdk_chain::bitcoin::hashes::sha256d::Hash

§

const N: usize = 32usize

§

impl SerdeHash for bdk_chain::bitcoin::hashes::sha384::Hash

§

const N: usize = 48usize

§

impl SerdeHash for bdk_chain::bitcoin::hashes::sha512::Hash

§

const N: usize = 64usize

§

impl SerdeHash for bdk_chain::bitcoin::hashes::sha512_256::Hash

§

const N: usize = 32usize

§

impl SerdeHash for bdk_chain::bitcoin::hashes::siphash24::Hash

§

const N: usize = 8usize

§

impl<T> SerdeHash for bdk_chain::bitcoin::hashes::sha256t::Hash<T>
where T: Tag,

§

const N: usize = 32usize

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha1/struct.Hash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha1/struct.Hash.html index a6c8e0bf0d..52f095df3c 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha1/struct.Hash.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha1/struct.Hash.html @@ -3,17 +3,17 @@ a shared reference to this Hash type.

pub fn from_bytes_mut(bytes: &mut [u8; 20]) -> &mut Hash

Zero cost conversion between a fixed length byte array exclusive reference and an exclusive reference to this Hash type.

-

Trait Implementations§

§

impl AsRef<[u8]> for Hash

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 20]> for Hash

§

fn as_ref(&self) -> &[u8; 20]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for Hash

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Clone for Hash

§

fn clone(&self) -> Hash

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Hash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for Hash

§

fn deserialize<D>(d: D) -> Result<Hash, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for Hash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl FromStr for Hash

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Hash, <Hash as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for Hash

§

fn hash<__H>(&self, state: &mut __H)
where - __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where - H: Hasher, - Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl Hash for Hash

§

type Engine = HashEngine

A hashing engine which bytes can be serialized into. It is expected +

Trait Implementations§

§

impl AsRef<[u8]> for Hash

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 20]> for Hash

§

fn as_ref(&self) -> &[u8; 20]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for Hash

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Clone for Hash

§

fn clone(&self) -> Hash

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Hash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for Hash

§

fn deserialize<D>(d: D) -> Result<Hash, <D as Deserializer<'de>>::Error>
where + D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for Hash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl FromStr for Hash

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Hash, <Hash as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for Hash

§

type Engine = HashEngine

A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
§

type Bytes = [u8; 20]

The byte array that represents the hash internally.
§

const LEN: usize = 20usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = false

Flag indicating whether user-visible serializations of this hash +any conditions.
§

type Bytes = [u8; 20]

The byte array that represents the hash internally.
§

const LEN: usize = 20usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = false

Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
§

fn engine() -> <Hash as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: HashEngine) -> Hash

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<Hash, FromSliceError>

Copies a byte slice into a hash object.
§

fn to_byte_array(self) -> <Hash as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<Hash as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn from_byte_array(bytes: <Hash as Hash>::Bytes) -> Hash

Constructs a hash from the underlying byte array.
§

fn all_zeros() -> Hash

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where +true for Sha256dHash, so here we are.

§

fn engine() -> <Hash as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: HashEngine) -> Hash

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<Hash, FromSliceError>

Copies a byte slice into a hash object.
§

fn to_byte_array(self) -> <Hash as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<Hash as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn from_byte_array(bytes: <Hash as Hash>::Bytes) -> Hash

Constructs a hash from the underlying byte array.
§

fn all_zeros() -> Hash

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where B: AsRef<[u8]>, - I: IntoIterator<Item = B>,

Hashes all the byte slices retrieved from the iterator together.
§

impl<I> Index<I> for Hash
where + I: IntoIterator<Item = B>,

Hashes all the byte slices retrieved from the iterator together.
§

impl Hash for Hash

§

fn hash<__H>(&self, state: &mut __H)
where + __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where + H: Hasher, + Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl<I> Index<I> for Hash
where I: SliceIndex<[u8]>,

§

type Output = <I as SliceIndex<[u8]>>::Output

The returned type after indexing.
§

fn index(&self, index: I) -> &<Hash as Index<I>>::Output

Performs the indexing (container[index]) operation. Read more
§

impl LowerHex for Hash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Ord for Hash

§

fn cmp(&self, other: &Hash) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where @@ -21,11 +21,11 @@ true for Sha256dHash, so here we are.

==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl PartialOrd for Hash

§

fn partial_cmp(&self, other: &Hash) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
§

impl SerdeHash for Hash

§

const N: usize = 20usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Hash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( +operator. Read more

§

impl SerdeHash for Hash

§

const N: usize = 20usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Hash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

Do serde serialization.
§

fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where + S: Serializer,

Do serde serialization.
§

fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for Hash

§

fn serialize<S>( &self, s: S @@ -45,5 +45,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha1/struct.HashEngine.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha1/struct.HashEngine.html index c0dcd50d3a..9cc2c9d8a8 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha1/struct.HashEngine.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha1/struct.HashEngine.html @@ -1,6 +1,6 @@ HashEngine in bdk_chain::bitcoin::hashes::sha1 - Rust

Struct bdk_chain::bitcoin::hashes::sha1::HashEngine

pub struct HashEngine { /* private fields */ }
Expand description

Engine to compute SHA1 hash function.

-

Trait Implementations§

§

impl Clone for HashEngine

§

fn clone(&self) -> HashEngine ⓘ

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Default for HashEngine

§

fn default() -> HashEngine ⓘ

Returns the “default value” for a type. Read more
§

impl HashEngine for HashEngine

§

type MidState = [u8; 20]

Byte array representing the internal state of the hash engine.
§

fn midstate(&self) -> [u8; 20]

Outputs the midstate of the hash engine. This function should not be -used directly unless you really know what you’re doing.
§

const BLOCK_SIZE: usize = 64usize

Length of the hash’s internal block size, in bytes.
§

fn n_bytes_hashed(&self) -> usize

Return the number of bytes already n_bytes_hashed(inputted).
§

fn input(&mut self, inp: &[u8])

Add data to the hash engine.
§

impl Write for HashEngine

§

fn write(&mut self, buf: &[u8]) -> Result<usize, Error>

Write a buffer into this writer, returning how many bytes were written. Read more
§

fn flush(&mut self) -> Result<(), Error>

Flush this output stream, ensuring that all intermediately buffered +

Trait Implementations§

§

impl Clone for HashEngine

§

fn clone(&self) -> HashEngine ⓘ

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Default for HashEngine

§

fn default() -> HashEngine ⓘ

Returns the “default value” for a type. Read more
§

impl HashEngine for HashEngine

§

type MidState = [u8; 20]

Byte array representing the internal state of the hash engine.
§

fn midstate(&self) -> [u8; 20]

Outputs the midstate of the hash engine. This function should not be +used directly unless you really know what you’re doing.
§

const BLOCK_SIZE: usize = 64usize

Length of the hash’s internal block size, in bytes.
§

fn n_bytes_hashed(&self) -> usize

Return the number of bytes already n_bytes_hashed(inputted).
§

fn input(&mut self, inp: &[u8])

Add data to the hash engine.
§

impl Write for HashEngine

§

fn write(&mut self, buf: &[u8]) -> Result<usize, Error>

Write a buffer into this writer, returning how many bytes were written. Read more
§

fn flush(&mut self) -> Result<(), Error>

Flush this output stream, ensuring that all intermediately buffered contents reach their destination. Read more
1.36.0 · source§

fn write_vectored(&mut self, bufs: &[IoSlice<'_>]) -> Result<usize, Error>

Like write, except that it writes from a slice of buffers. Read more
source§

fn is_write_vectored(&self) -> bool

🔬This is a nightly-only experimental API. (can_vector)
Determines if this Writer has an efficient write_vectored implementation. Read more
1.0.0 · source§

fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>

Attempts to write an entire buffer into this writer. Read more
source§

fn write_all_vectored(&mut self, bufs: &mut [IoSlice<'_>]) -> Result<(), Error>

🔬This is a nightly-only experimental API. (write_all_vectored)
Attempts to write multiple buffers into this writer. Read more
1.0.0 · source§

fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>

Writes a formatted string into this writer, returning any error encountered. Read more
1.0.0 · source§

fn by_ref(&mut self) -> &mut Self
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha256/struct.Hash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha256/struct.Hash.html index 757b0b3533..76d9a7dece 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha256/struct.Hash.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha256/struct.Hash.html @@ -6,20 +6,20 @@ an exclusive reference to this Hash type.

§

impl Hash

pub fn hash_again(&self) -> Hash

Iterate the sha256 algorithm to turn a sha256 hash into a sha256d hash

pub const fn const_hash(bytes: &[u8]) -> Hash

Computes hash from bytes in const context.

Warning: this function is inefficient. It should be only used in const context.

-

Trait Implementations§

§

impl AsRef<[u8]> for Hash

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 32]> for Hash

§

fn as_ref(&self) -> &[u8; 32]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for Hash

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Clone for Hash

§

fn clone(&self) -> Hash

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Hash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Decodable for Hash

Trait Implementations§

§

impl AsRef<[u8]> for Hash

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 32]> for Hash

§

fn as_ref(&self) -> &[u8; 32]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for Hash

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Clone for Hash

§

fn clone(&self) -> Hash

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Hash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Decodable for Hash

§

fn consensus_decode<R>(r: &mut R) -> Result<Hash, Error>
where R: BufRead + ?Sized,

Decode an object with a well-defined format. Read more
§

fn consensus_decode_from_finite_reader<R>(reader: &mut R) -> Result<Self, Error>
where - R: BufRead + ?Sized,

Decode Self from a size-limited reader. Read more
§

impl<'de> Deserialize<'de> for Hash

§

fn deserialize<D>(d: D) -> Result<Hash, <D as Deserializer<'de>>::Error>
where + R: BufRead + ?Sized,

Decode Self from a size-limited reader. Read more
§

impl<'de> Deserialize<'de> for Hash

§

fn deserialize<D>(d: D) -> Result<Hash, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for Hash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Encodable for Hash

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where - W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
source§

impl From<DescriptorId> for Hash

source§

fn from(hashtype: DescriptorId) -> Hash

Converts to this type from the input type.
source§

impl From<Hash> for DescriptorId

source§

fn from(inner: Hash) -> DescriptorId

Converts to this type from the input type.
§

impl From<Hash> for WScriptHash

§

fn from(inner: Hash) -> WScriptHash

Converts to this type from the input type.
§

impl From<WScriptHash> for Hash

§

fn from(hashtype: WScriptHash) -> Hash

Converts to this type from the input type.
§

impl FromStr for Hash

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Hash, <Hash as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for Hash

§

fn hash<__H>(&self, state: &mut __H)
where - __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where - H: Hasher, - Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl Hash for Hash

§

type Engine = HashEngine

A hashing engine which bytes can be serialized into. It is expected + W: Write + ?Sized,
Encodes an object with a well-defined format. Read more
source§

impl From<DescriptorId> for Hash

source§

fn from(hashtype: DescriptorId) -> Hash

Converts to this type from the input type.
source§

impl From<Hash> for DescriptorId

source§

fn from(inner: Hash) -> DescriptorId

Converts to this type from the input type.
§

impl From<Hash> for WScriptHash

§

fn from(inner: Hash) -> WScriptHash

Converts to this type from the input type.
§

impl From<WScriptHash> for Hash

§

fn from(hashtype: WScriptHash) -> Hash

Converts to this type from the input type.
§

impl FromStr for Hash

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Hash, <Hash as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for Hash

§

type Engine = HashEngine

A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
§

type Bytes = [u8; 32]

The byte array that represents the hash internally.
§

const LEN: usize = 32usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = false

Flag indicating whether user-visible serializations of this hash +any conditions.
§

type Bytes = [u8; 32]

The byte array that represents the hash internally.
§

const LEN: usize = 32usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = false

Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
§

fn engine() -> <Hash as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: HashEngine) -> Hash

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<Hash, FromSliceError>

Copies a byte slice into a hash object.
§

fn to_byte_array(self) -> <Hash as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<Hash as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn from_byte_array(bytes: <Hash as Hash>::Bytes) -> Hash

Constructs a hash from the underlying byte array.
§

fn all_zeros() -> Hash

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where +true for Sha256dHash, so here we are.

§

fn engine() -> <Hash as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: HashEngine) -> Hash

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<Hash, FromSliceError>

Copies a byte slice into a hash object.
§

fn to_byte_array(self) -> <Hash as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<Hash as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn from_byte_array(bytes: <Hash as Hash>::Bytes) -> Hash

Constructs a hash from the underlying byte array.
§

fn all_zeros() -> Hash

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where B: AsRef<[u8]>, - I: IntoIterator<Item = B>,

Hashes all the byte slices retrieved from the iterator together.
§

impl<I> Index<I> for Hash
where + I: IntoIterator<Item = B>,

Hashes all the byte slices retrieved from the iterator together.
§

impl Hash for Hash

§

fn hash<__H>(&self, state: &mut __H)
where + __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where + H: Hasher, + Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl<I> Index<I> for Hash
where I: SliceIndex<[u8]>,

§

type Output = <I as SliceIndex<[u8]>>::Output

The returned type after indexing.
§

fn index(&self, index: I) -> &<Hash as Index<I>>::Output

Performs the indexing (container[index]) operation. Read more
§

impl IntoAssets for Hash

§

fn into_assets(self) -> Assets

Convert self into a Assets struct
§

impl LowerHex for Hash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Ord for Hash

§

fn cmp(&self, other: &Hash) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where @@ -27,11 +27,11 @@ true for Sha256dHash, so here we are.

==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl PartialOrd for Hash

§

fn partial_cmp(&self, other: &Hash) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
§

impl SerdeHash for Hash

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Hash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( +operator. Read more

§

impl SerdeHash for Hash

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Hash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

Do serde serialization.
§

fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where + S: Serializer,

Do serde serialization.
§

fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for Hash

§

fn serialize<S>( &self, s: S @@ -51,5 +51,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha256/struct.HashEngine.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha256/struct.HashEngine.html index 37a0c82751..457f9247f0 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha256/struct.HashEngine.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha256/struct.HashEngine.html @@ -2,8 +2,8 @@

Implementations§

§

impl HashEngine

pub fn from_midstate(midstate: Midstate, length: usize) -> HashEngine ⓘ

Create a new HashEngine from a Midstate.

§Panics

If length is not a multiple of the block size.

-

Trait Implementations§

§

impl Clone for HashEngine

§

fn clone(&self) -> HashEngine ⓘ

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Default for HashEngine

§

fn default() -> HashEngine ⓘ

Returns the “default value” for a type. Read more
§

impl HashEngine for HashEngine

§

type MidState = Midstate

Byte array representing the internal state of the hash engine.
§

fn midstate(&self) -> Midstate

Outputs the midstate of the hash engine. This function should not be -used directly unless you really know what you’re doing.
§

const BLOCK_SIZE: usize = 64usize

Length of the hash’s internal block size, in bytes.
§

fn n_bytes_hashed(&self) -> usize

Return the number of bytes already n_bytes_hashed(inputted).
§

fn input(&mut self, inp: &[u8])

Add data to the hash engine.
§

impl Write for HashEngine

§

fn write(&mut self, buf: &[u8]) -> Result<usize, Error>

Write a buffer into this writer, returning how many bytes were written. Read more
§

fn flush(&mut self) -> Result<(), Error>

Flush this output stream, ensuring that all intermediately buffered +

Trait Implementations§

§

impl Clone for HashEngine

§

fn clone(&self) -> HashEngine ⓘ

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Default for HashEngine

§

fn default() -> HashEngine ⓘ

Returns the “default value” for a type. Read more
§

impl HashEngine for HashEngine

§

type MidState = Midstate

Byte array representing the internal state of the hash engine.
§

fn midstate(&self) -> Midstate

Outputs the midstate of the hash engine. This function should not be +used directly unless you really know what you’re doing.
§

const BLOCK_SIZE: usize = 64usize

Length of the hash’s internal block size, in bytes.
§

fn n_bytes_hashed(&self) -> usize

Return the number of bytes already n_bytes_hashed(inputted).
§

fn input(&mut self, inp: &[u8])

Add data to the hash engine.
§

impl Write for HashEngine

§

fn write(&mut self, buf: &[u8]) -> Result<usize, Error>

Write a buffer into this writer, returning how many bytes were written. Read more
§

fn flush(&mut self) -> Result<(), Error>

Flush this output stream, ensuring that all intermediately buffered contents reach their destination. Read more
1.36.0 · source§

fn write_vectored(&mut self, bufs: &[IoSlice<'_>]) -> Result<usize, Error>

Like write, except that it writes from a slice of buffers. Read more
source§

fn is_write_vectored(&self) -> bool

🔬This is a nightly-only experimental API. (can_vector)
Determines if this Writer has an efficient write_vectored implementation. Read more
1.0.0 · source§

fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>

Attempts to write an entire buffer into this writer. Read more
source§

fn write_all_vectored(&mut self, bufs: &mut [IoSlice<'_>]) -> Result<(), Error>

🔬This is a nightly-only experimental API. (write_all_vectored)
Attempts to write multiple buffers into this writer. Read more
1.0.0 · source§

fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>

Writes a formatted string into this writer, returning any error encountered. Read more
1.0.0 · source§

fn by_ref(&mut self) -> &mut Self
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha256/struct.Midstate.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha256/struct.Midstate.html index 722d8e0f03..0ed44ab09d 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha256/struct.Midstate.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha256/struct.Midstate.html @@ -1,12 +1,12 @@ Midstate in bdk_chain::bitcoin::hashes::sha256 - Rust

Struct bdk_chain::bitcoin::hashes::sha256::Midstate

pub struct Midstate(pub [u8; 32]);
Expand description

Output of the SHA256 hash function.

Tuple Fields§

§0: [u8; 32]

Implementations§

§

impl Midstate

pub const fn from_byte_array(inner: [u8; 32]) -> Midstate

Construct a new Midstate from the inner value.

-

pub fn from_slice(sl: &[u8]) -> Result<Midstate, FromSliceError>

Copies a byte slice into the Midstate object.

+

pub fn from_slice(sl: &[u8]) -> Result<Midstate, FromSliceError>

Copies a byte slice into the Midstate object.

pub fn to_byte_array(self) -> [u8; 32]

Unwraps the Midstate and returns the underlying byte array.

pub const fn hash_tag(tag: &[u8]) -> Midstate

Creates midstate for tagged hashes.

Warning: this function is inefficient. It should be only used in const context.

Computes non-finalized hash of sha256(tag) || sha256(tag) for use in sha256t. It’s provided for use with sha256t.

-

Trait Implementations§

§

impl AsRef<[u8]> for Midstate

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for Midstate

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Clone for Midstate

§

fn clone(&self) -> Midstate

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Midstate

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Default for Midstate

§

fn default() -> Midstate

Returns the “default value” for a type. Read more
§

impl<'de> Deserialize<'de> for Midstate

§

fn deserialize<D>(d: D) -> Result<Midstate, <D as Deserializer<'de>>::Error>
where +

Trait Implementations§

§

impl AsRef<[u8]> for Midstate

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for Midstate

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Clone for Midstate

§

fn clone(&self) -> Midstate

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Midstate

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Default for Midstate

§

fn default() -> Midstate

Returns the “default value” for a type. Read more
§

impl<'de> Deserialize<'de> for Midstate

§

fn deserialize<D>(d: D) -> Result<Midstate, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for Midstate

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl FromHex for Midstate

§

type Error = HexToArrayError

Error type returned while parsing hex string.
§

fn from_hex(s: &str) -> Result<Midstate, <Midstate as FromHex>::Error>

Produces an object from a hex string.
§

impl FromStr for Midstate

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Midstate, <Midstate as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for Midstate

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, @@ -18,11 +18,11 @@ by ==.

1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl PartialOrd for Midstate

§

fn partial_cmp(&self, other: &Midstate) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
§

impl SerdeHash for Midstate

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Midstate, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( +operator. Read more

§

impl SerdeHash for Midstate

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Midstate, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

Do serde serialization.
§

fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where + S: Serializer,

Do serde serialization.
§

fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for Midstate

§

fn serialize<S>( &self, s: S @@ -42,5 +42,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha256d/struct.Hash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha256d/struct.Hash.html index 2a2a687982..a3e958898c 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha256d/struct.Hash.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha256d/struct.Hash.html @@ -3,20 +3,20 @@ a shared reference to this Hash type.

pub fn from_bytes_mut(bytes: &mut [u8; 32]) -> &mut Hash

Zero cost conversion between a fixed length byte array exclusive reference and an exclusive reference to this Hash type.

-

Trait Implementations§

§

impl AsRef<[u8]> for Hash

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 32]> for Hash

§

fn as_ref(&self) -> &[u8; 32]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for Hash

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Clone for Hash

§

fn clone(&self) -> Hash

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Hash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Decodable for Hash

Trait Implementations§

§

impl AsRef<[u8]> for Hash

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 32]> for Hash

§

fn as_ref(&self) -> &[u8; 32]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for Hash

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Clone for Hash

§

fn clone(&self) -> Hash

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Hash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Decodable for Hash

§

fn consensus_decode<R>(r: &mut R) -> Result<Hash, Error>
where R: BufRead + ?Sized,

Decode an object with a well-defined format. Read more
§

fn consensus_decode_from_finite_reader<R>(reader: &mut R) -> Result<Self, Error>
where - R: BufRead + ?Sized,

Decode Self from a size-limited reader. Read more
§

impl<'de> Deserialize<'de> for Hash

§

fn deserialize<D>(d: D) -> Result<Hash, <D as Deserializer<'de>>::Error>
where + R: BufRead + ?Sized,

Decode Self from a size-limited reader. Read more
§

impl<'de> Deserialize<'de> for Hash

§

fn deserialize<D>(d: D) -> Result<Hash, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for Hash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Encodable for Hash

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where - W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl From<BlockHash> for Hash

§

fn from(hashtype: BlockHash) -> Hash

Converts to this type from the input type.
§

impl From<FilterHash> for Hash

§

fn from(hashtype: FilterHash) -> Hash

Converts to this type from the input type.
§

impl From<FilterHeader> for Hash

§

fn from(hashtype: FilterHeader) -> Hash

Converts to this type from the input type.
§

impl From<Hash> for BlockHash

§

fn from(inner: Hash) -> BlockHash

Converts to this type from the input type.
§

impl From<Hash> for FilterHash

§

fn from(inner: Hash) -> FilterHash

Converts to this type from the input type.
§

impl From<Hash> for FilterHeader

§

fn from(inner: Hash) -> FilterHeader

Converts to this type from the input type.
§

impl From<Hash> for Hash

§

fn from(hashtype: Hash) -> Hash

Converts to this type from the input type.
§

impl From<Hash> for Hash

§

fn from(inner: Hash) -> Hash

Converts to this type from the input type.
§

impl From<Hash> for LegacySighash

§

fn from(inner: Hash) -> LegacySighash

Converts to this type from the input type.
§

impl From<Hash> for SegwitV0Sighash

§

fn from(inner: Hash) -> SegwitV0Sighash

Converts to this type from the input type.
§

impl From<Hash> for TxMerkleNode

§

fn from(inner: Hash) -> TxMerkleNode

Converts to this type from the input type.
§

impl From<Hash> for Txid

§

fn from(inner: Hash) -> Txid

Converts to this type from the input type.
§

impl From<Hash> for WitnessCommitment

§

fn from(inner: Hash) -> WitnessCommitment

Converts to this type from the input type.
§

impl From<Hash> for WitnessMerkleNode

§

fn from(inner: Hash) -> WitnessMerkleNode

Converts to this type from the input type.
§

impl From<Hash> for Wtxid

§

fn from(inner: Hash) -> Wtxid

Converts to this type from the input type.
§

impl From<LegacySighash> for Hash

§

fn from(hashtype: LegacySighash) -> Hash

Converts to this type from the input type.
§

impl From<SegwitV0Sighash> for Hash

§

fn from(hashtype: SegwitV0Sighash) -> Hash

Converts to this type from the input type.
§

impl From<TxMerkleNode> for Hash

§

fn from(hashtype: TxMerkleNode) -> Hash

Converts to this type from the input type.
§

impl From<Txid> for Hash

§

fn from(hashtype: Txid) -> Hash

Converts to this type from the input type.
§

impl From<WitnessCommitment> for Hash

§

fn from(hashtype: WitnessCommitment) -> Hash

Converts to this type from the input type.
§

impl From<WitnessMerkleNode> for Hash

§

fn from(hashtype: WitnessMerkleNode) -> Hash

Converts to this type from the input type.
§

impl From<Wtxid> for Hash

§

fn from(hashtype: Wtxid) -> Hash

Converts to this type from the input type.
§

impl FromStr for Hash

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Hash, <Hash as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for Hash

§

fn hash<__H>(&self, state: &mut __H)
where - __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where - H: Hasher, - Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl Hash for Hash

§

type Engine = HashEngine

A hashing engine which bytes can be serialized into. It is expected + W: Write + ?Sized,
Encodes an object with a well-defined format. Read more
§

impl From<BlockHash> for Hash

§

fn from(hashtype: BlockHash) -> Hash

Converts to this type from the input type.
§

impl From<FilterHash> for Hash

§

fn from(hashtype: FilterHash) -> Hash

Converts to this type from the input type.
§

impl From<FilterHeader> for Hash

§

fn from(hashtype: FilterHeader) -> Hash

Converts to this type from the input type.
§

impl From<Hash> for BlockHash

§

fn from(inner: Hash) -> BlockHash

Converts to this type from the input type.
§

impl From<Hash> for FilterHash

§

fn from(inner: Hash) -> FilterHash

Converts to this type from the input type.
§

impl From<Hash> for FilterHeader

§

fn from(inner: Hash) -> FilterHeader

Converts to this type from the input type.
§

impl From<Hash> for Hash

§

fn from(inner: Hash) -> Hash

Converts to this type from the input type.
§

impl From<Hash> for Hash

§

fn from(hashtype: Hash) -> Hash

Converts to this type from the input type.
§

impl From<Hash> for LegacySighash

§

fn from(inner: Hash) -> LegacySighash

Converts to this type from the input type.
§

impl From<Hash> for SegwitV0Sighash

§

fn from(inner: Hash) -> SegwitV0Sighash

Converts to this type from the input type.
§

impl From<Hash> for TxMerkleNode

§

fn from(inner: Hash) -> TxMerkleNode

Converts to this type from the input type.
§

impl From<Hash> for Txid

§

fn from(inner: Hash) -> Txid

Converts to this type from the input type.
§

impl From<Hash> for WitnessCommitment

§

fn from(inner: Hash) -> WitnessCommitment

Converts to this type from the input type.
§

impl From<Hash> for WitnessMerkleNode

§

fn from(inner: Hash) -> WitnessMerkleNode

Converts to this type from the input type.
§

impl From<Hash> for Wtxid

§

fn from(inner: Hash) -> Wtxid

Converts to this type from the input type.
§

impl From<LegacySighash> for Hash

§

fn from(hashtype: LegacySighash) -> Hash

Converts to this type from the input type.
§

impl From<SegwitV0Sighash> for Hash

§

fn from(hashtype: SegwitV0Sighash) -> Hash

Converts to this type from the input type.
§

impl From<TxMerkleNode> for Hash

§

fn from(hashtype: TxMerkleNode) -> Hash

Converts to this type from the input type.
§

impl From<Txid> for Hash

§

fn from(hashtype: Txid) -> Hash

Converts to this type from the input type.
§

impl From<WitnessCommitment> for Hash

§

fn from(hashtype: WitnessCommitment) -> Hash

Converts to this type from the input type.
§

impl From<WitnessMerkleNode> for Hash

§

fn from(hashtype: WitnessMerkleNode) -> Hash

Converts to this type from the input type.
§

impl From<Wtxid> for Hash

§

fn from(hashtype: Wtxid) -> Hash

Converts to this type from the input type.
§

impl FromStr for Hash

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Hash, <Hash as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for Hash

§

type Engine = HashEngine

A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
§

type Bytes = [u8; 32]

The byte array that represents the hash internally.
§

const LEN: usize = 32usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = true

Flag indicating whether user-visible serializations of this hash +any conditions.
§

type Bytes = [u8; 32]

The byte array that represents the hash internally.
§

const LEN: usize = 32usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = true

Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
§

fn engine() -> <Hash as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: HashEngine) -> Hash

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<Hash, FromSliceError>

Copies a byte slice into a hash object.
§

fn to_byte_array(self) -> <Hash as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<Hash as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn from_byte_array(bytes: <Hash as Hash>::Bytes) -> Hash

Constructs a hash from the underlying byte array.
§

fn all_zeros() -> Hash

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where +true for Sha256dHash, so here we are.

§

fn engine() -> <Hash as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: HashEngine) -> Hash

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<Hash, FromSliceError>

Copies a byte slice into a hash object.
§

fn to_byte_array(self) -> <Hash as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<Hash as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn from_byte_array(bytes: <Hash as Hash>::Bytes) -> Hash

Constructs a hash from the underlying byte array.
§

fn all_zeros() -> Hash

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where B: AsRef<[u8]>, - I: IntoIterator<Item = B>,

Hashes all the byte slices retrieved from the iterator together.
§

impl<I> Index<I> for Hash
where + I: IntoIterator<Item = B>,

Hashes all the byte slices retrieved from the iterator together.
§

impl Hash for Hash

§

fn hash<__H>(&self, state: &mut __H)
where + __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where + H: Hasher, + Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl<I> Index<I> for Hash
where I: SliceIndex<[u8]>,

§

type Output = <I as SliceIndex<[u8]>>::Output

The returned type after indexing.
§

fn index(&self, index: I) -> &<Hash as Index<I>>::Output

Performs the indexing (container[index]) operation. Read more
§

impl LowerHex for Hash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Ord for Hash

§

fn cmp(&self, other: &Hash) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where @@ -24,11 +24,11 @@ true for Sha256dHash, so here we are.

==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl PartialOrd for Hash

§

fn partial_cmp(&self, other: &Hash) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
§

impl SerdeHash for Hash

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Hash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( +operator. Read more

§

impl SerdeHash for Hash

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Hash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

Do serde serialization.
§

fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where + S: Serializer,

Do serde serialization.
§

fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for Hash

§

fn serialize<S>( &self, s: S @@ -48,5 +48,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha256t/struct.Hash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha256t/struct.Hash.html index f49c2b2622..55fe3dfa2f 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha256t/struct.Hash.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha256t/struct.Hash.html @@ -7,27 +7,27 @@ a shared reference to this Hash type.

pub fn from_bytes_mut(bytes: &mut [u8; 32]) -> &mut Hash<T>

Zero cost conversion between a fixed length byte array exclusive reference and an exclusive reference to this Hash type.

Trait Implementations§

§

impl<T> AsRef<[u8]> for Hash<T>
where - T: Tag,

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl<T> AsRef<[u8; 32]> for Hash<T>
where - T: Tag,

§

fn as_ref(&self) -> &[u8; 32]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl<T> Borrow<[u8]> for Hash<T>
where + T: Tag,

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl<T> AsRef<[u8; 32]> for Hash<T>
where + T: Tag,

§

fn as_ref(&self) -> &[u8; 32]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl<T> Borrow<[u8]> for Hash<T>
where T: Tag,

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl<T> Clone for Hash<T>
where T: Tag,

§

fn clone(&self) -> Hash<T>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl<T> Debug for Hash<T>
where T: Tag,

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<T> Default for Hash<T>
where T: Tag,

§

fn default() -> Hash<T>

Returns the “default value” for a type. Read more
§

impl<'de, T> Deserialize<'de> for Hash<T>
where - T: Tag,

§

fn deserialize<D>(d: D) -> Result<Hash<T>, <D as Deserializer<'de>>::Error>
where + T: Tag,

§

fn deserialize<D>(d: D) -> Result<Hash<T>, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl<T> Display for Hash<T>
where - T: Tag,

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl From<Hash<TapBranchTag>> for TapNodeHash

§

fn from(inner: Hash<TapBranchTag>) -> TapNodeHash

Converts to this type from the input type.
§

impl From<Hash<TapLeafTag>> for TapLeafHash

§

fn from(inner: Hash<TapLeafTag>) -> TapLeafHash

Converts to this type from the input type.
§

impl From<Hash<TapSighashTag>> for TapSighash

§

fn from(inner: Hash<TapSighashTag>) -> TapSighash

Converts to this type from the input type.
§

impl From<Hash<TapTweakTag>> for TapTweakHash

§

fn from(inner: Hash<TapTweakTag>) -> TapTweakHash

Converts to this type from the input type.
§

impl From<TapLeafHash> for Hash<TapLeafTag>

§

fn from(hashtype: TapLeafHash) -> Hash<TapLeafTag>

Converts to this type from the input type.
§

impl From<TapNodeHash> for Hash<TapBranchTag>

§

fn from(hashtype: TapNodeHash) -> Hash<TapBranchTag>

Converts to this type from the input type.
§

impl From<TapSighash> for Hash<TapSighashTag>

§

fn from(hashtype: TapSighash) -> Hash<TapSighashTag>

Converts to this type from the input type.
§

impl From<TapTweakHash> for Hash<TapTweakTag>

§

fn from(hashtype: TapTweakHash) -> Hash<TapTweakTag>

Converts to this type from the input type.
§

impl<T> FromStr for Hash<T>
where - T: Tag,

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Hash<T>, <Hash<T> as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl<T> Hash for Hash<T>
where - T: Tag,

§

fn hash<H>(&self, h: &mut H)
where - H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where - H: Hasher, - Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl<T> Hash for Hash<T>
where - T: Tag,

§

type Engine = HashEngine

A hashing engine which bytes can be serialized into. It is expected + T: Tag,
§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl From<Hash<TapBranchTag>> for TapNodeHash

§

fn from(inner: Hash<TapBranchTag>) -> TapNodeHash

Converts to this type from the input type.
§

impl From<Hash<TapLeafTag>> for TapLeafHash

§

fn from(inner: Hash<TapLeafTag>) -> TapLeafHash

Converts to this type from the input type.
§

impl From<Hash<TapSighashTag>> for TapSighash

§

fn from(inner: Hash<TapSighashTag>) -> TapSighash

Converts to this type from the input type.
§

impl From<Hash<TapTweakTag>> for TapTweakHash

§

fn from(inner: Hash<TapTweakTag>) -> TapTweakHash

Converts to this type from the input type.
§

impl From<TapLeafHash> for Hash<TapLeafTag>

§

fn from(hashtype: TapLeafHash) -> Hash<TapLeafTag>

Converts to this type from the input type.
§

impl From<TapNodeHash> for Hash<TapBranchTag>

§

fn from(hashtype: TapNodeHash) -> Hash<TapBranchTag>

Converts to this type from the input type.
§

impl From<TapSighash> for Hash<TapSighashTag>

§

fn from(hashtype: TapSighash) -> Hash<TapSighashTag>

Converts to this type from the input type.
§

impl From<TapTweakHash> for Hash<TapTweakTag>

§

fn from(hashtype: TapTweakHash) -> Hash<TapTweakTag>

Converts to this type from the input type.
§

impl<T> FromStr for Hash<T>
where + T: Tag,

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Hash<T>, <Hash<T> as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl<T> Hash for Hash<T>
where + T: Tag,

§

type Engine = HashEngine

A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
§

type Bytes = [u8; 32]

The byte array that represents the hash internally.
§

const LEN: usize = 32usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = true

Flag indicating whether user-visible serializations of this hash +any conditions.
§

type Bytes = [u8; 32]

The byte array that represents the hash internally.
§

const LEN: usize = 32usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = true

Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
§

fn engine() -> <Hash<T> as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: HashEngine) -> Hash<T>

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<Hash<T>, FromSliceError>

Copies a byte slice into a hash object.
§

fn to_byte_array(self) -> <Hash<T> as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<Hash<T> as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn from_byte_array(bytes: <Hash<T> as Hash>::Bytes) -> Hash<T>

Constructs a hash from the underlying byte array.
§

fn all_zeros() -> Hash<T>

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where +true for Sha256dHash, so here we are.

§

fn engine() -> <Hash<T> as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: HashEngine) -> Hash<T>

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<Hash<T>, FromSliceError>

Copies a byte slice into a hash object.
§

fn to_byte_array(self) -> <Hash<T> as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<Hash<T> as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn from_byte_array(bytes: <Hash<T> as Hash>::Bytes) -> Hash<T>

Constructs a hash from the underlying byte array.
§

fn all_zeros() -> Hash<T>

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where B: AsRef<[u8]>, - I: IntoIterator<Item = B>,

Hashes all the byte slices retrieved from the iterator together.
§

impl<I, T> Index<I> for Hash<T>
where + I: IntoIterator<Item = B>,

Hashes all the byte slices retrieved from the iterator together.
§

impl<T> Hash for Hash<T>
where + T: Tag,

§

fn hash<H>(&self, h: &mut H)
where + H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where + H: Hasher, + Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl<I, T> Index<I> for Hash<T>
where I: SliceIndex<[u8]>, T: Tag,

§

type Output = <I as SliceIndex<[u8]>>::Output

The returned type after indexing.
§

fn index(&self, index: I) -> &<Hash<T> as Index<I>>::Output

Performs the indexing (container[index]) operation. Read more
§

impl<T> LowerHex for Hash<T>
where T: Tag,

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<T> Ord for Hash<T>
where @@ -41,11 +41,11 @@ sufficient, and should not be overridden without very good reason.
Tag,

§

fn partial_cmp(&self, other: &Hash<T>) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
§

impl<T> SerdeHash for Hash<T>
where - T: Tag,

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Hash<T>, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( + T: Tag,

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Hash<T>, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

Do serde serialization.
§

fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where + S: Serializer,

Do serde serialization.
§

fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

Do serde deserialization.
§

impl<T> Serialize for Hash<T>
where T: Tag,

§

fn serialize<S>( &self, @@ -74,5 +74,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha384/struct.Hash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha384/struct.Hash.html index 7a1762c379..92ab7e0f22 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha384/struct.Hash.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha384/struct.Hash.html @@ -3,17 +3,17 @@ a shared reference to this Hash type.

pub fn from_bytes_mut(bytes: &mut [u8; 48]) -> &mut Hash

Zero cost conversion between a fixed length byte array exclusive reference and an exclusive reference to this Hash type.

-

Trait Implementations§

§

impl AsRef<[u8]> for Hash

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 48]> for Hash

§

fn as_ref(&self) -> &[u8; 48]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for Hash

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Clone for Hash

§

fn clone(&self) -> Hash

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Hash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for Hash

§

fn deserialize<D>(d: D) -> Result<Hash, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for Hash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl FromStr for Hash

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Hash, <Hash as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for Hash

§

fn hash<__H>(&self, state: &mut __H)
where - __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where - H: Hasher, - Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl Hash for Hash

§

type Engine = HashEngine

A hashing engine which bytes can be serialized into. It is expected +

Trait Implementations§

§

impl AsRef<[u8]> for Hash

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 48]> for Hash

§

fn as_ref(&self) -> &[u8; 48]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for Hash

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Clone for Hash

§

fn clone(&self) -> Hash

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Hash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for Hash

§

fn deserialize<D>(d: D) -> Result<Hash, <D as Deserializer<'de>>::Error>
where + D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for Hash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl FromStr for Hash

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Hash, <Hash as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for Hash

§

type Engine = HashEngine

A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
§

type Bytes = [u8; 48]

The byte array that represents the hash internally.
§

const LEN: usize = 48usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = false

Flag indicating whether user-visible serializations of this hash +any conditions.
§

type Bytes = [u8; 48]

The byte array that represents the hash internally.
§

const LEN: usize = 48usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = false

Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
§

fn engine() -> <Hash as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: HashEngine) -> Hash

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<Hash, FromSliceError>

Copies a byte slice into a hash object.
§

fn to_byte_array(self) -> <Hash as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<Hash as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn from_byte_array(bytes: <Hash as Hash>::Bytes) -> Hash

Constructs a hash from the underlying byte array.
§

fn all_zeros() -> Hash

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where +true for Sha256dHash, so here we are.

§

fn engine() -> <Hash as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: HashEngine) -> Hash

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<Hash, FromSliceError>

Copies a byte slice into a hash object.
§

fn to_byte_array(self) -> <Hash as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<Hash as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn from_byte_array(bytes: <Hash as Hash>::Bytes) -> Hash

Constructs a hash from the underlying byte array.
§

fn all_zeros() -> Hash

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where B: AsRef<[u8]>, - I: IntoIterator<Item = B>,

Hashes all the byte slices retrieved from the iterator together.
§

impl<I> Index<I> for Hash
where + I: IntoIterator<Item = B>,

Hashes all the byte slices retrieved from the iterator together.
§

impl Hash for Hash

§

fn hash<__H>(&self, state: &mut __H)
where + __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where + H: Hasher, + Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl<I> Index<I> for Hash
where I: SliceIndex<[u8]>,

§

type Output = <I as SliceIndex<[u8]>>::Output

The returned type after indexing.
§

fn index(&self, index: I) -> &<Hash as Index<I>>::Output

Performs the indexing (container[index]) operation. Read more
§

impl LowerHex for Hash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Ord for Hash

§

fn cmp(&self, other: &Hash) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where @@ -21,11 +21,11 @@ true for Sha256dHash, so here we are.

==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl PartialOrd for Hash

§

fn partial_cmp(&self, other: &Hash) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
§

impl SerdeHash for Hash

§

const N: usize = 48usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Hash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( +operator. Read more

§

impl SerdeHash for Hash

§

const N: usize = 48usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Hash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

Do serde serialization.
§

fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where + S: Serializer,

Do serde serialization.
§

fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for Hash

§

fn serialize<S>( &self, s: S @@ -45,5 +45,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha384/struct.HashEngine.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha384/struct.HashEngine.html index ad2d7c5605..becdbaa67a 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha384/struct.HashEngine.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha384/struct.HashEngine.html @@ -1,6 +1,6 @@ HashEngine in bdk_chain::bitcoin::hashes::sha384 - Rust

Struct bdk_chain::bitcoin::hashes::sha384::HashEngine

pub struct HashEngine(/* private fields */);
Expand description

Engine to compute SHA384 hash function.

-

Trait Implementations§

§

impl Clone for HashEngine

§

fn clone(&self) -> HashEngine

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Default for HashEngine

§

fn default() -> HashEngine

Returns the “default value” for a type. Read more
§

impl HashEngine for HashEngine

§

type MidState = [u8; 64]

Byte array representing the internal state of the hash engine.
§

fn midstate(&self) -> [u8; 64]

Outputs the midstate of the hash engine. This function should not be -used directly unless you really know what you’re doing.
§

const BLOCK_SIZE: usize = 128usize

Length of the hash’s internal block size, in bytes.
§

fn n_bytes_hashed(&self) -> usize

Return the number of bytes already n_bytes_hashed(inputted).
§

fn input(&mut self, inp: &[u8])

Add data to the hash engine.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +

Trait Implementations§

§

impl Clone for HashEngine

§

fn clone(&self) -> HashEngine

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Default for HashEngine

§

fn default() -> HashEngine

Returns the “default value” for a type. Read more
§

impl HashEngine for HashEngine

§

type MidState = [u8; 64]

Byte array representing the internal state of the hash engine.
§

fn midstate(&self) -> [u8; 64]

Outputs the midstate of the hash engine. This function should not be +used directly unless you really know what you’re doing.
§

const BLOCK_SIZE: usize = 128usize

Length of the hash’s internal block size, in bytes.
§

fn n_bytes_hashed(&self) -> usize

Return the number of bytes already n_bytes_hashed(inputted).
§

fn input(&mut self, inp: &[u8])

Add data to the hash engine.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha512/struct.Hash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha512/struct.Hash.html index 0e2172fffa..2506fe9767 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha512/struct.Hash.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha512/struct.Hash.html @@ -3,17 +3,17 @@ a shared reference to this Hash type.

pub fn from_bytes_mut(bytes: &mut [u8; 64]) -> &mut Hash

Zero cost conversion between a fixed length byte array exclusive reference and an exclusive reference to this Hash type.

-

Trait Implementations§

§

impl AsRef<[u8]> for Hash

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 64]> for Hash

§

fn as_ref(&self) -> &[u8; 64]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for Hash

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Clone for Hash

§

fn clone(&self) -> Hash

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Hash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for Hash

§

fn deserialize<D>(d: D) -> Result<Hash, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for Hash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl FromStr for Hash

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Hash, <Hash as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for Hash

§

fn hash<__H>(&self, state: &mut __H)
where - __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where - H: Hasher, - Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl Hash for Hash

§

type Engine = HashEngine

A hashing engine which bytes can be serialized into. It is expected +

Trait Implementations§

§

impl AsRef<[u8]> for Hash

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 64]> for Hash

§

fn as_ref(&self) -> &[u8; 64]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for Hash

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Clone for Hash

§

fn clone(&self) -> Hash

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Hash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for Hash

§

fn deserialize<D>(d: D) -> Result<Hash, <D as Deserializer<'de>>::Error>
where + D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for Hash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl FromStr for Hash

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Hash, <Hash as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for Hash

§

type Engine = HashEngine

A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
§

type Bytes = [u8; 64]

The byte array that represents the hash internally.
§

const LEN: usize = 64usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = false

Flag indicating whether user-visible serializations of this hash +any conditions.
§

type Bytes = [u8; 64]

The byte array that represents the hash internally.
§

const LEN: usize = 64usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = false

Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
§

fn engine() -> <Hash as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: HashEngine) -> Hash

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<Hash, FromSliceError>

Copies a byte slice into a hash object.
§

fn to_byte_array(self) -> <Hash as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<Hash as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn from_byte_array(bytes: <Hash as Hash>::Bytes) -> Hash

Constructs a hash from the underlying byte array.
§

fn all_zeros() -> Hash

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where +true for Sha256dHash, so here we are.

§

fn engine() -> <Hash as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: HashEngine) -> Hash

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<Hash, FromSliceError>

Copies a byte slice into a hash object.
§

fn to_byte_array(self) -> <Hash as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<Hash as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn from_byte_array(bytes: <Hash as Hash>::Bytes) -> Hash

Constructs a hash from the underlying byte array.
§

fn all_zeros() -> Hash

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where B: AsRef<[u8]>, - I: IntoIterator<Item = B>,

Hashes all the byte slices retrieved from the iterator together.
§

impl<I> Index<I> for Hash
where + I: IntoIterator<Item = B>,

Hashes all the byte slices retrieved from the iterator together.
§

impl Hash for Hash

§

fn hash<__H>(&self, state: &mut __H)
where + __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where + H: Hasher, + Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl<I> Index<I> for Hash
where I: SliceIndex<[u8]>,

§

type Output = <I as SliceIndex<[u8]>>::Output

The returned type after indexing.
§

fn index(&self, index: I) -> &<Hash as Index<I>>::Output

Performs the indexing (container[index]) operation. Read more
§

impl LowerHex for Hash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Ord for Hash

§

fn cmp(&self, other: &Hash) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where @@ -21,11 +21,11 @@ true for Sha256dHash, so here we are.

==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl PartialOrd for Hash

§

fn partial_cmp(&self, other: &Hash) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
§

impl SerdeHash for Hash

§

const N: usize = 64usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Hash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( +operator. Read more

§

impl SerdeHash for Hash

§

const N: usize = 64usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Hash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

Do serde serialization.
§

fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where + S: Serializer,

Do serde serialization.
§

fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for Hash

§

fn serialize<S>( &self, s: S @@ -45,5 +45,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha512/struct.HashEngine.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha512/struct.HashEngine.html index a290ab4b98..2dacbefde3 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha512/struct.HashEngine.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha512/struct.HashEngine.html @@ -1,6 +1,6 @@ HashEngine in bdk_chain::bitcoin::hashes::sha512 - Rust

Struct bdk_chain::bitcoin::hashes::sha512::HashEngine

pub struct HashEngine { /* private fields */ }
Expand description

Engine to compute SHA512 hash function.

-

Trait Implementations§

§

impl Clone for HashEngine

§

fn clone(&self) -> HashEngine ⓘ

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Default for HashEngine

§

fn default() -> HashEngine ⓘ

Returns the “default value” for a type. Read more
§

impl HashEngine for HashEngine

§

type MidState = [u8; 64]

Byte array representing the internal state of the hash engine.
§

fn midstate(&self) -> [u8; 64]

Outputs the midstate of the hash engine. This function should not be -used directly unless you really know what you’re doing.
§

const BLOCK_SIZE: usize = 128usize

Length of the hash’s internal block size, in bytes.
§

fn n_bytes_hashed(&self) -> usize

Return the number of bytes already n_bytes_hashed(inputted).
§

fn input(&mut self, inp: &[u8])

Add data to the hash engine.
§

impl Write for HashEngine

§

fn write(&mut self, buf: &[u8]) -> Result<usize, Error>

Write a buffer into this writer, returning how many bytes were written. Read more
§

fn flush(&mut self) -> Result<(), Error>

Flush this output stream, ensuring that all intermediately buffered +

Trait Implementations§

§

impl Clone for HashEngine

§

fn clone(&self) -> HashEngine ⓘ

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Default for HashEngine

§

fn default() -> HashEngine ⓘ

Returns the “default value” for a type. Read more
§

impl HashEngine for HashEngine

§

type MidState = [u8; 64]

Byte array representing the internal state of the hash engine.
§

fn midstate(&self) -> [u8; 64]

Outputs the midstate of the hash engine. This function should not be +used directly unless you really know what you’re doing.
§

const BLOCK_SIZE: usize = 128usize

Length of the hash’s internal block size, in bytes.
§

fn n_bytes_hashed(&self) -> usize

Return the number of bytes already n_bytes_hashed(inputted).
§

fn input(&mut self, inp: &[u8])

Add data to the hash engine.
§

impl Write for HashEngine

§

fn write(&mut self, buf: &[u8]) -> Result<usize, Error>

Write a buffer into this writer, returning how many bytes were written. Read more
§

fn flush(&mut self) -> Result<(), Error>

Flush this output stream, ensuring that all intermediately buffered contents reach their destination. Read more
1.36.0 · source§

fn write_vectored(&mut self, bufs: &[IoSlice<'_>]) -> Result<usize, Error>

Like write, except that it writes from a slice of buffers. Read more
source§

fn is_write_vectored(&self) -> bool

🔬This is a nightly-only experimental API. (can_vector)
Determines if this Writer has an efficient write_vectored implementation. Read more
1.0.0 · source§

fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>

Attempts to write an entire buffer into this writer. Read more
source§

fn write_all_vectored(&mut self, bufs: &mut [IoSlice<'_>]) -> Result<(), Error>

🔬This is a nightly-only experimental API. (write_all_vectored)
Attempts to write multiple buffers into this writer. Read more
1.0.0 · source§

fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>

Writes a formatted string into this writer, returning any error encountered. Read more
1.0.0 · source§

fn by_ref(&mut self) -> &mut Self
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha512_256/struct.Hash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha512_256/struct.Hash.html index 340efdd844..122f400c96 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha512_256/struct.Hash.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha512_256/struct.Hash.html @@ -4,17 +4,17 @@ a shared reference to this Hash type.

pub fn from_bytes_mut(bytes: &mut [u8; 32]) -> &mut Hash

Zero cost conversion between a fixed length byte array exclusive reference and an exclusive reference to this Hash type.

-

Trait Implementations§

§

impl AsRef<[u8]> for Hash

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 32]> for Hash

§

fn as_ref(&self) -> &[u8; 32]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for Hash

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Clone for Hash

§

fn clone(&self) -> Hash

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Hash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for Hash

§

fn deserialize<D>(d: D) -> Result<Hash, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for Hash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl FromStr for Hash

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Hash, <Hash as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for Hash

§

fn hash<__H>(&self, state: &mut __H)
where - __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where - H: Hasher, - Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl Hash for Hash

§

type Engine = HashEngine

A hashing engine which bytes can be serialized into. It is expected +

Trait Implementations§

§

impl AsRef<[u8]> for Hash

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 32]> for Hash

§

fn as_ref(&self) -> &[u8; 32]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for Hash

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Clone for Hash

§

fn clone(&self) -> Hash

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Hash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for Hash

§

fn deserialize<D>(d: D) -> Result<Hash, <D as Deserializer<'de>>::Error>
where + D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for Hash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl FromStr for Hash

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Hash, <Hash as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for Hash

§

type Engine = HashEngine

A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
§

type Bytes = [u8; 32]

The byte array that represents the hash internally.
§

const LEN: usize = 32usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = false

Flag indicating whether user-visible serializations of this hash +any conditions.
§

type Bytes = [u8; 32]

The byte array that represents the hash internally.
§

const LEN: usize = 32usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = false

Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
§

fn engine() -> <Hash as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: HashEngine) -> Hash

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<Hash, FromSliceError>

Copies a byte slice into a hash object.
§

fn to_byte_array(self) -> <Hash as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<Hash as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn from_byte_array(bytes: <Hash as Hash>::Bytes) -> Hash

Constructs a hash from the underlying byte array.
§

fn all_zeros() -> Hash

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where +true for Sha256dHash, so here we are.

§

fn engine() -> <Hash as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: HashEngine) -> Hash

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<Hash, FromSliceError>

Copies a byte slice into a hash object.
§

fn to_byte_array(self) -> <Hash as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<Hash as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn from_byte_array(bytes: <Hash as Hash>::Bytes) -> Hash

Constructs a hash from the underlying byte array.
§

fn all_zeros() -> Hash

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where B: AsRef<[u8]>, - I: IntoIterator<Item = B>,

Hashes all the byte slices retrieved from the iterator together.
§

impl<I> Index<I> for Hash
where + I: IntoIterator<Item = B>,

Hashes all the byte slices retrieved from the iterator together.
§

impl Hash for Hash

§

fn hash<__H>(&self, state: &mut __H)
where + __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where + H: Hasher, + Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl<I> Index<I> for Hash
where I: SliceIndex<[u8]>,

§

type Output = <I as SliceIndex<[u8]>>::Output

The returned type after indexing.
§

fn index(&self, index: I) -> &<Hash as Index<I>>::Output

Performs the indexing (container[index]) operation. Read more
§

impl LowerHex for Hash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Ord for Hash

§

fn cmp(&self, other: &Hash) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where @@ -22,11 +22,11 @@ true for Sha256dHash, so here we are.

==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl PartialOrd for Hash

§

fn partial_cmp(&self, other: &Hash) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
§

impl SerdeHash for Hash

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Hash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( +operator. Read more

§

impl SerdeHash for Hash

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Hash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

Do serde serialization.
§

fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where + S: Serializer,

Do serde serialization.
§

fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for Hash

§

fn serialize<S>( &self, s: S @@ -46,5 +46,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha512_256/struct.HashEngine.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha512_256/struct.HashEngine.html index 922e93be6d..b9418d1902 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha512_256/struct.HashEngine.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha512_256/struct.HashEngine.html @@ -3,8 +3,8 @@ the output to 256 bits. It has different initial constants than sha512 so it produces an entirely different hash compared to sha512. More information at https://eprint.iacr.org/2010/548.pdf.

-

Trait Implementations§

§

impl Clone for HashEngine

§

fn clone(&self) -> HashEngine

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Default for HashEngine

§

fn default() -> HashEngine

Returns the “default value” for a type. Read more
§

impl HashEngine for HashEngine

§

type MidState = [u8; 64]

Byte array representing the internal state of the hash engine.
§

fn midstate(&self) -> [u8; 64]

Outputs the midstate of the hash engine. This function should not be -used directly unless you really know what you’re doing.
§

const BLOCK_SIZE: usize = 128usize

Length of the hash’s internal block size, in bytes.
§

fn n_bytes_hashed(&self) -> usize

Return the number of bytes already n_bytes_hashed(inputted).
§

fn input(&mut self, inp: &[u8])

Add data to the hash engine.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +

Trait Implementations§

§

impl Clone for HashEngine

§

fn clone(&self) -> HashEngine

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Default for HashEngine

§

fn default() -> HashEngine

Returns the “default value” for a type. Read more
§

impl HashEngine for HashEngine

§

type MidState = [u8; 64]

Byte array representing the internal state of the hash engine.
§

fn midstate(&self) -> [u8; 64]

Outputs the midstate of the hash engine. This function should not be +used directly unless you really know what you’re doing.
§

const BLOCK_SIZE: usize = 128usize

Length of the hash’s internal block size, in bytes.
§

fn n_bytes_hashed(&self) -> usize

Return the number of bytes already n_bytes_hashed(inputted).
§

fn input(&mut self, inp: &[u8])

Add data to the hash engine.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/siphash24/struct.Hash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/siphash24/struct.Hash.html index bbd8a09b7a..7b0e703de9 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/siphash24/struct.Hash.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/siphash24/struct.Hash.html @@ -8,17 +8,17 @@ an exclusive reference to this Hash type.

pub fn from_engine_to_u64(e: HashEngine) -> u64

Produces a hash as u64 from the current state of a given engine.

pub fn as_u64(&self) -> u64

Returns the (little endian) 64-bit integer representation of the hash value.

pub fn from_u64(hash: u64) -> Hash

Creates a hash from its (little endian) 64-bit integer representation.

-

Trait Implementations§

§

impl AsRef<[u8]> for Hash

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 8]> for Hash

§

fn as_ref(&self) -> &[u8; 8]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for Hash

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Clone for Hash

§

fn clone(&self) -> Hash

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Hash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for Hash

§

fn deserialize<D>(d: D) -> Result<Hash, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for Hash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl FromStr for Hash

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Hash, <Hash as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for Hash

§

fn hash<__H>(&self, state: &mut __H)
where - __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where - H: Hasher, - Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl Hash for Hash

§

type Engine = HashEngine

A hashing engine which bytes can be serialized into. It is expected +

Trait Implementations§

§

impl AsRef<[u8]> for Hash

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 8]> for Hash

§

fn as_ref(&self) -> &[u8; 8]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for Hash

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Clone for Hash

§

fn clone(&self) -> Hash

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Hash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for Hash

§

fn deserialize<D>(d: D) -> Result<Hash, <D as Deserializer<'de>>::Error>
where + D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for Hash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl FromStr for Hash

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Hash, <Hash as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for Hash

§

type Engine = HashEngine

A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
§

type Bytes = [u8; 8]

The byte array that represents the hash internally.
§

const LEN: usize = 8usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = false

Flag indicating whether user-visible serializations of this hash +any conditions.
§

type Bytes = [u8; 8]

The byte array that represents the hash internally.
§

const LEN: usize = 8usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = false

Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
§

fn engine() -> <Hash as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: HashEngine) -> Hash

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<Hash, FromSliceError>

Copies a byte slice into a hash object.
§

fn to_byte_array(self) -> <Hash as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<Hash as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn from_byte_array(bytes: <Hash as Hash>::Bytes) -> Hash

Constructs a hash from the underlying byte array.
§

fn all_zeros() -> Hash

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where +true for Sha256dHash, so here we are.

§

fn engine() -> <Hash as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: HashEngine) -> Hash

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<Hash, FromSliceError>

Copies a byte slice into a hash object.
§

fn to_byte_array(self) -> <Hash as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<Hash as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn from_byte_array(bytes: <Hash as Hash>::Bytes) -> Hash

Constructs a hash from the underlying byte array.
§

fn all_zeros() -> Hash

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where B: AsRef<[u8]>, - I: IntoIterator<Item = B>,

Hashes all the byte slices retrieved from the iterator together.
§

impl<I> Index<I> for Hash
where + I: IntoIterator<Item = B>,

Hashes all the byte slices retrieved from the iterator together.
§

impl Hash for Hash

§

fn hash<__H>(&self, state: &mut __H)
where + __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where + H: Hasher, + Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl<I> Index<I> for Hash
where I: SliceIndex<[u8]>,

§

type Output = <I as SliceIndex<[u8]>>::Output

The returned type after indexing.
§

fn index(&self, index: I) -> &<Hash as Index<I>>::Output

Performs the indexing (container[index]) operation. Read more
§

impl LowerHex for Hash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Ord for Hash

§

fn cmp(&self, other: &Hash) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where @@ -26,11 +26,11 @@ true for Sha256dHash, so here we are.

==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl PartialOrd for Hash

§

fn partial_cmp(&self, other: &Hash) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
§

impl SerdeHash for Hash

§

const N: usize = 8usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Hash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( +operator. Read more

§

impl SerdeHash for Hash

§

const N: usize = 8usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Hash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

Do serde serialization.
§

fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where + S: Serializer,

Do serde serialization.
§

fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for Hash

§

fn serialize<S>( &self, s: S @@ -50,5 +50,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/siphash24/struct.HashEngine.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/siphash24/struct.HashEngine.html index d9387f7831..648d55e394 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/siphash24/struct.HashEngine.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/siphash24/struct.HashEngine.html @@ -2,8 +2,8 @@

Implementations§

§

impl HashEngine

pub const fn with_keys(k0: u64, k1: u64) -> HashEngine ⓘ

Creates a new SipHash24 engine with keys.

pub const fn new() -> HashEngine ⓘ

Creates a new SipHash24 engine.

pub fn keys(&self) -> (u64, u64)

Retrieves the keys of this engine.

-

Trait Implementations§

§

impl Clone for HashEngine

§

fn clone(&self) -> HashEngine ⓘ

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for HashEngine

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Default for HashEngine

§

fn default() -> HashEngine ⓘ

Returns the “default value” for a type. Read more
§

impl HashEngine for HashEngine

§

type MidState = State

Byte array representing the internal state of the hash engine.
§

fn midstate(&self) -> State

Outputs the midstate of the hash engine. This function should not be -used directly unless you really know what you’re doing.
§

const BLOCK_SIZE: usize = 8usize

Length of the hash’s internal block size, in bytes.
§

fn input(&mut self, msg: &[u8])

Add data to the hash engine.
§

fn n_bytes_hashed(&self) -> usize

Return the number of bytes already n_bytes_hashed(inputted).
§

impl Write for HashEngine

§

fn write(&mut self, buf: &[u8]) -> Result<usize, Error>

Write a buffer into this writer, returning how many bytes were written. Read more
§

fn flush(&mut self) -> Result<(), Error>

Flush this output stream, ensuring that all intermediately buffered +

Trait Implementations§

§

impl Clone for HashEngine

§

fn clone(&self) -> HashEngine ⓘ

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for HashEngine

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Default for HashEngine

§

fn default() -> HashEngine ⓘ

Returns the “default value” for a type. Read more
§

impl HashEngine for HashEngine

§

type MidState = State

Byte array representing the internal state of the hash engine.
§

fn midstate(&self) -> State

Outputs the midstate of the hash engine. This function should not be +used directly unless you really know what you’re doing.
§

const BLOCK_SIZE: usize = 8usize

Length of the hash’s internal block size, in bytes.
§

fn input(&mut self, msg: &[u8])

Add data to the hash engine.
§

fn n_bytes_hashed(&self) -> usize

Return the number of bytes already n_bytes_hashed(inputted).
§

impl Write for HashEngine

§

fn write(&mut self, buf: &[u8]) -> Result<usize, Error>

Write a buffer into this writer, returning how many bytes were written. Read more
§

fn flush(&mut self) -> Result<(), Error>

Flush this output stream, ensuring that all intermediately buffered contents reach their destination. Read more
1.36.0 · source§

fn write_vectored(&mut self, bufs: &[IoSlice<'_>]) -> Result<usize, Error>

Like write, except that it writes from a slice of buffers. Read more
source§

fn is_write_vectored(&self) -> bool

🔬This is a nightly-only experimental API. (can_vector)
Determines if this Writer has an efficient write_vectored implementation. Read more
1.0.0 · source§

fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>

Attempts to write an entire buffer into this writer. Read more
source§

fn write_all_vectored(&mut self, bufs: &mut [IoSlice<'_>]) -> Result<(), Error>

🔬This is a nightly-only experimental API. (write_all_vectored)
Attempts to write multiple buffers into this writer. Read more
1.0.0 · source§

fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>

Writes a formatted string into this writer, returning any error encountered. Read more
1.0.0 · source§

fn by_ref(&mut self) -> &mut Self
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/struct.FromSliceError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/struct.FromSliceError.html index fd9f9aae23..f5b4342d8a 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/struct.FromSliceError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/struct.FromSliceError.html @@ -1,9 +1,9 @@ FromSliceError in bdk_chain::bitcoin::hashes - Rust

Struct bdk_chain::bitcoin::hashes::FromSliceError

pub struct FromSliceError { /* private fields */ }
Expand description

Attempted to create a hash from an invalid length slice.

-

Implementations§

§

impl FromSliceError

pub fn expected_length(&self) -> usize

Returns the expected slice length.

+

Implementations§

§

impl FromSliceError

pub fn expected_length(&self) -> usize

Returns the expected slice length.

pub fn invalid_length(&self) -> usize

Returns the invalid slice length.

-

Trait Implementations§

§

impl Clone for FromSliceError

§

fn clone(&self) -> FromSliceError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for FromSliceError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for FromSliceError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for FromSliceError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<FromSliceError> for Error

§

fn from(e: FromSliceError) -> Error

Converts to this type from the input type.
§

impl PartialEq for FromSliceError

§

fn eq(&self, other: &FromSliceError) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

§

impl Clone for FromSliceError

§

fn clone(&self) -> FromSliceError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for FromSliceError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for FromSliceError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for FromSliceError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<FromSliceError> for Error

§

fn from(e: FromSliceError) -> Error

Converts to this type from the input type.
§

impl PartialEq for FromSliceError

§

fn eq(&self, other: &FromSliceError) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
§

impl Eq for FromSliceError

§

impl StructuralPartialEq for FromSliceError

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +sufficient, and should not be overridden without very good reason.

§

impl Eq for FromSliceError

§

impl StructuralPartialEq for FromSliceError

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<Q, K> Equivalent<K> for Q
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/struct.Hmac.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/struct.Hmac.html index 5e3f26e590..cc4aa7973e 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/struct.Hmac.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/struct.Hmac.html @@ -1,54 +1,54 @@ Hmac in bdk_chain::bitcoin::hashes - Rust

Struct bdk_chain::bitcoin::hashes::Hmac

pub struct Hmac<T>(/* private fields */)
 where
-    T: Hash;
Expand description

A hash computed from a RFC 2104 HMAC. Parameterized by the underlying hash function.

-

Trait Implementations§

§

impl<T> Borrow<[u8]> for Hmac<T>
where - T: Hash,

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl<T> Clone for Hmac<T>
where - T: Clone + Hash,

§

fn clone(&self) -> Hmac<T>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl<T> Debug for Hmac<T>
where - T: Hash,

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de, T> Deserialize<'de> for Hmac<T>
where - T: Hash + Deserialize<'de>,

§

fn deserialize<D>(d: D) -> Result<Hmac<T>, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl<T> Display for Hmac<T>
where - T: Hash,

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<T> FromStr for Hmac<T>
where - T: Hash + FromStr,

§

type Err = <T as FromStr>::Err

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Hmac<T>, <Hmac<T> as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl<T> Hash for Hmac<T>
where - T: Hash + Hash,

§

fn hash<__H>(&self, state: &mut __H)
where - __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where - H: Hasher, - Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl<T> Hash for Hmac<T>
where - T: Hash,

§

type Engine = HmacEngine<T>

A hashing engine which bytes can be serialized into. It is expected + T: Hash;
Expand description

A hash computed from a RFC 2104 HMAC. Parameterized by the underlying hash function.

+

Trait Implementations§

§

impl<T> Borrow<[u8]> for Hmac<T>
where + T: Hash,

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl<T> Clone for Hmac<T>
where + T: Clone + Hash,

§

fn clone(&self) -> Hmac<T>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl<T> Debug for Hmac<T>
where + T: Hash,

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de, T> Deserialize<'de> for Hmac<T>
where + T: Hash + Deserialize<'de>,

§

fn deserialize<D>(d: D) -> Result<Hmac<T>, <D as Deserializer<'de>>::Error>
where + D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl<T> Display for Hmac<T>
where + T: Hash,

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<T> FromStr for Hmac<T>
where + T: Hash + FromStr,

§

type Err = <T as FromStr>::Err

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Hmac<T>, <Hmac<T> as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl<T> Hash for Hmac<T>
where + T: Hash,

§

type Engine = HmacEngine<T>

A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
§

type Bytes = <T as Hash>::Bytes

The byte array that represents the hash internally.
§

fn from_engine(e: HmacEngine<T>) -> Hmac<T>

Produces a hash from the current state of a given engine.
§

const LEN: usize = T::LEN

Length of the hash, in bytes.
§

fn from_slice(sl: &[u8]) -> Result<Hmac<T>, FromSliceError>

Copies a byte slice into a hash object.
§

fn to_byte_array(self) -> <Hmac<T> as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<Hmac<T> as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn from_byte_array(bytes: <T as Hash>::Bytes) -> Hmac<T>

Constructs a hash from the underlying byte array.
§

fn all_zeros() -> Hmac<T>

Returns an all zero hash. Read more
§

fn engine() -> Self::Engine

Constructs a new engine.
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where +any conditions.

§

type Bytes = <T as Hash>::Bytes

The byte array that represents the hash internally.
§

fn from_engine(e: HmacEngine<T>) -> Hmac<T>

Produces a hash from the current state of a given engine.
§

const LEN: usize = T::LEN

Length of the hash, in bytes.
§

fn from_slice(sl: &[u8]) -> Result<Hmac<T>, FromSliceError>

Copies a byte slice into a hash object.
§

fn to_byte_array(self) -> <Hmac<T> as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<Hmac<T> as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn from_byte_array(bytes: <T as Hash>::Bytes) -> Hmac<T>

Constructs a hash from the underlying byte array.
§

fn all_zeros() -> Hmac<T>

Returns an all zero hash. Read more
§

fn engine() -> Self::Engine

Constructs a new engine.
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where B: AsRef<[u8]>, - I: IntoIterator<Item = B>,

Hashes all the byte slices retrieved from the iterator together.
§

const DISPLAY_BACKWARD: bool = false

Flag indicating whether user-visible serializations of this hash + I: IntoIterator<Item = B>,

Hashes all the byte slices retrieved from the iterator together.
§

const DISPLAY_BACKWARD: bool = false

Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.

§

impl<T> Index<Range<usize>> for Hmac<T>
where - T: Hash,

§

type Output = [u8]

The returned type after indexing.
§

fn index(&self, index: Range<usize>) -> &[u8] ⓘ

Performs the indexing (container[index]) operation. Read more
§

impl<T> Index<RangeFrom<usize>> for Hmac<T>
where - T: Hash,

§

type Output = [u8]

The returned type after indexing.
§

fn index(&self, index: RangeFrom<usize>) -> &[u8] ⓘ

Performs the indexing (container[index]) operation. Read more
§

impl<T> Index<RangeFull> for Hmac<T>
where - T: Hash,

§

type Output = [u8]

The returned type after indexing.
§

fn index(&self, index: RangeFull) -> &[u8] ⓘ

Performs the indexing (container[index]) operation. Read more
§

impl<T> Index<RangeTo<usize>> for Hmac<T>
where - T: Hash,

§

type Output = [u8]

The returned type after indexing.
§

fn index(&self, index: RangeTo<usize>) -> &[u8] ⓘ

Performs the indexing (container[index]) operation. Read more
§

impl<T> Index<usize> for Hmac<T>
where - T: Hash,

§

type Output = u8

The returned type after indexing.
§

fn index(&self, index: usize) -> &u8

Performs the indexing (container[index]) operation. Read more
§

impl<T> LowerHex for Hmac<T>
where - T: Hash,

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<T> Ord for Hmac<T>
where - T: Ord + Hash,

§

fn cmp(&self, other: &Hmac<T>) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where +true for Sha256dHash, so here we are.

§

impl<T> Hash for Hmac<T>
where + T: Hash + Hash,

§

fn hash<__H>(&self, state: &mut __H)
where + __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where + H: Hasher, + Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl<T> Index<Range<usize>> for Hmac<T>
where + T: Hash,

§

type Output = [u8]

The returned type after indexing.
§

fn index(&self, index: Range<usize>) -> &[u8] ⓘ

Performs the indexing (container[index]) operation. Read more
§

impl<T> Index<RangeFrom<usize>> for Hmac<T>
where + T: Hash,

§

type Output = [u8]

The returned type after indexing.
§

fn index(&self, index: RangeFrom<usize>) -> &[u8] ⓘ

Performs the indexing (container[index]) operation. Read more
§

impl<T> Index<RangeFull> for Hmac<T>
where + T: Hash,

§

type Output = [u8]

The returned type after indexing.
§

fn index(&self, index: RangeFull) -> &[u8] ⓘ

Performs the indexing (container[index]) operation. Read more
§

impl<T> Index<RangeTo<usize>> for Hmac<T>
where + T: Hash,

§

type Output = [u8]

The returned type after indexing.
§

fn index(&self, index: RangeTo<usize>) -> &[u8] ⓘ

Performs the indexing (container[index]) operation. Read more
§

impl<T> Index<usize> for Hmac<T>
where + T: Hash,

§

type Output = u8

The returned type after indexing.
§

fn index(&self, index: usize) -> &u8

Performs the indexing (container[index]) operation. Read more
§

impl<T> LowerHex for Hmac<T>
where + T: Hash,

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<T> Ord for Hmac<T>
where + T: Ord + Hash,

§

fn cmp(&self, other: &Hmac<T>) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where - Self: Sized + PartialOrd,

Restrict a value to a certain interval. Read more
§

impl<T> PartialEq for Hmac<T>
where - T: PartialEq + Hash,

§

fn eq(&self, other: &Hmac<T>) -> bool

This method tests for self and other values to be equal, and is used + Self: Sized + PartialOrd,
Restrict a value to a certain interval. Read more
§

impl<T> PartialEq for Hmac<T>
where + T: PartialEq + Hash,

§

fn eq(&self, other: &Hmac<T>) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
§

impl<T> PartialOrd for Hmac<T>
where - T: PartialOrd + Hash,

§

fn partial_cmp(&self, other: &Hmac<T>) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= +sufficient, and should not be overridden without very good reason.
§

impl<T> PartialOrd for Hmac<T>
where + T: PartialOrd + Hash,

§

fn partial_cmp(&self, other: &Hmac<T>) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
§

impl<T> Serialize for Hmac<T>
where - T: Hash + Serialize,

§

fn serialize<S>( +operator. Read more

§

impl<T> Serialize for Hmac<T>
where + T: Hash + Serialize,

§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

Serialize this value into the given Serde serializer. Read more
§

impl<T> Copy for Hmac<T>
where - T: Copy + Hash,

§

impl<T> Eq for Hmac<T>
where - T: Eq + Hash,

§

impl<T> StructuralPartialEq for Hmac<T>
where - T: Hash,

Auto Trait Implementations§

§

impl<T> Freeze for Hmac<T>
where - T: Freeze,

§

impl<T> RefUnwindSafe for Hmac<T>
where - T: RefUnwindSafe,

§

impl<T> Send for Hmac<T>
where - T: Send,

§

impl<T> Sync for Hmac<T>
where - T: Sync,

§

impl<T> Unpin for Hmac<T>
where - T: Unpin,

§

impl<T> UnwindSafe for Hmac<T>
where + S: Serializer,

Serialize this value into the given Serde serializer. Read more
§

impl<T> Copy for Hmac<T>
where + T: Copy + Hash,

§

impl<T> Eq for Hmac<T>
where + T: Eq + Hash,

§

impl<T> StructuralPartialEq for Hmac<T>
where + T: Hash,

Auto Trait Implementations§

§

impl<T> Freeze for Hmac<T>
where + T: Freeze,

§

impl<T> RefUnwindSafe for Hmac<T>
where + T: RefUnwindSafe,

§

impl<T> Send for Hmac<T>
where + T: Send,

§

impl<T> Sync for Hmac<T>
where + T: Sync,

§

impl<T> Unpin for Hmac<T>
where + T: Unpin,

§

impl<T> UnwindSafe for Hmac<T>
where T: UnwindSafe,

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where @@ -64,5 +64,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/struct.HmacEngine.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/struct.HmacEngine.html index f2458bf77b..4f32cae1a5 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/struct.HmacEngine.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/struct.HmacEngine.html @@ -1,33 +1,33 @@ HmacEngine in bdk_chain::bitcoin::hashes - Rust

Struct bdk_chain::bitcoin::hashes::HmacEngine

pub struct HmacEngine<T>
where - T: Hash,
{ /* private fields */ }
Expand description

Pair of underlying hash engines, used for the inner and outer hash of HMAC.

-

Implementations§

§

impl<T> HmacEngine<T>
where - T: Hash,

pub fn new(key: &[u8]) -> HmacEngine<T> ⓘ

Constructs a new keyed HMAC from key.

+ T: Hash,
{ /* private fields */ }
Expand description

Pair of underlying hash engines, used for the inner and outer hash of HMAC.

+

Implementations§

§

impl<T> HmacEngine<T>
where + T: Hash,

pub fn new(key: &[u8]) -> HmacEngine<T> ⓘ

Constructs a new keyed HMAC from key.

We only support underlying hashes whose block sizes are ≤ 128 bytes.

§Panics

Larger hashes will result in a panic.

pub fn from_inner_engines( - iengine: <T as Hash>::Engine, - oengine: <T as Hash>::Engine -) -> HmacEngine<T> ⓘ

A special constructor giving direct access to the underlying “inner” and “outer” engines.

-

Trait Implementations§

§

impl<T> Clone for HmacEngine<T>
where - T: Clone + Hash, - <T as Hash>::Engine: Clone,

§

fn clone(&self) -> HmacEngine<T> ⓘ

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl<T> Default for HmacEngine<T>
where - T: Hash,

§

fn default() -> HmacEngine<T> ⓘ

Returns the “default value” for a type. Read more
§

impl<T> HashEngine for HmacEngine<T>
where - T: Hash,

§

type MidState = HmacMidState<T>

Byte array representing the internal state of the hash engine.
§

fn midstate(&self) -> <HmacEngine<T> as HashEngine>::MidState ⓘ

Outputs the midstate of the hash engine. This function should not be -used directly unless you really know what you’re doing.
§

const BLOCK_SIZE: usize = <T::Engine>::BLOCK_SIZE

Length of the hash’s internal block size, in bytes.
§

fn n_bytes_hashed(&self) -> usize

Return the number of bytes already n_bytes_hashed(inputted).
§

fn input(&mut self, buf: &[u8])

Add data to the hash engine.
§

impl<T> Write for HmacEngine<T>
where - T: Hash,

§

fn write(&mut self, buf: &[u8]) -> Result<usize, Error>

Write a buffer into this writer, returning how many bytes were written. Read more
§

fn flush(&mut self) -> Result<(), Error>

Flush this output stream, ensuring that all intermediately buffered + iengine: <T as Hash>::Engine, + oengine: <T as Hash>::Engine +) -> HmacEngine<T> ⓘ

A special constructor giving direct access to the underlying “inner” and “outer” engines.

+

Trait Implementations§

§

impl<T> Clone for HmacEngine<T>
where + T: Clone + Hash, + <T as Hash>::Engine: Clone,

§

fn clone(&self) -> HmacEngine<T> ⓘ

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl<T> Default for HmacEngine<T>
where + T: Hash,

§

fn default() -> HmacEngine<T> ⓘ

Returns the “default value” for a type. Read more
§

impl<T> HashEngine for HmacEngine<T>
where + T: Hash,

§

type MidState = HmacMidState<T>

Byte array representing the internal state of the hash engine.
§

fn midstate(&self) -> <HmacEngine<T> as HashEngine>::MidState ⓘ

Outputs the midstate of the hash engine. This function should not be +used directly unless you really know what you’re doing.
§

const BLOCK_SIZE: usize = <T::Engine>::BLOCK_SIZE

Length of the hash’s internal block size, in bytes.
§

fn n_bytes_hashed(&self) -> usize

Return the number of bytes already n_bytes_hashed(inputted).
§

fn input(&mut self, buf: &[u8])

Add data to the hash engine.
§

impl<T> Write for HmacEngine<T>
where + T: Hash,

§

fn write(&mut self, buf: &[u8]) -> Result<usize, Error>

Write a buffer into this writer, returning how many bytes were written. Read more
§

fn flush(&mut self) -> Result<(), Error>

Flush this output stream, ensuring that all intermediately buffered contents reach their destination. Read more
1.36.0 · source§

fn write_vectored(&mut self, bufs: &[IoSlice<'_>]) -> Result<usize, Error>

Like write, except that it writes from a slice of buffers. Read more
source§

fn is_write_vectored(&self) -> bool

🔬This is a nightly-only experimental API. (can_vector)
Determines if this Writer has an efficient write_vectored implementation. Read more
1.0.0 · source§

fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>

Attempts to write an entire buffer into this writer. Read more
source§

fn write_all_vectored(&mut self, bufs: &mut [IoSlice<'_>]) -> Result<(), Error>

🔬This is a nightly-only experimental API. (write_all_vectored)
Attempts to write multiple buffers into this writer. Read more
1.0.0 · source§

fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>

Writes a formatted string into this writer, returning any error encountered. Read more
1.0.0 · source§

fn by_ref(&mut self) -> &mut Self
where - Self: Sized,

Creates a “by reference” adapter for this instance of Write. Read more
§

impl<T> Write for HmacEngine<T>
where - T: Hash,

§

fn write(&mut self, buf: &[u8]) -> Result<usize, Error>

Writes buf into this writer, returning how many bytes were written.
§

fn flush(&mut self) -> Result<(), Error>

Flushes this output stream, ensuring that all intermediately buffered contents -reach their destination.
§

fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>

Attempts to write an entire buffer into this writer.

Auto Trait Implementations§

§

impl<T> Freeze for HmacEngine<T>
where - <T as Hash>::Engine: Freeze,

§

impl<T> RefUnwindSafe for HmacEngine<T>
where - <T as Hash>::Engine: RefUnwindSafe,

§

impl<T> Send for HmacEngine<T>
where - <T as Hash>::Engine: Send,

§

impl<T> Sync for HmacEngine<T>
where - <T as Hash>::Engine: Sync,

§

impl<T> Unpin for HmacEngine<T>
where - <T as Hash>::Engine: Unpin,

§

impl<T> UnwindSafe for HmacEngine<T>
where - <T as Hash>::Engine: UnwindSafe,

Blanket Implementations§

source§

impl<T> Any for T
where + Self: Sized,

Creates a “by reference” adapter for this instance of Write. Read more
§

impl<T> Write for HmacEngine<T>
where + T: Hash,

§

fn write(&mut self, buf: &[u8]) -> Result<usize, Error>

Writes buf into this writer, returning how many bytes were written.
§

fn flush(&mut self) -> Result<(), Error>

Flushes this output stream, ensuring that all intermediately buffered contents +reach their destination.
§

fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>

Attempts to write an entire buffer into this writer.

Auto Trait Implementations§

§

impl<T> Freeze for HmacEngine<T>
where + <T as Hash>::Engine: Freeze,

§

impl<T> RefUnwindSafe for HmacEngine<T>
where + <T as Hash>::Engine: RefUnwindSafe,

§

impl<T> Send for HmacEngine<T>
where + <T as Hash>::Engine: Send,

§

impl<T> Sync for HmacEngine<T>
where + <T as Hash>::Engine: Sync,

§

impl<T> Unpin for HmacEngine<T>
where + <T as Hash>::Engine: Unpin,

§

impl<T> UnwindSafe for HmacEngine<T>
where + <T as Hash>::Engine: UnwindSafe,

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

@@ -61,4 +61,4 @@ reach their destination.
Read more
§

fn write_f64<T>(&mut self, n: f64) -> Result<(), Error>
where T: ByteOrder,

Writes a IEEE754 double-precision (8 bytes) floating point number to the underlying writer. Read more
§

impl<W> WriteExt for W
where - W: Write + ?Sized,

§

fn emit_u64(&mut self, v: u64) -> Result<(), Error>

Outputs a 64-bit unsigned integer.
§

fn emit_u32(&mut self, v: u32) -> Result<(), Error>

Outputs a 32-bit unsigned integer.
§

fn emit_u16(&mut self, v: u16) -> Result<(), Error>

Outputs a 16-bit unsigned integer.
§

fn emit_i64(&mut self, v: i64) -> Result<(), Error>

Outputs a 64-bit signed integer.
§

fn emit_i32(&mut self, v: i32) -> Result<(), Error>

Outputs a 32-bit signed integer.
§

fn emit_i16(&mut self, v: i16) -> Result<(), Error>

Outputs a 16-bit signed integer.
§

fn emit_i8(&mut self, v: i8) -> Result<(), Error>

Outputs an 8-bit signed integer.
§

fn emit_u8(&mut self, v: u8) -> Result<(), Error>

Outputs an 8-bit unsigned integer.
§

fn emit_bool(&mut self, v: bool) -> Result<(), Error>

Outputs a boolean.
§

fn emit_slice(&mut self, v: &[u8]) -> Result<(), Error>

Outputs a byte slice.
\ No newline at end of file + W: Write + ?Sized,
§

fn emit_u64(&mut self, v: u64) -> Result<(), Error>

Outputs a 64-bit unsigned integer.
§

fn emit_u32(&mut self, v: u32) -> Result<(), Error>

Outputs a 32-bit unsigned integer.
§

fn emit_u16(&mut self, v: u16) -> Result<(), Error>

Outputs a 16-bit unsigned integer.
§

fn emit_i64(&mut self, v: i64) -> Result<(), Error>

Outputs a 64-bit signed integer.
§

fn emit_i32(&mut self, v: i32) -> Result<(), Error>

Outputs a 32-bit signed integer.
§

fn emit_i16(&mut self, v: i16) -> Result<(), Error>

Outputs a 16-bit signed integer.
§

fn emit_i8(&mut self, v: i8) -> Result<(), Error>

Outputs an 8-bit signed integer.
§

fn emit_u8(&mut self, v: u8) -> Result<(), Error>

Outputs an 8-bit unsigned integer.
§

fn emit_bool(&mut self, v: bool) -> Result<(), Error>

Outputs a boolean.
§

fn emit_slice(&mut self, v: &[u8]) -> Result<(), Error>

Outputs a byte slice.
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/trait.Hash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/trait.Hash.html index 93f4c79fb1..c24ea72b48 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/trait.Hash.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/trait.Hash.html @@ -1,26 +1,26 @@ Hash in bdk_chain::bitcoin::hashes - Rust

Trait bdk_chain::bitcoin::hashes::Hash

pub trait Hash: Copy + Clone + PartialEq + Eq + PartialOrd + Ord + Hash + Debug + Display + LowerHex + Index<RangeFull, Output = [u8], Output = [u8], Output = [u8], Output = [u8], Output = u8> + Index<RangeFrom<usize>> + Index<RangeTo<usize>> + Index<Range<usize>> + Index<usize> + Borrow<[u8]> {
-    type Engine: HashEngine;
+    type Engine: HashEngine;
     type Bytes: FromHex + Copy;
 
     const LEN: usize;
     const DISPLAY_BACKWARD: bool = false;
 
     // Required methods
-    fn from_engine(e: Self::Engine) -> Self;
-    fn from_slice(sl: &[u8]) -> Result<Self, FromSliceError>;
-    fn to_byte_array(self) -> Self::Bytes;
-    fn as_byte_array(&self) -> &Self::Bytes;
-    fn from_byte_array(bytes: Self::Bytes) -> Self;
+    fn from_engine(e: Self::Engine) -> Self;
+    fn from_slice(sl: &[u8]) -> Result<Self, FromSliceError>;
+    fn to_byte_array(self) -> Self::Bytes;
+    fn as_byte_array(&self) -> &Self::Bytes;
+    fn from_byte_array(bytes: Self::Bytes) -> Self;
     fn all_zeros() -> Self;
 
     // Provided methods
-    fn engine() -> Self::Engine { ... }
+    fn engine() -> Self::Engine { ... }
     fn hash(data: &[u8]) -> Self { ... }
     fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
        where B: AsRef<[u8]>,
              I: IntoIterator<Item = B> { ... }
 }
Expand description

Trait which applies to hashes of all types.

-

Required Associated Types§

type Engine: HashEngine

A hashing engine which bytes can be serialized into. It is expected +

Required Associated Types§

type Engine: HashEngine

A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under any conditions.

type Bytes: FromHex + Copy

The byte array that represents the hash internally.

@@ -28,20 +28,20 @@ any conditions.

Provided Associated Constants§

const DISPLAY_BACKWARD: bool = false

Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be true for Sha256dHash, so here we are.

-

Required Methods§

fn from_engine(e: Self::Engine) -> Self

Produces a hash from the current state of a given engine.

-

fn from_slice(sl: &[u8]) -> Result<Self, FromSliceError>

Copies a byte slice into a hash object.

-

fn to_byte_array(self) -> Self::Bytes

Returns the underlying byte array.

-

fn as_byte_array(&self) -> &Self::Bytes

Returns a reference to the underlying byte array.

-

fn from_byte_array(bytes: Self::Bytes) -> Self

Constructs a hash from the underlying byte array.

+

Required Methods§

fn from_engine(e: Self::Engine) -> Self

Produces a hash from the current state of a given engine.

+

fn from_slice(sl: &[u8]) -> Result<Self, FromSliceError>

Copies a byte slice into a hash object.

+

fn to_byte_array(self) -> Self::Bytes

Returns the underlying byte array.

+

fn as_byte_array(&self) -> &Self::Bytes

Returns a reference to the underlying byte array.

+

fn from_byte_array(bytes: Self::Bytes) -> Self

Constructs a hash from the underlying byte array.

fn all_zeros() -> Self

Returns an all zero hash.

An all zeros hash is a made up construct because there is not a known input that can create it, however it is used in various places in Bitcoin e.g., the Bitcoin genesis block’s previous blockhash and the coinbase transaction’s outpoint txid.

-

Provided Methods§

fn engine() -> Self::Engine

Constructs a new engine.

+

Provided Methods§

fn engine() -> Self::Engine

Constructs a new engine.

fn hash(data: &[u8]) -> Self

Hashes some bytes.

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where B: AsRef<[u8]>, I: IntoIterator<Item = B>,

Hashes all the byte slices retrieved from the iterator together.

-

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

§

impl Hash for Hash

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = false

§

fn engine() -> <Hash as Hash>::Engine

§

fn from_engine(e: <Hash as Hash>::Engine) -> Hash

§

fn from_slice(sl: &[u8]) -> Result<Hash, FromSliceError>

§

fn from_byte_array(bytes: <Hash as Hash>::Bytes) -> Hash

§

fn to_byte_array(self) -> <Hash as Hash>::Bytes

§

fn as_byte_array(&self) -> &<Hash as Hash>::Bytes

§

fn all_zeros() -> Hash

Implementors§

source§

impl Hash for DescriptorId

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

source§

const LEN: usize = 32usize

source§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for BlockHash

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = true

§

impl Hash for FilterHash

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = true

§

impl Hash for FilterHeader

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = true

§

impl Hash for LegacySighash

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for PubkeyHash

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

§

const LEN: usize = 20usize

§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for ScriptHash

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

§

const LEN: usize = 20usize

§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for SegwitV0Sighash

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for TapLeafHash

§

type Engine = <Hash<TapLeafTag> as Hash>::Engine

§

type Bytes = <Hash<TapLeafTag> as Hash>::Bytes

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for TapNodeHash

§

impl Hash for TapSighash

§

impl Hash for TapTweakHash

§

type Engine = <Hash<TapTweakTag> as Hash>::Engine

§

type Bytes = <Hash<TapTweakTag> as Hash>::Bytes

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for TxMerkleNode

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = true

§

impl Hash for Txid

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = true

§

impl Hash for WPubkeyHash

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

§

const LEN: usize = 20usize

§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for WScriptHash

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for WitnessCommitment

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = true

§

impl Hash for WitnessMerkleNode

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = true

§

impl Hash for Wtxid

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = true

§

impl Hash for XKeyIdentifier

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

§

const LEN: usize = 20usize

§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for bdk_chain::bitcoin::hashes::hash160::Hash

§

type Engine = HashEngine

§

type Bytes = [u8; 20]

§

const LEN: usize = 20usize

§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for bdk_chain::bitcoin::hashes::ripemd160::Hash

§

type Engine = HashEngine

§

type Bytes = [u8; 20]

§

const LEN: usize = 20usize

§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for bdk_chain::bitcoin::hashes::sha1::Hash

§

type Engine = HashEngine

§

type Bytes = [u8; 20]

§

const LEN: usize = 20usize

§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for bdk_chain::bitcoin::hashes::sha256::Hash

§

type Engine = HashEngine

§

type Bytes = [u8; 32]

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for bdk_chain::bitcoin::hashes::sha256d::Hash

§

type Engine = HashEngine

§

type Bytes = [u8; 32]

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = true

§

impl Hash for bdk_chain::bitcoin::hashes::sha384::Hash

§

type Engine = HashEngine

§

type Bytes = [u8; 48]

§

const LEN: usize = 48usize

§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for bdk_chain::bitcoin::hashes::sha512::Hash

§

type Engine = HashEngine

§

type Bytes = [u8; 64]

§

const LEN: usize = 64usize

§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for bdk_chain::bitcoin::hashes::sha512_256::Hash

§

type Engine = HashEngine

§

type Bytes = [u8; 32]

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for bdk_chain::bitcoin::hashes::siphash24::Hash

§

type Engine = HashEngine

§

type Bytes = [u8; 8]

§

const LEN: usize = 8usize

§

const DISPLAY_BACKWARD: bool = false

§

impl<T> Hash for bdk_chain::bitcoin::hashes::sha256t::Hash<T>
where - T: Tag,

§

type Engine = HashEngine

§

type Bytes = [u8; 32]

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = true

§

impl<T> Hash for Hmac<T>
where - T: Hash,

§

type Engine = HmacEngine<T>

§

type Bytes = <T as Hash>::Bytes

§

const LEN: usize = T::LEN

\ No newline at end of file +

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

§

impl Hash for Hash

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = false

§

fn engine() -> <Hash as Hash>::Engine

§

fn from_engine(e: <Hash as Hash>::Engine) -> Hash

§

fn from_slice(sl: &[u8]) -> Result<Hash, FromSliceError>

§

fn from_byte_array(bytes: <Hash as Hash>::Bytes) -> Hash

§

fn to_byte_array(self) -> <Hash as Hash>::Bytes

§

fn as_byte_array(&self) -> &<Hash as Hash>::Bytes

§

fn all_zeros() -> Hash

Implementors§

source§

impl Hash for DescriptorId

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

source§

const LEN: usize = 32usize

source§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for BlockHash

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = true

§

impl Hash for FilterHash

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = true

§

impl Hash for FilterHeader

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = true

§

impl Hash for LegacySighash

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for PubkeyHash

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

§

const LEN: usize = 20usize

§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for ScriptHash

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

§

const LEN: usize = 20usize

§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for SegwitV0Sighash

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for TapLeafHash

§

type Engine = <Hash<TapLeafTag> as Hash>::Engine

§

type Bytes = <Hash<TapLeafTag> as Hash>::Bytes

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for TapNodeHash

§

impl Hash for TapSighash

§

impl Hash for TapTweakHash

§

type Engine = <Hash<TapTweakTag> as Hash>::Engine

§

type Bytes = <Hash<TapTweakTag> as Hash>::Bytes

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for TxMerkleNode

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = true

§

impl Hash for Txid

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = true

§

impl Hash for WPubkeyHash

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

§

const LEN: usize = 20usize

§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for WScriptHash

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for WitnessCommitment

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = true

§

impl Hash for WitnessMerkleNode

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = true

§

impl Hash for Wtxid

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = true

§

impl Hash for XKeyIdentifier

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

§

const LEN: usize = 20usize

§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for bdk_chain::bitcoin::hashes::hash160::Hash

§

type Engine = HashEngine

§

type Bytes = [u8; 20]

§

const LEN: usize = 20usize

§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for bdk_chain::bitcoin::hashes::ripemd160::Hash

§

type Engine = HashEngine

§

type Bytes = [u8; 20]

§

const LEN: usize = 20usize

§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for bdk_chain::bitcoin::hashes::sha1::Hash

§

type Engine = HashEngine

§

type Bytes = [u8; 20]

§

const LEN: usize = 20usize

§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for bdk_chain::bitcoin::hashes::sha256::Hash

§

type Engine = HashEngine

§

type Bytes = [u8; 32]

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for bdk_chain::bitcoin::hashes::sha256d::Hash

§

type Engine = HashEngine

§

type Bytes = [u8; 32]

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = true

§

impl Hash for bdk_chain::bitcoin::hashes::sha384::Hash

§

type Engine = HashEngine

§

type Bytes = [u8; 48]

§

const LEN: usize = 48usize

§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for bdk_chain::bitcoin::hashes::sha512::Hash

§

type Engine = HashEngine

§

type Bytes = [u8; 64]

§

const LEN: usize = 64usize

§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for bdk_chain::bitcoin::hashes::sha512_256::Hash

§

type Engine = HashEngine

§

type Bytes = [u8; 32]

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for bdk_chain::bitcoin::hashes::siphash24::Hash

§

type Engine = HashEngine

§

type Bytes = [u8; 8]

§

const LEN: usize = 8usize

§

const DISPLAY_BACKWARD: bool = false

§

impl<T> Hash for Hmac<T>
where + T: Hash,

§

type Engine = HmacEngine<T>

§

type Bytes = <T as Hash>::Bytes

§

const LEN: usize = T::LEN

§

impl<T> Hash for bdk_chain::bitcoin::hashes::sha256t::Hash<T>
where + T: Tag,

§

type Engine = HashEngine

§

type Bytes = [u8; 32]

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = true

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/trait.HashEngine.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/trait.HashEngine.html index afe91dde25..b6f2fb4915 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/trait.HashEngine.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/trait.HashEngine.html @@ -4,15 +4,15 @@ const BLOCK_SIZE: usize; // Required methods - fn midstate(&self) -> Self::MidState; + fn midstate(&self) -> Self::MidState; fn input(&mut self, data: &[u8]); fn n_bytes_hashed(&self) -> usize; }
Expand description

A hashing engine which bytes can be serialized into.

Required Associated Types§

type MidState

Byte array representing the internal state of the hash engine.

Required Associated Constants§

const BLOCK_SIZE: usize

Length of the hash’s internal block size, in bytes.

-

Required Methods§

fn midstate(&self) -> Self::MidState

Outputs the midstate of the hash engine. This function should not be +

Required Methods§

fn midstate(&self) -> Self::MidState

Outputs the midstate of the hash engine. This function should not be used directly unless you really know what you’re doing.

fn input(&mut self, data: &[u8])

Add data to the hash engine.

fn n_bytes_hashed(&self) -> usize

Return the number of bytes already n_bytes_hashed(inputted).

-

Object Safety§

This trait is not object safe.

Implementors§

§

impl HashEngine for bdk_chain::bitcoin::hashes::ripemd160::HashEngine

§

type MidState = [u8; 20]

§

const BLOCK_SIZE: usize = 64usize

§

impl HashEngine for bdk_chain::bitcoin::hashes::sha1::HashEngine

§

type MidState = [u8; 20]

§

const BLOCK_SIZE: usize = 64usize

§

impl HashEngine for bdk_chain::bitcoin::hashes::sha256::HashEngine

§

type MidState = Midstate

§

const BLOCK_SIZE: usize = 64usize

§

impl HashEngine for bdk_chain::bitcoin::hashes::sha384::HashEngine

§

type MidState = [u8; 64]

§

const BLOCK_SIZE: usize = 128usize

§

impl HashEngine for bdk_chain::bitcoin::hashes::sha512::HashEngine

§

type MidState = [u8; 64]

§

const BLOCK_SIZE: usize = 128usize

§

impl HashEngine for bdk_chain::bitcoin::hashes::sha512_256::HashEngine

§

type MidState = [u8; 64]

§

const BLOCK_SIZE: usize = 128usize

§

impl HashEngine for bdk_chain::bitcoin::hashes::siphash24::HashEngine

§

type MidState = State

§

const BLOCK_SIZE: usize = 8usize

§

impl<T> HashEngine for HmacEngine<T>
where - T: Hash,

§

type MidState = HmacMidState<T>

§

const BLOCK_SIZE: usize = <T::Engine>::BLOCK_SIZE

\ No newline at end of file +

Object Safety§

This trait is not object safe.

Implementors§

§

impl HashEngine for bdk_chain::bitcoin::hashes::ripemd160::HashEngine

§

type MidState = [u8; 20]

§

const BLOCK_SIZE: usize = 64usize

§

impl HashEngine for bdk_chain::bitcoin::hashes::sha1::HashEngine

§

type MidState = [u8; 20]

§

const BLOCK_SIZE: usize = 64usize

§

impl HashEngine for bdk_chain::bitcoin::hashes::sha256::HashEngine

§

type MidState = Midstate

§

const BLOCK_SIZE: usize = 64usize

§

impl HashEngine for bdk_chain::bitcoin::hashes::sha384::HashEngine

§

type MidState = [u8; 64]

§

const BLOCK_SIZE: usize = 128usize

§

impl HashEngine for bdk_chain::bitcoin::hashes::sha512::HashEngine

§

type MidState = [u8; 64]

§

const BLOCK_SIZE: usize = 128usize

§

impl HashEngine for bdk_chain::bitcoin::hashes::sha512_256::HashEngine

§

type MidState = [u8; 64]

§

const BLOCK_SIZE: usize = 128usize

§

impl HashEngine for bdk_chain::bitcoin::hashes::siphash24::HashEngine

§

type MidState = State

§

const BLOCK_SIZE: usize = 8usize

§

impl<T> HashEngine for HmacEngine<T>
where + T: Hash,

§

type MidState = HmacMidState<T>

§

const BLOCK_SIZE: usize = <T::Engine>::BLOCK_SIZE

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/io/struct.Error.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/io/struct.Error.html index 67347d16bb..26e88ea4d0 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/io/struct.Error.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/io/struct.Error.html @@ -3,7 +3,7 @@ E: Into<Box<dyn Error + Sync + Send>>,

Creates a new I/O error.

pub fn kind(&self) -> ErrorKind

Returns the error kind for this error.

pub fn get_ref(&self) -> Option<&(dyn Error + Sync + Send + 'static)>

Returns a reference to this error.

-

Trait Implementations§

§

impl Debug for Error

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for Error

§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for Error

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<Error> for Error

§

fn from(error: Error) -> Error

Converts to this type from the input type.
§

impl From<Error> for Error

§

fn from(e: Error) -> Error

Converts to this type from the input type.
§

impl From<Error> for Error

§

fn from(io: Error) -> Error

Converts to this type from the input type.
§

impl From<Error> for Error

§

fn from(o: Error) -> Error

Converts to this type from the input type.
§

impl From<Error> for Error

§

fn from(o: Error) -> Error

Converts to this type from the input type.
§

impl<E> From<Error> for SigningDataError<E>

§

fn from(value: Error) -> SigningDataError<E>

Converts to this type from the input type.
§

impl From<ErrorKind> for Error

§

fn from(kind: ErrorKind) -> Error

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +

Trait Implementations§

§

impl Debug for Error

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for Error

§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for Error

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<Error> for Error

§

fn from(io: Error) -> Error

Converts to this type from the input type.
§

impl From<Error> for Error

§

fn from(error: Error) -> Error

Converts to this type from the input type.
§

impl From<Error> for Error

§

fn from(e: Error) -> Error

Converts to this type from the input type.
§

impl From<Error> for Error

§

fn from(o: Error) -> Error

Converts to this type from the input type.
§

impl From<Error> for Error

§

fn from(o: Error) -> Error

Converts to this type from the input type.
§

impl<E> From<Error> for SigningDataError<E>

§

fn from(value: Error) -> SigningDataError<E>

Converts to this type from the input type.
§

impl From<ErrorKind> for Error

§

fn from(kind: ErrorKind) -> Error

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/io/trait.Write.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/io/trait.Write.html index b6a8689777..5ddd9ce617 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/io/trait.Write.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/io/trait.Write.html @@ -11,5 +11,5 @@ reach their destination.

Provided Methods§

fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>

Attempts to write an entire buffer into this writer.

Implementations on Foreign Types§

§

impl<'a> Write for &'a mut [u8]

§

fn write(&mut self, buf: &[u8]) -> Result<usize, Error>

§

fn flush(&mut self) -> Result<(), Error>

§

impl<W> Write for BufWriter<W>
where - W: Write,

§

fn write(&mut self, buf: &[u8]) -> Result<usize, Error>

§

fn flush(&mut self) -> Result<(), Error>

Implementors§

§

impl Write for Vec<u8>

§

impl Write for bdk_chain::bitcoin::hashes::ripemd160::HashEngine

§

impl Write for bdk_chain::bitcoin::hashes::sha1::HashEngine

§

impl Write for bdk_chain::bitcoin::hashes::sha256::HashEngine

§

impl Write for bdk_chain::bitcoin::hashes::sha512::HashEngine

§

impl Write for bdk_chain::bitcoin::hashes::siphash24::HashEngine

§

impl Write for Sink

§

impl<T> Write for HmacEngine<T>
where - T: Hash,

\ No newline at end of file + W: Write,
§

fn write(&mut self, buf: &[u8]) -> Result<usize, Error>

§

fn flush(&mut self) -> Result<(), Error>

Implementors§

§

impl Write for Vec<u8>

§

impl Write for bdk_chain::bitcoin::hashes::ripemd160::HashEngine

§

impl Write for bdk_chain::bitcoin::hashes::sha1::HashEngine

§

impl Write for bdk_chain::bitcoin::hashes::sha256::HashEngine

§

impl Write for bdk_chain::bitcoin::hashes::sha512::HashEngine

§

impl Write for bdk_chain::bitcoin::hashes::siphash24::HashEngine

§

impl Write for Sink

§

impl<T> Write for HmacEngine<T>
where + T: Hash,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/enum.Parity.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/enum.Parity.html index 95f2267d0c..a62ccaab56 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/enum.Parity.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/enum.Parity.html @@ -18,8 +18,8 @@ Other values result in error being returned.

§

type Output = Parity

The resulting type after applying the ^ operator.
§

fn bitxor(self, rhs: Parity) -> <Parity as BitXor>::Output

Performs the ^ operation. Read more
§

impl Clone for Parity

§

fn clone(&self) -> Parity

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Parity

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for Parity

The parity is deserialized as u8 - 0 for even, 1 for odd.

§

fn deserialize<D>(d: D) -> Result<Parity, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl From<Parity> for i32

The conversion returns 0 for even parity and 1 for odd.

-
§

fn from(parity: Parity) -> i32

Converts to this type from the input type.
§

impl From<Parity> for u8

The conversion returns 0 for even parity and 1 for odd.

-
§

fn from(parity: Parity) -> u8

Converts to this type from the input type.
§

impl Hash for Parity

§

fn hash<__H>(&self, state: &mut __H)
where +
§

fn from(parity: Parity) -> i32

Converts to this type from the input type.

§

impl From<Parity> for u8

The conversion returns 0 for even parity and 1 for odd.

+
§

fn from(parity: Parity) -> u8

Converts to this type from the input type.
§

impl Hash for Parity

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl Ord for Parity

§

fn cmp(&self, other: &Parity) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where @@ -35,8 +35,8 @@ operator. Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where S: Serializer,

Serialize this value into the given Serde serializer. Read more
§

impl TryFrom<i32> for Parity

Even for 0, Odd for 1, error for anything else

-
§

type Error = InvalidParityValue

The type returned in the event of a conversion error.
§

fn try_from(parity: i32) -> Result<Parity, <Parity as TryFrom<i32>>::Error>

Performs the conversion.
§

impl TryFrom<u8> for Parity

Even for 0, Odd for 1, error for anything else

-
§

type Error = InvalidParityValue

The type returned in the event of a conversion error.
§

fn try_from(parity: u8) -> Result<Parity, <Parity as TryFrom<u8>>::Error>

Performs the conversion.
§

impl Copy for Parity

§

impl Eq for Parity

§

impl StructuralPartialEq for Parity

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +
§

type Error = InvalidParityValue

The type returned in the event of a conversion error.
§

fn try_from(parity: i32) -> Result<Parity, <Parity as TryFrom<i32>>::Error>

Performs the conversion.

§

impl TryFrom<u8> for Parity

Even for 0, Odd for 1, error for anything else

+
§

type Error = InvalidParityValue

The type returned in the event of a conversion error.
§

fn try_from(parity: u8) -> Result<Parity, <Parity as TryFrom<u8>>::Error>

Performs the conversion.
§

impl Copy for Parity

§

impl Eq for Parity

§

impl StructuralPartialEq for Parity

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<Q, K> Equivalent<K> for Q
where @@ -50,5 +50,5 @@ operator. Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/enum.ParseCompressedPublicKeyError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/enum.ParseCompressedPublicKeyError.html index be625aa19c..89161cf0af 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/enum.ParseCompressedPublicKeyError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/enum.ParseCompressedPublicKeyError.html @@ -4,7 +4,7 @@ }
Expand description

Error returned when parsing a CompressedPublicKey from a string.

Variants§

§

Secp256k1(Error)

Secp256k1 Error.

§

Hex(HexToArrayError)

hex to array conversion error.

-

Trait Implementations§

§

impl Clone for ParseCompressedPublicKeyError

§

fn clone(&self) -> ParseCompressedPublicKeyError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for ParseCompressedPublicKeyError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for ParseCompressedPublicKeyError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for ParseCompressedPublicKeyError

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<Error> for ParseCompressedPublicKeyError

§

fn from(e: Error) -> ParseCompressedPublicKeyError

Converts to this type from the input type.
§

impl From<HexToArrayError> for ParseCompressedPublicKeyError

§

fn from(e: HexToArrayError) -> ParseCompressedPublicKeyError

Converts to this type from the input type.
§

impl From<Infallible> for ParseCompressedPublicKeyError

§

fn from(never: Infallible) -> ParseCompressedPublicKeyError

Converts to this type from the input type.
§

impl PartialEq for ParseCompressedPublicKeyError

§

fn eq(&self, other: &ParseCompressedPublicKeyError) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

§

impl Clone for ParseCompressedPublicKeyError

§

fn clone(&self) -> ParseCompressedPublicKeyError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for ParseCompressedPublicKeyError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for ParseCompressedPublicKeyError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for ParseCompressedPublicKeyError

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<Error> for ParseCompressedPublicKeyError

§

fn from(e: Error) -> ParseCompressedPublicKeyError

Converts to this type from the input type.
§

impl From<HexToArrayError> for ParseCompressedPublicKeyError

§

fn from(e: HexToArrayError) -> ParseCompressedPublicKeyError

Converts to this type from the input type.
§

impl From<Infallible> for ParseCompressedPublicKeyError

§

fn from(never: Infallible) -> ParseCompressedPublicKeyError

Converts to this type from the input type.
§

impl PartialEq for ParseCompressedPublicKeyError

§

fn eq(&self, other: &ParseCompressedPublicKeyError) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl Eq for ParseCompressedPublicKeyError

§

impl StructuralPartialEq for ParseCompressedPublicKeyError

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/enum.ParsePublicKeyError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/enum.ParsePublicKeyError.html index a98afe4246..591cb16d64 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/enum.ParsePublicKeyError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/enum.ParsePublicKeyError.html @@ -6,7 +6,7 @@

Variants§

§

Encoding(FromSliceError)

Error originated while parsing string.

§

InvalidChar(u8)

Hex decoding error.

§

InvalidHexLength(usize)

PublicKey hex should be 66 or 130 digits long.

-

Trait Implementations§

§

impl Clone for ParsePublicKeyError

§

fn clone(&self) -> ParsePublicKeyError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for ParsePublicKeyError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for ParsePublicKeyError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for ParsePublicKeyError

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<FromSliceError> for ParsePublicKeyError

§

fn from(e: FromSliceError) -> ParsePublicKeyError

Converts to this type from the input type.
§

impl From<Infallible> for ParsePublicKeyError

§

fn from(never: Infallible) -> ParsePublicKeyError

Converts to this type from the input type.
§

impl PartialEq for ParsePublicKeyError

§

fn eq(&self, other: &ParsePublicKeyError) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

§

impl Clone for ParsePublicKeyError

§

fn clone(&self) -> ParsePublicKeyError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for ParsePublicKeyError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for ParsePublicKeyError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for ParsePublicKeyError

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<FromSliceError> for ParsePublicKeyError

§

fn from(e: FromSliceError) -> ParsePublicKeyError

Converts to this type from the input type.
§

impl From<Infallible> for ParsePublicKeyError

§

fn from(never: Infallible) -> ParsePublicKeyError

Converts to this type from the input type.
§

impl PartialEq for ParsePublicKeyError

§

fn eq(&self, other: &ParsePublicKeyError) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl Eq for ParsePublicKeyError

§

impl StructuralPartialEq for ParsePublicKeyError

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/struct.CompressedPublicKey.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/struct.CompressedPublicKey.html index 81ac9d86bf..6c315e57a0 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/struct.CompressedPublicKey.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/struct.CompressedPublicKey.html @@ -28,7 +28,7 @@ That’s why this type doesn’t have the to_sort_key method - it w

Trait Implementations§

§

impl Clone for CompressedPublicKey

§

fn clone(&self) -> CompressedPublicKey

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for CompressedPublicKey

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for CompressedPublicKey

§

fn deserialize<D>( d: D ) -> Result<CompressedPublicKey, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for CompressedPublicKey

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl From<&CompressedPublicKey> for PubkeyHash

§

fn from(key: &CompressedPublicKey) -> PubkeyHash

Converts to this type from the input type.
§

impl From<&CompressedPublicKey> for WPubkeyHash

§

fn from(key: &CompressedPublicKey) -> WPubkeyHash

Converts to this type from the input type.
§

impl From<CompressedPublicKey> for PubkeyHash

§

fn from(key: CompressedPublicKey) -> PubkeyHash

Converts to this type from the input type.
§

impl From<CompressedPublicKey> for PublicKey

§

fn from(value: CompressedPublicKey) -> PublicKey

Converts to this type from the input type.
§

impl From<CompressedPublicKey> for WPubkeyHash

§

fn from(key: CompressedPublicKey) -> WPubkeyHash

Converts to this type from the input type.
§

impl From<CompressedPublicKey> for XOnlyPublicKey

§

fn from(pk: CompressedPublicKey) -> XOnlyPublicKey

Converts to this type from the input type.
§

impl FromStr for CompressedPublicKey

§

type Err = ParseCompressedPublicKeyError

The associated error which can be returned from parsing.
§

fn from_str( + D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for CompressedPublicKey

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl From<&CompressedPublicKey> for PubkeyHash

§

fn from(key: &CompressedPublicKey) -> PubkeyHash

Converts to this type from the input type.
§

impl From<&CompressedPublicKey> for WPubkeyHash

§

fn from(key: &CompressedPublicKey) -> WPubkeyHash

Converts to this type from the input type.
§

impl From<CompressedPublicKey> for PubkeyHash

§

fn from(key: CompressedPublicKey) -> PubkeyHash

Converts to this type from the input type.
§

impl From<CompressedPublicKey> for PublicKey

§

fn from(value: CompressedPublicKey) -> PublicKey

Converts to this type from the input type.
§

impl From<CompressedPublicKey> for WPubkeyHash

§

fn from(key: CompressedPublicKey) -> WPubkeyHash

Converts to this type from the input type.
§

impl From<CompressedPublicKey> for XOnlyPublicKey

§

fn from(pk: CompressedPublicKey) -> XOnlyPublicKey

Converts to this type from the input type.
§

impl FromStr for CompressedPublicKey

§

type Err = ParseCompressedPublicKeyError

The associated error which can be returned from parsing.
§

fn from_str( s: &str ) -> Result<CompressedPublicKey, <CompressedPublicKey as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for CompressedPublicKey

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where @@ -61,5 +61,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/struct.Keypair.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/struct.Keypair.html index f31f6b1d16..59b1411be2 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/struct.Keypair.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/struct.Keypair.html @@ -98,7 +98,7 @@ of this array to other places in memory. Preventing this behavior is very subtle For more discussion on this, please see the documentation of the zeroize crate.

Trait Implementations§

§

impl CPtr for Keypair

§

impl Clone for Keypair

§

fn clone(&self) -> Keypair

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Keypair

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for Keypair

§

fn deserialize<D>(d: D) -> Result<Keypair, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl<'a> From<&'a Keypair> for PublicKey

§

fn from(pair: &'a Keypair) -> PublicKey

Converts to this type from the input type.
§

impl<'a> From<&'a Keypair> for SecretKey

§

fn from(pair: &'a Keypair) -> SecretKey

Converts to this type from the input type.
§

impl From<Keypair> for PublicKey

§

fn from(pair: Keypair) -> PublicKey

Converts to this type from the input type.
§

impl From<Keypair> for SecretKey

§

fn from(pair: Keypair) -> SecretKey

Converts to this type from the input type.
§

impl From<TweakedKeypair> for Keypair

§

fn from(pair: TweakedKeypair) -> Keypair

Converts to this type from the input type.
§

impl FromStr for Keypair

§

type Err = Error

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Keypair, <Keypair as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for Keypair

§

fn hash<__H>(&self, state: &mut __H)
where + D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl<'a> From<&'a Keypair> for PublicKey

§

fn from(pair: &'a Keypair) -> PublicKey

Converts to this type from the input type.
§

impl<'a> From<&'a Keypair> for SecretKey

§

fn from(pair: &'a Keypair) -> SecretKey

Converts to this type from the input type.
§

impl From<Keypair> for PublicKey

§

fn from(pair: Keypair) -> PublicKey

Converts to this type from the input type.
§

impl From<Keypair> for SecretKey

§

fn from(pair: Keypair) -> SecretKey

Converts to this type from the input type.
§

impl From<TweakedKeypair> for Keypair

§

fn from(pair: TweakedKeypair) -> Keypair

Converts to this type from the input type.
§

impl FromStr for Keypair

§

type Err = Error

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Keypair, <Keypair as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for Keypair

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl Ord for Keypair

§

fn cmp(&self, other: &Keypair) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where @@ -143,5 +143,5 @@ The public key is generated from a private key by multiplying with generator poi T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/struct.PrivateKey.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/struct.PrivateKey.html index a4737b3e4a..f49493822f 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/struct.PrivateKey.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/struct.PrivateKey.html @@ -47,5 +47,5 @@ sufficient, and should not be overridden without very good reason.Display + ?Sized,
source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/struct.PubkeyHash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/struct.PubkeyHash.html index da5d39b890..c2be4a8a78 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/struct.PubkeyHash.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/struct.PubkeyHash.html @@ -3,11 +3,11 @@

pub fn to_raw_hash(self) -> Hash

Returns the inner hash (sha256, sh256d etc.).

pub fn as_raw_hash(&self) -> &Hash

Returns a reference to the inner hash (sha256, sh256d etc.).

Trait Implementations§

§

impl AsRef<[u8]> for PubkeyHash

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 20]> for PubkeyHash

§

fn as_ref(&self) -> &[u8; 20]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for PubkeyHash

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for PubkeyHash

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Clone for PubkeyHash

§

fn clone(&self) -> PubkeyHash

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for PubkeyHash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for PubkeyHash

§

fn deserialize<D>(d: D) -> Result<PubkeyHash, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for PubkeyHash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl From<&CompressedPublicKey> for PubkeyHash

§

fn from(key: &CompressedPublicKey) -> PubkeyHash

Converts to this type from the input type.
§

impl From<&PublicKey> for PubkeyHash

§

fn from(key: &PublicKey) -> PubkeyHash

Converts to this type from the input type.
§

impl From<CompressedPublicKey> for PubkeyHash

§

fn from(key: CompressedPublicKey) -> PubkeyHash

Converts to this type from the input type.
§

impl From<Hash> for PubkeyHash

§

fn from(inner: Hash) -> PubkeyHash

Converts to this type from the input type.
§

impl From<PubkeyHash> for Hash

§

fn from(hashtype: PubkeyHash) -> Hash

Converts to this type from the input type.
§

impl From<PubkeyHash> for PushBytesBuf

§

fn from(hash: PubkeyHash) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<PublicKey> for PubkeyHash

§

fn from(key: PublicKey) -> PubkeyHash

Converts to this type from the input type.
§

impl FromStr for PubkeyHash

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<PubkeyHash, <PubkeyHash as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for PubkeyHash

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected + D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§

impl Display for PubkeyHash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl From<&CompressedPublicKey> for PubkeyHash

§

fn from(key: &CompressedPublicKey) -> PubkeyHash

Converts to this type from the input type.
§

impl From<&PublicKey> for PubkeyHash

§

fn from(key: &PublicKey) -> PubkeyHash

Converts to this type from the input type.
§

impl From<CompressedPublicKey> for PubkeyHash

§

fn from(key: CompressedPublicKey) -> PubkeyHash

Converts to this type from the input type.
§

impl From<Hash> for PubkeyHash

§

fn from(inner: Hash) -> PubkeyHash

Converts to this type from the input type.
§

impl From<PubkeyHash> for Hash

§

fn from(hashtype: PubkeyHash) -> Hash

Converts to this type from the input type.
§

impl From<PubkeyHash> for PushBytesBuf

§

fn from(hash: PubkeyHash) -> PushBytesBuf

Converts to this type from the input type.
§

impl From<PublicKey> for PubkeyHash

§

fn from(key: PublicKey) -> PubkeyHash

Converts to this type from the input type.
§

impl FromStr for PubkeyHash

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<PubkeyHash, <PubkeyHash as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for PubkeyHash

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
§

const LEN: usize = 20usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = false

Flag indicating whether user-visible serializations of this hash +any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
§

const LEN: usize = 20usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = false

Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
§

fn engine() -> <PubkeyHash as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: <PubkeyHash as Hash>::Engine) -> PubkeyHash

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<PubkeyHash, FromSliceError>

Copies a byte slice into a hash object.
§

fn from_byte_array(bytes: <PubkeyHash as Hash>::Bytes) -> PubkeyHash

Constructs a hash from the underlying byte array.
§

fn to_byte_array(self) -> <PubkeyHash as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<PubkeyHash as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn all_zeros() -> PubkeyHash

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where +true for Sha256dHash, so here we are.

§

fn engine() -> <PubkeyHash as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: <PubkeyHash as Hash>::Engine) -> PubkeyHash

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<PubkeyHash, FromSliceError>

Copies a byte slice into a hash object.
§

fn from_byte_array(bytes: <PubkeyHash as Hash>::Bytes) -> PubkeyHash

Constructs a hash from the underlying byte array.
§

fn to_byte_array(self) -> <PubkeyHash as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<PubkeyHash as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn all_zeros() -> PubkeyHash

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where B: AsRef<[u8]>, I: IntoIterator<Item = B>,

Hashes all the byte slices retrieved from the iterator together.
§

impl Hash for PubkeyHash

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where @@ -20,12 +20,12 @@ true for Sha256dHash, so here we are.

==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl PartialOrd for PubkeyHash

§

fn partial_cmp(&self, other: &PubkeyHash) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
§

impl SerdeHash for PubkeyHash

§

const N: usize = 20usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<PubkeyHash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( +operator. Read more

§

impl SerdeHash for PubkeyHash

§

const N: usize = 20usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<PubkeyHash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where S: Serializer,

Do serde serialization.
§

fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for PubkeyHash

§

fn serialize<S>( + D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for PubkeyHash

§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where @@ -44,5 +44,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/struct.PublicKey.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/struct.PublicKey.html index 1dab2d80d5..d0024a73c7 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/struct.PublicKey.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/struct.PublicKey.html @@ -73,7 +73,7 @@ unsorted.sort_unstable_by_key(|k| PublicKey::to_sort_key(*Result<(), Error>
where C: Verification,

Checks that sig is a valid ECDSA signature for msg using this public key.

Trait Implementations§

§

impl Clone for PublicKey

§

fn clone(&self) -> PublicKey

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for PublicKey

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for PublicKey

§

fn deserialize<D>(d: D) -> Result<PublicKey, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for PublicKey

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl From<&PublicKey> for PubkeyHash

§

fn from(key: &PublicKey) -> PubkeyHash

Converts to this type from the input type.
§

impl From<CompressedPublicKey> for PublicKey

§

fn from(value: CompressedPublicKey) -> PublicKey

Converts to this type from the input type.
§

impl From<PublicKey> for PubkeyHash

§

fn from(key: PublicKey) -> PubkeyHash

Converts to this type from the input type.
§

impl From<PublicKey> for PublicKey

§

fn from(pk: PublicKey) -> PublicKey

Converts to this type from the input type.
§

impl From<PublicKey> for XOnlyPublicKey

§

fn from(pk: PublicKey) -> XOnlyPublicKey

Converts to this type from the input type.
§

impl FromStr for PublicKey

§

type Err = ParsePublicKeyError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<PublicKey, ParsePublicKeyError>

Parses a string s to return a value of this type. Read more
§

impl Hash for PublicKey

§

fn hash<__H>(&self, state: &mut __H)
where + D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for PublicKey

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl From<&PublicKey> for PubkeyHash

§

fn from(key: &PublicKey) -> PubkeyHash

Converts to this type from the input type.
§

impl From<CompressedPublicKey> for PublicKey

§

fn from(value: CompressedPublicKey) -> PublicKey

Converts to this type from the input type.
§

impl From<PublicKey> for PubkeyHash

§

fn from(key: PublicKey) -> PubkeyHash

Converts to this type from the input type.
§

impl From<PublicKey> for PublicKey

§

fn from(pk: PublicKey) -> PublicKey

Converts to this type from the input type.
§

impl From<PublicKey> for XOnlyPublicKey

§

fn from(pk: PublicKey) -> XOnlyPublicKey

Converts to this type from the input type.
§

impl FromStr for PublicKey

§

type Err = ParsePublicKeyError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<PublicKey, ParsePublicKeyError>

Parses a string s to return a value of this type. Read more
§

impl Hash for PublicKey

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl MiniscriptKey for PublicKey

§

fn is_uncompressed(&self) -> bool

Returns the compressed-ness of the underlying secp256k1 key.

@@ -123,5 +123,5 @@ or regular public key when computing the hash160
T: Display + ?Sized,
source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/struct.TweakedKeypair.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/struct.TweakedKeypair.html index cb371e14af..34cdd74f68 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/struct.TweakedKeypair.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/struct.TweakedKeypair.html @@ -41,5 +41,5 @@ operator. Clone,
§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/struct.TweakedPublicKey.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/struct.TweakedPublicKey.html index 2d753e195e..08a966fed3 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/struct.TweakedPublicKey.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/struct.TweakedPublicKey.html @@ -40,5 +40,5 @@ operator. Display + ?Sized,
source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/struct.WPubkeyHash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/struct.WPubkeyHash.html index 5d970f2410..7f4304bc7a 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/struct.WPubkeyHash.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/struct.WPubkeyHash.html @@ -2,12 +2,12 @@

Implementations§

§

impl WPubkeyHash

pub fn from_raw_hash(inner: Hash) -> WPubkeyHash

Creates this wrapper type from the inner hash type.

pub fn to_raw_hash(self) -> Hash

Returns the inner hash (sha256, sh256d etc.).

pub fn as_raw_hash(&self) -> &Hash

Returns a reference to the inner hash (sha256, sh256d etc.).

-

Trait Implementations§

§

impl AsRef<[u8]> for WPubkeyHash

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 20]> for WPubkeyHash

§

fn as_ref(&self) -> &[u8; 20]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for WPubkeyHash

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for WPubkeyHash

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Clone for WPubkeyHash

§

fn clone(&self) -> WPubkeyHash

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for WPubkeyHash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for WPubkeyHash

§

fn deserialize<D>(d: D) -> Result<WPubkeyHash, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for WPubkeyHash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl From<&CompressedPublicKey> for WPubkeyHash

§

fn from(key: &CompressedPublicKey) -> WPubkeyHash

Converts to this type from the input type.
§

impl From<CompressedPublicKey> for WPubkeyHash

§

fn from(key: CompressedPublicKey) -> WPubkeyHash

Converts to this type from the input type.
§

impl From<Hash> for WPubkeyHash

§

fn from(inner: Hash) -> WPubkeyHash

Converts to this type from the input type.
§

impl From<WPubkeyHash> for Hash

§

fn from(hashtype: WPubkeyHash) -> Hash

Converts to this type from the input type.
§

impl From<WPubkeyHash> for PushBytesBuf

§

fn from(hash: WPubkeyHash) -> PushBytesBuf

Converts to this type from the input type.
§

impl FromStr for WPubkeyHash

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<WPubkeyHash, <WPubkeyHash as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for WPubkeyHash

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected +

Trait Implementations§

§

impl AsRef<[u8]> for WPubkeyHash

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 20]> for WPubkeyHash

§

fn as_ref(&self) -> &[u8; 20]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<PushBytes> for WPubkeyHash

§

fn as_ref(&self) -> &PushBytes

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for WPubkeyHash

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Clone for WPubkeyHash

§

fn clone(&self) -> WPubkeyHash

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for WPubkeyHash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for WPubkeyHash

§

fn deserialize<D>(d: D) -> Result<WPubkeyHash, <D as Deserializer<'de>>::Error>
where + D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for WPubkeyHash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl From<&CompressedPublicKey> for WPubkeyHash

§

fn from(key: &CompressedPublicKey) -> WPubkeyHash

Converts to this type from the input type.
§

impl From<CompressedPublicKey> for WPubkeyHash

§

fn from(key: CompressedPublicKey) -> WPubkeyHash

Converts to this type from the input type.
§

impl From<Hash> for WPubkeyHash

§

fn from(inner: Hash) -> WPubkeyHash

Converts to this type from the input type.
§

impl From<WPubkeyHash> for Hash

§

fn from(hashtype: WPubkeyHash) -> Hash

Converts to this type from the input type.
§

impl From<WPubkeyHash> for PushBytesBuf

§

fn from(hash: WPubkeyHash) -> PushBytesBuf

Converts to this type from the input type.
§

impl FromStr for WPubkeyHash

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<WPubkeyHash, <WPubkeyHash as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for WPubkeyHash

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
§

const LEN: usize = 20usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = false

Flag indicating whether user-visible serializations of this hash +any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
§

const LEN: usize = 20usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = false

Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
§

fn engine() -> <WPubkeyHash as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: <WPubkeyHash as Hash>::Engine) -> WPubkeyHash

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<WPubkeyHash, FromSliceError>

Copies a byte slice into a hash object.
§

fn from_byte_array(bytes: <WPubkeyHash as Hash>::Bytes) -> WPubkeyHash

Constructs a hash from the underlying byte array.
§

fn to_byte_array(self) -> <WPubkeyHash as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<WPubkeyHash as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn all_zeros() -> WPubkeyHash

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where +true for Sha256dHash, so here we are.

§

fn engine() -> <WPubkeyHash as Hash>::Engine

Constructs a new engine.
§

fn from_engine(e: <WPubkeyHash as Hash>::Engine) -> WPubkeyHash

Produces a hash from the current state of a given engine.
§

fn from_slice(sl: &[u8]) -> Result<WPubkeyHash, FromSliceError>

Copies a byte slice into a hash object.
§

fn from_byte_array(bytes: <WPubkeyHash as Hash>::Bytes) -> WPubkeyHash

Constructs a hash from the underlying byte array.
§

fn to_byte_array(self) -> <WPubkeyHash as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<WPubkeyHash as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn all_zeros() -> WPubkeyHash

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where B: AsRef<[u8]>, I: IntoIterator<Item = B>,

Hashes all the byte slices retrieved from the iterator together.
§

impl Hash for WPubkeyHash

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where @@ -20,12 +20,12 @@ true for Sha256dHash, so here we are.

==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl PartialOrd for WPubkeyHash

§

fn partial_cmp(&self, other: &WPubkeyHash) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
§

impl SerdeHash for WPubkeyHash

§

const N: usize = 20usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<WPubkeyHash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( +operator. Read more

§

impl SerdeHash for WPubkeyHash

§

const N: usize = 20usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<WPubkeyHash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where S: Serializer,

Do serde serialization.
§

fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for WPubkeyHash

§

fn serialize<S>( + D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for WPubkeyHash

§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where @@ -44,5 +44,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/struct.XOnlyPublicKey.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/struct.XOnlyPublicKey.html index 98e8e0bb44..e2eab3039f 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/struct.XOnlyPublicKey.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/struct.XOnlyPublicKey.html @@ -86,8 +86,8 @@ significantly faster, so it is wise to design protocols with this in mind.

Trait Implementations§

§

impl CPtr for XOnlyPublicKey

§

impl Clone for XOnlyPublicKey

§

fn clone(&self) -> XOnlyPublicKey

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for XOnlyPublicKey

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for XOnlyPublicKey

§

fn deserialize<D>( d: D ) -> Result<XOnlyPublicKey, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for XOnlyPublicKey

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl From<CompressedPublicKey> for XOnlyPublicKey

§

fn from(pk: CompressedPublicKey) -> XOnlyPublicKey

Converts to this type from the input type.
§

impl From<PublicKey> for XOnlyPublicKey

§

fn from(pk: PublicKey) -> XOnlyPublicKey

Converts to this type from the input type.
§

impl From<PublicKey> for XOnlyPublicKey

§

fn from(src: PublicKey) -> XOnlyPublicKey

Converts to this type from the input type.
§

impl From<TweakedPublicKey> for XOnlyPublicKey

§

fn from(pair: TweakedPublicKey) -> XOnlyPublicKey

Converts to this type from the input type.
§

impl From<XOnlyPublicKey> for XOnlyPublicKey

Creates a new schnorr public key from a FFI x-only public key.

-
§

fn from(pk: XOnlyPublicKey) -> XOnlyPublicKey

Converts to this type from the input type.
§

impl FromStr for XOnlyPublicKey

§

type Err = Error

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<XOnlyPublicKey, Error>

Parses a string s to return a value of this type. Read more
§

impl Hash for XOnlyPublicKey

§

fn hash<__H>(&self, state: &mut __H)
where + D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for XOnlyPublicKey

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl From<CompressedPublicKey> for XOnlyPublicKey

§

fn from(pk: CompressedPublicKey) -> XOnlyPublicKey

Converts to this type from the input type.
§

impl From<PublicKey> for XOnlyPublicKey

§

fn from(pk: PublicKey) -> XOnlyPublicKey

Converts to this type from the input type.
§

impl From<PublicKey> for XOnlyPublicKey

§

fn from(src: PublicKey) -> XOnlyPublicKey

Converts to this type from the input type.
§

impl From<TweakedPublicKey> for XOnlyPublicKey

§

fn from(pair: TweakedPublicKey) -> XOnlyPublicKey

Converts to this type from the input type.
§

impl From<XOnlyPublicKey> for XOnlyPublicKey

Creates a new schnorr public key from a FFI x-only public key.

+
§

fn from(pk: XOnlyPublicKey) -> XOnlyPublicKey

Converts to this type from the input type.
§

impl FromStr for XOnlyPublicKey

§

type Err = Error

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<XOnlyPublicKey, Error>

Parses a string s to return a value of this type. Read more
§

impl Hash for XOnlyPublicKey

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl LowerHex for XOnlyPublicKey

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl MiniscriptKey for XOnlyPublicKey

§

type Sha256 = Hash

The associated bitcoin::hashes::sha256::Hash for this [MiniscriptKey], used in the @@ -151,5 +151,5 @@ or regular public key when computing the hash160
T: Display + ?Sized,
source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/merkle_tree/fn.calculate_root.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/merkle_tree/fn.calculate_root.html index 9a018e36e3..7f6fdb5e27 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/merkle_tree/fn.calculate_root.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/merkle_tree/fn.calculate_root.html @@ -1,6 +1,6 @@ calculate_root in bdk_chain::bitcoin::merkle_tree - Rust

Function bdk_chain::bitcoin::merkle_tree::calculate_root

pub fn calculate_root<T, I>(hashes: I) -> Option<T>
where - T: Hash + Encodable, - <T as Hash>::Engine: Write, + T: Hash + Encodable, + <T as Hash>::Engine: Write, I: Iterator<Item = T>,
Expand description

Calculates the merkle root of an iterator of hashes.

§Returns

    diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/merkle_tree/fn.calculate_root_inline.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/merkle_tree/fn.calculate_root_inline.html index e1b32c303f..7c36afcbb7 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/merkle_tree/fn.calculate_root_inline.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/merkle_tree/fn.calculate_root_inline.html @@ -1,6 +1,6 @@ calculate_root_inline in bdk_chain::bitcoin::merkle_tree - Rust

    Function bdk_chain::bitcoin::merkle_tree::calculate_root_inline

    pub fn calculate_root_inline<T>(hashes: &mut [T]) -> Option<T>
    where - T: Hash + Encodable, - <T as Hash>::Engine: Write,
    Expand description

    Calculates the merkle root of a list of hashes, inline (in place) in hashes.

    + T: Hash + Encodable, + <T as Hash>::Engine: Write,
    Expand description

    Calculates the merkle root of a list of hashes, inline (in place) in hashes.

    In most cases, you’ll want to use calculate_root instead. Please note, calling this function trashes the data in hashes (i.e. the hashes is left in an undefined state at conclusion of this method and should not be used again afterwards).

    diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/network/enum.Network.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/network/enum.Network.html index 6fb58058a3..55ae680503 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/network/enum.Network.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/network/enum.Network.html @@ -52,7 +52,7 @@ Use the chain <chain> (default: main). Allowed values: main, test, signet,

Trait Implementations§

§

impl AsRef<Params> for Network

§

fn as_ref(&self) -> &Params

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Clone for Network

§

fn clone(&self) -> Network

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Network

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for Network

§

fn deserialize<__D>( __deserializer: __D ) -> Result<Network, <__D as Deserializer<'de>>::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for Network

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl From<&Network> for &'static Params

§

fn from(value: &Network) -> &'static Params

Converts to this type from the input type.
§

impl From<&Network> for Params

§

fn from(value: &Network) -> Params

Converts to this type from the input type.
§

impl From<Network> for &'static Params

§

fn from(value: Network) -> &'static Params

Converts to this type from the input type.
§

impl From<Network> for KnownHrp

§

fn from(n: Network) -> KnownHrp

Converts to this type from the input type.
§

impl From<Network> for Magic

§

fn from(network: Network) -> Magic

Converts to this type from the input type.
§

impl From<Network> for NetworkKind

§

fn from(n: Network) -> NetworkKind

Converts to this type from the input type.
§

impl From<Network> for Params

§

fn from(value: Network) -> Params

Converts to this type from the input type.
§

impl FromStr for Network

§

type Err = ParseNetworkError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Network, <Network as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for Network

§

fn hash<__H>(&self, state: &mut __H)
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for Network

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl From<&Network> for &'static Params

§

fn from(value: &Network) -> &'static Params

Converts to this type from the input type.
§

impl From<&Network> for Params

§

fn from(value: &Network) -> Params

Converts to this type from the input type.
§

impl From<Network> for &'static Params

§

fn from(value: Network) -> &'static Params

Converts to this type from the input type.
§

impl From<Network> for KnownHrp

§

fn from(n: Network) -> KnownHrp

Converts to this type from the input type.
§

impl From<Network> for Magic

§

fn from(network: Network) -> Magic

Converts to this type from the input type.
§

impl From<Network> for NetworkKind

§

fn from(n: Network) -> NetworkKind

Converts to this type from the input type.
§

impl From<Network> for Params

§

fn from(value: Network) -> Params

Converts to this type from the input type.
§

impl FromStr for Network

§

type Err = ParseNetworkError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Network, <Network as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for Network

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl Ord for Network

§

fn cmp(&self, other: &Network) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where @@ -66,9 +66,9 @@ operator. Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
§

impl TryFrom<ChainHash> for Network

§

type Error = UnknownChainHashError

The type returned in the event of a conversion error.
§

fn try_from( + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
§

impl TryFrom<ChainHash> for Network

§

type Error = UnknownChainHashError

The type returned in the event of a conversion error.
§

fn try_from( chain_hash: ChainHash -) -> Result<Network, <Network as TryFrom<ChainHash>>::Error>

Performs the conversion.
§

impl TryFrom<Magic> for Network

§

type Error = UnknownMagicError

The type returned in the event of a conversion error.
§

fn try_from(magic: Magic) -> Result<Network, <Network as TryFrom<Magic>>::Error>

Performs the conversion.
§

impl Copy for Network

§

impl Eq for Network

§

impl StructuralPartialEq for Network

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T

Performs the conversion.
§

impl TryFrom<Magic> for Network

§

type Error = UnknownMagicError

The type returned in the event of a conversion error.
§

fn try_from(magic: Magic) -> Result<Network, <Network as TryFrom<Magic>>::Error>

Performs the conversion.
§

impl Copy for Network

§

impl Eq for Network

§

impl StructuralPartialEq for Network

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<Q, K> Equivalent<K> for Q
where @@ -83,5 +83,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/p2p/message/struct.CommandString.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/p2p/message/struct.CommandString.html index 8381e2261b..21d95b1d8e 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/p2p/message/struct.CommandString.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/p2p/message/struct.CommandString.html @@ -12,9 +12,9 @@ larger than 12 characters in length.

R: BufRead + ?Sized,
Decode Self from a size-limited reader. Read more
§

impl Display for CommandString

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Encodable for CommandString

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl FromStr for CommandString

§

type Err = CommandStringError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<CommandString, <CommandString as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl PartialEq for CommandString

§

fn eq(&self, other: &CommandString) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
§

impl<'a> TryFrom<&'a str> for CommandString

§

type Error = CommandStringError

The type returned in the event of a conversion error.
§

fn try_from( +sufficient, and should not be overridden without very good reason.

§

impl<'a> TryFrom<&'a str> for CommandString

§

type Error = CommandStringError

The type returned in the event of a conversion error.
§

fn try_from( value: &'a str -) -> Result<CommandString, <CommandString as TryFrom<&'a str>>::Error>

Performs the conversion.
§

impl TryFrom<Box<str>> for CommandString

§

type Error = CommandStringError

The type returned in the event of a conversion error.
§

fn try_from( +) -> Result<CommandString, <CommandString as TryFrom<&'a str>>::Error>

Performs the conversion.
§

impl TryFrom<Box<str>> for CommandString

§

type Error = CommandStringError

The type returned in the event of a conversion error.
§

fn try_from( value: Box<str> ) -> Result<CommandString, <CommandString as TryFrom<Box<str>>>::Error>

Performs the conversion.
§

impl TryFrom<String> for CommandString

§

type Error = CommandStringError

The type returned in the event of a conversion error.
§

fn try_from( value: String diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/p2p/struct.Magic.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/p2p/struct.Magic.html index 05dea5408b..b2920af754 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/p2p/struct.Magic.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/p2p/struct.Magic.html @@ -6,7 +6,7 @@

pub fn from_bytes(bytes: [u8; 4]) -> Magic

Create network magic from bytes.

pub fn to_bytes(self) -> [u8; 4]

Get network magic bytes.

pub fn from_params(params: impl AsRef<Params>) -> Magic

Returns the magic bytes for the network defined by params.

-

Trait Implementations§

§

impl AsMut<[u8]> for Magic

§

fn as_mut(&mut self) -> &mut [u8] ⓘ

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<[u8; 4]> for Magic

§

fn as_mut(&mut self) -> &mut [u8; 4]

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsRef<[u8]> for Magic

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 4]> for Magic

§

fn as_ref(&self) -> &[u8; 4]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for Magic

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Borrow<[u8; 4]> for Magic

§

fn borrow(&self) -> &[u8; 4]

Immutably borrows from an owned value. Read more
§

impl BorrowMut<[u8]> for Magic

§

fn borrow_mut(&mut self) -> &mut [u8] ⓘ

Mutably borrows from an owned value. Read more
§

impl BorrowMut<[u8; 4]> for Magic

§

fn borrow_mut(&mut self) -> &mut [u8; 4]

Mutably borrows from an owned value. Read more
§

impl Clone for Magic

§

fn clone(&self) -> Magic

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Magic

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Decodable for Magic

§

fn consensus_decode<R>(reader: &mut R) -> Result<Magic, Error>
where +

Trait Implementations§

§

impl AsMut<[u8]> for Magic

§

fn as_mut(&mut self) -> &mut [u8] ⓘ

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsMut<[u8; 4]> for Magic

§

fn as_mut(&mut self) -> &mut [u8; 4]

Converts this type into a mutable reference of the (usually inferred) input type.
§

impl AsRef<[u8]> for Magic

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 4]> for Magic

§

fn as_ref(&self) -> &[u8; 4]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for Magic

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Borrow<[u8; 4]> for Magic

§

fn borrow(&self) -> &[u8; 4]

Immutably borrows from an owned value. Read more
§

impl BorrowMut<[u8]> for Magic

§

fn borrow_mut(&mut self) -> &mut [u8] ⓘ

Mutably borrows from an owned value. Read more
§

impl BorrowMut<[u8; 4]> for Magic

§

fn borrow_mut(&mut self) -> &mut [u8; 4]

Mutably borrows from an owned value. Read more
§

impl Clone for Magic

§

fn clone(&self) -> Magic

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Magic

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Decodable for Magic

§

fn consensus_decode<R>(reader: &mut R) -> Result<Magic, Error>
where R: BufRead + ?Sized,

Decode an object with a well-defined format. Read more
§

fn consensus_decode_from_finite_reader<R>(reader: &mut R) -> Result<Self, Error>
where R: BufRead + ?Sized,

Decode Self from a size-limited reader. Read more
§

impl Display for Magic

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Encodable for Magic

§

fn consensus_encode<W>(&self, writer: &mut W) -> Result<usize, Error>
where W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl From<Network> for Magic

§

fn from(network: Network) -> Magic

Converts to this type from the input type.
§

impl FromStr for Magic

§

type Err = ParseMagicError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Magic, <Magic as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for Magic

§

fn hash<__H>(&self, state: &mut __H)
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/p2p/struct.ServiceFlags.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/p2p/struct.ServiceFlags.html index 1413018c80..cd17a60a5b 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/p2p/struct.ServiceFlags.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/p2p/struct.ServiceFlags.html @@ -27,7 +27,7 @@ See BIP324 for details on how this is implemented.

Trait Implementations§

§

impl BitOr for ServiceFlags

§

type Output = ServiceFlags

The resulting type after applying the | operator.
§

fn bitor(self, rhs: ServiceFlags) -> ServiceFlags

Performs the | operation. Read more
§

impl BitOrAssign for ServiceFlags

§

fn bitor_assign(&mut self, rhs: ServiceFlags)

Performs the |= operation. Read more
§

impl BitXor for ServiceFlags

§

type Output = ServiceFlags

The resulting type after applying the ^ operator.
§

fn bitxor(self, rhs: ServiceFlags) -> ServiceFlags

Performs the ^ operation. Read more
§

impl BitXorAssign for ServiceFlags

§

fn bitxor_assign(&mut self, rhs: ServiceFlags)

Performs the ^= operation. Read more
§

impl Clone for ServiceFlags

§

fn clone(&self) -> ServiceFlags

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for ServiceFlags

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Decodable for ServiceFlags

§

fn consensus_decode<R>(r: &mut R) -> Result<ServiceFlags, Error>
where R: BufRead + ?Sized,

Decode an object with a well-defined format. Read more
§

fn consensus_decode_from_finite_reader<R>(reader: &mut R) -> Result<Self, Error>
where R: BufRead + ?Sized,

Decode Self from a size-limited reader. Read more
§

impl Default for ServiceFlags

§

fn default() -> ServiceFlags

Returns the “default value” for a type. Read more
§

impl Display for ServiceFlags

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Encodable for ServiceFlags

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where - W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl From<ServiceFlags> for u64

§

fn from(flags: ServiceFlags) -> u64

Converts to this type from the input type.
§

impl From<u64> for ServiceFlags

§

fn from(f: u64) -> ServiceFlags

Converts to this type from the input type.
§

impl Hash for ServiceFlags

§

fn hash<__H>(&self, state: &mut __H)
where + W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl From<ServiceFlags> for u64

§

fn from(flags: ServiceFlags) -> u64

Converts to this type from the input type.
§

impl From<u64> for ServiceFlags

§

fn from(f: u64) -> ServiceFlags

Converts to this type from the input type.
§

impl Hash for ServiceFlags

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl LowerHex for ServiceFlags

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Ord for ServiceFlags

§

fn cmp(&self, other: &ServiceFlags) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/pow/struct.CompactTarget.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/pow/struct.CompactTarget.html index c57a6f7fd6..ed91f8f142 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/pow/struct.CompactTarget.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/pow/struct.CompactTarget.html @@ -41,5 +41,5 @@ operator. Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/pow/struct.Target.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/pow/struct.Target.html index 08117963b5..0b126f1b55 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/pow/struct.Target.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/pow/struct.Target.html @@ -108,5 +108,5 @@ operator. Display + ?Sized,
source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/pow/struct.Work.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/pow/struct.Work.html index 7c44314671..d8994dd473 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/pow/struct.Work.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/pow/struct.Work.html @@ -43,5 +43,5 @@ operator. Display + ?Sized,
source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/enum.Error.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/enum.Error.html index f085546383..41fc30e03c 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/enum.Error.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/enum.Error.html @@ -15,7 +15,7 @@ actual: Box<Transaction>, }, NonStandardSighashType(u32), - InvalidHash(FromSliceError), + InvalidHash(FromSliceError), InvalidPreimageHashPair { hash_type: PsbtHash, preimage: Box<[u8]>, @@ -56,7 +56,7 @@ transaction.

Fields

§expected: Box<Transaction>

Expected

§actual: Box<Transaction>

Actual

§

NonStandardSighashType(u32)

Unable to parse as a standard sighash type.

-
§

InvalidHash(FromSliceError)

Invalid hash when parsing slice.

+
§

InvalidHash(FromSliceError)

Invalid hash when parsing slice.

§

InvalidPreimageHashPair

The pre-image must hash to the corresponding psbt hash

Fields

§hash_type: PsbtHash

Hash-type

§preimage: Box<[u8]>

Pre-image

@@ -79,7 +79,7 @@ global extended public key has inconsistent key sources

§

Version(&'static str)

Error related to PSBT version

§

PartialDataConsumption

PSBT data is not consumed entirely

§

Io(Error)

I/O error.

-

Trait Implementations§

§

impl Debug for Error

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for Error

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for Error

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<Error> for Error

§

fn from(e: Error) -> Error

Converts to this type from the input type.
§

impl From<Error> for Error

§

fn from(e: Error) -> Error

Converts to this type from the input type.
§

impl From<FromSliceError> for Error

§

fn from(e: FromSliceError) -> Error

Converts to this type from the input type.
§

impl From<Infallible> for Error

§

fn from(never: Infallible) -> Error

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +

Trait Implementations§

§

impl Debug for Error

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for Error

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for Error

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<Error> for Error

§

fn from(e: Error) -> Error

Converts to this type from the input type.
§

impl From<Error> for Error

§

fn from(e: Error) -> Error

Converts to this type from the input type.
§

impl From<FromSliceError> for Error

§

fn from(e: FromSliceError) -> Error

Converts to this type from the input type.
§

impl From<Infallible> for Error

§

fn from(never: Infallible) -> Error

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/enum.GetKeyError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/enum.GetKeyError.html index dceb539955..0e15bccd64 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/enum.GetKeyError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/enum.GetKeyError.html @@ -4,7 +4,7 @@ }
Expand description

Errors when getting a key.

Variants (Non-exhaustive)§

This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
§

Bip32(Error)

A bip32 error.

§

NotSupported

The GetKey operation is not supported for this key request.

-

Trait Implementations§

§

impl Clone for GetKeyError

§

fn clone(&self) -> GetKeyError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for GetKeyError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for GetKeyError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for GetKeyError

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<Error> for GetKeyError

§

fn from(e: Error) -> GetKeyError

Converts to this type from the input type.
§

impl From<Infallible> for GetKeyError

§

fn from(never: Infallible) -> GetKeyError

Converts to this type from the input type.
§

impl PartialEq for GetKeyError

§

fn eq(&self, other: &GetKeyError) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

§

impl Clone for GetKeyError

§

fn clone(&self) -> GetKeyError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for GetKeyError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for GetKeyError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for GetKeyError

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<Error> for GetKeyError

§

fn from(e: Error) -> GetKeyError

Converts to this type from the input type.
§

impl From<Infallible> for GetKeyError

§

fn from(never: Infallible) -> GetKeyError

Converts to this type from the input type.
§

impl PartialEq for GetKeyError

§

fn eq(&self, other: &GetKeyError) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl Eq for GetKeyError

§

impl StructuralPartialEq for GetKeyError

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/enum.SignError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/enum.SignError.html index de70811b98..73a1b9d0c8 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/enum.SignError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/enum.SignError.html @@ -32,7 +32,7 @@
§

KeyNotFound

Unable to find key.

§

WrongSigningAlgorithm

Attempt to sign an input with the wrong signing algorithm.

§

Unsupported

Signing request currently unsupported.

-

Trait Implementations§

§

impl Clone for SignError

§

fn clone(&self) -> SignError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for SignError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for SignError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for SignError

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<IndexOutOfBoundsError> for SignError

§

fn from(e: IndexOutOfBoundsError) -> SignError

Converts to this type from the input type.
§

impl From<Infallible> for SignError

§

fn from(never: Infallible) -> SignError

Converts to this type from the input type.
§

impl From<P2wpkhError> for SignError

§

fn from(e: P2wpkhError) -> SignError

Converts to this type from the input type.
§

impl From<TaprootError> for SignError

§

fn from(e: TaprootError) -> SignError

Converts to this type from the input type.
§

impl PartialEq for SignError

§

fn eq(&self, other: &SignError) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

§

impl Clone for SignError

§

fn clone(&self) -> SignError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for SignError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for SignError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for SignError

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<IndexOutOfBoundsError> for SignError

§

fn from(e: IndexOutOfBoundsError) -> SignError

Converts to this type from the input type.
§

impl From<Infallible> for SignError

§

fn from(never: Infallible) -> SignError

Converts to this type from the input type.
§

impl From<P2wpkhError> for SignError

§

fn from(e: P2wpkhError) -> SignError

Converts to this type from the input type.
§

impl From<TaprootError> for SignError

§

fn from(e: TaprootError) -> SignError

Converts to this type from the input type.
§

impl PartialEq for SignError

§

fn eq(&self, other: &SignError) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl Eq for SignError

§

impl StructuralPartialEq for SignError

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/raw/struct.Key.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/raw/struct.Key.html index 9807b28662..8650cb847e 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/raw/struct.Key.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/raw/struct.Key.html @@ -43,5 +43,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/raw/struct.Pair.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/raw/struct.Pair.html index 6ac3f3182f..99e944b8e3 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/raw/struct.Pair.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/raw/struct.Pair.html @@ -28,5 +28,5 @@ sufficient, and should not be overridden without very good reason.
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/raw/struct.ProprietaryKey.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/raw/struct.ProprietaryKey.html index f2e6f70d05..e70d799085 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/raw/struct.ProprietaryKey.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/raw/struct.ProprietaryKey.html @@ -69,5 +69,5 @@ operator. Clone,
§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/struct.Input.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/struct.Input.html index f22901be7f..a9aabfb856 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/struct.Input.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/struct.Input.html @@ -92,5 +92,5 @@ sufficient, and should not be overridden without very good reason.Clone,
§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/struct.Output.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/struct.Output.html index 1ffcf297f1..804220645d 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/struct.Output.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/struct.Output.html @@ -48,5 +48,5 @@ sufficient, and should not be overridden without very good reason.Clone,
§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/struct.Psbt.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/struct.Psbt.html index 58a0f183cf..7406e978b0 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/struct.Psbt.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/struct.Psbt.html @@ -160,5 +160,5 @@ or the interpreter check fails.
Display + ?Sized,
source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/struct.PsbtSighashType.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/struct.PsbtSighashType.html index a1ca300272..234be30317 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/struct.PsbtSighashType.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/struct.PsbtSighashType.html @@ -47,5 +47,5 @@ operator. Display + ?Sized,
source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/ecdh/struct.SharedSecret.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/ecdh/struct.SharedSecret.html index 313c79f59f..718de9cd07 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/ecdh/struct.SharedSecret.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/ecdh/struct.SharedSecret.html @@ -64,5 +64,5 @@ operator. Clone,
§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/ecdsa/serialized_signature/struct.SerializedSignature.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/ecdsa/serialized_signature/struct.SerializedSignature.html index 2b962ef2b4..9c42e2c063 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/ecdsa/serialized_signature/struct.SerializedSignature.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/ecdsa/serialized_signature/struct.SerializedSignature.html @@ -1105,24 +1105,24 @@ given separator between each.

Trait Implementations§

§

impl AsRef<[u8]> for SerializedSignature

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for SerializedSignature

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Clone for SerializedSignature

§

fn clone(&self) -> SerializedSignature

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for SerializedSignature

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Deref for SerializedSignature

§

type Target = [u8]

The resulting type after dereferencing.
§

fn deref(&self) -> &[u8] ⓘ

Dereferences the value.
§

impl Display for SerializedSignature

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'a> From<&'a Signature> for SerializedSignature

§

fn from(value: &'a Signature) -> SerializedSignature

Converts to this type from the input type.
§

impl From<Signature> for SerializedSignature

§

fn from(value: Signature) -> SerializedSignature

Converts to this type from the input type.
§

impl Hash for SerializedSignature

§

fn hash<H>(&self, state: &mut H)
where H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, - Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl<'a> IntoIterator for &'a SerializedSignature

§

type IntoIter = Iter<'a, u8>

Which kind of iterator are we turning this into?
§

type Item = &'a u8

The type of the elements being iterated over.
§

fn into_iter(self) -> <&'a SerializedSignature as IntoIterator>::IntoIter

Creates an iterator from a value. Read more
§

impl IntoIterator for SerializedSignature

§

type IntoIter = IntoIter

Which kind of iterator are we turning this into?
§

type Item = u8

The type of the elements being iterated over.
§

fn into_iter(self) -> <SerializedSignature as IntoIterator>::IntoIter

Creates an iterator from a value. Read more
§

impl Ord for SerializedSignature

§

fn cmp(&self, other: &SerializedSignature) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where + Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl<'a> IntoIterator for &'a SerializedSignature

§

type IntoIter = Iter<'a, u8>

Which kind of iterator are we turning this into?
§

type Item = &'a u8

The type of the elements being iterated over.
§

fn into_iter(self) -> <&'a SerializedSignature as IntoIterator>::IntoIter

Creates an iterator from a value. Read more
§

impl IntoIterator for SerializedSignature

§

type IntoIter = IntoIter

Which kind of iterator are we turning this into?
§

type Item = u8

The type of the elements being iterated over.
§

fn into_iter(self) -> <SerializedSignature as IntoIterator>::IntoIter

Creates an iterator from a value. Read more
§

impl Ord for SerializedSignature

§

fn cmp(&self, other: &SerializedSignature) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized + PartialOrd,

Restrict a value to a certain interval. Read more
§

impl PartialEq<[u8]> for SerializedSignature

§

fn eq(&self, other: &[u8]) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
§

impl PartialEq<SerializedSignature> for [u8]

§

fn eq(&self, other: &SerializedSignature) -> bool

This method tests for self and other values to be equal, and is used -by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
§

impl PartialEq for SerializedSignature

§

fn eq(&self, other: &SerializedSignature) -> bool

This method tests for self and other values to be equal, and is used +sufficient, and should not be overridden without very good reason.
§

impl PartialEq<SerializedSignature> for [u8]

§

fn eq(&self, other: &SerializedSignature) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always +sufficient, and should not be overridden without very good reason.
§

impl PartialEq for SerializedSignature

§

fn eq(&self, other: &SerializedSignature) -> bool

This method tests for self and other values to be equal, and is used +by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl PartialOrd<[u8]> for SerializedSignature

§

fn partial_cmp(&self, other: &[u8]) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
§

impl PartialOrd<SerializedSignature> for [u8]

§

fn partial_cmp(&self, other: &SerializedSignature) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
§

impl PartialOrd for SerializedSignature

§

fn partial_cmp(&self, other: &SerializedSignature) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
§

impl<'a> TryFrom<&'a SerializedSignature> for Signature

§

type Error = Error

The type returned in the event of a conversion error.
§

fn try_from( +operator. Read more

§

impl<'a> TryFrom<&'a SerializedSignature> for Signature

§

type Error = Error

The type returned in the event of a conversion error.
§

fn try_from( value: &'a SerializedSignature -) -> Result<Signature, <Signature as TryFrom<&'a SerializedSignature>>::Error>

Performs the conversion.
§

impl TryFrom<SerializedSignature> for Signature

§

type Error = Error

The type returned in the event of a conversion error.
§

fn try_from( +) -> Result<Signature, <Signature as TryFrom<&'a SerializedSignature>>::Error>

Performs the conversion.
§

impl TryFrom<SerializedSignature> for Signature

§

type Error = Error

The type returned in the event of a conversion error.
§

fn try_from( value: SerializedSignature ) -> Result<Signature, <Signature as TryFrom<SerializedSignature>>::Error>

Performs the conversion.
§

impl Copy for SerializedSignature

§

impl Eq for SerializedSignature

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/ecdsa/struct.SerializedSignature.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/ecdsa/struct.SerializedSignature.html index 40f6fe1b19..aeec89b87c 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/ecdsa/struct.SerializedSignature.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/ecdsa/struct.SerializedSignature.html @@ -1105,24 +1105,24 @@ given separator between each.

Trait Implementations§

§

impl AsRef<[u8]> for SerializedSignature

§

fn as_ref(&self) -> &[u8] ⓘ

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for SerializedSignature

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl Clone for SerializedSignature

§

fn clone(&self) -> SerializedSignature

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for SerializedSignature

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Deref for SerializedSignature

§

type Target = [u8]

The resulting type after dereferencing.
§

fn deref(&self) -> &[u8] ⓘ

Dereferences the value.
§

impl Display for SerializedSignature

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'a> From<&'a Signature> for SerializedSignature

§

fn from(value: &'a Signature) -> SerializedSignature

Converts to this type from the input type.
§

impl From<Signature> for SerializedSignature

§

fn from(value: Signature) -> SerializedSignature

Converts to this type from the input type.
§

impl Hash for SerializedSignature

§

fn hash<H>(&self, state: &mut H)
where H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, - Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl<'a> IntoIterator for &'a SerializedSignature

§

type IntoIter = Iter<'a, u8>

Which kind of iterator are we turning this into?
§

type Item = &'a u8

The type of the elements being iterated over.
§

fn into_iter(self) -> <&'a SerializedSignature as IntoIterator>::IntoIter

Creates an iterator from a value. Read more
§

impl IntoIterator for SerializedSignature

§

type IntoIter = IntoIter

Which kind of iterator are we turning this into?
§

type Item = u8

The type of the elements being iterated over.
§

fn into_iter(self) -> <SerializedSignature as IntoIterator>::IntoIter

Creates an iterator from a value. Read more
§

impl Ord for SerializedSignature

§

fn cmp(&self, other: &SerializedSignature) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where + Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl<'a> IntoIterator for &'a SerializedSignature

§

type IntoIter = Iter<'a, u8>

Which kind of iterator are we turning this into?
§

type Item = &'a u8

The type of the elements being iterated over.
§

fn into_iter(self) -> <&'a SerializedSignature as IntoIterator>::IntoIter

Creates an iterator from a value. Read more
§

impl IntoIterator for SerializedSignature

§

type IntoIter = IntoIter

Which kind of iterator are we turning this into?
§

type Item = u8

The type of the elements being iterated over.
§

fn into_iter(self) -> <SerializedSignature as IntoIterator>::IntoIter

Creates an iterator from a value. Read more
§

impl Ord for SerializedSignature

§

fn cmp(&self, other: &SerializedSignature) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized + PartialOrd,

Restrict a value to a certain interval. Read more
§

impl PartialEq<[u8]> for SerializedSignature

§

fn eq(&self, other: &[u8]) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
§

impl PartialEq<SerializedSignature> for [u8]

§

fn eq(&self, other: &SerializedSignature) -> bool

This method tests for self and other values to be equal, and is used -by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
§

impl PartialEq for SerializedSignature

§

fn eq(&self, other: &SerializedSignature) -> bool

This method tests for self and other values to be equal, and is used +sufficient, and should not be overridden without very good reason.
§

impl PartialEq<SerializedSignature> for [u8]

§

fn eq(&self, other: &SerializedSignature) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always +sufficient, and should not be overridden without very good reason.
§

impl PartialEq for SerializedSignature

§

fn eq(&self, other: &SerializedSignature) -> bool

This method tests for self and other values to be equal, and is used +by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl PartialOrd<[u8]> for SerializedSignature

§

fn partial_cmp(&self, other: &[u8]) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
§

impl PartialOrd<SerializedSignature> for [u8]

§

fn partial_cmp(&self, other: &SerializedSignature) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
§

impl PartialOrd for SerializedSignature

§

fn partial_cmp(&self, other: &SerializedSignature) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
§

impl<'a> TryFrom<&'a SerializedSignature> for Signature

§

type Error = Error

The type returned in the event of a conversion error.
§

fn try_from( +operator. Read more

§

impl<'a> TryFrom<&'a SerializedSignature> for Signature

§

type Error = Error

The type returned in the event of a conversion error.
§

fn try_from( value: &'a SerializedSignature -) -> Result<Signature, <Signature as TryFrom<&'a SerializedSignature>>::Error>

Performs the conversion.
§

impl TryFrom<SerializedSignature> for Signature

§

type Error = Error

The type returned in the event of a conversion error.
§

fn try_from( +) -> Result<Signature, <Signature as TryFrom<&'a SerializedSignature>>::Error>

Performs the conversion.
§

impl TryFrom<SerializedSignature> for Signature

§

type Error = Error

The type returned in the event of a conversion error.
§

fn try_from( value: SerializedSignature ) -> Result<Signature, <Signature as TryFrom<SerializedSignature>>::Error>

Performs the conversion.
§

impl Copy for SerializedSignature

§

impl Eq for SerializedSignature

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/ecdsa/struct.Signature.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/ecdsa/struct.Signature.html index 89208bbafc..3c551fb104 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/ecdsa/struct.Signature.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/ecdsa/struct.Signature.html @@ -34,8 +34,8 @@ which ensures that the s value lies in the lower half of its range.

pub fn serialize_der(&self) -> SerializedSignature

Serializes the signature in DER format

pub fn serialize_compact(&self) -> [u8; 64]

Serializes the signature in compact format

Trait Implementations§

§

impl CPtr for Signature

§

impl Clone for Signature

§

fn clone(&self) -> Signature

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Signature

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for Signature

§

fn deserialize<D>(d: D) -> Result<Signature, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for Signature

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'a> From<&'a Signature> for SerializedSignature

§

fn from(value: &'a Signature) -> SerializedSignature

Converts to this type from the input type.
§

impl From<Signature> for SerializedSignature

§

fn from(value: Signature) -> SerializedSignature

Converts to this type from the input type.
§

impl From<Signature> for Signature

Creates a new signature from a FFI signature

-
§

fn from(sig: Signature) -> Signature

Converts to this type from the input type.
§

impl FromStr for Signature

§

type Err = Error

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Signature, Error>

Parses a string s to return a value of this type. Read more
§

impl Hash for Signature

§

fn hash<__H>(&self, state: &mut __H)
where + D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for Signature

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'a> From<&'a Signature> for SerializedSignature

§

fn from(value: &'a Signature) -> SerializedSignature

Converts to this type from the input type.
§

impl From<Signature> for SerializedSignature

§

fn from(value: Signature) -> SerializedSignature

Converts to this type from the input type.
§

impl From<Signature> for Signature

Creates a new signature from a FFI signature

+
§

fn from(sig: Signature) -> Signature

Converts to this type from the input type.
§

impl FromStr for Signature

§

type Err = Error

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Signature, Error>

Parses a string s to return a value of this type. Read more
§

impl Hash for Signature

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl Ord for Signature

§

fn cmp(&self, other: &Signature) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where @@ -49,9 +49,9 @@ operator. Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

Serialize this value into the given Serde serializer. Read more
§

impl<'a> TryFrom<&'a SerializedSignature> for Signature

§

type Error = Error

The type returned in the event of a conversion error.
§

fn try_from( + S: Serializer,

Serialize this value into the given Serde serializer. Read more
§

impl<'a> TryFrom<&'a SerializedSignature> for Signature

§

type Error = Error

The type returned in the event of a conversion error.
§

fn try_from( value: &'a SerializedSignature -) -> Result<Signature, <Signature as TryFrom<&'a SerializedSignature>>::Error>

Performs the conversion.
§

impl TryFrom<SerializedSignature> for Signature

§

type Error = Error

The type returned in the event of a conversion error.
§

fn try_from( +) -> Result<Signature, <Signature as TryFrom<&'a SerializedSignature>>::Error>

Performs the conversion.
§

impl TryFrom<SerializedSignature> for Signature

§

type Error = Error

The type returned in the event of a conversion error.
§

fn try_from( value: SerializedSignature ) -> Result<Signature, <Signature as TryFrom<SerializedSignature>>::Error>

Performs the conversion.
§

impl Copy for Signature

§

impl Eq for Signature

§

impl StructuralPartialEq for Signature

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where @@ -68,5 +68,5 @@ operator. Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/enum.Error.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/enum.Error.html index a36b168072..a9d4b42dd4 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/enum.Error.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/enum.Error.html @@ -24,7 +24,7 @@
§

InvalidPublicKeySum

Bad set of public keys.

§

InvalidParityValue(InvalidParityValue)

The only valid parity values are 0 or 1.

§

InvalidEllSwift

Bad EllSwift value

-

Trait Implementations§

§

impl Clone for Error

§

fn clone(&self) -> Error

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Error

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for Error

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for Error

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<Error> for Error

§

fn from(e: Error) -> Error

Converts to this type from the input type.
§

impl From<Error> for Error

§

fn from(e: Error) -> Error

Converts to this type from the input type.
§

impl From<Error> for FromSliceError

§

fn from(e: Error) -> FromSliceError

Converts to this type from the input type.
§

impl From<Error> for FromWifError

§

fn from(e: Error) -> FromWifError

Converts to this type from the input type.
§

impl From<Error> for MessageSignatureError

§

fn from(e: Error) -> MessageSignatureError

Converts to this type from the input type.
§

impl From<Error> for ParseCompressedPublicKeyError

§

fn from(e: Error) -> ParseCompressedPublicKeyError

Converts to this type from the input type.
§

impl From<Error> for SigFromSliceError

§

fn from(e: Error) -> SigFromSliceError

Converts to this type from the input type.
§

impl From<InvalidParityValue> for Error

§

fn from(error: InvalidParityValue) -> Error

Converts to this type from the input type.
§

impl Hash for Error

§

fn hash<__H>(&self, state: &mut __H)
where +

Trait Implementations§

§

impl Clone for Error

§

fn clone(&self) -> Error

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Error

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for Error

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for Error

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<Error> for Error

§

fn from(e: Error) -> Error

Converts to this type from the input type.
§

impl From<Error> for Error

§

fn from(e: Error) -> Error

Converts to this type from the input type.
§

impl From<Error> for FromSliceError

§

fn from(e: Error) -> FromSliceError

Converts to this type from the input type.
§

impl From<Error> for FromWifError

§

fn from(e: Error) -> FromWifError

Converts to this type from the input type.
§

impl From<Error> for MessageSignatureError

§

fn from(e: Error) -> MessageSignatureError

Converts to this type from the input type.
§

impl From<Error> for ParseCompressedPublicKeyError

§

fn from(e: Error) -> ParseCompressedPublicKeyError

Converts to this type from the input type.
§

impl From<Error> for SigFromSliceError

§

fn from(e: Error) -> SigFromSliceError

Converts to this type from the input type.
§

impl From<InvalidParityValue> for Error

§

fn from(error: InvalidParityValue) -> Error

Converts to this type from the input type.
§

impl Hash for Error

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl Ord for Error

§

fn cmp(&self, other: &Error) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/enum.Parity.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/enum.Parity.html index 0358a0805b..9b4f1bcaa7 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/enum.Parity.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/enum.Parity.html @@ -18,8 +18,8 @@ Other values result in error being returned.

§

type Output = Parity

The resulting type after applying the ^ operator.
§

fn bitxor(self, rhs: Parity) -> <Parity as BitXor>::Output

Performs the ^ operation. Read more

§

impl Clone for Parity

§

fn clone(&self) -> Parity

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Parity

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for Parity

The parity is deserialized as u8 - 0 for even, 1 for odd.

§

fn deserialize<D>(d: D) -> Result<Parity, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl From<Parity> for i32

The conversion returns 0 for even parity and 1 for odd.

-
§

fn from(parity: Parity) -> i32

Converts to this type from the input type.
§

impl From<Parity> for u8

The conversion returns 0 for even parity and 1 for odd.

-
§

fn from(parity: Parity) -> u8

Converts to this type from the input type.
§

impl Hash for Parity

§

fn hash<__H>(&self, state: &mut __H)
where +
§

fn from(parity: Parity) -> i32

Converts to this type from the input type.

§

impl From<Parity> for u8

The conversion returns 0 for even parity and 1 for odd.

+
§

fn from(parity: Parity) -> u8

Converts to this type from the input type.
§

impl Hash for Parity

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl Ord for Parity

§

fn cmp(&self, other: &Parity) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where @@ -35,8 +35,8 @@ operator. Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where S: Serializer,

Serialize this value into the given Serde serializer. Read more
§

impl TryFrom<i32> for Parity

Even for 0, Odd for 1, error for anything else

-
§

type Error = InvalidParityValue

The type returned in the event of a conversion error.
§

fn try_from(parity: i32) -> Result<Parity, <Parity as TryFrom<i32>>::Error>

Performs the conversion.
§

impl TryFrom<u8> for Parity

Even for 0, Odd for 1, error for anything else

-
§

type Error = InvalidParityValue

The type returned in the event of a conversion error.
§

fn try_from(parity: u8) -> Result<Parity, <Parity as TryFrom<u8>>::Error>

Performs the conversion.
§

impl Copy for Parity

§

impl Eq for Parity

§

impl StructuralPartialEq for Parity

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +
§

type Error = InvalidParityValue

The type returned in the event of a conversion error.
§

fn try_from(parity: i32) -> Result<Parity, <Parity as TryFrom<i32>>::Error>

Performs the conversion.

§

impl TryFrom<u8> for Parity

Even for 0, Odd for 1, error for anything else

+
§

type Error = InvalidParityValue

The type returned in the event of a conversion error.
§

fn try_from(parity: u8) -> Result<Parity, <Parity as TryFrom<u8>>::Error>

Performs the conversion.
§

impl Copy for Parity

§

impl Eq for Parity

§

impl StructuralPartialEq for Parity

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<Q, K> Equivalent<K> for Q
where @@ -50,5 +50,5 @@ operator. Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where - V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/index.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/index.html new file mode 100644 index 0000000000..5c4ef6fe5b --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/index.html @@ -0,0 +1,3 @@ +bdk_chain::bitcoin::secp256k1::hashes - Rust

Module bdk_chain::bitcoin::secp256k1::hashes

👎Deprecated since 0.29.1: Depend on hashes in your own crate.
Expand description

Deprecated reexport of the bitcoin-hashes crate.

+

Macros§

  • Adds slicing traits implementations to a given type $ty
  • Creates a new newtype around a Hash type.
  • Adds hexadecimal formatting implementation of a trait $imp to a given type $ty.
  • Implements Serialize and Deserialize for a type $t which +represents a newtype over a byte-slice over length $len.
  • Macro used to define a newtype tagged hash.

Structs§

  • Attempted to create a hash from an invalid length slice.
  • A hash computed from a RFC 2104 HMAC. Parameterized by the underlying hash function.
  • Pair of underlying hash engines, used for the inner and outer hash of HMAC.

Traits§

  • Trait which applies to hashes of all types.
  • A hashing engine which bytes can be serialized into.
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/macro.borrow_slice_impl!.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/macro.borrow_slice_impl!.html new file mode 100644 index 0000000000..98c1d0a786 --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/macro.borrow_slice_impl!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

Redirecting to macro.borrow_slice_impl.html...

+ + + \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/macro.borrow_slice_impl.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/macro.borrow_slice_impl.html new file mode 100644 index 0000000000..2e3b13a033 --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/macro.borrow_slice_impl.html @@ -0,0 +1,5 @@ +borrow_slice_impl in bdk_chain::bitcoin::secp256k1::hashes - Rust

Macro bdk_chain::bitcoin::secp256k1::hashes::borrow_slice_impl

macro_rules! borrow_slice_impl {
+    ($ty:ident) => { ... };
+    ($ty:ident, $($gen:ident: $gent:ident),*) => { ... };
+}
Expand description

Adds slicing traits implementations to a given type $ty

+
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/macro.hash_newtype!.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/macro.hash_newtype!.html new file mode 100644 index 0000000000..d329f8edaf --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/macro.hash_newtype!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

Redirecting to macro.hash_newtype.html...

+ + + \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/macro.hash_newtype.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/macro.hash_newtype.html new file mode 100644 index 0000000000..f89b7f6bb9 --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/macro.hash_newtype.html @@ -0,0 +1,39 @@ +hash_newtype in bdk_chain::bitcoin::secp256k1::hashes - Rust

Macro bdk_chain::bitcoin::secp256k1::hashes::hash_newtype

macro_rules! hash_newtype {
+    ($($(#[$($type_attrs:tt)*])* $type_vis:vis struct $newtype:ident($(#[$field_attrs:tt])* $field_vis:vis $hash:path);)+) => { ... };
+}
Expand description

Creates a new newtype around a Hash type.

+

The syntax is similar to the usual tuple struct syntax:

+ +
hash_newtype! {
+    /// Hash of `Foo`.
+    pub struct MyNewtype(pub sha256::Hash);
+}
+

You can use any valid visibility specifier in place of pub or you can omit either or both, if +you want the type or its field to be private.

+

Whether the hash is reversed or not when displaying depends on the inner type. However you can +override it like this:

+ +
hash_newtype! {
+    #[hash_newtype(backward)]
+    struct MyNewtype(sha256::Hash);
+}
+

This will display the hash backwards regardless of what the inner type does. Use forward +instead of backward to force displaying forward.

+

You can add arbitrary doc comments or other attributes to the struct or it’s field. Note that +the macro already derives Copy, Clone, Eq, PartialEq, +Hash, Ord, PartialOrd. With the serde feature on, this also adds +Serialize and Deserialize implementations.

+

You can also define multiple newtypes within one macro call:

+ +

+hash_newtype! {
+    /// My custom type 1
+    pub struct Newtype1(sha256::Hash);
+
+    /// My custom type 2
+    struct Newtype2(hash160::Hash);
+}
+

Note: the macro is internally recursive. If you use too many attributes (> 256 tokens) you may +hit recursion limit. If you have so many attributes for a good reason, just raising the limit +should be OK. Note however that attribute-processing part has to use TT muncher which has +quadratic complexity, so having many attributes may blow up compile time. This should be rare.

+
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/macro.hex_fmt_impl!.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/macro.hex_fmt_impl!.html new file mode 100644 index 0000000000..608f29a763 --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/macro.hex_fmt_impl!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

Redirecting to macro.hex_fmt_impl.html...

+ + + \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/macro.hex_fmt_impl.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/macro.hex_fmt_impl.html new file mode 100644 index 0000000000..67ef0bb1cb --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/macro.hex_fmt_impl.html @@ -0,0 +1,5 @@ +hex_fmt_impl in bdk_chain::bitcoin::secp256k1::hashes - Rust

Macro bdk_chain::bitcoin::secp256k1::hashes::hex_fmt_impl

macro_rules! hex_fmt_impl {
+    ($reverse:expr, $len:expr, $ty:ident) => { ... };
+    ($reverse:expr, $len:expr, $ty:ident, $($gen:ident: $gent:ident),*) => { ... };
+}
Expand description

Adds hexadecimal formatting implementation of a trait $imp to a given type $ty.

+
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/macro.serde_impl!.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/macro.serde_impl!.html new file mode 100644 index 0000000000..729016f282 --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/macro.serde_impl!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

Redirecting to macro.serde_impl.html...

+ + + \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/macro.serde_impl.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/macro.serde_impl.html new file mode 100644 index 0000000000..084b60ceb3 --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/macro.serde_impl.html @@ -0,0 +1,5 @@ +serde_impl in bdk_chain::bitcoin::secp256k1::hashes - Rust

Macro bdk_chain::bitcoin::secp256k1::hashes::serde_impl

macro_rules! serde_impl {
+    ($t:ident, $len:expr $(, $gen:ident: $gent:ident)*) => { ... };
+}
Expand description

Implements Serialize and Deserialize for a type $t which +represents a newtype over a byte-slice over length $len.

+
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/macro.sha256t_hash_newtype!.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/macro.sha256t_hash_newtype!.html new file mode 100644 index 0000000000..7b046980f0 --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/macro.sha256t_hash_newtype!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

Redirecting to macro.sha256t_hash_newtype.html...

+ + + \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/macro.sha256t_hash_newtype.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/macro.sha256t_hash_newtype.html new file mode 100644 index 0000000000..5ec0cacfe7 --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/macro.sha256t_hash_newtype.html @@ -0,0 +1,31 @@ +sha256t_hash_newtype in bdk_chain::bitcoin::secp256k1::hashes - Rust
macro_rules! sha256t_hash_newtype {
+    ($($(#[$($tag_attr:tt)*])* $tag_vis:vis struct $tag:ident = $constructor:tt($($tag_value:tt)+); $(#[$($hash_attr:tt)*])* $hash_vis:vis struct $hash_name:ident($(#[$($field_attr:tt)*])* _);)+) => { ... };
+}
Expand description

Macro used to define a newtype tagged hash.

+

This macro creates two types:

+
    +
  • a tag struct
  • +
  • a hash wrapper
  • +
+

The syntax is:

+ +
sha256t_hash_newtype! {
+    /// Optional documentation details here.
+    /// Summary is always generated.
+    pub struct FooTag = hash_str("foo");
+
+    /// A foo hash.
+    // Direction works just like in case of hash_newtype! macro.
+    #[hash_newtype(forward)]
+    pub struct FooHash(_);
+}
+

The structs must be defined in this order - tag first, then hash type. hash_str marker +says the midstate should be generated by hashing the supplied string in a way described in +BIP-341. Alternatively, you can supply hash_bytes to hash raw bytes. If you have the midstate +already pre-computed and prefer compiler performance to readability you may use +raw(MIDSTATE_BYTES, HASHED_BYTES_LENGTH) instead.

+

Both visibility modifiers and attributes are optional and passed to inner structs (excluding +#[hash_newtype(...)]). The attributes suffer same compiler performance limitations as in +hash_newtype macro.

+

The macro accepts multiple inputs so you can define multiple hash newtypes in one macro call. +Just make sure to enter the structs in order Tag0, Hash0, Tag1, Hash1…

+
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/sidebar-items.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/sidebar-items.js new file mode 100644 index 0000000000..9e01058e30 --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"macro":["borrow_slice_impl","hash_newtype","hex_fmt_impl","serde_impl","sha256t_hash_newtype"],"struct":["FromSliceError","Hmac","HmacEngine"],"trait":["Hash","HashEngine"]}; \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/struct.FromSliceError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/struct.FromSliceError.html new file mode 100644 index 0000000000..fd0f59f3ea --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/struct.FromSliceError.html @@ -0,0 +1,21 @@ +FromSliceError in bdk_chain::bitcoin::secp256k1::hashes - Rust

Struct bdk_chain::bitcoin::secp256k1::hashes::FromSliceError

pub struct FromSliceError { /* private fields */ }
Expand description

Attempted to create a hash from an invalid length slice.

+

Implementations§

§

impl FromSliceError

pub fn expected_length(&self) -> usize

Returns the expected slice length.

+

pub fn invalid_length(&self) -> usize

Returns the invalid slice length.

+

Trait Implementations§

§

impl Clone for FromSliceError

§

fn clone(&self) -> FromSliceError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for FromSliceError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for FromSliceError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for FromSliceError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<FromSliceError> for Error

§

fn from(e: FromSliceError) -> Error

Converts to this type from the input type.
§

impl PartialEq for FromSliceError

§

fn eq(&self, other: &FromSliceError) -> bool

This method tests for self and other values to be equal, and is used +by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always +sufficient, and should not be overridden without very good reason.
§

impl Eq for FromSliceError

§

impl StructuralPartialEq for FromSliceError

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where + T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

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

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

+
source§

impl<T, U> Into<U> for T
where + U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
source§

impl<T> ToOwned for T
where + T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T> ToString for T
where + T: Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/struct.Hmac.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/struct.Hmac.html new file mode 100644 index 0000000000..836c4b7206 --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/struct.Hmac.html @@ -0,0 +1,68 @@ +Hmac in bdk_chain::bitcoin::secp256k1::hashes - Rust

Struct bdk_chain::bitcoin::secp256k1::hashes::Hmac

pub struct Hmac<T>(/* private fields */)
+where
+    T: Hash;
Expand description

A hash computed from a RFC 2104 HMAC. Parameterized by the underlying hash function.

+

Trait Implementations§

§

impl<T> Borrow<[u8]> for Hmac<T>
where + T: Hash,

§

fn borrow(&self) -> &[u8] ⓘ

Immutably borrows from an owned value. Read more
§

impl<T> Clone for Hmac<T>
where + T: Clone + Hash,

§

fn clone(&self) -> Hmac<T>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl<T> Debug for Hmac<T>
where + T: Hash,

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de, T> Deserialize<'de> for Hmac<T>
where + T: Hash + Deserialize<'de>,

§

fn deserialize<D>(d: D) -> Result<Hmac<T>, <D as Deserializer<'de>>::Error>
where + D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl<T> Display for Hmac<T>
where + T: Hash,

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<T> FromStr for Hmac<T>
where + T: Hash + FromStr,

§

type Err = <T as FromStr>::Err

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Hmac<T>, <Hmac<T> as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl<T> Hash for Hmac<T>
where + T: Hash,

§

type Engine = HmacEngine<T>

A hashing engine which bytes can be serialized into. It is expected +to implement the io::Write trait, and to never return errors under +any conditions.
§

type Bytes = <T as Hash>::Bytes

The byte array that represents the hash internally.
§

fn from_engine(e: HmacEngine<T>) -> Hmac<T>

Produces a hash from the current state of a given engine.
§

const LEN: usize = T::LEN

Length of the hash, in bytes.
§

fn from_slice(sl: &[u8]) -> Result<Hmac<T>, FromSliceError>

Copies a byte slice into a hash object.
§

fn to_byte_array(self) -> <Hmac<T> as Hash>::Bytes

Returns the underlying byte array.
§

fn as_byte_array(&self) -> &<Hmac<T> as Hash>::Bytes

Returns a reference to the underlying byte array.
§

fn from_byte_array(bytes: <T as Hash>::Bytes) -> Hmac<T>

Constructs a hash from the underlying byte array.
§

fn all_zeros() -> Hmac<T>

Returns an all zero hash. Read more
§

fn engine() -> Self::Engine

Constructs a new engine.
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where + B: AsRef<[u8]>, + I: IntoIterator<Item = B>,

Hashes all the byte slices retrieved from the iterator together.
§

const DISPLAY_BACKWARD: bool = false

Flag indicating whether user-visible serializations of this hash +should be backward. For some reason Satoshi decided this should be +true for Sha256dHash, so here we are.
§

impl<T> Hash for Hmac<T>
where + T: Hash + Hash,

§

fn hash<__H>(&self, state: &mut __H)
where + __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where + H: Hasher, + Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl<T> Index<Range<usize>> for Hmac<T>
where + T: Hash,

§

type Output = [u8]

The returned type after indexing.
§

fn index(&self, index: Range<usize>) -> &[u8] ⓘ

Performs the indexing (container[index]) operation. Read more
§

impl<T> Index<RangeFrom<usize>> for Hmac<T>
where + T: Hash,

§

type Output = [u8]

The returned type after indexing.
§

fn index(&self, index: RangeFrom<usize>) -> &[u8] ⓘ

Performs the indexing (container[index]) operation. Read more
§

impl<T> Index<RangeFull> for Hmac<T>
where + T: Hash,

§

type Output = [u8]

The returned type after indexing.
§

fn index(&self, index: RangeFull) -> &[u8] ⓘ

Performs the indexing (container[index]) operation. Read more
§

impl<T> Index<RangeTo<usize>> for Hmac<T>
where + T: Hash,

§

type Output = [u8]

The returned type after indexing.
§

fn index(&self, index: RangeTo<usize>) -> &[u8] ⓘ

Performs the indexing (container[index]) operation. Read more
§

impl<T> Index<usize> for Hmac<T>
where + T: Hash,

§

type Output = u8

The returned type after indexing.
§

fn index(&self, index: usize) -> &u8

Performs the indexing (container[index]) operation. Read more
§

impl<T> LowerHex for Hmac<T>
where + T: Hash,

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<T> Ord for Hmac<T>
where + T: Ord + Hash,

§

fn cmp(&self, other: &Hmac<T>) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where + Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where + Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where + Self: Sized + PartialOrd,

Restrict a value to a certain interval. Read more
§

impl<T> PartialEq for Hmac<T>
where + T: PartialEq + Hash,

§

fn eq(&self, other: &Hmac<T>) -> bool

This method tests for self and other values to be equal, and is used +by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always +sufficient, and should not be overridden without very good reason.
§

impl<T> PartialOrd for Hmac<T>
where + T: PartialOrd + Hash,

§

fn partial_cmp(&self, other: &Hmac<T>) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= +operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= +operator. Read more
§

impl<T> Serialize for Hmac<T>
where + T: Hash + Serialize,

§

fn serialize<S>( + &self, + s: S +) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where + S: Serializer,

Serialize this value into the given Serde serializer. Read more
§

impl<T> Copy for Hmac<T>
where + T: Copy + Hash,

§

impl<T> Eq for Hmac<T>
where + T: Eq + Hash,

§

impl<T> StructuralPartialEq for Hmac<T>
where + T: Hash,

Auto Trait Implementations§

§

impl<T> Freeze for Hmac<T>
where + T: Freeze,

§

impl<T> RefUnwindSafe for Hmac<T>
where + T: RefUnwindSafe,

§

impl<T> Send for Hmac<T>
where + T: Send,

§

impl<T> Sync for Hmac<T>
where + T: Sync,

§

impl<T> Unpin for Hmac<T>
where + T: Unpin,

§

impl<T> UnwindSafe for Hmac<T>
where + T: UnwindSafe,

Blanket Implementations§

source§

impl<T> Any for T
where + T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where + T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

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

§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

+
source§

impl<T, U> Into<U> for T
where + U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
source§

impl<T> ToOwned for T
where + T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T> ToString for T
where + T: Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> DeserializeOwned for T
where + T: for<'de> Deserialize<'de>,

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/struct.HmacEngine.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/struct.HmacEngine.html new file mode 100644 index 0000000000..4602df4014 --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/struct.HmacEngine.html @@ -0,0 +1,64 @@ +HmacEngine in bdk_chain::bitcoin::secp256k1::hashes - Rust

Struct bdk_chain::bitcoin::secp256k1::hashes::HmacEngine

pub struct HmacEngine<T>
where + T: Hash,
{ /* private fields */ }
Expand description

Pair of underlying hash engines, used for the inner and outer hash of HMAC.

+

Implementations§

§

impl<T> HmacEngine<T>
where + T: Hash,

pub fn new(key: &[u8]) -> HmacEngine<T> ⓘ

Constructs a new keyed HMAC from key.

+

We only support underlying hashes whose block sizes are ≤ 128 bytes.

+
§Panics
+

Larger hashes will result in a panic.

+

pub fn from_inner_engines( + iengine: <T as Hash>::Engine, + oengine: <T as Hash>::Engine +) -> HmacEngine<T> ⓘ

A special constructor giving direct access to the underlying “inner” and “outer” engines.

+

Trait Implementations§

§

impl<T> Clone for HmacEngine<T>
where + T: Clone + Hash, + <T as Hash>::Engine: Clone,

§

fn clone(&self) -> HmacEngine<T> ⓘ

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl<T> Default for HmacEngine<T>
where + T: Hash,

§

fn default() -> HmacEngine<T> ⓘ

Returns the “default value” for a type. Read more
§

impl<T> HashEngine for HmacEngine<T>
where + T: Hash,

§

type MidState = HmacMidState<T>

Byte array representing the internal state of the hash engine.
§

fn midstate(&self) -> <HmacEngine<T> as HashEngine>::MidState ⓘ

Outputs the midstate of the hash engine. This function should not be +used directly unless you really know what you’re doing.
§

const BLOCK_SIZE: usize = <T::Engine>::BLOCK_SIZE

Length of the hash’s internal block size, in bytes.
§

fn n_bytes_hashed(&self) -> usize

Return the number of bytes already n_bytes_hashed(inputted).
§

fn input(&mut self, buf: &[u8])

Add data to the hash engine.
§

impl<T> Write for HmacEngine<T>
where + T: Hash,

§

fn write(&mut self, buf: &[u8]) -> Result<usize, Error>

Write a buffer into this writer, returning how many bytes were written. Read more
§

fn flush(&mut self) -> Result<(), Error>

Flush this output stream, ensuring that all intermediately buffered +contents reach their destination. Read more
1.36.0 · source§

fn write_vectored(&mut self, bufs: &[IoSlice<'_>]) -> Result<usize, Error>

Like write, except that it writes from a slice of buffers. Read more
source§

fn is_write_vectored(&self) -> bool

🔬This is a nightly-only experimental API. (can_vector)
Determines if this Writer has an efficient write_vectored +implementation. Read more
1.0.0 · source§

fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>

Attempts to write an entire buffer into this writer. Read more
source§

fn write_all_vectored(&mut self, bufs: &mut [IoSlice<'_>]) -> Result<(), Error>

🔬This is a nightly-only experimental API. (write_all_vectored)
Attempts to write multiple buffers into this writer. Read more
1.0.0 · source§

fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>

Writes a formatted string into this writer, returning any error +encountered. Read more
1.0.0 · source§

fn by_ref(&mut self) -> &mut Self
where + Self: Sized,

Creates a “by reference” adapter for this instance of Write. Read more
§

impl<T> Write for HmacEngine<T>
where + T: Hash,

§

fn write(&mut self, buf: &[u8]) -> Result<usize, Error>

Writes buf into this writer, returning how many bytes were written.
§

fn flush(&mut self) -> Result<(), Error>

Flushes this output stream, ensuring that all intermediately buffered contents +reach their destination.
§

fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>

Attempts to write an entire buffer into this writer.

Auto Trait Implementations§

§

impl<T> Freeze for HmacEngine<T>
where + <T as Hash>::Engine: Freeze,

§

impl<T> RefUnwindSafe for HmacEngine<T>
where + <T as Hash>::Engine: RefUnwindSafe,

§

impl<T> Send for HmacEngine<T>
where + <T as Hash>::Engine: Send,

§

impl<T> Sync for HmacEngine<T>
where + <T as Hash>::Engine: Sync,

§

impl<T> Unpin for HmacEngine<T>
where + <T as Hash>::Engine: Unpin,

§

impl<T> UnwindSafe for HmacEngine<T>
where + <T as Hash>::Engine: UnwindSafe,

Blanket Implementations§

source§

impl<T> Any for T
where + T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where + T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where + T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

+
source§

impl<T, U> Into<U> for T
where + U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

+

That is, this conversion is whatever the implementation of +From<T> for U chooses to do.

+
source§

impl<T> ToOwned for T
where + T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where + U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where + U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where + V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<W> WriteBytesExt for W
where + W: Write + ?Sized,

§

fn write_u8(&mut self, n: u8) -> Result<(), Error>

Writes an unsigned 8 bit integer to the underlying writer. Read more
§

fn write_i8(&mut self, n: i8) -> Result<(), Error>

Writes a signed 8 bit integer to the underlying writer. Read more
§

fn write_u16<T>(&mut self, n: u16) -> Result<(), Error>
where + T: ByteOrder,

Writes an unsigned 16 bit integer to the underlying writer. Read more
§

fn write_i16<T>(&mut self, n: i16) -> Result<(), Error>
where + T: ByteOrder,

Writes a signed 16 bit integer to the underlying writer. Read more
§

fn write_u24<T>(&mut self, n: u32) -> Result<(), Error>
where + T: ByteOrder,

Writes an unsigned 24 bit integer to the underlying writer. Read more
§

fn write_i24<T>(&mut self, n: i32) -> Result<(), Error>
where + T: ByteOrder,

Writes a signed 24 bit integer to the underlying writer. Read more
§

fn write_u32<T>(&mut self, n: u32) -> Result<(), Error>
where + T: ByteOrder,

Writes an unsigned 32 bit integer to the underlying writer. Read more
§

fn write_i32<T>(&mut self, n: i32) -> Result<(), Error>
where + T: ByteOrder,

Writes a signed 32 bit integer to the underlying writer. Read more
§

fn write_u48<T>(&mut self, n: u64) -> Result<(), Error>
where + T: ByteOrder,

Writes an unsigned 48 bit integer to the underlying writer. Read more
§

fn write_i48<T>(&mut self, n: i64) -> Result<(), Error>
where + T: ByteOrder,

Writes a signed 48 bit integer to the underlying writer. Read more
§

fn write_u64<T>(&mut self, n: u64) -> Result<(), Error>
where + T: ByteOrder,

Writes an unsigned 64 bit integer to the underlying writer. Read more
§

fn write_i64<T>(&mut self, n: i64) -> Result<(), Error>
where + T: ByteOrder,

Writes a signed 64 bit integer to the underlying writer. Read more
§

fn write_u128<T>(&mut self, n: u128) -> Result<(), Error>
where + T: ByteOrder,

Writes an unsigned 128 bit integer to the underlying writer.
§

fn write_i128<T>(&mut self, n: i128) -> Result<(), Error>
where + T: ByteOrder,

Writes a signed 128 bit integer to the underlying writer.
§

fn write_uint<T>(&mut self, n: u64, nbytes: usize) -> Result<(), Error>
where + T: ByteOrder,

Writes an unsigned n-bytes integer to the underlying writer. Read more
§

fn write_int<T>(&mut self, n: i64, nbytes: usize) -> Result<(), Error>
where + T: ByteOrder,

Writes a signed n-bytes integer to the underlying writer. Read more
§

fn write_uint128<T>(&mut self, n: u128, nbytes: usize) -> Result<(), Error>
where + T: ByteOrder,

Writes an unsigned n-bytes integer to the underlying writer. Read more
§

fn write_int128<T>(&mut self, n: i128, nbytes: usize) -> Result<(), Error>
where + T: ByteOrder,

Writes a signed n-bytes integer to the underlying writer. Read more
§

fn write_f32<T>(&mut self, n: f32) -> Result<(), Error>
where + T: ByteOrder,

Writes a IEEE754 single-precision (4 bytes) floating point number to +the underlying writer. Read more
§

fn write_f64<T>(&mut self, n: f64) -> Result<(), Error>
where + T: ByteOrder,

Writes a IEEE754 double-precision (8 bytes) floating point number to +the underlying writer. Read more
§

impl<W> WriteExt for W
where + W: Write + ?Sized,

§

fn emit_u64(&mut self, v: u64) -> Result<(), Error>

Outputs a 64-bit unsigned integer.
§

fn emit_u32(&mut self, v: u32) -> Result<(), Error>

Outputs a 32-bit unsigned integer.
§

fn emit_u16(&mut self, v: u16) -> Result<(), Error>

Outputs a 16-bit unsigned integer.
§

fn emit_i64(&mut self, v: i64) -> Result<(), Error>

Outputs a 64-bit signed integer.
§

fn emit_i32(&mut self, v: i32) -> Result<(), Error>

Outputs a 32-bit signed integer.
§

fn emit_i16(&mut self, v: i16) -> Result<(), Error>

Outputs a 16-bit signed integer.
§

fn emit_i8(&mut self, v: i8) -> Result<(), Error>

Outputs an 8-bit signed integer.
§

fn emit_u8(&mut self, v: u8) -> Result<(), Error>

Outputs an 8-bit unsigned integer.
§

fn emit_bool(&mut self, v: bool) -> Result<(), Error>

Outputs a boolean.
§

fn emit_slice(&mut self, v: &[u8]) -> Result<(), Error>

Outputs a byte slice.
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/trait.Hash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/trait.Hash.html new file mode 100644 index 0000000000..5e84705959 --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/trait.Hash.html @@ -0,0 +1,47 @@ +Hash in bdk_chain::bitcoin::secp256k1::hashes - Rust

Trait bdk_chain::bitcoin::secp256k1::hashes::Hash

pub trait Hash: Copy + Clone + PartialEq + Eq + PartialOrd + Ord + Hash + Debug + Display + LowerHex + Index<RangeFull, Output = [u8], Output = [u8], Output = [u8], Output = [u8], Output = u8> + Index<RangeFrom<usize>> + Index<RangeTo<usize>> + Index<Range<usize>> + Index<usize> + Borrow<[u8]> {
+    type Engine: HashEngine;
+    type Bytes: FromHex + Copy;
+
+    const LEN: usize;
+    const DISPLAY_BACKWARD: bool = false;
+
+    // Required methods
+    fn from_engine(e: Self::Engine) -> Self;
+    fn from_slice(sl: &[u8]) -> Result<Self, FromSliceError>;
+    fn to_byte_array(self) -> Self::Bytes;
+    fn as_byte_array(&self) -> &Self::Bytes;
+    fn from_byte_array(bytes: Self::Bytes) -> Self;
+    fn all_zeros() -> Self;
+
+    // Provided methods
+    fn engine() -> Self::Engine { ... }
+    fn hash(data: &[u8]) -> Self { ... }
+    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
+       where B: AsRef<[u8]>,
+             I: IntoIterator<Item = B> { ... }
+}
Expand description

Trait which applies to hashes of all types.

+

Required Associated Types§

type Engine: HashEngine

A hashing engine which bytes can be serialized into. It is expected +to implement the io::Write trait, and to never return errors under +any conditions.

+

type Bytes: FromHex + Copy

The byte array that represents the hash internally.

+

Required Associated Constants§

const LEN: usize

Length of the hash, in bytes.

+

Provided Associated Constants§

const DISPLAY_BACKWARD: bool = false

Flag indicating whether user-visible serializations of this hash +should be backward. For some reason Satoshi decided this should be +true for Sha256dHash, so here we are.

+

Required Methods§

fn from_engine(e: Self::Engine) -> Self

Produces a hash from the current state of a given engine.

+

fn from_slice(sl: &[u8]) -> Result<Self, FromSliceError>

Copies a byte slice into a hash object.

+

fn to_byte_array(self) -> Self::Bytes

Returns the underlying byte array.

+

fn as_byte_array(&self) -> &Self::Bytes

Returns a reference to the underlying byte array.

+

fn from_byte_array(bytes: Self::Bytes) -> Self

Constructs a hash from the underlying byte array.

+

fn all_zeros() -> Self

Returns an all zero hash.

+

An all zeros hash is a made up construct because there is not a known input that can create +it, however it is used in various places in Bitcoin e.g., the Bitcoin genesis block’s +previous blockhash and the coinbase transaction’s outpoint txid.

+

Provided Methods§

fn engine() -> Self::Engine

Constructs a new engine.

+

fn hash(data: &[u8]) -> Self

Hashes some bytes.

+

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where + B: AsRef<[u8]>, + I: IntoIterator<Item = B>,

Hashes all the byte slices retrieved from the iterator together.

+

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

§

impl Hash for Hash

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = false

§

fn engine() -> <Hash as Hash>::Engine

§

fn from_engine(e: <Hash as Hash>::Engine) -> Hash

§

fn from_slice(sl: &[u8]) -> Result<Hash, FromSliceError>

§

fn from_byte_array(bytes: <Hash as Hash>::Bytes) -> Hash

§

fn to_byte_array(self) -> <Hash as Hash>::Bytes

§

fn as_byte_array(&self) -> &<Hash as Hash>::Bytes

§

fn all_zeros() -> Hash

Implementors§

source§

impl Hash for DescriptorId

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

source§

const LEN: usize = 32usize

source§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for bdk_chain::bitcoin::hashes::hash160::Hash

§

type Engine = HashEngine

§

type Bytes = [u8; 20]

§

const LEN: usize = 20usize

§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for bdk_chain::bitcoin::hashes::ripemd160::Hash

§

type Engine = HashEngine

§

type Bytes = [u8; 20]

§

const LEN: usize = 20usize

§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for bdk_chain::bitcoin::hashes::sha1::Hash

§

type Engine = HashEngine

§

type Bytes = [u8; 20]

§

const LEN: usize = 20usize

§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for bdk_chain::bitcoin::hashes::sha256::Hash

§

type Engine = HashEngine

§

type Bytes = [u8; 32]

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for bdk_chain::bitcoin::hashes::sha256d::Hash

§

type Engine = HashEngine

§

type Bytes = [u8; 32]

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = true

§

impl Hash for bdk_chain::bitcoin::hashes::sha384::Hash

§

type Engine = HashEngine

§

type Bytes = [u8; 48]

§

const LEN: usize = 48usize

§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for bdk_chain::bitcoin::hashes::sha512::Hash

§

type Engine = HashEngine

§

type Bytes = [u8; 64]

§

const LEN: usize = 64usize

§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for bdk_chain::bitcoin::hashes::sha512_256::Hash

§

type Engine = HashEngine

§

type Bytes = [u8; 32]

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for bdk_chain::bitcoin::hashes::siphash24::Hash

§

type Engine = HashEngine

§

type Bytes = [u8; 8]

§

const LEN: usize = 8usize

§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for BlockHash

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = true

§

impl Hash for FilterHash

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = true

§

impl Hash for FilterHeader

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = true

§

impl Hash for LegacySighash

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for PubkeyHash

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

§

const LEN: usize = 20usize

§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for ScriptHash

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

§

const LEN: usize = 20usize

§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for SegwitV0Sighash

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for TapLeafHash

§

type Engine = <Hash<TapLeafTag> as Hash>::Engine

§

type Bytes = <Hash<TapLeafTag> as Hash>::Bytes

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for TapNodeHash

§

impl Hash for TapSighash

§

impl Hash for TapTweakHash

§

type Engine = <Hash<TapTweakTag> as Hash>::Engine

§

type Bytes = <Hash<TapTweakTag> as Hash>::Bytes

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for TxMerkleNode

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = true

§

impl Hash for Txid

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = true

§

impl Hash for WPubkeyHash

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

§

const LEN: usize = 20usize

§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for WScriptHash

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = false

§

impl Hash for WitnessCommitment

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = true

§

impl Hash for WitnessMerkleNode

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = true

§

impl Hash for Wtxid

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = true

§

impl Hash for XKeyIdentifier

§

type Engine = <Hash as Hash>::Engine

§

type Bytes = <Hash as Hash>::Bytes

§

const LEN: usize = 20usize

§

const DISPLAY_BACKWARD: bool = false

§

impl<T> Hash for bdk_chain::bitcoin::hashes::sha256t::Hash<T>
where + T: Tag,

§

type Engine = HashEngine

§

type Bytes = [u8; 32]

§

const LEN: usize = 32usize

§

const DISPLAY_BACKWARD: bool = true

§

impl<T> Hash for Hmac<T>
where + T: Hash,

§

type Engine = HmacEngine<T>

§

type Bytes = <T as Hash>::Bytes

§

const LEN: usize = T::LEN

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/trait.HashEngine.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/trait.HashEngine.html new file mode 100644 index 0000000000..b838194027 --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/trait.HashEngine.html @@ -0,0 +1,18 @@ +HashEngine in bdk_chain::bitcoin::secp256k1::hashes - Rust

Trait bdk_chain::bitcoin::secp256k1::hashes::HashEngine

pub trait HashEngine: Clone + Default {
+    type MidState;
+
+    const BLOCK_SIZE: usize;
+
+    // Required methods
+    fn midstate(&self) -> Self::MidState;
+    fn input(&mut self, data: &[u8]);
+    fn n_bytes_hashed(&self) -> usize;
+}
Expand description

A hashing engine which bytes can be serialized into.

+

Required Associated Types§

type MidState

Byte array representing the internal state of the hash engine.

+

Required Associated Constants§

const BLOCK_SIZE: usize

Length of the hash’s internal block size, in bytes.

+

Required Methods§

fn midstate(&self) -> Self::MidState

Outputs the midstate of the hash engine. This function should not be +used directly unless you really know what you’re doing.

+

fn input(&mut self, data: &[u8])

Add data to the hash engine.

+

fn n_bytes_hashed(&self) -> usize

Return the number of bytes already n_bytes_hashed(inputted).

+

Object Safety§

This trait is not object safe.

Implementors§

§

impl HashEngine for bdk_chain::bitcoin::hashes::ripemd160::HashEngine

§

type MidState = [u8; 20]

§

const BLOCK_SIZE: usize = 64usize

§

impl HashEngine for bdk_chain::bitcoin::hashes::sha1::HashEngine

§

type MidState = [u8; 20]

§

const BLOCK_SIZE: usize = 64usize

§

impl HashEngine for bdk_chain::bitcoin::hashes::sha256::HashEngine

§

type MidState = Midstate

§

const BLOCK_SIZE: usize = 64usize

§

impl HashEngine for bdk_chain::bitcoin::hashes::sha384::HashEngine

§

type MidState = [u8; 64]

§

const BLOCK_SIZE: usize = 128usize

§

impl HashEngine for bdk_chain::bitcoin::hashes::sha512::HashEngine

§

type MidState = [u8; 64]

§

const BLOCK_SIZE: usize = 128usize

§

impl HashEngine for bdk_chain::bitcoin::hashes::sha512_256::HashEngine

§

type MidState = [u8; 64]

§

const BLOCK_SIZE: usize = 128usize

§

impl HashEngine for bdk_chain::bitcoin::hashes::siphash24::HashEngine

§

type MidState = State

§

const BLOCK_SIZE: usize = 8usize

§

impl<T> HashEngine for HmacEngine<T>
where + T: Hash,

§

type MidState = HmacMidState<T>

§

const BLOCK_SIZE: usize = <T::Engine>::BLOCK_SIZE

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/index.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/index.html index ac29573961..a6c25a2b1d 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/index.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/index.html @@ -111,7 +111,7 @@ to generate a context would simply not compile.

Important: serde encoding is not the same as consensus encoding!

Modules§

  • Constants related to the API and the underlying curve.
  • Support for shared secret computations.
  • Structs and functionality related to the ECDSA signature algorithm.
  • This module provides an implementation of ElligatorSwift as well as a -version of x-only ECDH using it (including compatibility with BIP324).
  • secp256k1-sys FFI bindings
  • Utilities for random number generation
  • Provides Scalar and related types.
  • Support for schnorr signatures.

Macros§

Structs§

  • Represents the set of all capabilities (preallocated memory).
  • Error returned when conversion from an integer to Parity fails.
  • Opaque data structure that holds a keypair consisting of a secret and a public key.
  • A (hashed) message input to an ECDSA signature.
  • Public key - used to verify ECDSA signatures and to do Taproot tweaks.
  • Positive 256-bit integer guaranteed to be less than the secp256k1 curve order.
  • The secp256k1 engine, used to execute all signature operations.
  • Secret key - a 256-bit key used to create ECDSA and Taproot signatures.
  • Represents the set of capabilities needed for signing (preallocated memory).
  • Represents the set of capabilities needed for verification (preallocated memory).
  • An x-only public key, used for verification of Taproot signatures and serialized according to BIP-340.

Enums§

  • Represents the set of all capabilities.
  • The main error type for this library.
  • Represents the parity passed between FFI function calls.
  • Represents the set of capabilities needed for signing.
  • Represents the set of capabilities needed for verification.

Traits§

  • A trait for all kinds of contexts that lets you define the exact flags and a function to +version of x-only ECDH using it (including compatibility with BIP324).
  • secp256k1-sys FFI bindings
  • hashesDeprecated
    Deprecated reexport of the bitcoin-hashes crate.
  • Utilities for random number generation
  • Provides Scalar and related types.
  • Support for schnorr signatures.

Macros§

Structs§

  • Represents the set of all capabilities (preallocated memory).
  • Error returned when conversion from an integer to Parity fails.
  • Opaque data structure that holds a keypair consisting of a secret and a public key.
  • A (hashed) message input to an ECDSA signature.
  • Public key - used to verify ECDSA signatures and to do Taproot tweaks.
  • Positive 256-bit integer guaranteed to be less than the secp256k1 curve order.
  • The secp256k1 engine, used to execute all signature operations.
  • Secret key - a 256-bit key used to create ECDSA and Taproot signatures.
  • Represents the set of capabilities needed for signing (preallocated memory).
  • Represents the set of capabilities needed for verification (preallocated memory).
  • An x-only public key, used for verification of Taproot signatures and serialized according to BIP-340.

Enums§

  • Represents the set of all capabilities.
  • The main error type for this library.
  • Represents the parity passed between FFI function calls.
  • Represents the set of capabilities needed for signing.
  • Represents the set of capabilities needed for verification.

Traits§

  • A trait for all kinds of contexts that lets you define the exact flags and a function to deallocate memory. It isn’t possible to implement this for types outside this crate.
  • Trait marking that a particular context object internally points to memory that must outlive 'a
  • Marker trait for indicating that an instance of Secp256k1 can be used for signing.
  • Trait describing something that promises to be a 32-byte random number; in particular, it has negligible probability of being zero or overflowing the group order. Such objects diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/distributions/struct.DistIter.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/distributions/struct.DistIter.html index a61963efcb..a01e7e29e8 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/distributions/struct.DistIter.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/distributions/struct.DistIter.html @@ -208,9 +208,9 @@ function. Sized,
    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for T
    where T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    §

    impl<I> ByteIterExt for I
    where I: Iterator<Item = u8>,

    §

    fn bytes_to_fes(self) -> BytesToFes<Self> ⓘ

    Adapts the byte iterator to output GF32 field elements instead. Read more
    §

    impl<T> CheckedSum<Amount> for T
    where - T: Iterator<Item = Amount>,

    §

    fn checked_sum(self) -> Option<Amount>

    Calculate the sum over the iterator using checked arithmetic. If an over or underflow would + T: Iterator<Item = Amount>,
    §

    fn checked_sum(self) -> Option<Amount>

    Calculate the sum over the iterator using checked arithmetic. If an over or underflow would happen it returns None.
    §

    impl<T> CheckedSum<SignedAmount> for T
    where - T: Iterator<Item = SignedAmount>,

    §

    fn checked_sum(self) -> Option<SignedAmount>

    Calculate the sum over the iterator using checked arithmetic. If an over or underflow would + T: Iterator<Item = SignedAmount>,
    §

    fn checked_sum(self) -> Option<SignedAmount>

    Calculate the sum over the iterator using checked arithmetic. If an over or underflow would happen it returns None.
    §

    impl<I> Fe32IterExt for I
    where I: Iterator<Item = Fe32>,

    §

    fn fes_to_bytes(self) -> FesToBytes<Self> ⓘ

    Adapts the Fe32 iterator to output bytes instead. Read more
    §

    fn with_checksum<Ck>(self, hrp: &Hrp) -> Encoder<'_, Self, Ck>
    where Ck: Checksum,

    Adapts the Fe32 iterator to encode the field elements into a bech32 address.
    source§

    impl<T> From<T> for T

    source§

    fn from(t: T) -> T

    Returns the argument unchanged.

    diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/distributions/struct.Open01.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/distributions/struct.Open01.html index 54d75e1d42..8ba2f75dd7 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/distributions/struct.Open01.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/distributions/struct.Open01.html @@ -12,18 +12,18 @@ ranges.

    let val: f32 = thread_rng().sample(Open01); println!("f32 from (0, 1): {}", val);
    -

    Trait Implementations§

    source§

    impl Clone for Open01

    source§

    fn clone(&self) -> Open01

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for Open01

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    source§

    impl Distribution<f32> for Open01

    source§

    fn sample<R>(&self, rng: &mut R) -> f32
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where +

    Trait Implementations§

    source§

    impl Clone for Open01

    source§

    fn clone(&self) -> Open01

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for Open01

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    source§

    impl Distribution<f32> for Open01

    source§

    fn sample<R>(&self, rng: &mut R) -> f32
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self -through the closure F Read more
    source§

    impl Distribution<f64> for Open01

    source§

    fn sample<R>(&self, rng: &mut R) -> f64
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where +through the closure F Read more

    source§

    impl Distribution<f64> for Open01

    source§

    fn sample<R>(&self, rng: &mut R) -> f64
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
    source§

    impl Copy for Open01

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/distributions/struct.OpenClosed01.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/distributions/struct.OpenClosed01.html index b42aa88dcf..3784e8c5e5 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/distributions/struct.OpenClosed01.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/distributions/struct.OpenClosed01.html @@ -13,18 +13,18 @@ ranges.

    let val: f32 = thread_rng().sample(OpenClosed01); println!("f32 from (0, 1): {}", val);
    -

    Trait Implementations§

    source§

    impl Clone for OpenClosed01

    source§

    fn clone(&self) -> OpenClosed01

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for OpenClosed01

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    source§

    impl Distribution<f32> for OpenClosed01

    source§

    fn sample<R>(&self, rng: &mut R) -> f32
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where +

    Trait Implementations§

    source§

    impl Clone for OpenClosed01

    source§

    fn clone(&self) -> OpenClosed01

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for OpenClosed01

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    source§

    impl Distribution<f32> for OpenClosed01

    source§

    fn sample<R>(&self, rng: &mut R) -> f32
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self -through the closure F Read more
    source§

    impl Distribution<f64> for OpenClosed01

    source§

    fn sample<R>(&self, rng: &mut R) -> f64
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where +through the closure F Read more

    source§

    impl Distribution<f64> for OpenClosed01

    source§

    fn sample<R>(&self, rng: &mut R) -> f64
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
    source§

    impl Copy for OpenClosed01

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/distributions/struct.Standard.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/distributions/struct.Standard.html index 6e3bf3f6ff..14eb64b04d 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/distributions/struct.Standard.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/distributions/struct.Standard.html @@ -71,476 +71,476 @@ user may call string.shrink_to_fit() afterwards.

    source§

    fn append_string<R>(&self, rng: &mut R, s: &mut String, len: usize)
    where R: Rng + ?Sized,

    Append len random chars to string
    source§

    fn sample_string<R>(&self, rng: &mut R, len: usize) -> String
    where R: Rng + ?Sized,

    Generate a String of len random chars

    source§

    impl<T> Distribution<[T; 32]> for Standard
    where - Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 32]
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where + Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 32]
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
    source§

    impl<T> Distribution<[T; 31]> for Standard
    where - Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 31]
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where + Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 31]
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
    source§

    impl<T> Distribution<[T; 30]> for Standard
    where - Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 30]
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where + Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 30]
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
    source§

    impl<T> Distribution<[T; 29]> for Standard
    where - Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 29]
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where + Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 29]
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
    source§

    impl<T> Distribution<[T; 28]> for Standard
    where - Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 28]
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where + Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 28]
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
    source§

    impl<T> Distribution<[T; 27]> for Standard
    where - Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 27]
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where + Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 27]
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
    source§

    impl<T> Distribution<[T; 26]> for Standard
    where - Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 26]
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where + Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 26]
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
    source§

    impl<T> Distribution<[T; 25]> for Standard
    where - Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 25]
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where + Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 25]
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
    source§

    impl<T> Distribution<[T; 24]> for Standard
    where - Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 24]
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where + Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 24]
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
    source§

    impl<T> Distribution<[T; 23]> for Standard
    where - Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 23]
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where + Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 23]
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
    source§

    impl<T> Distribution<[T; 22]> for Standard
    where - Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 22]
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where + Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 22]
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
    source§

    impl<T> Distribution<[T; 21]> for Standard
    where - Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 21]
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where + Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 21]
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
    source§

    impl<T> Distribution<[T; 20]> for Standard
    where - Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 20]
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where + Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 20]
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
    source§

    impl<T> Distribution<[T; 19]> for Standard
    where - Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 19]
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where + Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 19]
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
    source§

    impl<T> Distribution<[T; 18]> for Standard
    where - Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 18]
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where + Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 18]
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
    source§

    impl<T> Distribution<[T; 17]> for Standard
    where - Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 17]
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where + Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 17]
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
    source§

    impl<T> Distribution<[T; 16]> for Standard
    where - Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 16]
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where + Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 16]
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
    source§

    impl<T> Distribution<[T; 15]> for Standard
    where - Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 15]
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where + Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 15]
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
    source§

    impl<T> Distribution<[T; 14]> for Standard
    where - Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 14]
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where + Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 14]
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
    source§

    impl<T> Distribution<[T; 13]> for Standard
    where - Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 13]
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where + Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 13]
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
    source§

    impl<T> Distribution<[T; 12]> for Standard
    where - Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 12]
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where + Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 12]
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
    source§

    impl<T> Distribution<[T; 11]> for Standard
    where - Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 11]
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where + Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 11]
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
    source§

    impl<T> Distribution<[T; 10]> for Standard
    where - Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 10]
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where + Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 10]
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
    source§

    impl<T> Distribution<[T; 9]> for Standard
    where - Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 9]
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where + Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 9]
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
    source§

    impl<T> Distribution<[T; 8]> for Standard
    where - Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 8]
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where + Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 8]
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
    source§

    impl<T> Distribution<[T; 7]> for Standard
    where - Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 7]
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where + Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 7]
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
    source§

    impl<T> Distribution<[T; 6]> for Standard
    where - Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 6]
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where + Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 6]
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
    source§

    impl<T> Distribution<[T; 5]> for Standard
    where - Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 5]
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where + Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 5]
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
    source§

    impl<T> Distribution<[T; 4]> for Standard
    where - Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 4]
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where + Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 4]
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
    source§

    impl<T> Distribution<[T; 3]> for Standard
    where - Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 3]
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where + Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 3]
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
    source§

    impl<T> Distribution<[T; 2]> for Standard
    where - Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 2]
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where + Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 2]
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
    source§

    impl<T> Distribution<[T; 1]> for Standard
    where - Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 1]
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where + Standard: Distribution<T>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 1]
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self -through the closure F Read more
    source§

    impl<T> Distribution<[T; 0]> for Standard

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 0]
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where +through the closure F Read more

    source§

    impl<T> Distribution<[T; 0]> for Standard

    source§

    fn sample<R>(&self, _rng: &mut R) -> [T; 0]
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self -through the closure F Read more
    source§

    impl Distribution<()> for Standard

    source§

    fn sample<R>(&self, _: &mut R)
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where +through the closure F Read more

    source§

    impl Distribution<()> for Standard

    source§

    fn sample<R>(&self, _: &mut R)
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
    source§

    impl<A> Distribution<(A,)> for Standard
    where - Standard: Distribution<A>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> (A,)
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where + Standard: Distribution<A>,

    source§

    fn sample<R>(&self, _rng: &mut R) -> (A,)
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
    source§

    impl<A, B> Distribution<(A, B)> for Standard

    source§

    fn sample<R>(&self, _rng: &mut R) -> (A, B)
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ

    source§

    fn sample<R>(&self, _rng: &mut R) -> (A, B)
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
    source§

    impl<A, B, C> Distribution<(A, B, C)> for Standard

    source§

    fn sample<R>(&self, _rng: &mut R) -> (A, B, C)
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ

    source§

    fn sample<R>(&self, _rng: &mut R) -> (A, B, C)
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
    source§

    impl<A, B, C, D> Distribution<(A, B, C, D)> for Standard

    source§

    fn sample<R>(&self, _rng: &mut R) -> (A, B, C, D)
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ

    source§

    fn sample<R>(&self, _rng: &mut R) -> (A, B, C, D)
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
    source§

    impl<A, B, C, D, E> Distribution<(A, B, C, D, E)> for Standard

    source§

    fn sample<R>(&self, _rng: &mut R) -> (A, B, C, D, E)
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ

    source§

    fn sample<R>(&self, _rng: &mut R) -> (A, B, C, D, E)
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
    source§

    impl<A, B, C, D, E, F> Distribution<(A, B, C, D, E, F)> for Standard

    source§

    fn sample<R>(&self, _rng: &mut R) -> (A, B, C, D, E, F)
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ

    source§

    fn sample<R>(&self, _rng: &mut R) -> (A, B, C, D, E, F)
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
    source§

    impl<A, B, C, D, E, F, G> Distribution<(A, B, C, D, E, F, G)> for Standard

    source§

    fn sample<R>(&self, _rng: &mut R) -> (A, B, C, D, E, F, G)
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ

    source§

    fn sample<R>(&self, _rng: &mut R) -> (A, B, C, D, E, F, G)
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
    source§

    impl<A, B, C, D, E, F, G, H> Distribution<(A, B, C, D, E, F, G, H)> for Standard

    source§

    fn sample<R>(&self, _rng: &mut R) -> (A, B, C, D, E, F, G, H)
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ

    source§

    fn sample<R>(&self, _rng: &mut R) -> (A, B, C, D, E, F, G, H)
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
    source§

    impl<A, B, C, D, E, F, G, H, I> Distribution<(A, B, C, D, E, F, G, H, I)> for Standard

    source§

    fn sample<R>(&self, _rng: &mut R) -> (A, B, C, D, E, F, G, H, I)
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ

    source§

    fn sample<R>(&self, _rng: &mut R) -> (A, B, C, D, E, F, G, H, I)
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
    source§

    impl<A, B, C, D, E, F, G, H, I, J> Distribution<(A, B, C, D, E, F, G, H, I, J)> for Standard

    source§

    fn sample<R>(&self, _rng: &mut R) -> (A, B, C, D, E, F, G, H, I, J)
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ

    source§

    fn sample<R>(&self, _rng: &mut R) -> (A, B, C, D, E, F, G, H, I, J)
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
    source§

    impl<A, B, C, D, E, F, G, H, I, J, K> Distribution<(A, B, C, D, E, F, G, H, I, J, K)> for Standard

    source§

    fn sample<R>(&self, _rng: &mut R) -> (A, B, C, D, E, F, G, H, I, J, K)
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ

    source§

    fn sample<R>(&self, _rng: &mut R) -> (A, B, C, D, E, F, G, H, I, J, K)
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
    source§

    impl<A, B, C, D, E, F, G, H, I, J, K, L> Distribution<(A, B, C, D, E, F, G, H, I, J, K, L)> for Standard

    source§

    fn sample<R>(&self, _rng: &mut R) -> (A, B, C, D, E, F, G, H, I, J, K, L)
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ

    source§

    fn sample<R>(&self, _rng: &mut R) -> (A, B, C, D, E, F, G, H, I, J, K, L)
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self -through the closure F Read more
    source§

    impl Distribution<NonZero<u128>> for Standard

    source§

    fn sample<R>(&self, rng: &mut R) -> NonZero<u128>
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where +through the closure F Read more

    source§

    impl Distribution<NonZero<u128>> for Standard

    source§

    fn sample<R>(&self, rng: &mut R) -> NonZero<u128>
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self -through the closure F Read more
    source§

    impl Distribution<NonZero<u16>> for Standard

    source§

    fn sample<R>(&self, rng: &mut R) -> NonZero<u16>
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where +through the closure F Read more

    source§

    impl Distribution<NonZero<u16>> for Standard

    source§

    fn sample<R>(&self, rng: &mut R) -> NonZero<u16>
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self -through the closure F Read more
    source§

    impl Distribution<NonZero<u32>> for Standard

    source§

    fn sample<R>(&self, rng: &mut R) -> NonZero<u32>
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where +through the closure F Read more

    source§

    impl Distribution<NonZero<u32>> for Standard

    source§

    fn sample<R>(&self, rng: &mut R) -> NonZero<u32>
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self -through the closure F Read more
    source§

    impl Distribution<NonZero<u64>> for Standard

    source§

    fn sample<R>(&self, rng: &mut R) -> NonZero<u64>
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where +through the closure F Read more

    source§

    impl Distribution<NonZero<u64>> for Standard

    source§

    fn sample<R>(&self, rng: &mut R) -> NonZero<u64>
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self -through the closure F Read more
    source§

    impl Distribution<NonZero<u8>> for Standard

    source§

    fn sample<R>(&self, rng: &mut R) -> NonZero<u8>
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where +through the closure F Read more

    source§

    impl Distribution<NonZero<u8>> for Standard

    source§

    fn sample<R>(&self, rng: &mut R) -> NonZero<u8>
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self -through the closure F Read more
    source§

    impl Distribution<NonZero<usize>> for Standard

    source§

    fn sample<R>(&self, rng: &mut R) -> NonZero<usize>
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where +through the closure F Read more

    source§

    impl Distribution<NonZero<usize>> for Standard

    source§

    fn sample<R>(&self, rng: &mut R) -> NonZero<usize>
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
    source§

    impl<T> Distribution<Option<T>> for Standard
    where - Standard: Distribution<T>,

    source§

    fn sample<R>(&self, rng: &mut R) -> Option<T>
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where + Standard: Distribution<T>,

    source§

    fn sample<R>(&self, rng: &mut R) -> Option<T>
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
    source§

    impl<T> Distribution<Wrapping<T>> for Standard
    where - Standard: Distribution<T>,

    source§

    fn sample<R>(&self, rng: &mut R) -> Wrapping<T>
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where + Standard: Distribution<T>,

    source§

    fn sample<R>(&self, rng: &mut R) -> Wrapping<T>
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self -through the closure F Read more
    source§

    impl Distribution<bool> for Standard

    source§

    fn sample<R>(&self, rng: &mut R) -> bool
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where +through the closure F Read more

    source§

    impl Distribution<bool> for Standard

    source§

    fn sample<R>(&self, rng: &mut R) -> bool
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self -through the closure F Read more
    source§

    impl Distribution<char> for Standard

    source§

    fn sample<R>(&self, rng: &mut R) -> char
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where +through the closure F Read more

    source§

    impl Distribution<char> for Standard

    source§

    fn sample<R>(&self, rng: &mut R) -> char
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self -through the closure F Read more
    source§

    impl Distribution<f32> for Standard

    source§

    fn sample<R>(&self, rng: &mut R) -> f32
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where +through the closure F Read more

    source§

    impl Distribution<f32> for Standard

    source§

    fn sample<R>(&self, rng: &mut R) -> f32
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self -through the closure F Read more
    source§

    impl Distribution<f64> for Standard

    source§

    fn sample<R>(&self, rng: &mut R) -> f64
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where +through the closure F Read more

    source§

    impl Distribution<f64> for Standard

    source§

    fn sample<R>(&self, rng: &mut R) -> f64
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self -through the closure F Read more
    source§

    impl Distribution<i128> for Standard

    source§

    fn sample<R>(&self, rng: &mut R) -> i128
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where +through the closure F Read more

    source§

    impl Distribution<i128> for Standard

    source§

    fn sample<R>(&self, rng: &mut R) -> i128
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self -through the closure F Read more
    source§

    impl Distribution<i16> for Standard

    source§

    fn sample<R>(&self, rng: &mut R) -> i16
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where +through the closure F Read more

    source§

    impl Distribution<i16> for Standard

    source§

    fn sample<R>(&self, rng: &mut R) -> i16
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self -through the closure F Read more
    source§

    impl Distribution<i32> for Standard

    source§

    fn sample<R>(&self, rng: &mut R) -> i32
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where +through the closure F Read more

    source§

    impl Distribution<i32> for Standard

    source§

    fn sample<R>(&self, rng: &mut R) -> i32
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
    source§

    impl Distribution<i64> for Standard

    source§

    fn sample<R>(&self, rng: &mut R) -> i64
    where @@ -550,60 +550,60 @@ through the closure F Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self -through the closure F Read more
    source§

    impl Distribution<i8> for Standard

    source§

    fn sample<R>(&self, rng: &mut R) -> i8
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where +through the closure F Read more

    source§

    impl Distribution<i8> for Standard

    source§

    fn sample<R>(&self, rng: &mut R) -> i8
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self -through the closure F Read more
    source§

    impl Distribution<isize> for Standard

    source§

    fn sample<R>(&self, rng: &mut R) -> isize
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where +through the closure F Read more

    source§

    impl Distribution<isize> for Standard

    source§

    fn sample<R>(&self, rng: &mut R) -> isize
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self -through the closure F Read more
    source§

    impl Distribution<u128> for Standard

    source§

    fn sample<R>(&self, rng: &mut R) -> u128
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where +through the closure F Read more

    source§

    impl Distribution<u128> for Standard

    source§

    fn sample<R>(&self, rng: &mut R) -> u128
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self -through the closure F Read more
    source§

    impl Distribution<u16> for Standard

    source§

    fn sample<R>(&self, rng: &mut R) -> u16
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where +through the closure F Read more

    source§

    impl Distribution<u16> for Standard

    source§

    fn sample<R>(&self, rng: &mut R) -> u16
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self -through the closure F Read more
    source§

    impl Distribution<u32> for Standard

    source§

    fn sample<R>(&self, rng: &mut R) -> u32
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where +through the closure F Read more

    source§

    impl Distribution<u32> for Standard

    source§

    fn sample<R>(&self, rng: &mut R) -> u32
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self -through the closure F Read more
    source§

    impl Distribution<u64> for Standard

    source§

    fn sample<R>(&self, rng: &mut R) -> u64
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where +through the closure F Read more

    source§

    impl Distribution<u64> for Standard

    source§

    fn sample<R>(&self, rng: &mut R) -> u64
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self -through the closure F Read more
    source§

    impl Distribution<u8> for Standard

    source§

    fn sample<R>(&self, rng: &mut R) -> u8
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where +through the closure F Read more

    source§

    impl Distribution<u8> for Standard

    source§

    fn sample<R>(&self, rng: &mut R) -> u8
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self -through the closure F Read more
    source§

    impl Distribution<usize> for Standard

    source§

    fn sample<R>(&self, rng: &mut R) -> usize
    where - R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where +through the closure F Read more

    source§

    impl Distribution<usize> for Standard

    source§

    fn sample<R>(&self, rng: &mut R) -> usize
    where + R: Rng + ?Sized,

    Generate a random value of T, using rng as the source of randomness.
    source§

    fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T> ⓘ
    where R: Rng, Self: Sized,

    Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where +the source of randomness. Read more

    source§

    fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
    where F: Fn(T) -> S, Self: Sized,

    Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
    source§

    impl Copy for Standard

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/distributions/uniform/struct.UniformInt.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/distributions/uniform/struct.UniformInt.html index 000c8f39be..3e1f2d8c05 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/distributions/uniform/struct.UniformInt.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/distributions/uniform/struct.UniformInt.html @@ -29,13 +29,13 @@ word against zone makes sure our distribution is uniform.

    X: Debug,

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    source§

    impl<X> PartialEq for UniformInt<X>
    where X: PartialEq,

    source§

    fn eq(&self, other: &UniformInt<X>) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
    source§

    impl UniformSampler for UniformInt<i128>

    §

    type X = i128

    The type sampled by this implementation.
    source§

    fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<i128>
    where +sufficient, and should not be overridden without very good reason.

    source§

    impl UniformSampler for UniformInt<i128>

    §

    type X = i128

    The type sampled by this implementation.
    source§

    fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<i128>

    Construct self, with inclusive lower bound and exclusive upper bound -[low, high). Read more
    source§

    fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<i128>
    where +[low, high). Read more

    source§

    fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<i128>

    Construct self, with inclusive bounds [low, high]. Read more
    source§

    fn sample<R>(&self, rng: &mut R) -> <UniformInt<i128> as UniformSampler>::X
    where - R: Rng + ?Sized,

    Sample a value.
    source§

    fn sample_single<R, B1, B2>( + B2: SampleBorrow<<UniformInt<i128> as UniformSampler>::X>,

    Construct self, with inclusive bounds [low, high]. Read more
    source§

    fn sample<R>(&self, rng: &mut R) -> <UniformInt<i128> as UniformSampler>::X
    where + R: Rng + ?Sized,

    Sample a value.
    source§

    fn sample_single<R, B1, B2>( low_b: B1, high_b: B2, rng: &mut R @@ -43,7 +43,7 @@ sufficient, and should not be overridden without very good reason.

    Rng + ?Sized, B1: SampleBorrow<<UniformInt<i128> as UniformSampler>::X>, B2: SampleBorrow<<UniformInt<i128> as UniformSampler>::X>,
    Sample a single value uniformly from a range with inclusive lower bound -and exclusive upper bound [low, high). Read more
    source§

    fn sample_single_inclusive<R, B1, B2>( +and exclusive upper bound [low, high). Read more

    source§

    fn sample_single_inclusive<R, B1, B2>( low_b: B1, high_b: B2, rng: &mut R @@ -51,13 +51,13 @@ and exclusive upper bound [low, high). Rng + ?Sized, B1: SampleBorrow<<UniformInt<i128> as UniformSampler>::X>, B2: SampleBorrow<<UniformInt<i128> as UniformSampler>::X>,

    Sample a single value uniformly from a range with inclusive lower bound -and inclusive upper bound [low, high]. Read more
    source§

    impl UniformSampler for UniformInt<i16>

    §

    type X = i16

    The type sampled by this implementation.
    source§

    fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<i16>
    where +and inclusive upper bound [low, high]. Read more

    source§

    impl UniformSampler for UniformInt<i16>

    §

    type X = i16

    The type sampled by this implementation.
    source§

    fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<i16>

    Construct self, with inclusive lower bound and exclusive upper bound -[low, high). Read more
    source§

    fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<i16>
    where +[low, high). Read more

    source§

    fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<i16>

    Construct self, with inclusive bounds [low, high]. Read more
    source§

    fn sample<R>(&self, rng: &mut R) -> <UniformInt<i16> as UniformSampler>::X
    where - R: Rng + ?Sized,

    Sample a value.
    source§

    fn sample_single<R, B1, B2>( + B2: SampleBorrow<<UniformInt<i16> as UniformSampler>::X>,

    Construct self, with inclusive bounds [low, high]. Read more
    source§

    fn sample<R>(&self, rng: &mut R) -> <UniformInt<i16> as UniformSampler>::X
    where + R: Rng + ?Sized,

    Sample a value.
    source§

    fn sample_single<R, B1, B2>( low_b: B1, high_b: B2, rng: &mut R @@ -65,7 +65,7 @@ and inclusive upper bound [low, high]. Rng + ?Sized, B1: SampleBorrow<<UniformInt<i16> as UniformSampler>::X>, B2: SampleBorrow<<UniformInt<i16> as UniformSampler>::X>,

    Sample a single value uniformly from a range with inclusive lower bound -and exclusive upper bound [low, high). Read more
    source§

    fn sample_single_inclusive<R, B1, B2>( +and exclusive upper bound [low, high). Read more

    source§

    fn sample_single_inclusive<R, B1, B2>( low_b: B1, high_b: B2, rng: &mut R @@ -73,13 +73,13 @@ and exclusive upper bound [low, high). Rng + ?Sized, B1: SampleBorrow<<UniformInt<i16> as UniformSampler>::X>, B2: SampleBorrow<<UniformInt<i16> as UniformSampler>::X>,

    Sample a single value uniformly from a range with inclusive lower bound -and inclusive upper bound [low, high]. Read more
    source§

    impl UniformSampler for UniformInt<i32>

    §

    type X = i32

    The type sampled by this implementation.
    source§

    fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<i32>
    where +and inclusive upper bound [low, high]. Read more

    source§

    impl UniformSampler for UniformInt<i32>

    §

    type X = i32

    The type sampled by this implementation.
    source§

    fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<i32>

    Construct self, with inclusive lower bound and exclusive upper bound -[low, high). Read more
    source§

    fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<i32>
    where +[low, high). Read more

    source§

    fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<i32>

    Construct self, with inclusive bounds [low, high]. Read more
    source§

    fn sample<R>(&self, rng: &mut R) -> <UniformInt<i32> as UniformSampler>::X
    where - R: Rng + ?Sized,

    Sample a value.
    source§

    fn sample_single<R, B1, B2>( + B2: SampleBorrow<<UniformInt<i32> as UniformSampler>::X>,

    Construct self, with inclusive bounds [low, high]. Read more
    source§

    fn sample<R>(&self, rng: &mut R) -> <UniformInt<i32> as UniformSampler>::X
    where + R: Rng + ?Sized,

    Sample a value.
    source§

    fn sample_single<R, B1, B2>( low_b: B1, high_b: B2, rng: &mut R @@ -87,7 +87,7 @@ and inclusive upper bound [low, high]. Rng + ?Sized, B1: SampleBorrow<<UniformInt<i32> as UniformSampler>::X>, B2: SampleBorrow<<UniformInt<i32> as UniformSampler>::X>,

    Sample a single value uniformly from a range with inclusive lower bound -and exclusive upper bound [low, high). Read more
    source§

    fn sample_single_inclusive<R, B1, B2>( +and exclusive upper bound [low, high). Read more

    source§

    fn sample_single_inclusive<R, B1, B2>( low_b: B1, high_b: B2, rng: &mut R @@ -95,13 +95,13 @@ and exclusive upper bound [low, high). Rng + ?Sized, B1: SampleBorrow<<UniformInt<i32> as UniformSampler>::X>, B2: SampleBorrow<<UniformInt<i32> as UniformSampler>::X>,

    Sample a single value uniformly from a range with inclusive lower bound -and inclusive upper bound [low, high]. Read more
    source§

    impl UniformSampler for UniformInt<i64>

    §

    type X = i64

    The type sampled by this implementation.
    source§

    fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<i64>
    where +and inclusive upper bound [low, high]. Read more

    source§

    impl UniformSampler for UniformInt<i64>

    §

    type X = i64

    The type sampled by this implementation.
    source§

    fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<i64>

    Construct self, with inclusive lower bound and exclusive upper bound -[low, high). Read more
    source§

    fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<i64>
    where +[low, high). Read more

    source§

    fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<i64>

    Construct self, with inclusive bounds [low, high]. Read more
    source§

    fn sample<R>(&self, rng: &mut R) -> <UniformInt<i64> as UniformSampler>::X
    where - R: Rng + ?Sized,

    Sample a value.
    source§

    fn sample_single<R, B1, B2>( + B2: SampleBorrow<<UniformInt<i64> as UniformSampler>::X>,

    Construct self, with inclusive bounds [low, high]. Read more
    source§

    fn sample<R>(&self, rng: &mut R) -> <UniformInt<i64> as UniformSampler>::X
    where + R: Rng + ?Sized,

    Sample a value.
    source§

    fn sample_single<R, B1, B2>( low_b: B1, high_b: B2, rng: &mut R @@ -109,7 +109,7 @@ and inclusive upper bound [low, high]. Rng + ?Sized, B1: SampleBorrow<<UniformInt<i64> as UniformSampler>::X>, B2: SampleBorrow<<UniformInt<i64> as UniformSampler>::X>,

    Sample a single value uniformly from a range with inclusive lower bound -and exclusive upper bound [low, high). Read more
    source§

    fn sample_single_inclusive<R, B1, B2>( +and exclusive upper bound [low, high). Read more

    source§

    fn sample_single_inclusive<R, B1, B2>( low_b: B1, high_b: B2, rng: &mut R @@ -117,13 +117,13 @@ and exclusive upper bound [low, high). Rng + ?Sized, B1: SampleBorrow<<UniformInt<i64> as UniformSampler>::X>, B2: SampleBorrow<<UniformInt<i64> as UniformSampler>::X>,

    Sample a single value uniformly from a range with inclusive lower bound -and inclusive upper bound [low, high]. Read more
    source§

    impl UniformSampler for UniformInt<i8>

    §

    type X = i8

    The type sampled by this implementation.
    source§

    fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<i8>
    where +and inclusive upper bound [low, high]. Read more

    source§

    impl UniformSampler for UniformInt<i8>

    §

    type X = i8

    The type sampled by this implementation.
    source§

    fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<i8>

    Construct self, with inclusive lower bound and exclusive upper bound -[low, high). Read more
    source§

    fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<i8>
    where +[low, high). Read more

    source§

    fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<i8>

    Construct self, with inclusive bounds [low, high]. Read more
    source§

    fn sample<R>(&self, rng: &mut R) -> <UniformInt<i8> as UniformSampler>::X
    where - R: Rng + ?Sized,

    Sample a value.
    source§

    fn sample_single<R, B1, B2>( + B2: SampleBorrow<<UniformInt<i8> as UniformSampler>::X>,

    Construct self, with inclusive bounds [low, high]. Read more
    source§

    fn sample<R>(&self, rng: &mut R) -> <UniformInt<i8> as UniformSampler>::X
    where + R: Rng + ?Sized,

    Sample a value.
    source§

    fn sample_single<R, B1, B2>( low_b: B1, high_b: B2, rng: &mut R @@ -131,7 +131,7 @@ and inclusive upper bound [low, high]. Rng + ?Sized, B1: SampleBorrow<<UniformInt<i8> as UniformSampler>::X>, B2: SampleBorrow<<UniformInt<i8> as UniformSampler>::X>,

    Sample a single value uniformly from a range with inclusive lower bound -and exclusive upper bound [low, high). Read more
    source§

    fn sample_single_inclusive<R, B1, B2>( +and exclusive upper bound [low, high). Read more

    source§

    fn sample_single_inclusive<R, B1, B2>( low_b: B1, high_b: B2, rng: &mut R @@ -139,13 +139,13 @@ and exclusive upper bound [low, high). Rng + ?Sized, B1: SampleBorrow<<UniformInt<i8> as UniformSampler>::X>, B2: SampleBorrow<<UniformInt<i8> as UniformSampler>::X>,

    Sample a single value uniformly from a range with inclusive lower bound -and inclusive upper bound [low, high]. Read more
    source§

    impl UniformSampler for UniformInt<isize>

    §

    type X = isize

    The type sampled by this implementation.
    source§

    fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<isize>
    where +and inclusive upper bound [low, high]. Read more

    source§

    impl UniformSampler for UniformInt<isize>

    §

    type X = isize

    The type sampled by this implementation.
    source§

    fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<isize>

    Construct self, with inclusive lower bound and exclusive upper bound -[low, high). Read more
    source§

    fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<isize>
    where +[low, high). Read more

    source§

    fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<isize>

    Construct self, with inclusive bounds [low, high]. Read more
    source§

    fn sample<R>(&self, rng: &mut R) -> <UniformInt<isize> as UniformSampler>::X
    where - R: Rng + ?Sized,

    Sample a value.
    source§

    fn sample_single<R, B1, B2>( + B2: SampleBorrow<<UniformInt<isize> as UniformSampler>::X>,

    Construct self, with inclusive bounds [low, high]. Read more
    source§

    fn sample<R>(&self, rng: &mut R) -> <UniformInt<isize> as UniformSampler>::X
    where + R: Rng + ?Sized,

    Sample a value.
    source§

    fn sample_single<R, B1, B2>( low_b: B1, high_b: B2, rng: &mut R @@ -153,7 +153,7 @@ and inclusive upper bound [low, high]. Rng + ?Sized, B1: SampleBorrow<<UniformInt<isize> as UniformSampler>::X>, B2: SampleBorrow<<UniformInt<isize> as UniformSampler>::X>,

    Sample a single value uniformly from a range with inclusive lower bound -and exclusive upper bound [low, high). Read more
    source§

    fn sample_single_inclusive<R, B1, B2>( +and exclusive upper bound [low, high). Read more

    source§

    fn sample_single_inclusive<R, B1, B2>( low_b: B1, high_b: B2, rng: &mut R @@ -161,13 +161,13 @@ and exclusive upper bound [low, high). Rng + ?Sized, B1: SampleBorrow<<UniformInt<isize> as UniformSampler>::X>, B2: SampleBorrow<<UniformInt<isize> as UniformSampler>::X>,

    Sample a single value uniformly from a range with inclusive lower bound -and inclusive upper bound [low, high]. Read more
    source§

    impl UniformSampler for UniformInt<u128>

    §

    type X = u128

    The type sampled by this implementation.
    source§

    fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<u128>
    where +and inclusive upper bound [low, high]. Read more

    source§

    impl UniformSampler for UniformInt<u128>

    §

    type X = u128

    The type sampled by this implementation.
    source§

    fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<u128>

    Construct self, with inclusive lower bound and exclusive upper bound -[low, high). Read more
    source§

    fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<u128>
    where +[low, high). Read more

    source§

    fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<u128>

    Construct self, with inclusive bounds [low, high]. Read more
    source§

    fn sample<R>(&self, rng: &mut R) -> <UniformInt<u128> as UniformSampler>::X
    where - R: Rng + ?Sized,

    Sample a value.
    source§

    fn sample_single<R, B1, B2>( + B2: SampleBorrow<<UniformInt<u128> as UniformSampler>::X>,

    Construct self, with inclusive bounds [low, high]. Read more
    source§

    fn sample<R>(&self, rng: &mut R) -> <UniformInt<u128> as UniformSampler>::X
    where + R: Rng + ?Sized,

    Sample a value.
    source§

    fn sample_single<R, B1, B2>( low_b: B1, high_b: B2, rng: &mut R @@ -175,7 +175,7 @@ and inclusive upper bound [low, high]. Rng + ?Sized, B1: SampleBorrow<<UniformInt<u128> as UniformSampler>::X>, B2: SampleBorrow<<UniformInt<u128> as UniformSampler>::X>,

    Sample a single value uniformly from a range with inclusive lower bound -and exclusive upper bound [low, high). Read more
    source§

    fn sample_single_inclusive<R, B1, B2>( +and exclusive upper bound [low, high). Read more

    source§

    fn sample_single_inclusive<R, B1, B2>( low_b: B1, high_b: B2, rng: &mut R @@ -183,13 +183,13 @@ and exclusive upper bound [low, high). Rng + ?Sized, B1: SampleBorrow<<UniformInt<u128> as UniformSampler>::X>, B2: SampleBorrow<<UniformInt<u128> as UniformSampler>::X>,

    Sample a single value uniformly from a range with inclusive lower bound -and inclusive upper bound [low, high]. Read more
    source§

    impl UniformSampler for UniformInt<u16>

    §

    type X = u16

    The type sampled by this implementation.
    source§

    fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<u16>
    where +and inclusive upper bound [low, high]. Read more

    source§

    impl UniformSampler for UniformInt<u16>

    §

    type X = u16

    The type sampled by this implementation.
    source§

    fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<u16>

    Construct self, with inclusive lower bound and exclusive upper bound -[low, high). Read more
    source§

    fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<u16>
    where +[low, high). Read more

    source§

    fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<u16>

    Construct self, with inclusive bounds [low, high]. Read more
    source§

    fn sample<R>(&self, rng: &mut R) -> <UniformInt<u16> as UniformSampler>::X
    where - R: Rng + ?Sized,

    Sample a value.
    source§

    fn sample_single<R, B1, B2>( + B2: SampleBorrow<<UniformInt<u16> as UniformSampler>::X>,

    Construct self, with inclusive bounds [low, high]. Read more
    source§

    fn sample<R>(&self, rng: &mut R) -> <UniformInt<u16> as UniformSampler>::X
    where + R: Rng + ?Sized,

    Sample a value.
    source§

    fn sample_single<R, B1, B2>( low_b: B1, high_b: B2, rng: &mut R @@ -197,7 +197,7 @@ and inclusive upper bound [low, high]. Rng + ?Sized, B1: SampleBorrow<<UniformInt<u16> as UniformSampler>::X>, B2: SampleBorrow<<UniformInt<u16> as UniformSampler>::X>,

    Sample a single value uniformly from a range with inclusive lower bound -and exclusive upper bound [low, high). Read more
    source§

    fn sample_single_inclusive<R, B1, B2>( +and exclusive upper bound [low, high). Read more

    source§

    fn sample_single_inclusive<R, B1, B2>( low_b: B1, high_b: B2, rng: &mut R @@ -205,13 +205,13 @@ and exclusive upper bound [low, high). Rng + ?Sized, B1: SampleBorrow<<UniformInt<u16> as UniformSampler>::X>, B2: SampleBorrow<<UniformInt<u16> as UniformSampler>::X>,

    Sample a single value uniformly from a range with inclusive lower bound -and inclusive upper bound [low, high]. Read more
    source§

    impl UniformSampler for UniformInt<u32>

    §

    type X = u32

    The type sampled by this implementation.
    source§

    fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<u32>
    where +and inclusive upper bound [low, high]. Read more

    source§

    impl UniformSampler for UniformInt<u32>

    §

    type X = u32

    The type sampled by this implementation.
    source§

    fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<u32>

    Construct self, with inclusive lower bound and exclusive upper bound -[low, high). Read more
    source§

    fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<u32>
    where +[low, high). Read more

    source§

    fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<u32>

    Construct self, with inclusive bounds [low, high]. Read more
    source§

    fn sample<R>(&self, rng: &mut R) -> <UniformInt<u32> as UniformSampler>::X
    where - R: Rng + ?Sized,

    Sample a value.
    source§

    fn sample_single<R, B1, B2>( + B2: SampleBorrow<<UniformInt<u32> as UniformSampler>::X>,

    Construct self, with inclusive bounds [low, high]. Read more
    source§

    fn sample<R>(&self, rng: &mut R) -> <UniformInt<u32> as UniformSampler>::X
    where + R: Rng + ?Sized,

    Sample a value.
    source§

    fn sample_single<R, B1, B2>( low_b: B1, high_b: B2, rng: &mut R @@ -219,7 +219,7 @@ and inclusive upper bound [low, high]. Rng + ?Sized, B1: SampleBorrow<<UniformInt<u32> as UniformSampler>::X>, B2: SampleBorrow<<UniformInt<u32> as UniformSampler>::X>,

    Sample a single value uniformly from a range with inclusive lower bound -and exclusive upper bound [low, high). Read more
    source§

    fn sample_single_inclusive<R, B1, B2>( +and exclusive upper bound [low, high). Read more

    source§

    fn sample_single_inclusive<R, B1, B2>( low_b: B1, high_b: B2, rng: &mut R @@ -227,13 +227,13 @@ and exclusive upper bound [low, high). Rng + ?Sized, B1: SampleBorrow<<UniformInt<u32> as UniformSampler>::X>, B2: SampleBorrow<<UniformInt<u32> as UniformSampler>::X>,

    Sample a single value uniformly from a range with inclusive lower bound -and inclusive upper bound [low, high]. Read more
    source§

    impl UniformSampler for UniformInt<u64>

    §

    type X = u64

    The type sampled by this implementation.
    source§

    fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<u64>
    where +and inclusive upper bound [low, high]. Read more

    source§

    impl UniformSampler for UniformInt<u64>

    §

    type X = u64

    The type sampled by this implementation.
    source§

    fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<u64>

    Construct self, with inclusive lower bound and exclusive upper bound -[low, high). Read more
    source§

    fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<u64>
    where +[low, high). Read more

    source§

    fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<u64>

    Construct self, with inclusive bounds [low, high]. Read more
    source§

    fn sample<R>(&self, rng: &mut R) -> <UniformInt<u64> as UniformSampler>::X
    where - R: Rng + ?Sized,

    Sample a value.
    source§

    fn sample_single<R, B1, B2>( + B2: SampleBorrow<<UniformInt<u64> as UniformSampler>::X>,

    Construct self, with inclusive bounds [low, high]. Read more
    source§

    fn sample<R>(&self, rng: &mut R) -> <UniformInt<u64> as UniformSampler>::X
    where + R: Rng + ?Sized,

    Sample a value.
    source§

    fn sample_single<R, B1, B2>( low_b: B1, high_b: B2, rng: &mut R @@ -241,7 +241,7 @@ and inclusive upper bound [low, high]. Rng + ?Sized, B1: SampleBorrow<<UniformInt<u64> as UniformSampler>::X>, B2: SampleBorrow<<UniformInt<u64> as UniformSampler>::X>,

    Sample a single value uniformly from a range with inclusive lower bound -and exclusive upper bound [low, high). Read more
    source§

    fn sample_single_inclusive<R, B1, B2>( +and exclusive upper bound [low, high). Read more

    source§

    fn sample_single_inclusive<R, B1, B2>( low_b: B1, high_b: B2, rng: &mut R @@ -249,13 +249,13 @@ and exclusive upper bound [low, high). Rng + ?Sized, B1: SampleBorrow<<UniformInt<u64> as UniformSampler>::X>, B2: SampleBorrow<<UniformInt<u64> as UniformSampler>::X>,

    Sample a single value uniformly from a range with inclusive lower bound -and inclusive upper bound [low, high]. Read more
    source§

    impl UniformSampler for UniformInt<u8>

    §

    type X = u8

    The type sampled by this implementation.
    source§

    fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<u8>
    where +and inclusive upper bound [low, high]. Read more

    source§

    impl UniformSampler for UniformInt<u8>

    §

    type X = u8

    The type sampled by this implementation.
    source§

    fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<u8>

    Construct self, with inclusive lower bound and exclusive upper bound -[low, high). Read more
    source§

    fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<u8>
    where +[low, high). Read more

    source§

    fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<u8>

    Construct self, with inclusive bounds [low, high]. Read more
    source§

    fn sample<R>(&self, rng: &mut R) -> <UniformInt<u8> as UniformSampler>::X
    where - R: Rng + ?Sized,

    Sample a value.
    source§

    fn sample_single<R, B1, B2>( + B2: SampleBorrow<<UniformInt<u8> as UniformSampler>::X>,

    Construct self, with inclusive bounds [low, high]. Read more
    source§

    fn sample<R>(&self, rng: &mut R) -> <UniformInt<u8> as UniformSampler>::X
    where + R: Rng + ?Sized,

    Sample a value.
    source§

    fn sample_single<R, B1, B2>( low_b: B1, high_b: B2, rng: &mut R @@ -263,7 +263,7 @@ and inclusive upper bound [low, high]. Rng + ?Sized, B1: SampleBorrow<<UniformInt<u8> as UniformSampler>::X>, B2: SampleBorrow<<UniformInt<u8> as UniformSampler>::X>,

    Sample a single value uniformly from a range with inclusive lower bound -and exclusive upper bound [low, high). Read more
    source§

    fn sample_single_inclusive<R, B1, B2>( +and exclusive upper bound [low, high). Read more

    source§

    fn sample_single_inclusive<R, B1, B2>( low_b: B1, high_b: B2, rng: &mut R @@ -271,13 +271,13 @@ and exclusive upper bound [low, high). Rng + ?Sized, B1: SampleBorrow<<UniformInt<u8> as UniformSampler>::X>, B2: SampleBorrow<<UniformInt<u8> as UniformSampler>::X>,

    Sample a single value uniformly from a range with inclusive lower bound -and inclusive upper bound [low, high]. Read more
    source§

    impl UniformSampler for UniformInt<usize>

    §

    type X = usize

    The type sampled by this implementation.
    source§

    fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<usize>
    where +and inclusive upper bound [low, high]. Read more

    source§

    impl UniformSampler for UniformInt<usize>

    §

    type X = usize

    The type sampled by this implementation.
    source§

    fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<usize>

    Construct self, with inclusive lower bound and exclusive upper bound -[low, high). Read more
    source§

    fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<usize>
    where +[low, high). Read more

    source§

    fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<usize>

    Construct self, with inclusive bounds [low, high]. Read more
    source§

    fn sample<R>(&self, rng: &mut R) -> <UniformInt<usize> as UniformSampler>::X
    where - R: Rng + ?Sized,

    Sample a value.
    source§

    fn sample_single<R, B1, B2>( + B2: SampleBorrow<<UniformInt<usize> as UniformSampler>::X>,

    Construct self, with inclusive bounds [low, high]. Read more
    source§

    fn sample<R>(&self, rng: &mut R) -> <UniformInt<usize> as UniformSampler>::X
    where + R: Rng + ?Sized,

    Sample a value.
    source§

    fn sample_single<R, B1, B2>( low_b: B1, high_b: B2, rng: &mut R @@ -285,7 +285,7 @@ and inclusive upper bound [low, high]. Rng + ?Sized, B1: SampleBorrow<<UniformInt<usize> as UniformSampler>::X>, B2: SampleBorrow<<UniformInt<usize> as UniformSampler>::X>,

    Sample a single value uniformly from a range with inclusive lower bound -and exclusive upper bound [low, high). Read more
    source§

    fn sample_single_inclusive<R, B1, B2>( +and exclusive upper bound [low, high). Read more

    source§

    fn sample_single_inclusive<R, B1, B2>( low_b: B1, high_b: B2, rng: &mut R diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/seq/index/enum.IndexVec.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/seq/index/enum.IndexVec.html index ca6d53e70b..93854ea490 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/seq/index/enum.IndexVec.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/seq/index/enum.IndexVec.html @@ -9,7 +9,7 @@ restrictions.)

    source

    pub fn into_vec(self) -> Vec<usize>

    Return result as a Vec<usize>. Conversion may or may not be trivial.

    source

    pub fn iter(&self) -> IndexVecIter<'_> ⓘ

    Iterate over the indices as a sequence of usize values

    -

    Trait Implementations§

    source§

    impl Clone for IndexVec

    source§

    fn clone(&self) -> IndexVec

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for IndexVec

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    source§

    impl From<Vec<u32>> for IndexVec

    source§

    fn from(v: Vec<u32>) -> IndexVec

    Converts to this type from the input type.
    source§

    impl From<Vec<usize>> for IndexVec

    source§

    fn from(v: Vec<usize>) -> IndexVec

    Converts to this type from the input type.
    source§

    impl IntoIterator for IndexVec

    source§

    fn into_iter(self) -> IndexVecIntoIter ⓘ

    Convert into an iterator over the indices as a sequence of usize values

    +

    Trait Implementations§

    source§

    impl Clone for IndexVec

    source§

    fn clone(&self) -> IndexVec

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for IndexVec

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    source§

    impl From<Vec<u32>> for IndexVec

    source§

    fn from(v: Vec<u32>) -> IndexVec

    Converts to this type from the input type.
    source§

    impl From<Vec<usize>> for IndexVec

    source§

    fn from(v: Vec<usize>) -> IndexVec

    Converts to this type from the input type.
    source§

    impl IntoIterator for IndexVec

    source§

    fn into_iter(self) -> IndexVecIntoIter ⓘ

    Convert into an iterator over the indices as a sequence of usize values

    §

    type Item = usize

    The type of the elements being iterated over.
    §

    type IntoIter = IndexVecIntoIter

    Which kind of iterator are we turning this into?
    source§

    impl PartialEq for IndexVec

    source§

    fn eq(&self, other: &IndexVec) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/schnorr/struct.Signature.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/schnorr/struct.Signature.html index 5a2a5b8400..a475f841a1 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/schnorr/struct.Signature.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/schnorr/struct.Signature.html @@ -33,5 +33,5 @@ operator. Display + ?Sized,

    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/sidebar-items.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/sidebar-items.js index ea7077d25e..e740032502 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/sidebar-items.js +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/sidebar-items.js @@ -1 +1 @@ -window.SIDEBAR_ITEMS = {"enum":["All","Error","Parity","SignOnly","VerifyOnly"],"macro":["impl_array_newtype"],"mod":["constants","ecdh","ecdsa","ellswift","ffi","rand","scalar","schnorr"],"struct":["AllPreallocated","InvalidParityValue","Keypair","Message","PublicKey","Scalar","Secp256k1","SecretKey","SignOnlyPreallocated","VerifyOnlyPreallocated","XOnlyPublicKey"],"trait":["Context","PreallocatedContext","Signing","ThirtyTwoByteHash","Verification"]}; \ No newline at end of file +window.SIDEBAR_ITEMS = {"enum":["All","Error","Parity","SignOnly","VerifyOnly"],"macro":["impl_array_newtype"],"mod":["constants","ecdh","ecdsa","ellswift","ffi","hashes","rand","scalar","schnorr"],"struct":["AllPreallocated","InvalidParityValue","Keypair","Message","PublicKey","Scalar","Secp256k1","SecretKey","SignOnlyPreallocated","VerifyOnlyPreallocated","XOnlyPublicKey"],"trait":["Context","PreallocatedContext","Signing","ThirtyTwoByteHash","Verification"]}; \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/struct.Keypair.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/struct.Keypair.html index 0f6ba5c9be..e1e2a5b642 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/struct.Keypair.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/struct.Keypair.html @@ -98,7 +98,7 @@ of this array to other places in memory. Preventing this behavior is very subtle For more discussion on this, please see the documentation of the zeroize crate.

    Trait Implementations§

    §

    impl CPtr for Keypair

    §

    impl Clone for Keypair

    §

    fn clone(&self) -> Keypair

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for Keypair

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Keypair

    §

    fn deserialize<D>(d: D) -> Result<Keypair, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl<'a> From<&'a Keypair> for PublicKey

    §

    fn from(pair: &'a Keypair) -> PublicKey

    Converts to this type from the input type.
    §

    impl<'a> From<&'a Keypair> for SecretKey

    §

    fn from(pair: &'a Keypair) -> SecretKey

    Converts to this type from the input type.
    §

    impl From<Keypair> for PublicKey

    §

    fn from(pair: Keypair) -> PublicKey

    Converts to this type from the input type.
    §

    impl From<Keypair> for SecretKey

    §

    fn from(pair: Keypair) -> SecretKey

    Converts to this type from the input type.
    §

    impl From<TweakedKeypair> for Keypair

    §

    fn from(pair: TweakedKeypair) -> Keypair

    Converts to this type from the input type.
    §

    impl FromStr for Keypair

    §

    type Err = Error

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<Keypair, <Keypair as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for Keypair

    §

    fn hash<__H>(&self, state: &mut __H)
    where + D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl<'a> From<&'a Keypair> for PublicKey

    §

    fn from(pair: &'a Keypair) -> PublicKey

    Converts to this type from the input type.
    §

    impl<'a> From<&'a Keypair> for SecretKey

    §

    fn from(pair: &'a Keypair) -> SecretKey

    Converts to this type from the input type.
    §

    impl From<Keypair> for PublicKey

    §

    fn from(pair: Keypair) -> PublicKey

    Converts to this type from the input type.
    §

    impl From<Keypair> for SecretKey

    §

    fn from(pair: Keypair) -> SecretKey

    Converts to this type from the input type.
    §

    impl From<TweakedKeypair> for Keypair

    §

    fn from(pair: TweakedKeypair) -> Keypair

    Converts to this type from the input type.
    §

    impl FromStr for Keypair

    §

    type Err = Error

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<Keypair, <Keypair as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for Keypair

    §

    fn hash<__H>(&self, state: &mut __H)
    where __H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where H: Hasher, Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    §

    impl Ord for Keypair

    §

    fn cmp(&self, other: &Keypair) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where @@ -143,5 +143,5 @@ The public key is generated from a private key by multiplying with generator poi T: Clone,

    §

    type Owned = T

    The resulting type after obtaining ownership.
    source§

    fn to_owned(&self) -> T

    Creates owned data from borrowed data, usually by cloning. Read more
    source§

    fn clone_into(&self, target: &mut T)

    Uses borrowed data to replace owned data, usually by cloning. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/struct.Message.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/struct.Message.html index 6ba1279448..4131080a0e 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/struct.Message.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/struct.Message.html @@ -14,7 +14,7 @@ signature.

    §Errors

    If digest is not exactly 32 bytes long.

    Trait Implementations§

    §

    impl AsRef<[u8; 32]> for Message

    §

    fn as_ref(&self) -> &[u8; 32]

    Gets a reference to the underlying array

    -
    §

    impl CPtr for Message

    §

    impl Clone for Message

    §

    fn clone(&self) -> Message

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for Message

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Display for Message

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<LegacySighash> for Message

    §

    fn from(hash: LegacySighash) -> Message

    Converts to this type from the input type.
    §

    impl From<SegwitV0Sighash> for Message

    §

    fn from(hash: SegwitV0Sighash) -> Message

    Converts to this type from the input type.
    §

    impl<T> From<T> for Message
    where +

    §

    impl CPtr for Message

    §

    impl Clone for Message

    §

    fn clone(&self) -> Message

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for Message

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Display for Message

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<LegacySighash> for Message

    §

    fn from(hash: LegacySighash) -> Message

    Converts to this type from the input type.
    §

    impl From<SegwitV0Sighash> for Message

    §

    fn from(hash: SegwitV0Sighash) -> Message

    Converts to this type from the input type.
    §

    impl<T> From<T> for Message

    §

    fn from(t: T) -> Message

    Converts a 32-byte hash directly to a message without error paths.

    §

    impl From<TapSighash> for Message

    §

    fn from(hash: TapSighash) -> Message

    Converts to this type from the input type.
    §

    impl Hash for Message

    §

    fn hash<__H>(&self, state: &mut __H)
    where __H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/struct.PublicKey.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/struct.PublicKey.html index 3318d2774f..e076315c2a 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/struct.PublicKey.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/struct.PublicKey.html @@ -101,9 +101,9 @@ normal users should never need to directly interact with FFI types.

    §

    fn as_c_ptr(&self) -> *const <PublicKey as CPtr>::Target

    Obtains a const pointer suitable for use with FFI functions.

    §

    fn as_mut_c_ptr(&mut self) -> *mut <PublicKey as CPtr>::Target

    Obtains a mutable pointer suitable for use with FFI functions.

    §

    type Target = PublicKey

    §

    impl Clone for PublicKey

    §

    fn clone(&self) -> PublicKey

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for PublicKey

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for PublicKey

    §

    fn deserialize<D>(d: D) -> Result<PublicKey, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for PublicKey

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'a> From<&'a Keypair> for PublicKey

    §

    fn from(pair: &'a Keypair) -> PublicKey

    Converts to this type from the input type.
    §

    impl From<Keypair> for PublicKey

    §

    fn from(pair: Keypair) -> PublicKey

    Converts to this type from the input type.
    §

    impl From<PublicKey> for PublicKey

    §

    fn from(pk: PublicKey) -> PublicKey

    Converts to this type from the input type.
    §

    impl From<PublicKey> for PublicKey

    Creates a new public key from a FFI public key.

    + D: Deserializer<'de>,
    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for PublicKey

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'a> From<&'a Keypair> for PublicKey

    §

    fn from(pair: &'a Keypair) -> PublicKey

    Converts to this type from the input type.
    §

    impl From<Keypair> for PublicKey

    §

    fn from(pair: Keypair) -> PublicKey

    Converts to this type from the input type.
    §

    impl From<PublicKey> for PublicKey

    §

    fn from(pk: PublicKey) -> PublicKey

    Converts to this type from the input type.
    §

    impl From<PublicKey> for PublicKey

    Creates a new public key from a FFI public key.

    Note, normal users should never need to interact directly with FFI types.

    -
    §

    fn from(pk: PublicKey) -> PublicKey

    Converts to this type from the input type.
    §

    impl From<PublicKey> for XOnlyPublicKey

    §

    fn from(src: PublicKey) -> XOnlyPublicKey

    Converts to this type from the input type.
    §

    impl FromStr for PublicKey

    §

    type Err = Error

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<PublicKey, Error>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for PublicKey

    §

    fn hash<__H>(&self, state: &mut __H)
    where +
    §

    fn from(pk: PublicKey) -> PublicKey

    Converts to this type from the input type.

    §

    impl From<PublicKey> for XOnlyPublicKey

    §

    fn from(src: PublicKey) -> XOnlyPublicKey

    Converts to this type from the input type.
    §

    impl FromStr for PublicKey

    §

    type Err = Error

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<PublicKey, Error>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for PublicKey

    §

    fn hash<__H>(&self, state: &mut __H)
    where __H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where H: Hasher, Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    §

    impl LowerHex for PublicKey

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl MiniscriptKey for PublicKey

    §

    type Sha256 = Hash

    The associated bitcoin::hashes::sha256::Hash for this [MiniscriptKey], used in the @@ -150,5 +150,5 @@ or regular public key when computing the hash160
    T: Display + ?Sized,
    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/struct.SecretKey.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/struct.SecretKey.html index 1d023debe6..f4c6c2b6f6 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/struct.SecretKey.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/struct.SecretKey.html @@ -85,8 +85,8 @@ because the implementations are not constant time. Doing so will make your code to side channel attacks. SecretKey::eq is implemented using a constant time algorithm, please consider using it to do comparisons of secret keys.

    §

    impl CPtr for SecretKey

    §

    impl Clone for SecretKey

    §

    fn clone(&self) -> SecretKey

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for SecretKey

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for SecretKey

    §

    fn deserialize<D>(d: D) -> Result<SecretKey, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl<'a> From<&'a Keypair> for SecretKey

    §

    fn from(pair: &'a Keypair) -> SecretKey

    Converts to this type from the input type.
    §

    impl From<Keypair> for SecretKey

    §

    fn from(pair: Keypair) -> SecretKey

    Converts to this type from the input type.
    §

    impl From<SecretKey> for Scalar

    §

    fn from(value: SecretKey) -> Scalar

    Converts to this type from the input type.
    §

    impl<T> From<T> for SecretKey
    where - T: ThirtyTwoByteHash,

    §

    fn from(t: T) -> SecretKey

    Converts a 32-byte hash directly to a secret key without error paths.

    + D: Deserializer<'de>,
    Deserialize this value from the given Serde deserializer. Read more
    §

    impl<'a> From<&'a Keypair> for SecretKey

    §

    fn from(pair: &'a Keypair) -> SecretKey

    Converts to this type from the input type.
    §

    impl From<Keypair> for SecretKey

    §

    fn from(pair: Keypair) -> SecretKey

    Converts to this type from the input type.
    §

    impl From<SecretKey> for Scalar

    §

    fn from(value: SecretKey) -> Scalar

    Converts to this type from the input type.
    §

    impl<T> From<T> for SecretKey
    where + T: ThirtyTwoByteHash,

    §

    fn from(t: T) -> SecretKey

    Converts a 32-byte hash directly to a secret key without error paths.

    §

    impl FromStr for SecretKey

    §

    type Err = Error

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<SecretKey, Error>

    Parses a string s to return a value of this type. Read more
    §

    impl<I> Index<I> for SecretKey
    where [u8]: Index<I>,

    §

    type Output = <[u8] as Index<I>>::Output

    The returned type after indexing.
    §

    fn index(&self, index: I) -> &<SecretKey as Index<I>>::Output

    Performs the indexing (container[index]) operation. Read more
    §

    impl PartialEq for SecretKey

    §

    fn eq(&self, other: &SecretKey) -> bool

    This implementation is designed to be constant time to help prevent side channel attacks.

    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always @@ -108,5 +108,5 @@ sufficient, and should not be overridden without very good reason.
    Clone,
    §

    type Owned = T

    The resulting type after obtaining ownership.
    source§

    fn to_owned(&self) -> T

    Creates owned data from borrowed data, usually by cloning. Read more
    source§

    fn clone_into(&self, target: &mut T)

    Uses borrowed data to replace owned data, usually by cloning. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/struct.XOnlyPublicKey.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/struct.XOnlyPublicKey.html index 7c6ad5f8d8..7bd046619d 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/struct.XOnlyPublicKey.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/struct.XOnlyPublicKey.html @@ -86,8 +86,8 @@ significantly faster, so it is wise to design protocols with this in mind.

    Trait Implementations§

    §

    impl CPtr for XOnlyPublicKey

    §

    impl Clone for XOnlyPublicKey

    §

    fn clone(&self) -> XOnlyPublicKey

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for XOnlyPublicKey

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for XOnlyPublicKey

    §

    fn deserialize<D>( d: D ) -> Result<XOnlyPublicKey, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for XOnlyPublicKey

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<CompressedPublicKey> for XOnlyPublicKey

    §

    fn from(pk: CompressedPublicKey) -> XOnlyPublicKey

    Converts to this type from the input type.
    §

    impl From<PublicKey> for XOnlyPublicKey

    §

    fn from(pk: PublicKey) -> XOnlyPublicKey

    Converts to this type from the input type.
    §

    impl From<PublicKey> for XOnlyPublicKey

    §

    fn from(src: PublicKey) -> XOnlyPublicKey

    Converts to this type from the input type.
    §

    impl From<TweakedPublicKey> for XOnlyPublicKey

    §

    fn from(pair: TweakedPublicKey) -> XOnlyPublicKey

    Converts to this type from the input type.
    §

    impl From<XOnlyPublicKey> for XOnlyPublicKey

    Creates a new schnorr public key from a FFI x-only public key.

    -
    §

    fn from(pk: XOnlyPublicKey) -> XOnlyPublicKey

    Converts to this type from the input type.
    §

    impl FromStr for XOnlyPublicKey

    §

    type Err = Error

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<XOnlyPublicKey, Error>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for XOnlyPublicKey

    §

    fn hash<__H>(&self, state: &mut __H)
    where + D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for XOnlyPublicKey

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<CompressedPublicKey> for XOnlyPublicKey

    §

    fn from(pk: CompressedPublicKey) -> XOnlyPublicKey

    Converts to this type from the input type.
    §

    impl From<PublicKey> for XOnlyPublicKey

    §

    fn from(pk: PublicKey) -> XOnlyPublicKey

    Converts to this type from the input type.
    §

    impl From<PublicKey> for XOnlyPublicKey

    §

    fn from(src: PublicKey) -> XOnlyPublicKey

    Converts to this type from the input type.
    §

    impl From<TweakedPublicKey> for XOnlyPublicKey

    §

    fn from(pair: TweakedPublicKey) -> XOnlyPublicKey

    Converts to this type from the input type.
    §

    impl From<XOnlyPublicKey> for XOnlyPublicKey

    Creates a new schnorr public key from a FFI x-only public key.

    +
    §

    fn from(pk: XOnlyPublicKey) -> XOnlyPublicKey

    Converts to this type from the input type.
    §

    impl FromStr for XOnlyPublicKey

    §

    type Err = Error

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<XOnlyPublicKey, Error>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for XOnlyPublicKey

    §

    fn hash<__H>(&self, state: &mut __H)
    where __H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where H: Hasher, Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    §

    impl LowerHex for XOnlyPublicKey

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl MiniscriptKey for XOnlyPublicKey

    §

    type Sha256 = Hash

    The associated bitcoin::hashes::sha256::Hash for this [MiniscriptKey], used in the @@ -151,5 +151,5 @@ or regular public key when computing the hash160
    T: Display + ?Sized,
    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/sighash/enum.EcdsaSighashType.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/sighash/enum.EcdsaSighashType.html index c0c719b329..4b7084992b 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/sighash/enum.EcdsaSighashType.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/sighash/enum.EcdsaSighashType.html @@ -60,5 +60,5 @@ sufficient, and should not be overridden without very good reason.Display + ?Sized,
    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/sighash/enum.P2wpkhError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/sighash/enum.P2wpkhError.html index d1a6a679cc..ed7caa7df1 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/sighash/enum.P2wpkhError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/sighash/enum.P2wpkhError.html @@ -4,7 +4,7 @@ }
    Expand description

    Error computing a P2WPKH sighash.

    Variants (Non-exhaustive)§

    This enum is marked as non-exhaustive
    Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
    §

    Sighash(InputsIndexError)

    Error computing the sighash.

    §

    NotP2wpkhScript

    Script is not a witness program for a p2wpkh output.

    -

    Trait Implementations§

    §

    impl Clone for P2wpkhError

    §

    fn clone(&self) -> P2wpkhError

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for P2wpkhError

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Display for P2wpkhError

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Error for P2wpkhError

    §

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    §

    impl From<Infallible> for P2wpkhError

    §

    fn from(never: Infallible) -> P2wpkhError

    Converts to this type from the input type.
    §

    impl From<InputsIndexError> for P2wpkhError

    §

    fn from(value: InputsIndexError) -> P2wpkhError

    Converts to this type from the input type.
    §

    impl From<P2wpkhError> for SighashError

    §

    fn from(e: P2wpkhError) -> SighashError

    Converts to this type from the input type.
    §

    impl From<P2wpkhError> for SignError

    §

    fn from(e: P2wpkhError) -> SignError

    Converts to this type from the input type.
    §

    impl PartialEq for P2wpkhError

    §

    fn eq(&self, other: &P2wpkhError) -> bool

    This method tests for self and other values to be equal, and is used +

    Trait Implementations§

    §

    impl Clone for P2wpkhError

    §

    fn clone(&self) -> P2wpkhError

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for P2wpkhError

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Display for P2wpkhError

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Error for P2wpkhError

    §

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    §

    impl From<Infallible> for P2wpkhError

    §

    fn from(never: Infallible) -> P2wpkhError

    Converts to this type from the input type.
    §

    impl From<InputsIndexError> for P2wpkhError

    §

    fn from(value: InputsIndexError) -> P2wpkhError

    Converts to this type from the input type.
    §

    impl From<P2wpkhError> for SighashError

    §

    fn from(e: P2wpkhError) -> SighashError

    Converts to this type from the input type.
    §

    impl From<P2wpkhError> for SignError

    §

    fn from(e: P2wpkhError) -> SignError

    Converts to this type from the input type.
    §

    impl PartialEq for P2wpkhError

    §

    fn eq(&self, other: &P2wpkhError) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    §

    impl Eq for P2wpkhError

    §

    impl StructuralPartialEq for P2wpkhError

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for T
    where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/sighash/enum.TapSighashType.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/sighash/enum.TapSighashType.html index 069b220bed..edd644730d 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/sighash/enum.TapSighashType.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/sighash/enum.TapSighashType.html @@ -24,7 +24,7 @@ to follow it.)

    Trait Implementations§

    §

    impl Clone for TapSighashType

    §

    fn clone(&self) -> TapSighashType

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for TapSighashType

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for TapSighashType

    §

    fn deserialize<D>( deserializer: D ) -> Result<TapSighashType, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for TapSighashType

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<EcdsaSighashType> for TapSighashType

    §

    fn from(s: EcdsaSighashType) -> TapSighashType

    Converts to this type from the input type.
    §

    impl From<TapSighashType> for PsbtSighashType

    §

    fn from(taproot_hash_ty: TapSighashType) -> PsbtSighashType

    Converts to this type from the input type.
    §

    impl FromStr for TapSighashType

    §

    type Err = SighashTypeParseError

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<TapSighashType, <TapSighashType as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for TapSighashType

    §

    fn hash<__H>(&self, state: &mut __H)
    where + D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for TapSighashType

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<EcdsaSighashType> for TapSighashType

    §

    fn from(s: EcdsaSighashType) -> TapSighashType

    Converts to this type from the input type.
    §

    impl From<TapSighashType> for PsbtSighashType

    §

    fn from(taproot_hash_ty: TapSighashType) -> PsbtSighashType

    Converts to this type from the input type.
    §

    impl FromStr for TapSighashType

    §

    type Err = SighashTypeParseError

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<TapSighashType, <TapSighashType as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for TapSighashType

    §

    fn hash<__H>(&self, state: &mut __H)
    where __H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where H: Hasher, Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    §

    impl Ord for TapSighashType

    §

    fn cmp(&self, other: &TapSighashType) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where @@ -53,5 +53,5 @@ operator. Display + ?Sized,

    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/sighash/enum.TaprootError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/sighash/enum.TaprootError.html index 0fedc99f10..60c83288b5 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/sighash/enum.TaprootError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/sighash/enum.TaprootError.html @@ -12,7 +12,7 @@
    §

    PrevoutsIndex(PrevoutsIndexError)

    Prevouts index error.

    §

    PrevoutsKind(PrevoutsKindError)

    Prevouts kind error.

    §

    InvalidSighashType(u32)

    Invalid Sighash type.

    -

    Trait Implementations§

    §

    impl Clone for TaprootError

    §

    fn clone(&self) -> TaprootError

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for TaprootError

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Display for TaprootError

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Error for TaprootError

    §

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    §

    impl From<Infallible> for TaprootError

    §

    fn from(never: Infallible) -> TaprootError

    Converts to this type from the input type.
    §

    impl From<InputsIndexError> for TaprootError

    §

    fn from(e: InputsIndexError) -> TaprootError

    Converts to this type from the input type.
    §

    impl From<PrevoutsIndexError> for TaprootError

    §

    fn from(e: PrevoutsIndexError) -> TaprootError

    Converts to this type from the input type.
    §

    impl From<PrevoutsKindError> for TaprootError

    §

    fn from(e: PrevoutsKindError) -> TaprootError

    Converts to this type from the input type.
    §

    impl From<PrevoutsSizeError> for TaprootError

    §

    fn from(e: PrevoutsSizeError) -> TaprootError

    Converts to this type from the input type.
    §

    impl From<TaprootError> for SighashError

    §

    fn from(e: TaprootError) -> SighashError

    Converts to this type from the input type.
    §

    impl From<TaprootError> for SignError

    §

    fn from(e: TaprootError) -> SignError

    Converts to this type from the input type.
    §

    impl PartialEq for TaprootError

    §

    fn eq(&self, other: &TaprootError) -> bool

    This method tests for self and other values to be equal, and is used +

    Trait Implementations§

    §

    impl Clone for TaprootError

    §

    fn clone(&self) -> TaprootError

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for TaprootError

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Display for TaprootError

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Error for TaprootError

    §

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    §

    impl From<Infallible> for TaprootError

    §

    fn from(never: Infallible) -> TaprootError

    Converts to this type from the input type.
    §

    impl From<InputsIndexError> for TaprootError

    §

    fn from(e: InputsIndexError) -> TaprootError

    Converts to this type from the input type.
    §

    impl From<PrevoutsIndexError> for TaprootError

    §

    fn from(e: PrevoutsIndexError) -> TaprootError

    Converts to this type from the input type.
    §

    impl From<PrevoutsKindError> for TaprootError

    §

    fn from(e: PrevoutsKindError) -> TaprootError

    Converts to this type from the input type.
    §

    impl From<PrevoutsSizeError> for TaprootError

    §

    fn from(e: PrevoutsSizeError) -> TaprootError

    Converts to this type from the input type.
    §

    impl From<TaprootError> for SighashError

    §

    fn from(e: TaprootError) -> SighashError

    Converts to this type from the input type.
    §

    impl From<TaprootError> for SignError

    §

    fn from(e: TaprootError) -> SignError

    Converts to this type from the input type.
    §

    impl PartialEq for TaprootError

    §

    fn eq(&self, other: &TaprootError) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    §

    impl Eq for TaprootError

    §

    impl StructuralPartialEq for TaprootError

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for T
    where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/sighash/struct.LegacySighash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/sighash/struct.LegacySighash.html index 796b513b1c..fbb86e4697 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/sighash/struct.LegacySighash.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/sighash/struct.LegacySighash.html @@ -5,11 +5,11 @@

    Trait Implementations§

    §

    impl AsRef<[u8]> for LegacySighash

    §

    fn as_ref(&self) -> &[u8] ⓘ

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl AsRef<[u8; 32]> for LegacySighash

    §

    fn as_ref(&self) -> &[u8; 32]

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl Borrow<[u8]> for LegacySighash

    §

    fn borrow(&self) -> &[u8] ⓘ

    Immutably borrows from an owned value. Read more
    §

    impl Clone for LegacySighash

    §

    fn clone(&self) -> LegacySighash

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for LegacySighash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for LegacySighash

    §

    fn deserialize<D>( d: D ) -> Result<LegacySighash, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for LegacySighash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<Hash> for LegacySighash

    §

    fn from(inner: Hash) -> LegacySighash

    Converts to this type from the input type.
    §

    impl From<LegacySighash> for Hash

    §

    fn from(hashtype: LegacySighash) -> Hash

    Converts to this type from the input type.
    §

    impl From<LegacySighash> for Message

    §

    fn from(hash: LegacySighash) -> Message

    Converts to this type from the input type.
    §

    impl FromStr for LegacySighash

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<LegacySighash, <LegacySighash as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for LegacySighash

    §

    type Engine = <Hash as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected + D: Deserializer<'de>,
    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for LegacySighash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<Hash> for LegacySighash

    §

    fn from(inner: Hash) -> LegacySighash

    Converts to this type from the input type.
    §

    impl From<LegacySighash> for Hash

    §

    fn from(hashtype: LegacySighash) -> Hash

    Converts to this type from the input type.
    §

    impl From<LegacySighash> for Message

    §

    fn from(hash: LegacySighash) -> Message

    Converts to this type from the input type.
    §

    impl FromStr for LegacySighash

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<LegacySighash, <LegacySighash as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for LegacySighash

    §

    type Engine = <Hash as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
    §

    type Bytes = <Hash as Hash>::Bytes

    The byte array that represents the hash internally.
    §

    const LEN: usize = 32usize

    Length of the hash, in bytes.
    §

    const DISPLAY_BACKWARD: bool = false

    Flag indicating whether user-visible serializations of this hash +any conditions.
    §

    type Bytes = <Hash as Hash>::Bytes

    The byte array that represents the hash internally.
    §

    const LEN: usize = 32usize

    Length of the hash, in bytes.
    §

    const DISPLAY_BACKWARD: bool = false

    Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
    §

    fn engine() -> <LegacySighash as Hash>::Engine

    Constructs a new engine.
    §

    fn from_engine(e: <LegacySighash as Hash>::Engine) -> LegacySighash

    Produces a hash from the current state of a given engine.
    §

    fn from_slice(sl: &[u8]) -> Result<LegacySighash, FromSliceError>

    Copies a byte slice into a hash object.
    §

    fn from_byte_array(bytes: <LegacySighash as Hash>::Bytes) -> LegacySighash

    Constructs a hash from the underlying byte array.
    §

    fn to_byte_array(self) -> <LegacySighash as Hash>::Bytes

    Returns the underlying byte array.
    §

    fn as_byte_array(&self) -> &<LegacySighash as Hash>::Bytes

    Returns a reference to the underlying byte array.
    §

    fn all_zeros() -> LegacySighash

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where +true for Sha256dHash, so here we are.

    §

    fn engine() -> <LegacySighash as Hash>::Engine

    Constructs a new engine.
    §

    fn from_engine(e: <LegacySighash as Hash>::Engine) -> LegacySighash

    Produces a hash from the current state of a given engine.
    §

    fn from_slice(sl: &[u8]) -> Result<LegacySighash, FromSliceError>

    Copies a byte slice into a hash object.
    §

    fn from_byte_array(bytes: <LegacySighash as Hash>::Bytes) -> LegacySighash

    Constructs a hash from the underlying byte array.
    §

    fn to_byte_array(self) -> <LegacySighash as Hash>::Bytes

    Returns the underlying byte array.
    §

    fn as_byte_array(&self) -> &<LegacySighash as Hash>::Bytes

    Returns a reference to the underlying byte array.
    §

    fn all_zeros() -> LegacySighash

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where B: AsRef<[u8]>, I: IntoIterator<Item = B>,

    Hashes all the byte slices retrieved from the iterator together.
    §

    impl Hash for LegacySighash

    §

    fn hash<__H>(&self, state: &mut __H)
    where __H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where @@ -22,12 +22,12 @@ true for Sha256dHash, so here we are.

    ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    §

    impl PartialOrd for LegacySighash

    §

    fn partial_cmp(&self, other: &LegacySighash) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
    §

    impl SerdeHash for LegacySighash

    §

    const N: usize = 32usize

    Size, in bits, of the hash.
    §

    fn from_slice_delegated(sl: &[u8]) -> Result<LegacySighash, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( +operator. Read more

    §

    impl SerdeHash for LegacySighash

    §

    const N: usize = 32usize

    Size, in bits, of the hash.
    §

    fn from_slice_delegated(sl: &[u8]) -> Result<LegacySighash, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where S: Serializer,

    Do serde serialization.
    §

    fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Do serde deserialization.
    §

    impl Serialize for LegacySighash

    §

    fn serialize<S>( + D: Deserializer<'de>,

    Do serde deserialization.
    §

    impl Serialize for LegacySighash

    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where @@ -46,5 +46,5 @@ operator. Display + ?Sized,

    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/sighash/struct.SegwitV0Sighash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/sighash/struct.SegwitV0Sighash.html index 78812adb24..75dd4aefab 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/sighash/struct.SegwitV0Sighash.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/sighash/struct.SegwitV0Sighash.html @@ -2,16 +2,16 @@

    Implementations§

    §

    impl SegwitV0Sighash

    pub fn from_raw_hash(inner: Hash) -> SegwitV0Sighash

    Creates this wrapper type from the inner hash type.

    pub fn to_raw_hash(self) -> Hash

    Returns the inner hash (sha256, sh256d etc.).

    pub fn as_raw_hash(&self) -> &Hash

    Returns a reference to the inner hash (sha256, sh256d etc.).

    -

    Trait Implementations§

    §

    impl AsRef<[u8]> for SegwitV0Sighash

    §

    fn as_ref(&self) -> &[u8] ⓘ

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl AsRef<[u8; 32]> for SegwitV0Sighash

    §

    fn as_ref(&self) -> &[u8; 32]

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl Borrow<[u8]> for SegwitV0Sighash

    §

    fn borrow(&self) -> &[u8] ⓘ

    Immutably borrows from an owned value. Read more
    §

    impl Clone for SegwitV0Sighash

    §

    fn clone(&self) -> SegwitV0Sighash

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for SegwitV0Sighash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for SegwitV0Sighash

    Trait Implementations§

    §

    impl AsRef<[u8]> for SegwitV0Sighash

    §

    fn as_ref(&self) -> &[u8] ⓘ

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl AsRef<[u8; 32]> for SegwitV0Sighash

    §

    fn as_ref(&self) -> &[u8; 32]

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl Borrow<[u8]> for SegwitV0Sighash

    §

    fn borrow(&self) -> &[u8] ⓘ

    Immutably borrows from an owned value. Read more
    §

    impl Clone for SegwitV0Sighash

    §

    fn clone(&self) -> SegwitV0Sighash

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for SegwitV0Sighash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for SegwitV0Sighash

    §

    fn deserialize<D>( d: D ) -> Result<SegwitV0Sighash, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for SegwitV0Sighash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<Hash> for SegwitV0Sighash

    §

    fn from(inner: Hash) -> SegwitV0Sighash

    Converts to this type from the input type.
    §

    impl From<SegwitV0Sighash> for Hash

    §

    fn from(hashtype: SegwitV0Sighash) -> Hash

    Converts to this type from the input type.
    §

    impl From<SegwitV0Sighash> for Message

    §

    fn from(hash: SegwitV0Sighash) -> Message

    Converts to this type from the input type.
    §

    impl FromStr for SegwitV0Sighash

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    §

    fn from_str( + D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for SegwitV0Sighash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<Hash> for SegwitV0Sighash

    §

    fn from(inner: Hash) -> SegwitV0Sighash

    Converts to this type from the input type.
    §

    impl From<SegwitV0Sighash> for Hash

    §

    fn from(hashtype: SegwitV0Sighash) -> Hash

    Converts to this type from the input type.
    §

    impl From<SegwitV0Sighash> for Message

    §

    fn from(hash: SegwitV0Sighash) -> Message

    Converts to this type from the input type.
    §

    impl FromStr for SegwitV0Sighash

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    §

    fn from_str( s: &str -) -> Result<SegwitV0Sighash, <SegwitV0Sighash as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for SegwitV0Sighash

    §

    type Engine = <Hash as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected +) -> Result<SegwitV0Sighash, <SegwitV0Sighash as FromStr>::Err>
    Parses a string s to return a value of this type. Read more
    §

    impl Hash for SegwitV0Sighash

    §

    type Engine = <Hash as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
    §

    type Bytes = <Hash as Hash>::Bytes

    The byte array that represents the hash internally.
    §

    const LEN: usize = 32usize

    Length of the hash, in bytes.
    §

    const DISPLAY_BACKWARD: bool = false

    Flag indicating whether user-visible serializations of this hash +any conditions.
    §

    type Bytes = <Hash as Hash>::Bytes

    The byte array that represents the hash internally.
    §

    const LEN: usize = 32usize

    Length of the hash, in bytes.
    §

    const DISPLAY_BACKWARD: bool = false

    Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
    §

    fn engine() -> <SegwitV0Sighash as Hash>::Engine

    Constructs a new engine.
    §

    fn from_engine(e: <SegwitV0Sighash as Hash>::Engine) -> SegwitV0Sighash

    Produces a hash from the current state of a given engine.
    §

    fn from_slice(sl: &[u8]) -> Result<SegwitV0Sighash, FromSliceError>

    Copies a byte slice into a hash object.
    §

    fn from_byte_array(bytes: <SegwitV0Sighash as Hash>::Bytes) -> SegwitV0Sighash

    Constructs a hash from the underlying byte array.
    §

    fn to_byte_array(self) -> <SegwitV0Sighash as Hash>::Bytes

    Returns the underlying byte array.
    §

    fn as_byte_array(&self) -> &<SegwitV0Sighash as Hash>::Bytes

    Returns a reference to the underlying byte array.
    §

    fn all_zeros() -> SegwitV0Sighash

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where +true for Sha256dHash, so here we are.

    §

    fn engine() -> <SegwitV0Sighash as Hash>::Engine

    Constructs a new engine.
    §

    fn from_engine(e: <SegwitV0Sighash as Hash>::Engine) -> SegwitV0Sighash

    Produces a hash from the current state of a given engine.
    §

    fn from_slice(sl: &[u8]) -> Result<SegwitV0Sighash, FromSliceError>

    Copies a byte slice into a hash object.
    §

    fn from_byte_array(bytes: <SegwitV0Sighash as Hash>::Bytes) -> SegwitV0Sighash

    Constructs a hash from the underlying byte array.
    §

    fn to_byte_array(self) -> <SegwitV0Sighash as Hash>::Bytes

    Returns the underlying byte array.
    §

    fn as_byte_array(&self) -> &<SegwitV0Sighash as Hash>::Bytes

    Returns a reference to the underlying byte array.
    §

    fn all_zeros() -> SegwitV0Sighash

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where B: AsRef<[u8]>, I: IntoIterator<Item = B>,

    Hashes all the byte slices retrieved from the iterator together.
    §

    impl Hash for SegwitV0Sighash

    §

    fn hash<__H>(&self, state: &mut __H)
    where __H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where @@ -24,12 +24,12 @@ true for Sha256dHash, so here we are.

    ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    §

    impl PartialOrd for SegwitV0Sighash

    §

    fn partial_cmp(&self, other: &SegwitV0Sighash) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
    §

    impl SerdeHash for SegwitV0Sighash

    §

    const N: usize = 32usize

    Size, in bits, of the hash.
    §

    fn from_slice_delegated(sl: &[u8]) -> Result<SegwitV0Sighash, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( +operator. Read more

    §

    impl SerdeHash for SegwitV0Sighash

    §

    const N: usize = 32usize

    Size, in bits, of the hash.
    §

    fn from_slice_delegated(sl: &[u8]) -> Result<SegwitV0Sighash, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where S: Serializer,

    Do serde serialization.
    §

    fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Do serde deserialization.
    §

    impl Serialize for SegwitV0Sighash

    §

    fn serialize<S>( + D: Deserializer<'de>,

    Do serde deserialization.
    §

    impl Serialize for SegwitV0Sighash

    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where @@ -48,5 +48,5 @@ operator. Display + ?Sized,

    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/sighash/struct.TapSighash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/sighash/struct.TapSighash.html index 683657f2b8..75bad21a65 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/sighash/struct.TapSighash.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/sighash/struct.TapSighash.html @@ -4,11 +4,11 @@

    pub fn to_raw_hash(self) -> Hash<TapSighashTag>

    Returns the inner hash (sha256, sh256d etc.).

    pub fn as_raw_hash(&self) -> &Hash<TapSighashTag>

    Returns a reference to the inner hash (sha256, sh256d etc.).

    Trait Implementations§

    §

    impl AsRef<[u8]> for TapSighash

    §

    fn as_ref(&self) -> &[u8] ⓘ

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl AsRef<[u8; 32]> for TapSighash

    §

    fn as_ref(&self) -> &[u8; 32]

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl Borrow<[u8]> for TapSighash

    §

    fn borrow(&self) -> &[u8] ⓘ

    Immutably borrows from an owned value. Read more
    §

    impl Clone for TapSighash

    §

    fn clone(&self) -> TapSighash

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for TapSighash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for TapSighash

    §

    fn deserialize<D>(d: D) -> Result<TapSighash, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for TapSighash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<Hash<TapSighashTag>> for TapSighash

    §

    fn from(inner: Hash<TapSighashTag>) -> TapSighash

    Converts to this type from the input type.
    §

    impl From<TapSighash> for Hash<TapSighashTag>

    §

    fn from(hashtype: TapSighash) -> Hash<TapSighashTag>

    Converts to this type from the input type.
    §

    impl From<TapSighash> for Message

    §

    fn from(hash: TapSighash) -> Message

    Converts to this type from the input type.
    §

    impl FromStr for TapSighash

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<TapSighash, <TapSighash as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for TapSighash

    §

    type Engine = <Hash<TapSighashTag> as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected + D: Deserializer<'de>,
    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for TapSighash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<Hash<TapSighashTag>> for TapSighash

    §

    fn from(inner: Hash<TapSighashTag>) -> TapSighash

    Converts to this type from the input type.
    §

    impl From<TapSighash> for Hash<TapSighashTag>

    §

    fn from(hashtype: TapSighash) -> Hash<TapSighashTag>

    Converts to this type from the input type.
    §

    impl From<TapSighash> for Message

    §

    fn from(hash: TapSighash) -> Message

    Converts to this type from the input type.
    §

    impl FromStr for TapSighash

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<TapSighash, <TapSighash as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for TapSighash

    §

    type Engine = <Hash<TapSighashTag> as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
    §

    type Bytes = <Hash<TapSighashTag> as Hash>::Bytes

    The byte array that represents the hash internally.
    §

    const LEN: usize = 32usize

    Length of the hash, in bytes.
    §

    const DISPLAY_BACKWARD: bool = false

    Flag indicating whether user-visible serializations of this hash +any conditions.
    §

    type Bytes = <Hash<TapSighashTag> as Hash>::Bytes

    The byte array that represents the hash internally.
    §

    const LEN: usize = 32usize

    Length of the hash, in bytes.
    §

    const DISPLAY_BACKWARD: bool = false

    Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
    §

    fn engine() -> <TapSighash as Hash>::Engine

    Constructs a new engine.
    §

    fn from_engine(e: <TapSighash as Hash>::Engine) -> TapSighash

    Produces a hash from the current state of a given engine.
    §

    fn from_slice(sl: &[u8]) -> Result<TapSighash, FromSliceError>

    Copies a byte slice into a hash object.
    §

    fn from_byte_array(bytes: <TapSighash as Hash>::Bytes) -> TapSighash

    Constructs a hash from the underlying byte array.
    §

    fn to_byte_array(self) -> <TapSighash as Hash>::Bytes

    Returns the underlying byte array.
    §

    fn as_byte_array(&self) -> &<TapSighash as Hash>::Bytes

    Returns a reference to the underlying byte array.
    §

    fn all_zeros() -> TapSighash

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where +true for Sha256dHash, so here we are.

    §

    fn engine() -> <TapSighash as Hash>::Engine

    Constructs a new engine.
    §

    fn from_engine(e: <TapSighash as Hash>::Engine) -> TapSighash

    Produces a hash from the current state of a given engine.
    §

    fn from_slice(sl: &[u8]) -> Result<TapSighash, FromSliceError>

    Copies a byte slice into a hash object.
    §

    fn from_byte_array(bytes: <TapSighash as Hash>::Bytes) -> TapSighash

    Constructs a hash from the underlying byte array.
    §

    fn to_byte_array(self) -> <TapSighash as Hash>::Bytes

    Returns the underlying byte array.
    §

    fn as_byte_array(&self) -> &<TapSighash as Hash>::Bytes

    Returns a reference to the underlying byte array.
    §

    fn all_zeros() -> TapSighash

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where B: AsRef<[u8]>, I: IntoIterator<Item = B>,

    Hashes all the byte slices retrieved from the iterator together.
    §

    impl Hash for TapSighash

    §

    fn hash<__H>(&self, state: &mut __H)
    where __H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where @@ -21,12 +21,12 @@ true for Sha256dHash, so here we are.

    ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    §

    impl PartialOrd for TapSighash

    §

    fn partial_cmp(&self, other: &TapSighash) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
    §

    impl SerdeHash for TapSighash

    §

    const N: usize = 32usize

    Size, in bits, of the hash.
    §

    fn from_slice_delegated(sl: &[u8]) -> Result<TapSighash, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( +operator. Read more

    §

    impl SerdeHash for TapSighash

    §

    const N: usize = 32usize

    Size, in bits, of the hash.
    §

    fn from_slice_delegated(sl: &[u8]) -> Result<TapSighash, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where S: Serializer,

    Do serde serialization.
    §

    fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Do serde deserialization.
    §

    impl Serialize for TapSighash

    §

    fn serialize<S>( + D: Deserializer<'de>,

    Do serde deserialization.
    §

    impl Serialize for TapSighash

    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where @@ -45,5 +45,5 @@ operator. Display + ?Sized,

    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Address.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Address.html index c9bb7c532e..967b5d011e 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Address.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Address.html @@ -264,5 +264,5 @@ operator. Display + ?Sized,
    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Amount.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Amount.html index 80e98f79c5..18a1e5c4a8 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Amount.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Amount.html @@ -151,5 +151,5 @@ happen it returns None.
    Display + ?Sized,
    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Block.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Block.html index 868a695758..ef44159b24 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Block.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Block.html @@ -56,5 +56,5 @@ sufficient, and should not be overridden without very good reason.Clone,
    §

    type Owned = T

    The resulting type after obtaining ownership.
    source§

    fn to_owned(&self) -> T

    Creates owned data from borrowed data, usually by cloning. Read more
    source§

    fn clone_into(&self, target: &mut T)

    Uses borrowed data to replace owned data, usually by cloning. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.BlockHash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.BlockHash.html index 5f79958fbe..eed3650784 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.BlockHash.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.BlockHash.html @@ -6,11 +6,11 @@ R: BufRead + ?Sized,
    Decode an object with a well-defined format. Read more
    §

    fn consensus_decode_from_finite_reader<R>(reader: &mut R) -> Result<Self, Error>
    where R: BufRead + ?Sized,

    Decode Self from a size-limited reader. Read more
    §

    impl<'de> Deserialize<'de> for BlockHash

    §

    fn deserialize<D>(d: D) -> Result<BlockHash, <D as Deserializer<'de>>::Error>
    where D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for BlockHash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Encodable for BlockHash

    §

    fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
    where - W: Write + ?Sized,

    Encodes an object with a well-defined format. Read more
    §

    impl From<&Block> for BlockHash

    §

    fn from(block: &Block) -> BlockHash

    Converts to this type from the input type.
    §

    impl From<&Header> for BlockHash

    §

    fn from(header: &Header) -> BlockHash

    Converts to this type from the input type.
    §

    impl From<Block> for BlockHash

    §

    fn from(block: Block) -> BlockHash

    Converts to this type from the input type.
    §

    impl From<BlockHash> for Hash

    §

    fn from(hashtype: BlockHash) -> Hash

    Converts to this type from the input type.
    §

    impl From<Hash> for BlockHash

    §

    fn from(inner: Hash) -> BlockHash

    Converts to this type from the input type.
    §

    impl From<Header> for BlockHash

    §

    fn from(header: Header) -> BlockHash

    Converts to this type from the input type.
    §

    impl FromStr for BlockHash

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<BlockHash, <BlockHash as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for BlockHash

    §

    type Engine = <Hash as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected + W: Write + ?Sized,
    Encodes an object with a well-defined format. Read more
    §

    impl From<&Block> for BlockHash

    §

    fn from(block: &Block) -> BlockHash

    Converts to this type from the input type.
    §

    impl From<&Header> for BlockHash

    §

    fn from(header: &Header) -> BlockHash

    Converts to this type from the input type.
    §

    impl From<Block> for BlockHash

    §

    fn from(block: Block) -> BlockHash

    Converts to this type from the input type.
    §

    impl From<BlockHash> for Hash

    §

    fn from(hashtype: BlockHash) -> Hash

    Converts to this type from the input type.
    §

    impl From<Hash> for BlockHash

    §

    fn from(inner: Hash) -> BlockHash

    Converts to this type from the input type.
    §

    impl From<Header> for BlockHash

    §

    fn from(header: Header) -> BlockHash

    Converts to this type from the input type.
    §

    impl FromStr for BlockHash

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<BlockHash, <BlockHash as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for BlockHash

    §

    type Engine = <Hash as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
    §

    type Bytes = <Hash as Hash>::Bytes

    The byte array that represents the hash internally.
    §

    const LEN: usize = 32usize

    Length of the hash, in bytes.
    §

    const DISPLAY_BACKWARD: bool = true

    Flag indicating whether user-visible serializations of this hash +any conditions.
    §

    type Bytes = <Hash as Hash>::Bytes

    The byte array that represents the hash internally.
    §

    const LEN: usize = 32usize

    Length of the hash, in bytes.
    §

    const DISPLAY_BACKWARD: bool = true

    Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
    §

    fn engine() -> <BlockHash as Hash>::Engine

    Constructs a new engine.
    §

    fn from_engine(e: <BlockHash as Hash>::Engine) -> BlockHash

    Produces a hash from the current state of a given engine.
    §

    fn from_slice(sl: &[u8]) -> Result<BlockHash, FromSliceError>

    Copies a byte slice into a hash object.
    §

    fn from_byte_array(bytes: <BlockHash as Hash>::Bytes) -> BlockHash

    Constructs a hash from the underlying byte array.
    §

    fn to_byte_array(self) -> <BlockHash as Hash>::Bytes

    Returns the underlying byte array.
    §

    fn as_byte_array(&self) -> &<BlockHash as Hash>::Bytes

    Returns a reference to the underlying byte array.
    §

    fn all_zeros() -> BlockHash

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where +true for Sha256dHash, so here we are.

    §

    fn engine() -> <BlockHash as Hash>::Engine

    Constructs a new engine.
    §

    fn from_engine(e: <BlockHash as Hash>::Engine) -> BlockHash

    Produces a hash from the current state of a given engine.
    §

    fn from_slice(sl: &[u8]) -> Result<BlockHash, FromSliceError>

    Copies a byte slice into a hash object.
    §

    fn from_byte_array(bytes: <BlockHash as Hash>::Bytes) -> BlockHash

    Constructs a hash from the underlying byte array.
    §

    fn to_byte_array(self) -> <BlockHash as Hash>::Bytes

    Returns the underlying byte array.
    §

    fn as_byte_array(&self) -> &<BlockHash as Hash>::Bytes

    Returns a reference to the underlying byte array.
    §

    fn all_zeros() -> BlockHash

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where B: AsRef<[u8]>, I: IntoIterator<Item = B>,

    Hashes all the byte slices retrieved from the iterator together.
    §

    impl Hash for BlockHash

    §

    fn hash<__H>(&self, state: &mut __H)
    where __H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where @@ -23,12 +23,12 @@ true for Sha256dHash, so here we are.

    ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    §

    impl PartialOrd for BlockHash

    §

    fn partial_cmp(&self, other: &BlockHash) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
    §

    impl SerdeHash for BlockHash

    §

    const N: usize = 32usize

    Size, in bits, of the hash.
    §

    fn from_slice_delegated(sl: &[u8]) -> Result<BlockHash, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( +operator. Read more

    §

    impl SerdeHash for BlockHash

    §

    const N: usize = 32usize

    Size, in bits, of the hash.
    §

    fn from_slice_delegated(sl: &[u8]) -> Result<BlockHash, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where S: Serializer,

    Do serde serialization.
    §

    fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Do serde deserialization.
    §

    impl Serialize for BlockHash

    §

    fn serialize<S>( + D: Deserializer<'de>,

    Do serde deserialization.
    §

    impl Serialize for BlockHash

    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where @@ -47,5 +47,5 @@ operator. Display + ?Sized,

    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.CompactTarget.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.CompactTarget.html index 8f0b69cec0..44c62bc39c 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.CompactTarget.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.CompactTarget.html @@ -41,5 +41,5 @@ operator. Clone,
    §

    type Owned = T

    The resulting type after obtaining ownership.
    source§

    fn to_owned(&self) -> T

    Creates owned data from borrowed data, usually by cloning. Read more
    source§

    fn clone_into(&self, target: &mut T)

    Uses borrowed data to replace owned data, usually by cloning. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.CompressedPublicKey.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.CompressedPublicKey.html index d8e0ee8999..65e9ac215b 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.CompressedPublicKey.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.CompressedPublicKey.html @@ -28,7 +28,7 @@ That’s why this type doesn’t have the to_sort_key method - it w

    Trait Implementations§

    §

    impl Clone for CompressedPublicKey

    §

    fn clone(&self) -> CompressedPublicKey

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for CompressedPublicKey

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for CompressedPublicKey

    §

    fn deserialize<D>( d: D ) -> Result<CompressedPublicKey, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for CompressedPublicKey

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<&CompressedPublicKey> for PubkeyHash

    §

    fn from(key: &CompressedPublicKey) -> PubkeyHash

    Converts to this type from the input type.
    §

    impl From<&CompressedPublicKey> for WPubkeyHash

    §

    fn from(key: &CompressedPublicKey) -> WPubkeyHash

    Converts to this type from the input type.
    §

    impl From<CompressedPublicKey> for PubkeyHash

    §

    fn from(key: CompressedPublicKey) -> PubkeyHash

    Converts to this type from the input type.
    §

    impl From<CompressedPublicKey> for PublicKey

    §

    fn from(value: CompressedPublicKey) -> PublicKey

    Converts to this type from the input type.
    §

    impl From<CompressedPublicKey> for WPubkeyHash

    §

    fn from(key: CompressedPublicKey) -> WPubkeyHash

    Converts to this type from the input type.
    §

    impl From<CompressedPublicKey> for XOnlyPublicKey

    §

    fn from(pk: CompressedPublicKey) -> XOnlyPublicKey

    Converts to this type from the input type.
    §

    impl FromStr for CompressedPublicKey

    §

    type Err = ParseCompressedPublicKeyError

    The associated error which can be returned from parsing.
    §

    fn from_str( + D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for CompressedPublicKey

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<&CompressedPublicKey> for PubkeyHash

    §

    fn from(key: &CompressedPublicKey) -> PubkeyHash

    Converts to this type from the input type.
    §

    impl From<&CompressedPublicKey> for WPubkeyHash

    §

    fn from(key: &CompressedPublicKey) -> WPubkeyHash

    Converts to this type from the input type.
    §

    impl From<CompressedPublicKey> for PubkeyHash

    §

    fn from(key: CompressedPublicKey) -> PubkeyHash

    Converts to this type from the input type.
    §

    impl From<CompressedPublicKey> for PublicKey

    §

    fn from(value: CompressedPublicKey) -> PublicKey

    Converts to this type from the input type.
    §

    impl From<CompressedPublicKey> for WPubkeyHash

    §

    fn from(key: CompressedPublicKey) -> WPubkeyHash

    Converts to this type from the input type.
    §

    impl From<CompressedPublicKey> for XOnlyPublicKey

    §

    fn from(pk: CompressedPublicKey) -> XOnlyPublicKey

    Converts to this type from the input type.
    §

    impl FromStr for CompressedPublicKey

    §

    type Err = ParseCompressedPublicKeyError

    The associated error which can be returned from parsing.
    §

    fn from_str( s: &str ) -> Result<CompressedPublicKey, <CompressedPublicKey as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for CompressedPublicKey

    §

    fn hash<__H>(&self, state: &mut __H)
    where __H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where @@ -61,5 +61,5 @@ operator. Display + ?Sized,

    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.FeeRate.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.FeeRate.html index 284b1d8e3b..4e1806167c 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.FeeRate.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.FeeRate.html @@ -51,9 +51,9 @@ operator. Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>
    where - __S: Serializer,
    Serialize this value into the given Serde serializer. Read more
    §

    impl TryFrom<&str> for FeeRate

    §

    type Error = ParseIntError

    The type returned in the event of a conversion error.
    §

    fn try_from(s: &str) -> Result<FeeRate, <FeeRate as TryFrom<&str>>::Error>

    Performs the conversion.
    §

    impl TryFrom<Box<str>> for FeeRate

    §

    type Error = ParseIntError

    The type returned in the event of a conversion error.
    §

    fn try_from( + __S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    §

    impl TryFrom<&str> for FeeRate

    §

    type Error = ParseIntError

    The type returned in the event of a conversion error.
    §

    fn try_from(s: &str) -> Result<FeeRate, <FeeRate as TryFrom<&str>>::Error>

    Performs the conversion.
    §

    impl TryFrom<Box<str>> for FeeRate

    §

    type Error = ParseIntError

    The type returned in the event of a conversion error.
    §

    fn try_from( s: Box<str> -) -> Result<FeeRate, <FeeRate as TryFrom<Box<str>>>::Error>

    Performs the conversion.
    §

    impl TryFrom<String> for FeeRate

    §

    type Error = ParseIntError

    The type returned in the event of a conversion error.
    §

    fn try_from(s: String) -> Result<FeeRate, <FeeRate as TryFrom<String>>::Error>

    Performs the conversion.
    §

    impl Copy for FeeRate

    §

    impl Eq for FeeRate

    §

    impl StructuralPartialEq for FeeRate

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where +) -> Result<FeeRate, <FeeRate as TryFrom<Box<str>>>::Error>

    Performs the conversion.
    §

    impl TryFrom<String> for FeeRate

    §

    type Error = ParseIntError

    The type returned in the event of a conversion error.
    §

    fn try_from(s: String) -> Result<FeeRate, <FeeRate as TryFrom<String>>::Error>

    Performs the conversion.
    §

    impl Copy for FeeRate

    §

    impl Eq for FeeRate

    §

    impl StructuralPartialEq for FeeRate

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for T
    where T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for T
    where T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    §

    impl<Q, K> Equivalent<K> for Q
    where @@ -68,5 +68,5 @@ operator. Display + ?Sized,

    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.FilterHash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.FilterHash.html index 7c12a1bddc..f0487d4140 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.FilterHash.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.FilterHash.html @@ -10,11 +10,11 @@ R: BufRead + ?Sized,
    Decode an object with a well-defined format. Read more
    §

    fn consensus_decode_from_finite_reader<R>(reader: &mut R) -> Result<Self, Error>
    where R: BufRead + ?Sized,

    Decode Self from a size-limited reader. Read more
    §

    impl<'de> Deserialize<'de> for FilterHash

    §

    fn deserialize<D>(d: D) -> Result<FilterHash, <D as Deserializer<'de>>::Error>
    where D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for FilterHash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Encodable for FilterHash

    §

    fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
    where - W: Write + ?Sized,

    Encodes an object with a well-defined format. Read more
    §

    impl From<FilterHash> for Hash

    §

    fn from(hashtype: FilterHash) -> Hash

    Converts to this type from the input type.
    §

    impl From<Hash> for FilterHash

    §

    fn from(inner: Hash) -> FilterHash

    Converts to this type from the input type.
    §

    impl FromStr for FilterHash

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<FilterHash, <FilterHash as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for FilterHash

    §

    type Engine = <Hash as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected + W: Write + ?Sized,
    Encodes an object with a well-defined format. Read more
    §

    impl From<FilterHash> for Hash

    §

    fn from(hashtype: FilterHash) -> Hash

    Converts to this type from the input type.
    §

    impl From<Hash> for FilterHash

    §

    fn from(inner: Hash) -> FilterHash

    Converts to this type from the input type.
    §

    impl FromStr for FilterHash

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<FilterHash, <FilterHash as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for FilterHash

    §

    type Engine = <Hash as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
    §

    type Bytes = <Hash as Hash>::Bytes

    The byte array that represents the hash internally.
    §

    const LEN: usize = 32usize

    Length of the hash, in bytes.
    §

    const DISPLAY_BACKWARD: bool = true

    Flag indicating whether user-visible serializations of this hash +any conditions.
    §

    type Bytes = <Hash as Hash>::Bytes

    The byte array that represents the hash internally.
    §

    const LEN: usize = 32usize

    Length of the hash, in bytes.
    §

    const DISPLAY_BACKWARD: bool = true

    Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
    §

    fn engine() -> <FilterHash as Hash>::Engine

    Constructs a new engine.
    §

    fn from_engine(e: <FilterHash as Hash>::Engine) -> FilterHash

    Produces a hash from the current state of a given engine.
    §

    fn from_slice(sl: &[u8]) -> Result<FilterHash, FromSliceError>

    Copies a byte slice into a hash object.
    §

    fn from_byte_array(bytes: <FilterHash as Hash>::Bytes) -> FilterHash

    Constructs a hash from the underlying byte array.
    §

    fn to_byte_array(self) -> <FilterHash as Hash>::Bytes

    Returns the underlying byte array.
    §

    fn as_byte_array(&self) -> &<FilterHash as Hash>::Bytes

    Returns a reference to the underlying byte array.
    §

    fn all_zeros() -> FilterHash

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where +true for Sha256dHash, so here we are.

    §

    fn engine() -> <FilterHash as Hash>::Engine

    Constructs a new engine.
    §

    fn from_engine(e: <FilterHash as Hash>::Engine) -> FilterHash

    Produces a hash from the current state of a given engine.
    §

    fn from_slice(sl: &[u8]) -> Result<FilterHash, FromSliceError>

    Copies a byte slice into a hash object.
    §

    fn from_byte_array(bytes: <FilterHash as Hash>::Bytes) -> FilterHash

    Constructs a hash from the underlying byte array.
    §

    fn to_byte_array(self) -> <FilterHash as Hash>::Bytes

    Returns the underlying byte array.
    §

    fn as_byte_array(&self) -> &<FilterHash as Hash>::Bytes

    Returns a reference to the underlying byte array.
    §

    fn all_zeros() -> FilterHash

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where B: AsRef<[u8]>, I: IntoIterator<Item = B>,

    Hashes all the byte slices retrieved from the iterator together.
    §

    impl Hash for FilterHash

    §

    fn hash<__H>(&self, state: &mut __H)
    where __H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where @@ -27,12 +27,12 @@ true for Sha256dHash, so here we are.

    ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    §

    impl PartialOrd for FilterHash

    §

    fn partial_cmp(&self, other: &FilterHash) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
    §

    impl SerdeHash for FilterHash

    §

    const N: usize = 32usize

    Size, in bits, of the hash.
    §

    fn from_slice_delegated(sl: &[u8]) -> Result<FilterHash, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( +operator. Read more

    §

    impl SerdeHash for FilterHash

    §

    const N: usize = 32usize

    Size, in bits, of the hash.
    §

    fn from_slice_delegated(sl: &[u8]) -> Result<FilterHash, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where S: Serializer,

    Do serde serialization.
    §

    fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Do serde deserialization.
    §

    impl Serialize for FilterHash

    §

    fn serialize<S>( + D: Deserializer<'de>,

    Do serde deserialization.
    §

    impl Serialize for FilterHash

    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where @@ -51,5 +51,5 @@ operator. Display + ?Sized,

    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.FilterHeader.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.FilterHeader.html index 5c35c8ee5d..f48a049638 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.FilterHeader.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.FilterHeader.html @@ -6,11 +6,11 @@ R: BufRead + ?Sized,
    Decode an object with a well-defined format. Read more
    §

    fn consensus_decode_from_finite_reader<R>(reader: &mut R) -> Result<Self, Error>
    where R: BufRead + ?Sized,

    Decode Self from a size-limited reader. Read more
    §

    impl<'de> Deserialize<'de> for FilterHeader

    §

    fn deserialize<D>(d: D) -> Result<FilterHeader, <D as Deserializer<'de>>::Error>
    where D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for FilterHeader

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Encodable for FilterHeader

    §

    fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
    where - W: Write + ?Sized,

    Encodes an object with a well-defined format. Read more
    §

    impl From<FilterHeader> for Hash

    §

    fn from(hashtype: FilterHeader) -> Hash

    Converts to this type from the input type.
    §

    impl From<Hash> for FilterHeader

    §

    fn from(inner: Hash) -> FilterHeader

    Converts to this type from the input type.
    §

    impl FromStr for FilterHeader

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<FilterHeader, <FilterHeader as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for FilterHeader

    §

    type Engine = <Hash as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected + W: Write + ?Sized,
    Encodes an object with a well-defined format. Read more
    §

    impl From<FilterHeader> for Hash

    §

    fn from(hashtype: FilterHeader) -> Hash

    Converts to this type from the input type.
    §

    impl From<Hash> for FilterHeader

    §

    fn from(inner: Hash) -> FilterHeader

    Converts to this type from the input type.
    §

    impl FromStr for FilterHeader

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<FilterHeader, <FilterHeader as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for FilterHeader

    §

    type Engine = <Hash as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
    §

    type Bytes = <Hash as Hash>::Bytes

    The byte array that represents the hash internally.
    §

    const LEN: usize = 32usize

    Length of the hash, in bytes.
    §

    const DISPLAY_BACKWARD: bool = true

    Flag indicating whether user-visible serializations of this hash +any conditions.
    §

    type Bytes = <Hash as Hash>::Bytes

    The byte array that represents the hash internally.
    §

    const LEN: usize = 32usize

    Length of the hash, in bytes.
    §

    const DISPLAY_BACKWARD: bool = true

    Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
    §

    fn engine() -> <FilterHeader as Hash>::Engine

    Constructs a new engine.
    §

    fn from_engine(e: <FilterHeader as Hash>::Engine) -> FilterHeader

    Produces a hash from the current state of a given engine.
    §

    fn from_slice(sl: &[u8]) -> Result<FilterHeader, FromSliceError>

    Copies a byte slice into a hash object.
    §

    fn from_byte_array(bytes: <FilterHeader as Hash>::Bytes) -> FilterHeader

    Constructs a hash from the underlying byte array.
    §

    fn to_byte_array(self) -> <FilterHeader as Hash>::Bytes

    Returns the underlying byte array.
    §

    fn as_byte_array(&self) -> &<FilterHeader as Hash>::Bytes

    Returns a reference to the underlying byte array.
    §

    fn all_zeros() -> FilterHeader

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where +true for Sha256dHash, so here we are.

    §

    fn engine() -> <FilterHeader as Hash>::Engine

    Constructs a new engine.
    §

    fn from_engine(e: <FilterHeader as Hash>::Engine) -> FilterHeader

    Produces a hash from the current state of a given engine.
    §

    fn from_slice(sl: &[u8]) -> Result<FilterHeader, FromSliceError>

    Copies a byte slice into a hash object.
    §

    fn from_byte_array(bytes: <FilterHeader as Hash>::Bytes) -> FilterHeader

    Constructs a hash from the underlying byte array.
    §

    fn to_byte_array(self) -> <FilterHeader as Hash>::Bytes

    Returns the underlying byte array.
    §

    fn as_byte_array(&self) -> &<FilterHeader as Hash>::Bytes

    Returns a reference to the underlying byte array.
    §

    fn all_zeros() -> FilterHeader

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where B: AsRef<[u8]>, I: IntoIterator<Item = B>,

    Hashes all the byte slices retrieved from the iterator together.
    §

    impl Hash for FilterHeader

    §

    fn hash<__H>(&self, state: &mut __H)
    where __H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where @@ -23,12 +23,12 @@ true for Sha256dHash, so here we are.

    ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    §

    impl PartialOrd for FilterHeader

    §

    fn partial_cmp(&self, other: &FilterHeader) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
    §

    impl SerdeHash for FilterHeader

    §

    const N: usize = 32usize

    Size, in bits, of the hash.
    §

    fn from_slice_delegated(sl: &[u8]) -> Result<FilterHeader, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( +operator. Read more

    §

    impl SerdeHash for FilterHeader

    §

    const N: usize = 32usize

    Size, in bits, of the hash.
    §

    fn from_slice_delegated(sl: &[u8]) -> Result<FilterHeader, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where S: Serializer,

    Do serde serialization.
    §

    fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Do serde deserialization.
    §

    impl Serialize for FilterHeader

    §

    fn serialize<S>( + D: Deserializer<'de>,

    Do serde deserialization.
    §

    impl Serialize for FilterHeader

    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where @@ -47,5 +47,5 @@ operator. Display + ?Sized,

    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.LegacySighash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.LegacySighash.html index 233cbdf19f..6ddc0fdcab 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.LegacySighash.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.LegacySighash.html @@ -5,11 +5,11 @@

    Trait Implementations§

    §

    impl AsRef<[u8]> for LegacySighash

    §

    fn as_ref(&self) -> &[u8] ⓘ

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl AsRef<[u8; 32]> for LegacySighash

    §

    fn as_ref(&self) -> &[u8; 32]

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl Borrow<[u8]> for LegacySighash

    §

    fn borrow(&self) -> &[u8] ⓘ

    Immutably borrows from an owned value. Read more
    §

    impl Clone for LegacySighash

    §

    fn clone(&self) -> LegacySighash

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for LegacySighash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for LegacySighash

    §

    fn deserialize<D>( d: D ) -> Result<LegacySighash, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for LegacySighash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<Hash> for LegacySighash

    §

    fn from(inner: Hash) -> LegacySighash

    Converts to this type from the input type.
    §

    impl From<LegacySighash> for Hash

    §

    fn from(hashtype: LegacySighash) -> Hash

    Converts to this type from the input type.
    §

    impl From<LegacySighash> for Message

    §

    fn from(hash: LegacySighash) -> Message

    Converts to this type from the input type.
    §

    impl FromStr for LegacySighash

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<LegacySighash, <LegacySighash as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for LegacySighash

    §

    type Engine = <Hash as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected + D: Deserializer<'de>,
    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for LegacySighash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<Hash> for LegacySighash

    §

    fn from(inner: Hash) -> LegacySighash

    Converts to this type from the input type.
    §

    impl From<LegacySighash> for Hash

    §

    fn from(hashtype: LegacySighash) -> Hash

    Converts to this type from the input type.
    §

    impl From<LegacySighash> for Message

    §

    fn from(hash: LegacySighash) -> Message

    Converts to this type from the input type.
    §

    impl FromStr for LegacySighash

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<LegacySighash, <LegacySighash as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for LegacySighash

    §

    type Engine = <Hash as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
    §

    type Bytes = <Hash as Hash>::Bytes

    The byte array that represents the hash internally.
    §

    const LEN: usize = 32usize

    Length of the hash, in bytes.
    §

    const DISPLAY_BACKWARD: bool = false

    Flag indicating whether user-visible serializations of this hash +any conditions.
    §

    type Bytes = <Hash as Hash>::Bytes

    The byte array that represents the hash internally.
    §

    const LEN: usize = 32usize

    Length of the hash, in bytes.
    §

    const DISPLAY_BACKWARD: bool = false

    Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
    §

    fn engine() -> <LegacySighash as Hash>::Engine

    Constructs a new engine.
    §

    fn from_engine(e: <LegacySighash as Hash>::Engine) -> LegacySighash

    Produces a hash from the current state of a given engine.
    §

    fn from_slice(sl: &[u8]) -> Result<LegacySighash, FromSliceError>

    Copies a byte slice into a hash object.
    §

    fn from_byte_array(bytes: <LegacySighash as Hash>::Bytes) -> LegacySighash

    Constructs a hash from the underlying byte array.
    §

    fn to_byte_array(self) -> <LegacySighash as Hash>::Bytes

    Returns the underlying byte array.
    §

    fn as_byte_array(&self) -> &<LegacySighash as Hash>::Bytes

    Returns a reference to the underlying byte array.
    §

    fn all_zeros() -> LegacySighash

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where +true for Sha256dHash, so here we are.

    §

    fn engine() -> <LegacySighash as Hash>::Engine

    Constructs a new engine.
    §

    fn from_engine(e: <LegacySighash as Hash>::Engine) -> LegacySighash

    Produces a hash from the current state of a given engine.
    §

    fn from_slice(sl: &[u8]) -> Result<LegacySighash, FromSliceError>

    Copies a byte slice into a hash object.
    §

    fn from_byte_array(bytes: <LegacySighash as Hash>::Bytes) -> LegacySighash

    Constructs a hash from the underlying byte array.
    §

    fn to_byte_array(self) -> <LegacySighash as Hash>::Bytes

    Returns the underlying byte array.
    §

    fn as_byte_array(&self) -> &<LegacySighash as Hash>::Bytes

    Returns a reference to the underlying byte array.
    §

    fn all_zeros() -> LegacySighash

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where B: AsRef<[u8]>, I: IntoIterator<Item = B>,

    Hashes all the byte slices retrieved from the iterator together.
    §

    impl Hash for LegacySighash

    §

    fn hash<__H>(&self, state: &mut __H)
    where __H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where @@ -22,12 +22,12 @@ true for Sha256dHash, so here we are.

    ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    §

    impl PartialOrd for LegacySighash

    §

    fn partial_cmp(&self, other: &LegacySighash) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
    §

    impl SerdeHash for LegacySighash

    §

    const N: usize = 32usize

    Size, in bits, of the hash.
    §

    fn from_slice_delegated(sl: &[u8]) -> Result<LegacySighash, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( +operator. Read more

    §

    impl SerdeHash for LegacySighash

    §

    const N: usize = 32usize

    Size, in bits, of the hash.
    §

    fn from_slice_delegated(sl: &[u8]) -> Result<LegacySighash, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where S: Serializer,

    Do serde serialization.
    §

    fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Do serde deserialization.
    §

    impl Serialize for LegacySighash

    §

    fn serialize<S>( + D: Deserializer<'de>,

    Do serde deserialization.
    §

    impl Serialize for LegacySighash

    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where @@ -46,5 +46,5 @@ operator. Display + ?Sized,

    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Opcode.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Opcode.html index 058b519767..78de1ad4c8 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Opcode.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Opcode.html @@ -9,7 +9,7 @@ types of opcodes.

    in contexts where only pushes are supposed to be allowed.

    Implementations§

    §

    impl Opcode

    pub fn classify(self, ctx: ClassifyContext) -> Class

    Classifies an Opcode into a broad class.

    pub const fn to_u8(self) -> u8

    Encodes Opcode as a byte.

    -

    Trait Implementations§

    §

    impl Clone for Opcode

    §

    fn clone(&self) -> Opcode

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for Opcode

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Display for Opcode

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<WitnessVersion> for Opcode

    §

    fn from(version: WitnessVersion) -> Opcode

    Converts to this type from the input type.
    §

    impl From<u8> for Opcode

    §

    fn from(b: u8) -> Opcode

    Converts to this type from the input type.
    §

    impl PartialEq for Opcode

    §

    fn eq(&self, other: &Opcode) -> bool

    This method tests for self and other values to be equal, and is used +

    Trait Implementations§

    §

    impl Clone for Opcode

    §

    fn clone(&self) -> Opcode

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for Opcode

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Display for Opcode

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<WitnessVersion> for Opcode

    §

    fn from(version: WitnessVersion) -> Opcode

    Converts to this type from the input type.
    §

    impl From<u8> for Opcode

    §

    fn from(b: u8) -> Opcode

    Converts to this type from the input type.
    §

    impl PartialEq for Opcode

    §

    fn eq(&self, other: &Opcode) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    §

    impl Serialize for Opcode

    §

    fn serialize<S>( &self, diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.OutPoint.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.OutPoint.html index 69af4d6ca7..eb12b44ba0 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.OutPoint.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.OutPoint.html @@ -57,5 +57,5 @@ operator. Display + ?Sized,

    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.PrivateKey.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.PrivateKey.html index 2943a614a8..84d1b07254 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.PrivateKey.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.PrivateKey.html @@ -47,5 +47,5 @@ sufficient, and should not be overridden without very good reason.Display + ?Sized,
    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Psbt.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Psbt.html index 250cd945f0..4d1fadaa05 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Psbt.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Psbt.html @@ -160,5 +160,5 @@ or the interpreter check fails.
    Display + ?Sized,
    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.PubkeyHash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.PubkeyHash.html index c8bf85e94c..6f35fabeb4 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.PubkeyHash.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.PubkeyHash.html @@ -3,11 +3,11 @@

    pub fn to_raw_hash(self) -> Hash

    Returns the inner hash (sha256, sh256d etc.).

    pub fn as_raw_hash(&self) -> &Hash

    Returns a reference to the inner hash (sha256, sh256d etc.).

    Trait Implementations§

    §

    impl AsRef<[u8]> for PubkeyHash

    §

    fn as_ref(&self) -> &[u8] ⓘ

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl AsRef<[u8; 20]> for PubkeyHash

    §

    fn as_ref(&self) -> &[u8; 20]

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl AsRef<PushBytes> for PubkeyHash

    §

    fn as_ref(&self) -> &PushBytes

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl Borrow<[u8]> for PubkeyHash

    §

    fn borrow(&self) -> &[u8] ⓘ

    Immutably borrows from an owned value. Read more
    §

    impl Clone for PubkeyHash

    §

    fn clone(&self) -> PubkeyHash

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for PubkeyHash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for PubkeyHash

    §

    fn deserialize<D>(d: D) -> Result<PubkeyHash, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for PubkeyHash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<&CompressedPublicKey> for PubkeyHash

    §

    fn from(key: &CompressedPublicKey) -> PubkeyHash

    Converts to this type from the input type.
    §

    impl From<&PublicKey> for PubkeyHash

    §

    fn from(key: &PublicKey) -> PubkeyHash

    Converts to this type from the input type.
    §

    impl From<CompressedPublicKey> for PubkeyHash

    §

    fn from(key: CompressedPublicKey) -> PubkeyHash

    Converts to this type from the input type.
    §

    impl From<Hash> for PubkeyHash

    §

    fn from(inner: Hash) -> PubkeyHash

    Converts to this type from the input type.
    §

    impl From<PubkeyHash> for Hash

    §

    fn from(hashtype: PubkeyHash) -> Hash

    Converts to this type from the input type.
    §

    impl From<PubkeyHash> for PushBytesBuf

    §

    fn from(hash: PubkeyHash) -> PushBytesBuf

    Converts to this type from the input type.
    §

    impl From<PublicKey> for PubkeyHash

    §

    fn from(key: PublicKey) -> PubkeyHash

    Converts to this type from the input type.
    §

    impl FromStr for PubkeyHash

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<PubkeyHash, <PubkeyHash as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for PubkeyHash

    §

    type Engine = <Hash as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected + D: Deserializer<'de>,
    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for PubkeyHash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<&CompressedPublicKey> for PubkeyHash

    §

    fn from(key: &CompressedPublicKey) -> PubkeyHash

    Converts to this type from the input type.
    §

    impl From<&PublicKey> for PubkeyHash

    §

    fn from(key: &PublicKey) -> PubkeyHash

    Converts to this type from the input type.
    §

    impl From<CompressedPublicKey> for PubkeyHash

    §

    fn from(key: CompressedPublicKey) -> PubkeyHash

    Converts to this type from the input type.
    §

    impl From<Hash> for PubkeyHash

    §

    fn from(inner: Hash) -> PubkeyHash

    Converts to this type from the input type.
    §

    impl From<PubkeyHash> for Hash

    §

    fn from(hashtype: PubkeyHash) -> Hash

    Converts to this type from the input type.
    §

    impl From<PubkeyHash> for PushBytesBuf

    §

    fn from(hash: PubkeyHash) -> PushBytesBuf

    Converts to this type from the input type.
    §

    impl From<PublicKey> for PubkeyHash

    §

    fn from(key: PublicKey) -> PubkeyHash

    Converts to this type from the input type.
    §

    impl FromStr for PubkeyHash

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<PubkeyHash, <PubkeyHash as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for PubkeyHash

    §

    type Engine = <Hash as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
    §

    type Bytes = <Hash as Hash>::Bytes

    The byte array that represents the hash internally.
    §

    const LEN: usize = 20usize

    Length of the hash, in bytes.
    §

    const DISPLAY_BACKWARD: bool = false

    Flag indicating whether user-visible serializations of this hash +any conditions.
    §

    type Bytes = <Hash as Hash>::Bytes

    The byte array that represents the hash internally.
    §

    const LEN: usize = 20usize

    Length of the hash, in bytes.
    §

    const DISPLAY_BACKWARD: bool = false

    Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
    §

    fn engine() -> <PubkeyHash as Hash>::Engine

    Constructs a new engine.
    §

    fn from_engine(e: <PubkeyHash as Hash>::Engine) -> PubkeyHash

    Produces a hash from the current state of a given engine.
    §

    fn from_slice(sl: &[u8]) -> Result<PubkeyHash, FromSliceError>

    Copies a byte slice into a hash object.
    §

    fn from_byte_array(bytes: <PubkeyHash as Hash>::Bytes) -> PubkeyHash

    Constructs a hash from the underlying byte array.
    §

    fn to_byte_array(self) -> <PubkeyHash as Hash>::Bytes

    Returns the underlying byte array.
    §

    fn as_byte_array(&self) -> &<PubkeyHash as Hash>::Bytes

    Returns a reference to the underlying byte array.
    §

    fn all_zeros() -> PubkeyHash

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where +true for Sha256dHash, so here we are.

    §

    fn engine() -> <PubkeyHash as Hash>::Engine

    Constructs a new engine.
    §

    fn from_engine(e: <PubkeyHash as Hash>::Engine) -> PubkeyHash

    Produces a hash from the current state of a given engine.
    §

    fn from_slice(sl: &[u8]) -> Result<PubkeyHash, FromSliceError>

    Copies a byte slice into a hash object.
    §

    fn from_byte_array(bytes: <PubkeyHash as Hash>::Bytes) -> PubkeyHash

    Constructs a hash from the underlying byte array.
    §

    fn to_byte_array(self) -> <PubkeyHash as Hash>::Bytes

    Returns the underlying byte array.
    §

    fn as_byte_array(&self) -> &<PubkeyHash as Hash>::Bytes

    Returns a reference to the underlying byte array.
    §

    fn all_zeros() -> PubkeyHash

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where B: AsRef<[u8]>, I: IntoIterator<Item = B>,

    Hashes all the byte slices retrieved from the iterator together.
    §

    impl Hash for PubkeyHash

    §

    fn hash<__H>(&self, state: &mut __H)
    where __H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where @@ -20,12 +20,12 @@ true for Sha256dHash, so here we are.

    ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    §

    impl PartialOrd for PubkeyHash

    §

    fn partial_cmp(&self, other: &PubkeyHash) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
    §

    impl SerdeHash for PubkeyHash

    §

    const N: usize = 20usize

    Size, in bits, of the hash.
    §

    fn from_slice_delegated(sl: &[u8]) -> Result<PubkeyHash, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( +operator. Read more

    §

    impl SerdeHash for PubkeyHash

    §

    const N: usize = 20usize

    Size, in bits, of the hash.
    §

    fn from_slice_delegated(sl: &[u8]) -> Result<PubkeyHash, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where S: Serializer,

    Do serde serialization.
    §

    fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Do serde deserialization.
    §

    impl Serialize for PubkeyHash

    §

    fn serialize<S>( + D: Deserializer<'de>,

    Do serde deserialization.
    §

    impl Serialize for PubkeyHash

    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where @@ -44,5 +44,5 @@ operator. Display + ?Sized,

    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.PublicKey.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.PublicKey.html index 0fca848e74..e79b1b439a 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.PublicKey.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.PublicKey.html @@ -73,7 +73,7 @@ unsorted.sort_unstable_by_key(|k| PublicKey::to_sort_key(*Result<(), Error>
    where C: Verification,

    Checks that sig is a valid ECDSA signature for msg using this public key.

    Trait Implementations§

    §

    impl Clone for PublicKey

    §

    fn clone(&self) -> PublicKey

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for PublicKey

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for PublicKey

    §

    fn deserialize<D>(d: D) -> Result<PublicKey, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for PublicKey

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<&PublicKey> for PubkeyHash

    §

    fn from(key: &PublicKey) -> PubkeyHash

    Converts to this type from the input type.
    §

    impl From<CompressedPublicKey> for PublicKey

    §

    fn from(value: CompressedPublicKey) -> PublicKey

    Converts to this type from the input type.
    §

    impl From<PublicKey> for PubkeyHash

    §

    fn from(key: PublicKey) -> PubkeyHash

    Converts to this type from the input type.
    §

    impl From<PublicKey> for PublicKey

    §

    fn from(pk: PublicKey) -> PublicKey

    Converts to this type from the input type.
    §

    impl From<PublicKey> for XOnlyPublicKey

    §

    fn from(pk: PublicKey) -> XOnlyPublicKey

    Converts to this type from the input type.
    §

    impl FromStr for PublicKey

    §

    type Err = ParsePublicKeyError

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<PublicKey, ParsePublicKeyError>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for PublicKey

    §

    fn hash<__H>(&self, state: &mut __H)
    where + D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for PublicKey

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<&PublicKey> for PubkeyHash

    §

    fn from(key: &PublicKey) -> PubkeyHash

    Converts to this type from the input type.
    §

    impl From<CompressedPublicKey> for PublicKey

    §

    fn from(value: CompressedPublicKey) -> PublicKey

    Converts to this type from the input type.
    §

    impl From<PublicKey> for PubkeyHash

    §

    fn from(key: PublicKey) -> PubkeyHash

    Converts to this type from the input type.
    §

    impl From<PublicKey> for PublicKey

    §

    fn from(pk: PublicKey) -> PublicKey

    Converts to this type from the input type.
    §

    impl From<PublicKey> for XOnlyPublicKey

    §

    fn from(pk: PublicKey) -> XOnlyPublicKey

    Converts to this type from the input type.
    §

    impl FromStr for PublicKey

    §

    type Err = ParsePublicKeyError

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<PublicKey, ParsePublicKeyError>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for PublicKey

    §

    fn hash<__H>(&self, state: &mut __H)
    where __H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where H: Hasher, Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    §

    impl MiniscriptKey for PublicKey

    §

    fn is_uncompressed(&self) -> bool

    Returns the compressed-ness of the underlying secp256k1 key.

    @@ -123,5 +123,5 @@ or regular public key when computing the hash160
    T: Display + ?Sized,
    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Script.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Script.html index 22c01c2edf..8ecffa3916 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Script.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Script.html @@ -143,41 +143,41 @@ For better performance you should generally prefer displaying the script but if required (this is common in tests) this method can be used.

    pub fn first_opcode(&self) -> Option<Opcode>

    Returns the first opcode of the script (if there is any).

    pub fn into_script_buf(self: Box<Script>) -> ScriptBuf

    Converts a Box<Script> into a ScriptBuf without copying or allocating.

    -

    Trait Implementations§

    §

    impl AsMut<[u8]> for Script

    §

    fn as_mut(&mut self) -> &mut [u8] ⓘ

    Converts this type into a mutable reference of the (usually inferred) input type.
    §

    impl AsMut<Script> for Script

    §

    fn as_mut(&mut self) -> &mut Script

    Converts this type into a mutable reference of the (usually inferred) input type.
    §

    impl AsMut<Script> for ScriptBuf

    §

    fn as_mut(&mut self) -> &mut Script

    Converts this type into a mutable reference of the (usually inferred) input type.
    §

    impl AsRef<[u8]> for Script

    §

    fn as_ref(&self) -> &[u8] ⓘ

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl AsRef<Script> for Script

    §

    fn as_ref(&self) -> &Script

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl AsRef<Script> for ScriptBuf

    §

    fn as_ref(&self) -> &Script

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl Borrow<Script> for ScriptBuf

    §

    fn borrow(&self) -> &Script

    Immutably borrows from an owned value. Read more
    §

    impl BorrowMut<Script> for ScriptBuf

    §

    fn borrow_mut(&mut self) -> &mut Script

    Mutably borrows from an owned value. Read more
    §

    impl Debug for Script

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for &'de Script

    Can only deserialize borrowed bytes.

    +

    Trait Implementations§

    §

    impl AsMut<[u8]> for Script

    §

    fn as_mut(&mut self) -> &mut [u8] ⓘ

    Converts this type into a mutable reference of the (usually inferred) input type.
    §

    impl AsMut<Script> for Script

    §

    fn as_mut(&mut self) -> &mut Script

    Converts this type into a mutable reference of the (usually inferred) input type.
    §

    impl AsMut<Script> for ScriptBuf

    §

    fn as_mut(&mut self) -> &mut Script

    Converts this type into a mutable reference of the (usually inferred) input type.
    §

    impl AsRef<[u8]> for Script

    §

    fn as_ref(&self) -> &[u8] ⓘ

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl AsRef<Script> for Script

    §

    fn as_ref(&self) -> &Script

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl AsRef<Script> for ScriptBuf

    §

    fn as_ref(&self) -> &Script

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl Borrow<Script> for ScriptBuf

    §

    fn borrow(&self) -> &Script

    Immutably borrows from an owned value. Read more
    §

    impl BorrowMut<Script> for ScriptBuf

    §

    fn borrow_mut(&mut self) -> &mut Script

    Mutably borrows from an owned value. Read more
    §

    impl Debug for Script

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for &'de Script

    Can only deserialize borrowed bytes.

    §

    fn deserialize<D>( deserializer: D ) -> Result<&'de Script, <D as Deserializer<'de>>::Error>
    where D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for Script

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Encodable for Script

    §

    fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
    where W: Write + ?Sized,

    Encodes an object with a well-defined format. Read more
    §

    impl<'a> From<&'a Script> for Arc<Script>

    Note: This will fail to compile on old Rust for targets that don’t support atomics

    -
    §

    fn from(value: &'a Script) -> Arc<Script>

    Converts to this type from the input type.
    §

    impl<'a> From<&'a Script> for Box<Script>

    §

    fn from(value: &'a Script) -> Box<Script>

    Converts to this type from the input type.
    §

    impl<'a> From<&'a Script> for Cow<'a, Script>

    §

    fn from(value: &'a Script) -> Cow<'a, Script>

    Converts to this type from the input type.
    §

    impl<'a> From<&'a Script> for Rc<Script>

    §

    fn from(value: &'a Script) -> Rc<Script>

    Converts to this type from the input type.
    §

    impl<'a> From<&'a Script> for ScriptBuf

    §

    fn from(value: &'a Script) -> ScriptBuf

    Converts to this type from the input type.
    §

    impl From<&Script> for ScriptHash

    §

    fn from(script: &Script) -> ScriptHash

    Converts to this type from the input type.
    §

    impl From<&Script> for WScriptHash

    §

    fn from(script: &Script) -> WScriptHash

    Converts to this type from the input type.
    §

    impl<'a> From<Cow<'a, Script>> for Box<Script>

    §

    fn from(value: Cow<'a, Script>) -> Box<Script>

    Converts to this type from the input type.
    §

    impl From<ScriptBuf> for Box<Script>

    §

    fn from(v: ScriptBuf) -> Box<Script>

    Converts to this type from the input type.
    §

    impl Hash for Script

    §

    fn hash<__H>(&self, state: &mut __H)
    where +
    §

    fn from(value: &'a Script) -> Arc<Script>

    Converts to this type from the input type.

    §

    impl<'a> From<&'a Script> for Box<Script>

    §

    fn from(value: &'a Script) -> Box<Script>

    Converts to this type from the input type.
    §

    impl<'a> From<&'a Script> for Cow<'a, Script>

    §

    fn from(value: &'a Script) -> Cow<'a, Script>

    Converts to this type from the input type.
    §

    impl<'a> From<&'a Script> for Rc<Script>

    §

    fn from(value: &'a Script) -> Rc<Script>

    Converts to this type from the input type.
    §

    impl<'a> From<&'a Script> for ScriptBuf

    §

    fn from(value: &'a Script) -> ScriptBuf

    Converts to this type from the input type.
    §

    impl From<&Script> for ScriptHash

    §

    fn from(script: &Script) -> ScriptHash

    Converts to this type from the input type.
    §

    impl From<&Script> for WScriptHash

    §

    fn from(script: &Script) -> WScriptHash

    Converts to this type from the input type.
    §

    impl<'a> From<Cow<'a, Script>> for Box<Script>

    §

    fn from(value: Cow<'a, Script>) -> Box<Script>

    Converts to this type from the input type.
    §

    impl From<ScriptBuf> for Box<Script>

    §

    fn from(v: ScriptBuf) -> Box<Script>

    Converts to this type from the input type.
    §

    impl Hash for Script

    §

    fn hash<__H>(&self, state: &mut __H)
    where __H: Hasher,

    Feeds this value into the given Hasher. Read more
    §

    impl Index<(Bound<usize>, Bound<usize>)> for Script

    Script subslicing operation - read slicing safety!

    -
    §

    type Output = Script

    The returned type after indexing.
    §

    fn index( +

    §

    type Output = Script

    The returned type after indexing.
    §

    fn index( &self, index: (Bound<usize>, Bound<usize>) ) -> &<Script as Index<(Bound<usize>, Bound<usize>)>>::Output

    Performs the indexing (container[index]) operation. Read more
    §

    impl Index<Range<usize>> for Script

    Script subslicing operation - read slicing safety!

    -
    §

    type Output = Script

    The returned type after indexing.
    §

    fn index(&self, index: Range<usize>) -> &<Script as Index<Range<usize>>>::Output

    Performs the indexing (container[index]) operation. Read more
    §

    impl Index<RangeFrom<usize>> for Script

    Script subslicing operation - read slicing safety!

    +
    §

    type Output = Script

    The returned type after indexing.
    §

    fn index(&self, index: Range<usize>) -> &<Script as Index<Range<usize>>>::Output

    Performs the indexing (container[index]) operation. Read more
    §

    impl Index<RangeFrom<usize>> for Script

    Script subslicing operation - read slicing safety!

    §

    type Output = Script

    The returned type after indexing.
    §

    fn index( &self, index: RangeFrom<usize> ) -> &<Script as Index<RangeFrom<usize>>>::Output

    Performs the indexing (container[index]) operation. Read more
    §

    impl Index<RangeFull> for Script

    Script subslicing operation - read slicing safety!

    -
    §

    type Output = Script

    The returned type after indexing.
    §

    fn index(&self, index: RangeFull) -> &<Script as Index<RangeFull>>::Output

    Performs the indexing (container[index]) operation. Read more
    §

    impl Index<RangeInclusive<usize>> for Script

    Script subslicing operation - read slicing safety!

    -
    §

    type Output = Script

    The returned type after indexing.
    §

    fn index( +

    §

    type Output = Script

    The returned type after indexing.
    §

    fn index(&self, index: RangeFull) -> &<Script as Index<RangeFull>>::Output

    Performs the indexing (container[index]) operation. Read more
    §

    impl Index<RangeInclusive<usize>> for Script

    Script subslicing operation - read slicing safety!

    +
    §

    type Output = Script

    The returned type after indexing.
    §

    fn index( &self, index: RangeInclusive<usize> ) -> &<Script as Index<RangeInclusive<usize>>>::Output

    Performs the indexing (container[index]) operation. Read more
    §

    impl Index<RangeTo<usize>> for Script

    Script subslicing operation - read slicing safety!

    -
    §

    type Output = Script

    The returned type after indexing.
    §

    fn index( +

    §

    type Output = Script

    The returned type after indexing.
    §

    fn index( &self, index: RangeTo<usize> ) -> &<Script as Index<RangeTo<usize>>>::Output

    Performs the indexing (container[index]) operation. Read more
    §

    impl Index<RangeToInclusive<usize>> for Script

    Script subslicing operation - read slicing safety!

    -
    §

    type Output = Script

    The returned type after indexing.
    §

    fn index( +

    §

    type Output = Script

    The returned type after indexing.
    §

    fn index( &self, index: RangeToInclusive<usize> -) -> &<Script as Index<RangeToInclusive<usize>>>::Output

    Performs the indexing (container[index]) operation. Read more
    §

    impl LowerHex for Script

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Ord for Script

    §

    fn cmp(&self, other: &Script) -> Ordering

    This method returns an Ordering between self and other. Read more
    §

    impl PartialEq<Script> for ScriptBuf

    §

    fn eq(&self, other: &Script) -> bool

    This method tests for self and other values to be equal, and is used -by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
    §

    impl PartialEq<ScriptBuf> for Script

    §

    fn eq(&self, other: &ScriptBuf) -> bool

    This method tests for self and other values to be equal, and is used +) -> &<Script as Index<RangeToInclusive<usize>>>::Output
    Performs the indexing (container[index]) operation. Read more
    §

    impl LowerHex for Script

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Ord for Script

    §

    fn cmp(&self, other: &Script) -> Ordering

    This method returns an Ordering between self and other. Read more
    §

    impl PartialEq<Script> for ScriptBuf

    §

    fn eq(&self, other: &Script) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
    §

    impl PartialEq for Script

    §

    fn eq(&self, other: &Script) -> bool

    This method tests for self and other values to be equal, and is used +sufficient, and should not be overridden without very good reason.
    §

    impl PartialEq<ScriptBuf> for Script

    §

    fn eq(&self, other: &ScriptBuf) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always +sufficient, and should not be overridden without very good reason.
    §

    impl PartialEq for Script

    §

    fn eq(&self, other: &Script) -> bool

    This method tests for self and other values to be equal, and is used +by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    §

    impl PartialOrd<Script> for ScriptBuf

    §

    fn partial_cmp(&self, other: &Script) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
    §

    impl PartialOrd<ScriptBuf> for Script

    §

    fn partial_cmp(&self, other: &ScriptBuf) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <= diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.ScriptBuf.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.ScriptBuf.html index 4ac09bb35f..5f0d38210a 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.ScriptBuf.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.ScriptBuf.html @@ -188,19 +188,19 @@ required (this is common in tests) this method can be used.

    ) -> Result<ScriptBuf, <D as Deserializer<'de>>::Error>
    where D: Deserializer<'de>,
    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for ScriptBuf

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Encodable for ScriptBuf

    §

    fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
    where W: Write + ?Sized,

    Encodes an object with a well-defined format. Read more
    §

    impl<'a> Extend<Instruction<'a>> for ScriptBuf

    §

    fn extend<T>(&mut self, iter: T)
    where - T: IntoIterator<Item = Instruction<'a>>,

    Extends a collection with the contents of an iterator. Read more
    source§

    fn extend_one(&mut self, item: A)

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    §

    impl<'a> From<&'a Script> for ScriptBuf

    §

    fn from(value: &'a Script) -> ScriptBuf

    Converts to this type from the input type.
    §

    impl From<&ScriptBuf> for ScriptHash

    §

    fn from(script: &ScriptBuf) -> ScriptHash

    Converts to this type from the input type.
    §

    impl From<&ScriptBuf> for WScriptHash

    §

    fn from(script: &ScriptBuf) -> WScriptHash

    Converts to this type from the input type.
    §

    impl From<Address> for ScriptBuf

    §

    fn from(a: Address) -> ScriptBuf

    Converts to this type from the input type.
    §

    impl<'a> From<Cow<'a, Script>> for ScriptBuf

    §

    fn from(value: Cow<'a, Script>) -> ScriptBuf

    Converts to this type from the input type.
    §

    impl From<ScriptBuf> for Box<Script>

    §

    fn from(v: ScriptBuf) -> Box<Script>

    Converts to this type from the input type.
    §

    impl From<ScriptBuf> for Cow<'_, Script>

    §

    fn from(value: ScriptBuf) -> Cow<'_, Script>

    Converts to this type from the input type.
    §

    impl From<ScriptBuf> for ScriptHash

    §

    fn from(script: ScriptBuf) -> ScriptHash

    Converts to this type from the input type.
    §

    impl From<ScriptBuf> for Vec<u8>

    §

    fn from(v: ScriptBuf) -> Vec<u8> ⓘ

    Converts to this type from the input type.
    §

    impl From<ScriptBuf> for WScriptHash

    §

    fn from(script: ScriptBuf) -> WScriptHash

    Converts to this type from the input type.
    §

    impl From<Vec<u8>> for ScriptBuf

    §

    fn from(v: Vec<u8>) -> ScriptBuf

    Converts to this type from the input type.
    §

    impl<'a> FromIterator<Instruction<'a>> for ScriptBuf

    §

    fn from_iter<T>(iter: T) -> ScriptBuf
    where + T: IntoIterator<Item = Instruction<'a>>,

    Extends a collection with the contents of an iterator. Read more
    source§

    fn extend_one(&mut self, item: A)

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    §

    impl<'a> From<&'a Script> for ScriptBuf

    §

    fn from(value: &'a Script) -> ScriptBuf

    Converts to this type from the input type.
    §

    impl From<&ScriptBuf> for ScriptHash

    §

    fn from(script: &ScriptBuf) -> ScriptHash

    Converts to this type from the input type.
    §

    impl From<&ScriptBuf> for WScriptHash

    §

    fn from(script: &ScriptBuf) -> WScriptHash

    Converts to this type from the input type.
    §

    impl From<Address> for ScriptBuf

    §

    fn from(a: Address) -> ScriptBuf

    Converts to this type from the input type.
    §

    impl<'a> From<Cow<'a, Script>> for ScriptBuf

    §

    fn from(value: Cow<'a, Script>) -> ScriptBuf

    Converts to this type from the input type.
    §

    impl From<ScriptBuf> for Box<Script>

    §

    fn from(v: ScriptBuf) -> Box<Script>

    Converts to this type from the input type.
    §

    impl From<ScriptBuf> for Cow<'_, Script>

    §

    fn from(value: ScriptBuf) -> Cow<'_, Script>

    Converts to this type from the input type.
    §

    impl From<ScriptBuf> for ScriptHash

    §

    fn from(script: ScriptBuf) -> ScriptHash

    Converts to this type from the input type.
    §

    impl From<ScriptBuf> for Vec<u8>

    §

    fn from(v: ScriptBuf) -> Vec<u8> ⓘ

    Converts to this type from the input type.
    §

    impl From<ScriptBuf> for WScriptHash

    §

    fn from(script: ScriptBuf) -> WScriptHash

    Converts to this type from the input type.
    §

    impl From<Vec<u8>> for ScriptBuf

    §

    fn from(v: Vec<u8>) -> ScriptBuf

    Converts to this type from the input type.
    §

    impl<'a> FromIterator<Instruction<'a>> for ScriptBuf

    §

    fn from_iter<T>(iter: T) -> ScriptBuf
    where T: IntoIterator<Item = Instruction<'a>>,

    Creates a value from an iterator. Read more
    §

    impl Hash for ScriptBuf

    §

    fn hash<__H>(&self, state: &mut __H)
    where __H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where H: Hasher, Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    §

    impl LowerHex for ScriptBuf

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Ord for ScriptBuf

    §

    fn cmp(&self, other: &ScriptBuf) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Self
    where Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Self
    where - Self: Sized + PartialOrd,

    Restrict a value to a certain interval. Read more
    §

    impl PartialEq<Script> for ScriptBuf

    §

    fn eq(&self, other: &Script) -> bool

    This method tests for self and other values to be equal, and is used -by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
    §

    impl PartialEq<ScriptBuf> for Script

    §

    fn eq(&self, other: &ScriptBuf) -> bool

    This method tests for self and other values to be equal, and is used + Self: Sized + PartialOrd,
    Restrict a value to a certain interval. Read more
    §

    impl PartialEq<Script> for ScriptBuf

    §

    fn eq(&self, other: &Script) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
    §

    impl PartialEq for ScriptBuf

    §

    fn eq(&self, other: &ScriptBuf) -> bool

    This method tests for self and other values to be equal, and is used +sufficient, and should not be overridden without very good reason.
    §

    impl PartialEq<ScriptBuf> for Script

    §

    fn eq(&self, other: &ScriptBuf) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always +sufficient, and should not be overridden without very good reason.
    §

    impl PartialEq for ScriptBuf

    §

    fn eq(&self, other: &ScriptBuf) -> bool

    This method tests for self and other values to be equal, and is used +by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    §

    impl PartialOrd<Script> for ScriptBuf

    §

    fn partial_cmp(&self, other: &Script) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
    §

    impl PartialOrd<ScriptBuf> for Script

    §

    fn partial_cmp(&self, other: &ScriptBuf) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <= @@ -227,5 +227,5 @@ operator. Display + ?Sized,
    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.ScriptHash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.ScriptHash.html index cf220af113..e513f9e8cc 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.ScriptHash.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.ScriptHash.html @@ -2,12 +2,12 @@

    Implementations§

    §

    impl ScriptHash

    pub fn from_raw_hash(inner: Hash) -> ScriptHash

    Creates this wrapper type from the inner hash type.

    pub fn to_raw_hash(self) -> Hash

    Returns the inner hash (sha256, sh256d etc.).

    pub fn as_raw_hash(&self) -> &Hash

    Returns a reference to the inner hash (sha256, sh256d etc.).

    -

    Trait Implementations§

    §

    impl AsRef<[u8]> for ScriptHash

    §

    fn as_ref(&self) -> &[u8] ⓘ

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl AsRef<[u8; 20]> for ScriptHash

    §

    fn as_ref(&self) -> &[u8; 20]

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl AsRef<PushBytes> for ScriptHash

    §

    fn as_ref(&self) -> &PushBytes

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl Borrow<[u8]> for ScriptHash

    §

    fn borrow(&self) -> &[u8] ⓘ

    Immutably borrows from an owned value. Read more
    §

    impl Clone for ScriptHash

    §

    fn clone(&self) -> ScriptHash

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for ScriptHash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for ScriptHash

    §

    fn deserialize<D>(d: D) -> Result<ScriptHash, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for ScriptHash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<&Script> for ScriptHash

    §

    fn from(script: &Script) -> ScriptHash

    Converts to this type from the input type.
    §

    impl From<&ScriptBuf> for ScriptHash

    §

    fn from(script: &ScriptBuf) -> ScriptHash

    Converts to this type from the input type.
    §

    impl From<Hash> for ScriptHash

    §

    fn from(inner: Hash) -> ScriptHash

    Converts to this type from the input type.
    §

    impl From<ScriptBuf> for ScriptHash

    §

    fn from(script: ScriptBuf) -> ScriptHash

    Converts to this type from the input type.
    §

    impl From<ScriptHash> for Hash

    §

    fn from(hashtype: ScriptHash) -> Hash

    Converts to this type from the input type.
    §

    impl From<ScriptHash> for PushBytesBuf

    §

    fn from(hash: ScriptHash) -> PushBytesBuf

    Converts to this type from the input type.
    §

    impl FromStr for ScriptHash

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<ScriptHash, <ScriptHash as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for ScriptHash

    §

    type Engine = <Hash as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected +

    Trait Implementations§

    §

    impl AsRef<[u8]> for ScriptHash

    §

    fn as_ref(&self) -> &[u8] ⓘ

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl AsRef<[u8; 20]> for ScriptHash

    §

    fn as_ref(&self) -> &[u8; 20]

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl AsRef<PushBytes> for ScriptHash

    §

    fn as_ref(&self) -> &PushBytes

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl Borrow<[u8]> for ScriptHash

    §

    fn borrow(&self) -> &[u8] ⓘ

    Immutably borrows from an owned value. Read more
    §

    impl Clone for ScriptHash

    §

    fn clone(&self) -> ScriptHash

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for ScriptHash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for ScriptHash

    §

    fn deserialize<D>(d: D) -> Result<ScriptHash, <D as Deserializer<'de>>::Error>
    where + D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for ScriptHash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<&Script> for ScriptHash

    §

    fn from(script: &Script) -> ScriptHash

    Converts to this type from the input type.
    §

    impl From<&ScriptBuf> for ScriptHash

    §

    fn from(script: &ScriptBuf) -> ScriptHash

    Converts to this type from the input type.
    §

    impl From<Hash> for ScriptHash

    §

    fn from(inner: Hash) -> ScriptHash

    Converts to this type from the input type.
    §

    impl From<ScriptBuf> for ScriptHash

    §

    fn from(script: ScriptBuf) -> ScriptHash

    Converts to this type from the input type.
    §

    impl From<ScriptHash> for Hash

    §

    fn from(hashtype: ScriptHash) -> Hash

    Converts to this type from the input type.
    §

    impl From<ScriptHash> for PushBytesBuf

    §

    fn from(hash: ScriptHash) -> PushBytesBuf

    Converts to this type from the input type.
    §

    impl FromStr for ScriptHash

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<ScriptHash, <ScriptHash as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for ScriptHash

    §

    type Engine = <Hash as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
    §

    type Bytes = <Hash as Hash>::Bytes

    The byte array that represents the hash internally.
    §

    const LEN: usize = 20usize

    Length of the hash, in bytes.
    §

    const DISPLAY_BACKWARD: bool = false

    Flag indicating whether user-visible serializations of this hash +any conditions.
    §

    type Bytes = <Hash as Hash>::Bytes

    The byte array that represents the hash internally.
    §

    const LEN: usize = 20usize

    Length of the hash, in bytes.
    §

    const DISPLAY_BACKWARD: bool = false

    Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
    §

    fn engine() -> <ScriptHash as Hash>::Engine

    Constructs a new engine.
    §

    fn from_engine(e: <ScriptHash as Hash>::Engine) -> ScriptHash

    Produces a hash from the current state of a given engine.
    §

    fn from_slice(sl: &[u8]) -> Result<ScriptHash, FromSliceError>

    Copies a byte slice into a hash object.
    §

    fn from_byte_array(bytes: <ScriptHash as Hash>::Bytes) -> ScriptHash

    Constructs a hash from the underlying byte array.
    §

    fn to_byte_array(self) -> <ScriptHash as Hash>::Bytes

    Returns the underlying byte array.
    §

    fn as_byte_array(&self) -> &<ScriptHash as Hash>::Bytes

    Returns a reference to the underlying byte array.
    §

    fn all_zeros() -> ScriptHash

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where +true for Sha256dHash, so here we are.

    §

    fn engine() -> <ScriptHash as Hash>::Engine

    Constructs a new engine.
    §

    fn from_engine(e: <ScriptHash as Hash>::Engine) -> ScriptHash

    Produces a hash from the current state of a given engine.
    §

    fn from_slice(sl: &[u8]) -> Result<ScriptHash, FromSliceError>

    Copies a byte slice into a hash object.
    §

    fn from_byte_array(bytes: <ScriptHash as Hash>::Bytes) -> ScriptHash

    Constructs a hash from the underlying byte array.
    §

    fn to_byte_array(self) -> <ScriptHash as Hash>::Bytes

    Returns the underlying byte array.
    §

    fn as_byte_array(&self) -> &<ScriptHash as Hash>::Bytes

    Returns a reference to the underlying byte array.
    §

    fn all_zeros() -> ScriptHash

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where B: AsRef<[u8]>, I: IntoIterator<Item = B>,

    Hashes all the byte slices retrieved from the iterator together.
    §

    impl Hash for ScriptHash

    §

    fn hash<__H>(&self, state: &mut __H)
    where __H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where @@ -20,12 +20,12 @@ true for Sha256dHash, so here we are.

    ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    §

    impl PartialOrd for ScriptHash

    §

    fn partial_cmp(&self, other: &ScriptHash) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
    §

    impl SerdeHash for ScriptHash

    §

    const N: usize = 20usize

    Size, in bits, of the hash.
    §

    fn from_slice_delegated(sl: &[u8]) -> Result<ScriptHash, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( +operator. Read more

    §

    impl SerdeHash for ScriptHash

    §

    const N: usize = 20usize

    Size, in bits, of the hash.
    §

    fn from_slice_delegated(sl: &[u8]) -> Result<ScriptHash, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where S: Serializer,

    Do serde serialization.
    §

    fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Do serde deserialization.
    §

    impl Serialize for ScriptHash

    §

    fn serialize<S>( + D: Deserializer<'de>,

    Do serde deserialization.
    §

    impl Serialize for ScriptHash

    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where @@ -44,5 +44,5 @@ operator. Display + ?Sized,

    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.SegwitV0Sighash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.SegwitV0Sighash.html index ec29f3f5f7..2f541b3519 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.SegwitV0Sighash.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.SegwitV0Sighash.html @@ -2,16 +2,16 @@

    Implementations§

    §

    impl SegwitV0Sighash

    pub fn from_raw_hash(inner: Hash) -> SegwitV0Sighash

    Creates this wrapper type from the inner hash type.

    pub fn to_raw_hash(self) -> Hash

    Returns the inner hash (sha256, sh256d etc.).

    pub fn as_raw_hash(&self) -> &Hash

    Returns a reference to the inner hash (sha256, sh256d etc.).

    -

    Trait Implementations§

    §

    impl AsRef<[u8]> for SegwitV0Sighash

    §

    fn as_ref(&self) -> &[u8] ⓘ

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl AsRef<[u8; 32]> for SegwitV0Sighash

    §

    fn as_ref(&self) -> &[u8; 32]

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl Borrow<[u8]> for SegwitV0Sighash

    §

    fn borrow(&self) -> &[u8] ⓘ

    Immutably borrows from an owned value. Read more
    §

    impl Clone for SegwitV0Sighash

    §

    fn clone(&self) -> SegwitV0Sighash

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for SegwitV0Sighash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for SegwitV0Sighash

    Trait Implementations§

    §

    impl AsRef<[u8]> for SegwitV0Sighash

    §

    fn as_ref(&self) -> &[u8] ⓘ

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl AsRef<[u8; 32]> for SegwitV0Sighash

    §

    fn as_ref(&self) -> &[u8; 32]

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl Borrow<[u8]> for SegwitV0Sighash

    §

    fn borrow(&self) -> &[u8] ⓘ

    Immutably borrows from an owned value. Read more
    §

    impl Clone for SegwitV0Sighash

    §

    fn clone(&self) -> SegwitV0Sighash

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for SegwitV0Sighash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for SegwitV0Sighash

    §

    fn deserialize<D>( d: D ) -> Result<SegwitV0Sighash, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for SegwitV0Sighash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<Hash> for SegwitV0Sighash

    §

    fn from(inner: Hash) -> SegwitV0Sighash

    Converts to this type from the input type.
    §

    impl From<SegwitV0Sighash> for Hash

    §

    fn from(hashtype: SegwitV0Sighash) -> Hash

    Converts to this type from the input type.
    §

    impl From<SegwitV0Sighash> for Message

    §

    fn from(hash: SegwitV0Sighash) -> Message

    Converts to this type from the input type.
    §

    impl FromStr for SegwitV0Sighash

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    §

    fn from_str( + D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for SegwitV0Sighash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<Hash> for SegwitV0Sighash

    §

    fn from(inner: Hash) -> SegwitV0Sighash

    Converts to this type from the input type.
    §

    impl From<SegwitV0Sighash> for Hash

    §

    fn from(hashtype: SegwitV0Sighash) -> Hash

    Converts to this type from the input type.
    §

    impl From<SegwitV0Sighash> for Message

    §

    fn from(hash: SegwitV0Sighash) -> Message

    Converts to this type from the input type.
    §

    impl FromStr for SegwitV0Sighash

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    §

    fn from_str( s: &str -) -> Result<SegwitV0Sighash, <SegwitV0Sighash as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for SegwitV0Sighash

    §

    type Engine = <Hash as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected +) -> Result<SegwitV0Sighash, <SegwitV0Sighash as FromStr>::Err>
    Parses a string s to return a value of this type. Read more
    §

    impl Hash for SegwitV0Sighash

    §

    type Engine = <Hash as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
    §

    type Bytes = <Hash as Hash>::Bytes

    The byte array that represents the hash internally.
    §

    const LEN: usize = 32usize

    Length of the hash, in bytes.
    §

    const DISPLAY_BACKWARD: bool = false

    Flag indicating whether user-visible serializations of this hash +any conditions.
    §

    type Bytes = <Hash as Hash>::Bytes

    The byte array that represents the hash internally.
    §

    const LEN: usize = 32usize

    Length of the hash, in bytes.
    §

    const DISPLAY_BACKWARD: bool = false

    Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
    §

    fn engine() -> <SegwitV0Sighash as Hash>::Engine

    Constructs a new engine.
    §

    fn from_engine(e: <SegwitV0Sighash as Hash>::Engine) -> SegwitV0Sighash

    Produces a hash from the current state of a given engine.
    §

    fn from_slice(sl: &[u8]) -> Result<SegwitV0Sighash, FromSliceError>

    Copies a byte slice into a hash object.
    §

    fn from_byte_array(bytes: <SegwitV0Sighash as Hash>::Bytes) -> SegwitV0Sighash

    Constructs a hash from the underlying byte array.
    §

    fn to_byte_array(self) -> <SegwitV0Sighash as Hash>::Bytes

    Returns the underlying byte array.
    §

    fn as_byte_array(&self) -> &<SegwitV0Sighash as Hash>::Bytes

    Returns a reference to the underlying byte array.
    §

    fn all_zeros() -> SegwitV0Sighash

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where +true for Sha256dHash, so here we are.

    §

    fn engine() -> <SegwitV0Sighash as Hash>::Engine

    Constructs a new engine.
    §

    fn from_engine(e: <SegwitV0Sighash as Hash>::Engine) -> SegwitV0Sighash

    Produces a hash from the current state of a given engine.
    §

    fn from_slice(sl: &[u8]) -> Result<SegwitV0Sighash, FromSliceError>

    Copies a byte slice into a hash object.
    §

    fn from_byte_array(bytes: <SegwitV0Sighash as Hash>::Bytes) -> SegwitV0Sighash

    Constructs a hash from the underlying byte array.
    §

    fn to_byte_array(self) -> <SegwitV0Sighash as Hash>::Bytes

    Returns the underlying byte array.
    §

    fn as_byte_array(&self) -> &<SegwitV0Sighash as Hash>::Bytes

    Returns a reference to the underlying byte array.
    §

    fn all_zeros() -> SegwitV0Sighash

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where B: AsRef<[u8]>, I: IntoIterator<Item = B>,

    Hashes all the byte slices retrieved from the iterator together.
    §

    impl Hash for SegwitV0Sighash

    §

    fn hash<__H>(&self, state: &mut __H)
    where __H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where @@ -24,12 +24,12 @@ true for Sha256dHash, so here we are.

    ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    §

    impl PartialOrd for SegwitV0Sighash

    §

    fn partial_cmp(&self, other: &SegwitV0Sighash) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
    §

    impl SerdeHash for SegwitV0Sighash

    §

    const N: usize = 32usize

    Size, in bits, of the hash.
    §

    fn from_slice_delegated(sl: &[u8]) -> Result<SegwitV0Sighash, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( +operator. Read more

    §

    impl SerdeHash for SegwitV0Sighash

    §

    const N: usize = 32usize

    Size, in bits, of the hash.
    §

    fn from_slice_delegated(sl: &[u8]) -> Result<SegwitV0Sighash, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where S: Serializer,

    Do serde serialization.
    §

    fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Do serde deserialization.
    §

    impl Serialize for SegwitV0Sighash

    §

    fn serialize<S>( + D: Deserializer<'de>,

    Do serde deserialization.
    §

    impl Serialize for SegwitV0Sighash

    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where @@ -48,5 +48,5 @@ operator. Display + ?Sized,

    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Sequence.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Sequence.html index 58a742fdee..4d2979346b 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Sequence.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Sequence.html @@ -94,7 +94,7 @@ for dissatisfying pkh.
    Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>
    where __S: Serializer,
    Serialize this value into the given Serde serializer. Read more
    §

    impl TryFrom<&str> for Sequence

    §

    type Error = ParseIntError

    The type returned in the event of a conversion error.
    §

    fn try_from(s: &str) -> Result<Sequence, <Sequence as TryFrom<&str>>::Error>

    Performs the conversion.
    §

    impl TryFrom<Box<str>> for Sequence

    §

    type Error = ParseIntError

    The type returned in the event of a conversion error.
    §

    fn try_from( s: Box<str> -) -> Result<Sequence, <Sequence as TryFrom<Box<str>>>::Error>

    Performs the conversion.
    §

    impl TryFrom<Sequence> for LockTime

    §

    type Error = DisabledLockTimeError

    The type returned in the event of a conversion error.
    §

    fn try_from(seq: Sequence) -> Result<LockTime, DisabledLockTimeError>

    Performs the conversion.
    §

    impl TryFrom<Sequence> for RelLockTime

    §

    type Error = RelLockTimeError

    The type returned in the event of a conversion error.
    §

    fn try_from(seq: Sequence) -> Result<RelLockTime, RelLockTimeError>

    Performs the conversion.
    §

    impl TryFrom<String> for Sequence

    §

    type Error = ParseIntError

    The type returned in the event of a conversion error.
    §

    fn try_from(s: String) -> Result<Sequence, <Sequence as TryFrom<String>>::Error>

    Performs the conversion.
    §

    impl UpperHex for Sequence

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Copy for Sequence

    §

    impl Eq for Sequence

    §

    impl StructuralPartialEq for Sequence

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where +) -> Result<Sequence, <Sequence as TryFrom<Box<str>>>::Error>

    Performs the conversion.
    §

    impl TryFrom<Sequence> for LockTime

    §

    type Error = DisabledLockTimeError

    The type returned in the event of a conversion error.
    §

    fn try_from(seq: Sequence) -> Result<LockTime, DisabledLockTimeError>

    Performs the conversion.
    §

    impl TryFrom<Sequence> for RelLockTime

    §

    type Error = RelLockTimeError

    The type returned in the event of a conversion error.
    §

    fn try_from(seq: Sequence) -> Result<RelLockTime, RelLockTimeError>

    Performs the conversion.
    §

    impl TryFrom<String> for Sequence

    §

    type Error = ParseIntError

    The type returned in the event of a conversion error.
    §

    fn try_from(s: String) -> Result<Sequence, <Sequence as TryFrom<String>>::Error>

    Performs the conversion.
    §

    impl UpperHex for Sequence

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Copy for Sequence

    §

    impl Eq for Sequence

    §

    impl StructuralPartialEq for Sequence

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T, Pk> AssetProvider<Pk> for T
    where T: Satisfier<Pk>, Pk: MiniscriptKey + ToPublicKey,

    §

    fn provider_lookup_ecdsa_sig(&self, pk: &Pk) -> bool

    Given a public key, look up an ECDSA signature with that key, return whether we found it
    §

    fn provider_lookup_tap_key_spend_sig(&self, _: &Pk) -> Option<usize>

    Lookup the tap key spend sig and return its size
    §

    fn provider_lookup_tap_leaf_script_sig( @@ -135,5 +135,5 @@ for dissatisfying pkh.

    Display + ?Sized,
    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.TapLeafHash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.TapLeafHash.html index 001a84059d..41fc1d0610 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.TapLeafHash.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.TapLeafHash.html @@ -8,11 +8,11 @@ R: BufRead + ?Sized,
    Decode an object with a well-defined format. Read more
    §

    fn consensus_decode_from_finite_reader<R>(reader: &mut R) -> Result<Self, Error>
    where R: BufRead + ?Sized,

    Decode Self from a size-limited reader. Read more
    §

    impl<'de> Deserialize<'de> for TapLeafHash

    §

    fn deserialize<D>(d: D) -> Result<TapLeafHash, <D as Deserializer<'de>>::Error>
    where D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for TapLeafHash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Encodable for TapLeafHash

    §

    fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
    where - W: Write + ?Sized,

    Encodes an object with a well-defined format. Read more
    §

    impl From<Hash<TapLeafTag>> for TapLeafHash

    §

    fn from(inner: Hash<TapLeafTag>) -> TapLeafHash

    Converts to this type from the input type.
    §

    impl<'s> From<ScriptPath<'s>> for TapLeafHash

    §

    fn from(script_path: ScriptPath<'s>) -> TapLeafHash

    Converts to this type from the input type.
    §

    impl From<TapLeafHash> for Hash<TapLeafTag>

    §

    fn from(hashtype: TapLeafHash) -> Hash<TapLeafTag>

    Converts to this type from the input type.
    §

    impl From<TapLeafHash> for TapNodeHash

    §

    fn from(leaf: TapLeafHash) -> TapNodeHash

    Converts to this type from the input type.
    §

    impl FromStr for TapLeafHash

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<TapLeafHash, <TapLeafHash as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for TapLeafHash

    §

    type Engine = <Hash<TapLeafTag> as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected + W: Write + ?Sized,
    Encodes an object with a well-defined format. Read more
    §

    impl From<Hash<TapLeafTag>> for TapLeafHash

    §

    fn from(inner: Hash<TapLeafTag>) -> TapLeafHash

    Converts to this type from the input type.
    §

    impl<'s> From<ScriptPath<'s>> for TapLeafHash

    §

    fn from(script_path: ScriptPath<'s>) -> TapLeafHash

    Converts to this type from the input type.
    §

    impl From<TapLeafHash> for Hash<TapLeafTag>

    §

    fn from(hashtype: TapLeafHash) -> Hash<TapLeafTag>

    Converts to this type from the input type.
    §

    impl From<TapLeafHash> for TapNodeHash

    §

    fn from(leaf: TapLeafHash) -> TapNodeHash

    Converts to this type from the input type.
    §

    impl FromStr for TapLeafHash

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<TapLeafHash, <TapLeafHash as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for TapLeafHash

    §

    type Engine = <Hash<TapLeafTag> as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
    §

    type Bytes = <Hash<TapLeafTag> as Hash>::Bytes

    The byte array that represents the hash internally.
    §

    const LEN: usize = 32usize

    Length of the hash, in bytes.
    §

    const DISPLAY_BACKWARD: bool = false

    Flag indicating whether user-visible serializations of this hash +any conditions.
    §

    type Bytes = <Hash<TapLeafTag> as Hash>::Bytes

    The byte array that represents the hash internally.
    §

    const LEN: usize = 32usize

    Length of the hash, in bytes.
    §

    const DISPLAY_BACKWARD: bool = false

    Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
    §

    fn engine() -> <TapLeafHash as Hash>::Engine

    Constructs a new engine.
    §

    fn from_engine(e: <TapLeafHash as Hash>::Engine) -> TapLeafHash

    Produces a hash from the current state of a given engine.
    §

    fn from_slice(sl: &[u8]) -> Result<TapLeafHash, FromSliceError>

    Copies a byte slice into a hash object.
    §

    fn from_byte_array(bytes: <TapLeafHash as Hash>::Bytes) -> TapLeafHash

    Constructs a hash from the underlying byte array.
    §

    fn to_byte_array(self) -> <TapLeafHash as Hash>::Bytes

    Returns the underlying byte array.
    §

    fn as_byte_array(&self) -> &<TapLeafHash as Hash>::Bytes

    Returns a reference to the underlying byte array.
    §

    fn all_zeros() -> TapLeafHash

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where +true for Sha256dHash, so here we are.

    §

    fn engine() -> <TapLeafHash as Hash>::Engine

    Constructs a new engine.
    §

    fn from_engine(e: <TapLeafHash as Hash>::Engine) -> TapLeafHash

    Produces a hash from the current state of a given engine.
    §

    fn from_slice(sl: &[u8]) -> Result<TapLeafHash, FromSliceError>

    Copies a byte slice into a hash object.
    §

    fn from_byte_array(bytes: <TapLeafHash as Hash>::Bytes) -> TapLeafHash

    Constructs a hash from the underlying byte array.
    §

    fn to_byte_array(self) -> <TapLeafHash as Hash>::Bytes

    Returns the underlying byte array.
    §

    fn as_byte_array(&self) -> &<TapLeafHash as Hash>::Bytes

    Returns a reference to the underlying byte array.
    §

    fn all_zeros() -> TapLeafHash

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where B: AsRef<[u8]>, I: IntoIterator<Item = B>,

    Hashes all the byte slices retrieved from the iterator together.
    §

    impl Hash for TapLeafHash

    §

    fn hash<__H>(&self, state: &mut __H)
    where __H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where @@ -25,12 +25,12 @@ true for Sha256dHash, so here we are.

    ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    §

    impl PartialOrd for TapLeafHash

    §

    fn partial_cmp(&self, other: &TapLeafHash) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
    §

    impl SerdeHash for TapLeafHash

    §

    const N: usize = 32usize

    Size, in bits, of the hash.
    §

    fn from_slice_delegated(sl: &[u8]) -> Result<TapLeafHash, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( +operator. Read more

    §

    impl SerdeHash for TapLeafHash

    §

    const N: usize = 32usize

    Size, in bits, of the hash.
    §

    fn from_slice_delegated(sl: &[u8]) -> Result<TapLeafHash, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where S: Serializer,

    Do serde serialization.
    §

    fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Do serde deserialization.
    §

    impl Serialize for TapLeafHash

    §

    fn serialize<S>( + D: Deserializer<'de>,

    Do serde deserialization.
    §

    impl Serialize for TapLeafHash

    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where @@ -49,5 +49,5 @@ operator. Display + ?Sized,

    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.TapNodeHash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.TapNodeHash.html index bfedcc7688..8e61e248b0 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.TapNodeHash.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.TapNodeHash.html @@ -9,12 +9,12 @@ hash is constructed from a hidden node. This also has better ergonomics because it does not require the caller to import the Hash trait.

    pub fn from_script(script: &Script, ver: LeafVersion) -> TapNodeHash

    Computes the TapNodeHash from a script and a leaf version.

    -

    Trait Implementations§

    §

    impl AsRef<[u8]> for TapNodeHash

    §

    fn as_ref(&self) -> &[u8] ⓘ

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl AsRef<[u8; 32]> for TapNodeHash

    §

    fn as_ref(&self) -> &[u8; 32]

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl Borrow<[u8]> for TapNodeHash

    §

    fn borrow(&self) -> &[u8] ⓘ

    Immutably borrows from an owned value. Read more
    §

    impl Clone for TapNodeHash

    §

    fn clone(&self) -> TapNodeHash

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for TapNodeHash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for TapNodeHash

    §

    fn deserialize<D>(d: D) -> Result<TapNodeHash, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for TapNodeHash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<&LeafNode> for TapNodeHash

    §

    fn from(leaf: &LeafNode) -> TapNodeHash

    Converts to this type from the input type.
    §

    impl From<Hash<TapBranchTag>> for TapNodeHash

    §

    fn from(inner: Hash<TapBranchTag>) -> TapNodeHash

    Converts to this type from the input type.
    §

    impl From<LeafNode> for TapNodeHash

    §

    fn from(leaf: LeafNode) -> TapNodeHash

    Converts to this type from the input type.
    §

    impl From<TapLeafHash> for TapNodeHash

    §

    fn from(leaf: TapLeafHash) -> TapNodeHash

    Converts to this type from the input type.
    §

    impl From<TapNodeHash> for Hash<TapBranchTag>

    §

    fn from(hashtype: TapNodeHash) -> Hash<TapBranchTag>

    Converts to this type from the input type.
    §

    impl FromStr for TapNodeHash

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<TapNodeHash, <TapNodeHash as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for TapNodeHash

    §

    type Engine = <Hash<TapBranchTag> as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected +

    Trait Implementations§

    §

    impl AsRef<[u8]> for TapNodeHash

    §

    fn as_ref(&self) -> &[u8] ⓘ

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl AsRef<[u8; 32]> for TapNodeHash

    §

    fn as_ref(&self) -> &[u8; 32]

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl Borrow<[u8]> for TapNodeHash

    §

    fn borrow(&self) -> &[u8] ⓘ

    Immutably borrows from an owned value. Read more
    §

    impl Clone for TapNodeHash

    §

    fn clone(&self) -> TapNodeHash

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for TapNodeHash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for TapNodeHash

    §

    fn deserialize<D>(d: D) -> Result<TapNodeHash, <D as Deserializer<'de>>::Error>
    where + D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for TapNodeHash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<&LeafNode> for TapNodeHash

    §

    fn from(leaf: &LeafNode) -> TapNodeHash

    Converts to this type from the input type.
    §

    impl From<Hash<TapBranchTag>> for TapNodeHash

    §

    fn from(inner: Hash<TapBranchTag>) -> TapNodeHash

    Converts to this type from the input type.
    §

    impl From<LeafNode> for TapNodeHash

    §

    fn from(leaf: LeafNode) -> TapNodeHash

    Converts to this type from the input type.
    §

    impl From<TapLeafHash> for TapNodeHash

    §

    fn from(leaf: TapLeafHash) -> TapNodeHash

    Converts to this type from the input type.
    §

    impl From<TapNodeHash> for Hash<TapBranchTag>

    §

    fn from(hashtype: TapNodeHash) -> Hash<TapBranchTag>

    Converts to this type from the input type.
    §

    impl FromStr for TapNodeHash

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<TapNodeHash, <TapNodeHash as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for TapNodeHash

    §

    type Engine = <Hash<TapBranchTag> as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
    §

    type Bytes = <Hash<TapBranchTag> as Hash>::Bytes

    The byte array that represents the hash internally.
    §

    const LEN: usize = 32usize

    Length of the hash, in bytes.
    §

    const DISPLAY_BACKWARD: bool = false

    Flag indicating whether user-visible serializations of this hash +any conditions.
    §

    type Bytes = <Hash<TapBranchTag> as Hash>::Bytes

    The byte array that represents the hash internally.
    §

    const LEN: usize = 32usize

    Length of the hash, in bytes.
    §

    const DISPLAY_BACKWARD: bool = false

    Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
    §

    fn engine() -> <TapNodeHash as Hash>::Engine

    Constructs a new engine.
    §

    fn from_engine(e: <TapNodeHash as Hash>::Engine) -> TapNodeHash

    Produces a hash from the current state of a given engine.
    §

    fn from_slice(sl: &[u8]) -> Result<TapNodeHash, FromSliceError>

    Copies a byte slice into a hash object.
    §

    fn from_byte_array(bytes: <TapNodeHash as Hash>::Bytes) -> TapNodeHash

    Constructs a hash from the underlying byte array.
    §

    fn to_byte_array(self) -> <TapNodeHash as Hash>::Bytes

    Returns the underlying byte array.
    §

    fn as_byte_array(&self) -> &<TapNodeHash as Hash>::Bytes

    Returns a reference to the underlying byte array.
    §

    fn all_zeros() -> TapNodeHash

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where +true for Sha256dHash, so here we are.

    §

    fn engine() -> <TapNodeHash as Hash>::Engine

    Constructs a new engine.
    §

    fn from_engine(e: <TapNodeHash as Hash>::Engine) -> TapNodeHash

    Produces a hash from the current state of a given engine.
    §

    fn from_slice(sl: &[u8]) -> Result<TapNodeHash, FromSliceError>

    Copies a byte slice into a hash object.
    §

    fn from_byte_array(bytes: <TapNodeHash as Hash>::Bytes) -> TapNodeHash

    Constructs a hash from the underlying byte array.
    §

    fn to_byte_array(self) -> <TapNodeHash as Hash>::Bytes

    Returns the underlying byte array.
    §

    fn as_byte_array(&self) -> &<TapNodeHash as Hash>::Bytes

    Returns a reference to the underlying byte array.
    §

    fn all_zeros() -> TapNodeHash

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where B: AsRef<[u8]>, I: IntoIterator<Item = B>,

    Hashes all the byte slices retrieved from the iterator together.
    §

    impl Hash for TapNodeHash

    §

    fn hash<__H>(&self, state: &mut __H)
    where __H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where @@ -27,12 +27,12 @@ true for Sha256dHash, so here we are.

    ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    §

    impl PartialOrd for TapNodeHash

    §

    fn partial_cmp(&self, other: &TapNodeHash) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
    §

    impl SerdeHash for TapNodeHash

    §

    const N: usize = 32usize

    Size, in bits, of the hash.
    §

    fn from_slice_delegated(sl: &[u8]) -> Result<TapNodeHash, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( +operator. Read more

    §

    impl SerdeHash for TapNodeHash

    §

    const N: usize = 32usize

    Size, in bits, of the hash.
    §

    fn from_slice_delegated(sl: &[u8]) -> Result<TapNodeHash, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where S: Serializer,

    Do serde serialization.
    §

    fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Do serde deserialization.
    §

    impl Serialize for TapNodeHash

    §

    fn serialize<S>( + D: Deserializer<'de>,

    Do serde deserialization.
    §

    impl Serialize for TapNodeHash

    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where @@ -51,5 +51,5 @@ operator. Display + ?Sized,

    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.TapSighash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.TapSighash.html index 4d54427a11..8ea5129162 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.TapSighash.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.TapSighash.html @@ -4,11 +4,11 @@

    pub fn to_raw_hash(self) -> Hash<TapSighashTag>

    Returns the inner hash (sha256, sh256d etc.).

    pub fn as_raw_hash(&self) -> &Hash<TapSighashTag>

    Returns a reference to the inner hash (sha256, sh256d etc.).

    Trait Implementations§

    §

    impl AsRef<[u8]> for TapSighash

    §

    fn as_ref(&self) -> &[u8] ⓘ

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl AsRef<[u8; 32]> for TapSighash

    §

    fn as_ref(&self) -> &[u8; 32]

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl Borrow<[u8]> for TapSighash

    §

    fn borrow(&self) -> &[u8] ⓘ

    Immutably borrows from an owned value. Read more
    §

    impl Clone for TapSighash

    §

    fn clone(&self) -> TapSighash

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for TapSighash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for TapSighash

    §

    fn deserialize<D>(d: D) -> Result<TapSighash, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for TapSighash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<Hash<TapSighashTag>> for TapSighash

    §

    fn from(inner: Hash<TapSighashTag>) -> TapSighash

    Converts to this type from the input type.
    §

    impl From<TapSighash> for Hash<TapSighashTag>

    §

    fn from(hashtype: TapSighash) -> Hash<TapSighashTag>

    Converts to this type from the input type.
    §

    impl From<TapSighash> for Message

    §

    fn from(hash: TapSighash) -> Message

    Converts to this type from the input type.
    §

    impl FromStr for TapSighash

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<TapSighash, <TapSighash as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for TapSighash

    §

    type Engine = <Hash<TapSighashTag> as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected + D: Deserializer<'de>,
    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for TapSighash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<Hash<TapSighashTag>> for TapSighash

    §

    fn from(inner: Hash<TapSighashTag>) -> TapSighash

    Converts to this type from the input type.
    §

    impl From<TapSighash> for Hash<TapSighashTag>

    §

    fn from(hashtype: TapSighash) -> Hash<TapSighashTag>

    Converts to this type from the input type.
    §

    impl From<TapSighash> for Message

    §

    fn from(hash: TapSighash) -> Message

    Converts to this type from the input type.
    §

    impl FromStr for TapSighash

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<TapSighash, <TapSighash as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for TapSighash

    §

    type Engine = <Hash<TapSighashTag> as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
    §

    type Bytes = <Hash<TapSighashTag> as Hash>::Bytes

    The byte array that represents the hash internally.
    §

    const LEN: usize = 32usize

    Length of the hash, in bytes.
    §

    const DISPLAY_BACKWARD: bool = false

    Flag indicating whether user-visible serializations of this hash +any conditions.
    §

    type Bytes = <Hash<TapSighashTag> as Hash>::Bytes

    The byte array that represents the hash internally.
    §

    const LEN: usize = 32usize

    Length of the hash, in bytes.
    §

    const DISPLAY_BACKWARD: bool = false

    Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
    §

    fn engine() -> <TapSighash as Hash>::Engine

    Constructs a new engine.
    §

    fn from_engine(e: <TapSighash as Hash>::Engine) -> TapSighash

    Produces a hash from the current state of a given engine.
    §

    fn from_slice(sl: &[u8]) -> Result<TapSighash, FromSliceError>

    Copies a byte slice into a hash object.
    §

    fn from_byte_array(bytes: <TapSighash as Hash>::Bytes) -> TapSighash

    Constructs a hash from the underlying byte array.
    §

    fn to_byte_array(self) -> <TapSighash as Hash>::Bytes

    Returns the underlying byte array.
    §

    fn as_byte_array(&self) -> &<TapSighash as Hash>::Bytes

    Returns a reference to the underlying byte array.
    §

    fn all_zeros() -> TapSighash

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where +true for Sha256dHash, so here we are.

    §

    fn engine() -> <TapSighash as Hash>::Engine

    Constructs a new engine.
    §

    fn from_engine(e: <TapSighash as Hash>::Engine) -> TapSighash

    Produces a hash from the current state of a given engine.
    §

    fn from_slice(sl: &[u8]) -> Result<TapSighash, FromSliceError>

    Copies a byte slice into a hash object.
    §

    fn from_byte_array(bytes: <TapSighash as Hash>::Bytes) -> TapSighash

    Constructs a hash from the underlying byte array.
    §

    fn to_byte_array(self) -> <TapSighash as Hash>::Bytes

    Returns the underlying byte array.
    §

    fn as_byte_array(&self) -> &<TapSighash as Hash>::Bytes

    Returns a reference to the underlying byte array.
    §

    fn all_zeros() -> TapSighash

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where B: AsRef<[u8]>, I: IntoIterator<Item = B>,

    Hashes all the byte slices retrieved from the iterator together.
    §

    impl Hash for TapSighash

    §

    fn hash<__H>(&self, state: &mut __H)
    where __H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where @@ -21,12 +21,12 @@ true for Sha256dHash, so here we are.

    ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    §

    impl PartialOrd for TapSighash

    §

    fn partial_cmp(&self, other: &TapSighash) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
    §

    impl SerdeHash for TapSighash

    §

    const N: usize = 32usize

    Size, in bits, of the hash.
    §

    fn from_slice_delegated(sl: &[u8]) -> Result<TapSighash, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( +operator. Read more

    §

    impl SerdeHash for TapSighash

    §

    const N: usize = 32usize

    Size, in bits, of the hash.
    §

    fn from_slice_delegated(sl: &[u8]) -> Result<TapSighash, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where S: Serializer,

    Do serde serialization.
    §

    fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Do serde deserialization.
    §

    impl Serialize for TapSighash

    §

    fn serialize<S>( + D: Deserializer<'de>,

    Do serde deserialization.
    §

    impl Serialize for TapSighash

    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where @@ -45,5 +45,5 @@ operator. Display + ?Sized,

    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.TapTweakHash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.TapTweakHash.html index 661952f17e..a27172a39a 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.TapTweakHash.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.TapTweakHash.html @@ -9,12 +9,12 @@ ) -> TapTweakHash

    Creates a new BIP341 TapTweakHash from key and tweak. Produces H_taptweak(P||R) where P is the internal key and R is the merkle root.

    pub fn to_scalar(self) -> Scalar

    Converts a TapTweakHash into a Scalar ready for use with key tweaking API.

    -

    Trait Implementations§

    §

    impl AsRef<[u8]> for TapTweakHash

    §

    fn as_ref(&self) -> &[u8] ⓘ

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl AsRef<[u8; 32]> for TapTweakHash

    §

    fn as_ref(&self) -> &[u8; 32]

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl Borrow<[u8]> for TapTweakHash

    §

    fn borrow(&self) -> &[u8] ⓘ

    Immutably borrows from an owned value. Read more
    §

    impl Clone for TapTweakHash

    §

    fn clone(&self) -> TapTweakHash

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for TapTweakHash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for TapTweakHash

    §

    fn deserialize<D>(d: D) -> Result<TapTweakHash, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for TapTweakHash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<&TaprootSpendInfo> for TapTweakHash

    §

    fn from(spend_info: &TaprootSpendInfo) -> TapTweakHash

    Converts to this type from the input type.
    §

    impl From<Hash<TapTweakTag>> for TapTweakHash

    §

    fn from(inner: Hash<TapTweakTag>) -> TapTweakHash

    Converts to this type from the input type.
    §

    impl From<TapTweakHash> for Hash<TapTweakTag>

    §

    fn from(hashtype: TapTweakHash) -> Hash<TapTweakTag>

    Converts to this type from the input type.
    §

    impl From<TaprootSpendInfo> for TapTweakHash

    §

    fn from(spend_info: TaprootSpendInfo) -> TapTweakHash

    Converts to this type from the input type.
    §

    impl FromStr for TapTweakHash

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<TapTweakHash, <TapTweakHash as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for TapTweakHash

    §

    type Engine = <Hash<TapTweakTag> as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected +

    Trait Implementations§

    §

    impl AsRef<[u8]> for TapTweakHash

    §

    fn as_ref(&self) -> &[u8] ⓘ

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl AsRef<[u8; 32]> for TapTweakHash

    §

    fn as_ref(&self) -> &[u8; 32]

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl Borrow<[u8]> for TapTweakHash

    §

    fn borrow(&self) -> &[u8] ⓘ

    Immutably borrows from an owned value. Read more
    §

    impl Clone for TapTweakHash

    §

    fn clone(&self) -> TapTweakHash

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for TapTweakHash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for TapTweakHash

    §

    fn deserialize<D>(d: D) -> Result<TapTweakHash, <D as Deserializer<'de>>::Error>
    where + D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for TapTweakHash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<&TaprootSpendInfo> for TapTweakHash

    §

    fn from(spend_info: &TaprootSpendInfo) -> TapTweakHash

    Converts to this type from the input type.
    §

    impl From<Hash<TapTweakTag>> for TapTweakHash

    §

    fn from(inner: Hash<TapTweakTag>) -> TapTweakHash

    Converts to this type from the input type.
    §

    impl From<TapTweakHash> for Hash<TapTweakTag>

    §

    fn from(hashtype: TapTweakHash) -> Hash<TapTweakTag>

    Converts to this type from the input type.
    §

    impl From<TaprootSpendInfo> for TapTweakHash

    §

    fn from(spend_info: TaprootSpendInfo) -> TapTweakHash

    Converts to this type from the input type.
    §

    impl FromStr for TapTweakHash

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<TapTweakHash, <TapTweakHash as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for TapTweakHash

    §

    type Engine = <Hash<TapTweakTag> as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
    §

    type Bytes = <Hash<TapTweakTag> as Hash>::Bytes

    The byte array that represents the hash internally.
    §

    const LEN: usize = 32usize

    Length of the hash, in bytes.
    §

    const DISPLAY_BACKWARD: bool = false

    Flag indicating whether user-visible serializations of this hash +any conditions.
    §

    type Bytes = <Hash<TapTweakTag> as Hash>::Bytes

    The byte array that represents the hash internally.
    §

    const LEN: usize = 32usize

    Length of the hash, in bytes.
    §

    const DISPLAY_BACKWARD: bool = false

    Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
    §

    fn engine() -> <TapTweakHash as Hash>::Engine

    Constructs a new engine.
    §

    fn from_engine(e: <TapTweakHash as Hash>::Engine) -> TapTweakHash

    Produces a hash from the current state of a given engine.
    §

    fn from_slice(sl: &[u8]) -> Result<TapTweakHash, FromSliceError>

    Copies a byte slice into a hash object.
    §

    fn from_byte_array(bytes: <TapTweakHash as Hash>::Bytes) -> TapTweakHash

    Constructs a hash from the underlying byte array.
    §

    fn to_byte_array(self) -> <TapTweakHash as Hash>::Bytes

    Returns the underlying byte array.
    §

    fn as_byte_array(&self) -> &<TapTweakHash as Hash>::Bytes

    Returns a reference to the underlying byte array.
    §

    fn all_zeros() -> TapTweakHash

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where +true for Sha256dHash, so here we are.

    §

    fn engine() -> <TapTweakHash as Hash>::Engine

    Constructs a new engine.
    §

    fn from_engine(e: <TapTweakHash as Hash>::Engine) -> TapTweakHash

    Produces a hash from the current state of a given engine.
    §

    fn from_slice(sl: &[u8]) -> Result<TapTweakHash, FromSliceError>

    Copies a byte slice into a hash object.
    §

    fn from_byte_array(bytes: <TapTweakHash as Hash>::Bytes) -> TapTweakHash

    Constructs a hash from the underlying byte array.
    §

    fn to_byte_array(self) -> <TapTweakHash as Hash>::Bytes

    Returns the underlying byte array.
    §

    fn as_byte_array(&self) -> &<TapTweakHash as Hash>::Bytes

    Returns a reference to the underlying byte array.
    §

    fn all_zeros() -> TapTweakHash

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where B: AsRef<[u8]>, I: IntoIterator<Item = B>,

    Hashes all the byte slices retrieved from the iterator together.
    §

    impl Hash for TapTweakHash

    §

    fn hash<__H>(&self, state: &mut __H)
    where __H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where @@ -27,12 +27,12 @@ true for Sha256dHash, so here we are.

    ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    §

    impl PartialOrd for TapTweakHash

    §

    fn partial_cmp(&self, other: &TapTweakHash) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
    §

    impl SerdeHash for TapTweakHash

    §

    const N: usize = 32usize

    Size, in bits, of the hash.
    §

    fn from_slice_delegated(sl: &[u8]) -> Result<TapTweakHash, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( +operator. Read more

    §

    impl SerdeHash for TapTweakHash

    §

    const N: usize = 32usize

    Size, in bits, of the hash.
    §

    fn from_slice_delegated(sl: &[u8]) -> Result<TapTweakHash, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where S: Serializer,

    Do serde serialization.
    §

    fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Do serde deserialization.
    §

    impl Serialize for TapTweakHash

    §

    fn serialize<S>( + D: Deserializer<'de>,

    Do serde deserialization.
    §

    impl Serialize for TapTweakHash

    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where @@ -51,5 +51,5 @@ operator. Display + ?Sized,

    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Target.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Target.html index 2d9c71e361..d66fa014b8 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Target.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Target.html @@ -108,5 +108,5 @@ operator. Display + ?Sized,
    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Transaction.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Transaction.html index d3537bdcbf..2cc3a7bc9d 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Transaction.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Transaction.html @@ -148,7 +148,7 @@ as well as any segwit sigops will not be counted for that input.

    __deserializer: __D ) -> Result<Transaction, <__D as Deserializer<'de>>::Error>
    where __D: Deserializer<'de>,
    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Encodable for Transaction

    §

    fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
    where - W: Write + ?Sized,

    Encodes an object with a well-defined format. Read more
    §

    impl From<&Transaction> for Txid

    §

    fn from(tx: &Transaction) -> Txid

    Converts to this type from the input type.
    §

    impl From<&Transaction> for Wtxid

    §

    fn from(tx: &Transaction) -> Wtxid

    Converts to this type from the input type.
    §

    impl From<Transaction> for Txid

    §

    fn from(tx: Transaction) -> Txid

    Converts to this type from the input type.
    §

    impl From<Transaction> for Wtxid

    §

    fn from(tx: Transaction) -> Wtxid

    Converts to this type from the input type.
    §

    impl Hash for Transaction

    §

    fn hash<__H>(&self, state: &mut __H)
    where + W: Write + ?Sized,

    Encodes an object with a well-defined format. Read more
    §

    impl From<&Transaction> for Txid

    §

    fn from(tx: &Transaction) -> Txid

    Converts to this type from the input type.
    §

    impl From<&Transaction> for Wtxid

    §

    fn from(tx: &Transaction) -> Wtxid

    Converts to this type from the input type.
    §

    impl From<Transaction> for Txid

    §

    fn from(tx: Transaction) -> Txid

    Converts to this type from the input type.
    §

    impl From<Transaction> for Wtxid

    §

    fn from(tx: Transaction) -> Wtxid

    Converts to this type from the input type.
    §

    impl Hash for Transaction

    §

    fn hash<__H>(&self, state: &mut __H)
    where __H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where H: Hasher, Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    §

    impl Ord for Transaction

    §

    fn cmp(&self, other: &Transaction) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where @@ -176,5 +176,5 @@ operator. Clone,

    §

    type Owned = T

    The resulting type after obtaining ownership.
    source§

    fn to_owned(&self) -> T

    Creates owned data from borrowed data, usually by cloning. Read more
    source§

    fn clone_into(&self, target: &mut T)

    Uses borrowed data to replace owned data, usually by cloning. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.TxIn.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.TxIn.html index 4b00ea21db..0a7369e468 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.TxIn.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.TxIn.html @@ -86,5 +86,5 @@ operator. Clone,
    §

    type Owned = T

    The resulting type after obtaining ownership.
    source§

    fn to_owned(&self) -> T

    Creates owned data from borrowed data, usually by cloning. Read more
    source§

    fn clone_into(&self, target: &mut T)

    Uses borrowed data to replace owned data, usually by cloning. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.TxMerkleNode.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.TxMerkleNode.html index a85ed54d8c..650fafea93 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.TxMerkleNode.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.TxMerkleNode.html @@ -2,15 +2,15 @@

    Implementations§

    §

    impl TxMerkleNode

    pub fn from_raw_hash(inner: Hash) -> TxMerkleNode

    Creates this wrapper type from the inner hash type.

    pub fn to_raw_hash(self) -> Hash

    Returns the inner hash (sha256, sh256d etc.).

    pub fn as_raw_hash(&self) -> &Hash

    Returns a reference to the inner hash (sha256, sh256d etc.).

    -

    Trait Implementations§

    §

    impl AsRef<[u8]> for TxMerkleNode

    §

    fn as_ref(&self) -> &[u8] ⓘ

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl AsRef<[u8; 32]> for TxMerkleNode

    §

    fn as_ref(&self) -> &[u8; 32]

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl Borrow<[u8]> for TxMerkleNode

    §

    fn borrow(&self) -> &[u8] ⓘ

    Immutably borrows from an owned value. Read more
    §

    impl Clone for TxMerkleNode

    §

    fn clone(&self) -> TxMerkleNode

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for TxMerkleNode

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Decodable for TxMerkleNode

    Trait Implementations§

    §

    impl AsRef<[u8]> for TxMerkleNode

    §

    fn as_ref(&self) -> &[u8] ⓘ

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl AsRef<[u8; 32]> for TxMerkleNode

    §

    fn as_ref(&self) -> &[u8; 32]

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl Borrow<[u8]> for TxMerkleNode

    §

    fn borrow(&self) -> &[u8] ⓘ

    Immutably borrows from an owned value. Read more
    §

    impl Clone for TxMerkleNode

    §

    fn clone(&self) -> TxMerkleNode

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for TxMerkleNode

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Decodable for TxMerkleNode

    §

    fn consensus_decode<R>(r: &mut R) -> Result<TxMerkleNode, Error>
    where R: BufRead + ?Sized,

    Decode an object with a well-defined format. Read more
    §

    fn consensus_decode_from_finite_reader<R>(reader: &mut R) -> Result<Self, Error>
    where R: BufRead + ?Sized,

    Decode Self from a size-limited reader. Read more
    §

    impl<'de> Deserialize<'de> for TxMerkleNode

    §

    fn deserialize<D>(d: D) -> Result<TxMerkleNode, <D as Deserializer<'de>>::Error>
    where D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for TxMerkleNode

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Encodable for TxMerkleNode

    §

    fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
    where - W: Write + ?Sized,

    Encodes an object with a well-defined format. Read more
    §

    impl From<Hash> for TxMerkleNode

    §

    fn from(inner: Hash) -> TxMerkleNode

    Converts to this type from the input type.
    §

    impl From<TxMerkleNode> for Hash

    §

    fn from(hashtype: TxMerkleNode) -> Hash

    Converts to this type from the input type.
    §

    impl From<Txid> for TxMerkleNode

    §

    fn from(txid: Txid) -> TxMerkleNode

    Converts to this type from the input type.
    §

    impl FromStr for TxMerkleNode

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<TxMerkleNode, <TxMerkleNode as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for TxMerkleNode

    §

    type Engine = <Hash as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected + W: Write + ?Sized,
    Encodes an object with a well-defined format. Read more
    §

    impl From<Hash> for TxMerkleNode

    §

    fn from(inner: Hash) -> TxMerkleNode

    Converts to this type from the input type.
    §

    impl From<TxMerkleNode> for Hash

    §

    fn from(hashtype: TxMerkleNode) -> Hash

    Converts to this type from the input type.
    §

    impl From<Txid> for TxMerkleNode

    §

    fn from(txid: Txid) -> TxMerkleNode

    Converts to this type from the input type.
    §

    impl FromStr for TxMerkleNode

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<TxMerkleNode, <TxMerkleNode as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for TxMerkleNode

    §

    type Engine = <Hash as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
    §

    type Bytes = <Hash as Hash>::Bytes

    The byte array that represents the hash internally.
    §

    const LEN: usize = 32usize

    Length of the hash, in bytes.
    §

    const DISPLAY_BACKWARD: bool = true

    Flag indicating whether user-visible serializations of this hash +any conditions.
    §

    type Bytes = <Hash as Hash>::Bytes

    The byte array that represents the hash internally.
    §

    const LEN: usize = 32usize

    Length of the hash, in bytes.
    §

    const DISPLAY_BACKWARD: bool = true

    Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
    §

    fn engine() -> <TxMerkleNode as Hash>::Engine

    Constructs a new engine.
    §

    fn from_engine(e: <TxMerkleNode as Hash>::Engine) -> TxMerkleNode

    Produces a hash from the current state of a given engine.
    §

    fn from_slice(sl: &[u8]) -> Result<TxMerkleNode, FromSliceError>

    Copies a byte slice into a hash object.
    §

    fn from_byte_array(bytes: <TxMerkleNode as Hash>::Bytes) -> TxMerkleNode

    Constructs a hash from the underlying byte array.
    §

    fn to_byte_array(self) -> <TxMerkleNode as Hash>::Bytes

    Returns the underlying byte array.
    §

    fn as_byte_array(&self) -> &<TxMerkleNode as Hash>::Bytes

    Returns a reference to the underlying byte array.
    §

    fn all_zeros() -> TxMerkleNode

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where +true for Sha256dHash, so here we are.

    §

    fn engine() -> <TxMerkleNode as Hash>::Engine

    Constructs a new engine.
    §

    fn from_engine(e: <TxMerkleNode as Hash>::Engine) -> TxMerkleNode

    Produces a hash from the current state of a given engine.
    §

    fn from_slice(sl: &[u8]) -> Result<TxMerkleNode, FromSliceError>

    Copies a byte slice into a hash object.
    §

    fn from_byte_array(bytes: <TxMerkleNode as Hash>::Bytes) -> TxMerkleNode

    Constructs a hash from the underlying byte array.
    §

    fn to_byte_array(self) -> <TxMerkleNode as Hash>::Bytes

    Returns the underlying byte array.
    §

    fn as_byte_array(&self) -> &<TxMerkleNode as Hash>::Bytes

    Returns a reference to the underlying byte array.
    §

    fn all_zeros() -> TxMerkleNode

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where B: AsRef<[u8]>, I: IntoIterator<Item = B>,

    Hashes all the byte slices retrieved from the iterator together.
    §

    impl Hash for TxMerkleNode

    §

    fn hash<__H>(&self, state: &mut __H)
    where __H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where @@ -23,12 +23,12 @@ true for Sha256dHash, so here we are.

    ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    §

    impl PartialOrd for TxMerkleNode

    §

    fn partial_cmp(&self, other: &TxMerkleNode) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
    §

    impl SerdeHash for TxMerkleNode

    §

    const N: usize = 32usize

    Size, in bits, of the hash.
    §

    fn from_slice_delegated(sl: &[u8]) -> Result<TxMerkleNode, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( +operator. Read more

    §

    impl SerdeHash for TxMerkleNode

    §

    const N: usize = 32usize

    Size, in bits, of the hash.
    §

    fn from_slice_delegated(sl: &[u8]) -> Result<TxMerkleNode, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where S: Serializer,

    Do serde serialization.
    §

    fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Do serde deserialization.
    §

    impl Serialize for TxMerkleNode

    §

    fn serialize<S>( + D: Deserializer<'de>,

    Do serde deserialization.
    §

    impl Serialize for TxMerkleNode

    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where @@ -47,5 +47,5 @@ operator. Display + ?Sized,

    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.TxOut.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.TxOut.html index 49fa80f69e..d751ef9020 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.TxOut.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.TxOut.html @@ -70,5 +70,5 @@ operator. Clone,
    §

    type Owned = T

    The resulting type after obtaining ownership.
    source§

    fn to_owned(&self) -> T

    Creates owned data from borrowed data, usually by cloning. Read more
    source§

    fn clone_into(&self, target: &mut T)

    Uses borrowed data to replace owned data, usually by cloning. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Txid.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Txid.html index ba495aed4c..6ffc38b69e 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Txid.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Txid.html @@ -2,19 +2,19 @@

    For compatibility with the existing Bitcoin infrastructure and historical and current versions of the Bitcoin Core software itself, this and other sha256d::Hash types, are serialized in reverse byte order when converted to a hex string via std::fmt::Display -trait operations. See hashes::Hash::DISPLAY_BACKWARD for more details.

    +trait operations. See hashes::Hash::DISPLAY_BACKWARD for more details.

    Implementations§

    §

    impl Txid

    pub fn from_raw_hash(inner: Hash) -> Txid

    Creates this wrapper type from the inner hash type.

    pub fn to_raw_hash(self) -> Hash

    Returns the inner hash (sha256, sh256d etc.).

    pub fn as_raw_hash(&self) -> &Hash

    Returns a reference to the inner hash (sha256, sh256d etc.).

    -

    Trait Implementations§

    §

    impl AsRef<[u8]> for Txid

    §

    fn as_ref(&self) -> &[u8] ⓘ

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl AsRef<[u8; 32]> for Txid

    §

    fn as_ref(&self) -> &[u8; 32]

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl Borrow<[u8]> for Txid

    §

    fn borrow(&self) -> &[u8] ⓘ

    Immutably borrows from an owned value. Read more
    §

    impl Clone for Txid

    §

    fn clone(&self) -> Txid

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for Txid

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Decodable for Txid

    Trait Implementations§

    §

    impl AsRef<[u8]> for Txid

    §

    fn as_ref(&self) -> &[u8] ⓘ

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl AsRef<[u8; 32]> for Txid

    §

    fn as_ref(&self) -> &[u8; 32]

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl Borrow<[u8]> for Txid

    §

    fn borrow(&self) -> &[u8] ⓘ

    Immutably borrows from an owned value. Read more
    §

    impl Clone for Txid

    §

    fn clone(&self) -> Txid

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for Txid

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Decodable for Txid

    §

    fn consensus_decode<R>(r: &mut R) -> Result<Txid, Error>
    where R: BufRead + ?Sized,

    Decode an object with a well-defined format. Read more
    §

    fn consensus_decode_from_finite_reader<R>(reader: &mut R) -> Result<Self, Error>
    where R: BufRead + ?Sized,

    Decode Self from a size-limited reader. Read more
    §

    impl<'de> Deserialize<'de> for Txid

    §

    fn deserialize<D>(d: D) -> Result<Txid, <D as Deserializer<'de>>::Error>
    where D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for Txid

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Encodable for Txid

    §

    fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
    where - W: Write + ?Sized,

    Encodes an object with a well-defined format. Read more
    §

    impl From<&Transaction> for Txid

    §

    fn from(tx: &Transaction) -> Txid

    Converts to this type from the input type.
    §

    impl From<Hash> for Txid

    §

    fn from(inner: Hash) -> Txid

    Converts to this type from the input type.
    §

    impl From<Transaction> for Txid

    §

    fn from(tx: Transaction) -> Txid

    Converts to this type from the input type.
    §

    impl From<Txid> for Hash

    §

    fn from(hashtype: Txid) -> Hash

    Converts to this type from the input type.
    §

    impl From<Txid> for TxMerkleNode

    §

    fn from(txid: Txid) -> TxMerkleNode

    Converts to this type from the input type.
    §

    impl FromStr for Txid

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<Txid, <Txid as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for Txid

    §

    type Engine = <Hash as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected + W: Write + ?Sized,
    Encodes an object with a well-defined format. Read more
    §

    impl From<&Transaction> for Txid

    §

    fn from(tx: &Transaction) -> Txid

    Converts to this type from the input type.
    §

    impl From<Hash> for Txid

    §

    fn from(inner: Hash) -> Txid

    Converts to this type from the input type.
    §

    impl From<Transaction> for Txid

    §

    fn from(tx: Transaction) -> Txid

    Converts to this type from the input type.
    §

    impl From<Txid> for Hash

    §

    fn from(hashtype: Txid) -> Hash

    Converts to this type from the input type.
    §

    impl From<Txid> for TxMerkleNode

    §

    fn from(txid: Txid) -> TxMerkleNode

    Converts to this type from the input type.
    §

    impl FromStr for Txid

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<Txid, <Txid as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for Txid

    §

    type Engine = <Hash as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
    §

    type Bytes = <Hash as Hash>::Bytes

    The byte array that represents the hash internally.
    §

    const LEN: usize = 32usize

    Length of the hash, in bytes.
    §

    const DISPLAY_BACKWARD: bool = true

    Flag indicating whether user-visible serializations of this hash +any conditions.
    §

    type Bytes = <Hash as Hash>::Bytes

    The byte array that represents the hash internally.
    §

    const LEN: usize = 32usize

    Length of the hash, in bytes.
    §

    const DISPLAY_BACKWARD: bool = true

    Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
    §

    fn engine() -> <Txid as Hash>::Engine

    Constructs a new engine.
    §

    fn from_engine(e: <Txid as Hash>::Engine) -> Txid

    Produces a hash from the current state of a given engine.
    §

    fn from_slice(sl: &[u8]) -> Result<Txid, FromSliceError>

    Copies a byte slice into a hash object.
    §

    fn from_byte_array(bytes: <Txid as Hash>::Bytes) -> Txid

    Constructs a hash from the underlying byte array.
    §

    fn to_byte_array(self) -> <Txid as Hash>::Bytes

    Returns the underlying byte array.
    §

    fn as_byte_array(&self) -> &<Txid as Hash>::Bytes

    Returns a reference to the underlying byte array.
    §

    fn all_zeros() -> Txid

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where +true for Sha256dHash, so here we are.

    §

    fn engine() -> <Txid as Hash>::Engine

    Constructs a new engine.
    §

    fn from_engine(e: <Txid as Hash>::Engine) -> Txid

    Produces a hash from the current state of a given engine.
    §

    fn from_slice(sl: &[u8]) -> Result<Txid, FromSliceError>

    Copies a byte slice into a hash object.
    §

    fn from_byte_array(bytes: <Txid as Hash>::Bytes) -> Txid

    Constructs a hash from the underlying byte array.
    §

    fn to_byte_array(self) -> <Txid as Hash>::Bytes

    Returns the underlying byte array.
    §

    fn as_byte_array(&self) -> &<Txid as Hash>::Bytes

    Returns a reference to the underlying byte array.
    §

    fn all_zeros() -> Txid

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where B: AsRef<[u8]>, I: IntoIterator<Item = B>,

    Hashes all the byte slices retrieved from the iterator together.
    §

    impl Hash for Txid

    §

    fn hash<__H>(&self, state: &mut __H)
    where __H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where @@ -27,12 +27,12 @@ true for Sha256dHash, so here we are.

    ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    §

    impl PartialOrd for Txid

    §

    fn partial_cmp(&self, other: &Txid) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
    §

    impl SerdeHash for Txid

    §

    const N: usize = 32usize

    Size, in bits, of the hash.
    §

    fn from_slice_delegated(sl: &[u8]) -> Result<Txid, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( +operator. Read more

    §

    impl SerdeHash for Txid

    §

    const N: usize = 32usize

    Size, in bits, of the hash.
    §

    fn from_slice_delegated(sl: &[u8]) -> Result<Txid, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where S: Serializer,

    Do serde serialization.
    §

    fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Do serde deserialization.
    §

    impl Serialize for Txid

    §

    fn serialize<S>( + D: Deserializer<'de>,

    Do serde deserialization.
    §

    impl Serialize for Txid

    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where @@ -51,5 +51,5 @@ operator. Display + ?Sized,

    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.VarInt.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.VarInt.html index ed1b978a1a..3476325d88 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.VarInt.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.VarInt.html @@ -5,11 +5,11 @@ R: BufRead + ?Sized,
    Decode an object with a well-defined format. Read more
    §

    fn consensus_decode_from_finite_reader<R>(reader: &mut R) -> Result<Self, Error>
    where R: BufRead + ?Sized,

    Decode Self from a size-limited reader. Read more
    §

    impl Encodable for VarInt

    §

    fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
    where W: Write + ?Sized,

    Encodes an object with a well-defined format. Read more
    §

    impl From<u16> for VarInt

    Creates a VarInt from a usize by casting the to a u64.

    -
    §

    fn from(x: u16) -> VarInt

    Converts to this type from the input type.
    §

    impl From<u32> for VarInt

    Creates a VarInt from a usize by casting the to a u64.

    -
    §

    fn from(x: u32) -> VarInt

    Converts to this type from the input type.
    §

    impl From<u64> for VarInt

    Creates a VarInt from a usize by casting the to a u64.

    +
    §

    fn from(x: u16) -> VarInt

    Converts to this type from the input type.
    §

    impl From<u32> for VarInt

    Creates a VarInt from a usize by casting the to a u64.

    +
    §

    fn from(x: u32) -> VarInt

    Converts to this type from the input type.
    §

    impl From<u64> for VarInt

    Creates a VarInt from a usize by casting the to a u64.

    §

    fn from(x: u64) -> VarInt

    Converts to this type from the input type.
    §

    impl From<u8> for VarInt

    Creates a VarInt from a usize by casting the to a u64.

    -
    §

    fn from(x: u8) -> VarInt

    Converts to this type from the input type.
    §

    impl From<usize> for VarInt

    Creates a VarInt from a usize by casting the to a u64.

    -
    §

    fn from(x: usize) -> VarInt

    Converts to this type from the input type.
    §

    impl Ord for VarInt

    §

    fn cmp(&self, other: &VarInt) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where +
    §

    fn from(x: u8) -> VarInt

    Converts to this type from the input type.

    §

    impl From<usize> for VarInt

    Creates a VarInt from a usize by casting the to a u64.

    +
    §

    fn from(x: usize) -> VarInt

    Converts to this type from the input type.
    §

    impl Ord for VarInt

    §

    fn cmp(&self, other: &VarInt) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Self
    where Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Self
    where Self: Sized + PartialOrd,

    Restrict a value to a certain interval. Read more
    §

    impl PartialEq for VarInt

    §

    fn eq(&self, other: &VarInt) -> bool

    This method tests for self and other values to be equal, and is used diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.WPubkeyHash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.WPubkeyHash.html index f61905205b..ecbaba39e4 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.WPubkeyHash.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.WPubkeyHash.html @@ -2,12 +2,12 @@

    Implementations§

    §

    impl WPubkeyHash

    pub fn from_raw_hash(inner: Hash) -> WPubkeyHash

    Creates this wrapper type from the inner hash type.

    pub fn to_raw_hash(self) -> Hash

    Returns the inner hash (sha256, sh256d etc.).

    pub fn as_raw_hash(&self) -> &Hash

    Returns a reference to the inner hash (sha256, sh256d etc.).

    -

    Trait Implementations§

    §

    impl AsRef<[u8]> for WPubkeyHash

    §

    fn as_ref(&self) -> &[u8] ⓘ

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl AsRef<[u8; 20]> for WPubkeyHash

    §

    fn as_ref(&self) -> &[u8; 20]

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl AsRef<PushBytes> for WPubkeyHash

    §

    fn as_ref(&self) -> &PushBytes

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl Borrow<[u8]> for WPubkeyHash

    §

    fn borrow(&self) -> &[u8] ⓘ

    Immutably borrows from an owned value. Read more
    §

    impl Clone for WPubkeyHash

    §

    fn clone(&self) -> WPubkeyHash

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for WPubkeyHash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for WPubkeyHash

    §

    fn deserialize<D>(d: D) -> Result<WPubkeyHash, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for WPubkeyHash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<&CompressedPublicKey> for WPubkeyHash

    §

    fn from(key: &CompressedPublicKey) -> WPubkeyHash

    Converts to this type from the input type.
    §

    impl From<CompressedPublicKey> for WPubkeyHash

    §

    fn from(key: CompressedPublicKey) -> WPubkeyHash

    Converts to this type from the input type.
    §

    impl From<Hash> for WPubkeyHash

    §

    fn from(inner: Hash) -> WPubkeyHash

    Converts to this type from the input type.
    §

    impl From<WPubkeyHash> for Hash

    §

    fn from(hashtype: WPubkeyHash) -> Hash

    Converts to this type from the input type.
    §

    impl From<WPubkeyHash> for PushBytesBuf

    §

    fn from(hash: WPubkeyHash) -> PushBytesBuf

    Converts to this type from the input type.
    §

    impl FromStr for WPubkeyHash

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<WPubkeyHash, <WPubkeyHash as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for WPubkeyHash

    §

    type Engine = <Hash as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected +

    Trait Implementations§

    §

    impl AsRef<[u8]> for WPubkeyHash

    §

    fn as_ref(&self) -> &[u8] ⓘ

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl AsRef<[u8; 20]> for WPubkeyHash

    §

    fn as_ref(&self) -> &[u8; 20]

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl AsRef<PushBytes> for WPubkeyHash

    §

    fn as_ref(&self) -> &PushBytes

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl Borrow<[u8]> for WPubkeyHash

    §

    fn borrow(&self) -> &[u8] ⓘ

    Immutably borrows from an owned value. Read more
    §

    impl Clone for WPubkeyHash

    §

    fn clone(&self) -> WPubkeyHash

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for WPubkeyHash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for WPubkeyHash

    §

    fn deserialize<D>(d: D) -> Result<WPubkeyHash, <D as Deserializer<'de>>::Error>
    where + D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for WPubkeyHash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<&CompressedPublicKey> for WPubkeyHash

    §

    fn from(key: &CompressedPublicKey) -> WPubkeyHash

    Converts to this type from the input type.
    §

    impl From<CompressedPublicKey> for WPubkeyHash

    §

    fn from(key: CompressedPublicKey) -> WPubkeyHash

    Converts to this type from the input type.
    §

    impl From<Hash> for WPubkeyHash

    §

    fn from(inner: Hash) -> WPubkeyHash

    Converts to this type from the input type.
    §

    impl From<WPubkeyHash> for Hash

    §

    fn from(hashtype: WPubkeyHash) -> Hash

    Converts to this type from the input type.
    §

    impl From<WPubkeyHash> for PushBytesBuf

    §

    fn from(hash: WPubkeyHash) -> PushBytesBuf

    Converts to this type from the input type.
    §

    impl FromStr for WPubkeyHash

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<WPubkeyHash, <WPubkeyHash as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for WPubkeyHash

    §

    type Engine = <Hash as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
    §

    type Bytes = <Hash as Hash>::Bytes

    The byte array that represents the hash internally.
    §

    const LEN: usize = 20usize

    Length of the hash, in bytes.
    §

    const DISPLAY_BACKWARD: bool = false

    Flag indicating whether user-visible serializations of this hash +any conditions.
    §

    type Bytes = <Hash as Hash>::Bytes

    The byte array that represents the hash internally.
    §

    const LEN: usize = 20usize

    Length of the hash, in bytes.
    §

    const DISPLAY_BACKWARD: bool = false

    Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
    §

    fn engine() -> <WPubkeyHash as Hash>::Engine

    Constructs a new engine.
    §

    fn from_engine(e: <WPubkeyHash as Hash>::Engine) -> WPubkeyHash

    Produces a hash from the current state of a given engine.
    §

    fn from_slice(sl: &[u8]) -> Result<WPubkeyHash, FromSliceError>

    Copies a byte slice into a hash object.
    §

    fn from_byte_array(bytes: <WPubkeyHash as Hash>::Bytes) -> WPubkeyHash

    Constructs a hash from the underlying byte array.
    §

    fn to_byte_array(self) -> <WPubkeyHash as Hash>::Bytes

    Returns the underlying byte array.
    §

    fn as_byte_array(&self) -> &<WPubkeyHash as Hash>::Bytes

    Returns a reference to the underlying byte array.
    §

    fn all_zeros() -> WPubkeyHash

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where +true for Sha256dHash, so here we are.

    §

    fn engine() -> <WPubkeyHash as Hash>::Engine

    Constructs a new engine.
    §

    fn from_engine(e: <WPubkeyHash as Hash>::Engine) -> WPubkeyHash

    Produces a hash from the current state of a given engine.
    §

    fn from_slice(sl: &[u8]) -> Result<WPubkeyHash, FromSliceError>

    Copies a byte slice into a hash object.
    §

    fn from_byte_array(bytes: <WPubkeyHash as Hash>::Bytes) -> WPubkeyHash

    Constructs a hash from the underlying byte array.
    §

    fn to_byte_array(self) -> <WPubkeyHash as Hash>::Bytes

    Returns the underlying byte array.
    §

    fn as_byte_array(&self) -> &<WPubkeyHash as Hash>::Bytes

    Returns a reference to the underlying byte array.
    §

    fn all_zeros() -> WPubkeyHash

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where B: AsRef<[u8]>, I: IntoIterator<Item = B>,

    Hashes all the byte slices retrieved from the iterator together.
    §

    impl Hash for WPubkeyHash

    §

    fn hash<__H>(&self, state: &mut __H)
    where __H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where @@ -20,12 +20,12 @@ true for Sha256dHash, so here we are.

    ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    §

    impl PartialOrd for WPubkeyHash

    §

    fn partial_cmp(&self, other: &WPubkeyHash) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
    §

    impl SerdeHash for WPubkeyHash

    §

    const N: usize = 20usize

    Size, in bits, of the hash.
    §

    fn from_slice_delegated(sl: &[u8]) -> Result<WPubkeyHash, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( +operator. Read more

    §

    impl SerdeHash for WPubkeyHash

    §

    const N: usize = 20usize

    Size, in bits, of the hash.
    §

    fn from_slice_delegated(sl: &[u8]) -> Result<WPubkeyHash, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where S: Serializer,

    Do serde serialization.
    §

    fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Do serde deserialization.
    §

    impl Serialize for WPubkeyHash

    §

    fn serialize<S>( + D: Deserializer<'de>,

    Do serde deserialization.
    §

    impl Serialize for WPubkeyHash

    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where @@ -44,5 +44,5 @@ operator. Display + ?Sized,

    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.WScriptHash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.WScriptHash.html index c2b80d634d..88c035e576 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.WScriptHash.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.WScriptHash.html @@ -2,12 +2,12 @@

    Implementations§

    §

    impl WScriptHash

    pub fn from_raw_hash(inner: Hash) -> WScriptHash

    Creates this wrapper type from the inner hash type.

    pub fn to_raw_hash(self) -> Hash

    Returns the inner hash (sha256, sh256d etc.).

    pub fn as_raw_hash(&self) -> &Hash

    Returns a reference to the inner hash (sha256, sh256d etc.).

    -

    Trait Implementations§

    §

    impl AsRef<[u8]> for WScriptHash

    §

    fn as_ref(&self) -> &[u8] ⓘ

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl AsRef<[u8; 32]> for WScriptHash

    §

    fn as_ref(&self) -> &[u8; 32]

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl AsRef<PushBytes> for WScriptHash

    §

    fn as_ref(&self) -> &PushBytes

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl Borrow<[u8]> for WScriptHash

    §

    fn borrow(&self) -> &[u8] ⓘ

    Immutably borrows from an owned value. Read more
    §

    impl Clone for WScriptHash

    §

    fn clone(&self) -> WScriptHash

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for WScriptHash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for WScriptHash

    §

    fn deserialize<D>(d: D) -> Result<WScriptHash, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for WScriptHash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<&Script> for WScriptHash

    §

    fn from(script: &Script) -> WScriptHash

    Converts to this type from the input type.
    §

    impl From<&ScriptBuf> for WScriptHash

    §

    fn from(script: &ScriptBuf) -> WScriptHash

    Converts to this type from the input type.
    §

    impl From<Hash> for WScriptHash

    §

    fn from(inner: Hash) -> WScriptHash

    Converts to this type from the input type.
    §

    impl From<ScriptBuf> for WScriptHash

    §

    fn from(script: ScriptBuf) -> WScriptHash

    Converts to this type from the input type.
    §

    impl From<WScriptHash> for Hash

    §

    fn from(hashtype: WScriptHash) -> Hash

    Converts to this type from the input type.
    §

    impl From<WScriptHash> for PushBytesBuf

    §

    fn from(hash: WScriptHash) -> PushBytesBuf

    Converts to this type from the input type.
    §

    impl FromStr for WScriptHash

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<WScriptHash, <WScriptHash as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for WScriptHash

    §

    type Engine = <Hash as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected +

    Trait Implementations§

    §

    impl AsRef<[u8]> for WScriptHash

    §

    fn as_ref(&self) -> &[u8] ⓘ

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl AsRef<[u8; 32]> for WScriptHash

    §

    fn as_ref(&self) -> &[u8; 32]

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl AsRef<PushBytes> for WScriptHash

    §

    fn as_ref(&self) -> &PushBytes

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl Borrow<[u8]> for WScriptHash

    §

    fn borrow(&self) -> &[u8] ⓘ

    Immutably borrows from an owned value. Read more
    §

    impl Clone for WScriptHash

    §

    fn clone(&self) -> WScriptHash

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for WScriptHash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for WScriptHash

    §

    fn deserialize<D>(d: D) -> Result<WScriptHash, <D as Deserializer<'de>>::Error>
    where + D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for WScriptHash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<&Script> for WScriptHash

    §

    fn from(script: &Script) -> WScriptHash

    Converts to this type from the input type.
    §

    impl From<&ScriptBuf> for WScriptHash

    §

    fn from(script: &ScriptBuf) -> WScriptHash

    Converts to this type from the input type.
    §

    impl From<Hash> for WScriptHash

    §

    fn from(inner: Hash) -> WScriptHash

    Converts to this type from the input type.
    §

    impl From<ScriptBuf> for WScriptHash

    §

    fn from(script: ScriptBuf) -> WScriptHash

    Converts to this type from the input type.
    §

    impl From<WScriptHash> for Hash

    §

    fn from(hashtype: WScriptHash) -> Hash

    Converts to this type from the input type.
    §

    impl From<WScriptHash> for PushBytesBuf

    §

    fn from(hash: WScriptHash) -> PushBytesBuf

    Converts to this type from the input type.
    §

    impl FromStr for WScriptHash

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<WScriptHash, <WScriptHash as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for WScriptHash

    §

    type Engine = <Hash as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
    §

    type Bytes = <Hash as Hash>::Bytes

    The byte array that represents the hash internally.
    §

    const LEN: usize = 32usize

    Length of the hash, in bytes.
    §

    const DISPLAY_BACKWARD: bool = false

    Flag indicating whether user-visible serializations of this hash +any conditions.
    §

    type Bytes = <Hash as Hash>::Bytes

    The byte array that represents the hash internally.
    §

    const LEN: usize = 32usize

    Length of the hash, in bytes.
    §

    const DISPLAY_BACKWARD: bool = false

    Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
    §

    fn engine() -> <WScriptHash as Hash>::Engine

    Constructs a new engine.
    §

    fn from_engine(e: <WScriptHash as Hash>::Engine) -> WScriptHash

    Produces a hash from the current state of a given engine.
    §

    fn from_slice(sl: &[u8]) -> Result<WScriptHash, FromSliceError>

    Copies a byte slice into a hash object.
    §

    fn from_byte_array(bytes: <WScriptHash as Hash>::Bytes) -> WScriptHash

    Constructs a hash from the underlying byte array.
    §

    fn to_byte_array(self) -> <WScriptHash as Hash>::Bytes

    Returns the underlying byte array.
    §

    fn as_byte_array(&self) -> &<WScriptHash as Hash>::Bytes

    Returns a reference to the underlying byte array.
    §

    fn all_zeros() -> WScriptHash

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where +true for Sha256dHash, so here we are.

    §

    fn engine() -> <WScriptHash as Hash>::Engine

    Constructs a new engine.
    §

    fn from_engine(e: <WScriptHash as Hash>::Engine) -> WScriptHash

    Produces a hash from the current state of a given engine.
    §

    fn from_slice(sl: &[u8]) -> Result<WScriptHash, FromSliceError>

    Copies a byte slice into a hash object.
    §

    fn from_byte_array(bytes: <WScriptHash as Hash>::Bytes) -> WScriptHash

    Constructs a hash from the underlying byte array.
    §

    fn to_byte_array(self) -> <WScriptHash as Hash>::Bytes

    Returns the underlying byte array.
    §

    fn as_byte_array(&self) -> &<WScriptHash as Hash>::Bytes

    Returns a reference to the underlying byte array.
    §

    fn all_zeros() -> WScriptHash

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where B: AsRef<[u8]>, I: IntoIterator<Item = B>,

    Hashes all the byte slices retrieved from the iterator together.
    §

    impl Hash for WScriptHash

    §

    fn hash<__H>(&self, state: &mut __H)
    where __H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where @@ -20,12 +20,12 @@ true for Sha256dHash, so here we are.

    ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    §

    impl PartialOrd for WScriptHash

    §

    fn partial_cmp(&self, other: &WScriptHash) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
    §

    impl SerdeHash for WScriptHash

    §

    const N: usize = 32usize

    Size, in bits, of the hash.
    §

    fn from_slice_delegated(sl: &[u8]) -> Result<WScriptHash, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( +operator. Read more

    §

    impl SerdeHash for WScriptHash

    §

    const N: usize = 32usize

    Size, in bits, of the hash.
    §

    fn from_slice_delegated(sl: &[u8]) -> Result<WScriptHash, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where S: Serializer,

    Do serde serialization.
    §

    fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Do serde deserialization.
    §

    impl Serialize for WScriptHash

    §

    fn serialize<S>( + D: Deserializer<'de>,

    Do serde deserialization.
    §

    impl Serialize for WScriptHash

    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where @@ -44,5 +44,5 @@ operator. Display + ?Sized,

    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Weight.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Weight.html index d8dd5996a0..5459be265e 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Weight.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Weight.html @@ -38,11 +38,11 @@ up the types as well as basic formatting features.

    __deserializer: __D ) -> Result<Weight, <__D as Deserializer<'de>>::Error>
    where __D: Deserializer<'de>,
    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for Weight

    Alternative will display the unit.

    -
    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Div<Weight> for Amount

    §

    type Output = FeeRate

    The resulting type after applying the / operator.
    §

    fn div(self, rhs: Weight) -> <Amount as Div<Weight>>::Output

    Performs the / operation. Read more
    §

    impl Div<u64> for Weight

    §

    type Output = Weight

    The resulting type after applying the / operator.
    §

    fn div(self, rhs: u64) -> <Weight as Div<u64>>::Output

    Performs the / operation. Read more
    §

    impl Div for Weight

    §

    type Output = u64

    The resulting type after applying the / operator.
    §

    fn div(self, rhs: Weight) -> <Weight as Div>::Output

    Performs the / operation. Read more
    §

    impl DivAssign<u64> for Weight

    §

    fn div_assign(&mut self, rhs: u64)

    Performs the /= operation. Read more
    §

    impl From<Weight> for u64

    §

    fn from(value: Weight) -> u64

    Converts to this type from the input type.
    §

    impl FromStr for Weight

    §

    type Err = ParseIntError

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<Weight, <Weight as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for Weight

    §

    fn hash<__H>(&self, state: &mut __H)
    where +
    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more

    §

    impl Div<Weight> for Amount

    §

    type Output = FeeRate

    The resulting type after applying the / operator.
    §

    fn div(self, rhs: Weight) -> <Amount as Div<Weight>>::Output

    Performs the / operation. Read more
    §

    impl Div<u64> for Weight

    §

    type Output = Weight

    The resulting type after applying the / operator.
    §

    fn div(self, rhs: u64) -> <Weight as Div<u64>>::Output

    Performs the / operation. Read more
    §

    impl Div for Weight

    §

    type Output = u64

    The resulting type after applying the / operator.
    §

    fn div(self, rhs: Weight) -> <Weight as Div>::Output

    Performs the / operation. Read more
    §

    impl DivAssign<u64> for Weight

    §

    fn div_assign(&mut self, rhs: u64)

    Performs the /= operation. Read more
    §

    impl From<Weight> for u64

    §

    fn from(value: Weight) -> u64

    Converts to this type from the input type.
    §

    impl FromStr for Weight

    §

    type Err = ParseIntError

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<Weight, <Weight as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for Weight

    §

    fn hash<__H>(&self, state: &mut __H)
    where __H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where H: Hasher, Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    §

    impl Mul<FeeRate> for Weight

    Computes ceiling so that fee computation is conservative.

    -
    §

    type Output = Amount

    The resulting type after applying the * operator.
    §

    fn mul(self, rhs: FeeRate) -> <Weight as Mul<FeeRate>>::Output

    Performs the * operation. Read more
    §

    impl Mul<Weight> for FeeRate

    §

    type Output = Amount

    The resulting type after applying the * operator.
    §

    fn mul(self, rhs: Weight) -> <FeeRate as Mul<Weight>>::Output

    Performs the * operation. Read more
    §

    impl Mul<Weight> for u64

    §

    type Output = Weight

    The resulting type after applying the * operator.
    §

    fn mul(self, rhs: Weight) -> <u64 as Mul<Weight>>::Output

    Performs the * operation. Read more
    §

    impl Mul<u64> for Weight

    §

    type Output = Weight

    The resulting type after applying the * operator.
    §

    fn mul(self, rhs: u64) -> <Weight as Mul<u64>>::Output

    Performs the * operation. Read more
    §

    impl MulAssign<u64> for Weight

    §

    fn mul_assign(&mut self, rhs: u64)

    Performs the *= operation. Read more
    §

    impl Ord for Weight

    §

    fn cmp(&self, other: &Weight) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where +
    §

    type Output = Amount

    The resulting type after applying the * operator.
    §

    fn mul(self, rhs: FeeRate) -> <Weight as Mul<FeeRate>>::Output

    Performs the * operation. Read more

    §

    impl Mul<Weight> for FeeRate

    §

    type Output = Amount

    The resulting type after applying the * operator.
    §

    fn mul(self, rhs: Weight) -> <FeeRate as Mul<Weight>>::Output

    Performs the * operation. Read more
    §

    impl Mul<Weight> for u64

    §

    type Output = Weight

    The resulting type after applying the * operator.
    §

    fn mul(self, rhs: Weight) -> <u64 as Mul<Weight>>::Output

    Performs the * operation. Read more
    §

    impl Mul<u64> for Weight

    §

    type Output = Weight

    The resulting type after applying the * operator.
    §

    fn mul(self, rhs: u64) -> <Weight as Mul<u64>>::Output

    Performs the * operation. Read more
    §

    impl MulAssign<u64> for Weight

    §

    fn mul_assign(&mut self, rhs: u64)

    Performs the *= operation. Read more
    §

    impl Ord for Weight

    §

    fn cmp(&self, other: &Weight) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Self
    where Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Self
    where Self: Sized + PartialOrd,

    Restrict a value to a certain interval. Read more
    §

    impl PartialEq for Weight

    §

    fn eq(&self, other: &Weight) -> bool

    This method tests for self and other values to be equal, and is used @@ -72,5 +72,5 @@ operator. Display + ?Sized,
    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Witness.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Witness.html index 9130e68833..c7269e6fe1 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Witness.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Witness.html @@ -37,7 +37,7 @@ check whether this is actually a Taproot witness.

    deserializer: D ) -> Result<Witness, <D as Deserializer<'de>>::Error>
    where D: Deserializer<'de>,
    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Encodable for Witness

    §

    fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
    where - W: Write + ?Sized,

    Encodes an object with a well-defined format. Read more
    §

    impl From<&[&[u8]]> for Witness

    §

    fn from(slice: &[&[u8]]) -> Witness

    Converts to this type from the input type.
    §

    impl From<&[Vec<u8>]> for Witness

    §

    fn from(slice: &[Vec<u8>]) -> Witness

    Converts to this type from the input type.
    §

    impl From<Vec<&[u8]>> for Witness

    §

    fn from(vec: Vec<&[u8]>) -> Witness

    Converts to this type from the input type.
    §

    impl From<Vec<Vec<u8>>> for Witness

    §

    fn from(vec: Vec<Vec<u8>>) -> Witness

    Converts to this type from the input type.
    §

    impl Hash for Witness

    §

    fn hash<__H>(&self, state: &mut __H)
    where + W: Write + ?Sized,

    Encodes an object with a well-defined format. Read more
    §

    impl From<&[&[u8]]> for Witness

    §

    fn from(slice: &[&[u8]]) -> Witness

    Converts to this type from the input type.
    §

    impl From<&[Vec<u8>]> for Witness

    §

    fn from(slice: &[Vec<u8>]) -> Witness

    Converts to this type from the input type.
    §

    impl From<Vec<&[u8]>> for Witness

    §

    fn from(vec: Vec<&[u8]>) -> Witness

    Converts to this type from the input type.
    §

    impl From<Vec<Vec<u8>>> for Witness

    §

    fn from(vec: Vec<Vec<u8>>) -> Witness

    Converts to this type from the input type.
    §

    impl Hash for Witness

    §

    fn hash<__H>(&self, state: &mut __H)
    where __H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where H: Hasher, Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    §

    impl Index<usize> for Witness

    §

    type Output = [u8]

    The returned type after indexing.
    §

    fn index(&self, index: usize) -> &<Witness as Index<usize>>::Output

    Performs the indexing (container[index]) operation. Read more
    §

    impl<'a> IntoIterator for &'a Witness

    §

    type IntoIter = Iter<'a>

    Which kind of iterator are we turning this into?
    §

    type Item = &'a [u8]

    The type of the elements being iterated over.
    §

    fn into_iter(self) -> <&'a Witness as IntoIterator>::IntoIter

    Creates an iterator from a value. Read more
    §

    impl Ord for Witness

    §

    fn cmp(&self, other: &Witness) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where @@ -65,5 +65,5 @@ operator. Clone,

    §

    type Owned = T

    The resulting type after obtaining ownership.
    source§

    fn to_owned(&self) -> T

    Creates owned data from borrowed data, usually by cloning. Read more
    source§

    fn clone_into(&self, target: &mut T)

    Uses borrowed data to replace owned data, usually by cloning. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.WitnessCommitment.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.WitnessCommitment.html index d6bdec212f..e82c3e25a5 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.WitnessCommitment.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.WitnessCommitment.html @@ -2,18 +2,18 @@

    Implementations§

    §

    impl WitnessCommitment

    pub fn from_raw_hash(inner: Hash) -> WitnessCommitment

    Creates this wrapper type from the inner hash type.

    pub fn to_raw_hash(self) -> Hash

    Returns the inner hash (sha256, sh256d etc.).

    pub fn as_raw_hash(&self) -> &Hash

    Returns a reference to the inner hash (sha256, sh256d etc.).

    -

    Trait Implementations§

    §

    impl AsRef<[u8]> for WitnessCommitment

    §

    fn as_ref(&self) -> &[u8] ⓘ

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl AsRef<[u8; 32]> for WitnessCommitment

    §

    fn as_ref(&self) -> &[u8; 32]

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl Borrow<[u8]> for WitnessCommitment

    §

    fn borrow(&self) -> &[u8] ⓘ

    Immutably borrows from an owned value. Read more
    §

    impl Clone for WitnessCommitment

    §

    fn clone(&self) -> WitnessCommitment

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for WitnessCommitment

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for WitnessCommitment

    Trait Implementations§

    §

    impl AsRef<[u8]> for WitnessCommitment

    §

    fn as_ref(&self) -> &[u8] ⓘ

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl AsRef<[u8; 32]> for WitnessCommitment

    §

    fn as_ref(&self) -> &[u8; 32]

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl Borrow<[u8]> for WitnessCommitment

    §

    fn borrow(&self) -> &[u8] ⓘ

    Immutably borrows from an owned value. Read more
    §

    impl Clone for WitnessCommitment

    §

    fn clone(&self) -> WitnessCommitment

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for WitnessCommitment

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for WitnessCommitment

    §

    fn deserialize<D>( d: D ) -> Result<WitnessCommitment, <D as Deserializer<'de>>::Error>
    where D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for WitnessCommitment

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<Hash> for WitnessCommitment

    §

    fn from(inner: Hash) -> WitnessCommitment

    Converts to this type from the input type.
    §

    impl From<WitnessCommitment> for Hash

    §

    fn from(hashtype: WitnessCommitment) -> Hash

    Converts to this type from the input type.
    §

    impl FromStr for WitnessCommitment

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    §

    fn from_str( s: &str -) -> Result<WitnessCommitment, <WitnessCommitment as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for WitnessCommitment

    §

    type Engine = <Hash as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected +) -> Result<WitnessCommitment, <WitnessCommitment as FromStr>::Err>
    Parses a string s to return a value of this type. Read more
    §

    impl Hash for WitnessCommitment

    §

    type Engine = <Hash as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
    §

    type Bytes = <Hash as Hash>::Bytes

    The byte array that represents the hash internally.
    §

    const LEN: usize = 32usize

    Length of the hash, in bytes.
    §

    const DISPLAY_BACKWARD: bool = true

    Flag indicating whether user-visible serializations of this hash +any conditions.
    §

    type Bytes = <Hash as Hash>::Bytes

    The byte array that represents the hash internally.
    §

    const LEN: usize = 32usize

    Length of the hash, in bytes.
    §

    const DISPLAY_BACKWARD: bool = true

    Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
    §

    fn engine() -> <WitnessCommitment as Hash>::Engine

    Constructs a new engine.
    §

    fn from_engine(e: <WitnessCommitment as Hash>::Engine) -> WitnessCommitment

    Produces a hash from the current state of a given engine.
    §

    fn from_slice(sl: &[u8]) -> Result<WitnessCommitment, FromSliceError>

    Copies a byte slice into a hash object.
    §

    fn from_byte_array( - bytes: <WitnessCommitment as Hash>::Bytes -) -> WitnessCommitment

    Constructs a hash from the underlying byte array.
    §

    fn to_byte_array(self) -> <WitnessCommitment as Hash>::Bytes

    Returns the underlying byte array.
    §

    fn as_byte_array(&self) -> &<WitnessCommitment as Hash>::Bytes

    Returns a reference to the underlying byte array.
    §

    fn all_zeros() -> WitnessCommitment

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where +true for Sha256dHash, so here we are.

    §

    fn engine() -> <WitnessCommitment as Hash>::Engine

    Constructs a new engine.
    §

    fn from_engine(e: <WitnessCommitment as Hash>::Engine) -> WitnessCommitment

    Produces a hash from the current state of a given engine.
    §

    fn from_slice(sl: &[u8]) -> Result<WitnessCommitment, FromSliceError>

    Copies a byte slice into a hash object.
    §

    fn from_byte_array( + bytes: <WitnessCommitment as Hash>::Bytes +) -> WitnessCommitment

    Constructs a hash from the underlying byte array.
    §

    fn to_byte_array(self) -> <WitnessCommitment as Hash>::Bytes

    Returns the underlying byte array.
    §

    fn as_byte_array(&self) -> &<WitnessCommitment as Hash>::Bytes

    Returns a reference to the underlying byte array.
    §

    fn all_zeros() -> WitnessCommitment

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where B: AsRef<[u8]>, I: IntoIterator<Item = B>,

    Hashes all the byte slices retrieved from the iterator together.
    §

    impl Hash for WitnessCommitment

    §

    fn hash<__H>(&self, state: &mut __H)
    where __H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where @@ -26,12 +26,12 @@ true for Sha256dHash, so here we are.

    ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    §

    impl PartialOrd for WitnessCommitment

    §

    fn partial_cmp(&self, other: &WitnessCommitment) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
    §

    impl SerdeHash for WitnessCommitment

    §

    const N: usize = 32usize

    Size, in bits, of the hash.
    §

    fn from_slice_delegated(sl: &[u8]) -> Result<WitnessCommitment, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( +operator. Read more

    §

    impl SerdeHash for WitnessCommitment

    §

    const N: usize = 32usize

    Size, in bits, of the hash.
    §

    fn from_slice_delegated(sl: &[u8]) -> Result<WitnessCommitment, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where S: Serializer,

    Do serde serialization.
    §

    fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Do serde deserialization.
    §

    impl Serialize for WitnessCommitment

    §

    fn serialize<S>( + D: Deserializer<'de>,

    Do serde deserialization.
    §

    impl Serialize for WitnessCommitment

    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where @@ -50,5 +50,5 @@ operator. Display + ?Sized,

    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.WitnessMerkleNode.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.WitnessMerkleNode.html index a89e105d01..dfe938dc16 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.WitnessMerkleNode.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.WitnessMerkleNode.html @@ -8,15 +8,15 @@ d: D ) -> Result<WitnessMerkleNode, <D as Deserializer<'de>>::Error>
    where D: Deserializer<'de>,
    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for WitnessMerkleNode

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Encodable for WitnessMerkleNode

    §

    fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
    where - W: Write + ?Sized,

    Encodes an object with a well-defined format. Read more
    §

    impl From<Hash> for WitnessMerkleNode

    §

    fn from(inner: Hash) -> WitnessMerkleNode

    Converts to this type from the input type.
    §

    impl From<WitnessMerkleNode> for Hash

    §

    fn from(hashtype: WitnessMerkleNode) -> Hash

    Converts to this type from the input type.
    §

    impl From<Wtxid> for WitnessMerkleNode

    §

    fn from(wtxid: Wtxid) -> WitnessMerkleNode

    Converts to this type from the input type.
    §

    impl FromStr for WitnessMerkleNode

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    §

    fn from_str( + W: Write + ?Sized,

    Encodes an object with a well-defined format. Read more
    §

    impl From<Hash> for WitnessMerkleNode

    §

    fn from(inner: Hash) -> WitnessMerkleNode

    Converts to this type from the input type.
    §

    impl From<WitnessMerkleNode> for Hash

    §

    fn from(hashtype: WitnessMerkleNode) -> Hash

    Converts to this type from the input type.
    §

    impl From<Wtxid> for WitnessMerkleNode

    §

    fn from(wtxid: Wtxid) -> WitnessMerkleNode

    Converts to this type from the input type.
    §

    impl FromStr for WitnessMerkleNode

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    §

    fn from_str( s: &str -) -> Result<WitnessMerkleNode, <WitnessMerkleNode as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for WitnessMerkleNode

    §

    type Engine = <Hash as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected +) -> Result<WitnessMerkleNode, <WitnessMerkleNode as FromStr>::Err>
    Parses a string s to return a value of this type. Read more
    §

    impl Hash for WitnessMerkleNode

    §

    type Engine = <Hash as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
    §

    type Bytes = <Hash as Hash>::Bytes

    The byte array that represents the hash internally.
    §

    const LEN: usize = 32usize

    Length of the hash, in bytes.
    §

    const DISPLAY_BACKWARD: bool = true

    Flag indicating whether user-visible serializations of this hash +any conditions.
    §

    type Bytes = <Hash as Hash>::Bytes

    The byte array that represents the hash internally.
    §

    const LEN: usize = 32usize

    Length of the hash, in bytes.
    §

    const DISPLAY_BACKWARD: bool = true

    Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
    §

    fn engine() -> <WitnessMerkleNode as Hash>::Engine

    Constructs a new engine.
    §

    fn from_engine(e: <WitnessMerkleNode as Hash>::Engine) -> WitnessMerkleNode

    Produces a hash from the current state of a given engine.
    §

    fn from_slice(sl: &[u8]) -> Result<WitnessMerkleNode, FromSliceError>

    Copies a byte slice into a hash object.
    §

    fn from_byte_array( - bytes: <WitnessMerkleNode as Hash>::Bytes -) -> WitnessMerkleNode

    Constructs a hash from the underlying byte array.
    §

    fn to_byte_array(self) -> <WitnessMerkleNode as Hash>::Bytes

    Returns the underlying byte array.
    §

    fn as_byte_array(&self) -> &<WitnessMerkleNode as Hash>::Bytes

    Returns a reference to the underlying byte array.
    §

    fn all_zeros() -> WitnessMerkleNode

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where +true for Sha256dHash, so here we are.

    §

    fn engine() -> <WitnessMerkleNode as Hash>::Engine

    Constructs a new engine.
    §

    fn from_engine(e: <WitnessMerkleNode as Hash>::Engine) -> WitnessMerkleNode

    Produces a hash from the current state of a given engine.
    §

    fn from_slice(sl: &[u8]) -> Result<WitnessMerkleNode, FromSliceError>

    Copies a byte slice into a hash object.
    §

    fn from_byte_array( + bytes: <WitnessMerkleNode as Hash>::Bytes +) -> WitnessMerkleNode

    Constructs a hash from the underlying byte array.
    §

    fn to_byte_array(self) -> <WitnessMerkleNode as Hash>::Bytes

    Returns the underlying byte array.
    §

    fn as_byte_array(&self) -> &<WitnessMerkleNode as Hash>::Bytes

    Returns a reference to the underlying byte array.
    §

    fn all_zeros() -> WitnessMerkleNode

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where B: AsRef<[u8]>, I: IntoIterator<Item = B>,

    Hashes all the byte slices retrieved from the iterator together.
    §

    impl Hash for WitnessMerkleNode

    §

    fn hash<__H>(&self, state: &mut __H)
    where __H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where @@ -29,12 +29,12 @@ true for Sha256dHash, so here we are.

    ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    §

    impl PartialOrd for WitnessMerkleNode

    §

    fn partial_cmp(&self, other: &WitnessMerkleNode) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
    §

    impl SerdeHash for WitnessMerkleNode

    §

    const N: usize = 32usize

    Size, in bits, of the hash.
    §

    fn from_slice_delegated(sl: &[u8]) -> Result<WitnessMerkleNode, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( +operator. Read more

    §

    impl SerdeHash for WitnessMerkleNode

    §

    const N: usize = 32usize

    Size, in bits, of the hash.
    §

    fn from_slice_delegated(sl: &[u8]) -> Result<WitnessMerkleNode, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where S: Serializer,

    Do serde serialization.
    §

    fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Do serde deserialization.
    §

    impl Serialize for WitnessMerkleNode

    §

    fn serialize<S>( + D: Deserializer<'de>,

    Do serde deserialization.
    §

    impl Serialize for WitnessMerkleNode

    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where @@ -53,5 +53,5 @@ operator. Display + ?Sized,

    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Work.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Work.html index fc499ec3ed..70fec991f5 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Work.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Work.html @@ -43,5 +43,5 @@ operator. Display + ?Sized,
    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Wtxid.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Wtxid.html index 330a5823c7..d747f29553 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Wtxid.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Wtxid.html @@ -2,15 +2,15 @@

    Implementations§

    §

    impl Wtxid

    pub fn from_raw_hash(inner: Hash) -> Wtxid

    Creates this wrapper type from the inner hash type.

    pub fn to_raw_hash(self) -> Hash

    Returns the inner hash (sha256, sh256d etc.).

    pub fn as_raw_hash(&self) -> &Hash

    Returns a reference to the inner hash (sha256, sh256d etc.).

    -

    Trait Implementations§

    §

    impl AsRef<[u8]> for Wtxid

    §

    fn as_ref(&self) -> &[u8] ⓘ

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl AsRef<[u8; 32]> for Wtxid

    §

    fn as_ref(&self) -> &[u8; 32]

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl Borrow<[u8]> for Wtxid

    §

    fn borrow(&self) -> &[u8] ⓘ

    Immutably borrows from an owned value. Read more
    §

    impl Clone for Wtxid

    §

    fn clone(&self) -> Wtxid

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for Wtxid

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Decodable for Wtxid

    Trait Implementations§

    §

    impl AsRef<[u8]> for Wtxid

    §

    fn as_ref(&self) -> &[u8] ⓘ

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl AsRef<[u8; 32]> for Wtxid

    §

    fn as_ref(&self) -> &[u8; 32]

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl Borrow<[u8]> for Wtxid

    §

    fn borrow(&self) -> &[u8] ⓘ

    Immutably borrows from an owned value. Read more
    §

    impl Clone for Wtxid

    §

    fn clone(&self) -> Wtxid

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for Wtxid

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Decodable for Wtxid

    §

    fn consensus_decode<R>(r: &mut R) -> Result<Wtxid, Error>
    where R: BufRead + ?Sized,

    Decode an object with a well-defined format. Read more
    §

    fn consensus_decode_from_finite_reader<R>(reader: &mut R) -> Result<Self, Error>
    where R: BufRead + ?Sized,

    Decode Self from a size-limited reader. Read more
    §

    impl<'de> Deserialize<'de> for Wtxid

    §

    fn deserialize<D>(d: D) -> Result<Wtxid, <D as Deserializer<'de>>::Error>
    where D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for Wtxid

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Encodable for Wtxid

    §

    fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
    where - W: Write + ?Sized,

    Encodes an object with a well-defined format. Read more
    §

    impl From<&Transaction> for Wtxid

    §

    fn from(tx: &Transaction) -> Wtxid

    Converts to this type from the input type.
    §

    impl From<Hash> for Wtxid

    §

    fn from(inner: Hash) -> Wtxid

    Converts to this type from the input type.
    §

    impl From<Transaction> for Wtxid

    §

    fn from(tx: Transaction) -> Wtxid

    Converts to this type from the input type.
    §

    impl From<Wtxid> for Hash

    §

    fn from(hashtype: Wtxid) -> Hash

    Converts to this type from the input type.
    §

    impl From<Wtxid> for WitnessMerkleNode

    §

    fn from(wtxid: Wtxid) -> WitnessMerkleNode

    Converts to this type from the input type.
    §

    impl FromStr for Wtxid

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<Wtxid, <Wtxid as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for Wtxid

    §

    type Engine = <Hash as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected + W: Write + ?Sized,
    Encodes an object with a well-defined format. Read more
    §

    impl From<&Transaction> for Wtxid

    §

    fn from(tx: &Transaction) -> Wtxid

    Converts to this type from the input type.
    §

    impl From<Hash> for Wtxid

    §

    fn from(inner: Hash) -> Wtxid

    Converts to this type from the input type.
    §

    impl From<Transaction> for Wtxid

    §

    fn from(tx: Transaction) -> Wtxid

    Converts to this type from the input type.
    §

    impl From<Wtxid> for Hash

    §

    fn from(hashtype: Wtxid) -> Hash

    Converts to this type from the input type.
    §

    impl From<Wtxid> for WitnessMerkleNode

    §

    fn from(wtxid: Wtxid) -> WitnessMerkleNode

    Converts to this type from the input type.
    §

    impl FromStr for Wtxid

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<Wtxid, <Wtxid as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for Wtxid

    §

    type Engine = <Hash as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
    §

    type Bytes = <Hash as Hash>::Bytes

    The byte array that represents the hash internally.
    §

    const LEN: usize = 32usize

    Length of the hash, in bytes.
    §

    const DISPLAY_BACKWARD: bool = true

    Flag indicating whether user-visible serializations of this hash +any conditions.
    §

    type Bytes = <Hash as Hash>::Bytes

    The byte array that represents the hash internally.
    §

    const LEN: usize = 32usize

    Length of the hash, in bytes.
    §

    const DISPLAY_BACKWARD: bool = true

    Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
    §

    fn engine() -> <Wtxid as Hash>::Engine

    Constructs a new engine.
    §

    fn from_engine(e: <Wtxid as Hash>::Engine) -> Wtxid

    Produces a hash from the current state of a given engine.
    §

    fn from_slice(sl: &[u8]) -> Result<Wtxid, FromSliceError>

    Copies a byte slice into a hash object.
    §

    fn from_byte_array(bytes: <Wtxid as Hash>::Bytes) -> Wtxid

    Constructs a hash from the underlying byte array.
    §

    fn to_byte_array(self) -> <Wtxid as Hash>::Bytes

    Returns the underlying byte array.
    §

    fn as_byte_array(&self) -> &<Wtxid as Hash>::Bytes

    Returns a reference to the underlying byte array.
    §

    fn all_zeros() -> Wtxid

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where +true for Sha256dHash, so here we are.

    §

    fn engine() -> <Wtxid as Hash>::Engine

    Constructs a new engine.
    §

    fn from_engine(e: <Wtxid as Hash>::Engine) -> Wtxid

    Produces a hash from the current state of a given engine.
    §

    fn from_slice(sl: &[u8]) -> Result<Wtxid, FromSliceError>

    Copies a byte slice into a hash object.
    §

    fn from_byte_array(bytes: <Wtxid as Hash>::Bytes) -> Wtxid

    Constructs a hash from the underlying byte array.
    §

    fn to_byte_array(self) -> <Wtxid as Hash>::Bytes

    Returns the underlying byte array.
    §

    fn as_byte_array(&self) -> &<Wtxid as Hash>::Bytes

    Returns a reference to the underlying byte array.
    §

    fn all_zeros() -> Wtxid

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where B: AsRef<[u8]>, I: IntoIterator<Item = B>,

    Hashes all the byte slices retrieved from the iterator together.
    §

    impl Hash for Wtxid

    §

    fn hash<__H>(&self, state: &mut __H)
    where __H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where @@ -23,12 +23,12 @@ true for Sha256dHash, so here we are.

    ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    §

    impl PartialOrd for Wtxid

    §

    fn partial_cmp(&self, other: &Wtxid) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
    §

    impl SerdeHash for Wtxid

    §

    const N: usize = 32usize

    Size, in bits, of the hash.
    §

    fn from_slice_delegated(sl: &[u8]) -> Result<Wtxid, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( +operator. Read more

    §

    impl SerdeHash for Wtxid

    §

    const N: usize = 32usize

    Size, in bits, of the hash.
    §

    fn from_slice_delegated(sl: &[u8]) -> Result<Wtxid, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where S: Serializer,

    Do serde serialization.
    §

    fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Do serde deserialization.
    §

    impl Serialize for Wtxid

    §

    fn serialize<S>( + D: Deserializer<'de>,

    Do serde deserialization.
    §

    impl Serialize for Wtxid

    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where @@ -47,5 +47,5 @@ operator. Display + ?Sized,

    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.XKeyIdentifier.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.XKeyIdentifier.html index fa365a1d9b..715a805d9a 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.XKeyIdentifier.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.XKeyIdentifier.html @@ -5,11 +5,11 @@

    Trait Implementations§

    §

    impl AsRef<[u8]> for XKeyIdentifier

    §

    fn as_ref(&self) -> &[u8] ⓘ

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl AsRef<[u8; 20]> for XKeyIdentifier

    §

    fn as_ref(&self) -> &[u8; 20]

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl Borrow<[u8]> for XKeyIdentifier

    §

    fn borrow(&self) -> &[u8] ⓘ

    Immutably borrows from an owned value. Read more
    §

    impl Clone for XKeyIdentifier

    §

    fn clone(&self) -> XKeyIdentifier

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for XKeyIdentifier

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for XKeyIdentifier

    §

    fn deserialize<D>( d: D ) -> Result<XKeyIdentifier, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for XKeyIdentifier

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<&Xpub> for XKeyIdentifier

    §

    fn from(key: &Xpub) -> XKeyIdentifier

    Converts to this type from the input type.
    §

    impl From<Hash> for XKeyIdentifier

    §

    fn from(inner: Hash) -> XKeyIdentifier

    Converts to this type from the input type.
    §

    impl From<XKeyIdentifier> for Hash

    §

    fn from(hashtype: XKeyIdentifier) -> Hash

    Converts to this type from the input type.
    §

    impl From<Xpub> for XKeyIdentifier

    §

    fn from(key: Xpub) -> XKeyIdentifier

    Converts to this type from the input type.
    §

    impl FromStr for XKeyIdentifier

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<XKeyIdentifier, <XKeyIdentifier as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for XKeyIdentifier

    §

    type Engine = <Hash as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected + D: Deserializer<'de>,
    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for XKeyIdentifier

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<&Xpub> for XKeyIdentifier

    §

    fn from(key: &Xpub) -> XKeyIdentifier

    Converts to this type from the input type.
    §

    impl From<Hash> for XKeyIdentifier

    §

    fn from(inner: Hash) -> XKeyIdentifier

    Converts to this type from the input type.
    §

    impl From<XKeyIdentifier> for Hash

    §

    fn from(hashtype: XKeyIdentifier) -> Hash

    Converts to this type from the input type.
    §

    impl From<Xpub> for XKeyIdentifier

    §

    fn from(key: Xpub) -> XKeyIdentifier

    Converts to this type from the input type.
    §

    impl FromStr for XKeyIdentifier

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<XKeyIdentifier, <XKeyIdentifier as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for XKeyIdentifier

    §

    type Engine = <Hash as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
    §

    type Bytes = <Hash as Hash>::Bytes

    The byte array that represents the hash internally.
    §

    const LEN: usize = 20usize

    Length of the hash, in bytes.
    §

    const DISPLAY_BACKWARD: bool = false

    Flag indicating whether user-visible serializations of this hash +any conditions.
    §

    type Bytes = <Hash as Hash>::Bytes

    The byte array that represents the hash internally.
    §

    const LEN: usize = 20usize

    Length of the hash, in bytes.
    §

    const DISPLAY_BACKWARD: bool = false

    Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
    §

    fn engine() -> <XKeyIdentifier as Hash>::Engine

    Constructs a new engine.
    §

    fn from_engine(e: <XKeyIdentifier as Hash>::Engine) -> XKeyIdentifier

    Produces a hash from the current state of a given engine.
    §

    fn from_slice(sl: &[u8]) -> Result<XKeyIdentifier, FromSliceError>

    Copies a byte slice into a hash object.
    §

    fn from_byte_array(bytes: <XKeyIdentifier as Hash>::Bytes) -> XKeyIdentifier

    Constructs a hash from the underlying byte array.
    §

    fn to_byte_array(self) -> <XKeyIdentifier as Hash>::Bytes

    Returns the underlying byte array.
    §

    fn as_byte_array(&self) -> &<XKeyIdentifier as Hash>::Bytes

    Returns a reference to the underlying byte array.
    §

    fn all_zeros() -> XKeyIdentifier

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where +true for Sha256dHash, so here we are.

    §

    fn engine() -> <XKeyIdentifier as Hash>::Engine

    Constructs a new engine.
    §

    fn from_engine(e: <XKeyIdentifier as Hash>::Engine) -> XKeyIdentifier

    Produces a hash from the current state of a given engine.
    §

    fn from_slice(sl: &[u8]) -> Result<XKeyIdentifier, FromSliceError>

    Copies a byte slice into a hash object.
    §

    fn from_byte_array(bytes: <XKeyIdentifier as Hash>::Bytes) -> XKeyIdentifier

    Constructs a hash from the underlying byte array.
    §

    fn to_byte_array(self) -> <XKeyIdentifier as Hash>::Bytes

    Returns the underlying byte array.
    §

    fn as_byte_array(&self) -> &<XKeyIdentifier as Hash>::Bytes

    Returns a reference to the underlying byte array.
    §

    fn all_zeros() -> XKeyIdentifier

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where B: AsRef<[u8]>, I: IntoIterator<Item = B>,

    Hashes all the byte slices retrieved from the iterator together.
    §

    impl Hash for XKeyIdentifier

    §

    fn hash<__H>(&self, state: &mut __H)
    where __H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where @@ -22,12 +22,12 @@ true for Sha256dHash, so here we are.

    ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    §

    impl PartialOrd for XKeyIdentifier

    §

    fn partial_cmp(&self, other: &XKeyIdentifier) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
    §

    impl SerdeHash for XKeyIdentifier

    §

    const N: usize = 20usize

    Size, in bits, of the hash.
    §

    fn from_slice_delegated(sl: &[u8]) -> Result<XKeyIdentifier, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( +operator. Read more

    §

    impl SerdeHash for XKeyIdentifier

    §

    const N: usize = 20usize

    Size, in bits, of the hash.
    §

    fn from_slice_delegated(sl: &[u8]) -> Result<XKeyIdentifier, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where S: Serializer,

    Do serde serialization.
    §

    fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Do serde deserialization.
    §

    impl Serialize for XKeyIdentifier

    §

    fn serialize<S>( + D: Deserializer<'de>,

    Do serde deserialization.
    §

    impl Serialize for XKeyIdentifier

    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where @@ -46,5 +46,5 @@ operator. Display + ?Sized,

    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.XOnlyPublicKey.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.XOnlyPublicKey.html index c4ea30971e..53110708b0 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.XOnlyPublicKey.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.XOnlyPublicKey.html @@ -86,8 +86,8 @@ significantly faster, so it is wise to design protocols with this in mind.

    Trait Implementations§

    §

    impl CPtr for XOnlyPublicKey

    §

    impl Clone for XOnlyPublicKey

    §

    fn clone(&self) -> XOnlyPublicKey

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for XOnlyPublicKey

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for XOnlyPublicKey

    §

    fn deserialize<D>( d: D ) -> Result<XOnlyPublicKey, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for XOnlyPublicKey

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<CompressedPublicKey> for XOnlyPublicKey

    §

    fn from(pk: CompressedPublicKey) -> XOnlyPublicKey

    Converts to this type from the input type.
    §

    impl From<PublicKey> for XOnlyPublicKey

    §

    fn from(pk: PublicKey) -> XOnlyPublicKey

    Converts to this type from the input type.
    §

    impl From<PublicKey> for XOnlyPublicKey

    §

    fn from(src: PublicKey) -> XOnlyPublicKey

    Converts to this type from the input type.
    §

    impl From<TweakedPublicKey> for XOnlyPublicKey

    §

    fn from(pair: TweakedPublicKey) -> XOnlyPublicKey

    Converts to this type from the input type.
    §

    impl From<XOnlyPublicKey> for XOnlyPublicKey

    Creates a new schnorr public key from a FFI x-only public key.

    -
    §

    fn from(pk: XOnlyPublicKey) -> XOnlyPublicKey

    Converts to this type from the input type.
    §

    impl FromStr for XOnlyPublicKey

    §

    type Err = Error

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<XOnlyPublicKey, Error>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for XOnlyPublicKey

    §

    fn hash<__H>(&self, state: &mut __H)
    where + D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for XOnlyPublicKey

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<CompressedPublicKey> for XOnlyPublicKey

    §

    fn from(pk: CompressedPublicKey) -> XOnlyPublicKey

    Converts to this type from the input type.
    §

    impl From<PublicKey> for XOnlyPublicKey

    §

    fn from(pk: PublicKey) -> XOnlyPublicKey

    Converts to this type from the input type.
    §

    impl From<PublicKey> for XOnlyPublicKey

    §

    fn from(src: PublicKey) -> XOnlyPublicKey

    Converts to this type from the input type.
    §

    impl From<TweakedPublicKey> for XOnlyPublicKey

    §

    fn from(pair: TweakedPublicKey) -> XOnlyPublicKey

    Converts to this type from the input type.
    §

    impl From<XOnlyPublicKey> for XOnlyPublicKey

    Creates a new schnorr public key from a FFI x-only public key.

    +
    §

    fn from(pk: XOnlyPublicKey) -> XOnlyPublicKey

    Converts to this type from the input type.
    §

    impl FromStr for XOnlyPublicKey

    §

    type Err = Error

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<XOnlyPublicKey, Error>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for XOnlyPublicKey

    §

    fn hash<__H>(&self, state: &mut __H)
    where __H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where H: Hasher, Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    §

    impl LowerHex for XOnlyPublicKey

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl MiniscriptKey for XOnlyPublicKey

    §

    type Sha256 = Hash

    The associated bitcoin::hashes::sha256::Hash for this [MiniscriptKey], used in the @@ -151,5 +151,5 @@ or regular public key when computing the hash160
    T: Display + ?Sized,
    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/enum.LeafVersion.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/enum.LeafVersion.html index dfd9bed1ae..1fd3ee428b 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/enum.LeafVersion.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/enum.LeafVersion.html @@ -45,5 +45,5 @@ operator. Display + ?Sized,
    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/enum.SigFromSliceError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/enum.SigFromSliceError.html index a50ee350ec..52906f0eee 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/enum.SigFromSliceError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/enum.SigFromSliceError.html @@ -6,7 +6,7 @@

    Variants (Non-exhaustive)§

    This enum is marked as non-exhaustive
    Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
    §

    SighashType(InvalidSighashTypeError)

    Invalid signature hash type.

    §

    Secp256k1(Error)

    A secp256k1 error.

    §

    InvalidSignatureSize(usize)

    Invalid taproot signature size

    -

    Trait Implementations§

    §

    impl Clone for SigFromSliceError

    §

    fn clone(&self) -> SigFromSliceError

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for SigFromSliceError

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Display for SigFromSliceError

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Error for SigFromSliceError

    §

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    §

    impl From<Error> for SigFromSliceError

    §

    fn from(e: Error) -> SigFromSliceError

    Converts to this type from the input type.
    §

    impl From<Infallible> for SigFromSliceError

    §

    fn from(never: Infallible) -> SigFromSliceError

    Converts to this type from the input type.
    §

    impl From<InvalidSighashTypeError> for SigFromSliceError

    §

    fn from(err: InvalidSighashTypeError) -> SigFromSliceError

    Converts to this type from the input type.
    §

    impl PartialEq for SigFromSliceError

    §

    fn eq(&self, other: &SigFromSliceError) -> bool

    This method tests for self and other values to be equal, and is used +

    Trait Implementations§

    §

    impl Clone for SigFromSliceError

    §

    fn clone(&self) -> SigFromSliceError

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for SigFromSliceError

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Display for SigFromSliceError

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Error for SigFromSliceError

    §

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    §

    impl From<Error> for SigFromSliceError

    §

    fn from(e: Error) -> SigFromSliceError

    Converts to this type from the input type.
    §

    impl From<Infallible> for SigFromSliceError

    §

    fn from(never: Infallible) -> SigFromSliceError

    Converts to this type from the input type.
    §

    impl From<InvalidSighashTypeError> for SigFromSliceError

    §

    fn from(err: InvalidSighashTypeError) -> SigFromSliceError

    Converts to this type from the input type.
    §

    impl PartialEq for SigFromSliceError

    §

    fn eq(&self, other: &SigFromSliceError) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    §

    impl Eq for SigFromSliceError

    §

    impl StructuralPartialEq for SigFromSliceError

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for T
    where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/enum.TapLeaf.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/enum.TapLeaf.html index 5eaf9b4694..cf96d5c0b0 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/enum.TapLeaf.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/enum.TapLeaf.html @@ -37,5 +37,5 @@ operator. Clone,

    §

    type Owned = T

    The resulting type after obtaining ownership.
    source§

    fn to_owned(&self) -> T

    Creates owned data from borrowed data, usually by cloning. Read more
    source§

    fn clone_into(&self, target: &mut T)

    Uses borrowed data to replace owned data, usually by cloning. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/merkle_branch/struct.TaprootMerkleBranch.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/merkle_branch/struct.TaprootMerkleBranch.html index 9d612dd3f1..8f345eb801 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/merkle_branch/struct.TaprootMerkleBranch.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/merkle_branch/struct.TaprootMerkleBranch.html @@ -2407,10 +2407,10 @@ given separator between each.

    Trait Implementations§

    §

    impl AsMut<[TapNodeHash]> for TaprootMerkleBranch

    §

    fn as_mut(&mut self) -> &mut [TapNodeHash]

    Converts this type into a mutable reference of the (usually inferred) input type.
    §

    impl AsRef<[TapNodeHash]> for TaprootMerkleBranch

    §

    fn as_ref(&self) -> &[TapNodeHash]

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl Borrow<[TapNodeHash]> for TaprootMerkleBranch

    §

    fn borrow(&self) -> &[TapNodeHash]

    Immutably borrows from an owned value. Read more
    §

    impl BorrowMut<[TapNodeHash]> for TaprootMerkleBranch

    §

    fn borrow_mut(&mut self) -> &mut [TapNodeHash]

    Mutably borrows from an owned value. Read more
    §

    impl Clone for TaprootMerkleBranch

    §

    fn clone(&self) -> TaprootMerkleBranch

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for TaprootMerkleBranch

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Default for TaprootMerkleBranch

    §

    fn default() -> TaprootMerkleBranch

    Returns the “default value” for a type. Read more
    §

    impl Deref for TaprootMerkleBranch

    §

    type Target = [TapNodeHash]

    The resulting type after dereferencing.
    §

    fn deref(&self) -> &<TaprootMerkleBranch as Deref>::Target

    Dereferences the value.
    §

    impl DerefMut for TaprootMerkleBranch

    §

    fn deref_mut(&mut self) -> &mut <TaprootMerkleBranch as Deref>::Target

    Mutably dereferences the value.
    §

    impl<'de> Deserialize<'de> for TaprootMerkleBranch

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<TaprootMerkleBranch, <__D as Deserializer<'de>>::Error>
    where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl From<[TapNodeHash; 0]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 0]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 1]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 1]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 10]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 10]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 100]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 100]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 101]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 101]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 102]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 102]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 103]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 103]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 104]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 104]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 105]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 105]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 106]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 106]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 107]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 107]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 108]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 108]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 109]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 109]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 11]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 11]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 110]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 110]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 111]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 111]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 112]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 112]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 113]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 113]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 114]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 114]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 115]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 115]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 116]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 116]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 117]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 117]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 118]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 118]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 119]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 119]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 12]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 12]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 120]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 120]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 121]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 121]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 122]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 122]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 123]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 123]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 124]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 124]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 125]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 125]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 126]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 126]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 127]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 127]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 128]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 128]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 13]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 13]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 14]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 14]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 15]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 15]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 16]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 16]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 17]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 17]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 18]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 18]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 19]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 19]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 2]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 2]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 20]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 20]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 21]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 21]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 22]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 22]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 23]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 23]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 24]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 24]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 25]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 25]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 26]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 26]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 27]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 27]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 28]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 28]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 29]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 29]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 3]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 3]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 30]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 30]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 31]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 31]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 32]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 32]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 33]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 33]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 34]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 34]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 35]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 35]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 36]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 36]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 37]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 37]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 38]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 38]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 39]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 39]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 4]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 4]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 40]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 40]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 41]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 41]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 42]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 42]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 43]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 43]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 44]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 44]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 45]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 45]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 46]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 46]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 47]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 47]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 48]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 48]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 49]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 49]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 5]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 5]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 50]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 50]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 51]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 51]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 52]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 52]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 53]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 53]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 54]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 54]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 55]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 55]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 56]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 56]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 57]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 57]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 58]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 58]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 59]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 59]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 6]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 6]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 60]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 60]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 61]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 61]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 62]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 62]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 63]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 63]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 64]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 64]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 65]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 65]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 66]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 66]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 67]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 67]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 68]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 68]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 69]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 69]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 7]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 7]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 70]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 70]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 71]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 71]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 72]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 72]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 73]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 73]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 74]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 74]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 75]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 75]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 76]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 76]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 77]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 77]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 78]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 78]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 79]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 79]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 8]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 8]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 80]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 80]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 81]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 81]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 82]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 82]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 83]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 83]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 84]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 84]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 85]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 85]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 86]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 86]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 87]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 87]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 88]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 88]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 89]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 89]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 9]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 9]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 90]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 90]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 91]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 91]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 92]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 92]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 93]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 93]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 94]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 94]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 95]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 95]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 96]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 96]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 97]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 97]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 98]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 98]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 99]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 99]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<TaprootMerkleBranch> for Vec<TapNodeHash>

    §

    fn from(branch: TaprootMerkleBranch) -> Vec<TapNodeHash>

    Converts to this type from the input type.
    §

    impl Hash for TaprootMerkleBranch

    §

    fn hash<__H>(&self, state: &mut __H)
    where + __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl From<[TapNodeHash; 0]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 0]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 1]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 1]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 10]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 10]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 100]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 100]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 101]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 101]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 102]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 102]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 103]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 103]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 104]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 104]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 105]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 105]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 106]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 106]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 107]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 107]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 108]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 108]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 109]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 109]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 11]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 11]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 110]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 110]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 111]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 111]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 112]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 112]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 113]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 113]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 114]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 114]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 115]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 115]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 116]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 116]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 117]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 117]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 118]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 118]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 119]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 119]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 12]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 12]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 120]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 120]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 121]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 121]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 122]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 122]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 123]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 123]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 124]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 124]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 125]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 125]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 126]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 126]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 127]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 127]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 128]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 128]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 13]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 13]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 14]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 14]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 15]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 15]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 16]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 16]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 17]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 17]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 18]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 18]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 19]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 19]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 2]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 2]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 20]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 20]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 21]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 21]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 22]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 22]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 23]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 23]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 24]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 24]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 25]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 25]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 26]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 26]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 27]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 27]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 28]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 28]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 29]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 29]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 3]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 3]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 30]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 30]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 31]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 31]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 32]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 32]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 33]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 33]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 34]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 34]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 35]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 35]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 36]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 36]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 37]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 37]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 38]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 38]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 39]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 39]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 4]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 4]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 40]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 40]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 41]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 41]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 42]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 42]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 43]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 43]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 44]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 44]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 45]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 45]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 46]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 46]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 47]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 47]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 48]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 48]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 49]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 49]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 5]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 5]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 50]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 50]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 51]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 51]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 52]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 52]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 53]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 53]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 54]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 54]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 55]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 55]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 56]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 56]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 57]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 57]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 58]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 58]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 59]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 59]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 6]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 6]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 60]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 60]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 61]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 61]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 62]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 62]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 63]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 63]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 64]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 64]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 65]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 65]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 66]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 66]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 67]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 67]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 68]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 68]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 69]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 69]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 7]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 7]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 70]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 70]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 71]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 71]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 72]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 72]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 73]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 73]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 74]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 74]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 75]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 75]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 76]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 76]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 77]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 77]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 78]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 78]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 79]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 79]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 8]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 8]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 80]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 80]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 81]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 81]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 82]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 82]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 83]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 83]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 84]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 84]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 85]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 85]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 86]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 86]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 87]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 87]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 88]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 88]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 89]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 89]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 9]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 9]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 90]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 90]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 91]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 91]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 92]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 92]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 93]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 93]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 94]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 94]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 95]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 95]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 96]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 96]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 97]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 97]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 98]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 98]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 99]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 99]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<TaprootMerkleBranch> for Vec<TapNodeHash>

    §

    fn from(branch: TaprootMerkleBranch) -> Vec<TapNodeHash>

    Converts to this type from the input type.
    §

    impl Hash for TaprootMerkleBranch

    §

    fn hash<__H>(&self, state: &mut __H)
    where __H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where H: Hasher, - Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    §

    impl<'a> IntoIterator for &'a TaprootMerkleBranch

    §

    type IntoIter = Iter<'a, TapNodeHash>

    Which kind of iterator are we turning this into?
    §

    type Item = &'a TapNodeHash

    The type of the elements being iterated over.
    §

    fn into_iter(self) -> <&'a TaprootMerkleBranch as IntoIterator>::IntoIter

    Creates an iterator from a value. Read more
    §

    impl<'a> IntoIterator for &'a mut TaprootMerkleBranch

    §

    type IntoIter = IterMut<'a, TapNodeHash>

    Which kind of iterator are we turning this into?
    §

    type Item = &'a mut TapNodeHash

    The type of the elements being iterated over.
    §

    fn into_iter(self) -> <&'a mut TaprootMerkleBranch as IntoIterator>::IntoIter

    Creates an iterator from a value. Read more
    §

    impl IntoIterator for TaprootMerkleBranch

    §

    type IntoIter = IntoIter

    Which kind of iterator are we turning this into?
    §

    type Item = TapNodeHash

    The type of the elements being iterated over.
    §

    fn into_iter(self) -> <TaprootMerkleBranch as IntoIterator>::IntoIter

    Creates an iterator from a value. Read more
    §

    impl Ord for TaprootMerkleBranch

    §

    fn cmp(&self, other: &TaprootMerkleBranch) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where + Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    §

    impl<'a> IntoIterator for &'a TaprootMerkleBranch

    §

    type IntoIter = Iter<'a, TapNodeHash>

    Which kind of iterator are we turning this into?
    §

    type Item = &'a TapNodeHash

    The type of the elements being iterated over.
    §

    fn into_iter(self) -> <&'a TaprootMerkleBranch as IntoIterator>::IntoIter

    Creates an iterator from a value. Read more
    §

    impl<'a> IntoIterator for &'a mut TaprootMerkleBranch

    §

    type IntoIter = IterMut<'a, TapNodeHash>

    Which kind of iterator are we turning this into?
    §

    type Item = &'a mut TapNodeHash

    The type of the elements being iterated over.
    §

    fn into_iter(self) -> <&'a mut TaprootMerkleBranch as IntoIterator>::IntoIter

    Creates an iterator from a value. Read more
    §

    impl IntoIterator for TaprootMerkleBranch

    §

    type IntoIter = IntoIter

    Which kind of iterator are we turning this into?
    §

    type Item = TapNodeHash

    The type of the elements being iterated over.
    §

    fn into_iter(self) -> <TaprootMerkleBranch as IntoIterator>::IntoIter

    Creates an iterator from a value. Read more
    §

    impl Ord for TaprootMerkleBranch

    §

    fn cmp(&self, other: &TaprootMerkleBranch) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Self
    where Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Self
    where Self: Sized + PartialOrd,

    Restrict a value to a certain interval. Read more
    §

    impl PartialEq for TaprootMerkleBranch

    §

    fn eq(&self, other: &TaprootMerkleBranch) -> bool

    This method tests for self and other values to be equal, and is used @@ -2421,22 +2421,22 @@ operator. Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>
    where - __S: Serializer,
    Serialize this value into the given Serde serializer. Read more
    §

    impl TryFrom<&[TapNodeHash]> for TaprootMerkleBranch

    Serialize this value into the given Serde serializer. Read more
    §

    impl TryFrom<&[TapNodeHash]> for TaprootMerkleBranch

    §

    fn try_from( v: &[TapNodeHash] ) -> Result<TaprootMerkleBranch, <TaprootMerkleBranch as TryFrom<&[TapNodeHash]>>::Error>

    Creates a merkle proof from list of hashes.

    -
    §Errors
    +
    §Errors

    If inner proof length is more than TAPROOT_CONTROL_MAX_NODE_COUNT (128).

    -
    §

    type Error = TaprootError

    The type returned in the event of a conversion error.
    §

    impl TryFrom<Box<[TapNodeHash]>> for TaprootMerkleBranch

    §

    type Error = TaprootError

    The type returned in the event of a conversion error.
    §

    impl TryFrom<Box<[TapNodeHash]>> for TaprootMerkleBranch

    §

    fn try_from( v: Box<[TapNodeHash]> ) -> Result<TaprootMerkleBranch, <TaprootMerkleBranch as TryFrom<Box<[TapNodeHash]>>>::Error>

    Creates a merkle proof from list of hashes.

    -
    §Errors
    +
    §Errors

    If inner proof length is more than TAPROOT_CONTROL_MAX_NODE_COUNT (128).

    -
    §

    type Error = TaprootError

    The type returned in the event of a conversion error.
    §

    impl TryFrom<Vec<TapNodeHash>> for TaprootMerkleBranch

    §

    type Error = TaprootError

    The type returned in the event of a conversion error.
    §

    impl TryFrom<Vec<TapNodeHash>> for TaprootMerkleBranch

    §

    fn try_from( v: Vec<TapNodeHash> ) -> Result<TaprootMerkleBranch, <TaprootMerkleBranch as TryFrom<Vec<TapNodeHash>>>::Error>

    Creates a merkle proof from list of hashes.

    -
    §Errors
    +
    §Errors

    If inner proof length is more than TAPROOT_CONTROL_MAX_NODE_COUNT (128).

    -
    §

    type Error = TaprootError

    The type returned in the event of a conversion error.
    §

    impl Eq for TaprootMerkleBranch

    §

    impl StructuralPartialEq for TaprootMerkleBranch

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where +

    §

    type Error = TaprootError

    The type returned in the event of a conversion error.
    §

    impl Eq for TaprootMerkleBranch

    §

    impl StructuralPartialEq for TaprootMerkleBranch

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for T
    where T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for T
    where T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    §

    impl<Q, K> Equivalent<K> for Q
    where @@ -2450,5 +2450,5 @@ operator. Clone,

    §

    type Owned = T

    The resulting type after obtaining ownership.
    source§

    fn to_owned(&self) -> T

    Creates owned data from borrowed data, usually by cloning. Read more
    source§

    fn clone_into(&self, target: &mut T)

    Uses borrowed data to replace owned data, usually by cloning. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/serialized_signature/struct.SerializedSignature.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/serialized_signature/struct.SerializedSignature.html index 25614971cf..4340380356 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/serialized_signature/struct.SerializedSignature.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/serialized_signature/struct.SerializedSignature.html @@ -1108,21 +1108,21 @@ given separator between each.

    Self: Sized,
    Feeds a slice of this type into the given Hasher. Read more
    §

    impl<'a> IntoIterator for &'a SerializedSignature

    §

    type IntoIter = Iter<'a, u8>

    Which kind of iterator are we turning this into?
    §

    type Item = &'a u8

    The type of the elements being iterated over.
    §

    fn into_iter(self) -> <&'a SerializedSignature as IntoIterator>::IntoIter

    Creates an iterator from a value. Read more
    §

    impl IntoIterator for SerializedSignature

    §

    type IntoIter = IntoIter

    Which kind of iterator are we turning this into?
    §

    type Item = u8

    The type of the elements being iterated over.
    §

    fn into_iter(self) -> <SerializedSignature as IntoIterator>::IntoIter

    Creates an iterator from a value. Read more
    §

    impl Ord for SerializedSignature

    §

    fn cmp(&self, other: &SerializedSignature) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Self
    where Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Self
    where - Self: Sized + PartialOrd,

    Restrict a value to a certain interval. Read more
    §

    impl PartialEq<[u8]> for SerializedSignature

    §

    fn eq(&self, other: &[u8]) -> bool

    This method tests for self and other values to be equal, and is used -by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
    §

    impl PartialEq<SerializedSignature> for [u8]

    §

    fn eq(&self, other: &SerializedSignature) -> bool

    This method tests for self and other values to be equal, and is used + Self: Sized + PartialOrd,
    Restrict a value to a certain interval. Read more
    §

    impl PartialEq<[u8]> for SerializedSignature

    §

    fn eq(&self, other: &[u8]) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
    §

    impl PartialEq for SerializedSignature

    §

    fn eq(&self, other: &SerializedSignature) -> bool

    This method tests for self and other values to be equal, and is used +sufficient, and should not be overridden without very good reason.
    §

    impl PartialEq<SerializedSignature> for [u8]

    §

    fn eq(&self, other: &SerializedSignature) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
    §

    impl PartialOrd<[u8]> for SerializedSignature

    §

    fn partial_cmp(&self, other: &[u8]) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <= -operator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >= +sufficient, and should not be overridden without very good reason.
    §

    impl PartialEq for SerializedSignature

    §

    fn eq(&self, other: &SerializedSignature) -> bool

    This method tests for self and other values to be equal, and is used +by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always +sufficient, and should not be overridden without very good reason.
    §

    impl PartialOrd<[u8]> for SerializedSignature

    §

    fn partial_cmp(&self, other: &[u8]) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <= +operator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
    §

    impl PartialOrd<SerializedSignature> for [u8]

    §

    fn partial_cmp(&self, other: &SerializedSignature) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
    §

    impl PartialOrd for SerializedSignature

    §

    fn partial_cmp(&self, other: &SerializedSignature) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <= -operator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
    §

    impl<'a> TryFrom<&'a SerializedSignature> for Signature

    §

    type Error = SigFromSliceError

    The type returned in the event of a conversion error.
    §

    fn try_from( +operator. Read more

    §

    impl PartialOrd for SerializedSignature

    §

    fn partial_cmp(&self, other: &SerializedSignature) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <= +operator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >= +operator. Read more
    §

    impl<'a> TryFrom<&'a SerializedSignature> for Signature

    §

    type Error = SigFromSliceError

    The type returned in the event of a conversion error.
    §

    fn try_from( value: &'a SerializedSignature -) -> Result<Signature, <Signature as TryFrom<&'a SerializedSignature>>::Error>

    Performs the conversion.
    §

    impl TryFrom<SerializedSignature> for Signature

    §

    type Error = SigFromSliceError

    The type returned in the event of a conversion error.
    §

    fn try_from( +) -> Result<Signature, <Signature as TryFrom<&'a SerializedSignature>>::Error>

    Performs the conversion.
    §

    impl TryFrom<SerializedSignature> for Signature

    §

    type Error = SigFromSliceError

    The type returned in the event of a conversion error.
    §

    fn try_from( value: SerializedSignature ) -> Result<Signature, <Signature as TryFrom<SerializedSignature>>::Error>

    Performs the conversion.
    §

    impl Copy for SerializedSignature

    §

    impl Eq for SerializedSignature

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for T
    where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/struct.ControlBlock.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/struct.ControlBlock.html index d52f89f20a..22cecc9e07 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/struct.ControlBlock.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/struct.ControlBlock.html @@ -69,5 +69,5 @@ operator. Clone,

    §

    type Owned = T

    The resulting type after obtaining ownership.
    source§

    fn to_owned(&self) -> T

    Creates owned data from borrowed data, usually by cloning. Read more
    source§

    fn clone_into(&self, target: &mut T)

    Uses borrowed data to replace owned data, usually by cloning. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/struct.LeafNode.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/struct.LeafNode.html index 3ddce64119..6b70f8a6c2 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/struct.LeafNode.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/struct.LeafNode.html @@ -15,7 +15,7 @@ See also,

    pub fn merkle_branch(&self) -> &TaprootMerkleBranch

    Returns reference to the merkle proof (hashing partners) to get this node in form of TaprootMerkleBranch.

    pub fn leaf(&self) -> &TapLeaf

    Returns a reference to the leaf of this ScriptLeaf.

    -

    Trait Implementations§

    §

    impl Clone for LeafNode

    §

    fn clone(&self) -> LeafNode

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for LeafNode

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<&LeafNode> for TapNodeHash

    §

    fn from(leaf: &LeafNode) -> TapNodeHash

    Converts to this type from the input type.
    §

    impl From<LeafNode> for TapNodeHash

    §

    fn from(leaf: LeafNode) -> TapNodeHash

    Converts to this type from the input type.
    §

    impl Hash for LeafNode

    §

    fn hash<__H>(&self, state: &mut __H)
    where +

    Trait Implementations§

    §

    impl Clone for LeafNode

    §

    fn clone(&self) -> LeafNode

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for LeafNode

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<&LeafNode> for TapNodeHash

    §

    fn from(leaf: &LeafNode) -> TapNodeHash

    Converts to this type from the input type.
    §

    impl From<LeafNode> for TapNodeHash

    §

    fn from(leaf: LeafNode) -> TapNodeHash

    Converts to this type from the input type.
    §

    impl Hash for LeafNode

    §

    fn hash<__H>(&self, state: &mut __H)
    where __H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where H: Hasher, Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    §

    impl Ord for LeafNode

    §

    fn cmp(&self, other: &LeafNode) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/struct.NodeInfo.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/struct.NodeInfo.html index a29a67d715..bb55ecf643 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/struct.NodeInfo.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/struct.NodeInfo.html @@ -52,5 +52,5 @@ operator. Clone,

    §

    type Owned = T

    The resulting type after obtaining ownership.
    source§

    fn to_owned(&self) -> T

    Creates owned data from borrowed data, usually by cloning. Read more
    source§

    fn clone_into(&self, target: &mut T)

    Uses borrowed data to replace owned data, usually by cloning. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/struct.Signature.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/struct.Signature.html index a5fb364831..48fc381b28 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/struct.Signature.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/struct.Signature.html @@ -29,9 +29,9 @@ operator. Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>
    where - __S: Serializer,
    Serialize this value into the given Serde serializer. Read more
    §

    impl<'a> TryFrom<&'a SerializedSignature> for Signature

    §

    type Error = SigFromSliceError

    The type returned in the event of a conversion error.
    §

    fn try_from( + __S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    §

    impl<'a> TryFrom<&'a SerializedSignature> for Signature

    §

    type Error = SigFromSliceError

    The type returned in the event of a conversion error.
    §

    fn try_from( value: &'a SerializedSignature -) -> Result<Signature, <Signature as TryFrom<&'a SerializedSignature>>::Error>

    Performs the conversion.
    §

    impl TryFrom<SerializedSignature> for Signature

    §

    type Error = SigFromSliceError

    The type returned in the event of a conversion error.
    §

    fn try_from( +) -> Result<Signature, <Signature as TryFrom<&'a SerializedSignature>>::Error>

    Performs the conversion.
    §

    impl TryFrom<SerializedSignature> for Signature

    §

    type Error = SigFromSliceError

    The type returned in the event of a conversion error.
    §

    fn try_from( value: SerializedSignature ) -> Result<Signature, <Signature as TryFrom<SerializedSignature>>::Error>

    Performs the conversion.
    §

    impl Copy for Signature

    §

    impl Eq for Signature

    §

    impl StructuralPartialEq for Signature

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for T
    where @@ -47,5 +47,5 @@ operator. Clone,

    §

    type Owned = T

    The resulting type after obtaining ownership.
    source§

    fn to_owned(&self) -> T

    Creates owned data from borrowed data, usually by cloning. Read more
    source§

    fn clone_into(&self, target: &mut T)

    Uses borrowed data to replace owned data, usually by cloning. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/struct.TapLeafHash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/struct.TapLeafHash.html index 48367124d7..4b2eee2dc7 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/struct.TapLeafHash.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/struct.TapLeafHash.html @@ -8,11 +8,11 @@ R: BufRead + ?Sized,
    Decode an object with a well-defined format. Read more
    §

    fn consensus_decode_from_finite_reader<R>(reader: &mut R) -> Result<Self, Error>
    where R: BufRead + ?Sized,

    Decode Self from a size-limited reader. Read more
    §

    impl<'de> Deserialize<'de> for TapLeafHash

    §

    fn deserialize<D>(d: D) -> Result<TapLeafHash, <D as Deserializer<'de>>::Error>
    where D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for TapLeafHash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Encodable for TapLeafHash

    §

    fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
    where - W: Write + ?Sized,

    Encodes an object with a well-defined format. Read more
    §

    impl From<Hash<TapLeafTag>> for TapLeafHash

    §

    fn from(inner: Hash<TapLeafTag>) -> TapLeafHash

    Converts to this type from the input type.
    §

    impl<'s> From<ScriptPath<'s>> for TapLeafHash

    §

    fn from(script_path: ScriptPath<'s>) -> TapLeafHash

    Converts to this type from the input type.
    §

    impl From<TapLeafHash> for Hash<TapLeafTag>

    §

    fn from(hashtype: TapLeafHash) -> Hash<TapLeafTag>

    Converts to this type from the input type.
    §

    impl From<TapLeafHash> for TapNodeHash

    §

    fn from(leaf: TapLeafHash) -> TapNodeHash

    Converts to this type from the input type.
    §

    impl FromStr for TapLeafHash

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<TapLeafHash, <TapLeafHash as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for TapLeafHash

    §

    type Engine = <Hash<TapLeafTag> as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected + W: Write + ?Sized,
    Encodes an object with a well-defined format. Read more
    §

    impl From<Hash<TapLeafTag>> for TapLeafHash

    §

    fn from(inner: Hash<TapLeafTag>) -> TapLeafHash

    Converts to this type from the input type.
    §

    impl<'s> From<ScriptPath<'s>> for TapLeafHash

    §

    fn from(script_path: ScriptPath<'s>) -> TapLeafHash

    Converts to this type from the input type.
    §

    impl From<TapLeafHash> for Hash<TapLeafTag>

    §

    fn from(hashtype: TapLeafHash) -> Hash<TapLeafTag>

    Converts to this type from the input type.
    §

    impl From<TapLeafHash> for TapNodeHash

    §

    fn from(leaf: TapLeafHash) -> TapNodeHash

    Converts to this type from the input type.
    §

    impl FromStr for TapLeafHash

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<TapLeafHash, <TapLeafHash as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for TapLeafHash

    §

    type Engine = <Hash<TapLeafTag> as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
    §

    type Bytes = <Hash<TapLeafTag> as Hash>::Bytes

    The byte array that represents the hash internally.
    §

    const LEN: usize = 32usize

    Length of the hash, in bytes.
    §

    const DISPLAY_BACKWARD: bool = false

    Flag indicating whether user-visible serializations of this hash +any conditions.
    §

    type Bytes = <Hash<TapLeafTag> as Hash>::Bytes

    The byte array that represents the hash internally.
    §

    const LEN: usize = 32usize

    Length of the hash, in bytes.
    §

    const DISPLAY_BACKWARD: bool = false

    Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
    §

    fn engine() -> <TapLeafHash as Hash>::Engine

    Constructs a new engine.
    §

    fn from_engine(e: <TapLeafHash as Hash>::Engine) -> TapLeafHash

    Produces a hash from the current state of a given engine.
    §

    fn from_slice(sl: &[u8]) -> Result<TapLeafHash, FromSliceError>

    Copies a byte slice into a hash object.
    §

    fn from_byte_array(bytes: <TapLeafHash as Hash>::Bytes) -> TapLeafHash

    Constructs a hash from the underlying byte array.
    §

    fn to_byte_array(self) -> <TapLeafHash as Hash>::Bytes

    Returns the underlying byte array.
    §

    fn as_byte_array(&self) -> &<TapLeafHash as Hash>::Bytes

    Returns a reference to the underlying byte array.
    §

    fn all_zeros() -> TapLeafHash

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where +true for Sha256dHash, so here we are.

    §

    fn engine() -> <TapLeafHash as Hash>::Engine

    Constructs a new engine.
    §

    fn from_engine(e: <TapLeafHash as Hash>::Engine) -> TapLeafHash

    Produces a hash from the current state of a given engine.
    §

    fn from_slice(sl: &[u8]) -> Result<TapLeafHash, FromSliceError>

    Copies a byte slice into a hash object.
    §

    fn from_byte_array(bytes: <TapLeafHash as Hash>::Bytes) -> TapLeafHash

    Constructs a hash from the underlying byte array.
    §

    fn to_byte_array(self) -> <TapLeafHash as Hash>::Bytes

    Returns the underlying byte array.
    §

    fn as_byte_array(&self) -> &<TapLeafHash as Hash>::Bytes

    Returns a reference to the underlying byte array.
    §

    fn all_zeros() -> TapLeafHash

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where B: AsRef<[u8]>, I: IntoIterator<Item = B>,

    Hashes all the byte slices retrieved from the iterator together.
    §

    impl Hash for TapLeafHash

    §

    fn hash<__H>(&self, state: &mut __H)
    where __H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where @@ -25,12 +25,12 @@ true for Sha256dHash, so here we are.

    ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    §

    impl PartialOrd for TapLeafHash

    §

    fn partial_cmp(&self, other: &TapLeafHash) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
    §

    impl SerdeHash for TapLeafHash

    §

    const N: usize = 32usize

    Size, in bits, of the hash.
    §

    fn from_slice_delegated(sl: &[u8]) -> Result<TapLeafHash, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( +operator. Read more

    §

    impl SerdeHash for TapLeafHash

    §

    const N: usize = 32usize

    Size, in bits, of the hash.
    §

    fn from_slice_delegated(sl: &[u8]) -> Result<TapLeafHash, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where S: Serializer,

    Do serde serialization.
    §

    fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Do serde deserialization.
    §

    impl Serialize for TapLeafHash

    §

    fn serialize<S>( + D: Deserializer<'de>,

    Do serde deserialization.
    §

    impl Serialize for TapLeafHash

    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where @@ -49,5 +49,5 @@ operator. Display + ?Sized,

    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/struct.TapNodeHash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/struct.TapNodeHash.html index 451608b834..eed038393b 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/struct.TapNodeHash.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/struct.TapNodeHash.html @@ -9,12 +9,12 @@ hash is constructed from a hidden node. This also has better ergonomics because it does not require the caller to import the Hash trait.

    pub fn from_script(script: &Script, ver: LeafVersion) -> TapNodeHash

    Computes the TapNodeHash from a script and a leaf version.

    -

    Trait Implementations§

    §

    impl AsRef<[u8]> for TapNodeHash

    §

    fn as_ref(&self) -> &[u8] ⓘ

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl AsRef<[u8; 32]> for TapNodeHash

    §

    fn as_ref(&self) -> &[u8; 32]

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl Borrow<[u8]> for TapNodeHash

    §

    fn borrow(&self) -> &[u8] ⓘ

    Immutably borrows from an owned value. Read more
    §

    impl Clone for TapNodeHash

    §

    fn clone(&self) -> TapNodeHash

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for TapNodeHash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for TapNodeHash

    §

    fn deserialize<D>(d: D) -> Result<TapNodeHash, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for TapNodeHash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<&LeafNode> for TapNodeHash

    §

    fn from(leaf: &LeafNode) -> TapNodeHash

    Converts to this type from the input type.
    §

    impl From<Hash<TapBranchTag>> for TapNodeHash

    §

    fn from(inner: Hash<TapBranchTag>) -> TapNodeHash

    Converts to this type from the input type.
    §

    impl From<LeafNode> for TapNodeHash

    §

    fn from(leaf: LeafNode) -> TapNodeHash

    Converts to this type from the input type.
    §

    impl From<TapLeafHash> for TapNodeHash

    §

    fn from(leaf: TapLeafHash) -> TapNodeHash

    Converts to this type from the input type.
    §

    impl From<TapNodeHash> for Hash<TapBranchTag>

    §

    fn from(hashtype: TapNodeHash) -> Hash<TapBranchTag>

    Converts to this type from the input type.
    §

    impl FromStr for TapNodeHash

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<TapNodeHash, <TapNodeHash as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for TapNodeHash

    §

    type Engine = <Hash<TapBranchTag> as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected +

    Trait Implementations§

    §

    impl AsRef<[u8]> for TapNodeHash

    §

    fn as_ref(&self) -> &[u8] ⓘ

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl AsRef<[u8; 32]> for TapNodeHash

    §

    fn as_ref(&self) -> &[u8; 32]

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl Borrow<[u8]> for TapNodeHash

    §

    fn borrow(&self) -> &[u8] ⓘ

    Immutably borrows from an owned value. Read more
    §

    impl Clone for TapNodeHash

    §

    fn clone(&self) -> TapNodeHash

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for TapNodeHash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for TapNodeHash

    §

    fn deserialize<D>(d: D) -> Result<TapNodeHash, <D as Deserializer<'de>>::Error>
    where + D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for TapNodeHash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<&LeafNode> for TapNodeHash

    §

    fn from(leaf: &LeafNode) -> TapNodeHash

    Converts to this type from the input type.
    §

    impl From<Hash<TapBranchTag>> for TapNodeHash

    §

    fn from(inner: Hash<TapBranchTag>) -> TapNodeHash

    Converts to this type from the input type.
    §

    impl From<LeafNode> for TapNodeHash

    §

    fn from(leaf: LeafNode) -> TapNodeHash

    Converts to this type from the input type.
    §

    impl From<TapLeafHash> for TapNodeHash

    §

    fn from(leaf: TapLeafHash) -> TapNodeHash

    Converts to this type from the input type.
    §

    impl From<TapNodeHash> for Hash<TapBranchTag>

    §

    fn from(hashtype: TapNodeHash) -> Hash<TapBranchTag>

    Converts to this type from the input type.
    §

    impl FromStr for TapNodeHash

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<TapNodeHash, <TapNodeHash as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for TapNodeHash

    §

    type Engine = <Hash<TapBranchTag> as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
    §

    type Bytes = <Hash<TapBranchTag> as Hash>::Bytes

    The byte array that represents the hash internally.
    §

    const LEN: usize = 32usize

    Length of the hash, in bytes.
    §

    const DISPLAY_BACKWARD: bool = false

    Flag indicating whether user-visible serializations of this hash +any conditions.
    §

    type Bytes = <Hash<TapBranchTag> as Hash>::Bytes

    The byte array that represents the hash internally.
    §

    const LEN: usize = 32usize

    Length of the hash, in bytes.
    §

    const DISPLAY_BACKWARD: bool = false

    Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
    §

    fn engine() -> <TapNodeHash as Hash>::Engine

    Constructs a new engine.
    §

    fn from_engine(e: <TapNodeHash as Hash>::Engine) -> TapNodeHash

    Produces a hash from the current state of a given engine.
    §

    fn from_slice(sl: &[u8]) -> Result<TapNodeHash, FromSliceError>

    Copies a byte slice into a hash object.
    §

    fn from_byte_array(bytes: <TapNodeHash as Hash>::Bytes) -> TapNodeHash

    Constructs a hash from the underlying byte array.
    §

    fn to_byte_array(self) -> <TapNodeHash as Hash>::Bytes

    Returns the underlying byte array.
    §

    fn as_byte_array(&self) -> &<TapNodeHash as Hash>::Bytes

    Returns a reference to the underlying byte array.
    §

    fn all_zeros() -> TapNodeHash

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where +true for Sha256dHash, so here we are.

    §

    fn engine() -> <TapNodeHash as Hash>::Engine

    Constructs a new engine.
    §

    fn from_engine(e: <TapNodeHash as Hash>::Engine) -> TapNodeHash

    Produces a hash from the current state of a given engine.
    §

    fn from_slice(sl: &[u8]) -> Result<TapNodeHash, FromSliceError>

    Copies a byte slice into a hash object.
    §

    fn from_byte_array(bytes: <TapNodeHash as Hash>::Bytes) -> TapNodeHash

    Constructs a hash from the underlying byte array.
    §

    fn to_byte_array(self) -> <TapNodeHash as Hash>::Bytes

    Returns the underlying byte array.
    §

    fn as_byte_array(&self) -> &<TapNodeHash as Hash>::Bytes

    Returns a reference to the underlying byte array.
    §

    fn all_zeros() -> TapNodeHash

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where B: AsRef<[u8]>, I: IntoIterator<Item = B>,

    Hashes all the byte slices retrieved from the iterator together.
    §

    impl Hash for TapNodeHash

    §

    fn hash<__H>(&self, state: &mut __H)
    where __H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where @@ -27,12 +27,12 @@ true for Sha256dHash, so here we are.

    ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    §

    impl PartialOrd for TapNodeHash

    §

    fn partial_cmp(&self, other: &TapNodeHash) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
    §

    impl SerdeHash for TapNodeHash

    §

    const N: usize = 32usize

    Size, in bits, of the hash.
    §

    fn from_slice_delegated(sl: &[u8]) -> Result<TapNodeHash, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( +operator. Read more

    §

    impl SerdeHash for TapNodeHash

    §

    const N: usize = 32usize

    Size, in bits, of the hash.
    §

    fn from_slice_delegated(sl: &[u8]) -> Result<TapNodeHash, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where S: Serializer,

    Do serde serialization.
    §

    fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Do serde deserialization.
    §

    impl Serialize for TapNodeHash

    §

    fn serialize<S>( + D: Deserializer<'de>,

    Do serde deserialization.
    §

    impl Serialize for TapNodeHash

    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where @@ -51,5 +51,5 @@ operator. Display + ?Sized,

    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/struct.TapTree.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/struct.TapTree.html index aee6f64cd2..0f5291026a 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/struct.TapTree.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/struct.TapTree.html @@ -44,5 +44,5 @@ error with the content of incomplete builder instance.

    T: Clone,
    §

    type Owned = T

    The resulting type after obtaining ownership.
    source§

    fn to_owned(&self) -> T

    Creates owned data from borrowed data, usually by cloning. Read more
    source§

    fn clone_into(&self, target: &mut T)

    Uses borrowed data to replace owned data, usually by cloning. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/struct.TapTweakHash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/struct.TapTweakHash.html index 56f7761f98..a5042fa713 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/struct.TapTweakHash.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/struct.TapTweakHash.html @@ -9,12 +9,12 @@ ) -> TapTweakHash

    Creates a new BIP341 TapTweakHash from key and tweak. Produces H_taptweak(P||R) where P is the internal key and R is the merkle root.

    pub fn to_scalar(self) -> Scalar

    Converts a TapTweakHash into a Scalar ready for use with key tweaking API.

    -

    Trait Implementations§

    §

    impl AsRef<[u8]> for TapTweakHash

    §

    fn as_ref(&self) -> &[u8] ⓘ

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl AsRef<[u8; 32]> for TapTweakHash

    §

    fn as_ref(&self) -> &[u8; 32]

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl Borrow<[u8]> for TapTweakHash

    §

    fn borrow(&self) -> &[u8] ⓘ

    Immutably borrows from an owned value. Read more
    §

    impl Clone for TapTweakHash

    §

    fn clone(&self) -> TapTweakHash

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for TapTweakHash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for TapTweakHash

    §

    fn deserialize<D>(d: D) -> Result<TapTweakHash, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for TapTweakHash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<&TaprootSpendInfo> for TapTweakHash

    §

    fn from(spend_info: &TaprootSpendInfo) -> TapTweakHash

    Converts to this type from the input type.
    §

    impl From<Hash<TapTweakTag>> for TapTweakHash

    §

    fn from(inner: Hash<TapTweakTag>) -> TapTweakHash

    Converts to this type from the input type.
    §

    impl From<TapTweakHash> for Hash<TapTweakTag>

    §

    fn from(hashtype: TapTweakHash) -> Hash<TapTweakTag>

    Converts to this type from the input type.
    §

    impl From<TaprootSpendInfo> for TapTweakHash

    §

    fn from(spend_info: TaprootSpendInfo) -> TapTweakHash

    Converts to this type from the input type.
    §

    impl FromStr for TapTweakHash

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<TapTweakHash, <TapTweakHash as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for TapTweakHash

    §

    type Engine = <Hash<TapTweakTag> as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected +

    Trait Implementations§

    §

    impl AsRef<[u8]> for TapTweakHash

    §

    fn as_ref(&self) -> &[u8] ⓘ

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl AsRef<[u8; 32]> for TapTweakHash

    §

    fn as_ref(&self) -> &[u8; 32]

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl Borrow<[u8]> for TapTweakHash

    §

    fn borrow(&self) -> &[u8] ⓘ

    Immutably borrows from an owned value. Read more
    §

    impl Clone for TapTweakHash

    §

    fn clone(&self) -> TapTweakHash

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for TapTweakHash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for TapTweakHash

    §

    fn deserialize<D>(d: D) -> Result<TapTweakHash, <D as Deserializer<'de>>::Error>
    where + D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for TapTweakHash

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<&TaprootSpendInfo> for TapTweakHash

    §

    fn from(spend_info: &TaprootSpendInfo) -> TapTweakHash

    Converts to this type from the input type.
    §

    impl From<Hash<TapTweakTag>> for TapTweakHash

    §

    fn from(inner: Hash<TapTweakTag>) -> TapTweakHash

    Converts to this type from the input type.
    §

    impl From<TapTweakHash> for Hash<TapTweakTag>

    §

    fn from(hashtype: TapTweakHash) -> Hash<TapTweakTag>

    Converts to this type from the input type.
    §

    impl From<TaprootSpendInfo> for TapTweakHash

    §

    fn from(spend_info: TaprootSpendInfo) -> TapTweakHash

    Converts to this type from the input type.
    §

    impl FromStr for TapTweakHash

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<TapTweakHash, <TapTweakHash as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for TapTweakHash

    §

    type Engine = <Hash<TapTweakTag> as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
    §

    type Bytes = <Hash<TapTweakTag> as Hash>::Bytes

    The byte array that represents the hash internally.
    §

    const LEN: usize = 32usize

    Length of the hash, in bytes.
    §

    const DISPLAY_BACKWARD: bool = false

    Flag indicating whether user-visible serializations of this hash +any conditions.
    §

    type Bytes = <Hash<TapTweakTag> as Hash>::Bytes

    The byte array that represents the hash internally.
    §

    const LEN: usize = 32usize

    Length of the hash, in bytes.
    §

    const DISPLAY_BACKWARD: bool = false

    Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
    §

    fn engine() -> <TapTweakHash as Hash>::Engine

    Constructs a new engine.
    §

    fn from_engine(e: <TapTweakHash as Hash>::Engine) -> TapTweakHash

    Produces a hash from the current state of a given engine.
    §

    fn from_slice(sl: &[u8]) -> Result<TapTweakHash, FromSliceError>

    Copies a byte slice into a hash object.
    §

    fn from_byte_array(bytes: <TapTweakHash as Hash>::Bytes) -> TapTweakHash

    Constructs a hash from the underlying byte array.
    §

    fn to_byte_array(self) -> <TapTweakHash as Hash>::Bytes

    Returns the underlying byte array.
    §

    fn as_byte_array(&self) -> &<TapTweakHash as Hash>::Bytes

    Returns a reference to the underlying byte array.
    §

    fn all_zeros() -> TapTweakHash

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where +true for Sha256dHash, so here we are.

    §

    fn engine() -> <TapTweakHash as Hash>::Engine

    Constructs a new engine.
    §

    fn from_engine(e: <TapTweakHash as Hash>::Engine) -> TapTweakHash

    Produces a hash from the current state of a given engine.
    §

    fn from_slice(sl: &[u8]) -> Result<TapTweakHash, FromSliceError>

    Copies a byte slice into a hash object.
    §

    fn from_byte_array(bytes: <TapTweakHash as Hash>::Bytes) -> TapTweakHash

    Constructs a hash from the underlying byte array.
    §

    fn to_byte_array(self) -> <TapTweakHash as Hash>::Bytes

    Returns the underlying byte array.
    §

    fn as_byte_array(&self) -> &<TapTweakHash as Hash>::Bytes

    Returns a reference to the underlying byte array.
    §

    fn all_zeros() -> TapTweakHash

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where B: AsRef<[u8]>, I: IntoIterator<Item = B>,

    Hashes all the byte slices retrieved from the iterator together.
    §

    impl Hash for TapTweakHash

    §

    fn hash<__H>(&self, state: &mut __H)
    where __H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where @@ -27,12 +27,12 @@ true for Sha256dHash, so here we are.

    ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    §

    impl PartialOrd for TapTweakHash

    §

    fn partial_cmp(&self, other: &TapTweakHash) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
    §

    impl SerdeHash for TapTweakHash

    §

    const N: usize = 32usize

    Size, in bits, of the hash.
    §

    fn from_slice_delegated(sl: &[u8]) -> Result<TapTweakHash, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( +operator. Read more

    §

    impl SerdeHash for TapTweakHash

    §

    const N: usize = 32usize

    Size, in bits, of the hash.
    §

    fn from_slice_delegated(sl: &[u8]) -> Result<TapTweakHash, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where S: Serializer,

    Do serde serialization.
    §

    fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Do serde deserialization.
    §

    impl Serialize for TapTweakHash

    §

    fn serialize<S>( + D: Deserializer<'de>,

    Do serde deserialization.
    §

    impl Serialize for TapTweakHash

    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where @@ -51,5 +51,5 @@ operator. Display + ?Sized,

    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/struct.TaprootMerkleBranch.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/struct.TaprootMerkleBranch.html index 96f0539ccb..bbd8025ac0 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/struct.TaprootMerkleBranch.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/struct.TaprootMerkleBranch.html @@ -2407,10 +2407,10 @@ given separator between each.

    Trait Implementations§

    §

    impl AsMut<[TapNodeHash]> for TaprootMerkleBranch

    §

    fn as_mut(&mut self) -> &mut [TapNodeHash]

    Converts this type into a mutable reference of the (usually inferred) input type.
    §

    impl AsRef<[TapNodeHash]> for TaprootMerkleBranch

    §

    fn as_ref(&self) -> &[TapNodeHash]

    Converts this type into a shared reference of the (usually inferred) input type.
    §

    impl Borrow<[TapNodeHash]> for TaprootMerkleBranch

    §

    fn borrow(&self) -> &[TapNodeHash]

    Immutably borrows from an owned value. Read more
    §

    impl BorrowMut<[TapNodeHash]> for TaprootMerkleBranch

    §

    fn borrow_mut(&mut self) -> &mut [TapNodeHash]

    Mutably borrows from an owned value. Read more
    §

    impl Clone for TaprootMerkleBranch

    §

    fn clone(&self) -> TaprootMerkleBranch

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for TaprootMerkleBranch

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Default for TaprootMerkleBranch

    §

    fn default() -> TaprootMerkleBranch

    Returns the “default value” for a type. Read more
    §

    impl Deref for TaprootMerkleBranch

    §

    type Target = [TapNodeHash]

    The resulting type after dereferencing.
    §

    fn deref(&self) -> &<TaprootMerkleBranch as Deref>::Target

    Dereferences the value.
    §

    impl DerefMut for TaprootMerkleBranch

    §

    fn deref_mut(&mut self) -> &mut <TaprootMerkleBranch as Deref>::Target

    Mutably dereferences the value.
    §

    impl<'de> Deserialize<'de> for TaprootMerkleBranch

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<TaprootMerkleBranch, <__D as Deserializer<'de>>::Error>
    where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl From<[TapNodeHash; 0]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 0]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 1]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 1]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 10]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 10]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 100]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 100]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 101]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 101]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 102]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 102]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 103]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 103]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 104]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 104]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 105]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 105]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 106]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 106]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 107]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 107]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 108]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 108]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 109]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 109]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 11]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 11]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 110]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 110]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 111]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 111]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 112]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 112]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 113]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 113]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 114]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 114]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 115]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 115]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 116]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 116]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 117]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 117]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 118]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 118]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 119]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 119]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 12]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 12]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 120]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 120]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 121]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 121]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 122]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 122]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 123]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 123]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 124]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 124]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 125]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 125]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 126]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 126]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 127]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 127]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 128]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 128]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 13]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 13]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 14]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 14]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 15]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 15]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 16]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 16]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 17]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 17]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 18]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 18]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 19]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 19]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 2]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 2]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 20]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 20]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 21]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 21]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 22]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 22]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 23]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 23]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 24]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 24]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 25]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 25]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 26]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 26]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 27]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 27]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 28]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 28]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 29]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 29]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 3]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 3]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 30]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 30]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 31]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 31]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 32]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 32]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 33]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 33]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 34]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 34]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 35]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 35]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 36]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 36]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 37]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 37]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 38]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 38]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 39]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 39]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 4]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 4]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 40]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 40]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 41]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 41]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 42]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 42]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 43]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 43]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 44]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 44]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 45]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 45]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 46]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 46]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 47]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 47]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 48]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 48]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 49]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 49]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 5]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 5]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 50]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 50]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 51]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 51]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 52]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 52]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 53]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 53]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 54]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 54]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 55]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 55]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 56]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 56]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 57]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 57]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 58]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 58]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 59]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 59]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 6]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 6]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 60]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 60]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 61]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 61]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 62]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 62]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 63]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 63]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 64]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 64]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 65]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 65]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 66]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 66]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 67]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 67]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 68]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 68]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 69]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 69]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 7]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 7]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 70]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 70]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 71]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 71]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 72]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 72]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 73]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 73]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 74]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 74]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 75]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 75]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 76]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 76]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 77]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 77]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 78]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 78]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 79]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 79]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 8]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 8]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 80]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 80]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 81]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 81]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 82]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 82]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 83]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 83]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 84]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 84]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 85]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 85]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 86]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 86]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 87]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 87]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 88]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 88]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 89]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 89]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 9]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 9]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 90]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 90]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 91]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 91]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 92]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 92]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 93]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 93]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 94]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 94]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 95]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 95]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 96]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 96]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 97]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 97]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 98]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 98]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 99]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 99]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<TaprootMerkleBranch> for Vec<TapNodeHash>

    §

    fn from(branch: TaprootMerkleBranch) -> Vec<TapNodeHash>

    Converts to this type from the input type.
    §

    impl Hash for TaprootMerkleBranch

    §

    fn hash<__H>(&self, state: &mut __H)
    where + __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl From<[TapNodeHash; 0]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 0]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 1]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 1]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 10]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 10]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 100]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 100]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 101]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 101]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 102]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 102]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 103]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 103]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 104]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 104]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 105]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 105]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 106]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 106]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 107]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 107]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 108]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 108]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 109]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 109]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 11]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 11]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 110]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 110]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 111]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 111]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 112]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 112]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 113]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 113]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 114]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 114]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 115]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 115]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 116]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 116]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 117]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 117]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 118]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 118]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 119]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 119]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 12]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 12]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 120]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 120]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 121]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 121]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 122]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 122]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 123]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 123]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 124]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 124]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 125]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 125]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 126]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 126]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 127]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 127]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 128]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 128]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 13]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 13]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 14]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 14]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 15]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 15]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 16]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 16]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 17]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 17]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 18]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 18]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 19]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 19]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 2]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 2]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 20]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 20]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 21]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 21]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 22]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 22]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 23]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 23]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 24]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 24]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 25]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 25]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 26]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 26]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 27]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 27]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 28]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 28]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 29]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 29]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 3]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 3]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 30]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 30]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 31]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 31]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 32]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 32]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 33]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 33]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 34]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 34]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 35]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 35]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 36]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 36]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 37]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 37]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 38]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 38]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 39]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 39]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 4]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 4]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 40]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 40]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 41]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 41]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 42]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 42]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 43]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 43]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 44]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 44]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 45]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 45]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 46]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 46]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 47]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 47]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 48]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 48]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 49]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 49]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 5]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 5]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 50]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 50]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 51]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 51]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 52]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 52]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 53]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 53]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 54]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 54]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 55]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 55]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 56]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 56]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 57]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 57]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 58]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 58]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 59]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 59]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 6]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 6]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 60]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 60]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 61]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 61]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 62]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 62]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 63]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 63]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 64]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 64]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 65]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 65]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 66]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 66]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 67]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 67]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 68]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 68]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 69]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 69]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 7]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 7]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 70]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 70]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 71]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 71]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 72]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 72]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 73]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 73]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 74]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 74]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 75]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 75]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 76]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 76]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 77]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 77]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 78]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 78]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 79]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 79]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 8]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 8]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 80]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 80]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 81]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 81]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 82]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 82]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 83]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 83]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 84]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 84]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 85]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 85]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 86]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 86]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 87]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 87]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 88]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 88]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 89]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 89]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 9]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 9]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 90]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 90]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 91]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 91]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 92]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 92]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 93]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 93]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 94]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 94]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 95]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 95]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 96]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 96]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 97]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 97]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 98]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 98]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<[TapNodeHash; 99]> for TaprootMerkleBranch

    §

    fn from(a: [TapNodeHash; 99]) -> TaprootMerkleBranch

    Converts to this type from the input type.
    §

    impl From<TaprootMerkleBranch> for Vec<TapNodeHash>

    §

    fn from(branch: TaprootMerkleBranch) -> Vec<TapNodeHash>

    Converts to this type from the input type.
    §

    impl Hash for TaprootMerkleBranch

    §

    fn hash<__H>(&self, state: &mut __H)
    where __H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where H: Hasher, - Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    §

    impl<'a> IntoIterator for &'a TaprootMerkleBranch

    §

    type IntoIter = Iter<'a, TapNodeHash>

    Which kind of iterator are we turning this into?
    §

    type Item = &'a TapNodeHash

    The type of the elements being iterated over.
    §

    fn into_iter(self) -> <&'a TaprootMerkleBranch as IntoIterator>::IntoIter

    Creates an iterator from a value. Read more
    §

    impl<'a> IntoIterator for &'a mut TaprootMerkleBranch

    §

    type IntoIter = IterMut<'a, TapNodeHash>

    Which kind of iterator are we turning this into?
    §

    type Item = &'a mut TapNodeHash

    The type of the elements being iterated over.
    §

    fn into_iter(self) -> <&'a mut TaprootMerkleBranch as IntoIterator>::IntoIter

    Creates an iterator from a value. Read more
    §

    impl IntoIterator for TaprootMerkleBranch

    §

    type IntoIter = IntoIter

    Which kind of iterator are we turning this into?
    §

    type Item = TapNodeHash

    The type of the elements being iterated over.
    §

    fn into_iter(self) -> <TaprootMerkleBranch as IntoIterator>::IntoIter

    Creates an iterator from a value. Read more
    §

    impl Ord for TaprootMerkleBranch

    §

    fn cmp(&self, other: &TaprootMerkleBranch) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where + Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    §

    impl<'a> IntoIterator for &'a TaprootMerkleBranch

    §

    type IntoIter = Iter<'a, TapNodeHash>

    Which kind of iterator are we turning this into?
    §

    type Item = &'a TapNodeHash

    The type of the elements being iterated over.
    §

    fn into_iter(self) -> <&'a TaprootMerkleBranch as IntoIterator>::IntoIter

    Creates an iterator from a value. Read more
    §

    impl<'a> IntoIterator for &'a mut TaprootMerkleBranch

    §

    type IntoIter = IterMut<'a, TapNodeHash>

    Which kind of iterator are we turning this into?
    §

    type Item = &'a mut TapNodeHash

    The type of the elements being iterated over.
    §

    fn into_iter(self) -> <&'a mut TaprootMerkleBranch as IntoIterator>::IntoIter

    Creates an iterator from a value. Read more
    §

    impl IntoIterator for TaprootMerkleBranch

    §

    type IntoIter = IntoIter

    Which kind of iterator are we turning this into?
    §

    type Item = TapNodeHash

    The type of the elements being iterated over.
    §

    fn into_iter(self) -> <TaprootMerkleBranch as IntoIterator>::IntoIter

    Creates an iterator from a value. Read more
    §

    impl Ord for TaprootMerkleBranch

    §

    fn cmp(&self, other: &TaprootMerkleBranch) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Self
    where Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Self
    where Self: Sized + PartialOrd,

    Restrict a value to a certain interval. Read more
    §

    impl PartialEq for TaprootMerkleBranch

    §

    fn eq(&self, other: &TaprootMerkleBranch) -> bool

    This method tests for self and other values to be equal, and is used @@ -2421,22 +2421,22 @@ operator. Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>
    where - __S: Serializer,
    Serialize this value into the given Serde serializer. Read more
    §

    impl TryFrom<&[TapNodeHash]> for TaprootMerkleBranch

    Serialize this value into the given Serde serializer. Read more
    §

    impl TryFrom<&[TapNodeHash]> for TaprootMerkleBranch

    §

    fn try_from( v: &[TapNodeHash] ) -> Result<TaprootMerkleBranch, <TaprootMerkleBranch as TryFrom<&[TapNodeHash]>>::Error>

    Creates a merkle proof from list of hashes.

    -
    §Errors
    +
    §Errors

    If inner proof length is more than TAPROOT_CONTROL_MAX_NODE_COUNT (128).

    -
    §

    type Error = TaprootError

    The type returned in the event of a conversion error.
    §

    impl TryFrom<Box<[TapNodeHash]>> for TaprootMerkleBranch

    §

    type Error = TaprootError

    The type returned in the event of a conversion error.
    §

    impl TryFrom<Box<[TapNodeHash]>> for TaprootMerkleBranch

    §

    fn try_from( v: Box<[TapNodeHash]> ) -> Result<TaprootMerkleBranch, <TaprootMerkleBranch as TryFrom<Box<[TapNodeHash]>>>::Error>

    Creates a merkle proof from list of hashes.

    -
    §Errors
    +
    §Errors

    If inner proof length is more than TAPROOT_CONTROL_MAX_NODE_COUNT (128).

    -
    §

    type Error = TaprootError

    The type returned in the event of a conversion error.
    §

    impl TryFrom<Vec<TapNodeHash>> for TaprootMerkleBranch

    §

    type Error = TaprootError

    The type returned in the event of a conversion error.
    §

    impl TryFrom<Vec<TapNodeHash>> for TaprootMerkleBranch

    §

    fn try_from( v: Vec<TapNodeHash> ) -> Result<TaprootMerkleBranch, <TaprootMerkleBranch as TryFrom<Vec<TapNodeHash>>>::Error>

    Creates a merkle proof from list of hashes.

    -
    §Errors
    +
    §Errors

    If inner proof length is more than TAPROOT_CONTROL_MAX_NODE_COUNT (128).

    -
    §

    type Error = TaprootError

    The type returned in the event of a conversion error.
    §

    impl Eq for TaprootMerkleBranch

    §

    impl StructuralPartialEq for TaprootMerkleBranch

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where +

    §

    type Error = TaprootError

    The type returned in the event of a conversion error.
    §

    impl Eq for TaprootMerkleBranch

    §

    impl StructuralPartialEq for TaprootMerkleBranch

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for T
    where T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for T
    where T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    §

    impl<Q, K> Equivalent<K> for Q
    where @@ -2450,5 +2450,5 @@ operator. Clone,

    §

    type Owned = T

    The resulting type after obtaining ownership.
    source§

    fn to_owned(&self) -> T

    Creates owned data from borrowed data, usually by cloning. Read more
    source§

    fn clone_into(&self, target: &mut T)

    Uses borrowed data to replace owned data, usually by cloning. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/enum.ConfirmationTime.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/enum.ConfirmationTime.html index a74b4ccedf..4ac7d1b73a 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/enum.ConfirmationTime.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/enum.ConfirmationTime.html @@ -39,5 +39,5 @@ operator. Clone,
    §

    type Owned = T

    The resulting type after obtaining ownership.
    source§

    fn to_owned(&self) -> T

    Creates owned data from borrowed data, usually by cloning. Read more
    source§

    fn clone_into(&self, target: &mut T)

    Uses borrowed data to replace owned data, usually by cloning. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/indexed_tx_graph/struct.ChangeSet.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/indexed_tx_graph/struct.ChangeSet.html index f22ff0885f..21d2b5649a 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/indexed_tx_graph/struct.ChangeSet.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/indexed_tx_graph/struct.ChangeSet.html @@ -7,7 +7,7 @@

    Trait Implementations§

    source§

    impl<A: Clone, IA: Clone> Clone for ChangeSet<A, IA>

    source§

    fn clone(&self) -> ChangeSet<A, IA>

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl<A: Debug, IA: Debug> Debug for ChangeSet<A, IA>

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<A, IA: Default> Default for ChangeSet<A, IA>

    source§

    fn default() -> Self

    Returns the “default value” for a type. Read more
    source§

    impl<'de, A, IA> Deserialize<'de> for ChangeSet<A, IA>
    where A: Ord + Deserialize<'de>, IA: Deserialize<'de>,

    source§

    fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
    where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl<A, IA: Default> From<ChangeSet<A>> for ChangeSet<A, IA>

    source§

    fn from(graph: ChangeSet<A>) -> Self

    Converts to this type from the input type.
    source§

    impl<A> From<ChangeSet> for ChangeSet<A, ChangeSet>

    source§

    fn from(indexer: ChangeSet) -> Self

    Converts to this type from the input type.
    source§

    impl<A: Anchor, IA: Merge> Merge for ChangeSet<A, IA>

    source§

    fn merge(&mut self, other: Self)

    Merge another object of the same type onto self.
    source§

    fn is_empty(&self) -> bool

    Returns whether the structure is considered empty.
    source§

    fn take(&mut self) -> Option<Self>

    Take the value, replacing it with the default value.
    source§

    impl<A: PartialEq, IA: PartialEq> PartialEq for ChangeSet<A, IA>

    source§

    fn eq(&self, other: &ChangeSet<A, IA>) -> bool

    This method tests for self and other values to be equal, and is used + __D: Deserializer<'de>,
    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl<A, IA: Default> From<ChangeSet<A>> for ChangeSet<A, IA>

    source§

    fn from(graph: ChangeSet<A>) -> Self

    Converts to this type from the input type.
    source§

    impl<A> From<ChangeSet> for ChangeSet<A, ChangeSet>

    source§

    fn from(indexer: ChangeSet) -> Self

    Converts to this type from the input type.
    source§

    impl<A: Anchor, IA: Merge> Merge for ChangeSet<A, IA>

    source§

    fn merge(&mut self, other: Self)

    Merge another object of the same type onto self.
    source§

    fn is_empty(&self) -> bool

    Returns whether the structure is considered empty.
    source§

    fn take(&mut self) -> Option<Self>

    Take the value, replacing it with the default value.
    source§

    impl<A: PartialEq, IA: PartialEq> PartialEq for ChangeSet<A, IA>

    source§

    fn eq(&self, other: &ChangeSet<A, IA>) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    source§

    impl<A, IA> Serialize for ChangeSet<A, IA>
    where A: Ord + Serialize, @@ -34,5 +34,5 @@ sufficient, and should not be overridden without very good reason.
    Clone,

    §

    type Owned = T

    The resulting type after obtaining ownership.
    source§

    fn to_owned(&self) -> T

    Creates owned data from borrowed data, usually by cloning. Read more
    source§

    fn clone_into(&self, target: &mut T)

    Uses borrowed data to replace owned data, usually by cloning. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/indexer/keychain_txout/struct.ChangeSet.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/indexer/keychain_txout/struct.ChangeSet.html index f7c3fb8538..d73e90b93c 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/indexer/keychain_txout/struct.ChangeSet.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/indexer/keychain_txout/struct.ChangeSet.html @@ -34,5 +34,5 @@ sufficient, and should not be overridden without very good reason.Clone,
    §

    type Owned = T

    The resulting type after obtaining ownership.
    source§

    fn to_owned(&self) -> T

    Creates owned data from borrowed data, usually by cloning. Read more
    source§

    fn clone_into(&self, target: &mut T)

    Uses borrowed data to replace owned data, usually by cloning. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/local_chain/enum.ApplyHeaderError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/local_chain/enum.ApplyHeaderError.html index 4244c38f7c..eee60cf7f4 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/local_chain/enum.ApplyHeaderError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/local_chain/enum.ApplyHeaderError.html @@ -4,7 +4,7 @@ }
    Expand description

    Variants§

    §

    InconsistentBlocks

    Occurs when connected_to block conflicts with either the current block or previous block.

    §

    CannotConnect(CannotConnectError)

    Occurs when the update cannot connect with the original chain.

    -

    Trait Implementations§

    source§

    impl Clone for ApplyHeaderError

    source§

    fn clone(&self) -> ApplyHeaderError

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for ApplyHeaderError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for ApplyHeaderError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for ApplyHeaderError

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    source§

    impl PartialEq for ApplyHeaderError

    source§

    fn eq(&self, other: &ApplyHeaderError) -> bool

    This method tests for self and other values to be equal, and is used +

    Trait Implementations§

    source§

    impl Clone for ApplyHeaderError

    source§

    fn clone(&self) -> ApplyHeaderError

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for ApplyHeaderError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for ApplyHeaderError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for ApplyHeaderError

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    source§

    impl PartialEq for ApplyHeaderError

    source§

    fn eq(&self, other: &ApplyHeaderError) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    source§

    impl StructuralPartialEq for ApplyHeaderError

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for T
    where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/local_chain/struct.AlterCheckPointError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/local_chain/struct.AlterCheckPointError.html index f342f8e610..1681a39e93 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/local_chain/struct.AlterCheckPointError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/local_chain/struct.AlterCheckPointError.html @@ -6,7 +6,7 @@

    Fields§

    §height: u32

    The checkpoint’s height.

    §original_hash: BlockHash

    The original checkpoint’s block hash which cannot be replaced/removed.

    §update_hash: Option<BlockHash>

    The attempted update to the original_block hash.

    -

    Trait Implementations§

    source§

    impl Clone for AlterCheckPointError

    source§

    fn clone(&self) -> AlterCheckPointError

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for AlterCheckPointError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for AlterCheckPointError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for AlterCheckPointError

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    source§

    impl PartialEq for AlterCheckPointError

    source§

    fn eq(&self, other: &AlterCheckPointError) -> bool

    This method tests for self and other values to be equal, and is used +

    Trait Implementations§

    source§

    impl Clone for AlterCheckPointError

    source§

    fn clone(&self) -> AlterCheckPointError

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for AlterCheckPointError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for AlterCheckPointError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for AlterCheckPointError

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    source§

    impl PartialEq for AlterCheckPointError

    source§

    fn eq(&self, other: &AlterCheckPointError) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    source§

    impl StructuralPartialEq for AlterCheckPointError

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for T
    where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/local_chain/struct.ChangeSet.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/local_chain/struct.ChangeSet.html index 899a12d2a2..ff3e34c838 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/local_chain/struct.ChangeSet.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/local_chain/struct.ChangeSet.html @@ -12,7 +12,7 @@

    source

    pub fn persist_to_sqlite(&self, db_tx: &Transaction<'_>) -> Result<()>

    Persist changeset to the sqlite database.

    Remember to call Self::init_sqlite_tables beforehand.

    Trait Implementations§

    source§

    impl Clone for ChangeSet

    source§

    fn clone(&self) -> ChangeSet

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for ChangeSet

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Default for ChangeSet

    source§

    fn default() -> ChangeSet

    Returns the “default value” for a type. Read more
    source§

    impl<'de> Deserialize<'de> for ChangeSet

    source§

    fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
    where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl<B: IntoIterator<Item = (u32, Option<BlockHash>)>> From<B> for ChangeSet

    source§

    fn from(blocks: B) -> Self

    Converts to this type from the input type.
    source§

    impl FromIterator<(u32, BlockHash)> for ChangeSet

    source§

    fn from_iter<T: IntoIterator<Item = (u32, BlockHash)>>(iter: T) -> Self

    Creates a value from an iterator. Read more
    source§

    impl FromIterator<(u32, Option<BlockHash>)> for ChangeSet

    source§

    fn from_iter<T: IntoIterator<Item = (u32, Option<BlockHash>)>>(iter: T) -> Self

    Creates a value from an iterator. Read more
    source§

    impl Merge for ChangeSet

    source§

    fn merge(&mut self, other: Self)

    Merge another object of the same type onto self.
    source§

    fn is_empty(&self) -> bool

    Returns whether the structure is considered empty.
    source§

    fn take(&mut self) -> Option<Self>

    Take the value, replacing it with the default value.
    source§

    impl PartialEq for ChangeSet

    source§

    fn eq(&self, other: &ChangeSet) -> bool

    This method tests for self and other values to be equal, and is used + __D: Deserializer<'de>,
    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl<B: IntoIterator<Item = (u32, Option<BlockHash>)>> From<B> for ChangeSet

    source§

    fn from(blocks: B) -> Self

    Converts to this type from the input type.
    source§

    impl FromIterator<(u32, BlockHash)> for ChangeSet

    source§

    fn from_iter<T: IntoIterator<Item = (u32, BlockHash)>>(iter: T) -> Self

    Creates a value from an iterator. Read more
    source§

    impl FromIterator<(u32, Option<BlockHash>)> for ChangeSet

    source§

    fn from_iter<T: IntoIterator<Item = (u32, Option<BlockHash>)>>(iter: T) -> Self

    Creates a value from an iterator. Read more
    source§

    impl Merge for ChangeSet

    source§

    fn merge(&mut self, other: Self)

    Merge another object of the same type onto self.
    source§

    fn is_empty(&self) -> bool

    Returns whether the structure is considered empty.
    source§

    fn take(&mut self) -> Option<Self>

    Take the value, replacing it with the default value.
    source§

    impl PartialEq for ChangeSet

    source§

    fn eq(&self, other: &ChangeSet) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    source§

    impl Serialize for ChangeSet

    source§

    fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
    where __S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    source§

    impl StructuralPartialEq for ChangeSet

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where @@ -27,5 +27,5 @@ sufficient, and should not be overridden without very good reason.
    Clone,

    §

    type Owned = T

    The resulting type after obtaining ownership.
    source§

    fn to_owned(&self) -> T

    Creates owned data from borrowed data, usually by cloning. Read more
    source§

    fn clone_into(&self, target: &mut T)

    Uses borrowed data to replace owned data, usually by cloning. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/local_chain/struct.MissingGenesisError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/local_chain/struct.MissingGenesisError.html index 4e54e9b5e6..aa535993c6 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/local_chain/struct.MissingGenesisError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/local_chain/struct.MissingGenesisError.html @@ -1,5 +1,5 @@ MissingGenesisError in bdk_chain::local_chain - Rust

    Struct bdk_chain::local_chain::MissingGenesisError

    source ·
    pub struct MissingGenesisError;
    Expand description

    An error which occurs when a LocalChain is constructed without a genesis checkpoint.

    -

    Trait Implementations§

    source§

    impl Clone for MissingGenesisError

    source§

    fn clone(&self) -> MissingGenesisError

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for MissingGenesisError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for MissingGenesisError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for MissingGenesisError

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    source§

    impl PartialEq for MissingGenesisError

    source§

    fn eq(&self, other: &MissingGenesisError) -> bool

    This method tests for self and other values to be equal, and is used +

    Trait Implementations§

    source§

    impl Clone for MissingGenesisError

    source§

    fn clone(&self) -> MissingGenesisError

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for MissingGenesisError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for MissingGenesisError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for MissingGenesisError

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    source§

    impl PartialEq for MissingGenesisError

    source§

    fn eq(&self, other: &MissingGenesisError) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    source§

    impl StructuralPartialEq for MissingGenesisError

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for T
    where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/struct.Balance.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/struct.Balance.html index aa26c00c95..f7b3e65eff 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/struct.Balance.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/struct.Balance.html @@ -12,8 +12,8 @@

    This is the balance you can spend right now that shouldn’t get cancelled via another party double spending it.

    source

    pub fn total(&self) -> Amount

    Get the whole balance visible to the wallet.

    -

    Trait Implementations§

    source§

    impl Add for Balance

    §

    type Output = Balance

    The resulting type after applying the + operator.
    source§

    fn add(self, other: Self) -> Self

    Performs the + operation. Read more
    source§

    impl Clone for Balance

    source§

    fn clone(&self) -> Balance

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for Balance

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Default for Balance

    source§

    fn default() -> Balance

    Returns the “default value” for a type. Read more
    source§

    impl<'de> Deserialize<'de> for Balance

    source§

    fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
    where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl Display for Balance

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl PartialEq for Balance

    source§

    fn eq(&self, other: &Balance) -> bool

    This method tests for self and other values to be equal, and is used +

    Trait Implementations§

    source§

    impl Add for Balance

    §

    type Output = Balance

    The resulting type after applying the + operator.
    source§

    fn add(self, other: Self) -> Self

    Performs the + operation. Read more
    source§

    impl Clone for Balance

    source§

    fn clone(&self) -> Balance

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for Balance

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Default for Balance

    source§

    fn default() -> Balance

    Returns the “default value” for a type. Read more
    source§

    impl<'de> Deserialize<'de> for Balance

    source§

    fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
    where + __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl Display for Balance

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl PartialEq for Balance

    source§

    fn eq(&self, other: &Balance) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    source§

    impl Serialize for Balance

    source§

    fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
    where __S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    source§

    impl Eq for Balance

    source§

    impl StructuralPartialEq for Balance

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where @@ -31,5 +31,5 @@ sufficient, and should not be overridden without very good reason.
    Display + ?Sized,

    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/struct.BlockId.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/struct.BlockId.html index 9bbd31325c..86d3c811d6 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/struct.BlockId.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/struct.BlockId.html @@ -11,7 +11,7 @@ ) -> Self
    Construct the anchor from a given block, block height and tx_pos within the block.
    source§

    impl Clone for BlockId

    source§

    fn clone(&self) -> BlockId

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for BlockId

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    source§

    impl Default for BlockId

    source§

    fn default() -> BlockId

    Returns the “default value” for a type. Read more
    source§

    impl<'de> Deserialize<'de> for BlockId

    source§

    fn deserialize<__D>( __deserializer: __D ) -> Result<BlockId, <__D as Deserializer<'de>>::Error>
    where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<(&u32, &BlockHash)> for BlockId

    source§

    fn from(_: (&u32, &BlockHash)) -> BlockId

    Converts to this type from the input type.
    source§

    impl From<(u32, BlockHash)> for BlockId

    source§

    fn from(_: (u32, BlockHash)) -> BlockId

    Converts to this type from the input type.
    source§

    impl From<BlockId> for (u32, BlockHash)

    source§

    fn from(block_id: BlockId) -> (u32, BlockHash)

    Converts to this type from the input type.
    source§

    impl Hash for BlockId

    source§

    fn hash<__H>(&self, state: &mut __H)
    where + __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<(&u32, &BlockHash)> for BlockId

    source§

    fn from(_: (&u32, &BlockHash)) -> BlockId

    Converts to this type from the input type.
    source§

    impl From<(u32, BlockHash)> for BlockId

    source§

    fn from(_: (u32, BlockHash)) -> BlockId

    Converts to this type from the input type.
    source§

    impl From<BlockId> for (u32, BlockHash)

    source§

    fn from(block_id: BlockId) -> (u32, BlockHash)

    Converts to this type from the input type.
    source§

    impl Hash for BlockId

    source§

    fn hash<__H>(&self, state: &mut __H)
    where __H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where H: Hasher, Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    source§

    impl Ord for BlockId

    source§

    fn cmp(&self, other: &BlockId) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where @@ -39,5 +39,5 @@ operator. Clone,

    §

    type Owned = T

    The resulting type after obtaining ownership.
    source§

    fn to_owned(&self) -> T

    Creates owned data from borrowed data, usually by cloning. Read more
    source§

    fn clone_into(&self, target: &mut T)

    Uses borrowed data to replace owned data, usually by cloning. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/struct.ConfirmationBlockTime.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/struct.ConfirmationBlockTime.html index c3fe8b2dcc..7a57652239 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/struct.ConfirmationBlockTime.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/struct.ConfirmationBlockTime.html @@ -35,5 +35,5 @@ operator. Clone,
    §

    type Owned = T

    The resulting type after obtaining ownership.
    source§

    fn to_owned(&self) -> T

    Creates owned data from borrowed data, usually by cloning. Read more
    source§

    fn clone_into(&self, target: &mut T)

    Uses borrowed data to replace owned data, usually by cloning. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/struct.DescriptorId.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/struct.DescriptorId.html index 330e1d3715..42cce768d4 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/struct.DescriptorId.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/struct.DescriptorId.html @@ -5,27 +5,27 @@ descriptor without having to re-write the whole descriptor each time.

    Tuple Fields§

    §0: Hash

    Implementations§

    source§

    impl DescriptorId

    source

    pub fn from_raw_hash(inner: Hash) -> DescriptorId

    Creates this wrapper type from the inner hash type.

    source

    pub fn to_raw_hash(self) -> Hash

    Returns the inner hash (sha256, sh256d etc.).

    source

    pub fn as_raw_hash(&self) -> &Hash

    Returns a reference to the inner hash (sha256, sh256d etc.).

    -

    Trait Implementations§

    source§

    impl AsRef<[u8]> for DescriptorId

    source§

    fn as_ref(&self) -> &[u8] ⓘ

    Converts this type into a shared reference of the (usually inferred) input type.
    source§

    impl AsRef<[u8; 32]> for DescriptorId

    source§

    fn as_ref(&self) -> &[u8; 32]

    Converts this type into a shared reference of the (usually inferred) input type.
    source§

    impl Borrow<[u8]> for DescriptorId

    source§

    fn borrow(&self) -> &[u8] ⓘ

    Immutably borrows from an owned value. Read more
    source§

    impl Clone for DescriptorId

    source§

    fn clone(&self) -> DescriptorId

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for DescriptorId

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<'de> Deserialize<'de> for DescriptorId

    source§

    fn deserialize<D: Deserializer<'de>>(d: D) -> Result<DescriptorId, D::Error>

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl Display for DescriptorId

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl From<DescriptorId> for Hash

    source§

    fn from(hashtype: DescriptorId) -> Hash

    Converts to this type from the input type.
    source§

    impl From<Hash> for DescriptorId

    source§

    fn from(inner: Hash) -> DescriptorId

    Converts to this type from the input type.
    source§

    impl FromStr for DescriptorId

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    source§

    fn from_str(s: &str) -> Result<DescriptorId, Self::Err>

    Parses a string s to return a value of this type. Read more
    source§

    impl Hash for DescriptorId

    source§

    fn hash<__H: Hasher>(&self, state: &mut __H)

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where - H: Hasher, - Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    source§

    impl Hash for DescriptorId

    §

    type Engine = <Hash as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected +

    Trait Implementations§

    source§

    impl AsRef<[u8]> for DescriptorId

    source§

    fn as_ref(&self) -> &[u8] ⓘ

    Converts this type into a shared reference of the (usually inferred) input type.
    source§

    impl AsRef<[u8; 32]> for DescriptorId

    source§

    fn as_ref(&self) -> &[u8; 32]

    Converts this type into a shared reference of the (usually inferred) input type.
    source§

    impl Borrow<[u8]> for DescriptorId

    source§

    fn borrow(&self) -> &[u8] ⓘ

    Immutably borrows from an owned value. Read more
    source§

    impl Clone for DescriptorId

    source§

    fn clone(&self) -> DescriptorId

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for DescriptorId

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<'de> Deserialize<'de> for DescriptorId

    source§

    fn deserialize<D: Deserializer<'de>>(d: D) -> Result<DescriptorId, D::Error>

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl Display for DescriptorId

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl From<DescriptorId> for Hash

    source§

    fn from(hashtype: DescriptorId) -> Hash

    Converts to this type from the input type.
    source§

    impl From<Hash> for DescriptorId

    source§

    fn from(inner: Hash) -> DescriptorId

    Converts to this type from the input type.
    source§

    impl FromStr for DescriptorId

    §

    type Err = HexToArrayError

    The associated error which can be returned from parsing.
    source§

    fn from_str(s: &str) -> Result<DescriptorId, Self::Err>

    Parses a string s to return a value of this type. Read more
    source§

    impl Hash for DescriptorId

    §

    type Engine = <Hash as Hash>::Engine

    A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under -any conditions.
    §

    type Bytes = <Hash as Hash>::Bytes

    The byte array that represents the hash internally.
    source§

    const LEN: usize = 32usize

    Length of the hash, in bytes.
    source§

    const DISPLAY_BACKWARD: bool = false

    Flag indicating whether user-visible serializations of this hash +any conditions.
    §

    type Bytes = <Hash as Hash>::Bytes

    The byte array that represents the hash internally.
    source§

    const LEN: usize = 32usize

    Length of the hash, in bytes.
    source§

    const DISPLAY_BACKWARD: bool = false

    Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
    source§

    fn engine() -> Self::Engine

    Constructs a new engine.
    source§

    fn from_engine(e: Self::Engine) -> Self

    Produces a hash from the current state of a given engine.
    source§

    fn from_slice(sl: &[u8]) -> Result<DescriptorId, FromSliceError>

    Copies a byte slice into a hash object.
    source§

    fn from_byte_array(bytes: Self::Bytes) -> Self

    Constructs a hash from the underlying byte array.
    source§

    fn to_byte_array(self) -> Self::Bytes

    Returns the underlying byte array.
    source§

    fn as_byte_array(&self) -> &Self::Bytes

    Returns a reference to the underlying byte array.
    source§

    fn all_zeros() -> Self

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where +true for Sha256dHash, so here we are.

    source§

    fn engine() -> Self::Engine

    Constructs a new engine.
    source§

    fn from_engine(e: Self::Engine) -> Self

    Produces a hash from the current state of a given engine.
    source§

    fn from_slice(sl: &[u8]) -> Result<DescriptorId, FromSliceError>

    Copies a byte slice into a hash object.
    source§

    fn from_byte_array(bytes: Self::Bytes) -> Self

    Constructs a hash from the underlying byte array.
    source§

    fn to_byte_array(self) -> Self::Bytes

    Returns the underlying byte array.
    source§

    fn as_byte_array(&self) -> &Self::Bytes

    Returns a reference to the underlying byte array.
    source§

    fn all_zeros() -> Self

    Returns an all zero hash. Read more
    §

    fn hash(data: &[u8]) -> Self

    Hashes some bytes.
    §

    fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
    where B: AsRef<[u8]>, - I: IntoIterator<Item = B>,

    Hashes all the byte slices retrieved from the iterator together.
    source§

    impl<I: SliceIndex<[u8]>> Index<I> for DescriptorId

    §

    type Output = <I as SliceIndex<[u8]>>::Output

    The returned type after indexing.
    source§

    fn index(&self, index: I) -> &Self::Output

    Performs the indexing (container[index]) operation. Read more
    source§

    impl LowerHex for DescriptorId

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Ord for DescriptorId

    source§

    fn cmp(&self, other: &DescriptorId) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where + I: IntoIterator<Item = B>,

    Hashes all the byte slices retrieved from the iterator together.
    source§

    impl Hash for DescriptorId

    source§

    fn hash<__H: Hasher>(&self, state: &mut __H)

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where + H: Hasher, + Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    source§

    impl<I: SliceIndex<[u8]>> Index<I> for DescriptorId

    §

    type Output = <I as SliceIndex<[u8]>>::Output

    The returned type after indexing.
    source§

    fn index(&self, index: I) -> &Self::Output

    Performs the indexing (container[index]) operation. Read more
    source§

    impl LowerHex for DescriptorId

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Ord for DescriptorId

    source§

    fn cmp(&self, other: &DescriptorId) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Self
    where Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Self
    where Self: Sized + PartialOrd,

    Restrict a value to a certain interval. Read more
    source§

    impl PartialEq for DescriptorId

    source§

    fn eq(&self, other: &DescriptorId) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    source§

    impl PartialOrd for DescriptorId

    source§

    fn partial_cmp(&self, other: &DescriptorId) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
    source§

    impl SerdeHash for DescriptorId

    source§

    const N: usize = 32usize

    Size, in bits, of the hash.
    source§

    fn from_slice_delegated(sl: &[u8]) -> Result<Self, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( +operator. Read more

    source§

    impl SerdeHash for DescriptorId

    source§

    const N: usize = 32usize

    Size, in bits, of the hash.
    source§

    fn from_slice_delegated(sl: &[u8]) -> Result<Self, FromSliceError>

    Helper function to turn a deserialized slice into the correct hash type.
    §

    fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where - S: Serializer,

    Do serde serialization.
    §

    fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Do serde deserialization.
    source§

    impl Serialize for DescriptorId

    source§

    fn serialize<S: Serializer>(&self, s: S) -> Result<S::Ok, S::Error>

    Serialize this value into the given Serde serializer. Read more
    source§

    impl UpperHex for DescriptorId

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Copy for DescriptorId

    source§

    impl Eq for DescriptorId

    source§

    impl StructuralPartialEq for DescriptorId

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where + S: Serializer,

    Do serde serialization.
    §

    fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
    where + D: Deserializer<'de>,

    Do serde deserialization.
    source§

    impl Serialize for DescriptorId

    source§

    fn serialize<S: Serializer>(&self, s: S) -> Result<S::Ok, S::Error>

    Serialize this value into the given Serde serializer. Read more
    source§

    impl UpperHex for DescriptorId

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Copy for DescriptorId

    source§

    impl Eq for DescriptorId

    source§

    impl StructuralPartialEq for DescriptorId

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for T
    where T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for T
    where T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    §

    impl<Q, K> Equivalent<K> for Q
    where @@ -40,5 +40,5 @@ operator. Display + ?Sized,

    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/struct.Impl.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/struct.Impl.html index 5647f4b5d4..12cfca8249 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/struct.Impl.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/struct.Impl.html @@ -1,6 +1,6 @@ Impl in bdk_chain - Rust

    Struct bdk_chain::Impl

    source ·
    pub struct Impl<T>(pub T);
    Expand description

    A wrapper that we use to impl remote traits for types in our crate or dependency crates.

    Tuple Fields§

    §0: T

    Implementations§

    source§

    impl<T> Impl<T>

    source

    pub fn into_inner(self) -> T

    Returns the inner T.

    -

    Trait Implementations§

    source§

    impl<T> Deref for Impl<T>

    §

    type Target = T

    The resulting type after dereferencing.
    source§

    fn deref(&self) -> &Self::Target

    Dereferences the value.
    source§

    impl<T> From<T> for Impl<T>

    source§

    fn from(value: T) -> Self

    Converts to this type from the input type.
    source§

    impl FromSql for Impl<Amount>

    source§

    fn column_result(value: ValueRef<'_>) -> FromSqlResult<Self>

    Converts SQLite value into Rust value.
    source§

    impl FromSql for Impl<BlockHash>

    source§

    fn column_result(value: ValueRef<'_>) -> FromSqlResult<Self>

    Converts SQLite value into Rust value.
    source§

    impl FromSql for Impl<Descriptor<DescriptorPublicKey>>

    source§

    fn column_result(value: ValueRef<'_>) -> FromSqlResult<Self>

    Converts SQLite value into Rust value.
    source§

    impl FromSql for Impl<DescriptorId>

    source§

    fn column_result(value: ValueRef<'_>) -> FromSqlResult<Self>

    Converts SQLite value into Rust value.
    source§

    impl FromSql for Impl<Network>

    source§

    fn column_result(value: ValueRef<'_>) -> FromSqlResult<Self>

    Converts SQLite value into Rust value.
    source§

    impl FromSql for Impl<ScriptBuf>

    source§

    fn column_result(value: ValueRef<'_>) -> FromSqlResult<Self>

    Converts SQLite value into Rust value.
    source§

    impl FromSql for Impl<Transaction>

    source§

    fn column_result(value: ValueRef<'_>) -> FromSqlResult<Self>

    Converts SQLite value into Rust value.
    source§

    impl FromSql for Impl<Txid>

    source§

    fn column_result(value: ValueRef<'_>) -> FromSqlResult<Self>

    Converts SQLite value into Rust value.
    source§

    impl ToSql for Impl<Amount>

    source§

    fn to_sql(&self) -> Result<ToSqlOutput<'_>>

    Converts Rust value to SQLite value
    source§

    impl ToSql for Impl<BlockHash>

    source§

    fn to_sql(&self) -> Result<ToSqlOutput<'_>>

    Converts Rust value to SQLite value
    source§

    impl ToSql for Impl<Descriptor<DescriptorPublicKey>>

    source§

    fn to_sql(&self) -> Result<ToSqlOutput<'_>>

    Converts Rust value to SQLite value
    source§

    impl ToSql for Impl<DescriptorId>

    source§

    fn to_sql(&self) -> Result<ToSqlOutput<'_>>

    Converts Rust value to SQLite value
    source§

    impl ToSql for Impl<Network>

    source§

    fn to_sql(&self) -> Result<ToSqlOutput<'_>>

    Converts Rust value to SQLite value
    source§

    impl ToSql for Impl<ScriptBuf>

    source§

    fn to_sql(&self) -> Result<ToSqlOutput<'_>>

    Converts Rust value to SQLite value
    source§

    impl ToSql for Impl<Transaction>

    source§

    fn to_sql(&self) -> Result<ToSqlOutput<'_>>

    Converts Rust value to SQLite value
    source§

    impl ToSql for Impl<Txid>

    source§

    fn to_sql(&self) -> Result<ToSqlOutput<'_>>

    Converts Rust value to SQLite value

    Auto Trait Implementations§

    §

    impl<T> Freeze for Impl<T>
    where +

    Trait Implementations§

    source§

    impl<T> Deref for Impl<T>

    §

    type Target = T

    The resulting type after dereferencing.
    source§

    fn deref(&self) -> &Self::Target

    Dereferences the value.
    source§

    impl<T> From<T> for Impl<T>

    source§

    fn from(value: T) -> Self

    Converts to this type from the input type.
    source§

    impl FromSql for Impl<Amount>

    source§

    fn column_result(value: ValueRef<'_>) -> FromSqlResult<Self>

    Converts SQLite value into Rust value.
    source§

    impl FromSql for Impl<BlockHash>

    source§

    fn column_result(value: ValueRef<'_>) -> FromSqlResult<Self>

    Converts SQLite value into Rust value.
    source§

    impl FromSql for Impl<Descriptor<DescriptorPublicKey>>

    source§

    fn column_result(value: ValueRef<'_>) -> FromSqlResult<Self>

    Converts SQLite value into Rust value.
    source§

    impl FromSql for Impl<DescriptorId>

    source§

    fn column_result(value: ValueRef<'_>) -> FromSqlResult<Self>

    Converts SQLite value into Rust value.
    source§

    impl FromSql for Impl<Network>

    source§

    fn column_result(value: ValueRef<'_>) -> FromSqlResult<Self>

    Converts SQLite value into Rust value.
    source§

    impl FromSql for Impl<ScriptBuf>

    source§

    fn column_result(value: ValueRef<'_>) -> FromSqlResult<Self>

    Converts SQLite value into Rust value.
    source§

    impl FromSql for Impl<Transaction>

    source§

    fn column_result(value: ValueRef<'_>) -> FromSqlResult<Self>

    Converts SQLite value into Rust value.
    source§

    impl FromSql for Impl<Txid>

    source§

    fn column_result(value: ValueRef<'_>) -> FromSqlResult<Self>

    Converts SQLite value into Rust value.
    source§

    impl ToSql for Impl<Amount>

    source§

    fn to_sql(&self) -> Result<ToSqlOutput<'_>>

    Converts Rust value to SQLite value
    source§

    impl ToSql for Impl<BlockHash>

    source§

    fn to_sql(&self) -> Result<ToSqlOutput<'_>>

    Converts Rust value to SQLite value
    source§

    impl ToSql for Impl<Descriptor<DescriptorPublicKey>>

    source§

    fn to_sql(&self) -> Result<ToSqlOutput<'_>>

    Converts Rust value to SQLite value
    source§

    impl ToSql for Impl<DescriptorId>

    source§

    fn to_sql(&self) -> Result<ToSqlOutput<'_>>

    Converts Rust value to SQLite value
    source§

    impl ToSql for Impl<Network>

    source§

    fn to_sql(&self) -> Result<ToSqlOutput<'_>>

    Converts Rust value to SQLite value
    source§

    impl ToSql for Impl<ScriptBuf>

    source§

    fn to_sql(&self) -> Result<ToSqlOutput<'_>>

    Converts Rust value to SQLite value
    source§

    impl ToSql for Impl<Transaction>

    source§

    fn to_sql(&self) -> Result<ToSqlOutput<'_>>

    Converts Rust value to SQLite value
    source§

    impl ToSql for Impl<Txid>

    source§

    fn to_sql(&self) -> Result<ToSqlOutput<'_>>

    Converts Rust value to SQLite value

    Auto Trait Implementations§

    §

    impl<T> Freeze for Impl<T>
    where T: Freeze,

    §

    impl<T> RefUnwindSafe for Impl<T>
    where T: RefUnwindSafe,

    §

    impl<T> Send for Impl<T>
    where T: Send,

    §

    impl<T> Sync for Impl<T>
    where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/tx_graph/enum.CalculateFeeError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/tx_graph/enum.CalculateFeeError.html index f003564ca2..75904f2eb4 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/tx_graph/enum.CalculateFeeError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/tx_graph/enum.CalculateFeeError.html @@ -4,7 +4,7 @@ }
    Expand description

    Errors returned by TxGraph::calculate_fee.

    Variants§

    §

    MissingTxOut(Vec<OutPoint>)

    Missing TxOut for one or more of the inputs of the tx

    §

    NegativeFee(SignedAmount)

    When the transaction is invalid according to the graph it has a negative fee

    -

    Trait Implementations§

    source§

    impl Debug for CalculateFeeError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for CalculateFeeError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for CalculateFeeError

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    source§

    impl PartialEq for CalculateFeeError

    source§

    fn eq(&self, other: &CalculateFeeError) -> bool

    This method tests for self and other values to be equal, and is used +

    Trait Implementations§

    source§

    impl Debug for CalculateFeeError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for CalculateFeeError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for CalculateFeeError

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    source§

    impl PartialEq for CalculateFeeError

    source§

    fn eq(&self, other: &CalculateFeeError) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    source§

    impl Eq for CalculateFeeError

    source§

    impl StructuralPartialEq for CalculateFeeError

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for T
    where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/tx_graph/struct.ChangeSet.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/tx_graph/struct.ChangeSet.html index ec22e874a7..156b1b3b02 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/tx_graph/struct.ChangeSet.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/tx_graph/struct.ChangeSet.html @@ -52,5 +52,5 @@ sufficient, and should not be overridden without very good reason.
    Clone,

    §

    type Owned = T

    The resulting type after obtaining ownership.
    source§

    fn to_owned(&self) -> T

    Creates owned data from borrowed data, usually by cloning. Read more
    source§

    fn clone_into(&self, target: &mut T)

    Uses borrowed data to replace owned data, usually by cloning. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/tx_graph/struct.TxAncestors.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/tx_graph/struct.TxAncestors.html index 7b19d6b0ae..9889898278 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/tx_graph/struct.TxAncestors.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/tx_graph/struct.TxAncestors.html @@ -194,9 +194,9 @@ function. Sized,
    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for T
    where T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    §

    impl<I> ByteIterExt for I
    where I: Iterator<Item = u8>,

    §

    fn bytes_to_fes(self) -> BytesToFes<Self> ⓘ

    Adapts the byte iterator to output GF32 field elements instead. Read more
    §

    impl<T> CheckedSum<Amount> for T
    where - T: Iterator<Item = Amount>,

    §

    fn checked_sum(self) -> Option<Amount>

    Calculate the sum over the iterator using checked arithmetic. If an over or underflow would + T: Iterator<Item = Amount>,
    §

    fn checked_sum(self) -> Option<Amount>

    Calculate the sum over the iterator using checked arithmetic. If an over or underflow would happen it returns None.
    §

    impl<T> CheckedSum<SignedAmount> for T
    where - T: Iterator<Item = SignedAmount>,

    §

    fn checked_sum(self) -> Option<SignedAmount>

    Calculate the sum over the iterator using checked arithmetic. If an over or underflow would + T: Iterator<Item = SignedAmount>,
    §

    fn checked_sum(self) -> Option<SignedAmount>

    Calculate the sum over the iterator using checked arithmetic. If an over or underflow would happen it returns None.
    §

    impl<I> Fe32IterExt for I
    where I: Iterator<Item = Fe32>,

    §

    fn fes_to_bytes(self) -> FesToBytes<Self> ⓘ

    Adapts the Fe32 iterator to output bytes instead. Read more
    §

    fn with_checksum<Ck>(self, hrp: &Hrp) -> Encoder<'_, Self, Ck>
    where Ck: Checksum,

    Adapts the Fe32 iterator to encode the field elements into a bech32 address.
    source§

    impl<T> From<T> for T

    source§

    fn from(t: T) -> T

    Returns the argument unchanged.

    diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/tx_graph/struct.TxDescendants.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/tx_graph/struct.TxDescendants.html index 2565e49c48..20c2af4e3a 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/tx_graph/struct.TxDescendants.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/tx_graph/struct.TxDescendants.html @@ -193,9 +193,9 @@ function. Sized,
    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for T
    where T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    §

    impl<I> ByteIterExt for I
    where I: Iterator<Item = u8>,

    §

    fn bytes_to_fes(self) -> BytesToFes<Self> ⓘ

    Adapts the byte iterator to output GF32 field elements instead. Read more
    §

    impl<T> CheckedSum<Amount> for T
    where - T: Iterator<Item = Amount>,

    §

    fn checked_sum(self) -> Option<Amount>

    Calculate the sum over the iterator using checked arithmetic. If an over or underflow would + T: Iterator<Item = Amount>,
    §

    fn checked_sum(self) -> Option<Amount>

    Calculate the sum over the iterator using checked arithmetic. If an over or underflow would happen it returns None.
    §

    impl<T> CheckedSum<SignedAmount> for T
    where - T: Iterator<Item = SignedAmount>,

    §

    fn checked_sum(self) -> Option<SignedAmount>

    Calculate the sum over the iterator using checked arithmetic. If an over or underflow would + T: Iterator<Item = SignedAmount>,
    §

    fn checked_sum(self) -> Option<SignedAmount>

    Calculate the sum over the iterator using checked arithmetic. If an over or underflow would happen it returns None.
    §

    impl<I> Fe32IterExt for I
    where I: Iterator<Item = Fe32>,

    §

    fn fes_to_bytes(self) -> FesToBytes<Self> ⓘ

    Adapts the Fe32 iterator to output bytes instead. Read more
    §

    fn with_checksum<Ck>(self, hrp: &Hrp) -> Encoder<'_, Self, Ck>
    where Ck: Checksum,

    Adapts the Fe32 iterator to encode the field elements into a bech32 address.
    source§

    impl<T> From<T> for T

    source§

    fn from(t: T) -> T

    Returns the argument unchanged.

    diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/tx_graph/struct.TxGraph.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/tx_graph/struct.TxGraph.html index 69956cfd2b..b83f2fd91e 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/tx_graph/struct.TxGraph.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/tx_graph/struct.TxGraph.html @@ -268,7 +268,7 @@ used instead.

    trust_predicate: impl FnMut(&OI, ScriptBuf) -> bool ) -> Balance

    Get the total balance of outpoints that are in chain of chain_tip.

    This is the infallible version of try_balance.

    -

    Trait Implementations§

    source§

    impl<A, I> AsRef<TxGraph<A>> for IndexedTxGraph<A, I>

    source§

    fn as_ref(&self) -> &TxGraph<A>

    Converts this type into a shared reference of the (usually inferred) input type.
    source§

    impl<A> AsRef<TxGraph<A>> for TxGraph<A>

    source§

    fn as_ref(&self) -> &TxGraph<A>

    Converts this type into a shared reference of the (usually inferred) input type.
    source§

    impl<A: Clone> Clone for TxGraph<A>

    source§

    fn clone(&self) -> TxGraph<A>

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl<A: Debug> Debug for TxGraph<A>

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<A> Default for TxGraph<A>

    source§

    fn default() -> Self

    Returns the “default value” for a type. Read more
    source§

    impl<A> From<TxGraph<A>> for TxUpdate<A>

    source§

    fn from(graph: TxGraph<A>) -> Self

    Converts to this type from the input type.
    source§

    impl<A: Ord + Clone> From<TxUpdate<A>> for TxGraph<A>

    source§

    fn from(update: TxUpdate<A>) -> Self

    Converts to this type from the input type.
    source§

    impl<A: PartialEq> PartialEq for TxGraph<A>

    source§

    fn eq(&self, other: &TxGraph<A>) -> bool

    This method tests for self and other values to be equal, and is used +

    Trait Implementations§

    source§

    impl<A, I> AsRef<TxGraph<A>> for IndexedTxGraph<A, I>

    source§

    fn as_ref(&self) -> &TxGraph<A>

    Converts this type into a shared reference of the (usually inferred) input type.
    source§

    impl<A> AsRef<TxGraph<A>> for TxGraph<A>

    source§

    fn as_ref(&self) -> &TxGraph<A>

    Converts this type into a shared reference of the (usually inferred) input type.
    source§

    impl<A: Clone> Clone for TxGraph<A>

    source§

    fn clone(&self) -> TxGraph<A>

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl<A: Debug> Debug for TxGraph<A>

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<A> Default for TxGraph<A>

    source§

    fn default() -> Self

    Returns the “default value” for a type. Read more
    source§

    impl<A> From<TxGraph<A>> for TxUpdate<A>

    source§

    fn from(graph: TxGraph<A>) -> Self

    Converts to this type from the input type.
    source§

    impl<A: Ord + Clone> From<TxUpdate<A>> for TxGraph<A>

    source§

    fn from(update: TxUpdate<A>) -> Self

    Converts to this type from the input type.
    source§

    impl<A: PartialEq> PartialEq for TxGraph<A>

    source§

    fn eq(&self, other: &TxGraph<A>) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    source§

    impl<A> StructuralPartialEq for TxGraph<A>

    Auto Trait Implementations§

    §

    impl<A> Freeze for TxGraph<A>

    §

    impl<A> RefUnwindSafe for TxGraph<A>
    where A: RefUnwindSafe,

    §

    impl<A> Send for TxGraph<A>
    where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_core/index.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_core/index.html index 957beb0287..0bd440e94b 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_core/index.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_core/index.html @@ -1,3 +1,3 @@ bdk_core - Rust

    Crate bdk_core

    source ·
    Expand description

    This crate is a collection of core structures for [Bitcoin Dev Kit].

    -

    Re-exports§

    • pub extern crate serde;
    • pub use bitcoin;

    Modules§

    • Helper types for spk-based blockchain clients.

    Structs§

    • A reference to a block in the canonical chain.
    • A checkpoint is a node of a reference-counted linked list of BlockIds.
    • Iterates over checkpoints backwards.
    • Represents the confirmation block and time of a transaction.
    • Data object used to communicate updates about relevant transactions from some chain data soruce +

    Re-exports§

    • pub extern crate serde;
    • pub use bitcoin;

    Modules§

    • Helper types for spk-based blockchain clients.

    Structs§

    • A reference to a block in the canonical chain.
    • A checkpoint is a node of a reference-counted linked list of BlockIds.
    • Iterates over checkpoints backwards.
    • Represents the confirmation block and time of a transaction.
    • Data object used to communicate updates about relevant transactions from some chain data soruce to the core model (usually a bdk_chain::TxGraph).

    Type Aliases§

    • A tuple of keychain index and T representing the indexed value.
    • A tuple of keychain K, derivation index (u32) and a T associated with them.
    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_core/struct.BlockId.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_core/struct.BlockId.html index 35d527a58d..52d21b0cf6 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_core/struct.BlockId.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_core/struct.BlockId.html @@ -4,8 +4,8 @@ }
    Expand description

    A reference to a block in the canonical chain.

    Fields§

    §height: u32

    The height of the block.

    §hash: BlockHash

    The hash of the block.

    -

    Trait Implementations§

    source§

    impl Clone for BlockId

    source§

    fn clone(&self) -> BlockId

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for BlockId

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Default for BlockId

    source§

    fn default() -> Self

    Returns the “default value” for a type. Read more
    source§

    impl<'de> Deserialize<'de> for BlockId

    source§

    fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
    where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<(&u32, &BlockHash)> for BlockId

    source§

    fn from((height, hash): (&u32, &BlockHash)) -> Self

    Converts to this type from the input type.
    source§

    impl From<(u32, BlockHash)> for BlockId

    source§

    fn from((height, hash): (u32, BlockHash)) -> Self

    Converts to this type from the input type.
    source§

    impl From<BlockId> for (u32, BlockHash)

    source§

    fn from(block_id: BlockId) -> Self

    Converts to this type from the input type.
    source§

    impl Hash for BlockId

    source§

    fn hash<__H: Hasher>(&self, state: &mut __H)

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where +

    Trait Implementations§

    source§

    impl Clone for BlockId

    source§

    fn clone(&self) -> BlockId

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for BlockId

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Default for BlockId

    source§

    fn default() -> Self

    Returns the “default value” for a type. Read more
    source§

    impl<'de> Deserialize<'de> for BlockId

    source§

    fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
    where + __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<(&u32, &BlockHash)> for BlockId

    source§

    fn from((height, hash): (&u32, &BlockHash)) -> Self

    Converts to this type from the input type.
    source§

    impl From<(u32, BlockHash)> for BlockId

    source§

    fn from((height, hash): (u32, BlockHash)) -> Self

    Converts to this type from the input type.
    source§

    impl From<BlockId> for (u32, BlockHash)

    source§

    fn from(block_id: BlockId) -> Self

    Converts to this type from the input type.
    source§

    impl Hash for BlockId

    source§

    fn hash<__H: Hasher>(&self, state: &mut __H)

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where H: Hasher, Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    source§

    impl Ord for BlockId

    source§

    fn cmp(&self, other: &BlockId) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Self
    where @@ -14,8 +14,8 @@ by ==.

    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    source§

    impl PartialOrd for BlockId

    source§

    fn partial_cmp(&self, other: &BlockId) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
    source§

    impl Serialize for BlockId

    source§

    fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
    where - __S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    source§

    impl Copy for BlockId

    source§

    impl Eq for BlockId

    source§

    impl StructuralPartialEq for BlockId

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where +operator. Read more

    source§

    impl Serialize for BlockId

    source§

    fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
    where + __S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    source§

    impl Copy for BlockId

    source§

    impl Eq for BlockId

    source§

    impl StructuralPartialEq for BlockId

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for T
    where T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for T
    where T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    source§

    impl<T> From<T> for T

    source§

    fn from(t: T) -> T

    Returns the argument unchanged.

    @@ -27,5 +27,5 @@ operator. Clone,
    §

    type Owned = T

    The resulting type after obtaining ownership.
    source§

    fn to_owned(&self) -> T

    Creates owned data from borrowed data, usually by cloning. Read more
    source§

    fn clone_into(&self, target: &mut T)

    Uses borrowed data to replace owned data, usually by cloning. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where - T: for<'de> Deserialize<'de>,

    \ No newline at end of file + V: MultiLane<T>,
    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_core/struct.ConfirmationBlockTime.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_core/struct.ConfirmationBlockTime.html index 5eb8ef0aba..2c658be86a 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_core/struct.ConfirmationBlockTime.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_core/struct.ConfirmationBlockTime.html @@ -4,8 +4,8 @@ }
    Expand description

    Represents the confirmation block and time of a transaction.

    Fields§

    §block_id: BlockId

    The anchor block.

    §confirmation_time: u64

    The confirmation time of the transaction being anchored.

    -

    Trait Implementations§

    source§

    impl Clone for ConfirmationBlockTime

    source§

    fn clone(&self) -> ConfirmationBlockTime

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for ConfirmationBlockTime

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Default for ConfirmationBlockTime

    source§

    fn default() -> ConfirmationBlockTime

    Returns the “default value” for a type. Read more
    source§

    impl<'de> Deserialize<'de> for ConfirmationBlockTime

    source§

    fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
    where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl Hash for ConfirmationBlockTime

    source§

    fn hash<__H: Hasher>(&self, state: &mut __H)

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where +

    Trait Implementations§

    source§

    impl Clone for ConfirmationBlockTime

    source§

    fn clone(&self) -> ConfirmationBlockTime

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for ConfirmationBlockTime

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Default for ConfirmationBlockTime

    source§

    fn default() -> ConfirmationBlockTime

    Returns the “default value” for a type. Read more
    source§

    impl<'de> Deserialize<'de> for ConfirmationBlockTime

    source§

    fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
    where + __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl Hash for ConfirmationBlockTime

    source§

    fn hash<__H: Hasher>(&self, state: &mut __H)

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where H: Hasher, Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    source§

    impl Ord for ConfirmationBlockTime

    source§

    fn cmp(&self, other: &ConfirmationBlockTime) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Self
    where @@ -14,8 +14,8 @@ by ==.

    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    source§

    impl PartialOrd for ConfirmationBlockTime

    source§

    fn partial_cmp(&self, other: &ConfirmationBlockTime) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
    source§

    impl Serialize for ConfirmationBlockTime

    source§

    fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
    where - __S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    source§

    impl Copy for ConfirmationBlockTime

    source§

    impl Eq for ConfirmationBlockTime

    source§

    impl StructuralPartialEq for ConfirmationBlockTime

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where +operator. Read more

    source§

    impl Serialize for ConfirmationBlockTime

    source§

    fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
    where + __S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    source§

    impl Copy for ConfirmationBlockTime

    source§

    impl Eq for ConfirmationBlockTime

    source§

    impl StructuralPartialEq for ConfirmationBlockTime

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for T
    where T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for T
    where T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    source§

    impl<T> From<T> for T

    source§

    fn from(t: T) -> T

    Returns the argument unchanged.

    @@ -27,5 +27,5 @@ operator. Clone,
    §

    type Owned = T

    The resulting type after obtaining ownership.
    source§

    fn to_owned(&self) -> T

    Creates owned data from borrowed data, usually by cloning. Read more
    source§

    fn clone_into(&self, target: &mut T)

    Uses borrowed data to replace owned data, usually by cloning. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where - T: for<'de> Deserialize<'de>,

    \ No newline at end of file + V: MultiLane<T>,
    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_file_store/struct.AggregateChangesetsError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_file_store/struct.AggregateChangesetsError.html index 90f1729ee5..4d5002166a 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_file_store/struct.AggregateChangesetsError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_file_store/struct.AggregateChangesetsError.html @@ -4,7 +4,7 @@ }
    Expand description

    Fields§

    §changeset: Option<C>

    The partially-aggregated changeset.

    §iter_error: IterError

    The error returned by EntryIter.

    -

    Trait Implementations§

    source§

    impl<C: Debug> Debug for AggregateChangesetsError<C>

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<C> Display for AggregateChangesetsError<C>

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<C: Debug> Error for AggregateChangesetsError<C>

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more

    Auto Trait Implementations§

    §

    impl<C> Freeze for AggregateChangesetsError<C>
    where +

    Trait Implementations§

    source§

    impl<C: Debug> Debug for AggregateChangesetsError<C>

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<C> Display for AggregateChangesetsError<C>

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<C: Debug> Error for AggregateChangesetsError<C>

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more

    Auto Trait Implementations§

    §

    impl<C> Freeze for AggregateChangesetsError<C>
    where C: Freeze,

    §

    impl<C> !RefUnwindSafe for AggregateChangesetsError<C>

    §

    impl<C> Send for AggregateChangesetsError<C>
    where C: Send,

    §

    impl<C> Sync for AggregateChangesetsError<C>
    where C: Sync,

    §

    impl<C> Unpin for AggregateChangesetsError<C>
    where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_file_store/struct.EntryIter.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_file_store/struct.EntryIter.html index 130672a4c8..a7edd08098 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_file_store/struct.EntryIter.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_file_store/struct.EntryIter.html @@ -2,7 +2,7 @@

    Reads and returns an entry each time next is called. If an error occurs while reading the iterator will yield a Result::Err(_) instead and then None for the next call to next.

    Implementations§

    source§

    impl<'t, T> EntryIter<'t, T>

    source

    pub fn new(start_pos: u64, db_file: &'t mut File) -> Self

    Trait Implementations§

    source§

    impl<'t, T> Drop for EntryIter<'t, T>

    source§

    fn drop(&mut self)

    Executes the destructor for this type. Read more
    source§

    impl<'t, T> Iterator for EntryIter<'t, T>
    where - T: DeserializeOwned,

    §

    type Item = Result<T, IterError>

    The type of the elements being iterated over.
    source§

    fn next(&mut self) -> Option<Self::Item>

    Advances the iterator and returns the next value. Read more
    source§

    fn next_chunk<const N: usize>( + T: DeserializeOwned,

    §

    type Item = Result<T, IterError>

    The type of the elements being iterated over.
    source§

    fn next(&mut self) -> Option<Self::Item>

    Advances the iterator and returns the next value. Read more
    source§

    fn next_chunk<const N: usize>( &mut self ) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>
    where Self: Sized,

    🔬This is a nightly-only experimental API. (iter_next_chunk)
    Advances the iterator and returns an array containing the next N values. Read more
    1.0.0 · source§

    fn size_hint(&self) -> (usize, Option<usize>)

    Returns the bounds on the remaining length of the iterator. Read more
    1.0.0 · source§

    fn count(self) -> usize
    where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_file_store/struct.Store.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_file_store/struct.Store.html index 34ed310a6c..6855b7327d 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_file_store/struct.Store.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_file_store/struct.Store.html @@ -1,7 +1,7 @@ Store in bdk_file_store - Rust

    Struct bdk_file_store::Store

    source ·
    pub struct Store<C>
    where C: Sync + Send,
    { /* private fields */ }
    Expand description

    Persists an append-only list of changesets (C) to a single file.

    Implementations§

    source§

    impl<C> Store<C>
    where - C: Merge + Serialize + DeserializeOwned + Send + Sync,

    source

    pub fn create_new<P>(magic: &[u8], file_path: P) -> Result<Self, FileError>
    where + C: Merge + Serialize + DeserializeOwned + Send + Sync,

    source

    pub fn create_new<P>(magic: &[u8], file_path: P) -> Result<Self, FileError>
    where P: AsRef<Path>,

    Create a new Store file in write-only mode; error if the file exists.

    magic is the prefixed bytes to write to the new file. This will be checked when opening the Store in the future with open.

    @@ -54,4 +54,4 @@ directly after the appended changeset.

    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    \ No newline at end of file + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_testenv/index.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_testenv/index.html index 25fd486553..4756b6aa3c 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_testenv/index.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_testenv/index.html @@ -1,2 +1,2 @@ -bdk_testenv - Rust

    Crate bdk_testenv

    source ·

    Re-exports§

    • pub use electrsd;
    • pub use electrsd::bitcoind;
    • pub use electrsd::bitcoind::anyhow;
    • pub use electrsd::bitcoind::bitcoincore_rpc;
    • pub use electrsd::electrum_client;

    Structs§

    • Configuration parameters.
    • Struct for running a regtest environment with a single bitcoind node with an electrs +bdk_testenv - Rust

      Crate bdk_testenv

      source ·

      Re-exports§

      • pub use electrsd;
      • pub use electrsd::bitcoind;
      • pub use electrsd::bitcoind::anyhow;
      • pub use electrsd::bitcoind::bitcoincore_rpc;
      • pub use electrsd::electrum_client;

      Structs§

      • Configuration parameters.
      • Struct for running a regtest environment with a single bitcoind node with an electrs instance connected to it.
      \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_testenv/struct.TestEnv.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_testenv/struct.TestEnv.html index 9a69f7aa1b..c475c2b7fc 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_testenv/struct.TestEnv.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_testenv/struct.TestEnv.html @@ -3,39 +3,39 @@ pub electrsd: ElectrsD, }
      Expand description

      Struct for running a regtest environment with a single bitcoind node with an electrs instance connected to it.

      -

      Fields§

      §bitcoind: BitcoinD§electrsd: ElectrsD

      Implementations§

      source§

      impl TestEnv

      source

      pub fn new() -> Result<Self>

      Construct a new TestEnv instance with the default configuration used by BDK.

      -
      source

      pub fn new_with_config(config: Config<'_>) -> Result<Self>

      Construct a new TestEnv instance with the provided Config.

      +

      Fields§

      §bitcoind: BitcoinD§electrsd: ElectrsD

      Implementations§

      source§

      impl TestEnv

      source

      pub fn new() -> Result<Self>

      Construct a new TestEnv instance with the default configuration used by BDK.

      +
      source

      pub fn new_with_config(config: Config<'_>) -> Result<Self>

      Construct a new TestEnv instance with the provided Config.

      source

      pub fn electrum_client(&self) -> &impl ElectrumApi

      Exposes the [ElectrumApi] calls from the Electrum client.

      source

      pub fn rpc_client(&self) -> &impl RpcApi

      Exposes the [RpcApi] calls from [bitcoincore_rpc].

      -
      source

      pub fn reset_electrsd(self) -> Result<Self>

      source

      pub fn mine_blocks( +

      source

      pub fn reset_electrsd(self) -> Result<Self>

      source

      pub fn mine_blocks( &self, count: usize, address: Option<Address> -) -> Result<Vec<BlockHash>>

      Mine a number of blocks of a given size count, which may be specified to a given coinbase +) -> Result<Vec<BlockHash>>

    Mine a number of blocks of a given size count, which may be specified to a given coinbase address.

    -
    source

    pub fn mine_empty_block(&self) -> Result<(usize, BlockHash)>

    Mine a block that is guaranteed to be empty even with transactions in the mempool.

    -
    source

    pub fn wait_until_electrum_sees_block(&self, timeout: Duration) -> Result<()>

    This method waits for the Electrum notification indicating that a new block has been mined. +

    source

    pub fn mine_empty_block(&self) -> Result<(usize, BlockHash)>

    Mine a block that is guaranteed to be empty even with transactions in the mempool.

    +
    source

    pub fn wait_until_electrum_sees_block(&self, timeout: Duration) -> Result<()>

    This method waits for the Electrum notification indicating that a new block has been mined. timeout is the maximum Duration we want to wait for a response from Electrsd.

    source

    pub fn wait_until_electrum_sees_txid( &self, txid: Txid, timeout: Duration -) -> Result<()>

    This method waits for Electrsd to see a transaction with given txid. timeout is the +) -> Result<()>

    This method waits for Electrsd to see a transaction with given txid. timeout is the maximum Duration we want to wait for a response from Electrsd.

    -
    source

    pub fn invalidate_blocks(&self, count: usize) -> Result<()>

    Invalidate a number of blocks of a given size count.

    -
    source

    pub fn reorg(&self, count: usize) -> Result<Vec<BlockHash>>

    Reorg a number of blocks of a given size count. +

    source

    pub fn invalidate_blocks(&self, count: usize) -> Result<()>

    Invalidate a number of blocks of a given size count.

    +
    source

    pub fn reorg(&self, count: usize) -> Result<Vec<BlockHash>>

    Reorg a number of blocks of a given size count. Refer to TestEnv::mine_empty_block for more information.

    source

    pub fn reorg_empty_blocks( &self, count: usize -) -> Result<Vec<(usize, BlockHash)>>

    Reorg with a number of empty blocks of a given size count.

    +) -> Result<Vec<(usize, BlockHash)>>

    Reorg with a number of empty blocks of a given size count.

    source

    pub fn send( &self, address: &Address<NetworkChecked>, amount: Amount -) -> Result<Txid>

    Send a tx of a given amount to a given address.

    +) -> Result<Txid>

    Send a tx of a given amount to a given address.

    source

    pub fn make_checkpoint_tip(&self) -> CheckPoint

    Create a checkpoint linked list of all the blocks in the chain.

    -
    source

    pub fn genesis_hash(&self) -> Result<BlockHash>

    Get the genesis hash of the blockchain.

    +
    source

    pub fn genesis_hash(&self) -> Result<BlockHash>

    Get the genesis hash of the blockchain.

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for T
    where T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for T
    where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/descriptor/enum.Descriptor.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/descriptor/enum.Descriptor.html index 2c324cc57e..47359d9e26 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/descriptor/enum.Descriptor.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/descriptor/enum.Descriptor.html @@ -238,11 +238,11 @@ default(0x02) y-coordinate.

    Pk: Clone + MiniscriptKey,

    §

    fn clone(&self) -> Descriptor<Pk>

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

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

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl DescriptorExt for Descriptor<DescriptorPublicKey>

    §

    fn dust_value(&self) -> u64

    Returns the minimum value (in satoshis) at which an output is broadcastable. Panics if the descriptor wildcard is hardened.
    §

    fn descriptor_id(&self) -> DescriptorId

    Returns the descriptor ID, calculated as the sha256 hash of the spk derived from the -descriptor at index 0.
    §

    impl<'de, Pk> Deserialize<'de> for Descriptor<Pk>
    where - Pk: FromStrKey,

    §

    fn deserialize<D>( +descriptor at index 0.

    §

    impl<'de, Pk> Deserialize<'de> for Descriptor<Pk>
    where + Pk: FromStrKey,

    §

    fn deserialize<D>( deserializer: D -) -> Result<Descriptor<Pk>, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl<Pk> Display for Descriptor<Pk>
    where +) -> Result<Descriptor<Pk>, <D as Deserializer<'de>>::Error>
    where + D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

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

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    source§

    impl ExtractPolicy for Descriptor<DescriptorPublicKey>

    source§

    fn extract_policy( &self, signers: &SignersContainer, @@ -255,12 +255,12 @@ the predicate returned true for every key

    FnMut(&'a Pk) -> bool, Pk: 'a,
    Run a predicate on every key in the descriptor, returning whether the predicate returned true for any key
    §

    impl<Pk> From<Bare<Pk>> for Descriptor<Pk>
    where - Pk: MiniscriptKey,

    §

    fn from(inner: Bare<Pk>) -> Descriptor<Pk>

    Converts to this type from the input type.
    §

    impl<Pk> From<Pkh<Pk>> for Descriptor<Pk>
    where - Pk: MiniscriptKey,

    §

    fn from(inner: Pkh<Pk>) -> Descriptor<Pk>

    Converts to this type from the input type.
    §

    impl<Pk> From<Sh<Pk>> for Descriptor<Pk>
    where - Pk: MiniscriptKey,

    §

    fn from(inner: Sh<Pk>) -> Descriptor<Pk>

    Converts to this type from the input type.
    §

    impl<Pk> From<Tr<Pk>> for Descriptor<Pk>
    where - Pk: MiniscriptKey,

    §

    fn from(inner: Tr<Pk>) -> Descriptor<Pk>

    Converts to this type from the input type.
    §

    impl<Pk> From<Wpkh<Pk>> for Descriptor<Pk>
    where - Pk: MiniscriptKey,

    §

    fn from(inner: Wpkh<Pk>) -> Descriptor<Pk>

    Converts to this type from the input type.
    §

    impl<Pk> From<Wsh<Pk>> for Descriptor<Pk>
    where - Pk: MiniscriptKey,

    §

    fn from(inner: Wsh<Pk>) -> Descriptor<Pk>

    Converts to this type from the input type.
    §

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

    §

    fn from(inner: Bare<Pk>) -> Descriptor<Pk>

    Converts to this type from the input type.
    §

    impl<Pk> From<Pkh<Pk>> for Descriptor<Pk>
    where + Pk: MiniscriptKey,

    §

    fn from(inner: Pkh<Pk>) -> Descriptor<Pk>

    Converts to this type from the input type.
    §

    impl<Pk> From<Sh<Pk>> for Descriptor<Pk>
    where + Pk: MiniscriptKey,

    §

    fn from(inner: Sh<Pk>) -> Descriptor<Pk>

    Converts to this type from the input type.
    §

    impl<Pk> From<Tr<Pk>> for Descriptor<Pk>
    where + Pk: MiniscriptKey,

    §

    fn from(inner: Tr<Pk>) -> Descriptor<Pk>

    Converts to this type from the input type.
    §

    impl<Pk> From<Wpkh<Pk>> for Descriptor<Pk>
    where + Pk: MiniscriptKey,

    §

    fn from(inner: Wpkh<Pk>) -> Descriptor<Pk>

    Converts to this type from the input type.
    §

    impl<Pk> From<Wsh<Pk>> for Descriptor<Pk>
    where + Pk: MiniscriptKey,

    §

    fn from(inner: Wsh<Pk>) -> Descriptor<Pk>

    Converts to this type from the input type.
    §

    impl<Pk> FromStr for Descriptor<Pk>
    where Pk: FromStrKey,

    §

    type Err = Error

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<Descriptor<Pk>, Error>

    Parses a string s to return a value of this type. Read more
    §

    impl<Pk> FromTree for Descriptor<Pk>
    where Pk: FromStrKey,

    §

    fn from_tree(top: &Tree<'_>) -> Result<Descriptor<Pk>, Error>

    Parse an expression tree into a descriptor.

    §

    impl<Pk> Hash for Descriptor<Pk>
    where @@ -278,12 +278,12 @@ by ==.

    §

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

    §

    fn partial_cmp(&self, other: &Descriptor<Pk>) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
    §

    impl<'de, Pk> Serialize for Descriptor<Pk>
    where - Pk: MiniscriptKey,

    §

    fn serialize<S>( +operator. Read more

    §

    impl<'de, Pk> Serialize for Descriptor<Pk>
    where + Pk: MiniscriptKey,

    §

    fn serialize<S>( &self, serializer: S -) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where - S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    §

    impl<P, Q> TranslatePk<P, Q> for Descriptor<P>
    where +) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where + S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    §

    impl<P, Q> TranslatePk<P, Q> for Descriptor<P>
    where P: MiniscriptKey, Q: MiniscriptKey,

    §

    fn translate_pk<T, E>( &self, @@ -332,5 +332,5 @@ operator. Display + ?Sized,

    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where - T: for<'de> Deserialize<'de>,

    \ No newline at end of file + V: MultiLane<T>,
    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/descriptor/enum.DescriptorPublicKey.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/descriptor/enum.DescriptorPublicKey.html index 5464e7cff3..bb64cfd375 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/descriptor/enum.DescriptorPublicKey.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/descriptor/enum.DescriptorPublicKey.html @@ -44,10 +44,10 @@ to the wildcard type (hardened or normal).

    For raw public key and single-path extended keys it will return the key itself. For multipath extended keys it will return a single-path extended key per derivation path.

    -

    Trait Implementations§

    §

    impl Clone for DescriptorPublicKey

    §

    fn clone(&self) -> DescriptorPublicKey

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for DescriptorPublicKey

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for DescriptorPublicKey

    Trait Implementations§

    §

    impl Clone for DescriptorPublicKey

    §

    fn clone(&self) -> DescriptorPublicKey

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for DescriptorPublicKey

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for DescriptorPublicKey

    §

    fn deserialize<D>( deserializer: D -) -> Result<DescriptorPublicKey, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for DescriptorPublicKey

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<DefiniteDescriptorKey> for DescriptorPublicKey

    §

    fn from(d: DefiniteDescriptorKey) -> DescriptorPublicKey

    Converts to this type from the input type.
    §

    impl FromStr for DescriptorPublicKey

    §

    type Err = DescriptorKeyParseError

    The associated error which can be returned from parsing.
    §

    fn from_str( +) -> Result<DescriptorPublicKey, <D as Deserializer<'de>>::Error>
    where + D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for DescriptorPublicKey

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<DefiniteDescriptorKey> for DescriptorPublicKey

    §

    fn from(d: DefiniteDescriptorKey) -> DescriptorPublicKey

    Converts to this type from the input type.
    §

    impl FromStr for DescriptorPublicKey

    §

    type Err = DescriptorKeyParseError

    The associated error which can be returned from parsing.
    §

    fn from_str( s: &str ) -> Result<DescriptorPublicKey, <DescriptorPublicKey as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for DescriptorPublicKey

    §

    fn hash<__H>(&self, state: &mut __H)
    where __H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where @@ -64,11 +64,11 @@ in BIP389 multipath descriptors.

    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    §

    impl PartialOrd for DescriptorPublicKey

    §

    fn partial_cmp(&self, other: &DescriptorPublicKey) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
    §

    impl Serialize for DescriptorPublicKey

    §

    fn serialize<S>( +operator. Read more

    §

    impl Serialize for DescriptorPublicKey

    §

    fn serialize<S>( &self, serializer: S -) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where - S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    §

    impl Eq for DescriptorPublicKey

    §

    impl StructuralPartialEq for DescriptorPublicKey

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where +) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where + S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    §

    impl Eq for DescriptorPublicKey

    §

    impl StructuralPartialEq for DescriptorPublicKey

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for T
    where T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for T
    where T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    §

    impl<Q, K> Equivalent<K> for Q
    where @@ -93,5 +93,5 @@ operator. Display + ?Sized,

    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where - T: for<'de> Deserialize<'de>,

    \ No newline at end of file + V: MultiLane<T>,
    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/descriptor/error/enum.Error.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/descriptor/error/enum.Error.html index bc1c7163f4..045b6a7e6a 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/descriptor/error/enum.Error.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/descriptor/error/enum.Error.html @@ -26,7 +26,7 @@
    §

    Miniscript(Error)

    Miniscript error

    §

    Hex(HexToBytesError)

    Hex decoding error

    §

    ExternalAndInternalAreTheSame

    The provided wallet descriptors are identical

    -

    Trait Implementations§

    source§

    impl Debug for Error

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for Error

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for Error

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    source§

    impl From<Error> for CreateTxError

    source§

    fn from(err: Error) -> Self

    Converts to this type from the input type.
    source§

    impl From<Error> for Error

    source§

    fn from(err: Error) -> Self

    Converts to this type from the input type.
    source§

    impl From<Error> for Error

    source§

    fn from(err: Error) -> Self

    Converts to this type from the input type.
    source§

    impl From<Error> for Error

    source§

    fn from(err: Error) -> Self

    Converts to this type from the input type.
    source§

    impl From<HexToBytesError> for Error

    source§

    fn from(err: HexToBytesError) -> Self

    Converts to this type from the input type.
    source§

    impl From<KeyError> for Error

    source§

    fn from(key_error: KeyError) -> Error

    Converts to this type from the input type.
    source§

    impl From<ParsePublicKeyError> for Error

    source§

    fn from(err: ParsePublicKeyError) -> Self

    Converts to this type from the input type.
    source§

    impl From<PolicyError> for Error

    source§

    fn from(err: PolicyError) -> Self

    Converts to this type from the input type.
    source§

    impl PartialEq for Error

    source§

    fn eq(&self, other: &Error) -> bool

    This method tests for self and other values to be equal, and is used +

    Trait Implementations§

    source§

    impl Debug for Error

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for Error

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for Error

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    source§

    impl From<Error> for CreateTxError

    source§

    fn from(err: Error) -> Self

    Converts to this type from the input type.
    source§

    impl From<Error> for Error

    source§

    fn from(err: Error) -> Self

    Converts to this type from the input type.
    source§

    impl From<Error> for Error

    source§

    fn from(err: Error) -> Self

    Converts to this type from the input type.
    source§

    impl From<Error> for Error

    source§

    fn from(err: Error) -> Self

    Converts to this type from the input type.
    source§

    impl From<HexToBytesError> for Error

    source§

    fn from(err: HexToBytesError) -> Self

    Converts to this type from the input type.
    source§

    impl From<KeyError> for Error

    source§

    fn from(key_error: KeyError) -> Error

    Converts to this type from the input type.
    source§

    impl From<ParsePublicKeyError> for Error

    source§

    fn from(err: ParsePublicKeyError) -> Self

    Converts to this type from the input type.
    source§

    impl From<PolicyError> for Error

    source§

    fn from(err: PolicyError) -> Self

    Converts to this type from the input type.
    source§

    impl PartialEq for Error

    source§

    fn eq(&self, other: &Error) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    source§

    impl StructuralPartialEq for Error

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for T
    where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/descriptor/policy/enum.PkOrF.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/descriptor/policy/enum.PkOrF.html index e210290ad1..117f7bb0a8 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/descriptor/policy/enum.PkOrF.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/descriptor/policy/enum.PkOrF.html @@ -10,8 +10,8 @@ H: Hasher, Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    source§

    impl PartialEq for PkOrF

    source§

    fn eq(&self, other: &PkOrF) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
    source§

    impl Serialize for PkOrF

    source§

    fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
    where - __S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    source§

    impl Eq for PkOrF

    source§

    impl StructuralPartialEq for PkOrF

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where +sufficient, and should not be overridden without very good reason.

    source§

    impl Serialize for PkOrF

    source§

    fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
    where + __S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    source§

    impl Eq for PkOrF

    source§

    impl StructuralPartialEq for PkOrF

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for T
    where T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for T
    where T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    §

    impl<Q, K> Equivalent<K> for Q
    where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/descriptor/policy/enum.PolicyError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/descriptor/policy/enum.PolicyError.html index 9910b6c0eb..7c329265a9 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/descriptor/policy/enum.PolicyError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/descriptor/policy/enum.PolicyError.html @@ -12,7 +12,7 @@
    §

    AddOnPartialComplete

    Can not add to an item that is Satisfaction::PartialComplete

    §

    MixedTimelockUnits

    Can not merge CSV or timelock values unless both are less than or both are equal or greater than 500_000_000

    §

    IncompatibleConditions

    Incompatible conditions (not currently used)

    -

    Trait Implementations§

    source§

    impl Debug for PolicyError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for PolicyError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for PolicyError

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    source§

    impl From<PolicyError> for CreateTxError

    source§

    fn from(err: PolicyError) -> Self

    Converts to this type from the input type.
    source§

    impl From<PolicyError> for Error

    source§

    fn from(err: PolicyError) -> Self

    Converts to this type from the input type.
    source§

    impl PartialEq for PolicyError

    source§

    fn eq(&self, other: &PolicyError) -> bool

    This method tests for self and other values to be equal, and is used +

    Trait Implementations§

    source§

    impl Debug for PolicyError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for PolicyError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for PolicyError

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    source§

    impl From<PolicyError> for CreateTxError

    source§

    fn from(err: PolicyError) -> Self

    Converts to this type from the input type.
    source§

    impl From<PolicyError> for Error

    source§

    fn from(err: PolicyError) -> Self

    Converts to this type from the input type.
    source§

    impl PartialEq for PolicyError

    source§

    fn eq(&self, other: &PolicyError) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    source§

    impl Eq for PolicyError

    source§

    impl StructuralPartialEq for PolicyError

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for T
    where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/descriptor/policy/enum.Satisfaction.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/descriptor/policy/enum.Satisfaction.html index 71936b0455..b397b8e57b 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/descriptor/policy/enum.Satisfaction.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/descriptor/policy/enum.Satisfaction.html @@ -36,8 +36,8 @@

    Implementations§

    source§

    impl Satisfaction

    source

    pub fn is_leaf(&self) -> bool

    Returns whether the Satisfaction is a leaf item

    Trait Implementations§

    source§

    impl Clone for Satisfaction

    source§

    fn clone(&self) -> Satisfaction

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for Satisfaction

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl From<bool> for Satisfaction

    source§

    fn from(other: bool) -> Self

    Converts to this type from the input type.
    source§

    impl PartialEq for Satisfaction

    source§

    fn eq(&self, other: &Satisfaction) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
    source§

    impl Serialize for Satisfaction

    source§

    fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
    where - __S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    source§

    impl Eq for Satisfaction

    source§

    impl StructuralPartialEq for Satisfaction

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where +sufficient, and should not be overridden without very good reason.

    source§

    impl Serialize for Satisfaction

    source§

    fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
    where + __S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    source§

    impl Eq for Satisfaction

    source§

    impl StructuralPartialEq for Satisfaction

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for T
    where T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for T
    where T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    §

    impl<Q, K> Equivalent<K> for Q
    where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/descriptor/policy/enum.SatisfiableItem.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/descriptor/policy/enum.SatisfiableItem.html index 716183135a..d094599b94 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/descriptor/policy/enum.SatisfiableItem.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/descriptor/policy/enum.SatisfiableItem.html @@ -52,8 +52,8 @@

    source

    pub fn id(&self) -> String

    Returns a unique id for the SatisfiableItem

    Trait Implementations§

    source§

    impl Clone for SatisfiableItem

    source§

    fn clone(&self) -> SatisfiableItem

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for SatisfiableItem

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl From<SatisfiableItem> for Policy

    source§

    fn from(other: SatisfiableItem) -> Self

    Converts to this type from the input type.
    source§

    impl PartialEq for SatisfiableItem

    source§

    fn eq(&self, other: &SatisfiableItem) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
    source§

    impl Serialize for SatisfiableItem

    source§

    fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
    where - __S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    source§

    impl Eq for SatisfiableItem

    source§

    impl StructuralPartialEq for SatisfiableItem

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where +sufficient, and should not be overridden without very good reason.

    source§

    impl Serialize for SatisfiableItem

    source§

    fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
    where + __S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    source§

    impl Eq for SatisfiableItem

    source§

    impl StructuralPartialEq for SatisfiableItem

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for T
    where T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for T
    where T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    §

    impl<Q, K> Equivalent<K> for Q
    where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/descriptor/policy/struct.Condition.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/descriptor/policy/struct.Condition.html index 4acfef1784..6e6df66566 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/descriptor/policy/struct.Condition.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/descriptor/policy/struct.Condition.html @@ -12,8 +12,8 @@ TODO: use bitcoin::LockTime and bitcoin::Sequence

    by ==.

    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    source§

    impl PartialOrd for Condition

    source§

    fn partial_cmp(&self, other: &Condition) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
    source§

    impl Serialize for Condition

    source§

    fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
    where - __S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    source§

    impl Copy for Condition

    source§

    impl Eq for Condition

    source§

    impl StructuralPartialEq for Condition

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where +operator. Read more

    source§

    impl Serialize for Condition

    source§

    fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
    where + __S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    source§

    impl Copy for Condition

    source§

    impl Eq for Condition

    source§

    impl StructuralPartialEq for Condition

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for T
    where T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for T
    where T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    §

    impl<Q, K> Equivalent<K> for Q
    where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/descriptor/policy/struct.Policy.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/descriptor/policy/struct.Policy.html index 9cc195ed7b..ea5c8de1a4 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/descriptor/policy/struct.Policy.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/descriptor/policy/struct.Policy.html @@ -20,8 +20,8 @@ on that.

    policy tree

    Trait Implementations§

    source§

    impl Clone for Policy

    source§

    fn clone(&self) -> Policy

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for Policy

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl From<SatisfiableItem> for Policy

    source§

    fn from(other: SatisfiableItem) -> Self

    Converts to this type from the input type.
    source§

    impl PartialEq for Policy

    source§

    fn eq(&self, other: &Policy) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
    source§

    impl Serialize for Policy

    source§

    fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
    where - __S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    source§

    impl Eq for Policy

    source§

    impl StructuralPartialEq for Policy

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where +sufficient, and should not be overridden without very good reason.

    source§

    impl Serialize for Policy

    source§

    fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
    where + __S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    source§

    impl Eq for Policy

    source§

    impl StructuralPartialEq for Policy

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for T
    where T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for T
    where T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    §

    impl<Q, K> Equivalent<K> for Q
    where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/descriptor/struct.Miniscript.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/descriptor/struct.Miniscript.html index ab5ee80c7a..77e7dea71c 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/descriptor/struct.Miniscript.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/descriptor/struct.Miniscript.html @@ -187,12 +187,12 @@ bitcoin network. This can occur if the miniscript contains:

    Pk: Clone + MiniscriptKey, Ctx: Clone + ScriptContext,

    §

    fn clone(&self) -> Miniscript<Pk, Ctx>

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

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

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de, Pk, Ctx> Deserialize<'de> for Miniscript<Pk, Ctx>
    where + Ctx: ScriptContext,

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de, Pk, Ctx> Deserialize<'de> for Miniscript<Pk, Ctx>
    where Pk: FromStrKey, - Ctx: ScriptContext,

    §

    fn deserialize<D>( deserializer: D -) -> Result<Miniscript<Pk, Ctx>, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl<Pk, Ctx> Display for Miniscript<Pk, Ctx>
    where +) -> Result<Miniscript<Pk, Ctx>, <D as Deserializer<'de>>::Error>
    where + D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

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

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    source§

    impl<Ctx: ScriptContext + 'static> ExtractPolicy for Miniscript<DescriptorPublicKey, Ctx>

    source§

    fn extract_policy( &self, @@ -243,13 +243,13 @@ sufficient, and should not be overridden without very good reason.

    The type information and extra properties are implied by the AST.

    §

    fn partial_cmp(&self, other: &Miniscript<Pk, Ctx>) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
    §

    impl<'de, Pk, Ctx> Serialize for Miniscript<Pk, Ctx>
    where +operator. Read more

    §

    impl<'de, Pk, Ctx> Serialize for Miniscript<Pk, Ctx>
    where Pk: MiniscriptKey, - Ctx: ScriptContext,

    §

    fn serialize<S>( &self, serializer: S -) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where - S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    §

    impl<Pk, Q, Ctx> TranslatePk<Pk, Q> for Miniscript<Pk, Ctx>
    where +) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where + S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    §

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

    §

    fn translate_pk<T, E>( @@ -314,5 +314,5 @@ for Pk is provided by [Translator]

    T: Display + ?Sized,

    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where - T: for<'de> Deserialize<'de>,

    \ No newline at end of file + V: MultiLane<T>,
    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.AddForeignUtxoError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.AddForeignUtxoError.html index ea0c8aba30..be40022aa2 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.AddForeignUtxoError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.AddForeignUtxoError.html @@ -11,7 +11,7 @@
    §foreign_utxo: OutPoint

    Foreign UTXO outpoint

    §

    InvalidOutpoint(OutPoint)

    Requested outpoint doesn’t exist in the tx (vout greater than available outputs)

    §

    MissingUtxo

    Foreign utxo missing witness_utxo or non_witness_utxo

    -

    Trait Implementations§

    source§

    impl Debug for AddForeignUtxoError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for AddForeignUtxoError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for AddForeignUtxoError

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where +

    Trait Implementations§

    source§

    impl Debug for AddForeignUtxoError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for AddForeignUtxoError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for AddForeignUtxoError

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for T
    where T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for T
    where T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    source§

    impl<T> From<T> for T

    source§

    fn from(t: T) -> T

    Returns the argument unchanged.

    diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.AddUtxoError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.AddUtxoError.html index 1637edf98e..7236f1aa26 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.AddUtxoError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.AddUtxoError.html @@ -2,7 +2,7 @@ UnknownUtxo(OutPoint), }
    Expand description

    Error returned from TxBuilder::add_utxo and TxBuilder::add_utxos

    Variants§

    §

    UnknownUtxo(OutPoint)

    Happens when trying to spend an UTXO that is not in the internal database

    -

    Trait Implementations§

    source§

    impl Debug for AddUtxoError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for AddUtxoError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for AddUtxoError

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where +

    Trait Implementations§

    source§

    impl Debug for AddUtxoError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for AddUtxoError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for AddUtxoError

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for T
    where T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for T
    where T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    source§

    impl<T> From<T> for T

    source§

    fn from(t: T) -> T

    Returns the argument unchanged.

    diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.FileStoreError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.FileStoreError.html index acd758fa19..a17cc67fa1 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.FileStoreError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.FileStoreError.html @@ -4,7 +4,7 @@ }
    Expand description

    Error for bdk_file_store’s implementation of WalletPersister.

    Variants§

    §

    Load(AggregateChangesetsError<ChangeSet>)

    Error when loading from the store.

    §

    Write(Error)

    Error when writing to the store.

    -

    Trait Implementations§

    source§

    impl Debug for FileStoreError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for FileStoreError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for FileStoreError

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where +

    Trait Implementations§

    source§

    impl Debug for FileStoreError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for FileStoreError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for FileStoreError

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for T
    where T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for T
    where T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    source§

    impl<T> From<T> for T

    source§

    fn from(t: T) -> T

    Returns the argument unchanged.

    diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.KeychainKind.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.KeychainKind.html index 8f6d1bfae5..2c7bd48a8e 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.KeychainKind.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.KeychainKind.html @@ -5,8 +5,8 @@

    Variants§

    §

    External = 0

    External keychain, used for deriving recipient addresses.

    §

    Internal = 1

    Internal keychain, used for deriving change addresses.

    Implementations§

    source§

    impl KeychainKind

    source

    pub fn as_byte(&self) -> u8

    Return KeychainKind as a byte

    -

    Trait Implementations§

    source§

    impl AsRef<[u8]> for KeychainKind

    source§

    fn as_ref(&self) -> &[u8] ⓘ

    Converts this type into a shared reference of the (usually inferred) input type.
    source§

    impl Clone for KeychainKind

    source§

    fn clone(&self) -> KeychainKind

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for KeychainKind

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<'de> Deserialize<'de> for KeychainKind

    source§

    fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
    where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl Hash for KeychainKind

    source§

    fn hash<__H: Hasher>(&self, state: &mut __H)

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where +

    Trait Implementations§

    source§

    impl AsRef<[u8]> for KeychainKind

    source§

    fn as_ref(&self) -> &[u8] ⓘ

    Converts this type into a shared reference of the (usually inferred) input type.
    source§

    impl Clone for KeychainKind

    source§

    fn clone(&self) -> KeychainKind

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for KeychainKind

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<'de> Deserialize<'de> for KeychainKind

    source§

    fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
    where + __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl Hash for KeychainKind

    source§

    fn hash<__H: Hasher>(&self, state: &mut __H)

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where H: Hasher, Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    source§

    impl Ord for KeychainKind

    source§

    fn cmp(&self, other: &KeychainKind) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Self
    where @@ -15,8 +15,8 @@ by ==.

    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    source§

    impl PartialOrd for KeychainKind

    source§

    fn partial_cmp(&self, other: &KeychainKind) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
    source§

    impl Serialize for KeychainKind

    source§

    fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
    where - __S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    source§

    impl Copy for KeychainKind

    source§

    impl Eq for KeychainKind

    source§

    impl StructuralPartialEq for KeychainKind

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where +operator. Read more

    source§

    impl Serialize for KeychainKind

    source§

    fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
    where + __S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    source§

    impl Copy for KeychainKind

    source§

    impl Eq for KeychainKind

    source§

    impl StructuralPartialEq for KeychainKind

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for T
    where T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for T
    where T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    §

    impl<Q, K> Equivalent<K> for Q
    where @@ -30,5 +30,5 @@ operator. Clone,

    §

    type Owned = T

    The resulting type after obtaining ownership.
    source§

    fn to_owned(&self) -> T

    Creates owned data from borrowed data, usually by cloning. Read more
    source§

    fn clone_into(&self, target: &mut T)

    Uses borrowed data to replace owned data, usually by cloning. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where - T: for<'de> Deserialize<'de>,

    \ No newline at end of file + V: MultiLane<T>,
    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.LoadError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.LoadError.html index 2aa78a3bce..cc95588064 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.LoadError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.LoadError.html @@ -10,7 +10,7 @@
    §

    MissingGenesis

    Data loaded from persistence is missing genesis hash.

    §

    MissingDescriptor(KeychainKind)

    Data loaded from persistence is missing descriptor.

    §

    Mismatch(LoadMismatch)

    Data loaded is unexpected.

    -

    Trait Implementations§

    source§

    impl Debug for LoadError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for LoadError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for LoadError

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    source§

    impl From<LoadMismatch> for LoadError

    source§

    fn from(mismatch: LoadMismatch) -> Self

    Converts to this type from the input type.
    source§

    impl PartialEq for LoadError

    source§

    fn eq(&self, other: &LoadError) -> bool

    This method tests for self and other values to be equal, and is used +

    Trait Implementations§

    source§

    impl Debug for LoadError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for LoadError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for LoadError

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    source§

    impl From<LoadMismatch> for LoadError

    source§

    fn from(mismatch: LoadMismatch) -> Self

    Converts to this type from the input type.
    source§

    impl PartialEq for LoadError

    source§

    fn eq(&self, other: &LoadError) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    source§

    impl StructuralPartialEq for LoadError

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for T
    where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.LoadMismatch.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.LoadMismatch.html index 4aef804cd7..136b603f8c 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.LoadMismatch.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.LoadMismatch.html @@ -23,7 +23,7 @@

    Fields

    §keychain: KeychainKind

    Keychain identifying the descriptor.

    §loaded: Option<ExtendedDescriptor>

    The loaded descriptor.

    §expected: Option<ExtendedDescriptor>

    The expected descriptor.

    -

    Trait Implementations§

    source§

    impl Debug for LoadMismatch

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl From<LoadMismatch> for LoadError

    source§

    fn from(mismatch: LoadMismatch) -> Self

    Converts to this type from the input type.
    source§

    impl<E> From<LoadMismatch> for LoadWithPersistError<E>

    source§

    fn from(mismatch: LoadMismatch) -> Self

    Converts to this type from the input type.
    source§

    impl PartialEq for LoadMismatch

    source§

    fn eq(&self, other: &LoadMismatch) -> bool

    This method tests for self and other values to be equal, and is used +

    Trait Implementations§

    source§

    impl Debug for LoadMismatch

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl From<LoadMismatch> for LoadError

    source§

    fn from(mismatch: LoadMismatch) -> Self

    Converts to this type from the input type.
    source§

    impl<E> From<LoadMismatch> for LoadWithPersistError<E>

    source§

    fn from(mismatch: LoadMismatch) -> Self

    Converts to this type from the input type.
    source§

    impl PartialEq for LoadMismatch

    source§

    fn eq(&self, other: &LoadMismatch) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    source§

    impl StructuralPartialEq for LoadMismatch

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for T
    where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.LoadWithPersistError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.LoadWithPersistError.html index aa4f32c884..8613c3ab69 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.LoadWithPersistError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.LoadWithPersistError.html @@ -4,7 +4,7 @@ }
    Expand description

    Error type for PersistedWallet::load.

    Variants§

    §

    Persist(E)

    Error from persistence.

    §

    InvalidChangeSet(LoadError)

    Occurs when the loaded changeset cannot construct Wallet.

    -

    Trait Implementations§

    source§

    impl<E: Debug> Debug for LoadWithPersistError<E>

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<E: Display> Display for LoadWithPersistError<E>

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<E: Debug + Display> Error for LoadWithPersistError<E>

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    source§

    impl<E> From<LoadMismatch> for LoadWithPersistError<E>

    source§

    fn from(mismatch: LoadMismatch) -> Self

    Converts to this type from the input type.
    source§

    impl<E: PartialEq> PartialEq for LoadWithPersistError<E>

    source§

    fn eq(&self, other: &LoadWithPersistError<E>) -> bool

    This method tests for self and other values to be equal, and is used +

    Trait Implementations§

    source§

    impl<E: Debug> Debug for LoadWithPersistError<E>

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<E: Display> Display for LoadWithPersistError<E>

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<E: Debug + Display> Error for LoadWithPersistError<E>

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    source§

    impl<E> From<LoadMismatch> for LoadWithPersistError<E>

    source§

    fn from(mismatch: LoadMismatch) -> Self

    Converts to this type from the input type.
    source§

    impl<E: PartialEq> PartialEq for LoadWithPersistError<E>

    source§

    fn eq(&self, other: &LoadWithPersistError<E>) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    source§

    impl<E> StructuralPartialEq for LoadWithPersistError<E>

    Auto Trait Implementations§

    §

    impl<E> !Freeze for LoadWithPersistError<E>

    §

    impl<E> RefUnwindSafe for LoadWithPersistError<E>
    where E: RefUnwindSafe,

    §

    impl<E> Send for LoadWithPersistError<E>
    where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/error/enum.CreateTxError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/error/enum.CreateTxError.html index dd3ddc7303..7724900aeb 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/error/enum.CreateTxError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/error/enum.CreateTxError.html @@ -56,7 +56,7 @@ explicit origin provided

    §

    UnknownUtxo

    Happens when trying to spend an UTXO that is not in the internal database

    §

    MissingNonWitnessUtxo(OutPoint)

    Missing non_witness_utxo on foreign utxo for given OutPoint

    §

    MiniscriptPsbt(MiniscriptPsbtError)

    Miniscript PSBT error

    -

    Trait Implementations§

    source§

    impl Debug for CreateTxError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for CreateTxError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for CreateTxError

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    source§

    impl From<Error> for CreateTxError

    source§

    fn from(err: Error) -> Self

    Converts to this type from the input type.
    source§

    impl From<Error> for CreateTxError

    source§

    fn from(err: Error) -> Self

    Converts to this type from the input type.
    source§

    impl From<Error> for CreateTxError

    source§

    fn from(err: Error) -> Self

    Converts to this type from the input type.
    source§

    impl From<MiniscriptPsbtError> for CreateTxError

    source§

    fn from(err: MiniscriptPsbtError) -> Self

    Converts to this type from the input type.
    source§

    impl From<PolicyError> for CreateTxError

    source§

    fn from(err: PolicyError) -> Self

    Converts to this type from the input type.

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where +

    Trait Implementations§

    source§

    impl Debug for CreateTxError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for CreateTxError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for CreateTxError

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    source§

    impl From<Error> for CreateTxError

    source§

    fn from(err: Error) -> Self

    Converts to this type from the input type.
    source§

    impl From<Error> for CreateTxError

    source§

    fn from(err: Error) -> Self

    Converts to this type from the input type.
    source§

    impl From<Error> for CreateTxError

    source§

    fn from(err: Error) -> Self

    Converts to this type from the input type.
    source§

    impl From<MiniscriptPsbtError> for CreateTxError

    source§

    fn from(err: MiniscriptPsbtError) -> Self

    Converts to this type from the input type.
    source§

    impl From<PolicyError> for CreateTxError

    source§

    fn from(err: PolicyError) -> Self

    Converts to this type from the input type.

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for T
    where T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for T
    where T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    source§

    impl<T> From<T> for T

    source§

    fn from(t: T) -> T

    Returns the argument unchanged.

    diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/export/struct.FullyNodedExport.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/export/struct.FullyNodedExport.html index 142f708457..bd290bf4ea 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/export/struct.FullyNodedExport.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/export/struct.FullyNodedExport.html @@ -20,9 +20,9 @@ for the oldest transaction it knows and use that as the earliest block to rescan returned will be 0.

    source

    pub fn descriptor(&self) -> String

    Return the external descriptor

    source

    pub fn change_descriptor(&self) -> Option<String>

    Return the internal descriptor, if present

    -

    Trait Implementations§

    source§

    impl Debug for FullyNodedExport

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<'de> Deserialize<'de> for FullyNodedExport

    source§

    fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
    where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl Display for FullyNodedExport

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl FromStr for FullyNodedExport

    §

    type Err = Error

    The associated error which can be returned from parsing.
    source§

    fn from_str(s: &str) -> Result<Self, Self::Err>

    Parses a string s to return a value of this type. Read more
    source§

    impl Serialize for FullyNodedExport

    source§

    fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
    where - __S: Serializer,

    Serialize this value into the given Serde serializer. Read more

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where +

    Trait Implementations§

    source§

    impl Debug for FullyNodedExport

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<'de> Deserialize<'de> for FullyNodedExport

    source§

    fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
    where + __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl Display for FullyNodedExport

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl FromStr for FullyNodedExport

    §

    type Err = Error

    The associated error which can be returned from parsing.
    source§

    fn from_str(s: &str) -> Result<Self, Self::Err>

    Parses a string s to return a value of this type. Read more
    source§

    impl Serialize for FullyNodedExport

    source§

    fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
    where + __S: Serializer,

    Serialize this value into the given Serde serializer. Read more

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for T
    where T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for T
    where T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    source§

    impl<T> From<T> for T

    source§

    fn from(t: T) -> T

    Returns the argument unchanged.

    @@ -34,5 +34,5 @@ returned will be 0.

    T: Display + ?Sized,

    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where - T: for<'de> Deserialize<'de>,

    \ No newline at end of file + V: MultiLane<T>,
    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/fn.wallet_name_from_descriptor.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/fn.wallet_name_from_descriptor.html index d26ccb341b..34b9cda08e 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/fn.wallet_name_from_descriptor.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/fn.wallet_name_from_descriptor.html @@ -1,4 +1,4 @@ -wallet_name_from_descriptor in bdk_wallet - Rust

    Function bdk_wallet::wallet_name_from_descriptor

    source ·
    pub fn wallet_name_from_descriptor<T>(
    +wallet_name_from_descriptor in bdk_wallet - Rust

    Function bdk_wallet::wallet_name_from_descriptor

    source ·
    pub fn wallet_name_from_descriptor<T>(
         descriptor: T,
         change_descriptor: Option<T>,
         network: Network,
    diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/index.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/index.html
    index 59f295a680..d87474ebc6 100644
    --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/index.html
    +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/index.html
    @@ -184,7 +184,7 @@ that the Wallet can use to update its view of the chain.

    submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

    -

    Re-exports§

    • pub extern crate bitcoin;
    • pub extern crate bdk_chain as chain;
    • pub extern crate bdk_file_store as file_store;
    • pub extern crate miniscript;
    • pub extern crate serde;
    • pub extern crate serde_json;
    • pub use descriptor::template;
    • pub use descriptor::HdKeyPaths;
    • pub use signer;
    • pub use bdk_chain::rusqlite;

    Modules§

    Macros§

    • Macro to write full descriptors with code
    • Macro to write descriptor fragments with code

    Structs§

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/keys/enum.DescriptorPublicKey.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/keys/enum.DescriptorPublicKey.html index b3ec5fa807..c929846bf8 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/keys/enum.DescriptorPublicKey.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/keys/enum.DescriptorPublicKey.html @@ -44,10 +44,10 @@ to the wildcard type (hardened or normal).

    For raw public key and single-path extended keys it will return the key itself. For multipath extended keys it will return a single-path extended key per derivation path.

    -

    Trait Implementations§

    §

    impl Clone for DescriptorPublicKey

    §

    fn clone(&self) -> DescriptorPublicKey

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for DescriptorPublicKey

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for DescriptorPublicKey

    Trait Implementations§

    §

    impl Clone for DescriptorPublicKey

    §

    fn clone(&self) -> DescriptorPublicKey

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for DescriptorPublicKey

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for DescriptorPublicKey

    §

    fn deserialize<D>( deserializer: D -) -> Result<DescriptorPublicKey, <D as Deserializer<'de>>::Error>
    where - D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for DescriptorPublicKey

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<DefiniteDescriptorKey> for DescriptorPublicKey

    §

    fn from(d: DefiniteDescriptorKey) -> DescriptorPublicKey

    Converts to this type from the input type.
    §

    impl FromStr for DescriptorPublicKey

    §

    type Err = DescriptorKeyParseError

    The associated error which can be returned from parsing.
    §

    fn from_str( +) -> Result<DescriptorPublicKey, <D as Deserializer<'de>>::Error>
    where + D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for DescriptorPublicKey

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<DefiniteDescriptorKey> for DescriptorPublicKey

    §

    fn from(d: DefiniteDescriptorKey) -> DescriptorPublicKey

    Converts to this type from the input type.
    §

    impl FromStr for DescriptorPublicKey

    §

    type Err = DescriptorKeyParseError

    The associated error which can be returned from parsing.
    §

    fn from_str( s: &str ) -> Result<DescriptorPublicKey, <DescriptorPublicKey as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    §

    impl Hash for DescriptorPublicKey

    §

    fn hash<__H>(&self, state: &mut __H)
    where __H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where @@ -64,11 +64,11 @@ in BIP389 multipath descriptors.

    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    §

    impl PartialOrd for DescriptorPublicKey

    §

    fn partial_cmp(&self, other: &DescriptorPublicKey) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
    §

    impl Serialize for DescriptorPublicKey

    §

    fn serialize<S>( +operator. Read more

    §

    impl Serialize for DescriptorPublicKey

    §

    fn serialize<S>( &self, serializer: S -) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where - S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    §

    impl Eq for DescriptorPublicKey

    §

    impl StructuralPartialEq for DescriptorPublicKey

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where +) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where + S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    §

    impl Eq for DescriptorPublicKey

    §

    impl StructuralPartialEq for DescriptorPublicKey

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for T
    where T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for T
    where T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    §

    impl<Q, K> Equivalent<K> for Q
    where @@ -93,5 +93,5 @@ operator. Display + ?Sized,

    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where - T: for<'de> Deserialize<'de>,

    \ No newline at end of file + V: MultiLane<T>,
    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/keys/enum.KeyError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/keys/enum.KeyError.html index bdf866cc94..858ca369e3 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/keys/enum.KeyError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/keys/enum.KeyError.html @@ -12,7 +12,7 @@
    §

    Message(String)

    Custom error message

    §

    Bip32(Error)

    BIP32 error

    §

    Miniscript(Error)

    Miniscript error

    -

    Trait Implementations§

    source§

    impl Debug for KeyError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for KeyError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for KeyError

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    source§

    impl From<Error> for KeyError

    source§

    fn from(err: Error) -> Self

    Converts to this type from the input type.
    source§

    impl From<Error> for KeyError

    source§

    fn from(err: Error) -> Self

    Converts to this type from the input type.
    source§

    impl From<KeyError> for Error

    source§

    fn from(key_error: KeyError) -> Error

    Converts to this type from the input type.
    source§

    impl PartialEq for KeyError

    source§

    fn eq(&self, other: &KeyError) -> bool

    This method tests for self and other values to be equal, and is used +

    Trait Implementations§

    source§

    impl Debug for KeyError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for KeyError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for KeyError

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    source§

    impl From<Error> for KeyError

    source§

    fn from(err: Error) -> Self

    Converts to this type from the input type.
    source§

    impl From<Error> for KeyError

    source§

    fn from(err: Error) -> Self

    Converts to this type from the input type.
    source§

    impl From<KeyError> for Error

    source§

    fn from(key_error: KeyError) -> Error

    Converts to this type from the input type.
    source§

    impl PartialEq for KeyError

    source§

    fn eq(&self, other: &KeyError) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    source§

    impl StructuralPartialEq for KeyError

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for T
    where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/keys/struct.GeneratedKey.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/keys/struct.GeneratedKey.html index da77175f7d..52cf8df1f9 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/keys/struct.GeneratedKey.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/keys/struct.GeneratedKey.html @@ -2,14 +2,14 @@

    Implementations§

    source§

    impl<K, Ctx: ScriptContext> GeneratedKey<K, Ctx>

    source

    pub fn into_key(self) -> K

    Consumes self and returns the key

    Trait Implementations§

    source§

    impl<K: Clone, Ctx: ScriptContext> Clone for GeneratedKey<K, Ctx>

    source§

    fn clone(&self) -> GeneratedKey<K, Ctx>

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl<K, Ctx: ScriptContext> Deref for GeneratedKey<K, Ctx>

    §

    type Target = K

    The resulting type after dereferencing.
    source§

    fn deref(&self) -> &Self::Target

    Dereferences the value.
    source§

    impl<Ctx, K> DerivableKey<Ctx> for GeneratedKey<K, Ctx>
    where Ctx: ScriptContext, - K: DerivableKey<Ctx>,

    source§

    fn into_extended_key(self) -> Result<ExtendedKey<Ctx>, KeyError>

    Consume self and turn it into an ExtendedKey
    source§

    fn into_descriptor_key( + K: DerivableKey<Ctx>,

    source§

    fn into_extended_key(self) -> Result<ExtendedKey<Ctx>, KeyError>

    Consume self and turn it into an ExtendedKey
    source§

    fn into_descriptor_key( self, origin: Option<KeySource>, derivation_path: DerivationPath ) -> Result<DescriptorKey<Ctx>, KeyError>

    Consume self and turn it into a DescriptorKey by adding the extra metadata, such as key origin and derivation path
    source§

    impl<Ctx, K> IntoDescriptorKey<Ctx> for GeneratedKey<K, Ctx>
    where Ctx: ScriptContext, - K: IntoDescriptorKey<Ctx>,

    source§

    fn into_descriptor_key(self) -> Result<DescriptorKey<Ctx>, KeyError>

    Turn the key into a DescriptorKey within the requested ScriptContext

    Auto Trait Implementations§

    §

    impl<K, Ctx> Freeze for GeneratedKey<K, Ctx>
    where + K: IntoDescriptorKey<Ctx>,

    source§

    fn into_descriptor_key(self) -> Result<DescriptorKey<Ctx>, KeyError>

    Turn the key into a DescriptorKey within the requested ScriptContext

    Auto Trait Implementations§

    §

    impl<K, Ctx> Freeze for GeneratedKey<K, Ctx>
    where K: Freeze,

    §

    impl<K, Ctx> RefUnwindSafe for GeneratedKey<K, Ctx>

    §

    impl<K, Ctx> Send for GeneratedKey<K, Ctx>
    where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/keys/trait.IntoDescriptorKey.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/keys/trait.IntoDescriptorKey.html index 15276c7931..167d72262c 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/keys/trait.IntoDescriptorKey.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/keys/trait.IntoDescriptorKey.html @@ -107,4 +107,4 @@ makes the compiler (correctly) fail.

    Object Safety§

    This trait is not object safe.

    Implementations on Foreign Types§

    source§

    impl<Ctx: ScriptContext> IntoDescriptorKey<Ctx> for &str

    source§

    impl<Ctx: ScriptContext> IntoDescriptorKey<Ctx> for PrivateKey

    source§

    impl<Ctx: ScriptContext> IntoDescriptorKey<Ctx> for PublicKey

    source§

    impl<Ctx: ScriptContext> IntoDescriptorKey<Ctx> for XOnlyPublicKey

    source§

    impl<Ctx: ScriptContext, T: DerivableKey<Ctx>> IntoDescriptorKey<Ctx> for (T, DerivationPath)

    source§

    impl<Ctx: ScriptContext, T: DerivableKey<Ctx>> IntoDescriptorKey<Ctx> for (T, KeySource, DerivationPath)

    Implementors§

    source§

    impl<Ctx, K> IntoDescriptorKey<Ctx> for GeneratedKey<K, Ctx>
    where Ctx: ScriptContext, K: IntoDescriptorKey<Ctx>,

    source§

    impl<Ctx: ScriptContext> IntoDescriptorKey<Ctx> for DescriptorKey<Ctx>

    The “identity” conversion is used internally by some bdk_wallet::fragments

    -
    source§

    impl<Ctx: ScriptContext> IntoDescriptorKey<Ctx> for DescriptorPublicKey

    source§

    impl<Ctx: ScriptContext> IntoDescriptorKey<Ctx> for DescriptorSecretKey

    \ No newline at end of file +
    source§

    impl<Ctx: ScriptContext> IntoDescriptorKey<Ctx> for DescriptorPublicKey

    source§

    impl<Ctx: ScriptContext> IntoDescriptorKey<Ctx> for DescriptorSecretKey

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/signer/enum.SignerId.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/signer/enum.SignerId.html index 8f7fc77ee2..ddd2fdf03d 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/signer/enum.SignerId.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/signer/enum.SignerId.html @@ -7,7 +7,7 @@ multiple of them

    Variants§

    §

    PkHash(Hash)

    Bitcoin HASH160 (RIPEMD160 after SHA256) hash of an ECDSA public key

    §

    Fingerprint(Fingerprint)

    The fingerprint of a BIP32 extended key

    §

    Dummy(u64)

    Dummy identifier

    -

    Trait Implementations§

    source§

    impl Clone for SignerId

    source§

    fn clone(&self) -> SignerId

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for SignerId

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl From<Fingerprint> for SignerId

    source§

    fn from(fing: Fingerprint) -> SignerId

    Converts to this type from the input type.
    source§

    impl From<Hash> for SignerId

    source§

    fn from(hash: Hash) -> SignerId

    Converts to this type from the input type.
    source§

    impl Hash for SignerId

    source§

    fn hash<__H: Hasher>(&self, state: &mut __H)

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where +

    Trait Implementations§

    source§

    impl Clone for SignerId

    source§

    fn clone(&self) -> SignerId

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for SignerId

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl From<Fingerprint> for SignerId

    source§

    fn from(fing: Fingerprint) -> SignerId

    Converts to this type from the input type.
    source§

    impl From<Hash> for SignerId

    source§

    fn from(hash: Hash) -> SignerId

    Converts to this type from the input type.
    source§

    impl Hash for SignerId

    source§

    fn hash<__H: Hasher>(&self, state: &mut __H)

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where H: Hasher, Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    source§

    impl Ord for SignerId

    source§

    fn cmp(&self, other: &SignerId) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Self
    where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/signer/struct.SignerWrapper.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/signer/struct.SignerWrapper.html index 969bb8e1e1..8e820abc6d 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/signer/struct.SignerWrapper.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/signer/struct.SignerWrapper.html @@ -6,19 +6,19 @@ input_index: usize, sign_options: &SignOptions, secp: &Secp256k1<All> -) -> Result<(), SignerError>

    Sign a single psbt input
    source§

    impl InputSigner for SignerWrapper<DescriptorXKey<Xpriv>>

    source§

    fn sign_input( +) -> Result<(), SignerError>

    Sign a single psbt input
    source§

    impl InputSigner for SignerWrapper<DescriptorXKey<Xpriv>>

    source§

    fn sign_input( &self, psbt: &mut Psbt, input_index: usize, sign_options: &SignOptions, secp: &Secp256k1<All> -) -> Result<(), SignerError>

    Sign a single psbt input
    source§

    impl InputSigner for SignerWrapper<PrivateKey>

    source§

    fn sign_input( +) -> Result<(), SignerError>

    Sign a single psbt input
    source§

    impl InputSigner for SignerWrapper<PrivateKey>

    source§

    fn sign_input( &self, psbt: &mut Psbt, input_index: usize, sign_options: &SignOptions, secp: &Secp256k1<All> -) -> Result<(), SignerError>

    Sign a single psbt input
    source§

    impl SignerCommon for SignerWrapper<DescriptorMultiXKey<Xpriv>>

    source§

    fn id(&self, secp: &Secp256k1<All>) -> SignerId

    Return the SignerId for this signer Read more
    source§

    fn descriptor_secret_key(&self) -> Option<DescriptorSecretKey>

    Return the secret key for the signer Read more
    source§

    impl SignerCommon for SignerWrapper<DescriptorXKey<Xpriv>>

    source§

    fn id(&self, secp: &Secp256k1<All>) -> SignerId

    Return the SignerId for this signer Read more
    source§

    fn descriptor_secret_key(&self) -> Option<DescriptorSecretKey>

    Return the secret key for the signer Read more
    source§

    impl SignerCommon for SignerWrapper<PrivateKey>

    source§

    fn id(&self, secp: &Secp256k1<All>) -> SignerId

    Return the SignerId for this signer Read more
    source§

    fn descriptor_secret_key(&self) -> Option<DescriptorSecretKey>

    Return the secret key for the signer Read more

    Auto Trait Implementations§

    §

    impl<S> Freeze for SignerWrapper<S>
    where +) -> Result<(), SignerError>

    Sign a single psbt input
    source§

    impl SignerCommon for SignerWrapper<DescriptorMultiXKey<Xpriv>>

    source§

    fn id(&self, secp: &Secp256k1<All>) -> SignerId

    Return the SignerId for this signer Read more
    source§

    fn descriptor_secret_key(&self) -> Option<DescriptorSecretKey>

    Return the secret key for the signer Read more
    source§

    impl SignerCommon for SignerWrapper<DescriptorXKey<Xpriv>>

    source§

    fn id(&self, secp: &Secp256k1<All>) -> SignerId

    Return the SignerId for this signer Read more
    source§

    fn descriptor_secret_key(&self) -> Option<DescriptorSecretKey>

    Return the secret key for the signer Read more
    source§

    impl SignerCommon for SignerWrapper<PrivateKey>

    source§

    fn id(&self, secp: &Secp256k1<All>) -> SignerId

    Return the SignerId for this signer Read more
    source§

    fn descriptor_secret_key(&self) -> Option<DescriptorSecretKey>

    Return the secret key for the signer Read more

    Auto Trait Implementations§

    §

    impl<S> Freeze for SignerWrapper<S>
    where S: Freeze,

    §

    impl<S> RefUnwindSafe for SignerWrapper<S>
    where S: RefUnwindSafe,

    §

    impl<S> Send for SignerWrapper<S>
    where S: Send,

    §

    impl<S> Sync for SignerWrapper<S>
    where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/struct.AddressInfo.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/struct.AddressInfo.html index 1cec3321c9..2cd59b3ed1 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/struct.AddressInfo.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/struct.AddressInfo.html @@ -68,7 +68,7 @@ network a simple comparison is not enough anymore. Instead this function can be let address: Address<NetworkUnchecked> = "32iVBEu4dxkUQk9dJbZUiBiQdmypcEyJRf".parse().unwrap(); assert!(address.is_valid_for_network(Network::Bitcoin)); assert_eq!(address.is_valid_for_network(Network::Testnet), false);
    -

    Trait Implementations§

    source§

    impl Clone for AddressInfo

    source§

    fn clone(&self) -> AddressInfo

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for AddressInfo

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Deref for AddressInfo

    §

    type Target = Address

    The resulting type after dereferencing.
    source§

    fn deref(&self) -> &Self::Target

    Dereferences the value.
    source§

    impl Display for AddressInfo

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl PartialEq for AddressInfo

    source§

    fn eq(&self, other: &AddressInfo) -> bool

    This method tests for self and other values to be equal, and is used +

    Trait Implementations§

    source§

    impl Clone for AddressInfo

    source§

    fn clone(&self) -> AddressInfo

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for AddressInfo

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Deref for AddressInfo

    §

    type Target = Address

    The resulting type after dereferencing.
    source§

    fn deref(&self) -> &Self::Target

    Dereferences the value.
    source§

    impl Display for AddressInfo

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl PartialEq for AddressInfo

    source§

    fn eq(&self, other: &AddressInfo) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    source§

    impl Eq for AddressInfo

    source§

    impl StructuralPartialEq for AddressInfo

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for T
    where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/struct.Balance.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/struct.Balance.html index 9212082f65..8ea4097ed1 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/struct.Balance.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/struct.Balance.html @@ -12,16 +12,16 @@

    This is the balance you can spend right now that shouldn’t get cancelled via another party double spending it.

    pub fn total(&self) -> Amount

    Get the whole balance visible to the wallet.

    -

    Trait Implementations§

    §

    impl Add for Balance

    §

    type Output = Balance

    The resulting type after applying the + operator.
    §

    fn add(self, other: Balance) -> Balance

    Performs the + operation. Read more
    §

    impl Clone for Balance

    §

    fn clone(&self) -> Balance

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for Balance

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Default for Balance

    §

    fn default() -> Balance

    Returns the “default value” for a type. Read more
    §

    impl<'de> Deserialize<'de> for Balance

    §

    fn deserialize<__D>( +

    Trait Implementations§

    §

    impl Add for Balance

    §

    type Output = Balance

    The resulting type after applying the + operator.
    §

    fn add(self, other: Balance) -> Balance

    Performs the + operation. Read more
    §

    impl Clone for Balance

    §

    fn clone(&self) -> Balance

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    §

    impl Debug for Balance

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Default for Balance

    §

    fn default() -> Balance

    Returns the “default value” for a type. Read more
    §

    impl<'de> Deserialize<'de> for Balance

    §

    fn deserialize<__D>( __deserializer: __D -) -> Result<Balance, <__D as Deserializer<'de>>::Error>
    where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for Balance

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl PartialEq for Balance

    §

    fn eq(&self, other: &Balance) -> bool

    This method tests for self and other values to be equal, and is used +) -> Result<Balance, <__D as Deserializer<'de>>::Error>
    where + __D: Deserializer<'de>,
    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for Balance

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl PartialEq for Balance

    §

    fn eq(&self, other: &Balance) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
    §

    impl Serialize for Balance

    §

    fn serialize<__S>( +sufficient, and should not be overridden without very good reason.

    §

    impl Serialize for Balance

    §

    fn serialize<__S>( &self, __serializer: __S -) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>
    where - __S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    §

    impl Eq for Balance

    §

    impl StructuralPartialEq for Balance

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where +) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>
    where + __S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    §

    impl Eq for Balance

    §

    impl StructuralPartialEq for Balance

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for T
    where T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for T
    where T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    §

    impl<Q, K> Equivalent<K> for Q
    where @@ -36,5 +36,5 @@ sufficient, and should not be overridden without very good reason.
    Display + ?Sized,

    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where - T: for<'de> Deserialize<'de>,

    \ No newline at end of file + V: MultiLane<T>,
    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/struct.ChangeSet.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/struct.ChangeSet.html index 4bc311207d..9dcc62e0ef 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/struct.ChangeSet.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/struct.ChangeSet.html @@ -17,12 +17,12 @@
    source

    pub fn init_sqlite_tables(db_tx: &Transaction<'_>) -> Result<()>

    Initialize sqlite tables for wallet tables.

    source

    pub fn from_sqlite(db_tx: &Transaction<'_>) -> Result<Self>

    Recover a ChangeSet from sqlite database.

    source

    pub fn persist_to_sqlite(&self, db_tx: &Transaction<'_>) -> Result<()>

    Persist ChangeSet to sqlite database.

    -

    Trait Implementations§

    source§

    impl Clone for ChangeSet

    source§

    fn clone(&self) -> ChangeSet

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for ChangeSet

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Default for ChangeSet

    source§

    fn default() -> ChangeSet

    Returns the “default value” for a type. Read more
    source§

    impl<'de> Deserialize<'de> for ChangeSet

    source§

    fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
    where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<ChangeSet<ConfirmationBlockTime>> for ChangeSet

    source§

    fn from(tx_graph: ChangeSet<ConfirmationBlockTime>) -> Self

    Converts to this type from the input type.
    source§

    impl From<ChangeSet<ConfirmationBlockTime, ChangeSet>> for ChangeSet

    source§

    fn from(indexed_tx_graph: ChangeSet<ConfirmationBlockTime, ChangeSet>) -> Self

    Converts to this type from the input type.
    source§

    impl From<ChangeSet> for ChangeSet

    source§

    fn from(indexer: ChangeSet) -> Self

    Converts to this type from the input type.
    source§

    impl From<ChangeSet> for ChangeSet

    source§

    fn from(chain: ChangeSet) -> Self

    Converts to this type from the input type.
    source§

    impl Merge for ChangeSet

    source§

    fn merge(&mut self, other: Self)

    Merge another ChangeSet into itself.

    +

    Trait Implementations§

    source§

    impl Clone for ChangeSet

    source§

    fn clone(&self) -> ChangeSet

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for ChangeSet

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Default for ChangeSet

    source§

    fn default() -> ChangeSet

    Returns the “default value” for a type. Read more
    source§

    impl<'de> Deserialize<'de> for ChangeSet

    source§

    fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
    where + __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<ChangeSet<ConfirmationBlockTime>> for ChangeSet

    source§

    fn from(tx_graph: ChangeSet<ConfirmationBlockTime>) -> Self

    Converts to this type from the input type.
    source§

    impl From<ChangeSet<ConfirmationBlockTime, ChangeSet>> for ChangeSet

    source§

    fn from(indexed_tx_graph: ChangeSet<ConfirmationBlockTime, ChangeSet>) -> Self

    Converts to this type from the input type.
    source§

    impl From<ChangeSet> for ChangeSet

    source§

    fn from(indexer: ChangeSet) -> Self

    Converts to this type from the input type.
    source§

    impl From<ChangeSet> for ChangeSet

    source§

    fn from(chain: ChangeSet) -> Self

    Converts to this type from the input type.
    source§

    impl Merge for ChangeSet

    source§

    fn merge(&mut self, other: Self)

    Merge another ChangeSet into itself.

    source§

    fn is_empty(&self) -> bool

    Returns whether the structure is considered empty.
    §

    fn take(&mut self) -> Option<Self>

    Take the value, replacing it with the default value.
    source§

    impl PartialEq for ChangeSet

    source§

    fn eq(&self, other: &ChangeSet) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
    source§

    impl Serialize for ChangeSet

    source§

    fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
    where - __S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    source§

    impl StructuralPartialEq for ChangeSet

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where +sufficient, and should not be overridden without very good reason.

    source§

    impl Serialize for ChangeSet

    source§

    fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
    where + __S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    source§

    impl StructuralPartialEq for ChangeSet

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for T
    where T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for T
    where T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    source§

    impl<T> From<T> for T

    source§

    fn from(t: T) -> T

    Returns the argument unchanged.

    @@ -34,5 +34,5 @@ sufficient, and should not be overridden without very good reason.
    Clone,
    §

    type Owned = T

    The resulting type after obtaining ownership.
    source§

    fn to_owned(&self) -> T

    Creates owned data from borrowed data, usually by cloning. Read more
    source§

    fn clone_into(&self, target: &mut T)

    Uses borrowed data to replace owned data, usually by cloning. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where - T: for<'de> Deserialize<'de>,

    \ No newline at end of file + V: MultiLane<T>,
    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/struct.LocalOutput.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/struct.LocalOutput.html index 8abf0033a9..9ea1d5aad0 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/struct.LocalOutput.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/struct.LocalOutput.html @@ -12,13 +12,13 @@ §is_spent: bool

    Whether this UTXO is spent or not

    §derivation_index: u32

    The derivation index for the script pubkey in the wallet

    §confirmation_time: ConfirmationTime

    The confirmation time for transaction containing this utxo

    -

    Trait Implementations§

    source§

    impl Clone for LocalOutput

    source§

    fn clone(&self) -> LocalOutput

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for LocalOutput

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<'de> Deserialize<'de> for LocalOutput

    source§

    fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
    where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl Hash for LocalOutput

    source§

    fn hash<__H: Hasher>(&self, state: &mut __H)

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where +

    Trait Implementations§

    source§

    impl Clone for LocalOutput

    source§

    fn clone(&self) -> LocalOutput

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for LocalOutput

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<'de> Deserialize<'de> for LocalOutput

    source§

    fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
    where + __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl Hash for LocalOutput

    source§

    fn hash<__H: Hasher>(&self, state: &mut __H)

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where H: Hasher, Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    source§

    impl PartialEq for LocalOutput

    source§

    fn eq(&self, other: &LocalOutput) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
    source§

    impl Serialize for LocalOutput

    source§

    fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
    where - __S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    source§

    impl Eq for LocalOutput

    source§

    impl StructuralPartialEq for LocalOutput

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where +sufficient, and should not be overridden without very good reason.

    source§

    impl Serialize for LocalOutput

    source§

    fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
    where + __S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    source§

    impl Eq for LocalOutput

    source§

    impl StructuralPartialEq for LocalOutput

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for T
    where T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for T
    where T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    §

    impl<Q, K> Equivalent<K> for Q
    where @@ -32,5 +32,5 @@ sufficient, and should not be overridden without very good reason.
    Clone,

    §

    type Owned = T

    The resulting type after obtaining ownership.
    source§

    fn to_owned(&self) -> T

    Creates owned data from borrowed data, usually by cloning. Read more
    source§

    fn clone_into(&self, target: &mut T)

    Uses borrowed data to replace owned data, usually by cloning. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where - T: for<'de> Deserialize<'de>,

    \ No newline at end of file + V: MultiLane<T>,
    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/struct.PersistedWallet.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/struct.PersistedWallet.html index 209f42298f..9795c78d2b 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/struct.PersistedWallet.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/struct.PersistedWallet.html @@ -269,7 +269,7 @@ know the context (segwit, taproot, etc) in which to create signatures.

    }; // sign and broadcast ... -
    source

    pub fn build_fee_bump( +

    source

    pub fn build_fee_bump( &mut self, txid: Txid ) -> Result<TxBuilder<'_, DefaultCoinSelectionAlgorithm>, BuildFeeBumpError>

    Bump the fee of a transaction previously created with this wallet.

    @@ -297,7 +297,7 @@ pre-populated with the inputs and outputs of the original transaction.

    let _ = wallet.sign(&mut psbt, SignOptions::default())?; let fee_bumped_tx = psbt.extract_tx(); // broadcast fee_bumped_tx to replace original
    -
    source

    pub fn sign( +

    source

    pub fn sign( &self, psbt: &mut Psbt, sign_options: SignOptions @@ -315,15 +315,15 @@ in this library will.

    }; let finalized = wallet.sign(&mut psbt, SignOptions::default())?; assert!(finalized, "we should have signed all the inputs"); -

    source

    pub fn policies( +

    source

    pub fn policies( &self, keychain: KeychainKind ) -> Result<Option<Policy>, DescriptorError>

    Return the spending policies for the wallet’s descriptor

    -
    source

    pub fn public_descriptor(&self, keychain: KeychainKind) -> &ExtendedDescriptor

    Returns the descriptor used to create addresses for a particular keychain.

    +
    source

    pub fn public_descriptor(&self, keychain: KeychainKind) -> &ExtendedDescriptor

    Returns the descriptor used to create addresses for a particular keychain.

    It’s the “public” version of the wallet’s descriptor, meaning a new descriptor that has the same structure but with the all secret keys replaced by their corresponding public key. This can be used to build a watch-only version of a wallet.

    -
    source

    pub fn finalize_psbt( +

    source

    pub fn finalize_psbt( &self, psbt: &mut Psbt, sign_options: SignOptions @@ -334,21 +334,21 @@ and BIP for further information.

    Returns true if the PSBT could be finalized, and false otherwise.

    The SignOptions can be used to tweak the behavior of the finalizer.

    -

    source

    pub fn secp_ctx(&self) -> &Secp256k1<All>

    Return the secp256k1 context used for all signing operations

    -
    source

    pub fn derivation_index(&self, keychain: KeychainKind) -> Option<u32>

    The derivation index of this wallet. It will return None if it has not derived any addresses. +

    source

    pub fn secp_ctx(&self) -> &Secp256k1<All>

    Return the secp256k1 context used for all signing operations

    +
    source

    pub fn derivation_index(&self, keychain: KeychainKind) -> Option<u32>

    The derivation index of this wallet. It will return None if it has not derived any addresses. Otherwise, it will return the index of the highest address it has derived.

    -
    source

    pub fn next_derivation_index(&self, keychain: KeychainKind) -> u32

    The index of the next address that you would get if you were to ask the wallet for a new address

    -
    source

    pub fn cancel_tx(&mut self, tx: &Transaction)

    Informs the wallet that you no longer intend to broadcast a tx that was built from it.

    +
    source

    pub fn next_derivation_index(&self, keychain: KeychainKind) -> u32

    The index of the next address that you would get if you were to ask the wallet for a new address

    +
    source

    pub fn cancel_tx(&mut self, tx: &Transaction)

    Informs the wallet that you no longer intend to broadcast a tx that was built from it.

    This frees up the change address used when creating the tx for use in future transactions.

    -
    source

    pub fn get_psbt_input( +

    source

    pub fn get_psbt_input( &self, utxo: LocalOutput, sighash_type: Option<PsbtSighashType>, only_witness_utxo: bool ) -> Result<Input, CreateTxError>

    get the corresponding PSBT Input for a LocalUtxo

    -
    source

    pub fn descriptor_checksum(&self, keychain: KeychainKind) -> String

    Return the checksum of the public descriptor associated to keychain

    +
    source

    pub fn descriptor_checksum(&self, keychain: KeychainKind) -> String

    Return the checksum of the public descriptor associated to keychain

    Internally calls Self::public_descriptor to fetch the right descriptor

    -
    source

    pub fn apply_update( +

    source

    pub fn apply_update( &mut self, update: impl Into<Update> ) -> Result<(), CannotConnectError>

    Available on crate feature std only.

    Applies an update to the wallet and stages the changes (but does not persist them).

    @@ -356,7 +356,7 @@ Otherwise, it will return the index of the highest address it has derived.

    transactions related to your wallet into it.

    After applying updates you should persist the staged wallet changes. For an example of how to persist staged wallet changes see Wallet::reveal_next_address. `

    -
    source

    pub fn apply_update_at( +

    source

    pub fn apply_update_at( &mut self, update: impl Into<Update>, seen_at: Option<u64> @@ -370,17 +370,17 @@ canonical history).

    not be part of the canonical history of transactions.

    Use apply_update to have the seen_at value automatically set to the current time.

    -

    source

    pub fn staged(&self) -> Option<&ChangeSet>

    Get a reference of the staged ChangeSet that is yet to be committed (if any).

    -
    source

    pub fn staged_mut(&mut self) -> Option<&mut ChangeSet>

    Get a mutable reference of the staged ChangeSet that is yet to be commited (if any).

    -
    source

    pub fn take_staged(&mut self) -> Option<ChangeSet>

    Take the staged ChangeSet to be persisted now (if any).

    -
    source

    pub fn tx_graph(&self) -> &TxGraph<ConfirmationBlockTime>

    Get a reference to the inner [TxGraph].

    -
    source

    pub fn unbroadcast_transactions( +

    source

    pub fn staged(&self) -> Option<&ChangeSet>

    Get a reference of the staged ChangeSet that is yet to be committed (if any).

    +
    source

    pub fn staged_mut(&mut self) -> Option<&mut ChangeSet>

    Get a mutable reference of the staged ChangeSet that is yet to be commited (if any).

    +
    source

    pub fn take_staged(&mut self) -> Option<ChangeSet>

    Take the staged ChangeSet to be persisted now (if any).

    +
    source

    pub fn tx_graph(&self) -> &TxGraph<ConfirmationBlockTime>

    Get a reference to the inner [TxGraph].

    +
    source

    pub fn unbroadcast_transactions( &self ) -> impl Iterator<Item = TxNode<'_, Arc<Transaction>, ConfirmationBlockTime>>

    Iterate over transactions in the wallet that are unseen and unanchored likely because they haven’t been broadcast.

    -
    source

    pub fn spk_index(&self) -> &KeychainTxOutIndex<KeychainKind>

    Get a reference to the inner [KeychainTxOutIndex].

    -
    source

    pub fn local_chain(&self) -> &LocalChain

    Get a reference to the inner [LocalChain].

    -
    source

    pub fn apply_block( +

    source

    pub fn spk_index(&self) -> &KeychainTxOutIndex<KeychainKind>

    Get a reference to the inner [KeychainTxOutIndex].

    +
    source

    pub fn local_chain(&self) -> &LocalChain

    Get a reference to the inner [LocalChain].

    +
    source

    pub fn apply_block( &mut self, block: &Block, height: u32 @@ -388,7 +388,7 @@ because they haven’t been broadcast.

    prev_blockhash of the block’s header.

    This is a convenience method that is equivalent to calling apply_block_connected_to with prev_blockhash and height-1 as the connected_to parameter.

    -

    source

    pub fn apply_block_connected_to( +

    source

    pub fn apply_block_connected_to( &mut self, block: &Block, height: u32, @@ -401,7 +401,7 @@ internal [TxGraph].

    WARNING: You must persist the changes resulting from one or more calls to this method if you need the inserted block data to be reloaded after closing the wallet. See Wallet::reveal_next_address.

    -

    source

    pub fn apply_unconfirmed_txs<'t>( +

    source

    pub fn apply_unconfirmed_txs<'t>( &mut self, unconfirmed_txs: impl IntoIterator<Item = (&'t Transaction, u64)> )

    Apply relevant unconfirmed transactions to the wallet.

    @@ -413,13 +413,13 @@ when there is conflicting unconfirmed transactions. The transaction with the lat

    WARNING: You must persist the changes resulting from one or more calls to this method if you need the applied unconfirmed transactions to be reloaded after closing the wallet. See Wallet::reveal_next_address.

    -
    source

    pub fn start_sync_with_revealed_spks( +

    source

    pub fn start_sync_with_revealed_spks( &self ) -> SyncRequestBuilder<(KeychainKind, u32)>

    Create a partial [SyncRequest] for this wallet for all revealed spks.

    This is the first step when performing a spk-based wallet partial sync, the returned [SyncRequest] collects all revealed script pubkeys from the wallet keychain needed to start a blockchain sync with a spk based blockchain client.

    -
    source

    pub fn start_full_scan(&self) -> FullScanRequestBuilder<KeychainKind>

    Create a [`FullScanRequest] for this wallet.

    +
    source

    pub fn start_full_scan(&self) -> FullScanRequestBuilder<KeychainKind>

    Create a [`FullScanRequest] for this wallet.

    This is the first step when performing a spk-based wallet full scan, the returned [`FullScanRequest] collects iterators for the wallet’s keychain script pub keys needed to start a blockchain full scan with a spk based blockchain client.

    diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/struct.Update.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/struct.Update.html index e5df1aa856..c05607b5f9 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/struct.Update.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/struct.Update.html @@ -8,7 +8,7 @@ [KeychainTxOutIndex].

    §tx_update: TxUpdate<ConfirmationBlockTime>

    Update for the wallet’s internal [TxGraph].

    §chain: Option<CheckPoint>

    Update for the wallet’s internal LocalChain.

    -

    Trait Implementations§

    source§

    impl Clone for Update

    source§

    fn clone(&self) -> Update

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for Update

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Default for Update

    source§

    fn default() -> Update

    Returns the “default value” for a type. Read more
    source§

    impl From<FullScanResult<KeychainKind>> for Update

    source§

    fn from(value: FullScanResult<KeychainKind>) -> Self

    Converts to this type from the input type.
    source§

    impl From<SyncResult> for Update

    source§

    fn from(value: SyncResult) -> Self

    Converts to this type from the input type.

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where +

    Trait Implementations§

    source§

    impl Clone for Update

    source§

    fn clone(&self) -> Update

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for Update

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Default for Update

    source§

    fn default() -> Update

    Returns the “default value” for a type. Read more
    source§

    impl From<FullScanResult<KeychainKind>> for Update

    source§

    fn from(value: FullScanResult<KeychainKind>) -> Self

    Converts to this type from the input type.
    source§

    impl From<SyncResult> for Update

    source§

    fn from(value: SyncResult) -> Self

    Converts to this type from the input type.

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for T
    where T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for T
    where T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    source§

    impl<T> From<T> for T

    source§

    fn from(t: T) -> T

    Returns the argument unchanged.

    diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/struct.Wallet.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/struct.Wallet.html index 13933371ec..f6824543c0 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/struct.Wallet.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/struct.Wallet.html @@ -10,7 +10,7 @@ Its main components are:

    on when Wallet state needs to be persisted.

    The Wallet descriptor (external) and change descriptor (internal) must not derive the same script pubkeys. See [KeychainTxOutIndex::insert_descriptor()] for more details.

    -

    Implementations§

    source§

    impl Wallet

    source

    pub fn create_single<D>(descriptor: D) -> CreateParams
    where +

    Implementations§

    source§

    impl Wallet

    source

    pub fn create_single<D>(descriptor: D) -> CreateParams
    where D: IntoWalletDescriptor + Send + Clone + 'static,

    Build a new single descriptor Wallet.

    If you have previously created a wallet, use load instead.

    §Note
    @@ -312,7 +312,7 @@ know the context (segwit, taproot, etc) in which to create signatures.

    }; // sign and broadcast ...
    -
    source

    pub fn build_fee_bump( +

    source

    pub fn build_fee_bump( &mut self, txid: Txid ) -> Result<TxBuilder<'_, DefaultCoinSelectionAlgorithm>, BuildFeeBumpError>

    Bump the fee of a transaction previously created with this wallet.

    @@ -340,7 +340,7 @@ pre-populated with the inputs and outputs of the original transaction.

    let _ = wallet.sign(&mut psbt, SignOptions::default())?; let fee_bumped_tx = psbt.extract_tx(); // broadcast fee_bumped_tx to replace original
    -
    source

    pub fn sign( +

    source

    pub fn sign( &self, psbt: &mut Psbt, sign_options: SignOptions @@ -358,15 +358,15 @@ in this library will.

    }; let finalized = wallet.sign(&mut psbt, SignOptions::default())?; assert!(finalized, "we should have signed all the inputs");

    -
    source

    pub fn policies( +

    source

    pub fn policies( &self, keychain: KeychainKind ) -> Result<Option<Policy>, DescriptorError>

    Return the spending policies for the wallet’s descriptor

    -
    source

    pub fn public_descriptor(&self, keychain: KeychainKind) -> &ExtendedDescriptor

    Returns the descriptor used to create addresses for a particular keychain.

    +
    source

    pub fn public_descriptor(&self, keychain: KeychainKind) -> &ExtendedDescriptor

    Returns the descriptor used to create addresses for a particular keychain.

    It’s the “public” version of the wallet’s descriptor, meaning a new descriptor that has the same structure but with the all secret keys replaced by their corresponding public key. This can be used to build a watch-only version of a wallet.

    -
    source

    pub fn finalize_psbt( +

    source

    pub fn finalize_psbt( &self, psbt: &mut Psbt, sign_options: SignOptions @@ -377,21 +377,21 @@ and BIP for further information.

    Returns true if the PSBT could be finalized, and false otherwise.

    The SignOptions can be used to tweak the behavior of the finalizer.

    -

    source

    pub fn secp_ctx(&self) -> &Secp256k1<All>

    Return the secp256k1 context used for all signing operations

    -
    source

    pub fn derivation_index(&self, keychain: KeychainKind) -> Option<u32>

    The derivation index of this wallet. It will return None if it has not derived any addresses. +

    source

    pub fn secp_ctx(&self) -> &Secp256k1<All>

    Return the secp256k1 context used for all signing operations

    +
    source

    pub fn derivation_index(&self, keychain: KeychainKind) -> Option<u32>

    The derivation index of this wallet. It will return None if it has not derived any addresses. Otherwise, it will return the index of the highest address it has derived.

    -
    source

    pub fn next_derivation_index(&self, keychain: KeychainKind) -> u32

    The index of the next address that you would get if you were to ask the wallet for a new address

    -
    source

    pub fn cancel_tx(&mut self, tx: &Transaction)

    Informs the wallet that you no longer intend to broadcast a tx that was built from it.

    +
    source

    pub fn next_derivation_index(&self, keychain: KeychainKind) -> u32

    The index of the next address that you would get if you were to ask the wallet for a new address

    +
    source

    pub fn cancel_tx(&mut self, tx: &Transaction)

    Informs the wallet that you no longer intend to broadcast a tx that was built from it.

    This frees up the change address used when creating the tx for use in future transactions.

    -
    source

    pub fn get_psbt_input( +

    source

    pub fn get_psbt_input( &self, utxo: LocalOutput, sighash_type: Option<PsbtSighashType>, only_witness_utxo: bool ) -> Result<Input, CreateTxError>

    get the corresponding PSBT Input for a LocalUtxo

    -
    source

    pub fn descriptor_checksum(&self, keychain: KeychainKind) -> String

    Return the checksum of the public descriptor associated to keychain

    +
    source

    pub fn descriptor_checksum(&self, keychain: KeychainKind) -> String

    Return the checksum of the public descriptor associated to keychain

    Internally calls Self::public_descriptor to fetch the right descriptor

    -
    source

    pub fn apply_update( +

    source

    pub fn apply_update( &mut self, update: impl Into<Update> ) -> Result<(), CannotConnectError>

    Available on crate feature std only.

    Applies an update to the wallet and stages the changes (but does not persist them).

    @@ -399,7 +399,7 @@ Otherwise, it will return the index of the highest address it has derived.

    transactions related to your wallet into it.

    After applying updates you should persist the staged wallet changes. For an example of how to persist staged wallet changes see Wallet::reveal_next_address. `

    -
    source

    pub fn apply_update_at( +

    source

    pub fn apply_update_at( &mut self, update: impl Into<Update>, seen_at: Option<u64> @@ -413,17 +413,17 @@ canonical history).

    not be part of the canonical history of transactions.

    Use apply_update to have the seen_at value automatically set to the current time.

    -

    source

    pub fn staged(&self) -> Option<&ChangeSet>

    Get a reference of the staged ChangeSet that is yet to be committed (if any).

    -
    source

    pub fn staged_mut(&mut self) -> Option<&mut ChangeSet>

    Get a mutable reference of the staged ChangeSet that is yet to be commited (if any).

    -
    source

    pub fn take_staged(&mut self) -> Option<ChangeSet>

    Take the staged ChangeSet to be persisted now (if any).

    -
    source

    pub fn tx_graph(&self) -> &TxGraph<ConfirmationBlockTime>

    Get a reference to the inner [TxGraph].

    -
    source

    pub fn unbroadcast_transactions( +

    source

    pub fn staged(&self) -> Option<&ChangeSet>

    Get a reference of the staged ChangeSet that is yet to be committed (if any).

    +
    source

    pub fn staged_mut(&mut self) -> Option<&mut ChangeSet>

    Get a mutable reference of the staged ChangeSet that is yet to be commited (if any).

    +
    source

    pub fn take_staged(&mut self) -> Option<ChangeSet>

    Take the staged ChangeSet to be persisted now (if any).

    +
    source

    pub fn tx_graph(&self) -> &TxGraph<ConfirmationBlockTime>

    Get a reference to the inner [TxGraph].

    +
    source

    pub fn unbroadcast_transactions( &self ) -> impl Iterator<Item = TxNode<'_, Arc<Transaction>, ConfirmationBlockTime>>

    Iterate over transactions in the wallet that are unseen and unanchored likely because they haven’t been broadcast.

    -
    source

    pub fn spk_index(&self) -> &KeychainTxOutIndex<KeychainKind>

    Get a reference to the inner [KeychainTxOutIndex].

    -
    source

    pub fn local_chain(&self) -> &LocalChain

    Get a reference to the inner [LocalChain].

    -
    source

    pub fn apply_block( +

    source

    pub fn spk_index(&self) -> &KeychainTxOutIndex<KeychainKind>

    Get a reference to the inner [KeychainTxOutIndex].

    +
    source

    pub fn local_chain(&self) -> &LocalChain

    Get a reference to the inner [LocalChain].

    +
    source

    pub fn apply_block( &mut self, block: &Block, height: u32 @@ -431,7 +431,7 @@ because they haven’t been broadcast.

    prev_blockhash of the block’s header.

    This is a convenience method that is equivalent to calling apply_block_connected_to with prev_blockhash and height-1 as the connected_to parameter.

    -

    source

    pub fn apply_block_connected_to( +

    source

    pub fn apply_block_connected_to( &mut self, block: &Block, height: u32, @@ -444,7 +444,7 @@ internal [TxGraph].

    WARNING: You must persist the changes resulting from one or more calls to this method if you need the inserted block data to be reloaded after closing the wallet. See Wallet::reveal_next_address.

    -

    source

    pub fn apply_unconfirmed_txs<'t>( +

    source

    pub fn apply_unconfirmed_txs<'t>( &mut self, unconfirmed_txs: impl IntoIterator<Item = (&'t Transaction, u64)> )

    Apply relevant unconfirmed transactions to the wallet.

    @@ -456,20 +456,20 @@ when there is conflicting unconfirmed transactions. The transaction with the lat

    WARNING: You must persist the changes resulting from one or more calls to this method if you need the applied unconfirmed transactions to be reloaded after closing the wallet. See Wallet::reveal_next_address.

    -
    source§

    impl Wallet

    Methods to construct sync/full-scan requests for spk-based chain sources.

    -
    source§

    impl Wallet

    Methods to construct sync/full-scan requests for spk-based chain sources.

    +
    source

    pub fn start_sync_with_revealed_spks( &self ) -> SyncRequestBuilder<(KeychainKind, u32)>

    Create a partial [SyncRequest] for this wallet for all revealed spks.

    This is the first step when performing a spk-based wallet partial sync, the returned [SyncRequest] collects all revealed script pubkeys from the wallet keychain needed to start a blockchain sync with a spk based blockchain client.

    -
    source

    pub fn start_full_scan(&self) -> FullScanRequestBuilder<KeychainKind>

    Create a [`FullScanRequest] for this wallet.

    +
    source

    pub fn start_full_scan(&self) -> FullScanRequestBuilder<KeychainKind>

    Create a [`FullScanRequest] for this wallet.

    This is the first step when performing a spk-based wallet full scan, the returned [`FullScanRequest] collects iterators for the wallet’s keychain script pub keys needed to start a blockchain full scan with a spk based blockchain client.

    This operation is generally only used when importing or restoring a previously used wallet in which the list of used scripts is not known.

    -

    Trait Implementations§

    source§

    impl AsRef<TxGraph<ConfirmationBlockTime>> for Wallet

    source§

    fn as_ref(&self) -> &TxGraph<ConfirmationBlockTime>

    Converts this type into a shared reference of the (usually inferred) input type.
    source§

    impl Debug for Wallet

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where +

    Trait Implementations§

    source§

    impl AsRef<TxGraph<ConfirmationBlockTime>> for Wallet

    source§

    fn as_ref(&self) -> &TxGraph<ConfirmationBlockTime>

    Converts this type into a shared reference of the (usually inferred) input type.
    source§

    impl Debug for Wallet

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for T
    where T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for T
    where T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    source§

    impl<T> From<T> for T

    source§

    fn from(t: T) -> T

    Returns the argument unchanged.

    diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/tx_builder/enum.AddForeignUtxoError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/tx_builder/enum.AddForeignUtxoError.html index 1c93402ed8..a1b8301a14 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/tx_builder/enum.AddForeignUtxoError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/tx_builder/enum.AddForeignUtxoError.html @@ -11,7 +11,7 @@
    §foreign_utxo: OutPoint

    Foreign UTXO outpoint

    §

    InvalidOutpoint(OutPoint)

    Requested outpoint doesn’t exist in the tx (vout greater than available outputs)

    §

    MissingUtxo

    Foreign utxo missing witness_utxo or non_witness_utxo

    -

    Trait Implementations§

    source§

    impl Debug for AddForeignUtxoError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for AddForeignUtxoError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for AddForeignUtxoError

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where +

    Trait Implementations§

    source§

    impl Debug for AddForeignUtxoError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for AddForeignUtxoError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for AddForeignUtxoError

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for T
    where T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for T
    where T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    source§

    impl<T> From<T> for T

    source§

    fn from(t: T) -> T

    Returns the argument unchanged.

    diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/tx_builder/enum.AddUtxoError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/tx_builder/enum.AddUtxoError.html index 95a05a6299..1a0749479a 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/tx_builder/enum.AddUtxoError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/tx_builder/enum.AddUtxoError.html @@ -2,7 +2,7 @@ UnknownUtxo(OutPoint), }
    Expand description

    Error returned from TxBuilder::add_utxo and TxBuilder::add_utxos

    Variants§

    §

    UnknownUtxo(OutPoint)

    Happens when trying to spend an UTXO that is not in the internal database

    -

    Trait Implementations§

    source§

    impl Debug for AddUtxoError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for AddUtxoError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for AddUtxoError

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where +

    Trait Implementations§

    source§

    impl Debug for AddUtxoError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for AddUtxoError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for AddUtxoError

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for T
    where T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for T
    where T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    source§

    impl<T> From<T> for T

    source§

    fn from(t: T) -> T

    Returns the argument unchanged.

    diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_bitcoind_rpc_polling/fn.main.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_bitcoind_rpc_polling/fn.main.html index d1a5cf074f..df308498c3 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_bitcoind_rpc_polling/fn.main.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_bitcoind_rpc_polling/fn.main.html @@ -1 +1 @@ -main in example_bitcoind_rpc_polling - Rust

    Function example_bitcoind_rpc_polling::main

    source ·
    pub(crate) fn main() -> Result<()>
    \ No newline at end of file +main in example_bitcoind_rpc_polling - Rust

    Function example_bitcoind_rpc_polling::main

    source ·
    pub(crate) fn main() -> Result<()>
    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_bitcoind_rpc_polling/struct.RpcArgs.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_bitcoind_rpc_polling/struct.RpcArgs.html index dccf72e7b9..1b3f759578 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_bitcoind_rpc_polling/struct.RpcArgs.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_bitcoind_rpc_polling/struct.RpcArgs.html @@ -9,7 +9,7 @@
    §rpc_user: Option<String>

    RPC auth username

    §rpc_password: Option<String>

    RPC auth password

    §fallback_height: u32

    Starting block height to fallback to if no point of agreement if found

    -

    Implementations§

    source§

    impl RpcArgs

    source

    pub(crate) fn new_client(&self) -> Result<Client>

    Trait Implementations§

    source§

    impl Args for RpcArgs

    source§

    fn augment_args<'b>(__clap_app: Command<'b>) -> Command<'b>

    Append to [Command] so it can instantiate Self. Read more
    source§

    fn augment_args_for_update<'b>(__clap_app: Command<'b>) -> Command<'b>

    Append to [Command] so it can update self. Read more
    source§

    impl Clone for RpcArgs

    source§

    fn clone(&self) -> RpcArgs

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for RpcArgs

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl From<RpcArgs> for Auth

    source§

    fn from(args: RpcArgs) -> Self

    Converts to this type from the input type.
    source§

    impl FromArgMatches for RpcArgs

    source§

    fn from_arg_matches(__clap_arg_matches: &ArgMatches) -> Result<Self, Error>

    Instantiate Self from [ArgMatches], parsing the arguments as needed. Read more
    source§

    fn from_arg_matches_mut( +

    Implementations§

    source§

    impl RpcArgs

    source

    pub(crate) fn new_client(&self) -> Result<Client>

    Trait Implementations§

    source§

    impl Args for RpcArgs

    source§

    fn augment_args<'b>(__clap_app: Command<'b>) -> Command<'b>

    Append to [Command] so it can instantiate Self. Read more
    source§

    fn augment_args_for_update<'b>(__clap_app: Command<'b>) -> Command<'b>

    Append to [Command] so it can update self. Read more
    source§

    impl Clone for RpcArgs

    source§

    fn clone(&self) -> RpcArgs

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for RpcArgs

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl From<RpcArgs> for Auth

    source§

    fn from(args: RpcArgs) -> Self

    Converts to this type from the input type.
    source§

    impl FromArgMatches for RpcArgs

    source§

    fn from_arg_matches(__clap_arg_matches: &ArgMatches) -> Result<Self, Error>

    Instantiate Self from [ArgMatches], parsing the arguments as needed. Read more
    source§

    fn from_arg_matches_mut( __clap_arg_matches: &mut ArgMatches ) -> Result<Self, Error>

    Instantiate Self from [ArgMatches], parsing the arguments as needed. Read more
    source§

    fn update_from_arg_matches( &mut self, diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/enum.CoinSelectionAlgo.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/enum.CoinSelectionAlgo.html index fa7da0241a..b320bc52ab 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/enum.CoinSelectionAlgo.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/enum.CoinSelectionAlgo.html @@ -4,7 +4,7 @@ OldestFirst, NewestFirst, BranchAndBound, -}

    Variants§

    §

    LargestFirst

    §

    SmallestFirst

    §

    OldestFirst

    §

    NewestFirst

    §

    BranchAndBound

    Trait Implementations§

    source§

    impl Clone for CoinSelectionAlgo

    source§

    fn clone(&self) -> CoinSelectionAlgo

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for CoinSelectionAlgo

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Default for CoinSelectionAlgo

    source§

    fn default() -> CoinSelectionAlgo

    Returns the “default value” for a type. Read more
    source§

    impl Display for CoinSelectionAlgo

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl FromStr for CoinSelectionAlgo

    §

    type Err = Error

    The associated error which can be returned from parsing.
    source§

    fn from_str(s: &str) -> Result<Self, Self::Err>

    Parses a string s to return a value of this type. Read more

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where +}

    Variants§

    §

    LargestFirst

    §

    SmallestFirst

    §

    OldestFirst

    §

    NewestFirst

    §

    BranchAndBound

    Trait Implementations§

    source§

    impl Clone for CoinSelectionAlgo

    source§

    fn clone(&self) -> CoinSelectionAlgo

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for CoinSelectionAlgo

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Default for CoinSelectionAlgo

    source§

    fn default() -> CoinSelectionAlgo

    Returns the “default value” for a type. Read more
    source§

    impl Display for CoinSelectionAlgo

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl FromStr for CoinSelectionAlgo

    §

    type Err = Error

    The associated error which can be returned from parsing.
    source§

    fn from_str(s: &str) -> Result<Self, Self::Err>

    Parses a string s to return a value of this type. Read more

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for T
    where T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for T
    where T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    source§

    impl<T> From<T> for T

    source§

    fn from(t: T) -> T

    Returns the argument unchanged.

    diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/enum.Keychain.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/enum.Keychain.html index 8047315499..f6ec499147 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/enum.Keychain.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/enum.Keychain.html @@ -1,16 +1,16 @@ Keychain in example_cli - Rust

    Enum example_cli::Keychain

    source ·
    pub enum Keychain {
         External,
         Internal,
    -}

    Variants§

    §

    External

    §

    Internal

    Trait Implementations§

    source§

    impl Clone for Keychain

    source§

    fn clone(&self) -> Keychain

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for Keychain

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<'de> Deserialize<'de> for Keychain

    source§

    fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
    where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl Display for Keychain

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Ord for Keychain

    source§

    fn cmp(&self, other: &Keychain) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where +}

    Variants§

    §

    External

    §

    Internal

    Trait Implementations§

    source§

    impl Clone for Keychain

    source§

    fn clone(&self) -> Keychain

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for Keychain

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<'de> Deserialize<'de> for Keychain

    source§

    fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
    where + __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl Display for Keychain

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Ord for Keychain

    source§

    fn cmp(&self, other: &Keychain) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Self
    where Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Self
    where Self: Sized + PartialOrd,

    Restrict a value to a certain interval. Read more
    source§

    impl PartialEq for Keychain

    source§

    fn eq(&self, other: &Keychain) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
    source§

    impl PartialOrd for Keychain

    source§

    fn partial_cmp(&self, other: &Keychain) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
    source§

    impl Serialize for Keychain

    source§

    fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
    where - __S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    source§

    impl Copy for Keychain

    source§

    impl Eq for Keychain

    source§

    impl StructuralPartialEq for Keychain

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where +operator. Read more

    source§

    impl Serialize for Keychain

    source§

    fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
    where + __S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    source§

    impl Copy for Keychain

    source§

    impl Eq for Keychain

    source§

    impl StructuralPartialEq for Keychain

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for T
    where T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for T
    where T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    §

    impl<Q, K> Equivalent<K> for Q
    where @@ -27,5 +27,5 @@ operator. Display + ?Sized,

    source§

    default fn to_string(&self) -> String

    Converts the given value to a String. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where - T: for<'de> Deserialize<'de>,

    \ No newline at end of file + V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/fn.create_tx.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/fn.create_tx.html index 58ed42a3ed..b33dbad95c 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/fn.create_tx.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/fn.create_tx.html @@ -5,5 +5,5 @@ cs_algorithm: CoinSelectionAlgo, address: Address, value: u64 -) -> Result<(Psbt, Option<ChangeInfo>)>
    where +) -> Result<(Psbt, Option<ChangeInfo>)>
    where O::Error: Error + Send + Sync + 'static,
    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/fn.handle_commands.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/fn.handle_commands.html index cf82c3e163..9c7e05012a 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/fn.handle_commands.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/fn.handle_commands.html @@ -3,6 +3,6 @@ chain: &Mutex<LocalChain>, db: &Mutex<Store<ChangeSet>>, network: Network, - broadcast: impl FnOnce(S, &Transaction) -> Result<()>, + broadcast: impl FnOnce(S, &Transaction) -> Result<()>, cmd: Commands<CS, S> -) -> Result<()>
    \ No newline at end of file +) -> Result<()>
    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/fn.init_or_load.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/fn.init_or_load.html index 6de464f0f2..3631486625 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/fn.init_or_load.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/fn.init_or_load.html @@ -1,5 +1,5 @@ init_or_load in example_cli - Rust

    Function example_cli::init_or_load

    source ·
    pub fn init_or_load<CS: Subcommand, S: Args>(
         db_magic: &[u8],
         db_path: &str
    -) -> Result<Option<Init<CS, S>>>
    Expand description

    Loads from persistence or creates new

    +) -> Result<Option<Init<CS, S>>>
    Expand description

    Loads from persistence or creates new

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/index.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/index.html index c2f906900b..8f070d01a6 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/index.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/index.html @@ -1 +1 @@ -example_cli - Rust

    Crate example_cli

    source ·

    Re-exports§

    Structs§

    Enums§

    Functions§

    Type Aliases§

    \ No newline at end of file +example_cli - Rust

    Crate example_cli

    source ·

    Re-exports§

    Structs§

    Enums§

    Functions§

    Type Aliases§

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/struct.ChangeSet.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/struct.ChangeSet.html index 70b36d8db4..8a4f3d468a 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/struct.ChangeSet.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/struct.ChangeSet.html @@ -12,11 +12,11 @@
    §local_chain: ChangeSet

    Changes to the [LocalChain].

    §tx_graph: ChangeSet<ConfirmationBlockTime>

    Changes to TxGraph.

    §indexer: ChangeSet

    Changes to [KeychainTxOutIndex].

    -

    Trait Implementations§

    source§

    impl Clone for ChangeSet

    source§

    fn clone(&self) -> ChangeSet

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for ChangeSet

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Default for ChangeSet

    source§

    fn default() -> ChangeSet

    Returns the “default value” for a type. Read more
    source§

    impl<'de> Deserialize<'de> for ChangeSet

    source§

    fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
    where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl Merge for ChangeSet

    source§

    fn merge(&mut self, other: Self)

    Merge another object of the same type onto self.
    source§

    fn is_empty(&self) -> bool

    Returns whether the structure is considered empty.
    §

    fn take(&mut self) -> Option<Self>

    Take the value, replacing it with the default value.
    source§

    impl PartialEq for ChangeSet

    source§

    fn eq(&self, other: &ChangeSet) -> bool

    This method tests for self and other values to be equal, and is used +

    Trait Implementations§

    source§

    impl Clone for ChangeSet

    source§

    fn clone(&self) -> ChangeSet

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for ChangeSet

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Default for ChangeSet

    source§

    fn default() -> ChangeSet

    Returns the “default value” for a type. Read more
    source§

    impl<'de> Deserialize<'de> for ChangeSet

    source§

    fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
    where + __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl Merge for ChangeSet

    source§

    fn merge(&mut self, other: Self)

    Merge another object of the same type onto self.
    source§

    fn is_empty(&self) -> bool

    Returns whether the structure is considered empty.
    §

    fn take(&mut self) -> Option<Self>

    Take the value, replacing it with the default value.
    source§

    impl PartialEq for ChangeSet

    source§

    fn eq(&self, other: &ChangeSet) -> bool

    This method tests for self and other values to be equal, and is used by ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
    source§

    impl Serialize for ChangeSet

    source§

    fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
    where - __S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    source§

    impl StructuralPartialEq for ChangeSet

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where +sufficient, and should not be overridden without very good reason.

    source§

    impl Serialize for ChangeSet

    source§

    fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
    where + __S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    source§

    impl StructuralPartialEq for ChangeSet

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    source§

    impl<T> Borrow<T> for T
    where T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    source§

    impl<T> BorrowMut<T> for T
    where T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    source§

    impl<T> From<T> for T

    source§

    fn from(t: T) -> T

    Returns the argument unchanged.

    @@ -28,5 +28,5 @@ sufficient, and should not be overridden without very good reason.
    Clone,
    §

    type Owned = T

    The resulting type after obtaining ownership.
    source§

    fn to_owned(&self) -> T

    Creates owned data from borrowed data, usually by cloning. Read more
    source§

    fn clone_into(&self, target: &mut T)

    Uses borrowed data to replace owned data, usually by cloning. Read more
    source§

    impl<T, U> TryFrom<U> for T
    where U: Into<T>,

    §

    type Error = Infallible

    The type returned in the event of a conversion error.
    source§

    fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

    Performs the conversion.
    source§

    impl<T, U> TryInto<U> for T
    where U: TryFrom<T>,

    §

    type Error = <U as TryFrom<T>>::Error

    The type returned in the event of a conversion error.
    source§

    fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

    Performs the conversion.
    §

    impl<V, T> VZip<V> for T
    where - V: MultiLane<T>,

    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where - T: for<'de> Deserialize<'de>,

    \ No newline at end of file + V: MultiLane<T>,
    §

    fn vzip(self) -> V

    source§

    impl<T> DeserializeOwned for T
    where + T: for<'de> Deserialize<'de>,

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_electrum/fn.main.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_electrum/fn.main.html index ca7679987b..4dd4ff58fa 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_electrum/fn.main.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_electrum/fn.main.html @@ -1 +1 @@ -main in example_electrum - Rust

    Function example_electrum::main

    source ·
    pub(crate) fn main() -> Result<()>
    \ No newline at end of file +main in example_electrum - Rust

    Function example_electrum::main

    source ·
    pub(crate) fn main() -> Result<()>
    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_electrum/struct.ElectrumArgs.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_electrum/struct.ElectrumArgs.html index 41202da2c7..efb5df4599 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_electrum/struct.ElectrumArgs.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_electrum/struct.ElectrumArgs.html @@ -2,7 +2,7 @@ pub(crate) electrum_url: Option<String>, }

    Fields§

    §electrum_url: Option<String>

    The electrum url to use to connect to. If not provided it will use a default electrum server for your chosen network.

    -

    Implementations§

    source§

    impl ElectrumArgs

    source

    pub fn client(&self, network: Network) -> Result<Client>

    Trait Implementations§

    source§

    impl Args for ElectrumArgs

    source§

    fn augment_args<'b>(__clap_app: Command<'b>) -> Command<'b>

    Append to [Command] so it can instantiate Self. Read more
    source§

    fn augment_args_for_update<'b>(__clap_app: Command<'b>) -> Command<'b>

    Append to [Command] so it can update self. Read more
    source§

    impl Clone for ElectrumArgs

    source§

    fn clone(&self) -> ElectrumArgs

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for ElectrumArgs

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl FromArgMatches for ElectrumArgs

    source§

    fn from_arg_matches(__clap_arg_matches: &ArgMatches) -> Result<Self, Error>

    Instantiate Self from [ArgMatches], parsing the arguments as needed. Read more
    source§

    fn from_arg_matches_mut( +

    Implementations§

    source§

    impl ElectrumArgs

    source

    pub fn client(&self, network: Network) -> Result<Client>

    Trait Implementations§

    source§

    impl Args for ElectrumArgs

    source§

    fn augment_args<'b>(__clap_app: Command<'b>) -> Command<'b>

    Append to [Command] so it can instantiate Self. Read more
    source§

    fn augment_args_for_update<'b>(__clap_app: Command<'b>) -> Command<'b>

    Append to [Command] so it can update self. Read more
    source§

    impl Clone for ElectrumArgs

    source§

    fn clone(&self) -> ElectrumArgs

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for ElectrumArgs

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl FromArgMatches for ElectrumArgs

    source§

    fn from_arg_matches(__clap_arg_matches: &ArgMatches) -> Result<Self, Error>

    Instantiate Self from [ArgMatches], parsing the arguments as needed. Read more
    source§

    fn from_arg_matches_mut( __clap_arg_matches: &mut ArgMatches ) -> Result<Self, Error>

    Instantiate Self from [ArgMatches], parsing the arguments as needed. Read more
    source§

    fn update_from_arg_matches( &mut self, diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_esplora/fn.main.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_esplora/fn.main.html index b6bd570756..7a37748065 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_esplora/fn.main.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_esplora/fn.main.html @@ -1 +1 @@ -main in example_esplora - Rust

    Function example_esplora::main

    source ·
    pub(crate) fn main() -> Result<()>
    \ No newline at end of file +main in example_esplora - Rust

    Function example_esplora::main

    source ·
    pub(crate) fn main() -> Result<()>
    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_esplora/struct.EsploraArgs.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_esplora/struct.EsploraArgs.html index c667032fad..0c5c42d28e 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_esplora/struct.EsploraArgs.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_esplora/struct.EsploraArgs.html @@ -1,7 +1,7 @@ EsploraArgs in example_esplora - Rust

    Struct example_esplora::EsploraArgs

    source ·
    pub struct EsploraArgs {
         pub(crate) esplora_url: Option<String>,
     }

    Fields§

    §esplora_url: Option<String>

    The esplora url endpoint to connect to.

    -

    Implementations§

    source§

    impl EsploraArgs

    source

    pub fn client(&self, network: Network) -> Result<BlockingClient>

    Trait Implementations§

    source§

    impl Args for EsploraArgs

    source§

    fn augment_args<'b>(__clap_app: Command<'b>) -> Command<'b>

    Append to [Command] so it can instantiate Self. Read more
    source§

    fn augment_args_for_update<'b>(__clap_app: Command<'b>) -> Command<'b>

    Append to [Command] so it can update self. Read more
    source§

    impl Clone for EsploraArgs

    source§

    fn clone(&self) -> EsploraArgs

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for EsploraArgs

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl FromArgMatches for EsploraArgs

    source§

    fn from_arg_matches(__clap_arg_matches: &ArgMatches) -> Result<Self, Error>

    Instantiate Self from [ArgMatches], parsing the arguments as needed. Read more
    source§

    fn from_arg_matches_mut( +

    Implementations§

    source§

    impl EsploraArgs

    source

    pub fn client(&self, network: Network) -> Result<BlockingClient>

    Trait Implementations§

    source§

    impl Args for EsploraArgs

    source§

    fn augment_args<'b>(__clap_app: Command<'b>) -> Command<'b>

    Append to [Command] so it can instantiate Self. Read more
    source§

    fn augment_args_for_update<'b>(__clap_app: Command<'b>) -> Command<'b>

    Append to [Command] so it can update self. Read more
    source§

    impl Clone for EsploraArgs

    source§

    fn clone(&self) -> EsploraArgs

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    source§

    impl Debug for EsploraArgs

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl FromArgMatches for EsploraArgs

    source§

    fn from_arg_matches(__clap_arg_matches: &ArgMatches) -> Result<Self, Error>

    Instantiate Self from [ArgMatches], parsing the arguments as needed. Read more
    source§

    fn from_arg_matches_mut( __clap_arg_matches: &mut ArgMatches ) -> Result<Self, Error>

    Instantiate Self from [ArgMatches], parsing the arguments as needed. Read more
    source§

    fn update_from_arg_matches( &mut self, diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/help.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/help.html index ae03e9ecc6..08ff977b9d 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/help.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/help.html @@ -1 +1 @@ -Help

    Rustdoc help

    Back
    \ No newline at end of file +Help

    Rustdoc help

    Back
    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/search-index.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/search-index.js index 49bf4d462b..3bdcf51215 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/search-index.js +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/search-index.js @@ -1,13 +1,13 @@ var searchIndex = new Map(JSON.parse('[\ ["bdk_bitcoind_rpc",{"t":"KFFEONNNNNNONNNNNNMNNNNNNNNNNNN","n":["BitcoindRpcErrorExt","BlockEvent","Emitter","bitcoincore_rpc","block","block_hash","block_height","borrow","borrow","borrow_mut","borrow_mut","checkpoint","connected_to","fmt","from","from","into","into","is_not_found_error","mempool","new","next_block","next_header","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip"],"q":[[0,"bdk_bitcoind_rpc"],[31,"bitcoin::blockdata::block"],[32,"bdk_core::block_id"],[33,"core::fmt"],[34,"bitcoin::blockdata::transaction"],[35,"alloc::vec"],[36,"bitcoincore_rpc::error"],[37,"core::result"],[38,"bitcoincore_rpc::client"],[39,"bdk_core::checkpoint"],[40,"core::option"],[41,"core::any"]],"i":[0,0,0,0,1,1,1,12,1,12,1,1,1,1,12,1,12,1,10,12,12,12,12,12,1,12,1,12,1,12,1],"f":"`````{{{d{{b{c}}}}}f{}}{{{d{{b{c}}}}}h{}}{{{d{c}}}{{d{e}}}{}{}}0{{{d{jc}}}{{d{je}}}{}{}}0`{{{d{{b{c}}}}}l{}}{{{d{{b{c}}}}{d{jn}}}A`Ab}{cc{}}0{ce{}{}}0{{{d{Ad}}}Af}{{{d{j{Ah{c}}}}}{{Bd{{B`{{An{AjAl}}}}Bb}}}Bf}{{{d{c}}Bhh}{{Ah{c}}}Bf}{{{d{j{Ah{c}}}}}{{Bd{{Bl{{b{Bj}}}}Bb}}}Bf}{{{d{j{Ah{c}}}}}{{Bd{{Bl{{b{Bn}}}}Bb}}}Bf}{c{{Bd{e}}}{}{}}000{{{d{c}}}C`{}}077","D":"Bd","p":[[5,"BlockEvent",0],[1,"reference"],[5,"BlockHash",31],[1,"u32"],[0,"mut"],[5,"BlockId",32],[5,"Formatter",33],[8,"Result",33],[10,"Debug",33],[10,"BitcoindRpcErrorExt",0],[1,"bool"],[5,"Emitter",0],[5,"Transaction",34],[1,"u64"],[1,"tuple"],[5,"Vec",35],[6,"Error",36],[6,"Result",37],[10,"RpcApi",38],[5,"CheckPoint",39],[5,"Block",31],[6,"Option",40],[5,"Header",31],[5,"TypeId",41]],"r":[],"b":[],"c":"OjAAAAAAAAA=","e":"OzAAAAEAAA0ABAAEAAAACAADAA4AAAAYAAcA"}],\ -["bdk_chain",{"t":"KKFSFFSKGFFFGPPKFRFFIEEIKFEFPPNNMNNONNNNDENONNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNMNNNNNNONOONCCNNNNNNNNNNNNNNNNNNNNNMNNNMNONECNMENNNNNNONNNNNNNNNDCODNNNNNOCENNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNCOOONNNNNNNNNNNNNNONNNNNNNNNNNNNOOOFGPPPPFTTPPPFFPFFTTPGTTGFFFGFTTTTTTTTTTTTTTTTTTTPPFPPPTPGGPPPPTTTTFFPPPPPPFFFFPPTTPFFFFFFPPPPPFFFFFFGFFFPPPFFFFFPPPPPPPPPPPPPPPPPFTFFFFFFFGFFFFTTTTTTNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCCCNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOONNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNONNNNNNCNNNNNNNNNNNNNNNCONNNNNNNNNNNNNNNNNNNNNOOCNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNCONONNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNONONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNCNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNONNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNOFGGPPPGTPFPFGPFPGGKPFPPPPGPPPGPPPFPFPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOPPPGPFPFPFPFGGFPFPPPPPFPPPKGFPPPPPPPPGPPFPNNNNMNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNKKCCMMMMMMMHCHHHHCHHHPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHHNNNNNNNNNNNNNNNNNNNNNNNNHHHNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNRGPRGGKPPPPPPCNNNNNNNNNNNNMHNHHHNNNHCHNHHHNNHCNNNNNNNNNNNNNNNNNNNNNNCCNNNNNNNNNNNNNNNNNNNCFSSSPSPGPSSPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNKRKRFGKFFPPPNNNNNNNNNNNNNNMNNNNNMNNMNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFSSSSSSSSSSRRKMNNNNNNNFNNNNNNNNNNNNFFKNNNNMNNNNNNNNNNNNNNNNNNNNNNNNFFGFPFFFPNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNNNNNNNNONNNNNONONNNNNNNNNNNNNONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNFFFFFGFFFFPPNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPFGFFGIIFPPKPFPPPPIPPPPFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNOOOONNNOOOONNNNNOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOFFCCCCCCCCCPPGFFFTPPTTTFPPGFFFONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNOONNONNNNNONNNNNNNNNNNNNNNONNNNNONNNNNTSFSSSSSSSTSSTSSTSNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNFCCPFFSGTTTTFFTPFTTNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFFFFGTTTTTFPFTTTNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGGPPPJJJJJFPPPPPPCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSFFPGGFFPPPFPFFKFFFPPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCCHGPPSSFNNNNNNNNNNNNNNNNNNNPGPPFGPPPPPPPPPPPPPPPPPPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFFFTFFTTTTTGFTPFFFFPFPPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNOONNONHHOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNOOONNNNNNNOSFFFNNNNNNNNNNNNNTPKGKTPFTKTTPKONOOOONNNNNNNNMHHNMMMMMMMMMMCNNNNNNNNNNNNNOOONOCOOOMMMMMMMMMMOCHNNNNNNNNNNNFKPKGGPPSPPPPKPFKNNNNNNNNNNNNMNNHHHMMMMMMMMMMNNNNNNNNNNNNNNNNNNNMMMMMMMMMMHHNNNNNNNNNNNNNNNNNOOOOJFJJJOOOOOOOOOOOOOKKRRKRFRKFNNNNNNMMNNMNCNNMNNNNNNNNNKFFFFGGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPGPPFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNPFPFPPFGGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFFFFFFTRTRFKKFFTRMNMNNNNNNNNQNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNMNNMNNNNCNQQCNNNNNMNNNNNMNMNNNCQCNCCCCQCCCCMNNNNNNNNNNNNNNNNNNNNHFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFGRKRKIGGFPPFPPPFPNMNNNNNNNNNNNNNNCNNNNNNNNNNNCNNNNNNNNNNNNNNNCNNNNNNNNNQNNNNNNNNNNNMNNNQNNNNNNNNNNNNNNNNNNNNNNCCNNNNNNNQNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNQFNNNNNNNNNNNNNNNNNRFFKNMNNNNNNNNNNNNQNNNQNNNNNNNNNNNNNNNGGPPFPFPFNNNNNNNONNNNONNNNNNNRKGGPPPPMRKRKNMMNNNNFFFNNNONONNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKYKRRRKYRRRRRRRKNNNCMMMMMMMMMNMMMMMMMMMMMMMMMNMMMMMMQNNCMMMMMMNMMMMMMMMMMMMMMMMNMMMMMMMPPPKKKKRPKKRRRRRKPFKPKPPPPPKPKPPPGPPPRRRKKNNNNNNNNNMNNMMNMMMMMMMMNMMMMMMMMMMMMMMMNMMMMMMNNNMNMNNNNNNNNNMNNNNNNMNMNNNMNMNNNNMNNNNNNNMNNMNNCNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFFFFFFFFFFFFFFFFFFFFFFFFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKRRRRRRRRFRRRRRRRRKKRKRKRKRKRKRKRKKNNNNNNMNNNNNNNNNNMMMMMMMNNNNNNNNNNNNNNMMMMMMNNNMMMMMMNNNNNMMMMMNMMMMMMMMMMMMNMMMMMMMMNNNNNNNNNCTKNMNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFKNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPPKPPPFPFGPPPPPPPPKIFFPPPKPNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNMNNMNNNNNNNNNNNNNNNQNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNPFPPGGPPFPFPPPPFPGGGFFFFPPPFKRRFFFIIKFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPFGPPPPPFPPNNNNNHHNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNONNNNPPGGFPPPPFCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHHFTTTTFTTTTSFTTFTFTNCONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCCCCCCNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGFFPPPPPPPOONNNNNNNNNNNNNNNNNNNNNNNNNNOOOONONNNNNNNNNNNPPPPPPPPPFFPPPPPPPPPPPPPPSSPPGPPPFPPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOPPPFFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNOONNNNNNNNNNNNOONNNOOPGFFPPNNNNNNNNNNNNNNNNNNNNONNNNNNNNNOONNNNNNONNNNNNNNNNNNONNNNNNFFFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNONNNNNNNNONNNNONNNNFFFFFFONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOONNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPPPPPPFGFNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONOOOOOOOONNNNNNNNNNNNOONNNFNNNNNNNNNNNNNNNNNNNNSSSSSSSSHFFFPPPPPPPPPPGRGPKGPGFPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPFGPPFPGFPPPPPPPPPGGIGIPPPPPPPPPPPPPPPOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNNOONNNNOOOOCOOOCNNNOONNNNNNNOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNONNNNNNNNNNNNNOOOOOOOOOOOOOOOOOFFFINNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNONNNONNNNNNNNNNNNNNOONNNGFKTGPTPPPFPPPPPPPPFTFPTPGKFFFFGFKKKGFFTNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCMNNNNNNNNNCCCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNQNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNCCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNSSSSSSSSSSSSSSSSFNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNPPFGFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFIFIFIPPPPFSSSSSIFFPPPPRFMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNQQNNNNNNNNNNNNNNNNNNHNNNNNCHHHHHHJHHHHHHHHHHHHHHHHHHHJHHHHHHHHHHHJHHHHHJJJHHHHHHHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNHHHHHNNNNNFTNNNNIIIIGNNNNNNNNINNNNNNNNNNTKFKTKKRKNNNCNMNNNNNNNMNNNNNNNMMCHNNCNNNCNNHNMNMNNNNPFFGFFKKPPPFFFFPFGFMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNCKKKRFFFFFKRMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMMNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPPGFCKFNNNNNNNNNNKKRKKKRKKFFMNMNNMMNMMNMNNMNNNNNMMMHMNNNNMHNMFFFCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNRKFKNNMNMNNMMNMMNNCNNNNNMMNNNNNNGGGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHHNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPPPFGPGPGPPPPPFPFFPPPPPPGGPGPFPFFFPPFPFGPPPFPPFFGGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNSPPPFGPNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNNFPPPFPGPPGPPPPPPPPFFGFPPPPFFPGPFSSSSSSSFGFFFPFFFFGGFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONCNNONNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNCOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNONNNNRKMMMMMCCFSPKGPFTTKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNMNNNMNNNNNNNNNNNNNNNNNNNNMNNNOOOOFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFGTPFFFFPFFTNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNONNNNNNSHFFFPPGFFFFPNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNOONNNNNONNONNNNNNNNNNNNNNNNNNNNNNNNOONOONNNNNNNNNNNNNNNNNTGFFPPTTTFFFFFNNNOOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNONOOOONNNNNNNNNNNNNNNNNN","n":["Anchor","AnchorFromBlockPosition","AnchorImpl","BIP32_MAX_INDEX","Balance","BlockId","COINBASE_MATURITY","ChainOracle","ChainPosition","CheckPoint","CheckPointIter","ConfirmationBlockTime","ConfirmationTime","Confirmed","Confirmed","DescriptorExt","DescriptorId","Error","FullTxOut","Impl","Indexed","IndexedTxGraph","Indexer","KeychainIndexed","Merge","SpkIterator","TxGraph","TxUpdate","Unconfirmed","Unconfirmed","add","all_zeros","anchor_block","anchor_block","anchor_block","anchors","as_byte_array","as_raw_hash","as_ref","as_ref","bdk_core","bitcoin","block_id","block_id","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","chain_position","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cloned","cmp","cmp","cmp","cmp","cmp","cmp","column_result","column_result","column_result","column_result","column_result","column_result","column_result","column_result","column_result","confirmation_height_upper_bound","confirmation_height_upper_bound","confirmation_height_upper_bound","confirmation_height_upper_bound","confirmation_time","confirmed","default","default","default","default","deref","deref","descriptor","descriptor_id","deserialize","deserialize","deserialize","deserialize","deserialize","dust_value","engine","eq","eq","eq","eq","eq","eq","eq","eq","eq_ptr","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_block_ids","from_block_position","from_block_position","from_block_position","from_byte_array","from_engine","from_header","from_raw_hash","from_slice","from_slice_delegated","from_str","get","get_chain_tip","hash","hash","hash","hash","hash","hash","hash","height","height","immature","index","indexed_tx_graph","indexer","insert","into","into","into","into","into","into","into","into","into","into","into","into","into","into_fallible","into_fallible","into_inner","into_inner","into_iter","into_iter","into_iter","is_block_in_chain","is_confirmed","is_confirmed","is_confirmed_and_spendable","is_empty","is_mature","is_on_coinbase","iter","keychain_txout","local_chain","map_anchors","merge","miniscript","new","new","new_with_range","next","next","nth","outpoint","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","prev","push","range","rusqlite","rusqlite_impl","seen_ats","serde","serialize","serialize","serialize","serialize","serialize","spent_by","spk_client","spk_txout","take","take","to_byte_array","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_raw_hash","to_sql","to_sql","to_sql","to_sql","to_sql","to_sql","to_sql","to_sql","to_sql","to_string","to_string","total","transpose_into_fallible","transpose_into_fallible","trusted_pending","trusted_spendable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","tx_graph","txout","txouts","txs","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","unconfirmed","untrusted_pending","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","height","last_seen","time","Address","AddressType","All","All","AllPlusAnyoneCanPay","AllPlusAnyoneCanPay","Amount","BROADCAST_MIN","BTC","Bit","Bitcoin","Bitcoin","Block","BlockHash","CentiBitcoin","CompactTarget","CompressedPublicKey","DEFAULT_MAX_FEE_RATE","DUST","Default","Denomination","ENABLE_LOCKTIME_NO_RBF","ENABLE_RBF_NO_LOCKTIME","EcdsaSighashType","FeeRate","FilterHash","FilterHeader","KnownHrp","LegacySighash","MAX","MAX","MAX","MAX","MAX","MAX","MAX_ATTAINABLE_MAINNET","MAX_ATTAINABLE_REGTEST","MAX_ATTAINABLE_SIGNET","MAX_ATTAINABLE_TESTNET","MAX_BLOCK","MAX_MONEY","MAX_MONEY","MAX_STANDARD_WEIGHT","MIN","MIN","MIN","MIN","MIN_TRANSACTION","Main","Mainnet","MerkleBlock","MicroBitcoin","MilliBitcoin","MilliSatoshi","NULL","NanoBitcoin","Network","NetworkKind","None","None","NonePlusAnyoneCanPay","NonePlusAnyoneCanPay","ONE_BTC","ONE_BTC","ONE_SAT","ONE_SAT","Opcode","OutPoint","P2pkh","P2sh","P2tr","P2wpkh","P2wsh","PicoBitcoin","PrivateKey","Psbt","PubkeyHash","PublicKey","Regtest","Regtest","SAT","SIZE","Satoshi","Script","ScriptBuf","ScriptHash","SegwitV0Sighash","Sequence","SignedAmount","Signet","Single","Single","SinglePlusAnyoneCanPay","SinglePlusAnyoneCanPay","TapBranchTag","TapLeafHash","TapLeafTag","TapNodeHash","TapSighash","TapSighashTag","TapSighashType","TapTweakHash","TapTweakTag","Target","Test","Testnet","Testnets","Transaction","TxIn","TxMerkleNode","TxOut","Txid","V0","V1","V10","V11","V12","V13","V14","V15","V16","V2","V3","V4","V5","V6","V7","V8","V9","VarInt","WITNESS_SCALE_FACTOR","WPubkeyHash","WScriptHash","Weight","Witness","WitnessCommitment","WitnessMerkleNode","WitnessProgram","WitnessVersion","Work","Wtxid","XKeyIdentifier","XOnlyPublicKey","ZERO","ZERO","ZERO","ZERO","ZERO","ZERO","abs","add","add","add","add","add_assign","add_assign","add_assign","add_tweak","address","address_type","all_zeros","all_zeros","all_zeros","all_zeros","all_zeros","all_zeros","all_zeros","all_zeros","all_zeros","all_zeros","all_zeros","all_zeros","all_zeros","all_zeros","all_zeros","all_zeros","all_zeros","all_zeros","all_zeros","amount","as_byte_array","as_byte_array","as_byte_array","as_byte_array","as_byte_array","as_byte_array","as_byte_array","as_byte_array","as_byte_array","as_byte_array","as_byte_array","as_byte_array","as_byte_array","as_byte_array","as_byte_array","as_byte_array","as_byte_array","as_byte_array","as_byte_array","as_bytes","as_c_ptr","as_mut","as_mut","as_mut","as_mut","as_mut_bytes","as_mut_c_ptr","as_mut_ptr","as_mut_script","as_ptr","as_raw_hash","as_raw_hash","as_raw_hash","as_raw_hash","as_raw_hash","as_raw_hash","as_raw_hash","as_raw_hash","as_raw_hash","as_raw_hash","as_raw_hash","as_raw_hash","as_raw_hash","as_raw_hash","as_raw_hash","as_raw_hash","as_raw_hash","as_raw_hash","as_raw_hash","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_script","as_unchecked","assume_checked","assume_checked_ref","assume_hidden","base_size","base_size","bip152","bip158","bip32","bip34_block_height","block_hash","blockdata","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","builder","builder","bytes","chain_hash","check_after","check_merkle_root","check_older","check_older","check_witness_commitment","checked_abs","checked_add","checked_add","checked_add","checked_div","checked_div","checked_div","checked_div","checked_mul","checked_mul","checked_mul","checked_mul","checked_mul_by_weight","checked_rem","checked_rem","checked_sub","checked_sub","checked_sub","classify","clear","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp_fast_unstable","coinbase","combine","compressed","compressed","compute_merkle_root","compute_ntxid","compute_txid","compute_witness_commitment","compute_wtxid","consensus","consensus_decode","consensus_decode","consensus_decode","consensus_decode","consensus_decode","consensus_decode","consensus_decode","consensus_decode","consensus_decode","consensus_decode","consensus_decode","consensus_decode","consensus_decode","consensus_decode","consensus_decode","consensus_decode","consensus_decode","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","count_sigops","count_sigops_legacy","dangerous_assume_tweaked","default","default","default","default","default","default","default","default","default","default","default","default","deref","deref_mut","des_btc","des_btc","des_sat","des_sat","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","difficulty","difficulty_float","display_dynamic","display_dynamic","display_in","display_in","div","div","div","div","div","div_assign","div_assign","div_assign","dust_value","ecdsa","enables_absolute_lock_time","enables_lock_time","engine","engine","engine","engine","engine","engine","engine","engine","engine","engine","engine","engine","engine","engine","engine","engine","engine","engine","engine","engine","engine","engine","engine","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq_fast_unstable","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","error","extend","extract","extract_matches","extract_tx","extract_tx_fee_rate_limit","extract_tx_unchecked_fee_rate","extract_tx_with_fee_rate_limit","fee","fee_vb","fee_wu","filter_header","finalize","finalize_inp","finalize_inp_mall","finalize_inp_mall_mut","finalize_inp_mut","finalize_mall","finalize_mall_mut","finalize_mut","first_opcode","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt_asm","fmt_value_in","fmt_value_in","fmt_wif","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_512_second_intervals","from_be_bytes","from_be_bytes","from_block_with_predicate","from_btc","from_btc","from_byte_array","from_byte_array","from_byte_array","from_byte_array","from_byte_array","from_byte_array","from_byte_array","from_byte_array","from_byte_array","from_byte_array","from_byte_array","from_byte_array","from_byte_array","from_byte_array","from_byte_array","from_byte_array","from_byte_array","from_byte_array","from_byte_array","from_bytes","from_bytes","from_bytes_mut","from_chain_hash","from_compact","from_consensus","from_consensus","from_consensus","from_consensus_u8","from_core_arg","from_engine","from_engine","from_engine","from_engine","from_engine","from_engine","from_engine","from_engine","from_engine","from_engine","from_engine","from_engine","from_engine","from_engine","from_engine","from_engine","from_engine","from_engine","from_engine","from_float_in","from_float_in","from_header_txids_with_predicate","from_height","from_hex","from_hex","from_hex","from_hex","from_hex","from_int_btc","from_iter","from_key_and_tweak","from_keypair","from_kwu","from_le_bytes","from_le_bytes","from_magic","from_node_hashes","from_non_witness_data_size","from_private_key","from_private_key","from_raw_hash","from_raw_hash","from_raw_hash","from_raw_hash","from_raw_hash","from_raw_hash","from_raw_hash","from_raw_hash","from_raw_hash","from_raw_hash","from_raw_hash","from_raw_hash","from_raw_hash","from_raw_hash","from_raw_hash","from_raw_hash","from_raw_hash","from_raw_hash","from_raw_hash","from_sat","from_sat","from_sat_per_kwu","from_sat_per_vb","from_sat_per_vb_unchecked","from_script","from_script","from_script","from_seconds_ceil","from_seconds_floor","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice_delegated","from_slice_delegated","from_slice_delegated","from_slice_delegated","from_slice_delegated","from_slice_delegated","from_slice_delegated","from_slice_delegated","from_slice_delegated","from_slice_delegated","from_slice_delegated","from_slice_delegated","from_slice_delegated","from_slice_delegated","from_slice_delegated","from_slice_delegated","from_slice_delegated","from_slice_delegated","from_slice_delegated","from_standard","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str_in","from_str_in","from_str_with_denomination","from_str_with_denomination","from_unprefixed_hex","from_unprefixed_hex","from_unprefixed_hex","from_unprefixed_hex","from_unsigned_tx","from_vb","from_vb_unchecked","from_vb_unwrap","from_wif","from_witness_data_size","from_witness_program","from_wu","from_wu_usize","generate","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash_types","header","header","index","index","index","index","index","index","index","index","index","index","index","index","index","index","index","index","index","index","index","index","index","index","index","index","index","index","index","index","inner","inner","input","inputs","instruction_indices","instruction_indices_minimal","instructions","instructions_minimal","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_boxed_script","into_bytes","into_iter","into_script_buf","is_absolute_timelock_satisfied","is_coinbase","is_empty","is_empty","is_explicitly_rbf","is_final","is_height_locked","is_lock_time_enabled","is_mainnet","is_met_by","is_multisig","is_negative","is_null","is_op_return","is_p2pk","is_p2pkh","is_p2sh","is_p2tr","is_p2tr","is_p2wpkh","is_p2wpkh","is_p2wsh","is_p2wsh","is_positive","is_provably_unspendable","is_push_only","is_rbf","is_related_to_pubkey","is_related_to_xonly_pubkey","is_relative_lock_time","is_spend_standard","is_time_locked","is_uncompressed","is_valid_for_network","is_witness_program","is_x_only_key","iter","iter_funding_utxos","key","last","legacy_weight","len","len","lock_time","log2","magic","matches_script_pubkey","max_difficulty_transition_threshold","max_transition_threshold","max_transition_threshold_unchecked","merkle_tree","min_difficulty_transition_threshold","min_transition_threshold","minimal_non_dust","minimal_non_dust","minimal_non_dust_custom","minimal_non_dust_custom","mul","mul","mul","mul","mul","mul_assign","mul_assign","mul_assign","neg","network","network","new","new","new","new","new","new","new","new_op_return","new_p2pk","new_p2pkh","new_p2sh","new_p2tr","new_p2tr_tweaked","new_p2wpkh","new_p2wsh","new_uncompressed","new_uncompressed","new_witness_program","nth","ntxid","null","output","outputs","p2p","p2pk_public_key","p2pkh","p2sh","p2sh_from_hash","p2shwpkh","p2shwsh","p2tr","p2tr","p2tr_key_spend","p2tr_tweaked","p2tr_tweaked","p2wpkh","p2wpkh","p2wpkh","p2wpkh_script_code","p2wpkh_script_code","p2wpkh_script_code","p2wpkh_script_code","p2wsh","p2wsh","params","parse","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","policy","positive_sub","pow","previous_output","program","proprietary","provider_lookup_ecdsa_sig","provider_lookup_hash160","provider_lookup_hash256","provider_lookup_raw_pkh_ecdsa_sig","provider_lookup_raw_pkh_pk","provider_lookup_raw_pkh_tap_leaf_script_sig","provider_lookup_raw_pkh_x_only_pk","provider_lookup_ripemd160","provider_lookup_sha256","provider_lookup_tap_control_block_map","provider_lookup_tap_key_spend_sig","provider_lookup_tap_leaf_script_sig","psbt","pubkey_hash","pubkey_hash","pubkey_hash","public_key","public_key","push","push_ecdsa_signature","push_instruction","push_instruction_no_opt","push_opcode","push_slice","read_from","read_from","rem","rem","rem_assign","rem_assign","require_network","reserve","reserve_exact","scale_by_witness_factor","scan_and_push_verify","script_hash","script_hash","script_pubkey","script_pubkey","script_pubkey_lens","script_sig","second_to_last","segwit_weight","sequence","ser_btc","ser_btc","ser_btc_opt","ser_btc_opt","ser_sat","ser_sat","ser_sat_opt","ser_sat_opt","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize_hex","sighash","sighash_ecdsa","sighash_msg","sign","sign_message","signum","size","size","size","spend_utxo","sub","sub","sub","sub","sub_assign","sub_assign","sub_assign","sum","sum","sum","sum","tap_tweak","taproot","tapscript","tapscript_leaf_hash","to_address_data","to_asm_string","to_be_bytes","to_be_bytes","to_btc","to_btc","to_byte_array","to_byte_array","to_byte_array","to_byte_array","to_byte_array","to_byte_array","to_byte_array","to_byte_array","to_byte_array","to_byte_array","to_byte_array","to_byte_array","to_byte_array","to_byte_array","to_byte_array","to_byte_array","to_byte_array","to_byte_array","to_byte_array","to_bytes","to_bytes","to_bytes","to_bytes","to_compact_lossy","to_consensus","to_consensus_u32","to_core_arg","to_fe","to_float_in","to_float_in","to_hash160","to_hash160","to_hash256","to_hash256","to_hex_string","to_kwu_floor","to_le_bytes","to_le_bytes","to_num","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_p2sh","to_p2tr","to_p2wsh","to_public_key","to_public_key","to_qr_uri","to_raw_hash","to_raw_hash","to_raw_hash","to_raw_hash","to_raw_hash","to_raw_hash","to_raw_hash","to_raw_hash","to_raw_hash","to_raw_hash","to_raw_hash","to_raw_hash","to_raw_hash","to_raw_hash","to_raw_hash","to_raw_hash","to_raw_hash","to_raw_hash","to_raw_hash","to_relative_lock_time","to_ripemd160","to_ripemd160","to_sat","to_sat","to_sat_per_kwu","to_sat_per_vb_ceil","to_sat_per_vb_floor","to_scalar","to_sha256","to_sha256","to_signed","to_sort_key","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string_in","to_string_in","to_string_with_denomination","to_string_with_denomination","to_target","to_u32","to_u8","to_unsigned","to_vbytes_ceil","to_vbytes_floor","to_vec","to_wif","to_work","to_wu","to_x_only_pubkey","total_sigop_cost","total_size","total_size","total_size","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","tweak_add_check","tx_in","tx_out","txdata","txid","txid","txn","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_prefix","type_prefix","unchecked_add","unchecked_add","unchecked_sub","unchecked_sub","unknown","unsigned_abs","unsigned_tx","update_input_with_descriptor","update_output_with_descriptor","value","verify","verify","verify","version","version","version","vout","vsize","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","weight","weight","weight","with_capacity","witness","witness_program","witness_root","witness_version","wpubkey_hash","wpubkey_hash","write_into","write_into","wscript_hash","wtxid","xpub","Address","AddressData","AddressType","Base58","Bech32","ExcessiveScriptSize","FromScriptError","IS_CHECKED","InvalidBase58PayloadLength","InvalidBase58PayloadLengthError","InvalidLegacyPrefix","InvalidLegacyPrefixError","KnownHrp","LegacyAddressTooLong","LegacyAddressTooLongError","Mainnet","NetworkChecked","NetworkUnchecked","NetworkValidation","NetworkValidation","NetworkValidationError","P2pkh","P2pkh","P2sh","P2sh","P2shError","P2tr","P2wpkh","P2wsh","ParseError","Regtest","Segwit","Testnets","UnknownAddressTypeError","UnknownHrp","UnknownHrpError","UnrecognizedScript","WitnessProgram","WitnessProgram","WitnessVersion","WitnessVersion","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","error","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into","into","invalid_base58_payload_length","invalid_legacy_address_prefix","invalid_legcay_address_length","partial_cmp","partial_cmp","partial_cmp","source","source","source","source","source","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","pubkey_hash","script_hash","witness_program","Base58","Bech32","ExcessiveScriptSize","FromScriptError","InvalidBase58PayloadLength","InvalidBase58PayloadLengthError","InvalidLegacyPrefix","InvalidLegacyPrefixError","LegacyAddressTooLong","LegacyAddressTooLongError","NetworkValidation","NetworkValidationError","P2shError","ParseError","UnknownAddressTypeError","UnknownHrp","UnknownHrpError","UnrecognizedScript","WitnessProgram","WitnessProgram","WitnessVersion","WitnessVersion","Amount","Bit","Bitcoin","CentiBitcoin","CheckedSum","Denomination","Display","InputTooLarge","InvalidCharacter","MicroBitcoin","MilliBitcoin","MilliSatoshi","MissingDigits","NanoBitcoin","OutOfRange","ParseAmountError","PicoBitcoin","Satoshi","SignedAmount","TooPrecise","borrow","borrow","borrow_mut","borrow_mut","checked_sum","clone","clone","clone_into","clone_into","eq","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","into","into","serde","show_denomination","source","to_owned","to_owned","to_string","to_string","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","SerdeAmount","SerdeAmountForOpt","as_btc","as_sat","des_btc","des_sat","ser_btc","ser_btc_opt","ser_sat","ser_sat_opt","type_prefix","deserialize","opt","serialize","deserialize","serialize","deserialize","opt","serialize","deserialize","serialize","Decode","Error","IncorrectChecksum","InvalidCharacterError","String","TooShort","Vec","add","add_assign","allocator","append","as_bytes","as_hex","as_mut","as_mut","as_mut","as_mut_ptr","as_mut_slice","as_mut_str","as_mut_vec","as_ptr","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_slice","as_str","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","capacity","capacity","clear","clear","clone","clone","clone","clone","clone_from","clone_from","clone_into","clone_into","clone_into","clone_into","cmp","cmp","column_result","column_result","consensus_decode","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consume","decode","decode_check","dedup","dedup_by","dedup_by_key","default","default","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drain","drain","drop","emit_bool","emit_i16","emit_i32","emit_i64","emit_i8","emit_slice","emit_u16","emit_u32","emit_u64","emit_u8","encode","encode_check","encode_check_to_fmt","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","error","extend","extend","extend","extend","extend","extend","extend","extend","extend_from_slice","extend_from_within","extend_from_within","extend_one","extend_one","extend_one","extend_one","extend_one","extend_one","extend_one","extend_reserve","extend_reserve","extend_reserve","extend_reserve","extract_if","flush","flush","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_hex","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_raw_parts","from_raw_parts","from_raw_parts_in","from_str","from_utf16","from_utf16_lossy","from_utf16be","from_utf16be_lossy","from_utf16le","from_utf16le_lossy","from_utf8","from_utf8_lossy","from_utf8_unchecked","hash","hash","hex_reserve_suggestion","index","index","index_mut","index_mut","insert","insert","insert_str","into","into","into","into","into_assets","into_boxed_slice","into_boxed_str","into_bytes","into_derivation_path","into_derivation_path","into_deserializer","into_deserializer","into_flattened","into_iter","into_iter","into_iter","into_raw_parts","into_raw_parts","into_raw_parts_with_alloc","into_searcher","invalid_base58_character","is_contained_in","is_empty","is_empty","is_empty","is_prefix_of","is_suffix_of","is_write_vectored","leak","leak","len","len","merge","ne","ne","ne","ne","ne","ne","ne","ne","ne","new","new","new_in","partial_cmp","partial_cmp","pop","pop","pop_if","push","push","push_str","push_within_capacity","remove","remove","remove_matches","replace_range","reserve","reserve","reserve_exact","reserve_exact","resize","resize_with","retain","retain","retain_mut","serialize","serialize","set_len","shrink_to","shrink_to","shrink_to_fit","shrink_to_fit","source","spare_capacity_mut","splice","split_at_spare_mut","split_off","split_off","strip_prefix_of","strip_suffix_of","swap_remove","to_owned","to_owned","to_owned","to_owned","to_socket_addrs","to_sql","to_sql","to_string","to_string","to_string","truncate","truncate","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_reserve","try_reserve","try_reserve_exact","try_reserve_exact","try_with_capacity","try_with_capacity","try_with_capacity_in","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","with_capacity","with_capacity","with_capacity_in","write","write","write_all","write_char","write_str","write_vectored","Decode","Error","IncorrectChecksum","IncorrectChecksumError","InvalidCharacterError","TooShort","TooShortError","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","eq","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","incorrect_checksum","into","into","invalid_base58_length","to_owned","to_owned","to_string","to_string","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Config","DecodeError","DecodeError","DecodeEstimate","DecodeSliceError","EncodeSliceError","Engine","InvalidByte","InvalidLastSymbol","InvalidLength","InvalidPadding","OutputSliceTooSmall","OutputSliceTooSmall","alphabet","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","config","decode","decode","decode_engine","decode_engine_slice","decode_engine_vec","decode_slice","decode_slice_unchecked","decode_vec","decoded_len_estimate","display","encode","encode","encode_engine","encode_engine_slice","encode_engine_string","encode_slice","encode_string","encoded_len","engine","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","into","into","into","prelude","read","source","to_owned","to_owned","to_owned","to_string","to_string","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","write","Alphabet","BCRYPT","BIN_HEX","CRYPT","DuplicatedByte","IMAP_MUTF7","InvalidLength","ParseAlphabetError","ReservedByte","STANDARD","URL_SAFE","UnprintableByte","as_str","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","eq","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","into","into","new","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Base64Display","borrow","borrow_mut","fmt","from","into","new","to_string","try_from","try_into","type_id","vzip","Config","Config","DecodeEstimate","DecodeEstimate","DecodeMetadata","DecodePaddingMode","Engine","GeneralPurpose","GeneralPurposeConfig","Indifferent","RequireCanonical","RequireNone","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","config","config","decode","decode_slice","decode_slice_unchecked","decode_vec","decoded_len_estimate","default","encode","encode_padding","encode_padding","encode_slice","encode_string","eq","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","general_purpose","into","into","into","into","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","with_decode_allow_trailing_bits","with_decode_padding_mode","with_encode_padding","GeneralPurpose","GeneralPurposeConfig","NO_PAD","PAD","STANDARD","STANDARD_NO_PAD","URL_SAFE","URL_SAFE_NO_PAD","BASE64_STANDARD","BASE64_STANDARD_NO_PAD","BASE64_URL_SAFE","BASE64_URL_SAFE_NO_PAD","Config","DecodeEstimate","Engine","config","decode","decode_slice","decode_slice_unchecked","decode_vec","encode","encode_slice","encode_string","DecoderReader","borrow","borrow_mut","fmt","from","into","into_inner","new","read","try_from","try_into","type_id","vzip","EncoderStringWriter","EncoderWriter","StrConsumer","borrow","borrow","borrow_mut","borrow_mut","consume","drop","finish","flush","flush","fmt","from","from","from_consumer","into","into","into_inner","into_inner","new","new","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","write","write","BlockTransactions","BlockTransactionsRequest","Error","HeaderAndShortIds","InvalidPrefill","PrefilledTransaction","ShortId","TxIndexOutOfRangeError","UnknownVersion","as_bytes","as_mut","as_mut","as_mut_ptr","as_ptr","as_ref","as_ref","as_ref","block_hash","block_hash","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","calculate_siphash_keys","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","consensus_decode","consensus_decode","consensus_decode","consensus_decode","consensus_decode","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","default","deserialize","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_block","from_hex","from_request","from_str","hash","hash","hash","hash","hash","header","idx","index","indexes","into","into","into","into","into","into","into","is_empty","len","nonce","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","prefilled_txs","serialize","short_ids","source","source","to_bytes","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","transactions","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","tx","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","with_siphash_keys","BitStreamReader","BitStreamWriter","BlockFilter","BlockFilterReader","BlockFilterWriter","Error","FilterHash","FilterHeader","GcsFilterReader","GcsFilterWriter","Io","UtxoMissing","add_element","add_element","add_input_scripts","add_output_scripts","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","content","eq","equivalent","equivalent","filter_header","finish","finish","flush","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","match_all","match_all","match_all","match_any","match_any","match_any","new","new","new","new","new","new","new","new_script_filter","read","source","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","write","Base58","CannotDeriveFromHardenedKey","ChainCode","ChildNumber","DerivationPath","DerivationPathIterator","Error","ExtendendPrivKey","ExtendendPubKey","Fingerprint","Hardened","Hex","IntoDerivationPath","InvalidBase58PayloadLength","InvalidBase58PayloadLengthError","InvalidChildNumber","InvalidChildNumberFormat","InvalidDerivationPathFormat","InvalidPublicKeyHexLength","KeySource","Normal","Secp256k1","UnknownVersion","WrongExtendedKeyLength","XKeyIdentifier","Xpriv","Xpub","as_bytes","as_bytes","as_mut","as_mut","as_mut","as_mut","as_mut_ptr","as_mut_ptr","as_ptr","as_ptr","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","can_derive_hardened","can_derive_hardened","chain_code","chain_code","chain_code","chain_code","child","child_number","child_number","child_number","child_number","children_from","ckd_pub","ckd_pub_tweak","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","decode","decode","default","default","depth","depth","depth","depth","derive_priv","derive_pub","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","encode","encode","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","fingerprint","fingerprint","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_hardened_idx","from_hex","from_hex","from_iter","from_normal_idx","from_priv","from_str","from_str","from_str","from_str","from_str","from_str","get_key","hardened_children","hash","hash","hash","hash","hash","identifier","identifier","increment","index","index","index","into","into","into","into","into","into","into","into","into","into_child","into_derivation_path","into_derivation_path","into_fallible","into_iter","into_iter","invalid_base58_payload_length","is_empty","is_empty","is_empty","is_hardened","is_master","is_normal","len","len","len","master","network","network","network","network","new_master","next","normal_children","parent_fingerprint","parent_fingerprint","parent_fingerprint","parent_fingerprint","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","private_key","private_key","public_key","public_key","serialize","serialize","serialize","serialize","serialize","serialize","source","start_from","to_bytes","to_bytes","to_keypair","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_priv","to_pub","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_u32_vec","to_x_only_pub","transpose_into_fallible","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","xkey_fingerprint","xkey_fingerprint","index","index","FeeRate","Weight","block","constants","fee_rate","locktime","opcodes","script","transaction","weight","witness","BadProofOfWork","BadTarget","Bip34Error","Block","BlockHash","Header","NO_SOFT_FORK_SIGNALLING","NegativeHeight","NotPresent","ONE","SIZE","TWO","TxMerkleNode","UnexpectedPush","Unsupported","ValidationError","Version","WitnessCommitment","WitnessMerkleNode","bits","block_hash","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","cmp","consensus_decode","consensus_decode","consensus_decode_from_finite_reader","consensus_encode","consensus_encode","default","deserialize","deserialize","difficulty","difficulty_float","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_consensus","hash","hash","header","into","into","into","into","is_signalling_soft_fork","merkle_root","nonce","partial_cmp","partial_cmp","prev_blockhash","serialize","serialize","source","source","target","time","to_consensus","to_owned","to_owned","to_owned","to_owned","to_string","to_string","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","txdata","type_id","type_id","type_id","type_id","validate_pow","version","vzip","vzip","vzip","vzip","work","BITCOIN","COINBASE_MATURITY","ChainHash","DIFFCHANGE_INTERVAL","DIFFCHANGE_TIMESPAN","MAX_BLOCK_SIGOPS_COST","MAX_SCRIPTNUM_VALUE","MAX_SCRIPT_ELEMENT_SIZE","PUBKEY_ADDRESS_PREFIX_MAIN","PUBKEY_ADDRESS_PREFIX_TEST","REGTEST","SCRIPT_ADDRESS_PREFIX_MAIN","SCRIPT_ADDRESS_PREFIX_TEST","SIGNET","SUBSIDY_HALVING_INTERVAL","TARGET_BLOCK_SPACING","TESTNET","WITNESS_SCALE_FACTOR","as_bytes","as_mut","as_mut","as_mut_ptr","as_ptr","as_ref","as_ref","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","cmp","deserialize","eq","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from_genesis_block_hash","from_hex","from_str","genesis_block","hash","index","into","is_empty","len","partial_cmp","serialize","to_bytes","to_owned","to_string","try_from","try_from","try_into","type_id","using_genesis_block","using_genesis_block_const","vzip","FeeRate","absolute","relative","Blocks","ConversionError","Height","LOCK_TIME_THRESHOLD","LockTime","MAX","MAX","MIN","MIN","ParseHeightError","ParseTimeError","SIZE","Seconds","Time","ZERO","ZERO","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_after","check_after","check_older","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","consensus_decode","consensus_encode","deserialize","deserialize","deserialize","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from_consensus","from_consensus","from_consensus","from_height","from_hex","from_hex","from_hex","from_str","from_str","from_str","from_time","from_unprefixed_hex","hash","hash","hash","into","into","into","into","into","into","is_block_height","is_block_time","is_implied_by","is_same_unit","is_satisfied_by","partial_cmp","partial_cmp","partial_cmp","provider_lookup_ecdsa_sig","provider_lookup_hash160","provider_lookup_hash256","provider_lookup_raw_pkh_ecdsa_sig","provider_lookup_raw_pkh_pk","provider_lookup_raw_pkh_tap_leaf_script_sig","provider_lookup_raw_pkh_x_only_pk","provider_lookup_ripemd160","provider_lookup_sha256","provider_lookup_tap_control_block_map","provider_lookup_tap_key_spend_sig","provider_lookup_tap_leaf_script_sig","serialize","serialize","serialize","source","source","source","to_consensus_u32","to_consensus_u32","to_consensus_u32","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","Blocks","DisabledLockTimeError","Height","IncompatibleHeightError","IncompatibleTimeError","LockTime","MAX","MAX","MIN","MIN","SIZE","Time","Time","TimeOverflowError","ZERO","ZERO","ZERO","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_after","check_older","check_older","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","default","default","deserialize","deserialize","deserialize","disabled_locktime_value","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from_512_second_intervals","from_512_second_intervals","from_consensus","from_height","from_height","from_seconds_ceil","from_seconds_ceil","from_seconds_floor","from_seconds_floor","from_sequence","from_str","from_str","hash","hash","hash","height","height","into","into","into","into","into","into","into","is_block_height","is_block_time","is_implied_by","is_implied_by_sequence","is_same_unit","is_satisfied_by","is_satisfied_by_height","is_satisfied_by_time","new","partial_cmp","partial_cmp","partial_cmp","provider_lookup_ecdsa_sig","provider_lookup_hash160","provider_lookup_hash256","provider_lookup_raw_pkh_ecdsa_sig","provider_lookup_raw_pkh_pk","provider_lookup_raw_pkh_tap_leaf_script_sig","provider_lookup_raw_pkh_x_only_pk","provider_lookup_ripemd160","provider_lookup_sha256","provider_lookup_tap_control_block_map","provider_lookup_tap_key_spend_sig","provider_lookup_tap_leaf_script_sig","serialize","serialize","serialize","time","time","to_consensus_u32","to_consensus_u32","to_consensus_u32","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_sequence","to_string","to_string","to_string","to_string","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","value","value","vzip","vzip","vzip","vzip","vzip","vzip","vzip","Class","ClassifyContext","IllegalOp","Legacy","NoOp","OP_0","OP_FALSE","OP_NOP2","OP_NOP3","OP_TRUE","Opcode","Ordinary","PushBytes","PushNum","ReturnOp","SuccessOp","TapScript","all","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","eq","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","into","into","partial_cmp","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","OP_0NOTEQUAL","OP_1ADD","OP_1SUB","OP_2DIV","OP_2DROP","OP_2DUP","OP_2MUL","OP_2OVER","OP_2ROT","OP_2SWAP","OP_3DUP","OP_ABS","OP_ADD","OP_AND","OP_BOOLAND","OP_BOOLOR","OP_CAT","OP_CHECKMULTISIG","OP_CHECKMULTISIGVERIFY","OP_CHECKSIG","OP_CHECKSIGADD","OP_CHECKSIGVERIFY","OP_CLTV","OP_CODESEPARATOR","OP_CSV","OP_DEPTH","OP_DIV","OP_DROP","OP_DUP","OP_ELSE","OP_ENDIF","OP_EQUAL","OP_EQUALVERIFY","OP_FROMALTSTACK","OP_GREATERTHAN","OP_GREATERTHANOREQUAL","OP_HASH160","OP_HASH256","OP_IF","OP_IFDUP","OP_INVALIDOPCODE","OP_INVERT","OP_LEFT","OP_LESSTHAN","OP_LESSTHANOREQUAL","OP_LSHIFT","OP_MAX","OP_MIN","OP_MOD","OP_MUL","OP_NEGATE","OP_NIP","OP_NOP","OP_NOP1","OP_NOP10","OP_NOP4","OP_NOP5","OP_NOP6","OP_NOP7","OP_NOP8","OP_NOP9","OP_NOT","OP_NOTIF","OP_NUMEQUAL","OP_NUMEQUALVERIFY","OP_NUMNOTEQUAL","OP_OR","OP_OVER","OP_PICK","OP_PUSHBYTES_0","OP_PUSHBYTES_1","OP_PUSHBYTES_10","OP_PUSHBYTES_11","OP_PUSHBYTES_12","OP_PUSHBYTES_13","OP_PUSHBYTES_14","OP_PUSHBYTES_15","OP_PUSHBYTES_16","OP_PUSHBYTES_17","OP_PUSHBYTES_18","OP_PUSHBYTES_19","OP_PUSHBYTES_2","OP_PUSHBYTES_20","OP_PUSHBYTES_21","OP_PUSHBYTES_22","OP_PUSHBYTES_23","OP_PUSHBYTES_24","OP_PUSHBYTES_25","OP_PUSHBYTES_26","OP_PUSHBYTES_27","OP_PUSHBYTES_28","OP_PUSHBYTES_29","OP_PUSHBYTES_3","OP_PUSHBYTES_30","OP_PUSHBYTES_31","OP_PUSHBYTES_32","OP_PUSHBYTES_33","OP_PUSHBYTES_34","OP_PUSHBYTES_35","OP_PUSHBYTES_36","OP_PUSHBYTES_37","OP_PUSHBYTES_38","OP_PUSHBYTES_39","OP_PUSHBYTES_4","OP_PUSHBYTES_40","OP_PUSHBYTES_41","OP_PUSHBYTES_42","OP_PUSHBYTES_43","OP_PUSHBYTES_44","OP_PUSHBYTES_45","OP_PUSHBYTES_46","OP_PUSHBYTES_47","OP_PUSHBYTES_48","OP_PUSHBYTES_49","OP_PUSHBYTES_5","OP_PUSHBYTES_50","OP_PUSHBYTES_51","OP_PUSHBYTES_52","OP_PUSHBYTES_53","OP_PUSHBYTES_54","OP_PUSHBYTES_55","OP_PUSHBYTES_56","OP_PUSHBYTES_57","OP_PUSHBYTES_58","OP_PUSHBYTES_59","OP_PUSHBYTES_6","OP_PUSHBYTES_60","OP_PUSHBYTES_61","OP_PUSHBYTES_62","OP_PUSHBYTES_63","OP_PUSHBYTES_64","OP_PUSHBYTES_65","OP_PUSHBYTES_66","OP_PUSHBYTES_67","OP_PUSHBYTES_68","OP_PUSHBYTES_69","OP_PUSHBYTES_7","OP_PUSHBYTES_70","OP_PUSHBYTES_71","OP_PUSHBYTES_72","OP_PUSHBYTES_73","OP_PUSHBYTES_74","OP_PUSHBYTES_75","OP_PUSHBYTES_8","OP_PUSHBYTES_9","OP_PUSHDATA1","OP_PUSHDATA2","OP_PUSHDATA4","OP_PUSHNUM_1","OP_PUSHNUM_10","OP_PUSHNUM_11","OP_PUSHNUM_12","OP_PUSHNUM_13","OP_PUSHNUM_14","OP_PUSHNUM_15","OP_PUSHNUM_16","OP_PUSHNUM_2","OP_PUSHNUM_3","OP_PUSHNUM_4","OP_PUSHNUM_5","OP_PUSHNUM_6","OP_PUSHNUM_7","OP_PUSHNUM_8","OP_PUSHNUM_9","OP_PUSHNUM_NEG1","OP_RESERVED","OP_RESERVED1","OP_RESERVED2","OP_RETURN","OP_RETURN_187","OP_RETURN_188","OP_RETURN_189","OP_RETURN_190","OP_RETURN_191","OP_RETURN_192","OP_RETURN_193","OP_RETURN_194","OP_RETURN_195","OP_RETURN_196","OP_RETURN_197","OP_RETURN_198","OP_RETURN_199","OP_RETURN_200","OP_RETURN_201","OP_RETURN_202","OP_RETURN_203","OP_RETURN_204","OP_RETURN_205","OP_RETURN_206","OP_RETURN_207","OP_RETURN_208","OP_RETURN_209","OP_RETURN_210","OP_RETURN_211","OP_RETURN_212","OP_RETURN_213","OP_RETURN_214","OP_RETURN_215","OP_RETURN_216","OP_RETURN_217","OP_RETURN_218","OP_RETURN_219","OP_RETURN_220","OP_RETURN_221","OP_RETURN_222","OP_RETURN_223","OP_RETURN_224","OP_RETURN_225","OP_RETURN_226","OP_RETURN_227","OP_RETURN_228","OP_RETURN_229","OP_RETURN_230","OP_RETURN_231","OP_RETURN_232","OP_RETURN_233","OP_RETURN_234","OP_RETURN_235","OP_RETURN_236","OP_RETURN_237","OP_RETURN_238","OP_RETURN_239","OP_RETURN_240","OP_RETURN_241","OP_RETURN_242","OP_RETURN_243","OP_RETURN_244","OP_RETURN_245","OP_RETURN_246","OP_RETURN_247","OP_RETURN_248","OP_RETURN_249","OP_RETURN_250","OP_RETURN_251","OP_RETURN_252","OP_RETURN_253","OP_RETURN_254","OP_RIGHT","OP_RIPEMD160","OP_ROLL","OP_ROT","OP_RSHIFT","OP_SHA1","OP_SHA256","OP_SIZE","OP_SUB","OP_SUBSTR","OP_SWAP","OP_TOALTSTACK","OP_TUCK","OP_VER","OP_VERIF","OP_VERIFY","OP_VERNOTIF","OP_WITHIN","OP_XOR","Builder","Bytes","EarlyEndOfScript","Error","Instruction","InstructionIndices","Instructions","NonMinimalPush","NumericOverflow","Op","PushBytes","PushBytes","PushBytesBuf","PushBytesError","PushBytesErrorReport","Script","ScriptBuf","ScriptHash","Serialization","UnknownSpentOutput","WScriptHash","as_bytes","as_bytes","as_mut","as_mut","as_mut","as_mut_bytes","as_mut_push_bytes","as_push_bytes","as_ref","as_ref","as_ref","as_script","as_script","as_script","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","capacity","clear","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","default","default","deref","deref_mut","empty","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend_from_slice","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","hash","hash","index","index","index","index","index","index","index","index","input_len","input_len","into","into","into","into","into","into","into","into","into_bytes","into_fallible","into_fallible","into_fallible","into_iter","into_iter","into_iter","into_script","is_empty","is_empty","is_empty","len","len","len","new","new","next","next","next","next_back","nth","nth","nth_back","opcode","partial_cmp","partial_cmp","pop","push","push_bytes","push_int","push_key","push_lock_time","push_opcode","push_sequence","push_slice","push_verify","push_x_only_key","read_scriptbool","read_scriptint","read_scriptint_non_minimal","remove","reserve","script_num","size_hint","size_hint","size_hint","source","source","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","transpose_into_fallible","transpose_into_fallible","transpose_into_fallible","truncate","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","with_capacity","witness_program","witness_version","write_scriptint","Error","InvalidLength","InvalidSegwitV0Length","MAX_SIZE","MIN_SIZE","WitnessProgram","borrow","borrow_mut","clone","clone_into","eq","equivalent","equivalent","fmt","fmt","from","from","into","source","to_owned","to_string","try_from","try_into","type_id","vzip","DataPush","FromStrError","Invalid","TryFrom","TryFromError","TryFromInstructionError","Unparsable","V0","V1","V10","V11","V12","V13","V14","V15","V16","V2","V3","V4","V5","V6","V7","V8","V9","WitnessVersion","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","into","into","into","invalid_version","source","source","to_owned","to_owned","to_owned","to_string","to_string","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","Format","IndexOutOfBoundsError","InputWeightPrediction","InputsIndexError","ONE","OutPoint","OutputsIndexError","P2PKH_COMPRESSED_MAX","P2PKH_UNCOMPRESSED_MAX","P2TR_KEY_DEFAULT_SIGHASH","P2TR_KEY_NON_DEFAULT_SIGHASH","P2WPKH_MAX","ParseOutPointError","Sequence","TWO","TooLong","Transaction","TxIn","TxOut","Txid","Txid","Version","Vout","VoutNotCanonical","Wtxid","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","consensus_decode","consensus_encode","deserialize","effective_value","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from_slice","ground_p2pkh_compressed","ground_p2wpkh","hash","index","input","into","into","into","into","into","into","is_standard","length","lock_time","new","non_standard","output","partial_cmp","predict_weight","predict_weight_from_slices","previous_output","script_pubkey","script_sig","sequence","serialize","source","source","source","source","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","txid","type_id","type_id","type_id","type_id","type_id","type_id","value","version","vout","vzip","vzip","vzip","vzip","vzip","vzip","weight","witness","WITNESS_SCALE_FACTOR","Weight","Iter","Witness","borrow","borrow_mut","from","into","into_fallible","into_iter","next","size_hint","transpose_into_fallible","try_from","try_into","type_id","vzip","BITCOIN","Consensus","Decodable","DecodeError","Encodable","MAINNET","Other","Params","REGTEST","ReadExt","SIGNET","TESTNET","TooManyBytes","WriteExt","allow_min_difficulty_blocks","as_ref","bip16_time","bip34_height","bip65_height","bip66_height","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","consensus_decode","consensus_decode_from_finite_reader","consensus_encode","deserialize","deserialize_partial","difficulty_adjustment_interval","emit_bool","emit_i16","emit_i32","emit_i64","emit_i8","emit_slice","emit_u16","emit_u32","emit_u64","emit_u8","encode","fmt","fmt","fmt","from","from","from","from","from","from","from","into","into","into_de_error","max_attainable_target","miner_confirmation_window","network","new","no_pow_retargeting","params","pow_limit","pow_target_spacing","pow_target_timespan","read_bool","read_i16","read_i32","read_i64","read_i8","read_slice","read_u16","read_u32","read_u64","read_u8","rule_change_activation_threshold","serde","serialize","source","to_owned","to_string","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","CheckedData","Decodable","Decode","Encodable","Error","FromHexError","InvalidChecksum","Io","MAX_VEC_SIZE","NonMinimalVarInt","OddLengthString","OversizedVectorAllocation","ParseFailed","ReadExt","UnsupportedSegwitFlag","VarInt","WriteExt","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","checksum","clone","clone_into","consensus_decode","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_encode","consensus_encode","data","deserialize","deserialize_hex","deserialize_partial","emit_bool","emit_i16","emit_i32","emit_i64","emit_i8","emit_slice","emit_u16","emit_u32","emit_u64","emit_u8","eq","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","into","into","into","into_data","new","read_bool","read_i16","read_i32","read_i64","read_i8","read_slice","read_u16","read_u32","read_u64","read_u8","serialize","serialize_hex","source","source","to_owned","to_string","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","actual","expected","max","requested","MAINNET","Params","REGTEST","SIGNET","TESTNET","allow_min_difficulty_blocks","bip16_time","bip34_height","bip65_height","bip66_height","max_attainable_target","miner_confirmation_window","network","no_pow_retargeting","pow_limit","pow_target_spacing","pow_target_timespan","rule_change_activation_threshold","ByteDecoder","ByteEncoder","DecodeError","Decoder","EncodeBytes","Encoder","Hex","InitError","IntoDeError","With","borrow","borrow","borrow_mut","borrow_mut","default","deserialize","encode_chunk","flush","from","from","from_str","from_str","hex","into","into","into_de_error","serialize","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Case","DecodeError","DecodeInitError","Decoder","Encoder","Lower","Upper","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","encode_chunk","eq","eq","equivalent","equivalent","equivalent","equivalent","flush","fmt","fmt","from","from","from","from","from","from","from","into","into","into","into","into","into","into_de_error","into_de_error","into_fallible","into_iter","next","to_owned","to_owned","transpose_into_fallible","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","EmptySignature","Error","Hex","Secp256k1","SerializedSignature","SighashType","Signature","as_mut","as_ref","as_ref","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","deref","deref_mut","deserialize","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from_slice","from_str","hash","hash","into","into","into","into_iter","iter","serialize","serialize","serialize_to_writer","sighash_all","sighash_type","signature","source","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_vec","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","write_to","ContainsPrefix","ContainsPrefixError","MissingPrefix","MissingPrefixError","ParseInt","ParseInt","ParseIntError","PrefixedHexError","UnprefixedHexError","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","into","into","into","into","source","source","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","BlockHash","FilterHash","FilterHeader","TxMerkleNode","Txid","WitnessCommitment","WitnessMerkleNode","Wtxid","BLOCK_SIZE","Bytes","DISPLAY_BACKWARD","Engine","FromSliceError","Hash","HashEngine","Hmac","HmacEngine","LEN","MidState","all_zeros","all_zeros","as_byte_array","as_byte_array","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_slice_impl","clone","clone","clone","clone_into","clone_into","clone_into","cmp","cmp","default","deserialize","emit_bool","emit_i16","emit_i32","emit_i64","emit_i8","emit_slice","emit_u16","emit_u32","emit_u64","emit_u8","engine","eq","eq","equivalent","equivalent","equivalent","equivalent","expected_length","flush","flush","fmt","fmt","fmt","fmt","fmt","from","from","from","from_byte_array","from_byte_array","from_engine","from_engine","from_inner_engines","from_slice","from_slice","from_str","hash","hash","hash160","hash_byte_chunks","hash_newtype","hex_fmt_impl","hmac","index","index","index","index","index","input","input","into","into","into","invalid_length","midstate","midstate","n_bytes_hashed","n_bytes_hashed","new","partial_cmp","ripemd160","serde_impl","serde_macros","serialize","sha1","sha256","sha256d","sha256t","sha256t_hash_newtype","sha384","sha512","sha512_256","siphash24","to_byte_array","to_byte_array","to_owned","to_owned","to_owned","to_string","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","write","write","fixed_time_eq","Hash","all_zeros","as_byte_array","as_ref","as_ref","borrow","borrow","borrow_mut","clone","clone_into","cmp","deserialize","engine","eq","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from","from_byte_array","from_bytes_mut","from_bytes_ref","from_engine","from_slice","from_slice_delegated","from_str","hash","index","into","into_assets","partial_cmp","serialize","to_byte_array","to_owned","to_string","try_from","try_into","type_id","vzip","BytesToHexIter","Case","Display","DisplayHex","Error","FromHex","HexSliceToBytesIter","HexToArrayError","HexToBytesError","HexToBytesIter","InvalidChar","InvalidChar","InvalidCharError","InvalidLength","Lower","OddLengthString","OddLengthStringError","Upper","append_hex_to_string","as_hex","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buf_encoder","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","display","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","error","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt_hex_exact","from","from","from","from","from","from","from","from","from","from","from","from_hex","from_pairs","hash","hex_reserve_suggestion","impl_fmt_traits","into","into","into","into","into","into","into","into_fallible","into_fallible","into_iter","into_iter","invalid_char","len","length","new","new","next","next","next_back","next_back","nth","nth_back","parse","prelude","read","size_hint","size_hint","source","source","source","source","test_hex_unwrap","to_hex_string","to_lower_hex_string","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_upper_hex_string","transpose_into_fallible","transpose_into_fallible","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","write_err","BufEncoder","as_str","borrow","borrow_mut","clear","default","from","into","is_full","new","put_byte","put_bytes","put_bytes_min","space_remaining","try_from","try_into","type_id","vzip","Display","DisplayArray","DisplayByteSlice","DisplayHex","append_hex_to_string","as_hex","borrow","borrow","borrow_mut","borrow_mut","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt_hex_exact","from","from","hex_reserve_suggestion","impl_fmt_traits","into","into","to_hex_string","to_lower_hex_string","to_string","to_string","to_upper_hex_string","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","HexToArrayError","HexToBytesError","InvalidChar","InvalidChar","InvalidCharError","InvalidLength","InvalidLengthError","OddLengthString","OddLengthStringError","borrow","borrow_mut","clone","clone_into","eq","equivalent","equivalent","expected","fmt","fmt","from","into","invalid","source","to_owned","to_string","try_from","try_into","type_id","vzip","Error","FromHex","HexToArrayError","HexToBytesError","InvalidChar","InvalidChar","InvalidLength","OddLengthString","from_hex","Display","DisplayHex","Error","FromHex","append_hex_to_string","as_hex","from_hex","hex_reserve_suggestion","to_hex_string","to_lower_hex_string","to_upper_hex_string","Hmac","HmacEngine","HmacMidState","borrow","borrow_mut","from","inner","into","outer","try_from","try_into","type_id","vzip","Hash","HashEngine","all_zeros","as_byte_array","as_ref","as_ref","borrow","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","default","deserialize","emit_bool","emit_i16","emit_i32","emit_i64","emit_i8","emit_slice","emit_u16","emit_u32","emit_u64","emit_u8","engine","eq","equivalent","equivalent","flush","flush","fmt","fmt","fmt","fmt","from","from","from_byte_array","from_bytes_mut","from_bytes_ref","from_engine","from_slice","from_slice_delegated","from_str","hash","index","input","into","into","into_assets","midstate","n_bytes_hashed","partial_cmp","serialize","to_byte_array","to_owned","to_owned","to_string","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","write","write","Deserialize","Deserialize","Deserializer","Error","Error","Ok","Serialize","Serialize","SerializeMap","SerializeSeq","SerializeStruct","SerializeStructVariant","SerializeTuple","SerializeTupleStruct","SerializeTupleVariant","Serializer","collect_map","collect_seq","collect_str","de","deserialize","deserialize_any","deserialize_bool","deserialize_byte_buf","deserialize_bytes","deserialize_char","deserialize_enum","deserialize_f32","deserialize_f64","deserialize_i128","deserialize_i16","deserialize_i32","deserialize_i64","deserialize_i8","deserialize_identifier","deserialize_ignored_any","deserialize_map","deserialize_newtype_struct","deserialize_option","deserialize_seq","deserialize_str","deserialize_string","deserialize_struct","deserialize_tuple","deserialize_tuple_struct","deserialize_u128","deserialize_u16","deserialize_u32","deserialize_u64","deserialize_u8","deserialize_unit","deserialize_unit_struct","forward_to_deserialize_any","is_human_readable","is_human_readable","ser","serialize","serialize_bool","serialize_bytes","serialize_char","serialize_f32","serialize_f64","serialize_i128","serialize_i16","serialize_i32","serialize_i64","serialize_i8","serialize_map","serialize_newtype_struct","serialize_newtype_variant","serialize_none","serialize_seq","serialize_some","serialize_str","serialize_struct","serialize_struct_variant","serialize_tuple","serialize_tuple_struct","serialize_tuple_variant","serialize_u128","serialize_u16","serialize_u32","serialize_u64","serialize_u8","serialize_unit","serialize_unit_struct","serialize_unit_variant","Bool","Bytes","Char","Deserialize","DeserializeOwned","DeserializeSeed","Deserializer","Deserializer","Enum","EnumAccess","Error","Error","Error","Error","Error","Error","Expected","Float","IgnoredAny","IntoDeserializer","Map","MapAccess","NewtypeStruct","NewtypeVariant","Option","Other","Seq","SeqAccess","Signed","StdError","Str","StructVariant","TupleVariant","Unexpected","Unit","UnitVariant","Unsigned","Value","Value","Variant","VariantAccess","Visitor","borrow","borrow","borrow_mut","borrow_mut","cause","clone","clone","clone_into","clone_into","custom","default","description","deserialize","deserialize","deserialize","deserialize_any","deserialize_bool","deserialize_byte_buf","deserialize_bytes","deserialize_char","deserialize_enum","deserialize_f32","deserialize_f64","deserialize_i128","deserialize_i16","deserialize_i32","deserialize_i64","deserialize_i8","deserialize_identifier","deserialize_ignored_any","deserialize_map","deserialize_newtype_struct","deserialize_option","deserialize_seq","deserialize_str","deserialize_string","deserialize_struct","deserialize_tuple","deserialize_tuple_struct","deserialize_u128","deserialize_u16","deserialize_u32","deserialize_u64","deserialize_u8","deserialize_unit","deserialize_unit_struct","duplicate_field","eq","eq","expecting","expecting","fmt","fmt","fmt","fmt","fmt","fmt","from","from","into","into","into_deserializer","invalid_length","invalid_type","invalid_value","is_human_readable","missing_field","newtype_variant","newtype_variant_seed","next_element","next_element_seed","next_entry","next_entry_seed","next_key","next_key_seed","next_value","next_value_seed","provide","size_hint","size_hint","source","struct_variant","to_owned","to_owned","to_string","try_from","try_from","try_into","try_into","tuple_variant","type_id","type_id","unit_variant","unknown_field","unknown_variant","value","variant","variant_seed","visit_bool","visit_bool","visit_borrowed_bytes","visit_borrowed_str","visit_byte_buf","visit_bytes","visit_bytes","visit_char","visit_enum","visit_enum","visit_f32","visit_f64","visit_f64","visit_i128","visit_i128","visit_i16","visit_i32","visit_i64","visit_i64","visit_i8","visit_map","visit_map","visit_newtype_struct","visit_newtype_struct","visit_none","visit_none","visit_seq","visit_seq","visit_some","visit_some","visit_str","visit_str","visit_string","visit_u128","visit_u128","visit_u16","visit_u32","visit_u64","visit_u64","visit_u8","visit_unit","visit_unit","vzip","vzip","BoolDeserializer","BorrowedBytesDeserializer","BorrowedStrDeserializer","BytesDeserializer","CharDeserializer","CowStrDeserializer","EnumAccessDeserializer","Error","F32Deserializer","F64Deserializer","I128Deserializer","I16Deserializer","I32Deserializer","I64Deserializer","I8Deserializer","IsizeDeserializer","MapAccessDeserializer","MapDeserializer","SeqAccessDeserializer","SeqDeserializer","StrDeserializer","StringDeserializer","U128Deserializer","U16Deserializer","U32Deserializer","U64Deserializer","U8Deserializer","UnitDeserializer","UsizeDeserializer","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","custom","custom","description","deserialize_any","deserialize_any","deserialize_any","deserialize_any","deserialize_any","deserialize_any","deserialize_any","deserialize_any","deserialize_any","deserialize_any","deserialize_any","deserialize_any","deserialize_any","deserialize_any","deserialize_any","deserialize_any","deserialize_any","deserialize_any","deserialize_any","deserialize_any","deserialize_any","deserialize_any","deserialize_any","deserialize_any","deserialize_any","deserialize_any","deserialize_any","deserialize_any","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_char","deserialize_char","deserialize_char","deserialize_char","deserialize_char","deserialize_char","deserialize_char","deserialize_char","deserialize_char","deserialize_char","deserialize_char","deserialize_char","deserialize_char","deserialize_char","deserialize_char","deserialize_char","deserialize_char","deserialize_char","deserialize_char","deserialize_char","deserialize_char","deserialize_char","deserialize_char","deserialize_char","deserialize_char","deserialize_char","deserialize_char","deserialize_char","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_map","deserialize_map","deserialize_map","deserialize_map","deserialize_map","deserialize_map","deserialize_map","deserialize_map","deserialize_map","deserialize_map","deserialize_map","deserialize_map","deserialize_map","deserialize_map","deserialize_map","deserialize_map","deserialize_map","deserialize_map","deserialize_map","deserialize_map","deserialize_map","deserialize_map","deserialize_map","deserialize_map","deserialize_map","deserialize_map","deserialize_map","deserialize_map","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_option","deserialize_option","deserialize_option","deserialize_option","deserialize_option","deserialize_option","deserialize_option","deserialize_option","deserialize_option","deserialize_option","deserialize_option","deserialize_option","deserialize_option","deserialize_option","deserialize_option","deserialize_option","deserialize_option","deserialize_option","deserialize_option","deserialize_option","deserialize_option","deserialize_option","deserialize_option","deserialize_option","deserialize_option","deserialize_option","deserialize_option","deserialize_option","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_str","deserialize_str","deserialize_str","deserialize_str","deserialize_str","deserialize_str","deserialize_str","deserialize_str","deserialize_str","deserialize_str","deserialize_str","deserialize_str","deserialize_str","deserialize_str","deserialize_str","deserialize_str","deserialize_str","deserialize_str","deserialize_str","deserialize_str","deserialize_str","deserialize_str","deserialize_str","deserialize_str","deserialize_str","deserialize_str","deserialize_str","deserialize_str","deserialize_string","deserialize_string","deserialize_string","deserialize_string","deserialize_string","deserialize_string","deserialize_string","deserialize_string","deserialize_string","deserialize_string","deserialize_string","deserialize_string","deserialize_string","deserialize_string","deserialize_string","deserialize_string","deserialize_string","deserialize_string","deserialize_string","deserialize_string","deserialize_string","deserialize_string","deserialize_string","deserialize_string","deserialize_string","deserialize_string","deserialize_string","deserialize_string","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","end","end","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","next_element_seed","next_element_seed","next_entry_seed","next_key_seed","next_value_seed","size_hint","size_hint","size_hint","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","variant_seed","variant_seed","variant_seed","variant_seed","variant_seed","variant_seed","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","Error","Error","Error","Error","Error","Error","Error","Error","Error","Impossible","Ok","Ok","Ok","Ok","Ok","Ok","Ok","Ok","Serialize","SerializeMap","SerializeMap","SerializeSeq","SerializeSeq","SerializeStruct","SerializeStruct","SerializeStructVariant","SerializeStructVariant","SerializeTuple","SerializeTuple","SerializeTupleStruct","SerializeTupleStruct","SerializeTupleVariant","SerializeTupleVariant","Serializer","StdError","borrow","borrow_mut","cause","collect_map","collect_seq","collect_str","custom","description","downcast","downcast","downcast","downcast_mut","downcast_mut","downcast_mut","downcast_ref","downcast_ref","downcast_ref","end","end","end","end","end","end","end","end","end","end","end","end","end","end","from","into","is","is","is","is_human_readable","provide","serialize","serialize_bool","serialize_bytes","serialize_char","serialize_element","serialize_element","serialize_element","serialize_element","serialize_entry","serialize_f32","serialize_f64","serialize_field","serialize_field","serialize_field","serialize_field","serialize_field","serialize_field","serialize_field","serialize_field","serialize_i128","serialize_i16","serialize_i32","serialize_i64","serialize_i8","serialize_key","serialize_key","serialize_map","serialize_newtype_struct","serialize_newtype_variant","serialize_none","serialize_seq","serialize_some","serialize_str","serialize_struct","serialize_struct_variant","serialize_tuple","serialize_tuple_struct","serialize_tuple_variant","serialize_u128","serialize_u16","serialize_u32","serialize_u64","serialize_u8","serialize_unit","serialize_unit_struct","serialize_unit_variant","serialize_value","serialize_value","skip_field","skip_field","source","sources","try_from","try_into","type_id","vzip","serde_details","N","SerdeHash","deserialize","from_slice_delegated","serialize","Hash","HashEngine","all_zeros","as_byte_array","as_ref","as_ref","borrow","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","default","deserialize","emit_bool","emit_i16","emit_i32","emit_i64","emit_i8","emit_slice","emit_u16","emit_u32","emit_u64","emit_u8","engine","eq","equivalent","equivalent","flush","flush","fmt","fmt","fmt","fmt","from","from","from_byte_array","from_bytes_mut","from_bytes_ref","from_engine","from_slice","from_slice_delegated","from_str","hash","index","input","into","into","midstate","n_bytes_hashed","partial_cmp","serialize","to_byte_array","to_owned","to_owned","to_string","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","write","write","Hash","HashEngine","Midstate","all_zeros","as_byte_array","as_ref","as_ref","as_ref","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","cmp","cmp","consensus_decode","consensus_encode","const_hash","default","default","deserialize","deserialize","emit_bool","emit_i16","emit_i32","emit_i64","emit_i8","emit_slice","emit_u16","emit_u32","emit_u64","emit_u8","engine","eq","eq","equivalent","equivalent","equivalent","equivalent","flush","flush","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from_byte_array","from_byte_array","from_bytes_mut","from_bytes_ref","from_engine","from_hex","from_midstate","from_slice","from_slice","from_slice_delegated","from_slice_delegated","from_str","from_str","hash","hash","hash_again","hash_tag","index","index","input","into","into","into","into_assets","midstate","n_bytes_hashed","partial_cmp","partial_cmp","serialize","serialize","to_byte_array","to_byte_array","to_owned","to_owned","to_owned","to_string","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","write","write","Hash","all_zeros","as_byte_array","as_ref","as_ref","borrow","borrow","borrow_mut","clone","clone_into","cmp","consensus_decode","consensus_encode","deserialize","engine","eq","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from_byte_array","from_bytes_mut","from_bytes_ref","from_engine","from_slice","from_slice_delegated","from_str","hash","index","into","partial_cmp","serialize","to_byte_array","to_owned","to_string","try_from","try_into","type_id","vzip","Hash","Tag","all_zeros","as_byte_array","as_ref","as_ref","borrow","borrow","borrow_mut","clone","clone_into","cmp","default","deserialize","engine","engine","eq","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from","from_byte_array","from_bytes_mut","from_bytes_ref","from_engine","from_slice","from_slice_delegated","from_str","hash","index","into","partial_cmp","serialize","to_byte_array","to_owned","to_string","try_from","try_into","type_id","vzip","Hash","HashEngine","all_zeros","as_byte_array","as_ref","as_ref","borrow","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","default","deserialize","engine","eq","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from_byte_array","from_bytes_mut","from_bytes_ref","from_engine","from_slice","from_slice_delegated","from_str","hash","index","input","into","into","midstate","n_bytes_hashed","partial_cmp","serialize","to_byte_array","to_owned","to_owned","to_string","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Hash","HashEngine","all_zeros","as_byte_array","as_ref","as_ref","borrow","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","default","deserialize","emit_bool","emit_i16","emit_i32","emit_i64","emit_i8","emit_slice","emit_u16","emit_u32","emit_u64","emit_u8","engine","eq","equivalent","equivalent","flush","flush","fmt","fmt","fmt","fmt","from","from","from_byte_array","from_bytes_mut","from_bytes_ref","from_engine","from_slice","from_slice_delegated","from_str","hash","index","input","into","into","midstate","n_bytes_hashed","partial_cmp","serialize","to_byte_array","to_owned","to_owned","to_string","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","write","write","Hash","HashEngine","all_zeros","as_byte_array","as_ref","as_ref","borrow","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","default","deserialize","engine","eq","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from_byte_array","from_bytes_mut","from_bytes_ref","from_engine","from_slice","from_slice_delegated","from_str","hash","index","input","into","into","midstate","n_bytes_hashed","partial_cmp","serialize","to_byte_array","to_owned","to_owned","to_string","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Hash","HashEngine","State","all_zeros","as_byte_array","as_ref","as_ref","as_u64","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","cmp","default","deserialize","emit_bool","emit_i16","emit_i32","emit_i64","emit_i8","emit_slice","emit_u16","emit_u32","emit_u64","emit_u8","engine","eq","equivalent","equivalent","flush","flush","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from_byte_array","from_bytes_mut","from_bytes_ref","from_engine","from_engine_to_u64","from_slice","from_slice_delegated","from_str","from_u64","hash","hash_to_u64_with_keys","hash_with_keys","index","input","into","into","into","keys","midstate","n_bytes_hashed","new","partial_cmp","serialize","to_byte_array","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","with_keys","write","write","AddrInUse","AddrNotAvailable","AlreadyExists","BrokenPipe","BufRead","ConnectionAborted","ConnectionRefused","ConnectionReset","Cursor","Err","Error","ErrorKind","Interrupted","InvalidData","InvalidInput","NotConnected","NotFound","Ok","Other","PermissionDenied","Read","Result","Sink","Take","TimedOut","UnexpectedEof","WouldBlock","Write","WriteZero","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cause","clone","clone_into","consume","consume","consume","description","emit_bool","emit_i16","emit_i32","emit_i64","emit_i8","emit_slice","emit_u16","emit_u32","emit_u64","emit_u8","eq","equivalent","equivalent","fill_buf","fill_buf","fill_buf","flush","flush","flush","fmt","fmt","fmt","from","from","from","from","from","from","from","from","get_ref","hash","impl_write","into","into","into","into","into","into_inner","kind","new","new","position","read","read","read","read_bool","read_bool","read_exact","read_i16","read_i16","read_i32","read_i32","read_i64","read_i64","read_i8","read_i8","read_slice","read_slice","read_to_end","read_to_limit","read_u16","read_u16","read_u32","read_u32","read_u64","read_u64","read_u8","read_u8","sink","source","take","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","write","write","write","write_all","write_all","write_all","Base58","CompressedPublicKey","Encoding","Even","FromSliceError","FromWifError","Hex","InvalidAddressVersion","InvalidAddressVersionError","InvalidBase58PayloadLength","InvalidBase58PayloadLengthError","InvalidChar","InvalidHexLength","InvalidKeyPrefix","InvalidLength","Keypair","Odd","Parity","ParseCompressedPublicKeyError","ParsePublicKeyError","PrivateKey","PubkeyHash","PublicKey","Secp256k1","Secp256k1","Secp256k1","Secp256k1","SortKey","TapTweak","TweakedAux","TweakedKey","TweakedKeypair","TweakedPublicKey","UncompressedPublicKeyError","UntweakedKeypair","UntweakedPublicKey","Verification","WPubkeyHash","XOnlyPublicKey","add_xonly_tweak","as_c_ptr","as_mut_c_ptr","as_mut_ptr","as_ptr","bitxor","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp_fast_unstable","compressed","compressed","ctx","dangerous_assume_tweaked","dangerous_assume_tweaked","dangerous_assume_tweaked","dangerous_assume_tweaked","default","deserialize","deserialize","deserialize","deserialize","display_secret","drop","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq_fast_unstable","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_i32","from_keypair","from_raw_all","from_raw_signing_only","from_raw_verification_only","from_seckey_slice","from_seckey_str","from_secret_key","from_str","from_u8","gen_new","generate_keypair","hash","hash","hash","hash","hash","inner","inner","into","into","into","into","into","into","into","into","into","into","into","into","into","invalid_address_version","invalid_base58_payload_length","network","new","new","non_secure_erase","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","preallocate_signing_size","preallocate_size","preallocate_size_gen","preallocate_verification_size","preallocated_gen_new","preallocated_new","preallocated_signing_only","preallocated_verification_only","public_key","public_parts","randomize","recover_ecdsa","secret_bytes","secret_key","seeded_randomize","serialize","serialize","serialize","serialize","serialize","sign_ecdsa","sign_ecdsa_grind_r","sign_ecdsa_low_r","sign_ecdsa_recoverable","sign_ecdsa_recoverable_with_noncedata","sign_ecdsa_with_noncedata","sign_schnorr","sign_schnorr_no_aux_rand","sign_schnorr_with_aux_rand","sign_schnorr_with_rng","signing_only","source","source","source","source","source","tap_tweak","tap_tweak","to_i32","to_inner","to_inner","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_u8","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","verification_only","verify_ecdsa","verify_schnorr","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","x_only_public_key","BitsArrayOverflow","HashesArrayOverflow","IdenticalHashesFound","MerkleBlock","MerkleBlockError","MerkleRootMismatch","NoTransactions","NotAllBitsConsumed","NotAllHashesConsumed","NotEnoughBits","PartialMerkleTree","TooManyHashes","TooManyTransactions","bits","borrow","borrow","borrow_mut","borrow_mut","calculate_root","calculate_root_inline","clone","clone","clone_into","clone_into","consensus_decode_from_finite_reader","consensus_encode","eq","eq","equivalent","equivalent","equivalent","equivalent","extract_matches","fmt","fmt","fmt","from","from","from","from_txids","hashes","header","into","into","num_transactions","source","to_owned","to_owned","to_string","try_from","try_from","try_into","try_into","txn","type_id","type_id","vzip","vzip","Bitcoin","Main","Network","NetworkKind","ParseNetworkError","Regtest","Signet","Test","Testnet","UnknownChainHashError","as_core_arg","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","eq","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","into","into","source","source","to_owned","to_owned","to_string","to_string","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","deserialize","serialize","Address","BITCOIN","BLOOM","COMPACT_FILTERS","GETUTXO","Magic","NETWORK","NETWORK_LIMITED","NONE","P2P_V2","PROTOCOL_VERSION","ParseMagicError","REGTEST","SIGNET","ServiceFlags","TESTNET","UnknownMagicError","WITNESS","add","address","address","as_mut","as_mut","as_ref","as_ref","bitor","bitor_assign","bitxor","bitxor_assign","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","consensus_decode","consensus_decode","consensus_decode","consensus_encode","consensus_encode","consensus_encode","default","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from_bytes","from_params","from_str","has","hash","hash","hash","into","into","into","into","into","message","message_blockdata","message_bloom","message_compact_blocks","message_filter","message_network","new","partial_cmp","partial_cmp","port","remove","services","socket_addr","source","source","to_bytes","to_owned","to_owned","to_owned","to_owned","to_owned","to_socket_addrs","to_string","to_string","to_string","to_string","to_u64","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","AddrV2","AddrV2Message","Address","Cjdns","I2p","Ipv4","Ipv6","TorV2","TorV3","Unknown","addr","address","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","consensus_decode","consensus_decode","consensus_encode","consensus_encode","eq","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","into","into","port","port","services","services","socket_addr","time","to_owned","to_owned","to_socket_addrs","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Addr","AddrV2","Alert","Block","BlockTxn","CFCheckpt","CFHeaders","CFilter","CmpctBlock","CommandString","CommandStringError","FeeFilter","FilterAdd","FilterClear","FilterLoad","GetAddr","GetBlockTxn","GetBlocks","GetCFCheckpt","GetCFHeaders","GetCFilters","GetData","GetHeaders","Headers","Inv","MAX_INV_SIZE","MAX_MSG_SIZE","MemPool","MerkleBlock","NetworkMessage","NotFound","Ping","Pong","RawNetworkMessage","Reject","SendAddrV2","SendCmpct","SendHeaders","Tx","Unknown","Verack","Version","WtxidRelay","as_ref","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmd","cmd","command","command","consensus_decode","consensus_decode","consensus_decode_from_finite_reader","consensus_encode","consensus_encode","consensus_encode","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from_str","into","into","into","into","magic","new","payload","source","to_owned","to_owned","to_owned","to_owned","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from_static","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","command","payload","Block","CompactBlock","Error","GetBlocksMessage","GetHeadersMessage","Inventory","Transaction","Unknown","WTx","WitnessBlock","WitnessTransaction","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","cmp","consensus_decode","consensus_decode","consensus_decode","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_encode","consensus_encode","consensus_encode","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","hash","into","into","into","locator_hashes","locator_hashes","network_hash","new","new","partial_cmp","stop_hash","stop_hash","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","version","version","vzip","vzip","vzip","hash","inv_type","All","BloomFlags","FilterAdd","FilterLoad","None","PubkeyOnly","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","consensus_decode","consensus_decode","consensus_decode","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_encode","consensus_encode","consensus_encode","data","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","filter","flags","fmt","fmt","fmt","from","from","from","hash_funcs","into","into","into","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","tweak","type_id","type_id","type_id","vzip","vzip","vzip","BlockTxn","CmpctBlock","GetBlockTxn","SendCmpct","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","compact_block","consensus_decode","consensus_decode","consensus_decode","consensus_decode","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_encode","consensus_encode","consensus_encode","consensus_encode","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","hash","hash","hash","hash","into","into","into","into","partial_cmp","partial_cmp","partial_cmp","partial_cmp","send_compact","to_owned","to_owned","to_owned","to_owned","transactions","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","txs_request","type_id","type_id","type_id","type_id","version","vzip","vzip","vzip","vzip","CFCheckpt","CFHeaders","CFilter","GetCFCheckpt","GetCFHeaders","GetCFilters","block_hash","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","consensus_decode","consensus_decode","consensus_decode","consensus_decode","consensus_decode","consensus_decode","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","filter","filter_hashes","filter_headers","filter_type","filter_type","filter_type","filter_type","filter_type","filter_type","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","into","into","into","into","into","into","previous_filter_header","start_height","start_height","stop_hash","stop_hash","stop_hash","stop_hash","stop_hash","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","Checkpoint","Duplicate","Dust","Fee","Invalid","Malformed","NonStandard","Obsolete","Reject","RejectReason","VersionMessage","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","ccode","clone","clone","clone","clone_into","clone_into","clone_into","consensus_decode","consensus_decode","consensus_decode","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_encode","consensus_encode","consensus_encode","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","hash","into","into","into","message","new","nonce","reason","receiver","relay","sender","services","start_height","timestamp","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","user_agent","version","vzip","vzip","vzip","ParseIntError","as_ref","borrow","borrow_mut","clone","clone_into","eq","equivalent","equivalent","fmt","fmt","from","input","into","source","to_owned","to_string","try_from","try_into","type_id","vzip","DEFAULT_BYTES_PER_SIGOP","DEFAULT_INCREMENTAL_RELAY_FEE","DEFAULT_MEMPOOL_EXPIRY","DEFAULT_MIN_RELAY_TX_FEE","DUST_RELAY_TX_FEE","MAX_STANDARD_TX_SIGOPS_COST","MAX_STANDARD_TX_WEIGHT","MIN_STANDARD_TX_NONWITNESS_SIZE","get_virtual_tx_size","CompactTarget","Target","Work","AbsurdFeeRate","Bare","Base64Encoding","Bip32","Bip32","CombineInconsistentKeySources","ConsensusEncoding","DuplicateKey","Ecdsa","Ecdsa","Error","Error","ExtractTxError","FeeOverflow","GetKey","GetKeyError","IndexOutOfBounds","IndexOutOfBoundsError","Input","Inputs","InvalidControlBlock","InvalidEcdsaSignature","InvalidHash","InvalidKey","InvalidLeafVersion","InvalidMagic","InvalidPreimageHashPair","InvalidProprietaryKey","InvalidPublicKey","InvalidSecp256k1PublicKey","InvalidSeparator","InvalidSighashType","InvalidTaprootSignature","InvalidXOnlyPublicKey","Io","KeyNotFound","KeyRequest","MismatchedAlgoKey","MissingInputUtxo","MissingInputValue","MissingRedeemScript","MissingSpendUtxo","MissingUtxo","MissingWitnessScript","MustHaveUnsignedTx","NegativeFee","NoMorePairs","NonStandardSighashType","NotEcdsa","NotSupported","NotWpkh","Output","OutputType","P2wpkhSighash","PartialDataConsumption","Psbt","PsbtEncoding","PsbtParseError","PsbtSighashType","PsbtUtxoOutOfbounds","Pubkey","Schnorr","Schnorr","SegwitV0Sighash","SendingTooMuch","Sh","ShWpkh","ShWsh","SignError","SigningAlgorithm","SigningErrors","SigningKeys","SigningKeysMap","TapTree","Taproot","TaprootError","Tr","TxInput","UnexpectedUnsignedTx","UnknownOutputType","UnsignedTxHasScriptSigs","UnsignedTxHasScriptWitnesses","Unsupported","Version","Wpkh","WrongSigningAlgorithm","Wsh","XPubKey","bip32_derivation","bip32_derivation","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","combine","combine","default","default","deserialize","deserialize","deserialize","ecdsa_hash_ty","ecdsa_hash_ty","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","final_script_sig","final_script_witness","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_str","from_u32","get_key","hash","hash","hash","hash","hash","hash160_preimages","hash256_preimages","inputs","into","into","into","into","into","into","into","into","into","into","into","into","into","non_witness_utxo","outputs","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_sigs","proprietary","proprietary","proprietary","raw","redeem_script","redeem_script","ripemd160_preimages","serialize","serialize","serialize","serialize","sha256_preimages","sighash_type","signing_algorithm","source","source","source","source","source","source","tap_internal_key","tap_internal_key","tap_key_origins","tap_key_origins","tap_key_sig","tap_merkle_root","tap_script_sigs","tap_scripts","tap_tree","taproot_hash_ty","taproot_hash_ty","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_u32","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","unknown","unknown","unknown","unsigned_tx","update_with_descriptor_unchecked","update_with_descriptor_unchecked","version","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","witness_script","witness_script","witness_utxo","xpub","actual","expected","hash","hash_type","preimage","fee_rate","psbt","tx","tx","index","index","length","length","Key","Pair","ProprietaryKey","ProprietaryType","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","cmp","consensus_decode","consensus_encode","deserialize","deserialize","deserialize","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","hash","hash","into","into","into","key","key","key","partial_cmp","partial_cmp","prefix","serialize","serialize","serialize","subtype","to_key","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","type_value","value","vzip","vzip","vzip","All","AllPreallocated","Context","DESCRIPTION","Error","Even","FLAGS","IncorrectSignature","InvalidEllSwift","InvalidMessage","InvalidParityValue","InvalidParityValue","InvalidPublicKey","InvalidPublicKeySum","InvalidRecoveryId","InvalidSecretKey","InvalidSharedSecret","InvalidSignature","InvalidTweak","Keypair","MAX","Message","NotEnoughMemory","ONE","Odd","Parity","PreallocatedContext","PublicKey","Scalar","Secp256k1","SecretKey","SignOnly","SignOnlyPreallocated","Signing","ThirtyTwoByteHash","Verification","VerifyOnly","VerifyOnlyPreallocated","XOnlyPublicKey","ZERO","add_exp_tweak","add_tweak","as_c_ptr","as_c_ptr","as_c_ptr","as_mut_c_ptr","as_mut_c_ptr","as_mut_c_ptr","as_mut_ptr","as_ptr","as_ref","as_ref","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp_fast_unstable","combine","combine_keys","constants","deallocate","deallocate","deallocate","deallocate","deallocate","deallocate","deallocate","deserialize","deserialize","display_secret","ecdh","ecdsa","ellswift","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq_fast_unstable","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_be_bytes","from_digest","from_digest_slice","from_ellswift","from_keypair","from_keypair","from_le_bytes","from_secret_key","from_slice","from_slice","from_slice","from_str","from_str","from_x_only_public_key","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","impl_array_newtype","index","index","index","into","into","into","into","into","into","into","into","into","into","into","into","into_32","keypair","mul_tweak","mul_tweak","negate","negate","new","non_secure_erase","non_secure_erase","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","public_key","random","random_custom","scalar","schnorr","secret_bytes","serialize","serialize","serialize","serialize_uncompressed","source","to_be_bytes","to_hash160","to_hash256","to_le_bytes","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_public_key","to_ripemd160","to_sha256","to_string","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","verify","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","x_only_public_key","x_only_public_key","COMPACT_SIGNATURE_SIZE","CURVE_ORDER","ELLSWIFT_ENCODING_SIZE","FIELD_SIZE","GENERATOR_X","GENERATOR_Y","KEY_PAIR_SIZE","MAX_SIGNATURE_SIZE","MESSAGE_SIZE","ONE","PUBLIC_KEY_SIZE","SCHNORR_PUBLIC_KEY_SIZE","SCHNORR_SIGNATURE_SIZE","SECRET_KEY_SIZE","UNCOMPRESSED_PUBLIC_KEY_SIZE","ZERO","SharedSecret","as_ref","borrow","borrow","borrow_mut","clone","clone_into","cmp","deserialize","display_secret","eq","equivalent","equivalent","fmt","from","from_bytes","from_slice","from_str","hash","into","new","non_secure_erase","partial_cmp","secret_bytes","serialize","shared_secret_point","to_owned","try_from","try_into","type_id","vzip","RecoverableSignature","RecoveryId","SerializedSignature","Signature","as_c_ptr","as_c_ptr","as_mut_c_ptr","as_mut_c_ptr","as_mut_ptr","as_mut_ptr","as_ptr","as_ptr","as_ref","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","capacity","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp_fast_unstable","deref","deserialize","eq","eq","eq","eq","eq","eq_fast_unstable","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from_compact","from_compact","from_der","from_der_lax","from_i32","from_signature","from_str","hash","hash","hash","into","into","into","into","into_iter","into_iter","is_empty","len","normalize_s","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","serialize","serialize_compact","serialize_compact","serialize_der","serialized_signature","to_i32","to_owned","to_owned","to_owned","to_owned","to_signature","to_standard","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","IntoIter","SerializedSignature","as_slice","borrow","borrow_mut","clone","clone_into","fmt","from","into","into_fallible","into_iter","next","next_back","nth","size_hint","to_owned","transpose_into_fallible","try_from","try_into","type_id","vzip","A","B","ElligatorSwift","ElligatorSwiftParty","ElligatorSwiftSharedSecret","as_c_ptr","as_mut_c_ptr","as_secret_bytes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","cmp","cmp","cmp","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","from","from","from","from_array","from_pubkey","from_seckey","from_secret_bytes","from_str","hash","hash","hash","into","into","into","new","partial_cmp","partial_cmp","partial_cmp","shared_secret","shared_secret_with_hasher","to_array","to_owned","to_owned","to_owned","to_secret_bytes","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","CPtr","Context","EcdhHashFn","ElligatorSwift","EllswiftEcdhHashFn","Keypair","NonceFn","None","None","None","None","PublicKey","SECP256K1_SER_COMPRESSED","SECP256K1_SER_UNCOMPRESSED","SECP256K1_START_NONE","SECP256K1_START_SIGN","SECP256K1_START_VERIFY","SchnorrNonceFn","SchnorrSigExtraParams","Signature","Some","Some","Some","Some","Target","XOnlyPublicKey","as_c_ptr","as_c_ptr","as_c_ptr","as_c_ptr","as_c_ptr","as_c_ptr","as_mut_c_ptr","as_mut_c_ptr","as_mut_c_ptr","as_mut_c_ptr","as_mut_c_ptr","as_mut_c_ptr","as_ref","as_ref","as_ref","as_ref","as_ref","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp_fast_unstable","cmp_fast_unstable","cmp_fast_unstable","cmp_fast_unstable","cmp_fast_unstable","ecdsa_signature_parse_der_lax","eq","eq","eq","eq","eq","eq_fast_unstable","eq_fast_unstable","eq_fast_unstable","eq_fast_unstable","eq_fast_unstable","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from_array","from_array_unchecked","from_array_unchecked","from_array_unchecked","from_array_unchecked","hash","hash","hash","hash","hash","impl_array_newtype","impl_raw_debug","index","index","index","index","index","into","into","into","into","into","into","into","new","new","new","new","new","non_secure_erase","non_secure_erase_impl","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","recovery","rustsecp256k1_v0_10_0_context_create","rustsecp256k1_v0_10_0_context_destroy","rustsecp256k1_v0_10_0_default_error_callback_fn","rustsecp256k1_v0_10_0_default_illegal_callback_fn","secp256k1_context_create","secp256k1_context_destroy","secp256k1_context_no_precomp","secp256k1_context_preallocated_clone","secp256k1_context_preallocated_clone_size","secp256k1_context_preallocated_create","secp256k1_context_preallocated_destroy","secp256k1_context_preallocated_size","secp256k1_context_randomize","secp256k1_ec_pubkey_cmp","secp256k1_ec_pubkey_combine","secp256k1_ec_pubkey_create","secp256k1_ec_pubkey_negate","secp256k1_ec_pubkey_parse","secp256k1_ec_pubkey_serialize","secp256k1_ec_pubkey_tweak_add","secp256k1_ec_pubkey_tweak_mul","secp256k1_ec_seckey_negate","secp256k1_ec_seckey_tweak_add","secp256k1_ec_seckey_tweak_mul","secp256k1_ec_seckey_verify","secp256k1_ecdh","secp256k1_ecdh_hash_function_default","secp256k1_ecdsa_sign","secp256k1_ecdsa_signature_normalize","secp256k1_ecdsa_signature_parse_compact","secp256k1_ecdsa_signature_parse_der","secp256k1_ecdsa_signature_serialize_compact","secp256k1_ecdsa_signature_serialize_der","secp256k1_ecdsa_verify","secp256k1_ellswift_create","secp256k1_ellswift_decode","secp256k1_ellswift_encode","secp256k1_ellswift_xdh","secp256k1_ellswift_xdh_hash_function_bip324","secp256k1_keypair_create","secp256k1_keypair_pub","secp256k1_keypair_sec","secp256k1_keypair_xonly_pub","secp256k1_keypair_xonly_tweak_add","secp256k1_nonce_function_bip340","secp256k1_nonce_function_default","secp256k1_nonce_function_rfc6979","secp256k1_schnorrsig_sign","secp256k1_schnorrsig_sign_custom","secp256k1_schnorrsig_verify","secp256k1_xonly_pubkey_cmp","secp256k1_xonly_pubkey_from_pubkey","secp256k1_xonly_pubkey_parse","secp256k1_xonly_pubkey_serialize","secp256k1_xonly_pubkey_tweak_add","secp256k1_xonly_pubkey_tweak_add_check","to_array","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","types","underlying_bytes","underlying_bytes","underlying_bytes","underlying_bytes","vzip","vzip","vzip","vzip","vzip","vzip","vzip","RecoverableSignature","as_c_ptr","as_mut_c_ptr","as_ref","borrow","borrow_mut","clone","clone_into","cmp","cmp_fast_unstable","default","eq","eq_fast_unstable","equivalent","equivalent","fmt","from","hash","index","into","new","partial_cmp","secp256k1_ecdsa_recover","secp256k1_ecdsa_recoverable_signature_convert","secp256k1_ecdsa_recoverable_signature_parse_compact","secp256k1_ecdsa_recoverable_signature_serialize_compact","secp256k1_ecdsa_sign_recoverable","to_owned","try_from","try_into","type_id","vzip","AlignedType","ZERO","borrow","borrow","borrow_mut","borrow_mut","c_char","c_int","c_uchar","c_uint","c_void","clone","clone_into","default","fmt","from","from","into","into","size_t","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","zeroed","CUSTOM_START","CryptoRng","Error","Fill","INTERNAL_START","Rng","RngCore","Seed","SeedableRng","borrow","borrow_mut","code","distributions","fill","fill_bytes","fmt","fmt","from","from","from","from_entropy","from_rng","from_seed","gen","gen_bool","gen_range","gen_ratio","inner","into","new","next_u32","next_u64","prelude","random","raw_os_error","read","rngs","sample","sample_iter","seed_from_u64","seq","source","take_inner","thread_rng","to_string","try_fill","try_fill","try_fill_bytes","try_from","try_into","type_id","vzip","AllWeightsZero","Alphanumeric","Bernoulli","BernoulliError","DistIter","DistMap","DistString","Distribution","InvalidProbability","InvalidWeight","NoItem","Open01","OpenClosed01","Slice","Standard","TooMany","Uniform","WeightedError","WeightedIndex","append_string","append_string","append_string","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","checked_sum","checked_sum","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_ratio","into","into","into","into","into","into","into","into","into","into","into","into","into_fallible","into_iter","map","new","new","new","new","new_inclusive","next","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample_iter","sample_string","size_hint","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","transpose_into_fallible","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uniform","update_weights","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","weighted","SampleBorrow","SampleRange","SampleUniform","Sampler","Uniform","UniformChar","UniformDuration","UniformFloat","UniformInt","UniformSampler","X","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","eq","eq","fmt","fmt","fmt","fmt","from","from","from","from","into","into","into","into","is_empty","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new_inclusive","new_inclusive","new_inclusive","new_inclusive","new_inclusive","new_inclusive","new_inclusive","new_inclusive","new_inclusive","new_inclusive","new_inclusive","new_inclusive","new_inclusive","new_inclusive","new_inclusive","new_inclusive","new_inclusive","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample_single","sample_single","sample_single","sample_single","sample_single","sample_single","sample_single","sample_single","sample_single","sample_single","sample_single","sample_single","sample_single","sample_single","sample_single","sample_single","sample_single_inclusive","sample_single_inclusive","sample_single_inclusive","sample_single_inclusive","sample_single_inclusive","sample_single_inclusive","sample_single_inclusive","sample_single_inclusive","sample_single_inclusive","sample_single_inclusive","sample_single_inclusive","sample_single_inclusive","sample_single_inclusive","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","AllWeightsZero","InvalidWeight","NoItem","TooMany","WeightedError","WeightedIndex","alias_method","Weight","WeightedIndex","borrow","borrow_mut","fmt","from","into","new","try_from","try_into","type_id","vzip","CryptoRng","Distribution","Item","IteratorRandom","Rng","RngCore","Seed","SeedableRng","SliceRandom","StdRng","ThreadRng","choose","choose","choose_multiple","choose_multiple","choose_multiple_fill","choose_multiple_weighted","choose_mut","choose_stable","choose_weighted","choose_weighted_mut","fill","fill_bytes","from_entropy","from_rng","from_seed","gen","gen_bool","gen_range","gen_ratio","map","next_u32","next_u64","partial_shuffle","random","sample","sample","sample_iter","sample_iter","seed_from_u64","shuffle","thread_rng","try_fill","try_fill_bytes","OsRng","StdRng","ThreadRng","adapter","as_rngcore","as_rngcore","as_rngcore","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","eq","equivalent","equivalent","fill_bytes","fill_bytes","fill_bytes","fmt","fmt","fmt","from","from","from","from_rng","from_seed","into","into","into","mock","next_u32","next_u32","next_u32","next_u64","next_u64","next_u64","to_owned","to_owned","to_owned","try_fill_bytes","try_fill_bytes","try_fill_bytes","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","ReadError","ReadRng","ReseedingRng","as_rngcore","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","fill_bytes","fill_bytes","fmt","fmt","fmt","fmt","from","from","from","into","into","into","new","new","next_u32","next_u32","next_u64","next_u64","reseed","source","to_owned","to_string","try_fill_bytes","try_fill_bytes","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","StepRng","borrow","borrow_mut","clone","clone_into","eq","equivalent","equivalent","fill_bytes","fmt","from","into","new","next_u32","next_u64","to_owned","try_fill_bytes","try_from","try_into","type_id","vzip","Item","IteratorRandom","SliceChooseIter","SliceRandom","borrow","borrow_mut","choose","choose","choose_multiple","choose_multiple","choose_multiple_fill","choose_multiple_weighted","choose_mut","choose_stable","choose_weighted","choose_weighted_mut","fmt","from","index","into","into_fallible","into_iter","len","next","partial_shuffle","shuffle","size_hint","transpose_into_fallible","try_from","try_into","type_id","vzip","IndexVec","IndexVecIntoIter","IndexVecIter","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","eq","fmt","fmt","fmt","from","from","from","from","from","index","into","into","into","into_fallible","into_fallible","into_iter","into_iter","into_iter","into_vec","is_empty","iter","len","next","next","sample","sample_weighted","size_hint","size_hint","to_owned","to_owned","transpose_into_fallible","transpose_into_fallible","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","OutOfRangeError","Scalar","borrow","borrow_mut","clone","clone_into","eq","equivalent","equivalent","fmt","fmt","from","hash","into","to_owned","to_string","try_from","try_into","type_id","vzip","Signature","as_c_ptr","as_mut_c_ptr","as_ref","borrow","borrow_mut","clone","clone_into","cmp","deserialize","eq","equivalent","equivalent","fmt","fmt","fmt","from","from_slice","from_str","hash","index","into","partial_cmp","serialize","serialize","to_owned","to_string","try_from","try_into","type_id","vzip","All","All","All","AllPlusAnyoneCanPay","AllPlusAnyoneCanPay","Annex","AnnexError","Default","EcdsaSighashType","Empty","EncodeSigningDataResult","IncorrectPrefix","InputsIndex","InvalidAllIndex","InvalidOneIndex","InvalidSighashType","InvalidSighashTypeError","Io","LegacySighash","NonStandardSighashTypeError","None","None","NonePlusAnyoneCanPay","NonePlusAnyoneCanPay","NotP2wpkhScript","One","P2wpkhError","Prevouts","PrevoutsIndex","PrevoutsIndexError","PrevoutsKind","PrevoutsKindError","PrevoutsSize","PrevoutsSizeError","ScriptPath","SegwitV0Sighash","Sighash","Sighash","SighashCache","SighashSingleBug","SighashTypeParseError","SigningDataError","Single","Single","SingleMissingOutput","SingleMissingOutputError","SinglePlusAnyoneCanPay","SinglePlusAnyoneCanPay","TapSighash","TapSighashTag","TapSighashType","TaprootError","WriteResult","as_bytes","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","consensus_encode","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","hash","hash","hash","input_index","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_transaction","is_sighash_single_bug","leaf_hash","legacy_encode_signing_data_to","legacy_signature_hash","map_err","new","new","new","outputs_length","p2wpkh_signature_hash","p2wsh_signature_hash","partial_cmp","partial_cmp","segwit_v0_encode_signing_data_to","source","source","source","source","source","source","source","source","source","source","source","taproot_encode_signing_data_to","taproot_key_spend_signature_hash","taproot_script_spend_signature_hash","taproot_signature_hash","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","transaction","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","unrecognized","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","with_defaults","witness_mut","BITCOIN_SIGNED_MSG_PREFIX","InvalidBase64","InvalidEncoding","InvalidLength","MessageSignature","MessageSignatureError","UnsupportedAddressType","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","compressed","eq","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_base64","from_slice","from_str","into","into","is_signed_by_address","new","recover_pubkey","serialize","signature","signed_msg_hash","source","to_base64","to_owned","to_owned","to_string","to_string","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","ControlBlock","EmptyTree","EmptyTree","Future","FutureLeafVersion","Hidden","HiddenNodesError","HiddenParts","HiddenParts","IncompleteBuilderError","InvalidControlBlockSize","InvalidInternalKey","InvalidInternalKey","InvalidMerkleBranchSize","InvalidMerkleTreeDepth","InvalidMerkleTreeDepth","InvalidSignatureSize","InvalidTaprootLeafVersion","LeafNode","LeafNodes","LeafVersion","NodeInfo","NodeNotInDfsOrder","NotFinalized","OverCompleteTree","Script","ScriptLeaf","ScriptLeaves","Secp256k1","SigFromSliceError","SighashType","Signature","TAPROOT_ANNEX_PREFIX","TAPROOT_CONTROL_BASE_SIZE","TAPROOT_CONTROL_MAX_NODE_COUNT","TAPROOT_CONTROL_MAX_SIZE","TAPROOT_CONTROL_NODE_SIZE","TAPROOT_LEAF_MASK","TAPROOT_LEAF_TAPSCRIPT","TapBranchTag","TapLeaf","TapLeafHash","TapLeafTag","TapNodeHash","TapScript","TapTree","TapTweakHash","TapTweakTag","TaprootBuilder","TaprootBuilderError","TaprootError","TaprootMerkleBranch","TaprootSpendInfo","add_hidden_node","add_leaf","add_leaf_with_ver","as_hidden","as_inner","as_mut","as_ref","as_script","as_slice","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","combine","control_block","decode","decode","default","default","depth","deref","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","encode","encode","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finalize","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_consensus","from_leaf_node","from_node_info","from_slice","has_hidden_nodes","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","internal_key","internal_key","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_builder","into_fallible","into_fallible","into_inner","into_iter","into_iter","into_iter","into_iter","into_iter","into_node_info","into_node_info","into_vec","is_empty","is_finalizable","leaf","leaf_hash","leaf_nodes","leaf_version","leaf_version","len","merkle_branch","merkle_branch","merkle_branch","merkle_branch","merkle_root","new","new_hidden","new_hidden_node","new_key_spend","new_leaf_with_ver","new_script","next","next","next_back","next_back","node_hash","node_hash","node_info","output_key","output_key_parity","output_key_parity","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","root_hash","script","script","script_leaves","script_map","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize_to_writer","serialized_signature","sighash_type","signature","size","size_hint","size_hint","source","source","source","source","source","tap_tweak","to_consensus","to_consensus","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_vec","transpose_into_fallible","transpose_into_fallible","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into_node_info","try_into_taptree","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","verify_taproot_commitment","version","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","with_capacity","with_huffman_tree","with_huffman_tree","IntoIter","TaprootMerkleBranch","as_mut_slice","as_slice","borrow","borrow_mut","clone","clone_into","count","fmt","from","into","into_fallible","into_iter","last","next","next_back","nth","nth_back","size_hint","to_owned","transpose_into_fallible","try_from","try_into","type_id","vzip","IntoIter","SerializedSignature","as_ref","as_slice","borrow","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","deref","eq","eq","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","from_signature","hash","into","into","into_fallible","into_iter","into_iter","into_iter","len","next","next_back","nth","partial_cmp","partial_cmp","size_hint","to_owned","to_owned","to_signature","to_string","transpose_into_fallible","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","write_to","ChangeSet","IndexedTxGraph","apply_block","apply_block_relevant","apply_changeset","apply_update","apply_update_at","as_ref","batch_insert_relevant","batch_insert_relevant_unconfirmed","batch_insert_unconfirmed","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","default","default","deserialize","eq","fmt","fmt","from","from","from","from","graph","index","indexer","initial_changeset","insert_anchor","insert_seen_at","insert_tx","insert_txout","into","into","is_empty","merge","new","serialize","to_owned","try_from","try_from","try_into","try_into","tx_graph","type_id","type_id","vzip","vzip","ChangeSet","Indexer","apply_changeset","index_tx","index_txout","initial_changeset","is_tx_relevant","keychain_txout","spk_txout","ChangeSet","DEFAULT_LOOKAHEAD","DescriptorAlreadyAssigned","FullScanRequestBuilderExt","InsertDescriptorError","KeychainAlreadyAssigned","KeychainTxOutIndex","LAST_REVEALED_TABLE_NAME","SCHEMA_NAME","SyncRequestBuilderExt","all_unbounded_spk_iters","apply_changeset","apply_changeset","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","deserialize","eq","eq","fmt","fmt","fmt","fmt","from","from","from","from_sqlite","get_descriptor","index_of_spk","index_tx","index_txout","init_sqlite_tables","initial_changeset","inner","insert_descriptor","into","into","into","is_empty","is_tx_relevant","is_used","keychain_outpoints","keychain_outpoints_in_range","keychains","last_revealed","last_revealed_index","last_revealed_indices","last_used_index","last_used_indices","lookahead","lookahead_to_target","mark_used","merge","net_value","new","next_index","next_unused_spk","outpoints","persist_to_sqlite","reveal_next_spk","reveal_to_target","reveal_to_target_multi","revealed_keychain_spks","revealed_spks","revealed_spks_from_indexer","sent_and_received","serialize","spk_at_index","spks_from_indexer","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","txout","txouts","txouts_in_tx","type_id","type_id","type_id","unbounded_spk_iter","unmark_used","unused_keychain_spks","unused_spks","unused_spks_from_indexer","vzip","vzip","vzip","descriptor","existing_assignment","existing_assignment","keychain","SpkTxOutIndex","all_spks","apply_changeset","borrow","borrow_mut","clone","clone_into","default","fmt","from","index_of_spk","index_tx","index_txout","initial_changeset","insert_spk","into","is_relevant","is_tx_relevant","is_used","mark_used","net_value","outpoints","outputs_in_range","scan","scan_txout","sent_and_received","spk_at_index","to_owned","try_from","try_into","txout","txouts","txouts_in_tx","type_id","unmark_used","unused_spks","vzip","AlterCheckPointError","ApplyHeaderError","BLOCKS_TABLE_NAME","CannotConnect","CannotConnectError","ChangeSet","CheckPoint","CheckPointIter","InconsistentBlocks","LocalChain","MissingGenesisError","SCHEMA_NAME","apply_changeset","apply_header","apply_header_connected_to","apply_update","blocks","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","disconnect_from","eq","eq","eq","eq","eq","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from_blocks","from_changeset","from_genesis_hash","from_iter","from_iter","from_sqlite","from_tip","genesis_hash","get","get_chain_tip","height","init_sqlite_tables","initial_changeset","insert_block","into","into","into","into","into","into","is_block_in_chain","is_empty","iter_checkpoints","merge","original_hash","persist_to_sqlite","range","serialize","tip","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_include_height","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","update_hash","vzip","vzip","vzip","vzip","vzip","vzip","SCHEMAS_TABLE_NAME","migrate_schema","FullScanRequest","FullScanRequestBuilder","FullScanResult","OutPoint","Spk","SyncItem","SyncProgress","SyncRequest","SyncRequestBuilder","SyncResult","Txid","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build","builder","builder","chain_tip","chain_tip","chain_tip","chain_tip","chain_update","chain_update","clone","clone","clone_into","clone_into","cmp","consumed","default","default","default","default","default","default","eq","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","hash","inspect","inspect","into","into","into","into","into","into","into","into","iter_outpoints","iter_spks","iter_spks","iter_txids","keychains","last_active_indices","next_outpoint","next_spk","next_spk","next_txid","outpoints","outpoints_consumed","outpoints_remaining","partial_cmp","progress","remaining","revealed_spks_from_indexer","spks","spks_consumed","spks_for_keychain","spks_from_indexer","spks_remaining","spks_with_indexes","to_owned","to_owned","to_string","total","total_outpoints","total_spks","total_txids","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","tx_update","tx_update","txids","txids_consumed","txids_remaining","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","unused_spks_from_indexer","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","ANCHORS_TABLE_NAME","CalculateFeeError","CanonicalTx","ChangeSet","MissingTxOut","NegativeFee","SCHEMA_NAME","TXOUTS_TABLE_NAME","TXS_TABLE_NAME","TxAncestors","TxDescendants","TxGraph","TxNode","TxUpdate","all_anchors","all_txouts","anchor_heights","anchors","anchors","anchors","apply_changeset","apply_update","apply_update_at","as_ref","balance","batch_insert_unconfirmed","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","calculate_fee","chain_position","checked_sum","checked_sum","checked_sum","checked_sum","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","cmp","default","default","deref","deserialize","direct_conflicts","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","filter_chain_txouts","filter_chain_unspents","floating_txouts","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from_sqlite","full_txs","get_chain_position","get_chain_spend","get_tx","get_tx_node","get_txout","init_sqlite_tables","initial_changeset","insert_anchor","insert_seen_at","insert_tx","insert_txout","into","into","into","into","into","into","into","into_fallible","into_fallible","into_iter","into_iter","is_empty","is_empty","last_seen","last_seen_unconfirmed","list_canonical_txs","map_anchors","map_anchors","merge","new","next","next","outspends","partial_cmp","partial_cmp","persist_to_sqlite","seen_ats","serialize","to_owned","to_owned","to_owned","to_owned","to_string","transpose_into_fallible","transpose_into_fallible","try_balance","try_filter_chain_txouts","try_filter_chain_unspents","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_get_chain_position","try_get_chain_spend","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_list_canonical_txs","tx","tx_node","tx_outputs","tx_spends","txid","txouts","txouts","txouts","txs","txs","txs_with_no_anchor_or_last_seen","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","walk_ancestors","walk_conflicts","walk_descendants"],"q":[[0,"bdk_chain"],[365,"bdk_chain::ConfirmationTime"],[368,"bdk_chain::bitcoin"],[2759,"bdk_chain::bitcoin::address"],[3030,"bdk_chain::bitcoin::address::AddressData"],[3033,"bdk_chain::bitcoin::address::error"],[3055,"bdk_chain::bitcoin::amount"],[3116,"bdk_chain::bitcoin::amount::serde"],[3127,"bdk_chain::bitcoin::amount::serde::as_btc"],[3130,"bdk_chain::bitcoin::amount::serde::as_btc::opt"],[3132,"bdk_chain::bitcoin::amount::serde::as_sat"],[3135,"bdk_chain::bitcoin::amount::serde::as_sat::opt"],[3137,"bdk_chain::bitcoin::base58"],[3506,"bdk_chain::bitcoin::base58::error"],[3549,"bdk_chain::bitcoin::base64"],[3639,"bdk_chain::bitcoin::base64::alphabet"],[3683,"bdk_chain::bitcoin::base64::display"],[3695,"bdk_chain::bitcoin::base64::engine"],[3777,"bdk_chain::bitcoin::base64::engine::general_purpose"],[3785,"bdk_chain::bitcoin::base64::prelude"],[3800,"bdk_chain::bitcoin::base64::read"],[3813,"bdk_chain::bitcoin::base64::write"],[3845,"bdk_chain::bitcoin::bip152"],[4035,"bdk_chain::bitcoin::bip158"],[4149,"bdk_chain::bitcoin::bip32"],[4481,"bdk_chain::bitcoin::bip32::ChildNumber"],[4483,"bdk_chain::bitcoin::blockdata"],[4494,"bdk_chain::bitcoin::blockdata::block"],[4614,"bdk_chain::bitcoin::blockdata::constants"],[4680,"bdk_chain::bitcoin::blockdata::fee_rate"],[4681,"bdk_chain::bitcoin::blockdata::locktime"],[4683,"bdk_chain::bitcoin::blockdata::locktime::absolute"],[4869,"bdk_chain::bitcoin::blockdata::locktime::relative"],[5079,"bdk_chain::bitcoin::blockdata::opcodes"],[5130,"bdk_chain::bitcoin::blockdata::opcodes::all"],[5386,"bdk_chain::bitcoin::blockdata::script"],[5928,"bdk_chain::bitcoin::blockdata::script::witness_program"],[5953,"bdk_chain::bitcoin::blockdata::script::witness_version"],[6037,"bdk_chain::bitcoin::blockdata::transaction"],[6197,"bdk_chain::bitcoin::blockdata::weight"],[6199,"bdk_chain::bitcoin::blockdata::witness"],[6214,"bdk_chain::bitcoin::consensus"],[6303,"bdk_chain::bitcoin::consensus::encode"],[6396,"bdk_chain::bitcoin::consensus::encode::Error"],[6400,"bdk_chain::bitcoin::consensus::params"],[6418,"bdk_chain::bitcoin::consensus::serde"],[6453,"bdk_chain::bitcoin::consensus::serde::hex"],[6531,"bdk_chain::bitcoin::ecdsa"],[6618,"bdk_chain::bitcoin::error"],[6701,"bdk_chain::bitcoin::hash_types"],[6709,"bdk_chain::bitcoin::hashes"],[6836,"bdk_chain::bitcoin::hashes::cmp"],[6837,"bdk_chain::bitcoin::hashes::hash160"],[6882,"bdk_chain::bitcoin::hashes::hex"],[7046,"bdk_chain::bitcoin::hashes::hex::buf_encoder"],[7064,"bdk_chain::bitcoin::hashes::hex::display"],[7102,"bdk_chain::bitcoin::hashes::hex::error"],[7131,"bdk_chain::bitcoin::hashes::hex::parse"],[7140,"bdk_chain::bitcoin::hashes::hex::prelude"],[7151,"bdk_chain::bitcoin::hashes::hmac"],[7164,"bdk_chain::bitcoin::hashes::ripemd160"],[7235,"bdk_chain::bitcoin::hashes::serde"],[7322,"bdk_chain::bitcoin::hashes::serde::de"],[7506,"bdk_chain::bitcoin::hashes::serde::de::value"],[8801,"bdk_chain::bitcoin::hashes::serde::ser"],[8930,"bdk_chain::bitcoin::hashes::serde_macros"],[8931,"bdk_chain::bitcoin::hashes::serde_macros::serde_details"],[8936,"bdk_chain::bitcoin::hashes::sha1"],[9006,"bdk_chain::bitcoin::hashes::sha256"],[9120,"bdk_chain::bitcoin::hashes::sha256d"],[9173,"bdk_chain::bitcoin::hashes::sha256t"],[9220,"bdk_chain::bitcoin::hashes::sha384"],[9276,"bdk_chain::bitcoin::hashes::sha512"],[9346,"bdk_chain::bitcoin::hashes::sha512_256"],[9402,"bdk_chain::bitcoin::hashes::siphash24"],[9494,"bdk_chain::bitcoin::io"],[9640,"bdk_chain::bitcoin::key"],[10010,"bdk_chain::bitcoin::merkle_tree"],[10068,"bdk_chain::bitcoin::network"],[10115,"bdk_chain::bitcoin::network::as_core_arg"],[10117,"bdk_chain::bitcoin::p2p"],[10273,"bdk_chain::bitcoin::p2p::address"],[10328,"bdk_chain::bitcoin::p2p::message"],[10455,"bdk_chain::bitcoin::p2p::message::NetworkMessage"],[10457,"bdk_chain::bitcoin::p2p::message_blockdata"],[10533,"bdk_chain::bitcoin::p2p::message_blockdata::Inventory"],[10535,"bdk_chain::bitcoin::p2p::message_bloom"],[10599,"bdk_chain::bitcoin::p2p::message_compact_blocks"],[10692,"bdk_chain::bitcoin::p2p::message_filter"],[10824,"bdk_chain::bitcoin::p2p::message_network"],[10902,"bdk_chain::bitcoin::parse"],[10923,"bdk_chain::bitcoin::policy"],[10932,"bdk_chain::bitcoin::pow"],[10935,"bdk_chain::bitcoin::psbt"],[11313,"bdk_chain::bitcoin::psbt::Error"],[11318,"bdk_chain::bitcoin::psbt::ExtractTxError"],[11322,"bdk_chain::bitcoin::psbt::IndexOutOfBoundsError"],[11326,"bdk_chain::bitcoin::psbt::raw"],[11397,"bdk_chain::bitcoin::secp256k1"],[11750,"bdk_chain::bitcoin::secp256k1::constants"],[11766,"bdk_chain::bitcoin::secp256k1::ecdh"],[11797,"bdk_chain::bitcoin::secp256k1::ecdsa"],[11919,"bdk_chain::bitcoin::secp256k1::ecdsa::serialized_signature"],[11941,"bdk_chain::bitcoin::secp256k1::ellswift"],[12016,"bdk_chain::bitcoin::secp256k1::ffi"],[12262,"bdk_chain::bitcoin::secp256k1::ffi::recovery"],[12294,"bdk_chain::bitcoin::secp256k1::ffi::types"],[12324,"bdk_chain::bitcoin::secp256k1::rand"],[12376,"bdk_chain::bitcoin::secp256k1::rand::distributions"],[12651,"bdk_chain::bitcoin::secp256k1::rand::distributions::uniform"],[12794,"bdk_chain::bitcoin::secp256k1::rand::distributions::weighted"],[12801,"bdk_chain::bitcoin::secp256k1::rand::distributions::weighted::alias_method"],[12813,"bdk_chain::bitcoin::secp256k1::rand::prelude"],[12857,"bdk_chain::bitcoin::secp256k1::rand::rngs"],[12920,"bdk_chain::bitcoin::secp256k1::rand::rngs::adapter"],[12968,"bdk_chain::bitcoin::secp256k1::rand::rngs::mock"],[12989,"bdk_chain::bitcoin::secp256k1::rand::seq"],[13021,"bdk_chain::bitcoin::secp256k1::rand::seq::index"],[13078,"bdk_chain::bitcoin::secp256k1::scalar"],[13098,"bdk_chain::bitcoin::secp256k1::schnorr"],[13129,"bdk_chain::bitcoin::sighash"],[13478,"bdk_chain::bitcoin::sign_message"],[13533,"bdk_chain::bitcoin::taproot"],[14172,"bdk_chain::bitcoin::taproot::merkle_branch"],[14198,"bdk_chain::bitcoin::taproot::serialized_signature"],[14253,"bdk_chain::indexed_tx_graph"],[14304,"bdk_chain::indexer"],[14313,"bdk_chain::indexer::keychain_txout"],[14417,"bdk_chain::indexer::keychain_txout::InsertDescriptorError"],[14421,"bdk_chain::indexer::spk_txout"],[14458,"bdk_chain::local_chain"],[14590,"bdk_chain::rusqlite_impl"],[14592,"bdk_chain::spk_client"],[14738,"bdk_chain::tx_graph"],[14923,"bdk_chain::balance"],[14924,"bdk_chain::descriptor_ext"],[14925,"bdk_chain::tx_data_traits"],[14926,"bdk_core::block_id"],[14927,"bitcoin_hashes::sha256"],[14928,"bdk_core::checkpoint"],[14929,"bdk_core::tx_update"],[14930,"core::clone"],[14931,"bdk_chain::chain_data"],[14932,"bdk_chain::spk_iter"],[14933,"core::cmp"],[14934,"rusqlite::types::value_ref"],[14935,"bitcoin_units::amount"],[14936,"rusqlite::types::from_sql"],[14937,"bitcoin::blockdata::script::owned"],[14938,"bitcoin::blockdata::transaction"],[14939,"miniscript::descriptor::key"],[14940,"miniscript::descriptor"],[14941,"bitcoin::network"],[14942,"bitcoin::blockdata::block"],[14943,"serde::de"],[14944,"core::option"],[14945,"core::borrow"],[14946,"core::result"],[14947,"core::iter::traits::collect"],[14948,"core::fmt"],[14949,"bitcoin_hashes"],[14950,"bdk_chain::chain_oracle"],[14951,"core::hash"],[14952,"core::slice::index"],[14953,"fallible_iterator"],[14954,"core::iter::traits::iterator"],[14955,"core::ops::function"],[14956,"core::ops::range"],[14957,"serde::ser"],[14958,"rusqlite::types::to_sql"],[14959,"rusqlite"],[14960,"alloc::string"],[14961,"core::any"],[14962,"bitcoin_units::weight"],[14963,"bitcoin::pow"],[14964,"secp256k1::key"],[14965,"secp256k1"],[14966,"secp256k1::scalar"],[14967,"secp256k1::context"],[14968,"bitcoin::address"],[14969,"bitcoin::bip158"],[14970,"bitcoin::bip32"],[14971,"bitcoin::blockdata::script"],[14972,"bitcoin::crypto::key"],[14973,"bitcoin::crypto::sighash"],[14974,"bitcoin::taproot"],[14975,"bitcoin::blockdata::script::borrowed"],[14976,"secp256k1_sys"],[14977,"bitcoin_hashes::sha256d"],[14978,"bitcoin_hashes::hash160"],[14979,"bitcoin_hashes::sha256t"],[14980,"bitcoin::blockdata::script::push_bytes::primitive"],[14981,"bitcoin::consensus::params"],[14982,"bitcoin::blockdata::script::builder"],[14983,"bitcoin::blockdata::constants"],[14984,"bitcoin::blockdata::locktime::absolute"],[14985,"bitcoin::blockdata::locktime::relative"],[14986,"bitcoin_units::fee_rate"],[14987,"bitcoin::blockdata::opcodes"],[14988,"bitcoin::blockdata::witness"],[14989,"bitcoin::blockdata::script::witness_program"],[14990,"bitcoin::blockdata::script::witness_version"],[14991,"bitcoin::consensus::encode"],[14992,"bitcoin::merkle_tree::block"],[14993,"bitcoin::psbt"],[14994,"bitcoin::psbt::error"],[14995,"bitcoin_io"],[14996,"core::marker"],[14997,"bitcoin_io::error"],[14998,"bitcoin_units::amount::serde::private"],[14999,"core::convert"],[15000,"bitcoin::blockdata::script::instruction"],[15001,"miniscript::psbt"],[15002,"alloc::vec"],[15003,"alloc::borrow"],[15004,"miniscript::primitives::relative_locktime"],[15005,"hex_conservative::error"],[15006,"bitcoin::error"],[15007,"bitcoin::p2p"],[15008,"bitcoin::address::error"],[15009,"bitcoin_units::locktime::relative"],[15010,"miniscript::miniscript::decode"],[15011,"alloc::boxed"],[15012,"bitcoin_units::locktime::absolute"],[15013,"bitcoin::crypto::taproot"],[15014,"bitcoin::crypto::ecdsa"],[15015,"alloc::collections::btree::map"],[15016,"bech32::primitives::gf32"],[15017,"miniscript::miniscript::hash256"],[15018,"bitcoin_hashes::ripemd160"],[15019,"secp256k1::schnorr"],[15020,"bech32::segwit"],[15021,"base58ck::error"],[15022,"bitcoin_units::amount::serde"],[15023,"core::alloc"],[15024,"std::path"],[15025,"std::ffi::os_str"],[15026,"bitcoin::bip152"],[15027,"bitcoin::p2p::address"],[15028,"bitcoin::p2p::message_blockdata"],[15029,"alloc::vec::drain"],[15030,"serde_json::value"],[15031,"alloc::vec::extract_if"],[15032,"std::io::error"],[15033,"bitcoin::taproot::merkle_branch"],[15034,"alloc::ffi::c_str"],[15035,"alloc::collections::vec_deque"],[15036,"alloc::collections::binary_heap"],[15037,"miniscript::plan"],[15038,"serde::de::value"],[15039,"core::str::pattern"],[15040,"core::mem::maybe_uninit"],[15041,"alloc::vec::splice"],[15042,"core::net::socket_addr"],[15043,"alloc::vec::into_iter"],[15044,"rusqlite::error"],[15045,"alloc::collections"],[15046,"std::io"],[15047,"base64::encode"],[15048,"base64::decode"],[15049,"base64::engine"],[15050,"base64::alphabet"],[15051,"base64::display"],[15052,"base64::engine::general_purpose"],[15053,"base64::read::decoder"],[15054,"base64::write::encoder_string_writer"],[15055,"base64::write::encoder"],[15056,"miniscript::primitives::absolute_locktime"],[15057,"bitcoin::blockdata::script::push_bytes::error"],[15058,"bitcoin::blockdata::script::push_bytes"],[15059,"bitcoin_units::parse"],[15060,"bitcoin::consensus"],[15061,"bitcoin::consensus::serde"],[15062,"bitcoin::consensus::serde::hex"],[15063,"core::slice::iter"],[15064,"secp256k1::ecdsa"],[15065,"hex_conservative::parse"],[15066,"bitcoin_hashes::hmac"],[15067,"core::str::traits"],[15068,"hex_conservative::display"],[15069,"hex_conservative"],[15070,"hex_conservative::iter"],[15071,"core::iter::traits::exact_size"],[15072,"core::iter::traits::double_ended"],[15073,"core::iter::traits::marker"],[15074,"hex_conservative::buf_encoder"],[15075,"serde::de::ignored_any"],[15076,"core::error"],[15077,"serde::ser::impossible"],[15078,"bitcoin_hashes::serde_macros::serde_details"],[15079,"bitcoin_hashes::sha1"],[15080,"bitcoin_hashes::sha384"],[15081,"bitcoin_hashes::sha512"],[15082,"bitcoin_hashes::sha512_256"],[15083,"bitcoin_hashes::siphash24"],[15084,"core::ptr::non_null"],[15085,"secp256k1::context::alloc_only"],[15086,"secp256k1::secret"],[15087,"core::mem::manually_drop"],[15088,"rand::rng"],[15089,"secp256k1_sys::types"],[15090,"secp256k1::ecdsa::recovery"],[15091,"rand_core"],[15092,"bitcoin::p2p::message"],[15093,"bitcoin::p2p::message_bloom"],[15094,"bitcoin::p2p::message_compact_blocks"],[15095,"bitcoin::p2p::message_filter"],[15096,"bitcoin::p2p::message_network"],[15097,"core::num::error"],[15098,"bitcoin::psbt::map::output"],[15099,"bitcoin::psbt::map::input"],[15100,"bitcoin::psbt::display_from_str"],[15101,"bitcoin::psbt::raw"],[15102,"secp256k1::ellswift"],[15103,"secp256k1::ecdh"],[15104,"secp256k1_sys::recovery"],[15105,"secp256k1::ecdsa::serialized_signature"],[15106,"secp256k1::ecdsa::serialized_signature::into_iter"],[15107,"core::ffi"],[15108,"rand_core::error"],[15109,"core::num::nonzero"],[15110,"getrandom::error"],[15111,"core::default"],[15112,"rand::distributions::uniform"],[15113,"rand::distributions::distribution"],[15114,"rand::rngs::thread"],[15115,"rand::distributions::other"],[15116,"rand::distributions"],[15117,"rand::distributions::bernoulli"],[15118,"rand::distributions::float"],[15119,"rand::distributions::slice"],[15120,"rand::distributions::weighted_index"],[15121,"core::ops::arith"],[15122,"core::num::wrapping"],[15123,"core::time"],[15124,"rand::distributions::weighted::alias_method"],[15125,"rand::seq"],[15126,"rand_core::os"],[15127,"rand::rngs::std"],[15128,"rand::rngs::adapter::reseeding"],[15129,"rand_core::block"],[15130,"rand::rngs::adapter::read"],[15131,"rand::rngs::mock"],[15132,"core::ops::index"],[15133,"rand::seq::index"],[15134,"bitcoin::sign_message::message_signing"],[15135,"alloc::collections::btree::set"],[15136,"bitcoin::taproot::serialized_signature"],[15137,"bitcoin::taproot::serialized_signature::into_iter"],[15138,"rusqlite::transaction"],[15139,"bdk_core"],[15140,"bdk_core::spk_client"],[15141,"alloc::sync"],[15142,"std::collections::hash::set"],[15143,"bitcoin"],[15144,"bitcoin::crypto"],[15145,"bitcoin_units::amount::serde::as_btc"],[15146,"bitcoin_units::amount::serde::as_btc::opt"],[15147,"bitcoin_units::amount::serde::as_sat"],[15148,"bitcoin_units::amount::serde::as_sat::opt"],[15149,"base58ck"],[15150,"base64"],[15151,"bitcoin::blockdata"],[15152,"bitcoin::blockdata::locktime"],[15153,"bitcoin::blockdata::opcodes::all"],[15154,"bitcoin_hashes::cmp"],[15155,"serde_derive"],[15156,"serde"],[15157,"bitcoin_hashes::serde_macros"],[15158,"bitcoin::merkle_tree"],[15159,"bitcoin::network::as_core_arg"],[15160,"bitcoin::policy"],[15161,"secp256k1::constants"],[15162,"rand"],[15163,"rand::distributions::weighted"],[15164,"rand::rngs"],[15165,"bitcoin::sign_message"]],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,15,16,0,0,60,0,0,0,0,0,0,0,0,0,0,15,16,1,2,3,5,6,13,2,2,2,2,0,0,11,6,67,5,6,11,13,24,33,1,15,16,17,2,2,18,67,5,6,11,13,24,33,1,15,16,17,2,18,17,5,6,11,13,1,15,16,17,2,18,5,6,11,13,1,15,16,17,2,18,15,5,6,15,16,17,2,24,24,24,24,24,24,24,24,33,6,3,3,15,6,1,5,6,13,1,24,33,18,38,5,6,1,16,2,38,2,5,6,11,1,15,16,17,2,11,5,5,6,6,1,1,15,15,16,16,17,17,2,2,11,13,5,6,11,13,1,1,15,16,17,2,2,2,2,67,5,5,5,6,11,13,13,24,24,24,33,33,33,1,15,16,16,17,2,2,18,11,55,5,6,2,2,11,2,2,2,2,11,60,5,6,11,15,16,2,5,11,5,1,2,0,0,11,67,5,6,11,13,24,33,1,15,16,17,2,18,67,18,24,33,67,11,18,60,15,16,17,66,17,17,11,0,0,13,66,0,11,18,18,67,18,18,17,5,6,15,16,17,2,11,11,11,0,0,13,0,5,6,1,16,2,17,0,0,66,66,2,5,6,11,13,1,15,16,17,2,18,2,24,24,24,24,24,24,24,24,33,1,2,1,67,18,1,1,67,5,6,11,13,24,33,1,15,16,17,2,18,67,5,6,11,13,24,33,1,15,16,17,2,18,0,17,13,13,67,5,6,11,13,24,33,1,15,16,17,2,18,16,1,67,5,6,11,13,24,33,1,15,16,17,2,18,708,709,708,0,0,144,145,144,145,0,129,134,134,134,30,0,0,134,0,0,150,129,144,0,127,127,0,0,0,0,0,0,23,79,129,80,127,148,148,148,148,148,80,23,79,27,23,79,129,80,80,147,135,0,134,134,134,139,134,0,0,144,145,144,145,23,79,23,79,0,0,89,89,89,89,89,134,0,0,0,0,135,30,134,23,134,0,0,0,0,0,0,30,144,145,144,145,0,0,0,0,0,0,0,0,0,0,147,30,135,0,0,0,0,0,137,137,137,137,137,137,137,137,137,137,137,137,137,137,137,137,137,0,80,0,0,0,0,0,0,0,0,0,0,0,0,23,79,129,80,127,148,79,23,79,80,81,23,79,80,82,0,88,90,91,92,31,93,94,95,96,97,32,98,99,100,101,102,103,104,105,106,0,90,91,92,31,93,94,95,96,97,32,98,99,100,101,102,103,104,105,106,107,82,107,107,26,26,107,82,82,26,82,90,91,92,31,93,94,95,96,97,32,98,99,100,101,102,103,104,105,106,90,90,91,91,92,92,31,31,93,93,94,94,95,95,107,107,26,26,96,96,96,97,97,97,32,32,98,98,99,99,99,100,100,100,101,101,102,102,103,103,30,104,104,105,105,106,106,26,88,88,88,105,120,27,0,0,0,53,53,0,134,23,79,129,82,80,89,135,88,90,90,91,91,92,92,31,31,93,93,94,94,95,95,53,130,107,26,26,136,137,96,96,97,97,32,32,98,98,138,120,127,139,27,133,140,141,99,99,100,100,142,143,101,101,102,102,111,103,103,144,145,146,147,30,81,148,149,150,113,104,104,114,105,105,115,106,106,134,23,79,129,82,80,89,135,88,90,91,92,31,93,94,95,53,130,107,26,26,136,137,96,97,32,98,138,120,127,139,27,133,140,141,99,100,142,143,101,102,111,103,144,145,146,147,30,81,148,149,150,113,104,114,105,115,106,107,26,107,30,127,53,127,127,53,79,23,79,80,23,79,129,80,23,79,129,80,129,23,79,23,79,80,130,133,134,23,79,129,82,80,89,135,88,90,91,92,31,93,94,95,53,130,26,136,137,96,97,32,98,138,120,127,139,27,133,140,141,99,100,142,143,101,102,111,103,144,145,146,147,30,81,148,149,150,113,104,114,105,115,106,134,23,79,129,82,80,89,135,88,90,91,92,31,93,94,95,53,130,26,136,137,96,97,32,98,138,120,127,139,27,133,140,141,99,100,142,143,101,102,111,103,144,145,146,147,30,81,148,149,150,113,104,114,105,115,106,23,79,129,82,80,89,135,88,90,91,92,31,93,94,95,107,26,136,137,96,97,32,98,138,120,127,139,27,133,140,141,99,100,142,101,102,111,103,144,147,30,81,148,149,113,104,114,105,115,106,82,53,150,141,143,53,27,27,53,27,0,23,90,91,31,93,94,53,32,98,138,127,139,133,140,146,149,104,53,26,120,139,27,23,90,91,31,93,94,53,107,26,32,98,138,120,127,139,27,133,140,146,149,104,107,107,82,23,79,26,138,120,127,133,111,149,113,114,115,26,26,23,79,23,79,23,129,82,80,88,90,91,92,31,93,94,95,53,107,26,96,97,32,98,138,120,127,139,27,133,141,99,100,142,143,101,102,103,144,145,30,81,148,149,150,150,104,105,106,148,148,23,79,23,79,23,23,79,80,80,23,79,80,107,0,127,120,90,91,92,31,93,94,95,96,97,32,98,99,100,101,102,111,103,113,104,114,105,115,106,134,23,79,129,82,80,89,135,88,90,91,92,31,93,94,95,53,130,107,107,26,26,136,137,96,97,32,98,138,120,127,139,27,133,140,141,99,100,142,143,101,102,111,103,144,145,146,147,30,81,148,149,150,113,104,114,105,115,106,82,134,134,23,23,79,79,129,129,82,82,80,80,89,89,135,135,88,88,90,90,91,91,92,92,31,31,93,93,94,94,95,95,53,53,130,130,107,107,26,26,136,136,137,137,96,96,97,97,32,32,98,98,138,138,120,120,127,127,139,139,27,27,133,133,140,140,141,141,99,99,100,100,142,142,143,143,101,101,102,102,111,111,103,103,144,144,145,145,146,146,147,147,30,30,81,81,148,148,149,149,150,150,113,113,104,104,114,114,105,105,115,115,106,106,0,26,150,146,150,150,150,150,150,129,129,90,150,150,150,150,150,150,150,150,107,134,134,23,23,79,79,129,129,82,82,82,80,80,89,89,135,88,88,90,90,90,90,91,91,91,91,92,92,92,92,31,31,31,31,93,93,93,93,94,94,94,94,95,95,95,95,53,130,130,107,107,107,107,26,26,26,26,136,137,137,96,96,96,96,97,97,97,97,32,32,32,32,98,98,98,98,138,138,120,127,127,127,127,139,27,133,140,141,141,99,99,99,99,100,100,100,100,142,142,143,143,101,101,101,101,102,102,102,102,103,103,103,103,144,144,145,145,146,147,30,30,81,81,81,81,148,148,148,148,149,149,149,150,150,104,104,104,104,105,105,105,105,106,106,106,106,107,23,79,143,134,23,79,129,82,82,82,82,82,82,80,89,135,135,88,90,90,91,91,92,92,92,92,31,31,31,31,31,31,93,93,93,94,94,94,95,95,53,130,130,130,26,26,26,26,26,136,137,96,96,96,96,96,97,97,97,97,97,32,32,32,32,98,98,98,98,138,120,127,127,127,139,27,133,133,133,133,133,140,140,140,140,140,140,141,141,141,99,99,99,99,99,99,100,100,100,100,142,143,101,101,102,102,111,103,103,144,144,145,146,147,147,30,81,148,148,149,150,113,104,104,104,114,105,105,105,105,105,115,106,106,106,106,127,81,148,146,23,79,90,91,92,31,93,94,95,96,97,32,98,99,100,101,102,103,104,105,106,107,26,107,30,148,127,145,149,144,30,90,91,92,31,93,94,95,96,97,32,98,99,100,101,102,103,104,105,106,23,79,146,127,26,127,81,148,149,23,26,106,82,80,81,148,30,105,80,141,142,90,91,92,31,93,94,95,96,97,32,98,99,100,101,102,103,104,105,106,23,79,129,129,129,88,104,105,127,127,82,82,90,91,92,31,93,94,95,96,97,32,98,133,141,141,99,100,142,143,101,102,103,104,105,106,90,91,92,31,93,94,95,96,97,32,98,99,100,101,102,103,104,105,106,145,134,23,79,129,82,80,89,88,90,91,92,31,93,94,95,137,96,97,32,98,138,127,141,99,100,142,143,101,102,103,144,145,30,150,104,105,106,23,79,23,79,127,81,148,149,150,80,80,80,143,80,88,80,80,143,134,23,79,129,82,80,89,135,88,90,91,92,31,93,94,95,107,26,136,137,96,97,32,98,138,120,127,139,27,133,141,99,100,142,101,102,111,103,144,145,147,30,81,148,149,150,113,104,114,105,115,106,0,53,146,90,91,92,31,93,94,95,107,107,107,107,107,107,107,96,97,32,98,133,99,100,143,101,102,103,104,105,106,141,143,27,150,107,107,107,107,134,23,79,129,82,80,89,135,88,90,91,92,31,93,94,95,53,130,26,136,137,96,97,32,98,138,120,127,139,27,133,140,141,99,100,142,143,101,102,111,103,144,145,146,147,30,81,148,149,150,113,104,114,105,115,106,26,26,133,107,27,27,107,133,27,127,127,27,147,148,107,79,138,107,107,107,107,107,136,107,136,107,136,79,107,107,127,88,88,127,88,127,141,88,107,82,133,150,0,133,120,107,133,27,81,30,88,148,148,148,0,148,148,107,139,107,139,23,79,129,80,80,23,79,80,79,0,143,107,26,136,138,133,141,143,26,26,26,26,26,26,26,26,141,143,26,133,27,138,27,150,0,107,88,88,88,88,88,88,136,133,88,136,88,136,133,107,26,141,142,88,136,30,0,23,79,129,82,80,89,135,88,90,91,92,31,93,94,95,107,107,26,26,136,137,96,97,32,98,138,120,127,139,27,133,140,141,99,100,142,101,102,111,103,144,147,30,81,148,149,113,104,114,105,115,106,0,79,0,120,136,150,127,127,127,127,127,127,127,127,127,127,127,127,0,88,141,142,82,143,133,133,26,26,26,26,141,142,23,79,23,79,88,26,26,80,26,88,107,88,139,27,120,133,120,120,23,79,23,79,23,79,23,79,23,129,82,82,80,88,90,91,92,31,93,94,95,53,130,107,26,96,97,32,98,138,120,127,139,27,133,141,99,100,142,143,101,102,103,144,145,30,81,148,149,150,150,104,105,106,150,0,150,150,150,0,79,139,133,140,150,23,79,80,81,23,79,80,23,79,80,80,82,0,133,107,88,107,81,148,23,79,90,91,92,31,93,94,95,96,97,32,98,99,100,101,102,103,104,105,106,107,141,142,143,148,149,127,30,137,23,79,82,141,82,141,107,80,81,148,137,134,23,79,129,82,80,89,135,88,90,91,92,31,93,94,95,53,130,107,26,136,137,96,97,32,98,138,120,127,139,27,133,140,141,99,100,142,143,101,102,111,103,144,145,146,147,30,81,148,149,150,113,104,114,105,115,106,107,107,107,82,141,88,90,91,92,31,93,94,95,96,97,32,98,99,100,101,102,103,104,105,106,127,82,141,23,79,129,129,129,106,82,141,23,141,134,23,79,129,82,80,89,88,90,91,92,31,93,94,95,130,107,26,137,96,97,32,98,138,127,141,99,100,142,143,101,102,103,144,145,30,81,148,150,104,105,106,23,79,23,79,81,145,130,79,80,80,133,143,148,80,82,27,53,120,27,134,23,23,79,79,129,129,129,129,82,80,80,80,80,89,135,88,90,91,92,31,93,94,95,53,130,26,136,137,137,137,137,137,96,97,32,98,138,120,127,127,127,127,139,27,133,140,141,99,100,142,142,143,101,102,111,103,144,145,146,147,30,30,30,81,148,149,150,113,104,114,105,115,106,134,23,79,129,82,80,89,135,88,90,91,92,31,93,94,95,53,130,26,136,137,96,97,32,98,138,120,127,139,27,133,140,141,99,100,142,143,101,102,111,103,144,145,146,147,30,81,148,149,150,113,104,114,105,115,106,82,27,27,53,27,138,146,134,23,79,129,82,80,89,135,88,90,91,92,31,93,94,95,53,130,107,26,136,137,96,97,32,98,138,120,127,139,27,133,140,141,99,100,142,143,101,102,111,103,144,145,146,147,30,81,148,149,150,113,104,114,105,115,106,23,79,23,79,23,79,150,79,150,150,150,139,82,141,142,136,27,150,138,27,134,23,79,129,82,80,89,135,88,90,91,92,31,93,94,95,53,130,26,136,137,96,97,32,98,138,120,127,139,27,133,140,141,99,100,142,143,101,102,111,103,144,145,146,147,30,81,148,149,150,113,104,114,105,115,106,53,139,27,26,120,88,53,107,141,142,141,142,107,27,150,0,0,0,195,195,215,0,119,195,0,195,0,0,195,0,135,0,0,0,195,0,89,228,89,228,0,89,89,89,0,135,228,135,0,195,0,188,188,195,188,195,188,215,240,195,241,242,243,244,245,246,118,228,188,215,240,195,241,242,243,244,245,246,118,228,188,215,240,195,241,242,243,244,245,246,118,228,188,215,240,195,241,242,243,244,245,246,118,228,246,118,228,188,215,240,195,241,242,243,244,245,246,118,228,188,188,215,215,240,240,195,195,241,241,242,242,243,243,244,244,245,245,246,246,118,118,228,228,0,188,188,215,215,240,240,195,195,241,241,242,242,243,243,244,244,245,245,246,118,228,188,188,188,188,215,215,240,195,195,195,195,195,195,195,195,195,195,195,241,242,243,244,245,246,118,228,246,118,228,188,215,240,195,241,242,243,244,245,246,118,228,243,245,244,246,118,228,188,215,240,195,241,188,215,240,195,241,242,243,244,245,246,118,228,188,215,240,195,241,242,243,244,245,188,215,240,195,241,242,243,244,245,246,118,228,188,215,240,195,241,242,243,244,245,246,118,228,188,215,240,195,241,242,243,244,245,246,118,228,188,215,240,195,241,242,243,244,245,246,118,228,710,711,712,195,195,215,0,195,0,195,0,195,0,195,0,0,0,0,195,0,188,188,195,188,195,0,134,134,134,0,0,0,179,179,134,134,134,179,134,179,0,134,134,0,179,179,162,179,162,252,179,162,179,162,179,179,179,179,179,162,162,179,179,179,179,179,179,179,162,179,162,0,162,179,179,162,179,162,179,162,179,162,179,162,179,162,0,0,0,0,257,257,257,258,257,258,258,0,0,0,0,0,0,0,0,0,0,250,0,250,0,0,250,0,76,76,166,166,76,166,166,166,76,166,166,76,76,166,166,166,76,76,76,76,166,76,250,262,166,166,76,76,250,262,166,166,76,76,166,76,166,76,250,262,166,76,166,76,250,262,166,76,166,76,166,76,76,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,76,76,0,0,166,166,166,166,76,166,76,166,76,166,76,166,76,166,166,166,166,166,166,166,166,166,166,166,0,0,0,250,262,166,166,166,166,166,166,76,76,76,76,76,250,250,262,262,166,166,76,76,0,166,166,76,76,76,76,76,76,166,166,76,166,166,76,76,76,76,76,166,166,76,76,166,166,166,250,250,262,262,166,76,76,250,250,250,250,250,262,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,76,76,76,76,76,76,76,166,166,76,76,76,76,76,76,166,76,166,76,76,76,76,76,76,76,76,76,76,166,76,166,166,76,166,76,166,76,76,250,262,166,76,166,166,76,76,166,76,166,76,166,166,166,166,166,76,166,76,262,76,166,166,76,76,76,166,166,76,166,76,166,166,166,166,166,166,166,76,76,76,166,76,166,166,76,166,76,166,166,76,76,166,166,76,76,76,166,76,166,76,166,166,166,76,166,166,76,166,166,76,166,76,250,166,166,166,166,76,76,76,166,250,262,166,76,76,166,76,250,262,76,166,76,250,262,166,76,250,262,166,76,166,76,166,76,166,76,166,250,262,166,76,250,262,166,76,166,76,166,166,166,166,76,76,166,250,0,250,0,0,250,0,281,280,281,280,281,280,281,280,281,280,281,281,280,280,281,281,280,280,281,280,281,281,280,280,281,280,281,280,281,280,281,280,281,280,281,280,310,0,307,310,0,0,0,306,306,306,306,305,307,0,305,306,307,305,306,307,305,306,307,305,306,307,310,0,310,0,0,0,310,310,310,0,0,0,310,0,0,0,310,310,0,0,305,306,307,305,305,306,306,307,307,305,305,306,306,307,307,305,306,307,307,305,306,307,0,0,307,305,306,307,305,306,307,305,306,307,305,306,307,305,306,307,305,306,307,0,0,0,0,0,314,0,314,0,314,0,0,314,313,313,314,313,314,313,313,313,314,313,313,314,314,313,314,314,313,314,313,314,313,313,314,313,313,314,313,314,313,314,313,314,0,315,315,315,315,315,315,315,315,315,315,315,0,310,0,310,0,0,0,0,0,318,318,318,316,317,318,319,316,317,318,319,316,317,318,316,317,318,310,316,310,310,310,310,312,317,310,311,317,310,310,318,319,318,318,319,319,316,317,318,319,316,317,318,319,0,316,317,318,319,316,317,316,317,318,316,317,318,319,316,317,318,319,316,317,318,319,316,317,318,319,317,317,317,0,0,0,0,0,0,0,0,0,0,0,0,310,310,0,310,310,310,310,310,310,310,310,0,320,320,320,320,320,320,320,320,320,320,320,320,0,0,0,323,325,323,325,322,323,323,323,325,323,323,325,325,323,325,323,325,323,325,323,325,323,325,323,325,323,325,323,325,0,0,0,0,326,0,0,0,326,264,264,264,264,264,266,264,264,328,330,326,266,264,264,264,327,328,329,330,326,266,264,264,264,327,328,329,330,264,326,266,264,327,328,329,330,326,266,264,327,328,329,330,266,264,327,328,330,266,264,327,328,330,327,330,266,264,327,328,330,264,264,326,266,264,327,328,329,330,326,326,266,266,264,264,327,327,328,328,329,329,330,330,326,326,266,264,264,264,264,327,328,329,329,330,326,326,266,264,264,264,327,328,329,330,327,264,330,264,266,264,327,328,330,327,266,264,328,326,266,264,327,328,329,330,264,264,327,266,264,327,328,330,327,264,327,326,329,264,326,266,264,327,328,329,330,326,264,329,330,326,266,264,264,327,328,329,330,326,266,264,327,328,329,330,266,326,266,264,327,328,329,330,326,266,264,327,328,329,330,264,0,0,0,0,0,0,0,0,0,0,334,334,332,333,332,332,332,337,338,333,339,336,334,335,332,337,338,333,339,336,334,335,335,335,335,335,335,335,335,332,333,336,334,334,335,332,337,338,333,339,336,334,334,334,335,332,337,338,333,339,336,334,335,337,338,335,337,338,335,332,337,338,333,339,336,335,335,339,334,335,334,332,337,338,333,339,336,334,335,332,337,338,333,339,336,334,335,332,337,338,333,339,336,334,335,332,337,338,333,339,336,334,335,336,292,292,0,0,0,0,0,0,0,0,284,292,0,292,0,292,292,292,292,0,284,292,292,292,0,0,0,340,341,340,340,341,341,340,341,340,341,340,340,341,341,284,283,342,340,340,340,341,341,341,343,171,284,283,292,344,342,340,340,340,341,341,341,343,171,284,283,292,344,343,171,713,714,343,171,283,713,714,343,171,283,171,171,340,341,343,171,284,283,292,344,340,341,343,171,284,283,292,344,340,341,171,284,283,343,171,341,283,713,714,343,171,343,171,340,341,343,171,284,283,343,171,340,341,343,171,284,283,292,344,340,340,341,341,343,343,171,171,284,284,283,283,292,292,344,344,283,343,171,340,340,340,340,341,341,341,341,343,343,171,171,284,284,283,283,292,292,344,344,342,340,340,340,341,341,341,343,171,284,284,283,283,283,292,292,292,292,292,344,284,340,341,283,284,171,340,341,343,171,284,283,343,283,340,341,171,284,283,343,171,284,340,341,283,342,340,341,343,171,284,283,292,344,283,346,283,342,342,283,344,340,341,283,284,283,284,340,341,283,283,713,714,343,171,343,342,283,713,714,343,171,340,341,171,284,283,714,343,713,171,340,341,343,171,284,283,292,342,340,341,343,340,341,343,171,284,283,292,344,343,171,340,341,343,171,284,283,292,344,283,171,342,342,340,340,341,341,343,171,284,283,292,344,342,340,341,343,171,284,283,292,344,342,340,341,343,171,284,283,292,344,342,340,341,343,171,284,283,292,344,343,171,715,716,0,0,0,0,0,0,0,0,0,0,0,348,348,0,0,0,0,347,121,121,347,56,347,0,121,121,0,0,0,0,56,56,56,347,121,348,56,347,121,348,56,347,121,348,56,347,121,348,56,347,56,347,56,56,347,347,56,347,56,56,56,347,121,348,56,56,347,347,121,121,348,348,56,347,121,121,348,348,56,347,121,121,348,348,347,56,347,53,56,347,121,348,347,56,56,56,347,56,56,347,121,348,56,56,347,56,347,121,348,121,348,56,347,121,348,56,347,121,348,53,56,347,121,348,56,56,56,347,121,348,56,124,0,0,0,0,0,0,0,0,0,124,0,0,124,0,0,124,0,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,0,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,0,0,0,125,0,0,0,0,210,211,210,211,0,0,125,125,0,210,125,210,349,211,350,351,125,210,349,211,350,351,125,125,125,125,210,349,211,350,351,125,210,349,211,350,351,125,210,211,125,125,210,211,125,210,349,211,350,351,125,210,210,349,349,211,211,350,350,351,351,125,125,210,210,349,349,211,211,350,350,351,351,125,125,210,349,349,211,350,350,351,125,125,125,125,210,211,125,125,210,211,125,210,211,125,125,125,210,211,125,210,349,211,350,351,125,125,125,125,125,125,210,211,125,125,125,125,125,125,125,125,125,125,125,125,125,210,211,125,349,350,351,210,211,125,210,349,211,350,351,125,210,349,211,350,351,125,210,210,210,210,349,211,211,211,211,350,351,125,125,125,125,210,349,211,350,351,125,210,349,211,350,351,125,210,349,211,350,351,125,126,0,0,0,0,0,354,355,354,355,126,0,126,0,354,355,126,354,355,190,126,356,357,358,354,355,190,126,356,357,358,126,126,126,354,355,190,126,356,357,358,354,355,190,126,356,357,358,354,355,354,355,354,355,126,356,354,355,190,126,356,357,358,354,354,355,355,190,190,126,126,356,356,357,357,358,358,354,354,355,355,190,190,126,126,356,356,357,357,358,358,354,354,355,190,126,126,126,126,356,357,358,355,126,126,354,126,355,126,355,126,126,354,355,354,355,126,357,358,354,355,190,126,356,357,358,126,126,126,126,126,126,126,126,190,354,355,126,126,126,126,126,126,126,126,126,126,126,126,126,354,355,126,357,358,354,355,126,354,355,190,126,356,357,358,126,354,355,190,126,356,357,358,354,354,354,354,355,355,355,355,190,126,126,356,357,358,354,355,190,126,356,357,358,354,355,190,126,356,357,358,354,355,354,355,190,126,356,357,358,0,0,132,131,132,0,0,0,0,0,0,132,132,132,132,132,131,0,131,132,131,132,131,132,131,132,131,131,132,131,131,132,132,131,132,131,132,131,131,132,131,131,132,131,132,131,132,131,132,131,132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,360,0,0,0,0,360,360,164,0,164,0,0,0,0,0,0,360,360,0,122,116,116,116,285,116,285,285,116,116,285,122,208,207,123,122,164,208,207,116,285,285,359,360,123,122,164,208,207,116,285,285,359,360,285,285,122,164,208,207,285,359,360,122,164,208,207,285,359,360,116,285,122,285,285,285,116,122,164,116,285,359,360,122,122,164,164,116,116,285,285,359,359,360,360,285,122,122,164,208,207,116,285,359,359,360,360,123,122,122,164,208,207,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,359,360,360,360,116,285,116,116,116,116,116,116,116,116,362,359,123,122,164,208,207,285,359,360,122,123,208,207,123,208,207,122,122,116,285,122,116,285,122,285,123,208,207,123,123,207,123,164,116,285,285,285,164,122,122,122,122,122,122,122,122,0,0,0,285,285,164,123,208,207,359,360,122,164,208,207,116,285,359,360,122,359,360,123,208,207,285,123,122,164,208,207,116,116,285,285,359,360,123,122,164,208,207,285,359,360,123,122,164,208,207,116,285,359,360,123,122,164,208,207,285,359,360,285,0,0,0,0,213,213,0,0,0,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,364,0,363,364,0,0,363,137,137,137,137,137,137,137,137,137,137,137,137,137,137,137,137,137,0,363,364,247,363,364,247,363,364,247,363,364,247,363,364,247,363,363,364,364,247,247,363,363,364,364,247,247,363,363,363,363,364,364,364,247,363,364,247,247,363,364,363,364,247,363,364,247,363,364,247,363,364,247,363,364,247,363,364,247,366,0,0,0,368,0,0,369,369,369,369,369,0,0,368,366,0,0,0,0,366,0,366,366,0,366,234,235,367,368,369,366,234,235,367,368,369,366,234,235,367,368,369,366,234,235,367,368,369,368,368,368,368,0,366,234,235,367,368,366,366,234,234,235,235,367,367,368,368,366,366,234,234,235,235,367,367,368,368,369,366,366,234,234,235,235,367,368,369,369,369,369,368,367,27,366,234,235,367,368,369,368,367,27,369,368,27,368,0,0,120,139,120,120,368,366,234,235,367,366,234,235,367,368,369,366,234,235,367,368,366,234,235,367,368,369,366,234,235,367,368,369,138,366,234,235,367,368,369,139,27,138,366,234,235,367,368,369,369,120,0,0,0,0,212,212,212,212,212,212,212,212,212,212,212,212,212,117,373,0,0,0,117,373,0,117,0,117,117,373,0,117,117,117,117,117,117,117,373,117,373,117,117,370,370,371,0,0,117,372,372,372,372,372,372,372,372,372,372,0,117,373,373,117,117,117,117,117,373,373,117,373,373,117,117,117,117,117,0,117,117,117,375,375,375,375,375,375,375,375,375,375,117,0,0,373,117,373,117,373,117,373,117,373,117,373,0,0,377,0,0,0,152,152,0,152,377,152,152,0,152,0,0,152,377,376,152,377,376,376,376,376,370,370,376,371,376,376,0,0,0,372,372,372,372,372,372,372,372,372,372,376,376,376,152,152,377,377,376,152,152,152,377,377,376,152,377,376,376,376,375,375,375,375,375,375,375,375,375,375,0,0,152,377,376,152,377,152,377,376,152,377,376,152,377,376,152,377,376,717,717,718,718,0,0,0,0,0,117,117,117,117,117,117,117,117,117,117,117,117,117,0,0,719,719,0,720,0,719,0,0,379,721,379,721,379,721,381,381,379,721,719,379,0,379,721,374,721,379,721,379,721,379,721,379,721,0,0,0,0,0,0,0,722,723,384,385,382,383,722,723,384,385,382,383,382,383,382,383,384,382,383,382,382,383,383,384,382,383,722,723,384,384,385,382,383,722,723,384,385,382,383,382,383,385,385,385,382,383,385,722,723,384,385,382,383,722,723,384,385,382,383,722,723,384,385,382,383,722,723,384,385,382,383,387,0,387,387,0,387,0,386,386,386,217,386,386,387,217,386,386,387,217,386,387,217,386,387,386,386,217,217,386,387,217,217,386,386,387,387,217,217,386,386,386,386,387,387,217,386,387,387,387,387,387,217,217,217,386,217,386,387,386,386,217,217,217,217,217,217,387,217,386,387,217,386,387,217,217,386,387,217,386,387,217,386,387,217,386,387,386,199,0,183,0,183,199,0,0,0,183,199,390,391,183,199,390,391,183,199,390,391,183,199,390,391,183,199,390,391,183,183,199,199,390,390,391,391,183,183,199,199,390,390,391,391,183,183,183,199,199,199,390,391,183,199,390,391,183,199,183,199,390,391,183,199,390,391,183,199,390,391,183,199,390,391,183,199,390,391,183,199,390,391,0,0,0,0,0,0,0,0,395,394,394,394,0,0,0,0,0,394,395,394,397,394,397,398,57,397,397,398,57,397,0,398,57,397,398,57,397,0,397,398,397,398,398,398,398,398,398,398,398,398,398,394,57,397,57,57,397,397,57,398,398,57,57,397,397,397,398,57,397,394,397,394,397,398,394,397,397,394,397,0,394,0,0,0,397,397,397,397,397,395,398,398,57,397,57,395,398,395,398,398,397,0,0,0,397,0,0,0,0,0,0,0,0,0,394,397,398,57,397,57,397,398,57,397,398,57,397,398,57,397,398,57,397,398,398,0,0,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,0,0,402,0,396,0,0,0,0,0,182,331,0,331,403,182,0,403,402,402,409,410,182,407,378,331,403,409,410,182,407,378,331,403,0,182,407,378,331,403,182,407,378,331,403,403,0,182,407,378,331,403,182,182,407,407,378,378,331,331,403,403,0,182,182,407,407,378,378,331,331,403,0,409,410,182,182,182,407,378,331,331,331,403,396,409,403,402,0,409,410,182,407,378,331,403,409,410,409,410,407,410,378,409,410,409,410,409,410,409,409,0,0,409,409,410,182,407,378,331,0,402,402,182,407,378,331,403,182,407,378,331,402,409,410,409,410,182,407,378,331,403,409,410,182,407,378,331,403,409,410,182,407,378,331,403,409,410,182,407,378,331,403,0,0,415,415,415,415,415,415,415,415,415,415,415,415,415,415,415,415,415,402,0,0,0,402,402,416,417,416,417,416,416,416,416,417,417,417,417,0,416,417,402,0,416,417,402,402,416,417,402,416,417,416,417,416,417,416,417,0,0,182,331,0,331,0,182,0,408,408,408,408,408,408,408,408,408,408,408,408,408,408,408,408,408,408,408,408,396,0,0,0,182,331,331,182,396,402,0,396,0,402,402,396,402,402,402,402,0,0,0,724,724,724,724,724,724,724,724,724,724,0,0,231,231,231,231,231,231,418,231,418,231,418,231,418,231,418,231,418,418,418,418,418,418,418,418,418,418,231,231,231,231,418,418,231,231,231,231,231,418,231,231,231,231,231,231,231,231,231,418,231,418,231,418,418,231,231,231,231,418,231,231,418,231,418,231,418,231,418,418,418,0,0,0,40,72,72,0,0,72,72,72,72,72,72,72,0,72,72,72,0,269,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,0,40,72,0,75,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,439,439,439,0,0,0,0,294,439,0,0,40,445,446,449,444,0,439,0,0,439,0,439,439,439,439,439,0,439,0,439,439,439,0,439,439,439,441,435,449,0,0,438,439,438,439,251,438,439,438,439,293,438,251,441,269,438,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,293,438,439,435,438,442,442,438,438,439,439,438,439,438,439,294,293,293,293,40,293,444,444,445,445,446,446,446,446,446,446,251,445,446,251,444,438,439,439,438,439,438,439,444,438,439,444,293,293,0,449,449,435,438,435,435,435,435,438,435,435,438,435,435,438,435,438,435,435,435,438,435,435,438,435,438,435,438,435,438,435,438,435,438,435,435,438,435,435,435,438,435,435,438,438,439,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,450,451,452,453,295,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,450,451,452,453,295,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,450,451,452,453,295,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,450,451,452,453,295,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,458,458,458,450,451,452,453,295,454,455,456,457,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,450,451,452,453,295,454,455,456,457,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,450,451,452,453,295,454,455,456,457,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,450,451,452,453,295,454,455,456,457,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,450,451,452,453,295,454,455,456,457,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,450,451,452,453,295,454,455,456,457,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,450,451,452,453,295,454,455,456,457,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,450,451,452,453,295,454,455,456,457,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,450,451,452,453,295,454,455,456,457,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,450,451,452,453,295,454,455,456,457,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,450,451,452,453,295,454,455,456,457,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,450,451,452,453,295,454,455,456,457,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,450,451,452,453,295,454,455,456,457,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,450,451,452,453,295,454,455,456,457,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,450,451,452,453,295,454,455,456,457,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,450,451,452,453,295,454,455,456,457,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,450,451,452,453,295,454,455,456,457,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,450,451,452,453,295,454,455,456,457,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,450,451,452,453,295,454,455,456,457,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,450,451,452,453,295,454,455,456,457,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,450,451,452,453,295,454,455,456,457,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,450,451,452,453,295,454,455,456,457,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,450,451,452,453,295,454,455,456,457,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,450,451,452,453,295,454,455,456,457,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,450,451,452,453,295,454,455,456,457,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,450,451,452,453,295,454,455,456,457,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,450,451,452,453,295,454,455,456,457,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,450,451,452,453,295,454,455,456,457,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,450,451,452,453,295,454,455,456,457,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,450,451,452,453,295,454,455,456,457,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,450,451,452,453,295,454,455,456,457,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,457,474,458,450,451,452,453,295,454,455,456,457,458,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,450,451,452,453,295,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,450,451,452,453,295,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,450,451,452,453,295,454,455,456,457,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,457,474,457,457,457,457,457,474,450,451,452,453,295,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,458,450,451,452,453,295,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,450,451,452,453,295,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,450,451,452,453,295,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,451,452,453,295,454,476,450,451,452,453,295,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,0,72,428,429,430,431,432,433,434,0,72,428,429,430,431,432,433,434,0,0,72,0,72,0,72,0,72,0,72,0,72,0,72,0,0,479,479,251,72,72,72,427,251,251,251,251,251,251,251,251,251,251,428,429,430,431,432,433,434,479,479,479,479,479,479,479,479,479,251,251,251,72,251,75,72,72,72,428,429,479,479,432,72,72,430,431,433,434,479,479,479,479,72,72,72,72,72,432,479,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,432,479,433,434,251,251,479,479,479,479,0,481,0,481,481,481,0,0,482,482,482,482,482,482,483,482,483,482,483,482,483,482,483,482,483,483,483,483,483,483,483,483,483,483,482,482,482,482,483,483,482,482,482,482,482,483,482,482,482,482,482,482,482,482,482,483,482,483,483,483,482,482,482,482,483,482,482,483,482,483,482,483,482,483,483,483,0,0,0,7,7,7,7,484,7,7,163,484,484,7,163,484,7,163,484,7,163,484,7,484,7,7,7,163,484,7,484,163,163,163,163,163,163,163,163,163,163,7,7,484,7,7,484,484,163,163,7,7,7,7,484,484,484,484,7,7,7,163,484,7,484,7,7,7,484,163,7,484,7,484,7,484,7,484,7,484,7,484,163,7,163,484,7,163,163,7,484,7,484,7,484,7,163,484,7,484,7,163,484,7,163,484,7,163,484,7,163,484,163,163,0,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,0,0,112,112,112,112,112,112,112,112,112,112,112,112,485,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,0,0,486,486,486,486,486,486,487,486,487,486,487,486,487,486,487,486,486,486,486,486,486,486,486,486,486,487,486,486,486,486,486,486,486,486,486,487,486,487,487,487,486,486,486,486,487,486,486,487,486,487,486,487,486,487,0,0,488,488,488,488,488,488,489,488,489,488,489,488,489,488,489,488,489,489,489,489,489,489,489,489,489,489,488,488,488,488,489,489,488,488,488,488,488,489,488,488,488,488,488,488,488,488,488,489,488,489,489,489,488,488,488,488,489,488,488,489,488,489,488,489,488,489,489,489,0,0,490,490,490,490,490,490,491,490,491,490,491,490,491,490,491,490,490,490,490,490,490,490,490,490,490,491,490,490,490,490,490,490,490,490,490,491,490,491,491,491,490,490,490,490,491,490,490,491,490,491,490,491,490,491,0,0,0,492,492,492,492,492,492,492,493,494,492,493,494,492,493,494,492,493,494,492,494,492,494,494,494,494,494,494,494,494,494,494,492,492,492,492,494,494,492,492,492,492,493,494,492,493,494,492,492,492,492,492,492,492,492,492,492,492,492,492,494,492,493,494,494,494,494,494,492,492,492,492,493,494,492,492,493,494,492,493,494,492,493,494,492,493,494,494,494,494,495,495,495,495,0,495,495,495,0,725,0,0,495,495,495,495,495,725,495,495,0,0,0,0,495,495,495,0,495,496,497,498,155,495,496,497,498,155,495,155,495,495,153,496,497,155,498,498,498,498,498,498,498,498,498,498,495,495,495,153,496,497,156,498,498,155,155,495,496,497,498,155,155,155,495,495,155,495,0,496,497,498,155,495,497,155,497,155,497,220,496,497,496,497,220,496,497,496,497,496,497,496,497,496,497,496,220,496,497,496,497,496,497,496,497,0,155,220,495,155,496,497,498,155,495,496,497,498,155,495,496,497,498,155,495,496,497,498,155,495,156,498,498,156,498,498,197,0,196,85,0,0,502,197,0,197,0,196,196,192,192,0,85,0,0,0,0,0,0,0,192,197,502,0,0,509,509,0,0,0,0,0,0,0,0,184,184,184,184,184,85,83,184,85,233,157,501,192,197,196,502,187,503,504,83,184,85,233,157,501,192,197,196,502,187,503,504,83,184,85,233,157,501,192,197,196,502,187,503,504,83,184,85,233,157,501,192,197,196,502,187,503,504,184,85,233,157,501,184,141,143,83,509,184,157,501,83,184,85,157,501,184,83,83,184,85,233,157,501,192,197,196,502,187,503,504,184,83,83,184,184,85,85,233,233,157,157,501,501,192,192,197,197,196,196,502,502,187,187,503,503,504,504,83,184,85,233,157,157,157,501,192,192,197,197,196,196,502,502,187,187,503,503,504,504,83,184,184,85,233,157,157,501,192,192,192,197,197,197,197,197,197,196,196,196,502,502,502,502,187,503,504,85,157,83,83,83,184,184,184,184,85,83,83,184,85,233,157,501,141,143,83,184,85,233,157,501,192,197,196,502,187,503,504,504,503,143,83,184,184,184,85,233,157,501,83,83,83,83,83,83,83,83,184,501,83,83,184,184,83,184,85,157,157,501,83,83,83,83,83,83,83,83,83,83,83,192,197,196,502,187,509,184,85,157,501,83,184,85,233,157,501,192,197,196,502,187,503,504,157,192,197,196,502,187,503,504,85,83,184,85,85,85,233,157,501,192,197,196,502,187,503,504,83,184,85,233,157,501,192,197,196,502,187,503,504,83,184,85,233,157,501,192,197,196,502,187,503,504,83,83,83,83,184,85,233,157,501,192,197,196,502,187,503,504,184,167,167,167,0,0,167,167,167,167,167,0,167,167,524,524,167,524,167,0,0,524,167,524,167,524,524,524,167,524,524,167,167,524,524,167,167,524,167,167,524,524,146,524,167,524,167,524,167,167,524,167,524,167,146,524,167,524,167,30,147,0,0,0,30,30,147,30,0,0,181,525,181,525,181,525,181,525,181,525,181,181,525,525,181,181,525,525,181,525,181,525,181,525,181,525,181,525,181,525,181,525,181,525,181,525,0,0,0,185,526,526,526,0,526,526,526,526,0,0,185,185,0,185,0,526,526,0,265,185,185,185,185,526,526,526,526,265,526,185,185,185,527,528,265,526,185,185,185,527,528,265,526,185,527,528,265,526,185,527,528,526,185,265,526,185,265,526,185,526,265,526,185,527,528,265,265,526,526,185,185,527,527,528,528,265,526,526,526,526,185,185,185,185,527,527,528,528,265,526,526,185,185,527,528,185,185,185,526,265,526,185,265,526,185,527,528,0,0,0,0,0,0,265,526,185,265,526,265,265,527,528,185,265,526,185,527,528,265,526,185,527,528,526,265,526,185,527,528,265,526,185,527,528,265,526,185,527,528,265,526,185,527,528,0,0,0,529,529,529,529,529,529,529,268,265,529,268,529,268,529,268,529,268,529,268,529,268,529,268,529,529,268,268,529,268,529,268,529,268,529,268,265,268,265,268,268,268,529,268,268,529,268,529,268,529,268,529,268,533,533,533,533,533,533,533,533,533,0,0,533,533,533,533,533,533,533,533,533,533,533,533,533,533,0,0,533,533,0,533,533,533,0,533,533,533,533,533,533,533,533,533,530,530,531,532,533,530,531,532,533,530,531,532,533,530,531,532,533,532,533,532,533,530,532,532,530,532,533,530,531,532,533,530,530,531,531,532,532,533,533,530,530,531,531,532,533,530,531,532,533,530,530,531,532,533,532,532,532,531,530,531,532,533,530,531,530,530,530,530,531,532,533,530,530,531,532,533,530,531,532,533,530,531,532,533,726,726,267,267,267,0,0,0,267,267,267,267,267,267,534,535,267,534,535,267,534,535,267,534,535,267,267,534,535,534,535,267,534,535,267,534,535,267,267,534,534,535,535,267,534,535,267,534,535,267,267,534,535,534,535,267,534,535,267,534,535,267,534,535,267,534,535,267,534,535,267,534,535,534,535,267,534,535,727,727,537,0,0,0,537,537,536,537,538,536,537,538,536,537,538,536,537,538,536,537,538,536,538,536,537,538,538,536,537,538,536,536,537,537,538,538,536,536,536,537,538,536,537,538,536,536,537,538,536,537,538,536,537,538,536,537,538,536,536,537,538,536,537,538,0,0,0,0,539,540,541,542,539,540,541,542,539,540,541,542,539,540,541,542,539,540,541,542,540,539,540,541,542,539,540,541,542,539,540,541,542,539,540,541,542,539,539,540,540,541,541,542,542,539,540,541,542,539,540,541,542,539,540,541,542,539,540,541,542,539,540,541,542,539,539,540,541,542,542,539,540,541,542,539,540,541,542,541,539,540,541,542,539,539,540,541,542,0,0,0,0,0,0,544,543,544,545,546,547,548,543,544,545,546,547,548,543,544,545,546,547,548,543,544,545,546,547,548,543,544,545,546,547,548,543,544,545,546,547,548,543,544,545,546,547,548,543,544,545,546,547,548,543,543,544,544,545,545,546,546,547,547,548,548,544,546,548,543,544,545,546,547,548,543,544,545,546,547,548,543,544,545,546,547,548,543,544,545,546,547,548,546,543,545,543,545,546,547,548,543,544,545,546,547,548,543,544,545,546,547,548,543,544,545,546,547,548,543,544,545,546,547,548,543,544,545,546,547,548,550,550,550,550,550,550,550,550,0,0,0,549,550,551,549,550,551,551,549,550,551,549,550,551,549,550,551,549,551,549,550,551,549,550,551,549,549,550,550,551,551,549,550,551,549,550,551,551,549,550,551,551,549,549,551,549,549,549,549,549,549,549,550,551,549,550,551,549,550,551,549,550,551,549,549,549,550,551,0,365,365,365,365,365,365,365,365,365,365,365,365,365,365,365,365,365,365,365,365,0,0,0,0,0,0,0,0,0,0,0,0,168,555,560,345,554,151,151,151,226,556,0,227,0,151,0,0,223,0,0,557,151,151,151,151,151,151,151,151,151,151,151,223,151,151,151,223,0,223,223,168,223,223,151,223,151,151,151,151,223,554,223,0,0,223,151,0,560,0,0,151,345,226,556,223,168,555,555,555,0,0,0,0,0,151,151,223,555,557,151,223,151,151,223,151,555,223,555,151,553,559,151,553,345,226,554,555,556,223,168,557,560,558,559,151,553,345,226,554,555,556,223,168,557,560,558,559,553,345,226,554,555,556,223,168,557,558,559,553,345,226,554,555,556,223,168,557,558,559,226,555,556,558,553,559,553,559,553,558,559,558,559,553,345,226,554,555,556,223,168,557,558,559,553,553,345,345,226,226,554,554,555,555,556,556,223,223,168,168,557,557,558,558,559,559,559,559,151,151,553,345,226,554,554,555,556,223,223,168,168,557,557,560,560,558,558,559,151,151,151,151,151,553,345,226,554,554,554,555,556,223,223,223,223,223,168,168,557,557,560,560,558,558,558,559,558,558,227,553,555,556,558,559,559,559,150,151,553,345,226,554,555,556,223,168,557,560,558,559,559,150,226,555,556,558,559,553,150,559,0,553,559,559,0,553,558,559,559,559,555,151,554,223,168,557,560,553,559,553,559,559,559,559,559,553,558,559,553,345,226,554,555,556,223,168,557,558,559,151,554,223,168,557,560,558,558,151,553,345,226,554,555,556,223,168,557,560,558,559,151,553,345,226,554,555,556,223,168,557,560,558,559,151,553,345,226,554,555,556,223,168,557,560,558,559,553,150,559,150,553,559,150,151,553,345,226,554,555,556,223,168,557,560,558,559,553,559,559,150,728,728,729,729,729,730,731,730,732,733,734,733,734,0,0,0,0,564,567,566,564,567,566,564,566,564,566,564,566,564,564,564,567,566,564,567,566,564,564,567,567,566,566,564,567,566,566,564,567,566,564,566,564,567,566,564,567,566,564,566,564,564,567,566,564,564,564,566,566,564,564,567,566,564,567,566,564,567,566,566,567,564,567,566,0,0,0,500,0,85,500,86,86,86,0,86,86,86,86,86,86,86,86,0,84,0,86,84,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,170,214,214,170,222,214,170,222,170,170,214,222,515,516,513,522,523,510,214,170,512,84,222,86,515,516,513,522,523,510,214,170,512,84,222,86,515,516,513,522,523,510,214,170,512,84,222,86,515,516,513,522,523,510,214,170,512,84,222,86,515,516,513,522,523,510,170,512,84,222,86,170,170,170,0,500,515,516,513,522,523,510,214,170,214,0,0,0,515,516,513,522,523,510,214,170,512,84,222,86,170,515,515,516,516,513,513,522,522,523,523,510,510,214,214,170,170,512,512,84,84,222,222,86,86,515,516,513,522,523,510,214,170,170,170,512,512,84,222,222,222,86,86,515,516,513,522,523,510,214,214,214,214,170,170,170,170,512,84,84,222,222,222,222,222,86,86,84,222,222,170,214,170,84,170,214,170,222,214,170,170,515,516,513,522,523,510,170,512,84,222,86,0,214,84,222,515,516,513,522,523,510,214,170,512,84,222,86,569,214,214,170,214,170,214,214,84,515,516,513,522,523,510,170,512,84,222,86,214,84,84,0,0,214,214,170,170,170,86,84,170,170,84,515,516,513,522,523,510,214,170,512,84,222,86,170,170,170,170,512,222,86,515,516,513,522,523,510,214,170,512,84,222,86,515,516,513,522,523,510,214,170,512,84,222,86,515,516,513,522,523,510,214,170,512,84,222,86,170,515,516,513,522,523,510,214,170,512,84,222,86,214,170,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,572,572,572,572,572,572,572,572,572,572,572,572,572,572,572,572,572,572,572,572,572,572,572,572,0,572,572,572,572,572,0,0,0,0,520,389,520,389,520,389,520,389,575,576,520,575,575,389,576,520,575,389,575,576,520,575,389,576,520,575,389,576,520,575,389,389,575,389,576,520,575,575,389,389,576,576,520,520,575,575,389,389,576,520,575,575,389,389,576,520,520,575,575,575,389,389,520,389,389,389,576,575,389,520,575,389,576,520,575,389,575,575,575,575,389,576,520,575,575,389,389,520,389,389,0,576,576,520,575,389,575,520,575,389,576,520,575,389,389,389,576,520,575,389,576,520,575,389,576,520,575,389,0,0,577,577,577,577,577,577,577,577,577,577,577,577,577,577,577,577,577,577,577,577,579,579,0,0,0,571,571,578,571,578,579,571,578,579,571,578,579,571,578,579,571,578,579,571,578,579,571,571,578,578,579,579,571,571,571,578,579,571,578,579,571,571,571,578,571,571,578,579,571,578,579,571,571,578,579,571,571,571,571,578,579,578,571,571,578,579,571,578,579,571,578,579,571,578,579,0,0,0,0,0,0,0,735,736,737,738,0,0,0,0,0,0,0,0,0,735,736,737,738,581,0,581,568,574,108,499,582,581,568,574,108,499,582,568,574,108,499,582,585,505,568,574,108,499,582,585,505,568,574,108,499,582,505,568,574,108,499,582,505,568,574,108,499,582,568,574,108,499,582,568,574,108,499,582,0,568,574,108,499,582,568,574,108,499,582,568,568,574,574,108,108,499,499,582,582,505,568,574,108,499,582,585,505,568,574,108,499,582,582,568,574,108,499,568,574,108,499,582,0,0,568,574,108,499,582,585,505,568,574,108,499,582,585,568,574,108,499,499,0,568,574,108,499,582,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,582,505,568,574,108,499,582,585,505,568,574,108,499,582,585,505,568,574,108,499,582,585,505,568,574,108,499,582,0,568,574,108,499,585,505,568,574,108,499,582,0,573,573,573,573,573,573,573,573,573,573,573,573,573,573,573,573,573,573,573,573,573,0,0,0,0,0,573,573,573,573,573,0,518,518,583,518,583,0,0,0,0,0,518,518,518,583,518,583,518,583,0,518,518,583,518,583,518,583,518,583,518,586,0,0,0,586,0,0,592,0,586,586,586,0,517,589,586,586,586,586,586,592,592,592,517,517,517,517,586,586,586,589,589,0,0,586,589,0,517,517,592,0,586,586,0,586,588,517,589,586,586,586,586,609,0,0,0,0,0,0,0,604,609,609,0,0,0,0,609,0,0,0,600,601,602,603,604,598,611,605,606,601,607,608,609,610,602,603,604,598,611,605,606,601,607,608,609,610,602,598,598,603,604,605,606,601,607,608,609,610,602,603,604,605,606,601,607,608,609,610,602,603,604,608,609,610,604,604,609,609,603,604,604,598,611,605,606,601,607,608,609,609,610,602,603,604,598,611,605,606,601,607,608,609,610,610,610,602,603,603,604,598,611,605,606,601,607,608,609,610,602,598,598,597,603,607,608,610,610,598,597,603,611,605,605,606,606,601,607,608,610,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,597,600,598,603,604,605,606,601,607,608,609,610,602,604,609,598,603,604,598,611,605,606,601,607,608,609,610,602,603,604,598,611,605,606,601,607,608,609,610,602,603,604,598,611,605,606,601,607,608,609,610,602,0,608,603,604,598,611,605,606,601,607,608,609,610,602,0,0,0,0,595,0,0,0,0,0,0,622,614,617,618,619,620,617,618,619,620,617,618,619,620,617,618,619,620,617,619,617,618,619,620,617,618,619,620,617,618,619,620,596,622,617,617,617,617,617,617,617,617,617,617,617,617,618,619,619,620,622,617,617,617,617,617,617,617,617,617,617,617,617,618,619,619,620,622,617,617,617,617,617,617,617,617,617,617,617,617,618,619,619,620,596,622,617,617,617,617,617,617,617,617,617,617,617,617,619,619,622,617,617,617,617,617,617,617,617,617,617,617,617,617,618,619,620,617,618,619,620,617,618,619,620,617,618,619,620,617,618,619,620,609,609,609,609,0,0,0,0,0,624,624,624,624,624,624,624,624,624,624,0,0,626,0,0,0,592,0,0,0,0,626,627,626,627,627,626,626,627,626,626,517,589,592,592,592,517,517,517,517,597,589,589,626,0,597,517,597,517,592,626,0,517,589,0,0,0,0,629,630,599,629,630,599,629,630,599,629,630,599,629,630,599,629,599,630,630,630,629,630,599,629,630,599,629,630,599,630,630,629,630,599,0,629,630,599,629,630,599,629,630,599,629,630,599,629,630,599,629,630,599,629,630,599,629,630,599,0,0,0,631,633,634,631,633,634,631,631,631,633,631,633,634,634,631,633,634,631,633,634,631,633,631,633,631,633,631,631,634,631,634,633,631,633,634,631,633,634,631,633,634,631,633,634,631,0,635,635,635,635,635,635,635,635,635,635,635,635,635,635,635,635,635,635,635,635,626,0,0,0,628,628,626,627,626,627,627,626,626,627,626,626,628,628,0,628,628,628,628,628,626,626,628,628,628,628,628,628,0,0,0,637,639,638,637,639,638,637,638,637,638,637,637,639,638,637,637,637,639,638,637,637,639,638,639,638,637,639,638,637,637,637,637,639,638,0,0,639,638,637,638,639,638,637,639,638,637,639,638,637,639,638,637,639,638,0,0,570,570,570,570,570,570,570,570,570,570,570,570,570,570,570,570,570,570,0,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,641,144,145,144,145,0,0,144,0,647,0,647,562,644,644,562,0,648,0,0,144,145,144,145,561,641,0,0,562,0,562,0,562,0,0,0,561,648,0,649,0,0,144,145,562,0,144,145,0,0,0,0,649,640,649,221,641,175,642,643,644,180,194,645,640,562,561,646,647,648,649,221,641,175,642,643,644,180,194,645,640,562,561,646,647,648,641,175,642,643,644,180,194,645,640,562,561,646,647,641,175,642,643,644,180,194,645,640,562,561,646,647,641,175,640,641,175,642,643,644,180,194,645,640,562,561,646,647,641,641,175,175,642,642,643,643,644,644,180,180,194,194,645,645,640,640,562,562,561,561,646,646,647,647,221,641,175,642,642,643,643,644,644,180,180,194,194,645,645,640,562,562,561,561,646,646,647,647,648,648,649,221,641,175,642,643,644,644,180,194,645,640,562,562,562,562,562,562,561,561,561,646,647,647,648,648,648,641,175,640,646,649,221,641,175,642,643,644,180,194,645,640,562,561,646,647,648,221,649,175,221,221,649,221,175,640,646,221,221,641,175,221,642,643,644,180,194,645,562,561,646,647,648,221,221,221,221,641,175,642,643,644,180,194,645,640,562,561,646,647,642,643,644,180,194,645,562,561,646,647,648,221,649,221,641,175,642,643,644,180,194,645,640,562,561,646,647,648,649,221,641,175,642,643,644,180,194,645,640,562,561,646,647,648,649,221,641,175,642,643,644,180,194,645,640,562,561,646,647,648,645,649,221,641,175,642,643,644,180,194,645,640,562,561,646,647,648,175,221,0,651,651,651,0,0,651,651,652,651,652,651,652,651,652,652,651,652,651,651,652,652,651,651,652,652,651,651,651,652,652,652,652,651,652,652,652,652,652,652,0,651,652,651,652,651,652,651,652,651,652,651,652,651,652,0,654,663,189,0,655,0,657,658,0,663,654,663,663,654,663,656,663,0,0,0,0,654,657,654,655,0,0,656,0,656,0,0,0,0,0,0,0,0,0,0,0,0,0,189,0,0,0,0,0,0,0,0,653,653,653,655,282,282,282,655,282,665,664,216,656,282,282,177,653,657,658,659,660,655,176,661,218,662,189,654,663,665,664,216,656,282,282,177,653,657,658,659,660,655,176,661,218,662,189,654,663,216,656,282,177,653,657,658,659,660,655,176,661,218,662,189,654,663,216,656,282,177,653,657,658,659,660,655,176,661,218,662,189,654,663,216,282,177,653,660,655,176,661,218,662,189,660,177,282,218,282,653,176,282,282,216,282,659,660,655,218,189,282,218,216,656,282,177,653,657,658,659,660,655,176,661,218,662,189,654,663,216,216,656,656,282,282,177,177,653,653,657,657,658,658,659,659,660,660,655,655,176,176,661,661,218,218,662,662,189,189,654,654,663,663,653,216,656,656,282,177,653,657,657,658,658,659,660,655,176,661,218,662,662,662,662,189,189,189,189,654,654,663,663,665,664,216,656,656,656,656,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,177,653,657,657,658,658,659,660,660,655,176,661,218,662,189,654,654,663,663,189,661,177,216,653,216,282,177,653,659,660,655,176,661,218,662,189,177,218,665,664,216,656,282,177,653,657,658,659,660,655,176,661,218,662,189,654,663,657,665,664,282,665,664,282,282,282,658,659,282,282,653,176,176,660,176,218,282,0,176,661,218,177,653,176,660,177,660,176,665,664,665,664,660,176,659,177,177,218,216,282,177,653,660,655,176,661,218,662,189,659,176,661,659,177,216,216,282,282,659,660,655,218,218,189,216,0,216,216,218,665,664,656,657,658,654,663,177,662,189,216,656,282,177,653,657,658,659,660,655,176,661,218,662,189,654,663,656,657,658,662,189,654,663,216,665,664,665,664,216,216,216,656,282,282,282,282,177,653,657,658,659,659,659,660,660,655,176,661,218,662,189,654,663,665,664,216,656,282,177,653,657,658,659,660,655,176,661,218,662,189,654,663,653,653,665,664,216,656,282,177,653,657,658,659,660,655,176,661,218,662,189,654,663,218,661,665,664,216,656,282,177,653,657,658,659,660,655,176,661,218,662,189,654,663,653,177,653,0,0,668,668,668,668,668,668,668,668,668,668,668,668,668,668,668,668,668,668,668,668,668,668,668,668,0,0,667,669,667,667,669,667,669,667,669,667,669,667,667,667,667,667,667,667,667,669,667,667,667,669,667,667,667,669,669,667,667,669,667,669,669,669,667,667,669,667,669,667,667,669,667,669,667,669,667,669,667,669,667,0,0,670,670,670,670,670,670,670,670,670,670,671,670,671,671,671,670,671,671,671,670,671,670,671,671,671,670,670,671,670,670,670,670,670,670,671,671,671,670,671,671,670,671,670,671,671,670,671,670,671,672,0,672,672,672,672,672,0,0,0,0,677,0,0,677,0,674,674,0,676,676,676,676,677,674,676,677,674,676,677,674,676,677,674,676,674,674,677,674,676,677,677,674,676,677,674,674,676,676,676,676,674,676,676,676,676,677,674,674,676,676,676,676,676,674,676,676,676,676,676,676,676,674,676,676,676,676,676,674,676,676,676,676,676,682,676,674,676,683,676,677,674,677,676,677,674,676,677,674,676,676,676,676,677,674,676,676,676,676,682,676,677,674,739,739,740,740,0,679,679,679,679,679,679,679,679,679,679,679,679,679,679,679,679,679,679,679,679,679,679,679,679,679,679,679,679,679,679,679,679,679,679,679,679,0,0,685,688,0,0,0,0,688,0,0,685,684,684,684,684,685,684,685,686,689,687,688,684,685,686,689,687,688,684,685,686,689,687,688,684,685,686,689,687,688,685,685,684,684,685,686,689,687,688,684,685,686,686,689,689,687,687,688,688,684,685,685,686,689,687,688,684,684,684,685,685,685,684,684,684,684,689,685,684,684,684,685,686,689,687,688,684,685,684,685,689,685,684,685,684,684,685,686,689,687,688,686,689,687,688,684,685,686,689,687,688,687,684,685,686,689,687,688,684,685,686,689,687,688,689,684,685,686,689,687,688,0,0,0,0,0,694,694,0,0,0,0,0,694,690,691,692,693,694,695,696,697,690,691,692,693,694,695,696,697,690,692,691,693,690,691,692,693,696,697,694,695,694,695,694,695,690,691,692,693,696,697,694,694,694,694,694,695,696,697,690,691,691,692,693,693,694,695,696,697,694,690,692,690,691,692,693,694,695,696,697,691,691,693,691,693,697,691,691,693,691,690,695,695,694,691,695,690,690,695,692,692,695,690,694,695,694,695,695,695,695,690,691,692,693,694,695,696,697,690,691,692,693,694,695,696,697,696,697,690,695,695,690,691,692,693,694,695,696,697,690,690,691,692,693,694,695,696,697,673,0,0,0,701,701,673,673,673,0,0,0,0,0,51,51,673,13,702,673,51,51,51,51,51,51,705,706,51,702,703,701,673,705,706,51,702,703,701,673,51,703,705,705,706,706,51,702,703,673,51,702,703,673,702,703,51,673,702,673,51,51,702,703,701,673,702,702,703,703,701,701,51,51,51,51,702,703,701,701,673,705,706,51,51,702,703,701,673,673,51,51,51,51,51,51,673,51,51,51,51,51,705,706,51,702,703,701,673,705,706,705,706,51,673,673,702,51,51,673,673,51,705,706,51,702,703,673,13,673,51,702,703,673,701,705,706,51,51,51,705,706,51,702,703,701,673,51,51,705,706,51,702,703,701,673,51,702,703,51,51,702,673,13,673,13,673,51,705,706,51,702,703,701,673,705,706,51,702,703,701,673,51,51,51],"f":"``````````````````````````````{{bb}b}{{}d}{{{h{f}}}j}{{{h{j}}}j}{{{h{l}}}j}`{{{h{d}}}{{h{c}}}{}}{{{h{d}}}{{h{n}}}}{{{h{d}}}{{h{{Ab{A`}}}}}}{{{h{d}}}{{h{{Ad{A`}}}}}}``{{{h{Af}}}j}`{{{h{c}}}{{h{e}}}{}{}}0000000000200{{{h{Ahc}}}{{h{Ahe}}}{}{}}000000000000`8{{{h{l}}}l}{{{h{Af}}}Af}{{{h{{Aj{c}}}}}{{Aj{c}}}Al}{{{h{b}}}b}{{{h{{An{c}}}}}{{An{c}}}Al}{{{h{B`}}}B`}{{{h{{Bb{c}}}}}{{Bb{c}}}Al}{{{h{d}}}d}{{{h{{Bd{c}}}}}{{Bd{c}}}Al}{{{h{c}}{h{Ahe}}}Bf{}{}}000000000{{{An{{h{c}}}}}{{An{c}}}Al}{{{h{j}}{h{j}}}Bh}{{{h{l}}{h{l}}}Bh}{{{h{{An{c}}}}{h{{An{c}}}}}BhBj}{{{h{B`}}{h{B`}}}Bh}{{{h{{Bb{c}}}}{h{{Bb{c}}}}}BhBj}{{{h{d}}{h{d}}}Bh}{Bl{{Cb{{C`{Bn}}}}}}{Bl{{Cb{{C`{d}}}}}}{Bl{{Cb{{C`{Cd}}}}}}{Bl{{Cb{{C`{Cf}}}}}}{Bl{{Cb{{C`{{Cj{Ch}}}}}}}}{Bl{{Cb{{C`{Cl}}}}}}{Bl{{Cb{{C`{Cn}}}}}}{Bl{{Cb{{C`{D`}}}}}}{Bl{{Cb{{Db{c}}}}}{fDd}}{{{h{l}}}Df}{{{h{f}}}Df}0{{{h{{An{c}}}}}{{Dh{Df}}}f}``{{}j}{{}l}{{}{{Aj{c}}}{}}{{}b}{{{h{{C`{c}}}}}{{h{e}}}{}{}}{{{h{{Db{c}}}}}{{h{e}}}{}{}}{{{h{{Bd{c}}}}}{{h{c}}}{{Dj{{Cj{Ch}}}}}}{{{h{Dl}}}d}{c{{Dn{j}}}E`}{c{{Dn{l}}}E`}{c{{Dn{b}}}E`}{c{{Dn{B`}}}E`}{c{{Dn{d}}}E`}{{{h{Dl}}}Eb}{{}c{}}{{{h{j}}{h{j}}}Ed}{{{h{l}}{h{l}}}Ed}{{{h{Af}}{h{Af}}}Ed}{{{h{b}}{h{b}}}Ed}{{{h{{An{c}}}}{h{{An{c}}}}}EdEf}{{{h{B`}}{h{B`}}}Ed}{{{h{{Bb{c}}}}{h{{Bb{c}}}}}EdEf}{{{h{d}}{h{d}}}Ed}5{{{h{c}}{h{e}}}Ed{}{}}0000000000000{{Afc}{{Dn{AfAf}}}{{Ej{}{{Eh{j}}}}}}{{{h{Ah{Aj{c}}}}{Aj{c}}}BfBj}{{{h{j}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{l}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{Af}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{{Aj{c}}}}{h{AhEl}}}{{Dn{BfEn}}}F`}{{{h{b}}{h{AhEl}}}Fb}0{{{h{{An{c}}}}{h{AhEl}}}FbF`}{{{h{B`}}{h{AhEl}}}Fb}{{{h{{Bb{c}}}}{h{AhEl}}}FbF`}{{{h{d}}{h{AhEl}}}Fb}000{cc{}}0{{{Fd{{h{Df}}{h{Cn}}}}}j}{{{Fd{DfCn}}}j}222{{{Ff{c}}}{{Aj{c}}}{}}{c{{C`{c}}}{}}4{Fhc{}}{c{{Db{c}}}{}}16666{{{An{l}}}B`}77{nd}8{c{{Dn{Af{Dh{Af}}}}}{{Ej{}{{Eh{j}}}}}}{{{h{Fj}}jFl}Fn}{{{h{Fj}}jFl}j}{{{h{Fj}}jFl}l}{cd{}}0{{{h{G`}}Df}Af}6{{{h{{Ad{A`}}}}}{{Dn{dGb}}}}0{{{h{Gd}}}{{Dn{dc}}}{}}{{{h{Af}}Df}{{Dh{Af}}}}{{{h{{Gh{}{{Gf{c}}}}}}}{{Dn{jc}}}F`}{{{h{j}}{h{Ahc}}}BfGj}{{{h{l}}{h{Ahc}}}BfGj}{{{h{Af}}}Cn}{{{h{{An{c}}}}{h{Ahe}}}BfGlGj}{{{h{B`}}{h{Ahc}}}BfGj}{{{h{d}}{h{Ahc}}}BfGj}`{{{h{Af}}}Df}``{{{h{d}}c}{{h{e}}}{{Gn{{Ad{A`}}}}}{}}``{{Afj}Af}{ce{}{}}000000000000{c{{H`{g}}}{}{}{{Hb{}{{Eh{e}}}}}}0{{{C`{c}}}c{}}{{{Db{c}}}c{}}3{Af}4{{{h{{Gh{}{{Gf{c}}}}}}jj}{{Dn{{Dh{Ed}}c}}}F`}{{{h{{An{c}}}}}Ed{}}{{{h{B`}}}Ed}{{{h{{Bb{c}}}}Df}Edf}{{{h{Hd}}}Ed}1`{{{h{Af}}}Hf}``{{{Aj{c}}g}{{Aj{e}}}BjBj{{Hj{c}{{Hh{e}}}}}}{{{h{AhHd}}Hd}Bf}`{jAf}{c{{Bd{c}}}{{Dj{{Cj{Ch}}}}}}{{ce}{{Bd{c}}}{{Dj{{Cj{Ch}}}}}{{Hl{Df}}}}{{{h{AhHf}}}Dh}{{{h{Ah{Bd{c}}}}}{{Dh{e}}}{{Dj{{Cj{Ch}}}}}{}}{{{h{Ah{Bd{c}}}}Fl}{{Dh{e}}}{{Dj{{Cj{Ch}}}}}{}}`{{{h{j}}{h{j}}}{{Dh{Bh}}}}{{{h{l}}{h{l}}}{{Dh{Bh}}}}{{{h{{An{c}}}}{h{{An{c}}}}}{{Dh{Bh}}}Hn}{{{h{B`}}{h{B`}}}{{Dh{Bh}}}}{{{h{{Bb{c}}}}{h{{Bb{c}}}}}{{Dh{Bh}}}Hn}{{{h{d}}{h{d}}}{{Dh{Bh}}}}{{{h{Af}}}{{Dh{Af}}}}{{Afj}{{Dn{AfAf}}}}{{{h{Af}}c}{{`{{Hb{}{{Eh{Af}}}}}}}{{Hl{Df}}}}````{{{h{j}}c}DnI`}{{{h{l}}c}DnI`}{{{h{b}}c}DnI`}{{{h{B`}}c}DnI`}{{{h{d}}c}DnI`}```{{{h{AhHd}}}{{Dh{Hd}}}}0{dc{}}{{{h{c}}}e{}{}}000000000{dn}{{{h{{C`{Cl}}}}}{{Id{Ib}}}}{{{h{{C`{{Cj{Ch}}}}}}}{{Id{Ib}}}}{{{h{{C`{Cf}}}}}{{Id{Ib}}}}{{{h{{C`{Bn}}}}}{{Id{Ib}}}}{{{h{{C`{Cd}}}}}{{Id{Ib}}}}{{{h{{C`{D`}}}}}{{Id{Ib}}}}{{{h{{C`{d}}}}}{{Id{Ib}}}}{{{h{{C`{Cn}}}}}{{Id{Ib}}}}{{{h{{Db{c}}}}}{{Id{Ib}}}{fIf}}{{{h{c}}}Ih{}}0{{{h{b}}}Bn}{c{{Ij{i}}}{}{}{}{{Hb{}{{Eh{{Dn{eg}}}}}}}}0`1{c{{Dn{e}}}{}{}}0000000000000000000000000````{{{h{c}}}Il{}}000000000000{EbB`}`{ce{}{}}000000000000````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{InIn}{{BnBn}}{{InIn}}{{J`J`}}{{JbJb}Jb}{{{h{AhBn}}Bn}Bf}{{{h{AhIn}}In}Bf}{{{h{AhJ`}}J`}Bf}{{Jd{h{{Jf{c}}}}{h{Jh}}}{{Dn{{Fd{JdJj}}Jl}}}Jn}`{{{h{K`}}}{{Dh{Kb}}}}{{}Kd}{{}Kf}{{}Kh}{{}Cn}{{}Kj}{{}Kl}{{}Kn}{{}L`}{{}Lb}{{}D`}{{}Ld}{{}Lf}{{}Lh}{{}Lj}{{}Ll}{{}Ln}{{}M`}{{}Mb}{{}Md}`{{{h{Kd}}}h}{{{h{Kf}}}h}{{{h{Kh}}}h}{{{h{Cn}}}h}{{{h{Kj}}}h}{{{h{Kl}}}h}{{{h{Kn}}}h}{{{h{L`}}}h}{{{h{Lb}}}h}{{{h{D`}}}h}{{{h{Ld}}}h}{{{h{Lf}}}h}{{{h{Lh}}}h}{{{h{Lj}}}h}{{{h{Ll}}}h}{{{h{Ln}}}h}{{{h{M`}}}h}{{{h{Mb}}}h}{{{h{Md}}}h}{{{h{Mf}}}{{h{{Ad{A`}}}}}}{{{h{Jd}}}}{{{h{AhMf}}}{{h{AhMf}}}}{{{h{AhMf}}}{{h{Ah{Ad{A`}}}}}}{{{h{AhCd}}}{{h{AhMf}}}}{{{h{AhCd}}}{{h{Ah{Ad{A`}}}}}}2{{{h{AhJd}}}}{{{h{AhJd}}}Mh}3{{{h{Jd}}}Mh}{{{h{Kd}}}{{h{Mj}}}}{{{h{Kf}}}{{h{Mj}}}}{{{h{Kh}}}{{h{Ml}}}}{{{h{Cn}}}{{h{Mj}}}}{{{h{Kj}}}{{h{Mj}}}}{{{h{Kl}}}{{h{Mj}}}}{{{h{Kn}}}{{h{Mj}}}}{{{h{L`}}}{{h{Ml}}}}{{{h{Lb}}}{{h{n}}}}{{{h{D`}}}{{h{Mj}}}}{{{h{Ld}}}{{h{Mj}}}}{{{h{Lf}}}{{h{Ml}}}}{{{h{Lh}}}{{h{Ml}}}}{{{h{Lj}}}{{h{Mj}}}}{{{h{Ll}}}{{h{Mj}}}}{{{h{Ln}}}{{h{{N`{Mn}}}}}}{{{h{M`}}}{{h{{N`{Nb}}}}}}{{{h{Mb}}}{{h{{N`{Nd}}}}}}{{{h{Md}}}{{h{{N`{Nf}}}}}}{{{h{Kd}}}{{h{{Ab{A`}}}}}}{{{h{Kd}}}{{h{{Ad{A`}}}}}}{{{h{Kf}}}{{h{{Ad{A`}}}}}}{{{h{Kf}}}{{h{{Ab{A`}}}}}}{{{h{Kh}}}{{h{{Ad{A`}}}}}}{{{h{Kh}}}{{h{{Ab{A`}}}}}}{{{h{Cn}}}{{h{{Ad{A`}}}}}}{{{h{Cn}}}{{h{{Ab{A`}}}}}}{{{h{Kj}}}{{h{{Ad{A`}}}}}}{{{h{Kj}}}{{h{{Ab{A`}}}}}}{{{h{Kl}}}{{h{{Ad{A`}}}}}}{{{h{Kl}}}{{h{{Ab{A`}}}}}}{{{h{Kn}}}{{h{{Ab{A`}}}}}}{{{h{Kn}}}{{h{{Ad{A`}}}}}}{{{h{Mf}}}{{h{{Ad{A`}}}}}}{{{h{Mf}}}{{h{Mf}}}}{{{h{Cd}}}{{h{{Ad{A`}}}}}}{{{h{Cd}}}{{h{Mf}}}}{{{h{L`}}}{{h{{Ad{A`}}}}}}{{{h{L`}}}{{h{{Ab{A`}}}}}}{{{h{L`}}}{{h{Nh}}}}{{{h{Lb}}}{{h{{Ab{A`}}}}}}{{{h{Lb}}}{{h{{Ad{A`}}}}}}{{{h{Lb}}}{{h{Nh}}}}{{{h{D`}}}{{h{{Ab{A`}}}}}}{{{h{D`}}}{{h{{Ad{A`}}}}}}{{{h{Ld}}}{{h{{Ab{A`}}}}}}{{{h{Ld}}}{{h{{Ad{A`}}}}}}{{{h{Lf}}}{{h{{Ab{A`}}}}}}{{{h{Lf}}}{{h{Nh}}}}{{{h{Lf}}}{{h{{Ad{A`}}}}}}{{{h{Lh}}}{{h{{Ab{A`}}}}}}{{{h{Lh}}}{{h{{Ad{A`}}}}}}{{{h{Lh}}}{{h{Nh}}}}{{{h{Lj}}}{{h{{Ad{A`}}}}}}{{{h{Lj}}}{{h{{Ab{A`}}}}}}{{{h{Ll}}}{{h{{Ab{A`}}}}}}{{{h{Ll}}}{{h{{Ad{A`}}}}}}{{{h{Ln}}}{{h{{Ad{A`}}}}}}{{{h{Ln}}}{{h{{Ab{A`}}}}}}{{{h{Cl}}}{{h{Nj}}}}{{{h{M`}}}{{h{{Ab{A`}}}}}}{{{h{M`}}}{{h{{Ad{A`}}}}}}{{{h{Mb}}}{{h{{Ab{A`}}}}}}{{{h{Mb}}}{{h{{Ad{A`}}}}}}{{{h{Md}}}{{h{{Ad{A`}}}}}}{{{h{Md}}}{{h{{Ab{A`}}}}}}{{{h{Cd}}}{{h{Mf}}}}{{{h{{K`{c}}}}}{{h{{K`{Nl}}}}}Nn}{{{K`{Nl}}}K`}{{{h{{K`{Nl}}}}}{{h{K`}}}}{{{Ab{A`}}}Mb}{{{h{O`}}}Fl}{{{h{Cf}}}Fl}```{{{h{Fj}}}{{Dn{EbOb}}}}{{{h{Fj}}}Cn}`{{{h{c}}}{{h{e}}}{}{}}000000000{{{h{Kd}}}{{h{{Ad{A`}}}}}}{{{h{Kf}}}{{h{{Ad{A`}}}}}}2{{{h{Kh}}}{{h{{Ad{A`}}}}}}3{{{h{Cn}}}{{h{{Ad{A`}}}}}}4{{{h{Kj}}}{{h{{Ad{A`}}}}}}55{{{h{Kl}}}{{h{{Ad{A`}}}}}}6{{{h{Kn}}}{{h{{Ad{A`}}}}}}777{{{h{Cd}}}{{h{Mf}}}}888{{{h{L`}}}{{h{{Ad{A`}}}}}}99{{{h{Lb}}}{{h{{Ad{A`}}}}}}{{{h{D`}}}{{h{{Ad{A`}}}}}};;{{{h{Ld}}}{{h{{Ad{A`}}}}}}<<<<<<<<<{{{h{Lf}}}{{h{{Ad{A`}}}}}}={{{h{Lh}}}{{h{{Ad{A`}}}}}}>>{{{h{Lj}}}{{h{{Ad{A`}}}}}}??{{{h{Ll}}}{{h{{Ad{A`}}}}}}{{{h{c}}}{{h{e}}}{}{}}{{{h{Ln}}}{{h{{Ad{A`}}}}}}111111111111{{{h{M`}}}{{h{{Ad{A`}}}}}}22{{{h{Mb}}}{{h{{Ad{A`}}}}}}33{{{h{Md}}}{{h{{Ad{A`}}}}}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}000000000000000000{{{h{AhCd}}}{{h{AhMf}}}}11111111111111111111111111111111111111{{}Od}0{{{h{Mf}}}Of}{ClOh}{{{h{c}}Oj}Ed{}}{{{h{Fj}}}Ed}{{{h{c}}Ol}Ed{}}{{{h{On}}Ol}Ed}2{In{{Dh{In}}}}{{BnBn}{{Dh{Bn}}}}{{InIn}{{Dh{In}}}}{{J`J`}{{Dh{J`}}}}{{BnEb}{{Dh{Bn}}}}{{InA@`}{{Dh{In}}}}{{A@bEb}{{Dh{A@b}}}}{{J`Eb}{{Dh{J`}}}}3210{{A@bJ`}{{Dh{Bn}}}}43765{{A@dA@f}A@h}{{{h{AhA@j}}}Bf}{{{h{A@l}}}A@l}{{{h{Bn}}}Bn}{{{h{In}}}In}{{{h{A@b}}}A@b}{{{h{Jd}}}Jd}{{{h{J`}}}J`}{{{h{Kb}}}Kb}{{{h{A@n}}}A@n}{{{h{{K`{c}}}}}{{K`{c}}}{AlNn}}{{{h{Kd}}}Kd}{{{h{Kf}}}Kf}{{{h{Kh}}}Kh}{{{h{Cn}}}Cn}{{{h{Kj}}}Kj}{{{h{Kl}}}Kl}{{{h{Kn}}}Kn}{{{h{Fj}}}Fj}{{{h{A@d}}}A@d}{{{h{Cd}}}Cd}{{{h{AA`}}}AA`}{{{h{AAb}}}AAb}{{{h{L`}}}L`}{{{h{Lb}}}Lb}{{{h{D`}}}D`}{{{h{Ld}}}Ld}{{{h{AAd}}}AAd}{{{h{O`}}}O`}{{{h{On}}}On}{{{h{AAf}}}AAf}{{{h{Cf}}}Cf}{{{h{A@j}}}A@j}{{{h{AAh}}}AAh}{{{h{AAj}}}AAj}{{{h{Lf}}}Lf}{{{h{Lh}}}Lh}{{{h{AAl}}}AAl}{{{h{AAn}}}AAn}{{{h{Lj}}}Lj}{{{h{Ll}}}Ll}{{{h{Mn}}}Mn}{{{h{Ln}}}Ln}{{{h{AB`}}}AB`}{{{h{ABb}}}ABb}{{{h{ABd}}}ABd}{{{h{ABf}}}ABf}{{{h{Cl}}}Cl}{{{h{Jb}}}Jb}{{{h{ABh}}}ABh}{{{h{ABj}}}ABj}{{{h{ABl}}}ABl}{{{h{Nb}}}Nb}{{{h{M`}}}M`}{{{h{Nd}}}Nd}{{{h{Mb}}}Mb}{{{h{Nf}}}Nf}{{{h{Md}}}Md}{{{h{c}}{h{Ahe}}}Bf{}{}}0000000000000000000000000000000000000000000000000000000{{{h{Bn}}{h{Bn}}}Bh}{{{h{In}}{h{In}}}Bh}{{{h{A@b}}{h{A@b}}}Bh}{{{h{Jd}}{h{Jd}}}Bh}{{{h{J`}}{h{J`}}}Bh}{{{h{Kb}}{h{Kb}}}Bh}{{{h{A@n}}{h{A@n}}}Bh}{{{h{{K`{c}}}}{h{{K`{c}}}}}Bh{BjNn}}{{{h{Kd}}{h{Kd}}}Bh}{{{h{Kf}}{h{Kf}}}Bh}{{{h{Kh}}{h{Kh}}}Bh}{{{h{Cn}}{h{Cn}}}Bh}{{{h{Kj}}{h{Kj}}}Bh}{{{h{Kl}}{h{Kl}}}Bh}{{{h{Kn}}{h{Kn}}}Bh}{{{h{Mf}}{h{Mf}}}Bh}{{{h{Cd}}{h{Cd}}}Bh}{{{h{AA`}}{h{AA`}}}Bh}{{{h{AAb}}{h{AAb}}}Bh}{{{h{L`}}{h{L`}}}Bh}{{{h{Lb}}{h{Lb}}}Bh}{{{h{D`}}{h{D`}}}Bh}{{{h{Ld}}{h{Ld}}}Bh}{{{h{AAd}}{h{AAd}}}Bh}{{{h{O`}}{h{O`}}}Bh}{{{h{On}}{h{On}}}Bh}{{{h{AAf}}{h{AAf}}}Bh}{{{h{Cf}}{h{Cf}}}Bh}{{{h{A@j}}{h{A@j}}}Bh}{{{h{AAh}}{h{AAh}}}Bh}{{{h{AAj}}{h{AAj}}}Bh}{{{h{Lf}}{h{Lf}}}Bh}{{{h{Lh}}{h{Lh}}}Bh}{{{h{AAl}}{h{AAl}}}Bh}{{{h{Lj}}{h{Lj}}}Bh}{{{h{Ll}}{h{Ll}}}Bh}{{{h{Mn}}{h{Mn}}}Bh}{{{h{Ln}}{h{Ln}}}Bh}{{{h{AB`}}{h{AB`}}}Bh}{{{h{ABf}}{h{ABf}}}Bh}{{{h{Cl}}{h{Cl}}}Bh}{{{h{Jb}}{h{Jb}}}Bh}{{{h{ABh}}{h{ABh}}}Bh}{{{h{ABj}}{h{ABj}}}Bh}{{{h{Nb}}{h{Nb}}}Bh}{{{h{M`}}{h{M`}}}Bh}{{{h{Nd}}{h{Nd}}}Bh}{{{h{Mb}}{h{Mb}}}Bh}{{{h{Nf}}{h{Nf}}}Bh}{{{h{Md}}{h{Md}}}Bh}{{{h{Jd}}{h{Jd}}}Bh}{{{h{Fj}}}{{Dh{{h{Cf}}}}}}{{{h{AhABl}}ABl}{{Dn{BfABn}}}}``{{{h{Fj}}}{{Dh{Kj}}}}{{{h{Cf}}}Mj}{{{h{Cf}}}D`}{{{h{Kl}}{h{{Ad{A`}}}}}Kn}{{{h{Cf}}}Ld}`{{{h{Ahc}}}{{Dn{BnAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{KdAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{KfAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{CnAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{KjAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{KlAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{FjAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{D`AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{LdAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{AAdAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{OnAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{AAfAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{A@jAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{AAhAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{ABdAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{ABjAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{M`AC`}}}{ACbACd}}:{{{h{Ahc}}}{{Dn{CdAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{O`AC`}}}{ACbACd}}7{{{h{Ahc}}}{{Dn{CfAC`}}}{ACbACd}}{{{h{Bn}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{Kd}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{Kf}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{Cn}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{Kj}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{Kl}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{Fj}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{Mf}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{Cd}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{D`}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{Ld}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{AAd}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{O`}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{On}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{AAf}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{Cf}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{A@j}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{AAh}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{ABd}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{ABj}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{M`}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{Mf}}}Fl}0{JdACj}{{}Bn}{{}In}{{}Cd}{{}AAd}{{}O`}{{}On}{{}A@j}{{}Mn}{{}ABj}{{}Nb}{{}Nd}{{}Nf}{{{h{Cd}}}h}{{{h{AhCd}}}{{h{Ah}}}}{{cACl}{{Dn{Bn}}}E`}{{cACl}{{Dn{In}}}E`}10{c{{Dn{Bn}}}E`}{c{{Dn{A@b}}}E`}{c{{Dn{Jd}}}E`}{c{{Dn{J`}}}E`}{c{{Dn{{K`{Nl}}}}}E`}{c{{Dn{Kd}}}E`}{c{{Dn{Kf}}}E`}{c{{Dn{Kh}}}E`}{c{{Dn{Cn}}}E`}{c{{Dn{Kj}}}E`}{c{{Dn{Kl}}}E`}{c{{Dn{Kn}}}E`}{c{{Dn{Fj}}}E`}{c{{Dn{{h{Mf}}}}}E`}{c{{Dn{Cd}}}E`}{c{{Dn{L`}}}E`}{c{{Dn{Lb}}}E`}{c{{Dn{D`}}}E`}{c{{Dn{Ld}}}E`}{c{{Dn{AAd}}}E`}{c{{Dn{O`}}}E`}{c{{Dn{On}}}E`}{c{{Dn{AAf}}}E`}{c{{Dn{Cf}}}E`}{c{{Dn{A@j}}}E`}{c{{Dn{AAj}}}E`}{c{{Dn{Lf}}}E`}{c{{Dn{Lh}}}E`}{c{{Dn{AAl}}}E`}{c{{Dn{AAn}}}E`}{c{{Dn{Lj}}}E`}{c{{Dn{Ll}}}E`}{c{{Dn{Ln}}}E`}{c{{Dn{AB`}}}E`}{c{{Dn{ABb}}}E`}{c{{Dn{Cl}}}E`}{c{{Dn{Jb}}}E`}{c{{Dn{ABh}}}E`}{c{{Dn{ABj}}}E`}{c{{Dn{ABl}}}E`}{{{h{{Ad{A`}}}}}{{Dn{ABlABn}}}}{c{{Dn{M`}}}E`}{c{{Dn{Mb}}}E`}{c{{Dn{Md}}}E`}{{{h{ABh}}c}ACn{{AD`{Nj}}}}{{{h{ABh}}}ADb}{BnADd}{InADd}{{BnA@l}ADd}{{InA@l}ADd}{{BnJ`}}{{BnEb}}{{InA@`}}{{J`Eb}}{{J`J`}}{{{h{AhBn}}Eb}Bf}{{{h{AhIn}}A@`}Bf}{{{h{AhJ`}}Eb}Bf}{{{h{Mf}}}Bn}`{{{h{On}}}Ed}{{{h{O`}}}Ed}{{}}00000000000000{{}ADf}1010101{{{h{A@l}}{h{A@l}}}Ed}{{{h{Bn}}{h{Bn}}}Ed}{{{h{In}}{h{In}}}Ed}{{{h{A@b}}{h{A@b}}}Ed}{{{h{Jd}}{h{Jd}}}Ed}{{{h{J`}}{h{J`}}}Ed}{{{h{Kb}}{h{Kb}}}Ed}{{{h{A@n}}{h{A@n}}}Ed}{{{h{{K`{c}}}}{h{{K`{c}}}}}Ed{EfNn}}{{{h{Kd}}{h{Kd}}}Ed}{{{h{Kf}}{h{Kf}}}Ed}{{{h{Kh}}{h{Kh}}}Ed}{{{h{Cn}}{h{Cn}}}Ed}{{{h{Kj}}{h{Kj}}}Ed}{{{h{Kl}}{h{Kl}}}Ed}{{{h{Kn}}{h{Kn}}}Ed}{{{h{Fj}}{h{Fj}}}Ed}{{{h{A@d}}{h{A@d}}}Ed}{{{h{Mf}}{h{Mf}}}Ed}{{{h{Mf}}{h{Cd}}}Ed}{{{h{Cd}}{h{Mf}}}Ed}{{{h{Cd}}{h{Cd}}}Ed}{{{h{AA`}}{h{AA`}}}Ed}{{{h{AAb}}{h{AAb}}}Ed}{{{h{L`}}{h{L`}}}Ed}{{{h{Lb}}{h{Lb}}}Ed}{{{h{D`}}{h{D`}}}Ed}{{{h{Ld}}{h{Ld}}}Ed}{{{h{AAd}}{h{AAd}}}Ed}{{{h{O`}}{h{O`}}}Ed}{{{h{On}}{h{On}}}Ed}{{{h{AAf}}{h{AAf}}}Ed}{{{h{Cf}}{h{Cf}}}Ed}{{{h{A@j}}{h{A@j}}}Ed}{{{h{AAh}}{h{AAh}}}Ed}{{{h{AAj}}{h{AAj}}}Ed}{{{h{Lf}}{h{Lf}}}Ed}{{{h{Lh}}{h{Lh}}}Ed}{{{h{AAl}}{h{AAl}}}Ed}{{{h{AAn}}{h{AAn}}}Ed}{{{h{Lj}}{h{Lj}}}Ed}{{{h{Ll}}{h{Ll}}}Ed}{{{h{Mn}}{h{Mn}}}Ed}{{{h{Ln}}{h{Ln}}}Ed}{{{h{AB`}}{h{AB`}}}Ed}{{{h{ABb}}{h{ABb}}}Ed}{{{h{ABd}}{h{ABd}}}Ed}{{{h{ABf}}{h{ABf}}}Ed}{{{h{Cl}}{h{Cl}}}Ed}{{{h{Jb}}{h{Jb}}}Ed}{{{h{ABh}}{h{ABh}}}Ed}{{{h{ABj}}{h{ABj}}}Ed}{{{h{ABl}}{h{ABl}}}Ed}{{{h{Nb}}{h{Nb}}}Ed}{{{h{M`}}{h{M`}}}Ed}{{{h{Nd}}{h{Nd}}}Ed}{{{h{Mb}}{h{Mb}}}Ed}{{{h{Nf}}{h{Nf}}}Ed}{{{h{Md}}{h{Md}}}Ed}{{{h{Jd}}{h{Jd}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000`{{{h{AhCd}}c}Bf{{Ej{}{{Eh{ADh}}}}}}{{{h{ABl}}{h{{Jf{c}}}}}{{Dn{CfADj}}}Jn}{{{h{ABd}}{h{Ah{ADl{D`}}}}{h{Ah{ADl{Df}}}}}{{Dn{BfADn}}}}{ABl{{Dn{CfAE`}}}}0{ABlCf}{{ABlA@b}{{Dn{CfAE`}}}}{{{h{ABl}}}{{Dn{BnABn}}}}{{A@bEb}{{Dh{Bn}}}}{{A@bJ`}{{Dh{Bn}}}}{{{h{Kd}}{h{Kf}}}Kf}{{ABl{h{{Jf{c}}}}}{{Dn{ABl{Fd{ABl{ADl{ADj}}}}}}}Jn}{{ABl{h{{Jf{c}}}}Fl}{{Dn{ABl{Fd{ABlADj}}}}}Jn}0{{{h{AhABl}}{h{{Jf{c}}}}Fl}{{Dn{BfADj}}}Jn}02{{{h{AhABl}}{h{{Jf{c}}}}}{{Dn{Bf{ADl{ADj}}}}}Jn}0{{{h{Mf}}}{{Dh{A@d}}}}{{{h{A@l}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{Bn}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{In}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{A@b}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{Jd}}{h{AhEl}}}{{Dn{BfEn}}}}00{{{h{J`}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{Kb}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{A@n}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{K`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{{K`{c}}}}{h{AhEl}}}{{Dn{BfEn}}}Nn}{{{h{Kd}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{Kf}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{Kh}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{Cn}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{Kj}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{Kl}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{Kn}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{Fj}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{A@d}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{Mf}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{Cd}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{AA`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{AAb}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{L`}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{Lb}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{D`}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{Ld}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{AAd}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{O`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{On}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{AAf}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{Cf}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{A@j}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{AAh}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{AAj}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{Lf}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{Lh}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{AAl}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{AAn}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{Lj}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{Ll}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{Ln}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{AB`}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{ABb}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{ABd}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{ABf}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{Cl}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{Jb}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{ABh}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{ABj}}{h{AhEl}}}{{Dn{BfEn}}}}00{{{h{ABl}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{M`}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{Mb}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{Md}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{Mf}}{h{AhAEb}}}{{Dn{BfEn}}}}{{Bn{h{AhAEb}}A@l}{{Dn{BfEn}}}}{{In{h{AhAEb}}A@l}{{Dn{BfEn}}}}{{{h{AAn}}{h{AhAEb}}}{{Dn{BfEn}}}}{cc{}}000{AEdJd}{AAjJd}{MhJd}3{AAlJd}{ACjJd}55{ClA@n}66{MjKd}77{MjKf}{MlKh}{{{h{AEf}}}Kh}{AEfKh};{MjCn}{{{h{Fj}}}Cn}={G`Cn}{FjCn}{{{h{G`}}}Cn}{cc{}}{MjKj}{D`Kj}{LdKl}{MjKl}4{MjKn}555{A`A@d}{AAbA@d}{{{AEh{Mf}}}Cd}{K`Cd}{{{h{Mf}}}Cd}{{{ADl{A`}}}Cd};;;{{{h{Cd}}}L`}{MlL`}{{{h{Mf}}}L`}{CdL`}??{CdLb}{nLb}{{{h{Mf}}}Lb}{{{h{Cd}}}Lb}{cc{}}{CfD`}{MjD`}{{{h{Cf}}}D`}{CfLd}{{{h{Cf}}}Ld}{MjLd}666{AEjOn}7{OlOn}88{{{h{{Ad{{ADl{A`}}}}}}}A@j}9{{{h{{Ad{{h{{Ad{A`}}}}}}}}}A@j}{{{ADl{{h{{Ad{A`}}}}}}}A@j}{{{ADl{{ADl{A`}}}}}A@j}{FlAAh}{DfAAh}{AElAAh}?{EbAAh}{A`AAh}{AAlAAj}{AEdAAj}{cc{}}{AAlLf}{{{h{AAl}}}Lf}{{{h{AAj}}}Lf}{AAjLf}4{MlLf}{MlLh}{AAlLh}7{{{h{AAl}}}Lh}88{MjLj}9{MjLl}:::{{{N`{Mn}}}Ln};{ABbAB`}<<{ClABf}==={ABjABh}>>>>{{{N`{Nb}}}M`}{AEnM`}{cc{}}0{AF`Mb}{{{N`{Nd}}}Mb}{{{h{AF`}}}Mb}{M`Mb}44{{{h{AFb}}}Md}{AFbMd}{{{N`{Nf}}}Md}7{AElOn}{{{Ab{A`}}}Jb}{{{Ab{A`}}}ABh}{{{h{Fj}}c}ABd{{AFd{{h{D`}}}{{Hh{Ed}}}}}}{ADb{{Dn{BnAFf}}}}{ADb{{Dn{InAFf}}}}{{}Kd}{{}Kf}{{}Kh}{{}Cn}{{}Kj}{{}Kl}{{}Kn}{{}L`}{{}Lb}{{}D`}{{}Ld}{{}Lf}{{}Lh}{{}Lj}{{}Ll}{{}Ln}{{}M`}{{}Mb}{{}Md}{{{h{{Ad{A`}}}}}{{h{Mf}}}}{{{ADl{A`}}}Cd}{{{h{Ah{Ad{A`}}}}}{{h{AhMf}}}}{Oh{{Dh{Cl}}}}{ABjABh}{DfOn}{DfABb}{DfABj}{A`{{Dn{AB`AFh}}}}{{{h{Gd}}}{{Dn{ClAFj}}}}{{}Kd}{{}Kf}{{}Kh}{{}Cn}{{}Kj}{{}Kl}{{}Kn}{{}L`}{{}Lb}{{}D`}{{}Ld}{{}Lf}{{}Lh}{{}Lj}{{}Ll}{{}Ln}{{}M`}{{}Mb}{{}Md}{{ADbA@l}{{Dn{BnAFf}}}}{{ADbA@l}{{Dn{InAFf}}}}{{{h{G`}}{h{{Ad{D`}}}}c}ABd{{AFd{{h{D`}}}{{Hh{Ed}}}}}}{AElOn}{{{h{Gd}}}{{Dn{CdAFl}}}}{{{h{Gd}}}{{Dn{OnAFn}}}}{{{h{Gd}}}{{Dn{JbAFn}}}}{{{h{Gd}}}{{Dn{ABhAFn}}}}{{{h{Gd}}}{{Dn{ABjAFn}}}}{EbBn}{cCd{{Ej{}{{Eh{ADh}}}}}}{{Jd{Dh{Mb}}}Md}{{{h{AG`}}}{{Fd{JdJj}}}}{Eb{{Dh{J`}}}}{{{Ab{A`}}}Jb}{{{Ab{A`}}}ABh}{AGb{{Dh{Cl}}}}{{MbMb}Mb}{EbJ`}{{{h{{Jf{c}}}}{h{AAn}}}AAjAGd}{{{h{{Jf{c}}}}{h{AAn}}}{{Dn{AAlAGf}}}AGd}{MjKd}{MjKf}{MlKh}{MjCn}{MjKj}{MjKl}{MjKn}{MlL`}{nLb}{MjD`}{MjLd}{MlLf}{MlLh}{MjLj}{MjLl}{{{N`{Mn}}}Ln}{{{N`{Nb}}}M`}{{{N`{Nd}}}Mb}{{{N`{Nf}}}Md}{EbBn}{A@`In}{EbA@b}{Eb{{Dh{A@b}}}}1{{{h{Mf}}c}{{Dn{K`AGh}}}{{AD`{Nj}}}}{{{h{Mf}}AGj}M`}{{{h{Mf}}AGj}Mb}{Df{{Dn{OnAGl}}}}0{{{h{{Ad{A`}}}}}{{Dn{JdAGn}}}}{{{h{{Ad{A`}}}}}{{Dn{JdJl}}}}{{{h{{Ad{A`}}}}}{{Dn{KdGb}}}}{{{h{{Ad{A`}}}}}{{Dn{KfGb}}}}{{{h{{Ad{A`}}}}}{{Dn{KhGb}}}}{{{h{{Ad{A`}}}}}{{Dn{CnGb}}}}{{{h{{Ad{A`}}}}}{{Dn{KjGb}}}}{{{h{{Ad{A`}}}}}{{Dn{KlGb}}}}{{{h{{Ad{A`}}}}}{{Dn{KnGb}}}}{{{h{{Ad{A`}}}}}{{Dn{L`Gb}}}}{{{h{{Ad{A`}}}}}{{Dn{LbGb}}}}{{{h{{Ad{A`}}}}}{{Dn{D`Gb}}}}{{{h{{Ad{A`}}}}}{{Dn{LdGb}}}}{{{h{{Ad{c}}}}}A@j{{AD`{{Ad{A`}}}}}}{{{h{{Ad{A`}}}}}{{Dn{AAjAH`}}}}{{{h{{Ad{A`}}}}}{{Dn{AAjAGn}}}}{{{h{{Ad{A`}}}}}{{Dn{LfGb}}}}{{{h{{Ad{A`}}}}}{{Dn{LhGb}}}}{{{h{{Ad{A`}}}}}{{Dn{AAlJl}}}}{{{h{{Ad{A`}}}}c}{{Dn{AAnJl}}}{{AHb{ABf}}}}{{{h{{Ad{A`}}}}}{{Dn{LjGb}}}}{{{h{{Ad{A`}}}}}{{Dn{LlGb}}}}{{{h{{Ad{A`}}}}}{{Dn{LnGb}}}}{{{h{{Ad{A`}}}}}{{Dn{M`Gb}}}}{{{h{{Ad{A`}}}}}{{Dn{MbGb}}}}{{{h{{Ad{A`}}}}}{{Dn{MdGb}}}}{{{h{{Ad{A`}}}}}{{Dn{KdGb}}}}{{{h{{Ad{A`}}}}}{{Dn{KfGb}}}}{{{h{{Ad{A`}}}}}{{Dn{KhGb}}}}{{{h{{Ad{A`}}}}}{{Dn{CnGb}}}}{{{h{{Ad{A`}}}}}{{Dn{KjGb}}}}{{{h{{Ad{A`}}}}}{{Dn{KlGb}}}}{{{h{{Ad{A`}}}}}{{Dn{KnGb}}}}{{{h{{Ad{A`}}}}}{{Dn{L`Gb}}}}{{{h{{Ad{A`}}}}}{{Dn{LbGb}}}}{{{h{{Ad{A`}}}}}{{Dn{D`Gb}}}}{{{h{{Ad{A`}}}}}{{Dn{LdGb}}}}{{{h{{Ad{A`}}}}}{{Dn{LfGb}}}}{{{h{{Ad{A`}}}}}{{Dn{LhGb}}}}{{{h{{Ad{A`}}}}}{{Dn{LjGb}}}}{{{h{{Ad{A`}}}}}{{Dn{LlGb}}}}{{{h{{Ad{A`}}}}}{{Dn{LnGb}}}}{{{h{{Ad{A`}}}}}{{Dn{M`Gb}}}}{{{h{{Ad{A`}}}}}{{Dn{MbGb}}}}{{{h{{Ad{A`}}}}}{{Dn{MdGb}}}}{Df{{Dn{ABbAHd}}}}{{{h{Gd}}}{{Dn{A@l}}}}{{{h{Gd}}}{{Dn{Bn}}}}{{{h{Gd}}}{{Dn{In}}}}{{{h{Gd}}}{{Dn{A@b}}}}{{{h{Gd}}}{{Dn{JdJl}}}}{{{h{Gd}}}{{Dn{J`}}}}{{{h{Gd}}}{{Dn{Kb}}}}{{{h{Gd}}}{{Dn{{K`{Nl}}AHf}}}}{{{h{Gd}}}{{Dn{Kd}}}}{{{h{Gd}}}{{Dn{Kf}}}}{{{h{Gd}}}{{Dn{Kh}}}}{{{h{Gd}}}{{Dn{Cn}}}}{{{h{Gd}}}{{Dn{Kj}}}}{{{h{Gd}}}{{Dn{Kl}}}}{{{h{Gd}}}{{Dn{Kn}}}}{{{h{Gd}}}{{Dn{AAb}}}}{{{h{Gd}}}{{Dn{L`}}}}{{{h{Gd}}}{{Dn{Lb}}}}{{{h{Gd}}}{{Dn{D`}}}}{{{h{Gd}}}{{Dn{Ld}}}}{{{h{Gd}}}{{Dn{AAd}}}}{{{h{Gd}}}{{Dn{On}}}}{{{h{Gd}}}{{Dn{AAjAHh}}}}{{{h{Gd}}}{{Dn{Lf}}}}{{{h{Gd}}}{{Dn{Lh}}}}{{{h{Gd}}}{{Dn{AAl}}}}{{{h{Gd}}}{{Dn{AAnAHj}}}}{{{h{Gd}}}{{Dn{Lj}}}}{{{h{Gd}}}{{Dn{Ll}}}}{{{h{Gd}}}{{Dn{Ln}}}}{{{h{Gd}}}{{Dn{AB`}}}}{{{h{Gd}}}{{Dn{ABb}}}}{{{h{Gd}}}{{Dn{Cl}}}}{{{h{Gd}}}{{Dn{ABl}}}}{{{h{Gd}}}{{Dn{M`}}}}{{{h{Gd}}}{{Dn{Mb}}}}{{{h{Gd}}}{{Dn{Md}}}}{{{h{Gd}}A@l}{{Dn{BnAFf}}}}{{{h{Gd}}A@l}{{Dn{InAFf}}}}{{{h{Gd}}}{{Dn{BnAHl}}}}{{{h{Gd}}}{{Dn{InAHl}}}}{{{h{Gd}}}{{Dn{OnAHn}}}}{{{h{Gd}}}{{Dn{JbAHn}}}}{{{h{Gd}}}{{Dn{ABhAHn}}}}{{{h{Gd}}}{{Dn{ABjAHn}}}}{Cf{{Dn{ABlABn}}}}{Eb{{Dh{J`}}}}{EbJ`}0{{{h{Gd}}}{{Dn{AAnAHj}}}}1{{AA`c}K`{{AHb{A@n}}}}2{FlJ`}{cAAn{{AHb{ABf}}}}{{{h{A@l}}{h{Ahc}}}BfGj}{{{h{Bn}}{h{Ahc}}}BfGj}{{{h{In}}{h{Ahc}}}BfGj}{{{h{A@b}}{h{Ahc}}}BfGj}{{{h{Jd}}{h{Ahc}}}BfGj}{{{h{J`}}{h{Ahc}}}BfGj}{{{h{Kb}}{h{Ahc}}}BfGj}{{{h{A@n}}{h{Ahc}}}BfGj}{{{h{{K`{c}}}}{h{Ahe}}}Bf{GlNn}Gj}{{{h{Kd}}{h{Ahc}}}BfGj}{{{h{Kf}}{h{Ahc}}}BfGj}{{{h{Kh}}{h{Ahc}}}BfGj}{{{h{Cn}}{h{Ahc}}}BfGj}{{{h{Kj}}{h{Ahc}}}BfGj}{{{h{Kl}}{h{Ahc}}}BfGj}{{{h{Kn}}{h{Ahc}}}BfGj}{{{h{Mf}}{h{Ahc}}}BfGj}{{{h{Cd}}{h{Ahc}}}BfGj}{{{h{AA`}}{h{Ahc}}}BfGj}{{{h{AAb}}{h{Ahc}}}BfGj}{{{h{L`}}{h{Ahc}}}BfGj}{{{h{Lb}}{h{Ahc}}}BfGj}{{{h{D`}}{h{Ahc}}}BfGj}{{{h{Ld}}{h{Ahc}}}BfGj}{{{h{AAd}}{h{Ahc}}}BfGj}{{{h{O`}}{h{Ahc}}}BfGj}{{{h{On}}{h{Ahc}}}BfGj}{{{h{AAf}}{h{Ahc}}}BfGj}{{{h{Cf}}{h{Ahc}}}BfGj}{{{h{A@j}}{h{Ahc}}}BfGj}{{{h{AAj}}{h{Ahc}}}BfGj}{{{h{Lf}}{h{Ahc}}}BfGj}{{{h{Lh}}{h{Ahc}}}BfGj}{{{h{AAl}}{h{Ahc}}}BfGj}{{{h{Lj}}{h{Ahc}}}BfGj}{{{h{Ll}}{h{Ahc}}}BfGj}{{{h{Mn}}{h{Ahc}}}BfGj}{{{h{Ln}}{h{Ahc}}}BfGj}{{{h{AB`}}{h{Ahc}}}BfGj}{{{h{ABb}}{h{Ahc}}}BfGj}{{{h{ABf}}{h{Ahc}}}BfGj}{{{h{Cl}}{h{Ahc}}}BfGj}{{{h{Jb}}{h{Ahc}}}BfGj}{{{h{ABh}}{h{Ahc}}}BfGj}{{{h{ABj}}{h{Ahc}}}BfGj}{{{h{ABl}}{h{Ahc}}}BfGj}{{{h{Nb}}{h{Ahc}}}BfGj}{{{h{M`}}{h{Ahc}}}BfGj}{{{h{Nd}}{h{Ahc}}}BfGj}{{{h{Mb}}{h{Ahc}}}BfGj}{{{h{Nf}}{h{Ahc}}}BfGj}{{{h{Md}}{h{Ahc}}}BfGj}```{{{h{Kd}}c}h{{Gn{{Ad{A`}}}}}}{{{h{Kf}}c}h{{Gn{{Ad{A`}}}}}}{{{h{Kh}}c}h{{Gn{{Ad{A`}}}}}}{{{h{Cn}}c}h{{Gn{{Ad{A`}}}}}}{{{h{Kj}}c}h{{Gn{{Ad{A`}}}}}}{{{h{Kl}}c}h{{Gn{{Ad{A`}}}}}}{{{h{Kn}}c}h{{Gn{{Ad{A`}}}}}}{{{h{Mf}}AI`}h}{{{h{Mf}}{AIb{Fl}}}h}{{{h{Mf}}{Fd{{AId{Fl}}{AId{Fl}}}}}h}{{{h{Mf}}{AIf{Fl}}}h}{{{h{Mf}}{AIh{Fl}}}h}{{{h{Mf}}{AIj{Fl}}}h}{{{h{Mf}}{AIl{Fl}}}h}{{{h{L`}}c}h{{Gn{{Ad{A`}}}}}}{{{h{Lb}}c}h{{Gn{{Ad{A`}}}}}}{{{h{D`}}c}h{{Gn{{Ad{A`}}}}}}{{{h{Ld}}c}h{{Gn{{Ad{A`}}}}}}{{{h{A@j}}Fl}h}{{{h{Lf}}c}h{{Gn{{Ad{A`}}}}}}{{{h{Lh}}c}h{{Gn{{Ad{A`}}}}}}{{{h{AAn}}AI`}{{h{{Ad{A`}}}}}}{{{h{Lj}}c}h{{Gn{{Ad{A`}}}}}}{{{h{Ll}}c}h{{Gn{{Ad{A`}}}}}}{{{h{Ln}}c}h{{Gn{{Ad{A`}}}}}}{{{h{M`}}c}h{{Gn{{Ad{A`}}}}}}{{{h{Mb}}c}h{{Gn{{Ad{A`}}}}}}{{{h{Md}}c}h{{Gn{{Ad{A`}}}}}}````{{{h{Mf}}}AIn}0{{{h{Mf}}}AJ`}0{ce{}{}}0000000000000000000000000000000000000000000000000000000{Cd{{AJb{Mf}}}}{Cd{{ADl{A`}}}}{{{h{A@j}}}}{{{AJb{Mf}}}Cd}{{{h{Cf}}AJdAJf}Ed}{{{h{Cf}}}Ed}{{{h{Mf}}}Ed}{{{h{A@j}}}Ed}2{{{h{On}}}Ed}03{{{h{ABf}}}Ed}{{{h{ABh}}Cn}Ed}4{InEd}{{{h{AAd}}}Ed}66666{{{h{AA`}}}Ed}70702775{{{h{K`}}{h{AAj}}}Ed}{{{h{K`}}{h{Jd}}}Ed}7{{{h{K`}}}Ed}8{{{h{AAj}}}Ed}{{{h{{K`{Nl}}}}Cl}Ed}<{{{h{Jd}}}Ed}{{{h{A@j}}}AJh}{{{h{ABl}}}{{`{{Hb{}{{Eh{{Dn{{h{AAf}}ABn}}}}}}}}}}`{{{h{A@j}}}{{Dh{{h{{Ad{A`}}}}}}}}{{{h{O`}}}J`}{{{h{Mf}}}Fl}{{{h{A@j}}}Fl}`{JbADb}{ClAGb}{{{h{K`}}{h{Mf}}}Ed}{{{h{ABh}}}ABh}{{{h{ABh}}c}ABh{{AD`{Nj}}}}1`11{{{h{Mf}}}Bn}{CdAAf}{{{h{Mf}}A@b}Bn}{{CdA@b}AAf}{{BnEb}}{{InA@`}}{{A@bJ`}}{{J`Eb}}{{J`A@b}}{{{h{AhBn}}Eb}Bf}{{{h{AhIn}}A@`}Bf}{{{h{AhJ`}}Eb}Bf}{In}``{{}{{h{Mf}}}}{{}Cd}{{AAb{h{{Ad{A`}}}}}{{Dn{AA`AJj}}}}{{D`Df}AAd}{{}A@j}{cAAj{{AHb{AEd}}}}{{AJlc}AAn{{AHb{ABf}}}}{cCd{{AD`{Nh}}}}{{{h{AAj}}}Cd}{{{h{Lf}}}Cd}{{{h{L`}}}Cd}{{{h{{Jf{c}}}}Jd{Dh{Mb}}}CdJn}{ACjCd}{{{h{Lh}}}Cd}{{{h{Lb}}}Cd}98{{{h{AA`}}}Cd}{{{h{A@j}}Fl}{{Dh{{h{{Ad{A`}}}}}}}}{{{h{Cf}}}Mj}{{}AAd}```{{{h{Mf}}}{{Dh{AAj}}}}{{ce}K`{{AHb{Lf}}}{{AHb{ABf}}}}{{{h{Mf}}c}{{Dn{K`AJn}}}{{AHb{ABf}}}}{{L`c}K`{{AHb{ABf}}}}{{{h{AAl}}c}K`{{AHb{ABf}}}}{{{h{Mf}}c}K`{{AHb{ABf}}}}{{{h{{Jf{c}}}}Jd{Dh{Mb}}e}K`Jn{{AHb{A@n}}}}{{{h{{Jf{c}}}}Jd{Dh{Mb}}}AA`Jn}{{{h{AK`}}}A@j}{{ACjc}K`{{AHb{A@n}}}}{ACjAA`}{{{h{AAl}}c}K`{{AHb{A@n}}}}{{{h{AAl}}}AA`}{{{h{AKb}}{h{AEd}}}A@j}{{{h{Mf}}}{{Dh{Cd}}}}{LhCd}{{{h{AAj}}}{{Dn{CdAGf}}}}{{{h{AAl}}}Cd}{{{h{Mf}}c}K`{{AHb{A@n}}}}{{{h{Mf}}}AA`}{Cl{{h{Nj}}}}`{{{h{Bn}}{h{Bn}}}{{Dh{Bh}}}}{{{h{In}}{h{In}}}{{Dh{Bh}}}}{{{h{A@b}}{h{A@b}}}{{Dh{Bh}}}}{{{h{Jd}}{h{Jd}}}{{Dh{Bh}}}}{{{h{J`}}{h{J`}}}{{Dh{Bh}}}}{{{h{Kb}}{h{Kb}}}{{Dh{Bh}}}}{{{h{A@n}}{h{A@n}}}{{Dh{Bh}}}}{{{h{{K`{c}}}}{h{{K`{c}}}}}{{Dh{Bh}}}{HnNn}}{{{h{Kd}}{h{Kd}}}{{Dh{Bh}}}}{{{h{Kf}}{h{Kf}}}{{Dh{Bh}}}}{{{h{Kh}}{h{Kh}}}{{Dh{Bh}}}}{{{h{Cn}}{h{Cn}}}{{Dh{Bh}}}}{{{h{Kj}}{h{Kj}}}{{Dh{Bh}}}}{{{h{Kl}}{h{Kl}}}{{Dh{Bh}}}}{{{h{Kn}}{h{Kn}}}{{Dh{Bh}}}}{{{h{Mf}}{h{Cd}}}{{Dh{Bh}}}}{{{h{Mf}}{h{Mf}}}{{Dh{Bh}}}}{{{h{Cd}}{h{Mf}}}{{Dh{Bh}}}}{{{h{Cd}}{h{Cd}}}{{Dh{Bh}}}}{{{h{AA`}}{h{AA`}}}{{Dh{Bh}}}}{{{h{AAb}}{h{AAb}}}{{Dh{Bh}}}}{{{h{L`}}{h{L`}}}{{Dh{Bh}}}}{{{h{Lb}}{h{Lb}}}{{Dh{Bh}}}}{{{h{D`}}{h{D`}}}{{Dh{Bh}}}}{{{h{Ld}}{h{Ld}}}{{Dh{Bh}}}}{{{h{AAd}}{h{AAd}}}{{Dh{Bh}}}}{{{h{O`}}{h{O`}}}{{Dh{Bh}}}}{{{h{On}}{h{On}}}{{Dh{Bh}}}}{{{h{AAf}}{h{AAf}}}{{Dh{Bh}}}}{{{h{Cf}}{h{Cf}}}{{Dh{Bh}}}}{{{h{A@j}}{h{A@j}}}{{Dh{Bh}}}}{{{h{AAh}}{h{AAh}}}{{Dh{Bh}}}}{{{h{AAj}}{h{AAj}}}{{Dh{Bh}}}}{{{h{Lf}}{h{Lf}}}{{Dh{Bh}}}}{{{h{Lh}}{h{Lh}}}{{Dh{Bh}}}}{{{h{AAl}}{h{AAl}}}{{Dh{Bh}}}}{{{h{Lj}}{h{Lj}}}{{Dh{Bh}}}}{{{h{Ll}}{h{Ll}}}{{Dh{Bh}}}}{{{h{Mn}}{h{Mn}}}{{Dh{Bh}}}}{{{h{Ln}}{h{Ln}}}{{Dh{Bh}}}}{{{h{AB`}}{h{AB`}}}{{Dh{Bh}}}}{{{h{ABf}}{h{ABf}}}{{Dh{Bh}}}}{{{h{Cl}}{h{Cl}}}{{Dh{Bh}}}}{{{h{Jb}}{h{Jb}}}{{Dh{Bh}}}}{{{h{ABh}}{h{ABh}}}{{Dh{Bh}}}}{{{h{ABj}}{h{ABj}}}{{Dh{Bh}}}}{{{h{Nb}}{h{Nb}}}{{Dh{Bh}}}}{{{h{M`}}{h{M`}}}{{Dh{Bh}}}}{{{h{Nd}}{h{Nd}}}{{Dh{Bh}}}}{{{h{Mb}}{h{Mb}}}{{Dh{Bh}}}}{{{h{Nf}}{h{Nf}}}{{Dh{Bh}}}}{{{h{Md}}{h{Md}}}{{Dh{Bh}}}}`{{InIn}{{Dh{In}}}}``{{{h{AA`}}}{{h{Nh}}}}`{{{h{c}}{h{e}}}Ed{}{}}{{{h{c}}h}Ed{}}0{{{h{c}}{h{Ml}}}{{Dh{AAj}}}{}}0{{{h{c}}{h{{Fd{MlM`}}}}}{{Dh{{Fd{JdFl}}}}}{}}{{{h{c}}{h{Ml}}}{{Dh{Jd}}}{}}33{{{h{c}}}{{Dh{{h{{AKf{AKd{Fd{CdAGj}}}}}}}}}{}}{{{h{c}}{h{e}}}{{Dh{Fl}}}{}{}}{{{h{c}}{h{e}}{h{M`}}}{{Dh{Fl}}}{}{}}`{{{h{K`}}}{{Dh{Lf}}}}{{{h{AAj}}}Lf}{{{h{AAl}}}Lf}{{{h{Jd}}Jj}AEd}{{{h{AAn}}{h{{Jf{c}}}}}AAjAGd}{{{h{AhA@j}}c}Bf{{AD`{{Ad{A`}}}}}}{{{h{AhA@j}}{h{AKb}}}Bf}{{{h{AhCd}}ADh}Bf}0{{{h{AhCd}}A@d}Bf}{{{h{AhCd}}c}Bf{{AD`{Nh}}}}{{{h{Ahc}}}{{Dn{AAjACf}}}{AKhACd}}{{{h{Ahc}}}{{Dn{AAlACf}}}{AKhACd}}{{BnEb}Bn}{{InA@`}In}{{{h{AhBn}}Eb}Bf}{{{h{AhIn}}A@`}Bf}{{{K`{Nl}}Cl}{{Dn{K`AHf}}}}{{{h{AhCd}}Fl}Bf}0{J`{{Dh{J`}}}}{{{h{AhCd}}}Bf}{{{h{K`}}}{{Dh{L`}}}}{{{h{Mf}}}L`}{{{h{K`}}}Cd}`{{{h{Cf}}}{{`{{Hb{}{{Eh{Fl}}}}}}}}`{{{h{A@j}}}{{Dh{{h{{Ad{A`}}}}}}}}{{{h{O`}}}J`}`{{BncACl}DnI`}{{IncACl}DnI`}101010{{{h{Bn}}c}DnI`}{{{h{A@b}}c}DnI`}{{{h{Jd}}c}DnI`}{{{h{Jd}}}{{Ab{A`}}}}{{{h{J`}}c}DnI`}{{{h{{K`{c}}}}e}DnNnI`}{{{h{Kd}}c}DnI`}{{{h{Kf}}c}DnI`}{{{h{Kh}}c}DnI`}{{{h{Cn}}c}DnI`}{{{h{Kj}}c}DnI`}{{{h{Kl}}c}DnI`}{{{h{Kn}}c}DnI`}{{{h{Fj}}c}DnI`}{{{h{A@d}}c}DnI`}{{{h{Mf}}c}DnI`}{{{h{Cd}}c}DnI`}{{{h{L`}}c}DnI`}{{{h{Lb}}c}DnI`}{{{h{D`}}c}DnI`}{{{h{Ld}}c}DnI`}{{{h{AAd}}c}DnI`}{{{h{O`}}c}DnI`}{{{h{On}}c}DnI`}{{{h{AAf}}c}DnI`}{{{h{Cf}}c}DnI`}{{{h{A@j}}c}DnI`}{{{h{AAj}}c}DnI`}{{{h{Lf}}c}DnI`}{{{h{Lh}}c}DnI`}{{{h{AAl}}c}DnI`}{{{h{AAn}}c}DnI`}{{{h{Lj}}c}DnI`}{{{h{Ll}}c}DnI`}{{{h{Ln}}c}DnI`}{{{h{AB`}}c}DnI`}{{{h{ABb}}c}DnI`}{{{h{Cl}}c}DnI`}{{{h{Jb}}c}DnI`}{{{h{ABh}}c}DnI`}{{{h{ABj}}c}DnI`}{{{h{ABl}}c}DnI`}{{{h{ABl}}}{{ADl{A`}}}}{{{h{M`}}c}DnI`}{{{h{Mb}}c}DnI`}{{{h{Md}}c}DnI`}{{{h{ABl}}}Ih}`{{{h{ABl}}Fl{h{Ah{AKj{c}}}}}{{Dn{{Fd{AKlABb}}AKn}}}{{Dj{Cf}}}}{{{h{ABl}}Fl{h{Ah{AKj{c}}}}{Dh{M`}}}{{Dn{AL`ALb}}}{{Dj{Cf}}}}{{{h{AhABl}}{h{c}}{h{{Jf{e}}}}}{{Dn{{AKf{FlALd}}{Fd{{AKf{FlALd}}{AKf{FlAKn}}}}}}}ALf{AGdJn}}`{InA@`}{{{h{AAf}}}Fl}{{{h{A@j}}}Fl}{{{h{AAh}}}Fl}{{{h{ABl}}Fl}{{Dn{{h{AAf}}AKn}}}}{{BnBn}}{{InIn}}{{J`J`}}{{JbJb}Jb}{{{h{AhBn}}Bn}Bf}{{{h{AhIn}}In}Bf}{{{h{AhJ`}}J`}Bf}{cBn{{Hb{}{{Eh{Bn}}}}}}{cIn{{Hb{}{{Eh{In}}}}}}{cJ`{{Hb{}{{Eh{J`}}}}}}{cJ`{{Hb{}{{Eh{{h{J`}}}}}}}}{{Jd{h{{Jf{c}}}}{Dh{Mb}}}{{Fd{ACjJj}}}Jn}`{{{h{A@j}}}{{Dh{{h{Mf}}}}}}{{{h{Mf}}}M`}{{{h{K`}}}ALh}{{{h{Mf}}}Ih}{Jb{{Ab{A`}}}}{ABh{{Ab{A`}}}}{BnADb}{InADb}{Kd}{Kf}{Kh}{Cn}{Kj}{Kl}{Kn}{L`}{Lb}{D`}{Ld}{Lf}{Lh}{Lj}{Ll}{Ln}{M`}{Mb}{Md}{{{h{Mf}}}{{ADl{A`}}}}{AAj{{ADl{A`}}}}{{{h{AAl}}}{{Ab{A`}}}}{AAn{{ADl{A`}}}}{ABhABj}{ABjDf}{OnDf}{Cl{{h{Gd}}}}{AAbALj}{{BnA@l}ADb}{{InA@l}ADb}{{{h{Ml}}}Ml}0{{{h{ALl}}}ALl}0{{{h{Mf}}}Ih}{J`Eb}{Jb{{Ab{A`}}}}{ABh{{Ab{A`}}}}{AAbA`}{{{h{c}}}e{}{}}00000000000000000{{{h{Mf}}}}11111111111111111111111111111111111111{{{h{Mf}}}Cd}{{{h{Mf}}{h{{Jf{c}}}}Jd}CdJn}1{{{h{Jd}}}AAj}{{{h{AAj}}}AAj}{{{h{K`}}}Ih}{KdMj}{KfMj}{KhMl}{CnMj}{KjMj}{KlMj}{KnMj}{L`Ml}{Lbn}{D`Mj}{LdMj}{LfMl}{LhMl}{LjMj}{LlMj}{Ln{{N`{Mn}}}}{M`{{N`{Nb}}}}{Mb{{N`{Nd}}}}{Md{{N`{Nf}}}}{{{h{On}}}{{Dh{Ol}}}}{{{h{ALn}}}ALn}0{BnEb}{InA@`}{A@bEb}00{MdJh}{{{h{n}}}n}0{Bn{{Dn{InAM`}}}}{AAjAMb}{{{h{c}}}Ih{}}00000000000000000000000000000000000000000{{BnA@l}Ih}{{InA@l}Ih}10{JbABh}{ABbDf}{A@dA`}{In{{Dn{BnAM`}}}}{J`Eb}0{{{h{A@j}}}{{ADl{{ADl{A`}}}}}}{AAnIh}{ABhJb}3{{{h{Jd}}}Jd}{{{h{Cf}}c}Fl{{Hj{{h{AAd}}}{{Hh{{Dh{AAf}}}}}}}}{{{h{Fj}}}Fl}{{{h{O`}}}Fl}{{{h{Cf}}}Fl}{c{{Dn{e}}}{}{}}0{In{{Dn{Bn}}}}{Bn{{Dn{In}}}}22{{{h{Gd}}}{{Dn{A@b}}}}{{{AJb{Gd}}}{{Dn{A@b}}}}{Ih{{Dn{A@b}}}}5{{{AJb{Gd}}}{{Dn{J`}}}}{Ih{{Dn{J`}}}}{{{h{Gd}}}{{Dn{J`}}}}888888888888888{ADh{{Dn{AAb}}}}9{A`{{Dn{AAb}}}}{A@d{{Dn{AAb}}}}{ALj{{Dn{AAb}}}}<<<<<<{{{h{Gd}}}{{Dn{On}}}}{{{AJb{Gd}}}{{Dn{On}}}}>{Ih{{Dn{On}}}}????????{AAj{{Dn{AAl}}}}{c{{Dn{e}}}{}{}}000000000{AGb{{Dn{Cl}}}}{Oh{{Dn{Cl}}}}222222222222222222222222222222222222222222222222222222222222222222{{{h{Jd}}{h{{Jf{c}}}}{h{Jd}}JjJh}EdJn}{{{h{Cf}}Fl}{{Dn{{h{O`}}AMd}}}}{{{h{Cf}}Fl}{{Dn{{h{AAf}}AMf}}}}`{{{h{Cf}}}D`}``{{{h{c}}}Il{}}00000000000000000000000000000000000000000000000000000000{ACl{{h{Gd}}}}0{{BnBn}Bn}{{InIn}In}10`{InBn}`{{{h{AhABl}}Fl{h{{Cj{AMh}}}}}{{Dn{BfAMj}}}}{{{h{AhABl}}Fl{h{{Cj{AMh}}}}}{{Dn{BfAMl}}}}`{{{h{Jd}}{h{{Jf{c}}}}{h{AKl}}{h{AMn}}}{{Dn{BfJl}}}Jn}{{{h{AAj}}{h{{Jf{c}}}}{h{AKl}}{h{AKb}}}{{Dn{BfJl}}}Jn}{{{h{AAl}}{h{{Jf{c}}}}{h{AKl}}{h{AKb}}}{{Dn{BfJl}}}Jn}{{{h{AA`}}}AAb}```{{{h{Cf}}}Fl}{ce{}{}}0000000000000000000000000000000000000000000000000000000{{{h{Fj}}}J`}{{{h{AAf}}}J`}{{{h{Cf}}}J`}{FlCd}`{{{h{K`}}}{{Dh{AA`}}}}{{{h{Fj}}}{{Dh{Kl}}}}{{{h{Mf}}}{{Dh{AAb}}}}{{{h{AAj}}}{{Dn{LhAGf}}}}{{{h{AAl}}}Lh}{{{h{AAj}}{h{Ahc}}}{{Dn{BfACf}}}{AChACd}}{{{h{AAl}}{h{Ahc}}}{{Dn{BfACf}}}{AChACd}}{{{h{Mf}}}Lb}{{{h{Cf}}}Ld}``````````````````````````````````````````{{{h{c}}}{{h{e}}}{}{}}00000000000{{{h{Ahc}}}{{h{Ahe}}}{}{}}00000000000{{{h{AGh}}}AGh}{{{h{AJn}}}AJn}{{{h{AN`}}}AN`}{{{h{AHf}}}AHf}{{{h{ANb}}}ANb}{{{h{ANd}}}ANd}{{{h{ANf}}}ANf}{{{h{ANh}}}ANh}{{{h{ANj}}}ANj}{{{h{ANl}}}ANl}{{{h{Nl}}}Nl}{{{h{ALh}}}ALh}{{{h{c}}{h{Ahe}}}Bf{}{}}00000000000{{{h{ANl}}{h{ANl}}}Bh}{{{h{Nl}}{h{Nl}}}Bh}{{{h{ALh}}{h{ALh}}}Bh}{{{h{AGh}}{h{AGh}}}Ed}{{{h{AJn}}{h{AJn}}}Ed}{{{h{AN`}}{h{AN`}}}Ed}{{{h{AHf}}{h{AHf}}}Ed}{{{h{ANb}}{h{ANb}}}Ed}{{{h{ANd}}{h{ANd}}}Ed}{{{h{ANf}}{h{ANf}}}Ed}{{{h{ANh}}{h{ANh}}}Ed}{{{h{ANj}}{h{ANj}}}Ed}{{{h{ANl}}{h{ANl}}}Ed}{{{h{Nl}}{h{Nl}}}Ed}{{{h{ALh}}{h{ALh}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}00000000000000000000000`{{{h{AGh}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{AJn}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{AN`}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{AHf}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{ANb}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{ANd}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{ANf}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{ANh}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{ANj}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{ANl}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{Nl}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{ALh}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}{ANnAGh}{AO`AGh}{AJjAGh}3{AO`AJn}4{ANhAHf}{AO`AHf}{ANjAHf}{ANfAHf}8{ANnAHf}{AJjAHf}{AObAHf}{AOdAHf}{ANbAHf}{ANdAHf}>>>>>>>>{{{h{ANl}}{h{Ahc}}}BfGj}{{{h{Nl}}{h{Ahc}}}BfGj}{{{h{ALh}}{h{Ahc}}}BfGj}{ce{}{}}00000000000{{{h{ANf}}}Fl}{{{h{ANj}}}A`}{{{h{ANh}}}Fl}{{{h{ANl}}{h{ANl}}}{{Dh{Bh}}}}{{{h{Nl}}{h{Nl}}}{{Dh{Bh}}}}{{{h{ALh}}{h{ALh}}}{{Dh{Bh}}}}{{{h{AGh}}}{{Dh{{h{AOf}}}}}}{{{h{AJn}}}{{Dh{{h{AOf}}}}}}{{{h{AN`}}}{{Dh{{h{AOf}}}}}}{{{h{AHf}}}{{Dh{{h{AOf}}}}}}{{{h{ANb}}}{{Dh{{h{AOf}}}}}}{{{h{c}}}e{}{}}00000000000{{{h{c}}}Ih{}}00000000{c{{Dn{e}}}{}{}}00000000000000000000000{{{h{c}}}Il{}}00000000000????????????`````````````````````````````````````````````{{{h{c}}}{{h{e}}}{}{}}0{{{h{Ahc}}}{{h{Ahe}}}{}{}}0{AOh{{Dh{c}}}{}}{{{h{AFf}}}AFf}{{{h{ADd}}}ADd}{{{h{c}}{h{Ahe}}}Bf{}{}}0{{{h{AFf}}{h{AFf}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{AFf}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{ADd}}{h{AhEl}}}{{Dn{BfEn}}}}0{AOjAFf}{AM`AFf}{AOlAFf}{cc{}}{AOnAFf}{B@`AFf}{AO`AFf}3{ce{}{}}0`{ADdADd}{{{h{AFf}}}{{Dh{{h{AOf}}}}}}{{{h{c}}}e{}{}}0{{{h{c}}}Ih{}}0{c{{Dn{e}}}{}{}}000{{{h{c}}}Il{}}066````{{cACl}{{Dn{B@b}}}E`}0{{B@bcACl}DnI`}{{B@dcACl}DnI`}10{ACl{{h{Gd}}}}{c{{Dn{e}}}E`B@b}`{{{h{c}}e}DnB@bI`}{c{{Dn{{Dh{e}}}}}E`B@d}{{{h{{Dh{c}}}}e}DnB@dI`}3`210```````{{Ih{h{Gd}}}Ih}{{{h{AhIh}}{h{Gd}}}Bf}{{{h{{ADl{ce}}}}}{{h{e}}}{}B@f}{{{h{Ah{ADl{ce}}}}{h{Ah{ADl{ce}}}}}Bf{}B@f}{{{h{Ih}}}{{h{{Ad{A`}}}}}}{{{h{{ADl{A`}}}}}}{{{h{Ah{ADl{ce}}}}}{{h{Ah{Ad{c}}}}}{}B@f}{{{h{Ah{ADl{ce}}}}}{{h{Ah{ADl{ce}}}}}{}B@f}{{{h{AhIh}}}{{h{AhGd}}}}{{{h{Ah{ADl{ce}}}}}{}{}B@f}31{{{h{AhIh}}}{{h{Ah{ADl{A`}}}}}}{{{h{{ADl{ce}}}}}{}{}B@f}{{{h{{ADl{ce}}}}}{{h{{ADl{ce}}}}}{}B@f}{{{h{{ADl{ce}}}}}{{h{{Ad{c}}}}}{}B@f}{{{h{Ih}}}{{h{B@h}}}}{{{h{Ih}}}{{h{Gd}}}};{{{h{Ih}}}{{h{B@j}}}}31{{{h{c}}}{{h{e}}}{}{}}00402{{{h{Ahc}}}{{h{Ahe}}}{}{}}0<00:{{{h{{ADl{ce}}}}}Fl{}B@f}{{{h{Ih}}}Fl}{{{h{Ah{ADl{ce}}}}}Bf{}B@f}{{{h{AhIh}}}Bf}{{{h{AOd}}}AOd}{{{h{B@l}}}B@l}{{{h{{ADl{ce}}}}}{{ADl{ce}}}Al{B@fAl}}{{{h{Ih}}}Ih}{{{h{Ah{ADl{ce}}}}{h{{ADl{ce}}}}}BfAl{B@fAl}}{{{h{AhIh}}{h{Ih}}}Bf}{{{h{c}}{h{Ahe}}}Bf{}{}}000{{{h{{ADl{ce}}}}{h{{ADl{ce}}}}}BhBjB@f}{{{h{Ih}}{h{Ih}}}Bh}{Bl{{Dn{{ADl{A`}}B@n}}}}{Bl{{Dn{IhB@n}}}}{{{h{Ahc}}}{{Dn{IhAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{Kf}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{M`}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{BA`}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{Eb}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{{ADl{A`}}}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{A`}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{{Fd{DfBAb}}}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{BAd}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{Cn}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{Kj}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{AAh}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{O`}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{AAf}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{BAf}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{BAh}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{G`}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{Kd}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{Cf}}AC`}}}{ACbACd}}{{{h{{ADl{BA`}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{Cf}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{G`}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{{ADl{A`}}}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{Kf}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{BAf}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{Eb}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{Kj}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{AAf}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{Cn}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{Kd}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{AAh}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{BAd}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{A`}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{BAh}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{O`}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{M`}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{{Fd{DfBAb}}}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{Ih}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{AhIh}}{h{Gd}}}Bf}{{{h{Gd}}}{{Dn{{ADl{A`}}B@l}}}}{{{h{Gd}}}{{Dn{{ADl{A`}}AOd}}}}{{{h{Ah{ADl{ce}}}}}BfEfB@f}{{{h{Ah{ADl{ce}}}}g}Bf{}B@f{{Hj{{h{Ahc}}{h{Ahc}}}{{Hh{Ed}}}}}}{{{h{Ah{ADl{ce}}}}i}Bf{}B@fEf{{Hj{{h{Ahc}}}{{Hh{g}}}}}}{{}{{ADl{c}}}{}}{{}Ih}{{{h{{ADl{ce}}}}}{{h{{Ad{c}}}}}{}B@f}{{{h{Ih}}}{{h{Gd}}}}{{{h{Ah{ADl{ce}}}}}{{h{Ah{Ad{c}}}}}{}B@f}{{{h{AhIh}}}{{h{AhGd}}}}{c{{Dn{{ADl{e}}}}}E`BAj}{c{{Dn{Ih}}}E`}{{{h{Ah{ADl{ce}}}}g}{{BAl{ce}}}{}B@f{{Hl{Fl}}}}{{{h{AhIh}}c}BAn{{Hl{Fl}}}}{{{h{Ah{ADl{ce}}}}}Bf{}B@f}{{{h{Ahc}}Ed}{{Dn{BfACf}}}{}}{{{h{Ahc}}BB`}{{Dn{BfACf}}}{}}{{{h{Ahc}}BBb}{{Dn{BfACf}}}{}}{{{h{Ahc}}A@`}{{Dn{BfACf}}}{}}{{{h{Ahc}}BBd}{{Dn{BfACf}}}{}}{{{h{Ahc}}{h{{Ad{A`}}}}}{{Dn{BfACf}}}{}}{{{h{Ahc}}AEl}{{Dn{BfACf}}}{}}{{{h{Ahc}}Df}{{Dn{BfACf}}}{}}{{{h{Ahc}}Eb}{{Dn{BfACf}}}{}}{{{h{Ahc}}A`}{{Dn{BfACf}}}{}}{{{h{{Ad{A`}}}}}Ih}0{{{h{AhEl}}{h{{Ad{A`}}}}}{{Dn{BfEn}}}}{{{h{AOd}}{h{AOd}}}Ed}{{{h{B@l}}{h{B@l}}}Ed}{{{h{{ADl{eg}}}}{h{{h{Ah{Ad{c}}}}}}}Ed{}{{Ef{c}}}B@f}{{{h{{ADl{eg}}}}{h{{h{{Ab{c}}}}}}}Ed{}{{Ef{c}}}B@f}{{{h{{ADl{eg}}}}{h{{h{{Ad{c}}}}}}}Ed{}{{Ef{c}}}B@f}{{{h{{ADl{eg}}}}{h{{ADl{ci}}}}}Ed{}{{Ef{c}}}B@fB@f}{{{h{{ADl{eg}}}}{h{{Ad{c}}}}}Ed{}{{Ef{c}}}B@f}{{{h{{ADl{eg}}}}{h{{Ab{c}}}}}Ed{}{{Ef{c}}}B@f}{{{h{Ih}}{h{{AEh{Gd}}}}}Ed}{{{h{Ih}}{h{Gd}}}Ed}{{{h{Ih}}{h{BBf}}}Ed}{{{h{Ih}}{h{{h{Gd}}}}}Ed}{{{h{Ih}}{h{Ih}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0000000`{{{h{Ah{ADl{ce}}}}g}Bf{}B@f{{Ej{}{{Eh{c}}}}}}{{{h{Ah{ADl{ce}}}}g}BfBBhB@f{{Ej{}{{Eh{{h{c}}}}}}}}{{{h{AhIh}}c}Bf{{Ej{}{{Eh{BBj}}}}}}{{{h{AhIh}}c}Bf{{Ej{}{{Eh{Ih}}}}}}{{{h{AhIh}}c}Bf{{Ej{}{{Eh{{h{BBj}}}}}}}}{{{h{AhIh}}c}Bf{{Ej{}{{Eh{{h{Gd}}}}}}}}{{{h{AhIh}}c}Bf{{Ej{}{{Eh{{AJb{Gd}}}}}}}}{{{h{AhIh}}c}Bf{{Ej{}{{Eh{{AEh{Gd}}}}}}}}{{{h{Ah{ADl{ce}}}}{h{{Ad{c}}}}}BfAlB@f}{{{h{Ah{ADl{ce}}}}g}BfAlB@f{{Hl{Fl}}}}{{{h{AhIh}}c}Bf{{Hl{Fl}}}}{{{h{Ah{ADl{ce}}}}c}Bf{}B@f}{{{h{Ah{ADl{ce}}}}{h{c}}}BfBBhB@f}{{{h{AhIh}}BBj}Bf}{{{h{AhIh}}{AEh{Gd}}}Bf}{{{h{AhIh}}{h{Gd}}}Bf}{{{h{AhIh}}{h{BBj}}}Bf}{{{h{AhIh}}Ih}Bf}{{{h{Ah{ADl{ce}}}}Fl}Bf{}B@f}{{{h{Ah{ADl{ce}}}}Fl}BfBBhB@f}{{{h{AhIh}}Fl}Bf}0{{{h{Ah{ADl{ce}}}}g}{{BBl{cge}}}{}B@f{{Hj{{h{Ahc}}}{{Hh{Ed}}}}}}{{{h{Ah{ADl{A`c}}}}}{{Dn{BfBBn}}}B@f}{{{h{Ah{ADl{A`}}}}}{{Dn{BfACf}}}}{{{h{AOd}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{B@l}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{{ADl{ce}}}}{h{AhEl}}}{{Dn{BfEn}}}F`B@f}{{{h{Ih}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}{BC`AOd}{BCbAOd}{B@lAOd}{AO`AOd}4{{{AEh{{Ad{c}}}}}{{ADl{c}}}{}}{{{Ab{c}}}{{ADl{c}}}{}}{BCd{{ADl{Mb}}}}{BCf{{ADl{BCh}}}}{{{h{Ah{Ad{c}}}}}{{ADl{c}}}Al}{{{h{{Ad{c}}}}}{{ADl{c}}}Al}{Cd{{ADl{A`}}}}{BCj{{ADl{A`}}}}{{{AJb{{Ad{c}}e}}}{{ADl{ce}}}{}B@f}{Ih{{ADl{A`}}}}{BCl{{ADl{A`}}}}{{{h{Ah{Ab{c}}}}}{{ADl{c}}}Al}{{{BCn{ce}}}{{ADl{ce}}}{}B@f}{{{h{{Ab{c}}}}}{{ADl{c}}}Al}{cc{}}{{{BD`{ce}}}{{ADl{ce}}}{}B@f}{{{h{Gd}}}{{ADl{A`}}}}{{{AEh{Gd}}}Ih}3{BBjIh}{{{h{Ih}}}Ih}{{{h{Gd}}}Ih}{{{AJb{Gd}}}Ih}{{{h{AhGd}}}Ih}{{{h{Gd}}}{{Dn{{ADl{A`}}}}}}{e{{ADl{c}}}{}{{Ej{}{{Eh{c}}}}}}{cIh{{Ej{}{{Eh{{AJb{Gd}}}}}}}}{cIh{{Ej{}{{Eh{{h{Gd}}}}}}}}{cIh{{Ej{}{{Eh{Ih}}}}}}{cIh{{Ej{}{{Eh{BBj}}}}}}{cIh{{Ej{}{{Eh{{h{BBj}}}}}}}}{cIh{{Ej{}{{Eh{{AEh{Gd}}}}}}}}{{FlFl}{{ADl{c}}}{}}{{A`FlFl}Ih}{{FlFlc}{{ADl{ec}}}B@f{}}{{{h{Gd}}}{{Dn{Ih}}}}{{{h{{Ad{AEl}}}}}{{Dn{IhBDb}}}}{{{h{{Ad{AEl}}}}}Ih}{{{h{{Ad{A`}}}}}{{Dn{IhBDb}}}}{{{h{{Ad{A`}}}}}Ih}10{{{ADl{A`}}}{{Dn{IhBDd}}}}{{{h{{Ad{A`}}}}}{{AEh{Gd}}}}{{{ADl{A`}}}Ih}{{{h{{ADl{ce}}}}{h{Ahg}}}BfGlB@fGj}{{{h{Ih}}{h{Ahc}}}BfGj}{{{h{{ADl{A`}}}}}Fl}{{{h{{ADl{ce}}}}g}h{}B@f{{Gn{{Ad{c}}}}}}{{{h{Ih}}c}h{{Gn{Gd}}}}{{{h{Ah{ADl{ce}}}}g}{{h{Ah}}}{}B@f{{Gn{{Ad{c}}}}}}{{{h{AhIh}}c}{{h{Ah}}}{{Gn{Gd}}}}{{{h{Ah{ADl{ce}}}}Flc}Bf{}B@f}{{{h{AhIh}}FlBBj}Bf}{{{h{AhIh}}Fl{h{Gd}}}Bf}{ce{}{}}000{{{ADl{Ch}}}BDf}{{{ADl{ce}}}{{AJb{{Ad{c}}e}}}{}B@f}{Ih{{AJb{Gd}}}}{Ih{{ADl{A`}}}}{c{{Dn{BCfBDh}}}{}}{Ih{{Dn{BCfBDh}}}}{{{ADl{e}}}{}BDj{{BDl{c}}}}{Ih{{BDn{c}}}BDj}{{{ADl{{Ab{c}}e}}}{{ADl{ce}}}{}B@f}{{{h{{ADl{ce}}}}}{}{}B@f}{{{ADl{ce}}}{}{}B@f}{{{h{Ah{ADl{ce}}}}}{}{}B@f}{{{ADl{ce}}}{{Fd{FlFl}}}{}B@f}{Ih{{Fd{A`FlFl}}}}{{{ADl{ce}}}{{Fd{FlFle}}}{}B@f}{{{h{Ih}}{h{Gd}}}}{{{h{B@l}}}A`}{{{h{Ih}}{h{Gd}}}Ed}{{{h{{ADl{ce}}}}}Ed{}B@f}{{{h{{ADl{c}}}}}Ed{}}{{{h{Ih}}}Ed}33{{{h{{ADl{A`c}}}}}EdB@f}{{{ADl{ce}}}{{h{Ah{Ad{c}}}}}{}B@f}{Ih{{h{AhGd}}}}{{{h{{ADl{ce}}}}}Fl{}B@f}{{{h{Ih}}}Fl}{{{h{Ah{ADl{c}}}}{ADl{c}}}Bf{}}{{{h{{ADl{eg}}}}{h{{ADl{ci}}}}}Ed{}{{Ef{c}}}B@fB@f}{{{h{{ADl{eg}}}}{h{{Ad{c}}}}}Ed{}{{Ef{c}}}B@f}{{{h{{ADl{eg}}}}{h{{Ab{c}}}}}Ed{}{{Ef{c}}}B@f}{{{h{{ADl{eg}}}}{h{{h{Ah{Ad{c}}}}}}}Ed{}{{Ef{c}}}B@f}{{{h{{ADl{eg}}}}{h{{h{{Ab{c}}}}}}}Ed{}{{Ef{c}}}B@f}{{{h{{ADl{eg}}}}{h{{h{{Ad{c}}}}}}}Ed{}{{Ef{c}}}B@f}{{{h{Ih}}{h{{h{Gd}}}}}Ed}{{{h{Ih}}{h{{AEh{Gd}}}}}Ed}{{{h{Ih}}{h{Gd}}}Ed}{{}{{ADl{c}}}{}}{{}Ih}{c{{ADl{ec}}}B@f{}}{{{h{{ADl{ce}}}}{h{{ADl{cg}}}}}{{Dh{Bh}}}HnB@fB@f}{{{h{Ih}}{h{Ih}}}{{Dh{Bh}}}}{{{h{Ah{ADl{ce}}}}}{{Dh{c}}}{}B@f}{{{h{AhIh}}}{{Dh{BBj}}}}{{{h{Ah{ADl{ce}}}}g}{{Dh{c}}}{}B@f{{BE`{{h{Ahc}}}{{Hh{Ed}}}}}}{{{h{Ah{ADl{ce}}}}c}Bf{}B@f}{{{h{AhIh}}BBj}Bf}{{{h{AhIh}}{h{Gd}}}Bf}{{{h{Ah{ADl{ce}}}}c}{{Dn{Bfc}}}{}B@f}{{{h{Ah{ADl{ce}}}}Fl}c{}B@f}{{{h{AhIh}}Fl}BBj}{{{h{AhIh}}c}BfBEb}{{{h{AhIh}}c{h{Gd}}}Bf{{Hl{Fl}}}}{{{h{Ah{ADl{ce}}}}Fl}Bf{}B@f}{{{h{AhIh}}Fl}Bf}10{{{h{Ah{ADl{ce}}}}Flc}BfAlB@f}{{{h{Ah{ADl{ce}}}}Flg}Bf{}B@f{{Hj{}{{Hh{c}}}}}}{{{h{Ah{ADl{ce}}}}g}Bf{}B@f{{Hj{{h{c}}}{{Hh{Ed}}}}}}{{{h{AhIh}}c}Bf{{Hj{BBj}{{Hh{Ed}}}}}}{{{h{Ah{ADl{ce}}}}g}Bf{}B@f{{Hj{{h{Ahc}}}{{Hh{Ed}}}}}}{{{h{{ADl{c}}}}e}DnIfI`}{{{h{Ih}}c}DnI`}887{{{h{Ah{ADl{ce}}}}}Bf{}B@f}{{{h{AhIh}}}Bf}{{{h{AOd}}}{{Dh{{h{AOf}}}}}}{{{h{Ah{ADl{ce}}}}}{{h{Ah{Ad{{BEd{c}}}}}}}{}B@f}{{{h{Ah{ADl{ce}}}}gi}{{BEf{e}}}{}B@f{{Hl{Fl}}}{{Ej{}{{Eh{c}}}}}}{{{h{Ah{ADl{ce}}}}}{{Fd{{h{Ah{Ad{c}}}}{h{Ah{Ad{{BEd{c}}}}}}}}}{}B@f}{{{h{Ah{ADl{ce}}}}Fl}{{ADl{ce}}}{}{AlB@f}}{{{h{AhIh}}Fl}Ih}{{{h{Ih}}{h{Gd}}}{{Dh{{h{Gd}}}}}}0{{{h{Ah{ADl{ce}}}}Fl}c{}B@f}{{{h{c}}}e{}{}}000{{{h{Ih}}}{{Dn{{BEj{BEh}}BBn}}}}{{{h{{ADl{A`}}}}}{{Dn{IbBEl}}}}{{{h{Ih}}}{{Dn{IbBEl}}}}{{{h{c}}}Ih{}}00{{{h{Ah{ADl{ce}}}}Fl}Bf{}B@f}{{{h{AhIh}}Fl}Bf}{c{{Dn{e}}}{}{}}0000000{{{h{Ah{ADl{ce}}}}Fl}{{Dn{BfBEn}}}{}B@f}{{{h{AhIh}}Fl}{{Dn{BfBEn}}}}10{Fl{{Dn{{ADl{c}}BEn}}}{}}{Fl{{Dn{IhBEn}}}}{{Flc}{{Dn{{ADl{ec}}BEn}}}B@f{}}{{{h{c}}}Il{}}000{ce{}{}}000{Fl{{ADl{c}}}{}}{FlIh}{{Flc}{{ADl{ec}}}B@f{}}{{{h{Ah{ADl{A`c}}}}{h{{Ad{A`}}}}}{{Dn{FlBBn}}}B@f}{{{h{Ah{ADl{A`}}}}{h{{Ad{A`}}}}}{{Dn{FlACf}}}}{{{h{Ah{ADl{A`c}}}}{h{{Ad{A`}}}}}{{Dn{BfBBn}}}B@f}{{{h{AhIh}}BBj}{{Dn{BfEn}}}}{{{h{AhIh}}{h{Gd}}}{{Dn{BfEn}}}}{{{h{Ah{ADl{A`c}}}}{h{{Ad{BF`}}}}}{{Dn{FlBBn}}}B@f}```````{{{h{c}}}{{h{e}}}{}{}}0{{{h{Ahc}}}{{h{Ahe}}}{}{}}0{{{h{BCb}}}BCb}{{{h{BC`}}}BC`}{{{h{c}}{h{Ahe}}}Bf{}{}}0{{{h{BCb}}{h{BCb}}}Ed}{{{h{BC`}}{h{BC`}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}000{{{h{BCb}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BC`}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}0{{{h{BCb}}}{{Fd{DfDf}}}}{ce{}{}}0{{{h{BC`}}}Fl}{{{h{c}}}e{}{}}0{{{h{c}}}Ih{}}0{c{{Dn{e}}}{}{}}000{{{h{c}}}Il{}}055``````````````{{{h{c}}}{{h{e}}}{}{}}00{{{h{Ahc}}}{{h{Ahe}}}{}{}}00{{{h{BFb}}}BFb}{{{h{BFd}}}BFd}{{{h{BFf}}}BFf}{{{h{c}}{h{Ahe}}}Bf{}{}}00{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}}{{h{c}}}BFnBG`}{c{{Dn{{ADl{A`}}BFd}}}{{AD`{{Ad{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g}{{Dn{{ADl{A`}}BFd}}}BFnBG`{{AD`{{Ad{A`}}}}}}{{c{h{e}}}{{Dn{{ADl{A`}}BFd}}}{{AD`{{Ad{A`}}}}}BFl}{{c{h{Ah{Ad{A`}}}}{h{e}}}{{Dn{FlBFf}}}{{AD`{{Ad{A`}}}}}BFl}{{c{h{Ah{ADl{A`}}}}{h{e}}}{{Dn{BfBFd}}}{{AD`{{Ad{A`}}}}}BFl}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{Ah{Ad{A`}}}}}{{Dn{FlBFf}}}BFnBG`{{AD`{{Ad{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{Ah{Ad{A`}}}}}{{Dn{FlBFd}}}BFnBG`{{AD`{{Ad{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{Ah{ADl{A`}}}}}{{Dn{BfBFd}}}BFnBG`{{AD`{{Ad{A`}}}}}}{FlFl}`{cIh{{AD`{{Ad{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g}IhBFnBG`{{AD`{{Ad{A`}}}}}}{{c{h{e}}}Ih{{AD`{{Ad{A`}}}}}BFl}{{c{h{Ah{Ad{A`}}}}{h{e}}}{{Dn{FlBFb}}}{{AD`{{Ad{A`}}}}}BFl}{{c{h{AhIh}}{h{e}}}Bf{{AD`{{Ad{A`}}}}}BFl}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{Ah{Ad{A`}}}}}{{Dn{FlBFb}}}BFnBG`{{AD`{{Ad{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{AhIh}}}BfBFnBG`{{AD`{{Ad{A`}}}}}}{{FlEd}{{Dh{Fl}}}}`{{{h{BFb}}{h{BFb}}}Ed}{{{h{BFd}}{h{BFd}}}Ed}{{{h{BFf}}{h{BFf}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}00000{{{h{BFb}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BFd}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BFf}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}00{BFdBFf}{ce{}{}}00``{{{h{BFf}}}{{Dh{{h{AOf}}}}}}{{{h{c}}}e{}{}}00{{{h{c}}}Ih{}}00{c{{Dn{e}}}{}{}}00000{{{h{c}}}Il{}}00555`````````````{{{h{BGb}}}{{h{Gd}}}}{{{h{c}}}{{h{e}}}{}{}}0{{{h{Ahc}}}{{h{Ahe}}}{}{}}0{{{h{BGb}}}BGb}{{{h{c}}{h{Ahe}}}Bf{}{}}{{{h{BGb}}{h{BGb}}}Ed}{{{h{BGd}}{h{BGd}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}000{{{h{BGb}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{BGd}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}0{ce{}{}}0{{{h{Gd}}}{{Dn{BGbBGd}}}}{{{h{c}}}e{}{}}{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}{{{h{Gd}}}{{Dn{BGb}}}}111{{{h{c}}}Il{}}066`{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{{BGf{c}}}}{h{AhEl}}}{{Dn{BfEn}}}BFl}:9{{{h{{Ad{A`}}}}{h{c}}}{{BGf{c}}}BFl}7664:````````````33332222{{{h{BGh}}}BGh}{{{h{BGj}}}BGj}{{{h{BGl}}}BGl}{{{h{c}}{h{Ahe}}}Bf{}{}}00{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}}{{h{c}}}BFnBG`}{{{h{BGh}}}h}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g}{{Dn{{ADl{A`}}BFd}}}BFnBG`{{AD`{{Ad{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{Ah{Ad{A`}}}}}{{Dn{FlBFf}}}BFnBG`{{AD`{{Ad{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{Ah{Ad{A`}}}}}{{Dn{FlBFd}}}BFnBG`{{AD`{{Ad{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{Ah{ADl{A`}}}}}{{Dn{BfBFd}}}BFnBG`{{AD`{{Ad{A`}}}}}}{{{h{BG`}}}Fl}{{}BGj}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g}IhBFnBG`{{AD`{{Ad{A`}}}}}}{{{h{BFn}}}Ed}{{{h{BGj}}}Ed}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{Ah{Ad{A`}}}}}{{Dn{FlBFb}}}BFnBG`{{AD`{{Ad{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{AhIh}}}BfBFnBG`{{AD`{{Ad{A`}}}}}}{{{h{BGl}}{h{BGl}}}Ed}{{{h{BGn}}{h{BGn}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}000{{{h{BGh}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{BGj}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{BGl}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{BGn}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}000`{ce{}{}}000{{{h{BGb}}BGj}BGh}?{{{h{c}}}e{}{}}00{c{{Dn{e}}}{}{}}0000000{{{h{c}}}Il{}}0004444{{BGjEd}BGj}{{BGjBGl}BGj}1```````````````{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}}{{h{c}}}BFnBG`}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g}{{Dn{{ADl{A`}}BFd}}}BFnBG`{{AD`{{Ad{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{Ah{Ad{A`}}}}}{{Dn{FlBFf}}}BFnBG`{{AD`{{Ad{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{Ah{Ad{A`}}}}}{{Dn{FlBFd}}}BFnBG`{{AD`{{Ad{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{Ah{ADl{A`}}}}}{{Dn{BfBFd}}}BFnBG`{{AD`{{Ad{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g}IhBFnBG`{{AD`{{Ad{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{Ah{Ad{A`}}}}}{{Dn{FlBFb}}}BFnBG`{{AD`{{Ad{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{AhIh}}}BfBFnBG`{{AD`{{Ad{A`}}}}}}`{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{{BH`{ce}}}}{h{AhEl}}}{{Dn{BfEn}}}BFlBHb}{cc{}}{ce{}{}}{{{BH`{ce}}}eBFlBHb}{{c{h{e}}}{{BH`{ec}}}BHbBFl}{{{h{Ah{BH`{ce}}}}{h{Ah{Ad{A`}}}}}{{Dn{FlBBn}}}BFlBHb}{c{{Dn{e}}}{}{}}0{{{h{c}}}Il{}}5```9988{{{h{AhBHd}}{h{Gd}}}Bf}{{{h{Ah{BHf{ce}}}}}BfBFlBHh}{{{h{Ah{BHf{ce}}}}}{{Dn{eBBn}}}BFlBHh}{{{h{Ah{BHf{ce}}}}}{{Dn{BfBBn}}}BFlBHh}{{{h{Ah{BHj{ce}}}}}{{Dn{BfBBn}}}BFlBHd}{{{h{{BHf{ce}}}}{h{AhEl}}}{{Dn{BfEn}}}BFlBHh}<<{{c{h{e}}}{{BHj{ec}}}BHdBFl}<<{{{BHf{ce}}}eBFlBHh}{{{BHj{ce}}}eBFlBHd}{{c{h{e}}}{{BHf{ec}}}BHhBFl}{{{h{c}}}{{BHj{cIh}}}BFl}<<<<;;{ce{}{}}0{{{h{Ah{BHf{ce}}}}{h{{Ad{A`}}}}}{{Dn{FlBBn}}}BFlBHh}{{{h{Ah{BHj{ce}}}}{h{{Ad{A`}}}}}{{Dn{FlBBn}}}BFlBHd}`````````{{{h{BA`}}}{{h{{Ab{A`}}}}}}{{{h{AhBA`}}}{{h{Ah{Ad{A`}}}}}}{{{h{AhBA`}}}{{h{Ah{Ab{A`}}}}}}{{{h{AhBA`}}}A`}{{{h{BA`}}}A`}{{{h{BAd}}}{{h{Cf}}}}{{{h{BA`}}}{{h{{Ad{A`}}}}}}6``{{{h{c}}}{{h{e}}}{}{}}01700000{{{h{Ahc}}}{{h{Ahe}}}{}{}}07600000{{{h{G`}}Eb}{{Fd{EbEb}}}}{{{h{BHl}}}BHl}{{{h{BAd}}}BAd}{{{h{BA`}}}BA`}{{{h{BHn}}}BHn}{{{h{BI`}}}BI`}{{{h{BIb}}}BIb}{{{h{BId}}}BId}{{{h{c}}{h{Ahe}}}Bf{}{}}000000{{{h{BAd}}{h{BAd}}}Bh}{{{h{BA`}}{h{BA`}}}Bh}{{{h{BHn}}{h{BHn}}}Bh}{{{h{BI`}}{h{BI`}}}Bh}{{{h{BId}}{h{BId}}}Bh}{{{h{Ahc}}}{{Dn{BAdAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{BA`AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{BHnAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{BI`AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{BIdAC`}}}{ACbACd}}20{{{h{BAd}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{BA`}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{BHn}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{BI`}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{BId}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{}BA`}{c{{Dn{BA`}}}E`}{{{h{BHl}}{h{BHl}}}Ed}{{{h{BAd}}{h{BAd}}}Ed}{{{h{BA`}}{h{BA`}}}Ed}{{{h{BHn}}{h{BHn}}}Ed}{{{h{BI`}}{h{BI`}}}Ed}{{{h{BIb}}{h{BIb}}}Ed}{{{h{BId}}{h{BId}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0000000000000{{{h{BHl}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BAd}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{BA`}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{BHn}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{BI`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{BIb}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BId}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}{AO`BHl}1{{{h{{Ab{A`}}}}}BA`}{{{Ab{A`}}}BA`}33333{{{h{Fj}}EbDf{h{{Ad{Fl}}}}}{{Dn{BHnBHl}}}}{{{h{Gd}}}{{Dn{BA`BIf}}}}{{{h{BI`}}{h{Fj}}}{{Dn{BIdBIb}}}}{{{h{Gd}}}{{Dn{BA`}}}}{{{h{BAd}}{h{Ahc}}}BfGj}{{{h{BA`}}{h{Ahc}}}BfGj}{{{h{BHn}}{h{Ahc}}}BfGj}{{{h{BI`}}{h{Ahc}}}BfGj}{{{h{BId}}{h{Ahc}}}BfGj}``{{{h{BA`}}c}h{}}`{ce{}{}}000000{{{h{BA`}}}Ed}{{{h{BA`}}}Fl}`{{{h{BAd}}{h{BAd}}}{{Dh{Bh}}}}{{{h{BA`}}{h{BA`}}}{{Dh{Bh}}}}{{{h{BHn}}{h{BHn}}}{{Dh{Bh}}}}{{{h{BI`}}{h{BI`}}}{{Dh{Bh}}}}{{{h{BId}}{h{BId}}}{{Dh{Bh}}}}`{{{h{BA`}}c}DnI`}`{{{h{BHl}}}{{Dh{{h{AOf}}}}}}{{{h{BIb}}}{{Dh{{h{AOf}}}}}}{BA`{{Ab{A`}}}}{{{h{c}}}e{}{}}000000{{{h{c}}}Ih{}}00`{c{{Dn{e}}}{}{}}0{{{h{{Ad{A`}}}}}{{Dn{BA`}}}}111111111111`{{{h{c}}}Il{}}000000{ce{}{}}000000{{{h{c}}{Fd{EbEb}}}BA`{{AD`{{Ad{A`}}}}}}````````````{{{h{Ah{BIh{c}}}}{h{{Ad{A`}}}}}BfACh}{{{h{Ah{BIj{c}}}}{h{{Ad{A`}}}}}BfACh}{{{h{Ah{BIh{c}}}}g}{{Dn{BfBIl}}}ACh{{Dj{Mf}}}{{AFd{{h{AAd}}}{{Hh{{Dn{eBIl}}}}}}}}{{{h{Ah{BIh{c}}}}}BfACh}{{{h{c}}}{{h{e}}}{}{}}0000000{{{h{Ahc}}}{{h{Ahe}}}{}{}}0000000{{{h{BIn}}}BIn}{{{h{c}}{h{Ahe}}}Bf{}{}}`{{{h{BIn}}{h{BIn}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{BIn}}{h{Kf}}}Kf}{{{h{Ah{BIh{c}}}}}{{Dn{FlACf}}}ACh}{{{h{Ah{BIj{c}}}}}{{Dn{FlACf}}}ACh}{{{h{Ah{BJ`{c}}}}}{{Dn{FlACf}}}ACh}{{{h{BIl}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BIn}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}000000{ACfBIl}{AO`BIl}2{ce{}{}}0000000{{{h{BJb}}{h{Ahc}}e}{{Dn{EdBIl}}}{ACbACd}Hb}{{{h{BJd}}{h{Ahc}}e}{{Dn{EdBIl}}}{ACbACd}Hb}{{{h{BIn}}{h{Cn}}c}{{Dn{EdBIl}}}Hb}210{{{h{Ahc}}{h{Fj}}}{{BIh{c}}}ACh}{{{h{Cn}}}BJb}{{EbEbEbA`}BJd}{{{h{Ahc}}EbEbEbA`}{{BIj{c}}}ACh}{{{h{Ahc}}}{{BJf{c}}}{ACbACd}}{{{h{Ahc}}}{{BJ`{c}}}ACh}{{{h{{Ad{A`}}}}}BIn}{{{h{Fj}}e}{{Dn{BInBIl}}}{{Dj{Mf}}}{{AFd{{h{AAd}}}{{Hh{{Dn{cBIl}}}}}}}}{{{h{Ah{BJf{c}}}}A`}{{Dn{EbACf}}}{ACbACd}}{{{h{BIl}}}{{Dh{{h{AOf}}}}}}{{{h{c}}}e{}{}}{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}000000000000000{{{h{c}}}Il{}}0000000{ce{}{}}0000000{{{h{Ah{BJ`{c}}}}EbA`}{{Dn{FlACf}}}ACh}```````````````````````````{{{h{BJh}}}{{h{{Ab{A`}}}}}}{{{h{BJj}}}{{h{{Ab{A`}}}}}}{{{h{AhBJh}}}{{h{Ah{Ad{A`}}}}}}{{{h{AhBJh}}}{{h{Ah{Ab{A`}}}}}}{{{h{AhBJj}}}{{h{Ah{Ab{A`}}}}}}{{{h{AhBJj}}}{{h{Ah{Ad{A`}}}}}}{{{h{AhBJh}}}A`}{{{h{AhBJj}}}A`}{{{h{BJh}}}A`}{{{h{BJj}}}A`}9{{{h{BJh}}}{{h{{Ad{A`}}}}}}{{{h{BJj}}}{{h{{Ad{A`}}}}}}:{{{h{BCh}}}{{h{{Ad{BCh}}}}}}{{{h{BCf}}}{{h{{Ad{BCh}}}}}}{{{h{c}}}{{h{e}}}{}{}}>4003=000000{{{h{Ahc}}}{{h{Ahe}}}{}{}}0=<0;:000000{{}Ed}0````{{{h{BCf}}BCh}BCf}````{{{h{BCf}}BCh}BJl}{{{h{AEf}}{h{{Jf{c}}}}BCh}{{Dn{AEfBDh}}}Jn}{{{h{AEf}}BCh}{{Dn{{Fd{AJlBJh}}BDh}}}}{{{h{BJh}}}BJh}{{{h{BJj}}}BJj}{{{h{BJn}}}BJn}{{{h{AEf}}}AEf}{{{h{BCh}}}BCh}{{{h{BCf}}}BCf}{{{h{BDh}}}BDh}{{{h{BK`}}}BK`}{{{h{c}}{h{Ahe}}}Bf{}{}}0000000{{{h{BJh}}{h{BJh}}}Bh}{{{h{BJj}}{h{BJj}}}Bh}{{{h{AEf}}{h{AEf}}}Bh}{{{h{BCh}}{h{BCh}}}Bh}{{{h{BCf}}{h{BCf}}}Bh}{{{h{{Ad{A`}}}}}{{Dn{BJnBDh}}}}{{{h{{Ad{A`}}}}}{{Dn{AEfBDh}}}}{{}BJj}{{}BCf}````{{{h{BJn}}{h{{Jf{c}}}}{h{e}}}{{Dn{BJnBDh}}}AGd{{AD`{{Ad{BCh}}}}}}{{{h{AEf}}{h{{Jf{c}}}}{h{e}}}{{Dn{AEfBDh}}}Jn{{AD`{{Ad{BCh}}}}}}{c{{Dn{BJh}}}E`}{c{{Dn{BJj}}}E`}{c{{Dn{BJn}}}E`}{c{{Dn{AEf}}}E`}{c{{Dn{BCh}}}E`}{c{{Dn{BCf}}}E`}{{{h{BJn}}}{{Ab{A`}}}}{{{h{AEf}}}{{Ab{A`}}}}{{{h{BJh}}{h{BJh}}}Ed}{{{h{BJj}}{h{BJj}}}Ed}{{{h{BJn}}{h{BJn}}}Ed}{{{h{AEf}}{h{AEf}}}Ed}{{{h{BCh}}{h{BCh}}}Ed}{{{h{BCf}}{h{BCf}}}Ed}{{{h{BDh}}{h{BDh}}}Ed}{{{h{BK`}}{h{BK`}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}000000000000000{{{h{BCf}}c}BCf{{AD`{{Ad{BCh}}}}}}{{{h{BJn}}{h{{Jf{c}}}}}BJjAGd}{{{h{AEf}}}BJj}{{{h{BJh}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{BJj}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{BJn}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{AEf}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BCh}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BCf}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BDh}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BK`}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}{{{Ab{A`}}}BJh}1{{{h{{Ab{A`}}}}}BJh}{{{Ab{A`}}}BJj}{{{h{{Ab{A`}}}}}BJj}444{DfBCh}5{{{ADl{BCh}}}BCf}6{{{h{{Ad{BCh}}}}}BCf}{JlBDh}{BK`BDh}{AO`BDh}:{AOdBDh};{Df{{Dn{BChBDh}}}}{{{h{Gd}}}{{Dn{BJhBIf}}}}{{{h{Gd}}}{{Dn{BJjBIf}}}}{cBCf{{Ej{}{{Eh{BCh}}}}}}3{{{h{{Jf{c}}}}{h{BJn}}}AEfAGd}{{{h{Gd}}}{{Dn{BJh}}}}{{{h{Gd}}}{{Dn{BJj}}}}{{{h{Gd}}}{{Dn{BJnBDh}}}}{{{h{Gd}}}{{Dn{AEfBDh}}}}{{{h{Gd}}}{{Dn{BChBDh}}}}{{{h{Gd}}}{{Dn{BCfBDh}}}}{{{h{BJn}}BKb{h{{Jf{c}}}}}{{Dn{{Dh{AAn}}}}}AGd}{{{h{BCf}}}BJl}{{{h{BJh}}{h{Ahc}}}BfGj}{{{h{BJj}}{h{Ahc}}}BfGj}{{{h{AEf}}{h{Ahc}}}BfGj}{{{h{BCh}}{h{Ahc}}}BfGj}{{{h{BCf}}{h{Ahc}}}BfGj}{{{h{BJn}}{h{{Jf{c}}}}}KhAGd}{{{h{AEf}}}Kh}{BCh{{Dn{BChBDh}}}}{{{h{BJh}}c}h{}}{{{h{BJj}}c}h{}}{{{h{BCf}}c}h{}}{ce{}{}}00000000{{BCfBCh}BCf}{BKd{{Dn{BCfBDh}}}}{c{{Dn{BCfBDh}}}{}}{c{{H`{g}}}{}{}{{Hb{}{{Eh{e}}}}}}4{{{h{BCf}}}}{{{h{BK`}}}Fl}{{{h{BJh}}}Ed}{{{h{BJj}}}Ed}{{{h{BCf}}}Ed}{{{h{BCh}}}Ed}10{{{h{BJh}}}Fl}{{{h{BJj}}}Fl}{{{h{BCf}}}Fl}{{}BCf}````{{c{h{{Ad{A`}}}}}{{Dn{BJnBDh}}}{{AHb{ABf}}}}{{{h{AhBJl}}}Dh}{{{h{BCf}}}BJl}````{{{h{BJh}}{h{BJh}}}{{Dh{Bh}}}}{{{h{BJj}}{h{BJj}}}{{Dh{Bh}}}}{{{h{AEf}}{h{AEf}}}{{Dh{Bh}}}}{{{h{BCh}}{h{BCh}}}{{Dh{Bh}}}}{{{h{BCf}}{h{BCf}}}{{Dh{Bh}}}}````{{{h{BJh}}c}DnI`}{{{h{BJj}}c}DnI`}{{{h{BJn}}c}DnI`}{{{h{AEf}}c}DnI`}{{{h{BCh}}c}DnI`}{{{h{BCf}}c}DnI`}{{{h{BDh}}}{{Dh{{h{AOf}}}}}}{{{h{BCf}}BCh}BJl}{BJh{{Ab{A`}}}}{BJj{{Ab{A`}}}}{{BJn{h{{Jf{c}}}}}AG`AGd}{{{h{c}}}e{}{}}0000000{BJnAAn}{AEfAAl}{{{h{c}}}Ih{}}0000000{{{h{BCf}}}{{ADl{Df}}}}{AEfJd}{c{{Ij{i}}}{}{}{}{{Hb{}{{Eh{{Dn{eg}}}}}}}}{c{{Dn{e}}}{}{}}{{{h{{Ad{A`}}}}}{{Dn{BJh}}}}1{{{h{{Ad{A`}}}}}{{Dn{BJj}}}}2222222222222222{{{h{c}}}Il{}}00000000{ce{}{}}00000000{{{h{BJn}}{h{{Jf{c}}}}}BJjAGd}{{{h{AEf}}{h{{Jf{c}}}}}BJjAGd}`````````````````````````````````{{{h{G`}}}Cn}{{{h{c}}}{{h{e}}}{}{}}000{{{h{Ahc}}}{{h{Ahe}}}{}{}}000{{{h{G`}}}G`}{{{h{BKf}}}BKf}{{{h{Ob}}}Ob}{{{h{BKh}}}BKh}{{{h{c}}{h{Ahe}}}Bf{}{}}000{{{h{G`}}{h{G`}}}Bh}{{{h{BKf}}{h{BKf}}}Bh}{{{h{Ahc}}}{{Dn{G`AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{BKfAC`}}}{ACbACd}}1{{{h{G`}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{BKf}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{}BKf}{c{{Dn{G`}}}E`}{c{{Dn{BKf}}}E`}{{{h{G`}}c}ACn{{AD`{Nj}}}}{{{h{G`}}}ADb}{{{h{G`}}{h{G`}}}Ed}{{{h{BKf}}{h{BKf}}}Ed}{{{h{Ob}}{h{Ob}}}Ed}{{{h{BKh}}{h{BKh}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0000000{{{h{G`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{BKf}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{Ob}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BKh}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}00{AO`Ob}1{AO`BKh}{BBbBKf}{{{h{G`}}{h{Ahc}}}BfGj}{{{h{BKf}}{h{Ahc}}}BfGj}`{ce{}{}}000{{{h{BKf}}A`}Ed}``{{{h{G`}}{h{G`}}}{{Dh{Bh}}}}{{{h{BKf}}{h{BKf}}}{{Dh{Bh}}}}`{{{h{G`}}c}DnI`}{{{h{BKf}}c}DnI`}{{{h{Ob}}}{{Dh{{h{AOf}}}}}}{{{h{BKh}}}{{Dh{{h{AOf}}}}}}{{{h{G`}}}ABh}`{BKfBBb}{{{h{c}}}e{}{}}000{{{h{c}}}Ih{}}0{c{{Dn{e}}}{}{}}0000000`{{{h{c}}}Il{}}000{{{h{G`}}ABh}{{Dn{CnBKh}}}}`>>>>{{{h{G`}}}Jb}``````````````````{{{h{Oh}}}{{h{{Ab{A`}}}}}}{{{h{AhOh}}}{{h{Ah{Ad{A`}}}}}}{{{h{AhOh}}}{{h{Ah{Ab{A`}}}}}}{{{h{AhOh}}}A`}{{{h{Oh}}}A`}{{{h{Oh}}}{{h{{Ad{A`}}}}}}505{{{h{c}}}{{h{e}}}{}{}}45{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{Oh}}}Oh}{{{h{c}}{h{Ahe}}}Bf{}{}}{{{h{Oh}}{h{Oh}}}Bh}{c{{Dn{Oh}}}E`}{{{h{Oh}}{h{Oh}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{Oh}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{Ab{A`}}}Oh}{cc{}}{{{h{{Ab{A`}}}}}Oh}{CnOh}{{{h{Gd}}}{{Dn{OhBIf}}}}{{{h{Gd}}}{{Dn{Oh}}}}{cFj{{AD`{Nj}}}}{{{h{Oh}}{h{Ahc}}}BfGj}{{{h{Oh}}c}h{}}{ce{}{}}{{{h{Oh}}}Ed}{{{h{Oh}}}Fl}{{{h{Oh}}{h{Oh}}}{{Dh{Bh}}}}{{{h{Oh}}c}DnI`}{Oh{{Ab{A`}}}}{{{h{c}}}e{}{}}{{{h{c}}}Ih{}}{{{h{{Ad{A`}}}}}{{Dn{Oh}}}}{c{{Dn{e}}}{}{}}0{{{h{c}}}Il{}}{cOh{{AD`{Nj}}}}{ClOh}<```````````````````{{{h{c}}}{{h{e}}}{}{}}00000{{{h{Ahc}}}{{h{Ahe}}}{}{}}00000{{{h{Oj}}Oj}Ed}{{{h{c}}Oj}Ed{}}{{{h{c}}Ol}Ed{}}{{{h{AJd}}}AJd}{{{h{BKj}}}BKj}{{{h{AJf}}}AJf}{{{h{BKl}}}BKl}{{{h{BKn}}}BKn}{{{h{Oj}}}Oj}{{{h{c}}{h{Ahe}}}Bf{}{}}00000{{{h{AJd}}{h{AJd}}}Bh}{{{h{AJf}}{h{AJf}}}Bh}{{{h{Ahc}}}{{Dn{OjAC`}}}{ACbACd}}{{{h{Oj}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{c{{Dn{AJd}}}E`}{c{{Dn{AJf}}}E`}{c{{Dn{Oj}}}E`}{{{h{AJd}}{h{AJd}}}Ed}{{{h{BKj}}{h{BKj}}}Ed}{{{h{AJf}}{h{AJf}}}Ed}{{{h{BKl}}{h{BKl}}}Ed}{{{h{BKn}}{h{BKn}}}Ed}{{{h{Oj}}{h{Oj}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}00000000000{{{h{AJd}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BKj}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{AJf}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BKl}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BKn}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{Oj}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}0{BL`BKj}11{BL`BKl}22{BLbOj}{AJfOj}{AJdOj}{Df{{Dn{AJdBKn}}}}{Df{{Dn{AJfBKn}}}}{DfOj}{Df{{Dn{OjBKn}}}}{{{h{Gd}}}{{Dn{AJdBKj}}}}{{{h{Gd}}}{{Dn{AJfBKl}}}}{{{h{Gd}}}{{Dn{OjAFn}}}}{{{h{Gd}}}{{Dn{AJd}}}}{{{h{Gd}}}{{Dn{AJf}}}}{{{h{Gd}}}{{Dn{Oj}}}}6{{{h{Gd}}}{{Dn{OjAHn}}}}{{{h{AJd}}{h{Ahc}}}BfGj}{{{h{AJf}}{h{Ahc}}}BfGj}{{{h{Oj}}{h{Ahc}}}BfGj}{ce{}{}}00000{{{h{Oj}}}Ed}0{{{h{Oj}}Oj}Ed}0{{{h{Oj}}AJdAJf}Ed}{{{h{AJd}}{h{AJd}}}{{Dh{Bh}}}}{{{h{AJf}}{h{AJf}}}{{Dh{Bh}}}}{{{h{Oj}}{h{Oj}}}{{Dh{Bh}}}}{{{h{c}}{h{e}}}Ed{}{}}{{{h{c}}h}Ed{}}0{{{h{c}}{h{Ml}}}{{Dh{AAj}}}{}}0{{{h{c}}{h{{Fd{MlM`}}}}}{{Dh{{Fd{JdFl}}}}}{}}{{{h{c}}{h{Ml}}}{{Dh{Jd}}}{}}33{{{h{c}}}{{Dh{{h{{AKf{AKd{Fd{CdAGj}}}}}}}}}{}}{{{h{c}}{h{e}}}{{Dh{Fl}}}{}{}}{{{h{c}}{h{e}}{h{M`}}}{{Dh{Fl}}}{}{}}{{{h{AJd}}c}DnI`}{{{h{AJf}}c}DnI`}{{{h{Oj}}c}DnI`}{{{h{BKj}}}{{Dh{{h{AOf}}}}}}{{{h{BKl}}}{{Dh{{h{AOf}}}}}}{{{h{BKn}}}{{Dh{{h{AOf}}}}}}{AJdDf}{AJfDf}{OjDf}{{{h{c}}}e{}{}}00000{{{h{c}}}Ih{}}00000{c{{Dn{e}}}{}{}}{{{AJb{Gd}}}{{Dn{AJd}}}}{{{h{Gd}}}{{Dn{AJd}}}}{Ih{{Dn{AJd}}}}3{{{h{Gd}}}{{Dn{AJf}}}}{Ih{{Dn{AJf}}}}{{{AJb{Gd}}}{{Dn{AJf}}}}6666{{{h{Gd}}}{{Dn{Oj}}}}{Ih{{Dn{Oj}}}}{{{AJb{Gd}}}{{Dn{Oj}}}}999999{{{h{c}}}Il{}}00000{ce{}{}}00000`````````````````{{{h{c}}}{{h{e}}}{}{}}000000{{{h{Ahc}}}{{h{Ahe}}}{}{}}000000{{{h{c}}Oj}Ed{}}{{{h{c}}Ol}Ed{}}{{{h{Ol}}Ol}Ed}{{{h{BLd}}}BLd}{{{h{BLf}}}BLf}{{{h{AGl}}}AGl}{{{h{Ol}}}Ol}{{{h{BLh}}}BLh}{{{h{BLj}}}BLj}{{{h{BLl}}}BLl}{{{h{c}}{h{Ahe}}}Bf{}{}}000000{{{h{BLd}}{h{BLd}}}Bh}{{{h{BLf}}{h{BLf}}}Bh}{{}BLd}{{}BLf}{c{{Dn{BLd}}}E`}{c{{Dn{BLf}}}E`}{c{{Dn{Ol}}}E`}{{{h{BLh}}}Df}{{{h{BLd}}{h{BLd}}}Ed}{{{h{BLf}}{h{BLf}}}Ed}{{{h{AGl}}{h{AGl}}}Ed}{{{h{Ol}}{h{Ol}}}Ed}{{{h{BLh}}{h{BLh}}}Ed}{{{h{BLj}}{h{BLj}}}Ed}{{{h{BLl}}{h{BLl}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0000000000000{{{h{BLd}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BLf}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{AGl}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{Ol}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BLh}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BLj}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BLl}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}{AElBLd}11{BLdOl}2{AEjOl}{BLfOl}444{AElBLf}{AElOl}{Df{{Dn{OlBLh}}}}61{Df{{Dn{BLfAGl}}}}{Df{{Dn{OlAGl}}}}10{On{{Dn{OlBLh}}}}{{{h{Gd}}}{{Dn{BLd}}}}{{{h{Gd}}}{{Dn{BLf}}}}{{{h{BLd}}{h{Ahc}}}BfGj}{{{h{BLf}}{h{Ahc}}}BfGj}{{{h{Ol}}{h{Ahc}}}BfGj}``{ce{}{}}000000{{{h{Ol}}}Ed}0{{{h{Ol}}Ol}Ed}{{{h{Ol}}On}Ed}1{{{h{Ol}}BLdBLf}Ed}{{{h{Ol}}BLd}{{Dn{EdBLj}}}}{{{h{Ol}}BLf}{{Dn{EdBLl}}}}{DfAGl}{{{h{BLd}}{h{BLd}}}{{Dh{Bh}}}}{{{h{BLf}}{h{BLf}}}{{Dh{Bh}}}}{{{h{Ol}}{h{Ol}}}{{Dh{Bh}}}}{{{h{c}}{h{e}}}Ed{}{}}{{{h{c}}h}Ed{}}0{{{h{c}}{h{Ml}}}{{Dh{AAj}}}{}}0{{{h{c}}{h{{Fd{MlM`}}}}}{{Dh{{Fd{JdFl}}}}}{}}{{{h{c}}{h{Ml}}}{{Dh{Jd}}}{}}33{{{h{c}}}{{Dh{{h{{AKf{AKd{Fd{CdAGj}}}}}}}}}{}}{{{h{c}}{h{e}}}{{Dh{Fl}}}{}{}}{{{h{c}}{h{e}}{h{M`}}}{{Dh{Fl}}}{}{}}{{{h{BLd}}c}DnI`}{{{h{BLf}}c}DnI`}{{{h{Ol}}c}DnI`}``{{{h{BLd}}}Df}{{{h{BLf}}}Df}{{{h{Ol}}}Df}{{{h{c}}}e{}{}}000000{{{h{Ol}}}On}{{{h{c}}}Ih{}}000000{Ih{{Dn{BLd}}}}{{{AJb{Gd}}}{{Dn{BLd}}}}{{{h{Gd}}}{{Dn{BLd}}}}{c{{Dn{e}}}{}{}}{{{AJb{Gd}}}{{Dn{BLf}}}}1{{{h{Gd}}}{{Dn{BLf}}}}{Ih{{Dn{BLf}}}}33{On{{Dn{OlBLh}}}}4444444444{{{h{c}}}Il{}}000000{BLdAEl}{BLfAEl}{ce{}{}}000000``````````````````{{{h{c}}}{{h{e}}}{}{}}0{{{h{Ahc}}}{{h{Ahe}}}{}{}}0{{{h{A@f}}}A@f}{{{h{A@h}}}A@h}{{{h{c}}{h{Ahe}}}Bf{}{}}0{{{h{A@f}}{h{A@f}}}Bh}{{{h{A@f}}{h{A@f}}}Ed}{{{h{A@h}}{h{A@h}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}000{{{h{A@f}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{A@h}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}0{{{h{A@f}}{h{Ahc}}}BfGj}=={{{h{A@f}}{h{A@f}}}{{Dh{Bh}}}}{{{h{c}}}e{}{}}0{c{{Dn{e}}}{}{}}000{{{h{c}}}Il{}}0{ce{}{}}0`````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{{h{Od}}}{{h{{Ad{A`}}}}}}{{{h{Nh}}}{{h{{Ad{A`}}}}}}{{{h{AhNh}}}{{h{Ah{Ad{A`}}}}}}{{{h{AhNh}}}{{h{AhNh}}}}{{{h{AhBCj}}}{{h{AhNh}}}}20{{{h{BCj}}}{{h{Nh}}}}4{{{h{Nh}}}{{h{Nh}}}}1{{{h{Od}}}{{h{Mf}}}}{{{h{AJ`}}}{{h{Mf}}}}{{{h{AIn}}}{{h{Mf}}}}{{{h{c}}}{{h{e}}}{}{}}000005000{{{h{Ahc}}}{{h{Ahe}}}{}{}}000000700{{{h{BCj}}}Fl}{{{h{AhBCj}}}Bf}{{{h{Od}}}Od}{{{h{ADh}}}ADh}{{{h{AJ`}}}AJ`}{{{h{AIn}}}AIn}{{{h{BCj}}}BCj}{{{h{BLn}}}BLn}{{{h{BM`}}}BM`}{{{h{c}}{h{Ahe}}}Bf{}{}}000000{{{h{Nh}}{h{Nh}}}Bh}{{{h{BCj}}{h{BCj}}}Bh}{{}Od}{{}BCj}{{{h{BCj}}}h}{{{h{AhBCj}}}{{h{Ah}}}}{{}{{h{Nh}}}}{{{h{Od}}{h{Od}}}Ed}{{{h{ADh}}{h{ADh}}}Ed}{{{h{Nh}}{h{Nh}}}Ed}{{{h{BCj}}{h{BCj}}}Ed}{{{h{BLn}}{h{BLn}}}Ed}{{{h{BM`}}{h{BM`}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}00000000000{{{h{AhBCj}}{h{{Ad{A`}}}}}{{Dn{BfBLn}}}}{{{h{Od}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{ADh}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{AJ`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{AIn}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{Nh}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{BCj}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{BLn}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BM`}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}0{{{ADl{A`}}}Od}111{{{h{{Ab{A`}}}}}{{h{Nh}}}}{{{h{Ah{Ab{A`}}}}}{{h{AhNh}}}}00101001110010101111110001111010111110100111101101101000100100111100000010011000000001101010010100011100111001100011111110110010000110001000110011{{{Ab{A`}}}BCj}0{{{h{{Ab{A`}}}}}BCj}110110000100001110000110110010010000101010000001111001101100011105010011011001010010110{LbBCj}211221211122112{LfBCj}323322323332333332{L`BCj}3344443444434443334{LhBCj}544455499{BMbBM`}{AO`BM`}{{{h{Nh}}{h{Ahc}}}BfGj}{{{h{BCj}}{h{Ahc}}}BfGj}{{{h{Nh}}Fl}h}{{{h{Nh}}{AIf{Fl}}}h}{{{h{Nh}}{AIj{Fl}}}h}{{{h{Nh}}{AIh{Fl}}}h}{{{h{Nh}}{AIl{Fl}}}h}{{{h{Nh}}{Fd{{AId{Fl}}{AId{Fl}}}}}h}{{{h{Nh}}{AIb{Fl}}}h}{{{h{Nh}}AI`}h}{{{h{BMd}}}Fl}{{{h{BLn}}}Fl}{ce{}{}}0000000{Od{{ADl{A`}}}}{c{{H`{g}}}{}{}{{Hb{}{{Eh{e}}}}}}00222{OdCd}{{{h{Od}}}Ed}{{{h{Nh}}}Ed}{{{h{BCj}}}Ed}{{{h{Od}}}Fl}{{{h{Nh}}}Fl}{{{h{BCj}}}Fl}{{}Od}{{}BCj}{{{h{AhOf}}}Dh}{{{h{AhAJ`}}}{{Dh{{Dn{ADhBM`}}}}}}{{{h{AhAIn}}}Dh}2{{{h{AhOf}}Fl}Dh}{{{h{AhAIn}}Fl}Dh}1{{{h{ADh}}}{{Dh{A@d}}}}{{{h{Nh}}{h{Nh}}}{{Dh{Bh}}}}{{{h{BCj}}{h{BCj}}}{{Dh{Bh}}}}{{{h{AhBCj}}}{{Dh{A`}}}}{{{h{AhBCj}}A`}{{Dn{BfBLn}}}}{{{h{ADh}}}{{Dh{{h{Nh}}}}}}{{OdA@`}Od}{{Od{h{AAj}}}Od}{{OdOj}Od}{{OdA@d}Od}{{OdOn}Od}{{Odc}Od{{AD`{Nh}}}}{OdOd}{{Od{h{Jd}}}Od}{{{h{{Ad{A`}}}}}Ed}{{{h{{Ad{A`}}}}}{{Dn{A@`BM`}}}}0{{{h{AhBCj}}Fl}A`}{{{h{AhBCj}}Fl}Bf}{{{h{ADh}}}{{Dh{A@`}}}}{{{h{Of}}}{{Fd{Fl{Dh{Fl}}}}}}{{{h{AJ`}}}{{Fd{Fl{Dh{Fl}}}}}}{{{h{AIn}}}{{Fd{Fl{Dh{Fl}}}}}}{{{h{BLn}}}{{Dh{{h{AOf}}}}}}{{{h{BM`}}}{{Dh{{h{AOf}}}}}}{{{h{c}}}e{}{}}000{{{h{Nh}}}}111{{{h{c}}}Ih{}}00{c{{Ij{i}}}{}{}{}{{Hb{}{{Eh{{Dn{eg}}}}}}}}00:{c{{Dn{e}}}{}{}}0000{{{h{Ah{Ad{A`}}}}}{{Dn{{h{AhNh}}}}}}{{{h{{Ad{A`}}}}}{{Dn{{h{Nh}}}}}}2{{{ADl{A`}}}{{Dn{BCj}}}}3333333333{{{h{c}}}Il{}}00000000{ce{}{}}0000000{FlBCj}``{{{h{Ah{Ab{A`}}}}A@`}Fl}``````{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{AJj}}}AJj}{{{h{c}}{h{Ahe}}}Bf{}{}}{{{h{AJj}}{h{AJj}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{AJj}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}{AO`AJj};{{{h{AJj}}}{{Dh{{h{AOf}}}}}}{{{h{c}}}e{}{}}{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}0{{{h{c}}}Il{}}{ce{}{}}`````````````````````````>>>==={{{h{BMf}}}BMf}{{{h{BMh}}}BMh}{{{h{ANn}}}ANn}>>>{{{h{BMf}}{h{BMf}}}Ed}{{{h{BMh}}{h{BMh}}}Ed}{{{h{ANn}}{h{ANn}}}Ed}??????{{{h{BMf}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BMh}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{ANn}}{h{AhEl}}}{{Dn{BfEn}}}}0{AO`BMf}{cc{}}{ANnBMf}{BMjBMf}{ANnBMh}{AO`BMh}44???{{{h{ANn}}}A`}{{{h{BMf}}}{{Dh{{h{AOf}}}}}}{{{h{BMh}}}{{Dh{{h{AOf}}}}}}{{{h{c}}}e{}{}}00{{{h{c}}}Ih{}}00{c{{Dn{e}}}{}{}}00000{{{h{c}}}Il{}}00{ce{}{}}00`````````````````````````{{{h{c}}}{{h{e}}}{}{}}00000{{{h{Ahc}}}{{h{Ahe}}}{}{}}00000{{{h{BMl}}}BMl}{{{h{AMd}}}AMd}{{{h{AMf}}}AMf}{{{h{BMn}}}BMn}{{{h{BN`}}}BN`}{{{h{BNb}}}BNb}{{{h{c}}{h{Ahe}}}Bf{}{}}00000{{{h{BN`}}{h{BN`}}}Bh}{{{h{Ahc}}}{{Dn{BN`AC`}}}{ACbACd}}{{{h{BN`}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{c{{Dn{BN`}}}E`}{{A@bJ`Bn}{{Dh{In}}}}{{{h{BMl}}{h{BMl}}}Ed}{{{h{AMd}}{h{AMd}}}Ed}{{{h{AMf}}{h{AMf}}}Ed}{{{h{BMn}}{h{BMn}}}Ed}{{{h{BN`}}{h{BN`}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}000000000{{{h{BMl}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{AMd}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{AMf}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BMn}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BN`}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BNb}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}{AO`BMl}1{BMnAMd}{BMnAMf}3333{{Fl{h{{Ad{Fl}}}}}BNb}{FlBNb}0{{{h{BN`}}{h{Ahc}}}BfGj}``{ce{}{}}00000{{{h{BN`}}}Ed}``{{Flc}BNbEj}{BBbBN`}`{{{h{BN`}}{h{BN`}}}{{Dh{Bh}}}}{{ce}J`{{Ej{}{{Eh{BNb}}}}}{{Ej{}{{Eh{Fl}}}}}}{{{h{{Ad{BNb}}}}{h{{Ad{Fl}}}}}J`}````{{{h{BN`}}c}DnI`}{{{h{BMl}}}{{Dh{{h{AOf}}}}}}{{{h{AMd}}}{{Dh{{h{AOf}}}}}}{{{h{AMf}}}{{Dh{{h{AOf}}}}}}{{{h{BMn}}}{{Dh{{h{AOf}}}}}}{{{h{c}}}e{}{}}00000{{{h{c}}}Ih{}}0000{c{{Dn{e}}}{}{}}00000000000`{{{h{c}}}Il{}}00000```??????{{{h{BNb}}}J`}`````{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{cc{}}{ce{}{}}{c{{H`{g}}}{}{}{{Hb{}{{Eh{e}}}}}}1{{{h{AhAJh}}}Dh}{{{h{AJh}}}{{Fd{Fl{Dh{Fl}}}}}}{c{{Ij{i}}}{}{}{}{{Hb{}{{Eh{{Dn{eg}}}}}}}}::94```````````````{{{h{Nj}}}{{h{Nj}}}}````8877{{{h{Nj}}}Nj}{{{h{c}}{h{Ahe}}}Bf{}{}}{{{h{Ahc}}}{{Dn{BNdAC`}}}{ACbACd}}0{{{h{BNf}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{Ad{A`}}}}}{{Dn{cAC`}}}BNd}{{{h{{Ad{A`}}}}}{{Dn{{Fd{cFl}}AC`}}}BNd}{{{h{Nj}}}Eb}{{{h{AhBNh}}Ed}{{Dn{BfACf}}}}{{{h{AhBNh}}BB`}{{Dn{BfACf}}}}{{{h{AhBNh}}BBb}{{Dn{BfACf}}}}{{{h{AhBNh}}A@`}{{Dn{BfACf}}}}{{{h{AhBNh}}BBd}{{Dn{BfACf}}}}{{{h{AhBNh}}{h{{Ad{A`}}}}}{{Dn{BfACf}}}}{{{h{AhBNh}}AEl}{{Dn{BfACf}}}}{{{h{AhBNh}}Df}{{Dn{BfACf}}}}{{{h{AhBNh}}Eb}{{Dn{BfACf}}}}{{{h{AhBNh}}A`}{{Dn{BfACf}}}}`{{{h{Nj}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{{BNj{c}}}}{h{AhEl}}}{{Dn{BfEn}}}F`}0{Cl{{h{Nj}}}}{ClNj}{{{h{Cl}}}Nj}{cc{}}{{{h{Cl}}}{{h{Nj}}}}1{AO`{{BNj{c}}}{}}{ce{}{}}0{{{BNj{c}}}eBNlBDj}```6`````{{{h{AhBNn}}}{{Dn{EdAC`}}}}{{{h{AhBNn}}}{{Dn{BB`AC`}}}}{{{h{AhBNn}}}{{Dn{BBbAC`}}}}{{{h{AhBNn}}}{{Dn{A@`AC`}}}}{{{h{AhBNn}}}{{Dn{BBdAC`}}}}{{{h{AhBNn}}{h{Ah{Ad{A`}}}}}{{Dn{BfAC`}}}}{{{h{AhBNn}}}{{Dn{AElAC`}}}}{{{h{AhBNn}}}{{Dn{DfAC`}}}}{{{h{AhBNn}}}{{Dn{EbAC`}}}}{{{h{AhBNn}}}{{Dn{A`AC`}}}}``{{{h{c}}}{{ADl{A`}}}{BNfACd}}{{{h{{BNj{c}}}}}{{Dh{{h{AOf}}}}}F`}{{{h{c}}}e{}{}}{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}000{{{h{c}}}Il{}}0{ce{}{}}0`````````````````{{{h{c}}}{{h{e}}}{}{}}00{{{h{Ahc}}}{{h{Ahe}}}{}{}}00{{{h{BO`}}}{{Ab{A`}}}}{{{h{BO`}}}BO`}{{{h{c}}{h{Ahe}}}Bf{}{}}{{{h{Ahc}}}{{Dn{BNdAC`}}}{ACbACd}}0{{{h{Ahc}}}{{Dn{BO`AC`}}}{ACbACd}}{{{h{BNf}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{BO`}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{BO`}}}{{h{{Ad{A`}}}}}}{{{h{{Ad{A`}}}}}{{Dn{cAC`}}}BNd}{{{h{Gd}}}{{Dn{cBOb}}}BNd}{{{h{{Ad{A`}}}}}{{Dn{{Fd{cFl}}AC`}}}BNd}{{{h{AhBNh}}Ed}{{Dn{BfACf}}}}{{{h{AhBNh}}BB`}{{Dn{BfACf}}}}{{{h{AhBNh}}BBb}{{Dn{BfACf}}}}{{{h{AhBNh}}A@`}{{Dn{BfACf}}}}{{{h{AhBNh}}BBd}{{Dn{BfACf}}}}{{{h{AhBNh}}{h{{Ad{A`}}}}}{{Dn{BfACf}}}}{{{h{AhBNh}}AEl}{{Dn{BfACf}}}}{{{h{AhBNh}}Df}{{Dn{BfACf}}}}{{{h{AhBNh}}Eb}{{Dn{BfACf}}}}{{{h{AhBNh}}A`}{{Dn{BfACf}}}}{{{h{BO`}}{h{BO`}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{AC`}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BOb}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BO`}}{h{AhEl}}}{{Dn{BfEn}}}}{AO`AC`}{ACfAC`}{cc{}}{BOdBOb}11{ce{}{}}00{BO`{{ADl{A`}}}}{{{ADl{A`}}}BO`}{{{h{AhBNn}}}{{Dn{EdAC`}}}}{{{h{AhBNn}}}{{Dn{BB`AC`}}}}{{{h{AhBNn}}}{{Dn{BBbAC`}}}}{{{h{AhBNn}}}{{Dn{A@`AC`}}}}{{{h{AhBNn}}}{{Dn{BBdAC`}}}}{{{h{AhBNn}}{h{Ah{Ad{A`}}}}}{{Dn{BfAC`}}}}{{{h{AhBNn}}}{{Dn{AElAC`}}}}{{{h{AhBNn}}}{{Dn{DfAC`}}}}{{{h{AhBNn}}}{{Dn{EbAC`}}}}{{{h{AhBNn}}}{{Dn{A`AC`}}}}{{{h{c}}}{{ADl{A`}}}{BNfACd}}{{{h{c}}}Ih{BNfACd}}{{{h{AC`}}}{{Dh{{h{AOf}}}}}}{{{h{BOb}}}{{Dh{{h{AOf}}}}}}{{{h{c}}}e{}{}}{{{h{c}}}Ih{}}0{c{{Dn{e}}}{}{}}00000{{{h{c}}}Il{}}00{ce{}{}}00````````````````````````````````{{{h{c}}}{{h{e}}}{}{}}0{{{h{Ahc}}}{{h{Ahe}}}{}{}}0{{}{{BOf{c}}}BOh}{c{{Dn{e}}}E`BNd}{{{h{AhBOj}}{h{Ahc}}{h{{Ad{A`}}}}}{{Dn{BfEn}}}AEb}{{{h{AhBOj}}{h{Ahc}}}{{Dn{BfEn}}}AEb}{cc{}}0{{{h{Gd}}}{{Dn{ce}}}{}{}}{{{h{Gd}}}Dn}`99{BNlcBDj}{{{h{c}}e}DnBNfI`}====<<;;```````::::::999999{{{h{BOl}}}BOl}{{{h{BOn}}}BOn}{{{h{c}}{h{Ahe}}}Bf{}{}}0{{{h{Ah{C@`{c}}}}{h{Ahe}}{h{{Ad{A`}}}}}{{Dn{BfEn}}}BOhAEb}{{{h{BOl}}{h{BOl}}}Ed}{{{h{BOn}}{h{BOn}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}000{{{h{Ah{C@`{c}}}}{h{Ahe}}}{{Dn{BfEn}}}BOhAEb}{{{h{BOl}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{BOn}}{h{AhEl}}}{{Dn{BfEn}}}}>>>{{{BOf{c}}}{{C@`{c}}}BOh}???{ce{}{}}00000{BOlcBDj}{BOncBDj}{c{{H`{g}}}{}{}{{Hb{}{{Eh{e}}}}}}3{{{h{AhC@b}}}Dh}{{{h{c}}}e{}{}}0{c{{Ij{i}}}{}{}{}{{Hb{}{{Eh{{Dn{eg}}}}}}}}{c{{Dn{e}}}{}{}}00000000000{{{h{c}}}Il{}}00000888888```````{{{h{AhC@d}}}{{h{Ah{Ad{A`}}}}}}{{{h{C@d}}}{{h{Nh}}}}{{{h{C@d}}}{{h{{Ad{A`}}}}}}{{{h{c}}}{{h{e}}}{}{}}100{{{h{Ahc}}}{{h{Ahe}}}{}{}}040{{{h{AKb}}}AKb}{{{h{C@d}}}C@d}{{{h{C@f}}}C@f}{{{h{c}}{h{Ahe}}}Bf{}{}}00{{{h{C@d}}}h}{{{h{AhC@d}}}{{h{Ah}}}}{c{{Dn{AKb}}}E`}{{{h{AKb}}{h{AKb}}}Ed}{{{h{C@d}}{h{C@d}}}Ed}{{{h{C@f}}{h{C@f}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}00000{{{h{AKb}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{C@d}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{C@f}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}00{AO`C@f}{JlC@f}{AFlC@f}{AHdC@f}{{{h{{Ad{A`}}}}}{{Dn{AKbC@f}}}}{{{h{Gd}}}{{Dn{AKb}}}}{{{h{AKb}}{h{Ahc}}}BfGj}{{{h{C@d}}{h{Ahc}}}BfGj}{ce{}{}}00{{{h{C@d}}}}{{{h{C@d}}}{{C@h{A`}}}}{{{h{AKb}}}C@d}{{{h{AKb}}c}DnI`}{{{h{AKb}}{h{Ahc}}}{{Dn{BfACf}}}{AChACd}}{C@jAKb}``{{{h{C@f}}}{{Dh{{h{AOf}}}}}}{{{h{c}}}e{}{}}00{{{h{c}}}Ih{}}00{AKb{{ADl{A`}}}}{c{{Dn{e}}}{}{}}00000{{{h{c}}}Il{}}00<<<{{{h{C@d}}{h{Ahc}}}{{Dn{BfACf}}}{AChACd}}`````````{{{h{c}}}{{h{e}}}{}{}}000{{{h{Ahc}}}{{h{Ahe}}}{}{}}000{{{h{AFn}}}AFn}{{{h{AHn}}}AHn}{{{h{C@l}}}C@l}{{{h{C@n}}}C@n}{{{h{c}}{h{Ahe}}}Bf{}{}}000{{{h{AFn}}{h{AFn}}}Ed}{{{h{AHn}}{h{AHn}}}Ed}{{{h{C@l}}{h{C@l}}}Ed}{{{h{C@n}}{h{C@n}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0000000{{{h{AFn}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{AHn}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{C@l}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{C@n}}{h{AhEl}}}{{Dn{BfEn}}}}0{C@lAFn}{BMjAFn}{cc{}}0{BMjAHn}{C@nAHn}22{ce{}{}}000{{{h{AFn}}}{{Dh{{h{AOf}}}}}}{{{h{AHn}}}{{Dh{{h{AOf}}}}}}{{{h{c}}}e{}{}}000{{{h{c}}}Ih{}}000{c{{Dn{e}}}{}{}}0000000{{{h{c}}}Il{}}0006666```````````````````{{}{{CAd{}{{CA`{c}}{CAb{e}}}}}CAf{CAhBBh}}{{}{{CAj{c}}}CAd}{{{h{{CAd{}{{CA`{c}}{CAb{e}}}}}}}{{h{e}}}CAf{CAhBBh}}{{{h{{CAj{c}}}}}hCAd}{{{h{c}}}{{h{e}}}{}{}}00{{{h{{CAj{c}}}}}{{h{{Ad{A`}}}}}CAd}{{{h{Ahc}}}{{h{Ahe}}}{}{}}00`{{{h{{CAl{c}}}}}{{CAl{c}}}{AlCAd}}{{{h{Gb}}}Gb}{{{h{{CAj{c}}}}}{{CAj{c}}}{AlCAd}}{{{h{c}}{h{Ahe}}}Bf{}{}}00`{{{h{{CAj{c}}}}{h{{CAj{c}}}}}Bh{BjCAd}}{{}{{CAl{c}}}CAd}{c{{Dn{{CAj{e}}}}}E`{CAdBAj}}{{{h{Ahc}}Ed}{{Dn{BfACf}}}{}}{{{h{Ahc}}BB`}{{Dn{BfACf}}}{}}{{{h{Ahc}}BBb}{{Dn{BfACf}}}{}}{{{h{Ahc}}A@`}{{Dn{BfACf}}}{}}{{{h{Ahc}}BBd}{{Dn{BfACf}}}{}}{{{h{Ahc}}{h{{Ad{A`}}}}}{{Dn{BfACf}}}{}}{{{h{Ahc}}AEl}{{Dn{BfACf}}}{}}{{{h{Ahc}}Df}{{Dn{BfACf}}}{}}{{{h{Ahc}}Eb}{{Dn{BfACf}}}{}}{{{h{Ahc}}A`}{{Dn{BfACf}}}{}}{{}c{}}{{{h{Gb}}{h{Gb}}}Ed}{{{h{{CAj{c}}}}{h{{CAj{c}}}}}Ed{EfCAd}}{{{h{c}}{h{e}}}Ed{}{}}000{{{h{Gb}}}Fl}{{{h{Ah{CAl{c}}}}}{{Dn{BfBBn}}}CAd}{{{h{Ah{CAl{c}}}}}{{Dn{BfACf}}}CAd}{{{h{Gb}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{{CAj{c}}}}{h{AhEl}}}{{Dn{BfEn}}}CAd}00{cc{}}00{c{{CAd{}{{CA`{e}}{CAb{c}}}}}{CAhBBh}CAf}{{}{{CAj{c}}}CAd}{c{{CAd{}{{CA`{c}}{CAb{e}}}}}CAf{CAhBBh}}{{{CAl{c}}}{{CAj{c}}}CAd}{{}{{CAl{c}}}CAd}{{{h{{Ad{A`}}}}}{{Dn{{CAd{}{{CA`{c}}{CAb{e}}}}Gb}}}CAf{CAhBBh}}{{{h{{Ad{A`}}}}}{{Dn{{CAj{c}}Gb}}}CAd}{{{h{Gd}}}{{Dn{{CAj{c}}}}}{CAdCAn}}{{{h{{Ad{A`}}}}}{{CAd{}{{CA`{c}}{CAb{e}}}}}CAf{CAhBBh}}{{{h{{CAj{c}}}}{h{Ahe}}}Bf{GlCAd}Gj}`{e{{CAd{}{{CA`{g}}{CAb{i}}}}}{{AD`{{Ad{A`}}}}}{{Ej{}{{Eh{c}}}}}CAf{CAhBBh}}```{{{h{{CAj{c}}}}{AIf{Fl}}}{{h{{Ad{A`}}}}}CAd}{{{h{{CAj{c}}}}AI`}{{h{{Ad{A`}}}}}CAd}{{{h{{CAj{c}}}}Fl}{{h{A`}}}CAd}{{{h{{CAj{c}}}}{AIj{Fl}}}{{h{{Ad{A`}}}}}CAd}{{{h{{CAj{c}}}}{AIl{Fl}}}{{h{{Ad{A`}}}}}CAd}{{{h{Ah{CAf{}{{CB`{c}}}}}}{h{{Ad{A`}}}}}Bf{}}{{{h{Ah{CAl{c}}}}{h{{Ad{A`}}}}}BfCAd}{ce{}{}}00{{{h{Gb}}}Fl}{{{h{{CAf{}{{CB`{c}}}}}}}c{}}{{{h{{CAl{c}}}}}{}CAd}{{{h{{CAf{}{{CB`{c}}}}}}}Fl{}}{{{h{{CAl{c}}}}}FlCAd}{{{h{{Ad{A`}}}}}{{CAl{c}}}CAd}{{{h{{CAj{c}}}}{h{{CAj{c}}}}}{{Dh{Bh}}}{HnCAd}}```{{{h{{CAj{c}}}}e}Dn{CAdIf}I`}`````````{{{CAd{}{{CA`{c}}{CAb{e}}}}}eCAf{CAhBBh}}{{{CAj{c}}}{}CAd}{{{h{c}}}e{}{}}00{{{h{c}}}Ih{}}0{c{{Dn{e}}}{}{}}00000{{{h{c}}}Il{}}00>>>{{{h{Ah{CAl{c}}}}{h{{Ad{A`}}}}}{{Dn{FlBBn}}}CAd}{{{h{Ah{CAl{c}}}}{h{{Ad{A`}}}}}{{Dn{FlACf}}}CAd}{{{h{{Ad{A`}}}}{h{{Ad{A`}}}}}Ed}`{{}Ml}{{{h{Ml}}}h}{{{h{Ml}}}{{h{{Ab{A`}}}}}}{{{h{Ml}}}{{h{{Ad{A`}}}}}}{{{h{c}}}{{h{e}}}{}{}}1{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{Ml}}}Ml}{{{h{c}}{h{Ahe}}}Bf{}{}}{{{h{Ml}}{h{Ml}}}Bh}{c{{Dn{Ml}}}E`}{{}}{{{h{Ml}}{h{Ml}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{Ml}}{h{AhEl}}}{{Dn{BfEn}}}}000{LhMl}{L`Ml}{LfMl}{KhMl}{cc{}}{{}Ml}{{{h{Ah{Ab{A`}}}}}{{h{AhMl}}}}{{{h{{Ab{A`}}}}}{{h{Ml}}}}{ADfMl}{{{h{{Ad{A`}}}}}{{Dn{MlGb}}}}0{{{h{Gd}}}{{Dn{Ml}}}}{{{h{Ml}}{h{Ahc}}}BfGj}{{{h{Ml}}c}h{{Gn{{Ad{A`}}}}}}{ce{}{}}{MlBDf}{{{h{Ml}}{h{Ml}}}{{Dh{Bh}}}}{{{h{Ml}}c}DnI`}{Ml}{{{h{c}}}e{}{}}{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}0{{{h{c}}}Il{}}8``````````````````{{{CBd{}{{CBb{c}}}}CBf{h{AhIh}}}Bf{CBhF`CBjCBl}}{{{CBd{}{{CBb{c}}}}}c{CBhF`CBjCBl}}{{{h{c}}}{{h{e}}}{}{}}000000{{{h{Ahc}}}{{h{Ahe}}}{}{}}000000`{{{h{AFl}}}AFl}{{{h{CBn}}}CBn}{{{h{BOd}}}BOd}{{{h{BIf}}}BIf}{{{h{CBf}}}CBf}{{{h{c}}{h{Ahe}}}Bf{}{}}0000{{}CBf}`{{{h{AFl}}{h{AFl}}}Ed}{{{h{CBn}}{h{CBn}}}Ed}{{{h{BOd}}{h{BOd}}}Ed}{{{h{BIf}}{h{BIf}}}Ed}{{{h{CBf}}{h{CBf}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}000000000`{{{h{AFl}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{CBn}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BOd}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BIf}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{CBf}}{h{AhEl}}}{{Dn{BfEn}}}}`{cc{}}00{BOdAFl}{CBnAFl}22{CBnBIf}3{CC`BIf}4{{{h{Gd}}}{{Dn{{CAh{}{{Gf{c}}}}c}}}{F`CBh}}{c{{CCb{c}}}{{Hb{}{{Eh{{Ab{A`}}}}}}}}{{{h{CBf}}{h{Ahc}}}BfGj}{{{CBd{}{{CBb{c}}}}}Fl{CBhF`CBjCBl}}`{ce{}{}}000000{c{{H`{g}}}{}{}{{Hb{}{{Eh{e}}}}}}011{{{h{CBn}}}A`}{{{h{{CCd{c}}}}}Fl{{CCf{}{{Eh{A`}}}}Hb}}{{{h{BOd}}}Fl}{{{h{Gd}}}{{Dn{{CCb{CCh}}BOd}}}}{c{{CCd{c}}}{{Hb{}{{Eh{A`}}}}}}{{{h{Ah{CCb{c}}}}}Dh{{Hb{}{{Eh{{Ab{A`}}}}}}}}{{{h{Ah{CCd{c}}}}}{{Dh{BBj}}}{{Hb{}{{Eh{A`}}}}}}{{{h{Ah{CCb{c}}}}}Dh{{Hb{}{{Eh{{Ab{A`}}}}}}CCj}}{{{h{Ah{CCd{c}}}}}{{Dh{BBj}}}{{CCj{}{{Eh{A`}}}}Hb}}{{{h{Ah{CCb{c}}}}Fl}Dh{{Hb{}{{Eh{{Ab{A`}}}}}}}}{{{h{Ah{CCb{c}}}}Fl}Dh{{Hb{}{{Eh{{Ab{A`}}}}}}CCj}}``{{{h{Ah{CCb{c}}}}{h{Ah{Ad{A`}}}}}{{Dn{FlBBn}}}{{Hb{}{{Eh{{Ab{A`}}}}}}CCl}}{{{h{{CCb{c}}}}}{{Fd{Fl{Dh{Fl}}}}}{{Hb{}{{Eh{{Ab{A`}}}}}}}}{{{h{{CCd{c}}}}}{{Fd{Fl{Dh{Fl}}}}}{{Hb{}{{Eh{A`}}}}}}{{{h{AFl}}}{{Dh{{h{AOf}}}}}}{{{h{CBn}}}{{Dh{{h{AOf}}}}}}{{{h{BOd}}}{{Dh{{h{AOf}}}}}}{{{h{BIf}}}{{Dh{{h{AOf}}}}}}`{{{CBd{}{{CBb{c}}}}CBf}Ih{CBhF`CBjCBl}}{{{CBd{}{{CBb{c}}}}}Ih{CBhF`CBjCBl}}{{{h{c}}}e{}{}}0000{{{h{c}}}Ih{}}0002{c{{Ij{i}}}{}{}{}{{Hb{}{{Eh{{Dn{eg}}}}}}}}0{c{{Dn{e}}}{}{}}0000000000000{{{h{c}}}Il{}}000000{ce{}{}}000000``{{{h{CCn}}}{{h{Gd}}}}{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{AhCCn}}}Bf}{{}CCn}{cc{}}6{{{h{CCn}}}Ed}2{{{h{AhCCn}}A`CBf}Bf}{{{h{AhCCn}}cCBf}BfEj}{{{h{AhCCn}}{h{{Ad{A`}}}}CBf}{{h{{Ad{A`}}}}}}{{{h{CCn}}}Fl}==<;````{{{CBd{}{{CBb{c}}}}CBf{h{AhIh}}}Bf{CBhF`CBjCBl}}{{{CBd{}{{CBb{c}}}}}c{CBhF`CBjCBl}};;::{{{h{CD`}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{CDb}}{h{AhEl}}}{{Dn{BfEn}}}}000`99{{{CBd{}{{CBb{c}}}}}Fl{CBhF`CBjCBl}}`{ce{}{}}0{{{CBd{}{{CBb{c}}}}CBf}Ih{CBhF`CBjCBl}}{{{CBd{}{{CBb{c}}}}}Ih{CBhF`CBjCBl}}{{{h{c}}}Ih{}}01{c{{Dn{e}}}{}{}}000{{{h{c}}}Il{}}055`````````{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{CC`}}}CC`}{{{h{c}}{h{Ahe}}}Bf{}{}}{{{h{CC`}}{h{CC`}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0`{{{h{CC`}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}=`{{{h{CC`}}}{{Dh{{h{AOf}}}}}}{{{h{c}}}e{}{}}<;;:?````````{{{h{Gd}}}{{Dn{{CAh{}{{Gf{c}}}}c}}}{F`CBh}}````{{{CBd{}{{CBb{c}}}}CBf{h{AhIh}}}Bf{CBhF`CBjCBl}}{{{CBd{}{{CBb{c}}}}}c{CBhF`CBjCBl}}2{{{CBd{}{{CBb{c}}}}}Fl{CBhF`CBjCBl}}{{{CBd{}{{CBb{c}}}}CBf}Ih{CBhF`CBjCBl}}{{{CBd{}{{CBb{c}}}}}Ih{CBhF`CBjCBl}}0```?>8`{ce{}{}}`{c{{Dn{e}}}{}{}}0{{{h{c}}}Il{}}2``{{}ALn}{{{h{ALn}}}h}{{{h{ALn}}}{{h{{Ad{A`}}}}}}{{{h{ALn}}}{{h{{Ab{A`}}}}}}{{{h{c}}}{{h{e}}}{}{}}20{{{h{Ahc}}}{{h{Ahe}}}{}{}}0{{{h{ALn}}}ALn}{{{h{CDd}}}CDd}{{{h{c}}{h{Ahe}}}Bf{}{}}0{{{h{ALn}}{h{ALn}}}Bh}{{}CDd}{c{{Dn{ALn}}}E`}{{{h{Ahc}}Ed}{{Dn{BfACf}}}{}}{{{h{Ahc}}BB`}{{Dn{BfACf}}}{}}{{{h{Ahc}}BBb}{{Dn{BfACf}}}{}}{{{h{Ahc}}A@`}{{Dn{BfACf}}}{}}{{{h{Ahc}}BBd}{{Dn{BfACf}}}{}}{{{h{Ahc}}{h{{Ad{A`}}}}}{{Dn{BfACf}}}{}}{{{h{Ahc}}AEl}{{Dn{BfACf}}}{}}{{{h{Ahc}}Df}{{Dn{BfACf}}}{}}{{{h{Ahc}}Eb}{{Dn{BfACf}}}{}}{{{h{Ahc}}A`}{{Dn{BfACf}}}{}}{{}}{{{h{ALn}}{h{ALn}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{AhCDd}}}{{Dn{BfACf}}}}{{{h{AhCDd}}}{{Dn{BfBBn}}}}{{{h{ALn}}{h{AhEl}}}{{Dn{BfEn}}}}000{cc{}}0{{}ALn}{{{h{Ah{Ab{A`}}}}}{{h{AhALn}}}}{{{h{{Ab{A`}}}}}{{h{ALn}}}}{CDdALn}{{{h{{Ad{A`}}}}}{{Dn{ALnGb}}}}0{{{h{Gd}}}{{Dn{ALn}}}}{{{h{ALn}}{h{Ahc}}}BfGj}{{{h{ALn}}c}h{{Gn{{Ad{A`}}}}}}{{{h{AhCDd}}{h{{Ad{A`}}}}}Bf}{ce{}{}}0{ALnBDf}{{{h{CDd}}}{{Ab{A`}}}}{{{h{CDd}}}Fl}{{{h{ALn}}{h{ALn}}}{{Dh{Bh}}}}{{{h{ALn}}c}DnI`}{ALn}{{{h{c}}}e{}{}}0{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}000{{{h{c}}}Il{}}0::{{{h{AhCDd}}{h{{Ad{A`}}}}}{{Dn{FlBBn}}}}{{{h{AhCDd}}{h{{Ad{A`}}}}}{{Dn{FlACf}}}}````````````````{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}Ai}{{Dn{ce}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}IfIf{{Ej{}{{Eh{{Fd{AeAg}}}}}}}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}Ae}{{Dn{ce}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}Ej}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}{h{Ae}}}{{Dn{ce}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}{CBhACd}}`{c{{Dn{BAj}}}E`}{{{E`{}{{Gf{c}}}}e}{{Dn{c}}}BDjCFf}0000{{{E`{}{{Gf{c}}}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}{{Dn{c}}}BDjCFf}1111111111{{{E`{}{{Gf{c}}}}{h{Gd}}e}{{Dn{c}}}BDjCFf}22221{{{E`{}{{Gf{c}}}}Fle}{{Dn{c}}}BDjCFf}{{{E`{}{{Gf{c}}}}{h{Gd}}Fle}{{Dn{c}}}BDjCFf}4444442`{{{h{{E`{}{{Gf{c}}}}}}}EdBDj}{{{h{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}}}}Ed{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}`{{{h{If}}c}DnI`}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}Ed}{{Dn{ce}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}{h{{Ad{A`}}}}}{{Dn{ce}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}BBj}{{Dn{ce}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}CFh}{{Dn{ce}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}ADb}{{Dn{ce}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}CFj}{{Dn{ce}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}BB`}{{Dn{ce}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}BBb}{{Dn{ce}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}A@`}{{Dn{ce}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}BBd}{{Dn{ce}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}{Dh{Fl}}}{{Dn{oe}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}{h{Gd}}{h{Ae}}}{{Dn{ce}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}{IfACd}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}{h{Gd}}Df{h{Gd}}{h{Ae}}}{{Dn{ce}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}{IfACd}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}}{{Dn{ce}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}{Dh{Fl}}}{{Dn{ge}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}{h{Ae}}}{{Dn{ce}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}{IfACd}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}{h{Gd}}}{{Dn{ce}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}{h{Gd}}Fl}{{Dn{Aae}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}{h{Gd}}Df{h{Gd}}Fl}{{Dn{Ace}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}Fl}{{Dn{ie}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}{h{Gd}}Fl}{{Dn{ke}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}{h{Gd}}Df{h{Gd}}Fl}{{Dn{me}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}ACn}{{Dn{ce}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}AEl}{{Dn{ce}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}Df}{{Dn{ce}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}Eb}{{Dn{ce}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}A`}{{Dn{ce}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}=:{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}{h{Gd}}Df{h{Gd}}}{{Dn{ce}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}``````````````````````````````````````````{{{h{c}}}{{h{e}}}{}{}}0{{{h{Ahc}}}{{h{Ahe}}}{}{}}0{{{h{AOf}}}{{Dh{{h{AOf}}}}}}{{{h{CFl}}}CFl}{{{h{CFn}}}CFn}{{{h{c}}{h{Ahe}}}Bf{}{}}0{cBDjCBh}{{}CFl}{{{h{AOf}}}{{h{Gd}}}}{{{CGb{}{{CG`{c}}}}e}{{Dn{c}}}{}E`}{c{{Dn{BAj}}}E`}{c{{Dn{CFl}}}E`}{{{E`{}{{Gf{c}}}}e}{{Dn{c}}}BDjCFf}0000{{{E`{}{{Gf{c}}}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}{{Dn{c}}}BDjCFf}1111111111{{{E`{}{{Gf{c}}}}{h{Gd}}e}{{Dn{c}}}BDjCFf}22221{{{E`{}{{Gf{c}}}}Fle}{{Dn{c}}}BDjCFf}{{{E`{}{{Gf{c}}}}{h{Gd}}Fle}{{Dn{c}}}BDjCFf}4444442{{{h{Gd}}}BDj}{{{h{CFl}}{h{CFl}}}Ed}{{{h{CFn}}{h{CFn}}}Ed}{{{h{{CFf{}{{CG`{c}}}}}}{h{AhEl}}}{{Dn{BfEn}}}{}}{{{h{CFl}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{CGd}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{c}}{h{AhEl}}}{{Dn{BfEn}}}{}}2{{{h{CFn}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}0{ce{}{}}0{{{BDl{}{{CGf{c}}}}}c{{E`{}{{Gf{e}}}}}BDj}{{Fl{h{CGd}}}BDj}{{CFn{h{CGd}}}BDj}0{{{h{{E`{}{{Gf{c}}}}}}}EdBDj}={{{CGh{}{{Gf{c}}}}}{{Dn{ec}}}BDjBAj}{{{CGh{}{{Gf{c}}}}e}{{Dn{c}}}BDjCGb}{{{h{Ah{CGj{}{{Gf{c}}}}}}}{{Dn{{Dh{e}}c}}}BDjBAj}{{{h{Ah{CGj{}{{Gf{c}}}}}}e}{{Dn{Dhc}}}BDjCGb}{{{h{Ah{CGl{}{{Gf{c}}}}}}}{{Dn{{Dh{{Fd{eg}}}}c}}}BDjBAjBAj}{{{h{Ah{CGl{}{{Gf{c}}}}}}eg}{{Dn{{Dh{Fd}}c}}}BDjCGbCGb}{{{h{Ah{CGl{}{{Gf{c}}}}}}}{{Dn{{Dh{e}}c}}}BDjBAj}{{{h{Ah{CGl{}{{Gf{c}}}}}}e}{{Dn{Dhc}}}BDjCGb}{{{h{Ah{CGl{}{{Gf{c}}}}}}}{{Dn{ec}}}BDjBAj}{{{h{Ah{CGl{}{{Gf{c}}}}}}e}{{Dn{c}}}BDjCGb}{{{h{AOf}}{h{AhCGn}}}Bf}{{{h{{CGj{}{{Gf{c}}}}}}}{{Dh{Fl}}}BDj}{{{h{{CGl{}{{Gf{c}}}}}}}{{Dh{Fl}}}BDj}{{{h{AOf}}}{{Dh{{h{AOf}}}}}}{{{CGh{}{{Gf{c}}}}{h{{Ad{{h{Gd}}}}}}e}{{Dn{c}}}BDjCFf}{{{h{c}}}e{}{}}0{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}000{{{CGh{}{{Gf{c}}}}Fle}{{Dn{c}}}BDjCFf}{{{h{c}}}Il{}}0{{{CGh{}{{Gf{c}}}}}{{Dn{Bfc}}}BDj}{{{h{Gd}}{h{{Ad{{h{Gd}}}}}}}BDj}0`{{{CHb{}{{Gf{c}}{CH`{e}}}}}{{Dn{{Fd{ge}}c}}}BDj{{CGh{}{{Gf{c}}}}}BAj}{{{CHb{}{{Gf{c}}{CH`{e}}}}g}{{Dn{{Fd{e}}c}}}BDj{{CGh{}{{Gf{c}}}}}CGb}{{{CFf{}{{CG`{c}}}}Ed}{{Dn{ce}}}{}BDj}{{CFlEd}{{Dn{c}}}{}}{{{CFf{}{{CG`{c}}}}{h{{Ad{A`}}}}}{{Dn{ce}}}{}BDj}{{{CFf{}{{CG`{c}}}}{h{Gd}}}{{Dn{ce}}}{}BDj}{{{CFf{}{{CG`{c}}}}{ADl{A`}}}{{Dn{ce}}}{}BDj}2{{CFl{h{{Ad{A`}}}}}{{Dn{c}}}BDj}{{{CFf{}{{CG`{c}}}}BBj}{{Dn{ce}}}{}BDj}{{{CFf{}{{CG`{c}}}}e}{{Dn{c}}}{}CHb}{{CFlc}DnCHb}{{{CFf{}{{CG`{c}}}}CFh}{{Dn{ce}}}{}BDj}{{{CFf{}{{CG`{c}}}}ADb}{{Dn{ce}}}{}BDj}{{CFlADb}{{Dn{c}}}{}}{{{CFf{}{{CG`{c}}}}CFj}{{Dn{ce}}}{}BDj}{{CFlCFj}{{Dn{c}}}{}}{{{CFf{}{{CG`{c}}}}BB`}{{Dn{ce}}}{}BDj}{{{CFf{}{{CG`{c}}}}BBb}{{Dn{ce}}}{}BDj}{{{CFf{}{{CG`{c}}}}A@`}{{Dn{ce}}}{}BDj}{{CFlA@`}{{Dn{c}}}{}}{{{CFf{}{{CG`{c}}}}BBd}{{Dn{ce}}}{}BDj}{{{CFf{}{{CG`{c}}}}e}{{Dn{c}}}{}CGl}{{CFlc}DnCGl}{{{CFf{}{{CG`{c}}}}e}{{Dn{c}}}{}E`}{{CFlc}DnE`}{{{CFf{}{{CG`{c}}}}}{{Dn{ce}}}{}BDj}{CFl{{Dn{c}}}{}}{{{CFf{}{{CG`{c}}}}e}{{Dn{c}}}{}CGj}{{CFlc}DnCGj}54{{{CFf{}{{CG`{c}}}}{h{Gd}}}{{Dn{ce}}}{}BDj}{{CFl{h{Gd}}}{{Dn{c}}}BDj}{{{CFf{}{{CG`{c}}}}Ih}{{Dn{ce}}}{}BDj}{{{CFf{}{{CG`{c}}}}ACn}{{Dn{ce}}}{}BDj}{{CFlACn}{{Dn{c}}}{}}{{{CFf{}{{CG`{c}}}}AEl}{{Dn{ce}}}{}BDj}{{{CFf{}{{CG`{c}}}}Df}{{Dn{ce}}}{}BDj}{{{CFf{}{{CG`{c}}}}Eb}{{Dn{ce}}}{}BDj}{{CFlEb}{{Dn{c}}}{}}{{{CFf{}{{CG`{c}}}}A`}{{Dn{ce}}}{}BDj}=<{ce{}{}}0`````````````````````````````{{{h{c}}}{{h{e}}}{}{}}0000000000000000000000000000{{{h{Ahc}}}{{h{Ahe}}}{}{}}0000000000000000000000000000{{{h{{CHd{c}}}}}{{CHd{c}}}{}}{{{h{{CHf{c}}}}}{{CHf{c}}}{}}{{{h{{CHh{c}}}}}{{CHh{c}}}{}}{{{h{{CHj{c}}}}}{{CHj{c}}}{}}{{{h{{BDn{c}}}}}{{BDn{c}}}{}}{{{h{{CHl{c}}}}}{{CHl{c}}}{}}{{{h{{CHn{c}}}}}{{CHn{c}}}{}}{{{h{{CI`{c}}}}}{{CI`{c}}}{}}{{{h{{CIb{ce}}}}}{{CIb{ce}}}{HbAl}{}}{{{h{CId}}}CId}{{{h{{CIf{c}}}}}{{CIf{c}}}{}}{{{h{{CIh{c}}}}}{{CIh{c}}}{}}{{{h{{CIj{c}}}}}{{CIj{c}}}{}}{{{h{{CIl{c}}}}}{{CIl{c}}}{}}{{{h{{CIn{c}}}}}{{CIn{c}}}{}}{{{h{{CJ`{c}}}}}{{CJ`{c}}}{}}{{{h{{CJb{c}}}}}{{CJb{c}}}{}}{{{h{{CJd{c}}}}}{{CJd{c}}}{}}{{{h{{CJf{c}}}}}{{CJf{c}}}{}}{{{h{{CJh{c}}}}}{{CJh{c}}}{}}{{{h{{CJj{c}}}}}{{CJj{c}}}{}}{{{h{{CJl{c}}}}}{{CJl{c}}}{}}{{{h{{CJn{c}}}}}{{CJn{c}}}{}}{{{h{{CK`{c}}}}}{{CK`{c}}}{}}{{{h{{CKb{c}}}}}{{CKb{c}}}{}}{{{h{{CKd{ce}}}}}{{CKd{ce}}}AlAl}{{{h{{CKf{c}}}}}{{CKf{c}}}Al}{{{h{{CKh{c}}}}}{{CKh{c}}}Al}{{{h{{CKj{c}}}}}{{CKj{c}}}Al}{{{h{c}}{h{Ahe}}}Bf{}{}}0000000000000000000000000000{cCIdCBh}0{{{h{CId}}}{{h{Gd}}}}{{{CHd{c}}e}DnBDjCFf}{{{CHf{c}}e}DnBDjCFf}{{{CHh{c}}e}DnBDjCFf}{{{CHj{c}}e}DnBDjCFf}{{{BDn{c}}e}DnBDjCFf}{{{CHl{c}}e}DnBDjCFf}{{{CHn{c}}e}DnBDjCFf}{{{CI`{c}}e}DnBDjCFf}{{{CIb{ce}}g}DnHbBDjCFf}{{{CIf{c}}e}DnBDjCFf}{{{CIh{c}}e}DnBDjCFf}{{{CIj{c}}e}DnBDjCFf}{{{CIl{c}}e}DnBDjCFf}{{{CIn{c}}e}DnBDjCFf}{{{CJ`{c}}e}DnBDjCFf}{{{CJb{c}}e}DnBDjCFf}{{{CJd{c}}e}DnBDjCFf}{{{CJf{c}}e}DnBDjCFf}{{{CJh{c}}e}DnBDjCFf}{{{CJj{c}}e}DnBDjCFf}{{{CJl{c}}e}DnBDjCFf}{{{CJn{c}}e}DnBDjCFf}{{{CK`{c}}e}DnBDjCFf}{{{CKb{c}}e}DnBDjCFf}{{{CKd{gc}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CFf}{{{CKf{c}}e}DnCGjCFf}{{{CKh{c}}e}DnCGlCFf}{{{CKj{c}}e}DnCHbCFf}{{{CHd{c}}e}DnBDjCFf}{{{CHf{c}}e}DnBDjCFf}{{{CHh{c}}e}DnBDjCFf}{{{CHj{c}}e}DnBDjCFf}{{{BDn{c}}e}DnBDjCFf}{{{CHl{c}}e}DnBDjCFf}{{{CHn{c}}e}DnBDjCFf}{{{CI`{c}}e}DnBDjCFf}{{{CIb{ce}}g}DnHbBDjCFf}{{{CIf{c}}e}DnBDjCFf}{{{CIh{c}}e}DnBDjCFf}{{{CIj{c}}e}DnBDjCFf}{{{CIl{c}}e}DnBDjCFf}{{{CIn{c}}e}DnBDjCFf}{{{CJ`{c}}e}DnBDjCFf}{{{CJb{c}}e}DnBDjCFf}{{{CJd{c}}e}DnBDjCFf}{{{CJf{c}}e}DnBDjCFf}{{{CJh{c}}e}DnBDjCFf}{{{CJj{c}}e}DnBDjCFf}{{{CJl{c}}e}DnBDjCFf}{{{CJn{c}}e}DnBDjCFf}{{{CK`{c}}e}DnBDjCFf}{{{CKb{c}}e}DnBDjCFf}{{{CKd{gc}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CFf}{{{CKf{c}}e}DnCGjCFf}{{{CKh{c}}e}DnCGlCFf}{{{CKj{c}}e}DnCHbCFf}{{{CHd{c}}e}DnBDjCFf}{{{CHf{c}}e}DnBDjCFf}{{{CHh{c}}e}DnBDjCFf}{{{CHj{c}}e}DnBDjCFf}{{{BDn{c}}e}DnBDjCFf}{{{CHl{c}}e}DnBDjCFf}{{{CHn{c}}e}DnBDjCFf}{{{CI`{c}}e}DnBDjCFf}{{{CIb{ce}}g}DnHbBDjCFf}{{{CIf{c}}e}DnBDjCFf}{{{CIh{c}}e}DnBDjCFf}{{{CIj{c}}e}DnBDjCFf}{{{CIl{c}}e}DnBDjCFf}{{{CIn{c}}e}DnBDjCFf}{{{CJ`{c}}e}DnBDjCFf}{{{CJb{c}}e}DnBDjCFf}{{{CJd{c}}e}DnBDjCFf}{{{CJf{c}}e}DnBDjCFf}{{{CJh{c}}e}DnBDjCFf}{{{CJj{c}}e}DnBDjCFf}{{{CJl{c}}e}DnBDjCFf}{{{CJn{c}}e}DnBDjCFf}{{{CK`{c}}e}DnBDjCFf}{{{CKb{c}}e}DnBDjCFf}{{{CKd{gc}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CFf}{{{CKf{c}}e}DnCGjCFf}{{{CKh{c}}e}DnCGlCFf}{{{CKj{c}}e}DnCHbCFf}{{{CHd{c}}e}DnBDjCFf}{{{CHf{c}}e}DnBDjCFf}{{{CHh{c}}e}DnBDjCFf}{{{CHj{c}}e}DnBDjCFf}{{{BDn{c}}e}DnBDjCFf}{{{CHl{c}}e}DnBDjCFf}{{{CHn{c}}e}DnBDjCFf}{{{CI`{c}}e}DnBDjCFf}{{{CIb{ce}}g}DnHbBDjCFf}{{{CIf{c}}e}DnBDjCFf}{{{CIh{c}}e}DnBDjCFf}{{{CIj{c}}e}DnBDjCFf}{{{CIl{c}}e}DnBDjCFf}{{{CIn{c}}e}DnBDjCFf}{{{CJ`{c}}e}DnBDjCFf}{{{CJb{c}}e}DnBDjCFf}{{{CJd{c}}e}DnBDjCFf}{{{CJf{c}}e}DnBDjCFf}{{{CJh{c}}e}DnBDjCFf}{{{CJj{c}}e}DnBDjCFf}{{{CJl{c}}e}DnBDjCFf}{{{CJn{c}}e}DnBDjCFf}{{{CK`{c}}e}DnBDjCFf}{{{CKb{c}}e}DnBDjCFf}{{{CKd{gc}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CFf}{{{CKf{c}}e}DnCGjCFf}{{{CKh{c}}e}DnCGlCFf}{{{CKj{c}}e}DnCHbCFf}{{{CHd{c}}e}DnBDjCFf}{{{CHf{c}}e}DnBDjCFf}{{{CHh{c}}e}DnBDjCFf}{{{CHj{c}}e}DnBDjCFf}{{{BDn{c}}e}DnBDjCFf}{{{CHl{c}}e}DnBDjCFf}{{{CHn{c}}e}DnBDjCFf}{{{CI`{c}}e}DnBDjCFf}{{{CIb{ce}}g}DnHbBDjCFf}{{{CIf{c}}e}DnBDjCFf}{{{CIh{c}}e}DnBDjCFf}{{{CIj{c}}e}DnBDjCFf}{{{CIl{c}}e}DnBDjCFf}{{{CIn{c}}e}DnBDjCFf}{{{CJ`{c}}e}DnBDjCFf}{{{CJb{c}}e}DnBDjCFf}{{{CJd{c}}e}DnBDjCFf}{{{CJf{c}}e}DnBDjCFf}{{{CJh{c}}e}DnBDjCFf}{{{CJj{c}}e}DnBDjCFf}{{{CJl{c}}e}DnBDjCFf}{{{CJn{c}}e}DnBDjCFf}{{{CK`{c}}e}DnBDjCFf}{{{CKb{c}}e}DnBDjCFf}{{{CKd{gc}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CFf}{{{CKf{c}}e}DnCGjCFf}{{{CKh{c}}e}DnCGlCFf}{{{CKj{c}}e}DnCHbCFf}{{{CHd{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCFf}{{{CHf{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCFf}{{{CHh{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCFf}{{{CHj{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCFf}{{{BDn{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCFf}{{{CHl{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCFf}{{{CHn{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCFf}{{{CI`{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCFf}{{{CIb{ce}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}g}DnHbBDjCFf}{{{CIf{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCFf}{{{CIh{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCFf}{{{CIj{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCFf}{{{CIl{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCFf}{{{CIn{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCFf}{{{CJ`{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCFf}{{{CJb{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCFf}{{{CJd{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCFf}{{{CJf{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCFf}{{{CJh{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCFf}{{{CJj{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCFf}{{{CJl{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCFf}{{{CJn{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCFf}{{{CK`{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCFf}{{{CKb{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCFf}{{{CKd{gc}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CFf}{{{CKf{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnCGjCFf}{{{CKh{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnCGlCFf}{{{CKj{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnCHbCFf}{{{CHd{c}}e}DnBDjCFf}{{{CHf{c}}e}DnBDjCFf}{{{CHh{c}}e}DnBDjCFf}{{{CHj{c}}e}DnBDjCFf}{{{BDn{c}}e}DnBDjCFf}{{{CHl{c}}e}DnBDjCFf}{{{CHn{c}}e}DnBDjCFf}{{{CI`{c}}e}DnBDjCFf}{{{CIb{ce}}g}DnHbBDjCFf}{{{CIf{c}}e}DnBDjCFf}{{{CIh{c}}e}DnBDjCFf}{{{CIj{c}}e}DnBDjCFf}{{{CIl{c}}e}DnBDjCFf}{{{CIn{c}}e}DnBDjCFf}{{{CJ`{c}}e}DnBDjCFf}{{{CJb{c}}e}DnBDjCFf}{{{CJd{c}}e}DnBDjCFf}{{{CJf{c}}e}DnBDjCFf}{{{CJh{c}}e}DnBDjCFf}{{{CJj{c}}e}DnBDjCFf}{{{CJl{c}}e}DnBDjCFf}{{{CJn{c}}e}DnBDjCFf}{{{CK`{c}}e}DnBDjCFf}{{{CKb{c}}e}DnBDjCFf}{{{CKd{gc}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CFf}{{{CKf{c}}e}DnCGjCFf}{{{CKh{c}}e}DnCGlCFf}{{{CKj{c}}e}DnCHbCFf}{{{CHd{c}}e}DnBDjCFf}{{{CHf{c}}e}DnBDjCFf}{{{CHh{c}}e}DnBDjCFf}{{{CHj{c}}e}DnBDjCFf}{{{BDn{c}}e}DnBDjCFf}{{{CHl{c}}e}DnBDjCFf}{{{CHn{c}}e}DnBDjCFf}{{{CI`{c}}e}DnBDjCFf}{{{CIb{ce}}g}DnHbBDjCFf}{{{CIf{c}}e}DnBDjCFf}{{{CIh{c}}e}DnBDjCFf}{{{CIj{c}}e}DnBDjCFf}{{{CIl{c}}e}DnBDjCFf}{{{CIn{c}}e}DnBDjCFf}{{{CJ`{c}}e}DnBDjCFf}{{{CJb{c}}e}DnBDjCFf}{{{CJd{c}}e}DnBDjCFf}{{{CJf{c}}e}DnBDjCFf}{{{CJh{c}}e}DnBDjCFf}{{{CJj{c}}e}DnBDjCFf}{{{CJl{c}}e}DnBDjCFf}{{{CJn{c}}e}DnBDjCFf}{{{CK`{c}}e}DnBDjCFf}{{{CKb{c}}e}DnBDjCFf}{{{CKd{gc}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CFf}{{{CKf{c}}e}DnCGjCFf}{{{CKh{c}}e}DnCGlCFf}{{{CKj{c}}e}DnCHbCFf}{{{CHd{c}}e}DnBDjCFf}{{{CHf{c}}e}DnBDjCFf}{{{CHh{c}}e}DnBDjCFf}{{{CHj{c}}e}DnBDjCFf}{{{BDn{c}}e}DnBDjCFf}{{{CHl{c}}e}DnBDjCFf}{{{CHn{c}}e}DnBDjCFf}{{{CI`{c}}e}DnBDjCFf}{{{CIb{ce}}g}DnHbBDjCFf}{{{CIf{c}}e}DnBDjCFf}{{{CIh{c}}e}DnBDjCFf}{{{CIj{c}}e}DnBDjCFf}{{{CIl{c}}e}DnBDjCFf}{{{CIn{c}}e}DnBDjCFf}{{{CJ`{c}}e}DnBDjCFf}{{{CJb{c}}e}DnBDjCFf}{{{CJd{c}}e}DnBDjCFf}{{{CJf{c}}e}DnBDjCFf}{{{CJh{c}}e}DnBDjCFf}{{{CJj{c}}e}DnBDjCFf}{{{CJl{c}}e}DnBDjCFf}{{{CJn{c}}e}DnBDjCFf}{{{CK`{c}}e}DnBDjCFf}{{{CKb{c}}e}DnBDjCFf}{{{CKd{gc}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CFf}{{{CKf{c}}e}DnCGjCFf}{{{CKh{c}}e}DnCGlCFf}{{{CKj{c}}e}DnCHbCFf}{{{CHd{c}}e}DnBDjCFf}{{{CHf{c}}e}DnBDjCFf}{{{CHh{c}}e}DnBDjCFf}{{{CHj{c}}e}DnBDjCFf}{{{BDn{c}}e}DnBDjCFf}{{{CHl{c}}e}DnBDjCFf}{{{CHn{c}}e}DnBDjCFf}{{{CI`{c}}e}DnBDjCFf}{{{CIb{ce}}g}DnHbBDjCFf}{{{CIf{c}}e}DnBDjCFf}{{{CIh{c}}e}DnBDjCFf}{{{CIj{c}}e}DnBDjCFf}{{{CIl{c}}e}DnBDjCFf}{{{CIn{c}}e}DnBDjCFf}{{{CJ`{c}}e}DnBDjCFf}{{{CJb{c}}e}DnBDjCFf}{{{CJd{c}}e}DnBDjCFf}{{{CJf{c}}e}DnBDjCFf}{{{CJh{c}}e}DnBDjCFf}{{{CJj{c}}e}DnBDjCFf}{{{CJl{c}}e}DnBDjCFf}{{{CJn{c}}e}DnBDjCFf}{{{CK`{c}}e}DnBDjCFf}{{{CKb{c}}e}DnBDjCFf}{{{CKd{gc}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CFf}{{{CKf{c}}e}DnCGjCFf}{{{CKh{c}}e}DnCGlCFf}{{{CKj{c}}e}DnCHbCFf}{{{CHd{c}}e}DnBDjCFf}{{{CHf{c}}e}DnBDjCFf}{{{CHh{c}}e}DnBDjCFf}{{{CHj{c}}e}DnBDjCFf}{{{BDn{c}}e}DnBDjCFf}{{{CHl{c}}e}DnBDjCFf}{{{CHn{c}}e}DnBDjCFf}{{{CI`{c}}e}DnBDjCFf}{{{CIb{ce}}g}DnHbBDjCFf}{{{CIf{c}}e}DnBDjCFf}{{{CIh{c}}e}DnBDjCFf}{{{CIj{c}}e}DnBDjCFf}{{{CIl{c}}e}DnBDjCFf}{{{CIn{c}}e}DnBDjCFf}{{{CJ`{c}}e}DnBDjCFf}{{{CJb{c}}e}DnBDjCFf}{{{CJd{c}}e}DnBDjCFf}{{{CJf{c}}e}DnBDjCFf}{{{CJh{c}}e}DnBDjCFf}{{{CJj{c}}e}DnBDjCFf}{{{CJl{c}}e}DnBDjCFf}{{{CJn{c}}e}DnBDjCFf}{{{CK`{c}}e}DnBDjCFf}{{{CKb{c}}e}DnBDjCFf}{{{CKd{gc}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CFf}{{{CKf{c}}e}DnCGjCFf}{{{CKh{c}}e}DnCGlCFf}{{{CKj{c}}e}DnCHbCFf}{{{CHd{c}}e}DnBDjCFf}{{{CHf{c}}e}DnBDjCFf}{{{CHh{c}}e}DnBDjCFf}{{{CHj{c}}e}DnBDjCFf}{{{BDn{c}}e}DnBDjCFf}{{{CHl{c}}e}DnBDjCFf}{{{CHn{c}}e}DnBDjCFf}{{{CI`{c}}e}DnBDjCFf}{{{CIb{ce}}g}DnHbBDjCFf}{{{CIf{c}}e}DnBDjCFf}{{{CIh{c}}e}DnBDjCFf}{{{CIj{c}}e}DnBDjCFf}{{{CIl{c}}e}DnBDjCFf}{{{CIn{c}}e}DnBDjCFf}{{{CJ`{c}}e}DnBDjCFf}{{{CJb{c}}e}DnBDjCFf}{{{CJd{c}}e}DnBDjCFf}{{{CJf{c}}e}DnBDjCFf}{{{CJh{c}}e}DnBDjCFf}{{{CJj{c}}e}DnBDjCFf}{{{CJl{c}}e}DnBDjCFf}{{{CJn{c}}e}DnBDjCFf}{{{CK`{c}}e}DnBDjCFf}{{{CKb{c}}e}DnBDjCFf}{{{CKd{gc}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CFf}{{{CKf{c}}e}DnCGjCFf}{{{CKh{c}}e}DnCGlCFf}{{{CKj{c}}e}DnCHbCFf}{{{CHd{c}}e}DnBDjCFf}{{{CHf{c}}e}DnBDjCFf}{{{CHh{c}}e}DnBDjCFf}{{{CHj{c}}e}DnBDjCFf}{{{BDn{c}}e}DnBDjCFf}{{{CHl{c}}e}DnBDjCFf}{{{CHn{c}}e}DnBDjCFf}{{{CI`{c}}e}DnBDjCFf}{{{CIb{ce}}g}DnHbBDjCFf}{{{CIf{c}}e}DnBDjCFf}{{{CIh{c}}e}DnBDjCFf}{{{CIj{c}}e}DnBDjCFf}{{{CIl{c}}e}DnBDjCFf}{{{CIn{c}}e}DnBDjCFf}{{{CJ`{c}}e}DnBDjCFf}{{{CJb{c}}e}DnBDjCFf}{{{CJd{c}}e}DnBDjCFf}{{{CJf{c}}e}DnBDjCFf}{{{CJh{c}}e}DnBDjCFf}{{{CJj{c}}e}DnBDjCFf}{{{CJl{c}}e}DnBDjCFf}{{{CJn{c}}e}DnBDjCFf}{{{CK`{c}}e}DnBDjCFf}{{{CKb{c}}e}DnBDjCFf}{{{CKd{gc}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CFf}{{{CKf{c}}e}DnCGjCFf}{{{CKh{c}}e}DnCGlCFf}{{{CKj{c}}e}DnCHbCFf}{{{CHd{c}}e}DnBDjCFf}{{{CHf{c}}e}DnBDjCFf}{{{CHh{c}}e}DnBDjCFf}{{{CHj{c}}e}DnBDjCFf}{{{BDn{c}}e}DnBDjCFf}{{{CHl{c}}e}DnBDjCFf}{{{CHn{c}}e}DnBDjCFf}{{{CI`{c}}e}DnBDjCFf}{{{CIb{ce}}g}DnHbBDjCFf}{{{CIf{c}}e}DnBDjCFf}{{{CIh{c}}e}DnBDjCFf}{{{CIj{c}}e}DnBDjCFf}{{{CIl{c}}e}DnBDjCFf}{{{CIn{c}}e}DnBDjCFf}{{{CJ`{c}}e}DnBDjCFf}{{{CJb{c}}e}DnBDjCFf}{{{CJd{c}}e}DnBDjCFf}{{{CJf{c}}e}DnBDjCFf}{{{CJh{c}}e}DnBDjCFf}{{{CJj{c}}e}DnBDjCFf}{{{CJl{c}}e}DnBDjCFf}{{{CJn{c}}e}DnBDjCFf}{{{CK`{c}}e}DnBDjCFf}{{{CKb{c}}e}DnBDjCFf}{{{CKd{gc}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CFf}{{{CKf{c}}e}DnCGjCFf}{{{CKh{c}}e}DnCGlCFf}{{{CKj{c}}e}DnCHbCFf}{{{CHd{c}}e}DnBDjCFf}{{{CHf{c}}e}DnBDjCFf}{{{CHh{c}}e}DnBDjCFf}{{{CHj{c}}e}DnBDjCFf}{{{BDn{c}}e}DnBDjCFf}{{{CHl{c}}e}DnBDjCFf}{{{CHn{c}}e}DnBDjCFf}{{{CI`{c}}e}DnBDjCFf}{{{CIb{ce}}g}DnHbBDjCFf}{{{CIf{c}}e}DnBDjCFf}{{{CIh{c}}e}DnBDjCFf}{{{CIj{c}}e}DnBDjCFf}{{{CIl{c}}e}DnBDjCFf}{{{CIn{c}}e}DnBDjCFf}{{{CJ`{c}}e}DnBDjCFf}{{{CJb{c}}e}DnBDjCFf}{{{CJd{c}}e}DnBDjCFf}{{{CJf{c}}e}DnBDjCFf}{{{CJh{c}}e}DnBDjCFf}{{{CJj{c}}e}DnBDjCFf}{{{CJl{c}}e}DnBDjCFf}{{{CJn{c}}e}DnBDjCFf}{{{CK`{c}}e}DnBDjCFf}{{{CKb{c}}e}DnBDjCFf}{{{CKd{gc}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CFf}{{{CKf{c}}e}DnCGjCFf}{{{CKh{c}}e}DnCGlCFf}{{{CKj{c}}e}DnCHbCFf}{{{CHd{c}}e}DnBDjCFf}{{{CHf{c}}e}DnBDjCFf}{{{CHh{c}}e}DnBDjCFf}{{{CHj{c}}e}DnBDjCFf}{{{BDn{c}}e}DnBDjCFf}{{{CHl{c}}e}DnBDjCFf}{{{CHn{c}}e}DnBDjCFf}{{{CI`{c}}e}DnBDjCFf}{{{CIb{ce}}g}DnHbBDjCFf}{{{CIf{c}}e}DnBDjCFf}{{{CIh{c}}e}DnBDjCFf}{{{CIj{c}}e}DnBDjCFf}{{{CIl{c}}e}DnBDjCFf}{{{CIn{c}}e}DnBDjCFf}{{{CJ`{c}}e}DnBDjCFf}{{{CJb{c}}e}DnBDjCFf}{{{CJd{c}}e}DnBDjCFf}{{{CJf{c}}e}DnBDjCFf}{{{CJh{c}}e}DnBDjCFf}{{{CJj{c}}e}DnBDjCFf}{{{CJl{c}}e}DnBDjCFf}{{{CJn{c}}e}DnBDjCFf}{{{CK`{c}}e}DnBDjCFf}{{{CKb{c}}e}DnBDjCFf}{{{CKd{gc}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CFf}{{{CKf{c}}e}DnCGjCFf}{{{CKh{c}}e}DnCGlCFf}{{{CKj{c}}e}DnCHbCFf}{{{CHd{c}}{h{Gd}}e}DnBDjCFf}{{{CHf{c}}{h{Gd}}e}DnBDjCFf}{{{CHh{c}}{h{Gd}}e}DnBDjCFf}{{{CHj{c}}{h{Gd}}e}DnBDjCFf}{{{BDn{c}}{h{Gd}}e}DnBDjCFf}{{{CHl{c}}{h{Gd}}e}DnBDjCFf}{{{CHn{c}}{h{Gd}}e}DnBDjCFf}{{{CI`{c}}{h{Gd}}e}DnBDjCFf}{{{CIb{ce}}{h{Gd}}g}DnHbBDjCFf}{{{CIf{c}}{h{Gd}}e}DnBDjCFf}{{{CIh{c}}{h{Gd}}e}DnBDjCFf}{{{CIj{c}}{h{Gd}}e}DnBDjCFf}{{{CIl{c}}{h{Gd}}e}DnBDjCFf}{{{CIn{c}}{h{Gd}}e}DnBDjCFf}{{{CJ`{c}}{h{Gd}}e}DnBDjCFf}{{{CJb{c}}{h{Gd}}e}DnBDjCFf}{{{CJd{c}}{h{Gd}}e}DnBDjCFf}{{{CJf{c}}{h{Gd}}e}DnBDjCFf}{{{CJh{c}}{h{Gd}}e}DnBDjCFf}{{{CJj{c}}{h{Gd}}e}DnBDjCFf}{{{CJl{c}}{h{Gd}}e}DnBDjCFf}{{{CJn{c}}{h{Gd}}e}DnBDjCFf}{{{CK`{c}}{h{Gd}}e}DnBDjCFf}{{{CKb{c}}{h{Gd}}e}DnBDjCFf}{{{CKd{gc}}{h{Gd}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CFf}{{{CKf{c}}{h{Gd}}e}DnCGjCFf}{{{CKh{c}}{h{Gd}}e}DnCGlCFf}{{{CKj{c}}{h{Gd}}e}DnCHbCFf}{{{CHd{c}}e}DnBDjCFf}{{{CHf{c}}e}DnBDjCFf}{{{CHh{c}}e}DnBDjCFf}{{{CHj{c}}e}DnBDjCFf}{{{BDn{c}}e}DnBDjCFf}{{{CHl{c}}e}DnBDjCFf}{{{CHn{c}}e}DnBDjCFf}{{{CI`{c}}e}DnBDjCFf}{{{CIb{ce}}g}DnHbBDjCFf}{{{CIf{c}}e}DnBDjCFf}{{{CIh{c}}e}DnBDjCFf}{{{CIj{c}}e}DnBDjCFf}{{{CIl{c}}e}DnBDjCFf}{{{CIn{c}}e}DnBDjCFf}{{{CJ`{c}}e}DnBDjCFf}{{{CJb{c}}e}DnBDjCFf}{{{CJd{c}}e}DnBDjCFf}{{{CJf{c}}e}DnBDjCFf}{{{CJh{c}}e}DnBDjCFf}{{{CJj{c}}e}DnBDjCFf}{{{CJl{c}}e}DnBDjCFf}{{{CJn{c}}e}DnBDjCFf}{{{CK`{c}}e}DnBDjCFf}{{{CKb{c}}e}DnBDjCFf}{{{CKd{gc}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CFf}{{{CKf{c}}e}DnCGjCFf}{{{CKh{c}}e}DnCGlCFf}{{{CKj{c}}e}DnCHbCFf}{{{CHd{c}}e}DnBDjCFf}{{{CHf{c}}e}DnBDjCFf}{{{CHh{c}}e}DnBDjCFf}{{{CHj{c}}e}DnBDjCFf}{{{BDn{c}}e}DnBDjCFf}{{{CHl{c}}e}DnBDjCFf}{{{CHn{c}}e}DnBDjCFf}{{{CI`{c}}e}DnBDjCFf}{{{CIb{ce}}g}DnHbBDjCFf}{{{CIf{c}}e}DnBDjCFf}{{{CIh{c}}e}DnBDjCFf}{{{CIj{c}}e}DnBDjCFf}{{{CIl{c}}e}DnBDjCFf}{{{CIn{c}}e}DnBDjCFf}{{{CJ`{c}}e}DnBDjCFf}{{{CJb{c}}e}DnBDjCFf}{{{CJd{c}}e}DnBDjCFf}{{{CJf{c}}e}DnBDjCFf}{{{CJh{c}}e}DnBDjCFf}{{{CJj{c}}e}DnBDjCFf}{{{CJl{c}}e}DnBDjCFf}{{{CJn{c}}e}DnBDjCFf}{{{CK`{c}}e}DnBDjCFf}{{{CKb{c}}e}DnBDjCFf}{{{CKd{gc}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CFf}{{{CKf{c}}e}DnCGjCFf}{{{CKh{c}}e}DnCGlCFf}{{{CKj{c}}e}DnCHbCFf}{{{CHd{c}}e}DnBDjCFf}{{{CHf{c}}e}DnBDjCFf}{{{CHh{c}}e}DnBDjCFf}{{{CHj{c}}e}DnBDjCFf}{{{BDn{c}}e}DnBDjCFf}{{{CHl{c}}e}DnBDjCFf}{{{CHn{c}}e}DnBDjCFf}{{{CI`{c}}e}DnBDjCFf}{{{CIb{ce}}g}DnHbBDjCFf}{{{CIf{c}}e}DnBDjCFf}{{{CIh{c}}e}DnBDjCFf}{{{CIj{c}}e}DnBDjCFf}{{{CIl{c}}e}DnBDjCFf}{{{CIn{c}}e}DnBDjCFf}{{{CJ`{c}}e}DnBDjCFf}{{{CJb{c}}e}DnBDjCFf}{{{CJd{c}}e}DnBDjCFf}{{{CJf{c}}e}DnBDjCFf}{{{CJh{c}}e}DnBDjCFf}{{{CJj{c}}e}DnBDjCFf}{{{CJl{c}}e}DnBDjCFf}{{{CJn{c}}e}DnBDjCFf}{{{CK`{c}}e}DnBDjCFf}{{{CKb{c}}e}DnBDjCFf}{{{CKd{gc}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CFf}{{{CKf{c}}e}DnCGjCFf}{{{CKh{c}}e}DnCGlCFf}{{{CKj{c}}e}DnCHbCFf}{{{CHd{c}}e}DnBDjCFf}{{{CHf{c}}e}DnBDjCFf}{{{CHh{c}}e}DnBDjCFf}{{{CHj{c}}e}DnBDjCFf}{{{BDn{c}}e}DnBDjCFf}{{{CHl{c}}e}DnBDjCFf}{{{CHn{c}}e}DnBDjCFf}{{{CI`{c}}e}DnBDjCFf}{{{CIb{ce}}g}DnHbBDjCFf}{{{CIf{c}}e}DnBDjCFf}{{{CIh{c}}e}DnBDjCFf}{{{CIj{c}}e}DnBDjCFf}{{{CIl{c}}e}DnBDjCFf}{{{CIn{c}}e}DnBDjCFf}{{{CJ`{c}}e}DnBDjCFf}{{{CJb{c}}e}DnBDjCFf}{{{CJd{c}}e}DnBDjCFf}{{{CJf{c}}e}DnBDjCFf}{{{CJh{c}}e}DnBDjCFf}{{{CJj{c}}e}DnBDjCFf}{{{CJl{c}}e}DnBDjCFf}{{{CJn{c}}e}DnBDjCFf}{{{CK`{c}}e}DnBDjCFf}{{{CKb{c}}e}DnBDjCFf}{{{CKd{gc}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CFf}{{{CKf{c}}e}DnCGjCFf}{{{CKh{c}}e}DnCGlCFf}{{{CKj{c}}e}DnCHbCFf}{{{CHd{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCFf}{{{CHf{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCFf}{{{CHh{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCFf}{{{CHj{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCFf}{{{BDn{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCFf}{{{CHl{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCFf}{{{CHn{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCFf}{{{CI`{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCFf}{{{CIb{ce}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}g}DnHbBDjCFf}{{{CIf{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCFf}{{{CIh{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCFf}{{{CIj{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCFf}{{{CIl{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCFf}{{{CIn{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCFf}{{{CJ`{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCFf}{{{CJb{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCFf}{{{CJd{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCFf}{{{CJf{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCFf}{{{CJh{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCFf}{{{CJj{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCFf}{{{CJl{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCFf}{{{CJn{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCFf}{{{CK`{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCFf}{{{CKb{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCFf}{{{CKd{gc}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CFf}{{{CKf{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnCGjCFf}{{{CKh{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnCGlCFf}{{{CKj{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnCHbCFf}{{{CHd{c}}Fle}DnBDjCFf}{{{CHf{c}}Fle}DnBDjCFf}{{{CHh{c}}Fle}DnBDjCFf}{{{CHj{c}}Fle}DnBDjCFf}{{{BDn{c}}Fle}DnBDjCFf}{{{CHl{c}}Fle}DnBDjCFf}{{{CHn{c}}Fle}DnBDjCFf}{{{CI`{c}}Fle}DnBDjCFf}{{{CIb{ce}}Flg}DnHbBDjCFf}{{{CIf{c}}Fle}DnBDjCFf}{{{CIh{c}}Fle}DnBDjCFf}{{{CIj{c}}Fle}DnBDjCFf}{{{CIl{c}}Fle}DnBDjCFf}{{{CIn{c}}Fle}DnBDjCFf}{{{CJ`{c}}Fle}DnBDjCFf}{{{CJb{c}}Fle}DnBDjCFf}{{{CJd{c}}Fle}DnBDjCFf}{{{CJf{c}}Fle}DnBDjCFf}{{{CJh{c}}Fle}DnBDjCFf}{{{CJj{c}}Fle}DnBDjCFf}{{{CJl{c}}Fle}DnBDjCFf}{{{CJn{c}}Fle}DnBDjCFf}{{{CK`{c}}Fle}DnBDjCFf}{{{CKb{c}}Fle}DnBDjCFf}{{{CKd{gc}}Fli}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CFf}{{{CKf{c}}Fle}DnCGjCFf}{{{CKh{c}}Fle}DnCGlCFf}{{{CKj{c}}Fle}DnCHbCFf}{{{CHd{c}}{h{Gd}}Fle}DnBDjCFf}{{{CHf{c}}{h{Gd}}Fle}DnBDjCFf}{{{CHh{c}}{h{Gd}}Fle}DnBDjCFf}{{{CHj{c}}{h{Gd}}Fle}DnBDjCFf}{{{BDn{c}}{h{Gd}}Fle}DnBDjCFf}{{{CHl{c}}{h{Gd}}Fle}DnBDjCFf}{{{CHn{c}}{h{Gd}}Fle}DnBDjCFf}{{{CI`{c}}{h{Gd}}Fle}DnBDjCFf}{{{CIb{ce}}{h{Gd}}Flg}DnHbBDjCFf}{{{CIf{c}}{h{Gd}}Fle}DnBDjCFf}{{{CIh{c}}{h{Gd}}Fle}DnBDjCFf}{{{CIj{c}}{h{Gd}}Fle}DnBDjCFf}{{{CIl{c}}{h{Gd}}Fle}DnBDjCFf}{{{CIn{c}}{h{Gd}}Fle}DnBDjCFf}{{{CJ`{c}}{h{Gd}}Fle}DnBDjCFf}{{{CJb{c}}{h{Gd}}Fle}DnBDjCFf}{{{CJd{c}}{h{Gd}}Fle}DnBDjCFf}{{{CJf{c}}{h{Gd}}Fle}DnBDjCFf}{{{CJh{c}}{h{Gd}}Fle}DnBDjCFf}{{{CJj{c}}{h{Gd}}Fle}DnBDjCFf}{{{CJl{c}}{h{Gd}}Fle}DnBDjCFf}{{{CJn{c}}{h{Gd}}Fle}DnBDjCFf}{{{CK`{c}}{h{Gd}}Fle}DnBDjCFf}{{{CKb{c}}{h{Gd}}Fle}DnBDjCFf}{{{CKd{gc}}{h{Gd}}Fli}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CFf}{{{CKf{c}}{h{Gd}}Fle}DnCGjCFf}{{{CKh{c}}{h{Gd}}Fle}DnCGlCFf}{{{CKj{c}}{h{Gd}}Fle}DnCHbCFf}{{{CHd{c}}e}DnBDjCFf}{{{CHf{c}}e}DnBDjCFf}{{{CHh{c}}e}DnBDjCFf}{{{CHj{c}}e}DnBDjCFf}{{{BDn{c}}e}DnBDjCFf}{{{CHl{c}}e}DnBDjCFf}{{{CHn{c}}e}DnBDjCFf}{{{CI`{c}}e}DnBDjCFf}{{{CIb{ce}}g}DnHbBDjCFf}{{{CIf{c}}e}DnBDjCFf}{{{CIh{c}}e}DnBDjCFf}{{{CIj{c}}e}DnBDjCFf}{{{CIl{c}}e}DnBDjCFf}{{{CIn{c}}e}DnBDjCFf}{{{CJ`{c}}e}DnBDjCFf}{{{CJb{c}}e}DnBDjCFf}{{{CJd{c}}e}DnBDjCFf}{{{CJf{c}}e}DnBDjCFf}{{{CJh{c}}e}DnBDjCFf}{{{CJj{c}}e}DnBDjCFf}{{{CJl{c}}e}DnBDjCFf}{{{CJn{c}}e}DnBDjCFf}{{{CK`{c}}e}DnBDjCFf}{{{CKb{c}}e}DnBDjCFf}{{{CKd{gc}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CFf}{{{CKf{c}}e}DnCGjCFf}{{{CKh{c}}e}DnCGlCFf}{{{CKj{c}}e}DnCHbCFf}{{{CHd{c}}e}DnBDjCFf}{{{CHf{c}}e}DnBDjCFf}{{{CHh{c}}e}DnBDjCFf}{{{CHj{c}}e}DnBDjCFf}{{{BDn{c}}e}DnBDjCFf}{{{CHl{c}}e}DnBDjCFf}{{{CHn{c}}e}DnBDjCFf}{{{CI`{c}}e}DnBDjCFf}{{{CIb{ce}}g}DnHbBDjCFf}{{{CIf{c}}e}DnBDjCFf}{{{CIh{c}}e}DnBDjCFf}{{{CIj{c}}e}DnBDjCFf}{{{CIl{c}}e}DnBDjCFf}{{{CIn{c}}e}DnBDjCFf}{{{CJ`{c}}e}DnBDjCFf}{{{CJb{c}}e}DnBDjCFf}{{{CJd{c}}e}DnBDjCFf}{{{CJf{c}}e}DnBDjCFf}{{{CJh{c}}e}DnBDjCFf}{{{CJj{c}}e}DnBDjCFf}{{{CJl{c}}e}DnBDjCFf}{{{CJn{c}}e}DnBDjCFf}{{{CK`{c}}e}DnBDjCFf}{{{CKb{c}}e}DnBDjCFf}{{{CKd{gc}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CFf}{{{CKf{c}}e}DnCGjCFf}{{{CKh{c}}e}DnCGlCFf}{{{CKj{c}}e}DnCHbCFf}{{{CHd{c}}e}DnBDjCFf}{{{CHf{c}}e}DnBDjCFf}{{{CHh{c}}e}DnBDjCFf}{{{CHj{c}}e}DnBDjCFf}{{{BDn{c}}e}DnBDjCFf}{{{CHl{c}}e}DnBDjCFf}{{{CHn{c}}e}DnBDjCFf}{{{CI`{c}}e}DnBDjCFf}{{{CIb{ce}}g}DnHbBDjCFf}{{{CIf{c}}e}DnBDjCFf}{{{CIh{c}}e}DnBDjCFf}{{{CIj{c}}e}DnBDjCFf}{{{CIl{c}}e}DnBDjCFf}{{{CIn{c}}e}DnBDjCFf}{{{CJ`{c}}e}DnBDjCFf}{{{CJb{c}}e}DnBDjCFf}{{{CJd{c}}e}DnBDjCFf}{{{CJf{c}}e}DnBDjCFf}{{{CJh{c}}e}DnBDjCFf}{{{CJj{c}}e}DnBDjCFf}{{{CJl{c}}e}DnBDjCFf}{{{CJn{c}}e}DnBDjCFf}{{{CK`{c}}e}DnBDjCFf}{{{CKb{c}}e}DnBDjCFf}{{{CKd{gc}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CFf}{{{CKf{c}}e}DnCGjCFf}{{{CKh{c}}e}DnCGlCFf}{{{CKj{c}}e}DnCHbCFf}{{{CHd{c}}e}DnBDjCFf}{{{CHf{c}}e}DnBDjCFf}{{{CHh{c}}e}DnBDjCFf}{{{CHj{c}}e}DnBDjCFf}{{{BDn{c}}e}DnBDjCFf}{{{CHl{c}}e}DnBDjCFf}{{{CHn{c}}e}DnBDjCFf}{{{CI`{c}}e}DnBDjCFf}{{{CIb{ce}}g}DnHbBDjCFf}{{{CIf{c}}e}DnBDjCFf}{{{CIh{c}}e}DnBDjCFf}{{{CIj{c}}e}DnBDjCFf}{{{CIl{c}}e}DnBDjCFf}{{{CIn{c}}e}DnBDjCFf}{{{CJ`{c}}e}DnBDjCFf}{{{CJb{c}}e}DnBDjCFf}{{{CJd{c}}e}DnBDjCFf}{{{CJf{c}}e}DnBDjCFf}{{{CJh{c}}e}DnBDjCFf}{{{CJj{c}}e}DnBDjCFf}{{{CJl{c}}e}DnBDjCFf}{{{CJn{c}}e}DnBDjCFf}{{{CK`{c}}e}DnBDjCFf}{{{CKb{c}}e}DnBDjCFf}{{{CKd{gc}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CFf}{{{CKf{c}}e}DnCGjCFf}{{{CKh{c}}e}DnCGlCFf}{{{CKj{c}}e}DnCHbCFf}{{{CHd{c}}e}DnBDjCFf}{{{CHf{c}}e}DnBDjCFf}{{{CHh{c}}e}DnBDjCFf}{{{CHj{c}}e}DnBDjCFf}{{{BDn{c}}e}DnBDjCFf}{{{CHl{c}}e}DnBDjCFf}{{{CHn{c}}e}DnBDjCFf}{{{CI`{c}}e}DnBDjCFf}{{{CIb{ce}}g}DnHbBDjCFf}{{{CIf{c}}e}DnBDjCFf}{{{CIh{c}}e}DnBDjCFf}{{{CIj{c}}e}DnBDjCFf}{{{CIl{c}}e}DnBDjCFf}{{{CIn{c}}e}DnBDjCFf}{{{CJ`{c}}e}DnBDjCFf}{{{CJb{c}}e}DnBDjCFf}{{{CJd{c}}e}DnBDjCFf}{{{CJf{c}}e}DnBDjCFf}{{{CJh{c}}e}DnBDjCFf}{{{CJj{c}}e}DnBDjCFf}{{{CJl{c}}e}DnBDjCFf}{{{CJn{c}}e}DnBDjCFf}{{{CK`{c}}e}DnBDjCFf}{{{CKb{c}}e}DnBDjCFf}{{{CKd{gc}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CFf}{{{CKf{c}}e}DnCGjCFf}{{{CKh{c}}e}DnCGlCFf}{{{CKj{c}}e}DnCHbCFf}{{{CHd{c}}e}DnBDjCFf}{{{CHf{c}}e}DnBDjCFf}{{{CHh{c}}e}DnBDjCFf}{{{CHj{c}}e}DnBDjCFf}{{{BDn{c}}e}DnBDjCFf}{{{CHl{c}}e}DnBDjCFf}{{{CHn{c}}e}DnBDjCFf}{{{CI`{c}}e}DnBDjCFf}{{{CIb{ce}}g}DnHbBDjCFf}{{{CIf{c}}e}DnBDjCFf}{{{CIh{c}}e}DnBDjCFf}{{{CIj{c}}e}DnBDjCFf}{{{CIl{c}}e}DnBDjCFf}{{{CIn{c}}e}DnBDjCFf}{{{CJ`{c}}e}DnBDjCFf}{{{CJb{c}}e}DnBDjCFf}{{{CJd{c}}e}DnBDjCFf}{{{CJf{c}}e}DnBDjCFf}{{{CJh{c}}e}DnBDjCFf}{{{CJj{c}}e}DnBDjCFf}{{{CJl{c}}e}DnBDjCFf}{{{CJn{c}}e}DnBDjCFf}{{{CK`{c}}e}DnBDjCFf}{{{CKb{c}}e}DnBDjCFf}{{{CKd{gc}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CFf}{{{CKf{c}}e}DnCGjCFf}{{{CKh{c}}e}DnCGlCFf}{{{CKj{c}}e}DnCHbCFf}{{{CHd{c}}{h{Gd}}e}DnBDjCFf}{{{CHf{c}}{h{Gd}}e}DnBDjCFf}{{{CHh{c}}{h{Gd}}e}DnBDjCFf}{{{CHj{c}}{h{Gd}}e}DnBDjCFf}{{{BDn{c}}{h{Gd}}e}DnBDjCFf}{{{CHl{c}}{h{Gd}}e}DnBDjCFf}{{{CHn{c}}{h{Gd}}e}DnBDjCFf}{{{CI`{c}}{h{Gd}}e}DnBDjCFf}{{{CIb{ce}}{h{Gd}}g}DnHbBDjCFf}{{{CIf{c}}{h{Gd}}e}DnBDjCFf}{{{CIh{c}}{h{Gd}}e}DnBDjCFf}{{{CIj{c}}{h{Gd}}e}DnBDjCFf}{{{CIl{c}}{h{Gd}}e}DnBDjCFf}{{{CIn{c}}{h{Gd}}e}DnBDjCFf}{{{CJ`{c}}{h{Gd}}e}DnBDjCFf}{{{CJb{c}}{h{Gd}}e}DnBDjCFf}{{{CJd{c}}{h{Gd}}e}DnBDjCFf}{{{CJf{c}}{h{Gd}}e}DnBDjCFf}{{{CJh{c}}{h{Gd}}e}DnBDjCFf}{{{CJj{c}}{h{Gd}}e}DnBDjCFf}{{{CJl{c}}{h{Gd}}e}DnBDjCFf}{{{CJn{c}}{h{Gd}}e}DnBDjCFf}{{{CK`{c}}{h{Gd}}e}DnBDjCFf}{{{CKb{c}}{h{Gd}}e}DnBDjCFf}{{{CKd{gc}}{h{Gd}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CFf}{{{CKf{c}}{h{Gd}}e}DnCGjCFf}{{{CKh{c}}{h{Gd}}e}DnCGlCFf}{{{CKj{c}}{h{Gd}}e}DnCHbCFf}{{{CIb{ce}}}{{Dn{Bfe}}}HbBDj}{{{CKd{ce}}}{{Dn{Bfe}}}HbBDj}{{{h{CId}}{h{CId}}}Ed}{{{h{{CHd{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{}}{{{h{{CHf{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{}}{{{h{{CHh{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{}}{{{h{{CHj{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{}}{{{h{{BDn{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{}}{{{h{{CHl{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{}}{{{h{{CHn{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{}}{{{h{{CI`{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{}}{{{h{{CIb{ce}}}}{h{AhEl}}}{{Dn{BfEn}}}{HbF`}{}}{{{h{CId}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{{CIf{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{}}{{{h{{CIh{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{}}{{{h{{CIj{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{}}{{{h{{CIl{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{}}{{{h{{CIn{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{}}{{{h{{CJ`{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{}}{{{h{{CJb{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{}}{{{h{{CJd{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{}}{{{h{{CJf{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{}}{{{h{{CJh{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{}}{{{h{{CJj{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{}}{{{h{{CJl{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{}}{{{h{{CJn{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{}}{{{h{{CK`{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{}}{{{h{{CKb{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{}}{{{h{{CKd{ce}}}}{h{AhEl}}}{{Dn{BfEn}}}F`{}}{{{h{{CKf{c}}}}{h{AhEl}}}{{Dn{BfEn}}}F`}{{{h{{CKh{c}}}}{h{AhEl}}}{{Dn{BfEn}}}F`}{{{h{{CKj{c}}}}{h{AhEl}}}{{Dn{BfEn}}}F`}{cc{}}0000000000000000000000000000{ce{}{}}0000000000000000000000000000{{}{{CHd{c}}}{}}{Df{{CHf{c}}}{}}{{{h{Gd}}}{{CHh{c}}}{}}{{{h{Gd}}}{{CHj{c}}}{}}{Ih{{BDn{c}}}{}}{{{AEh{Gd}}}{{CHl{c}}}{}}{{{h{{Ad{A`}}}}}{{CHn{c}}}{}}{{{h{{Ad{A`}}}}}{{CI`{c}}}{}}{c{{CIb{ce}}}Hb{}}{Ed{{CIf{c}}}{}}{BBd{{CIh{c}}}{}}{BB`{{CIj{c}}}{}}{BBb{{CIl{c}}}{}}{A@`{{CIn{c}}}{}}{CFj{{CJ`{c}}}{}}{CKl{{CJb{c}}}{}}{A`{{CJd{c}}}{}}{AEl{{CJf{c}}}{}}{Eb{{CJh{c}}}{}}{ACn{{CJj{c}}}{}}{Fl{{CJl{c}}}{}}{CFh{{CJn{c}}}{}}{ADb{{CK`{c}}}{}}{BBj{{CKb{c}}}{}}{c{{CKd{ce}}}Hb{}}{c{{CKf{c}}}{}}{c{{CKh{c}}}{}}{c{{CKj{c}}}{}}{{{h{Ah{CIb{ce}}}}g}{{Dn{Dh}}}HbBDjCGb}{{{h{Ah{CKd{gc}}}}i}{{Dn{Dh}}}BDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CGb}{{{h{Ah{CIb{ce}}}}gi}{{Dn{{Dh{Fd}}}}}HbBDjCGbCGb}2{{{h{Ah{CIb{ce}}}}g}DnHbBDjCGb}{{{h{{CIb{ce}}}}}{{Dh{Fl}}}HbBDj}0{{{h{{CKd{gc}}}}}{{Dh{Fl}}}BDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}}{{{h{c}}}e{}{}}0000000000000000000000000000{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}000000000000000000000000000000000000000000000000000000000{{{h{c}}}Il{}}0000000000000000000000000000{{{CHf{c}}e}{{Dn{Fd}}}BDjCGb}{{{CHh{c}}e}{{Dn{Fd}}}BDjCGb}{{{CHj{c}}e}{{Dn{Fd}}}BDjCGb}{{{BDn{c}}e}{{Dn{Fd}}}BDjCGb}{{{CHl{c}}e}{{Dn{Fd}}}BDjCGb}{{{CKh{c}}e}{{Dn{Fd}}}CGlCGb}{ce{}{}}0000000000000000000000000000```````````````````````````````````{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{AOf}}}{{Dh{{h{AOf}}}}}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}Ai}{{Dn{ce}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}IfIf{{Ej{}{{Eh{{Fd{AeAg}}}}}}}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}Ae}{{Dn{ce}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}Ej}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}{h{Ae}}}{{Dn{ce}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}{CBhACd}}{cCEfCBh}{{{h{AOf}}}{{h{Gd}}}}{{{AJb{AOf}}}{{Dn{{AJb{c}}{AJb{AOf}}}}}AOf}00{{{h{AhAOf}}}{{Dh{{h{Ahc}}}}}AOf}00{{{h{AOf}}}{{Dh{{h{c}}}}}AOf}00{{{CEh{}{{CDf{c}}{Gf{e}}}}}{{Dn{ce}}}{}CEf}{{{CEj{}{{CDf{c}}{Gf{e}}}}}{{Dn{ce}}}{}CEf}{{{CEl{}{{CDf{c}}{Gf{e}}}}}{{Dn{ce}}}{}CEf}{{{CEn{}{{CDf{c}}{Gf{e}}}}}{{Dn{ce}}}{}CEf}{{{CF`{}{{CDf{c}}{Gf{e}}}}}{{Dn{ce}}}{}CEf}{{{CFb{}{{CDf{c}}{Gf{e}}}}}{{Dn{ce}}}{}CEf}{{{CFd{}{{CDf{c}}{Gf{e}}}}}{{Dn{ce}}}{}CEf}{{{CKn{ce}}}{{Dn{ce}}}{}CEf}000000{cc{}}{ce{}{}}{{{h{AOf}}}Ed}00{{{h{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}}}}Ed{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}{{{h{AOf}}{h{AhCGn}}}Bf}{{{h{If}}c}DnI`}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}Ed}{{Dn{ce}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}{h{{Ad{A`}}}}}{{Dn{ce}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}BBj}{{Dn{ce}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}{{{h{Ah{CEh{}{{CDf{c}}{Gf{e}}}}}}{h{g}}}{{Dn{Bfe}}}{}CEf{IfACd}}{{{h{Ah{CEj{}{{CDf{c}}{Gf{e}}}}}}{h{g}}}{{Dn{Bfe}}}{}CEf{IfACd}}{{{h{Ah{CKn{ce}}}}{h{g}}}{{Dn{Bfe}}}{}CEf{IfACd}}0{{{h{Ah{CF`{}{{CDf{c}}{Gf{e}}}}}}{h{g}}{h{i}}}{{Dn{Bfe}}}{}CEf{IfACd}{IfACd}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}CFh}{{Dn{ce}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}ADb}{{Dn{ce}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}{{{h{Ah{CEl{}{{CDf{c}}{Gf{e}}}}}}{h{g}}}{{Dn{Bfe}}}{}CEf{IfACd}}{{{h{Ah{CEn{}{{CDf{c}}{Gf{e}}}}}}{h{g}}}{{Dn{Bfe}}}{}CEf{IfACd}}{{{h{Ah{CFb{}{{CDf{c}}{Gf{e}}}}}}{h{Gd}}{h{g}}}{{Dn{Bfe}}}{}CEf{IfACd}}{{{h{Ah{CFd{}{{CDf{c}}{Gf{e}}}}}}{h{Gd}}{h{g}}}{{Dn{Bfe}}}{}CEf{IfACd}}{{{h{Ah{CKn{ce}}}}{h{Gd}}{h{g}}}{{Dn{Bfe}}}{}CEf{IfACd}}088{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}CFj}{{Dn{ce}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}BB`}{{Dn{ce}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}BBb}{{Dn{ce}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}A@`}{{Dn{ce}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}BBd}{{Dn{ce}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}{{{h{Ah{CF`{}{{CDf{c}}{Gf{e}}}}}}{h{g}}}{{Dn{Bfe}}}{}CEf{IfACd}}>{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}{Dh{Fl}}}{{Dn{oe}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}{h{Gd}}{h{Ae}}}{{Dn{ce}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}{IfACd}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}{h{Gd}}Df{h{Gd}}{h{Ae}}}{{Dn{ce}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}{IfACd}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}}{{Dn{ce}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}{Dh{Fl}}}{{Dn{ge}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}{h{Ae}}}{{Dn{ce}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}{IfACd}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}{h{Gd}}}{{Dn{ce}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}{h{Gd}}Fl}{{Dn{Aae}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}{h{Gd}}Df{h{Gd}}Fl}{{Dn{Ace}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}Fl}{{Dn{ie}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}{h{Gd}}Fl}{{Dn{ke}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}{h{Gd}}Df{h{Gd}}Fl}{{Dn{me}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}ACn}{{Dn{ce}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}AEl}{{Dn{ce}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}Df}{{Dn{ce}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}Eb}{{Dn{ce}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}A`}{{Dn{ce}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}=:{{{I`{}{{CDf{c}}{Gf{e}}{CDh{g}}{CDj{i}}{CDl{k}}{CDn{m}}{CE`{o}}{CEb{Aa}}{CEd{Ac}}}}{h{Gd}}Df{h{Gd}}}{{Dn{ce}}}{}CEf{{CEh{}{{CDf{c}}{Gf{e}}}}}{{CEj{}{{CDf{c}}{Gf{e}}}}}{{CEl{}{{CDf{c}}{Gf{e}}}}}{{CEn{}{{CDf{c}}{Gf{e}}}}}{{CF`{}{{CDf{c}}{Gf{e}}}}}{{CFb{}{{CDf{c}}{Gf{e}}}}}{{CFd{}{{CDf{c}}{Gf{e}}}}}}{{{h{Ah{CF`{}{{CDf{c}}{Gf{e}}}}}}{h{g}}}{{Dn{Bfe}}}{}CEf{IfACd}}{{{h{Ah{CKn{ce}}}}{h{g}}}{{Dn{Bfe}}}{}CEf{IfACd}}{{{h{Ah{CFb{}{{CDf{c}}{Gf{e}}}}}}{h{Gd}}}{{Dn{Bfe}}}{}CEf}{{{h{Ah{CFd{}{{CDf{c}}{Gf{e}}}}}}{h{Gd}}}{{Dn{Bfe}}}{}CEf}{{{h{AOf}}}{{Dh{{h{AOf}}}}}}{{{h{AOf}}}CL`}{c{{Dn{e}}}{}{}}0{{{h{c}}}Il{}}{ce{}{}}```{c{{Dn{CLb}}}E`}{{{h{{Ad{A`}}}}}{{Dn{CLbGb}}}}{{{h{CLb}}c}DnI`}``{{}CLd}{{{h{CLd}}}h}{{{h{CLd}}}{{h{{Ab{A`}}}}}}{{{h{CLd}}}{{h{{Ad{A`}}}}}}0{{{h{c}}}{{h{e}}}{}{}}0{{{h{Ahc}}}{{h{Ahe}}}{}{}}0{{{h{CLd}}}CLd}{{{h{CLf}}}CLf}{{{h{c}}{h{Ahe}}}Bf{}{}}0{{{h{CLd}}{h{CLd}}}Bh}{{}CLf}{c{{Dn{CLd}}}E`}{{{h{Ahc}}Ed}{{Dn{BfACf}}}{}}{{{h{Ahc}}BB`}{{Dn{BfACf}}}{}}{{{h{Ahc}}BBb}{{Dn{BfACf}}}{}}{{{h{Ahc}}A@`}{{Dn{BfACf}}}{}}{{{h{Ahc}}BBd}{{Dn{BfACf}}}{}}{{{h{Ahc}}{h{{Ad{A`}}}}}{{Dn{BfACf}}}{}}{{{h{Ahc}}AEl}{{Dn{BfACf}}}{}}{{{h{Ahc}}Df}{{Dn{BfACf}}}{}}{{{h{Ahc}}Eb}{{Dn{BfACf}}}{}}{{{h{Ahc}}A`}{{Dn{BfACf}}}{}}{{}}{{{h{CLd}}{h{CLd}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{AhCLf}}}{{Dn{BfBBn}}}}{{{h{AhCLf}}}{{Dn{BfACf}}}}{{{h{CLd}}{h{AhEl}}}{{Dn{BfEn}}}}000{cc{}}0{{}CLd}{{{h{Ah{Ab{A`}}}}}{{h{AhCLd}}}}{{{h{{Ab{A`}}}}}{{h{CLd}}}}{CLfCLd}{{{h{{Ad{A`}}}}}{{Dn{CLdGb}}}}0{{{h{Gd}}}{{Dn{CLd}}}}{{{h{CLd}}{h{Ahc}}}BfGj}{{{h{CLd}}c}h{{Gn{{Ad{A`}}}}}}{{{h{AhCLf}}{h{{Ad{A`}}}}}Bf}{ce{}{}}0{{{h{CLf}}}{{Ab{A`}}}}{{{h{CLf}}}Fl}{{{h{CLd}}{h{CLd}}}{{Dh{Bh}}}}{{{h{CLd}}c}DnI`}{CLd}{{{h{c}}}e{}{}}0{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}000{{{h{c}}}Il{}}099{{{h{AhCLf}}{h{{Ad{A`}}}}}{{Dn{FlBBn}}}}{{{h{AhCLf}}{h{{Ad{A`}}}}}{{Dn{FlACf}}}}```{{}n}{{{h{n}}}h}{{{h{n}}}{{h{{Ad{A`}}}}}}{{{h{n}}}{{h{{Ab{A`}}}}}}{{{h{CLh}}}{{h{{Ad{A`}}}}}}{{{h{c}}}{{h{e}}}{}{}}3010{{{h{Ahc}}}{{h{Ahe}}}{}{}}00{{{h{n}}}n}{{{h{ADf}}}ADf}{{{h{CLh}}}CLh}{{{h{c}}{h{Ahe}}}Bf{}{}}00{{{h{n}}{h{n}}}Bh}{{{h{CLh}}{h{CLh}}}Bh}{{{h{Ahc}}}{{Dn{nAC`}}}{ACbACd}}{{{h{n}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{Ad{A`}}}}}n}{{}ADf}{{}CLh}{c{{Dn{n}}}E`}{c{{Dn{CLh}}}E`}{{{h{Ahc}}Ed}{{Dn{BfACf}}}{}}{{{h{Ahc}}BB`}{{Dn{BfACf}}}{}}{{{h{Ahc}}BBb}{{Dn{BfACf}}}{}}{{{h{Ahc}}A@`}{{Dn{BfACf}}}{}}{{{h{Ahc}}BBd}{{Dn{BfACf}}}{}}{{{h{Ahc}}{h{{Ad{A`}}}}}{{Dn{BfACf}}}{}}{{{h{Ahc}}AEl}{{Dn{BfACf}}}{}}{{{h{Ahc}}Df}{{Dn{BfACf}}}{}}{{{h{Ahc}}Eb}{{Dn{BfACf}}}{}}{{{h{Ahc}}A`}{{Dn{BfACf}}}{}}{{}}{{{h{n}}{h{n}}}Ed}{{{h{CLh}}{h{CLh}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}000{{{h{AhADf}}}{{Dn{BfBBn}}}}{{{h{AhADf}}}{{Dn{BfACf}}}}{{{h{n}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{CLh}}{h{AhEl}}}{{Dn{BfEn}}}}000{cc{}}{dn}{Lbn}22{{}n}{{{Ab{A`}}}CLh}{{{h{Ah{Ab{A`}}}}}{{h{Ahn}}}}{{{h{{Ab{A`}}}}}{{h{n}}}}{ADfn}{{{h{Gd}}}{{Dn{CLh}}}}{{CLhFl}ADf}{{{h{{Ad{A`}}}}}{{Dn{nGb}}}}{{{h{{Ad{A`}}}}}{{Dn{CLhGb}}}}10{{{h{Gd}}}{{Dn{n}}}}4{{{h{n}}{h{Ahc}}}BfGj}{{{h{CLh}}{h{Ahc}}}BfGj}{{{h{n}}}Mj}{{{h{{Ad{A`}}}}}CLh}{{{h{n}}c}h{{Gn{{Ad{A`}}}}}}{{{h{CLh}}c}h{{Gn{{Ad{A`}}}}}}{{{h{AhADf}}{h{{Ad{A`}}}}}Bf}{ce{}{}}00{nBDf}{{{h{ADf}}}CLh}{{{h{ADf}}}Fl}{{{h{n}}{h{n}}}{{Dh{Bh}}}}{{{h{CLh}}{h{CLh}}}{{Dh{Bh}}}}{{{h{n}}c}DnI`}{{{h{CLh}}c}DnI`}{n}{CLh{{Ab{A`}}}}{{{h{c}}}e{}{}}00{{{h{c}}}Ih{}}0{c{{Dn{e}}}{}{}}00000{{{h{c}}}Il{}}00==={{{h{AhADf}}{h{{Ad{A`}}}}}{{Dn{FlBBn}}}}{{{h{AhADf}}{h{{Ad{A`}}}}}{{Dn{FlACf}}}}`{{}Mj}{{{h{Mj}}}h}{{{h{Mj}}}{{h{{Ab{A`}}}}}}{{{h{Mj}}}{{h{{Ad{A`}}}}}}{{{h{c}}}{{h{e}}}{}{}}1{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{Mj}}}Mj}{{{h{c}}{h{Ahe}}}Bf{}{}}{{{h{Mj}}{h{Mj}}}Bh}{{{h{Ahc}}}{{Dn{MjAC`}}}{ACbACd}}{{{h{Mj}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{c{{Dn{Mj}}}E`}{{}}{{{h{Mj}}{h{Mj}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{Mj}}{h{AhEl}}}{{Dn{BfEn}}}}000{ALlMj}{KfMj}{LjMj}{KjMj}{KdMj}{CnMj}{LdMj}{cc{}}{LlMj}{D`Mj}{KnMj}{KlMj}{{}Mj}{{{h{Ah{Ab{A`}}}}}{{h{AhMj}}}}{{{h{{Ab{A`}}}}}{{h{Mj}}}}{ADfMj}{{{h{{Ad{A`}}}}}{{Dn{MjGb}}}}0{{{h{Gd}}}{{Dn{Mj}}}}{{{h{Mj}}{h{Ahc}}}BfGj}{{{h{Mj}}c}h{{Gn{{Ad{A`}}}}}}{ce{}{}}{{{h{Mj}}{h{Mj}}}{{Dh{Bh}}}}{{{h{Mj}}c}DnI`}{Mj}{{{h{c}}}e{}{}}{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}0{{{h{c}}}Il{}}7``{{}{{N`{c}}}CLj}{{{h{{N`{c}}}}}hCLj}{{{h{{N`{c}}}}}{{h{{Ad{A`}}}}}CLj}{{{h{{N`{c}}}}}{{h{{Ab{A`}}}}}CLj}1{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{{N`{c}}}}}{{N`{c}}}CLj}{{{h{c}}{h{Ahe}}}Bf{}{}}{{{h{{N`{c}}}}{h{{N`{c}}}}}BhCLj}8{c{{Dn{{N`{e}}}}}E`CLj}{{}ADf}{{}}{{{h{{N`{c}}}}{h{{N`{c}}}}}EdCLj}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{{N`{c}}}}{h{AhEl}}}{{Dn{BfEn}}}CLj}000{Mb{{N`{Nd}}}}{M`{{N`{Nb}}}}{Md{{N`{Nf}}}}{cc{}}{Ln{{N`{Mn}}}}{{}{{N`{c}}}CLj}{{{h{Ah{Ab{A`}}}}}{{h{Ah{N`{c}}}}}CLj}{{{h{{Ab{A`}}}}}{{h{{N`{c}}}}}CLj}{ADf{{N`{c}}}CLj}{{{h{{Ad{A`}}}}}{{Dn{{N`{c}}Gb}}}CLj}0{{{h{Gd}}}{{Dn{{N`{c}}}}}CLj}{{{h{{N`{c}}}}{h{Ahe}}}BfCLjGj}{{{h{{N`{c}}}}e}hCLj{{Gn{{Ad{A`}}}}}}{ce{}{}}{{{h{{N`{c}}}}{h{{N`{c}}}}}{{Dh{Bh}}}CLj}{{{h{{N`{c}}}}e}DnCLjI`}{{{N`{c}}}{}CLj}{{{h{c}}}e{}{}}{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}0{{{h{c}}}Il{}}7``{{}CLl}{{{h{CLl}}}h}{{{h{CLl}}}{{h{{Ab{A`}}}}}}{{{h{CLl}}}{{h{{Ad{A`}}}}}}{{{h{c}}}{{h{e}}}{}{}}10{{{h{Ahc}}}{{h{Ahe}}}{}{}}0{{{h{CLl}}}CLl}{{{h{CLn}}}CLn}{{{h{c}}{h{Ahe}}}Bf{}{}}0{{{h{CLl}}{h{CLl}}}Bh}{{}CLn}{c{{Dn{CLl}}}E`}{{}}{{{h{CLl}}{h{CLl}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{CLl}}{h{AhEl}}}{{Dn{BfEn}}}}000{cc{}}0{{}CLl}{{{h{Ah{Ab{A`}}}}}{{h{AhCLl}}}}{{{h{{Ab{A`}}}}}{{h{CLl}}}}{CLnCLl}{{{h{{Ad{A`}}}}}{{Dn{CLlGb}}}}0{{{h{Gd}}}{{Dn{CLl}}}}{{{h{CLl}}{h{Ahc}}}BfGj}{{{h{CLl}}c}h{{Gn{{Ad{A`}}}}}}{{{h{AhCLn}}{h{{Ad{A`}}}}}Bf}{ce{}{}}0{{{h{CLn}}}{{Ab{A`}}}}{{{h{CLn}}}Fl}{{{h{CLl}}{h{CLl}}}{{Dh{Bh}}}}{{{h{CLl}}c}DnI`}{CLl}{{{h{c}}}e{}{}}0{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}000{{{h{c}}}Il{}}099``{{}CM`}{{{h{CM`}}}h}{{{h{CM`}}}{{h{{Ad{A`}}}}}}{{{h{CM`}}}{{h{{Ab{A`}}}}}}1{{{h{c}}}{{h{e}}}{}{}}0{{{h{Ahc}}}{{h{Ahe}}}{}{}}0{{{h{CM`}}}CM`}{{{h{CMb}}}CMb}{{{h{c}}{h{Ahe}}}Bf{}{}}0{{{h{CM`}}{h{CM`}}}Bh}{{}CMb}{c{{Dn{CM`}}}E`}{{{h{Ahc}}Ed}{{Dn{BfACf}}}{}}{{{h{Ahc}}BB`}{{Dn{BfACf}}}{}}{{{h{Ahc}}BBb}{{Dn{BfACf}}}{}}{{{h{Ahc}}A@`}{{Dn{BfACf}}}{}}{{{h{Ahc}}BBd}{{Dn{BfACf}}}{}}{{{h{Ahc}}{h{{Ad{A`}}}}}{{Dn{BfACf}}}{}}{{{h{Ahc}}AEl}{{Dn{BfACf}}}{}}{{{h{Ahc}}Df}{{Dn{BfACf}}}{}}{{{h{Ahc}}Eb}{{Dn{BfACf}}}{}}{{{h{Ahc}}A`}{{Dn{BfACf}}}{}}{{}}{{{h{CM`}}{h{CM`}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{AhCMb}}}{{Dn{BfBBn}}}}{{{h{AhCMb}}}{{Dn{BfACf}}}}{{{h{CM`}}{h{AhEl}}}{{Dn{BfEn}}}}000{cc{}}0{{}CM`}{{{h{Ah{Ab{A`}}}}}{{h{AhCM`}}}}{{{h{{Ab{A`}}}}}{{h{CM`}}}}{CMbCM`}{{{h{{Ad{A`}}}}}{{Dn{CM`Gb}}}}0{{{h{Gd}}}{{Dn{CM`}}}}{{{h{CM`}}{h{Ahc}}}BfGj}{{{h{CM`}}c}h{{Gn{{Ad{A`}}}}}}{{{h{AhCMb}}{h{{Ad{A`}}}}}Bf}{ce{}{}}0{{{h{CMb}}}{{Ab{A`}}}}{{{h{CMb}}}Fl}{{{h{CM`}}{h{CM`}}}{{Dh{Bh}}}}{{{h{CM`}}c}DnI`}{CM`}{{{h{c}}}e{}{}}0{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}000{{{h{c}}}Il{}}099{{{h{AhCMb}}{h{{Ad{A`}}}}}{{Dn{FlACf}}}}{{{h{AhCMb}}{h{{Ad{A`}}}}}{{Dn{FlBBn}}}}``{{}CMd}{{{h{CMd}}}h}{{{h{CMd}}}{{h{{Ad{A`}}}}}}{{{h{CMd}}}{{h{{Ab{A`}}}}}}{{{h{c}}}{{h{e}}}{}{}}20{{{h{Ahc}}}{{h{Ahe}}}{}{}}0{{{h{CMd}}}CMd}{{{h{CMf}}}CMf}{{{h{c}}{h{Ahe}}}Bf{}{}}0{{{h{CMd}}{h{CMd}}}Bh}{{}CMf}{c{{Dn{CMd}}}E`}{{}}{{{h{CMd}}{h{CMd}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{CMd}}{h{AhEl}}}{{Dn{BfEn}}}}000{cc{}}0{{}CMd}{{{h{Ah{Ab{A`}}}}}{{h{AhCMd}}}}{{{h{{Ab{A`}}}}}{{h{CMd}}}}{CMfCMd}{{{h{{Ad{A`}}}}}{{Dn{CMdGb}}}}0{{{h{Gd}}}{{Dn{CMd}}}}{{{h{CMd}}{h{Ahc}}}BfGj}{{{h{CMd}}c}h{{Gn{{Ad{A`}}}}}}{{{h{AhCMf}}{h{{Ad{A`}}}}}Bf}{ce{}{}}0{{{h{CMf}}}{{Ab{A`}}}}{{{h{CMf}}}Fl}{{{h{CMd}}{h{CMd}}}{{Dh{Bh}}}}{{{h{CMd}}c}DnI`}{CMd}{{{h{c}}}e{}{}}0{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}000{{{h{c}}}Il{}}099```{{}CMh}{{{h{CMh}}}h}{{{h{CMh}}}{{h{{Ad{A`}}}}}}{{{h{CMh}}}{{h{{Ab{A`}}}}}}{{{h{CMh}}}Eb}{{{h{c}}}{{h{e}}}{}{}}300{{{h{Ahc}}}{{h{Ahe}}}{}{}}00{{{h{CMh}}}CMh}{{{h{CMj}}}CMj}{{{h{CMl}}}CMl}{{{h{c}}{h{Ahe}}}Bf{}{}}00{{{h{CMh}}{h{CMh}}}Bh}{{}CMl}{c{{Dn{CMh}}}E`}{{{h{Ahc}}Ed}{{Dn{BfACf}}}{}}{{{h{Ahc}}BB`}{{Dn{BfACf}}}{}}{{{h{Ahc}}BBb}{{Dn{BfACf}}}{}}{{{h{Ahc}}A@`}{{Dn{BfACf}}}{}}{{{h{Ahc}}BBd}{{Dn{BfACf}}}{}}{{{h{Ahc}}{h{{Ad{A`}}}}}{{Dn{BfACf}}}{}}{{{h{Ahc}}AEl}{{Dn{BfACf}}}{}}{{{h{Ahc}}Df}{{Dn{BfACf}}}{}}{{{h{Ahc}}Eb}{{Dn{BfACf}}}{}}{{{h{Ahc}}A`}{{Dn{BfACf}}}{}}{{}}{{{h{CMh}}{h{CMh}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{AhCMl}}}{{Dn{BfACf}}}}{{{h{AhCMl}}}{{Dn{BfBBn}}}}{{{h{CMh}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{CMj}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{CMl}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}00{{}CMh}{{{h{Ah{Ab{A`}}}}}{{h{AhCMh}}}}{{{h{{Ab{A`}}}}}{{h{CMh}}}}{CMlCMh}{CMlEb}{{{h{{Ad{A`}}}}}{{Dn{CMhGb}}}}0{{{h{Gd}}}{{Dn{CMh}}}}{EbCMh}{{{h{CMh}}{h{Ahc}}}BfGj}{{EbEb{h{{Ad{A`}}}}}Eb}{{EbEb{h{{Ad{A`}}}}}CMh}{{{h{CMh}}c}h{{Gn{{Ad{A`}}}}}}{{{h{AhCMl}}{h{{Ad{A`}}}}}Bf}{ce{}{}}00{{{h{CMl}}}{{Fd{EbEb}}}}{{{h{CMl}}}CMj}{{{h{CMl}}}Fl}{{}CMl}{{{h{CMh}}{h{CMh}}}{{Dh{Bh}}}}{{{h{CMh}}c}DnI`}{CMh}{{{h{c}}}e{}{}}00{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}00000{{{h{c}}}Il{}}00;;;{{EbEb}CMl}{{{h{AhCMl}}{h{{Ad{A`}}}}}{{Dn{FlACf}}}}{{{h{AhCMl}}{h{{Ad{A`}}}}}{{Dn{FlBBn}}}}`````````````````````````````{{{h{c}}}{{h{e}}}{}{}}0000{{{h{Ahc}}}{{h{Ahe}}}{}{}}0000{{{h{ACf}}}{{Dh{{h{AOf}}}}}}{{{h{CMn}}}CMn}{{{h{c}}{h{Ahe}}}Bf{}{}}{{{h{AhACb}}Fl}Bf}{{{h{Ah{CN`{c}}}}Fl}Bf{ACbACd}}{{{h{Ah{CNb{c}}}}Fl}Bf{{AD`{{Ad{A`}}}}}}{{{h{ACf}}}{{h{Gd}}}}{{{h{Ahc}}Ed}{{Dn{BfACf}}}{}}{{{h{Ahc}}BB`}{{Dn{BfACf}}}{}}{{{h{Ahc}}BBb}{{Dn{BfACf}}}{}}{{{h{Ahc}}A@`}{{Dn{BfACf}}}{}}{{{h{Ahc}}BBd}{{Dn{BfACf}}}{}}{{{h{Ahc}}{h{{Ad{A`}}}}}{{Dn{BfACf}}}{}}{{{h{Ahc}}AEl}{{Dn{BfACf}}}{}}{{{h{Ahc}}Df}{{Dn{BfACf}}}{}}{{{h{Ahc}}Eb}{{Dn{BfACf}}}{}}{{{h{Ahc}}A`}{{Dn{BfACf}}}{}}{{{h{CMn}}{h{CMn}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{AhACb}}}{{Dn{{h{{Ad{A`}}}}ACf}}}}{{{h{Ah{CN`{c}}}}}{{Dn{{h{{Ad{A`}}}}ACf}}}{ACbACd}}{{{h{Ah{CNb{c}}}}}{{Dn{{h{{Ad{A`}}}}ACf}}}{{AD`{{Ad{A`}}}}}}{{{h{AhACh}}}{{Dn{BfACf}}}}{{{h{AhCNd}}}{{Dn{BfBBn}}}}{{{h{AhCNd}}}{{Dn{BfACf}}}}{{{h{ACf}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{CMn}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}00{CMnACf}{BBnACf}2{AO`CMn}3{{{h{ACf}}}{{Dh{{h{AOf}}}}}}{{{h{CMn}}{h{Ahc}}}BfGj}`{ce{}{}}0000{{{CNb{c}}}c{{AD`{{Ad{A`}}}}}}{{{h{ACf}}}CMn}{c{{CNb{c}}}{{AD`{{Ad{A`}}}}}}{{CMnc}ACf{{AHb{{AJb{AOf}}}}}}{{{h{{CNb{c}}}}}Eb{{AD`{{Ad{A`}}}}}}{{{h{AhAKh}}{h{Ah{Ad{A`}}}}}{{Dn{FlACf}}}}{{{h{Ah{CN`{c}}}}{h{Ah{Ad{A`}}}}}{{Dn{FlACf}}}{AKhACd}}{{{h{Ah{CNb{c}}}}{h{Ah{Ad{A`}}}}}{{Dn{FlACf}}}{{AD`{{Ad{A`}}}}}}{{{h{Ahc}}}{{Dn{EdAC`}}}{}}0{{{h{AhAKh}}{h{Ah{Ad{A`}}}}}{{Dn{BfACf}}}}{{{h{Ahc}}}{{Dn{BB`AC`}}}{}}0{{{h{Ahc}}}{{Dn{BBbAC`}}}{}}0{{{h{Ahc}}}{{Dn{A@`AC`}}}{}}0{{{h{Ahc}}}{{Dn{BBdAC`}}}{}}0{{{h{Ahc}}{h{Ah{Ad{A`}}}}}{{Dn{BfAC`}}}{}}0{{{h{Ah{CN`{c}}}}{h{Ah{ADl{A`}}}}}{{Dn{FlACf}}}{AKhACd}}{{{h{AhAKh}}{h{Ah{ADl{A`}}}}Eb}{{Dn{FlACf}}}}{{{h{Ahc}}}{{Dn{AElAC`}}}{}}0{{{h{Ahc}}}{{Dn{DfAC`}}}{}}0{{{h{Ahc}}}{{Dn{EbAC`}}}{}}0{{{h{Ahc}}}{{Dn{A`AC`}}}{}}0{{}CNd}{{{h{ACf}}}{{Dh{{h{AOf}}}}}}{{{h{AhAKh}}Eb}{{CN`{AKh}}}}{{{h{c}}}e{}{}}{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}000000000{{{h{c}}}Il{}}0000{ce{}{}}0000{{{h{AhACh}}{h{{Ad{A`}}}}}{{Dn{FlACf}}}}{{{h{AhCNd}}{h{{Ad{A`}}}}}{{Dn{FlACf}}}}{{{h{AhCNd}}{h{{Ad{A`}}}}}{{Dn{FlBBn}}}}{{{h{AhACh}}{h{{Ad{A`}}}}}{{Dn{BfACf}}}}{{{h{AhCNd}}{h{{Ad{A`}}}}}{{Dn{BfACf}}}}{{{h{AhCNd}}{h{{Ad{A`}}}}}{{Dn{BfBBn}}}}```````````````````````````````````````{{AG`{h{{Jf{c}}}}{h{Jh}}}{{Dn{AG`Jl}}}Jn}{{{h{AG`}}}}{{{h{AhAG`}}}}{{{h{AhAG`}}}CNf}{{{h{AG`}}}CNf}{{JjJj}}{{{h{c}}}{{h{e}}}{}{}}000000000000{{{h{Ahc}}}{{h{Ahe}}}{}{}}000000000000{{{h{{Jf{c}}}}}{{Jf{c}}}CNh}{{{h{AG`}}}AG`}{{{h{Jj}}}Jj}{{{h{AMb}}}AMb}{{{h{ACj}}}ACj}{{{h{CNj}}}CNj}{{{h{AH`}}}AH`}{{{h{AHj}}}AHj}{{{h{AHh}}}AHh}{{{h{CNl}}}CNl}{{{h{AGf}}}AGf}{{{h{CNn}}}CNn}{{{h{CO`}}}CO`}{{{h{c}}{h{Ahe}}}Bf{}{}}000000000000{{{h{AG`}}{h{AG`}}}Bh}{{{h{Jj}}{h{Jj}}}Bh}{{{h{AMb}}{h{AMb}}}Bh}{{{h{ACj}}{h{ACj}}}Bh}{{{h{CNj}}{h{CNj}}}Bh}4``{{{h{{Jf{c}}}}}{{COd{COb}}}CNh}{{{COj{}{{COf{c}}{COh{e}}}}}e{}{}}{AG`CNj}{JdACj}1{{}{{Jf{COl}}}}{c{{Dn{AG`}}}E`}{c{{Dn{Jj}}}E`}{c{{Dn{ACj}}}E`}{c{{Dn{CNj}}}E`}{{{h{AG`}}}COn}{{{h{Ah{Jf{c}}}}}BfCNh}{{{h{{Jf{c}}}}{h{{Jf{c}}}}}EdCNh}{{{h{AG`}}{h{AG`}}}Ed}{{{h{Jj}}{h{Jj}}}Ed}{{{h{AMb}}{h{AMb}}}Ed}{{{h{ACj}}{h{ACj}}}Ed}{{{h{CNj}}{h{CNj}}}Ed}{{{h{AH`}}{h{AH`}}}Ed}{{{h{AHj}}{h{AHj}}}Ed}{{{h{AHh}}{h{AHh}}}Ed}{{{h{CNl}}{h{CNl}}}Ed}{{{h{AGf}}{h{AGf}}}Ed}{{{h{CNn}}{h{CNn}}}Ed}{{{h{CO`}}{h{CO`}}}Ed};{{{h{c}}{h{e}}}Ed{}{}}0000000000000000000000000{{{h{{Jf{c}}}}{h{AhEl}}}{{Dn{BfEn}}}CNh}{{{h{AG`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{Jj}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{AMb}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{ACj}}{h{AhEl}}}{{Dn{BfEn}}}}00{{{h{CNj}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{AH`}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{AHj}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{AHh}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{CNl}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{AGf}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{CNn}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{CO`}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}{CNjAG`}111{CNjACj}22{JlAH`}3{AO`AH`}4{JlAHj}{CO`AHj}{AOdAHj}{CNnAHj}{AO`AHj}{AO`AHh}:{AH`AHh};{AO`CNl}{JlCNl}{BIfCNl}>>>{BBb{{Dn{JjD@`}}}}={{{COd{COb}}}{{D@d{{Jf{D@b}}}}}}{{{COd{COb}}}{{D@d{{Jf{D@f}}}}}}{{{COd{COb}}}{{D@d{{Jf{D@h}}}}}}{{{h{{Jf{c}}}}{h{{Ad{A`}}}}}{{Dn{AG`Jl}}}AGd}{{{h{{Jf{c}}}}{h{Gd}}}{{Dn{AG`Jl}}}AGd}{{{h{{Jf{c}}}}{h{AJl}}}AG`AGd}{{{h{Gd}}}{{Dn{AG`}}}}{A`{{Dn{JjD@`}}}}{{}{{Jf{c}}}CNh}{{{h{{Jf{c}}}}{h{Ahe}}}{{Fd{AJlAEd}}}AGd{D@jACd}}{{{h{AG`}}{h{Ahc}}}BfGj}{{{h{Jj}}{h{Ahc}}}BfGj}{{{h{AMb}}{h{Ahc}}}BfGj}{{{h{ACj}}{h{Ahc}}}BfGj}{{{h{CNj}}{h{Ahc}}}BfGj}``{ce{}{}}000000000000{{{h{CO`}}}A`}{{{h{CNn}}}Fl}`{{}{{Jf{COl}}}}{{{h{{Jf{c}}}}{h{Ahe}}}AG`AGd{D@jACd}}{{{h{AhAG`}}}Bf}{{{h{AG`}}{h{AG`}}}{{Dh{Bh}}}}{{{h{Jj}}{h{Jj}}}{{Dh{Bh}}}}{{{h{AMb}}{h{AMb}}}{{Dh{Bh}}}}{{{h{ACj}}{h{ACj}}}{{Dh{Bh}}}}{{{h{CNj}}{h{CNj}}}{{Dh{Bh}}}}{{}Fl}000{{{h{Ah{Ad{D@l}}}}}{{Dn{{Jf{c}}Jl}}}{CNhD@n}}{{{h{Ah{Ad{D@l}}}}}{{Dn{{Jf{D@b}}Jl}}}}{{{h{Ah{Ad{D@l}}}}}{{Dn{{Jf{D@f}}Jl}}}}{{{h{Ah{Ad{D@l}}}}}{{Dn{{Jf{D@h}}Jl}}}}{{{h{AG`}}}AEd}{{{h{CNj}}}{{Fd{ACjJj}}}}{{{h{Ah{Jf{c}}}}{h{Ahe}}}BfCNh{D@jACd}}{{{h{{Jf{c}}}}{h{AKl}}{h{DA`}}}{{Dn{AEdJl}}}Jn}{{{h{AG`}}}{{Ab{A`}}}}{{{h{AG`}}}AJl}{{{h{Ah{Jf{c}}}}{h{{Ab{A`}}}}}BfCNh}{{{h{AG`}}c}DnI`}{{{h{Jj}}c}DnI`}{{{h{ACj}}}{{Ab{A`}}}}{{{h{ACj}}c}DnI`}{{{h{CNj}}c}DnI`}{{{h{{Jf{c}}}}{h{AKl}}{h{AJl}}}C@jAGd}{{{h{{Jf{c}}}}{h{AKl}}{h{AJl}}Fl}C@jAGd}1{{{h{{Jf{c}}}}{h{AKl}}{h{AJl}}}DA`AGd}{{{h{{Jf{c}}}}{h{AKl}}{h{AJl}}{h{{Ab{A`}}}}}DA`AGd}{{{h{{Jf{c}}}}{h{AKl}}{h{AJl}}{h{{Ab{A`}}}}}C@jAGd}{{{h{{Jf{c}}}}{h{AKl}}{h{AG`}}}AMnAGd}0{{{h{{Jf{c}}}}{h{AKl}}{h{AG`}}{h{{Ab{A`}}}}}AMnAGd}{{{h{{Jf{c}}}}{h{AKl}}{h{AG`}}{h{Ahe}}}AMnAGd{D@jDAb}}{{}{{Jf{DAd}}}}{{{h{AH`}}}{{Dh{{h{AOf}}}}}}{{{h{AHj}}}{{Dh{{h{AOf}}}}}}{{{h{AHh}}}{{Dh{{h{AOf}}}}}}{{{h{CNl}}}{{Dh{{h{AOf}}}}}}{{{h{AGf}}}{{Dh{{h{AOf}}}}}}{{{COj{}{{COf{c}}{COh{e}}}}{h{{Jf{g}}}}{Dh{Mb}}}c{}{}Jn}{{AG`{h{{Jf{c}}}}{Dh{Mb}}}CNjJn}{JjBBb}{ACjJd}{CNjAG`}{{{h{c}}}e{}{}}000000000000{{{h{c}}}Ih{}}0000000{JjA`}{c{{Dn{e}}}{}{}}0{BBb{{Dn{Jj}}}}{A`{{Dn{Jj}}}}222222222222222222222222{{{h{c}}}Il{}}000000000000{{}{{Jf{DAf}}}}{{{h{{Jf{c}}}}{h{AKl}}{h{C@j}}{h{AEd}}}{{Dn{BfJl}}}Jn}{{{h{{Jf{c}}}}{h{AMn}}{h{AKl}}{h{Jd}}}{{Dn{BfJl}}}Jn}{ce{}{}}000000000000{{{h{AG`}}}{{Fd{JdJj}}}}`````````````{{{h{DAh}}}{{h{{ADl{Ed}}}}}}{{{h{c}}}{{h{e}}}{}{}}0{{{h{Ahc}}}{{h{Ahe}}}{}{}}0{e{{Dh{c}}}{CAdBNf}{{Hb{}{{Eh{c}}}}}}{{{h{Ah{Ad{c}}}}}{{Dh{c}}}{CAdBNf}}{{{h{DAh}}}DAh}{{{h{ADn}}}ADn}{{{h{c}}{h{Ahe}}}Bf{}{}}0{{{h{Ahc}}}{{Dn{DAhAC`}}}{ACbACd}}{{{h{DAh}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DAh}}{h{DAh}}}Ed}{{{h{ADn}}{h{ADn}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}000{{{h{DAh}}{h{Ah{ADl{D`}}}}{h{Ah{ADl{Df}}}}}{{Dn{KjADn}}}}{{{h{DAh}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{ADn}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}{AO`ADn}1{{{h{{Ad{D`}}}}{h{{Ad{Ed}}}}}DAh}{{{h{DAh}}}{{h{{ADl{Kj}}}}}}`{ce{}{}}0{{{h{DAh}}}Df}{{{h{ADn}}}{{Dh{{h{AOf}}}}}}{{{h{c}}}e{}{}}0{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}000`{{{h{c}}}Il{}}066```````````{{{h{c}}}{{h{e}}}{}{}}0{{{h{Ahc}}}{{h{Ahe}}}{}{}}0{{{h{AFj}}}AFj}{{{h{DAj}}}DAj}{{{h{c}}{h{Ahe}}}Bf{}{}}0{{{h{AFj}}{h{AFj}}}Ed}{{{h{DAj}}{h{DAj}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}000{{{h{AFj}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{DAj}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}0{ce{}{}}0{{{h{AFj}}}{{Dh{{h{AOf}}}}}}{{{h{DAj}}}{{Dh{{h{AOf}}}}}}{{{h{c}}}e{}{}}0{{{h{c}}}Ih{}}0{c{{Dn{e}}}{}{}}000{{{h{c}}}Il{}}066{c{{Dn{Cl}}}E`}{{{h{Cl}}c}DnI`}``````````````````{{{h{AhDAl}}DAl}DAl}``{{{h{AhAGb}}}{{h{Ah{Ab{A`}}}}}}{{{h{AhAGb}}}{{h{Ah{Ad{A`}}}}}}{{{h{AGb}}}{{h{{Ad{A`}}}}}}{{{h{AGb}}}{{h{{Ab{A`}}}}}}{{DAlDAl}DAl}{{{h{AhDAl}}DAl}Bf}10{{{h{c}}}{{h{e}}}{}{}}003400{{{h{Ahc}}}{{h{Ahe}}}{}{}}006700{{{h{BAb}}}BAb}{{{h{DAl}}}DAl}{{{h{AGb}}}AGb}{{{h{DAn}}}DAn}{{{h{DB`}}}DB`}{{{h{c}}{h{Ahe}}}Bf{}{}}0000{{{h{DAl}}{h{DAl}}}Bh}{{{h{AGb}}{h{AGb}}}Bh}{{{h{Ahc}}}{{Dn{BAbAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DAlAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{AGbAC`}}}{ACbACd}}{{{h{BAb}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DAl}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{AGb}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{}DAl}{{{h{BAb}}{h{BAb}}}Ed}{{{h{DAl}}{h{DAl}}}Ed}{{{h{AGb}}{h{AGb}}}Ed}{{{h{DAn}}{h{DAn}}}Ed}{{{h{DB`}}{h{DB`}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}000000000{{{h{BAb}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DAl}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{AGb}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{DAn}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{DB`}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}0{EbDAl}1{ClAGb}22{{{Ab{A`}}}AGb}{cAGb{{AD`{Nj}}}}{{{h{Gd}}}{{Dn{AGb}}}}{{DAlDAl}Ed}{{{h{BAb}}{h{Ahc}}}BfGj}{{{h{DAl}}{h{Ahc}}}BfGj}{{{h{AGb}}{h{Ahc}}}BfGj}{ce{}{}}0000``````{{{h{BEh}}DAl}BAb}{{{h{DAl}}{h{DAl}}}{{Dh{Bh}}}}{{{h{AGb}}{h{AGb}}}{{Dh{Bh}}}}`{{{h{AhDAl}}DAl}DAl}`{{{h{BAb}}}{{Dn{BEhACf}}}}{{{h{DAn}}}{{Dh{{h{AOf}}}}}}{{{h{DB`}}}{{Dh{{h{AOf}}}}}}{AGb{{Ab{A`}}}}{{{h{c}}}e{}{}}0000{{{h{BAb}}}{{Dn{BBn}}}}{{{h{c}}}Ih{}}000{DAlEb}{c{{Dn{e}}}{}{}}000000000{{{h{c}}}Il{}}0000>>>>>````````````{{{h{c}}}{{h{e}}}{}{}}0{{{h{Ahc}}}{{h{Ahe}}}{}{}}0{{{h{DBb}}}DBb}{{{h{BAh}}}BAh}{{{h{c}}{h{Ahe}}}Bf{}{}}0{{{h{Ahc}}}{{Dn{DBbAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{BAhAC`}}}{ACbACd}}{{{h{DBb}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{BAh}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DBb}}{h{DBb}}}Ed}{{{h{BAh}}{h{BAh}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}000{{{h{DBb}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{BAh}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}0{{{h{DBb}}{h{Ahc}}}BfGj}{{{h{BAh}}{h{Ahc}}}BfGj}{ce{}{}}0````{{{h{BAh}}}{{Dn{BEhACf}}}}`{{{h{c}}}e{}{}}0{{{h{BAh}}}{{Dn{BBn}}}}{c{{Dn{e}}}{}{}}000{{{h{c}}}Il{}}055```````````````````````````````````````````{{{h{DBd}}}{{h{Gd}}}}{{{h{c}}}{{h{e}}}{}{}}000{{{h{Ahc}}}{{h{Ahe}}}{}{}}000{{{h{DBd}}}DBd}{{{h{DBf}}}DBf}{{{h{DBh}}}DBh}{{{h{DBj}}}DBj}{{{h{c}}{h{Ahe}}}Bf{}{}}000{{{h{DBh}}}{{h{Gd}}}}{{{h{DBj}}}{{h{Gd}}}}{{{h{DBh}}}DBd}{{{h{DBj}}}DBd}{{{h{Ahc}}}{{Dn{DBdAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DBhAC`}}}{ACbACd}}0{{{h{DBd}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DBh}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DBj}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DBd}}{h{DBd}}}Ed}{{{h{DBf}}{h{DBf}}}Ed}{{{h{DBh}}{h{DBh}}}Ed}{{{h{DBj}}{h{DBj}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0000000{{{h{DBd}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{DBf}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{DBh}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DBj}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}000{{{h{Gd}}}{{Dn{DBd}}}}{ce{}{}}000{{{h{DBh}}}{{h{AGb}}}}{{AGbDBj}DBh}{{{h{DBh}}}{{h{DBj}}}}{{{h{DBf}}}{{Dh{{h{AOf}}}}}}{{{h{c}}}e{}{}}000{{{h{c}}}Ih{}}07{c{{Dn{e}}}{}{}}{Ih{{Dn{DBd}}}}{{{AJb{Gd}}}{{Dn{DBd}}}}222{{{h{Gd}}}{{Dn{DBdDBf}}}}3333{{{h{c}}}Il{}}000;;;;`````````````{{{h{c}}}{{h{e}}}{}{}}00{{{h{Ahc}}}{{h{Ahe}}}{}{}}00{{{h{BAf}}}BAf}{{{h{DBl}}}DBl}{{{h{DBn}}}DBn}{{{h{c}}{h{Ahe}}}Bf{}{}}00{{{h{BAf}}{h{BAf}}}Bh}{{{h{Ahc}}}{{Dn{BAfAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DBlAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DBnAC`}}}{ACbACd}}10{{{h{BAf}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DBl}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DBn}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{BAf}}{h{BAf}}}Ed}{{{h{DBl}}{h{DBl}}}Ed}{{{h{DBn}}{h{DBn}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}00000{{{h{BAf}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DBl}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DBn}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}00{{{h{BAf}}{h{Ahc}}}BfGj}{ce{}{}}00``{{{h{BAf}}}{{Dh{{Ab{A`}}}}}}{{{ADl{Cn}}Cn}DBl}{{{ADl{Cn}}Cn}DBn}{{{h{BAf}}{h{BAf}}}{{Dh{Bh}}}}``{{{h{c}}}e{}{}}00{c{{Dn{e}}}{}{}}00000{{{h{c}}}Il{}}00``777````````{{{h{c}}}{{h{e}}}{}{}}00{{{h{Ahc}}}{{h{Ahe}}}{}{}}00{{{h{DC`}}}DC`}{{{h{DCb}}}DCb}{{{h{DCd}}}DCd}{{{h{c}}{h{Ahe}}}Bf{}{}}00{{{h{Ahc}}}{{Dn{DC`AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DCbAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DCdAC`}}}{ACbACd}}20{{{h{DC`}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DCb}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DCd}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}`{{{h{DC`}}{h{DC`}}}Ed}{{{h{DCb}}{h{DCb}}}Ed}{{{h{DCd}}{h{DCd}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}00000``{{{h{DC`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DCb}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DCd}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}00`{ce{}{}}00{{{h{c}}}e{}{}}00{c{{Dn{e}}}{}{}}00000`{{{h{c}}}Il{}}00333````{{{h{c}}}{{h{e}}}{}{}}000{{{h{Ahc}}}{{h{Ahe}}}{}{}}000{{{h{DCf}}}DCf}{{{h{DCh}}}DCh}{{{h{DCj}}}DCj}{{{h{DCl}}}DCl}{{{h{c}}{h{Ahe}}}Bf{}{}}000{{{h{DCf}}{h{DCf}}}Bh}{{{h{DCh}}{h{DCh}}}Bh}{{{h{DCj}}{h{DCj}}}Bh}{{{h{DCl}}{h{DCl}}}Bh}`{{{h{Ahc}}}{{Dn{DCfAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DChAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DCjAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DClAC`}}}{ACbACd}}3210{{{h{DCf}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DCh}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DCj}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DCl}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DCf}}{h{DCf}}}Ed}{{{h{DCh}}{h{DCh}}}Ed}{{{h{DCj}}{h{DCj}}}Ed}{{{h{DCl}}{h{DCl}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0000000{{{h{DCf}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DCh}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DCj}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DCl}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}000{{{h{DCf}}{h{Ahc}}}BfGj}{{{h{DCh}}{h{Ahc}}}BfGj}{{{h{DCj}}{h{Ahc}}}BfGj}{{{h{DCl}}{h{Ahc}}}BfGj}{ce{}{}}000{{{h{DCf}}{h{DCf}}}{{Dh{Bh}}}}{{{h{DCh}}{h{DCh}}}{{Dh{Bh}}}}{{{h{DCj}}{h{DCj}}}{{Dh{Bh}}}}{{{h{DCl}}{h{DCl}}}{{Dh{Bh}}}}`{{{h{c}}}e{}{}}000`{c{{Dn{e}}}{}{}}0000000`{{{h{c}}}Il{}}000`7777```````{{{h{c}}}{{h{e}}}{}{}}00000{{{h{Ahc}}}{{h{Ahe}}}{}{}}00000{{{h{DCn}}}DCn}{{{h{DD`}}}DD`}{{{h{DDb}}}DDb}{{{h{DDd}}}DDd}{{{h{DDf}}}DDf}{{{h{DDh}}}DDh}{{{h{c}}{h{Ahe}}}Bf{}{}}00000{{{h{Ahc}}}{{Dn{DCnAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DD`AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DDbAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DDdAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DDfAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DDhAC`}}}{ACbACd}}543210{{{h{DCn}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DD`}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DDb}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DDd}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DDf}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DDh}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DCn}}{h{DCn}}}Ed}{{{h{DD`}}{h{DD`}}}Ed}{{{h{DDb}}{h{DDb}}}Ed}{{{h{DDd}}{h{DDd}}}Ed}{{{h{DDf}}{h{DDf}}}Ed}{{{h{DDh}}{h{DDh}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}00000000000`````````{{{h{DCn}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DD`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DDb}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DDd}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DDf}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DDh}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}00000{ce{}{}}00000````````{{{h{c}}}e{}{}}00000{c{{Dn{e}}}{}{}}00000000000{{{h{c}}}Il{}}00000333333```````````{{{h{c}}}{{h{e}}}{}{}}00{{{h{Ahc}}}{{h{Ahe}}}{}{}}00`{{{h{DDj}}}DDj}{{{h{DDl}}}DDl}{{{h{DDn}}}DDn}{{{h{c}}{h{Ahe}}}Bf{}{}}00{{{h{Ahc}}}{{Dn{DDjAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DDlAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DDnAC`}}}{ACbACd}}20{{{h{DDj}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DDl}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DDn}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DDj}}{h{DDj}}}Ed}{{{h{DDl}}{h{DDl}}}Ed}{{{h{DDn}}{h{DDn}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}00000{{{h{DDj}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DDl}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DDn}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}00`{ce{}{}}00`{{DAlA@`BAbBAbEbIhBBb}DDj}````````{{{h{c}}}e{}{}}00{c{{Dn{e}}}{}{}}00000{{{h{c}}}Il{}}00``444`{{{h{BMj}}}{{h{DE`}}}}{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{BMj}}}BMj}{{{h{c}}{h{Ahe}}}Bf{}{}}{{{h{BMj}}{h{BMj}}}Ed}??{{{h{BMj}}{h{AhEl}}}{{Dn{BfEn}}}}0<{{{h{BMj}}}{{h{Gd}}}}<{{{h{BMj}}}{{Dh{{h{AOf}}}}}};{{{h{c}}}Ih{}};;:>````````{{A@`A@`}A@`}`````````````````````````````````````````````````````````````````````````````````````````````99999999999998888888888888{{{h{DEb}}}DEb}{{{h{BKb}}}BKb}{{{h{ALd}}}ALd}{{{h{DEd}}}DEd}{{{h{DEf}}}DEf}{{{h{DEh}}}DEh}{{{h{AKn}}}AKn}{{{h{AE`}}}AE`}{{{h{DEj}}}DEj}{{{h{DEl}}}DEl}{{{h{DEn}}}DEn}{{{h{c}}{h{Ahe}}}Bf{}{}}0000000000{{{h{ALd}}{h{ALd}}}Bh}{{{h{DEf}}{h{DEf}}}Bh}{{{h{DEh}}{h{DEh}}}Bh}{{{h{DEl}}{h{DEl}}}Bh}{{{h{AhDEb}}DEb}Bf}{{{h{AhDEn}}DEn}Bf}{{}DEb}{{}DEn}{c{{Dn{DEb}}}E`}{c{{Dn{DEl}}}E`}{c{{Dn{DEn}}}E`}{DEl{{Dn{ABbAHd}}}}{{{h{DEn}}}{{Dn{ABbAHd}}}}{{{h{DEb}}{h{DEb}}}Ed}{{{h{BKb}}{h{BKb}}}Ed}{{{h{ALd}}{h{ALd}}}Ed}{{{h{DEd}}{h{DEd}}}Ed}{{{h{DEf}}{h{DEf}}}Ed}{{{h{DEh}}{h{DEh}}}Ed}{{{h{AKn}}{h{AKn}}}Ed}{{{h{AE`}}{h{AE`}}}Ed}{{{h{DEj}}{h{DEj}}}Ed}{{{h{DEl}}{h{DEl}}}Ed}{{{h{DEn}}{h{DEn}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}000000000000000000000``{{{h{ABn}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{DEb}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{BKb}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{ALd}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DEd}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{DEf}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DEh}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{AKn}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{AE`}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{DEj}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{DF`}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{DEl}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{DEn}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}{ACfABn}{AC`ABn}{AO`ABn}{GbABn}4444{AO`DEd}{BDhDEd}66{AO`AKn}7{DFbAKn}{DEjAKn}{DFdAKn}:{AO`AE`}{AO`DEj}<{AO`DF`}=={AB`DEl}{ABbDEl}?{{{h{Gd}}}{{Dn{DEl}}}}{DfDEl}{{{h{{ALf{}{{Gf{c}}}}}}BKb{h{{Jf{e}}}}}{{Dn{{Dh{AAn}}c}}}F`AGd}{{{h{DEb}}{h{Ahc}}}BfGj}{{{h{DEf}}{h{Ahc}}}BfGj}{{{h{DEh}}{h{Ahc}}}BfGj}{{{h{DEl}}{h{Ahc}}}BfGj}{{{h{DEn}}{h{Ahc}}}BfGj}```{ce{}{}}000000000000``{{{h{ALd}}{h{ALd}}}{{Dh{Bh}}}}{{{h{DEf}}{h{DEf}}}{{Dh{Bh}}}}{{{h{DEh}}{h{DEh}}}{{Dh{Bh}}}}{{{h{DEl}}{h{DEl}}}{{Dh{Bh}}}}`````````{{{h{DEb}}c}DnI`}{{{h{DEl}}c}DnI`}{{{h{DEn}}c}DnI`}``{{{h{DEf}}}DEh}{{{h{ABn}}}{{Dh{{h{AOf}}}}}}{{{h{DEd}}}{{Dh{{h{AOf}}}}}}{{{h{AKn}}}{{Dh{{h{AOf}}}}}}{{{h{AE`}}}{{Dh{{h{AOf}}}}}}{{{h{DEj}}}{{Dh{{h{AOf}}}}}}{{{h{DF`}}}{{Dh{{h{AOf}}}}}}`````````{DEl{{Dn{AB`AFh}}}}{{{h{DEn}}}{{Dn{AB`AFh}}}}{{{h{c}}}e{}{}}0000000000{{{h{c}}}Ih{}}000000{DElDf}{c{{Dn{e}}}{}{}}0000000000000000000000000{{{h{c}}}Il{}}000000000000````{{{h{AhDEb}}{h{{Cj{AMh}}}}}{{Dn{{Cj{AAj}}DFf}}}}{{{h{AhDEn}}{h{{Cj{AMh}}}}}{{Dn{{Cj{AAj}}DFf}}}}`{ce{}{}}000000000000`````````````````````{{{h{c}}}{{h{e}}}{}{}}00{{{h{Ahc}}}{{h{Ahe}}}{}{}}00{{{h{{DFh{c}}}}}{{DFh{c}}}{AlBBh{DFj{A`}}{AHb{A`}}}}{{{h{DFl}}}DFl}{{{h{c}}{h{Ahe}}}Bf{}{}}0{{{h{{DFh{c}}}}{h{{DFh{c}}}}}Bh{BjBBh{DFj{A`}}{AHb{A`}}}}{{{h{DFl}}{h{DFl}}}Bh}{{{h{Ahc}}}{{Dn{{DFh{e}}AC`}}}{ACbACd}{BBh{DFj{A`}}{AHb{A`}}}}{{{h{{DFh{c}}}}{h{Ahe}}}{{Dn{FlACf}}}{BBh{DFj{A`}}{AHb{A`}}}{AChACd}}{c{{Dn{{DFh{e}}}}}E`{BBh{DFj{A`}}{AHb{A`}}BAj}}{c{{Dn{DFn}}}E`}{c{{Dn{DFl}}}E`}{{{h{{DFh{c}}}}{h{{DFh{c}}}}}Ed{EfBBh{DFj{A`}}{AHb{A`}}}}{{{h{DFn}}{h{DFn}}}Ed}{{{h{DFl}}{h{DFl}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}00000{{{h{{DFh{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{F`BBh{DFj{A`}}{AHb{A`}}}}{{{h{DFn}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DFl}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}00{{{h{{DFh{c}}}}{h{Ahe}}}Bf{GlBBh{DFj{A`}}{AHb{A`}}}Gj}{{{h{DFl}}{h{Ahc}}}BfGj}{ce{}{}}00```{{{h{{DFh{c}}}}{h{{DFh{c}}}}}{{Dh{Bh}}}{HnBBh{DFj{A`}}{AHb{A`}}}}{{{h{DFl}}{h{DFl}}}{{Dh{Bh}}}}`{{{h{{DFh{c}}}}e}Dn{BBh{DFj{A`}}{AHb{A`}}If}I`}{{{h{DFn}}c}DnI`}{{{h{DFl}}c}DnI`}`{{{h{{DFh{c}}}}}DFl{BBh{DFj{A`}}{AHb{A`}}}}{{{h{c}}}e{}{}}0{{{h{c}}}Ih{}}{DFl{{Dn{{DFh{c}}}}}{BBh{DFj{A`}}{AHb{A`}}}}{c{{Dn{e}}}{}{}}00000{{{h{c}}}Il{}}00``;;;````````````````````````````````````````{{AEd{h{{Jf{c}}}}{h{Jh}}}{{Dn{AEdJl}}}Jn}{{AJl{h{Jh}}}{{Dn{AJlJl}}}}{{{h{AJl}}}}{{{h{AEd}}}}{{{h{AKl}}}}{{{h{AhAJl}}}}{{{h{AhAEd}}}}{{{h{AhAKl}}}}{{{h{AhAEd}}}DG`}{{{h{AEd}}}DG`}{{{h{AJl}}}{{h{{Ab{A`}}}}}}{{{h{AKl}}}{{h{{Ab{A`}}}}}}{{{h{c}}}{{h{e}}}{}{}}00000000000{{{h{Ahc}}}{{h{Ahe}}}{}{}}00000000000{{{h{D@f}}}D@f}{{{h{D@h}}}D@h}{{{h{D@b}}}D@b}{{{h{DAd}}}DAd}{{{h{DAf}}}DAf}{{{h{COl}}}COl}{{{h{AJl}}}AJl}{{{h{AEd}}}AEd}{{{h{D@`}}}D@`}{{{h{Jh}}}Jh}{{{h{AKl}}}AKl}{{{h{Jl}}}Jl}{{{h{c}}{h{Ahe}}}Bf{}{}}00000000000{{{h{D@f}}{h{D@f}}}Bh}{{{h{D@h}}{h{D@h}}}Bh}{{{h{D@b}}{h{D@b}}}Bh}{{{h{DAd}}{h{DAd}}}Bh}{{{h{DAf}}{h{DAf}}}Bh}{{{h{COl}}{h{COl}}}Bh}{{{h{AEd}}{h{AEd}}}Bh}{{{h{D@`}}{h{D@`}}}Bh}{{{h{Jh}}{h{Jh}}}Bh}{{{h{AKl}}{h{AKl}}}Bh}{{{h{Jl}}{h{Jl}}}Bh}4{{{h{AEd}}{h{AEd}}}{{Dn{AEdJl}}}}{{{h{{Ad{{h{AEd}}}}}}}{{Dn{AEdJl}}}}`{{A`Fl}Bf}000000{c{{Dn{AJl}}}E`}{c{{Dn{AEd}}}E`}{{{h{AJl}}}COn}```{{{h{D@f}}{h{D@f}}}Ed}{{{h{D@h}}{h{D@h}}}Ed}{{{h{D@b}}{h{D@b}}}Ed}{{{h{DAd}}{h{DAd}}}Ed}{{{h{DAf}}{h{DAf}}}Ed}{{{h{COl}}{h{COl}}}Ed}{{{h{AJl}}{h{AJl}}}Ed}{{{h{AEd}}{h{AEd}}}Ed}{{{h{D@`}}{h{D@`}}}Ed}{{{h{Jh}}{h{Jh}}}Ed}{{{h{AKl}}{h{AKl}}}Ed}{{{h{Jl}}{h{Jl}}}Ed}4{{{h{c}}{h{e}}}Ed{}{}}00000000000000000000000{{{h{D@f}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{D@h}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{D@b}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DAd}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DAf}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{COl}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{AJl}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{AEd}}{h{AhEl}}}{{Dn{BfEn}}}}00{{{h{D@`}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{Jh}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{AKl}}{h{AhEl}}}{{Dn{BfEn}}}}00{{{h{Jl}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}00000{{{h{AG`}}}AJl}{AG`AJl}2{cAJlDGb}{AG`AEd}{{{h{AG`}}}AEd}{DG`AEd}66{AJlJh}7{LlAKl}{cAKlDGb}9{LnAKl}{LjAKl};{D@`Jl}{{{Ab{A`}}}{{Dn{JhDGd}}}}{{{Ab{A`}}}AKl}{{{h{{Ad{A`}}}}}{{Dn{AKlJl}}}}{DGfAEd}?;3{{{h{{Jf{c}}}}{h{AJl}}}AEdAGd}{{{h{{Ad{A`}}}}}{{Dn{AJlJl}}}}{{{h{{Ad{A`}}}}}{{Dn{AEdJl}}}}4{{{h{Gd}}}{{Dn{AJlJl}}}}{{{h{Gd}}}{{Dn{AEdJl}}}}{{JdJj}AEd}{{{h{D@f}}{h{Ahc}}}BfGj}{{{h{D@h}}{h{Ahc}}}BfGj}{{{h{D@b}}{h{Ahc}}}BfGj}{{{h{DAd}}{h{Ahc}}}BfGj}{{{h{DAf}}{h{Ahc}}}BfGj}{{{h{COl}}{h{Ahc}}}BfGj}{{{h{AEd}}{h{Ahc}}}BfGj}{{{h{D@`}}{h{Ahc}}}BfGj}{{{h{Jh}}{h{Ahc}}}BfGj}{{{h{AKl}}{h{Ahc}}}BfGj}{{{h{Jl}}{h{Ahc}}}BfGj}`{{{h{AJl}}c}h{}}{{{h{Jh}}c}h{}}{{{h{AKl}}c}h{}}{ce{}{}}00000000000{DGb{{Ab{A`}}}}{{{h{AJl}}{h{{Jf{c}}}}}AG`AGd}{{AJl{h{Jh}}}{{Dn{AJlJl}}}}{{AEd{h{{Jf{c}}}}{h{Jh}}}{{Dn{AEdJl}}}Jn}{AJlAJl}{{AEd{h{{Jf{c}}}}}AEdJn}{{{h{Ahc}}}AJl{D@jACd}}{{{h{AhAJl}}}Bf}{{{h{AhJh}}}Bf}{{{h{D@f}}{h{D@f}}}{{Dh{Bh}}}}{{{h{D@h}}{h{D@h}}}{{Dh{Bh}}}}{{{h{D@b}}{h{D@b}}}{{Dh{Bh}}}}{{{h{DAd}}{h{DAd}}}{{Dh{Bh}}}}{{{h{DAf}}{h{DAf}}}{{Dh{Bh}}}}{{{h{COl}}{h{COl}}}{{Dh{Bh}}}}{{{h{AEd}}{h{AEd}}}{{Dh{Bh}}}}{{{h{D@`}}{h{D@`}}}{{Dh{Bh}}}}{{{h{Jh}}{h{Jh}}}{{Dh{Bh}}}}{{{h{AKl}}{h{AKl}}}{{Dh{Bh}}}}{{{h{Jl}}{h{Jl}}}{{Dh{Bh}}}}{{{h{AJl}}{h{{Jf{c}}}}}AEdAGd}{{}Jh}{cJhD@j}``{{{h{AJl}}}{{Ab{A`}}}}{{{h{AJl}}c}DnI`}{{{h{AEd}}}{{Ab{A`}}}}{{{h{AEd}}c}DnI`}1{{{h{Jl}}}{{Dh{{h{AOf}}}}}}{Jh{{Ab{A`}}}}{{{h{Ml}}}Ml}{{{h{ALl}}}ALl}2{{{h{c}}}e{}{}}00000000000{{{h{AEd}}}AAj}{{{h{ALn}}}ALn}{{{h{n}}}n}{{{h{c}}}Ih{}}000{c{{Dn{e}}}{}{}}00000000000000000000000{{{h{c}}}Il{}}00000000000{{{h{AEd}}{h{{Jf{c}}}}{h{AKl}}{h{C@j}}}{{Dn{BfJl}}}Jn}{ce{}{}}00000000000{{{h{AJl}}{h{{Jf{c}}}}}{{Fd{JdJj}}}AGd}{{{h{AEd}}}{{Fd{JdJj}}}}`````````````````{{{h{DGh}}}{{h{{Ad{A`}}}}}}{{{h{c}}}{{h{e}}}{}{}}1{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{DGh}}}DGh}{{{h{c}}{h{Ahe}}}Bf{}{}}{{{h{DGh}}{h{DGh}}}Bh}{c{{Dn{DGh}}}E`}{{{h{DGh}}}COn}{{{h{DGh}}{h{DGh}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{DGh}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}{{{Ab{A`}}}DGh}{{{h{{Ad{A`}}}}}{{Dn{DGhJl}}}}{{{h{Gd}}}{{Dn{DGhJl}}}}{{{h{DGh}}{h{Ahc}}}BfGj}{ce{}{}}{{{h{AEd}}{h{AJl}}}DGh}{{{h{AhDGh}}}Bf}{{{h{DGh}}{h{DGh}}}{{Dh{Bh}}}}{{{h{DGh}}}{{Ab{A`}}}}{{{h{DGh}}c}DnI`}{{{h{AEd}}{h{AJl}}}{{Ab{A`}}}}{{{h{c}}}e{}{}}{c{{Dn{e}}}{}{}}0{{{h{c}}}Il{}}9````{{{h{DA`}}}}{{{h{C@j}}}}{{{h{AhDA`}}}}{{{h{AhC@j}}}}{{{h{AhDA`}}}DGj}{{{h{AhC@j}}}DGl}{{{h{DA`}}}DGj}{{{h{C@j}}}DGl}{{{h{DGn}}}{{h{{Ad{A`}}}}}}{{{h{c}}}{{h{e}}}{}{}}0100{{{h{Ahc}}}{{h{Ahe}}}{}{}}000{{{h{DGn}}}Fl}{{{h{DH`}}}DH`}{{{h{DA`}}}DA`}{{{h{DGn}}}DGn}{{{h{C@j}}}C@j}{{{h{c}}{h{Ahe}}}Bf{}{}}000{{{h{DH`}}{h{DH`}}}Bh}{{{h{DA`}}{h{DA`}}}Bh}{{{h{DGn}}{h{DGn}}}Bh}{{{h{C@j}}{h{C@j}}}Bh}0<{c{{Dn{C@j}}}E`}{{{h{DH`}}{h{DH`}}}Ed}{{{h{DA`}}{h{DA`}}}Ed}{{{h{DGn}}{h{DGn}}}Ed}{{{h{DGn}}{h{{Ad{A`}}}}}Ed}{{{h{C@j}}{h{C@j}}}Ed}0{{{h{c}}{h{e}}}Ed{}{}}0000000{{{h{DH`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DA`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DGn}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{C@j}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}{DGjDA`}11{{{h{C@j}}}DGn}{C@jDGn}3{DGlC@j}{{{h{{Ad{A`}}}}DH`}{{Dn{DA`Jl}}}}{{{h{{Ad{A`}}}}}{{Dn{C@jJl}}}}00{BBb{{Dn{DH`Jl}}}}5{{{h{Gd}}}{{Dn{C@jJl}}}}{{{h{DA`}}{h{Ahc}}}BfGj}{{{h{DGn}}{h{Ahc}}}BfGj}{{{h{C@j}}{h{Ahc}}}BfGj}{ce{}{}}000{{{h{DGn}}}}{DGn}{{{h{DGn}}}Ed}{{{h{DGn}}}Fl}{{{h{AhC@j}}}Bf}{{{h{DH`}}{h{DH`}}}{{Dh{Bh}}}}{{{h{DA`}}{h{DA`}}}{{Dh{Bh}}}}{{{h{DGn}}{h{{Ad{A`}}}}}{{Dh{Bh}}}}{{{h{DGn}}{h{DGn}}}{{Dh{Bh}}}}{{{h{C@j}}{h{C@j}}}{{Dh{Bh}}}}{{{h{C@j}}c}DnI`}{{{h{DA`}}}{{Fd{DH`{Ab{A`}}}}}}{{{h{C@j}}}{{Ab{A`}}}}{{{h{C@j}}}DGn}`{DH`BBb}{{{h{c}}}e{}{}}000{{{h{DGn}}}{{Dn{C@jJl}}}}{{{h{DA`}}}C@j}{{{h{c}}}Ih{}}0{c{{Dn{e}}}{}{}}000{{{h{DGn}}}{{Dn{C@j}}}}{DGn{{Dn{C@j}}}}2222{{{h{c}}}Il{}}000{ce{}{}}000``{{{h{DHb}}}{{h{{Ad{A`}}}}}}{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{DHb}}}DHb}{{{h{c}}{h{Ahe}}}Bf{}{}}{{{h{DHb}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}7{c{{H`{g}}}{}{}{{Hb{}{{Eh{e}}}}}}8{{{h{AhDHb}}}Dh}0{{{h{AhDHb}}Fl}Dh}{{{h{DHb}}}{{Fd{Fl{Dh{Fl}}}}}}{{{h{c}}}e{}{}}{c{{Ij{i}}}{}{}{}{{Hb{}{{Eh{{Dn{eg}}}}}}}}{c{{Dn{e}}}{}{}}0?>`````{{{h{DGf}}}}{{{h{AhDGf}}}}{{{h{DHd}}}{{h{{Ab{A`}}}}}}???>>>{{{h{DGf}}}DGf}{{{h{DHd}}}DHd}{{{h{DHf}}}DHf}???{{{h{DGf}}{h{DGf}}}Bh}{{{h{DHd}}{h{DHd}}}Bh}{{{h{DHf}}{h{DHf}}}Bh}{{{h{DGf}}{h{DGf}}}Ed}{{{h{DHd}}{h{DHd}}}Ed}{{{h{DHf}}{h{DHf}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}00000{{{h{DGf}}{h{AhEl}}}{{Dn{BfEn}}}}00{{{h{DHd}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DHf}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}00{{{Ab{A`}}}DGf}{AEdDGf}{{{h{{Jf{c}}}}AJl{Dh{{Ab{A`}}}}}DGfJn}{{{Ab{A`}}}DHd}{{{h{Gd}}}{{Dn{DGf}}}}{{{h{DGf}}{h{Ahc}}}BfGj}{{{h{DHd}}{h{Ahc}}}BfGj}{{{h{DHf}}{h{Ahc}}}BfGj}{ce{}{}}00{{AJl{Ab{A`}}}DGf}{{{h{DGf}}{h{DGf}}}{{Dh{Bh}}}}{{{h{DHd}}{h{DHd}}}{{Dh{Bh}}}}{{{h{DHf}}{h{DHf}}}{{Dh{Bh}}}}{{DGfDGfAJlDHf{Dh{{h{{Ad{A`}}}}}}}DHd}{{DGfDGfAJlDHfc}DHd{{Hj{{Ab{A`}}{Ab{A`}}{Ab{A`}}}{{Hh{DHd}}}}}}{{{h{DGf}}}{{Ab{A`}}}}{{{h{c}}}e{}{}}00{DHd{{Ab{A`}}}}{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}00000{{{h{c}}}Il{}}00<<<``````````````````````````{{{h{{DHj{}{{DHh{c}}}}}}}c{}}{{{h{DG`}}}}{{{h{DGl}}}}{{{h{Mh}}}}{{{h{CNf}}}}{{{h{DHl}}}}{{{h{Ah{DHj{}{{DHh{c}}}}}}}c{}}{{{h{AhDG`}}}}{{{h{AhDGl}}}}{{{h{AhMh}}}}{{{h{AhCNf}}}}{{{h{AhDHl}}}}{{{h{DG`}}}{{h{{Ab{A`}}}}}}{{{h{DGl}}}{{h{{Ab{A`}}}}}}{{{h{Mh}}}{{h{{Ab{A`}}}}}}{{{h{CNf}}}{{h{{Ab{A`}}}}}}{{{h{DHl}}}{{h{{Ab{A`}}}}}}{{{h{c}}}{{h{e}}}{}{}}000000{{{h{Ahc}}}{{h{Ahe}}}{}{}}000000{{{h{COb}}}COb}{{{h{DG`}}}DG`}{{{h{DGl}}}DGl}{{{h{Mh}}}Mh}{{{h{CNf}}}CNf}{{{h{DHl}}}DHl}{{{h{c}}{h{Ahe}}}Bf{}{}}00000{{{h{DG`}}{h{DG`}}}Bh}{{{h{DGl}}{h{DGl}}}Bh}{{{h{Mh}}{h{Mh}}}Bh}{{{h{CNf}}{h{CNf}}}Bh}{{{h{DHl}}{h{DHl}}}Bh}43210{{CObDGlA`Fl}BBb}{{{h{DG`}}{h{DG`}}}Ed}{{{h{DGl}}{h{DGl}}}Ed}{{{h{Mh}}{h{Mh}}}Ed}{{{h{CNf}}{h{CNf}}}Ed}{{{h{DHl}}{h{DHl}}}Ed}43210{{{h{c}}{h{e}}}Ed{}{}}000000000{{{h{COb}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DG`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DGl}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{Mh}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{CNf}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DHl}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}000000{{{Ab{A`}}}DHl}{{{Ab{A`}}}DG`}{{{Ab{A`}}}DGl}{{{Ab{A`}}}Mh}{{{Ab{A`}}}CNf}{{{h{DG`}}{h{Ahc}}}BfGj}{{{h{DGl}}{h{Ahc}}}BfGj}{{{h{Mh}}{h{Ahc}}}BfGj}{{{h{CNf}}{h{Ahc}}}BfGj}{{{h{DHl}}{h{Ahc}}}BfGj}``{{{h{DG`}}c}h{}}{{{h{DGl}}c}h{}}{{{h{Mh}}c}h{}}{{{h{CNf}}c}h{}}{{{h{DHl}}c}h{}}{ce{}{}}000000{{{Dh{{DI`{A`A`FlA`A`A`FlDHn}{{Hh{BBb}}}}}}DHn}DIb}{{}DG`}{{}DGl}{{}Mh}{{}CNf}{{{h{AhCNf}}}Bf}{{{h{Ahc}}c}Bf{}}{{{h{DG`}}{h{DG`}}}{{Dh{Bh}}}}{{{h{DGl}}{h{DGl}}}{{Dh{Bh}}}}{{{h{Mh}}{h{Mh}}}{{Dh{Bh}}}}{{{h{CNf}}{h{CNf}}}{{Dh{Bh}}}}{{{h{DHl}}{h{DHl}}}{{Dh{Bh}}}}`{Df{{COd{COb}}}}{{{COd{COb}}}Bf}{{BBdDHn}Bf}021`{{COb{COd{DHn}}}{{COd{COb}}}}{CObFl}{{{COd{DHn}}Df}{{COd{COb}}}}4{DfFl}{{{COd{COb}}A`}BBb}{{CObDG`DG`}BBb}{{CObDG`DG`Fl}BBb}{{CObDG`A`}BBb}{{CObDG`}BBb}{{CObDG`A`Fl}BBb}{{CObA`FlDG`Df}BBb}33{{CObA`}BBb}{{CObA`A`}BBb}01{{CObA`DG`A`{Dh{{DI`{A`A`A`DHn}{{Hh{BBb}}}}}}DHn}BBb}`{{CObDGlA`A`{Dh{{DI`{A`A`A`A`DHnDf}{{Hh{BBb}}}}}}DHn}BBb}{{CObDGlDGl}BBb}{{CObDGlA`}BBb}{{CObDGlA`Fl}BBb}{{CObA`DGl}BBb}{{CObA`FlDGl}BBb}{{CObDGlA`DG`}BBb}{{CObA`A`A`}BBb}9{{CObA`DG`A`}BBb}{{CObA`A`A`A`BBb{Dh{{DI`{A`A`A`A`DHn}{{Hh{BBb}}}}}}DHn}BBb}`{{CObCNfA`}BBb}{{CObDG`CNf}BBb}{{CObA`CNf}BBb}{{CObMhBBbCNf}BBb}3```{{CObA`A`CNfA`}BBb}{{CObA`A`FlCNfDIb}BBb}{{CObA`A`FlMh}BBb}{{CObMhMh}BBb}{{CObMhBBbDG`}BBb}{{CObMhA`}BBb}{{CObA`Mh}BBb}{{CObDG`MhA`}BBb}{{CObA`BBbMhA`}BBb}{DHl{{Ab{A`}}}}{{{h{c}}}e{}{}}00000{c{{Dn{e}}}{}{}}0000000000000{{{h{c}}}Il{}}000000`{DG`{{Ab{A`}}}}{DGl{{Ab{A`}}}}{Mh{{Ab{A`}}}}{CNf{{Ab{A`}}}}{ce{}{}}000000`{{{h{DGj}}}}{{{h{AhDGj}}}}{{{h{DGj}}}{{h{{Ab{A`}}}}}}{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{DGj}}}DGj}{{{h{c}}{h{Ahe}}}Bf{}{}}{{{h{DGj}}{h{DGj}}}Bh}0{{}DGj}{{{h{DGj}}{h{DGj}}}Ed}0{{{h{c}}{h{e}}}Ed{}{}}0{{{h{DGj}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}{{{h{DGj}}{h{Ahc}}}BfGj}{{{h{DGj}}c}h{}}?6{{{h{DGj}}{h{DGj}}}{{Dh{Bh}}}}{{CObDG`DGjA`}BBb}{{CObDGlDGj}BBb}{{CObDGjA`BBb}BBb}{{CObA`BBbDGj}BBb}{{CObDGjA`A`{Dh{{DI`{A`A`A`A`DHnDf}{{Hh{BBb}}}}}}DHn}BBb}{{{h{c}}}e{}{}}{c{{Dn{e}}}{}{}}0{{{h{c}}}Il{}}{ce{}{}}``{{{h{c}}}{{h{e}}}{}{}}0{{{h{Ahc}}}{{h{Ahe}}}{}{}}0`````{{{h{D@l}}}D@l}{{{h{c}}{h{Ahe}}}Bf{}{}}{{}D@l}{{{h{DHn}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}077`:999988772`````````65{{{h{DId}}}{{Dh{{DIf{Df}}}}}}`{{{h{AhD@j}}{h{Ahc}}}Bf{DIhACd}}{{{h{AhDIj}}{h{Ah{Ad{A`}}}}}Bf}{{{h{DId}}{h{AhEl}}}{{Dn{BfEn}}}}0{DIlDId}5{{{DIf{Df}}}DId}{{}{{DJ`{}{{DIn{c}}}}}{DJb{DJd{{Ad{A`}}}}}}{c{{Dn{{DJ`{}{{DIn{e}}}}DId}}}DIj{DJb{DJd{{Ad{A`}}}}}}{c{{DJ`{}{{DIn{c}}}}}{DJb{DJd{{Ad{A`}}}}}}{{{h{AhD@j}}}c{}}{{{h{AhD@j}}ADb}Ed}{{{h{AhD@j}}e}cDJf{{DJh{c}}}}{{{h{AhD@j}}DfDf}Ed}{{{h{DId}}}{{h{AOf}}}}{ce{}{}}{cDId{{AHb{{AJb{AOf}}}}}}{{{h{AhDIj}}}Df}{{{h{AhDIj}}}Eb}`{{}c{}}{{{h{DId}}}{{Dh{BBb}}}}{{{h{AhDIj}}{h{Ah{Ad{A`}}}}}{{Dn{FlBBn}}}}`{{{h{AhD@j}}e}c{}{{DJj{c}}}}{{D@je}{{DJl{eD@jc}}}{}{{DJj{c}}}}{Eb{{DJ`{}{{DIn{c}}}}}{DJb{DJd{{Ad{A`}}}}}}`{{{h{DId}}}{{Dh{{h{AOf}}}}}}{DId{{AJb{AOf}}}}{{}DJn}{{{h{c}}}Ih{}}{{{h{AhDIh}}{h{Ahc}}}{{Dn{BfDId}}}{D@jACd}}{{{h{AhD@j}}{h{Ahc}}}{{Dn{BfDId}}}{DIhACd}}{{{h{AhDIj}}{h{Ah{Ad{A`}}}}}{{Dn{BfDId}}}}{c{{Dn{e}}}{}{}}0{{{h{c}}}Il{}}{ce{}{}}```````````````````{{{h{DK`}}{h{Ahc}}{h{AhIh}}Fl}Bf{D@jACd}}{{{h{DKb}}{h{Ahc}}{h{AhIh}}Fl}Bf{D@jACd}}{{{h{DKd}}{h{Ahc}}{h{AhIh}}Fl}Bf{D@jACd}}{{{h{c}}}{{h{e}}}{}{}}00000000000{{{h{Ahc}}}{{h{Ahe}}}{}{}}00000000000{c{{Dh{Bn}}}{}}{c{{Dh{In}}}{}}{{{h{DKf}}}DKf}{{{h{DKh}}}DKh}{{{h{DKj}}}DKj}{{{h{DKl}}}DKl}{{{h{DKb}}}DKb}{{{h{{DKn{c}}}}}{{DKn{c}}}Al}{{{h{{DL`{c}}}}}{{DL`{c}}}{AlDJfHn}}{{{h{DLb}}}DLb}{{{h{{DLd{c}}}}}{{DLd{c}}}{AlDJf}}{{{h{DKd}}}DKd}{{{h{c}}{h{Ahe}}}Bf{}{}}000000000{{{h{DKf}}{h{DKf}}}Ed}{{{h{DKh}}{h{DKh}}}Ed}{{{h{{DL`{c}}}}{h{{DL`{c}}}}}Ed{EfDJfHn}}{{{h{DLb}}{h{DLb}}}Ed}{{{h{{DLd{c}}}}{h{{DLd{c}}}}}Ed{EfDJf}}{{{h{c}}{h{e}}}Ed{}{}}000{{{h{DKf}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DKh}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{{DJl{ceg}}}}{h{AhEl}}}{{Dn{BfEn}}}F`F`F`}{{{h{{DLf{cegi}}}}{h{AhEl}}}{{Dn{BfEn}}}F`F`F`F`}{{{h{DKj}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DKl}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DKb}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{{DKn{c}}}}{h{AhEl}}}{{Dn{BfEn}}}F`}{{{h{{DL`{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{F`DJfHn}}{{{h{DLb}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{{DLd{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{F`DJf}}{{{h{DKd}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}0000000000{{{AIl{c}}}{{DLd{c}}}DJf}{{{AIh{c}}}{{DLd{c}}}DJf}2{{DfDf}{{Dn{DKfDKh}}}}{ce{}{}}00000000000{c{{H`{g}}}{}{}{{Hb{}{{Eh{e}}}}}}1{{DJjg}{{DLf{DJjgce}}}{}{}{{AFd{c}{{Hh{e}}}}}}{ADb{{Dn{DKfDKh}}}}{{{h{{Ad{c}}}}}{{Dn{{DKn{c}}DLh}}}{}}{c{{Dn{{DL`{e}}DLb}}}Ej{DLjAlDJbDJfHn}}{{eg}{{DLd{c}}}DJf{{DLl{c}}}{{DLl{c}}}}0{{{h{Ah{DJl{egc}}}}}{{Dh{c}}}{}{{DJj{c}}}D@j}{{{h{DJj}}{h{Ahc}}}e{D@jACd}{}}{{{h{DKf}}{h{Ahc}}}Ed{D@jACd}}{{{h{{DLf{eicg}}}}{h{Ahk}}}g{}{{DJj{c}}}{}{{AFd{c}{{Hh{g}}}}}{D@jACd}}{{{h{DKj}}{h{Ahc}}}CFh{D@jACd}}{{{h{DKj}}{h{Ahc}}}ADb{D@jACd}}{{{h{DKl}}{h{Ahc}}}ADb{D@jACd}}{{{h{DKl}}{h{Ahc}}}CFh{D@jACd}}{{{h{DKb}}{h{Ahc}}}A`{D@jACd}}{{{h{{DKn{c}}}}{h{Ahe}}}{{h{c}}}{}{D@jACd}}{{{h{{DL`{c}}}}{h{Ahe}}}Fl{DJfHn}{D@jACd}}{{{h{{DLd{c}}}}{h{Ahe}}}cDJf{D@jACd}}{{{h{DKd}}{h{Ahc}}}CFh{D@jACd}}{{{h{DKd}}{h{Ahc}}}{{DIf{ACn}}}{D@jACd}}{{{h{DKd}}{h{Ahc}}}{{Fd{egikmoAaAc}}}{D@jACd}{}{}{}{}{}{}{}{}}{{{h{DKd}}{h{Ahc}}}{{Ab{e}}}{D@jACd}{}}{{{h{DKd}}{h{Ahc}}}{{Fd{eg}}}{D@jACd}{}{}}1{{{h{DKd}}{h{Ahc}}}{{DLn{e}}}{D@jACd}{}}22222{{{h{DKd}}{h{Ahc}}}{{Dh{e}}}{D@jACd}{}}3{{{h{DKd}}{h{Ahc}}}AEl{D@jACd}}{{{h{DKd}}{h{Ahc}}}BBj{D@jACd}}{{{h{DKd}}{h{Ahc}}}{{DIf{AEl}}}{D@jACd}}666{{{h{DKd}}{h{Ahc}}}CFj{D@jACd}}{{{h{DKd}}{h{Ahc}}}{{Fd{egikmoAaAcAeAgAi}}}{D@jACd}{}{}{}{}{}{}{}{}{}{}{}}8888{{{h{DKd}}{h{Ahc}}}Bf{D@jACd}}{{{h{DKd}}{h{Ahc}}}Eb{D@jACd}}{{{h{DKd}}{h{Ahc}}}A`{D@jACd}};{{{h{DKd}}{h{Ahc}}}Fl{D@jACd}}<{{{h{DKd}}{h{Ahc}}}{{Fd{e}}}{D@jACd}{}}=={{{h{DKd}}{h{Ahc}}}{{Fd{egikmoAaAcAe}}}{D@jACd}{}{}{}{}{}{}{}{}{}}>>>>>{{{h{DKd}}{h{Ahc}}}{{DIf{Fl}}}{D@jACd}}{{{h{DKd}}{h{Ahc}}}{{Fd{egikmoAaAcAeAgAiAk}}}{D@jACd}{}{}{}{}{}{}{}{}{}{}{}{}}{{{h{DKd}}{h{Ahc}}}{{DIf{Df}}}{D@jACd}}{{{h{DKd}}{h{Ahc}}}{{Fd{egikmo}}}{D@jACd}{}{}{}{}{}{}}{{{h{DKd}}{h{Ahc}}}{{Fd{egikmoAa}}}{D@jACd}{}{}{}{}{}{}{}}{{{h{DKd}}{h{Ahc}}}ACn{D@jACd}}{{{h{DKd}}{h{Ahc}}}A@`{D@jACd}}{{{h{DKd}}{h{Ahc}}}{{Ab{e}}}{D@jACd}{}}{{{h{DKd}}{h{Ahc}}}{{Fd{egik}}}{D@jACd}{}{}{}{}}1{{{h{DKd}}{h{Ahc}}}Ed{D@jACd}}{{{h{DKd}}{h{Ahc}}}BB`{D@jACd}}3{{{h{DKd}}{h{Ahc}}}ADb{D@jACd}}{{{h{DKd}}{h{Ahc}}}BBb{D@jACd}}5{{{h{DKd}}{h{Ahc}}}{{Fd{egikm}}}{D@jACd}{}{}{}{}{}}{{{h{DKd}}{h{Ahc}}}BBd{D@jACd}}{{{h{DKd}}{h{Ahc}}}{{DIf{A`}}}{D@jACd}}888{{{h{DKd}}{h{Ahc}}}{{Fd{egi}}}{D@jACd}{}{}{}}{{{h{DKd}}{h{Ahc}}}Df{D@jACd}}:{{{h{DKd}}{h{Ahc}}}{{DIf{Eb}}}{D@jACd}}{{{h{DKd}}{h{Ahc}}}CKl{D@jACd}}<{{{h{DKd}}{h{Ahc}}}{{Fd{egikmoAaAcAeAg}}}{D@jACd}{}{}{}{}{}{}{}{}{}{}}{{DJjc}{{DJl{DJjce}}}D@j{}}{{{h{DK`}}{h{Ahc}}Fl}Ih{D@jACd}}{{{h{{DJl{egc}}}}}{{Fd{Fl{Dh{Fl}}}}}{}{{DJj{c}}}D@j}{{{h{c}}}e{}{}}000000000{{{h{c}}}Ih{}}0{c{{Ij{i}}}{}{}{}{{Hb{}{{Eh{{Dn{eg}}}}}}}}{c{{Dn{e}}}{}{}}00000000000000000000000{{{h{c}}}Il{}}00000000000`{{{h{Ah{DL`{c}}}}{h{{Ad{{Fd{Fl{h{c}}}}}}}}}{{Dn{BfDLb}}}{DLjDM`AlDJbDJfHn}}{ce{}{}}00000000000````````````{{{h{DLl}}}{{h{c}}}{}}{{{h{c}}}{{h{e}}}{}{}}000{{{h{Ahc}}}{{h{Ahe}}}{}{}}000{{{h{{DMb{c}}}}}{{DMb{c}}}Al}{{{h{DMd}}}DMd}{{{h{{DMf{c}}}}}{{DMf{c}}}Al}{{{h{DMh}}}DMh}{{{h{c}}{h{Ahe}}}Bf{}{}}000{{{h{{DMb{c}}}}{h{{DMb{c}}}}}EdEf}{{{h{{DMf{c}}}}{h{{DMf{c}}}}}EdEf}{{{h{{DMb{c}}}}{h{AhEl}}}{{Dn{BfEn}}}F`}{{{h{DMd}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{{DMf{c}}}}{h{AhEl}}}{{Dn{BfEn}}}F`}{{{h{DMh}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}000????{{{h{DJh}}}Ed}{{eg}{{DMl{}{{DMj{c}}}}}{}{{DLl{c}}}{{DLl{c}}}}{{ce}{{DMb{Eb}}}DLlDLl}{{ce}{{DMb{BBb}}}DLlDLl}{{ce}{{DMb{ACn}}}DLlDLl}{{ce}{{DMb{AEl}}}DLlDLl}{{ce}{{DMb{A`}}}DLlDLl}{{ce}{{DMb{Fl}}}DLlDLl}{{ce}{{DMb{CKl}}}DLlDLl}{{ce}{{DMb{BBd}}}DLlDLl}{{ce}{{DMb{BB`}}}DLlDLl}{{ce}{{DMb{A@`}}}DLlDLl}{{ce}{{DMb{CFj}}}DLlDLl}{{ce}{{DMb{Df}}}DLlDLl}{{ce}DMdDLlDLl}{{ce}{{DMf{ADb}}}DLlDLl}{{ce}{{DMf{CFh}}}DLlDLl}{{ce}DMhDLlDLl}{{eg}{{DMl{}{{DMj{c}}}}}{}{{DLl{c}}}{{DLl{c}}}}=>5?;9{{ce}{{DMb{Eb}}}DLlDLl}7;9=85342{{{h{{DMl{}{{DMj{c}}}}}}{h{Ahe}}}c{}{D@jACd}}{{{h{{DMb{A`}}}}{h{Ahc}}}{}{D@jACd}}{{{h{{DMb{BB`}}}}{h{Ahc}}}{}{D@jACd}}{{{h{{DMb{AEl}}}}{h{Ahc}}}{}{D@jACd}}{{{h{{DMb{Df}}}}{h{Ahc}}}{}{D@jACd}}{{{h{{DMb{Eb}}}}{h{Ahc}}}{}{D@jACd}}{{{h{{DMb{A@`}}}}{h{Ahc}}}{}{D@jACd}}{{{h{{DMb{ACn}}}}{h{Ahc}}}{}{D@jACd}}{{{h{{DMb{CFj}}}}{h{Ahc}}}{}{D@jACd}}{{{h{{DMb{CKl}}}}{h{Ahc}}}{}{D@jACd}}{{{h{{DMb{BBb}}}}{h{Ahc}}}{}{D@jACd}}{{{h{{DMb{Fl}}}}{h{Ahc}}}{}{D@jACd}}{{{h{{DMb{BBd}}}}{h{Ahc}}}{}{D@jACd}}{{{h{DMd}}{h{Ahc}}}{}{D@jACd}}{{{h{{DMf{ADb}}}}{h{Ahc}}}{}{D@jACd}}{{{h{{DMf{CFh}}}}{h{Ahc}}}{}{D@jACd}}{{{h{DMh}}{h{Ahc}}}DMn{D@jACd}}{{DJh{h{Ahc}}}e{DIjACd}{}}{{eg{h{Ahi}}}c{}{{DLl{c}}}{{DLl{c}}}{D@jACd}}{{ce{h{Ahg}}}{}DLlDLl{D@jACd}}00000000000001000000000000{{{h{c}}}e{}{}}000{c{{Dn{e}}}{}{}}0000000{{{h{c}}}Il{}}000{ce{}{}}000`````````{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{{DN`{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{F`DNb}}{cc{}}4{{{ADl{c}}}{{Dn{{DN`{c}}DLb}}}DNb}7765```````````{{{h{{DNd{}{{Eh{c}}}}}}{h{Ahe}}}{{Dh{{h{c}}}}}{}{D@jACd}}{{DNf{h{Ahc}}}{{Dh{e}}}{D@jACd}{}}{{{h{{DNd{}{{Eh{c}}}}}}{h{Ahe}}Fl}{{DNh{{DNd{}{{Eh{c}}}}c}}}{}{D@jACd}}{{DNf{h{Ahc}}Fl}{{ADl{e}}}{D@jACd}{}}{{DNf{h{Ahc}}{h{Ah{Ad{e}}}}}Fl{D@jACd}{}}{{{h{{DNd{}{{Eh{c}}}}}}{h{Ahe}}Fli}{{Dn{{DNh{{DNd{}{{Eh{c}}}}c}}DLb}}}{}{D@jACd}{{AHb{ADb}}}{{AFd{{h{c}}}{{Hh{g}}}}}}{{{h{Ah{DNd{}{{Eh{c}}}}}}{h{Ahe}}}{{Dh{{h{Ahc}}}}}{}{D@jACd}}5{{{h{{DNd{}{{Eh{c}}}}}}{h{Ahe}}k}{{Dn{{h{c}}DLb}}}{}{D@jACd}{DJfDLjHnAlDJb}{{DLl{g}}}{{AFd{{h{c}}}{{Hh{i}}}}}}{{{h{Ah{DNd{}{{Eh{c}}}}}}{h{Ahe}}k}{{Dn{{h{Ahc}}DLb}}}{}{D@jACd}{DJfDLjHnAlDJb}{{DLl{g}}}{{AFd{{h{c}}}{{Hh{i}}}}}}{{{h{AhD@j}}{h{Ahc}}}Bf{DIhACd}}{{{h{AhDIj}}{h{Ah{Ad{A`}}}}}Bf}{{}{{DJ`{}{{DIn{c}}}}}{DJb{DJd{{Ad{A`}}}}}}{c{{Dn{{DJ`{}{{DIn{e}}}}DId}}}DIj{DJb{DJd{{Ad{A`}}}}}}{c{{DJ`{}{{DIn{c}}}}}{DJb{DJd{{Ad{A`}}}}}}{{{h{AhD@j}}}c{}}{{{h{AhD@j}}ADb}Ed}{{{h{AhD@j}}e}cDJf{{DJh{c}}}}{{{h{AhD@j}}DfDf}Ed}{{DJjg}{{DLf{DJjgce}}}{}{}{{AFd{c}{{Hh{e}}}}}}{{{h{AhDIj}}}Df}{{{h{AhDIj}}}Eb}{{{h{Ah{DNd{}{{Eh{c}}}}}}{h{Ahe}}Fl}{{Fd{{h{Ah{Ad{c}}}}{h{Ah{Ad{c}}}}}}}{}{D@jACd}}{{}c{}}{{{h{DJj}}{h{Ahc}}}e{D@jACd}{}}{{{h{AhD@j}}e}c{}{{DJj{c}}}}{{DJjc}{{DJl{DJjce}}}D@j{}}{{D@je}{{DJl{eD@jc}}}{}{{DJj{c}}}}{Eb{{DJ`{}{{DIn{c}}}}}{DJb{DJd{{Ad{A`}}}}}}{{{h{Ah{DNd{}{{Eh{c}}}}}}{h{Ahe}}}Bf{}{D@jACd}}{{}DJn}{{{h{AhD@j}}{h{Ahc}}}{{Dn{BfDId}}}{DIhACd}}{{{h{AhDIj}}{h{Ah{Ad{A`}}}}}{{Dn{BfDId}}}}````{{{h{Ahc}}}{{h{AhDIj}}}{}}00{{{h{c}}}{{h{e}}}{}{}}00{{{h{Ahc}}}{{h{Ahe}}}{}{}}00{{{h{DNj}}}DNj}{{{h{DNl}}}DNl}{{{h{DJn}}}DJn}{{{h{c}}{h{Ahe}}}Bf{}{}}00{{}DNj}:{{{h{DNl}}{h{DNl}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{AhDNj}}{h{Ah{Ad{A`}}}}}Bf}{{{h{AhDNl}}{h{Ah{Ad{A`}}}}}Bf}{{{h{AhDJn}}{h{Ah{Ad{A`}}}}}Bf}{{{h{DNj}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DNl}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DJn}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}00{c{{Dn{DNlDId}}}DIj}{{}DNl}{ce{}{}}00`{{{h{AhDNj}}}Df}{{{h{AhDNl}}}Df}{{{h{AhDJn}}}Df}{{{h{AhDNj}}}Eb}{{{h{AhDNl}}}Eb}{{{h{AhDJn}}}Eb}{{{h{c}}}e{}{}}00{{{h{AhDNj}}{h{Ah{Ad{A`}}}}}{{Dn{BfDId}}}}{{{h{AhDNl}}{h{Ah{Ad{A`}}}}}{{Dn{BfDId}}}}{{{h{AhDJn}}{h{Ah{Ad{A`}}}}}{{Dn{BfDId}}}}{c{{Dn{e}}}{}{}}00000{{{h{c}}}Il{}}00<<<```{{{h{Ahc}}}{{h{AhDIj}}}{}}{{{h{c}}}{{h{e}}}{}{}}00{{{h{Ahc}}}{{h{Ahe}}}{}{}}00{{{h{{DNn{ce}}}}}{{DNn{ce}}}{DO`DJ`Al}{DIjAl}}{{{h{c}}{h{Ahe}}}Bf{}{}}{{{h{Ah{DOb{c}}}}{h{Ah{Ad{A`}}}}}BfBHb}{{{h{Ah{DNn{ce}}}}{h{Ah{Ad{A`}}}}}Bf{{DO`{}{{Eh{Df}}}}DJ`}DIj}{{{h{{DOb{c}}}}{h{AhEl}}}{{Dn{BfEn}}}F`}{{{h{DOd}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{{DNn{ce}}}}{h{AhEl}}}{{Dn{BfEn}}}{F`DO`DJ`}{F`DIj}}{cc{}}00{ce{}{}}00{c{{DOb{c}}}BHb}{{cEbe}{{DNn{ce}}}{DO`DJ`}DIj}{{{h{Ah{DOb{c}}}}}DfBHb}{{{h{Ah{DNn{ce}}}}}Df{{DO`{}{{Eh{Df}}}}DJ`}DIj}{{{h{Ah{DOb{c}}}}}EbBHb}{{{h{Ah{DNn{ce}}}}}Eb{{DO`{}{{Eh{Df}}}}DJ`}DIj}{{{h{Ah{DNn{ce}}}}}{{Dn{BfDId}}}{DO`DJ`}DIj}{{{h{DOd}}}{{Dh{{h{AOf}}}}}}{{{h{c}}}e{}{}}{{{h{c}}}Ih{}}{{{h{Ah{DOb{c}}}}{h{Ah{Ad{A`}}}}}{{Dn{BfDId}}}BHb}{{{h{Ah{DNn{ce}}}}{h{Ah{Ad{A`}}}}}{{Dn{BfDId}}}{{DO`{}{{Eh{Df}}}}DJ`}DIj}{c{{Dn{e}}}{}{}}00000{{{h{c}}}Il{}}00>>>`{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{DOf}}}DOf}{{{h{c}}{h{Ahe}}}Bf{}{}}{{{h{DOf}}{h{DOf}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{AhDOf}}{h{Ah{Ad{A`}}}}}Bf}{{{h{DOf}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}{ce{}{}}{{EbEb}DOf}{{{h{AhDOf}}}Df}{{{h{AhDOf}}}Eb}{{{h{c}}}e{}{}}{{{h{AhDOf}}{h{Ah{Ad{A`}}}}}{{Dn{BfDId}}}}{c{{Dn{e}}}{}{}}0{{{h{c}}}Il{}}7````{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{{DNd{}{{Eh{c}}}}}}{h{Ahe}}}{{Dh{{h{c}}}}}{}{D@jACd}}{{DNf{h{Ahc}}}{{Dh{e}}}{D@jACd}{}}{{{h{{DNd{}{{Eh{c}}}}}}{h{Ahe}}Fl}{{DNh{{DNd{}{{Eh{c}}}}c}}}{}{D@jACd}}{{DNf{h{Ahc}}Fl}{{ADl{e}}}{D@jACd}{}}{{DNf{h{Ahc}}{h{Ah{Ad{e}}}}}Fl{D@jACd}{}}{{{h{{DNd{}{{Eh{c}}}}}}{h{Ahe}}Fli}{{Dn{{DNh{{DNd{}{{Eh{c}}}}c}}DLb}}}{}{D@jACd}{{AHb{ADb}}}{{AFd{{h{c}}}{{Hh{g}}}}}}{{{h{Ah{DNd{}{{Eh{c}}}}}}{h{Ahe}}}{{Dh{{h{Ahc}}}}}{}{D@jACd}}5{{{h{{DNd{}{{Eh{c}}}}}}{h{Ahe}}k}{{Dn{{h{c}}DLb}}}{}{D@jACd}{DJfDLjHnAlDJb}{{DLl{g}}}{{AFd{{h{c}}}{{Hh{i}}}}}}{{{h{Ah{DNd{}{{Eh{c}}}}}}{h{Ahe}}k}{{Dn{{h{Ahc}}DLb}}}{}{D@jACd}{DJfDLjHnAlDJb}{{DLl{g}}}{{AFd{{h{c}}}{{Hh{i}}}}}}{{{h{{DNh{ce}}}}{h{AhEl}}}{{Dn{BfEn}}}{F`ACd}F`}{cc{}}`{ce{}{}}{c{{H`{g}}}{}{}{{Hb{}{{Eh{e}}}}}}1{{{h{{DNh{ec}}}}}Fl{}{{DOh{Fl}{{Hh{c}}}}ACd}}{{{h{Ah{DNh{ec}}}}}Dh{}{{DOh{Fl}{{Hh{c}}}}ACd}}{{{h{Ah{DNd{}{{Eh{c}}}}}}{h{Ahe}}Fl}{{Fd{{h{Ah{Ad{c}}}}{h{Ah{Ad{c}}}}}}}{}{D@jACd}}{{{h{Ah{DNd{}{{Eh{c}}}}}}{h{Ahe}}}Bf{}{D@jACd}}{{{h{{DNh{ec}}}}}{{Fd{Fl{Dh{Fl}}}}}{}{{DOh{Fl}{{Hh{c}}}}ACd}}{c{{Ij{i}}}{}{}{}{{Hb{}{{Eh{{Dn{eg}}}}}}}}{c{{Dn{e}}}{}{}}0{{{h{c}}}Il{}}9```{{{h{c}}}{{h{e}}}{}{}}00{{{h{Ahc}}}{{h{Ahe}}}{}{}}00{{{h{DOj}}}DOj}{{{h{DOl}}}DOl}{{{h{c}}{h{Ahe}}}Bf{}{}}0{{{h{DOj}}{h{DOj}}}Ed}{{{h{DOj}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DOn}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DOl}}{h{AhEl}}}{{Dn{BfEn}}}}{{{ADl{Fl}}}DOj}{cc{}}{{{ADl{Df}}}DOj}11{{{h{DOj}}Fl}Fl}{ce{}{}}00{c{{H`{g}}}{}{}{{Hb{}{{Eh{e}}}}}}0{DOjDOl}22{DOj{{ADl{Fl}}}}{{{h{DOj}}}Ed}{{{h{DOj}}}DOn}{{{h{DOj}}}Fl}{{{h{AhDOn}}}{{Dh{Fl}}}}{{{h{AhDOl}}}Dh}{{{h{Ahc}}FlFl}DOj{D@jACd}}{{{h{Ahc}}FlgFl}{{Dn{DOjDLb}}}{D@jACd}{{AHb{ADb}}}{{AFd{Fl}{{Hh{e}}}}}}{{{h{DOn}}}{{Fd{Fl{Dh{Fl}}}}}}{{{h{DOl}}}{{Fd{Fl{Dh{Fl}}}}}}{{{h{c}}}e{}{}}0{c{{Ij{i}}}{}{}{}{{Hb{}{{Eh{{Dn{eg}}}}}}}}0{c{{Dn{e}}}{}{}}00000{{{h{c}}}Il{}}00{ce{}{}}00``{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{DGd}}}DGd}{{{h{c}}{h{Ahe}}}Bf{}{}}{{{h{DGd}}{h{DGd}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{DGd}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}{{{h{DGd}}{h{Ahc}}}BfGj}9={{{h{c}}}Ih{}}<<;:`{{{h{AMn}}}}{{{h{AhAMn}}}}{{{h{AMn}}}{{h{{Ab{A`}}}}}}<;{{{h{AMn}}}AMn}:{{{h{AMn}}{h{AMn}}}Bh}{c{{Dn{AMn}}}E`}{{{h{AMn}}{h{AMn}}}Ed};;{{{h{AMn}}{h{AhEl}}}{{Dn{BfEn}}}}00:{{{h{{Ad{A`}}}}}{{Dn{AMnJl}}}}{{{h{Gd}}}{{Dn{AMnJl}}}}{{{h{AMn}}{h{Ahc}}}BfGj}{{{h{AMn}}c}h{}}{ce{}{}}{{{h{AMn}}{h{AMn}}}{{Dh{Bh}}}}{{{h{AMn}}}{{Ab{A`}}}}{{{h{AMn}}c}DnI`}{{{h{c}}}e{}{}}{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}0{{{h{c}}}Il{}}7`````````````````````````````````````````````````````{{{h{E@`}}}{{h{{Ad{A`}}}}}}{{{h{c}}}{{h{e}}}{}{}}000000000000000{{{h{Ahc}}}{{h{Ahe}}}{}{}}000000000000000{{{h{{E@b{c}}}}}{{E@b{c}}}{Al{Dj{AAf}}}}{{{h{AEn}}}AEn}{{{h{E@d}}}E@d}{{{h{E@f}}}E@f}{{{h{E@h}}}E@h}{{{h{AFh}}}AFh}{{{h{AHd}}}AHd}{{{h{E@j}}}E@j}{{{h{E@`}}}E@`}{{{h{DFd}}}DFd}{{{h{DFb}}}DFb}{{{h{E@l}}}E@l}{{{h{E@n}}}E@n}{{{h{c}}{h{Ahe}}}Bf{}{}}000000000000{{{h{{E@b{c}}}}{h{{E@b{c}}}}}Bh{Bj{Dj{AAf}}}}{{{h{AEn}}{h{AEn}}}Bh}{{{h{E@`}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{E@b{c}}}}{h{{E@b{c}}}}}Ed{Ef{Dj{AAf}}}}{{{h{AEn}}{h{AEn}}}Ed}{{{h{E@d}}{h{E@d}}}Ed}{{{h{E@f}}{h{E@f}}}Ed}{{{h{E@h}}{h{E@h}}}Ed}{{{h{AFh}}{h{AFh}}}Ed}{{{h{AHd}}{h{AHd}}}Ed}{{{h{E@j}}{h{E@j}}}Ed}{{{h{E@`}}{h{E@`}}}Ed}{{{h{DFd}}{h{DFd}}}Ed}{{{h{DFb}}{h{DFb}}}Ed}{{{h{E@l}}{h{E@l}}}Ed}{{{h{E@n}}{h{E@n}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0000000000000000000000000{{{h{{AKj{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{F`{Dj{Cf}}}}{{{h{{E@b{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{F`{Dj{AAf}}}}{{{h{AEn}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{E@d}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{E@f}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{E@h}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{AFh}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{AHd}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{E@j}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{E@`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DFd}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{DFb}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{E@l}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{E@n}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{{EA`{c}}}}{h{AhEl}}}{{Dn{BfEn}}}F`}{{{h{{EA`{c}}}}{h{AhEl}}}{{Dn{BfEn}}}CBh}{cc{}}000000{AO`E@h}1111{E@fDFd}{E@hDFd}3{E@dDFd}{AMdDFd}{AO`DFd}6{AO`DFb}{AMdDFb}88{AO`E@n}{AO`{{EA`{c}}}{}}{ACf{{EA`{c}}}{}};{{{h{{E@b{c}}}}{h{Ahe}}}Bf{Gl{Dj{AAf}}}Gj}{{{h{AEn}}{h{Ahc}}}BfGj}{{{h{E@`}}{h{Ahc}}}BfGj}`{ce{}{}}000000000000000{{{AKj{c}}}c{{Dj{Cf}}}}{{{EAb{c}}}{{Dn{Edc}}}{}}{{{h{AEn}}}M`}{{{h{{AKj{c}}}}{h{Ahe}}Fl{h{Mf}}g}{{EAb{{EA`{AMd}}}}}{{Dj{Cf}}}{AChACd}{{AHb{Df}}}}{{{h{{AKj{c}}}}Fl{h{Mf}}Df}{{Dn{LjAMd}}}{{Dj{Cf}}}}{{{EAb{c}}g}{{EAb{e}}}{}{}{{BE`{c}{{Hh{e}}}}}}{c{{AKj{c}}}{{Dj{Cf}}}}{{{h{Mf}}AGj}AEn}{{{h{{Ad{A`}}}}}{{Dn{E@`E@n}}}}`{{{h{Ah{AKj{c}}}}Fl{h{Mf}}BnABb}{{Dn{LlDFb}}}{{Dj{Cf}}}}{{{h{Ah{AKj{c}}}}Fl{h{Mf}}BnABb}{{Dn{LlAMd}}}{{Dj{Cf}}}}{{{h{{E@b{c}}}}{h{{E@b{c}}}}}{{Dh{Bh}}}{Hn{Dj{AAf}}}}{{{h{AEn}}{h{AEn}}}{{Dh{Bh}}}}{{{h{Ah{AKj{c}}}}{h{Ahe}}Fl{h{Mf}}BnABb}{{Dn{Bf{EA`{AMd}}}}}{{Dj{Cf}}}{AChACd}}{{{h{E@d}}}{{Dh{{h{AOf}}}}}}{{{h{E@f}}}{{Dh{{h{AOf}}}}}}{{{h{E@h}}}{{Dh{{h{AOf}}}}}}{{{h{AFh}}}{{Dh{{h{AOf}}}}}}{{{h{AHd}}}{{Dh{{h{AOf}}}}}}{{{h{E@j}}}{{Dh{{h{AOf}}}}}}{{{h{DFd}}}{{Dh{{h{AOf}}}}}}{{{h{DFb}}}{{Dh{{h{AOf}}}}}}{{{h{E@l}}}{{Dh{{h{AOf}}}}}}{{{h{E@n}}}{{Dh{{h{AOf}}}}}}{{{h{{EA`{c}}}}}{{Dh{{h{AOf}}}}}AOf}{{{h{Ah{AKj{c}}}}{h{Ahe}}Fl{h{{E@b{g}}}}{Dh{E@`}}{Dh{{Fd{M`Df}}}}AB`}{{Dn{Bf{EA`{DFd}}}}}{{Dj{Cf}}}{AChACd}{{Dj{AAf}}}}{{{h{Ah{AKj{c}}}}Fl{h{{E@b{e}}}}AB`}{{Dn{LnDFd}}}{{Dj{Cf}}}{{Dj{AAf}}}}{{{h{Ah{AKj{c}}}}Fl{h{{E@b{e}}}}gAB`}{{Dn{LnDFd}}}{{Dj{Cf}}}{{Dj{AAf}}}{{AHb{M`}}}}{{{h{Ah{AKj{c}}}}Fl{h{{E@b{e}}}}{Dh{E@`}}{Dh{{Fd{M`Df}}}}AB`}{{Dn{LnDFd}}}{{Dj{Cf}}}{{Dj{AAf}}}}{{{h{c}}}e{}{}}000000000000{{{h{c}}}Ih{}}0000000000{{{h{{AKj{c}}}}}{{h{Cf}}}{{Dj{Cf}}}}{c{{Dn{e}}}{}{}}0000000000000000000000000000000{{{h{c}}}Il{}}000000000000000`{ce{}{}}000000000000000{{{h{Mf}}}AEn}{{{h{Ah{AKj{c}}}}Fl}{{Dh{{h{AhA@j}}}}}{{EAd{Cf}}}}```````{{{h{c}}}{{h{e}}}{}{}}0{{{h{Ahc}}}{{h{Ahe}}}{}{}}0{{{h{EAf}}}EAf}{{{h{EAh}}}EAh}{{{h{c}}{h{Ahe}}}Bf{}{}}0`{{{h{EAf}}{h{EAf}}}Ed}{{{h{EAh}}{h{EAh}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}000{{{h{EAf}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{EAh}}{h{AhEl}}}{{Dn{BfEn}}}}0{JlEAf}{AO`EAf}{cc{}}0{{{h{Gd}}}{{Dn{EAhEAf}}}}{{{h{{Ad{A`}}}}}{{Dn{EAhEAf}}}}1{ce{}{}}0{{{h{EAh}}{h{{Jf{c}}}}{h{K`}}Mj}{{Dn{EdEAf}}}Jn}{{DA`Ed}EAh}{{{h{EAh}}{h{{Jf{c}}}}Mj}{{Dn{AAjEAf}}}Jn}{{{h{EAh}}}{{Ab{A`}}}}`{{{h{Gd}}}Mj}{{{h{EAf}}}{{Dh{{h{AOf}}}}}}{EAhIh}{{{h{c}}}e{}{}}0{{{h{c}}}Ih{}}0{c{{Dn{e}}}{}{}}000{{{h{c}}}Il{}}0;;`````````````````````````````````````````````````````{{EAjA`Mb}{{Dn{EAjEAl}}}}{{EAjA`Cd}{{Dn{EAjEAl}}}}{{EAjA`CdAGj}{{Dn{EAjEAl}}}}{{{h{EAn}}}{{Dh{{h{Mb}}}}}}{{{h{BCd}}}{{h{{Ad{Mb}}}}}}{{{h{AhBCd}}}{{h{Ah{Ad{Mb}}}}}}1{{{h{EAn}}}{{Dh{{Fd{{h{Mf}}AGj}}}}}}2{{{h{c}}}{{h{e}}}{}{}}0003000000000000000{{{h{Ahc}}}{{h{Ahe}}}{}{}}0000300000000000000{{{h{AK`}}}AK`}{{{h{EB`}}}EB`}{{{h{BCd}}}BCd}{{{h{AFb}}}AFb}{{{h{EAj}}}EAj}{{{h{EBb}}}EBb}{{{h{EBd}}}EBd}{{{h{EBf}}}EBf}{{{h{EBh}}}EBh}{{{h{EAn}}}EAn}{{{h{AF`}}}AF`}{{{h{EBj}}}EBj}{{{h{AKd}}}AKd}{{{h{EBl}}}EBl}{{{h{AGj}}}AGj}{{{h{EAl}}}EAl}{{{h{EBn}}}EBn}{{{h{c}}{h{Ahe}}}Bf{}{}}0000000000000000{{{h{AK`}}{h{AK`}}}Bh}{{{h{BCd}}{h{BCd}}}Bh}{{{h{AFb}}{h{AFb}}}Bh}{{{h{EAj}}{h{EAj}}}Bh}{{{h{EBh}}{h{EBh}}}Bh}{{{h{EAn}}{h{EAn}}}Bh}{{{h{AF`}}{h{AF`}}}Bh}{{{h{EBj}}{h{EBj}}}Bh}{{{h{AKd}}{h{AKd}}}Bh}{{{h{EBl}}{h{EBl}}}Bh}{{{h{AGj}}{h{AGj}}}Bh}{{EBhEBh}{{Dn{EBhEAl}}}}{{{h{AFb}}{h{{Fd{CdAGj}}}}}{{Dh{AKd}}}}{{{h{{Ad{A`}}}}}{{Dn{BCdEBn}}}}{{{h{{Ad{A`}}}}}{{Dn{AKdEBn}}}}{{}BCd}{{}EAj}{{{h{AF`}}}A`}{{{h{BCd}}}h}{{{h{AhBCd}}}{{h{Ah}}}}{c{{Dn{AK`}}}E`}{c{{Dn{BCd}}}E`}{c{{Dn{EBf}}}E`}{c{{Dn{EBh}}}E`}{c{{Dn{EAn}}}E`}{c{{Dn{AKd}}}E`}{c{{Dn{AGj}}}E`}{{{h{BCd}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{AKd}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{AK`}}{h{AK`}}}Ed}{{{h{EB`}}{h{EB`}}}Ed}{{{h{BCd}}{h{BCd}}}Ed}{{{h{AFb}}{h{AFb}}}Ed}{{{h{EAj}}{h{EAj}}}Ed}{{{h{EBb}}{h{EBb}}}Ed}{{{h{EBd}}{h{EBd}}}Ed}{{{h{EBf}}{h{EBf}}}Ed}{{{h{EBh}}{h{EBh}}}Ed}{{{h{EAn}}{h{EAn}}}Ed}{{{h{AF`}}{h{AF`}}}Ed}{{{h{EBj}}{h{EBj}}}Ed}{{{h{AKd}}{h{AKd}}}Ed}{{{h{EBl}}{h{EBl}}}Ed}{{{h{AGj}}{h{AGj}}}Ed}{{{h{EAl}}{h{EAl}}}Ed}{{{h{EBn}}{h{EBn}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}000000000000000000000000000000000{{EAj{h{{Jf{c}}}}Jd}{{Dn{AFbEAj}}}Jn}{{{h{AK`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{EB`}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BCd}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{AFb}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{EAj}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{EBb}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{EBd}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{EBf}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{EBh}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{EAn}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{AF`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{EBj}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{AKd}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{EBl}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{AGj}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{EAl}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{EBn}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}00{AO`EB`}1{JlEB`}{AFhEB`}{{{Ab{Mb}}}BCd}00400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000044{AO`EBb}5{AO`EBd}66{EBfEBh}77777777{AO`EAl}8{AO`EBn}{A`{{Dn{AGjEBn}}}}{{{h{AF`}}}{{Dh{EBj}}}}{{{h{{Jf{c}}}}JdEBh}AFbJn}{{{h{{Ad{A`}}}}}{{Dn{AK`EB`}}}}{{{h{EAj}}}Ed}{{{h{AK`}}{h{Ahc}}}BfGj}{{{h{BCd}}{h{Ahc}}}BfGj}{{{h{AFb}}{h{Ahc}}}BfGj}{{{h{EAj}}{h{Ahc}}}BfGj}{{{h{EBf}}{h{Ahc}}}BfGj}{{{h{EBh}}{h{Ahc}}}BfGj}{{{h{EAn}}{h{Ahc}}}BfGj}{{{h{AF`}}{h{Ahc}}}BfGj}{{{h{EBj}}{h{Ahc}}}BfGj}{{{h{AKd}}{h{Ahc}}}BfGj}{{{h{EBl}}{h{Ahc}}}BfGj}{{{h{AGj}}{h{Ahc}}}BfGj}{{{h{AFb}}}Jd}`{ce{}{}}000000000000000000{EBbEAj}{c{{H`{g}}}{}{}{{Hb{}{{Eh{e}}}}}}0{BCd{{ADl{Mb}}}}33{{{h{BCd}}}}{BCd}{{{h{AhBCd}}}}{EBdEBh}{EBfEBh}5{{{h{BCd}}}Ed}{{{h{EAj}}}Ed}{{{h{AF`}}}{{h{EAn}}}}{{{h{AF`}}}{{Dh{M`}}}}{{{h{EBh}}}EC`}{{{h{AF`}}}{{Dh{AGj}}}}`{{{h{BCd}}}Fl}`{{{h{AF`}}}{{h{BCd}}}}{{{h{EBj}}}{{h{BCd}}}}`{{{h{AFb}}}{{Dh{Mb}}}}{{}EAj}{MbAF`}{MbEBh}{{{h{{Jf{c}}}}Jd{Dh{Mb}}}AFbJn}{{CdAGj}EBh}{{CdAGj}AF`}{{{h{AhECb}}}Dh}{{{h{AhEC`}}}Dh}10{{{h{EBh}}}Mb}{{{h{AF`}}}Mb}{{{h{EBf}}}{{h{EBh}}}}{{{h{AFb}}}ACj}{{{h{AFb}}}Jj}`{{{h{AK`}}{h{AK`}}}{{Dh{Bh}}}}{{{h{BCd}}{h{BCd}}}{{Dh{Bh}}}}{{{h{AFb}}{h{AFb}}}{{Dh{Bh}}}}{{{h{EAj}}{h{EAj}}}{{Dh{Bh}}}}{{{h{EBh}}{h{EBh}}}{{Dh{Bh}}}}{{{h{EAn}}{h{EAn}}}{{Dh{Bh}}}}{{{h{AF`}}{h{AF`}}}{{Dh{Bh}}}}{{{h{EBj}}{h{EBj}}}{{Dh{Bh}}}}{{{h{AKd}}{h{AKd}}}{{Dh{Bh}}}}{{{h{EBl}}{h{EBl}}}{{Dh{Bh}}}}{{{h{AGj}}{h{AGj}}}{{Dh{Bh}}}}{{{h{EBf}}}Mb}{{{h{AF`}}}{{Dh{{h{Mf}}}}}}{{{h{EBj}}}{{h{Mf}}}}{{{h{EBf}}}ECb}{{{h{AFb}}}{{h{{AKf{{Fd{CdAGj}}{ECd{BCd}}}}}}}}{{{h{AK`}}c}DnI`}{AK`ECf}{{{h{BCd}}c}DnI`}{{{h{BCd}}}{{ADl{A`}}}}{{{h{EBf}}c}DnI`}{{{h{EBh}}c}DnI`}{{{h{EAn}}c}DnI`}{{{h{AKd}}}{{ADl{A`}}}}{{{h{AKd}}c}DnI`}{{{h{AGj}}c}DnI`}{{{h{AK`}}{h{Ahc}}}{{Dn{BfACf}}}{AChACd}}```{{{h{AKd}}}Fl}{{{h{ECb}}}{{Fd{Fl{Dh{Fl}}}}}}{{{h{EC`}}}{{Fd{Fl{Dh{Fl}}}}}}{{{h{EB`}}}{{Dh{{h{AOf}}}}}}{{{h{EBb}}}{{Dh{{h{AOf}}}}}}{{{h{EBd}}}{{Dh{{h{AOf}}}}}}{{{h{EAl}}}{{Dh{{h{AOf}}}}}}{{{h{EBn}}}{{Dh{{h{AOf}}}}}}{{{h{AFb}}}Md}{EBlA`}{AGjA`}{{{h{c}}}e{}{}}0000000000000000{{{h{c}}}Ih{}}000000{AK`{{ADl{A`}}}}{c{{Ij{i}}}{}{}{}{{Hb{}{{Eh{{Dn{eg}}}}}}}}0{c{{Dn{e}}}{}{}}00{ECf{{Dn{AK`}}}}{{{h{ECf}}}{{Dn{AK`}}}}22{{{ADl{Mb}}}{{Dn{BCd}}}}{{{AJb{{Ad{Mb}}}}}{{Dn{BCd}}}}{{{h{{Ad{Mb}}}}}{{Dn{BCd}}}}5555{EAj{{Dn{EBf}}}}{EBh{{Dn{EBf}}}}7{EAj{{Dn{EBh}}}}8888888888888888888888888888{EAj{{Dn{EBhEBb}}}}{EAj{{Dn{EBfEBb}}}}{{{h{c}}}Il{}}000000000000000000{{{h{AKd}}{h{{Jf{c}}}}Jd{h{Mf}}}EdJn}{{{h{EBj}}}AGj}{ce{}{}}000000000000000000{FlEAj}{{{h{{Jf{c}}}}Jde}{{Dn{AFbEAl}}}Jn{{Ej{}{{Eh{{Fd{DfCd}}}}}}}}{c{{Dn{EAjEAl}}}{{Ej{}{{Eh{{Fd{DfCd}}}}}}}}``{{{h{AhECh}}}{{h{Ah{Ad{Mb}}}}}}{{{h{ECh}}}{{h{{Ad{Mb}}}}}}{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{ECh}}}ECh}{{{h{c}}{h{Ahe}}}Bf{}{}}{EChFl}{{{h{ECh}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}<{c{{H`{g}}}{}{}{{Hb{}{{Eh{e}}}}}}={EChDh}{{{h{AhECh}}}Dh}0{{{h{AhECh}}Fl}Dh}0{{{h{ECh}}}{{Fd{Fl{Dh{Fl}}}}}}{{{h{c}}}e{}{}}{c{{Ij{i}}}{}{}{}{{Hb{}{{Eh{{Dn{eg}}}}}}}}{c{{Dn{e}}}{}{}}0{{{h{c}}}Il{}}{ce{}{}}``{{{h{ECf}}}{{h{{Ad{A`}}}}}}{{{h{ECj}}}{{h{{Ad{A`}}}}}}1{{{h{c}}}{{h{e}}}{}{}}0{{{h{Ahc}}}{{h{Ahe}}}{}{}}0{{{h{ECf}}}ECf}{{{h{ECj}}}ECj}{{{h{c}}{h{Ahe}}}Bf{}{}}0{{{h{ECf}}{h{ECf}}}Bh}7{{{h{ECf}}{h{ECf}}}Ed}{{{h{ECf}}{h{{Ad{A`}}}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{ECf}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{ECj}}{h{AhEl}}}{{Dn{BfEn}}}}{AK`ECf}{cc{}}{{{h{AK`}}}ECf}10{{{h{ECf}}{h{Ahc}}}BfGj}{ce{}{}}0{c{{H`{g}}}{}{}{{Hb{}{{Eh{e}}}}}}{{{h{ECf}}}}{ECf}3{{{h{ECf}}}Fl}{{{h{AhECj}}}Dh}0{{{h{AhECj}}Fl}Dh}{{{h{ECf}}{h{ECf}}}{{Dh{Bh}}}}{{{h{ECf}}{h{{Ad{A`}}}}}{{Dh{Bh}}}}{{{h{ECj}}}{{Fd{Fl{Dh{Fl}}}}}}{{{h{c}}}e{}{}}0{{{h{ECf}}}{{Dn{AK`EB`}}}}{{{h{c}}}Ih{}}{c{{Ij{i}}}{}{}{}{{Hb{}{{Eh{{Dn{eg}}}}}}}}{c{{Dn{e}}}{}{}}000{{{h{c}}}Il{}}0??{{{h{ECf}}{h{Ahc}}}{{Dn{BfACf}}}{AChACd}}``{{{h{Ah{ECl{ce}}}}FjDf}{{ECn{c}}}{Fnf}ED`}{{{h{Ah{ECl{ce}}}}{h{Fj}}Df}{{ECn{c}}}{Fnf}ED`}{{{h{Ah{ECl{ce}}}}{ECn{c}}}BffED`}{{{h{Ah{ECl{ce}}}}{Aj{c}}}{{ECn{c}}}fED`}{{{h{Ah{ECl{ce}}}}{Aj{c}}{Dh{Eb}}}{{ECn{c}}}fED`}{{{h{{ECl{ce}}}}}{{h{{Ff{c}}}}}{}{}}{{{h{Ah{ECl{ce}}}}i}{{ECn{c}}}fED`{{Ej{}{{Eh{c}}}}}{{Ej{}{{Eh{{Fd{{h{Cf}}g}}}}}}}}{{{h{Ah{ECl{ce}}}}g}{{ECn{c}}}fED`{{Ej{}{{Eh{{Fd{{h{Cf}}Eb}}}}}}}}{{{h{Ah{ECl{ce}}}}g}{{ECn{c}}}fED`{{Ej{}{{Eh{{Fd{CfEb}}}}}}}}{{{h{c}}}{{h{e}}}{}{}}0{{{h{Ahc}}}{{h{Ahe}}}{}{}}0{{{h{{ECn{ce}}}}}{{ECn{ce}}}AlAl}{{{h{c}}{h{Ahe}}}Bf{}{}}{{}{{ECl{ce}}}{}DJb}{{}{{ECn{ce}}}{}DJb}{c{{Dn{{ECn{eg}}}}}E`{BjBAj}BAj}{{{h{{ECn{ce}}}}{h{{ECn{ce}}}}}EdEfEf}{{{h{{ECl{ce}}}}{h{AhEl}}}FbF`F`}{{{h{{ECn{ce}}}}{h{AhEl}}}FbF`F`}{cc{}}{{{EDb{c}}}{{ECn{ce}}}{}DJb}1{EDd{{ECn{cEDd}}}{}}{{{h{{ECl{ce}}}}}{{h{{Ff{c}}}}}{}{}}``{{{h{{ECl{ce}}}}}{{ECn{c}}}fED`}{{{h{Ah{ECl{ce}}}}D`c}{{ECn{c}}}fED`}{{{h{Ah{ECl{ce}}}}D`Eb}{{ECn{c}}}fED`}{{{h{Ah{ECl{ce}}}}Cf}{{ECn{c}}}fED`}{{{h{Ah{ECl{ce}}}}AAdAAf}{{ECn{c}}}fED`}{ce{}{}}0{{{h{{ECn{ce}}}}}EdfHd}{{{h{Ah{ECn{ce}}}}{ECn{ce}}}BffHd}{c{{ECl{ec}}}{}{}}{{{h{{ECn{ce}}}}g}Dn{BjIf}IfI`}{{{h{c}}}e{}{}}{c{{Dn{e}}}{}{}}000`{{{h{c}}}Il{}}077``{{{h{Ah{ED`{}{{EDf{c}}}}}}c}Bf{}}{{{h{Ah{ED`{}{{EDf{c}}}}}}{h{Cf}}}c{}}{{{h{Ah{ED`{}{{EDf{c}}}}}}AAd{h{AAf}}}c{}}{{{h{{ED`{}{{EDf{c}}}}}}}c{}}{{{h{{ED`{}{{EDf{c}}}}}}{h{Cf}}}Ed{}}````````````{{{h{{EDh{c}}}}}{{AKf{c{Bd{{Cj{Ch}}}}}}}{AlBjF`}}{{{h{Ah{EDh{c}}}}EDd}Bf{AlBjF`}}{{{h{Ah{EDh{c}}}}e}Bf{AlBjF`}{}}{{{h{c}}}{{h{e}}}{}{}}00{{{h{Ahc}}}{{h{Ahe}}}{}{}}00{{{h{{EDh{c}}}}}{{EDh{c}}}Al}{{{h{{EDj{c}}}}}{{EDj{c}}}Al}{{{h{EDd}}}EDd}{{{h{c}}{h{Ahe}}}Bf{}{}}00{{}{{EDh{c}}}{}}{{}EDd}{c{{Dn{EDd}}}E`}{{{h{{EDj{c}}}}{h{{EDj{c}}}}}EdEf}{{{h{EDd}}{h{EDd}}}Ed}{{{h{{EDh{c}}}}{h{AhEl}}}FbF`}{{{h{{EDj{c}}}}{h{AhEl}}}FbF`}0{{{h{EDd}}{h{AhEl}}}Fb}{cc{}}00{{{h{EDl}}}{{Id{EDd}}}}{{{h{{EDh{c}}}}c}{{Dh{{h{{Cj{Ch}}}}}}}{AlBjF`}}{{{h{{EDh{c}}}}Cd}{{Dh{{h{{Fd{cDf}}}}}}}{AlBjF`}}{{{h{Ah{EDh{c}}}}{h{Cf}}}e{AlBjF`}{}}{{{h{Ah{EDh{c}}}}AAd{h{AAf}}}e{AlBjF`}{}}{{{h{EDl}}}{{Id{Bf}}}}{{{h{{EDh{c}}}}}e{AlBjF`}{}}{{{h{{EDh{c}}}}}{{h{{EDn{{Fd{cDf}}}}}}}{AlBjF`}}{{{h{Ah{EDh{c}}}}c{Cj{Ch}}}{{Dn{Ed{EDj{c}}}}}{AlBjF`}}{ce{}{}}00{{{h{EDd}}}Ed}{{{h{{EDh{c}}}}{h{Cf}}}Ed{AlBjF`}}{{{h{{EDh{c}}}}cDf}Ed{AlBjF`}}{{{h{{EDh{c}}}}c}{{`{{CCj{}{{Eh{{EE`{AAd}}}}}}}}}{AlBjF`}}{{{h{{EDh{c}}}}e}{{`{{CCj{}{{Eh{{EEb{cAAd}}}}}}}}}{AlBjF`}{{Hl{c}}}}{{{h{{EDh{c}}}}}{{`{{CCj{}{{Eh{{Fd{c{h{{Cj{Ch}}}}}}}}}}CCf}}}{AlBjF`}}`{{{h{{EDh{c}}}}c}{{Dh{Df}}}{AlBjF`}}{{{h{{EDh{c}}}}}{{AKf{cDf}}}{AlBjF`}}10{{{h{{EDh{c}}}}}Df{AlBjF`}}{{{h{Ah{EDh{c}}}}cDf}Bf{AlBjF`}}{{{h{Ah{EDh{c}}}}cDf}Ed{AlBjF`}}{{{h{AhEDd}}EDd}Bf}{{{h{{EDh{c}}}}{h{Cf}}e}In{AlBjF`}{{Hl{c}}}}{Df{{EDh{c}}}{}}{{{h{{EDh{c}}}}c}{{Dh{{Fd{DfEd}}}}}{AlBjF`}}{{{h{Ah{EDh{c}}}}c}{{Dh{{Fd{{EE`{Cd}}EDd}}}}}{AlBjF`}}{{{h{{EDh{c}}}}}{{h{{ECd{{EEb{cAAd}}}}}}}{AlBjF`}}{{{h{EDd}}{h{EDl}}}{{Id{Bf}}}}2{{{h{Ah{EDh{c}}}}cDf}{{Dh{{Fd{{ADl{{EE`{Cd}}}}EDd}}}}}{AlBjF`}}{{{h{Ah{EDh{c}}}}{h{{AKf{cDf}}}}}EDd{AlBjF`}}{{{h{{EDh{c}}}}c}{{`{{CCj{}{{Eh{{EE`{Cd}}}}}}}}}{AlBjF`}}{{{h{{EDh{c}}}}e}{{`{{Hb{}{{Eh{{EEb{cCd}}}}}}}}}{AlBjF`}{{Hl{c}}}}{{EEd{h{{EDh{c}}}}e}EEd{}{{Hl{c}}}}{{{h{{EDh{c}}}}{h{Cf}}e}{{Fd{BnBn}}}{AlBjF`}{{Hl{c}}}}{{{h{EDd}}c}DnI`}{{{h{{EDh{c}}}}cDf}{{Dh{Cd}}}{AlBjF`}}{{EEf{h{{EDh{c}}}}}EEf{}}{{{h{c}}}e{}{}}00{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}00000{{{h{{EDh{c}}}}AAd}{{Dh{{EEb{c{h{AAf}}}}}}}{AlBjF`}}{{{h{{EDh{c}}}}}{{`{{CCj{}{{Eh{{EEb{c{Fd{AAd{h{AAf}}}}}}}}}}CCf}}}{AlBjF`}}{{{h{{EDh{c}}}}D`}{{`{{CCj{}{{Eh{{EEb{c{Fd{AAd{h{AAf}}}}}}}}}}}}}{AlBjF`}}{{{h{c}}}Il{}}00{{{h{{EDh{c}}}}c}{{Dh{{Bd{{Cj{Ch}}}}}}}{AlBjF`}}{{{h{Ah{EDh{c}}}}cDf}Ed{AlBjF`}}{{{h{{EDh{c}}}}c}{{`{{CCj{}{{Eh{{EE`{Cd}}}}}}Al}}}{AlBjF`}}{{{h{{EDh{c}}}}}{{`{{CCj{}{{Eh{{EEb{cCd}}}}}}Al}}}{AlBjF`}}{{EEd{h{{EDh{c}}}}}EEd{}}{ce{}{}}00`````{{{h{{EDn{c}}}}}{{h{{AKf{cCd}}}}}{AlBjF`}}{{{h{Ah{EDn{c}}}}e}Bf{AlBjF`}{}}{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{{EDn{c}}}}}{{EDn{c}}}Al}{{{h{c}}{h{Ahe}}}Bf{}{}}{{}{{EDn{c}}}{}}{{{h{{EDn{c}}}}{h{AhEl}}}FbF`}{cc{}}{{{h{{EDn{c}}}}Cd}{{Dh{{h{c}}}}}{AlBjF`}}{{{h{Ah{EDn{c}}}}{h{Cf}}}e{AlBjF`}{}}{{{h{Ah{EDn{c}}}}AAd{h{AAf}}}e{AlBjF`}{}}{{{h{{EDn{c}}}}}e{AlBjF`}{}}{{{h{Ah{EDn{c}}}}cCd}Ed{AlBjF`}}>{{{h{{EDn{c}}}}{h{Cf}}}Ed{AlBjF`}}0{{{h{{EDn{c}}}}{h{c}}}Ed{AlBjF`}}{{{h{Ah{EDn{c}}}}{h{c}}}Ed{AlBjF`}}{{{h{{EDn{c}}}}{h{Cf}}e}In{AlBjF`}{{Hl{c}}}}{{{h{{EDn{c}}}}}{{h{{ECd{{Fd{cAAd}}}}}}}{AlBjF`}}{{{h{{EDn{c}}}}e}{{`{{CCj{}{{Eh{{Fd{{h{c}}AAd}}}}}}}}}{AlBjF`}{{Hl{c}}}}{{{h{Ah{EDn{c}}}}{h{Cf}}}{{ECd{c}}}{AlBjF`}}{{{h{Ah{EDn{c}}}}AAd{h{AAf}}}{{Dh{{h{c}}}}}{AlBjF`}}{{{h{{EDn{c}}}}{h{Cf}}e}{{Fd{BnBn}}}{AlBjF`}{{Hl{c}}}}{{{h{{EDn{c}}}}{h{c}}}{{Dh{Cd}}}{AlBjF`}}{{{h{c}}}e{}{}}{c{{Dn{e}}}{}{}}0{{{h{{EDn{c}}}}AAd}{{Dh{{Fd{{h{c}}{h{AAf}}}}}}}{AlBjF`}}{{{h{{EDn{c}}}}}{{`{{CCj{}{{Eh{{Fd{{h{c}}AAd{h{AAf}}}}}}}}CCf}}}{AlBjF`}}{{{h{{EDn{c}}}}D`}{{`{{CCj{}{{Eh{{Fd{{h{c}}AAd{h{AAf}}}}}}}}}}}{AlBjF`}}{{{h{c}}}Il{}}={{{h{{EDn{c}}}}e}{{`{{CCj{}{{Eh{{Fd{{h{c}}Cd}}}}}}Al}}}{AlBjF`}{{Hl{c}}}}{ce{}{}}````````````{{{h{AhEEh}}{h{EEj}}}{{Dn{BfEEl}}}}{{{h{AhEEh}}{h{G`}}Df}{{Dn{EEjEEn}}}}{{{h{AhEEh}}{h{G`}}Dfj}{{Dn{EEjEF`}}}}{{{h{AhEEh}}Af}{{Dn{EEjEEn}}}}`{{{h{c}}}{{h{e}}}{}{}}00000{{{h{Ahc}}}{{h{Ahe}}}{}{}}00000{{{h{EEh}}}EEh}{{{h{EEj}}}EEj}{{{h{EEl}}}EEl}{{{h{EFb}}}EFb}{{{h{EEn}}}EEn}{{{h{EF`}}}EF`}{{{h{c}}{h{Ahe}}}Bf{}{}}00000{{}EEj}{c{{Dn{EEj}}}E`}{{{h{AhEEh}}j}{{Dn{EEjEEl}}}}{{{h{EEh}}{h{EEh}}}Ed}{{{h{EEj}}{h{EEj}}}Ed}{{{h{EEl}}{h{EEl}}}Ed}{{{h{EFb}}{h{EFb}}}Ed}{{{h{EEn}}{h{EEn}}}Ed}{{{h{EF`}}{h{EF`}}}Ed}{{{h{EEh}}{h{AhEl}}}Fb}{{{h{EEj}}{h{AhEl}}}Fb}{{{h{EEl}}{h{AhEl}}}Fb}0{{{h{EFb}}{h{AhEl}}}Fb}0{{{h{EEn}}{h{AhEl}}}Fb}0{{{h{EF`}}{h{AhEl}}}Fb}0{cc{}}{cEEj{{Ej{}{{Eh{{Fd{Df{Dh{Cn}}}}}}}}}}11111{{{AKf{DfCn}}}{{Dn{EEhEEl}}}}{EEj{{Dn{EEhEEl}}}}{Cn{{Fd{EEhEEj}}}}{cEEj{{Ej{}{{Eh{{Fd{DfCn}}}}}}}}4{{{h{EDl}}}{{Id{EEj}}}}{Af{{Dn{EEhEEl}}}}{{{h{EEh}}}Cn}{{{h{EEh}}Df}{{Dh{Af}}}}{{{h{EEh}}}{{Dn{jc}}}{}}`{{{h{EDl}}}{{Id{Bf}}}}{{{h{EEh}}}EEj}{{{h{AhEEh}}j}{{Dn{EEjEFb}}}}{ce{}{}}00000{{{h{EEh}}jj}{{Dn{{Dh{Ed}}c}}}{}}{{{h{EEj}}}Ed}{{{h{EEh}}}Hf}{{{h{AhEEj}}EEj}Bf}`{{{h{EEj}}{h{EDl}}}{{Id{Bf}}}}{{{h{EEh}}c}{{`{{Hb{}{{Eh{Af}}}}}}}{{Hl{Df}}}}{{{h{EEj}}c}DnI`}{{{h{EEh}}}Af}{{{h{c}}}e{}{}}00000{{{h{c}}}Ih{}}000{c{{Dn{e}}}{}{}}00000`000000{{{h{c}}}Il{}}00000`<<<<<<`{{{h{EDl}}{h{Gd}}{h{{Ad{{h{{Ad{{h{Gd}}}}}}}}}}}{{Id{Bf}}}}```````````{{{h{c}}}{{h{e}}}{}{}}0000000{{{h{Ahc}}}{{h{Ahe}}}{}{}}0000000{{{EFd{c}}}{{EFf{c}}}{}}{{{EFh{c}}}{{EFj{c}}}Bj}{{}{{EFd{c}}}{}}{{}{{EFh{c}}}{BjAl}}{{{EFd{c}}Af}{{EFd{c}}}{}}{{{h{{EFf{c}}}}}{{Dh{Af}}}{}}{{{EFh{c}}Af}{{EFh{c}}}Bj}{{{h{{EFj{c}}}}}{{Dh{Af}}}{BjAl}}``{{{h{{EFl{c}}}}}{{EFl{c}}}Al}{{{h{EFn}}}EFn}{{{h{c}}{h{Ahe}}}Bf{}{}}0{{{h{{EFl{c}}}}{h{{EFl{c}}}}}BhBj}{{{h{EFn}}}Fl}:{{}{{EFf{c}}}{}}{{}{{EFh{c}}}{}}{{}{{EFj{c}}}{}}{{}{{EG`{c}}}{}}{{}{{EGb{ce}}}{}{}}{{{h{{EFl{c}}}}{h{{EFl{c}}}}}EdEf}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{{EFl{c}}}}{h{AhEl}}}{{Dn{BfEn}}}F`}{{{h{{EFl{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{F`EGd}}{{{h{EFn}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{{EG`{c}}}}{h{AhEl}}}{{Dn{BfEn}}}F`}{{{h{{EGb{ce}}}}{h{AhEl}}}{{Dn{BfEn}}}F`F`}{cc{}}0{{{EFd{c}}}{{EFf{c}}}{}}1{{{EFh{c}}}{{EFj{c}}}{}}22222{{{h{{EFl{c}}}}{h{Ahe}}}BfGlGj}{{{EFd{c}}e}{{EFd{c}}}{}{{Hj{{EFl{c}}EFn}}EGf}}{{{EFh{c}}e}{{EFh{c}}}Bj{{Hj{cDf{h{Mf}}}}EGf}}{ce{}{}}0000000{{{h{Ah{EFf{c}}}}}{{`{CCf}}}{}}0{{{h{Ah{EFj{c}}}}c}{{`{{Hb{}{{Eh{{Fd{DfCd}}}}}}}}}{BjAl}}1{{{h{{EFj{c}}}}}{{ADl{c}}}{BjAl}}`{{{h{Ah{EFf{c}}}}}{{Dh{AAd}}}{}}{{{h{Ah{EFf{c}}}}}{{Dh{Cd}}}{}}{{{h{Ah{EFj{c}}}}c}{{Dh{{Fd{DfCd}}}}}{BjAl}}{{{h{Ah{EFf{c}}}}}{{Dh{D`}}}{}}{{{EFd{c}}e}{{EFd{c}}}{}{{Ej{}{{Eh{AAd}}}}}}``{{{h{{EFl{c}}}}{h{{EFl{c}}}}}{{Dh{Bh}}}Hn}{{{h{{EFf{c}}}}}EFn{}}{{{h{EFn}}}Fl}{{{EFd{{Fd{cDf}}}}{h{{EDh{c}}}}e}{{EFd{{Fd{cDf}}}}}{AlBjF`}{{Hl{c}}}}{{EFdc}EFd{{Ej{}{{Eh{Cd}}}}}}`{{{EFh{c}}cg}{{EFh{c}}}Bj{{Hb{}{{Eh{{Fd{DfCd}}}}}}EGf}{{Ej{}{{EGh{e}}}}}}{{{EFh{c}}{h{{EDh{c}}}}}{{EFh{c}}}{AlBjF`}}`{{{EFd{c}}e}{{EFd{c}}}{}{{Ej{}{{Eh{{Fd{cCd}}}}}}}}{{{h{c}}}e{}{}}0{{{h{c}}}Ih{}}7777{c{{Dn{e}}}{}{}}000000000000000``{{{EFd{c}}e}{{EFd{c}}}{}{{Ej{}{{Eh{D`}}}}}}``{{{h{c}}}Il{}}0000000{{{EFd{{Fd{cDf}}}}{h{{EDh{c}}}}}{{EFd{{Fd{cDf}}}}}{AlBjF`}}{ce{}{}}0000000``````````````{{{h{{Ff{c}}}}}{{h{{ECd{{Fd{cD`}}}}}}}{}}{{{h{{Ff{c}}}}}{{`{{Hb{}{{Eh{{Fd{AAd{h{AAf}}}}}}}}}}}{}}{{{h{{EDb{c}}}}}{{`{{Hb{}{{Eh{Df}}}}}}}f}```{{{h{Ah{Ff{c}}}}{EDb{c}}}Bf{AlBj}}{{{h{Ah{Ff{c}}}}{Aj{c}}}{{EDb{c}}}{AlBj}}{{{h{Ah{Ff{c}}}}{Aj{c}}{Dh{Eb}}}{{EDb{c}}}{AlBj}}{{{h{{Ff{c}}}}}{{h{{Ff{c}}}}}{}}{{{h{{Ff{c}}}}{h{e}}jik}bf{{Gh{}{{Gf{AO`}}}}}Al{{Ej{}{{Eh{{Fd{gAAd}}}}}}}{{Hj{{h{g}}Cd}{{Hh{Ed}}}}}}{{{h{Ah{Ff{c}}}}e}{{EDb{c}}}{AlBj}{{Ej{}{{Eh{{Fd{CfEb}}}}}}}}{{{h{c}}}{{h{e}}}{}{}}000000{{{h{Ahc}}}{{h{Ahe}}}{}{}}000000{{{h{{Ff{c}}}}{h{Cf}}}{{Dn{BnEGj}}}{}}`{c{{Dh{In}}}{}}{c{{Dh{Bn}}}{}}01{{{h{{Ff{c}}}}}{{Ff{c}}}Al}{{{h{{EGl{ce}}}}}{{EGl{ce}}}AlAl}{{{h{{EGn{ce}}}}}{{EGn{ce}}}AlAl}{{{h{{EDb{c}}}}}{{EDb{c}}}Al}{{{h{c}}{h{Ahe}}}Bf{}{}}000{{{h{{EGl{ce}}}}{h{{EGl{ce}}}}}BhBjBj}{{{h{{EGn{ce}}}}{h{{EGn{ce}}}}}BhBjBj}{{}{{Ff{c}}}{}}{{}{{EDb{c}}}{}}{{{h{{EGl{ce}}}}}{{h{g}}}{}{}{}}{c{{Dn{{EDb{e}}}}}E`{BjBAj}}{{{h{{Ff{c}}}}{h{Cf}}}{{`{{Hb{}{{Eh{{Fd{FlD`}}}}}}}}}{}}{{{h{{Ff{c}}}}{h{{Ff{c}}}}}EdEf}{{{h{{EGl{ce}}}}{h{{EGl{ce}}}}}EdEfEf}{{{h{{EGn{ce}}}}{h{{EGn{ce}}}}}EdEfEf}{{{h{EGj}}{h{EGj}}}Ed}{{{h{{EDb{c}}}}{h{{EDb{c}}}}}EdEf}{{{h{c}}{h{e}}}Ed{}{}}00000{{{h{{Ff{c}}}}{h{e}}ji}{{`{{Hb{}{{Eh{{Fd{g{Bb{c}}}}}}}}}}}f{{Gh{}{{Gf{AO`}}}}}Al{{Ej{}{{Eh{{Fd{gAAd}}}}}}}}0{{{h{{Ff{c}}}}}{{`{{Hb{}{{Eh{{Fd{AAd{h{AAf}}}}}}}}}}}{}}{{{h{{Ff{c}}}}{h{AhEl}}}FbF`}{{{h{{EGl{ce}}}}{h{AhEl}}}FbF`F`}{{{h{{EGn{ce}}}}{h{AhEl}}}FbF`F`}{{{h{EGj}}{h{AhEl}}}Fb}0{{{h{{EDb{c}}}}{h{AhEl}}}FbF`}{cc{}}00{{{Aj{c}}}{{Ff{c}}}{BjAl}}1111{{{h{EDl}}}{{Id{{EDb{c}}}}}{fAlBjIfDd}}{{{h{{Ff{c}}}}}{{`{{Hb{}{{Eh{{EGl{{EH`{Cf}}c}}}}}}}}}{}}{{{h{{Ff{c}}}}{h{e}}jD`}{{Dh{{An{{h{c}}}}}}}f{{Gh{}{{Gf{AO`}}}}}}{{{h{{Ff{c}}}}{h{e}}jAAd}{{Dh{{Fd{{An{{h{c}}}}D`}}}}}f{{Gh{}{{Gf{AO`}}}}}}{{{h{{Ff{c}}}}D`}{{Dh{{EH`{Cf}}}}}{}}{{{h{{Ff{c}}}}D`}{{Dh{{EGl{{EH`{Cf}}c}}}}}{}}{{{h{{Ff{c}}}}AAd}{{Dh{{h{AAf}}}}}{}}{{{h{EDl}}}{{Id{Bf}}}}{{{h{{Ff{c}}}}}{{EDb{c}}}{AlBj}}{{{h{Ah{Ff{c}}}}D`c}{{EDb{c}}}{AlBj}}{{{h{Ah{Ff{c}}}}D`Eb}{{EDb{c}}}{AlBj}}{{{h{Ah{Ff{c}}}}e}{{EDb{c}}}{AlBj}{{AHb{{EH`{Cf}}}}}}{{{h{Ah{Ff{c}}}}AAdAAf}{{EDb{c}}}{AlBj}}{ce{}{}}000000{c{{H`{g}}}{}{}{{Hb{}{{Eh{e}}}}}}011{{{h{{Ff{c}}}}}Ed{}}{{{h{{EDb{c}}}}}EdBj}``{{{h{{Ff{c}}}}{h{e}}j}{{`{{Hb{}{{Eh{{EGn{{EH`{Cf}}c}}}}}}}}}fGh}{{{Ff{c}}g}{{Ff{e}}}{AlBj}{AlBj}{{Hj{c}{{Hh{e}}}}}}{{{EDb{c}}g}{{EDb{e}}}BjBj{{Hj{c}{{Hh{e}}}}}}{{{h{Ah{EDb{c}}}}{EDb{c}}}BfBj}{c{{Ff{e}}}{{Ej{}{{Eh{Cf}}}}}{AlBj}}{{{h{Ah{EHb{cg}}}}}{{Dh{i}}}{}{}{{Hj{Fl{EH`{Cf}}}{{Hh{{Dh{e}}}}}}}{}}{{{h{Ah{EHd{cg}}}}}{{Dh{i}}}{}{}{{Hj{FlD`}{{Hh{{Dh{e}}}}}}}{}}{{{h{{Ff{c}}}}AAd}{{h{{EHf{D`}}}}}{}}{{{h{{EGl{ce}}}}{h{{EGl{ce}}}}}{{Dh{Bh}}}HnHn}{{{h{{EGn{ce}}}}{h{{EGn{ce}}}}}{{Dh{Bh}}}HnHn}{{{h{{EDb{c}}}}{h{EDl}}}{{Id{Bf}}}{fAlBjIfDd}}`{{{h{{EDb{c}}}}e}Dn{BjIf}I`}{{{h{c}}}e{}{}}000{{{h{c}}}Ih{}}{c{{Ij{i}}}{}{}{}{{Hb{}{{Eh{{Dn{eg}}}}}}}}0{{{h{{Ff{c}}}}{h{e}}jik}{{Dn{b}}}fGhAl{{Ej{}{{Eh{{Fd{gAAd}}}}}}}{{Hj{{h{g}}Cd}{{Hh{Ed}}}}}}{{{h{{Ff{c}}}}{h{e}}ji}{{`{{Hb{}{{Eh{{Dn{{Fd{g{Bb{c}}}}}}}}}}}}}fGhAl{{Ej{}{{Eh{{Fd{gAAd}}}}}}}}0{c{{Dn{e}}}{}{}}000000{{{h{{Ff{c}}}}{h{e}}jD`}{{Dn{{Dh{{An{{h{c}}}}}}}}}fGh}{{{h{{Ff{c}}}}{h{e}}jAAd}{{Dn{{Dh{{Fd{{An{{h{c}}}}D`}}}}}}}fGh}2222222{{{h{{Ff{c}}}}{h{e}}j}{{`{{Hb{}{{Eh{{Dn{{EGn{{EH`{Cf}}c}}}}}}}}}}}fGh}``{{{h{{Ff{c}}}}D`}{{Dh{{AKf{Df{h{AAf}}}}}}}{}}{{{h{{Ff{c}}}}D`}{{`{{CCj{}{{Eh{{Fd{Df{h{{EHf{D`}}}}}}}}}}}}}{}}`{{{h{{EDb{c}}}}}{{`{{Hb{}{{Eh{{Fd{AAd{h{AAf}}}}}}}}}}}{}}````{{{h{{Ff{c}}}}}{{`{{Hb{}{{Eh{{EGl{{EH`{Cf}}c}}}}}}}}}{}}{{{h{c}}}Il{}}000000{ce{}{}}000000{{{h{{Ff{c}}}}ei}{{EHb{ci}}}{AlBj}{{AHb{{EH`{Cf}}}}}{}{{Hj{Fl{EH`{Cf}}}{{Hh{{Dh{g}}}}}}}}{{{h{{Ff{c}}}}{h{Cf}}g}{{EHd{cg}}}{}{}{{Hj{FlD`}{{Hh{{Dh{e}}}}}}}}{{{h{{Ff{c}}}}D`g}{{EHd{cg}}}{AlBj}{}{{Hj{FlD`}{{Hh{{Dh{e}}}}}}}}","D":"AEIdAAKn","p":[[5,"Balance",0,14923],[5,"DescriptorId",0,14924],[10,"Anchor",0,14925],[1,"reference"],[5,"BlockId",0,14926],[5,"ConfirmationBlockTime",0,14926],[5,"Hash",9006,14927],[1,"u8"],[1,"array"],[1,"slice"],[5,"CheckPoint",0,14928],[0,"mut"],[5,"TxUpdate",0,14929],[10,"Clone",14930],[6,"ChainPosition",0,14931],[6,"ConfirmationTime",0,14931],[5,"FullTxOut",0,14931],[5,"SpkIterator",0,14932],[1,"unit"],[6,"Ordering",14933],[10,"Ord",14933],[6,"ValueRef",14934],[5,"Amount",368,14935],[5,"Impl",0],[8,"FromSqlResult",14936],[5,"ScriptBuf",368,14937],[5,"Transaction",368,14938],[6,"DescriptorPublicKey",14939],[6,"Descriptor",14940],[6,"Network",368,14941],[5,"BlockHash",368,14942],[5,"Txid",368,14938],[5,"AnchorImpl",0],[10,"DeserializeOwned",7322,14943],[1,"u32"],[6,"Option",14944],[10,"Borrow",14945],[10,"DescriptorExt",0,14924],[6,"Result",14946],[10,"Deserializer",7235,14943],[1,"u64"],[1,"bool"],[10,"PartialEq",14933],[17,"Item"],[10,"IntoIterator",14947],[5,"Formatter",14948],[5,"Error",14948],[10,"Debug",14948],[8,"Result",14948],[1,"tuple"],[5,"TxGraph",14738],[1,"never"],[5,"Block",368,14942],[1,"usize"],[10,"AnchorFromBlockPosition",0,14925],[5,"Header",4494,14942],[5,"FromSliceError",6709,14949],[1,"str"],[17,"Error"],[10,"ChainOracle",0,14950],[10,"Hasher",14951],[10,"Hash",14951],[10,"SliceIndex",14952],[5,"IntoFallible",14953],[10,"Iterator",14954],[10,"Merge",0,14925],[5,"CheckPointIter",0,14928],[17,"Output"],[10,"FnMut",14955],[10,"RangeBounds",14956],[10,"PartialOrd",14933],[10,"Serializer",7235,14957],[6,"ToSqlOutput",14958],[8,"Result",14959],[10,"Serialize",7235,14957],[5,"String",3137,14960],[5,"Convert",14953],[5,"TypeId",14961],[5,"SignedAmount",368,14935],[5,"Weight",368,14962],[5,"Work",368,14963],[5,"XOnlyPublicKey",368,14964],[5,"Secp256k1",9640,14965],[5,"Scalar",11397,14966],[6,"Parity",9640,14964],[6,"Error",11397,14965],[10,"Verification",9640,14967],[5,"Address",368,14968],[6,"AddressType",368,14968],[5,"FilterHash",368,14969],[5,"FilterHeader",368,14969],[5,"XKeyIdentifier",368,14970],[5,"TxMerkleNode",368,14942],[5,"WitnessMerkleNode",368,14942],[5,"WitnessCommitment",368,14942],[5,"ScriptHash",368,14971],[5,"WScriptHash",368,14971],[5,"Wtxid",368,14938],[5,"PubkeyHash",368,14972],[5,"WPubkeyHash",368,14972],[5,"LegacySighash",368,14973],[5,"SegwitV0Sighash",368,14973],[5,"TapSighash",368,14973],[5,"TapLeafHash",368,14974],[5,"TapNodeHash",368,14974],[5,"TapTweakHash",368,14974],[5,"Script",368,14975],[5,"XOnlyPublicKey",12016,14976],[5,"Hash",9120,14977],[5,"Hash",6837,14978],[5,"TapSighashTag",368,14973],[5,"Hash",9173,14979],[5,"TapLeafTag",368,14974],[5,"TapBranchTag",368,14974],[5,"TapTweakTag",368,14974],[5,"PushBytes",5386,14980],[5,"Params",6214,14981],[6,"NetworkUnchecked",2759,14968],[10,"NetworkValidation",2759,14968],[5,"TxIn",368,14938],[6,"Bip34Error",4494,14942],[5,"Builder",5386,14982],[5,"Bytes",5386,14975],[5,"ChainHash",4614,14983],[6,"LockTime",4683,14984],[6,"LockTime",4869,14985],[5,"Sequence",368,14938],[1,"i64"],[5,"FeeRate",368,14986],[5,"Opcode",368,14987],[6,"ClassifyContext",5079,14987],[6,"Class",5079,14987],[5,"Witness",368,14988],[6,"Denomination",368,14935],[6,"KnownHrp",368,14968],[5,"WitnessProgram",368,14989],[6,"WitnessVersion",368,14990],[5,"OutPoint",368,14938],[5,"TxOut",368,14938],[5,"VarInt",368,14991],[5,"PublicKey",368,14972],[5,"CompressedPublicKey",368,14972],[5,"PrivateKey",368,14972],[6,"TapSighashType",368,14973],[6,"EcdsaSighashType",368,14973],[5,"MerkleBlock",368,14992],[6,"NetworkKind",368,14941],[5,"Target",368,14963],[5,"CompactTarget",368,14963],[5,"Psbt",368,14993],[6,"Error",10935,14994],[6,"Error",6303,14991],[10,"BufRead",9494,14995],[10,"Sized",14996],[5,"Error",9494,14997],[10,"Write",9494,14995],[5,"TweakedPublicKey",9640,14972],[5,"Token",14998],[1,"u128"],[10,"AsRef",14999],[1,"f64"],[5,"Display",3055,14935],[5,"HashEngine",9006,14927],[6,"Instruction",5386,15000],[6,"Error",15001],[5,"Vec",3137,15002],[6,"MerkleBlockError",10010,14992],[6,"ExtractTxError",10935,14993],[10,"Write",14948],[5,"PublicKey",11397,14964],[5,"Xpub",4149,14970],[6,"Cow",15003],[5,"RelLockTime",15004],[1,"u16"],[5,"ScriptPath",13129,14973],[5,"LeafNode",13533,14974],[5,"TaprootSpendInfo",13533,14974],[10,"Fn",14955],[6,"ParseAmountError",3055,14935],[5,"InvalidSighashTypeError",13129,14973],[5,"ParseNetworkError",10068,14941],[6,"HexToBytesError",6882,15005],[6,"PrefixedHexError",6618,15006],[5,"Keypair",9640,14964],[5,"Magic",10117,15007],[10,"Signing",11397,14967],[5,"UncompressedPublicKeyError",9640,14972],[6,"FromScriptError",2759,15008],[6,"LeafVersion",13533,14974],[5,"TimeOverflowError",4869,15009],[6,"KeyParseError",15010],[6,"FromSliceError",9640,14972],[10,"Into",14999],[5,"NonStandardSighashTypeError",13129,14973],[6,"ParseError",2759,15008],[6,"ParsePublicKeyError",9640,14972],[6,"FromWifError",9640,14972],[6,"ParseError",14935],[6,"UnprefixedHexError",6618,15006],[5,"RangeFull",14956],[5,"RangeToInclusive",14956],[6,"Bound",14956],[5,"RangeFrom",14956],[5,"RangeInclusive",14956],[5,"RangeTo",14956],[5,"Range",14956],[5,"InstructionIndices",5386,15000],[5,"Instructions",5386,15000],[5,"Box",15011],[5,"Height",4683,15012],[5,"Time",4683,15012],[5,"Iter",6199,14988],[6,"Error",5928,14989],[5,"SecretKey",11397,14964],[6,"P2shError",2759,15008],[5,"Signature",13533,15013],[5,"Signature",6531,15014],[5,"ControlBlock",13533,14974],[5,"BTreeMap",15015],[10,"Read",9494,14995],[5,"SighashCache",13129,14973],[5,"Message",11397,14965],[6,"SignError",10935,14993],[6,"PsbtSighashMsg",15001],[6,"SighashError",15001],[6,"SigningKeys",10935,14993],[10,"GetKey",10935,14993],[6,"AddressData",2759,14968],[5,"Fe32",15016],[5,"Hash",15017],[5,"Hash",7164,15018],[5,"OutOfRangeError",14935],[5,"SortKey",9640,14972],[5,"InputsIndexError",6037,14938],[5,"OutputsIndexError",6037,14938],[5,"DefiniteDescriptorKey",14939],[6,"UtxoUpdateError",15001],[6,"OutputUpdateError",15001],[5,"Signature",13098,15019],[5,"UnknownAddressTypeError",2759,15008],[5,"UnknownHrpError",2759,15008],[5,"NetworkValidationError",2759,15008],[5,"InvalidBase58PayloadLengthError",2759,15008],[5,"LegacyAddressTooLongError",2759,15008],[5,"InvalidLegacyPrefixError",2759,15008],[6,"NetworkChecked",2759,14968],[5,"TryFromError",5953,14990],[6,"Infallible",14999],[5,"DecodeError",15020],[6,"Error",3137,15021],[10,"StdError",8801],[10,"CheckedSum",3055,14935],[5,"TooPreciseError",14935],[5,"InputTooLargeError",14935],[5,"InvalidCharacterError",14935],[5,"MissingDigitsError",14935],[10,"SerdeAmount",3116,15022],[10,"SerdeAmountForOpt",3116,15022],[10,"Allocator",15023],[5,"Path",15024],[5,"OsStr",15025],[5,"InvalidCharacterError",3137,15021],[6,"FromSqlError",14936],[5,"ShortId",3845,15026],[5,"Address",10117,15027],[5,"PrefilledTransaction",3845,15026],[6,"Inventory",10457,15028],[5,"AddrV2Message",10273,15027],[10,"Deserialize",7235,14943],[5,"Drain",15029],[5,"Drain",14960],[1,"i16"],[1,"i32"],[1,"i8"],[6,"Value",15030],[10,"Copy",14996],[1,"char"],[5,"ExtractIf",15031],[5,"Error",15032],[5,"TooShortError",3506,15021],[5,"IncorrectChecksumError",3506,15021],[5,"TaprootMerkleBranch",13533,15033],[5,"DerivationPath",4149,14970],[6,"ChildNumber",4149,14970],[5,"PushBytesBuf",5386,14980],[5,"CString",15034],[5,"VecDeque",15035],[5,"BinaryHeap",15036],[5,"FromUtf16Error",14960],[5,"FromUtf8Error",14960],[5,"Assets",15037],[6,"Error",4149,14970],[10,"Error",7322,14943],[10,"IntoDeserializer",7322,14943],[5,"StringDeserializer",7506,15038],[10,"FnOnce",14955],[10,"Pattern",15039],[20,"MaybeUninit",15040],[5,"Splice",15041],[6,"SocketAddr",15042],[5,"IntoIter",15043],[6,"Error",15044],[5,"TryReserveError",15045],[5,"IoSlice",15046],[6,"EncodeSliceError",3549,15047],[6,"DecodeError",3549,15048],[6,"DecodeSliceError",3549,15048],[17,"Config"],[17,"DecodeEstimate"],[10,"Engine",3549,15049],[10,"Config",3695,15049],[10,"DecodeEstimate",3695,15049],[5,"Alphabet",3639,15050],[6,"ParseAlphabetError",3639,15050],[5,"Base64Display",3683,15051],[5,"GeneralPurpose",3695,15052],[5,"GeneralPurposeConfig",3695,15052],[6,"DecodePaddingMode",3695,15049],[5,"DecodeMetadata",3695,15049],[5,"DecoderReader",3800,15053],[10,"Read",15046],[10,"StrConsumer",3813,15054],[5,"EncoderWriter",3813,15055],[10,"Write",15046],[5,"EncoderStringWriter",3813,15054],[6,"Error",3845,15026],[5,"HeaderAndShortIds",3845,15026],[5,"BlockTransactionsRequest",3845,15026],[5,"TxIndexOutOfRangeError",3845,15026],[5,"BlockTransactions",3845,15026],[6,"HexToArrayError",6882,15005],[5,"BlockFilterWriter",4035,14969],[5,"GcsFilterWriter",4035,14969],[6,"Error",4035,14969],[5,"BlockFilter",4035,14969],[5,"BitStreamWriter",4035,14969],[5,"BlockFilterReader",4035,14969],[5,"GcsFilterReader",4035,14969],[5,"BitStreamReader",4035,14969],[5,"ChainCode",4149,14970],[5,"Fingerprint",4149,14970],[5,"DerivationPathIterator",4149,14970],[5,"Xpriv",4149,14970],[5,"InvalidBase58PayloadLengthError",4149,14970],[6,"KeyRequest",10935,14993],[10,"IntoDerivationPath",4149,14970],[5,"Version",4494,14942],[6,"ValidationError",4494,14942],[5,"ParseHeightError",4683,15012],[5,"ParseTimeError",4683,15012],[5,"ConversionError",4683,15012],[6,"ParseError",15012],[5,"AbsLockTime",15056],[5,"Height",4869,15009],[5,"Time",4869,15009],[5,"DisabledLockTimeError",4869,14985],[5,"IncompatibleHeightError",4869,14985],[5,"IncompatibleTimeError",4869,14985],[5,"PushBytesError",5386,15057],[6,"Error",5386,14971],[6,"UintError",14971],[10,"PushBytesErrorReport",5386,15058],[6,"FromStrError",5953,14990],[6,"TryFromInstructionError",5953,14990],[5,"ParseIntError",10902,15059],[6,"ParseOutPointError",6037,14938],[5,"IndexOutOfBoundsError",6037,14938],[5,"Version",6037,14938],[5,"InputWeightPrediction",6037,14938],[10,"Decodable",6214,14991],[10,"Encodable",6214,14991],[10,"WriteExt",6214,14991],[6,"DecodeError",6214,15060],[10,"IntoDeError",6418,15061],[10,"ReadExt",6214,14991],[5,"CheckedData",6303,14991],[6,"FromHexError",6303,14991],[5,"OddLengthStringError",6882,15005],[5,"Hex",6418,15061],[10,"Case",6453,15062],[10,"EncodeBytes",6418,15061],[5,"DecodeInitError",6453,15062],[5,"DecodeError",6453,15062],[5,"Encoder",6453,15062],[5,"Decoder",6453,15062],[5,"SerializedSignature",6531,15014],[6,"Error",6531,15014],[5,"Iter",15063],[5,"Signature",11797,15064],[5,"MissingPrefixError",6618,15006],[5,"ContainsPrefixError",6618,15006],[17,"Engine"],[17,"Bytes"],[10,"Hash",6709,14949],[10,"HashEngine",6709,14949],[10,"FromHex",6882,15065],[5,"Hmac",6709,15066],[5,"HmacEngine",6709,15066],[10,"FromStr",15067],[17,"MidState"],[17,"Display"],[10,"DisplayHex",6882,15068],[6,"Case",6882,15069],[10,"Display",14948],[10,"LowerHex",14948],[10,"UpperHex",14948],[5,"InvalidCharError",6882,15005],[5,"InvalidLengthError",7102,15005],[5,"HexToBytesIter",6882,15070],[5,"BytesToHexIter",6882,15070],[10,"ExactSizeIterator",15071],[5,"HexDigitsIter",15070],[10,"DoubleEndedIterator",15072],[10,"FusedIterator",15073],[5,"BufEncoder",7046,15074],[5,"DisplayByteSlice",7064,15068],[5,"DisplayArray",7064,15068],[5,"HashEngine",7164,15018],[17,"Ok"],[17,"SerializeSeq"],[17,"SerializeTuple"],[17,"SerializeTupleStruct"],[17,"SerializeTupleVariant"],[17,"SerializeMap"],[17,"SerializeStruct"],[17,"SerializeStructVariant"],[10,"Error",8801,14957],[10,"SerializeSeq",8801,14957],[10,"SerializeTuple",8801,14957],[10,"SerializeTupleStruct",8801,14957],[10,"SerializeTupleVariant",8801,14957],[10,"SerializeMap",8801,14957],[10,"SerializeStruct",8801,14957],[10,"SerializeStructVariant",8801,14957],[10,"Visitor",7322,14943],[1,"f32"],[1,"i128"],[5,"IgnoredAny",7322,15075],[6,"Unexpected",7322,14943],[17,"Value"],[10,"DeserializeSeed",7322,14943],[10,"Expected",7322,14943],[17,"Deserializer"],[10,"VariantAccess",7322,14943],[10,"SeqAccess",7322,14943],[10,"MapAccess",7322,14943],[5,"Request",15076],[17,"Variant"],[10,"EnumAccess",7322,14943],[5,"UnitDeserializer",7506,15038],[5,"U32Deserializer",7506,15038],[5,"StrDeserializer",7506,15038],[5,"BorrowedStrDeserializer",7506,15038],[5,"CowStrDeserializer",7506,15038],[5,"BytesDeserializer",7506,15038],[5,"BorrowedBytesDeserializer",7506,15038],[5,"MapDeserializer",7506,15038],[5,"Error",7506,15038],[5,"BoolDeserializer",7506,15038],[5,"I8Deserializer",7506,15038],[5,"I16Deserializer",7506,15038],[5,"I32Deserializer",7506,15038],[5,"I64Deserializer",7506,15038],[5,"I128Deserializer",7506,15038],[5,"IsizeDeserializer",7506,15038],[5,"U8Deserializer",7506,15038],[5,"U16Deserializer",7506,15038],[5,"U64Deserializer",7506,15038],[5,"U128Deserializer",7506,15038],[5,"UsizeDeserializer",7506,15038],[5,"F32Deserializer",7506,15038],[5,"F64Deserializer",7506,15038],[5,"CharDeserializer",7506,15038],[5,"SeqDeserializer",7506,15038],[5,"SeqAccessDeserializer",7506,15038],[5,"MapAccessDeserializer",7506,15038],[5,"EnumAccessDeserializer",7506,15038],[1,"isize"],[5,"Impossible",8801,15077],[5,"Source",15076],[10,"SerdeHash",8931,15078],[5,"Hash",8936,15079],[5,"HashEngine",8936,15079],[5,"Midstate",9006,14927],[10,"Tag",9173,14979],[5,"Hash",9220,15080],[5,"HashEngine",9220,15080],[5,"Hash",9276,15081],[5,"HashEngine",9276,15081],[5,"Hash",9346,15082],[5,"HashEngine",9346,15082],[5,"Hash",9402,15083],[5,"State",9402,15083],[5,"HashEngine",9402,15083],[6,"ErrorKind",9494,14997],[5,"Take",9494,14995],[5,"Cursor",9494,14995],[5,"Sink",9494,14995],[5,"Keypair",12016,14976],[10,"Context",11397,14967],[5,"TweakedKeypair",9640,14972],[6,"ParseCompressedPublicKeyError",9640,14972],[5,"InvalidBase58PayloadLengthError",9640,14972],[5,"InvalidAddressVersionError",9640,14972],[5,"Context",12016,14976],[5,"NonNull",15084],[17,"TweakedAux"],[17,"TweakedKey"],[10,"TapTweak",9640,14972],[6,"All",11397,15085],[5,"DisplaySecret",15086],[5,"InvalidParityValue",11397,14964],[5,"AllPreallocated",11397,14967],[5,"ManuallyDrop",15087],[5,"SignOnlyPreallocated",11397,14967],[5,"VerifyOnlyPreallocated",11397,14967],[10,"Rng",12324,15088],[5,"AlignedType",12294,15089],[10,"PreallocatedContext",11397,14967],[5,"RecoverableSignature",11797,15090],[10,"CryptoRng",12324,15091],[6,"SignOnly",11397,15085],[6,"VerifyOnly",11397,15085],[5,"PartialMerkleTree",10010,14992],[5,"UnknownChainHashError",10068,14941],[5,"ServiceFlags",10117,15007],[5,"ParseMagicError",10117,15007],[5,"UnknownMagicError",10117,15007],[6,"AddrV2",10273,15027],[5,"CommandString",10328,15092],[5,"CommandStringError",10328,15092],[5,"RawNetworkMessage",10328,15092],[6,"NetworkMessage",10328,15092],[5,"GetBlocksMessage",10457,15028],[5,"GetHeadersMessage",10457,15028],[5,"FilterLoad",10535,15093],[6,"BloomFlags",10535,15093],[5,"FilterAdd",10535,15093],[5,"SendCmpct",10599,15094],[5,"CmpctBlock",10599,15094],[5,"GetBlockTxn",10599,15094],[5,"BlockTxn",10599,15094],[5,"GetCFilters",10692,15095],[5,"CFilter",10692,15095],[5,"GetCFHeaders",10692,15095],[5,"CFHeaders",10692,15095],[5,"GetCFCheckpt",10692,15095],[5,"CFCheckpt",10692,15095],[5,"VersionMessage",10824,15096],[6,"RejectReason",10824,15096],[5,"Reject",10824,15096],[5,"ParseIntError",15097],[5,"Output",10935,15098],[6,"GetKeyError",10935,14993],[6,"OutputType",10935,14993],[6,"SigningAlgorithm",10935,14993],[6,"IndexOutOfBoundsError",10935,14993],[5,"PsbtSighashType",10935,15099],[5,"Input",10935,15099],[6,"PsbtParseError",10935,15100],[6,"P2wpkhError",13129,14973],[6,"TaprootError",13129,14973],[6,"ConversionError",14939],[5,"ProprietaryKey",11326,15101],[10,"From",14999],[5,"Key",11326,15101],[5,"Pair",11326,15101],[5,"PublicKey",12016,14976],[10,"ThirtyTwoByteHash",11397,14965],[5,"OutOfRangeError",13078,14966],[5,"ElligatorSwift",11941,15102],[5,"SharedSecret",11766,15103],[5,"RecoverableSignature",12262,15104],[5,"Signature",12016,14976],[5,"SerializedSignature",11797,15105],[5,"RecoveryId",11797,15090],[5,"IntoIter",11919,15106],[5,"ElligatorSwiftSharedSecret",11941,15102],[6,"ElligatorSwiftParty",11941,15102],[17,"Target"],[10,"CPtr",12016,14976],[5,"ElligatorSwift",12016,14976],[6,"c_void",12294,15107],[1,"fn"],[5,"SchnorrSigExtraParams",12016,14976],[5,"Error",12324,15108],[5,"NonZero",15109],[10,"Fill",12324,15088],[10,"RngCore",12324,15091],[5,"Error",15110],[17,"Seed"],[10,"SeedableRng",12324,15091],[10,"Default",15111],[10,"AsMut",14999],[10,"SampleUniform",12651,15112],[10,"SampleRange",12651,15112],[10,"Distribution",12813,15113],[5,"DistIter",12376,15113],[5,"ThreadRng",12857,15114],[10,"DistString",12376,15113],[5,"Alphanumeric",12376,15115],[5,"Standard",12376,15116],[5,"Bernoulli",12376,15117],[6,"BernoulliError",12376,15117],[5,"OpenClosed01",12376,15118],[5,"Open01",12376,15118],[5,"Slice",12376,15119],[5,"WeightedIndex",12376,15120],[6,"WeightedError",12376,15120],[5,"Uniform",12376,15112],[5,"DistMap",12376,15113],[5,"EmptySlice",15119],[10,"AddAssign",15121],[10,"SampleBorrow",12651,15112],[5,"Wrapping",15122],[10,"SubAssign",15121],[5,"UniformInt",12651,15112],[5,"UniformChar",12651,15112],[5,"UniformFloat",12651,15112],[5,"UniformDuration",12651,15112],[17,"X"],[10,"UniformSampler",12651,15112],[5,"Duration",15123],[5,"WeightedIndex",12801,15124],[10,"Weight",12801,15124],[10,"SliceRandom",12989,15125],[10,"IteratorRandom",12989,15125],[5,"SliceChooseIter",12989,15125],[5,"OsRng",12857,15126],[5,"StdRng",12857,15127],[5,"ReseedingRng",12920,15128],[10,"BlockRngCore",15129],[5,"ReadRng",12920,15130],[5,"ReadError",12920,15130],[5,"StepRng",12968,15131],[10,"Index",15132],[6,"IndexVec",13021,15133],[6,"IndexVecIntoIter",13021,15133],[6,"IndexVecIter",13021,15133],[5,"Annex",13129,14973],[6,"Prevouts",13129,14973],[5,"PrevoutsSizeError",13129,14973],[5,"PrevoutsKindError",13129,14973],[6,"PrevoutsIndexError",13129,14973],[5,"SighashTypeParseError",13129,14973],[5,"SingleMissingOutputError",13129,14973],[6,"AnnexError",13129,14973],[6,"SigningDataError",13129,14973],[6,"EncodeSigningDataResult",13129,14973],[10,"BorrowMut",14945],[6,"MessageSignatureError",13478,15134],[5,"MessageSignature",13478,15134],[5,"TaprootBuilder",13533,14974],[6,"TaprootBuilderError",13533,14974],[6,"TapLeaf",13533,14974],[6,"SigFromSliceError",13533,15013],[6,"IncompleteBuilderError",13533,14974],[6,"HiddenNodesError",13533,14974],[5,"TapTree",13533,14974],[5,"NodeInfo",13533,14974],[5,"ScriptLeaf",13533,14974],[5,"FutureLeafVersion",13533,14974],[6,"TaprootError",13533,14974],[5,"LeafNodes",13533,14974],[5,"ScriptLeaves",13533,14974],[5,"BTreeSet",15135],[5,"SerializedSignature",14198,15136],[5,"IntoIter",14172,15033],[5,"IntoIter",14198,15137],[5,"IndexedTxGraph",14253],[5,"ChangeSet",14253],[10,"Indexer",14304],[5,"ChangeSet",14738],[5,"ChangeSet",14313],[17,"ChangeSet"],[5,"KeychainTxOutIndex",14313],[6,"InsertDescriptorError",14313],[5,"Transaction",15138],[5,"SpkTxOutIndex",14421],[8,"Indexed",0,15139],[8,"KeychainIndexed",0,15139],[10,"SyncRequestBuilderExt",14313],[10,"FullScanRequestBuilderExt",14313],[5,"LocalChain",14458],[5,"ChangeSet",14458],[5,"MissingGenesisError",14458],[5,"CannotConnectError",14458],[6,"ApplyHeaderError",14458],[5,"AlterCheckPointError",14458],[5,"SyncRequestBuilder",14592,15140],[5,"SyncRequest",14592,15140],[5,"FullScanRequestBuilder",14592,15140],[5,"FullScanRequest",14592,15140],[6,"SyncItem",14592,15140],[5,"SyncProgress",14592,15140],[5,"SyncResult",14592,15140],[5,"FullScanResult",14592,15140],[10,"Any",14961],[10,"Send",14996],[17,"IntoIter"],[6,"CalculateFeeError",14738],[5,"TxNode",14738],[5,"CanonicalTx",14738],[5,"Arc",15141],[5,"TxAncestors",14738],[5,"TxDescendants",14738],[5,"HashSet",15142],[15,"Confirmed",365],[15,"Unconfirmed",365],[15,"P2pkh",3030],[15,"P2sh",3030],[15,"Segwit",3030],[8,"ExtendendPubKey",4149],[8,"ExtendendPrivKey",4149],[15,"Normal",4481],[15,"Hardened",4481],[15,"InvalidChecksum",6396],[15,"OversizedVectorAllocation",6396],[10,"ByteDecoder",6418],[10,"ByteEncoder",6418],[5,"With",6418],[6,"Lower",6453],[6,"Upper",6453],[5,"HmacMidState",7151],[8,"Result",9494],[15,"Unknown",10455],[15,"Unknown",10533],[15,"UnexpectedUnsignedTx",11313],[15,"InvalidPreimageHashPair",11313],[15,"AbsurdFeeRate",11318],[15,"SendingTooMuch",11318],[15,"MissingInputValue",11318],[15,"Inputs",11322],[15,"TxInput",11322],[8,"NonceFn",12016],[8,"EcdhHashFn",12016],[8,"SchnorrNonceFn",12016],[8,"EllswiftEcdhHashFn",12016],[15,"DescriptorAlreadyAssigned",14417],[15,"KeychainAlreadyAssigned",14417]],"r":[[0,14925],[1,14925],[3,14932],[4,14923],[5,14926],[7,14950],[8,14931],[9,14928],[10,14928],[11,14926],[12,14931],[15,14924],[16,14924],[18,14931],[20,15139],[21,14253],[22,14304],[23,15139],[24,14925],[25,14932],[26,14738],[27,14929],[244,14304],[275,15139],[276,14304],[368,14968],[369,14968],[374,14935],[380,14942],[381,14942],[383,14963],[384,14972],[388,14935],[391,14973],[392,14986],[393,14969],[394,14969],[395,14968],[396,14973],[418,14992],[424,14941],[425,14941],[434,14987],[435,14938],[442,14972],[443,14993],[444,14972],[445,14972],[451,14975],[452,14937],[453,14971],[454,14973],[455,14938],[456,14935],[462,14974],[463,14974],[464,14974],[465,14974],[466,14973],[467,14973],[468,14973],[469,14974],[470,14974],[471,14963],[475,14938],[476,14938],[477,14942],[478,14938],[479,14938],[497,14991],[499,14972],[500,14971],[501,14962],[502,14988],[503,14942],[504,14942],[505,14989],[506,14990],[507,14963],[508,14938],[509,14970],[510,14964],[526,15143],[547,15143],[651,15143],[652,15143],[653,15143],[656,15143],[993,15143],[1117,15144],[1317,15143],[1878,15143],[2015,15144],[2027,15143],[2043,15143],[2068,15143],[2090,15143],[2143,15143],[2145,15143],[2161,15143],[2248,15144],[2252,15143],[2270,15143],[2759,14968],[2760,14968],[2761,14968],[2765,15008],[2768,15008],[2770,15008],[2771,14968],[2773,15008],[2775,14968],[2776,14968],[2777,14968],[2779,15008],[2784,15008],[2788,15008],[2792,15008],[2794,15008],[2887,14968],[3036,15008],[3038,15008],[3040,15008],[3042,15008],[3044,15008],[3045,15008],[3046,15008],[3047,15008],[3049,15008],[3055,14935],[3059,14935],[3060,14935],[3061,14935],[3070,14935],[3073,14935],[3101,14935],[3116,15022],[3117,15022],[3118,15022],[3119,15022],[3127,15145],[3128,15145],[3129,15145],[3130,15146],[3131,15146],[3132,15147],[3133,15147],[3134,15147],[3135,15148],[3136,15148],[3138,15021],[3140,15021],[3141,14960],[3143,15002],[3235,15149],[3236,15149],[3261,15149],[3262,15149],[3263,15149],[3285,15149],[3507,15021],[3509,15021],[3510,15021],[3512,15021],[3550,15048],[3553,15048],[3554,15047],[3555,15049],[3562,15150],[3576,15048],[3578,15048],[3579,15048],[3580,15048],[3584,15048],[3585,15150],[3586,15047],[3588,15047],[3589,15047],[3590,15047],[3593,15047],[3594,15150],[3617,15150],[3618,15150],[3638,15150],[3639,15050],[3640,15050],[3641,15050],[3642,15050],[3644,15050],[3646,15050],[3648,15050],[3649,15050],[3683,15051],[3695,15049],[3697,15049],[3699,15049],[3700,15049],[3701,15049],[3702,15052],[3703,15052],[3748,15049],[3777,15052],[3778,15052],[3779,15052],[3780,15052],[3781,15052],[3782,15052],[3783,15052],[3784,15052],[3791,15049],[3800,15053],[3813,15054],[3814,15055],[3815,15054],[3845,15026],[3846,15026],[3847,15026],[3848,15026],[3850,15026],[3851,15026],[3852,15026],[4035,14969],[4036,14969],[4037,14969],[4038,14969],[4039,14969],[4040,14969],[4041,14969],[4042,14969],[4043,14969],[4044,14969],[4151,14970],[4152,14970],[4153,14970],[4154,14970],[4155,14970],[4156,14970],[4157,14970],[4158,14970],[4161,14970],[4163,14970],[4168,14970],[4173,14970],[4174,14970],[4175,14970],[4483,14986],[4484,14962],[4485,15151],[4486,15151],[4487,15151],[4488,15151],[4489,15151],[4490,15151],[4491,15151],[4492,15151],[4493,15151],[4496,14942],[4497,14942],[4498,14942],[4499,14942],[4506,14942],[4509,14942],[4510,14942],[4511,14942],[4512,14942],[4615,14983],[4616,14983],[4617,14983],[4618,14983],[4619,14983],[4620,14983],[4621,14983],[4622,14983],[4623,14983],[4625,14983],[4626,14983],[4628,14983],[4629,14983],[4631,14983],[4662,14983],[4680,14986],[4681,15152],[4682,15152],[4684,15012],[4685,15012],[4686,15012],[4687,14984],[4692,15012],[4693,15012],[4696,15012],[4870,14985],[4871,15009],[4872,14985],[4873,14985],[4874,14985],[4880,15009],[4882,15009],[5079,14987],[5080,14987],[5084,14987],[5085,14987],[5086,14987],[5087,14987],[5088,14987],[5089,14987],[5096,14987],[5130,15153],[5131,15153],[5132,15153],[5133,15153],[5134,15153],[5135,15153],[5136,15153],[5137,15153],[5138,15153],[5139,15153],[5140,15153],[5141,15153],[5142,15153],[5143,15153],[5144,15153],[5145,15153],[5146,15153],[5147,15153],[5148,15153],[5149,15153],[5150,15153],[5151,15153],[5152,15153],[5153,15153],[5154,15153],[5155,15153],[5156,15153],[5157,15153],[5158,15153],[5159,15153],[5160,15153],[5161,15153],[5162,15153],[5163,15153],[5164,15153],[5165,15153],[5166,15153],[5167,15153],[5168,15153],[5169,15153],[5170,15153],[5171,15153],[5172,15153],[5173,15153],[5174,15153],[5175,15153],[5176,15153],[5177,15153],[5178,15153],[5179,15153],[5180,15153],[5181,15153],[5182,15153],[5183,15153],[5184,15153],[5185,15153],[5186,15153],[5187,15153],[5188,15153],[5189,15153],[5190,15153],[5191,15153],[5192,15153],[5193,15153],[5194,15153],[5195,15153],[5196,15153],[5197,15153],[5198,15153],[5199,15153],[5200,15153],[5201,15153],[5202,15153],[5203,15153],[5204,15153],[5205,15153],[5206,15153],[5207,15153],[5208,15153],[5209,15153],[5210,15153],[5211,15153],[5212,15153],[5213,15153],[5214,15153],[5215,15153],[5216,15153],[5217,15153],[5218,15153],[5219,15153],[5220,15153],[5221,15153],[5222,15153],[5223,15153],[5224,15153],[5225,15153],[5226,15153],[5227,15153],[5228,15153],[5229,15153],[5230,15153],[5231,15153],[5232,15153],[5233,15153],[5234,15153],[5235,15153],[5236,15153],[5237,15153],[5238,15153],[5239,15153],[5240,15153],[5241,15153],[5242,15153],[5243,15153],[5244,15153],[5245,15153],[5246,15153],[5247,15153],[5248,15153],[5249,15153],[5250,15153],[5251,15153],[5252,15153],[5253,15153],[5254,15153],[5255,15153],[5256,15153],[5257,15153],[5258,15153],[5259,15153],[5260,15153],[5261,15153],[5262,15153],[5263,15153],[5264,15153],[5265,15153],[5266,15153],[5267,15153],[5268,15153],[5269,15153],[5270,15153],[5271,15153],[5272,15153],[5273,15153],[5274,15153],[5275,15153],[5276,15153],[5277,15153],[5278,15153],[5279,15153],[5280,15153],[5281,15153],[5282,15153],[5283,15153],[5284,15153],[5285,15153],[5286,15153],[5287,15153],[5288,15153],[5289,15153],[5290,15153],[5291,15153],[5292,15153],[5293,15153],[5294,15153],[5295,15153],[5296,15153],[5297,15153],[5298,15153],[5299,15153],[5300,15153],[5301,15153],[5302,15153],[5303,15153],[5304,15153],[5305,15153],[5306,15153],[5307,15153],[5308,15153],[5309,15153],[5310,15153],[5311,15153],[5312,15153],[5313,15153],[5314,15153],[5315,15153],[5316,15153],[5317,15153],[5318,15153],[5319,15153],[5320,15153],[5321,15153],[5322,15153],[5323,15153],[5324,15153],[5325,15153],[5326,15153],[5327,15153],[5328,15153],[5329,15153],[5330,15153],[5331,15153],[5332,15153],[5333,15153],[5334,15153],[5335,15153],[5336,15153],[5337,15153],[5338,15153],[5339,15153],[5340,15153],[5341,15153],[5342,15153],[5343,15153],[5344,15153],[5345,15153],[5346,15153],[5347,15153],[5348,15153],[5349,15153],[5350,15153],[5351,15153],[5352,15153],[5353,15153],[5354,15153],[5355,15153],[5356,15153],[5357,15153],[5358,15153],[5359,15153],[5360,15153],[5361,15153],[5362,15153],[5363,15153],[5364,15153],[5365,15153],[5366,15153],[5367,15153],[5368,15153],[5369,15153],[5370,15153],[5371,15153],[5372,15153],[5373,15153],[5374,15153],[5375,15153],[5376,15153],[5377,15153],[5378,15153],[5379,15153],[5380,15153],[5381,15153],[5382,15153],[5383,15153],[5384,15153],[5385,15153],[5386,14982],[5387,14975],[5389,14971],[5390,15000],[5391,15000],[5392,15000],[5396,14980],[5398,14980],[5399,15057],[5400,15058],[5401,14975],[5402,14937],[5403,14971],[5406,14971],[5862,14971],[5863,14971],[5864,14971],[5925,14971],[5926,14971],[5927,14971],[5928,14989],[5931,14989],[5932,14989],[5933,14989],[5954,14990],[5957,14990],[5958,14990],[5977,14990],[6038,14938],[6039,14938],[6040,14938],[6042,14938],[6043,14938],[6049,14938],[6050,14938],[6053,14938],[6054,14938],[6055,14938],[6056,14938],[6058,14938],[6061,14938],[6090,14938],[6145,14938],[6146,14938],[6197,14962],[6198,14962],[6199,14988],[6200,14988],[6216,14991],[6217,15060],[6218,14991],[6221,14981],[6223,14991],[6227,14991],[6243,14991],[6244,14991],[6256,15060],[6275,15060],[6290,15060],[6291,14991],[6303,14991],[6304,14991],[6306,14991],[6307,14991],[6308,14991],[6311,14991],[6316,14991],[6318,14991],[6319,14991],[6335,14991],[6336,14991],[6337,14991],[6377,14991],[6378,14991],[6400,14981],[6401,14981],[6402,14981],[6403,14981],[6404,14981],[6418,15061],[6419,15061],[6422,15061],[6424,15061],[6426,15061],[6427,15061],[6440,15061],[6453,15062],[6454,15062],[6455,15062],[6456,15062],[6457,15062],[6458,15062],[6459,15062],[6532,15014],[6535,15014],[6537,15014],[6619,15006],[6621,15006],[6624,15059],[6625,15006],[6626,15006],[6701,14942],[6702,14969],[6703,14969],[6704,14942],[6705,14938],[6706,14942],[6707,14942],[6708,14938],[6713,14949],[6714,14949],[6715,14949],[6716,15066],[6717,15066],[6731,14949],[6738,14949],[6780,14949],[6782,14949],[6783,14949],[6784,14949],[6802,14949],[6803,14949],[6804,14949],[6806,14949],[6807,14949],[6808,14949],[6809,14949],[6810,14949],[6811,14949],[6812,14949],[6813,14949],[6814,14949],[6836,15154],[6837,14978],[6882,15070],[6883,15069],[6885,15068],[6887,15065],[6888,15070],[6889,15005],[6890,15005],[6891,15070],[6894,15005],[6898,15005],[6916,15069],[6928,15069],[6944,15069],[6954,15069],[6970,15069],[6993,15069],[6994,15069],[7002,15069],[7045,15069],[7046,15074],[7065,15068],[7066,15068],[7067,15068],[7082,15069],[7086,15069],[7102,15005],[7103,15005],[7106,15005],[7108,15005],[7110,15005],[7132,15065],[7133,15005],[7134,15005],[7141,15068],[7143,15065],[7151,15066],[7152,15066],[7153,15066],[7164,15018],[7165,15018],[7235,14943],[7236,15155],[7237,14943],[7241,14957],[7242,15155],[7250,14957],[7254,15156],[7287,15156],[7290,15156],[7325,14943],[7326,14943],[7327,14943],[7328,14943],[7331,14943],[7332,14943],[7338,14943],[7340,15075],[7341,14943],[7343,14943],[7349,14943],[7355,14943],[7362,14943],[7363,14943],[7459,14943],[7506,15038],[7507,15038],[7508,15038],[7509,15038],[7510,15038],[7511,15038],[7512,15038],[7513,15038],[7514,15038],[7515,15038],[7516,15038],[7517,15038],[7518,15038],[7519,15038],[7520,15038],[7521,15038],[7522,15038],[7523,15038],[7524,15038],[7525,15038],[7526,15038],[7527,15038],[7528,15038],[7529,15038],[7530,15038],[7531,15038],[7532,15038],[7533,15038],[7534,15038],[8801,14957],[8810,15077],[8819,14957],[8820,14957],[8822,14957],[8824,14957],[8826,14957],[8828,14957],[8830,14957],[8832,14957],[8834,14957],[8930,15157],[8932,15078],[8936,15079],[8937,15079],[9006,14927],[9007,14927],[9008,14927],[9120,14977],[9173,14979],[9174,14979],[9220,15080],[9221,15080],[9276,15081],[9277,15081],[9346,15082],[9347,15082],[9402,15083],[9403,15083],[9404,15083],[9498,14995],[9502,14995],[9504,14997],[9505,14997],[9514,14995],[9515,14995],[9516,14995],[9517,14995],[9521,14995],[9572,14995],[9609,14995],[9641,14972],[9644,14972],[9645,14972],[9648,14972],[9650,14972],[9655,14964],[9657,14964],[9658,14972],[9659,14972],[9660,14972],[9661,14972],[9662,14972],[9663,14965],[9667,14972],[9668,14972],[9671,14972],[9672,14972],[9673,14972],[9674,14972],[9675,14972],[9676,14967],[9677,14972],[9678,14964],[10013,14992],[10014,14992],[10020,14992],[10028,15158],[10029,15158],[10070,14941],[10071,14941],[10072,14941],[10077,14941],[10078,14941],[10115,15159],[10116,15159],[10117,15027],[10122,15007],[10127,15007],[10128,15007],[10131,15007],[10133,15007],[10136,15007],[10226,15007],[10227,15007],[10228,15007],[10229,15007],[10230,15007],[10231,15007],[10273,15027],[10274,15027],[10275,15027],[10337,15092],[10338,15092],[10353,15092],[10354,15092],[10357,15092],[10361,15092],[10460,15028],[10461,15028],[10462,15028],[10536,15093],[10537,15093],[10538,15093],[10599,15094],[10600,15094],[10601,15094],[10602,15094],[10692,15095],[10693,15095],[10694,15095],[10695,15095],[10696,15095],[10697,15095],[10832,15096],[10833,15096],[10834,15096],[10902,15059],[10923,15160],[10924,15160],[10925,15160],[10926,15160],[10927,15160],[10928,15160],[10929,15160],[10930,15160],[10931,15160],[10932,14963],[10933,14963],[10934,14963],[10945,14994],[10947,14993],[10949,14993],[10950,14993],[10952,14993],[10953,15099],[10971,14993],[10986,15098],[10987,14993],[10990,14993],[10992,15100],[10993,15099],[11003,14993],[11004,14993],[11005,14993],[11006,14993],[11007,14993],[11203,14993],[11207,14993],[11326,15101],[11327,15101],[11328,15101],[11329,15101],[11397,15085],[11398,14967],[11399,14967],[11401,14965],[11407,14964],[11416,14964],[11418,14965],[11422,14964],[11423,14967],[11424,14964],[11425,14966],[11426,14965],[11427,14964],[11428,15085],[11429,14967],[11430,14967],[11431,14965],[11432,14967],[11433,15085],[11434,14967],[11435,14964],[11511,14965],[11522,14965],[11523,14965],[11524,14965],[11629,14965],[11668,14965],[11669,14965],[11750,15161],[11751,15161],[11752,15161],[11753,15161],[11754,15161],[11755,15161],[11756,15161],[11757,15161],[11758,15161],[11759,15161],[11760,15161],[11761,15161],[11762,15161],[11763,15161],[11764,15161],[11765,15161],[11766,15103],[11791,15103],[11797,15090],[11798,15090],[11799,15105],[11800,15064],[11891,15064],[11919,15106],[11920,15105],[11943,15102],[11944,15102],[11945,15102],[12016,14976],[12017,14976],[12018,14976],[12019,14976],[12020,14976],[12021,14976],[12022,14976],[12027,14976],[12028,14976],[12029,14976],[12030,14976],[12031,14976],[12032,14976],[12033,14976],[12034,14976],[12035,14976],[12041,14976],[12095,14976],[12139,14976],[12140,14976],[12159,14976],[12165,14976],[12166,14976],[12167,14976],[12168,14976],[12169,14976],[12170,14976],[12171,14976],[12172,14976],[12173,14976],[12174,14976],[12175,14976],[12176,14976],[12177,14976],[12178,14976],[12179,14976],[12180,14976],[12181,14976],[12182,14976],[12183,14976],[12184,14976],[12185,14976],[12186,14976],[12187,14976],[12188,14976],[12189,14976],[12190,14976],[12191,14976],[12192,14976],[12193,14976],[12194,14976],[12195,14976],[12196,14976],[12197,14976],[12198,14976],[12199,14976],[12200,14976],[12201,14976],[12202,14976],[12203,14976],[12204,14976],[12205,14976],[12206,14976],[12207,14976],[12208,14976],[12209,14976],[12210,14976],[12211,14976],[12212,14976],[12213,14976],[12214,14976],[12215,14976],[12216,14976],[12217,14976],[12218,14976],[12219,14976],[12220,14976],[12221,14976],[12250,14976],[12262,15104],[12284,15104],[12285,15104],[12286,15104],[12287,15104],[12288,15104],[12294,15089],[12300,15089],[12301,15089],[12302,15089],[12303,15089],[12304,15107],[12313,15089],[12325,15091],[12326,15108],[12327,15088],[12329,15088],[12330,15091],[12332,15091],[12336,15162],[12356,15162],[12357,15162],[12360,15162],[12364,15162],[12367,15114],[12377,15115],[12378,15117],[12379,15117],[12380,15113],[12381,15113],[12382,15113],[12383,15113],[12387,15118],[12388,15118],[12389,15119],[12390,15116],[12392,15112],[12393,15120],[12394,15120],[12636,15116],[12650,15116],[12651,15112],[12652,15112],[12653,15112],[12655,15112],[12656,15112],[12657,15112],[12658,15112],[12659,15112],[12660,15112],[12798,15120],[12799,15120],[12800,15163],[12801,15124],[12802,15124],[12813,15091],[12814,15113],[12816,15125],[12817,15088],[12818,15091],[12820,15091],[12821,15125],[12822,15127],[12823,15114],[12847,15162],[12854,15114],[12857,15126],[12858,15127],[12859,15114],[12860,15164],[12895,15164],[12920,15130],[12921,15130],[12922,15128],[12968,15131],[12990,15125],[12991,15125],[12992,15125],[13007,15125],[13021,15133],[13022,15133],[13023,15133],[13058,15133],[13059,15133],[13078,14966],[13079,14966],[13098,15019],[13134,14973],[13135,14973],[13137,14973],[13139,14973],[13145,14973],[13147,14973],[13148,14973],[13155,14973],[13156,14973],[13158,14973],[13160,14973],[13162,14973],[13163,14973],[13164,14973],[13167,14973],[13169,14973],[13170,14973],[13174,14973],[13177,14973],[13178,14973],[13179,14973],[13180,14973],[13478,15165],[13482,15134],[13483,15134],[13518,15165],[13533,14974],[13537,14974],[13539,14974],[13542,14974],[13551,14974],[13552,14974],[13553,14974],[13554,14974],[13559,14974],[13560,14974],[13562,15013],[13564,15013],[13565,14974],[13566,14974],[13567,14974],[13568,14974],[13569,14974],[13570,14974],[13571,14974],[13572,14974],[13573,14974],[13574,14974],[13575,14974],[13576,14974],[13578,14974],[13579,14974],[13580,14974],[13581,14974],[13582,14974],[13583,14974],[13584,15033],[13585,14974],[13992,14974],[14040,14974],[14172,15033],[14173,15033],[14198,15137],[14199,15136],[14464,14928],[14465,14928],[14592,15140],[14593,15140],[14594,15140],[14597,15140],[14598,15140],[14599,15140],[14600,15140],[14601,15140],[14751,14929]],"b":[[38,"impl-AsRef%3C%5Bu8;+%3C%24hash+as+%24crate::Hash%3E::LEN%5D%3E-for-DescriptorId"],[39,"impl-AsRef%3C%5Bu8%5D%3E-for-DescriptorId"],[99,"impl-FromSql-for-Impl%3CAmount%3E"],[100,"impl-FromSql-for-Impl%3CDescriptorId%3E"],[101,"impl-FromSql-for-Impl%3CScriptBuf%3E"],[102,"impl-FromSql-for-Impl%3CTransaction%3E"],[103,"impl-FromSql-for-Impl%3CDescriptor%3CDescriptorPublicKey%3E%3E"],[104,"impl-FromSql-for-Impl%3CNetwork%3E"],[105,"impl-FromSql-for-Impl%3CBlockHash%3E"],[106,"impl-FromSql-for-Impl%3CTxid%3E"],[158,"impl-Display-for-Balance"],[159,"impl-Debug-for-Balance"],[163,"impl-Display-for-DescriptorId"],[164,"impl-LowerHex-for-DescriptorId"],[165,"impl-UpperHex-for-DescriptorId"],[166,"impl-Debug-for-DescriptorId"],[169,"impl-From%3C(%26u32,+%26BlockHash)%3E-for-BlockId"],[170,"impl-From%3C(u32,+BlockHash)%3E-for-BlockId"],[291,"impl-ToSql-for-Impl%3CNetwork%3E"],[292,"impl-ToSql-for-Impl%3CDescriptor%3CDescriptorPublicKey%3E%3E"],[293,"impl-ToSql-for-Impl%3CTransaction%3E"],[294,"impl-ToSql-for-Impl%3CAmount%3E"],[295,"impl-ToSql-for-Impl%3CScriptBuf%3E"],[296,"impl-ToSql-for-Impl%3CTxid%3E"],[297,"impl-ToSql-for-Impl%3CDescriptorId%3E"],[298,"impl-ToSql-for-Impl%3CBlockHash%3E"],[569,"impl-AsMut%3CScript%3E-for-Script"],[570,"impl-AsMut%3C%5Bu8%5D%3E-for-Script"],[571,"impl-AsMut%3CScript%3E-for-ScriptBuf"],[572,"impl-AsMut%3C%5Bu8%5D%3E-for-ScriptBuf"],[597,"impl-AsRef%3C%5Bu8;+bitcoin::::bip158::%7Bimpl%2317%7D::%7Bconstant%230%7D%5D%3E-for-FilterHash"],[598,"impl-AsRef%3C%5Bu8%5D%3E-for-FilterHash"],[599,"impl-AsRef%3C%5Bu8%5D%3E-for-FilterHeader"],[600,"impl-AsRef%3C%5Bu8;+bitcoin::::bip158::%7Bimpl%2324%7D::%7Bconstant%230%7D%5D%3E-for-FilterHeader"],[601,"impl-AsRef%3C%5Bu8%5D%3E-for-XKeyIdentifier"],[602,"impl-AsRef%3C%5Bu8;+bitcoin::::bip32::%7Bimpl%23106%7D::%7Bconstant%230%7D%5D%3E-for-XKeyIdentifier"],[603,"impl-AsRef%3C%5Bu8%5D%3E-for-BlockHash"],[604,"impl-AsRef%3C%5Bu8;+bitcoin::::blockdata::block::%7Bimpl%2322%7D::%7Bconstant%230%7D%5D%3E-for-BlockHash"],[605,"impl-AsRef%3C%5Bu8%5D%3E-for-TxMerkleNode"],[606,"impl-AsRef%3C%5Bu8;+bitcoin::::blockdata::block::%7Bimpl%2329%7D::%7Bconstant%230%7D%5D%3E-for-TxMerkleNode"],[607,"impl-AsRef%3C%5Bu8%5D%3E-for-WitnessMerkleNode"],[608,"impl-AsRef%3C%5Bu8;+bitcoin::::blockdata::block::%7Bimpl%2336%7D::%7Bconstant%230%7D%5D%3E-for-WitnessMerkleNode"],[609,"impl-AsRef%3C%5Bu8;+bitcoin::::blockdata::block::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-WitnessCommitment"],[610,"impl-AsRef%3C%5Bu8%5D%3E-for-WitnessCommitment"],[611,"impl-AsRef%3C%5Bu8%5D%3E-for-Script"],[612,"impl-AsRef%3CScript%3E-for-Script"],[613,"impl-AsRef%3C%5Bu8%5D%3E-for-ScriptBuf"],[614,"impl-AsRef%3CScript%3E-for-ScriptBuf"],[615,"impl-AsRef%3C%5Bu8%5D%3E-for-ScriptHash"],[616,"impl-AsRef%3C%5Bu8;+bitcoin::::blockdata::script::%7Bimpl%2356%7D::%7Bconstant%230%7D%5D%3E-for-ScriptHash"],[617,"impl-AsRef%3CPushBytes%3E-for-ScriptHash"],[618,"impl-AsRef%3C%5Bu8;+bitcoin::::blockdata::script::%7Bimpl%2363%7D::%7Bconstant%230%7D%5D%3E-for-WScriptHash"],[619,"impl-AsRef%3C%5Bu8%5D%3E-for-WScriptHash"],[620,"impl-AsRef%3CPushBytes%3E-for-WScriptHash"],[621,"impl-AsRef%3C%5Bu8;+bitcoin::::blockdata::transaction::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-Txid"],[622,"impl-AsRef%3C%5Bu8%5D%3E-for-Txid"],[623,"impl-AsRef%3C%5Bu8;+bitcoin::::blockdata::transaction::%7Bimpl%2356%7D::%7Bconstant%230%7D%5D%3E-for-Wtxid"],[624,"impl-AsRef%3C%5Bu8%5D%3E-for-Wtxid"],[625,"impl-AsRef%3C%5Bu8;+bitcoin::::crypto::key::%7Bimpl%2383%7D::%7Bconstant%230%7D%5D%3E-for-PubkeyHash"],[626,"impl-AsRef%3CPushBytes%3E-for-PubkeyHash"],[627,"impl-AsRef%3C%5Bu8%5D%3E-for-PubkeyHash"],[628,"impl-AsRef%3C%5Bu8;+bitcoin::::crypto::key::%7Bimpl%2390%7D::%7Bconstant%230%7D%5D%3E-for-WPubkeyHash"],[629,"impl-AsRef%3C%5Bu8%5D%3E-for-WPubkeyHash"],[630,"impl-AsRef%3CPushBytes%3E-for-WPubkeyHash"],[631,"impl-AsRef%3C%5Bu8%5D%3E-for-LegacySighash"],[632,"impl-AsRef%3C%5Bu8;+bitcoin::::crypto::sighash::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-LegacySighash"],[633,"impl-AsRef%3C%5Bu8;+bitcoin::::crypto::sighash::%7Bimpl%2356%7D::%7Bconstant%230%7D%5D%3E-for-SegwitV0Sighash"],[634,"impl-AsRef%3C%5Bu8%5D%3E-for-SegwitV0Sighash"],[635,"impl-AsRef%3C%5Bu8%5D%3E-for-TapSighash"],[636,"impl-AsRef%3C%5Bu8;+bitcoin::::crypto::sighash::%7Bimpl%23109%7D::%7Bconstant%230%7D%5D%3E-for-TapSighash"],[638,"impl-AsRef%3C%5Bu8;+bitcoin::::taproot::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-TapLeafHash"],[639,"impl-AsRef%3C%5Bu8%5D%3E-for-TapLeafHash"],[640,"impl-AsRef%3C%5Bu8;+bitcoin::::taproot::%7Bimpl%23104%7D::%7Bconstant%230%7D%5D%3E-for-TapNodeHash"],[641,"impl-AsRef%3C%5Bu8%5D%3E-for-TapNodeHash"],[642,"impl-AsRef%3C%5Bu8%5D%3E-for-TapTweakHash"],[643,"impl-AsRef%3C%5Bu8;+bitcoin::::taproot::%7Bimpl%23137%7D::%7Bconstant%230%7D%5D%3E-for-TapTweakHash"],[1097,"impl-Deserialize%3C\'de%3E-for-Psbt"],[1098,"impl-Psbt"],[1108,"impl-Div%3CWeight%3E-for-Amount"],[1109,"impl-Div%3Cu64%3E-for-Amount"],[1111,"impl-Div%3Cu64%3E-for-Weight"],[1112,"impl-Div-for-Weight"],[1161,"impl-PartialEq-for-Script"],[1162,"impl-PartialEq%3CScriptBuf%3E-for-Script"],[1163,"impl-PartialEq%3CScript%3E-for-ScriptBuf"],[1164,"impl-PartialEq-for-ScriptBuf"],[1338,"impl-Debug-for-Denomination"],[1339,"impl-Display-for-Denomination"],[1340,"impl-Display-for-Amount"],[1341,"impl-Debug-for-Amount"],[1342,"impl-Debug-for-SignedAmount"],[1343,"impl-Display-for-SignedAmount"],[1344,"impl-Display-for-FeeRate"],[1345,"impl-Debug-for-FeeRate"],[1346,"impl-LowerHex-for-XOnlyPublicKey"],[1347,"impl-Display-for-XOnlyPublicKey"],[1348,"impl-Debug-for-XOnlyPublicKey"],[1349,"impl-Debug-for-Weight"],[1350,"impl-Display-for-Weight"],[1351,"impl-Display-for-AddressType"],[1352,"impl-Debug-for-AddressType"],[1354,"impl-Display-for-Address"],[1355,"impl-Debug-for-Address%3CV%3E"],[1356,"impl-Display-for-FilterHash"],[1357,"impl-Debug-for-FilterHash"],[1358,"impl-LowerHex-for-FilterHash"],[1359,"impl-UpperHex-for-FilterHash"],[1360,"impl-UpperHex-for-FilterHeader"],[1361,"impl-Debug-for-FilterHeader"],[1362,"impl-Display-for-FilterHeader"],[1363,"impl-LowerHex-for-FilterHeader"],[1364,"impl-Debug-for-XKeyIdentifier"],[1365,"impl-LowerHex-for-XKeyIdentifier"],[1366,"impl-Display-for-XKeyIdentifier"],[1367,"impl-UpperHex-for-XKeyIdentifier"],[1368,"impl-Debug-for-BlockHash"],[1369,"impl-UpperHex-for-BlockHash"],[1370,"impl-LowerHex-for-BlockHash"],[1371,"impl-Display-for-BlockHash"],[1372,"impl-UpperHex-for-TxMerkleNode"],[1373,"impl-Display-for-TxMerkleNode"],[1374,"impl-LowerHex-for-TxMerkleNode"],[1375,"impl-Debug-for-TxMerkleNode"],[1376,"impl-Display-for-WitnessMerkleNode"],[1377,"impl-Debug-for-WitnessMerkleNode"],[1378,"impl-UpperHex-for-WitnessMerkleNode"],[1379,"impl-LowerHex-for-WitnessMerkleNode"],[1380,"impl-UpperHex-for-WitnessCommitment"],[1381,"impl-Debug-for-WitnessCommitment"],[1382,"impl-Display-for-WitnessCommitment"],[1383,"impl-LowerHex-for-WitnessCommitment"],[1385,"impl-Debug-for-Opcode"],[1386,"impl-Display-for-Opcode"],[1387,"impl-LowerHex-for-Script"],[1388,"impl-UpperHex-for-Script"],[1389,"impl-Debug-for-Script"],[1390,"impl-Display-for-Script"],[1391,"impl-Display-for-ScriptBuf"],[1392,"impl-Debug-for-ScriptBuf"],[1393,"impl-LowerHex-for-ScriptBuf"],[1394,"impl-UpperHex-for-ScriptBuf"],[1396,"impl-Debug-for-WitnessVersion"],[1397,"impl-Display-for-WitnessVersion"],[1398,"impl-Display-for-ScriptHash"],[1399,"impl-Debug-for-ScriptHash"],[1400,"impl-LowerHex-for-ScriptHash"],[1401,"impl-UpperHex-for-ScriptHash"],[1402,"impl-Display-for-WScriptHash"],[1403,"impl-LowerHex-for-WScriptHash"],[1404,"impl-Debug-for-WScriptHash"],[1405,"impl-UpperHex-for-WScriptHash"],[1406,"impl-LowerHex-for-Txid"],[1407,"impl-UpperHex-for-Txid"],[1408,"impl-Debug-for-Txid"],[1409,"impl-Display-for-Txid"],[1410,"impl-UpperHex-for-Wtxid"],[1411,"impl-Debug-for-Wtxid"],[1412,"impl-Display-for-Wtxid"],[1413,"impl-LowerHex-for-Wtxid"],[1414,"impl-Display-for-OutPoint"],[1415,"impl-Debug-for-OutPoint"],[1417,"impl-LowerHex-for-Sequence"],[1418,"impl-Display-for-Sequence"],[1419,"impl-UpperHex-for-Sequence"],[1420,"impl-Debug-for-Sequence"],[1425,"impl-Debug-for-PublicKey"],[1426,"impl-Display-for-PublicKey"],[1427,"impl-LowerHex-for-PubkeyHash"],[1428,"impl-UpperHex-for-PubkeyHash"],[1429,"impl-Debug-for-PubkeyHash"],[1430,"impl-Display-for-PubkeyHash"],[1431,"impl-Debug-for-WPubkeyHash"],[1432,"impl-Display-for-WPubkeyHash"],[1433,"impl-LowerHex-for-WPubkeyHash"],[1434,"impl-UpperHex-for-WPubkeyHash"],[1435,"impl-Debug-for-CompressedPublicKey"],[1436,"impl-Display-for-CompressedPublicKey"],[1437,"impl-Display-for-PrivateKey"],[1438,"impl-Debug-for-PrivateKey"],[1439,"impl-LowerHex-for-LegacySighash"],[1440,"impl-UpperHex-for-LegacySighash"],[1441,"impl-Debug-for-LegacySighash"],[1442,"impl-Display-for-LegacySighash"],[1443,"impl-UpperHex-for-SegwitV0Sighash"],[1444,"impl-Display-for-SegwitV0Sighash"],[1445,"impl-Debug-for-SegwitV0Sighash"],[1446,"impl-LowerHex-for-SegwitV0Sighash"],[1447,"impl-UpperHex-for-TapSighash"],[1448,"impl-Display-for-TapSighash"],[1449,"impl-Debug-for-TapSighash"],[1450,"impl-LowerHex-for-TapSighash"],[1451,"impl-Debug-for-TapSighashType"],[1452,"impl-Display-for-TapSighashType"],[1453,"impl-Display-for-EcdsaSighashType"],[1454,"impl-Debug-for-EcdsaSighashType"],[1457,"impl-Display-for-Network"],[1458,"impl-Debug-for-Network"],[1459,"impl-Debug-for-Work"],[1460,"impl-Display-for-Work"],[1461,"impl-LowerHex-for-Work"],[1462,"impl-UpperHex-for-Work"],[1463,"impl-LowerHex-for-Target"],[1464,"impl-Display-for-Target"],[1465,"impl-UpperHex-for-Target"],[1466,"impl-Debug-for-Target"],[1467,"impl-LowerHex-for-CompactTarget"],[1468,"impl-UpperHex-for-CompactTarget"],[1469,"impl-Debug-for-CompactTarget"],[1470,"impl-Debug-for-Psbt"],[1471,"impl-Display-for-Psbt"],[1472,"impl-LowerHex-for-TapLeafHash"],[1473,"impl-Display-for-TapLeafHash"],[1474,"impl-UpperHex-for-TapLeafHash"],[1475,"impl-Debug-for-TapLeafHash"],[1476,"impl-Display-for-TapNodeHash"],[1477,"impl-LowerHex-for-TapNodeHash"],[1478,"impl-Debug-for-TapNodeHash"],[1479,"impl-UpperHex-for-TapNodeHash"],[1480,"impl-Display-for-TapTweakHash"],[1481,"impl-LowerHex-for-TapTweakHash"],[1482,"impl-Debug-for-TapTweakHash"],[1483,"impl-UpperHex-for-TapTweakHash"],[1492,"impl-From%3CPublicKey%3E-for-XOnlyPublicKey"],[1493,"impl-From%3CPublicKey%3E-for-XOnlyPublicKey"],[1494,"impl-From%3CXOnlyPublicKey%3E-for-XOnlyPublicKey"],[1496,"impl-From%3CCompressedPublicKey%3E-for-XOnlyPublicKey"],[1497,"impl-From%3CTweakedPublicKey%3E-for-XOnlyPublicKey"],[1507,"impl-From%3CHash%3E-for-XKeyIdentifier"],[1508,"impl-From%3C%26Xpub%3E-for-XKeyIdentifier"],[1509,"impl-From%3CXpub%3E-for-XKeyIdentifier"],[1511,"impl-From%3CHash%3E-for-BlockHash"],[1512,"impl-From%3C%26Block%3E-for-BlockHash"],[1514,"impl-From%3CHeader%3E-for-BlockHash"],[1515,"impl-From%3CBlock%3E-for-BlockHash"],[1516,"impl-From%3C%26Header%3E-for-BlockHash"],[1518,"impl-From%3CHash%3E-for-TxMerkleNode"],[1519,"impl-From%3CTxid%3E-for-TxMerkleNode"],[1520,"impl-From%3CWtxid%3E-for-WitnessMerkleNode"],[1521,"impl-From%3CHash%3E-for-WitnessMerkleNode"],[1527,"impl-From%3Cu8%3E-for-Opcode"],[1528,"impl-From%3CWitnessVersion%3E-for-Opcode"],[1529,"impl-From%3CCow%3C\'a,+Script%3E%3E-for-ScriptBuf"],[1530,"impl-From%3CAddress%3E-for-ScriptBuf"],[1531,"impl-From%3C%26Script%3E-for-ScriptBuf"],[1532,"impl-From%3CVec%3Cu8%3E%3E-for-ScriptBuf"],[1536,"impl-From%3C%26ScriptBuf%3E-for-ScriptHash"],[1537,"impl-From%3CHash%3E-for-ScriptHash"],[1538,"impl-From%3C%26Script%3E-for-ScriptHash"],[1539,"impl-From%3CScriptBuf%3E-for-ScriptHash"],[1542,"impl-From%3CScriptBuf%3E-for-WScriptHash"],[1543,"impl-From%3CHash%3E-for-WScriptHash"],[1544,"impl-From%3C%26Script%3E-for-WScriptHash"],[1545,"impl-From%3C%26ScriptBuf%3E-for-WScriptHash"],[1547,"impl-From%3CTransaction%3E-for-Txid"],[1548,"impl-From%3CHash%3E-for-Txid"],[1549,"impl-From%3C%26Transaction%3E-for-Txid"],[1550,"impl-From%3CTransaction%3E-for-Wtxid"],[1551,"impl-From%3C%26Transaction%3E-for-Wtxid"],[1552,"impl-From%3CHash%3E-for-Wtxid"],[1556,"impl-From%3CRelLockTime%3E-for-Sequence"],[1558,"impl-From%3CLockTime%3E-for-Sequence"],[1561,"impl-From%3C%26%5BVec%3Cu8%3E%5D%3E-for-Witness"],[1563,"impl-From%3C%26%5B%26%5Bu8%5D%5D%3E-for-Witness"],[1564,"impl-From%3CVec%3C%26%5Bu8%5D%3E%3E-for-Witness"],[1565,"impl-From%3CVec%3CVec%3Cu8%3E%3E%3E-for-Witness"],[1566,"impl-From%3Cusize%3E-for-VarInt"],[1567,"impl-From%3Cu32%3E-for-VarInt"],[1568,"impl-From%3Cu16%3E-for-VarInt"],[1570,"impl-From%3Cu64%3E-for-VarInt"],[1571,"impl-From%3Cu8%3E-for-VarInt"],[1572,"impl-From%3CCompressedPublicKey%3E-for-PublicKey"],[1573,"impl-From%3CPublicKey%3E-for-PublicKey"],[1575,"impl-From%3CCompressedPublicKey%3E-for-PubkeyHash"],[1576,"impl-From%3C%26CompressedPublicKey%3E-for-PubkeyHash"],[1577,"impl-From%3C%26PublicKey%3E-for-PubkeyHash"],[1578,"impl-From%3CPublicKey%3E-for-PubkeyHash"],[1580,"impl-From%3CHash%3E-for-PubkeyHash"],[1581,"impl-From%3CHash%3E-for-WPubkeyHash"],[1582,"impl-From%3CCompressedPublicKey%3E-for-WPubkeyHash"],[1584,"impl-From%3C%26CompressedPublicKey%3E-for-WPubkeyHash"],[1607,"impl-From%3CHash%3CTapLeafTag%3E%3E-for-TapLeafHash"],[1608,"impl-From%3CScriptPath%3C\'s%3E%3E-for-TapLeafHash"],[1611,"impl-From%3CLeafNode%3E-for-TapNodeHash"],[1612,"impl-From%3CHash%3CTapBranchTag%3E%3E-for-TapNodeHash"],[1613,"impl-From%3C%26LeafNode%3E-for-TapNodeHash"],[1614,"impl-From%3CTapLeafHash%3E-for-TapNodeHash"],[1617,"impl-From%3C%26TaprootSpendInfo%3E-for-TapTweakHash"],[1618,"impl-From%3CTaprootSpendInfo%3E-for-TapTweakHash"],[1619,"impl-From%3CHash%3CTapTweakTag%3E%3E-for-TapTweakHash"],[1725,"impl-ParseableKey-for-XOnlyPublicKey"],[1726,"impl-XOnlyPublicKey"],[1739,"impl-PublicKey"],[1740,"impl-ParseableKey-for-PublicKey"],[1888,"impl-Index%3CRangeFull%3E-for-Script"],[1889,"impl-Index%3CRangeToInclusive%3Cusize%3E%3E-for-Script"],[1890,"impl-Index%3C(Bound%3Cusize%3E,+Bound%3Cusize%3E)%3E-for-Script"],[1891,"impl-Index%3CRangeFrom%3Cusize%3E%3E-for-Script"],[1892,"impl-Index%3CRangeInclusive%3Cusize%3E%3E-for-Script"],[1893,"impl-Index%3CRangeTo%3Cusize%3E%3E-for-Script"],[1894,"impl-Index%3CRange%3Cusize%3E%3E-for-Script"],[2037,"impl-Mul%3Cu64%3E-for-Weight"],[2038,"impl-Mul%3CFeeRate%3E-for-Weight"],[2106,"impl-PartialOrd%3CScriptBuf%3E-for-Script"],[2107,"impl-PartialOrd-for-Script"],[2108,"impl-PartialOrd%3CScript%3E-for-ScriptBuf"],[2109,"impl-PartialOrd-for-ScriptBuf"],[2203,"impl-Serialize-for-XOnlyPublicKey"],[2204,"impl-XOnlyPublicKey"],[2242,"impl-Serialize-for-Psbt"],[2243,"impl-Psbt"],[2267,"impl-Sum-for-Weight"],[2268,"impl-Sum%3C%26Weight%3E-for-Weight"],[2480,"impl-TryFrom%3C%26str%3E-for-FeeRate"],[2481,"impl-TryFrom%3CBox%3Cstr%3E%3E-for-FeeRate"],[2482,"impl-TryFrom%3CString%3E-for-FeeRate"],[2484,"impl-TryFrom%3CBox%3Cstr%3E%3E-for-Weight"],[2485,"impl-TryFrom%3CString%3E-for-Weight"],[2486,"impl-TryFrom%3C%26str%3E-for-Weight"],[2502,"impl-TryFrom%3CInstruction%3C\'a%3E%3E-for-WitnessVersion"],[2504,"impl-TryFrom%3Cu8%3E-for-WitnessVersion"],[2505,"impl-TryFrom%3COpcode%3E-for-WitnessVersion"],[2506,"impl-TryFrom%3CFe32%3E-for-WitnessVersion"],[2513,"impl-TryFrom%3C%26str%3E-for-Sequence"],[2514,"impl-TryFrom%3CBox%3Cstr%3E%3E-for-Sequence"],[2516,"impl-TryFrom%3CString%3E-for-Sequence"],[2536,"impl-TryFrom%3CMagic%3E-for-Network"],[2537,"impl-TryFrom%3CChainHash%3E-for-Network"],[2888,"impl-Display-for-FromScriptError"],[2889,"impl-Debug-for-FromScriptError"],[2890,"impl-Display-for-P2shError"],[2891,"impl-Debug-for-P2shError"],[2892,"impl-Display-for-UnknownAddressTypeError"],[2893,"impl-Debug-for-UnknownAddressTypeError"],[2894,"impl-Display-for-ParseError"],[2895,"impl-Debug-for-ParseError"],[2896,"impl-Display-for-UnknownHrpError"],[2897,"impl-Debug-for-UnknownHrpError"],[2898,"impl-Display-for-NetworkValidationError"],[2899,"impl-Debug-for-NetworkValidationError"],[2900,"impl-Display-for-InvalidBase58PayloadLengthError"],[2901,"impl-Debug-for-InvalidBase58PayloadLengthError"],[2902,"impl-Display-for-LegacyAddressTooLongError"],[2903,"impl-Debug-for-LegacyAddressTooLongError"],[2904,"impl-Debug-for-InvalidLegacyPrefixError"],[2905,"impl-Display-for-InvalidLegacyPrefixError"],[2910,"impl-From%3CTryFromError%3E-for-FromScriptError"],[2911,"impl-From%3CInfallible%3E-for-FromScriptError"],[2912,"impl-From%3CError%3E-for-FromScriptError"],[2916,"impl-From%3CLegacyAddressTooLongError%3E-for-ParseError"],[2917,"impl-From%3CInfallible%3E-for-ParseError"],[2918,"impl-From%3CInvalidLegacyPrefixError%3E-for-ParseError"],[2919,"impl-From%3CInvalidBase58PayloadLengthError%3E-for-ParseError"],[2921,"impl-From%3CTryFromError%3E-for-ParseError"],[2922,"impl-From%3CError%3E-for-ParseError"],[2923,"impl-From%3CDecodeError%3E-for-ParseError"],[2924,"impl-From%3CError%3E-for-ParseError"],[2925,"impl-From%3CUnknownHrpError%3E-for-ParseError"],[2926,"impl-From%3CNetworkValidationError%3E-for-ParseError"],[3087,"impl-Debug-for-ParseAmountError"],[3088,"impl-Display-for-ParseAmountError"],[3089,"impl-Debug-for-Display"],[3090,"impl-Display-for-Display"],[3091,"impl-From%3CTooPreciseError%3E-for-ParseAmountError"],[3092,"impl-From%3COutOfRangeError%3E-for-ParseAmountError"],[3093,"impl-From%3CInputTooLargeError%3E-for-ParseAmountError"],[3095,"impl-From%3CInvalidCharacterError%3E-for-ParseAmountError"],[3096,"impl-From%3CMissingDigitsError%3E-for-ParseAmountError"],[3097,"impl-From%3CInfallible%3E-for-ParseAmountError"],[3150,"impl-AsMut%3C%5BT%5D%3E-for-Vec%3CT,+A%3E"],[3151,"impl-AsMut%3CVec%3CT,+A%3E%3E-for-Vec%3CT,+A%3E"],[3158,"impl-AsRef%3CVec%3CT,+A%3E%3E-for-Vec%3CT,+A%3E"],[3159,"impl-AsRef%3C%5BT%5D%3E-for-Vec%3CT,+A%3E"],[3160,"impl-AsRef%3CPath%3E-for-String"],[3161,"impl-AsRef%3Cstr%3E-for-String"],[3162,"impl-AsRef%3C%5Bu8%5D%3E-for-String"],[3163,"impl-AsRef%3COsStr%3E-for-String"],[3197,"impl-Decodable-for-Vec%3CFilterHeader%3E"],[3198,"impl-Decodable-for-Vec%3CTapLeafHash%3E"],[3199,"impl-Decodable-for-Vec%3CShortId%3E"],[3200,"impl-Decodable-for-Vec%3Cu64%3E"],[3201,"impl-Decodable-for-Vec%3CVec%3Cu8%3E%3E"],[3202,"impl-Decodable-for-Vec%3Cu8%3E"],[3203,"impl-Decodable-for-Vec%3C(u32,+Address)%3E"],[3204,"impl-Decodable-for-Vec%3CPrefilledTransaction%3E"],[3205,"impl-Decodable-for-Vec%3CBlockHash%3E"],[3206,"impl-Decodable-for-Vec%3CTxMerkleNode%3E"],[3207,"impl-Decodable-for-Vec%3CVarInt%3E"],[3208,"impl-Decodable-for-Vec%3CTxIn%3E"],[3209,"impl-Decodable-for-Vec%3CTxOut%3E"],[3210,"impl-Decodable-for-Vec%3CInventory%3E"],[3211,"impl-Decodable-for-Vec%3CAddrV2Message%3E"],[3212,"impl-Decodable-for-Vec%3CHeader%3E"],[3213,"impl-Decodable-for-Vec%3CFilterHash%3E"],[3214,"impl-Decodable-for-Vec%3CTransaction%3E"],[3215,"impl-Encodable-for-Vec%3CShortId%3E"],[3216,"impl-Encodable-for-Vec%3CTransaction%3E"],[3217,"impl-Encodable-for-Vec%3CHeader%3E"],[3218,"impl-Encodable-for-Vec%3CVec%3Cu8%3E%3E"],[3219,"impl-Encodable-for-Vec%3CFilterHeader%3E"],[3220,"impl-Encodable-for-Vec%3CInventory%3E"],[3221,"impl-Encodable-for-Vec%3Cu64%3E"],[3222,"impl-Encodable-for-Vec%3CTxMerkleNode%3E"],[3223,"impl-Encodable-for-Vec%3CTxOut%3E"],[3224,"impl-Encodable-for-Vec%3CBlockHash%3E"],[3225,"impl-Encodable-for-Vec%3CFilterHash%3E"],[3226,"impl-Encodable-for-Vec%3CVarInt%3E"],[3227,"impl-Encodable-for-Vec%3CPrefilledTransaction%3E"],[3228,"impl-Encodable-for-Vec%3Cu8%3E"],[3229,"impl-Encodable-for-Vec%3CAddrV2Message%3E"],[3230,"impl-Encodable-for-Vec%3CTxIn%3E"],[3231,"impl-Encodable-for-Vec%3CTapLeafHash%3E"],[3232,"impl-Encodable-for-Vec%3C(u32,+Address)%3E"],[3266,"impl-PartialEq%3C%26mut+%5BU%5D%3E-for-Vec%3CT,+A%3E"],[3267,"impl-PartialEq%3C%26%5BU;+N%5D%3E-for-Vec%3CT,+A%3E"],[3268,"impl-PartialEq%3C%26%5BU%5D%3E-for-Vec%3CT,+A%3E"],[3269,"impl-PartialEq%3CVec%3CU,+A2%3E%3E-for-Vec%3CT,+A1%3E"],[3270,"impl-PartialEq%3C%5BU%5D%3E-for-Vec%3CT,+A%3E"],[3271,"impl-PartialEq%3C%5BU;+N%5D%3E-for-Vec%3CT,+A%3E"],[3272,"impl-PartialEq%3CCow%3C\'a,+str%3E%3E-for-String"],[3273,"impl-PartialEq%3Cstr%3E-for-String"],[3274,"impl-PartialEq%3CValue%3E-for-String"],[3275,"impl-PartialEq%3C%26str%3E-for-String"],[3276,"impl-PartialEq-for-String"],[3286,"impl-Extend%3CT%3E-for-Vec%3CT,+A%3E"],[3287,"impl-Extend%3C%26T%3E-for-Vec%3CT,+A%3E"],[3288,"impl-Extend%3Cchar%3E-for-String"],[3289,"impl-Extend%3CString%3E-for-String"],[3290,"impl-Extend%3C%26char%3E-for-String"],[3291,"impl-Extend%3C%26str%3E-for-String"],[3292,"impl-Extend%3CBox%3Cstr%3E%3E-for-String"],[3293,"impl-Extend%3CCow%3C\'a,+str%3E%3E-for-String"],[3297,"impl-Extend%3CT%3E-for-Vec%3CT,+A%3E"],[3298,"impl-Extend%3C%26T%3E-for-Vec%3CT,+A%3E"],[3299,"impl-Extend%3Cchar%3E-for-String"],[3300,"impl-Extend%3CCow%3C\'a,+str%3E%3E-for-String"],[3301,"impl-Extend%3C%26str%3E-for-String"],[3302,"impl-Extend%3C%26char%3E-for-String"],[3303,"impl-Extend%3CString%3E-for-String"],[3304,"impl-Extend%3CT%3E-for-Vec%3CT,+A%3E"],[3305,"impl-Extend%3C%26T%3E-for-Vec%3CT,+A%3E"],[3306,"impl-Extend%3Cchar%3E-for-String"],[3307,"impl-Extend%3C%26char%3E-for-String"],[3309,"impl-Write-for-Vec%3Cu8,+A%3E"],[3310,"impl-Write-for-Vec%3Cu8%3E"],[3311,"impl-Display-for-Error"],[3312,"impl-Debug-for-Error"],[3313,"impl-Display-for-InvalidCharacterError"],[3314,"impl-Debug-for-InvalidCharacterError"],[3316,"impl-Debug-for-String"],[3317,"impl-Display-for-String"],[3319,"impl-From%3CTooShortError%3E-for-Error"],[3320,"impl-From%3CIncorrectChecksumError%3E-for-Error"],[3321,"impl-From%3CInvalidCharacterError%3E-for-Error"],[3322,"impl-From%3CInfallible%3E-for-Error"],[3324,"impl-From%3CCow%3C\'a,+%5BT%5D%3E%3E-for-Vec%3CT%3E"],[3325,"impl-From%3C%5BT;+N%5D%3E-for-Vec%3CT%3E"],[3326,"impl-From%3CTaprootMerkleBranch%3E-for-Vec%3CTapNodeHash%3E"],[3327,"impl-From%3CDerivationPath%3E-for-Vec%3CChildNumber%3E"],[3328,"impl-From%3C%26mut+%5BT%5D%3E-for-Vec%3CT%3E"],[3329,"impl-From%3C%26%5BT%5D%3E-for-Vec%3CT%3E"],[3330,"impl-From%3CScriptBuf%3E-for-Vec%3Cu8%3E"],[3331,"impl-From%3CPushBytesBuf%3E-for-Vec%3Cu8%3E"],[3332,"impl-From%3CBox%3C%5BT%5D,+A%3E%3E-for-Vec%3CT,+A%3E"],[3333,"impl-From%3CString%3E-for-Vec%3Cu8%3E"],[3334,"impl-From%3CCString%3E-for-Vec%3Cu8%3E"],[3335,"impl-From%3C%26mut+%5BT;+N%5D%3E-for-Vec%3CT%3E"],[3336,"impl-From%3CVecDeque%3CT,+A%3E%3E-for-Vec%3CT,+A%3E"],[3337,"impl-From%3C%26%5BT;+N%5D%3E-for-Vec%3CT%3E"],[3339,"impl-From%3CBinaryHeap%3CT,+A%3E%3E-for-Vec%3CT,+A%3E"],[3340,"impl-From%3C%26str%3E-for-Vec%3Cu8%3E"],[3341,"impl-From%3CCow%3C\'a,+str%3E%3E-for-String"],[3343,"impl-From%3Cchar%3E-for-String"],[3344,"impl-From%3C%26String%3E-for-String"],[3345,"impl-From%3C%26str%3E-for-String"],[3346,"impl-From%3CBox%3Cstr%3E%3E-for-String"],[3347,"impl-From%3C%26mut+str%3E-for-String"],[3350,"impl-FromIterator%3CBox%3Cstr%3E%3E-for-String"],[3351,"impl-FromIterator%3C%26str%3E-for-String"],[3352,"impl-FromIterator%3CString%3E-for-String"],[3353,"impl-FromIterator%3Cchar%3E-for-String"],[3354,"impl-FromIterator%3C%26char%3E-for-String"],[3355,"impl-FromIterator%3CCow%3C\'a,+str%3E%3E-for-String"],[3392,"impl-IntoIterator-for-%26Vec%3CT,+A%3E"],[3393,"impl-IntoIterator-for-Vec%3CT,+A%3E"],[3394,"impl-IntoIterator-for-%26mut+Vec%3CT,+A%3E"],[3401,"impl-Vec%3CT,+A%3E"],[3402,"impl-Merge-for-Vec%3CT%3E"],[3412,"impl-PartialEq%3CVec%3CU,+A2%3E%3E-for-Vec%3CT,+A1%3E"],[3413,"impl-PartialEq%3C%5BU%5D%3E-for-Vec%3CT,+A%3E"],[3414,"impl-PartialEq%3C%5BU;+N%5D%3E-for-Vec%3CT,+A%3E"],[3415,"impl-PartialEq%3C%26mut+%5BU%5D%3E-for-Vec%3CT,+A%3E"],[3416,"impl-PartialEq%3C%26%5BU;+N%5D%3E-for-Vec%3CT,+A%3E"],[3417,"impl-PartialEq%3C%26%5BU%5D%3E-for-Vec%3CT,+A%3E"],[3418,"impl-PartialEq%3C%26str%3E-for-String"],[3419,"impl-PartialEq%3CCow%3C\'a,+str%3E%3E-for-String"],[3420,"impl-PartialEq%3Cstr%3E-for-String"],[3500,"impl-Write-for-Vec%3Cu8,+A%3E"],[3501,"impl-Write-for-Vec%3Cu8%3E"],[3527,"impl-Display-for-IncorrectChecksumError"],[3528,"impl-Debug-for-IncorrectChecksumError"],[3529,"impl-Debug-for-TooShortError"],[3530,"impl-Display-for-TooShortError"],[3604,"impl-Display-for-EncodeSliceError"],[3605,"impl-Debug-for-EncodeSliceError"],[3606,"impl-Display-for-DecodeError"],[3607,"impl-Debug-for-DecodeError"],[3608,"impl-Display-for-DecodeSliceError"],[3609,"impl-Debug-for-DecodeSliceError"],[3665,"impl-Display-for-ParseAlphabetError"],[3666,"impl-Debug-for-ParseAlphabetError"],[3855,"impl-AsMut%3C%5Bu8%5D%3E-for-ShortId"],[3856,"impl-AsMut%3C%5Bu8;+6%5D%3E-for-ShortId"],[3860,"impl-AsRef%3C%5Bu8%5D%3E-for-ShortId"],[3861,"impl-AsRef%3C%5Bu8;+6%5D%3E-for-ShortId"],[3866,"impl-Borrow%3C%5Bu8%5D%3E-for-ShortId"],[3867,"impl-Borrow%3C%5Bu8;+6%5D%3E-for-ShortId"],[3875,"impl-BorrowMut%3C%5Bu8%5D%3E-for-ShortId"],[3876,"impl-BorrowMut%3C%5Bu8;+6%5D%3E-for-ShortId"],[3937,"impl-Display-for-Error"],[3938,"impl-Debug-for-Error"],[3940,"impl-Debug-for-ShortId"],[3941,"impl-Display-for-ShortId"],[3942,"impl-UpperHex-for-ShortId"],[3943,"impl-LowerHex-for-ShortId"],[3946,"impl-Display-for-TxIndexOutOfRangeError"],[3947,"impl-Debug-for-TxIndexOutOfRangeError"],[3952,"impl-From%3C%26%5Bu8;+6%5D%3E-for-ShortId"],[3953,"impl-From%3C%5Bu8;+6%5D%3E-for-ShortId"],[4077,"impl-Display-for-Error"],[4078,"impl-Debug-for-Error"],[4087,"impl-From%3CError%3E-for-Error"],[4088,"impl-From%3CInfallible%3E-for-Error"],[4178,"impl-AsMut%3C%5Bu8%5D%3E-for-ChainCode"],[4179,"impl-AsMut%3C%5Bu8;+32%5D%3E-for-ChainCode"],[4180,"impl-AsMut%3C%5Bu8;+4%5D%3E-for-Fingerprint"],[4181,"impl-AsMut%3C%5Bu8%5D%3E-for-Fingerprint"],[4186,"impl-AsRef%3C%5Bu8;+32%5D%3E-for-ChainCode"],[4187,"impl-AsRef%3C%5Bu8%5D%3E-for-ChainCode"],[4188,"impl-AsRef%3C%5Bu8%5D%3E-for-Fingerprint"],[4189,"impl-AsRef%3C%5Bu8;+4%5D%3E-for-Fingerprint"],[4193,"impl-Borrow%3C%5Bu8;+32%5D%3E-for-ChainCode"],[4194,"impl-Borrow%3C%5Bu8%5D%3E-for-ChainCode"],[4197,"impl-Borrow%3C%5Bu8%5D%3E-for-Fingerprint"],[4198,"impl-Borrow%3C%5Bu8;+4%5D%3E-for-Fingerprint"],[4207,"impl-BorrowMut%3C%5Bu8%5D%3E-for-ChainCode"],[4208,"impl-BorrowMut%3C%5Bu8;+32%5D%3E-for-ChainCode"],[4210,"impl-BorrowMut%3C%5Bu8;+4%5D%3E-for-Fingerprint"],[4211,"impl-BorrowMut%3C%5Bu8%5D%3E-for-Fingerprint"],[4298,"impl-UpperHex-for-ChainCode"],[4299,"impl-Display-for-ChainCode"],[4300,"impl-Debug-for-ChainCode"],[4301,"impl-LowerHex-for-ChainCode"],[4302,"impl-Debug-for-Fingerprint"],[4303,"impl-LowerHex-for-Fingerprint"],[4304,"impl-UpperHex-for-Fingerprint"],[4305,"impl-Display-for-Fingerprint"],[4306,"impl-Display-for-Xpriv"],[4307,"impl-Debug-for-Xpriv"],[4308,"impl-Debug-for-Xpub"],[4309,"impl-Display-for-Xpub"],[4310,"impl-Display-for-ChildNumber"],[4311,"impl-Debug-for-ChildNumber"],[4312,"impl-Display-for-DerivationPath"],[4313,"impl-Debug-for-DerivationPath"],[4314,"impl-Debug-for-Error"],[4315,"impl-Display-for-Error"],[4316,"impl-Display-for-InvalidBase58PayloadLengthError"],[4317,"impl-Debug-for-InvalidBase58PayloadLengthError"],[4319,"impl-From%3C%5Bu8;+32%5D%3E-for-ChainCode"],[4321,"impl-From%3C%26%5Bu8;+32%5D%3E-for-ChainCode"],[4322,"impl-From%3C%5Bu8;+4%5D%3E-for-Fingerprint"],[4323,"impl-From%3C%26%5Bu8;+4%5D%3E-for-Fingerprint"],[4329,"impl-From%3CVec%3CChildNumber%3E%3E-for-DerivationPath"],[4331,"impl-From%3C%26%5BChildNumber%5D%3E-for-DerivationPath"],[4332,"impl-From%3CError%3E-for-Error"],[4333,"impl-From%3CInvalidBase58PayloadLengthError%3E-for-Error"],[4334,"impl-From%3CInfallible%3E-for-Error"],[4336,"impl-From%3CError%3E-for-Error"],[4557,"impl-Display-for-Bip34Error"],[4558,"impl-Debug-for-Bip34Error"],[4559,"impl-Debug-for-ValidationError"],[4560,"impl-Display-for-ValidationError"],[4633,"impl-AsMut%3C%5Bu8%5D%3E-for-ChainHash"],[4634,"impl-AsMut%3C%5Bu8;+32%5D%3E-for-ChainHash"],[4637,"impl-AsRef%3C%5Bu8%5D%3E-for-ChainHash"],[4638,"impl-AsRef%3C%5Bu8;+32%5D%3E-for-ChainHash"],[4639,"impl-Borrow%3C%5Bu8%5D%3E-for-ChainHash"],[4640,"impl-Borrow%3C%5Bu8;+32%5D%3E-for-ChainHash"],[4642,"impl-BorrowMut%3C%5Bu8;+32%5D%3E-for-ChainHash"],[4643,"impl-BorrowMut%3C%5Bu8%5D%3E-for-ChainHash"],[4652,"impl-LowerHex-for-ChainHash"],[4653,"impl-Display-for-ChainHash"],[4654,"impl-Debug-for-ChainHash"],[4655,"impl-UpperHex-for-ChainHash"],[4656,"impl-From%3C%5Bu8;+32%5D%3E-for-ChainHash"],[4658,"impl-From%3C%26%5Bu8;+32%5D%3E-for-ChainHash"],[4751,"impl-Debug-for-Height"],[4752,"impl-Display-for-Height"],[4753,"impl-Display-for-ParseHeightError"],[4754,"impl-Debug-for-ParseHeightError"],[4755,"impl-Display-for-Time"],[4756,"impl-Debug-for-Time"],[4757,"impl-Display-for-ParseTimeError"],[4758,"impl-Debug-for-ParseTimeError"],[4759,"impl-Display-for-ConversionError"],[4760,"impl-Debug-for-ConversionError"],[4761,"impl-Display-for-LockTime"],[4762,"impl-Debug-for-LockTime"],[4771,"impl-From%3CAbsLockTime%3E-for-LockTime"],[4772,"impl-From%3CTime%3E-for-LockTime"],[4773,"impl-From%3CHeight%3E-for-LockTime"],[4837,"impl-TryFrom%3CBox%3Cstr%3E%3E-for-Height"],[4838,"impl-TryFrom%3C%26str%3E-for-Height"],[4839,"impl-TryFrom%3CString%3E-for-Height"],[4841,"impl-TryFrom%3C%26str%3E-for-Time"],[4842,"impl-TryFrom%3CString%3E-for-Time"],[4843,"impl-TryFrom%3CBox%3Cstr%3E%3E-for-Time"],[4848,"impl-TryFrom%3C%26str%3E-for-LockTime"],[4849,"impl-TryFrom%3CString%3E-for-LockTime"],[4850,"impl-TryFrom%3CBox%3Cstr%3E%3E-for-LockTime"],[4946,"impl-Display-for-Height"],[4947,"impl-Debug-for-Height"],[4948,"impl-Display-for-Time"],[4949,"impl-Debug-for-Time"],[4950,"impl-Display-for-TimeOverflowError"],[4951,"impl-Debug-for-TimeOverflowError"],[4952,"impl-Debug-for-LockTime"],[4953,"impl-Display-for-LockTime"],[4954,"impl-Display-for-DisabledLockTimeError"],[4955,"impl-Debug-for-DisabledLockTimeError"],[4956,"impl-Debug-for-IncompatibleHeightError"],[4957,"impl-Display-for-IncompatibleHeightError"],[4958,"impl-Display-for-IncompatibleTimeError"],[4959,"impl-Debug-for-IncompatibleTimeError"],[4964,"impl-From%3CHeight%3E-for-LockTime"],[4966,"impl-From%3CRelLockTime%3E-for-LockTime"],[4967,"impl-From%3CTime%3E-for-LockTime"],[5042,"impl-TryFrom%3CString%3E-for-Height"],[5043,"impl-TryFrom%3CBox%3Cstr%3E%3E-for-Height"],[5044,"impl-TryFrom%3C%26str%3E-for-Height"],[5046,"impl-TryFrom%3CBox%3Cstr%3E%3E-for-Time"],[5048,"impl-TryFrom%3C%26str%3E-for-Time"],[5049,"impl-TryFrom%3CString%3E-for-Time"],[5409,"impl-AsMut%3C%5Bu8%5D%3E-for-PushBytes"],[5410,"impl-AsMut%3CPushBytes%3E-for-PushBytes"],[5415,"impl-AsRef%3C%5Bu8%5D%3E-for-PushBytes"],[5416,"impl-AsRef%3CPushBytes%3E-for-PushBytes"],[5483,"impl-Debug-for-Builder"],[5484,"impl-Display-for-Builder"],[5490,"impl-Display-for-PushBytesError"],[5491,"impl-Debug-for-PushBytesError"],[5492,"impl-Display-for-Error"],[5493,"impl-Debug-for-Error"],[5500,"impl-From%3C%26%5Bu8;+10%5D%3E-for-%26PushBytes"],[5501,"impl-From%3C%26mut+%5Bu8;+17%5D%3E-for-%26mut+PushBytes"],[5502,"impl-From%3C%26mut+%5Bu8;+34%5D%3E-for-%26mut+PushBytes"],[5503,"impl-From%3C%26mut+%5Bu8;+42%5D%3E-for-%26mut+PushBytes"],[5504,"impl-From%3C%26%5Bu8;+39%5D%3E-for-%26PushBytes"],[5505,"impl-From%3C%26mut+%5Bu8;+7%5D%3E-for-%26mut+PushBytes"],[5506,"impl-From%3C%26%5Bu8;+20%5D%3E-for-%26PushBytes"],[5507,"impl-From%3C%26mut+%5Bu8;+25%5D%3E-for-%26mut+PushBytes"],[5508,"impl-From%3C%26mut+%5Bu8;+14%5D%3E-for-%26mut+PushBytes"],[5509,"impl-From%3C%26%5Bu8;+31%5D%3E-for-%26PushBytes"],[5510,"impl-From%3C%26%5Bu8;+8%5D%3E-for-%26PushBytes"],[5511,"impl-From%3C%26%5Bu8;+6%5D%3E-for-%26PushBytes"],[5512,"impl-From%3C%26mut+%5Bu8;+41%5D%3E-for-%26mut+PushBytes"],[5513,"impl-From%3C%26mut+%5Bu8;+21%5D%3E-for-%26mut+PushBytes"],[5514,"impl-From%3C%26%5Bu8;+43%5D%3E-for-%26PushBytes"],[5515,"impl-From%3C%26mut+%5Bu8;+22%5D%3E-for-%26mut+PushBytes"],[5516,"impl-From%3C%26%5Bu8;+69%5D%3E-for-%26PushBytes"],[5517,"impl-From%3C%26mut+%5Bu8;+31%5D%3E-for-%26mut+PushBytes"],[5518,"impl-From%3C%26%5Bu8;+71%5D%3E-for-%26PushBytes"],[5519,"impl-From%3C%26%5Bu8;+42%5D%3E-for-%26PushBytes"],[5520,"impl-From%3C%26%5Bu8;+48%5D%3E-for-%26PushBytes"],[5521,"impl-From%3C%26%5Bu8;+37%5D%3E-for-%26PushBytes"],[5522,"impl-From%3C%26%5Bu8;+51%5D%3E-for-%26PushBytes"],[5523,"impl-From%3C%26%5Bu8;+46%5D%3E-for-%26PushBytes"],[5524,"impl-From%3C%26mut+%5Bu8;+51%5D%3E-for-%26mut+PushBytes"],[5525,"impl-From%3C%26mut+%5Bu8;+62%5D%3E-for-%26mut+PushBytes"],[5526,"impl-From%3C%26mut+%5Bu8;+57%5D%3E-for-%26mut+PushBytes"],[5527,"impl-From%3C%26%5Bu8;+56%5D%3E-for-%26PushBytes"],[5528,"impl-From%3C%26%5Bu8;+38%5D%3E-for-%26PushBytes"],[5529,"impl-From%3C%26%5Bu8;+4%5D%3E-for-%26PushBytes"],[5530,"impl-From%3C%26%5Bu8;+41%5D%3E-for-%26PushBytes"],[5531,"impl-From%3C%26mut+%5Bu8;+58%5D%3E-for-%26mut+PushBytes"],[5532,"impl-From%3C%26%5Bu8;+14%5D%3E-for-%26PushBytes"],[5533,"impl-From%3C%26mut+%5Bu8;+60%5D%3E-for-%26mut+PushBytes"],[5534,"impl-From%3C%26%5Bu8;+65%5D%3E-for-%26PushBytes"],[5535,"impl-From%3C%26%5Bu8;+7%5D%3E-for-%26PushBytes"],[5536,"impl-From%3C%26%5Bu8;+27%5D%3E-for-%26PushBytes"],[5537,"impl-From%3C%26%5Bu8;+12%5D%3E-for-%26PushBytes"],[5538,"impl-From%3C%26%5Bu8;+53%5D%3E-for-%26PushBytes"],[5539,"impl-From%3C%26mut+%5Bu8;+29%5D%3E-for-%26mut+PushBytes"],[5540,"impl-From%3C%26%5Bu8;+44%5D%3E-for-%26PushBytes"],[5541,"impl-From%3C%26mut+%5Bu8;+46%5D%3E-for-%26mut+PushBytes"],[5542,"impl-From%3C%26mut+%5Bu8;+45%5D%3E-for-%26mut+PushBytes"],[5543,"impl-From%3C%26%5Bu8;+70%5D%3E-for-%26PushBytes"],[5544,"impl-From%3C%26%5Bu8;+32%5D%3E-for-%26PushBytes"],[5545,"impl-From%3C%26%5Bu8;+13%5D%3E-for-%26PushBytes"],[5546,"impl-From%3C%26%5Bu8;+28%5D%3E-for-%26PushBytes"],[5547,"impl-From%3C%26mut+%5Bu8;+1%5D%3E-for-%26mut+PushBytes"],[5548,"impl-From%3C%26%5Bu8;+34%5D%3E-for-%26PushBytes"],[5549,"impl-From%3C%26%5Bu8;+54%5D%3E-for-%26PushBytes"],[5550,"impl-From%3C%26mut+%5Bu8;+0%5D%3E-for-%26mut+PushBytes"],[5551,"impl-From%3C%26%5Bu8;+2%5D%3E-for-%26PushBytes"],[5552,"impl-From%3C%26%5Bu8;+25%5D%3E-for-%26PushBytes"],[5553,"impl-From%3C%26mut+%5Bu8;+67%5D%3E-for-%26mut+PushBytes"],[5554,"impl-From%3C%26%5Bu8;+35%5D%3E-for-%26PushBytes"],[5555,"impl-From%3C%26mut+%5Bu8;+24%5D%3E-for-%26mut+PushBytes"],[5556,"impl-From%3C%26mut+%5Bu8;+59%5D%3E-for-%26mut+PushBytes"],[5557,"impl-From%3C%26mut+%5Bu8;+27%5D%3E-for-%26mut+PushBytes"],[5558,"impl-From%3C%26%5Bu8;+64%5D%3E-for-%26PushBytes"],[5559,"impl-From%3C%26mut+%5Bu8;+54%5D%3E-for-%26mut+PushBytes"],[5560,"impl-From%3C%26mut+%5Bu8;+38%5D%3E-for-%26mut+PushBytes"],[5561,"impl-From%3C%26%5Bu8;+26%5D%3E-for-%26PushBytes"],[5562,"impl-From%3C%26mut+%5Bu8;+61%5D%3E-for-%26mut+PushBytes"],[5563,"impl-From%3C%26mut+%5Bu8;+44%5D%3E-for-%26mut+PushBytes"],[5564,"impl-From%3C%26%5Bu8;+5%5D%3E-for-%26PushBytes"],[5565,"impl-From%3C%26%5Bu8;+52%5D%3E-for-%26PushBytes"],[5566,"impl-From%3C%26%5Bu8;+17%5D%3E-for-%26PushBytes"],[5567,"impl-From%3C%26%5Bu8;+16%5D%3E-for-%26PushBytes"],[5568,"impl-From%3C%26mut+%5Bu8;+26%5D%3E-for-%26mut+PushBytes"],[5569,"impl-From%3C%26mut+%5Bu8;+10%5D%3E-for-%26mut+PushBytes"],[5570,"impl-From%3C%26mut+%5Bu8;+72%5D%3E-for-%26mut+PushBytes"],[5571,"impl-From%3C%26mut+%5Bu8;+32%5D%3E-for-%26mut+PushBytes"],[5572,"impl-From%3C%26mut+%5Bu8;+15%5D%3E-for-%26mut+PushBytes"],[5573,"impl-From%3C%26mut+%5Bu8;+18%5D%3E-for-%26mut+PushBytes"],[5574,"impl-From%3C%26%5Bu8;+36%5D%3E-for-%26PushBytes"],[5575,"impl-From%3C%26mut+%5Bu8;+35%5D%3E-for-%26mut+PushBytes"],[5576,"impl-From%3C%26mut+%5Bu8;+50%5D%3E-for-%26mut+PushBytes"],[5577,"impl-From%3C%26%5Bu8;+58%5D%3E-for-%26PushBytes"],[5578,"impl-From%3C%26%5Bu8;+18%5D%3E-for-%26PushBytes"],[5579,"impl-From%3C%26mut+%5Bu8;+19%5D%3E-for-%26mut+PushBytes"],[5580,"impl-From%3C%26mut+%5Bu8;+5%5D%3E-for-%26mut+PushBytes"],[5581,"impl-From%3C%26mut+%5Bu8;+47%5D%3E-for-%26mut+PushBytes"],[5582,"impl-From%3C%26mut+%5Bu8;+68%5D%3E-for-%26mut+PushBytes"],[5583,"impl-From%3C%26mut+%5Bu8;+33%5D%3E-for-%26mut+PushBytes"],[5584,"impl-From%3C%26mut+%5Bu8;+6%5D%3E-for-%26mut+PushBytes"],[5585,"impl-From%3C%26mut+%5Bu8;+53%5D%3E-for-%26mut+PushBytes"],[5586,"impl-From%3C%26mut+%5Bu8;+11%5D%3E-for-%26mut+PushBytes"],[5587,"impl-From%3C%26%5Bu8;+66%5D%3E-for-%26PushBytes"],[5588,"impl-From%3C%26%5Bu8;+62%5D%3E-for-%26PushBytes"],[5589,"impl-From%3C%26mut+%5Bu8;+3%5D%3E-for-%26mut+PushBytes"],[5590,"impl-From%3C%26%5Bu8;+3%5D%3E-for-%26PushBytes"],[5591,"impl-From%3C%26mut+%5Bu8;+13%5D%3E-for-%26mut+PushBytes"],[5592,"impl-From%3C%26%5Bu8;+60%5D%3E-for-%26PushBytes"],[5593,"impl-From%3C%26mut+%5Bu8;+66%5D%3E-for-%26mut+PushBytes"],[5594,"impl-From%3C%26mut+%5Bu8;+65%5D%3E-for-%26mut+PushBytes"],[5595,"impl-From%3C%26%5Bu8;+29%5D%3E-for-%26PushBytes"],[5596,"impl-From%3C%26mut+%5Bu8;+9%5D%3E-for-%26mut+PushBytes"],[5597,"impl-From%3C%26%5Bu8;+73%5D%3E-for-%26PushBytes"],[5598,"impl-From%3C%26mut+%5Bu8;+20%5D%3E-for-%26mut+PushBytes"],[5599,"impl-From%3C%26mut+%5Bu8;+40%5D%3E-for-%26mut+PushBytes"],[5600,"impl-From%3C%26mut+%5Bu8;+55%5D%3E-for-%26mut+PushBytes"],[5601,"impl-From%3C%26%5Bu8;+19%5D%3E-for-%26PushBytes"],[5602,"impl-From%3C%26%5Bu8;+45%5D%3E-for-%26PushBytes"],[5603,"impl-From%3C%26%5Bu8;+72%5D%3E-for-%26PushBytes"],[5604,"impl-From%3C%26mut+%5Bu8;+69%5D%3E-for-%26mut+PushBytes"],[5605,"impl-From%3C%26mut+%5Bu8;+16%5D%3E-for-%26mut+PushBytes"],[5606,"impl-From%3C%26%5Bu8;+22%5D%3E-for-%26PushBytes"],[5607,"impl-From%3C%26%5Bu8;+68%5D%3E-for-%26PushBytes"],[5608,"impl-From%3C%26%5Bu8;+61%5D%3E-for-%26PushBytes"],[5609,"impl-From%3C%26mut+%5Bu8;+70%5D%3E-for-%26mut+PushBytes"],[5610,"impl-From%3C%26mut+%5Bu8;+28%5D%3E-for-%26mut+PushBytes"],[5611,"impl-From%3C%26%5Bu8;+49%5D%3E-for-%26PushBytes"],[5612,"impl-From%3C%26%5Bu8;+24%5D%3E-for-%26PushBytes"],[5613,"impl-From%3C%26mut+%5Bu8;+8%5D%3E-for-%26mut+PushBytes"],[5614,"impl-From%3C%26mut+%5Bu8;+39%5D%3E-for-%26mut+PushBytes"],[5615,"impl-From%3C%26mut+%5Bu8;+30%5D%3E-for-%26mut+PushBytes"],[5616,"impl-From%3C%26%5Bu8;+47%5D%3E-for-%26PushBytes"],[5617,"impl-From%3C%26%5Bu8;+55%5D%3E-for-%26PushBytes"],[5618,"impl-From%3C%26%5Bu8;+63%5D%3E-for-%26PushBytes"],[5619,"impl-From%3C%26%5Bu8;+23%5D%3E-for-%26PushBytes"],[5620,"impl-From%3C%26%5Bu8;+0%5D%3E-for-%26PushBytes"],[5621,"impl-From%3C%26%5Bu8;+67%5D%3E-for-%26PushBytes"],[5622,"impl-From%3C%26%5Bu8;+40%5D%3E-for-%26PushBytes"],[5623,"impl-From%3C%26mut+%5Bu8;+37%5D%3E-for-%26mut+PushBytes"],[5624,"impl-From%3C%26%5Bu8;+21%5D%3E-for-%26PushBytes"],[5625,"impl-From%3C%26%5Bu8;+9%5D%3E-for-%26PushBytes"],[5626,"impl-From%3C%26mut+%5Bu8;+4%5D%3E-for-%26mut+PushBytes"],[5627,"impl-From%3C%26mut+%5Bu8;+73%5D%3E-for-%26mut+PushBytes"],[5628,"impl-From%3C%26%5Bu8;+59%5D%3E-for-%26PushBytes"],[5629,"impl-From%3C%26mut+%5Bu8;+36%5D%3E-for-%26mut+PushBytes"],[5630,"impl-From%3C%26mut+%5Bu8;+23%5D%3E-for-%26mut+PushBytes"],[5631,"impl-From%3C%26mut+%5Bu8;+48%5D%3E-for-%26mut+PushBytes"],[5632,"impl-From%3C%26mut+%5Bu8;+2%5D%3E-for-%26mut+PushBytes"],[5633,"impl-From%3C%26%5Bu8;+33%5D%3E-for-%26PushBytes"],[5634,"impl-From%3C%26%5Bu8;+50%5D%3E-for-%26PushBytes"],[5635,"impl-From%3C%26mut+%5Bu8;+63%5D%3E-for-%26mut+PushBytes"],[5636,"impl-From%3C%26mut+%5Bu8;+52%5D%3E-for-%26mut+PushBytes"],[5637,"impl-From%3C%26mut+%5Bu8;+49%5D%3E-for-%26mut+PushBytes"],[5638,"impl-From%3C%26%5Bu8;+57%5D%3E-for-%26PushBytes"],[5639,"impl-From%3C%26mut+%5Bu8;+43%5D%3E-for-%26mut+PushBytes"],[5640,"impl-From%3C%26mut+%5Bu8;+56%5D%3E-for-%26mut+PushBytes"],[5641,"impl-From%3C%26mut+%5Bu8;+12%5D%3E-for-%26mut+PushBytes"],[5642,"impl-From%3C%26%5Bu8;+30%5D%3E-for-%26PushBytes"],[5643,"impl-From%3C%26%5Bu8;+1%5D%3E-for-%26PushBytes"],[5644,"impl-From%3C%26mut+%5Bu8;+64%5D%3E-for-%26mut+PushBytes"],[5645,"impl-From%3C%26mut+%5Bu8;+71%5D%3E-for-%26mut+PushBytes"],[5646,"impl-From%3C%26%5Bu8;+11%5D%3E-for-%26PushBytes"],[5647,"impl-From%3C%26%5Bu8;+15%5D%3E-for-%26PushBytes"],[5648,"impl-From%3C%5Bu8;+37%5D%3E-for-PushBytesBuf"],[5649,"impl-From%3C%5Bu8;+22%5D%3E-for-PushBytesBuf"],[5650,"impl-From%3C%26%5Bu8;+70%5D%3E-for-PushBytesBuf"],[5651,"impl-From%3C%5Bu8;+31%5D%3E-for-PushBytesBuf"],[5652,"impl-From%3C%5Bu8;+17%5D%3E-for-PushBytesBuf"],[5653,"impl-From%3C%26%5Bu8;+40%5D%3E-for-PushBytesBuf"],[5654,"impl-From%3C%5Bu8;+1%5D%3E-for-PushBytesBuf"],[5655,"impl-From%3C%5Bu8;+6%5D%3E-for-PushBytesBuf"],[5656,"impl-From%3C%26%5Bu8;+73%5D%3E-for-PushBytesBuf"],[5657,"impl-From%3C%26%5Bu8;+63%5D%3E-for-PushBytesBuf"],[5658,"impl-From%3C%26%5Bu8;+46%5D%3E-for-PushBytesBuf"],[5659,"impl-From%3C%26%5Bu8;+21%5D%3E-for-PushBytesBuf"],[5660,"impl-From%3C%5Bu8;+9%5D%3E-for-PushBytesBuf"],[5661,"impl-From%3C%26%5Bu8;+66%5D%3E-for-PushBytesBuf"],[5662,"impl-From%3C%26%5Bu8;+72%5D%3E-for-PushBytesBuf"],[5663,"impl-From%3C%26%5Bu8;+30%5D%3E-for-PushBytesBuf"],[5664,"impl-From%3C%26%5Bu8;+18%5D%3E-for-PushBytesBuf"],[5665,"impl-From%3C%5Bu8;+47%5D%3E-for-PushBytesBuf"],[5666,"impl-From%3C%5Bu8;+71%5D%3E-for-PushBytesBuf"],[5667,"impl-From%3C%5Bu8;+56%5D%3E-for-PushBytesBuf"],[5668,"impl-From%3C%26%5Bu8;+59%5D%3E-for-PushBytesBuf"],[5669,"impl-From%3C%26%5Bu8;+48%5D%3E-for-PushBytesBuf"],[5670,"impl-From%3C%26%5Bu8;+54%5D%3E-for-PushBytesBuf"],[5671,"impl-From%3C%26%5Bu8;+23%5D%3E-for-PushBytesBuf"],[5672,"impl-From%3C%5Bu8;+10%5D%3E-for-PushBytesBuf"],[5673,"impl-From%3C%5Bu8;+7%5D%3E-for-PushBytesBuf"],[5674,"impl-From%3C%26%5Bu8;+32%5D%3E-for-PushBytesBuf"],[5675,"impl-From%3C%5Bu8;+29%5D%3E-for-PushBytesBuf"],[5676,"impl-From%3C%5Bu8;+48%5D%3E-for-PushBytesBuf"],[5677,"impl-From%3C%26%5Bu8;+7%5D%3E-for-PushBytesBuf"],[5678,"impl-From%3C%26%5Bu8;+27%5D%3E-for-PushBytesBuf"],[5679,"impl-From%3C%5Bu8;+26%5D%3E-for-PushBytesBuf"],[5680,"impl-From%3C%26%5Bu8;+29%5D%3E-for-PushBytesBuf"],[5681,"impl-From%3C%26%5Bu8;+24%5D%3E-for-PushBytesBuf"],[5682,"impl-From%3C%5Bu8;+61%5D%3E-for-PushBytesBuf"],[5683,"impl-From%3C%26%5Bu8;+44%5D%3E-for-PushBytesBuf"],[5684,"impl-From%3C%26%5Bu8;+16%5D%3E-for-PushBytesBuf"],[5685,"impl-From%3C%26%5Bu8;+42%5D%3E-for-PushBytesBuf"],[5686,"impl-From%3C%26%5Bu8;+67%5D%3E-for-PushBytesBuf"],[5687,"impl-From%3C%5Bu8;+2%5D%3E-for-PushBytesBuf"],[5688,"impl-From%3C%26%5Bu8;+22%5D%3E-for-PushBytesBuf"],[5689,"impl-From%3C%5Bu8;+39%5D%3E-for-PushBytesBuf"],[5690,"impl-From%3C%26%5Bu8;+36%5D%3E-for-PushBytesBuf"],[5691,"impl-From%3C%5Bu8;+60%5D%3E-for-PushBytesBuf"],[5692,"impl-From%3C%26%5Bu8;+2%5D%3E-for-PushBytesBuf"],[5693,"impl-From%3C%26%5Bu8;+65%5D%3E-for-PushBytesBuf"],[5694,"impl-From%3C%26%5Bu8;+35%5D%3E-for-PushBytesBuf"],[5695,"impl-From%3C%26%5Bu8;+53%5D%3E-for-PushBytesBuf"],[5696,"impl-From%3C%26%5Bu8;+51%5D%3E-for-PushBytesBuf"],[5697,"impl-From%3C%26%5Bu8;+50%5D%3E-for-PushBytesBuf"],[5698,"impl-From%3C%5Bu8;+38%5D%3E-for-PushBytesBuf"],[5699,"impl-From%3C%5Bu8;+27%5D%3E-for-PushBytesBuf"],[5700,"impl-From%3C%5Bu8;+52%5D%3E-for-PushBytesBuf"],[5701,"impl-From%3C%5Bu8;+32%5D%3E-for-PushBytesBuf"],[5702,"impl-From%3C%26%5Bu8;+14%5D%3E-for-PushBytesBuf"],[5703,"impl-From%3C%26%5Bu8;+69%5D%3E-for-PushBytesBuf"],[5704,"impl-From%3C%5Bu8;+65%5D%3E-for-PushBytesBuf"],[5705,"impl-From%3C%5Bu8;+23%5D%3E-for-PushBytesBuf"],[5706,"impl-From%3C%26%5Bu8;+60%5D%3E-for-PushBytesBuf"],[5707,"impl-From%3C%5Bu8;+63%5D%3E-for-PushBytesBuf"],[5708,"impl-From%3C%5Bu8;+49%5D%3E-for-PushBytesBuf"],[5709,"impl-From%3C%26%5Bu8;+13%5D%3E-for-PushBytesBuf"],[5710,"impl-From%3C%26%5Bu8;+39%5D%3E-for-PushBytesBuf"],[5711,"impl-From%3C%26%5Bu8;+64%5D%3E-for-PushBytesBuf"],[5712,"impl-From%3C%5Bu8;+0%5D%3E-for-PushBytesBuf"],[5713,"impl-From%3C%5Bu8;+3%5D%3E-for-PushBytesBuf"],[5714,"impl-From%3C%5Bu8;+25%5D%3E-for-PushBytesBuf"],[5715,"impl-From%3C%26%5Bu8;+20%5D%3E-for-PushBytesBuf"],[5717,"impl-From%3C%26%5Bu8;+68%5D%3E-for-PushBytesBuf"],[5718,"impl-From%3C%5Bu8;+50%5D%3E-for-PushBytesBuf"],[5719,"impl-From%3C%26%5Bu8;+34%5D%3E-for-PushBytesBuf"],[5720,"impl-From%3C%26%5Bu8;+49%5D%3E-for-PushBytesBuf"],[5721,"impl-From%3C%5Bu8;+72%5D%3E-for-PushBytesBuf"],[5722,"impl-From%3C%5Bu8;+21%5D%3E-for-PushBytesBuf"],[5723,"impl-From%3C%26%5Bu8;+26%5D%3E-for-PushBytesBuf"],[5724,"impl-From%3C%5Bu8;+16%5D%3E-for-PushBytesBuf"],[5725,"impl-From%3C%5Bu8;+11%5D%3E-for-PushBytesBuf"],[5726,"impl-From%3C%26%5Bu8;+57%5D%3E-for-PushBytesBuf"],[5727,"impl-From%3C%26%5Bu8;+33%5D%3E-for-PushBytesBuf"],[5728,"impl-From%3C%5Bu8;+41%5D%3E-for-PushBytesBuf"],[5729,"impl-From%3C%26%5Bu8;+5%5D%3E-for-PushBytesBuf"],[5730,"impl-From%3C%5Bu8;+24%5D%3E-for-PushBytesBuf"],[5731,"impl-From%3C%26%5Bu8;+25%5D%3E-for-PushBytesBuf"],[5732,"impl-From%3C%26%5Bu8;+9%5D%3E-for-PushBytesBuf"],[5733,"impl-From%3C%5Bu8;+45%5D%3E-for-PushBytesBuf"],[5734,"impl-From%3C%26%5Bu8;+38%5D%3E-for-PushBytesBuf"],[5735,"impl-From%3C%5Bu8;+30%5D%3E-for-PushBytesBuf"],[5736,"impl-From%3C%5Bu8;+5%5D%3E-for-PushBytesBuf"],[5737,"impl-From%3C%26%5Bu8;+45%5D%3E-for-PushBytesBuf"],[5738,"impl-From%3CWScriptHash%3E-for-PushBytesBuf"],[5739,"impl-From%3C%5Bu8;+14%5D%3E-for-PushBytesBuf"],[5740,"impl-From%3C%26%5Bu8;+58%5D%3E-for-PushBytesBuf"],[5741,"impl-From%3C%26%5Bu8;+31%5D%3E-for-PushBytesBuf"],[5742,"impl-From%3C%5Bu8;+13%5D%3E-for-PushBytesBuf"],[5743,"impl-From%3C%5Bu8;+67%5D%3E-for-PushBytesBuf"],[5744,"impl-From%3C%26%5Bu8;+6%5D%3E-for-PushBytesBuf"],[5745,"impl-From%3C%5Bu8;+69%5D%3E-for-PushBytesBuf"],[5746,"impl-From%3C%26%5Bu8;+19%5D%3E-for-PushBytesBuf"],[5747,"impl-From%3C%26%5Bu8;+52%5D%3E-for-PushBytesBuf"],[5748,"impl-From%3C%26%5Bu8;+61%5D%3E-for-PushBytesBuf"],[5749,"impl-From%3C%5Bu8;+40%5D%3E-for-PushBytesBuf"],[5750,"impl-From%3C%5Bu8;+18%5D%3E-for-PushBytesBuf"],[5751,"impl-From%3C%26%5Bu8;+12%5D%3E-for-PushBytesBuf"],[5752,"impl-From%3C%26%5Bu8;+43%5D%3E-for-PushBytesBuf"],[5753,"impl-From%3C%5Bu8;+4%5D%3E-for-PushBytesBuf"],[5754,"impl-From%3CPubkeyHash%3E-for-PushBytesBuf"],[5755,"impl-From%3C%5Bu8;+51%5D%3E-for-PushBytesBuf"],[5756,"impl-From%3C%26%5Bu8;+28%5D%3E-for-PushBytesBuf"],[5757,"impl-From%3C%5Bu8;+43%5D%3E-for-PushBytesBuf"],[5758,"impl-From%3C%5Bu8;+55%5D%3E-for-PushBytesBuf"],[5759,"impl-From%3C%26%5Bu8;+71%5D%3E-for-PushBytesBuf"],[5760,"impl-From%3C%26%5Bu8;+55%5D%3E-for-PushBytesBuf"],[5761,"impl-From%3C%5Bu8;+12%5D%3E-for-PushBytesBuf"],[5762,"impl-From%3C%26%5Bu8;+15%5D%3E-for-PushBytesBuf"],[5763,"impl-From%3C%5Bu8;+58%5D%3E-for-PushBytesBuf"],[5764,"impl-From%3C%5Bu8;+53%5D%3E-for-PushBytesBuf"],[5765,"impl-From%3C%5Bu8;+70%5D%3E-for-PushBytesBuf"],[5766,"impl-From%3C%26%5Bu8;+56%5D%3E-for-PushBytesBuf"],[5767,"impl-From%3C%5Bu8;+44%5D%3E-for-PushBytesBuf"],[5768,"impl-From%3C%5Bu8;+28%5D%3E-for-PushBytesBuf"],[5769,"impl-From%3C%5Bu8;+73%5D%3E-for-PushBytesBuf"],[5770,"impl-From%3C%5Bu8;+64%5D%3E-for-PushBytesBuf"],[5771,"impl-From%3C%5Bu8;+34%5D%3E-for-PushBytesBuf"],[5772,"impl-From%3C%26%5Bu8;+3%5D%3E-for-PushBytesBuf"],[5773,"impl-From%3CScriptHash%3E-for-PushBytesBuf"],[5774,"impl-From%3C%26%5Bu8;+11%5D%3E-for-PushBytesBuf"],[5775,"impl-From%3C%26%5Bu8;+17%5D%3E-for-PushBytesBuf"],[5776,"impl-From%3C%5Bu8;+42%5D%3E-for-PushBytesBuf"],[5777,"impl-From%3C%5Bu8;+57%5D%3E-for-PushBytesBuf"],[5778,"impl-From%3C%5Bu8;+59%5D%3E-for-PushBytesBuf"],[5779,"impl-From%3C%5Bu8;+35%5D%3E-for-PushBytesBuf"],[5780,"impl-From%3C%26%5Bu8;+62%5D%3E-for-PushBytesBuf"],[5781,"impl-From%3C%5Bu8;+54%5D%3E-for-PushBytesBuf"],[5782,"impl-From%3C%5Bu8;+66%5D%3E-for-PushBytesBuf"],[5783,"impl-From%3C%5Bu8;+36%5D%3E-for-PushBytesBuf"],[5784,"impl-From%3C%5Bu8;+62%5D%3E-for-PushBytesBuf"],[5785,"impl-From%3C%26%5Bu8;+4%5D%3E-for-PushBytesBuf"],[5786,"impl-From%3C%5Bu8;+33%5D%3E-for-PushBytesBuf"],[5787,"impl-From%3C%5Bu8;+20%5D%3E-for-PushBytesBuf"],[5788,"impl-From%3C%5Bu8;+8%5D%3E-for-PushBytesBuf"],[5789,"impl-From%3C%26%5Bu8;+8%5D%3E-for-PushBytesBuf"],[5790,"impl-From%3C%26%5Bu8;+37%5D%3E-for-PushBytesBuf"],[5791,"impl-From%3C%26%5Bu8;+0%5D%3E-for-PushBytesBuf"],[5792,"impl-From%3C%5Bu8;+15%5D%3E-for-PushBytesBuf"],[5793,"impl-From%3CWPubkeyHash%3E-for-PushBytesBuf"],[5794,"impl-From%3C%5Bu8;+68%5D%3E-for-PushBytesBuf"],[5795,"impl-From%3C%26%5Bu8;+47%5D%3E-for-PushBytesBuf"],[5796,"impl-From%3C%26%5Bu8;+10%5D%3E-for-PushBytesBuf"],[5797,"impl-From%3C%26%5Bu8;+41%5D%3E-for-PushBytesBuf"],[5798,"impl-From%3C%5Bu8;+19%5D%3E-for-PushBytesBuf"],[5799,"impl-From%3C%5Bu8;+46%5D%3E-for-PushBytesBuf"],[5800,"impl-From%3C%26%5Bu8;+1%5D%3E-for-PushBytesBuf"],[5803,"impl-From%3CUintError%3E-for-Error"],[5804,"impl-From%3CInfallible%3E-for-Error"],[5807,"impl-Index%3Cusize%3E-for-PushBytes"],[5808,"impl-Index%3CRangeFrom%3Cusize%3E%3E-for-PushBytes"],[5809,"impl-Index%3CRangeTo%3Cusize%3E%3E-for-PushBytes"],[5810,"impl-Index%3CRangeInclusive%3Cusize%3E%3E-for-PushBytes"],[5811,"impl-Index%3CRange%3Cusize%3E%3E-for-PushBytes"],[5812,"impl-Index%3C(Bound%3Cusize%3E,+Bound%3Cusize%3E)%3E-for-PushBytes"],[5813,"impl-Index%3CRangeToInclusive%3Cusize%3E%3E-for-PushBytes"],[5814,"impl-Index%3CRangeFull%3E-for-PushBytes"],[5893,"impl-TryFrom%3C%26mut+%5Bu8%5D%3E-for-%26mut+PushBytes"],[5894,"impl-TryFrom%3C%26%5Bu8%5D%3E-for-%26PushBytes"],[5941,"impl-Debug-for-Error"],[5942,"impl-Display-for-Error"],[5999,"impl-Display-for-FromStrError"],[6000,"impl-Debug-for-FromStrError"],[6001,"impl-Display-for-TryFromInstructionError"],[6002,"impl-Debug-for-TryFromInstructionError"],[6003,"impl-Display-for-TryFromError"],[6004,"impl-Debug-for-TryFromError"],[6005,"impl-From%3CInfallible%3E-for-FromStrError"],[6007,"impl-From%3CTryFromError%3E-for-FromStrError"],[6008,"impl-From%3CParseIntError%3E-for-FromStrError"],[6009,"impl-From%3CTryFromError%3E-for-TryFromInstructionError"],[6010,"impl-From%3CInfallible%3E-for-TryFromInstructionError"],[6106,"impl-Debug-for-ParseOutPointError"],[6107,"impl-Display-for-ParseOutPointError"],[6108,"impl-Debug-for-InputsIndexError"],[6109,"impl-Display-for-InputsIndexError"],[6110,"impl-Display-for-OutputsIndexError"],[6111,"impl-Debug-for-OutputsIndexError"],[6112,"impl-Debug-for-IndexOutOfBoundsError"],[6113,"impl-Display-for-IndexOutOfBoundsError"],[6114,"impl-Debug-for-Version"],[6115,"impl-Display-for-Version"],[6258,"impl-Display-for-DecodeError%3CE%3E"],[6259,"impl-Debug-for-DecodeError%3CE%3E"],[6260,"impl-From%3CNetwork%3E-for-%26Params"],[6261,"impl-From%3CNetwork%3E-for-Params"],[6262,"impl-From%3C%26Network%3E-for-Params"],[6264,"impl-From%3C%26Network%3E-for-%26Params"],[6351,"impl-Debug-for-Error"],[6352,"impl-Display-for-Error"],[6353,"impl-Display-for-FromHexError"],[6354,"impl-Debug-for-FromHexError"],[6356,"impl-From%3CInfallible%3E-for-Error"],[6357,"impl-From%3CError%3E-for-Error"],[6539,"impl-AsRef%3CPushBytes%3E-for-SerializedSignature"],[6540,"impl-AsRef%3C%5Bu8%5D%3E-for-SerializedSignature"],[6567,"impl-Display-for-Signature"],[6568,"impl-Debug-for-Signature"],[6569,"impl-Debug-for-SerializedSignature"],[6570,"impl-Display-for-SerializedSignature"],[6571,"impl-UpperHex-for-SerializedSignature"],[6572,"impl-LowerHex-for-SerializedSignature"],[6573,"impl-Display-for-Error"],[6574,"impl-Debug-for-Error"],[6578,"impl-From%3CInfallible%3E-for-Error"],[6579,"impl-From%3CError%3E-for-Error"],[6580,"impl-From%3CHexToBytesError%3E-for-Error"],[6581,"impl-From%3CNonStandardSighashTypeError%3E-for-Error"],[6591,"impl-Signature"],[6592,"impl-Serialize-for-Signature"],[6655,"impl-Display-for-PrefixedHexError"],[6656,"impl-Debug-for-PrefixedHexError"],[6657,"impl-Display-for-UnprefixedHexError"],[6658,"impl-Debug-for-UnprefixedHexError"],[6659,"impl-Debug-for-MissingPrefixError"],[6660,"impl-Display-for-MissingPrefixError"],[6661,"impl-Debug-for-ContainsPrefixError"],[6662,"impl-Display-for-ContainsPrefixError"],[6663,"impl-From%3CMissingPrefixError%3E-for-PrefixedHexError"],[6664,"impl-From%3CParseIntError%3E-for-PrefixedHexError"],[6667,"impl-From%3CParseIntError%3E-for-UnprefixedHexError"],[6668,"impl-From%3CContainsPrefixError%3E-for-UnprefixedHexError"],[6760,"impl-Write-for-HmacEngine%3CT%3E"],[6761,"impl-Write-for-HmacEngine%3CT%3E"],[6762,"impl-Display-for-FromSliceError"],[6763,"impl-Debug-for-FromSliceError"],[6764,"impl-Debug-for-Hmac%3CT%3E"],[6765,"impl-LowerHex-for-Hmac%3CT%3E"],[6766,"impl-Display-for-Hmac%3CT%3E"],[6785,"impl-Index%3CRangeFrom%3Cusize%3E%3E-for-Hmac%3CT%3E"],[6786,"impl-Index%3CRangeFull%3E-for-Hmac%3CT%3E"],[6787,"impl-Index%3Cusize%3E-for-Hmac%3CT%3E"],[6788,"impl-Index%3CRangeTo%3Cusize%3E%3E-for-Hmac%3CT%3E"],[6789,"impl-Index%3CRange%3Cusize%3E%3E-for-Hmac%3CT%3E"],[6834,"impl-Write-for-HmacEngine%3CT%3E"],[6835,"impl-Write-for-HmacEngine%3CT%3E"],[6840,"impl-AsRef%3C%5Bu8;+bitcoin_hashes::::hash160::%7Bimpl%2311%7D::%7Bconstant%230%7D%5D%3E-for-Hash"],[6841,"impl-AsRef%3C%5Bu8%5D%3E-for-Hash"],[6853,"impl-UpperHex-for-Hash"],[6854,"impl-LowerHex-for-Hash"],[6855,"impl-Debug-for-Hash"],[6856,"impl-Display-for-Hash"],[6857,"impl-From%3CWPubkeyHash%3E-for-Hash"],[6858,"impl-From%3CScriptHash%3E-for-Hash"],[6859,"impl-From%3CPubkeyHash%3E-for-Hash"],[6860,"impl-From%3CXKeyIdentifier%3E-for-Hash"],[6945,"impl-Debug-for-HexToBytesError"],[6946,"impl-Display-for-HexToBytesError"],[6947,"impl-Display-for-InvalidCharError"],[6948,"impl-Debug-for-InvalidCharError"],[6949,"impl-Debug-for-OddLengthStringError"],[6950,"impl-Display-for-OddLengthStringError"],[6951,"impl-Display-for-HexToArrayError"],[6952,"impl-Debug-for-HexToArrayError"],[6958,"impl-From%3COddLengthStringError%3E-for-HexToBytesError"],[6959,"impl-From%3CInvalidCharError%3E-for-HexToBytesError"],[6962,"impl-From%3CInvalidCharError%3E-for-HexToArrayError"],[6964,"impl-From%3CInvalidLengthError%3E-for-HexToArrayError"],[7074,"impl-UpperHex-for-DisplayByteSlice%3C\'a%3E"],[7075,"impl-LowerHex-for-DisplayByteSlice%3C\'a%3E"],[7076,"impl-Display-for-DisplayByteSlice%3C\'a%3E"],[7077,"impl-Debug-for-DisplayByteSlice%3C\'a%3E"],[7078,"impl-LowerHex-for-DisplayArray%3C\'a,+LEN%3E"],[7079,"impl-Debug-for-DisplayArray%3C\'a,+LEN%3E"],[7080,"impl-Display-for-DisplayArray%3C\'a,+LEN%3E"],[7081,"impl-UpperHex-for-DisplayArray%3C\'a,+LEN%3E"],[7119,"impl-Display-for-InvalidLengthError"],[7120,"impl-Debug-for-InvalidLengthError"],[7168,"impl-AsRef%3C%5Bu8%5D%3E-for-Hash"],[7169,"impl-AsRef%3C%5Bu8;+bitcoin_hashes::::ripemd160::%7Bimpl%2314%7D::%7Bconstant%230%7D%5D%3E-for-Hash"],[7196,"impl-Write-for-HashEngine"],[7197,"impl-Write-for-HashEngine"],[7198,"impl-Display-for-Hash"],[7199,"impl-UpperHex-for-Hash"],[7200,"impl-LowerHex-for-Hash"],[7201,"impl-Debug-for-Hash"],[7233,"impl-Write-for-HashEngine"],[7234,"impl-Write-for-HashEngine"],[7419,"impl-Display-for-Unexpected%3C\'a%3E"],[7420,"impl-Debug-for-Unexpected%3C\'a%3E"],[7651,"impl-Error-for-Error"],[7652,"impl-Error-for-Error"],[8534,"impl-Display-for-Error"],[8535,"impl-Debug-for-Error"],[8646,"impl-MapAccess%3C\'de%3E-for-MapDeserializer%3C\'de,+I,+E%3E"],[8647,"impl-SeqAccess%3C\'de%3E-for-MapDeserializer%3C\'de,+I,+E%3E"],[8844,"impl-dyn+Error"],[8845,"impl-dyn+Error+%2B+Send+%2B+Sync"],[8846,"impl-dyn+Error+%2B+Send"],[8847,"impl-dyn+Error"],[8848,"impl-dyn+Error+%2B+Send"],[8849,"impl-dyn+Error+%2B+Send+%2B+Sync"],[8850,"impl-dyn+Error+%2B+Send"],[8851,"impl-dyn+Error"],[8852,"impl-dyn+Error+%2B+Send+%2B+Sync"],[8860,"impl-SerializeSeq-for-Impossible%3COk,+Error%3E"],[8861,"impl-SerializeStruct-for-Impossible%3COk,+Error%3E"],[8862,"impl-SerializeTupleVariant-for-Impossible%3COk,+Error%3E"],[8863,"impl-SerializeStructVariant-for-Impossible%3COk,+Error%3E"],[8864,"impl-SerializeMap-for-Impossible%3COk,+Error%3E"],[8865,"impl-SerializeTupleStruct-for-Impossible%3COk,+Error%3E"],[8866,"impl-SerializeTuple-for-Impossible%3COk,+Error%3E"],[8869,"impl-dyn+Error+%2B+Send+%2B+Sync"],[8870,"impl-dyn+Error+%2B+Send"],[8871,"impl-dyn+Error"],[8880,"impl-SerializeTuple-for-Impossible%3COk,+Error%3E"],[8881,"impl-SerializeSeq-for-Impossible%3COk,+Error%3E"],[8889,"impl-SerializeStruct-for-Impossible%3COk,+Error%3E"],[8890,"impl-SerializeStructVariant-for-Impossible%3COk,+Error%3E"],[8891,"impl-SerializeTupleStruct-for-Impossible%3COk,+Error%3E"],[8892,"impl-SerializeTupleVariant-for-Impossible%3COk,+Error%3E"],[8940,"impl-AsRef%3C%5Bu8;+bitcoin_hashes::::sha1::%7Bimpl%2314%7D::%7Bconstant%230%7D%5D%3E-for-Hash"],[8941,"impl-AsRef%3C%5Bu8%5D%3E-for-Hash"],[8968,"impl-Write-for-HashEngine"],[8969,"impl-Write-for-HashEngine"],[8970,"impl-Debug-for-Hash"],[8971,"impl-LowerHex-for-Hash"],[8972,"impl-UpperHex-for-Hash"],[8973,"impl-Display-for-Hash"],[9004,"impl-Write-for-HashEngine"],[9005,"impl-Write-for-HashEngine"],[9011,"impl-AsRef%3C%5Bu8%5D%3E-for-Hash"],[9012,"impl-AsRef%3C%5Bu8;+bitcoin_hashes::::sha256::%7Bimpl%2320%7D::%7Bconstant%230%7D%5D%3E-for-Hash"],[9054,"impl-Write-for-HashEngine"],[9055,"impl-Write-for-HashEngine"],[9056,"impl-Display-for-Hash"],[9057,"impl-Debug-for-Hash"],[9058,"impl-UpperHex-for-Hash"],[9059,"impl-LowerHex-for-Hash"],[9060,"impl-UpperHex-for-Midstate"],[9061,"impl-Display-for-Midstate"],[9062,"impl-LowerHex-for-Midstate"],[9063,"impl-Debug-for-Midstate"],[9065,"impl-From%3CDescriptorId%3E-for-Hash"],[9066,"impl-From%3CWScriptHash%3E-for-Hash"],[9118,"impl-Write-for-HashEngine"],[9119,"impl-Write-for-HashEngine"],[9123,"impl-AsRef%3C%5Bu8;+bitcoin_hashes::::sha256d::%7Bimpl%2311%7D::%7Bconstant%230%7D%5D%3E-for-Hash"],[9124,"impl-AsRef%3C%5Bu8%5D%3E-for-Hash"],[9138,"impl-LowerHex-for-Hash"],[9139,"impl-UpperHex-for-Hash"],[9140,"impl-Debug-for-Hash"],[9141,"impl-Display-for-Hash"],[9142,"impl-From%3CHash%3E-for-Hash"],[9143,"impl-From%3CFilterHeader%3E-for-Hash"],[9144,"impl-From%3CLegacySighash%3E-for-Hash"],[9145,"impl-From%3CTxMerkleNode%3E-for-Hash"],[9146,"impl-From%3CFilterHash%3E-for-Hash"],[9147,"impl-From%3CBlockHash%3E-for-Hash"],[9148,"impl-From%3CWtxid%3E-for-Hash"],[9150,"impl-From%3CSegwitV0Sighash%3E-for-Hash"],[9151,"impl-From%3CTxid%3E-for-Hash"],[9152,"impl-From%3CWitnessCommitment%3E-for-Hash"],[9153,"impl-From%3CWitnessMerkleNode%3E-for-Hash"],[9177,"impl-AsRef%3C%5Bu8%5D%3E-for-Hash%3CT%3E"],[9178,"impl-AsRef%3C%5Bu8;+bitcoin_hashes::::sha256t::%7Bimpl%2311%7D::%7Bconstant%230%7D%5D%3E-for-Hash%3CT%3E"],[9192,"impl-LowerHex-for-Hash%3CT%3E"],[9193,"impl-UpperHex-for-Hash%3CT%3E"],[9194,"impl-Display-for-Hash%3CT%3E"],[9195,"impl-Debug-for-Hash%3CT%3E"],[9196,"impl-From%3CTapNodeHash%3E-for-Hash%3CTapBranchTag%3E"],[9197,"impl-From%3CTapLeafHash%3E-for-Hash%3CTapLeafTag%3E"],[9198,"impl-From%3CTapTweakHash%3E-for-Hash%3CTapTweakTag%3E"],[9200,"impl-From%3CTapSighash%3E-for-Hash%3CTapSighashTag%3E"],[9224,"impl-AsRef%3C%5Bu8;+bitcoin_hashes::::sha384::%7Bimpl%2313%7D::%7Bconstant%230%7D%5D%3E-for-Hash"],[9225,"impl-AsRef%3C%5Bu8%5D%3E-for-Hash"],[9242,"impl-LowerHex-for-Hash"],[9243,"impl-Debug-for-Hash"],[9244,"impl-UpperHex-for-Hash"],[9245,"impl-Display-for-Hash"],[9280,"impl-AsRef%3C%5Bu8%5D%3E-for-Hash"],[9281,"impl-AsRef%3C%5Bu8;+bitcoin_hashes::::sha512::%7Bimpl%2315%7D::%7Bconstant%230%7D%5D%3E-for-Hash"],[9308,"impl-Write-for-HashEngine"],[9309,"impl-Write-for-HashEngine"],[9310,"impl-LowerHex-for-Hash"],[9311,"impl-Debug-for-Hash"],[9312,"impl-Display-for-Hash"],[9313,"impl-UpperHex-for-Hash"],[9344,"impl-Write-for-HashEngine"],[9345,"impl-Write-for-HashEngine"],[9350,"impl-AsRef%3C%5Bu8%5D%3E-for-Hash"],[9351,"impl-AsRef%3C%5Bu8;+bitcoin_hashes::::sha512_256::%7Bimpl%2313%7D::%7Bconstant%230%7D%5D%3E-for-Hash"],[9368,"impl-Display-for-Hash"],[9369,"impl-LowerHex-for-Hash"],[9370,"impl-Debug-for-Hash"],[9371,"impl-UpperHex-for-Hash"],[9407,"impl-AsRef%3C%5Bu8%5D%3E-for-Hash"],[9408,"impl-AsRef%3C%5Bu8;+bitcoin_hashes::::siphash24::%7Bimpl%2315%7D::%7Bconstant%230%7D%5D%3E-for-Hash"],[9440,"impl-Write-for-HashEngine"],[9441,"impl-Write-for-HashEngine"],[9442,"impl-LowerHex-for-Hash"],[9443,"impl-Debug-for-Hash"],[9444,"impl-UpperHex-for-Hash"],[9445,"impl-Display-for-Hash"],[9492,"impl-Write-for-HashEngine"],[9493,"impl-Write-for-HashEngine"],[9557,"impl-Write-for-Sink"],[9558,"impl-Write-for-Sink"],[9559,"impl-Debug-for-Error"],[9560,"impl-Display-for-Error"],[9565,"impl-From%3CErrorKind%3E-for-Error"],[9566,"impl-From%3CError%3E-for-Error"],[9635,"impl-Write-for-Sink"],[9636,"impl-Write-for-Sink"],[9638,"impl-Write-for-Sink"],[9639,"impl-Write-for-Sink"],[9801,"impl-Display-for-TweakedPublicKey"],[9802,"impl-Debug-for-TweakedPublicKey"],[9803,"impl-LowerHex-for-TweakedPublicKey"],[9805,"impl-Display-for-FromSliceError"],[9806,"impl-Debug-for-FromSliceError"],[9807,"impl-Debug-for-FromWifError"],[9808,"impl-Display-for-FromWifError"],[9809,"impl-Debug-for-ParsePublicKeyError"],[9810,"impl-Display-for-ParsePublicKeyError"],[9811,"impl-Debug-for-ParseCompressedPublicKeyError"],[9812,"impl-Display-for-ParseCompressedPublicKeyError"],[9813,"impl-Display-for-UncompressedPublicKeyError"],[9814,"impl-Debug-for-UncompressedPublicKeyError"],[9815,"impl-Debug-for-InvalidBase58PayloadLengthError"],[9816,"impl-Display-for-InvalidBase58PayloadLengthError"],[9817,"impl-Display-for-InvalidAddressVersionError"],[9818,"impl-Debug-for-InvalidAddressVersionError"],[9827,"impl-From%3CError%3E-for-FromSliceError"],[9829,"impl-From%3CInfallible%3E-for-FromSliceError"],[9831,"impl-From%3CError%3E-for-FromWifError"],[9832,"impl-From%3CInvalidAddressVersionError%3E-for-FromWifError"],[9833,"impl-From%3CError%3E-for-FromWifError"],[9834,"impl-From%3CInvalidBase58PayloadLengthError%3E-for-FromWifError"],[9835,"impl-From%3CInfallible%3E-for-FromWifError"],[9836,"impl-From%3CInfallible%3E-for-ParsePublicKeyError"],[9838,"impl-From%3CFromSliceError%3E-for-ParsePublicKeyError"],[9840,"impl-From%3CInfallible%3E-for-ParseCompressedPublicKeyError"],[9841,"impl-From%3CError%3E-for-ParseCompressedPublicKeyError"],[9842,"impl-From%3CHexToArrayError%3E-for-ParseCompressedPublicKeyError"],[9906,"impl-TweakedPublicKey"],[9907,"impl-Serialize-for-TweakedPublicKey"],[9954,"impl-TryFrom%3Ci32%3E-for-Parity"],[9955,"impl-TryFrom%3Cu8%3E-for-Parity"],[10044,"impl-Debug-for-MerkleBlockError"],[10045,"impl-Display-for-MerkleBlockError"],[10093,"impl-Display-for-ParseNetworkError"],[10094,"impl-Debug-for-ParseNetworkError"],[10095,"impl-Debug-for-UnknownChainHashError"],[10096,"impl-Display-for-UnknownChainHashError"],[10138,"impl-AsMut%3C%5Bu8;+4%5D%3E-for-Magic"],[10139,"impl-AsMut%3C%5Bu8%5D%3E-for-Magic"],[10140,"impl-AsRef%3C%5Bu8%5D%3E-for-Magic"],[10141,"impl-AsRef%3C%5Bu8;+4%5D%3E-for-Magic"],[10149,"impl-Borrow%3C%5Bu8;+4%5D%3E-for-Magic"],[10150,"impl-Borrow%3C%5Bu8%5D%3E-for-Magic"],[10156,"impl-BorrowMut%3C%5Bu8%5D%3E-for-Magic"],[10157,"impl-BorrowMut%3C%5Bu8;+4%5D%3E-for-Magic"],[10195,"impl-LowerHex-for-ServiceFlags"],[10196,"impl-Debug-for-ServiceFlags"],[10197,"impl-UpperHex-for-ServiceFlags"],[10198,"impl-Display-for-ServiceFlags"],[10199,"impl-UpperHex-for-Magic"],[10200,"impl-Debug-for-Magic"],[10201,"impl-LowerHex-for-Magic"],[10202,"impl-Display-for-Magic"],[10203,"impl-Debug-for-ParseMagicError"],[10204,"impl-Display-for-ParseMagicError"],[10205,"impl-Display-for-UnknownMagicError"],[10206,"impl-Debug-for-UnknownMagicError"],[10410,"impl-Display-for-CommandString"],[10411,"impl-Debug-for-CommandString"],[10412,"impl-Display-for-CommandStringError"],[10413,"impl-Debug-for-CommandStringError"],[10435,"impl-TryFrom%3C%26str%3E-for-CommandString"],[10437,"impl-TryFrom%3CString%3E-for-CommandString"],[10438,"impl-TryFrom%3CBox%3Cstr%3E%3E-for-CommandString"],[10911,"impl-Debug-for-ParseIntError"],[10912,"impl-Display-for-ParseIntError"],[11121,"impl-Debug-for-Error"],[11122,"impl-Display-for-Error"],[11126,"impl-Display-for-GetKeyError"],[11127,"impl-Debug-for-GetKeyError"],[11130,"impl-Display-for-SignError"],[11131,"impl-Debug-for-SignError"],[11132,"impl-Debug-for-ExtractTxError"],[11133,"impl-Display-for-ExtractTxError"],[11134,"impl-Display-for-IndexOutOfBoundsError"],[11135,"impl-Debug-for-IndexOutOfBoundsError"],[11136,"impl-Display-for-PsbtParseError"],[11137,"impl-Debug-for-PsbtParseError"],[11138,"impl-Debug-for-PsbtSighashType"],[11139,"impl-Display-for-PsbtSighashType"],[11142,"impl-From%3CError%3E-for-Error"],[11143,"impl-From%3CError%3E-for-Error"],[11144,"impl-From%3CInfallible%3E-for-Error"],[11145,"impl-From%3CFromSliceError%3E-for-Error"],[11150,"impl-From%3CInfallible%3E-for-GetKeyError"],[11151,"impl-From%3CError%3E-for-GetKeyError"],[11154,"impl-From%3CInfallible%3E-for-SignError"],[11156,"impl-From%3CP2wpkhError%3E-for-SignError"],[11157,"impl-From%3CIndexOutOfBoundsError%3E-for-SignError"],[11158,"impl-From%3CTaprootError%3E-for-SignError"],[11166,"impl-From%3CTapSighashType%3E-for-PsbtSighashType"],[11167,"impl-From%3CEcdsaSighashType%3E-for-PsbtSighashType"],[11358,"impl-Debug-for-Key"],[11359,"impl-Display-for-Key"],[11569,"impl-LowerHex-for-PublicKey"],[11570,"impl-Debug-for-PublicKey"],[11571,"impl-Display-for-PublicKey"],[11572,"impl-Debug-for-InvalidParityValue"],[11573,"impl-Display-for-InvalidParityValue"],[11575,"impl-LowerHex-for-Message"],[11576,"impl-Debug-for-Message"],[11577,"impl-Display-for-Message"],[11578,"impl-Display-for-Error"],[11579,"impl-Debug-for-Error"],[11586,"impl-From%3C%26Keypair%3E-for-SecretKey"],[11587,"impl-From%3CKeypair%3E-for-SecretKey"],[11589,"impl-From%3CT%3E-for-SecretKey"],[11590,"impl-From%3CKeypair%3E-for-PublicKey"],[11591,"impl-From%3C%26Keypair%3E-for-PublicKey"],[11592,"impl-From%3CPublicKey%3E-for-PublicKey"],[11597,"impl-From%3CSegwitV0Sighash%3E-for-Message"],[11598,"impl-From%3CT%3E-for-Message"],[11600,"impl-From%3CTapSighash%3E-for-Message"],[11601,"impl-From%3CLegacySighash%3E-for-Message"],[11672,"impl-PublicKey"],[11673,"impl-Serialize-for-PublicKey"],[11837,"impl-PartialEq-for-SerializedSignature"],[11838,"impl-PartialEq%3C%5Bu8%5D%3E-for-SerializedSignature"],[11851,"impl-Debug-for-SerializedSignature"],[11852,"impl-Display-for-SerializedSignature"],[11853,"impl-Display-for-Signature"],[11854,"impl-Debug-for-Signature"],[11859,"impl-From%3C%26Signature%3E-for-SerializedSignature"],[11860,"impl-From%3CSignature%3E-for-SerializedSignature"],[11877,"impl-IntoIterator-for-%26SerializedSignature"],[11878,"impl-IntoIterator-for-SerializedSignature"],[11884,"impl-PartialOrd%3C%5Bu8%5D%3E-for-SerializedSignature"],[11885,"impl-PartialOrd-for-SerializedSignature"],[11905,"impl-TryFrom%3C%26SerializedSignature%3E-for-Signature"],[11906,"impl-TryFrom%3CSerializedSignature%3E-for-Signature"],[11973,"impl-Debug-for-ElligatorSwift"],[11974,"impl-LowerHex-for-ElligatorSwift"],[11975,"impl-Display-for-ElligatorSwift"],[12339,"impl-Display-for-Error"],[12340,"impl-Debug-for-Error"],[12341,"impl-From%3CError%3E-for-Error"],[12343,"impl-From%3CNonZero%3Cu32%3E%3E-for-Error"],[12454,"impl-Display-for-BernoulliError"],[12455,"impl-Debug-for-BernoulliError"],[12463,"impl-Debug-for-WeightedError"],[12464,"impl-Display-for-WeightedError"],[12478,"impl-From%3CRange%3CX%3E%3E-for-Uniform%3CX%3E"],[12479,"impl-From%3CRangeInclusive%3CX%3E%3E-for-Uniform%3CX%3E"],[12506,"impl-Distribution%3Cf32%3E-for-OpenClosed01"],[12507,"impl-Distribution%3Cf64%3E-for-OpenClosed01"],[12508,"impl-Distribution%3Cf64%3E-for-Open01"],[12509,"impl-Distribution%3Cf32%3E-for-Open01"],[12514,"impl-Distribution%3Cf32%3E-for-Standard"],[12515,"impl-Distribution%3CNonZero%3Cu128%3E%3E-for-Standard"],[12516,"impl-Distribution%3C(A,+B,+C,+D,+E,+F,+G,+H)%3E-for-Standard"],[12517,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2328%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12518,"impl-Distribution%3C(A,+B)%3E-for-Standard"],[12519,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12520,"impl-Distribution%3CWrapping%3CT%3E%3E-for-Standard"],[12521,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2331%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12522,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12523,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2353%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12524,"impl-Distribution%3C%5BT;+32%5D%3E-for-Standard"],[12525,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2333%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12526,"impl-Distribution%3COption%3CT%3E%3E-for-Standard"],[12527,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2335%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12528,"impl-Distribution%3Cu16%3E-for-Standard"],[12529,"impl-Distribution%3Cchar%3E-for-Standard"],[12530,"impl-Distribution%3CNonZero%3Cu16%3E%3E-for-Standard"],[12531,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2337%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12532,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2340%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12533,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12534,"impl-Distribution%3Ci128%3E-for-Standard"],[12535,"impl-Distribution%3C(A,+B,+C,+D,+E,+F,+G,+H,+I,+J,+K)%3E-for-Standard"],[12536,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2325%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12537,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2334%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12538,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12539,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2329%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12540,"impl-Distribution%3C()%3E-for-Standard"],[12541,"impl-Distribution%3Cu64%3E-for-Standard"],[12542,"impl-Distribution%3Cu8%3E-for-Standard"],[12543,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12544,"impl-Distribution%3Cusize%3E-for-Standard"],[12545,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2342%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12546,"impl-Distribution%3C(A,)%3E-for-Standard"],[12547,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12548,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2352%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12549,"impl-Distribution%3C(A,+B,+C,+D,+E,+F,+G,+H,+I)%3E-for-Standard"],[12550,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2330%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12551,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12552,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2339%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12553,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2355%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12554,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2324%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12555,"impl-Distribution%3CNonZero%3Cusize%3E%3E-for-Standard"],[12556,"impl-Distribution%3C(A,+B,+C,+D,+E,+F,+G,+H,+I,+J,+K,+L)%3E-for-Standard"],[12557,"impl-Distribution%3CNonZero%3Cu32%3E%3E-for-Standard"],[12558,"impl-Distribution%3C(A,+B,+C,+D,+E,+F)%3E-for-Standard"],[12559,"impl-Distribution%3C(A,+B,+C,+D,+E,+F,+G)%3E-for-Standard"],[12560,"impl-Distribution%3Cu128%3E-for-Standard"],[12561,"impl-Distribution%3Ci64%3E-for-Standard"],[12562,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2327%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12563,"impl-Distribution%3C(A,+B,+C,+D)%3E-for-Standard"],[12564,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12565,"impl-Distribution%3Cbool%3E-for-Standard"],[12566,"impl-Distribution%3Ci16%3E-for-Standard"],[12567,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2332%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12568,"impl-Distribution%3Cf64%3E-for-Standard"],[12569,"impl-Distribution%3Ci32%3E-for-Standard"],[12570,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2354%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12571,"impl-Distribution%3C(A,+B,+C,+D,+E)%3E-for-Standard"],[12572,"impl-Distribution%3Ci8%3E-for-Standard"],[12573,"impl-Distribution%3CNonZero%3Cu8%3E%3E-for-Standard"],[12574,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2326%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12575,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2336%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12576,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2341%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12577,"impl-Distribution%3C(A,+B,+C)%3E-for-Standard"],[12578,"impl-Distribution%3Cu32%3E-for-Standard"],[12579,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2338%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12580,"impl-Distribution%3CNonZero%3Cu64%3E%3E-for-Standard"],[12581,"impl-Distribution%3Cisize%3E-for-Standard"],[12582,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2347%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12583,"impl-Distribution%3C(A,+B,+C,+D,+E,+F,+G,+H,+I,+J)%3E-for-Standard"],[12695,"impl-UniformSampler-for-UniformInt%3Cu64%3E"],[12696,"impl-UniformSampler-for-UniformInt%3Ci32%3E"],[12697,"impl-UniformSampler-for-UniformInt%3Cu128%3E"],[12698,"impl-UniformSampler-for-UniformInt%3Cu16%3E"],[12699,"impl-UniformSampler-for-UniformInt%3Cu8%3E"],[12700,"impl-UniformSampler-for-UniformInt%3Cusize%3E"],[12701,"impl-UniformSampler-for-UniformInt%3Cisize%3E"],[12702,"impl-UniformSampler-for-UniformInt%3Ci8%3E"],[12703,"impl-UniformSampler-for-UniformInt%3Ci16%3E"],[12704,"impl-UniformSampler-for-UniformInt%3Ci64%3E"],[12705,"impl-UniformSampler-for-UniformInt%3Ci128%3E"],[12706,"impl-UniformSampler-for-UniformInt%3Cu32%3E"],[12708,"impl-UniformSampler-for-UniformFloat%3Cf64%3E"],[12709,"impl-UniformSampler-for-UniformFloat%3Cf32%3E"],[12712,"impl-UniformSampler-for-UniformInt%3Cu16%3E"],[12713,"impl-UniformSampler-for-UniformInt%3Cu128%3E"],[12714,"impl-UniformSampler-for-UniformInt%3Cu32%3E"],[12715,"impl-UniformSampler-for-UniformInt%3Ci32%3E"],[12716,"impl-UniformSampler-for-UniformInt%3Cusize%3E"],[12717,"impl-UniformSampler-for-UniformInt%3Ci8%3E"],[12718,"impl-UniformSampler-for-UniformInt%3Cu64%3E"],[12719,"impl-UniformSampler-for-UniformInt%3Ci128%3E"],[12720,"impl-UniformSampler-for-UniformInt%3Cisize%3E"],[12721,"impl-UniformSampler-for-UniformInt%3Ci16%3E"],[12722,"impl-UniformSampler-for-UniformInt%3Cu8%3E"],[12723,"impl-UniformSampler-for-UniformInt%3Ci64%3E"],[12725,"impl-UniformSampler-for-UniformFloat%3Cf32%3E"],[12726,"impl-UniformSampler-for-UniformFloat%3Cf64%3E"],[12729,"impl-UniformSampler-for-UniformInt%3Cu8%3E"],[12730,"impl-UniformSampler-for-UniformInt%3Ci16%3E"],[12731,"impl-UniformSampler-for-UniformInt%3Cu16%3E"],[12732,"impl-UniformSampler-for-UniformInt%3Cu32%3E"],[12733,"impl-UniformSampler-for-UniformInt%3Cu64%3E"],[12734,"impl-UniformSampler-for-UniformInt%3Ci64%3E"],[12735,"impl-UniformSampler-for-UniformInt%3Cu128%3E"],[12736,"impl-UniformSampler-for-UniformInt%3Ci128%3E"],[12737,"impl-UniformSampler-for-UniformInt%3Cisize%3E"],[12738,"impl-UniformSampler-for-UniformInt%3Ci32%3E"],[12739,"impl-UniformSampler-for-UniformInt%3Cusize%3E"],[12740,"impl-UniformSampler-for-UniformInt%3Ci8%3E"],[12742,"impl-UniformSampler-for-UniformFloat%3Cf64%3E"],[12743,"impl-UniformSampler-for-UniformFloat%3Cf32%3E"],[12747,"impl-UniformSampler-for-UniformInt%3Cusize%3E"],[12748,"impl-UniformSampler-for-UniformInt%3Ci32%3E"],[12749,"impl-UniformSampler-for-UniformInt%3Cu32%3E"],[12750,"impl-UniformSampler-for-UniformInt%3Ci8%3E"],[12751,"impl-UniformSampler-for-UniformInt%3Ci128%3E"],[12752,"impl-UniformSampler-for-UniformInt%3Cu128%3E"],[12753,"impl-UniformSampler-for-UniformInt%3Cu8%3E"],[12754,"impl-UniformSampler-for-UniformInt%3Ci64%3E"],[12755,"impl-UniformSampler-for-UniformInt%3Cu16%3E"],[12756,"impl-UniformSampler-for-UniformInt%3Ci16%3E"],[12757,"impl-UniformSampler-for-UniformInt%3Cu64%3E"],[12758,"impl-UniformSampler-for-UniformInt%3Cisize%3E"],[12759,"impl-UniformSampler-for-UniformFloat%3Cf64%3E"],[12760,"impl-UniformSampler-for-UniformFloat%3Cf32%3E"],[12762,"impl-UniformSampler-for-UniformInt%3Ci16%3E"],[12763,"impl-UniformSampler-for-UniformInt%3Cu64%3E"],[12764,"impl-UniformSampler-for-UniformInt%3Cu32%3E"],[12765,"impl-UniformSampler-for-UniformInt%3Ci8%3E"],[12766,"impl-UniformSampler-for-UniformInt%3Cu128%3E"],[12767,"impl-UniformSampler-for-UniformInt%3Ci128%3E"],[12768,"impl-UniformSampler-for-UniformInt%3Cu8%3E"],[12769,"impl-UniformSampler-for-UniformInt%3Cusize%3E"],[12770,"impl-UniformSampler-for-UniformInt%3Ci64%3E"],[12771,"impl-UniformSampler-for-UniformInt%3Ci32%3E"],[12772,"impl-UniformSampler-for-UniformInt%3Cisize%3E"],[12773,"impl-UniformSampler-for-UniformInt%3Cu16%3E"],[12935,"impl-Debug-for-ReadError"],[12936,"impl-Display-for-ReadError"],[13038,"impl-From%3CVec%3Cusize%3E%3E-for-IndexVec"],[13040,"impl-From%3CVec%3Cu32%3E%3E-for-IndexVec"],[13087,"impl-Display-for-OutOfRangeError"],[13088,"impl-Debug-for-OutOfRangeError"],[13111,"impl-LowerHex-for-Signature"],[13112,"impl-Debug-for-Signature"],[13113,"impl-Display-for-Signature"],[13121,"impl-Signature"],[13122,"impl-Serialize-for-Signature"],[13286,"impl-Display-for-PrevoutsSizeError"],[13287,"impl-Debug-for-PrevoutsSizeError"],[13288,"impl-Display-for-PrevoutsKindError"],[13289,"impl-Debug-for-PrevoutsKindError"],[13290,"impl-Display-for-PrevoutsIndexError"],[13291,"impl-Debug-for-PrevoutsIndexError"],[13292,"impl-Display-for-InvalidSighashTypeError"],[13293,"impl-Debug-for-InvalidSighashTypeError"],[13294,"impl-Debug-for-NonStandardSighashTypeError"],[13295,"impl-Display-for-NonStandardSighashTypeError"],[13296,"impl-Debug-for-SighashTypeParseError"],[13297,"impl-Display-for-SighashTypeParseError"],[13299,"impl-Debug-for-TaprootError"],[13300,"impl-Display-for-TaprootError"],[13301,"impl-Debug-for-P2wpkhError"],[13302,"impl-Display-for-P2wpkhError"],[13303,"impl-Debug-for-SingleMissingOutputError"],[13304,"impl-Display-for-SingleMissingOutputError"],[13305,"impl-Display-for-AnnexError"],[13306,"impl-Debug-for-AnnexError"],[13307,"impl-Debug-for-SigningDataError%3CE%3E"],[13308,"impl-Display-for-SigningDataError%3CE%3E"],[13321,"impl-From%3CPrevoutsKindError%3E-for-TaprootError"],[13322,"impl-From%3CPrevoutsIndexError%3E-for-TaprootError"],[13324,"impl-From%3CPrevoutsSizeError%3E-for-TaprootError"],[13325,"impl-From%3CInputsIndexError%3E-for-TaprootError"],[13326,"impl-From%3CInfallible%3E-for-TaprootError"],[13328,"impl-From%3CInfallible%3E-for-P2wpkhError"],[13329,"impl-From%3CInputsIndexError%3E-for-P2wpkhError"],[13333,"impl-From%3CInfallible%3E-for-SigningDataError%3CE%3E"],[13334,"impl-From%3CError%3E-for-SigningDataError%3CE%3E"],[13500,"impl-Debug-for-MessageSignatureError"],[13501,"impl-Display-for-MessageSignatureError"],[13502,"impl-Debug-for-MessageSignature"],[13503,"impl-Display-for-MessageSignature"],[13504,"impl-From%3CError%3E-for-MessageSignatureError"],[13505,"impl-From%3CInfallible%3E-for-MessageSignatureError"],[13751,"impl-Debug-for-SigFromSliceError"],[13752,"impl-Display-for-SigFromSliceError"],[13756,"impl-Display-for-IncompleteBuilderError"],[13757,"impl-Debug-for-IncompleteBuilderError"],[13758,"impl-Display-for-HiddenNodesError"],[13759,"impl-Debug-for-HiddenNodesError"],[13766,"impl-Debug-for-FutureLeafVersion"],[13767,"impl-Display-for-FutureLeafVersion"],[13768,"impl-LowerHex-for-FutureLeafVersion"],[13769,"impl-UpperHex-for-FutureLeafVersion"],[13770,"impl-UpperHex-for-LeafVersion"],[13771,"impl-Debug-for-LeafVersion"],[13772,"impl-Display-for-LeafVersion"],[13773,"impl-LowerHex-for-LeafVersion"],[13774,"impl-Debug-for-TaprootBuilderError"],[13775,"impl-Display-for-TaprootBuilderError"],[13776,"impl-Debug-for-TaprootError"],[13777,"impl-Display-for-TaprootError"],[13781,"impl-From%3CInfallible%3E-for-SigFromSliceError"],[13783,"impl-From%3CError%3E-for-SigFromSliceError"],[13784,"impl-From%3CInvalidSighashTypeError%3E-for-SigFromSliceError"],[13785,"impl-From%3C%5BTapNodeHash;+1%5D%3E-for-TaprootMerkleBranch"],[13786,"impl-From%3C%5BTapNodeHash;+71%5D%3E-for-TaprootMerkleBranch"],[13787,"impl-From%3C%5BTapNodeHash;+74%5D%3E-for-TaprootMerkleBranch"],[13789,"impl-From%3C%5BTapNodeHash;+85%5D%3E-for-TaprootMerkleBranch"],[13790,"impl-From%3C%5BTapNodeHash;+2%5D%3E-for-TaprootMerkleBranch"],[13791,"impl-From%3C%5BTapNodeHash;+79%5D%3E-for-TaprootMerkleBranch"],[13792,"impl-From%3C%5BTapNodeHash;+39%5D%3E-for-TaprootMerkleBranch"],[13793,"impl-From%3C%5BTapNodeHash;+42%5D%3E-for-TaprootMerkleBranch"],[13794,"impl-From%3C%5BTapNodeHash;+96%5D%3E-for-TaprootMerkleBranch"],[13795,"impl-From%3C%5BTapNodeHash;+54%5D%3E-for-TaprootMerkleBranch"],[13796,"impl-From%3C%5BTapNodeHash;+108%5D%3E-for-TaprootMerkleBranch"],[13797,"impl-From%3C%5BTapNodeHash;+112%5D%3E-for-TaprootMerkleBranch"],[13798,"impl-From%3C%5BTapNodeHash;+30%5D%3E-for-TaprootMerkleBranch"],[13799,"impl-From%3C%5BTapNodeHash;+115%5D%3E-for-TaprootMerkleBranch"],[13800,"impl-From%3C%5BTapNodeHash;+103%5D%3E-for-TaprootMerkleBranch"],[13801,"impl-From%3C%5BTapNodeHash;+60%5D%3E-for-TaprootMerkleBranch"],[13802,"impl-From%3C%5BTapNodeHash;+68%5D%3E-for-TaprootMerkleBranch"],[13803,"impl-From%3C%5BTapNodeHash;+93%5D%3E-for-TaprootMerkleBranch"],[13804,"impl-From%3C%5BTapNodeHash;+33%5D%3E-for-TaprootMerkleBranch"],[13805,"impl-From%3C%5BTapNodeHash;+125%5D%3E-for-TaprootMerkleBranch"],[13806,"impl-From%3C%5BTapNodeHash;+76%5D%3E-for-TaprootMerkleBranch"],[13807,"impl-From%3C%5BTapNodeHash;+105%5D%3E-for-TaprootMerkleBranch"],[13808,"impl-From%3C%5BTapNodeHash;+91%5D%3E-for-TaprootMerkleBranch"],[13809,"impl-From%3C%5BTapNodeHash;+28%5D%3E-for-TaprootMerkleBranch"],[13810,"impl-From%3C%5BTapNodeHash;+106%5D%3E-for-TaprootMerkleBranch"],[13811,"impl-From%3C%5BTapNodeHash;+118%5D%3E-for-TaprootMerkleBranch"],[13812,"impl-From%3C%5BTapNodeHash;+14%5D%3E-for-TaprootMerkleBranch"],[13813,"impl-From%3C%5BTapNodeHash;+57%5D%3E-for-TaprootMerkleBranch"],[13814,"impl-From%3C%5BTapNodeHash;+25%5D%3E-for-TaprootMerkleBranch"],[13815,"impl-From%3C%5BTapNodeHash;+89%5D%3E-for-TaprootMerkleBranch"],[13816,"impl-From%3C%5BTapNodeHash;+59%5D%3E-for-TaprootMerkleBranch"],[13817,"impl-From%3C%5BTapNodeHash;+7%5D%3E-for-TaprootMerkleBranch"],[13818,"impl-From%3C%5BTapNodeHash;+52%5D%3E-for-TaprootMerkleBranch"],[13819,"impl-From%3C%5BTapNodeHash;+84%5D%3E-for-TaprootMerkleBranch"],[13820,"impl-From%3C%5BTapNodeHash;+11%5D%3E-for-TaprootMerkleBranch"],[13821,"impl-From%3C%5BTapNodeHash;+128%5D%3E-for-TaprootMerkleBranch"],[13822,"impl-From%3C%5BTapNodeHash;+36%5D%3E-for-TaprootMerkleBranch"],[13823,"impl-From%3C%5BTapNodeHash;+120%5D%3E-for-TaprootMerkleBranch"],[13824,"impl-From%3C%5BTapNodeHash;+126%5D%3E-for-TaprootMerkleBranch"],[13825,"impl-From%3C%5BTapNodeHash;+113%5D%3E-for-TaprootMerkleBranch"],[13826,"impl-From%3C%5BTapNodeHash;+97%5D%3E-for-TaprootMerkleBranch"],[13827,"impl-From%3C%5BTapNodeHash;+45%5D%3E-for-TaprootMerkleBranch"],[13828,"impl-From%3C%5BTapNodeHash;+56%5D%3E-for-TaprootMerkleBranch"],[13829,"impl-From%3C%5BTapNodeHash;+22%5D%3E-for-TaprootMerkleBranch"],[13830,"impl-From%3C%5BTapNodeHash;+43%5D%3E-for-TaprootMerkleBranch"],[13831,"impl-From%3C%5BTapNodeHash;+64%5D%3E-for-TaprootMerkleBranch"],[13832,"impl-From%3C%5BTapNodeHash;+78%5D%3E-for-TaprootMerkleBranch"],[13833,"impl-From%3C%5BTapNodeHash;+81%5D%3E-for-TaprootMerkleBranch"],[13834,"impl-From%3C%5BTapNodeHash;+70%5D%3E-for-TaprootMerkleBranch"],[13835,"impl-From%3C%5BTapNodeHash;+26%5D%3E-for-TaprootMerkleBranch"],[13836,"impl-From%3C%5BTapNodeHash;+23%5D%3E-for-TaprootMerkleBranch"],[13837,"impl-From%3C%5BTapNodeHash;+87%5D%3E-for-TaprootMerkleBranch"],[13838,"impl-From%3C%5BTapNodeHash;+31%5D%3E-for-TaprootMerkleBranch"],[13839,"impl-From%3C%5BTapNodeHash;+41%5D%3E-for-TaprootMerkleBranch"],[13840,"impl-From%3C%5BTapNodeHash;+32%5D%3E-for-TaprootMerkleBranch"],[13841,"impl-From%3C%5BTapNodeHash;+123%5D%3E-for-TaprootMerkleBranch"],[13842,"impl-From%3C%5BTapNodeHash;+99%5D%3E-for-TaprootMerkleBranch"],[13843,"impl-From%3C%5BTapNodeHash;+121%5D%3E-for-TaprootMerkleBranch"],[13844,"impl-From%3C%5BTapNodeHash;+63%5D%3E-for-TaprootMerkleBranch"],[13845,"impl-From%3C%5BTapNodeHash;+35%5D%3E-for-TaprootMerkleBranch"],[13846,"impl-From%3C%5BTapNodeHash;+12%5D%3E-for-TaprootMerkleBranch"],[13847,"impl-From%3C%5BTapNodeHash;+114%5D%3E-for-TaprootMerkleBranch"],[13848,"impl-From%3C%5BTapNodeHash;+49%5D%3E-for-TaprootMerkleBranch"],[13849,"impl-From%3C%5BTapNodeHash;+107%5D%3E-for-TaprootMerkleBranch"],[13850,"impl-From%3C%5BTapNodeHash;+65%5D%3E-for-TaprootMerkleBranch"],[13851,"impl-From%3C%5BTapNodeHash;+27%5D%3E-for-TaprootMerkleBranch"],[13852,"impl-From%3C%5BTapNodeHash;+73%5D%3E-for-TaprootMerkleBranch"],[13853,"impl-From%3C%5BTapNodeHash;+9%5D%3E-for-TaprootMerkleBranch"],[13854,"impl-From%3C%5BTapNodeHash;+86%5D%3E-for-TaprootMerkleBranch"],[13855,"impl-From%3C%5BTapNodeHash;+34%5D%3E-for-TaprootMerkleBranch"],[13856,"impl-From%3C%5BTapNodeHash;+116%5D%3E-for-TaprootMerkleBranch"],[13857,"impl-From%3C%5BTapNodeHash;+48%5D%3E-for-TaprootMerkleBranch"],[13858,"impl-From%3C%5BTapNodeHash;+111%5D%3E-for-TaprootMerkleBranch"],[13859,"impl-From%3C%5BTapNodeHash;+95%5D%3E-for-TaprootMerkleBranch"],[13860,"impl-From%3C%5BTapNodeHash;+40%5D%3E-for-TaprootMerkleBranch"],[13861,"impl-From%3C%5BTapNodeHash;+82%5D%3E-for-TaprootMerkleBranch"],[13862,"impl-From%3C%5BTapNodeHash;+109%5D%3E-for-TaprootMerkleBranch"],[13863,"impl-From%3C%5BTapNodeHash;+117%5D%3E-for-TaprootMerkleBranch"],[13864,"impl-From%3C%5BTapNodeHash;+66%5D%3E-for-TaprootMerkleBranch"],[13865,"impl-From%3C%5BTapNodeHash;+69%5D%3E-for-TaprootMerkleBranch"],[13866,"impl-From%3C%5BTapNodeHash;+53%5D%3E-for-TaprootMerkleBranch"],[13867,"impl-From%3C%5BTapNodeHash;+90%5D%3E-for-TaprootMerkleBranch"],[13868,"impl-From%3C%5BTapNodeHash;+10%5D%3E-for-TaprootMerkleBranch"],[13869,"impl-From%3C%5BTapNodeHash;+50%5D%3E-for-TaprootMerkleBranch"],[13870,"impl-From%3C%5BTapNodeHash;+124%5D%3E-for-TaprootMerkleBranch"],[13871,"impl-From%3C%5BTapNodeHash;+88%5D%3E-for-TaprootMerkleBranch"],[13872,"impl-From%3C%5BTapNodeHash;+24%5D%3E-for-TaprootMerkleBranch"],[13873,"impl-From%3C%5BTapNodeHash;+55%5D%3E-for-TaprootMerkleBranch"],[13874,"impl-From%3C%5BTapNodeHash;+17%5D%3E-for-TaprootMerkleBranch"],[13875,"impl-From%3C%5BTapNodeHash;+20%5D%3E-for-TaprootMerkleBranch"],[13876,"impl-From%3C%5BTapNodeHash;+19%5D%3E-for-TaprootMerkleBranch"],[13877,"impl-From%3C%5BTapNodeHash;+18%5D%3E-for-TaprootMerkleBranch"],[13878,"impl-From%3C%5BTapNodeHash;+15%5D%3E-for-TaprootMerkleBranch"],[13879,"impl-From%3C%5BTapNodeHash;+67%5D%3E-for-TaprootMerkleBranch"],[13880,"impl-From%3C%5BTapNodeHash;+38%5D%3E-for-TaprootMerkleBranch"],[13881,"impl-From%3C%5BTapNodeHash;+37%5D%3E-for-TaprootMerkleBranch"],[13882,"impl-From%3C%5BTapNodeHash;+102%5D%3E-for-TaprootMerkleBranch"],[13883,"impl-From%3C%5BTapNodeHash;+119%5D%3E-for-TaprootMerkleBranch"],[13884,"impl-From%3C%5BTapNodeHash;+77%5D%3E-for-TaprootMerkleBranch"],[13885,"impl-From%3C%5BTapNodeHash;+5%5D%3E-for-TaprootMerkleBranch"],[13886,"impl-From%3C%5BTapNodeHash;+13%5D%3E-for-TaprootMerkleBranch"],[13887,"impl-From%3C%5BTapNodeHash;+98%5D%3E-for-TaprootMerkleBranch"],[13888,"impl-From%3C%5BTapNodeHash;+44%5D%3E-for-TaprootMerkleBranch"],[13889,"impl-From%3C%5BTapNodeHash;+104%5D%3E-for-TaprootMerkleBranch"],[13890,"impl-From%3C%5BTapNodeHash;+51%5D%3E-for-TaprootMerkleBranch"],[13891,"impl-From%3C%5BTapNodeHash;+110%5D%3E-for-TaprootMerkleBranch"],[13892,"impl-From%3C%5BTapNodeHash;+92%5D%3E-for-TaprootMerkleBranch"],[13893,"impl-From%3C%5BTapNodeHash;+8%5D%3E-for-TaprootMerkleBranch"],[13894,"impl-From%3C%5BTapNodeHash;+75%5D%3E-for-TaprootMerkleBranch"],[13895,"impl-From%3C%5BTapNodeHash;+127%5D%3E-for-TaprootMerkleBranch"],[13896,"impl-From%3C%5BTapNodeHash;+29%5D%3E-for-TaprootMerkleBranch"],[13897,"impl-From%3C%5BTapNodeHash;+58%5D%3E-for-TaprootMerkleBranch"],[13898,"impl-From%3C%5BTapNodeHash;+62%5D%3E-for-TaprootMerkleBranch"],[13899,"impl-From%3C%5BTapNodeHash;+46%5D%3E-for-TaprootMerkleBranch"],[13900,"impl-From%3C%5BTapNodeHash;+47%5D%3E-for-TaprootMerkleBranch"],[13901,"impl-From%3C%5BTapNodeHash;+80%5D%3E-for-TaprootMerkleBranch"],[13902,"impl-From%3C%5BTapNodeHash;+94%5D%3E-for-TaprootMerkleBranch"],[13903,"impl-From%3C%5BTapNodeHash;+16%5D%3E-for-TaprootMerkleBranch"],[13904,"impl-From%3C%5BTapNodeHash;+122%5D%3E-for-TaprootMerkleBranch"],[13905,"impl-From%3C%5BTapNodeHash;+21%5D%3E-for-TaprootMerkleBranch"],[13906,"impl-From%3C%5BTapNodeHash;+6%5D%3E-for-TaprootMerkleBranch"],[13907,"impl-From%3C%5BTapNodeHash;+72%5D%3E-for-TaprootMerkleBranch"],[13908,"impl-From%3C%5BTapNodeHash;+61%5D%3E-for-TaprootMerkleBranch"],[13909,"impl-From%3C%5BTapNodeHash;+4%5D%3E-for-TaprootMerkleBranch"],[13910,"impl-From%3C%5BTapNodeHash;+83%5D%3E-for-TaprootMerkleBranch"],[13911,"impl-From%3C%5BTapNodeHash;+101%5D%3E-for-TaprootMerkleBranch"],[13912,"impl-From%3C%5BTapNodeHash;+0%5D%3E-for-TaprootMerkleBranch"],[13913,"impl-From%3C%5BTapNodeHash;+100%5D%3E-for-TaprootMerkleBranch"],[13914,"impl-From%3C%5BTapNodeHash;+3%5D%3E-for-TaprootMerkleBranch"],[13978,"impl-IntoIterator-for-%26TaprootMerkleBranch"],[13979,"impl-IntoIterator-for-TaprootMerkleBranch"],[13980,"impl-IntoIterator-for-%26mut+TaprootMerkleBranch"],[14029,"impl-Serialize-for-Signature"],[14030,"impl-Signature"],[14031,"impl-Serialize-for-TaprootMerkleBranch"],[14032,"impl-TaprootMerkleBranch"],[14036,"impl-ControlBlock"],[14037,"impl-Serialize-for-ControlBlock"],[14084,"impl-TryFrom%3CSerializedSignature%3E-for-Signature"],[14085,"impl-TryFrom%3C%26SerializedSignature%3E-for-Signature"],[14088,"impl-TryFrom%3CVec%3CTapNodeHash%3E%3E-for-TaprootMerkleBranch"],[14089,"impl-TryFrom%3CBox%3C%5BTapNodeHash%5D%3E%3E-for-TaprootMerkleBranch"],[14090,"impl-TryFrom%3C%26%5BTapNodeHash%5D%3E-for-TaprootMerkleBranch"],[14095,"impl-TryFrom%3CTaprootBuilder%3E-for-TapTree"],[14096,"impl-TryFrom%3CNodeInfo%3E-for-TapTree"],[14213,"impl-PartialEq-for-SerializedSignature"],[14214,"impl-PartialEq%3C%5Bu8%5D%3E-for-SerializedSignature"],[14217,"impl-Display-for-SerializedSignature"],[14218,"impl-Debug-for-SerializedSignature"],[14220,"impl-From%3CSignature%3E-for-SerializedSignature"],[14222,"impl-From%3C%26Signature%3E-for-SerializedSignature"],[14229,"impl-IntoIterator-for-%26SerializedSignature"],[14230,"impl-IntoIterator-for-SerializedSignature"],[14236,"impl-PartialOrd-for-SerializedSignature"],[14237,"impl-PartialOrd%3C%5Bu8%5D%3E-for-SerializedSignature"],[14277,"impl-From%3CChangeSet%3CA%3E%3E-for-ChangeSet%3CA,+IA%3E"],[14279,"impl-From%3CChangeSet%3E-for-ChangeSet%3CA,+ChangeSet%3E"],[14324,"impl-KeychainTxOutIndex%3CK%3E"],[14325,"impl-Indexer-for-KeychainTxOutIndex%3CK%3E"],[14344,"impl-Display-for-InsertDescriptorError%3CK%3E"],[14345,"impl-Debug-for-InsertDescriptorError%3CK%3E"],[14510,"impl-Debug-for-MissingGenesisError"],[14511,"impl-Display-for-MissingGenesisError"],[14512,"impl-Display-for-AlterCheckPointError"],[14513,"impl-Debug-for-AlterCheckPointError"],[14514,"impl-Debug-for-CannotConnectError"],[14515,"impl-Display-for-CannotConnectError"],[14516,"impl-Debug-for-ApplyHeaderError"],[14517,"impl-Display-for-ApplyHeaderError"],[14528,"impl-FromIterator%3C(u32,+BlockHash)%3E-for-ChangeSet"],[14529,"impl-FromIterator%3C(u32,+Option%3CBlockHash%3E)%3E-for-ChangeSet"],[14644,"impl-Debug-for-SyncItem%3C\'i,+I%3E"],[14645,"impl-Display-for-SyncItem%3C\'i,+I%3E"],[14816,"impl-Debug-for-CalculateFeeError"],[14817,"impl-Display-for-CalculateFeeError"]],"c":"OjAAAAEAAAAAAC8AEAAAAEACQgJdBNIH6QftBxEIMQrGCvkN+w38Df0NAw4FDgYOBw49ED4QhRgPGckc0ByHIowi0yXUJagstiy3LF8tfi0eLh8uIC4hLiwuaC5rMQEyAjIDMgYyCTJ5MnoyFzWYNg==","e":"OjAAAAEAAAAAAKImEAAAAAAAwIit5/////7/3/8/+Pn++//5/4wdEs/ZIQAAHCDifuQn//d/8P//P/x//j8AAAAAAAAAAAAAAAAAAAAAAACAP/7/7///vgAAwP//////HwD8/////////////////////6EBAMD//////////////////////////wD4/////z+/////////d+Af/v////////////f/////////////////vwH8+///////////////////////H+AmebsXP573o/R771KUCPMc8P9/AP7/D0AAAAAAQP/n/P//5/////8BAPj//////3/8//8/AAAAAAAAAAABAAAAIAAA+A8AAAAAAPD////////A/wMADwD83//5///vCPg/AP//B8CD/////////xgAAAzM//////8AQPj///////////////////8f8P///////3/AAP7///////8BAAAAAAAA/v/////////////+/7/r/QAHAPz//////////38AAAAAAPD+fwf/H/69A8aDn/+H5///////D/j5P/7/v3/833+PGQDgHwH8AfGK6vA/BgCAQbD/+Qf84wf8/w/8PwDw/wAA8P9H8P9/AOD/D/7v+ADw/wuQ/wHw/38AAAAcPF4G8C8Ac/7/9/////3///+/BvgJgK/97//v/wcA8P+/wwEDAAD8////HwAAAHj4////HwD+/z8DP/////j/fx31Qv4+DoAGAAg+/OGff/z/////AwAAAPD//z///6MG2OP/9zwAAMz//0tjPwEA8P////////9PcsA5AP7/P/7/////PwCA/////9//////pQHABwDg/3/w9////3/+AAD8/yf/BwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcx///8////v/3f+L//////////////////////////////////9//////////////8/8CwAH8DQDg/x/+////H4D/+gMAAPj//38P/P8/AACA////9///vwYEAAL////vxw+MewBA+AEA/EoAAOD/AAB+UwDgfwEA8P8fAAAA4APBP+D//38EsPf//w/4/////3hHwt//A/D/////M/D//z8AAPTv9//9/lAWfEFFAP7/n///v/z+BwCA/9///f/9hykCYPHzx3/8//8/FuCB/wewfwB/4w8AABie/////yd//v8vCAAAAAAAAAAAAAAAAAAA4L8JAAAAsD4AAIC/ASEpUlUiBwAAAP///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+f///8PAAAAAAAAwI3/P/z/////////////////////////AwAAAOAQAOAPAAY8EAAAhAf4////f/Ln/3/8///9////Tayf49////3//7/P7z//7//m95///3/y5/+f/////yd//v/n//+f/Pn/x/v/////kS7D/v9vAAAA8P/9/9vHEgDe//zr//+3AQAAAADm////////f5Dv//f//////y9Svw6A+AAA4AMANgA++P///v/////j/wMAnv93Af8eAP//w/8/AAD4//////////8UOgAM+9///wPA//8zwP8BAAAAAPD/H/7//yHg//f/AOD///8/AuT/OcD///vPAf/98P///v//Hx7e+/ce8P////////8AfgAA+P///wHw+///HwDA/3P/4w8AAAAAAAAAAAAAAAD8//////8/n//////8/7+H6ZblAwDwAI4fAP//+//////D/j8AAPj///8xsHP/OQAAAAAALfz///////8f/MPv+/////8fmFMWAPu/AwCA/wPV/v////////4fAAD/HqM+PPzv//39/7LAw/jB8///+Pg92P///wc8HPf/QQAA/n/w////Bz/4/weE7wcAPuH///3f//////8Pf/t283/ePfwfwHABAEHiAQDg//////////8PgAEAgf7////////////5//7///+f/wcA//8/AP///v/9//P/+////wd+PgAAAAAAwP///xj+///x/wd4///9xz8MQDg9/v8CGOb5f/7rt//n+gMAAAAAAAD///////////////////8/IOzmDgAAAPZ/+P//9///////7/8fwL//hwD9PwAAAAAAAADz/////////////2H/+f//////v////0ff////////////////////TwlQ8P8AAAA+AADwwP9B3eCP//9//PH8/////P+f//8Dfvx7+v+/xP3rHyD+XwHY7wEAwP//DywQAACA/I+DA3+OAI4EAPD//7//fwGGACz6//f/fgDw/w/A9/9TEAAAkMjh/x/8/wcAAOT/5/9//8ePAAAALGjzgz9/APj/AQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA","a":{"is_coin_base":[1978],"ntxid":[989],"read_to_end":[9600],"txid":[990],"wtxid":[992]}}],\ -["bdk_core",{"t":"FFFFIIFOENONNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNODNNCNNNNNNNNNNNNNNOONNNNNNNNNNFFFPPGFFFFPNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNOONNNNONONNNNNNNNNNNNNNNNNNNNNNNNOONOONNNNNNNNNNNNNNNN","n":["BlockId","CheckPoint","CheckPointIter","ConfirmationBlockTime","Indexed","KeychainIndexed","TxUpdate","anchors","bitcoin","block_id","block_id","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","cmp","confirmation_time","default","default","default","deserialize","deserialize","eq","eq","eq","eq_ptr","extend","extend","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from_block_ids","from_header","get","hash","hash","hash","hash","height","height","insert","into","into","into","into","into","into_iter","into_iter","iter","map_anchors","new","next","partial_cmp","partial_cmp","prev","push","range","seen_ats","serde","serialize","serialize","spk_client","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","txouts","txs","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","FullScanRequest","FullScanRequestBuilder","FullScanResult","OutPoint","Spk","SyncItem","SyncProgress","SyncRequest","SyncRequestBuilder","SyncResult","Txid","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build","builder","builder","chain_tip","chain_tip","chain_tip","chain_tip","chain_update","chain_update","clone","clone","clone_into","clone_into","cmp","consumed","default","default","default","default","default","default","eq","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","hash","inspect","inspect","into","into","into","into","into","into","into","into","iter_outpoints","iter_spks","iter_spks","iter_txids","keychains","last_active_indices","next_outpoint","next_spk","next_spk","next_txid","outpoints","outpoints_consumed","outpoints_remaining","partial_cmp","progress","remaining","spks","spks_consumed","spks_for_keychain","spks_remaining","spks_with_indexes","to_owned","to_owned","to_string","total","total_outpoints","total_spks","total_txids","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","tx_update","tx_update","txids","txids_consumed","txids_remaining","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip"],"q":[[0,"bdk_core"],[111,"bdk_core::spk_client"],[252,"bdk_core::checkpoint"],[253,"bdk_core::block_id"],[254,"bdk_core::tx_update"],[255,"core::clone"],[256,"core::cmp"],[257,"core::result"],[258,"serde::de"],[259,"core::iter::traits::collect"],[260,"core::fmt"],[261,"bitcoin::blockdata::block"],[262,"core::option"],[263,"core::hash"],[264,"core::ops::function"],[265,"core::iter::traits::iterator"],[266,"core::ops::range"],[267,"serde::ser"],[268,"core::any"],[269,"core::marker"],[270,"bitcoin::blockdata::script::borrowed"],[271,"bitcoin::blockdata::transaction"],[272,"core::iter::traits::exact_size"],[273,"bitcoin::blockdata::script::owned"],[274,"alloc::vec"],[275,"alloc::string"]],"i":[0,0,0,0,0,0,0,6,0,1,5,25,3,5,1,6,25,3,5,1,6,3,5,1,6,3,5,1,6,3,5,5,3,5,6,3,5,3,5,1,1,1,6,3,5,1,6,25,3,3,3,5,1,6,1,1,1,3,5,1,3,1,3,1,25,3,5,1,6,25,1,1,6,1,25,3,5,1,1,1,6,0,3,5,0,3,5,1,6,25,3,5,1,6,25,3,5,1,6,6,6,25,3,5,1,6,25,3,5,1,6,0,0,0,36,36,0,0,0,0,0,36,32,33,34,35,36,37,39,40,32,33,34,35,36,37,39,40,32,34,33,35,32,33,34,35,39,40,36,37,36,37,36,37,32,33,34,35,39,40,36,36,36,37,39,40,32,33,33,34,35,35,36,37,39,40,36,32,34,32,33,34,35,36,37,39,40,33,33,35,33,35,40,33,33,35,33,32,37,37,36,33,37,32,37,34,37,32,36,37,36,37,37,37,37,32,33,34,35,36,37,39,40,32,33,34,35,36,37,39,40,39,40,32,37,37,32,33,34,35,36,37,39,40,32,33,34,35,36,37,39,40],"f":"`````````{{{d{b}}}f}`{{{d{c}}}{{d{e}}}{}{}}0000{{{d{hc}}}{{d{he}}}{}{}}0000{{{d{f}}}f}{{{d{j}}}j}{{{d{b}}}b}{{{d{{l{c}}}}}{{l{c}}}n}{{{d{c}}{d{he}}}A`{}{}}000{{{d{f}}{d{f}}}Ab}{{{d{j}}{d{j}}}Ab}`{{}f}{{}j}{{}{{l{c}}}{}}{c{{Ad{f}}}Af}{c{{Ad{j}}}Af}{{{d{f}}{d{f}}}Ah}{{{d{j}}{d{j}}}Ah}{{{d{b}}{d{b}}}Ah}0{{bc}{{Ad{bb}}}{{Al{}{{Aj{f}}}}}}{{{d{h{l{c}}}}{l{c}}}A`An}{{{d{f}}{d{hB`}}}Bb}{{{d{j}}{d{hB`}}}Bb}{{{d{b}}{d{hB`}}}Bb}{{{d{{l{c}}}}{d{hB`}}}BbBd}{cc{}}0{{{Bj{{d{Bf}}{d{Bh}}}}}f}{{{Bj{BfBh}}}f}222{c{{Ad{b{Bl{b}}}}}{{Al{}{{Aj{f}}}}}}{{{d{Bn}}Bf}b}{{{d{b}}Bf}{{Bl{b}}}}{{{d{f}}{d{hc}}}A`C`}{{{d{j}}{d{hc}}}A`C`}{{{d{b}}}Bh}`{{{d{b}}}Bf}`{{bf}b}{ce{}{}}00000{bc{}}{{{d{b}}}Cb}{{{l{c}}g}{{l{e}}}AnAn{{Cf{c}{{Cd{e}}}}}}{fb}{{{d{hCb}}}{{Bl{c}}}{}}{{{d{f}}{d{f}}}{{Bl{Ab}}}}{{{d{j}}{d{j}}}{{Bl{Ab}}}}{{{d{b}}}{{Bl{b}}}}{{bf}{{Ad{bb}}}}{{{d{b}}c}{{`{{Ch{}{{Aj{b}}}}}}}{{Cj{Bf}}}}``{{{d{f}}c}AdCl}{{{d{j}}c}AdCl}`{{{d{c}}}e{}{}}000{c{{Ad{e}}}{}{}}000000000``{{{d{c}}}Cn{}}0000?????```````````{{{d{c}}}{{d{e}}}{}{}}0000000{{{d{hc}}}{{d{he}}}{}{}}0000000{{{D`{c}}}{{Db{c}}}{}}{{{Dd{c}}}{{Df{c}}}An}{{}{{D`{c}}}{}}{{}{{Dd{c}}}{Ann}}{{{D`{c}}b}{{D`{c}}}{}}{{{d{{Db{c}}}}}{{Bl{b}}}{}}{{{Dd{c}}b}{{Dd{c}}}An}{{{d{{Df{c}}}}}{{Bl{b}}}{Ann}}``{{{d{{Dh{c}}}}}{{Dh{c}}}n}{{{d{Dj}}}Dj}{{{d{c}}{d{he}}}A`{}{}}0{{{d{{Dh{c}}}}{d{{Dh{c}}}}}AbAn}{{{d{Dj}}}Dl}:{{}{{Db{c}}}{}}{{}{{Dd{c}}}{}}{{}{{Df{c}}}{}}{{}{{Dn{c}}}{}}{{}{{E`{ce}}}{}{}}{{{d{{Dh{c}}}}{d{{Dh{c}}}}}AhEb}{{{d{{Dh{c}}}}{d{hB`}}}Bb{BdEd}}{{{d{{Dh{c}}}}{d{hB`}}}BbBd}{{{d{Dj}}{d{hB`}}}Bb}{{{d{{Dn{c}}}}{d{hB`}}}BbBd}{{{d{{E`{ce}}}}{d{hB`}}}BbBdBd}{cc{}}0{{{D`{c}}}{{Db{c}}}{}}11{{{Dd{c}}}{{Df{c}}}{}}2222{{{d{{Dh{c}}}}{d{he}}}A`EfC`}{{{D`{c}}e}{{D`{c}}}{}{{Cf{{Dh{c}}Dj}}Eh}}{{{Dd{c}}e}{{Dd{c}}}An{{Cf{cBf{d{Ej}}}}Eh}}{ce{}{}}0000000{{{d{h{Db{c}}}}}{{`{{En{}{{Aj{El}}}}}}}{}}{{{d{h{Db{c}}}}}{{`{{En{}{{Aj{F`}}}}}}}{}}{{{d{h{Df{c}}}}c}{{`{{Ch{}{{Aj{{Fb{F`}}}}}}}}}{Ann}}{{{d{h{Db{c}}}}}{{`{{En{}{{Aj{Fd}}}}}}}{}}{{{d{{Df{c}}}}}{{Ff{c}}}{Ann}}`{{{d{h{Db{c}}}}}{{Bl{El}}}{}}{{{d{h{Db{c}}}}}{{Bl{F`}}}{}}{{{d{h{Df{c}}}}c}{{Bl{{Fb{F`}}}}}{Ann}}{{{d{h{Db{c}}}}}{{Bl{Fd}}}{}}{{{D`{c}}e}{{D`{c}}}{}{{Al{}{{Aj{El}}}}}}``{{{d{{Dh{c}}}}{d{{Dh{c}}}}}{{Bl{Ab}}}Fh}{{{d{{Db{c}}}}}Dj{}}{{{d{Dj}}}Dl}{{{D`{A`}}c}{{D`{A`}}}{{Al{}{{Aj{F`}}}}}}`{{{Dd{c}}cg}{{Dd{c}}}An{{Ch{}{{Aj{{Fb{F`}}}}}}Eh}{{Al{}{{Fj{e}}}}}}`{{{D`{c}}e}{{D`{c}}}{}{{Al{}{{Aj{{Bj{cF`}}}}}}}}{{{d{c}}}e{}{}}0{{{d{c}}}Fl{}}5555{c{{Ad{e}}}{}{}}000000000000000``{{{D`{c}}e}{{D`{c}}}{}{{Al{}{{Aj{Fd}}}}}}``{{{d{c}}}Cn{}}0000000{ce{}{}}0000000","D":"N`","p":[[5,"CheckPoint",0,252],[1,"reference"],[5,"BlockId",0,253],[0,"mut"],[5,"ConfirmationBlockTime",0,253],[5,"TxUpdate",0,254],[10,"Clone",255],[1,"unit"],[6,"Ordering",256],[6,"Result",257],[10,"Deserializer",258],[1,"bool"],[17,"Item"],[10,"IntoIterator",259],[10,"Ord",256],[5,"Formatter",260],[8,"Result",260],[10,"Debug",260],[1,"u32"],[5,"BlockHash",261],[1,"tuple"],[6,"Option",262],[5,"Header",261],[10,"Hasher",263],[5,"CheckPointIter",0,252],[17,"Output"],[10,"FnMut",264],[10,"Iterator",265],[10,"RangeBounds",266],[10,"Serializer",267],[5,"TypeId",268],[5,"SyncRequestBuilder",111],[5,"SyncRequest",111],[5,"FullScanRequestBuilder",111],[5,"FullScanRequest",111],[6,"SyncItem",111],[5,"SyncProgress",111],[1,"usize"],[5,"SyncResult",111],[5,"FullScanResult",111],[10,"PartialEq",256],[10,"Any",268],[10,"Hash",263],[10,"Send",269],[5,"Script",270],[5,"OutPoint",271],[10,"ExactSizeIterator",272],[5,"ScriptBuf",273],[8,"Indexed",0],[5,"Txid",271],[5,"Vec",274],[10,"PartialOrd",256],[17,"IntoIter"],[5,"String",275]],"r":[[0,253],[1,252],[2,252],[3,253],[6,254]],"b":[[49,"impl-From%3C(%26u32,+%26BlockHash)%3E-for-BlockId"],[50,"impl-From%3C(u32,+BlockHash)%3E-for-BlockId"],[161,"impl-Display-for-SyncItem%3C\'i,+I%3E"],[162,"impl-Debug-for-SyncItem%3C\'i,+I%3E"]],"c":"OjAAAAAAAAA=","e":"OzAAAAEAAIwAFQAJAAAADAATACEABwAsAAMAMgABADoAAQBGAAEASwACAFIAAgBWAA0AZgAJAHsADwCVAAQAmwALAKkAAACsAAAAsQAAAMkAAADRAAIA2AAPAO0ADwA="}],\ +["bdk_chain",{"t":"KKFSFFSKGFFFGPPKFRFFIEEIKFEFPPNNMNNONNNNDENONNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNMNNNNNNONOONCCNNNNNNNNNNNNNNNNNNNNNMNNNMNONECNMENNNNNNONNNNNNNNNDCODNNNNNOCENNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNCOOONNNNNNNNNNNNNNONNNNNNNNNNNNNOOOFGPPPPFTTPPPFFPFFTTPGTTGFFFGFTTTTTTTTTTTTTTTTTTTPPFPPPTPGGPPPPTTTTFFPPPPPPFFFFPPTTPFFFFFFPPPPPFFFFFFGFFFPPPFFFFFPPPPPPPPPPPPPPPPPFTFFFFFFFGFFFFTTTTTTNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCCCNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOONNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNONNNNNNCNNNNNNNNNNNNNNNCONNNNNNNNNNNNNNNNNNNNNOOCNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNCONONNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNONONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNCNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNONNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNOFGGPPPGTPFPFGPFPGGKPFPPPPGPPPGPPPFPFPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOPPPGPFPFPFPFGGFPFPPPPPFPPPKGFPPPPPPPPGPPFPNNNNMNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNKKCCMMMMMMMHCHHHHCHHHPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHHNNNNNNNNNNNNNNNNNNNNNNNNHHHNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNRGPRGGKPPPPPPCNNNNNNNNNNNNMHNHHHNNNHCHNHHHNNHCNNNNNNNNNNNNNNNNNNNNNNCCNNNNNNNNNNNNNNNNNNNCFSSSPSPGPSSPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNKRKRFGKFFPPPNNNNNNNNNNNNNNMNNNNNMNNMNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFSSSSSSSSSSRRKMNNNNNNNFNNNNNNNNNNNNFFKNNNNMNNNNNNNNNNNNNNNNNNNNNNNNFFGFPFFFPNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNNNNNNNNONNNNNONONNNNNNNNNNNNNONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNFFFFFGFFFFPPNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPFGFFGIIFPPKPFPPPPIPPPPFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNOOOONNNOOOONNNNNOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOFFCCCCCCCCCPPGFFFTPPTTTFPPGFFFONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNOONNONNNNNONNNNNNNNNNNNNNNONNNNNONNNNNTSFSSSSSSSTSSTSSTSNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNFCCPFFSGTTTTFFTPFTTNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFFFFGTTTTTFPFTTTNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGGPPPJJJJJFPPPPPPCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSFFPGGFFPPPFPFFKFFFPPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCCHGPPSSFNNNNNNNNNNNNNNNNNNNPGPPFGPPPPPPPPPPPPPPPPPPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFFFTFFTTTTTGFTPFFFFPFPPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNOONNONHHOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNOOONNNNNNNOSFFFNNNNNNNNNNNNNTPKGKTPFTKTTPKONOOOONNNNNNNNMHHNMMMMMMMMMMCNNNNNNNNNNNNNOOONOCOOOMMMMMMMMMMOCHNNNNNNNNNNNFKPKGGPPSPPPPKPFKNNNNNNNNNNNNMNNHHHMMMMMMMMMMNNNNNNNNNNNNNNNNNNNMMMMMMMMMMHHNNNNNNNNNNNNNNNNNOOOOJFJJJOOOOOOOOOOOOOKKRRKRFRKFNNNNNNMMNNMNCNNMNNNNNNNNNKFFFFGGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPGPPFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNPFPFPPFGGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFFFFFFTRTRFKKFFTRMMQCNMMMNCNQQCMMMCQCCCCCQCCCCMHFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFGRKRKIGGFPPFPPPFPNMNNNNNNNNNNNNNNCNNNNNNNNNNNCNNNNNNNNNNNNNNNCNNNNNNNNNQNNNNNNNNNNNMNNNQNNNNNNNNNNNNNNNNNNNNNNCCNNNNNNNQNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNQFNNNNNNNNNNNNNNNNNRFFKNMNNNNNNNNNNNNQNNNQNNNNNNNNNNNNNNNGGPPFPFPFNNNNNNNONNNNONNNNNNNRKGGPPPPMRKRKNMMNNNNFFFNNNONONNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKYKRRRKYRRRRRRRKNNNCMMMMMMMMMNMMMMMMMMMMMMMMMNMMMMMMQNNCMMMMMMNMMMMMMMMMMMMMMMMNMMMMMMMPPPKKKKRPKKRRRRRKPFKPKPPPPPKPKPPPGPPPRRRKKNNNNNNNNNMNNMMNMMMMMMMMNMMMMMMMMMMMMMMMNMMMMMMNNNMNMNNNNNNNNNMNNNNNNMNMNNNMNMNNNNMNNNNNNNMNNMNNCNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFFFFFFFFFFFFFFFFFFFFFFFFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKRRRRRRRRFRRRRRRRRKKRKRKRKRKRKRKRKKNNNNNNMNNNNNNNNNNMMMMMMMNNNNNNNNNNNNNNMMMMMMNNNMMMMMMNNNNNMMMMMNMMMMMMMMMMMMNMMMMMMMMNNNNNNNNNCTKNMNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFKNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPPKPPPFPFGPPPPPPPPKIFFPPPKPNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNMNNMNNNNNNNNNNNNNNNQNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNPFPPGGPPFPFPPPPFPGGGFFFFPPPFKRRFFFIIKFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPFGPPPPPFPPNNNNNHHNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNONNNNPPGGFPPPPFCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHHFTTTTFTTTTSFTTFTFTNCONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCCCCCCNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGFFPPPPPPPOONNNNNNNNNNNNNNNNNNNNNNNNNNOOOONONNNNNNNNNNNPPPPPPPPPFFPPPPPPPPPPPPPPSSPPGPPPFPPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOPPPFFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNOONNNNNNNNNNNNOONNNOOPGFFPPNNNNNNNNNNNNNNNNNNNNONNNNNNNNNOONNNNNNONNNNNNNNNNNNONNNNNNFFFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNONNNNNNNNONNNNONNNNFFFFFFONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOONNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPPPPPPFGFNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONOOOOOOOONNNNNNNNNNNNOONNNFNNNNNNNNNNNNNNNNNNNNSSSSSSSSHFFFPPPPPPPPPPGRGPKGPGFPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPFGPPFPGFPPPPPPPPPGGIGIPPPPPPPPPPPPPPPOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNNOONNNNOOOOCOOOCNNNOONNNNNNNOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNONNNNNNNNNNNNNOOOOOOOOOOOOOOOOOFFFINNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNONNNONNNNNNNNNNNNNNOONNNGFKTGPTPPPFPPPPPPPPFTFPTPGKFFFFGFKKKGFFTNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCMNNNNNNNNNCCCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCQNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNCCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNSSSSSSSSSSSSSSSSFNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNPPFGFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFIFIFIPPPPFSSSSSIFFPPPPRFMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNQQNNNNNNNNNNNNNNNNNNHNNNNNCHHHHHHJHHHHHHHHHHHHHHHHHHHJHHHHHHHHHHHJHHHHHJJJHHHHHHHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNHHHHHNNNNNFTNNNNIIIIGNNNNNNNNINNNNNNNNNNTRTRFKKFFTRMNMNNNNNNNNQNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNMNNMNNNNNQQNNNNNMNNNNNMNMNNNQNQMNNNNNNNNNNNNNNNNNNNNTKFKTKKRKNNNCNMNNNNNNNMNNNNNNNMMCHNNCNNNCNNHNMNMNNNNPFFGFFKKPPPFFFFPFGFMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNCKKKRFFFFFKRMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMMNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPPGFCKFNNNNNNNNNNKKRKKKRKKFFMNMNNMMNMMNMNNMNNNNNMMMHMNNNNMHNMFFFCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNRKFKNNMNMNNMMNMMNNCNNNNNMMNNNNNNGGGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHHNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPPPFGPGPGPPPPPFPFFPPPPPPGGPGPFPFFFPPFPFGPPPFPPFFGGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNSPPPFGPNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNNFPPPFPGPPGPPPPPPPPFFGFPPPPFFPGPFSSSSSSSFGFFFPFFFFGGFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONCNNONNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNCOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNONNNNRKMMMMMCCFSPKGPFTTKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNMNNNMNNNNNNNNNNNNNNNNNNNNMNNNOOOOFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFGTPFFFFPFFTNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNONNNNNNSHFFFPPGFFFFPNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNOONNNNNONNONNNNNNNNNNNNNNNNNNNNNNNNOONOONNNNNNNNNNNNNNNNNTGFFPPTTTFFFFFNNNOOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNONOOOONNNNNNNNNNNNNNNNNN","n":["Anchor","AnchorFromBlockPosition","AnchorImpl","BIP32_MAX_INDEX","Balance","BlockId","COINBASE_MATURITY","ChainOracle","ChainPosition","CheckPoint","CheckPointIter","ConfirmationBlockTime","ConfirmationTime","Confirmed","Confirmed","DescriptorExt","DescriptorId","Error","FullTxOut","Impl","Indexed","IndexedTxGraph","Indexer","KeychainIndexed","Merge","SpkIterator","TxGraph","TxUpdate","Unconfirmed","Unconfirmed","add","all_zeros","anchor_block","anchor_block","anchor_block","anchors","as_byte_array","as_raw_hash","as_ref","as_ref","bdk_core","bitcoin","block_id","block_id","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","chain_position","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cloned","cmp","cmp","cmp","cmp","cmp","cmp","column_result","column_result","column_result","column_result","column_result","column_result","column_result","column_result","column_result","confirmation_height_upper_bound","confirmation_height_upper_bound","confirmation_height_upper_bound","confirmation_height_upper_bound","confirmation_time","confirmed","default","default","default","default","deref","deref","descriptor","descriptor_id","deserialize","deserialize","deserialize","deserialize","deserialize","dust_value","engine","eq","eq","eq","eq","eq","eq","eq","eq","eq_ptr","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","extend","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_block_ids","from_block_position","from_block_position","from_block_position","from_byte_array","from_engine","from_header","from_raw_hash","from_slice","from_slice_delegated","from_str","get","get_chain_tip","hash","hash","hash","hash","hash","hash","hash","height","height","immature","index","indexed_tx_graph","indexer","insert","into","into","into","into","into","into","into","into","into","into","into","into","into","into_fallible","into_fallible","into_inner","into_inner","into_iter","into_iter","into_iter","is_block_in_chain","is_confirmed","is_confirmed","is_confirmed_and_spendable","is_empty","is_mature","is_on_coinbase","iter","keychain_txout","local_chain","map_anchors","merge","miniscript","new","new","new_with_range","next","next","nth","outpoint","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","prev","push","range","rusqlite","rusqlite_impl","seen_ats","serde","serialize","serialize","serialize","serialize","serialize","spent_by","spk_client","spk_txout","take","take","to_byte_array","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_raw_hash","to_sql","to_sql","to_sql","to_sql","to_sql","to_sql","to_sql","to_sql","to_sql","to_string","to_string","total","transpose_into_fallible","transpose_into_fallible","trusted_pending","trusted_spendable","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","tx_graph","txout","txouts","txs","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","unconfirmed","untrusted_pending","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","height","last_seen","time","Address","AddressType","All","All","AllPlusAnyoneCanPay","AllPlusAnyoneCanPay","Amount","BROADCAST_MIN","BTC","Bit","Bitcoin","Bitcoin","Block","BlockHash","CentiBitcoin","CompactTarget","CompressedPublicKey","DEFAULT_MAX_FEE_RATE","DUST","Default","Denomination","ENABLE_LOCKTIME_NO_RBF","ENABLE_RBF_NO_LOCKTIME","EcdsaSighashType","FeeRate","FilterHash","FilterHeader","KnownHrp","LegacySighash","MAX","MAX","MAX","MAX","MAX","MAX","MAX_ATTAINABLE_MAINNET","MAX_ATTAINABLE_REGTEST","MAX_ATTAINABLE_SIGNET","MAX_ATTAINABLE_TESTNET","MAX_BLOCK","MAX_MONEY","MAX_MONEY","MAX_STANDARD_WEIGHT","MIN","MIN","MIN","MIN","MIN_TRANSACTION","Main","Mainnet","MerkleBlock","MicroBitcoin","MilliBitcoin","MilliSatoshi","NULL","NanoBitcoin","Network","NetworkKind","None","None","NonePlusAnyoneCanPay","NonePlusAnyoneCanPay","ONE_BTC","ONE_BTC","ONE_SAT","ONE_SAT","Opcode","OutPoint","P2pkh","P2sh","P2tr","P2wpkh","P2wsh","PicoBitcoin","PrivateKey","Psbt","PubkeyHash","PublicKey","Regtest","Regtest","SAT","SIZE","Satoshi","Script","ScriptBuf","ScriptHash","SegwitV0Sighash","Sequence","SignedAmount","Signet","Single","Single","SinglePlusAnyoneCanPay","SinglePlusAnyoneCanPay","TapBranchTag","TapLeafHash","TapLeafTag","TapNodeHash","TapSighash","TapSighashTag","TapSighashType","TapTweakHash","TapTweakTag","Target","Test","Testnet","Testnets","Transaction","TxIn","TxMerkleNode","TxOut","Txid","V0","V1","V10","V11","V12","V13","V14","V15","V16","V2","V3","V4","V5","V6","V7","V8","V9","VarInt","WITNESS_SCALE_FACTOR","WPubkeyHash","WScriptHash","Weight","Witness","WitnessCommitment","WitnessMerkleNode","WitnessProgram","WitnessVersion","Work","Wtxid","XKeyIdentifier","XOnlyPublicKey","ZERO","ZERO","ZERO","ZERO","ZERO","ZERO","abs","add","add","add","add","add_assign","add_assign","add_assign","add_tweak","address","address_type","all_zeros","all_zeros","all_zeros","all_zeros","all_zeros","all_zeros","all_zeros","all_zeros","all_zeros","all_zeros","all_zeros","all_zeros","all_zeros","all_zeros","all_zeros","all_zeros","all_zeros","all_zeros","all_zeros","amount","as_byte_array","as_byte_array","as_byte_array","as_byte_array","as_byte_array","as_byte_array","as_byte_array","as_byte_array","as_byte_array","as_byte_array","as_byte_array","as_byte_array","as_byte_array","as_byte_array","as_byte_array","as_byte_array","as_byte_array","as_byte_array","as_byte_array","as_bytes","as_c_ptr","as_mut","as_mut","as_mut","as_mut","as_mut_bytes","as_mut_c_ptr","as_mut_ptr","as_mut_script","as_ptr","as_raw_hash","as_raw_hash","as_raw_hash","as_raw_hash","as_raw_hash","as_raw_hash","as_raw_hash","as_raw_hash","as_raw_hash","as_raw_hash","as_raw_hash","as_raw_hash","as_raw_hash","as_raw_hash","as_raw_hash","as_raw_hash","as_raw_hash","as_raw_hash","as_raw_hash","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_script","as_unchecked","assume_checked","assume_checked_ref","assume_hidden","base_size","base_size","bip152","bip158","bip32","bip34_block_height","block_hash","blockdata","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","builder","builder","bytes","chain_hash","check_after","check_merkle_root","check_older","check_older","check_witness_commitment","checked_abs","checked_add","checked_add","checked_add","checked_div","checked_div","checked_div","checked_div","checked_mul","checked_mul","checked_mul","checked_mul","checked_mul_by_weight","checked_rem","checked_rem","checked_sub","checked_sub","checked_sub","classify","clear","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp_fast_unstable","coinbase","combine","compressed","compressed","compute_merkle_root","compute_ntxid","compute_txid","compute_witness_commitment","compute_wtxid","consensus","consensus_decode","consensus_decode","consensus_decode","consensus_decode","consensus_decode","consensus_decode","consensus_decode","consensus_decode","consensus_decode","consensus_decode","consensus_decode","consensus_decode","consensus_decode","consensus_decode","consensus_decode","consensus_decode","consensus_decode","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","count_sigops","count_sigops_legacy","dangerous_assume_tweaked","default","default","default","default","default","default","default","default","default","default","default","default","deref","deref_mut","des_btc","des_btc","des_sat","des_sat","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","difficulty","difficulty_float","display_dynamic","display_dynamic","display_in","display_in","div","div","div","div","div","div_assign","div_assign","div_assign","dust_value","ecdsa","enables_absolute_lock_time","enables_lock_time","engine","engine","engine","engine","engine","engine","engine","engine","engine","engine","engine","engine","engine","engine","engine","engine","engine","engine","engine","engine","engine","engine","engine","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq_fast_unstable","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","error","extend","extract","extract_matches","extract_tx","extract_tx_fee_rate_limit","extract_tx_unchecked_fee_rate","extract_tx_with_fee_rate_limit","fee","fee_vb","fee_wu","filter_header","finalize","finalize_inp","finalize_inp_mall","finalize_inp_mall_mut","finalize_inp_mut","finalize_mall","finalize_mall_mut","finalize_mut","first_opcode","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt_asm","fmt_value_in","fmt_value_in","fmt_wif","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_512_second_intervals","from_be_bytes","from_be_bytes","from_block_with_predicate","from_btc","from_btc","from_byte_array","from_byte_array","from_byte_array","from_byte_array","from_byte_array","from_byte_array","from_byte_array","from_byte_array","from_byte_array","from_byte_array","from_byte_array","from_byte_array","from_byte_array","from_byte_array","from_byte_array","from_byte_array","from_byte_array","from_byte_array","from_byte_array","from_bytes","from_bytes","from_bytes_mut","from_chain_hash","from_compact","from_consensus","from_consensus","from_consensus","from_consensus_u8","from_core_arg","from_engine","from_engine","from_engine","from_engine","from_engine","from_engine","from_engine","from_engine","from_engine","from_engine","from_engine","from_engine","from_engine","from_engine","from_engine","from_engine","from_engine","from_engine","from_engine","from_float_in","from_float_in","from_header_txids_with_predicate","from_height","from_hex","from_hex","from_hex","from_hex","from_hex","from_int_btc","from_iter","from_key_and_tweak","from_keypair","from_kwu","from_le_bytes","from_le_bytes","from_magic","from_node_hashes","from_non_witness_data_size","from_private_key","from_private_key","from_raw_hash","from_raw_hash","from_raw_hash","from_raw_hash","from_raw_hash","from_raw_hash","from_raw_hash","from_raw_hash","from_raw_hash","from_raw_hash","from_raw_hash","from_raw_hash","from_raw_hash","from_raw_hash","from_raw_hash","from_raw_hash","from_raw_hash","from_raw_hash","from_raw_hash","from_sat","from_sat","from_sat_per_kwu","from_sat_per_vb","from_sat_per_vb_unchecked","from_script","from_script","from_script","from_seconds_ceil","from_seconds_floor","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice_delegated","from_slice_delegated","from_slice_delegated","from_slice_delegated","from_slice_delegated","from_slice_delegated","from_slice_delegated","from_slice_delegated","from_slice_delegated","from_slice_delegated","from_slice_delegated","from_slice_delegated","from_slice_delegated","from_slice_delegated","from_slice_delegated","from_slice_delegated","from_slice_delegated","from_slice_delegated","from_slice_delegated","from_standard","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str","from_str_in","from_str_in","from_str_with_denomination","from_str_with_denomination","from_unprefixed_hex","from_unprefixed_hex","from_unprefixed_hex","from_unprefixed_hex","from_unsigned_tx","from_vb","from_vb_unchecked","from_vb_unwrap","from_wif","from_witness_data_size","from_witness_program","from_wu","from_wu_usize","generate","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash_types","header","header","index","index","index","index","index","index","index","index","index","index","index","index","index","index","index","index","index","index","index","index","index","index","index","index","index","index","index","index","inner","inner","input","inputs","instruction_indices","instruction_indices_minimal","instructions","instructions_minimal","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_boxed_script","into_bytes","into_iter","into_script_buf","is_absolute_timelock_satisfied","is_coinbase","is_empty","is_empty","is_explicitly_rbf","is_final","is_height_locked","is_lock_time_enabled","is_mainnet","is_met_by","is_multisig","is_negative","is_null","is_op_return","is_p2pk","is_p2pkh","is_p2sh","is_p2tr","is_p2tr","is_p2wpkh","is_p2wpkh","is_p2wsh","is_p2wsh","is_positive","is_provably_unspendable","is_push_only","is_rbf","is_related_to_pubkey","is_related_to_xonly_pubkey","is_relative_lock_time","is_spend_standard","is_time_locked","is_uncompressed","is_valid_for_network","is_witness_program","is_x_only_key","iter","iter_funding_utxos","key","last","legacy_weight","len","len","lock_time","log2","magic","matches_script_pubkey","max_difficulty_transition_threshold","max_transition_threshold","max_transition_threshold_unchecked","merkle_tree","min_difficulty_transition_threshold","min_transition_threshold","minimal_non_dust","minimal_non_dust","minimal_non_dust_custom","minimal_non_dust_custom","mul","mul","mul","mul","mul","mul_assign","mul_assign","mul_assign","neg","network","network","new","new","new","new","new","new","new","new_op_return","new_p2pk","new_p2pkh","new_p2sh","new_p2tr","new_p2tr_tweaked","new_p2wpkh","new_p2wsh","new_uncompressed","new_uncompressed","new_witness_program","nth","ntxid","null","output","outputs","p2p","p2pk_public_key","p2pkh","p2sh","p2sh_from_hash","p2shwpkh","p2shwsh","p2tr","p2tr","p2tr_key_spend","p2tr_tweaked","p2tr_tweaked","p2wpkh","p2wpkh","p2wpkh","p2wpkh_script_code","p2wpkh_script_code","p2wpkh_script_code","p2wpkh_script_code","p2wsh","p2wsh","params","parse","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","policy","positive_sub","pow","previous_output","program","proprietary","provider_lookup_ecdsa_sig","provider_lookup_hash160","provider_lookup_hash256","provider_lookup_raw_pkh_ecdsa_sig","provider_lookup_raw_pkh_pk","provider_lookup_raw_pkh_tap_leaf_script_sig","provider_lookup_raw_pkh_x_only_pk","provider_lookup_ripemd160","provider_lookup_sha256","provider_lookup_tap_control_block_map","provider_lookup_tap_key_spend_sig","provider_lookup_tap_leaf_script_sig","psbt","pubkey_hash","pubkey_hash","pubkey_hash","public_key","public_key","push","push_ecdsa_signature","push_instruction","push_instruction_no_opt","push_opcode","push_slice","read_from","read_from","rem","rem","rem_assign","rem_assign","require_network","reserve","reserve_exact","scale_by_witness_factor","scan_and_push_verify","script_hash","script_hash","script_pubkey","script_pubkey","script_pubkey_lens","script_sig","second_to_last","segwit_weight","sequence","ser_btc","ser_btc","ser_btc_opt","ser_btc_opt","ser_sat","ser_sat","ser_sat_opt","ser_sat_opt","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize_hex","sighash","sighash_ecdsa","sighash_msg","sign","sign_message","signum","size","size","size","spend_utxo","sub","sub","sub","sub","sub_assign","sub_assign","sub_assign","sum","sum","sum","sum","tap_tweak","taproot","tapscript","tapscript_leaf_hash","to_address_data","to_asm_string","to_be_bytes","to_be_bytes","to_btc","to_btc","to_byte_array","to_byte_array","to_byte_array","to_byte_array","to_byte_array","to_byte_array","to_byte_array","to_byte_array","to_byte_array","to_byte_array","to_byte_array","to_byte_array","to_byte_array","to_byte_array","to_byte_array","to_byte_array","to_byte_array","to_byte_array","to_byte_array","to_bytes","to_bytes","to_bytes","to_bytes","to_compact_lossy","to_consensus","to_consensus_u32","to_core_arg","to_fe","to_float_in","to_float_in","to_hash160","to_hash160","to_hash256","to_hash256","to_hex_string","to_kwu_floor","to_le_bytes","to_le_bytes","to_num","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_p2sh","to_p2tr","to_p2wsh","to_public_key","to_public_key","to_qr_uri","to_raw_hash","to_raw_hash","to_raw_hash","to_raw_hash","to_raw_hash","to_raw_hash","to_raw_hash","to_raw_hash","to_raw_hash","to_raw_hash","to_raw_hash","to_raw_hash","to_raw_hash","to_raw_hash","to_raw_hash","to_raw_hash","to_raw_hash","to_raw_hash","to_raw_hash","to_relative_lock_time","to_ripemd160","to_ripemd160","to_sat","to_sat","to_sat_per_kwu","to_sat_per_vb_ceil","to_sat_per_vb_floor","to_scalar","to_sha256","to_sha256","to_signed","to_sort_key","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string_in","to_string_in","to_string_with_denomination","to_string_with_denomination","to_target","to_u32","to_u8","to_unsigned","to_vbytes_ceil","to_vbytes_floor","to_vec","to_wif","to_work","to_wu","to_x_only_pubkey","total_sigop_cost","total_size","total_size","total_size","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","tweak_add_check","tx_in","tx_out","txdata","txid","txid","txn","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_prefix","type_prefix","unchecked_add","unchecked_add","unchecked_sub","unchecked_sub","unknown","unsigned_abs","unsigned_tx","update_input_with_descriptor","update_output_with_descriptor","value","verify","verify","verify","version","version","version","vout","vsize","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","weight","weight","weight","with_capacity","witness","witness_program","witness_root","witness_version","wpubkey_hash","wpubkey_hash","write_into","write_into","wscript_hash","wtxid","xpub","Address","AddressData","AddressType","Base58","Bech32","ExcessiveScriptSize","FromScriptError","IS_CHECKED","InvalidBase58PayloadLength","InvalidBase58PayloadLengthError","InvalidLegacyPrefix","InvalidLegacyPrefixError","KnownHrp","LegacyAddressTooLong","LegacyAddressTooLongError","Mainnet","NetworkChecked","NetworkUnchecked","NetworkValidation","NetworkValidation","NetworkValidationError","P2pkh","P2pkh","P2sh","P2sh","P2shError","P2tr","P2wpkh","P2wsh","ParseError","Regtest","Segwit","Testnets","UnknownAddressTypeError","UnknownHrp","UnknownHrpError","UnrecognizedScript","WitnessProgram","WitnessProgram","WitnessVersion","WitnessVersion","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","error","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into","into","invalid_base58_payload_length","invalid_legacy_address_prefix","invalid_legcay_address_length","partial_cmp","partial_cmp","partial_cmp","source","source","source","source","source","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","pubkey_hash","script_hash","witness_program","Base58","Bech32","ExcessiveScriptSize","FromScriptError","InvalidBase58PayloadLength","InvalidBase58PayloadLengthError","InvalidLegacyPrefix","InvalidLegacyPrefixError","LegacyAddressTooLong","LegacyAddressTooLongError","NetworkValidation","NetworkValidationError","P2shError","ParseError","UnknownAddressTypeError","UnknownHrp","UnknownHrpError","UnrecognizedScript","WitnessProgram","WitnessProgram","WitnessVersion","WitnessVersion","Amount","Bit","Bitcoin","CentiBitcoin","CheckedSum","Denomination","Display","InputTooLarge","InvalidCharacter","MicroBitcoin","MilliBitcoin","MilliSatoshi","MissingDigits","NanoBitcoin","OutOfRange","ParseAmountError","PicoBitcoin","Satoshi","SignedAmount","TooPrecise","borrow","borrow","borrow_mut","borrow_mut","checked_sum","clone","clone","clone_into","clone_into","eq","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","into","into","serde","show_denomination","source","to_owned","to_owned","to_string","to_string","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","SerdeAmount","SerdeAmountForOpt","as_btc","as_sat","des_btc","des_sat","ser_btc","ser_btc_opt","ser_sat","ser_sat_opt","type_prefix","deserialize","opt","serialize","deserialize","serialize","deserialize","opt","serialize","deserialize","serialize","Decode","Error","IncorrectChecksum","InvalidCharacterError","String","TooShort","Vec","add","add_assign","allocator","append","as_bytes","as_hex","as_mut","as_mut","as_mut","as_mut_ptr","as_mut_slice","as_mut_str","as_mut_vec","as_ptr","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_slice","as_str","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","capacity","capacity","clear","clear","clone","clone","clone","clone","clone_from","clone_from","clone_into","clone_into","clone_into","clone_into","cmp","cmp","column_result","column_result","consensus_decode","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consume","decode","decode_check","dedup","dedup_by","dedup_by_key","default","default","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drain","drain","drop","emit_bool","emit_i16","emit_i32","emit_i64","emit_i8","emit_slice","emit_u16","emit_u32","emit_u64","emit_u8","encode","encode_check","encode_check_to_fmt","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","error","extend","extend","extend","extend","extend","extend","extend","extend","extend_from_slice","extend_from_within","extend_from_within","extend_one","extend_one","extend_one","extend_one","extend_one","extend_one","extend_one","extend_reserve","extend_reserve","extend_reserve","extend_reserve","extract_if","flush","flush","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_hex","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_raw_parts","from_raw_parts","from_raw_parts_in","from_str","from_utf16","from_utf16_lossy","from_utf16be","from_utf16be_lossy","from_utf16le","from_utf16le_lossy","from_utf8","from_utf8_lossy","from_utf8_unchecked","hash","hash","hex_reserve_suggestion","index","index","index_mut","index_mut","insert","insert","insert_str","into","into","into","into","into_assets","into_boxed_slice","into_boxed_str","into_bytes","into_derivation_path","into_derivation_path","into_deserializer","into_deserializer","into_flattened","into_iter","into_iter","into_iter","into_raw_parts","into_raw_parts","into_raw_parts_with_alloc","into_searcher","invalid_base58_character","is_contained_in","is_empty","is_empty","is_empty","is_prefix_of","is_suffix_of","is_write_vectored","leak","leak","len","len","merge","ne","ne","ne","ne","ne","ne","ne","ne","ne","new","new","new_in","partial_cmp","partial_cmp","pop","pop","pop_if","push","push","push_str","push_within_capacity","remove","remove","remove_matches","replace_range","reserve","reserve","reserve_exact","reserve_exact","resize","resize_with","retain","retain","retain_mut","serialize","serialize","set_len","shrink_to","shrink_to","shrink_to_fit","shrink_to_fit","source","spare_capacity_mut","splice","split_at_spare_mut","split_off","split_off","strip_prefix_of","strip_suffix_of","swap_remove","to_owned","to_owned","to_owned","to_owned","to_socket_addrs","to_sql","to_sql","to_string","to_string","to_string","truncate","truncate","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_reserve","try_reserve","try_reserve_exact","try_reserve_exact","try_with_capacity","try_with_capacity","try_with_capacity_in","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","with_capacity","with_capacity","with_capacity_in","write","write","write_all","write_char","write_str","write_vectored","Decode","Error","IncorrectChecksum","IncorrectChecksumError","InvalidCharacterError","TooShort","TooShortError","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","eq","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","incorrect_checksum","into","into","invalid_base58_length","to_owned","to_owned","to_string","to_string","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Config","DecodeError","DecodeError","DecodeEstimate","DecodeSliceError","EncodeSliceError","Engine","InvalidByte","InvalidLastSymbol","InvalidLength","InvalidPadding","OutputSliceTooSmall","OutputSliceTooSmall","alphabet","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","config","decode","decode","decode_engine","decode_engine_slice","decode_engine_vec","decode_slice","decode_slice_unchecked","decode_vec","decoded_len_estimate","display","encode","encode","encode_engine","encode_engine_slice","encode_engine_string","encode_slice","encode_string","encoded_len","engine","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","into","into","into","prelude","read","source","to_owned","to_owned","to_owned","to_string","to_string","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","write","Alphabet","BCRYPT","BIN_HEX","CRYPT","DuplicatedByte","IMAP_MUTF7","InvalidLength","ParseAlphabetError","ReservedByte","STANDARD","URL_SAFE","UnprintableByte","as_str","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","eq","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","into","into","new","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Base64Display","borrow","borrow_mut","fmt","from","into","new","to_string","try_from","try_into","type_id","vzip","Config","Config","DecodeEstimate","DecodeEstimate","DecodeMetadata","DecodePaddingMode","Engine","GeneralPurpose","GeneralPurposeConfig","Indifferent","RequireCanonical","RequireNone","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","config","config","decode","decode_slice","decode_slice_unchecked","decode_vec","decoded_len_estimate","default","encode","encode_padding","encode_padding","encode_slice","encode_string","eq","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","general_purpose","into","into","into","into","new","new","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","with_decode_allow_trailing_bits","with_decode_padding_mode","with_encode_padding","GeneralPurpose","GeneralPurposeConfig","NO_PAD","PAD","STANDARD","STANDARD_NO_PAD","URL_SAFE","URL_SAFE_NO_PAD","BASE64_STANDARD","BASE64_STANDARD_NO_PAD","BASE64_URL_SAFE","BASE64_URL_SAFE_NO_PAD","Config","DecodeEstimate","Engine","config","decode","decode_slice","decode_slice_unchecked","decode_vec","encode","encode_slice","encode_string","DecoderReader","borrow","borrow_mut","fmt","from","into","into_inner","new","read","try_from","try_into","type_id","vzip","EncoderStringWriter","EncoderWriter","StrConsumer","borrow","borrow","borrow_mut","borrow_mut","consume","drop","finish","flush","flush","fmt","from","from","from_consumer","into","into","into_inner","into_inner","new","new","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","write","write","BlockTransactions","BlockTransactionsRequest","Error","HeaderAndShortIds","InvalidPrefill","PrefilledTransaction","ShortId","TxIndexOutOfRangeError","UnknownVersion","as_bytes","as_mut","as_mut","as_mut_ptr","as_ptr","as_ref","as_ref","as_ref","block_hash","block_hash","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","calculate_siphash_keys","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","consensus_decode","consensus_decode","consensus_decode","consensus_decode","consensus_decode","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","default","deserialize","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_block","from_hex","from_request","from_str","hash","hash","hash","hash","hash","header","idx","index","indexes","into","into","into","into","into","into","into","is_empty","len","nonce","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","prefilled_txs","serialize","short_ids","source","source","to_bytes","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","transactions","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","tx","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","with_siphash_keys","BitStreamReader","BitStreamWriter","BlockFilter","BlockFilterReader","BlockFilterWriter","Error","FilterHash","FilterHeader","GcsFilterReader","GcsFilterWriter","Io","UtxoMissing","add_element","add_element","add_input_scripts","add_output_scripts","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","content","eq","equivalent","equivalent","filter_header","finish","finish","flush","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","match_all","match_all","match_all","match_any","match_any","match_any","new","new","new","new","new","new","new","new_script_filter","read","source","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","write","Base58","CannotDeriveFromHardenedKey","ChainCode","ChildNumber","DerivationPath","DerivationPathIterator","Error","ExtendendPrivKey","ExtendendPubKey","Fingerprint","Hardened","Hex","IntoDerivationPath","InvalidBase58PayloadLength","InvalidBase58PayloadLengthError","InvalidChildNumber","InvalidChildNumberFormat","InvalidDerivationPathFormat","InvalidPublicKeyHexLength","KeySource","Normal","Secp256k1","UnknownVersion","WrongExtendedKeyLength","XKeyIdentifier","Xpriv","Xpub","as_bytes","as_bytes","as_mut","as_mut","as_mut","as_mut","as_mut_ptr","as_mut_ptr","as_ptr","as_ptr","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","can_derive_hardened","can_derive_hardened","chain_code","chain_code","chain_code","chain_code","child","child_number","child_number","child_number","child_number","children_from","ckd_pub","ckd_pub_tweak","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","decode","decode","default","default","depth","depth","depth","depth","derive_priv","derive_pub","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","encode","encode","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend","fingerprint","fingerprint","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_hardened_idx","from_hex","from_hex","from_iter","from_normal_idx","from_priv","from_str","from_str","from_str","from_str","from_str","from_str","get_key","hardened_children","hash","hash","hash","hash","hash","identifier","identifier","increment","index","index","index","into","into","into","into","into","into","into","into","into","into_child","into_derivation_path","into_derivation_path","into_fallible","into_iter","into_iter","invalid_base58_payload_length","is_empty","is_empty","is_empty","is_hardened","is_master","is_normal","len","len","len","master","network","network","network","network","new_master","next","normal_children","parent_fingerprint","parent_fingerprint","parent_fingerprint","parent_fingerprint","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","private_key","private_key","public_key","public_key","serialize","serialize","serialize","serialize","serialize","serialize","source","start_from","to_bytes","to_bytes","to_keypair","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_priv","to_pub","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_u32_vec","to_x_only_pub","transpose_into_fallible","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","xkey_fingerprint","xkey_fingerprint","index","index","FeeRate","Weight","block","constants","fee_rate","locktime","opcodes","script","transaction","weight","witness","BadProofOfWork","BadTarget","Bip34Error","Block","BlockHash","Header","NO_SOFT_FORK_SIGNALLING","NegativeHeight","NotPresent","ONE","SIZE","TWO","TxMerkleNode","UnexpectedPush","Unsupported","ValidationError","Version","WitnessCommitment","WitnessMerkleNode","bits","block_hash","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","cmp","consensus_decode","consensus_decode","consensus_decode_from_finite_reader","consensus_encode","consensus_encode","default","deserialize","deserialize","difficulty","difficulty_float","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_consensus","hash","hash","header","into","into","into","into","is_signalling_soft_fork","merkle_root","nonce","partial_cmp","partial_cmp","prev_blockhash","serialize","serialize","source","source","target","time","to_consensus","to_owned","to_owned","to_owned","to_owned","to_string","to_string","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","txdata","type_id","type_id","type_id","type_id","validate_pow","version","vzip","vzip","vzip","vzip","work","BITCOIN","COINBASE_MATURITY","ChainHash","DIFFCHANGE_INTERVAL","DIFFCHANGE_TIMESPAN","MAX_BLOCK_SIGOPS_COST","MAX_SCRIPTNUM_VALUE","MAX_SCRIPT_ELEMENT_SIZE","PUBKEY_ADDRESS_PREFIX_MAIN","PUBKEY_ADDRESS_PREFIX_TEST","REGTEST","SCRIPT_ADDRESS_PREFIX_MAIN","SCRIPT_ADDRESS_PREFIX_TEST","SIGNET","SUBSIDY_HALVING_INTERVAL","TARGET_BLOCK_SPACING","TESTNET","WITNESS_SCALE_FACTOR","as_bytes","as_mut","as_mut","as_mut_ptr","as_ptr","as_ref","as_ref","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","cmp","deserialize","eq","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from_genesis_block_hash","from_hex","from_str","genesis_block","hash","index","into","is_empty","len","partial_cmp","serialize","to_bytes","to_owned","to_string","try_from","try_from","try_into","type_id","using_genesis_block","using_genesis_block_const","vzip","FeeRate","absolute","relative","Blocks","ConversionError","Height","LOCK_TIME_THRESHOLD","LockTime","MAX","MAX","MIN","MIN","ParseHeightError","ParseTimeError","SIZE","Seconds","Time","ZERO","ZERO","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_after","check_after","check_older","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","consensus_decode","consensus_encode","deserialize","deserialize","deserialize","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from_consensus","from_consensus","from_consensus","from_height","from_hex","from_hex","from_hex","from_str","from_str","from_str","from_time","from_unprefixed_hex","hash","hash","hash","into","into","into","into","into","into","is_block_height","is_block_time","is_implied_by","is_same_unit","is_satisfied_by","partial_cmp","partial_cmp","partial_cmp","provider_lookup_ecdsa_sig","provider_lookup_hash160","provider_lookup_hash256","provider_lookup_raw_pkh_ecdsa_sig","provider_lookup_raw_pkh_pk","provider_lookup_raw_pkh_tap_leaf_script_sig","provider_lookup_raw_pkh_x_only_pk","provider_lookup_ripemd160","provider_lookup_sha256","provider_lookup_tap_control_block_map","provider_lookup_tap_key_spend_sig","provider_lookup_tap_leaf_script_sig","serialize","serialize","serialize","source","source","source","to_consensus_u32","to_consensus_u32","to_consensus_u32","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","Blocks","DisabledLockTimeError","Height","IncompatibleHeightError","IncompatibleTimeError","LockTime","MAX","MAX","MIN","MIN","SIZE","Time","Time","TimeOverflowError","ZERO","ZERO","ZERO","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_after","check_older","check_older","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","default","default","deserialize","deserialize","deserialize","disabled_locktime_value","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from_512_second_intervals","from_512_second_intervals","from_consensus","from_height","from_height","from_seconds_ceil","from_seconds_ceil","from_seconds_floor","from_seconds_floor","from_sequence","from_str","from_str","hash","hash","hash","height","height","into","into","into","into","into","into","into","is_block_height","is_block_time","is_implied_by","is_implied_by_sequence","is_same_unit","is_satisfied_by","is_satisfied_by_height","is_satisfied_by_time","new","partial_cmp","partial_cmp","partial_cmp","provider_lookup_ecdsa_sig","provider_lookup_hash160","provider_lookup_hash256","provider_lookup_raw_pkh_ecdsa_sig","provider_lookup_raw_pkh_pk","provider_lookup_raw_pkh_tap_leaf_script_sig","provider_lookup_raw_pkh_x_only_pk","provider_lookup_ripemd160","provider_lookup_sha256","provider_lookup_tap_control_block_map","provider_lookup_tap_key_spend_sig","provider_lookup_tap_leaf_script_sig","serialize","serialize","serialize","time","time","to_consensus_u32","to_consensus_u32","to_consensus_u32","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_sequence","to_string","to_string","to_string","to_string","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","value","value","vzip","vzip","vzip","vzip","vzip","vzip","vzip","Class","ClassifyContext","IllegalOp","Legacy","NoOp","OP_0","OP_FALSE","OP_NOP2","OP_NOP3","OP_TRUE","Opcode","Ordinary","PushBytes","PushNum","ReturnOp","SuccessOp","TapScript","all","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","eq","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","into","into","partial_cmp","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","OP_0NOTEQUAL","OP_1ADD","OP_1SUB","OP_2DIV","OP_2DROP","OP_2DUP","OP_2MUL","OP_2OVER","OP_2ROT","OP_2SWAP","OP_3DUP","OP_ABS","OP_ADD","OP_AND","OP_BOOLAND","OP_BOOLOR","OP_CAT","OP_CHECKMULTISIG","OP_CHECKMULTISIGVERIFY","OP_CHECKSIG","OP_CHECKSIGADD","OP_CHECKSIGVERIFY","OP_CLTV","OP_CODESEPARATOR","OP_CSV","OP_DEPTH","OP_DIV","OP_DROP","OP_DUP","OP_ELSE","OP_ENDIF","OP_EQUAL","OP_EQUALVERIFY","OP_FROMALTSTACK","OP_GREATERTHAN","OP_GREATERTHANOREQUAL","OP_HASH160","OP_HASH256","OP_IF","OP_IFDUP","OP_INVALIDOPCODE","OP_INVERT","OP_LEFT","OP_LESSTHAN","OP_LESSTHANOREQUAL","OP_LSHIFT","OP_MAX","OP_MIN","OP_MOD","OP_MUL","OP_NEGATE","OP_NIP","OP_NOP","OP_NOP1","OP_NOP10","OP_NOP4","OP_NOP5","OP_NOP6","OP_NOP7","OP_NOP8","OP_NOP9","OP_NOT","OP_NOTIF","OP_NUMEQUAL","OP_NUMEQUALVERIFY","OP_NUMNOTEQUAL","OP_OR","OP_OVER","OP_PICK","OP_PUSHBYTES_0","OP_PUSHBYTES_1","OP_PUSHBYTES_10","OP_PUSHBYTES_11","OP_PUSHBYTES_12","OP_PUSHBYTES_13","OP_PUSHBYTES_14","OP_PUSHBYTES_15","OP_PUSHBYTES_16","OP_PUSHBYTES_17","OP_PUSHBYTES_18","OP_PUSHBYTES_19","OP_PUSHBYTES_2","OP_PUSHBYTES_20","OP_PUSHBYTES_21","OP_PUSHBYTES_22","OP_PUSHBYTES_23","OP_PUSHBYTES_24","OP_PUSHBYTES_25","OP_PUSHBYTES_26","OP_PUSHBYTES_27","OP_PUSHBYTES_28","OP_PUSHBYTES_29","OP_PUSHBYTES_3","OP_PUSHBYTES_30","OP_PUSHBYTES_31","OP_PUSHBYTES_32","OP_PUSHBYTES_33","OP_PUSHBYTES_34","OP_PUSHBYTES_35","OP_PUSHBYTES_36","OP_PUSHBYTES_37","OP_PUSHBYTES_38","OP_PUSHBYTES_39","OP_PUSHBYTES_4","OP_PUSHBYTES_40","OP_PUSHBYTES_41","OP_PUSHBYTES_42","OP_PUSHBYTES_43","OP_PUSHBYTES_44","OP_PUSHBYTES_45","OP_PUSHBYTES_46","OP_PUSHBYTES_47","OP_PUSHBYTES_48","OP_PUSHBYTES_49","OP_PUSHBYTES_5","OP_PUSHBYTES_50","OP_PUSHBYTES_51","OP_PUSHBYTES_52","OP_PUSHBYTES_53","OP_PUSHBYTES_54","OP_PUSHBYTES_55","OP_PUSHBYTES_56","OP_PUSHBYTES_57","OP_PUSHBYTES_58","OP_PUSHBYTES_59","OP_PUSHBYTES_6","OP_PUSHBYTES_60","OP_PUSHBYTES_61","OP_PUSHBYTES_62","OP_PUSHBYTES_63","OP_PUSHBYTES_64","OP_PUSHBYTES_65","OP_PUSHBYTES_66","OP_PUSHBYTES_67","OP_PUSHBYTES_68","OP_PUSHBYTES_69","OP_PUSHBYTES_7","OP_PUSHBYTES_70","OP_PUSHBYTES_71","OP_PUSHBYTES_72","OP_PUSHBYTES_73","OP_PUSHBYTES_74","OP_PUSHBYTES_75","OP_PUSHBYTES_8","OP_PUSHBYTES_9","OP_PUSHDATA1","OP_PUSHDATA2","OP_PUSHDATA4","OP_PUSHNUM_1","OP_PUSHNUM_10","OP_PUSHNUM_11","OP_PUSHNUM_12","OP_PUSHNUM_13","OP_PUSHNUM_14","OP_PUSHNUM_15","OP_PUSHNUM_16","OP_PUSHNUM_2","OP_PUSHNUM_3","OP_PUSHNUM_4","OP_PUSHNUM_5","OP_PUSHNUM_6","OP_PUSHNUM_7","OP_PUSHNUM_8","OP_PUSHNUM_9","OP_PUSHNUM_NEG1","OP_RESERVED","OP_RESERVED1","OP_RESERVED2","OP_RETURN","OP_RETURN_187","OP_RETURN_188","OP_RETURN_189","OP_RETURN_190","OP_RETURN_191","OP_RETURN_192","OP_RETURN_193","OP_RETURN_194","OP_RETURN_195","OP_RETURN_196","OP_RETURN_197","OP_RETURN_198","OP_RETURN_199","OP_RETURN_200","OP_RETURN_201","OP_RETURN_202","OP_RETURN_203","OP_RETURN_204","OP_RETURN_205","OP_RETURN_206","OP_RETURN_207","OP_RETURN_208","OP_RETURN_209","OP_RETURN_210","OP_RETURN_211","OP_RETURN_212","OP_RETURN_213","OP_RETURN_214","OP_RETURN_215","OP_RETURN_216","OP_RETURN_217","OP_RETURN_218","OP_RETURN_219","OP_RETURN_220","OP_RETURN_221","OP_RETURN_222","OP_RETURN_223","OP_RETURN_224","OP_RETURN_225","OP_RETURN_226","OP_RETURN_227","OP_RETURN_228","OP_RETURN_229","OP_RETURN_230","OP_RETURN_231","OP_RETURN_232","OP_RETURN_233","OP_RETURN_234","OP_RETURN_235","OP_RETURN_236","OP_RETURN_237","OP_RETURN_238","OP_RETURN_239","OP_RETURN_240","OP_RETURN_241","OP_RETURN_242","OP_RETURN_243","OP_RETURN_244","OP_RETURN_245","OP_RETURN_246","OP_RETURN_247","OP_RETURN_248","OP_RETURN_249","OP_RETURN_250","OP_RETURN_251","OP_RETURN_252","OP_RETURN_253","OP_RETURN_254","OP_RIGHT","OP_RIPEMD160","OP_ROLL","OP_ROT","OP_RSHIFT","OP_SHA1","OP_SHA256","OP_SIZE","OP_SUB","OP_SUBSTR","OP_SWAP","OP_TOALTSTACK","OP_TUCK","OP_VER","OP_VERIF","OP_VERIFY","OP_VERNOTIF","OP_WITHIN","OP_XOR","Builder","Bytes","EarlyEndOfScript","Error","Instruction","InstructionIndices","Instructions","NonMinimalPush","NumericOverflow","Op","PushBytes","PushBytes","PushBytesBuf","PushBytesError","PushBytesErrorReport","Script","ScriptBuf","ScriptHash","Serialization","UnknownSpentOutput","WScriptHash","as_bytes","as_bytes","as_mut","as_mut","as_mut","as_mut_bytes","as_mut_push_bytes","as_push_bytes","as_ref","as_ref","as_ref","as_script","as_script","as_script","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","capacity","clear","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","default","default","deref","deref_mut","empty","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extend_from_slice","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","hash","hash","index","index","index","index","index","index","index","index","input_len","input_len","into","into","into","into","into","into","into","into","into_bytes","into_fallible","into_fallible","into_fallible","into_iter","into_iter","into_iter","into_script","is_empty","is_empty","is_empty","len","len","len","new","new","next","next","next","next_back","nth","nth","nth_back","opcode","partial_cmp","partial_cmp","pop","push","push_bytes","push_int","push_key","push_lock_time","push_opcode","push_sequence","push_slice","push_verify","push_x_only_key","read_scriptbool","read_scriptint","read_scriptint_non_minimal","remove","reserve","script_num","size_hint","size_hint","size_hint","source","source","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","transpose_into_fallible","transpose_into_fallible","transpose_into_fallible","truncate","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","with_capacity","witness_program","witness_version","write_scriptint","Error","InvalidLength","InvalidSegwitV0Length","MAX_SIZE","MIN_SIZE","WitnessProgram","borrow","borrow_mut","clone","clone_into","eq","equivalent","equivalent","fmt","fmt","from","from","into","source","to_owned","to_string","try_from","try_into","type_id","vzip","DataPush","FromStrError","Invalid","TryFrom","TryFromError","TryFromInstructionError","Unparsable","V0","V1","V10","V11","V12","V13","V14","V15","V16","V2","V3","V4","V5","V6","V7","V8","V9","WitnessVersion","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","into","into","into","invalid_version","source","source","to_owned","to_owned","to_owned","to_string","to_string","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","Format","IndexOutOfBoundsError","InputWeightPrediction","InputsIndexError","ONE","OutPoint","OutputsIndexError","P2PKH_COMPRESSED_MAX","P2PKH_UNCOMPRESSED_MAX","P2TR_KEY_DEFAULT_SIGHASH","P2TR_KEY_NON_DEFAULT_SIGHASH","P2WPKH_MAX","ParseOutPointError","Sequence","TWO","TooLong","Transaction","TxIn","TxOut","Txid","Txid","Version","Vout","VoutNotCanonical","Wtxid","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","consensus_decode","consensus_encode","deserialize","effective_value","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from_slice","ground_p2pkh_compressed","ground_p2wpkh","hash","index","input","into","into","into","into","into","into","is_standard","length","lock_time","new","non_standard","output","partial_cmp","predict_weight","predict_weight_from_slices","previous_output","script_pubkey","script_sig","sequence","serialize","source","source","source","source","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","txid","type_id","type_id","type_id","type_id","type_id","type_id","value","version","vout","vzip","vzip","vzip","vzip","vzip","vzip","weight","witness","WITNESS_SCALE_FACTOR","Weight","Iter","Witness","borrow","borrow_mut","from","into","into_fallible","into_iter","next","size_hint","transpose_into_fallible","try_from","try_into","type_id","vzip","BITCOIN","Consensus","Decodable","DecodeError","Encodable","MAINNET","Other","Params","REGTEST","ReadExt","SIGNET","TESTNET","TooManyBytes","WriteExt","allow_min_difficulty_blocks","as_ref","bip16_time","bip34_height","bip65_height","bip66_height","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","consensus_decode","consensus_decode_from_finite_reader","consensus_encode","deserialize","deserialize_partial","difficulty_adjustment_interval","emit_bool","emit_i16","emit_i32","emit_i64","emit_i8","emit_slice","emit_u16","emit_u32","emit_u64","emit_u8","encode","fmt","fmt","fmt","from","from","from","from","from","from","from","into","into","into_de_error","max_attainable_target","miner_confirmation_window","network","new","no_pow_retargeting","params","pow_limit","pow_target_spacing","pow_target_timespan","read_bool","read_i16","read_i32","read_i64","read_i8","read_slice","read_u16","read_u32","read_u64","read_u8","rule_change_activation_threshold","serde","serialize","source","to_owned","to_string","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","CheckedData","Decodable","Decode","Encodable","Error","FromHexError","InvalidChecksum","Io","MAX_VEC_SIZE","NonMinimalVarInt","OddLengthString","OversizedVectorAllocation","ParseFailed","ReadExt","UnsupportedSegwitFlag","VarInt","WriteExt","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","checksum","clone","clone_into","consensus_decode","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_encode","consensus_encode","data","deserialize","deserialize_hex","deserialize_partial","emit_bool","emit_i16","emit_i32","emit_i64","emit_i8","emit_slice","emit_u16","emit_u32","emit_u64","emit_u8","eq","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","into","into","into","into_data","new","read_bool","read_i16","read_i32","read_i64","read_i8","read_slice","read_u16","read_u32","read_u64","read_u8","serialize","serialize_hex","source","source","to_owned","to_string","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","actual","expected","max","requested","MAINNET","Params","REGTEST","SIGNET","TESTNET","allow_min_difficulty_blocks","bip16_time","bip34_height","bip65_height","bip66_height","max_attainable_target","miner_confirmation_window","network","no_pow_retargeting","pow_limit","pow_target_spacing","pow_target_timespan","rule_change_activation_threshold","ByteDecoder","ByteEncoder","DecodeError","Decoder","EncodeBytes","Encoder","Hex","InitError","IntoDeError","With","borrow","borrow","borrow_mut","borrow_mut","default","deserialize","encode_chunk","flush","from","from","from_str","from_str","hex","into","into","into_de_error","serialize","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Case","DecodeError","DecodeInitError","Decoder","Encoder","Lower","Upper","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","encode_chunk","eq","eq","equivalent","equivalent","equivalent","equivalent","flush","fmt","fmt","from","from","from","from","from","from","from","into","into","into","into","into","into","into_de_error","into_de_error","into_fallible","into_iter","next","to_owned","to_owned","transpose_into_fallible","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","EmptySignature","Error","Hex","Secp256k1","SerializedSignature","SighashType","Signature","as_mut","as_ref","as_ref","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","deref","deref_mut","deserialize","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from_slice","from_str","hash","hash","into","into","into","into_iter","iter","serialize","serialize","serialize_to_writer","sighash_all","sighash_type","signature","source","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_vec","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","write_to","ContainsPrefix","ContainsPrefixError","MissingPrefix","MissingPrefixError","ParseInt","ParseInt","ParseIntError","PrefixedHexError","UnprefixedHexError","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","into","into","into","into","source","source","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","BlockHash","FilterHash","FilterHeader","TxMerkleNode","Txid","WitnessCommitment","WitnessMerkleNode","Wtxid","BLOCK_SIZE","Bytes","DISPLAY_BACKWARD","Engine","FromSliceError","Hash","HashEngine","Hmac","HmacEngine","LEN","MidState","all_zeros","as_byte_array","borrow_slice_impl","cmp","engine","from_byte_array","from_engine","from_slice","hash","hash160","hash_byte_chunks","hash_newtype","hex_fmt_impl","hmac","input","midstate","n_bytes_hashed","ripemd160","serde_impl","serde_macros","sha1","sha256","sha256d","sha256t","sha256t_hash_newtype","sha384","sha512","sha512_256","siphash24","to_byte_array","fixed_time_eq","Hash","all_zeros","as_byte_array","as_ref","as_ref","borrow","borrow","borrow_mut","clone","clone_into","cmp","deserialize","engine","eq","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from","from_byte_array","from_bytes_mut","from_bytes_ref","from_engine","from_slice","from_slice_delegated","from_str","hash","index","into","into_assets","partial_cmp","serialize","to_byte_array","to_owned","to_string","try_from","try_into","type_id","vzip","BytesToHexIter","Case","Display","DisplayHex","Error","FromHex","HexSliceToBytesIter","HexToArrayError","HexToBytesError","HexToBytesIter","InvalidChar","InvalidChar","InvalidCharError","InvalidLength","Lower","OddLengthString","OddLengthStringError","Upper","append_hex_to_string","as_hex","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buf_encoder","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","display","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","error","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt_hex_exact","from","from","from","from","from","from","from","from","from","from","from","from_hex","from_pairs","hash","hex_reserve_suggestion","impl_fmt_traits","into","into","into","into","into","into","into","into_fallible","into_fallible","into_iter","into_iter","invalid_char","len","length","new","new","next","next","next_back","next_back","nth","nth_back","parse","prelude","read","size_hint","size_hint","source","source","source","source","test_hex_unwrap","to_hex_string","to_lower_hex_string","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_upper_hex_string","transpose_into_fallible","transpose_into_fallible","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","write_err","BufEncoder","as_str","borrow","borrow_mut","clear","default","from","into","is_full","new","put_byte","put_bytes","put_bytes_min","space_remaining","try_from","try_into","type_id","vzip","Display","DisplayArray","DisplayByteSlice","DisplayHex","append_hex_to_string","as_hex","borrow","borrow","borrow_mut","borrow_mut","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt_hex_exact","from","from","hex_reserve_suggestion","impl_fmt_traits","into","into","to_hex_string","to_lower_hex_string","to_string","to_string","to_upper_hex_string","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","HexToArrayError","HexToBytesError","InvalidChar","InvalidChar","InvalidCharError","InvalidLength","InvalidLengthError","OddLengthString","OddLengthStringError","borrow","borrow_mut","clone","clone_into","eq","equivalent","equivalent","expected","fmt","fmt","from","into","invalid","source","to_owned","to_string","try_from","try_into","type_id","vzip","Error","FromHex","HexToArrayError","HexToBytesError","InvalidChar","InvalidChar","InvalidLength","OddLengthString","from_hex","Display","DisplayHex","Error","FromHex","append_hex_to_string","as_hex","from_hex","hex_reserve_suggestion","to_hex_string","to_lower_hex_string","to_upper_hex_string","Hmac","HmacEngine","HmacMidState","borrow","borrow_mut","from","inner","into","outer","try_from","try_into","type_id","vzip","Hash","HashEngine","all_zeros","as_byte_array","as_ref","as_ref","borrow","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","default","deserialize","emit_bool","emit_i16","emit_i32","emit_i64","emit_i8","emit_slice","emit_u16","emit_u32","emit_u64","emit_u8","engine","eq","equivalent","equivalent","flush","flush","fmt","fmt","fmt","fmt","from","from","from_byte_array","from_bytes_mut","from_bytes_ref","from_engine","from_slice","from_slice_delegated","from_str","hash","index","input","into","into","into_assets","midstate","n_bytes_hashed","partial_cmp","serialize","to_byte_array","to_owned","to_owned","to_string","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","write","write","Deserialize","Deserialize","Deserializer","Error","Error","Ok","Serialize","Serialize","SerializeMap","SerializeSeq","SerializeStruct","SerializeStructVariant","SerializeTuple","SerializeTupleStruct","SerializeTupleVariant","Serializer","collect_map","collect_seq","collect_str","de","deserialize","deserialize_any","deserialize_bool","deserialize_byte_buf","deserialize_bytes","deserialize_char","deserialize_enum","deserialize_f32","deserialize_f64","deserialize_i128","deserialize_i16","deserialize_i32","deserialize_i64","deserialize_i8","deserialize_identifier","deserialize_ignored_any","deserialize_map","deserialize_newtype_struct","deserialize_option","deserialize_seq","deserialize_str","deserialize_string","deserialize_struct","deserialize_tuple","deserialize_tuple_struct","deserialize_u128","deserialize_u16","deserialize_u32","deserialize_u64","deserialize_u8","deserialize_unit","deserialize_unit_struct","forward_to_deserialize_any","is_human_readable","is_human_readable","ser","serialize","serialize_bool","serialize_bytes","serialize_char","serialize_f32","serialize_f64","serialize_i128","serialize_i16","serialize_i32","serialize_i64","serialize_i8","serialize_map","serialize_newtype_struct","serialize_newtype_variant","serialize_none","serialize_seq","serialize_some","serialize_str","serialize_struct","serialize_struct_variant","serialize_tuple","serialize_tuple_struct","serialize_tuple_variant","serialize_u128","serialize_u16","serialize_u32","serialize_u64","serialize_u8","serialize_unit","serialize_unit_struct","serialize_unit_variant","Bool","Bytes","Char","Deserialize","DeserializeOwned","DeserializeSeed","Deserializer","Deserializer","Enum","EnumAccess","Error","Error","Error","Error","Error","Error","Expected","Float","IgnoredAny","IntoDeserializer","Map","MapAccess","NewtypeStruct","NewtypeVariant","Option","Other","Seq","SeqAccess","Signed","StdError","Str","StructVariant","TupleVariant","Unexpected","Unit","UnitVariant","Unsigned","Value","Value","Variant","VariantAccess","Visitor","borrow","borrow","borrow_mut","borrow_mut","cause","clone","clone","clone_into","clone_into","custom","default","description","deserialize","deserialize","deserialize","deserialize_any","deserialize_bool","deserialize_byte_buf","deserialize_bytes","deserialize_char","deserialize_enum","deserialize_f32","deserialize_f64","deserialize_i128","deserialize_i16","deserialize_i32","deserialize_i64","deserialize_i8","deserialize_identifier","deserialize_ignored_any","deserialize_map","deserialize_newtype_struct","deserialize_option","deserialize_seq","deserialize_str","deserialize_string","deserialize_struct","deserialize_tuple","deserialize_tuple_struct","deserialize_u128","deserialize_u16","deserialize_u32","deserialize_u64","deserialize_u8","deserialize_unit","deserialize_unit_struct","duplicate_field","eq","eq","expecting","expecting","fmt","fmt","fmt","fmt","fmt","fmt","from","from","into","into","into_deserializer","invalid_length","invalid_type","invalid_value","is_human_readable","missing_field","newtype_variant","newtype_variant_seed","next_element","next_element_seed","next_entry","next_entry_seed","next_key","next_key_seed","next_value","next_value_seed","provide","size_hint","size_hint","source","struct_variant","to_owned","to_owned","to_string","try_from","try_from","try_into","try_into","tuple_variant","type_id","type_id","unit_variant","unknown_field","unknown_variant","value","variant","variant_seed","visit_bool","visit_bool","visit_borrowed_bytes","visit_borrowed_str","visit_byte_buf","visit_bytes","visit_bytes","visit_char","visit_enum","visit_enum","visit_f32","visit_f64","visit_f64","visit_i128","visit_i128","visit_i16","visit_i32","visit_i64","visit_i64","visit_i8","visit_map","visit_map","visit_newtype_struct","visit_newtype_struct","visit_none","visit_none","visit_seq","visit_seq","visit_some","visit_some","visit_str","visit_str","visit_string","visit_u128","visit_u128","visit_u16","visit_u32","visit_u64","visit_u64","visit_u8","visit_unit","visit_unit","vzip","vzip","BoolDeserializer","BorrowedBytesDeserializer","BorrowedStrDeserializer","BytesDeserializer","CharDeserializer","CowStrDeserializer","EnumAccessDeserializer","Error","F32Deserializer","F64Deserializer","I128Deserializer","I16Deserializer","I32Deserializer","I64Deserializer","I8Deserializer","IsizeDeserializer","MapAccessDeserializer","MapDeserializer","SeqAccessDeserializer","SeqDeserializer","StrDeserializer","StringDeserializer","U128Deserializer","U16Deserializer","U32Deserializer","U64Deserializer","U8Deserializer","UnitDeserializer","UsizeDeserializer","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","custom","custom","description","deserialize_any","deserialize_any","deserialize_any","deserialize_any","deserialize_any","deserialize_any","deserialize_any","deserialize_any","deserialize_any","deserialize_any","deserialize_any","deserialize_any","deserialize_any","deserialize_any","deserialize_any","deserialize_any","deserialize_any","deserialize_any","deserialize_any","deserialize_any","deserialize_any","deserialize_any","deserialize_any","deserialize_any","deserialize_any","deserialize_any","deserialize_any","deserialize_any","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_bool","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_byte_buf","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_bytes","deserialize_char","deserialize_char","deserialize_char","deserialize_char","deserialize_char","deserialize_char","deserialize_char","deserialize_char","deserialize_char","deserialize_char","deserialize_char","deserialize_char","deserialize_char","deserialize_char","deserialize_char","deserialize_char","deserialize_char","deserialize_char","deserialize_char","deserialize_char","deserialize_char","deserialize_char","deserialize_char","deserialize_char","deserialize_char","deserialize_char","deserialize_char","deserialize_char","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_enum","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f32","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_f64","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i128","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i16","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i32","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i64","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_i8","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_identifier","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_ignored_any","deserialize_map","deserialize_map","deserialize_map","deserialize_map","deserialize_map","deserialize_map","deserialize_map","deserialize_map","deserialize_map","deserialize_map","deserialize_map","deserialize_map","deserialize_map","deserialize_map","deserialize_map","deserialize_map","deserialize_map","deserialize_map","deserialize_map","deserialize_map","deserialize_map","deserialize_map","deserialize_map","deserialize_map","deserialize_map","deserialize_map","deserialize_map","deserialize_map","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_newtype_struct","deserialize_option","deserialize_option","deserialize_option","deserialize_option","deserialize_option","deserialize_option","deserialize_option","deserialize_option","deserialize_option","deserialize_option","deserialize_option","deserialize_option","deserialize_option","deserialize_option","deserialize_option","deserialize_option","deserialize_option","deserialize_option","deserialize_option","deserialize_option","deserialize_option","deserialize_option","deserialize_option","deserialize_option","deserialize_option","deserialize_option","deserialize_option","deserialize_option","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_seq","deserialize_str","deserialize_str","deserialize_str","deserialize_str","deserialize_str","deserialize_str","deserialize_str","deserialize_str","deserialize_str","deserialize_str","deserialize_str","deserialize_str","deserialize_str","deserialize_str","deserialize_str","deserialize_str","deserialize_str","deserialize_str","deserialize_str","deserialize_str","deserialize_str","deserialize_str","deserialize_str","deserialize_str","deserialize_str","deserialize_str","deserialize_str","deserialize_str","deserialize_string","deserialize_string","deserialize_string","deserialize_string","deserialize_string","deserialize_string","deserialize_string","deserialize_string","deserialize_string","deserialize_string","deserialize_string","deserialize_string","deserialize_string","deserialize_string","deserialize_string","deserialize_string","deserialize_string","deserialize_string","deserialize_string","deserialize_string","deserialize_string","deserialize_string","deserialize_string","deserialize_string","deserialize_string","deserialize_string","deserialize_string","deserialize_string","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_struct","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_tuple_struct","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u128","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u16","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u32","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u64","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_u8","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","deserialize_unit_struct","end","end","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","next_element_seed","next_element_seed","next_entry_seed","next_key_seed","next_value_seed","size_hint","size_hint","size_hint","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","variant_seed","variant_seed","variant_seed","variant_seed","variant_seed","variant_seed","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","Error","Error","Error","Error","Error","Error","Error","Error","Error","Impossible","Ok","Ok","Ok","Ok","Ok","Ok","Ok","Ok","Serialize","SerializeMap","SerializeMap","SerializeSeq","SerializeSeq","SerializeStruct","SerializeStruct","SerializeStructVariant","SerializeStructVariant","SerializeTuple","SerializeTuple","SerializeTupleStruct","SerializeTupleStruct","SerializeTupleVariant","SerializeTupleVariant","Serializer","StdError","borrow","borrow_mut","cause","collect_map","collect_seq","collect_str","custom","description","downcast","downcast","downcast","downcast_mut","downcast_mut","downcast_mut","downcast_ref","downcast_ref","downcast_ref","end","end","end","end","end","end","end","end","end","end","end","end","end","end","from","into","is","is","is","is_human_readable","provide","serialize","serialize_bool","serialize_bytes","serialize_char","serialize_element","serialize_element","serialize_element","serialize_element","serialize_entry","serialize_f32","serialize_f64","serialize_field","serialize_field","serialize_field","serialize_field","serialize_field","serialize_field","serialize_field","serialize_field","serialize_i128","serialize_i16","serialize_i32","serialize_i64","serialize_i8","serialize_key","serialize_key","serialize_map","serialize_newtype_struct","serialize_newtype_variant","serialize_none","serialize_seq","serialize_some","serialize_str","serialize_struct","serialize_struct_variant","serialize_tuple","serialize_tuple_struct","serialize_tuple_variant","serialize_u128","serialize_u16","serialize_u32","serialize_u64","serialize_u8","serialize_unit","serialize_unit_struct","serialize_unit_variant","serialize_value","serialize_value","skip_field","skip_field","source","sources","try_from","try_into","type_id","vzip","serde_details","N","SerdeHash","deserialize","from_slice_delegated","serialize","Hash","HashEngine","all_zeros","as_byte_array","as_ref","as_ref","borrow","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","default","deserialize","emit_bool","emit_i16","emit_i32","emit_i64","emit_i8","emit_slice","emit_u16","emit_u32","emit_u64","emit_u8","engine","eq","equivalent","equivalent","flush","flush","fmt","fmt","fmt","fmt","from","from","from_byte_array","from_bytes_mut","from_bytes_ref","from_engine","from_slice","from_slice_delegated","from_str","hash","index","input","into","into","midstate","n_bytes_hashed","partial_cmp","serialize","to_byte_array","to_owned","to_owned","to_string","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","write","write","Hash","HashEngine","Midstate","all_zeros","as_byte_array","as_ref","as_ref","as_ref","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","cmp","cmp","consensus_decode","consensus_encode","const_hash","default","default","deserialize","deserialize","emit_bool","emit_i16","emit_i32","emit_i64","emit_i8","emit_slice","emit_u16","emit_u32","emit_u64","emit_u8","engine","eq","eq","equivalent","equivalent","equivalent","equivalent","flush","flush","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from_byte_array","from_byte_array","from_bytes_mut","from_bytes_ref","from_engine","from_hex","from_midstate","from_slice","from_slice","from_slice_delegated","from_slice_delegated","from_str","from_str","hash","hash","hash_again","hash_tag","index","index","input","into","into","into","into_assets","midstate","n_bytes_hashed","partial_cmp","partial_cmp","serialize","serialize","to_byte_array","to_byte_array","to_owned","to_owned","to_owned","to_string","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","write","write","Hash","all_zeros","as_byte_array","as_ref","as_ref","borrow","borrow","borrow_mut","clone","clone_into","cmp","consensus_decode","consensus_encode","deserialize","engine","eq","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from_byte_array","from_bytes_mut","from_bytes_ref","from_engine","from_slice","from_slice_delegated","from_str","hash","index","into","partial_cmp","serialize","to_byte_array","to_owned","to_string","try_from","try_into","type_id","vzip","Hash","Tag","all_zeros","as_byte_array","as_ref","as_ref","borrow","borrow","borrow_mut","clone","clone_into","cmp","default","deserialize","engine","engine","eq","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from","from_byte_array","from_bytes_mut","from_bytes_ref","from_engine","from_slice","from_slice_delegated","from_str","hash","index","into","partial_cmp","serialize","to_byte_array","to_owned","to_string","try_from","try_into","type_id","vzip","Hash","HashEngine","all_zeros","as_byte_array","as_ref","as_ref","borrow","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","default","deserialize","engine","eq","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from_byte_array","from_bytes_mut","from_bytes_ref","from_engine","from_slice","from_slice_delegated","from_str","hash","index","input","into","into","midstate","n_bytes_hashed","partial_cmp","serialize","to_byte_array","to_owned","to_owned","to_string","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Hash","HashEngine","all_zeros","as_byte_array","as_ref","as_ref","borrow","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","default","deserialize","emit_bool","emit_i16","emit_i32","emit_i64","emit_i8","emit_slice","emit_u16","emit_u32","emit_u64","emit_u8","engine","eq","equivalent","equivalent","flush","flush","fmt","fmt","fmt","fmt","from","from","from_byte_array","from_bytes_mut","from_bytes_ref","from_engine","from_slice","from_slice_delegated","from_str","hash","index","input","into","into","midstate","n_bytes_hashed","partial_cmp","serialize","to_byte_array","to_owned","to_owned","to_string","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","write","write","Hash","HashEngine","all_zeros","as_byte_array","as_ref","as_ref","borrow","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","default","deserialize","engine","eq","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from_byte_array","from_bytes_mut","from_bytes_ref","from_engine","from_slice","from_slice_delegated","from_str","hash","index","input","into","into","midstate","n_bytes_hashed","partial_cmp","serialize","to_byte_array","to_owned","to_owned","to_string","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Hash","HashEngine","State","all_zeros","as_byte_array","as_ref","as_ref","as_u64","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","cmp","default","deserialize","emit_bool","emit_i16","emit_i32","emit_i64","emit_i8","emit_slice","emit_u16","emit_u32","emit_u64","emit_u8","engine","eq","equivalent","equivalent","flush","flush","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from_byte_array","from_bytes_mut","from_bytes_ref","from_engine","from_engine_to_u64","from_slice","from_slice_delegated","from_str","from_u64","hash","hash_to_u64_with_keys","hash_with_keys","index","input","into","into","into","keys","midstate","n_bytes_hashed","new","partial_cmp","serialize","to_byte_array","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","with_keys","write","write","AddrInUse","AddrNotAvailable","AlreadyExists","BrokenPipe","BufRead","ConnectionAborted","ConnectionRefused","ConnectionReset","Cursor","Err","Error","ErrorKind","Interrupted","InvalidData","InvalidInput","NotConnected","NotFound","Ok","Other","PermissionDenied","Read","Result","Sink","Take","TimedOut","UnexpectedEof","WouldBlock","Write","WriteZero","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cause","clone","clone_into","consume","consume","consume","description","emit_bool","emit_i16","emit_i32","emit_i64","emit_i8","emit_slice","emit_u16","emit_u32","emit_u64","emit_u8","eq","equivalent","equivalent","fill_buf","fill_buf","fill_buf","flush","flush","flush","fmt","fmt","fmt","from","from","from","from","from","from","from","from","get_ref","hash","impl_write","into","into","into","into","into","into_inner","kind","new","new","position","read","read","read","read_bool","read_bool","read_exact","read_i16","read_i16","read_i32","read_i32","read_i64","read_i64","read_i8","read_i8","read_slice","read_slice","read_to_end","read_to_limit","read_u16","read_u16","read_u32","read_u32","read_u64","read_u64","read_u8","read_u8","sink","source","take","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","write","write","write","write_all","write_all","write_all","Base58","CompressedPublicKey","Encoding","Even","FromSliceError","FromWifError","Hex","InvalidAddressVersion","InvalidAddressVersionError","InvalidBase58PayloadLength","InvalidBase58PayloadLengthError","InvalidChar","InvalidHexLength","InvalidKeyPrefix","InvalidLength","Keypair","Odd","Parity","ParseCompressedPublicKeyError","ParsePublicKeyError","PrivateKey","PubkeyHash","PublicKey","Secp256k1","Secp256k1","Secp256k1","Secp256k1","SortKey","TapTweak","TweakedAux","TweakedKey","TweakedKeypair","TweakedPublicKey","UncompressedPublicKeyError","UntweakedKeypair","UntweakedPublicKey","Verification","WPubkeyHash","XOnlyPublicKey","add_xonly_tweak","as_c_ptr","as_mut_c_ptr","as_mut_ptr","as_ptr","bitxor","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp_fast_unstable","compressed","compressed","ctx","dangerous_assume_tweaked","dangerous_assume_tweaked","dangerous_assume_tweaked","dangerous_assume_tweaked","default","deserialize","deserialize","deserialize","deserialize","display_secret","drop","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq_fast_unstable","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_i32","from_keypair","from_raw_all","from_raw_signing_only","from_raw_verification_only","from_seckey_slice","from_seckey_str","from_secret_key","from_str","from_u8","gen_new","generate_keypair","hash","hash","hash","hash","hash","inner","inner","into","into","into","into","into","into","into","into","into","into","into","into","into","invalid_address_version","invalid_base58_payload_length","network","new","new","non_secure_erase","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","preallocate_signing_size","preallocate_size","preallocate_size_gen","preallocate_verification_size","preallocated_gen_new","preallocated_new","preallocated_signing_only","preallocated_verification_only","public_key","public_parts","randomize","recover_ecdsa","secret_bytes","secret_key","seeded_randomize","serialize","serialize","serialize","serialize","serialize","sign_ecdsa","sign_ecdsa_grind_r","sign_ecdsa_low_r","sign_ecdsa_recoverable","sign_ecdsa_recoverable_with_noncedata","sign_ecdsa_with_noncedata","sign_schnorr","sign_schnorr_no_aux_rand","sign_schnorr_with_aux_rand","sign_schnorr_with_rng","signing_only","source","source","source","source","source","tap_tweak","tap_tweak","to_i32","to_inner","to_inner","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_u8","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","verification_only","verify_ecdsa","verify_schnorr","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","x_only_public_key","BitsArrayOverflow","HashesArrayOverflow","IdenticalHashesFound","MerkleBlock","MerkleBlockError","MerkleRootMismatch","NoTransactions","NotAllBitsConsumed","NotAllHashesConsumed","NotEnoughBits","PartialMerkleTree","TooManyHashes","TooManyTransactions","bits","borrow","borrow","borrow_mut","borrow_mut","calculate_root","calculate_root_inline","clone","clone","clone_into","clone_into","consensus_decode_from_finite_reader","consensus_encode","eq","eq","equivalent","equivalent","equivalent","equivalent","extract_matches","fmt","fmt","fmt","from","from","from","from_txids","hashes","header","into","into","num_transactions","source","to_owned","to_owned","to_string","try_from","try_from","try_into","try_into","txn","type_id","type_id","vzip","vzip","Bitcoin","Main","Network","NetworkKind","ParseNetworkError","Regtest","Signet","Test","Testnet","UnknownChainHashError","as_core_arg","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","eq","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","into","into","source","source","to_owned","to_owned","to_string","to_string","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","deserialize","serialize","Address","BITCOIN","BLOOM","COMPACT_FILTERS","GETUTXO","Magic","NETWORK","NETWORK_LIMITED","NONE","P2P_V2","PROTOCOL_VERSION","ParseMagicError","REGTEST","SIGNET","ServiceFlags","TESTNET","UnknownMagicError","WITNESS","add","address","address","as_mut","as_mut","as_ref","as_ref","bitor","bitor_assign","bitxor","bitxor_assign","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","consensus_decode","consensus_decode","consensus_decode","consensus_encode","consensus_encode","consensus_encode","default","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from_bytes","from_params","from_str","has","hash","hash","hash","into","into","into","into","into","message","message_blockdata","message_bloom","message_compact_blocks","message_filter","message_network","new","partial_cmp","partial_cmp","port","remove","services","socket_addr","source","source","to_bytes","to_owned","to_owned","to_owned","to_owned","to_owned","to_socket_addrs","to_string","to_string","to_string","to_string","to_u64","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","AddrV2","AddrV2Message","Address","Cjdns","I2p","Ipv4","Ipv6","TorV2","TorV3","Unknown","addr","address","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","consensus_decode","consensus_decode","consensus_encode","consensus_encode","eq","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","hash","into","into","port","port","services","services","socket_addr","time","to_owned","to_owned","to_socket_addrs","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Addr","AddrV2","Alert","Block","BlockTxn","CFCheckpt","CFHeaders","CFilter","CmpctBlock","CommandString","CommandStringError","FeeFilter","FilterAdd","FilterClear","FilterLoad","GetAddr","GetBlockTxn","GetBlocks","GetCFCheckpt","GetCFHeaders","GetCFilters","GetData","GetHeaders","Headers","Inv","MAX_INV_SIZE","MAX_MSG_SIZE","MemPool","MerkleBlock","NetworkMessage","NotFound","Ping","Pong","RawNetworkMessage","Reject","SendAddrV2","SendCmpct","SendHeaders","Tx","Unknown","Verack","Version","WtxidRelay","as_ref","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmd","cmd","command","command","consensus_decode","consensus_decode","consensus_decode_from_finite_reader","consensus_encode","consensus_encode","consensus_encode","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from_str","into","into","into","into","magic","new","payload","source","to_owned","to_owned","to_owned","to_owned","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from_static","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","command","payload","Block","CompactBlock","Error","GetBlocksMessage","GetHeadersMessage","Inventory","Transaction","Unknown","WTx","WitnessBlock","WitnessTransaction","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","cmp","consensus_decode","consensus_decode","consensus_decode","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_encode","consensus_encode","consensus_encode","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","hash","into","into","into","locator_hashes","locator_hashes","network_hash","new","new","partial_cmp","stop_hash","stop_hash","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","version","version","vzip","vzip","vzip","hash","inv_type","All","BloomFlags","FilterAdd","FilterLoad","None","PubkeyOnly","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","consensus_decode","consensus_decode","consensus_decode","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_encode","consensus_encode","consensus_encode","data","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","filter","flags","fmt","fmt","fmt","from","from","from","hash_funcs","into","into","into","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","tweak","type_id","type_id","type_id","vzip","vzip","vzip","BlockTxn","CmpctBlock","GetBlockTxn","SendCmpct","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","compact_block","consensus_decode","consensus_decode","consensus_decode","consensus_decode","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_encode","consensus_encode","consensus_encode","consensus_encode","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","hash","hash","hash","hash","into","into","into","into","partial_cmp","partial_cmp","partial_cmp","partial_cmp","send_compact","to_owned","to_owned","to_owned","to_owned","transactions","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","txs_request","type_id","type_id","type_id","type_id","version","vzip","vzip","vzip","vzip","CFCheckpt","CFHeaders","CFilter","GetCFCheckpt","GetCFHeaders","GetCFilters","block_hash","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","consensus_decode","consensus_decode","consensus_decode","consensus_decode","consensus_decode","consensus_decode","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","consensus_encode","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","filter","filter_hashes","filter_headers","filter_type","filter_type","filter_type","filter_type","filter_type","filter_type","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","into","into","into","into","into","into","previous_filter_header","start_height","start_height","stop_hash","stop_hash","stop_hash","stop_hash","stop_hash","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","Checkpoint","Duplicate","Dust","Fee","Invalid","Malformed","NonStandard","Obsolete","Reject","RejectReason","VersionMessage","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","ccode","clone","clone","clone","clone_into","clone_into","clone_into","consensus_decode","consensus_decode","consensus_decode","consensus_decode_from_finite_reader","consensus_decode_from_finite_reader","consensus_encode","consensus_encode","consensus_encode","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","hash","into","into","into","message","new","nonce","reason","receiver","relay","sender","services","start_height","timestamp","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","user_agent","version","vzip","vzip","vzip","ParseIntError","as_ref","borrow","borrow_mut","clone","clone_into","eq","equivalent","equivalent","fmt","fmt","from","input","into","source","to_owned","to_string","try_from","try_into","type_id","vzip","DEFAULT_BYTES_PER_SIGOP","DEFAULT_INCREMENTAL_RELAY_FEE","DEFAULT_MEMPOOL_EXPIRY","DEFAULT_MIN_RELAY_TX_FEE","DUST_RELAY_TX_FEE","MAX_STANDARD_TX_SIGOPS_COST","MAX_STANDARD_TX_WEIGHT","MIN_STANDARD_TX_NONWITNESS_SIZE","get_virtual_tx_size","CompactTarget","Target","Work","AbsurdFeeRate","Bare","Base64Encoding","Bip32","Bip32","CombineInconsistentKeySources","ConsensusEncoding","DuplicateKey","Ecdsa","Ecdsa","Error","Error","ExtractTxError","FeeOverflow","GetKey","GetKeyError","IndexOutOfBounds","IndexOutOfBoundsError","Input","Inputs","InvalidControlBlock","InvalidEcdsaSignature","InvalidHash","InvalidKey","InvalidLeafVersion","InvalidMagic","InvalidPreimageHashPair","InvalidProprietaryKey","InvalidPublicKey","InvalidSecp256k1PublicKey","InvalidSeparator","InvalidSighashType","InvalidTaprootSignature","InvalidXOnlyPublicKey","Io","KeyNotFound","KeyRequest","MismatchedAlgoKey","MissingInputUtxo","MissingInputValue","MissingRedeemScript","MissingSpendUtxo","MissingUtxo","MissingWitnessScript","MustHaveUnsignedTx","NegativeFee","NoMorePairs","NonStandardSighashType","NotEcdsa","NotSupported","NotWpkh","Output","OutputType","P2wpkhSighash","PartialDataConsumption","Psbt","PsbtEncoding","PsbtParseError","PsbtSighashType","PsbtUtxoOutOfbounds","Pubkey","Schnorr","Schnorr","SegwitV0Sighash","SendingTooMuch","Sh","ShWpkh","ShWsh","SignError","SigningAlgorithm","SigningErrors","SigningKeys","SigningKeysMap","TapTree","Taproot","TaprootError","Tr","TxInput","UnexpectedUnsignedTx","UnknownOutputType","UnsignedTxHasScriptSigs","UnsignedTxHasScriptWitnesses","Unsupported","Version","Wpkh","WrongSigningAlgorithm","Wsh","XPubKey","bip32_derivation","bip32_derivation","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","combine","combine","default","default","deserialize","deserialize","deserialize","ecdsa_hash_ty","ecdsa_hash_ty","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","final_script_sig","final_script_witness","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_str","from_u32","get_key","hash","hash","hash","hash","hash","hash160_preimages","hash256_preimages","inputs","into","into","into","into","into","into","into","into","into","into","into","into","into","non_witness_utxo","outputs","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_sigs","proprietary","proprietary","proprietary","raw","redeem_script","redeem_script","ripemd160_preimages","serialize","serialize","serialize","serialize","sha256_preimages","sighash_type","signing_algorithm","source","source","source","source","source","source","tap_internal_key","tap_internal_key","tap_key_origins","tap_key_origins","tap_key_sig","tap_merkle_root","tap_script_sigs","tap_scripts","tap_tree","taproot_hash_ty","taproot_hash_ty","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_u32","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","unknown","unknown","unknown","unsigned_tx","update_with_descriptor_unchecked","update_with_descriptor_unchecked","version","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","witness_script","witness_script","witness_utxo","xpub","actual","expected","hash","hash_type","preimage","fee_rate","psbt","tx","tx","index","index","length","length","Key","Pair","ProprietaryKey","ProprietaryType","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","cmp","consensus_decode","consensus_encode","deserialize","deserialize","deserialize","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","hash","hash","into","into","into","key","key","key","partial_cmp","partial_cmp","prefix","serialize","serialize","serialize","subtype","to_key","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","type_value","value","vzip","vzip","vzip","All","AllPreallocated","Context","DESCRIPTION","Error","Even","FLAGS","IncorrectSignature","InvalidEllSwift","InvalidMessage","InvalidParityValue","InvalidParityValue","InvalidPublicKey","InvalidPublicKeySum","InvalidRecoveryId","InvalidSecretKey","InvalidSharedSecret","InvalidSignature","InvalidTweak","Keypair","MAX","Message","NotEnoughMemory","ONE","Odd","Parity","PreallocatedContext","PublicKey","Scalar","Secp256k1","SecretKey","SignOnly","SignOnlyPreallocated","Signing","ThirtyTwoByteHash","Verification","VerifyOnly","VerifyOnlyPreallocated","XOnlyPublicKey","ZERO","add_exp_tweak","add_tweak","as_c_ptr","as_c_ptr","as_c_ptr","as_mut_c_ptr","as_mut_c_ptr","as_mut_c_ptr","as_mut_ptr","as_ptr","as_ref","as_ref","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp_fast_unstable","combine","combine_keys","constants","deallocate","deallocate","deallocate","deallocate","deallocate","deallocate","deallocate","deserialize","deserialize","display_secret","ecdh","ecdsa","ellswift","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq_fast_unstable","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_be_bytes","from_digest","from_digest_slice","from_ellswift","from_keypair","from_keypair","from_le_bytes","from_secret_key","from_slice","from_slice","from_slice","from_str","from_str","from_x_only_public_key","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hashes","impl_array_newtype","index","index","index","into","into","into","into","into","into","into","into","into","into","into","into","into_32","keypair","mul_tweak","mul_tweak","negate","negate","new","non_secure_erase","non_secure_erase","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","public_key","random","random_custom","scalar","schnorr","secret_bytes","serialize","serialize","serialize","serialize_uncompressed","source","to_be_bytes","to_hash160","to_hash256","to_le_bytes","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_public_key","to_ripemd160","to_sha256","to_string","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","verify","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","x_only_public_key","x_only_public_key","COMPACT_SIGNATURE_SIZE","CURVE_ORDER","ELLSWIFT_ENCODING_SIZE","FIELD_SIZE","GENERATOR_X","GENERATOR_Y","KEY_PAIR_SIZE","MAX_SIGNATURE_SIZE","MESSAGE_SIZE","ONE","PUBLIC_KEY_SIZE","SCHNORR_PUBLIC_KEY_SIZE","SCHNORR_SIGNATURE_SIZE","SECRET_KEY_SIZE","UNCOMPRESSED_PUBLIC_KEY_SIZE","ZERO","SharedSecret","as_ref","borrow","borrow","borrow_mut","clone","clone_into","cmp","deserialize","display_secret","eq","equivalent","equivalent","fmt","from","from_bytes","from_slice","from_str","hash","into","new","non_secure_erase","partial_cmp","secret_bytes","serialize","shared_secret_point","to_owned","try_from","try_into","type_id","vzip","RecoverableSignature","RecoveryId","SerializedSignature","Signature","as_c_ptr","as_c_ptr","as_mut_c_ptr","as_mut_c_ptr","as_mut_ptr","as_mut_ptr","as_ptr","as_ptr","as_ref","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","capacity","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp_fast_unstable","deref","deserialize","eq","eq","eq","eq","eq","eq_fast_unstable","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from_compact","from_compact","from_der","from_der_lax","from_i32","from_signature","from_str","hash","hash","hash","into","into","into","into","into_iter","into_iter","is_empty","len","normalize_s","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","serialize","serialize_compact","serialize_compact","serialize_der","serialized_signature","to_i32","to_owned","to_owned","to_owned","to_owned","to_signature","to_standard","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","IntoIter","SerializedSignature","as_slice","borrow","borrow_mut","clone","clone_into","fmt","from","into","into_fallible","into_iter","next","next_back","nth","size_hint","to_owned","transpose_into_fallible","try_from","try_into","type_id","vzip","A","B","ElligatorSwift","ElligatorSwiftParty","ElligatorSwiftSharedSecret","as_c_ptr","as_mut_c_ptr","as_secret_bytes","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","cmp","cmp","cmp","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","from","from","from","from_array","from_pubkey","from_seckey","from_secret_bytes","from_str","hash","hash","hash","into","into","into","new","partial_cmp","partial_cmp","partial_cmp","shared_secret","shared_secret_with_hasher","to_array","to_owned","to_owned","to_owned","to_secret_bytes","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","CPtr","Context","EcdhHashFn","ElligatorSwift","EllswiftEcdhHashFn","Keypair","NonceFn","None","None","None","None","PublicKey","SECP256K1_SER_COMPRESSED","SECP256K1_SER_UNCOMPRESSED","SECP256K1_START_NONE","SECP256K1_START_SIGN","SECP256K1_START_VERIFY","SchnorrNonceFn","SchnorrSigExtraParams","Signature","Some","Some","Some","Some","Target","XOnlyPublicKey","as_c_ptr","as_c_ptr","as_c_ptr","as_c_ptr","as_c_ptr","as_c_ptr","as_mut_c_ptr","as_mut_c_ptr","as_mut_c_ptr","as_mut_c_ptr","as_mut_c_ptr","as_mut_c_ptr","as_ref","as_ref","as_ref","as_ref","as_ref","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp_fast_unstable","cmp_fast_unstable","cmp_fast_unstable","cmp_fast_unstable","cmp_fast_unstable","ecdsa_signature_parse_der_lax","eq","eq","eq","eq","eq","eq_fast_unstable","eq_fast_unstable","eq_fast_unstable","eq_fast_unstable","eq_fast_unstable","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from_array","from_array_unchecked","from_array_unchecked","from_array_unchecked","from_array_unchecked","hash","hash","hash","hash","hash","impl_array_newtype","impl_raw_debug","index","index","index","index","index","into","into","into","into","into","into","into","new","new","new","new","new","non_secure_erase","non_secure_erase_impl","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","recovery","rustsecp256k1_v0_10_0_context_create","rustsecp256k1_v0_10_0_context_destroy","rustsecp256k1_v0_10_0_default_error_callback_fn","rustsecp256k1_v0_10_0_default_illegal_callback_fn","secp256k1_context_create","secp256k1_context_destroy","secp256k1_context_no_precomp","secp256k1_context_preallocated_clone","secp256k1_context_preallocated_clone_size","secp256k1_context_preallocated_create","secp256k1_context_preallocated_destroy","secp256k1_context_preallocated_size","secp256k1_context_randomize","secp256k1_ec_pubkey_cmp","secp256k1_ec_pubkey_combine","secp256k1_ec_pubkey_create","secp256k1_ec_pubkey_negate","secp256k1_ec_pubkey_parse","secp256k1_ec_pubkey_serialize","secp256k1_ec_pubkey_tweak_add","secp256k1_ec_pubkey_tweak_mul","secp256k1_ec_seckey_negate","secp256k1_ec_seckey_tweak_add","secp256k1_ec_seckey_tweak_mul","secp256k1_ec_seckey_verify","secp256k1_ecdh","secp256k1_ecdh_hash_function_default","secp256k1_ecdsa_sign","secp256k1_ecdsa_signature_normalize","secp256k1_ecdsa_signature_parse_compact","secp256k1_ecdsa_signature_parse_der","secp256k1_ecdsa_signature_serialize_compact","secp256k1_ecdsa_signature_serialize_der","secp256k1_ecdsa_verify","secp256k1_ellswift_create","secp256k1_ellswift_decode","secp256k1_ellswift_encode","secp256k1_ellswift_xdh","secp256k1_ellswift_xdh_hash_function_bip324","secp256k1_keypair_create","secp256k1_keypair_pub","secp256k1_keypair_sec","secp256k1_keypair_xonly_pub","secp256k1_keypair_xonly_tweak_add","secp256k1_nonce_function_bip340","secp256k1_nonce_function_default","secp256k1_nonce_function_rfc6979","secp256k1_schnorrsig_sign","secp256k1_schnorrsig_sign_custom","secp256k1_schnorrsig_verify","secp256k1_xonly_pubkey_cmp","secp256k1_xonly_pubkey_from_pubkey","secp256k1_xonly_pubkey_parse","secp256k1_xonly_pubkey_serialize","secp256k1_xonly_pubkey_tweak_add","secp256k1_xonly_pubkey_tweak_add_check","to_array","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","types","underlying_bytes","underlying_bytes","underlying_bytes","underlying_bytes","vzip","vzip","vzip","vzip","vzip","vzip","vzip","RecoverableSignature","as_c_ptr","as_mut_c_ptr","as_ref","borrow","borrow_mut","clone","clone_into","cmp","cmp_fast_unstable","default","eq","eq_fast_unstable","equivalent","equivalent","fmt","from","hash","index","into","new","partial_cmp","secp256k1_ecdsa_recover","secp256k1_ecdsa_recoverable_signature_convert","secp256k1_ecdsa_recoverable_signature_parse_compact","secp256k1_ecdsa_recoverable_signature_serialize_compact","secp256k1_ecdsa_sign_recoverable","to_owned","try_from","try_into","type_id","vzip","AlignedType","ZERO","borrow","borrow","borrow_mut","borrow_mut","c_char","c_int","c_uchar","c_uint","c_void","clone","clone_into","default","fmt","from","from","into","into","size_t","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","zeroed","BLOCK_SIZE","Bytes","DISPLAY_BACKWARD","Engine","FromSliceError","Hash","HashEngine","Hmac","HmacEngine","LEN","MidState","all_zeros","all_zeros","as_byte_array","as_byte_array","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_slice_impl","clone","clone","clone","clone_into","clone_into","clone_into","cmp","default","deserialize","emit_bool","emit_i16","emit_i32","emit_i64","emit_i8","emit_slice","emit_u16","emit_u32","emit_u64","emit_u8","engine","eq","eq","equivalent","equivalent","equivalent","equivalent","expected_length","flush","flush","fmt","fmt","fmt","fmt","fmt","from","from","from","from_byte_array","from_byte_array","from_engine","from_engine","from_inner_engines","from_slice","from_slice","from_str","hash","hash","hash_byte_chunks","hash_newtype","hex_fmt_impl","index","index","index","index","index","input","input","into","into","into","invalid_length","midstate","midstate","n_bytes_hashed","n_bytes_hashed","new","partial_cmp","serde_impl","serialize","sha256t_hash_newtype","to_byte_array","to_byte_array","to_owned","to_owned","to_owned","to_string","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","write","write","CUSTOM_START","CryptoRng","Error","Fill","INTERNAL_START","Rng","RngCore","Seed","SeedableRng","borrow","borrow_mut","code","distributions","fill","fill_bytes","fmt","fmt","from","from","from","from_entropy","from_rng","from_seed","gen","gen_bool","gen_range","gen_ratio","inner","into","new","next_u32","next_u64","prelude","random","raw_os_error","read","rngs","sample","sample_iter","seed_from_u64","seq","source","take_inner","thread_rng","to_string","try_fill","try_fill","try_fill_bytes","try_from","try_into","type_id","vzip","AllWeightsZero","Alphanumeric","Bernoulli","BernoulliError","DistIter","DistMap","DistString","Distribution","InvalidProbability","InvalidWeight","NoItem","Open01","OpenClosed01","Slice","Standard","TooMany","Uniform","WeightedError","WeightedIndex","append_string","append_string","append_string","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","checked_sum","checked_sum","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_ratio","into","into","into","into","into","into","into","into","into","into","into","into","into_fallible","into_iter","map","new","new","new","new","new_inclusive","next","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample_iter","sample_string","size_hint","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","transpose_into_fallible","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uniform","update_weights","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","weighted","SampleBorrow","SampleRange","SampleUniform","Sampler","Uniform","UniformChar","UniformDuration","UniformFloat","UniformInt","UniformSampler","X","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","eq","eq","fmt","fmt","fmt","fmt","from","from","from","from","into","into","into","into","is_empty","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new","new_inclusive","new_inclusive","new_inclusive","new_inclusive","new_inclusive","new_inclusive","new_inclusive","new_inclusive","new_inclusive","new_inclusive","new_inclusive","new_inclusive","new_inclusive","new_inclusive","new_inclusive","new_inclusive","new_inclusive","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample","sample_single","sample_single","sample_single","sample_single","sample_single","sample_single","sample_single","sample_single","sample_single","sample_single","sample_single","sample_single","sample_single","sample_single","sample_single","sample_single","sample_single_inclusive","sample_single_inclusive","sample_single_inclusive","sample_single_inclusive","sample_single_inclusive","sample_single_inclusive","sample_single_inclusive","sample_single_inclusive","sample_single_inclusive","sample_single_inclusive","sample_single_inclusive","sample_single_inclusive","sample_single_inclusive","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","AllWeightsZero","InvalidWeight","NoItem","TooMany","WeightedError","WeightedIndex","alias_method","Weight","WeightedIndex","borrow","borrow_mut","fmt","from","into","new","try_from","try_into","type_id","vzip","CryptoRng","Distribution","Item","IteratorRandom","Rng","RngCore","Seed","SeedableRng","SliceRandom","StdRng","ThreadRng","choose","choose","choose_multiple","choose_multiple","choose_multiple_fill","choose_multiple_weighted","choose_mut","choose_stable","choose_weighted","choose_weighted_mut","fill","fill_bytes","from_entropy","from_rng","from_seed","gen","gen_bool","gen_range","gen_ratio","map","next_u32","next_u64","partial_shuffle","random","sample","sample","sample_iter","sample_iter","seed_from_u64","shuffle","thread_rng","try_fill","try_fill_bytes","OsRng","StdRng","ThreadRng","adapter","as_rngcore","as_rngcore","as_rngcore","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","eq","equivalent","equivalent","fill_bytes","fill_bytes","fill_bytes","fmt","fmt","fmt","from","from","from","from_rng","from_seed","into","into","into","mock","next_u32","next_u32","next_u32","next_u64","next_u64","next_u64","to_owned","to_owned","to_owned","try_fill_bytes","try_fill_bytes","try_fill_bytes","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","ReadError","ReadRng","ReseedingRng","as_rngcore","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","fill_bytes","fill_bytes","fmt","fmt","fmt","fmt","from","from","from","into","into","into","new","new","next_u32","next_u32","next_u64","next_u64","reseed","source","to_owned","to_string","try_fill_bytes","try_fill_bytes","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","StepRng","borrow","borrow_mut","clone","clone_into","eq","equivalent","equivalent","fill_bytes","fmt","from","into","new","next_u32","next_u64","to_owned","try_fill_bytes","try_from","try_into","type_id","vzip","Item","IteratorRandom","SliceChooseIter","SliceRandom","borrow","borrow_mut","choose","choose","choose_multiple","choose_multiple","choose_multiple_fill","choose_multiple_weighted","choose_mut","choose_stable","choose_weighted","choose_weighted_mut","fmt","from","index","into","into_fallible","into_iter","len","next","partial_shuffle","shuffle","size_hint","transpose_into_fallible","try_from","try_into","type_id","vzip","IndexVec","IndexVecIntoIter","IndexVecIter","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","eq","fmt","fmt","fmt","from","from","from","from","from","index","into","into","into","into_fallible","into_fallible","into_iter","into_iter","into_iter","into_vec","is_empty","iter","len","next","next","sample","sample_weighted","size_hint","size_hint","to_owned","to_owned","transpose_into_fallible","transpose_into_fallible","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","OutOfRangeError","Scalar","borrow","borrow_mut","clone","clone_into","eq","equivalent","equivalent","fmt","fmt","from","hash","into","to_owned","to_string","try_from","try_into","type_id","vzip","Signature","as_c_ptr","as_mut_c_ptr","as_ref","borrow","borrow_mut","clone","clone_into","cmp","deserialize","eq","equivalent","equivalent","fmt","fmt","fmt","from","from_slice","from_str","hash","index","into","partial_cmp","serialize","serialize","to_owned","to_string","try_from","try_into","type_id","vzip","All","All","All","AllPlusAnyoneCanPay","AllPlusAnyoneCanPay","Annex","AnnexError","Default","EcdsaSighashType","Empty","EncodeSigningDataResult","IncorrectPrefix","InputsIndex","InvalidAllIndex","InvalidOneIndex","InvalidSighashType","InvalidSighashTypeError","Io","LegacySighash","NonStandardSighashTypeError","None","None","NonePlusAnyoneCanPay","NonePlusAnyoneCanPay","NotP2wpkhScript","One","P2wpkhError","Prevouts","PrevoutsIndex","PrevoutsIndexError","PrevoutsKind","PrevoutsKindError","PrevoutsSize","PrevoutsSizeError","ScriptPath","SegwitV0Sighash","Sighash","Sighash","SighashCache","SighashSingleBug","SighashTypeParseError","SigningDataError","Single","Single","SingleMissingOutput","SingleMissingOutputError","SinglePlusAnyoneCanPay","SinglePlusAnyoneCanPay","TapSighash","TapSighashTag","TapSighashType","TaprootError","WriteResult","as_bytes","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","consensus_encode","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","hash","hash","hash","input_index","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_transaction","is_sighash_single_bug","leaf_hash","legacy_encode_signing_data_to","legacy_signature_hash","map_err","new","new","new","outputs_length","p2wpkh_signature_hash","p2wsh_signature_hash","partial_cmp","partial_cmp","segwit_v0_encode_signing_data_to","source","source","source","source","source","source","source","source","source","source","source","taproot_encode_signing_data_to","taproot_key_spend_signature_hash","taproot_script_spend_signature_hash","taproot_signature_hash","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","transaction","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","unrecognized","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","with_defaults","witness_mut","BITCOIN_SIGNED_MSG_PREFIX","InvalidBase64","InvalidEncoding","InvalidLength","MessageSignature","MessageSignatureError","UnsupportedAddressType","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","compressed","eq","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from_base64","from_slice","from_str","into","into","is_signed_by_address","new","recover_pubkey","serialize","signature","signed_msg_hash","source","to_base64","to_owned","to_owned","to_string","to_string","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","ControlBlock","EmptyTree","EmptyTree","Future","FutureLeafVersion","Hidden","HiddenNodesError","HiddenParts","HiddenParts","IncompleteBuilderError","InvalidControlBlockSize","InvalidInternalKey","InvalidInternalKey","InvalidMerkleBranchSize","InvalidMerkleTreeDepth","InvalidMerkleTreeDepth","InvalidSignatureSize","InvalidTaprootLeafVersion","LeafNode","LeafNodes","LeafVersion","NodeInfo","NodeNotInDfsOrder","NotFinalized","OverCompleteTree","Script","ScriptLeaf","ScriptLeaves","Secp256k1","SigFromSliceError","SighashType","Signature","TAPROOT_ANNEX_PREFIX","TAPROOT_CONTROL_BASE_SIZE","TAPROOT_CONTROL_MAX_NODE_COUNT","TAPROOT_CONTROL_MAX_SIZE","TAPROOT_CONTROL_NODE_SIZE","TAPROOT_LEAF_MASK","TAPROOT_LEAF_TAPSCRIPT","TapBranchTag","TapLeaf","TapLeafHash","TapLeafTag","TapNodeHash","TapScript","TapTree","TapTweakHash","TapTweakTag","TaprootBuilder","TaprootBuilderError","TaprootError","TaprootMerkleBranch","TaprootSpendInfo","add_hidden_node","add_leaf","add_leaf_with_ver","as_hidden","as_inner","as_mut","as_ref","as_script","as_slice","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","combine","control_block","decode","decode","default","default","depth","deref","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","encode","encode","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finalize","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_consensus","from_leaf_node","from_node_info","from_slice","has_hidden_nodes","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","internal_key","internal_key","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_builder","into_fallible","into_fallible","into_inner","into_iter","into_iter","into_iter","into_iter","into_iter","into_node_info","into_node_info","into_vec","is_empty","is_finalizable","leaf","leaf_hash","leaf_nodes","leaf_version","leaf_version","len","merkle_branch","merkle_branch","merkle_branch","merkle_branch","merkle_root","new","new_hidden","new_hidden_node","new_key_spend","new_leaf_with_ver","new_script","next","next","next_back","next_back","node_hash","node_hash","node_info","output_key","output_key_parity","output_key_parity","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","root_hash","script","script","script_leaves","script_map","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize_to_writer","serialized_signature","sighash_type","signature","size","size_hint","size_hint","source","source","source","source","source","tap_tweak","to_consensus","to_consensus","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_vec","transpose_into_fallible","transpose_into_fallible","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into_node_info","try_into_taptree","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","verify_taproot_commitment","version","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","with_capacity","with_huffman_tree","with_huffman_tree","IntoIter","TaprootMerkleBranch","as_mut_slice","as_slice","borrow","borrow_mut","clone","clone_into","count","fmt","from","into","into_fallible","into_iter","last","next","next_back","nth","nth_back","size_hint","to_owned","transpose_into_fallible","try_from","try_into","type_id","vzip","IntoIter","SerializedSignature","as_ref","as_slice","borrow","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","deref","eq","eq","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","from_signature","hash","into","into","into_fallible","into_iter","into_iter","into_iter","len","next","next_back","nth","partial_cmp","partial_cmp","size_hint","to_owned","to_owned","to_signature","to_string","transpose_into_fallible","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","write_to","ChangeSet","IndexedTxGraph","apply_block","apply_block_relevant","apply_changeset","apply_update","apply_update_at","as_ref","batch_insert_relevant","batch_insert_relevant_unconfirmed","batch_insert_unconfirmed","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","default","default","deserialize","eq","fmt","fmt","from","from","from","from","graph","index","indexer","initial_changeset","insert_anchor","insert_seen_at","insert_tx","insert_txout","into","into","is_empty","merge","new","serialize","to_owned","try_from","try_from","try_into","try_into","tx_graph","type_id","type_id","vzip","vzip","ChangeSet","Indexer","apply_changeset","index_tx","index_txout","initial_changeset","is_tx_relevant","keychain_txout","spk_txout","ChangeSet","DEFAULT_LOOKAHEAD","DescriptorAlreadyAssigned","FullScanRequestBuilderExt","InsertDescriptorError","KeychainAlreadyAssigned","KeychainTxOutIndex","LAST_REVEALED_TABLE_NAME","SCHEMA_NAME","SyncRequestBuilderExt","all_unbounded_spk_iters","apply_changeset","apply_changeset","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","deserialize","eq","eq","fmt","fmt","fmt","fmt","from","from","from","from_sqlite","get_descriptor","index_of_spk","index_tx","index_txout","init_sqlite_tables","initial_changeset","inner","insert_descriptor","into","into","into","is_empty","is_tx_relevant","is_used","keychain_outpoints","keychain_outpoints_in_range","keychains","last_revealed","last_revealed_index","last_revealed_indices","last_used_index","last_used_indices","lookahead","lookahead_to_target","mark_used","merge","net_value","new","next_index","next_unused_spk","outpoints","persist_to_sqlite","reveal_next_spk","reveal_to_target","reveal_to_target_multi","revealed_keychain_spks","revealed_spks","revealed_spks_from_indexer","sent_and_received","serialize","spk_at_index","spks_from_indexer","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","txout","txouts","txouts_in_tx","type_id","type_id","type_id","unbounded_spk_iter","unmark_used","unused_keychain_spks","unused_spks","unused_spks_from_indexer","vzip","vzip","vzip","descriptor","existing_assignment","existing_assignment","keychain","SpkTxOutIndex","all_spks","apply_changeset","borrow","borrow_mut","clone","clone_into","default","fmt","from","index_of_spk","index_tx","index_txout","initial_changeset","insert_spk","into","is_relevant","is_tx_relevant","is_used","mark_used","net_value","outpoints","outputs_in_range","scan","scan_txout","sent_and_received","spk_at_index","to_owned","try_from","try_into","txout","txouts","txouts_in_tx","type_id","unmark_used","unused_spks","vzip","AlterCheckPointError","ApplyHeaderError","BLOCKS_TABLE_NAME","CannotConnect","CannotConnectError","ChangeSet","CheckPoint","CheckPointIter","InconsistentBlocks","LocalChain","MissingGenesisError","SCHEMA_NAME","apply_changeset","apply_header","apply_header_connected_to","apply_update","blocks","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","default","deserialize","disconnect_from","eq","eq","eq","eq","eq","eq","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from_blocks","from_changeset","from_genesis_hash","from_iter","from_iter","from_sqlite","from_tip","genesis_hash","get","get_chain_tip","height","init_sqlite_tables","initial_changeset","insert_block","into","into","into","into","into","into","is_block_in_chain","is_empty","iter_checkpoints","merge","original_hash","persist_to_sqlite","range","serialize","tip","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_include_height","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","update_hash","vzip","vzip","vzip","vzip","vzip","vzip","SCHEMAS_TABLE_NAME","migrate_schema","FullScanRequest","FullScanRequestBuilder","FullScanResult","OutPoint","Spk","SyncItem","SyncProgress","SyncRequest","SyncRequestBuilder","SyncResult","Txid","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build","builder","builder","chain_tip","chain_tip","chain_tip","chain_tip","chain_update","chain_update","clone","clone","clone_into","clone_into","cmp","consumed","default","default","default","default","default","default","eq","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","hash","inspect","inspect","into","into","into","into","into","into","into","into","iter_outpoints","iter_spks","iter_spks","iter_txids","keychains","last_active_indices","next_outpoint","next_spk","next_spk","next_txid","outpoints","outpoints_consumed","outpoints_remaining","partial_cmp","progress","remaining","revealed_spks_from_indexer","spks","spks_consumed","spks_for_keychain","spks_from_indexer","spks_remaining","spks_with_indexes","to_owned","to_owned","to_string","total","total_outpoints","total_spks","total_txids","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","tx_update","tx_update","txids","txids_consumed","txids_remaining","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","unused_spks_from_indexer","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","ANCHORS_TABLE_NAME","CalculateFeeError","CanonicalTx","ChangeSet","MissingTxOut","NegativeFee","SCHEMA_NAME","TXOUTS_TABLE_NAME","TXS_TABLE_NAME","TxAncestors","TxDescendants","TxGraph","TxNode","TxUpdate","all_anchors","all_txouts","anchor_heights","anchors","anchors","anchors","apply_changeset","apply_update","apply_update_at","as_ref","balance","batch_insert_unconfirmed","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","calculate_fee","chain_position","checked_sum","checked_sum","checked_sum","checked_sum","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","cmp","default","default","deref","deserialize","direct_conflicts","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","filter_chain_txouts","filter_chain_unspents","floating_txouts","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from_sqlite","full_txs","get_chain_position","get_chain_spend","get_tx","get_tx_node","get_txout","init_sqlite_tables","initial_changeset","insert_anchor","insert_seen_at","insert_tx","insert_txout","into","into","into","into","into","into","into","into_fallible","into_fallible","into_iter","into_iter","is_empty","is_empty","last_seen","last_seen_unconfirmed","list_canonical_txs","map_anchors","map_anchors","merge","new","next","next","outspends","partial_cmp","partial_cmp","persist_to_sqlite","seen_ats","serialize","to_owned","to_owned","to_owned","to_owned","to_string","transpose_into_fallible","transpose_into_fallible","try_balance","try_filter_chain_txouts","try_filter_chain_unspents","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_get_chain_position","try_get_chain_spend","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_list_canonical_txs","tx","tx_node","tx_outputs","tx_spends","txid","txouts","txouts","txouts","txs","txs","txs_with_no_anchor_or_last_seen","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","walk_ancestors","walk_conflicts","walk_descendants"],"q":[[0,"bdk_chain"],[365,"bdk_chain::ConfirmationTime"],[368,"bdk_chain::bitcoin"],[2759,"bdk_chain::bitcoin::address"],[3030,"bdk_chain::bitcoin::address::AddressData"],[3033,"bdk_chain::bitcoin::address::error"],[3055,"bdk_chain::bitcoin::amount"],[3116,"bdk_chain::bitcoin::amount::serde"],[3127,"bdk_chain::bitcoin::amount::serde::as_btc"],[3130,"bdk_chain::bitcoin::amount::serde::as_btc::opt"],[3132,"bdk_chain::bitcoin::amount::serde::as_sat"],[3135,"bdk_chain::bitcoin::amount::serde::as_sat::opt"],[3137,"bdk_chain::bitcoin::base58"],[3506,"bdk_chain::bitcoin::base58::error"],[3549,"bdk_chain::bitcoin::base64"],[3639,"bdk_chain::bitcoin::base64::alphabet"],[3683,"bdk_chain::bitcoin::base64::display"],[3695,"bdk_chain::bitcoin::base64::engine"],[3777,"bdk_chain::bitcoin::base64::engine::general_purpose"],[3785,"bdk_chain::bitcoin::base64::prelude"],[3800,"bdk_chain::bitcoin::base64::read"],[3813,"bdk_chain::bitcoin::base64::write"],[3845,"bdk_chain::bitcoin::bip152"],[4035,"bdk_chain::bitcoin::bip158"],[4149,"bdk_chain::bitcoin::bip32"],[4481,"bdk_chain::bitcoin::bip32::ChildNumber"],[4483,"bdk_chain::bitcoin::blockdata"],[4494,"bdk_chain::bitcoin::blockdata::block"],[4614,"bdk_chain::bitcoin::blockdata::constants"],[4680,"bdk_chain::bitcoin::blockdata::fee_rate"],[4681,"bdk_chain::bitcoin::blockdata::locktime"],[4683,"bdk_chain::bitcoin::blockdata::locktime::absolute"],[4869,"bdk_chain::bitcoin::blockdata::locktime::relative"],[5079,"bdk_chain::bitcoin::blockdata::opcodes"],[5130,"bdk_chain::bitcoin::blockdata::opcodes::all"],[5386,"bdk_chain::bitcoin::blockdata::script"],[5928,"bdk_chain::bitcoin::blockdata::script::witness_program"],[5953,"bdk_chain::bitcoin::blockdata::script::witness_version"],[6037,"bdk_chain::bitcoin::blockdata::transaction"],[6197,"bdk_chain::bitcoin::blockdata::weight"],[6199,"bdk_chain::bitcoin::blockdata::witness"],[6214,"bdk_chain::bitcoin::consensus"],[6303,"bdk_chain::bitcoin::consensus::encode"],[6396,"bdk_chain::bitcoin::consensus::encode::Error"],[6400,"bdk_chain::bitcoin::consensus::params"],[6418,"bdk_chain::bitcoin::consensus::serde"],[6453,"bdk_chain::bitcoin::consensus::serde::hex"],[6531,"bdk_chain::bitcoin::ecdsa"],[6618,"bdk_chain::bitcoin::error"],[6701,"bdk_chain::bitcoin::hash_types"],[6709,"bdk_chain::bitcoin::hashes"],[6750,"bdk_chain::bitcoin::hashes::cmp"],[6751,"bdk_chain::bitcoin::hashes::hash160"],[6796,"bdk_chain::bitcoin::hashes::hex"],[6960,"bdk_chain::bitcoin::hashes::hex::buf_encoder"],[6978,"bdk_chain::bitcoin::hashes::hex::display"],[7016,"bdk_chain::bitcoin::hashes::hex::error"],[7045,"bdk_chain::bitcoin::hashes::hex::parse"],[7054,"bdk_chain::bitcoin::hashes::hex::prelude"],[7065,"bdk_chain::bitcoin::hashes::hmac"],[7078,"bdk_chain::bitcoin::hashes::ripemd160"],[7149,"bdk_chain::bitcoin::hashes::serde"],[7236,"bdk_chain::bitcoin::hashes::serde::de"],[7420,"bdk_chain::bitcoin::hashes::serde::de::value"],[8715,"bdk_chain::bitcoin::hashes::serde::ser"],[8844,"bdk_chain::bitcoin::hashes::serde_macros"],[8845,"bdk_chain::bitcoin::hashes::serde_macros::serde_details"],[8850,"bdk_chain::bitcoin::hashes::sha1"],[8920,"bdk_chain::bitcoin::hashes::sha256"],[9034,"bdk_chain::bitcoin::hashes::sha256d"],[9087,"bdk_chain::bitcoin::hashes::sha256t"],[9134,"bdk_chain::bitcoin::hashes::sha384"],[9190,"bdk_chain::bitcoin::hashes::sha512"],[9260,"bdk_chain::bitcoin::hashes::sha512_256"],[9316,"bdk_chain::bitcoin::hashes::siphash24"],[9408,"bdk_chain::bitcoin::io"],[9554,"bdk_chain::bitcoin::key"],[9924,"bdk_chain::bitcoin::merkle_tree"],[9982,"bdk_chain::bitcoin::network"],[10029,"bdk_chain::bitcoin::network::as_core_arg"],[10031,"bdk_chain::bitcoin::p2p"],[10187,"bdk_chain::bitcoin::p2p::address"],[10242,"bdk_chain::bitcoin::p2p::message"],[10369,"bdk_chain::bitcoin::p2p::message::NetworkMessage"],[10371,"bdk_chain::bitcoin::p2p::message_blockdata"],[10447,"bdk_chain::bitcoin::p2p::message_blockdata::Inventory"],[10449,"bdk_chain::bitcoin::p2p::message_bloom"],[10513,"bdk_chain::bitcoin::p2p::message_compact_blocks"],[10606,"bdk_chain::bitcoin::p2p::message_filter"],[10738,"bdk_chain::bitcoin::p2p::message_network"],[10816,"bdk_chain::bitcoin::parse"],[10837,"bdk_chain::bitcoin::policy"],[10846,"bdk_chain::bitcoin::pow"],[10849,"bdk_chain::bitcoin::psbt"],[11227,"bdk_chain::bitcoin::psbt::Error"],[11232,"bdk_chain::bitcoin::psbt::ExtractTxError"],[11236,"bdk_chain::bitcoin::psbt::IndexOutOfBoundsError"],[11240,"bdk_chain::bitcoin::psbt::raw"],[11311,"bdk_chain::bitcoin::secp256k1"],[11665,"bdk_chain::bitcoin::secp256k1::constants"],[11681,"bdk_chain::bitcoin::secp256k1::ecdh"],[11712,"bdk_chain::bitcoin::secp256k1::ecdsa"],[11834,"bdk_chain::bitcoin::secp256k1::ecdsa::serialized_signature"],[11856,"bdk_chain::bitcoin::secp256k1::ellswift"],[11931,"bdk_chain::bitcoin::secp256k1::ffi"],[12177,"bdk_chain::bitcoin::secp256k1::ffi::recovery"],[12209,"bdk_chain::bitcoin::secp256k1::ffi::types"],[12239,"bdk_chain::bitcoin::secp256k1::hashes"],[12353,"bdk_chain::bitcoin::secp256k1::rand"],[12405,"bdk_chain::bitcoin::secp256k1::rand::distributions"],[12680,"bdk_chain::bitcoin::secp256k1::rand::distributions::uniform"],[12823,"bdk_chain::bitcoin::secp256k1::rand::distributions::weighted"],[12830,"bdk_chain::bitcoin::secp256k1::rand::distributions::weighted::alias_method"],[12842,"bdk_chain::bitcoin::secp256k1::rand::prelude"],[12886,"bdk_chain::bitcoin::secp256k1::rand::rngs"],[12949,"bdk_chain::bitcoin::secp256k1::rand::rngs::adapter"],[12997,"bdk_chain::bitcoin::secp256k1::rand::rngs::mock"],[13018,"bdk_chain::bitcoin::secp256k1::rand::seq"],[13050,"bdk_chain::bitcoin::secp256k1::rand::seq::index"],[13107,"bdk_chain::bitcoin::secp256k1::scalar"],[13127,"bdk_chain::bitcoin::secp256k1::schnorr"],[13158,"bdk_chain::bitcoin::sighash"],[13507,"bdk_chain::bitcoin::sign_message"],[13562,"bdk_chain::bitcoin::taproot"],[14201,"bdk_chain::bitcoin::taproot::merkle_branch"],[14227,"bdk_chain::bitcoin::taproot::serialized_signature"],[14282,"bdk_chain::indexed_tx_graph"],[14333,"bdk_chain::indexer"],[14342,"bdk_chain::indexer::keychain_txout"],[14446,"bdk_chain::indexer::keychain_txout::InsertDescriptorError"],[14450,"bdk_chain::indexer::spk_txout"],[14487,"bdk_chain::local_chain"],[14619,"bdk_chain::rusqlite_impl"],[14621,"bdk_chain::spk_client"],[14767,"bdk_chain::tx_graph"],[14952,"bdk_chain::balance"],[14953,"bdk_chain::descriptor_ext"],[14954,"bdk_chain::tx_data_traits"],[14955,"bdk_core::block_id"],[14956,"bitcoin_hashes::sha256"],[14957,"bdk_core::checkpoint"],[14958,"bdk_core::tx_update"],[14959,"core::clone"],[14960,"bdk_chain::chain_data"],[14961,"bdk_chain::spk_iter"],[14962,"core::cmp"],[14963,"rusqlite::types::value_ref"],[14964,"bitcoin::network"],[14965,"rusqlite::types::from_sql"],[14966,"bitcoin::blockdata::script::owned"],[14967,"miniscript::descriptor::key"],[14968,"miniscript::descriptor"],[14969,"bitcoin_units::amount"],[14970,"bitcoin::blockdata::block"],[14971,"bitcoin::blockdata::transaction"],[14972,"serde::de"],[14973,"core::option"],[14974,"core::borrow"],[14975,"core::result"],[14976,"core::iter::traits::collect"],[14977,"core::fmt"],[14978,"bitcoin_hashes"],[14979,"bdk_chain::chain_oracle"],[14980,"core::hash"],[14981,"core::slice::index"],[14982,"fallible_iterator"],[14983,"core::iter::traits::iterator"],[14984,"core::ops::function"],[14985,"core::ops::range"],[14986,"serde::ser"],[14987,"rusqlite::types::to_sql"],[14988,"rusqlite"],[14989,"alloc::string"],[14990,"core::any"],[14991,"bitcoin_units::weight"],[14992,"bitcoin::pow"],[14993,"secp256k1::key"],[14994,"secp256k1"],[14995,"secp256k1::scalar"],[14996,"secp256k1::context"],[14997,"bitcoin::address"],[14998,"bitcoin::bip158"],[14999,"bitcoin::bip32"],[15000,"bitcoin::blockdata::script"],[15001,"bitcoin::crypto::key"],[15002,"bitcoin::crypto::sighash"],[15003,"bitcoin::taproot"],[15004,"bitcoin::blockdata::script::borrowed"],[15005,"secp256k1_sys"],[15006,"bitcoin_hashes::sha256d"],[15007,"bitcoin_hashes::hash160"],[15008,"bitcoin_hashes::sha256t"],[15009,"bitcoin::blockdata::script::push_bytes::primitive"],[15010,"bitcoin::consensus::params"],[15011,"bitcoin::blockdata::script::builder"],[15012,"bitcoin::blockdata::constants"],[15013,"bitcoin::blockdata::locktime::absolute"],[15014,"bitcoin::blockdata::locktime::relative"],[15015,"bitcoin_units::fee_rate"],[15016,"bitcoin::blockdata::opcodes"],[15017,"bitcoin::blockdata::witness"],[15018,"bitcoin::blockdata::script::witness_program"],[15019,"bitcoin::blockdata::script::witness_version"],[15020,"bitcoin::consensus::encode"],[15021,"bitcoin::merkle_tree::block"],[15022,"bitcoin::psbt"],[15023,"bitcoin::psbt::error"],[15024,"bitcoin_io"],[15025,"core::marker"],[15026,"bitcoin_io::error"],[15027,"bitcoin_units::amount::serde::private"],[15028,"core::convert"],[15029,"bitcoin::blockdata::script::instruction"],[15030,"miniscript::psbt"],[15031,"alloc::vec"],[15032,"alloc::borrow"],[15033,"miniscript::primitives::relative_locktime"],[15034,"hex_conservative::error"],[15035,"bitcoin::error"],[15036,"bitcoin::p2p"],[15037,"bitcoin::address::error"],[15038,"bitcoin_units::locktime::relative"],[15039,"miniscript::miniscript::decode"],[15040,"alloc::boxed"],[15041,"bitcoin_units::locktime::absolute"],[15042,"bitcoin::crypto::taproot"],[15043,"bitcoin::crypto::ecdsa"],[15044,"alloc::collections::btree::map"],[15045,"bech32::primitives::gf32"],[15046,"miniscript::miniscript::hash256"],[15047,"bitcoin_hashes::ripemd160"],[15048,"secp256k1::schnorr"],[15049,"bech32::segwit"],[15050,"base58ck::error"],[15051,"bitcoin_units::amount::serde"],[15052,"core::alloc"],[15053,"std::path"],[15054,"std::ffi::os_str"],[15055,"bitcoin::p2p::address"],[15056,"bitcoin::p2p::message_blockdata"],[15057,"bitcoin::bip152"],[15058,"alloc::vec::drain"],[15059,"serde_json::value"],[15060,"alloc::vec::extract_if"],[15061,"std::io::error"],[15062,"bitcoin::taproot::merkle_branch"],[15063,"alloc::collections::vec_deque"],[15064,"alloc::collections::binary_heap"],[15065,"alloc::ffi::c_str"],[15066,"miniscript::plan"],[15067,"serde::de::value"],[15068,"core::str::pattern"],[15069,"core::mem::maybe_uninit"],[15070,"alloc::vec::splice"],[15071,"core::net::socket_addr"],[15072,"alloc::vec::into_iter"],[15073,"rusqlite::error"],[15074,"alloc::collections"],[15075,"std::io"],[15076,"base64::encode"],[15077,"base64::decode"],[15078,"base64::engine"],[15079,"base64::alphabet"],[15080,"base64::display"],[15081,"base64::engine::general_purpose"],[15082,"base64::read::decoder"],[15083,"base64::write::encoder_string_writer"],[15084,"base64::write::encoder"],[15085,"miniscript::primitives::absolute_locktime"],[15086,"bitcoin::blockdata::script::push_bytes::error"],[15087,"bitcoin::blockdata::script::push_bytes"],[15088,"bitcoin_units::parse"],[15089,"bitcoin::consensus"],[15090,"bitcoin::consensus::serde"],[15091,"bitcoin::consensus::serde::hex"],[15092,"core::slice::iter"],[15093,"secp256k1::ecdsa"],[15094,"hex_conservative::parse"],[15095,"hex_conservative::display"],[15096,"hex_conservative"],[15097,"hex_conservative::iter"],[15098,"core::iter::traits::exact_size"],[15099,"core::iter::traits::double_ended"],[15100,"core::iter::traits::marker"],[15101,"hex_conservative::buf_encoder"],[15102,"serde::de::ignored_any"],[15103,"core::error"],[15104,"serde::ser::impossible"],[15105,"bitcoin_hashes::serde_macros::serde_details"],[15106,"bitcoin_hashes::sha1"],[15107,"bitcoin_hashes::sha384"],[15108,"bitcoin_hashes::sha512"],[15109,"bitcoin_hashes::sha512_256"],[15110,"bitcoin_hashes::siphash24"],[15111,"core::ptr::non_null"],[15112,"secp256k1::context::alloc_only"],[15113,"secp256k1::secret"],[15114,"core::mem::manually_drop"],[15115,"rand::rng"],[15116,"secp256k1_sys::types"],[15117,"secp256k1::ecdsa::recovery"],[15118,"rand_core"],[15119,"bitcoin::p2p::message"],[15120,"bitcoin::p2p::message_bloom"],[15121,"bitcoin::p2p::message_compact_blocks"],[15122,"bitcoin::p2p::message_filter"],[15123,"bitcoin::p2p::message_network"],[15124,"core::num::error"],[15125,"bitcoin::psbt::map::output"],[15126,"bitcoin::psbt::map::input"],[15127,"bitcoin::psbt::display_from_str"],[15128,"bitcoin::psbt::raw"],[15129,"secp256k1::ellswift"],[15130,"secp256k1::ecdh"],[15131,"secp256k1_sys::recovery"],[15132,"secp256k1::ecdsa::serialized_signature"],[15133,"secp256k1::ecdsa::serialized_signature::into_iter"],[15134,"core::ffi"],[15135,"bitcoin_hashes::hmac"],[15136,"core::str::traits"],[15137,"rand_core::error"],[15138,"core::num::nonzero"],[15139,"getrandom::error"],[15140,"core::default"],[15141,"rand::distributions::uniform"],[15142,"rand::distributions::distribution"],[15143,"rand::rngs::thread"],[15144,"rand::distributions::other"],[15145,"rand::distributions"],[15146,"rand::distributions::bernoulli"],[15147,"rand::distributions::float"],[15148,"rand::distributions::slice"],[15149,"rand::distributions::weighted_index"],[15150,"core::ops::arith"],[15151,"core::num::wrapping"],[15152,"core::time"],[15153,"rand::distributions::weighted::alias_method"],[15154,"rand::seq"],[15155,"rand_core::os"],[15156,"rand::rngs::std"],[15157,"rand::rngs::adapter::reseeding"],[15158,"rand_core::block"],[15159,"rand::rngs::adapter::read"],[15160,"rand::rngs::mock"],[15161,"core::ops::index"],[15162,"rand::seq::index"],[15163,"bitcoin::sign_message::message_signing"],[15164,"alloc::collections::btree::set"],[15165,"bitcoin::taproot::serialized_signature"],[15166,"bitcoin::taproot::serialized_signature::into_iter"],[15167,"rusqlite::transaction"],[15168,"bdk_core"],[15169,"bdk_core::spk_client"],[15170,"alloc::sync"],[15171,"std::collections::hash::set"],[15172,"bitcoin"],[15173,"bitcoin::crypto"],[15174,"bitcoin_units::amount::serde::as_btc"],[15175,"bitcoin_units::amount::serde::as_btc::opt"],[15176,"bitcoin_units::amount::serde::as_sat"],[15177,"bitcoin_units::amount::serde::as_sat::opt"],[15178,"base58ck"],[15179,"base64"],[15180,"bitcoin::blockdata"],[15181,"bitcoin::blockdata::locktime"],[15182,"bitcoin::blockdata::opcodes::all"],[15183,"bitcoin_hashes::cmp"],[15184,"serde_derive"],[15185,"serde"],[15186,"bitcoin_hashes::serde_macros"],[15187,"bitcoin::merkle_tree"],[15188,"bitcoin::network::as_core_arg"],[15189,"bitcoin::policy"],[15190,"secp256k1::constants"],[15191,"rand"],[15192,"rand::distributions::weighted"],[15193,"rand::rngs"],[15194,"bitcoin::sign_message"]],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,15,16,0,0,60,0,0,0,0,0,0,0,0,0,0,15,16,1,2,3,5,6,13,2,2,2,2,0,0,11,6,67,5,6,11,13,24,33,1,15,16,17,2,2,18,67,5,6,11,13,24,33,1,15,16,17,2,18,17,5,6,11,13,1,15,16,17,2,18,5,6,11,13,1,15,16,17,2,18,15,5,6,15,16,17,2,24,24,24,24,24,24,24,24,33,6,3,3,15,6,1,5,6,13,1,24,33,18,38,5,6,1,16,2,38,2,5,6,11,1,15,16,17,2,11,5,5,6,6,1,1,15,15,16,16,17,17,2,2,11,13,5,6,11,13,1,1,15,16,17,2,2,2,2,67,5,5,5,6,11,13,13,24,24,24,33,33,33,1,15,16,16,17,2,2,18,11,55,5,6,2,2,11,2,2,2,2,11,60,5,6,11,15,16,2,5,11,5,1,2,0,0,11,67,5,6,11,13,24,33,1,15,16,17,2,18,67,18,24,33,67,11,18,60,15,16,17,66,17,17,11,0,0,13,66,0,11,18,18,67,18,18,17,5,6,15,16,17,2,11,11,11,0,0,13,0,5,6,1,16,2,17,0,0,66,66,2,5,6,11,13,1,15,16,17,2,18,2,24,24,24,24,24,24,24,24,33,1,2,1,67,18,1,1,67,5,6,11,13,24,33,1,15,16,17,2,18,67,5,6,11,13,24,33,1,15,16,17,2,18,0,17,13,13,67,5,6,11,13,24,33,1,15,16,17,2,18,16,1,67,5,6,11,13,24,33,1,15,16,17,2,18,708,709,708,0,0,144,145,144,145,0,129,134,134,134,23,0,0,134,0,0,150,129,144,0,127,127,0,0,0,0,0,0,29,79,129,80,127,148,148,148,148,148,80,29,79,31,29,79,129,80,80,147,135,0,134,134,134,139,134,0,0,144,145,144,145,29,79,29,79,0,0,89,89,89,89,89,134,0,0,0,0,135,23,134,29,134,0,0,0,0,0,0,23,144,145,144,145,0,0,0,0,0,0,0,0,0,0,147,23,135,0,0,0,0,0,137,137,137,137,137,137,137,137,137,137,137,137,137,137,137,137,137,0,80,0,0,0,0,0,0,0,0,0,0,0,0,29,79,129,80,127,148,79,29,79,80,81,29,79,80,82,0,88,90,91,92,30,93,94,95,96,97,32,98,99,100,101,102,103,104,105,106,0,90,91,92,30,93,94,95,96,97,32,98,99,100,101,102,103,104,105,106,107,82,107,107,26,26,107,82,82,26,82,90,91,92,30,93,94,95,96,97,32,98,99,100,101,102,103,104,105,106,90,90,91,91,92,92,30,30,93,93,94,94,95,95,107,107,26,26,96,96,96,97,97,97,32,32,98,98,99,99,99,100,100,100,101,101,102,102,103,103,23,104,104,105,105,106,106,26,88,88,88,105,120,31,0,0,0,53,53,0,134,29,79,129,82,80,89,135,88,90,90,91,91,92,92,30,30,93,93,94,94,95,95,53,130,107,26,26,136,137,96,96,97,97,32,32,98,98,138,120,127,139,31,133,140,141,99,99,100,100,142,143,101,101,102,102,111,103,103,144,145,146,147,23,81,148,149,150,113,104,104,114,105,105,115,106,106,134,29,79,129,82,80,89,135,88,90,91,92,30,93,94,95,53,130,107,26,26,136,137,96,97,32,98,138,120,127,139,31,133,140,141,99,100,142,143,101,102,111,103,144,145,146,147,23,81,148,149,150,113,104,114,105,115,106,107,26,107,23,127,53,127,127,53,79,29,79,80,29,79,129,80,29,79,129,80,129,29,79,29,79,80,130,133,134,29,79,129,82,80,89,135,88,90,91,92,30,93,94,95,53,130,26,136,137,96,97,32,98,138,120,127,139,31,133,140,141,99,100,142,143,101,102,111,103,144,145,146,147,23,81,148,149,150,113,104,114,105,115,106,134,29,79,129,82,80,89,135,88,90,91,92,30,93,94,95,53,130,26,136,137,96,97,32,98,138,120,127,139,31,133,140,141,99,100,142,143,101,102,111,103,144,145,146,147,23,81,148,149,150,113,104,114,105,115,106,29,79,129,82,80,89,135,88,90,91,92,30,93,94,95,107,26,136,137,96,97,32,98,138,120,127,139,31,133,140,141,99,100,142,101,102,111,103,144,147,23,81,148,149,113,104,114,105,115,106,82,53,150,141,143,53,31,31,53,31,0,29,90,91,30,93,94,53,32,98,138,127,139,133,140,146,149,104,53,26,120,139,31,29,90,91,30,93,94,53,107,26,32,98,138,120,127,139,31,133,140,146,149,104,107,107,82,29,79,26,138,120,127,133,111,149,113,114,115,26,26,29,79,29,79,29,129,82,80,88,90,91,92,30,93,94,95,53,107,26,96,97,32,98,138,120,127,139,31,133,141,99,100,142,143,101,102,103,144,145,23,81,148,149,150,150,104,105,106,148,148,29,79,29,79,29,29,79,80,80,29,79,80,107,0,127,120,90,91,92,30,93,94,95,96,97,32,98,99,100,101,102,111,103,113,104,114,105,115,106,134,29,79,129,82,80,89,135,88,90,91,92,30,93,94,95,53,130,107,107,26,26,136,137,96,97,32,98,138,120,127,139,31,133,140,141,99,100,142,143,101,102,111,103,144,145,146,147,23,81,148,149,150,113,104,114,105,115,106,82,134,134,29,29,79,79,129,129,82,82,80,80,89,89,135,135,88,88,90,90,91,91,92,92,30,30,93,93,94,94,95,95,53,53,130,130,107,107,26,26,136,136,137,137,96,96,97,97,32,32,98,98,138,138,120,120,127,127,139,139,31,31,133,133,140,140,141,141,99,99,100,100,142,142,143,143,101,101,102,102,111,111,103,103,144,144,145,145,146,146,147,147,23,23,81,81,148,148,149,149,150,150,113,113,104,104,114,114,105,105,115,115,106,106,0,26,150,146,150,150,150,150,150,129,129,90,150,150,150,150,150,150,150,150,107,134,134,29,29,79,79,129,129,82,82,82,80,80,89,89,135,88,88,90,90,90,90,91,91,91,91,92,92,92,92,30,30,30,30,93,93,93,93,94,94,94,94,95,95,95,95,53,130,130,107,107,107,107,26,26,26,26,136,137,137,96,96,96,96,97,97,97,97,32,32,32,32,98,98,98,98,138,138,120,127,127,127,127,139,31,133,140,141,141,99,99,99,99,100,100,100,100,142,142,143,143,101,101,101,101,102,102,102,102,103,103,103,103,144,144,145,145,146,147,23,23,81,81,81,81,148,148,148,148,149,149,149,150,150,104,104,104,104,105,105,105,105,106,106,106,106,107,29,79,143,134,29,79,129,82,82,82,82,82,82,80,89,135,135,88,90,90,91,91,92,92,92,92,30,30,30,30,30,30,93,93,93,94,94,94,95,95,53,130,130,130,26,26,26,26,26,136,137,96,96,96,96,96,97,97,97,97,97,32,32,32,32,98,98,98,98,138,120,127,127,127,139,31,133,133,133,133,133,140,140,140,140,140,140,141,141,141,99,99,99,99,99,99,100,100,100,100,142,143,101,101,102,102,111,103,103,144,144,145,146,147,147,23,81,148,148,149,150,113,104,104,104,114,105,105,105,105,105,115,106,106,106,106,127,81,148,146,29,79,90,91,92,30,93,94,95,96,97,32,98,99,100,101,102,103,104,105,106,107,26,107,23,148,127,145,149,144,23,90,91,92,30,93,94,95,96,97,32,98,99,100,101,102,103,104,105,106,29,79,146,127,26,127,81,148,149,29,26,106,82,80,81,148,23,105,80,141,142,90,91,92,30,93,94,95,96,97,32,98,99,100,101,102,103,104,105,106,29,79,129,129,129,88,104,105,127,127,82,82,90,91,92,30,93,94,95,96,97,32,98,133,141,141,99,100,142,143,101,102,103,104,105,106,90,91,92,30,93,94,95,96,97,32,98,99,100,101,102,103,104,105,106,145,134,29,79,129,82,80,89,88,90,91,92,30,93,94,95,137,96,97,32,98,138,127,141,99,100,142,143,101,102,103,144,145,23,150,104,105,106,29,79,29,79,127,81,148,149,150,80,80,80,143,80,88,80,80,143,134,29,79,129,82,80,89,135,88,90,91,92,30,93,94,95,107,26,136,137,96,97,32,98,138,120,127,139,31,133,141,99,100,142,101,102,111,103,144,145,147,23,81,148,149,150,113,104,114,105,115,106,0,53,146,90,91,92,30,93,94,95,107,107,107,107,107,107,107,96,97,32,98,133,99,100,143,101,102,103,104,105,106,141,143,31,150,107,107,107,107,134,29,79,129,82,80,89,135,88,90,91,92,30,93,94,95,53,130,26,136,137,96,97,32,98,138,120,127,139,31,133,140,141,99,100,142,143,101,102,111,103,144,145,146,147,23,81,148,149,150,113,104,114,105,115,106,26,26,133,107,31,31,107,133,31,127,127,31,147,148,107,79,138,107,107,107,107,107,136,107,136,107,136,79,107,107,127,88,88,127,88,127,141,88,107,82,133,150,0,133,120,107,133,31,81,23,88,148,148,148,0,148,148,107,139,107,139,29,79,129,80,80,29,79,80,79,0,143,107,26,136,138,133,141,143,26,26,26,26,26,26,26,26,141,143,26,133,31,138,31,150,0,107,88,88,88,88,88,88,136,133,88,136,88,136,133,107,26,141,142,88,136,23,0,29,79,129,82,80,89,135,88,90,91,92,30,93,94,95,107,107,26,26,136,137,96,97,32,98,138,120,127,139,31,133,140,141,99,100,142,101,102,111,103,144,147,23,81,148,149,113,104,114,105,115,106,0,79,0,120,136,150,127,127,127,127,127,127,127,127,127,127,127,127,0,88,141,142,82,143,133,133,26,26,26,26,141,142,29,79,29,79,88,26,26,80,26,88,107,88,139,31,120,133,120,120,29,79,29,79,29,79,29,79,29,129,82,82,80,88,90,91,92,30,93,94,95,53,130,107,26,96,97,32,98,138,120,127,139,31,133,141,99,100,142,143,101,102,103,144,145,23,81,148,149,150,150,104,105,106,150,0,150,150,150,0,79,139,133,140,150,29,79,80,81,29,79,80,29,79,80,80,82,0,133,107,88,107,81,148,29,79,90,91,92,30,93,94,95,96,97,32,98,99,100,101,102,103,104,105,106,107,141,142,143,148,149,127,23,137,29,79,82,141,82,141,107,80,81,148,137,134,29,79,129,82,80,89,135,88,90,91,92,30,93,94,95,53,130,107,26,136,137,96,97,32,98,138,120,127,139,31,133,140,141,99,100,142,143,101,102,111,103,144,145,146,147,23,81,148,149,150,113,104,114,105,115,106,107,107,107,82,141,88,90,91,92,30,93,94,95,96,97,32,98,99,100,101,102,103,104,105,106,127,82,141,29,79,129,129,129,106,82,141,29,141,134,29,79,129,82,80,89,88,90,91,92,30,93,94,95,130,107,26,137,96,97,32,98,138,127,141,99,100,142,143,101,102,103,144,145,23,81,148,150,104,105,106,29,79,29,79,81,145,130,79,80,80,133,143,148,80,82,31,53,120,31,134,29,29,79,79,129,129,129,129,82,80,80,80,80,89,135,88,90,91,92,30,93,94,95,53,130,26,136,137,137,137,137,137,96,97,32,98,138,120,127,127,127,127,139,31,133,140,141,99,100,142,142,143,101,102,111,103,144,145,146,147,23,23,23,81,148,149,150,113,104,114,105,115,106,134,29,79,129,82,80,89,135,88,90,91,92,30,93,94,95,53,130,26,136,137,96,97,32,98,138,120,127,139,31,133,140,141,99,100,142,143,101,102,111,103,144,145,146,147,23,81,148,149,150,113,104,114,105,115,106,82,31,31,53,31,138,146,134,29,79,129,82,80,89,135,88,90,91,92,30,93,94,95,53,130,107,26,136,137,96,97,32,98,138,120,127,139,31,133,140,141,99,100,142,143,101,102,111,103,144,145,146,147,23,81,148,149,150,113,104,114,105,115,106,29,79,29,79,29,79,150,79,150,150,150,139,82,141,142,136,31,150,138,31,134,29,79,129,82,80,89,135,88,90,91,92,30,93,94,95,53,130,26,136,137,96,97,32,98,138,120,127,139,31,133,140,141,99,100,142,143,101,102,111,103,144,145,146,147,23,81,148,149,150,113,104,114,105,115,106,53,139,31,26,120,88,53,107,141,142,141,142,107,31,150,0,0,0,195,195,215,0,119,195,0,195,0,0,195,0,135,0,0,0,195,0,89,228,89,228,0,89,89,89,0,135,228,135,0,195,0,188,188,195,188,195,188,215,240,195,241,242,243,244,245,246,118,228,188,215,240,195,241,242,243,244,245,246,118,228,188,215,240,195,241,242,243,244,245,246,118,228,188,215,240,195,241,242,243,244,245,246,118,228,246,118,228,188,215,240,195,241,242,243,244,245,246,118,228,188,188,215,215,240,240,195,195,241,241,242,242,243,243,244,244,245,245,246,246,118,118,228,228,0,188,188,215,215,240,240,195,195,241,241,242,242,243,243,244,244,245,245,246,118,228,188,188,188,188,215,215,240,195,195,195,195,195,195,195,195,195,195,195,241,242,243,244,245,246,118,228,246,118,228,188,215,240,195,241,242,243,244,245,246,118,228,243,245,244,246,118,228,188,215,240,195,241,188,215,240,195,241,242,243,244,245,246,118,228,188,215,240,195,241,242,243,244,245,188,215,240,195,241,242,243,244,245,246,118,228,188,215,240,195,241,242,243,244,245,246,118,228,188,215,240,195,241,242,243,244,245,246,118,228,188,215,240,195,241,242,243,244,245,246,118,228,710,711,712,195,195,215,0,195,0,195,0,195,0,195,0,0,0,0,195,0,188,188,195,188,195,0,134,134,134,0,0,0,179,179,134,134,134,179,134,179,0,134,134,0,179,179,162,179,162,252,179,162,179,162,179,179,179,179,179,162,162,179,179,179,179,179,179,179,162,179,162,0,162,179,179,162,179,162,179,162,179,162,179,162,179,162,0,0,0,0,257,257,257,258,257,258,258,0,0,0,0,0,0,0,0,0,0,250,0,250,0,0,250,0,76,76,166,166,76,166,166,166,76,166,166,76,76,166,166,166,76,76,76,76,166,76,250,262,166,166,76,76,250,262,166,166,76,76,166,76,166,76,250,262,166,76,166,76,250,262,166,76,166,76,166,76,76,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,76,76,0,0,166,166,166,166,76,166,76,166,76,166,76,166,76,166,166,166,166,166,166,166,166,166,166,166,0,0,0,250,262,166,166,166,166,166,166,76,76,76,76,76,250,250,262,262,166,166,76,76,0,166,166,76,76,76,76,76,76,166,166,76,166,166,76,76,76,76,76,166,166,76,76,166,166,166,250,250,262,262,166,76,76,250,250,250,250,250,262,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,76,76,76,76,76,76,76,166,166,76,76,76,76,76,76,166,76,166,76,76,76,76,76,76,76,76,76,76,166,76,166,166,76,166,76,166,76,76,250,262,166,76,166,166,76,76,166,76,166,76,166,166,166,166,166,76,166,76,262,76,166,166,76,76,76,166,166,76,166,76,166,166,166,166,166,166,166,76,76,76,166,76,166,166,76,166,76,166,166,76,76,166,166,76,76,76,166,76,166,76,166,166,166,76,166,166,76,166,166,76,166,76,250,166,166,166,166,76,76,76,166,250,262,166,76,76,166,76,250,262,76,166,76,250,262,166,76,250,262,166,76,166,76,166,76,166,76,166,250,262,166,76,250,262,166,76,166,76,166,166,166,166,76,76,166,250,0,250,0,0,250,0,281,280,281,280,281,280,281,280,281,280,281,281,280,280,281,281,280,280,281,280,281,281,280,280,281,280,281,280,281,280,281,280,281,280,281,280,310,0,307,310,0,0,0,306,306,306,306,305,307,0,305,306,307,305,306,307,305,306,307,305,306,307,310,0,310,0,0,0,310,310,310,0,0,0,310,0,0,0,310,310,0,0,305,306,307,305,305,306,306,307,307,305,305,306,306,307,307,305,306,307,307,305,306,307,0,0,307,305,306,307,305,306,307,305,306,307,305,306,307,305,306,307,305,306,307,0,0,0,0,0,314,0,314,0,314,0,0,314,313,313,314,313,314,313,313,313,314,313,313,314,314,313,314,314,313,314,313,314,313,313,314,313,313,314,313,314,313,314,313,314,0,315,315,315,315,315,315,315,315,315,315,315,0,310,0,310,0,0,0,0,0,318,318,318,316,317,318,319,316,317,318,319,316,317,318,316,317,318,310,316,310,310,310,310,312,317,310,311,317,310,310,318,319,318,318,319,319,316,317,318,319,316,317,318,319,0,316,317,318,319,316,317,316,317,318,316,317,318,319,316,317,318,319,316,317,318,319,316,317,318,319,317,317,317,0,0,0,0,0,0,0,0,0,0,0,0,310,310,0,310,310,310,310,310,310,310,310,0,320,320,320,320,320,320,320,320,320,320,320,320,0,0,0,323,325,323,325,322,323,323,323,325,323,323,325,325,323,325,323,325,323,325,323,325,323,325,323,325,323,325,323,325,0,0,0,0,326,0,0,0,326,266,266,266,266,266,267,266,266,328,330,326,267,266,266,266,327,328,329,330,326,267,266,266,266,327,328,329,330,266,326,267,266,327,328,329,330,326,267,266,327,328,329,330,267,266,327,328,330,267,266,327,328,330,327,330,267,266,327,328,330,266,266,326,267,266,327,328,329,330,326,326,267,267,266,266,327,327,328,328,329,329,330,330,326,326,267,266,266,266,266,327,328,329,329,330,326,326,267,266,266,266,327,328,329,330,327,266,330,266,267,266,327,328,330,327,267,266,328,326,267,266,327,328,329,330,266,266,327,267,266,327,328,330,327,266,327,326,329,266,326,267,266,327,328,329,330,326,266,329,330,326,267,266,266,327,328,329,330,326,267,266,327,328,329,330,267,326,267,266,327,328,329,330,326,267,266,327,328,329,330,266,0,0,0,0,0,0,0,0,0,0,334,334,332,333,332,332,332,337,338,333,339,336,334,335,332,337,338,333,339,336,334,335,335,335,335,335,335,335,335,332,333,336,334,334,335,332,337,338,333,339,336,334,334,334,335,332,337,338,333,339,336,334,335,337,338,335,337,338,335,332,337,338,333,339,336,335,335,339,334,335,334,332,337,338,333,339,336,334,335,332,337,338,333,339,336,334,335,332,337,338,333,339,336,334,335,332,337,338,333,339,336,334,335,336,292,292,0,0,0,0,0,0,0,0,287,292,0,292,0,292,292,292,292,0,287,292,292,292,0,0,0,340,341,340,340,341,341,340,341,340,341,340,340,341,341,287,286,342,340,340,340,341,341,341,343,171,287,286,292,344,342,340,340,340,341,341,341,343,171,287,286,292,344,343,171,713,714,343,171,286,713,714,343,171,286,171,171,340,341,343,171,287,286,292,344,340,341,343,171,287,286,292,344,340,341,171,287,286,343,171,341,286,713,714,343,171,343,171,340,341,343,171,287,286,343,171,340,341,343,171,287,286,292,344,340,340,341,341,343,343,171,171,287,287,286,286,292,292,344,344,286,343,171,340,340,340,340,341,341,341,341,343,343,171,171,287,287,286,286,292,292,344,344,342,340,340,340,341,341,341,343,171,287,287,286,286,286,292,292,292,292,292,344,287,340,341,286,287,171,340,341,343,171,287,286,343,286,340,341,171,287,286,343,171,287,340,341,286,342,340,341,343,171,287,286,292,344,286,346,286,342,342,286,344,340,341,286,287,286,287,340,341,286,286,713,714,343,171,343,342,286,713,714,343,171,340,341,171,287,286,714,343,713,171,340,341,343,171,287,286,292,342,340,341,343,340,341,343,171,287,286,292,344,343,171,340,341,343,171,287,286,292,344,286,171,342,342,340,340,341,341,343,171,287,286,292,344,342,340,341,343,171,287,286,292,344,342,340,341,343,171,287,286,292,344,342,340,341,343,171,287,286,292,344,343,171,715,716,0,0,0,0,0,0,0,0,0,0,0,348,348,0,0,0,0,347,121,121,347,56,347,0,121,121,0,0,0,0,56,56,56,347,121,348,56,347,121,348,56,347,121,348,56,347,121,348,56,347,56,347,56,56,347,347,56,347,56,56,56,347,121,348,56,56,347,347,121,121,348,348,56,347,121,121,348,348,56,347,121,121,348,348,347,56,347,53,56,347,121,348,347,56,56,56,347,56,56,347,121,348,56,56,347,56,347,121,348,121,348,56,347,121,348,56,347,121,348,53,56,347,121,348,56,56,56,347,121,348,56,124,0,0,0,0,0,0,0,0,0,124,0,0,124,0,0,124,0,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,0,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,0,0,0,125,0,0,0,0,210,211,210,211,0,0,125,125,0,210,125,210,349,211,350,351,125,210,349,211,350,351,125,125,125,125,210,349,211,350,351,125,210,349,211,350,351,125,210,211,125,125,210,211,125,210,349,211,350,351,125,210,210,349,349,211,211,350,350,351,351,125,125,210,210,349,349,211,211,350,350,351,351,125,125,210,349,349,211,350,350,351,125,125,125,125,210,211,125,125,210,211,125,210,211,125,125,125,210,211,125,210,349,211,350,351,125,125,125,125,125,125,210,211,125,125,125,125,125,125,125,125,125,125,125,125,125,210,211,125,349,350,351,210,211,125,210,349,211,350,351,125,210,349,211,350,351,125,210,210,210,210,349,211,211,211,211,350,351,125,125,125,125,210,349,211,350,351,125,210,349,211,350,351,125,210,349,211,350,351,125,126,0,0,0,0,0,354,355,354,355,126,0,126,0,354,355,126,354,355,190,126,356,357,358,354,355,190,126,356,357,358,126,126,126,354,355,190,126,356,357,358,354,355,190,126,356,357,358,354,355,354,355,354,355,126,356,354,355,190,126,356,357,358,354,354,355,355,190,190,126,126,356,356,357,357,358,358,354,354,355,355,190,190,126,126,356,356,357,357,358,358,354,354,355,190,126,126,126,126,356,357,358,355,126,126,354,126,355,126,355,126,126,354,355,354,355,126,357,358,354,355,190,126,356,357,358,126,126,126,126,126,126,126,126,190,354,355,126,126,126,126,126,126,126,126,126,126,126,126,126,354,355,126,357,358,354,355,126,354,355,190,126,356,357,358,126,354,355,190,126,356,357,358,354,354,354,354,355,355,355,355,190,126,126,356,357,358,354,355,190,126,356,357,358,354,355,190,126,356,357,358,354,355,354,355,190,126,356,357,358,0,0,132,131,132,0,0,0,0,0,0,132,132,132,132,132,131,0,131,132,131,132,131,132,131,132,131,131,132,131,131,132,132,131,132,131,132,131,131,132,131,131,132,131,132,131,132,131,132,131,132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,360,0,0,0,0,360,360,164,0,164,0,0,0,0,0,0,360,360,0,122,116,116,116,285,116,285,285,116,116,285,122,208,207,123,122,164,208,207,116,285,285,359,360,123,122,164,208,207,116,285,285,359,360,285,285,122,164,208,207,285,359,360,122,164,208,207,285,359,360,116,285,122,285,285,285,116,122,164,116,285,359,360,122,122,164,164,116,116,285,285,359,359,360,360,285,122,122,164,208,207,116,285,359,359,360,360,123,122,122,164,208,207,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,116,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,285,359,360,360,360,116,285,116,116,116,116,116,116,116,116,362,359,123,122,164,208,207,285,359,360,122,123,208,207,123,208,207,122,122,116,285,122,116,285,122,285,123,208,207,123,123,207,123,164,116,285,285,285,164,122,122,122,122,122,122,122,122,0,0,0,285,285,164,123,208,207,359,360,122,164,208,207,116,285,359,360,122,359,360,123,208,207,285,123,122,164,208,207,116,116,285,285,359,360,123,122,164,208,207,285,359,360,123,122,164,208,207,116,285,359,360,123,122,164,208,207,285,359,360,285,0,0,0,0,213,213,0,0,0,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,213,364,0,363,364,0,0,363,137,137,137,137,137,137,137,137,137,137,137,137,137,137,137,137,137,0,363,364,248,363,364,248,363,364,248,363,364,248,363,364,248,363,363,364,364,248,248,363,363,364,364,248,248,363,363,363,363,364,364,364,248,363,364,248,248,363,364,363,364,248,363,364,248,363,364,248,363,364,248,363,364,248,363,364,248,366,0,0,0,368,0,0,369,369,369,369,369,0,0,368,366,0,0,0,0,366,0,366,366,0,366,234,235,367,368,369,366,234,235,367,368,369,366,234,235,367,368,369,366,234,235,367,368,369,368,368,368,368,0,366,234,235,367,368,366,366,234,234,235,235,367,367,368,368,366,366,234,234,235,235,367,367,368,368,369,366,366,234,234,235,235,367,368,369,369,369,369,368,367,31,366,234,235,367,368,369,368,367,31,369,368,31,368,0,0,120,139,120,120,368,366,234,235,367,366,234,235,367,368,369,366,234,235,367,368,366,234,235,367,368,369,366,234,235,367,368,369,138,366,234,235,367,368,369,139,31,138,366,234,235,367,368,369,369,120,0,0,0,0,212,212,212,212,212,212,212,212,212,212,212,212,212,117,373,0,0,0,117,373,0,117,0,117,117,373,0,117,117,117,117,117,117,117,373,117,373,117,117,370,370,371,0,0,117,372,372,372,372,372,372,372,372,372,372,0,117,373,373,117,117,117,117,117,373,373,117,373,373,117,117,117,117,117,0,117,117,117,375,375,375,375,375,375,375,375,375,375,117,0,0,373,117,373,117,373,117,373,117,373,117,373,0,0,377,0,0,0,152,152,0,152,377,152,152,0,152,0,0,152,377,376,152,377,376,376,376,376,370,370,376,371,376,376,0,0,0,372,372,372,372,372,372,372,372,372,372,376,376,376,152,152,377,377,376,152,152,152,377,377,376,152,377,376,376,376,375,375,375,375,375,375,375,375,375,375,0,0,152,377,376,152,377,152,377,376,152,377,376,152,377,376,152,377,376,717,717,718,718,0,0,0,0,0,117,117,117,117,117,117,117,117,117,117,117,117,117,0,0,719,719,0,720,0,719,0,0,379,721,379,721,379,721,381,381,379,721,719,379,0,379,721,374,721,379,721,379,721,379,721,379,721,0,0,0,0,0,0,0,722,723,384,385,382,383,722,723,384,385,382,383,382,383,382,383,384,382,383,382,382,383,383,384,382,383,722,723,384,384,385,382,383,722,723,384,385,382,383,382,383,385,385,385,382,383,385,722,723,384,385,382,383,722,723,384,385,382,383,722,723,384,385,382,383,722,723,384,385,382,383,387,0,387,387,0,387,0,386,386,386,217,386,386,387,217,386,386,387,217,386,387,217,386,387,386,386,217,217,386,387,217,217,386,386,387,387,217,217,386,386,386,386,387,387,217,386,387,387,387,387,387,217,217,217,386,217,386,387,386,386,217,217,217,217,217,217,387,217,386,387,217,386,387,217,217,386,387,217,386,387,217,386,387,217,386,387,386,199,0,183,0,183,199,0,0,0,183,199,390,391,183,199,390,391,183,199,390,391,183,199,390,391,183,199,390,391,183,183,199,199,390,390,391,391,183,183,199,199,390,390,391,391,183,183,183,199,199,199,390,391,183,199,390,391,183,199,183,199,390,391,183,199,390,391,183,199,390,391,183,199,390,391,183,199,390,391,183,199,390,391,0,0,0,0,0,0,0,0,395,394,394,394,0,0,0,0,0,394,395,394,394,0,0,394,394,394,394,394,0,394,0,0,0,395,395,395,0,0,0,0,0,0,0,0,0,0,0,0,394,0,0,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,0,0,399,0,396,0,0,0,0,0,182,331,0,331,400,182,0,400,399,399,406,407,182,404,378,331,400,406,407,182,404,378,331,400,0,182,404,378,331,400,182,404,378,331,400,400,0,182,404,378,331,400,182,182,404,404,378,378,331,331,400,400,0,182,182,404,404,378,378,331,331,400,0,406,407,182,182,182,404,378,331,331,331,400,396,406,400,399,0,406,407,182,404,378,331,400,406,407,406,407,404,407,378,406,407,406,407,406,407,406,406,0,0,406,406,407,182,404,378,331,0,399,399,182,404,378,331,400,182,404,378,331,399,406,407,406,407,182,404,378,331,400,406,407,182,404,378,331,400,406,407,182,404,378,331,400,406,407,182,404,378,331,400,0,0,412,412,412,412,412,412,412,412,412,412,412,412,412,412,412,412,412,399,0,0,0,399,399,413,414,413,414,413,413,413,413,414,414,414,414,0,413,414,399,0,413,414,399,399,413,414,399,413,414,413,414,413,414,413,414,0,0,182,331,0,331,0,182,0,405,405,405,405,405,405,405,405,405,405,405,405,405,405,405,405,405,405,405,405,396,0,0,0,182,331,331,182,396,399,0,396,0,399,399,396,399,399,399,399,0,0,0,724,724,724,724,724,724,724,724,724,724,0,0,231,231,231,231,231,231,415,231,415,231,415,231,415,231,415,231,415,415,415,415,415,415,415,415,415,415,231,231,231,231,415,415,231,231,231,231,231,415,231,231,231,231,231,231,231,231,231,415,231,415,231,415,415,231,231,231,231,415,231,231,415,231,415,231,415,231,415,415,415,0,0,0,40,72,72,0,0,72,72,72,72,72,72,72,0,72,72,72,0,269,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,0,40,72,0,75,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,436,436,436,0,0,0,0,294,436,0,0,40,442,443,446,441,0,436,0,0,436,0,436,436,436,436,436,0,436,0,436,436,436,0,436,436,436,438,432,446,0,0,435,436,435,436,251,435,436,435,436,293,435,251,438,269,435,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,293,435,436,432,435,439,439,435,435,436,436,435,436,435,436,294,293,293,293,40,293,441,441,442,442,443,443,443,443,443,443,251,442,443,251,441,435,436,436,435,436,435,436,441,435,436,441,293,293,0,446,446,432,435,432,432,432,432,435,432,432,435,432,432,435,432,435,432,432,432,435,432,432,435,432,435,432,435,432,435,432,435,432,435,432,432,435,432,432,432,435,432,432,435,435,436,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,447,448,449,450,295,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,447,448,449,450,295,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,447,448,449,450,295,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,447,448,449,450,295,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,455,455,455,447,448,449,450,295,451,452,453,454,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,447,448,449,450,295,451,452,453,454,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,447,448,449,450,295,451,452,453,454,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,447,448,449,450,295,451,452,453,454,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,447,448,449,450,295,451,452,453,454,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,447,448,449,450,295,451,452,453,454,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,447,448,449,450,295,451,452,453,454,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,447,448,449,450,295,451,452,453,454,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,447,448,449,450,295,451,452,453,454,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,447,448,449,450,295,451,452,453,454,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,447,448,449,450,295,451,452,453,454,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,447,448,449,450,295,451,452,453,454,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,447,448,449,450,295,451,452,453,454,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,447,448,449,450,295,451,452,453,454,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,447,448,449,450,295,451,452,453,454,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,447,448,449,450,295,451,452,453,454,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,447,448,449,450,295,451,452,453,454,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,447,448,449,450,295,451,452,453,454,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,447,448,449,450,295,451,452,453,454,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,447,448,449,450,295,451,452,453,454,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,447,448,449,450,295,451,452,453,454,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,447,448,449,450,295,451,452,453,454,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,447,448,449,450,295,451,452,453,454,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,447,448,449,450,295,451,452,453,454,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,447,448,449,450,295,451,452,453,454,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,447,448,449,450,295,451,452,453,454,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,447,448,449,450,295,451,452,453,454,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,447,448,449,450,295,451,452,453,454,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,447,448,449,450,295,451,452,453,454,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,447,448,449,450,295,451,452,453,454,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,447,448,449,450,295,451,452,453,454,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,454,471,455,447,448,449,450,295,451,452,453,454,455,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,447,448,449,450,295,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,447,448,449,450,295,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,447,448,449,450,295,451,452,453,454,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,454,471,454,454,454,454,454,471,447,448,449,450,295,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,455,447,448,449,450,295,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,447,448,449,450,295,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,447,448,449,450,295,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,448,449,450,295,451,473,447,448,449,450,295,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,0,72,425,426,427,428,429,430,431,0,72,425,426,427,428,429,430,431,0,0,72,0,72,0,72,0,72,0,72,0,72,0,72,0,0,476,476,251,72,72,72,424,251,251,251,251,251,251,251,251,251,251,425,426,427,428,429,430,431,476,476,476,476,476,476,476,476,476,251,251,251,72,251,75,72,72,72,425,426,476,476,429,72,72,427,428,430,431,476,476,476,476,72,72,72,72,72,429,476,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,429,476,430,431,251,251,476,476,476,476,0,478,0,478,478,478,0,0,479,479,479,479,479,479,480,479,480,479,480,479,480,479,480,479,480,480,480,480,480,480,480,480,480,480,479,479,479,479,480,480,479,479,479,479,479,480,479,479,479,479,479,479,479,479,479,480,479,480,480,480,479,479,479,479,480,479,479,480,479,480,479,480,479,480,480,480,0,0,0,7,7,7,7,481,7,7,163,481,481,7,163,481,7,163,481,7,163,481,7,481,7,7,7,163,481,7,481,163,163,163,163,163,163,163,163,163,163,7,7,481,7,7,481,481,163,163,7,7,7,7,481,481,481,481,7,7,7,163,481,7,481,7,7,7,481,163,7,481,7,481,7,481,7,481,7,481,7,481,163,7,163,481,7,163,163,7,481,7,481,7,481,7,163,481,7,481,7,163,481,7,163,481,7,163,481,7,163,481,163,163,0,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,109,0,0,112,112,112,112,112,112,112,112,112,112,112,112,482,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,112,0,0,483,483,483,483,483,483,484,483,484,483,484,483,484,483,484,483,483,483,483,483,483,483,483,483,483,484,483,483,483,483,483,483,483,483,483,484,483,484,484,484,483,483,483,483,484,483,483,484,483,484,483,484,483,484,0,0,485,485,485,485,485,485,486,485,486,485,486,485,486,485,486,485,486,486,486,486,486,486,486,486,486,486,485,485,485,485,486,486,485,485,485,485,485,486,485,485,485,485,485,485,485,485,485,486,485,486,486,486,485,485,485,485,486,485,485,486,485,486,485,486,485,486,486,486,0,0,487,487,487,487,487,487,488,487,488,487,488,487,488,487,488,487,487,487,487,487,487,487,487,487,487,488,487,487,487,487,487,487,487,487,487,488,487,488,488,488,487,487,487,487,488,487,487,488,487,488,487,488,487,488,0,0,0,489,489,489,489,489,489,489,490,491,489,490,491,489,490,491,489,490,491,489,491,489,491,491,491,491,491,491,491,491,491,491,489,489,489,489,491,491,489,489,489,489,490,491,489,490,491,489,489,489,489,489,489,489,489,489,489,489,489,489,491,489,490,491,491,491,491,491,489,489,489,489,490,491,489,489,490,491,489,490,491,489,490,491,489,490,491,491,491,491,492,492,492,492,0,492,492,492,0,725,0,0,492,492,492,492,492,725,492,492,0,0,0,0,492,492,492,0,492,493,494,495,155,492,493,494,495,155,492,155,492,492,153,493,494,155,495,495,495,495,495,495,495,495,495,495,492,492,492,153,493,494,156,495,495,155,155,492,493,494,495,155,155,155,492,492,155,492,0,493,494,495,155,492,494,155,494,155,494,220,493,494,493,494,220,493,494,493,494,493,494,493,494,493,494,493,220,493,494,493,494,493,494,493,494,0,155,220,492,155,493,494,495,155,492,493,494,495,155,492,493,494,495,155,492,493,494,495,155,492,156,495,495,156,495,495,197,0,196,85,0,0,499,197,0,197,0,196,196,192,192,0,85,0,0,0,0,0,0,0,192,197,499,0,0,506,506,0,0,0,0,0,0,0,0,184,184,184,184,184,85,83,184,85,233,157,498,192,197,196,499,187,500,501,83,184,85,233,157,498,192,197,196,499,187,500,501,83,184,85,233,157,498,192,197,196,499,187,500,501,83,184,85,233,157,498,192,197,196,499,187,500,501,184,85,233,157,498,184,141,143,83,506,184,157,498,83,184,85,157,498,184,83,83,184,85,233,157,498,192,197,196,499,187,500,501,184,83,83,184,184,85,85,233,233,157,157,498,498,192,192,197,197,196,196,499,499,187,187,500,500,501,501,83,184,85,233,157,157,157,498,192,192,197,197,196,196,499,499,187,187,500,500,501,501,83,184,184,85,233,157,157,498,192,192,192,197,197,197,197,197,197,196,196,196,499,499,499,499,187,500,501,85,157,83,83,83,184,184,184,184,85,83,83,184,85,233,157,498,141,143,83,184,85,233,157,498,192,197,196,499,187,500,501,501,500,143,83,184,184,184,85,233,157,498,83,83,83,83,83,83,83,83,184,498,83,83,184,184,83,184,85,157,157,498,83,83,83,83,83,83,83,83,83,83,83,192,197,196,499,187,506,184,85,157,498,83,184,85,233,157,498,192,197,196,499,187,500,501,157,192,197,196,499,187,500,501,85,83,184,85,85,85,233,157,498,192,197,196,499,187,500,501,83,184,85,233,157,498,192,197,196,499,187,500,501,83,184,85,233,157,498,192,197,196,499,187,500,501,83,83,83,83,184,85,233,157,498,192,197,196,499,187,500,501,184,167,167,167,0,0,167,167,167,167,167,0,167,167,521,521,167,521,167,0,0,521,167,521,167,521,521,521,167,521,521,167,167,521,521,167,167,521,167,167,521,521,146,521,167,521,167,521,167,167,521,167,521,167,146,521,167,521,167,23,147,0,0,0,23,23,147,23,0,0,181,522,181,522,181,522,181,522,181,522,181,181,522,522,181,181,522,522,181,522,181,522,181,522,181,522,181,522,181,522,181,522,181,522,181,522,0,0,0,185,523,523,523,0,523,523,523,523,0,0,185,185,0,185,0,523,523,0,264,185,185,185,185,523,523,523,523,264,523,185,185,185,524,525,264,523,185,185,185,524,525,264,523,185,524,525,264,523,185,524,525,523,185,264,523,185,264,523,185,523,264,523,185,524,525,264,264,523,523,185,185,524,524,525,525,264,523,523,523,523,185,185,185,185,524,524,525,525,264,523,523,185,185,524,525,185,185,185,523,264,523,185,264,523,185,524,525,0,0,0,0,0,0,264,523,185,264,523,264,264,524,525,185,264,523,185,524,525,264,523,185,524,525,523,264,523,185,524,525,264,523,185,524,525,264,523,185,524,525,264,523,185,524,525,0,0,0,526,526,526,526,526,526,526,268,264,526,268,526,268,526,268,526,268,526,268,526,268,526,268,526,526,268,268,526,268,526,268,526,268,526,268,264,268,264,268,268,268,526,268,268,526,268,526,268,526,268,526,268,530,530,530,530,530,530,530,530,530,0,0,530,530,530,530,530,530,530,530,530,530,530,530,530,530,0,0,530,530,0,530,530,530,0,530,530,530,530,530,530,530,530,530,527,527,528,529,530,527,528,529,530,527,528,529,530,527,528,529,530,529,530,529,530,527,529,529,527,529,530,527,528,529,530,527,527,528,528,529,529,530,530,527,527,528,528,529,530,527,528,529,530,527,527,528,529,530,529,529,529,528,527,528,529,530,527,528,527,527,527,527,528,529,530,527,527,528,529,530,527,528,529,530,527,528,529,530,726,726,265,265,265,0,0,0,265,265,265,265,265,265,531,532,265,531,532,265,531,532,265,531,532,265,265,531,532,531,532,265,531,532,265,531,532,265,265,531,531,532,532,265,531,532,265,531,532,265,265,531,532,531,532,265,531,532,265,531,532,265,531,532,265,531,532,265,531,532,265,531,532,531,532,265,531,532,727,727,534,0,0,0,534,534,533,534,535,533,534,535,533,534,535,533,534,535,533,534,535,533,535,533,534,535,535,533,534,535,533,533,534,534,535,535,533,533,533,534,535,533,534,535,533,533,534,535,533,534,535,533,534,535,533,534,535,533,533,534,535,533,534,535,0,0,0,0,536,537,538,539,536,537,538,539,536,537,538,539,536,537,538,539,536,537,538,539,537,536,537,538,539,536,537,538,539,536,537,538,539,536,537,538,539,536,536,537,537,538,538,539,539,536,537,538,539,536,537,538,539,536,537,538,539,536,537,538,539,536,537,538,539,536,536,537,538,539,539,536,537,538,539,536,537,538,539,538,536,537,538,539,536,536,537,538,539,0,0,0,0,0,0,541,540,541,542,543,544,545,540,541,542,543,544,545,540,541,542,543,544,545,540,541,542,543,544,545,540,541,542,543,544,545,540,541,542,543,544,545,540,541,542,543,544,545,540,541,542,543,544,545,540,540,541,541,542,542,543,543,544,544,545,545,541,543,545,540,541,542,543,544,545,540,541,542,543,544,545,540,541,542,543,544,545,540,541,542,543,544,545,543,540,542,540,542,543,544,545,540,541,542,543,544,545,540,541,542,543,544,545,540,541,542,543,544,545,540,541,542,543,544,545,540,541,542,543,544,545,547,547,547,547,547,547,547,547,0,0,0,546,547,548,546,547,548,548,546,547,548,546,547,548,546,547,548,546,548,546,547,548,546,547,548,546,546,547,547,548,548,546,547,548,546,547,548,548,546,547,548,548,546,546,548,546,546,546,546,546,546,546,547,548,546,547,548,546,547,548,546,547,548,546,546,546,547,548,0,365,365,365,365,365,365,365,365,365,365,365,365,365,365,365,365,365,365,365,365,0,0,0,0,0,0,0,0,0,0,0,0,168,552,557,345,551,151,151,151,226,553,0,227,0,151,0,0,223,0,0,554,151,151,151,151,151,151,151,151,151,151,151,223,151,151,151,223,0,223,223,168,223,223,151,223,151,151,151,151,223,551,223,0,0,223,151,0,557,0,0,151,345,226,553,223,168,552,552,552,0,0,0,0,0,151,151,223,552,554,151,223,151,151,223,151,552,223,552,151,550,556,151,550,345,226,551,552,553,223,168,554,557,555,556,151,550,345,226,551,552,553,223,168,554,557,555,556,550,345,226,551,552,553,223,168,554,555,556,550,345,226,551,552,553,223,168,554,555,556,226,552,553,555,550,556,550,556,550,555,556,555,556,550,345,226,551,552,553,223,168,554,555,556,550,550,345,345,226,226,551,551,552,552,553,553,223,223,168,168,554,554,555,555,556,556,556,556,151,151,550,345,226,551,551,552,553,223,223,168,168,554,554,557,557,555,555,556,151,151,151,151,151,550,345,226,551,551,551,552,553,223,223,223,223,223,168,168,554,554,557,557,555,555,555,556,555,555,227,550,552,553,555,556,556,556,150,151,550,345,226,551,552,553,223,168,554,557,555,556,556,150,226,552,553,555,556,550,150,556,0,550,556,556,0,550,555,556,556,556,552,151,551,223,168,554,557,550,556,550,556,556,556,556,556,550,555,556,550,345,226,551,552,553,223,168,554,555,556,151,551,223,168,554,557,555,555,151,550,345,226,551,552,553,223,168,554,557,555,556,151,550,345,226,551,552,553,223,168,554,557,555,556,151,550,345,226,551,552,553,223,168,554,557,555,556,550,150,556,150,550,556,150,151,550,345,226,551,552,553,223,168,554,557,555,556,550,556,556,150,728,728,729,729,729,730,731,730,732,733,734,733,734,0,0,0,0,561,564,563,561,564,563,561,563,561,563,561,563,561,561,561,564,563,561,564,563,561,561,564,564,563,563,561,564,563,563,561,564,563,561,563,561,564,563,561,564,563,561,563,561,561,564,563,561,561,561,563,563,561,561,564,563,561,564,563,561,564,563,563,564,561,564,563,0,0,0,497,0,85,497,86,86,86,0,86,86,86,86,86,86,86,86,0,84,0,86,84,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,170,214,214,170,222,214,170,222,170,170,214,222,512,513,510,519,520,507,214,170,509,84,222,86,512,513,510,519,520,507,214,170,509,84,222,86,512,513,510,519,520,507,214,170,509,84,222,86,512,513,510,519,520,507,214,170,509,84,222,86,512,513,510,519,520,507,170,509,84,222,86,170,170,170,0,497,512,513,510,519,520,507,214,170,214,0,0,0,512,513,510,519,520,507,214,170,509,84,222,86,170,512,512,513,513,510,510,519,519,520,520,507,507,214,214,170,170,509,509,84,84,222,222,86,86,512,513,510,519,520,507,214,170,170,170,509,509,84,222,222,222,86,86,512,513,510,519,520,507,214,214,214,214,170,170,170,170,509,84,84,222,222,222,222,222,86,86,84,222,222,170,214,170,84,170,214,170,222,214,170,170,512,513,510,519,520,507,170,509,84,222,86,0,0,214,84,222,512,513,510,519,520,507,214,170,509,84,222,86,566,214,214,170,214,170,214,214,84,512,513,510,519,520,507,170,509,84,222,86,214,84,84,0,0,214,214,170,170,170,86,84,170,170,84,512,513,510,519,520,507,214,170,509,84,222,86,170,170,170,170,509,222,86,512,513,510,519,520,507,214,170,509,84,222,86,512,513,510,519,520,507,214,170,509,84,222,86,512,513,510,519,520,507,214,170,509,84,222,86,170,512,513,510,519,520,507,214,170,509,84,222,86,214,170,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,569,569,569,569,569,569,569,569,569,569,569,569,569,569,569,569,569,569,569,569,569,569,569,569,0,569,569,569,569,569,0,0,0,0,517,389,517,389,517,389,517,389,572,573,517,572,572,389,573,517,572,389,572,573,517,572,389,573,517,572,389,573,517,572,389,389,572,389,573,517,572,572,389,389,573,573,517,517,572,572,389,389,573,517,572,572,389,389,573,517,517,572,572,572,389,389,517,389,389,389,573,572,389,517,572,389,573,517,572,389,572,572,572,572,389,573,517,572,572,389,389,517,389,389,0,573,573,517,572,389,572,517,572,389,573,517,572,389,389,389,573,517,572,389,573,517,572,389,573,517,572,389,0,0,574,574,574,574,574,574,574,574,574,574,574,574,574,574,574,574,574,574,574,574,576,576,0,0,0,568,568,575,568,575,576,568,575,576,568,575,576,568,575,576,568,575,576,568,575,576,568,568,575,575,576,576,568,568,568,575,576,568,575,576,568,568,568,575,568,568,575,576,568,575,576,568,568,575,576,568,568,568,568,575,576,575,568,568,575,576,568,575,576,568,575,576,568,575,576,0,0,0,0,0,0,0,735,736,737,738,0,0,0,0,0,0,0,0,0,735,736,737,738,578,0,578,565,571,108,496,579,578,565,571,108,496,579,565,571,108,496,579,582,502,565,571,108,496,579,582,502,565,571,108,496,579,502,565,571,108,496,579,502,565,571,108,496,579,565,571,108,496,579,565,571,108,496,579,0,565,571,108,496,579,565,571,108,496,579,565,565,571,571,108,108,496,496,579,579,502,565,571,108,496,579,582,502,565,571,108,496,579,579,565,571,108,496,565,571,108,496,579,0,0,565,571,108,496,579,582,502,565,571,108,496,579,582,565,571,108,496,496,0,565,571,108,496,579,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,579,502,565,571,108,496,579,582,502,565,571,108,496,579,582,502,565,571,108,496,579,582,502,565,571,108,496,579,0,565,571,108,496,582,502,565,571,108,496,579,0,570,570,570,570,570,570,570,570,570,570,570,570,570,570,570,570,570,570,570,570,570,0,0,0,0,0,570,570,570,570,570,0,515,515,580,515,580,0,0,0,0,0,515,515,515,580,515,580,515,580,0,515,515,580,515,580,515,580,515,580,515,395,394,394,394,0,0,0,0,0,394,395,394,583,394,583,584,57,583,583,584,57,583,0,584,57,583,584,57,583,583,584,583,584,584,584,584,584,584,584,584,584,584,394,57,583,57,57,583,583,57,584,584,57,57,583,583,583,584,57,583,394,583,394,583,584,394,583,583,394,583,394,0,0,583,583,583,583,583,395,584,584,57,583,57,395,584,395,584,584,583,0,583,0,394,583,584,57,583,57,583,584,57,583,584,57,583,584,57,583,584,57,583,584,584,586,0,0,0,586,0,0,592,0,586,586,586,0,514,589,586,586,586,586,586,592,592,592,514,514,514,514,586,586,586,589,589,0,0,586,589,0,514,514,592,0,586,586,0,586,588,514,589,586,586,586,586,609,0,0,0,0,0,0,0,604,609,609,0,0,0,0,609,0,0,0,600,601,602,603,604,598,611,605,606,601,607,608,609,610,602,603,604,598,611,605,606,601,607,608,609,610,602,598,598,603,604,605,606,601,607,608,609,610,602,603,604,605,606,601,607,608,609,610,602,603,604,608,609,610,604,604,609,609,603,604,604,598,611,605,606,601,607,608,609,609,610,602,603,604,598,611,605,606,601,607,608,609,610,610,610,602,603,603,604,598,611,605,606,601,607,608,609,610,602,598,598,597,603,607,608,610,610,598,597,603,611,605,605,606,606,601,607,608,610,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,597,600,598,603,604,605,606,601,607,608,609,610,602,604,609,598,603,604,598,611,605,606,601,607,608,609,610,602,603,604,598,611,605,606,601,607,608,609,610,602,603,604,598,611,605,606,601,607,608,609,610,602,0,608,603,604,598,611,605,606,601,607,608,609,610,602,0,0,0,0,595,0,0,0,0,0,0,622,614,617,618,619,620,617,618,619,620,617,618,619,620,617,618,619,620,617,619,617,618,619,620,617,618,619,620,617,618,619,620,596,622,617,617,617,617,617,617,617,617,617,617,617,617,618,619,619,620,622,617,617,617,617,617,617,617,617,617,617,617,617,618,619,619,620,622,617,617,617,617,617,617,617,617,617,617,617,617,618,619,619,620,596,622,617,617,617,617,617,617,617,617,617,617,617,617,619,619,622,617,617,617,617,617,617,617,617,617,617,617,617,617,618,619,620,617,618,619,620,617,618,619,620,617,618,619,620,617,618,619,620,609,609,609,609,0,0,0,0,0,624,624,624,624,624,624,624,624,624,624,0,0,626,0,0,0,592,0,0,0,0,626,627,626,627,627,626,626,627,626,626,514,589,592,592,592,514,514,514,514,597,589,589,626,0,597,514,597,514,592,626,0,514,589,0,0,0,0,629,630,599,629,630,599,629,630,599,629,630,599,629,630,599,629,599,630,630,630,629,630,599,629,630,599,629,630,599,630,630,629,630,599,0,629,630,599,629,630,599,629,630,599,629,630,599,629,630,599,629,630,599,629,630,599,629,630,599,0,0,0,631,633,634,631,633,634,631,631,631,633,631,633,634,634,631,633,634,631,633,634,631,633,631,633,631,633,631,631,634,631,634,633,631,633,634,631,633,634,631,633,634,631,633,634,631,0,635,635,635,635,635,635,635,635,635,635,635,635,635,635,635,635,635,635,635,635,626,0,0,0,628,628,626,627,626,627,627,626,626,627,626,626,628,628,0,628,628,628,628,628,626,626,628,628,628,628,628,628,0,0,0,637,639,638,637,639,638,637,638,637,638,637,637,639,638,637,637,637,639,638,637,637,639,638,639,638,637,639,638,637,637,637,637,639,638,0,0,639,638,637,638,639,638,637,639,638,637,639,638,637,639,638,637,639,638,0,0,567,567,567,567,567,567,567,567,567,567,567,567,567,567,567,567,567,567,0,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,641,144,145,144,145,0,0,144,0,647,0,647,558,644,644,558,0,648,0,0,144,145,144,145,559,641,0,0,558,0,558,0,558,0,0,0,559,648,0,649,0,0,144,145,558,0,144,145,0,0,0,0,649,640,649,221,641,175,642,643,644,180,194,645,640,558,559,646,647,648,649,221,641,175,642,643,644,180,194,645,640,558,559,646,647,648,641,175,642,643,644,180,194,645,640,558,559,646,647,641,175,642,643,644,180,194,645,640,558,559,646,647,641,175,640,641,175,642,643,644,180,194,645,640,558,559,646,647,641,641,175,175,642,642,643,643,644,644,180,180,194,194,645,645,640,640,558,558,559,559,646,646,647,647,221,641,175,642,642,643,643,644,644,180,180,194,194,645,645,640,558,558,559,559,646,646,647,647,648,648,649,221,641,175,642,643,644,644,180,194,645,640,558,558,558,558,558,558,559,559,559,646,647,647,648,648,648,641,175,640,646,649,221,641,175,642,643,644,180,194,645,640,558,559,646,647,648,221,649,175,221,221,649,221,175,640,646,221,221,641,175,221,642,643,644,180,194,645,558,559,646,647,648,221,221,221,221,641,175,642,643,644,180,194,645,640,558,559,646,647,642,643,644,180,194,645,558,559,646,647,648,221,649,221,641,175,642,643,644,180,194,645,640,558,559,646,647,648,649,221,641,175,642,643,644,180,194,645,640,558,559,646,647,648,649,221,641,175,642,643,644,180,194,645,640,558,559,646,647,648,645,649,221,641,175,642,643,644,180,194,645,640,558,559,646,647,648,175,221,0,651,651,651,0,0,651,651,652,651,652,651,652,651,652,652,651,652,651,651,652,652,651,651,652,652,651,651,651,652,652,652,652,651,652,652,652,652,652,652,0,651,652,651,652,651,652,651,652,651,652,651,652,651,652,0,654,663,189,0,655,0,657,658,0,663,654,663,663,654,663,656,663,0,0,0,0,654,657,654,655,0,0,656,0,656,0,0,0,0,0,0,0,0,0,0,0,0,0,189,0,0,0,0,0,0,0,0,653,653,653,655,282,282,282,655,282,665,664,216,656,282,282,177,653,657,658,659,660,655,176,661,218,662,189,654,663,665,664,216,656,282,282,177,653,657,658,659,660,655,176,661,218,662,189,654,663,216,656,282,177,653,657,658,659,660,655,176,661,218,662,189,654,663,216,656,282,177,653,657,658,659,660,655,176,661,218,662,189,654,663,216,282,177,653,660,655,176,661,218,662,189,660,177,282,218,282,653,176,282,282,216,282,659,660,655,218,189,282,218,216,656,282,177,653,657,658,659,660,655,176,661,218,662,189,654,663,216,216,656,656,282,282,177,177,653,653,657,657,658,658,659,659,660,660,655,655,176,176,661,661,218,218,662,662,189,189,654,654,663,663,653,216,656,656,282,177,653,657,657,658,658,659,660,655,176,661,218,662,662,662,662,189,189,189,189,654,654,663,663,665,664,216,656,656,656,656,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,177,653,657,657,658,658,659,660,660,655,176,661,218,662,189,654,654,663,663,189,661,177,216,653,216,282,177,653,659,660,655,176,661,218,662,189,177,218,665,664,216,656,282,177,653,657,658,659,660,655,176,661,218,662,189,654,663,657,665,664,282,665,664,282,282,282,658,659,282,282,653,176,176,660,176,218,282,0,176,661,218,177,653,176,660,177,660,176,665,664,665,664,660,176,659,177,177,218,216,282,177,653,660,655,176,661,218,662,189,659,176,661,659,177,216,216,282,282,659,660,655,218,218,189,216,0,216,216,218,665,664,656,657,658,654,663,177,662,189,216,656,282,177,653,657,658,659,660,655,176,661,218,662,189,654,663,656,657,658,662,189,654,663,216,665,664,665,664,216,216,216,656,282,282,282,282,177,653,657,658,659,659,659,660,660,655,176,661,218,662,189,654,663,665,664,216,656,282,177,653,657,658,659,660,655,176,661,218,662,189,654,663,653,653,665,664,216,656,282,177,653,657,658,659,660,655,176,661,218,662,189,654,663,218,661,665,664,216,656,282,177,653,657,658,659,660,655,176,661,218,662,189,654,663,653,177,653,0,0,668,668,668,668,668,668,668,668,668,668,668,668,668,668,668,668,668,668,668,668,668,668,668,668,0,0,667,669,667,667,669,667,669,667,669,667,669,667,667,667,667,667,667,667,667,669,667,667,667,669,667,667,667,669,669,667,667,669,667,669,669,669,667,667,669,667,669,667,667,669,667,669,667,669,667,669,667,669,667,0,0,670,670,670,670,670,670,670,670,670,670,671,670,671,671,671,670,671,671,671,670,671,670,671,671,671,670,670,671,670,670,670,670,670,670,671,671,671,670,671,671,670,671,670,671,671,670,671,670,671,672,0,672,672,672,672,672,0,0,0,0,677,0,0,677,0,673,673,0,676,676,676,676,677,673,676,677,673,676,677,673,676,677,673,676,673,673,677,673,676,677,677,673,676,677,673,673,676,676,676,676,673,676,676,676,676,677,673,673,676,676,676,676,676,673,676,676,676,676,676,676,676,673,676,676,676,676,676,673,676,676,676,676,676,682,676,673,676,683,676,677,673,677,676,677,673,676,677,673,676,676,676,676,677,673,676,676,676,676,682,676,677,673,739,739,740,740,0,679,679,679,679,679,679,679,679,679,679,679,679,679,679,679,679,679,679,679,679,679,679,679,679,679,679,679,679,679,679,679,679,679,679,679,679,0,0,685,688,0,0,0,0,688,0,0,685,684,684,684,684,685,684,685,686,689,687,688,684,685,686,689,687,688,684,685,686,689,687,688,684,685,686,689,687,688,685,685,684,684,685,686,689,687,688,684,685,686,686,689,689,687,687,688,688,684,685,685,686,689,687,688,684,684,684,685,685,685,684,684,684,684,689,685,684,684,684,685,686,689,687,688,684,685,684,685,689,685,684,685,684,684,685,686,689,687,688,686,689,687,688,684,685,686,689,687,688,687,684,685,686,689,687,688,684,685,686,689,687,688,689,684,685,686,689,687,688,0,0,0,0,0,694,694,0,0,0,0,0,694,690,691,692,693,694,695,696,697,690,691,692,693,694,695,696,697,690,692,691,693,690,691,692,693,696,697,694,695,694,695,694,695,690,691,692,693,696,697,694,694,694,694,694,695,696,697,690,691,691,692,693,693,694,695,696,697,694,690,692,690,691,692,693,694,695,696,697,691,691,693,691,693,697,691,691,693,691,690,695,695,694,691,695,690,690,695,692,692,695,690,694,695,694,695,695,695,695,690,691,692,693,694,695,696,697,690,691,692,693,694,695,696,697,696,697,690,695,695,690,691,692,693,694,695,696,697,690,690,691,692,693,694,695,696,697,674,0,0,0,701,701,674,674,674,0,0,0,0,0,51,51,674,13,702,674,51,51,51,51,51,51,705,706,51,702,703,701,674,705,706,51,702,703,701,674,51,703,705,705,706,706,51,702,703,674,51,702,703,674,702,703,51,674,702,674,51,51,702,703,701,674,702,702,703,703,701,701,51,51,51,51,702,703,701,701,674,705,706,51,51,702,703,701,674,674,51,51,51,51,51,51,674,51,51,51,51,51,705,706,51,702,703,701,674,705,706,705,706,51,674,674,702,51,51,674,674,51,705,706,51,702,703,674,13,674,51,702,703,674,701,705,706,51,51,51,705,706,51,702,703,701,674,51,51,705,706,51,702,703,701,674,51,702,703,51,51,702,674,13,674,13,674,51,705,706,51,702,703,701,674,705,706,51,702,703,701,674,51,51,51],"f":"``````````````````````````````{{bb}b}{{}d}{{{h{f}}}j}{{{h{j}}}j}{{{h{l}}}j}`{{{h{d}}}{{h{c}}}{}}{{{h{d}}}{{h{n}}}}{{{h{d}}}{{h{{Ab{A`}}}}}}{{{h{d}}}{{h{{Ad{A`}}}}}}``{{{h{Af}}}j}`{{{h{c}}}{{h{e}}}{}{}}0000000000300{{{h{Ahc}}}{{h{Ahe}}}{}{}}000000000000`8{{{h{l}}}l}{{{h{Af}}}Af}{{{h{{Aj{c}}}}}{{Aj{c}}}Al}{{{h{b}}}b}{{{h{{An{c}}}}}{{An{c}}}Al}{{{h{B`}}}B`}{{{h{{Bb{c}}}}}{{Bb{c}}}Al}{{{h{d}}}d}{{{h{{Bd{c}}}}}{{Bd{c}}}Al}{{{h{c}}{h{Ahe}}}Bf{}{}}000000000{{{An{{h{c}}}}}{{An{c}}}Al}{{{h{j}}{h{j}}}Bh}{{{h{l}}{h{l}}}Bh}{{{h{{An{c}}}}{h{{An{c}}}}}BhBj}{{{h{B`}}{h{B`}}}Bh}{{{h{{Bb{c}}}}{h{{Bb{c}}}}}BhBj}{{{h{d}}{h{d}}}Bh}{Bl{{Cb{{C`{Bn}}}}}}{Bl{{Cb{{C`{Cd}}}}}}{Bl{{Cb{{C`{{Ch{Cf}}}}}}}}{Bl{{Cb{{C`{Cj}}}}}}{Bl{{Cb{{C`{Cl}}}}}}{Bl{{Cb{{C`{Cn}}}}}}{Bl{{Cb{{C`{D`}}}}}}{Bl{{Cb{{C`{d}}}}}}{Bl{{Cb{{Db{c}}}}}{fDd}}{{{h{l}}}Df}{{{h{f}}}Df}0{{{h{{An{c}}}}}{{Dh{Df}}}f}``{{}j}{{}l}{{}{{Aj{c}}}{}}{{}b}{{{h{{C`{c}}}}}{{h{e}}}{}{}}{{{h{{Db{c}}}}}{{h{e}}}{}{}}{{{h{{Bd{c}}}}}{{h{c}}}{{Dj{{Ch{Cf}}}}}}{{{h{Dl}}}d}{c{{Dn{j}}}E`}{c{{Dn{l}}}E`}{c{{Dn{b}}}E`}{c{{Dn{B`}}}E`}{c{{Dn{d}}}E`}{{{h{Dl}}}Eb}{{}c{}}{{{h{j}}{h{j}}}Ed}{{{h{l}}{h{l}}}Ed}{{{h{Af}}{h{Af}}}Ed}{{{h{b}}{h{b}}}Ed}{{{h{{An{c}}}}{h{{An{c}}}}}EdEf}{{{h{B`}}{h{B`}}}Ed}{{{h{{Bb{c}}}}{h{{Bb{c}}}}}EdEf}{{{h{d}}{h{d}}}Ed}5{{{h{c}}{h{e}}}Ed{}{}}0000000000000{{Afc}{{Dn{AfAf}}}{{Ej{}{{Eh{j}}}}}}{{{h{Ah{Aj{c}}}}{Aj{c}}}BfBj}{{{h{j}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{l}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{Af}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{{Aj{c}}}}{h{AhEl}}}{{Dn{BfEn}}}F`}{{{h{b}}{h{AhEl}}}Fb}0{{{h{{An{c}}}}{h{AhEl}}}FbF`}{{{h{B`}}{h{AhEl}}}Fb}{{{h{{Bb{c}}}}{h{AhEl}}}FbF`}{{{h{d}}{h{AhEl}}}Fb}000{cc{}}0{{{Fd{DfCl}}}j}{{{Fd{{h{Df}}{h{Cl}}}}}j}22{{{Ff{c}}}{{Aj{c}}}{}}33{Fhc{}}{c{{C`{c}}}{}}{c{{Db{c}}}{}}6266{{{An{l}}}B`}777{nd}8{c{{Dn{Af{Dh{Af}}}}}{{Ej{}{{Eh{j}}}}}}{{{h{Fj}}jFl}Fn}{{{h{Fj}}jFl}j}{{{h{Fj}}jFl}l}{cd{}}0{{{h{G`}}Df}Af}6{{{h{{Ab{A`}}}}}{{Dn{dGb}}}}0{{{h{Gd}}}{{Dn{dc}}}{}}{{{h{Af}}Df}{{Dh{Af}}}}{{{h{{Gh{}{{Gf{c}}}}}}}{{Dn{jc}}}F`}{{{h{j}}{h{Ahc}}}BfGj}{{{h{l}}{h{Ahc}}}BfGj}{{{h{Af}}}Cl}{{{h{{An{c}}}}{h{Ahe}}}BfGlGj}{{{h{B`}}{h{Ahc}}}BfGj}{{{h{d}}{h{Ahc}}}BfGj}`{{{h{Af}}}Df}``{{{h{d}}c}{{h{e}}}{{Gn{{Ab{A`}}}}}{}}``{{Afj}Af}{ce{}{}}000000000000{c{{H`{g}}}{}{}{{Hb{}{{Eh{e}}}}}}0{{{C`{c}}}c{}}{{{Db{c}}}c{}}3{Af}4{{{h{{Gh{}{{Gf{c}}}}}}jj}{{Dn{{Dh{Ed}}c}}}F`}{{{h{{An{c}}}}}Ed{}}{{{h{B`}}}Ed}{{{h{{Bb{c}}}}Df}Edf}{{{h{Hd}}}Ed}1`{{{h{Af}}}Hf}``{{{Aj{c}}g}{{Aj{e}}}BjBj{{Hj{c}{{Hh{e}}}}}}{{{h{AhHd}}Hd}Bf}`{jAf}{c{{Bd{c}}}{{Dj{{Ch{Cf}}}}}}{{ce}{{Bd{c}}}{{Dj{{Ch{Cf}}}}}{{Hl{Df}}}}{{{h{AhHf}}}Dh}{{{h{Ah{Bd{c}}}}}{{Dh{e}}}{{Dj{{Ch{Cf}}}}}{}}{{{h{Ah{Bd{c}}}}Fl}{{Dh{e}}}{{Dj{{Ch{Cf}}}}}{}}`{{{h{j}}{h{j}}}{{Dh{Bh}}}}{{{h{l}}{h{l}}}{{Dh{Bh}}}}{{{h{{An{c}}}}{h{{An{c}}}}}{{Dh{Bh}}}Hn}{{{h{B`}}{h{B`}}}{{Dh{Bh}}}}{{{h{{Bb{c}}}}{h{{Bb{c}}}}}{{Dh{Bh}}}Hn}{{{h{d}}{h{d}}}{{Dh{Bh}}}}{{{h{Af}}}{{Dh{Af}}}}{{Afj}{{Dn{AfAf}}}}{{{h{Af}}c}{{`{{Hb{}{{Eh{Af}}}}}}}{{Hl{Df}}}}````{{{h{j}}c}DnI`}{{{h{l}}c}DnI`}{{{h{b}}c}DnI`}{{{h{B`}}c}DnI`}{{{h{d}}c}DnI`}```{{{h{AhHd}}}{{Dh{Hd}}}}0{dc{}}{{{h{c}}}e{}{}}000000000{dn}{{{h{{C`{Cj}}}}}{{Id{Ib}}}}{{{h{{C`{Cn}}}}}{{Id{Ib}}}}{{{h{{C`{D`}}}}}{{Id{Ib}}}}{{{h{{C`{{Ch{Cf}}}}}}}{{Id{Ib}}}}{{{h{{C`{Cd}}}}}{{Id{Ib}}}}{{{h{{C`{d}}}}}{{Id{Ib}}}}{{{h{{C`{Bn}}}}}{{Id{Ib}}}}{{{h{{C`{Cl}}}}}{{Id{Ib}}}}{{{h{{Db{c}}}}}{{Id{Ib}}}{fIf}}{{{h{c}}}Ih{}}0{{{h{b}}}Cj}{c{{Ij{i}}}{}{}{}{{Hb{}{{Eh{{Dn{eg}}}}}}}}0`1{c{{Dn{e}}}{}{}}0000000000000000000000000````{{{h{c}}}Il{}}000000000000{EbB`}`{ce{}{}}000000000000````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{InIn}{{CjCj}}{{InIn}}{{J`J`}}{{JbJb}Jb}{{{h{AhCj}}Cj}Bf}{{{h{AhIn}}In}Bf}{{{h{AhJ`}}J`}Bf}{{Jd{h{{Jf{c}}}}{h{Jh}}}{{Dn{{Fd{JdJj}}Jl}}}Jn}`{{{h{K`}}}{{Dh{Kb}}}}{{}Kd}{{}Kf}{{}Kh}{{}Cl}{{}Kj}{{}Kl}{{}Kn}{{}L`}{{}Lb}{{}D`}{{}Ld}{{}Lf}{{}Lh}{{}Lj}{{}Ll}{{}Ln}{{}M`}{{}Mb}{{}Md}`{{{h{Kd}}}h}{{{h{Kf}}}h}{{{h{Kh}}}h}{{{h{Cl}}}h}{{{h{Kj}}}h}{{{h{Kl}}}h}{{{h{Kn}}}h}{{{h{L`}}}h}{{{h{Lb}}}h}{{{h{D`}}}h}{{{h{Ld}}}h}{{{h{Lf}}}h}{{{h{Lh}}}h}{{{h{Lj}}}h}{{{h{Ll}}}h}{{{h{Ln}}}h}{{{h{M`}}}h}{{{h{Mb}}}h}{{{h{Md}}}h}{{{h{Mf}}}{{h{{Ab{A`}}}}}}{{{h{Jd}}}}{{{h{AhMf}}}{{h{Ah{Ab{A`}}}}}}{{{h{AhMf}}}{{h{AhMf}}}}{{{h{AhCd}}}{{h{Ah{Ab{A`}}}}}}{{{h{AhCd}}}{{h{AhMf}}}}3{{{h{AhJd}}}}{{{h{AhJd}}}Mh}2{{{h{Jd}}}Mh}{{{h{Kd}}}{{h{Mj}}}}{{{h{Kf}}}{{h{Mj}}}}{{{h{Kh}}}{{h{Ml}}}}{{{h{Cl}}}{{h{Mj}}}}{{{h{Kj}}}{{h{Mj}}}}{{{h{Kl}}}{{h{Mj}}}}{{{h{Kn}}}{{h{Mj}}}}{{{h{L`}}}{{h{Ml}}}}{{{h{Lb}}}{{h{n}}}}{{{h{D`}}}{{h{Mj}}}}{{{h{Ld}}}{{h{Mj}}}}{{{h{Lf}}}{{h{Ml}}}}{{{h{Lh}}}{{h{Ml}}}}{{{h{Lj}}}{{h{Mj}}}}{{{h{Ll}}}{{h{Mj}}}}{{{h{Ln}}}{{h{{N`{Mn}}}}}}{{{h{M`}}}{{h{{N`{Nb}}}}}}{{{h{Mb}}}{{h{{N`{Nd}}}}}}{{{h{Md}}}{{h{{N`{Nf}}}}}}{{{h{Kd}}}{{h{{Ad{A`}}}}}}{{{h{Kd}}}{{h{{Ab{A`}}}}}}{{{h{Kf}}}{{h{{Ad{A`}}}}}}{{{h{Kf}}}{{h{{Ab{A`}}}}}}{{{h{Kh}}}{{h{{Ab{A`}}}}}}{{{h{Kh}}}{{h{{Ad{A`}}}}}}{{{h{Cl}}}{{h{{Ad{A`}}}}}}{{{h{Cl}}}{{h{{Ab{A`}}}}}}{{{h{Kj}}}{{h{{Ad{A`}}}}}}{{{h{Kj}}}{{h{{Ab{A`}}}}}}{{{h{Kl}}}{{h{{Ad{A`}}}}}}{{{h{Kl}}}{{h{{Ab{A`}}}}}}{{{h{Kn}}}{{h{{Ab{A`}}}}}}{{{h{Kn}}}{{h{{Ad{A`}}}}}}{{{h{Mf}}}{{h{{Ab{A`}}}}}}{{{h{Mf}}}{{h{Mf}}}}{{{h{Cd}}}{{h{Mf}}}}{{{h{Cd}}}{{h{{Ab{A`}}}}}}{{{h{L`}}}{{h{{Ab{A`}}}}}}{{{h{L`}}}{{h{Nh}}}}{{{h{L`}}}{{h{{Ad{A`}}}}}}{{{h{Lb}}}{{h{{Ad{A`}}}}}}{{{h{Lb}}}{{h{{Ab{A`}}}}}}{{{h{Lb}}}{{h{Nh}}}}{{{h{D`}}}{{h{{Ab{A`}}}}}}{{{h{D`}}}{{h{{Ad{A`}}}}}}{{{h{Ld}}}{{h{{Ab{A`}}}}}}{{{h{Ld}}}{{h{{Ad{A`}}}}}}{{{h{Lf}}}{{h{Nh}}}}{{{h{Lf}}}{{h{{Ad{A`}}}}}}{{{h{Lf}}}{{h{{Ab{A`}}}}}}{{{h{Lh}}}{{h{{Ab{A`}}}}}}{{{h{Lh}}}{{h{{Ad{A`}}}}}}{{{h{Lh}}}{{h{Nh}}}}{{{h{Lj}}}{{h{{Ad{A`}}}}}}{{{h{Lj}}}{{h{{Ab{A`}}}}}}{{{h{Ll}}}{{h{{Ab{A`}}}}}}{{{h{Ll}}}{{h{{Ad{A`}}}}}}{{{h{Ln}}}{{h{{Ad{A`}}}}}}{{{h{Ln}}}{{h{{Ab{A`}}}}}}{{{h{Bn}}}{{h{Nj}}}}{{{h{M`}}}{{h{{Ad{A`}}}}}}{{{h{M`}}}{{h{{Ab{A`}}}}}}{{{h{Mb}}}{{h{{Ab{A`}}}}}}{{{h{Mb}}}{{h{{Ad{A`}}}}}}{{{h{Md}}}{{h{{Ab{A`}}}}}}{{{h{Md}}}{{h{{Ad{A`}}}}}}{{{h{Cd}}}{{h{Mf}}}}{{{h{{K`{c}}}}}{{h{{K`{Nl}}}}}Nn}{{{K`{Nl}}}K`}{{{h{{K`{Nl}}}}}{{h{K`}}}}{{{Ad{A`}}}Mb}{{{h{O`}}}Fl}{{{h{Cn}}}Fl}```{{{h{Fj}}}{{Dn{EbOb}}}}{{{h{Fj}}}Cl}`{{{h{c}}}{{h{e}}}{}{}}000000000{{{h{Kd}}}{{h{{Ab{A`}}}}}}1{{{h{Kf}}}{{h{{Ab{A`}}}}}}{{{h{Kh}}}{{h{{Ab{A`}}}}}}3{{{h{Cl}}}{{h{{Ab{A`}}}}}}4{{{h{Kj}}}{{h{{Ab{A`}}}}}}5{{{h{Kl}}}{{h{{Ab{A`}}}}}}6{{{h{Kn}}}{{h{{Ab{A`}}}}}}7777{{{h{Cd}}}{{h{Mf}}}}8888{{{h{L`}}}{{h{{Ab{A`}}}}}}{{{h{Lb}}}{{h{{Ab{A`}}}}}}:{{{h{D`}}}{{h{{Ab{A`}}}}}};;{{{h{Ld}}}{{h{{Ab{A`}}}}}}<<<<<<<<<{{{h{Lf}}}{{h{{Ab{A`}}}}}}{{{h{Lh}}}{{h{{Ab{A`}}}}}}>>>{{{h{Lj}}}{{h{{Ab{A`}}}}}}?{{{h{Ll}}}{{h{{Ab{A`}}}}}}{{{h{c}}}{{h{e}}}{}{}}0{{{h{Ln}}}{{h{{Ab{A`}}}}}}111111111111{{{h{M`}}}{{h{{Ab{A`}}}}}}2{{{h{Mb}}}{{h{{Ab{A`}}}}}}33{{{h{Md}}}{{h{{Ab{A`}}}}}}4{{{h{Ahc}}}{{h{Ahe}}}{}{}}000000000000000000{{{h{AhCd}}}{{h{AhMf}}}}11111111111111111111111111111111111111{{}Od}0{{{h{Mf}}}Of}{BnOh}{{{h{c}}Oj}Ed{}}{{{h{Fj}}}Ed}{{{h{c}}Ol}Ed{}}{{{h{On}}Ol}Ed}2{In{{Dh{In}}}}{{CjCj}{{Dh{Cj}}}}{{InIn}{{Dh{In}}}}{{J`J`}{{Dh{J`}}}}{{CjEb}{{Dh{Cj}}}}{{InA@`}{{Dh{In}}}}{{A@bEb}{{Dh{A@b}}}}{{J`Eb}{{Dh{J`}}}}3210{{A@bJ`}{{Dh{Cj}}}}43765{{A@dA@f}A@h}{{{h{AhA@j}}}Bf}{{{h{A@l}}}A@l}{{{h{Cj}}}Cj}{{{h{In}}}In}{{{h{A@b}}}A@b}{{{h{Jd}}}Jd}{{{h{J`}}}J`}{{{h{Kb}}}Kb}{{{h{A@n}}}A@n}{{{h{{K`{c}}}}}{{K`{c}}}{AlNn}}{{{h{Kd}}}Kd}{{{h{Kf}}}Kf}{{{h{Kh}}}Kh}{{{h{Cl}}}Cl}{{{h{Kj}}}Kj}{{{h{Kl}}}Kl}{{{h{Kn}}}Kn}{{{h{Fj}}}Fj}{{{h{A@d}}}A@d}{{{h{Cd}}}Cd}{{{h{AA`}}}AA`}{{{h{AAb}}}AAb}{{{h{L`}}}L`}{{{h{Lb}}}Lb}{{{h{D`}}}D`}{{{h{Ld}}}Ld}{{{h{AAd}}}AAd}{{{h{O`}}}O`}{{{h{On}}}On}{{{h{AAf}}}AAf}{{{h{Cn}}}Cn}{{{h{A@j}}}A@j}{{{h{AAh}}}AAh}{{{h{AAj}}}AAj}{{{h{Lf}}}Lf}{{{h{Lh}}}Lh}{{{h{AAl}}}AAl}{{{h{AAn}}}AAn}{{{h{Lj}}}Lj}{{{h{Ll}}}Ll}{{{h{Mn}}}Mn}{{{h{Ln}}}Ln}{{{h{AB`}}}AB`}{{{h{ABb}}}ABb}{{{h{ABd}}}ABd}{{{h{ABf}}}ABf}{{{h{Bn}}}Bn}{{{h{Jb}}}Jb}{{{h{ABh}}}ABh}{{{h{ABj}}}ABj}{{{h{ABl}}}ABl}{{{h{Nb}}}Nb}{{{h{M`}}}M`}{{{h{Nd}}}Nd}{{{h{Mb}}}Mb}{{{h{Nf}}}Nf}{{{h{Md}}}Md}{{{h{c}}{h{Ahe}}}Bf{}{}}0000000000000000000000000000000000000000000000000000000{{{h{Cj}}{h{Cj}}}Bh}{{{h{In}}{h{In}}}Bh}{{{h{A@b}}{h{A@b}}}Bh}{{{h{Jd}}{h{Jd}}}Bh}{{{h{J`}}{h{J`}}}Bh}{{{h{Kb}}{h{Kb}}}Bh}{{{h{A@n}}{h{A@n}}}Bh}{{{h{{K`{c}}}}{h{{K`{c}}}}}Bh{BjNn}}{{{h{Kd}}{h{Kd}}}Bh}{{{h{Kf}}{h{Kf}}}Bh}{{{h{Kh}}{h{Kh}}}Bh}{{{h{Cl}}{h{Cl}}}Bh}{{{h{Kj}}{h{Kj}}}Bh}{{{h{Kl}}{h{Kl}}}Bh}{{{h{Kn}}{h{Kn}}}Bh}{{{h{Mf}}{h{Mf}}}Bh}{{{h{Cd}}{h{Cd}}}Bh}{{{h{AA`}}{h{AA`}}}Bh}{{{h{AAb}}{h{AAb}}}Bh}{{{h{L`}}{h{L`}}}Bh}{{{h{Lb}}{h{Lb}}}Bh}{{{h{D`}}{h{D`}}}Bh}{{{h{Ld}}{h{Ld}}}Bh}{{{h{AAd}}{h{AAd}}}Bh}{{{h{O`}}{h{O`}}}Bh}{{{h{On}}{h{On}}}Bh}{{{h{AAf}}{h{AAf}}}Bh}{{{h{Cn}}{h{Cn}}}Bh}{{{h{A@j}}{h{A@j}}}Bh}{{{h{AAh}}{h{AAh}}}Bh}{{{h{AAj}}{h{AAj}}}Bh}{{{h{Lf}}{h{Lf}}}Bh}{{{h{Lh}}{h{Lh}}}Bh}{{{h{AAl}}{h{AAl}}}Bh}{{{h{Lj}}{h{Lj}}}Bh}{{{h{Ll}}{h{Ll}}}Bh}{{{h{Mn}}{h{Mn}}}Bh}{{{h{Ln}}{h{Ln}}}Bh}{{{h{AB`}}{h{AB`}}}Bh}{{{h{ABf}}{h{ABf}}}Bh}{{{h{Bn}}{h{Bn}}}Bh}{{{h{Jb}}{h{Jb}}}Bh}{{{h{ABh}}{h{ABh}}}Bh}{{{h{ABj}}{h{ABj}}}Bh}{{{h{Nb}}{h{Nb}}}Bh}{{{h{M`}}{h{M`}}}Bh}{{{h{Nd}}{h{Nd}}}Bh}{{{h{Mb}}{h{Mb}}}Bh}{{{h{Nf}}{h{Nf}}}Bh}{{{h{Md}}{h{Md}}}Bh}{{{h{Jd}}{h{Jd}}}Bh}{{{h{Fj}}}{{Dh{{h{Cn}}}}}}{{{h{AhABl}}ABl}{{Dn{BfABn}}}}``{{{h{Fj}}}{{Dh{Kj}}}}{{{h{Cn}}}Mj}{{{h{Cn}}}D`}{{{h{Kl}}{h{{Ab{A`}}}}}Kn}{{{h{Cn}}}Ld}`{{{h{Ahc}}}{{Dn{CjAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{KdAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{KfAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{ClAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{KjAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{KlAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{FjAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{D`AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{LdAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{AAdAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{OnAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{AAfAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{A@jAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{AAhAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{ABdAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{ABjAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{M`AC`}}}{ACbACd}}:{{{h{Ahc}}}{{Dn{CdAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{O`AC`}}}{ACbACd}}7{{{h{Ahc}}}{{Dn{CnAC`}}}{ACbACd}}{{{h{Cj}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{Kd}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{Kf}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{Cl}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{Kj}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{Kl}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{Fj}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{Mf}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{Cd}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{D`}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{Ld}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{AAd}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{O`}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{On}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{AAf}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{Cn}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{A@j}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{AAh}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{ABd}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{ABj}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{M`}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{Mf}}}Fl}0{JdACj}{{}Cj}{{}In}{{}Cd}{{}AAd}{{}O`}{{}On}{{}A@j}{{}Mn}{{}ABj}{{}Nb}{{}Nd}{{}Nf}{{{h{Cd}}}h}{{{h{AhCd}}}{{h{Ah}}}}{{cACl}{{Dn{Cj}}}E`}{{cACl}{{Dn{In}}}E`}10{c{{Dn{Cj}}}E`}{c{{Dn{A@b}}}E`}{c{{Dn{Jd}}}E`}{c{{Dn{J`}}}E`}{c{{Dn{{K`{Nl}}}}}E`}{c{{Dn{Kd}}}E`}{c{{Dn{Kf}}}E`}{c{{Dn{Kh}}}E`}{c{{Dn{Cl}}}E`}{c{{Dn{Kj}}}E`}{c{{Dn{Kl}}}E`}{c{{Dn{Kn}}}E`}{c{{Dn{Fj}}}E`}{c{{Dn{{h{Mf}}}}}E`}{c{{Dn{Cd}}}E`}{c{{Dn{L`}}}E`}{c{{Dn{Lb}}}E`}{c{{Dn{D`}}}E`}{c{{Dn{Ld}}}E`}{c{{Dn{AAd}}}E`}{c{{Dn{O`}}}E`}{c{{Dn{On}}}E`}{c{{Dn{AAf}}}E`}{c{{Dn{Cn}}}E`}{c{{Dn{A@j}}}E`}{c{{Dn{AAj}}}E`}{c{{Dn{Lf}}}E`}{c{{Dn{Lh}}}E`}{c{{Dn{AAl}}}E`}{c{{Dn{AAn}}}E`}{c{{Dn{Lj}}}E`}{c{{Dn{Ll}}}E`}{c{{Dn{Ln}}}E`}{c{{Dn{AB`}}}E`}{c{{Dn{ABb}}}E`}{c{{Dn{Bn}}}E`}{c{{Dn{Jb}}}E`}{c{{Dn{ABh}}}E`}{c{{Dn{ABj}}}E`}{{{h{{Ab{A`}}}}}{{Dn{ABlABn}}}}{c{{Dn{ABl}}}E`}{c{{Dn{M`}}}E`}{c{{Dn{Mb}}}E`}{c{{Dn{Md}}}E`}{{{h{ABh}}c}ACn{{AD`{Nj}}}}{{{h{ABh}}}ADb}{CjADd}{InADd}{{CjA@l}ADd}{{InA@l}ADd}{{CjJ`}}{{CjEb}}{{InA@`}}{{J`J`}}{{J`Eb}}{{{h{AhCj}}Eb}Bf}{{{h{AhIn}}A@`}Bf}{{{h{AhJ`}}Eb}Bf}{{{h{Mf}}}Cj}`{{{h{On}}}Ed}{{{h{O`}}}Ed}{{}}00000000000000{{}ADf}1010101{{{h{A@l}}{h{A@l}}}Ed}{{{h{Cj}}{h{Cj}}}Ed}{{{h{In}}{h{In}}}Ed}{{{h{A@b}}{h{A@b}}}Ed}{{{h{Jd}}{h{Jd}}}Ed}{{{h{J`}}{h{J`}}}Ed}{{{h{Kb}}{h{Kb}}}Ed}{{{h{A@n}}{h{A@n}}}Ed}{{{h{{K`{c}}}}{h{{K`{c}}}}}Ed{EfNn}}{{{h{Kd}}{h{Kd}}}Ed}{{{h{Kf}}{h{Kf}}}Ed}{{{h{Kh}}{h{Kh}}}Ed}{{{h{Cl}}{h{Cl}}}Ed}{{{h{Kj}}{h{Kj}}}Ed}{{{h{Kl}}{h{Kl}}}Ed}{{{h{Kn}}{h{Kn}}}Ed}{{{h{Fj}}{h{Fj}}}Ed}{{{h{A@d}}{h{A@d}}}Ed}{{{h{Mf}}{h{Mf}}}Ed}{{{h{Mf}}{h{Cd}}}Ed}{{{h{Cd}}{h{Cd}}}Ed}{{{h{Cd}}{h{Mf}}}Ed}{{{h{AA`}}{h{AA`}}}Ed}{{{h{AAb}}{h{AAb}}}Ed}{{{h{L`}}{h{L`}}}Ed}{{{h{Lb}}{h{Lb}}}Ed}{{{h{D`}}{h{D`}}}Ed}{{{h{Ld}}{h{Ld}}}Ed}{{{h{AAd}}{h{AAd}}}Ed}{{{h{O`}}{h{O`}}}Ed}{{{h{On}}{h{On}}}Ed}{{{h{AAf}}{h{AAf}}}Ed}{{{h{Cn}}{h{Cn}}}Ed}{{{h{A@j}}{h{A@j}}}Ed}{{{h{AAh}}{h{AAh}}}Ed}{{{h{AAj}}{h{AAj}}}Ed}{{{h{Lf}}{h{Lf}}}Ed}{{{h{Lh}}{h{Lh}}}Ed}{{{h{AAl}}{h{AAl}}}Ed}{{{h{AAn}}{h{AAn}}}Ed}{{{h{Lj}}{h{Lj}}}Ed}{{{h{Ll}}{h{Ll}}}Ed}{{{h{Mn}}{h{Mn}}}Ed}{{{h{Ln}}{h{Ln}}}Ed}{{{h{AB`}}{h{AB`}}}Ed}{{{h{ABb}}{h{ABb}}}Ed}{{{h{ABd}}{h{ABd}}}Ed}{{{h{ABf}}{h{ABf}}}Ed}{{{h{Bn}}{h{Bn}}}Ed}{{{h{Jb}}{h{Jb}}}Ed}{{{h{ABh}}{h{ABh}}}Ed}{{{h{ABj}}{h{ABj}}}Ed}{{{h{ABl}}{h{ABl}}}Ed}{{{h{Nb}}{h{Nb}}}Ed}{{{h{M`}}{h{M`}}}Ed}{{{h{Nd}}{h{Nd}}}Ed}{{{h{Mb}}{h{Mb}}}Ed}{{{h{Nf}}{h{Nf}}}Ed}{{{h{Md}}{h{Md}}}Ed}{{{h{Jd}}{h{Jd}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000`{{{h{AhCd}}c}Bf{{Ej{}{{Eh{ADh}}}}}}{{{h{ABl}}{h{{Jf{c}}}}}{{Dn{CnADj}}}Jn}{{{h{ABd}}{h{Ah{ADl{D`}}}}{h{Ah{ADl{Df}}}}}{{Dn{BfADn}}}}{ABl{{Dn{CnAE`}}}}0{ABlCn}{{ABlA@b}{{Dn{CnAE`}}}}{{{h{ABl}}}{{Dn{CjABn}}}}{{A@bEb}{{Dh{Cj}}}}{{A@bJ`}{{Dh{Cj}}}}{{{h{Kd}}{h{Kf}}}Kf}{{ABl{h{{Jf{c}}}}}{{Dn{ABl{Fd{ABl{ADl{ADj}}}}}}}Jn}{{ABl{h{{Jf{c}}}}Fl}{{Dn{ABl{Fd{ABlADj}}}}}Jn}0{{{h{AhABl}}{h{{Jf{c}}}}Fl}{{Dn{BfADj}}}Jn}02{{{h{AhABl}}{h{{Jf{c}}}}}{{Dn{Bf{ADl{ADj}}}}}Jn}0{{{h{Mf}}}{{Dh{A@d}}}}{{{h{A@l}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{Cj}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{In}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{A@b}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{Jd}}{h{AhEl}}}{{Dn{BfEn}}}}00{{{h{J`}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{Kb}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{A@n}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{{K`{c}}}}{h{AhEl}}}{{Dn{BfEn}}}Nn}{{{h{K`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{Kd}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{Kf}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{Kh}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{Cl}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{Kj}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{Kl}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{Kn}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{Fj}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{A@d}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{Mf}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{Cd}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{AA`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{AAb}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{L`}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{Lb}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{D`}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{Ld}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{AAd}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{O`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{On}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{AAf}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{Cn}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{A@j}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{AAh}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{AAj}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{Lf}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{Lh}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{AAl}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{AAn}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{Lj}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{Ll}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{Ln}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{AB`}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{ABb}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{ABd}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{ABf}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{Bn}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{Jb}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{ABh}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{ABj}}{h{AhEl}}}{{Dn{BfEn}}}}00{{{h{ABl}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{M`}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{Mb}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{Md}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{Mf}}{h{AhAEb}}}{{Dn{BfEn}}}}{{Cj{h{AhAEb}}A@l}{{Dn{BfEn}}}}{{In{h{AhAEb}}A@l}{{Dn{BfEn}}}}{{{h{AAn}}{h{AhAEb}}}{{Dn{BfEn}}}}{cc{}}000{AAjJd}1{AAlJd}{AEdJd}{ACjJd}{MhJd}55{BnA@n}666{MjKd}{MjKf}88{MlKh}{AEfKh}{{{h{AEf}}}Kh}{{{h{Fj}}}Cl}{G`Cl}{{{h{G`}}}Cl}>{FjCl}{MjCl}{MjKj}{cc{}}{D`Kj}{MjKl}2{LdKl}3{MjKn}44{A`A@d}{AAbA@d}{{{ADl{A`}}}Cd}7{K`Cd}{{{AEh{Mf}}}Cd}{{{h{Mf}}}Cd}::{MlL`}{CdL`}{{{h{Mf}}}L`}{{{h{Cd}}}L`}>{{{h{Mf}}}Lb}?{{{h{Cd}}}Lb}{CdLb}{nLb}{cc{}}{MjD`}{{{h{Cn}}}D`}{CnD`}{{{h{Cn}}}Ld}4{MjLd}{CnLd}66{OlOn}7{AEjOn}88{{{h{{Ab{{ADl{A`}}}}}}}A@j}{{{ADl{{ADl{A`}}}}}A@j}{{{h{{Ab{{h{{Ab{A`}}}}}}}}}A@j}{{{ADl{{h{{Ab{A`}}}}}}}A@j}<{A`AAh}{DfAAh}{EbAAh}{AElAAh}{cc{}}{FlAAh}{AAlAAj}{AEdAAj}3{{{h{AAj}}}Lf}{MlLf}{{{h{AAl}}}Lf}6{AAlLf}{AAjLf}{AAlLh}{MlLh}{{{h{AAl}}}Lh};;;;{MjLj}<{MjLl}=={{{N`{Mn}}}Ln}{ABbAB`}???{BnABf}{cc{}}00{ABjABh}11111{{{N`{Nb}}}M`}{AEnM`}3{AF`Mb}{{{N`{Nd}}}Mb}{{{h{AF`}}}Mb}6{M`Mb}7{{{h{AFb}}}Md}{AFbMd}9{{{N`{Nf}}}Md}{AElOn}{{{Ad{A`}}}Jb}{{{Ad{A`}}}ABh}{{{h{Fj}}c}ABd{{AFd{{h{D`}}}{{Hh{Ed}}}}}}{ADb{{Dn{CjAFf}}}}{ADb{{Dn{InAFf}}}}{{}Kd}{{}Kf}{{}Kh}{{}Cl}{{}Kj}{{}Kl}{{}Kn}{{}L`}{{}Lb}{{}D`}{{}Ld}{{}Lf}{{}Lh}{{}Lj}{{}Ll}{{}Ln}{{}M`}{{}Mb}{{}Md}{{{h{{Ab{A`}}}}}{{h{Mf}}}}{{{ADl{A`}}}Cd}{{{h{Ah{Ab{A`}}}}}{{h{AhMf}}}}{Oh{{Dh{Bn}}}}{ABjABh}{DfOn}{DfABb}{DfABj}{A`{{Dn{AB`AFh}}}}{{{h{Gd}}}{{Dn{BnAFj}}}}{{}Kd}{{}Kf}{{}Kh}{{}Cl}{{}Kj}{{}Kl}{{}Kn}{{}L`}{{}Lb}{{}D`}{{}Ld}{{}Lf}{{}Lh}{{}Lj}{{}Ll}{{}Ln}{{}M`}{{}Mb}{{}Md}{{ADbA@l}{{Dn{CjAFf}}}}{{ADbA@l}{{Dn{InAFf}}}}{{{h{G`}}{h{{Ab{D`}}}}c}ABd{{AFd{{h{D`}}}{{Hh{Ed}}}}}}{AElOn}{{{h{Gd}}}{{Dn{CdAFl}}}}{{{h{Gd}}}{{Dn{OnAFn}}}}{{{h{Gd}}}{{Dn{JbAFn}}}}{{{h{Gd}}}{{Dn{ABhAFn}}}}{{{h{Gd}}}{{Dn{ABjAFn}}}}{EbCj}{cCd{{Ej{}{{Eh{ADh}}}}}}{{Jd{Dh{Mb}}}Md}{{{h{AG`}}}{{Fd{JdJj}}}}{Eb{{Dh{J`}}}}{{{Ad{A`}}}Jb}{{{Ad{A`}}}ABh}{AGb{{Dh{Bn}}}}{{MbMb}Mb}{EbJ`}{{{h{{Jf{c}}}}{h{AAn}}}AAjAGd}{{{h{{Jf{c}}}}{h{AAn}}}{{Dn{AAlAGf}}}AGd}{MjKd}{MjKf}{MlKh}{MjCl}{MjKj}{MjKl}{MjKn}{MlL`}{nLb}{MjD`}{MjLd}{MlLf}{MlLh}{MjLj}{MjLl}{{{N`{Mn}}}Ln}{{{N`{Nb}}}M`}{{{N`{Nd}}}Mb}{{{N`{Nf}}}Md}{EbCj}{A@`In}{EbA@b}{Eb{{Dh{A@b}}}}1{{{h{Mf}}c}{{Dn{K`AGh}}}{{AD`{Nj}}}}{{{h{Mf}}AGj}M`}{{{h{Mf}}AGj}Mb}{Df{{Dn{OnAGl}}}}0{{{h{{Ab{A`}}}}}{{Dn{JdJl}}}}{{{h{{Ab{A`}}}}}{{Dn{JdAGn}}}}{{{h{{Ab{A`}}}}}{{Dn{KdGb}}}}{{{h{{Ab{A`}}}}}{{Dn{KfGb}}}}{{{h{{Ab{A`}}}}}{{Dn{KhGb}}}}{{{h{{Ab{A`}}}}}{{Dn{ClGb}}}}{{{h{{Ab{A`}}}}}{{Dn{KjGb}}}}{{{h{{Ab{A`}}}}}{{Dn{KlGb}}}}{{{h{{Ab{A`}}}}}{{Dn{KnGb}}}}{{{h{{Ab{A`}}}}}{{Dn{L`Gb}}}}{{{h{{Ab{A`}}}}}{{Dn{LbGb}}}}{{{h{{Ab{A`}}}}}{{Dn{D`Gb}}}}{{{h{{Ab{A`}}}}}{{Dn{LdGb}}}}{{{h{{Ab{c}}}}}A@j{{AD`{{Ab{A`}}}}}}{{{h{{Ab{A`}}}}}{{Dn{AAjAGn}}}}{{{h{{Ab{A`}}}}}{{Dn{AAjAH`}}}}{{{h{{Ab{A`}}}}}{{Dn{LfGb}}}}{{{h{{Ab{A`}}}}}{{Dn{LhGb}}}}{{{h{{Ab{A`}}}}}{{Dn{AAlJl}}}}{{{h{{Ab{A`}}}}c}{{Dn{AAnJl}}}{{AHb{ABf}}}}{{{h{{Ab{A`}}}}}{{Dn{LjGb}}}}{{{h{{Ab{A`}}}}}{{Dn{LlGb}}}}{{{h{{Ab{A`}}}}}{{Dn{LnGb}}}}{{{h{{Ab{A`}}}}}{{Dn{M`Gb}}}}{{{h{{Ab{A`}}}}}{{Dn{MbGb}}}}{{{h{{Ab{A`}}}}}{{Dn{MdGb}}}}{{{h{{Ab{A`}}}}}{{Dn{KdGb}}}}{{{h{{Ab{A`}}}}}{{Dn{KfGb}}}}{{{h{{Ab{A`}}}}}{{Dn{KhGb}}}}{{{h{{Ab{A`}}}}}{{Dn{ClGb}}}}{{{h{{Ab{A`}}}}}{{Dn{KjGb}}}}{{{h{{Ab{A`}}}}}{{Dn{KlGb}}}}{{{h{{Ab{A`}}}}}{{Dn{KnGb}}}}{{{h{{Ab{A`}}}}}{{Dn{L`Gb}}}}{{{h{{Ab{A`}}}}}{{Dn{LbGb}}}}{{{h{{Ab{A`}}}}}{{Dn{D`Gb}}}}{{{h{{Ab{A`}}}}}{{Dn{LdGb}}}}{{{h{{Ab{A`}}}}}{{Dn{LfGb}}}}{{{h{{Ab{A`}}}}}{{Dn{LhGb}}}}{{{h{{Ab{A`}}}}}{{Dn{LjGb}}}}{{{h{{Ab{A`}}}}}{{Dn{LlGb}}}}{{{h{{Ab{A`}}}}}{{Dn{LnGb}}}}{{{h{{Ab{A`}}}}}{{Dn{M`Gb}}}}{{{h{{Ab{A`}}}}}{{Dn{MbGb}}}}{{{h{{Ab{A`}}}}}{{Dn{MdGb}}}}{Df{{Dn{ABbAHd}}}}{{{h{Gd}}}{{Dn{A@l}}}}{{{h{Gd}}}{{Dn{Cj}}}}{{{h{Gd}}}{{Dn{In}}}}{{{h{Gd}}}{{Dn{A@b}}}}{{{h{Gd}}}{{Dn{JdJl}}}}{{{h{Gd}}}{{Dn{J`}}}}{{{h{Gd}}}{{Dn{Kb}}}}{{{h{Gd}}}{{Dn{{K`{Nl}}AHf}}}}{{{h{Gd}}}{{Dn{Kd}}}}{{{h{Gd}}}{{Dn{Kf}}}}{{{h{Gd}}}{{Dn{Kh}}}}{{{h{Gd}}}{{Dn{Cl}}}}{{{h{Gd}}}{{Dn{Kj}}}}{{{h{Gd}}}{{Dn{Kl}}}}{{{h{Gd}}}{{Dn{Kn}}}}{{{h{Gd}}}{{Dn{AAb}}}}{{{h{Gd}}}{{Dn{L`}}}}{{{h{Gd}}}{{Dn{Lb}}}}{{{h{Gd}}}{{Dn{D`}}}}{{{h{Gd}}}{{Dn{Ld}}}}{{{h{Gd}}}{{Dn{AAd}}}}{{{h{Gd}}}{{Dn{On}}}}{{{h{Gd}}}{{Dn{AAjAHh}}}}{{{h{Gd}}}{{Dn{Lf}}}}{{{h{Gd}}}{{Dn{Lh}}}}{{{h{Gd}}}{{Dn{AAl}}}}{{{h{Gd}}}{{Dn{AAnAHj}}}}{{{h{Gd}}}{{Dn{Lj}}}}{{{h{Gd}}}{{Dn{Ll}}}}{{{h{Gd}}}{{Dn{Ln}}}}{{{h{Gd}}}{{Dn{AB`}}}}{{{h{Gd}}}{{Dn{ABb}}}}{{{h{Gd}}}{{Dn{Bn}}}}{{{h{Gd}}}{{Dn{ABl}}}}{{{h{Gd}}}{{Dn{M`}}}}{{{h{Gd}}}{{Dn{Mb}}}}{{{h{Gd}}}{{Dn{Md}}}}{{{h{Gd}}A@l}{{Dn{CjAFf}}}}{{{h{Gd}}A@l}{{Dn{InAFf}}}}{{{h{Gd}}}{{Dn{CjAHl}}}}{{{h{Gd}}}{{Dn{InAHl}}}}{{{h{Gd}}}{{Dn{OnAHn}}}}{{{h{Gd}}}{{Dn{JbAHn}}}}{{{h{Gd}}}{{Dn{ABhAHn}}}}{{{h{Gd}}}{{Dn{ABjAHn}}}}{Cn{{Dn{ABlABn}}}}{Eb{{Dh{J`}}}}{EbJ`}0{{{h{Gd}}}{{Dn{AAnAHj}}}}1{{AA`c}K`{{AHb{A@n}}}}2{FlJ`}{cAAn{{AHb{ABf}}}}{{{h{A@l}}{h{Ahc}}}BfGj}{{{h{Cj}}{h{Ahc}}}BfGj}{{{h{In}}{h{Ahc}}}BfGj}{{{h{A@b}}{h{Ahc}}}BfGj}{{{h{Jd}}{h{Ahc}}}BfGj}{{{h{J`}}{h{Ahc}}}BfGj}{{{h{Kb}}{h{Ahc}}}BfGj}{{{h{A@n}}{h{Ahc}}}BfGj}{{{h{{K`{c}}}}{h{Ahe}}}Bf{GlNn}Gj}{{{h{Kd}}{h{Ahc}}}BfGj}{{{h{Kf}}{h{Ahc}}}BfGj}{{{h{Kh}}{h{Ahc}}}BfGj}{{{h{Cl}}{h{Ahc}}}BfGj}{{{h{Kj}}{h{Ahc}}}BfGj}{{{h{Kl}}{h{Ahc}}}BfGj}{{{h{Kn}}{h{Ahc}}}BfGj}{{{h{Mf}}{h{Ahc}}}BfGj}{{{h{Cd}}{h{Ahc}}}BfGj}{{{h{AA`}}{h{Ahc}}}BfGj}{{{h{AAb}}{h{Ahc}}}BfGj}{{{h{L`}}{h{Ahc}}}BfGj}{{{h{Lb}}{h{Ahc}}}BfGj}{{{h{D`}}{h{Ahc}}}BfGj}{{{h{Ld}}{h{Ahc}}}BfGj}{{{h{AAd}}{h{Ahc}}}BfGj}{{{h{O`}}{h{Ahc}}}BfGj}{{{h{On}}{h{Ahc}}}BfGj}{{{h{AAf}}{h{Ahc}}}BfGj}{{{h{Cn}}{h{Ahc}}}BfGj}{{{h{A@j}}{h{Ahc}}}BfGj}{{{h{AAj}}{h{Ahc}}}BfGj}{{{h{Lf}}{h{Ahc}}}BfGj}{{{h{Lh}}{h{Ahc}}}BfGj}{{{h{AAl}}{h{Ahc}}}BfGj}{{{h{Lj}}{h{Ahc}}}BfGj}{{{h{Ll}}{h{Ahc}}}BfGj}{{{h{Mn}}{h{Ahc}}}BfGj}{{{h{Ln}}{h{Ahc}}}BfGj}{{{h{AB`}}{h{Ahc}}}BfGj}{{{h{ABb}}{h{Ahc}}}BfGj}{{{h{ABf}}{h{Ahc}}}BfGj}{{{h{Bn}}{h{Ahc}}}BfGj}{{{h{Jb}}{h{Ahc}}}BfGj}{{{h{ABh}}{h{Ahc}}}BfGj}{{{h{ABj}}{h{Ahc}}}BfGj}{{{h{ABl}}{h{Ahc}}}BfGj}{{{h{Nb}}{h{Ahc}}}BfGj}{{{h{M`}}{h{Ahc}}}BfGj}{{{h{Nd}}{h{Ahc}}}BfGj}{{{h{Mb}}{h{Ahc}}}BfGj}{{{h{Nf}}{h{Ahc}}}BfGj}{{{h{Md}}{h{Ahc}}}BfGj}```{{{h{Kd}}c}h{{Gn{{Ab{A`}}}}}}{{{h{Kf}}c}h{{Gn{{Ab{A`}}}}}}{{{h{Kh}}c}h{{Gn{{Ab{A`}}}}}}{{{h{Cl}}c}h{{Gn{{Ab{A`}}}}}}{{{h{Kj}}c}h{{Gn{{Ab{A`}}}}}}{{{h{Kl}}c}h{{Gn{{Ab{A`}}}}}}{{{h{Kn}}c}h{{Gn{{Ab{A`}}}}}}{{{h{Mf}}{Fd{{AI`{Fl}}{AI`{Fl}}}}}h}{{{h{Mf}}AIb}h}{{{h{Mf}}{AId{Fl}}}h}{{{h{Mf}}{AIf{Fl}}}h}{{{h{Mf}}{AIh{Fl}}}h}{{{h{Mf}}{AIj{Fl}}}h}{{{h{Mf}}{AIl{Fl}}}h}{{{h{L`}}c}h{{Gn{{Ab{A`}}}}}}{{{h{Lb}}c}h{{Gn{{Ab{A`}}}}}}{{{h{D`}}c}h{{Gn{{Ab{A`}}}}}}{{{h{Ld}}c}h{{Gn{{Ab{A`}}}}}}{{{h{A@j}}Fl}h}{{{h{Lf}}c}h{{Gn{{Ab{A`}}}}}}{{{h{Lh}}c}h{{Gn{{Ab{A`}}}}}}{{{h{AAn}}AIb}{{h{{Ab{A`}}}}}}{{{h{Lj}}c}h{{Gn{{Ab{A`}}}}}}{{{h{Ll}}c}h{{Gn{{Ab{A`}}}}}}{{{h{Ln}}c}h{{Gn{{Ab{A`}}}}}}{{{h{M`}}c}h{{Gn{{Ab{A`}}}}}}{{{h{Mb}}c}h{{Gn{{Ab{A`}}}}}}{{{h{Md}}c}h{{Gn{{Ab{A`}}}}}}````{{{h{Mf}}}AIn}0{{{h{Mf}}}AJ`}0{ce{}{}}0000000000000000000000000000000000000000000000000000000{Cd{{AJb{Mf}}}}{Cd{{ADl{A`}}}}{{{h{A@j}}}}{{{AJb{Mf}}}Cd}{{{h{Cn}}AJdAJf}Ed}{{{h{Cn}}}Ed}{{{h{Mf}}}Ed}{{{h{A@j}}}Ed}2{{{h{On}}}Ed}03{{{h{ABf}}}Ed}{{{h{ABh}}Cl}Ed}4{InEd}{{{h{AAd}}}Ed}66666{{{h{AA`}}}Ed}70702775{{{h{K`}}{h{AAj}}}Ed}{{{h{K`}}{h{Jd}}}Ed}7{{{h{K`}}}Ed}8{{{h{AAj}}}Ed}{{{h{{K`{Nl}}}}Bn}Ed}<{{{h{Jd}}}Ed}{{{h{A@j}}}AJh}{{{h{ABl}}}{{`{{Hb{}{{Eh{{Dn{{h{AAf}}ABn}}}}}}}}}}`{{{h{A@j}}}{{Dh{{h{{Ab{A`}}}}}}}}{{{h{O`}}}J`}{{{h{Mf}}}Fl}{{{h{A@j}}}Fl}`{JbADb}{BnAGb}{{{h{K`}}{h{Mf}}}Ed}{{{h{ABh}}}ABh}{{{h{ABh}}c}ABh{{AD`{Nj}}}}1`11{{{h{Mf}}}Cj}{CdAAf}{{{h{Mf}}A@b}Cj}{{CdA@b}AAf}{{CjEb}}{{InA@`}}{{A@bJ`}}{{J`A@b}}{{J`Eb}}{{{h{AhCj}}Eb}Bf}{{{h{AhIn}}A@`}Bf}{{{h{AhJ`}}Eb}Bf}{In}``{{}{{h{Mf}}}}{{}Cd}{{AAb{h{{Ab{A`}}}}}{{Dn{AA`AJj}}}}{{D`Df}AAd}{{}A@j}{cAAj{{AHb{AEd}}}}{{AJlc}AAn{{AHb{ABf}}}}{cCd{{AD`{Nh}}}}{{{h{AAj}}}Cd}{{{h{Lf}}}Cd}{{{h{L`}}}Cd}{{{h{{Jf{c}}}}Jd{Dh{Mb}}}CdJn}{ACjCd}{{{h{Lh}}}Cd}{{{h{Lb}}}Cd}98{{{h{AA`}}}Cd}{{{h{A@j}}Fl}{{Dh{{h{{Ab{A`}}}}}}}}{{{h{Cn}}}Mj}{{}AAd}```{{{h{Mf}}}{{Dh{AAj}}}}{{ce}K`{{AHb{Lf}}}{{AHb{ABf}}}}{{{h{Mf}}c}{{Dn{K`AJn}}}{{AHb{ABf}}}}{{L`c}K`{{AHb{ABf}}}}{{{h{AAl}}c}K`{{AHb{ABf}}}}{{{h{Mf}}c}K`{{AHb{ABf}}}}{{{h{{Jf{c}}}}Jd{Dh{Mb}}e}K`Jn{{AHb{A@n}}}}{{{h{{Jf{c}}}}Jd{Dh{Mb}}}AA`Jn}{{{h{AK`}}}A@j}{{ACjc}K`{{AHb{A@n}}}}{ACjAA`}{{{h{AAl}}c}K`{{AHb{A@n}}}}{{{h{AAl}}}AA`}{{{h{AKb}}{h{AEd}}}A@j}{{{h{Mf}}}{{Dh{Cd}}}}{LhCd}{{{h{AAj}}}{{Dn{CdAGf}}}}{{{h{AAl}}}Cd}{{{h{Mf}}c}K`{{AHb{A@n}}}}{{{h{Mf}}}AA`}{Bn{{h{Nj}}}}`{{{h{Cj}}{h{Cj}}}{{Dh{Bh}}}}{{{h{In}}{h{In}}}{{Dh{Bh}}}}{{{h{A@b}}{h{A@b}}}{{Dh{Bh}}}}{{{h{Jd}}{h{Jd}}}{{Dh{Bh}}}}{{{h{J`}}{h{J`}}}{{Dh{Bh}}}}{{{h{Kb}}{h{Kb}}}{{Dh{Bh}}}}{{{h{A@n}}{h{A@n}}}{{Dh{Bh}}}}{{{h{{K`{c}}}}{h{{K`{c}}}}}{{Dh{Bh}}}{HnNn}}{{{h{Kd}}{h{Kd}}}{{Dh{Bh}}}}{{{h{Kf}}{h{Kf}}}{{Dh{Bh}}}}{{{h{Kh}}{h{Kh}}}{{Dh{Bh}}}}{{{h{Cl}}{h{Cl}}}{{Dh{Bh}}}}{{{h{Kj}}{h{Kj}}}{{Dh{Bh}}}}{{{h{Kl}}{h{Kl}}}{{Dh{Bh}}}}{{{h{Kn}}{h{Kn}}}{{Dh{Bh}}}}{{{h{Mf}}{h{Cd}}}{{Dh{Bh}}}}{{{h{Mf}}{h{Mf}}}{{Dh{Bh}}}}{{{h{Cd}}{h{Cd}}}{{Dh{Bh}}}}{{{h{Cd}}{h{Mf}}}{{Dh{Bh}}}}{{{h{AA`}}{h{AA`}}}{{Dh{Bh}}}}{{{h{AAb}}{h{AAb}}}{{Dh{Bh}}}}{{{h{L`}}{h{L`}}}{{Dh{Bh}}}}{{{h{Lb}}{h{Lb}}}{{Dh{Bh}}}}{{{h{D`}}{h{D`}}}{{Dh{Bh}}}}{{{h{Ld}}{h{Ld}}}{{Dh{Bh}}}}{{{h{AAd}}{h{AAd}}}{{Dh{Bh}}}}{{{h{O`}}{h{O`}}}{{Dh{Bh}}}}{{{h{On}}{h{On}}}{{Dh{Bh}}}}{{{h{AAf}}{h{AAf}}}{{Dh{Bh}}}}{{{h{Cn}}{h{Cn}}}{{Dh{Bh}}}}{{{h{A@j}}{h{A@j}}}{{Dh{Bh}}}}{{{h{AAh}}{h{AAh}}}{{Dh{Bh}}}}{{{h{AAj}}{h{AAj}}}{{Dh{Bh}}}}{{{h{Lf}}{h{Lf}}}{{Dh{Bh}}}}{{{h{Lh}}{h{Lh}}}{{Dh{Bh}}}}{{{h{AAl}}{h{AAl}}}{{Dh{Bh}}}}{{{h{Lj}}{h{Lj}}}{{Dh{Bh}}}}{{{h{Ll}}{h{Ll}}}{{Dh{Bh}}}}{{{h{Mn}}{h{Mn}}}{{Dh{Bh}}}}{{{h{Ln}}{h{Ln}}}{{Dh{Bh}}}}{{{h{AB`}}{h{AB`}}}{{Dh{Bh}}}}{{{h{ABf}}{h{ABf}}}{{Dh{Bh}}}}{{{h{Bn}}{h{Bn}}}{{Dh{Bh}}}}{{{h{Jb}}{h{Jb}}}{{Dh{Bh}}}}{{{h{ABh}}{h{ABh}}}{{Dh{Bh}}}}{{{h{ABj}}{h{ABj}}}{{Dh{Bh}}}}{{{h{Nb}}{h{Nb}}}{{Dh{Bh}}}}{{{h{M`}}{h{M`}}}{{Dh{Bh}}}}{{{h{Nd}}{h{Nd}}}{{Dh{Bh}}}}{{{h{Mb}}{h{Mb}}}{{Dh{Bh}}}}{{{h{Nf}}{h{Nf}}}{{Dh{Bh}}}}{{{h{Md}}{h{Md}}}{{Dh{Bh}}}}`{{InIn}{{Dh{In}}}}``{{{h{AA`}}}{{h{Nh}}}}`{{{h{c}}{h{e}}}Ed{}{}}{{{h{c}}h}Ed{}}0{{{h{c}}{h{Ml}}}{{Dh{AAj}}}{}}0{{{h{c}}{h{{Fd{MlM`}}}}}{{Dh{{Fd{JdFl}}}}}{}}{{{h{c}}{h{Ml}}}{{Dh{Jd}}}{}}33{{{h{c}}}{{Dh{{h{{AKf{AKd{Fd{CdAGj}}}}}}}}}{}}{{{h{c}}{h{e}}}{{Dh{Fl}}}{}{}}{{{h{c}}{h{e}}{h{M`}}}{{Dh{Fl}}}{}{}}`{{{h{K`}}}{{Dh{Lf}}}}{{{h{AAj}}}Lf}{{{h{AAl}}}Lf}{{{h{Jd}}Jj}AEd}{{{h{AAn}}{h{{Jf{c}}}}}AAjAGd}{{{h{AhA@j}}c}Bf{{AD`{{Ab{A`}}}}}}{{{h{AhA@j}}{h{AKb}}}Bf}{{{h{AhCd}}ADh}Bf}0{{{h{AhCd}}A@d}Bf}{{{h{AhCd}}c}Bf{{AD`{Nh}}}}{{{h{Ahc}}}{{Dn{AAjACf}}}{AKhACd}}{{{h{Ahc}}}{{Dn{AAlACf}}}{AKhACd}}{{CjEb}Cj}{{InA@`}In}{{{h{AhCj}}Eb}Bf}{{{h{AhIn}}A@`}Bf}{{{K`{Nl}}Bn}{{Dn{K`AHf}}}}{{{h{AhCd}}Fl}Bf}0{J`{{Dh{J`}}}}{{{h{AhCd}}}Bf}{{{h{K`}}}{{Dh{L`}}}}{{{h{Mf}}}L`}{{{h{K`}}}Cd}`{{{h{Cn}}}{{`{{Hb{}{{Eh{Fl}}}}}}}}`{{{h{A@j}}}{{Dh{{h{{Ab{A`}}}}}}}}{{{h{O`}}}J`}`{{CjcACl}DnI`}{{IncACl}DnI`}101010{{{h{Cj}}c}DnI`}{{{h{A@b}}c}DnI`}{{{h{Jd}}c}DnI`}{{{h{Jd}}}{{Ad{A`}}}}{{{h{J`}}c}DnI`}{{{h{{K`{c}}}}e}DnNnI`}{{{h{Kd}}c}DnI`}{{{h{Kf}}c}DnI`}{{{h{Kh}}c}DnI`}{{{h{Cl}}c}DnI`}{{{h{Kj}}c}DnI`}{{{h{Kl}}c}DnI`}{{{h{Kn}}c}DnI`}{{{h{Fj}}c}DnI`}{{{h{A@d}}c}DnI`}{{{h{Mf}}c}DnI`}{{{h{Cd}}c}DnI`}{{{h{L`}}c}DnI`}{{{h{Lb}}c}DnI`}{{{h{D`}}c}DnI`}{{{h{Ld}}c}DnI`}{{{h{AAd}}c}DnI`}{{{h{O`}}c}DnI`}{{{h{On}}c}DnI`}{{{h{AAf}}c}DnI`}{{{h{Cn}}c}DnI`}{{{h{A@j}}c}DnI`}{{{h{AAj}}c}DnI`}{{{h{Lf}}c}DnI`}{{{h{Lh}}c}DnI`}{{{h{AAl}}c}DnI`}{{{h{AAn}}c}DnI`}{{{h{Lj}}c}DnI`}{{{h{Ll}}c}DnI`}{{{h{Ln}}c}DnI`}{{{h{AB`}}c}DnI`}{{{h{ABb}}c}DnI`}{{{h{Bn}}c}DnI`}{{{h{Jb}}c}DnI`}{{{h{ABh}}c}DnI`}{{{h{ABj}}c}DnI`}{{{h{ABl}}}{{ADl{A`}}}}{{{h{ABl}}c}DnI`}{{{h{M`}}c}DnI`}{{{h{Mb}}c}DnI`}{{{h{Md}}c}DnI`}{{{h{ABl}}}Ih}`{{{h{ABl}}Fl{h{Ah{AKj{c}}}}}{{Dn{{Fd{AKlABb}}AKn}}}{{Dj{Cn}}}}{{{h{ABl}}Fl{h{Ah{AKj{c}}}}{Dh{M`}}}{{Dn{AL`ALb}}}{{Dj{Cn}}}}{{{h{AhABl}}{h{c}}{h{{Jf{e}}}}}{{Dn{{AKf{FlALd}}{Fd{{AKf{FlALd}}{AKf{FlAKn}}}}}}}ALf{AGdJn}}`{InA@`}{{{h{AAf}}}Fl}{{{h{A@j}}}Fl}{{{h{AAh}}}Fl}{{{h{ABl}}Fl}{{Dn{{h{AAf}}AKn}}}}{{CjCj}}{{InIn}}{{J`J`}}{{JbJb}Jb}{{{h{AhCj}}Cj}Bf}{{{h{AhIn}}In}Bf}{{{h{AhJ`}}J`}Bf}{cCj{{Hb{}{{Eh{Cj}}}}}}{cIn{{Hb{}{{Eh{In}}}}}}{cJ`{{Hb{}{{Eh{{h{J`}}}}}}}}{cJ`{{Hb{}{{Eh{J`}}}}}}{{Jd{h{{Jf{c}}}}{Dh{Mb}}}{{Fd{ACjJj}}}Jn}`{{{h{A@j}}}{{Dh{{h{Mf}}}}}}{{{h{Mf}}}M`}{{{h{K`}}}ALh}{{{h{Mf}}}Ih}{Jb{{Ad{A`}}}}{ABh{{Ad{A`}}}}{CjADb}{InADb}{Kd}{Kf}{Kh}{Cl}{Kj}{Kl}{Kn}{L`}{Lb}{D`}{Ld}{Lf}{Lh}{Lj}{Ll}{Ln}{M`}{Mb}{Md}{{{h{Mf}}}{{ADl{A`}}}}{AAj{{ADl{A`}}}}{{{h{AAl}}}{{Ad{A`}}}}{AAn{{ADl{A`}}}}{ABhABj}{ABjDf}{OnDf}{Bn{{h{Gd}}}}{AAbALj}{{CjA@l}ADb}{{InA@l}ADb}{{{h{Ml}}}Ml}0{{{h{ALl}}}ALl}0{{{h{Mf}}}Ih}{J`Eb}{Jb{{Ad{A`}}}}{ABh{{Ad{A`}}}}{AAbA`}{{{h{c}}}e{}{}}00000000000000000{{{h{Mf}}}}11111111111111111111111111111111111111{{{h{Mf}}}Cd}{{{h{Mf}}{h{{Jf{c}}}}Jd}CdJn}1{{{h{Jd}}}AAj}{{{h{AAj}}}AAj}{{{h{K`}}}Ih}{KdMj}{KfMj}{KhMl}{ClMj}{KjMj}{KlMj}{KnMj}{L`Ml}{Lbn}{D`Mj}{LdMj}{LfMl}{LhMl}{LjMj}{LlMj}{Ln{{N`{Mn}}}}{M`{{N`{Nb}}}}{Mb{{N`{Nd}}}}{Md{{N`{Nf}}}}{{{h{On}}}{{Dh{Ol}}}}{{{h{ALn}}}ALn}0{CjEb}{InA@`}{A@bEb}00{MdJh}{{{h{n}}}n}0{Cj{{Dn{InAM`}}}}{AAjAMb}{{{h{c}}}Ih{}}00000000000000000000000000000000000000000{{CjA@l}Ih}{{InA@l}Ih}10{JbABh}{ABbDf}{A@dA`}{In{{Dn{CjAM`}}}}{J`Eb}0{{{h{A@j}}}{{ADl{{ADl{A`}}}}}}{AAnIh}{ABhJb}3{{{h{Jd}}}Jd}{{{h{Cn}}c}Fl{{Hj{{h{AAd}}}{{Hh{{Dh{AAf}}}}}}}}{{{h{Fj}}}Fl}{{{h{O`}}}Fl}{{{h{Cn}}}Fl}{c{{Dn{e}}}{}{}}{In{{Dn{Cj}}}}11{Cj{{Dn{In}}}}{Ih{{Dn{A@b}}}}3{{{AJb{Gd}}}{{Dn{A@b}}}}{{{h{Gd}}}{{Dn{A@b}}}}55{Ih{{Dn{J`}}}}{{{AJb{Gd}}}{{Dn{J`}}}}{{{h{Gd}}}{{Dn{J`}}}}88888888888888{A@d{{Dn{AAb}}}}{ALj{{Dn{AAb}}}}:{A`{{Dn{AAb}}}}{ADh{{Dn{AAb}}}}<<<<<<{{{AJb{Gd}}}{{Dn{On}}}}{Ih{{Dn{On}}}}{{{h{Gd}}}{{Dn{On}}}}????????{AAj{{Dn{AAl}}}}{c{{Dn{e}}}{}{}}000000000{Oh{{Dn{Bn}}}}1{AGb{{Dn{Bn}}}}222222222222222222222222222222222222222222222222222222222222222222{{{h{Jd}}{h{{Jf{c}}}}{h{Jd}}JjJh}EdJn}{{{h{Cn}}Fl}{{Dn{{h{O`}}AMd}}}}{{{h{Cn}}Fl}{{Dn{{h{AAf}}AMf}}}}`{{{h{Cn}}}D`}``{{{h{c}}}Il{}}00000000000000000000000000000000000000000000000000000000{ACl{{h{Gd}}}}0{{CjCj}Cj}{{InIn}In}10`{InCj}`{{{h{AhABl}}Fl{h{{Ch{AMh}}}}}{{Dn{BfAMj}}}}{{{h{AhABl}}Fl{h{{Ch{AMh}}}}}{{Dn{BfAMl}}}}`{{{h{Jd}}{h{{Jf{c}}}}{h{AKl}}{h{AMn}}}{{Dn{BfJl}}}Jn}{{{h{AAj}}{h{{Jf{c}}}}{h{AKl}}{h{AKb}}}{{Dn{BfJl}}}Jn}{{{h{AAl}}{h{{Jf{c}}}}{h{AKl}}{h{AKb}}}{{Dn{BfJl}}}Jn}{{{h{AA`}}}AAb}```{{{h{Cn}}}Fl}{ce{}{}}0000000000000000000000000000000000000000000000000000000{{{h{Fj}}}J`}{{{h{AAf}}}J`}{{{h{Cn}}}J`}{FlCd}`{{{h{K`}}}{{Dh{AA`}}}}{{{h{Fj}}}{{Dh{Kl}}}}{{{h{Mf}}}{{Dh{AAb}}}}{{{h{AAj}}}{{Dn{LhAGf}}}}{{{h{AAl}}}Lh}{{{h{AAj}}{h{Ahc}}}{{Dn{BfACf}}}{AChACd}}{{{h{AAl}}{h{Ahc}}}{{Dn{BfACf}}}{AChACd}}{{{h{Mf}}}Lb}{{{h{Cn}}}Ld}``````````````````````````````````````````{{{h{c}}}{{h{e}}}{}{}}00000000000{{{h{Ahc}}}{{h{Ahe}}}{}{}}00000000000{{{h{AGh}}}AGh}{{{h{AJn}}}AJn}{{{h{AN`}}}AN`}{{{h{AHf}}}AHf}{{{h{ANb}}}ANb}{{{h{ANd}}}ANd}{{{h{ANf}}}ANf}{{{h{ANh}}}ANh}{{{h{ANj}}}ANj}{{{h{ANl}}}ANl}{{{h{Nl}}}Nl}{{{h{ALh}}}ALh}{{{h{c}}{h{Ahe}}}Bf{}{}}00000000000{{{h{ANl}}{h{ANl}}}Bh}{{{h{Nl}}{h{Nl}}}Bh}{{{h{ALh}}{h{ALh}}}Bh}{{{h{AGh}}{h{AGh}}}Ed}{{{h{AJn}}{h{AJn}}}Ed}{{{h{AN`}}{h{AN`}}}Ed}{{{h{AHf}}{h{AHf}}}Ed}{{{h{ANb}}{h{ANb}}}Ed}{{{h{ANd}}{h{ANd}}}Ed}{{{h{ANf}}{h{ANf}}}Ed}{{{h{ANh}}{h{ANh}}}Ed}{{{h{ANj}}{h{ANj}}}Ed}{{{h{ANl}}{h{ANl}}}Ed}{{{h{Nl}}{h{Nl}}}Ed}{{{h{ALh}}{h{ALh}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}00000000000000000000000`{{{h{AGh}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{AJn}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{AN`}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{AHf}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{ANb}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{ANd}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{ANf}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{ANh}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{ANj}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{ANl}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{Nl}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{ALh}}{h{AhEl}}}{{Dn{BfEn}}}}{ANnAGh}{cc{}}{AJjAGh}{AO`AGh}{ANnAJn}33{ANnAHf}{ANjAHf}{ANbAHf}{AJjAHf}{AObAHf}{AOdAHf}{ANdAHf}{ANfAHf};{ANhAHf}{AO`AHf}========{{{h{ANl}}{h{Ahc}}}BfGj}{{{h{Nl}}{h{Ahc}}}BfGj}{{{h{ALh}}{h{Ahc}}}BfGj}{ce{}{}}00000000000{{{h{ANf}}}Fl}{{{h{ANj}}}A`}{{{h{ANh}}}Fl}{{{h{ANl}}{h{ANl}}}{{Dh{Bh}}}}{{{h{Nl}}{h{Nl}}}{{Dh{Bh}}}}{{{h{ALh}}{h{ALh}}}{{Dh{Bh}}}}{{{h{AGh}}}{{Dh{{h{AOf}}}}}}{{{h{AJn}}}{{Dh{{h{AOf}}}}}}{{{h{AN`}}}{{Dh{{h{AOf}}}}}}{{{h{AHf}}}{{Dh{{h{AOf}}}}}}{{{h{ANb}}}{{Dh{{h{AOf}}}}}}{{{h{c}}}e{}{}}00000000000{{{h{c}}}Ih{}}00000000{c{{Dn{e}}}{}{}}00000000000000000000000{{{h{c}}}Il{}}00000000000????????????`````````````````````````````````````````````{{{h{c}}}{{h{e}}}{}{}}0{{{h{Ahc}}}{{h{Ahe}}}{}{}}0{AOh{{Dh{c}}}{}}{{{h{AFf}}}AFf}{{{h{ADd}}}ADd}{{{h{c}}{h{Ahe}}}Bf{}{}}0{{{h{AFf}}{h{AFf}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{AFf}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{ADd}}{h{AhEl}}}{{Dn{BfEn}}}}0{ANnAFf}{AM`AFf}{AOjAFf}{cc{}}{AOlAFf}{AOnAFf}{B@`AFf}3{ce{}{}}0`{ADdADd}{{{h{AFf}}}{{Dh{{h{AOf}}}}}}{{{h{c}}}e{}{}}0{{{h{c}}}Ih{}}0{c{{Dn{e}}}{}{}}000{{{h{c}}}Il{}}066````{{cACl}{{Dn{B@b}}}E`}0{{B@bcACl}DnI`}{{B@dcACl}DnI`}10{ACl{{h{Gd}}}}{c{{Dn{e}}}E`B@b}`{{{h{c}}e}DnB@bI`}{c{{Dn{{Dh{e}}}}}E`B@d}{{{h{{Dh{c}}}}e}DnB@dI`}3`210```````{{Ih{h{Gd}}}Ih}{{{h{AhIh}}{h{Gd}}}Bf}{{{h{{ADl{ce}}}}}{{h{e}}}{}B@f}{{{h{Ah{ADl{ce}}}}{h{Ah{ADl{ce}}}}}Bf{}B@f}{{{h{Ih}}}{{h{{Ab{A`}}}}}}{{{h{{ADl{A`}}}}}}{{{h{Ah{ADl{ce}}}}}{{h{Ah{ADl{ce}}}}}{}B@f}{{{h{Ah{ADl{ce}}}}}{{h{Ah{Ab{c}}}}}{}B@f}{{{h{AhIh}}}{{h{AhGd}}}}{{{h{Ah{ADl{ce}}}}}{}{}B@f}21{{{h{AhIh}}}{{h{Ah{ADl{A`}}}}}}{{{h{{ADl{ce}}}}}{}{}B@f}{{{h{{ADl{ce}}}}}{{h{{Ab{c}}}}}{}B@f}{{{h{{ADl{ce}}}}}{{h{{ADl{ce}}}}}{}B@f}{{{h{Ih}}}{{h{B@h}}}}:{{{h{Ih}}}{{h{Gd}}}}{{{h{Ih}}}{{h{B@j}}}}41{{{h{c}}}{{h{e}}}{}{}}05020{{{h{Ahc}}}{{h{Ahe}}}{}{}}00;0:{{{h{{ADl{ce}}}}}Fl{}B@f}{{{h{Ih}}}Fl}{{{h{Ah{ADl{ce}}}}}Bf{}B@f}{{{h{AhIh}}}Bf}{{{h{AOd}}}AOd}{{{h{B@l}}}B@l}{{{h{{ADl{ce}}}}}{{ADl{ce}}}Al{B@fAl}}{{{h{Ih}}}Ih}{{{h{Ah{ADl{ce}}}}{h{{ADl{ce}}}}}BfAl{B@fAl}}{{{h{AhIh}}{h{Ih}}}Bf}{{{h{c}}{h{Ahe}}}Bf{}{}}000{{{h{{ADl{ce}}}}{h{{ADl{ce}}}}}BhBjB@f}{{{h{Ih}}{h{Ih}}}Bh}{Bl{{Dn{{ADl{A`}}B@n}}}}{Bl{{Dn{IhB@n}}}}{{{h{Ahc}}}{{Dn{IhAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{Kf}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{Eb}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{Cl}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{Kd}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{{Fd{DfBA`}}}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{Kj}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{AAh}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{BAb}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{{ADl{A`}}}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{BAd}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{G`}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{Cn}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{BAf}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{A`}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{AAf}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{M`}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{O`}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{BAh}}AC`}}}{ACbACd}}{{{h{{ADl{Kj}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{{Fd{DfBA`}}}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{BAf}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{Eb}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{Kd}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{M`}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{O`}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{BAd}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{Kf}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{Cn}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{{ADl{A`}}}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{A`}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{AAh}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{AAf}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{Cl}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{G`}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{BAh}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{BAb}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{Ih}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{AhIh}}{h{Gd}}}Bf}{{{h{Gd}}}{{Dn{{ADl{A`}}B@l}}}}{{{h{Gd}}}{{Dn{{ADl{A`}}AOd}}}}{{{h{Ah{ADl{ce}}}}}BfEfB@f}{{{h{Ah{ADl{ce}}}}g}Bf{}B@f{{Hj{{h{Ahc}}{h{Ahc}}}{{Hh{Ed}}}}}}{{{h{Ah{ADl{ce}}}}i}Bf{}B@fEf{{Hj{{h{Ahc}}}{{Hh{g}}}}}}{{}{{ADl{c}}}{}}{{}Ih}{{{h{{ADl{ce}}}}}{{h{{Ab{c}}}}}{}B@f}{{{h{Ih}}}{{h{Gd}}}}{{{h{Ah{ADl{ce}}}}}{{h{Ah{Ab{c}}}}}{}B@f}{{{h{AhIh}}}{{h{AhGd}}}}{c{{Dn{{ADl{e}}}}}E`BAj}{c{{Dn{Ih}}}E`}{{{h{Ah{ADl{ce}}}}g}{{BAl{ce}}}{}B@f{{Hl{Fl}}}}{{{h{AhIh}}c}BAn{{Hl{Fl}}}}{{{h{Ah{ADl{ce}}}}}Bf{}B@f}{{{h{Ahc}}Ed}{{Dn{BfACf}}}{}}{{{h{Ahc}}BB`}{{Dn{BfACf}}}{}}{{{h{Ahc}}BBb}{{Dn{BfACf}}}{}}{{{h{Ahc}}A@`}{{Dn{BfACf}}}{}}{{{h{Ahc}}BBd}{{Dn{BfACf}}}{}}{{{h{Ahc}}{h{{Ab{A`}}}}}{{Dn{BfACf}}}{}}{{{h{Ahc}}AEl}{{Dn{BfACf}}}{}}{{{h{Ahc}}Df}{{Dn{BfACf}}}{}}{{{h{Ahc}}Eb}{{Dn{BfACf}}}{}}{{{h{Ahc}}A`}{{Dn{BfACf}}}{}}{{{h{{Ab{A`}}}}}Ih}0{{{h{AhEl}}{h{{Ab{A`}}}}}{{Dn{BfEn}}}}{{{h{AOd}}{h{AOd}}}Ed}{{{h{B@l}}{h{B@l}}}Ed}{{{h{{ADl{eg}}}}{h{{Ab{c}}}}}Ed{}{{Ef{c}}}B@f}{{{h{{ADl{eg}}}}{h{{h{Ah{Ab{c}}}}}}}Ed{}{{Ef{c}}}B@f}{{{h{{ADl{eg}}}}{h{{Ad{c}}}}}Ed{}{{Ef{c}}}B@f}{{{h{{ADl{eg}}}}{h{{ADl{ci}}}}}Ed{}{{Ef{c}}}B@fB@f}{{{h{{ADl{eg}}}}{h{{h{{Ab{c}}}}}}}Ed{}{{Ef{c}}}B@f}{{{h{{ADl{eg}}}}{h{{h{{Ad{c}}}}}}}Ed{}{{Ef{c}}}B@f}{{{h{Ih}}{h{Gd}}}Ed}{{{h{Ih}}{h{{h{Gd}}}}}Ed}{{{h{Ih}}{h{BBf}}}Ed}{{{h{Ih}}{h{Ih}}}Ed}{{{h{Ih}}{h{{AEh{Gd}}}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0000000`{{{h{Ah{ADl{ce}}}}g}Bf{}B@f{{Ej{}{{Eh{c}}}}}}{{{h{Ah{ADl{ce}}}}g}BfBBhB@f{{Ej{}{{Eh{{h{c}}}}}}}}{{{h{AhIh}}c}Bf{{Ej{}{{Eh{{AJb{Gd}}}}}}}}{{{h{AhIh}}c}Bf{{Ej{}{{Eh{Ih}}}}}}{{{h{AhIh}}c}Bf{{Ej{}{{Eh{{AEh{Gd}}}}}}}}{{{h{AhIh}}c}Bf{{Ej{}{{Eh{{h{BBj}}}}}}}}{{{h{AhIh}}c}Bf{{Ej{}{{Eh{BBj}}}}}}{{{h{AhIh}}c}Bf{{Ej{}{{Eh{{h{Gd}}}}}}}}{{{h{Ah{ADl{ce}}}}{h{{Ab{c}}}}}BfAlB@f}{{{h{Ah{ADl{ce}}}}g}BfAlB@f{{Hl{Fl}}}}{{{h{AhIh}}c}Bf{{Hl{Fl}}}}{{{h{Ah{ADl{ce}}}}{h{c}}}BfBBhB@f}{{{h{Ah{ADl{ce}}}}c}Bf{}B@f}{{{h{AhIh}}BBj}Bf}{{{h{AhIh}}{h{Gd}}}Bf}{{{h{AhIh}}{AEh{Gd}}}Bf}{{{h{AhIh}}{h{BBj}}}Bf}{{{h{AhIh}}Ih}Bf}{{{h{Ah{ADl{ce}}}}Fl}Bf{}B@f}{{{h{Ah{ADl{ce}}}}Fl}BfBBhB@f}{{{h{AhIh}}Fl}Bf}0{{{h{Ah{ADl{ce}}}}g}{{BBl{cge}}}{}B@f{{Hj{{h{Ahc}}}{{Hh{Ed}}}}}}{{{h{Ah{ADl{A`}}}}}{{Dn{BfACf}}}}{{{h{Ah{ADl{A`c}}}}}{{Dn{BfBBn}}}B@f}{{{h{AOd}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{B@l}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{{ADl{ce}}}}{h{AhEl}}}{{Dn{BfEn}}}F`B@f}{{{h{Ih}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}{BC`AOd}{BCbAOd}{ANnAOd}{B@lAOd}4{{{h{{Ad{c}}}}}{{ADl{c}}}Al}{BCd{{ADl{Mb}}}}{{{BCf{ce}}}{{ADl{ce}}}{}B@f}{{{Ad{c}}}{{ADl{c}}}{}}{{{BCh{ce}}}{{ADl{ce}}}{}B@f}{{{AEh{{Ab{c}}}}}{{ADl{c}}}{}}{{{h{Gd}}}{{ADl{A`}}}}{Cd{{ADl{A`}}}}{BCj{{ADl{A`}}}}{BCl{{ADl{BCn}}}}>{{{h{Ah{Ad{c}}}}}{{ADl{c}}}Al}{BD`{{ADl{A`}}}}{{{AJb{{Ab{c}}e}}}{{ADl{ce}}}{}B@f}{{{h{{Ab{c}}}}}{{ADl{c}}}Al}{Ih{{ADl{A`}}}}{{{h{Ah{Ab{c}}}}}{{ADl{c}}}Al}{cc{}}{{{h{Ih}}}Ih}{{{AJb{Gd}}}Ih}{{{AEh{Gd}}}Ih}{BBjIh}{{{h{Gd}}}Ih}{{{h{AhGd}}}Ih}{{{h{Gd}}}{{Dn{{ADl{A`}}}}}}{e{{ADl{c}}}{}{{Ej{}{{Eh{c}}}}}}{cIh{{Ej{}{{Eh{Ih}}}}}}{cIh{{Ej{}{{Eh{{AJb{Gd}}}}}}}}{cIh{{Ej{}{{Eh{BBj}}}}}}{cIh{{Ej{}{{Eh{{h{Gd}}}}}}}}{cIh{{Ej{}{{Eh{{h{BBj}}}}}}}}{cIh{{Ej{}{{Eh{{AEh{Gd}}}}}}}}{{FlFl}{{ADl{c}}}{}}{{A`FlFl}Ih}{{FlFlc}{{ADl{ec}}}B@f{}}{{{h{Gd}}}{{Dn{Ih}}}}{{{h{{Ab{AEl}}}}}{{Dn{IhBDb}}}}{{{h{{Ab{AEl}}}}}Ih}{{{h{{Ab{A`}}}}}{{Dn{IhBDb}}}}{{{h{{Ab{A`}}}}}Ih}10{{{ADl{A`}}}{{Dn{IhBDd}}}}{{{h{{Ab{A`}}}}}{{AEh{Gd}}}}{{{ADl{A`}}}Ih}{{{h{{ADl{ce}}}}{h{Ahg}}}BfGlB@fGj}{{{h{Ih}}{h{Ahc}}}BfGj}{{{h{{ADl{A`}}}}}Fl}{{{h{{ADl{ce}}}}g}h{}B@f{{Gn{{Ab{c}}}}}}{{{h{Ih}}c}h{{Gn{Gd}}}}{{{h{Ah{ADl{ce}}}}g}{{h{Ah}}}{}B@f{{Gn{{Ab{c}}}}}}{{{h{AhIh}}c}{{h{Ah}}}{{Gn{Gd}}}}{{{h{Ah{ADl{ce}}}}Flc}Bf{}B@f}{{{h{AhIh}}FlBBj}Bf}{{{h{AhIh}}Fl{h{Gd}}}Bf}{ce{}{}}000{{{ADl{Cf}}}BDf}{{{ADl{ce}}}{{AJb{{Ab{c}}e}}}{}B@f}{Ih{{AJb{Gd}}}}{Ih{{ADl{A`}}}}{c{{Dn{BClBDh}}}{}}{Ih{{Dn{BClBDh}}}}{{{ADl{e}}}{}BDj{{BDl{c}}}}{Ih{{BDn{c}}}BDj}{{{ADl{{Ad{c}}e}}}{{ADl{ce}}}{}B@f}{{{h{Ah{ADl{ce}}}}}{}{}B@f}{{{ADl{ce}}}{}{}B@f}{{{h{{ADl{ce}}}}}{}{}B@f}{{{ADl{ce}}}{{Fd{FlFl}}}{}B@f}{Ih{{Fd{A`FlFl}}}}{{{ADl{ce}}}{{Fd{FlFle}}}{}B@f}{{{h{Ih}}{h{Gd}}}}{{{h{B@l}}}A`}{{{h{Ih}}{h{Gd}}}Ed}{{{h{{ADl{c}}}}}Ed{}}{{{h{{ADl{ce}}}}}Ed{}B@f}{{{h{Ih}}}Ed}33{{{h{{ADl{A`c}}}}}EdB@f}{{{ADl{ce}}}{{h{Ah{Ab{c}}}}}{}B@f}{Ih{{h{AhGd}}}}{{{h{{ADl{ce}}}}}Fl{}B@f}{{{h{Ih}}}Fl}{{{h{Ah{ADl{c}}}}{ADl{c}}}Bf{}}{{{h{{ADl{eg}}}}{h{{h{Ah{Ab{c}}}}}}}Ed{}{{Ef{c}}}B@f}{{{h{{ADl{eg}}}}{h{{Ad{c}}}}}Ed{}{{Ef{c}}}B@f}{{{h{{ADl{eg}}}}{h{{h{{Ad{c}}}}}}}Ed{}{{Ef{c}}}B@f}{{{h{{ADl{eg}}}}{h{{h{{Ab{c}}}}}}}Ed{}{{Ef{c}}}B@f}{{{h{{ADl{eg}}}}{h{{ADl{ci}}}}}Ed{}{{Ef{c}}}B@fB@f}{{{h{{ADl{eg}}}}{h{{Ab{c}}}}}Ed{}{{Ef{c}}}B@f}{{{h{Ih}}{h{{h{Gd}}}}}Ed}{{{h{Ih}}{h{Gd}}}Ed}{{{h{Ih}}{h{{AEh{Gd}}}}}Ed}{{}{{ADl{c}}}{}}{{}Ih}{c{{ADl{ec}}}B@f{}}{{{h{{ADl{ce}}}}{h{{ADl{cg}}}}}{{Dh{Bh}}}HnB@fB@f}{{{h{Ih}}{h{Ih}}}{{Dh{Bh}}}}{{{h{Ah{ADl{ce}}}}}{{Dh{c}}}{}B@f}{{{h{AhIh}}}{{Dh{BBj}}}}{{{h{Ah{ADl{ce}}}}g}{{Dh{c}}}{}B@f{{BE`{{h{Ahc}}}{{Hh{Ed}}}}}}{{{h{Ah{ADl{ce}}}}c}Bf{}B@f}{{{h{AhIh}}BBj}Bf}{{{h{AhIh}}{h{Gd}}}Bf}{{{h{Ah{ADl{ce}}}}c}{{Dn{Bfc}}}{}B@f}{{{h{Ah{ADl{ce}}}}Fl}c{}B@f}{{{h{AhIh}}Fl}BBj}{{{h{AhIh}}c}BfBEb}{{{h{AhIh}}c{h{Gd}}}Bf{{Hl{Fl}}}}{{{h{Ah{ADl{ce}}}}Fl}Bf{}B@f}{{{h{AhIh}}Fl}Bf}10{{{h{Ah{ADl{ce}}}}Flc}BfAlB@f}{{{h{Ah{ADl{ce}}}}Flg}Bf{}B@f{{Hj{}{{Hh{c}}}}}}{{{h{Ah{ADl{ce}}}}g}Bf{}B@f{{Hj{{h{c}}}{{Hh{Ed}}}}}}{{{h{AhIh}}c}Bf{{Hj{BBj}{{Hh{Ed}}}}}}{{{h{Ah{ADl{ce}}}}g}Bf{}B@f{{Hj{{h{Ahc}}}{{Hh{Ed}}}}}}{{{h{{ADl{c}}}}e}DnIfI`}{{{h{Ih}}c}DnI`}887{{{h{Ah{ADl{ce}}}}}Bf{}B@f}{{{h{AhIh}}}Bf}{{{h{AOd}}}{{Dh{{h{AOf}}}}}}{{{h{Ah{ADl{ce}}}}}{{h{Ah{Ab{{BEd{c}}}}}}}{}B@f}{{{h{Ah{ADl{ce}}}}gi}{{BEf{e}}}{}B@f{{Hl{Fl}}}{{Ej{}{{Eh{c}}}}}}{{{h{Ah{ADl{ce}}}}}{{Fd{{h{Ah{Ab{c}}}}{h{Ah{Ab{{BEd{c}}}}}}}}}{}B@f}{{{h{Ah{ADl{ce}}}}Fl}{{ADl{ce}}}{}{AlB@f}}{{{h{AhIh}}Fl}Ih}{{{h{Ih}}{h{Gd}}}{{Dh{{h{Gd}}}}}}0{{{h{Ah{ADl{ce}}}}Fl}c{}B@f}{{{h{c}}}e{}{}}000{{{h{Ih}}}{{Dn{{BEj{BEh}}BBn}}}}{{{h{{ADl{A`}}}}}{{Dn{IbBEl}}}}{{{h{Ih}}}{{Dn{IbBEl}}}}{{{h{c}}}Ih{}}00{{{h{Ah{ADl{ce}}}}Fl}Bf{}B@f}{{{h{AhIh}}Fl}Bf}{c{{Dn{e}}}{}{}}0000000{{{h{Ah{ADl{ce}}}}Fl}{{Dn{BfBEn}}}{}B@f}{{{h{AhIh}}Fl}{{Dn{BfBEn}}}}10{Fl{{Dn{{ADl{c}}BEn}}}{}}{Fl{{Dn{IhBEn}}}}{{Flc}{{Dn{{ADl{ec}}BEn}}}B@f{}}{{{h{c}}}Il{}}000{ce{}{}}000{Fl{{ADl{c}}}{}}{FlIh}{{Flc}{{ADl{ec}}}B@f{}}{{{h{Ah{ADl{A`c}}}}{h{{Ab{A`}}}}}{{Dn{FlBBn}}}B@f}{{{h{Ah{ADl{A`}}}}{h{{Ab{A`}}}}}{{Dn{FlACf}}}}{{{h{Ah{ADl{A`c}}}}{h{{Ab{A`}}}}}{{Dn{BfBBn}}}B@f}{{{h{AhIh}}BBj}{{Dn{BfEn}}}}{{{h{AhIh}}{h{Gd}}}{{Dn{BfEn}}}}{{{h{Ah{ADl{A`c}}}}{h{{Ab{BF`}}}}}{{Dn{FlBBn}}}B@f}```````{{{h{c}}}{{h{e}}}{}{}}0{{{h{Ahc}}}{{h{Ahe}}}{}{}}0{{{h{BCb}}}BCb}{{{h{BC`}}}BC`}{{{h{c}}{h{Ahe}}}Bf{}{}}0{{{h{BCb}}{h{BCb}}}Ed}{{{h{BC`}}{h{BC`}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}000{{{h{BCb}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BC`}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}0{{{h{BCb}}}{{Fd{DfDf}}}}{ce{}{}}0{{{h{BC`}}}Fl}{{{h{c}}}e{}{}}0{{{h{c}}}Ih{}}0{c{{Dn{e}}}{}{}}000{{{h{c}}}Il{}}055``````````````{{{h{c}}}{{h{e}}}{}{}}00{{{h{Ahc}}}{{h{Ahe}}}{}{}}00{{{h{BFb}}}BFb}{{{h{BFd}}}BFd}{{{h{BFf}}}BFf}{{{h{c}}{h{Ahe}}}Bf{}{}}00{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}}{{h{c}}}BFnBG`}{c{{Dn{{ADl{A`}}BFd}}}{{AD`{{Ab{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g}{{Dn{{ADl{A`}}BFd}}}BFnBG`{{AD`{{Ab{A`}}}}}}{{c{h{e}}}{{Dn{{ADl{A`}}BFd}}}{{AD`{{Ab{A`}}}}}BFl}{{c{h{Ah{Ab{A`}}}}{h{e}}}{{Dn{FlBFf}}}{{AD`{{Ab{A`}}}}}BFl}{{c{h{Ah{ADl{A`}}}}{h{e}}}{{Dn{BfBFd}}}{{AD`{{Ab{A`}}}}}BFl}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{Ah{Ab{A`}}}}}{{Dn{FlBFf}}}BFnBG`{{AD`{{Ab{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{Ah{Ab{A`}}}}}{{Dn{FlBFd}}}BFnBG`{{AD`{{Ab{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{Ah{ADl{A`}}}}}{{Dn{BfBFd}}}BFnBG`{{AD`{{Ab{A`}}}}}}{FlFl}`{cIh{{AD`{{Ab{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g}IhBFnBG`{{AD`{{Ab{A`}}}}}}{{c{h{e}}}Ih{{AD`{{Ab{A`}}}}}BFl}{{c{h{Ah{Ab{A`}}}}{h{e}}}{{Dn{FlBFb}}}{{AD`{{Ab{A`}}}}}BFl}{{c{h{AhIh}}{h{e}}}Bf{{AD`{{Ab{A`}}}}}BFl}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{Ah{Ab{A`}}}}}{{Dn{FlBFb}}}BFnBG`{{AD`{{Ab{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{AhIh}}}BfBFnBG`{{AD`{{Ab{A`}}}}}}{{FlEd}{{Dh{Fl}}}}`{{{h{BFb}}{h{BFb}}}Ed}{{{h{BFd}}{h{BFd}}}Ed}{{{h{BFf}}{h{BFf}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}00000{{{h{BFb}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BFd}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BFf}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}0{BFdBFf}1{ce{}{}}00``{{{h{BFf}}}{{Dh{{h{AOf}}}}}}{{{h{c}}}e{}{}}00{{{h{c}}}Ih{}}00{c{{Dn{e}}}{}{}}00000{{{h{c}}}Il{}}00555`````````````{{{h{BGb}}}{{h{Gd}}}}{{{h{c}}}{{h{e}}}{}{}}0{{{h{Ahc}}}{{h{Ahe}}}{}{}}0{{{h{BGb}}}BGb}{{{h{c}}{h{Ahe}}}Bf{}{}}{{{h{BGb}}{h{BGb}}}Ed}{{{h{BGd}}{h{BGd}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}000{{{h{BGb}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{BGd}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}0{ce{}{}}0{{{h{Gd}}}{{Dn{BGbBGd}}}}{{{h{c}}}e{}{}}{{{h{c}}}Ih{}}{{{h{Gd}}}{{Dn{BGb}}}}{c{{Dn{e}}}{}{}}000{{{h{c}}}Il{}}066`{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{{BGf{c}}}}{h{AhEl}}}{{Dn{BfEn}}}BFl}:9{{{h{{Ab{A`}}}}{h{c}}}{{BGf{c}}}BFl}7554:````````````33332222{{{h{BGh}}}BGh}{{{h{BGj}}}BGj}{{{h{BGl}}}BGl}{{{h{c}}{h{Ahe}}}Bf{}{}}00{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}}{{h{c}}}BFnBG`}{{{h{BGh}}}h}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g}{{Dn{{ADl{A`}}BFd}}}BFnBG`{{AD`{{Ab{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{Ah{Ab{A`}}}}}{{Dn{FlBFf}}}BFnBG`{{AD`{{Ab{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{Ah{Ab{A`}}}}}{{Dn{FlBFd}}}BFnBG`{{AD`{{Ab{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{Ah{ADl{A`}}}}}{{Dn{BfBFd}}}BFnBG`{{AD`{{Ab{A`}}}}}}{{{h{BG`}}}Fl}{{}BGj}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g}IhBFnBG`{{AD`{{Ab{A`}}}}}}{{{h{BFn}}}Ed}{{{h{BGj}}}Ed}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{Ah{Ab{A`}}}}}{{Dn{FlBFb}}}BFnBG`{{AD`{{Ab{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{AhIh}}}BfBFnBG`{{AD`{{Ab{A`}}}}}}{{{h{BGl}}{h{BGl}}}Ed}{{{h{BGn}}{h{BGn}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}000{{{h{BGh}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{BGj}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{BGl}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{BGn}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}000`{ce{}{}}000{{{h{BGb}}BGj}BGh}?{{{h{c}}}e{}{}}00{c{{Dn{e}}}{}{}}0000000{{{h{c}}}Il{}}0004444{{BGjEd}BGj}{{BGjBGl}BGj}1```````````````{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}}{{h{c}}}BFnBG`}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g}{{Dn{{ADl{A`}}BFd}}}BFnBG`{{AD`{{Ab{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{Ah{Ab{A`}}}}}{{Dn{FlBFf}}}BFnBG`{{AD`{{Ab{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{Ah{Ab{A`}}}}}{{Dn{FlBFd}}}BFnBG`{{AD`{{Ab{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{Ah{ADl{A`}}}}}{{Dn{BfBFd}}}BFnBG`{{AD`{{Ab{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g}IhBFnBG`{{AD`{{Ab{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{Ah{Ab{A`}}}}}{{Dn{FlBFb}}}BFnBG`{{AD`{{Ab{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{AhIh}}}BfBFnBG`{{AD`{{Ab{A`}}}}}}`{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{{BH`{ce}}}}{h{AhEl}}}{{Dn{BfEn}}}BFlBHb}{cc{}}{ce{}{}}{{{BH`{ce}}}eBFlBHb}{{c{h{e}}}{{BH`{ec}}}BHbBFl}{{{h{Ah{BH`{ce}}}}{h{Ah{Ab{A`}}}}}{{Dn{FlBBn}}}BFlBHb}{c{{Dn{e}}}{}{}}0{{{h{c}}}Il{}}5```9988{{{h{AhBHd}}{h{Gd}}}Bf}{{{h{Ah{BHf{ce}}}}}BfBFlBHh}{{{h{Ah{BHf{ce}}}}}{{Dn{eBBn}}}BFlBHh}{{{h{Ah{BHf{ce}}}}}{{Dn{BfBBn}}}BFlBHh}{{{h{Ah{BHj{ce}}}}}{{Dn{BfBBn}}}BFlBHd}{{{h{{BHf{ce}}}}{h{AhEl}}}{{Dn{BfEn}}}BFlBHh}<<{{c{h{e}}}{{BHj{ec}}}BHdBFl}<<{{{BHf{ce}}}eBFlBHh}{{{BHj{ce}}}eBFlBHd}{{c{h{e}}}{{BHf{ec}}}BHhBFl}{{{h{c}}}{{BHj{cIh}}}BFl}<<<<;;{ce{}{}}0{{{h{Ah{BHf{ce}}}}{h{{Ab{A`}}}}}{{Dn{FlBBn}}}BFlBHh}{{{h{Ah{BHj{ce}}}}{h{{Ab{A`}}}}}{{Dn{FlBBn}}}BFlBHd}`````````{{{h{BAd}}}{{h{{Ad{A`}}}}}}{{{h{AhBAd}}}{{h{Ah{Ad{A`}}}}}}{{{h{AhBAd}}}{{h{Ah{Ab{A`}}}}}}{{{h{AhBAd}}}A`}{{{h{BAd}}}A`}{{{h{BAf}}}{{h{Cn}}}}5{{{h{BAd}}}{{h{{Ab{A`}}}}}}``{{{h{c}}}{{h{e}}}{}{}}00170000{{{h{Ahc}}}{{h{Ahe}}}{}{}}00760000{{{h{G`}}Eb}{{Fd{EbEb}}}}{{{h{BHl}}}BHl}{{{h{BAf}}}BAf}{{{h{BAd}}}BAd}{{{h{BHn}}}BHn}{{{h{BI`}}}BI`}{{{h{BIb}}}BIb}{{{h{BId}}}BId}{{{h{c}}{h{Ahe}}}Bf{}{}}000000{{{h{BAf}}{h{BAf}}}Bh}{{{h{BAd}}{h{BAd}}}Bh}{{{h{BHn}}{h{BHn}}}Bh}{{{h{BI`}}{h{BI`}}}Bh}{{{h{BId}}{h{BId}}}Bh}{{{h{Ahc}}}{{Dn{BAfAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{BAdAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{BHnAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{BI`AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{BIdAC`}}}{ACbACd}}20{{{h{BAf}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{BAd}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{BHn}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{BI`}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{BId}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{}BAd}{c{{Dn{BAd}}}E`}{{{h{BHl}}{h{BHl}}}Ed}{{{h{BAf}}{h{BAf}}}Ed}{{{h{BAd}}{h{BAd}}}Ed}{{{h{BHn}}{h{BHn}}}Ed}{{{h{BI`}}{h{BI`}}}Ed}{{{h{BIb}}{h{BIb}}}Ed}{{{h{BId}}{h{BId}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0000000000000{{{h{BHl}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BAf}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{BAd}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{BHn}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{BI`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{BIb}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BId}}{h{AhEl}}}{{Dn{BfEn}}}}{ANnBHl}{cc{}}0{{{Ad{A`}}}BAd}1{{{h{{Ad{A`}}}}}BAd}2222{{{h{Fj}}EbDf{h{{Ab{Fl}}}}}{{Dn{BHnBHl}}}}{{{h{Gd}}}{{Dn{BAdBIf}}}}{{{h{BI`}}{h{Fj}}}{{Dn{BIdBIb}}}}{{{h{Gd}}}{{Dn{BAd}}}}{{{h{BAf}}{h{Ahc}}}BfGj}{{{h{BAd}}{h{Ahc}}}BfGj}{{{h{BHn}}{h{Ahc}}}BfGj}{{{h{BI`}}{h{Ahc}}}BfGj}{{{h{BId}}{h{Ahc}}}BfGj}``{{{h{BAd}}c}h{}}`{ce{}{}}000000{{{h{BAd}}}Ed}{{{h{BAd}}}Fl}`{{{h{BAf}}{h{BAf}}}{{Dh{Bh}}}}{{{h{BAd}}{h{BAd}}}{{Dh{Bh}}}}{{{h{BHn}}{h{BHn}}}{{Dh{Bh}}}}{{{h{BI`}}{h{BI`}}}{{Dh{Bh}}}}{{{h{BId}}{h{BId}}}{{Dh{Bh}}}}`{{{h{BAd}}c}DnI`}`{{{h{BHl}}}{{Dh{{h{AOf}}}}}}{{{h{BIb}}}{{Dh{{h{AOf}}}}}}{BAd{{Ad{A`}}}}{{{h{c}}}e{}{}}000000{{{h{c}}}Ih{}}00`{c{{Dn{e}}}{}{}}00{{{h{{Ab{A`}}}}}{{Dn{BAd}}}}11111111111`{{{h{c}}}Il{}}000000{ce{}{}}000000{{{h{c}}{Fd{EbEb}}}BAd{{AD`{{Ab{A`}}}}}}````````````{{{h{Ah{BIh{c}}}}{h{{Ab{A`}}}}}BfACh}{{{h{Ah{BIj{c}}}}{h{{Ab{A`}}}}}BfACh}{{{h{Ah{BIh{c}}}}g}{{Dn{BfBIl}}}ACh{{Dj{Mf}}}{{AFd{{h{AAd}}}{{Hh{{Dn{eBIl}}}}}}}}{{{h{Ah{BIh{c}}}}}BfACh}{{{h{c}}}{{h{e}}}{}{}}0000000{{{h{Ahc}}}{{h{Ahe}}}{}{}}0000000{{{h{BIn}}}BIn}{{{h{c}}{h{Ahe}}}Bf{}{}}`{{{h{BIn}}{h{BIn}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{BIn}}{h{Kf}}}Kf}{{{h{Ah{BIh{c}}}}}{{Dn{FlACf}}}ACh}{{{h{Ah{BIj{c}}}}}{{Dn{FlACf}}}ACh}{{{h{Ah{BJ`{c}}}}}{{Dn{FlACf}}}ACh}{{{h{BIl}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BIn}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}00000{ACfBIl}1{ANnBIl}2{ce{}{}}0000000{{{h{BJb}}{h{Ahc}}e}{{Dn{EdBIl}}}{ACbACd}Hb}{{{h{BJd}}{h{Ahc}}e}{{Dn{EdBIl}}}{ACbACd}Hb}{{{h{BIn}}{h{Cl}}c}{{Dn{EdBIl}}}Hb}210{{{h{Ahc}}{h{Fj}}}{{BIh{c}}}ACh}{{{h{Cl}}}BJb}{{EbEbEbA`}BJd}{{{h{Ahc}}EbEbEbA`}{{BIj{c}}}ACh}{{{h{Ahc}}}{{BJf{c}}}{ACbACd}}{{{h{Ahc}}}{{BJ`{c}}}ACh}{{{h{{Ab{A`}}}}}BIn}{{{h{Fj}}e}{{Dn{BInBIl}}}{{Dj{Mf}}}{{AFd{{h{AAd}}}{{Hh{{Dn{cBIl}}}}}}}}{{{h{Ah{BJf{c}}}}A`}{{Dn{EbACf}}}{ACbACd}}{{{h{BIl}}}{{Dh{{h{AOf}}}}}}{{{h{c}}}e{}{}}{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}000000000000000{{{h{c}}}Il{}}0000000{ce{}{}}0000000{{{h{Ah{BJ`{c}}}}EbA`}{{Dn{FlACf}}}ACh}```````````````````````````{{{h{BJh}}}{{h{{Ad{A`}}}}}}{{{h{BJj}}}{{h{{Ad{A`}}}}}}{{{h{AhBJh}}}{{h{Ah{Ab{A`}}}}}}{{{h{AhBJh}}}{{h{Ah{Ad{A`}}}}}}{{{h{AhBJj}}}{{h{Ah{Ad{A`}}}}}}{{{h{AhBJj}}}{{h{Ah{Ab{A`}}}}}}{{{h{AhBJh}}}A`}{{{h{AhBJj}}}A`}{{{h{BJh}}}A`}{{{h{BJj}}}A`}9{{{h{BJh}}}{{h{{Ab{A`}}}}}}{{{h{BJj}}}{{h{{Ab{A`}}}}}}:{{{h{BCn}}}{{h{{Ab{BCn}}}}}}{{{h{BCl}}}{{h{{Ab{BCn}}}}}}{{{h{c}}}{{h{e}}}{}{}}>40=30000000{{{h{Ahc}}}{{h{Ahe}}}{}{}}<0=:0;000000{{}Ed}0````{{{h{BCl}}BCn}BCl}````{{{h{BCl}}BCn}BJl}{{{h{AEf}}{h{{Jf{c}}}}BCn}{{Dn{AEfBDh}}}Jn}{{{h{AEf}}BCn}{{Dn{{Fd{AJlBJh}}BDh}}}}{{{h{BJh}}}BJh}{{{h{BJj}}}BJj}{{{h{BJn}}}BJn}{{{h{AEf}}}AEf}{{{h{BCn}}}BCn}{{{h{BCl}}}BCl}{{{h{BDh}}}BDh}{{{h{BK`}}}BK`}{{{h{c}}{h{Ahe}}}Bf{}{}}0000000{{{h{BJh}}{h{BJh}}}Bh}{{{h{BJj}}{h{BJj}}}Bh}{{{h{AEf}}{h{AEf}}}Bh}{{{h{BCn}}{h{BCn}}}Bh}{{{h{BCl}}{h{BCl}}}Bh}{{{h{{Ab{A`}}}}}{{Dn{BJnBDh}}}}{{{h{{Ab{A`}}}}}{{Dn{AEfBDh}}}}{{}BJj}{{}BCl}````{{{h{BJn}}{h{{Jf{c}}}}{h{e}}}{{Dn{BJnBDh}}}AGd{{AD`{{Ab{BCn}}}}}}{{{h{AEf}}{h{{Jf{c}}}}{h{e}}}{{Dn{AEfBDh}}}Jn{{AD`{{Ab{BCn}}}}}}{c{{Dn{BJh}}}E`}{c{{Dn{BJj}}}E`}{c{{Dn{BJn}}}E`}{c{{Dn{AEf}}}E`}{c{{Dn{BCn}}}E`}{c{{Dn{BCl}}}E`}{{{h{BJn}}}{{Ad{A`}}}}{{{h{AEf}}}{{Ad{A`}}}}{{{h{BJh}}{h{BJh}}}Ed}{{{h{BJj}}{h{BJj}}}Ed}{{{h{BJn}}{h{BJn}}}Ed}{{{h{AEf}}{h{AEf}}}Ed}{{{h{BCn}}{h{BCn}}}Ed}{{{h{BCl}}{h{BCl}}}Ed}{{{h{BDh}}{h{BDh}}}Ed}{{{h{BK`}}{h{BK`}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}000000000000000{{{h{BCl}}c}BCl{{AD`{{Ab{BCn}}}}}}{{{h{BJn}}{h{{Jf{c}}}}}BJjAGd}{{{h{AEf}}}BJj}{{{h{BJh}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{BJj}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{BJn}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{AEf}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BCn}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BCl}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BDh}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BK`}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}0{{{h{{Ad{A`}}}}}BJh}{{{Ad{A`}}}BJh}{{{h{{Ad{A`}}}}}BJj}{{{Ad{A`}}}BJj}4444{DfBCn}5{{{h{{Ab{BCn}}}}}BCl}{{{ADl{BCn}}}BCl}{AOdBDh}{ANnBDh}{JlBDh}:{BK`BDh};{Df{{Dn{BCnBDh}}}}{{{h{Gd}}}{{Dn{BJhBIf}}}}{{{h{Gd}}}{{Dn{BJjBIf}}}}{cBCl{{Ej{}{{Eh{BCn}}}}}}3{{{h{{Jf{c}}}}{h{BJn}}}AEfAGd}{{{h{Gd}}}{{Dn{BJh}}}}{{{h{Gd}}}{{Dn{BJj}}}}{{{h{Gd}}}{{Dn{BJnBDh}}}}{{{h{Gd}}}{{Dn{AEfBDh}}}}{{{h{Gd}}}{{Dn{BCnBDh}}}}{{{h{Gd}}}{{Dn{BClBDh}}}}{{{h{BJn}}BKb{h{{Jf{c}}}}}{{Dn{{Dh{AAn}}}}}AGd}{{{h{BCl}}}BJl}{{{h{BJh}}{h{Ahc}}}BfGj}{{{h{BJj}}{h{Ahc}}}BfGj}{{{h{AEf}}{h{Ahc}}}BfGj}{{{h{BCn}}{h{Ahc}}}BfGj}{{{h{BCl}}{h{Ahc}}}BfGj}{{{h{BJn}}{h{{Jf{c}}}}}KhAGd}{{{h{AEf}}}Kh}{BCn{{Dn{BCnBDh}}}}{{{h{BJh}}c}h{}}{{{h{BJj}}c}h{}}{{{h{BCl}}c}h{}}{ce{}{}}00000000{{BClBCn}BCl}{BKd{{Dn{BClBDh}}}}{c{{Dn{BClBDh}}}{}}{c{{H`{g}}}{}{}{{Hb{}{{Eh{e}}}}}}4{{{h{BCl}}}}{{{h{BK`}}}Fl}{{{h{BJh}}}Ed}{{{h{BJj}}}Ed}{{{h{BCl}}}Ed}{{{h{BCn}}}Ed}10{{{h{BJh}}}Fl}{{{h{BJj}}}Fl}{{{h{BCl}}}Fl}{{}BCl}````{{c{h{{Ab{A`}}}}}{{Dn{BJnBDh}}}{{AHb{ABf}}}}{{{h{AhBJl}}}Dh}{{{h{BCl}}}BJl}````{{{h{BJh}}{h{BJh}}}{{Dh{Bh}}}}{{{h{BJj}}{h{BJj}}}{{Dh{Bh}}}}{{{h{AEf}}{h{AEf}}}{{Dh{Bh}}}}{{{h{BCn}}{h{BCn}}}{{Dh{Bh}}}}{{{h{BCl}}{h{BCl}}}{{Dh{Bh}}}}````{{{h{BJh}}c}DnI`}{{{h{BJj}}c}DnI`}{{{h{BJn}}c}DnI`}{{{h{AEf}}c}DnI`}{{{h{BCn}}c}DnI`}{{{h{BCl}}c}DnI`}{{{h{BDh}}}{{Dh{{h{AOf}}}}}}{{{h{BCl}}BCn}BJl}{BJh{{Ad{A`}}}}{BJj{{Ad{A`}}}}{{BJn{h{{Jf{c}}}}}AG`AGd}{{{h{c}}}e{}{}}0000000{BJnAAn}{AEfAAl}{{{h{c}}}Ih{}}0000000{{{h{BCl}}}{{ADl{Df}}}}{AEfJd}{c{{Ij{i}}}{}{}{}{{Hb{}{{Eh{{Dn{eg}}}}}}}}{c{{Dn{e}}}{}{}}{{{h{{Ab{A`}}}}}{{Dn{BJh}}}}1{{{h{{Ab{A`}}}}}{{Dn{BJj}}}}2222222222222222{{{h{c}}}Il{}}00000000{ce{}{}}00000000{{{h{BJn}}{h{{Jf{c}}}}}BJjAGd}{{{h{AEf}}{h{{Jf{c}}}}}BJjAGd}`````````````````````````````````{{{h{G`}}}Cl}{{{h{c}}}{{h{e}}}{}{}}000{{{h{Ahc}}}{{h{Ahe}}}{}{}}000{{{h{G`}}}G`}{{{h{BKf}}}BKf}{{{h{Ob}}}Ob}{{{h{BKh}}}BKh}{{{h{c}}{h{Ahe}}}Bf{}{}}000{{{h{G`}}{h{G`}}}Bh}{{{h{BKf}}{h{BKf}}}Bh}{{{h{Ahc}}}{{Dn{G`AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{BKfAC`}}}{ACbACd}}1{{{h{G`}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{BKf}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{}BKf}{c{{Dn{G`}}}E`}{c{{Dn{BKf}}}E`}{{{h{G`}}c}ACn{{AD`{Nj}}}}{{{h{G`}}}ADb}{{{h{G`}}{h{G`}}}Ed}{{{h{BKf}}{h{BKf}}}Ed}{{{h{Ob}}{h{Ob}}}Ed}{{{h{BKh}}{h{BKh}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0000000{{{h{G`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{BKf}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{Ob}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BKh}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}0{ANnOb}11{ANnBKh}{BBbBKf}{{{h{G`}}{h{Ahc}}}BfGj}{{{h{BKf}}{h{Ahc}}}BfGj}`{ce{}{}}000{{{h{BKf}}A`}Ed}``{{{h{G`}}{h{G`}}}{{Dh{Bh}}}}{{{h{BKf}}{h{BKf}}}{{Dh{Bh}}}}`{{{h{G`}}c}DnI`}{{{h{BKf}}c}DnI`}{{{h{Ob}}}{{Dh{{h{AOf}}}}}}{{{h{BKh}}}{{Dh{{h{AOf}}}}}}{{{h{G`}}}ABh}`{BKfBBb}{{{h{c}}}e{}{}}000{{{h{c}}}Ih{}}0{c{{Dn{e}}}{}{}}0000000`{{{h{c}}}Il{}}000{{{h{G`}}ABh}{{Dn{ClBKh}}}}`>>>>{{{h{G`}}}Jb}``````````````````{{{h{Oh}}}{{h{{Ad{A`}}}}}}{{{h{AhOh}}}{{h{Ah{Ad{A`}}}}}}{{{h{AhOh}}}{{h{Ah{Ab{A`}}}}}}{{{h{AhOh}}}A`}{{{h{Oh}}}A`}{{{h{Oh}}}{{h{{Ab{A`}}}}}}505{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}65{{{h{Oh}}}Oh}{{{h{c}}{h{Ahe}}}Bf{}{}}{{{h{Oh}}{h{Oh}}}Bh}{c{{Dn{Oh}}}E`}{{{h{Oh}}{h{Oh}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{Oh}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{Ad{A`}}}Oh}{cc{}}{{{h{{Ad{A`}}}}}Oh}{ClOh}{{{h{Gd}}}{{Dn{OhBIf}}}}{{{h{Gd}}}{{Dn{Oh}}}}{cFj{{AD`{Nj}}}}{{{h{Oh}}{h{Ahc}}}BfGj}{{{h{Oh}}c}h{}}{ce{}{}}{{{h{Oh}}}Ed}{{{h{Oh}}}Fl}{{{h{Oh}}{h{Oh}}}{{Dh{Bh}}}}{{{h{Oh}}c}DnI`}{Oh{{Ad{A`}}}}{{{h{c}}}e{}{}}{{{h{c}}}Ih{}}{{{h{{Ab{A`}}}}}{{Dn{Oh}}}}{c{{Dn{e}}}{}{}}0{{{h{c}}}Il{}}{cOh{{AD`{Nj}}}}{BnOh}<```````````````````{{{h{c}}}{{h{e}}}{}{}}00000{{{h{Ahc}}}{{h{Ahe}}}{}{}}00000{{{h{c}}Oj}Ed{}}{{{h{Oj}}Oj}Ed}{{{h{c}}Ol}Ed{}}{{{h{AJd}}}AJd}{{{h{BKj}}}BKj}{{{h{AJf}}}AJf}{{{h{BKl}}}BKl}{{{h{BKn}}}BKn}{{{h{Oj}}}Oj}{{{h{c}}{h{Ahe}}}Bf{}{}}00000{{{h{AJd}}{h{AJd}}}Bh}{{{h{AJf}}{h{AJf}}}Bh}{{{h{Ahc}}}{{Dn{OjAC`}}}{ACbACd}}{{{h{Oj}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{c{{Dn{AJd}}}E`}{c{{Dn{AJf}}}E`}{c{{Dn{Oj}}}E`}{{{h{AJd}}{h{AJd}}}Ed}{{{h{BKj}}{h{BKj}}}Ed}{{{h{AJf}}{h{AJf}}}Ed}{{{h{BKl}}{h{BKl}}}Ed}{{{h{BKn}}{h{BKn}}}Ed}{{{h{Oj}}{h{Oj}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}00000000000{{{h{AJd}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BKj}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{AJf}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BKl}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BKn}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{Oj}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}{BL`BKj}11{BL`BKl}22{AJfOj}3{AJdOj}{BLbOj}{Df{{Dn{AJdBKn}}}}{Df{{Dn{AJfBKn}}}}{DfOj}{Df{{Dn{OjBKn}}}}{{{h{Gd}}}{{Dn{AJdBKj}}}}{{{h{Gd}}}{{Dn{AJfBKl}}}}{{{h{Gd}}}{{Dn{OjAFn}}}}{{{h{Gd}}}{{Dn{AJd}}}}{{{h{Gd}}}{{Dn{AJf}}}}{{{h{Gd}}}{{Dn{Oj}}}}6{{{h{Gd}}}{{Dn{OjAHn}}}}{{{h{AJd}}{h{Ahc}}}BfGj}{{{h{AJf}}{h{Ahc}}}BfGj}{{{h{Oj}}{h{Ahc}}}BfGj}{ce{}{}}00000{{{h{Oj}}}Ed}0{{{h{Oj}}Oj}Ed}0{{{h{Oj}}AJdAJf}Ed}{{{h{AJd}}{h{AJd}}}{{Dh{Bh}}}}{{{h{AJf}}{h{AJf}}}{{Dh{Bh}}}}{{{h{Oj}}{h{Oj}}}{{Dh{Bh}}}}{{{h{c}}{h{e}}}Ed{}{}}{{{h{c}}h}Ed{}}0{{{h{c}}{h{Ml}}}{{Dh{AAj}}}{}}0{{{h{c}}{h{{Fd{MlM`}}}}}{{Dh{{Fd{JdFl}}}}}{}}{{{h{c}}{h{Ml}}}{{Dh{Jd}}}{}}33{{{h{c}}}{{Dh{{h{{AKf{AKd{Fd{CdAGj}}}}}}}}}{}}{{{h{c}}{h{e}}}{{Dh{Fl}}}{}{}}{{{h{c}}{h{e}}{h{M`}}}{{Dh{Fl}}}{}{}}{{{h{AJd}}c}DnI`}{{{h{AJf}}c}DnI`}{{{h{Oj}}c}DnI`}{{{h{BKj}}}{{Dh{{h{AOf}}}}}}{{{h{BKl}}}{{Dh{{h{AOf}}}}}}{{{h{BKn}}}{{Dh{{h{AOf}}}}}}{AJdDf}{AJfDf}{OjDf}{{{h{c}}}e{}{}}00000{{{h{c}}}Ih{}}00000{Ih{{Dn{AJd}}}}{{{AJb{Gd}}}{{Dn{AJd}}}}{c{{Dn{e}}}{}{}}{{{h{Gd}}}{{Dn{AJd}}}}1{Ih{{Dn{AJf}}}}{{{h{Gd}}}{{Dn{AJf}}}}3{{{AJb{Gd}}}{{Dn{AJf}}}}44{Ih{{Dn{Oj}}}}5{{{AJb{Gd}}}{{Dn{Oj}}}}{{{h{Gd}}}{{Dn{Oj}}}}777777{{{h{c}}}Il{}}00000{ce{}{}}00000`````````````````{{{h{c}}}{{h{e}}}{}{}}000000{{{h{Ahc}}}{{h{Ahe}}}{}{}}000000{{{h{c}}Oj}Ed{}}{{{h{c}}Ol}Ed{}}{{{h{Ol}}Ol}Ed}{{{h{BLd}}}BLd}{{{h{BLf}}}BLf}{{{h{AGl}}}AGl}{{{h{Ol}}}Ol}{{{h{BLh}}}BLh}{{{h{BLj}}}BLj}{{{h{BLl}}}BLl}{{{h{c}}{h{Ahe}}}Bf{}{}}000000{{{h{BLd}}{h{BLd}}}Bh}{{{h{BLf}}{h{BLf}}}Bh}{{}BLd}{{}BLf}{c{{Dn{BLd}}}E`}{c{{Dn{BLf}}}E`}{c{{Dn{Ol}}}E`}{{{h{BLh}}}Df}{{{h{BLd}}{h{BLd}}}Ed}{{{h{BLf}}{h{BLf}}}Ed}{{{h{AGl}}{h{AGl}}}Ed}{{{h{Ol}}{h{Ol}}}Ed}{{{h{BLh}}{h{BLh}}}Ed}{{{h{BLj}}{h{BLj}}}Ed}{{{h{BLl}}{h{BLl}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0000000000000{{{h{BLd}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BLf}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{AGl}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{Ol}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BLh}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BLj}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BLl}}{h{AhEl}}}{{Dn{BfEn}}}}0{AElBLd}{cc{}}00{BLdOl}{AEjOl}2{BLfOl}333{AElBLf}{AElOl}{Df{{Dn{OlBLh}}}}71{Df{{Dn{BLfAGl}}}}{Df{{Dn{OlAGl}}}}10{On{{Dn{OlBLh}}}}{{{h{Gd}}}{{Dn{BLd}}}}{{{h{Gd}}}{{Dn{BLf}}}}{{{h{BLd}}{h{Ahc}}}BfGj}{{{h{BLf}}{h{Ahc}}}BfGj}{{{h{Ol}}{h{Ahc}}}BfGj}``{ce{}{}}000000{{{h{Ol}}}Ed}0{{{h{Ol}}Ol}Ed}{{{h{Ol}}On}Ed}1{{{h{Ol}}BLdBLf}Ed}{{{h{Ol}}BLd}{{Dn{EdBLj}}}}{{{h{Ol}}BLf}{{Dn{EdBLl}}}}{DfAGl}{{{h{BLd}}{h{BLd}}}{{Dh{Bh}}}}{{{h{BLf}}{h{BLf}}}{{Dh{Bh}}}}{{{h{Ol}}{h{Ol}}}{{Dh{Bh}}}}{{{h{c}}{h{e}}}Ed{}{}}{{{h{c}}h}Ed{}}0{{{h{c}}{h{Ml}}}{{Dh{AAj}}}{}}0{{{h{c}}{h{{Fd{MlM`}}}}}{{Dh{{Fd{JdFl}}}}}{}}{{{h{c}}{h{Ml}}}{{Dh{Jd}}}{}}33{{{h{c}}}{{Dh{{h{{AKf{AKd{Fd{CdAGj}}}}}}}}}{}}{{{h{c}}{h{e}}}{{Dh{Fl}}}{}{}}{{{h{c}}{h{e}}{h{M`}}}{{Dh{Fl}}}{}{}}{{{h{BLd}}c}DnI`}{{{h{BLf}}c}DnI`}{{{h{Ol}}c}DnI`}``{{{h{BLd}}}Df}{{{h{BLf}}}Df}{{{h{Ol}}}Df}{{{h{c}}}e{}{}}000000{{{h{Ol}}}On}{{{h{c}}}Ih{}}000000{{{AJb{Gd}}}{{Dn{BLd}}}}{{{h{Gd}}}{{Dn{BLd}}}}{c{{Dn{e}}}{}{}}{Ih{{Dn{BLd}}}}1{{{AJb{Gd}}}{{Dn{BLf}}}}{Ih{{Dn{BLf}}}}{{{h{Gd}}}{{Dn{BLf}}}}44{On{{Dn{OlBLh}}}}5555555555{{{h{c}}}Il{}}000000{BLdAEl}{BLfAEl}{ce{}{}}000000``````````````````{{{h{c}}}{{h{e}}}{}{}}0{{{h{Ahc}}}{{h{Ahe}}}{}{}}0{{{h{A@f}}}A@f}{{{h{A@h}}}A@h}{{{h{c}}{h{Ahe}}}Bf{}{}}0{{{h{A@f}}{h{A@f}}}Bh}{{{h{A@f}}{h{A@f}}}Ed}{{{h{A@h}}{h{A@h}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}000{{{h{A@f}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{A@h}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}0{{{h{A@f}}{h{Ahc}}}BfGj}=={{{h{A@f}}{h{A@f}}}{{Dh{Bh}}}}{{{h{c}}}e{}{}}0{c{{Dn{e}}}{}{}}000{{{h{c}}}Il{}}0{ce{}{}}0`````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{{h{Od}}}{{h{{Ab{A`}}}}}}{{{h{Nh}}}{{h{{Ab{A`}}}}}}{{{h{AhNh}}}{{h{Ah{Ab{A`}}}}}}{{{h{AhNh}}}{{h{AhNh}}}}{{{h{AhBCj}}}{{h{AhNh}}}}20{{{h{BCj}}}{{h{Nh}}}}{{{h{Nh}}}{{h{Nh}}}}51{{{h{Od}}}{{h{Mf}}}}{{{h{AJ`}}}{{h{Mf}}}}{{{h{AIn}}}{{h{Mf}}}}{{{h{c}}}{{h{e}}}{}{}}000000500{{{h{Ahc}}}{{h{Ahe}}}{}{}}000007000{{{h{BCj}}}Fl}{{{h{AhBCj}}}Bf}{{{h{Od}}}Od}{{{h{ADh}}}ADh}{{{h{AJ`}}}AJ`}{{{h{AIn}}}AIn}{{{h{BCj}}}BCj}{{{h{BLn}}}BLn}{{{h{BM`}}}BM`}{{{h{c}}{h{Ahe}}}Bf{}{}}000000{{{h{Nh}}{h{Nh}}}Bh}{{{h{BCj}}{h{BCj}}}Bh}{{}Od}{{}BCj}{{{h{BCj}}}h}{{{h{AhBCj}}}{{h{Ah}}}}{{}{{h{Nh}}}}{{{h{Od}}{h{Od}}}Ed}{{{h{ADh}}{h{ADh}}}Ed}{{{h{Nh}}{h{Nh}}}Ed}{{{h{BCj}}{h{BCj}}}Ed}{{{h{BLn}}{h{BLn}}}Ed}{{{h{BM`}}{h{BM`}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}00000000000{{{h{AhBCj}}{h{{Ab{A`}}}}}{{Dn{BfBLn}}}}{{{h{Od}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{ADh}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{AJ`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{AIn}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{Nh}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{BCj}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{BLn}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BM`}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}0{{{ADl{A`}}}Od}111{{{h{Ah{Ad{A`}}}}}{{h{AhNh}}}}0{{{h{{Ad{A`}}}}}{{h{Nh}}}}1110100010010110000100000001100111110101011011110100010011010001110100100111100111111101110010101010110110000100101010011001110011010000001100110{{{Ad{A`}}}BCj}{{{h{{Ad{A`}}}}}BCj}110110111111111011{LhBCj}{LbBCj}2323222332222333233223323323332{L`BCj}33344333333433443343443433333344443443343343434333443344433334343443443{LfBCj}5444445554544545549554545449{BMbBM`}{ANnBM`};{{{h{Nh}}{h{Ahc}}}BfGj}{{{h{BCj}}{h{Ahc}}}BfGj}{{{h{Nh}}{Fd{{AI`{Fl}}{AI`{Fl}}}}}h}{{{h{Nh}}{AIl{Fl}}}h}{{{h{Nh}}{AId{Fl}}}h}{{{h{Nh}}{AIh{Fl}}}h}{{{h{Nh}}{AIf{Fl}}}h}{{{h{Nh}}Fl}h}{{{h{Nh}}{AIj{Fl}}}h}{{{h{Nh}}AIb}h}{{{h{BMd}}}Fl}{{{h{BLn}}}Fl}{ce{}{}}0000000{Od{{ADl{A`}}}}{c{{H`{g}}}{}{}{{Hb{}{{Eh{e}}}}}}00222{OdCd}{{{h{Od}}}Ed}{{{h{Nh}}}Ed}{{{h{BCj}}}Ed}{{{h{Od}}}Fl}{{{h{Nh}}}Fl}{{{h{BCj}}}Fl}{{}Od}{{}BCj}{{{h{AhOf}}}Dh}{{{h{AhAJ`}}}{{Dh{{Dn{ADhBM`}}}}}}{{{h{AhAIn}}}Dh}2{{{h{AhOf}}Fl}Dh}{{{h{AhAIn}}Fl}Dh}1{{{h{ADh}}}{{Dh{A@d}}}}{{{h{Nh}}{h{Nh}}}{{Dh{Bh}}}}{{{h{BCj}}{h{BCj}}}{{Dh{Bh}}}}{{{h{AhBCj}}}{{Dh{A`}}}}{{{h{AhBCj}}A`}{{Dn{BfBLn}}}}{{{h{ADh}}}{{Dh{{h{Nh}}}}}}{{OdA@`}Od}{{Od{h{AAj}}}Od}{{OdOj}Od}{{OdA@d}Od}{{OdOn}Od}{{Odc}Od{{AD`{Nh}}}}{OdOd}{{Od{h{Jd}}}Od}{{{h{{Ab{A`}}}}}Ed}{{{h{{Ab{A`}}}}}{{Dn{A@`BM`}}}}0{{{h{AhBCj}}Fl}A`}{{{h{AhBCj}}Fl}Bf}{{{h{ADh}}}{{Dh{A@`}}}}{{{h{Of}}}{{Fd{Fl{Dh{Fl}}}}}}{{{h{AJ`}}}{{Fd{Fl{Dh{Fl}}}}}}{{{h{AIn}}}{{Fd{Fl{Dh{Fl}}}}}}{{{h{BLn}}}{{Dh{{h{AOf}}}}}}{{{h{BM`}}}{{Dh{{h{AOf}}}}}}{{{h{c}}}e{}{}}000{{{h{Nh}}}}111{{{h{c}}}Ih{}}00{c{{Ij{i}}}{}{}{}{{Hb{}{{Eh{{Dn{eg}}}}}}}}00:{c{{Dn{e}}}{}{}}0000{{{h{{Ab{A`}}}}}{{Dn{{h{Nh}}}}}}{{{h{Ah{Ab{A`}}}}}{{Dn{{h{AhNh}}}}}}2{{{ADl{A`}}}{{Dn{BCj}}}}3333333333{{{h{c}}}Il{}}00000000{ce{}{}}0000000{FlBCj}``{{{h{Ah{Ad{A`}}}}A@`}Fl}``````{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{AJj}}}AJj}{{{h{c}}{h{Ahe}}}Bf{}{}}{{{h{AJj}}{h{AJj}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{AJj}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}{ANnAJj};{{{h{AJj}}}{{Dh{{h{AOf}}}}}}{{{h{c}}}e{}{}}{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}0{{{h{c}}}Il{}}{ce{}{}}`````````````````````````>>>==={{{h{BMf}}}BMf}{{{h{BMh}}}BMh}{{{h{AO`}}}AO`}>>>{{{h{BMf}}{h{BMf}}}Ed}{{{h{BMh}}{h{BMh}}}Ed}{{{h{AO`}}{h{AO`}}}Ed}??????{{{h{BMf}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BMh}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{AO`}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}{BMjBMf}{ANnBMf}{AO`BMf}{AO`BMh}{ANnBMh}55???{{{h{AO`}}}A`}{{{h{BMf}}}{{Dh{{h{AOf}}}}}}{{{h{BMh}}}{{Dh{{h{AOf}}}}}}{{{h{c}}}e{}{}}00{{{h{c}}}Ih{}}00{c{{Dn{e}}}{}{}}00000{{{h{c}}}Il{}}00{ce{}{}}00`````````````````````````{{{h{c}}}{{h{e}}}{}{}}00000{{{h{Ahc}}}{{h{Ahe}}}{}{}}00000{{{h{BMl}}}BMl}{{{h{AMd}}}AMd}{{{h{AMf}}}AMf}{{{h{BMn}}}BMn}{{{h{BN`}}}BN`}{{{h{BNb}}}BNb}{{{h{c}}{h{Ahe}}}Bf{}{}}00000{{{h{BN`}}{h{BN`}}}Bh}{{{h{Ahc}}}{{Dn{BN`AC`}}}{ACbACd}}{{{h{BN`}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{c{{Dn{BN`}}}E`}{{A@bJ`Cj}{{Dh{In}}}}{{{h{BMl}}{h{BMl}}}Ed}{{{h{AMd}}{h{AMd}}}Ed}{{{h{AMf}}{h{AMf}}}Ed}{{{h{BMn}}{h{BMn}}}Ed}{{{h{BN`}}{h{BN`}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}000000000{{{h{BMl}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{AMd}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{AMf}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BMn}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BN`}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BNb}}{h{AhEl}}}{{Dn{BfEn}}}}{ANnBMl}{cc{}}{BMnAMd}11{BMnAMf}222{{Fl{h{{Ab{Fl}}}}}BNb}{FlBNb}0{{{h{BN`}}{h{Ahc}}}BfGj}``{ce{}{}}00000{{{h{BN`}}}Ed}``{{Flc}BNbEj}{BBbBN`}`{{{h{BN`}}{h{BN`}}}{{Dh{Bh}}}}{{ce}J`{{Ej{}{{Eh{BNb}}}}}{{Ej{}{{Eh{Fl}}}}}}{{{h{{Ab{BNb}}}}{h{{Ab{Fl}}}}}J`}````{{{h{BN`}}c}DnI`}{{{h{BMl}}}{{Dh{{h{AOf}}}}}}{{{h{AMd}}}{{Dh{{h{AOf}}}}}}{{{h{AMf}}}{{Dh{{h{AOf}}}}}}{{{h{BMn}}}{{Dh{{h{AOf}}}}}}{{{h{c}}}e{}{}}00000{{{h{c}}}Ih{}}0000{c{{Dn{e}}}{}{}}00000000000`{{{h{c}}}Il{}}00000```??????{{{h{BNb}}}J`}`````{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{cc{}}{ce{}{}}{c{{H`{g}}}{}{}{{Hb{}{{Eh{e}}}}}}1{{{h{AhAJh}}}Dh}{{{h{AJh}}}{{Fd{Fl{Dh{Fl}}}}}}{c{{Ij{i}}}{}{}{}{{Hb{}{{Eh{{Dn{eg}}}}}}}}::94```````````````{{{h{Nj}}}{{h{Nj}}}}````8877{{{h{Nj}}}Nj}{{{h{c}}{h{Ahe}}}Bf{}{}}{{{h{Ahc}}}{{Dn{BNdAC`}}}{ACbACd}}0{{{h{BNf}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{Ab{A`}}}}}{{Dn{cAC`}}}BNd}{{{h{{Ab{A`}}}}}{{Dn{{Fd{cFl}}AC`}}}BNd}{{{h{Nj}}}Eb}{{{h{AhBNh}}Ed}{{Dn{BfACf}}}}{{{h{AhBNh}}BB`}{{Dn{BfACf}}}}{{{h{AhBNh}}BBb}{{Dn{BfACf}}}}{{{h{AhBNh}}A@`}{{Dn{BfACf}}}}{{{h{AhBNh}}BBd}{{Dn{BfACf}}}}{{{h{AhBNh}}{h{{Ab{A`}}}}}{{Dn{BfACf}}}}{{{h{AhBNh}}AEl}{{Dn{BfACf}}}}{{{h{AhBNh}}Df}{{Dn{BfACf}}}}{{{h{AhBNh}}Eb}{{Dn{BfACf}}}}{{{h{AhBNh}}A`}{{Dn{BfACf}}}}`{{{h{Nj}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{{BNj{c}}}}{h{AhEl}}}{{Dn{BfEn}}}F`}0{{{h{Bn}}}{{h{Nj}}}}{Bn{{h{Nj}}}}{BnNj}{{{h{Bn}}}Nj}{cc{}}0{ANn{{BNj{c}}}{}}{ce{}{}}0{{{BNj{c}}}eBNlBDj}```5`````{{{h{AhBNn}}}{{Dn{EdAC`}}}}{{{h{AhBNn}}}{{Dn{BB`AC`}}}}{{{h{AhBNn}}}{{Dn{BBbAC`}}}}{{{h{AhBNn}}}{{Dn{A@`AC`}}}}{{{h{AhBNn}}}{{Dn{BBdAC`}}}}{{{h{AhBNn}}{h{Ah{Ab{A`}}}}}{{Dn{BfAC`}}}}{{{h{AhBNn}}}{{Dn{AElAC`}}}}{{{h{AhBNn}}}{{Dn{DfAC`}}}}{{{h{AhBNn}}}{{Dn{EbAC`}}}}{{{h{AhBNn}}}{{Dn{A`AC`}}}}``{{{h{c}}}{{ADl{A`}}}{BNfACd}}{{{h{{BNj{c}}}}}{{Dh{{h{AOf}}}}}F`}{{{h{c}}}e{}{}}{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}000{{{h{c}}}Il{}}0{ce{}{}}0`````````````````{{{h{c}}}{{h{e}}}{}{}}00{{{h{Ahc}}}{{h{Ahe}}}{}{}}00{{{h{BO`}}}{{Ad{A`}}}}{{{h{BO`}}}BO`}{{{h{c}}{h{Ahe}}}Bf{}{}}{{{h{Ahc}}}{{Dn{BNdAC`}}}{ACbACd}}0{{{h{Ahc}}}{{Dn{BO`AC`}}}{ACbACd}}{{{h{BNf}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{BO`}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{BO`}}}{{h{{Ab{A`}}}}}}{{{h{{Ab{A`}}}}}{{Dn{cAC`}}}BNd}{{{h{Gd}}}{{Dn{cBOb}}}BNd}{{{h{{Ab{A`}}}}}{{Dn{{Fd{cFl}}AC`}}}BNd}{{{h{AhBNh}}Ed}{{Dn{BfACf}}}}{{{h{AhBNh}}BB`}{{Dn{BfACf}}}}{{{h{AhBNh}}BBb}{{Dn{BfACf}}}}{{{h{AhBNh}}A@`}{{Dn{BfACf}}}}{{{h{AhBNh}}BBd}{{Dn{BfACf}}}}{{{h{AhBNh}}{h{{Ab{A`}}}}}{{Dn{BfACf}}}}{{{h{AhBNh}}AEl}{{Dn{BfACf}}}}{{{h{AhBNh}}Df}{{Dn{BfACf}}}}{{{h{AhBNh}}Eb}{{Dn{BfACf}}}}{{{h{AhBNh}}A`}{{Dn{BfACf}}}}{{{h{BO`}}{h{BO`}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{AC`}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BOb}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BO`}}{h{AhEl}}}{{Dn{BfEn}}}}{ANnAC`}{cc{}}{ACfAC`}{BOdBOb}22{ce{}{}}00{BO`{{ADl{A`}}}}{{{ADl{A`}}}BO`}{{{h{AhBNn}}}{{Dn{EdAC`}}}}{{{h{AhBNn}}}{{Dn{BB`AC`}}}}{{{h{AhBNn}}}{{Dn{BBbAC`}}}}{{{h{AhBNn}}}{{Dn{A@`AC`}}}}{{{h{AhBNn}}}{{Dn{BBdAC`}}}}{{{h{AhBNn}}{h{Ah{Ab{A`}}}}}{{Dn{BfAC`}}}}{{{h{AhBNn}}}{{Dn{AElAC`}}}}{{{h{AhBNn}}}{{Dn{DfAC`}}}}{{{h{AhBNn}}}{{Dn{EbAC`}}}}{{{h{AhBNn}}}{{Dn{A`AC`}}}}{{{h{c}}}{{ADl{A`}}}{BNfACd}}{{{h{c}}}Ih{BNfACd}}{{{h{AC`}}}{{Dh{{h{AOf}}}}}}{{{h{BOb}}}{{Dh{{h{AOf}}}}}}{{{h{c}}}e{}{}}{{{h{c}}}Ih{}}0{c{{Dn{e}}}{}{}}00000{{{h{c}}}Il{}}00{ce{}{}}00````````````````````````````````{{{h{c}}}{{h{e}}}{}{}}0{{{h{Ahc}}}{{h{Ahe}}}{}{}}0{{}{{BOf{c}}}BOh}{c{{Dn{e}}}E`BNd}{{{h{AhBOj}}{h{Ahc}}{h{{Ab{A`}}}}}{{Dn{BfEn}}}AEb}{{{h{AhBOj}}{h{Ahc}}}{{Dn{BfEn}}}AEb}{cc{}}0{{{h{Gd}}}{{Dn{ce}}}{}{}}{{{h{Gd}}}Dn}`99{BNlcBDj}{{{h{c}}e}DnBNfI`}====<<;;```````::::::999999{{{h{BOl}}}BOl}{{{h{BOn}}}BOn}{{{h{c}}{h{Ahe}}}Bf{}{}}0{{{h{Ah{C@`{c}}}}{h{Ahe}}{h{{Ab{A`}}}}}{{Dn{BfEn}}}BOhAEb}{{{h{BOl}}{h{BOl}}}Ed}{{{h{BOn}}{h{BOn}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}000{{{h{Ah{C@`{c}}}}{h{Ahe}}}{{Dn{BfEn}}}BOhAEb}{{{h{BOl}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{BOn}}{h{AhEl}}}{{Dn{BfEn}}}}>>{{{BOf{c}}}{{C@`{c}}}BOh}????{ce{}{}}00000{BOlcBDj}{BOncBDj}{c{{H`{g}}}{}{}{{Hb{}{{Eh{e}}}}}}3{{{h{AhC@b}}}Dh}{{{h{c}}}e{}{}}0{c{{Ij{i}}}{}{}{}{{Hb{}{{Eh{{Dn{eg}}}}}}}}{c{{Dn{e}}}{}{}}00000000000{{{h{c}}}Il{}}00000888888```````{{{h{AhC@d}}}{{h{Ah{Ab{A`}}}}}}{{{h{C@d}}}{{h{Nh}}}}{{{h{C@d}}}{{h{{Ab{A`}}}}}}{{{h{c}}}{{h{e}}}{}{}}100{{{h{Ahc}}}{{h{Ahe}}}{}{}}040{{{h{AKb}}}AKb}{{{h{C@d}}}C@d}{{{h{C@f}}}C@f}{{{h{c}}{h{Ahe}}}Bf{}{}}00{{{h{C@d}}}h}{{{h{AhC@d}}}{{h{Ah}}}}{c{{Dn{AKb}}}E`}{{{h{AKb}}{h{AKb}}}Ed}{{{h{C@d}}{h{C@d}}}Ed}{{{h{C@f}}{h{C@f}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}00000{{{h{AKb}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{C@d}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{C@f}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}0{JlC@f}{AHdC@f}{AFlC@f}{ANnC@f}4{{{h{{Ab{A`}}}}}{{Dn{AKbC@f}}}}{{{h{Gd}}}{{Dn{AKb}}}}{{{h{AKb}}{h{Ahc}}}BfGj}{{{h{C@d}}{h{Ahc}}}BfGj}{ce{}{}}00{{{h{C@d}}}}{{{h{C@d}}}{{C@h{A`}}}}{{{h{AKb}}c}DnI`}{{{h{AKb}}}C@d}{{{h{AKb}}{h{Ahc}}}{{Dn{BfACf}}}{AChACd}}{C@jAKb}``{{{h{C@f}}}{{Dh{{h{AOf}}}}}}{{{h{c}}}e{}{}}00{{{h{c}}}Ih{}}00{AKb{{ADl{A`}}}}{c{{Dn{e}}}{}{}}00000{{{h{c}}}Il{}}00<<<{{{h{C@d}}{h{Ahc}}}{{Dn{BfACf}}}{AChACd}}`````````{{{h{c}}}{{h{e}}}{}{}}000{{{h{Ahc}}}{{h{Ahe}}}{}{}}000{{{h{AFn}}}AFn}{{{h{AHn}}}AHn}{{{h{C@l}}}C@l}{{{h{C@n}}}C@n}{{{h{c}}{h{Ahe}}}Bf{}{}}000{{{h{AFn}}{h{AFn}}}Ed}{{{h{AHn}}{h{AHn}}}Ed}{{{h{C@l}}{h{C@l}}}Ed}{{{h{C@n}}{h{C@n}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0000000{{{h{AFn}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{AHn}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{C@l}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{C@n}}{h{AhEl}}}{{Dn{BfEn}}}}0{BMjAFn}{cc{}}{C@lAFn}1{C@nAHn}{BMjAHn}33{ce{}{}}000{{{h{AFn}}}{{Dh{{h{AOf}}}}}}{{{h{AHn}}}{{Dh{{h{AOf}}}}}}{{{h{c}}}e{}{}}000{{{h{c}}}Ih{}}000{c{{Dn{e}}}{}{}}0000000{{{h{c}}}Il{}}0006666```````````````````{{}{{CAd{}{{CA`{c}}{CAb{e}}}}}CAf{CAhBBh}}{{{h{{CAd{}{{CA`{c}}{CAb{e}}}}}}}{{h{e}}}CAf{CAhBBh}}``{{}c{}}{c{{CAd{}{{CA`{e}}{CAb{c}}}}}{CAhBBh}CAf}{c{{CAd{}{{CA`{c}}{CAb{e}}}}}CAf{CAhBBh}}{{{h{{Ab{A`}}}}}{{Dn{{CAd{}{{CA`{c}}{CAb{e}}}}Gb}}}CAf{CAhBBh}}{{{h{{Ab{A`}}}}}{{CAd{}{{CA`{c}}{CAb{e}}}}}CAf{CAhBBh}}`{e{{CAd{}{{CA`{g}}{CAb{i}}}}}{{AD`{{Ab{A`}}}}}{{Ej{}{{Eh{c}}}}}CAf{CAhBBh}}```{{{h{Ah{CAf{}{{CAj{c}}}}}}{h{{Ab{A`}}}}}Bf{}}{{{h{{CAf{}{{CAj{c}}}}}}}c{}}{{{h{{CAf{}{{CAj{c}}}}}}}Fl{}}````````````{{{CAd{}{{CA`{c}}{CAb{e}}}}}eCAf{CAhBBh}}{{{h{{Ab{A`}}}}{h{{Ab{A`}}}}}Ed}`{{}Ml}{{{h{Ml}}}h}{{{h{Ml}}}{{h{{Ad{A`}}}}}}{{{h{Ml}}}{{h{{Ab{A`}}}}}}0{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{Ml}}}Ml}{{{h{c}}{h{Ahe}}}Bf{}{}}{{{h{Ml}}{h{Ml}}}Bh}{c{{Dn{Ml}}}E`}{{}}{{{h{Ml}}{h{Ml}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{Ml}}{h{AhEl}}}{{Dn{BfEn}}}}000{L`Ml}{cc{}}{LhMl}{KhMl}{LfMl}{{}Ml}{{{h{Ah{Ad{A`}}}}}{{h{AhMl}}}}{{{h{{Ad{A`}}}}}{{h{Ml}}}}{ADfMl}{{{h{{Ab{A`}}}}}{{Dn{MlGb}}}}0{{{h{Gd}}}{{Dn{Ml}}}}{{{h{Ml}}{h{Ahc}}}BfGj}{{{h{Ml}}c}h{{Gn{{Ab{A`}}}}}}{ce{}{}}{MlBDf}{{{h{Ml}}{h{Ml}}}{{Dh{Bh}}}}{{{h{Ml}}c}DnI`}{Ml}{{{h{c}}}e{}{}}{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}0{{{h{c}}}Il{}}8``````````````````{{{CAn{}{{CAl{c}}}}CB`{h{AhIh}}}Bf{CBbF`CBdCBf}}{{{CAn{}{{CAl{c}}}}}c{CBbF`CBdCBf}}{{{h{c}}}{{h{e}}}{}{}}000000{{{h{Ahc}}}{{h{Ahe}}}{}{}}000000`{{{h{AFl}}}AFl}{{{h{CBh}}}CBh}{{{h{BOd}}}BOd}{{{h{BIf}}}BIf}{{{h{CB`}}}CB`}{{{h{c}}{h{Ahe}}}Bf{}{}}0000{{}CB`}`{{{h{AFl}}{h{AFl}}}Ed}{{{h{CBh}}{h{CBh}}}Ed}{{{h{BOd}}{h{BOd}}}Ed}{{{h{BIf}}{h{BIf}}}Ed}{{{h{CB`}}{h{CB`}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}000000000`{{{h{AFl}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{CBh}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BOd}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BIf}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{CB`}}{h{AhEl}}}{{Dn{BfEn}}}}`{cc{}}0{CBhAFl}{BOdAFl}222{CBjBIf}{CBhBIf}44{{{h{Gd}}}{{Dn{{CAh{}{{Gf{c}}}}c}}}{F`CBb}}{c{{CBl{c}}}{{Hb{}{{Eh{{Ad{A`}}}}}}}}{{{h{CB`}}{h{Ahc}}}BfGj}{{{CAn{}{{CAl{c}}}}}Fl{CBbF`CBdCBf}}`{ce{}{}}000000{c{{H`{g}}}{}{}{{Hb{}{{Eh{e}}}}}}011{{{h{CBh}}}A`}{{{h{{CBn{c}}}}}Fl{{CC`{}{{Eh{A`}}}}Hb}}{{{h{BOd}}}Fl}{{{h{Gd}}}{{Dn{{CBl{CCb}}BOd}}}}{c{{CBn{c}}}{{Hb{}{{Eh{A`}}}}}}{{{h{Ah{CBl{c}}}}}Dh{{Hb{}{{Eh{{Ad{A`}}}}}}}}{{{h{Ah{CBn{c}}}}}{{Dh{BBj}}}{{Hb{}{{Eh{A`}}}}}}{{{h{Ah{CBl{c}}}}}Dh{{Hb{}{{Eh{{Ad{A`}}}}}}CCd}}{{{h{Ah{CBn{c}}}}}{{Dh{BBj}}}{{CCd{}{{Eh{A`}}}}Hb}}{{{h{Ah{CBl{c}}}}Fl}Dh{{Hb{}{{Eh{{Ad{A`}}}}}}}}{{{h{Ah{CBl{c}}}}Fl}Dh{{Hb{}{{Eh{{Ad{A`}}}}}}CCd}}``{{{h{Ah{CBl{c}}}}{h{Ah{Ab{A`}}}}}{{Dn{FlBBn}}}{{Hb{}{{Eh{{Ad{A`}}}}}}CCf}}{{{h{{CBl{c}}}}}{{Fd{Fl{Dh{Fl}}}}}{{Hb{}{{Eh{{Ad{A`}}}}}}}}{{{h{{CBn{c}}}}}{{Fd{Fl{Dh{Fl}}}}}{{Hb{}{{Eh{A`}}}}}}{{{h{AFl}}}{{Dh{{h{AOf}}}}}}{{{h{CBh}}}{{Dh{{h{AOf}}}}}}{{{h{BOd}}}{{Dh{{h{AOf}}}}}}{{{h{BIf}}}{{Dh{{h{AOf}}}}}}`{{{CAn{}{{CAl{c}}}}CB`}Ih{CBbF`CBdCBf}}{{{CAn{}{{CAl{c}}}}}Ih{CBbF`CBdCBf}}{{{h{c}}}e{}{}}0000{{{h{c}}}Ih{}}0002{c{{Ij{i}}}{}{}{}{{Hb{}{{Eh{{Dn{eg}}}}}}}}0{c{{Dn{e}}}{}{}}0000000000000{{{h{c}}}Il{}}000000{ce{}{}}000000``{{{h{CCh}}}{{h{Gd}}}}{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{AhCCh}}}Bf}{{}CCh}{cc{}}6{{{h{CCh}}}Ed}2{{{h{AhCCh}}A`CB`}Bf}{{{h{AhCCh}}cCB`}BfEj}{{{h{AhCCh}}{h{{Ab{A`}}}}CB`}{{h{{Ab{A`}}}}}}{{{h{CCh}}}Fl}==<;````{{{CAn{}{{CAl{c}}}}CB`{h{AhIh}}}Bf{CBbF`CBdCBf}}{{{CAn{}{{CAl{c}}}}}c{CBbF`CBdCBf}};;::{{{h{CCj}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{CCl}}{h{AhEl}}}{{Dn{BfEn}}}}000`99{{{CAn{}{{CAl{c}}}}}Fl{CBbF`CBdCBf}}`{ce{}{}}0{{{CAn{}{{CAl{c}}}}CB`}Ih{CBbF`CBdCBf}}{{{CAn{}{{CAl{c}}}}}Ih{CBbF`CBdCBf}}{{{h{c}}}Ih{}}01{c{{Dn{e}}}{}{}}000{{{h{c}}}Il{}}055`````````{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{CBj}}}CBj}{{{h{c}}{h{Ahe}}}Bf{}{}}{{{h{CBj}}{h{CBj}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0`{{{h{CBj}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}=`{{{h{CBj}}}{{Dh{{h{AOf}}}}}}{{{h{c}}}e{}{}}<;;:?````````{{{h{Gd}}}{{Dn{{CAh{}{{Gf{c}}}}c}}}{F`CBb}}````{{{CAn{}{{CAl{c}}}}CB`{h{AhIh}}}Bf{CBbF`CBdCBf}}{{{CAn{}{{CAl{c}}}}}c{CBbF`CBdCBf}}2{{{CAn{}{{CAl{c}}}}}Fl{CBbF`CBdCBf}}{{{CAn{}{{CAl{c}}}}CB`}Ih{CBbF`CBdCBf}}{{{CAn{}{{CAl{c}}}}}Ih{CBbF`CBdCBf}}0```?>8`{ce{}{}}`{c{{Dn{e}}}{}{}}0{{{h{c}}}Il{}}2``{{}ALn}{{{h{ALn}}}h}{{{h{ALn}}}{{h{{Ab{A`}}}}}}{{{h{ALn}}}{{h{{Ad{A`}}}}}}1{{{h{c}}}{{h{e}}}{}{}}0{{{h{Ahc}}}{{h{Ahe}}}{}{}}0{{{h{ALn}}}ALn}{{{h{CCn}}}CCn}{{{h{c}}{h{Ahe}}}Bf{}{}}0{{{h{ALn}}{h{ALn}}}Bh}{{}CCn}{c{{Dn{ALn}}}E`}{{{h{Ahc}}Ed}{{Dn{BfACf}}}{}}{{{h{Ahc}}BB`}{{Dn{BfACf}}}{}}{{{h{Ahc}}BBb}{{Dn{BfACf}}}{}}{{{h{Ahc}}A@`}{{Dn{BfACf}}}{}}{{{h{Ahc}}BBd}{{Dn{BfACf}}}{}}{{{h{Ahc}}{h{{Ab{A`}}}}}{{Dn{BfACf}}}{}}{{{h{Ahc}}AEl}{{Dn{BfACf}}}{}}{{{h{Ahc}}Df}{{Dn{BfACf}}}{}}{{{h{Ahc}}Eb}{{Dn{BfACf}}}{}}{{{h{Ahc}}A`}{{Dn{BfACf}}}{}}{{}}{{{h{ALn}}{h{ALn}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{AhCCn}}}{{Dn{BfACf}}}}{{{h{AhCCn}}}{{Dn{BfBBn}}}}{{{h{ALn}}{h{AhEl}}}{{Dn{BfEn}}}}000{cc{}}0{{}ALn}{{{h{Ah{Ad{A`}}}}}{{h{AhALn}}}}{{{h{{Ad{A`}}}}}{{h{ALn}}}}{CCnALn}{{{h{{Ab{A`}}}}}{{Dn{ALnGb}}}}0{{{h{Gd}}}{{Dn{ALn}}}}{{{h{ALn}}{h{Ahc}}}BfGj}{{{h{ALn}}c}h{{Gn{{Ab{A`}}}}}}{{{h{AhCCn}}{h{{Ab{A`}}}}}Bf}{ce{}{}}0{ALnBDf}{{{h{CCn}}}{{Ad{A`}}}}{{{h{CCn}}}Fl}{{{h{ALn}}{h{ALn}}}{{Dh{Bh}}}}{{{h{ALn}}c}DnI`}{ALn}{{{h{c}}}e{}{}}0{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}000{{{h{c}}}Il{}}0::{{{h{AhCCn}}{h{{Ab{A`}}}}}{{Dn{FlACf}}}}{{{h{AhCCn}}{h{{Ab{A`}}}}}{{Dn{FlBBn}}}}````````````````{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}Ai}{{Dn{ce}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}IfIf{{Ej{}{{Eh{{Fd{AeAg}}}}}}}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}Ae}{{Dn{ce}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}Ej}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}{h{Ae}}}{{Dn{ce}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}{CBbACd}}`{c{{Dn{BAj}}}E`}{{{E`{}{{Gf{c}}}}e}{{Dn{c}}}BDjCF`}0000{{{E`{}{{Gf{c}}}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}{{Dn{c}}}BDjCF`}1111111111{{{E`{}{{Gf{c}}}}{h{Gd}}e}{{Dn{c}}}BDjCF`}22221{{{E`{}{{Gf{c}}}}Fle}{{Dn{c}}}BDjCF`}{{{E`{}{{Gf{c}}}}{h{Gd}}Fle}{{Dn{c}}}BDjCF`}4444442`{{{h{{E`{}{{Gf{c}}}}}}}EdBDj}{{{h{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}}}}Ed{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}`{{{h{If}}c}DnI`}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}Ed}{{Dn{ce}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}{h{{Ab{A`}}}}}{{Dn{ce}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}BBj}{{Dn{ce}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}CFb}{{Dn{ce}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}ADb}{{Dn{ce}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}CFd}{{Dn{ce}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}BB`}{{Dn{ce}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}BBb}{{Dn{ce}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}A@`}{{Dn{ce}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}BBd}{{Dn{ce}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}{Dh{Fl}}}{{Dn{oe}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}{h{Gd}}{h{Ae}}}{{Dn{ce}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}{IfACd}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}{h{Gd}}Df{h{Gd}}{h{Ae}}}{{Dn{ce}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}{IfACd}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}}{{Dn{ce}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}{Dh{Fl}}}{{Dn{ge}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}{h{Ae}}}{{Dn{ce}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}{IfACd}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}{h{Gd}}}{{Dn{ce}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}{h{Gd}}Fl}{{Dn{Aae}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}{h{Gd}}Df{h{Gd}}Fl}{{Dn{Ace}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}Fl}{{Dn{ie}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}{h{Gd}}Fl}{{Dn{ke}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}{h{Gd}}Df{h{Gd}}Fl}{{Dn{me}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}ACn}{{Dn{ce}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}AEl}{{Dn{ce}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}Df}{{Dn{ce}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}Eb}{{Dn{ce}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}A`}{{Dn{ce}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}=:{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}{h{Gd}}Df{h{Gd}}}{{Dn{ce}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}``````````````````````````````````````````{{{h{c}}}{{h{e}}}{}{}}0{{{h{Ahc}}}{{h{Ahe}}}{}{}}0{{{h{AOf}}}{{Dh{{h{AOf}}}}}}{{{h{CFf}}}CFf}{{{h{CFh}}}CFh}{{{h{c}}{h{Ahe}}}Bf{}{}}0{cBDjCBb}{{}CFf}{{{h{AOf}}}{{h{Gd}}}}{{{CFl{}{{CFj{c}}}}e}{{Dn{c}}}{}E`}{c{{Dn{BAj}}}E`}{c{{Dn{CFf}}}E`}{{{E`{}{{Gf{c}}}}e}{{Dn{c}}}BDjCF`}0000{{{E`{}{{Gf{c}}}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}{{Dn{c}}}BDjCF`}1111111111{{{E`{}{{Gf{c}}}}{h{Gd}}e}{{Dn{c}}}BDjCF`}22221{{{E`{}{{Gf{c}}}}Fle}{{Dn{c}}}BDjCF`}{{{E`{}{{Gf{c}}}}{h{Gd}}Fle}{{Dn{c}}}BDjCF`}4444442{{{h{Gd}}}BDj}{{{h{CFf}}{h{CFf}}}Ed}{{{h{CFh}}{h{CFh}}}Ed}{{{h{{CF`{}{{CFj{c}}}}}}{h{AhEl}}}{{Dn{BfEn}}}{}}{{{h{CFf}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{CFn}}{h{AhEl}}}{{Dn{BfEn}}}}01{{{h{c}}{h{AhEl}}}{{Dn{BfEn}}}{}}{{{h{CFh}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}0{ce{}{}}0{{{BDl{}{{CG`{c}}}}}c{{E`{}{{Gf{e}}}}}BDj}{{Fl{h{CFn}}}BDj}{{CFh{h{CFn}}}BDj}0{{{h{{E`{}{{Gf{c}}}}}}}EdBDj}={{{CGb{}{{Gf{c}}}}}{{Dn{ec}}}BDjBAj}{{{CGb{}{{Gf{c}}}}e}{{Dn{c}}}BDjCFl}{{{h{Ah{CGd{}{{Gf{c}}}}}}}{{Dn{{Dh{e}}c}}}BDjBAj}{{{h{Ah{CGd{}{{Gf{c}}}}}}e}{{Dn{Dhc}}}BDjCFl}{{{h{Ah{CGf{}{{Gf{c}}}}}}}{{Dn{{Dh{{Fd{eg}}}}c}}}BDjBAjBAj}{{{h{Ah{CGf{}{{Gf{c}}}}}}eg}{{Dn{{Dh{Fd}}c}}}BDjCFlCFl}{{{h{Ah{CGf{}{{Gf{c}}}}}}}{{Dn{{Dh{e}}c}}}BDjBAj}{{{h{Ah{CGf{}{{Gf{c}}}}}}e}{{Dn{Dhc}}}BDjCFl}{{{h{Ah{CGf{}{{Gf{c}}}}}}}{{Dn{ec}}}BDjBAj}{{{h{Ah{CGf{}{{Gf{c}}}}}}e}{{Dn{c}}}BDjCFl}{{{h{AOf}}{h{AhCGh}}}Bf}{{{h{{CGd{}{{Gf{c}}}}}}}{{Dh{Fl}}}BDj}{{{h{{CGf{}{{Gf{c}}}}}}}{{Dh{Fl}}}BDj}{{{h{AOf}}}{{Dh{{h{AOf}}}}}}{{{CGb{}{{Gf{c}}}}{h{{Ab{{h{Gd}}}}}}e}{{Dn{c}}}BDjCF`}{{{h{c}}}e{}{}}0{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}000{{{CGb{}{{Gf{c}}}}Fle}{{Dn{c}}}BDjCF`}{{{h{c}}}Il{}}0{{{CGb{}{{Gf{c}}}}}{{Dn{Bfc}}}BDj}{{{h{Gd}}{h{{Ab{{h{Gd}}}}}}}BDj}0`{{{CGl{}{{Gf{c}}{CGj{e}}}}}{{Dn{{Fd{ge}}c}}}BDj{{CGb{}{{Gf{c}}}}}BAj}{{{CGl{}{{Gf{c}}{CGj{e}}}}g}{{Dn{{Fd{e}}c}}}BDj{{CGb{}{{Gf{c}}}}}CFl}{{{CF`{}{{CFj{c}}}}Ed}{{Dn{ce}}}{}BDj}{{CFfEd}{{Dn{c}}}{}}{{{CF`{}{{CFj{c}}}}{h{{Ab{A`}}}}}{{Dn{ce}}}{}BDj}{{{CF`{}{{CFj{c}}}}{h{Gd}}}{{Dn{ce}}}{}BDj}{{{CF`{}{{CFj{c}}}}{ADl{A`}}}{{Dn{ce}}}{}BDj}2{{CFf{h{{Ab{A`}}}}}{{Dn{c}}}BDj}{{{CF`{}{{CFj{c}}}}BBj}{{Dn{ce}}}{}BDj}{{{CF`{}{{CFj{c}}}}e}{{Dn{c}}}{}CGl}{{CFfc}DnCGl}{{{CF`{}{{CFj{c}}}}CFb}{{Dn{ce}}}{}BDj}{{{CF`{}{{CFj{c}}}}ADb}{{Dn{ce}}}{}BDj}{{CFfADb}{{Dn{c}}}{}}{{{CF`{}{{CFj{c}}}}CFd}{{Dn{ce}}}{}BDj}{{CFfCFd}{{Dn{c}}}{}}{{{CF`{}{{CFj{c}}}}BB`}{{Dn{ce}}}{}BDj}{{{CF`{}{{CFj{c}}}}BBb}{{Dn{ce}}}{}BDj}{{{CF`{}{{CFj{c}}}}A@`}{{Dn{ce}}}{}BDj}{{CFfA@`}{{Dn{c}}}{}}{{{CF`{}{{CFj{c}}}}BBd}{{Dn{ce}}}{}BDj}{{{CF`{}{{CFj{c}}}}e}{{Dn{c}}}{}CGf}{{CFfc}DnCGf}{{{CF`{}{{CFj{c}}}}e}{{Dn{c}}}{}E`}{{CFfc}DnE`}{{{CF`{}{{CFj{c}}}}}{{Dn{ce}}}{}BDj}{CFf{{Dn{c}}}{}}{{{CF`{}{{CFj{c}}}}e}{{Dn{c}}}{}CGd}{{CFfc}DnCGd}54{{{CF`{}{{CFj{c}}}}{h{Gd}}}{{Dn{ce}}}{}BDj}{{CFf{h{Gd}}}{{Dn{c}}}BDj}{{{CF`{}{{CFj{c}}}}Ih}{{Dn{ce}}}{}BDj}{{{CF`{}{{CFj{c}}}}ACn}{{Dn{ce}}}{}BDj}{{CFfACn}{{Dn{c}}}{}}{{{CF`{}{{CFj{c}}}}AEl}{{Dn{ce}}}{}BDj}{{{CF`{}{{CFj{c}}}}Df}{{Dn{ce}}}{}BDj}{{{CF`{}{{CFj{c}}}}Eb}{{Dn{ce}}}{}BDj}{{CFfEb}{{Dn{c}}}{}}{{{CF`{}{{CFj{c}}}}A`}{{Dn{ce}}}{}BDj}=<{ce{}{}}0`````````````````````````````{{{h{c}}}{{h{e}}}{}{}}0000000000000000000000000000{{{h{Ahc}}}{{h{Ahe}}}{}{}}0000000000000000000000000000{{{h{{CGn{c}}}}}{{CGn{c}}}{}}{{{h{{CH`{c}}}}}{{CH`{c}}}{}}{{{h{{CHb{c}}}}}{{CHb{c}}}{}}{{{h{{CHd{c}}}}}{{CHd{c}}}{}}{{{h{{BDn{c}}}}}{{BDn{c}}}{}}{{{h{{CHf{c}}}}}{{CHf{c}}}{}}{{{h{{CHh{c}}}}}{{CHh{c}}}{}}{{{h{{CHj{c}}}}}{{CHj{c}}}{}}{{{h{{CHl{ce}}}}}{{CHl{ce}}}{HbAl}{}}{{{h{CHn}}}CHn}{{{h{{CI`{c}}}}}{{CI`{c}}}{}}{{{h{{CIb{c}}}}}{{CIb{c}}}{}}{{{h{{CId{c}}}}}{{CId{c}}}{}}{{{h{{CIf{c}}}}}{{CIf{c}}}{}}{{{h{{CIh{c}}}}}{{CIh{c}}}{}}{{{h{{CIj{c}}}}}{{CIj{c}}}{}}{{{h{{CIl{c}}}}}{{CIl{c}}}{}}{{{h{{CIn{c}}}}}{{CIn{c}}}{}}{{{h{{CJ`{c}}}}}{{CJ`{c}}}{}}{{{h{{CJb{c}}}}}{{CJb{c}}}{}}{{{h{{CJd{c}}}}}{{CJd{c}}}{}}{{{h{{CJf{c}}}}}{{CJf{c}}}{}}{{{h{{CJh{c}}}}}{{CJh{c}}}{}}{{{h{{CJj{c}}}}}{{CJj{c}}}{}}{{{h{{CJl{c}}}}}{{CJl{c}}}{}}{{{h{{CJn{ce}}}}}{{CJn{ce}}}AlAl}{{{h{{CK`{c}}}}}{{CK`{c}}}Al}{{{h{{CKb{c}}}}}{{CKb{c}}}Al}{{{h{{CKd{c}}}}}{{CKd{c}}}Al}{{{h{c}}{h{Ahe}}}Bf{}{}}0000000000000000000000000000{cCHnCBb}0{{{h{CHn}}}{{h{Gd}}}}{{{CGn{c}}e}DnBDjCF`}{{{CH`{c}}e}DnBDjCF`}{{{CHb{c}}e}DnBDjCF`}{{{CHd{c}}e}DnBDjCF`}{{{BDn{c}}e}DnBDjCF`}{{{CHf{c}}e}DnBDjCF`}{{{CHh{c}}e}DnBDjCF`}{{{CHj{c}}e}DnBDjCF`}{{{CHl{ce}}g}DnHbBDjCF`}{{{CI`{c}}e}DnBDjCF`}{{{CIb{c}}e}DnBDjCF`}{{{CId{c}}e}DnBDjCF`}{{{CIf{c}}e}DnBDjCF`}{{{CIh{c}}e}DnBDjCF`}{{{CIj{c}}e}DnBDjCF`}{{{CIl{c}}e}DnBDjCF`}{{{CIn{c}}e}DnBDjCF`}{{{CJ`{c}}e}DnBDjCF`}{{{CJb{c}}e}DnBDjCF`}{{{CJd{c}}e}DnBDjCF`}{{{CJf{c}}e}DnBDjCF`}{{{CJh{c}}e}DnBDjCF`}{{{CJj{c}}e}DnBDjCF`}{{{CJl{c}}e}DnBDjCF`}{{{CJn{gc}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CF`}{{{CK`{c}}e}DnCGdCF`}{{{CKb{c}}e}DnCGfCF`}{{{CKd{c}}e}DnCGlCF`}{{{CGn{c}}e}DnBDjCF`}{{{CH`{c}}e}DnBDjCF`}{{{CHb{c}}e}DnBDjCF`}{{{CHd{c}}e}DnBDjCF`}{{{BDn{c}}e}DnBDjCF`}{{{CHf{c}}e}DnBDjCF`}{{{CHh{c}}e}DnBDjCF`}{{{CHj{c}}e}DnBDjCF`}{{{CHl{ce}}g}DnHbBDjCF`}{{{CI`{c}}e}DnBDjCF`}{{{CIb{c}}e}DnBDjCF`}{{{CId{c}}e}DnBDjCF`}{{{CIf{c}}e}DnBDjCF`}{{{CIh{c}}e}DnBDjCF`}{{{CIj{c}}e}DnBDjCF`}{{{CIl{c}}e}DnBDjCF`}{{{CIn{c}}e}DnBDjCF`}{{{CJ`{c}}e}DnBDjCF`}{{{CJb{c}}e}DnBDjCF`}{{{CJd{c}}e}DnBDjCF`}{{{CJf{c}}e}DnBDjCF`}{{{CJh{c}}e}DnBDjCF`}{{{CJj{c}}e}DnBDjCF`}{{{CJl{c}}e}DnBDjCF`}{{{CJn{gc}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CF`}{{{CK`{c}}e}DnCGdCF`}{{{CKb{c}}e}DnCGfCF`}{{{CKd{c}}e}DnCGlCF`}{{{CGn{c}}e}DnBDjCF`}{{{CH`{c}}e}DnBDjCF`}{{{CHb{c}}e}DnBDjCF`}{{{CHd{c}}e}DnBDjCF`}{{{BDn{c}}e}DnBDjCF`}{{{CHf{c}}e}DnBDjCF`}{{{CHh{c}}e}DnBDjCF`}{{{CHj{c}}e}DnBDjCF`}{{{CHl{ce}}g}DnHbBDjCF`}{{{CI`{c}}e}DnBDjCF`}{{{CIb{c}}e}DnBDjCF`}{{{CId{c}}e}DnBDjCF`}{{{CIf{c}}e}DnBDjCF`}{{{CIh{c}}e}DnBDjCF`}{{{CIj{c}}e}DnBDjCF`}{{{CIl{c}}e}DnBDjCF`}{{{CIn{c}}e}DnBDjCF`}{{{CJ`{c}}e}DnBDjCF`}{{{CJb{c}}e}DnBDjCF`}{{{CJd{c}}e}DnBDjCF`}{{{CJf{c}}e}DnBDjCF`}{{{CJh{c}}e}DnBDjCF`}{{{CJj{c}}e}DnBDjCF`}{{{CJl{c}}e}DnBDjCF`}{{{CJn{gc}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CF`}{{{CK`{c}}e}DnCGdCF`}{{{CKb{c}}e}DnCGfCF`}{{{CKd{c}}e}DnCGlCF`}{{{CGn{c}}e}DnBDjCF`}{{{CH`{c}}e}DnBDjCF`}{{{CHb{c}}e}DnBDjCF`}{{{CHd{c}}e}DnBDjCF`}{{{BDn{c}}e}DnBDjCF`}{{{CHf{c}}e}DnBDjCF`}{{{CHh{c}}e}DnBDjCF`}{{{CHj{c}}e}DnBDjCF`}{{{CHl{ce}}g}DnHbBDjCF`}{{{CI`{c}}e}DnBDjCF`}{{{CIb{c}}e}DnBDjCF`}{{{CId{c}}e}DnBDjCF`}{{{CIf{c}}e}DnBDjCF`}{{{CIh{c}}e}DnBDjCF`}{{{CIj{c}}e}DnBDjCF`}{{{CIl{c}}e}DnBDjCF`}{{{CIn{c}}e}DnBDjCF`}{{{CJ`{c}}e}DnBDjCF`}{{{CJb{c}}e}DnBDjCF`}{{{CJd{c}}e}DnBDjCF`}{{{CJf{c}}e}DnBDjCF`}{{{CJh{c}}e}DnBDjCF`}{{{CJj{c}}e}DnBDjCF`}{{{CJl{c}}e}DnBDjCF`}{{{CJn{gc}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CF`}{{{CK`{c}}e}DnCGdCF`}{{{CKb{c}}e}DnCGfCF`}{{{CKd{c}}e}DnCGlCF`}{{{CGn{c}}e}DnBDjCF`}{{{CH`{c}}e}DnBDjCF`}{{{CHb{c}}e}DnBDjCF`}{{{CHd{c}}e}DnBDjCF`}{{{BDn{c}}e}DnBDjCF`}{{{CHf{c}}e}DnBDjCF`}{{{CHh{c}}e}DnBDjCF`}{{{CHj{c}}e}DnBDjCF`}{{{CHl{ce}}g}DnHbBDjCF`}{{{CI`{c}}e}DnBDjCF`}{{{CIb{c}}e}DnBDjCF`}{{{CId{c}}e}DnBDjCF`}{{{CIf{c}}e}DnBDjCF`}{{{CIh{c}}e}DnBDjCF`}{{{CIj{c}}e}DnBDjCF`}{{{CIl{c}}e}DnBDjCF`}{{{CIn{c}}e}DnBDjCF`}{{{CJ`{c}}e}DnBDjCF`}{{{CJb{c}}e}DnBDjCF`}{{{CJd{c}}e}DnBDjCF`}{{{CJf{c}}e}DnBDjCF`}{{{CJh{c}}e}DnBDjCF`}{{{CJj{c}}e}DnBDjCF`}{{{CJl{c}}e}DnBDjCF`}{{{CJn{gc}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CF`}{{{CK`{c}}e}DnCGdCF`}{{{CKb{c}}e}DnCGfCF`}{{{CKd{c}}e}DnCGlCF`}{{{CGn{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnBDjCF`}{{{CH`{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnBDjCF`}{{{CHb{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnBDjCF`}{{{CHd{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnBDjCF`}{{{BDn{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnBDjCF`}{{{CHf{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnBDjCF`}{{{CHh{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnBDjCF`}{{{CHj{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnBDjCF`}{{{CHl{ce}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}g}DnHbBDjCF`}{{{CI`{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnBDjCF`}{{{CIb{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnBDjCF`}{{{CId{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnBDjCF`}{{{CIf{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnBDjCF`}{{{CIh{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnBDjCF`}{{{CIj{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnBDjCF`}{{{CIl{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnBDjCF`}{{{CIn{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnBDjCF`}{{{CJ`{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnBDjCF`}{{{CJb{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnBDjCF`}{{{CJd{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnBDjCF`}{{{CJf{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnBDjCF`}{{{CJh{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnBDjCF`}{{{CJj{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnBDjCF`}{{{CJl{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnBDjCF`}{{{CJn{gc}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CF`}{{{CK`{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnCGdCF`}{{{CKb{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnCGfCF`}{{{CKd{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnCGlCF`}{{{CGn{c}}e}DnBDjCF`}{{{CH`{c}}e}DnBDjCF`}{{{CHb{c}}e}DnBDjCF`}{{{CHd{c}}e}DnBDjCF`}{{{BDn{c}}e}DnBDjCF`}{{{CHf{c}}e}DnBDjCF`}{{{CHh{c}}e}DnBDjCF`}{{{CHj{c}}e}DnBDjCF`}{{{CHl{ce}}g}DnHbBDjCF`}{{{CI`{c}}e}DnBDjCF`}{{{CIb{c}}e}DnBDjCF`}{{{CId{c}}e}DnBDjCF`}{{{CIf{c}}e}DnBDjCF`}{{{CIh{c}}e}DnBDjCF`}{{{CIj{c}}e}DnBDjCF`}{{{CIl{c}}e}DnBDjCF`}{{{CIn{c}}e}DnBDjCF`}{{{CJ`{c}}e}DnBDjCF`}{{{CJb{c}}e}DnBDjCF`}{{{CJd{c}}e}DnBDjCF`}{{{CJf{c}}e}DnBDjCF`}{{{CJh{c}}e}DnBDjCF`}{{{CJj{c}}e}DnBDjCF`}{{{CJl{c}}e}DnBDjCF`}{{{CJn{gc}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CF`}{{{CK`{c}}e}DnCGdCF`}{{{CKb{c}}e}DnCGfCF`}{{{CKd{c}}e}DnCGlCF`}{{{CGn{c}}e}DnBDjCF`}{{{CH`{c}}e}DnBDjCF`}{{{CHb{c}}e}DnBDjCF`}{{{CHd{c}}e}DnBDjCF`}{{{BDn{c}}e}DnBDjCF`}{{{CHf{c}}e}DnBDjCF`}{{{CHh{c}}e}DnBDjCF`}{{{CHj{c}}e}DnBDjCF`}{{{CHl{ce}}g}DnHbBDjCF`}{{{CI`{c}}e}DnBDjCF`}{{{CIb{c}}e}DnBDjCF`}{{{CId{c}}e}DnBDjCF`}{{{CIf{c}}e}DnBDjCF`}{{{CIh{c}}e}DnBDjCF`}{{{CIj{c}}e}DnBDjCF`}{{{CIl{c}}e}DnBDjCF`}{{{CIn{c}}e}DnBDjCF`}{{{CJ`{c}}e}DnBDjCF`}{{{CJb{c}}e}DnBDjCF`}{{{CJd{c}}e}DnBDjCF`}{{{CJf{c}}e}DnBDjCF`}{{{CJh{c}}e}DnBDjCF`}{{{CJj{c}}e}DnBDjCF`}{{{CJl{c}}e}DnBDjCF`}{{{CJn{gc}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CF`}{{{CK`{c}}e}DnCGdCF`}{{{CKb{c}}e}DnCGfCF`}{{{CKd{c}}e}DnCGlCF`}{{{CGn{c}}e}DnBDjCF`}{{{CH`{c}}e}DnBDjCF`}{{{CHb{c}}e}DnBDjCF`}{{{CHd{c}}e}DnBDjCF`}{{{BDn{c}}e}DnBDjCF`}{{{CHf{c}}e}DnBDjCF`}{{{CHh{c}}e}DnBDjCF`}{{{CHj{c}}e}DnBDjCF`}{{{CHl{ce}}g}DnHbBDjCF`}{{{CI`{c}}e}DnBDjCF`}{{{CIb{c}}e}DnBDjCF`}{{{CId{c}}e}DnBDjCF`}{{{CIf{c}}e}DnBDjCF`}{{{CIh{c}}e}DnBDjCF`}{{{CIj{c}}e}DnBDjCF`}{{{CIl{c}}e}DnBDjCF`}{{{CIn{c}}e}DnBDjCF`}{{{CJ`{c}}e}DnBDjCF`}{{{CJb{c}}e}DnBDjCF`}{{{CJd{c}}e}DnBDjCF`}{{{CJf{c}}e}DnBDjCF`}{{{CJh{c}}e}DnBDjCF`}{{{CJj{c}}e}DnBDjCF`}{{{CJl{c}}e}DnBDjCF`}{{{CJn{gc}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CF`}{{{CK`{c}}e}DnCGdCF`}{{{CKb{c}}e}DnCGfCF`}{{{CKd{c}}e}DnCGlCF`}{{{CGn{c}}e}DnBDjCF`}{{{CH`{c}}e}DnBDjCF`}{{{CHb{c}}e}DnBDjCF`}{{{CHd{c}}e}DnBDjCF`}{{{BDn{c}}e}DnBDjCF`}{{{CHf{c}}e}DnBDjCF`}{{{CHh{c}}e}DnBDjCF`}{{{CHj{c}}e}DnBDjCF`}{{{CHl{ce}}g}DnHbBDjCF`}{{{CI`{c}}e}DnBDjCF`}{{{CIb{c}}e}DnBDjCF`}{{{CId{c}}e}DnBDjCF`}{{{CIf{c}}e}DnBDjCF`}{{{CIh{c}}e}DnBDjCF`}{{{CIj{c}}e}DnBDjCF`}{{{CIl{c}}e}DnBDjCF`}{{{CIn{c}}e}DnBDjCF`}{{{CJ`{c}}e}DnBDjCF`}{{{CJb{c}}e}DnBDjCF`}{{{CJd{c}}e}DnBDjCF`}{{{CJf{c}}e}DnBDjCF`}{{{CJh{c}}e}DnBDjCF`}{{{CJj{c}}e}DnBDjCF`}{{{CJl{c}}e}DnBDjCF`}{{{CJn{gc}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CF`}{{{CK`{c}}e}DnCGdCF`}{{{CKb{c}}e}DnCGfCF`}{{{CKd{c}}e}DnCGlCF`}{{{CGn{c}}e}DnBDjCF`}{{{CH`{c}}e}DnBDjCF`}{{{CHb{c}}e}DnBDjCF`}{{{CHd{c}}e}DnBDjCF`}{{{BDn{c}}e}DnBDjCF`}{{{CHf{c}}e}DnBDjCF`}{{{CHh{c}}e}DnBDjCF`}{{{CHj{c}}e}DnBDjCF`}{{{CHl{ce}}g}DnHbBDjCF`}{{{CI`{c}}e}DnBDjCF`}{{{CIb{c}}e}DnBDjCF`}{{{CId{c}}e}DnBDjCF`}{{{CIf{c}}e}DnBDjCF`}{{{CIh{c}}e}DnBDjCF`}{{{CIj{c}}e}DnBDjCF`}{{{CIl{c}}e}DnBDjCF`}{{{CIn{c}}e}DnBDjCF`}{{{CJ`{c}}e}DnBDjCF`}{{{CJb{c}}e}DnBDjCF`}{{{CJd{c}}e}DnBDjCF`}{{{CJf{c}}e}DnBDjCF`}{{{CJh{c}}e}DnBDjCF`}{{{CJj{c}}e}DnBDjCF`}{{{CJl{c}}e}DnBDjCF`}{{{CJn{gc}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CF`}{{{CK`{c}}e}DnCGdCF`}{{{CKb{c}}e}DnCGfCF`}{{{CKd{c}}e}DnCGlCF`}{{{CGn{c}}e}DnBDjCF`}{{{CH`{c}}e}DnBDjCF`}{{{CHb{c}}e}DnBDjCF`}{{{CHd{c}}e}DnBDjCF`}{{{BDn{c}}e}DnBDjCF`}{{{CHf{c}}e}DnBDjCF`}{{{CHh{c}}e}DnBDjCF`}{{{CHj{c}}e}DnBDjCF`}{{{CHl{ce}}g}DnHbBDjCF`}{{{CI`{c}}e}DnBDjCF`}{{{CIb{c}}e}DnBDjCF`}{{{CId{c}}e}DnBDjCF`}{{{CIf{c}}e}DnBDjCF`}{{{CIh{c}}e}DnBDjCF`}{{{CIj{c}}e}DnBDjCF`}{{{CIl{c}}e}DnBDjCF`}{{{CIn{c}}e}DnBDjCF`}{{{CJ`{c}}e}DnBDjCF`}{{{CJb{c}}e}DnBDjCF`}{{{CJd{c}}e}DnBDjCF`}{{{CJf{c}}e}DnBDjCF`}{{{CJh{c}}e}DnBDjCF`}{{{CJj{c}}e}DnBDjCF`}{{{CJl{c}}e}DnBDjCF`}{{{CJn{gc}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CF`}{{{CK`{c}}e}DnCGdCF`}{{{CKb{c}}e}DnCGfCF`}{{{CKd{c}}e}DnCGlCF`}{{{CGn{c}}e}DnBDjCF`}{{{CH`{c}}e}DnBDjCF`}{{{CHb{c}}e}DnBDjCF`}{{{CHd{c}}e}DnBDjCF`}{{{BDn{c}}e}DnBDjCF`}{{{CHf{c}}e}DnBDjCF`}{{{CHh{c}}e}DnBDjCF`}{{{CHj{c}}e}DnBDjCF`}{{{CHl{ce}}g}DnHbBDjCF`}{{{CI`{c}}e}DnBDjCF`}{{{CIb{c}}e}DnBDjCF`}{{{CId{c}}e}DnBDjCF`}{{{CIf{c}}e}DnBDjCF`}{{{CIh{c}}e}DnBDjCF`}{{{CIj{c}}e}DnBDjCF`}{{{CIl{c}}e}DnBDjCF`}{{{CIn{c}}e}DnBDjCF`}{{{CJ`{c}}e}DnBDjCF`}{{{CJb{c}}e}DnBDjCF`}{{{CJd{c}}e}DnBDjCF`}{{{CJf{c}}e}DnBDjCF`}{{{CJh{c}}e}DnBDjCF`}{{{CJj{c}}e}DnBDjCF`}{{{CJl{c}}e}DnBDjCF`}{{{CJn{gc}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CF`}{{{CK`{c}}e}DnCGdCF`}{{{CKb{c}}e}DnCGfCF`}{{{CKd{c}}e}DnCGlCF`}{{{CGn{c}}e}DnBDjCF`}{{{CH`{c}}e}DnBDjCF`}{{{CHb{c}}e}DnBDjCF`}{{{CHd{c}}e}DnBDjCF`}{{{BDn{c}}e}DnBDjCF`}{{{CHf{c}}e}DnBDjCF`}{{{CHh{c}}e}DnBDjCF`}{{{CHj{c}}e}DnBDjCF`}{{{CHl{ce}}g}DnHbBDjCF`}{{{CI`{c}}e}DnBDjCF`}{{{CIb{c}}e}DnBDjCF`}{{{CId{c}}e}DnBDjCF`}{{{CIf{c}}e}DnBDjCF`}{{{CIh{c}}e}DnBDjCF`}{{{CIj{c}}e}DnBDjCF`}{{{CIl{c}}e}DnBDjCF`}{{{CIn{c}}e}DnBDjCF`}{{{CJ`{c}}e}DnBDjCF`}{{{CJb{c}}e}DnBDjCF`}{{{CJd{c}}e}DnBDjCF`}{{{CJf{c}}e}DnBDjCF`}{{{CJh{c}}e}DnBDjCF`}{{{CJj{c}}e}DnBDjCF`}{{{CJl{c}}e}DnBDjCF`}{{{CJn{gc}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CF`}{{{CK`{c}}e}DnCGdCF`}{{{CKb{c}}e}DnCGfCF`}{{{CKd{c}}e}DnCGlCF`}{{{CGn{c}}e}DnBDjCF`}{{{CH`{c}}e}DnBDjCF`}{{{CHb{c}}e}DnBDjCF`}{{{CHd{c}}e}DnBDjCF`}{{{BDn{c}}e}DnBDjCF`}{{{CHf{c}}e}DnBDjCF`}{{{CHh{c}}e}DnBDjCF`}{{{CHj{c}}e}DnBDjCF`}{{{CHl{ce}}g}DnHbBDjCF`}{{{CI`{c}}e}DnBDjCF`}{{{CIb{c}}e}DnBDjCF`}{{{CId{c}}e}DnBDjCF`}{{{CIf{c}}e}DnBDjCF`}{{{CIh{c}}e}DnBDjCF`}{{{CIj{c}}e}DnBDjCF`}{{{CIl{c}}e}DnBDjCF`}{{{CIn{c}}e}DnBDjCF`}{{{CJ`{c}}e}DnBDjCF`}{{{CJb{c}}e}DnBDjCF`}{{{CJd{c}}e}DnBDjCF`}{{{CJf{c}}e}DnBDjCF`}{{{CJh{c}}e}DnBDjCF`}{{{CJj{c}}e}DnBDjCF`}{{{CJl{c}}e}DnBDjCF`}{{{CJn{gc}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CF`}{{{CK`{c}}e}DnCGdCF`}{{{CKb{c}}e}DnCGfCF`}{{{CKd{c}}e}DnCGlCF`}{{{CGn{c}}e}DnBDjCF`}{{{CH`{c}}e}DnBDjCF`}{{{CHb{c}}e}DnBDjCF`}{{{CHd{c}}e}DnBDjCF`}{{{BDn{c}}e}DnBDjCF`}{{{CHf{c}}e}DnBDjCF`}{{{CHh{c}}e}DnBDjCF`}{{{CHj{c}}e}DnBDjCF`}{{{CHl{ce}}g}DnHbBDjCF`}{{{CI`{c}}e}DnBDjCF`}{{{CIb{c}}e}DnBDjCF`}{{{CId{c}}e}DnBDjCF`}{{{CIf{c}}e}DnBDjCF`}{{{CIh{c}}e}DnBDjCF`}{{{CIj{c}}e}DnBDjCF`}{{{CIl{c}}e}DnBDjCF`}{{{CIn{c}}e}DnBDjCF`}{{{CJ`{c}}e}DnBDjCF`}{{{CJb{c}}e}DnBDjCF`}{{{CJd{c}}e}DnBDjCF`}{{{CJf{c}}e}DnBDjCF`}{{{CJh{c}}e}DnBDjCF`}{{{CJj{c}}e}DnBDjCF`}{{{CJl{c}}e}DnBDjCF`}{{{CJn{gc}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CF`}{{{CK`{c}}e}DnCGdCF`}{{{CKb{c}}e}DnCGfCF`}{{{CKd{c}}e}DnCGlCF`}{{{CGn{c}}{h{Gd}}e}DnBDjCF`}{{{CH`{c}}{h{Gd}}e}DnBDjCF`}{{{CHb{c}}{h{Gd}}e}DnBDjCF`}{{{CHd{c}}{h{Gd}}e}DnBDjCF`}{{{BDn{c}}{h{Gd}}e}DnBDjCF`}{{{CHf{c}}{h{Gd}}e}DnBDjCF`}{{{CHh{c}}{h{Gd}}e}DnBDjCF`}{{{CHj{c}}{h{Gd}}e}DnBDjCF`}{{{CHl{ce}}{h{Gd}}g}DnHbBDjCF`}{{{CI`{c}}{h{Gd}}e}DnBDjCF`}{{{CIb{c}}{h{Gd}}e}DnBDjCF`}{{{CId{c}}{h{Gd}}e}DnBDjCF`}{{{CIf{c}}{h{Gd}}e}DnBDjCF`}{{{CIh{c}}{h{Gd}}e}DnBDjCF`}{{{CIj{c}}{h{Gd}}e}DnBDjCF`}{{{CIl{c}}{h{Gd}}e}DnBDjCF`}{{{CIn{c}}{h{Gd}}e}DnBDjCF`}{{{CJ`{c}}{h{Gd}}e}DnBDjCF`}{{{CJb{c}}{h{Gd}}e}DnBDjCF`}{{{CJd{c}}{h{Gd}}e}DnBDjCF`}{{{CJf{c}}{h{Gd}}e}DnBDjCF`}{{{CJh{c}}{h{Gd}}e}DnBDjCF`}{{{CJj{c}}{h{Gd}}e}DnBDjCF`}{{{CJl{c}}{h{Gd}}e}DnBDjCF`}{{{CJn{gc}}{h{Gd}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CF`}{{{CK`{c}}{h{Gd}}e}DnCGdCF`}{{{CKb{c}}{h{Gd}}e}DnCGfCF`}{{{CKd{c}}{h{Gd}}e}DnCGlCF`}{{{CGn{c}}e}DnBDjCF`}{{{CH`{c}}e}DnBDjCF`}{{{CHb{c}}e}DnBDjCF`}{{{CHd{c}}e}DnBDjCF`}{{{BDn{c}}e}DnBDjCF`}{{{CHf{c}}e}DnBDjCF`}{{{CHh{c}}e}DnBDjCF`}{{{CHj{c}}e}DnBDjCF`}{{{CHl{ce}}g}DnHbBDjCF`}{{{CI`{c}}e}DnBDjCF`}{{{CIb{c}}e}DnBDjCF`}{{{CId{c}}e}DnBDjCF`}{{{CIf{c}}e}DnBDjCF`}{{{CIh{c}}e}DnBDjCF`}{{{CIj{c}}e}DnBDjCF`}{{{CIl{c}}e}DnBDjCF`}{{{CIn{c}}e}DnBDjCF`}{{{CJ`{c}}e}DnBDjCF`}{{{CJb{c}}e}DnBDjCF`}{{{CJd{c}}e}DnBDjCF`}{{{CJf{c}}e}DnBDjCF`}{{{CJh{c}}e}DnBDjCF`}{{{CJj{c}}e}DnBDjCF`}{{{CJl{c}}e}DnBDjCF`}{{{CJn{gc}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CF`}{{{CK`{c}}e}DnCGdCF`}{{{CKb{c}}e}DnCGfCF`}{{{CKd{c}}e}DnCGlCF`}{{{CGn{c}}e}DnBDjCF`}{{{CH`{c}}e}DnBDjCF`}{{{CHb{c}}e}DnBDjCF`}{{{CHd{c}}e}DnBDjCF`}{{{BDn{c}}e}DnBDjCF`}{{{CHf{c}}e}DnBDjCF`}{{{CHh{c}}e}DnBDjCF`}{{{CHj{c}}e}DnBDjCF`}{{{CHl{ce}}g}DnHbBDjCF`}{{{CI`{c}}e}DnBDjCF`}{{{CIb{c}}e}DnBDjCF`}{{{CId{c}}e}DnBDjCF`}{{{CIf{c}}e}DnBDjCF`}{{{CIh{c}}e}DnBDjCF`}{{{CIj{c}}e}DnBDjCF`}{{{CIl{c}}e}DnBDjCF`}{{{CIn{c}}e}DnBDjCF`}{{{CJ`{c}}e}DnBDjCF`}{{{CJb{c}}e}DnBDjCF`}{{{CJd{c}}e}DnBDjCF`}{{{CJf{c}}e}DnBDjCF`}{{{CJh{c}}e}DnBDjCF`}{{{CJj{c}}e}DnBDjCF`}{{{CJl{c}}e}DnBDjCF`}{{{CJn{gc}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CF`}{{{CK`{c}}e}DnCGdCF`}{{{CKb{c}}e}DnCGfCF`}{{{CKd{c}}e}DnCGlCF`}{{{CGn{c}}e}DnBDjCF`}{{{CH`{c}}e}DnBDjCF`}{{{CHb{c}}e}DnBDjCF`}{{{CHd{c}}e}DnBDjCF`}{{{BDn{c}}e}DnBDjCF`}{{{CHf{c}}e}DnBDjCF`}{{{CHh{c}}e}DnBDjCF`}{{{CHj{c}}e}DnBDjCF`}{{{CHl{ce}}g}DnHbBDjCF`}{{{CI`{c}}e}DnBDjCF`}{{{CIb{c}}e}DnBDjCF`}{{{CId{c}}e}DnBDjCF`}{{{CIf{c}}e}DnBDjCF`}{{{CIh{c}}e}DnBDjCF`}{{{CIj{c}}e}DnBDjCF`}{{{CIl{c}}e}DnBDjCF`}{{{CIn{c}}e}DnBDjCF`}{{{CJ`{c}}e}DnBDjCF`}{{{CJb{c}}e}DnBDjCF`}{{{CJd{c}}e}DnBDjCF`}{{{CJf{c}}e}DnBDjCF`}{{{CJh{c}}e}DnBDjCF`}{{{CJj{c}}e}DnBDjCF`}{{{CJl{c}}e}DnBDjCF`}{{{CJn{gc}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CF`}{{{CK`{c}}e}DnCGdCF`}{{{CKb{c}}e}DnCGfCF`}{{{CKd{c}}e}DnCGlCF`}{{{CGn{c}}e}DnBDjCF`}{{{CH`{c}}e}DnBDjCF`}{{{CHb{c}}e}DnBDjCF`}{{{CHd{c}}e}DnBDjCF`}{{{BDn{c}}e}DnBDjCF`}{{{CHf{c}}e}DnBDjCF`}{{{CHh{c}}e}DnBDjCF`}{{{CHj{c}}e}DnBDjCF`}{{{CHl{ce}}g}DnHbBDjCF`}{{{CI`{c}}e}DnBDjCF`}{{{CIb{c}}e}DnBDjCF`}{{{CId{c}}e}DnBDjCF`}{{{CIf{c}}e}DnBDjCF`}{{{CIh{c}}e}DnBDjCF`}{{{CIj{c}}e}DnBDjCF`}{{{CIl{c}}e}DnBDjCF`}{{{CIn{c}}e}DnBDjCF`}{{{CJ`{c}}e}DnBDjCF`}{{{CJb{c}}e}DnBDjCF`}{{{CJd{c}}e}DnBDjCF`}{{{CJf{c}}e}DnBDjCF`}{{{CJh{c}}e}DnBDjCF`}{{{CJj{c}}e}DnBDjCF`}{{{CJl{c}}e}DnBDjCF`}{{{CJn{gc}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CF`}{{{CK`{c}}e}DnCGdCF`}{{{CKb{c}}e}DnCGfCF`}{{{CKd{c}}e}DnCGlCF`}{{{CGn{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnBDjCF`}{{{CH`{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnBDjCF`}{{{CHb{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnBDjCF`}{{{CHd{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnBDjCF`}{{{BDn{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnBDjCF`}{{{CHf{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnBDjCF`}{{{CHh{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnBDjCF`}{{{CHj{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnBDjCF`}{{{CHl{ce}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}g}DnHbBDjCF`}{{{CI`{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnBDjCF`}{{{CIb{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnBDjCF`}{{{CId{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnBDjCF`}{{{CIf{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnBDjCF`}{{{CIh{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnBDjCF`}{{{CIj{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnBDjCF`}{{{CIl{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnBDjCF`}{{{CIn{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnBDjCF`}{{{CJ`{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnBDjCF`}{{{CJb{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnBDjCF`}{{{CJd{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnBDjCF`}{{{CJf{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnBDjCF`}{{{CJh{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnBDjCF`}{{{CJj{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnBDjCF`}{{{CJl{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnBDjCF`}{{{CJn{gc}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CF`}{{{CK`{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnCGdCF`}{{{CKb{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnCGfCF`}{{{CKd{c}}{h{Gd}}{h{{Ab{{h{Gd}}}}}}e}DnCGlCF`}{{{CGn{c}}Fle}DnBDjCF`}{{{CH`{c}}Fle}DnBDjCF`}{{{CHb{c}}Fle}DnBDjCF`}{{{CHd{c}}Fle}DnBDjCF`}{{{BDn{c}}Fle}DnBDjCF`}{{{CHf{c}}Fle}DnBDjCF`}{{{CHh{c}}Fle}DnBDjCF`}{{{CHj{c}}Fle}DnBDjCF`}{{{CHl{ce}}Flg}DnHbBDjCF`}{{{CI`{c}}Fle}DnBDjCF`}{{{CIb{c}}Fle}DnBDjCF`}{{{CId{c}}Fle}DnBDjCF`}{{{CIf{c}}Fle}DnBDjCF`}{{{CIh{c}}Fle}DnBDjCF`}{{{CIj{c}}Fle}DnBDjCF`}{{{CIl{c}}Fle}DnBDjCF`}{{{CIn{c}}Fle}DnBDjCF`}{{{CJ`{c}}Fle}DnBDjCF`}{{{CJb{c}}Fle}DnBDjCF`}{{{CJd{c}}Fle}DnBDjCF`}{{{CJf{c}}Fle}DnBDjCF`}{{{CJh{c}}Fle}DnBDjCF`}{{{CJj{c}}Fle}DnBDjCF`}{{{CJl{c}}Fle}DnBDjCF`}{{{CJn{gc}}Fli}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CF`}{{{CK`{c}}Fle}DnCGdCF`}{{{CKb{c}}Fle}DnCGfCF`}{{{CKd{c}}Fle}DnCGlCF`}{{{CGn{c}}{h{Gd}}Fle}DnBDjCF`}{{{CH`{c}}{h{Gd}}Fle}DnBDjCF`}{{{CHb{c}}{h{Gd}}Fle}DnBDjCF`}{{{CHd{c}}{h{Gd}}Fle}DnBDjCF`}{{{BDn{c}}{h{Gd}}Fle}DnBDjCF`}{{{CHf{c}}{h{Gd}}Fle}DnBDjCF`}{{{CHh{c}}{h{Gd}}Fle}DnBDjCF`}{{{CHj{c}}{h{Gd}}Fle}DnBDjCF`}{{{CHl{ce}}{h{Gd}}Flg}DnHbBDjCF`}{{{CI`{c}}{h{Gd}}Fle}DnBDjCF`}{{{CIb{c}}{h{Gd}}Fle}DnBDjCF`}{{{CId{c}}{h{Gd}}Fle}DnBDjCF`}{{{CIf{c}}{h{Gd}}Fle}DnBDjCF`}{{{CIh{c}}{h{Gd}}Fle}DnBDjCF`}{{{CIj{c}}{h{Gd}}Fle}DnBDjCF`}{{{CIl{c}}{h{Gd}}Fle}DnBDjCF`}{{{CIn{c}}{h{Gd}}Fle}DnBDjCF`}{{{CJ`{c}}{h{Gd}}Fle}DnBDjCF`}{{{CJb{c}}{h{Gd}}Fle}DnBDjCF`}{{{CJd{c}}{h{Gd}}Fle}DnBDjCF`}{{{CJf{c}}{h{Gd}}Fle}DnBDjCF`}{{{CJh{c}}{h{Gd}}Fle}DnBDjCF`}{{{CJj{c}}{h{Gd}}Fle}DnBDjCF`}{{{CJl{c}}{h{Gd}}Fle}DnBDjCF`}{{{CJn{gc}}{h{Gd}}Fli}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CF`}{{{CK`{c}}{h{Gd}}Fle}DnCGdCF`}{{{CKb{c}}{h{Gd}}Fle}DnCGfCF`}{{{CKd{c}}{h{Gd}}Fle}DnCGlCF`}{{{CGn{c}}e}DnBDjCF`}{{{CH`{c}}e}DnBDjCF`}{{{CHb{c}}e}DnBDjCF`}{{{CHd{c}}e}DnBDjCF`}{{{BDn{c}}e}DnBDjCF`}{{{CHf{c}}e}DnBDjCF`}{{{CHh{c}}e}DnBDjCF`}{{{CHj{c}}e}DnBDjCF`}{{{CHl{ce}}g}DnHbBDjCF`}{{{CI`{c}}e}DnBDjCF`}{{{CIb{c}}e}DnBDjCF`}{{{CId{c}}e}DnBDjCF`}{{{CIf{c}}e}DnBDjCF`}{{{CIh{c}}e}DnBDjCF`}{{{CIj{c}}e}DnBDjCF`}{{{CIl{c}}e}DnBDjCF`}{{{CIn{c}}e}DnBDjCF`}{{{CJ`{c}}e}DnBDjCF`}{{{CJb{c}}e}DnBDjCF`}{{{CJd{c}}e}DnBDjCF`}{{{CJf{c}}e}DnBDjCF`}{{{CJh{c}}e}DnBDjCF`}{{{CJj{c}}e}DnBDjCF`}{{{CJl{c}}e}DnBDjCF`}{{{CJn{gc}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CF`}{{{CK`{c}}e}DnCGdCF`}{{{CKb{c}}e}DnCGfCF`}{{{CKd{c}}e}DnCGlCF`}{{{CGn{c}}e}DnBDjCF`}{{{CH`{c}}e}DnBDjCF`}{{{CHb{c}}e}DnBDjCF`}{{{CHd{c}}e}DnBDjCF`}{{{BDn{c}}e}DnBDjCF`}{{{CHf{c}}e}DnBDjCF`}{{{CHh{c}}e}DnBDjCF`}{{{CHj{c}}e}DnBDjCF`}{{{CHl{ce}}g}DnHbBDjCF`}{{{CI`{c}}e}DnBDjCF`}{{{CIb{c}}e}DnBDjCF`}{{{CId{c}}e}DnBDjCF`}{{{CIf{c}}e}DnBDjCF`}{{{CIh{c}}e}DnBDjCF`}{{{CIj{c}}e}DnBDjCF`}{{{CIl{c}}e}DnBDjCF`}{{{CIn{c}}e}DnBDjCF`}{{{CJ`{c}}e}DnBDjCF`}{{{CJb{c}}e}DnBDjCF`}{{{CJd{c}}e}DnBDjCF`}{{{CJf{c}}e}DnBDjCF`}{{{CJh{c}}e}DnBDjCF`}{{{CJj{c}}e}DnBDjCF`}{{{CJl{c}}e}DnBDjCF`}{{{CJn{gc}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CF`}{{{CK`{c}}e}DnCGdCF`}{{{CKb{c}}e}DnCGfCF`}{{{CKd{c}}e}DnCGlCF`}{{{CGn{c}}e}DnBDjCF`}{{{CH`{c}}e}DnBDjCF`}{{{CHb{c}}e}DnBDjCF`}{{{CHd{c}}e}DnBDjCF`}{{{BDn{c}}e}DnBDjCF`}{{{CHf{c}}e}DnBDjCF`}{{{CHh{c}}e}DnBDjCF`}{{{CHj{c}}e}DnBDjCF`}{{{CHl{ce}}g}DnHbBDjCF`}{{{CI`{c}}e}DnBDjCF`}{{{CIb{c}}e}DnBDjCF`}{{{CId{c}}e}DnBDjCF`}{{{CIf{c}}e}DnBDjCF`}{{{CIh{c}}e}DnBDjCF`}{{{CIj{c}}e}DnBDjCF`}{{{CIl{c}}e}DnBDjCF`}{{{CIn{c}}e}DnBDjCF`}{{{CJ`{c}}e}DnBDjCF`}{{{CJb{c}}e}DnBDjCF`}{{{CJd{c}}e}DnBDjCF`}{{{CJf{c}}e}DnBDjCF`}{{{CJh{c}}e}DnBDjCF`}{{{CJj{c}}e}DnBDjCF`}{{{CJl{c}}e}DnBDjCF`}{{{CJn{gc}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CF`}{{{CK`{c}}e}DnCGdCF`}{{{CKb{c}}e}DnCGfCF`}{{{CKd{c}}e}DnCGlCF`}{{{CGn{c}}e}DnBDjCF`}{{{CH`{c}}e}DnBDjCF`}{{{CHb{c}}e}DnBDjCF`}{{{CHd{c}}e}DnBDjCF`}{{{BDn{c}}e}DnBDjCF`}{{{CHf{c}}e}DnBDjCF`}{{{CHh{c}}e}DnBDjCF`}{{{CHj{c}}e}DnBDjCF`}{{{CHl{ce}}g}DnHbBDjCF`}{{{CI`{c}}e}DnBDjCF`}{{{CIb{c}}e}DnBDjCF`}{{{CId{c}}e}DnBDjCF`}{{{CIf{c}}e}DnBDjCF`}{{{CIh{c}}e}DnBDjCF`}{{{CIj{c}}e}DnBDjCF`}{{{CIl{c}}e}DnBDjCF`}{{{CIn{c}}e}DnBDjCF`}{{{CJ`{c}}e}DnBDjCF`}{{{CJb{c}}e}DnBDjCF`}{{{CJd{c}}e}DnBDjCF`}{{{CJf{c}}e}DnBDjCF`}{{{CJh{c}}e}DnBDjCF`}{{{CJj{c}}e}DnBDjCF`}{{{CJl{c}}e}DnBDjCF`}{{{CJn{gc}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CF`}{{{CK`{c}}e}DnCGdCF`}{{{CKb{c}}e}DnCGfCF`}{{{CKd{c}}e}DnCGlCF`}{{{CGn{c}}e}DnBDjCF`}{{{CH`{c}}e}DnBDjCF`}{{{CHb{c}}e}DnBDjCF`}{{{CHd{c}}e}DnBDjCF`}{{{BDn{c}}e}DnBDjCF`}{{{CHf{c}}e}DnBDjCF`}{{{CHh{c}}e}DnBDjCF`}{{{CHj{c}}e}DnBDjCF`}{{{CHl{ce}}g}DnHbBDjCF`}{{{CI`{c}}e}DnBDjCF`}{{{CIb{c}}e}DnBDjCF`}{{{CId{c}}e}DnBDjCF`}{{{CIf{c}}e}DnBDjCF`}{{{CIh{c}}e}DnBDjCF`}{{{CIj{c}}e}DnBDjCF`}{{{CIl{c}}e}DnBDjCF`}{{{CIn{c}}e}DnBDjCF`}{{{CJ`{c}}e}DnBDjCF`}{{{CJb{c}}e}DnBDjCF`}{{{CJd{c}}e}DnBDjCF`}{{{CJf{c}}e}DnBDjCF`}{{{CJh{c}}e}DnBDjCF`}{{{CJj{c}}e}DnBDjCF`}{{{CJl{c}}e}DnBDjCF`}{{{CJn{gc}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CF`}{{{CK`{c}}e}DnCGdCF`}{{{CKb{c}}e}DnCGfCF`}{{{CKd{c}}e}DnCGlCF`}{{{CGn{c}}e}DnBDjCF`}{{{CH`{c}}e}DnBDjCF`}{{{CHb{c}}e}DnBDjCF`}{{{CHd{c}}e}DnBDjCF`}{{{BDn{c}}e}DnBDjCF`}{{{CHf{c}}e}DnBDjCF`}{{{CHh{c}}e}DnBDjCF`}{{{CHj{c}}e}DnBDjCF`}{{{CHl{ce}}g}DnHbBDjCF`}{{{CI`{c}}e}DnBDjCF`}{{{CIb{c}}e}DnBDjCF`}{{{CId{c}}e}DnBDjCF`}{{{CIf{c}}e}DnBDjCF`}{{{CIh{c}}e}DnBDjCF`}{{{CIj{c}}e}DnBDjCF`}{{{CIl{c}}e}DnBDjCF`}{{{CIn{c}}e}DnBDjCF`}{{{CJ`{c}}e}DnBDjCF`}{{{CJb{c}}e}DnBDjCF`}{{{CJd{c}}e}DnBDjCF`}{{{CJf{c}}e}DnBDjCF`}{{{CJh{c}}e}DnBDjCF`}{{{CJj{c}}e}DnBDjCF`}{{{CJl{c}}e}DnBDjCF`}{{{CJn{gc}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CF`}{{{CK`{c}}e}DnCGdCF`}{{{CKb{c}}e}DnCGfCF`}{{{CKd{c}}e}DnCGlCF`}{{{CGn{c}}{h{Gd}}e}DnBDjCF`}{{{CH`{c}}{h{Gd}}e}DnBDjCF`}{{{CHb{c}}{h{Gd}}e}DnBDjCF`}{{{CHd{c}}{h{Gd}}e}DnBDjCF`}{{{BDn{c}}{h{Gd}}e}DnBDjCF`}{{{CHf{c}}{h{Gd}}e}DnBDjCF`}{{{CHh{c}}{h{Gd}}e}DnBDjCF`}{{{CHj{c}}{h{Gd}}e}DnBDjCF`}{{{CHl{ce}}{h{Gd}}g}DnHbBDjCF`}{{{CI`{c}}{h{Gd}}e}DnBDjCF`}{{{CIb{c}}{h{Gd}}e}DnBDjCF`}{{{CId{c}}{h{Gd}}e}DnBDjCF`}{{{CIf{c}}{h{Gd}}e}DnBDjCF`}{{{CIh{c}}{h{Gd}}e}DnBDjCF`}{{{CIj{c}}{h{Gd}}e}DnBDjCF`}{{{CIl{c}}{h{Gd}}e}DnBDjCF`}{{{CIn{c}}{h{Gd}}e}DnBDjCF`}{{{CJ`{c}}{h{Gd}}e}DnBDjCF`}{{{CJb{c}}{h{Gd}}e}DnBDjCF`}{{{CJd{c}}{h{Gd}}e}DnBDjCF`}{{{CJf{c}}{h{Gd}}e}DnBDjCF`}{{{CJh{c}}{h{Gd}}e}DnBDjCF`}{{{CJj{c}}{h{Gd}}e}DnBDjCF`}{{{CJl{c}}{h{Gd}}e}DnBDjCF`}{{{CJn{gc}}{h{Gd}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CF`}{{{CK`{c}}{h{Gd}}e}DnCGdCF`}{{{CKb{c}}{h{Gd}}e}DnCGfCF`}{{{CKd{c}}{h{Gd}}e}DnCGlCF`}{{{CHl{ce}}}{{Dn{Bfe}}}HbBDj}{{{CJn{ce}}}{{Dn{Bfe}}}HbBDj}{{{h{CHn}}{h{CHn}}}Ed}{{{h{{CGn{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{}}{{{h{{CH`{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{}}{{{h{{CHb{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{}}{{{h{{CHd{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{}}{{{h{{BDn{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{}}{{{h{{CHf{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{}}{{{h{{CHh{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{}}{{{h{{CHj{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{}}{{{h{{CHl{ce}}}}{h{AhEl}}}{{Dn{BfEn}}}{HbF`}{}}{{{h{CHn}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{{CI`{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{}}{{{h{{CIb{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{}}{{{h{{CId{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{}}{{{h{{CIf{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{}}{{{h{{CIh{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{}}{{{h{{CIj{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{}}{{{h{{CIl{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{}}{{{h{{CIn{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{}}{{{h{{CJ`{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{}}{{{h{{CJb{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{}}{{{h{{CJd{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{}}{{{h{{CJf{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{}}{{{h{{CJh{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{}}{{{h{{CJj{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{}}{{{h{{CJl{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{}}{{{h{{CJn{ce}}}}{h{AhEl}}}{{Dn{BfEn}}}F`{}}{{{h{{CK`{c}}}}{h{AhEl}}}{{Dn{BfEn}}}F`}{{{h{{CKb{c}}}}{h{AhEl}}}{{Dn{BfEn}}}F`}{{{h{{CKd{c}}}}{h{AhEl}}}{{Dn{BfEn}}}F`}{cc{}}0000000000000000000000000000{ce{}{}}0000000000000000000000000000{{}{{CGn{c}}}{}}{Df{{CH`{c}}}{}}{{{h{Gd}}}{{CHb{c}}}{}}{{{h{Gd}}}{{CHd{c}}}{}}{Ih{{BDn{c}}}{}}{{{AEh{Gd}}}{{CHf{c}}}{}}{{{h{{Ab{A`}}}}}{{CHh{c}}}{}}{{{h{{Ab{A`}}}}}{{CHj{c}}}{}}{c{{CHl{ce}}}Hb{}}{Ed{{CI`{c}}}{}}{BBd{{CIb{c}}}{}}{BB`{{CId{c}}}{}}{BBb{{CIf{c}}}{}}{A@`{{CIh{c}}}{}}{CFd{{CIj{c}}}{}}{CKf{{CIl{c}}}{}}{A`{{CIn{c}}}{}}{AEl{{CJ`{c}}}{}}{Eb{{CJb{c}}}{}}{ACn{{CJd{c}}}{}}{Fl{{CJf{c}}}{}}{CFb{{CJh{c}}}{}}{ADb{{CJj{c}}}{}}{BBj{{CJl{c}}}{}}{c{{CJn{ce}}}Hb{}}{c{{CK`{c}}}{}}{c{{CKb{c}}}{}}{c{{CKd{c}}}{}}{{{h{Ah{CHl{ce}}}}g}{{Dn{Dh}}}HbBDjCFl}{{{h{Ah{CJn{gc}}}}i}{{Dn{Dh}}}BDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CFl}{{{h{Ah{CHl{ce}}}}gi}{{Dn{{Dh{Fd}}}}}HbBDjCFlCFl}2{{{h{Ah{CHl{ce}}}}g}DnHbBDjCFl}{{{h{{CHl{ce}}}}}{{Dh{Fl}}}HbBDj}0{{{h{{CJn{gc}}}}}{{Dh{Fl}}}BDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}}{{{h{c}}}e{}{}}0000000000000000000000000000{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}000000000000000000000000000000000000000000000000000000000{{{h{c}}}Il{}}0000000000000000000000000000{{{CH`{c}}e}{{Dn{Fd}}}BDjCFl}{{{CHb{c}}e}{{Dn{Fd}}}BDjCFl}{{{CHd{c}}e}{{Dn{Fd}}}BDjCFl}{{{BDn{c}}e}{{Dn{Fd}}}BDjCFl}{{{CHf{c}}e}{{Dn{Fd}}}BDjCFl}{{{CKb{c}}e}{{Dn{Fd}}}CGfCFl}{ce{}{}}0000000000000000000000000000```````````````````````````````````{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{AOf}}}{{Dh{{h{AOf}}}}}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}Ai}{{Dn{ce}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}IfIf{{Ej{}{{Eh{{Fd{AeAg}}}}}}}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}Ae}{{Dn{ce}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}Ej}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}{h{Ae}}}{{Dn{ce}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}{CBbACd}}{cCE`CBb}{{{h{AOf}}}{{h{Gd}}}}{{{AJb{AOf}}}{{Dn{{AJb{c}}{AJb{AOf}}}}}AOf}00{{{h{AhAOf}}}{{Dh{{h{Ahc}}}}}AOf}00{{{h{AOf}}}{{Dh{{h{c}}}}}AOf}00{{{CEb{}{{CD`{c}}{Gf{e}}}}}{{Dn{ce}}}{}CE`}{{{CEd{}{{CD`{c}}{Gf{e}}}}}{{Dn{ce}}}{}CE`}{{{CEf{}{{CD`{c}}{Gf{e}}}}}{{Dn{ce}}}{}CE`}{{{CEh{}{{CD`{c}}{Gf{e}}}}}{{Dn{ce}}}{}CE`}{{{CEj{}{{CD`{c}}{Gf{e}}}}}{{Dn{ce}}}{}CE`}{{{CEl{}{{CD`{c}}{Gf{e}}}}}{{Dn{ce}}}{}CE`}{{{CEn{}{{CD`{c}}{Gf{e}}}}}{{Dn{ce}}}{}CE`}{{{CKh{ce}}}{{Dn{ce}}}{}CE`}000000{cc{}}{ce{}{}}{{{h{AOf}}}Ed}00{{{h{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}}}}Ed{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}{{{h{AOf}}{h{AhCGh}}}Bf}{{{h{If}}c}DnI`}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}Ed}{{Dn{ce}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}{h{{Ab{A`}}}}}{{Dn{ce}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}BBj}{{Dn{ce}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}{{{h{Ah{CEb{}{{CD`{c}}{Gf{e}}}}}}{h{g}}}{{Dn{Bfe}}}{}CE`{IfACd}}{{{h{Ah{CEd{}{{CD`{c}}{Gf{e}}}}}}{h{g}}}{{Dn{Bfe}}}{}CE`{IfACd}}{{{h{Ah{CKh{ce}}}}{h{g}}}{{Dn{Bfe}}}{}CE`{IfACd}}0{{{h{Ah{CEj{}{{CD`{c}}{Gf{e}}}}}}{h{g}}{h{i}}}{{Dn{Bfe}}}{}CE`{IfACd}{IfACd}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}CFb}{{Dn{ce}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}ADb}{{Dn{ce}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}{{{h{Ah{CEf{}{{CD`{c}}{Gf{e}}}}}}{h{g}}}{{Dn{Bfe}}}{}CE`{IfACd}}{{{h{Ah{CEh{}{{CD`{c}}{Gf{e}}}}}}{h{g}}}{{Dn{Bfe}}}{}CE`{IfACd}}{{{h{Ah{CEl{}{{CD`{c}}{Gf{e}}}}}}{h{Gd}}{h{g}}}{{Dn{Bfe}}}{}CE`{IfACd}}{{{h{Ah{CEn{}{{CD`{c}}{Gf{e}}}}}}{h{Gd}}{h{g}}}{{Dn{Bfe}}}{}CE`{IfACd}}77{{{h{Ah{CKh{ce}}}}{h{Gd}}{h{g}}}{{Dn{Bfe}}}{}CE`{IfACd}}0{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}CFd}{{Dn{ce}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}BB`}{{Dn{ce}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}BBb}{{Dn{ce}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}A@`}{{Dn{ce}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}BBd}{{Dn{ce}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}{{{h{Ah{CEj{}{{CD`{c}}{Gf{e}}}}}}{h{g}}}{{Dn{Bfe}}}{}CE`{IfACd}}>{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}{Dh{Fl}}}{{Dn{oe}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}{h{Gd}}{h{Ae}}}{{Dn{ce}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}{IfACd}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}{h{Gd}}Df{h{Gd}}{h{Ae}}}{{Dn{ce}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}{IfACd}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}}{{Dn{ce}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}{Dh{Fl}}}{{Dn{ge}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}{h{Ae}}}{{Dn{ce}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}{IfACd}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}{h{Gd}}}{{Dn{ce}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}{h{Gd}}Fl}{{Dn{Aae}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}{h{Gd}}Df{h{Gd}}Fl}{{Dn{Ace}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}Fl}{{Dn{ie}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}{h{Gd}}Fl}{{Dn{ke}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}{h{Gd}}Df{h{Gd}}Fl}{{Dn{me}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}ACn}{{Dn{ce}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}AEl}{{Dn{ce}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}Df}{{Dn{ce}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}Eb}{{Dn{ce}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}A`}{{Dn{ce}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}=:{{{I`{}{{CD`{c}}{Gf{e}}{CDb{g}}{CDd{i}}{CDf{k}}{CDh{m}}{CDj{o}}{CDl{Aa}}{CDn{Ac}}}}{h{Gd}}Df{h{Gd}}}{{Dn{ce}}}{}CE`{{CEb{}{{CD`{c}}{Gf{e}}}}}{{CEd{}{{CD`{c}}{Gf{e}}}}}{{CEf{}{{CD`{c}}{Gf{e}}}}}{{CEh{}{{CD`{c}}{Gf{e}}}}}{{CEj{}{{CD`{c}}{Gf{e}}}}}{{CEl{}{{CD`{c}}{Gf{e}}}}}{{CEn{}{{CD`{c}}{Gf{e}}}}}}{{{h{Ah{CEj{}{{CD`{c}}{Gf{e}}}}}}{h{g}}}{{Dn{Bfe}}}{}CE`{IfACd}}{{{h{Ah{CKh{ce}}}}{h{g}}}{{Dn{Bfe}}}{}CE`{IfACd}}{{{h{Ah{CEl{}{{CD`{c}}{Gf{e}}}}}}{h{Gd}}}{{Dn{Bfe}}}{}CE`}{{{h{Ah{CEn{}{{CD`{c}}{Gf{e}}}}}}{h{Gd}}}{{Dn{Bfe}}}{}CE`}{{{h{AOf}}}{{Dh{{h{AOf}}}}}}{{{h{AOf}}}CKj}{c{{Dn{e}}}{}{}}0{{{h{c}}}Il{}}{ce{}{}}```{c{{Dn{CKl}}}E`}{{{h{{Ab{A`}}}}}{{Dn{CKlGb}}}}{{{h{CKl}}c}DnI`}``{{}CKn}{{{h{CKn}}}h}{{{h{CKn}}}{{h{{Ad{A`}}}}}}{{{h{CKn}}}{{h{{Ab{A`}}}}}}{{{h{c}}}{{h{e}}}{}{}}10{{{h{Ahc}}}{{h{Ahe}}}{}{}}0{{{h{CKn}}}CKn}{{{h{CL`}}}CL`}{{{h{c}}{h{Ahe}}}Bf{}{}}0{{{h{CKn}}{h{CKn}}}Bh}{{}CL`}{c{{Dn{CKn}}}E`}{{{h{Ahc}}Ed}{{Dn{BfACf}}}{}}{{{h{Ahc}}BB`}{{Dn{BfACf}}}{}}{{{h{Ahc}}BBb}{{Dn{BfACf}}}{}}{{{h{Ahc}}A@`}{{Dn{BfACf}}}{}}{{{h{Ahc}}BBd}{{Dn{BfACf}}}{}}{{{h{Ahc}}{h{{Ab{A`}}}}}{{Dn{BfACf}}}{}}{{{h{Ahc}}AEl}{{Dn{BfACf}}}{}}{{{h{Ahc}}Df}{{Dn{BfACf}}}{}}{{{h{Ahc}}Eb}{{Dn{BfACf}}}{}}{{{h{Ahc}}A`}{{Dn{BfACf}}}{}}{{}}{{{h{CKn}}{h{CKn}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{AhCL`}}}{{Dn{BfBBn}}}}{{{h{AhCL`}}}{{Dn{BfACf}}}}{{{h{CKn}}{h{AhEl}}}{{Dn{BfEn}}}}000{cc{}}0{{}CKn}{{{h{Ah{Ad{A`}}}}}{{h{AhCKn}}}}{{{h{{Ad{A`}}}}}{{h{CKn}}}}{CL`CKn}{{{h{{Ab{A`}}}}}{{Dn{CKnGb}}}}0{{{h{Gd}}}{{Dn{CKn}}}}{{{h{CKn}}{h{Ahc}}}BfGj}{{{h{CKn}}c}h{{Gn{{Ab{A`}}}}}}{{{h{AhCL`}}{h{{Ab{A`}}}}}Bf}{ce{}{}}0{{{h{CL`}}}{{Ad{A`}}}}{{{h{CL`}}}Fl}{{{h{CKn}}{h{CKn}}}{{Dh{Bh}}}}{{{h{CKn}}c}DnI`}{CKn}{{{h{c}}}e{}{}}0{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}000{{{h{c}}}Il{}}099{{{h{AhCL`}}{h{{Ab{A`}}}}}{{Dn{FlBBn}}}}{{{h{AhCL`}}{h{{Ab{A`}}}}}{{Dn{FlACf}}}}```{{}n}{{{h{n}}}h}{{{h{n}}}{{h{{Ab{A`}}}}}}{{{h{n}}}{{h{{Ad{A`}}}}}}{{{h{CLb}}}{{h{{Ab{A`}}}}}}{{{h{c}}}{{h{e}}}{}{}}3001{{{h{Ahc}}}{{h{Ahe}}}{}{}}00{{{h{n}}}n}{{{h{ADf}}}ADf}{{{h{CLb}}}CLb}{{{h{c}}{h{Ahe}}}Bf{}{}}00{{{h{n}}{h{n}}}Bh}{{{h{CLb}}{h{CLb}}}Bh}{{{h{Ahc}}}{{Dn{nAC`}}}{ACbACd}}{{{h{n}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{Ab{A`}}}}}n}{{}ADf}{{}CLb}{c{{Dn{n}}}E`}{c{{Dn{CLb}}}E`}{{{h{Ahc}}Ed}{{Dn{BfACf}}}{}}{{{h{Ahc}}BB`}{{Dn{BfACf}}}{}}{{{h{Ahc}}BBb}{{Dn{BfACf}}}{}}{{{h{Ahc}}A@`}{{Dn{BfACf}}}{}}{{{h{Ahc}}BBd}{{Dn{BfACf}}}{}}{{{h{Ahc}}{h{{Ab{A`}}}}}{{Dn{BfACf}}}{}}{{{h{Ahc}}AEl}{{Dn{BfACf}}}{}}{{{h{Ahc}}Df}{{Dn{BfACf}}}{}}{{{h{Ahc}}Eb}{{Dn{BfACf}}}{}}{{{h{Ahc}}A`}{{Dn{BfACf}}}{}}{{}}{{{h{n}}{h{n}}}Ed}{{{h{CLb}}{h{CLb}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}000{{{h{AhADf}}}{{Dn{BfBBn}}}}{{{h{AhADf}}}{{Dn{BfACf}}}}{{{h{n}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{CLb}}{h{AhEl}}}{{Dn{BfEn}}}}000{dn}{Lbn}{cc{}}00{{}n}{{{Ad{A`}}}CLb}{{{h{Ah{Ad{A`}}}}}{{h{Ahn}}}}{{{h{{Ad{A`}}}}}{{h{n}}}}{ADfn}{{{h{Gd}}}{{Dn{CLb}}}}{{CLbFl}ADf}{{{h{{Ab{A`}}}}}{{Dn{nGb}}}}{{{h{{Ab{A`}}}}}{{Dn{CLbGb}}}}10{{{h{Gd}}}{{Dn{n}}}}4{{{h{n}}{h{Ahc}}}BfGj}{{{h{CLb}}{h{Ahc}}}BfGj}{{{h{n}}}Mj}{{{h{{Ab{A`}}}}}CLb}{{{h{n}}c}h{{Gn{{Ab{A`}}}}}}{{{h{CLb}}c}h{{Gn{{Ab{A`}}}}}}{{{h{AhADf}}{h{{Ab{A`}}}}}Bf}{ce{}{}}00{nBDf}{{{h{ADf}}}CLb}{{{h{ADf}}}Fl}{{{h{n}}{h{n}}}{{Dh{Bh}}}}{{{h{CLb}}{h{CLb}}}{{Dh{Bh}}}}{{{h{n}}c}DnI`}{{{h{CLb}}c}DnI`}{n}{CLb{{Ad{A`}}}}{{{h{c}}}e{}{}}00{{{h{c}}}Ih{}}0{c{{Dn{e}}}{}{}}00000{{{h{c}}}Il{}}00==={{{h{AhADf}}{h{{Ab{A`}}}}}{{Dn{FlACf}}}}{{{h{AhADf}}{h{{Ab{A`}}}}}{{Dn{FlBBn}}}}`{{}Mj}{{{h{Mj}}}h}{{{h{Mj}}}{{h{{Ab{A`}}}}}}{{{h{Mj}}}{{h{{Ad{A`}}}}}}{{{h{c}}}{{h{e}}}{}{}}2{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{Mj}}}Mj}{{{h{c}}{h{Ahe}}}Bf{}{}}{{{h{Mj}}{h{Mj}}}Bh}{{{h{Ahc}}}{{Dn{MjAC`}}}{ACbACd}}{{{h{Mj}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{c{{Dn{Mj}}}E`}{{}}{{{h{Mj}}{h{Mj}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{Mj}}{h{AhEl}}}{{Dn{BfEn}}}}000{D`Mj}{KlMj}{KnMj}{cc{}}{ALlMj}{ClMj}{KdMj}{LjMj}{KfMj}{KjMj}{LlMj}{LdMj}{{}Mj}{{{h{Ah{Ad{A`}}}}}{{h{AhMj}}}}{{{h{{Ad{A`}}}}}{{h{Mj}}}}{ADfMj}{{{h{{Ab{A`}}}}}{{Dn{MjGb}}}}0{{{h{Gd}}}{{Dn{Mj}}}}{{{h{Mj}}{h{Ahc}}}BfGj}{{{h{Mj}}c}h{{Gn{{Ab{A`}}}}}}{ce{}{}}{{{h{Mj}}{h{Mj}}}{{Dh{Bh}}}}{{{h{Mj}}c}DnI`}{Mj}{{{h{c}}}e{}{}}{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}0{{{h{c}}}Il{}}7``{{}{{N`{c}}}CLd}{{{h{{N`{c}}}}}hCLd}{{{h{{N`{c}}}}}{{h{{Ab{A`}}}}}CLd}{{{h{{N`{c}}}}}{{h{{Ad{A`}}}}}CLd}1{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{{N`{c}}}}}{{N`{c}}}CLd}{{{h{c}}{h{Ahe}}}Bf{}{}}{{{h{{N`{c}}}}{h{{N`{c}}}}}BhCLd}8{c{{Dn{{N`{e}}}}}E`CLd}{{}ADf}{{}}{{{h{{N`{c}}}}{h{{N`{c}}}}}EdCLd}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{{N`{c}}}}{h{AhEl}}}{{Dn{BfEn}}}CLd}000{cc{}}{Ln{{N`{Mn}}}}{Md{{N`{Nf}}}}{M`{{N`{Nb}}}}{Mb{{N`{Nd}}}}{{}{{N`{c}}}CLd}{{{h{Ah{Ad{A`}}}}}{{h{Ah{N`{c}}}}}CLd}{{{h{{Ad{A`}}}}}{{h{{N`{c}}}}}CLd}{ADf{{N`{c}}}CLd}{{{h{{Ab{A`}}}}}{{Dn{{N`{c}}Gb}}}CLd}0{{{h{Gd}}}{{Dn{{N`{c}}}}}CLd}{{{h{{N`{c}}}}{h{Ahe}}}BfCLdGj}{{{h{{N`{c}}}}e}hCLd{{Gn{{Ab{A`}}}}}}{ce{}{}}{{{h{{N`{c}}}}{h{{N`{c}}}}}{{Dh{Bh}}}CLd}{{{h{{N`{c}}}}e}DnCLdI`}{{{N`{c}}}{}CLd}{{{h{c}}}e{}{}}{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}0{{{h{c}}}Il{}}7``{{}CLf}{{{h{CLf}}}h}{{{h{CLf}}}{{h{{Ad{A`}}}}}}{{{h{CLf}}}{{h{{Ab{A`}}}}}}{{{h{c}}}{{h{e}}}{}{}}10{{{h{Ahc}}}{{h{Ahe}}}{}{}}0{{{h{CLf}}}CLf}{{{h{CLh}}}CLh}{{{h{c}}{h{Ahe}}}Bf{}{}}0{{{h{CLf}}{h{CLf}}}Bh}{{}CLh}{c{{Dn{CLf}}}E`}{{}}{{{h{CLf}}{h{CLf}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{CLf}}{h{AhEl}}}{{Dn{BfEn}}}}000{cc{}}0{{}CLf}{{{h{Ah{Ad{A`}}}}}{{h{AhCLf}}}}{{{h{{Ad{A`}}}}}{{h{CLf}}}}{CLhCLf}{{{h{{Ab{A`}}}}}{{Dn{CLfGb}}}}0{{{h{Gd}}}{{Dn{CLf}}}}{{{h{CLf}}{h{Ahc}}}BfGj}{{{h{CLf}}c}h{{Gn{{Ab{A`}}}}}}{{{h{AhCLh}}{h{{Ab{A`}}}}}Bf}{ce{}{}}0{{{h{CLh}}}{{Ad{A`}}}}{{{h{CLh}}}Fl}{{{h{CLf}}{h{CLf}}}{{Dh{Bh}}}}{{{h{CLf}}c}DnI`}{CLf}{{{h{c}}}e{}{}}0{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}000{{{h{c}}}Il{}}099``{{}CLj}{{{h{CLj}}}h}{{{h{CLj}}}{{h{{Ad{A`}}}}}}{{{h{CLj}}}{{h{{Ab{A`}}}}}}0{{{h{c}}}{{h{e}}}{}{}}0{{{h{Ahc}}}{{h{Ahe}}}{}{}}0{{{h{CLj}}}CLj}{{{h{CLl}}}CLl}{{{h{c}}{h{Ahe}}}Bf{}{}}0{{{h{CLj}}{h{CLj}}}Bh}{{}CLl}{c{{Dn{CLj}}}E`}{{{h{Ahc}}Ed}{{Dn{BfACf}}}{}}{{{h{Ahc}}BB`}{{Dn{BfACf}}}{}}{{{h{Ahc}}BBb}{{Dn{BfACf}}}{}}{{{h{Ahc}}A@`}{{Dn{BfACf}}}{}}{{{h{Ahc}}BBd}{{Dn{BfACf}}}{}}{{{h{Ahc}}{h{{Ab{A`}}}}}{{Dn{BfACf}}}{}}{{{h{Ahc}}AEl}{{Dn{BfACf}}}{}}{{{h{Ahc}}Df}{{Dn{BfACf}}}{}}{{{h{Ahc}}Eb}{{Dn{BfACf}}}{}}{{{h{Ahc}}A`}{{Dn{BfACf}}}{}}{{}}{{{h{CLj}}{h{CLj}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{AhCLl}}}{{Dn{BfACf}}}}{{{h{AhCLl}}}{{Dn{BfBBn}}}}{{{h{CLj}}{h{AhEl}}}{{Dn{BfEn}}}}000{cc{}}0{{}CLj}{{{h{Ah{Ad{A`}}}}}{{h{AhCLj}}}}{{{h{{Ad{A`}}}}}{{h{CLj}}}}{CLlCLj}{{{h{{Ab{A`}}}}}{{Dn{CLjGb}}}}0{{{h{Gd}}}{{Dn{CLj}}}}{{{h{CLj}}{h{Ahc}}}BfGj}{{{h{CLj}}c}h{{Gn{{Ab{A`}}}}}}{{{h{AhCLl}}{h{{Ab{A`}}}}}Bf}{ce{}{}}0{{{h{CLl}}}{{Ad{A`}}}}{{{h{CLl}}}Fl}{{{h{CLj}}{h{CLj}}}{{Dh{Bh}}}}{{{h{CLj}}c}DnI`}{CLj}{{{h{c}}}e{}{}}0{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}000{{{h{c}}}Il{}}099{{{h{AhCLl}}{h{{Ab{A`}}}}}{{Dn{FlBBn}}}}{{{h{AhCLl}}{h{{Ab{A`}}}}}{{Dn{FlACf}}}}``{{}CLn}{{{h{CLn}}}h}{{{h{CLn}}}{{h{{Ad{A`}}}}}}{{{h{CLn}}}{{h{{Ab{A`}}}}}}{{{h{c}}}{{h{e}}}{}{}}10{{{h{Ahc}}}{{h{Ahe}}}{}{}}0{{{h{CLn}}}CLn}{{{h{CM`}}}CM`}{{{h{c}}{h{Ahe}}}Bf{}{}}0{{{h{CLn}}{h{CLn}}}Bh}{{}CM`}{c{{Dn{CLn}}}E`}{{}}{{{h{CLn}}{h{CLn}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{CLn}}{h{AhEl}}}{{Dn{BfEn}}}}000{cc{}}0{{}CLn}{{{h{Ah{Ad{A`}}}}}{{h{AhCLn}}}}{{{h{{Ad{A`}}}}}{{h{CLn}}}}{CM`CLn}{{{h{{Ab{A`}}}}}{{Dn{CLnGb}}}}0{{{h{Gd}}}{{Dn{CLn}}}}{{{h{CLn}}{h{Ahc}}}BfGj}{{{h{CLn}}c}h{{Gn{{Ab{A`}}}}}}{{{h{AhCM`}}{h{{Ab{A`}}}}}Bf}{ce{}{}}0{{{h{CM`}}}{{Ad{A`}}}}{{{h{CM`}}}Fl}{{{h{CLn}}{h{CLn}}}{{Dh{Bh}}}}{{{h{CLn}}c}DnI`}{CLn}{{{h{c}}}e{}{}}0{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}000{{{h{c}}}Il{}}099```{{}CMb}{{{h{CMb}}}h}{{{h{CMb}}}{{h{{Ab{A`}}}}}}{{{h{CMb}}}{{h{{Ad{A`}}}}}}{{{h{CMb}}}Eb}2{{{h{c}}}{{h{e}}}{}{}}00{{{h{Ahc}}}{{h{Ahe}}}{}{}}00{{{h{CMb}}}CMb}{{{h{CMd}}}CMd}{{{h{CMf}}}CMf}{{{h{c}}{h{Ahe}}}Bf{}{}}00{{{h{CMb}}{h{CMb}}}Bh}{{}CMf}{c{{Dn{CMb}}}E`}{{{h{Ahc}}Ed}{{Dn{BfACf}}}{}}{{{h{Ahc}}BB`}{{Dn{BfACf}}}{}}{{{h{Ahc}}BBb}{{Dn{BfACf}}}{}}{{{h{Ahc}}A@`}{{Dn{BfACf}}}{}}{{{h{Ahc}}BBd}{{Dn{BfACf}}}{}}{{{h{Ahc}}{h{{Ab{A`}}}}}{{Dn{BfACf}}}{}}{{{h{Ahc}}AEl}{{Dn{BfACf}}}{}}{{{h{Ahc}}Df}{{Dn{BfACf}}}{}}{{{h{Ahc}}Eb}{{Dn{BfACf}}}{}}{{{h{Ahc}}A`}{{Dn{BfACf}}}{}}{{}}{{{h{CMb}}{h{CMb}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{AhCMf}}}{{Dn{BfACf}}}}{{{h{AhCMf}}}{{Dn{BfBBn}}}}{{{h{CMb}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{CMd}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{CMf}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}00{{}CMb}{{{h{Ah{Ad{A`}}}}}{{h{AhCMb}}}}{{{h{{Ad{A`}}}}}{{h{CMb}}}}{CMfCMb}{CMfEb}{{{h{{Ab{A`}}}}}{{Dn{CMbGb}}}}0{{{h{Gd}}}{{Dn{CMb}}}}{EbCMb}{{{h{CMb}}{h{Ahc}}}BfGj}{{EbEb{h{{Ab{A`}}}}}Eb}{{EbEb{h{{Ab{A`}}}}}CMb}{{{h{CMb}}c}h{{Gn{{Ab{A`}}}}}}{{{h{AhCMf}}{h{{Ab{A`}}}}}Bf}{ce{}{}}00{{{h{CMf}}}{{Fd{EbEb}}}}{{{h{CMf}}}CMd}{{{h{CMf}}}Fl}{{}CMf}{{{h{CMb}}{h{CMb}}}{{Dh{Bh}}}}{{{h{CMb}}c}DnI`}{CMb}{{{h{c}}}e{}{}}00{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}00000{{{h{c}}}Il{}}00;;;{{EbEb}CMf}{{{h{AhCMf}}{h{{Ab{A`}}}}}{{Dn{FlBBn}}}}{{{h{AhCMf}}{h{{Ab{A`}}}}}{{Dn{FlACf}}}}`````````````````````````````{{{h{c}}}{{h{e}}}{}{}}0000{{{h{Ahc}}}{{h{Ahe}}}{}{}}0000{{{h{ACf}}}{{Dh{{h{AOf}}}}}}{{{h{CMh}}}CMh}{{{h{c}}{h{Ahe}}}Bf{}{}}{{{h{AhACb}}Fl}Bf}{{{h{Ah{CMj{c}}}}Fl}Bf{ACbACd}}{{{h{Ah{CMl{c}}}}Fl}Bf{{AD`{{Ab{A`}}}}}}{{{h{ACf}}}{{h{Gd}}}}{{{h{Ahc}}Ed}{{Dn{BfACf}}}{}}{{{h{Ahc}}BB`}{{Dn{BfACf}}}{}}{{{h{Ahc}}BBb}{{Dn{BfACf}}}{}}{{{h{Ahc}}A@`}{{Dn{BfACf}}}{}}{{{h{Ahc}}BBd}{{Dn{BfACf}}}{}}{{{h{Ahc}}{h{{Ab{A`}}}}}{{Dn{BfACf}}}{}}{{{h{Ahc}}AEl}{{Dn{BfACf}}}{}}{{{h{Ahc}}Df}{{Dn{BfACf}}}{}}{{{h{Ahc}}Eb}{{Dn{BfACf}}}{}}{{{h{Ahc}}A`}{{Dn{BfACf}}}{}}{{{h{CMh}}{h{CMh}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{AhACb}}}{{Dn{{h{{Ab{A`}}}}ACf}}}}{{{h{Ah{CMj{c}}}}}{{Dn{{h{{Ab{A`}}}}ACf}}}{ACbACd}}{{{h{Ah{CMl{c}}}}}{{Dn{{h{{Ab{A`}}}}ACf}}}{{AD`{{Ab{A`}}}}}}{{{h{AhACh}}}{{Dn{BfACf}}}}{{{h{AhCMn}}}{{Dn{BfACf}}}}{{{h{AhCMn}}}{{Dn{BfBBn}}}}{{{h{ACf}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{CMh}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}00{CMhACf}1{BBnACf}2{ANnCMh}{{{h{ACf}}}{{Dh{{h{AOf}}}}}}{{{h{CMh}}{h{Ahc}}}BfGj}`{ce{}{}}0000{{{CMl{c}}}c{{AD`{{Ab{A`}}}}}}{{{h{ACf}}}CMh}{c{{CMl{c}}}{{AD`{{Ab{A`}}}}}}{{CMhc}ACf{{AHb{{AJb{AOf}}}}}}{{{h{{CMl{c}}}}}Eb{{AD`{{Ab{A`}}}}}}{{{h{AhAKh}}{h{Ah{Ab{A`}}}}}{{Dn{FlACf}}}}{{{h{Ah{CMj{c}}}}{h{Ah{Ab{A`}}}}}{{Dn{FlACf}}}{AKhACd}}{{{h{Ah{CMl{c}}}}{h{Ah{Ab{A`}}}}}{{Dn{FlACf}}}{{AD`{{Ab{A`}}}}}}{{{h{Ahc}}}{{Dn{EdAC`}}}{}}0{{{h{AhAKh}}{h{Ah{Ab{A`}}}}}{{Dn{BfACf}}}}{{{h{Ahc}}}{{Dn{BB`AC`}}}{}}0{{{h{Ahc}}}{{Dn{BBbAC`}}}{}}0{{{h{Ahc}}}{{Dn{A@`AC`}}}{}}0{{{h{Ahc}}}{{Dn{BBdAC`}}}{}}0{{{h{Ahc}}{h{Ah{Ab{A`}}}}}{{Dn{BfAC`}}}{}}0{{{h{Ah{CMj{c}}}}{h{Ah{ADl{A`}}}}}{{Dn{FlACf}}}{AKhACd}}{{{h{AhAKh}}{h{Ah{ADl{A`}}}}Eb}{{Dn{FlACf}}}}{{{h{Ahc}}}{{Dn{AElAC`}}}{}}0{{{h{Ahc}}}{{Dn{DfAC`}}}{}}0{{{h{Ahc}}}{{Dn{EbAC`}}}{}}0{{{h{Ahc}}}{{Dn{A`AC`}}}{}}0{{}CMn}{{{h{ACf}}}{{Dh{{h{AOf}}}}}}{{{h{AhAKh}}Eb}{{CMj{AKh}}}}{{{h{c}}}e{}{}}{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}000000000{{{h{c}}}Il{}}0000{ce{}{}}0000{{{h{AhACh}}{h{{Ab{A`}}}}}{{Dn{FlACf}}}}{{{h{AhCMn}}{h{{Ab{A`}}}}}{{Dn{FlACf}}}}{{{h{AhCMn}}{h{{Ab{A`}}}}}{{Dn{FlBBn}}}}{{{h{AhACh}}{h{{Ab{A`}}}}}{{Dn{BfACf}}}}{{{h{AhCMn}}{h{{Ab{A`}}}}}{{Dn{BfACf}}}}{{{h{AhCMn}}{h{{Ab{A`}}}}}{{Dn{BfBBn}}}}```````````````````````````````````````{{AG`{h{{Jf{c}}}}{h{Jh}}}{{Dn{AG`Jl}}}Jn}{{{h{AG`}}}}{{{h{AhAG`}}}}{{{h{AhAG`}}}CN`}{{{h{AG`}}}CN`}{{JjJj}}{{{h{c}}}{{h{e}}}{}{}}000000000000{{{h{Ahc}}}{{h{Ahe}}}{}{}}000000000000{{{h{{Jf{c}}}}}{{Jf{c}}}CNb}{{{h{AG`}}}AG`}{{{h{Jj}}}Jj}{{{h{AMb}}}AMb}{{{h{ACj}}}ACj}{{{h{CNd}}}CNd}{{{h{AH`}}}AH`}{{{h{AHj}}}AHj}{{{h{AHh}}}AHh}{{{h{CNf}}}CNf}{{{h{AGf}}}AGf}{{{h{CNh}}}CNh}{{{h{CNj}}}CNj}{{{h{c}}{h{Ahe}}}Bf{}{}}000000000000{{{h{AG`}}{h{AG`}}}Bh}{{{h{Jj}}{h{Jj}}}Bh}{{{h{AMb}}{h{AMb}}}Bh}{{{h{ACj}}{h{ACj}}}Bh}{{{h{CNd}}{h{CNd}}}Bh}4``{{{h{{Jf{c}}}}}{{CNn{CNl}}}CNb}{{{COd{}{{CO`{c}}{COb{e}}}}}e{}{}}{AG`CNd}{JdACj}1{{}{{Jf{COf}}}}{c{{Dn{AG`}}}E`}{c{{Dn{Jj}}}E`}{c{{Dn{ACj}}}E`}{c{{Dn{CNd}}}E`}{{{h{AG`}}}COh}{{{h{Ah{Jf{c}}}}}BfCNb}{{{h{{Jf{c}}}}{h{{Jf{c}}}}}EdCNb}{{{h{AG`}}{h{AG`}}}Ed}{{{h{Jj}}{h{Jj}}}Ed}{{{h{AMb}}{h{AMb}}}Ed}{{{h{ACj}}{h{ACj}}}Ed}{{{h{CNd}}{h{CNd}}}Ed}{{{h{AH`}}{h{AH`}}}Ed}{{{h{AHj}}{h{AHj}}}Ed}{{{h{AHh}}{h{AHh}}}Ed}{{{h{CNf}}{h{CNf}}}Ed}{{{h{AGf}}{h{AGf}}}Ed}{{{h{CNh}}{h{CNh}}}Ed}{{{h{CNj}}{h{CNj}}}Ed};{{{h{c}}{h{e}}}Ed{}{}}0000000000000000000000000{{{h{{Jf{c}}}}{h{AhEl}}}{{Dn{BfEn}}}CNb}{{{h{AG`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{Jj}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{AMb}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{ACj}}{h{AhEl}}}{{Dn{BfEn}}}}00{{{h{CNd}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{AH`}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{AHj}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{AHh}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{CNf}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{AGf}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{CNh}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{CNj}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}0{CNdAG`}111{CNdACj}22{JlAH`}{ANnAH`}{ANnAHj}{AOdAHj}{CNjAHj}{CNhAHj}8{JlAHj}9{AH`AHh}{ANnAHh}{ANnCNf}<{BIfCNf}{JlCNf}>>>{BBb{{Dn{JjCOj}}}}={{{CNn{CNl}}}{{COn{{Jf{COl}}}}}}{{{CNn{CNl}}}{{COn{{Jf{D@`}}}}}}{{{CNn{CNl}}}{{COn{{Jf{D@b}}}}}}{{{h{{Jf{c}}}}{h{{Ab{A`}}}}}{{Dn{AG`Jl}}}AGd}{{{h{{Jf{c}}}}{h{Gd}}}{{Dn{AG`Jl}}}AGd}{{{h{{Jf{c}}}}{h{AJl}}}AG`AGd}{{{h{Gd}}}{{Dn{AG`}}}}{A`{{Dn{JjCOj}}}}{{}{{Jf{c}}}CNb}{{{h{{Jf{c}}}}{h{Ahe}}}{{Fd{AJlAEd}}}AGd{D@dACd}}{{{h{AG`}}{h{Ahc}}}BfGj}{{{h{Jj}}{h{Ahc}}}BfGj}{{{h{AMb}}{h{Ahc}}}BfGj}{{{h{ACj}}{h{Ahc}}}BfGj}{{{h{CNd}}{h{Ahc}}}BfGj}``{ce{}{}}000000000000{{{h{CNj}}}A`}{{{h{CNh}}}Fl}`{{}{{Jf{COf}}}}{{{h{{Jf{c}}}}{h{Ahe}}}AG`AGd{D@dACd}}{{{h{AhAG`}}}Bf}{{{h{AG`}}{h{AG`}}}{{Dh{Bh}}}}{{{h{Jj}}{h{Jj}}}{{Dh{Bh}}}}{{{h{AMb}}{h{AMb}}}{{Dh{Bh}}}}{{{h{ACj}}{h{ACj}}}{{Dh{Bh}}}}{{{h{CNd}}{h{CNd}}}{{Dh{Bh}}}}{{}Fl}000{{{h{Ah{Ab{D@f}}}}}{{Dn{{Jf{c}}Jl}}}{CNbD@h}}{{{h{Ah{Ab{D@f}}}}}{{Dn{{Jf{COl}}Jl}}}}{{{h{Ah{Ab{D@f}}}}}{{Dn{{Jf{D@`}}Jl}}}}{{{h{Ah{Ab{D@f}}}}}{{Dn{{Jf{D@b}}Jl}}}}{{{h{AG`}}}AEd}{{{h{CNd}}}{{Fd{ACjJj}}}}{{{h{Ah{Jf{c}}}}{h{Ahe}}}BfCNb{D@dACd}}{{{h{{Jf{c}}}}{h{AKl}}{h{D@j}}}{{Dn{AEdJl}}}Jn}{{{h{AG`}}}{{Ad{A`}}}}{{{h{AG`}}}AJl}{{{h{Ah{Jf{c}}}}{h{{Ad{A`}}}}}BfCNb}{{{h{AG`}}c}DnI`}{{{h{Jj}}c}DnI`}{{{h{ACj}}c}DnI`}{{{h{ACj}}}{{Ad{A`}}}}{{{h{CNd}}c}DnI`}{{{h{{Jf{c}}}}{h{AKl}}{h{AJl}}}C@jAGd}{{{h{{Jf{c}}}}{h{AKl}}{h{AJl}}Fl}C@jAGd}1{{{h{{Jf{c}}}}{h{AKl}}{h{AJl}}}D@jAGd}{{{h{{Jf{c}}}}{h{AKl}}{h{AJl}}{h{{Ad{A`}}}}}D@jAGd}{{{h{{Jf{c}}}}{h{AKl}}{h{AJl}}{h{{Ad{A`}}}}}C@jAGd}{{{h{{Jf{c}}}}{h{AKl}}{h{AG`}}}AMnAGd}0{{{h{{Jf{c}}}}{h{AKl}}{h{AG`}}{h{{Ad{A`}}}}}AMnAGd}{{{h{{Jf{c}}}}{h{AKl}}{h{AG`}}{h{Ahe}}}AMnAGd{D@dD@l}}{{}{{Jf{D@n}}}}{{{h{AH`}}}{{Dh{{h{AOf}}}}}}{{{h{AHj}}}{{Dh{{h{AOf}}}}}}{{{h{AHh}}}{{Dh{{h{AOf}}}}}}{{{h{CNf}}}{{Dh{{h{AOf}}}}}}{{{h{AGf}}}{{Dh{{h{AOf}}}}}}{{{COd{}{{CO`{c}}{COb{e}}}}{h{{Jf{g}}}}{Dh{Mb}}}c{}{}Jn}{{AG`{h{{Jf{c}}}}{Dh{Mb}}}CNdJn}{JjBBb}{ACjJd}{CNdAG`}{{{h{c}}}e{}{}}000000000000{{{h{c}}}Ih{}}0000000{JjA`}{c{{Dn{e}}}{}{}}0{A`{{Dn{Jj}}}}{BBb{{Dn{Jj}}}}222222222222222222222222{{{h{c}}}Il{}}000000000000{{}{{Jf{DA`}}}}{{{h{{Jf{c}}}}{h{AKl}}{h{C@j}}{h{AEd}}}{{Dn{BfJl}}}Jn}{{{h{{Jf{c}}}}{h{AMn}}{h{AKl}}{h{Jd}}}{{Dn{BfJl}}}Jn}{ce{}{}}000000000000{{{h{AG`}}}{{Fd{JdJj}}}}`````````````{{{h{DAb}}}{{h{{ADl{Ed}}}}}}{{{h{c}}}{{h{e}}}{}{}}0{{{h{Ahc}}}{{h{Ahe}}}{}{}}0{e{{Dh{c}}}{CAdBNf}{{Hb{}{{Eh{c}}}}}}{{{h{Ah{Ab{c}}}}}{{Dh{c}}}{CAdBNf}}{{{h{DAb}}}DAb}{{{h{ADn}}}ADn}{{{h{c}}{h{Ahe}}}Bf{}{}}0{{{h{Ahc}}}{{Dn{DAbAC`}}}{ACbACd}}{{{h{DAb}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DAb}}{h{DAb}}}Ed}{{{h{ADn}}{h{ADn}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}000{{{h{DAb}}{h{Ah{ADl{D`}}}}{h{Ah{ADl{Df}}}}}{{Dn{KjADn}}}}{{{h{DAb}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{ADn}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}0{ANnADn}{{{h{{Ab{D`}}}}{h{{Ab{Ed}}}}}DAb}{{{h{DAb}}}{{h{{ADl{Kj}}}}}}`{ce{}{}}0{{{h{DAb}}}Df}{{{h{ADn}}}{{Dh{{h{AOf}}}}}}{{{h{c}}}e{}{}}0{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}000`{{{h{c}}}Il{}}066```````````{{{h{c}}}{{h{e}}}{}{}}0{{{h{Ahc}}}{{h{Ahe}}}{}{}}0{{{h{AFj}}}AFj}{{{h{DAd}}}DAd}{{{h{c}}{h{Ahe}}}Bf{}{}}0{{{h{AFj}}{h{AFj}}}Ed}{{{h{DAd}}{h{DAd}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}000{{{h{AFj}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{DAd}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}0{ce{}{}}0{{{h{AFj}}}{{Dh{{h{AOf}}}}}}{{{h{DAd}}}{{Dh{{h{AOf}}}}}}{{{h{c}}}e{}{}}0{{{h{c}}}Ih{}}0{c{{Dn{e}}}{}{}}000{{{h{c}}}Il{}}066{c{{Dn{Bn}}}E`}{{{h{Bn}}c}DnI`}``````````````````{{{h{AhDAf}}DAf}DAf}``{{{h{AhAGb}}}{{h{Ah{Ad{A`}}}}}}{{{h{AhAGb}}}{{h{Ah{Ab{A`}}}}}}{{{h{AGb}}}{{h{{Ad{A`}}}}}}{{{h{AGb}}}{{h{{Ab{A`}}}}}}{{DAfDAf}DAf}{{{h{AhDAf}}DAf}Bf}10{{{h{c}}}{{h{e}}}{}{}}004300{{{h{Ahc}}}{{h{Ahe}}}{}{}}007600{{{h{BA`}}}BA`}{{{h{DAf}}}DAf}{{{h{AGb}}}AGb}{{{h{DAh}}}DAh}{{{h{DAj}}}DAj}{{{h{c}}{h{Ahe}}}Bf{}{}}0000{{{h{DAf}}{h{DAf}}}Bh}{{{h{AGb}}{h{AGb}}}Bh}{{{h{Ahc}}}{{Dn{BA`AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DAfAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{AGbAC`}}}{ACbACd}}{{{h{BA`}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DAf}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{AGb}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{}DAf}{{{h{BA`}}{h{BA`}}}Ed}{{{h{DAf}}{h{DAf}}}Ed}{{{h{AGb}}{h{AGb}}}Ed}{{{h{DAh}}{h{DAh}}}Ed}{{{h{DAj}}{h{DAj}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}000000000{{{h{BA`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DAf}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{AGb}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{DAh}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{DAj}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}{EbDAf}11{BnAGb}22{{{Ad{A`}}}AGb}{cAGb{{AD`{Nj}}}}{{{h{Gd}}}{{Dn{AGb}}}}{{DAfDAf}Ed}{{{h{BA`}}{h{Ahc}}}BfGj}{{{h{DAf}}{h{Ahc}}}BfGj}{{{h{AGb}}{h{Ahc}}}BfGj}{ce{}{}}0000``````{{{h{BEh}}DAf}BA`}{{{h{DAf}}{h{DAf}}}{{Dh{Bh}}}}{{{h{AGb}}{h{AGb}}}{{Dh{Bh}}}}`{{{h{AhDAf}}DAf}DAf}`{{{h{BA`}}}{{Dn{BEhACf}}}}{{{h{DAh}}}{{Dh{{h{AOf}}}}}}{{{h{DAj}}}{{Dh{{h{AOf}}}}}}{AGb{{Ad{A`}}}}{{{h{c}}}e{}{}}0000{{{h{BA`}}}{{Dn{BBn}}}}{{{h{c}}}Ih{}}000{DAfEb}{c{{Dn{e}}}{}{}}000000000{{{h{c}}}Il{}}0000>>>>>````````````{{{h{c}}}{{h{e}}}{}{}}0{{{h{Ahc}}}{{h{Ahe}}}{}{}}0{{{h{DAl}}}DAl}{{{h{BAh}}}BAh}{{{h{c}}{h{Ahe}}}Bf{}{}}0{{{h{Ahc}}}{{Dn{DAlAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{BAhAC`}}}{ACbACd}}{{{h{DAl}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{BAh}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DAl}}{h{DAl}}}Ed}{{{h{BAh}}{h{BAh}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}000{{{h{DAl}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{BAh}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}0{{{h{DAl}}{h{Ahc}}}BfGj}{{{h{BAh}}{h{Ahc}}}BfGj}{ce{}{}}0````{{{h{BAh}}}{{Dn{BEhACf}}}}`{{{h{c}}}e{}{}}0{{{h{BAh}}}{{Dn{BBn}}}}{c{{Dn{e}}}{}{}}000{{{h{c}}}Il{}}055```````````````````````````````````````````{{{h{DAn}}}{{h{Gd}}}}{{{h{c}}}{{h{e}}}{}{}}000{{{h{Ahc}}}{{h{Ahe}}}{}{}}000{{{h{DAn}}}DAn}{{{h{DB`}}}DB`}{{{h{DBb}}}DBb}{{{h{DBd}}}DBd}{{{h{c}}{h{Ahe}}}Bf{}{}}000{{{h{DBb}}}{{h{Gd}}}}{{{h{DBd}}}{{h{Gd}}}}{{{h{DBb}}}DAn}{{{h{DBd}}}DAn}{{{h{Ahc}}}{{Dn{DAnAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DBbAC`}}}{ACbACd}}0{{{h{DAn}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DBb}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DBd}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DAn}}{h{DAn}}}Ed}{{{h{DB`}}{h{DB`}}}Ed}{{{h{DBb}}{h{DBb}}}Ed}{{{h{DBd}}{h{DBd}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0000000{{{h{DAn}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{DB`}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{DBb}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DBd}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}000{{{h{Gd}}}{{Dn{DAn}}}}{ce{}{}}000{{{h{DBb}}}{{h{AGb}}}}{{AGbDBd}DBb}{{{h{DBb}}}{{h{DBd}}}}{{{h{DB`}}}{{Dh{{h{AOf}}}}}}{{{h{c}}}e{}{}}000{{{h{c}}}Ih{}}07{{{AJb{Gd}}}{{Dn{DAn}}}}{c{{Dn{e}}}{}{}}{Ih{{Dn{DAn}}}}111{{{h{Gd}}}{{Dn{DAnDB`}}}}2222{{{h{c}}}Il{}}000;;;;`````````````{{{h{c}}}{{h{e}}}{}{}}00{{{h{Ahc}}}{{h{Ahe}}}{}{}}00{{{h{BAb}}}BAb}{{{h{DBf}}}DBf}{{{h{DBh}}}DBh}{{{h{c}}{h{Ahe}}}Bf{}{}}00{{{h{BAb}}{h{BAb}}}Bh}{{{h{Ahc}}}{{Dn{BAbAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DBfAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DBhAC`}}}{ACbACd}}10{{{h{BAb}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DBf}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DBh}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{BAb}}{h{BAb}}}Ed}{{{h{DBf}}{h{DBf}}}Ed}{{{h{DBh}}{h{DBh}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}00000{{{h{BAb}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DBf}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DBh}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}00{{{h{BAb}}{h{Ahc}}}BfGj}{ce{}{}}00``{{{h{BAb}}}{{Dh{{Ad{A`}}}}}}{{{ADl{Cl}}Cl}DBf}{{{ADl{Cl}}Cl}DBh}{{{h{BAb}}{h{BAb}}}{{Dh{Bh}}}}``{{{h{c}}}e{}{}}00{c{{Dn{e}}}{}{}}00000{{{h{c}}}Il{}}00``777````````{{{h{c}}}{{h{e}}}{}{}}00{{{h{Ahc}}}{{h{Ahe}}}{}{}}00{{{h{DBj}}}DBj}{{{h{DBl}}}DBl}{{{h{DBn}}}DBn}{{{h{c}}{h{Ahe}}}Bf{}{}}00{{{h{Ahc}}}{{Dn{DBjAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DBlAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DBnAC`}}}{ACbACd}}20{{{h{DBj}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DBl}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DBn}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}`{{{h{DBj}}{h{DBj}}}Ed}{{{h{DBl}}{h{DBl}}}Ed}{{{h{DBn}}{h{DBn}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}00000``{{{h{DBj}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DBl}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DBn}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}00`{ce{}{}}00{{{h{c}}}e{}{}}00{c{{Dn{e}}}{}{}}00000`{{{h{c}}}Il{}}00333````{{{h{c}}}{{h{e}}}{}{}}000{{{h{Ahc}}}{{h{Ahe}}}{}{}}000{{{h{DC`}}}DC`}{{{h{DCb}}}DCb}{{{h{DCd}}}DCd}{{{h{DCf}}}DCf}{{{h{c}}{h{Ahe}}}Bf{}{}}000{{{h{DC`}}{h{DC`}}}Bh}{{{h{DCb}}{h{DCb}}}Bh}{{{h{DCd}}{h{DCd}}}Bh}{{{h{DCf}}{h{DCf}}}Bh}`{{{h{Ahc}}}{{Dn{DC`AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DCbAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DCdAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DCfAC`}}}{ACbACd}}3210{{{h{DC`}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DCb}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DCd}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DCf}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DC`}}{h{DC`}}}Ed}{{{h{DCb}}{h{DCb}}}Ed}{{{h{DCd}}{h{DCd}}}Ed}{{{h{DCf}}{h{DCf}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0000000{{{h{DC`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DCb}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DCd}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DCf}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}000{{{h{DC`}}{h{Ahc}}}BfGj}{{{h{DCb}}{h{Ahc}}}BfGj}{{{h{DCd}}{h{Ahc}}}BfGj}{{{h{DCf}}{h{Ahc}}}BfGj}{ce{}{}}000{{{h{DC`}}{h{DC`}}}{{Dh{Bh}}}}{{{h{DCb}}{h{DCb}}}{{Dh{Bh}}}}{{{h{DCd}}{h{DCd}}}{{Dh{Bh}}}}{{{h{DCf}}{h{DCf}}}{{Dh{Bh}}}}`{{{h{c}}}e{}{}}000`{c{{Dn{e}}}{}{}}0000000`{{{h{c}}}Il{}}000`7777```````{{{h{c}}}{{h{e}}}{}{}}00000{{{h{Ahc}}}{{h{Ahe}}}{}{}}00000{{{h{DCh}}}DCh}{{{h{DCj}}}DCj}{{{h{DCl}}}DCl}{{{h{DCn}}}DCn}{{{h{DD`}}}DD`}{{{h{DDb}}}DDb}{{{h{c}}{h{Ahe}}}Bf{}{}}00000{{{h{Ahc}}}{{Dn{DChAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DCjAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DClAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DCnAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DD`AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DDbAC`}}}{ACbACd}}543210{{{h{DCh}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DCj}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DCl}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DCn}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DD`}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DDb}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DCh}}{h{DCh}}}Ed}{{{h{DCj}}{h{DCj}}}Ed}{{{h{DCl}}{h{DCl}}}Ed}{{{h{DCn}}{h{DCn}}}Ed}{{{h{DD`}}{h{DD`}}}Ed}{{{h{DDb}}{h{DDb}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}00000000000`````````{{{h{DCh}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DCj}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DCl}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DCn}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DD`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DDb}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}00000{ce{}{}}00000````````{{{h{c}}}e{}{}}00000{c{{Dn{e}}}{}{}}00000000000{{{h{c}}}Il{}}00000333333```````````{{{h{c}}}{{h{e}}}{}{}}00{{{h{Ahc}}}{{h{Ahe}}}{}{}}00`{{{h{DDd}}}DDd}{{{h{DDf}}}DDf}{{{h{DDh}}}DDh}{{{h{c}}{h{Ahe}}}Bf{}{}}00{{{h{Ahc}}}{{Dn{DDdAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DDfAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DDhAC`}}}{ACbACd}}20{{{h{DDd}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DDf}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DDh}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DDd}}{h{DDd}}}Ed}{{{h{DDf}}{h{DDf}}}Ed}{{{h{DDh}}{h{DDh}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}00000{{{h{DDd}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DDf}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DDh}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}00`{ce{}{}}00`{{DAfA@`BA`BA`EbIhBBb}DDd}````````{{{h{c}}}e{}{}}00{c{{Dn{e}}}{}{}}00000{{{h{c}}}Il{}}00``444`{{{h{BMj}}}{{h{DDj}}}}{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{BMj}}}BMj}{{{h{c}}{h{Ahe}}}Bf{}{}}{{{h{BMj}}{h{BMj}}}Ed}??{{{h{BMj}}{h{AhEl}}}{{Dn{BfEn}}}}0<{{{h{BMj}}}{{h{Gd}}}}<{{{h{BMj}}}{{Dh{{h{AOf}}}}}};{{{h{c}}}Ih{}};;:>````````{{A@`A@`}A@`}`````````````````````````````````````````````````````````````````````````````````````````````99999999999998888888888888{{{h{DDl}}}DDl}{{{h{BKb}}}BKb}{{{h{ALd}}}ALd}{{{h{DDn}}}DDn}{{{h{DE`}}}DE`}{{{h{DEb}}}DEb}{{{h{AKn}}}AKn}{{{h{AE`}}}AE`}{{{h{DEd}}}DEd}{{{h{DEf}}}DEf}{{{h{DEh}}}DEh}{{{h{c}}{h{Ahe}}}Bf{}{}}0000000000{{{h{ALd}}{h{ALd}}}Bh}{{{h{DE`}}{h{DE`}}}Bh}{{{h{DEb}}{h{DEb}}}Bh}{{{h{DEf}}{h{DEf}}}Bh}{{{h{AhDDl}}DDl}Bf}{{{h{AhDEh}}DEh}Bf}{{}DDl}{{}DEh}{c{{Dn{DDl}}}E`}{c{{Dn{DEf}}}E`}{c{{Dn{DEh}}}E`}{DEf{{Dn{ABbAHd}}}}{{{h{DEh}}}{{Dn{ABbAHd}}}}{{{h{DDl}}{h{DDl}}}Ed}{{{h{BKb}}{h{BKb}}}Ed}{{{h{ALd}}{h{ALd}}}Ed}{{{h{DDn}}{h{DDn}}}Ed}{{{h{DE`}}{h{DE`}}}Ed}{{{h{DEb}}{h{DEb}}}Ed}{{{h{AKn}}{h{AKn}}}Ed}{{{h{AE`}}{h{AE`}}}Ed}{{{h{DEd}}{h{DEd}}}Ed}{{{h{DEf}}{h{DEf}}}Ed}{{{h{DEh}}{h{DEh}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}000000000000000000000``{{{h{ABn}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{DDl}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{BKb}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{ALd}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DDn}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{DE`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DEb}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{AKn}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{AE`}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{DEd}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{DEj}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{DEf}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{DEh}}{h{AhEl}}}{{Dn{BfEn}}}}{ACfABn}{ANnABn}{cc{}}{AC`ABn}{GbABn}222{ANnDDn}{BDhDDn}4444{DElAKn}{DEdAKn}{ANnAKn}{DEnAKn}{ANnAE`}9{ANnDEd}::{ANnDEj}{AB`DEf}{ABbDEf}=={{{h{Gd}}}{{Dn{DEf}}}}{DfDEf}{{{h{{ALf{}{{Gf{c}}}}}}BKb{h{{Jf{e}}}}}{{Dn{{Dh{AAn}}c}}}F`AGd}{{{h{DDl}}{h{Ahc}}}BfGj}{{{h{DE`}}{h{Ahc}}}BfGj}{{{h{DEb}}{h{Ahc}}}BfGj}{{{h{DEf}}{h{Ahc}}}BfGj}{{{h{DEh}}{h{Ahc}}}BfGj}```{ce{}{}}000000000000``{{{h{ALd}}{h{ALd}}}{{Dh{Bh}}}}{{{h{DE`}}{h{DE`}}}{{Dh{Bh}}}}{{{h{DEb}}{h{DEb}}}{{Dh{Bh}}}}{{{h{DEf}}{h{DEf}}}{{Dh{Bh}}}}`````````{{{h{DDl}}c}DnI`}{{{h{DEf}}c}DnI`}{{{h{DEh}}c}DnI`}``{{{h{DE`}}}DEb}{{{h{ABn}}}{{Dh{{h{AOf}}}}}}{{{h{DDn}}}{{Dh{{h{AOf}}}}}}{{{h{AKn}}}{{Dh{{h{AOf}}}}}}{{{h{AE`}}}{{Dh{{h{AOf}}}}}}{{{h{DEd}}}{{Dh{{h{AOf}}}}}}{{{h{DEj}}}{{Dh{{h{AOf}}}}}}`````````{DEf{{Dn{AB`AFh}}}}{{{h{DEh}}}{{Dn{AB`AFh}}}}{{{h{c}}}e{}{}}0000000000{{{h{c}}}Ih{}}000000{DEfDf}{c{{Dn{e}}}{}{}}0000000000000000000000000{{{h{c}}}Il{}}000000000000````{{{h{AhDDl}}{h{{Ch{AMh}}}}}{{Dn{{Ch{AAj}}DF`}}}}{{{h{AhDEh}}{h{{Ch{AMh}}}}}{{Dn{{Ch{AAj}}DF`}}}}`{ce{}{}}000000000000`````````````````````{{{h{c}}}{{h{e}}}{}{}}00{{{h{Ahc}}}{{h{Ahe}}}{}{}}00{{{h{{DFb{c}}}}}{{DFb{c}}}{AlBBh{DFd{A`}}{AHb{A`}}}}{{{h{DFf}}}DFf}{{{h{c}}{h{Ahe}}}Bf{}{}}0{{{h{{DFb{c}}}}{h{{DFb{c}}}}}Bh{BjBBh{DFd{A`}}{AHb{A`}}}}{{{h{DFf}}{h{DFf}}}Bh}{{{h{Ahc}}}{{Dn{{DFb{e}}AC`}}}{ACbACd}{BBh{DFd{A`}}{AHb{A`}}}}{{{h{{DFb{c}}}}{h{Ahe}}}{{Dn{FlACf}}}{BBh{DFd{A`}}{AHb{A`}}}{AChACd}}{c{{Dn{{DFb{e}}}}}E`{BBh{DFd{A`}}{AHb{A`}}BAj}}{c{{Dn{DFh}}}E`}{c{{Dn{DFf}}}E`}{{{h{{DFb{c}}}}{h{{DFb{c}}}}}Ed{EfBBh{DFd{A`}}{AHb{A`}}}}{{{h{DFh}}{h{DFh}}}Ed}{{{h{DFf}}{h{DFf}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}00000{{{h{{DFb{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{F`BBh{DFd{A`}}{AHb{A`}}}}{{{h{DFh}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DFf}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}00{{{h{{DFb{c}}}}{h{Ahe}}}Bf{GlBBh{DFd{A`}}{AHb{A`}}}Gj}{{{h{DFf}}{h{Ahc}}}BfGj}{ce{}{}}00```{{{h{{DFb{c}}}}{h{{DFb{c}}}}}{{Dh{Bh}}}{HnBBh{DFd{A`}}{AHb{A`}}}}{{{h{DFf}}{h{DFf}}}{{Dh{Bh}}}}`{{{h{{DFb{c}}}}e}Dn{BBh{DFd{A`}}{AHb{A`}}If}I`}{{{h{DFh}}c}DnI`}{{{h{DFf}}c}DnI`}`{{{h{{DFb{c}}}}}DFf{BBh{DFd{A`}}{AHb{A`}}}}{{{h{c}}}e{}{}}0{{{h{c}}}Ih{}}{DFf{{Dn{{DFb{c}}}}}{BBh{DFd{A`}}{AHb{A`}}}}{c{{Dn{e}}}{}{}}00000{{{h{c}}}Il{}}00``;;;````````````````````````````````````````{{AEd{h{{Jf{c}}}}{h{Jh}}}{{Dn{AEdJl}}}Jn}{{AJl{h{Jh}}}{{Dn{AJlJl}}}}{{{h{AJl}}}}{{{h{AEd}}}}{{{h{AKl}}}}{{{h{AhAJl}}}}{{{h{AhAEd}}}}{{{h{AhAKl}}}}{{{h{AhAEd}}}DFj}{{{h{AEd}}}DFj}{{{h{AJl}}}{{h{{Ad{A`}}}}}}{{{h{AKl}}}{{h{{Ad{A`}}}}}}{{{h{c}}}{{h{e}}}{}{}}00000000000{{{h{Ahc}}}{{h{Ahe}}}{}{}}00000000000{{{h{D@`}}}D@`}{{{h{D@b}}}D@b}{{{h{COl}}}COl}{{{h{D@n}}}D@n}{{{h{DA`}}}DA`}{{{h{COf}}}COf}{{{h{AJl}}}AJl}{{{h{AEd}}}AEd}{{{h{COj}}}COj}{{{h{Jh}}}Jh}{{{h{AKl}}}AKl}{{{h{Jl}}}Jl}{{{h{c}}{h{Ahe}}}Bf{}{}}00000000000{{{h{D@`}}{h{D@`}}}Bh}{{{h{D@b}}{h{D@b}}}Bh}{{{h{COl}}{h{COl}}}Bh}{{{h{D@n}}{h{D@n}}}Bh}{{{h{DA`}}{h{DA`}}}Bh}{{{h{COf}}{h{COf}}}Bh}{{{h{AEd}}{h{AEd}}}Bh}{{{h{COj}}{h{COj}}}Bh}{{{h{Jh}}{h{Jh}}}Bh}{{{h{AKl}}{h{AKl}}}Bh}{{{h{Jl}}{h{Jl}}}Bh}4{{{h{AEd}}{h{AEd}}}{{Dn{AEdJl}}}}{{{h{{Ab{{h{AEd}}}}}}}{{Dn{AEdJl}}}}`{{A`Fl}Bf}000000{c{{Dn{AJl}}}E`}{c{{Dn{AEd}}}E`}{{{h{AJl}}}COh}```{{{h{D@`}}{h{D@`}}}Ed}{{{h{D@b}}{h{D@b}}}Ed}{{{h{COl}}{h{COl}}}Ed}{{{h{D@n}}{h{D@n}}}Ed}{{{h{DA`}}{h{DA`}}}Ed}{{{h{COf}}{h{COf}}}Ed}{{{h{AJl}}{h{AJl}}}Ed}{{{h{AEd}}{h{AEd}}}Ed}{{{h{COj}}{h{COj}}}Ed}{{{h{Jh}}{h{Jh}}}Ed}{{{h{AKl}}{h{AKl}}}Ed}{{{h{Jl}}{h{Jl}}}Ed}4{{{h{c}}{h{e}}}Ed{}{}}00000000000000000000000{{{h{D@`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{D@b}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{COl}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{D@n}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DA`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{COf}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{AJl}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{AEd}}{h{AhEl}}}{{Dn{BfEn}}}}00{{{h{COj}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{Jh}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{AKl}}{h{AhEl}}}{{Dn{BfEn}}}}00{{{h{Jl}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}00000{AG`AJl}{cAJlDFl}2{{{h{AG`}}}AJl}{DFjAEd}{AG`AEd}5{{{h{AG`}}}AEd}66{AJlJh}{LjAKl}8{LlAKl}{LnAKl}{cAKlDFl};{COjJl}{{{Ad{A`}}}{{Dn{JhDFn}}}}{{{Ad{A`}}}AKl}{{{h{{Ab{A`}}}}}{{Dn{AKlJl}}}}{DG`AEd}=:3{{{h{{Jf{c}}}}{h{AJl}}}AEdAGd}{{{h{{Ab{A`}}}}}{{Dn{AJlJl}}}}{{{h{{Ab{A`}}}}}{{Dn{AEdJl}}}}4{{{h{Gd}}}{{Dn{AJlJl}}}}{{{h{Gd}}}{{Dn{AEdJl}}}}{{JdJj}AEd}{{{h{D@`}}{h{Ahc}}}BfGj}{{{h{D@b}}{h{Ahc}}}BfGj}{{{h{COl}}{h{Ahc}}}BfGj}{{{h{D@n}}{h{Ahc}}}BfGj}{{{h{DA`}}{h{Ahc}}}BfGj}{{{h{COf}}{h{Ahc}}}BfGj}{{{h{AEd}}{h{Ahc}}}BfGj}{{{h{COj}}{h{Ahc}}}BfGj}{{{h{Jh}}{h{Ahc}}}BfGj}{{{h{AKl}}{h{Ahc}}}BfGj}{{{h{Jl}}{h{Ahc}}}BfGj}``{{{h{AJl}}c}h{}}{{{h{Jh}}c}h{}}{{{h{AKl}}c}h{}}{ce{}{}}00000000000{DFl{{Ad{A`}}}}{{{h{AJl}}{h{{Jf{c}}}}}AG`AGd}{{AJl{h{Jh}}}{{Dn{AJlJl}}}}{{AEd{h{{Jf{c}}}}{h{Jh}}}{{Dn{AEdJl}}}Jn}{AJlAJl}{{AEd{h{{Jf{c}}}}}AEdJn}{{{h{Ahc}}}AJl{D@dACd}}{{{h{AhAJl}}}Bf}{{{h{AhJh}}}Bf}{{{h{D@`}}{h{D@`}}}{{Dh{Bh}}}}{{{h{D@b}}{h{D@b}}}{{Dh{Bh}}}}{{{h{COl}}{h{COl}}}{{Dh{Bh}}}}{{{h{D@n}}{h{D@n}}}{{Dh{Bh}}}}{{{h{DA`}}{h{DA`}}}{{Dh{Bh}}}}{{{h{COf}}{h{COf}}}{{Dh{Bh}}}}{{{h{AEd}}{h{AEd}}}{{Dh{Bh}}}}{{{h{COj}}{h{COj}}}{{Dh{Bh}}}}{{{h{Jh}}{h{Jh}}}{{Dh{Bh}}}}{{{h{AKl}}{h{AKl}}}{{Dh{Bh}}}}{{{h{Jl}}{h{Jl}}}{{Dh{Bh}}}}{{{h{AJl}}{h{{Jf{c}}}}}AEdAGd}{{}Jh}{cJhD@d}``{{{h{AJl}}}{{Ad{A`}}}}{{{h{AJl}}c}DnI`}{{{h{AEd}}c}DnI`}{{{h{AEd}}}{{Ad{A`}}}}0{{{h{Jl}}}{{Dh{{h{AOf}}}}}}{Jh{{Ad{A`}}}}{{{h{Ml}}}Ml}{{{h{ALl}}}ALl}2{{{h{c}}}e{}{}}00000000000{{{h{AEd}}}AAj}{{{h{ALn}}}ALn}{{{h{n}}}n}{{{h{c}}}Ih{}}000{c{{Dn{e}}}{}{}}00000000000000000000000{{{h{c}}}Il{}}00000000000{{{h{AEd}}{h{{Jf{c}}}}{h{AKl}}{h{C@j}}}{{Dn{BfJl}}}Jn}{ce{}{}}00000000000{{{h{AJl}}{h{{Jf{c}}}}}{{Fd{JdJj}}}AGd}{{{h{AEd}}}{{Fd{JdJj}}}}`````````````````{{{h{DGb}}}{{h{{Ab{A`}}}}}}0{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{DGb}}}DGb}{{{h{c}}{h{Ahe}}}Bf{}{}}{{{h{DGb}}{h{DGb}}}Bh}{c{{Dn{DGb}}}E`}{{{h{DGb}}}COh}{{{h{DGb}}{h{DGb}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{DGb}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}{{{Ad{A`}}}DGb}{{{h{{Ab{A`}}}}}{{Dn{DGbJl}}}}{{{h{Gd}}}{{Dn{DGbJl}}}}{{{h{DGb}}{h{Ahc}}}BfGj}{ce{}{}}{{{h{AEd}}{h{AJl}}}DGb}{{{h{AhDGb}}}Bf}{{{h{DGb}}{h{DGb}}}{{Dh{Bh}}}}{{{h{DGb}}}{{Ad{A`}}}}{{{h{DGb}}c}DnI`}{{{h{AEd}}{h{AJl}}}{{Ad{A`}}}}{{{h{c}}}e{}{}}{c{{Dn{e}}}{}{}}0{{{h{c}}}Il{}}9````{{{h{D@j}}}}{{{h{C@j}}}}{{{h{AhD@j}}}}{{{h{AhC@j}}}}{{{h{AhD@j}}}DGd}{{{h{AhC@j}}}DGf}{{{h{D@j}}}DGd}{{{h{C@j}}}DGf}{{{h{DGh}}}{{h{{Ab{A`}}}}}}{{{h{c}}}{{h{e}}}{}{}}0010{{{h{Ahc}}}{{h{Ahe}}}{}{}}000{{{h{DGh}}}Fl}{{{h{DGj}}}DGj}{{{h{D@j}}}D@j}{{{h{DGh}}}DGh}{{{h{C@j}}}C@j}{{{h{c}}{h{Ahe}}}Bf{}{}}000{{{h{DGj}}{h{DGj}}}Bh}{{{h{D@j}}{h{D@j}}}Bh}{{{h{DGh}}{h{DGh}}}Bh}{{{h{C@j}}{h{C@j}}}Bh}0<{c{{Dn{C@j}}}E`}{{{h{DGj}}{h{DGj}}}Ed}{{{h{D@j}}{h{D@j}}}Ed}{{{h{DGh}}{h{{Ab{A`}}}}}Ed}{{{h{DGh}}{h{DGh}}}Ed}{{{h{C@j}}{h{C@j}}}Ed}0{{{h{c}}{h{e}}}Ed{}{}}0000000{{{h{DGj}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{D@j}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DGh}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{C@j}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}{DGdD@j}11{C@jDGh}{{{h{C@j}}}DGh}3{DGfC@j}{{{h{{Ab{A`}}}}DGj}{{Dn{D@jJl}}}}{{{h{{Ab{A`}}}}}{{Dn{C@jJl}}}}00{BBb{{Dn{DGjJl}}}}4{{{h{Gd}}}{{Dn{C@jJl}}}}{{{h{D@j}}{h{Ahc}}}BfGj}{{{h{DGh}}{h{Ahc}}}BfGj}{{{h{C@j}}{h{Ahc}}}BfGj}{ce{}{}}000{DGh}{{{h{DGh}}}}{{{h{DGh}}}Ed}{{{h{DGh}}}Fl}{{{h{AhC@j}}}Bf}{{{h{DGj}}{h{DGj}}}{{Dh{Bh}}}}{{{h{D@j}}{h{D@j}}}{{Dh{Bh}}}}{{{h{DGh}}{h{{Ab{A`}}}}}{{Dh{Bh}}}}{{{h{DGh}}{h{DGh}}}{{Dh{Bh}}}}{{{h{C@j}}{h{C@j}}}{{Dh{Bh}}}}{{{h{C@j}}c}DnI`}{{{h{D@j}}}{{Fd{DGj{Ad{A`}}}}}}{{{h{C@j}}}{{Ad{A`}}}}{{{h{C@j}}}DGh}`{DGjBBb}{{{h{c}}}e{}{}}000{{{h{DGh}}}{{Dn{C@jJl}}}}{{{h{D@j}}}C@j}{{{h{c}}}Ih{}}0{c{{Dn{e}}}{}{}}00{DGh{{Dn{C@j}}}}{{{h{DGh}}}{{Dn{C@j}}}}22222{{{h{c}}}Il{}}000{ce{}{}}000``{{{h{DGl}}}{{h{{Ab{A`}}}}}}{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{DGl}}}DGl}{{{h{c}}{h{Ahe}}}Bf{}{}}{{{h{DGl}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}7{c{{H`{g}}}{}{}{{Hb{}{{Eh{e}}}}}}8{{{h{AhDGl}}}Dh}0{{{h{AhDGl}}Fl}Dh}{{{h{DGl}}}{{Fd{Fl{Dh{Fl}}}}}}{{{h{c}}}e{}{}}{c{{Ij{i}}}{}{}{}{{Hb{}{{Eh{{Dn{eg}}}}}}}}{c{{Dn{e}}}{}{}}0?>`````{{{h{DG`}}}}{{{h{AhDG`}}}}{{{h{DGn}}}{{h{{Ad{A`}}}}}}???>>>{{{h{DG`}}}DG`}{{{h{DGn}}}DGn}{{{h{DH`}}}DH`}???{{{h{DG`}}{h{DG`}}}Bh}{{{h{DGn}}{h{DGn}}}Bh}{{{h{DH`}}{h{DH`}}}Bh}{{{h{DG`}}{h{DG`}}}Ed}{{{h{DGn}}{h{DGn}}}Ed}{{{h{DH`}}{h{DH`}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}00000{{{h{DG`}}{h{AhEl}}}{{Dn{BfEn}}}}00{{{h{DGn}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DH`}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}00{{{Ad{A`}}}DG`}{AEdDG`}{{{h{{Jf{c}}}}AJl{Dh{{Ad{A`}}}}}DG`Jn}{{{Ad{A`}}}DGn}{{{h{Gd}}}{{Dn{DG`}}}}{{{h{DG`}}{h{Ahc}}}BfGj}{{{h{DGn}}{h{Ahc}}}BfGj}{{{h{DH`}}{h{Ahc}}}BfGj}{ce{}{}}00{{AJl{Ad{A`}}}DG`}{{{h{DG`}}{h{DG`}}}{{Dh{Bh}}}}{{{h{DGn}}{h{DGn}}}{{Dh{Bh}}}}{{{h{DH`}}{h{DH`}}}{{Dh{Bh}}}}{{DG`DG`AJlDH`{Dh{{h{{Ab{A`}}}}}}}DGn}{{DG`DG`AJlDH`c}DGn{{Hj{{Ad{A`}}{Ad{A`}}{Ad{A`}}}{{Hh{DGn}}}}}}{{{h{DG`}}}{{Ad{A`}}}}{{{h{c}}}e{}{}}00{DGn{{Ad{A`}}}}{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}00000{{{h{c}}}Il{}}00<<<``````````````````````````{{{h{{DHd{}{{DHb{c}}}}}}}c{}}{{{h{DFj}}}}{{{h{DGf}}}}{{{h{Mh}}}}{{{h{CN`}}}}{{{h{DHf}}}}{{{h{Ah{DHd{}{{DHb{c}}}}}}}c{}}{{{h{AhDFj}}}}{{{h{AhDGf}}}}{{{h{AhMh}}}}{{{h{AhCN`}}}}{{{h{AhDHf}}}}{{{h{DFj}}}{{h{{Ad{A`}}}}}}{{{h{DGf}}}{{h{{Ad{A`}}}}}}{{{h{Mh}}}{{h{{Ad{A`}}}}}}{{{h{CN`}}}{{h{{Ad{A`}}}}}}{{{h{DHf}}}{{h{{Ad{A`}}}}}}{{{h{c}}}{{h{e}}}{}{}}000000{{{h{Ahc}}}{{h{Ahe}}}{}{}}000000{{{h{CNl}}}CNl}{{{h{DFj}}}DFj}{{{h{DGf}}}DGf}{{{h{Mh}}}Mh}{{{h{CN`}}}CN`}{{{h{DHf}}}DHf}{{{h{c}}{h{Ahe}}}Bf{}{}}00000{{{h{DFj}}{h{DFj}}}Bh}{{{h{DGf}}{h{DGf}}}Bh}{{{h{Mh}}{h{Mh}}}Bh}{{{h{CN`}}{h{CN`}}}Bh}{{{h{DHf}}{h{DHf}}}Bh}43210{{CNlDGfA`Fl}BBb}{{{h{DFj}}{h{DFj}}}Ed}{{{h{DGf}}{h{DGf}}}Ed}{{{h{Mh}}{h{Mh}}}Ed}{{{h{CN`}}{h{CN`}}}Ed}{{{h{DHf}}{h{DHf}}}Ed}43210{{{h{c}}{h{e}}}Ed{}{}}000000000{{{h{CNl}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DFj}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DGf}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{Mh}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{CN`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DHf}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}000000{{{Ad{A`}}}DHf}{{{Ad{A`}}}DFj}{{{Ad{A`}}}DGf}{{{Ad{A`}}}Mh}{{{Ad{A`}}}CN`}{{{h{DFj}}{h{Ahc}}}BfGj}{{{h{DGf}}{h{Ahc}}}BfGj}{{{h{Mh}}{h{Ahc}}}BfGj}{{{h{CN`}}{h{Ahc}}}BfGj}{{{h{DHf}}{h{Ahc}}}BfGj}``{{{h{DFj}}c}h{}}{{{h{DGf}}c}h{}}{{{h{Mh}}c}h{}}{{{h{CN`}}c}h{}}{{{h{DHf}}c}h{}}{ce{}{}}000000{{{Dh{{DHj{A`A`FlA`A`A`FlDHh}{{Hh{BBb}}}}}}DHh}DHl}{{}DFj}{{}DGf}{{}Mh}{{}CN`}{{{h{AhCN`}}}Bf}{{{h{Ahc}}c}Bf{}}{{{h{DFj}}{h{DFj}}}{{Dh{Bh}}}}{{{h{DGf}}{h{DGf}}}{{Dh{Bh}}}}{{{h{Mh}}{h{Mh}}}{{Dh{Bh}}}}{{{h{CN`}}{h{CN`}}}{{Dh{Bh}}}}{{{h{DHf}}{h{DHf}}}{{Dh{Bh}}}}`{Df{{CNn{CNl}}}}{{{CNn{CNl}}}Bf}{{BBdDHh}Bf}021`{{CNl{CNn{DHh}}}{{CNn{CNl}}}}{CNlFl}{{{CNn{DHh}}Df}{{CNn{CNl}}}}4{DfFl}{{{CNn{CNl}}A`}BBb}{{CNlDFjDFj}BBb}{{CNlDFjDFjFl}BBb}{{CNlDFjA`}BBb}{{CNlDFj}BBb}{{CNlDFjA`Fl}BBb}{{CNlA`FlDFjDf}BBb}33{{CNlA`}BBb}{{CNlA`A`}BBb}01{{CNlA`DFjA`{Dh{{DHj{A`A`A`DHh}{{Hh{BBb}}}}}}DHh}BBb}`{{CNlDGfA`A`{Dh{{DHj{A`A`A`A`DHhDf}{{Hh{BBb}}}}}}DHh}BBb}{{CNlDGfDGf}BBb}{{CNlDGfA`}BBb}{{CNlDGfA`Fl}BBb}{{CNlA`DGf}BBb}{{CNlA`FlDGf}BBb}{{CNlDGfA`DFj}BBb}{{CNlA`A`A`}BBb}9{{CNlA`DFjA`}BBb}{{CNlA`A`A`A`BBb{Dh{{DHj{A`A`A`A`DHh}{{Hh{BBb}}}}}}DHh}BBb}`{{CNlCN`A`}BBb}{{CNlDFjCN`}BBb}{{CNlA`CN`}BBb}{{CNlMhBBbCN`}BBb}3```{{CNlA`A`CN`A`}BBb}{{CNlA`A`FlCN`DHl}BBb}{{CNlA`A`FlMh}BBb}{{CNlMhMh}BBb}{{CNlMhBBbDFj}BBb}{{CNlMhA`}BBb}{{CNlA`Mh}BBb}{{CNlDFjMhA`}BBb}{{CNlA`BBbMhA`}BBb}{DHf{{Ad{A`}}}}{{{h{c}}}e{}{}}00000{c{{Dn{e}}}{}{}}0000000000000{{{h{c}}}Il{}}000000`{DFj{{Ad{A`}}}}{DGf{{Ad{A`}}}}{Mh{{Ad{A`}}}}{CN`{{Ad{A`}}}}{ce{}{}}000000`{{{h{DGd}}}}{{{h{AhDGd}}}}{{{h{DGd}}}{{h{{Ad{A`}}}}}}{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{DGd}}}DGd}{{{h{c}}{h{Ahe}}}Bf{}{}}{{{h{DGd}}{h{DGd}}}Bh}0{{}DGd}{{{h{DGd}}{h{DGd}}}Ed}0{{{h{c}}{h{e}}}Ed{}{}}0{{{h{DGd}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}{{{h{DGd}}{h{Ahc}}}BfGj}{{{h{DGd}}c}h{}}?6{{{h{DGd}}{h{DGd}}}{{Dh{Bh}}}}{{CNlDFjDGdA`}BBb}{{CNlDGfDGd}BBb}{{CNlDGdA`BBb}BBb}{{CNlA`BBbDGd}BBb}{{CNlDGdA`A`{Dh{{DHj{A`A`A`A`DHhDf}{{Hh{BBb}}}}}}DHh}BBb}{{{h{c}}}e{}{}}{c{{Dn{e}}}{}{}}0{{{h{c}}}Il{}}{ce{}{}}``{{{h{c}}}{{h{e}}}{}{}}0{{{h{Ahc}}}{{h{Ahe}}}{}{}}0`````{{{h{D@f}}}D@f}{{{h{c}}{h{Ahe}}}Bf{}{}}{{}D@f}{{{h{DHh}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}077`:999988772```````````{{}{{CAd{}{{CA`{c}}{CAb{e}}}}}CAf{CAhBBh}}{{}{{DHn{c}}}CAd}{{{h{{CAd{}{{CA`{c}}{CAb{e}}}}}}}{{h{e}}}CAf{CAhBBh}}{{{h{{DHn{c}}}}}hCAd}::{{{h{{DHn{c}}}}}{{h{{Ab{A`}}}}}CAd};:::`{{{h{{DI`{c}}}}}{{DI`{c}}}{AlCAd}}{{{h{Gb}}}Gb}{{{h{{DHn{c}}}}}{{DHn{c}}}{AlCAd}};;;{{{h{{DHn{c}}}}{h{{DHn{c}}}}}Bh{BjCAd}}{{}{{DI`{c}}}CAd}{c{{Dn{{DHn{e}}}}}E`{CAdBAj}}{{{h{Ahc}}Ed}{{Dn{BfACf}}}{}}{{{h{Ahc}}BB`}{{Dn{BfACf}}}{}}{{{h{Ahc}}BBb}{{Dn{BfACf}}}{}}{{{h{Ahc}}A@`}{{Dn{BfACf}}}{}}{{{h{Ahc}}BBd}{{Dn{BfACf}}}{}}{{{h{Ahc}}{h{{Ab{A`}}}}}{{Dn{BfACf}}}{}}{{{h{Ahc}}AEl}{{Dn{BfACf}}}{}}{{{h{Ahc}}Df}{{Dn{BfACf}}}{}}{{{h{Ahc}}Eb}{{Dn{BfACf}}}{}}{{{h{Ahc}}A`}{{Dn{BfACf}}}{}}{{}c{}}{{{h{Gb}}{h{Gb}}}Ed}{{{h{{DHn{c}}}}{h{{DHn{c}}}}}Ed{EfCAd}}{{{h{c}}{h{e}}}Ed{}{}}000{{{h{Gb}}}Fl}{{{h{Ah{DI`{c}}}}}{{Dn{BfBBn}}}CAd}{{{h{Ah{DI`{c}}}}}{{Dn{BfACf}}}CAd}{{{h{Gb}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{{DHn{c}}}}{h{AhEl}}}{{Dn{BfEn}}}CAd}00{cc{}}00{c{{CAd{}{{CA`{e}}{CAb{c}}}}}{CAhBBh}CAf}{{}{{DHn{c}}}CAd}{c{{CAd{}{{CA`{c}}{CAb{e}}}}}CAf{CAhBBh}}{{{DI`{c}}}{{DHn{c}}}CAd}{{}{{DI`{c}}}CAd}{{{h{{Ab{A`}}}}}{{Dn{{CAd{}{{CA`{c}}{CAb{e}}}}Gb}}}CAf{CAhBBh}}{{{h{{Ab{A`}}}}}{{Dn{{DHn{c}}Gb}}}CAd}{{{h{Gd}}}{{Dn{{DHn{c}}}}}{CAdDIb}}{{{h{{Ab{A`}}}}}{{CAd{}{{CA`{c}}{CAb{e}}}}}CAf{CAhBBh}}{{{h{{DHn{c}}}}{h{Ahe}}}Bf{GlCAd}Gj}{e{{CAd{}{{CA`{g}}{CAb{i}}}}}{{AD`{{Ab{A`}}}}}{{Ej{}{{Eh{c}}}}}CAf{CAhBBh}}``{{{h{{DHn{c}}}}Fl}{{h{A`}}}CAd}{{{h{{DHn{c}}}}{AIh{Fl}}}{{h{{Ab{A`}}}}}CAd}{{{h{{DHn{c}}}}{AId{Fl}}}{{h{{Ab{A`}}}}}CAd}{{{h{{DHn{c}}}}AIb}{{h{{Ab{A`}}}}}CAd}{{{h{{DHn{c}}}}{AIj{Fl}}}{{h{{Ab{A`}}}}}CAd}{{{h{Ah{CAf{}{{CAj{c}}}}}}{h{{Ab{A`}}}}}Bf{}}{{{h{Ah{DI`{c}}}}{h{{Ab{A`}}}}}BfCAd}{ce{}{}}00{{{h{Gb}}}Fl}{{{h{{CAf{}{{CAj{c}}}}}}}c{}}{{{h{{DI`{c}}}}}{}CAd}{{{h{{CAf{}{{CAj{c}}}}}}}Fl{}}{{{h{{DI`{c}}}}}FlCAd}{{{h{{Ab{A`}}}}}{{DI`{c}}}CAd}{{{h{{DHn{c}}}}{h{{DHn{c}}}}}{{Dh{Bh}}}{HnCAd}}`{{{h{{DHn{c}}}}e}Dn{CAdIf}I`}`{{{CAd{}{{CA`{c}}{CAb{e}}}}}eCAf{CAhBBh}}{{{DHn{c}}}{}CAd}{{{h{c}}}e{}{}}00{{{h{c}}}Ih{}}0{c{{Dn{e}}}{}{}}00000{{{h{c}}}Il{}}00>>>{{{h{Ah{DI`{c}}}}{h{{Ab{A`}}}}}{{Dn{FlBBn}}}CAd}{{{h{Ah{DI`{c}}}}{h{{Ab{A`}}}}}{{Dn{FlACf}}}CAd}`````````{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{DId}}}{{Dh{{DIf{Df}}}}}}`{{{h{AhD@d}}{h{Ahc}}}Bf{DIhACd}}{{{h{AhDIj}}{h{Ah{Ab{A`}}}}}Bf}{{{h{DId}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}{{{DIf{Df}}}DId}{DIlDId}{{}{{DJ`{}{{DIn{c}}}}}{DJb{DJd{{Ab{A`}}}}}}{c{{Dn{{DJ`{}{{DIn{e}}}}DId}}}DIj{DJb{DJd{{Ab{A`}}}}}}{c{{DJ`{}{{DIn{c}}}}}{DJb{DJd{{Ab{A`}}}}}}{{{h{AhD@d}}}c{}}{{{h{AhD@d}}ADb}Ed}{{{h{AhD@d}}e}cDJf{{DJh{c}}}}{{{h{AhD@d}}DfDf}Ed}{{{h{DId}}}{{h{AOf}}}}{ce{}{}}{cDId{{AHb{{AJb{AOf}}}}}}{{{h{AhDIj}}}Df}{{{h{AhDIj}}}Eb}`{{}c{}}{{{h{DId}}}{{Dh{BBb}}}}{{{h{AhDIj}}{h{Ah{Ab{A`}}}}}{{Dn{FlBBn}}}}`{{{h{AhD@d}}e}c{}{{DJj{c}}}}{{D@de}{{DJl{eD@dc}}}{}{{DJj{c}}}}{Eb{{DJ`{}{{DIn{c}}}}}{DJb{DJd{{Ab{A`}}}}}}`{{{h{DId}}}{{Dh{{h{AOf}}}}}}{DId{{AJb{AOf}}}}{{}DJn}{{{h{c}}}Ih{}}{{{h{AhDIh}}{h{Ahc}}}{{Dn{BfDId}}}{D@dACd}}{{{h{AhD@d}}{h{Ahc}}}{{Dn{BfDId}}}{DIhACd}}{{{h{AhDIj}}{h{Ah{Ab{A`}}}}}{{Dn{BfDId}}}}{c{{Dn{e}}}{}{}}0{{{h{c}}}Il{}}{ce{}{}}```````````````````{{{h{DK`}}{h{Ahc}}{h{AhIh}}Fl}Bf{D@dACd}}{{{h{DKb}}{h{Ahc}}{h{AhIh}}Fl}Bf{D@dACd}}{{{h{DKd}}{h{Ahc}}{h{AhIh}}Fl}Bf{D@dACd}}{{{h{c}}}{{h{e}}}{}{}}00000000000{{{h{Ahc}}}{{h{Ahe}}}{}{}}00000000000{c{{Dh{In}}}{}}{c{{Dh{Cj}}}{}}{{{h{DKf}}}DKf}{{{h{DKh}}}DKh}{{{h{DKj}}}DKj}{{{h{DKl}}}DKl}{{{h{DKb}}}DKb}{{{h{{DKn{c}}}}}{{DKn{c}}}Al}{{{h{{DL`{c}}}}}{{DL`{c}}}{AlDJfHn}}{{{h{DLb}}}DLb}{{{h{{DLd{c}}}}}{{DLd{c}}}{AlDJf}}{{{h{DKd}}}DKd}{{{h{c}}{h{Ahe}}}Bf{}{}}000000000{{{h{DKf}}{h{DKf}}}Ed}{{{h{DKh}}{h{DKh}}}Ed}{{{h{{DL`{c}}}}{h{{DL`{c}}}}}Ed{EfDJfHn}}{{{h{DLb}}{h{DLb}}}Ed}{{{h{{DLd{c}}}}{h{{DLd{c}}}}}Ed{EfDJf}}{{{h{c}}{h{e}}}Ed{}{}}000{{{h{DKf}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DKh}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{{DJl{ceg}}}}{h{AhEl}}}{{Dn{BfEn}}}F`F`F`}{{{h{{DLf{cegi}}}}{h{AhEl}}}{{Dn{BfEn}}}F`F`F`F`}{{{h{DKj}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DKl}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DKb}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{{DKn{c}}}}{h{AhEl}}}{{Dn{BfEn}}}F`}{{{h{{DL`{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{F`DJfHn}}{{{h{DLb}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{{DLd{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{F`DJf}}{{{h{DKd}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}000000000{{{AIh{c}}}{{DLd{c}}}DJf}{{{AIl{c}}}{{DLd{c}}}DJf}22{{DfDf}{{Dn{DKfDKh}}}}{ce{}{}}00000000000{c{{H`{g}}}{}{}{{Hb{}{{Eh{e}}}}}}1{{DJjg}{{DLf{DJjgce}}}{}{}{{AFd{c}{{Hh{e}}}}}}{ADb{{Dn{DKfDKh}}}}{{{h{{Ab{c}}}}}{{Dn{{DKn{c}}DLh}}}{}}{c{{Dn{{DL`{e}}DLb}}}Ej{DLjAlDJbDJfHn}}{{eg}{{DLd{c}}}DJf{{DLl{c}}}{{DLl{c}}}}0{{{h{Ah{DJl{egc}}}}}{{Dh{c}}}{}{{DJj{c}}}D@d}{{{h{DJj}}{h{Ahc}}}e{D@dACd}{}}{{{h{DKf}}{h{Ahc}}}Ed{D@dACd}}{{{h{{DLf{eicg}}}}{h{Ahk}}}g{}{{DJj{c}}}{}{{AFd{c}{{Hh{g}}}}}{D@dACd}}{{{h{DKj}}{h{Ahc}}}CFb{D@dACd}}{{{h{DKj}}{h{Ahc}}}ADb{D@dACd}}{{{h{DKl}}{h{Ahc}}}ADb{D@dACd}}{{{h{DKl}}{h{Ahc}}}CFb{D@dACd}}{{{h{DKb}}{h{Ahc}}}A`{D@dACd}}{{{h{{DKn{c}}}}{h{Ahe}}}{{h{c}}}{}{D@dACd}}{{{h{{DL`{c}}}}{h{Ahe}}}Fl{DJfHn}{D@dACd}}{{{h{{DLd{c}}}}{h{Ahe}}}cDJf{D@dACd}}{{{h{DKd}}{h{Ahc}}}{{Ad{e}}}{D@dACd}{}}{{{h{DKd}}{h{Ahc}}}Bf{D@dACd}}{{{h{DKd}}{h{Ahc}}}BBd{D@dACd}}2{{{h{DKd}}{h{Ahc}}}BBj{D@dACd}}{{{h{DKd}}{h{Ahc}}}Eb{D@dACd}}{{{h{DKd}}{h{Ahc}}}CFd{D@dACd}}5{{{h{DKd}}{h{Ahc}}}{{DIf{Eb}}}{D@dACd}}{{{h{DKd}}{h{Ahc}}}{{DLn{e}}}{D@dACd}{}}7{{{h{DKd}}{h{Ahc}}}{{Dh{e}}}{D@dACd}{}}88{{{h{DKd}}{h{Ahc}}}{{Fd{egik}}}{D@dACd}{}{}{}{}}{{{h{DKd}}{h{Ahc}}}{{DIf{AEl}}}{D@dACd}}{{{h{DKd}}{h{Ahc}}}{{Fd{egikmoAa}}}{D@dACd}{}{}{}{}{}{}{}};;{{{h{DKd}}{h{Ahc}}}Ed{D@dACd}}{{{h{DKd}}{h{Ahc}}}Df{D@dACd}}={{{h{DKd}}{h{Ahc}}}{{DIf{Df}}}{D@dACd}}{{{h{DKd}}{h{Ahc}}}{{Fd{egikmoAaAcAeAg}}}{D@dACd}{}{}{}{}{}{}{}{}{}{}}??{{{h{DKd}}{h{Ahc}}}A@`{D@dACd}}{{{h{DKd}}{h{Ahc}}}{{Fd{egikm}}}{D@dACd}{}{}{}{}{}}{{{h{DKd}}{h{Ahc}}}{{DIf{Fl}}}{D@dACd}}{{{h{DKd}}{h{Ahc}}}{{Ad{e}}}{D@dACd}{}}0000000{{{h{DKd}}{h{Ahc}}}ADb{D@dACd}}{{{h{DKd}}{h{Ahc}}}AEl{D@dACd}}22222{{{h{DKd}}{h{Ahc}}}BB`{D@dACd}}{{{h{DKd}}{h{Ahc}}}CKf{D@dACd}}{{{h{DKd}}{h{Ahc}}}{{Fd{e}}}{D@dACd}{}}5{{{h{DKd}}{h{Ahc}}}A`{D@dACd}}{{{h{DKd}}{h{Ahc}}}{{Fd{egikmo}}}{D@dACd}{}{}{}{}{}{}}77{{{h{DKd}}{h{Ahc}}}{{Fd{egikmoAaAcAeAgAi}}}{D@dACd}{}{}{}{}{}{}{}{}{}{}{}}{{{h{DKd}}{h{Ahc}}}CFb{D@dACd}}999{{{h{DKd}}{h{Ahc}}}{{DIf{A`}}}{D@dACd}}{{{h{DKd}}{h{Ahc}}}{{Fd{egikmoAaAcAeAgAiAk}}}{D@dACd}{}{}{}{}{}{}{}{}{}{}{}{}}{{{h{DKd}}{h{Ahc}}}{{Fd{egi}}}{D@dACd}{}{}{}}{{{h{DKd}}{h{Ahc}}}{{DIf{ACn}}}{D@dACd}}{{{h{DKd}}{h{Ahc}}}BBb{D@dACd}}>>{{{h{DKd}}{h{Ahc}}}{{Fd{egikmoAaAc}}}{D@dACd}{}{}{}{}{}{}{}{}}{{{h{DKd}}{h{Ahc}}}{{Fd{eg}}}{D@dACd}{}{}}{{{h{DKd}}{h{Ahc}}}{{Fd{egikmoAaAcAe}}}{D@dACd}{}{}{}{}{}{}{}{}{}}{{{h{DKd}}{h{Ahc}}}{{Ad{e}}}{D@dACd}{}}{{{h{DKd}}{h{Ahc}}}ACn{D@dACd}}{{{h{DKd}}{h{Ahc}}}Fl{D@dACd}}{{DJjc}{{DJl{DJjce}}}D@d{}}{{{h{DK`}}{h{Ahc}}Fl}Ih{D@dACd}}{{{h{{DJl{egc}}}}}{{Fd{Fl{Dh{Fl}}}}}{}{{DJj{c}}}D@d}{{{h{c}}}e{}{}}000000000{{{h{c}}}Ih{}}0{c{{Ij{i}}}{}{}{}{{Hb{}{{Eh{{Dn{eg}}}}}}}}{c{{Dn{e}}}{}{}}00000000000000000000000{{{h{c}}}Il{}}00000000000`{{{h{Ah{DL`{c}}}}{h{{Ab{{Fd{Fl{h{c}}}}}}}}}{{Dn{BfDLb}}}{DLjDM`AlDJbDJfHn}}{ce{}{}}00000000000````````````{{{h{DLl}}}{{h{c}}}{}}{{{h{c}}}{{h{e}}}{}{}}000{{{h{Ahc}}}{{h{Ahe}}}{}{}}000{{{h{{DMb{c}}}}}{{DMb{c}}}Al}{{{h{DMd}}}DMd}{{{h{{DMf{c}}}}}{{DMf{c}}}Al}{{{h{DMh}}}DMh}{{{h{c}}{h{Ahe}}}Bf{}{}}000{{{h{{DMb{c}}}}{h{{DMb{c}}}}}EdEf}{{{h{{DMf{c}}}}{h{{DMf{c}}}}}EdEf}{{{h{{DMb{c}}}}{h{AhEl}}}{{Dn{BfEn}}}F`}{{{h{DMd}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{{DMf{c}}}}{h{AhEl}}}{{Dn{BfEn}}}F`}{{{h{DMh}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}000????{{{h{DJh}}}Ed}{{eg}{{DMl{}{{DMj{c}}}}}{}{{DLl{c}}}{{DLl{c}}}}{{ce}{{DMb{CKf}}}DLlDLl}{{ce}{{DMb{CFd}}}DLlDLl}{{ce}{{DMb{Df}}}DLlDLl}{{ce}{{DMb{A@`}}}DLlDLl}{{ce}{{DMb{AEl}}}DLlDLl}{{ce}{{DMb{Fl}}}DLlDLl}{{ce}{{DMb{Eb}}}DLlDLl}{{ce}{{DMb{BBb}}}DLlDLl}{{ce}{{DMb{BB`}}}DLlDLl}{{ce}{{DMb{A`}}}DLlDLl}{{ce}{{DMb{BBd}}}DLlDLl}{{ce}{{DMb{ACn}}}DLlDLl}{{ce}DMdDLlDLl}{{ce}{{DMf{CFb}}}DLlDLl}{{ce}{{DMf{ADb}}}DLlDLl}{{ce}DMhDLlDLl}{{eg}{{DMl{}{{DMj{c}}}}}{}{{DLl{c}}}{{DLl{c}}}};7?=>:9{{ce}{{DMb{CKf}}}DLlDLl}=9765432{{{h{{DMl{}{{DMj{c}}}}}}{h{Ahe}}}c{}{D@dACd}}{{{h{{DMb{ACn}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{A`}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{BBb}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{Fl}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{BBd}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{CKf}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{AEl}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{CFd}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{BB`}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{Df}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{Eb}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{A@`}}}}{h{Ahc}}}{}{D@dACd}}{{{h{DMd}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMf{ADb}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMf{CFb}}}}{h{Ahc}}}{}{D@dACd}}{{{h{DMh}}{h{Ahc}}}DMn{D@dACd}}{{DJh{h{Ahc}}}e{DIjACd}{}}{{eg{h{Ahi}}}c{}{{DLl{c}}}{{DLl{c}}}{D@dACd}}{{ce{h{Ahg}}}{}DLlDLl{D@dACd}}00000000000001000000000000{{{h{c}}}e{}{}}000{c{{Dn{e}}}{}{}}0000000{{{h{c}}}Il{}}000{ce{}{}}000`````````{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{{DN`{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{F`DNb}}{cc{}}4{{{ADl{c}}}{{Dn{{DN`{c}}DLb}}}DNb}7765```````````{{{h{{DNd{}{{Eh{c}}}}}}{h{Ahe}}}{{Dh{{h{c}}}}}{}{D@dACd}}{{DNf{h{Ahc}}}{{Dh{e}}}{D@dACd}{}}{{{h{{DNd{}{{Eh{c}}}}}}{h{Ahe}}Fl}{{DNh{{DNd{}{{Eh{c}}}}c}}}{}{D@dACd}}{{DNf{h{Ahc}}Fl}{{ADl{e}}}{D@dACd}{}}{{DNf{h{Ahc}}{h{Ah{Ab{e}}}}}Fl{D@dACd}{}}{{{h{{DNd{}{{Eh{c}}}}}}{h{Ahe}}Fli}{{Dn{{DNh{{DNd{}{{Eh{c}}}}c}}DLb}}}{}{D@dACd}{{AHb{ADb}}}{{AFd{{h{c}}}{{Hh{g}}}}}}{{{h{Ah{DNd{}{{Eh{c}}}}}}{h{Ahe}}}{{Dh{{h{Ahc}}}}}{}{D@dACd}}5{{{h{{DNd{}{{Eh{c}}}}}}{h{Ahe}}k}{{Dn{{h{c}}DLb}}}{}{D@dACd}{DJfDLjHnAlDJb}{{DLl{g}}}{{AFd{{h{c}}}{{Hh{i}}}}}}{{{h{Ah{DNd{}{{Eh{c}}}}}}{h{Ahe}}k}{{Dn{{h{Ahc}}DLb}}}{}{D@dACd}{DJfDLjHnAlDJb}{{DLl{g}}}{{AFd{{h{c}}}{{Hh{i}}}}}}{{{h{AhD@d}}{h{Ahc}}}Bf{DIhACd}}{{{h{AhDIj}}{h{Ah{Ab{A`}}}}}Bf}{{}{{DJ`{}{{DIn{c}}}}}{DJb{DJd{{Ab{A`}}}}}}{c{{Dn{{DJ`{}{{DIn{e}}}}DId}}}DIj{DJb{DJd{{Ab{A`}}}}}}{c{{DJ`{}{{DIn{c}}}}}{DJb{DJd{{Ab{A`}}}}}}{{{h{AhD@d}}}c{}}{{{h{AhD@d}}ADb}Ed}{{{h{AhD@d}}e}cDJf{{DJh{c}}}}{{{h{AhD@d}}DfDf}Ed}{{DJjg}{{DLf{DJjgce}}}{}{}{{AFd{c}{{Hh{e}}}}}}{{{h{AhDIj}}}Df}{{{h{AhDIj}}}Eb}{{{h{Ah{DNd{}{{Eh{c}}}}}}{h{Ahe}}Fl}{{Fd{{h{Ah{Ab{c}}}}{h{Ah{Ab{c}}}}}}}{}{D@dACd}}{{}c{}}{{{h{DJj}}{h{Ahc}}}e{D@dACd}{}}{{{h{AhD@d}}e}c{}{{DJj{c}}}}{{DJjc}{{DJl{DJjce}}}D@d{}}{{D@de}{{DJl{eD@dc}}}{}{{DJj{c}}}}{Eb{{DJ`{}{{DIn{c}}}}}{DJb{DJd{{Ab{A`}}}}}}{{{h{Ah{DNd{}{{Eh{c}}}}}}{h{Ahe}}}Bf{}{D@dACd}}{{}DJn}{{{h{AhD@d}}{h{Ahc}}}{{Dn{BfDId}}}{DIhACd}}{{{h{AhDIj}}{h{Ah{Ab{A`}}}}}{{Dn{BfDId}}}}````{{{h{Ahc}}}{{h{AhDIj}}}{}}00{{{h{c}}}{{h{e}}}{}{}}00{{{h{Ahc}}}{{h{Ahe}}}{}{}}00{{{h{DNj}}}DNj}{{{h{DNl}}}DNl}{{{h{DJn}}}DJn}{{{h{c}}{h{Ahe}}}Bf{}{}}00{{}DNj}:{{{h{DNl}}{h{DNl}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{AhDNj}}{h{Ah{Ab{A`}}}}}Bf}{{{h{AhDNl}}{h{Ah{Ab{A`}}}}}Bf}{{{h{AhDJn}}{h{Ah{Ab{A`}}}}}Bf}{{{h{DNj}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DNl}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DJn}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}00{c{{Dn{DNlDId}}}DIj}{{}DNl}{ce{}{}}00`{{{h{AhDNj}}}Df}{{{h{AhDNl}}}Df}{{{h{AhDJn}}}Df}{{{h{AhDNj}}}Eb}{{{h{AhDNl}}}Eb}{{{h{AhDJn}}}Eb}{{{h{c}}}e{}{}}00{{{h{AhDNj}}{h{Ah{Ab{A`}}}}}{{Dn{BfDId}}}}{{{h{AhDNl}}{h{Ah{Ab{A`}}}}}{{Dn{BfDId}}}}{{{h{AhDJn}}{h{Ah{Ab{A`}}}}}{{Dn{BfDId}}}}{c{{Dn{e}}}{}{}}00000{{{h{c}}}Il{}}00<<<```{{{h{Ahc}}}{{h{AhDIj}}}{}}{{{h{c}}}{{h{e}}}{}{}}00{{{h{Ahc}}}{{h{Ahe}}}{}{}}00{{{h{{DNn{ce}}}}}{{DNn{ce}}}{DO`DJ`Al}{DIjAl}}{{{h{c}}{h{Ahe}}}Bf{}{}}{{{h{Ah{DOb{c}}}}{h{Ah{Ab{A`}}}}}BfBHb}{{{h{Ah{DNn{ce}}}}{h{Ah{Ab{A`}}}}}Bf{{DO`{}{{Eh{Df}}}}DJ`}DIj}{{{h{{DOb{c}}}}{h{AhEl}}}{{Dn{BfEn}}}F`}{{{h{DOd}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{{DNn{ce}}}}{h{AhEl}}}{{Dn{BfEn}}}{F`DO`DJ`}{F`DIj}}{cc{}}00{ce{}{}}00{c{{DOb{c}}}BHb}{{cEbe}{{DNn{ce}}}{DO`DJ`}DIj}{{{h{Ah{DOb{c}}}}}DfBHb}{{{h{Ah{DNn{ce}}}}}Df{{DO`{}{{Eh{Df}}}}DJ`}DIj}{{{h{Ah{DOb{c}}}}}EbBHb}{{{h{Ah{DNn{ce}}}}}Eb{{DO`{}{{Eh{Df}}}}DJ`}DIj}{{{h{Ah{DNn{ce}}}}}{{Dn{BfDId}}}{DO`DJ`}DIj}{{{h{DOd}}}{{Dh{{h{AOf}}}}}}{{{h{c}}}e{}{}}{{{h{c}}}Ih{}}{{{h{Ah{DOb{c}}}}{h{Ah{Ab{A`}}}}}{{Dn{BfDId}}}BHb}{{{h{Ah{DNn{ce}}}}{h{Ah{Ab{A`}}}}}{{Dn{BfDId}}}{{DO`{}{{Eh{Df}}}}DJ`}DIj}{c{{Dn{e}}}{}{}}00000{{{h{c}}}Il{}}00>>>`{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{DOf}}}DOf}{{{h{c}}{h{Ahe}}}Bf{}{}}{{{h{DOf}}{h{DOf}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{AhDOf}}{h{Ah{Ab{A`}}}}}Bf}{{{h{DOf}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}{ce{}{}}{{EbEb}DOf}{{{h{AhDOf}}}Df}{{{h{AhDOf}}}Eb}{{{h{c}}}e{}{}}{{{h{AhDOf}}{h{Ah{Ab{A`}}}}}{{Dn{BfDId}}}}{c{{Dn{e}}}{}{}}0{{{h{c}}}Il{}}7````{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{{DNd{}{{Eh{c}}}}}}{h{Ahe}}}{{Dh{{h{c}}}}}{}{D@dACd}}{{DNf{h{Ahc}}}{{Dh{e}}}{D@dACd}{}}{{{h{{DNd{}{{Eh{c}}}}}}{h{Ahe}}Fl}{{DNh{{DNd{}{{Eh{c}}}}c}}}{}{D@dACd}}{{DNf{h{Ahc}}Fl}{{ADl{e}}}{D@dACd}{}}{{DNf{h{Ahc}}{h{Ah{Ab{e}}}}}Fl{D@dACd}{}}{{{h{{DNd{}{{Eh{c}}}}}}{h{Ahe}}Fli}{{Dn{{DNh{{DNd{}{{Eh{c}}}}c}}DLb}}}{}{D@dACd}{{AHb{ADb}}}{{AFd{{h{c}}}{{Hh{g}}}}}}{{{h{Ah{DNd{}{{Eh{c}}}}}}{h{Ahe}}}{{Dh{{h{Ahc}}}}}{}{D@dACd}}5{{{h{{DNd{}{{Eh{c}}}}}}{h{Ahe}}k}{{Dn{{h{c}}DLb}}}{}{D@dACd}{DJfDLjHnAlDJb}{{DLl{g}}}{{AFd{{h{c}}}{{Hh{i}}}}}}{{{h{Ah{DNd{}{{Eh{c}}}}}}{h{Ahe}}k}{{Dn{{h{Ahc}}DLb}}}{}{D@dACd}{DJfDLjHnAlDJb}{{DLl{g}}}{{AFd{{h{c}}}{{Hh{i}}}}}}{{{h{{DNh{ce}}}}{h{AhEl}}}{{Dn{BfEn}}}{F`ACd}F`}{cc{}}`{ce{}{}}{c{{H`{g}}}{}{}{{Hb{}{{Eh{e}}}}}}1{{{h{{DNh{ec}}}}}Fl{}{{DOh{Fl}{{Hh{c}}}}ACd}}{{{h{Ah{DNh{ec}}}}}Dh{}{{DOh{Fl}{{Hh{c}}}}ACd}}{{{h{Ah{DNd{}{{Eh{c}}}}}}{h{Ahe}}Fl}{{Fd{{h{Ah{Ab{c}}}}{h{Ah{Ab{c}}}}}}}{}{D@dACd}}{{{h{Ah{DNd{}{{Eh{c}}}}}}{h{Ahe}}}Bf{}{D@dACd}}{{{h{{DNh{ec}}}}}{{Fd{Fl{Dh{Fl}}}}}{}{{DOh{Fl}{{Hh{c}}}}ACd}}{c{{Ij{i}}}{}{}{}{{Hb{}{{Eh{{Dn{eg}}}}}}}}{c{{Dn{e}}}{}{}}0{{{h{c}}}Il{}}9```{{{h{c}}}{{h{e}}}{}{}}00{{{h{Ahc}}}{{h{Ahe}}}{}{}}00{{{h{DOj}}}DOj}{{{h{DOl}}}DOl}{{{h{c}}{h{Ahe}}}Bf{}{}}0{{{h{DOj}}{h{DOj}}}Ed}{{{h{DOj}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DOn}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DOl}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}{{{ADl{Fl}}}DOj}{{{ADl{Df}}}DOj}22{{{h{DOj}}Fl}Fl}{ce{}{}}00{c{{H`{g}}}{}{}{{Hb{}{{Eh{e}}}}}}0{DOjDOl}22{DOj{{ADl{Fl}}}}{{{h{DOj}}}Ed}{{{h{DOj}}}DOn}{{{h{DOj}}}Fl}{{{h{AhDOn}}}{{Dh{Fl}}}}{{{h{AhDOl}}}Dh}{{{h{Ahc}}FlFl}DOj{D@dACd}}{{{h{Ahc}}FlgFl}{{Dn{DOjDLb}}}{D@dACd}{{AHb{ADb}}}{{AFd{Fl}{{Hh{e}}}}}}{{{h{DOn}}}{{Fd{Fl{Dh{Fl}}}}}}{{{h{DOl}}}{{Fd{Fl{Dh{Fl}}}}}}{{{h{c}}}e{}{}}0{c{{Ij{i}}}{}{}{}{{Hb{}{{Eh{{Dn{eg}}}}}}}}0{c{{Dn{e}}}{}{}}00000{{{h{c}}}Il{}}00{ce{}{}}00``{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{DFn}}}DFn}{{{h{c}}{h{Ahe}}}Bf{}{}}{{{h{DFn}}{h{DFn}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{DFn}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}{{{h{DFn}}{h{Ahc}}}BfGj}9={{{h{c}}}Ih{}}<<;:`{{{h{AMn}}}}{{{h{AhAMn}}}}{{{h{AMn}}}{{h{{Ad{A`}}}}}}<;{{{h{AMn}}}AMn}:{{{h{AMn}}{h{AMn}}}Bh}{c{{Dn{AMn}}}E`}{{{h{AMn}}{h{AMn}}}Ed};;{{{h{AMn}}{h{AhEl}}}{{Dn{BfEn}}}}00:{{{h{{Ab{A`}}}}}{{Dn{AMnJl}}}}{{{h{Gd}}}{{Dn{AMnJl}}}}{{{h{AMn}}{h{Ahc}}}BfGj}{{{h{AMn}}c}h{}}{ce{}{}}{{{h{AMn}}{h{AMn}}}{{Dh{Bh}}}}{{{h{AMn}}c}DnI`}{{{h{AMn}}}{{Ad{A`}}}}{{{h{c}}}e{}{}}{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}0{{{h{c}}}Il{}}7`````````````````````````````````````````````````````{{{h{E@`}}}{{h{{Ab{A`}}}}}}{{{h{c}}}{{h{e}}}{}{}}000000000000000{{{h{Ahc}}}{{h{Ahe}}}{}{}}000000000000000{{{h{{E@b{c}}}}}{{E@b{c}}}{Al{Dj{AAf}}}}{{{h{AEn}}}AEn}{{{h{E@d}}}E@d}{{{h{E@f}}}E@f}{{{h{E@h}}}E@h}{{{h{AFh}}}AFh}{{{h{AHd}}}AHd}{{{h{E@j}}}E@j}{{{h{E@`}}}E@`}{{{h{DEl}}}DEl}{{{h{DEn}}}DEn}{{{h{E@l}}}E@l}{{{h{E@n}}}E@n}{{{h{c}}{h{Ahe}}}Bf{}{}}000000000000{{{h{{E@b{c}}}}{h{{E@b{c}}}}}Bh{Bj{Dj{AAf}}}}{{{h{AEn}}{h{AEn}}}Bh}{{{h{E@`}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{E@b{c}}}}{h{{E@b{c}}}}}Ed{Ef{Dj{AAf}}}}{{{h{AEn}}{h{AEn}}}Ed}{{{h{E@d}}{h{E@d}}}Ed}{{{h{E@f}}{h{E@f}}}Ed}{{{h{E@h}}{h{E@h}}}Ed}{{{h{AFh}}{h{AFh}}}Ed}{{{h{AHd}}{h{AHd}}}Ed}{{{h{E@j}}{h{E@j}}}Ed}{{{h{E@`}}{h{E@`}}}Ed}{{{h{DEl}}{h{DEl}}}Ed}{{{h{DEn}}{h{DEn}}}Ed}{{{h{E@l}}{h{E@l}}}Ed}{{{h{E@n}}{h{E@n}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0000000000000000000000000{{{h{{AKj{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{F`{Dj{Cn}}}}{{{h{{E@b{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{F`{Dj{AAf}}}}{{{h{AEn}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{E@d}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{E@f}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{E@h}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{AFh}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{AHd}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{E@j}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{E@`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DEl}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{DEn}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{E@l}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{E@n}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{{EA`{c}}}}{h{AhEl}}}{{Dn{BfEn}}}CBb}{{{h{{EA`{c}}}}{h{AhEl}}}{{Dn{BfEn}}}F`}{cc{}}00000{ANnE@h}11111{E@dDEl}{ANnDEl}{E@fDEl}{E@hDEl}{AMdDEl}66{AMdDEn}{ANnDEn}8{ANnE@n}9{ANn{{EA`{c}}}{}}:{ACf{{EA`{c}}}{}}{{{h{{E@b{c}}}}{h{Ahe}}}Bf{Gl{Dj{AAf}}}Gj}{{{h{AEn}}{h{Ahc}}}BfGj}{{{h{E@`}}{h{Ahc}}}BfGj}`{ce{}{}}000000000000000{{{AKj{c}}}c{{Dj{Cn}}}}{{{EAb{c}}}{{Dn{Edc}}}{}}{{{h{AEn}}}M`}{{{h{{AKj{c}}}}{h{Ahe}}Fl{h{Mf}}g}{{EAb{{EA`{AMd}}}}}{{Dj{Cn}}}{AChACd}{{AHb{Df}}}}{{{h{{AKj{c}}}}Fl{h{Mf}}Df}{{Dn{LjAMd}}}{{Dj{Cn}}}}{{{EAb{c}}g}{{EAb{e}}}{}{}{{BE`{c}{{Hh{e}}}}}}{c{{AKj{c}}}{{Dj{Cn}}}}{{{h{Mf}}AGj}AEn}{{{h{{Ab{A`}}}}}{{Dn{E@`E@n}}}}`{{{h{Ah{AKj{c}}}}Fl{h{Mf}}CjABb}{{Dn{LlDEn}}}{{Dj{Cn}}}}{{{h{Ah{AKj{c}}}}Fl{h{Mf}}CjABb}{{Dn{LlAMd}}}{{Dj{Cn}}}}{{{h{{E@b{c}}}}{h{{E@b{c}}}}}{{Dh{Bh}}}{Hn{Dj{AAf}}}}{{{h{AEn}}{h{AEn}}}{{Dh{Bh}}}}{{{h{Ah{AKj{c}}}}{h{Ahe}}Fl{h{Mf}}CjABb}{{Dn{Bf{EA`{AMd}}}}}{{Dj{Cn}}}{AChACd}}{{{h{E@d}}}{{Dh{{h{AOf}}}}}}{{{h{E@f}}}{{Dh{{h{AOf}}}}}}{{{h{E@h}}}{{Dh{{h{AOf}}}}}}{{{h{AFh}}}{{Dh{{h{AOf}}}}}}{{{h{AHd}}}{{Dh{{h{AOf}}}}}}{{{h{E@j}}}{{Dh{{h{AOf}}}}}}{{{h{DEl}}}{{Dh{{h{AOf}}}}}}{{{h{DEn}}}{{Dh{{h{AOf}}}}}}{{{h{E@l}}}{{Dh{{h{AOf}}}}}}{{{h{E@n}}}{{Dh{{h{AOf}}}}}}{{{h{{EA`{c}}}}}{{Dh{{h{AOf}}}}}AOf}{{{h{Ah{AKj{c}}}}{h{Ahe}}Fl{h{{E@b{g}}}}{Dh{E@`}}{Dh{{Fd{M`Df}}}}AB`}{{Dn{Bf{EA`{DEl}}}}}{{Dj{Cn}}}{AChACd}{{Dj{AAf}}}}{{{h{Ah{AKj{c}}}}Fl{h{{E@b{e}}}}AB`}{{Dn{LnDEl}}}{{Dj{Cn}}}{{Dj{AAf}}}}{{{h{Ah{AKj{c}}}}Fl{h{{E@b{e}}}}gAB`}{{Dn{LnDEl}}}{{Dj{Cn}}}{{Dj{AAf}}}{{AHb{M`}}}}{{{h{Ah{AKj{c}}}}Fl{h{{E@b{e}}}}{Dh{E@`}}{Dh{{Fd{M`Df}}}}AB`}{{Dn{LnDEl}}}{{Dj{Cn}}}{{Dj{AAf}}}}{{{h{c}}}e{}{}}000000000000{{{h{c}}}Ih{}}0000000000{{{h{{AKj{c}}}}}{{h{Cn}}}{{Dj{Cn}}}}{c{{Dn{e}}}{}{}}0000000000000000000000000000000{{{h{c}}}Il{}}000000000000000`{ce{}{}}000000000000000{{{h{Mf}}}AEn}{{{h{Ah{AKj{c}}}}Fl}{{Dh{{h{AhA@j}}}}}{{EAd{Cn}}}}```````{{{h{c}}}{{h{e}}}{}{}}0{{{h{Ahc}}}{{h{Ahe}}}{}{}}0{{{h{EAf}}}EAf}{{{h{EAh}}}EAh}{{{h{c}}{h{Ahe}}}Bf{}{}}0`{{{h{EAf}}{h{EAf}}}Ed}{{{h{EAh}}{h{EAh}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}000{{{h{EAf}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{EAh}}{h{AhEl}}}{{Dn{BfEn}}}}0{ANnEAf}{JlEAf}{cc{}}0{{{h{Gd}}}{{Dn{EAhEAf}}}}{{{h{{Ab{A`}}}}}{{Dn{EAhEAf}}}}1{ce{}{}}0{{{h{EAh}}{h{{Jf{c}}}}{h{K`}}Mj}{{Dn{EdEAf}}}Jn}{{D@jEd}EAh}{{{h{EAh}}{h{{Jf{c}}}}Mj}{{Dn{AAjEAf}}}Jn}{{{h{EAh}}}{{Ad{A`}}}}`{{{h{Gd}}}Mj}{{{h{EAf}}}{{Dh{{h{AOf}}}}}}{EAhIh}{{{h{c}}}e{}{}}0{{{h{c}}}Ih{}}0{c{{Dn{e}}}{}{}}000{{{h{c}}}Il{}}0;;`````````````````````````````````````````````````````{{EAjA`Mb}{{Dn{EAjEAl}}}}{{EAjA`Cd}{{Dn{EAjEAl}}}}{{EAjA`CdAGj}{{Dn{EAjEAl}}}}{{{h{EAn}}}{{Dh{{h{Mb}}}}}}{{{h{BCd}}}{{h{{Ab{Mb}}}}}}{{{h{AhBCd}}}{{h{Ah{Ab{Mb}}}}}}1{{{h{EAn}}}{{Dh{{Fd{{h{Mf}}AGj}}}}}}2{{{h{c}}}{{h{e}}}{}{}}0003000000000000000{{{h{Ahc}}}{{h{Ahe}}}{}{}}0000300000000000000{{{h{AK`}}}AK`}{{{h{EB`}}}EB`}{{{h{BCd}}}BCd}{{{h{AFb}}}AFb}{{{h{EAj}}}EAj}{{{h{EBb}}}EBb}{{{h{EBd}}}EBd}{{{h{EBf}}}EBf}{{{h{EBh}}}EBh}{{{h{EAn}}}EAn}{{{h{AF`}}}AF`}{{{h{EBj}}}EBj}{{{h{AKd}}}AKd}{{{h{EBl}}}EBl}{{{h{AGj}}}AGj}{{{h{EAl}}}EAl}{{{h{EBn}}}EBn}{{{h{c}}{h{Ahe}}}Bf{}{}}0000000000000000{{{h{AK`}}{h{AK`}}}Bh}{{{h{BCd}}{h{BCd}}}Bh}{{{h{AFb}}{h{AFb}}}Bh}{{{h{EAj}}{h{EAj}}}Bh}{{{h{EBh}}{h{EBh}}}Bh}{{{h{EAn}}{h{EAn}}}Bh}{{{h{AF`}}{h{AF`}}}Bh}{{{h{EBj}}{h{EBj}}}Bh}{{{h{AKd}}{h{AKd}}}Bh}{{{h{EBl}}{h{EBl}}}Bh}{{{h{AGj}}{h{AGj}}}Bh}{{EBhEBh}{{Dn{EBhEAl}}}}{{{h{AFb}}{h{{Fd{CdAGj}}}}}{{Dh{AKd}}}}{{{h{{Ab{A`}}}}}{{Dn{BCdEBn}}}}{{{h{{Ab{A`}}}}}{{Dn{AKdEBn}}}}{{}BCd}{{}EAj}{{{h{AF`}}}A`}{{{h{BCd}}}h}{{{h{AhBCd}}}{{h{Ah}}}}{c{{Dn{AK`}}}E`}{c{{Dn{BCd}}}E`}{c{{Dn{EBf}}}E`}{c{{Dn{EBh}}}E`}{c{{Dn{EAn}}}E`}{c{{Dn{AKd}}}E`}{c{{Dn{AGj}}}E`}{{{h{BCd}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{AKd}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{AK`}}{h{AK`}}}Ed}{{{h{EB`}}{h{EB`}}}Ed}{{{h{BCd}}{h{BCd}}}Ed}{{{h{AFb}}{h{AFb}}}Ed}{{{h{EAj}}{h{EAj}}}Ed}{{{h{EBb}}{h{EBb}}}Ed}{{{h{EBd}}{h{EBd}}}Ed}{{{h{EBf}}{h{EBf}}}Ed}{{{h{EBh}}{h{EBh}}}Ed}{{{h{EAn}}{h{EAn}}}Ed}{{{h{AF`}}{h{AF`}}}Ed}{{{h{EBj}}{h{EBj}}}Ed}{{{h{AKd}}{h{AKd}}}Ed}{{{h{EBl}}{h{EBl}}}Ed}{{{h{AGj}}{h{AGj}}}Ed}{{{h{EAl}}{h{EAl}}}Ed}{{{h{EBn}}{h{EBn}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}000000000000000000000000000000000{{EAj{h{{Jf{c}}}}Jd}{{Dn{AFbEAj}}}Jn}{{{h{AK`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{EB`}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BCd}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{AFb}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{EAj}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{EBb}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{EBd}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{EBf}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{EBh}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{EAn}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{AF`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{EBj}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{AKd}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{EBl}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{AGj}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{EAl}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{EBn}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}000{JlEB`}{ANnEB`}{AFhEB`}{{{Ad{Mb}}}BCd}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040044{ANnEBb}5{ANnEBd}66{EBfEBh}77777777{ANnEAl}{ANnEBn}9{A`{{Dn{AGjEBn}}}}{{{h{AF`}}}{{Dh{EBj}}}}{{{h{{Jf{c}}}}JdEBh}AFbJn}{{{h{{Ab{A`}}}}}{{Dn{AK`EB`}}}}{{{h{EAj}}}Ed}{{{h{AK`}}{h{Ahc}}}BfGj}{{{h{BCd}}{h{Ahc}}}BfGj}{{{h{AFb}}{h{Ahc}}}BfGj}{{{h{EAj}}{h{Ahc}}}BfGj}{{{h{EBf}}{h{Ahc}}}BfGj}{{{h{EBh}}{h{Ahc}}}BfGj}{{{h{EAn}}{h{Ahc}}}BfGj}{{{h{AF`}}{h{Ahc}}}BfGj}{{{h{EBj}}{h{Ahc}}}BfGj}{{{h{AKd}}{h{Ahc}}}BfGj}{{{h{EBl}}{h{Ahc}}}BfGj}{{{h{AGj}}{h{Ahc}}}BfGj}{{{h{AFb}}}Jd}`{ce{}{}}000000000000000000{EBbEAj}{c{{H`{g}}}{}{}{{Hb{}{{Eh{e}}}}}}0{BCd{{ADl{Mb}}}}33{BCd}{{{h{BCd}}}}{{{h{AhBCd}}}}{EBdEBh}{EBfEBh}5{{{h{BCd}}}Ed}{{{h{EAj}}}Ed}{{{h{AF`}}}{{h{EAn}}}}{{{h{AF`}}}{{Dh{M`}}}}{{{h{EBh}}}EC`}{{{h{AF`}}}{{Dh{AGj}}}}`{{{h{BCd}}}Fl}`{{{h{AF`}}}{{h{BCd}}}}{{{h{EBj}}}{{h{BCd}}}}`{{{h{AFb}}}{{Dh{Mb}}}}{{}EAj}{MbAF`}{MbEBh}{{{h{{Jf{c}}}}Jd{Dh{Mb}}}AFbJn}{{CdAGj}EBh}{{CdAGj}AF`}{{{h{AhECb}}}Dh}{{{h{AhEC`}}}Dh}10{{{h{EBh}}}Mb}{{{h{AF`}}}Mb}{{{h{EBf}}}{{h{EBh}}}}{{{h{AFb}}}ACj}{{{h{AFb}}}Jj}`{{{h{AK`}}{h{AK`}}}{{Dh{Bh}}}}{{{h{BCd}}{h{BCd}}}{{Dh{Bh}}}}{{{h{AFb}}{h{AFb}}}{{Dh{Bh}}}}{{{h{EAj}}{h{EAj}}}{{Dh{Bh}}}}{{{h{EBh}}{h{EBh}}}{{Dh{Bh}}}}{{{h{EAn}}{h{EAn}}}{{Dh{Bh}}}}{{{h{AF`}}{h{AF`}}}{{Dh{Bh}}}}{{{h{EBj}}{h{EBj}}}{{Dh{Bh}}}}{{{h{AKd}}{h{AKd}}}{{Dh{Bh}}}}{{{h{EBl}}{h{EBl}}}{{Dh{Bh}}}}{{{h{AGj}}{h{AGj}}}{{Dh{Bh}}}}{{{h{EBf}}}Mb}{{{h{AF`}}}{{Dh{{h{Mf}}}}}}{{{h{EBj}}}{{h{Mf}}}}{{{h{EBf}}}ECb}{{{h{AFb}}}{{h{{AKf{{Fd{CdAGj}}{ECd{BCd}}}}}}}}{AK`ECf}{{{h{AK`}}c}DnI`}{{{h{BCd}}c}DnI`}{{{h{BCd}}}{{ADl{A`}}}}{{{h{EBf}}c}DnI`}{{{h{EBh}}c}DnI`}{{{h{EAn}}c}DnI`}{{{h{AKd}}}{{ADl{A`}}}}{{{h{AKd}}c}DnI`}{{{h{AGj}}c}DnI`}{{{h{AK`}}{h{Ahc}}}{{Dn{BfACf}}}{AChACd}}```{{{h{AKd}}}Fl}{{{h{ECb}}}{{Fd{Fl{Dh{Fl}}}}}}{{{h{EC`}}}{{Fd{Fl{Dh{Fl}}}}}}{{{h{EB`}}}{{Dh{{h{AOf}}}}}}{{{h{EBb}}}{{Dh{{h{AOf}}}}}}{{{h{EBd}}}{{Dh{{h{AOf}}}}}}{{{h{EAl}}}{{Dh{{h{AOf}}}}}}{{{h{EBn}}}{{Dh{{h{AOf}}}}}}{{{h{AFb}}}Md}{EBlA`}{AGjA`}{{{h{c}}}e{}{}}0000000000000000{{{h{c}}}Ih{}}000000{AK`{{ADl{A`}}}}{c{{Ij{i}}}{}{}{}{{Hb{}{{Eh{{Dn{eg}}}}}}}}0{c{{Dn{e}}}{}{}}00{{{h{ECf}}}{{Dn{AK`}}}}{ECf{{Dn{AK`}}}}2{{{h{{Ab{Mb}}}}}{{Dn{BCd}}}}{{{ADl{Mb}}}{{Dn{BCd}}}}4{{{AJb{{Ab{Mb}}}}}{{Dn{BCd}}}}55555{EBh{{Dn{EBf}}}}{EAj{{Dn{EBf}}}}{EAj{{Dn{EBh}}}}8888888888888888888888888888{EAj{{Dn{EBhEBb}}}}{EAj{{Dn{EBfEBb}}}}{{{h{c}}}Il{}}000000000000000000{{{h{AKd}}{h{{Jf{c}}}}Jd{h{Mf}}}EdJn}{{{h{EBj}}}AGj}{ce{}{}}000000000000000000{FlEAj}{{{h{{Jf{c}}}}Jde}{{Dn{AFbEAl}}}Jn{{Ej{}{{Eh{{Fd{DfCd}}}}}}}}{c{{Dn{EAjEAl}}}{{Ej{}{{Eh{{Fd{DfCd}}}}}}}}``{{{h{AhECh}}}{{h{Ah{Ab{Mb}}}}}}{{{h{ECh}}}{{h{{Ab{Mb}}}}}}{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{ECh}}}ECh}{{{h{c}}{h{Ahe}}}Bf{}{}}{EChFl}{{{h{ECh}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}<{c{{H`{g}}}{}{}{{Hb{}{{Eh{e}}}}}}={EChDh}{{{h{AhECh}}}Dh}0{{{h{AhECh}}Fl}Dh}0{{{h{ECh}}}{{Fd{Fl{Dh{Fl}}}}}}{{{h{c}}}e{}{}}{c{{Ij{i}}}{}{}{}{{Hb{}{{Eh{{Dn{eg}}}}}}}}{c{{Dn{e}}}{}{}}0{{{h{c}}}Il{}}{ce{}{}}``{{{h{ECf}}}{{h{{Ab{A`}}}}}}{{{h{ECj}}}{{h{{Ab{A`}}}}}}{{{h{c}}}{{h{e}}}{}{}}20{{{h{Ahc}}}{{h{Ahe}}}{}{}}0{{{h{ECf}}}ECf}{{{h{ECj}}}ECj}{{{h{c}}{h{Ahe}}}Bf{}{}}0{{{h{ECf}}{h{ECf}}}Bh}7{{{h{ECf}}{h{{Ab{A`}}}}}Ed}{{{h{ECf}}{h{ECf}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{ECf}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{ECj}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{AK`}}}ECf}{cc{}}{AK`ECf}12{{{h{ECf}}{h{Ahc}}}BfGj}{ce{}{}}0{c{{H`{g}}}{}{}{{Hb{}{{Eh{e}}}}}}{ECf}{{{h{ECf}}}}3{{{h{ECf}}}Fl}{{{h{AhECj}}}Dh}0{{{h{AhECj}}Fl}Dh}{{{h{ECf}}{h{ECf}}}{{Dh{Bh}}}}{{{h{ECf}}{h{{Ab{A`}}}}}{{Dh{Bh}}}}{{{h{ECj}}}{{Fd{Fl{Dh{Fl}}}}}}{{{h{c}}}e{}{}}0{{{h{ECf}}}{{Dn{AK`EB`}}}}{{{h{c}}}Ih{}}{c{{Ij{i}}}{}{}{}{{Hb{}{{Eh{{Dn{eg}}}}}}}}{c{{Dn{e}}}{}{}}000{{{h{c}}}Il{}}0??{{{h{ECf}}{h{Ahc}}}{{Dn{BfACf}}}{AChACd}}``{{{h{Ah{ECl{ce}}}}FjDf}{{ECn{c}}}{Fnf}ED`}{{{h{Ah{ECl{ce}}}}{h{Fj}}Df}{{ECn{c}}}{Fnf}ED`}{{{h{Ah{ECl{ce}}}}{ECn{c}}}BffED`}{{{h{Ah{ECl{ce}}}}{Aj{c}}}{{ECn{c}}}fED`}{{{h{Ah{ECl{ce}}}}{Aj{c}}{Dh{Eb}}}{{ECn{c}}}fED`}{{{h{{ECl{ce}}}}}{{h{{Ff{c}}}}}{}{}}{{{h{Ah{ECl{ce}}}}i}{{ECn{c}}}fED`{{Ej{}{{Eh{c}}}}}{{Ej{}{{Eh{{Fd{{h{Cn}}g}}}}}}}}{{{h{Ah{ECl{ce}}}}g}{{ECn{c}}}fED`{{Ej{}{{Eh{{Fd{{h{Cn}}Eb}}}}}}}}{{{h{Ah{ECl{ce}}}}g}{{ECn{c}}}fED`{{Ej{}{{Eh{{Fd{CnEb}}}}}}}}{{{h{c}}}{{h{e}}}{}{}}0{{{h{Ahc}}}{{h{Ahe}}}{}{}}0{{{h{{ECn{ce}}}}}{{ECn{ce}}}AlAl}{{{h{c}}{h{Ahe}}}Bf{}{}}{{}{{ECl{ce}}}{}DJb}{{}{{ECn{ce}}}{}DJb}{c{{Dn{{ECn{eg}}}}}E`{BjBAj}BAj}{{{h{{ECn{ce}}}}{h{{ECn{ce}}}}}EdEfEf}{{{h{{ECl{ce}}}}{h{AhEl}}}FbF`F`}{{{h{{ECn{ce}}}}{h{AhEl}}}FbF`F`}{cc{}}{EDb{{ECn{cEDb}}}{}}{{{EDd{c}}}{{ECn{ce}}}{}DJb}2{{{h{{ECl{ce}}}}}{{h{{Ff{c}}}}}{}{}}``{{{h{{ECl{ce}}}}}{{ECn{c}}}fED`}{{{h{Ah{ECl{ce}}}}D`c}{{ECn{c}}}fED`}{{{h{Ah{ECl{ce}}}}D`Eb}{{ECn{c}}}fED`}{{{h{Ah{ECl{ce}}}}Cn}{{ECn{c}}}fED`}{{{h{Ah{ECl{ce}}}}AAdAAf}{{ECn{c}}}fED`}{ce{}{}}0{{{h{{ECn{ce}}}}}EdfHd}{{{h{Ah{ECn{ce}}}}{ECn{ce}}}BffHd}{c{{ECl{ec}}}{}{}}{{{h{{ECn{ce}}}}g}Dn{BjIf}IfI`}{{{h{c}}}e{}{}}{c{{Dn{e}}}{}{}}000`{{{h{c}}}Il{}}077``{{{h{Ah{ED`{}{{EDf{c}}}}}}c}Bf{}}{{{h{Ah{ED`{}{{EDf{c}}}}}}{h{Cn}}}c{}}{{{h{Ah{ED`{}{{EDf{c}}}}}}AAd{h{AAf}}}c{}}{{{h{{ED`{}{{EDf{c}}}}}}}c{}}{{{h{{ED`{}{{EDf{c}}}}}}{h{Cn}}}Ed{}}````````````{{{h{{EDh{c}}}}}{{AKf{c{Bd{{Ch{Cf}}}}}}}{AlBjF`}}{{{h{Ah{EDh{c}}}}e}Bf{AlBjF`}{}}{{{h{Ah{EDh{c}}}}EDb}Bf{AlBjF`}}{{{h{c}}}{{h{e}}}{}{}}00{{{h{Ahc}}}{{h{Ahe}}}{}{}}00{{{h{{EDh{c}}}}}{{EDh{c}}}Al}{{{h{{EDj{c}}}}}{{EDj{c}}}Al}{{{h{EDb}}}EDb}{{{h{c}}{h{Ahe}}}Bf{}{}}00{{}{{EDh{c}}}{}}{{}EDb}{c{{Dn{EDb}}}E`}{{{h{{EDj{c}}}}{h{{EDj{c}}}}}EdEf}{{{h{EDb}}{h{EDb}}}Ed}{{{h{{EDh{c}}}}{h{AhEl}}}FbF`}{{{h{{EDj{c}}}}{h{AhEl}}}FbF`}0{{{h{EDb}}{h{AhEl}}}Fb}{cc{}}00{{{h{EDl}}}{{Id{EDb}}}}{{{h{{EDh{c}}}}c}{{Dh{{h{{Ch{Cf}}}}}}}{AlBjF`}}{{{h{{EDh{c}}}}Cd}{{Dh{{h{{Fd{cDf}}}}}}}{AlBjF`}}{{{h{Ah{EDh{c}}}}{h{Cn}}}e{AlBjF`}{}}{{{h{Ah{EDh{c}}}}AAd{h{AAf}}}e{AlBjF`}{}}{{{h{EDl}}}{{Id{Bf}}}}{{{h{{EDh{c}}}}}e{AlBjF`}{}}{{{h{{EDh{c}}}}}{{h{{EDn{{Fd{cDf}}}}}}}{AlBjF`}}{{{h{Ah{EDh{c}}}}c{Ch{Cf}}}{{Dn{Ed{EDj{c}}}}}{AlBjF`}}{ce{}{}}00{{{h{EDb}}}Ed}{{{h{{EDh{c}}}}{h{Cn}}}Ed{AlBjF`}}{{{h{{EDh{c}}}}cDf}Ed{AlBjF`}}{{{h{{EDh{c}}}}c}{{`{{CCd{}{{Eh{{EE`{AAd}}}}}}}}}{AlBjF`}}{{{h{{EDh{c}}}}e}{{`{{CCd{}{{Eh{{EEb{cAAd}}}}}}}}}{AlBjF`}{{Hl{c}}}}{{{h{{EDh{c}}}}}{{`{{CCd{}{{Eh{{Fd{c{h{{Ch{Cf}}}}}}}}}}CC`}}}{AlBjF`}}`{{{h{{EDh{c}}}}c}{{Dh{Df}}}{AlBjF`}}{{{h{{EDh{c}}}}}{{AKf{cDf}}}{AlBjF`}}10{{{h{{EDh{c}}}}}Df{AlBjF`}}{{{h{Ah{EDh{c}}}}cDf}Bf{AlBjF`}}{{{h{Ah{EDh{c}}}}cDf}Ed{AlBjF`}}{{{h{AhEDb}}EDb}Bf}{{{h{{EDh{c}}}}{h{Cn}}e}In{AlBjF`}{{Hl{c}}}}{Df{{EDh{c}}}{}}{{{h{{EDh{c}}}}c}{{Dh{{Fd{DfEd}}}}}{AlBjF`}}{{{h{Ah{EDh{c}}}}c}{{Dh{{Fd{{EE`{Cd}}EDb}}}}}{AlBjF`}}{{{h{{EDh{c}}}}}{{h{{ECd{{EEb{cAAd}}}}}}}{AlBjF`}}{{{h{EDb}}{h{EDl}}}{{Id{Bf}}}}2{{{h{Ah{EDh{c}}}}cDf}{{Dh{{Fd{{ADl{{EE`{Cd}}}}EDb}}}}}{AlBjF`}}{{{h{Ah{EDh{c}}}}{h{{AKf{cDf}}}}}EDb{AlBjF`}}{{{h{{EDh{c}}}}c}{{`{{CCd{}{{Eh{{EE`{Cd}}}}}}}}}{AlBjF`}}{{{h{{EDh{c}}}}e}{{`{{Hb{}{{Eh{{EEb{cCd}}}}}}}}}{AlBjF`}{{Hl{c}}}}{{EEd{h{{EDh{c}}}}e}EEd{}{{Hl{c}}}}{{{h{{EDh{c}}}}{h{Cn}}e}{{Fd{CjCj}}}{AlBjF`}{{Hl{c}}}}{{{h{EDb}}c}DnI`}{{{h{{EDh{c}}}}cDf}{{Dh{Cd}}}{AlBjF`}}{{EEf{h{{EDh{c}}}}}EEf{}}{{{h{c}}}e{}{}}00{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}00000{{{h{{EDh{c}}}}AAd}{{Dh{{EEb{c{h{AAf}}}}}}}{AlBjF`}}{{{h{{EDh{c}}}}}{{`{{CCd{}{{Eh{{EEb{c{Fd{AAd{h{AAf}}}}}}}}}}CC`}}}{AlBjF`}}{{{h{{EDh{c}}}}D`}{{`{{CCd{}{{Eh{{EEb{c{Fd{AAd{h{AAf}}}}}}}}}}}}}{AlBjF`}}{{{h{c}}}Il{}}00{{{h{{EDh{c}}}}c}{{Dh{{Bd{{Ch{Cf}}}}}}}{AlBjF`}}{{{h{Ah{EDh{c}}}}cDf}Ed{AlBjF`}}{{{h{{EDh{c}}}}c}{{`{{CCd{}{{Eh{{EE`{Cd}}}}}}Al}}}{AlBjF`}}{{{h{{EDh{c}}}}}{{`{{CCd{}{{Eh{{EEb{cCd}}}}}}Al}}}{AlBjF`}}{{EEd{h{{EDh{c}}}}}EEd{}}{ce{}{}}00`````{{{h{{EDn{c}}}}}{{h{{AKf{cCd}}}}}{AlBjF`}}{{{h{Ah{EDn{c}}}}e}Bf{AlBjF`}{}}{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{{EDn{c}}}}}{{EDn{c}}}Al}{{{h{c}}{h{Ahe}}}Bf{}{}}{{}{{EDn{c}}}{}}{{{h{{EDn{c}}}}{h{AhEl}}}FbF`}{cc{}}{{{h{{EDn{c}}}}Cd}{{Dh{{h{c}}}}}{AlBjF`}}{{{h{Ah{EDn{c}}}}{h{Cn}}}e{AlBjF`}{}}{{{h{Ah{EDn{c}}}}AAd{h{AAf}}}e{AlBjF`}{}}{{{h{{EDn{c}}}}}e{AlBjF`}{}}{{{h{Ah{EDn{c}}}}cCd}Ed{AlBjF`}}>{{{h{{EDn{c}}}}{h{Cn}}}Ed{AlBjF`}}0{{{h{{EDn{c}}}}{h{c}}}Ed{AlBjF`}}{{{h{Ah{EDn{c}}}}{h{c}}}Ed{AlBjF`}}{{{h{{EDn{c}}}}{h{Cn}}e}In{AlBjF`}{{Hl{c}}}}{{{h{{EDn{c}}}}}{{h{{ECd{{Fd{cAAd}}}}}}}{AlBjF`}}{{{h{{EDn{c}}}}e}{{`{{CCd{}{{Eh{{Fd{{h{c}}AAd}}}}}}}}}{AlBjF`}{{Hl{c}}}}{{{h{Ah{EDn{c}}}}{h{Cn}}}{{ECd{c}}}{AlBjF`}}{{{h{Ah{EDn{c}}}}AAd{h{AAf}}}{{Dh{{h{c}}}}}{AlBjF`}}{{{h{{EDn{c}}}}{h{Cn}}e}{{Fd{CjCj}}}{AlBjF`}{{Hl{c}}}}{{{h{{EDn{c}}}}{h{c}}}{{Dh{Cd}}}{AlBjF`}}{{{h{c}}}e{}{}}{c{{Dn{e}}}{}{}}0{{{h{{EDn{c}}}}AAd}{{Dh{{Fd{{h{c}}{h{AAf}}}}}}}{AlBjF`}}{{{h{{EDn{c}}}}}{{`{{CCd{}{{Eh{{Fd{{h{c}}AAd{h{AAf}}}}}}}}CC`}}}{AlBjF`}}{{{h{{EDn{c}}}}D`}{{`{{CCd{}{{Eh{{Fd{{h{c}}AAd{h{AAf}}}}}}}}}}}{AlBjF`}}{{{h{c}}}Il{}}={{{h{{EDn{c}}}}e}{{`{{CCd{}{{Eh{{Fd{{h{c}}Cd}}}}}}Al}}}{AlBjF`}{{Hl{c}}}}{ce{}{}}````````````{{{h{AhEEh}}{h{EEj}}}{{Dn{BfEEl}}}}{{{h{AhEEh}}{h{G`}}Df}{{Dn{EEjEEn}}}}{{{h{AhEEh}}{h{G`}}Dfj}{{Dn{EEjEF`}}}}{{{h{AhEEh}}Af}{{Dn{EEjEEn}}}}`{{{h{c}}}{{h{e}}}{}{}}00000{{{h{Ahc}}}{{h{Ahe}}}{}{}}00000{{{h{EEh}}}EEh}{{{h{EEj}}}EEj}{{{h{EEl}}}EEl}{{{h{EFb}}}EFb}{{{h{EEn}}}EEn}{{{h{EF`}}}EF`}{{{h{c}}{h{Ahe}}}Bf{}{}}00000{{}EEj}{c{{Dn{EEj}}}E`}{{{h{AhEEh}}j}{{Dn{EEjEEl}}}}{{{h{EEh}}{h{EEh}}}Ed}{{{h{EEj}}{h{EEj}}}Ed}{{{h{EEl}}{h{EEl}}}Ed}{{{h{EFb}}{h{EFb}}}Ed}{{{h{EEn}}{h{EEn}}}Ed}{{{h{EF`}}{h{EF`}}}Ed}{{{h{EEh}}{h{AhEl}}}Fb}{{{h{EEj}}{h{AhEl}}}Fb}{{{h{EEl}}{h{AhEl}}}Fb}0{{{h{EFb}}{h{AhEl}}}Fb}0{{{h{EEn}}{h{AhEl}}}Fb}0{{{h{EF`}}{h{AhEl}}}Fb}0{cc{}}0{cEEj{{Ej{}{{Eh{{Fd{Df{Dh{Cl}}}}}}}}}}1111{{{AKf{DfCl}}}{{Dn{EEhEEl}}}}{EEj{{Dn{EEhEEl}}}}{Cl{{Fd{EEhEEj}}}}{cEEj{{Ej{}{{Eh{{Fd{DfCl}}}}}}}}4{{{h{EDl}}}{{Id{EEj}}}}{Af{{Dn{EEhEEl}}}}{{{h{EEh}}}Cl}{{{h{EEh}}Df}{{Dh{Af}}}}{{{h{EEh}}}{{Dn{jc}}}{}}`{{{h{EDl}}}{{Id{Bf}}}}{{{h{EEh}}}EEj}{{{h{AhEEh}}j}{{Dn{EEjEFb}}}}{ce{}{}}00000{{{h{EEh}}jj}{{Dn{{Dh{Ed}}c}}}{}}{{{h{EEj}}}Ed}{{{h{EEh}}}Hf}{{{h{AhEEj}}EEj}Bf}`{{{h{EEj}}{h{EDl}}}{{Id{Bf}}}}{{{h{EEh}}c}{{`{{Hb{}{{Eh{Af}}}}}}}{{Hl{Df}}}}{{{h{EEj}}c}DnI`}{{{h{EEh}}}Af}{{{h{c}}}e{}{}}00000{{{h{c}}}Ih{}}000{c{{Dn{e}}}{}{}}00000`000000{{{h{c}}}Il{}}00000`<<<<<<`{{{h{EDl}}{h{Gd}}{h{{Ab{{h{{Ab{{h{Gd}}}}}}}}}}}{{Id{Bf}}}}```````````{{{h{c}}}{{h{e}}}{}{}}0000000{{{h{Ahc}}}{{h{Ahe}}}{}{}}0000000{{{EFd{c}}}{{EFf{c}}}{}}{{{EFh{c}}}{{EFj{c}}}Bj}{{}{{EFd{c}}}{}}{{}{{EFh{c}}}{BjAl}}{{{EFd{c}}Af}{{EFd{c}}}{}}{{{h{{EFf{c}}}}}{{Dh{Af}}}{}}{{{EFh{c}}Af}{{EFh{c}}}Bj}{{{h{{EFj{c}}}}}{{Dh{Af}}}{BjAl}}``{{{h{{EFl{c}}}}}{{EFl{c}}}Al}{{{h{EFn}}}EFn}{{{h{c}}{h{Ahe}}}Bf{}{}}0{{{h{{EFl{c}}}}{h{{EFl{c}}}}}BhBj}{{{h{EFn}}}Fl}:{{}{{EFf{c}}}{}}{{}{{EFh{c}}}{}}{{}{{EFj{c}}}{}}{{}{{EG`{c}}}{}}{{}{{EGb{ce}}}{}{}}{{{h{{EFl{c}}}}{h{{EFl{c}}}}}EdEf}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{{EFl{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{F`EGd}}{{{h{{EFl{c}}}}{h{AhEl}}}{{Dn{BfEn}}}F`}{{{h{EFn}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{{EG`{c}}}}{h{AhEl}}}{{Dn{BfEn}}}F`}{{{h{{EGb{ce}}}}{h{AhEl}}}{{Dn{BfEn}}}F`F`}{cc{}}0{{{EFd{c}}}{{EFf{c}}}{}}1{{{EFh{c}}}{{EFj{c}}}{}}22222{{{h{{EFl{c}}}}{h{Ahe}}}BfGlGj}{{{EFd{c}}e}{{EFd{c}}}{}{{Hj{{EFl{c}}EFn}}EGf}}{{{EFh{c}}e}{{EFh{c}}}Bj{{Hj{cDf{h{Mf}}}}EGf}}{ce{}{}}0000000{{{h{Ah{EFf{c}}}}}{{`{CC`}}}{}}0{{{h{Ah{EFj{c}}}}c}{{`{{Hb{}{{Eh{{Fd{DfCd}}}}}}}}}{BjAl}}1{{{h{{EFj{c}}}}}{{ADl{c}}}{BjAl}}`{{{h{Ah{EFf{c}}}}}{{Dh{AAd}}}{}}{{{h{Ah{EFf{c}}}}}{{Dh{Cd}}}{}}{{{h{Ah{EFj{c}}}}c}{{Dh{{Fd{DfCd}}}}}{BjAl}}{{{h{Ah{EFf{c}}}}}{{Dh{D`}}}{}}{{{EFd{c}}e}{{EFd{c}}}{}{{Ej{}{{Eh{AAd}}}}}}``{{{h{{EFl{c}}}}{h{{EFl{c}}}}}{{Dh{Bh}}}Hn}{{{h{{EFf{c}}}}}EFn{}}{{{h{EFn}}}Fl}{{{EFd{{Fd{cDf}}}}{h{{EDh{c}}}}e}{{EFd{{Fd{cDf}}}}}{AlBjF`}{{Hl{c}}}}{{EFdc}EFd{{Ej{}{{Eh{Cd}}}}}}`{{{EFh{c}}cg}{{EFh{c}}}Bj{{Hb{}{{Eh{{Fd{DfCd}}}}}}EGf}{{Ej{}{{EGh{e}}}}}}{{{EFh{c}}{h{{EDh{c}}}}}{{EFh{c}}}{AlBjF`}}`{{{EFd{c}}e}{{EFd{c}}}{}{{Ej{}{{Eh{{Fd{cCd}}}}}}}}{{{h{c}}}e{}{}}0{{{h{c}}}Ih{}}7777{c{{Dn{e}}}{}{}}000000000000000``{{{EFd{c}}e}{{EFd{c}}}{}{{Ej{}{{Eh{D`}}}}}}``{{{h{c}}}Il{}}0000000{{{EFd{{Fd{cDf}}}}{h{{EDh{c}}}}}{{EFd{{Fd{cDf}}}}}{AlBjF`}}{ce{}{}}0000000``````````````{{{h{{Ff{c}}}}}{{h{{ECd{{Fd{cD`}}}}}}}{}}{{{h{{Ff{c}}}}}{{`{{Hb{}{{Eh{{Fd{AAd{h{AAf}}}}}}}}}}}{}}{{{h{{EDd{c}}}}}{{`{{Hb{}{{Eh{Df}}}}}}}f}```{{{h{Ah{Ff{c}}}}{EDd{c}}}Bf{AlBj}}{{{h{Ah{Ff{c}}}}{Aj{c}}}{{EDd{c}}}{AlBj}}{{{h{Ah{Ff{c}}}}{Aj{c}}{Dh{Eb}}}{{EDd{c}}}{AlBj}}{{{h{{Ff{c}}}}}{{h{{Ff{c}}}}}{}}{{{h{{Ff{c}}}}{h{e}}jik}bf{{Gh{}{{Gf{ANn}}}}}Al{{Ej{}{{Eh{{Fd{gAAd}}}}}}}{{Hj{{h{g}}Cd}{{Hh{Ed}}}}}}{{{h{Ah{Ff{c}}}}e}{{EDd{c}}}{AlBj}{{Ej{}{{Eh{{Fd{CnEb}}}}}}}}{{{h{c}}}{{h{e}}}{}{}}000000{{{h{Ahc}}}{{h{Ahe}}}{}{}}000000{{{h{{Ff{c}}}}{h{Cn}}}{{Dn{CjEGj}}}{}}`{c{{Dh{In}}}{}}{c{{Dh{Cj}}}{}}10{{{h{{Ff{c}}}}}{{Ff{c}}}Al}{{{h{{EGl{ce}}}}}{{EGl{ce}}}AlAl}{{{h{{EGn{ce}}}}}{{EGn{ce}}}AlAl}{{{h{{EDd{c}}}}}{{EDd{c}}}Al}{{{h{c}}{h{Ahe}}}Bf{}{}}000{{{h{{EGl{ce}}}}{h{{EGl{ce}}}}}BhBjBj}{{{h{{EGn{ce}}}}{h{{EGn{ce}}}}}BhBjBj}{{}{{Ff{c}}}{}}{{}{{EDd{c}}}{}}{{{h{{EGl{ce}}}}}{{h{g}}}{}{}{}}{c{{Dn{{EDd{e}}}}}E`{BjBAj}}{{{h{{Ff{c}}}}{h{Cn}}}{{`{{Hb{}{{Eh{{Fd{FlD`}}}}}}}}}{}}{{{h{{Ff{c}}}}{h{{Ff{c}}}}}EdEf}{{{h{{EGl{ce}}}}{h{{EGl{ce}}}}}EdEfEf}{{{h{{EGn{ce}}}}{h{{EGn{ce}}}}}EdEfEf}{{{h{EGj}}{h{EGj}}}Ed}{{{h{{EDd{c}}}}{h{{EDd{c}}}}}EdEf}{{{h{c}}{h{e}}}Ed{}{}}00000{{{h{{Ff{c}}}}{h{e}}ji}{{`{{Hb{}{{Eh{{Fd{g{Bb{c}}}}}}}}}}}f{{Gh{}{{Gf{ANn}}}}}Al{{Ej{}{{Eh{{Fd{gAAd}}}}}}}}0{{{h{{Ff{c}}}}}{{`{{Hb{}{{Eh{{Fd{AAd{h{AAf}}}}}}}}}}}{}}{{{h{{Ff{c}}}}{h{AhEl}}}FbF`}{{{h{{EGl{ce}}}}{h{AhEl}}}FbF`F`}{{{h{{EGn{ce}}}}{h{AhEl}}}FbF`F`}{{{h{EGj}}{h{AhEl}}}Fb}0{{{h{{EDd{c}}}}{h{AhEl}}}FbF`}{cc{}}0{{{Aj{c}}}{{Ff{c}}}{BjAl}}11111{{{h{EDl}}}{{Id{{EDd{c}}}}}{fAlBjIfDd}}{{{h{{Ff{c}}}}}{{`{{Hb{}{{Eh{{EGl{{EH`{Cn}}c}}}}}}}}}{}}{{{h{{Ff{c}}}}{h{e}}jD`}{{Dh{{An{{h{c}}}}}}}f{{Gh{}{{Gf{ANn}}}}}}{{{h{{Ff{c}}}}{h{e}}jAAd}{{Dh{{Fd{{An{{h{c}}}}D`}}}}}f{{Gh{}{{Gf{ANn}}}}}}{{{h{{Ff{c}}}}D`}{{Dh{{EH`{Cn}}}}}{}}{{{h{{Ff{c}}}}D`}{{Dh{{EGl{{EH`{Cn}}c}}}}}{}}{{{h{{Ff{c}}}}AAd}{{Dh{{h{AAf}}}}}{}}{{{h{EDl}}}{{Id{Bf}}}}{{{h{{Ff{c}}}}}{{EDd{c}}}{AlBj}}{{{h{Ah{Ff{c}}}}D`c}{{EDd{c}}}{AlBj}}{{{h{Ah{Ff{c}}}}D`Eb}{{EDd{c}}}{AlBj}}{{{h{Ah{Ff{c}}}}e}{{EDd{c}}}{AlBj}{{AHb{{EH`{Cn}}}}}}{{{h{Ah{Ff{c}}}}AAdAAf}{{EDd{c}}}{AlBj}}{ce{}{}}000000{c{{H`{g}}}{}{}{{Hb{}{{Eh{e}}}}}}011{{{h{{Ff{c}}}}}Ed{}}{{{h{{EDd{c}}}}}EdBj}``{{{h{{Ff{c}}}}{h{e}}j}{{`{{Hb{}{{Eh{{EGn{{EH`{Cn}}c}}}}}}}}}fGh}{{{Ff{c}}g}{{Ff{e}}}{AlBj}{AlBj}{{Hj{c}{{Hh{e}}}}}}{{{EDd{c}}g}{{EDd{e}}}BjBj{{Hj{c}{{Hh{e}}}}}}{{{h{Ah{EDd{c}}}}{EDd{c}}}BfBj}{c{{Ff{e}}}{{Ej{}{{Eh{Cn}}}}}{AlBj}}{{{h{Ah{EHb{cg}}}}}{{Dh{i}}}{}{}{{Hj{Fl{EH`{Cn}}}{{Hh{{Dh{e}}}}}}}{}}{{{h{Ah{EHd{cg}}}}}{{Dh{i}}}{}{}{{Hj{FlD`}{{Hh{{Dh{e}}}}}}}{}}{{{h{{Ff{c}}}}AAd}{{h{{EHf{D`}}}}}{}}{{{h{{EGl{ce}}}}{h{{EGl{ce}}}}}{{Dh{Bh}}}HnHn}{{{h{{EGn{ce}}}}{h{{EGn{ce}}}}}{{Dh{Bh}}}HnHn}{{{h{{EDd{c}}}}{h{EDl}}}{{Id{Bf}}}{fAlBjIfDd}}`{{{h{{EDd{c}}}}e}Dn{BjIf}I`}{{{h{c}}}e{}{}}000{{{h{c}}}Ih{}}{c{{Ij{i}}}{}{}{}{{Hb{}{{Eh{{Dn{eg}}}}}}}}0{{{h{{Ff{c}}}}{h{e}}jik}{{Dn{b}}}fGhAl{{Ej{}{{Eh{{Fd{gAAd}}}}}}}{{Hj{{h{g}}Cd}{{Hh{Ed}}}}}}{{{h{{Ff{c}}}}{h{e}}ji}{{`{{Hb{}{{Eh{{Dn{{Fd{g{Bb{c}}}}}}}}}}}}}fGhAl{{Ej{}{{Eh{{Fd{gAAd}}}}}}}}0{c{{Dn{e}}}{}{}}000000{{{h{{Ff{c}}}}{h{e}}jD`}{{Dn{{Dh{{An{{h{c}}}}}}}}}fGh}{{{h{{Ff{c}}}}{h{e}}jAAd}{{Dn{{Dh{{Fd{{An{{h{c}}}}D`}}}}}}}fGh}2222222{{{h{{Ff{c}}}}{h{e}}j}{{`{{Hb{}{{Eh{{Dn{{EGn{{EH`{Cn}}c}}}}}}}}}}}fGh}``{{{h{{Ff{c}}}}D`}{{Dh{{AKf{Df{h{AAf}}}}}}}{}}{{{h{{Ff{c}}}}D`}{{`{{CCd{}{{Eh{{Fd{Df{h{{EHf{D`}}}}}}}}}}}}}{}}`{{{h{{EDd{c}}}}}{{`{{Hb{}{{Eh{{Fd{AAd{h{AAf}}}}}}}}}}}{}}````{{{h{{Ff{c}}}}}{{`{{Hb{}{{Eh{{EGl{{EH`{Cn}}c}}}}}}}}}{}}{{{h{c}}}Il{}}000000{ce{}{}}000000{{{h{{Ff{c}}}}ei}{{EHb{ci}}}{AlBj}{{AHb{{EH`{Cn}}}}}{}{{Hj{Fl{EH`{Cn}}}{{Hh{{Dh{g}}}}}}}}{{{h{{Ff{c}}}}{h{Cn}}g}{{EHd{cg}}}{}{}{{Hj{FlD`}{{Hh{{Dh{e}}}}}}}}{{{h{{Ff{c}}}}D`g}{{EHd{cg}}}{AlBj}{}{{Hj{FlD`}{{Hh{{Dh{e}}}}}}}}","D":"AEHhAB@d","p":[[5,"Balance",0,14952],[5,"DescriptorId",0,14953],[10,"Anchor",0,14954],[1,"reference"],[5,"BlockId",0,14955],[5,"ConfirmationBlockTime",0,14955],[5,"Hash",8920,14956],[1,"u8"],[1,"slice"],[1,"array"],[5,"CheckPoint",0,14957],[0,"mut"],[5,"TxUpdate",0,14958],[10,"Clone",14959],[6,"ChainPosition",0,14960],[6,"ConfirmationTime",0,14960],[5,"FullTxOut",0,14960],[5,"SpkIterator",0,14961],[1,"unit"],[6,"Ordering",14962],[10,"Ord",14962],[6,"ValueRef",14963],[6,"Network",368,14964],[5,"Impl",0],[8,"FromSqlResult",14965],[5,"ScriptBuf",368,14966],[6,"DescriptorPublicKey",14967],[6,"Descriptor",14968],[5,"Amount",368,14969],[5,"BlockHash",368,14970],[5,"Transaction",368,14971],[5,"Txid",368,14971],[5,"AnchorImpl",0],[10,"DeserializeOwned",7236,14972],[1,"u32"],[6,"Option",14973],[10,"Borrow",14974],[10,"DescriptorExt",0,14953],[6,"Result",14975],[10,"Deserializer",7149,14972],[1,"u64"],[1,"bool"],[10,"PartialEq",14962],[17,"Item"],[10,"IntoIterator",14976],[5,"Formatter",14977],[5,"Error",14977],[10,"Debug",14977],[8,"Result",14977],[1,"tuple"],[5,"TxGraph",14767],[1,"never"],[5,"Block",368,14970],[1,"usize"],[10,"AnchorFromBlockPosition",0,14954],[5,"Header",4494,14970],[5,"FromSliceError",12239,14978],[1,"str"],[17,"Error"],[10,"ChainOracle",0,14979],[10,"Hasher",14980],[10,"Hash",14980],[10,"SliceIndex",14981],[5,"IntoFallible",14982],[10,"Iterator",14983],[10,"Merge",0,14954],[5,"CheckPointIter",0,14957],[17,"Output"],[10,"FnMut",14984],[10,"RangeBounds",14985],[10,"PartialOrd",14962],[10,"Serializer",7149,14986],[6,"ToSqlOutput",14987],[8,"Result",14988],[10,"Serialize",7149,14986],[5,"String",3137,14989],[5,"Convert",14982],[5,"TypeId",14990],[5,"SignedAmount",368,14969],[5,"Weight",368,14991],[5,"Work",368,14992],[5,"XOnlyPublicKey",368,14993],[5,"Secp256k1",9554,14994],[5,"Scalar",11311,14995],[6,"Parity",9554,14993],[6,"Error",11311,14994],[10,"Verification",9554,14996],[5,"Address",368,14997],[6,"AddressType",368,14997],[5,"FilterHash",368,14998],[5,"FilterHeader",368,14998],[5,"XKeyIdentifier",368,14999],[5,"TxMerkleNode",368,14970],[5,"WitnessMerkleNode",368,14970],[5,"WitnessCommitment",368,14970],[5,"ScriptHash",368,15000],[5,"WScriptHash",368,15000],[5,"Wtxid",368,14971],[5,"PubkeyHash",368,15001],[5,"WPubkeyHash",368,15001],[5,"LegacySighash",368,15002],[5,"SegwitV0Sighash",368,15002],[5,"TapSighash",368,15002],[5,"TapLeafHash",368,15003],[5,"TapNodeHash",368,15003],[5,"TapTweakHash",368,15003],[5,"Script",368,15004],[5,"XOnlyPublicKey",11931,15005],[5,"Hash",9034,15006],[5,"Hash",6751,15007],[5,"TapSighashTag",368,15002],[5,"Hash",9087,15008],[5,"TapLeafTag",368,15003],[5,"TapBranchTag",368,15003],[5,"TapTweakTag",368,15003],[5,"PushBytes",5386,15009],[5,"Params",6214,15010],[6,"NetworkUnchecked",2759,14997],[10,"NetworkValidation",2759,14997],[5,"TxIn",368,14971],[6,"Bip34Error",4494,14970],[5,"Builder",5386,15011],[5,"Bytes",5386,15004],[5,"ChainHash",4614,15012],[6,"LockTime",4683,15013],[6,"LockTime",4869,15014],[5,"Sequence",368,14971],[1,"i64"],[5,"FeeRate",368,15015],[5,"Opcode",368,15016],[6,"ClassifyContext",5079,15016],[6,"Class",5079,15016],[5,"Witness",368,15017],[6,"Denomination",368,14969],[6,"KnownHrp",368,14997],[5,"WitnessProgram",368,15018],[6,"WitnessVersion",368,15019],[5,"OutPoint",368,14971],[5,"TxOut",368,14971],[5,"VarInt",368,15020],[5,"PublicKey",368,15001],[5,"CompressedPublicKey",368,15001],[5,"PrivateKey",368,15001],[6,"TapSighashType",368,15002],[6,"EcdsaSighashType",368,15002],[5,"MerkleBlock",368,15021],[6,"NetworkKind",368,14964],[5,"Target",368,14992],[5,"CompactTarget",368,14992],[5,"Psbt",368,15022],[6,"Error",10849,15023],[6,"Error",6303,15020],[10,"BufRead",9408,15024],[10,"Sized",15025],[5,"Error",9408,15026],[10,"Write",9408,15024],[5,"TweakedPublicKey",9554,15001],[5,"Token",15027],[1,"u128"],[10,"AsRef",15028],[1,"f64"],[5,"Display",3055,14969],[5,"HashEngine",8920,14956],[6,"Instruction",5386,15029],[6,"Error",15030],[5,"Vec",3137,15031],[6,"MerkleBlockError",9924,15021],[6,"ExtractTxError",10849,15022],[10,"Write",14977],[5,"PublicKey",11311,14993],[5,"Xpub",4149,14999],[6,"Cow",15032],[5,"RelLockTime",15033],[1,"u16"],[5,"ScriptPath",13158,15002],[5,"LeafNode",13562,15003],[5,"TaprootSpendInfo",13562,15003],[10,"Fn",14984],[6,"ParseAmountError",3055,14969],[5,"InvalidSighashTypeError",13158,15002],[5,"ParseNetworkError",9982,14964],[6,"HexToBytesError",6796,15034],[6,"PrefixedHexError",6618,15035],[5,"Keypair",9554,14993],[5,"Magic",10031,15036],[10,"Signing",11311,14996],[5,"UncompressedPublicKeyError",9554,15001],[6,"FromScriptError",2759,15037],[6,"LeafVersion",13562,15003],[5,"TimeOverflowError",4869,15038],[6,"KeyParseError",15039],[6,"FromSliceError",9554,15001],[10,"Into",15028],[5,"NonStandardSighashTypeError",13158,15002],[6,"ParseError",2759,15037],[6,"ParsePublicKeyError",9554,15001],[6,"FromWifError",9554,15001],[6,"ParseError",14969],[6,"UnprefixedHexError",6618,15035],[6,"Bound",14985],[5,"RangeFull",14985],[5,"RangeFrom",14985],[5,"RangeToInclusive",14985],[5,"Range",14985],[5,"RangeTo",14985],[5,"RangeInclusive",14985],[5,"InstructionIndices",5386,15029],[5,"Instructions",5386,15029],[5,"Box",15040],[5,"Height",4683,15041],[5,"Time",4683,15041],[5,"Iter",6199,15017],[6,"Error",5928,15018],[5,"SecretKey",11311,14993],[6,"P2shError",2759,15037],[5,"Signature",13562,15042],[5,"Signature",6531,15043],[5,"ControlBlock",13562,15003],[5,"BTreeMap",15044],[10,"Read",9408,15024],[5,"SighashCache",13158,15002],[5,"Message",11311,14994],[6,"SignError",10849,15022],[6,"PsbtSighashMsg",15030],[6,"SighashError",15030],[6,"SigningKeys",10849,15022],[10,"GetKey",10849,15022],[6,"AddressData",2759,14997],[5,"Fe32",15045],[5,"Hash",15046],[5,"Hash",7078,15047],[5,"OutOfRangeError",14969],[5,"SortKey",9554,15001],[5,"InputsIndexError",6037,14971],[5,"OutputsIndexError",6037,14971],[5,"DefiniteDescriptorKey",14967],[6,"UtxoUpdateError",15030],[6,"OutputUpdateError",15030],[5,"Signature",13127,15048],[5,"UnknownAddressTypeError",2759,15037],[5,"UnknownHrpError",2759,15037],[5,"NetworkValidationError",2759,15037],[5,"InvalidBase58PayloadLengthError",2759,15037],[5,"LegacyAddressTooLongError",2759,15037],[5,"InvalidLegacyPrefixError",2759,15037],[6,"NetworkChecked",2759,14997],[6,"Infallible",15028],[5,"TryFromError",5953,15019],[5,"DecodeError",15049],[6,"Error",3137,15050],[10,"StdError",8715],[10,"CheckedSum",3055,14969],[5,"TooPreciseError",14969],[5,"InvalidCharacterError",14969],[5,"InputTooLargeError",14969],[5,"MissingDigitsError",14969],[10,"SerdeAmount",3116,15051],[10,"SerdeAmountForOpt",3116,15051],[10,"Allocator",15052],[5,"Path",15053],[5,"OsStr",15054],[5,"InvalidCharacterError",3137,15050],[6,"FromSqlError",14965],[5,"Address",10031,15055],[6,"Inventory",10371,15056],[5,"ShortId",3845,15057],[5,"PrefilledTransaction",3845,15057],[5,"AddrV2Message",10187,15055],[10,"Deserialize",7149,14972],[5,"Drain",15058],[5,"Drain",14989],[1,"i16"],[1,"i32"],[1,"i8"],[6,"Value",15059],[10,"Copy",15025],[1,"char"],[5,"ExtractIf",15060],[5,"Error",15061],[5,"TooShortError",3506,15050],[5,"IncorrectChecksumError",3506,15050],[5,"TaprootMerkleBranch",13562,15062],[5,"VecDeque",15063],[5,"BinaryHeap",15064],[5,"PushBytesBuf",5386,15009],[5,"DerivationPath",4149,14999],[6,"ChildNumber",4149,14999],[5,"CString",15065],[5,"FromUtf16Error",14989],[5,"FromUtf8Error",14989],[5,"Assets",15066],[6,"Error",4149,14999],[10,"Error",7236,14972],[10,"IntoDeserializer",7236,14972],[5,"StringDeserializer",7420,15067],[10,"FnOnce",14984],[10,"Pattern",15068],[20,"MaybeUninit",15069],[5,"Splice",15070],[6,"SocketAddr",15071],[5,"IntoIter",15072],[6,"Error",15073],[5,"TryReserveError",15074],[5,"IoSlice",15075],[6,"EncodeSliceError",3549,15076],[6,"DecodeError",3549,15077],[6,"DecodeSliceError",3549,15077],[17,"Config"],[17,"DecodeEstimate"],[10,"Engine",3549,15078],[10,"Config",3695,15078],[10,"DecodeEstimate",3695,15078],[5,"Alphabet",3639,15079],[6,"ParseAlphabetError",3639,15079],[5,"Base64Display",3683,15080],[5,"GeneralPurpose",3695,15081],[5,"GeneralPurposeConfig",3695,15081],[6,"DecodePaddingMode",3695,15078],[5,"DecodeMetadata",3695,15078],[5,"DecoderReader",3800,15082],[10,"Read",15075],[10,"StrConsumer",3813,15083],[5,"EncoderWriter",3813,15084],[10,"Write",15075],[5,"EncoderStringWriter",3813,15083],[6,"Error",3845,15057],[5,"HeaderAndShortIds",3845,15057],[5,"BlockTransactionsRequest",3845,15057],[5,"TxIndexOutOfRangeError",3845,15057],[5,"BlockTransactions",3845,15057],[6,"HexToArrayError",6796,15034],[5,"BlockFilterWriter",4035,14998],[5,"GcsFilterWriter",4035,14998],[6,"Error",4035,14998],[5,"BlockFilter",4035,14998],[5,"BitStreamWriter",4035,14998],[5,"BlockFilterReader",4035,14998],[5,"GcsFilterReader",4035,14998],[5,"BitStreamReader",4035,14998],[5,"ChainCode",4149,14999],[5,"Fingerprint",4149,14999],[5,"DerivationPathIterator",4149,14999],[5,"Xpriv",4149,14999],[5,"InvalidBase58PayloadLengthError",4149,14999],[6,"KeyRequest",10849,15022],[10,"IntoDerivationPath",4149,14999],[5,"Version",4494,14970],[6,"ValidationError",4494,14970],[5,"ParseHeightError",4683,15041],[5,"ParseTimeError",4683,15041],[5,"ConversionError",4683,15041],[6,"ParseError",15041],[5,"AbsLockTime",15085],[5,"Height",4869,15038],[5,"Time",4869,15038],[5,"DisabledLockTimeError",4869,15014],[5,"IncompatibleHeightError",4869,15014],[5,"IncompatibleTimeError",4869,15014],[5,"PushBytesError",5386,15086],[6,"Error",5386,15000],[6,"UintError",15000],[10,"PushBytesErrorReport",5386,15087],[6,"FromStrError",5953,15019],[6,"TryFromInstructionError",5953,15019],[5,"ParseIntError",10816,15088],[6,"ParseOutPointError",6037,14971],[5,"IndexOutOfBoundsError",6037,14971],[5,"Version",6037,14971],[5,"InputWeightPrediction",6037,14971],[10,"Decodable",6214,15020],[10,"Encodable",6214,15020],[10,"WriteExt",6214,15020],[6,"DecodeError",6214,15089],[10,"IntoDeError",6418,15090],[10,"ReadExt",6214,15020],[5,"CheckedData",6303,15020],[6,"FromHexError",6303,15020],[5,"OddLengthStringError",6796,15034],[5,"Hex",6418,15090],[10,"Case",6453,15091],[10,"EncodeBytes",6418,15090],[5,"DecodeInitError",6453,15091],[5,"DecodeError",6453,15091],[5,"Encoder",6453,15091],[5,"Decoder",6453,15091],[5,"SerializedSignature",6531,15043],[6,"Error",6531,15043],[5,"Iter",15092],[5,"Signature",11712,15093],[5,"MissingPrefixError",6618,15035],[5,"ContainsPrefixError",6618,15035],[17,"Engine"],[17,"Bytes"],[10,"Hash",12239,14978],[10,"HashEngine",12239,14978],[10,"FromHex",6796,15094],[17,"MidState"],[17,"Display"],[10,"DisplayHex",6796,15095],[6,"Case",6796,15096],[10,"Display",14977],[10,"LowerHex",14977],[10,"UpperHex",14977],[5,"InvalidCharError",6796,15034],[5,"InvalidLengthError",7016,15034],[5,"HexToBytesIter",6796,15097],[5,"BytesToHexIter",6796,15097],[10,"ExactSizeIterator",15098],[5,"HexDigitsIter",15097],[10,"DoubleEndedIterator",15099],[10,"FusedIterator",15100],[5,"BufEncoder",6960,15101],[5,"DisplayByteSlice",6978,15095],[5,"DisplayArray",6978,15095],[5,"HashEngine",7078,15047],[17,"Ok"],[17,"SerializeSeq"],[17,"SerializeTuple"],[17,"SerializeTupleStruct"],[17,"SerializeTupleVariant"],[17,"SerializeMap"],[17,"SerializeStruct"],[17,"SerializeStructVariant"],[10,"Error",8715,14986],[10,"SerializeSeq",8715,14986],[10,"SerializeTuple",8715,14986],[10,"SerializeTupleStruct",8715,14986],[10,"SerializeTupleVariant",8715,14986],[10,"SerializeMap",8715,14986],[10,"SerializeStruct",8715,14986],[10,"SerializeStructVariant",8715,14986],[10,"Visitor",7236,14972],[1,"f32"],[1,"i128"],[5,"IgnoredAny",7236,15102],[6,"Unexpected",7236,14972],[17,"Value"],[10,"DeserializeSeed",7236,14972],[10,"Expected",7236,14972],[17,"Deserializer"],[10,"VariantAccess",7236,14972],[10,"SeqAccess",7236,14972],[10,"MapAccess",7236,14972],[5,"Request",15103],[17,"Variant"],[10,"EnumAccess",7236,14972],[5,"UnitDeserializer",7420,15067],[5,"U32Deserializer",7420,15067],[5,"StrDeserializer",7420,15067],[5,"BorrowedStrDeserializer",7420,15067],[5,"CowStrDeserializer",7420,15067],[5,"BytesDeserializer",7420,15067],[5,"BorrowedBytesDeserializer",7420,15067],[5,"MapDeserializer",7420,15067],[5,"Error",7420,15067],[5,"BoolDeserializer",7420,15067],[5,"I8Deserializer",7420,15067],[5,"I16Deserializer",7420,15067],[5,"I32Deserializer",7420,15067],[5,"I64Deserializer",7420,15067],[5,"I128Deserializer",7420,15067],[5,"IsizeDeserializer",7420,15067],[5,"U8Deserializer",7420,15067],[5,"U16Deserializer",7420,15067],[5,"U64Deserializer",7420,15067],[5,"U128Deserializer",7420,15067],[5,"UsizeDeserializer",7420,15067],[5,"F32Deserializer",7420,15067],[5,"F64Deserializer",7420,15067],[5,"CharDeserializer",7420,15067],[5,"SeqDeserializer",7420,15067],[5,"SeqAccessDeserializer",7420,15067],[5,"MapAccessDeserializer",7420,15067],[5,"EnumAccessDeserializer",7420,15067],[1,"isize"],[5,"Impossible",8715,15104],[5,"Source",15103],[10,"SerdeHash",8845,15105],[5,"Hash",8850,15106],[5,"HashEngine",8850,15106],[5,"Midstate",8920,14956],[10,"Tag",9087,15008],[5,"Hash",9134,15107],[5,"HashEngine",9134,15107],[5,"Hash",9190,15108],[5,"HashEngine",9190,15108],[5,"Hash",9260,15109],[5,"HashEngine",9260,15109],[5,"Hash",9316,15110],[5,"State",9316,15110],[5,"HashEngine",9316,15110],[6,"ErrorKind",9408,15026],[5,"Take",9408,15024],[5,"Cursor",9408,15024],[5,"Sink",9408,15024],[5,"Keypair",11931,15005],[10,"Context",11311,14996],[5,"TweakedKeypair",9554,15001],[6,"ParseCompressedPublicKeyError",9554,15001],[5,"InvalidBase58PayloadLengthError",9554,15001],[5,"InvalidAddressVersionError",9554,15001],[5,"Context",11931,15005],[5,"NonNull",15111],[17,"TweakedAux"],[17,"TweakedKey"],[10,"TapTweak",9554,15001],[6,"All",11311,15112],[5,"DisplaySecret",15113],[5,"InvalidParityValue",11311,14993],[5,"AllPreallocated",11311,14996],[5,"ManuallyDrop",15114],[5,"SignOnlyPreallocated",11311,14996],[5,"VerifyOnlyPreallocated",11311,14996],[10,"Rng",12353,15115],[5,"AlignedType",12209,15116],[10,"PreallocatedContext",11311,14996],[5,"RecoverableSignature",11712,15117],[10,"CryptoRng",12353,15118],[6,"SignOnly",11311,15112],[6,"VerifyOnly",11311,15112],[5,"PartialMerkleTree",9924,15021],[5,"UnknownChainHashError",9982,14964],[5,"ServiceFlags",10031,15036],[5,"ParseMagicError",10031,15036],[5,"UnknownMagicError",10031,15036],[6,"AddrV2",10187,15055],[5,"CommandString",10242,15119],[5,"CommandStringError",10242,15119],[5,"RawNetworkMessage",10242,15119],[6,"NetworkMessage",10242,15119],[5,"GetBlocksMessage",10371,15056],[5,"GetHeadersMessage",10371,15056],[5,"FilterLoad",10449,15120],[6,"BloomFlags",10449,15120],[5,"FilterAdd",10449,15120],[5,"SendCmpct",10513,15121],[5,"CmpctBlock",10513,15121],[5,"GetBlockTxn",10513,15121],[5,"BlockTxn",10513,15121],[5,"GetCFilters",10606,15122],[5,"CFilter",10606,15122],[5,"GetCFHeaders",10606,15122],[5,"CFHeaders",10606,15122],[5,"GetCFCheckpt",10606,15122],[5,"CFCheckpt",10606,15122],[5,"VersionMessage",10738,15123],[6,"RejectReason",10738,15123],[5,"Reject",10738,15123],[5,"ParseIntError",15124],[5,"Output",10849,15125],[6,"GetKeyError",10849,15022],[6,"OutputType",10849,15022],[6,"SigningAlgorithm",10849,15022],[6,"IndexOutOfBoundsError",10849,15022],[5,"PsbtSighashType",10849,15126],[5,"Input",10849,15126],[6,"PsbtParseError",10849,15127],[6,"TaprootError",13158,15002],[6,"P2wpkhError",13158,15002],[6,"ConversionError",14967],[5,"ProprietaryKey",11240,15128],[10,"From",15028],[5,"Key",11240,15128],[5,"Pair",11240,15128],[5,"PublicKey",11931,15005],[10,"ThirtyTwoByteHash",11311,14994],[5,"OutOfRangeError",13107,14995],[5,"ElligatorSwift",11856,15129],[5,"SharedSecret",11681,15130],[5,"RecoverableSignature",12177,15131],[5,"Signature",11931,15005],[5,"SerializedSignature",11712,15132],[5,"RecoveryId",11712,15117],[5,"IntoIter",11834,15133],[5,"ElligatorSwiftSharedSecret",11856,15129],[6,"ElligatorSwiftParty",11856,15129],[17,"Target"],[10,"CPtr",11931,15005],[5,"ElligatorSwift",11931,15005],[6,"c_void",12209,15134],[1,"fn"],[5,"SchnorrSigExtraParams",11931,15005],[5,"Hmac",12239,15135],[5,"HmacEngine",12239,15135],[10,"FromStr",15136],[5,"Error",12353,15137],[5,"NonZero",15138],[10,"Fill",12353,15115],[10,"RngCore",12353,15118],[5,"Error",15139],[17,"Seed"],[10,"SeedableRng",12353,15118],[10,"Default",15140],[10,"AsMut",15028],[10,"SampleUniform",12680,15141],[10,"SampleRange",12680,15141],[10,"Distribution",12842,15142],[5,"DistIter",12405,15142],[5,"ThreadRng",12886,15143],[10,"DistString",12405,15142],[5,"Alphanumeric",12405,15144],[5,"Standard",12405,15145],[5,"Bernoulli",12405,15146],[6,"BernoulliError",12405,15146],[5,"OpenClosed01",12405,15147],[5,"Open01",12405,15147],[5,"Slice",12405,15148],[5,"WeightedIndex",12405,15149],[6,"WeightedError",12405,15149],[5,"Uniform",12405,15141],[5,"DistMap",12405,15142],[5,"EmptySlice",15148],[10,"AddAssign",15150],[10,"SampleBorrow",12680,15141],[5,"Wrapping",15151],[10,"SubAssign",15150],[5,"UniformInt",12680,15141],[5,"UniformChar",12680,15141],[5,"UniformFloat",12680,15141],[5,"UniformDuration",12680,15141],[17,"X"],[10,"UniformSampler",12680,15141],[5,"Duration",15152],[5,"WeightedIndex",12830,15153],[10,"Weight",12830,15153],[10,"SliceRandom",13018,15154],[10,"IteratorRandom",13018,15154],[5,"SliceChooseIter",13018,15154],[5,"OsRng",12886,15155],[5,"StdRng",12886,15156],[5,"ReseedingRng",12949,15157],[10,"BlockRngCore",15158],[5,"ReadRng",12949,15159],[5,"ReadError",12949,15159],[5,"StepRng",12997,15160],[10,"Index",15161],[6,"IndexVec",13050,15162],[6,"IndexVecIntoIter",13050,15162],[6,"IndexVecIter",13050,15162],[5,"Annex",13158,15002],[6,"Prevouts",13158,15002],[5,"PrevoutsSizeError",13158,15002],[5,"PrevoutsKindError",13158,15002],[6,"PrevoutsIndexError",13158,15002],[5,"SighashTypeParseError",13158,15002],[5,"SingleMissingOutputError",13158,15002],[6,"AnnexError",13158,15002],[6,"SigningDataError",13158,15002],[6,"EncodeSigningDataResult",13158,15002],[10,"BorrowMut",14974],[6,"MessageSignatureError",13507,15163],[5,"MessageSignature",13507,15163],[5,"TaprootBuilder",13562,15003],[6,"TaprootBuilderError",13562,15003],[6,"TapLeaf",13562,15003],[6,"SigFromSliceError",13562,15042],[6,"IncompleteBuilderError",13562,15003],[6,"HiddenNodesError",13562,15003],[5,"TapTree",13562,15003],[5,"NodeInfo",13562,15003],[5,"ScriptLeaf",13562,15003],[5,"FutureLeafVersion",13562,15003],[6,"TaprootError",13562,15003],[5,"LeafNodes",13562,15003],[5,"ScriptLeaves",13562,15003],[5,"BTreeSet",15164],[5,"SerializedSignature",14227,15165],[5,"IntoIter",14201,15062],[5,"IntoIter",14227,15166],[5,"IndexedTxGraph",14282],[5,"ChangeSet",14282],[10,"Indexer",14333],[5,"ChangeSet",14342],[5,"ChangeSet",14767],[17,"ChangeSet"],[5,"KeychainTxOutIndex",14342],[6,"InsertDescriptorError",14342],[5,"Transaction",15167],[5,"SpkTxOutIndex",14450],[8,"Indexed",0,15168],[8,"KeychainIndexed",0,15168],[10,"SyncRequestBuilderExt",14342],[10,"FullScanRequestBuilderExt",14342],[5,"LocalChain",14487],[5,"ChangeSet",14487],[5,"MissingGenesisError",14487],[5,"CannotConnectError",14487],[6,"ApplyHeaderError",14487],[5,"AlterCheckPointError",14487],[5,"SyncRequestBuilder",14621,15169],[5,"SyncRequest",14621,15169],[5,"FullScanRequestBuilder",14621,15169],[5,"FullScanRequest",14621,15169],[6,"SyncItem",14621,15169],[5,"SyncProgress",14621,15169],[5,"SyncResult",14621,15169],[5,"FullScanResult",14621,15169],[10,"Any",14990],[10,"Send",15025],[17,"IntoIter"],[6,"CalculateFeeError",14767],[5,"TxNode",14767],[5,"CanonicalTx",14767],[5,"Arc",15170],[5,"TxAncestors",14767],[5,"TxDescendants",14767],[5,"HashSet",15171],[15,"Confirmed",365],[15,"Unconfirmed",365],[15,"P2pkh",3030],[15,"P2sh",3030],[15,"Segwit",3030],[8,"ExtendendPubKey",4149],[8,"ExtendendPrivKey",4149],[15,"Normal",4481],[15,"Hardened",4481],[15,"InvalidChecksum",6396],[15,"OversizedVectorAllocation",6396],[10,"ByteDecoder",6418],[10,"ByteEncoder",6418],[5,"With",6418],[6,"Lower",6453],[6,"Upper",6453],[5,"HmacMidState",7065],[8,"Result",9408],[15,"Unknown",10369],[15,"Unknown",10447],[15,"UnexpectedUnsignedTx",11227],[15,"InvalidPreimageHashPair",11227],[15,"AbsurdFeeRate",11232],[15,"SendingTooMuch",11232],[15,"MissingInputValue",11232],[15,"Inputs",11236],[15,"TxInput",11236],[8,"NonceFn",11931],[8,"EcdhHashFn",11931],[8,"SchnorrNonceFn",11931],[8,"EllswiftEcdhHashFn",11931],[15,"DescriptorAlreadyAssigned",14446],[15,"KeychainAlreadyAssigned",14446]],"r":[[0,14954],[1,14954],[3,14961],[4,14952],[5,14955],[7,14979],[8,14960],[9,14957],[10,14957],[11,14955],[12,14960],[15,14953],[16,14953],[18,14960],[20,15168],[21,14282],[22,14333],[23,15168],[24,14954],[25,14961],[26,14767],[27,14958],[244,14333],[275,15168],[276,14333],[368,14997],[369,14997],[374,14969],[380,14970],[381,14970],[383,14992],[384,15001],[388,14969],[391,15002],[392,15015],[393,14998],[394,14998],[395,14997],[396,15002],[418,15021],[424,14964],[425,14964],[434,15016],[435,14971],[442,15001],[443,15022],[444,15001],[445,15001],[451,15004],[452,14966],[453,15000],[454,15002],[455,14971],[456,14969],[462,15003],[463,15003],[464,15003],[465,15003],[466,15002],[467,15002],[468,15002],[469,15003],[470,15003],[471,14992],[475,14971],[476,14971],[477,14970],[478,14971],[479,14971],[497,15020],[499,15001],[500,15000],[501,14991],[502,15017],[503,14970],[504,14970],[505,15018],[506,15019],[507,14992],[508,14971],[509,14999],[510,14993],[526,15172],[547,15172],[651,15172],[652,15172],[653,15172],[656,15172],[993,15172],[1117,15173],[1317,15172],[1878,15172],[2015,15173],[2027,15172],[2043,15172],[2068,15172],[2090,15172],[2143,15172],[2145,15172],[2161,15172],[2248,15173],[2252,15172],[2270,15172],[2759,14997],[2760,14997],[2761,14997],[2765,15037],[2768,15037],[2770,15037],[2771,14997],[2773,15037],[2775,14997],[2776,14997],[2777,14997],[2779,15037],[2784,15037],[2788,15037],[2792,15037],[2794,15037],[2887,14997],[3036,15037],[3038,15037],[3040,15037],[3042,15037],[3044,15037],[3045,15037],[3046,15037],[3047,15037],[3049,15037],[3055,14969],[3059,14969],[3060,14969],[3061,14969],[3070,14969],[3073,14969],[3101,14969],[3116,15051],[3117,15051],[3118,15051],[3119,15051],[3127,15174],[3128,15174],[3129,15174],[3130,15175],[3131,15175],[3132,15176],[3133,15176],[3134,15176],[3135,15177],[3136,15177],[3138,15050],[3140,15050],[3141,14989],[3143,15031],[3235,15178],[3236,15178],[3261,15178],[3262,15178],[3263,15178],[3285,15178],[3507,15050],[3509,15050],[3510,15050],[3512,15050],[3550,15077],[3553,15077],[3554,15076],[3555,15078],[3562,15179],[3576,15077],[3578,15077],[3579,15077],[3580,15077],[3584,15077],[3585,15179],[3586,15076],[3588,15076],[3589,15076],[3590,15076],[3593,15076],[3594,15179],[3617,15179],[3618,15179],[3638,15179],[3639,15079],[3640,15079],[3641,15079],[3642,15079],[3644,15079],[3646,15079],[3648,15079],[3649,15079],[3683,15080],[3695,15078],[3697,15078],[3699,15078],[3700,15078],[3701,15078],[3702,15081],[3703,15081],[3748,15078],[3777,15081],[3778,15081],[3779,15081],[3780,15081],[3781,15081],[3782,15081],[3783,15081],[3784,15081],[3791,15078],[3800,15082],[3813,15083],[3814,15084],[3815,15083],[3845,15057],[3846,15057],[3847,15057],[3848,15057],[3850,15057],[3851,15057],[3852,15057],[4035,14998],[4036,14998],[4037,14998],[4038,14998],[4039,14998],[4040,14998],[4041,14998],[4042,14998],[4043,14998],[4044,14998],[4151,14999],[4152,14999],[4153,14999],[4154,14999],[4155,14999],[4156,14999],[4157,14999],[4158,14999],[4161,14999],[4163,14999],[4168,14999],[4173,14999],[4174,14999],[4175,14999],[4483,15015],[4484,14991],[4485,15180],[4486,15180],[4487,15180],[4488,15180],[4489,15180],[4490,15180],[4491,15180],[4492,15180],[4493,15180],[4496,14970],[4497,14970],[4498,14970],[4499,14970],[4506,14970],[4509,14970],[4510,14970],[4511,14970],[4512,14970],[4615,15012],[4616,15012],[4617,15012],[4618,15012],[4619,15012],[4620,15012],[4621,15012],[4622,15012],[4623,15012],[4625,15012],[4626,15012],[4628,15012],[4629,15012],[4631,15012],[4662,15012],[4680,15015],[4681,15181],[4682,15181],[4684,15041],[4685,15041],[4686,15041],[4687,15013],[4692,15041],[4693,15041],[4696,15041],[4870,15014],[4871,15038],[4872,15014],[4873,15014],[4874,15014],[4880,15038],[4882,15038],[5079,15016],[5080,15016],[5084,15016],[5085,15016],[5086,15016],[5087,15016],[5088,15016],[5089,15016],[5096,15016],[5130,15182],[5131,15182],[5132,15182],[5133,15182],[5134,15182],[5135,15182],[5136,15182],[5137,15182],[5138,15182],[5139,15182],[5140,15182],[5141,15182],[5142,15182],[5143,15182],[5144,15182],[5145,15182],[5146,15182],[5147,15182],[5148,15182],[5149,15182],[5150,15182],[5151,15182],[5152,15182],[5153,15182],[5154,15182],[5155,15182],[5156,15182],[5157,15182],[5158,15182],[5159,15182],[5160,15182],[5161,15182],[5162,15182],[5163,15182],[5164,15182],[5165,15182],[5166,15182],[5167,15182],[5168,15182],[5169,15182],[5170,15182],[5171,15182],[5172,15182],[5173,15182],[5174,15182],[5175,15182],[5176,15182],[5177,15182],[5178,15182],[5179,15182],[5180,15182],[5181,15182],[5182,15182],[5183,15182],[5184,15182],[5185,15182],[5186,15182],[5187,15182],[5188,15182],[5189,15182],[5190,15182],[5191,15182],[5192,15182],[5193,15182],[5194,15182],[5195,15182],[5196,15182],[5197,15182],[5198,15182],[5199,15182],[5200,15182],[5201,15182],[5202,15182],[5203,15182],[5204,15182],[5205,15182],[5206,15182],[5207,15182],[5208,15182],[5209,15182],[5210,15182],[5211,15182],[5212,15182],[5213,15182],[5214,15182],[5215,15182],[5216,15182],[5217,15182],[5218,15182],[5219,15182],[5220,15182],[5221,15182],[5222,15182],[5223,15182],[5224,15182],[5225,15182],[5226,15182],[5227,15182],[5228,15182],[5229,15182],[5230,15182],[5231,15182],[5232,15182],[5233,15182],[5234,15182],[5235,15182],[5236,15182],[5237,15182],[5238,15182],[5239,15182],[5240,15182],[5241,15182],[5242,15182],[5243,15182],[5244,15182],[5245,15182],[5246,15182],[5247,15182],[5248,15182],[5249,15182],[5250,15182],[5251,15182],[5252,15182],[5253,15182],[5254,15182],[5255,15182],[5256,15182],[5257,15182],[5258,15182],[5259,15182],[5260,15182],[5261,15182],[5262,15182],[5263,15182],[5264,15182],[5265,15182],[5266,15182],[5267,15182],[5268,15182],[5269,15182],[5270,15182],[5271,15182],[5272,15182],[5273,15182],[5274,15182],[5275,15182],[5276,15182],[5277,15182],[5278,15182],[5279,15182],[5280,15182],[5281,15182],[5282,15182],[5283,15182],[5284,15182],[5285,15182],[5286,15182],[5287,15182],[5288,15182],[5289,15182],[5290,15182],[5291,15182],[5292,15182],[5293,15182],[5294,15182],[5295,15182],[5296,15182],[5297,15182],[5298,15182],[5299,15182],[5300,15182],[5301,15182],[5302,15182],[5303,15182],[5304,15182],[5305,15182],[5306,15182],[5307,15182],[5308,15182],[5309,15182],[5310,15182],[5311,15182],[5312,15182],[5313,15182],[5314,15182],[5315,15182],[5316,15182],[5317,15182],[5318,15182],[5319,15182],[5320,15182],[5321,15182],[5322,15182],[5323,15182],[5324,15182],[5325,15182],[5326,15182],[5327,15182],[5328,15182],[5329,15182],[5330,15182],[5331,15182],[5332,15182],[5333,15182],[5334,15182],[5335,15182],[5336,15182],[5337,15182],[5338,15182],[5339,15182],[5340,15182],[5341,15182],[5342,15182],[5343,15182],[5344,15182],[5345,15182],[5346,15182],[5347,15182],[5348,15182],[5349,15182],[5350,15182],[5351,15182],[5352,15182],[5353,15182],[5354,15182],[5355,15182],[5356,15182],[5357,15182],[5358,15182],[5359,15182],[5360,15182],[5361,15182],[5362,15182],[5363,15182],[5364,15182],[5365,15182],[5366,15182],[5367,15182],[5368,15182],[5369,15182],[5370,15182],[5371,15182],[5372,15182],[5373,15182],[5374,15182],[5375,15182],[5376,15182],[5377,15182],[5378,15182],[5379,15182],[5380,15182],[5381,15182],[5382,15182],[5383,15182],[5384,15182],[5385,15182],[5386,15011],[5387,15004],[5389,15000],[5390,15029],[5391,15029],[5392,15029],[5396,15009],[5398,15009],[5399,15086],[5400,15087],[5401,15004],[5402,14966],[5403,15000],[5406,15000],[5862,15000],[5863,15000],[5864,15000],[5925,15000],[5926,15000],[5927,15000],[5928,15018],[5931,15018],[5932,15018],[5933,15018],[5954,15019],[5957,15019],[5958,15019],[5977,15019],[6038,14971],[6039,14971],[6040,14971],[6042,14971],[6043,14971],[6049,14971],[6050,14971],[6053,14971],[6054,14971],[6055,14971],[6056,14971],[6058,14971],[6061,14971],[6090,14971],[6145,14971],[6146,14971],[6197,14991],[6198,14991],[6199,15017],[6200,15017],[6216,15020],[6217,15089],[6218,15020],[6221,15010],[6223,15020],[6227,15020],[6243,15020],[6244,15020],[6256,15089],[6275,15089],[6290,15089],[6291,15020],[6303,15020],[6304,15020],[6306,15020],[6307,15020],[6308,15020],[6311,15020],[6316,15020],[6318,15020],[6319,15020],[6335,15020],[6336,15020],[6337,15020],[6377,15020],[6378,15020],[6400,15010],[6401,15010],[6402,15010],[6403,15010],[6404,15010],[6418,15090],[6419,15090],[6422,15090],[6424,15090],[6426,15090],[6427,15090],[6440,15090],[6453,15091],[6454,15091],[6455,15091],[6456,15091],[6457,15091],[6458,15091],[6459,15091],[6532,15043],[6535,15043],[6537,15043],[6619,15035],[6621,15035],[6624,15088],[6625,15035],[6626,15035],[6701,14970],[6702,14998],[6703,14998],[6704,14970],[6705,14971],[6706,14970],[6707,14970],[6708,14971],[6713,14978],[6714,14978],[6715,14978],[6716,15135],[6717,15135],[6722,14978],[6723,14978],[6729,14978],[6731,14978],[6732,14978],[6733,14978],[6737,14978],[6738,14978],[6739,14978],[6740,14978],[6741,14978],[6742,14978],[6743,14978],[6744,14978],[6745,14978],[6746,14978],[6747,14978],[6748,14978],[6750,15183],[6751,15007],[6796,15097],[6797,15096],[6799,15095],[6801,15094],[6802,15097],[6803,15034],[6804,15034],[6805,15097],[6808,15034],[6812,15034],[6830,15096],[6842,15096],[6858,15096],[6868,15096],[6884,15096],[6907,15096],[6908,15096],[6916,15096],[6959,15096],[6960,15101],[6979,15095],[6980,15095],[6981,15095],[6996,15096],[7000,15096],[7016,15034],[7017,15034],[7020,15034],[7022,15034],[7024,15034],[7046,15094],[7047,15034],[7048,15034],[7055,15095],[7057,15094],[7065,15135],[7066,15135],[7067,15135],[7078,15047],[7079,15047],[7149,14972],[7150,15184],[7151,14972],[7155,14986],[7156,15184],[7164,14986],[7168,15185],[7201,15185],[7204,15185],[7239,14972],[7240,14972],[7241,14972],[7242,14972],[7245,14972],[7246,14972],[7252,14972],[7254,15102],[7255,14972],[7257,14972],[7263,14972],[7269,14972],[7276,14972],[7277,14972],[7373,14972],[7420,15067],[7421,15067],[7422,15067],[7423,15067],[7424,15067],[7425,15067],[7426,15067],[7427,15067],[7428,15067],[7429,15067],[7430,15067],[7431,15067],[7432,15067],[7433,15067],[7434,15067],[7435,15067],[7436,15067],[7437,15067],[7438,15067],[7439,15067],[7440,15067],[7441,15067],[7442,15067],[7443,15067],[7444,15067],[7445,15067],[7446,15067],[7447,15067],[7448,15067],[8715,14986],[8724,15104],[8733,14986],[8734,14986],[8736,14986],[8738,14986],[8740,14986],[8742,14986],[8744,14986],[8746,14986],[8748,14986],[8844,15186],[8846,15105],[8850,15106],[8851,15106],[8920,14956],[8921,14956],[8922,14956],[9034,15006],[9087,15008],[9088,15008],[9134,15107],[9135,15107],[9190,15108],[9191,15108],[9260,15109],[9261,15109],[9316,15110],[9317,15110],[9318,15110],[9412,15024],[9416,15024],[9418,15026],[9419,15026],[9428,15024],[9429,15024],[9430,15024],[9431,15024],[9435,15024],[9486,15024],[9523,15024],[9555,15001],[9558,15001],[9559,15001],[9562,15001],[9564,15001],[9569,14993],[9571,14993],[9572,15001],[9573,15001],[9574,15001],[9575,15001],[9576,15001],[9577,14994],[9581,15001],[9582,15001],[9585,15001],[9586,15001],[9587,15001],[9588,15001],[9589,15001],[9590,14996],[9591,15001],[9592,14993],[9927,15021],[9928,15021],[9934,15021],[9942,15187],[9943,15187],[9984,14964],[9985,14964],[9986,14964],[9991,14964],[9992,14964],[10029,15188],[10030,15188],[10031,15055],[10036,15036],[10041,15036],[10042,15036],[10045,15036],[10047,15036],[10050,15036],[10140,15036],[10141,15036],[10142,15036],[10143,15036],[10144,15036],[10145,15036],[10187,15055],[10188,15055],[10189,15055],[10251,15119],[10252,15119],[10267,15119],[10268,15119],[10271,15119],[10275,15119],[10374,15056],[10375,15056],[10376,15056],[10450,15120],[10451,15120],[10452,15120],[10513,15121],[10514,15121],[10515,15121],[10516,15121],[10606,15122],[10607,15122],[10608,15122],[10609,15122],[10610,15122],[10611,15122],[10746,15123],[10747,15123],[10748,15123],[10816,15088],[10837,15189],[10838,15189],[10839,15189],[10840,15189],[10841,15189],[10842,15189],[10843,15189],[10844,15189],[10845,15189],[10846,14992],[10847,14992],[10848,14992],[10859,15023],[10861,15022],[10863,15022],[10864,15022],[10866,15022],[10867,15126],[10885,15022],[10900,15125],[10901,15022],[10904,15022],[10906,15127],[10907,15126],[10917,15022],[10918,15022],[10919,15022],[10920,15022],[10921,15022],[11117,15022],[11121,15022],[11240,15128],[11241,15128],[11242,15128],[11243,15128],[11311,15112],[11312,14996],[11313,14996],[11315,14994],[11321,14993],[11330,14993],[11332,14994],[11336,14993],[11337,14996],[11338,14993],[11339,14995],[11340,14994],[11341,14993],[11342,15112],[11343,14996],[11344,14996],[11345,14994],[11346,14996],[11347,15112],[11348,14996],[11349,14993],[11425,14994],[11436,14994],[11437,14994],[11438,14994],[11543,14994],[11544,14994],[11583,14994],[11584,14994],[11665,15190],[11666,15190],[11667,15190],[11668,15190],[11669,15190],[11670,15190],[11671,15190],[11672,15190],[11673,15190],[11674,15190],[11675,15190],[11676,15190],[11677,15190],[11678,15190],[11679,15190],[11680,15190],[11681,15130],[11706,15130],[11712,15117],[11713,15117],[11714,15132],[11715,15093],[11806,15093],[11834,15133],[11835,15132],[11858,15129],[11859,15129],[11860,15129],[11931,15005],[11932,15005],[11933,15005],[11934,15005],[11935,15005],[11936,15005],[11937,15005],[11942,15005],[11943,15005],[11944,15005],[11945,15005],[11946,15005],[11947,15005],[11948,15005],[11949,15005],[11950,15005],[11956,15005],[12010,15005],[12054,15005],[12055,15005],[12074,15005],[12080,15005],[12081,15005],[12082,15005],[12083,15005],[12084,15005],[12085,15005],[12086,15005],[12087,15005],[12088,15005],[12089,15005],[12090,15005],[12091,15005],[12092,15005],[12093,15005],[12094,15005],[12095,15005],[12096,15005],[12097,15005],[12098,15005],[12099,15005],[12100,15005],[12101,15005],[12102,15005],[12103,15005],[12104,15005],[12105,15005],[12106,15005],[12107,15005],[12108,15005],[12109,15005],[12110,15005],[12111,15005],[12112,15005],[12113,15005],[12114,15005],[12115,15005],[12116,15005],[12117,15005],[12118,15005],[12119,15005],[12120,15005],[12121,15005],[12122,15005],[12123,15005],[12124,15005],[12125,15005],[12126,15005],[12127,15005],[12128,15005],[12129,15005],[12130,15005],[12131,15005],[12132,15005],[12133,15005],[12134,15005],[12135,15005],[12136,15005],[12165,15005],[12177,15131],[12199,15131],[12200,15131],[12201,15131],[12202,15131],[12203,15131],[12209,15116],[12215,15116],[12216,15116],[12217,15116],[12218,15116],[12219,15134],[12228,15116],[12243,14978],[12244,14978],[12245,14978],[12246,15135],[12247,15135],[12261,14978],[12310,14978],[12311,14978],[12329,14978],[12331,14978],[12354,15118],[12355,15137],[12356,15115],[12358,15115],[12359,15118],[12361,15118],[12365,15191],[12385,15191],[12386,15191],[12389,15191],[12393,15191],[12396,15143],[12406,15144],[12407,15146],[12408,15146],[12409,15142],[12410,15142],[12411,15142],[12412,15142],[12416,15147],[12417,15147],[12418,15148],[12419,15145],[12421,15141],[12422,15149],[12423,15149],[12665,15145],[12679,15145],[12680,15141],[12681,15141],[12682,15141],[12684,15141],[12685,15141],[12686,15141],[12687,15141],[12688,15141],[12689,15141],[12827,15149],[12828,15149],[12829,15192],[12830,15153],[12831,15153],[12842,15118],[12843,15142],[12845,15154],[12846,15115],[12847,15118],[12849,15118],[12850,15154],[12851,15156],[12852,15143],[12876,15191],[12883,15143],[12886,15155],[12887,15156],[12888,15143],[12889,15193],[12924,15193],[12949,15159],[12950,15159],[12951,15157],[12997,15160],[13019,15154],[13020,15154],[13021,15154],[13036,15154],[13050,15162],[13051,15162],[13052,15162],[13087,15162],[13088,15162],[13107,14995],[13108,14995],[13127,15048],[13163,15002],[13164,15002],[13166,15002],[13168,15002],[13174,15002],[13176,15002],[13177,15002],[13184,15002],[13185,15002],[13187,15002],[13189,15002],[13191,15002],[13192,15002],[13193,15002],[13196,15002],[13198,15002],[13199,15002],[13203,15002],[13206,15002],[13207,15002],[13208,15002],[13209,15002],[13507,15194],[13511,15163],[13512,15163],[13547,15194],[13562,15003],[13566,15003],[13568,15003],[13571,15003],[13580,15003],[13581,15003],[13582,15003],[13583,15003],[13588,15003],[13589,15003],[13591,15042],[13593,15042],[13594,15003],[13595,15003],[13596,15003],[13597,15003],[13598,15003],[13599,15003],[13600,15003],[13601,15003],[13602,15003],[13603,15003],[13604,15003],[13605,15003],[13607,15003],[13608,15003],[13609,15003],[13610,15003],[13611,15003],[13612,15003],[13613,15062],[13614,15003],[14021,15003],[14069,15003],[14201,15062],[14202,15062],[14227,15166],[14228,15165],[14493,14957],[14494,14957],[14621,15169],[14622,15169],[14623,15169],[14626,15169],[14627,15169],[14628,15169],[14629,15169],[14630,15169],[14780,14958]],"b":[[38,"impl-AsRef%3C%5Bu8%5D%3E-for-DescriptorId"],[39,"impl-AsRef%3C%5Bu8;+%3C%24hash+as+%24crate::Hash%3E::LEN%5D%3E-for-DescriptorId"],[99,"impl-FromSql-for-Impl%3CNetwork%3E"],[100,"impl-FromSql-for-Impl%3CScriptBuf%3E"],[101,"impl-FromSql-for-Impl%3CDescriptor%3CDescriptorPublicKey%3E%3E"],[102,"impl-FromSql-for-Impl%3CAmount%3E"],[103,"impl-FromSql-for-Impl%3CBlockHash%3E"],[104,"impl-FromSql-for-Impl%3CTransaction%3E"],[105,"impl-FromSql-for-Impl%3CTxid%3E"],[106,"impl-FromSql-for-Impl%3CDescriptorId%3E"],[158,"impl-Display-for-Balance"],[159,"impl-Debug-for-Balance"],[163,"impl-LowerHex-for-DescriptorId"],[164,"impl-Debug-for-DescriptorId"],[165,"impl-Display-for-DescriptorId"],[166,"impl-UpperHex-for-DescriptorId"],[169,"impl-From%3C(u32,+BlockHash)%3E-for-BlockId"],[170,"impl-From%3C(%26u32,+%26BlockHash)%3E-for-BlockId"],[291,"impl-ToSql-for-Impl%3CAmount%3E"],[292,"impl-ToSql-for-Impl%3CTransaction%3E"],[293,"impl-ToSql-for-Impl%3CTxid%3E"],[294,"impl-ToSql-for-Impl%3CDescriptor%3CDescriptorPublicKey%3E%3E"],[295,"impl-ToSql-for-Impl%3CScriptBuf%3E"],[296,"impl-ToSql-for-Impl%3CDescriptorId%3E"],[297,"impl-ToSql-for-Impl%3CNetwork%3E"],[298,"impl-ToSql-for-Impl%3CBlockHash%3E"],[569,"impl-AsMut%3C%5Bu8%5D%3E-for-Script"],[570,"impl-AsMut%3CScript%3E-for-Script"],[571,"impl-AsMut%3C%5Bu8%5D%3E-for-ScriptBuf"],[572,"impl-AsMut%3CScript%3E-for-ScriptBuf"],[597,"impl-AsRef%3C%5Bu8;+bitcoin::::bip158::%7Bimpl%2317%7D::%7Bconstant%230%7D%5D%3E-for-FilterHash"],[598,"impl-AsRef%3C%5Bu8%5D%3E-for-FilterHash"],[599,"impl-AsRef%3C%5Bu8;+bitcoin::::bip158::%7Bimpl%2324%7D::%7Bconstant%230%7D%5D%3E-for-FilterHeader"],[600,"impl-AsRef%3C%5Bu8%5D%3E-for-FilterHeader"],[601,"impl-AsRef%3C%5Bu8%5D%3E-for-XKeyIdentifier"],[602,"impl-AsRef%3C%5Bu8;+bitcoin::::bip32::%7Bimpl%23106%7D::%7Bconstant%230%7D%5D%3E-for-XKeyIdentifier"],[603,"impl-AsRef%3C%5Bu8;+bitcoin::::blockdata::block::%7Bimpl%2322%7D::%7Bconstant%230%7D%5D%3E-for-BlockHash"],[604,"impl-AsRef%3C%5Bu8%5D%3E-for-BlockHash"],[605,"impl-AsRef%3C%5Bu8;+bitcoin::::blockdata::block::%7Bimpl%2329%7D::%7Bconstant%230%7D%5D%3E-for-TxMerkleNode"],[606,"impl-AsRef%3C%5Bu8%5D%3E-for-TxMerkleNode"],[607,"impl-AsRef%3C%5Bu8;+bitcoin::::blockdata::block::%7Bimpl%2336%7D::%7Bconstant%230%7D%5D%3E-for-WitnessMerkleNode"],[608,"impl-AsRef%3C%5Bu8%5D%3E-for-WitnessMerkleNode"],[609,"impl-AsRef%3C%5Bu8%5D%3E-for-WitnessCommitment"],[610,"impl-AsRef%3C%5Bu8;+bitcoin::::blockdata::block::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-WitnessCommitment"],[611,"impl-AsRef%3C%5Bu8%5D%3E-for-Script"],[612,"impl-AsRef%3CScript%3E-for-Script"],[613,"impl-AsRef%3CScript%3E-for-ScriptBuf"],[614,"impl-AsRef%3C%5Bu8%5D%3E-for-ScriptBuf"],[615,"impl-AsRef%3C%5Bu8%5D%3E-for-ScriptHash"],[616,"impl-AsRef%3CPushBytes%3E-for-ScriptHash"],[617,"impl-AsRef%3C%5Bu8;+bitcoin::::blockdata::script::%7Bimpl%2356%7D::%7Bconstant%230%7D%5D%3E-for-ScriptHash"],[618,"impl-AsRef%3C%5Bu8;+bitcoin::::blockdata::script::%7Bimpl%2363%7D::%7Bconstant%230%7D%5D%3E-for-WScriptHash"],[619,"impl-AsRef%3C%5Bu8%5D%3E-for-WScriptHash"],[620,"impl-AsRef%3CPushBytes%3E-for-WScriptHash"],[621,"impl-AsRef%3C%5Bu8%5D%3E-for-Txid"],[622,"impl-AsRef%3C%5Bu8;+bitcoin::::blockdata::transaction::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-Txid"],[623,"impl-AsRef%3C%5Bu8%5D%3E-for-Wtxid"],[624,"impl-AsRef%3C%5Bu8;+bitcoin::::blockdata::transaction::%7Bimpl%2356%7D::%7Bconstant%230%7D%5D%3E-for-Wtxid"],[625,"impl-AsRef%3CPushBytes%3E-for-PubkeyHash"],[626,"impl-AsRef%3C%5Bu8;+bitcoin::::crypto::key::%7Bimpl%2383%7D::%7Bconstant%230%7D%5D%3E-for-PubkeyHash"],[627,"impl-AsRef%3C%5Bu8%5D%3E-for-PubkeyHash"],[628,"impl-AsRef%3C%5Bu8%5D%3E-for-WPubkeyHash"],[629,"impl-AsRef%3C%5Bu8;+bitcoin::::crypto::key::%7Bimpl%2390%7D::%7Bconstant%230%7D%5D%3E-for-WPubkeyHash"],[630,"impl-AsRef%3CPushBytes%3E-for-WPubkeyHash"],[631,"impl-AsRef%3C%5Bu8;+bitcoin::::crypto::sighash::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-LegacySighash"],[632,"impl-AsRef%3C%5Bu8%5D%3E-for-LegacySighash"],[633,"impl-AsRef%3C%5Bu8%5D%3E-for-SegwitV0Sighash"],[634,"impl-AsRef%3C%5Bu8;+bitcoin::::crypto::sighash::%7Bimpl%2356%7D::%7Bconstant%230%7D%5D%3E-for-SegwitV0Sighash"],[635,"impl-AsRef%3C%5Bu8;+bitcoin::::crypto::sighash::%7Bimpl%23109%7D::%7Bconstant%230%7D%5D%3E-for-TapSighash"],[636,"impl-AsRef%3C%5Bu8%5D%3E-for-TapSighash"],[638,"impl-AsRef%3C%5Bu8;+bitcoin::::taproot::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-TapLeafHash"],[639,"impl-AsRef%3C%5Bu8%5D%3E-for-TapLeafHash"],[640,"impl-AsRef%3C%5Bu8%5D%3E-for-TapNodeHash"],[641,"impl-AsRef%3C%5Bu8;+bitcoin::::taproot::%7Bimpl%23104%7D::%7Bconstant%230%7D%5D%3E-for-TapNodeHash"],[642,"impl-AsRef%3C%5Bu8%5D%3E-for-TapTweakHash"],[643,"impl-AsRef%3C%5Bu8;+bitcoin::::taproot::%7Bimpl%23137%7D::%7Bconstant%230%7D%5D%3E-for-TapTweakHash"],[1097,"impl-Psbt"],[1098,"impl-Deserialize%3C\'de%3E-for-Psbt"],[1108,"impl-Div%3CWeight%3E-for-Amount"],[1109,"impl-Div%3Cu64%3E-for-Amount"],[1111,"impl-Div-for-Weight"],[1112,"impl-Div%3Cu64%3E-for-Weight"],[1161,"impl-PartialEq-for-Script"],[1162,"impl-PartialEq%3CScriptBuf%3E-for-Script"],[1163,"impl-PartialEq-for-ScriptBuf"],[1164,"impl-PartialEq%3CScript%3E-for-ScriptBuf"],[1338,"impl-Debug-for-Denomination"],[1339,"impl-Display-for-Denomination"],[1340,"impl-Debug-for-Amount"],[1341,"impl-Display-for-Amount"],[1342,"impl-Display-for-SignedAmount"],[1343,"impl-Debug-for-SignedAmount"],[1344,"impl-Debug-for-FeeRate"],[1345,"impl-Display-for-FeeRate"],[1346,"impl-LowerHex-for-XOnlyPublicKey"],[1347,"impl-Display-for-XOnlyPublicKey"],[1348,"impl-Debug-for-XOnlyPublicKey"],[1349,"impl-Debug-for-Weight"],[1350,"impl-Display-for-Weight"],[1351,"impl-Display-for-AddressType"],[1352,"impl-Debug-for-AddressType"],[1354,"impl-Debug-for-Address%3CV%3E"],[1355,"impl-Display-for-Address"],[1356,"impl-LowerHex-for-FilterHash"],[1357,"impl-UpperHex-for-FilterHash"],[1358,"impl-Debug-for-FilterHash"],[1359,"impl-Display-for-FilterHash"],[1360,"impl-Display-for-FilterHeader"],[1361,"impl-UpperHex-for-FilterHeader"],[1362,"impl-Debug-for-FilterHeader"],[1363,"impl-LowerHex-for-FilterHeader"],[1364,"impl-Display-for-XKeyIdentifier"],[1365,"impl-Debug-for-XKeyIdentifier"],[1366,"impl-LowerHex-for-XKeyIdentifier"],[1367,"impl-UpperHex-for-XKeyIdentifier"],[1368,"impl-LowerHex-for-BlockHash"],[1369,"impl-UpperHex-for-BlockHash"],[1370,"impl-Display-for-BlockHash"],[1371,"impl-Debug-for-BlockHash"],[1372,"impl-LowerHex-for-TxMerkleNode"],[1373,"impl-Debug-for-TxMerkleNode"],[1374,"impl-Display-for-TxMerkleNode"],[1375,"impl-UpperHex-for-TxMerkleNode"],[1376,"impl-UpperHex-for-WitnessMerkleNode"],[1377,"impl-Debug-for-WitnessMerkleNode"],[1378,"impl-Display-for-WitnessMerkleNode"],[1379,"impl-LowerHex-for-WitnessMerkleNode"],[1380,"impl-LowerHex-for-WitnessCommitment"],[1381,"impl-Debug-for-WitnessCommitment"],[1382,"impl-Display-for-WitnessCommitment"],[1383,"impl-UpperHex-for-WitnessCommitment"],[1385,"impl-Debug-for-Opcode"],[1386,"impl-Display-for-Opcode"],[1387,"impl-LowerHex-for-Script"],[1388,"impl-Debug-for-Script"],[1389,"impl-Display-for-Script"],[1390,"impl-UpperHex-for-Script"],[1391,"impl-Debug-for-ScriptBuf"],[1392,"impl-UpperHex-for-ScriptBuf"],[1393,"impl-Display-for-ScriptBuf"],[1394,"impl-LowerHex-for-ScriptBuf"],[1396,"impl-Debug-for-WitnessVersion"],[1397,"impl-Display-for-WitnessVersion"],[1398,"impl-Display-for-ScriptHash"],[1399,"impl-Debug-for-ScriptHash"],[1400,"impl-UpperHex-for-ScriptHash"],[1401,"impl-LowerHex-for-ScriptHash"],[1402,"impl-UpperHex-for-WScriptHash"],[1403,"impl-Display-for-WScriptHash"],[1404,"impl-LowerHex-for-WScriptHash"],[1405,"impl-Debug-for-WScriptHash"],[1406,"impl-UpperHex-for-Txid"],[1407,"impl-LowerHex-for-Txid"],[1408,"impl-Debug-for-Txid"],[1409,"impl-Display-for-Txid"],[1410,"impl-UpperHex-for-Wtxid"],[1411,"impl-Debug-for-Wtxid"],[1412,"impl-LowerHex-for-Wtxid"],[1413,"impl-Display-for-Wtxid"],[1414,"impl-Display-for-OutPoint"],[1415,"impl-Debug-for-OutPoint"],[1417,"impl-Display-for-Sequence"],[1418,"impl-Debug-for-Sequence"],[1419,"impl-UpperHex-for-Sequence"],[1420,"impl-LowerHex-for-Sequence"],[1425,"impl-Display-for-PublicKey"],[1426,"impl-Debug-for-PublicKey"],[1427,"impl-Display-for-PubkeyHash"],[1428,"impl-Debug-for-PubkeyHash"],[1429,"impl-UpperHex-for-PubkeyHash"],[1430,"impl-LowerHex-for-PubkeyHash"],[1431,"impl-LowerHex-for-WPubkeyHash"],[1432,"impl-UpperHex-for-WPubkeyHash"],[1433,"impl-Display-for-WPubkeyHash"],[1434,"impl-Debug-for-WPubkeyHash"],[1435,"impl-Debug-for-CompressedPublicKey"],[1436,"impl-Display-for-CompressedPublicKey"],[1437,"impl-Display-for-PrivateKey"],[1438,"impl-Debug-for-PrivateKey"],[1439,"impl-UpperHex-for-LegacySighash"],[1440,"impl-Display-for-LegacySighash"],[1441,"impl-Debug-for-LegacySighash"],[1442,"impl-LowerHex-for-LegacySighash"],[1443,"impl-Display-for-SegwitV0Sighash"],[1444,"impl-UpperHex-for-SegwitV0Sighash"],[1445,"impl-LowerHex-for-SegwitV0Sighash"],[1446,"impl-Debug-for-SegwitV0Sighash"],[1447,"impl-UpperHex-for-TapSighash"],[1448,"impl-LowerHex-for-TapSighash"],[1449,"impl-Debug-for-TapSighash"],[1450,"impl-Display-for-TapSighash"],[1451,"impl-Display-for-TapSighashType"],[1452,"impl-Debug-for-TapSighashType"],[1453,"impl-Display-for-EcdsaSighashType"],[1454,"impl-Debug-for-EcdsaSighashType"],[1457,"impl-Display-for-Network"],[1458,"impl-Debug-for-Network"],[1459,"impl-Debug-for-Work"],[1460,"impl-Display-for-Work"],[1461,"impl-LowerHex-for-Work"],[1462,"impl-UpperHex-for-Work"],[1463,"impl-Debug-for-Target"],[1464,"impl-Display-for-Target"],[1465,"impl-UpperHex-for-Target"],[1466,"impl-LowerHex-for-Target"],[1467,"impl-LowerHex-for-CompactTarget"],[1468,"impl-Debug-for-CompactTarget"],[1469,"impl-UpperHex-for-CompactTarget"],[1470,"impl-Display-for-Psbt"],[1471,"impl-Debug-for-Psbt"],[1472,"impl-Display-for-TapLeafHash"],[1473,"impl-LowerHex-for-TapLeafHash"],[1474,"impl-Debug-for-TapLeafHash"],[1475,"impl-UpperHex-for-TapLeafHash"],[1476,"impl-LowerHex-for-TapNodeHash"],[1477,"impl-Display-for-TapNodeHash"],[1478,"impl-Debug-for-TapNodeHash"],[1479,"impl-UpperHex-for-TapNodeHash"],[1480,"impl-Debug-for-TapTweakHash"],[1481,"impl-Display-for-TapTweakHash"],[1482,"impl-LowerHex-for-TapTweakHash"],[1483,"impl-UpperHex-for-TapTweakHash"],[1492,"impl-From%3CPublicKey%3E-for-XOnlyPublicKey"],[1494,"impl-From%3CCompressedPublicKey%3E-for-XOnlyPublicKey"],[1495,"impl-From%3CPublicKey%3E-for-XOnlyPublicKey"],[1496,"impl-From%3CTweakedPublicKey%3E-for-XOnlyPublicKey"],[1497,"impl-From%3CXOnlyPublicKey%3E-for-XOnlyPublicKey"],[1508,"impl-From%3CHash%3E-for-XKeyIdentifier"],[1509,"impl-From%3CXpub%3E-for-XKeyIdentifier"],[1510,"impl-From%3C%26Xpub%3E-for-XKeyIdentifier"],[1511,"impl-From%3C%26Block%3E-for-BlockHash"],[1512,"impl-From%3CHeader%3E-for-BlockHash"],[1513,"impl-From%3C%26Header%3E-for-BlockHash"],[1515,"impl-From%3CBlock%3E-for-BlockHash"],[1516,"impl-From%3CHash%3E-for-BlockHash"],[1517,"impl-From%3CHash%3E-for-TxMerkleNode"],[1519,"impl-From%3CTxid%3E-for-TxMerkleNode"],[1520,"impl-From%3CHash%3E-for-WitnessMerkleNode"],[1522,"impl-From%3CWtxid%3E-for-WitnessMerkleNode"],[1527,"impl-From%3Cu8%3E-for-Opcode"],[1528,"impl-From%3CWitnessVersion%3E-for-Opcode"],[1529,"impl-From%3CVec%3Cu8%3E%3E-for-ScriptBuf"],[1531,"impl-From%3CAddress%3E-for-ScriptBuf"],[1532,"impl-From%3CCow%3C\'a,+Script%3E%3E-for-ScriptBuf"],[1533,"impl-From%3C%26Script%3E-for-ScriptBuf"],[1536,"impl-From%3CHash%3E-for-ScriptHash"],[1537,"impl-From%3CScriptBuf%3E-for-ScriptHash"],[1538,"impl-From%3C%26Script%3E-for-ScriptHash"],[1539,"impl-From%3C%26ScriptBuf%3E-for-ScriptHash"],[1541,"impl-From%3C%26Script%3E-for-WScriptHash"],[1543,"impl-From%3C%26ScriptBuf%3E-for-WScriptHash"],[1544,"impl-From%3CScriptBuf%3E-for-WScriptHash"],[1545,"impl-From%3CHash%3E-for-WScriptHash"],[1547,"impl-From%3CHash%3E-for-Txid"],[1548,"impl-From%3C%26Transaction%3E-for-Txid"],[1549,"impl-From%3CTransaction%3E-for-Txid"],[1550,"impl-From%3C%26Transaction%3E-for-Wtxid"],[1552,"impl-From%3CHash%3E-for-Wtxid"],[1553,"impl-From%3CTransaction%3E-for-Wtxid"],[1556,"impl-From%3CLockTime%3E-for-Sequence"],[1558,"impl-From%3CRelLockTime%3E-for-Sequence"],[1561,"impl-From%3C%26%5BVec%3Cu8%3E%5D%3E-for-Witness"],[1562,"impl-From%3CVec%3CVec%3Cu8%3E%3E%3E-for-Witness"],[1563,"impl-From%3C%26%5B%26%5Bu8%5D%5D%3E-for-Witness"],[1564,"impl-From%3CVec%3C%26%5Bu8%5D%3E%3E-for-Witness"],[1566,"impl-From%3Cu8%3E-for-VarInt"],[1567,"impl-From%3Cu32%3E-for-VarInt"],[1568,"impl-From%3Cu64%3E-for-VarInt"],[1569,"impl-From%3Cu16%3E-for-VarInt"],[1571,"impl-From%3Cusize%3E-for-VarInt"],[1572,"impl-From%3CCompressedPublicKey%3E-for-PublicKey"],[1573,"impl-From%3CPublicKey%3E-for-PublicKey"],[1575,"impl-From%3C%26PublicKey%3E-for-PubkeyHash"],[1576,"impl-From%3CHash%3E-for-PubkeyHash"],[1577,"impl-From%3C%26CompressedPublicKey%3E-for-PubkeyHash"],[1579,"impl-From%3CCompressedPublicKey%3E-for-PubkeyHash"],[1580,"impl-From%3CPublicKey%3E-for-PubkeyHash"],[1581,"impl-From%3CCompressedPublicKey%3E-for-WPubkeyHash"],[1582,"impl-From%3CHash%3E-for-WPubkeyHash"],[1583,"impl-From%3C%26CompressedPublicKey%3E-for-WPubkeyHash"],[1608,"impl-From%3CHash%3CTapLeafTag%3E%3E-for-TapLeafHash"],[1609,"impl-From%3CScriptPath%3C\'s%3E%3E-for-TapLeafHash"],[1611,"impl-From%3CLeafNode%3E-for-TapNodeHash"],[1612,"impl-From%3CHash%3CTapBranchTag%3E%3E-for-TapNodeHash"],[1613,"impl-From%3C%26LeafNode%3E-for-TapNodeHash"],[1615,"impl-From%3CTapLeafHash%3E-for-TapNodeHash"],[1617,"impl-From%3C%26TaprootSpendInfo%3E-for-TapTweakHash"],[1618,"impl-From%3CTaprootSpendInfo%3E-for-TapTweakHash"],[1620,"impl-From%3CHash%3CTapTweakTag%3E%3E-for-TapTweakHash"],[1725,"impl-XOnlyPublicKey"],[1726,"impl-ParseableKey-for-XOnlyPublicKey"],[1739,"impl-ParseableKey-for-PublicKey"],[1740,"impl-PublicKey"],[1888,"impl-Index%3C(Bound%3Cusize%3E,+Bound%3Cusize%3E)%3E-for-Script"],[1889,"impl-Index%3CRangeFull%3E-for-Script"],[1890,"impl-Index%3CRangeFrom%3Cusize%3E%3E-for-Script"],[1891,"impl-Index%3CRangeToInclusive%3Cusize%3E%3E-for-Script"],[1892,"impl-Index%3CRange%3Cusize%3E%3E-for-Script"],[1893,"impl-Index%3CRangeTo%3Cusize%3E%3E-for-Script"],[1894,"impl-Index%3CRangeInclusive%3Cusize%3E%3E-for-Script"],[2037,"impl-Mul%3CFeeRate%3E-for-Weight"],[2038,"impl-Mul%3Cu64%3E-for-Weight"],[2106,"impl-PartialOrd%3CScriptBuf%3E-for-Script"],[2107,"impl-PartialOrd-for-Script"],[2108,"impl-PartialOrd-for-ScriptBuf"],[2109,"impl-PartialOrd%3CScript%3E-for-ScriptBuf"],[2203,"impl-Serialize-for-XOnlyPublicKey"],[2204,"impl-XOnlyPublicKey"],[2242,"impl-Psbt"],[2243,"impl-Serialize-for-Psbt"],[2267,"impl-Sum%3C%26Weight%3E-for-Weight"],[2268,"impl-Sum-for-Weight"],[2479,"impl-TryFrom%3CString%3E-for-FeeRate"],[2481,"impl-TryFrom%3CBox%3Cstr%3E%3E-for-FeeRate"],[2482,"impl-TryFrom%3C%26str%3E-for-FeeRate"],[2485,"impl-TryFrom%3CString%3E-for-Weight"],[2486,"impl-TryFrom%3CBox%3Cstr%3E%3E-for-Weight"],[2487,"impl-TryFrom%3C%26str%3E-for-Weight"],[2502,"impl-TryFrom%3COpcode%3E-for-WitnessVersion"],[2503,"impl-TryFrom%3CFe32%3E-for-WitnessVersion"],[2505,"impl-TryFrom%3Cu8%3E-for-WitnessVersion"],[2506,"impl-TryFrom%3CInstruction%3C\'a%3E%3E-for-WitnessVersion"],[2513,"impl-TryFrom%3CBox%3Cstr%3E%3E-for-Sequence"],[2514,"impl-TryFrom%3CString%3E-for-Sequence"],[2515,"impl-TryFrom%3C%26str%3E-for-Sequence"],[2535,"impl-TryFrom%3CChainHash%3E-for-Network"],[2537,"impl-TryFrom%3CMagic%3E-for-Network"],[2888,"impl-Debug-for-FromScriptError"],[2889,"impl-Display-for-FromScriptError"],[2890,"impl-Debug-for-P2shError"],[2891,"impl-Display-for-P2shError"],[2892,"impl-Display-for-UnknownAddressTypeError"],[2893,"impl-Debug-for-UnknownAddressTypeError"],[2894,"impl-Debug-for-ParseError"],[2895,"impl-Display-for-ParseError"],[2896,"impl-Display-for-UnknownHrpError"],[2897,"impl-Debug-for-UnknownHrpError"],[2898,"impl-Display-for-NetworkValidationError"],[2899,"impl-Debug-for-NetworkValidationError"],[2900,"impl-Display-for-InvalidBase58PayloadLengthError"],[2901,"impl-Debug-for-InvalidBase58PayloadLengthError"],[2902,"impl-Debug-for-LegacyAddressTooLongError"],[2903,"impl-Display-for-LegacyAddressTooLongError"],[2904,"impl-Debug-for-InvalidLegacyPrefixError"],[2905,"impl-Display-for-InvalidLegacyPrefixError"],[2909,"impl-From%3CInfallible%3E-for-FromScriptError"],[2911,"impl-From%3CError%3E-for-FromScriptError"],[2912,"impl-From%3CTryFromError%3E-for-FromScriptError"],[2916,"impl-From%3CInfallible%3E-for-ParseError"],[2917,"impl-From%3CInvalidLegacyPrefixError%3E-for-ParseError"],[2918,"impl-From%3CUnknownHrpError%3E-for-ParseError"],[2919,"impl-From%3CError%3E-for-ParseError"],[2920,"impl-From%3CDecodeError%3E-for-ParseError"],[2921,"impl-From%3CError%3E-for-ParseError"],[2922,"impl-From%3CNetworkValidationError%3E-for-ParseError"],[2923,"impl-From%3CInvalidBase58PayloadLengthError%3E-for-ParseError"],[2925,"impl-From%3CLegacyAddressTooLongError%3E-for-ParseError"],[2926,"impl-From%3CTryFromError%3E-for-ParseError"],[3087,"impl-Display-for-ParseAmountError"],[3088,"impl-Debug-for-ParseAmountError"],[3089,"impl-Debug-for-Display"],[3090,"impl-Display-for-Display"],[3091,"impl-From%3CInfallible%3E-for-ParseAmountError"],[3092,"impl-From%3COutOfRangeError%3E-for-ParseAmountError"],[3093,"impl-From%3CTooPreciseError%3E-for-ParseAmountError"],[3095,"impl-From%3CInvalidCharacterError%3E-for-ParseAmountError"],[3096,"impl-From%3CInputTooLargeError%3E-for-ParseAmountError"],[3097,"impl-From%3CMissingDigitsError%3E-for-ParseAmountError"],[3150,"impl-AsMut%3CVec%3CT,+A%3E%3E-for-Vec%3CT,+A%3E"],[3151,"impl-AsMut%3C%5BT%5D%3E-for-Vec%3CT,+A%3E"],[3158,"impl-AsRef%3C%5BT%5D%3E-for-Vec%3CT,+A%3E"],[3159,"impl-AsRef%3CVec%3CT,+A%3E%3E-for-Vec%3CT,+A%3E"],[3160,"impl-AsRef%3CPath%3E-for-String"],[3161,"impl-AsRef%3C%5Bu8%5D%3E-for-String"],[3162,"impl-AsRef%3Cstr%3E-for-String"],[3163,"impl-AsRef%3COsStr%3E-for-String"],[3197,"impl-Decodable-for-Vec%3CFilterHeader%3E"],[3198,"impl-Decodable-for-Vec%3Cu64%3E"],[3199,"impl-Decodable-for-Vec%3CBlockHash%3E"],[3200,"impl-Decodable-for-Vec%3CFilterHash%3E"],[3201,"impl-Decodable-for-Vec%3C(u32,+Address)%3E"],[3202,"impl-Decodable-for-Vec%3CTxMerkleNode%3E"],[3203,"impl-Decodable-for-Vec%3CVarInt%3E"],[3204,"impl-Decodable-for-Vec%3CInventory%3E"],[3205,"impl-Decodable-for-Vec%3CVec%3Cu8%3E%3E"],[3206,"impl-Decodable-for-Vec%3CShortId%3E"],[3207,"impl-Decodable-for-Vec%3CHeader%3E"],[3208,"impl-Decodable-for-Vec%3CTransaction%3E"],[3209,"impl-Decodable-for-Vec%3CPrefilledTransaction%3E"],[3210,"impl-Decodable-for-Vec%3Cu8%3E"],[3211,"impl-Decodable-for-Vec%3CTxOut%3E"],[3212,"impl-Decodable-for-Vec%3CTapLeafHash%3E"],[3213,"impl-Decodable-for-Vec%3CTxIn%3E"],[3214,"impl-Decodable-for-Vec%3CAddrV2Message%3E"],[3215,"impl-Encodable-for-Vec%3CTxMerkleNode%3E"],[3216,"impl-Encodable-for-Vec%3C(u32,+Address)%3E"],[3217,"impl-Encodable-for-Vec%3CPrefilledTransaction%3E"],[3218,"impl-Encodable-for-Vec%3Cu64%3E"],[3219,"impl-Encodable-for-Vec%3CFilterHash%3E"],[3220,"impl-Encodable-for-Vec%3CTapLeafHash%3E"],[3221,"impl-Encodable-for-Vec%3CTxIn%3E"],[3222,"impl-Encodable-for-Vec%3CShortId%3E"],[3223,"impl-Encodable-for-Vec%3CFilterHeader%3E"],[3224,"impl-Encodable-for-Vec%3CTransaction%3E"],[3225,"impl-Encodable-for-Vec%3CVec%3Cu8%3E%3E"],[3226,"impl-Encodable-for-Vec%3Cu8%3E"],[3227,"impl-Encodable-for-Vec%3CVarInt%3E"],[3228,"impl-Encodable-for-Vec%3CTxOut%3E"],[3229,"impl-Encodable-for-Vec%3CBlockHash%3E"],[3230,"impl-Encodable-for-Vec%3CHeader%3E"],[3231,"impl-Encodable-for-Vec%3CAddrV2Message%3E"],[3232,"impl-Encodable-for-Vec%3CInventory%3E"],[3266,"impl-PartialEq%3C%5BU%5D%3E-for-Vec%3CT,+A%3E"],[3267,"impl-PartialEq%3C%26mut+%5BU%5D%3E-for-Vec%3CT,+A%3E"],[3268,"impl-PartialEq%3C%5BU;+N%5D%3E-for-Vec%3CT,+A%3E"],[3269,"impl-PartialEq%3CVec%3CU,+A2%3E%3E-for-Vec%3CT,+A1%3E"],[3270,"impl-PartialEq%3C%26%5BU%5D%3E-for-Vec%3CT,+A%3E"],[3271,"impl-PartialEq%3C%26%5BU;+N%5D%3E-for-Vec%3CT,+A%3E"],[3272,"impl-PartialEq%3Cstr%3E-for-String"],[3273,"impl-PartialEq%3C%26str%3E-for-String"],[3274,"impl-PartialEq%3CValue%3E-for-String"],[3275,"impl-PartialEq-for-String"],[3276,"impl-PartialEq%3CCow%3C\'a,+str%3E%3E-for-String"],[3286,"impl-Extend%3CT%3E-for-Vec%3CT,+A%3E"],[3287,"impl-Extend%3C%26T%3E-for-Vec%3CT,+A%3E"],[3288,"impl-Extend%3CBox%3Cstr%3E%3E-for-String"],[3289,"impl-Extend%3CString%3E-for-String"],[3290,"impl-Extend%3CCow%3C\'a,+str%3E%3E-for-String"],[3291,"impl-Extend%3C%26char%3E-for-String"],[3292,"impl-Extend%3Cchar%3E-for-String"],[3293,"impl-Extend%3C%26str%3E-for-String"],[3297,"impl-Extend%3C%26T%3E-for-Vec%3CT,+A%3E"],[3298,"impl-Extend%3CT%3E-for-Vec%3CT,+A%3E"],[3299,"impl-Extend%3Cchar%3E-for-String"],[3300,"impl-Extend%3C%26str%3E-for-String"],[3301,"impl-Extend%3CCow%3C\'a,+str%3E%3E-for-String"],[3302,"impl-Extend%3C%26char%3E-for-String"],[3303,"impl-Extend%3CString%3E-for-String"],[3304,"impl-Extend%3CT%3E-for-Vec%3CT,+A%3E"],[3305,"impl-Extend%3C%26T%3E-for-Vec%3CT,+A%3E"],[3306,"impl-Extend%3C%26char%3E-for-String"],[3307,"impl-Extend%3Cchar%3E-for-String"],[3309,"impl-Write-for-Vec%3Cu8%3E"],[3310,"impl-Write-for-Vec%3Cu8,+A%3E"],[3311,"impl-Debug-for-Error"],[3312,"impl-Display-for-Error"],[3313,"impl-Debug-for-InvalidCharacterError"],[3314,"impl-Display-for-InvalidCharacterError"],[3316,"impl-Display-for-String"],[3317,"impl-Debug-for-String"],[3319,"impl-From%3CTooShortError%3E-for-Error"],[3320,"impl-From%3CIncorrectChecksumError%3E-for-Error"],[3321,"impl-From%3CInfallible%3E-for-Error"],[3322,"impl-From%3CInvalidCharacterError%3E-for-Error"],[3324,"impl-From%3C%26%5BT;+N%5D%3E-for-Vec%3CT%3E"],[3325,"impl-From%3CTaprootMerkleBranch%3E-for-Vec%3CTapNodeHash%3E"],[3326,"impl-From%3CVecDeque%3CT,+A%3E%3E-for-Vec%3CT,+A%3E"],[3327,"impl-From%3C%5BT;+N%5D%3E-for-Vec%3CT%3E"],[3328,"impl-From%3CBinaryHeap%3CT,+A%3E%3E-for-Vec%3CT,+A%3E"],[3329,"impl-From%3CCow%3C\'a,+%5BT%5D%3E%3E-for-Vec%3CT%3E"],[3330,"impl-From%3C%26str%3E-for-Vec%3Cu8%3E"],[3331,"impl-From%3CScriptBuf%3E-for-Vec%3Cu8%3E"],[3332,"impl-From%3CPushBytesBuf%3E-for-Vec%3Cu8%3E"],[3333,"impl-From%3CDerivationPath%3E-for-Vec%3CChildNumber%3E"],[3335,"impl-From%3C%26mut+%5BT;+N%5D%3E-for-Vec%3CT%3E"],[3336,"impl-From%3CCString%3E-for-Vec%3Cu8%3E"],[3337,"impl-From%3CBox%3C%5BT%5D,+A%3E%3E-for-Vec%3CT,+A%3E"],[3338,"impl-From%3C%26%5BT%5D%3E-for-Vec%3CT%3E"],[3339,"impl-From%3CString%3E-for-Vec%3Cu8%3E"],[3340,"impl-From%3C%26mut+%5BT%5D%3E-for-Vec%3CT%3E"],[3342,"impl-From%3C%26String%3E-for-String"],[3343,"impl-From%3CBox%3Cstr%3E%3E-for-String"],[3344,"impl-From%3CCow%3C\'a,+str%3E%3E-for-String"],[3345,"impl-From%3Cchar%3E-for-String"],[3346,"impl-From%3C%26str%3E-for-String"],[3347,"impl-From%3C%26mut+str%3E-for-String"],[3350,"impl-FromIterator%3CString%3E-for-String"],[3351,"impl-FromIterator%3CBox%3Cstr%3E%3E-for-String"],[3352,"impl-FromIterator%3Cchar%3E-for-String"],[3353,"impl-FromIterator%3C%26str%3E-for-String"],[3354,"impl-FromIterator%3C%26char%3E-for-String"],[3355,"impl-FromIterator%3CCow%3C\'a,+str%3E%3E-for-String"],[3392,"impl-IntoIterator-for-%26mut+Vec%3CT,+A%3E"],[3393,"impl-IntoIterator-for-Vec%3CT,+A%3E"],[3394,"impl-IntoIterator-for-%26Vec%3CT,+A%3E"],[3401,"impl-Merge-for-Vec%3CT%3E"],[3402,"impl-Vec%3CT,+A%3E"],[3412,"impl-PartialEq%3C%26mut+%5BU%5D%3E-for-Vec%3CT,+A%3E"],[3413,"impl-PartialEq%3C%5BU;+N%5D%3E-for-Vec%3CT,+A%3E"],[3414,"impl-PartialEq%3C%26%5BU;+N%5D%3E-for-Vec%3CT,+A%3E"],[3415,"impl-PartialEq%3C%26%5BU%5D%3E-for-Vec%3CT,+A%3E"],[3416,"impl-PartialEq%3CVec%3CU,+A2%3E%3E-for-Vec%3CT,+A1%3E"],[3417,"impl-PartialEq%3C%5BU%5D%3E-for-Vec%3CT,+A%3E"],[3418,"impl-PartialEq%3C%26str%3E-for-String"],[3419,"impl-PartialEq%3Cstr%3E-for-String"],[3420,"impl-PartialEq%3CCow%3C\'a,+str%3E%3E-for-String"],[3500,"impl-Write-for-Vec%3Cu8,+A%3E"],[3501,"impl-Write-for-Vec%3Cu8%3E"],[3527,"impl-Debug-for-IncorrectChecksumError"],[3528,"impl-Display-for-IncorrectChecksumError"],[3529,"impl-Display-for-TooShortError"],[3530,"impl-Debug-for-TooShortError"],[3604,"impl-Debug-for-EncodeSliceError"],[3605,"impl-Display-for-EncodeSliceError"],[3606,"impl-Debug-for-DecodeError"],[3607,"impl-Display-for-DecodeError"],[3608,"impl-Debug-for-DecodeSliceError"],[3609,"impl-Display-for-DecodeSliceError"],[3665,"impl-Debug-for-ParseAlphabetError"],[3666,"impl-Display-for-ParseAlphabetError"],[3855,"impl-AsMut%3C%5Bu8;+6%5D%3E-for-ShortId"],[3856,"impl-AsMut%3C%5Bu8%5D%3E-for-ShortId"],[3860,"impl-AsRef%3C%5Bu8;+6%5D%3E-for-ShortId"],[3861,"impl-AsRef%3C%5Bu8%5D%3E-for-ShortId"],[3867,"impl-Borrow%3C%5Bu8%5D%3E-for-ShortId"],[3868,"impl-Borrow%3C%5Bu8;+6%5D%3E-for-ShortId"],[3876,"impl-BorrowMut%3C%5Bu8;+6%5D%3E-for-ShortId"],[3877,"impl-BorrowMut%3C%5Bu8%5D%3E-for-ShortId"],[3937,"impl-Debug-for-Error"],[3938,"impl-Display-for-Error"],[3940,"impl-Debug-for-ShortId"],[3941,"impl-UpperHex-for-ShortId"],[3942,"impl-Display-for-ShortId"],[3943,"impl-LowerHex-for-ShortId"],[3946,"impl-Display-for-TxIndexOutOfRangeError"],[3947,"impl-Debug-for-TxIndexOutOfRangeError"],[3952,"impl-From%3C%5Bu8;+6%5D%3E-for-ShortId"],[3954,"impl-From%3C%26%5Bu8;+6%5D%3E-for-ShortId"],[4077,"impl-Display-for-Error"],[4078,"impl-Debug-for-Error"],[4086,"impl-From%3CError%3E-for-Error"],[4088,"impl-From%3CInfallible%3E-for-Error"],[4178,"impl-AsMut%3C%5Bu8%5D%3E-for-ChainCode"],[4179,"impl-AsMut%3C%5Bu8;+32%5D%3E-for-ChainCode"],[4180,"impl-AsMut%3C%5Bu8;+4%5D%3E-for-Fingerprint"],[4181,"impl-AsMut%3C%5Bu8%5D%3E-for-Fingerprint"],[4186,"impl-AsRef%3C%5Bu8;+32%5D%3E-for-ChainCode"],[4187,"impl-AsRef%3C%5Bu8%5D%3E-for-ChainCode"],[4188,"impl-AsRef%3C%5Bu8%5D%3E-for-Fingerprint"],[4189,"impl-AsRef%3C%5Bu8;+4%5D%3E-for-Fingerprint"],[4193,"impl-Borrow%3C%5Bu8;+32%5D%3E-for-ChainCode"],[4194,"impl-Borrow%3C%5Bu8%5D%3E-for-ChainCode"],[4196,"impl-Borrow%3C%5Bu8;+4%5D%3E-for-Fingerprint"],[4197,"impl-Borrow%3C%5Bu8%5D%3E-for-Fingerprint"],[4206,"impl-BorrowMut%3C%5Bu8;+32%5D%3E-for-ChainCode"],[4208,"impl-BorrowMut%3C%5Bu8%5D%3E-for-ChainCode"],[4209,"impl-BorrowMut%3C%5Bu8%5D%3E-for-Fingerprint"],[4211,"impl-BorrowMut%3C%5Bu8;+4%5D%3E-for-Fingerprint"],[4298,"impl-Debug-for-ChainCode"],[4299,"impl-Display-for-ChainCode"],[4300,"impl-UpperHex-for-ChainCode"],[4301,"impl-LowerHex-for-ChainCode"],[4302,"impl-LowerHex-for-Fingerprint"],[4303,"impl-Debug-for-Fingerprint"],[4304,"impl-Display-for-Fingerprint"],[4305,"impl-UpperHex-for-Fingerprint"],[4306,"impl-Debug-for-Xpriv"],[4307,"impl-Display-for-Xpriv"],[4308,"impl-Display-for-Xpub"],[4309,"impl-Debug-for-Xpub"],[4310,"impl-Debug-for-ChildNumber"],[4311,"impl-Display-for-ChildNumber"],[4312,"impl-Debug-for-DerivationPath"],[4313,"impl-Display-for-DerivationPath"],[4314,"impl-Display-for-Error"],[4315,"impl-Debug-for-Error"],[4316,"impl-Debug-for-InvalidBase58PayloadLengthError"],[4317,"impl-Display-for-InvalidBase58PayloadLengthError"],[4320,"impl-From%3C%26%5Bu8;+32%5D%3E-for-ChainCode"],[4321,"impl-From%3C%5Bu8;+32%5D%3E-for-ChainCode"],[4322,"impl-From%3C%26%5Bu8;+4%5D%3E-for-Fingerprint"],[4323,"impl-From%3C%5Bu8;+4%5D%3E-for-Fingerprint"],[4330,"impl-From%3C%26%5BChildNumber%5D%3E-for-DerivationPath"],[4331,"impl-From%3CVec%3CChildNumber%3E%3E-for-DerivationPath"],[4332,"impl-From%3CError%3E-for-Error"],[4333,"impl-From%3CInfallible%3E-for-Error"],[4334,"impl-From%3CError%3E-for-Error"],[4336,"impl-From%3CInvalidBase58PayloadLengthError%3E-for-Error"],[4557,"impl-Display-for-Bip34Error"],[4558,"impl-Debug-for-Bip34Error"],[4559,"impl-Debug-for-ValidationError"],[4560,"impl-Display-for-ValidationError"],[4633,"impl-AsMut%3C%5Bu8;+32%5D%3E-for-ChainHash"],[4634,"impl-AsMut%3C%5Bu8%5D%3E-for-ChainHash"],[4637,"impl-AsRef%3C%5Bu8%5D%3E-for-ChainHash"],[4638,"impl-AsRef%3C%5Bu8;+32%5D%3E-for-ChainHash"],[4639,"impl-Borrow%3C%5Bu8%5D%3E-for-ChainHash"],[4640,"impl-Borrow%3C%5Bu8;+32%5D%3E-for-ChainHash"],[4643,"impl-BorrowMut%3C%5Bu8;+32%5D%3E-for-ChainHash"],[4644,"impl-BorrowMut%3C%5Bu8%5D%3E-for-ChainHash"],[4652,"impl-Debug-for-ChainHash"],[4653,"impl-Display-for-ChainHash"],[4654,"impl-LowerHex-for-ChainHash"],[4655,"impl-UpperHex-for-ChainHash"],[4656,"impl-From%3C%5Bu8;+32%5D%3E-for-ChainHash"],[4658,"impl-From%3C%26%5Bu8;+32%5D%3E-for-ChainHash"],[4751,"impl-Display-for-Height"],[4752,"impl-Debug-for-Height"],[4753,"impl-Display-for-ParseHeightError"],[4754,"impl-Debug-for-ParseHeightError"],[4755,"impl-Display-for-Time"],[4756,"impl-Debug-for-Time"],[4757,"impl-Display-for-ParseTimeError"],[4758,"impl-Debug-for-ParseTimeError"],[4759,"impl-Display-for-ConversionError"],[4760,"impl-Debug-for-ConversionError"],[4761,"impl-Display-for-LockTime"],[4762,"impl-Debug-for-LockTime"],[4770,"impl-From%3CTime%3E-for-LockTime"],[4772,"impl-From%3CHeight%3E-for-LockTime"],[4773,"impl-From%3CAbsLockTime%3E-for-LockTime"],[4836,"impl-TryFrom%3CString%3E-for-Height"],[4837,"impl-TryFrom%3CBox%3Cstr%3E%3E-for-Height"],[4839,"impl-TryFrom%3C%26str%3E-for-Height"],[4841,"impl-TryFrom%3CString%3E-for-Time"],[4842,"impl-TryFrom%3C%26str%3E-for-Time"],[4844,"impl-TryFrom%3CBox%3Cstr%3E%3E-for-Time"],[4847,"impl-TryFrom%3CString%3E-for-LockTime"],[4849,"impl-TryFrom%3CBox%3Cstr%3E%3E-for-LockTime"],[4850,"impl-TryFrom%3C%26str%3E-for-LockTime"],[4946,"impl-Debug-for-Height"],[4947,"impl-Display-for-Height"],[4948,"impl-Display-for-Time"],[4949,"impl-Debug-for-Time"],[4950,"impl-Display-for-TimeOverflowError"],[4951,"impl-Debug-for-TimeOverflowError"],[4952,"impl-Display-for-LockTime"],[4953,"impl-Debug-for-LockTime"],[4954,"impl-Display-for-DisabledLockTimeError"],[4955,"impl-Debug-for-DisabledLockTimeError"],[4956,"impl-Debug-for-IncompatibleHeightError"],[4957,"impl-Display-for-IncompatibleHeightError"],[4958,"impl-Display-for-IncompatibleTimeError"],[4959,"impl-Debug-for-IncompatibleTimeError"],[4964,"impl-From%3CHeight%3E-for-LockTime"],[4965,"impl-From%3CRelLockTime%3E-for-LockTime"],[4967,"impl-From%3CTime%3E-for-LockTime"],[5042,"impl-TryFrom%3CBox%3Cstr%3E%3E-for-Height"],[5043,"impl-TryFrom%3C%26str%3E-for-Height"],[5045,"impl-TryFrom%3CString%3E-for-Height"],[5047,"impl-TryFrom%3CBox%3Cstr%3E%3E-for-Time"],[5048,"impl-TryFrom%3CString%3E-for-Time"],[5049,"impl-TryFrom%3C%26str%3E-for-Time"],[5409,"impl-AsMut%3C%5Bu8%5D%3E-for-PushBytes"],[5410,"impl-AsMut%3CPushBytes%3E-for-PushBytes"],[5415,"impl-AsRef%3CPushBytes%3E-for-PushBytes"],[5416,"impl-AsRef%3C%5Bu8%5D%3E-for-PushBytes"],[5483,"impl-Display-for-Builder"],[5484,"impl-Debug-for-Builder"],[5490,"impl-Debug-for-PushBytesError"],[5491,"impl-Display-for-PushBytesError"],[5492,"impl-Debug-for-Error"],[5493,"impl-Display-for-Error"],[5500,"impl-From%3C%26mut+%5Bu8;+38%5D%3E-for-%26mut+PushBytes"],[5501,"impl-From%3C%26mut+%5Bu8;+35%5D%3E-for-%26mut+PushBytes"],[5502,"impl-From%3C%26%5Bu8;+29%5D%3E-for-%26PushBytes"],[5503,"impl-From%3C%26mut+%5Bu8;+44%5D%3E-for-%26mut+PushBytes"],[5504,"impl-From%3C%26mut+%5Bu8;+19%5D%3E-for-%26mut+PushBytes"],[5505,"impl-From%3C%26mut+%5Bu8;+0%5D%3E-for-%26mut+PushBytes"],[5506,"impl-From%3C%26%5Bu8;+69%5D%3E-for-%26PushBytes"],[5507,"impl-From%3C%26mut+%5Bu8;+36%5D%3E-for-%26mut+PushBytes"],[5508,"impl-From%3C%26%5Bu8;+39%5D%3E-for-%26PushBytes"],[5509,"impl-From%3C%26%5Bu8;+38%5D%3E-for-%26PushBytes"],[5510,"impl-From%3C%26%5Bu8;+1%5D%3E-for-%26PushBytes"],[5511,"impl-From%3C%26mut+%5Bu8;+70%5D%3E-for-%26mut+PushBytes"],[5512,"impl-From%3C%26%5Bu8;+31%5D%3E-for-%26PushBytes"],[5513,"impl-From%3C%26%5Bu8;+52%5D%3E-for-%26PushBytes"],[5514,"impl-From%3C%26mut+%5Bu8;+64%5D%3E-for-%26mut+PushBytes"],[5515,"impl-From%3C%26%5Bu8;+43%5D%3E-for-%26PushBytes"],[5516,"impl-From%3C%26mut+%5Bu8;+69%5D%3E-for-%26mut+PushBytes"],[5517,"impl-From%3C%26mut+%5Bu8;+65%5D%3E-for-%26mut+PushBytes"],[5518,"impl-From%3C%26%5Bu8;+9%5D%3E-for-%26PushBytes"],[5519,"impl-From%3C%26%5Bu8;+73%5D%3E-for-%26PushBytes"],[5520,"impl-From%3C%26%5Bu8;+4%5D%3E-for-%26PushBytes"],[5521,"impl-From%3C%26%5Bu8;+62%5D%3E-for-%26PushBytes"],[5522,"impl-From%3C%26mut+%5Bu8;+49%5D%3E-for-%26mut+PushBytes"],[5523,"impl-From%3C%26%5Bu8;+58%5D%3E-for-%26PushBytes"],[5524,"impl-From%3C%26%5Bu8;+11%5D%3E-for-%26PushBytes"],[5525,"impl-From%3C%26%5Bu8;+25%5D%3E-for-%26PushBytes"],[5526,"impl-From%3C%26%5Bu8;+42%5D%3E-for-%26PushBytes"],[5527,"impl-From%3C%26%5Bu8;+14%5D%3E-for-%26PushBytes"],[5528,"impl-From%3C%26%5Bu8;+41%5D%3E-for-%26PushBytes"],[5529,"impl-From%3C%26%5Bu8;+71%5D%3E-for-%26PushBytes"],[5530,"impl-From%3C%26mut+%5Bu8;+40%5D%3E-for-%26mut+PushBytes"],[5531,"impl-From%3C%26mut+%5Bu8;+58%5D%3E-for-%26mut+PushBytes"],[5532,"impl-From%3C%26%5Bu8;+8%5D%3E-for-%26PushBytes"],[5533,"impl-From%3C%26%5Bu8;+49%5D%3E-for-%26PushBytes"],[5534,"impl-From%3C%26mut+%5Bu8;+15%5D%3E-for-%26mut+PushBytes"],[5535,"impl-From%3C%26mut+%5Bu8;+9%5D%3E-for-%26mut+PushBytes"],[5536,"impl-From%3C%26mut+%5Bu8;+57%5D%3E-for-%26mut+PushBytes"],[5537,"impl-From%3C%26mut+%5Bu8;+50%5D%3E-for-%26mut+PushBytes"],[5538,"impl-From%3C%26mut+%5Bu8;+37%5D%3E-for-%26mut+PushBytes"],[5539,"impl-From%3C%26%5Bu8;+23%5D%3E-for-%26PushBytes"],[5540,"impl-From%3C%26mut+%5Bu8;+14%5D%3E-for-%26mut+PushBytes"],[5541,"impl-From%3C%26%5Bu8;+44%5D%3E-for-%26PushBytes"],[5542,"impl-From%3C%26mut+%5Bu8;+26%5D%3E-for-%26mut+PushBytes"],[5543,"impl-From%3C%26%5Bu8;+70%5D%3E-for-%26PushBytes"],[5544,"impl-From%3C%26mut+%5Bu8;+68%5D%3E-for-%26mut+PushBytes"],[5545,"impl-From%3C%26mut+%5Bu8;+41%5D%3E-for-%26mut+PushBytes"],[5546,"impl-From%3C%26%5Bu8;+21%5D%3E-for-%26PushBytes"],[5547,"impl-From%3C%26mut+%5Bu8;+23%5D%3E-for-%26mut+PushBytes"],[5548,"impl-From%3C%26mut+%5Bu8;+28%5D%3E-for-%26mut+PushBytes"],[5549,"impl-From%3C%26mut+%5Bu8;+47%5D%3E-for-%26mut+PushBytes"],[5550,"impl-From%3C%26mut+%5Bu8;+2%5D%3E-for-%26mut+PushBytes"],[5551,"impl-From%3C%26%5Bu8;+55%5D%3E-for-%26PushBytes"],[5552,"impl-From%3C%26mut+%5Bu8;+67%5D%3E-for-%26mut+PushBytes"],[5553,"impl-From%3C%26%5Bu8;+27%5D%3E-for-%26PushBytes"],[5554,"impl-From%3C%26%5Bu8;+64%5D%3E-for-%26PushBytes"],[5555,"impl-From%3C%26%5Bu8;+65%5D%3E-for-%26PushBytes"],[5556,"impl-From%3C%26mut+%5Bu8;+42%5D%3E-for-%26mut+PushBytes"],[5557,"impl-From%3C%26%5Bu8;+28%5D%3E-for-%26PushBytes"],[5558,"impl-From%3C%26%5Bu8;+2%5D%3E-for-%26PushBytes"],[5559,"impl-From%3C%26mut+%5Bu8;+5%5D%3E-for-%26mut+PushBytes"],[5560,"impl-From%3C%26mut+%5Bu8;+72%5D%3E-for-%26mut+PushBytes"],[5561,"impl-From%3C%26%5Bu8;+46%5D%3E-for-%26PushBytes"],[5562,"impl-From%3C%26mut+%5Bu8;+73%5D%3E-for-%26mut+PushBytes"],[5563,"impl-From%3C%26%5Bu8;+15%5D%3E-for-%26PushBytes"],[5564,"impl-From%3C%26%5Bu8;+67%5D%3E-for-%26PushBytes"],[5565,"impl-From%3C%26%5Bu8;+48%5D%3E-for-%26PushBytes"],[5566,"impl-From%3C%26mut+%5Bu8;+3%5D%3E-for-%26mut+PushBytes"],[5567,"impl-From%3C%26mut+%5Bu8;+61%5D%3E-for-%26mut+PushBytes"],[5568,"impl-From%3C%26mut+%5Bu8;+54%5D%3E-for-%26mut+PushBytes"],[5569,"impl-From%3C%26%5Bu8;+45%5D%3E-for-%26PushBytes"],[5570,"impl-From%3C%26mut+%5Bu8;+32%5D%3E-for-%26mut+PushBytes"],[5571,"impl-From%3C%26%5Bu8;+35%5D%3E-for-%26PushBytes"],[5572,"impl-From%3C%26%5Bu8;+6%5D%3E-for-%26PushBytes"],[5573,"impl-From%3C%26mut+%5Bu8;+53%5D%3E-for-%26mut+PushBytes"],[5574,"impl-From%3C%26%5Bu8;+3%5D%3E-for-%26PushBytes"],[5575,"impl-From%3C%26%5Bu8;+40%5D%3E-for-%26PushBytes"],[5576,"impl-From%3C%26mut+%5Bu8;+43%5D%3E-for-%26mut+PushBytes"],[5577,"impl-From%3C%26mut+%5Bu8;+25%5D%3E-for-%26mut+PushBytes"],[5578,"impl-From%3C%26mut+%5Bu8;+27%5D%3E-for-%26mut+PushBytes"],[5579,"impl-From%3C%26mut+%5Bu8;+10%5D%3E-for-%26mut+PushBytes"],[5580,"impl-From%3C%26%5Bu8;+68%5D%3E-for-%26PushBytes"],[5581,"impl-From%3C%26%5Bu8;+36%5D%3E-for-%26PushBytes"],[5582,"impl-From%3C%26mut+%5Bu8;+12%5D%3E-for-%26mut+PushBytes"],[5583,"impl-From%3C%26mut+%5Bu8;+30%5D%3E-for-%26mut+PushBytes"],[5584,"impl-From%3C%26mut+%5Bu8;+22%5D%3E-for-%26mut+PushBytes"],[5585,"impl-From%3C%26mut+%5Bu8;+31%5D%3E-for-%26mut+PushBytes"],[5586,"impl-From%3C%26mut+%5Bu8;+59%5D%3E-for-%26mut+PushBytes"],[5587,"impl-From%3C%26mut+%5Bu8;+29%5D%3E-for-%26mut+PushBytes"],[5588,"impl-From%3C%26mut+%5Bu8;+7%5D%3E-for-%26mut+PushBytes"],[5589,"impl-From%3C%26%5Bu8;+12%5D%3E-for-%26PushBytes"],[5590,"impl-From%3C%26mut+%5Bu8;+45%5D%3E-for-%26mut+PushBytes"],[5591,"impl-From%3C%26mut+%5Bu8;+21%5D%3E-for-%26mut+PushBytes"],[5592,"impl-From%3C%26mut+%5Bu8;+39%5D%3E-for-%26mut+PushBytes"],[5593,"impl-From%3C%26%5Bu8;+20%5D%3E-for-%26PushBytes"],[5594,"impl-From%3C%26%5Bu8;+0%5D%3E-for-%26PushBytes"],[5595,"impl-From%3C%26mut+%5Bu8;+8%5D%3E-for-%26mut+PushBytes"],[5596,"impl-From%3C%26%5Bu8;+59%5D%3E-for-%26PushBytes"],[5597,"impl-From%3C%26mut+%5Bu8;+4%5D%3E-for-%26mut+PushBytes"],[5598,"impl-From%3C%26%5Bu8;+7%5D%3E-for-%26PushBytes"],[5599,"impl-From%3C%26mut+%5Bu8;+1%5D%3E-for-%26mut+PushBytes"],[5600,"impl-From%3C%26%5Bu8;+72%5D%3E-for-%26PushBytes"],[5601,"impl-From%3C%26mut+%5Bu8;+71%5D%3E-for-%26mut+PushBytes"],[5602,"impl-From%3C%26%5Bu8;+53%5D%3E-for-%26PushBytes"],[5603,"impl-From%3C%26mut+%5Bu8;+56%5D%3E-for-%26mut+PushBytes"],[5604,"impl-From%3C%26mut+%5Bu8;+48%5D%3E-for-%26mut+PushBytes"],[5605,"impl-From%3C%26%5Bu8;+30%5D%3E-for-%26PushBytes"],[5606,"impl-From%3C%26mut+%5Bu8;+20%5D%3E-for-%26mut+PushBytes"],[5607,"impl-From%3C%26mut+%5Bu8;+16%5D%3E-for-%26mut+PushBytes"],[5608,"impl-From%3C%26%5Bu8;+16%5D%3E-for-%26PushBytes"],[5609,"impl-From%3C%26%5Bu8;+57%5D%3E-for-%26PushBytes"],[5610,"impl-From%3C%26%5Bu8;+22%5D%3E-for-%26PushBytes"],[5611,"impl-From%3C%26%5Bu8;+17%5D%3E-for-%26PushBytes"],[5612,"impl-From%3C%26mut+%5Bu8;+46%5D%3E-for-%26mut+PushBytes"],[5613,"impl-From%3C%26%5Bu8;+24%5D%3E-for-%26PushBytes"],[5614,"impl-From%3C%26%5Bu8;+10%5D%3E-for-%26PushBytes"],[5615,"impl-From%3C%26mut+%5Bu8;+52%5D%3E-for-%26mut+PushBytes"],[5616,"impl-From%3C%26%5Bu8;+19%5D%3E-for-%26PushBytes"],[5617,"impl-From%3C%26mut+%5Bu8;+63%5D%3E-for-%26mut+PushBytes"],[5618,"impl-From%3C%26%5Bu8;+34%5D%3E-for-%26PushBytes"],[5619,"impl-From%3C%26mut+%5Bu8;+17%5D%3E-for-%26mut+PushBytes"],[5620,"impl-From%3C%26%5Bu8;+37%5D%3E-for-%26PushBytes"],[5621,"impl-From%3C%26%5Bu8;+47%5D%3E-for-%26PushBytes"],[5622,"impl-From%3C%26mut+%5Bu8;+11%5D%3E-for-%26mut+PushBytes"],[5623,"impl-From%3C%26mut+%5Bu8;+60%5D%3E-for-%26mut+PushBytes"],[5624,"impl-From%3C%26%5Bu8;+26%5D%3E-for-%26PushBytes"],[5625,"impl-From%3C%26%5Bu8;+50%5D%3E-for-%26PushBytes"],[5626,"impl-From%3C%26mut+%5Bu8;+34%5D%3E-for-%26mut+PushBytes"],[5627,"impl-From%3C%26mut+%5Bu8;+62%5D%3E-for-%26mut+PushBytes"],[5628,"impl-From%3C%26mut+%5Bu8;+6%5D%3E-for-%26mut+PushBytes"],[5629,"impl-From%3C%26%5Bu8;+66%5D%3E-for-%26PushBytes"],[5630,"impl-From%3C%26%5Bu8;+61%5D%3E-for-%26PushBytes"],[5631,"impl-From%3C%26mut+%5Bu8;+13%5D%3E-for-%26mut+PushBytes"],[5632,"impl-From%3C%26mut+%5Bu8;+24%5D%3E-for-%26mut+PushBytes"],[5633,"impl-From%3C%26%5Bu8;+33%5D%3E-for-%26PushBytes"],[5634,"impl-From%3C%26mut+%5Bu8;+33%5D%3E-for-%26mut+PushBytes"],[5635,"impl-From%3C%26%5Bu8;+51%5D%3E-for-%26PushBytes"],[5636,"impl-From%3C%26%5Bu8;+13%5D%3E-for-%26PushBytes"],[5637,"impl-From%3C%26%5Bu8;+5%5D%3E-for-%26PushBytes"],[5638,"impl-From%3C%26%5Bu8;+18%5D%3E-for-%26PushBytes"],[5639,"impl-From%3C%26%5Bu8;+63%5D%3E-for-%26PushBytes"],[5640,"impl-From%3C%26%5Bu8;+32%5D%3E-for-%26PushBytes"],[5641,"impl-From%3C%26mut+%5Bu8;+66%5D%3E-for-%26mut+PushBytes"],[5642,"impl-From%3C%26mut+%5Bu8;+18%5D%3E-for-%26mut+PushBytes"],[5643,"impl-From%3C%26%5Bu8;+54%5D%3E-for-%26PushBytes"],[5644,"impl-From%3C%26%5Bu8;+60%5D%3E-for-%26PushBytes"],[5645,"impl-From%3C%26mut+%5Bu8;+55%5D%3E-for-%26mut+PushBytes"],[5646,"impl-From%3C%26mut+%5Bu8;+51%5D%3E-for-%26mut+PushBytes"],[5647,"impl-From%3C%26%5Bu8;+56%5D%3E-for-%26PushBytes"],[5648,"impl-From%3C%5Bu8;+9%5D%3E-for-PushBytesBuf"],[5649,"impl-From%3C%26%5Bu8;+62%5D%3E-for-PushBytesBuf"],[5650,"impl-From%3C%5Bu8;+39%5D%3E-for-PushBytesBuf"],[5651,"impl-From%3C%5Bu8;+22%5D%3E-for-PushBytesBuf"],[5652,"impl-From%3C%26%5Bu8;+33%5D%3E-for-PushBytesBuf"],[5653,"impl-From%3C%5Bu8;+30%5D%3E-for-PushBytesBuf"],[5654,"impl-From%3C%5Bu8;+3%5D%3E-for-PushBytesBuf"],[5655,"impl-From%3C%26%5Bu8;+23%5D%3E-for-PushBytesBuf"],[5656,"impl-From%3C%5Bu8;+57%5D%3E-for-PushBytesBuf"],[5657,"impl-From%3C%5Bu8;+42%5D%3E-for-PushBytesBuf"],[5658,"impl-From%3C%5Bu8;+26%5D%3E-for-PushBytesBuf"],[5659,"impl-From%3C%5Bu8;+35%5D%3E-for-PushBytesBuf"],[5660,"impl-From%3C%5Bu8;+56%5D%3E-for-PushBytesBuf"],[5661,"impl-From%3C%5Bu8;+43%5D%3E-for-PushBytesBuf"],[5662,"impl-From%3C%5Bu8;+69%5D%3E-for-PushBytesBuf"],[5663,"impl-From%3C%5Bu8;+37%5D%3E-for-PushBytesBuf"],[5664,"impl-From%3C%5Bu8;+29%5D%3E-for-PushBytesBuf"],[5665,"impl-From%3C%26%5Bu8;+7%5D%3E-for-PushBytesBuf"],[5666,"impl-From%3C%5Bu8;+67%5D%3E-for-PushBytesBuf"],[5667,"impl-From%3C%5Bu8;+18%5D%3E-for-PushBytesBuf"],[5668,"impl-From%3CWPubkeyHash%3E-for-PushBytesBuf"],[5669,"impl-From%3CWScriptHash%3E-for-PushBytesBuf"],[5670,"impl-From%3C%26%5Bu8;+59%5D%3E-for-PushBytesBuf"],[5671,"impl-From%3C%5Bu8;+28%5D%3E-for-PushBytesBuf"],[5672,"impl-From%3C%26%5Bu8;+55%5D%3E-for-PushBytesBuf"],[5673,"impl-From%3C%5Bu8;+49%5D%3E-for-PushBytesBuf"],[5674,"impl-From%3C%26%5Bu8;+27%5D%3E-for-PushBytesBuf"],[5675,"impl-From%3C%26%5Bu8;+31%5D%3E-for-PushBytesBuf"],[5676,"impl-From%3C%26%5Bu8;+24%5D%3E-for-PushBytesBuf"],[5677,"impl-From%3C%5Bu8;+72%5D%3E-for-PushBytesBuf"],[5678,"impl-From%3C%5Bu8;+40%5D%3E-for-PushBytesBuf"],[5679,"impl-From%3C%26%5Bu8;+35%5D%3E-for-PushBytesBuf"],[5680,"impl-From%3C%26%5Bu8;+30%5D%3E-for-PushBytesBuf"],[5681,"impl-From%3C%26%5Bu8;+38%5D%3E-for-PushBytesBuf"],[5682,"impl-From%3C%26%5Bu8;+61%5D%3E-for-PushBytesBuf"],[5683,"impl-From%3C%5Bu8;+48%5D%3E-for-PushBytesBuf"],[5684,"impl-From%3C%5Bu8;+55%5D%3E-for-PushBytesBuf"],[5685,"impl-From%3C%5Bu8;+46%5D%3E-for-PushBytesBuf"],[5686,"impl-From%3C%26%5Bu8;+13%5D%3E-for-PushBytesBuf"],[5687,"impl-From%3C%5Bu8;+51%5D%3E-for-PushBytesBuf"],[5688,"impl-From%3C%5Bu8;+8%5D%3E-for-PushBytesBuf"],[5689,"impl-From%3C%26%5Bu8;+20%5D%3E-for-PushBytesBuf"],[5690,"impl-From%3C%26%5Bu8;+21%5D%3E-for-PushBytesBuf"],[5691,"impl-From%3C%5Bu8;+2%5D%3E-for-PushBytesBuf"],[5692,"impl-From%3C%5Bu8;+6%5D%3E-for-PushBytesBuf"],[5693,"impl-From%3C%26%5Bu8;+5%5D%3E-for-PushBytesBuf"],[5694,"impl-From%3C%5Bu8;+62%5D%3E-for-PushBytesBuf"],[5695,"impl-From%3C%5Bu8;+4%5D%3E-for-PushBytesBuf"],[5696,"impl-From%3C%26%5Bu8;+71%5D%3E-for-PushBytesBuf"],[5697,"impl-From%3C%5Bu8;+23%5D%3E-for-PushBytesBuf"],[5698,"impl-From%3C%5Bu8;+47%5D%3E-for-PushBytesBuf"],[5699,"impl-From%3C%5Bu8;+5%5D%3E-for-PushBytesBuf"],[5700,"impl-From%3C%26%5Bu8;+22%5D%3E-for-PushBytesBuf"],[5701,"impl-From%3CScriptHash%3E-for-PushBytesBuf"],[5702,"impl-From%3C%26%5Bu8;+44%5D%3E-for-PushBytesBuf"],[5703,"impl-From%3C%26%5Bu8;+34%5D%3E-for-PushBytesBuf"],[5704,"impl-From%3C%26%5Bu8;+25%5D%3E-for-PushBytesBuf"],[5705,"impl-From%3C%5Bu8;+13%5D%3E-for-PushBytesBuf"],[5706,"impl-From%3C%5Bu8;+53%5D%3E-for-PushBytesBuf"],[5707,"impl-From%3C%26%5Bu8;+40%5D%3E-for-PushBytesBuf"],[5708,"impl-From%3C%26%5Bu8;+10%5D%3E-for-PushBytesBuf"],[5709,"impl-From%3C%26%5Bu8;+56%5D%3E-for-PushBytesBuf"],[5710,"impl-From%3C%26%5Bu8;+66%5D%3E-for-PushBytesBuf"],[5711,"impl-From%3C%26%5Bu8;+9%5D%3E-for-PushBytesBuf"],[5712,"impl-From%3C%26%5Bu8;+73%5D%3E-for-PushBytesBuf"],[5713,"impl-From%3C%5Bu8;+21%5D%3E-for-PushBytesBuf"],[5714,"impl-From%3C%26%5Bu8;+36%5D%3E-for-PushBytesBuf"],[5715,"impl-From%3C%26%5Bu8;+52%5D%3E-for-PushBytesBuf"],[5716,"impl-From%3C%5Bu8;+7%5D%3E-for-PushBytesBuf"],[5717,"impl-From%3C%5Bu8;+50%5D%3E-for-PushBytesBuf"],[5718,"impl-From%3C%26%5Bu8;+32%5D%3E-for-PushBytesBuf"],[5719,"impl-From%3C%26%5Bu8;+50%5D%3E-for-PushBytesBuf"],[5720,"impl-From%3C%5Bu8;+34%5D%3E-for-PushBytesBuf"],[5721,"impl-From%3C%26%5Bu8;+6%5D%3E-for-PushBytesBuf"],[5722,"impl-From%3C%5Bu8;+16%5D%3E-for-PushBytesBuf"],[5723,"impl-From%3C%5Bu8;+36%5D%3E-for-PushBytesBuf"],[5724,"impl-From%3C%26%5Bu8;+60%5D%3E-for-PushBytesBuf"],[5725,"impl-From%3C%5Bu8;+41%5D%3E-for-PushBytesBuf"],[5726,"impl-From%3C%26%5Bu8;+26%5D%3E-for-PushBytesBuf"],[5727,"impl-From%3C%26%5Bu8;+37%5D%3E-for-PushBytesBuf"],[5728,"impl-From%3C%26%5Bu8;+12%5D%3E-for-PushBytesBuf"],[5729,"impl-From%3C%26%5Bu8;+3%5D%3E-for-PushBytesBuf"],[5730,"impl-From%3C%26%5Bu8;+42%5D%3E-for-PushBytesBuf"],[5731,"impl-From%3C%26%5Bu8;+69%5D%3E-for-PushBytesBuf"],[5732,"impl-From%3C%5Bu8;+68%5D%3E-for-PushBytesBuf"],[5733,"impl-From%3C%5Bu8;+20%5D%3E-for-PushBytesBuf"],[5734,"impl-From%3C%5Bu8;+71%5D%3E-for-PushBytesBuf"],[5735,"impl-From%3C%5Bu8;+52%5D%3E-for-PushBytesBuf"],[5736,"impl-From%3C%26%5Bu8;+4%5D%3E-for-PushBytesBuf"],[5737,"impl-From%3C%5Bu8;+66%5D%3E-for-PushBytesBuf"],[5738,"impl-From%3C%5Bu8;+73%5D%3E-for-PushBytesBuf"],[5739,"impl-From%3C%26%5Bu8;+48%5D%3E-for-PushBytesBuf"],[5740,"impl-From%3C%26%5Bu8;+68%5D%3E-for-PushBytesBuf"],[5741,"impl-From%3C%5Bu8;+27%5D%3E-for-PushBytesBuf"],[5742,"impl-From%3C%26%5Bu8;+43%5D%3E-for-PushBytesBuf"],[5743,"impl-From%3C%26%5Bu8;+14%5D%3E-for-PushBytesBuf"],[5744,"impl-From%3C%5Bu8;+70%5D%3E-for-PushBytesBuf"],[5745,"impl-From%3C%26%5Bu8;+49%5D%3E-for-PushBytesBuf"],[5746,"impl-From%3C%5Bu8;+11%5D%3E-for-PushBytesBuf"],[5747,"impl-From%3C%26%5Bu8;+16%5D%3E-for-PushBytesBuf"],[5748,"impl-From%3C%5Bu8;+24%5D%3E-for-PushBytesBuf"],[5749,"impl-From%3C%26%5Bu8;+45%5D%3E-for-PushBytesBuf"],[5750,"impl-From%3C%26%5Bu8;+51%5D%3E-for-PushBytesBuf"],[5751,"impl-From%3C%26%5Bu8;+65%5D%3E-for-PushBytesBuf"],[5752,"impl-From%3C%5Bu8;+64%5D%3E-for-PushBytesBuf"],[5753,"impl-From%3C%5Bu8;+31%5D%3E-for-PushBytesBuf"],[5754,"impl-From%3C%26%5Bu8;+0%5D%3E-for-PushBytesBuf"],[5755,"impl-From%3C%26%5Bu8;+64%5D%3E-for-PushBytesBuf"],[5756,"impl-From%3C%5Bu8;+19%5D%3E-for-PushBytesBuf"],[5757,"impl-From%3C%5Bu8;+32%5D%3E-for-PushBytesBuf"],[5758,"impl-From%3C%5Bu8;+1%5D%3E-for-PushBytesBuf"],[5759,"impl-From%3C%26%5Bu8;+28%5D%3E-for-PushBytesBuf"],[5760,"impl-From%3C%26%5Bu8;+58%5D%3E-for-PushBytesBuf"],[5761,"impl-From%3C%26%5Bu8;+53%5D%3E-for-PushBytesBuf"],[5762,"impl-From%3C%26%5Bu8;+57%5D%3E-for-PushBytesBuf"],[5763,"impl-From%3C%5Bu8;+10%5D%3E-for-PushBytesBuf"],[5764,"impl-From%3C%26%5Bu8;+67%5D%3E-for-PushBytesBuf"],[5765,"impl-From%3C%5Bu8;+33%5D%3E-for-PushBytesBuf"],[5766,"impl-From%3C%26%5Bu8;+72%5D%3E-for-PushBytesBuf"],[5767,"impl-From%3C%5Bu8;+0%5D%3E-for-PushBytesBuf"],[5768,"impl-From%3C%5Bu8;+25%5D%3E-for-PushBytesBuf"],[5769,"impl-From%3C%26%5Bu8;+15%5D%3E-for-PushBytesBuf"],[5770,"impl-From%3C%5Bu8;+54%5D%3E-for-PushBytesBuf"],[5771,"impl-From%3C%5Bu8;+59%5D%3E-for-PushBytesBuf"],[5772,"impl-From%3C%26%5Bu8;+2%5D%3E-for-PushBytesBuf"],[5773,"impl-From%3CPubkeyHash%3E-for-PushBytesBuf"],[5774,"impl-From%3C%5Bu8;+45%5D%3E-for-PushBytesBuf"],[5775,"impl-From%3C%26%5Bu8;+11%5D%3E-for-PushBytesBuf"],[5776,"impl-From%3C%26%5Bu8;+1%5D%3E-for-PushBytesBuf"],[5777,"impl-From%3C%26%5Bu8;+39%5D%3E-for-PushBytesBuf"],[5778,"impl-From%3C%26%5Bu8;+47%5D%3E-for-PushBytesBuf"],[5779,"impl-From%3C%26%5Bu8;+29%5D%3E-for-PushBytesBuf"],[5780,"impl-From%3C%5Bu8;+17%5D%3E-for-PushBytesBuf"],[5781,"impl-From%3C%5Bu8;+65%5D%3E-for-PushBytesBuf"],[5782,"impl-From%3C%5Bu8;+12%5D%3E-for-PushBytesBuf"],[5783,"impl-From%3C%26%5Bu8;+19%5D%3E-for-PushBytesBuf"],[5784,"impl-From%3C%5Bu8;+44%5D%3E-for-PushBytesBuf"],[5785,"impl-From%3C%26%5Bu8;+70%5D%3E-for-PushBytesBuf"],[5786,"impl-From%3C%26%5Bu8;+54%5D%3E-for-PushBytesBuf"],[5787,"impl-From%3C%5Bu8;+61%5D%3E-for-PushBytesBuf"],[5788,"impl-From%3C%26%5Bu8;+63%5D%3E-for-PushBytesBuf"],[5789,"impl-From%3C%5Bu8;+63%5D%3E-for-PushBytesBuf"],[5790,"impl-From%3C%5Bu8;+38%5D%3E-for-PushBytesBuf"],[5791,"impl-From%3C%26%5Bu8;+17%5D%3E-for-PushBytesBuf"],[5793,"impl-From%3C%5Bu8;+15%5D%3E-for-PushBytesBuf"],[5794,"impl-From%3C%5Bu8;+58%5D%3E-for-PushBytesBuf"],[5795,"impl-From%3C%26%5Bu8;+41%5D%3E-for-PushBytesBuf"],[5796,"impl-From%3C%5Bu8;+60%5D%3E-for-PushBytesBuf"],[5797,"impl-From%3C%26%5Bu8;+18%5D%3E-for-PushBytesBuf"],[5798,"impl-From%3C%5Bu8;+14%5D%3E-for-PushBytesBuf"],[5799,"impl-From%3C%26%5Bu8;+8%5D%3E-for-PushBytesBuf"],[5800,"impl-From%3C%26%5Bu8;+46%5D%3E-for-PushBytesBuf"],[5802,"impl-From%3CUintError%3E-for-Error"],[5803,"impl-From%3CInfallible%3E-for-Error"],[5807,"impl-Index%3C(Bound%3Cusize%3E,+Bound%3Cusize%3E)%3E-for-PushBytes"],[5808,"impl-Index%3CRangeInclusive%3Cusize%3E%3E-for-PushBytes"],[5809,"impl-Index%3CRangeFrom%3Cusize%3E%3E-for-PushBytes"],[5810,"impl-Index%3CRange%3Cusize%3E%3E-for-PushBytes"],[5811,"impl-Index%3CRangeToInclusive%3Cusize%3E%3E-for-PushBytes"],[5812,"impl-Index%3Cusize%3E-for-PushBytes"],[5813,"impl-Index%3CRangeTo%3Cusize%3E%3E-for-PushBytes"],[5814,"impl-Index%3CRangeFull%3E-for-PushBytes"],[5893,"impl-TryFrom%3C%26%5Bu8%5D%3E-for-%26PushBytes"],[5894,"impl-TryFrom%3C%26mut+%5Bu8%5D%3E-for-%26mut+PushBytes"],[5941,"impl-Debug-for-Error"],[5942,"impl-Display-for-Error"],[5999,"impl-Debug-for-FromStrError"],[6000,"impl-Display-for-FromStrError"],[6001,"impl-Debug-for-TryFromInstructionError"],[6002,"impl-Display-for-TryFromInstructionError"],[6003,"impl-Display-for-TryFromError"],[6004,"impl-Debug-for-TryFromError"],[6006,"impl-From%3CParseIntError%3E-for-FromStrError"],[6007,"impl-From%3CInfallible%3E-for-FromStrError"],[6008,"impl-From%3CTryFromError%3E-for-FromStrError"],[6009,"impl-From%3CTryFromError%3E-for-TryFromInstructionError"],[6010,"impl-From%3CInfallible%3E-for-TryFromInstructionError"],[6106,"impl-Debug-for-ParseOutPointError"],[6107,"impl-Display-for-ParseOutPointError"],[6108,"impl-Display-for-InputsIndexError"],[6109,"impl-Debug-for-InputsIndexError"],[6110,"impl-Debug-for-OutputsIndexError"],[6111,"impl-Display-for-OutputsIndexError"],[6112,"impl-Debug-for-IndexOutOfBoundsError"],[6113,"impl-Display-for-IndexOutOfBoundsError"],[6114,"impl-Debug-for-Version"],[6115,"impl-Display-for-Version"],[6258,"impl-Debug-for-DecodeError%3CE%3E"],[6259,"impl-Display-for-DecodeError%3CE%3E"],[6260,"impl-From%3C%26Network%3E-for-%26Params"],[6261,"impl-From%3CNetwork%3E-for-%26Params"],[6262,"impl-From%3CNetwork%3E-for-Params"],[6263,"impl-From%3C%26Network%3E-for-Params"],[6351,"impl-Display-for-Error"],[6352,"impl-Debug-for-Error"],[6353,"impl-Debug-for-FromHexError"],[6354,"impl-Display-for-FromHexError"],[6356,"impl-From%3CInfallible%3E-for-Error"],[6358,"impl-From%3CError%3E-for-Error"],[6539,"impl-AsRef%3CPushBytes%3E-for-SerializedSignature"],[6540,"impl-AsRef%3C%5Bu8%5D%3E-for-SerializedSignature"],[6567,"impl-Display-for-Signature"],[6568,"impl-Debug-for-Signature"],[6569,"impl-UpperHex-for-SerializedSignature"],[6570,"impl-LowerHex-for-SerializedSignature"],[6571,"impl-Debug-for-SerializedSignature"],[6572,"impl-Display-for-SerializedSignature"],[6573,"impl-Debug-for-Error"],[6574,"impl-Display-for-Error"],[6577,"impl-From%3CError%3E-for-Error"],[6578,"impl-From%3CNonStandardSighashTypeError%3E-for-Error"],[6579,"impl-From%3CHexToBytesError%3E-for-Error"],[6580,"impl-From%3CInfallible%3E-for-Error"],[6591,"impl-Serialize-for-Signature"],[6592,"impl-Signature"],[6655,"impl-Display-for-PrefixedHexError"],[6656,"impl-Debug-for-PrefixedHexError"],[6657,"impl-Display-for-UnprefixedHexError"],[6658,"impl-Debug-for-UnprefixedHexError"],[6659,"impl-Debug-for-MissingPrefixError"],[6660,"impl-Display-for-MissingPrefixError"],[6661,"impl-Debug-for-ContainsPrefixError"],[6662,"impl-Display-for-ContainsPrefixError"],[6663,"impl-From%3CParseIntError%3E-for-PrefixedHexError"],[6665,"impl-From%3CMissingPrefixError%3E-for-PrefixedHexError"],[6667,"impl-From%3CContainsPrefixError%3E-for-UnprefixedHexError"],[6668,"impl-From%3CParseIntError%3E-for-UnprefixedHexError"],[6754,"impl-AsRef%3C%5Bu8;+bitcoin_hashes::::hash160::%7Bimpl%2311%7D::%7Bconstant%230%7D%5D%3E-for-Hash"],[6755,"impl-AsRef%3C%5Bu8%5D%3E-for-Hash"],[6767,"impl-Display-for-Hash"],[6768,"impl-Debug-for-Hash"],[6769,"impl-UpperHex-for-Hash"],[6770,"impl-LowerHex-for-Hash"],[6771,"impl-From%3CScriptHash%3E-for-Hash"],[6773,"impl-From%3CWPubkeyHash%3E-for-Hash"],[6774,"impl-From%3CXKeyIdentifier%3E-for-Hash"],[6775,"impl-From%3CPubkeyHash%3E-for-Hash"],[6859,"impl-Display-for-HexToBytesError"],[6860,"impl-Debug-for-HexToBytesError"],[6861,"impl-Display-for-InvalidCharError"],[6862,"impl-Debug-for-InvalidCharError"],[6863,"impl-Display-for-OddLengthStringError"],[6864,"impl-Debug-for-OddLengthStringError"],[6865,"impl-Display-for-HexToArrayError"],[6866,"impl-Debug-for-HexToArrayError"],[6871,"impl-From%3CInvalidCharError%3E-for-HexToBytesError"],[6872,"impl-From%3COddLengthStringError%3E-for-HexToBytesError"],[6876,"impl-From%3CInvalidLengthError%3E-for-HexToArrayError"],[6877,"impl-From%3CInvalidCharError%3E-for-HexToArrayError"],[6988,"impl-UpperHex-for-DisplayByteSlice%3C\'a%3E"],[6989,"impl-LowerHex-for-DisplayByteSlice%3C\'a%3E"],[6990,"impl-Display-for-DisplayByteSlice%3C\'a%3E"],[6991,"impl-Debug-for-DisplayByteSlice%3C\'a%3E"],[6992,"impl-Debug-for-DisplayArray%3C\'a,+LEN%3E"],[6993,"impl-LowerHex-for-DisplayArray%3C\'a,+LEN%3E"],[6994,"impl-Display-for-DisplayArray%3C\'a,+LEN%3E"],[6995,"impl-UpperHex-for-DisplayArray%3C\'a,+LEN%3E"],[7033,"impl-Debug-for-InvalidLengthError"],[7034,"impl-Display-for-InvalidLengthError"],[7082,"impl-AsRef%3C%5Bu8%5D%3E-for-Hash"],[7083,"impl-AsRef%3C%5Bu8;+bitcoin_hashes::::ripemd160::%7Bimpl%2314%7D::%7Bconstant%230%7D%5D%3E-for-Hash"],[7110,"impl-Write-for-HashEngine"],[7111,"impl-Write-for-HashEngine"],[7112,"impl-Debug-for-Hash"],[7113,"impl-LowerHex-for-Hash"],[7114,"impl-UpperHex-for-Hash"],[7115,"impl-Display-for-Hash"],[7147,"impl-Write-for-HashEngine"],[7148,"impl-Write-for-HashEngine"],[7333,"impl-Display-for-Unexpected%3C\'a%3E"],[7334,"impl-Debug-for-Unexpected%3C\'a%3E"],[7565,"impl-Error-for-Error"],[7566,"impl-Error-for-Error"],[8448,"impl-Debug-for-Error"],[8449,"impl-Display-for-Error"],[8560,"impl-MapAccess%3C\'de%3E-for-MapDeserializer%3C\'de,+I,+E%3E"],[8561,"impl-SeqAccess%3C\'de%3E-for-MapDeserializer%3C\'de,+I,+E%3E"],[8758,"impl-dyn+Error"],[8759,"impl-dyn+Error+%2B+Send"],[8760,"impl-dyn+Error+%2B+Send+%2B+Sync"],[8761,"impl-dyn+Error+%2B+Send"],[8762,"impl-dyn+Error"],[8763,"impl-dyn+Error+%2B+Send+%2B+Sync"],[8764,"impl-dyn+Error+%2B+Send"],[8765,"impl-dyn+Error+%2B+Send+%2B+Sync"],[8766,"impl-dyn+Error"],[8774,"impl-SerializeTupleStruct-for-Impossible%3COk,+Error%3E"],[8775,"impl-SerializeMap-for-Impossible%3COk,+Error%3E"],[8776,"impl-SerializeTuple-for-Impossible%3COk,+Error%3E"],[8777,"impl-SerializeSeq-for-Impossible%3COk,+Error%3E"],[8778,"impl-SerializeStruct-for-Impossible%3COk,+Error%3E"],[8779,"impl-SerializeTupleVariant-for-Impossible%3COk,+Error%3E"],[8780,"impl-SerializeStructVariant-for-Impossible%3COk,+Error%3E"],[8783,"impl-dyn+Error+%2B+Send"],[8784,"impl-dyn+Error"],[8785,"impl-dyn+Error+%2B+Send+%2B+Sync"],[8794,"impl-SerializeTuple-for-Impossible%3COk,+Error%3E"],[8795,"impl-SerializeSeq-for-Impossible%3COk,+Error%3E"],[8803,"impl-SerializeTupleStruct-for-Impossible%3COk,+Error%3E"],[8804,"impl-SerializeTupleVariant-for-Impossible%3COk,+Error%3E"],[8805,"impl-SerializeStructVariant-for-Impossible%3COk,+Error%3E"],[8806,"impl-SerializeStruct-for-Impossible%3COk,+Error%3E"],[8854,"impl-AsRef%3C%5Bu8;+bitcoin_hashes::::sha1::%7Bimpl%2314%7D::%7Bconstant%230%7D%5D%3E-for-Hash"],[8855,"impl-AsRef%3C%5Bu8%5D%3E-for-Hash"],[8882,"impl-Write-for-HashEngine"],[8883,"impl-Write-for-HashEngine"],[8884,"impl-Display-for-Hash"],[8885,"impl-Debug-for-Hash"],[8886,"impl-UpperHex-for-Hash"],[8887,"impl-LowerHex-for-Hash"],[8918,"impl-Write-for-HashEngine"],[8919,"impl-Write-for-HashEngine"],[8925,"impl-AsRef%3C%5Bu8%5D%3E-for-Hash"],[8926,"impl-AsRef%3C%5Bu8;+bitcoin_hashes::::sha256::%7Bimpl%2320%7D::%7Bconstant%230%7D%5D%3E-for-Hash"],[8968,"impl-Write-for-HashEngine"],[8969,"impl-Write-for-HashEngine"],[8970,"impl-UpperHex-for-Hash"],[8971,"impl-Display-for-Hash"],[8972,"impl-LowerHex-for-Hash"],[8973,"impl-Debug-for-Hash"],[8974,"impl-LowerHex-for-Midstate"],[8975,"impl-Display-for-Midstate"],[8976,"impl-Debug-for-Midstate"],[8977,"impl-UpperHex-for-Midstate"],[8978,"impl-From%3CDescriptorId%3E-for-Hash"],[8979,"impl-From%3CWScriptHash%3E-for-Hash"],[9032,"impl-Write-for-HashEngine"],[9033,"impl-Write-for-HashEngine"],[9037,"impl-AsRef%3C%5Bu8%5D%3E-for-Hash"],[9038,"impl-AsRef%3C%5Bu8;+bitcoin_hashes::::sha256d::%7Bimpl%2311%7D::%7Bconstant%230%7D%5D%3E-for-Hash"],[9052,"impl-UpperHex-for-Hash"],[9053,"impl-Display-for-Hash"],[9054,"impl-LowerHex-for-Hash"],[9055,"impl-Debug-for-Hash"],[9056,"impl-From%3CTxid%3E-for-Hash"],[9057,"impl-From%3CWitnessMerkleNode%3E-for-Hash"],[9058,"impl-From%3CWitnessCommitment%3E-for-Hash"],[9060,"impl-From%3CHash%3E-for-Hash"],[9061,"impl-From%3CBlockHash%3E-for-Hash"],[9062,"impl-From%3CFilterHash%3E-for-Hash"],[9063,"impl-From%3CLegacySighash%3E-for-Hash"],[9064,"impl-From%3CFilterHeader%3E-for-Hash"],[9065,"impl-From%3CTxMerkleNode%3E-for-Hash"],[9066,"impl-From%3CSegwitV0Sighash%3E-for-Hash"],[9067,"impl-From%3CWtxid%3E-for-Hash"],[9091,"impl-AsRef%3C%5Bu8%5D%3E-for-Hash%3CT%3E"],[9092,"impl-AsRef%3C%5Bu8;+bitcoin_hashes::::sha256t::%7Bimpl%2311%7D::%7Bconstant%230%7D%5D%3E-for-Hash%3CT%3E"],[9106,"impl-Display-for-Hash%3CT%3E"],[9107,"impl-Debug-for-Hash%3CT%3E"],[9108,"impl-UpperHex-for-Hash%3CT%3E"],[9109,"impl-LowerHex-for-Hash%3CT%3E"],[9111,"impl-From%3CTapSighash%3E-for-Hash%3CTapSighashTag%3E"],[9112,"impl-From%3CTapTweakHash%3E-for-Hash%3CTapTweakTag%3E"],[9113,"impl-From%3CTapLeafHash%3E-for-Hash%3CTapLeafTag%3E"],[9114,"impl-From%3CTapNodeHash%3E-for-Hash%3CTapBranchTag%3E"],[9138,"impl-AsRef%3C%5Bu8;+bitcoin_hashes::::sha384::%7Bimpl%2313%7D::%7Bconstant%230%7D%5D%3E-for-Hash"],[9139,"impl-AsRef%3C%5Bu8%5D%3E-for-Hash"],[9156,"impl-Display-for-Hash"],[9157,"impl-LowerHex-for-Hash"],[9158,"impl-Debug-for-Hash"],[9159,"impl-UpperHex-for-Hash"],[9194,"impl-AsRef%3C%5Bu8;+bitcoin_hashes::::sha512::%7Bimpl%2315%7D::%7Bconstant%230%7D%5D%3E-for-Hash"],[9195,"impl-AsRef%3C%5Bu8%5D%3E-for-Hash"],[9222,"impl-Write-for-HashEngine"],[9223,"impl-Write-for-HashEngine"],[9224,"impl-LowerHex-for-Hash"],[9225,"impl-Debug-for-Hash"],[9226,"impl-Display-for-Hash"],[9227,"impl-UpperHex-for-Hash"],[9258,"impl-Write-for-HashEngine"],[9259,"impl-Write-for-HashEngine"],[9264,"impl-AsRef%3C%5Bu8;+bitcoin_hashes::::sha512_256::%7Bimpl%2313%7D::%7Bconstant%230%7D%5D%3E-for-Hash"],[9265,"impl-AsRef%3C%5Bu8%5D%3E-for-Hash"],[9282,"impl-LowerHex-for-Hash"],[9283,"impl-Debug-for-Hash"],[9284,"impl-UpperHex-for-Hash"],[9285,"impl-Display-for-Hash"],[9321,"impl-AsRef%3C%5Bu8%5D%3E-for-Hash"],[9322,"impl-AsRef%3C%5Bu8;+bitcoin_hashes::::siphash24::%7Bimpl%2315%7D::%7Bconstant%230%7D%5D%3E-for-Hash"],[9354,"impl-Write-for-HashEngine"],[9355,"impl-Write-for-HashEngine"],[9356,"impl-LowerHex-for-Hash"],[9357,"impl-Debug-for-Hash"],[9358,"impl-UpperHex-for-Hash"],[9359,"impl-Display-for-Hash"],[9406,"impl-Write-for-HashEngine"],[9407,"impl-Write-for-HashEngine"],[9471,"impl-Write-for-Sink"],[9472,"impl-Write-for-Sink"],[9473,"impl-Display-for-Error"],[9474,"impl-Debug-for-Error"],[9479,"impl-From%3CErrorKind%3E-for-Error"],[9481,"impl-From%3CError%3E-for-Error"],[9549,"impl-Write-for-Sink"],[9550,"impl-Write-for-Sink"],[9552,"impl-Write-for-Sink"],[9553,"impl-Write-for-Sink"],[9715,"impl-Debug-for-TweakedPublicKey"],[9716,"impl-Display-for-TweakedPublicKey"],[9717,"impl-LowerHex-for-TweakedPublicKey"],[9719,"impl-Debug-for-FromSliceError"],[9720,"impl-Display-for-FromSliceError"],[9721,"impl-Debug-for-FromWifError"],[9722,"impl-Display-for-FromWifError"],[9723,"impl-Display-for-ParsePublicKeyError"],[9724,"impl-Debug-for-ParsePublicKeyError"],[9725,"impl-Debug-for-ParseCompressedPublicKeyError"],[9726,"impl-Display-for-ParseCompressedPublicKeyError"],[9727,"impl-Display-for-UncompressedPublicKeyError"],[9728,"impl-Debug-for-UncompressedPublicKeyError"],[9729,"impl-Display-for-InvalidBase58PayloadLengthError"],[9730,"impl-Debug-for-InvalidBase58PayloadLengthError"],[9731,"impl-Display-for-InvalidAddressVersionError"],[9732,"impl-Debug-for-InvalidAddressVersionError"],[9742,"impl-From%3CError%3E-for-FromSliceError"],[9743,"impl-From%3CInfallible%3E-for-FromSliceError"],[9744,"impl-From%3CInfallible%3E-for-FromWifError"],[9745,"impl-From%3CError%3E-for-FromWifError"],[9746,"impl-From%3CInvalidAddressVersionError%3E-for-FromWifError"],[9747,"impl-From%3CInvalidBase58PayloadLengthError%3E-for-FromWifError"],[9749,"impl-From%3CError%3E-for-FromWifError"],[9751,"impl-From%3CFromSliceError%3E-for-ParsePublicKeyError"],[9752,"impl-From%3CInfallible%3E-for-ParsePublicKeyError"],[9753,"impl-From%3CInfallible%3E-for-ParseCompressedPublicKeyError"],[9755,"impl-From%3CHexToArrayError%3E-for-ParseCompressedPublicKeyError"],[9756,"impl-From%3CError%3E-for-ParseCompressedPublicKeyError"],[9820,"impl-Serialize-for-TweakedPublicKey"],[9821,"impl-TweakedPublicKey"],[9868,"impl-TryFrom%3Cu8%3E-for-Parity"],[9869,"impl-TryFrom%3Ci32%3E-for-Parity"],[9958,"impl-Display-for-MerkleBlockError"],[9959,"impl-Debug-for-MerkleBlockError"],[10007,"impl-Debug-for-ParseNetworkError"],[10008,"impl-Display-for-ParseNetworkError"],[10009,"impl-Display-for-UnknownChainHashError"],[10010,"impl-Debug-for-UnknownChainHashError"],[10052,"impl-AsMut%3C%5Bu8;+4%5D%3E-for-Magic"],[10053,"impl-AsMut%3C%5Bu8%5D%3E-for-Magic"],[10054,"impl-AsRef%3C%5Bu8;+4%5D%3E-for-Magic"],[10055,"impl-AsRef%3C%5Bu8%5D%3E-for-Magic"],[10063,"impl-Borrow%3C%5Bu8;+4%5D%3E-for-Magic"],[10064,"impl-Borrow%3C%5Bu8%5D%3E-for-Magic"],[10070,"impl-BorrowMut%3C%5Bu8;+4%5D%3E-for-Magic"],[10071,"impl-BorrowMut%3C%5Bu8%5D%3E-for-Magic"],[10109,"impl-Display-for-ServiceFlags"],[10110,"impl-LowerHex-for-ServiceFlags"],[10111,"impl-UpperHex-for-ServiceFlags"],[10112,"impl-Debug-for-ServiceFlags"],[10113,"impl-Display-for-Magic"],[10114,"impl-LowerHex-for-Magic"],[10115,"impl-UpperHex-for-Magic"],[10116,"impl-Debug-for-Magic"],[10117,"impl-Display-for-ParseMagicError"],[10118,"impl-Debug-for-ParseMagicError"],[10119,"impl-Debug-for-UnknownMagicError"],[10120,"impl-Display-for-UnknownMagicError"],[10324,"impl-Display-for-CommandString"],[10325,"impl-Debug-for-CommandString"],[10326,"impl-Display-for-CommandStringError"],[10327,"impl-Debug-for-CommandStringError"],[10349,"impl-TryFrom%3C%26str%3E-for-CommandString"],[10350,"impl-TryFrom%3CBox%3Cstr%3E%3E-for-CommandString"],[10352,"impl-TryFrom%3CString%3E-for-CommandString"],[10825,"impl-Debug-for-ParseIntError"],[10826,"impl-Display-for-ParseIntError"],[11035,"impl-Display-for-Error"],[11036,"impl-Debug-for-Error"],[11040,"impl-Display-for-GetKeyError"],[11041,"impl-Debug-for-GetKeyError"],[11044,"impl-Debug-for-SignError"],[11045,"impl-Display-for-SignError"],[11046,"impl-Display-for-ExtractTxError"],[11047,"impl-Debug-for-ExtractTxError"],[11048,"impl-Display-for-IndexOutOfBoundsError"],[11049,"impl-Debug-for-IndexOutOfBoundsError"],[11050,"impl-Debug-for-PsbtParseError"],[11051,"impl-Display-for-PsbtParseError"],[11052,"impl-Display-for-PsbtSighashType"],[11053,"impl-Debug-for-PsbtSighashType"],[11055,"impl-From%3CError%3E-for-Error"],[11056,"impl-From%3CInfallible%3E-for-Error"],[11058,"impl-From%3CError%3E-for-Error"],[11059,"impl-From%3CFromSliceError%3E-for-Error"],[11063,"impl-From%3CInfallible%3E-for-GetKeyError"],[11064,"impl-From%3CError%3E-for-GetKeyError"],[11069,"impl-From%3CTaprootError%3E-for-SignError"],[11070,"impl-From%3CIndexOutOfBoundsError%3E-for-SignError"],[11071,"impl-From%3CInfallible%3E-for-SignError"],[11072,"impl-From%3CP2wpkhError%3E-for-SignError"],[11079,"impl-From%3CTapSighashType%3E-for-PsbtSighashType"],[11080,"impl-From%3CEcdsaSighashType%3E-for-PsbtSighashType"],[11272,"impl-Debug-for-Key"],[11273,"impl-Display-for-Key"],[11483,"impl-LowerHex-for-PublicKey"],[11484,"impl-Debug-for-PublicKey"],[11485,"impl-Display-for-PublicKey"],[11486,"impl-Display-for-InvalidParityValue"],[11487,"impl-Debug-for-InvalidParityValue"],[11489,"impl-LowerHex-for-Message"],[11490,"impl-Display-for-Message"],[11491,"impl-Debug-for-Message"],[11492,"impl-Display-for-Error"],[11493,"impl-Debug-for-Error"],[11500,"impl-From%3CKeypair%3E-for-SecretKey"],[11501,"impl-From%3CT%3E-for-SecretKey"],[11503,"impl-From%3C%26Keypair%3E-for-SecretKey"],[11504,"impl-From%3CPublicKey%3E-for-PublicKey"],[11505,"impl-From%3CKeypair%3E-for-PublicKey"],[11507,"impl-From%3C%26Keypair%3E-for-PublicKey"],[11511,"impl-From%3CLegacySighash%3E-for-Message"],[11513,"impl-From%3CSegwitV0Sighash%3E-for-Message"],[11514,"impl-From%3CTapSighash%3E-for-Message"],[11515,"impl-From%3CT%3E-for-Message"],[11587,"impl-Serialize-for-PublicKey"],[11588,"impl-PublicKey"],[11752,"impl-PartialEq%3C%5Bu8%5D%3E-for-SerializedSignature"],[11753,"impl-PartialEq-for-SerializedSignature"],[11766,"impl-Debug-for-SerializedSignature"],[11767,"impl-Display-for-SerializedSignature"],[11768,"impl-Display-for-Signature"],[11769,"impl-Debug-for-Signature"],[11774,"impl-From%3CSignature%3E-for-SerializedSignature"],[11775,"impl-From%3C%26Signature%3E-for-SerializedSignature"],[11792,"impl-IntoIterator-for-SerializedSignature"],[11793,"impl-IntoIterator-for-%26SerializedSignature"],[11799,"impl-PartialOrd%3C%5Bu8%5D%3E-for-SerializedSignature"],[11800,"impl-PartialOrd-for-SerializedSignature"],[11819,"impl-TryFrom%3CSerializedSignature%3E-for-Signature"],[11820,"impl-TryFrom%3C%26SerializedSignature%3E-for-Signature"],[11888,"impl-Display-for-ElligatorSwift"],[11889,"impl-Debug-for-ElligatorSwift"],[11890,"impl-LowerHex-for-ElligatorSwift"],[12289,"impl-Write-for-HmacEngine%3CT%3E"],[12290,"impl-Write-for-HmacEngine%3CT%3E"],[12291,"impl-Debug-for-FromSliceError"],[12292,"impl-Display-for-FromSliceError"],[12293,"impl-Debug-for-Hmac%3CT%3E"],[12294,"impl-Display-for-Hmac%3CT%3E"],[12295,"impl-LowerHex-for-Hmac%3CT%3E"],[12312,"impl-Index%3Cusize%3E-for-Hmac%3CT%3E"],[12313,"impl-Index%3CRange%3Cusize%3E%3E-for-Hmac%3CT%3E"],[12314,"impl-Index%3CRangeFrom%3Cusize%3E%3E-for-Hmac%3CT%3E"],[12315,"impl-Index%3CRangeFull%3E-for-Hmac%3CT%3E"],[12316,"impl-Index%3CRangeTo%3Cusize%3E%3E-for-Hmac%3CT%3E"],[12351,"impl-Write-for-HmacEngine%3CT%3E"],[12352,"impl-Write-for-HmacEngine%3CT%3E"],[12368,"impl-Display-for-Error"],[12369,"impl-Debug-for-Error"],[12371,"impl-From%3CNonZero%3Cu32%3E%3E-for-Error"],[12372,"impl-From%3CError%3E-for-Error"],[12483,"impl-Debug-for-BernoulliError"],[12484,"impl-Display-for-BernoulliError"],[12492,"impl-Display-for-WeightedError"],[12493,"impl-Debug-for-WeightedError"],[12506,"impl-From%3CRange%3CX%3E%3E-for-Uniform%3CX%3E"],[12507,"impl-From%3CRangeInclusive%3CX%3E%3E-for-Uniform%3CX%3E"],[12535,"impl-Distribution%3Cf32%3E-for-OpenClosed01"],[12536,"impl-Distribution%3Cf64%3E-for-OpenClosed01"],[12537,"impl-Distribution%3Cf64%3E-for-Open01"],[12538,"impl-Distribution%3Cf32%3E-for-Open01"],[12543,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2342%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12544,"impl-Distribution%3C()%3E-for-Standard"],[12545,"impl-Distribution%3Ci8%3E-for-Standard"],[12546,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2347%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12547,"impl-Distribution%3Cchar%3E-for-Standard"],[12548,"impl-Distribution%3Cu64%3E-for-Standard"],[12549,"impl-Distribution%3Ci128%3E-for-Standard"],[12550,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2341%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12551,"impl-Distribution%3CNonZero%3Cu64%3E%3E-for-Standard"],[12552,"impl-Distribution%3CWrapping%3CT%3E%3E-for-Standard"],[12553,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12554,"impl-Distribution%3COption%3CT%3E%3E-for-Standard"],[12555,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2330%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12556,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12557,"impl-Distribution%3C(A,+B,+C,+D)%3E-for-Standard"],[12558,"impl-Distribution%3CNonZero%3Cu16%3E%3E-for-Standard"],[12559,"impl-Distribution%3C(A,+B,+C,+D,+E,+F,+G)%3E-for-Standard"],[12560,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2328%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12561,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12562,"impl-Distribution%3Cbool%3E-for-Standard"],[12563,"impl-Distribution%3Cu32%3E-for-Standard"],[12564,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12565,"impl-Distribution%3CNonZero%3Cu32%3E%3E-for-Standard"],[12566,"impl-Distribution%3C(A,+B,+C,+D,+E,+F,+G,+H,+I,+J)%3E-for-Standard"],[12567,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12568,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2339%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12569,"impl-Distribution%3Ci64%3E-for-Standard"],[12570,"impl-Distribution%3C(A,+B,+C,+D,+E)%3E-for-Standard"],[12571,"impl-Distribution%3CNonZero%3Cusize%3E%3E-for-Standard"],[12572,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12573,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2355%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12574,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2340%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12575,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2333%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12576,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2336%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12577,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2331%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12578,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2327%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12579,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2326%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12580,"impl-Distribution%3Cf64%3E-for-Standard"],[12581,"impl-Distribution%3Cu16%3E-for-Standard"],[12582,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2353%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12583,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2325%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12584,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2338%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12585,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2334%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12586,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2329%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12587,"impl-Distribution%3Ci16%3E-for-Standard"],[12588,"impl-Distribution%3Cisize%3E-for-Standard"],[12589,"impl-Distribution%3C(A,)%3E-for-Standard"],[12590,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2354%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12591,"impl-Distribution%3Cu8%3E-for-Standard"],[12592,"impl-Distribution%3C(A,+B,+C,+D,+E,+F)%3E-for-Standard"],[12593,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2337%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12594,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12595,"impl-Distribution%3C(A,+B,+C,+D,+E,+F,+G,+H,+I,+J,+K)%3E-for-Standard"],[12596,"impl-Distribution%3Cf32%3E-for-Standard"],[12597,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2335%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12598,"impl-Distribution%3C%5BT;+32%5D%3E-for-Standard"],[12599,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2352%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12600,"impl-Distribution%3CNonZero%3Cu8%3E%3E-for-Standard"],[12601,"impl-Distribution%3C(A,+B,+C,+D,+E,+F,+G,+H,+I,+J,+K,+L)%3E-for-Standard"],[12602,"impl-Distribution%3C(A,+B,+C)%3E-for-Standard"],[12603,"impl-Distribution%3CNonZero%3Cu128%3E%3E-for-Standard"],[12604,"impl-Distribution%3Ci32%3E-for-Standard"],[12605,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2324%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12606,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2332%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12607,"impl-Distribution%3C(A,+B,+C,+D,+E,+F,+G,+H)%3E-for-Standard"],[12608,"impl-Distribution%3C(A,+B)%3E-for-Standard"],[12609,"impl-Distribution%3C(A,+B,+C,+D,+E,+F,+G,+H,+I)%3E-for-Standard"],[12610,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12611,"impl-Distribution%3Cu128%3E-for-Standard"],[12612,"impl-Distribution%3Cusize%3E-for-Standard"],[12724,"impl-UniformSampler-for-UniformInt%3Cisize%3E"],[12725,"impl-UniformSampler-for-UniformInt%3Ci128%3E"],[12726,"impl-UniformSampler-for-UniformInt%3Cu32%3E"],[12727,"impl-UniformSampler-for-UniformInt%3Ci64%3E"],[12728,"impl-UniformSampler-for-UniformInt%3Cu16%3E"],[12729,"impl-UniformSampler-for-UniformInt%3Cusize%3E"],[12730,"impl-UniformSampler-for-UniformInt%3Cu64%3E"],[12731,"impl-UniformSampler-for-UniformInt%3Ci32%3E"],[12732,"impl-UniformSampler-for-UniformInt%3Ci16%3E"],[12733,"impl-UniformSampler-for-UniformInt%3Cu8%3E"],[12734,"impl-UniformSampler-for-UniformInt%3Ci8%3E"],[12735,"impl-UniformSampler-for-UniformInt%3Cu128%3E"],[12737,"impl-UniformSampler-for-UniformFloat%3Cf32%3E"],[12738,"impl-UniformSampler-for-UniformFloat%3Cf64%3E"],[12741,"impl-UniformSampler-for-UniformInt%3Cusize%3E"],[12742,"impl-UniformSampler-for-UniformInt%3Cu8%3E"],[12743,"impl-UniformSampler-for-UniformInt%3Ci128%3E"],[12744,"impl-UniformSampler-for-UniformInt%3Ci64%3E"],[12745,"impl-UniformSampler-for-UniformInt%3Cu32%3E"],[12746,"impl-UniformSampler-for-UniformInt%3Cu64%3E"],[12747,"impl-UniformSampler-for-UniformInt%3Ci32%3E"],[12748,"impl-UniformSampler-for-UniformInt%3Cisize%3E"],[12749,"impl-UniformSampler-for-UniformInt%3Cu16%3E"],[12750,"impl-UniformSampler-for-UniformInt%3Ci16%3E"],[12751,"impl-UniformSampler-for-UniformInt%3Ci8%3E"],[12752,"impl-UniformSampler-for-UniformInt%3Cu128%3E"],[12754,"impl-UniformSampler-for-UniformFloat%3Cf32%3E"],[12755,"impl-UniformSampler-for-UniformFloat%3Cf64%3E"],[12758,"impl-UniformSampler-for-UniformInt%3Cu128%3E"],[12759,"impl-UniformSampler-for-UniformInt%3Cu8%3E"],[12760,"impl-UniformSampler-for-UniformInt%3Ci32%3E"],[12761,"impl-UniformSampler-for-UniformInt%3Cusize%3E"],[12762,"impl-UniformSampler-for-UniformInt%3Ci8%3E"],[12763,"impl-UniformSampler-for-UniformInt%3Cisize%3E"],[12764,"impl-UniformSampler-for-UniformInt%3Cu16%3E"],[12765,"impl-UniformSampler-for-UniformInt%3Ci128%3E"],[12766,"impl-UniformSampler-for-UniformInt%3Ci16%3E"],[12767,"impl-UniformSampler-for-UniformInt%3Cu32%3E"],[12768,"impl-UniformSampler-for-UniformInt%3Cu64%3E"],[12769,"impl-UniformSampler-for-UniformInt%3Ci64%3E"],[12771,"impl-UniformSampler-for-UniformFloat%3Cf64%3E"],[12772,"impl-UniformSampler-for-UniformFloat%3Cf32%3E"],[12776,"impl-UniformSampler-for-UniformInt%3Cu16%3E"],[12777,"impl-UniformSampler-for-UniformInt%3Cisize%3E"],[12778,"impl-UniformSampler-for-UniformInt%3Cu32%3E"],[12779,"impl-UniformSampler-for-UniformInt%3Ci64%3E"],[12780,"impl-UniformSampler-for-UniformInt%3Ci16%3E"],[12781,"impl-UniformSampler-for-UniformInt%3Ci32%3E"],[12782,"impl-UniformSampler-for-UniformInt%3Cu64%3E"],[12783,"impl-UniformSampler-for-UniformInt%3Cusize%3E"],[12784,"impl-UniformSampler-for-UniformInt%3Ci8%3E"],[12785,"impl-UniformSampler-for-UniformInt%3Ci128%3E"],[12786,"impl-UniformSampler-for-UniformInt%3Cu128%3E"],[12787,"impl-UniformSampler-for-UniformInt%3Cu8%3E"],[12788,"impl-UniformSampler-for-UniformFloat%3Cf64%3E"],[12789,"impl-UniformSampler-for-UniformFloat%3Cf32%3E"],[12791,"impl-UniformSampler-for-UniformInt%3Ci32%3E"],[12792,"impl-UniformSampler-for-UniformInt%3Cu32%3E"],[12793,"impl-UniformSampler-for-UniformInt%3Ci64%3E"],[12794,"impl-UniformSampler-for-UniformInt%3Cu16%3E"],[12795,"impl-UniformSampler-for-UniformInt%3Cisize%3E"],[12796,"impl-UniformSampler-for-UniformInt%3Cu64%3E"],[12797,"impl-UniformSampler-for-UniformInt%3Ci128%3E"],[12798,"impl-UniformSampler-for-UniformInt%3Ci16%3E"],[12799,"impl-UniformSampler-for-UniformInt%3Cu8%3E"],[12800,"impl-UniformSampler-for-UniformInt%3Cu128%3E"],[12801,"impl-UniformSampler-for-UniformInt%3Ci8%3E"],[12802,"impl-UniformSampler-for-UniformInt%3Cusize%3E"],[12964,"impl-Debug-for-ReadError"],[12965,"impl-Display-for-ReadError"],[13068,"impl-From%3CVec%3Cusize%3E%3E-for-IndexVec"],[13069,"impl-From%3CVec%3Cu32%3E%3E-for-IndexVec"],[13116,"impl-Debug-for-OutOfRangeError"],[13117,"impl-Display-for-OutOfRangeError"],[13140,"impl-LowerHex-for-Signature"],[13141,"impl-Display-for-Signature"],[13142,"impl-Debug-for-Signature"],[13150,"impl-Serialize-for-Signature"],[13151,"impl-Signature"],[13315,"impl-Debug-for-PrevoutsSizeError"],[13316,"impl-Display-for-PrevoutsSizeError"],[13317,"impl-Debug-for-PrevoutsKindError"],[13318,"impl-Display-for-PrevoutsKindError"],[13319,"impl-Display-for-PrevoutsIndexError"],[13320,"impl-Debug-for-PrevoutsIndexError"],[13321,"impl-Display-for-InvalidSighashTypeError"],[13322,"impl-Debug-for-InvalidSighashTypeError"],[13323,"impl-Display-for-NonStandardSighashTypeError"],[13324,"impl-Debug-for-NonStandardSighashTypeError"],[13325,"impl-Display-for-SighashTypeParseError"],[13326,"impl-Debug-for-SighashTypeParseError"],[13328,"impl-Debug-for-TaprootError"],[13329,"impl-Display-for-TaprootError"],[13330,"impl-Debug-for-P2wpkhError"],[13331,"impl-Display-for-P2wpkhError"],[13332,"impl-Display-for-SingleMissingOutputError"],[13333,"impl-Debug-for-SingleMissingOutputError"],[13334,"impl-Debug-for-AnnexError"],[13335,"impl-Display-for-AnnexError"],[13336,"impl-Display-for-SigningDataError%3CE%3E"],[13337,"impl-Debug-for-SigningDataError%3CE%3E"],[13350,"impl-From%3CPrevoutsSizeError%3E-for-TaprootError"],[13351,"impl-From%3CInfallible%3E-for-TaprootError"],[13352,"impl-From%3CPrevoutsKindError%3E-for-TaprootError"],[13353,"impl-From%3CPrevoutsIndexError%3E-for-TaprootError"],[13354,"impl-From%3CInputsIndexError%3E-for-TaprootError"],[13357,"impl-From%3CInputsIndexError%3E-for-P2wpkhError"],[13358,"impl-From%3CInfallible%3E-for-P2wpkhError"],[13362,"impl-From%3CInfallible%3E-for-SigningDataError%3CE%3E"],[13364,"impl-From%3CError%3E-for-SigningDataError%3CE%3E"],[13529,"impl-Debug-for-MessageSignatureError"],[13530,"impl-Display-for-MessageSignatureError"],[13531,"impl-Display-for-MessageSignature"],[13532,"impl-Debug-for-MessageSignature"],[13533,"impl-From%3CInfallible%3E-for-MessageSignatureError"],[13534,"impl-From%3CError%3E-for-MessageSignatureError"],[13780,"impl-Display-for-SigFromSliceError"],[13781,"impl-Debug-for-SigFromSliceError"],[13785,"impl-Display-for-IncompleteBuilderError"],[13786,"impl-Debug-for-IncompleteBuilderError"],[13787,"impl-Debug-for-HiddenNodesError"],[13788,"impl-Display-for-HiddenNodesError"],[13795,"impl-Debug-for-FutureLeafVersion"],[13796,"impl-LowerHex-for-FutureLeafVersion"],[13797,"impl-Display-for-FutureLeafVersion"],[13798,"impl-UpperHex-for-FutureLeafVersion"],[13799,"impl-Debug-for-LeafVersion"],[13800,"impl-LowerHex-for-LeafVersion"],[13801,"impl-UpperHex-for-LeafVersion"],[13802,"impl-Display-for-LeafVersion"],[13803,"impl-Display-for-TaprootBuilderError"],[13804,"impl-Debug-for-TaprootBuilderError"],[13805,"impl-Display-for-TaprootError"],[13806,"impl-Debug-for-TaprootError"],[13811,"impl-From%3CError%3E-for-SigFromSliceError"],[13812,"impl-From%3CInfallible%3E-for-SigFromSliceError"],[13813,"impl-From%3CInvalidSighashTypeError%3E-for-SigFromSliceError"],[13814,"impl-From%3C%5BTapNodeHash;+46%5D%3E-for-TaprootMerkleBranch"],[13815,"impl-From%3C%5BTapNodeHash;+84%5D%3E-for-TaprootMerkleBranch"],[13816,"impl-From%3C%5BTapNodeHash;+33%5D%3E-for-TaprootMerkleBranch"],[13817,"impl-From%3C%5BTapNodeHash;+104%5D%3E-for-TaprootMerkleBranch"],[13818,"impl-From%3C%5BTapNodeHash;+43%5D%3E-for-TaprootMerkleBranch"],[13819,"impl-From%3C%5BTapNodeHash;+71%5D%3E-for-TaprootMerkleBranch"],[13820,"impl-From%3C%5BTapNodeHash;+17%5D%3E-for-TaprootMerkleBranch"],[13821,"impl-From%3C%5BTapNodeHash;+1%5D%3E-for-TaprootMerkleBranch"],[13822,"impl-From%3C%5BTapNodeHash;+113%5D%3E-for-TaprootMerkleBranch"],[13823,"impl-From%3C%5BTapNodeHash;+36%5D%3E-for-TaprootMerkleBranch"],[13824,"impl-From%3C%5BTapNodeHash;+115%5D%3E-for-TaprootMerkleBranch"],[13825,"impl-From%3C%5BTapNodeHash;+127%5D%3E-for-TaprootMerkleBranch"],[13826,"impl-From%3C%5BTapNodeHash;+7%5D%3E-for-TaprootMerkleBranch"],[13827,"impl-From%3C%5BTapNodeHash;+30%5D%3E-for-TaprootMerkleBranch"],[13828,"impl-From%3C%5BTapNodeHash;+3%5D%3E-for-TaprootMerkleBranch"],[13829,"impl-From%3C%5BTapNodeHash;+40%5D%3E-for-TaprootMerkleBranch"],[13830,"impl-From%3C%5BTapNodeHash;+102%5D%3E-for-TaprootMerkleBranch"],[13831,"impl-From%3C%5BTapNodeHash;+52%5D%3E-for-TaprootMerkleBranch"],[13832,"impl-From%3C%5BTapNodeHash;+85%5D%3E-for-TaprootMerkleBranch"],[13833,"impl-From%3C%5BTapNodeHash;+73%5D%3E-for-TaprootMerkleBranch"],[13834,"impl-From%3C%5BTapNodeHash;+63%5D%3E-for-TaprootMerkleBranch"],[13835,"impl-From%3C%5BTapNodeHash;+28%5D%3E-for-TaprootMerkleBranch"],[13836,"impl-From%3C%5BTapNodeHash;+35%5D%3E-for-TaprootMerkleBranch"],[13837,"impl-From%3C%5BTapNodeHash;+109%5D%3E-for-TaprootMerkleBranch"],[13838,"impl-From%3C%5BTapNodeHash;+65%5D%3E-for-TaprootMerkleBranch"],[13839,"impl-From%3C%5BTapNodeHash;+37%5D%3E-for-TaprootMerkleBranch"],[13840,"impl-From%3C%5BTapNodeHash;+92%5D%3E-for-TaprootMerkleBranch"],[13841,"impl-From%3C%5BTapNodeHash;+25%5D%3E-for-TaprootMerkleBranch"],[13842,"impl-From%3C%5BTapNodeHash;+16%5D%3E-for-TaprootMerkleBranch"],[13843,"impl-From%3C%5BTapNodeHash;+2%5D%3E-for-TaprootMerkleBranch"],[13844,"impl-From%3C%5BTapNodeHash;+82%5D%3E-for-TaprootMerkleBranch"],[13845,"impl-From%3C%5BTapNodeHash;+59%5D%3E-for-TaprootMerkleBranch"],[13846,"impl-From%3C%5BTapNodeHash;+99%5D%3E-for-TaprootMerkleBranch"],[13847,"impl-From%3C%5BTapNodeHash;+55%5D%3E-for-TaprootMerkleBranch"],[13848,"impl-From%3C%5BTapNodeHash;+45%5D%3E-for-TaprootMerkleBranch"],[13849,"impl-From%3C%5BTapNodeHash;+5%5D%3E-for-TaprootMerkleBranch"],[13850,"impl-From%3C%5BTapNodeHash;+9%5D%3E-for-TaprootMerkleBranch"],[13851,"impl-From%3C%5BTapNodeHash;+123%5D%3E-for-TaprootMerkleBranch"],[13852,"impl-From%3C%5BTapNodeHash;+88%5D%3E-for-TaprootMerkleBranch"],[13853,"impl-From%3C%5BTapNodeHash;+75%5D%3E-for-TaprootMerkleBranch"],[13854,"impl-From%3C%5BTapNodeHash;+0%5D%3E-for-TaprootMerkleBranch"],[13855,"impl-From%3C%5BTapNodeHash;+112%5D%3E-for-TaprootMerkleBranch"],[13856,"impl-From%3C%5BTapNodeHash;+57%5D%3E-for-TaprootMerkleBranch"],[13857,"impl-From%3C%5BTapNodeHash;+64%5D%3E-for-TaprootMerkleBranch"],[13858,"impl-From%3C%5BTapNodeHash;+56%5D%3E-for-TaprootMerkleBranch"],[13859,"impl-From%3C%5BTapNodeHash;+15%5D%3E-for-TaprootMerkleBranch"],[13860,"impl-From%3C%5BTapNodeHash;+126%5D%3E-for-TaprootMerkleBranch"],[13861,"impl-From%3C%5BTapNodeHash;+41%5D%3E-for-TaprootMerkleBranch"],[13862,"impl-From%3C%5BTapNodeHash;+66%5D%3E-for-TaprootMerkleBranch"],[13863,"impl-From%3C%5BTapNodeHash;+124%5D%3E-for-TaprootMerkleBranch"],[13864,"impl-From%3C%5BTapNodeHash;+23%5D%3E-for-TaprootMerkleBranch"],[13865,"impl-From%3C%5BTapNodeHash;+13%5D%3E-for-TaprootMerkleBranch"],[13866,"impl-From%3C%5BTapNodeHash;+11%5D%3E-for-TaprootMerkleBranch"],[13867,"impl-From%3C%5BTapNodeHash;+38%5D%3E-for-TaprootMerkleBranch"],[13868,"impl-From%3C%5BTapNodeHash;+120%5D%3E-for-TaprootMerkleBranch"],[13869,"impl-From%3C%5BTapNodeHash;+93%5D%3E-for-TaprootMerkleBranch"],[13870,"impl-From%3C%5BTapNodeHash;+110%5D%3E-for-TaprootMerkleBranch"],[13871,"impl-From%3C%5BTapNodeHash;+42%5D%3E-for-TaprootMerkleBranch"],[13872,"impl-From%3C%5BTapNodeHash;+128%5D%3E-for-TaprootMerkleBranch"],[13873,"impl-From%3C%5BTapNodeHash;+12%5D%3E-for-TaprootMerkleBranch"],[13874,"impl-From%3C%5BTapNodeHash;+26%5D%3E-for-TaprootMerkleBranch"],[13875,"impl-From%3C%5BTapNodeHash;+89%5D%3E-for-TaprootMerkleBranch"],[13876,"impl-From%3C%5BTapNodeHash;+79%5D%3E-for-TaprootMerkleBranch"],[13877,"impl-From%3C%5BTapNodeHash;+50%5D%3E-for-TaprootMerkleBranch"],[13878,"impl-From%3C%5BTapNodeHash;+108%5D%3E-for-TaprootMerkleBranch"],[13879,"impl-From%3C%5BTapNodeHash;+54%5D%3E-for-TaprootMerkleBranch"],[13880,"impl-From%3C%5BTapNodeHash;+125%5D%3E-for-TaprootMerkleBranch"],[13881,"impl-From%3C%5BTapNodeHash;+24%5D%3E-for-TaprootMerkleBranch"],[13882,"impl-From%3C%5BTapNodeHash;+58%5D%3E-for-TaprootMerkleBranch"],[13883,"impl-From%3C%5BTapNodeHash;+27%5D%3E-for-TaprootMerkleBranch"],[13884,"impl-From%3C%5BTapNodeHash;+111%5D%3E-for-TaprootMerkleBranch"],[13885,"impl-From%3C%5BTapNodeHash;+8%5D%3E-for-TaprootMerkleBranch"],[13886,"impl-From%3C%5BTapNodeHash;+119%5D%3E-for-TaprootMerkleBranch"],[13887,"impl-From%3C%5BTapNodeHash;+97%5D%3E-for-TaprootMerkleBranch"],[13888,"impl-From%3C%5BTapNodeHash;+51%5D%3E-for-TaprootMerkleBranch"],[13889,"impl-From%3C%5BTapNodeHash;+53%5D%3E-for-TaprootMerkleBranch"],[13890,"impl-From%3C%5BTapNodeHash;+19%5D%3E-for-TaprootMerkleBranch"],[13891,"impl-From%3C%5BTapNodeHash;+48%5D%3E-for-TaprootMerkleBranch"],[13892,"impl-From%3C%5BTapNodeHash;+81%5D%3E-for-TaprootMerkleBranch"],[13893,"impl-From%3C%5BTapNodeHash;+106%5D%3E-for-TaprootMerkleBranch"],[13894,"impl-From%3C%5BTapNodeHash;+83%5D%3E-for-TaprootMerkleBranch"],[13895,"impl-From%3C%5BTapNodeHash;+14%5D%3E-for-TaprootMerkleBranch"],[13896,"impl-From%3C%5BTapNodeHash;+68%5D%3E-for-TaprootMerkleBranch"],[13897,"impl-From%3C%5BTapNodeHash;+47%5D%3E-for-TaprootMerkleBranch"],[13898,"impl-From%3C%5BTapNodeHash;+67%5D%3E-for-TaprootMerkleBranch"],[13899,"impl-From%3C%5BTapNodeHash;+94%5D%3E-for-TaprootMerkleBranch"],[13900,"impl-From%3C%5BTapNodeHash;+95%5D%3E-for-TaprootMerkleBranch"],[13901,"impl-From%3C%5BTapNodeHash;+18%5D%3E-for-TaprootMerkleBranch"],[13902,"impl-From%3C%5BTapNodeHash;+76%5D%3E-for-TaprootMerkleBranch"],[13903,"impl-From%3C%5BTapNodeHash;+34%5D%3E-for-TaprootMerkleBranch"],[13904,"impl-From%3C%5BTapNodeHash;+103%5D%3E-for-TaprootMerkleBranch"],[13905,"impl-From%3C%5BTapNodeHash;+60%5D%3E-for-TaprootMerkleBranch"],[13906,"impl-From%3C%5BTapNodeHash;+117%5D%3E-for-TaprootMerkleBranch"],[13907,"impl-From%3C%5BTapNodeHash;+62%5D%3E-for-TaprootMerkleBranch"],[13908,"impl-From%3C%5BTapNodeHash;+29%5D%3E-for-TaprootMerkleBranch"],[13909,"impl-From%3C%5BTapNodeHash;+10%5D%3E-for-TaprootMerkleBranch"],[13910,"impl-From%3C%5BTapNodeHash;+32%5D%3E-for-TaprootMerkleBranch"],[13911,"impl-From%3C%5BTapNodeHash;+101%5D%3E-for-TaprootMerkleBranch"],[13912,"impl-From%3C%5BTapNodeHash;+69%5D%3E-for-TaprootMerkleBranch"],[13913,"impl-From%3C%5BTapNodeHash;+6%5D%3E-for-TaprootMerkleBranch"],[13914,"impl-From%3C%5BTapNodeHash;+90%5D%3E-for-TaprootMerkleBranch"],[13915,"impl-From%3C%5BTapNodeHash;+91%5D%3E-for-TaprootMerkleBranch"],[13916,"impl-From%3C%5BTapNodeHash;+61%5D%3E-for-TaprootMerkleBranch"],[13917,"impl-From%3C%5BTapNodeHash;+78%5D%3E-for-TaprootMerkleBranch"],[13918,"impl-From%3C%5BTapNodeHash;+20%5D%3E-for-TaprootMerkleBranch"],[13919,"impl-From%3C%5BTapNodeHash;+87%5D%3E-for-TaprootMerkleBranch"],[13920,"impl-From%3C%5BTapNodeHash;+96%5D%3E-for-TaprootMerkleBranch"],[13921,"impl-From%3C%5BTapNodeHash;+70%5D%3E-for-TaprootMerkleBranch"],[13922,"impl-From%3C%5BTapNodeHash;+98%5D%3E-for-TaprootMerkleBranch"],[13923,"impl-From%3C%5BTapNodeHash;+72%5D%3E-for-TaprootMerkleBranch"],[13924,"impl-From%3C%5BTapNodeHash;+21%5D%3E-for-TaprootMerkleBranch"],[13925,"impl-From%3C%5BTapNodeHash;+22%5D%3E-for-TaprootMerkleBranch"],[13926,"impl-From%3C%5BTapNodeHash;+122%5D%3E-for-TaprootMerkleBranch"],[13927,"impl-From%3C%5BTapNodeHash;+100%5D%3E-for-TaprootMerkleBranch"],[13928,"impl-From%3C%5BTapNodeHash;+118%5D%3E-for-TaprootMerkleBranch"],[13929,"impl-From%3C%5BTapNodeHash;+49%5D%3E-for-TaprootMerkleBranch"],[13930,"impl-From%3C%5BTapNodeHash;+44%5D%3E-for-TaprootMerkleBranch"],[13931,"impl-From%3C%5BTapNodeHash;+121%5D%3E-for-TaprootMerkleBranch"],[13932,"impl-From%3C%5BTapNodeHash;+4%5D%3E-for-TaprootMerkleBranch"],[13933,"impl-From%3C%5BTapNodeHash;+74%5D%3E-for-TaprootMerkleBranch"],[13934,"impl-From%3C%5BTapNodeHash;+114%5D%3E-for-TaprootMerkleBranch"],[13935,"impl-From%3C%5BTapNodeHash;+39%5D%3E-for-TaprootMerkleBranch"],[13936,"impl-From%3C%5BTapNodeHash;+105%5D%3E-for-TaprootMerkleBranch"],[13937,"impl-From%3C%5BTapNodeHash;+107%5D%3E-for-TaprootMerkleBranch"],[13938,"impl-From%3C%5BTapNodeHash;+116%5D%3E-for-TaprootMerkleBranch"],[13939,"impl-From%3C%5BTapNodeHash;+86%5D%3E-for-TaprootMerkleBranch"],[13940,"impl-From%3C%5BTapNodeHash;+31%5D%3E-for-TaprootMerkleBranch"],[13942,"impl-From%3C%5BTapNodeHash;+80%5D%3E-for-TaprootMerkleBranch"],[13943,"impl-From%3C%5BTapNodeHash;+77%5D%3E-for-TaprootMerkleBranch"],[14007,"impl-IntoIterator-for-TaprootMerkleBranch"],[14008,"impl-IntoIterator-for-%26TaprootMerkleBranch"],[14009,"impl-IntoIterator-for-%26mut+TaprootMerkleBranch"],[14058,"impl-Signature"],[14059,"impl-Serialize-for-Signature"],[14060,"impl-Serialize-for-TaprootMerkleBranch"],[14061,"impl-TaprootMerkleBranch"],[14065,"impl-ControlBlock"],[14066,"impl-Serialize-for-ControlBlock"],[14113,"impl-TryFrom%3C%26SerializedSignature%3E-for-Signature"],[14114,"impl-TryFrom%3CSerializedSignature%3E-for-Signature"],[14116,"impl-TryFrom%3C%26%5BTapNodeHash%5D%3E-for-TaprootMerkleBranch"],[14117,"impl-TryFrom%3CVec%3CTapNodeHash%3E%3E-for-TaprootMerkleBranch"],[14119,"impl-TryFrom%3CBox%3C%5BTapNodeHash%5D%3E%3E-for-TaprootMerkleBranch"],[14125,"impl-TryFrom%3CNodeInfo%3E-for-TapTree"],[14126,"impl-TryFrom%3CTaprootBuilder%3E-for-TapTree"],[14242,"impl-PartialEq%3C%5Bu8%5D%3E-for-SerializedSignature"],[14243,"impl-PartialEq-for-SerializedSignature"],[14246,"impl-Display-for-SerializedSignature"],[14247,"impl-Debug-for-SerializedSignature"],[14249,"impl-From%3C%26Signature%3E-for-SerializedSignature"],[14251,"impl-From%3CSignature%3E-for-SerializedSignature"],[14258,"impl-IntoIterator-for-SerializedSignature"],[14259,"impl-IntoIterator-for-%26SerializedSignature"],[14265,"impl-PartialOrd-for-SerializedSignature"],[14266,"impl-PartialOrd%3C%5Bu8%5D%3E-for-SerializedSignature"],[14306,"impl-From%3CChangeSet%3E-for-ChangeSet%3CA,+ChangeSet%3E"],[14307,"impl-From%3CChangeSet%3CA%3E%3E-for-ChangeSet%3CA,+IA%3E"],[14353,"impl-Indexer-for-KeychainTxOutIndex%3CK%3E"],[14354,"impl-KeychainTxOutIndex%3CK%3E"],[14373,"impl-Debug-for-InsertDescriptorError%3CK%3E"],[14374,"impl-Display-for-InsertDescriptorError%3CK%3E"],[14539,"impl-Debug-for-MissingGenesisError"],[14540,"impl-Display-for-MissingGenesisError"],[14541,"impl-Display-for-AlterCheckPointError"],[14542,"impl-Debug-for-AlterCheckPointError"],[14543,"impl-Display-for-CannotConnectError"],[14544,"impl-Debug-for-CannotConnectError"],[14545,"impl-Display-for-ApplyHeaderError"],[14546,"impl-Debug-for-ApplyHeaderError"],[14557,"impl-FromIterator%3C(u32,+BlockHash)%3E-for-ChangeSet"],[14558,"impl-FromIterator%3C(u32,+Option%3CBlockHash%3E)%3E-for-ChangeSet"],[14673,"impl-Display-for-SyncItem%3C\'i,+I%3E"],[14674,"impl-Debug-for-SyncItem%3C\'i,+I%3E"],[14845,"impl-Debug-for-CalculateFeeError"],[14846,"impl-Display-for-CalculateFeeError"]],"c":"OjAAAAEAAAAAADAAEAAAAEACQgJdBNIH6QftBxEIMQrGCvkN+w38Df0NAw4FDgYOBw49ED4QhRgPGXMcehwxIjYifSV+JVIsYCxhLAktGC0pLcktyi3LLcwt1y0TLogxHjIfMiAyIzImMpYylzI0NbU2","e":"OjAAAAEAAAAAAKImEAAAAAAAwIit5/////7/3/8/+Pn++//5/0wuEc/ZIQAAHCDifuQn//d/8P//P/x//j8AAAAAAAAAAAAAAAAAAAAAAACAP/7/7///vgAAwP//////HwD8/////////////////////6EBAMD//////////////////////////wD4/////z+/////////e+Af/v////////////f/////////////////vwH8+///////////////////////H6An5ncrd173prx396GMCHYt8P9/AP7/D0AAAAAAgP/X/P//5/////8BAPj//////3/8//8/AAAAAAAAAAABAAAAIAAA+A8AAAAAAPD////////A/wMADwD83//5///3CPg/AP//B8CD/////////xgAAAzM//////8AQPj///////////////////8f8P///////3/AAP7///////8BAAAAAAAA/v/////////////+/3/n3wAHAPz//////////38AAAAAAPD+fwf/H/69A8aDn/+H5///////D/j5P/7/v3/8339PcADgHwH8AfGK5vA/BgCAQbD/+Qf84wf8/w/8PwDw/wAA8P8n8P9/AOD/D/7v+ADw/wuQ/wHw/38AAAAcPF4G8C8Ac/7/9/////3///9/CvgJgK/97//v/wcA8P+/w4ECAAD8////HwAAAHj4////HwD+/z8DP/////j/fx76Qv4+DoAGAAg+/OGff/z/////AwAAAPD//z///5MG2OP/9zwAAMz//0tjPwEA8P////////8vacA5AP7/P/7/////PwCA/////9//////YwHABwDg/3/w9////3/+AAD8/yf/BwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcx///8////v/3f+L////////////////////////////////////////////////92/8CwAH8DQDg/x/+////H4D/+gMAAPj//78P/P8/AACA////9///fwkEAAL////vxw+MewBA+AEA/EkAAOD/AAB+UwDgvwEA8P8fAAAA4APBP+D//38CsPf//w/4/////zxHwd//A/D/////NfD//z8AAAAAAAD+/9/z+x8AAP5///f/9x9jCIDFzx//8f///1iAB/4fwP4B/I0/AABgeP7///+f/Pn/vyAAAAAAAAAAAAAAAAAAAID/JgAAAMD6AAAA/gaEpEhViRwAAAD8//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+f////PwAAAAAAAAA3/v/w/////////////////////////w8AAACAQwCAPwAY8EAAABAe4P/////Jn///8f//9////x+xfo5////3///vP7///L9/n99//v//yZ//f/7///+f/Pn/n///f/Ln/x/v/////0e6DPv/vwEAAMD/9/9vH1UAeP/zr///3wYAAAAAmP////////9Bvv/f//////8/kV83AOIDAIAPALgA+OD///v/////j/8PAHj+3wn8ewD8/w///wAA4P//////////S+gAMOx///8PAP//zwD/BwAAAADA/3/4//+HgP/f/wOA/////wiQ/+cA///vPwf898P///v//394eO/fe8D/////////A/gBAOD///8HwO///38AAP/P/Y8/AAAAAAAAAAAAAAAA8P///////3z+////8///G8OXkw8AwAM4fgD8/+//////D/v/AADg////x8DO/ecAAAAAALTw////////f/APv+//////fyCXTQDs/xwAAPwfmPb////////3/wAA+PcY9eHhf//v7/+XBR7GD57//8fH78H+//8/4OG4/w8CAPD/g////z/4wf8/IHw/APAJ///v//7/////f/jbt5v/8+7h/wDQv///+/2hLL6gyv//Axg2ACBIPAAA/P//////////ARgAIND///////////8//9//////8/8A4P//B+D/3/+//3/+f//////AzwcAAAAAAPj//x/D//8//v8A7/+///iHAQinx/9vAMM8/89//fb/3H4AAAAAAADg////////////////////B4LP6gEAAMD+D/////7///////3/A/j3/xCg/wcAAAAAAABg/v///////////z/sP/////////f////w////////////////////vykBBv4fAADABwAAHvg/sBv88f//j58+////n///8/9/wI9/T///l7h//QPE/xsA+z0AAPT//4EFAgAAkP9xcODPEcCRAAD+///3/0/AEIBF///+3w8A/v8B+P5/CgIAABI5/P+D//8AAID8//z/7//4CQAAgAVtfvDnDwD/PwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA","a":{"is_coin_base":[1978],"ntxid":[989],"read_to_end":[9514],"txid":[990],"wtxid":[992]}}],\ +["bdk_core",{"t":"FFFFIIFOENONNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNODNNCNNNNNNNNNNNNNNOONNNNNNNNNNFFFPPGFFFFPNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNOONNNNONONNNNNNNNNNNNNNNNNNNNNNNNOONOONNNNNNNNNNNNNNNN","n":["BlockId","CheckPoint","CheckPointIter","ConfirmationBlockTime","Indexed","KeychainIndexed","TxUpdate","anchors","bitcoin","block_id","block_id","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","cmp","confirmation_time","default","default","default","deserialize","deserialize","eq","eq","eq","eq_ptr","extend","extend","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from_block_ids","from_header","get","hash","hash","hash","hash","height","height","insert","into","into","into","into","into","into_iter","into_iter","iter","map_anchors","new","next","partial_cmp","partial_cmp","prev","push","range","seen_ats","serde","serialize","serialize","spk_client","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","txouts","txs","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","FullScanRequest","FullScanRequestBuilder","FullScanResult","OutPoint","Spk","SyncItem","SyncProgress","SyncRequest","SyncRequestBuilder","SyncResult","Txid","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build","builder","builder","chain_tip","chain_tip","chain_tip","chain_tip","chain_update","chain_update","clone","clone","clone_into","clone_into","cmp","consumed","default","default","default","default","default","default","eq","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","hash","inspect","inspect","into","into","into","into","into","into","into","into","iter_outpoints","iter_spks","iter_spks","iter_txids","keychains","last_active_indices","next_outpoint","next_spk","next_spk","next_txid","outpoints","outpoints_consumed","outpoints_remaining","partial_cmp","progress","remaining","spks","spks_consumed","spks_for_keychain","spks_remaining","spks_with_indexes","to_owned","to_owned","to_string","total","total_outpoints","total_spks","total_txids","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","tx_update","tx_update","txids","txids_consumed","txids_remaining","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip"],"q":[[0,"bdk_core"],[111,"bdk_core::spk_client"],[252,"bdk_core::checkpoint"],[253,"bdk_core::block_id"],[254,"bdk_core::tx_update"],[255,"core::clone"],[256,"core::cmp"],[257,"core::result"],[258,"serde::de"],[259,"core::iter::traits::collect"],[260,"core::fmt"],[261,"bitcoin::blockdata::block"],[262,"core::option"],[263,"core::hash"],[264,"core::ops::function"],[265,"core::iter::traits::iterator"],[266,"core::ops::range"],[267,"serde::ser"],[268,"core::any"],[269,"core::marker"],[270,"bitcoin::blockdata::script::borrowed"],[271,"bitcoin::blockdata::transaction"],[272,"core::iter::traits::exact_size"],[273,"bitcoin::blockdata::script::owned"],[274,"alloc::vec"],[275,"alloc::string"]],"i":[0,0,0,0,0,0,0,6,0,1,5,25,3,5,1,6,25,3,5,1,6,3,5,1,6,3,5,1,6,3,5,5,3,5,6,3,5,3,5,1,1,1,6,3,5,1,6,25,3,3,3,5,1,6,1,1,1,3,5,1,3,1,3,1,25,3,5,1,6,25,1,1,6,1,25,3,5,1,1,1,6,0,3,5,0,3,5,1,6,25,3,5,1,6,25,3,5,1,6,6,6,25,3,5,1,6,25,3,5,1,6,0,0,0,36,36,0,0,0,0,0,36,32,33,34,35,36,37,39,40,32,33,34,35,36,37,39,40,32,34,33,35,32,33,34,35,39,40,36,37,36,37,36,37,32,33,34,35,39,40,36,36,36,37,39,40,32,33,33,34,35,35,36,37,39,40,36,32,34,32,33,34,35,36,37,39,40,33,33,35,33,35,40,33,33,35,33,32,37,37,36,33,37,32,37,34,37,32,36,37,36,37,37,37,37,32,33,34,35,36,37,39,40,32,33,34,35,36,37,39,40,39,40,32,37,37,32,33,34,35,36,37,39,40,32,33,34,35,36,37,39,40],"f":"`````````{{{d{b}}}f}`{{{d{c}}}{{d{e}}}{}{}}0000{{{d{hc}}}{{d{he}}}{}{}}0000{{{d{f}}}f}{{{d{j}}}j}{{{d{b}}}b}{{{d{{l{c}}}}}{{l{c}}}n}{{{d{c}}{d{he}}}A`{}{}}000{{{d{f}}{d{f}}}Ab}{{{d{j}}{d{j}}}Ab}`{{}f}{{}j}{{}{{l{c}}}{}}{c{{Ad{f}}}Af}{c{{Ad{j}}}Af}{{{d{f}}{d{f}}}Ah}{{{d{j}}{d{j}}}Ah}{{{d{b}}{d{b}}}Ah}0{{bc}{{Ad{bb}}}{{Al{}{{Aj{f}}}}}}{{{d{h{l{c}}}}{l{c}}}A`An}{{{d{f}}{d{hB`}}}Bb}{{{d{j}}{d{hB`}}}Bb}{{{d{b}}{d{hB`}}}Bb}{{{d{{l{c}}}}{d{hB`}}}BbBd}{cc{}}{{{Bj{{d{Bf}}{d{Bh}}}}}f}1{{{Bj{BfBh}}}f}222{c{{Ad{b{Bl{b}}}}}{{Al{}{{Aj{f}}}}}}{{{d{Bn}}Bf}b}{{{d{b}}Bf}{{Bl{b}}}}{{{d{f}}{d{hc}}}A`C`}{{{d{j}}{d{hc}}}A`C`}{{{d{b}}}Bh}`{{{d{b}}}Bf}`{{bf}b}{ce{}{}}00000{bc{}}{{{d{b}}}Cb}{{{l{c}}g}{{l{e}}}AnAn{{Cf{c}{{Cd{e}}}}}}{fb}{{{d{hCb}}}{{Bl{c}}}{}}{{{d{f}}{d{f}}}{{Bl{Ab}}}}{{{d{j}}{d{j}}}{{Bl{Ab}}}}{{{d{b}}}{{Bl{b}}}}{{bf}{{Ad{bb}}}}{{{d{b}}c}{{`{{Ch{}{{Aj{b}}}}}}}{{Cj{Bf}}}}``{{{d{f}}c}AdCl}{{{d{j}}c}AdCl}`{{{d{c}}}e{}{}}000{c{{Ad{e}}}{}{}}000000000``{{{d{c}}}Cn{}}0000?????```````````{{{d{c}}}{{d{e}}}{}{}}0000000{{{d{hc}}}{{d{he}}}{}{}}0000000{{{D`{c}}}{{Db{c}}}{}}{{{Dd{c}}}{{Df{c}}}An}{{}{{D`{c}}}{}}{{}{{Dd{c}}}{Ann}}{{{D`{c}}b}{{D`{c}}}{}}{{{d{{Db{c}}}}}{{Bl{b}}}{}}{{{Dd{c}}b}{{Dd{c}}}An}{{{d{{Df{c}}}}}{{Bl{b}}}{Ann}}``{{{d{{Dh{c}}}}}{{Dh{c}}}n}{{{d{Dj}}}Dj}{{{d{c}}{d{he}}}A`{}{}}0{{{d{{Dh{c}}}}{d{{Dh{c}}}}}AbAn}{{{d{Dj}}}Dl}:{{}{{Db{c}}}{}}{{}{{Dd{c}}}{}}{{}{{Df{c}}}{}}{{}{{Dn{c}}}{}}{{}{{E`{ce}}}{}{}}{{{d{{Dh{c}}}}{d{{Dh{c}}}}}AhEb}{{{d{{Dh{c}}}}{d{hB`}}}Bb{BdEd}}{{{d{{Dh{c}}}}{d{hB`}}}BbBd}{{{d{Dj}}{d{hB`}}}Bb}{{{d{{Dn{c}}}}{d{hB`}}}BbBd}{{{d{{E`{ce}}}}{d{hB`}}}BbBdBd}{cc{}}0{{{D`{c}}}{{Db{c}}}{}}11{{{Dd{c}}}{{Df{c}}}{}}2222{{{d{{Dh{c}}}}{d{he}}}A`EfC`}{{{D`{c}}e}{{D`{c}}}{}{{Cf{{Dh{c}}Dj}}Eh}}{{{Dd{c}}e}{{Dd{c}}}An{{Cf{cBf{d{Ej}}}}Eh}}{ce{}{}}0000000{{{d{h{Db{c}}}}}{{`{{En{}{{Aj{El}}}}}}}{}}{{{d{h{Db{c}}}}}{{`{{En{}{{Aj{F`}}}}}}}{}}{{{d{h{Df{c}}}}c}{{`{{Ch{}{{Aj{{Fb{F`}}}}}}}}}{Ann}}{{{d{h{Db{c}}}}}{{`{{En{}{{Aj{Fd}}}}}}}{}}{{{d{{Df{c}}}}}{{Ff{c}}}{Ann}}`{{{d{h{Db{c}}}}}{{Bl{El}}}{}}{{{d{h{Db{c}}}}}{{Bl{F`}}}{}}{{{d{h{Df{c}}}}c}{{Bl{{Fb{F`}}}}}{Ann}}{{{d{h{Db{c}}}}}{{Bl{Fd}}}{}}{{{D`{c}}e}{{D`{c}}}{}{{Al{}{{Aj{El}}}}}}``{{{d{{Dh{c}}}}{d{{Dh{c}}}}}{{Bl{Ab}}}Fh}{{{d{{Db{c}}}}}Dj{}}{{{d{Dj}}}Dl}{{{D`{A`}}c}{{D`{A`}}}{{Al{}{{Aj{F`}}}}}}`{{{Dd{c}}cg}{{Dd{c}}}An{{Ch{}{{Aj{{Fb{F`}}}}}}Eh}{{Al{}{{Fj{e}}}}}}`{{{D`{c}}e}{{D`{c}}}{}{{Al{}{{Aj{{Bj{cF`}}}}}}}}{{{d{c}}}e{}{}}0{{{d{c}}}Fl{}}5555{c{{Ad{e}}}{}{}}000000000000000``{{{D`{c}}e}{{D`{c}}}{}{{Al{}{{Aj{Fd}}}}}}``{{{d{c}}}Cn{}}0000000{ce{}{}}0000000","D":"N`","p":[[5,"CheckPoint",0,252],[1,"reference"],[5,"BlockId",0,253],[0,"mut"],[5,"ConfirmationBlockTime",0,253],[5,"TxUpdate",0,254],[10,"Clone",255],[1,"unit"],[6,"Ordering",256],[6,"Result",257],[10,"Deserializer",258],[1,"bool"],[17,"Item"],[10,"IntoIterator",259],[10,"Ord",256],[5,"Formatter",260],[8,"Result",260],[10,"Debug",260],[1,"u32"],[5,"BlockHash",261],[1,"tuple"],[6,"Option",262],[5,"Header",261],[10,"Hasher",263],[5,"CheckPointIter",0,252],[17,"Output"],[10,"FnMut",264],[10,"Iterator",265],[10,"RangeBounds",266],[10,"Serializer",267],[5,"TypeId",268],[5,"SyncRequestBuilder",111],[5,"SyncRequest",111],[5,"FullScanRequestBuilder",111],[5,"FullScanRequest",111],[6,"SyncItem",111],[5,"SyncProgress",111],[1,"usize"],[5,"SyncResult",111],[5,"FullScanResult",111],[10,"PartialEq",256],[10,"Any",268],[10,"Hash",263],[10,"Send",269],[5,"Script",270],[5,"OutPoint",271],[10,"ExactSizeIterator",272],[5,"ScriptBuf",273],[8,"Indexed",0],[5,"Txid",271],[5,"Vec",274],[10,"PartialOrd",256],[17,"IntoIter"],[5,"String",275]],"r":[[0,253],[1,252],[2,252],[3,253],[6,254]],"b":[[48,"impl-From%3C(%26u32,+%26BlockHash)%3E-for-BlockId"],[50,"impl-From%3C(u32,+BlockHash)%3E-for-BlockId"],[161,"impl-Display-for-SyncItem%3C\'i,+I%3E"],[162,"impl-Debug-for-SyncItem%3C\'i,+I%3E"]],"c":"OjAAAAAAAAA=","e":"OzAAAAEAAIwAFgAJAAAADAATACEABwAsAAMAMQAAADMAAAA6AAEARgABAEsAAgBSAAIAVgANAGYACQB7AA8AlQAEAJsACwCpAAAArAAAALEAAADJAAAA0QACANgADwDtAA8A"}],\ ["bdk_electrum",{"t":"FENNENNNNONNNNNNNNN","n":["BdkElectrumClient","bdk_core","borrow","borrow_mut","electrum_client","fetch_tx","fmt","from","full_scan","inner","into","new","populate_tx_cache","sync","transaction_broadcast","try_from","try_into","type_id","vzip"],"q":[[0,"bdk_electrum"],[19,"bdk_electrum::bdk_electrum_client"],[20,"bitcoin::blockdata::transaction"],[21,"alloc::sync"],[22,"electrum_client::types"],[23,"core::result"],[24,"electrum_client::api"],[25,"core::fmt"],[26,"bdk_core::spk_client"],[27,"core::cmp"],[28,"core::clone"],[29,"core::convert"],[30,"core::iter::traits::collect"],[31,"core::any"]],"i":[0,0,3,3,0,3,3,3,3,3,3,3,3,3,3,3,3,3,3],"f":"``{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}`{{{b{{f{c}}}}h}{{A`{{l{j}}n}}}Ab}{{{b{{f{c}}}}{b{dAd}}}AfAh}{cc{}}{{{b{{f{c}}}}gAjAjAl}{{A`{{An{e}}n}}}Ab{B`Bb}{{Bf{{Bd{e}}}}}}`{ce{}{}}{c{{f{c}}}Ab}{{{b{{f{c}}}}g}BhAb{{Bf{{l{j}}}}}{{Bl{}{{Bj{e}}}}}}{{{b{{f{c}}}}gAjAl}{{A`{Bnn}}}Ab{}{{Bf{{C`{e}}}}}}{{{b{{f{c}}}}{b{j}}}{{A`{hn}}}Ab}{c{{A`{e}}}{}{}}0{{{b{c}}}Cb{}}6","D":"Af","p":[[1,"reference"],[0,"mut"],[5,"BdkElectrumClient",0,19],[5,"Txid",20],[5,"Transaction",20],[5,"Arc",21],[6,"Error",22],[6,"Result",23],[10,"ElectrumApi",24],[5,"Formatter",25],[8,"Result",25],[10,"Debug",25],[1,"usize"],[1,"bool"],[5,"FullScanResult",26],[10,"Ord",27],[10,"Clone",28],[5,"FullScanRequest",26],[10,"Into",29],[1,"unit"],[17,"Item"],[10,"IntoIterator",30],[5,"SyncResult",26],[5,"SyncRequest",26],[5,"TypeId",31]],"r":[[0,19]],"b":[],"c":"OjAAAAAAAAA=","e":"OzAAAAEAAAgAAwACAAMABwAAABAAAwA="}],\ ["bdk_esplora",{"t":"IKKEMMMM","n":["Error","EsploraAsyncExt","EsploraExt","esplora_client","full_scan","full_scan","sync","sync"],"q":[[0,"bdk_esplora"],[8,"bdk_esplora::blocking_ext"],[9,"bdk_core::spk_client"],[10,"core::result"],[11,"core::cmp"],[12,"core::clone"],[13,"core::convert"],[14,"bdk_esplora::async_ext"],[15,"core::future::future"],[16,"alloc::boxed"],[17,"core::pin"],[18,"core::marker"]],"i":[0,0,0,0,1,11,1,11],"f":"````{{{d{b}}eff}{{l{{h{c}}j}}}{nA`}{{Ad{{Ab{c}}}}}}{{{d{Af}}eff}{{Al{{Aj{Ah}}}}}{nA`An}{{Ad{{Ab{c}}}}An}}{{{d{b}}ef}{{l{B`j}}}{}{{Ad{{Bb{c}}}}}}{{{d{Af}}ef}{{Al{{Aj{Ah}}}}}An{{Ad{{Bb{c}}}}An}}","D":"A`","p":[[10,"EsploraExt",0,8],[1,"reference"],[1,"usize"],[5,"FullScanResult",9],[8,"Error",0,8],[6,"Result",10],[10,"Ord",11],[10,"Clone",12],[5,"FullScanRequest",9],[10,"Into",13],[10,"EsploraAsyncExt",0,14],[10,"Future",15],[5,"Box",16],[5,"Pin",17],[10,"Send",18],[5,"SyncResult",9],[5,"SyncRequest",9]],"r":[[0,8],[1,14],[2,8]],"b":[],"c":"OjAAAAAAAAA=","e":"OjAAAAEAAAAAAAAAEAAAAAQA"}],\ -["bdk_file_store",{"t":"FPFGPPPGFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNOO","n":["AggregateChangesetsError","Bincode","EntryIter","FileError","InvalidMagicBytes","Io","Io","IterError","Store","aggregate_changesets","append_changeset","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","changeset","create_new","drop","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","into","into","into","into","into","into_fallible","into_iter","iter_changesets","iter_error","new","next","open","open_or_create_new","to_string","to_string","to_string","transpose_into_fallible","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","expected","got"],"q":[[0,"bdk_file_store"],[75,"bdk_file_store::FileError"],[77,"bdk_file_store::store"],[78,"core::option"],[79,"core::result"],[80,"bdk_chain::tx_data_traits"],[81,"serde::ser"],[82,"serde::de"],[83,"core::marker"],[84,"std::io::error"],[85,"std::path"],[86,"core::convert"],[87,"bdk_file_store::entry_iter"],[88,"core::fmt"],[89,"fallible_iterator"],[90,"core::iter::traits::iterator"],[91,"std::fs"],[92,"alloc::string"],[93,"core::any"]],"i":[0,20,0,0,16,20,16,0,0,2,2,19,20,2,5,16,19,20,2,5,16,5,2,19,20,20,2,5,5,16,16,19,20,20,2,5,16,16,19,20,2,5,16,19,19,2,5,19,19,2,2,20,5,16,19,19,20,2,5,16,19,20,2,5,16,19,20,2,5,16,19,20,2,5,16,32,32],"f":"`````````{{{f{b{d{c}}}}}{{l{{h{c}}{j{c}}}}}{nA`AbAdAf}}{{{f{b{d{c}}}}{f{c}}}{{l{AhAj}}}{nA`AbAdAf}}{{{f{c}}}{{f{e}}}{}{}}0000{{{f{bc}}}{{f{be}}}{}{}}0000`{{{f{{An{Al}}}}c}{{l{{d{e}}B`}}}{{Bd{Bb}}}{nA`AbAdAf}}{{{f{b{Bf{c}}}}}Ah{}}{{{f{Bh}}{f{bBj}}}Bl}0{{{f{{d{c}}}}{f{bBj}}}Bl{AfAdBn}}{{{f{{j{c}}}}{f{bBj}}}Bl{}}{{{f{{j{c}}}}{f{bBj}}}BlBn}{{{f{B`}}{f{bBj}}}Bl}0{cc{}}0{AjBh}11{AjB`}2{ce{}{}}0000{c{{C`{g}}}{}{}{{Cd{}{{Cb{e}}}}}}1{{{f{b{d{c}}}}}{{Bf{c}}}{nA`AbAdAf}}`{{Cf{f{bCh}}}{{Bf{c}}}{}}{{{f{b{Bf{c}}}}}{{h{e}}}Ab{}}>>{{{f{c}}}Cj{}}00{c{{Cl{i}}}{}{}{}{{Cd{}{{Cb{{l{eg}}}}}}}}{c{{l{e}}}{}{}}000000000{{{f{c}}}Cn{}}000088888``","D":"Cl","p":[[0,"mut"],[5,"Store",0,77],[1,"reference"],[6,"Option",78],[5,"AggregateChangesetsError",0,77],[6,"Result",79],[10,"Merge",80],[10,"Serialize",81],[10,"DeserializeOwned",82],[10,"Send",83],[10,"Sync",83],[1,"unit"],[5,"Error",84],[1,"u8"],[1,"slice"],[6,"FileError",0],[5,"Path",85],[10,"AsRef",86],[5,"EntryIter",0,87],[6,"IterError",0,87],[5,"Formatter",88],[8,"Result",88],[10,"Debug",88],[5,"IntoFallible",89],[17,"Item"],[10,"Iterator",90],[1,"u64"],[5,"File",91],[5,"String",92],[5,"Convert",89],[5,"TypeId",93],[15,"InvalidMagicBytes",75]],"r":[[0,77],[2,87],[7,87],[8,77]],"b":[[24,"impl-Display-for-IterError"],[25,"impl-Debug-for-IterError"],[27,"impl-Display-for-AggregateChangesetsError%3CC%3E"],[28,"impl-Debug-for-AggregateChangesetsError%3CC%3E"],[29,"impl-Display-for-FileError"],[30,"impl-Debug-for-FileError"]],"c":"OjAAAAAAAAA=","e":"OzAAAAEAAC8ACAAMAAkAGAAHACIAAAAlAAAALQAAADAAAQA0AAIAOAAVAA=="}],\ +["bdk_file_store",{"t":"FPFGPPPGFNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNOO","n":["AggregateChangesetsError","Bincode","EntryIter","FileError","InvalidMagicBytes","Io","Io","IterError","Store","aggregate_changesets","append_changeset","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","changeset","create_new","drop","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","into","into","into","into","into","into_fallible","into_iter","iter_changesets","iter_error","new","next","open","open_or_create_new","to_string","to_string","to_string","transpose_into_fallible","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","expected","got"],"q":[[0,"bdk_file_store"],[75,"bdk_file_store::FileError"],[77,"bdk_file_store::store"],[78,"core::option"],[79,"core::result"],[80,"bdk_chain::tx_data_traits"],[81,"serde::ser"],[82,"serde::de"],[83,"core::marker"],[84,"std::io::error"],[85,"std::path"],[86,"core::convert"],[87,"bdk_file_store::entry_iter"],[88,"core::fmt"],[89,"fallible_iterator"],[90,"core::iter::traits::iterator"],[91,"std::fs"],[92,"alloc::string"],[93,"core::any"]],"i":[0,20,0,0,16,20,16,0,0,2,2,19,20,2,5,16,19,20,2,5,16,5,2,19,20,20,2,5,5,16,16,19,20,20,2,5,16,16,19,20,2,5,16,19,19,2,5,19,19,2,2,20,5,16,19,19,20,2,5,16,19,20,2,5,16,19,20,2,5,16,19,20,2,5,16,32,32],"f":"`````````{{{f{b{d{c}}}}}{{l{{h{c}}{j{c}}}}}{nA`AbAdAf}}{{{f{b{d{c}}}}{f{c}}}{{l{AhAj}}}{nA`AbAdAf}}{{{f{c}}}{{f{e}}}{}{}}0000{{{f{bc}}}{{f{be}}}{}{}}0000`{{{f{{An{Al}}}}c}{{l{{d{e}}B`}}}{{Bd{Bb}}}{nA`AbAdAf}}{{{f{b{Bf{c}}}}}Ah{}}{{{f{Bh}}{f{bBj}}}Bl}0{{{f{{d{c}}}}{f{bBj}}}Bl{AfAdBn}}{{{f{{j{c}}}}{f{bBj}}}BlBn}{{{f{{j{c}}}}{f{bBj}}}Bl{}}{{{f{B`}}{f{bBj}}}Bl}0{cc{}}0{AjBh}111{AjB`}{ce{}{}}0000{c{{C`{g}}}{}{}{{Cd{}{{Cb{e}}}}}}1{{{f{b{d{c}}}}}{{Bf{c}}}{nA`AbAdAf}}`{{Cf{f{bCh}}}{{Bf{c}}}{}}{{{f{b{Bf{c}}}}}{{h{e}}}Ab{}}>>{{{f{c}}}Cj{}}00{c{{Cl{i}}}{}{}{}{{Cd{}{{Cb{{l{eg}}}}}}}}{c{{l{e}}}{}{}}000000000{{{f{c}}}Cn{}}000088888``","D":"Cl","p":[[0,"mut"],[5,"Store",0,77],[1,"reference"],[6,"Option",78],[5,"AggregateChangesetsError",0,77],[6,"Result",79],[10,"Merge",80],[10,"Serialize",81],[10,"DeserializeOwned",82],[10,"Send",83],[10,"Sync",83],[1,"unit"],[5,"Error",84],[1,"u8"],[1,"slice"],[6,"FileError",0],[5,"Path",85],[10,"AsRef",86],[5,"EntryIter",0,87],[6,"IterError",0,87],[5,"Formatter",88],[8,"Result",88],[10,"Debug",88],[5,"IntoFallible",89],[17,"Item"],[10,"Iterator",90],[1,"u64"],[5,"File",91],[5,"String",92],[5,"Convert",89],[5,"TypeId",93],[15,"InvalidMagicBytes",75]],"r":[[0,77],[2,87],[7,87],[8,77]],"b":[[24,"impl-Display-for-IterError"],[25,"impl-Debug-for-IterError"],[27,"impl-Debug-for-AggregateChangesetsError%3CC%3E"],[28,"impl-Display-for-AggregateChangesetsError%3CC%3E"],[29,"impl-Debug-for-FileError"],[30,"impl-Display-for-FileError"]],"c":"OjAAAAAAAAA=","e":"OzAAAAEAAC8ACAAMAAkAGAAHACIAAAAmAAAALQAAADAAAQA0AAIAOAAVAA=="}],\ ["bdk_hwi",{"t":"FNNNNNNNNNNNN","n":["HWISigner","borrow","borrow_mut","fmt","from","from_device","id","into","sign_transaction","try_from","try_into","type_id","vzip"],"q":[[0,"bdk_hwi"],[13,"bdk_hwi::signer"],[14,"core::fmt"],[15,"hwi::types"],[16,"hwi::error"],[17,"core::result"],[18,"secp256k1::context::alloc_only"],[19,"secp256k1"],[20,"bdk_wallet::wallet::signer"],[21,"bitcoin::psbt"],[22,"core::any"]],"i":[0,3,3,3,3,3,3,3,3,3,3,3,3],"f":"`{{{b{c}}}{{b{e}}}{}{}}{{{b{dc}}}{{b{de}}}{}{}}{{{b{f}}{b{dh}}}j}{cc{}}{{{b{l}}n}{{Ab{fA`}}}}{{{b{f}}{b{{Af{Ad}}}}}Ah}{ce{}{}}{{{b{f}}{b{dAj}}{b{Al}}{b{{Af{Ad}}}}}{{Ab{AnB`}}}}{c{{Ab{e}}}{}{}}0{{{b{c}}}Bb{}}3","D":"j","p":[[1,"reference"],[0,"mut"],[5,"HWISigner",0,13],[5,"Formatter",14],[8,"Result",14],[5,"HWIDevice",15],[5,"HWIChain",15],[6,"Error",16],[6,"Result",17],[6,"All",18],[5,"Secp256k1",19],[6,"SignerId",20],[5,"Psbt",21],[5,"SignOptions",20],[1,"unit"],[6,"SignerError",20],[5,"TypeId",22]],"r":[[0,13]],"b":[],"c":"OjAAAAAAAAA=","e":"OzAAAAEAAAgAAwACAAIABwAAAAkABAA="}],\ ["bdk_testenv",{"t":"FFEEEOONNNNNEOOENNNNNNNNNNNNNNNNNNNNNNNNNNNN","n":["Config","TestEnv","anyhow","bitcoincore_rpc","bitcoind","bitcoind","bitcoind","borrow","borrow","borrow_mut","borrow_mut","default","electrsd","electrsd","electrsd","electrum_client","electrum_client","fmt","from","from","genesis_hash","into","into","invalidate_blocks","make_checkpoint_tip","mine_blocks","mine_empty_block","new","new_with_config","reorg","reorg_empty_blocks","reset_electrsd","rpc_client","send","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","wait_until_electrum_sees_block","wait_until_electrum_sees_txid"],"q":[[0,"bdk_testenv"],[44,"electrum_client::api"],[45,"core::fmt"],[46,"bitcoin::blockdata::block"],[47,"anyhow"],[48,"bdk_core::checkpoint"],[49,"bitcoin::address"],[50,"core::option"],[51,"alloc::vec"],[52,"bitcoincore_rpc::client"],[53,"bitcoin_units::amount"],[54,"bitcoin::blockdata::transaction"],[55,"core::result"],[56,"core::any"],[57,"core::time"]],"i":[0,0,0,0,0,4,3,4,3,4,3,3,0,4,3,0,4,3,4,3,4,4,3,4,4,4,4,4,4,4,4,4,4,4,4,3,4,3,4,3,4,3,4,4],"f":"```````{{{b{c}}}{{b{e}}}{}{}}0{{{b{dc}}}{{b{de}}}{}{}}0{{}f}````{{{b{h}}}{{b{{`{j}}}}}}{{{b{f}}{b{dl}}}n}{cc{}}0{{{b{h}}}{{Ab{A`}}}}{ce{}{}}0{{{b{h}}Ad}{{Ab{Af}}}}{{{b{h}}}Ah}{{{b{h}}Ad{Al{Aj}}}{{Ab{{An{A`}}}}}}{{{b{h}}}{{Ab{{B`{AdA`}}}}}}{{}{{Ab{h}}}}{f{{Ab{h}}}}{{{b{h}}Ad}{{Ab{{An{A`}}}}}}{{{b{h}}Ad}{{Ab{{An{{B`{AdA`}}}}}}}}{h{{Ab{h}}}}{{{b{h}}}{{b{{`{Bb}}}}}}{{{b{h}}{b{{Aj{Bd}}}}Bf}{{Ab{Bh}}}}{c{{Bj{e}}}{}{}}000{{{b{c}}}Bl{}}0=={{{b{h}}Bn}{{Ab{Af}}}}{{{b{h}}BhBn}{{Ab{Af}}}}","D":"Bn","p":[[1,"reference"],[0,"mut"],[5,"Config",0],[5,"TestEnv",0],[10,"ElectrumApi",44],[5,"Formatter",45],[8,"Result",45],[5,"BlockHash",46],[8,"Result",47],[1,"usize"],[1,"unit"],[5,"CheckPoint",48],[5,"Address",49],[6,"Option",50],[5,"Vec",51],[1,"tuple"],[10,"RpcApi",52],[6,"NetworkChecked",49],[5,"Amount",53],[5,"Txid",54],[6,"Result",55],[5,"TypeId",56],[5,"Duration",57]],"r":[],"b":[],"c":"OjAAAAAAAAA=","e":"OzAAAAEAABUACAAAAAAAAwADAAgAAwANAAEAEAAAABIAAAAgAAAAIwAHAA=="}],\ -["bdk_wallet",{"t":"GGFGKFPPPFGFGPPPPPRRPGPPEPPPPKGPGGFGPFPPPPPPPPPFPFFGPPPFGTTFKIFPNNONOONNNNNNNNONDNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNDOOONNNNNNNNNNNNNNNNNNNNCOONNNNNNNNNNNNNNNNONCNOQNNNNNNNNNNNNNNNNNNNNNNNNNNNCCNDNNNNNNNNNNNNNNNNNNNNNNNNQNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONMMNNNNNNNNNNNNNNNNNNNNNMNNOOONNNCONNNNNNNNNNNNONNNNDNNONNNNNNONNMMNNNNCNNNECONNNDDNNNNNNNOCENNNNNNOENNNNNNNNNNNNNNNNNNOONONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNOOONONNNNNNNNNNNNNNNNNNNNNOOHNNNNNNNNNNNNNNNNNNHOOOOOOOOOOOOOOOOPPFPKFIGGPFPFNNNNNNNNNNNNNNNNNNMNNNHNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOPPPIGEGIKTIKRGFPPPPEKGPPPPTIPPPPPPPPPPNNNNNNNNNNNNNNNNNENNNNNNNNNNNNNMNNMNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNONMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNMNNNNNNMNNNNNNNNNNNNNNNNONNNNNNNNNMNNNNCNNNNNNNNNNNMNNNCNNNNNNNNNNNNNNNNNNNONNNNNNNNNNHPPGPPPPPPPPPPPNNNNNNNNNNNNNNNNNNNPPPGPFIPPIPPPPPPPPPPPGFGPPPPPGGPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNONNONNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOFFFFFFFFKIFFFFNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGPPGPPPPPPPGPPPPPPPPPPPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFIOONNNNNNNNNNNOONNNNNNPKGGGRRKGPKKFKPPPRGIPPPPPRPFPKGPPPFFGFPIPPPHMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMMNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNMNNNNNNMNNNNNNNNNNNNNNNNNNNOONHNMNNHNMNNOONNNNNNMNNNNNMNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKMMMSHPPPPPPPKPPPPPPPPPPPPPPPPFKGGGFFFPGKPNOONONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNMNNNMNONONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOGGPPGPPPPPPFGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOO","n":["AddForeignUtxoError","AddUtxoError","AddressInfo","ApplyBlockError","AsyncWalletPersister","Balance","CannotConnect","ChangeAllowed","ChangeForbidden","ChangeSet","ChangeSpendPolicy","CreateParams","CreateWithPersistError","Custom","DataAlreadyExists","Descriptor","Descriptor","Descriptor","Error","Error","External","FileStoreError","Foreign","Genesis","HdKeyPaths","Internal","InvalidChangeSet","InvalidOutpoint","InvalidTxid","IsDust","KeychainKind","Load","LoadError","LoadMismatch","LoadParams","LoadWithPersistError","Local","LocalOutput","Mismatch","MissingDescriptor","MissingGenesis","MissingNetwork","MissingUtxo","Network","OnlyChange","Persist","Persist","PersistedWallet","Shuffle","SignOptions","TxBuilder","TxOrdering","UnexpectedConnectedToHash","UnknownUtxo","Untouched","Update","Utxo","WALLET_SCHEMA_NAME","WALLET_TABLE_NAME","Wallet","WalletPersister","WalletTx","WeightedUtxo","Write","add","add_signer","address","all_unbounded_spk_iters","allow_all_sighashes","allow_grinding","apply_block","apply_block_connected_to","apply_unconfirmed_txs","apply_update","apply_update_at","as_byte","as_ref","as_ref","assume_height","balance","bitcoin","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_fee_bump","build_tx","calculate_fee","calculate_fee_rate","cancel_tx","chain","chain","chain_position","change_descriptor","check_genesis_hash","check_network","checkpoints","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","coin_selection","confirmation_time","confirmed","create","create","create_async","create_single","create_wallet","create_wallet_async","create_wallet_no_persist","create_with_params","default","default","default","default","deref","deref","deref_mut","derivation_index","derivation_index","derivation_of_spk","descriptor","descriptor","descriptor","descriptor","descriptor_checksum","deserialize","deserialize","deserialize","deserialize","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","error","export","extract_keys","file_store","finalize_psbt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fragment","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_sqlite","genesis_hash","get_psbt_input","get_signers","get_tx","get_utxo","hash","hash","immature","index","indexer","init_sqlite_tables","initialize","initialize","insert_checkpoint","insert_tx","insert_txout","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","is_dust","is_empty","is_mine","is_spent","keychain","keychain","keychains","keymap","keymap","keys","last_active_indices","latest_checkpoint","list_output","list_unspent","list_unused_addresses","load","load","load_async","load_wallet","load_wallet_async","load_wallet_no_persist","load_with_params","local_chain","local_chain","lookahead","lookahead","mark_used","merge","miniscript","network","network","network","new","new","new_single","next_derivation_index","next_unused_address","outpoint","outpoint","partial_cmp","peek_address","persist","persist","persist","persist_async","persist_to_sqlite","policies","psbt","public_descriptor","reveal_addresses_to","reveal_next_address","rusqlite","rusqlite_impl","satisfaction_weight","secp_ctx","sent_and_received","sequence","serde","serde_json","serialize","serialize","serialize","serialize","set_keymap","set_keymaps","sign","sign_with_tap_internal_key","signer","signer","spk_index","staged","staged_mut","start_full_scan","start_sync_with_revealed_spks","take_staged","tap_leaves_options","template","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","to_string","total","transactions","transactions_sort_by","trust_witness_utxo","trusted_pending","trusted_spendable","try_finalize","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","tx_builder","tx_graph","tx_graph","tx_node","tx_update","txout","txout","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","unbounded_spk_iter","unbroadcast_transactions","unmark_used","untrusted_pending","utxo","version","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","wallet_name_from_descriptor","foreign_utxo","input_txid","connected_to_hash","expected_hash","expected","expected","expected","keychain","loaded","loaded","loaded","input_sort","output_sort","outpoint","psbt_input","sequence","BnBNoExactMatch","BnBTotalTriesExceeded","BranchAndBoundCoinSelection","Change","CoinSelectionAlgorithm","CoinSelectionResult","DefaultCoinSelectionAlgorithm","Error","Excess","InsufficientFunds","LargestFirstCoinSelection","NoChange","OldestFirstCoinSelection","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","coin_select","coin_select","coin_select","coin_select","decide_change","default","default","default","excess","fee_amount","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","into","into","into","into","into","into","local_selected_amount","new","selected","selected_amount","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","available","needed","amount","change_fee","dust_threshold","fee","remaining_amount","Bare","Bare","Bare","DerivedDescriptor","Descriptor","DescriptorError","DescriptorPublicKey","ExtendedDescriptor","ExtractPolicy","FALSE","HdKeyPaths","IntoWalletDescriptor","Key","Legacy","Miniscript","MultiXPub","Pkh","Pkh","Pkh","Policy","ScriptContext","Segwitv0","Sh","Sh","Sh","Single","TRUE","TapKeyOrigins","Tr","Tr","Tr","Wpkh","Wpkh","Wpkh","Wsh","Wsh","Wsh","XPub","address","as_enum","as_enum","as_inner","as_node","at_derivation_index","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","branches","build_template","build_template_mall","calc_checksum","check_global_consensus_validity","check_global_consensus_validity","check_global_consensus_validity","check_global_policy_validity","check_global_policy_validity","check_global_validity","check_local_consensus_validity","check_local_consensus_validity","check_local_consensus_validity","check_local_policy_validity","check_local_policy_validity","check_local_policy_validity","check_local_validity","check_pk","check_pk","check_pk","check_terminal_non_malleable","check_terminal_non_malleable","check_terminal_non_malleable","check_witness","check_witness","check_witness","checksum","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","contains_raw_pkh","derive","derived_descriptor","derived_descriptor","desc_type","descriptor_id","deserialize","deserialize","dust_value","encode","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","error","explicit_script","ext","ext_check","extract_policy","extract_policy","extract_policy","find_derivation_index_for_spk","fmt","fmt","fmt","fmt","fmt","fmt","for_each_key","for_each_key","from","from","from","from","from","from","from","from","from","from","from_ast","from_components_unchecked","from_str","from_str","from_str_ext","from_str_insane","from_tree","from_tree","get_nth_child","get_nth_pk","get_satisfaction","get_satisfaction_mall","has_mixed_timelocks","has_repeated_keys","has_wildcard","hash","hash","hash","hash","into","into","into","into","into_inner","into_single_descriptors","into_wallet_descriptor","into_wallet_descriptor","is_deriveable","is_multipath","is_non_malleable","iter","iter_pk","lift","lift","lift_check","max_satisfaction_size","max_satisfaction_size","max_satisfaction_size","max_satisfaction_size","max_satisfaction_weight","max_satisfaction_witness_elements","max_weight_to_satisfy","name_str","name_str","name_str","new_bare","new_pk","new_pkh","new_sh","new_sh_sortedmulti","new_sh_with_wpkh","new_sh_with_wsh","new_sh_wpkh","new_sh_wsh","new_sh_wsh_sortedmulti","new_tr","new_wpkh","new_wsh","new_wsh_sortedmulti","node","other_top_level_checks","parse","parse_descriptor","parse_insane","parse_with_ext","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pk_len","pk_len","pk_len","plan","plan_mall","policy","requires_sig","sanity_check","sanity_check","satisfy","satisfy","satisfy_malleable","script_code","script_pubkey","script_size","serialize","serialize","sig_type","sig_type","sig_type","substitute_raw_pkh","template","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string_with_secret","top_level_checks","top_level_type_check","translate_pk","translate_pk","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","ty","type_id","type_id","type_id","type_id","unsigned_script_sig","vzip","vzip","vzip","vzip","within_resource_limits","calc_checksum","Base58","Bip32","Error","ExternalAndInternalAreTheSame","HardenedDerivationXpub","Hex","InvalidDescriptorCharacter","InvalidDescriptorChecksum","InvalidHdKeyPath","Key","Miniscript","MultiPath","Pk","Policy","borrow","borrow_mut","eq","fmt","fmt","from","from","from","from","from","from","from","from","into","to_string","try_from","try_into","type_id","vzip","AbsoluteTimelock","AddOnLeaf","AddOnPartialComplete","BuildSatisfaction","Complete","Condition","ConditionMap","EcdsaSignature","Fingerprint","FoldedConditionMap","Hash160Preimage","Hash256Preimage","IncompatibleConditions","IndexOutOfRange","MixedTimelockUnits","Multisig","None","None","NotEnoughItemsSelected","Partial","PartialComplete","PkOrF","Policy","PolicyError","Psbt","PsbtTimelocks","Pubkey","RelativeTimelock","Ripemd160Preimage","Satisfaction","SatisfiableItem","SchnorrSignature","Sha256Preimage","Thresh","XOnlyPubkey","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","contribution","csv","default","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","get_condition","hash","hash","id","id","into","into","into","into","into","into","into","is_leaf","is_leaf","is_null","item","partial_cmp","requires_path","satisfaction","serialize","serialize","serialize","serialize","serialize","timelock","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","current_height","input_max_height","psbt","condition","conditions","conditions","items","items","m","m","n","n","sorted","sorted","hash","hash","hash","hash","items","keys","threshold","threshold","value","value","Bip44","Bip44Public","Bip49","Bip49Public","Bip84","Bip84Public","Bip86","Bip86Public","DescriptorTemplate","DescriptorTemplateOut","P2Pkh","P2TR","P2Wpkh","P2Wpkh_P2Sh","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build","build","build","build","build","build","build","build","build","build","build","build","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into","into","into_wallet_descriptor","into_wallet_descriptor","into_wallet_descriptor","into_wallet_descriptor","into_wallet_descriptor","into_wallet_descriptor","into_wallet_descriptor","into_wallet_descriptor","into_wallet_descriptor","into_wallet_descriptor","into_wallet_descriptor","into_wallet_descriptor","into_wallet_descriptor","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","BuildFeeBumpError","CoinSelection","Conversion","CreateTxError","Descriptor","FeeRateTooLow","FeeRateUnavailable","FeeTooLow","IrreplaceableTransaction","LockTime","MiniscriptPsbt","MiniscriptPsbtError","MissingKeyOrigin","MissingNonWitnessUtxo","NoRecipients","NoUtxosSelected","OutputBelowDustLimit","OutputUpdate","Policy","Psbt","RbfSequence","RbfSequenceCsv","SpendingPolicyRequired","TransactionConfirmed","TransactionNotFound","UnknownUtxo","UnknownUtxo","UtxoUpdate","Version0","Version1Csv","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","into","into","into","to_owned","to_string","to_string","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","csv","rbf","requested","required","required","required","FullyNodedExport","WalletExport","blockheight","blockheight","borrow","borrow_mut","change_descriptor","descriptor","deserialize","export_wallet","fmt","fmt","from","from_str","into","label","label","serialize","to_string","try_from","try_into","type_id","vzip","Bip32","DerivableKey","DescriptorKey","DescriptorPublicKey","DescriptorSecretKey","Entropy","Error","ExtScriptContext","ExtendedKey","FullKey","GeneratableDefaultOptions","GeneratableKey","GeneratedKey","IntoDescriptorKey","InvalidChecksum","InvalidNetwork","InvalidScriptContext","Key","KeyError","KeyMap","Legacy","Message","Miniscript","MultiXPrv","MultiXPub","Options","Private","PrivateKeyGenerateOptions","Public","ScriptContext","ScriptContextEnum","Segwitv0","Single","Single","SinglePriv","SinglePub","SinglePubKey","SortedMultiVec","Tap","ValidNetworks","XOnly","XPrv","XPub","any_network","as_enum","at_derivation_index","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_template","check_global_consensus_validity","check_global_policy_validity","check_global_validity","check_local_consensus_validity","check_local_policy_validity","check_local_validity","check_pk","check_terminal_non_malleable","check_witness","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","compressed","default","deref","derive","deserialize","encode","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","for_each_key","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_public","from_secret","from_str","from_str","from_tree","full_derivation_path","full_derivation_paths","generate","generate_default","generate_default_with_aux_rand","generate_with_aux_rand","generate_with_entropy","generate_with_entropy_default","has_secret","has_wildcard","hash","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into","into","into_assets","into_descriptor_key","into_descriptor_key","into_descriptor_key","into_descriptor_key","into_descriptor_key","into_descriptor_key","into_descriptor_key","into_extended_key","into_extended_key","into_extended_key","into_key","into_single_keys","into_single_keys","into_xprv","into_xpub","is_deriveable","is_legacy","is_legacy","is_multipath","is_multipath","is_segwit_v0","is_segwit_v0","is_taproot","is_taproot","is_uncompressed","is_x_only_key","k","key","key","lift","mainnet_network","master_fingerprint","max_satisfaction_size","max_satisfaction_size","max_satisfaction_witness_elements","merge_networks","n","name_str","new","num_der_paths","origin","origin","other_top_level_checks","override_valid_networks","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pk_len","pks","sanity_check","satisfy","script_size","serialize","sig_type","sorted_node","test_networks","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_public","to_string","to_string","to_string","to_string","top_level_checks","top_level_type_check","translate_pk","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","PsbtUtils","fee_amount","fee_rate","get_utxo_for","SCHEMAS_TABLE_NAME","migrate_schema","All","Dummy","Exclude","External","Fingerprint","Include","InputIndexOutOfRange","InputSigner","InvalidKey","InvalidNonWitnessUtxo","InvalidSighash","Legacy","MiniscriptPsbt","MissingHdKeypath","MissingKey","MissingNonWitnessUtxo","MissingWitnessScript","MissingWitnessUtxo","NonStandardSighash","None","PkHash","Psbt","Segwitv0","SighashTaproot","SignOptions","SignerCommon","SignerContext","SignerError","SignerId","SignerOrdering","SignerWrapper","SignersContainer","Tap","TapLeavesOptions","TransactionSigner","UserCanceled","add_external","allow_all_sighashes","allow_grinding","as_key_map","assume_height","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","default","default","default","default","deref","descriptor_secret_key","descriptor_secret_key","descriptor_secret_key","descriptor_secret_key","descriptor_secret_key","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","find","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","hash","id","id","id","id","ids","into","into","into","into","into","into","into","into","new","new","partial_cmp","partial_cmp","remove","sign_input","sign_input","sign_input","sign_input","sign_transaction","sign_transaction","sign_with_tap_internal_key","signers","tap_leaves_options","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","trust_witness_utxo","try_finalize","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","is_internal_key","AddForeignUtxoError","AddUtxoError","ChangeAllowed","ChangeForbidden","ChangeSpendPolicy","Custom","InvalidOutpoint","InvalidTxid","MissingUtxo","OnlyChange","Shuffle","TxBuilder","TxOrdering","UnknownUtxo","Untouched","add_data","add_foreign_utxo","add_foreign_utxo_with_sequence","add_global_xpubs","add_recipient","add_unspendable","add_utxo","add_utxos","allow_dust","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","change_policy","clone","clone","clone","clone_into","clone_into","clone_into","cmp","coin_selection","current_height","default","default","do_not_spend_change","drain_to","drain_wallet","enable_rbf","enable_rbf_with_sequence","eq","equivalent","equivalent","fee_absolute","fee_rate","finish","finish_with_aux_rand","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","hash","include_output_redeem_witness_script","into","into","into","into","into","manually_selected_only","nlocktime","only_spend_change","only_witness_utxo","ordering","partial_cmp","policy_path","set_recipients","sighash","sort_tx","sort_tx_with_aux_rand","to_owned","to_owned","to_owned","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unspendable","version","vzip","vzip","vzip","vzip","vzip","foreign_utxo","input_txid","input_sort","output_sort"],"q":[[0,"bdk_wallet"],[473,"bdk_wallet::AddForeignUtxoError"],[475,"bdk_wallet::ApplyBlockError"],[477,"bdk_wallet::LoadMismatch"],[484,"bdk_wallet::TxOrdering"],[486,"bdk_wallet::Utxo"],[489,"bdk_wallet::coin_selection"],[581,"bdk_wallet::coin_selection::Error"],[583,"bdk_wallet::coin_selection::Excess"],[588,"bdk_wallet::descriptor"],[848,"bdk_wallet::descriptor::checksum"],[849,"bdk_wallet::descriptor::error"],[882,"bdk_wallet::descriptor::policy"],[1041,"bdk_wallet::descriptor::policy::BuildSatisfaction"],[1044,"bdk_wallet::descriptor::policy::Satisfaction"],[1055,"bdk_wallet::descriptor::policy::SatisfiableItem"],[1065,"bdk_wallet::descriptor::template"],[1249,"bdk_wallet::error"],[1320,"bdk_wallet::error::CreateTxError"],[1326,"bdk_wallet::export"],[1349,"bdk_wallet::keys"],[1665,"bdk_wallet::psbt"],[1669,"bdk_wallet::rusqlite_impl"],[1671,"bdk_wallet::signer"],[1857,"bdk_wallet::signer::SignerContext"],[1858,"bdk_wallet::tx_builder"],[1973,"bdk_wallet::tx_builder::AddForeignUtxoError"],[1975,"bdk_wallet::tx_builder::TxOrdering"],[1977,"bdk_chain::balance"],[1978,"bdk_wallet::wallet"],[1979,"bdk_wallet::types"],[1980,"bdk_wallet::wallet::signer"],[1981,"alloc::sync"],[1982,"bitcoin::blockdata::script::owned"],[1983,"bdk_core"],[1984,"core::iter::traits::iterator"],[1985,"core::clone"],[1986,"alloc::collections::btree::map"],[1987,"bitcoin::blockdata::block"],[1988,"bdk_chain::local_chain"],[1989,"core::result"],[1990,"bdk_core::block_id"],[1991,"bitcoin::blockdata::transaction"],[1992,"core::iter::traits::collect"],[1993,"core::convert"],[1994,"core::option"],[1995,"bdk_chain::tx_graph"],[1996,"bdk_wallet::wallet::coin_selection"],[1997,"bdk_wallet::wallet::tx_builder"],[1998,"bdk_wallet::wallet::error"],[1999,"bitcoin_units::amount"],[2000,"bitcoin_units::fee_rate"],[2001,"bdk_wallet::wallet::params"],[2002,"bitcoin::network"],[2003,"bdk_core::checkpoint"],[2004,"bdk_wallet::wallet::changeset"],[2005,"core::cmp"],[2006,"bdk_wallet::wallet::persisted"],[2007,"core::marker"],[2008,"alloc::string"],[2009,"serde::de"],[2010,"bitcoin::psbt"],[2011,"core::fmt"],[2012,"bdk_chain::indexer::keychain_txout"],[2013,"bdk_chain::indexed_tx_graph"],[2014,"bdk_core::spk_client"],[2015,"rusqlite::transaction"],[2016,"rusqlite"],[2017,"bitcoin::psbt::map::input"],[2018,"core::hash"],[2019,"core::future::future"],[2020,"alloc::boxed"],[2021,"core::pin"],[2022,"bdk_wallet::wallet::utils"],[2023,"bitcoin::blockdata::script::borrowed"],[2024,"miniscript::descriptor"],[2025,"core::iter::traits::double_ended"],[2026,"secp256k1::context::alloc_only"],[2027,"secp256k1"],[2028,"serde::ser"],[2029,"alloc::vec"],[2030,"core::ops::function"],[2031,"core::any"],[2032,"bitcoin::address"],[2033,"miniscript"],[2034,"miniscript::miniscript::private"],[2035,"miniscript::miniscript::decode"],[2036,"miniscript::miniscript::context"],[2037,"miniscript::iter::tree"],[2038,"miniscript::descriptor::key"],[2039,"miniscript::miniscript::satisfy"],[2040,"miniscript::plan"],[2041,"bitcoin_hashes::sha256"],[2042,"miniscript::miniscript::hash256"],[2043,"bitcoin_hashes::ripemd160"],[2044,"bitcoin_hashes::hash160"],[2045,"bitcoin::crypto::key"],[2046,"secp256k1::context"],[2047,"bdk_chain::descriptor_ext"],[2048,"miniscript::blanket_traits"],[2049,"miniscript::miniscript::analyzable"],[2050,"core::ops::range"],[2051,"miniscript::descriptor::bare"],[2052,"miniscript::descriptor::sh"],[2053,"miniscript::descriptor::tr"],[2054,"miniscript::descriptor::segwitv0"],[2055,"miniscript::miniscript::types"],[2056,"miniscript::miniscript::types::extra_props"],[2057,"miniscript::expression"],[2058,"miniscript::miniscript::iter"],[2059,"miniscript::policy::semantic"],[2060,"miniscript::policy"],[2061,"bitcoin_units::weight"],[2062,"hex_conservative::error"],[2063,"base58ck::error"],[2064,"bitcoin::bip32"],[2065,"bitcoin::psbt::error"],[2066,"bdk_wallet::wallet::export"],[2067,"miniscript::descriptor::sortedmulti"],[2068,"core::str::traits"],[2069,"core::default"],[2070,"rand_core"],[2071,"rusqlite::error"],[2072,"bitcoin::blockdata::script::push_bytes::primitive"],[2073,"bitcoin::blockdata::locktime::absolute"],[2074,"bdk_chain"],[2075,"bdk_chain::rusqlite_impl"]],"i":[0,0,0,0,0,0,74,262,262,0,0,0,0,263,52,52,63,64,53,56,5,0,46,64,0,5,61,260,260,0,0,72,0,0,0,0,46,0,63,63,63,63,260,64,262,61,52,0,263,0,0,0,74,261,263,0,0,47,47,0,0,0,0,72,1,3,48,3,66,66,3,3,3,3,3,5,5,3,66,3,0,1,50,40,5,44,45,46,47,51,72,61,52,3,26,48,63,64,74,1,50,40,5,44,45,46,47,51,72,61,52,3,26,48,63,64,74,3,3,3,3,3,0,26,87,47,40,40,3,1,5,44,45,46,47,26,48,1,5,44,45,46,47,26,48,5,0,44,1,51,3,51,3,50,50,50,3,1,40,47,26,51,48,51,3,44,3,0,40,47,0,3,1,5,44,47,1,5,44,45,46,47,61,48,63,64,1,1,5,5,44,44,45,45,46,46,48,48,0,0,40,0,3,1,1,5,44,45,46,47,51,72,72,61,61,52,52,3,26,48,48,63,63,64,74,74,0,1,50,40,5,44,45,46,47,47,47,47,47,51,72,61,61,52,3,26,26,26,48,63,63,64,74,47,50,3,3,3,3,5,44,1,48,47,47,53,56,3,3,3,1,50,40,5,44,45,46,47,51,72,61,52,3,26,48,63,64,74,96,47,3,44,44,48,3,50,40,0,26,3,3,3,3,51,3,51,40,40,40,3,3,47,50,40,3,47,0,50,3,47,50,40,50,3,3,46,44,5,3,53,56,51,51,47,3,0,3,3,3,0,0,45,3,3,46,0,0,1,5,44,47,3,3,3,66,0,0,3,3,3,3,3,3,66,0,1,5,44,45,46,47,26,48,1,72,61,52,48,63,74,1,3,3,66,1,1,66,1,50,40,5,44,45,46,47,51,72,61,52,3,26,48,63,64,74,1,50,40,5,44,45,46,47,51,72,61,52,3,26,48,63,64,74,0,3,47,87,26,46,44,1,50,40,5,44,45,46,47,51,72,61,52,3,26,48,63,64,74,3,3,3,1,45,0,1,50,40,5,44,45,46,47,51,72,61,52,3,26,48,63,64,74,0,266,266,267,267,268,269,270,270,268,269,270,271,271,272,272,272,122,122,0,123,0,0,0,0,0,122,0,123,0,122,123,121,117,118,119,122,123,121,117,118,119,117,118,119,117,118,119,120,117,118,119,0,117,118,119,121,121,122,122,123,121,117,118,119,122,123,121,117,118,119,122,123,121,117,118,119,121,119,121,121,117,118,119,122,122,123,121,117,118,119,122,123,121,117,118,119,122,123,121,117,118,119,122,123,121,117,118,119,273,273,274,275,275,274,275,98,276,124,0,0,0,0,0,0,130,0,0,132,0,0,134,98,276,124,0,0,0,98,276,124,134,130,0,98,276,124,98,276,124,98,276,124,134,124,151,152,130,130,124,124,151,152,130,124,151,152,130,130,130,130,0,132,151,152,132,152,132,132,151,152,132,151,152,132,132,151,152,132,151,152,132,151,152,0,124,151,152,130,124,151,152,130,124,151,152,130,130,124,124,124,124,124,124,130,124,130,124,151,152,130,124,124,151,151,152,152,130,130,0,124,130,130,161,124,130,124,124,124,151,152,130,130,124,130,124,124,124,124,124,124,124,151,152,130,130,130,124,130,130,130,124,130,130,130,124,124,130,130,124,124,151,152,130,124,151,152,130,130,124,54,98,124,124,130,130,130,124,130,130,132,151,152,130,124,130,124,132,151,152,124,124,124,124,124,124,124,124,124,124,124,124,124,124,130,132,130,124,130,130,124,151,152,130,132,151,152,124,124,0,130,124,130,124,130,130,124,124,130,124,130,132,151,152,130,0,124,151,152,130,124,130,124,132,132,124,130,124,151,152,130,124,151,152,130,130,124,151,152,130,124,124,151,152,130,130,0,57,57,0,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,198,193,193,0,199,0,0,198,197,0,198,198,193,193,193,198,199,162,193,199,199,0,0,0,162,162,197,198,198,0,0,198,198,198,197,197,198,199,103,200,193,162,197,198,199,103,200,193,162,197,198,199,103,200,162,197,198,199,103,200,162,103,200,200,197,198,199,103,200,193,197,197,198,198,199,199,103,103,200,200,193,193,197,198,199,103,200,193,193,162,197,198,199,199,103,103,200,193,162,103,197,200,198,103,197,198,199,103,200,193,162,198,199,200,103,200,103,103,197,198,199,103,200,200,197,198,199,103,200,162,193,197,198,199,103,200,193,162,197,198,199,103,200,193,162,197,198,199,103,200,193,162,197,198,199,103,200,193,162,277,277,277,278,279,280,279,280,279,280,279,280,279,280,281,282,283,284,285,286,286,285,287,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,205,206,207,209,211,212,213,214,215,216,217,203,205,206,207,209,211,212,213,214,215,216,217,201,203,205,206,207,209,211,212,213,214,215,216,217,203,205,206,207,209,211,212,213,214,215,216,217,203,205,206,207,209,211,212,213,214,215,216,217,203,205,206,207,209,211,212,213,214,215,216,217,203,205,206,207,209,211,212,213,214,215,216,217,203,205,206,207,209,211,212,213,214,215,216,217,202,203,205,206,207,209,211,212,213,214,215,216,217,203,205,206,207,209,211,212,213,214,215,216,217,203,205,206,207,209,211,212,213,214,215,216,217,203,205,206,207,209,211,212,213,214,215,216,217,203,205,206,207,209,211,212,213,214,215,216,217,203,205,206,207,209,211,212,213,214,215,216,217,0,85,218,0,85,85,36,85,36,85,85,0,85,85,85,85,85,218,85,85,85,85,85,36,36,85,36,218,85,85,218,85,36,218,85,36,218,218,218,218,85,85,36,36,218,85,85,85,85,85,85,36,218,85,36,218,218,85,36,218,85,36,218,85,36,218,85,36,218,85,36,289,289,290,290,291,292,0,0,293,220,220,220,220,220,220,220,220,220,220,220,220,293,220,220,220,220,220,220,220,191,0,0,0,0,236,236,0,0,227,0,0,0,0,191,191,191,132,0,0,129,191,191,183,134,236,230,0,230,0,0,129,134,183,0,0,0,0,129,0,227,183,134,0,294,134,230,223,228,129,224,191,222,134,183,225,226,227,230,223,228,129,224,191,222,134,183,225,226,227,222,132,132,132,132,132,132,132,132,132,223,129,224,222,134,183,225,226,227,223,129,224,222,134,183,225,226,227,222,134,225,227,224,224,223,134,134,222,129,191,222,134,183,225,226,227,129,129,222,222,134,134,183,183,225,225,226,226,227,227,228,129,224,191,191,222,222,134,134,183,183,225,226,227,222,230,230,230,223,228,129,224,191,191,191,222,134,134,183,225,226,227,228,228,134,183,222,134,134,236,239,239,236,236,239,230,134,222,134,225,227,230,223,228,129,224,191,222,134,183,225,226,227,134,204,210,223,223,228,134,183,210,230,223,223,134,183,230,230,134,294,129,134,183,294,129,294,129,134,134,222,225,226,222,0,134,132,222,222,0,222,132,222,134,225,226,132,228,222,134,225,227,132,222,222,222,222,134,132,222,0,223,129,224,222,134,183,225,226,227,183,191,222,134,183,132,132,222,230,223,228,129,224,191,222,134,183,225,226,227,230,223,228,129,224,191,222,134,183,225,226,227,230,223,228,129,224,191,222,134,183,225,226,227,230,223,228,129,224,191,222,134,183,225,226,227,0,246,246,246,0,0,252,248,252,67,248,252,67,0,67,67,67,249,67,67,67,67,67,67,67,252,248,67,249,67,0,0,0,0,0,0,0,0,249,0,0,67,86,66,66,86,66,248,67,249,250,6,86,66,252,248,67,249,250,6,86,66,252,86,248,249,250,6,86,66,252,248,249,250,6,86,66,252,248,6,6,86,66,252,250,253,253,250,250,250,248,249,6,252,248,248,249,249,6,6,252,252,86,248,67,67,249,250,6,86,66,252,248,248,248,67,249,250,6,86,66,252,248,253,250,250,250,86,248,67,249,250,6,86,66,252,250,86,248,6,86,257,250,250,250,7,250,66,86,66,248,249,250,6,86,66,252,67,66,66,248,67,249,250,6,86,66,252,248,67,249,250,6,86,66,252,248,67,249,250,6,86,66,252,248,67,249,250,6,86,66,252,295,0,0,262,262,0,263,260,260,260,262,263,0,0,261,263,35,35,35,35,35,35,35,35,35,35,261,260,263,262,35,261,260,263,262,35,35,263,262,35,263,262,262,35,35,263,262,35,35,35,35,35,262,262,262,35,35,35,35,35,261,261,260,260,263,262,35,261,260,263,262,262,35,35,261,260,263,262,35,35,35,35,35,262,35,35,35,263,263,35,263,262,261,260,35,261,260,263,262,35,261,260,263,262,35,261,260,263,262,35,35,35,261,260,263,262,266,266,271,271],"f":"````````````````````````````````````````````````````````````````{{bb}b}{{{h{df}}jl{A`{n}}}Ab}`{{{h{f}}}{{An{j{`{{Aj{}{{Ad{{Ah{Af}}}}}}Al}}}}}}``{{{h{df}}{h{B`}}Bb}{{Bf{AbBd}}}}{{{h{df}}{h{B`}}BbBh}{{Bf{AbBj}}}}{{{h{df}}c}Ab{{Cb{}{{Ad{{C`{{h{Bl}}Bn}}}}}}}}{{{h{df}}c}{{Bf{AbBd}}}{{Cf{Cd}}}}{{{h{df}}c{Ch{Bn}}}{{Bf{AbBd}}}{{Cf{Cd}}}}{{{h{j}}}Cj}{{{h{j}}}{{h{{Cl{Cj}}}}}}{{{h{f}}}{{h{{D`{Cn}}}}}}`{{{h{f}}}b}`{{{h{c}}}{{h{e}}}{}{}}00000000000000000{{{h{dc}}}{{h{de}}}{}{}}00000000000000000{{{h{df}}Db}{{Bf{{Df{Dd}}Dh}}}}{{{h{df}}}{{Df{Dd}}}}{{{h{f}}{h{Bl}}}{{Bf{DjDl}}}}{{{h{f}}{h{Bl}}}{{Bf{DnDl}}}}{{{h{df}}{h{Bl}}}Ab}````{{E`Eb}E`}{{E`Ed}E`}{{{h{f}}}Ef}{{{h{b}}}b}{{{h{j}}}j}{{{h{Eh}}}Eh}{{{h{Ej}}}Ej}{{{h{El}}}El}{{{h{En}}}En}{{{h{Cd}}}Cd}{{{h{F`}}}F`}{{{h{c}}{h{de}}}Ab{}{}}0000000{{{h{j}}{h{j}}}Fb}```{{{h{dc}}Fd}{{Bf{{Ff{c}}Fh}}}Fj}{{cc}Fd{FlFnAl}}{{{h{dc}}Fd}{{Bf{{Ff{c}}Fh}}}G`}{cFd{FlFnAl}}{{Fd{h{dc}}}{{Bf{{Ff{c}}Fh}}}Fj}{{Fd{h{dc}}}{{Bf{{Ff{c}}Fh}}}G`}{Fd{{Bf{fGb}}}}0{{}b}{{}E`}{{}En}{{}Cd}{{{h{{Ff{c}}}}}{{h{e}}}{}{}}{{{h{F`}}}{{h{c}}}{}}{{{h{d{Ff{c}}}}}{{h{de}}}{}{}}{{{h{f}}j}{{Ch{Bb}}}}`{{{h{f}}Af}{{Ch{{C`{jBb}}}}}}`{{E`j{Ch{c}}}E`{FlFn}}``{{{h{f}}j}Gd}{c{{Bf{b}}}Gf}{c{{Bf{j}}}Gf}{c{{Bf{Eh}}}Gf}{c{{Bf{En}}}Gf}{{{h{b}}{h{b}}}Gh}{{{h{j}}{h{j}}}Gh}{{{h{Eh}}{h{Eh}}}Gh}{{{h{Ej}}{h{Ej}}}Gh}{{{h{El}}{h{El}}}Gh}{{{h{En}}{h{En}}}Gh}{{{h{{Gj{c}}}}{h{{Gj{c}}}}}GhGl}{{{h{F`}}{h{F`}}}Gh}{{{h{Gn}}{h{Gn}}}Gh}{{{h{H`}}{h{H`}}}Gh}{{{h{c}}{h{e}}}Gh{}{}}00000000000``{E`E`}`{{{h{f}}{h{dHb}}Hd}{{Bf{GhHf}}}}{{{h{b}}{h{dHh}}}{{Bf{AbHj}}}}0{{{h{j}}{h{dHh}}}Hl}{{{h{Eh}}{h{dHh}}}Hl}{{{h{Ej}}{h{dHh}}}Hl}{{{h{El}}{h{dHh}}}Hl}{{{h{En}}{h{dHh}}}Hl}{{{h{{Ff{c}}}}{h{dHh}}}HlHn}{{{h{I`}}{h{dHh}}}Hl}0{{{h{{Gj{c}}}}{h{dHh}}}HlHn}{{{h{{Gj{c}}}}{h{dHh}}}HlIb}{{{h{{Fh{c}}}}{h{dHh}}}HlHn}{{{h{{Fh{c}}}}{h{dHh}}}HlIb}{{{h{f}}{h{dHh}}}Hl}{{{h{Cd}}{h{dHh}}}Hl}{{{h{F`}}{h{dHh}}}Hl}0{{{h{Gn}}{h{dHh}}}Hl}0{{{h{H`}}{h{dHh}}}Hl}{{{h{Id}}{h{dHh}}}Hl}0`{cc{}}0000000{IfEn}{{{Ij{CnIh}}}En}{{{Il{Cn}}}En}{IhEn}444{H`{{Gj{c}}}{}}55{{{In{j}}}Cd}{J`Cd}777{H`Gn}88{{{h{Jb}}}{{Jd{En}}}}{{FdEb}Fd}{{{h{f}}Eh{Ch{Jf}}Gh}{{Bf{JhJj}}}}{{{h{f}}j}{{A`{Jl}}}}{{{h{f}}Db}{{Ch{Jn}}}}{{{h{f}}K`}{{Ch{Eh}}}}{{{h{j}}{h{dc}}}AbKb}{{{h{Eh}}{h{dc}}}AbKb}```{{{h{Jb}}}{{Jd{Ab}}}}{{{h{d{Fj{}{{Kd{c}}}}}}}{{Bf{Enc}}}{}}{{{h{d{G`{}{{Kd{c}}}}}}}{{Kj{{Kh{Kf}}}}}{}}{{{h{df}}Bh}{{Bf{GhKl}}}}{{{h{df}}Bl}Gh}{{{h{df}}K`Kn}Ab}{ce{}{}}00000000000000000{{{h{L`}}{h{Lb}}}Gh}{{{h{En}}}Gh}{{{h{f}}Af}Gh}```{{{h{f}}}{{`{{Aj{}{{Ad{{C`{j{h{Ld}}}}}}}}}}}}{{FdjLf}Fd}{{E`jLf}E`}``{{{h{f}}}Lh}{{{h{f}}}{{`{{Aj{}{{Ad{Eh}}}}}}}}0{{{h{f}}j}{{`{{Lj{}{{Ad{F`}}}}}}}}{{{h{dc}}E`}{{Bf{{Ch{{Ff{c}}}}Gj}}}Fj}{{}E`}{{{h{dc}}E`}{{Bf{{Ch{{Ff{c}}}}Gj}}}G`}{{E`{h{dc}}}{{Bf{{Ch{{Ff{c}}}}Gj}}}Fj}{{E`{h{dc}}}{{Bf{{Ch{{Ff{c}}}}Gj}}}G`}{{E`En}{{Bf{{Ch{f}}Gn}}}}{{EnE`}{{Bf{{Ch{f}}Gn}}}}{{{h{f}}}{{h{Ll}}}}`{{FdBb}Fd}{{E`Bb}E`}{{{h{df}}jBb}Gh}{{{h{dEn}}En}Ab}`{{FdEd}Fd}{{{h{f}}}Ed}`{{cc}Fd{FlFn}}={cFd{FlFn}}{{{h{f}}j}Bb}{{{h{df}}j}F`}{{{h{El}}}K`}`{{{h{j}}{h{j}}}{{Ch{Fb}}}}{{{h{f}}jBb}F`}{{{h{d{Fj{}{{Kd{c}}}}}}{h{En}}}{{Bf{Abc}}}{}}{{{h{d{G`{}{{Kd{c}}}}}}{h{En}}}{{Kj{{Kh{Kf}}}}}{}}{{{h{d{Ff{c}}}}{h{dc}}}{{Bf{Gh}}}Fj}{{{h{d{Ff{c}}}}{h{dc}}}{{Bf{Gh}}}G`}{{{h{En}}{h{Jb}}}{{Jd{Ab}}}}{{{h{f}}j}{{Bf{{Ch{Ln}}Gb}}}}`{{{h{f}}j}{{h{Ld}}}}{{{h{df}}jBb}{{`{{Aj{}{{Ad{F`}}}}}}}};```{{{h{f}}}{{h{{Mb{M`}}}}}}{{{h{f}}{h{Bl}}}{{C`{DjDj}}}}{{{h{El}}}{{Ch{Md}}}}``{{{h{b}}c}BfMf}{{{h{j}}c}BfMf}{{{h{Eh}}c}BfMf}{{{h{En}}c}BfMf}{{{h{df}}jLf}Ab}{{{h{df}}c}Ab{{Cb{}{{Ad{{C`{jLf}}}}}}}}{{{h{f}}{h{dHb}}Hd}{{Bf{GhHf}}}}```{{{h{f}}}{{h{{Mh{j}}}}}}{{{h{f}}}{{Ch{{h{En}}}}}}{{{h{df}}}{{Ch{{h{dEn}}}}}}{{{h{f}}}{{Mj{j}}}}{{{h{f}}}{{Ml{{C`{jBb}}}}}}{{{h{df}}}{{Ch{En}}}}``{{{h{c}}}e{}{}}0000000{{{h{c}}}Gd{}}000000{{{h{b}}}Dj}{{{h{f}}}{{`{{Aj{}{{Ad{Jn}}}}}}}}{{{h{f}}c}{{Mn{Jn}}}{{Nb{{h{Jn}}{h{Jn}}}{{N`{Fb}}}}}}``2`{c{{Bf{e}}}{}{}}00000000000000000000000000000000000`{{{h{f}}}{{h{{D`{Cn}}}}}}```{{{h{El}}}{{h{Kn}}}}`{{{h{c}}}Nd{}}00000000000000000{{{h{f}}j}{{`{{Aj{}{{Ad{{Ah{Af}}}}}}Al}}}}{{{h{f}}}{{`{{Aj{}{{Ad{{Nf{{A`{Bl}}Cn}}}}}}}}}}{{{h{df}}jBb}Gh}``{{}{{h{Nh}}}}{ce{}{}}00000000000000000{{c{Ch{c}}Ed{h{{Mb{M`}}}}}{{Bf{GdGb}}}Fl}`````````````````````````````{{{h{c}}}{{h{e}}}{}{}}00000{{{h{dc}}}{{h{de}}}{}{}}00000{{{h{Nj}}}Nj}{{{h{Nl}}}Nl}{{{h{Nn}}}Nn}{{{h{c}}{h{de}}}Ab{}{}}00{{{h{O`}}{Mn{Ej}}{Mn{Ej}}DnBn{h{Lb}}}{{Bf{ObOd}}}}{{{h{Nj}}{Mn{Ej}}{Mn{Ej}}DnBn{h{Lb}}}{{Bf{ObOd}}}}{{{h{Nl}}{Mn{Ej}}{Mn{Ej}}DnBn{h{Lb}}}{{Bf{ObOd}}}}{{{h{Nn}}{Mn{Ej}}{Mn{Ej}}DnBn{h{Lb}}}{{Bf{ObOd}}}}{{BnDn{h{Lb}}}Of}{{}Nj}{{}Nl}{{}Nn}``{{{h{Od}}{h{dHh}}}Hl}0{{{h{Of}}{h{dHh}}}Hl}{{{h{Ob}}{h{dHh}}}Hl}{{{h{Nj}}{h{dHh}}}Hl}{{{h{Nl}}{h{dHh}}}Hl}{{{h{Nn}}{h{dHh}}}Hl}{cc{}}00000{ce{}{}}00000{{{h{Ob}}}Bn}{BnNn}`1{{{h{c}}}e{}{}}00{{{h{c}}}Gd{}}{c{{Bf{e}}}{}{}}00000000000{{{h{c}}}Nd{}}00000666666`````````````````````````````````````````````{{{h{{Oh{c}}}}Ed}{{Bf{OjOl}}}{OnA@`}}{{}A@b}0{{{h{{A@d{ce}}}}}{{h{{A@f{ce}}}}}OnA@h}{{{h{{h{{A@d{ce}}}}}}}{{A@j{{h{{A@d{ce}}}}}}}OnA@h}{{{h{{Oh{A@l}}}}Bb}{{Bf{{Oh{A@n}}AA`}}}}{{{h{c}}}{{h{e}}}{}{}}000{{{h{dc}}}{{h{de}}}{}{}}000{{{h{{A@d{ce}}}}}{{Mn{{h{{A@d{ce}}}}}}}OnA@h}{{{h{{A@d{ce}}}}{h{g}}}{{AAd{{AAb{c}}}}}{A@`On}A@h{{AAf{c}}}}0`{{{h{{A@d{c{A@h{}{{AAh{e}}}}}}}}}{{Bf{AbAAj}}}On{{ABl{}{{AAl{AAn}}{AB`{ABb}}{ABd{ABf}}{ABh{ABj}}}}OnOnOnOn}}{{{h{{A@d{cABn}}}}}{{Bf{AbAAj}}}On}{{{h{{A@d{cAC`}}}}}{{Bf{AbAAj}}}On}2022102102{{{h{c}}}{{Bf{AbAAj}}}On}00{{{h{{A@f{c{A@h{}{{AAh{e}}}}}}}}}{{Bf{AbAAj}}}On{{ABl{}{{AAl{AAn}}{AB`{ABb}}{ABd{ABf}}{ABh{ABj}}}}OnOnOnOn}}{{{h{{A@f{cABn}}}}}{{Bf{AbAAj}}}On}{{{h{{A@f{cAC`}}}}}{{Bf{AbAAj}}}On}{{{h{{Cl{{Mn{Cj}}}}}}}{{Bf{AbAAj}}}}00`{{{h{{Oh{c}}}}}{{Oh{c}}}{AlOn}}{{{h{ABn}}}ABn}{{{h{AC`}}}AC`}{{{h{{A@d{ce}}}}}{{A@d{ce}}}{AlOn}{AlA@h}}{{{h{c}}{h{de}}}Ab{}{}}000{{{h{{Oh{c}}}}{h{{Oh{c}}}}}Fb{ACbOn}}{{{h{ABn}}{h{ABn}}}Fb}{{{h{AC`}}{h{AC`}}}Fb}{{{h{{A@d{ce}}}}{h{{A@d{ce}}}}}FbOnA@h}{{{h{{A@d{ce}}}}}GhOnA@h}{{{h{{Oh{A@l}}}}Bb}{{Bf{{Oh{A@n}}AA`}}}}{{{h{{Oh{A@l}}}}{h{{Mb{c}}}}Bb}{{Bf{{Oh{ACd}}AA`}}}ACf}{{{h{{Oh{A@n}}}}{h{{Mb{c}}}}}{{Bf{{Oh{ACd}}AA`}}}ACf}{{{h{{Oh{c}}}}}AChOn}{{{h{{Oh{A@l}}}}}ACj}{c{{Bf{{Oh{e}}}}}GfACl}{c{{Bf{{A@d{eg}}}}}GfAClA@h}{{{h{{Oh{A@l}}}}}Bn}{{{h{{A@d{ce}}}}}Af{A@`On}A@h}{{{h{{Oh{c}}}}{h{{Oh{c}}}}}Gh{GlOn}}{{{h{ABn}}{h{ABn}}}Gh}{{{h{AC`}}{h{AC`}}}Gh}{{{h{{A@d{ce}}}}{h{{A@d{ce}}}}}GhOnA@h}{{{h{c}}{h{e}}}Gh{}{}}0000000`{{{h{{Oh{c}}}}}{{Bf{AfOl}}}{OnA@`}}`{{{h{{A@d{ce}}}}{h{ACn}}}{{Bf{AbAD`}}}OnA@h}{{{h{ADb}}{h{Jl}}ADd{h{{Mb{M`}}}}}{{Bf{{Ch{Ln}}Gb}}}}{{{h{{Oh{A@l}}}}{h{Jl}}ADd{h{{Mb{M`}}}}}{{Bf{{Ch{Ln}}Gb}}}}{{{h{{A@d{A@lc}}}}{h{Jl}}ADd{h{{Mb{M`}}}}}{{Bf{{Ch{Ln}}Gb}}}A@h}{{{h{{Oh{A@l}}}}{h{{Mb{c}}}}{h{Lb}}{ADf{Bb}}}{{Bf{{Ch{{C`{Bb{Oh{ACd}}}}}}AA`}}}ACf}{{{h{{Oh{c}}}}{h{dHh}}}{{Bf{AbHj}}}On}0{{{h{ABn}}{h{dHh}}}{{Bf{AbHj}}}}{{{h{AC`}}{h{dHh}}}{{Bf{AbHj}}}}{{{h{{A@d{ce}}}}{h{dHh}}}{{Bf{AbHj}}}OnA@h}0{{{h{{Oh{c}}}}e}GhOn{{Nb{{h{c}}}{{N`{Gh}}}}}}{{{h{{A@d{ce}}}}g}GhOnA@h{{Nb{{h{c}}}{{N`{Gh}}}}}}{{{ADh{c}}}{{Oh{c}}}On}{{{ADj{c}}}{{Oh{c}}}On}{{{ADl{c}}}{{Oh{c}}}On}{cc{}}{{{ADn{c}}}{{Oh{c}}}On}{{{AE`{c}}}{{Oh{c}}}On}{{{AEb{c}}}{{Oh{c}}}On}333{{{A@f{ce}}}{{Bf{{A@d{ce}}Ol}}}OnA@h}{{{A@f{ce}}AEdAEf}{{A@d{ce}}}OnA@h}{{{h{Nh}}}{{Bf{{Oh{c}}Ol}}}ACl}{{{h{Nh}}}{{Bf{{A@d{ce}}Ol}}}AClA@h}{{{h{Nh}}{h{ACn}}}{{Bf{{A@d{ce}}Ol}}}AClA@h}1{{{h{AEh}}}{{Bf{{Oh{c}}Ol}}}ACl}{{{h{AEh}}}{{Bf{{A@d{ce}}Ol}}}AClA@h}{{{h{{A@d{ce}}}}AEj}{{Ch{{h{{A@d{ce}}}}}}}OnA@h}{{{h{{A@d{ce}}}}AEj}{{Ch{c}}}OnA@h}{{{h{{Oh{c}}}}e}{{Bf{{C`{{Mn{{Mn{Cj}}}}Af}}Ol}}}{OnA@`}{{AEl{c}}}}0{{{h{{A@d{ce}}}}}GhOnA@h}0{{{h{{Oh{A@l}}}}}Gh}{{{h{{Oh{c}}}}{h{de}}}Ab{AEnOn}Kb}{{{h{ABn}}{h{dc}}}AbKb}{{{h{AC`}}{h{dc}}}AbKb}{{{h{{A@d{ce}}}}{h{dg}}}AbOnA@hKb}{ce{}{}}000{{{A@d{ce}}}{{A@f{ce}}}OnA@h}{{{Oh{A@l}}}{{Bf{{Mn{{Oh{A@l}}}}Ol}}}}{{Fl{h{{Mb{M`}}}}Ed}{{Bf{{C`{LdLf}}Gb}}}}{{Ld{h{{Mb{M`}}}}Ed}{{Bf{{C`{LdLf}}Gb}}}}99:{{{h{{A@d{ce}}}}}{{AF`{ce}}}OnA@h}{{{h{{A@d{ce}}}}}{{AFb{ce}}}OnA@h}{{{h{{Oh{c}}}}}{{Bf{{AFd{c}}Ol}}}On}{{{h{{A@d{ce}}}}}{{Bf{{AFd{c}}Ol}}}OnA@h}{{{h{{A@d{ce}}}}}{{Bf{AbAFf}}}OnA@h}{{{h{{A@d{c{A@h{}{{AAh{e}}}}}}}}}{{Ch{AEj}}}On{{ABl{}{{AAl{AAn}}{AB`{ABb}}{ABd{ABf}}{ABh{ABj}}}}OnOnOnOn}}{{{h{{A@d{cABn}}}}}{{Ch{AEj}}}On}{{{h{{A@d{cAC`}}}}}{{Ch{AEj}}}On}{{{h{{A@d{ce}}}}}{{Bf{AEjOl}}}OnA@h}{{{h{{Oh{c}}}}}{{Bf{AEjOl}}}On}1{{{h{{Oh{c}}}}}{{Bf{AFhOl}}}On}{{}{{h{Nh}}}}00{{{A@d{cAFj}}}{{Bf{{Oh{c}}Ol}}}On}{c{{Oh{c}}}On}{c{{Bf{{Oh{c}}Ol}}}On}{{{A@d{cABn}}}{{Bf{{Oh{c}}Ol}}}On}{{AEj{Mn{c}}}{{Bf{{Oh{c}}Ol}}}On}{{{AEb{c}}}{{Oh{c}}}On}{{{ADn{c}}}{{Oh{c}}}On}4{{{A@d{cAC`}}}{{Bf{{Oh{c}}Ol}}}On}3{{c{Ch{{AFl{c}}}}}{{Bf{{Oh{c}}Ol}}}On}614`{{{h{{A@d{c{A@h{}{{AAh{e}}}}}}}}}{{Bf{AbOl}}}On{{ABl{}{{AAl{AAn}}{AB`{ABb}}{ABd{ABf}}{ABh{ABj}}}}OnOnOnOn}}{{{h{Lb}}}{{Bf{{A@d{c}}Ol}}}A@h}{{{h{{Mb{c}}}}{h{Nh}}}{{Bf{{C`{{Oh{A@l}}{An{A@lAFn}}}}Ol}}}AG`}1{{{h{Lb}}{h{ACn}}}{{Bf{{A@d{c}}Ol}}}A@h}{{{h{{Oh{c}}}}{h{{Oh{c}}}}}{{Ch{Fb}}}{AGbOn}}{{{h{ABn}}{h{ABn}}}{{Ch{Fb}}}}{{{h{AC`}}{h{AC`}}}{{Ch{Fb}}}}{{{h{{A@d{ce}}}}{h{{A@d{ce}}}}}{{Ch{Fb}}}OnA@h}{{{h{c}}}AEjOn}00{{{Oh{A@n}}{h{c}}}{{Bf{AGd{Oh{A@n}}}}}{{AAf{A@n}}}}0`{{{h{{A@d{ce}}}}}GhOnA@h}{{{h{{Oh{c}}}}}{{Bf{AbOl}}}On}{{{h{{A@d{ce}}}}}{{Bf{AbAD`}}}OnA@h}{{{h{{Oh{c}}}}{h{dAGf}}e}{{Bf{AbOl}}}{OnA@`}{{AEl{c}}}}{{{h{{A@d{ce}}}}g}{{Bf{{Mn{{Mn{Cj}}}}Ol}}}{A@`On}A@h{{AEl{c}}}}0{{{h{{Oh{c}}}}}{{Bf{AfOl}}}{OnA@`}}{{{h{{Oh{c}}}}}Af{OnA@`}}{{{h{{A@d{ce}}}}}AEjOnA@h}{{{h{{Oh{c}}}}e}BfOnMf}{{{h{{A@d{ce}}}}g}BfOnA@hMf}{{}AGh}00{{{h{{A@d{ce}}}}{h{{An{ABjc}}}}}{{A@d{ce}}}OnA@h}`{{{h{c}}}e{}{}}000{{{h{c}}}Gd{}}0{{{h{{Oh{A@l}}}}{h{{An{A@lAFn}}}}}Gd}{{{h{{A@d{c{A@h{}{{AAh{e}}}}}}}}}{{Bf{AbOl}}}On{{ABl{}{{AAl{AAn}}{AB`{ABb}}{ABd{ABf}}{ABh{ABj}}}}OnOnOnOn}}0{{{h{{Oh{c}}}}{h{di}}}{{Bf{{AGj{g}}}}}OnOn{}{{AGl{ceg}}}}{{{h{{A@d{ce}}}}{h{dk}}}{{Bf{{AGj{i}}}}}OnA@hOn{}{{AGl{cgi}}}}{c{{Bf{e}}}{}{}}0000000`{{{h{c}}}Nd{}}000={ce{}{}}000{{{h{{A@d{ce}}}}}GhOnA@h}{{{h{Nh}}}{{Bf{GdGb}}}}``````````````{{{h{c}}}{{h{e}}}{}{}}{{{h{dc}}}{{h{de}}}{}{}}{{{h{Gb}}{h{Gb}}}Gh}{{{h{Gb}}{h{dHh}}}Hl}0{AGnGb}{AH`Gb}{OlGb}{AHbGb}{AHdGb}{AHfGb}{cc{}}{AHhGb}>{{{h{c}}}Gd{}}{c{{Bf{e}}}{}{}}0{{{h{c}}}Nd{}}{ce{}{}}```````````````````````````````````???????>>>>>>>{{{h{AHj}}}AHj}{{{h{AHl}}}AHl}{{{h{AHn}}}AHn}{{{h{Ln}}}Ln}{{{h{AI`}}}AI`}{{{h{ADd}}}ADd}{{{h{c}}{h{de}}}Ab{}{}}00000``{{}AI`}{{{h{AHj}}{h{AHj}}}Gh}{{{h{AHl}}{h{AHl}}}Gh}{{{h{AHn}}{h{AHn}}}Gh}{{{h{Ln}}{h{Ln}}}Gh}{{{h{AI`}}{h{AI`}}}Gh}{{{h{AHb}}{h{AHb}}}Gh}{{{h{c}}{h{e}}}Gh{}{}}00000000000{{{h{AHj}}{h{dHh}}}Hl}{{{h{AHl}}{h{dHh}}}Hl}{{{h{AHn}}{h{dHh}}}Hl}{{{h{Ln}}{h{dHh}}}Hl}{{{h{AI`}}{h{dHh}}}Hl}{{{h{AHb}}{h{dHh}}}Hl}0{{{h{ADd}}{h{dHh}}}Hl}{cc{}}0{GhAHn}1{AHlLn}2222{{{h{Ln}}{h{{An{Gd{Mn{AEj}}}}}}}{{Bf{AI`AHb}}}}{{{h{AHj}}{h{dc}}}AbKb}{{{h{AI`}}{h{dc}}}AbKb}{{{h{AHl}}}Gd}`{ce{}{}}000000{{{h{AHl}}}Gh}{{{h{AHn}}}Gh}{{{h{AI`}}}Gh}`{{{h{AI`}}{h{AI`}}}{{Ch{Fb}}}}{{{h{Ln}}}Gh}`{{{h{AHj}}c}BfMf}{{{h{AHl}}c}BfMf}{{{h{AHn}}c}BfMf}{{{h{Ln}}c}BfMf}{{{h{AI`}}c}BfMf}`{{{h{c}}}e{}{}}00000{{{h{c}}}Gd{}}{c{{Bf{e}}}{}{}}0000000000000{{{h{c}}}Nd{}}000000>>>>>>>``````````````````````````````````````{{{h{c}}}{{h{e}}}{}{}}00000000000{{{h{dc}}}{{h{de}}}{}{}}00000000000{{AIbEd}{{Bf{AIdGb}}}}{{{AIf{c}}Ed}{{Bf{AIdGb}}}{{AIh{ABn}}}}{{{AIj{c}}Ed}{{Bf{AIdGb}}}{{AIh{AC`}}}}{{{AIl{c}}Ed}{{Bf{AIdGb}}}{{AIh{AC`}}}}{{{AIn{c}}Ed}{{Bf{AIdGb}}}{{AIh{AJ`}}}}{{{AJb{c}}Ed}{{Bf{AIdGb}}}{{AJd{ABn}}}}{{{AJf{c}}Ed}{{Bf{AIdGb}}}{{AJd{ABn}}}}{{{AJh{c}}Ed}{{Bf{AIdGb}}}{{AJd{AC`}}}}{{{AJj{c}}Ed}{{Bf{AIdGb}}}{{AJd{AC`}}}}{{{AJl{c}}Ed}{{Bf{AIdGb}}}{{AJd{AC`}}}}{{{AJn{c}}Ed}{{Bf{AIdGb}}}{{AJd{AC`}}}}{{{AK`{c}}Ed}{{Bf{AIdGb}}}{{AJd{AJ`}}}}{{{AKb{c}}Ed}{{Bf{AIdGb}}}{{AJd{AJ`}}}}{{{h{{AIf{c}}}}}{{AIf{c}}}{Al{AIh{ABn}}}}{{{h{{AIj{c}}}}}{{AIj{c}}}{Al{AIh{AC`}}}}{{{h{{AIl{c}}}}}{{AIl{c}}}{Al{AIh{AC`}}}}{{{h{{AIn{c}}}}}{{AIn{c}}}{Al{AIh{AJ`}}}}{{{h{{AJb{c}}}}}{{AJb{c}}}{Al{AJd{ABn}}}}{{{h{{AJf{c}}}}}{{AJf{c}}}{Al{AJd{ABn}}}}{{{h{{AJh{c}}}}}{{AJh{c}}}{Al{AJd{AC`}}}}{{{h{{AJj{c}}}}}{{AJj{c}}}{Al{AJd{AC`}}}}{{{h{{AJl{c}}}}}{{AJl{c}}}{Al{AJd{AC`}}}}{{{h{{AJn{c}}}}}{{AJn{c}}}{Al{AJd{AC`}}}}{{{h{{AK`{c}}}}}{{AK`{c}}}{Al{AJd{AJ`}}}}{{{h{{AKb{c}}}}}{{AKb{c}}}{Al{AJd{AJ`}}}}{{{h{c}}{h{de}}}Ab{}{}}00000000000{{{h{{AIf{c}}}}{h{dHh}}}Hl{Hn{AIh{ABn}}}}{{{h{{AIj{c}}}}{h{dHh}}}Hl{Hn{AIh{AC`}}}}{{{h{{AIl{c}}}}{h{dHh}}}Hl{Hn{AIh{AC`}}}}{{{h{{AIn{c}}}}{h{dHh}}}Hl{Hn{AIh{AJ`}}}}{{{h{{AJb{c}}}}{h{dHh}}}Hl{Hn{AJd{ABn}}}}{{{h{{AJf{c}}}}{h{dHh}}}Hl{Hn{AJd{ABn}}}}{{{h{{AJh{c}}}}{h{dHh}}}Hl{Hn{AJd{AC`}}}}{{{h{{AJj{c}}}}{h{dHh}}}Hl{Hn{AJd{AC`}}}}{{{h{{AJl{c}}}}{h{dHh}}}Hl{Hn{AJd{AC`}}}}{{{h{{AJn{c}}}}{h{dHh}}}Hl{Hn{AJd{AC`}}}}{{{h{{AK`{c}}}}{h{dHh}}}Hl{Hn{AJd{AJ`}}}}{{{h{{AKb{c}}}}{h{dHh}}}Hl{Hn{AJd{AJ`}}}}{cc{}}00000000000{ce{}{}}00000000000{{AId{h{{Mb{M`}}}}Ed}{{Bf{{C`{LdLf}}Gb}}}}{{c{h{{Mb{M`}}}}Ed}{{Bf{{C`{{Oh{A@l}}{An{A@lAFn}}}}Gb}}}{}}00000000000{{{h{c}}}e{}{}}00000000000{c{{Bf{e}}}{}{}}00000000000000000000000{{{h{c}}}Nd{}}00000000000555555555555``````````````````````````````{{{h{c}}}{{h{e}}}{}{}}00{{{h{dc}}}{{h{de}}}{}{}}00{{{h{AKd}}}AKd}{{{h{c}}{h{de}}}Ab{}{}}{{{h{AKd}}{h{dHh}}}Hl}0{{{h{Jj}}{h{dHh}}}Hl}0{{{h{Dh}}{h{dHh}}}Hl}0={GbJj}{AKfJj}{OdJj}{AKdJj}{AHbJj}{cc{}}0{ce{}{}}00{{{h{c}}}e{}{}}{{{h{c}}}Gd{}}00{c{{Bf{e}}}{}{}}00000{{{h{c}}}Nd{}}00444``````````{{{h{c}}}{{h{e}}}{}{}}{{{h{dc}}}{{h{de}}}{}{}}{{{h{AKh}}}{{Ch{Gd}}}}{{{h{AKh}}}Gd}{c{{Bf{AKh}}}Gf}{{{h{f}}{h{Nh}}Gh}{{Bf{AKh{h{Nh}}}}}}{{{h{AKh}}{h{dHh}}}Hl}0<{{{h{Nh}}}{{Bf{AKhc}}}{}}<``{{{h{AKh}}c}BfMf};::9=```````````````````````````````````````````{{}AKj}{{}A@b}{{A@lBb}{{Bf{A@nAA`}}}};;;;;;;;;;;;::::::::::::{{{h{{AKl{ce}}}}{h{g}}}{{AAd{{AAb{c}}}}}{A@`On}A@h{{AAf{c}}}}{{{h{{A@d{c{A@h{}{{AAh{e}}}}}}}}}{{Bf{AbAAj}}}On{{ABl{}{{AAl{AAn}}{AB`{ABb}}{ABd{ABf}}{ABh{ABj}}}}OnOnOnOn}}00000{{{h{c}}}{{Bf{AbAAj}}}On}{{{h{{A@f{c{A@h{}{{AAh{e}}}}}}}}}{{Bf{AbAAj}}}On{{ABl{}{{AAl{AAn}}{AB`{ABb}}{ABd{ABf}}{ABh{ABj}}}}OnOnOnOn}}{{{h{{Cl{{Mn{Cj}}}}}}}{{Bf{AbAAj}}}}{{{h{{AKn{ce}}}}}{{AKn{ce}}}AlA@h}{{{h{A@b}}}A@b}{{{h{AL`}}}AL`}{{{h{{AKl{ce}}}}}{{AKl{ce}}}{AlOn}{AlA@h}}{{{h{A@l}}}A@l}{{{h{AFn}}}AFn}{{{h{ALb}}}ALb}{{{h{ALd}}}ALd}{{{h{ALf}}}ALf}{{{h{c}}{h{de}}}Ab{}{}}00000000{{{h{{AKl{ce}}}}{h{{AKl{ce}}}}}Fb{ACbOn}{ACbA@h}}{{{h{A@l}}{h{A@l}}}Fb}{{{h{ALb}}{h{ALb}}}Fb}{{{h{ALf}}{h{ALf}}}Fb}`{{}AL`}{{{h{{AKn{ce}}}}}{{h{g}}}{}A@h{}}{{A@lBb}{{Bf{A@nAA`}}}}{c{{Bf{A@l}}}Gf}{{{h{{AKl{ce}}}}}Af{A@`On}A@h}{{{h{A@b}}{h{A@b}}}Gh}{{{h{AGn}}{h{AGn}}}Gh}{{{h{{AKl{ce}}}}{h{{AKl{ce}}}}}Gh{GlOn}{GlA@h}}{{{h{A@l}}{h{A@l}}}Gh}{{{h{AFn}}{h{AFn}}}Gh}{{{h{ALb}}{h{ALb}}}Gh}{{{h{ALd}}{h{ALd}}}Gh}{{{h{ALf}}{h{ALf}}}Gh}{{{h{c}}{h{e}}}Gh{}{}}0000000000000{{{h{{ALh{c}}}}{h{dHh}}}Hl{HnA@h}}{{{h{A@b}}{h{dHh}}}Hl}{{{h{AL`}}{h{dHh}}}Hl}{{{h{AGn}}{h{dHh}}}Hl}0{{{h{{AKl{ce}}}}{h{dHh}}}{{Bf{AbHj}}}OnA@h}0{{{h{A@l}}{h{dHh}}}{{Bf{AbHj}}}}0{{{h{AFn}}{h{dHh}}}{{Bf{AbHj}}}}0{{{h{ALb}}{h{dHh}}}{{Bf{AbHj}}}}{{{h{ALd}}{h{dHh}}}{{Bf{AbHj}}}}{{{h{ALf}}{h{dHh}}}{{Bf{AbHj}}}}{{{h{{AKl{ce}}}}g}GhOnA@h{{Nb{{h{c}}}{{N`{Gh}}}}}}{ALj{{ALl{c}}}A@h}{ALn{{ALl{c}}}A@h}{cc{}}00000{AHfAGn}{OlAGn}22{A@nA@l}3333{{A@lAKj}{{ALh{c}}}A@h}{{AFnAKj}{{ALh{c}}}A@h}{{{h{Nh}}}{{Bf{A@l}}}}{{{h{Nh}}}{{Bf{AFn}}}}{{{h{AEh}}}{{Bf{{AKl{ce}}Ol}}}{AM`On}A@h}{{{h{A@l}}}{{Ch{AMb}}}}{{{h{A@l}}}{{Mn{AMb}}}}{c{{Bf{{AKn{{AMh{}{{AMd{e}}{AMf{c}}{Kd{g}}}}i}}g}}}{}{{AMj{{Cl{Cj}}}}AMl}HnA@h}{{}{{Bf{{AKn{AMnc}}e}}}A@h{}}{{{h{dc}}}{{Bf{{AKn{AMne}}g}}}{AN`ANb}A@h{}}{{c{h{de}}}{{Bf{{AKn{{AMh{}{{AMd{g}}{AMf{c}}{Kd{i}}}}k}}i}}}{}{AN`ANb}{{AMj{{Cl{Cj}}}}AMl}HnA@h}{{ce}{{Bf{{AKn{{AMh{}{{AMd{e}}{AMf{c}}{Kd{g}}}}i}}g}}}{}{{AMj{{Cl{Cj}}}}AMl}HnA@h}{c{{Bf{{AKn{AMne}}g}}}{}A@h{}}{{{h{{ALl{c}}}}}GhA@h}{{{h{A@l}}}Gh}{{{h{{AKl{ce}}}}{h{dg}}}Ab{AEnOn}{AEnA@h}Kb}{{{h{A@l}}{h{dc}}}AbKb}{{{h{ALb}}{h{dc}}}AbKb}{{{h{ALf}}{h{dc}}}AbKb}{ce{}{}}00000000000{A@lANd}{AIh{{Bf{{ALh{c}}AGn}}}A@h}{{AJd{Ch{ANf}}AMb}{{Bf{{ALh{c}}AGn}}}A@h}{{{AKn{ec}}{Ch{ANf}}AMb}{{Bf{{ALh{c}}AGn}}}A@h{{AJd{c}}}}{{{AKn{ec}}}{{Bf{{ALh{c}}AGn}}}A@h{{AIh{c}}}}{{{ALh{c}}}{{Bf{{ALh{c}}AGn}}}A@h}{A@l{{Bf{{ALh{c}}AGn}}}A@h}{AFn{{Bf{{ALh{c}}AGn}}}A@h}{AJd{{Bf{{ALl{c}}AGn}}}A@h}{{{ALl{c}}}{{Bf{{ALl{c}}AGn}}}A@h}{{{AKn{ec}}}{{Bf{{ALl{c}}AGn}}}A@h{{AJd{c}}}}{{{AKn{ce}}}c{}A@h}{A@l{{Mn{A@l}}}}{AFn{{Mn{AFn}}}}{{{ALl{c}}Ed}{{Ch{ALn}}}A@h}{{{ALl{c}}Ed{h{{Mb{e}}}}}ALjA@hAG`}{{{h{A@l}}}Gh}{{}Gh}{{{h{A@b}}}Gh}2{{{h{AFn}}}Gh}212133{{{h{{AKl{ce}}}}}AEjOnA@h}``{{{h{{AKl{ce}}}}}{{Bf{{AFd{c}}Ol}}}OnA@h}{{}AKj}{{{h{A@l}}}ANh}{{{h{{A@d{c{A@h{}{{AAh{e}}}}}}}}}{{Ch{AEj}}}On{{ABl{}{{AAl{AAn}}{AB`{ABb}}{ABd{ABf}}{ABh{ABj}}}}OnOnOnOn}}44{{{h{AKj}}{h{AKj}}}AKj}5{{}{{h{Nh}}}}{{AEj{Mn{c}}}{{Bf{{AKl{ce}}Ol}}}OnA@h}{{{h{A@l}}}AEj}``{{{h{{A@d{c{A@h{}{{AAh{e}}}}}}}}}{{Bf{AbOl}}}On{{ABl{}{{AAl{AAn}}{AB`{ABb}}{ABd{ABf}}{ABh{ABj}}}}OnOnOnOn}}{{{ALh{c}}AKj}{{ALh{c}}}A@h}{{{h{{AKl{ce}}}}{h{{AKl{ce}}}}}{{Ch{Fb}}}{AGbOn}{AGbA@h}}{{{h{A@l}}{h{A@l}}}{{Ch{Fb}}}}{{{h{ALb}}{h{ALb}}}{{Ch{Fb}}}}{{{h{ALf}}{h{ALf}}}{{Ch{Fb}}}}{{{h{c}}}AEjOn}{{{h{{AKl{ce}}}}}{{h{{Cl{c}}}}}OnA@h}{{{h{{AKl{ce}}}}}{{Bf{AbOl}}}OnA@h}{{{h{{AKl{ce}}}}g}{{Bf{{Mn{{Mn{Cj}}}}Ol}}}{A@`On}A@h{{AEl{c}}}}{{{h{{AKl{ce}}}}}AEjOnA@h}{{{h{A@l}}c}BfMf}{{}AGh}{{{h{{AKl{ce}}}}}{{A@f{ce}}}{A@`On}A@h}{{}AKj}{{{h{c}}}e{}{}}00000000{{{h{AFn}}{h{{Mb{c}}}}}{{Bf{A@lANj}}}AG`}{{{h{c}}}Gd{}}000{{{h{{A@d{c{A@h{}{{AAh{e}}}}}}}}}{{Bf{AbOl}}}On{{ABl{}{{AAl{AAn}}{AB`{ABb}}{ABd{ABf}}{ABh{ABj}}}}OnOnOnOn}}0{{{h{{AKl{ce}}}}{h{dk}}}{{Bf{{AKl{ge}}{AGj{i}}}}}OnA@hOn{}{{AGl{cgi}}}}{c{{Bf{e}}}{}{}}00000000000000000000000{{{h{c}}}Nd{}}00000000000{ce{}{}}00000000000`{{{h{ANl}}}{{Ch{Dj}}}}{{{h{ANl}}}{{Ch{Dn}}}}{{{h{ANl}}AEj}{{Ch{Kn}}}}`{{{h{Jb}}{h{Nh}}{h{{Cl{{h{{Cl{{h{Nh}}}}}}}}}}}{{Bf{AbANn}}}}````````````````````````````````````{{{h{dJl}}AO`l{A`{n}}}{{Ch{{A`{n}}}}}}``{{{h{Jl}}{h{{Mb{M`}}}}}Lf}`{{{h{c}}}{{h{e}}}{}{}}0000000{{{h{dc}}}{{h{de}}}{}{}}0000000{{Lf{h{{Oh{A@l}}}}{h{{Mb{M`}}}}}Jl}{{{h{AO`}}}AO`}{{{h{AOb}}}AOb}{{{h{{AOd{c}}}}}{{AOd{c}}}{AlAOfHnAl}}{{{h{l}}}l}{{{h{Jl}}}Jl}{{{h{Hd}}}Hd}{{{h{AOh}}}AOh}{{{h{c}}{h{de}}}Ab{}{}}000000{{{h{AO`}}{h{AO`}}}Fb}{{{h{l}}{h{l}}}Fb}{{}l}{{}Jl}{{}Hd}{{}AOh}{{{h{{AOd{c}}}}}{{h{e}}}{AOfHnAl}{}}{{{h{AOj}}}{{Ch{AFn}}}}0{{{h{{AOd{AOl}}}}}{{Ch{AFn}}}}{{{h{{AOd{{AOn{ALn}}}}}}}{{Ch{AFn}}}}{{{h{{AOd{{B@`{ALn}}}}}}}{{Ch{AFn}}}}{{{h{AO`}}{h{AO`}}}Gh}{{{h{AOb}}{h{AOb}}}Gh}{{{h{l}}{h{l}}}Gh}{{{h{AOh}}{h{AOh}}}Gh}{{{h{c}}{h{e}}}Gh{}{}}0000000{{{h{Jl}}AO`}{{Ch{{h{{A`{n}}}}}}}}{{{h{AO`}}{h{dHh}}}Hl}{{{h{Hf}}{h{dHh}}}Hl}0{{{h{AOb}}{h{dHh}}}Hl}{{{h{{AOd{c}}}}{h{dHh}}}Hl{HnAOfHnAl}}{{{h{l}}{h{dHh}}}Hl}{{{h{Jl}}{h{dHh}}}Hl}{{{h{Hd}}{h{dHh}}}Hl}{{{h{AOh}}{h{dHh}}}Hl}{cc{}}{ABjAO`}{ANhAO`}2222222{{{h{AO`}}{h{dc}}}AbKb}{{{h{AOj}}{h{{Mb{M`}}}}}AO`}{{{h{{AOd{{B@`{ALn}}}}}}{h{{Mb{M`}}}}}AO`}{{{h{{AOd{AOl}}}}{h{{Mb{M`}}}}}AO`}{{{h{{AOd{{AOn{ALn}}}}}}{h{{Mb{M`}}}}}AO`}{{{h{Jl}}}{{Mn{{h{AO`}}}}}}{ce{}{}}0000000{{cAOb}{{AOd{c}}}{AOfHnAl}}{{}Jl}{{{h{AO`}}{h{AO`}}}{{Ch{Fb}}}}{{{h{l}}{h{l}}}{{Ch{Fb}}}}{{{h{dJl}}AO`l}{{Ch{{A`{n}}}}}}{{{h{B@b}}{h{dHb}}AEj{h{Hd}}{h{{Mb{M`}}}}}{{Bf{AbHf}}}}{{{h{{AOd{{AOn{ALn}}}}}}{h{dHb}}AEj{h{Hd}}{h{{Mb{M`}}}}}{{Bf{AbHf}}}}{{{h{{AOd{{B@`{ALn}}}}}}{h{dHb}}AEj{h{Hd}}{h{{Mb{M`}}}}}{{Bf{AbHf}}}}{{{h{{AOd{AOl}}}}{h{dHb}}AEj{h{Hd}}{h{{Mb{M`}}}}}{{Bf{AbHf}}}}{{{h{n}}{h{dHb}}{h{Hd}}{h{{Mb{M`}}}}}{{Bf{AbHf}}}}{{{h{c}}{h{dHb}}{h{Hd}}{h{{Mb{M`}}}}}{{Bf{AbHf}}}{}}`{{{h{Jl}}}{{Mn{{h{{A`{n}}}}}}}}`{{{h{c}}}e{}{}}000000{{{h{c}}}Gd{}}``{c{{Bf{e}}}{}{}}000000000000000{{{h{c}}}Nd{}}0000000{ce{}{}}0000000````````````````{{{h{d{Df{c}}}}{h{e}}}{{h{d{Df{c}}}}}{}{{B@f{B@d}}}}{{{h{d{Df{c}}}}K`JhAFh}{{Bf{{h{d{Df{c}}}}B@h}}}{}}{{{h{d{Df{c}}}}K`JhAFhMd}{{Bf{{h{d{Df{c}}}}B@h}}}{}}{{{h{d{Df{c}}}}}{{h{d{Df{c}}}}}{}}{{{h{d{Df{c}}}}AfDj}{{h{d{Df{c}}}}}{}}{{{h{d{Df{c}}}}K`}{{h{d{Df{c}}}}}{}}{{{h{d{Df{c}}}}K`}{{Bf{{h{d{Df{c}}}}B@j}}}{}}{{{h{d{Df{c}}}}{h{{Cl{K`}}}}}{{Bf{{h{d{Df{c}}}}B@j}}}{}}{{{h{d{Df{c}}}}Gh}{{h{d{Df{c}}}}}{}}{{{h{c}}}{{h{e}}}{}{}}0000{{{h{dc}}}{{h{de}}}{}{}}0000{{{h{d{Df{c}}}}B@l}{{h{d{Df{c}}}}}{}}{{{h{{Df{c}}}}}{{Df{c}}}Al}{{{h{B@n}}}B@n}{{{h{B@l}}}B@l}{{{h{c}}{h{de}}}Ab{}{}}00{{{h{B@l}}{h{B@l}}}Fb}{{{Df{c}}e}{{Df{e}}}{}O`}{{{h{d{Df{c}}}}Bb}{{h{d{Df{c}}}}}{}}{{}B@n}{{}B@l}{{{h{d{Df{c}}}}}{{h{d{Df{c}}}}}{}}{{{h{d{Df{c}}}}Af}{{h{d{Df{c}}}}}{}}11{{{h{d{Df{c}}}}Md}{{h{d{Df{c}}}}}{}}{{{h{B@l}}{h{B@l}}}Gh}{{{h{c}}{h{e}}}Gh{}{}}0{{{h{d{Df{c}}}}Dj}{{h{d{Df{c}}}}}{}}{{{h{d{Df{c}}}}Dn}{{h{d{Df{c}}}}}{}}{{{Df{c}}}{{Bf{HbJj}}}O`}{{{Df{c}}{h{de}}}{{Bf{HbJj}}}O`ANb}{{{h{{Df{c}}}}{h{dHh}}}HlHn}{{{h{B@j}}{h{dHh}}}Hl}0{{{h{B@h}}{h{dHh}}}Hl}0{{{h{B@n}}{h{dHh}}}Hl}{{{h{B@l}}{h{dHh}}}Hl}{cc{}}0000{{{h{B@l}}{h{dc}}}AbKb}?{ce{}{}}0000{{{h{d{Df{c}}}}}{{h{d{Df{c}}}}}{}}{{{h{d{Df{c}}}}BA`}{{h{d{Df{c}}}}}{}}11{{{h{d{Df{c}}}}B@n}{{h{d{Df{c}}}}}{}}{{{h{B@l}}{h{B@l}}}{{Ch{Fb}}}}{{{h{d{Df{c}}}}{An{Gd{Mn{AEj}}}}j}{{h{d{Df{c}}}}}{}}{{{h{d{Df{c}}}}{Mn{{C`{AfDj}}}}}{{h{d{Df{c}}}}}{}}{{{h{d{Df{c}}}}Jf}{{h{d{Df{c}}}}}{}}{{{h{B@n}}{h{dBl}}}Ab}{{{h{B@n}}{h{dBl}}{h{dc}}}AbANb}{{{h{c}}}e{}{}}00{{{h{c}}}Gd{}}0{c{{Bf{e}}}{}{}}000000000{{{h{c}}}Nd{}}0000{{{h{d{Df{c}}}}{Mn{K`}}}{{h{d{Df{c}}}}}{}}{{{h{d{Df{c}}}}BAb}{{h{d{Df{c}}}}}{}}?????````","D":"GD`","p":[[5,"Balance",0,1977],[0,"mut"],[5,"Wallet",0,1978],[1,"reference"],[6,"KeychainKind",0,1979],[5,"SignerOrdering",1671,1980],[10,"TransactionSigner",1671,1980],[5,"Arc",1981],[1,"unit"],[17,"Item"],[5,"ScriptBuf",1982],[8,"Indexed",1983],[10,"Iterator",1984],[10,"Clone",1985],[5,"BTreeMap",1986],[5,"Block",1987],[1,"u32"],[5,"CannotConnectError",1988],[6,"Result",1989],[5,"BlockId",1990],[6,"ApplyHeaderError",1988],[5,"Transaction",1991],[1,"u64"],[1,"tuple"],[10,"IntoIterator",1992],[5,"Update",0,1978],[10,"Into",1993],[6,"Option",1994],[1,"u8"],[1,"slice"],[5,"ConfirmationBlockTime",1990],[5,"TxGraph",1995],[5,"Txid",1991],[8,"DefaultCoinSelectionAlgorithm",489,1996],[5,"TxBuilder",1858,1997],[6,"BuildFeeBumpError",1249,1998],[5,"Amount",1999],[6,"CalculateFeeError",1995],[5,"FeeRate",2000],[5,"LoadParams",0,2001],[5,"BlockHash",1987],[6,"Network",2002],[5,"CheckPointIter",2003],[5,"LocalOutput",0,1979],[5,"WeightedUtxo",0,1979],[6,"Utxo",0,1979],[5,"ChangeSet",0,2004],[5,"AddressInfo",0,1978],[6,"Ordering",2005],[5,"CreateParams",0,2001],[5,"PersistedWallet",0,2006],[6,"CreateWithPersistError",0,2006],[10,"WalletPersister",0,2006],[10,"IntoWalletDescriptor",588],[10,"Send",2007],[10,"AsyncWalletPersister",0,2006],[6,"Error",849],[5,"String",2008],[10,"Deserializer",2009],[1,"bool"],[6,"LoadWithPersistError",0,2006],[10,"PartialEq",2005],[6,"LoadError",0,1978],[6,"LoadMismatch",0,1978],[5,"Psbt",2010],[5,"SignOptions",1671,1980],[6,"SignerError",1671,1980],[5,"Formatter",2011],[5,"Error",2011],[8,"Result",2011],[10,"Debug",2011],[6,"FileStoreError",0,2006],[10,"Display",2011],[6,"ApplyBlockError",0,1978],[5,"ChangeSet",1988],[5,"ChangeSet",2012],[5,"ChangeSet",2013],[5,"ChangeSet",1995],[5,"FullScanResult",2014],[5,"SyncResult",2014],[5,"Transaction",2015],[8,"Result",2016],[5,"PsbtSighashType",2017],[5,"Input",2017],[6,"CreateTxError",1249,1998],[5,"SignersContainer",1671,1980],[8,"WalletTx",0,1978],[5,"OutPoint",1991],[10,"Hasher",2018],[17,"Error"],[10,"Future",2019],[5,"Box",2020],[5,"Pin",2021],[5,"AlterCheckPointError",1988],[5,"TxOut",1991],[10,"IsDust",0,2022],[5,"Script",2023],[8,"ExtendedDescriptor",588],[8,"KeyMap",1349,2024],[5,"CheckPoint",2003],[10,"DoubleEndedIterator",2025],[5,"LocalChain",1988],[5,"Policy",882],[6,"All",2026],[5,"Secp256k1",2027],[5,"Sequence",1991],[10,"Serializer",2028],[5,"KeychainTxOutIndex",2012],[5,"FullScanRequestBuilder",2014],[5,"SyncRequestBuilder",2014],[5,"Vec",2029],[17,"Output"],[10,"FnMut",2030],[5,"TypeId",2031],[5,"TxNode",1995],[1,"str"],[5,"LargestFirstCoinSelection",489,1996],[5,"OldestFirstCoinSelection",489,1996],[5,"BranchAndBoundCoinSelection",489,1996],[10,"CoinSelectionAlgorithm",489,1996],[5,"CoinSelectionResult",489,1996],[6,"Error",489,1996],[6,"Excess",489,1996],[6,"Descriptor",588,2024],[5,"Address",2032],[6,"Error",2033],[10,"MiniscriptKey",2033],[10,"ToPublicKey",2033],[6,"ScriptContextEnum",1349],[5,"Miniscript",588,2034],[6,"Terminal",2035],[10,"ScriptContext",1349,2036],[6,"Tree",2037],[6,"DescriptorPublicKey",1349,2038],[5,"DefiniteDescriptorKey",2038],[6,"ConversionError",2038],[6,"Placeholder",2039],[5,"Satisfaction",2039],[10,"AssetProvider",2040],[17,"Key"],[6,"ScriptContextError",2036],[17,"Sha256"],[5,"Hash",2041],[17,"Hash256"],[5,"Hash",2042],[17,"Ripemd160"],[5,"Hash",2043],[17,"Hash160"],[5,"Hash",2044],[10,"ParseableKey",2035],[6,"Legacy",588,2036],[6,"Segwitv0",588,2036],[10,"Ord",2005],[5,"PublicKey",2045],[10,"Verification",2046],[6,"DescriptorType",2024],[5,"DescriptorId",2047],[10,"FromStrKey",2048],[5,"ExtParams",2049],[6,"AnalysisError",2049],[10,"ExtractPolicy",588],[6,"BuildSatisfaction",882],[5,"Range",2050],[5,"Bare",2051],[5,"Sh",2052],[5,"Tr",2053],[5,"Wsh",2054],[5,"Pkh",2051],[5,"Wpkh",2054],[5,"Type",2055],[5,"ExtData",2056],[5,"Tree",2057],[1,"usize"],[10,"Satisfier",2039],[10,"Hash",2018],[5,"Iter",2058],[5,"PkIter",2058],[6,"Policy",2059],[6,"LiftError",2060],[5,"Weight",2061],[6,"BareCtx",2036],[6,"TapTree",2053],[6,"DescriptorSecretKey",1349,2038],[10,"Signing",2046],[10,"PartialOrd",2005],[5,"Plan",2040],[5,"TxIn",1991],[6,"SigType",2036],[6,"TranslateErr",2033],[10,"Translator",2033],[6,"KeyError",1349],[6,"HexToBytesError",2062],[6,"PolicyError",882],[6,"Error",2063],[6,"Error",2064],[6,"ParsePublicKeyError",2045],[6,"PkOrF",882],[6,"SatisfiableItem",882],[6,"Satisfaction",882],[5,"Condition",882],[10,"DescriptorTemplate",1065],[8,"DescriptorTemplateOut",1065],[5,"P2Pkh",1065],[10,"IntoDescriptorKey",1349],[5,"P2Wpkh_P2Sh",1065],[5,"P2Wpkh",1065],[5,"P2TR",1065],[6,"Tap",2036],[5,"Bip44",1065],[10,"DerivableKey",1349],[5,"Bip44Public",1065],[5,"Bip49",1065],[5,"Bip49Public",1065],[5,"Bip84",1065],[5,"Bip84Public",1065],[5,"Bip86",1065],[5,"Bip86Public",1065],[6,"MiniscriptPsbtError",1249,1998],[6,"Error",2065],[5,"FullyNodedExport",1326,2066],[8,"ValidNetworks",1349],[5,"SortedMultiVec",1349,2067],[5,"GeneratedKey",1349],[5,"PrivateKeyGenerateOptions",1349],[5,"SinglePub",1349,2038],[5,"SinglePriv",1349,2038],[6,"SinglePubKey",1349,2038],[6,"DescriptorKey",1349],[5,"Xpub",2064],[6,"ExtendedKey",1349],[5,"Xpriv",2064],[10,"FromStr",2068],[5,"DerivationPath",2064],[17,"Entropy"],[17,"Options"],[10,"GeneratableKey",1349],[10,"AsMut",1993],[10,"Default",2069],[10,"GeneratableDefaultOptions",1349],[10,"CryptoRng",2070],[10,"RngCore",2070],[5,"Assets",2040],[8,"KeySource",2064],[5,"Fingerprint",2064],[5,"DescriptorKeyParseError",2038],[10,"PsbtUtils",1665],[6,"Error",2071],[6,"SignerId",1671,1980],[6,"SignerContext",1671,1980],[5,"SignerWrapper",1671,1980],[10,"Sized",2007],[6,"TapLeavesOptions",1671,1980],[10,"SignerCommon",1671,1980],[5,"PrivateKey",2045],[5,"DescriptorXKey",2038],[5,"DescriptorMultiXKey",2038],[10,"InputSigner",1671,1980],[5,"PushBytes",2072],[10,"AsRef",1993],[6,"AddForeignUtxoError",1858,1997],[6,"AddUtxoError",1858,1997],[6,"ChangeSpendPolicy",1858,1997],[6,"TxOrdering",1858,1997],[6,"LockTime",2073],[1,"i32"],[15,"InvalidTxid",1973],[15,"UnexpectedConnectedToHash",475],[15,"Network",477],[15,"Genesis",477],[15,"Descriptor",477],[15,"Custom",1975],[15,"Foreign",486],[15,"InsufficientFunds",581],[15,"Change",583],[15,"NoChange",583],[8,"DerivedDescriptor",588],[15,"PsbtTimelocks",1041],[15,"Complete",1044],[15,"Partial",1044],[15,"PartialComplete",1044],[15,"Sha256Preimage",1055],[15,"Hash256Preimage",1055],[15,"Ripemd160Preimage",1055],[15,"Hash160Preimage",1055],[15,"Thresh",1055],[15,"Multisig",1055],[15,"AbsoluteTimelock",1055],[15,"RelativeTimelock",1055],[15,"RbfSequenceCsv",1320],[15,"LockTime",1320],[15,"FeeTooLow",1320],[15,"FeeRateTooLow",1320],[8,"WalletExport",1326],[10,"ExtScriptContext",1349],[15,"Tap",1857]],"r":[[0,1997],[1,1997],[2,1978],[3,1978],[4,2006],[5,1977],[9,2004],[10,1997],[11,2001],[12,2006],[21,2006],[24,588],[29,2022],[30,1979],[32,1978],[33,1978],[34,2001],[35,2006],[37,1979],[47,2006],[49,1980],[50,1997],[51,1997],[55,1978],[56,1979],[59,1978],[60,2006],[61,1978],[62,1979],[146,1978],[198,1978],[199,1978],[340,2074],[355,1978],[356,1978],[364,588],[423,1978],[472,1978],[491,1996],[493,1996],[494,1996],[495,1996],[496,1996],[497,1996],[499,1996],[501,1996],[524,1996],[592,2024],[594,2038],[601,2036],[602,2034],[607,882],[608,2036],[609,2036],[643,848],[1249,1998],[1252,1998],[1260,1998],[1326,2066],[1327,2066],[1352,2038],[1353,2038],[1368,2024],[1378,2036],[1383,2038],[1384,2038],[1385,2038],[1386,2067],[1669,2075],[1670,2075],[1678,1980],[1695,1980],[1696,1980],[1697,1980],[1698,1980],[1699,1980],[1700,1980],[1701,1980],[1702,1980],[1704,1980],[1705,1980],[1858,1997],[1859,1997],[1862,1997],[1869,1997],[1870,1997]],"b":[[203,"impl-Debug-for-Balance"],[204,"impl-Display-for-Balance"],[211,"impl-Debug-for-FileStoreError"],[212,"impl-Display-for-FileStoreError"],[213,"impl-Debug-for-LoadWithPersistError%3CE%3E"],[214,"impl-Display-for-LoadWithPersistError%3CE%3E"],[215,"impl-Debug-for-CreateWithPersistError%3CE%3E"],[216,"impl-Display-for-CreateWithPersistError%3CE%3E"],[219,"impl-Debug-for-AddressInfo"],[220,"impl-Display-for-AddressInfo"],[221,"impl-Debug-for-LoadError"],[222,"impl-Display-for-LoadError"],[224,"impl-Display-for-ApplyBlockError"],[225,"impl-Debug-for-ApplyBlockError"],[235,"impl-From%3CChangeSet%3E-for-ChangeSet"],[236,"impl-From%3CChangeSet%3CConfirmationBlockTime,+ChangeSet%3E%3E-for-ChangeSet"],[237,"impl-From%3CChangeSet%3CConfirmationBlockTime%3E%3E-for-ChangeSet"],[238,"impl-From%3CChangeSet%3E-for-ChangeSet"],[245,"impl-From%3CFullScanResult%3CKeychainKind%3E%3E-for-Update"],[246,"impl-From%3CSyncResult%3E-for-Update"],[530,"impl-Debug-for-Error"],[531,"impl-Display-for-Error"],[681,"impl-Descriptor%3CDescriptorPublicKey%3E"],[682,"impl-Descriptor%3CDefiniteDescriptorKey%3E"],[709,"impl-Display-for-Descriptor%3CPk%3E"],[710,"impl-Debug-for-Descriptor%3CPk%3E"],[713,"impl-Display-for-Miniscript%3CPk,+Ctx%3E"],[714,"impl-Debug-for-Miniscript%3CPk,+Ctx%3E"],[717,"impl-From%3CBare%3CPk%3E%3E-for-Descriptor%3CPk%3E"],[718,"impl-From%3CSh%3CPk%3E%3E-for-Descriptor%3CPk%3E"],[719,"impl-From%3CTr%3CPk%3E%3E-for-Descriptor%3CPk%3E"],[721,"impl-From%3CWsh%3CPk%3E%3E-for-Descriptor%3CPk%3E"],[722,"impl-From%3CPkh%3CPk%3E%3E-for-Descriptor%3CPk%3E"],[723,"impl-From%3CWpkh%3CPk%3E%3E-for-Descriptor%3CPk%3E"],[866,"impl-Display-for-Error"],[867,"impl-Debug-for-Error"],[868,"impl-From%3CKeyError%3E-for-Error"],[869,"impl-From%3CHexToBytesError%3E-for-Error"],[870,"impl-From%3CError%3E-for-Error"],[871,"impl-From%3CPolicyError%3E-for-Error"],[872,"impl-From%3CError%3E-for-Error"],[873,"impl-From%3CError%3E-for-Error"],[875,"impl-From%3CParsePublicKeyError%3E-for-Error"],[969,"impl-Display-for-PolicyError"],[970,"impl-Debug-for-PolicyError"],[1287,"impl-Display-for-MiniscriptPsbtError"],[1288,"impl-Debug-for-MiniscriptPsbtError"],[1289,"impl-Display-for-CreateTxError"],[1290,"impl-Debug-for-CreateTxError"],[1291,"impl-Display-for-BuildFeeBumpError"],[1292,"impl-Debug-for-BuildFeeBumpError"],[1294,"impl-From%3CError%3E-for-CreateTxError"],[1295,"impl-From%3CError%3E-for-CreateTxError"],[1296,"impl-From%3CError%3E-for-CreateTxError"],[1297,"impl-From%3CMiniscriptPsbtError%3E-for-CreateTxError"],[1298,"impl-From%3CPolicyError%3E-for-CreateTxError"],[1336,"impl-Debug-for-FullyNodedExport"],[1337,"impl-Display-for-FullyNodedExport"],[1482,"impl-Debug-for-KeyError"],[1483,"impl-Display-for-KeyError"],[1484,"impl-Debug-for-SortedMultiVec%3CPk,+Ctx%3E"],[1485,"impl-Display-for-SortedMultiVec%3CPk,+Ctx%3E"],[1486,"impl-Display-for-DescriptorPublicKey"],[1487,"impl-Debug-for-DescriptorPublicKey"],[1488,"impl-Display-for-DescriptorSecretKey"],[1489,"impl-Debug-for-DescriptorSecretKey"],[1494,"impl-From%3CXpub%3E-for-ExtendedKey%3CCtx%3E"],[1495,"impl-From%3CXpriv%3E-for-ExtendedKey%3CCtx%3E"],[1502,"impl-From%3CError%3E-for-KeyError"],[1503,"impl-From%3CError%3E-for-KeyError"],[1545,"impl-DerivableKey%3CCtx%3E-for-GeneratedKey%3CK,+Ctx%3E"],[1546,"impl-IntoDescriptorKey%3CCtx%3E-for-GeneratedKey%3CK,+Ctx%3E"],[1752,"impl-SignerCommon-for-SignerWrapper%3CPrivateKey%3E"],[1753,"impl-SignerCommon-for-SignerWrapper%3CDescriptorXKey%3CXpriv%3E%3E"],[1754,"impl-SignerCommon-for-SignerWrapper%3CDescriptorMultiXKey%3CXpriv%3E%3E"],[1769,"impl-Display-for-SignerError"],[1770,"impl-Debug-for-SignerError"],[1778,"impl-From%3CHash%3E-for-SignerId"],[1779,"impl-From%3CFingerprint%3E-for-SignerId"],[1789,"impl-SignerCommon-for-SignerWrapper%3CDescriptorMultiXKey%3CXpriv%3E%3E"],[1790,"impl-SignerCommon-for-SignerWrapper%3CPrivateKey%3E"],[1791,"impl-SignerCommon-for-SignerWrapper%3CDescriptorXKey%3CXpriv%3E%3E"],[1807,"impl-InputSigner-for-SignerWrapper%3CDescriptorXKey%3CXpriv%3E%3E"],[1808,"impl-InputSigner-for-SignerWrapper%3CDescriptorMultiXKey%3CXpriv%3E%3E"],[1809,"impl-InputSigner-for-SignerWrapper%3CPrivateKey%3E"],[1917,"impl-Debug-for-AddUtxoError"],[1918,"impl-Display-for-AddUtxoError"],[1919,"impl-Display-for-AddForeignUtxoError"],[1920,"impl-Debug-for-AddForeignUtxoError"]],"c":"OjAAAAEAAAAAAAUAEAAAAKkC8wL/AjAFrwUXBg==","e":"OzAAAAEAABkEfgAZAAAAQQAAAE0AAQBRACQAewAAAIIAEACeAAYArQAZAMoAAADMABYA7AADAPMAAAD2AAEA+wAAAAQBAQAiAQAAPQEAAEgBAABUAQAAWgEFAGUBAABtAQ8AhAEjAK8BEQDHAREA9wERAAoCAgAOAgIAEwIGACoCGwBSAgAAYAIAAHQCAQB3AgAAeQIHAIQCAACGAgEAiQIAAIwCAQCPAgEAkwIBAJYCAQCZAgEAnAILAK0CAwCyAgsAwwIBAMYCCgDSAgIA2gIAAOcCAwDyAgAA+AIBAPwCAQADAwEAGQMDAB4DAQAsAwEALwMBADMDBQA+AwcARwMDAEwDAwBgAwoAbAMAAG4DBACWAxkAsgMaAM8DAADRAwAA1wMBAOYDAADpAwQA7wMiADgEFwBRBC8AmQRIAAAFDQAPBQQAGQUPADMFAQA3BQAAOQUBADwFAABABQUAdAUXAJYFFQCtBQEAsAUAALIFJgDfBQEA4wUAAOoFAQD3BQMABwYAAAoGBAAQBgEAIAYBACUGAAAvBgAANAYDAD0GAABBBggASwYDAFIGLwCxBg8AwgYUANkGDgDpBggA8wYBAPwGAAD+BgIADAcBABAHAgAUBwAAGAcHACIHHwBbBwkAZgcGAG8HAQB2BwIAfQcGAIkHAACVBwAAmwcTALEHBAA="}],\ +["bdk_wallet",{"t":"GGFGKFPPPFGFGPPPPPRRPGPPEPPPPKGPGGFGPFPPPPPPPPPFPFFGPPPFGTTFKIFPNNONOONNNNNNNNONDNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNDOOONNNNNNNNNNNNNNNNNNNNCOONNNNNNNNNNNNNNNNONCNOQNNNNNNNNNNNNNNNNNNNNNNNNNNNCCNDNNNNNNNNNNNNNNNNNNNNNNNNQNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONMMNNNNNNNNNNNNNNNNNNNNNMNNOOONNNCONNNNNNNNNNNNONNNNDNNONNNNNNONNMMNNNNCNNNECONNNDDNNNNNNNOCENNNNNNOENNNNNNNNNNNNNNNNNNOONONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNOOONONNNNNNNNNNNNNNNNNNNNNOOHNNNNNNNNNNNNNNNNNNHOOOOOOOOOOOOOOOOPPFPKFIGGPFPFNNNNNNNNNNNNNNNNNNMNNNHNNNOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOPPPIGEGIKTIKRGFPPPPEKGPPPPTIPPPPPPPPPPNNNNNNNNNNNNNNNNNENNNNNNNNNNNNNMNNMNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNONMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNMNNNNNNMNNNNNNNNNNNNNNNNONNNNNNNNNMNNNNCNNNNNNNNNNNMNNNCNNNNNNNNNNNNNNNNNNNONNNNNNNNNNHPPGPPPPPPPPPPPNNNNNNNNNNNNNNNNNNNPPPGPFIPPIPPPPPPPPPPPGFGPPPPPGGPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNONNONNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOFFFFFFFFKIFFFFNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGPPGPPPPPPPGPPPPPPPPPPPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFIOONNNNNNNNNNNOONNNNNNPKGGGRRKGPKKFKPPPRGIPPPPPRPFPKGPPPFFGFPIPPPHMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMMNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNMNNNNNNMNNNNNNNNNNNNNNNNNNNOONHNMNNHNMNNOONNNNNNMNNNNNMNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKMMMSHPPPPPPPKPPPPPPPPPPPPPPPPFKGGGFFFPGKPNOONONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNMNNNMNONONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOGGPPGPPPPPPFGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOO","n":["AddForeignUtxoError","AddUtxoError","AddressInfo","ApplyBlockError","AsyncWalletPersister","Balance","CannotConnect","ChangeAllowed","ChangeForbidden","ChangeSet","ChangeSpendPolicy","CreateParams","CreateWithPersistError","Custom","DataAlreadyExists","Descriptor","Descriptor","Descriptor","Error","Error","External","FileStoreError","Foreign","Genesis","HdKeyPaths","Internal","InvalidChangeSet","InvalidOutpoint","InvalidTxid","IsDust","KeychainKind","Load","LoadError","LoadMismatch","LoadParams","LoadWithPersistError","Local","LocalOutput","Mismatch","MissingDescriptor","MissingGenesis","MissingNetwork","MissingUtxo","Network","OnlyChange","Persist","Persist","PersistedWallet","Shuffle","SignOptions","TxBuilder","TxOrdering","UnexpectedConnectedToHash","UnknownUtxo","Untouched","Update","Utxo","WALLET_SCHEMA_NAME","WALLET_TABLE_NAME","Wallet","WalletPersister","WalletTx","WeightedUtxo","Write","add","add_signer","address","all_unbounded_spk_iters","allow_all_sighashes","allow_grinding","apply_block","apply_block_connected_to","apply_unconfirmed_txs","apply_update","apply_update_at","as_byte","as_ref","as_ref","assume_height","balance","bitcoin","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_fee_bump","build_tx","calculate_fee","calculate_fee_rate","cancel_tx","chain","chain","chain_position","change_descriptor","check_genesis_hash","check_network","checkpoints","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","coin_selection","confirmation_time","confirmed","create","create","create_async","create_single","create_wallet","create_wallet_async","create_wallet_no_persist","create_with_params","default","default","default","default","deref","deref","deref_mut","derivation_index","derivation_index","derivation_of_spk","descriptor","descriptor","descriptor","descriptor","descriptor_checksum","deserialize","deserialize","deserialize","deserialize","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","error","export","extract_keys","file_store","finalize_psbt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fragment","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_sqlite","genesis_hash","get_psbt_input","get_signers","get_tx","get_utxo","hash","hash","immature","index","indexer","init_sqlite_tables","initialize","initialize","insert_checkpoint","insert_tx","insert_txout","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","is_dust","is_empty","is_mine","is_spent","keychain","keychain","keychains","keymap","keymap","keys","last_active_indices","latest_checkpoint","list_output","list_unspent","list_unused_addresses","load","load","load_async","load_wallet","load_wallet_async","load_wallet_no_persist","load_with_params","local_chain","local_chain","lookahead","lookahead","mark_used","merge","miniscript","network","network","network","new","new","new_single","next_derivation_index","next_unused_address","outpoint","outpoint","partial_cmp","peek_address","persist","persist","persist","persist_async","persist_to_sqlite","policies","psbt","public_descriptor","reveal_addresses_to","reveal_next_address","rusqlite","rusqlite_impl","satisfaction_weight","secp_ctx","sent_and_received","sequence","serde","serde_json","serialize","serialize","serialize","serialize","set_keymap","set_keymaps","sign","sign_with_tap_internal_key","signer","signer","spk_index","staged","staged_mut","start_full_scan","start_sync_with_revealed_spks","take_staged","tap_leaves_options","template","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","to_string","total","transactions","transactions_sort_by","trust_witness_utxo","trusted_pending","trusted_spendable","try_finalize","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","tx_builder","tx_graph","tx_graph","tx_node","tx_update","txout","txout","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","unbounded_spk_iter","unbroadcast_transactions","unmark_used","untrusted_pending","utxo","version","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","wallet_name_from_descriptor","foreign_utxo","input_txid","connected_to_hash","expected_hash","expected","expected","expected","keychain","loaded","loaded","loaded","input_sort","output_sort","outpoint","psbt_input","sequence","BnBNoExactMatch","BnBTotalTriesExceeded","BranchAndBoundCoinSelection","Change","CoinSelectionAlgorithm","CoinSelectionResult","DefaultCoinSelectionAlgorithm","Error","Excess","InsufficientFunds","LargestFirstCoinSelection","NoChange","OldestFirstCoinSelection","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","coin_select","coin_select","coin_select","coin_select","decide_change","default","default","default","excess","fee_amount","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","into","into","into","into","into","into","local_selected_amount","new","selected","selected_amount","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","available","needed","amount","change_fee","dust_threshold","fee","remaining_amount","Bare","Bare","Bare","DerivedDescriptor","Descriptor","DescriptorError","DescriptorPublicKey","ExtendedDescriptor","ExtractPolicy","FALSE","HdKeyPaths","IntoWalletDescriptor","Key","Legacy","Miniscript","MultiXPub","Pkh","Pkh","Pkh","Policy","ScriptContext","Segwitv0","Sh","Sh","Sh","Single","TRUE","TapKeyOrigins","Tr","Tr","Tr","Wpkh","Wpkh","Wpkh","Wsh","Wsh","Wsh","XPub","address","as_enum","as_enum","as_inner","as_node","at_derivation_index","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","branches","build_template","build_template_mall","calc_checksum","check_global_consensus_validity","check_global_consensus_validity","check_global_consensus_validity","check_global_policy_validity","check_global_policy_validity","check_global_validity","check_local_consensus_validity","check_local_consensus_validity","check_local_consensus_validity","check_local_policy_validity","check_local_policy_validity","check_local_policy_validity","check_local_validity","check_pk","check_pk","check_pk","check_terminal_non_malleable","check_terminal_non_malleable","check_terminal_non_malleable","check_witness","check_witness","check_witness","checksum","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","contains_raw_pkh","derive","derived_descriptor","derived_descriptor","desc_type","descriptor_id","deserialize","deserialize","dust_value","encode","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","error","explicit_script","ext","ext_check","extract_policy","extract_policy","extract_policy","find_derivation_index_for_spk","fmt","fmt","fmt","fmt","fmt","fmt","for_each_key","for_each_key","from","from","from","from","from","from","from","from","from","from","from_ast","from_components_unchecked","from_str","from_str","from_str_ext","from_str_insane","from_tree","from_tree","get_nth_child","get_nth_pk","get_satisfaction","get_satisfaction_mall","has_mixed_timelocks","has_repeated_keys","has_wildcard","hash","hash","hash","hash","into","into","into","into","into_inner","into_single_descriptors","into_wallet_descriptor","into_wallet_descriptor","is_deriveable","is_multipath","is_non_malleable","iter","iter_pk","lift","lift","lift_check","max_satisfaction_size","max_satisfaction_size","max_satisfaction_size","max_satisfaction_size","max_satisfaction_weight","max_satisfaction_witness_elements","max_weight_to_satisfy","name_str","name_str","name_str","new_bare","new_pk","new_pkh","new_sh","new_sh_sortedmulti","new_sh_with_wpkh","new_sh_with_wsh","new_sh_wpkh","new_sh_wsh","new_sh_wsh_sortedmulti","new_tr","new_wpkh","new_wsh","new_wsh_sortedmulti","node","other_top_level_checks","parse","parse_descriptor","parse_insane","parse_with_ext","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pk_len","pk_len","pk_len","plan","plan_mall","policy","requires_sig","sanity_check","sanity_check","satisfy","satisfy","satisfy_malleable","script_code","script_pubkey","script_size","serialize","serialize","sig_type","sig_type","sig_type","substitute_raw_pkh","template","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string_with_secret","top_level_checks","top_level_type_check","translate_pk","translate_pk","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","ty","type_id","type_id","type_id","type_id","unsigned_script_sig","vzip","vzip","vzip","vzip","within_resource_limits","calc_checksum","Base58","Bip32","Error","ExternalAndInternalAreTheSame","HardenedDerivationXpub","Hex","InvalidDescriptorCharacter","InvalidDescriptorChecksum","InvalidHdKeyPath","Key","Miniscript","MultiPath","Pk","Policy","borrow","borrow_mut","eq","fmt","fmt","from","from","from","from","from","from","from","from","into","to_string","try_from","try_into","type_id","vzip","AbsoluteTimelock","AddOnLeaf","AddOnPartialComplete","BuildSatisfaction","Complete","Condition","ConditionMap","EcdsaSignature","Fingerprint","FoldedConditionMap","Hash160Preimage","Hash256Preimage","IncompatibleConditions","IndexOutOfRange","MixedTimelockUnits","Multisig","None","None","NotEnoughItemsSelected","Partial","PartialComplete","PkOrF","Policy","PolicyError","Psbt","PsbtTimelocks","Pubkey","RelativeTimelock","Ripemd160Preimage","Satisfaction","SatisfiableItem","SchnorrSignature","Sha256Preimage","Thresh","XOnlyPubkey","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","contribution","csv","default","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","get_condition","hash","hash","id","id","into","into","into","into","into","into","into","is_leaf","is_leaf","is_null","item","partial_cmp","requires_path","satisfaction","serialize","serialize","serialize","serialize","serialize","timelock","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","current_height","input_max_height","psbt","condition","conditions","conditions","items","items","m","m","n","n","sorted","sorted","hash","hash","hash","hash","items","keys","threshold","threshold","value","value","Bip44","Bip44Public","Bip49","Bip49Public","Bip84","Bip84Public","Bip86","Bip86Public","DescriptorTemplate","DescriptorTemplateOut","P2Pkh","P2TR","P2Wpkh","P2Wpkh_P2Sh","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build","build","build","build","build","build","build","build","build","build","build","build","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","into","into","into","into","into","into","into","into","into","into","into","into","into_wallet_descriptor","into_wallet_descriptor","into_wallet_descriptor","into_wallet_descriptor","into_wallet_descriptor","into_wallet_descriptor","into_wallet_descriptor","into_wallet_descriptor","into_wallet_descriptor","into_wallet_descriptor","into_wallet_descriptor","into_wallet_descriptor","into_wallet_descriptor","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","BuildFeeBumpError","CoinSelection","Conversion","CreateTxError","Descriptor","FeeRateTooLow","FeeRateUnavailable","FeeTooLow","IrreplaceableTransaction","LockTime","MiniscriptPsbt","MiniscriptPsbtError","MissingKeyOrigin","MissingNonWitnessUtxo","NoRecipients","NoUtxosSelected","OutputBelowDustLimit","OutputUpdate","Policy","Psbt","RbfSequence","RbfSequenceCsv","SpendingPolicyRequired","TransactionConfirmed","TransactionNotFound","UnknownUtxo","UnknownUtxo","UtxoUpdate","Version0","Version1Csv","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","into","into","into","to_owned","to_string","to_string","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","csv","rbf","requested","required","required","required","FullyNodedExport","WalletExport","blockheight","blockheight","borrow","borrow_mut","change_descriptor","descriptor","deserialize","export_wallet","fmt","fmt","from","from_str","into","label","label","serialize","to_string","try_from","try_into","type_id","vzip","Bip32","DerivableKey","DescriptorKey","DescriptorPublicKey","DescriptorSecretKey","Entropy","Error","ExtScriptContext","ExtendedKey","FullKey","GeneratableDefaultOptions","GeneratableKey","GeneratedKey","IntoDescriptorKey","InvalidChecksum","InvalidNetwork","InvalidScriptContext","Key","KeyError","KeyMap","Legacy","Message","Miniscript","MultiXPrv","MultiXPub","Options","Private","PrivateKeyGenerateOptions","Public","ScriptContext","ScriptContextEnum","Segwitv0","Single","Single","SinglePriv","SinglePub","SinglePubKey","SortedMultiVec","Tap","ValidNetworks","XOnly","XPrv","XPub","any_network","as_enum","at_derivation_index","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_template","check_global_consensus_validity","check_global_policy_validity","check_global_validity","check_local_consensus_validity","check_local_policy_validity","check_local_validity","check_pk","check_terminal_non_malleable","check_witness","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","compressed","default","deref","derive","deserialize","encode","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","for_each_key","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_public","from_secret","from_str","from_str","from_tree","full_derivation_path","full_derivation_paths","generate","generate_default","generate_default_with_aux_rand","generate_with_aux_rand","generate_with_entropy","generate_with_entropy_default","has_secret","has_wildcard","hash","hash","hash","hash","into","into","into","into","into","into","into","into","into","into","into","into","into_assets","into_descriptor_key","into_descriptor_key","into_descriptor_key","into_descriptor_key","into_descriptor_key","into_descriptor_key","into_descriptor_key","into_extended_key","into_extended_key","into_extended_key","into_key","into_single_keys","into_single_keys","into_xprv","into_xpub","is_deriveable","is_legacy","is_legacy","is_multipath","is_multipath","is_segwit_v0","is_segwit_v0","is_taproot","is_taproot","is_uncompressed","is_x_only_key","k","key","key","lift","mainnet_network","master_fingerprint","max_satisfaction_size","max_satisfaction_size","max_satisfaction_witness_elements","merge_networks","n","name_str","new","num_der_paths","origin","origin","other_top_level_checks","override_valid_networks","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pk_len","pks","sanity_check","satisfy","script_size","serialize","sig_type","sorted_node","test_networks","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_public","to_string","to_string","to_string","to_string","top_level_checks","top_level_type_check","translate_pk","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","PsbtUtils","fee_amount","fee_rate","get_utxo_for","SCHEMAS_TABLE_NAME","migrate_schema","All","Dummy","Exclude","External","Fingerprint","Include","InputIndexOutOfRange","InputSigner","InvalidKey","InvalidNonWitnessUtxo","InvalidSighash","Legacy","MiniscriptPsbt","MissingHdKeypath","MissingKey","MissingNonWitnessUtxo","MissingWitnessScript","MissingWitnessUtxo","NonStandardSighash","None","PkHash","Psbt","Segwitv0","SighashTaproot","SignOptions","SignerCommon","SignerContext","SignerError","SignerId","SignerOrdering","SignerWrapper","SignersContainer","Tap","TapLeavesOptions","TransactionSigner","UserCanceled","add_external","allow_all_sighashes","allow_grinding","as_key_map","assume_height","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","default","default","default","default","deref","descriptor_secret_key","descriptor_secret_key","descriptor_secret_key","descriptor_secret_key","descriptor_secret_key","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","find","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","hash","id","id","id","id","ids","into","into","into","into","into","into","into","into","new","new","partial_cmp","partial_cmp","remove","sign_input","sign_input","sign_input","sign_input","sign_transaction","sign_transaction","sign_with_tap_internal_key","signers","tap_leaves_options","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","trust_witness_utxo","try_finalize","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","is_internal_key","AddForeignUtxoError","AddUtxoError","ChangeAllowed","ChangeForbidden","ChangeSpendPolicy","Custom","InvalidOutpoint","InvalidTxid","MissingUtxo","OnlyChange","Shuffle","TxBuilder","TxOrdering","UnknownUtxo","Untouched","add_data","add_foreign_utxo","add_foreign_utxo_with_sequence","add_global_xpubs","add_recipient","add_unspendable","add_utxo","add_utxos","allow_dust","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","change_policy","clone","clone","clone","clone_into","clone_into","clone_into","cmp","coin_selection","current_height","default","default","do_not_spend_change","drain_to","drain_wallet","enable_rbf","enable_rbf_with_sequence","eq","equivalent","equivalent","fee_absolute","fee_rate","finish","finish_with_aux_rand","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","hash","include_output_redeem_witness_script","into","into","into","into","into","manually_selected_only","nlocktime","only_spend_change","only_witness_utxo","ordering","partial_cmp","policy_path","set_recipients","sighash","sort_tx","sort_tx_with_aux_rand","to_owned","to_owned","to_owned","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unspendable","version","vzip","vzip","vzip","vzip","vzip","foreign_utxo","input_txid","input_sort","output_sort"],"q":[[0,"bdk_wallet"],[473,"bdk_wallet::AddForeignUtxoError"],[475,"bdk_wallet::ApplyBlockError"],[477,"bdk_wallet::LoadMismatch"],[484,"bdk_wallet::TxOrdering"],[486,"bdk_wallet::Utxo"],[489,"bdk_wallet::coin_selection"],[581,"bdk_wallet::coin_selection::Error"],[583,"bdk_wallet::coin_selection::Excess"],[588,"bdk_wallet::descriptor"],[848,"bdk_wallet::descriptor::checksum"],[849,"bdk_wallet::descriptor::error"],[882,"bdk_wallet::descriptor::policy"],[1041,"bdk_wallet::descriptor::policy::BuildSatisfaction"],[1044,"bdk_wallet::descriptor::policy::Satisfaction"],[1055,"bdk_wallet::descriptor::policy::SatisfiableItem"],[1065,"bdk_wallet::descriptor::template"],[1249,"bdk_wallet::error"],[1320,"bdk_wallet::error::CreateTxError"],[1326,"bdk_wallet::export"],[1349,"bdk_wallet::keys"],[1665,"bdk_wallet::psbt"],[1669,"bdk_wallet::rusqlite_impl"],[1671,"bdk_wallet::signer"],[1857,"bdk_wallet::signer::SignerContext"],[1858,"bdk_wallet::tx_builder"],[1973,"bdk_wallet::tx_builder::AddForeignUtxoError"],[1975,"bdk_wallet::tx_builder::TxOrdering"],[1977,"bdk_chain::balance"],[1978,"bdk_wallet::wallet"],[1979,"bdk_wallet::types"],[1980,"bdk_wallet::wallet::signer"],[1981,"alloc::sync"],[1982,"bitcoin::blockdata::script::owned"],[1983,"bdk_core"],[1984,"core::iter::traits::iterator"],[1985,"core::clone"],[1986,"alloc::collections::btree::map"],[1987,"bitcoin::blockdata::block"],[1988,"bdk_chain::local_chain"],[1989,"core::result"],[1990,"bdk_core::block_id"],[1991,"bitcoin::blockdata::transaction"],[1992,"core::iter::traits::collect"],[1993,"core::convert"],[1994,"core::option"],[1995,"bdk_chain::tx_graph"],[1996,"bdk_wallet::wallet::coin_selection"],[1997,"bdk_wallet::wallet::tx_builder"],[1998,"bdk_wallet::wallet::error"],[1999,"bitcoin_units::amount"],[2000,"bitcoin_units::fee_rate"],[2001,"bdk_wallet::wallet::params"],[2002,"bitcoin::network"],[2003,"bdk_core::checkpoint"],[2004,"bdk_wallet::wallet::changeset"],[2005,"core::cmp"],[2006,"bdk_wallet::wallet::persisted"],[2007,"core::marker"],[2008,"alloc::string"],[2009,"serde::de"],[2010,"bitcoin::psbt"],[2011,"core::fmt"],[2012,"bdk_chain::indexer::keychain_txout"],[2013,"bdk_chain::indexed_tx_graph"],[2014,"bdk_core::spk_client"],[2015,"rusqlite::transaction"],[2016,"rusqlite"],[2017,"bitcoin::psbt::map::input"],[2018,"core::hash"],[2019,"core::future::future"],[2020,"alloc::boxed"],[2021,"core::pin"],[2022,"bdk_wallet::wallet::utils"],[2023,"bitcoin::blockdata::script::borrowed"],[2024,"miniscript::descriptor"],[2025,"core::iter::traits::double_ended"],[2026,"secp256k1::context::alloc_only"],[2027,"secp256k1"],[2028,"serde::ser"],[2029,"alloc::vec"],[2030,"core::ops::function"],[2031,"core::any"],[2032,"bitcoin::address"],[2033,"miniscript"],[2034,"miniscript::miniscript::private"],[2035,"miniscript::miniscript::decode"],[2036,"miniscript::miniscript::context"],[2037,"miniscript::iter::tree"],[2038,"miniscript::descriptor::key"],[2039,"miniscript::miniscript::satisfy"],[2040,"miniscript::plan"],[2041,"bitcoin_hashes::sha256"],[2042,"miniscript::miniscript::hash256"],[2043,"bitcoin_hashes::ripemd160"],[2044,"bitcoin_hashes::hash160"],[2045,"bitcoin::crypto::key"],[2046,"secp256k1::context"],[2047,"bdk_chain::descriptor_ext"],[2048,"miniscript::blanket_traits"],[2049,"miniscript::miniscript::analyzable"],[2050,"core::ops::range"],[2051,"miniscript::descriptor::tr"],[2052,"miniscript::descriptor::bare"],[2053,"miniscript::descriptor::segwitv0"],[2054,"miniscript::descriptor::sh"],[2055,"miniscript::miniscript::types"],[2056,"miniscript::miniscript::types::extra_props"],[2057,"miniscript::expression"],[2058,"miniscript::miniscript::iter"],[2059,"miniscript::policy::semantic"],[2060,"miniscript::policy"],[2061,"bitcoin_units::weight"],[2062,"hex_conservative::error"],[2063,"base58ck::error"],[2064,"bitcoin::bip32"],[2065,"bitcoin::psbt::error"],[2066,"bdk_wallet::wallet::export"],[2067,"miniscript::descriptor::sortedmulti"],[2068,"core::str::traits"],[2069,"core::default"],[2070,"rand_core"],[2071,"rusqlite::error"],[2072,"bitcoin::blockdata::script::push_bytes::primitive"],[2073,"bitcoin::blockdata::locktime::absolute"],[2074,"bdk_chain"],[2075,"bdk_chain::rusqlite_impl"]],"i":[0,0,0,0,0,0,74,262,262,0,0,0,0,263,52,52,63,64,53,56,5,0,46,64,0,5,61,260,260,0,0,72,0,0,0,0,46,0,63,63,63,63,260,64,262,61,52,0,263,0,0,0,74,261,263,0,0,47,47,0,0,0,0,72,1,3,48,3,66,66,3,3,3,3,3,5,5,3,66,3,0,1,50,40,5,44,45,46,47,51,72,61,52,3,26,48,63,64,74,1,50,40,5,44,45,46,47,51,72,61,52,3,26,48,63,64,74,3,3,3,3,3,0,26,87,47,40,40,3,1,5,44,45,46,47,26,48,1,5,44,45,46,47,26,48,5,0,44,1,51,3,51,3,50,50,50,3,1,40,47,26,51,48,51,3,44,3,0,40,47,0,3,1,5,44,47,1,5,44,45,46,47,61,48,63,64,1,1,5,5,44,44,45,45,46,46,48,48,0,0,40,0,3,1,1,5,44,45,46,47,51,72,72,61,61,52,52,3,26,48,48,63,63,64,74,74,0,1,50,40,5,44,45,46,47,47,47,47,47,51,72,61,61,52,3,26,26,26,48,63,63,64,74,47,50,3,3,3,3,5,44,1,48,47,47,53,56,3,3,3,1,50,40,5,44,45,46,47,51,72,61,52,3,26,48,63,64,74,96,47,3,44,44,48,3,50,40,0,26,3,3,3,3,51,3,51,40,40,40,3,3,47,50,40,3,47,0,50,3,47,50,40,50,3,3,46,44,5,3,53,56,51,51,47,3,0,3,3,3,0,0,45,3,3,46,0,0,1,5,44,47,3,3,3,66,0,0,3,3,3,3,3,3,66,0,1,5,44,45,46,47,26,48,1,72,61,52,48,63,74,1,3,3,66,1,1,66,1,50,40,5,44,45,46,47,51,72,61,52,3,26,48,63,64,74,1,50,40,5,44,45,46,47,51,72,61,52,3,26,48,63,64,74,0,3,47,87,26,46,44,1,50,40,5,44,45,46,47,51,72,61,52,3,26,48,63,64,74,3,3,3,1,45,0,1,50,40,5,44,45,46,47,51,72,61,52,3,26,48,63,64,74,0,266,266,267,267,268,269,270,270,268,269,270,271,271,272,272,272,122,122,0,123,0,0,0,0,0,122,0,123,0,122,123,121,117,118,119,122,123,121,117,118,119,117,118,119,117,118,119,120,117,118,119,0,117,118,119,121,121,122,122,123,121,117,118,119,122,123,121,117,118,119,122,123,121,117,118,119,121,119,121,121,117,118,119,122,122,123,121,117,118,119,122,123,121,117,118,119,122,123,121,117,118,119,122,123,121,117,118,119,273,273,274,275,275,274,275,98,276,124,0,0,0,0,0,0,130,0,0,132,0,0,134,98,276,124,0,0,0,98,276,124,134,130,0,98,276,124,98,276,124,98,276,124,134,124,151,152,130,130,124,124,151,152,130,124,151,152,130,130,130,130,0,132,151,152,132,152,132,132,151,152,132,151,152,132,132,151,152,132,151,152,132,151,152,0,124,151,152,130,124,151,152,130,124,151,152,130,130,124,124,124,124,124,124,130,124,130,124,151,152,130,124,124,151,151,152,152,130,130,0,124,130,130,161,124,130,124,124,124,151,152,130,130,124,130,124,124,124,124,124,124,124,151,152,130,130,130,124,130,130,130,124,130,130,130,124,124,130,130,124,124,151,152,130,124,151,152,130,130,124,54,98,124,124,130,130,130,124,130,130,132,151,152,130,124,130,124,132,151,152,124,124,124,124,124,124,124,124,124,124,124,124,124,124,130,132,130,124,130,130,124,151,152,130,132,151,152,124,124,0,130,124,130,124,130,130,124,124,130,124,130,132,151,152,130,0,124,151,152,130,124,130,124,132,132,124,130,124,151,152,130,124,151,152,130,130,124,151,152,130,124,124,151,152,130,130,0,57,57,0,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,198,195,195,0,199,0,0,198,197,0,198,198,195,195,195,198,199,162,195,199,199,0,0,0,162,162,197,198,198,0,0,198,198,198,197,197,198,199,103,200,195,162,197,198,199,103,200,195,162,197,198,199,103,200,162,197,198,199,103,200,162,103,200,200,197,198,199,103,200,195,197,197,198,198,199,199,103,103,200,200,195,195,197,198,199,103,200,195,195,162,197,198,199,199,103,103,200,195,162,103,197,200,198,103,197,198,199,103,200,195,162,198,199,200,103,200,103,103,197,198,199,103,200,200,197,198,199,103,200,162,195,197,198,199,103,200,195,162,197,198,199,103,200,195,162,197,198,199,103,200,195,162,197,198,199,103,200,195,162,277,277,277,278,279,280,279,280,279,280,279,280,279,280,281,282,283,284,285,286,286,285,287,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,205,206,207,209,211,212,213,214,215,216,217,203,205,206,207,209,211,212,213,214,215,216,217,201,203,205,206,207,209,211,212,213,214,215,216,217,203,205,206,207,209,211,212,213,214,215,216,217,203,205,206,207,209,211,212,213,214,215,216,217,203,205,206,207,209,211,212,213,214,215,216,217,203,205,206,207,209,211,212,213,214,215,216,217,203,205,206,207,209,211,212,213,214,215,216,217,202,203,205,206,207,209,211,212,213,214,215,216,217,203,205,206,207,209,211,212,213,214,215,216,217,203,205,206,207,209,211,212,213,214,215,216,217,203,205,206,207,209,211,212,213,214,215,216,217,203,205,206,207,209,211,212,213,214,215,216,217,203,205,206,207,209,211,212,213,214,215,216,217,0,85,218,0,85,85,36,85,36,85,85,0,85,85,85,85,85,218,85,85,85,85,85,36,36,85,36,218,85,85,218,85,36,218,85,36,218,218,218,218,85,85,36,36,218,85,85,85,85,85,85,36,218,85,36,218,218,85,36,218,85,36,218,85,36,218,85,36,218,85,36,289,289,290,290,291,292,0,0,293,220,220,220,220,220,220,220,220,220,220,220,220,293,220,220,220,220,220,220,220,192,0,0,0,0,236,236,0,0,227,0,0,0,0,192,192,192,132,0,0,129,192,192,183,134,236,230,0,230,0,0,129,134,183,0,0,0,0,129,0,227,183,134,0,294,134,230,223,228,129,224,192,222,134,183,225,226,227,230,223,228,129,224,192,222,134,183,225,226,227,222,132,132,132,132,132,132,132,132,132,223,129,224,222,134,183,225,226,227,223,129,224,222,134,183,225,226,227,222,134,225,227,224,224,223,134,134,222,129,192,222,134,183,225,226,227,129,129,222,222,134,134,183,183,225,225,226,226,227,227,228,129,224,192,192,222,222,134,134,183,183,225,226,227,222,230,230,230,223,228,129,224,192,192,192,222,134,134,183,225,226,227,228,228,134,183,222,134,134,236,239,239,236,236,239,230,134,222,134,225,227,230,223,228,129,224,192,222,134,183,225,226,227,134,204,210,223,223,228,134,183,210,230,223,223,134,183,230,230,134,294,129,134,183,294,129,294,129,134,134,222,225,226,222,0,134,132,222,222,0,222,132,222,134,225,226,132,228,222,134,225,227,132,222,222,222,222,134,132,222,0,223,129,224,222,134,183,225,226,227,183,192,222,134,183,132,132,222,230,223,228,129,224,192,222,134,183,225,226,227,230,223,228,129,224,192,222,134,183,225,226,227,230,223,228,129,224,192,222,134,183,225,226,227,230,223,228,129,224,192,222,134,183,225,226,227,0,246,246,246,0,0,252,248,252,67,248,252,67,0,67,67,67,249,67,67,67,67,67,67,67,252,248,67,249,67,0,0,0,0,0,0,0,0,249,0,0,67,86,66,66,86,66,248,67,249,250,6,86,66,252,248,67,249,250,6,86,66,252,86,248,249,250,6,86,66,252,248,249,250,6,86,66,252,248,6,6,86,66,252,250,253,253,250,250,250,248,249,6,252,248,248,249,249,6,6,252,252,86,248,67,67,249,250,6,86,66,252,248,248,248,67,249,250,6,86,66,252,248,253,250,250,250,86,248,67,249,250,6,86,66,252,250,86,248,6,86,257,250,250,250,7,250,66,86,66,248,249,250,6,86,66,252,67,66,66,248,67,249,250,6,86,66,252,248,67,249,250,6,86,66,252,248,67,249,250,6,86,66,252,248,67,249,250,6,86,66,252,295,0,0,262,262,0,263,260,260,260,262,263,0,0,261,263,35,35,35,35,35,35,35,35,35,35,261,260,263,262,35,261,260,263,262,35,35,263,262,35,263,262,262,35,35,263,262,35,35,35,35,35,262,262,262,35,35,35,35,35,261,261,260,260,263,262,35,261,260,263,262,262,35,35,261,260,263,262,35,35,35,35,35,262,35,35,35,263,263,35,263,262,261,260,35,261,260,263,262,35,261,260,263,262,35,261,260,263,262,35,35,35,261,260,263,262,266,266,271,271],"f":"````````````````````````````````````````````````````````````````{{bb}b}{{{h{df}}jl{A`{n}}}Ab}`{{{h{f}}}{{An{j{`{{Aj{}{{Ad{{Ah{Af}}}}}}Al}}}}}}``{{{h{df}}{h{B`}}Bb}{{Bf{AbBd}}}}{{{h{df}}{h{B`}}BbBh}{{Bf{AbBj}}}}{{{h{df}}c}Ab{{Cb{}{{Ad{{C`{{h{Bl}}Bn}}}}}}}}{{{h{df}}c}{{Bf{AbBd}}}{{Cf{Cd}}}}{{{h{df}}c{Ch{Bn}}}{{Bf{AbBd}}}{{Cf{Cd}}}}{{{h{j}}}Cj}{{{h{j}}}{{h{{Cl{Cj}}}}}}{{{h{f}}}{{h{{D`{Cn}}}}}}`{{{h{f}}}b}`{{{h{c}}}{{h{e}}}{}{}}00000000000000000{{{h{dc}}}{{h{de}}}{}{}}00000000000000000{{{h{df}}Db}{{Bf{{Df{Dd}}Dh}}}}{{{h{df}}}{{Df{Dd}}}}{{{h{f}}{h{Bl}}}{{Bf{DjDl}}}}{{{h{f}}{h{Bl}}}{{Bf{DnDl}}}}{{{h{df}}{h{Bl}}}Ab}````{{E`Eb}E`}{{E`Ed}E`}{{{h{f}}}Ef}{{{h{b}}}b}{{{h{j}}}j}{{{h{Eh}}}Eh}{{{h{Ej}}}Ej}{{{h{El}}}El}{{{h{En}}}En}{{{h{Cd}}}Cd}{{{h{F`}}}F`}{{{h{c}}{h{de}}}Ab{}{}}0000000{{{h{j}}{h{j}}}Fb}```{{{h{dc}}Fd}{{Bf{{Ff{c}}Fh}}}Fj}{{cc}Fd{FlFnAl}}{{{h{dc}}Fd}{{Bf{{Ff{c}}Fh}}}G`}{cFd{FlFnAl}}{{Fd{h{dc}}}{{Bf{{Ff{c}}Fh}}}Fj}{{Fd{h{dc}}}{{Bf{{Ff{c}}Fh}}}G`}{Fd{{Bf{fGb}}}}0{{}b}{{}E`}{{}En}{{}Cd}{{{h{{Ff{c}}}}}{{h{e}}}{}{}}{{{h{F`}}}{{h{c}}}{}}{{{h{d{Ff{c}}}}}{{h{de}}}{}{}}{{{h{f}}j}{{Ch{Bb}}}}`{{{h{f}}Af}{{Ch{{C`{jBb}}}}}}`{{E`j{Ch{c}}}E`{FlFn}}``{{{h{f}}j}Gd}{c{{Bf{b}}}Gf}{c{{Bf{j}}}Gf}{c{{Bf{Eh}}}Gf}{c{{Bf{En}}}Gf}{{{h{b}}{h{b}}}Gh}{{{h{j}}{h{j}}}Gh}{{{h{Eh}}{h{Eh}}}Gh}{{{h{Ej}}{h{Ej}}}Gh}{{{h{El}}{h{El}}}Gh}{{{h{En}}{h{En}}}Gh}{{{h{{Gj{c}}}}{h{{Gj{c}}}}}GhGl}{{{h{F`}}{h{F`}}}Gh}{{{h{Gn}}{h{Gn}}}Gh}{{{h{H`}}{h{H`}}}Gh}{{{h{c}}{h{e}}}Gh{}{}}00000000000``{E`E`}`{{{h{f}}{h{dHb}}Hd}{{Bf{GhHf}}}}{{{h{b}}{h{dHh}}}{{Bf{AbHj}}}}0{{{h{j}}{h{dHh}}}Hl}{{{h{Eh}}{h{dHh}}}Hl}{{{h{Ej}}{h{dHh}}}Hl}{{{h{El}}{h{dHh}}}Hl}{{{h{En}}{h{dHh}}}Hl}{{{h{{Ff{c}}}}{h{dHh}}}HlHn}{{{h{I`}}{h{dHh}}}Hl}0{{{h{{Gj{c}}}}{h{dHh}}}HlHn}{{{h{{Gj{c}}}}{h{dHh}}}HlIb}{{{h{{Fh{c}}}}{h{dHh}}}HlIb}{{{h{{Fh{c}}}}{h{dHh}}}HlHn}{{{h{f}}{h{dHh}}}Hl}{{{h{Cd}}{h{dHh}}}Hl}{{{h{F`}}{h{dHh}}}Hl}0{{{h{Gn}}{h{dHh}}}Hl}0{{{h{H`}}{h{dHh}}}Hl}{{{h{Id}}{h{dHh}}}Hl}0`{cc{}}0000000{IfEn}{IhEn}{{{Ij{Cn}}}En}{{{Il{CnIh}}}En}444{H`{{Gj{c}}}{}}55{InCd}{{{J`{j}}}Cd}777{H`Gn}88{{{h{Jb}}}{{Jd{En}}}}{{FdEb}Fd}{{{h{f}}Eh{Ch{Jf}}Gh}{{Bf{JhJj}}}}{{{h{f}}j}{{A`{Jl}}}}{{{h{f}}Db}{{Ch{Jn}}}}{{{h{f}}K`}{{Ch{Eh}}}}{{{h{j}}{h{dc}}}AbKb}{{{h{Eh}}{h{dc}}}AbKb}```{{{h{Jb}}}{{Jd{Ab}}}}{{{h{d{Fj{}{{Kd{c}}}}}}}{{Bf{Enc}}}{}}{{{h{d{G`{}{{Kd{c}}}}}}}{{Kj{{Kh{Kf}}}}}{}}{{{h{df}}Bh}{{Bf{GhKl}}}}{{{h{df}}Bl}Gh}{{{h{df}}K`Kn}Ab}{ce{}{}}00000000000000000{{{h{L`}}{h{Lb}}}Gh}{{{h{En}}}Gh}{{{h{f}}Af}Gh}```{{{h{f}}}{{`{{Aj{}{{Ad{{C`{j{h{Ld}}}}}}}}}}}}{{FdjLf}Fd}{{E`jLf}E`}``{{{h{f}}}Lh}{{{h{f}}}{{`{{Aj{}{{Ad{Eh}}}}}}}}0{{{h{f}}j}{{`{{Lj{}{{Ad{F`}}}}}}}}{{{h{dc}}E`}{{Bf{{Ch{{Ff{c}}}}Gj}}}Fj}{{}E`}{{{h{dc}}E`}{{Bf{{Ch{{Ff{c}}}}Gj}}}G`}{{E`{h{dc}}}{{Bf{{Ch{{Ff{c}}}}Gj}}}Fj}{{E`{h{dc}}}{{Bf{{Ch{{Ff{c}}}}Gj}}}G`}{{E`En}{{Bf{{Ch{f}}Gn}}}}{{EnE`}{{Bf{{Ch{f}}Gn}}}}{{{h{f}}}{{h{Ll}}}}`{{FdBb}Fd}{{E`Bb}E`}{{{h{df}}jBb}Gh}{{{h{dEn}}En}Ab}`{{FdEd}Fd}{{{h{f}}}Ed}`{{cc}Fd{FlFn}}={cFd{FlFn}}{{{h{f}}j}Bb}{{{h{df}}j}F`}{{{h{El}}}K`}`{{{h{j}}{h{j}}}{{Ch{Fb}}}}{{{h{f}}jBb}F`}{{{h{d{Fj{}{{Kd{c}}}}}}{h{En}}}{{Bf{Abc}}}{}}{{{h{d{G`{}{{Kd{c}}}}}}{h{En}}}{{Kj{{Kh{Kf}}}}}{}}{{{h{d{Ff{c}}}}{h{dc}}}{{Bf{Gh}}}Fj}{{{h{d{Ff{c}}}}{h{dc}}}{{Bf{Gh}}}G`}{{{h{En}}{h{Jb}}}{{Jd{Ab}}}}{{{h{f}}j}{{Bf{{Ch{Ln}}Gb}}}}`{{{h{f}}j}{{h{Ld}}}}{{{h{df}}jBb}{{`{{Aj{}{{Ad{F`}}}}}}}};```{{{h{f}}}{{h{{Mb{M`}}}}}}{{{h{f}}{h{Bl}}}{{C`{DjDj}}}}{{{h{El}}}{{Ch{Md}}}}``{{{h{b}}c}BfMf}{{{h{j}}c}BfMf}{{{h{Eh}}c}BfMf}{{{h{En}}c}BfMf}{{{h{df}}jLf}Ab}{{{h{df}}c}Ab{{Cb{}{{Ad{{C`{jLf}}}}}}}}{{{h{f}}{h{dHb}}Hd}{{Bf{GhHf}}}}```{{{h{f}}}{{h{{Mh{j}}}}}}{{{h{f}}}{{Ch{{h{En}}}}}}{{{h{df}}}{{Ch{{h{dEn}}}}}}{{{h{f}}}{{Mj{j}}}}{{{h{f}}}{{Ml{{C`{jBb}}}}}}{{{h{df}}}{{Ch{En}}}}``{{{h{c}}}e{}{}}0000000{{{h{c}}}Gd{}}000000{{{h{b}}}Dj}{{{h{f}}}{{`{{Aj{}{{Ad{Jn}}}}}}}}{{{h{f}}c}{{Mn{Jn}}}{{Nb{{h{Jn}}{h{Jn}}}{{N`{Fb}}}}}}``2`{c{{Bf{e}}}{}{}}00000000000000000000000000000000000`{{{h{f}}}{{h{{D`{Cn}}}}}}```{{{h{El}}}{{h{Kn}}}}`{{{h{c}}}Nd{}}00000000000000000{{{h{f}}j}{{`{{Aj{}{{Ad{{Ah{Af}}}}}}Al}}}}{{{h{f}}}{{`{{Aj{}{{Ad{{Nf{{A`{Bl}}Cn}}}}}}}}}}{{{h{df}}jBb}Gh}``{{}{{h{Nh}}}}{ce{}{}}00000000000000000{{c{Ch{c}}Ed{h{{Mb{M`}}}}}{{Bf{GdGb}}}Fl}`````````````````````````````{{{h{c}}}{{h{e}}}{}{}}00000{{{h{dc}}}{{h{de}}}{}{}}00000{{{h{Nj}}}Nj}{{{h{Nl}}}Nl}{{{h{Nn}}}Nn}{{{h{c}}{h{de}}}Ab{}{}}00{{{h{O`}}{Mn{Ej}}{Mn{Ej}}DnBn{h{Lb}}}{{Bf{ObOd}}}}{{{h{Nj}}{Mn{Ej}}{Mn{Ej}}DnBn{h{Lb}}}{{Bf{ObOd}}}}{{{h{Nl}}{Mn{Ej}}{Mn{Ej}}DnBn{h{Lb}}}{{Bf{ObOd}}}}{{{h{Nn}}{Mn{Ej}}{Mn{Ej}}DnBn{h{Lb}}}{{Bf{ObOd}}}}{{BnDn{h{Lb}}}Of}{{}Nj}{{}Nl}{{}Nn}``{{{h{Od}}{h{dHh}}}Hl}0{{{h{Of}}{h{dHh}}}Hl}{{{h{Ob}}{h{dHh}}}Hl}{{{h{Nj}}{h{dHh}}}Hl}{{{h{Nl}}{h{dHh}}}Hl}{{{h{Nn}}{h{dHh}}}Hl}{cc{}}00000{ce{}{}}00000{{{h{Ob}}}Bn}{BnNn}`1{{{h{c}}}e{}{}}00{{{h{c}}}Gd{}}{c{{Bf{e}}}{}{}}00000000000{{{h{c}}}Nd{}}00000666666`````````````````````````````````````````````{{{h{{Oh{c}}}}Ed}{{Bf{OjOl}}}{OnA@`}}{{}A@b}0{{{h{{A@d{ce}}}}}{{h{{A@f{ce}}}}}OnA@h}{{{h{{h{{A@d{ce}}}}}}}{{A@j{{h{{A@d{ce}}}}}}}OnA@h}{{{h{{Oh{A@l}}}}Bb}{{Bf{{Oh{A@n}}AA`}}}}{{{h{c}}}{{h{e}}}{}{}}000{{{h{dc}}}{{h{de}}}{}{}}000{{{h{{A@d{ce}}}}}{{Mn{{h{{A@d{ce}}}}}}}OnA@h}{{{h{{A@d{ce}}}}{h{g}}}{{AAd{{AAb{c}}}}}{A@`On}A@h{{AAf{c}}}}0`{{{h{{A@d{c{A@h{}{{AAh{e}}}}}}}}}{{Bf{AbAAj}}}On{{ABl{}{{AAl{AAn}}{AB`{ABb}}{ABd{ABf}}{ABh{ABj}}}}OnOnOnOn}}{{{h{{A@d{cABn}}}}}{{Bf{AbAAj}}}On}{{{h{{A@d{cAC`}}}}}{{Bf{AbAAj}}}On}2022102102{{{h{c}}}{{Bf{AbAAj}}}On}00{{{h{{A@f{c{A@h{}{{AAh{e}}}}}}}}}{{Bf{AbAAj}}}On{{ABl{}{{AAl{AAn}}{AB`{ABb}}{ABd{ABf}}{ABh{ABj}}}}OnOnOnOn}}{{{h{{A@f{cABn}}}}}{{Bf{AbAAj}}}On}{{{h{{A@f{cAC`}}}}}{{Bf{AbAAj}}}On}{{{h{{Cl{{Mn{Cj}}}}}}}{{Bf{AbAAj}}}}00`{{{h{{Oh{c}}}}}{{Oh{c}}}{AlOn}}{{{h{ABn}}}ABn}{{{h{AC`}}}AC`}{{{h{{A@d{ce}}}}}{{A@d{ce}}}{AlOn}{AlA@h}}{{{h{c}}{h{de}}}Ab{}{}}000{{{h{{Oh{c}}}}{h{{Oh{c}}}}}Fb{ACbOn}}{{{h{ABn}}{h{ABn}}}Fb}{{{h{AC`}}{h{AC`}}}Fb}{{{h{{A@d{ce}}}}{h{{A@d{ce}}}}}FbOnA@h}{{{h{{A@d{ce}}}}}GhOnA@h}{{{h{{Oh{A@l}}}}Bb}{{Bf{{Oh{A@n}}AA`}}}}{{{h{{Oh{A@l}}}}{h{{Mb{c}}}}Bb}{{Bf{{Oh{ACd}}AA`}}}ACf}{{{h{{Oh{A@n}}}}{h{{Mb{c}}}}}{{Bf{{Oh{ACd}}AA`}}}ACf}{{{h{{Oh{c}}}}}AChOn}{{{h{{Oh{A@l}}}}}ACj}{c{{Bf{{Oh{e}}}}}GfACl}{c{{Bf{{A@d{eg}}}}}GfAClA@h}{{{h{{Oh{A@l}}}}}Bn}{{{h{{A@d{ce}}}}}Af{A@`On}A@h}{{{h{{Oh{c}}}}{h{{Oh{c}}}}}Gh{GlOn}}{{{h{ABn}}{h{ABn}}}Gh}{{{h{AC`}}{h{AC`}}}Gh}{{{h{{A@d{ce}}}}{h{{A@d{ce}}}}}GhOnA@h}{{{h{c}}{h{e}}}Gh{}{}}0000000`{{{h{{Oh{c}}}}}{{Bf{AfOl}}}{OnA@`}}`{{{h{{A@d{ce}}}}{h{ACn}}}{{Bf{AbAD`}}}OnA@h}{{{h{ADb}}{h{Jl}}ADd{h{{Mb{M`}}}}}{{Bf{{Ch{Ln}}Gb}}}}{{{h{{Oh{A@l}}}}{h{Jl}}ADd{h{{Mb{M`}}}}}{{Bf{{Ch{Ln}}Gb}}}}{{{h{{A@d{A@lc}}}}{h{Jl}}ADd{h{{Mb{M`}}}}}{{Bf{{Ch{Ln}}Gb}}}A@h}{{{h{{Oh{A@l}}}}{h{{Mb{c}}}}{h{Lb}}{ADf{Bb}}}{{Bf{{Ch{{C`{Bb{Oh{ACd}}}}}}AA`}}}ACf}{{{h{{Oh{c}}}}{h{dHh}}}{{Bf{AbHj}}}On}0{{{h{ABn}}{h{dHh}}}{{Bf{AbHj}}}}{{{h{AC`}}{h{dHh}}}{{Bf{AbHj}}}}{{{h{{A@d{ce}}}}{h{dHh}}}{{Bf{AbHj}}}OnA@h}0{{{h{{Oh{c}}}}e}GhOn{{Nb{{h{c}}}{{N`{Gh}}}}}}{{{h{{A@d{ce}}}}g}GhOnA@h{{Nb{{h{c}}}{{N`{Gh}}}}}}{{{ADh{c}}}{{Oh{c}}}On}{cc{}}{{{ADj{c}}}{{Oh{c}}}On}{{{ADl{c}}}{{Oh{c}}}On}{{{ADn{c}}}{{Oh{c}}}On}{{{AE`{c}}}{{Oh{c}}}On}{{{AEb{c}}}{{Oh{c}}}On}555{{{A@f{ce}}}{{Bf{{A@d{ce}}Ol}}}OnA@h}{{{A@f{ce}}AEdAEf}{{A@d{ce}}}OnA@h}{{{h{Nh}}}{{Bf{{Oh{c}}Ol}}}ACl}{{{h{Nh}}}{{Bf{{A@d{ce}}Ol}}}AClA@h}{{{h{Nh}}{h{ACn}}}{{Bf{{A@d{ce}}Ol}}}AClA@h}1{{{h{AEh}}}{{Bf{{Oh{c}}Ol}}}ACl}{{{h{AEh}}}{{Bf{{A@d{ce}}Ol}}}AClA@h}{{{h{{A@d{ce}}}}AEj}{{Ch{{h{{A@d{ce}}}}}}}OnA@h}{{{h{{A@d{ce}}}}AEj}{{Ch{c}}}OnA@h}{{{h{{Oh{c}}}}e}{{Bf{{C`{{Mn{{Mn{Cj}}}}Af}}Ol}}}{OnA@`}{{AEl{c}}}}0{{{h{{A@d{ce}}}}}GhOnA@h}0{{{h{{Oh{A@l}}}}}Gh}{{{h{{Oh{c}}}}{h{de}}}Ab{AEnOn}Kb}{{{h{ABn}}{h{dc}}}AbKb}{{{h{AC`}}{h{dc}}}AbKb}{{{h{{A@d{ce}}}}{h{dg}}}AbOnA@hKb}{ce{}{}}000{{{A@d{ce}}}{{A@f{ce}}}OnA@h}{{{Oh{A@l}}}{{Bf{{Mn{{Oh{A@l}}}}Ol}}}}{{Fl{h{{Mb{M`}}}}Ed}{{Bf{{C`{LdLf}}Gb}}}}{{Ld{h{{Mb{M`}}}}Ed}{{Bf{{C`{LdLf}}Gb}}}}99:{{{h{{A@d{ce}}}}}{{AF`{ce}}}OnA@h}{{{h{{A@d{ce}}}}}{{AFb{ce}}}OnA@h}{{{h{{Oh{c}}}}}{{Bf{{AFd{c}}Ol}}}On}{{{h{{A@d{ce}}}}}{{Bf{{AFd{c}}Ol}}}OnA@h}{{{h{{A@d{ce}}}}}{{Bf{AbAFf}}}OnA@h}{{{h{{A@d{c{A@h{}{{AAh{e}}}}}}}}}{{Ch{AEj}}}On{{ABl{}{{AAl{AAn}}{AB`{ABb}}{ABd{ABf}}{ABh{ABj}}}}OnOnOnOn}}{{{h{{A@d{cABn}}}}}{{Ch{AEj}}}On}{{{h{{A@d{cAC`}}}}}{{Ch{AEj}}}On}{{{h{{A@d{ce}}}}}{{Bf{AEjOl}}}OnA@h}{{{h{{Oh{c}}}}}{{Bf{AEjOl}}}On}1{{{h{{Oh{c}}}}}{{Bf{AFhOl}}}On}{{}{{h{Nh}}}}00{{{A@d{cAFj}}}{{Bf{{Oh{c}}Ol}}}On}{c{{Oh{c}}}On}{c{{Bf{{Oh{c}}Ol}}}On}{{{A@d{cABn}}}{{Bf{{Oh{c}}Ol}}}On}{{AEj{Mn{c}}}{{Bf{{Oh{c}}Ol}}}On}{{{ADn{c}}}{{Oh{c}}}On}{{{AE`{c}}}{{Oh{c}}}On}4{{{A@d{cAC`}}}{{Bf{{Oh{c}}Ol}}}On}3{{c{Ch{{AFl{c}}}}}{{Bf{{Oh{c}}Ol}}}On}614`{{{h{{A@d{c{A@h{}{{AAh{e}}}}}}}}}{{Bf{AbOl}}}On{{ABl{}{{AAl{AAn}}{AB`{ABb}}{ABd{ABf}}{ABh{ABj}}}}OnOnOnOn}}{{{h{Lb}}}{{Bf{{A@d{c}}Ol}}}A@h}{{{h{{Mb{c}}}}{h{Nh}}}{{Bf{{C`{{Oh{A@l}}{An{A@lAFn}}}}Ol}}}AG`}1{{{h{Lb}}{h{ACn}}}{{Bf{{A@d{c}}Ol}}}A@h}{{{h{{Oh{c}}}}{h{{Oh{c}}}}}{{Ch{Fb}}}{AGbOn}}{{{h{ABn}}{h{ABn}}}{{Ch{Fb}}}}{{{h{AC`}}{h{AC`}}}{{Ch{Fb}}}}{{{h{{A@d{ce}}}}{h{{A@d{ce}}}}}{{Ch{Fb}}}OnA@h}{{{h{c}}}AEjOn}00{{{Oh{A@n}}{h{c}}}{{Bf{AGd{Oh{A@n}}}}}{{AAf{A@n}}}}0`{{{h{{A@d{ce}}}}}GhOnA@h}{{{h{{Oh{c}}}}}{{Bf{AbOl}}}On}{{{h{{A@d{ce}}}}}{{Bf{AbAD`}}}OnA@h}{{{h{{Oh{c}}}}{h{dAGf}}e}{{Bf{AbOl}}}{OnA@`}{{AEl{c}}}}{{{h{{A@d{ce}}}}g}{{Bf{{Mn{{Mn{Cj}}}}Ol}}}{A@`On}A@h{{AEl{c}}}}0{{{h{{Oh{c}}}}}{{Bf{AfOl}}}{OnA@`}}{{{h{{Oh{c}}}}}Af{OnA@`}}{{{h{{A@d{ce}}}}}AEjOnA@h}{{{h{{Oh{c}}}}e}BfOnMf}{{{h{{A@d{ce}}}}g}BfOnA@hMf}{{}AGh}00{{{h{{A@d{ce}}}}{h{{An{ABjc}}}}}{{A@d{ce}}}OnA@h}`{{{h{c}}}e{}{}}000{{{h{c}}}Gd{}}0{{{h{{Oh{A@l}}}}{h{{An{A@lAFn}}}}}Gd}{{{h{{A@d{c{A@h{}{{AAh{e}}}}}}}}}{{Bf{AbOl}}}On{{ABl{}{{AAl{AAn}}{AB`{ABb}}{ABd{ABf}}{ABh{ABj}}}}OnOnOnOn}}0{{{h{{Oh{c}}}}{h{di}}}{{Bf{{AGj{g}}}}}OnOn{}{{AGl{ceg}}}}{{{h{{A@d{ce}}}}{h{dk}}}{{Bf{{AGj{i}}}}}OnA@hOn{}{{AGl{cgi}}}}{c{{Bf{e}}}{}{}}0000000`{{{h{c}}}Nd{}}000={ce{}{}}000{{{h{{A@d{ce}}}}}GhOnA@h}{{{h{Nh}}}{{Bf{GdGb}}}}``````````````{{{h{c}}}{{h{e}}}{}{}}{{{h{dc}}}{{h{de}}}{}{}}{{{h{Gb}}{h{Gb}}}Gh}{{{h{Gb}}{h{dHh}}}Hl}0{cc{}}{AGnGb}{AH`Gb}{AHbGb}{AHdGb}{OlGb}{AHfGb}{AHhGb}>{{{h{c}}}Gd{}}{c{{Bf{e}}}{}{}}0{{{h{c}}}Nd{}}{ce{}{}}```````````````````````````````````???????>>>>>>>{{{h{AHj}}}AHj}{{{h{AHl}}}AHl}{{{h{AHn}}}AHn}{{{h{Ln}}}Ln}{{{h{AI`}}}AI`}{{{h{ADd}}}ADd}{{{h{c}}{h{de}}}Ab{}{}}00000``{{}AI`}{{{h{AHj}}{h{AHj}}}Gh}{{{h{AHl}}{h{AHl}}}Gh}{{{h{AHn}}{h{AHn}}}Gh}{{{h{Ln}}{h{Ln}}}Gh}{{{h{AI`}}{h{AI`}}}Gh}{{{h{AHf}}{h{AHf}}}Gh}{{{h{c}}{h{e}}}Gh{}{}}00000000000{{{h{AHj}}{h{dHh}}}Hl}{{{h{AHl}}{h{dHh}}}Hl}{{{h{AHn}}{h{dHh}}}Hl}{{{h{Ln}}{h{dHh}}}Hl}{{{h{AI`}}{h{dHh}}}Hl}{{{h{AHf}}{h{dHh}}}Hl}0{{{h{ADd}}{h{dHh}}}Hl}{cc{}}0{GhAHn}1{AHlLn}2222{{{h{Ln}}{h{{An{Gd{Mn{AEj}}}}}}}{{Bf{AI`AHf}}}}{{{h{AHj}}{h{dc}}}AbKb}{{{h{AI`}}{h{dc}}}AbKb}{{{h{AHl}}}Gd}`{ce{}{}}000000{{{h{AHl}}}Gh}{{{h{AHn}}}Gh}{{{h{AI`}}}Gh}`{{{h{AI`}}{h{AI`}}}{{Ch{Fb}}}}{{{h{Ln}}}Gh}`{{{h{AHj}}c}BfMf}{{{h{AHl}}c}BfMf}{{{h{AHn}}c}BfMf}{{{h{Ln}}c}BfMf}{{{h{AI`}}c}BfMf}`{{{h{c}}}e{}{}}00000{{{h{c}}}Gd{}}{c{{Bf{e}}}{}{}}0000000000000{{{h{c}}}Nd{}}000000>>>>>>>``````````````````````````````````````{{{h{c}}}{{h{e}}}{}{}}00000000000{{{h{dc}}}{{h{de}}}{}{}}00000000000{{AIbEd}{{Bf{AIdGb}}}}{{{AIf{c}}Ed}{{Bf{AIdGb}}}{{AIh{ABn}}}}{{{AIj{c}}Ed}{{Bf{AIdGb}}}{{AIh{AC`}}}}{{{AIl{c}}Ed}{{Bf{AIdGb}}}{{AIh{AC`}}}}{{{AIn{c}}Ed}{{Bf{AIdGb}}}{{AIh{AJ`}}}}{{{AJb{c}}Ed}{{Bf{AIdGb}}}{{AJd{ABn}}}}{{{AJf{c}}Ed}{{Bf{AIdGb}}}{{AJd{ABn}}}}{{{AJh{c}}Ed}{{Bf{AIdGb}}}{{AJd{AC`}}}}{{{AJj{c}}Ed}{{Bf{AIdGb}}}{{AJd{AC`}}}}{{{AJl{c}}Ed}{{Bf{AIdGb}}}{{AJd{AC`}}}}{{{AJn{c}}Ed}{{Bf{AIdGb}}}{{AJd{AC`}}}}{{{AK`{c}}Ed}{{Bf{AIdGb}}}{{AJd{AJ`}}}}{{{AKb{c}}Ed}{{Bf{AIdGb}}}{{AJd{AJ`}}}}{{{h{{AIf{c}}}}}{{AIf{c}}}{Al{AIh{ABn}}}}{{{h{{AIj{c}}}}}{{AIj{c}}}{Al{AIh{AC`}}}}{{{h{{AIl{c}}}}}{{AIl{c}}}{Al{AIh{AC`}}}}{{{h{{AIn{c}}}}}{{AIn{c}}}{Al{AIh{AJ`}}}}{{{h{{AJb{c}}}}}{{AJb{c}}}{Al{AJd{ABn}}}}{{{h{{AJf{c}}}}}{{AJf{c}}}{Al{AJd{ABn}}}}{{{h{{AJh{c}}}}}{{AJh{c}}}{Al{AJd{AC`}}}}{{{h{{AJj{c}}}}}{{AJj{c}}}{Al{AJd{AC`}}}}{{{h{{AJl{c}}}}}{{AJl{c}}}{Al{AJd{AC`}}}}{{{h{{AJn{c}}}}}{{AJn{c}}}{Al{AJd{AC`}}}}{{{h{{AK`{c}}}}}{{AK`{c}}}{Al{AJd{AJ`}}}}{{{h{{AKb{c}}}}}{{AKb{c}}}{Al{AJd{AJ`}}}}{{{h{c}}{h{de}}}Ab{}{}}00000000000{{{h{{AIf{c}}}}{h{dHh}}}Hl{Hn{AIh{ABn}}}}{{{h{{AIj{c}}}}{h{dHh}}}Hl{Hn{AIh{AC`}}}}{{{h{{AIl{c}}}}{h{dHh}}}Hl{Hn{AIh{AC`}}}}{{{h{{AIn{c}}}}{h{dHh}}}Hl{Hn{AIh{AJ`}}}}{{{h{{AJb{c}}}}{h{dHh}}}Hl{Hn{AJd{ABn}}}}{{{h{{AJf{c}}}}{h{dHh}}}Hl{Hn{AJd{ABn}}}}{{{h{{AJh{c}}}}{h{dHh}}}Hl{Hn{AJd{AC`}}}}{{{h{{AJj{c}}}}{h{dHh}}}Hl{Hn{AJd{AC`}}}}{{{h{{AJl{c}}}}{h{dHh}}}Hl{Hn{AJd{AC`}}}}{{{h{{AJn{c}}}}{h{dHh}}}Hl{Hn{AJd{AC`}}}}{{{h{{AK`{c}}}}{h{dHh}}}Hl{Hn{AJd{AJ`}}}}{{{h{{AKb{c}}}}{h{dHh}}}Hl{Hn{AJd{AJ`}}}}{cc{}}00000000000{ce{}{}}00000000000{{AId{h{{Mb{M`}}}}Ed}{{Bf{{C`{LdLf}}Gb}}}}{{c{h{{Mb{M`}}}}Ed}{{Bf{{C`{{Oh{A@l}}{An{A@lAFn}}}}Gb}}}{}}00000000000{{{h{c}}}e{}{}}00000000000{c{{Bf{e}}}{}{}}00000000000000000000000{{{h{c}}}Nd{}}00000000000555555555555``````````````````````````````{{{h{c}}}{{h{e}}}{}{}}00{{{h{dc}}}{{h{de}}}{}{}}00{{{h{AKd}}}AKd}{{{h{c}}{h{de}}}Ab{}{}}{{{h{AKd}}{h{dHh}}}Hl}0{{{h{Jj}}{h{dHh}}}Hl}0{{{h{Dh}}{h{dHh}}}Hl}0={AHfJj}{OdJj}{AKfJj}{cc{}}{AKdJj}{GbJj}2{ce{}{}}00{{{h{c}}}e{}{}}{{{h{c}}}Gd{}}00{c{{Bf{e}}}{}{}}00000{{{h{c}}}Nd{}}00444``````````{{{h{c}}}{{h{e}}}{}{}}{{{h{dc}}}{{h{de}}}{}{}}{{{h{AKh}}}{{Ch{Gd}}}}{{{h{AKh}}}Gd}{c{{Bf{AKh}}}Gf}{{{h{f}}{h{Nh}}Gh}{{Bf{AKh{h{Nh}}}}}}{{{h{AKh}}{h{dHh}}}Hl}0>{{{h{Nh}}}{{Bf{AKhc}}}{}}<``{{{h{AKh}}c}BfMf};::9=```````````````````````````````````````````{{}AKj}{{}A@b}{{A@lBb}{{Bf{A@nAA`}}}};;;;;;;;;;;;::::::::::::{{{h{{AKl{ce}}}}{h{g}}}{{AAd{{AAb{c}}}}}{A@`On}A@h{{AAf{c}}}}{{{h{{A@d{c{A@h{}{{AAh{e}}}}}}}}}{{Bf{AbAAj}}}On{{ABl{}{{AAl{AAn}}{AB`{ABb}}{ABd{ABf}}{ABh{ABj}}}}OnOnOnOn}}00000{{{h{c}}}{{Bf{AbAAj}}}On}{{{h{{A@f{c{A@h{}{{AAh{e}}}}}}}}}{{Bf{AbAAj}}}On{{ABl{}{{AAl{AAn}}{AB`{ABb}}{ABd{ABf}}{ABh{ABj}}}}OnOnOnOn}}{{{h{{Cl{{Mn{Cj}}}}}}}{{Bf{AbAAj}}}}{{{h{{AKn{ce}}}}}{{AKn{ce}}}AlA@h}{{{h{A@b}}}A@b}{{{h{AL`}}}AL`}{{{h{{AKl{ce}}}}}{{AKl{ce}}}{AlOn}{AlA@h}}{{{h{A@l}}}A@l}{{{h{AFn}}}AFn}{{{h{ALb}}}ALb}{{{h{ALd}}}ALd}{{{h{ALf}}}ALf}{{{h{c}}{h{de}}}Ab{}{}}00000000{{{h{{AKl{ce}}}}{h{{AKl{ce}}}}}Fb{ACbOn}{ACbA@h}}{{{h{A@l}}{h{A@l}}}Fb}{{{h{ALb}}{h{ALb}}}Fb}{{{h{ALf}}{h{ALf}}}Fb}`{{}AL`}{{{h{{AKn{ce}}}}}{{h{g}}}{}A@h{}}{{A@lBb}{{Bf{A@nAA`}}}}{c{{Bf{A@l}}}Gf}{{{h{{AKl{ce}}}}}Af{A@`On}A@h}{{{h{A@b}}{h{A@b}}}Gh}{{{h{AH`}}{h{AH`}}}Gh}{{{h{{AKl{ce}}}}{h{{AKl{ce}}}}}Gh{GlOn}{GlA@h}}{{{h{A@l}}{h{A@l}}}Gh}{{{h{AFn}}{h{AFn}}}Gh}{{{h{ALb}}{h{ALb}}}Gh}{{{h{ALd}}{h{ALd}}}Gh}{{{h{ALf}}{h{ALf}}}Gh}{{{h{c}}{h{e}}}Gh{}{}}0000000000000{{{h{{ALh{c}}}}{h{dHh}}}Hl{HnA@h}}{{{h{A@b}}{h{dHh}}}Hl}{{{h{AL`}}{h{dHh}}}Hl}{{{h{AH`}}{h{dHh}}}Hl}0{{{h{{AKl{ce}}}}{h{dHh}}}{{Bf{AbHj}}}OnA@h}0{{{h{A@l}}{h{dHh}}}{{Bf{AbHj}}}}0{{{h{AFn}}{h{dHh}}}{{Bf{AbHj}}}}0{{{h{ALb}}{h{dHh}}}{{Bf{AbHj}}}}{{{h{ALd}}{h{dHh}}}{{Bf{AbHj}}}}{{{h{ALf}}{h{dHh}}}{{Bf{AbHj}}}}{{{h{{AKl{ce}}}}g}GhOnA@h{{Nb{{h{c}}}{{N`{Gh}}}}}}{ALj{{ALl{c}}}A@h}{ALn{{ALl{c}}}A@h}{cc{}}0000{AHhAH`}1{OlAH`}22{A@nA@l}3333{{A@lAKj}{{ALh{c}}}A@h}{{AFnAKj}{{ALh{c}}}A@h}{{{h{Nh}}}{{Bf{A@l}}}}{{{h{Nh}}}{{Bf{AFn}}}}{{{h{AEh}}}{{Bf{{AKl{ce}}Ol}}}{AM`On}A@h}{{{h{A@l}}}{{Ch{AMb}}}}{{{h{A@l}}}{{Mn{AMb}}}}{c{{Bf{{AKn{{AMh{}{{AMd{e}}{AMf{c}}{Kd{g}}}}i}}g}}}{}{{AMj{{Cl{Cj}}}}AMl}HnA@h}{{}{{Bf{{AKn{AMnc}}e}}}A@h{}}{{{h{dc}}}{{Bf{{AKn{AMne}}g}}}{AN`ANb}A@h{}}{{c{h{de}}}{{Bf{{AKn{{AMh{}{{AMd{g}}{AMf{c}}{Kd{i}}}}k}}i}}}{}{AN`ANb}{{AMj{{Cl{Cj}}}}AMl}HnA@h}{{ce}{{Bf{{AKn{{AMh{}{{AMd{e}}{AMf{c}}{Kd{g}}}}i}}g}}}{}{{AMj{{Cl{Cj}}}}AMl}HnA@h}{c{{Bf{{AKn{AMne}}g}}}{}A@h{}}{{{h{{ALl{c}}}}}GhA@h}{{{h{A@l}}}Gh}{{{h{{AKl{ce}}}}{h{dg}}}Ab{AEnOn}{AEnA@h}Kb}{{{h{A@l}}{h{dc}}}AbKb}{{{h{ALb}}{h{dc}}}AbKb}{{{h{ALf}}{h{dc}}}AbKb}{ce{}{}}00000000000{A@lANd}{AIh{{Bf{{ALh{c}}AH`}}}A@h}{{AJd{Ch{ANf}}AMb}{{Bf{{ALh{c}}AH`}}}A@h}{{{AKn{ec}}}{{Bf{{ALh{c}}AH`}}}A@h{{AIh{c}}}}{{{AKn{ec}}{Ch{ANf}}AMb}{{Bf{{ALh{c}}AH`}}}A@h{{AJd{c}}}}{{{ALh{c}}}{{Bf{{ALh{c}}AH`}}}A@h}{A@l{{Bf{{ALh{c}}AH`}}}A@h}{AFn{{Bf{{ALh{c}}AH`}}}A@h}{AJd{{Bf{{ALl{c}}AH`}}}A@h}{{{ALl{c}}}{{Bf{{ALl{c}}AH`}}}A@h}{{{AKn{ec}}}{{Bf{{ALl{c}}AH`}}}A@h{{AJd{c}}}}{{{AKn{ce}}}c{}A@h}{A@l{{Mn{A@l}}}}{AFn{{Mn{AFn}}}}{{{ALl{c}}Ed}{{Ch{ALn}}}A@h}{{{ALl{c}}Ed{h{{Mb{e}}}}}ALjA@hAG`}{{{h{A@l}}}Gh}{{}Gh}{{{h{A@b}}}Gh}2{{{h{AFn}}}Gh}212133{{{h{{AKl{ce}}}}}AEjOnA@h}``{{{h{{AKl{ce}}}}}{{Bf{{AFd{c}}Ol}}}OnA@h}{{}AKj}{{{h{A@l}}}ANh}{{{h{{A@d{c{A@h{}{{AAh{e}}}}}}}}}{{Ch{AEj}}}On{{ABl{}{{AAl{AAn}}{AB`{ABb}}{ABd{ABf}}{ABh{ABj}}}}OnOnOnOn}}44{{{h{AKj}}{h{AKj}}}AKj}5{{}{{h{Nh}}}}{{AEj{Mn{c}}}{{Bf{{AKl{ce}}Ol}}}OnA@h}{{{h{A@l}}}AEj}``{{{h{{A@d{c{A@h{}{{AAh{e}}}}}}}}}{{Bf{AbOl}}}On{{ABl{}{{AAl{AAn}}{AB`{ABb}}{ABd{ABf}}{ABh{ABj}}}}OnOnOnOn}}{{{ALh{c}}AKj}{{ALh{c}}}A@h}{{{h{{AKl{ce}}}}{h{{AKl{ce}}}}}{{Ch{Fb}}}{AGbOn}{AGbA@h}}{{{h{A@l}}{h{A@l}}}{{Ch{Fb}}}}{{{h{ALb}}{h{ALb}}}{{Ch{Fb}}}}{{{h{ALf}}{h{ALf}}}{{Ch{Fb}}}}{{{h{c}}}AEjOn}{{{h{{AKl{ce}}}}}{{h{{Cl{c}}}}}OnA@h}{{{h{{AKl{ce}}}}}{{Bf{AbOl}}}OnA@h}{{{h{{AKl{ce}}}}g}{{Bf{{Mn{{Mn{Cj}}}}Ol}}}{A@`On}A@h{{AEl{c}}}}{{{h{{AKl{ce}}}}}AEjOnA@h}{{{h{A@l}}c}BfMf}{{}AGh}{{{h{{AKl{ce}}}}}{{A@f{ce}}}{A@`On}A@h}{{}AKj}{{{h{c}}}e{}{}}00000000{{{h{AFn}}{h{{Mb{c}}}}}{{Bf{A@lANj}}}AG`}{{{h{c}}}Gd{}}000{{{h{{A@d{c{A@h{}{{AAh{e}}}}}}}}}{{Bf{AbOl}}}On{{ABl{}{{AAl{AAn}}{AB`{ABb}}{ABd{ABf}}{ABh{ABj}}}}OnOnOnOn}}0{{{h{{AKl{ce}}}}{h{dk}}}{{Bf{{AKl{ge}}{AGj{i}}}}}OnA@hOn{}{{AGl{cgi}}}}{c{{Bf{e}}}{}{}}00000000000000000000000{{{h{c}}}Nd{}}00000000000{ce{}{}}00000000000`{{{h{ANl}}}{{Ch{Dj}}}}{{{h{ANl}}}{{Ch{Dn}}}}{{{h{ANl}}AEj}{{Ch{Kn}}}}`{{{h{Jb}}{h{Nh}}{h{{Cl{{h{{Cl{{h{Nh}}}}}}}}}}}{{Bf{AbANn}}}}````````````````````````````````````{{{h{dJl}}AO`l{A`{n}}}{{Ch{{A`{n}}}}}}``{{{h{Jl}}{h{{Mb{M`}}}}}Lf}`{{{h{c}}}{{h{e}}}{}{}}0000000{{{h{dc}}}{{h{de}}}{}{}}0000000{{Lf{h{{Oh{A@l}}}}{h{{Mb{M`}}}}}Jl}{{{h{AO`}}}AO`}{{{h{AOb}}}AOb}{{{h{{AOd{c}}}}}{{AOd{c}}}{AlAOfHnAl}}{{{h{l}}}l}{{{h{Jl}}}Jl}{{{h{Hd}}}Hd}{{{h{AOh}}}AOh}{{{h{c}}{h{de}}}Ab{}{}}000000{{{h{AO`}}{h{AO`}}}Fb}{{{h{l}}{h{l}}}Fb}{{}l}{{}Jl}{{}Hd}{{}AOh}{{{h{{AOd{c}}}}}{{h{e}}}{AOfHnAl}{}}{{{h{AOj}}}{{Ch{AFn}}}}0{{{h{{AOd{{AOl{ALn}}}}}}}{{Ch{AFn}}}}{{{h{{AOd{AOn}}}}}{{Ch{AFn}}}}{{{h{{AOd{{B@`{ALn}}}}}}}{{Ch{AFn}}}}{{{h{AO`}}{h{AO`}}}Gh}{{{h{AOb}}{h{AOb}}}Gh}{{{h{l}}{h{l}}}Gh}{{{h{AOh}}{h{AOh}}}Gh}{{{h{c}}{h{e}}}Gh{}{}}0000000{{{h{Jl}}AO`}{{Ch{{h{{A`{n}}}}}}}}{{{h{AO`}}{h{dHh}}}Hl}{{{h{Hf}}{h{dHh}}}Hl}0{{{h{AOb}}{h{dHh}}}Hl}{{{h{{AOd{c}}}}{h{dHh}}}Hl{HnAOfHnAl}}{{{h{l}}{h{dHh}}}Hl}{{{h{Jl}}{h{dHh}}}Hl}{{{h{Hd}}{h{dHh}}}Hl}{{{h{AOh}}{h{dHh}}}Hl}{ABjAO`}{cc{}}{ANhAO`}1111111{{{h{AO`}}{h{dc}}}AbKb}{{{h{AOj}}{h{{Mb{M`}}}}}AO`}{{{h{{AOd{{B@`{ALn}}}}}}{h{{Mb{M`}}}}}AO`}{{{h{{AOd{{AOl{ALn}}}}}}{h{{Mb{M`}}}}}AO`}{{{h{{AOd{AOn}}}}{h{{Mb{M`}}}}}AO`}{{{h{Jl}}}{{Mn{{h{AO`}}}}}}{ce{}{}}0000000{{cAOb}{{AOd{c}}}{AOfHnAl}}{{}Jl}{{{h{AO`}}{h{AO`}}}{{Ch{Fb}}}}{{{h{l}}{h{l}}}{{Ch{Fb}}}}{{{h{dJl}}AO`l}{{Ch{{A`{n}}}}}}{{{h{B@b}}{h{dHb}}AEj{h{Hd}}{h{{Mb{M`}}}}}{{Bf{AbHf}}}}{{{h{{AOd{AOn}}}}{h{dHb}}AEj{h{Hd}}{h{{Mb{M`}}}}}{{Bf{AbHf}}}}{{{h{{AOd{{AOl{ALn}}}}}}{h{dHb}}AEj{h{Hd}}{h{{Mb{M`}}}}}{{Bf{AbHf}}}}{{{h{{AOd{{B@`{ALn}}}}}}{h{dHb}}AEj{h{Hd}}{h{{Mb{M`}}}}}{{Bf{AbHf}}}}{{{h{n}}{h{dHb}}{h{Hd}}{h{{Mb{M`}}}}}{{Bf{AbHf}}}}{{{h{c}}{h{dHb}}{h{Hd}}{h{{Mb{M`}}}}}{{Bf{AbHf}}}{}}`{{{h{Jl}}}{{Mn{{h{{A`{n}}}}}}}}`{{{h{c}}}e{}{}}000000{{{h{c}}}Gd{}}``{c{{Bf{e}}}{}{}}000000000000000{{{h{c}}}Nd{}}0000000{ce{}{}}0000000````````````````{{{h{d{Df{c}}}}{h{e}}}{{h{d{Df{c}}}}}{}{{B@f{B@d}}}}{{{h{d{Df{c}}}}K`JhAFh}{{Bf{{h{d{Df{c}}}}B@h}}}{}}{{{h{d{Df{c}}}}K`JhAFhMd}{{Bf{{h{d{Df{c}}}}B@h}}}{}}{{{h{d{Df{c}}}}}{{h{d{Df{c}}}}}{}}{{{h{d{Df{c}}}}AfDj}{{h{d{Df{c}}}}}{}}{{{h{d{Df{c}}}}K`}{{h{d{Df{c}}}}}{}}{{{h{d{Df{c}}}}K`}{{Bf{{h{d{Df{c}}}}B@j}}}{}}{{{h{d{Df{c}}}}{h{{Cl{K`}}}}}{{Bf{{h{d{Df{c}}}}B@j}}}{}}{{{h{d{Df{c}}}}Gh}{{h{d{Df{c}}}}}{}}{{{h{c}}}{{h{e}}}{}{}}0000{{{h{dc}}}{{h{de}}}{}{}}0000{{{h{d{Df{c}}}}B@l}{{h{d{Df{c}}}}}{}}{{{h{{Df{c}}}}}{{Df{c}}}Al}{{{h{B@n}}}B@n}{{{h{B@l}}}B@l}{{{h{c}}{h{de}}}Ab{}{}}00{{{h{B@l}}{h{B@l}}}Fb}{{{Df{c}}e}{{Df{e}}}{}O`}{{{h{d{Df{c}}}}Bb}{{h{d{Df{c}}}}}{}}{{}B@n}{{}B@l}{{{h{d{Df{c}}}}}{{h{d{Df{c}}}}}{}}{{{h{d{Df{c}}}}Af}{{h{d{Df{c}}}}}{}}11{{{h{d{Df{c}}}}Md}{{h{d{Df{c}}}}}{}}{{{h{B@l}}{h{B@l}}}Gh}{{{h{c}}{h{e}}}Gh{}{}}0{{{h{d{Df{c}}}}Dj}{{h{d{Df{c}}}}}{}}{{{h{d{Df{c}}}}Dn}{{h{d{Df{c}}}}}{}}{{{Df{c}}}{{Bf{HbJj}}}O`}{{{Df{c}}{h{de}}}{{Bf{HbJj}}}O`ANb}{{{h{{Df{c}}}}{h{dHh}}}HlHn}{{{h{B@j}}{h{dHh}}}Hl}0{{{h{B@h}}{h{dHh}}}Hl}0{{{h{B@n}}{h{dHh}}}Hl}{{{h{B@l}}{h{dHh}}}Hl}{cc{}}0000{{{h{B@l}}{h{dc}}}AbKb}?{ce{}{}}0000{{{h{d{Df{c}}}}}{{h{d{Df{c}}}}}{}}{{{h{d{Df{c}}}}BA`}{{h{d{Df{c}}}}}{}}11{{{h{d{Df{c}}}}B@n}{{h{d{Df{c}}}}}{}}{{{h{B@l}}{h{B@l}}}{{Ch{Fb}}}}{{{h{d{Df{c}}}}{An{Gd{Mn{AEj}}}}j}{{h{d{Df{c}}}}}{}}{{{h{d{Df{c}}}}{Mn{{C`{AfDj}}}}}{{h{d{Df{c}}}}}{}}{{{h{d{Df{c}}}}Jf}{{h{d{Df{c}}}}}{}}{{{h{B@n}}{h{dBl}}}Ab}{{{h{B@n}}{h{dBl}}{h{dc}}}AbANb}{{{h{c}}}e{}{}}00{{{h{c}}}Gd{}}0{c{{Bf{e}}}{}{}}000000000{{{h{c}}}Nd{}}0000{{{h{d{Df{c}}}}{Mn{K`}}}{{h{d{Df{c}}}}}{}}{{{h{d{Df{c}}}}BAb}{{h{d{Df{c}}}}}{}}?????````","D":"GD`","p":[[5,"Balance",0,1977],[0,"mut"],[5,"Wallet",0,1978],[1,"reference"],[6,"KeychainKind",0,1979],[5,"SignerOrdering",1671,1980],[10,"TransactionSigner",1671,1980],[5,"Arc",1981],[1,"unit"],[17,"Item"],[5,"ScriptBuf",1982],[8,"Indexed",1983],[10,"Iterator",1984],[10,"Clone",1985],[5,"BTreeMap",1986],[5,"Block",1987],[1,"u32"],[5,"CannotConnectError",1988],[6,"Result",1989],[5,"BlockId",1990],[6,"ApplyHeaderError",1988],[5,"Transaction",1991],[1,"u64"],[1,"tuple"],[10,"IntoIterator",1992],[5,"Update",0,1978],[10,"Into",1993],[6,"Option",1994],[1,"u8"],[1,"slice"],[5,"ConfirmationBlockTime",1990],[5,"TxGraph",1995],[5,"Txid",1991],[8,"DefaultCoinSelectionAlgorithm",489,1996],[5,"TxBuilder",1858,1997],[6,"BuildFeeBumpError",1249,1998],[5,"Amount",1999],[6,"CalculateFeeError",1995],[5,"FeeRate",2000],[5,"LoadParams",0,2001],[5,"BlockHash",1987],[6,"Network",2002],[5,"CheckPointIter",2003],[5,"LocalOutput",0,1979],[5,"WeightedUtxo",0,1979],[6,"Utxo",0,1979],[5,"ChangeSet",0,2004],[5,"AddressInfo",0,1978],[6,"Ordering",2005],[5,"CreateParams",0,2001],[5,"PersistedWallet",0,2006],[6,"CreateWithPersistError",0,2006],[10,"WalletPersister",0,2006],[10,"IntoWalletDescriptor",588],[10,"Send",2007],[10,"AsyncWalletPersister",0,2006],[6,"Error",849],[5,"String",2008],[10,"Deserializer",2009],[1,"bool"],[6,"LoadWithPersistError",0,2006],[10,"PartialEq",2005],[6,"LoadError",0,1978],[6,"LoadMismatch",0,1978],[5,"Psbt",2010],[5,"SignOptions",1671,1980],[6,"SignerError",1671,1980],[5,"Formatter",2011],[5,"Error",2011],[8,"Result",2011],[10,"Debug",2011],[6,"FileStoreError",0,2006],[10,"Display",2011],[6,"ApplyBlockError",0,1978],[5,"ChangeSet",1988],[5,"ChangeSet",2012],[5,"ChangeSet",1995],[5,"ChangeSet",2013],[5,"SyncResult",2014],[5,"FullScanResult",2014],[5,"Transaction",2015],[8,"Result",2016],[5,"PsbtSighashType",2017],[5,"Input",2017],[6,"CreateTxError",1249,1998],[5,"SignersContainer",1671,1980],[8,"WalletTx",0,1978],[5,"OutPoint",1991],[10,"Hasher",2018],[17,"Error"],[10,"Future",2019],[5,"Box",2020],[5,"Pin",2021],[5,"AlterCheckPointError",1988],[5,"TxOut",1991],[10,"IsDust",0,2022],[5,"Script",2023],[8,"ExtendedDescriptor",588],[8,"KeyMap",1349,2024],[5,"CheckPoint",2003],[10,"DoubleEndedIterator",2025],[5,"LocalChain",1988],[5,"Policy",882],[6,"All",2026],[5,"Secp256k1",2027],[5,"Sequence",1991],[10,"Serializer",2028],[5,"KeychainTxOutIndex",2012],[5,"FullScanRequestBuilder",2014],[5,"SyncRequestBuilder",2014],[5,"Vec",2029],[17,"Output"],[10,"FnMut",2030],[5,"TypeId",2031],[5,"TxNode",1995],[1,"str"],[5,"LargestFirstCoinSelection",489,1996],[5,"OldestFirstCoinSelection",489,1996],[5,"BranchAndBoundCoinSelection",489,1996],[10,"CoinSelectionAlgorithm",489,1996],[5,"CoinSelectionResult",489,1996],[6,"Error",489,1996],[6,"Excess",489,1996],[6,"Descriptor",588,2024],[5,"Address",2032],[6,"Error",2033],[10,"MiniscriptKey",2033],[10,"ToPublicKey",2033],[6,"ScriptContextEnum",1349],[5,"Miniscript",588,2034],[6,"Terminal",2035],[10,"ScriptContext",1349,2036],[6,"Tree",2037],[6,"DescriptorPublicKey",1349,2038],[5,"DefiniteDescriptorKey",2038],[6,"ConversionError",2038],[6,"Placeholder",2039],[5,"Satisfaction",2039],[10,"AssetProvider",2040],[17,"Key"],[6,"ScriptContextError",2036],[17,"Sha256"],[5,"Hash",2041],[17,"Hash256"],[5,"Hash",2042],[17,"Ripemd160"],[5,"Hash",2043],[17,"Hash160"],[5,"Hash",2044],[10,"ParseableKey",2035],[6,"Legacy",588,2036],[6,"Segwitv0",588,2036],[10,"Ord",2005],[5,"PublicKey",2045],[10,"Verification",2046],[6,"DescriptorType",2024],[5,"DescriptorId",2047],[10,"FromStrKey",2048],[5,"ExtParams",2049],[6,"AnalysisError",2049],[10,"ExtractPolicy",588],[6,"BuildSatisfaction",882],[5,"Range",2050],[5,"Tr",2051],[5,"Bare",2052],[5,"Pkh",2052],[5,"Wpkh",2053],[5,"Wsh",2053],[5,"Sh",2054],[5,"Type",2055],[5,"ExtData",2056],[5,"Tree",2057],[1,"usize"],[10,"Satisfier",2039],[10,"Hash",2018],[5,"Iter",2058],[5,"PkIter",2058],[6,"Policy",2059],[6,"LiftError",2060],[5,"Weight",2061],[6,"BareCtx",2036],[6,"TapTree",2051],[6,"DescriptorSecretKey",1349,2038],[10,"Signing",2046],[10,"PartialOrd",2005],[5,"Plan",2040],[5,"TxIn",1991],[6,"SigType",2036],[6,"TranslateErr",2033],[10,"Translator",2033],[6,"HexToBytesError",2062],[6,"KeyError",1349],[6,"ParsePublicKeyError",2045],[6,"Error",2063],[6,"PolicyError",882],[6,"Error",2064],[6,"PkOrF",882],[6,"SatisfiableItem",882],[6,"Satisfaction",882],[5,"Condition",882],[10,"DescriptorTemplate",1065],[8,"DescriptorTemplateOut",1065],[5,"P2Pkh",1065],[10,"IntoDescriptorKey",1349],[5,"P2Wpkh_P2Sh",1065],[5,"P2Wpkh",1065],[5,"P2TR",1065],[6,"Tap",2036],[5,"Bip44",1065],[10,"DerivableKey",1349],[5,"Bip44Public",1065],[5,"Bip49",1065],[5,"Bip49Public",1065],[5,"Bip84",1065],[5,"Bip84Public",1065],[5,"Bip86",1065],[5,"Bip86Public",1065],[6,"MiniscriptPsbtError",1249,1998],[6,"Error",2065],[5,"FullyNodedExport",1326,2066],[8,"ValidNetworks",1349],[5,"SortedMultiVec",1349,2067],[5,"GeneratedKey",1349],[5,"PrivateKeyGenerateOptions",1349],[5,"SinglePub",1349,2038],[5,"SinglePriv",1349,2038],[6,"SinglePubKey",1349,2038],[6,"DescriptorKey",1349],[5,"Xpub",2064],[6,"ExtendedKey",1349],[5,"Xpriv",2064],[10,"FromStr",2068],[5,"DerivationPath",2064],[17,"Entropy"],[17,"Options"],[10,"GeneratableKey",1349],[10,"AsMut",1993],[10,"Default",2069],[10,"GeneratableDefaultOptions",1349],[10,"CryptoRng",2070],[10,"RngCore",2070],[5,"Assets",2040],[8,"KeySource",2064],[5,"Fingerprint",2064],[5,"DescriptorKeyParseError",2038],[10,"PsbtUtils",1665],[6,"Error",2071],[6,"SignerId",1671,1980],[6,"SignerContext",1671,1980],[5,"SignerWrapper",1671,1980],[10,"Sized",2007],[6,"TapLeavesOptions",1671,1980],[10,"SignerCommon",1671,1980],[5,"DescriptorMultiXKey",2038],[5,"PrivateKey",2045],[5,"DescriptorXKey",2038],[10,"InputSigner",1671,1980],[5,"PushBytes",2072],[10,"AsRef",1993],[6,"AddForeignUtxoError",1858,1997],[6,"AddUtxoError",1858,1997],[6,"ChangeSpendPolicy",1858,1997],[6,"TxOrdering",1858,1997],[6,"LockTime",2073],[1,"i32"],[15,"InvalidTxid",1973],[15,"UnexpectedConnectedToHash",475],[15,"Network",477],[15,"Genesis",477],[15,"Descriptor",477],[15,"Custom",1975],[15,"Foreign",486],[15,"InsufficientFunds",581],[15,"Change",583],[15,"NoChange",583],[8,"DerivedDescriptor",588],[15,"PsbtTimelocks",1041],[15,"Complete",1044],[15,"Partial",1044],[15,"PartialComplete",1044],[15,"Sha256Preimage",1055],[15,"Hash256Preimage",1055],[15,"Ripemd160Preimage",1055],[15,"Hash160Preimage",1055],[15,"Thresh",1055],[15,"Multisig",1055],[15,"AbsoluteTimelock",1055],[15,"RelativeTimelock",1055],[15,"RbfSequenceCsv",1320],[15,"LockTime",1320],[15,"FeeTooLow",1320],[15,"FeeRateTooLow",1320],[8,"WalletExport",1326],[10,"ExtScriptContext",1349],[15,"Tap",1857]],"r":[[0,1997],[1,1997],[2,1978],[3,1978],[4,2006],[5,1977],[9,2004],[10,1997],[11,2001],[12,2006],[21,2006],[24,588],[29,2022],[30,1979],[32,1978],[33,1978],[34,2001],[35,2006],[37,1979],[47,2006],[49,1980],[50,1997],[51,1997],[55,1978],[56,1979],[59,1978],[60,2006],[61,1978],[62,1979],[146,1978],[198,1978],[199,1978],[340,2074],[355,1978],[356,1978],[364,588],[423,1978],[472,1978],[491,1996],[493,1996],[494,1996],[495,1996],[496,1996],[497,1996],[499,1996],[501,1996],[524,1996],[592,2024],[594,2038],[601,2036],[602,2034],[607,882],[608,2036],[609,2036],[643,848],[1249,1998],[1252,1998],[1260,1998],[1326,2066],[1327,2066],[1352,2038],[1353,2038],[1368,2024],[1378,2036],[1383,2038],[1384,2038],[1385,2038],[1386,2067],[1669,2075],[1670,2075],[1678,1980],[1695,1980],[1696,1980],[1697,1980],[1698,1980],[1699,1980],[1700,1980],[1701,1980],[1702,1980],[1704,1980],[1705,1980],[1858,1997],[1859,1997],[1862,1997],[1869,1997],[1870,1997]],"b":[[203,"impl-Debug-for-Balance"],[204,"impl-Display-for-Balance"],[211,"impl-Display-for-FileStoreError"],[212,"impl-Debug-for-FileStoreError"],[213,"impl-Debug-for-LoadWithPersistError%3CE%3E"],[214,"impl-Display-for-LoadWithPersistError%3CE%3E"],[215,"impl-Display-for-CreateWithPersistError%3CE%3E"],[216,"impl-Debug-for-CreateWithPersistError%3CE%3E"],[219,"impl-Debug-for-AddressInfo"],[220,"impl-Display-for-AddressInfo"],[221,"impl-Display-for-LoadError"],[222,"impl-Debug-for-LoadError"],[224,"impl-Debug-for-ApplyBlockError"],[225,"impl-Display-for-ApplyBlockError"],[235,"impl-From%3CChangeSet%3E-for-ChangeSet"],[236,"impl-From%3CChangeSet%3E-for-ChangeSet"],[237,"impl-From%3CChangeSet%3CConfirmationBlockTime%3E%3E-for-ChangeSet"],[238,"impl-From%3CChangeSet%3CConfirmationBlockTime,+ChangeSet%3E%3E-for-ChangeSet"],[245,"impl-From%3CSyncResult%3E-for-Update"],[246,"impl-From%3CFullScanResult%3CKeychainKind%3E%3E-for-Update"],[530,"impl-Display-for-Error"],[531,"impl-Debug-for-Error"],[681,"impl-Descriptor%3CDescriptorPublicKey%3E"],[682,"impl-Descriptor%3CDefiniteDescriptorKey%3E"],[709,"impl-Debug-for-Descriptor%3CPk%3E"],[710,"impl-Display-for-Descriptor%3CPk%3E"],[713,"impl-Debug-for-Miniscript%3CPk,+Ctx%3E"],[714,"impl-Display-for-Miniscript%3CPk,+Ctx%3E"],[717,"impl-From%3CTr%3CPk%3E%3E-for-Descriptor%3CPk%3E"],[719,"impl-From%3CBare%3CPk%3E%3E-for-Descriptor%3CPk%3E"],[720,"impl-From%3CPkh%3CPk%3E%3E-for-Descriptor%3CPk%3E"],[721,"impl-From%3CWpkh%3CPk%3E%3E-for-Descriptor%3CPk%3E"],[722,"impl-From%3CWsh%3CPk%3E%3E-for-Descriptor%3CPk%3E"],[723,"impl-From%3CSh%3CPk%3E%3E-for-Descriptor%3CPk%3E"],[866,"impl-Debug-for-Error"],[867,"impl-Display-for-Error"],[869,"impl-From%3CHexToBytesError%3E-for-Error"],[870,"impl-From%3CKeyError%3E-for-Error"],[871,"impl-From%3CParsePublicKeyError%3E-for-Error"],[872,"impl-From%3CError%3E-for-Error"],[873,"impl-From%3CError%3E-for-Error"],[874,"impl-From%3CPolicyError%3E-for-Error"],[875,"impl-From%3CError%3E-for-Error"],[969,"impl-Display-for-PolicyError"],[970,"impl-Debug-for-PolicyError"],[1287,"impl-Debug-for-MiniscriptPsbtError"],[1288,"impl-Display-for-MiniscriptPsbtError"],[1289,"impl-Debug-for-CreateTxError"],[1290,"impl-Display-for-CreateTxError"],[1291,"impl-Debug-for-BuildFeeBumpError"],[1292,"impl-Display-for-BuildFeeBumpError"],[1294,"impl-From%3CPolicyError%3E-for-CreateTxError"],[1295,"impl-From%3CError%3E-for-CreateTxError"],[1296,"impl-From%3CError%3E-for-CreateTxError"],[1298,"impl-From%3CMiniscriptPsbtError%3E-for-CreateTxError"],[1299,"impl-From%3CError%3E-for-CreateTxError"],[1336,"impl-Display-for-FullyNodedExport"],[1337,"impl-Debug-for-FullyNodedExport"],[1482,"impl-Display-for-KeyError"],[1483,"impl-Debug-for-KeyError"],[1484,"impl-Debug-for-SortedMultiVec%3CPk,+Ctx%3E"],[1485,"impl-Display-for-SortedMultiVec%3CPk,+Ctx%3E"],[1486,"impl-Debug-for-DescriptorPublicKey"],[1487,"impl-Display-for-DescriptorPublicKey"],[1488,"impl-Display-for-DescriptorSecretKey"],[1489,"impl-Debug-for-DescriptorSecretKey"],[1494,"impl-From%3CXpub%3E-for-ExtendedKey%3CCtx%3E"],[1495,"impl-From%3CXpriv%3E-for-ExtendedKey%3CCtx%3E"],[1501,"impl-From%3CError%3E-for-KeyError"],[1503,"impl-From%3CError%3E-for-KeyError"],[1545,"impl-IntoDescriptorKey%3CCtx%3E-for-GeneratedKey%3CK,+Ctx%3E"],[1546,"impl-DerivableKey%3CCtx%3E-for-GeneratedKey%3CK,+Ctx%3E"],[1752,"impl-SignerCommon-for-SignerWrapper%3CDescriptorMultiXKey%3CXpriv%3E%3E"],[1753,"impl-SignerCommon-for-SignerWrapper%3CPrivateKey%3E"],[1754,"impl-SignerCommon-for-SignerWrapper%3CDescriptorXKey%3CXpriv%3E%3E"],[1769,"impl-Debug-for-SignerError"],[1770,"impl-Display-for-SignerError"],[1777,"impl-From%3CHash%3E-for-SignerId"],[1779,"impl-From%3CFingerprint%3E-for-SignerId"],[1789,"impl-SignerCommon-for-SignerWrapper%3CDescriptorXKey%3CXpriv%3E%3E"],[1790,"impl-SignerCommon-for-SignerWrapper%3CDescriptorMultiXKey%3CXpriv%3E%3E"],[1791,"impl-SignerCommon-for-SignerWrapper%3CPrivateKey%3E"],[1807,"impl-InputSigner-for-SignerWrapper%3CPrivateKey%3E"],[1808,"impl-InputSigner-for-SignerWrapper%3CDescriptorMultiXKey%3CXpriv%3E%3E"],[1809,"impl-InputSigner-for-SignerWrapper%3CDescriptorXKey%3CXpriv%3E%3E"],[1917,"impl-Display-for-AddUtxoError"],[1918,"impl-Debug-for-AddUtxoError"],[1919,"impl-Debug-for-AddForeignUtxoError"],[1920,"impl-Display-for-AddForeignUtxoError"]],"c":"OjAAAAEAAAAAAAUAEAAAAKkC8wL/AjAFrwUXBg==","e":"OzAAAAEAABkEgAAZAAAAQQAAAE0AAQBRACQAewAAAIIAEACeAAYArQAZAMoAAADMABYA7AADAPMAAAD2AAEA+wAAAAQBAQAiAQAAPQEAAEgBAABUAQAAWgEFAGUBAABtAQ8AhAEjAK8BEQDHAREA9wERAAoCAgAOAgIAEwIGACoCGwBSAgAAYAIAAHQCAQB3AgAAeQIHAIQCAACGAgEAiQIAAIwCAQCPAgEAkwIBAJYCAQCZAgEAnAILAK0CAwCyAgsAwwIBAMYCCADQAgQA2gIAAOcCAwDyAgAA+AIBAPwCAQADAwEAGQMDAB4DAQAsAwEALwMBADMDBQA+AwcARwMDAEwDAwBgAwQAZgMGAG4DBACWAxkAsgMaAM8DAADRAwAA1wMBAOYDAADpAwQA7wMiADgEFwBRBC8AmQRIAAAFDQAPBQIAEwUBABkFDwAzBQEANwUAADkFAQA8BQAAQAUFAHQFFwCWBRUArQUBALAFAACyBSYA3gUAAOAFAADjBQAA6gUBAPcFAwAHBgAACgYEABAGAQAgBgEAJQYAAC8GAAA0BgMAPQYAAEEGCABLBgMAUgYvALEGDwDCBhQA2QYOAOkGCQD0BgAA/AYAAP4GAgAMBwEAEAcCABQHAAAYBwcAIgcfAFsHCQBmBwYAbwcBAHYHAgB9BwYAiQcAAJUHAACbBxMAsQcEAA=="}],\ ["example_bitcoind_rpc_polling",{"t":"PSSSSGPSPFGSPPNNNNHNNNNNNNNNNONNNNNNNNNNNNNNHNOOOHNNNNNNNNNNNNNNNONNNOO","n":["Block","CHANNEL_BOUND","DB_COMMIT_DELAY","DB_MAGIC","DB_PATH","Emission","Live","MEMPOOL_EMIT_DELAY","Mempool","RpcArgs","RpcCommands","STDOUT_PRINT_DELAY","Sync","Tip","augment_args","augment_args_for_update","augment_subcommands","augment_subcommands_for_update","await_flag","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","fallback_height","fmt","fmt","fmt","from","from","from","from_arg_matches","from_arg_matches","from_arg_matches_mut","from_arg_matches_mut","has_subcommand","into","into","into","main","new_client","rpc_cookie","rpc_password","rpc_user","start_ctrlc_handler","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches_mut","update_from_arg_matches_mut","url","vzip","vzip","vzip","rpc_args","rpc_args"],"q":[[0,"example_bitcoind_rpc_polling"],[69,"example_bitcoind_rpc_polling::RpcCommands"],[71,"clap::builder::command"],[72,"core::sync::atomic"],[73,"core::time"],[74,"core::fmt"],[75,"clap::parser::matches::arg_matches"],[76,"clap::error"],[77,"core::result"],[78,"anyhow"],[79,"bitcoincore_rpc::client"],[80,"alloc::sync"],[81,"core::any"]],"i":[10,0,0,0,0,0,8,0,10,0,0,0,8,10,7,7,8,8,0,10,7,8,10,7,8,7,8,7,8,7,10,7,8,10,7,8,7,8,7,8,8,10,7,8,0,7,7,7,7,0,7,8,10,7,8,10,7,8,10,7,8,7,8,7,8,7,10,7,8,21,22],"f":"``````````````{bb}000{{{f{d}}h}j}{{{f{c}}}{{f{e}}}{}{}}00{{{f{lc}}}{{f{le}}}{}{}}00{{{f{n}}}n}{{{f{A`}}}A`}{{{f{c}}{f{le}}}Ab{}{}}0`{{{f{Ad}}{f{lAf}}}Ah}{{{f{n}}{f{lAf}}}Ah}{{{f{A`}}{f{lAf}}}Ah}{cc{}}00{{{f{Aj}}}{{An{nAl}}}}{{{f{Aj}}}{{An{A`Al}}}}{{{f{lAj}}}{{An{nAl}}}}{{{f{lAj}}}{{An{A`Al}}}}{{{f{B`}}}j}{ce{}{}}00{{}{{Bb{Ab}}}}{{{f{n}}}{{Bb{Bd}}}}```{{}{{Bf{d}}}}{{{f{c}}}e{}{}}0{c{{An{e}}}{}{}}00000{{{f{c}}}Bh{}}00{{{f{ln}}{f{Aj}}}{{An{AbAl}}}}{{{f{lA`}}{f{Aj}}}{{An{AbAl}}}}{{{f{ln}}{f{lAj}}}{{An{AbAl}}}}{{{f{lA`}}{f{lAj}}}{{An{AbAl}}}}`:::``","D":"Bb","p":[[8,"Command",71],[5,"AtomicBool",72],[1,"reference"],[5,"Duration",73],[1,"bool"],[0,"mut"],[5,"RpcArgs",0],[6,"RpcCommands",0],[1,"unit"],[6,"Emission",0],[5,"Formatter",74],[8,"Result",74],[5,"ArgMatches",75],[5,"Error",76],[6,"Result",77],[1,"str"],[8,"Result",78],[5,"Client",79],[5,"Arc",80],[5,"TypeId",81],[15,"Sync",69],[15,"Live",69]],"r":[],"b":[],"c":"OjAAAAAAAAA=","e":"OzAAAAEAADYACQAAAAEABAACAAkAAgAOAA8AHwACACUABAAtAAEAMgAPAEMABAA="}],\ ["example_cli",{"t":"PGFPPPFFGGPPPPFPPGIPPPPPPPPIPGPPPGEONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOENNNNNNNNNNNNNNNOHONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOHNNNNOOOOHNNNNNNNNNNNNNONOONHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOO","n":["Address","AddressCmd","Args","Balance","BranchAndBound","ChainSpecific","ChangeInfo","ChangeSet","CoinSelectionAlgo","Commands","External","Extract","Generate","Index","Init","Init","Internal","Keychain","KeychainTxGraph","LargestFirst","List","List","New","New","NewestFirst","Next","OldestFirst","PlanUtxo","Psbt","PsbtCmd","Sign","SmallestFirst","TxOut","TxOutCmd","anyhow","args","augment_args","augment_args_for_update","augment_subcommands","augment_subcommands","augment_subcommands","augment_subcommands","augment_subcommands_for_update","augment_subcommands_for_update","augment_subcommands_for_update","augment_subcommands_for_update","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","chain","change_descriptor","change_keychain","clap","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","command","create_tx","db","default","default","descriptor","deserialize","deserialize","eq","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_arg_matches","from_arg_matches","from_arg_matches","from_arg_matches","from_arg_matches","from_arg_matches_mut","from_arg_matches_mut","from_arg_matches_mut","from_arg_matches_mut","from_arg_matches_mut","from_str","graph","handle_commands","has_subcommand","has_subcommand","has_subcommand","has_subcommand","index","index","indexer","indexer","init_or_load","into","into","into","into","into","into","into","into","into","into","into_app","into_app_for_update","is_empty","local_chain","merge","network","network","partial_cmp","planned_utxos","serialize","serialize","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","tx_graph","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches_mut","update_from_arg_matches_mut","update_from_arg_matches_mut","update_from_arg_matches_mut","update_from_arg_matches_mut","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","change","addr_cmd","change_descriptor","descriptor","network","network","psbt_cmd","txout_cmd","address","after","chain_specific","coin_select","debug","descriptor","older","psbt","psbt","try_broadcast","value","confirmed","spent","unconfirmed","unspent"],"q":[[0,"example_cli"],[221,"example_cli::AddressCmd"],[222,"example_cli::Commands"],[229,"example_cli::PsbtCmd"],[240,"example_cli::TxOutCmd"],[244,"clap::builder::command"],[245,"core::clone"],[246,"clap::derive"],[247,"core::cmp"],[248,"miniscript::plan"],[249,"bitcoin::address"],[250,"bitcoin::psbt"],[251,"core::option"],[252,"anyhow"],[253,"bdk_chain::chain_oracle"],[254,"core::result"],[255,"serde::de"],[256,"core::fmt"],[257,"clap::parser::matches::arg_matches"],[258,"clap::error"],[259,"std::sync::mutex"],[260,"bdk_chain::local_chain"],[261,"bdk_file_store::store"],[262,"bitcoin::network"],[263,"bitcoin::blockdata::transaction"],[264,"core::ops::function"],[265,"alloc::vec"],[266,"serde::ser"],[267,"alloc::string"],[268,"core::any"]],"i":[5,0,0,5,13,5,0,0,0,0,12,11,5,9,0,5,12,0,0,13,9,10,9,11,13,9,13,0,5,0,11,13,5,0,0,45,33,33,5,9,10,11,5,9,10,11,45,4,33,5,9,10,11,12,13,21,45,4,33,5,9,10,11,12,13,21,45,4,21,0,4,5,9,10,11,12,13,4,5,9,10,11,12,13,12,33,0,45,4,13,4,4,12,4,12,12,12,12,4,5,9,10,11,12,12,13,13,21,45,4,33,5,9,10,11,12,13,21,33,5,9,10,11,33,5,9,10,11,13,45,0,5,9,10,11,16,21,4,21,0,45,4,33,5,9,10,11,12,13,21,33,33,4,4,4,45,4,12,0,4,12,4,5,9,10,11,12,13,12,13,45,4,33,5,9,10,11,12,13,21,45,4,33,5,9,10,11,12,13,21,4,45,4,33,5,9,10,11,12,13,21,33,5,9,10,11,33,5,9,10,11,45,4,33,5,9,10,11,12,13,21,51,52,53,53,53,54,55,56,57,57,58,57,57,59,57,59,58,58,57,60,60,60,60],"f":"````````````````````````````````````{bb}000000000{{{d{c}}}{{d{e}}}{}{}}000000000{{{d{fc}}}{{d{fe}}}{}{}}000000000````{{{d{h}}}h}{{{d{{j{ce}}}}}{{j{ce}}}{ln}{lA`}}{{{d{Ab}}}Ab}{{{d{Ad}}}Ad}{{{d{{Af{c}}}}}{{Af{c}}}{lA`}}{{{d{Ah}}}Ah}{{{d{Aj}}}Aj}{{{d{c}}{d{fe}}}Al{}{}}000000{{{d{Ah}}{d{Ah}}}An}`{{{d{fB`}}{d{c}}{d{Bb}}AjBdBf}{{C`{{Bn{Bh{Bl{Bj}}}}}}}Cb}`{{}h}{{}Aj}`{c{{Cd{h}}}Cf}{c{{Cd{Ah}}}Cf}{{{d{h}}{d{h}}}Ch}{{{d{Ah}}{d{Ah}}}Ch}{{{d{c}}{d{e}}}Ch{}{}}00{{{d{h}}{d{fCj}}}Cl}{{{d{{j{ce}}}}{d{fCj}}}Cl{Cnn}{CnA`}}{{{d{Ab}}{d{fCj}}}Cl}{{{d{Ad}}{d{fCj}}}Cl}{{{d{{Af{c}}}}{d{fCj}}}Cl{CnA`}}{{{d{Ah}}{d{fCj}}}Cl}0{{{d{Aj}}{d{fCj}}}Cl}0{{{d{Bj}}{d{fCj}}}Cl}{cc{}}000000000{{{d{D`}}}{{Cd{{Db{ce}}Dd}}}nA`}{{{d{D`}}}{{Cd{{j{ce}}Dd}}}nA`}{{{d{D`}}}{{Cd{AbDd}}}}{{{d{D`}}}{{Cd{AdDd}}}}{{{d{D`}}}{{Cd{{Af{c}}Dd}}}A`}{{{d{fD`}}}{{Cd{{Db{ce}}Dd}}}nA`}{{{d{fD`}}}{{Cd{{j{ce}}Dd}}}nA`}{{{d{fD`}}}{{Cd{AbDd}}}}{{{d{fD`}}}{{Cd{AdDd}}}}{{{d{fD`}}}{{Cd{{Af{c}}Dd}}}A`}{{{d{Df}}}{{Cd{Ajc}}}{}}`{{{d{{Dh{B`}}}}{d{{Dh{Dj}}}}{d{{Dh{{Dl{h}}}}}}Dne{j{gc}}}{{C`{Al}}}A`{{Ed{c{d{E`}}}{{Eb{{C`{Al}}}}}}}n}{{{d{Df}}}Ch}000````{{{d{{Eh{Ef}}}}{d{Df}}}{{C`{{Bl{{Ej{ce}}}}}}}nA`}{ce{}{}}000000000{{}b}0{{{d{h}}}Ch}`{{{d{fh}}h}Al}``{{{d{Ah}}{d{Ah}}}{{Bl{An}}}}{{{d{B`}}{d{c}}{d{Bb}}}{{Cd{{En{El}}}}}Cb}{{{d{h}}c}CdF`}{{{d{Ah}}c}CdF`}{{{d{c}}}e{}{}}000000{{{d{c}}}Fb{}}0{c{{Cd{e}}}{}{}}0000000000000000000`{{{d{c}}}Fd{}}000000000{{{d{f{Db{ce}}}}{d{D`}}}{{Cd{AlDd}}}nA`}{{{d{f{j{ce}}}}{d{D`}}}{{Cd{AlDd}}}nA`}{{{d{fAb}}{d{D`}}}{{Cd{AlDd}}}}{{{d{fAd}}{d{D`}}}{{Cd{AlDd}}}}{{{d{f{Af{c}}}}{d{D`}}}{{Cd{AlDd}}}A`}{{{d{f{Db{ce}}}}{d{fD`}}}{{Cd{AlDd}}}nA`}{{{d{f{j{ce}}}}{d{fD`}}}{{Cd{AlDd}}}nA`}{{{d{fAb}}{d{fD`}}}{{Cd{AlDd}}}}{{{d{fAd}}{d{fD`}}}{{Cd{AlDd}}}}{{{d{f{Af{c}}}}{d{fD`}}}{{Cd{AlDd}}}A`}{ce{}{}}000000000```````````````````````","D":"Hj","p":[[8,"Command",244],[1,"reference"],[0,"mut"],[5,"ChangeSet",0],[6,"Commands",0],[10,"Clone",245],[10,"Subcommand",246],[10,"Args",246],[6,"AddressCmd",0],[6,"TxOutCmd",0],[6,"PsbtCmd",0],[6,"Keychain",0],[6,"CoinSelectionAlgo",0],[1,"unit"],[6,"Ordering",247],[8,"KeychainTxGraph",0],[5,"Assets",248],[5,"Address",249],[1,"u64"],[5,"Psbt",250],[5,"ChangeInfo",0],[6,"Option",251],[1,"tuple"],[8,"Result",252],[10,"ChainOracle",253],[6,"Result",254],[10,"Deserializer",255],[1,"bool"],[5,"Formatter",256],[8,"Result",256],[10,"Debug",256],[5,"ArgMatches",257],[5,"Args",0],[5,"Error",258],[1,"str"],[5,"Mutex",259],[5,"LocalChain",260],[5,"Store",261],[6,"Network",262],[5,"Transaction",263],[17,"Output"],[10,"FnOnce",264],[1,"u8"],[1,"slice"],[5,"Init",0],[8,"PlanUtxo",0],[5,"Vec",265],[10,"Serializer",266],[5,"String",267],[5,"TypeId",268],[15,"List",221],[15,"Address",222],[15,"Init",222],[15,"Generate",222],[15,"Psbt",222],[15,"TxOut",222],[15,"New",229],[15,"Extract",229],[15,"Sign",229],[15,"List",240]],"r":[],"b":[[103,"impl-Display-for-Keychain"],[104,"impl-Debug-for-Keychain"],[105,"impl-Display-for-CoinSelectionAlgo"],[106,"impl-Debug-for-CoinSelectionAlgo"]],"c":"OjAAAAAAAAA=","e":"OzAAAAEAAK8AGgAAAAAAAgABAAUAAgAJAAIAEQABABQAAAAZAAAAGwABAB4AAAAgAAAAIgABACUAHQBFABIAWQABAFwAEAB3AAoAgwAEAIkAAACLAAAAlwACAJsAAACeACAAwAAdAN8AAADkAAEA6AAAAA=="}],\ ["example_electrum",{"t":"SSFGPFPNNNNNNONNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNOOOOOOOOO","n":["DB_MAGIC","DB_PATH","ElectrumArgs","ElectrumCommands","Scan","ScanOptions","Sync","augment_args","augment_args","augment_args_for_update","augment_args_for_update","augment_subcommands","augment_subcommands_for_update","batch_size","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","client","clone","clone","clone","clone_into","clone_into","clone_into","electrum_args","electrum_url","eq","fmt","fmt","fmt","from","from","from","from_arg_matches","from_arg_matches","from_arg_matches","from_arg_matches_mut","from_arg_matches_mut","from_arg_matches_mut","has_subcommand","into","into","into","into_app","into_app_for_update","main","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches_mut","update_from_arg_matches_mut","update_from_arg_matches_mut","vzip","vzip","vzip","all_spks","electrum_args","electrum_args","scan_options","scan_options","stop_gap","unconfirmed","unused_spks","utxos"],"q":[[0,"example_electrum"],[70,"example_electrum::ElectrumCommands"],[79,"clap::builder::command"],[80,"bitcoin::network"],[81,"electrum_client::client"],[82,"anyhow"],[83,"core::fmt"],[84,"clap::parser::matches::arg_matches"],[85,"clap::error"],[86,"core::result"],[87,"core::any"]],"i":[0,0,0,0,8,0,8,4,9,4,9,8,8,9,8,4,9,8,4,9,4,8,4,9,8,4,9,8,4,9,8,4,9,8,4,9,8,4,9,8,4,9,8,8,4,9,9,9,0,8,4,9,8,4,9,8,4,9,8,4,9,8,4,9,8,4,9,8,4,9,19,20,19,20,19,20,19,19,19],"f":"```````{bb}00000`{{{d{c}}}{{d{e}}}{}{}}00{{{d{fc}}}{{d{fe}}}{}{}}00{{{d{h}}j}{{n{l}}}}{{{d{A`}}}A`}{{{d{h}}}h}{{{d{Ab}}}Ab}{{{d{c}}{d{fe}}}Ad{}{}}00{{{d{A`}}}h}`{{{d{Ab}}{d{Ab}}}Af}{{{d{A`}}{d{fAh}}}Aj}{{{d{h}}{d{fAh}}}Aj}{{{d{Ab}}{d{fAh}}}Aj}{cc{}}00{{{d{Al}}}{{B`{A`An}}}}{{{d{Al}}}{{B`{hAn}}}}{{{d{Al}}}{{B`{AbAn}}}}{{{d{fAl}}}{{B`{A`An}}}}{{{d{fAl}}}{{B`{hAn}}}}{{{d{fAl}}}{{B`{AbAn}}}}{{{d{Bb}}}Af}{ce{}{}}00{{}b}0{{}{{n{Ad}}}}{{{d{c}}}e{}{}}00{c{{B`{e}}}{}{}}00000{{{d{c}}}Bd{}}00{{{d{fA`}}{d{Al}}}{{B`{AdAn}}}}{{{d{fh}}{d{Al}}}{{B`{AdAn}}}}{{{d{fAb}}{d{Al}}}{{B`{AdAn}}}}{{{d{fA`}}{d{fAl}}}{{B`{AdAn}}}}{{{d{fh}}{d{fAl}}}{{B`{AdAn}}}}{{{d{fAb}}{d{fAl}}}{{B`{AdAn}}}};;;`````````","D":"An","p":[[8,"Command",79],[1,"reference"],[0,"mut"],[5,"ElectrumArgs",0],[6,"Network",80],[5,"Client",81],[8,"Result",82],[6,"ElectrumCommands",0],[5,"ScanOptions",0],[1,"unit"],[1,"bool"],[5,"Formatter",83],[8,"Result",83],[5,"ArgMatches",84],[5,"Error",85],[6,"Result",86],[1,"str"],[5,"TypeId",87],[15,"Sync",70],[15,"Scan",70]],"r":[],"b":[],"c":"OjAAAAAAAAA=","e":"OzAAAAEAAEAACAAAAAQABgAAAAgABQAPAA0AHgADACUABgAvABcASAADAA=="}],\ diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/search.desc/bdk_chain/bdk_chain-desc-0-.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/search.desc/bdk_chain/bdk_chain-desc-0-.js index 43c0e627a3..abace769f8 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/search.desc/bdk_chain/bdk_chain-desc-0-.js +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/search.desc/bdk_chain/bdk_chain-desc-0-.js @@ -1 +1 @@ -searchState.loadedDescShard("bdk_chain", 0, "This crate is a collection of core structures for Bitcoin …\nTrait that “anchors” blockchain data to a specific …\nAn Anchor that can be constructed from a given block, …\nA wrapper that we use to impl remote traits for types in …\nMaximum BIP32 derivation index.\nBalance, differentiated into various categories.\nA reference to a block in the canonical chain.\nHow many confirmations are needed f or a coinbase output …\nRepresents a service that tracks the blockchain.\nRepresents the observed position of some chain data.\nA checkpoint is a node of a reference-counted linked list …\nIterates over checkpoints backwards.\nRepresents the confirmation block and time of a …\nBlock height and timestamp at which a transaction is …\nThe chain data is seen as confirmed, and in anchored by A.\nThe transaction is confirmed\nA trait to extend the functionality of a miniscript …\nRepresents the unique ID of a descriptor.\nError type.\nA TxOut with as much data as we can retrieve about it\nA wrapper that we use to impl remote traits for types in …\nA tuple of keychain index and T representing the indexed …\nA tuple of keychain K, derivation index (u32) and a T …\nTrait that makes an object mergeable.\nAn iterator for derived script pubkeys.\nData object used to communicate updates about relevant …\nThe chain data is not confirmed and last seen in the …\nThe transaction is unconfirmed\nReturns the BlockId that the associated blockchain data is …\nTransaction anchors. Anchors tells us a position in the …\nReturns a reference to the inner hash (sha256, sh256d …\nGet the BlockId of the checkpoint.\nThe anchor block.\nThe position of the transaction in outpoint in the overall …\nMaps a ChainPosition<&A> into a ChainPosition<A> by …\nGet the upper bound of the chain data’s confirmation …\nGet the upper bound of the chain data’s confirmation …\nDetermines the upper bound of the confirmation height.\nThe confirmation time of the transaction being anchored.\nConfirmed and immediately spendable balance\nGet a reference to the internal descriptor.\nReturns the descriptor ID, calculated as the sha256 hash …\nReturns the minimum value (in satoshis) at which an output …\nThis method tests for self and other to have equal …\nExtends the checkpoint linked list by a iterator of block …\nExtend this update with other.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nConstruct a checkpoint from a list of BlockIds in …\nConstruct the anchor from a given block, block height and …\nConstruct a checkpoint from the given header and block …\nCreates this wrapper type from the inner hash type.\nGet checkpoint at height.\nGet the best chain’s chain tip.\nGet the block hash of the checkpoint.\nThe hash of the block.\nGet the height of the checkpoint.\nThe height of the block.\nAll coinbase outputs not yet matured\nContains the IndexedTxGraph and associated types. Refer to …\nIndexer provides utilities for indexing transaction data.\nInserts block_id at its height within the chain.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nConvert an iterator of anything into FallibleIterator by …\nConvert an iterator of anything into FallibleIterator by …\nReturns the inner T.\nReturns the inner T.\nDetermines whether block of BlockId exists as an ancestor …\nReturns whether ChainPosition is confirmed or not.\nReturns whether ConfirmationTime is the confirmed variant.\nWhether the utxo is/was/will be spendable with chain tip.\nReturns whether the structure is considered empty.\nWhether the txout is considered mature.\nWhether this output is on a coinbase transaction.\nIterate from this checkpoint in descending height.\nThe LocalChain is a local implementation of ChainOracle.\nTransforms the TxUpdate to have anchors (A) of another …\nMerge another object of the same type onto self.\nConstruct a new base block at the front of a linked list.\nCreate a new script pubkey iterator from descriptor.\nCreate a new script pubkey iterator from descriptor and a …\nThe location of the TxOut.\nGet the previous checkpoint in the chain\nPuts another checkpoint onto the linked list representing …\nIterate checkpoints over a height range.\nModule for stuff\nSeen at times for transactions. This records when a …\nThe txid and chain position of the transaction (if any) …\nHelper types for spk-based blockchain clients.\nTake the value, replacing it with the default value.\nTake the value, replacing it with the default value.\nReturns the inner hash (sha256, sh256d etc.).\nGet the whole balance visible to the wallet.\nConvert an iterator of Results into FallibleIterator by …\nConvert an iterator of Results into FallibleIterator by …\nUnconfirmed UTXOs generated by a wallet tx\nGet sum of trusted_pending and confirmed coins.\nModule for structures that store and traverse transactions.\nThe TxOut.\nFloating txouts. These are TxOuts that exist but the whole …\nFull transactions. These are transactions that were …\nConstruct an unconfirmed variant using the given last_seen …\nUnconfirmed UTXOs received from an external wallet\nConfirmation height.\nThe last-seen timestamp in unix seconds.\nConfirmation time in unix seconds.\nA Bitcoin address.\nThe different types of addresses.\n0x1: Sign all outputs.\n0x1: Sign all outputs.\n0x81: Sign all outputs but only this input.\n0x81: Sign all outputs but only this input.\nAmount\nMinimum fee rate required to broadcast a transaction.\nConvenience alias for Denomination::Bitcoin.\nbits\nBTC\nMainnet Bitcoin.\nBitcoin block.\nA bitcoin block hash.\ncBTC\nEncoding of 256-bit target as 32-bit float.\nAn always-compressed Bitcoin ECDSA public key\nThe default max_fee_rate value used for extracting …\nFee rate used to compute dust amount.\n0x0: Used when not explicitly specified, defaults to …\nA set of denominations in which amounts can be expressed.\nThe sequence number that enables absolute lock time but …\nThe sequence number that enables replace-by-fee and …\nHashtype of an input’s signature, encoded in the last …\nRepresents fee rate.\nFilter hash, as defined in BIP-157\nFilter header, as defined in BIP-157\nKnown bech32 human-readable parts.\nHash of a transaction according to the legacy signature …\nThe maximum value of an amount.\nThe maximum value of an amount.\nMaximum possible value.\nMaximum possible value.\nThe maximum allowable sequence number.\nThe maximum possible target.\nThe maximum attainable target value on mainnet.\nThe proof of work limit on regtest.\nThe proof of work limit on signet.\nThe proof of work limit on testnet.\nThe maximum allowed weight for a block, see BIP 141 …\nThe maximum value allowed as an amount. Useful for sanity …\nThe maximum value allowed as an amount. Useful for sanity …\nMaximum transaction weight for Bitcoin Core 25.0.\nThe minimum value of an amount.\nThe minimum value of an amount.\nMinimum possible value (0 sat/kwu).\nMinimum possible value (0 wu).\nThe minimum transaction weight for a valid serialized …\nThe Bitcoin mainnet network.\nThe main Bitcoin network.\nData structure that represents a block header paired to a …\nuBTC\nmBTC\nmsat\nThis is used as a “null txout” in consensus signing …\nnBTC\nThe cryptocurrency network to act on.\nWhat kind of network we are on.\n0x2: Sign no outputs — anyone can choose the destination.\n0x2: Sign no outputs — anyone can choose the destination.\n0x82: Sign no outputs and only this input.\n0x82: Sign no outputs and only this input.\nExactly one bitcoin.\nExactly one bitcoin.\nExactly one satoshi.\nExactly one satoshi.\nA script Opcode.\nA reference to a transaction output.\nPay to pubkey hash.\nPay to script hash.\nPay to taproot.\nPay to witness pubkey hash.\nPay to witness script hash.\npBTC\nA Bitcoin ECDSA private key\nA Partially Signed Transaction.\nA hash of a public key.\nA Bitcoin ECDSA public key\nThe regtest network.\nBitcoin’s regtest network.\nConvenience alias for Denomination::Satoshi.\nThe number of bytes that an amount contributes to the size …\nsatoshi\nBitcoin script slice.\nAn owned, growable script.\nA hash of Bitcoin Script bytecode.\nHash of a transaction according to the segwit version 0 …\nBitcoin transaction input sequence number.\nSignedAmount\nBitcoin’s signet network.\n0x3: Sign the output whose index matches this input’s …\n0x3: Sign the output whose index matches this input’s …\n0x83: Sign one output and only this input (see Single for …\n0x83: Sign one output and only this input (see Single for …\nThe tag used for TapNodeHash\nTaproot-tagged hash with tag "TapLeaf".\nThe tag used for TapLeafHash\nTagged hash used in taproot trees.\nTaproot-tagged hash with tag "TapSighash".\nThe tag used for TapSighash\nHashtype of an input’s signature, encoded in the last …\nTaproot-tagged hash with tag "TapTweak".\nThe tag used for TapTweakHash\nA 256 bit integer representing target.\nSome kind of testnet network.\nBitcoin’s testnet network.\nThe test networks, testnet and signet.\nBitcoin transaction.\nBitcoin transaction input.\nA hash of the Merkle tree branch or root for transactions.\nBitcoin transaction output.\nA bitcoin transaction hash/transaction ID.\nInitial version of witness program. Used for P2WPKH and …\nVersion of witness program used for Taproot P2TR outputs.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nA variable-length unsigned integer.\nThe factor that non-witness serialization data is …\nSegWit version of a public key hash.\nSegWit version of a Bitcoin Script bytecode hash.\nRepresents block weight - the weight of a transaction or …\nThe Witness is the data used to unlock bitcoin since the …\nA hash corresponding to the witness structure commitment …\nA hash corresponding to the Merkle tree root for witness …\nThe segregated witness program.\nVersion of the segregated witness program.\nA 256 bit integer representing work.\nA bitcoin witness transaction ID.\nExtended key identifier as defined in BIP-32.\nAn x-only public key, used for verification of Taproot …\nThe zero amount.\nThe zero amount.\n0 sat/kwu.\n0 wu.\nZero value sequence.\nWhen parsing nBits, Bitcoin Core converts a negative …\nGet the absolute value of this SignedAmount.\nTweaks an XOnlyPublicKey by adding the generator …\nBitcoin addresses.\nGets the address type of the address.\nBitcoin amounts.\nReturns the script data as a byte slice.\nReturns the script data as a mutable byte slice.\nObtains a raw mutable pointer suitable for use with FFI …\nReturns a mutable reference to unsized script.\nObtains a raw const pointer suitable for use with FFI …\nReturns a reference to the inner hash (sha256, sh256d …\nReturns a reference to the inner hash (sha256, sh256d …\nReturns a reference to the inner hash (sha256, sh256d …\nReturns a reference to the inner hash (sha256, sh256d …\nReturns a reference to the inner hash (sha256, sh256d …\nReturns a reference to the inner hash (sha256, sh256d …\nReturns a reference to the inner hash (sha256, sh256d …\nReturns a reference to the inner hash (sha256, sh256d …\nReturns a reference to the inner hash (sha256, sh256d …\nReturns a reference to the inner hash (sha256, sh256d …\nReturns a reference to the inner hash (sha256, sh256d …\nReturns a reference to the inner hash (sha256, sh256d …\nReturns a reference to the inner hash (sha256, sh256d …\nReturns a reference to the inner hash (sha256, sh256d …\nReturns a reference to the inner hash (sha256, sh256d …\nReturns a reference to the inner hash (sha256, sh256d …\nReturns a reference to the inner hash (sha256, sh256d …\nReturns a reference to the inner hash (sha256, sh256d …\nReturns a reference to the inner hash (sha256, sh256d …\nReturns a reference to unsized script.\nReturns a reference to the address as if it was unchecked.\nMarks, without any additional checks, network of this …\nReturns a reference to the checked address.\nAssumes the given 32 byte array as hidden TapNodeHash.\nReturns the base size of this input.\nReturns the base transaction size.\nBIP152 Compact Blocks\nBIP 158 Compact Block Filters for Light Clients.\nBIP32 implementation.\nReturns the block height, as encoded in the coinbase …\nReturns the block hash.\nBitcoin block data.\nCreates a new script builder\nCreates a new script builder\nReturns an iterator over script bytes.\nReturn the network’s chain hash (genesis block hash).\nChecks if merkle root of header matches merkle root of the …\nChecks if witness commitment in coinbase matches the …\nGet the absolute value of this SignedAmount. Returns None …\nChecked addition.\nChecked addition. Returns None if overflow occurred.\nChecked addition.\nChecked integer division.\nChecked integer division. Be aware that integer division …\nChecked division.\nChecked division.\nChecked multiplication.\nChecked multiplication. Returns None if overflow occurred.\nChecked multiplication.\nChecked multiplication.\nChecked weight multiplication.\nChecked remainder.\nChecked remainder. Returns None if overflow occurred.\nChecked subtraction.\nChecked subtraction. Returns None if overflow occurred.\nChecked subtraction.\nClassifies an Opcode into a broad class.\nClear the witness.\nLike cmp::Cmp but faster and with no guarantees across …\nReturns the coinbase transaction, if one is present.\nCombines this Psbt with other PSBT as described by BIP 174.\nWhether this public key should be serialized as compressed\nWhether this private key should be serialized as compressed\nComputes the transaction merkle root.\nComputes a “normalized TXID” which does not include …\nComputes the Txid.\nComputes the witness commitment for the block’s …\nComputes the segwit version of the transaction id.\nBitcoin consensus.\nCounts the sigops for this Script using accurate counting.\nCounts the sigops for this Script using legacy counting.\nThe default value of sequence is 0xffffffff.\nDeserialize a value from raw binary data.\nComputes the popular “difficulty” measure for mining.\nComputes the popular “difficulty” measure for mining …\nCreate an object that implements fmt::Display dynamically …\nCreate an object that implements fmt::Display dynamically …\nCreate an object that implements fmt::Display using …\nCreate an object that implements fmt::Display using …\nReturns the minimum value an output with this script …\nECDSA Bitcoin signatures.\nReturns true if the sequence number enables absolute …\nReturns true if this input enables the absolute::LockTime …\nLike cmp::Eq but faster and with no guarantees across …\nContains error types and other error handling tools.\nExtract the matching txid’s represented by this partial …\nAn alias for extract_tx_fee_rate_limit.\nExtracts the Transaction from a Psbt by filling in the …\nPerform extract_tx_fee_rate_limit without the fee rate …\nExtracts the Transaction from a Psbt by filling in the …\nCalculates transaction fee.\nCalculates fee by multiplying this fee rate by weight, in …\nCalculates fee by multiplying this fee rate by weight, in …\nComputes the filter header from a filter hash and previous …\nReturns the first opcode of the script (if there is any).\nWrites the human-readable assembly representation of the …\nFormat the value of this Amount in the given denomination.\nFormat the value of this SignedAmount in the given …\nFormat the private key to WIF format.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCreates a relative lock-time using time intervals where …\nCreates Work from a big-endian byte array.\nCreates Target from a big-endian byte array.\nCreate a MerkleBlock from a block, that contains proofs …\nConvert from a value expressing bitcoins to an Amount.\nConvert from a value expressing bitcoins to an SignedAmount…\nTreat byte slice as Script\nConverts byte vector into script.\nTreat mutable byte slice as Script\nCreates a Network from the chain hash (genesis block hash).\nComputes the Target value from a compact representation.\nCreates a sequence from a u32 value.\nCreates a EcdsaSighashType from a raw u32.\nCreates a CompactTarget from a consensus encoded u32.\nConstructs a TapSighashType from a raw u8.\nConverts a bitcoind -chain argument name to its equivalent …\nConvert this Amount in floating-point notation with a given\nConvert this SignedAmount in floating-point notation with …\nCreate a MerkleBlock from the block’s header and txids, …\nCreates a relative lock-time using block height.\nCreates a ScriptBuf from a hex string.\nCreates a Sequence from an prefixed hex string.\nCreates Work from a prefixed hex string.\nCreates Target from a prefixed hex string.\nCreates a CompactTarget from an prefixed hex string.\nConvert from a value expressing integer values of bitcoins …\nCreates a new BIP341 TapTweakHash from key and tweak. …\nReturns the XOnlyPublicKey (and it’s Parity) for keypair.\nConstructs Weight from kilo weight units returning None if …\nCreates Work from a little-endian byte array.\nCreates Target from a little-endian byte array.\nCreates a Network from the magic bytes.\nComputes branch hash given two hashes of the nodes …\nConstructs Weight from non-witness size.\nComputes the public key as supposed to be used with this …\nComputes the public key as supposed to be used with this …\nCreates this wrapper type from the inner hash type.\nCreates this wrapper type from the inner hash type.\nCreates this wrapper type from the inner hash type.\nCreates this wrapper type from the inner hash type.\nCreates this wrapper type from the inner hash type.\nCreates this wrapper type from the inner hash type.\nCreates this wrapper type from the inner hash type.\nCreates this wrapper type from the inner hash type.\nCreates this wrapper type from the inner hash type.\nCreates this wrapper type from the inner hash type.\nCreates this wrapper type from the inner hash type.\nCreates this wrapper type from the inner hash type.\nCreates this wrapper type from the inner hash type.\nCreates this wrapper type from the inner hash type.\nCreates this wrapper type from the inner hash type.\nCreates this wrapper type from the inner hash type.\nCreates this wrapper type from the inner hash type.\nCreates this wrapper type from the inner hash type.\nCreates this wrapper type from the inner hash type.\nCreate an Amount with satoshi precision and the given …\nCreate an SignedAmount with satoshi precision and the …\nConstructs FeeRate from satoshis per 1000 weight units.\nConstructs FeeRate from satoshis per virtual bytes.\nConstructs FeeRate from satoshis per virtual bytes without …\nConstructs an Address from an output script (scriptPubkey).\nComputes the leaf hash from components.\nComputes the TapNodeHash from a script and a leaf version.\nCreates a relative lock-time from seconds, converting the …\nCreates a relative lock-time from seconds, converting the …\nCreates a schnorr public key directly from a slice.\nCreates a Witness object from a slice of bytes slices …\nDeserialize a public key from a slice\nDeserialize a public key from a slice\nDeserialize a private key from a slice\nCreates a EcdsaSighashType from a raw u32.\nConvert from a str to Denomination.\nParse a decimal string as a value in the given …\nParse a decimal string as a value in the given …\nParses amounts with denomination suffix like they are …\nParses amounts with denomination suffix like they are …\nCreates a Sequence from an unprefixed hex string.\nCreates Work from an unprefixed hex string.\nCreates Target from an unprefixed hex string.\nCreates a CompactTarget from an unprefixed hex string.\nCreates a PSBT from an unsigned transaction.\nConstructs Weight from virtual bytes, returning None on …\nConstructs Weight from virtual bytes without an overflow …\nConstructs Weight from virtual bytes panicking on overflow.\nParse WIF encoded private key.\nConstructs Weight from witness size.\nCreates an address from an arbitrary witness program.\nDirectly constructs Weight from weight units.\nDirectly constructs Weight from usize weight units.\nConstructs new compressed ECDSA private key using the …\nBitcoin hash types.\nThe block header\nThe block header\nThe actual ECDSA key\nThe actual ECDSA key\nList of transaction inputs.\nThe corresponding key-value map for each input in the …\nIterates over the script instructions and their indices.\nIterates over the script instructions and their indices …\nIterates over the script instructions.\nIterates over the script instructions while enforcing …\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nConverts this ScriptBuf into a boxed Script.\nConverts the script into a byte vector.\nConverts a Box<Script> into a ScriptBuf without copying or …\nReturns true if this Transaction’s absolute timelock is …\nChecks if this is a coinbase transaction.\nReturns whether the script is the empty script.\nReturns true if the witness contains no element.\nReturns true if the transaction itself opted in to be …\nReturns true if the sequence number indicates that the …\nReturns true if the sequence number encodes a block based …\nReturns true if this transactions nLockTime is enabled (…\nReturns true if this is real mainnet bitcoin.\nReturns true if block hash is less than or equal to this …\nChecks whether a script pubkey is a bare multisig output.\nReturns true if this SignedAmount is negative and false if …\nChecks if an OutPoint is “null”.\nCheck if this is an OP_RETURN output.\nChecks whether a script pubkey is a P2PK output.\nChecks whether a script pubkey is a P2PKH output.\nChecks whether a script pubkey is a P2SH output.\nChecks whether a script pubkey is a P2TR output.\nReturns true if this witness program is for a P2TR output.\nChecks whether a script pubkey is a P2WPKH output.\nReturns true if this witness program is for a P2WPKH …\nChecks whether a script pubkey is a P2WSH output.\nReturns true if this witness program is for a P2WPSH …\nReturns true if this SignedAmount is positive and false if …\nChecks whether a script is trivially known to have no …\nChecks whether a script is push only.\nReturns true if the transaction opted-in to BIP125 …\nReturns true if the given pubkey is directly related to …\nReturns true if the supplied xonly public key can be used …\nReturns true if the sequence has a relative lock-time.\nChecks whether or not the address is following Bitcoin …\nReturns true if the sequence number encodes a time …\nReturns the compressed-ness of the underlying secp256k1 …\nParsed addresses do not always have one network. The …\nChecks whether a script pubkey is a Segregated Witness …\nReturns a struct implementing Iterator.\nReturns an iterator for the funding UTXOs of the psbt\nBitcoin keys.\nReturns the last element in the witness, if any.\nThe weight of the TxIn when it’s included in a legacy …\nReturns the length in bytes of the script.\nReturns the number of elements this witness holds.\nBlock height or timestamp. Transaction cannot be included …\nReturns log2 of this work.\nReturn the network magic bytes, which should be encoded …\nReturns true if the address creates a particular script …\nComputes the maximum valid Target threshold allowed for a …\nComputes the maximum valid Target threshold allowed for a …\nComputes the maximum valid Target threshold allowed for a …\nBitcoin merkle tree functions.\nComputes the minimum valid Target threshold allowed for a …\nComputes the minimum valid Target threshold allowed for a …\nReturns the minimum value an output with this script …\nCreates a TxOut with given script and the smallest …\nReturns the minimum value an output with this script …\nCreates a TxOut with given script and the smallest …\nBitcoin network.\nThe network kind on which this key should be used\nCreates a new empty script.\nCreates a new empty script.\nCreates a new witness program, copying the content from …\nCreates a new OutPoint.\nCreates a new empty Witness.\nConstructs compressed ECDSA public key from the provided …\nConstructs compressed ECDSA private key from the provided …\nGenerates OP_RETURN-type of scriptPubkey for the given …\nGenerates P2PK-type of scriptPubkey.\nGenerates P2PKH-type of scriptPubkey.\nGenerates P2SH-type of scriptPubkey with a given hash of …\nGenerates P2TR for script spending path using an internal …\nGenerates P2TR for key spending path for a known …\nGenerates P2WPKH-type of scriptPubkey.\nGenerates P2WSH-type of scriptPubkey with a given hash of …\nConstructs uncompressed (legacy) ECDSA public key from the …\nConstructs uncompressed (legacy) ECDSA private key from …\nGenerates P2WSH-type of scriptPubkey with a given …\nReturn the nth element in the witness, if any\nComputes a “normalized TXID” which does not include …\nCreates a “null” OutPoint.\nList of transaction outputs.\nThe corresponding key-value map for each output in the …\nBitcoin p2p network types.\nReturns the public key if this script is P2PK with a valid …\nCreates a pay to (compressed) public key hash address from …\nCreates a pay to script hash P2SH address from a script.\nCreates a pay to script hash P2SH address from a script …\nCreates a pay to script address that embeds a witness pay …\nCreates a pay to script address that embeds a witness pay …\nCreates a pay to taproot address from an untweaked key.\nCreates a pay to taproot address from an untweaked key.\nCreates a witness required to do a key path spend of a …\nCreates a pay to taproot address from a pre-tweaked output …\nCreates a pay to taproot address from a pre-tweaked output …\nCreates a witness pay to public key address from a public …\nCreates a WitnessProgram from pk for a P2WPKH output.\nCreates a witness required to spend a P2WPKH output.\nReturns the script code used for spending a P2WPKH output …\nCreates the script code used for spending a P2WPKH output.\nReturns the script code used to spend a P2WPKH input.\nReturns the script code used to spend a P2WPKH input.\nCreates a witness pay to script hash address.\nCreates a WitnessProgram from script for a P2WSH output.\nReturns the associated network parameters.\nUnit parsing utilities.\nBitcoin policy.\nSubtraction that doesn’t allow negative SignedAmounts. …\nProof-of-work related integer types.\nThe reference to the previous output that is being used as …\nReturns the witness program.\nGlobal proprietary key-value pairs.\nPartially Signed Bitcoin Transactions.\nGets the pubkey hash for this address if this is a P2PKH …\nReturns bitcoin 160-bit hash of the public key\nReturns bitcoin 160-bit hash of the public key\nReturns the PublicKey for this XOnlyPublicKey.\nCreates a public key from this private key\nPush a new element on the witness, requires an allocation.\nPushes, as a new element on the witness, an ECDSA …\nAdd a single instruction to the script.\nLike push_instruction, but avoids calling reserve to not …\nAdds a single opcode to the script.\nAdds instructions to push some arbitrary data onto the …\nRead the public key from a reader\nRead the public key from a reader\nChecks whether network of this address is as required.\nPre-allocates at least additional_len bytes if needed.\nPre-allocates exactly additional_len bytes if needed.\nScale by witness factor.\nAdds an OP_VERIFY to the script or replaces the last …\nGets the script hash for this address if this is a P2SH …\nReturns 160-bit hash of the script.\nGenerates a script pubkey spending to this address.\nThe script which must be satisfied for the output to be …\nReturns an iterator over lengths of script_pubkeys in the …\nThe script which pushes values on the stack which will …\nReturns the second-to-last element in the witness, if any.\nThe weight of the TxIn when it’s included in a segwit …\nThe sequence number, which suggests to miners which of two …\nSerializes the key as a byte-encoded x coordinate value …\nUser-facing serialization for Script.\nUser-facing serialization for Script.\nSerialize as raw binary data\nSerialize a value as bytes in hex.\nSignature hash implementation (used in transaction …\nReturns the sighash message to sign an ECDSA input along …\nAttempts to create all the required signatures for this …\nSignature\nReturns a number representing sign of this SignedAmount.\nReturns the total number of bytes that this output …\nReturns the number of bytes this witness contributes to a …\nReturns the number of bytes this varint contributes to a …\nReturns the spending utxo for this PSBT’s input at …\nTweaks an untweaked public key with corresponding public …\nBitcoin Taproot.\nGet Tapscript following BIP341 rules regarding accounting …\nComputes leaf hash of tapscript.\nGets the address data from this address.\nReturns the human-readable assembly representation of the …\nConverts Work to a big-endian byte array.\nConverts Target to a big-endian byte array.\nExpress this Amount as a floating-point value in Bitcoin.\nExpress this SignedAmount as a floating-point value in …\nReturns a copy of the script data.\nSerialize the public key to bytes\nSerializes the public key.\nSerialize the private key to bytes\nComputes the compact value from a Target representation.\nReturns the consensus encoded u32 representation of this …\nReturns the inner 32bit integer value of Sequence.\nConverts a Network to its equivalent bitcoind -chain …\nConverts this witness version to a GF32 field element.\nExpress this Amount as a floating-point value in the given …\nExpress this SignedAmount as a floating-point value in the …\nFormats the script as lower-case hex.\nConverts to kilo weight units rounding down.\nConverts Work to a little-endian byte array.\nConverts Target to a little-endian byte array.\nReturns integer version number representation for a given …\nComputes the P2SH output corresponding to this redeem …\nComputes P2TR output with a given internal key and a …\nComputes the P2WSH output corresponding to this …\nCreates a URI string bitcoin:address optimized to be …\nReturns the inner hash (sha256, sh256d etc.).\nReturns the inner hash (sha256, sh256d etc.).\nReturns the inner hash (sha256, sh256d etc.).\nReturns the inner hash (sha256, sh256d etc.).\nReturns the inner hash (sha256, sh256d etc.).\nReturns the inner hash (sha256, sh256d etc.).\nReturns the inner hash (sha256, sh256d etc.).\nReturns the inner hash (sha256, sh256d etc.).\nReturns the inner hash (sha256, sh256d etc.).\nReturns the inner hash (sha256, sh256d etc.).\nReturns the inner hash (sha256, sh256d etc.).\nReturns the inner hash (sha256, sh256d etc.).\nReturns the inner hash (sha256, sh256d etc.).\nReturns the inner hash (sha256, sh256d etc.).\nReturns the inner hash (sha256, sh256d etc.).\nReturns the inner hash (sha256, sh256d etc.).\nReturns the inner hash (sha256, sh256d etc.).\nReturns the inner hash (sha256, sh256d etc.).\nReturns the inner hash (sha256, sh256d etc.).\nCreates a relative::LockTime from this Sequence number.\nGets the number of satoshis in this Amount.\nGets the number of satoshis in this SignedAmount.\nReturns raw fee rate.\nConverts to sat/vB rounding up.\nConverts to sat/vB rounding down.\nConverts a TapTweakHash into a Scalar ready for use with …\nConvert to a signed amount.\nSerialize the public key into a SortKey.\nGet a string number of this Amount in the given …\nGet a string number of this SignedAmount in the given …\nGet a formatted string of this Amount in the given …\nGet a formatted string of this SignedAmount in the given …\nConverts this Work to Target.\nConverts EcdsaSighashType to a u32 sighash flag.\nEncodes Opcode as a byte.\nConvert to an unsigned amount.\nConverts to vB rounding up.\nConverts to vB rounding down.\nConvenience method to create an array of byte-arrays from …\nGet WIF encoding of this private key.\nConverts this Target to Work.\nReturns raw weight units.\nCounts the total number of sigops.\nReturns the total block size.\nReturns the total number of bytes that this input …\nReturns the total transaction size.\nVerifies that a tweak produced by XOnlyPublicKey::add_tweak…\nReturns a reference to the input at input_index if it …\nReturns a reference to the output at output_index if it …\nList of transactions contained in the block\nComputes the Txid.\nThe referenced transaction’s txid.\nTransactions making up a partial merkle tree\nUnchecked addition.\nUnchecked addition.\nUnchecked subtraction.\nUnchecked subtraction.\nUnknown global key-value pairs.\nGet the absolute value of this SignedAmount returning …\nThe unsigned transaction, scriptSigs and witnesses for …\nThe value of the output, in satoshis.\nChecks that sig is a valid schnorr signature for msg using …\nChecks that sig is a valid ECDSA signature for msg using …\nChecks that sig is a valid ECDSA signature for msg using …\nReturns the witness program version.\nThe protocol version, is currently expected to be 1 or 2 …\nThe version number of this PSBT. If omitted, the version …\nThe index of the referenced output in its transaction’s …\nReturns the “virtual size” (vsize) of this transaction.\nReturns the weight of the block.\nThe weight of this output.\nReturns the weight of this transaction, as defined by …\nCreates a new empty script with pre-allocated capacity.\nWitness data: an array of byte-arrays. Note that this …\nGets the witness program for this address if this is a …\nComputes the merkle root of transactions hashed for …\nReturns witness version of the script, if any, assuming …\nReturns bitcoin 160-bit hash of the public key for witness …\nReturns bitcoin 160-bit hash of the public key for witness …\nWrite the public key into a writer\nWrite the public key into a writer\nReturns 256-bit hash of the script for P2WSH outputs.\nComputes the segwit version of the transaction id.\nA global map from extended public keys to the used key …\nA Bitcoin address.\nThe data encoded by an Address.\nThe different types of addresses.\nBase58 error.\nBech32 segwit decoding error.\nAddress size more than 520 bytes is not allowed.\nError while generating address from script.\nIndicates whether this NetworkValidation is NetworkChecked …\nInvalid base58 payload data length for legacy address.\nDecoded base58 data was an invalid length.\nInvalid legacy address prefix in base58 data payload.\nInvalid legacy address prefix in decoded base58 data.\nKnown bech32 human-readable parts.\nLegacy address is too long.\nLegacy base58 address was too long, max 50 characters.\nThe main Bitcoin network.\nMarker that address’s network has been successfully …\nMarker that address’s network has not yet been …\nMarker of status of address’s network validation. See …\nAddress’s network differs from required one.\nAddress’s network differs from required one.\nPay to pubkey hash.\nData encoded by a P2PKH address.\nPay to script hash.\nData encoded by a P2SH address.\nError while generating address from a p2sh script.\nPay to taproot.\nPay to witness pubkey hash.\nPay to witness script hash.\nAddress parsing error.\nThe regtest network.\nData encoded by a Segwit address.\nThe test networks, testnet and signet.\nAddress type is either invalid or not supported in …\nTried to parse an unknown HRP.\nUnknown HRP error.\nScript is not a p2pkh, p2sh or witness program.\nA witness program error.\nA witness program error.\nA witness version construction error.\nA witness version conversion/parsing error.\nError code for the address module.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nReturns the invalid payload length.\nReturns the invalid prefix.\nReturns the invalid legacy address length.\nThe pubkey hash used to encumber outputs to this address.\nThe script hash used to encumber outputs to this address.\nThe witness program used to encumber outputs to this …\nBase58 error.\nBech32 segwit decoding error.\nAddress size more than 520 bytes is not allowed.\nError while generating address from script.\nInvalid base58 payload data length for legacy address.\nDecoded base58 data was an invalid length.\nInvalid legacy address prefix in base58 data payload.\nInvalid legacy address prefix in decoded base58 data.\nLegacy address is too long.\nLegacy base58 address was too long, max 50 characters.\nAddress’s network differs from required one.\nAddress’s network differs from required one.\nError while generating address from a p2sh script.\nAddress parsing error.\nAddress type is either invalid or not supported in …\nTried to parse an unknown HRP.\nUnknown HRP error.\nScript is not a p2pkh, p2sh or witness program.\nA witness program error.\nA witness program error.\nA witness version construction error.\nA witness version conversion/parsing error.\nAmount\nbits\nBTC\ncBTC\nCalculate the sum over the iterator using checked …\nA set of denominations in which amounts can be expressed.\nA helper/builder that displays amount with specified …\nInput string was too large.\nInvalid character in input.\nuBTC\nmBTC\nmsat\nA digit was expected but not found.\nnBTC\nThe amount is too big or too small.\nAn error during amount parsing.\npBTC\nsatoshi\nSignedAmount\nAmount has higher precision than supported by the type.\nCalculate the sum over the iterator using checked …\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nThis module adds serde serialization and deserialization …\nMakes subsequent calls to Display::fmt display …\nThis trait is used only to avoid code duplication and …\nThis trait is only for internal Amount type …\nSerialize and deserialize Amount as JSON numbers …\nSerialize and deserialize Amount as real numbers …\nSerialize and deserialize Option<Amount> as JSON numbers …\nSerialize and deserialize Option<Amount> as real numbers …\nInvalid character while decoding.\nAn error occurred during base58 decoding (with checksum).\nChecksum was not correct.\nFound a invalid ASCII byte while decoding base58 string.\nA UTF-8–encoded, growable string.\nChecked data was too short.\nA contiguous growable array type, written as Vec<T>, short …\nReturns a reference to the underlying allocator.\nMoves all the elements of other into self, leaving other …\nReturns a byte slice of this String’s contents.\nReturns an unsafe mutable pointer to the vector’s …\nExtracts a mutable slice of the entire vector.\nConverts a String into a mutable string slice.\nReturns a mutable reference to the contents of this String.\nReturns a raw pointer to the vector’s buffer, or a …\nExtracts a slice containing the entire vector.\nExtracts a string slice containing the entire String.\nReturns the total number of elements the vector can hold …\nReturns this String’s capacity, in bytes.\nClears the vector, removing all values.\nTruncates this String, removing all contents.\nOverwrites the contents of self with a clone of the …\nClones the contents of source into self.\nDecodes a base58-encoded string into a byte vector.\nDecodes a base58check-encoded string into a byte vector …\nRemoves consecutive repeated elements in the vector …\nRemoves all but the first of consecutive elements in the …\nRemoves all but the first of consecutive elements in the …\nCreates an empty Vec<T>.\nCreates an empty String.\nRemoves the specified range from the vector in bulk, …\nRemoves the specified range from the string in bulk, …\nEncodes data as a base58 string (see also …\nEncodes data as a base58 string including the checksum.\nEncodes a slice as base58, including the checksum, into a …\nError code for the base58 crate.\nClones and appends all elements in a slice to the Vec.\nCopies elements from src range to the end of the vector.\nCopies elements from src range to the end of the string.\nCreates an iterator which uses a closure to determine if …\nReturns the argument unchanged.\nReturns the argument unchanged.\nConvert a clone-on-write slice into a vector.\nAllocate a Vec<T> and move s’s items into it.\nAllocate a Vec<T> and fill it by cloning s’s items.\nAllocate a Vec<T> and fill it by cloning s’s items.\nConvert a boxed slice into a vector by transferring …\nConverts the given String to a vector Vec that holds …\nConverts a CString into a Vec<u8>.\nAllocate a Vec<T> and fill it by cloning s’s items.\nTurn a VecDeque<T> into a Vec<T>.\nAllocate a Vec<T> and fill it by cloning s’s items.\nReturns the argument unchanged.\nConverts a BinaryHeap<T> into a Vec<T>.\nAllocate a Vec<u8> and fill it with a UTF-8 string.\nConverts a clone-on-write string to an owned instance of …\nReturns the argument unchanged.\nAllocates an owned String from a single character.\nConverts a &String into a String.\nConverts a &str into a String.\nConverts the given boxed str slice to a String. It is …\nConverts a &mut str into a String.\nCreates a Vec<T> directly from a pointer, a length, and a …\nCreates a new String from a pointer, a length and a …\nCreates a Vec<T, A> directly from a pointer, a length, a …\nDecode a UTF-16–encoded vector v into a String, …\nDecode a UTF-16–encoded slice v into a String, replacing …\nDecode a UTF-16BE–encoded vector v into a String, …\nDecode a UTF-16BE–encoded slice v into a String, …\nDecode a UTF-16LE–encoded vector v into a String, …\nDecode a UTF-16LE–encoded slice v into a String, …\nConverts a vector of bytes to a String.\nConverts a slice of bytes to a string, including invalid …\nConverts a vector of bytes to a String without checking …\nInserts an element at position index within the vector, …\nInserts a character into this String at a byte position.\nInserts a string slice into this String at a byte position.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nConverts the vector into Box<[T]>.\nConverts this String into a Box<str>.\nConverts a String into a byte vector.\nTakes a Vec<[T; N]> and flattens it into a Vec<T>.\nCreates a consuming iterator, that is, one that moves each …\nDecomposes a Vec<T> into its raw components: …\nDecomposes a String into its raw components: …\nDecomposes a Vec<T> into its raw components: …\nReturns the ASCII byte that is not a valid base58 …\nReturns true if the vector contains no elements.\nReturns true if this String has a length of zero, and false…\nConsumes and leaks the Vec, returning a mutable reference …\nConsumes and leaks the String, returning a mutable …\nReturns the number of elements in the vector, also …\nReturns the length of this String, in bytes, not chars or …\nConstructs a new, empty Vec<T>.\nCreates a new empty String.\nConstructs a new, empty Vec<T, A>.\nRemoves the last element from a vector and returns it, or …\nRemoves the last character from the string buffer and …\nRemoves and returns the last element in a vector if the …\nAppends an element to the back of a collection.\nAppends the given char to the end of this String.\nAppends a given string slice onto the end of this String.\nAppends an element if there is sufficient spare capacity, …\nRemoves and returns the element at position index within …\nRemoves a char from this String at a byte position and …\nRemove all matches of pattern pat in the String.\nRemoves the specified range in the string, and replaces it …\nReserves capacity for at least additional more elements to …\nReserves capacity for at least additional bytes more than …\nReserves the minimum capacity for at least additional more …\nReserves the minimum capacity for at least additional …\nResizes the Vec in-place so that len is equal to new_len.\nResizes the Vec in-place so that len is equal to new_len.\nRetains only the elements specified by the predicate.\nRetains only the characters specified by the predicate.\nRetains only the elements specified by the predicate, …\nForces the length of the vector to new_len.\nShrinks the capacity of the vector with a lower bound.\nShrinks the capacity of this String with a lower bound.\nShrinks the capacity of the vector as much as possible.\nShrinks the capacity of this String to match its length.\nReturns the remaining spare capacity of the vector as a …\nCreates a splicing iterator that replaces the specified …\nReturns vector content as a slice of T, along with the …\nSplits the collection into two at the given index.\nSplits the string into two at the given byte index.\nRemoves an element from the vector and returns it.\nShortens the vector, keeping the first len elements and …\nShortens this String to the specified length.\nTries to reserve capacity for at least additional more …\nTries to reserve capacity for at least additional bytes …\nTries to reserve the minimum capacity for at least …\nTries to reserve the minimum capacity for at least …\nConstructs a new, empty Vec<T> with at least the specified …\nCreates a new empty String with at least the specified …\nConstructs a new, empty Vec<T, A> with at least the …\nConstructs a new, empty Vec<T> with at least the specified …\nCreates a new empty String with at least the specified …\nConstructs a new, empty Vec<T, A> with at least the …\nInvalid character while decoding.\nAn error occurred during base58 decoding (with checksum).\nChecksum was not correct.\nChecksum was not correct.\nFound a invalid ASCII byte while decoding base58 string.\nChecked data was too short.\nThe decode base58 data was too short (require at least 4 …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the incorrect checksum along with the expected …\nCalls U::from(self).\nCalls U::from(self).\nReturns the invalid base58 string length (require at least …\nThe config type used by this engine\nErrors that can occur while decoding.\nA DecodeError occurred\nThe decode estimate used by this engine\nErrors that can occur while decoding into a slice.\nErrors that can occur while encoding into a slice.\nAn Engine provides low-level encoding and decoding …\nAn invalid byte was found in the input. The offset and …\nThe last non-padding input symbol’s encoded 6 bits have …\nThe length of the input is invalid. A typical cause of …\nThe nature of the padding was not as configured: absent or …\nThe provided slice is too small.\nThe provided slice may be too small.\nProvides Alphabet and constants for alphabets commonly …\nReturns the config for this engine.\nDecode base64 using the STANDARD engine.\nDecode the input into a new Vec.\nDecode from string reference as octets using the specified …\nDecode the input into the provided output slice.\nDecode from string reference as octets.\nDecode the input into the provided output slice.\nDecode the input into the provided output slice.\nDecode the input into the supplied buffer.\nReturns a conservative estimate of the decoded size of …\nEnables base64’d output anywhere you might use a Display …\nEncode arbitrary octets as base64 using the STANDARD engine…\nEncode arbitrary octets as base64 using the provided Engine…\nEncode arbitrary octets as base64 using the provided Engine…\nEncode arbitrary octets as base64 into a supplied slice.\nEncode arbitrary octets as base64 into a supplied String.\nEncode arbitrary octets as base64 into a supplied slice. …\nEncode arbitrary octets as base64 into a supplied String. …\nCalculate the base64 encoded length for a given input …\nProvides the Engine abstraction and out of the box …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nPreconfigured engines for common use cases.\nImplementations of io::Read to transparently decode base64.\nImplementations of io::Write to transparently handle …\nAn alphabet defines the 64 ASCII characters (symbols) used …\nThe bcrypt alphabet.\nThe alphabet used in BinHex 4.0 files.\nThe crypt(3) alphabet (with . and / as the first two …\nAll bytes must be unique\nThe alphabet used in IMAP-modified UTF-7 (with + and ,).\nAlphabets must be 64 ASCII bytes\nPossible errors when constructing an Alphabet from a str.\n= cannot be used\nThe standard alphabet (with + and /) specified in RFC 4648.\nThe URL-safe alphabet (with - and _) specified in RFC 4648.\nAll bytes must be printable (in the range [32, 126]).\nCreate a &str from the symbols in the Alphabet\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCreate an Alphabet from a string of 64 unique printable …\nA convenience wrapper for base64’ing bytes into a format …\nReturns the argument unchanged.\nCalls U::from(self).\nCreate a Base64Display with the provided engine.\nThe minimal level of configuration that engines must …\nThe config type used by this engine\nThe decode estimate used by an engine implementation. …\nThe decode estimate used by this engine\nMetadata about the result of a decode operation\nControls how pad bytes are handled when decoding.\nAn Engine provides low-level encoding and decoding …\nA general-purpose base64 engine.\nContains configuration parameters for base64 encoding and …\nCanonical padding is allowed, but any fewer padding bytes …\nPadding must be canonical (0, 1, or 2 = as needed to …\nPadding must be absent – for when you want predictable …\nReturns the config for this engine.\nDecode the input into a new Vec.\nDecode the input into the provided output slice.\nDecode the input into the provided output slice.\nDecode the input into the supplied buffer.\nReturns a conservative (err on the side of too big) …\nDelegates to GeneralPurposeConfig::new.\nEncode arbitrary octets as base64 using the provided Engine…\nReturns true if padding should be added after the encoded …\nEncode arbitrary octets as base64 into a supplied slice. …\nEncode arbitrary octets as base64 into a supplied String. …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nProvides the GeneralPurpose engine and associated config …\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCreate a GeneralPurpose engine from an Alphabet.\nCreate a new config with padding = true, …\nCreate a new config based on self with an updated …\nCreate a new config based on self with an updated …\nCreate a new config based on self with an updated padding …\nA general-purpose base64 engine.\nContains configuration parameters for base64 encoding and …\nDon’t add padding when encoding, and require no padding …\nInclude padding bytes when encoding, and require that they …\nA GeneralPurpose engine using the alphabet::STANDARD …\nA GeneralPurpose engine using the alphabet::STANDARD …\nA GeneralPurpose engine using the alphabet::URL_SAFE …\nA GeneralPurpose engine using the alphabet::URL_SAFE …\nA GeneralPurpose engine using the alphabet::STANDARD …\nA GeneralPurpose engine using the alphabet::STANDARD …\nA GeneralPurpose engine using the alphabet::URL_SAFE …\nA GeneralPurpose engine using the alphabet::URL_SAFE …\nThe config type used by this engine\nThe decode estimate used by this engine\nAn Engine provides low-level encoding and decoding …\nReturns the config for this engine.\nDecode the input into a new Vec.\nDecode the input into the provided output slice.\nDecode the input into the provided output slice.\nDecode the input into the supplied buffer.\nEncode arbitrary octets as base64 using the provided Engine…\nEncode arbitrary octets as base64 into a supplied slice. …\nEncode arbitrary octets as base64 into a supplied String. …\nA Read implementation that decodes base64 data read from …\nReturns the argument unchanged.\nCalls U::from(self).\nUnwraps this DecoderReader, returning the base reader …\nCreate a new decoder that will read from the provided …\nDecode input from the wrapped reader.\nA Write implementation that base64-encodes data using the …\nA Write implementation that base64 encodes data before …\nAn abstraction around consuming strs produced by base64 …\nConsume the base64 encoded data in buf\nEncode all remaining buffered data and write it, including …\nBecause this is usually treated as OK to call multiple …\nReturns the argument unchanged.\nReturns the argument unchanged.\nCreate a EncoderStringWriter that will append to the …\nCalls U::from(self).\nCalls U::from(self).\nUnwraps this EncoderWriter, returning the base writer it …\nEncode all remaining buffered data, including any trailing …\nCreate a new encoder that will write to the provided …\nCreate a EncoderStringWriter that will encode into a new …\nEncode input and then write to the delegate writer.\nA BlockTransactions structure is used to provide some of …\nA BlockTransactionsRequest structure is used to list …\nA BIP-152 error\nA HeaderAndShortIds structure is used to relay a block …\nThe prefill slice provided was invalid.\nA PrefilledTransaction structure is used in …\nShort transaction IDs are used to represent a transaction …\nA transaction index is requested that is out of range from …\nAn unknown version number was used.\nReturns a reference the underlying bytes.\nConverts the object to a mutable raw pointer.\nConverts the object to a raw pointer.\nThe blockhash of the block which the transactions being …\nThe blockhash of the block which the transactions being …\nCalculate the SipHash24 keys used to calculate short IDs.\nPanics\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCreate a new HeaderAndShortIds from a full block.\nCreates Self from a hex string.\nConstruct a BlockTransactions from a …\nThe header of the block being provided.\nThe index of the transaction in the block.\nThe indexes of the transactions being requested in the …\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nReturns whether the object, as an array, is empty. Always …\nReturns the length of the object as an array.\nA nonce for use in short transaction ID calculations.\nUsed to provide the coinbase transaction and a select few …\nThe short transaction IDs calculated from the transactions …\nReturns the underlying bytes.\nThe transactions provided.\nThe actual transaction.\nCalculate the short ID with the given (w)txid and using …\nBitwise stream reader.\nBitwise stream writer.\nA block filter, as described by BIP 158.\nReads and interprets a block filter.\nCompiles and writes a block filter.\nErrors for blockfilter.\nFilter hash, as defined in BIP-157\nFilter header, as defined in BIP-157\nGolomb-Rice encoded filter reader.\nGolomb-Rice encoded filter writer.\nIO error reading or writing binary serialization of the …\nMissing UTXO, cannot calculate script filter.\nAdds an arbitrary element to filter.\nAdds data to the filter.\nAdds consumed output scripts of a block to filter.\nAdds output scripts of the block to filter (excluding …\nGolomb encoded filter\nComputes this filter’s ID in a chain of filters (see BIP …\nWrites the block filter.\nWrites the filter to the wrapped writer.\nflush bits not yet written.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nReturns true if all queries match against this …\nReturns true if all queries match against this …\nReturns true if all queries match against this BlockFilter.\nReturns true if any query matches against this …\nReturns true if any query matches against this …\nReturns true if any query matches against this BlockFilter.\nCreates a new BlockFilterWriter from block.\nCreates a new BlockFilterReader from block_hash.\nCreates a new GcsFilterReader with specific seed to …\nCreates a new GcsFilterWriter wrapping a generic writer, …\nCreates a new BitStreamReader that reads bitwise from a …\nCreates a new BitStreamWriter that writes bitwise to a …\nCreates a new filter from pre-computed data.\nComputes a SCRIPT_FILTER that contains spent and output …\nReads nbit bits, returning the bits in a u64 starting with …\nWrites nbits bits from data.\nBase58 encoding error\nA pk->pk derivation was attempted on a hardened key\nA chain code\nA child number for a derived key\nA BIP-32 derivation path.\nAn iterator over children of a DerivationPath.\nA BIP32 error\nThe old name for xpriv, extended public key.\nThe old name for xpub, extended public key.\nA fingerprint\nHardened key\nHexadecimal decoding error\nTrait that allows possibly failable conversion from a type …\nBase58 decoded data was an invalid length.\nDecoded base58 data was an invalid length.\nA child number was provided that was out of range\nInvalid childnumber format.\nInvalid derivation path format.\nPublicKey hex should be 66 or 130 digits long.\nFull information on the used extended public key: …\nNon-hardened key\nA secp256k1 error occurred\nUnknown version magic bytes\nEncoded extended key data has wrong length\nExtended key identifier as defined in BIP-32.\nExtended private key\nExtended public key\nReturns a reference the underlying bytes.\nReturns a reference the underlying bytes.\nConverts the object to a mutable raw pointer.\nConverts the object to a mutable raw pointer.\nConverts the object to a raw pointer.\nConverts the object to a raw pointer.\nChain code\nChain code\nChain code\nChain code\nCreate a new DerivationPath that is a child of this one.\nChild number of the key used to derive from parent (0 for …\nChild number of the key used to derive from parent (0 for …\nChild number of the key used to derive from parent (0 for …\nChild number of the key used to derive from parent (0 for …\nGet an Iterator over the children of this DerivationPath …\nPublic->Public child key derivation\nCompute the scalar tweak added to this key to get a child …\nDecoding extended private key from binary data according …\nDecoding extended public key from binary data according to …\nHow many derivations this key is from the master (which is …\nHow many derivations this key is from the master (which is …\nHow many derivations this key is from the master (which is …\nHow many derivations this key is from the master (which is …\nAttempts to derive an extended private key from a path.\nAttempts to derive an extended public key from a path.\nExtended private key binary encoding according to BIP 32\nExtended public key binary encoding according to BIP 32\nConcatenate self with path and return the resulting new …\nReturns the first four bytes of the identifier\nReturns the first four bytes of the identifier\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCreate a Hardened from an index, returns an error if the …\nCreates Self from a hex string.\nCreates Self from a hex string.\nCreate a Normal from an index, returns an error if the …\nDerives a public key from a private key\nGet an Iterator over the hardened children of this …\nReturns the HASH160 of the public key belonging to the …\nReturns the HASH160 of the chaincode\nReturns the child number that is a single increment from …\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nConvert into a DerivationPath that is a child of this one.\nConverts a given type into a DerivationPath with possible …\nConvert an iterator of anything into FallibleIterator by …\nReturns the invalid payload length.\nReturns whether the object, as an array, is empty. Always …\nReturns whether the object, as an array, is empty. Always …\nReturns true if the derivation path is empty\nReturns true if the child number is a Hardened value.\nReturns whether derivation path represents master key …\nReturns true if the child number is a Normal value.\nReturns the length of the object as an array.\nReturns the length of the object as an array.\nReturns length of the derivation path\nReturns derivation path for a master key (i.e. empty …\nThe network kind this key is to be used on\nThe network this key is to be used on\nThe network this key is to be used on\nThe network kind this key is to be used on\nConstruct a new master key from a seed value\nGet an Iterator over the unhardened children of this …\nFingerprint of the parent key\nFingerprint of the parent key (0 for master)\nFingerprint of the parent key (0 for master)\nFingerprint of the parent key\nPrivate key\nPrivate key\nPublic key\nPublic key\nStart a new DerivationPathIterator at the given child.\nReturns the underlying bytes.\nReturns the underlying bytes.\nConstructs BIP340 keypair for Schnorr signatures and …\nConstructs ECDSA compressed private key matching internal …\nConstructs ECDSA compressed public key matching internal …\nReturns the derivation path as a vector of u32 integers. …\nConstructs BIP340 x-only public key for BIP-340 signatures …\nConvert an iterator of Results into FallibleIterator by …\nKey index, within [0, 2^31 - 1]\nKey index, within [0, 2^31 - 1]\nRepresents fee rate.\nRepresents block weight - the weight of a transaction or …\nBitcoin blocks.\nBlockdata constants.\nImplements FeeRate and assoctiated features.\nProvides absolute and relative locktimes.\nBitcoin script opcodes.\nBitcoin scripts.\nBitcoin transactions.\nImplements Weight and associated features.\nWitness\nThe header hash is not below the target.\nThe target field of a block header did not match the …\nAn error when looking up a BIP34 block height.\nBitcoin block.\nA bitcoin block hash.\nBitcoin block header.\nBIP-9 compatible version number that does not signal for …\nThe BIP34 push was negative.\nNo push was present where the BIP34 push was expected.\nThe original Bitcoin Block v1.\nThe number of bytes that the block header contributes to …\nBIP-34 Block v2.\nA hash of the Merkle tree branch or root for transactions.\nThe BIP34 push was larger than 8 bytes.\nThe block does not support BIP34 yet.\nA block validation error.\nBitcoin block version number.\nA hash corresponding to the witness structure commitment …\nA hash corresponding to the Merkle tree root for witness …\nThe target value below which the blockhash must lie.\nReturns the block hash.\nComputes the popular “difficulty” measure for mining.\nComputes the popular “difficulty” measure for mining …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCreates a Version from a signed 32 bit integer value.\nThe block header\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nChecks whether the version number is signalling a soft …\nThe root hash of the merkle tree of transactions in the …\nThe nonce, selected to obtain a low enough blockhash.\nReference to the previous block in the chain.\nComputes the target (range [0, T] inclusive) that a …\nThe timestamp of the block, as claimed by the miner.\nReturns the inner i32 value.\nList of transactions contained in the block\nChecks that the proof-of-work for the block is valid, …\nBlock version, now repurposed for soft fork signalling.\nReturns the total work of the block.\nChainHash for mainnet bitcoin.\nNumber of blocks needed for an output from a coinbase …\nThe uniquely identifying hash of the target blockchain.\nHow many blocks between diffchanges.\nHow much time on average should occur between diffchanges.\nThe maximum allowed number of signature check operations …\nMaximum allowed value for an integer in Script.\nThe maximum allowed script size.\nMainnet (bitcoin) pubkey address prefix.\nTest (tesnet, signet, regtest) pubkey address prefix.\nChainHash for regtest bitcoin.\nMainnet (bitcoin) script address prefix.\nTest (tesnet, signet, regtest) script address prefix.\nChainHash for signet bitcoin.\nHow may blocks between halvings.\nHow many seconds between blocks we expect on average.\nChainHash for testnet bitcoin.\nThe factor that non-witness serialization data is …\nReturns a reference the underlying bytes.\nConverts the object to a mutable raw pointer.\nConverts the object to a raw pointer.\nReturns the argument unchanged.\nConverts genesis block hash into ChainHash.\nCreates Self from a hex string.\nConstructs and returns the genesis block.\nCalls U::from(self).\nReturns whether the object, as an array, is empty. Always …\nReturns the length of the object as an array.\nReturns the underlying bytes.\nReturns the hash of the network genesis block for use as a …\nReturns the hash of the network genesis block for use as a …\nRepresents fee rate.\nProvides type LockTime that implements the logic around …\nProvides type LockTime that implements the logic around …\nA block height lock time value.\nAn error that occurs when converting a u32 to a lock time …\nAn absolute block height, guaranteed to always contain a …\nThe Threshold for deciding whether a lock time value is a …\nAn absolute lock time value, representing either a block …\nThe maximum absolute block height.\nThe maximum absolute block time (Sun Feb 07 2106 06:28:15 …\nThe minimum absolute block height (0), the genesis block.\nThe minimum absolute block time (Tue Nov 05 1985 00:53:20 …\nError returned when parsing block height fails.\nError returned when parsing block time fails.\nThe number of bytes that the locktime contributes to the …\nA UNIX timestamp lock time value.\nA UNIX timestamp, seconds since epoch, guaranteed to …\nAbsolute block height 0, the genesis block.\nIf crate::Transaction::lock_time is set to zero it is …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nConstructs a new block height.\nConstructs a new block time.\nConstructs a LockTime from an nLockTime value or the …\nConstructs a LockTime from n, expecting n to be a valid …\nCreates a Height from a hex string.\nCreates a Time from a hex string.\nCreates a LockTime from an prefixed hex string.\nConstructs a LockTime from n, expecting n to be a valid …\nCreates a LockTime from an unprefixed hex string.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nReturns true if this lock time value is a block height.\nReturns true if this lock time value is a block time (UNIX …\nReturns true if satisfaction of other lock time implies …\nReturns true if both lock times use the same unit i.e., …\nReturns true if this timelock constraint is satisfied by …\nConverts this Height to its inner u32 value.\nConverts this Time to its inner u32 value.\nReturns the inner u32 value. This is the value used when …\nA block height lock time value.\nError returned when a sequence number is parsed as a lock …\nA relative lock time lock-by-blockheight value.\nTried to satisfy a lock-by-blocktime lock using a height …\nTried to satisfy a lock-by-blockheight lock using a time …\nA relative lock time value, representing either a block …\nThe maximum relative block height.\nThe maximum relative block time (33,554,432 seconds or …\nThe minimum relative block height (0), can be included in …\nThe minimum relative block time (0), can be included in …\nThe number of bytes that the locktime contributes to the …\nA relative lock time lock-by-blocktime value.\nA 512 second time interval value.\nInput time in seconds was too large to be encoded to a 16 …\nRelative block height 0, can be included in any block.\nRelative block time 0, can be included in any block.\nA relative locktime of 0 is always valid, and is assumed …\nAccessor for the u32 whose “disable” flag was set, …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCreate a Time using time intervals where each interval is …\nConstructs a LockTime from n, expecting n to be a count of …\nConstructs a LockTime from an nSequence value or the …\nCreate a Height using a count of blocks.\nConstructs a LockTime from n, expecting n to be a 16-bit …\nCreate a Time from seconds, converting the seconds into …\nCreate a LockTime from seconds, converting the seconds …\nCreate a Time from seconds, converting the seconds into …\nCreate a LockTime from seconds, converting the seconds …\nConstructs a LockTime from the sequence number of a …\nAttempted to satisfy a lock-by-blocktime lock with this …\nThe inner height value of the lock-by-blockheight lock.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nReturns true if this lock time value is in units of block …\nReturns true if this lock time value is in units of time.\nReturns true if satisfaction of other lock time implies …\nReturns true if satisfaction of the sequence number …\nReturns true if both lock times use the same unit i.e., …\nReturns true if this [relative::LockTime] is satisfied by …\nReturns true if this [relative::LockTime] is satisfied by …\nReturns true if this [relative::LockTime] is satisfied by …\nCreates a new TimeOverflowError using seconds.\nThe inner time value of the lock-by-blocktime lock.\nAttempted to satisfy a lock-by-blockheight lock with this …\nReturns the u32 value used to encode this locktime in an …\nReturns the u32 value used to encode this locktime in an …\nReturns the u32 value used to encode this locktime in an …\nEncodes the locktime as a sequence number.\nReturns the inner u16 value.\nReturns the inner u16 value.\nBroad categories of opcodes with similar behavior.\nClassification context for the opcode.\nFails the script even if not executed.\nOpcode used in legacy context.\nDoes nothing.\nPush an empty array onto the stack.\nEmpty stack is also FALSE.\nPreviously called OP_NOP2.\nPreviously called OP_NOP3.\nNumber 1 is also TRUE.\nA script Opcode.\nAny opcode not covered above.\nPushes the given number of bytes onto the stack.\nPushes the given number onto the stack.\nFails the script if executed.\nSucceeds the script even if not executed.\nOpcode used in tapscript context.\nEnables wildcard imports to bring into scope all opcodes …\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nMap 0 to 0 and everything else to 1, in place.\nIncrement the top stack element in place.\nDecrement the top stack element in place.\nFail the script unconditionally, does not even need to be …\nDrops the top two stack items.\nDuplicates the top two stack items as AB -> ABAB.\nFail the script unconditionally, does not even need to be …\nCopies the two stack items of items two spaces back to the …\nMoves the two stack items four spaces back to the front, …\nSwaps the top two pairs, as ABCD -> CDAB.\nDuplicates the two three stack items as ABC -> ABCABC.\nAbsolute value the top stack item in place.\nPop two stack items and push their sum.\nFail the script unconditionally, does not even need to be …\nPop the top two stack items and push 1 if both are …\nPop the top two stack items and push 1 if either is …\nFail the script unconditionally, does not even need to be …\nPop N, N pubkeys, M, M signatures, a dummy (due to bug in …\nLike the above but return success/failure.\nhttps://en.bitcoin.it/wiki/OP_CHECKSIG pushing 1/0 for …\nOP_CHECKSIGADD post tapscript.\nhttps://en.bitcoin.it/wiki/OP_CHECKSIG returning …\n…\nIgnore this and everything preceding when deciding what to …\n…\nPush the current number of stack items onto the stack.\nFail the script unconditionally, does not even need to be …\nDrops the top stack item.\nDuplicates the top stack item.\nExecute statements if those after the previous OP_IF were …\nPop and execute the next statements if a zero element was …\nPushes 1 if the inputs are exactly equal, 0 otherwise.\nReturns success if the inputs are exactly equal, failure …\nPop one element from the alt stack onto the main stack.\nPop the top two items; push 1 if the second is greater …\nPop the top two items; push 1 if the second is >= the top, …\nPop the top stack item and push its RIPEMD(SHA256) hash.\nPop the top stack item and push its SHA256(SHA256) hash.\nPop and execute the next statements if a nonzero element …\nDuplicate the top stack element unless it is zero.\nSynonym for OP_RETURN.\nFail the script unconditionally, does not even need to be …\nFail the script unconditionally, does not even need to be …\nPop the top two items; push 1 if the second is less than …\nPop the top two items; push 1 if the second is <= the top, …\nFail the script unconditionally, does not even need to be …\nPop the top two items; push the larger.\nPop the top two items; push the smaller.\nFail the script unconditionally, does not even need to be …\nFail the script unconditionally, does not even need to be …\nMultiply the top stack item by -1 in place.\nDrops the second-to-top stack item.\nDoes nothing.\nDoes nothing.\nDoes nothing.\nDoes nothing.\nDoes nothing.\nDoes nothing.\nDoes nothing.\nDoes nothing.\nDoes nothing.\nMap 0 to 1 and everything else to 0, in place.\nPop and execute the next statements if a zero element was …\nPop the top two stack items and push 1 if both are …\nPop the top two stack items and return success if both are …\nPop the top two stack items and push 0 if both are …\nFail the script unconditionally, does not even need to be …\nCopies the second-to-top stack item, as xA -> AxA.\nPop the top stack element as N. Copy the Nth stack element …\nPush an empty array onto the stack.\nPush the next byte as an array onto the stack.\nPush the next 10 bytes as an array onto the stack.\nPush the next 11 bytes as an array onto the stack.\nPush the next 12 bytes as an array onto the stack.\nPush the next 13 bytes as an array onto the stack.\nPush the next 14 bytes as an array onto the stack.\nPush the next 15 bytes as an array onto the stack.\nPush the next 16 bytes as an array onto the stack.\nPush the next 17 bytes as an array onto the stack.\nPush the next 18 bytes as an array onto the stack.\nPush the next 19 bytes as an array onto the stack.\nPush the next 2 bytes as an array onto the stack.\nPush the next 20 bytes as an array onto the stack.\nPush the next 21 bytes as an array onto the stack.\nPush the next 22 bytes as an array onto the stack.\nPush the next 23 bytes as an array onto the stack.\nPush the next 24 bytes as an array onto the stack.\nPush the next 25 bytes as an array onto the stack.\nPush the next 26 bytes as an array onto the stack.\nPush the next 27 bytes as an array onto the stack.\nPush the next 28 bytes as an array onto the stack.\nPush the next 29 bytes as an array onto the stack.\nPush the next 3 bytes as an array onto the stack.\nPush the next 30 bytes as an array onto the stack.\nPush the next 31 bytes as an array onto the stack.\nPush the next 32 bytes as an array onto the stack.\nPush the next 33 bytes as an array onto the stack.\nPush the next 34 bytes as an array onto the stack.\nPush the next 35 bytes as an array onto the stack.\nPush the next 36 bytes as an array onto the stack.\nPush the next 37 bytes as an array onto the stack.\nPush the next 38 bytes as an array onto the stack.\nPush the next 39 bytes as an array onto the stack.\nPush the next 4 bytes as an array onto the stack.\nPush the next 40 bytes as an array onto the stack.\nPush the next 41 bytes as an array onto the stack.\nPush the next 42 bytes as an array onto the stack.\nPush the next 43 bytes as an array onto the stack.\nPush the next 44 bytes as an array onto the stack.\nPush the next 45 bytes as an array onto the stack.\nPush the next 46 bytes as an array onto the stack.\nPush the next 47 bytes as an array onto the stack.\nPush the next 48 bytes as an array onto the stack.\nPush the next 49 bytes as an array onto the stack.\nPush the next 5 bytes as an array onto the stack.\nPush the next 50 bytes as an array onto the stack.\nPush the next 51 bytes as an array onto the stack.\nPush the next 52 bytes as an array onto the stack.\nPush the next 53 bytes as an array onto the stack.\nPush the next 54 bytes as an array onto the stack.\nPush the next 55 bytes as an array onto the stack.\nPush the next 56 bytes as an array onto the stack.\nPush the next 57 bytes as an array onto the stack.\nPush the next 58 bytes as an array onto the stack.\nPush the next 59 bytes as an array onto the stack.\nPush the next 6 bytes as an array onto the stack.\nPush the next 60 bytes as an array onto the stack.\nPush the next 61 bytes as an array onto the stack.\nPush the next 62 bytes as an array onto the stack.\nPush the next 63 bytes as an array onto the stack.\nPush the next 64 bytes as an array onto the stack.\nPush the next 65 bytes as an array onto the stack.\nPush the next 66 bytes as an array onto the stack.\nPush the next 67 bytes as an array onto the stack.\nPush the next 68 bytes as an array onto the stack.\nPush the next 69 bytes as an array onto the stack.\nPush the next 7 bytes as an array onto the stack.\nPush the next 70 bytes as an array onto the stack.\nPush the next 71 bytes as an array onto the stack.\nPush the next 72 bytes as an array onto the stack.\nPush the next 73 bytes as an array onto the stack.\nPush the next 74 bytes as an array onto the stack.\nPush the next 75 bytes as an array onto the stack.\nPush the next 8 bytes as an array onto the stack.\nPush the next 9 bytes as an array onto the stack.\nRead the next byte as N; push the next N bytes as an array …\nRead the next 2 bytes as N; push the next N bytes as an …\nRead the next 4 bytes as N; push the next N bytes as an …\nPush the array 0x01 onto the stack.\nPush the array 0x0a onto the stack.\nPush the array 0x0b onto the stack.\nPush the array 0x0c onto the stack.\nPush the array 0x0d onto the stack.\nPush the array 0x0e onto the stack.\nPush the array 0x0f onto the stack.\nPush the array 0x10 onto the stack.\nPush the array 0x02 onto the stack.\nPush the array 0x03 onto the stack.\nPush the array 0x04 onto the stack.\nPush the array 0x05 onto the stack.\nPush the array 0x06 onto the stack.\nPush the array 0x07 onto the stack.\nPush the array 0x08 onto the stack.\nPush the array 0x09 onto the stack.\nPush the array 0x81 onto the stack.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nFail the script immediately. (Must be executed.).\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nFail the script unconditionally, does not even need to be …\nPop the top stack item and push its RIPEMD160 hash.\nPop the top stack element as N. Move the Nth stack element …\nRotate the top three stack items, as [top next1 next2] -> […\nFail the script unconditionally, does not even need to be …\nPop the top stack item and push its SHA1 hash.\nPop the top stack item and push its SHA256 hash.\nPushes the length of the top stack item onto the stack.\nPop two stack items and push the second minus the top.\nFail the script unconditionally, does not even need to be …\nSwap the top two stack items.\nPop one element from the main stack onto the alt stack.\nCopy the top stack item to before the second item, as [top …\nSynonym for OP_RETURN.\nFail the script unconditionally, does not even need to be …\nIf the top value is zero or the stack is empty, fail; …\nFail the script unconditionally, does not even need to be …\nPop the top three items; if the top is >= the second and < …\nFail the script unconditionally, does not even need to be …\nAn Object which can be used to construct a script piece by …\nIterator over bytes of a script\nSome opcode expected a parameter but it was missing or …\nWays that a script might fail. Not everything is split up …\nA “parsed opcode” which allows iterating over a Script …\nIterator over script instructions with their positions.\nIterator over a script returning parsed opcodes.\nSomething did a non-minimal push; for more information see …\nTried to read an array off the stack as a number when it …\nSome non-push opcode.\nByte slices that can be in Bitcoin script.\nPush a bunch of data.\nOwned, growable counterpart to PushBytes.\nError returned on attempt to create too large PushBytes.\nReports information about failed conversion into PushBytes.\nBitcoin script slice.\nAn owned, growable script.\nA hash of Bitcoin Script bytecode.\nCan not serialize the spending transaction.\nCan not find the spent output.\nSegWit version of a Bitcoin Script bytecode hash.\nReturns script bytes\nReturns the underlying bytes.\nReturns the underlying mutbale bytes.\nExtracts mutable PushBytes slice\nExtracts PushBytes slice\nReturns the internal script\nViews the remaining script as a slice.\nViews the remaining script as a slice.\nReturns the number of bytes the buffer can contain without …\nRemove all bytes from buffer without affecting capacity.\nCreates an empty PushBytes.\nTry appending a slice to PushBytesBuf\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nHow many bytes the input had.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nConverts the Builder into script bytes\nConvert an iterator of anything into FallibleIterator by …\nConvert an iterator of anything into FallibleIterator by …\nConvert an iterator of anything into FallibleIterator by …\nConverts the Builder into ScriptBuf.\nChecks whether the script is the empty script.\nReturns true if the buffer contains zero bytes.\nReturns true if the buffer contains zero bytes.\nReturns the length in bytes of the script.\nReturns the number of bytes in buffer.\nReturns the number of bytes in buffer.\nCreates a new empty script.\nCreates a new empty PushBytesBuf.\nReturns the opcode if the instruction is not a data push.\nRemove the last byte from buffer if any.\nTry pushing a single byte.\nReturns the pushed bytes if the instruction is a data push.\nAdds instructions to push an integer onto the stack.\nAdds instructions to push a public key onto the stack.\nAdds instructions to push an absolute lock time onto the …\nAdds a single opcode to the script.\nAdds instructions to push a sequence number onto the stack.\nAdds instructions to push some arbitrary data onto the …\nAdds an OP_VERIFY to the script or replaces the last …\nAdds instructions to push an XOnly public key onto the …\nDecodes a boolean.\nDecodes an integer in script(minimal CScriptNum) format.\nDecodes an integer in script format without non-minimal …\nRemove the byte at index and return it.\nReserve capacity for additional_capacity bytes.\nReturns the number interpretted by the script parser if it …\nConvert an iterator of Results into FallibleIterator by …\nConvert an iterator of Results into FallibleIterator by …\nConvert an iterator of Results into FallibleIterator by …\nRemove bytes from buffer past len.\nCreates a new empty PushBytesBuf with reserved capacity.\nThe segregated witness program as defined by BIP141.\nThe segregated witness version byte as defined by BIP141.\nEncodes an integer in script(minimal CScriptNum) format.\nWitness program error.\nThe witness program must be between 2 and 40 bytes in …\nA v0 witness program must be either of length 20 or 32.\nThe maximum byte size of a segregated witness program.\nThe minimum byte size of a segregated witness program.\nThe segregated witness program.\nReturns the argument unchanged.\nCalls U::from(self).\nCannot create a witness version from non-zero data push.\nError parsing WitnessVersion from a string.\nString contained an invalid witness version number.\nCannot not convert OP to a witness version.\nError attempting to create a WitnessVersion from an …\nError attempting to create a WitnessVersion from an …\nUnable to parse integer from string.\nInitial version of witness program. Used for P2WPKH and …\nVersion of witness program used for Taproot P2TR outputs.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nVersion of the segregated witness program.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nReturns the invalid non-witness version integer.\nError in general format.\nError attempting to do an out of bounds access on a vector.\nWeight prediction of an individual input.\nError attempting to do an out of bounds access on the …\nThe original Bitcoin transaction version (pre-BIP-68).\nA reference to a transaction output.\nError attempting to do an out of bounds access on the …\nInput weight prediction corresponding to spending of a …\nInput weight prediction corresponding to spending of a …\nInput weight prediction corresponding to spending of …\nInput weight prediction corresponding to spending of …\nInput weight prediction corresponding to spending of …\nAn error in parsing an OutPoint.\nBitcoin transaction input sequence number.\nThe second Bitcoin transaction version (post-BIP-68).\nSize exceeds max.\nBitcoin transaction.\nBitcoin transaction input.\nBitcoin transaction output.\nA bitcoin transaction hash/transaction ID.\nError in TXID part.\nThe transaction version.\nError in vout part.\nVout part is not strictly numeric without leading zeroes.\nA bitcoin witness transaction ID.\nComputes the value of an output accounting for the cost of …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nComputes the prediction for a single input in const …\nInput weight prediction corresponding to spending of a …\nInput weight prediction corresponding to spending of …\nAttempted index access.\nList of transaction inputs.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nReturns true if this transaction version number is …\nLength of the vector where access was attempted.\nBlock height or timestamp. Transaction cannot be included …\nComputes the prediction for a single input.\nCreates a non-standard transaction version.\nList of transaction outputs.\nPredicts the weight of a to-be-constructed transaction.\nPredicts the weight of a to-be-constructed transaction in …\nThe reference to the previous output that is being used as …\nThe script which must be satisfied for the output to be …\nThe script which pushes values on the stack which will …\nThe sequence number, which suggests to miners which of two …\nThe referenced transaction’s txid.\nThe value of the output, in satoshis.\nThe protocol version, is currently expected to be 1 or 2 …\nThe index of the referenced output in its transaction’s …\nTallies the total weight added to a transaction by an …\nWitness data: an array of byte-arrays. Note that this …\nThe factor that non-witness serialization data is …\nRepresents block weight - the weight of a transaction or …\nAn iterator returning individual witness elements.\nThe Witness is the data used to unlock bitcoin since the …\nReturns the argument unchanged.\nCalls U::from(self).\nConvert an iterator of anything into FallibleIterator by …\nConvert an iterator of Results into FallibleIterator by …\nThe mainnet parameters (alias for Params::MAINNET).\nInvalid consensus encoding.\nData which can be encoded in a consensus-consistent way.\nError when consensus decoding from an [IterReader].\nData which can be encoded in a consensus-consistent way.\nThe mainnet parameters.\nOther decoding error.\nParameters that influence chain consensus.\nThe regtest parameters.\nExtensions of Read to decode data as per Bitcoin consensus.\nThe signet parameters.\nThe testnet parameters.\nAttempted to decode an object from an iterator that …\nExtensions of Write to encode data as per Bitcoin …\nDetermines whether minimal difficulty may be used for …\nTime when BIP16 becomes active.\nBlock height at which BIP34 becomes active.\nBlock height at which BIP65 becomes active.\nBlock height at which BIP66 becomes active.\nDecode an object with a well-defined format.\nDecode Self from a size-limited reader.\nEncodes an object with a well-defined format.\nDeserializes an object from a vector, will error if said …\nDeserializes an object from a vector, but will not report …\nCalculates the number of blocks between difficulty …\nOutputs a boolean.\nOutputs a 16-bit signed integer.\nOutputs a 32-bit signed integer.\nOutputs a 64-bit signed integer.\nOutputs an 8-bit signed integer.\nOutputs a byte slice.\nOutputs a 16-bit unsigned integer.\nOutputs a 32-bit unsigned integer.\nOutputs a 64-bit unsigned integer.\nOutputs an 8-bit unsigned integer.\nBitcoin consensus-encodable types.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nThe maximum attainable target value for these params.\nNumber of blocks with the same set of rules.\nNetwork for which parameters are valid.\nCreates parameters set for the given network. /// …\nDetermines whether retargeting is disabled for this …\nBitcoin consensus parameters.\nProof of work limit value. It contains the lowest possible …\nExpected amount of time to mine one block.\nDifficulty recalculation interval.\nReads a boolean.\nReads a 16-bit signed integer.\nReads a 32-bit signed integer.\nReads a 64-bit signed integer.\nReads an 8-bit signed integer.\nReads a byte slice.\nReads a 16-bit unsigned integer.\nReads a 32-bit unsigned integer.\nReads a 64-bit unsigned integer.\nReads an 8-bit unsigned integer.\nMinimum blocks including miner confirmation of the total …\nSerde serialization via consensus encoding\nEncodes an object into a vector.\nData and a 4-byte checksum.\nData which can be encoded in a consensus-consistent way.\nDecoding error.\nData which can be encoded in a consensus-consistent way.\nEncoding error.\nHex deserialization error.\nChecksum was invalid.\nAnd I/O error.\nMaximum size, in bytes, of a vector we are allowed to …\nVarInt was encoded in a non-minimal way.\nPurported hex string had odd length.\nTried to allocate an oversized vector.\nParsing error.\nExtensions of Read to decode data as per Bitcoin consensus.\nUnsupported Segwit flag.\nA variable-length unsigned integer.\nExtensions of Write to encode data as per Bitcoin …\nReturns the checksum of the data.\nDecode an object with a well-defined format.\nDecode Self from a size-limited reader.\nEncodes an object with a well-defined format.\nReturns a reference to the raw data without the checksum.\nDeserializes an object from a vector, will error if said …\nDeserialize any decodable type from a hex string, will …\nDeserializes an object from a vector, but will not report …\nOutputs a boolean.\nOutputs a 16-bit signed integer.\nOutputs a 32-bit signed integer.\nOutputs a 64-bit signed integer.\nOutputs an 8-bit signed integer.\nOutputs a byte slice.\nOutputs a 16-bit unsigned integer.\nOutputs a 32-bit unsigned integer.\nOutputs a 64-bit unsigned integer.\nOutputs an 8-bit unsigned integer.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nReturns the raw data without the checksum.\nCreates a new CheckedData computing the checksum of given …\nReads a boolean.\nReads a 16-bit signed integer.\nReads a 32-bit signed integer.\nReads a 64-bit signed integer.\nReads an 8-bit signed integer.\nReads a byte slice.\nReads a 16-bit unsigned integer.\nReads a 32-bit unsigned integer.\nReads a 64-bit unsigned integer.\nReads an 8-bit unsigned integer.\nEncodes an object into a vector.\nEncodes an object into a hex-encoded string.\nThe invalid checksum.\nThe expected checksum.\nThe maximum capacity.\nThe capacity requested.\nThe mainnet parameters.\nParameters that influence chain consensus.\nThe regtest parameters.\nThe signet parameters.\nThe testnet parameters.\nDetermines whether minimal difficulty may be used for …\nTime when BIP16 becomes active.\nBlock height at which BIP34 becomes active.\nBlock height at which BIP65 becomes active.\nBlock height at which BIP66 becomes active.\nThe maximum attainable target value for these params.\nNumber of blocks with the same set of rules.\nNetwork for which parameters are valid.\nDetermines whether retargeting is disabled for this …\nProof of work limit value. It contains the lowest possible …\nExpected amount of time to mine one block.\nDifficulty recalculation interval.\nMinimum blocks including miner confirmation of the total …\nProvides an instance of string-to-byte decoder.\nProvides an instance of byte-to-string encoder.\nError returned when decoding fails.\nThe decoder state.\nTransforms given bytes and writes to the writer.\nThe encoder state.\nHex-encoding strategy\nError returned when decoder can’t be created.\nConverts error into a type implementing serde::de::Error\nHelper for #[serde(with = "")].\nDeserializes the value as consensus-encoded\nTransform the provided slice and write to the writer.\nWrite data in buffer (if any) to the writer.\nReturns the argument unchanged.\nReturns the argument unchanged.\nConstructs the decoder from string.\nImplements hex encoding.\nCalls U::from(self).\nCalls U::from(self).\nPerforms the conversion.\nSerializes the value as consensus-encoded\nMarker for upper/lower case type-level flags (“…\nError returned when a hex string contains invalid …\nError returned when a hex string decoder can’t be …\nHex decoder state.\nHex byte encoder.\nMarker for using lower-case hex encoding.\nMarker for using upper-case hex encoding.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nConvert an iterator of anything into FallibleIterator by …\nConvert an iterator of Results into FallibleIterator by …\nSignature was empty.\nAn ECDSA signature-related error.\nHex decoding error.\nA secp256k1 error.\nHolds signature serialized in-line (not in Vec).\nNon-standard sighash type.\nAn ECDSA signature with the corresponding hash type.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nDeserializes from slice following the standardness rules …\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nReturns an iterator over bytes of the signature.\nSerializes an ECDSA signature (inner secp256k1 signature …\nSerializes an ECDSA signature (inner secp256k1 signature …\nConstructs an ECDSA Bitcoin signature for …\nThe corresponding hash type.\nThe underlying ECDSA Signature.\nSerializes an ECDSA signature (inner secp256k1 signature …\nWrites this serialized signature to a writer.\nHex string contains prefix.\nError when hex string contains a prefix (e.g. 0x).\nHex string is missing prefix.\nError when hex string is missing a prefix (e.g. 0x).\nError parsing integer from hex string.\nError parsing integer from string.\nError with rich context returned when a string can’t be …\nError returned when parsing integer from an supposedly …\nError returned when parsing integer from an supposedly …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nA bitcoin block hash.\nFilter hash, as defined in BIP-157\nFilter header, as defined in BIP-157\nA hash of the Merkle tree branch or root for transactions.\nA bitcoin transaction hash/transaction ID.\nA hash corresponding to the witness structure commitment …\nA hash corresponding to the Merkle tree root for witness …\nA bitcoin witness transaction ID.\nLength of the hash’s internal block size, in bytes.\nThe byte array that represents the hash internally.\nFlag indicating whether user-visible serializations of …\nA hashing engine which bytes can be serialized into. It is …\nAttempted to create a hash from an invalid length slice.\nTrait which applies to hashes of all types.\nA hashing engine which bytes can be serialized into.\nA hash computed from a RFC 2104 HMAC. Parameterized by the …\nPair of underlying hash engines, used for the inner and …\nLength of the hash, in bytes.\nByte array representing the internal state of the hash …\nReturns an all zero hash.\nReturns a reference to the underlying byte array.\nAdds slicing traits implementations to a given type $ty\nUseful comparison functions.\nConstructs a new engine.\nReturns the expected slice length.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nConstructs a hash from the underlying byte array.\nProduces a hash from the current state of a given engine.\nA special constructor giving direct access to the …\nCopies a byte slice into a hash object.\nHashes some bytes.\nHASH160 (SHA256 then RIPEMD160) implementation.\nHashes all the byte slices retrieved from the iterator …\nCreates a new newtype around a Hash type.\nAdds hexadecimal formatting implementation of a trait $imp …\nHash-based Message Authentication Code (HMAC).\nAdd data to the hash engine.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nReturns the invalid slice length.\nOutputs the midstate of the hash engine. This function …\nReturn the number of bytes already …\nConstructs a new keyed HMAC from key.\nRIPEMD160 implementation.\nImplements Serialize and Deserialize for a type $t which …\nMacros for serde trait implementations, and supporting …\nSHA1 implementation.\nSHA256 implementation.\nSHA256d implementation (double SHA256).\nSHA256t implementation (tagged SHA256).\nMacro used to define a newtype tagged hash.\nSHA384 implementation.\nSHA512 implementation.\nSHA512_256 implementation.\nSipHash 2-4 implementation.\nReturns the underlying byte array.\nCompare two slices for equality in fixed time. Panics if …\nOutput of the Bitcoin HASH160 hash function. …\nReturns the argument unchanged.\nZero cost conversion between a fixed length byte array …\nZero cost conversion between a fixed length byte array …\nCalls U::from(self).\nIterator over bytes which encodes the bytes and yields hex …\nPossible case of hex.\nThe type providing fmt::Display implementation.\nExtension trait for types that can be displayed as hex.\nError type returned while parsing hex string.\nTrait for objects that can be deserialized from hex …\nConvenience alias for HexToBytesIter<HexDigitsIter<'a>>.\nHex decoding error.\nHex decoding error.\nIterator yielding bytes decoded from an iterator of pairs …\nNon-hexadecimal character.\nNon-hexadecimal character.\nInvalid hex character.\nTried to parse fixed-length hash from a string with the …\nProduce lower-case chars ([0-9a-f]).\nPurported hex string had odd length.\nPurported hex string had odd length.\nProduce upper-case chars ([0-9A-F]).\nAppends hex-encoded content to an existing String.\nDisplay Self as a continuous sequence of ASCII hex chars.\nImplements a buffered encoder.\nHelpers for displaying bytes as hex strings.\nError code for the hex-conservative crate.\nFormat known-length array as hex.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nProduces an object from a hex string.\nConstructs a custom hex decoding iterator from another …\nHints how much bytes to reserve when creating a String.\nAdds core::fmt trait implementations to type $ty.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nConvert an iterator of anything into FallibleIterator by …\nConvert an iterator of anything into FallibleIterator by …\nReturns the invalid character byte.\nReturns the odd length of the input string.\nConstructs a new HexToBytesIter from a string slice.\nConstructs a new BytesToHexIter from a byte iterator.\nHex encoding and decoding.\nRe-exports of the common crate traits.\nQuick and dirty macro for parsing hex in tests.\nCreate a hex-encoded string.\nCreate a lower-hex-encoded string.\nCreate an upper-hex-encoded string.\nConvert an iterator of Results into FallibleIterator by …\nConvert an iterator of Results into FallibleIterator by …\nFormats error.\nHex-encodes bytes into the provided buffer.\nReturns the written bytes as a hex str.\nResets the buffer to become empty.\nReturns the argument unchanged.\nCalls U::from(self).\nReturns true if no more bytes can be written into the …\nCreates an empty BufEncoder.\nEncodes byte as hex in given case and appends it to the …\nEncodes bytes as hex in given case and appends them to the …\nEncodes as many bytes as fit into the buffer as hex and …\nHow many bytes can be written to this buffer.\nThe type providing fmt::Display implementation.\nDisplays byte array as hex.\nDisplays byte slice as hex.\nExtension trait for types that can be displayed as hex.\nAppends hex-encoded content to an existing String.\nDisplay Self as a continuous sequence of ASCII hex chars.\nFormat known-length array as hex.\nReturns the argument unchanged.\nReturns the argument unchanged.\nHints how much bytes to reserve when creating a String.\nAdds core::fmt trait implementations to type $ty.\nCalls U::from(self).\nCalls U::from(self).\nCreate a hex-encoded string.\nCreate a lower-hex-encoded string.\nCreate an upper-hex-encoded string.\nHex decoding error.\nHex decoding error.\nNon-hexadecimal character.\nNon-hexadecimal character.\nInvalid hex character.\nTried to parse fixed-length hash from a string with the …\nTried to parse fixed-length hash from a string with the …\nPurported hex string had odd length.\nPurported hex string had odd length.\nThe expected length.\nReturns the argument unchanged.\nCalls U::from(self).\nThe invalid length.\nError type returned while parsing hex string.\nTrait for objects that can be deserialized from hex …\nHex decoding error.\nHex decoding error.\nNon-hexadecimal character.\nNon-hexadecimal character.\nTried to parse fixed-length hash from a string with the …\nPurported hex string had odd length.\nProduces an object from a hex string.\nThe type providing fmt::Display implementation.\nExtension trait for types that can be displayed as hex.\nError type returned while parsing hex string.\nTrait for objects that can be deserialized from hex …\nAppends hex-encoded content to an existing String.\nDisplay Self as a continuous sequence of ASCII hex chars.\nProduces an object from a hex string.\nHints how much bytes to reserve when creating a String.\nCreate a hex-encoded string.\nCreate a lower-hex-encoded string.\nCreate an upper-hex-encoded string.\nA hash computed from a RFC 2104 HMAC. Parameterized by the …\nPair of underlying hash engines, used for the inner and …\nPair of underlying hash midstates which represent the …\nReturns the argument unchanged.\nMidstate of the inner hash engine\nCalls U::from(self).\nMidstate of the outer hash engine\nOutput of the RIPEMD160 hash function.\nEngine to compute RIPEMD160 hash function.\nReturns the argument unchanged.\nReturns the argument unchanged.\nZero cost conversion between a fixed length byte array …\nZero cost conversion between a fixed length byte array …\nCalls U::from(self).\nCalls U::from(self).\nA data structure that can be deserialized from any data …\nA data format that can deserialize any data structure …\nThe error type that can be returned if some error occurs …\nThe error type when some error occurs during serialization.\nThe output type produced by this Serializer during …\nA data structure that can be serialized into any data …\nType returned from serialize_map for serializing the …\nType returned from serialize_seq for serializing the …\nType returned from serialize_struct for serializing the …\nType returned from serialize_struct_variant for …\nType returned from serialize_tuple for serializing the …\nType returned from serialize_tuple_struct for serializing …\nType returned from serialize_tuple_variant for serializing …\nA data format that can serialize any data structure …\nCollect an iterator as a map.\nCollect an iterator as a sequence.\nSerialize a string produced by an implementation of Display…\nGeneric data structure deserialization framework.\nDeserialize this value from the given Serde deserializer.\nRequire the Deserializer to figure out how to drive the …\nHint that the Deserialize type is expecting a bool value.\nHint that the Deserialize type is expecting a byte array …\nHint that the Deserialize type is expecting a byte array …\nHint that the Deserialize type is expecting a char value.\nHint that the Deserialize type is expecting an enum value …\nHint that the Deserialize type is expecting a f32 value.\nHint that the Deserialize type is expecting a f64 value.\nHint that the Deserialize type is expecting an i128 value.\nHint that the Deserialize type is expecting an i16 value.\nHint that the Deserialize type is expecting an i32 value.\nHint that the Deserialize type is expecting an i64 value.\nHint that the Deserialize type is expecting an i8 value.\nHint that the Deserialize type is expecting the name of a …\nHint that the Deserialize type needs to deserialize a …\nHint that the Deserialize type is expecting a map of …\nHint that the Deserialize type is expecting a newtype …\nHint that the Deserialize type is expecting an optional …\nHint that the Deserialize type is expecting a sequence of …\nHint that the Deserialize type is expecting a string value …\nHint that the Deserialize type is expecting a string value …\nHint that the Deserialize type is expecting a struct with …\nHint that the Deserialize type is expecting a sequence of …\nHint that the Deserialize type is expecting a tuple struct …\nHint that the Deserialize type is expecting an u128 value.\nHint that the Deserialize type is expecting a u16 value.\nHint that the Deserialize type is expecting a u32 value.\nHint that the Deserialize type is expecting a u64 value.\nHint that the Deserialize type is expecting a u8 value.\nHint that the Deserialize type is expecting a unit value.\nHint that the Deserialize type is expecting a unit struct …\nHelper macro when implementing the Deserializer part of a …\nDetermine whether Deserialize implementations should …\nDetermine whether Serialize implementations should …\nGeneric data structure serialization framework.\nSerialize this value into the given Serde serializer.\nSerialize a bool value.\nSerialize a chunk of raw byte data.\nSerialize a character.\nSerialize an f32 value.\nSerialize an f64 value.\nSerialize an i128 value.\nSerialize an i16 value.\nSerialize an i32 value.\nSerialize an i64 value.\nSerialize an i8 value.\nBegin to serialize a map. This call must be followed by …\nSerialize a newtype struct like struct Millimeters(u8).\nSerialize a newtype variant like E::N in enum E { N(u8) }.\nSerialize a None value.\nBegin to serialize a variably sized sequence. This call …\nSerialize a Some(T) value.\nSerialize a &str.\nBegin to serialize a struct like …\nBegin to serialize a struct variant like E::S in …\nBegin to serialize a statically sized sequence whose …\nBegin to serialize a tuple struct like …\nBegin to serialize a tuple variant like E::T in …\nSerialize a u128 value.\nSerialize a u16 value.\nSerialize a u32 value.\nSerialize a u64 value.\nSerialize a u8 value.\nSerialize a () value.\nSerialize a unit struct like struct Unit or PhantomData<T>.\nSerialize a unit variant like E::A in enum E { A, B }.\nThe input contained a boolean value that was not expected.\nThe input contained a &[u8] or Vec<u8> that was not …\nThe input contained a char that was not expected.\nA data structure that can be deserialized from any data …\nA data structure that can be deserialized without …\nDeserializeSeed is the stateful form of the Deserialize …\nA data format that can deserialize any data structure …\nThe type of the deserializer being converted into.\nThe input contained an enum that was not expected.\nProvides a Visitor access to the data of an enum in the …\nThe Error trait allows Deserialize implementations to …\nThe error type that can be returned if some error occurs …\nThe error type that can be returned if some error occurs …\nThe error type that can be returned if some error occurs …\nThe error type that can be returned if some error occurs …\nThe error type that can be returned if some error occurs …\nExpected represents an explanation of what data a Visitor …\nThe input contained a floating point f32 or f64 that was …\nAn efficient way of discarding data from a deserializer.\nConverts an existing value into a Deserializer from which …\nThe input contained a map that was not expected.\nProvides a Visitor access to each entry of a map in the …\nThe input contained a newtype struct that was not expected.\nThe input contained a newtype variant that was not …\nThe input contained an Option<T> that was not expected.\nA message stating what uncategorized thing the input …\nThe input contained a sequence that was not expected.\nProvides a Visitor access to each element of a sequence in …\nThe input contained a signed integer i8, i16, i32 or i64 …\nError is a trait representing the basic expectations for …\nThe input contained a &str or String that was not expected.\nThe input contained a struct variant that was not expected.\nThe input contained a tuple variant that was not expected.\nUnexpected represents an unexpected invocation of any one …\nThe input contained a unit () that was not expected.\nThe input contained a unit variant that was not expected.\nThe input contained an unsigned integer u8, u16, u32 or u64…\nThe type produced by using this seed.\nThe value produced by this visitor.\nThe Visitor that will be used to deserialize the content …\nVariantAccess is a visitor that is created by the …\nThis trait represents a visitor that walks through a …\nRaised when there is general error when deserializing a …\nEquivalent to the more common Deserialize::deserialize …\nDeserialize this value from the given Serde deserializer.\nRequire the Deserializer to figure out how to drive the …\nHint that the Deserialize type is expecting a bool value.\nHint that the Deserialize type is expecting a byte array …\nHint that the Deserialize type is expecting a byte array …\nHint that the Deserialize type is expecting a char value.\nHint that the Deserialize type is expecting an enum value …\nHint that the Deserialize type is expecting a f32 value.\nHint that the Deserialize type is expecting a f64 value.\nHint that the Deserialize type is expecting an i128 value.\nHint that the Deserialize type is expecting an i16 value.\nHint that the Deserialize type is expecting an i32 value.\nHint that the Deserialize type is expecting an i64 value.\nHint that the Deserialize type is expecting an i8 value.\nHint that the Deserialize type is expecting the name of a …\nHint that the Deserialize type needs to deserialize a …\nHint that the Deserialize type is expecting a map of …\nHint that the Deserialize type is expecting a newtype …\nHint that the Deserialize type is expecting an optional …\nHint that the Deserialize type is expecting a sequence of …\nHint that the Deserialize type is expecting a string value …\nHint that the Deserialize type is expecting a string value …\nHint that the Deserialize type is expecting a struct with …\nHint that the Deserialize type is expecting a sequence of …\nHint that the Deserialize type is expecting a tuple struct …") \ No newline at end of file +searchState.loadedDescShard("bdk_chain", 0, "This crate is a collection of core structures for Bitcoin …\nTrait that “anchors” blockchain data to a specific …\nAn Anchor that can be constructed from a given block, …\nA wrapper that we use to impl remote traits for types in …\nMaximum BIP32 derivation index.\nBalance, differentiated into various categories.\nA reference to a block in the canonical chain.\nHow many confirmations are needed f or a coinbase output …\nRepresents a service that tracks the blockchain.\nRepresents the observed position of some chain data.\nA checkpoint is a node of a reference-counted linked list …\nIterates over checkpoints backwards.\nRepresents the confirmation block and time of a …\nBlock height and timestamp at which a transaction is …\nThe chain data is seen as confirmed, and in anchored by A.\nThe transaction is confirmed\nA trait to extend the functionality of a miniscript …\nRepresents the unique ID of a descriptor.\nError type.\nA TxOut with as much data as we can retrieve about it\nA wrapper that we use to impl remote traits for types in …\nA tuple of keychain index and T representing the indexed …\nA tuple of keychain K, derivation index (u32) and a T …\nTrait that makes an object mergeable.\nAn iterator for derived script pubkeys.\nData object used to communicate updates about relevant …\nThe chain data is not confirmed and last seen in the …\nThe transaction is unconfirmed\nReturns the BlockId that the associated blockchain data is …\nTransaction anchors. Anchors tells us a position in the …\nReturns a reference to the inner hash (sha256, sh256d …\nGet the BlockId of the checkpoint.\nThe anchor block.\nThe position of the transaction in outpoint in the overall …\nMaps a ChainPosition<&A> into a ChainPosition<A> by …\nGet the upper bound of the chain data’s confirmation …\nGet the upper bound of the chain data’s confirmation …\nDetermines the upper bound of the confirmation height.\nThe confirmation time of the transaction being anchored.\nConfirmed and immediately spendable balance\nGet a reference to the internal descriptor.\nReturns the descriptor ID, calculated as the sha256 hash …\nReturns the minimum value (in satoshis) at which an output …\nThis method tests for self and other to have equal …\nExtends the checkpoint linked list by a iterator of block …\nExtend this update with other.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nConstruct a checkpoint from a list of BlockIds in …\nConstruct the anchor from a given block, block height and …\nConstruct a checkpoint from the given header and block …\nCreates this wrapper type from the inner hash type.\nGet checkpoint at height.\nGet the best chain’s chain tip.\nGet the block hash of the checkpoint.\nThe hash of the block.\nGet the height of the checkpoint.\nThe height of the block.\nAll coinbase outputs not yet matured\nContains the IndexedTxGraph and associated types. Refer to …\nIndexer provides utilities for indexing transaction data.\nInserts block_id at its height within the chain.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nConvert an iterator of anything into FallibleIterator by …\nConvert an iterator of anything into FallibleIterator by …\nReturns the inner T.\nReturns the inner T.\nDetermines whether block of BlockId exists as an ancestor …\nReturns whether ChainPosition is confirmed or not.\nReturns whether ConfirmationTime is the confirmed variant.\nWhether the utxo is/was/will be spendable with chain tip.\nReturns whether the structure is considered empty.\nWhether the txout is considered mature.\nWhether this output is on a coinbase transaction.\nIterate from this checkpoint in descending height.\nThe LocalChain is a local implementation of ChainOracle.\nTransforms the TxUpdate to have anchors (A) of another …\nMerge another object of the same type onto self.\nConstruct a new base block at the front of a linked list.\nCreate a new script pubkey iterator from descriptor.\nCreate a new script pubkey iterator from descriptor and a …\nThe location of the TxOut.\nGet the previous checkpoint in the chain\nPuts another checkpoint onto the linked list representing …\nIterate checkpoints over a height range.\nModule for stuff\nSeen at times for transactions. This records when a …\nThe txid and chain position of the transaction (if any) …\nHelper types for spk-based blockchain clients.\nTake the value, replacing it with the default value.\nTake the value, replacing it with the default value.\nReturns the inner hash (sha256, sh256d etc.).\nGet the whole balance visible to the wallet.\nConvert an iterator of Results into FallibleIterator by …\nConvert an iterator of Results into FallibleIterator by …\nUnconfirmed UTXOs generated by a wallet tx\nGet sum of trusted_pending and confirmed coins.\nModule for structures that store and traverse transactions.\nThe TxOut.\nFloating txouts. These are TxOuts that exist but the whole …\nFull transactions. These are transactions that were …\nConstruct an unconfirmed variant using the given last_seen …\nUnconfirmed UTXOs received from an external wallet\nConfirmation height.\nThe last-seen timestamp in unix seconds.\nConfirmation time in unix seconds.\nA Bitcoin address.\nThe different types of addresses.\n0x1: Sign all outputs.\n0x1: Sign all outputs.\n0x81: Sign all outputs but only this input.\n0x81: Sign all outputs but only this input.\nAmount\nMinimum fee rate required to broadcast a transaction.\nConvenience alias for Denomination::Bitcoin.\nbits\nBTC\nMainnet Bitcoin.\nBitcoin block.\nA bitcoin block hash.\ncBTC\nEncoding of 256-bit target as 32-bit float.\nAn always-compressed Bitcoin ECDSA public key\nThe default max_fee_rate value used for extracting …\nFee rate used to compute dust amount.\n0x0: Used when not explicitly specified, defaults to …\nA set of denominations in which amounts can be expressed.\nThe sequence number that enables absolute lock time but …\nThe sequence number that enables replace-by-fee and …\nHashtype of an input’s signature, encoded in the last …\nRepresents fee rate.\nFilter hash, as defined in BIP-157\nFilter header, as defined in BIP-157\nKnown bech32 human-readable parts.\nHash of a transaction according to the legacy signature …\nThe maximum value of an amount.\nThe maximum value of an amount.\nMaximum possible value.\nMaximum possible value.\nThe maximum allowable sequence number.\nThe maximum possible target.\nThe maximum attainable target value on mainnet.\nThe proof of work limit on regtest.\nThe proof of work limit on signet.\nThe proof of work limit on testnet.\nThe maximum allowed weight for a block, see BIP 141 …\nThe maximum value allowed as an amount. Useful for sanity …\nThe maximum value allowed as an amount. Useful for sanity …\nMaximum transaction weight for Bitcoin Core 25.0.\nThe minimum value of an amount.\nThe minimum value of an amount.\nMinimum possible value (0 sat/kwu).\nMinimum possible value (0 wu).\nThe minimum transaction weight for a valid serialized …\nThe Bitcoin mainnet network.\nThe main Bitcoin network.\nData structure that represents a block header paired to a …\nuBTC\nmBTC\nmsat\nThis is used as a “null txout” in consensus signing …\nnBTC\nThe cryptocurrency network to act on.\nWhat kind of network we are on.\n0x2: Sign no outputs — anyone can choose the destination.\n0x2: Sign no outputs — anyone can choose the destination.\n0x82: Sign no outputs and only this input.\n0x82: Sign no outputs and only this input.\nExactly one bitcoin.\nExactly one bitcoin.\nExactly one satoshi.\nExactly one satoshi.\nA script Opcode.\nA reference to a transaction output.\nPay to pubkey hash.\nPay to script hash.\nPay to taproot.\nPay to witness pubkey hash.\nPay to witness script hash.\npBTC\nA Bitcoin ECDSA private key\nA Partially Signed Transaction.\nA hash of a public key.\nA Bitcoin ECDSA public key\nThe regtest network.\nBitcoin’s regtest network.\nConvenience alias for Denomination::Satoshi.\nThe number of bytes that an amount contributes to the size …\nsatoshi\nBitcoin script slice.\nAn owned, growable script.\nA hash of Bitcoin Script bytecode.\nHash of a transaction according to the segwit version 0 …\nBitcoin transaction input sequence number.\nSignedAmount\nBitcoin’s signet network.\n0x3: Sign the output whose index matches this input’s …\n0x3: Sign the output whose index matches this input’s …\n0x83: Sign one output and only this input (see Single for …\n0x83: Sign one output and only this input (see Single for …\nThe tag used for TapNodeHash\nTaproot-tagged hash with tag "TapLeaf".\nThe tag used for TapLeafHash\nTagged hash used in taproot trees.\nTaproot-tagged hash with tag "TapSighash".\nThe tag used for TapSighash\nHashtype of an input’s signature, encoded in the last …\nTaproot-tagged hash with tag "TapTweak".\nThe tag used for TapTweakHash\nA 256 bit integer representing target.\nSome kind of testnet network.\nBitcoin’s testnet network.\nThe test networks, testnet and signet.\nBitcoin transaction.\nBitcoin transaction input.\nA hash of the Merkle tree branch or root for transactions.\nBitcoin transaction output.\nA bitcoin transaction hash/transaction ID.\nInitial version of witness program. Used for P2WPKH and …\nVersion of witness program used for Taproot P2TR outputs.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nA variable-length unsigned integer.\nThe factor that non-witness serialization data is …\nSegWit version of a public key hash.\nSegWit version of a Bitcoin Script bytecode hash.\nRepresents block weight - the weight of a transaction or …\nThe Witness is the data used to unlock bitcoin since the …\nA hash corresponding to the witness structure commitment …\nA hash corresponding to the Merkle tree root for witness …\nThe segregated witness program.\nVersion of the segregated witness program.\nA 256 bit integer representing work.\nA bitcoin witness transaction ID.\nExtended key identifier as defined in BIP-32.\nAn x-only public key, used for verification of Taproot …\nThe zero amount.\nThe zero amount.\n0 sat/kwu.\n0 wu.\nZero value sequence.\nWhen parsing nBits, Bitcoin Core converts a negative …\nGet the absolute value of this SignedAmount.\nTweaks an XOnlyPublicKey by adding the generator …\nBitcoin addresses.\nGets the address type of the address.\nBitcoin amounts.\nReturns the script data as a byte slice.\nReturns the script data as a mutable byte slice.\nObtains a raw mutable pointer suitable for use with FFI …\nReturns a mutable reference to unsized script.\nObtains a raw const pointer suitable for use with FFI …\nReturns a reference to the inner hash (sha256, sh256d …\nReturns a reference to the inner hash (sha256, sh256d …\nReturns a reference to the inner hash (sha256, sh256d …\nReturns a reference to the inner hash (sha256, sh256d …\nReturns a reference to the inner hash (sha256, sh256d …\nReturns a reference to the inner hash (sha256, sh256d …\nReturns a reference to the inner hash (sha256, sh256d …\nReturns a reference to the inner hash (sha256, sh256d …\nReturns a reference to the inner hash (sha256, sh256d …\nReturns a reference to the inner hash (sha256, sh256d …\nReturns a reference to the inner hash (sha256, sh256d …\nReturns a reference to the inner hash (sha256, sh256d …\nReturns a reference to the inner hash (sha256, sh256d …\nReturns a reference to the inner hash (sha256, sh256d …\nReturns a reference to the inner hash (sha256, sh256d …\nReturns a reference to the inner hash (sha256, sh256d …\nReturns a reference to the inner hash (sha256, sh256d …\nReturns a reference to the inner hash (sha256, sh256d …\nReturns a reference to the inner hash (sha256, sh256d …\nReturns a reference to unsized script.\nReturns a reference to the address as if it was unchecked.\nMarks, without any additional checks, network of this …\nReturns a reference to the checked address.\nAssumes the given 32 byte array as hidden TapNodeHash.\nReturns the base size of this input.\nReturns the base transaction size.\nBIP152 Compact Blocks\nBIP 158 Compact Block Filters for Light Clients.\nBIP32 implementation.\nReturns the block height, as encoded in the coinbase …\nReturns the block hash.\nBitcoin block data.\nCreates a new script builder\nCreates a new script builder\nReturns an iterator over script bytes.\nReturn the network’s chain hash (genesis block hash).\nChecks if merkle root of header matches merkle root of the …\nChecks if witness commitment in coinbase matches the …\nGet the absolute value of this SignedAmount. Returns None …\nChecked addition.\nChecked addition. Returns None if overflow occurred.\nChecked addition.\nChecked integer division.\nChecked integer division. Be aware that integer division …\nChecked division.\nChecked division.\nChecked multiplication.\nChecked multiplication. Returns None if overflow occurred.\nChecked multiplication.\nChecked multiplication.\nChecked weight multiplication.\nChecked remainder.\nChecked remainder. Returns None if overflow occurred.\nChecked subtraction.\nChecked subtraction. Returns None if overflow occurred.\nChecked subtraction.\nClassifies an Opcode into a broad class.\nClear the witness.\nLike cmp::Cmp but faster and with no guarantees across …\nReturns the coinbase transaction, if one is present.\nCombines this Psbt with other PSBT as described by BIP 174.\nWhether this public key should be serialized as compressed\nWhether this private key should be serialized as compressed\nComputes the transaction merkle root.\nComputes a “normalized TXID” which does not include …\nComputes the Txid.\nComputes the witness commitment for the block’s …\nComputes the segwit version of the transaction id.\nBitcoin consensus.\nCounts the sigops for this Script using accurate counting.\nCounts the sigops for this Script using legacy counting.\nThe default value of sequence is 0xffffffff.\nDeserialize a value from raw binary data.\nComputes the popular “difficulty” measure for mining.\nComputes the popular “difficulty” measure for mining …\nCreate an object that implements fmt::Display dynamically …\nCreate an object that implements fmt::Display dynamically …\nCreate an object that implements fmt::Display using …\nCreate an object that implements fmt::Display using …\nReturns the minimum value an output with this script …\nECDSA Bitcoin signatures.\nReturns true if the sequence number enables absolute …\nReturns true if this input enables the absolute::LockTime …\nLike cmp::Eq but faster and with no guarantees across …\nContains error types and other error handling tools.\nExtract the matching txid’s represented by this partial …\nAn alias for extract_tx_fee_rate_limit.\nExtracts the Transaction from a Psbt by filling in the …\nPerform extract_tx_fee_rate_limit without the fee rate …\nExtracts the Transaction from a Psbt by filling in the …\nCalculates transaction fee.\nCalculates fee by multiplying this fee rate by weight, in …\nCalculates fee by multiplying this fee rate by weight, in …\nComputes the filter header from a filter hash and previous …\nReturns the first opcode of the script (if there is any).\nWrites the human-readable assembly representation of the …\nFormat the value of this Amount in the given denomination.\nFormat the value of this SignedAmount in the given …\nFormat the private key to WIF format.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCreates a relative lock-time using time intervals where …\nCreates Work from a big-endian byte array.\nCreates Target from a big-endian byte array.\nCreate a MerkleBlock from a block, that contains proofs …\nConvert from a value expressing bitcoins to an Amount.\nConvert from a value expressing bitcoins to an SignedAmount…\nTreat byte slice as Script\nConverts byte vector into script.\nTreat mutable byte slice as Script\nCreates a Network from the chain hash (genesis block hash).\nComputes the Target value from a compact representation.\nCreates a sequence from a u32 value.\nCreates a EcdsaSighashType from a raw u32.\nCreates a CompactTarget from a consensus encoded u32.\nConstructs a TapSighashType from a raw u8.\nConverts a bitcoind -chain argument name to its equivalent …\nConvert this Amount in floating-point notation with a given\nConvert this SignedAmount in floating-point notation with …\nCreate a MerkleBlock from the block’s header and txids, …\nCreates a relative lock-time using block height.\nCreates a ScriptBuf from a hex string.\nCreates a Sequence from an prefixed hex string.\nCreates Work from a prefixed hex string.\nCreates Target from a prefixed hex string.\nCreates a CompactTarget from an prefixed hex string.\nConvert from a value expressing integer values of bitcoins …\nCreates a new BIP341 TapTweakHash from key and tweak. …\nReturns the XOnlyPublicKey (and it’s Parity) for keypair.\nConstructs Weight from kilo weight units returning None if …\nCreates Work from a little-endian byte array.\nCreates Target from a little-endian byte array.\nCreates a Network from the magic bytes.\nComputes branch hash given two hashes of the nodes …\nConstructs Weight from non-witness size.\nComputes the public key as supposed to be used with this …\nComputes the public key as supposed to be used with this …\nCreates this wrapper type from the inner hash type.\nCreates this wrapper type from the inner hash type.\nCreates this wrapper type from the inner hash type.\nCreates this wrapper type from the inner hash type.\nCreates this wrapper type from the inner hash type.\nCreates this wrapper type from the inner hash type.\nCreates this wrapper type from the inner hash type.\nCreates this wrapper type from the inner hash type.\nCreates this wrapper type from the inner hash type.\nCreates this wrapper type from the inner hash type.\nCreates this wrapper type from the inner hash type.\nCreates this wrapper type from the inner hash type.\nCreates this wrapper type from the inner hash type.\nCreates this wrapper type from the inner hash type.\nCreates this wrapper type from the inner hash type.\nCreates this wrapper type from the inner hash type.\nCreates this wrapper type from the inner hash type.\nCreates this wrapper type from the inner hash type.\nCreates this wrapper type from the inner hash type.\nCreate an Amount with satoshi precision and the given …\nCreate an SignedAmount with satoshi precision and the …\nConstructs FeeRate from satoshis per 1000 weight units.\nConstructs FeeRate from satoshis per virtual bytes.\nConstructs FeeRate from satoshis per virtual bytes without …\nConstructs an Address from an output script (scriptPubkey).\nComputes the leaf hash from components.\nComputes the TapNodeHash from a script and a leaf version.\nCreates a relative lock-time from seconds, converting the …\nCreates a relative lock-time from seconds, converting the …\nCreates a schnorr public key directly from a slice.\nCreates a Witness object from a slice of bytes slices …\nDeserialize a public key from a slice\nDeserialize a public key from a slice\nDeserialize a private key from a slice\nCreates a EcdsaSighashType from a raw u32.\nConvert from a str to Denomination.\nParse a decimal string as a value in the given …\nParse a decimal string as a value in the given …\nParses amounts with denomination suffix like they are …\nParses amounts with denomination suffix like they are …\nCreates a Sequence from an unprefixed hex string.\nCreates Work from an unprefixed hex string.\nCreates Target from an unprefixed hex string.\nCreates a CompactTarget from an unprefixed hex string.\nCreates a PSBT from an unsigned transaction.\nConstructs Weight from virtual bytes, returning None on …\nConstructs Weight from virtual bytes without an overflow …\nConstructs Weight from virtual bytes panicking on overflow.\nParse WIF encoded private key.\nConstructs Weight from witness size.\nCreates an address from an arbitrary witness program.\nDirectly constructs Weight from weight units.\nDirectly constructs Weight from usize weight units.\nConstructs new compressed ECDSA private key using the …\nBitcoin hash types.\nThe block header\nThe block header\nThe actual ECDSA key\nThe actual ECDSA key\nList of transaction inputs.\nThe corresponding key-value map for each input in the …\nIterates over the script instructions and their indices.\nIterates over the script instructions and their indices …\nIterates over the script instructions.\nIterates over the script instructions while enforcing …\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nConverts this ScriptBuf into a boxed Script.\nConverts the script into a byte vector.\nConverts a Box<Script> into a ScriptBuf without copying or …\nReturns true if this Transaction’s absolute timelock is …\nChecks if this is a coinbase transaction.\nReturns whether the script is the empty script.\nReturns true if the witness contains no element.\nReturns true if the transaction itself opted in to be …\nReturns true if the sequence number indicates that the …\nReturns true if the sequence number encodes a block based …\nReturns true if this transactions nLockTime is enabled (…\nReturns true if this is real mainnet bitcoin.\nReturns true if block hash is less than or equal to this …\nChecks whether a script pubkey is a bare multisig output.\nReturns true if this SignedAmount is negative and false if …\nChecks if an OutPoint is “null”.\nCheck if this is an OP_RETURN output.\nChecks whether a script pubkey is a P2PK output.\nChecks whether a script pubkey is a P2PKH output.\nChecks whether a script pubkey is a P2SH output.\nChecks whether a script pubkey is a P2TR output.\nReturns true if this witness program is for a P2TR output.\nChecks whether a script pubkey is a P2WPKH output.\nReturns true if this witness program is for a P2WPKH …\nChecks whether a script pubkey is a P2WSH output.\nReturns true if this witness program is for a P2WPSH …\nReturns true if this SignedAmount is positive and false if …\nChecks whether a script is trivially known to have no …\nChecks whether a script is push only.\nReturns true if the transaction opted-in to BIP125 …\nReturns true if the given pubkey is directly related to …\nReturns true if the supplied xonly public key can be used …\nReturns true if the sequence has a relative lock-time.\nChecks whether or not the address is following Bitcoin …\nReturns true if the sequence number encodes a time …\nReturns the compressed-ness of the underlying secp256k1 …\nParsed addresses do not always have one network. The …\nChecks whether a script pubkey is a Segregated Witness …\nReturns a struct implementing Iterator.\nReturns an iterator for the funding UTXOs of the psbt\nBitcoin keys.\nReturns the last element in the witness, if any.\nThe weight of the TxIn when it’s included in a legacy …\nReturns the length in bytes of the script.\nReturns the number of elements this witness holds.\nBlock height or timestamp. Transaction cannot be included …\nReturns log2 of this work.\nReturn the network magic bytes, which should be encoded …\nReturns true if the address creates a particular script …\nComputes the maximum valid Target threshold allowed for a …\nComputes the maximum valid Target threshold allowed for a …\nComputes the maximum valid Target threshold allowed for a …\nBitcoin merkle tree functions.\nComputes the minimum valid Target threshold allowed for a …\nComputes the minimum valid Target threshold allowed for a …\nReturns the minimum value an output with this script …\nCreates a TxOut with given script and the smallest …\nReturns the minimum value an output with this script …\nCreates a TxOut with given script and the smallest …\nBitcoin network.\nThe network kind on which this key should be used\nCreates a new empty script.\nCreates a new empty script.\nCreates a new witness program, copying the content from …\nCreates a new OutPoint.\nCreates a new empty Witness.\nConstructs compressed ECDSA public key from the provided …\nConstructs compressed ECDSA private key from the provided …\nGenerates OP_RETURN-type of scriptPubkey for the given …\nGenerates P2PK-type of scriptPubkey.\nGenerates P2PKH-type of scriptPubkey.\nGenerates P2SH-type of scriptPubkey with a given hash of …\nGenerates P2TR for script spending path using an internal …\nGenerates P2TR for key spending path for a known …\nGenerates P2WPKH-type of scriptPubkey.\nGenerates P2WSH-type of scriptPubkey with a given hash of …\nConstructs uncompressed (legacy) ECDSA public key from the …\nConstructs uncompressed (legacy) ECDSA private key from …\nGenerates P2WSH-type of scriptPubkey with a given …\nReturn the nth element in the witness, if any\nComputes a “normalized TXID” which does not include …\nCreates a “null” OutPoint.\nList of transaction outputs.\nThe corresponding key-value map for each output in the …\nBitcoin p2p network types.\nReturns the public key if this script is P2PK with a valid …\nCreates a pay to (compressed) public key hash address from …\nCreates a pay to script hash P2SH address from a script.\nCreates a pay to script hash P2SH address from a script …\nCreates a pay to script address that embeds a witness pay …\nCreates a pay to script address that embeds a witness pay …\nCreates a pay to taproot address from an untweaked key.\nCreates a pay to taproot address from an untweaked key.\nCreates a witness required to do a key path spend of a …\nCreates a pay to taproot address from a pre-tweaked output …\nCreates a pay to taproot address from a pre-tweaked output …\nCreates a witness pay to public key address from a public …\nCreates a WitnessProgram from pk for a P2WPKH output.\nCreates a witness required to spend a P2WPKH output.\nReturns the script code used for spending a P2WPKH output …\nCreates the script code used for spending a P2WPKH output.\nReturns the script code used to spend a P2WPKH input.\nReturns the script code used to spend a P2WPKH input.\nCreates a witness pay to script hash address.\nCreates a WitnessProgram from script for a P2WSH output.\nReturns the associated network parameters.\nUnit parsing utilities.\nBitcoin policy.\nSubtraction that doesn’t allow negative SignedAmounts. …\nProof-of-work related integer types.\nThe reference to the previous output that is being used as …\nReturns the witness program.\nGlobal proprietary key-value pairs.\nPartially Signed Bitcoin Transactions.\nGets the pubkey hash for this address if this is a P2PKH …\nReturns bitcoin 160-bit hash of the public key\nReturns bitcoin 160-bit hash of the public key\nReturns the PublicKey for this XOnlyPublicKey.\nCreates a public key from this private key\nPush a new element on the witness, requires an allocation.\nPushes, as a new element on the witness, an ECDSA …\nAdd a single instruction to the script.\nLike push_instruction, but avoids calling reserve to not …\nAdds a single opcode to the script.\nAdds instructions to push some arbitrary data onto the …\nRead the public key from a reader\nRead the public key from a reader\nChecks whether network of this address is as required.\nPre-allocates at least additional_len bytes if needed.\nPre-allocates exactly additional_len bytes if needed.\nScale by witness factor.\nAdds an OP_VERIFY to the script or replaces the last …\nGets the script hash for this address if this is a P2SH …\nReturns 160-bit hash of the script.\nGenerates a script pubkey spending to this address.\nThe script which must be satisfied for the output to be …\nReturns an iterator over lengths of script_pubkeys in the …\nThe script which pushes values on the stack which will …\nReturns the second-to-last element in the witness, if any.\nThe weight of the TxIn when it’s included in a segwit …\nThe sequence number, which suggests to miners which of two …\nSerializes the key as a byte-encoded x coordinate value …\nUser-facing serialization for Script.\nUser-facing serialization for Script.\nSerialize as raw binary data\nSerialize a value as bytes in hex.\nSignature hash implementation (used in transaction …\nReturns the sighash message to sign an ECDSA input along …\nAttempts to create all the required signatures for this …\nSignature\nReturns a number representing sign of this SignedAmount.\nReturns the total number of bytes that this output …\nReturns the number of bytes this witness contributes to a …\nReturns the number of bytes this varint contributes to a …\nReturns the spending utxo for this PSBT’s input at …\nTweaks an untweaked public key with corresponding public …\nBitcoin Taproot.\nGet Tapscript following BIP341 rules regarding accounting …\nComputes leaf hash of tapscript.\nGets the address data from this address.\nReturns the human-readable assembly representation of the …\nConverts Work to a big-endian byte array.\nConverts Target to a big-endian byte array.\nExpress this Amount as a floating-point value in Bitcoin.\nExpress this SignedAmount as a floating-point value in …\nReturns a copy of the script data.\nSerialize the public key to bytes\nSerializes the public key.\nSerialize the private key to bytes\nComputes the compact value from a Target representation.\nReturns the consensus encoded u32 representation of this …\nReturns the inner 32bit integer value of Sequence.\nConverts a Network to its equivalent bitcoind -chain …\nConverts this witness version to a GF32 field element.\nExpress this Amount as a floating-point value in the given …\nExpress this SignedAmount as a floating-point value in the …\nFormats the script as lower-case hex.\nConverts to kilo weight units rounding down.\nConverts Work to a little-endian byte array.\nConverts Target to a little-endian byte array.\nReturns integer version number representation for a given …\nComputes the P2SH output corresponding to this redeem …\nComputes P2TR output with a given internal key and a …\nComputes the P2WSH output corresponding to this …\nCreates a URI string bitcoin:address optimized to be …\nReturns the inner hash (sha256, sh256d etc.).\nReturns the inner hash (sha256, sh256d etc.).\nReturns the inner hash (sha256, sh256d etc.).\nReturns the inner hash (sha256, sh256d etc.).\nReturns the inner hash (sha256, sh256d etc.).\nReturns the inner hash (sha256, sh256d etc.).\nReturns the inner hash (sha256, sh256d etc.).\nReturns the inner hash (sha256, sh256d etc.).\nReturns the inner hash (sha256, sh256d etc.).\nReturns the inner hash (sha256, sh256d etc.).\nReturns the inner hash (sha256, sh256d etc.).\nReturns the inner hash (sha256, sh256d etc.).\nReturns the inner hash (sha256, sh256d etc.).\nReturns the inner hash (sha256, sh256d etc.).\nReturns the inner hash (sha256, sh256d etc.).\nReturns the inner hash (sha256, sh256d etc.).\nReturns the inner hash (sha256, sh256d etc.).\nReturns the inner hash (sha256, sh256d etc.).\nReturns the inner hash (sha256, sh256d etc.).\nCreates a relative::LockTime from this Sequence number.\nGets the number of satoshis in this Amount.\nGets the number of satoshis in this SignedAmount.\nReturns raw fee rate.\nConverts to sat/vB rounding up.\nConverts to sat/vB rounding down.\nConverts a TapTweakHash into a Scalar ready for use with …\nConvert to a signed amount.\nSerialize the public key into a SortKey.\nGet a string number of this Amount in the given …\nGet a string number of this SignedAmount in the given …\nGet a formatted string of this Amount in the given …\nGet a formatted string of this SignedAmount in the given …\nConverts this Work to Target.\nConverts EcdsaSighashType to a u32 sighash flag.\nEncodes Opcode as a byte.\nConvert to an unsigned amount.\nConverts to vB rounding up.\nConverts to vB rounding down.\nConvenience method to create an array of byte-arrays from …\nGet WIF encoding of this private key.\nConverts this Target to Work.\nReturns raw weight units.\nCounts the total number of sigops.\nReturns the total block size.\nReturns the total number of bytes that this input …\nReturns the total transaction size.\nVerifies that a tweak produced by XOnlyPublicKey::add_tweak…\nReturns a reference to the input at input_index if it …\nReturns a reference to the output at output_index if it …\nList of transactions contained in the block\nComputes the Txid.\nThe referenced transaction’s txid.\nTransactions making up a partial merkle tree\nUnchecked addition.\nUnchecked addition.\nUnchecked subtraction.\nUnchecked subtraction.\nUnknown global key-value pairs.\nGet the absolute value of this SignedAmount returning …\nThe unsigned transaction, scriptSigs and witnesses for …\nThe value of the output, in satoshis.\nChecks that sig is a valid schnorr signature for msg using …\nChecks that sig is a valid ECDSA signature for msg using …\nChecks that sig is a valid ECDSA signature for msg using …\nReturns the witness program version.\nThe protocol version, is currently expected to be 1 or 2 …\nThe version number of this PSBT. If omitted, the version …\nThe index of the referenced output in its transaction’s …\nReturns the “virtual size” (vsize) of this transaction.\nReturns the weight of the block.\nThe weight of this output.\nReturns the weight of this transaction, as defined by …\nCreates a new empty script with pre-allocated capacity.\nWitness data: an array of byte-arrays. Note that this …\nGets the witness program for this address if this is a …\nComputes the merkle root of transactions hashed for …\nReturns witness version of the script, if any, assuming …\nReturns bitcoin 160-bit hash of the public key for witness …\nReturns bitcoin 160-bit hash of the public key for witness …\nWrite the public key into a writer\nWrite the public key into a writer\nReturns 256-bit hash of the script for P2WSH outputs.\nComputes the segwit version of the transaction id.\nA global map from extended public keys to the used key …\nA Bitcoin address.\nThe data encoded by an Address.\nThe different types of addresses.\nBase58 error.\nBech32 segwit decoding error.\nAddress size more than 520 bytes is not allowed.\nError while generating address from script.\nIndicates whether this NetworkValidation is NetworkChecked …\nInvalid base58 payload data length for legacy address.\nDecoded base58 data was an invalid length.\nInvalid legacy address prefix in base58 data payload.\nInvalid legacy address prefix in decoded base58 data.\nKnown bech32 human-readable parts.\nLegacy address is too long.\nLegacy base58 address was too long, max 50 characters.\nThe main Bitcoin network.\nMarker that address’s network has been successfully …\nMarker that address’s network has not yet been …\nMarker of status of address’s network validation. See …\nAddress’s network differs from required one.\nAddress’s network differs from required one.\nPay to pubkey hash.\nData encoded by a P2PKH address.\nPay to script hash.\nData encoded by a P2SH address.\nError while generating address from a p2sh script.\nPay to taproot.\nPay to witness pubkey hash.\nPay to witness script hash.\nAddress parsing error.\nThe regtest network.\nData encoded by a Segwit address.\nThe test networks, testnet and signet.\nAddress type is either invalid or not supported in …\nTried to parse an unknown HRP.\nUnknown HRP error.\nScript is not a p2pkh, p2sh or witness program.\nA witness program error.\nA witness program error.\nA witness version construction error.\nA witness version conversion/parsing error.\nError code for the address module.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nReturns the invalid payload length.\nReturns the invalid prefix.\nReturns the invalid legacy address length.\nThe pubkey hash used to encumber outputs to this address.\nThe script hash used to encumber outputs to this address.\nThe witness program used to encumber outputs to this …\nBase58 error.\nBech32 segwit decoding error.\nAddress size more than 520 bytes is not allowed.\nError while generating address from script.\nInvalid base58 payload data length for legacy address.\nDecoded base58 data was an invalid length.\nInvalid legacy address prefix in base58 data payload.\nInvalid legacy address prefix in decoded base58 data.\nLegacy address is too long.\nLegacy base58 address was too long, max 50 characters.\nAddress’s network differs from required one.\nAddress’s network differs from required one.\nError while generating address from a p2sh script.\nAddress parsing error.\nAddress type is either invalid or not supported in …\nTried to parse an unknown HRP.\nUnknown HRP error.\nScript is not a p2pkh, p2sh or witness program.\nA witness program error.\nA witness program error.\nA witness version construction error.\nA witness version conversion/parsing error.\nAmount\nbits\nBTC\ncBTC\nCalculate the sum over the iterator using checked …\nA set of denominations in which amounts can be expressed.\nA helper/builder that displays amount with specified …\nInput string was too large.\nInvalid character in input.\nuBTC\nmBTC\nmsat\nA digit was expected but not found.\nnBTC\nThe amount is too big or too small.\nAn error during amount parsing.\npBTC\nsatoshi\nSignedAmount\nAmount has higher precision than supported by the type.\nCalculate the sum over the iterator using checked …\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nThis module adds serde serialization and deserialization …\nMakes subsequent calls to Display::fmt display …\nThis trait is used only to avoid code duplication and …\nThis trait is only for internal Amount type …\nSerialize and deserialize Amount as JSON numbers …\nSerialize and deserialize Amount as real numbers …\nSerialize and deserialize Option<Amount> as JSON numbers …\nSerialize and deserialize Option<Amount> as real numbers …\nInvalid character while decoding.\nAn error occurred during base58 decoding (with checksum).\nChecksum was not correct.\nFound a invalid ASCII byte while decoding base58 string.\nA UTF-8–encoded, growable string.\nChecked data was too short.\nA contiguous growable array type, written as Vec<T>, short …\nReturns a reference to the underlying allocator.\nMoves all the elements of other into self, leaving other …\nReturns a byte slice of this String’s contents.\nReturns an unsafe mutable pointer to the vector’s …\nExtracts a mutable slice of the entire vector.\nConverts a String into a mutable string slice.\nReturns a mutable reference to the contents of this String.\nReturns a raw pointer to the vector’s buffer, or a …\nExtracts a slice containing the entire vector.\nExtracts a string slice containing the entire String.\nReturns the total number of elements the vector can hold …\nReturns this String’s capacity, in bytes.\nClears the vector, removing all values.\nTruncates this String, removing all contents.\nOverwrites the contents of self with a clone of the …\nClones the contents of source into self.\nDecodes a base58-encoded string into a byte vector.\nDecodes a base58check-encoded string into a byte vector …\nRemoves consecutive repeated elements in the vector …\nRemoves all but the first of consecutive elements in the …\nRemoves all but the first of consecutive elements in the …\nCreates an empty Vec<T>.\nCreates an empty String.\nRemoves the specified range from the vector in bulk, …\nRemoves the specified range from the string in bulk, …\nEncodes data as a base58 string (see also …\nEncodes data as a base58 string including the checksum.\nEncodes a slice as base58, including the checksum, into a …\nError code for the base58 crate.\nClones and appends all elements in a slice to the Vec.\nCopies elements from src range to the end of the vector.\nCopies elements from src range to the end of the string.\nCreates an iterator which uses a closure to determine if …\nReturns the argument unchanged.\nReturns the argument unchanged.\nAllocate a Vec<T> and fill it by cloning s’s items.\nTurn a VecDeque<T> into a Vec<T>.\nAllocate a Vec<T> and move s’s items into it.\nConverts a BinaryHeap<T> into a Vec<T>.\nConvert a clone-on-write slice into a vector.\nAllocate a Vec<u8> and fill it with a UTF-8 string.\nReturns the argument unchanged.\nAllocate a Vec<T> and fill it by cloning s’s items.\nConverts a CString into a Vec<u8>.\nConvert a boxed slice into a vector by transferring …\nAllocate a Vec<T> and fill it by cloning s’s items.\nConverts the given String to a vector Vec that holds …\nAllocate a Vec<T> and fill it by cloning s’s items.\nReturns the argument unchanged.\nConverts a &String into a String.\nConverts the given boxed str slice to a String. It is …\nConverts a clone-on-write string to an owned instance of …\nAllocates an owned String from a single character.\nConverts a &str into a String.\nConverts a &mut str into a String.\nCreates a Vec<T> directly from a pointer, a length, and a …\nCreates a new String from a pointer, a length and a …\nCreates a Vec<T, A> directly from a pointer, a length, a …\nDecode a UTF-16–encoded vector v into a String, …\nDecode a UTF-16–encoded slice v into a String, replacing …\nDecode a UTF-16BE–encoded vector v into a String, …\nDecode a UTF-16BE–encoded slice v into a String, …\nDecode a UTF-16LE–encoded vector v into a String, …\nDecode a UTF-16LE–encoded slice v into a String, …\nConverts a vector of bytes to a String.\nConverts a slice of bytes to a string, including invalid …\nConverts a vector of bytes to a String without checking …\nInserts an element at position index within the vector, …\nInserts a character into this String at a byte position.\nInserts a string slice into this String at a byte position.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nConverts the vector into Box<[T]>.\nConverts this String into a Box<str>.\nConverts a String into a byte vector.\nTakes a Vec<[T; N]> and flattens it into a Vec<T>.\nCreates a consuming iterator, that is, one that moves each …\nDecomposes a Vec<T> into its raw components: …\nDecomposes a String into its raw components: …\nDecomposes a Vec<T> into its raw components: …\nReturns the ASCII byte that is not a valid base58 …\nReturns true if the vector contains no elements.\nReturns true if this String has a length of zero, and false…\nConsumes and leaks the Vec, returning a mutable reference …\nConsumes and leaks the String, returning a mutable …\nReturns the number of elements in the vector, also …\nReturns the length of this String, in bytes, not chars or …\nConstructs a new, empty Vec<T>.\nCreates a new empty String.\nConstructs a new, empty Vec<T, A>.\nRemoves the last element from a vector and returns it, or …\nRemoves the last character from the string buffer and …\nRemoves and returns the last element in a vector if the …\nAppends an element to the back of a collection.\nAppends the given char to the end of this String.\nAppends a given string slice onto the end of this String.\nAppends an element if there is sufficient spare capacity, …\nRemoves and returns the element at position index within …\nRemoves a char from this String at a byte position and …\nRemove all matches of pattern pat in the String.\nRemoves the specified range in the string, and replaces it …\nReserves capacity for at least additional more elements to …\nReserves capacity for at least additional bytes more than …\nReserves the minimum capacity for at least additional more …\nReserves the minimum capacity for at least additional …\nResizes the Vec in-place so that len is equal to new_len.\nResizes the Vec in-place so that len is equal to new_len.\nRetains only the elements specified by the predicate.\nRetains only the characters specified by the predicate.\nRetains only the elements specified by the predicate, …\nForces the length of the vector to new_len.\nShrinks the capacity of the vector with a lower bound.\nShrinks the capacity of this String with a lower bound.\nShrinks the capacity of the vector as much as possible.\nShrinks the capacity of this String to match its length.\nReturns the remaining spare capacity of the vector as a …\nCreates a splicing iterator that replaces the specified …\nReturns vector content as a slice of T, along with the …\nSplits the collection into two at the given index.\nSplits the string into two at the given byte index.\nRemoves an element from the vector and returns it.\nShortens the vector, keeping the first len elements and …\nShortens this String to the specified length.\nTries to reserve capacity for at least additional more …\nTries to reserve capacity for at least additional bytes …\nTries to reserve the minimum capacity for at least …\nTries to reserve the minimum capacity for at least …\nConstructs a new, empty Vec<T> with at least the specified …\nCreates a new empty String with at least the specified …\nConstructs a new, empty Vec<T, A> with at least the …\nConstructs a new, empty Vec<T> with at least the specified …\nCreates a new empty String with at least the specified …\nConstructs a new, empty Vec<T, A> with at least the …\nInvalid character while decoding.\nAn error occurred during base58 decoding (with checksum).\nChecksum was not correct.\nChecksum was not correct.\nFound a invalid ASCII byte while decoding base58 string.\nChecked data was too short.\nThe decode base58 data was too short (require at least 4 …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the incorrect checksum along with the expected …\nCalls U::from(self).\nCalls U::from(self).\nReturns the invalid base58 string length (require at least …\nThe config type used by this engine\nErrors that can occur while decoding.\nA DecodeError occurred\nThe decode estimate used by this engine\nErrors that can occur while decoding into a slice.\nErrors that can occur while encoding into a slice.\nAn Engine provides low-level encoding and decoding …\nAn invalid byte was found in the input. The offset and …\nThe last non-padding input symbol’s encoded 6 bits have …\nThe length of the input is invalid. A typical cause of …\nThe nature of the padding was not as configured: absent or …\nThe provided slice is too small.\nThe provided slice may be too small.\nProvides Alphabet and constants for alphabets commonly …\nReturns the config for this engine.\nDecode base64 using the STANDARD engine.\nDecode the input into a new Vec.\nDecode from string reference as octets using the specified …\nDecode the input into the provided output slice.\nDecode from string reference as octets.\nDecode the input into the provided output slice.\nDecode the input into the provided output slice.\nDecode the input into the supplied buffer.\nReturns a conservative estimate of the decoded size of …\nEnables base64’d output anywhere you might use a Display …\nEncode arbitrary octets as base64 using the STANDARD engine…\nEncode arbitrary octets as base64 using the provided Engine…\nEncode arbitrary octets as base64 using the provided Engine…\nEncode arbitrary octets as base64 into a supplied slice.\nEncode arbitrary octets as base64 into a supplied String.\nEncode arbitrary octets as base64 into a supplied slice. …\nEncode arbitrary octets as base64 into a supplied String. …\nCalculate the base64 encoded length for a given input …\nProvides the Engine abstraction and out of the box …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nPreconfigured engines for common use cases.\nImplementations of io::Read to transparently decode base64.\nImplementations of io::Write to transparently handle …\nAn alphabet defines the 64 ASCII characters (symbols) used …\nThe bcrypt alphabet.\nThe alphabet used in BinHex 4.0 files.\nThe crypt(3) alphabet (with . and / as the first two …\nAll bytes must be unique\nThe alphabet used in IMAP-modified UTF-7 (with + and ,).\nAlphabets must be 64 ASCII bytes\nPossible errors when constructing an Alphabet from a str.\n= cannot be used\nThe standard alphabet (with + and /) specified in RFC 4648.\nThe URL-safe alphabet (with - and _) specified in RFC 4648.\nAll bytes must be printable (in the range [32, 126]).\nCreate a &str from the symbols in the Alphabet\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCreate an Alphabet from a string of 64 unique printable …\nA convenience wrapper for base64’ing bytes into a format …\nReturns the argument unchanged.\nCalls U::from(self).\nCreate a Base64Display with the provided engine.\nThe minimal level of configuration that engines must …\nThe config type used by this engine\nThe decode estimate used by an engine implementation. …\nThe decode estimate used by this engine\nMetadata about the result of a decode operation\nControls how pad bytes are handled when decoding.\nAn Engine provides low-level encoding and decoding …\nA general-purpose base64 engine.\nContains configuration parameters for base64 encoding and …\nCanonical padding is allowed, but any fewer padding bytes …\nPadding must be canonical (0, 1, or 2 = as needed to …\nPadding must be absent – for when you want predictable …\nReturns the config for this engine.\nDecode the input into a new Vec.\nDecode the input into the provided output slice.\nDecode the input into the provided output slice.\nDecode the input into the supplied buffer.\nReturns a conservative (err on the side of too big) …\nDelegates to GeneralPurposeConfig::new.\nEncode arbitrary octets as base64 using the provided Engine…\nReturns true if padding should be added after the encoded …\nEncode arbitrary octets as base64 into a supplied slice. …\nEncode arbitrary octets as base64 into a supplied String. …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nProvides the GeneralPurpose engine and associated config …\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCreate a GeneralPurpose engine from an Alphabet.\nCreate a new config with padding = true, …\nCreate a new config based on self with an updated …\nCreate a new config based on self with an updated …\nCreate a new config based on self with an updated padding …\nA general-purpose base64 engine.\nContains configuration parameters for base64 encoding and …\nDon’t add padding when encoding, and require no padding …\nInclude padding bytes when encoding, and require that they …\nA GeneralPurpose engine using the alphabet::STANDARD …\nA GeneralPurpose engine using the alphabet::STANDARD …\nA GeneralPurpose engine using the alphabet::URL_SAFE …\nA GeneralPurpose engine using the alphabet::URL_SAFE …\nA GeneralPurpose engine using the alphabet::STANDARD …\nA GeneralPurpose engine using the alphabet::STANDARD …\nA GeneralPurpose engine using the alphabet::URL_SAFE …\nA GeneralPurpose engine using the alphabet::URL_SAFE …\nThe config type used by this engine\nThe decode estimate used by this engine\nAn Engine provides low-level encoding and decoding …\nReturns the config for this engine.\nDecode the input into a new Vec.\nDecode the input into the provided output slice.\nDecode the input into the provided output slice.\nDecode the input into the supplied buffer.\nEncode arbitrary octets as base64 using the provided Engine…\nEncode arbitrary octets as base64 into a supplied slice. …\nEncode arbitrary octets as base64 into a supplied String. …\nA Read implementation that decodes base64 data read from …\nReturns the argument unchanged.\nCalls U::from(self).\nUnwraps this DecoderReader, returning the base reader …\nCreate a new decoder that will read from the provided …\nDecode input from the wrapped reader.\nA Write implementation that base64-encodes data using the …\nA Write implementation that base64 encodes data before …\nAn abstraction around consuming strs produced by base64 …\nConsume the base64 encoded data in buf\nEncode all remaining buffered data and write it, including …\nBecause this is usually treated as OK to call multiple …\nReturns the argument unchanged.\nReturns the argument unchanged.\nCreate a EncoderStringWriter that will append to the …\nCalls U::from(self).\nCalls U::from(self).\nUnwraps this EncoderWriter, returning the base writer it …\nEncode all remaining buffered data, including any trailing …\nCreate a new encoder that will write to the provided …\nCreate a EncoderStringWriter that will encode into a new …\nEncode input and then write to the delegate writer.\nA BlockTransactions structure is used to provide some of …\nA BlockTransactionsRequest structure is used to list …\nA BIP-152 error\nA HeaderAndShortIds structure is used to relay a block …\nThe prefill slice provided was invalid.\nA PrefilledTransaction structure is used in …\nShort transaction IDs are used to represent a transaction …\nA transaction index is requested that is out of range from …\nAn unknown version number was used.\nReturns a reference the underlying bytes.\nConverts the object to a mutable raw pointer.\nConverts the object to a raw pointer.\nThe blockhash of the block which the transactions being …\nThe blockhash of the block which the transactions being …\nCalculate the SipHash24 keys used to calculate short IDs.\nPanics\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCreate a new HeaderAndShortIds from a full block.\nCreates Self from a hex string.\nConstruct a BlockTransactions from a …\nThe header of the block being provided.\nThe index of the transaction in the block.\nThe indexes of the transactions being requested in the …\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nReturns whether the object, as an array, is empty. Always …\nReturns the length of the object as an array.\nA nonce for use in short transaction ID calculations.\nUsed to provide the coinbase transaction and a select few …\nThe short transaction IDs calculated from the transactions …\nReturns the underlying bytes.\nThe transactions provided.\nThe actual transaction.\nCalculate the short ID with the given (w)txid and using …\nBitwise stream reader.\nBitwise stream writer.\nA block filter, as described by BIP 158.\nReads and interprets a block filter.\nCompiles and writes a block filter.\nErrors for blockfilter.\nFilter hash, as defined in BIP-157\nFilter header, as defined in BIP-157\nGolomb-Rice encoded filter reader.\nGolomb-Rice encoded filter writer.\nIO error reading or writing binary serialization of the …\nMissing UTXO, cannot calculate script filter.\nAdds an arbitrary element to filter.\nAdds data to the filter.\nAdds consumed output scripts of a block to filter.\nAdds output scripts of the block to filter (excluding …\nGolomb encoded filter\nComputes this filter’s ID in a chain of filters (see BIP …\nWrites the block filter.\nWrites the filter to the wrapped writer.\nflush bits not yet written.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nReturns true if all queries match against this …\nReturns true if all queries match against this …\nReturns true if all queries match against this BlockFilter.\nReturns true if any query matches against this …\nReturns true if any query matches against this …\nReturns true if any query matches against this BlockFilter.\nCreates a new BlockFilterWriter from block.\nCreates a new BlockFilterReader from block_hash.\nCreates a new GcsFilterReader with specific seed to …\nCreates a new GcsFilterWriter wrapping a generic writer, …\nCreates a new BitStreamReader that reads bitwise from a …\nCreates a new BitStreamWriter that writes bitwise to a …\nCreates a new filter from pre-computed data.\nComputes a SCRIPT_FILTER that contains spent and output …\nReads nbit bits, returning the bits in a u64 starting with …\nWrites nbits bits from data.\nBase58 encoding error\nA pk->pk derivation was attempted on a hardened key\nA chain code\nA child number for a derived key\nA BIP-32 derivation path.\nAn iterator over children of a DerivationPath.\nA BIP32 error\nThe old name for xpriv, extended public key.\nThe old name for xpub, extended public key.\nA fingerprint\nHardened key\nHexadecimal decoding error\nTrait that allows possibly failable conversion from a type …\nBase58 decoded data was an invalid length.\nDecoded base58 data was an invalid length.\nA child number was provided that was out of range\nInvalid childnumber format.\nInvalid derivation path format.\nPublicKey hex should be 66 or 130 digits long.\nFull information on the used extended public key: …\nNon-hardened key\nA secp256k1 error occurred\nUnknown version magic bytes\nEncoded extended key data has wrong length\nExtended key identifier as defined in BIP-32.\nExtended private key\nExtended public key\nReturns a reference the underlying bytes.\nReturns a reference the underlying bytes.\nConverts the object to a mutable raw pointer.\nConverts the object to a mutable raw pointer.\nConverts the object to a raw pointer.\nConverts the object to a raw pointer.\nChain code\nChain code\nChain code\nChain code\nCreate a new DerivationPath that is a child of this one.\nChild number of the key used to derive from parent (0 for …\nChild number of the key used to derive from parent (0 for …\nChild number of the key used to derive from parent (0 for …\nChild number of the key used to derive from parent (0 for …\nGet an Iterator over the children of this DerivationPath …\nPublic->Public child key derivation\nCompute the scalar tweak added to this key to get a child …\nDecoding extended private key from binary data according …\nDecoding extended public key from binary data according to …\nHow many derivations this key is from the master (which is …\nHow many derivations this key is from the master (which is …\nHow many derivations this key is from the master (which is …\nHow many derivations this key is from the master (which is …\nAttempts to derive an extended private key from a path.\nAttempts to derive an extended public key from a path.\nExtended private key binary encoding according to BIP 32\nExtended public key binary encoding according to BIP 32\nConcatenate self with path and return the resulting new …\nReturns the first four bytes of the identifier\nReturns the first four bytes of the identifier\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCreate a Hardened from an index, returns an error if the …\nCreates Self from a hex string.\nCreates Self from a hex string.\nCreate a Normal from an index, returns an error if the …\nDerives a public key from a private key\nGet an Iterator over the hardened children of this …\nReturns the HASH160 of the public key belonging to the …\nReturns the HASH160 of the chaincode\nReturns the child number that is a single increment from …\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nConvert into a DerivationPath that is a child of this one.\nConverts a given type into a DerivationPath with possible …\nConvert an iterator of anything into FallibleIterator by …\nReturns the invalid payload length.\nReturns whether the object, as an array, is empty. Always …\nReturns whether the object, as an array, is empty. Always …\nReturns true if the derivation path is empty\nReturns true if the child number is a Hardened value.\nReturns whether derivation path represents master key …\nReturns true if the child number is a Normal value.\nReturns the length of the object as an array.\nReturns the length of the object as an array.\nReturns length of the derivation path\nReturns derivation path for a master key (i.e. empty …\nThe network kind this key is to be used on\nThe network this key is to be used on\nThe network this key is to be used on\nThe network kind this key is to be used on\nConstruct a new master key from a seed value\nGet an Iterator over the unhardened children of this …\nFingerprint of the parent key\nFingerprint of the parent key (0 for master)\nFingerprint of the parent key (0 for master)\nFingerprint of the parent key\nPrivate key\nPrivate key\nPublic key\nPublic key\nStart a new DerivationPathIterator at the given child.\nReturns the underlying bytes.\nReturns the underlying bytes.\nConstructs BIP340 keypair for Schnorr signatures and …\nConstructs ECDSA compressed private key matching internal …\nConstructs ECDSA compressed public key matching internal …\nReturns the derivation path as a vector of u32 integers. …\nConstructs BIP340 x-only public key for BIP-340 signatures …\nConvert an iterator of Results into FallibleIterator by …\nKey index, within [0, 2^31 - 1]\nKey index, within [0, 2^31 - 1]\nRepresents fee rate.\nRepresents block weight - the weight of a transaction or …\nBitcoin blocks.\nBlockdata constants.\nImplements FeeRate and assoctiated features.\nProvides absolute and relative locktimes.\nBitcoin script opcodes.\nBitcoin scripts.\nBitcoin transactions.\nImplements Weight and associated features.\nWitness\nThe header hash is not below the target.\nThe target field of a block header did not match the …\nAn error when looking up a BIP34 block height.\nBitcoin block.\nA bitcoin block hash.\nBitcoin block header.\nBIP-9 compatible version number that does not signal for …\nThe BIP34 push was negative.\nNo push was present where the BIP34 push was expected.\nThe original Bitcoin Block v1.\nThe number of bytes that the block header contributes to …\nBIP-34 Block v2.\nA hash of the Merkle tree branch or root for transactions.\nThe BIP34 push was larger than 8 bytes.\nThe block does not support BIP34 yet.\nA block validation error.\nBitcoin block version number.\nA hash corresponding to the witness structure commitment …\nA hash corresponding to the Merkle tree root for witness …\nThe target value below which the blockhash must lie.\nReturns the block hash.\nComputes the popular “difficulty” measure for mining.\nComputes the popular “difficulty” measure for mining …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCreates a Version from a signed 32 bit integer value.\nThe block header\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nChecks whether the version number is signalling a soft …\nThe root hash of the merkle tree of transactions in the …\nThe nonce, selected to obtain a low enough blockhash.\nReference to the previous block in the chain.\nComputes the target (range [0, T] inclusive) that a …\nThe timestamp of the block, as claimed by the miner.\nReturns the inner i32 value.\nList of transactions contained in the block\nChecks that the proof-of-work for the block is valid, …\nBlock version, now repurposed for soft fork signalling.\nReturns the total work of the block.\nChainHash for mainnet bitcoin.\nNumber of blocks needed for an output from a coinbase …\nThe uniquely identifying hash of the target blockchain.\nHow many blocks between diffchanges.\nHow much time on average should occur between diffchanges.\nThe maximum allowed number of signature check operations …\nMaximum allowed value for an integer in Script.\nThe maximum allowed script size.\nMainnet (bitcoin) pubkey address prefix.\nTest (tesnet, signet, regtest) pubkey address prefix.\nChainHash for regtest bitcoin.\nMainnet (bitcoin) script address prefix.\nTest (tesnet, signet, regtest) script address prefix.\nChainHash for signet bitcoin.\nHow may blocks between halvings.\nHow many seconds between blocks we expect on average.\nChainHash for testnet bitcoin.\nThe factor that non-witness serialization data is …\nReturns a reference the underlying bytes.\nConverts the object to a mutable raw pointer.\nConverts the object to a raw pointer.\nReturns the argument unchanged.\nConverts genesis block hash into ChainHash.\nCreates Self from a hex string.\nConstructs and returns the genesis block.\nCalls U::from(self).\nReturns whether the object, as an array, is empty. Always …\nReturns the length of the object as an array.\nReturns the underlying bytes.\nReturns the hash of the network genesis block for use as a …\nReturns the hash of the network genesis block for use as a …\nRepresents fee rate.\nProvides type LockTime that implements the logic around …\nProvides type LockTime that implements the logic around …\nA block height lock time value.\nAn error that occurs when converting a u32 to a lock time …\nAn absolute block height, guaranteed to always contain a …\nThe Threshold for deciding whether a lock time value is a …\nAn absolute lock time value, representing either a block …\nThe maximum absolute block height.\nThe maximum absolute block time (Sun Feb 07 2106 06:28:15 …\nThe minimum absolute block height (0), the genesis block.\nThe minimum absolute block time (Tue Nov 05 1985 00:53:20 …\nError returned when parsing block height fails.\nError returned when parsing block time fails.\nThe number of bytes that the locktime contributes to the …\nA UNIX timestamp lock time value.\nA UNIX timestamp, seconds since epoch, guaranteed to …\nAbsolute block height 0, the genesis block.\nIf crate::Transaction::lock_time is set to zero it is …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nConstructs a new block height.\nConstructs a new block time.\nConstructs a LockTime from an nLockTime value or the …\nConstructs a LockTime from n, expecting n to be a valid …\nCreates a Height from a hex string.\nCreates a Time from a hex string.\nCreates a LockTime from an prefixed hex string.\nConstructs a LockTime from n, expecting n to be a valid …\nCreates a LockTime from an unprefixed hex string.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nReturns true if this lock time value is a block height.\nReturns true if this lock time value is a block time (UNIX …\nReturns true if satisfaction of other lock time implies …\nReturns true if both lock times use the same unit i.e., …\nReturns true if this timelock constraint is satisfied by …\nConverts this Height to its inner u32 value.\nConverts this Time to its inner u32 value.\nReturns the inner u32 value. This is the value used when …\nA block height lock time value.\nError returned when a sequence number is parsed as a lock …\nA relative lock time lock-by-blockheight value.\nTried to satisfy a lock-by-blocktime lock using a height …\nTried to satisfy a lock-by-blockheight lock using a time …\nA relative lock time value, representing either a block …\nThe maximum relative block height.\nThe maximum relative block time (33,554,432 seconds or …\nThe minimum relative block height (0), can be included in …\nThe minimum relative block time (0), can be included in …\nThe number of bytes that the locktime contributes to the …\nA relative lock time lock-by-blocktime value.\nA 512 second time interval value.\nInput time in seconds was too large to be encoded to a 16 …\nRelative block height 0, can be included in any block.\nRelative block time 0, can be included in any block.\nA relative locktime of 0 is always valid, and is assumed …\nAccessor for the u32 whose “disable” flag was set, …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCreate a Time using time intervals where each interval is …\nConstructs a LockTime from n, expecting n to be a count of …\nConstructs a LockTime from an nSequence value or the …\nCreate a Height using a count of blocks.\nConstructs a LockTime from n, expecting n to be a 16-bit …\nCreate a Time from seconds, converting the seconds into …\nCreate a LockTime from seconds, converting the seconds …\nCreate a Time from seconds, converting the seconds into …\nCreate a LockTime from seconds, converting the seconds …\nConstructs a LockTime from the sequence number of a …\nAttempted to satisfy a lock-by-blocktime lock with this …\nThe inner height value of the lock-by-blockheight lock.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nReturns true if this lock time value is in units of block …\nReturns true if this lock time value is in units of time.\nReturns true if satisfaction of other lock time implies …\nReturns true if satisfaction of the sequence number …\nReturns true if both lock times use the same unit i.e., …\nReturns true if this [relative::LockTime] is satisfied by …\nReturns true if this [relative::LockTime] is satisfied by …\nReturns true if this [relative::LockTime] is satisfied by …\nCreates a new TimeOverflowError using seconds.\nThe inner time value of the lock-by-blocktime lock.\nAttempted to satisfy a lock-by-blockheight lock with this …\nReturns the u32 value used to encode this locktime in an …\nReturns the u32 value used to encode this locktime in an …\nReturns the u32 value used to encode this locktime in an …\nEncodes the locktime as a sequence number.\nReturns the inner u16 value.\nReturns the inner u16 value.\nBroad categories of opcodes with similar behavior.\nClassification context for the opcode.\nFails the script even if not executed.\nOpcode used in legacy context.\nDoes nothing.\nPush an empty array onto the stack.\nEmpty stack is also FALSE.\nPreviously called OP_NOP2.\nPreviously called OP_NOP3.\nNumber 1 is also TRUE.\nA script Opcode.\nAny opcode not covered above.\nPushes the given number of bytes onto the stack.\nPushes the given number onto the stack.\nFails the script if executed.\nSucceeds the script even if not executed.\nOpcode used in tapscript context.\nEnables wildcard imports to bring into scope all opcodes …\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nMap 0 to 0 and everything else to 1, in place.\nIncrement the top stack element in place.\nDecrement the top stack element in place.\nFail the script unconditionally, does not even need to be …\nDrops the top two stack items.\nDuplicates the top two stack items as AB -> ABAB.\nFail the script unconditionally, does not even need to be …\nCopies the two stack items of items two spaces back to the …\nMoves the two stack items four spaces back to the front, …\nSwaps the top two pairs, as ABCD -> CDAB.\nDuplicates the two three stack items as ABC -> ABCABC.\nAbsolute value the top stack item in place.\nPop two stack items and push their sum.\nFail the script unconditionally, does not even need to be …\nPop the top two stack items and push 1 if both are …\nPop the top two stack items and push 1 if either is …\nFail the script unconditionally, does not even need to be …\nPop N, N pubkeys, M, M signatures, a dummy (due to bug in …\nLike the above but return success/failure.\nhttps://en.bitcoin.it/wiki/OP_CHECKSIG pushing 1/0 for …\nOP_CHECKSIGADD post tapscript.\nhttps://en.bitcoin.it/wiki/OP_CHECKSIG returning …\n…\nIgnore this and everything preceding when deciding what to …\n…\nPush the current number of stack items onto the stack.\nFail the script unconditionally, does not even need to be …\nDrops the top stack item.\nDuplicates the top stack item.\nExecute statements if those after the previous OP_IF were …\nPop and execute the next statements if a zero element was …\nPushes 1 if the inputs are exactly equal, 0 otherwise.\nReturns success if the inputs are exactly equal, failure …\nPop one element from the alt stack onto the main stack.\nPop the top two items; push 1 if the second is greater …\nPop the top two items; push 1 if the second is >= the top, …\nPop the top stack item and push its RIPEMD(SHA256) hash.\nPop the top stack item and push its SHA256(SHA256) hash.\nPop and execute the next statements if a nonzero element …\nDuplicate the top stack element unless it is zero.\nSynonym for OP_RETURN.\nFail the script unconditionally, does not even need to be …\nFail the script unconditionally, does not even need to be …\nPop the top two items; push 1 if the second is less than …\nPop the top two items; push 1 if the second is <= the top, …\nFail the script unconditionally, does not even need to be …\nPop the top two items; push the larger.\nPop the top two items; push the smaller.\nFail the script unconditionally, does not even need to be …\nFail the script unconditionally, does not even need to be …\nMultiply the top stack item by -1 in place.\nDrops the second-to-top stack item.\nDoes nothing.\nDoes nothing.\nDoes nothing.\nDoes nothing.\nDoes nothing.\nDoes nothing.\nDoes nothing.\nDoes nothing.\nDoes nothing.\nMap 0 to 1 and everything else to 0, in place.\nPop and execute the next statements if a zero element was …\nPop the top two stack items and push 1 if both are …\nPop the top two stack items and return success if both are …\nPop the top two stack items and push 0 if both are …\nFail the script unconditionally, does not even need to be …\nCopies the second-to-top stack item, as xA -> AxA.\nPop the top stack element as N. Copy the Nth stack element …\nPush an empty array onto the stack.\nPush the next byte as an array onto the stack.\nPush the next 10 bytes as an array onto the stack.\nPush the next 11 bytes as an array onto the stack.\nPush the next 12 bytes as an array onto the stack.\nPush the next 13 bytes as an array onto the stack.\nPush the next 14 bytes as an array onto the stack.\nPush the next 15 bytes as an array onto the stack.\nPush the next 16 bytes as an array onto the stack.\nPush the next 17 bytes as an array onto the stack.\nPush the next 18 bytes as an array onto the stack.\nPush the next 19 bytes as an array onto the stack.\nPush the next 2 bytes as an array onto the stack.\nPush the next 20 bytes as an array onto the stack.\nPush the next 21 bytes as an array onto the stack.\nPush the next 22 bytes as an array onto the stack.\nPush the next 23 bytes as an array onto the stack.\nPush the next 24 bytes as an array onto the stack.\nPush the next 25 bytes as an array onto the stack.\nPush the next 26 bytes as an array onto the stack.\nPush the next 27 bytes as an array onto the stack.\nPush the next 28 bytes as an array onto the stack.\nPush the next 29 bytes as an array onto the stack.\nPush the next 3 bytes as an array onto the stack.\nPush the next 30 bytes as an array onto the stack.\nPush the next 31 bytes as an array onto the stack.\nPush the next 32 bytes as an array onto the stack.\nPush the next 33 bytes as an array onto the stack.\nPush the next 34 bytes as an array onto the stack.\nPush the next 35 bytes as an array onto the stack.\nPush the next 36 bytes as an array onto the stack.\nPush the next 37 bytes as an array onto the stack.\nPush the next 38 bytes as an array onto the stack.\nPush the next 39 bytes as an array onto the stack.\nPush the next 4 bytes as an array onto the stack.\nPush the next 40 bytes as an array onto the stack.\nPush the next 41 bytes as an array onto the stack.\nPush the next 42 bytes as an array onto the stack.\nPush the next 43 bytes as an array onto the stack.\nPush the next 44 bytes as an array onto the stack.\nPush the next 45 bytes as an array onto the stack.\nPush the next 46 bytes as an array onto the stack.\nPush the next 47 bytes as an array onto the stack.\nPush the next 48 bytes as an array onto the stack.\nPush the next 49 bytes as an array onto the stack.\nPush the next 5 bytes as an array onto the stack.\nPush the next 50 bytes as an array onto the stack.\nPush the next 51 bytes as an array onto the stack.\nPush the next 52 bytes as an array onto the stack.\nPush the next 53 bytes as an array onto the stack.\nPush the next 54 bytes as an array onto the stack.\nPush the next 55 bytes as an array onto the stack.\nPush the next 56 bytes as an array onto the stack.\nPush the next 57 bytes as an array onto the stack.\nPush the next 58 bytes as an array onto the stack.\nPush the next 59 bytes as an array onto the stack.\nPush the next 6 bytes as an array onto the stack.\nPush the next 60 bytes as an array onto the stack.\nPush the next 61 bytes as an array onto the stack.\nPush the next 62 bytes as an array onto the stack.\nPush the next 63 bytes as an array onto the stack.\nPush the next 64 bytes as an array onto the stack.\nPush the next 65 bytes as an array onto the stack.\nPush the next 66 bytes as an array onto the stack.\nPush the next 67 bytes as an array onto the stack.\nPush the next 68 bytes as an array onto the stack.\nPush the next 69 bytes as an array onto the stack.\nPush the next 7 bytes as an array onto the stack.\nPush the next 70 bytes as an array onto the stack.\nPush the next 71 bytes as an array onto the stack.\nPush the next 72 bytes as an array onto the stack.\nPush the next 73 bytes as an array onto the stack.\nPush the next 74 bytes as an array onto the stack.\nPush the next 75 bytes as an array onto the stack.\nPush the next 8 bytes as an array onto the stack.\nPush the next 9 bytes as an array onto the stack.\nRead the next byte as N; push the next N bytes as an array …\nRead the next 2 bytes as N; push the next N bytes as an …\nRead the next 4 bytes as N; push the next N bytes as an …\nPush the array 0x01 onto the stack.\nPush the array 0x0a onto the stack.\nPush the array 0x0b onto the stack.\nPush the array 0x0c onto the stack.\nPush the array 0x0d onto the stack.\nPush the array 0x0e onto the stack.\nPush the array 0x0f onto the stack.\nPush the array 0x10 onto the stack.\nPush the array 0x02 onto the stack.\nPush the array 0x03 onto the stack.\nPush the array 0x04 onto the stack.\nPush the array 0x05 onto the stack.\nPush the array 0x06 onto the stack.\nPush the array 0x07 onto the stack.\nPush the array 0x08 onto the stack.\nPush the array 0x09 onto the stack.\nPush the array 0x81 onto the stack.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nFail the script immediately. (Must be executed.).\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nSynonym for OP_RETURN.\nFail the script unconditionally, does not even need to be …\nPop the top stack item and push its RIPEMD160 hash.\nPop the top stack element as N. Move the Nth stack element …\nRotate the top three stack items, as [top next1 next2] -> […\nFail the script unconditionally, does not even need to be …\nPop the top stack item and push its SHA1 hash.\nPop the top stack item and push its SHA256 hash.\nPushes the length of the top stack item onto the stack.\nPop two stack items and push the second minus the top.\nFail the script unconditionally, does not even need to be …\nSwap the top two stack items.\nPop one element from the main stack onto the alt stack.\nCopy the top stack item to before the second item, as [top …\nSynonym for OP_RETURN.\nFail the script unconditionally, does not even need to be …\nIf the top value is zero or the stack is empty, fail; …\nFail the script unconditionally, does not even need to be …\nPop the top three items; if the top is >= the second and < …\nFail the script unconditionally, does not even need to be …\nAn Object which can be used to construct a script piece by …\nIterator over bytes of a script\nSome opcode expected a parameter but it was missing or …\nWays that a script might fail. Not everything is split up …\nA “parsed opcode” which allows iterating over a Script …\nIterator over script instructions with their positions.\nIterator over a script returning parsed opcodes.\nSomething did a non-minimal push; for more information see …\nTried to read an array off the stack as a number when it …\nSome non-push opcode.\nByte slices that can be in Bitcoin script.\nPush a bunch of data.\nOwned, growable counterpart to PushBytes.\nError returned on attempt to create too large PushBytes.\nReports information about failed conversion into PushBytes.\nBitcoin script slice.\nAn owned, growable script.\nA hash of Bitcoin Script bytecode.\nCan not serialize the spending transaction.\nCan not find the spent output.\nSegWit version of a Bitcoin Script bytecode hash.\nReturns script bytes\nReturns the underlying bytes.\nReturns the underlying mutbale bytes.\nExtracts mutable PushBytes slice\nExtracts PushBytes slice\nReturns the internal script\nViews the remaining script as a slice.\nViews the remaining script as a slice.\nReturns the number of bytes the buffer can contain without …\nRemove all bytes from buffer without affecting capacity.\nCreates an empty PushBytes.\nTry appending a slice to PushBytesBuf\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nHow many bytes the input had.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nConverts the Builder into script bytes\nConvert an iterator of anything into FallibleIterator by …\nConvert an iterator of anything into FallibleIterator by …\nConvert an iterator of anything into FallibleIterator by …\nConverts the Builder into ScriptBuf.\nChecks whether the script is the empty script.\nReturns true if the buffer contains zero bytes.\nReturns true if the buffer contains zero bytes.\nReturns the length in bytes of the script.\nReturns the number of bytes in buffer.\nReturns the number of bytes in buffer.\nCreates a new empty script.\nCreates a new empty PushBytesBuf.\nReturns the opcode if the instruction is not a data push.\nRemove the last byte from buffer if any.\nTry pushing a single byte.\nReturns the pushed bytes if the instruction is a data push.\nAdds instructions to push an integer onto the stack.\nAdds instructions to push a public key onto the stack.\nAdds instructions to push an absolute lock time onto the …\nAdds a single opcode to the script.\nAdds instructions to push a sequence number onto the stack.\nAdds instructions to push some arbitrary data onto the …\nAdds an OP_VERIFY to the script or replaces the last …\nAdds instructions to push an XOnly public key onto the …\nDecodes a boolean.\nDecodes an integer in script(minimal CScriptNum) format.\nDecodes an integer in script format without non-minimal …\nRemove the byte at index and return it.\nReserve capacity for additional_capacity bytes.\nReturns the number interpretted by the script parser if it …\nConvert an iterator of Results into FallibleIterator by …\nConvert an iterator of Results into FallibleIterator by …\nConvert an iterator of Results into FallibleIterator by …\nRemove bytes from buffer past len.\nCreates a new empty PushBytesBuf with reserved capacity.\nThe segregated witness program as defined by BIP141.\nThe segregated witness version byte as defined by BIP141.\nEncodes an integer in script(minimal CScriptNum) format.\nWitness program error.\nThe witness program must be between 2 and 40 bytes in …\nA v0 witness program must be either of length 20 or 32.\nThe maximum byte size of a segregated witness program.\nThe minimum byte size of a segregated witness program.\nThe segregated witness program.\nReturns the argument unchanged.\nCalls U::from(self).\nCannot create a witness version from non-zero data push.\nError parsing WitnessVersion from a string.\nString contained an invalid witness version number.\nCannot not convert OP to a witness version.\nError attempting to create a WitnessVersion from an …\nError attempting to create a WitnessVersion from an …\nUnable to parse integer from string.\nInitial version of witness program. Used for P2WPKH and …\nVersion of witness program used for Taproot P2TR outputs.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nFuture (unsupported) version of witness program.\nVersion of the segregated witness program.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nReturns the invalid non-witness version integer.\nError in general format.\nError attempting to do an out of bounds access on a vector.\nWeight prediction of an individual input.\nError attempting to do an out of bounds access on the …\nThe original Bitcoin transaction version (pre-BIP-68).\nA reference to a transaction output.\nError attempting to do an out of bounds access on the …\nInput weight prediction corresponding to spending of a …\nInput weight prediction corresponding to spending of a …\nInput weight prediction corresponding to spending of …\nInput weight prediction corresponding to spending of …\nInput weight prediction corresponding to spending of …\nAn error in parsing an OutPoint.\nBitcoin transaction input sequence number.\nThe second Bitcoin transaction version (post-BIP-68).\nSize exceeds max.\nBitcoin transaction.\nBitcoin transaction input.\nBitcoin transaction output.\nA bitcoin transaction hash/transaction ID.\nError in TXID part.\nThe transaction version.\nError in vout part.\nVout part is not strictly numeric without leading zeroes.\nA bitcoin witness transaction ID.\nComputes the value of an output accounting for the cost of …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nComputes the prediction for a single input in const …\nInput weight prediction corresponding to spending of a …\nInput weight prediction corresponding to spending of …\nAttempted index access.\nList of transaction inputs.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nReturns true if this transaction version number is …\nLength of the vector where access was attempted.\nBlock height or timestamp. Transaction cannot be included …\nComputes the prediction for a single input.\nCreates a non-standard transaction version.\nList of transaction outputs.\nPredicts the weight of a to-be-constructed transaction.\nPredicts the weight of a to-be-constructed transaction in …\nThe reference to the previous output that is being used as …\nThe script which must be satisfied for the output to be …\nThe script which pushes values on the stack which will …\nThe sequence number, which suggests to miners which of two …\nThe referenced transaction’s txid.\nThe value of the output, in satoshis.\nThe protocol version, is currently expected to be 1 or 2 …\nThe index of the referenced output in its transaction’s …\nTallies the total weight added to a transaction by an …\nWitness data: an array of byte-arrays. Note that this …\nThe factor that non-witness serialization data is …\nRepresents block weight - the weight of a transaction or …\nAn iterator returning individual witness elements.\nThe Witness is the data used to unlock bitcoin since the …\nReturns the argument unchanged.\nCalls U::from(self).\nConvert an iterator of anything into FallibleIterator by …\nConvert an iterator of Results into FallibleIterator by …\nThe mainnet parameters (alias for Params::MAINNET).\nInvalid consensus encoding.\nData which can be encoded in a consensus-consistent way.\nError when consensus decoding from an [IterReader].\nData which can be encoded in a consensus-consistent way.\nThe mainnet parameters.\nOther decoding error.\nParameters that influence chain consensus.\nThe regtest parameters.\nExtensions of Read to decode data as per Bitcoin consensus.\nThe signet parameters.\nThe testnet parameters.\nAttempted to decode an object from an iterator that …\nExtensions of Write to encode data as per Bitcoin …\nDetermines whether minimal difficulty may be used for …\nTime when BIP16 becomes active.\nBlock height at which BIP34 becomes active.\nBlock height at which BIP65 becomes active.\nBlock height at which BIP66 becomes active.\nDecode an object with a well-defined format.\nDecode Self from a size-limited reader.\nEncodes an object with a well-defined format.\nDeserializes an object from a vector, will error if said …\nDeserializes an object from a vector, but will not report …\nCalculates the number of blocks between difficulty …\nOutputs a boolean.\nOutputs a 16-bit signed integer.\nOutputs a 32-bit signed integer.\nOutputs a 64-bit signed integer.\nOutputs an 8-bit signed integer.\nOutputs a byte slice.\nOutputs a 16-bit unsigned integer.\nOutputs a 32-bit unsigned integer.\nOutputs a 64-bit unsigned integer.\nOutputs an 8-bit unsigned integer.\nBitcoin consensus-encodable types.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nThe maximum attainable target value for these params.\nNumber of blocks with the same set of rules.\nNetwork for which parameters are valid.\nCreates parameters set for the given network. /// …\nDetermines whether retargeting is disabled for this …\nBitcoin consensus parameters.\nProof of work limit value. It contains the lowest possible …\nExpected amount of time to mine one block.\nDifficulty recalculation interval.\nReads a boolean.\nReads a 16-bit signed integer.\nReads a 32-bit signed integer.\nReads a 64-bit signed integer.\nReads an 8-bit signed integer.\nReads a byte slice.\nReads a 16-bit unsigned integer.\nReads a 32-bit unsigned integer.\nReads a 64-bit unsigned integer.\nReads an 8-bit unsigned integer.\nMinimum blocks including miner confirmation of the total …\nSerde serialization via consensus encoding\nEncodes an object into a vector.\nData and a 4-byte checksum.\nData which can be encoded in a consensus-consistent way.\nDecoding error.\nData which can be encoded in a consensus-consistent way.\nEncoding error.\nHex deserialization error.\nChecksum was invalid.\nAnd I/O error.\nMaximum size, in bytes, of a vector we are allowed to …\nVarInt was encoded in a non-minimal way.\nPurported hex string had odd length.\nTried to allocate an oversized vector.\nParsing error.\nExtensions of Read to decode data as per Bitcoin consensus.\nUnsupported Segwit flag.\nA variable-length unsigned integer.\nExtensions of Write to encode data as per Bitcoin …\nReturns the checksum of the data.\nDecode an object with a well-defined format.\nDecode Self from a size-limited reader.\nEncodes an object with a well-defined format.\nReturns a reference to the raw data without the checksum.\nDeserializes an object from a vector, will error if said …\nDeserialize any decodable type from a hex string, will …\nDeserializes an object from a vector, but will not report …\nOutputs a boolean.\nOutputs a 16-bit signed integer.\nOutputs a 32-bit signed integer.\nOutputs a 64-bit signed integer.\nOutputs an 8-bit signed integer.\nOutputs a byte slice.\nOutputs a 16-bit unsigned integer.\nOutputs a 32-bit unsigned integer.\nOutputs a 64-bit unsigned integer.\nOutputs an 8-bit unsigned integer.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nReturns the raw data without the checksum.\nCreates a new CheckedData computing the checksum of given …\nReads a boolean.\nReads a 16-bit signed integer.\nReads a 32-bit signed integer.\nReads a 64-bit signed integer.\nReads an 8-bit signed integer.\nReads a byte slice.\nReads a 16-bit unsigned integer.\nReads a 32-bit unsigned integer.\nReads a 64-bit unsigned integer.\nReads an 8-bit unsigned integer.\nEncodes an object into a vector.\nEncodes an object into a hex-encoded string.\nThe invalid checksum.\nThe expected checksum.\nThe maximum capacity.\nThe capacity requested.\nThe mainnet parameters.\nParameters that influence chain consensus.\nThe regtest parameters.\nThe signet parameters.\nThe testnet parameters.\nDetermines whether minimal difficulty may be used for …\nTime when BIP16 becomes active.\nBlock height at which BIP34 becomes active.\nBlock height at which BIP65 becomes active.\nBlock height at which BIP66 becomes active.\nThe maximum attainable target value for these params.\nNumber of blocks with the same set of rules.\nNetwork for which parameters are valid.\nDetermines whether retargeting is disabled for this …\nProof of work limit value. It contains the lowest possible …\nExpected amount of time to mine one block.\nDifficulty recalculation interval.\nMinimum blocks including miner confirmation of the total …\nProvides an instance of string-to-byte decoder.\nProvides an instance of byte-to-string encoder.\nError returned when decoding fails.\nThe decoder state.\nTransforms given bytes and writes to the writer.\nThe encoder state.\nHex-encoding strategy\nError returned when decoder can’t be created.\nConverts error into a type implementing serde::de::Error\nHelper for #[serde(with = "")].\nDeserializes the value as consensus-encoded\nTransform the provided slice and write to the writer.\nWrite data in buffer (if any) to the writer.\nReturns the argument unchanged.\nReturns the argument unchanged.\nConstructs the decoder from string.\nImplements hex encoding.\nCalls U::from(self).\nCalls U::from(self).\nPerforms the conversion.\nSerializes the value as consensus-encoded\nMarker for upper/lower case type-level flags (“…\nError returned when a hex string contains invalid …\nError returned when a hex string decoder can’t be …\nHex decoder state.\nHex byte encoder.\nMarker for using lower-case hex encoding.\nMarker for using upper-case hex encoding.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nConvert an iterator of anything into FallibleIterator by …\nConvert an iterator of Results into FallibleIterator by …\nSignature was empty.\nAn ECDSA signature-related error.\nHex decoding error.\nA secp256k1 error.\nHolds signature serialized in-line (not in Vec).\nNon-standard sighash type.\nAn ECDSA signature with the corresponding hash type.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nDeserializes from slice following the standardness rules …\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nReturns an iterator over bytes of the signature.\nSerializes an ECDSA signature (inner secp256k1 signature …\nSerializes an ECDSA signature (inner secp256k1 signature …\nConstructs an ECDSA Bitcoin signature for …\nThe corresponding hash type.\nThe underlying ECDSA Signature.\nSerializes an ECDSA signature (inner secp256k1 signature …\nWrites this serialized signature to a writer.\nHex string contains prefix.\nError when hex string contains a prefix (e.g. 0x).\nHex string is missing prefix.\nError when hex string is missing a prefix (e.g. 0x).\nError parsing integer from hex string.\nError parsing integer from string.\nError with rich context returned when a string can’t be …\nError returned when parsing integer from an supposedly …\nError returned when parsing integer from an supposedly …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nA bitcoin block hash.\nFilter hash, as defined in BIP-157\nFilter header, as defined in BIP-157\nA hash of the Merkle tree branch or root for transactions.\nA bitcoin transaction hash/transaction ID.\nA hash corresponding to the witness structure commitment …\nA hash corresponding to the Merkle tree root for witness …\nA bitcoin witness transaction ID.\nLength of the hash’s internal block size, in bytes.\nThe byte array that represents the hash internally.\nFlag indicating whether user-visible serializations of …\nA hashing engine which bytes can be serialized into. It is …\nAttempted to create a hash from an invalid length slice.\nTrait which applies to hashes of all types.\nA hashing engine which bytes can be serialized into.\nA hash computed from a RFC 2104 HMAC. Parameterized by the …\nPair of underlying hash engines, used for the inner and …\nLength of the hash, in bytes.\nByte array representing the internal state of the hash …\nReturns an all zero hash.\nReturns a reference to the underlying byte array.\nAdds slicing traits implementations to a given type $ty\nUseful comparison functions.\nConstructs a new engine.\nConstructs a hash from the underlying byte array.\nProduces a hash from the current state of a given engine.\nCopies a byte slice into a hash object.\nHashes some bytes.\nHASH160 (SHA256 then RIPEMD160) implementation.\nHashes all the byte slices retrieved from the iterator …\nCreates a new newtype around a Hash type.\nAdds hexadecimal formatting implementation of a trait $imp …\nHash-based Message Authentication Code (HMAC).\nAdd data to the hash engine.\nOutputs the midstate of the hash engine. This function …\nReturn the number of bytes already …\nRIPEMD160 implementation.\nImplements Serialize and Deserialize for a type $t which …\nMacros for serde trait implementations, and supporting …\nSHA1 implementation.\nSHA256 implementation.\nSHA256d implementation (double SHA256).\nSHA256t implementation (tagged SHA256).\nMacro used to define a newtype tagged hash.\nSHA384 implementation.\nSHA512 implementation.\nSHA512_256 implementation.\nSipHash 2-4 implementation.\nReturns the underlying byte array.\nCompare two slices for equality in fixed time. Panics if …\nOutput of the Bitcoin HASH160 hash function. …\nReturns the argument unchanged.\nZero cost conversion between a fixed length byte array …\nZero cost conversion between a fixed length byte array …\nCalls U::from(self).\nIterator over bytes which encodes the bytes and yields hex …\nPossible case of hex.\nThe type providing fmt::Display implementation.\nExtension trait for types that can be displayed as hex.\nError type returned while parsing hex string.\nTrait for objects that can be deserialized from hex …\nConvenience alias for HexToBytesIter<HexDigitsIter<'a>>.\nHex decoding error.\nHex decoding error.\nIterator yielding bytes decoded from an iterator of pairs …\nNon-hexadecimal character.\nNon-hexadecimal character.\nInvalid hex character.\nTried to parse fixed-length hash from a string with the …\nProduce lower-case chars ([0-9a-f]).\nPurported hex string had odd length.\nPurported hex string had odd length.\nProduce upper-case chars ([0-9A-F]).\nAppends hex-encoded content to an existing String.\nDisplay Self as a continuous sequence of ASCII hex chars.\nImplements a buffered encoder.\nHelpers for displaying bytes as hex strings.\nError code for the hex-conservative crate.\nFormat known-length array as hex.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nProduces an object from a hex string.\nConstructs a custom hex decoding iterator from another …\nHints how much bytes to reserve when creating a String.\nAdds core::fmt trait implementations to type $ty.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nConvert an iterator of anything into FallibleIterator by …\nConvert an iterator of anything into FallibleIterator by …\nReturns the invalid character byte.\nReturns the odd length of the input string.\nConstructs a new HexToBytesIter from a string slice.\nConstructs a new BytesToHexIter from a byte iterator.\nHex encoding and decoding.\nRe-exports of the common crate traits.\nQuick and dirty macro for parsing hex in tests.\nCreate a hex-encoded string.\nCreate a lower-hex-encoded string.\nCreate an upper-hex-encoded string.\nConvert an iterator of Results into FallibleIterator by …\nConvert an iterator of Results into FallibleIterator by …\nFormats error.\nHex-encodes bytes into the provided buffer.\nReturns the written bytes as a hex str.\nResets the buffer to become empty.\nReturns the argument unchanged.\nCalls U::from(self).\nReturns true if no more bytes can be written into the …\nCreates an empty BufEncoder.\nEncodes byte as hex in given case and appends it to the …\nEncodes bytes as hex in given case and appends them to the …\nEncodes as many bytes as fit into the buffer as hex and …\nHow many bytes can be written to this buffer.\nThe type providing fmt::Display implementation.\nDisplays byte array as hex.\nDisplays byte slice as hex.\nExtension trait for types that can be displayed as hex.\nAppends hex-encoded content to an existing String.\nDisplay Self as a continuous sequence of ASCII hex chars.\nFormat known-length array as hex.\nReturns the argument unchanged.\nReturns the argument unchanged.\nHints how much bytes to reserve when creating a String.\nAdds core::fmt trait implementations to type $ty.\nCalls U::from(self).\nCalls U::from(self).\nCreate a hex-encoded string.\nCreate a lower-hex-encoded string.\nCreate an upper-hex-encoded string.\nHex decoding error.\nHex decoding error.\nNon-hexadecimal character.\nNon-hexadecimal character.\nInvalid hex character.\nTried to parse fixed-length hash from a string with the …\nTried to parse fixed-length hash from a string with the …\nPurported hex string had odd length.\nPurported hex string had odd length.\nThe expected length.\nReturns the argument unchanged.\nCalls U::from(self).\nThe invalid length.\nError type returned while parsing hex string.\nTrait for objects that can be deserialized from hex …\nHex decoding error.\nHex decoding error.\nNon-hexadecimal character.\nNon-hexadecimal character.\nTried to parse fixed-length hash from a string with the …\nPurported hex string had odd length.\nProduces an object from a hex string.\nThe type providing fmt::Display implementation.\nExtension trait for types that can be displayed as hex.\nError type returned while parsing hex string.\nTrait for objects that can be deserialized from hex …\nAppends hex-encoded content to an existing String.\nDisplay Self as a continuous sequence of ASCII hex chars.\nProduces an object from a hex string.\nHints how much bytes to reserve when creating a String.\nCreate a hex-encoded string.\nCreate a lower-hex-encoded string.\nCreate an upper-hex-encoded string.\nA hash computed from a RFC 2104 HMAC. Parameterized by the …\nPair of underlying hash engines, used for the inner and …\nPair of underlying hash midstates which represent the …\nReturns the argument unchanged.\nMidstate of the inner hash engine\nCalls U::from(self).\nMidstate of the outer hash engine\nOutput of the RIPEMD160 hash function.\nEngine to compute RIPEMD160 hash function.\nReturns the argument unchanged.\nReturns the argument unchanged.\nZero cost conversion between a fixed length byte array …\nZero cost conversion between a fixed length byte array …\nCalls U::from(self).\nCalls U::from(self).\nA data structure that can be deserialized from any data …\nA data format that can deserialize any data structure …\nThe error type that can be returned if some error occurs …\nThe error type when some error occurs during serialization.\nThe output type produced by this Serializer during …\nA data structure that can be serialized into any data …\nType returned from serialize_map for serializing the …\nType returned from serialize_seq for serializing the …\nType returned from serialize_struct for serializing the …\nType returned from serialize_struct_variant for …\nType returned from serialize_tuple for serializing the …\nType returned from serialize_tuple_struct for serializing …\nType returned from serialize_tuple_variant for serializing …\nA data format that can serialize any data structure …\nCollect an iterator as a map.\nCollect an iterator as a sequence.\nSerialize a string produced by an implementation of Display…\nGeneric data structure deserialization framework.\nDeserialize this value from the given Serde deserializer.\nRequire the Deserializer to figure out how to drive the …\nHint that the Deserialize type is expecting a bool value.\nHint that the Deserialize type is expecting a byte array …\nHint that the Deserialize type is expecting a byte array …\nHint that the Deserialize type is expecting a char value.\nHint that the Deserialize type is expecting an enum value …\nHint that the Deserialize type is expecting a f32 value.\nHint that the Deserialize type is expecting a f64 value.\nHint that the Deserialize type is expecting an i128 value.\nHint that the Deserialize type is expecting an i16 value.\nHint that the Deserialize type is expecting an i32 value.\nHint that the Deserialize type is expecting an i64 value.\nHint that the Deserialize type is expecting an i8 value.\nHint that the Deserialize type is expecting the name of a …\nHint that the Deserialize type needs to deserialize a …\nHint that the Deserialize type is expecting a map of …\nHint that the Deserialize type is expecting a newtype …\nHint that the Deserialize type is expecting an optional …\nHint that the Deserialize type is expecting a sequence of …\nHint that the Deserialize type is expecting a string value …\nHint that the Deserialize type is expecting a string value …\nHint that the Deserialize type is expecting a struct with …\nHint that the Deserialize type is expecting a sequence of …\nHint that the Deserialize type is expecting a tuple struct …\nHint that the Deserialize type is expecting an u128 value.\nHint that the Deserialize type is expecting a u16 value.\nHint that the Deserialize type is expecting a u32 value.\nHint that the Deserialize type is expecting a u64 value.\nHint that the Deserialize type is expecting a u8 value.\nHint that the Deserialize type is expecting a unit value.\nHint that the Deserialize type is expecting a unit struct …\nHelper macro when implementing the Deserializer part of a …\nDetermine whether Deserialize implementations should …\nDetermine whether Serialize implementations should …\nGeneric data structure serialization framework.\nSerialize this value into the given Serde serializer.\nSerialize a bool value.\nSerialize a chunk of raw byte data.\nSerialize a character.\nSerialize an f32 value.\nSerialize an f64 value.\nSerialize an i128 value.\nSerialize an i16 value.\nSerialize an i32 value.\nSerialize an i64 value.\nSerialize an i8 value.\nBegin to serialize a map. This call must be followed by …\nSerialize a newtype struct like struct Millimeters(u8).\nSerialize a newtype variant like E::N in enum E { N(u8) }.\nSerialize a None value.\nBegin to serialize a variably sized sequence. This call …\nSerialize a Some(T) value.\nSerialize a &str.\nBegin to serialize a struct like …\nBegin to serialize a struct variant like E::S in …\nBegin to serialize a statically sized sequence whose …\nBegin to serialize a tuple struct like …\nBegin to serialize a tuple variant like E::T in …\nSerialize a u128 value.\nSerialize a u16 value.\nSerialize a u32 value.\nSerialize a u64 value.\nSerialize a u8 value.\nSerialize a () value.\nSerialize a unit struct like struct Unit or PhantomData<T>.\nSerialize a unit variant like E::A in enum E { A, B }.\nThe input contained a boolean value that was not expected.\nThe input contained a &[u8] or Vec<u8> that was not …\nThe input contained a char that was not expected.\nA data structure that can be deserialized from any data …\nA data structure that can be deserialized without …\nDeserializeSeed is the stateful form of the Deserialize …\nA data format that can deserialize any data structure …\nThe type of the deserializer being converted into.\nThe input contained an enum that was not expected.\nProvides a Visitor access to the data of an enum in the …\nThe Error trait allows Deserialize implementations to …\nThe error type that can be returned if some error occurs …\nThe error type that can be returned if some error occurs …\nThe error type that can be returned if some error occurs …\nThe error type that can be returned if some error occurs …\nThe error type that can be returned if some error occurs …\nExpected represents an explanation of what data a Visitor …\nThe input contained a floating point f32 or f64 that was …\nAn efficient way of discarding data from a deserializer.\nConverts an existing value into a Deserializer from which …\nThe input contained a map that was not expected.\nProvides a Visitor access to each entry of a map in the …\nThe input contained a newtype struct that was not expected.\nThe input contained a newtype variant that was not …\nThe input contained an Option<T> that was not expected.\nA message stating what uncategorized thing the input …\nThe input contained a sequence that was not expected.\nProvides a Visitor access to each element of a sequence in …\nThe input contained a signed integer i8, i16, i32 or i64 …\nError is a trait representing the basic expectations for …\nThe input contained a &str or String that was not expected.\nThe input contained a struct variant that was not expected.\nThe input contained a tuple variant that was not expected.\nUnexpected represents an unexpected invocation of any one …\nThe input contained a unit () that was not expected.\nThe input contained a unit variant that was not expected.\nThe input contained an unsigned integer u8, u16, u32 or u64…\nThe type produced by using this seed.\nThe value produced by this visitor.\nThe Visitor that will be used to deserialize the content …\nVariantAccess is a visitor that is created by the …\nThis trait represents a visitor that walks through a …\nRaised when there is general error when deserializing a …\nEquivalent to the more common Deserialize::deserialize …\nDeserialize this value from the given Serde deserializer.\nRequire the Deserializer to figure out how to drive the …\nHint that the Deserialize type is expecting a bool value.\nHint that the Deserialize type is expecting a byte array …\nHint that the Deserialize type is expecting a byte array …\nHint that the Deserialize type is expecting a char value.\nHint that the Deserialize type is expecting an enum value …\nHint that the Deserialize type is expecting a f32 value.\nHint that the Deserialize type is expecting a f64 value.\nHint that the Deserialize type is expecting an i128 value.\nHint that the Deserialize type is expecting an i16 value.\nHint that the Deserialize type is expecting an i32 value.\nHint that the Deserialize type is expecting an i64 value.\nHint that the Deserialize type is expecting an i8 value.\nHint that the Deserialize type is expecting the name of a …\nHint that the Deserialize type needs to deserialize a …\nHint that the Deserialize type is expecting a map of …\nHint that the Deserialize type is expecting a newtype …\nHint that the Deserialize type is expecting an optional …\nHint that the Deserialize type is expecting a sequence of …\nHint that the Deserialize type is expecting a string value …\nHint that the Deserialize type is expecting a string value …\nHint that the Deserialize type is expecting a struct with …\nHint that the Deserialize type is expecting a sequence of …\nHint that the Deserialize type is expecting a tuple struct …\nHint that the Deserialize type is expecting an u128 value.\nHint that the Deserialize type is expecting a u16 value.\nHint that the Deserialize type is expecting a u32 value.\nHint that the Deserialize type is expecting a u64 value.") \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/search.desc/bdk_chain/bdk_chain-desc-1-.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/search.desc/bdk_chain/bdk_chain-desc-1-.js index c3660ed8d6..2a577b4887 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/search.desc/bdk_chain/bdk_chain-desc-1-.js +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/search.desc/bdk_chain/bdk_chain-desc-1-.js @@ -1 +1 @@ -searchState.loadedDescShard("bdk_chain", 1, "Hint that the Deserialize type is expecting an u128 value.\nHint that the Deserialize type is expecting a u16 value.\nHint that the Deserialize type is expecting a u32 value.\nHint that the Deserialize type is expecting a u64 value.\nHint that the Deserialize type is expecting a u8 value.\nHint that the Deserialize type is expecting a unit value.\nHint that the Deserialize type is expecting a unit struct …\nRaised when a Deserialize struct type received more than …\nFormat a message stating what data this Visitor expects to …\nFormat an explanation of what data was being expected. …\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nConvert this value into a deserializer.\nRaised when deserializing a sequence or map and the input …\nRaised when a Deserialize receives a type different from …\nRaised when a Deserialize receives a value of the right …\nDetermine whether Deserialize implementations should …\nRaised when a Deserialize struct type expected to receive …\nCalled when deserializing a variant with a single value.\nCalled when deserializing a variant with a single value.\nThis returns Ok(Some(value)) for the next value in the …\nThis returns Ok(Some(value)) for the next value in the …\nThis returns Ok(Some((key, value))) for the next …\nThis returns Ok(Some((key, value))) for the next …\nThis returns Ok(Some(key)) for the next key in the map, or …\nThis returns Ok(Some(key)) for the next key in the map, or …\nThis returns a Ok(value) for the next value in the map.\nThis returns a Ok(value) for the next value in the map.\nProvides type based access to context intended for error …\nReturns the number of elements remaining in the sequence, …\nReturns the number of entries remaining in the map, if …\nThe lower-level source of this error, if any.\nCalled when deserializing a struct-like variant.\nCalled when deserializing a tuple-like variant.\nCalled when deserializing a variant with no values.\nRaised when a Deserialize struct type received a field …\nRaised when a Deserialize enum type received a variant …\nBuilding blocks for deserializing basic values using the …\nvariant is called to identify which variant to deserialize.\nvariant is called to identify which variant to deserialize.\nThe input contains a boolean.\nThe input contains a byte array that lives at least as …\nThe input contains a string that lives at least as long as …\nThe input contains a byte array and ownership of the byte …\nThe input contains a byte array. The lifetime of the byte …\nThe input contains a char.\nThe input contains an enum.\nThe input contains an f32.\nThe input contains an f64.\nThe input contains a i128.\nThe input contains an i16.\nThe input contains an i32.\nThe input contains an i64.\nThe input contains an i8.\nThe input contains a key-value map.\nThe input contains a newtype struct.\nThe input contains an optional that is absent.\nThe input contains a sequence of elements.\nThe input contains an optional that is present.\nThe input contains a string. The lifetime of the string is …\nThe input contains a string and ownership of the string is …\nThe input contains a u128.\nThe input contains a u16.\nThe input contains a u32.\nThe input contains a u64.\nThe input contains a u8.\nThe input contains a unit ().\nA deserializer holding a bool.\nA deserializer holding a &[u8] with a lifetime tied to …\nA deserializer holding a &str with a lifetime tied to …\nA deserializer holding a &[u8]. Always calls …\nA deserializer holding a char.\nA deserializer holding a Cow<str>.\nA deserializer holding an EnumAccess.\nA minimal representation of all possible errors that can …\nA deserializer holding an f32.\nA deserializer holding an f64.\nA deserializer holding an i128.\nA deserializer holding an i16.\nA deserializer holding an i32.\nA deserializer holding an i64.\nA deserializer holding an i8.\nA deserializer holding an isize.\nA deserializer holding a MapAccess.\nA deserializer that iterates over a map.\nA deserializer holding a SeqAccess.\nA deserializer that iterates over a sequence.\nA deserializer holding a &str.\nA deserializer holding a String.\nA deserializer holding a u128.\nA deserializer holding a u16.\nA deserializer holding a u32.\nA deserializer holding a u64.\nA deserializer holding a u8.\nA deserializer holding a ().\nA deserializer holding a usize.\nCheck for remaining elements after passing a …\nCheck for remaining elements after passing a …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCreate a new borrowed deserializer from the given string.\nCreate a new deserializer from the given bytes.\nCreate a new borrowed deserializer from the given borrowed …\nConstruct a new MapDeserializer<I, E>.\nConstruct a new SeqDeserializer<I, E>.\nConstruct a new SeqAccessDeserializer<A>.\nConstruct a new MapAccessDeserializer<A>.\nConstruct a new EnumAccessDeserializer<A>.\nTrait used by Serialize implementations to generically …\nThe error type when some error occurs during serialization.\nMust match the Error type of our Serializer.\nMust match the Error type of our Serializer.\nMust match the Error type of our Serializer.\nMust match the Error type of our Serializer.\nMust match the Error type of our Serializer.\nMust match the Error type of our Serializer.\nMust match the Error type of our Serializer.\nHelper type for implementing a Serializer that does not …\nThe output type produced by this Serializer during …\nMust match the Ok type of our Serializer.\nMust match the Ok type of our Serializer.\nMust match the Ok type of our Serializer.\nMust match the Ok type of our Serializer.\nMust match the Ok type of our Serializer.\nMust match the Ok type of our Serializer.\nMust match the Ok type of our Serializer.\nA data structure that can be serialized into any data …\nReturned from Serializer::serialize_map.\nType returned from serialize_map for serializing the …\nReturned from Serializer::serialize_seq.\nType returned from serialize_seq for serializing the …\nReturned from Serializer::serialize_struct.\nType returned from serialize_struct for serializing the …\nReturned from Serializer::serialize_struct_variant.\nType returned from serialize_struct_variant for …\nReturned from Serializer::serialize_tuple.\nType returned from serialize_tuple for serializing the …\nReturned from Serializer::serialize_tuple_struct.\nType returned from serialize_tuple_struct for serializing …\nReturned from Serializer::serialize_tuple_variant.\nType returned from serialize_tuple_variant for serializing …\nA data format that can serialize any data structure …\nError is a trait representing the basic expectations for …\nCollect an iterator as a map.\nCollect an iterator as a sequence.\nSerialize a string produced by an implementation of Display…\nUsed when a Serialize implementation encounters any error …\nAttempts to downcast the box to a concrete type.\nAttempts to downcast the box to a concrete type.\nAttempts to downcast the box to a concrete type.\nReturns some mutable reference to the inner value if it is …\nForwards to the method defined on the type dyn Error.\nForwards to the method defined on the type dyn Error.\nForwards to the method defined on the type dyn Error.\nReturns some reference to the inner value if it is of type …\nForwards to the method defined on the type dyn Error.\nFinish serializing a sequence.\nFinish serializing a tuple.\nFinish serializing a tuple struct.\nFinish serializing a tuple variant.\nFinish serializing a map.\nFinish serializing a struct.\nFinish serializing a struct variant.\nReturns the argument unchanged.\nCalls U::from(self).\nForwards to the method defined on the type dyn Error.\nForwards to the method defined on the type dyn Error.\nReturns true if the inner type is the same as T.\nDetermine whether Serialize implementations should …\nProvides type based access to context intended for error …\nSerialize this value into the given Serde serializer.\nSerialize a bool value.\nSerialize a chunk of raw byte data.\nSerialize a character.\nSerialize a sequence element.\nSerialize a tuple element.\nSerialize a map entry consisting of a key and a value.\nSerialize an f32 value.\nSerialize an f64 value.\nSerialize a tuple struct field.\nSerialize a tuple variant field.\nSerialize a struct field.\nSerialize a struct variant field.\nSerialize an i128 value.\nSerialize an i16 value.\nSerialize an i32 value.\nSerialize an i64 value.\nSerialize an i8 value.\nSerialize a map key.\nBegin to serialize a map. This call must be followed by …\nSerialize a newtype struct like struct Millimeters(u8).\nSerialize a newtype variant like E::N in enum E { N(u8) }.\nSerialize a None value.\nBegin to serialize a variably sized sequence. This call …\nSerialize a Some(T) value.\nSerialize a &str.\nBegin to serialize a struct like …\nBegin to serialize a struct variant like E::S in …\nBegin to serialize a statically sized sequence whose …\nBegin to serialize a tuple struct like …\nBegin to serialize a tuple variant like E::T in …\nSerialize a u128 value.\nSerialize a u16 value.\nSerialize a u32 value.\nSerialize a u64 value.\nSerialize a u8 value.\nSerialize a () value.\nSerialize a unit struct like struct Unit or PhantomData<T>.\nSerialize a unit variant like E::A in enum E { A, B }.\nSerialize a map value.\nIndicate that a struct field has been skipped.\nIndicate that a struct variant field has been skipped.\nThe lower-level source of this error, if any.\nReturns an iterator starting with the current error and …\nFunctions used by serde impls of all hashes.\nSize, in bits, of the hash.\nDefault serialization/deserialization methods.\nDo serde deserialization.\nHelper function to turn a deserialized slice into the …\nDo serde serialization.\nOutput of the SHA1 hash function.\nEngine to compute SHA1 hash function.\nReturns the argument unchanged.\nReturns the argument unchanged.\nZero cost conversion between a fixed length byte array …\nZero cost conversion between a fixed length byte array …\nCalls U::from(self).\nCalls U::from(self).\nOutput of the SHA256 hash function.\nEngine to compute SHA256 hash function.\nOutput of the SHA256 hash function.\nComputes hash from bytes in const context.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nConstruct a new Midstate from the inner value.\nZero cost conversion between a fixed length byte array …\nZero cost conversion between a fixed length byte array …\nCreate a new HashEngine from a Midstate.\nCopies a byte slice into the Midstate object.\nIterate the sha256 algorithm to turn a sha256 hash into a …\nCreates midstate for tagged hashes.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nUnwraps the Midstate and returns the underlying byte array.\nOutput of the SHA256d hash function.\nReturns the argument unchanged.\nZero cost conversion between a fixed length byte array …\nZero cost conversion between a fixed length byte array …\nCalls U::from(self).\nOutput of the SHA256t hash function.\nTrait representing a tag that can be used as a context for …\nReturns a hash engine that is pre-tagged and is ready to …\nReturns the argument unchanged.\nZero cost conversion between a fixed length byte array …\nZero cost conversion between a fixed length byte array …\nCalls U::from(self).\nOutput of the SHA384 hash function.\nEngine to compute SHA384 hash function.\nReturns the argument unchanged.\nReturns the argument unchanged.\nZero cost conversion between a fixed length byte array …\nZero cost conversion between a fixed length byte array …\nCalls U::from(self).\nCalls U::from(self).\nOutput of the SHA512 hash function.\nEngine to compute SHA512 hash function.\nReturns the argument unchanged.\nReturns the argument unchanged.\nZero cost conversion between a fixed length byte array …\nZero cost conversion between a fixed length byte array …\nCalls U::from(self).\nCalls U::from(self).\nOutput of the SHA512/256 hash function.\nEngine to compute SHA512/256 hash function.\nReturns the argument unchanged.\nReturns the argument unchanged.\nZero cost conversion between a fixed length byte array …\nZero cost conversion between a fixed length byte array …\nCalls U::from(self).\nCalls U::from(self).\nOutput of the SipHash24 hash function.\nEngine to compute the SipHash24 hash function.\nInternal state of the HashEngine.\nReturns the (little endian) 64-bit integer representation …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nZero cost conversion between a fixed length byte array …\nZero cost conversion between a fixed length byte array …\nProduces a hash as u64 from the current state of a given …\nCreates a hash from its (little endian) 64-bit integer …\nHashes the given data directly to u64 with an engine with …\nHashes the given data with an engine with the provided …\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nRetrieves the keys of this engine.\nCreates a new SipHash24 engine.\nCreates a new SipHash24 engine with keys.\nA socket address could not be bound because the address is …\nA nonexistent interface was requested or the requested …\nAn entity already exists, often a file.\nThe operation failed because a pipe was closed.\nA trait describing an input stream that uses an internal …\nThe connection was aborted (terminated) by the remote …\nThe connection was refused by the remote server.\nThe connection was reset by the remote server.\nWraps an in memory reader providing the position function.\nContains the error value\nThe io crate error type.\nA minimal subset of std::io::ErrorKind which is used for …\nThis operation was interrupted.\nData not valid for the operation were encountered.\nA parameter was incorrect.\nThe network operation failed because it was not connected …\nAn entity was not found, often a file.\nContains the success value\nA custom error that does not fall under any other I/O …\nThe operation lacked the necessary privileges to complete.\nA generic trait describing an input stream. See …\nResult type returned by functions in this crate.\nA sink to which all writes succeed. See std::io::Sink for …\nReader adapter which limits the bytes read from an …\nThe I/O operation’s timeout expired, causing it to be …\nAn error returned when an operation could not be completed …\nThe operation needs to block to complete, but the blocking …\nA generic trait describing an output stream. See …\nAn error returned when an operation could not be completed …\nMarks the buffered data up to amount as consumed.\nReturns data read from this reader, filling the internal …\nFlushes this output stream, ensuring that all …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns a reference to this error.\nBecause we cannot provide a blanket implementation of …\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nReturns the inner buffer.\nReturns the error kind for this error.\nCreates a Cursor by wrapping inner.\nCreates a new I/O error.\nReturns the position read up to thus far.\nReads bytes from source into buf.\nReads bytes from source until buf is full.\nReads all bytes until EOF from the underlying reader into …\nAttempts to read up to limit bytes from the reader, …\nReturns a sink to which all writes succeed. See …\nCreates an adapter which will read at most limit bytes.\nWrites buf into this writer, returning how many bytes were …\nAttempts to write an entire buffer into this writer.\nA base58 decoding error.\nAn always-compressed Bitcoin ECDSA public key\nError originated while parsing string.\nEven parity.\nError returned while generating key from slice.\nError generated from WIF key format.\nhex to array conversion error.\nBase58 decoded data contained an invalid address version …\nInvalid address version in decoded base58 data.\nBase58 decoded data was an invalid length.\nDecoded base58 data was an invalid length.\nHex decoding error.\nPublicKey hex should be 66 or 130 digits long.\nInvalid key prefix error.\nInvalid Length of the slice.\nOpaque data structure that holds a keypair consisting of a …\nOdd parity.\nRepresents the parity passed between FFI function calls.\nError returned when parsing a CompressedPublicKey from a …\nError returned while constructing public key from string.\nA Bitcoin ECDSA private key\nA hash of a public key.\nA Bitcoin ECDSA public key\nThe secp256k1 engine, used to execute all signature …\nA Secp256k1 error.\nA secp256k1 error.\nSecp256k1 Error.\nAn opaque return type for PublicKey::to_sort_key\nA trait for tweaking BIP340 key types (x-only public keys …\nTweaked key type with optional auxiliary information\nTweaked key type\nTweaked BIP-340 key pair\nTweaked BIP-340 X-coord-only public key\nSegwit public keys must always be compressed.\nUntweaked BIP-340 key pair\nUntweaked BIP-340 X-coord-only public key\nMarker trait for indicating that an instance of Secp256k1 …\nSegWit version of a public key hash.\nAn x-only public key, used for verification of Taproot …\nTweaks a keypair by first converting the public key to an …\nObtains a raw mutable pointer suitable for use with FFI …\nObtains a raw const pointer suitable for use with FFI …\nLike cmp::Cmp but faster and with no guarantees across …\nWhether this public key should be serialized as compressed\nWhether this private key should be serialized as compressed\nGetter for the raw pointer to the underlying secp256k1 …\nDirectly converts an UntweakedPublicKey to a …\nCreates a new TweakedPublicKey from a XOnlyPublicKey. No …\nCreates a new TweakedKeypair from a Keypair. No tweak is …\nFormats the explicit byte value of the secret key kept …\nLike cmp::Eq but faster and with no guarantees across …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nConstructs a Parity from a signed integer.\nReturns the TweakedPublicKey for keypair.\nCreates a context from a raw context.\nCreates a context from a raw context that can only be used …\nCreates a context from a raw context that can only be used …\nCreates a Keypair directly from a secret key slice.\nCreates a Keypair directly from a secret key string.\nCreates a Keypair directly from a Secp256k1 secret key.\nConstructs a Parity from a byte.\nLets you create a context in a generic manner …\nGenerates a random keypair. Convenience function for …\nThe actual ECDSA key\nThe actual ECDSA key\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nReturns the invalid version.\nReturns the invalid payload length.\nThe network kind on which this key should be used\nCreates a new Secp256k1 context with all capabilities.\nGenerates a new random secret key.\nAttempts to erase the secret within the underlying array.\nUses the ffi secp256k1_context_preallocated_size to check …\nUses the ffi secp256k1_context_preallocated_size to check …\nReturns the required memory for a preallocated context …\nUses the ffi secp256k1_context_preallocated_size to check …\nLets you create a context with a preallocated buffer in a …\nCreates a new Secp256k1 context with all capabilities.\nCreates a new Secp256k1 context that can only be used for …\nCreates a new Secp256k1 context that can only be used for …\nReturns the PublicKey for this Keypair.\nReturns the TweakedPublicKey and its Parity for this …\n(Re)randomizes the Secp256k1 context for extra sidechannel …\nDetermines the public key for which sig is a valid …\nReturns the secret bytes for this key pair.\nReturns the SecretKey for this Keypair.\n(Re)randomizes the Secp256k1 context for extra sidechannel …\nSerialize the key as a byte-encoded pair of values. In …\nConstructs a signature for msg using the secret key sk and …\nConstructs a signature for msg using the secret key sk, …\nConstructs a signature for msg using the secret key sk, …\nConstructs a signature for msg using the secret key sk and …\nConstructs a signature for msg using the secret key sk and …\nConstructs a signature for msg using the secret key sk and …\nCreates a schnorr signature internally using the …\nCreates a schnorr signature without using any auxiliary …\nCreates a schnorr signature using the given auxiliary …\nCreates a schnorr signature using the given random number …\nCreates a new Secp256k1 context that can only be used for …\nTweaks an untweaked key with corresponding public key …\nTweaks private and public keys within an untweaked Keypair …\nConverts parity into an integer value.\nReturns the underlying public key.\nReturns the underlying key pair.\nConverts parity into an integer (byte) value.\nCreates a new Secp256k1 context that can only be used for …\nChecks that sig is a valid ECDSA signature for msg using …\nVerifies a schnorr signature.\nReturns the XOnlyPublicKey (and it’s Parity) for this …\nOverflowed the bits array\nOverflowed the hashes array\nThe left and right branches should never be identical\nData structure that represents a block header paired to a …\nAn error when verifying the merkle block.\nMerkle root in the header doesn’t match to the root …\nPartial merkle tree contains no transactions.\nNot all bits were consumed\nNot all hashes were consumed\nThere must be at least one bit per node in the partial …\nData structure that represents a partial merkle tree.\nThere are too many hashes\nThere are too many transactions.\nReturns the node-is-parent-of-matched-txid bits of the …\nCalculates the merkle root of an iterator of hashes.\nCalculates the merkle root of a list of hashes, inline (in …\nExtract the matching txid’s represented by this partial …\nReturns the argument unchanged.\nReturns the argument unchanged.\nConstruct a partial merkle tree The txids are the …\nReturns the transaction ids and internal hashes of the …\nThe block header\nCalls U::from(self).\nCalls U::from(self).\nReturns the total number of transactions in the block.\nTransactions making up a partial merkle tree\nMainnet Bitcoin.\nThe Bitcoin mainnet network.\nThe cryptocurrency network to act on.\nWhat kind of network we are on.\nAn error in parsing network string.\nBitcoin’s regtest network.\nBitcoin’s signet network.\nSome kind of testnet network.\nBitcoin’s testnet network.\nError in parsing network from chain hash.\nModule for serialization/deserialization of network …\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nA message which can be sent on the Bitcoin network\nBitcoin mainnet network magic bytes.\nBLOOM means the node is capable and willing to handle …\nCOMPACT_FILTERS means the node will service basic block …\nGETUTXO means the node is capable of responding to the …\nNetwork magic bytes to identify the cryptocurrency network …\nNETWORK means that the node is capable of serving the …\nNETWORK_LIMITED means the same as NODE_NETWORK with the …\nNONE means no services supported.\nP2P_V2 indicates that the node supports the P2P v2 …\nVersion of the protocol as appearing in network message …\nAn error in parsing magic bytes.\nBitcoin regtest network magic bytes.\nBitcoin signet network magic bytes.\nFlags to indicate which network services a node supports.\nBitcoin testnet network magic bytes.\nError in creating a Network from Magic bytes.\nWITNESS indicates that a node can be asked for blocks and …\nAdd ServiceFlags together.\nBitcoin network addresses.\nNetwork byte-order ipv6 address, or ipv4-mapped ipv6 …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCreate network magic from bytes.\nReturns the magic bytes for the network defined by params.\nCheck whether ServiceFlags are included in this one.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nBitcoin network messages.\nBitcoin blockdata network messages.\nBitcoin Connection Bloom filtering network messages.\nBIP152 Compact Blocks network messages\nBitcoin Client Side Block Filtering network messages.\nBitcoin network-related network messages.\nCreate an address message for a socket\nNetwork port\nRemove ServiceFlags from this.\nServices provided by the peer whose address this is\nExtract socket address from an Address message. This will …\nGet network magic bytes.\nGets the integer representation of this ServiceFlags.\nSupported networks for use in BIP155 addrv2 message\nAddress received from BIP155 addrv2 message\nA message which can be sent on the Bitcoin network\nCJDNS\nI2P\nIPV4\nIPV6\nTORV2\nTORV3\nUnknown\nNetwork ID + Network Address\nNetwork byte-order ipv6 address, or ipv4-mapped ipv6 …\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nNetwork port\nNetwork port, 0 if not applicable\nServices provided by the peer whose address this is\nService bits\nExtract socket address from an AddrV2Message message. This …\nTime that this node was last seen as connected to the …\naddr\naddrv2\nalert\nblock\nBIP152 blocktxn\nBIP157 cfcheckpt\nBIP157 cfheaders\nBIP157 cfilter\nBIP152 cmpctblock\nSerializer for command string\nError returned when a command string is invalid.\nfeefilter\nBIP 37 filteradd\nBIP 37 filterclear\nBIP 37 filterload\ngetaddr\nBIP152 getblocktxn\ngetblocks\nBIP157 getcfcheckpt\nBIP157 getcfheaders\nBIP157 getcfilters\ngetdata\ngetheaders\nheaders\ninv\nThe maximum number of super::message_blockdata::Inventory …\nMaximum size, in bytes, of an encoded message This by …\nmempool\nmerkleblock\nA Network message payload. Proper documentation is …\nnotfound\nping\npong\nA Network message\nreject\nsendaddrv2\nBIP152 sendcmpct\nsendheaders\ntx\nAny other message.\nverack\nversion\nwtxidrelay\nReturn the message command as a static string reference.\nReturn the message command as a static string reference.\nReturn the CommandString for the message command.\nReturn the CommandString for the message command.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nMagic bytes to identify the network these messages are …\nCreates a RawNetworkMessage\nThe actual message data\nConverts &'static str to CommandString\nThe command of this message.\nThe payload of this message.\nBlock\nCompact Block\nError — these inventories can be ignored\nThe getblocks message\nThe getheaders message\nAn inventory item.\nTransaction\nUnknown inventory type\nWitness Transaction by Wtxid\nWitness Block\nWitness Transaction\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nLocator hashes — ordered newest to oldest. The remote …\nLocator hashes — ordered newest to oldest. The remote …\nReturn the item value represented as a SHA256-d hash.\nConstruct a new getblocks message\nConstruct a new getheaders message\nReferences the block to stop at, or zero to just fetch the …\nReferences the header to stop at, or zero to just fetch …\nThe protocol version\nThe protocol version\nThe hash of the inventory item\nThe inventory item type.\nAlways update the filter with outpoints.\nBloom filter update flags\nfilteradd message updates the current filter with new data\nfilterload message sets the current bloom filter\nNever update the filter with outpoints.\nOnly update the filter with outpoints if it is P2PK or P2MS\nThe data element to add to the current filter.\nThe filter itself\nControls how matched items are added to the filter\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nThe number of hash functions to use\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nA random value\nblocktxn message\ncmpctblock message\ngetblocktxn message\nsendcmpct message\nThe Compact Block.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nRequest to be send compact blocks.\nThe requested block transactions.\nThe block transactions request.\nCompact Blocks protocol version number.\ncfcheckpt message\ncfheaders message\ncfilter message\ngetcfcheckpt message\ngetcfheaders message\ngetcfilters message\nBlock hash of the Bitcoin block for which the filter is …\nThe serialized compact filter for this block\nThe filter hashes for each block in the requested range\nThe filter headers at intervals of 1,000\nFilter type for which headers are requested\nByte identifying the type of filter being returned\nByte identifying the type of filter being returned\nFilter type for which headers are requested\nFilter type for which headers are requested\nFilter type for which headers are requested\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nThe filter header preceding the first block in the …\nThe height of the first block in the requested range\nThe height of the first block in the requested range\nThe hash of the last block in the requested range\nThe hash of the last block in the requested range\nThe hash of the last block in the requested range\nThe hash of the last block in the requested range\nThe hash of the last block in the requested range\ncheckpoint\nduplicate message\nan output is below dust limit\ninsufficient fee\ninvalid message\nmalformed message\nnonstandard transaction\nobsolete message\nReject message might be sent by peers rejecting one of our …\nmessage rejection reason as a code\nSome simple messages The version message\nreason of rejection as code\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nreference to rejected item\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nmessage type rejected\nConstructs a new version message with relay set to false\nA random nonce used to detect loops in the network\nreason of rejectection\nThe network address of the peer receiving the message\nWhether the receiving peer should relay messages to the …\nThe network address of the peer sending the message\nA bitmask describing the services supported by this node\nThe height of the maximum-work blockchain that the peer is …\nThe time at which the version message was sent\nA string describing the peer’s software\nThe P2P network protocol version\nError with rich context returned when a string can’t be …\nReturns the argument unchanged.\nReturns the input that was attempted to be parsed.\nCalls U::from(self).\nThe number of bytes equivalent per signature operation. …\nThe minimum incremental feerate (despite the name), in …\nDefault number of hours for an unconfirmed transaction to …\nMinimum feerate, in sats per virtual kilobyte, for a …\nThe minimum feerate, in sats per kilo-virtualbyte, for …\nMaximum number of sigops in a standard tx.\nMaximum weight of a transaction for it to be relayed by …\nMinimum non-witness size for a standard transaction (1 …\nThe virtual transaction size, as computed by default by …\nEncoding of 256-bit target as 32-bit float.\nA 256 bit integer representing target.\nA 256 bit integer representing work.\nThe FeeRate is too high\nAn output of type: pay-to-pubkey or pay-to-pubkey-hash.\nError in PSBT Base64 encoding.\nRequest a private key using BIP-32 fingerprint and …\nA bip32 error.\nConflicting data during combine procedure: global extended …\nSerialization error in bitcoin consensus-encoded structures\nKeys within key-value map should never be duplicated.\nKeys used to sign an ECDSA input.\nThe Elliptic Curve Digital Signature Algorithm (see …\nWays that a Partially Signed Transaction might fail.\nAn error occurred while getting the key.\nThis error is returned when extracting a Transaction from …\nInteger overflow in fee calculation\nTrait to get a private key from a key request, key is then …\nErrors when getting a key.\nInput index out of bounds.\nInput index out of bounds (actual index, maximum index …\nA key-value map for an input of the corresponding index in …\nThe index is out of bounds for the psbt.inputs vector.\nParsing error indicating invalid control block\nParsing error indicating invalid ECDSA signatures\nInvalid hash when parsing slice.\nKnown keys must be according to spec.\nParsing error indicating invalid leaf version\nMagic bytes for a PSBT must be the ASCII for “psbt” …\nThe pre-image must hash to the corresponding psbt hash\nNon-proprietary key type found when proprietary key was …\nParsing error indicating invalid public keys\nParsing error indicating invalid secp256k1 public keys\nThe separator for a PSBT must be 0xff.\nInvalid Sighash type.\nParsing error indicating invalid taproot signatures\nParsing error indicating invalid xonly public keys\nI/O error.\nUnable to find key.\nData required to call GetKey to get the private key to …\nSigning algorithm and key type does not match.\nMissing input utxo.\nOne or more of the inputs lacks value information …\nMissing Redeem script.\nMissing spending utxo.\nMissing both the witness and non-witness utxo.\nMissing witness script.\nA PSBT must have an unsigned transaction.\nNegative fee\nSignals that there are no more key-value pairs in a …\nUnable to parse as a standard sighash type.\nAttempted to ECDSA sign an non-ECDSA input.\nThe GetKey operation is not supported for this key request.\nThe scriptPubkey is not a P2WPKH script.\nA key-value map for an output of the corresponding index …\nThe various output types supported by the Bitcoin network.\nSighash computation error (p2wpkh input).\nPSBT data is not consumed entirely\nA Partially Signed Transaction.\nError in internal PSBT data structure.\nError encountered during PSBT decoding from Base64 string.\nA Signature hash type for the corresponding input. As of …\nReturned when output index is out of bounds in relation to …\nRequest a private key using the associated public key.\nKeys used to sign a Taproot input.\nThe Schnorr signature algorithm (see wikipedia).\nSighash computation error (segwit v0 input).\nInput value is less than Output Value, and the Transaction …\nA pay-to-script-hash output excluding wrapped segwit …\nA nested segwit output, pay-to-witness-pubkey-hash nested …\nA nested segwit output, pay-to-witness-script-hash nested …\nErrors encountered while calculating the sighash message.\nSigning algorithms supported by the Bitcoin network.\nMap of input index -> the error encountered while …\nA list of keys used to sign an input.\nMap of input index -> signing key for that input (see …\nTaproot tree deserilaization error\nParsing error indicating a taproot error\nSighash computation error (taproot input).\nA taproot output (P2TR).\nThe index is out of bounds for the psbt.unsigned_tx.input …\nAttempting to combine with a PSBT describing a different …\nUnable to determine the output type.\nThe scriptSigs for the unsigned transaction must be empty.\nThe scriptWitnesses for the unsigned transaction must be …\nSigning request currently unsupported.\nError related to PSBT version\nA pay-to-witness-pubkey-hash output (P2WPKH).\nAttempt to sign an input with the wrong signing algorithm.\nA pay-to-witness-script-hash output (P2WSH).\nError related to an xpub key\nA map from public keys needed to spend this output to their\nA map from public keys needed to sign this input to their …\nCombines this Output with other Output (as described by …\nCombines this Input with other Input (as described by BIP …\nReturns the EcdsaSighashType if the PsbtSighashType can be …\nObtains the EcdsaSighashType for this input if one is …\nThe finalized, fully-constructed scriptSig with signatures …\nThe finalized, fully-constructed scriptWitness with …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCreates a PsbtSighashType from a raw u32.\nAttempts to get the private key for key_request.\nHSAH160 hash to preimage map.\nHAS256 hash to preimage map.\nThe corresponding key-value map for each input in the …\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nThe non-witness transaction this input spends from. Should …\nThe corresponding key-value map for each output in the …\nA map from public keys to their corresponding signature as …\nProprietary key-value pairs for this output.\nGlobal proprietary key-value pairs.\nProprietary key-value pairs for this input.\nRaw PSBT key-value pairs.\nThe redeem script for this output.\nThe redeem script for this input.\nRIPEMD160 hash to preimage map.\nPSBT serialization.\nSHA256 hash to preimage map.\nThe sighash type to be used for this input. Signatures for …\nThe signing algorithm used to sign this output type.\nThe internal pubkey.\nTaproot Internal key.\nMap of tap root x only keys to origin info and leaf hashes …\nMap of tap root x only keys to origin info and leaf hashes …\nSerialized taproot signature with sighash type for key …\nTaproot Merkle root.\nMap of <xonlypubkey>|<leafhash> with signature.\nMap of Control blocks to Script version pair.\nTaproot Output tree.\nReturns the TapSighashType if the PsbtSighashType can be …\nObtains the TapSighashType for this input if one is …\nConverts PsbtSighashType to a raw u32 sighash flag.\nUnknown key-value pairs for this output.\nUnknown global key-value pairs.\nUnknown key-value pairs for this input.\nThe unsigned transaction, scriptSigs and witnesses for …\nThe version number of this PSBT. If omitted, the version …\nThe witness script for this output.\nThe witness script for this input.\nThe transaction output this input spends from. Should only …\nA global map from extended public keys to the used key …\nActual\nExpected\nHash value\nHash-type\nPre-image\nThe FeeRate\nThe original Psbt is returned untouched.\nThe extracted Transaction (use this to ignore the error)\nThe extracted Transaction (use this to ignore the error)\nAttempted index access.\nAttempted index access.\nLength of the PBST inputs vector.\nLength of the PBST’s unsigned transaction input vector.\nA PSBT key in its raw byte form.\nA PSBT key-value pair in its raw byte form. …\nProprietary keys (i.e. keys starting with 0xFC byte) with …\nDefault implementation for proprietary key subtyping\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nAdditional key bytes (like serialized public key data etc)\nThe key of this key-value pair.\nThe key itself in raw byte form. …\nProprietary type prefix used for grouping together keys …\nCustom proprietary subtype\nConstructs full Key corresponding to this proprietary key …\nConstructs a ProprietaryKey from a Key.\nThe type of this PSBT key.\nThe value data of this key-value pair in raw byte form. …\nRepresents the set of all capabilities.\nRepresents the set of all capabilities (preallocated …\nA trait for all kinds of contexts that lets you define the …\nA constant description of the context.\nThe main error type for this library.\nEven parity.\nFlags for the ffi.\nSignature failed verification.\nBad EllSwift value\nBad sized message (“messages” are actually fixed-sized …\nError returned when conversion from an integer to Parity …\nThe only valid parity values are 0 or 1.\nBad public key.\nBad set of public keys.\nBad recovery id.\nBad secret key.\nBad shared secret.\nBad signature.\nTried to add/multiply by an invalid tweak.\nOpaque data structure that holds a keypair consisting of a …\nMaximum valid value: curve_order - 1\nA (hashed) message input to an ECDSA signature.\nDidn’t pass enough memory to context creation with …\nScalar representing 1\nOdd parity.\nRepresents the parity passed between FFI function calls.\nTrait marking that a particular context object internally …\nPublic key - used to verify ECDSA signatures and to do …\nPositive 256-bit integer guaranteed to be less than the …\nThe secp256k1 engine, used to execute all signature …\nSecret key - a 256-bit key used to create ECDSA and …\nRepresents the set of capabilities needed for signing.\nRepresents the set of capabilities needed for signing …\nMarker trait for indicating that an instance of Secp256k1 …\nTrait describing something that promises to be a 32-byte …\nMarker trait for indicating that an instance of Secp256k1 …\nRepresents the set of capabilities needed for verification.\nRepresents the set of capabilities needed for verification …\nAn x-only public key, used for verification of Taproot …\nScalar representing 0\nTweaks a PublicKey by adding tweak * G modulo the curve …\nTweaks a SecretKey by adding tweak modulo the curve order.\nObtains a const pointer suitable for use with FFI …\nObtains a mutable pointer suitable for use with FFI …\nObtains a raw mutable pointer suitable for use with FFI …\nObtains a raw const pointer suitable for use with FFI …\nGets a reference to the underlying array.\nGets a reference to the underlying array\nLike cmp::Cmp but faster and with no guarantees across …\nAdds a second key to this one, returning the sum.\nAdds the keys in the provided slice together, returning …\nConstants related to the API and the underlying curve.\nA function to deallocate the memory when the context is …\nFormats the explicit byte value of the secret key kept …\nSupport for shared secret computations.\nStructs and functionality related to the ECDSA signature …\nThis module provides an implementation of ElligatorSwift …\nThis implementation is designed to be constant time to …\nLike cmp::Eq but faster and with no guarantees across …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nConverts a 32-byte hash directly to a secret key without …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nConverts a 32-byte hash directly to a message without …\nReturns the argument unchanged.\nReturns the argument unchanged.\nTries to deserialize from big endian bytes\nCreates a Message from a digest.\nCreates a Message from a 32 byte slice digest.\nCreates a new public key from an ElligatorSwift.\nCreates a new secret key using data from BIP-340 Keypair.\nCreates a new compressed public key using data from …\nTries to deserialize from little endian bytes\nCreates a new public key from a SecretKey.\nConverts a SECRET_KEY_SIZE-byte slice to a secret key.\nCreates a public key directly from a slice.\nCreates a Message from a 32 byte slice digest.\nCreates a PublicKey using the key material from pk …\nImplement methods and traits for types that contain an …\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nConverts the object into a 32-byte array\nReturns the Keypair for this SecretKey.\nTweaks a SecretKey by multiplying by tweak modulo the …\nTweaks a PublicKey by multiplying by tweak modulo the …\nNegates the secret key.\nNegates the public key.\nGenerates a new random secret key.\nAttempts to erase the contents of the underlying array.\nAttempts to erase the contents of the underlying array.\nReturns the PublicKey for this SecretKey.\nGenerates a random scalar\nGenerates a random scalar using supplied RNG\nProvides Scalar and related types.\nSupport for schnorr signatures.\nReturns the secret key as a byte value.\nSerializes the key as a byte-encoded pair of values. In …\nSerializes the key as a byte-encoded pair of values, in …\nSerializes to big endian bytes\nSerializes to little endian bytes\nChecks that sig is a valid ECDSA signature for msg using …\nReturns the XOnlyPublicKey (and it’s Parity) for this …\nReturns the XOnlyPublicKey (and it’s Parity) for this …\nThe maximum size of a compact signature.\nThe order of the secp256k1 curve.\nThe size of a full ElligatorSwift encoding.\nThe Prime for the secp256k1 field element.\nThe X coordinate of the generator.\nThe Y coordinate of the generator.\nThe size of a key pair.\nThe maximum size of a signature.\nThe size (in bytes) of a message.\nThe value one as big-endian array of bytes.\nThe size (in bytes) of a serialized public key.\nThe size of a schnorr public key.\nThe size of a schnorr signature.\nThe size (in bytes) of a secret key.\nThe size (in bytes) of an serialized uncompressed public …\nThe value zero as an array of bytes.\nEnables two parties to create a shared secret without …\nFormats the explicit byte value of the shared secret kept …\nReturns the argument unchanged.\nCreates a shared secret from bytes array.\nCreates a shared secret from bytes slice.\nCalls U::from(self).\nCreates a new shared secret from a pubkey and secret key.\nAttempts to erase the contents of the underlying array.\nReturns the shared secret as a byte value.\nCreates a shared point from public key and secret key.\nAn ECDSA signature with a recovery ID for pubkey recovery.\nA tag used for recovering the public key from a compact …\nA DER serialized Signature\nAn ECDSA signature\nObtains a raw mutable pointer suitable for use with FFI …\nObtains a raw mutable pointer suitable for use with FFI …\nObtains a raw pointer suitable for use with FFI functions.\nObtains a raw pointer suitable for use with FFI functions\nGet the capacity of the underlying data buffer.\nLike cmp::Cmp but faster and with no guarantees across …\nLike cmp::Eq but faster and with no guarantees across …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nConverts a compact-encoded byte slice to a signature. This …\nConverts a 64-byte compact-encoded byte slice to a …\nConverts a DER-encoded byte slice to a signature\nConverts a “lax DER”-encoded byte slice to a …\nAllows library users to create valid recovery IDs from i32.\nCreate a SerializedSignature from a Signature. (this DER …\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCheck if the space is zero.\nGet the len of the used data.\nNormalizes a signature to a “low S” form. In ECDSA, …\nSerializes the recoverable signature in compact format.\nSerializes the signature in compact format\nSerializes the signature in DER format\nImplements SerializedSignature and related types.\nAllows library users to convert recovery IDs to i32.\nConvert the serialized signature into the Signature struct.\nConverts a recoverable signature to a non-recoverable one …\nOwned iterator over the bytes of SerializedSignature\nA DER serialized Signature\nReturns the remaining bytes as a slice.\nReturns the argument unchanged.\nCalls U::from(self).\nConvert an iterator of anything into FallibleIterator by …\nConvert an iterator of Results into FallibleIterator by …\nWe are the initiator of the ECDH\nWe are the responder of the ECDH\nElligatorSwift is an encoding of a uniformly chosen point …\nRepresents which party we are in the ECDH, A is the …\nThe result of ElligatorSwift::shared_secret, which is a …\nReturns the secret bytes as a reference to an array.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCreates an ElligatorSwift object from a 64-byte array.\nComputes the ElligatorSwift encoding for a valid public key\nCreates the Elligator Swift encoding from a secret key, …\nCreates shared secret from bytes.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCreate a new ElligatorSwift object from a 64-byte array.\nComputes a shared secret only known by Alice and Bob. This …\nComputes a shared secret, just like shared_secret, but …\nReturns the 64-byte array representation of this …\nReturns the secret bytes as an array.\nA trait for producing pointers that will always be valid …\nA Secp256k1 context, containing various precomputed values …\nHash function to use to post-process an ECDH point to get …\nLibrary-internal representation of a ElligatorSwift …\nA hash function used by ellswift_ecdh to hash the final …\nA nonce generation function. Ordinary users of the library …\nNo value.\nNo value.\nNo value.\nNo value.\nLibrary-internal representation of a Secp256k1 public key\nFlag for keys to indicate compressed serialization format\nFlag for keys to indicate uncompressed serialization format\nFlag for context to enable no precomputation\nFlag for context to enable signing precomputation\nFlag for context to enable verification precomputation\nSame as secp256k1_nonce function with the exception of …\nData structure that contains additional arguments for …\nLibrary-internal representation of a Secp256k1 signature\nSome value of type T.\nSome value of type T.\nSome value of type T.\nSome value of type T.\nGets a reference to the underlying array\nGets a reference to the underlying array\nGets a reference to the underlying array\nGets a reference to the underlying array\nGets a reference to the underlying array\nLike cmp::Ord but faster and with no guarantees across …\nLike cmp::Ord but faster and with no guarantees across …\nLike cmp::Ord but faster and with no guarantees across …\nLike cmp::Ord but faster and with no guarantees across …\nLike cmp::Ord but faster and with no guarantees across …\nLike cmp::Eq but faster and with no guarantees across …\nLike cmp::Eq but faster and with no guarantees across …\nLike cmp::Eq but faster and with no guarantees across …\nLike cmp::Eq but faster and with no guarantees across …\nLike cmp::Eq but faster and with no guarantees across …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCreate a new public key usable for the FFI interface from …\nCreate a new signature usable for the FFI interface from …\nCreate a new x-only public key usable for the FFI …\nCreate a new keypair usable for the FFI interface from raw …\nImplement methods and traits for types that contain an …\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCreate a new SchnorrSigExtraParams properly initialized.\nCreates an “uninitialized” FFI public key which is …\nCreates an “uninitialized” FFI signature which is …\nCreates an “uninitialized” FFI x-only public key which …\nCreates an “uninitialized” FFI keypair which is zeroed …\nAttempts to erase the contents of the underlying array.\nDoes a best attempt at secure erasure using Rust …\nFFI of the recovery module\nA reimplementation of the C function …\nThis function is an override for the C function, this is …\nThis function is an override for the C function, this is …\nA reimplementation of the C function …\nA reimplementation of the C function …\nDefault ECDH hash function\nDefault ECDH hash function for BIP324 key establishment\nReturns the underlying FFI opaque representation of the …\nReturns the underlying FFI opaque representation of the …\nReturns the underlying FFI opaque representation of the …\nReturns the underlying FFI opaque representation of the …\nLibrary-internal representation of a Secp256k1 signature + …\nGets a reference to the underlying array\nLike cmp::Ord but faster and with no guarantees across …\nLike cmp::Eq but faster and with no guarantees across …\nReturns the argument unchanged.\nCalls U::from(self).\nCreate a new (zeroed) signature usable for the FFI …\nA type that is as aligned as the biggest alignment for …\nA static zeroed out AlignedType for use in static …\nThis might not match C’s c_char exactly. The way we use …\nEquivalent to C’s void type when used as a pointer.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCodes at or above this point can be used by users to …\nA marker trait used to indicate that an RngCore or …\nError type of random number generators\nTypes which may be filled with random data\nCodes below this point represent OS Errors (i.e. positive …\nAn automatically-implemented extension trait on RngCore …\nThe core of a random number generator.\nSeed type, which is restricted to types …\nA random number generator that can be explicitly seeded.\nRetrieve the error code, if any.\nGenerating random samples from probability distributions\nFill any type implementing Fill with random data\nFill dest with random data.\nReturns the argument unchanged.\nCreates a new instance of the RNG seeded via getrandom.\nCreate a new PRNG seeded from another Rng.\nCreate a new PRNG using the given seed.\nReturn a random value supporting the Standard distribution.\nReturn a bool with a probability p of being true.\nGenerate a random value in the given range.\nReturn a bool with a probability of numerator/denominator …\nReference the inner error (std only)\nCalls U::from(self).\nConstruct from any type supporting std::error::Error\nReturn the next random u32.\nReturn the next random u64.\nConvenience re-export of common members\nGenerates a random value using the thread-local random …\nExtract the raw OS error code (if this error came from the …\nRandom number generators and adapters\nSample a new value, using the given distribution.\nCreate an iterator that generates values using the given …\nCreate a new PRNG using a u64 seed.\nSequence-related functionality\nUnwrap the inner error (std only)\nRetrieve the lazily-initialized thread-local random number …\nFill self with random data\nFill any type implementing Fill with random data\nFill dest entirely with random data.\nAll items in the provided weight collection are zero.\nSample a u8, uniformly distributed over ASCII letters and …\nThe Bernoulli distribution.\nError type returned from Bernoulli::new.\nAn iterator that generates random values of T with …\nA distribution of values of type S derived from the …\nString sampler\nTypes (distributions) that can be used to create a random …\np < 0 or p > 1.\nA weight is either less than zero, greater than the …\nThe provided weight collection contains no items.\nA distribution to sample floating point numbers uniformly …\nA distribution to sample floating point numbers uniformly …\nA distribution to sample items uniformly from a slice.\nA generic random value distribution, implemented for many …\nToo many weights are provided (length greater than u32::MAX…\nSample values uniformly between two bounds.\nError type returned from WeightedIndex::new.\nA distribution using weighted sampling of discrete items\nAppend len random chars to string\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nConstruct a new Bernoulli with the probability of success …\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nConvert an iterator of anything into FallibleIterator by …\nCreate a distribution of values of ‘S’ by mapping the …\nConstruct a new Bernoulli with the given probability of …\nCreate a new Slice instance which samples uniformly from …\nCreates a new a WeightedIndex Distribution using the values\nCreate a new Uniform instance which samples uniformly from …\nCreate a new Uniform instance which samples uniformly from …\nGenerate a random value of T, using rng as the source of …\nCreate an iterator that generates random values of T, …\nGenerate a String of len random chars\nConvert an iterator of Results into FallibleIterator by …\nA distribution uniformly sampling numbers within a given …\nUpdate a subset of weights, without changing the number of …\nWeighted index sampling\nHelper trait similar to Borrow but implemented only for …\nRange that supports generating a single sample efficiently.\nHelper trait for creating objects using the correct …\nThe UniformSampler implementation supporting type X.\nSample values uniformly between two bounds.\nThe back-end implementing UniformSampler for char.\nThe back-end implementing UniformSampler for Duration.\nThe back-end implementing UniformSampler for …\nThe back-end implementing UniformSampler for integer types.\nHelper trait handling actual uniform sampling.\nThe type sampled by this implementation.\nImmutably borrows from an owned value. See Borrow::borrow\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCheck whether the range is empty.\nConstruct self, with inclusive lower bound and exclusive …\nConstruct self, with inclusive bounds [low, high].\nSample a value.\nGenerate a sample from the given range.\nSample a single value uniformly from a range with …\nSample a single value uniformly from a range with …\nAll items in the provided weight collection are zero.\nA weight is either less than zero, greater than the …\nThe provided weight collection contains no items.\nToo many weights are provided (length greater than u32::MAX…\nError type returned from WeightedIndex::new.\nA distribution using weighted sampling of discrete items\nReturns the argument unchanged.\nCalls U::from(self).\nA marker trait used to indicate that an RngCore or …\nTypes (distributions) that can be used to create a random …\nThe element type.\nExtension trait on iterators, providing random sampling …\nAn automatically-implemented extension trait on RngCore …\nThe core of a random number generator.\nSeed type, which is restricted to types …\nA random number generator that can be explicitly seeded.\nExtension trait on slices, providing random mutation and …\nThe standard RNG. The PRNG algorithm in StdRng is chosen …\nA reference to the thread-local generator\nReturns a reference to one random element of the slice, or …\nChoose one element at random from the iterator.\nChooses amount elements from the slice at random, without …\nCollects amount values at random from the iterator into a …\nCollects values at random from the iterator into a …\nSimilar to choose_multiple, but where the likelihood of …\nReturns a mutable reference to one random element of the …\nChoose one element at random from the iterator.\nSimilar to choose, but where the likelihood of each …\nSimilar to choose_mut, but where the likelihood of each …\nFill any type implementing Fill with random data\nFill dest with random data.\nCreates a new instance of the RNG seeded via getrandom.\nCreate a new PRNG seeded from another Rng.\nCreate a new PRNG using the given seed.\nReturn a random value supporting the Standard distribution.\nReturn a bool with a probability p of being true.\nGenerate a random value in the given range.\nReturn a bool with a probability of numerator/denominator …\nCreate a distribution of values of ‘S’ by mapping the …\nReturn the next random u32.\nReturn the next random u64.\nShuffle a slice in place, but exit early.\nGenerates a random value using the thread-local random …\nGenerate a random value of T, using rng as the source of …\nSample a new value, using the given distribution.\nCreate an iterator that generates random values of T, …\nCreate an iterator that generates values using the given …\nCreate a new PRNG using a u64 seed.\nShuffle a mutable slice in place.\nRetrieve the lazily-initialized thread-local random number …\nFill any type implementing Fill with random data\nFill dest entirely with random data.\nA random number generator that retrieves randomness from …\nThe standard RNG. The PRNG algorithm in StdRng is chosen …\nA reference to the thread-local generator\nWrappers / adapters forming RNGs\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nMock random number generator\nReadRng error type\nAn RNG that reads random bytes straight from any type …\nA wrapper around any PRNG that implements BlockRngCore, …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCreate a new ReadRng from a Read.\nCreate a new ReseedingRng from an existing PRNG, combined …\nReseed the internal PRNG.\nA simple implementation of RngCore for testing purposes.\nReturns the argument unchanged.\nCalls U::from(self).\nCreate a StepRng, yielding an arithmetic sequence starting …\nThe element type.\nExtension trait on iterators, providing random sampling …\nAn iterator over multiple slice elements.\nExtension trait on slices, providing random mutation and …\nReturns a reference to one random element of the slice, or …\nChoose one element at random from the iterator.\nChooses amount elements from the slice at random, without …\nCollects amount values at random from the iterator into a …\nCollects values at random from the iterator into a …\nSimilar to choose_multiple, but where the likelihood of …\nReturns a mutable reference to one random element of the …\nChoose one element at random from the iterator.\nSimilar to choose, but where the likelihood of each …\nSimilar to choose_mut, but where the likelihood of each …\nReturns the argument unchanged.\nLow-level API for sampling indices\nCalls U::from(self).\nConvert an iterator of anything into FallibleIterator by …\nShuffle a slice in place, but exit early.\nShuffle a mutable slice in place.\nConvert an iterator of Results into FallibleIterator by …\nA vector of indices.\nReturn type of IndexVec::into_iter.\nReturn type of IndexVec::iter.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturn the value at the given index.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nConvert an iterator of anything into FallibleIterator by …\nConvert an iterator of anything into FallibleIterator by …\nConvert into an iterator over the indices as a sequence of …\nReturn result as a Vec<usize>. Conversion may or may not …\nReturns true if the length is 0.\nIterate over the indices as a sequence of usize values\nReturns the number of indices\nRandomly sample exactly amount distinct indices from …\nRandomly sample exactly amount distinct indices from …\nConvert an iterator of Results into FallibleIterator by …\nConvert an iterator of Results into FallibleIterator by …\nError returned when the value of scalar is invalid - …\nPositive 256-bit integer guaranteed to be less than the …\nReturns the argument unchanged.\nCalls U::from(self).\nRepresents a schnorr signature.\nGets a reference to the underlying array\nReturns the argument unchanged.\nCreates a Signature directly from a slice.\nCalls U::from(self).\nReturns a signature as a byte array.\nWhen SIGHASH_ANYONECANPAY is not provided, or when the …\n0x1: Sign all outputs.\n0x1: Sign all outputs.\n0x81: Sign all outputs but only this input.\n0x81: Sign all outputs but only this input.\nThe Annex struct is a slice wrapper enforcing first byte …\nAnnex must be at least one byte long and the first bytes …\n0x0: Used when not explicitly specified, defaults to …\nHashtype of an input’s signature, encoded in the last …\nThe annex is empty.\nResult of SighashCache::legacy_encode_signing_data_to.\nIncorrect prefix byte in the annex.\nIndex out of bounds when accessing transaction input …\nInvalid index when accessing a Prevouts::All kind.\nInvalid index when accessing a Prevouts::One kind.\nInvalid Sighash type.\nInteger is not a consensus valid sighash type.\nCan happen only when using *_encode_signing_* methods with …\nHash of a transaction according to the legacy signature …\nThis type is consensus valid but an input including it …\n0x2: Sign no outputs — anyone can choose the destination.\n0x2: Sign no outputs — anyone can choose the destination.\n0x82: Sign no outputs and only this input.\n0x82: Sign no outputs and only this input.\nScript is not a witness program for a p2wpkh output.\nOne variant allows provision of the single prevout needed. …\nError computing a P2WPKH sighash.\nContains outputs of previous transactions. In the case …\nPrevouts index error.\nPrevouts index related errors.\nPrevouts kind error.\nA single prevout was been provided but all prevouts are …\nPrevouts size error.\nThe number of supplied prevouts differs from the number of …\nInformation related to the script path spending.\nHash of a transaction according to the segwit version 0 …\nError computing the sighash.\nAn argument to the called sighash function was invalid.\nEfficiently calculates signature hash message for legacy, …\nInput data is an instance of SIGHASH_SINGLE bug\nError returned for failure during parsing one of the …\nError returned when writing signing data fails.\n0x3: Sign the output whose index matches this input’s …\n0x3: Sign the output whose index matches this input’s …\nUsing SIGHASH_SINGLE requires an output at the same index …\nUsing SIGHASH_SINGLE requires an output at the same index …\n0x83: Sign one output and only this input (see Single for …\n0x83: Sign one output and only this input (see Single for …\nTaproot-tagged hash with tag "TapSighash".\nThe tag used for TapSighash\nHashtype of an input’s signature, encoded in the last …\nError computing a taproot sighash.\nOperation performed normally.\nReturns the Annex bytes data (including first byte 0x50).\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nInput index.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nDestroys the cache and recovers the stored transaction.\nChecks for SIGHASH_SINGLE bug returning error if the …\nComputes the leaf hash for this ScriptPath.\nEncodes the legacy signing data from which a signature …\nComputes a legacy signature hash for a given input index …\nMaps a Result<T, E> to Result<T, F> by applying a function …\nConstructs a new SighashCache from an unsigned transaction.\nCreates a new ScriptPath structure.\nCreates a new Annex struct checking the first byte is 0x50.\nLength of the output vector.\nComputes the BIP143 sighash to spend a p2wpkh transaction …\nComputes the BIP143 sighash to spend a p2wsh transaction …\nEncodes the BIP143 signing data for any flag type into a …\nEncodes the BIP341 signing data for any flag type into a …\nComputes the BIP341 sighash for a key spend.\nComputes the BIP341 sighash for a script spend.\nComputes the BIP341 sighash for any flag type.\nReturns the reference to the cached transaction.\nThe unrecognized string we attempted to parse.\nCreates a new ScriptPath structure using default leaf …\nAllows modification of witnesses.\nThe prefix for signed messages using Bitcoin’s message …\nInvalid base64 encoding.\nThe signature is invalidly constructed.\nSignature is expected to be 65 bytes.\nA signature on a Bitcoin Signed Message.\nAn error used for dealing with Bitcoin Signed Messages.\nUnsupported Address Type\nWhether or not this signature was created with a …\nReturns the argument unchanged.\nReturns the argument unchanged.\nConvert a signature from base64 encoding.\nCreate from a byte slice.\nCalls U::from(self).\nCalls U::from(self).\nVerify that the signature signs the message and was signed …\nCreate a new MessageSignature.\nAttempt to recover a public key from the signature and the …\nSerialize to bytes.\nThe inner recoverable signature.\nHash message for signature using Bitcoin’s message …\nConvert to base64 encoding.\nControl block data structure used in Tapscript …\nCalled finalize on a empty tree.\nEmpty tap tree.\nFuture leaf version.\nInner type representing future (non-tapscript) leaf …\nHidden Node with the given leaf hash\nError happening when TapTree is constructed from a NodeInfo\nIndicates an attempt to construct a tap tree from a …\nIndicates an attempt to construct a tap tree from a …\nError happening when TapTree is constructed from a …\nInvalid control block size.\nInvalid taproot internal key.\nInvalid taproot internal key.\nProof size must be a multiple of 32.\nMerkle tree depth must not be more than 128.\nMerkle tree depth must not be more than 128.\nInvalid taproot signature size\nThe last bit of tapleaf version must be zero.\nStore information about taproot leaf node.\nIterator for a taproot script tree, operating in DFS order …\nThe leaf version for tapleafs.\nRepresents the node information in taproot tree. In …\nNodes must be added specified in DFS walk order.\nIndicates an attempt to construct a tap tree from a …\nTwo nodes at depth 0 are not allowed.\nA known script\nScript leaf node in a taproot tree along with the merkle …\nIterator for a taproot script tree, operating in DFS order …\nA secp256k1 error.\nAn error constructing a taproot::Signature from a byte …\nInvalid signature hash type.\nA BIP340-341 serialized taproot signature with the …\nTaproot annex prefix.\nTapscript control base size.\nMaximum depth of a taproot tree script spend path.\nTapscript control max size.\nSize of a taproot control node.\nTapleaf mask for getting the leaf version from first byte …\nTapscript leaf version.\nThe tag used for TapNodeHash\nLeaf node in a taproot tree. Can be either hidden or known.\nTaproot-tagged hash with tag "TapLeaf".\nThe tag used for TapLeafHash\nTagged hash used in taproot trees.\nBIP-342 tapscript.\nTaproot Tree representing a complete binary tree without …\nTaproot-tagged hash with tag "TapTweak".\nThe tag used for TapTweakHash\nBuilder for building taproot iteratively. Users can …\nDetailed error type for taproot builder.\nDetailed error type for taproot utilities.\nThe merkle proof for inclusion of a tree in a taptree hash.\nRepresents taproot spending information.\nAdds a hidden/omitted node at depth to the builder. Errors …\nAdds a leaf script at depth to the builder with default …\nAdds a leaf script at depth to the builder with script …\nObtains the hidden leaf hash if the leaf is hidden.\nReturns a reference to the slice of hashes.\nObtains a reference to script and version if the leaf is …\nReturns a reference to the slice of hashes.\nCombines two NodeInfo to create a new parent.\nConstructs a ControlBlock for particular script with the …\nDecodes bytes from control block.\nDecodes bytes representing a ControlBlock.\nReturns the depth of this script leaf in the tap tree.\nSerializes to a writer.\nSerializes to a writer.\nCreates a TaprootSpendInfo with the given internal key.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCreates a LeafVersion from consensus byte representation.\nObtains a script leaf from the leaf node if the leaf is …\nComputes the TaprootSpendInfo from internal_key and node.\nDeserialize from slice\nChecks if the builder has hidden nodes.\nReturns the internal key for this TaprootSpendInfo.\nThe internal key.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nConverts error into the original incomplete TaprootBuilder …\nConvert an iterator of anything into FallibleIterator by …\nConvert an iterator of anything into FallibleIterator by …\nReturns the inner list of hashes.\nConverts error into the original incomplete NodeInfo …\nGets the inner NodeInfo of this tree root.\nReturns the list of hashes stored in a Vec.\nChecks if this merkle proof is empty.\nChecks if the builder has finalized building a tree.\nReturns a reference to the leaf of this ScriptLeaf.\nComputes a leaf hash for this ScriptLeaf if the leaf is …\nCreates an iterator over all leaves (including hidden …\nReturns leaf version of the script if the leaf is known.\nThe tapleaf version.\nReturns the number of nodes in this merkle proof.\nContains TaprootMerkleBranch and its associated types.\nReturns reference to the merkle proof (hashing partners) …\nObtains a reference to the merkle proof of the leaf.\nThe merkle proof of a script associated with this leaf.\nReturns the merkle root for this TaprootSpendInfo.\nCreates a new instance of TaprootBuilder.\nCreates an new ScriptLeaf from hash and no merkle branch.\nCreates a new NodeInfo with omitted/hidden info.\nCreates a new key spend with internal_key and merkle_root. …\nCreates a new leaf NodeInfo with given ScriptBuf and …\nCreates an new ScriptLeaf from script and ver and no …\nReturns the root TapNodeHash of this node info.\nComputes the TapNodeHash for this ScriptLeaf. This returns …\nGets the reference to inner NodeInfo of this tree root.\nReturns the output key (the key used in script pubkey) for …\nReturns the parity of the output key. See also …\nThe parity of the output key (NOT THE INTERNAL KEY WHICH …\nReturns the root TapNodeHash of this tree.\nReturns reference to the leaf script if the leaf is known.\nObtains a reference to the script inside the leaf.\nReturns [TapTreeIter<'_>] iterator for a taproot script …\nReturns a reference to the internal script map.\nSerializes the signature (without heap allocation)\nSerializes self as bytes.\nSerializes the control block.\nSerializes the signature to writer.\nImplements SerializedSignature and related types.\nThe corresponding hash type.\nThe underlying schnorr signature.\nReturns the size of control block. Faster and more …\nReturns the TapTweakHash for this TaprootSpendInfo i.e., …\nReturns the consensus representation of this …\nReturns the consensus representation of this LeafVersion.\nSerialize Signature\nConvert an iterator of Results into FallibleIterator by …\nConvert an iterator of Results into FallibleIterator by …\nCreates a merkle proof from list of hashes.\nCreates a merkle proof from list of hashes.\nCreates a merkle proof from list of hashes.\nConstructs TapTree from a TaprootBuilder if it is complete …\nConstructs TapTree from a NodeInfo if it is complete …\nConverts the builder into a NodeInfo if the builder is a …\nConverts the builder into a TapTree if the builder is a …\nVerifies that a control block is correct proof for a given …\nObtains the version of the script leaf.\nCreates a new instance of TaprootBuilder with a capacity …\nCreates a new TaprootSpendInfo from a list of scripts …\nCreates a new TaprootSpendInfo from a list of scripts …\nIterator over node hashes within Taproot merkle branch.\nThe merkle proof for inclusion of a tree in a taptree hash.\nReturns the remaining items of this iterator as a mutable …\nReturns the remaining items of this iterator as a slice.\nReturns the argument unchanged.\nCalls U::from(self).\nConvert an iterator of anything into FallibleIterator by …\nConvert an iterator of Results into FallibleIterator by …\nOwned iterator over the bytes of SerializedSignature\nA serialized Taproot Signature\nReturns the remaining bytes as a slice.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCreate a SerializedSignature from a Signature. (this …\nCalls U::from(self).\nCalls U::from(self).\nConvert an iterator of anything into FallibleIterator by …\nGet the len of the used data.\nConvert the serialized signature into the Signature struct.\nConvert an iterator of Results into FallibleIterator by …\nWrites this serialized signature to a writer.\nRepresents changes to an IndexedTxGraph.\nThe IndexedTxGraph combines a TxGraph and an Indexer …\nBatch insert all transactions of the given block of height.\nBatch insert all transactions of the given block of height…\nApplies the ChangeSet to the IndexedTxGraph.\nApply an update directly.\nApply the given update with an optional seen_at timestamp.\nBatch insert transactions, filtering out those that are …\nBatch insert unconfirmed transactions, filtering out those …\nBatch insert unconfirmed transactions.\nReturns the argument unchanged.\nReturns the argument unchanged.\nGet a reference of the internal transaction graph.\nTransaction index.\nIndexer changeset.\nDetermines the ChangeSet between self and an empty …\nInsert an anchor for a given transaction.\nInsert a unix timestamp of when a transaction is seen in …\nInsert and index a transaction into the graph.\nInsert a floating txout of given outpoint.\nCalls U::from(self).\nCalls U::from(self).\nConstruct a new IndexedTxGraph with a given index.\nTxGraph changeset.\nThe resultant “changeset” when new transaction data is …\nUtilities for indexing transaction data.\nApply changeset to itself.\nScans a transaction for relevant outpoints, which are …\nScan and index the given outpoint and txout.\nDetermines the ChangeSet between self and an empty Indexer.\nDetermines whether the transaction should be included in …\nKeychainTxOutIndex controls how script pubkeys are …\nSpkTxOutIndex is an index storing TxOuts that have a …\nRepresents updates to the derivation index of a …\nThe default lookahead for a KeychainTxOutIndex\nThe descriptor has already been assigned to a keychain so …\nTrait to extend FullScanRequestBuilder.\nError returned from KeychainTxOutIndex::insert_descriptor\nThe keychain is already assigned to a descriptor so you can…\nKeychainTxOutIndex controls how script pubkeys are …\nName for table that stores last revealed indices per …\nSchema name for the changeset.\nTrait to extend SyncRequestBuilder.\nGet unbounded spk iterators for all keychains.\nApplies the ChangeSet<K> to the KeychainTxOutIndex<K>\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nConstruct KeychainTxOutIndex from sqlite database and …\nGets the descriptor associated with the keychain. Returns …\nReturns the keychain and keychain index associated with …\nInitialize sqlite tables for persisting KeychainTxOutIndex.\nReturn a reference to the internal SpkTxOutIndex.\nInsert a descriptor with a keychain associated to it.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nReturns whether the changeset are empty.\nReturns whether the spk under the keychain’s index has …\nIterate over all OutPoints that have TxOuts with script …\nIterate over OutPoints that have script pubkeys derived …\nReturn all keychains and their corresponding descriptors.\nContains for each descriptor_id the last revealed index of …\nGet the last derivation index revealed for keychain. …\nGet the last derivation index that is revealed for each …\nReturns the highest derivation index of the keychain where …\nReturns the highest derivation index of each keychain that …\nGet the lookahead setting.\nStore lookahead scripts until target_index (inclusive).\nMarks the script pubkey at index as used even though the …\nMerge another ChangeSet into self.\nComputes the net value that this transaction gives to the …\nConstruct a KeychainTxOutIndex with the given lookahead.\nGet the next derivation index for keychain. The next index …\nGets the next unused script pubkey in the keychain. I.e., …\nGet the set of indexed outpoints, corresponding to tracked …\nPersist changeset to the sqlite database.\nAttempts to reveal the next script pubkey for keychain.\nReveals script pubkeys of the keychain’s descriptor up …\nConvenience method to call Self::reveal_to_target on …\nIterate over revealed spks of the given keychain with …\nIterate over revealed spks of keychains in range\nAdd Scripts that are revealed by the indexer of the given …\nComputes the total value transfer effect tx has on the …\nReturn the script that exists under the given keychain’s …\nAdd spk iterators for each keychain tracked in indexer.\nReturn the TxOut of outpoint if it has been indexed, and …\nIterate over known txouts that spend to tracked script …\nFinds all txouts on a transaction that has previously been …\nGet an unbounded spk iterator over a given keychain. …\nUndoes the effect of mark_used. Returns whether the index …\nIterate over revealed, but unused, spks of the given …\nIterate over revealed, but unused, spks of all keychains.\nAdd Scripts that are revealed by the indexer but currently …\nThe descriptor you have attempted to reassign\nThe keychain that the descriptor is already assigned to\nThe descriptor that the keychain is already assigned to\nThe keychain that you have attempted to reassign\nAn index storing TxOuts that have a script pubkey that …\nThe script pubkeys that are being tracked by the index.\nReturns the argument unchanged.\nReturns the index associated with the script pubkey.\nAdds a script pubkey to scan for. Returns false and does …\nCalls U::from(self).\nWhether any of the inputs of this transaction spend a …\nReturns whether the script pubkey at index has been used …\nMarks the script pubkey at index as used even though it …\nComputes the net value transfer effect of tx on the script …\nGet a reference to the set of indexed outpoints.\nIterates over all the outputs with script pubkeys in an …\nScans a transaction’s outputs for matching script …\nScan a single TxOut for a matching script pubkey and …\nComputes the total value transfer effect tx has on the …\nReturns the script that has been inserted at the index.\nReturns the txout and script pubkey index of the TxOut at …\nIterate over all known txouts that spend to tracked script …\nFinds all txouts on a transaction that has previously been …\nUndoes the effect of mark_used. Returns whether the index …\nIterates over all unused script pubkeys in an index range.\nRepresents a failure when trying to insert/remove a …\nThe error type for LocalChain::apply_header_connected_to.\nName of sqlite table that stores blocks of LocalChain.\nOccurs when the update cannot connect with the original …\nOccurs when an update does not have a common checkpoint …\nThe ChangeSet represents changes to LocalChain.\nA checkpoint is a node of a reference-counted linked list …\nIterates over checkpoints backwards.\nOccurs when connected_to block conflicts with either the …\nThis is a local implementation of ChainOracle.\nAn error which occurs when a LocalChain is constructed …\nSchema name for the changeset.\nApply the given changeset.\nUpdate the chain with a given Header connecting it with …\nUpdate the chain with a given Header at height which you …\nApplies the given update to the chain.\nChanges to the LocalChain blocks.\nRemoves blocks from (and inclusive of) the given block_id.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nConstructs a LocalChain from a BTreeMap of height to …\nConstruct a LocalChain from an initial changeset.\nConstruct LocalChain from genesis hash.\nConstruct a LocalChain from sqlite database.\nConstruct a LocalChain from a given checkpoint tip.\nGet the genesis hash.\nGet checkpoint at given height (if it exists).\nThe checkpoint’s height.\nInitialize sqlite tables for persisting …\nDerives an initial ChangeSet, meaning that it can be …\nInsert a BlockId.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nIterate over checkpoints in descending height order.\nThe original checkpoint’s block hash which cannot be …\nPersist changeset to the sqlite database.\nIterate checkpoints over a height range.\nGet the highest checkpoint.\nThe suggested checkpoint to include to connect the two …\nThe attempted update to the original_block hash.\nTable name for schemas.\nRuns logic that initializes/migrates the table schemas.\nData required to perform a spk-based blockchain client …\nBuilds a FullScanRequest.\nData returned from a spk-based blockchain client full scan.\nOutpoint sync item.\nScript pubkey sync item.\nAn item reported to the inspect closure of SyncRequest.\nThe progress of SyncRequest.\nData required to perform a spk-based blockchain client …\nBuilds a SyncRequest.\nData returned from a spk-based blockchain client sync.\nTxid sync item.\nBuild the SyncRequest.\nBuild the FullScanRequest.\nStart building a SyncRequest.\nStart building a FullScanRequest.\nSet the initial chain tip for the sync request.\nGet the chain tip CheckPoint of this request (if any).\nSet the initial chain tip for the full scan request.\nGet the chain tip CheckPoint of this request (if any).\nChanges to the chain discovered during the scan.\nChanges to the chain discovered during the scan.\nTotal consumed items of the request.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nSet the closure that will inspect every sync item visited.\nSet the closure that will inspect every sync item visited.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nIterate over OutPoints contained in this request.\nIterate over ScriptBufs contained in this request.\nIterate over indexed ScriptBufs contained in this request …\nIterate over Txids contained in this request.\nList all keychains contained in this request.\nLast active indices for the corresponding keychains (K). …\nAdvances the sync request and returns the next OutPoint.\nAdvances the sync request and returns the next ScriptBuf.\nAdvances the full scan request and returns the next …\nAdvances the sync request and returns the next Txid.\nAdd OutPoints that will be synced against.\nOutpoints consumed by the request.\nOutpoints remaining in the request.\nGet the SyncProgress of this request.\nTotal remaining items of the request.\nAdd Scripts that will be synced against.\nScript pubkeys consumed by the request.\nSet the spk iterator for a given keychain.\nScript pubkeys remaining in the request.\nAdd Scripts coupled with associated indexes that will be …\nTotal items, consumed and remaining, of the request.\nTotal outpoints, consumed and remaining, of the request.\nTotal script pubkeys, consumed and remaining, of the …\nTotal txids, consumed and remaining, of the request.\nRelevant transaction data discovered during the scan.\nRelevant transaction data discovered during the scan.\nAdd Txids that will be synced against.\nTxids consumed by the request.\nTxids remaining in the request.\nName of table that stores Anchors.\nErrors returned by TxGraph::calculate_fee.\nA transaction that is included in the chain, or is still …\nThe ChangeSet represents changes to a TxGraph.\nMissing TxOut for one or more of the inputs of the tx\nWhen the transaction is invalid according to the graph it …\nSchema name for tx_graph::ChangeSet.\nName of table that stores floating txouts.\nName of table that stores full transactions and last_seen …\nAn iterator that traverses ancestors of a given root …\nAn iterator that traverses transaction descendants.\nA graph of transactions and spends.\nA transaction node in the TxGraph.\nData object used to communicate updates about relevant …\nGet all transaction anchors known by TxGraph.\nIterate over all tx outputs known by TxGraph.\nIterates over the heights of that the new transaction …\nTransaction anchors. Anchors tells us a position in the …\nThe blocks that the transaction is “anchored” in.\nAdded anchors.\nApplies ChangeSet to TxGraph.\nExtends this graph with the given update.\nExtends this graph with the given update alongside an …\nGet the total balance of outpoints that are in chain of …\nBatch insert unconfirmed transactions.\nCalculates the fee of a given transaction. Returns …\nHow the transaction is observed as (confirmed or …\nGiven a transaction, return an iterator of txids that …\nGet a filtered list of outputs from the given outpoints …\nGet a filtered list of unspent outputs (UTXOs) from the …\nIterate over floating txouts known by TxGraph.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nConstruct a TxGraph from an sqlite database.\nIterate over all full transactions in the graph.\nGet the position of the transaction in chain with tip …\nGet the txid of the spending transaction and where the …\nGet a transaction by txid. This only returns Some for full …\nGet a transaction node by txid. This only returns Some for …\nObtains a single tx output (if any) at the specified …\nInitialize sqlite tables.\nDetermines the ChangeSet between self and an empty TxGraph.\nInserts the given anchor into TxGraph.\nInserts the given seen_at for txid into TxGraph.\nInserts the given transaction into TxGraph.\nInserts the given TxOut at OutPoint.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nConvert an iterator of anything into FallibleIterator by …\nConvert an iterator of anything into FallibleIterator by …\nWhether the graph has any transactions or outputs in it.\nAdded last-seen unix timestamps of transactions.\nThe last-seen unix timestamp of the transaction as …\nList graph transactions that are in chain with chain_tip.\nTransform the TxGraph to have Anchors of another type.\nTransform the ChangeSet to have Anchors of another type.\nConstruct a new TxGraph from a list of transactions.\nThe transactions spending from this output.\nPersist changeset to the sqlite database.\nSeen at times for transactions. This records when a …\nConvert an iterator of Results into FallibleIterator by …\nConvert an iterator of Results into FallibleIterator by …\nGet the total balance of outpoints that are in chain of …\nGet a filtered list of outputs from the given outpoints …\nGet a filtered list of unspent outputs (UTXOs) from the …\nGet the position of the transaction in chain with tip …\nGet the txid of the spending transaction and where the …\nList graph transactions that are in chain with chain_tip.\nA partial or full representation of the transaction.\nThe transaction node (as part of the graph).\nReturns known outputs of a given txid.\nIterates over the transactions spending from txid.\nTxid of the transaction.\nIterates over all outpoints contained within ChangeSet.\nFloating txouts. These are TxOuts that exist but the whole …\nAdded txouts.\nFull transactions. These are transactions that were …\nAdded transactions.\nIterate over graph transactions with no anchors or …\nCreates an iterator that filters and maps ancestor …\nCreates an iterator that both filters and maps conflicting …\nCreates an iterator that filters and maps descendants from …") \ No newline at end of file +searchState.loadedDescShard("bdk_chain", 1, "Hint that the Deserialize type is expecting a u8 value.\nHint that the Deserialize type is expecting a unit value.\nHint that the Deserialize type is expecting a unit struct …\nRaised when a Deserialize struct type received more than …\nFormat a message stating what data this Visitor expects to …\nFormat an explanation of what data was being expected. …\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nConvert this value into a deserializer.\nRaised when deserializing a sequence or map and the input …\nRaised when a Deserialize receives a type different from …\nRaised when a Deserialize receives a value of the right …\nDetermine whether Deserialize implementations should …\nRaised when a Deserialize struct type expected to receive …\nCalled when deserializing a variant with a single value.\nCalled when deserializing a variant with a single value.\nThis returns Ok(Some(value)) for the next value in the …\nThis returns Ok(Some(value)) for the next value in the …\nThis returns Ok(Some((key, value))) for the next …\nThis returns Ok(Some((key, value))) for the next …\nThis returns Ok(Some(key)) for the next key in the map, or …\nThis returns Ok(Some(key)) for the next key in the map, or …\nThis returns a Ok(value) for the next value in the map.\nThis returns a Ok(value) for the next value in the map.\nProvides type based access to context intended for error …\nReturns the number of elements remaining in the sequence, …\nReturns the number of entries remaining in the map, if …\nThe lower-level source of this error, if any.\nCalled when deserializing a struct-like variant.\nCalled when deserializing a tuple-like variant.\nCalled when deserializing a variant with no values.\nRaised when a Deserialize struct type received a field …\nRaised when a Deserialize enum type received a variant …\nBuilding blocks for deserializing basic values using the …\nvariant is called to identify which variant to deserialize.\nvariant is called to identify which variant to deserialize.\nThe input contains a boolean.\nThe input contains a byte array that lives at least as …\nThe input contains a string that lives at least as long as …\nThe input contains a byte array and ownership of the byte …\nThe input contains a byte array. The lifetime of the byte …\nThe input contains a char.\nThe input contains an enum.\nThe input contains an f32.\nThe input contains an f64.\nThe input contains a i128.\nThe input contains an i16.\nThe input contains an i32.\nThe input contains an i64.\nThe input contains an i8.\nThe input contains a key-value map.\nThe input contains a newtype struct.\nThe input contains an optional that is absent.\nThe input contains a sequence of elements.\nThe input contains an optional that is present.\nThe input contains a string. The lifetime of the string is …\nThe input contains a string and ownership of the string is …\nThe input contains a u128.\nThe input contains a u16.\nThe input contains a u32.\nThe input contains a u64.\nThe input contains a u8.\nThe input contains a unit ().\nA deserializer holding a bool.\nA deserializer holding a &[u8] with a lifetime tied to …\nA deserializer holding a &str with a lifetime tied to …\nA deserializer holding a &[u8]. Always calls …\nA deserializer holding a char.\nA deserializer holding a Cow<str>.\nA deserializer holding an EnumAccess.\nA minimal representation of all possible errors that can …\nA deserializer holding an f32.\nA deserializer holding an f64.\nA deserializer holding an i128.\nA deserializer holding an i16.\nA deserializer holding an i32.\nA deserializer holding an i64.\nA deserializer holding an i8.\nA deserializer holding an isize.\nA deserializer holding a MapAccess.\nA deserializer that iterates over a map.\nA deserializer holding a SeqAccess.\nA deserializer that iterates over a sequence.\nA deserializer holding a &str.\nA deserializer holding a String.\nA deserializer holding a u128.\nA deserializer holding a u16.\nA deserializer holding a u32.\nA deserializer holding a u64.\nA deserializer holding a u8.\nA deserializer holding a ().\nA deserializer holding a usize.\nCheck for remaining elements after passing a …\nCheck for remaining elements after passing a …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCreate a new borrowed deserializer from the given string.\nCreate a new deserializer from the given bytes.\nCreate a new borrowed deserializer from the given borrowed …\nConstruct a new MapDeserializer<I, E>.\nConstruct a new SeqDeserializer<I, E>.\nConstruct a new SeqAccessDeserializer<A>.\nConstruct a new MapAccessDeserializer<A>.\nConstruct a new EnumAccessDeserializer<A>.\nTrait used by Serialize implementations to generically …\nThe error type when some error occurs during serialization.\nMust match the Error type of our Serializer.\nMust match the Error type of our Serializer.\nMust match the Error type of our Serializer.\nMust match the Error type of our Serializer.\nMust match the Error type of our Serializer.\nMust match the Error type of our Serializer.\nMust match the Error type of our Serializer.\nHelper type for implementing a Serializer that does not …\nThe output type produced by this Serializer during …\nMust match the Ok type of our Serializer.\nMust match the Ok type of our Serializer.\nMust match the Ok type of our Serializer.\nMust match the Ok type of our Serializer.\nMust match the Ok type of our Serializer.\nMust match the Ok type of our Serializer.\nMust match the Ok type of our Serializer.\nA data structure that can be serialized into any data …\nReturned from Serializer::serialize_map.\nType returned from serialize_map for serializing the …\nReturned from Serializer::serialize_seq.\nType returned from serialize_seq for serializing the …\nReturned from Serializer::serialize_struct.\nType returned from serialize_struct for serializing the …\nReturned from Serializer::serialize_struct_variant.\nType returned from serialize_struct_variant for …\nReturned from Serializer::serialize_tuple.\nType returned from serialize_tuple for serializing the …\nReturned from Serializer::serialize_tuple_struct.\nType returned from serialize_tuple_struct for serializing …\nReturned from Serializer::serialize_tuple_variant.\nType returned from serialize_tuple_variant for serializing …\nA data format that can serialize any data structure …\nError is a trait representing the basic expectations for …\nCollect an iterator as a map.\nCollect an iterator as a sequence.\nSerialize a string produced by an implementation of Display…\nUsed when a Serialize implementation encounters any error …\nAttempts to downcast the box to a concrete type.\nAttempts to downcast the box to a concrete type.\nAttempts to downcast the box to a concrete type.\nForwards to the method defined on the type dyn Error.\nReturns some mutable reference to the inner value if it is …\nForwards to the method defined on the type dyn Error.\nForwards to the method defined on the type dyn Error.\nForwards to the method defined on the type dyn Error.\nReturns some reference to the inner value if it is of type …\nFinish serializing a sequence.\nFinish serializing a tuple.\nFinish serializing a tuple struct.\nFinish serializing a tuple variant.\nFinish serializing a map.\nFinish serializing a struct.\nFinish serializing a struct variant.\nReturns the argument unchanged.\nCalls U::from(self).\nForwards to the method defined on the type dyn Error.\nReturns true if the inner type is the same as T.\nForwards to the method defined on the type dyn Error.\nDetermine whether Serialize implementations should …\nProvides type based access to context intended for error …\nSerialize this value into the given Serde serializer.\nSerialize a bool value.\nSerialize a chunk of raw byte data.\nSerialize a character.\nSerialize a sequence element.\nSerialize a tuple element.\nSerialize a map entry consisting of a key and a value.\nSerialize an f32 value.\nSerialize an f64 value.\nSerialize a tuple struct field.\nSerialize a tuple variant field.\nSerialize a struct field.\nSerialize a struct variant field.\nSerialize an i128 value.\nSerialize an i16 value.\nSerialize an i32 value.\nSerialize an i64 value.\nSerialize an i8 value.\nSerialize a map key.\nBegin to serialize a map. This call must be followed by …\nSerialize a newtype struct like struct Millimeters(u8).\nSerialize a newtype variant like E::N in enum E { N(u8) }.\nSerialize a None value.\nBegin to serialize a variably sized sequence. This call …\nSerialize a Some(T) value.\nSerialize a &str.\nBegin to serialize a struct like …\nBegin to serialize a struct variant like E::S in …\nBegin to serialize a statically sized sequence whose …\nBegin to serialize a tuple struct like …\nBegin to serialize a tuple variant like E::T in …\nSerialize a u128 value.\nSerialize a u16 value.\nSerialize a u32 value.\nSerialize a u64 value.\nSerialize a u8 value.\nSerialize a () value.\nSerialize a unit struct like struct Unit or PhantomData<T>.\nSerialize a unit variant like E::A in enum E { A, B }.\nSerialize a map value.\nIndicate that a struct field has been skipped.\nIndicate that a struct variant field has been skipped.\nThe lower-level source of this error, if any.\nReturns an iterator starting with the current error and …\nFunctions used by serde impls of all hashes.\nSize, in bits, of the hash.\nDefault serialization/deserialization methods.\nDo serde deserialization.\nHelper function to turn a deserialized slice into the …\nDo serde serialization.\nOutput of the SHA1 hash function.\nEngine to compute SHA1 hash function.\nReturns the argument unchanged.\nReturns the argument unchanged.\nZero cost conversion between a fixed length byte array …\nZero cost conversion between a fixed length byte array …\nCalls U::from(self).\nCalls U::from(self).\nOutput of the SHA256 hash function.\nEngine to compute SHA256 hash function.\nOutput of the SHA256 hash function.\nComputes hash from bytes in const context.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nConstruct a new Midstate from the inner value.\nZero cost conversion between a fixed length byte array …\nZero cost conversion between a fixed length byte array …\nCreate a new HashEngine from a Midstate.\nCopies a byte slice into the Midstate object.\nIterate the sha256 algorithm to turn a sha256 hash into a …\nCreates midstate for tagged hashes.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nUnwraps the Midstate and returns the underlying byte array.\nOutput of the SHA256d hash function.\nReturns the argument unchanged.\nZero cost conversion between a fixed length byte array …\nZero cost conversion between a fixed length byte array …\nCalls U::from(self).\nOutput of the SHA256t hash function.\nTrait representing a tag that can be used as a context for …\nReturns a hash engine that is pre-tagged and is ready to …\nReturns the argument unchanged.\nZero cost conversion between a fixed length byte array …\nZero cost conversion between a fixed length byte array …\nCalls U::from(self).\nOutput of the SHA384 hash function.\nEngine to compute SHA384 hash function.\nReturns the argument unchanged.\nReturns the argument unchanged.\nZero cost conversion between a fixed length byte array …\nZero cost conversion between a fixed length byte array …\nCalls U::from(self).\nCalls U::from(self).\nOutput of the SHA512 hash function.\nEngine to compute SHA512 hash function.\nReturns the argument unchanged.\nReturns the argument unchanged.\nZero cost conversion between a fixed length byte array …\nZero cost conversion between a fixed length byte array …\nCalls U::from(self).\nCalls U::from(self).\nOutput of the SHA512/256 hash function.\nEngine to compute SHA512/256 hash function.\nReturns the argument unchanged.\nReturns the argument unchanged.\nZero cost conversion between a fixed length byte array …\nZero cost conversion between a fixed length byte array …\nCalls U::from(self).\nCalls U::from(self).\nOutput of the SipHash24 hash function.\nEngine to compute the SipHash24 hash function.\nInternal state of the HashEngine.\nReturns the (little endian) 64-bit integer representation …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nZero cost conversion between a fixed length byte array …\nZero cost conversion between a fixed length byte array …\nProduces a hash as u64 from the current state of a given …\nCreates a hash from its (little endian) 64-bit integer …\nHashes the given data directly to u64 with an engine with …\nHashes the given data with an engine with the provided …\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nRetrieves the keys of this engine.\nCreates a new SipHash24 engine.\nCreates a new SipHash24 engine with keys.\nA socket address could not be bound because the address is …\nA nonexistent interface was requested or the requested …\nAn entity already exists, often a file.\nThe operation failed because a pipe was closed.\nA trait describing an input stream that uses an internal …\nThe connection was aborted (terminated) by the remote …\nThe connection was refused by the remote server.\nThe connection was reset by the remote server.\nWraps an in memory reader providing the position function.\nContains the error value\nThe io crate error type.\nA minimal subset of std::io::ErrorKind which is used for …\nThis operation was interrupted.\nData not valid for the operation were encountered.\nA parameter was incorrect.\nThe network operation failed because it was not connected …\nAn entity was not found, often a file.\nContains the success value\nA custom error that does not fall under any other I/O …\nThe operation lacked the necessary privileges to complete.\nA generic trait describing an input stream. See …\nResult type returned by functions in this crate.\nA sink to which all writes succeed. See std::io::Sink for …\nReader adapter which limits the bytes read from an …\nThe I/O operation’s timeout expired, causing it to be …\nAn error returned when an operation could not be completed …\nThe operation needs to block to complete, but the blocking …\nA generic trait describing an output stream. See …\nAn error returned when an operation could not be completed …\nMarks the buffered data up to amount as consumed.\nReturns data read from this reader, filling the internal …\nFlushes this output stream, ensuring that all …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns a reference to this error.\nBecause we cannot provide a blanket implementation of …\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nReturns the inner buffer.\nReturns the error kind for this error.\nCreates a Cursor by wrapping inner.\nCreates a new I/O error.\nReturns the position read up to thus far.\nReads bytes from source into buf.\nReads bytes from source until buf is full.\nReads all bytes until EOF from the underlying reader into …\nAttempts to read up to limit bytes from the reader, …\nReturns a sink to which all writes succeed. See …\nCreates an adapter which will read at most limit bytes.\nWrites buf into this writer, returning how many bytes were …\nAttempts to write an entire buffer into this writer.\nA base58 decoding error.\nAn always-compressed Bitcoin ECDSA public key\nError originated while parsing string.\nEven parity.\nError returned while generating key from slice.\nError generated from WIF key format.\nhex to array conversion error.\nBase58 decoded data contained an invalid address version …\nInvalid address version in decoded base58 data.\nBase58 decoded data was an invalid length.\nDecoded base58 data was an invalid length.\nHex decoding error.\nPublicKey hex should be 66 or 130 digits long.\nInvalid key prefix error.\nInvalid Length of the slice.\nOpaque data structure that holds a keypair consisting of a …\nOdd parity.\nRepresents the parity passed between FFI function calls.\nError returned when parsing a CompressedPublicKey from a …\nError returned while constructing public key from string.\nA Bitcoin ECDSA private key\nA hash of a public key.\nA Bitcoin ECDSA public key\nThe secp256k1 engine, used to execute all signature …\nA Secp256k1 error.\nA secp256k1 error.\nSecp256k1 Error.\nAn opaque return type for PublicKey::to_sort_key\nA trait for tweaking BIP340 key types (x-only public keys …\nTweaked key type with optional auxiliary information\nTweaked key type\nTweaked BIP-340 key pair\nTweaked BIP-340 X-coord-only public key\nSegwit public keys must always be compressed.\nUntweaked BIP-340 key pair\nUntweaked BIP-340 X-coord-only public key\nMarker trait for indicating that an instance of Secp256k1 …\nSegWit version of a public key hash.\nAn x-only public key, used for verification of Taproot …\nTweaks a keypair by first converting the public key to an …\nObtains a raw mutable pointer suitable for use with FFI …\nObtains a raw const pointer suitable for use with FFI …\nLike cmp::Cmp but faster and with no guarantees across …\nWhether this public key should be serialized as compressed\nWhether this private key should be serialized as compressed\nGetter for the raw pointer to the underlying secp256k1 …\nDirectly converts an UntweakedPublicKey to a …\nCreates a new TweakedPublicKey from a XOnlyPublicKey. No …\nCreates a new TweakedKeypair from a Keypair. No tweak is …\nFormats the explicit byte value of the secret key kept …\nLike cmp::Eq but faster and with no guarantees across …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nConstructs a Parity from a signed integer.\nReturns the TweakedPublicKey for keypair.\nCreates a context from a raw context.\nCreates a context from a raw context that can only be used …\nCreates a context from a raw context that can only be used …\nCreates a Keypair directly from a secret key slice.\nCreates a Keypair directly from a secret key string.\nCreates a Keypair directly from a Secp256k1 secret key.\nConstructs a Parity from a byte.\nLets you create a context in a generic manner …\nGenerates a random keypair. Convenience function for …\nThe actual ECDSA key\nThe actual ECDSA key\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nReturns the invalid version.\nReturns the invalid payload length.\nThe network kind on which this key should be used\nCreates a new Secp256k1 context with all capabilities.\nGenerates a new random secret key.\nAttempts to erase the secret within the underlying array.\nUses the ffi secp256k1_context_preallocated_size to check …\nUses the ffi secp256k1_context_preallocated_size to check …\nReturns the required memory for a preallocated context …\nUses the ffi secp256k1_context_preallocated_size to check …\nLets you create a context with a preallocated buffer in a …\nCreates a new Secp256k1 context with all capabilities.\nCreates a new Secp256k1 context that can only be used for …\nCreates a new Secp256k1 context that can only be used for …\nReturns the PublicKey for this Keypair.\nReturns the TweakedPublicKey and its Parity for this …\n(Re)randomizes the Secp256k1 context for extra sidechannel …\nDetermines the public key for which sig is a valid …\nReturns the secret bytes for this key pair.\nReturns the SecretKey for this Keypair.\n(Re)randomizes the Secp256k1 context for extra sidechannel …\nSerialize the key as a byte-encoded pair of values. In …\nConstructs a signature for msg using the secret key sk and …\nConstructs a signature for msg using the secret key sk, …\nConstructs a signature for msg using the secret key sk, …\nConstructs a signature for msg using the secret key sk and …\nConstructs a signature for msg using the secret key sk and …\nConstructs a signature for msg using the secret key sk and …\nCreates a schnorr signature internally using the …\nCreates a schnorr signature without using any auxiliary …\nCreates a schnorr signature using the given auxiliary …\nCreates a schnorr signature using the given random number …\nCreates a new Secp256k1 context that can only be used for …\nTweaks an untweaked key with corresponding public key …\nTweaks private and public keys within an untweaked Keypair …\nConverts parity into an integer value.\nReturns the underlying public key.\nReturns the underlying key pair.\nConverts parity into an integer (byte) value.\nCreates a new Secp256k1 context that can only be used for …\nChecks that sig is a valid ECDSA signature for msg using …\nVerifies a schnorr signature.\nReturns the XOnlyPublicKey (and it’s Parity) for this …\nOverflowed the bits array\nOverflowed the hashes array\nThe left and right branches should never be identical\nData structure that represents a block header paired to a …\nAn error when verifying the merkle block.\nMerkle root in the header doesn’t match to the root …\nPartial merkle tree contains no transactions.\nNot all bits were consumed\nNot all hashes were consumed\nThere must be at least one bit per node in the partial …\nData structure that represents a partial merkle tree.\nThere are too many hashes\nThere are too many transactions.\nReturns the node-is-parent-of-matched-txid bits of the …\nCalculates the merkle root of an iterator of hashes.\nCalculates the merkle root of a list of hashes, inline (in …\nExtract the matching txid’s represented by this partial …\nReturns the argument unchanged.\nReturns the argument unchanged.\nConstruct a partial merkle tree The txids are the …\nReturns the transaction ids and internal hashes of the …\nThe block header\nCalls U::from(self).\nCalls U::from(self).\nReturns the total number of transactions in the block.\nTransactions making up a partial merkle tree\nMainnet Bitcoin.\nThe Bitcoin mainnet network.\nThe cryptocurrency network to act on.\nWhat kind of network we are on.\nAn error in parsing network string.\nBitcoin’s regtest network.\nBitcoin’s signet network.\nSome kind of testnet network.\nBitcoin’s testnet network.\nError in parsing network from chain hash.\nModule for serialization/deserialization of network …\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nA message which can be sent on the Bitcoin network\nBitcoin mainnet network magic bytes.\nBLOOM means the node is capable and willing to handle …\nCOMPACT_FILTERS means the node will service basic block …\nGETUTXO means the node is capable of responding to the …\nNetwork magic bytes to identify the cryptocurrency network …\nNETWORK means that the node is capable of serving the …\nNETWORK_LIMITED means the same as NODE_NETWORK with the …\nNONE means no services supported.\nP2P_V2 indicates that the node supports the P2P v2 …\nVersion of the protocol as appearing in network message …\nAn error in parsing magic bytes.\nBitcoin regtest network magic bytes.\nBitcoin signet network magic bytes.\nFlags to indicate which network services a node supports.\nBitcoin testnet network magic bytes.\nError in creating a Network from Magic bytes.\nWITNESS indicates that a node can be asked for blocks and …\nAdd ServiceFlags together.\nBitcoin network addresses.\nNetwork byte-order ipv6 address, or ipv4-mapped ipv6 …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCreate network magic from bytes.\nReturns the magic bytes for the network defined by params.\nCheck whether ServiceFlags are included in this one.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nBitcoin network messages.\nBitcoin blockdata network messages.\nBitcoin Connection Bloom filtering network messages.\nBIP152 Compact Blocks network messages\nBitcoin Client Side Block Filtering network messages.\nBitcoin network-related network messages.\nCreate an address message for a socket\nNetwork port\nRemove ServiceFlags from this.\nServices provided by the peer whose address this is\nExtract socket address from an Address message. This will …\nGet network magic bytes.\nGets the integer representation of this ServiceFlags.\nSupported networks for use in BIP155 addrv2 message\nAddress received from BIP155 addrv2 message\nA message which can be sent on the Bitcoin network\nCJDNS\nI2P\nIPV4\nIPV6\nTORV2\nTORV3\nUnknown\nNetwork ID + Network Address\nNetwork byte-order ipv6 address, or ipv4-mapped ipv6 …\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nNetwork port\nNetwork port, 0 if not applicable\nServices provided by the peer whose address this is\nService bits\nExtract socket address from an AddrV2Message message. This …\nTime that this node was last seen as connected to the …\naddr\naddrv2\nalert\nblock\nBIP152 blocktxn\nBIP157 cfcheckpt\nBIP157 cfheaders\nBIP157 cfilter\nBIP152 cmpctblock\nSerializer for command string\nError returned when a command string is invalid.\nfeefilter\nBIP 37 filteradd\nBIP 37 filterclear\nBIP 37 filterload\ngetaddr\nBIP152 getblocktxn\ngetblocks\nBIP157 getcfcheckpt\nBIP157 getcfheaders\nBIP157 getcfilters\ngetdata\ngetheaders\nheaders\ninv\nThe maximum number of super::message_blockdata::Inventory …\nMaximum size, in bytes, of an encoded message This by …\nmempool\nmerkleblock\nA Network message payload. Proper documentation is …\nnotfound\nping\npong\nA Network message\nreject\nsendaddrv2\nBIP152 sendcmpct\nsendheaders\ntx\nAny other message.\nverack\nversion\nwtxidrelay\nReturn the message command as a static string reference.\nReturn the message command as a static string reference.\nReturn the CommandString for the message command.\nReturn the CommandString for the message command.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nMagic bytes to identify the network these messages are …\nCreates a RawNetworkMessage\nThe actual message data\nConverts &'static str to CommandString\nThe command of this message.\nThe payload of this message.\nBlock\nCompact Block\nError — these inventories can be ignored\nThe getblocks message\nThe getheaders message\nAn inventory item.\nTransaction\nUnknown inventory type\nWitness Transaction by Wtxid\nWitness Block\nWitness Transaction\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nLocator hashes — ordered newest to oldest. The remote …\nLocator hashes — ordered newest to oldest. The remote …\nReturn the item value represented as a SHA256-d hash.\nConstruct a new getblocks message\nConstruct a new getheaders message\nReferences the block to stop at, or zero to just fetch the …\nReferences the header to stop at, or zero to just fetch …\nThe protocol version\nThe protocol version\nThe hash of the inventory item\nThe inventory item type.\nAlways update the filter with outpoints.\nBloom filter update flags\nfilteradd message updates the current filter with new data\nfilterload message sets the current bloom filter\nNever update the filter with outpoints.\nOnly update the filter with outpoints if it is P2PK or P2MS\nThe data element to add to the current filter.\nThe filter itself\nControls how matched items are added to the filter\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nThe number of hash functions to use\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nA random value\nblocktxn message\ncmpctblock message\ngetblocktxn message\nsendcmpct message\nThe Compact Block.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nRequest to be send compact blocks.\nThe requested block transactions.\nThe block transactions request.\nCompact Blocks protocol version number.\ncfcheckpt message\ncfheaders message\ncfilter message\ngetcfcheckpt message\ngetcfheaders message\ngetcfilters message\nBlock hash of the Bitcoin block for which the filter is …\nThe serialized compact filter for this block\nThe filter hashes for each block in the requested range\nThe filter headers at intervals of 1,000\nFilter type for which headers are requested\nByte identifying the type of filter being returned\nByte identifying the type of filter being returned\nFilter type for which headers are requested\nFilter type for which headers are requested\nFilter type for which headers are requested\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nThe filter header preceding the first block in the …\nThe height of the first block in the requested range\nThe height of the first block in the requested range\nThe hash of the last block in the requested range\nThe hash of the last block in the requested range\nThe hash of the last block in the requested range\nThe hash of the last block in the requested range\nThe hash of the last block in the requested range\ncheckpoint\nduplicate message\nan output is below dust limit\ninsufficient fee\ninvalid message\nmalformed message\nnonstandard transaction\nobsolete message\nReject message might be sent by peers rejecting one of our …\nmessage rejection reason as a code\nSome simple messages The version message\nreason of rejection as code\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nreference to rejected item\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nmessage type rejected\nConstructs a new version message with relay set to false\nA random nonce used to detect loops in the network\nreason of rejectection\nThe network address of the peer receiving the message\nWhether the receiving peer should relay messages to the …\nThe network address of the peer sending the message\nA bitmask describing the services supported by this node\nThe height of the maximum-work blockchain that the peer is …\nThe time at which the version message was sent\nA string describing the peer’s software\nThe P2P network protocol version\nError with rich context returned when a string can’t be …\nReturns the argument unchanged.\nReturns the input that was attempted to be parsed.\nCalls U::from(self).\nThe number of bytes equivalent per signature operation. …\nThe minimum incremental feerate (despite the name), in …\nDefault number of hours for an unconfirmed transaction to …\nMinimum feerate, in sats per virtual kilobyte, for a …\nThe minimum feerate, in sats per kilo-virtualbyte, for …\nMaximum number of sigops in a standard tx.\nMaximum weight of a transaction for it to be relayed by …\nMinimum non-witness size for a standard transaction (1 …\nThe virtual transaction size, as computed by default by …\nEncoding of 256-bit target as 32-bit float.\nA 256 bit integer representing target.\nA 256 bit integer representing work.\nThe FeeRate is too high\nAn output of type: pay-to-pubkey or pay-to-pubkey-hash.\nError in PSBT Base64 encoding.\nRequest a private key using BIP-32 fingerprint and …\nA bip32 error.\nConflicting data during combine procedure: global extended …\nSerialization error in bitcoin consensus-encoded structures\nKeys within key-value map should never be duplicated.\nKeys used to sign an ECDSA input.\nThe Elliptic Curve Digital Signature Algorithm (see …\nWays that a Partially Signed Transaction might fail.\nAn error occurred while getting the key.\nThis error is returned when extracting a Transaction from …\nInteger overflow in fee calculation\nTrait to get a private key from a key request, key is then …\nErrors when getting a key.\nInput index out of bounds.\nInput index out of bounds (actual index, maximum index …\nA key-value map for an input of the corresponding index in …\nThe index is out of bounds for the psbt.inputs vector.\nParsing error indicating invalid control block\nParsing error indicating invalid ECDSA signatures\nInvalid hash when parsing slice.\nKnown keys must be according to spec.\nParsing error indicating invalid leaf version\nMagic bytes for a PSBT must be the ASCII for “psbt” …\nThe pre-image must hash to the corresponding psbt hash\nNon-proprietary key type found when proprietary key was …\nParsing error indicating invalid public keys\nParsing error indicating invalid secp256k1 public keys\nThe separator for a PSBT must be 0xff.\nInvalid Sighash type.\nParsing error indicating invalid taproot signatures\nParsing error indicating invalid xonly public keys\nI/O error.\nUnable to find key.\nData required to call GetKey to get the private key to …\nSigning algorithm and key type does not match.\nMissing input utxo.\nOne or more of the inputs lacks value information …\nMissing Redeem script.\nMissing spending utxo.\nMissing both the witness and non-witness utxo.\nMissing witness script.\nA PSBT must have an unsigned transaction.\nNegative fee\nSignals that there are no more key-value pairs in a …\nUnable to parse as a standard sighash type.\nAttempted to ECDSA sign an non-ECDSA input.\nThe GetKey operation is not supported for this key request.\nThe scriptPubkey is not a P2WPKH script.\nA key-value map for an output of the corresponding index …\nThe various output types supported by the Bitcoin network.\nSighash computation error (p2wpkh input).\nPSBT data is not consumed entirely\nA Partially Signed Transaction.\nError in internal PSBT data structure.\nError encountered during PSBT decoding from Base64 string.\nA Signature hash type for the corresponding input. As of …\nReturned when output index is out of bounds in relation to …\nRequest a private key using the associated public key.\nKeys used to sign a Taproot input.\nThe Schnorr signature algorithm (see wikipedia).\nSighash computation error (segwit v0 input).\nInput value is less than Output Value, and the Transaction …\nA pay-to-script-hash output excluding wrapped segwit …\nA nested segwit output, pay-to-witness-pubkey-hash nested …\nA nested segwit output, pay-to-witness-script-hash nested …\nErrors encountered while calculating the sighash message.\nSigning algorithms supported by the Bitcoin network.\nMap of input index -> the error encountered while …\nA list of keys used to sign an input.\nMap of input index -> signing key for that input (see …\nTaproot tree deserilaization error\nParsing error indicating a taproot error\nSighash computation error (taproot input).\nA taproot output (P2TR).\nThe index is out of bounds for the psbt.unsigned_tx.input …\nAttempting to combine with a PSBT describing a different …\nUnable to determine the output type.\nThe scriptSigs for the unsigned transaction must be empty.\nThe scriptWitnesses for the unsigned transaction must be …\nSigning request currently unsupported.\nError related to PSBT version\nA pay-to-witness-pubkey-hash output (P2WPKH).\nAttempt to sign an input with the wrong signing algorithm.\nA pay-to-witness-script-hash output (P2WSH).\nError related to an xpub key\nA map from public keys needed to spend this output to their\nA map from public keys needed to sign this input to their …\nCombines this Output with other Output (as described by …\nCombines this Input with other Input (as described by BIP …\nReturns the EcdsaSighashType if the PsbtSighashType can be …\nObtains the EcdsaSighashType for this input if one is …\nThe finalized, fully-constructed scriptSig with signatures …\nThe finalized, fully-constructed scriptWitness with …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCreates a PsbtSighashType from a raw u32.\nAttempts to get the private key for key_request.\nHSAH160 hash to preimage map.\nHAS256 hash to preimage map.\nThe corresponding key-value map for each input in the …\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nThe non-witness transaction this input spends from. Should …\nThe corresponding key-value map for each output in the …\nA map from public keys to their corresponding signature as …\nProprietary key-value pairs for this output.\nGlobal proprietary key-value pairs.\nProprietary key-value pairs for this input.\nRaw PSBT key-value pairs.\nThe redeem script for this output.\nThe redeem script for this input.\nRIPEMD160 hash to preimage map.\nPSBT serialization.\nSHA256 hash to preimage map.\nThe sighash type to be used for this input. Signatures for …\nThe signing algorithm used to sign this output type.\nThe internal pubkey.\nTaproot Internal key.\nMap of tap root x only keys to origin info and leaf hashes …\nMap of tap root x only keys to origin info and leaf hashes …\nSerialized taproot signature with sighash type for key …\nTaproot Merkle root.\nMap of <xonlypubkey>|<leafhash> with signature.\nMap of Control blocks to Script version pair.\nTaproot Output tree.\nReturns the TapSighashType if the PsbtSighashType can be …\nObtains the TapSighashType for this input if one is …\nConverts PsbtSighashType to a raw u32 sighash flag.\nUnknown key-value pairs for this output.\nUnknown global key-value pairs.\nUnknown key-value pairs for this input.\nThe unsigned transaction, scriptSigs and witnesses for …\nThe version number of this PSBT. If omitted, the version …\nThe witness script for this output.\nThe witness script for this input.\nThe transaction output this input spends from. Should only …\nA global map from extended public keys to the used key …\nActual\nExpected\nHash value\nHash-type\nPre-image\nThe FeeRate\nThe original Psbt is returned untouched.\nThe extracted Transaction (use this to ignore the error)\nThe extracted Transaction (use this to ignore the error)\nAttempted index access.\nAttempted index access.\nLength of the PBST inputs vector.\nLength of the PBST’s unsigned transaction input vector.\nA PSBT key in its raw byte form.\nA PSBT key-value pair in its raw byte form. …\nProprietary keys (i.e. keys starting with 0xFC byte) with …\nDefault implementation for proprietary key subtyping\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nAdditional key bytes (like serialized public key data etc)\nThe key of this key-value pair.\nThe key itself in raw byte form. …\nProprietary type prefix used for grouping together keys …\nCustom proprietary subtype\nConstructs full Key corresponding to this proprietary key …\nConstructs a ProprietaryKey from a Key.\nThe type of this PSBT key.\nThe value data of this key-value pair in raw byte form. …\nRepresents the set of all capabilities.\nRepresents the set of all capabilities (preallocated …\nA trait for all kinds of contexts that lets you define the …\nA constant description of the context.\nThe main error type for this library.\nEven parity.\nFlags for the ffi.\nSignature failed verification.\nBad EllSwift value\nBad sized message (“messages” are actually fixed-sized …\nError returned when conversion from an integer to Parity …\nThe only valid parity values are 0 or 1.\nBad public key.\nBad set of public keys.\nBad recovery id.\nBad secret key.\nBad shared secret.\nBad signature.\nTried to add/multiply by an invalid tweak.\nOpaque data structure that holds a keypair consisting of a …\nMaximum valid value: curve_order - 1\nA (hashed) message input to an ECDSA signature.\nDidn’t pass enough memory to context creation with …\nScalar representing 1\nOdd parity.\nRepresents the parity passed between FFI function calls.\nTrait marking that a particular context object internally …\nPublic key - used to verify ECDSA signatures and to do …\nPositive 256-bit integer guaranteed to be less than the …\nThe secp256k1 engine, used to execute all signature …\nSecret key - a 256-bit key used to create ECDSA and …\nRepresents the set of capabilities needed for signing.\nRepresents the set of capabilities needed for signing …\nMarker trait for indicating that an instance of Secp256k1 …\nTrait describing something that promises to be a 32-byte …\nMarker trait for indicating that an instance of Secp256k1 …\nRepresents the set of capabilities needed for verification.\nRepresents the set of capabilities needed for verification …\nAn x-only public key, used for verification of Taproot …\nScalar representing 0\nTweaks a PublicKey by adding tweak * G modulo the curve …\nTweaks a SecretKey by adding tweak modulo the curve order.\nObtains a const pointer suitable for use with FFI …\nObtains a mutable pointer suitable for use with FFI …\nObtains a raw mutable pointer suitable for use with FFI …\nObtains a raw const pointer suitable for use with FFI …\nGets a reference to the underlying array.\nGets a reference to the underlying array\nLike cmp::Cmp but faster and with no guarantees across …\nAdds a second key to this one, returning the sum.\nAdds the keys in the provided slice together, returning …\nConstants related to the API and the underlying curve.\nA function to deallocate the memory when the context is …\nFormats the explicit byte value of the secret key kept …\nSupport for shared secret computations.\nStructs and functionality related to the ECDSA signature …\nThis module provides an implementation of ElligatorSwift …\nThis implementation is designed to be constant time to …\nLike cmp::Eq but faster and with no guarantees across …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nConverts a 32-byte hash directly to a secret key without …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nConverts a 32-byte hash directly to a message without …\nReturns the argument unchanged.\nTries to deserialize from big endian bytes\nCreates a Message from a digest.\nCreates a Message from a 32 byte slice digest.\nCreates a new public key from an ElligatorSwift.\nCreates a new secret key using data from BIP-340 Keypair.\nCreates a new compressed public key using data from …\nTries to deserialize from little endian bytes\nCreates a new public key from a SecretKey.\nConverts a SECRET_KEY_SIZE-byte slice to a secret key.\nCreates a public key directly from a slice.\nCreates a Message from a 32 byte slice digest.\nCreates a PublicKey using the key material from pk …\nDeprecated reexport of the bitcoin-hashes crate.\nImplement methods and traits for types that contain an …\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nConverts the object into a 32-byte array\nReturns the Keypair for this SecretKey.\nTweaks a SecretKey by multiplying by tweak modulo the …\nTweaks a PublicKey by multiplying by tweak modulo the …\nNegates the secret key.\nNegates the public key.\nGenerates a new random secret key.\nAttempts to erase the contents of the underlying array.\nAttempts to erase the contents of the underlying array.\nReturns the PublicKey for this SecretKey.\nGenerates a random scalar\nGenerates a random scalar using supplied RNG\nProvides Scalar and related types.\nSupport for schnorr signatures.\nReturns the secret key as a byte value.\nSerializes the key as a byte-encoded pair of values. In …\nSerializes the key as a byte-encoded pair of values, in …\nSerializes to big endian bytes\nSerializes to little endian bytes\nChecks that sig is a valid ECDSA signature for msg using …\nReturns the XOnlyPublicKey (and it’s Parity) for this …\nReturns the XOnlyPublicKey (and it’s Parity) for this …\nThe maximum size of a compact signature.\nThe order of the secp256k1 curve.\nThe size of a full ElligatorSwift encoding.\nThe Prime for the secp256k1 field element.\nThe X coordinate of the generator.\nThe Y coordinate of the generator.\nThe size of a key pair.\nThe maximum size of a signature.\nThe size (in bytes) of a message.\nThe value one as big-endian array of bytes.\nThe size (in bytes) of a serialized public key.\nThe size of a schnorr public key.\nThe size of a schnorr signature.\nThe size (in bytes) of a secret key.\nThe size (in bytes) of an serialized uncompressed public …\nThe value zero as an array of bytes.\nEnables two parties to create a shared secret without …\nFormats the explicit byte value of the shared secret kept …\nReturns the argument unchanged.\nCreates a shared secret from bytes array.\nCreates a shared secret from bytes slice.\nCalls U::from(self).\nCreates a new shared secret from a pubkey and secret key.\nAttempts to erase the contents of the underlying array.\nReturns the shared secret as a byte value.\nCreates a shared point from public key and secret key.\nAn ECDSA signature with a recovery ID for pubkey recovery.\nA tag used for recovering the public key from a compact …\nA DER serialized Signature\nAn ECDSA signature\nObtains a raw mutable pointer suitable for use with FFI …\nObtains a raw mutable pointer suitable for use with FFI …\nObtains a raw pointer suitable for use with FFI functions.\nObtains a raw pointer suitable for use with FFI functions\nGet the capacity of the underlying data buffer.\nLike cmp::Cmp but faster and with no guarantees across …\nLike cmp::Eq but faster and with no guarantees across …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nConverts a compact-encoded byte slice to a signature. This …\nConverts a 64-byte compact-encoded byte slice to a …\nConverts a DER-encoded byte slice to a signature\nConverts a “lax DER”-encoded byte slice to a …\nAllows library users to create valid recovery IDs from i32.\nCreate a SerializedSignature from a Signature. (this DER …\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCheck if the space is zero.\nGet the len of the used data.\nNormalizes a signature to a “low S” form. In ECDSA, …\nSerializes the recoverable signature in compact format.\nSerializes the signature in compact format\nSerializes the signature in DER format\nImplements SerializedSignature and related types.\nAllows library users to convert recovery IDs to i32.\nConvert the serialized signature into the Signature struct.\nConverts a recoverable signature to a non-recoverable one …\nOwned iterator over the bytes of SerializedSignature\nA DER serialized Signature\nReturns the remaining bytes as a slice.\nReturns the argument unchanged.\nCalls U::from(self).\nConvert an iterator of anything into FallibleIterator by …\nConvert an iterator of Results into FallibleIterator by …\nWe are the initiator of the ECDH\nWe are the responder of the ECDH\nElligatorSwift is an encoding of a uniformly chosen point …\nRepresents which party we are in the ECDH, A is the …\nThe result of ElligatorSwift::shared_secret, which is a …\nReturns the secret bytes as a reference to an array.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCreates an ElligatorSwift object from a 64-byte array.\nComputes the ElligatorSwift encoding for a valid public key\nCreates the Elligator Swift encoding from a secret key, …\nCreates shared secret from bytes.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCreate a new ElligatorSwift object from a 64-byte array.\nComputes a shared secret only known by Alice and Bob. This …\nComputes a shared secret, just like shared_secret, but …\nReturns the 64-byte array representation of this …\nReturns the secret bytes as an array.\nA trait for producing pointers that will always be valid …\nA Secp256k1 context, containing various precomputed values …\nHash function to use to post-process an ECDH point to get …\nLibrary-internal representation of a ElligatorSwift …\nA hash function used by ellswift_ecdh to hash the final …\nA nonce generation function. Ordinary users of the library …\nNo value.\nNo value.\nNo value.\nNo value.\nLibrary-internal representation of a Secp256k1 public key\nFlag for keys to indicate compressed serialization format\nFlag for keys to indicate uncompressed serialization format\nFlag for context to enable no precomputation\nFlag for context to enable signing precomputation\nFlag for context to enable verification precomputation\nSame as secp256k1_nonce function with the exception of …\nData structure that contains additional arguments for …\nLibrary-internal representation of a Secp256k1 signature\nSome value of type T.\nSome value of type T.\nSome value of type T.\nSome value of type T.\nGets a reference to the underlying array\nGets a reference to the underlying array\nGets a reference to the underlying array\nGets a reference to the underlying array\nGets a reference to the underlying array\nLike cmp::Ord but faster and with no guarantees across …\nLike cmp::Ord but faster and with no guarantees across …\nLike cmp::Ord but faster and with no guarantees across …\nLike cmp::Ord but faster and with no guarantees across …\nLike cmp::Ord but faster and with no guarantees across …\nLike cmp::Eq but faster and with no guarantees across …\nLike cmp::Eq but faster and with no guarantees across …\nLike cmp::Eq but faster and with no guarantees across …\nLike cmp::Eq but faster and with no guarantees across …\nLike cmp::Eq but faster and with no guarantees across …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCreate a new public key usable for the FFI interface from …\nCreate a new signature usable for the FFI interface from …\nCreate a new x-only public key usable for the FFI …\nCreate a new keypair usable for the FFI interface from raw …\nImplement methods and traits for types that contain an …\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCreate a new SchnorrSigExtraParams properly initialized.\nCreates an “uninitialized” FFI public key which is …\nCreates an “uninitialized” FFI signature which is …\nCreates an “uninitialized” FFI x-only public key which …\nCreates an “uninitialized” FFI keypair which is zeroed …\nAttempts to erase the contents of the underlying array.\nDoes a best attempt at secure erasure using Rust …\nFFI of the recovery module\nA reimplementation of the C function …\nThis function is an override for the C function, this is …\nThis function is an override for the C function, this is …\nA reimplementation of the C function …\nA reimplementation of the C function …\nDefault ECDH hash function\nDefault ECDH hash function for BIP324 key establishment\nReturns the underlying FFI opaque representation of the …\nReturns the underlying FFI opaque representation of the …\nReturns the underlying FFI opaque representation of the …\nReturns the underlying FFI opaque representation of the …\nLibrary-internal representation of a Secp256k1 signature + …\nGets a reference to the underlying array\nLike cmp::Ord but faster and with no guarantees across …\nLike cmp::Eq but faster and with no guarantees across …\nReturns the argument unchanged.\nCalls U::from(self).\nCreate a new (zeroed) signature usable for the FFI …\nA type that is as aligned as the biggest alignment for …\nA static zeroed out AlignedType for use in static …\nThis might not match C’s c_char exactly. The way we use …\nEquivalent to C’s void type when used as a pointer.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nLength of the hash’s internal block size, in bytes.\nThe byte array that represents the hash internally.\nFlag indicating whether user-visible serializations of …\nA hashing engine which bytes can be serialized into. It is …\nAttempted to create a hash from an invalid length slice.\nTrait which applies to hashes of all types.\nA hashing engine which bytes can be serialized into.\nA hash computed from a RFC 2104 HMAC. Parameterized by the …\nPair of underlying hash engines, used for the inner and …\nLength of the hash, in bytes.\nByte array representing the internal state of the hash …\nReturns an all zero hash.\nReturns a reference to the underlying byte array.\nAdds slicing traits implementations to a given type $ty\nConstructs a new engine.\nReturns the expected slice length.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nConstructs a hash from the underlying byte array.\nProduces a hash from the current state of a given engine.\nA special constructor giving direct access to the …\nCopies a byte slice into a hash object.\nHashes some bytes.\nHashes all the byte slices retrieved from the iterator …\nCreates a new newtype around a Hash type.\nAdds hexadecimal formatting implementation of a trait $imp …\nAdd data to the hash engine.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nReturns the invalid slice length.\nOutputs the midstate of the hash engine. This function …\nReturn the number of bytes already …\nConstructs a new keyed HMAC from key.\nImplements Serialize and Deserialize for a type $t which …\nMacro used to define a newtype tagged hash.\nReturns the underlying byte array.\nCodes at or above this point can be used by users to …\nA marker trait used to indicate that an RngCore or …\nError type of random number generators\nTypes which may be filled with random data\nCodes below this point represent OS Errors (i.e. positive …\nAn automatically-implemented extension trait on RngCore …\nThe core of a random number generator.\nSeed type, which is restricted to types …\nA random number generator that can be explicitly seeded.\nRetrieve the error code, if any.\nGenerating random samples from probability distributions\nFill any type implementing Fill with random data\nFill dest with random data.\nReturns the argument unchanged.\nCreates a new instance of the RNG seeded via getrandom.\nCreate a new PRNG seeded from another Rng.\nCreate a new PRNG using the given seed.\nReturn a random value supporting the Standard distribution.\nReturn a bool with a probability p of being true.\nGenerate a random value in the given range.\nReturn a bool with a probability of numerator/denominator …\nReference the inner error (std only)\nCalls U::from(self).\nConstruct from any type supporting std::error::Error\nReturn the next random u32.\nReturn the next random u64.\nConvenience re-export of common members\nGenerates a random value using the thread-local random …\nExtract the raw OS error code (if this error came from the …\nRandom number generators and adapters\nSample a new value, using the given distribution.\nCreate an iterator that generates values using the given …\nCreate a new PRNG using a u64 seed.\nSequence-related functionality\nUnwrap the inner error (std only)\nRetrieve the lazily-initialized thread-local random number …\nFill self with random data\nFill any type implementing Fill with random data\nFill dest entirely with random data.\nAll items in the provided weight collection are zero.\nSample a u8, uniformly distributed over ASCII letters and …\nThe Bernoulli distribution.\nError type returned from Bernoulli::new.\nAn iterator that generates random values of T with …\nA distribution of values of type S derived from the …\nString sampler\nTypes (distributions) that can be used to create a random …\np < 0 or p > 1.\nA weight is either less than zero, greater than the …\nThe provided weight collection contains no items.\nA distribution to sample floating point numbers uniformly …\nA distribution to sample floating point numbers uniformly …\nA distribution to sample items uniformly from a slice.\nA generic random value distribution, implemented for many …\nToo many weights are provided (length greater than u32::MAX…\nSample values uniformly between two bounds.\nError type returned from WeightedIndex::new.\nA distribution using weighted sampling of discrete items\nAppend len random chars to string\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nConstruct a new Bernoulli with the probability of success …\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nConvert an iterator of anything into FallibleIterator by …\nCreate a distribution of values of ‘S’ by mapping the …\nConstruct a new Bernoulli with the given probability of …\nCreate a new Slice instance which samples uniformly from …\nCreates a new a WeightedIndex Distribution using the values\nCreate a new Uniform instance which samples uniformly from …\nCreate a new Uniform instance which samples uniformly from …\nGenerate a random value of T, using rng as the source of …\nCreate an iterator that generates random values of T, …\nGenerate a String of len random chars\nConvert an iterator of Results into FallibleIterator by …\nA distribution uniformly sampling numbers within a given …\nUpdate a subset of weights, without changing the number of …\nWeighted index sampling\nHelper trait similar to Borrow but implemented only for …\nRange that supports generating a single sample efficiently.\nHelper trait for creating objects using the correct …\nThe UniformSampler implementation supporting type X.\nSample values uniformly between two bounds.\nThe back-end implementing UniformSampler for char.\nThe back-end implementing UniformSampler for Duration.\nThe back-end implementing UniformSampler for …\nThe back-end implementing UniformSampler for integer types.\nHelper trait handling actual uniform sampling.\nThe type sampled by this implementation.\nImmutably borrows from an owned value. See Borrow::borrow\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCheck whether the range is empty.\nConstruct self, with inclusive lower bound and exclusive …\nConstruct self, with inclusive bounds [low, high].\nSample a value.\nGenerate a sample from the given range.\nSample a single value uniformly from a range with …\nSample a single value uniformly from a range with …\nAll items in the provided weight collection are zero.\nA weight is either less than zero, greater than the …\nThe provided weight collection contains no items.\nToo many weights are provided (length greater than u32::MAX…\nError type returned from WeightedIndex::new.\nA distribution using weighted sampling of discrete items\nReturns the argument unchanged.\nCalls U::from(self).\nA marker trait used to indicate that an RngCore or …\nTypes (distributions) that can be used to create a random …\nThe element type.\nExtension trait on iterators, providing random sampling …\nAn automatically-implemented extension trait on RngCore …\nThe core of a random number generator.\nSeed type, which is restricted to types …\nA random number generator that can be explicitly seeded.\nExtension trait on slices, providing random mutation and …\nThe standard RNG. The PRNG algorithm in StdRng is chosen …\nA reference to the thread-local generator\nReturns a reference to one random element of the slice, or …\nChoose one element at random from the iterator.\nChooses amount elements from the slice at random, without …\nCollects amount values at random from the iterator into a …\nCollects values at random from the iterator into a …\nSimilar to choose_multiple, but where the likelihood of …\nReturns a mutable reference to one random element of the …\nChoose one element at random from the iterator.\nSimilar to choose, but where the likelihood of each …\nSimilar to choose_mut, but where the likelihood of each …\nFill any type implementing Fill with random data\nFill dest with random data.\nCreates a new instance of the RNG seeded via getrandom.\nCreate a new PRNG seeded from another Rng.\nCreate a new PRNG using the given seed.\nReturn a random value supporting the Standard distribution.\nReturn a bool with a probability p of being true.\nGenerate a random value in the given range.\nReturn a bool with a probability of numerator/denominator …\nCreate a distribution of values of ‘S’ by mapping the …\nReturn the next random u32.\nReturn the next random u64.\nShuffle a slice in place, but exit early.\nGenerates a random value using the thread-local random …\nGenerate a random value of T, using rng as the source of …\nSample a new value, using the given distribution.\nCreate an iterator that generates random values of T, …\nCreate an iterator that generates values using the given …\nCreate a new PRNG using a u64 seed.\nShuffle a mutable slice in place.\nRetrieve the lazily-initialized thread-local random number …\nFill any type implementing Fill with random data\nFill dest entirely with random data.\nA random number generator that retrieves randomness from …\nThe standard RNG. The PRNG algorithm in StdRng is chosen …\nA reference to the thread-local generator\nWrappers / adapters forming RNGs\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nMock random number generator\nReadRng error type\nAn RNG that reads random bytes straight from any type …\nA wrapper around any PRNG that implements BlockRngCore, …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCreate a new ReadRng from a Read.\nCreate a new ReseedingRng from an existing PRNG, combined …\nReseed the internal PRNG.\nA simple implementation of RngCore for testing purposes.\nReturns the argument unchanged.\nCalls U::from(self).\nCreate a StepRng, yielding an arithmetic sequence starting …\nThe element type.\nExtension trait on iterators, providing random sampling …\nAn iterator over multiple slice elements.\nExtension trait on slices, providing random mutation and …\nReturns a reference to one random element of the slice, or …\nChoose one element at random from the iterator.\nChooses amount elements from the slice at random, without …\nCollects amount values at random from the iterator into a …\nCollects values at random from the iterator into a …\nSimilar to choose_multiple, but where the likelihood of …\nReturns a mutable reference to one random element of the …\nChoose one element at random from the iterator.\nSimilar to choose, but where the likelihood of each …\nSimilar to choose_mut, but where the likelihood of each …\nReturns the argument unchanged.\nLow-level API for sampling indices\nCalls U::from(self).\nConvert an iterator of anything into FallibleIterator by …\nShuffle a slice in place, but exit early.\nShuffle a mutable slice in place.\nConvert an iterator of Results into FallibleIterator by …\nA vector of indices.\nReturn type of IndexVec::into_iter.\nReturn type of IndexVec::iter.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturn the value at the given index.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nConvert an iterator of anything into FallibleIterator by …\nConvert an iterator of anything into FallibleIterator by …\nConvert into an iterator over the indices as a sequence of …\nReturn result as a Vec<usize>. Conversion may or may not …\nReturns true if the length is 0.\nIterate over the indices as a sequence of usize values\nReturns the number of indices\nRandomly sample exactly amount distinct indices from …\nRandomly sample exactly amount distinct indices from …\nConvert an iterator of Results into FallibleIterator by …\nConvert an iterator of Results into FallibleIterator by …\nError returned when the value of scalar is invalid - …\nPositive 256-bit integer guaranteed to be less than the …\nReturns the argument unchanged.\nCalls U::from(self).\nRepresents a schnorr signature.\nGets a reference to the underlying array\nReturns the argument unchanged.\nCreates a Signature directly from a slice.\nCalls U::from(self).\nReturns a signature as a byte array.\nWhen SIGHASH_ANYONECANPAY is not provided, or when the …\n0x1: Sign all outputs.\n0x1: Sign all outputs.\n0x81: Sign all outputs but only this input.\n0x81: Sign all outputs but only this input.\nThe Annex struct is a slice wrapper enforcing first byte …\nAnnex must be at least one byte long and the first bytes …\n0x0: Used when not explicitly specified, defaults to …\nHashtype of an input’s signature, encoded in the last …\nThe annex is empty.\nResult of SighashCache::legacy_encode_signing_data_to.\nIncorrect prefix byte in the annex.\nIndex out of bounds when accessing transaction input …\nInvalid index when accessing a Prevouts::All kind.\nInvalid index when accessing a Prevouts::One kind.\nInvalid Sighash type.\nInteger is not a consensus valid sighash type.\nCan happen only when using *_encode_signing_* methods with …\nHash of a transaction according to the legacy signature …\nThis type is consensus valid but an input including it …\n0x2: Sign no outputs — anyone can choose the destination.\n0x2: Sign no outputs — anyone can choose the destination.\n0x82: Sign no outputs and only this input.\n0x82: Sign no outputs and only this input.\nScript is not a witness program for a p2wpkh output.\nOne variant allows provision of the single prevout needed. …\nError computing a P2WPKH sighash.\nContains outputs of previous transactions. In the case …\nPrevouts index error.\nPrevouts index related errors.\nPrevouts kind error.\nA single prevout was been provided but all prevouts are …\nPrevouts size error.\nThe number of supplied prevouts differs from the number of …\nInformation related to the script path spending.\nHash of a transaction according to the segwit version 0 …\nError computing the sighash.\nAn argument to the called sighash function was invalid.\nEfficiently calculates signature hash message for legacy, …\nInput data is an instance of SIGHASH_SINGLE bug\nError returned for failure during parsing one of the …\nError returned when writing signing data fails.\n0x3: Sign the output whose index matches this input’s …\n0x3: Sign the output whose index matches this input’s …\nUsing SIGHASH_SINGLE requires an output at the same index …\nUsing SIGHASH_SINGLE requires an output at the same index …\n0x83: Sign one output and only this input (see Single for …\n0x83: Sign one output and only this input (see Single for …\nTaproot-tagged hash with tag "TapSighash".\nThe tag used for TapSighash\nHashtype of an input’s signature, encoded in the last …\nError computing a taproot sighash.\nOperation performed normally.\nReturns the Annex bytes data (including first byte 0x50).\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nInput index.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nDestroys the cache and recovers the stored transaction.\nChecks for SIGHASH_SINGLE bug returning error if the …\nComputes the leaf hash for this ScriptPath.\nEncodes the legacy signing data from which a signature …\nComputes a legacy signature hash for a given input index …\nMaps a Result<T, E> to Result<T, F> by applying a function …\nConstructs a new SighashCache from an unsigned transaction.\nCreates a new ScriptPath structure.\nCreates a new Annex struct checking the first byte is 0x50.\nLength of the output vector.\nComputes the BIP143 sighash to spend a p2wpkh transaction …\nComputes the BIP143 sighash to spend a p2wsh transaction …\nEncodes the BIP143 signing data for any flag type into a …\nEncodes the BIP341 signing data for any flag type into a …\nComputes the BIP341 sighash for a key spend.\nComputes the BIP341 sighash for a script spend.\nComputes the BIP341 sighash for any flag type.\nReturns the reference to the cached transaction.\nThe unrecognized string we attempted to parse.\nCreates a new ScriptPath structure using default leaf …\nAllows modification of witnesses.\nThe prefix for signed messages using Bitcoin’s message …\nInvalid base64 encoding.\nThe signature is invalidly constructed.\nSignature is expected to be 65 bytes.\nA signature on a Bitcoin Signed Message.\nAn error used for dealing with Bitcoin Signed Messages.\nUnsupported Address Type\nWhether or not this signature was created with a …\nReturns the argument unchanged.\nReturns the argument unchanged.\nConvert a signature from base64 encoding.\nCreate from a byte slice.\nCalls U::from(self).\nCalls U::from(self).\nVerify that the signature signs the message and was signed …\nCreate a new MessageSignature.\nAttempt to recover a public key from the signature and the …\nSerialize to bytes.\nThe inner recoverable signature.\nHash message for signature using Bitcoin’s message …\nConvert to base64 encoding.\nControl block data structure used in Tapscript …\nCalled finalize on a empty tree.\nEmpty tap tree.\nFuture leaf version.\nInner type representing future (non-tapscript) leaf …\nHidden Node with the given leaf hash\nError happening when TapTree is constructed from a NodeInfo\nIndicates an attempt to construct a tap tree from a …\nIndicates an attempt to construct a tap tree from a …\nError happening when TapTree is constructed from a …\nInvalid control block size.\nInvalid taproot internal key.\nInvalid taproot internal key.\nProof size must be a multiple of 32.\nMerkle tree depth must not be more than 128.\nMerkle tree depth must not be more than 128.\nInvalid taproot signature size\nThe last bit of tapleaf version must be zero.\nStore information about taproot leaf node.\nIterator for a taproot script tree, operating in DFS order …\nThe leaf version for tapleafs.\nRepresents the node information in taproot tree. In …\nNodes must be added specified in DFS walk order.\nIndicates an attempt to construct a tap tree from a …\nTwo nodes at depth 0 are not allowed.\nA known script\nScript leaf node in a taproot tree along with the merkle …\nIterator for a taproot script tree, operating in DFS order …\nA secp256k1 error.\nAn error constructing a taproot::Signature from a byte …\nInvalid signature hash type.\nA BIP340-341 serialized taproot signature with the …\nTaproot annex prefix.\nTapscript control base size.\nMaximum depth of a taproot tree script spend path.\nTapscript control max size.\nSize of a taproot control node.\nTapleaf mask for getting the leaf version from first byte …\nTapscript leaf version.\nThe tag used for TapNodeHash\nLeaf node in a taproot tree. Can be either hidden or known.\nTaproot-tagged hash with tag "TapLeaf".\nThe tag used for TapLeafHash\nTagged hash used in taproot trees.\nBIP-342 tapscript.\nTaproot Tree representing a complete binary tree without …\nTaproot-tagged hash with tag "TapTweak".\nThe tag used for TapTweakHash\nBuilder for building taproot iteratively. Users can …\nDetailed error type for taproot builder.\nDetailed error type for taproot utilities.\nThe merkle proof for inclusion of a tree in a taptree hash.\nRepresents taproot spending information.\nAdds a hidden/omitted node at depth to the builder. Errors …\nAdds a leaf script at depth to the builder with default …\nAdds a leaf script at depth to the builder with script …\nObtains the hidden leaf hash if the leaf is hidden.\nReturns a reference to the slice of hashes.\nObtains a reference to script and version if the leaf is …\nReturns a reference to the slice of hashes.\nCombines two NodeInfo to create a new parent.\nConstructs a ControlBlock for particular script with the …\nDecodes bytes from control block.\nDecodes bytes representing a ControlBlock.\nReturns the depth of this script leaf in the tap tree.\nSerializes to a writer.\nSerializes to a writer.\nCreates a TaprootSpendInfo with the given internal key.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCreates a LeafVersion from consensus byte representation.\nObtains a script leaf from the leaf node if the leaf is …\nComputes the TaprootSpendInfo from internal_key and node.\nDeserialize from slice\nChecks if the builder has hidden nodes.\nReturns the internal key for this TaprootSpendInfo.\nThe internal key.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nConverts error into the original incomplete TaprootBuilder …\nConvert an iterator of anything into FallibleIterator by …\nConvert an iterator of anything into FallibleIterator by …\nReturns the inner list of hashes.\nConverts error into the original incomplete NodeInfo …\nGets the inner NodeInfo of this tree root.\nReturns the list of hashes stored in a Vec.\nChecks if this merkle proof is empty.\nChecks if the builder has finalized building a tree.\nReturns a reference to the leaf of this ScriptLeaf.\nComputes a leaf hash for this ScriptLeaf if the leaf is …\nCreates an iterator over all leaves (including hidden …\nReturns leaf version of the script if the leaf is known.\nThe tapleaf version.\nReturns the number of nodes in this merkle proof.\nContains TaprootMerkleBranch and its associated types.\nReturns reference to the merkle proof (hashing partners) …\nObtains a reference to the merkle proof of the leaf.\nThe merkle proof of a script associated with this leaf.\nReturns the merkle root for this TaprootSpendInfo.\nCreates a new instance of TaprootBuilder.\nCreates an new ScriptLeaf from hash and no merkle branch.\nCreates a new NodeInfo with omitted/hidden info.\nCreates a new key spend with internal_key and merkle_root. …\nCreates a new leaf NodeInfo with given ScriptBuf and …\nCreates an new ScriptLeaf from script and ver and no …\nReturns the root TapNodeHash of this node info.\nComputes the TapNodeHash for this ScriptLeaf. This returns …\nGets the reference to inner NodeInfo of this tree root.\nReturns the output key (the key used in script pubkey) for …\nReturns the parity of the output key. See also …\nThe parity of the output key (NOT THE INTERNAL KEY WHICH …\nReturns the root TapNodeHash of this tree.\nReturns reference to the leaf script if the leaf is known.\nObtains a reference to the script inside the leaf.\nReturns [TapTreeIter<'_>] iterator for a taproot script …\nReturns a reference to the internal script map.\nSerializes the signature (without heap allocation)\nSerializes self as bytes.\nSerializes the control block.\nSerializes the signature to writer.\nImplements SerializedSignature and related types.\nThe corresponding hash type.\nThe underlying schnorr signature.\nReturns the size of control block. Faster and more …\nReturns the TapTweakHash for this TaprootSpendInfo i.e., …\nReturns the consensus representation of this …\nReturns the consensus representation of this LeafVersion.\nSerialize Signature\nConvert an iterator of Results into FallibleIterator by …\nConvert an iterator of Results into FallibleIterator by …\nCreates a merkle proof from list of hashes.\nCreates a merkle proof from list of hashes.\nCreates a merkle proof from list of hashes.\nConstructs TapTree from a NodeInfo if it is complete …\nConstructs TapTree from a TaprootBuilder if it is complete …\nConverts the builder into a NodeInfo if the builder is a …\nConverts the builder into a TapTree if the builder is a …\nVerifies that a control block is correct proof for a given …\nObtains the version of the script leaf.\nCreates a new instance of TaprootBuilder with a capacity …\nCreates a new TaprootSpendInfo from a list of scripts …\nCreates a new TaprootSpendInfo from a list of scripts …\nIterator over node hashes within Taproot merkle branch.\nThe merkle proof for inclusion of a tree in a taptree hash.\nReturns the remaining items of this iterator as a mutable …\nReturns the remaining items of this iterator as a slice.\nReturns the argument unchanged.\nCalls U::from(self).\nConvert an iterator of anything into FallibleIterator by …\nConvert an iterator of Results into FallibleIterator by …\nOwned iterator over the bytes of SerializedSignature\nA serialized Taproot Signature\nReturns the remaining bytes as a slice.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCreate a SerializedSignature from a Signature. (this …\nCalls U::from(self).\nCalls U::from(self).\nConvert an iterator of anything into FallibleIterator by …\nGet the len of the used data.\nConvert the serialized signature into the Signature struct.\nConvert an iterator of Results into FallibleIterator by …\nWrites this serialized signature to a writer.\nRepresents changes to an IndexedTxGraph.\nThe IndexedTxGraph combines a TxGraph and an Indexer …\nBatch insert all transactions of the given block of height.\nBatch insert all transactions of the given block of height…\nApplies the ChangeSet to the IndexedTxGraph.\nApply an update directly.\nApply the given update with an optional seen_at timestamp.\nBatch insert transactions, filtering out those that are …\nBatch insert unconfirmed transactions, filtering out those …\nBatch insert unconfirmed transactions.\nReturns the argument unchanged.\nReturns the argument unchanged.\nGet a reference of the internal transaction graph.\nTransaction index.\nIndexer changeset.\nDetermines the ChangeSet between self and an empty …\nInsert an anchor for a given transaction.\nInsert a unix timestamp of when a transaction is seen in …\nInsert and index a transaction into the graph.\nInsert a floating txout of given outpoint.\nCalls U::from(self).\nCalls U::from(self).\nConstruct a new IndexedTxGraph with a given index.\nTxGraph changeset.\nThe resultant “changeset” when new transaction data is …\nUtilities for indexing transaction data.\nApply changeset to itself.\nScans a transaction for relevant outpoints, which are …\nScan and index the given outpoint and txout.\nDetermines the ChangeSet between self and an empty Indexer.\nDetermines whether the transaction should be included in …\nKeychainTxOutIndex controls how script pubkeys are …\nSpkTxOutIndex is an index storing TxOuts that have a …\nRepresents updates to the derivation index of a …\nThe default lookahead for a KeychainTxOutIndex\nThe descriptor has already been assigned to a keychain so …\nTrait to extend FullScanRequestBuilder.\nError returned from KeychainTxOutIndex::insert_descriptor\nThe keychain is already assigned to a descriptor so you can…\nKeychainTxOutIndex controls how script pubkeys are …\nName for table that stores last revealed indices per …\nSchema name for the changeset.\nTrait to extend SyncRequestBuilder.\nGet unbounded spk iterators for all keychains.\nApplies the ChangeSet<K> to the KeychainTxOutIndex<K>\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nConstruct KeychainTxOutIndex from sqlite database and …\nGets the descriptor associated with the keychain. Returns …\nReturns the keychain and keychain index associated with …\nInitialize sqlite tables for persisting KeychainTxOutIndex.\nReturn a reference to the internal SpkTxOutIndex.\nInsert a descriptor with a keychain associated to it.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nReturns whether the changeset are empty.\nReturns whether the spk under the keychain’s index has …\nIterate over all OutPoints that have TxOuts with script …\nIterate over OutPoints that have script pubkeys derived …\nReturn all keychains and their corresponding descriptors.\nContains for each descriptor_id the last revealed index of …\nGet the last derivation index revealed for keychain. …\nGet the last derivation index that is revealed for each …\nReturns the highest derivation index of the keychain where …\nReturns the highest derivation index of each keychain that …\nGet the lookahead setting.\nStore lookahead scripts until target_index (inclusive).\nMarks the script pubkey at index as used even though the …\nMerge another ChangeSet into self.\nComputes the net value that this transaction gives to the …\nConstruct a KeychainTxOutIndex with the given lookahead.\nGet the next derivation index for keychain. The next index …\nGets the next unused script pubkey in the keychain. I.e., …\nGet the set of indexed outpoints, corresponding to tracked …\nPersist changeset to the sqlite database.\nAttempts to reveal the next script pubkey for keychain.\nReveals script pubkeys of the keychain’s descriptor up …\nConvenience method to call Self::reveal_to_target on …\nIterate over revealed spks of the given keychain with …\nIterate over revealed spks of keychains in range\nAdd Scripts that are revealed by the indexer of the given …\nComputes the total value transfer effect tx has on the …\nReturn the script that exists under the given keychain’s …\nAdd spk iterators for each keychain tracked in indexer.\nReturn the TxOut of outpoint if it has been indexed, and …\nIterate over known txouts that spend to tracked script …\nFinds all txouts on a transaction that has previously been …\nGet an unbounded spk iterator over a given keychain. …\nUndoes the effect of mark_used. Returns whether the index …\nIterate over revealed, but unused, spks of the given …\nIterate over revealed, but unused, spks of all keychains.\nAdd Scripts that are revealed by the indexer but currently …\nThe descriptor you have attempted to reassign\nThe keychain that the descriptor is already assigned to\nThe descriptor that the keychain is already assigned to\nThe keychain that you have attempted to reassign\nAn index storing TxOuts that have a script pubkey that …\nThe script pubkeys that are being tracked by the index.\nReturns the argument unchanged.\nReturns the index associated with the script pubkey.\nAdds a script pubkey to scan for. Returns false and does …\nCalls U::from(self).\nWhether any of the inputs of this transaction spend a …\nReturns whether the script pubkey at index has been used …\nMarks the script pubkey at index as used even though it …\nComputes the net value transfer effect of tx on the script …\nGet a reference to the set of indexed outpoints.\nIterates over all the outputs with script pubkeys in an …\nScans a transaction’s outputs for matching script …\nScan a single TxOut for a matching script pubkey and …\nComputes the total value transfer effect tx has on the …\nReturns the script that has been inserted at the index.\nReturns the txout and script pubkey index of the TxOut at …\nIterate over all known txouts that spend to tracked script …\nFinds all txouts on a transaction that has previously been …\nUndoes the effect of mark_used. Returns whether the index …\nIterates over all unused script pubkeys in an index range.\nRepresents a failure when trying to insert/remove a …\nThe error type for LocalChain::apply_header_connected_to.\nName of sqlite table that stores blocks of LocalChain.\nOccurs when the update cannot connect with the original …\nOccurs when an update does not have a common checkpoint …\nThe ChangeSet represents changes to LocalChain.\nA checkpoint is a node of a reference-counted linked list …\nIterates over checkpoints backwards.\nOccurs when connected_to block conflicts with either the …\nThis is a local implementation of ChainOracle.\nAn error which occurs when a LocalChain is constructed …\nSchema name for the changeset.\nApply the given changeset.\nUpdate the chain with a given Header connecting it with …\nUpdate the chain with a given Header at height which you …\nApplies the given update to the chain.\nChanges to the LocalChain blocks.\nRemoves blocks from (and inclusive of) the given block_id.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nConstructs a LocalChain from a BTreeMap of height to …\nConstruct a LocalChain from an initial changeset.\nConstruct LocalChain from genesis hash.\nConstruct a LocalChain from sqlite database.\nConstruct a LocalChain from a given checkpoint tip.\nGet the genesis hash.\nGet checkpoint at given height (if it exists).\nThe checkpoint’s height.\nInitialize sqlite tables for persisting …\nDerives an initial ChangeSet, meaning that it can be …\nInsert a BlockId.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nIterate over checkpoints in descending height order.\nThe original checkpoint’s block hash which cannot be …\nPersist changeset to the sqlite database.\nIterate checkpoints over a height range.\nGet the highest checkpoint.\nThe suggested checkpoint to include to connect the two …\nThe attempted update to the original_block hash.\nTable name for schemas.\nRuns logic that initializes/migrates the table schemas.\nData required to perform a spk-based blockchain client …\nBuilds a FullScanRequest.\nData returned from a spk-based blockchain client full scan.\nOutpoint sync item.\nScript pubkey sync item.\nAn item reported to the inspect closure of SyncRequest.\nThe progress of SyncRequest.\nData required to perform a spk-based blockchain client …\nBuilds a SyncRequest.\nData returned from a spk-based blockchain client sync.\nTxid sync item.\nBuild the SyncRequest.\nBuild the FullScanRequest.\nStart building a SyncRequest.\nStart building a FullScanRequest.\nSet the initial chain tip for the sync request.\nGet the chain tip CheckPoint of this request (if any).\nSet the initial chain tip for the full scan request.\nGet the chain tip CheckPoint of this request (if any).\nChanges to the chain discovered during the scan.\nChanges to the chain discovered during the scan.\nTotal consumed items of the request.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nSet the closure that will inspect every sync item visited.\nSet the closure that will inspect every sync item visited.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nIterate over OutPoints contained in this request.\nIterate over ScriptBufs contained in this request.\nIterate over indexed ScriptBufs contained in this request …\nIterate over Txids contained in this request.\nList all keychains contained in this request.\nLast active indices for the corresponding keychains (K). …\nAdvances the sync request and returns the next OutPoint.\nAdvances the sync request and returns the next ScriptBuf.\nAdvances the full scan request and returns the next …\nAdvances the sync request and returns the next Txid.\nAdd OutPoints that will be synced against.\nOutpoints consumed by the request.\nOutpoints remaining in the request.\nGet the SyncProgress of this request.\nTotal remaining items of the request.\nAdd Scripts that will be synced against.\nScript pubkeys consumed by the request.\nSet the spk iterator for a given keychain.\nScript pubkeys remaining in the request.\nAdd Scripts coupled with associated indexes that will be …\nTotal items, consumed and remaining, of the request.\nTotal outpoints, consumed and remaining, of the request.\nTotal script pubkeys, consumed and remaining, of the …\nTotal txids, consumed and remaining, of the request.\nRelevant transaction data discovered during the scan.\nRelevant transaction data discovered during the scan.\nAdd Txids that will be synced against.\nTxids consumed by the request.\nTxids remaining in the request.\nName of table that stores Anchors.\nErrors returned by TxGraph::calculate_fee.\nA transaction that is included in the chain, or is still …\nThe ChangeSet represents changes to a TxGraph.\nMissing TxOut for one or more of the inputs of the tx\nWhen the transaction is invalid according to the graph it …\nSchema name for tx_graph::ChangeSet.\nName of table that stores floating txouts.\nName of table that stores full transactions and last_seen …\nAn iterator that traverses ancestors of a given root …\nAn iterator that traverses transaction descendants.\nA graph of transactions and spends.\nA transaction node in the TxGraph.\nData object used to communicate updates about relevant …\nGet all transaction anchors known by TxGraph.\nIterate over all tx outputs known by TxGraph.\nIterates over the heights of that the new transaction …\nTransaction anchors. Anchors tells us a position in the …\nThe blocks that the transaction is “anchored” in.\nAdded anchors.\nApplies ChangeSet to TxGraph.\nExtends this graph with the given update.\nExtends this graph with the given update alongside an …\nGet the total balance of outpoints that are in chain of …\nBatch insert unconfirmed transactions.\nCalculates the fee of a given transaction. Returns …\nHow the transaction is observed as (confirmed or …\nGiven a transaction, return an iterator of txids that …\nGet a filtered list of outputs from the given outpoints …\nGet a filtered list of unspent outputs (UTXOs) from the …\nIterate over floating txouts known by TxGraph.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nConstruct a TxGraph from an sqlite database.\nIterate over all full transactions in the graph.\nGet the position of the transaction in chain with tip …\nGet the txid of the spending transaction and where the …\nGet a transaction by txid. This only returns Some for full …\nGet a transaction node by txid. This only returns Some for …\nObtains a single tx output (if any) at the specified …\nInitialize sqlite tables.\nDetermines the ChangeSet between self and an empty TxGraph.\nInserts the given anchor into TxGraph.\nInserts the given seen_at for txid into TxGraph.\nInserts the given transaction into TxGraph.\nInserts the given TxOut at OutPoint.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nConvert an iterator of anything into FallibleIterator by …\nConvert an iterator of anything into FallibleIterator by …\nWhether the graph has any transactions or outputs in it.\nAdded last-seen unix timestamps of transactions.\nThe last-seen unix timestamp of the transaction as …\nList graph transactions that are in chain with chain_tip.\nTransform the TxGraph to have Anchors of another type.\nTransform the ChangeSet to have Anchors of another type.\nConstruct a new TxGraph from a list of transactions.\nThe transactions spending from this output.\nPersist changeset to the sqlite database.\nSeen at times for transactions. This records when a …\nConvert an iterator of Results into FallibleIterator by …\nConvert an iterator of Results into FallibleIterator by …\nGet the total balance of outpoints that are in chain of …\nGet a filtered list of outputs from the given outpoints …\nGet a filtered list of unspent outputs (UTXOs) from the …\nGet the position of the transaction in chain with tip …\nGet the txid of the spending transaction and where the …\nList graph transactions that are in chain with chain_tip.\nA partial or full representation of the transaction.\nThe transaction node (as part of the graph).\nReturns known outputs of a given txid.\nIterates over the transactions spending from txid.\nTxid of the transaction.\nIterates over all outpoints contained within ChangeSet.\nFloating txouts. These are TxOuts that exist but the whole …\nAdded txouts.\nFull transactions. These are transactions that were …\nAdded transactions.\nIterate over graph transactions with no anchors or …\nCreates an iterator that filters and maps ancestor …\nCreates an iterator that both filters and maps conflicting …\nCreates an iterator that filters and maps descendants from …") \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/settings.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/settings.html index 8b93b7ff46..d75e264032 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/settings.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/settings.html @@ -1 +1 @@ -Settings

    Rustdoc settings

    Back
    \ No newline at end of file +Settings

    Rustdoc settings

    Back
    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/bdk_wallet/wallet/mod.rs.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/bdk_wallet/wallet/mod.rs.html index 3e6893e95a..9646e8f4ac 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/bdk_wallet/wallet/mod.rs.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/bdk_wallet/wallet/mod.rs.html @@ -2654,6 +2654,29 @@ 2654 2655 2656 +2657 +2658 +2659 +2660 +2661 +2662 +2663 +2664 +2665 +2666 +2667 +2668 +2669 +2670 +2671 +2672 +2673 +2674 +2675 +2676 +2677 +2678 +2679

    // Bitcoin Dev Kit
     // Written in 2020 by Alekos Filini <alekos.filini@gmail.com>
     //
    @@ -2744,7 +2767,7 @@
     use crate::psbt::PsbtUtils;
     use crate::signer::SignerError;
     use crate::types::*;
    -use crate::wallet::coin_selection::Excess::{Change, NoChange};
    +use crate::wallet::coin_selection::Excess::{self, Change, NoChange};
     use crate::wallet::error::{BuildFeeBumpError, CreateTxError, MiniscriptPsbtError};
     
     use self::coin_selection::Error;
    @@ -4124,17 +4147,28 @@
                 self.preselect_utxos(&params, Some(current_height.to_consensus_u32()));
     
             // get drain script
    -        let drain_script = match params.drain_to {
    +        let mut drain_index = Option::<(KeychainKind, u32)>::None;
    +        let drain_script = match params.drain_to {
                 Some(ref drain_recipient) => drain_recipient.clone(),
                 None => {
                     let change_keychain = self.map_keychain(KeychainKind::Internal);
    -                let ((index, spk), index_changeset) = self
    +                let (index, spk) = self
                         .indexed_graph
                         .index
    -                    .next_unused_spk(change_keychain)
    -                    .expect("keychain must exist");
    -                self.indexed_graph.index.mark_used(change_keychain, index);
    -                self.stage.merge(index_changeset.into());
    +                    .unused_keychain_spks(change_keychain)
    +                    .next()
    +                    .unwrap_or_else(|| {
    +                        let (next_index, _) = self
    +                            .indexed_graph
    +                            .index
    +                            .next_index(change_keychain)
    +                            .expect("keychain must exist");
    +                        let spk = self
    +                            .peek_address(change_keychain, next_index)
    +                            .script_pubkey();
    +                        (next_index, spk)
    +                    });
    +                drain_index = Some((change_keychain, index));
                     spk
                 }
             };
    @@ -4233,6 +4267,18 @@
             params.ordering.sort_tx_with_aux_rand(&mut tx, rng);
     
             let psbt = self.complete_transaction(tx, coin_selection.selected, params)?;
    +
    +        // recording changes to the change keychain
    +        if let (Excess::Change { .. }, Some((keychain, index))) = (excess, drain_index) {
    +            let (_, index_changeset) = self
    +                .indexed_graph
    +                .index
    +                .reveal_to_target(keychain, index)
    +                .expect("must not be None");
    +            self.stage.merge(index_changeset.into());
    +            self.mark_used(keychain, index);
    +        }
    +
             Ok(psbt)
         }
     
    diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/bitcoin_hashes/trait.Hash.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/bitcoin_hashes/trait.Hash.js
    index 16e62824fb..ef2dd8aabf 100644
    --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/bitcoin_hashes/trait.Hash.js
    +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/bitcoin_hashes/trait.Hash.js
    @@ -1,3 +1,3 @@
     (function() {var implementors = {
    -"bdk_chain":[["impl Hash for DescriptorId"]]
    +"bdk_chain":[["impl Hash for DescriptorId"]]
     };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
    \ No newline at end of file
    diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/iter/traits/iterator/trait.Iterator.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/iter/traits/iterator/trait.Iterator.js
    index 96b64674b4..34556a90cf 100644
    --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/iter/traits/iterator/trait.Iterator.js
    +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/iter/traits/iterator/trait.Iterator.js
    @@ -1,5 +1,5 @@
     (function() {var implementors = {
     "bdk_chain":[["impl<'g, A, F, O> Iterator for TxAncestors<'g, A, F>
    where\n F: FnMut(usize, Arc<Transaction>) -> Option<O>,
    "],["impl<'g, A, F, O> Iterator for TxDescendants<'g, A, F>
    where\n F: FnMut(usize, Txid) -> Option<O>,
    "],["impl<D> Iterator for SpkIterator<D>
    where\n D: Borrow<Descriptor<DescriptorPublicKey>>,
    "]], "bdk_core":[["impl Iterator for CheckPointIter"]], -"bdk_file_store":[["impl<'t, T> Iterator for EntryIter<'t, T>
    where\n T: DeserializeOwned,
    "]] +"bdk_file_store":[["impl<'t, T> Iterator for EntryIter<'t, T>
    where\n T: DeserializeOwned,
    "]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/serde/de/trait.Deserialize.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/serde/de/trait.Deserialize.js index 6778fc99cc..9ac55eecad 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/serde/de/trait.Deserialize.js +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/serde/de/trait.Deserialize.js @@ -1,6 +1,6 @@ (function() {var implementors = { "bdk_chain":[["impl<'de> Deserialize<'de> for ConfirmationTime"],["impl<'de> Deserialize<'de> for ChangeSet"],["impl<'de> Deserialize<'de> for ChangeSet"],["impl<'de> Deserialize<'de> for Balance"],["impl<'de> Deserialize<'de> for DescriptorId"],["impl<'de, A> Deserialize<'de> for ChangeSet<A>
    where\n A: Ord + Deserialize<'de>,
    "],["impl<'de, A, IA> Deserialize<'de> for ChangeSet<A, IA>
    where\n A: Ord + Deserialize<'de>,\n IA: Deserialize<'de>,
    "]], -"bdk_core":[["impl<'de> Deserialize<'de> for BlockId"],["impl<'de> Deserialize<'de> for ConfirmationBlockTime"]], -"bdk_wallet":[["impl<'de> Deserialize<'de> for KeychainKind"],["impl<'de> Deserialize<'de> for FullyNodedExport"],["impl<'de> Deserialize<'de> for ChangeSet"],["impl<'de> Deserialize<'de> for LocalOutput"]], -"example_cli":[["impl<'de> Deserialize<'de> for Keychain"],["impl<'de> Deserialize<'de> for ChangeSet"]] +"bdk_core":[["impl<'de> Deserialize<'de> for BlockId"],["impl<'de> Deserialize<'de> for ConfirmationBlockTime"]], +"bdk_wallet":[["impl<'de> Deserialize<'de> for KeychainKind"],["impl<'de> Deserialize<'de> for FullyNodedExport"],["impl<'de> Deserialize<'de> for ChangeSet"],["impl<'de> Deserialize<'de> for LocalOutput"]], +"example_cli":[["impl<'de> Deserialize<'de> for Keychain"],["impl<'de> Deserialize<'de> for ChangeSet"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/serde/ser/trait.Serialize.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/serde/ser/trait.Serialize.js index 1d0fb0b260..84efa8642f 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/serde/ser/trait.Serialize.js +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/serde/ser/trait.Serialize.js @@ -1,6 +1,6 @@ (function() {var implementors = { "bdk_chain":[["impl Serialize for ConfirmationTime"],["impl Serialize for ChangeSet"],["impl Serialize for ChangeSet"],["impl Serialize for Balance"],["impl Serialize for DescriptorId"],["impl<A> Serialize for ChangeSet<A>
    where\n A: Ord + Serialize,
    "],["impl<A, IA> Serialize for ChangeSet<A, IA>
    where\n A: Ord + Serialize,\n IA: Serialize,
    "]], -"bdk_core":[["impl Serialize for BlockId"],["impl Serialize for ConfirmationBlockTime"]], -"bdk_wallet":[["impl Serialize for PkOrF"],["impl Serialize for Satisfaction"],["impl Serialize for SatisfiableItem"],["impl Serialize for KeychainKind"],["impl Serialize for Condition"],["impl Serialize for Policy"],["impl Serialize for FullyNodedExport"],["impl Serialize for ChangeSet"],["impl Serialize for LocalOutput"]], -"example_cli":[["impl Serialize for Keychain"],["impl Serialize for ChangeSet"]] +"bdk_core":[["impl Serialize for BlockId"],["impl Serialize for ConfirmationBlockTime"]], +"bdk_wallet":[["impl Serialize for PkOrF"],["impl Serialize for Satisfaction"],["impl Serialize for SatisfiableItem"],["impl Serialize for KeychainKind"],["impl Serialize for Condition"],["impl Serialize for Policy"],["impl Serialize for FullyNodedExport"],["impl Serialize for ChangeSet"],["impl Serialize for LocalOutput"]], +"example_cli":[["impl Serialize for Keychain"],["impl Serialize for ChangeSet"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/alloc/boxed/struct.Box.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/alloc/boxed/struct.Box.js index acdcf7f02a..49b00f8902 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/alloc/boxed/struct.Box.js +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/alloc/boxed/struct.Box.js @@ -1,3 +1,3 @@ (function() {var type_impls = { -"bdk_esplora":[["
    1.64.0 · source§

    impl<T> AsFd for Box<T>
    where\n T: AsFd + ?Sized,

    source§

    fn as_fd(&self) -> BorrowedFd<'_>

    Borrows the file descriptor. Read more
    ","AsFd","bdk_esplora::blocking_ext::Error"],["
    1.5.0 · source§

    impl<T, A> AsMut<T> for Box<T, A>
    where\n A: Allocator,\n T: ?Sized,

    source§

    fn as_mut(&mut self) -> &mut T

    Converts this type into a mutable reference of the (usually inferred) input type.
    ","AsMut","bdk_esplora::blocking_ext::Error"],["
    1.63.0 · source§

    impl<T> AsRawFd for Box<T>
    where\n T: AsRawFd,

    source§

    fn as_raw_fd(&self) -> i32

    Extracts the raw file descriptor. Read more
    ","AsRawFd","bdk_esplora::blocking_ext::Error"],["
    1.5.0 · source§

    impl<T, A> AsRef<T> for Box<T, A>
    where\n A: Allocator,\n T: ?Sized,

    source§

    fn as_ref(&self) -> &T

    Converts this type into a shared reference of the (usually inferred) input type.
    ","AsRef","bdk_esplora::blocking_ext::Error"],["
    §

    impl<T> AsyncBufRead for Box<T>
    where\n T: AsyncBufRead + Unpin + ?Sized,

    §

    fn poll_fill_buf(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Result<&[u8], Error>>

    Attempt to return the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read more
    §

    fn consume(self: Pin<&mut Box<T>>, amt: usize)

    Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to poll_read. Read more
    ","AsyncBufRead","bdk_esplora::blocking_ext::Error"],["
    §

    impl<T> AsyncBufRead for Box<T>
    where\n T: AsyncBufRead + Unpin + ?Sized,

    §

    fn poll_fill_buf(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Result<&[u8], Error>>

    Attempts to return the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read more
    §

    fn consume(self: Pin<&mut Box<T>>, amt: usize)

    Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to poll_read. Read more
    ","AsyncBufRead","bdk_esplora::blocking_ext::Error"],["
    source§

    impl<Args, F, A> AsyncFn<Args> for Box<F, A>
    where\n Args: Tuple,\n F: AsyncFn<Args> + ?Sized,\n A: Allocator,

    source§

    extern "rust-call" fn async_call(\n &self,\n args: Args\n) -> <Box<F, A> as AsyncFnMut<Args>>::CallRefFuture<'_>

    🔬This is a nightly-only experimental API. (async_fn_traits)
    Call the AsyncFn, returning a future which may borrow from the called closure.
    ","AsyncFn","bdk_esplora::blocking_ext::Error"],["
    source§

    impl<Args, F, A> AsyncFnMut<Args> for Box<F, A>
    where\n Args: Tuple,\n F: AsyncFnMut<Args> + ?Sized,\n A: Allocator,

    §

    type CallRefFuture<'a> = <F as AsyncFnMut<Args>>::CallRefFuture<'a>\nwhere\n Box<F, A>: 'a

    🔬This is a nightly-only experimental API. (async_fn_traits)
    source§

    extern "rust-call" fn async_call_mut(\n &mut self,\n args: Args\n) -> <Box<F, A> as AsyncFnMut<Args>>::CallRefFuture<'_>

    🔬This is a nightly-only experimental API. (async_fn_traits)
    Call the AsyncFnMut, returning a future which may borrow from the called closure.
    ","AsyncFnMut","bdk_esplora::blocking_ext::Error"],["
    source§

    impl<Args, F, A> AsyncFnOnce<Args> for Box<F, A>
    where\n Args: Tuple,\n F: AsyncFnOnce<Args> + ?Sized,\n A: Allocator,

    §

    type Output = <F as AsyncFnOnce<Args>>::Output

    🔬This is a nightly-only experimental API. (async_fn_traits)
    Output type of the called closure’s future.
    §

    type CallOnceFuture = <F as AsyncFnOnce<Args>>::CallOnceFuture

    🔬This is a nightly-only experimental API. (async_fn_traits)
    Future returned by AsyncFnOnce::async_call_once.
    source§

    extern "rust-call" fn async_call_once(\n self,\n args: Args\n) -> <Box<F, A> as AsyncFnOnce<Args>>::CallOnceFuture

    🔬This is a nightly-only experimental API. (async_fn_traits)
    Call the AsyncFnOnce, returning a future which may move out of the called closure.
    ","AsyncFnOnce","bdk_esplora::blocking_ext::Error"],["
    source§

    impl<S> AsyncIterator for Box<S>
    where\n S: AsyncIterator + Unpin + ?Sized,

    §

    type Item = <S as AsyncIterator>::Item

    🔬This is a nightly-only experimental API. (async_iterator)
    The type of items yielded by the async iterator.
    source§

    fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>

    🔬This is a nightly-only experimental API. (async_iterator)
    Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more
    source§

    fn size_hint(&self) -> (usize, Option<usize>)

    🔬This is a nightly-only experimental API. (async_iterator)
    Returns the bounds on the remaining length of the async iterator. Read more
    ","AsyncIterator","bdk_esplora::blocking_ext::Error"],["
    §

    impl<T> AsyncRead for Box<T>
    where\n T: AsyncRead + Unpin + ?Sized,

    §

    fn poll_read(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n buf: &mut ReadBuf<'_>\n) -> Poll<Result<(), Error>>

    Attempts to read from the AsyncRead into buf. Read more
    ","AsyncRead","bdk_esplora::blocking_ext::Error"],["
    §

    impl<T> AsyncRead for Box<T>
    where\n T: AsyncRead + Unpin + ?Sized,

    §

    fn poll_read(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n buf: &mut [u8]\n) -> Poll<Result<usize, Error>>

    Attempt to read from the AsyncRead into buf. Read more
    §

    fn poll_read_vectored(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n bufs: &mut [IoSliceMut<'_>]\n) -> Poll<Result<usize, Error>>

    Attempt to read from the AsyncRead into bufs using vectored\nIO operations. Read more
    ","AsyncRead","bdk_esplora::blocking_ext::Error"],["
    §

    impl<T> AsyncSeek for Box<T>
    where\n T: AsyncSeek + Unpin + ?Sized,

    §

    fn poll_seek(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n pos: SeekFrom\n) -> Poll<Result<u64, Error>>

    Attempt to seek to an offset, in bytes, in a stream. Read more
    ","AsyncSeek","bdk_esplora::blocking_ext::Error"],["
    §

    impl<T> AsyncSeek for Box<T>
    where\n T: AsyncSeek + Unpin + ?Sized,

    §

    fn start_seek(self: Pin<&mut Box<T>>, pos: SeekFrom) -> Result<(), Error>

    Attempts to seek to an offset, in bytes, in a stream. Read more
    §

    fn poll_complete(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Result<u64, Error>>

    Waits for a seek operation to complete. Read more
    ","AsyncSeek","bdk_esplora::blocking_ext::Error"],["
    §

    impl<T> AsyncWrite for Box<T>
    where\n T: AsyncWrite + Unpin + ?Sized,

    §

    fn poll_write(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n buf: &[u8]\n) -> Poll<Result<usize, Error>>

    Attempt to write bytes from buf into the object. Read more
    §

    fn poll_write_vectored(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n bufs: &[IoSlice<'_>]\n) -> Poll<Result<usize, Error>>

    Attempt to write bytes from bufs into the object using vectored\nIO operations. Read more
    §

    fn poll_flush(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), Error>>

    Attempt to flush the object, ensuring that any buffered data reach\ntheir destination. Read more
    §

    fn poll_close(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), Error>>

    Attempt to close the object. Read more
    ","AsyncWrite","bdk_esplora::blocking_ext::Error"],["
    §

    impl<T> AsyncWrite for Box<T>
    where\n T: AsyncWrite + Unpin + ?Sized,

    §

    fn poll_write(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n buf: &[u8]\n) -> Poll<Result<usize, Error>>

    Attempt to write bytes from buf into the object. Read more
    §

    fn poll_write_vectored(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n bufs: &[IoSlice<'_>]\n) -> Poll<Result<usize, Error>>

    Like poll_write, except that it writes from a slice of buffers. Read more
    §

    fn is_write_vectored(&self) -> bool

    Determines if this writer has an efficient poll_write_vectored\nimplementation. Read more
    §

    fn poll_flush(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), Error>>

    Attempts to flush the object, ensuring that any buffered data reach\ntheir destination. Read more
    §

    fn poll_shutdown(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), Error>>

    Initiates or attempts to shut down this writer, returning success when\nthe I/O connection has completely shut down. Read more
    ","AsyncWrite","bdk_esplora::blocking_ext::Error"],["
    source§

    impl<T> Body for Box<T>
    where\n T: Body + Unpin + ?Sized,

    §

    type Data = <T as Body>::Data

    Values yielded by the Body.
    §

    type Error = <T as Body>::Error

    The error type this Body might generate.
    source§

    fn poll_data(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Option<Result<<Box<T> as Body>::Data, <Box<T> as Body>::Error>>>

    Attempt to pull out the next data buffer of this stream.
    source§

    fn poll_trailers(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Result<Option<HeaderMap>, <Box<T> as Body>::Error>>

    Poll for an optional single HeaderMap of trailers. Read more
    source§

    fn is_end_stream(&self) -> bool

    Returns true when the end of stream has been reached. Read more
    source§

    fn size_hint(&self) -> SizeHint

    Returns the bounds on the remaining length of the stream. Read more
    source§

    fn data(&mut self) -> Data<'_, Self>
    where\n Self: Sized + Unpin,

    Returns future that resolves to next data chunk, if any.
    source§

    fn trailers(&mut self) -> Trailers<'_, Self>
    where\n Self: Sized + Unpin,

    Returns future that resolves to trailers, if any.
    source§

    fn map_data<F, B>(self, f: F) -> MapData<Self, F>
    where\n Self: Sized,\n F: FnMut(Self::Data) -> B,\n B: Buf,

    Maps this body’s data value to a different value.
    source§

    fn map_err<F, E>(self, f: F) -> MapErr<Self, F>
    where\n Self: Sized,\n F: FnMut(Self::Error) -> E,

    Maps this body’s error value to a different value.
    source§

    fn collect(self) -> Collect<Self>
    where\n Self: Sized,

    Turn this body into Collected body which will collect all the DATA frames\nand trailers.
    ","Body","bdk_esplora::blocking_ext::Error"],["
    1.1.0 · source§

    impl<T, A> Borrow<T> for Box<T, A>
    where\n A: Allocator,\n T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    ","Borrow","bdk_esplora::blocking_ext::Error"],["
    1.1.0 · source§

    impl<T, A> BorrowMut<T> for Box<T, A>
    where\n A: Allocator,\n T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    ","BorrowMut","bdk_esplora::blocking_ext::Error"],["
    source§

    impl<T> Box<T>

    1.0.0 · source

    pub fn new(x: T) -> Box<T>

    Allocates memory on the heap and then places x into it.

    \n

    This doesn’t actually allocate if T is zero-sized.

    \n
    §Examples
    \n
    let five = Box::new(5);
    \n
    source

    pub fn new_uninit() -> Box<MaybeUninit<T>>

    🔬This is a nightly-only experimental API. (new_uninit)

    Constructs a new box with uninitialized contents.

    \n
    §Examples
    \n
    #![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n    // Deferred initialization:\n    five.as_mut_ptr().write(5);\n\n    five.assume_init()\n};\n\nassert_eq!(*five, 5)
    \n
    source

    pub fn new_zeroed() -> Box<MaybeUninit<T>>

    🔬This is a nightly-only experimental API. (new_uninit)

    Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.

    \n

    See MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.

    \n
    §Examples
    \n
    #![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
    \n
    1.33.0 · source

    pub fn pin(x: T) -> Pin<Box<T>>

    Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.

    \n

    Constructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.

    \n
    source

    pub fn try_new(x: T) -> Result<Box<T>, AllocError>

    🔬This is a nightly-only experimental API. (allocator_api)

    Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails

    \n

    This doesn’t actually allocate if T is zero-sized.

    \n
    §Examples
    \n
    #![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
    \n
    source

    pub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>

    🔬This is a nightly-only experimental API. (allocator_api)

    Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails

    \n
    §Examples
    \n
    #![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n    // Deferred initialization:\n    five.as_mut_ptr().write(5);\n\n    five.assume_init()\n};\n\nassert_eq!(*five, 5);
    \n
    source

    pub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>

    🔬This is a nightly-only experimental API. (allocator_api)

    Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap

    \n

    See MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.

    \n
    §Examples
    \n
    #![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
    \n
    ",0,"bdk_esplora::blocking_ext::Error"],["
    source§

    impl<T> Box<T>
    where\n T: ?Sized,

    1.4.0 · source

    pub unsafe fn from_raw(raw: *mut T) -> Box<T>

    Constructs a box from a raw pointer.

    \n

    After calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .

    \n
    §Safety
    \n

    This function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.

    \n

    The safety conditions are described in the memory layout section.

    \n
    §Examples
    \n

    Recreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:

    \n\n
    let x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
    \n

    Manually create a Box from scratch by using the global allocator:

    \n\n
    use std::alloc::{alloc, Layout};\n\nunsafe {\n    let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n    // In general .write is required to avoid attempting to destruct\n    // the (uninitialized) previous contents of `ptr`, though for this\n    // simple example `*ptr = 5` would have worked as well.\n    ptr.write(5);\n    let x = Box::from_raw(ptr);\n}
    \n
    ",0,"bdk_esplora::blocking_ext::Error"],["
    source§

    impl<T, A> Box<T, A>
    where\n A: Allocator,

    source

    pub fn new_in(x: T, alloc: A) -> Box<T, A>
    where\n A: Allocator,

    🔬This is a nightly-only experimental API. (allocator_api)

    Allocates memory in the given allocator then places x into it.

    \n

    This doesn’t actually allocate if T is zero-sized.

    \n
    §Examples
    \n
    #![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
    \n
    source

    pub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>
    where\n A: Allocator,

    🔬This is a nightly-only experimental API. (allocator_api)

    Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails

    \n

    This doesn’t actually allocate if T is zero-sized.

    \n
    §Examples
    \n
    #![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
    \n
    source

    pub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>
    where\n A: Allocator,

    🔬This is a nightly-only experimental API. (allocator_api)

    Constructs a new box with uninitialized contents in the provided allocator.

    \n
    §Examples
    \n
    #![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n    // Deferred initialization:\n    five.as_mut_ptr().write(5);\n\n    five.assume_init()\n};\n\nassert_eq!(*five, 5)
    \n
    source

    pub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>
    where\n A: Allocator,

    🔬This is a nightly-only experimental API. (allocator_api)

    Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails

    \n
    §Examples
    \n
    #![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n    // Deferred initialization:\n    five.as_mut_ptr().write(5);\n\n    five.assume_init()\n};\n\nassert_eq!(*five, 5);
    \n
    source

    pub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>
    where\n A: Allocator,

    🔬This is a nightly-only experimental API. (allocator_api)

    Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.

    \n

    See MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.

    \n
    §Examples
    \n
    #![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
    \n
    source

    pub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>
    where\n A: Allocator,

    🔬This is a nightly-only experimental API. (allocator_api)

    Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,

    \n

    See MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.

    \n
    §Examples
    \n
    #![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
    \n
    source

    pub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>
    where\n A: 'static + Allocator,

    🔬This is a nightly-only experimental API. (allocator_api)

    Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.

    \n

    Constructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.

    \n
    source

    pub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>

    🔬This is a nightly-only experimental API. (box_into_boxed_slice)

    Converts a Box<T> into a Box<[T]>

    \n

    This conversion does not allocate on the heap and happens in place.

    \n
    source

    pub fn into_inner(boxed: Box<T, A>) -> T

    🔬This is a nightly-only experimental API. (box_into_inner)

    Consumes the Box, returning the wrapped value.

    \n
    §Examples
    \n
    #![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
    \n
    ",0,"bdk_esplora::blocking_ext::Error"],["
    source§

    impl<T, A> Box<T, A>
    where\n A: Allocator,\n T: ?Sized,

    const: unstable · source

    pub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>

    🔬This is a nightly-only experimental API. (allocator_api)

    Constructs a box from a raw pointer in the given allocator.

    \n

    After calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .

    \n
    §Safety
    \n

    This function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.

    \n
    §Examples
    \n

    Recreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:

    \n\n
    #![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
    \n

    Manually create a Box from scratch by using the system allocator:

    \n\n
    #![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n    let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n    // In general .write is required to avoid attempting to destruct\n    // the (uninitialized) previous contents of `ptr`, though for this\n    // simple example `*ptr = 5` would have worked as well.\n    ptr.write(5);\n    let x = Box::from_raw_in(ptr, System);\n}
    \n
    1.4.0 · source

    pub fn into_raw(b: Box<T, A>) -> *mut T

    Consumes the Box, returning a wrapped raw pointer.

    \n

    The pointer will be properly aligned and non-null.

    \n

    After calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.

    \n

    Note: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.

    \n
    §Examples
    \n

    Converting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:

    \n\n
    let x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
    \n

    Manual cleanup by explicitly running the destructor and deallocating\nthe memory:

    \n\n
    use std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n    ptr::drop_in_place(ptr);\n    dealloc(ptr as *mut u8, Layout::new::<String>());\n}
    \n

    Note: This is equivalent to the following:

    \n\n
    let x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n    drop(Box::from_raw(ptr));\n}
    \n
    source

    pub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)

    🔬This is a nightly-only experimental API. (allocator_api)

    Consumes the Box, returning a wrapped raw pointer and the allocator.

    \n

    The pointer will be properly aligned and non-null.

    \n

    After calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.

    \n

    Note: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.

    \n
    §Examples
    \n

    Converting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:

    \n\n
    #![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
    \n

    Manual cleanup by explicitly running the destructor and deallocating\nthe memory:

    \n\n
    #![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n    ptr::drop_in_place(ptr);\n    let non_null = NonNull::new_unchecked(ptr);\n    alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
    \n
    const: unstable · source

    pub fn allocator(b: &Box<T, A>) -> &A

    🔬This is a nightly-only experimental API. (allocator_api)

    Returns a reference to the underlying allocator.

    \n

    Note: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.

    \n
    1.26.0 · source

    pub fn leak<'a>(b: Box<T, A>) -> &'a mut T
    where\n A: 'a,

    Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.

    \n

    This function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.

    \n

    Note: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.

    \n
    §Examples
    \n

    Simple usage:

    \n\n
    let x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
    \n

    Unsized data:

    \n\n
    let x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
    \n
    1.63.0 (const: unstable) · source

    pub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>
    where\n A: 'static,

    Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.

    \n

    This conversion does not allocate on the heap and happens in place.

    \n

    This is also available via From.

    \n

    Constructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.

    \n
    §Notes
    \n

    It’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.

    \n\n
    ⓘ
    struct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n    fn from(_: Box<()>) -> Pin<Foo> {\n        Pin::new(Foo)\n    }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
    \n
    ",0,"bdk_esplora::blocking_ext::Error"],["
    §

    impl<T> Buf for Box<T>
    where\n T: Buf + ?Sized,

    §

    fn remaining(&self) -> usize

    Returns the number of bytes between the current position and the end of\nthe buffer. Read more
    §

    fn chunk(&self) -> &[u8] ⓘ

    Returns a slice starting at the current position and of length between 0\nand Buf::remaining(). Note that this can return shorter slice (this allows\nnon-continuous internal representation). Read more
    §

    fn chunks_vectored<'b>(&'b self, dst: &mut [IoSlice<'b>]) -> usize

    Fills dst with potentially multiple slices starting at self’s\ncurrent position. Read more
    §

    fn advance(&mut self, cnt: usize)

    Advance the internal cursor of the Buf Read more
    §

    fn has_remaining(&self) -> bool

    Returns true if there are any more bytes to consume Read more
    §

    fn copy_to_slice(&mut self, dst: &mut [u8])

    Copies bytes from self into dst. Read more
    §

    fn get_u8(&mut self) -> u8

    Gets an unsigned 8 bit integer from self. Read more
    §

    fn get_i8(&mut self) -> i8

    Gets a signed 8 bit integer from self. Read more
    §

    fn get_u16(&mut self) -> u16

    Gets an unsigned 16 bit integer from self in big-endian byte order. Read more
    §

    fn get_u16_le(&mut self) -> u16

    Gets an unsigned 16 bit integer from self in little-endian byte order. Read more
    §

    fn get_u16_ne(&mut self) -> u16

    Gets an unsigned 16 bit integer from self in native-endian byte order. Read more
    §

    fn get_i16(&mut self) -> i16

    Gets a signed 16 bit integer from self in big-endian byte order. Read more
    §

    fn get_i16_le(&mut self) -> i16

    Gets a signed 16 bit integer from self in little-endian byte order. Read more
    §

    fn get_i16_ne(&mut self) -> i16

    Gets a signed 16 bit integer from self in native-endian byte order. Read more
    §

    fn get_u32(&mut self) -> u32

    Gets an unsigned 32 bit integer from self in the big-endian byte order. Read more
    §

    fn get_u32_le(&mut self) -> u32

    Gets an unsigned 32 bit integer from self in the little-endian byte order. Read more
    §

    fn get_u32_ne(&mut self) -> u32

    Gets an unsigned 32 bit integer from self in native-endian byte order. Read more
    §

    fn get_i32(&mut self) -> i32

    Gets a signed 32 bit integer from self in big-endian byte order. Read more
    §

    fn get_i32_le(&mut self) -> i32

    Gets a signed 32 bit integer from self in little-endian byte order. Read more
    §

    fn get_i32_ne(&mut self) -> i32

    Gets a signed 32 bit integer from self in native-endian byte order. Read more
    §

    fn get_u64(&mut self) -> u64

    Gets an unsigned 64 bit integer from self in big-endian byte order. Read more
    §

    fn get_u64_le(&mut self) -> u64

    Gets an unsigned 64 bit integer from self in little-endian byte order. Read more
    §

    fn get_u64_ne(&mut self) -> u64

    Gets an unsigned 64 bit integer from self in native-endian byte order. Read more
    §

    fn get_i64(&mut self) -> i64

    Gets a signed 64 bit integer from self in big-endian byte order. Read more
    §

    fn get_i64_le(&mut self) -> i64

    Gets a signed 64 bit integer from self in little-endian byte order. Read more
    §

    fn get_i64_ne(&mut self) -> i64

    Gets a signed 64 bit integer from self in native-endian byte order. Read more
    §

    fn get_uint(&mut self, nbytes: usize) -> u64

    Gets an unsigned n-byte integer from self in big-endian byte order. Read more
    §

    fn get_uint_le(&mut self, nbytes: usize) -> u64

    Gets an unsigned n-byte integer from self in little-endian byte order. Read more
    §

    fn get_uint_ne(&mut self, nbytes: usize) -> u64

    Gets an unsigned n-byte integer from self in native-endian byte order. Read more
    §

    fn get_int(&mut self, nbytes: usize) -> i64

    Gets a signed n-byte integer from self in big-endian byte order. Read more
    §

    fn get_int_le(&mut self, nbytes: usize) -> i64

    Gets a signed n-byte integer from self in little-endian byte order. Read more
    §

    fn get_int_ne(&mut self, nbytes: usize) -> i64

    Gets a signed n-byte integer from self in native-endian byte order. Read more
    §

    fn copy_to_bytes(&mut self, len: usize) -> Bytes

    Consumes len bytes inside self and returns new instance of Bytes\nwith this data. Read more
    §

    fn get_u128(&mut self) -> u128

    Gets an unsigned 128 bit integer from self in big-endian byte order. Read more
    §

    fn get_u128_le(&mut self) -> u128

    Gets an unsigned 128 bit integer from self in little-endian byte order. Read more
    §

    fn get_u128_ne(&mut self) -> u128

    Gets an unsigned 128 bit integer from self in native-endian byte order. Read more
    §

    fn get_i128(&mut self) -> i128

    Gets a signed 128 bit integer from self in big-endian byte order. Read more
    §

    fn get_i128_le(&mut self) -> i128

    Gets a signed 128 bit integer from self in little-endian byte order. Read more
    §

    fn get_i128_ne(&mut self) -> i128

    Gets a signed 128 bit integer from self in native-endian byte order. Read more
    §

    fn get_f32(&mut self) -> f32

    Gets an IEEE754 single-precision (4 bytes) floating point number from\nself in big-endian byte order. Read more
    §

    fn get_f32_le(&mut self) -> f32

    Gets an IEEE754 single-precision (4 bytes) floating point number from\nself in little-endian byte order. Read more
    §

    fn get_f32_ne(&mut self) -> f32

    Gets an IEEE754 single-precision (4 bytes) floating point number from\nself in native-endian byte order. Read more
    §

    fn get_f64(&mut self) -> f64

    Gets an IEEE754 double-precision (8 bytes) floating point number from\nself in big-endian byte order. Read more
    §

    fn get_f64_le(&mut self) -> f64

    Gets an IEEE754 double-precision (8 bytes) floating point number from\nself in little-endian byte order. Read more
    §

    fn get_f64_ne(&mut self) -> f64

    Gets an IEEE754 double-precision (8 bytes) floating point number from\nself in native-endian byte order. Read more
    §

    fn take(self, limit: usize) -> Take<Self>
    where\n Self: Sized,

    Creates an adaptor which will read at most limit bytes from self. Read more
    §

    fn chain<U>(self, next: U) -> Chain<Self, U>
    where\n U: Buf,\n Self: Sized,

    Creates an adaptor which will chain this buffer with another. Read more
    §

    fn reader(self) -> Reader<Self>
    where\n Self: Sized,

    Creates an adaptor which implements the Read trait for self. Read more
    ","Buf","bdk_esplora::blocking_ext::Error"],["
    §

    impl<T> BufMut for Box<T>
    where\n T: BufMut + ?Sized,

    §

    fn remaining_mut(&self) -> usize

    Returns the number of bytes that can be written from the current\nposition until the end of the buffer is reached. Read more
    §

    fn chunk_mut(&mut self) -> &mut UninitSlice

    Returns a mutable slice starting at the current BufMut position and of\nlength between 0 and BufMut::remaining_mut(). Note that this can be shorter than the\nwhole remainder of the buffer (this allows non-continuous implementation). Read more
    §

    unsafe fn advance_mut(&mut self, cnt: usize)

    Advance the internal cursor of the BufMut Read more
    §

    fn put_slice(&mut self, src: &[u8])

    Transfer bytes into self from src and advance the cursor by the\nnumber of bytes written. Read more
    §

    fn put_u8(&mut self, n: u8)

    Writes an unsigned 8 bit integer to self. Read more
    §

    fn put_i8(&mut self, n: i8)

    Writes a signed 8 bit integer to self. Read more
    §

    fn put_u16(&mut self, n: u16)

    Writes an unsigned 16 bit integer to self in big-endian byte order. Read more
    §

    fn put_u16_le(&mut self, n: u16)

    Writes an unsigned 16 bit integer to self in little-endian byte order. Read more
    §

    fn put_u16_ne(&mut self, n: u16)

    Writes an unsigned 16 bit integer to self in native-endian byte order. Read more
    §

    fn put_i16(&mut self, n: i16)

    Writes a signed 16 bit integer to self in big-endian byte order. Read more
    §

    fn put_i16_le(&mut self, n: i16)

    Writes a signed 16 bit integer to self in little-endian byte order. Read more
    §

    fn put_i16_ne(&mut self, n: i16)

    Writes a signed 16 bit integer to self in native-endian byte order. Read more
    §

    fn put_u32(&mut self, n: u32)

    Writes an unsigned 32 bit integer to self in big-endian byte order. Read more
    §

    fn put_u32_le(&mut self, n: u32)

    Writes an unsigned 32 bit integer to self in little-endian byte order. Read more
    §

    fn put_u32_ne(&mut self, n: u32)

    Writes an unsigned 32 bit integer to self in native-endian byte order. Read more
    §

    fn put_i32(&mut self, n: i32)

    Writes a signed 32 bit integer to self in big-endian byte order. Read more
    §

    fn put_i32_le(&mut self, n: i32)

    Writes a signed 32 bit integer to self in little-endian byte order. Read more
    §

    fn put_i32_ne(&mut self, n: i32)

    Writes a signed 32 bit integer to self in native-endian byte order. Read more
    §

    fn put_u64(&mut self, n: u64)

    Writes an unsigned 64 bit integer to self in the big-endian byte order. Read more
    §

    fn put_u64_le(&mut self, n: u64)

    Writes an unsigned 64 bit integer to self in little-endian byte order. Read more
    §

    fn put_u64_ne(&mut self, n: u64)

    Writes an unsigned 64 bit integer to self in native-endian byte order. Read more
    §

    fn put_i64(&mut self, n: i64)

    Writes a signed 64 bit integer to self in the big-endian byte order. Read more
    §

    fn put_i64_le(&mut self, n: i64)

    Writes a signed 64 bit integer to self in little-endian byte order. Read more
    §

    fn put_i64_ne(&mut self, n: i64)

    Writes a signed 64 bit integer to self in native-endian byte order. Read more
    §

    fn has_remaining_mut(&self) -> bool

    Returns true if there is space in self for more bytes. Read more
    §

    fn put<T>(&mut self, src: T)
    where\n T: Buf,\n Self: Sized,

    Transfer bytes into self from src and advance the cursor by the\nnumber of bytes written. Read more
    §

    fn put_bytes(&mut self, val: u8, cnt: usize)

    Put cnt bytes val into self. Read more
    §

    fn put_u128(&mut self, n: u128)

    Writes an unsigned 128 bit integer to self in the big-endian byte order. Read more
    §

    fn put_u128_le(&mut self, n: u128)

    Writes an unsigned 128 bit integer to self in little-endian byte order. Read more
    §

    fn put_u128_ne(&mut self, n: u128)

    Writes an unsigned 128 bit integer to self in native-endian byte order. Read more
    §

    fn put_i128(&mut self, n: i128)

    Writes a signed 128 bit integer to self in the big-endian byte order. Read more
    §

    fn put_i128_le(&mut self, n: i128)

    Writes a signed 128 bit integer to self in little-endian byte order. Read more
    §

    fn put_i128_ne(&mut self, n: i128)

    Writes a signed 128 bit integer to self in native-endian byte order. Read more
    §

    fn put_uint(&mut self, n: u64, nbytes: usize)

    Writes an unsigned n-byte integer to self in big-endian byte order. Read more
    §

    fn put_uint_le(&mut self, n: u64, nbytes: usize)

    Writes an unsigned n-byte integer to self in the little-endian byte order. Read more
    §

    fn put_uint_ne(&mut self, n: u64, nbytes: usize)

    Writes an unsigned n-byte integer to self in the native-endian byte order. Read more
    §

    fn put_int(&mut self, n: i64, nbytes: usize)

    Writes low nbytes of a signed integer to self in big-endian byte order. Read more
    §

    fn put_int_le(&mut self, n: i64, nbytes: usize)

    Writes low nbytes of a signed integer to self in little-endian byte order. Read more
    §

    fn put_int_ne(&mut self, n: i64, nbytes: usize)

    Writes low nbytes of a signed integer to self in native-endian byte order. Read more
    §

    fn put_f32(&mut self, n: f32)

    Writes an IEEE754 single-precision (4 bytes) floating point number to\nself in big-endian byte order. Read more
    §

    fn put_f32_le(&mut self, n: f32)

    Writes an IEEE754 single-precision (4 bytes) floating point number to\nself in little-endian byte order. Read more
    §

    fn put_f32_ne(&mut self, n: f32)

    Writes an IEEE754 single-precision (4 bytes) floating point number to\nself in native-endian byte order. Read more
    §

    fn put_f64(&mut self, n: f64)

    Writes an IEEE754 double-precision (8 bytes) floating point number to\nself in big-endian byte order. Read more
    §

    fn put_f64_le(&mut self, n: f64)

    Writes an IEEE754 double-precision (8 bytes) floating point number to\nself in little-endian byte order. Read more
    §

    fn put_f64_ne(&mut self, n: f64)

    Writes an IEEE754 double-precision (8 bytes) floating point number to\nself in native-endian byte order. Read more
    §

    fn limit(self, limit: usize) -> Limit<Self>
    where\n Self: Sized,

    Creates an adaptor which can write at most limit bytes to self. Read more
    §

    fn writer(self) -> Writer<Self>
    where\n Self: Sized,

    Creates an adaptor which implements the Write trait for self. Read more
    §

    fn chain_mut<U>(self, next: U) -> Chain<Self, U>
    where\n U: BufMut,\n Self: Sized,

    Creates an adapter which will chain this buffer with another. Read more
    ","BufMut","bdk_esplora::blocking_ext::Error"],["
    1.0.0 · source§

    impl<B> BufRead for Box<B>
    where\n B: BufRead + ?Sized,

    source§

    fn fill_buf(&mut self) -> Result<&[u8], Error>

    Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read more
    source§

    fn consume(&mut self, amt: usize)

    Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read more
    source§

    fn read_until(&mut self, byte: u8, buf: &mut Vec<u8>) -> Result<usize, Error>

    Read all bytes into buf until the delimiter byte or EOF is reached. Read more
    source§

    fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>

    Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read more
    source§

    fn has_data_left(&mut self) -> Result<bool, Error>

    🔬This is a nightly-only experimental API. (buf_read_has_data_left)
    Check if the underlying Read has any data left to be read. Read more
    source§

    fn skip_until(&mut self, byte: u8) -> Result<usize, Error>

    🔬This is a nightly-only experimental API. (bufread_skip_until)
    Skip all bytes until the delimiter byte or EOF is reached. Read more
    1.0.0 · source§

    fn split(self, byte: u8) -> Split<Self>
    where\n Self: Sized,

    Returns an iterator over the contents of this reader split on the byte\nbyte. Read more
    1.0.0 · source§

    fn lines(self) -> Lines<Self>
    where\n Self: Sized,

    Returns an iterator over the lines of this reader. Read more
    ","BufRead","bdk_esplora::blocking_ext::Error"],["
    1.0.0 · source§

    impl<T, A> Clone for Box<T, A>
    where\n T: Clone,\n A: Allocator + Clone,

    source§

    fn clone(&self) -> Box<T, A>

    Returns a new box with a clone() of this box’s contents.

    \n
    §Examples
    \n
    let x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
    \n
    source§

    fn clone_from(&mut self, source: &Box<T, A>)

    Copies source’s contents into self without creating a new allocation.

    \n
    §Examples
    \n
    let x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
    \n
    ","Clone","bdk_esplora::blocking_ext::Error"],["
    source§

    impl<G, R, A> Coroutine<R> for Box<G, A>
    where\n G: Coroutine<R> + Unpin + ?Sized,\n A: Allocator,

    §

    type Yield = <G as Coroutine<R>>::Yield

    🔬This is a nightly-only experimental API. (coroutine_trait)
    The type of value this coroutine yields. Read more
    §

    type Return = <G as Coroutine<R>>::Return

    🔬This is a nightly-only experimental API. (coroutine_trait)
    The type of value this coroutine returns. Read more
    source§

    fn resume(\n self: Pin<&mut Box<G, A>>,\n arg: R\n) -> CoroutineState<<Box<G, A> as Coroutine<R>>::Yield, <Box<G, A> as Coroutine<R>>::Return>

    🔬This is a nightly-only experimental API. (coroutine_trait)
    Resumes the execution of this coroutine. Read more
    ","Coroutine","bdk_esplora::blocking_ext::Error"],["
    1.0.0 · source§

    impl<T, A> Debug for Box<T, A>
    where\n T: Debug + ?Sized,\n A: Allocator,

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Debug","bdk_esplora::blocking_ext::Error"],["
    1.0.0 · source§

    impl<T> Default for Box<T>
    where\n T: Default,

    source§

    fn default() -> Box<T>

    Creates a Box<T>, with the Default value for T.

    \n
    ","Default","bdk_esplora::blocking_ext::Error"],["
    1.0.0 · source§

    impl<T, A> Deref for Box<T, A>
    where\n A: Allocator,\n T: ?Sized,

    §

    type Target = T

    The resulting type after dereferencing.
    source§

    fn deref(&self) -> &T

    Dereferences the value.
    ","Deref","bdk_esplora::blocking_ext::Error"],["
    1.0.0 · source§

    impl<T, A> DerefMut for Box<T, A>
    where\n A: Allocator,\n T: ?Sized,

    source§

    fn deref_mut(&mut self) -> &mut T

    Mutably dereferences the value.
    ","DerefMut","bdk_esplora::blocking_ext::Error"],["
    source§

    impl<'de, T> Deserialize<'de> for Box<T>
    where\n T: Deserialize<'de>,

    source§

    fn deserialize<D>(\n deserializer: D\n) -> Result<Box<T>, <D as Deserializer<'de>>::Error>
    where\n D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    ","Deserialize<'de>","bdk_esplora::blocking_ext::Error"],["
    1.0.0 · source§

    impl<T, A> Display for Box<T, A>
    where\n T: Display + ?Sized,\n A: Allocator,

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Display","bdk_esplora::blocking_ext::Error"],["
    1.0.0 · source§

    impl<I, A> DoubleEndedIterator for Box<I, A>
    where\n I: DoubleEndedIterator + ?Sized,\n A: Allocator,

    source§

    fn next_back(&mut self) -> Option<<I as Iterator>::Item>

    Removes and returns an element from the end of the iterator. Read more
    source§

    fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>

    Returns the nth element from the end of the iterator. Read more
    source§

    fn advance_back_by(&mut self, n: usize) -> Result<(), NonZero<usize>>

    🔬This is a nightly-only experimental API. (iter_advance_by)
    Advances the iterator from the back by n elements. Read more
    1.27.0 · source§

    fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
    where\n Self: Sized,\n F: FnMut(B, Self::Item) -> R,\n R: Try<Output = B>,

    This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more
    1.27.0 · source§

    fn rfold<B, F>(self, init: B, f: F) -> B
    where\n Self: Sized,\n F: FnMut(B, Self::Item) -> B,

    An iterator method that reduces the iterator’s elements to a single,\nfinal value, starting from the back. Read more
    1.27.0 · source§

    fn rfind<P>(&mut self, predicate: P) -> Option<Self::Item>
    where\n Self: Sized,\n P: FnMut(&Self::Item) -> bool,

    Searches for an element of an iterator from the back that satisfies a predicate. Read more
    ","DoubleEndedIterator","bdk_esplora::blocking_ext::Error"],["
    1.0.0 · source§

    impl<T, A> Drop for Box<T, A>
    where\n A: Allocator,\n T: ?Sized,

    source§

    fn drop(&mut self)

    Executes the destructor for this type. Read more
    ","Drop","bdk_esplora::blocking_ext::Error"],["
    1.8.0 · source§

    impl<T> Error for Box<T>
    where\n T: Error,

    source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    source§

    fn provide<'b>(&'b self, request: &mut Request<'b>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    ","Error","bdk_esplora::blocking_ext::Error"],["
    1.0.0 · source§

    impl<I, A> ExactSizeIterator for Box<I, A>
    where\n I: ExactSizeIterator + ?Sized,\n A: Allocator,

    source§

    fn len(&self) -> usize

    Returns the exact remaining length of the iterator. Read more
    source§

    fn is_empty(&self) -> bool

    🔬This is a nightly-only experimental API. (exact_size_is_empty)
    Returns true if the iterator is empty. Read more
    ","ExactSizeIterator","bdk_esplora::blocking_ext::Error"],["
    1.35.0 · source§

    impl<Args, F, A> Fn<Args> for Box<F, A>
    where\n Args: Tuple,\n F: Fn<Args> + ?Sized,\n A: Allocator,

    source§

    extern "rust-call" fn call(\n &self,\n args: Args\n) -> <Box<F, A> as FnOnce<Args>>::Output

    🔬This is a nightly-only experimental API. (fn_traits)
    Performs the call operation.
    ","Fn","bdk_esplora::blocking_ext::Error"],["
    1.35.0 · source§

    impl<Args, F, A> FnMut<Args> for Box<F, A>
    where\n Args: Tuple,\n F: FnMut<Args> + ?Sized,\n A: Allocator,

    source§

    extern "rust-call" fn call_mut(\n &mut self,\n args: Args\n) -> <Box<F, A> as FnOnce<Args>>::Output

    🔬This is a nightly-only experimental API. (fn_traits)
    Performs the call operation.
    ","FnMut","bdk_esplora::blocking_ext::Error"],["
    1.35.0 · source§

    impl<Args, F, A> FnOnce<Args> for Box<F, A>
    where\n Args: Tuple,\n F: FnOnce<Args> + ?Sized,\n A: Allocator,

    §

    type Output = <F as FnOnce<Args>>::Output

    The returned type after the call operator is used.
    source§

    extern "rust-call" fn call_once(\n self,\n args: Args\n) -> <Box<F, A> as FnOnce<Args>>::Output

    🔬This is a nightly-only experimental API. (fn_traits)
    Performs the call operation.
    ","FnOnce","bdk_esplora::blocking_ext::Error"],["
    1.6.0 · source§

    impl<T> From<T> for Box<T>

    source§

    fn from(t: T) -> Box<T>

    Converts a T into a Box<T>

    \n

    The conversion allocates on the heap and moves t\nfrom the stack into it.

    \n
    §Examples
    \n
    let x = 5;\nlet boxed = Box::new(5);\n\nassert_eq!(Box::from(x), boxed);
    \n
    ","From","bdk_esplora::blocking_ext::Error"],["
    §

    impl<F> FusedFuture for Box<F>
    where\n F: FusedFuture + Unpin + ?Sized,

    §

    fn is_terminated(&self) -> bool

    Returns true if the underlying future should no longer be polled.
    ","FusedFuture","bdk_esplora::blocking_ext::Error"],["
    §

    impl<S> FusedStream for Box<S>
    where\n S: FusedStream + Unpin + ?Sized,

    §

    fn is_terminated(&self) -> bool

    Returns true if the stream should no longer be polled.
    ","FusedStream","bdk_esplora::blocking_ext::Error"],["
    1.36.0 · source§

    impl<F, A> Future for Box<F, A>
    where\n F: Future + Unpin + ?Sized,\n A: Allocator,

    §

    type Output = <F as Future>::Output

    The type of value produced on completion.
    source§

    fn poll(\n self: Pin<&mut Box<F, A>>,\n cx: &mut Context<'_>\n) -> Poll<<Box<F, A> as Future>::Output>

    Attempt to resolve the future to a final value, registering\nthe current task for wakeup if the value is not yet available. Read more
    ","Future","bdk_esplora::blocking_ext::Error"],["
    1.0.0 · source§

    impl<T, A> Hash for Box<T, A>
    where\n T: Hash + ?Sized,\n A: Allocator,

    source§

    fn hash<H>(&self, state: &mut H)
    where\n H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where\n H: Hasher,\n Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    ","Hash","bdk_esplora::blocking_ext::Error"],["
    1.22.0 · source§

    impl<T, A> Hasher for Box<T, A>
    where\n T: Hasher + ?Sized,\n A: Allocator,

    source§

    fn finish(&self) -> u64

    Returns the hash value for the values written so far. Read more
    source§

    fn write(&mut self, bytes: &[u8])

    Writes some data into this Hasher. Read more
    source§

    fn write_u8(&mut self, i: u8)

    Writes a single u8 into this hasher.
    source§

    fn write_u16(&mut self, i: u16)

    Writes a single u16 into this hasher.
    source§

    fn write_u32(&mut self, i: u32)

    Writes a single u32 into this hasher.
    source§

    fn write_u64(&mut self, i: u64)

    Writes a single u64 into this hasher.
    source§

    fn write_u128(&mut self, i: u128)

    Writes a single u128 into this hasher.
    source§

    fn write_usize(&mut self, i: usize)

    Writes a single usize into this hasher.
    source§

    fn write_i8(&mut self, i: i8)

    Writes a single i8 into this hasher.
    source§

    fn write_i16(&mut self, i: i16)

    Writes a single i16 into this hasher.
    source§

    fn write_i32(&mut self, i: i32)

    Writes a single i32 into this hasher.
    source§

    fn write_i64(&mut self, i: i64)

    Writes a single i64 into this hasher.
    source§

    fn write_i128(&mut self, i: i128)

    Writes a single i128 into this hasher.
    source§

    fn write_isize(&mut self, i: isize)

    Writes a single isize into this hasher.
    source§

    fn write_length_prefix(&mut self, len: usize)

    🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)
    Writes a length prefix into this hasher, as part of being prefix-free. Read more
    source§

    fn write_str(&mut self, s: &str)

    🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)
    Writes a single str into this hasher. Read more
    ","Hasher","bdk_esplora::blocking_ext::Error"],["
    1.0.0 · source§

    impl<I, A> Iterator for Box<I, A>
    where\n I: Iterator + ?Sized,\n A: Allocator,

    §

    type Item = <I as Iterator>::Item

    The type of the elements being iterated over.
    source§

    fn next(&mut self) -> Option<<I as Iterator>::Item>

    Advances the iterator and returns the next value. Read more
    source§

    fn size_hint(&self) -> (usize, Option<usize>)

    Returns the bounds on the remaining length of the iterator. Read more
    source§

    fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>

    Returns the nth element of the iterator. Read more
    source§

    fn last(self) -> Option<<I as Iterator>::Item>

    Consumes the iterator, returning the last element. Read more
    source§

    fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>
    where\n Self: Sized,

    🔬This is a nightly-only experimental API. (iter_next_chunk)
    Advances the iterator and returns an array containing the next N values. Read more
    1.0.0 · source§

    fn count(self) -> usize
    where\n Self: Sized,

    Consumes the iterator, counting the number of iterations and returning it. Read more
    source§

    fn advance_by(&mut self, n: usize) -> Result<(), NonZero<usize>>

    🔬This is a nightly-only experimental API. (iter_advance_by)
    Advances the iterator by n elements. Read more
    1.28.0 · source§

    fn step_by(self, step: usize) -> StepBy<Self>
    where\n Self: Sized,

    Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more
    1.0.0 · source§

    fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
    where\n Self: Sized,\n U: IntoIterator<Item = Self::Item>,

    Takes two iterators and creates a new iterator over both in sequence. Read more
    1.0.0 · source§

    fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>
    where\n Self: Sized,\n U: IntoIterator,

    ‘Zips up’ two iterators into a single iterator of pairs. Read more
    source§

    fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
    where\n Self: Sized,\n G: FnMut() -> Self::Item,

    🔬This is a nightly-only experimental API. (iter_intersperse)
    Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more
    1.0.0 · source§

    fn map<B, F>(self, f: F) -> Map<Self, F>
    where\n Self: Sized,\n F: FnMut(Self::Item) -> B,

    Takes a closure and creates an iterator which calls that closure on each\nelement. Read more
    1.21.0 · source§

    fn for_each<F>(self, f: F)
    where\n Self: Sized,\n F: FnMut(Self::Item),

    Calls a closure on each element of an iterator. Read more
    1.0.0 · source§

    fn filter<P>(self, predicate: P) -> Filter<Self, P>
    where\n Self: Sized,\n P: FnMut(&Self::Item) -> bool,

    Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more
    1.0.0 · source§

    fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
    where\n Self: Sized,\n F: FnMut(Self::Item) -> Option<B>,

    Creates an iterator that both filters and maps. Read more
    1.0.0 · source§

    fn enumerate(self) -> Enumerate<Self>
    where\n Self: Sized,

    Creates an iterator which gives the current iteration count as well as\nthe next value. Read more
    1.0.0 · source§

    fn peekable(self) -> Peekable<Self>
    where\n Self: Sized,

    Creates an iterator which can use the peek and peek_mut methods\nto look at the next element of the iterator without consuming it. See\ntheir documentation for more information. Read more
    1.0.0 · source§

    fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
    where\n Self: Sized,\n P: FnMut(&Self::Item) -> bool,

    Creates an iterator that skips elements based on a predicate. Read more
    1.0.0 · source§

    fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
    where\n Self: Sized,\n P: FnMut(&Self::Item) -> bool,

    Creates an iterator that yields elements based on a predicate. Read more
    1.57.0 · source§

    fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
    where\n Self: Sized,\n P: FnMut(Self::Item) -> Option<B>,

    Creates an iterator that both yields elements based on a predicate and maps. Read more
    1.0.0 · source§

    fn skip(self, n: usize) -> Skip<Self>
    where\n Self: Sized,

    Creates an iterator that skips the first n elements. Read more
    1.0.0 · source§

    fn take(self, n: usize) -> Take<Self>
    where\n Self: Sized,

    Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more
    1.0.0 · source§

    fn scan<St, B, F>(self, initial_state: St, f: F) -> Scan<Self, St, F>
    where\n Self: Sized,\n F: FnMut(&mut St, Self::Item) -> Option<B>,

    An iterator adapter which, like fold, holds internal state, but\nunlike fold, produces a new iterator. Read more
    1.0.0 · source§

    fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
    where\n Self: Sized,\n U: IntoIterator,\n F: FnMut(Self::Item) -> U,

    Creates an iterator that works like map, but flattens nested structure. Read more
    source§

    fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
    where\n Self: Sized,\n F: FnMut(&[Self::Item; N]) -> R,

    🔬This is a nightly-only experimental API. (iter_map_windows)
    Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more
    1.0.0 · source§

    fn fuse(self) -> Fuse<Self>
    where\n Self: Sized,

    Creates an iterator which ends after the first None. Read more
    1.0.0 · source§

    fn inspect<F>(self, f: F) -> Inspect<Self, F>
    where\n Self: Sized,\n F: FnMut(&Self::Item),

    Does something with each element of an iterator, passing the value on. Read more
    1.0.0 · source§

    fn by_ref(&mut self) -> &mut Self
    where\n Self: Sized,

    Borrows an iterator, rather than consuming it. Read more
    1.0.0 · source§

    fn collect<B>(self) -> B
    where\n B: FromIterator<Self::Item>,\n Self: Sized,

    Transforms an iterator into a collection. Read more
    source§

    fn collect_into<E>(self, collection: &mut E) -> &mut E
    where\n E: Extend<Self::Item>,\n Self: Sized,

    🔬This is a nightly-only experimental API. (iter_collect_into)
    Collects all the items from an iterator into a collection. Read more
    1.0.0 · source§

    fn partition<B, F>(self, f: F) -> (B, B)
    where\n Self: Sized,\n B: Default + Extend<Self::Item>,\n F: FnMut(&Self::Item) -> bool,

    Consumes an iterator, creating two collections from it. Read more
    source§

    fn is_partitioned<P>(self, predicate: P) -> bool
    where\n Self: Sized,\n P: FnMut(Self::Item) -> bool,

    🔬This is a nightly-only experimental API. (iter_is_partitioned)
    Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more
    1.27.0 · source§

    fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
    where\n Self: Sized,\n F: FnMut(B, Self::Item) -> R,\n R: Try<Output = B>,

    An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more
    1.27.0 · source§

    fn try_for_each<F, R>(&mut self, f: F) -> R
    where\n Self: Sized,\n F: FnMut(Self::Item) -> R,\n R: Try<Output = ()>,

    An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more
    1.0.0 · source§

    fn fold<B, F>(self, init: B, f: F) -> B
    where\n Self: Sized,\n F: FnMut(B, Self::Item) -> B,

    Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more
    1.51.0 · source§

    fn reduce<F>(self, f: F) -> Option<Self::Item>
    where\n Self: Sized,\n F: FnMut(Self::Item, Self::Item) -> Self::Item,

    Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read more
    source§

    fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
    where\n Self: Sized,\n F: FnMut(Self::Item, Self::Item) -> R,\n R: Try<Output = Self::Item>,\n <R as Try>::Residual: Residual<Option<Self::Item>>,

    🔬This is a nightly-only experimental API. (iterator_try_reduce)
    Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more
    1.0.0 · source§

    fn all<F>(&mut self, f: F) -> bool
    where\n Self: Sized,\n F: FnMut(Self::Item) -> bool,

    Tests if every element of the iterator matches a predicate. Read more
    1.0.0 · source§

    fn any<F>(&mut self, f: F) -> bool
    where\n Self: Sized,\n F: FnMut(Self::Item) -> bool,

    Tests if any element of the iterator matches a predicate. Read more
    1.0.0 · source§

    fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
    where\n Self: Sized,\n P: FnMut(&Self::Item) -> bool,

    Searches for an element of an iterator that satisfies a predicate. Read more
    1.30.0 · source§

    fn find_map<B, F>(&mut self, f: F) -> Option<B>
    where\n Self: Sized,\n F: FnMut(Self::Item) -> Option<B>,

    Applies function to the elements of iterator and returns\nthe first non-none result. Read more
    source§

    fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
    where\n Self: Sized,\n F: FnMut(&Self::Item) -> R,\n R: Try<Output = bool>,\n <R as Try>::Residual: Residual<Option<Self::Item>>,

    🔬This is a nightly-only experimental API. (try_find)
    Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more
    1.0.0 · source§

    fn position<P>(&mut self, predicate: P) -> Option<usize>
    where\n Self: Sized,\n P: FnMut(Self::Item) -> bool,

    Searches for an element in an iterator, returning its index. Read more
    1.6.0 · source§

    fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
    where\n B: Ord,\n Self: Sized,\n F: FnMut(&Self::Item) -> B,

    Returns the element that gives the maximum value from the\nspecified function. Read more
    1.15.0 · source§

    fn max_by<F>(self, compare: F) -> Option<Self::Item>
    where\n Self: Sized,\n F: FnMut(&Self::Item, &Self::Item) -> Ordering,

    Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more
    1.6.0 · source§

    fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
    where\n B: Ord,\n Self: Sized,\n F: FnMut(&Self::Item) -> B,

    Returns the element that gives the minimum value from the\nspecified function. Read more
    1.15.0 · source§

    fn min_by<F>(self, compare: F) -> Option<Self::Item>
    where\n Self: Sized,\n F: FnMut(&Self::Item, &Self::Item) -> Ordering,

    Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more
    1.0.0 · source§

    fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
    where\n FromA: Default + Extend<A>,\n FromB: Default + Extend<B>,\n Self: Sized + Iterator<Item = (A, B)>,

    Converts an iterator of pairs into a pair of containers. Read more
    1.36.0 · source§

    fn copied<'a, T>(self) -> Copied<Self>
    where\n T: 'a + Copy,\n Self: Sized + Iterator<Item = &'a T>,

    Creates an iterator which copies all of its elements. Read more
    1.0.0 · source§

    fn cloned<'a, T>(self) -> Cloned<Self>
    where\n T: 'a + Clone,\n Self: Sized + Iterator<Item = &'a T>,

    Creates an iterator which clones all of its elements. Read more
    source§

    fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>
    where\n Self: Sized,

    🔬This is a nightly-only experimental API. (iter_array_chunks)
    Returns an iterator over N elements of the iterator at a time. Read more
    1.11.0 · source§

    fn sum<S>(self) -> S
    where\n Self: Sized,\n S: Sum<Self::Item>,

    Sums the elements of an iterator. Read more
    1.11.0 · source§

    fn product<P>(self) -> P
    where\n Self: Sized,\n P: Product<Self::Item>,

    Iterates over the entire iterator, multiplying all the elements Read more
    source§

    fn cmp_by<I, F>(self, other: I, cmp: F) -> Ordering
    where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,

    🔬This is a nightly-only experimental API. (iter_order_by)
    Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more
    1.5.0 · source§

    fn partial_cmp<I>(self, other: I) -> Option<Ordering>
    where\n I: IntoIterator,\n Self::Item: PartialOrd<<I as IntoIterator>::Item>,\n Self: Sized,

    Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read more
    source§

    fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>
    where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,

    🔬This is a nightly-only experimental API. (iter_order_by)
    Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more
    1.5.0 · source§

    fn eq<I>(self, other: I) -> bool
    where\n I: IntoIterator,\n Self::Item: PartialEq<<I as IntoIterator>::Item>,\n Self: Sized,

    Determines if the elements of this Iterator are equal to those of\nanother. Read more
    source§

    fn eq_by<I, F>(self, other: I, eq: F) -> bool
    where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> bool,

    🔬This is a nightly-only experimental API. (iter_order_by)
    Determines if the elements of this Iterator are equal to those of\nanother with respect to the specified equality function. Read more
    1.5.0 · source§

    fn ne<I>(self, other: I) -> bool
    where\n I: IntoIterator,\n Self::Item: PartialEq<<I as IntoIterator>::Item>,\n Self: Sized,

    Determines if the elements of this Iterator are not equal to those of\nanother. Read more
    1.5.0 · source§

    fn lt<I>(self, other: I) -> bool
    where\n I: IntoIterator,\n Self::Item: PartialOrd<<I as IntoIterator>::Item>,\n Self: Sized,

    Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more
    1.5.0 · source§

    fn le<I>(self, other: I) -> bool
    where\n I: IntoIterator,\n Self::Item: PartialOrd<<I as IntoIterator>::Item>,\n Self: Sized,

    Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more
    1.5.0 · source§

    fn gt<I>(self, other: I) -> bool
    where\n I: IntoIterator,\n Self::Item: PartialOrd<<I as IntoIterator>::Item>,\n Self: Sized,

    Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more
    1.5.0 · source§

    fn ge<I>(self, other: I) -> bool
    where\n I: IntoIterator,\n Self::Item: PartialOrd<<I as IntoIterator>::Item>,\n Self: Sized,

    Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read more
    source§

    fn is_sorted_by<F>(self, compare: F) -> bool
    where\n Self: Sized,\n F: FnMut(&Self::Item, &Self::Item) -> bool,

    🔬This is a nightly-only experimental API. (is_sorted)
    Checks if the elements of this iterator are sorted using the given comparator function. Read more
    source§

    fn is_sorted_by_key<F, K>(self, f: F) -> bool
    where\n Self: Sized,\n F: FnMut(Self::Item) -> K,\n K: PartialOrd,

    🔬This is a nightly-only experimental API. (is_sorted)
    Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more
    ","Iterator","bdk_esplora::blocking_ext::Error"],["
    §

    impl<Sp> LocalSpawn for Box<Sp>
    where\n Sp: LocalSpawn + ?Sized,

    §

    fn spawn_local_obj(\n &self,\n future: LocalFutureObj<'static, ()>\n) -> Result<(), SpawnError>

    Spawns a future that will be run to completion. Read more
    §

    fn status_local(&self) -> Result<(), SpawnError>

    Determines whether the executor is able to spawn new tasks. Read more
    ","LocalSpawn","bdk_esplora::blocking_ext::Error"],["
    1.0.0 · source§

    impl<T, A> Ord for Box<T, A>
    where\n T: Ord + ?Sized,\n A: Allocator,

    source§

    fn cmp(&self, other: &Box<T, A>) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where\n Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Self
    where\n Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Self
    where\n Self: Sized + PartialOrd,

    Restrict a value to a certain interval. Read more
    ","Ord","bdk_esplora::blocking_ext::Error"],["
    1.0.0 · source§

    impl<T, A> PartialEq for Box<T, A>
    where\n T: PartialEq + ?Sized,\n A: Allocator,

    source§

    fn eq(&self, other: &Box<T, A>) -> bool

    This method tests for self and other values to be equal, and is used\nby ==.
    source§

    fn ne(&self, other: &Box<T, A>) -> bool

    This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
    ","PartialEq","bdk_esplora::blocking_ext::Error"],["
    1.0.0 · source§

    impl<T, A> PartialOrd for Box<T, A>
    where\n T: PartialOrd + ?Sized,\n A: Allocator,

    source§

    fn partial_cmp(&self, other: &Box<T, A>) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    source§

    fn lt(&self, other: &Box<T, A>) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    source§

    fn le(&self, other: &Box<T, A>) -> bool

    This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more
    source§

    fn ge(&self, other: &Box<T, A>) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >=\noperator. Read more
    source§

    fn gt(&self, other: &Box<T, A>) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    ","PartialOrd","bdk_esplora::blocking_ext::Error"],["
    1.0.0 · source§

    impl<T, A> Pointer for Box<T, A>
    where\n A: Allocator,\n T: ?Sized,

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Pointer","bdk_esplora::blocking_ext::Error"],["
    1.0.0 · source§

    impl<R> Read for Box<R>
    where\n R: Read + ?Sized,

    source§

    fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>

    Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read more
    source§

    fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>

    🔬This is a nightly-only experimental API. (read_buf)
    Pull some bytes from this source into the specified buffer. Read more
    source§

    fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>

    Like read, except that it reads into a slice of buffers. Read more
    source§

    fn is_read_vectored(&self) -> bool

    🔬This is a nightly-only experimental API. (can_vector)
    Determines if this Reader has an efficient read_vectored\nimplementation. Read more
    source§

    fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>

    Read all bytes until EOF in this source, placing them into buf. Read more
    source§

    fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>

    Read all bytes until EOF in this source, appending them to buf. Read more
    source§

    fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>

    Read the exact number of bytes required to fill buf. Read more
    source§

    fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>

    🔬This is a nightly-only experimental API. (read_buf)
    Read the exact number of bytes required to fill cursor. Read more
    1.0.0 · source§

    fn by_ref(&mut self) -> &mut Self
    where\n Self: Sized,

    Creates a “by reference” adaptor for this instance of Read. Read more
    1.0.0 · source§

    fn bytes(self) -> Bytes<Self>
    where\n Self: Sized,

    Transforms this Read instance to an Iterator over its bytes. Read more
    1.0.0 · source§

    fn chain<R>(self, next: R) -> Chain<Self, R>
    where\n R: Read,\n Self: Sized,

    Creates an adapter which will chain this stream with another. Read more
    1.0.0 · source§

    fn take(self, limit: u64) -> Take<Self>
    where\n Self: Sized,

    Creates an adapter which will read at most limit bytes from it. Read more
    ","Read","bdk_esplora::blocking_ext::Error"],["
    source§

    impl<R> RngCore for Box<R>
    where\n R: RngCore + ?Sized,

    source§

    fn next_u32(&mut self) -> u32

    Return the next random u32. Read more
    source§

    fn next_u64(&mut self) -> u64

    Return the next random u64. Read more
    source§

    fn fill_bytes(&mut self, dest: &mut [u8])

    Fill dest with random data. Read more
    source§

    fn try_fill_bytes(&mut self, dest: &mut [u8]) -> Result<(), Error>

    Fill dest entirely with random data. Read more
    ","RngCore","bdk_esplora::blocking_ext::Error"],["
    1.0.0 · source§

    impl<S> Seek for Box<S>
    where\n S: Seek + ?Sized,

    source§

    fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>

    Seek to an offset, in bytes, in a stream. Read more
    source§

    fn stream_position(&mut self) -> Result<u64, Error>

    Returns the current seek position from the start of the stream. Read more
    1.55.0 · source§

    fn rewind(&mut self) -> Result<(), Error>

    Rewind to the beginning of a stream. Read more
    source§

    fn stream_len(&mut self) -> Result<u64, Error>

    🔬This is a nightly-only experimental API. (seek_stream_len)
    Returns the length of this stream (in bytes). Read more
    source§

    fn seek_relative(&mut self, offset: i64) -> Result<(), Error>

    🔬This is a nightly-only experimental API. (seek_seek_relative)
    Seeks relative to the current position. Read more
    ","Seek","bdk_esplora::blocking_ext::Error"],["
    source§

    impl<T> Serialize for Box<T>
    where\n T: Serialize + ?Sized,

    source§

    fn serialize<S>(\n &self,\n serializer: S\n) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where\n S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    ","Serialize","bdk_esplora::blocking_ext::Error"],["
    §

    impl<S, Request> Service<Request> for Box<S>
    where\n S: Service<Request> + ?Sized,

    §

    type Response = <S as Service<Request>>::Response

    Responses given by the service.
    §

    type Error = <S as Service<Request>>::Error

    Errors produced by the service.
    §

    type Future = <S as Service<Request>>::Future

    The future response value.
    §

    fn poll_ready(\n &mut self,\n cx: &mut Context<'_>\n) -> Poll<Result<(), <S as Service<Request>>::Error>>

    Returns Poll::Ready(Ok(())) when the service is able to process requests. Read more
    §

    fn call(&mut self, request: Request) -> <S as Service<Request>>::Future

    Process the request and return the response asynchronously. Read more
    ","Service","bdk_esplora::blocking_ext::Error"],["
    §

    impl<S, Item> Sink<Item> for Box<S>
    where\n S: Sink<Item> + Unpin + ?Sized,

    §

    type Error = <S as Sink<Item>>::Error

    The type of value produced by the sink when an error occurs.
    §

    fn poll_ready(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), <Box<S> as Sink<Item>>::Error>>

    Attempts to prepare the Sink to receive a value. Read more
    §

    fn start_send(\n self: Pin<&mut Box<S>>,\n item: Item\n) -> Result<(), <Box<S> as Sink<Item>>::Error>

    Begin the process of sending a value to the sink.\nEach call to this function must be preceded by a successful call to\npoll_ready which returned Poll::Ready(Ok(())). Read more
    §

    fn poll_flush(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), <Box<S> as Sink<Item>>::Error>>

    Flush any remaining output from this sink. Read more
    §

    fn poll_close(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), <Box<S> as Sink<Item>>::Error>>

    Flush any remaining output and close this sink, if necessary. Read more
    ","Sink","bdk_esplora::blocking_ext::Error"],["
    §

    impl<T> Source for Box<T>
    where\n T: Source + ?Sized,

    §

    fn register(\n &mut self,\n registry: &Registry,\n token: Token,\n interests: Interest\n) -> Result<(), Error>

    Register self with the given Registry instance. Read more
    §

    fn reregister(\n &mut self,\n registry: &Registry,\n token: Token,\n interests: Interest\n) -> Result<(), Error>

    Re-register self with the given Registry instance. Read more
    §

    fn deregister(&mut self, registry: &Registry) -> Result<(), Error>

    Deregister self from the given Registry instance. Read more
    ","Source","bdk_esplora::blocking_ext::Error"],["
    §

    impl<Sp> Spawn for Box<Sp>
    where\n Sp: Spawn + ?Sized,

    §

    fn spawn_obj(&self, future: FutureObj<'static, ()>) -> Result<(), SpawnError>

    Spawns a future that will be run to completion. Read more
    §

    fn status(&self) -> Result<(), SpawnError>

    Determines whether the executor is able to spawn new tasks. Read more
    ","Spawn","bdk_esplora::blocking_ext::Error"],["
    §

    impl<S> Stream for Box<S>
    where\n S: Stream + Unpin + ?Sized,

    §

    type Item = <S as Stream>::Item

    Values yielded by the stream.
    §

    fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as Stream>::Item>>

    Attempt to pull out the next value of this stream, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the stream is exhausted. Read more
    §

    fn size_hint(&self) -> (usize, Option<usize>)

    Returns the bounds on the remaining length of the stream. Read more
    ","Stream","bdk_esplora::blocking_ext::Error"],["
    §

    impl<S> Subscriber for Box<S>
    where\n S: Subscriber + ?Sized,

    §

    fn register_callsite(&self, metadata: &'static Metadata<'static>) -> Interest

    Registers a new callsite with this subscriber, returning whether or not\nthe subscriber is interested in being notified about the callsite. Read more
    §

    fn enabled(&self, metadata: &Metadata<'_>) -> bool

    Returns true if a span or event with the specified metadata would be\nrecorded. Read more
    §

    fn max_level_hint(&self) -> Option<LevelFilter>

    Returns the highest verbosity level that this Subscriber will\nenable, or None, if the subscriber does not implement level-based\nfiltering or chooses not to implement this method. Read more
    §

    fn new_span(&self, span: &Attributes<'_>) -> Id

    Visit the construction of a new span, returning a new span ID for the\nspan being constructed. Read more
    §

    fn record(&self, span: &Id, values: &Record<'_>)

    Record a set of values on a span. Read more
    §

    fn record_follows_from(&self, span: &Id, follows: &Id)

    Adds an indication that span follows from the span with the id\nfollows. Read more
    §

    fn event_enabled(&self, event: &Event<'_>) -> bool

    Determine if an [Event] should be recorded. Read more
    §

    fn event(&self, event: &Event<'_>)

    Records that an Event has occurred. Read more
    §

    fn enter(&self, span: &Id)

    Records that a span has been entered. Read more
    §

    fn exit(&self, span: &Id)

    Records that a span has been exited. Read more
    §

    fn clone_span(&self, id: &Id) -> Id

    Notifies the subscriber that a span ID has been cloned. Read more
    §

    fn try_close(&self, id: Id) -> bool

    Notifies the subscriber that a span ID has been dropped, and returns\ntrue if there are now 0 IDs that refer to that span. Read more
    §

    fn drop_span(&self, id: Id)

    👎Deprecated since 0.1.2: use Subscriber::try_close instead
    This method is deprecated. Read more
    §

    fn current_span(&self) -> Current

    Returns a type representing this subscriber’s view of the current span. Read more
    §

    unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()>

    If self is the same type as the provided TypeId, returns an untyped\n*const pointer to that type. Otherwise, returns None. Read more
    §

    fn on_register_dispatch(&self, subscriber: &Dispatch)

    Invoked when this subscriber becomes a [Dispatch]. Read more
    ","Subscriber","bdk_esplora::blocking_ext::Error"],["
    §

    impl<'a, T, F> UnsafeFutureObj<'a, T> for Box<F>
    where\n F: Future<Output = T> + 'a,

    §

    fn into_raw(self) -> *mut dyn Future<Output = T> + 'a

    Convert an owned instance into a (conceptually owned) fat pointer. Read more
    §

    unsafe fn drop(ptr: *mut dyn Future<Output = T> + 'a)

    Drops the future represented by the given fat pointer. Read more
    ","UnsafeFutureObj<'a, T>","bdk_esplora::blocking_ext::Error"],["
    §

    impl<T> Value for Box<T>
    where\n T: Value + ?Sized,

    §

    fn record(&self, key: &Field, visitor: &mut dyn Visit)

    Visits this value with the given Visitor.
    ","Value","bdk_esplora::blocking_ext::Error"],["
    1.0.0 · source§

    impl<W> Write for Box<W>
    where\n W: Write + ?Sized,

    source§

    fn write(&mut self, buf: &[u8]) -> Result<usize, Error>

    Write a buffer into this writer, returning how many bytes were written. Read more
    source§

    fn write_vectored(&mut self, bufs: &[IoSlice<'_>]) -> Result<usize, Error>

    Like write, except that it writes from a slice of buffers. Read more
    source§

    fn is_write_vectored(&self) -> bool

    🔬This is a nightly-only experimental API. (can_vector)
    Determines if this Writer has an efficient write_vectored\nimplementation. Read more
    source§

    fn flush(&mut self) -> Result<(), Error>

    Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read more
    source§

    fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>

    Attempts to write an entire buffer into this writer. Read more
    source§

    fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>

    Writes a formatted string into this writer, returning any error\nencountered. Read more
    source§

    fn write_all_vectored(&mut self, bufs: &mut [IoSlice<'_>]) -> Result<(), Error>

    🔬This is a nightly-only experimental API. (write_all_vectored)
    Attempts to write multiple buffers into this writer. Read more
    1.0.0 · source§

    fn by_ref(&mut self) -> &mut Self
    where\n Self: Sized,

    Creates a “by reference” adapter for this instance of Write. Read more
    ","Write","bdk_esplora::blocking_ext::Error"],["
    source§

    impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
    where\n T: Unsize<U> + ?Sized,\n A: Allocator,\n U: ?Sized,

    ","CoerceUnsized>","bdk_esplora::blocking_ext::Error"],["
    source§

    impl<R> CryptoRng for Box<R>
    where\n R: CryptoRng + ?Sized,

    ","CryptoRng","bdk_esplora::blocking_ext::Error"],["
    source§

    impl<T, A> DerefPure for Box<T, A>
    where\n A: Allocator,\n T: ?Sized,

    ","DerefPure","bdk_esplora::blocking_ext::Error"],["
    source§

    impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
    where\n T: Unsize<U> + ?Sized,\n U: ?Sized,

    ","DispatchFromDyn>","bdk_esplora::blocking_ext::Error"],["
    1.0.0 · source§

    impl<T, A> Eq for Box<T, A>
    where\n T: Eq + ?Sized,\n A: Allocator,

    ","Eq","bdk_esplora::blocking_ext::Error"],["
    1.26.0 · source§

    impl<I, A> FusedIterator for Box<I, A>
    where\n I: FusedIterator + ?Sized,\n A: Allocator,

    ","FusedIterator","bdk_esplora::blocking_ext::Error"],["
    1.33.0 · source§

    impl<T, A> Unpin for Box<T, A>
    where\n A: Allocator,\n T: ?Sized,

    ","Unpin","bdk_esplora::blocking_ext::Error"]] +"bdk_esplora":[["
    1.64.0 · source§

    impl<T> AsFd for Box<T>
    where\n T: AsFd + ?Sized,

    source§

    fn as_fd(&self) -> BorrowedFd<'_>

    Borrows the file descriptor. Read more
    ","AsFd","bdk_esplora::blocking_ext::Error"],["
    1.5.0 · source§

    impl<T, A> AsMut<T> for Box<T, A>
    where\n A: Allocator,\n T: ?Sized,

    source§

    fn as_mut(&mut self) -> &mut T

    Converts this type into a mutable reference of the (usually inferred) input type.
    ","AsMut","bdk_esplora::blocking_ext::Error"],["
    1.63.0 · source§

    impl<T> AsRawFd for Box<T>
    where\n T: AsRawFd,

    source§

    fn as_raw_fd(&self) -> i32

    Extracts the raw file descriptor. Read more
    ","AsRawFd","bdk_esplora::blocking_ext::Error"],["
    1.5.0 · source§

    impl<T, A> AsRef<T> for Box<T, A>
    where\n A: Allocator,\n T: ?Sized,

    source§

    fn as_ref(&self) -> &T

    Converts this type into a shared reference of the (usually inferred) input type.
    ","AsRef","bdk_esplora::blocking_ext::Error"],["
    §

    impl<T> AsyncBufRead for Box<T>
    where\n T: AsyncBufRead + Unpin + ?Sized,

    §

    fn poll_fill_buf(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Result<&[u8], Error>>

    Attempt to return the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read more
    §

    fn consume(self: Pin<&mut Box<T>>, amt: usize)

    Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to poll_read. Read more
    ","AsyncBufRead","bdk_esplora::blocking_ext::Error"],["
    §

    impl<T> AsyncBufRead for Box<T>
    where\n T: AsyncBufRead + Unpin + ?Sized,

    §

    fn poll_fill_buf(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Result<&[u8], Error>>

    Attempts to return the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read more
    §

    fn consume(self: Pin<&mut Box<T>>, amt: usize)

    Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to poll_read. Read more
    ","AsyncBufRead","bdk_esplora::blocking_ext::Error"],["
    source§

    impl<Args, F, A> AsyncFn<Args> for Box<F, A>
    where\n Args: Tuple,\n F: AsyncFn<Args> + ?Sized,\n A: Allocator,

    source§

    extern "rust-call" fn async_call(\n &self,\n args: Args\n) -> <Box<F, A> as AsyncFnMut<Args>>::CallRefFuture<'_>

    🔬This is a nightly-only experimental API. (async_fn_traits)
    Call the AsyncFn, returning a future which may borrow from the called closure.
    ","AsyncFn","bdk_esplora::blocking_ext::Error"],["
    source§

    impl<Args, F, A> AsyncFnMut<Args> for Box<F, A>
    where\n Args: Tuple,\n F: AsyncFnMut<Args> + ?Sized,\n A: Allocator,

    §

    type CallRefFuture<'a> = <F as AsyncFnMut<Args>>::CallRefFuture<'a>\nwhere\n Box<F, A>: 'a

    🔬This is a nightly-only experimental API. (async_fn_traits)
    source§

    extern "rust-call" fn async_call_mut(\n &mut self,\n args: Args\n) -> <Box<F, A> as AsyncFnMut<Args>>::CallRefFuture<'_>

    🔬This is a nightly-only experimental API. (async_fn_traits)
    Call the AsyncFnMut, returning a future which may borrow from the called closure.
    ","AsyncFnMut","bdk_esplora::blocking_ext::Error"],["
    source§

    impl<Args, F, A> AsyncFnOnce<Args> for Box<F, A>
    where\n Args: Tuple,\n F: AsyncFnOnce<Args> + ?Sized,\n A: Allocator,

    §

    type Output = <F as AsyncFnOnce<Args>>::Output

    🔬This is a nightly-only experimental API. (async_fn_traits)
    Output type of the called closure’s future.
    §

    type CallOnceFuture = <F as AsyncFnOnce<Args>>::CallOnceFuture

    🔬This is a nightly-only experimental API. (async_fn_traits)
    Future returned by AsyncFnOnce::async_call_once.
    source§

    extern "rust-call" fn async_call_once(\n self,\n args: Args\n) -> <Box<F, A> as AsyncFnOnce<Args>>::CallOnceFuture

    🔬This is a nightly-only experimental API. (async_fn_traits)
    Call the AsyncFnOnce, returning a future which may move out of the called closure.
    ","AsyncFnOnce","bdk_esplora::blocking_ext::Error"],["
    source§

    impl<S> AsyncIterator for Box<S>
    where\n S: AsyncIterator + Unpin + ?Sized,

    §

    type Item = <S as AsyncIterator>::Item

    🔬This is a nightly-only experimental API. (async_iterator)
    The type of items yielded by the async iterator.
    source§

    fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>

    🔬This is a nightly-only experimental API. (async_iterator)
    Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more
    source§

    fn size_hint(&self) -> (usize, Option<usize>)

    🔬This is a nightly-only experimental API. (async_iterator)
    Returns the bounds on the remaining length of the async iterator. Read more
    ","AsyncIterator","bdk_esplora::blocking_ext::Error"],["
    §

    impl<T> AsyncRead for Box<T>
    where\n T: AsyncRead + Unpin + ?Sized,

    §

    fn poll_read(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n buf: &mut ReadBuf<'_>\n) -> Poll<Result<(), Error>>

    Attempts to read from the AsyncRead into buf. Read more
    ","AsyncRead","bdk_esplora::blocking_ext::Error"],["
    §

    impl<T> AsyncRead for Box<T>
    where\n T: AsyncRead + Unpin + ?Sized,

    §

    fn poll_read(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n buf: &mut [u8]\n) -> Poll<Result<usize, Error>>

    Attempt to read from the AsyncRead into buf. Read more
    §

    fn poll_read_vectored(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n bufs: &mut [IoSliceMut<'_>]\n) -> Poll<Result<usize, Error>>

    Attempt to read from the AsyncRead into bufs using vectored\nIO operations. Read more
    ","AsyncRead","bdk_esplora::blocking_ext::Error"],["
    §

    impl<T> AsyncSeek for Box<T>
    where\n T: AsyncSeek + Unpin + ?Sized,

    §

    fn poll_seek(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n pos: SeekFrom\n) -> Poll<Result<u64, Error>>

    Attempt to seek to an offset, in bytes, in a stream. Read more
    ","AsyncSeek","bdk_esplora::blocking_ext::Error"],["
    §

    impl<T> AsyncSeek for Box<T>
    where\n T: AsyncSeek + Unpin + ?Sized,

    §

    fn start_seek(self: Pin<&mut Box<T>>, pos: SeekFrom) -> Result<(), Error>

    Attempts to seek to an offset, in bytes, in a stream. Read more
    §

    fn poll_complete(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Result<u64, Error>>

    Waits for a seek operation to complete. Read more
    ","AsyncSeek","bdk_esplora::blocking_ext::Error"],["
    §

    impl<T> AsyncWrite for Box<T>
    where\n T: AsyncWrite + Unpin + ?Sized,

    §

    fn poll_write(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n buf: &[u8]\n) -> Poll<Result<usize, Error>>

    Attempt to write bytes from buf into the object. Read more
    §

    fn poll_write_vectored(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n bufs: &[IoSlice<'_>]\n) -> Poll<Result<usize, Error>>

    Attempt to write bytes from bufs into the object using vectored\nIO operations. Read more
    §

    fn poll_flush(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), Error>>

    Attempt to flush the object, ensuring that any buffered data reach\ntheir destination. Read more
    §

    fn poll_close(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), Error>>

    Attempt to close the object. Read more
    ","AsyncWrite","bdk_esplora::blocking_ext::Error"],["
    §

    impl<T> AsyncWrite for Box<T>
    where\n T: AsyncWrite + Unpin + ?Sized,

    §

    fn poll_write(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n buf: &[u8]\n) -> Poll<Result<usize, Error>>

    Attempt to write bytes from buf into the object. Read more
    §

    fn poll_write_vectored(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n bufs: &[IoSlice<'_>]\n) -> Poll<Result<usize, Error>>

    Like poll_write, except that it writes from a slice of buffers. Read more
    §

    fn is_write_vectored(&self) -> bool

    Determines if this writer has an efficient poll_write_vectored\nimplementation. Read more
    §

    fn poll_flush(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), Error>>

    Attempts to flush the object, ensuring that any buffered data reach\ntheir destination. Read more
    §

    fn poll_shutdown(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), Error>>

    Initiates or attempts to shut down this writer, returning success when\nthe I/O connection has completely shut down. Read more
    ","AsyncWrite","bdk_esplora::blocking_ext::Error"],["
    source§

    impl<T> Body for Box<T>
    where\n T: Body + Unpin + ?Sized,

    §

    type Data = <T as Body>::Data

    Values yielded by the Body.
    §

    type Error = <T as Body>::Error

    The error type this Body might generate.
    source§

    fn poll_data(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Option<Result<<Box<T> as Body>::Data, <Box<T> as Body>::Error>>>

    Attempt to pull out the next data buffer of this stream.
    source§

    fn poll_trailers(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Result<Option<HeaderMap>, <Box<T> as Body>::Error>>

    Poll for an optional single HeaderMap of trailers. Read more
    source§

    fn is_end_stream(&self) -> bool

    Returns true when the end of stream has been reached. Read more
    source§

    fn size_hint(&self) -> SizeHint

    Returns the bounds on the remaining length of the stream. Read more
    source§

    fn data(&mut self) -> Data<'_, Self>
    where\n Self: Sized + Unpin,

    Returns future that resolves to next data chunk, if any.
    source§

    fn trailers(&mut self) -> Trailers<'_, Self>
    where\n Self: Sized + Unpin,

    Returns future that resolves to trailers, if any.
    source§

    fn map_data<F, B>(self, f: F) -> MapData<Self, F>
    where\n Self: Sized,\n F: FnMut(Self::Data) -> B,\n B: Buf,

    Maps this body’s data value to a different value.
    source§

    fn map_err<F, E>(self, f: F) -> MapErr<Self, F>
    where\n Self: Sized,\n F: FnMut(Self::Error) -> E,

    Maps this body’s error value to a different value.
    source§

    fn collect(self) -> Collect<Self>
    where\n Self: Sized,

    Turn this body into Collected body which will collect all the DATA frames\nand trailers.
    ","Body","bdk_esplora::blocking_ext::Error"],["
    1.1.0 · source§

    impl<T, A> Borrow<T> for Box<T, A>
    where\n A: Allocator,\n T: ?Sized,

    source§

    fn borrow(&self) -> &T

    Immutably borrows from an owned value. Read more
    ","Borrow","bdk_esplora::blocking_ext::Error"],["
    1.1.0 · source§

    impl<T, A> BorrowMut<T> for Box<T, A>
    where\n A: Allocator,\n T: ?Sized,

    source§

    fn borrow_mut(&mut self) -> &mut T

    Mutably borrows from an owned value. Read more
    ","BorrowMut","bdk_esplora::blocking_ext::Error"],["
    source§

    impl<T> Box<T>

    1.0.0 · source

    pub fn new(x: T) -> Box<T>

    Allocates memory on the heap and then places x into it.

    \n

    This doesn’t actually allocate if T is zero-sized.

    \n
    §Examples
    \n
    let five = Box::new(5);
    \n
    source

    pub fn new_uninit() -> Box<MaybeUninit<T>>

    🔬This is a nightly-only experimental API. (new_uninit)

    Constructs a new box with uninitialized contents.

    \n
    §Examples
    \n
    #![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n    // Deferred initialization:\n    five.as_mut_ptr().write(5);\n\n    five.assume_init()\n};\n\nassert_eq!(*five, 5)
    \n
    source

    pub fn new_zeroed() -> Box<MaybeUninit<T>>

    🔬This is a nightly-only experimental API. (new_uninit)

    Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.

    \n

    See MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.

    \n
    §Examples
    \n
    #![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
    \n
    1.33.0 · source

    pub fn pin(x: T) -> Pin<Box<T>>

    Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.

    \n

    Constructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.

    \n
    source

    pub fn try_new(x: T) -> Result<Box<T>, AllocError>

    🔬This is a nightly-only experimental API. (allocator_api)

    Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails

    \n

    This doesn’t actually allocate if T is zero-sized.

    \n
    §Examples
    \n
    #![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
    \n
    source

    pub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>

    🔬This is a nightly-only experimental API. (allocator_api)

    Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails

    \n
    §Examples
    \n
    #![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n    // Deferred initialization:\n    five.as_mut_ptr().write(5);\n\n    five.assume_init()\n};\n\nassert_eq!(*five, 5);
    \n
    source

    pub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>

    🔬This is a nightly-only experimental API. (allocator_api)

    Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap

    \n

    See MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.

    \n
    §Examples
    \n
    #![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
    \n
    ",0,"bdk_esplora::blocking_ext::Error"],["
    source§

    impl<T> Box<T>
    where\n T: ?Sized,

    1.4.0 · source

    pub unsafe fn from_raw(raw: *mut T) -> Box<T>

    Constructs a box from a raw pointer.

    \n

    After calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .

    \n
    §Safety
    \n

    This function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.

    \n

    The safety conditions are described in the memory layout section.

    \n
    §Examples
    \n

    Recreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:

    \n\n
    let x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
    \n

    Manually create a Box from scratch by using the global allocator:

    \n\n
    use std::alloc::{alloc, Layout};\n\nunsafe {\n    let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n    // In general .write is required to avoid attempting to destruct\n    // the (uninitialized) previous contents of `ptr`, though for this\n    // simple example `*ptr = 5` would have worked as well.\n    ptr.write(5);\n    let x = Box::from_raw(ptr);\n}
    \n
    ",0,"bdk_esplora::blocking_ext::Error"],["
    source§

    impl<T, A> Box<T, A>
    where\n A: Allocator,

    source

    pub fn new_in(x: T, alloc: A) -> Box<T, A>
    where\n A: Allocator,

    🔬This is a nightly-only experimental API. (allocator_api)

    Allocates memory in the given allocator then places x into it.

    \n

    This doesn’t actually allocate if T is zero-sized.

    \n
    §Examples
    \n
    #![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
    \n
    source

    pub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>
    where\n A: Allocator,

    🔬This is a nightly-only experimental API. (allocator_api)

    Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails

    \n

    This doesn’t actually allocate if T is zero-sized.

    \n
    §Examples
    \n
    #![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
    \n
    source

    pub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>
    where\n A: Allocator,

    🔬This is a nightly-only experimental API. (allocator_api)

    Constructs a new box with uninitialized contents in the provided allocator.

    \n
    §Examples
    \n
    #![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n    // Deferred initialization:\n    five.as_mut_ptr().write(5);\n\n    five.assume_init()\n};\n\nassert_eq!(*five, 5)
    \n
    source

    pub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>
    where\n A: Allocator,

    🔬This is a nightly-only experimental API. (allocator_api)

    Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails

    \n
    §Examples
    \n
    #![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n    // Deferred initialization:\n    five.as_mut_ptr().write(5);\n\n    five.assume_init()\n};\n\nassert_eq!(*five, 5);
    \n
    source

    pub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>
    where\n A: Allocator,

    🔬This is a nightly-only experimental API. (allocator_api)

    Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.

    \n

    See MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.

    \n
    §Examples
    \n
    #![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
    \n
    source

    pub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>
    where\n A: Allocator,

    🔬This is a nightly-only experimental API. (allocator_api)

    Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,

    \n

    See MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.

    \n
    §Examples
    \n
    #![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
    \n
    source

    pub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>
    where\n A: 'static + Allocator,

    🔬This is a nightly-only experimental API. (allocator_api)

    Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.

    \n

    Constructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.

    \n
    source

    pub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>

    🔬This is a nightly-only experimental API. (box_into_boxed_slice)

    Converts a Box<T> into a Box<[T]>

    \n

    This conversion does not allocate on the heap and happens in place.

    \n
    source

    pub fn into_inner(boxed: Box<T, A>) -> T

    🔬This is a nightly-only experimental API. (box_into_inner)

    Consumes the Box, returning the wrapped value.

    \n
    §Examples
    \n
    #![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
    \n
    ",0,"bdk_esplora::blocking_ext::Error"],["
    source§

    impl<T, A> Box<T, A>
    where\n A: Allocator,\n T: ?Sized,

    const: unstable · source

    pub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>

    🔬This is a nightly-only experimental API. (allocator_api)

    Constructs a box from a raw pointer in the given allocator.

    \n

    After calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .

    \n
    §Safety
    \n

    This function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.

    \n
    §Examples
    \n

    Recreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:

    \n\n
    #![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
    \n

    Manually create a Box from scratch by using the system allocator:

    \n\n
    #![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n    let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n    // In general .write is required to avoid attempting to destruct\n    // the (uninitialized) previous contents of `ptr`, though for this\n    // simple example `*ptr = 5` would have worked as well.\n    ptr.write(5);\n    let x = Box::from_raw_in(ptr, System);\n}
    \n
    1.4.0 · source

    pub fn into_raw(b: Box<T, A>) -> *mut T

    Consumes the Box, returning a wrapped raw pointer.

    \n

    The pointer will be properly aligned and non-null.

    \n

    After calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.

    \n

    Note: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.

    \n
    §Examples
    \n

    Converting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:

    \n\n
    let x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
    \n

    Manual cleanup by explicitly running the destructor and deallocating\nthe memory:

    \n\n
    use std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n    ptr::drop_in_place(ptr);\n    dealloc(ptr as *mut u8, Layout::new::<String>());\n}
    \n

    Note: This is equivalent to the following:

    \n\n
    let x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n    drop(Box::from_raw(ptr));\n}
    \n
    source

    pub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)

    🔬This is a nightly-only experimental API. (allocator_api)

    Consumes the Box, returning a wrapped raw pointer and the allocator.

    \n

    The pointer will be properly aligned and non-null.

    \n

    After calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.

    \n

    Note: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.

    \n
    §Examples
    \n

    Converting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:

    \n\n
    #![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
    \n

    Manual cleanup by explicitly running the destructor and deallocating\nthe memory:

    \n\n
    #![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n    ptr::drop_in_place(ptr);\n    let non_null = NonNull::new_unchecked(ptr);\n    alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
    \n
    const: unstable · source

    pub fn allocator(b: &Box<T, A>) -> &A

    🔬This is a nightly-only experimental API. (allocator_api)

    Returns a reference to the underlying allocator.

    \n

    Note: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.

    \n
    1.26.0 · source

    pub fn leak<'a>(b: Box<T, A>) -> &'a mut T
    where\n A: 'a,

    Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.

    \n

    This function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.

    \n

    Note: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.

    \n
    §Examples
    \n

    Simple usage:

    \n\n
    let x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
    \n

    Unsized data:

    \n\n
    let x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
    \n
    1.63.0 (const: unstable) · source

    pub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>
    where\n A: 'static,

    Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.

    \n

    This conversion does not allocate on the heap and happens in place.

    \n

    This is also available via From.

    \n

    Constructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.

    \n
    §Notes
    \n

    It’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.

    \n\n
    ⓘ
    struct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n    fn from(_: Box<()>) -> Pin<Foo> {\n        Pin::new(Foo)\n    }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
    \n
    ",0,"bdk_esplora::blocking_ext::Error"],["
    §

    impl<T> Buf for Box<T>
    where\n T: Buf + ?Sized,

    §

    fn remaining(&self) -> usize

    Returns the number of bytes between the current position and the end of\nthe buffer. Read more
    §

    fn chunk(&self) -> &[u8] ⓘ

    Returns a slice starting at the current position and of length between 0\nand Buf::remaining(). Note that this can return shorter slice (this allows\nnon-continuous internal representation). Read more
    §

    fn chunks_vectored<'b>(&'b self, dst: &mut [IoSlice<'b>]) -> usize

    Fills dst with potentially multiple slices starting at self’s\ncurrent position. Read more
    §

    fn advance(&mut self, cnt: usize)

    Advance the internal cursor of the Buf Read more
    §

    fn has_remaining(&self) -> bool

    Returns true if there are any more bytes to consume Read more
    §

    fn copy_to_slice(&mut self, dst: &mut [u8])

    Copies bytes from self into dst. Read more
    §

    fn get_u8(&mut self) -> u8

    Gets an unsigned 8 bit integer from self. Read more
    §

    fn get_i8(&mut self) -> i8

    Gets a signed 8 bit integer from self. Read more
    §

    fn get_u16(&mut self) -> u16

    Gets an unsigned 16 bit integer from self in big-endian byte order. Read more
    §

    fn get_u16_le(&mut self) -> u16

    Gets an unsigned 16 bit integer from self in little-endian byte order. Read more
    §

    fn get_u16_ne(&mut self) -> u16

    Gets an unsigned 16 bit integer from self in native-endian byte order. Read more
    §

    fn get_i16(&mut self) -> i16

    Gets a signed 16 bit integer from self in big-endian byte order. Read more
    §

    fn get_i16_le(&mut self) -> i16

    Gets a signed 16 bit integer from self in little-endian byte order. Read more
    §

    fn get_i16_ne(&mut self) -> i16

    Gets a signed 16 bit integer from self in native-endian byte order. Read more
    §

    fn get_u32(&mut self) -> u32

    Gets an unsigned 32 bit integer from self in the big-endian byte order. Read more
    §

    fn get_u32_le(&mut self) -> u32

    Gets an unsigned 32 bit integer from self in the little-endian byte order. Read more
    §

    fn get_u32_ne(&mut self) -> u32

    Gets an unsigned 32 bit integer from self in native-endian byte order. Read more
    §

    fn get_i32(&mut self) -> i32

    Gets a signed 32 bit integer from self in big-endian byte order. Read more
    §

    fn get_i32_le(&mut self) -> i32

    Gets a signed 32 bit integer from self in little-endian byte order. Read more
    §

    fn get_i32_ne(&mut self) -> i32

    Gets a signed 32 bit integer from self in native-endian byte order. Read more
    §

    fn get_u64(&mut self) -> u64

    Gets an unsigned 64 bit integer from self in big-endian byte order. Read more
    §

    fn get_u64_le(&mut self) -> u64

    Gets an unsigned 64 bit integer from self in little-endian byte order. Read more
    §

    fn get_u64_ne(&mut self) -> u64

    Gets an unsigned 64 bit integer from self in native-endian byte order. Read more
    §

    fn get_i64(&mut self) -> i64

    Gets a signed 64 bit integer from self in big-endian byte order. Read more
    §

    fn get_i64_le(&mut self) -> i64

    Gets a signed 64 bit integer from self in little-endian byte order. Read more
    §

    fn get_i64_ne(&mut self) -> i64

    Gets a signed 64 bit integer from self in native-endian byte order. Read more
    §

    fn get_uint(&mut self, nbytes: usize) -> u64

    Gets an unsigned n-byte integer from self in big-endian byte order. Read more
    §

    fn get_uint_le(&mut self, nbytes: usize) -> u64

    Gets an unsigned n-byte integer from self in little-endian byte order. Read more
    §

    fn get_uint_ne(&mut self, nbytes: usize) -> u64

    Gets an unsigned n-byte integer from self in native-endian byte order. Read more
    §

    fn get_int(&mut self, nbytes: usize) -> i64

    Gets a signed n-byte integer from self in big-endian byte order. Read more
    §

    fn get_int_le(&mut self, nbytes: usize) -> i64

    Gets a signed n-byte integer from self in little-endian byte order. Read more
    §

    fn get_int_ne(&mut self, nbytes: usize) -> i64

    Gets a signed n-byte integer from self in native-endian byte order. Read more
    §

    fn copy_to_bytes(&mut self, len: usize) -> Bytes

    Consumes len bytes inside self and returns new instance of Bytes\nwith this data. Read more
    §

    fn get_u128(&mut self) -> u128

    Gets an unsigned 128 bit integer from self in big-endian byte order. Read more
    §

    fn get_u128_le(&mut self) -> u128

    Gets an unsigned 128 bit integer from self in little-endian byte order. Read more
    §

    fn get_u128_ne(&mut self) -> u128

    Gets an unsigned 128 bit integer from self in native-endian byte order. Read more
    §

    fn get_i128(&mut self) -> i128

    Gets a signed 128 bit integer from self in big-endian byte order. Read more
    §

    fn get_i128_le(&mut self) -> i128

    Gets a signed 128 bit integer from self in little-endian byte order. Read more
    §

    fn get_i128_ne(&mut self) -> i128

    Gets a signed 128 bit integer from self in native-endian byte order. Read more
    §

    fn get_f32(&mut self) -> f32

    Gets an IEEE754 single-precision (4 bytes) floating point number from\nself in big-endian byte order. Read more
    §

    fn get_f32_le(&mut self) -> f32

    Gets an IEEE754 single-precision (4 bytes) floating point number from\nself in little-endian byte order. Read more
    §

    fn get_f32_ne(&mut self) -> f32

    Gets an IEEE754 single-precision (4 bytes) floating point number from\nself in native-endian byte order. Read more
    §

    fn get_f64(&mut self) -> f64

    Gets an IEEE754 double-precision (8 bytes) floating point number from\nself in big-endian byte order. Read more
    §

    fn get_f64_le(&mut self) -> f64

    Gets an IEEE754 double-precision (8 bytes) floating point number from\nself in little-endian byte order. Read more
    §

    fn get_f64_ne(&mut self) -> f64

    Gets an IEEE754 double-precision (8 bytes) floating point number from\nself in native-endian byte order. Read more
    §

    fn take(self, limit: usize) -> Take<Self>
    where\n Self: Sized,

    Creates an adaptor which will read at most limit bytes from self. Read more
    §

    fn chain<U>(self, next: U) -> Chain<Self, U>
    where\n U: Buf,\n Self: Sized,

    Creates an adaptor which will chain this buffer with another. Read more
    §

    fn reader(self) -> Reader<Self>
    where\n Self: Sized,

    Creates an adaptor which implements the Read trait for self. Read more
    ","Buf","bdk_esplora::blocking_ext::Error"],["
    §

    impl<T> BufMut for Box<T>
    where\n T: BufMut + ?Sized,

    §

    fn remaining_mut(&self) -> usize

    Returns the number of bytes that can be written from the current\nposition until the end of the buffer is reached. Read more
    §

    fn chunk_mut(&mut self) -> &mut UninitSlice

    Returns a mutable slice starting at the current BufMut position and of\nlength between 0 and BufMut::remaining_mut(). Note that this can be shorter than the\nwhole remainder of the buffer (this allows non-continuous implementation). Read more
    §

    unsafe fn advance_mut(&mut self, cnt: usize)

    Advance the internal cursor of the BufMut Read more
    §

    fn put_slice(&mut self, src: &[u8])

    Transfer bytes into self from src and advance the cursor by the\nnumber of bytes written. Read more
    §

    fn put_u8(&mut self, n: u8)

    Writes an unsigned 8 bit integer to self. Read more
    §

    fn put_i8(&mut self, n: i8)

    Writes a signed 8 bit integer to self. Read more
    §

    fn put_u16(&mut self, n: u16)

    Writes an unsigned 16 bit integer to self in big-endian byte order. Read more
    §

    fn put_u16_le(&mut self, n: u16)

    Writes an unsigned 16 bit integer to self in little-endian byte order. Read more
    §

    fn put_u16_ne(&mut self, n: u16)

    Writes an unsigned 16 bit integer to self in native-endian byte order. Read more
    §

    fn put_i16(&mut self, n: i16)

    Writes a signed 16 bit integer to self in big-endian byte order. Read more
    §

    fn put_i16_le(&mut self, n: i16)

    Writes a signed 16 bit integer to self in little-endian byte order. Read more
    §

    fn put_i16_ne(&mut self, n: i16)

    Writes a signed 16 bit integer to self in native-endian byte order. Read more
    §

    fn put_u32(&mut self, n: u32)

    Writes an unsigned 32 bit integer to self in big-endian byte order. Read more
    §

    fn put_u32_le(&mut self, n: u32)

    Writes an unsigned 32 bit integer to self in little-endian byte order. Read more
    §

    fn put_u32_ne(&mut self, n: u32)

    Writes an unsigned 32 bit integer to self in native-endian byte order. Read more
    §

    fn put_i32(&mut self, n: i32)

    Writes a signed 32 bit integer to self in big-endian byte order. Read more
    §

    fn put_i32_le(&mut self, n: i32)

    Writes a signed 32 bit integer to self in little-endian byte order. Read more
    §

    fn put_i32_ne(&mut self, n: i32)

    Writes a signed 32 bit integer to self in native-endian byte order. Read more
    §

    fn put_u64(&mut self, n: u64)

    Writes an unsigned 64 bit integer to self in the big-endian byte order. Read more
    §

    fn put_u64_le(&mut self, n: u64)

    Writes an unsigned 64 bit integer to self in little-endian byte order. Read more
    §

    fn put_u64_ne(&mut self, n: u64)

    Writes an unsigned 64 bit integer to self in native-endian byte order. Read more
    §

    fn put_i64(&mut self, n: i64)

    Writes a signed 64 bit integer to self in the big-endian byte order. Read more
    §

    fn put_i64_le(&mut self, n: i64)

    Writes a signed 64 bit integer to self in little-endian byte order. Read more
    §

    fn put_i64_ne(&mut self, n: i64)

    Writes a signed 64 bit integer to self in native-endian byte order. Read more
    §

    fn has_remaining_mut(&self) -> bool

    Returns true if there is space in self for more bytes. Read more
    §

    fn put<T>(&mut self, src: T)
    where\n T: Buf,\n Self: Sized,

    Transfer bytes into self from src and advance the cursor by the\nnumber of bytes written. Read more
    §

    fn put_bytes(&mut self, val: u8, cnt: usize)

    Put cnt bytes val into self. Read more
    §

    fn put_u128(&mut self, n: u128)

    Writes an unsigned 128 bit integer to self in the big-endian byte order. Read more
    §

    fn put_u128_le(&mut self, n: u128)

    Writes an unsigned 128 bit integer to self in little-endian byte order. Read more
    §

    fn put_u128_ne(&mut self, n: u128)

    Writes an unsigned 128 bit integer to self in native-endian byte order. Read more
    §

    fn put_i128(&mut self, n: i128)

    Writes a signed 128 bit integer to self in the big-endian byte order. Read more
    §

    fn put_i128_le(&mut self, n: i128)

    Writes a signed 128 bit integer to self in little-endian byte order. Read more
    §

    fn put_i128_ne(&mut self, n: i128)

    Writes a signed 128 bit integer to self in native-endian byte order. Read more
    §

    fn put_uint(&mut self, n: u64, nbytes: usize)

    Writes an unsigned n-byte integer to self in big-endian byte order. Read more
    §

    fn put_uint_le(&mut self, n: u64, nbytes: usize)

    Writes an unsigned n-byte integer to self in the little-endian byte order. Read more
    §

    fn put_uint_ne(&mut self, n: u64, nbytes: usize)

    Writes an unsigned n-byte integer to self in the native-endian byte order. Read more
    §

    fn put_int(&mut self, n: i64, nbytes: usize)

    Writes low nbytes of a signed integer to self in big-endian byte order. Read more
    §

    fn put_int_le(&mut self, n: i64, nbytes: usize)

    Writes low nbytes of a signed integer to self in little-endian byte order. Read more
    §

    fn put_int_ne(&mut self, n: i64, nbytes: usize)

    Writes low nbytes of a signed integer to self in native-endian byte order. Read more
    §

    fn put_f32(&mut self, n: f32)

    Writes an IEEE754 single-precision (4 bytes) floating point number to\nself in big-endian byte order. Read more
    §

    fn put_f32_le(&mut self, n: f32)

    Writes an IEEE754 single-precision (4 bytes) floating point number to\nself in little-endian byte order. Read more
    §

    fn put_f32_ne(&mut self, n: f32)

    Writes an IEEE754 single-precision (4 bytes) floating point number to\nself in native-endian byte order. Read more
    §

    fn put_f64(&mut self, n: f64)

    Writes an IEEE754 double-precision (8 bytes) floating point number to\nself in big-endian byte order. Read more
    §

    fn put_f64_le(&mut self, n: f64)

    Writes an IEEE754 double-precision (8 bytes) floating point number to\nself in little-endian byte order. Read more
    §

    fn put_f64_ne(&mut self, n: f64)

    Writes an IEEE754 double-precision (8 bytes) floating point number to\nself in native-endian byte order. Read more
    §

    fn limit(self, limit: usize) -> Limit<Self>
    where\n Self: Sized,

    Creates an adaptor which can write at most limit bytes to self. Read more
    §

    fn writer(self) -> Writer<Self>
    where\n Self: Sized,

    Creates an adaptor which implements the Write trait for self. Read more
    §

    fn chain_mut<U>(self, next: U) -> Chain<Self, U>
    where\n U: BufMut,\n Self: Sized,

    Creates an adapter which will chain this buffer with another. Read more
    ","BufMut","bdk_esplora::blocking_ext::Error"],["
    1.0.0 · source§

    impl<B> BufRead for Box<B>
    where\n B: BufRead + ?Sized,

    source§

    fn fill_buf(&mut self) -> Result<&[u8], Error>

    Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read more
    source§

    fn consume(&mut self, amt: usize)

    Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read more
    source§

    fn read_until(&mut self, byte: u8, buf: &mut Vec<u8>) -> Result<usize, Error>

    Read all bytes into buf until the delimiter byte or EOF is reached. Read more
    source§

    fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>

    Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read more
    source§

    fn has_data_left(&mut self) -> Result<bool, Error>

    🔬This is a nightly-only experimental API. (buf_read_has_data_left)
    Check if the underlying Read has any data left to be read. Read more
    source§

    fn skip_until(&mut self, byte: u8) -> Result<usize, Error>

    🔬This is a nightly-only experimental API. (bufread_skip_until)
    Skip all bytes until the delimiter byte or EOF is reached. Read more
    1.0.0 · source§

    fn split(self, byte: u8) -> Split<Self>
    where\n Self: Sized,

    Returns an iterator over the contents of this reader split on the byte\nbyte. Read more
    1.0.0 · source§

    fn lines(self) -> Lines<Self>
    where\n Self: Sized,

    Returns an iterator over the lines of this reader. Read more
    ","BufRead","bdk_esplora::blocking_ext::Error"],["
    1.0.0 · source§

    impl<T, A> Clone for Box<T, A>
    where\n T: Clone,\n A: Allocator + Clone,

    source§

    fn clone(&self) -> Box<T, A>

    Returns a new box with a clone() of this box’s contents.

    \n
    §Examples
    \n
    let x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
    \n
    source§

    fn clone_from(&mut self, source: &Box<T, A>)

    Copies source’s contents into self without creating a new allocation.

    \n
    §Examples
    \n
    let x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
    \n
    ","Clone","bdk_esplora::blocking_ext::Error"],["
    source§

    impl<G, R, A> Coroutine<R> for Box<G, A>
    where\n G: Coroutine<R> + Unpin + ?Sized,\n A: Allocator,

    §

    type Yield = <G as Coroutine<R>>::Yield

    🔬This is a nightly-only experimental API. (coroutine_trait)
    The type of value this coroutine yields. Read more
    §

    type Return = <G as Coroutine<R>>::Return

    🔬This is a nightly-only experimental API. (coroutine_trait)
    The type of value this coroutine returns. Read more
    source§

    fn resume(\n self: Pin<&mut Box<G, A>>,\n arg: R\n) -> CoroutineState<<Box<G, A> as Coroutine<R>>::Yield, <Box<G, A> as Coroutine<R>>::Return>

    🔬This is a nightly-only experimental API. (coroutine_trait)
    Resumes the execution of this coroutine. Read more
    ","Coroutine","bdk_esplora::blocking_ext::Error"],["
    1.0.0 · source§

    impl<T, A> Debug for Box<T, A>
    where\n T: Debug + ?Sized,\n A: Allocator,

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Debug","bdk_esplora::blocking_ext::Error"],["
    1.0.0 · source§

    impl<T> Default for Box<T>
    where\n T: Default,

    source§

    fn default() -> Box<T>

    Creates a Box<T>, with the Default value for T.

    \n
    ","Default","bdk_esplora::blocking_ext::Error"],["
    1.0.0 · source§

    impl<T, A> Deref for Box<T, A>
    where\n A: Allocator,\n T: ?Sized,

    §

    type Target = T

    The resulting type after dereferencing.
    source§

    fn deref(&self) -> &T

    Dereferences the value.
    ","Deref","bdk_esplora::blocking_ext::Error"],["
    1.0.0 · source§

    impl<T, A> DerefMut for Box<T, A>
    where\n A: Allocator,\n T: ?Sized,

    source§

    fn deref_mut(&mut self) -> &mut T

    Mutably dereferences the value.
    ","DerefMut","bdk_esplora::blocking_ext::Error"],["
    source§

    impl<'de, T> Deserialize<'de> for Box<T>
    where\n T: Deserialize<'de>,

    source§

    fn deserialize<D>(\n deserializer: D\n) -> Result<Box<T>, <D as Deserializer<'de>>::Error>
    where\n D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    ","Deserialize<'de>","bdk_esplora::blocking_ext::Error"],["
    1.0.0 · source§

    impl<T, A> Display for Box<T, A>
    where\n T: Display + ?Sized,\n A: Allocator,

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Display","bdk_esplora::blocking_ext::Error"],["
    1.0.0 · source§

    impl<I, A> DoubleEndedIterator for Box<I, A>
    where\n I: DoubleEndedIterator + ?Sized,\n A: Allocator,

    source§

    fn next_back(&mut self) -> Option<<I as Iterator>::Item>

    Removes and returns an element from the end of the iterator. Read more
    source§

    fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>

    Returns the nth element from the end of the iterator. Read more
    source§

    fn advance_back_by(&mut self, n: usize) -> Result<(), NonZero<usize>>

    🔬This is a nightly-only experimental API. (iter_advance_by)
    Advances the iterator from the back by n elements. Read more
    1.27.0 · source§

    fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
    where\n Self: Sized,\n F: FnMut(B, Self::Item) -> R,\n R: Try<Output = B>,

    This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more
    1.27.0 · source§

    fn rfold<B, F>(self, init: B, f: F) -> B
    where\n Self: Sized,\n F: FnMut(B, Self::Item) -> B,

    An iterator method that reduces the iterator’s elements to a single,\nfinal value, starting from the back. Read more
    1.27.0 · source§

    fn rfind<P>(&mut self, predicate: P) -> Option<Self::Item>
    where\n Self: Sized,\n P: FnMut(&Self::Item) -> bool,

    Searches for an element of an iterator from the back that satisfies a predicate. Read more
    ","DoubleEndedIterator","bdk_esplora::blocking_ext::Error"],["
    1.0.0 · source§

    impl<T, A> Drop for Box<T, A>
    where\n A: Allocator,\n T: ?Sized,

    source§

    fn drop(&mut self)

    Executes the destructor for this type. Read more
    ","Drop","bdk_esplora::blocking_ext::Error"],["
    1.8.0 · source§

    impl<T> Error for Box<T>
    where\n T: Error,

    source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    source§

    fn provide<'b>(&'b self, request: &mut Request<'b>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    ","Error","bdk_esplora::blocking_ext::Error"],["
    1.0.0 · source§

    impl<I, A> ExactSizeIterator for Box<I, A>
    where\n I: ExactSizeIterator + ?Sized,\n A: Allocator,

    source§

    fn len(&self) -> usize

    Returns the exact remaining length of the iterator. Read more
    source§

    fn is_empty(&self) -> bool

    🔬This is a nightly-only experimental API. (exact_size_is_empty)
    Returns true if the iterator is empty. Read more
    ","ExactSizeIterator","bdk_esplora::blocking_ext::Error"],["
    1.35.0 · source§

    impl<Args, F, A> Fn<Args> for Box<F, A>
    where\n Args: Tuple,\n F: Fn<Args> + ?Sized,\n A: Allocator,

    source§

    extern "rust-call" fn call(\n &self,\n args: Args\n) -> <Box<F, A> as FnOnce<Args>>::Output

    🔬This is a nightly-only experimental API. (fn_traits)
    Performs the call operation.
    ","Fn","bdk_esplora::blocking_ext::Error"],["
    1.35.0 · source§

    impl<Args, F, A> FnMut<Args> for Box<F, A>
    where\n Args: Tuple,\n F: FnMut<Args> + ?Sized,\n A: Allocator,

    source§

    extern "rust-call" fn call_mut(\n &mut self,\n args: Args\n) -> <Box<F, A> as FnOnce<Args>>::Output

    🔬This is a nightly-only experimental API. (fn_traits)
    Performs the call operation.
    ","FnMut","bdk_esplora::blocking_ext::Error"],["
    1.35.0 · source§

    impl<Args, F, A> FnOnce<Args> for Box<F, A>
    where\n Args: Tuple,\n F: FnOnce<Args> + ?Sized,\n A: Allocator,

    §

    type Output = <F as FnOnce<Args>>::Output

    The returned type after the call operator is used.
    source§

    extern "rust-call" fn call_once(\n self,\n args: Args\n) -> <Box<F, A> as FnOnce<Args>>::Output

    🔬This is a nightly-only experimental API. (fn_traits)
    Performs the call operation.
    ","FnOnce","bdk_esplora::blocking_ext::Error"],["
    1.6.0 · source§

    impl<T> From<T> for Box<T>

    source§

    fn from(t: T) -> Box<T>

    Converts a T into a Box<T>

    \n

    The conversion allocates on the heap and moves t\nfrom the stack into it.

    \n
    §Examples
    \n
    let x = 5;\nlet boxed = Box::new(5);\n\nassert_eq!(Box::from(x), boxed);
    \n
    ","From","bdk_esplora::blocking_ext::Error"],["
    §

    impl<F> FusedFuture for Box<F>
    where\n F: FusedFuture + Unpin + ?Sized,

    §

    fn is_terminated(&self) -> bool

    Returns true if the underlying future should no longer be polled.
    ","FusedFuture","bdk_esplora::blocking_ext::Error"],["
    §

    impl<S> FusedStream for Box<S>
    where\n S: FusedStream + Unpin + ?Sized,

    §

    fn is_terminated(&self) -> bool

    Returns true if the stream should no longer be polled.
    ","FusedStream","bdk_esplora::blocking_ext::Error"],["
    1.36.0 · source§

    impl<F, A> Future for Box<F, A>
    where\n F: Future + Unpin + ?Sized,\n A: Allocator,

    §

    type Output = <F as Future>::Output

    The type of value produced on completion.
    source§

    fn poll(\n self: Pin<&mut Box<F, A>>,\n cx: &mut Context<'_>\n) -> Poll<<Box<F, A> as Future>::Output>

    Attempt to resolve the future to a final value, registering\nthe current task for wakeup if the value is not yet available. Read more
    ","Future","bdk_esplora::blocking_ext::Error"],["
    1.0.0 · source§

    impl<T, A> Hash for Box<T, A>
    where\n T: Hash + ?Sized,\n A: Allocator,

    source§

    fn hash<H>(&self, state: &mut H)
    where\n H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where\n H: Hasher,\n Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    ","Hash","bdk_esplora::blocking_ext::Error"],["
    1.22.0 · source§

    impl<T, A> Hasher for Box<T, A>
    where\n T: Hasher + ?Sized,\n A: Allocator,

    source§

    fn finish(&self) -> u64

    Returns the hash value for the values written so far. Read more
    source§

    fn write(&mut self, bytes: &[u8])

    Writes some data into this Hasher. Read more
    source§

    fn write_u8(&mut self, i: u8)

    Writes a single u8 into this hasher.
    source§

    fn write_u16(&mut self, i: u16)

    Writes a single u16 into this hasher.
    source§

    fn write_u32(&mut self, i: u32)

    Writes a single u32 into this hasher.
    source§

    fn write_u64(&mut self, i: u64)

    Writes a single u64 into this hasher.
    source§

    fn write_u128(&mut self, i: u128)

    Writes a single u128 into this hasher.
    source§

    fn write_usize(&mut self, i: usize)

    Writes a single usize into this hasher.
    source§

    fn write_i8(&mut self, i: i8)

    Writes a single i8 into this hasher.
    source§

    fn write_i16(&mut self, i: i16)

    Writes a single i16 into this hasher.
    source§

    fn write_i32(&mut self, i: i32)

    Writes a single i32 into this hasher.
    source§

    fn write_i64(&mut self, i: i64)

    Writes a single i64 into this hasher.
    source§

    fn write_i128(&mut self, i: i128)

    Writes a single i128 into this hasher.
    source§

    fn write_isize(&mut self, i: isize)

    Writes a single isize into this hasher.
    source§

    fn write_length_prefix(&mut self, len: usize)

    🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)
    Writes a length prefix into this hasher, as part of being prefix-free. Read more
    source§

    fn write_str(&mut self, s: &str)

    🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)
    Writes a single str into this hasher. Read more
    ","Hasher","bdk_esplora::blocking_ext::Error"],["
    1.0.0 · source§

    impl<I, A> Iterator for Box<I, A>
    where\n I: Iterator + ?Sized,\n A: Allocator,

    §

    type Item = <I as Iterator>::Item

    The type of the elements being iterated over.
    source§

    fn next(&mut self) -> Option<<I as Iterator>::Item>

    Advances the iterator and returns the next value. Read more
    source§

    fn size_hint(&self) -> (usize, Option<usize>)

    Returns the bounds on the remaining length of the iterator. Read more
    source§

    fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>

    Returns the nth element of the iterator. Read more
    source§

    fn last(self) -> Option<<I as Iterator>::Item>

    Consumes the iterator, returning the last element. Read more
    source§

    fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>
    where\n Self: Sized,

    🔬This is a nightly-only experimental API. (iter_next_chunk)
    Advances the iterator and returns an array containing the next N values. Read more
    1.0.0 · source§

    fn count(self) -> usize
    where\n Self: Sized,

    Consumes the iterator, counting the number of iterations and returning it. Read more
    source§

    fn advance_by(&mut self, n: usize) -> Result<(), NonZero<usize>>

    🔬This is a nightly-only experimental API. (iter_advance_by)
    Advances the iterator by n elements. Read more
    1.28.0 · source§

    fn step_by(self, step: usize) -> StepBy<Self>
    where\n Self: Sized,

    Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more
    1.0.0 · source§

    fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
    where\n Self: Sized,\n U: IntoIterator<Item = Self::Item>,

    Takes two iterators and creates a new iterator over both in sequence. Read more
    1.0.0 · source§

    fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>
    where\n Self: Sized,\n U: IntoIterator,

    ‘Zips up’ two iterators into a single iterator of pairs. Read more
    source§

    fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
    where\n Self: Sized,\n G: FnMut() -> Self::Item,

    🔬This is a nightly-only experimental API. (iter_intersperse)
    Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more
    1.0.0 · source§

    fn map<B, F>(self, f: F) -> Map<Self, F>
    where\n Self: Sized,\n F: FnMut(Self::Item) -> B,

    Takes a closure and creates an iterator which calls that closure on each\nelement. Read more
    1.21.0 · source§

    fn for_each<F>(self, f: F)
    where\n Self: Sized,\n F: FnMut(Self::Item),

    Calls a closure on each element of an iterator. Read more
    1.0.0 · source§

    fn filter<P>(self, predicate: P) -> Filter<Self, P>
    where\n Self: Sized,\n P: FnMut(&Self::Item) -> bool,

    Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more
    1.0.0 · source§

    fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
    where\n Self: Sized,\n F: FnMut(Self::Item) -> Option<B>,

    Creates an iterator that both filters and maps. Read more
    1.0.0 · source§

    fn enumerate(self) -> Enumerate<Self>
    where\n Self: Sized,

    Creates an iterator which gives the current iteration count as well as\nthe next value. Read more
    1.0.0 · source§

    fn peekable(self) -> Peekable<Self>
    where\n Self: Sized,

    Creates an iterator which can use the peek and peek_mut methods\nto look at the next element of the iterator without consuming it. See\ntheir documentation for more information. Read more
    1.0.0 · source§

    fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
    where\n Self: Sized,\n P: FnMut(&Self::Item) -> bool,

    Creates an iterator that skips elements based on a predicate. Read more
    1.0.0 · source§

    fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
    where\n Self: Sized,\n P: FnMut(&Self::Item) -> bool,

    Creates an iterator that yields elements based on a predicate. Read more
    1.57.0 · source§

    fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
    where\n Self: Sized,\n P: FnMut(Self::Item) -> Option<B>,

    Creates an iterator that both yields elements based on a predicate and maps. Read more
    1.0.0 · source§

    fn skip(self, n: usize) -> Skip<Self>
    where\n Self: Sized,

    Creates an iterator that skips the first n elements. Read more
    1.0.0 · source§

    fn take(self, n: usize) -> Take<Self>
    where\n Self: Sized,

    Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more
    1.0.0 · source§

    fn scan<St, B, F>(self, initial_state: St, f: F) -> Scan<Self, St, F>
    where\n Self: Sized,\n F: FnMut(&mut St, Self::Item) -> Option<B>,

    An iterator adapter which, like fold, holds internal state, but\nunlike fold, produces a new iterator. Read more
    1.0.0 · source§

    fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
    where\n Self: Sized,\n U: IntoIterator,\n F: FnMut(Self::Item) -> U,

    Creates an iterator that works like map, but flattens nested structure. Read more
    source§

    fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
    where\n Self: Sized,\n F: FnMut(&[Self::Item; N]) -> R,

    🔬This is a nightly-only experimental API. (iter_map_windows)
    Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more
    1.0.0 · source§

    fn fuse(self) -> Fuse<Self>
    where\n Self: Sized,

    Creates an iterator which ends after the first None. Read more
    1.0.0 · source§

    fn inspect<F>(self, f: F) -> Inspect<Self, F>
    where\n Self: Sized,\n F: FnMut(&Self::Item),

    Does something with each element of an iterator, passing the value on. Read more
    1.0.0 · source§

    fn by_ref(&mut self) -> &mut Self
    where\n Self: Sized,

    Borrows an iterator, rather than consuming it. Read more
    1.0.0 · source§

    fn collect<B>(self) -> B
    where\n B: FromIterator<Self::Item>,\n Self: Sized,

    Transforms an iterator into a collection. Read more
    source§

    fn collect_into<E>(self, collection: &mut E) -> &mut E
    where\n E: Extend<Self::Item>,\n Self: Sized,

    🔬This is a nightly-only experimental API. (iter_collect_into)
    Collects all the items from an iterator into a collection. Read more
    1.0.0 · source§

    fn partition<B, F>(self, f: F) -> (B, B)
    where\n Self: Sized,\n B: Default + Extend<Self::Item>,\n F: FnMut(&Self::Item) -> bool,

    Consumes an iterator, creating two collections from it. Read more
    source§

    fn is_partitioned<P>(self, predicate: P) -> bool
    where\n Self: Sized,\n P: FnMut(Self::Item) -> bool,

    🔬This is a nightly-only experimental API. (iter_is_partitioned)
    Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more
    1.27.0 · source§

    fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
    where\n Self: Sized,\n F: FnMut(B, Self::Item) -> R,\n R: Try<Output = B>,

    An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more
    1.27.0 · source§

    fn try_for_each<F, R>(&mut self, f: F) -> R
    where\n Self: Sized,\n F: FnMut(Self::Item) -> R,\n R: Try<Output = ()>,

    An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more
    1.0.0 · source§

    fn fold<B, F>(self, init: B, f: F) -> B
    where\n Self: Sized,\n F: FnMut(B, Self::Item) -> B,

    Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more
    1.51.0 · source§

    fn reduce<F>(self, f: F) -> Option<Self::Item>
    where\n Self: Sized,\n F: FnMut(Self::Item, Self::Item) -> Self::Item,

    Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read more
    source§

    fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
    where\n Self: Sized,\n F: FnMut(Self::Item, Self::Item) -> R,\n R: Try<Output = Self::Item>,\n <R as Try>::Residual: Residual<Option<Self::Item>>,

    🔬This is a nightly-only experimental API. (iterator_try_reduce)
    Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more
    1.0.0 · source§

    fn all<F>(&mut self, f: F) -> bool
    where\n Self: Sized,\n F: FnMut(Self::Item) -> bool,

    Tests if every element of the iterator matches a predicate. Read more
    1.0.0 · source§

    fn any<F>(&mut self, f: F) -> bool
    where\n Self: Sized,\n F: FnMut(Self::Item) -> bool,

    Tests if any element of the iterator matches a predicate. Read more
    1.0.0 · source§

    fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
    where\n Self: Sized,\n P: FnMut(&Self::Item) -> bool,

    Searches for an element of an iterator that satisfies a predicate. Read more
    1.30.0 · source§

    fn find_map<B, F>(&mut self, f: F) -> Option<B>
    where\n Self: Sized,\n F: FnMut(Self::Item) -> Option<B>,

    Applies function to the elements of iterator and returns\nthe first non-none result. Read more
    source§

    fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
    where\n Self: Sized,\n F: FnMut(&Self::Item) -> R,\n R: Try<Output = bool>,\n <R as Try>::Residual: Residual<Option<Self::Item>>,

    🔬This is a nightly-only experimental API. (try_find)
    Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more
    1.0.0 · source§

    fn position<P>(&mut self, predicate: P) -> Option<usize>
    where\n Self: Sized,\n P: FnMut(Self::Item) -> bool,

    Searches for an element in an iterator, returning its index. Read more
    1.6.0 · source§

    fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
    where\n B: Ord,\n Self: Sized,\n F: FnMut(&Self::Item) -> B,

    Returns the element that gives the maximum value from the\nspecified function. Read more
    1.15.0 · source§

    fn max_by<F>(self, compare: F) -> Option<Self::Item>
    where\n Self: Sized,\n F: FnMut(&Self::Item, &Self::Item) -> Ordering,

    Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more
    1.6.0 · source§

    fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
    where\n B: Ord,\n Self: Sized,\n F: FnMut(&Self::Item) -> B,

    Returns the element that gives the minimum value from the\nspecified function. Read more
    1.15.0 · source§

    fn min_by<F>(self, compare: F) -> Option<Self::Item>
    where\n Self: Sized,\n F: FnMut(&Self::Item, &Self::Item) -> Ordering,

    Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more
    1.0.0 · source§

    fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
    where\n FromA: Default + Extend<A>,\n FromB: Default + Extend<B>,\n Self: Sized + Iterator<Item = (A, B)>,

    Converts an iterator of pairs into a pair of containers. Read more
    1.36.0 · source§

    fn copied<'a, T>(self) -> Copied<Self>
    where\n T: 'a + Copy,\n Self: Sized + Iterator<Item = &'a T>,

    Creates an iterator which copies all of its elements. Read more
    1.0.0 · source§

    fn cloned<'a, T>(self) -> Cloned<Self>
    where\n T: 'a + Clone,\n Self: Sized + Iterator<Item = &'a T>,

    Creates an iterator which clones all of its elements. Read more
    source§

    fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>
    where\n Self: Sized,

    🔬This is a nightly-only experimental API. (iter_array_chunks)
    Returns an iterator over N elements of the iterator at a time. Read more
    1.11.0 · source§

    fn sum<S>(self) -> S
    where\n Self: Sized,\n S: Sum<Self::Item>,

    Sums the elements of an iterator. Read more
    1.11.0 · source§

    fn product<P>(self) -> P
    where\n Self: Sized,\n P: Product<Self::Item>,

    Iterates over the entire iterator, multiplying all the elements Read more
    source§

    fn cmp_by<I, F>(self, other: I, cmp: F) -> Ordering
    where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,

    🔬This is a nightly-only experimental API. (iter_order_by)
    Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more
    1.5.0 · source§

    fn partial_cmp<I>(self, other: I) -> Option<Ordering>
    where\n I: IntoIterator,\n Self::Item: PartialOrd<<I as IntoIterator>::Item>,\n Self: Sized,

    Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read more
    source§

    fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>
    where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,

    🔬This is a nightly-only experimental API. (iter_order_by)
    Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more
    1.5.0 · source§

    fn eq<I>(self, other: I) -> bool
    where\n I: IntoIterator,\n Self::Item: PartialEq<<I as IntoIterator>::Item>,\n Self: Sized,

    Determines if the elements of this Iterator are equal to those of\nanother. Read more
    source§

    fn eq_by<I, F>(self, other: I, eq: F) -> bool
    where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> bool,

    🔬This is a nightly-only experimental API. (iter_order_by)
    Determines if the elements of this Iterator are equal to those of\nanother with respect to the specified equality function. Read more
    1.5.0 · source§

    fn ne<I>(self, other: I) -> bool
    where\n I: IntoIterator,\n Self::Item: PartialEq<<I as IntoIterator>::Item>,\n Self: Sized,

    Determines if the elements of this Iterator are not equal to those of\nanother. Read more
    1.5.0 · source§

    fn lt<I>(self, other: I) -> bool
    where\n I: IntoIterator,\n Self::Item: PartialOrd<<I as IntoIterator>::Item>,\n Self: Sized,

    Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more
    1.5.0 · source§

    fn le<I>(self, other: I) -> bool
    where\n I: IntoIterator,\n Self::Item: PartialOrd<<I as IntoIterator>::Item>,\n Self: Sized,

    Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more
    1.5.0 · source§

    fn gt<I>(self, other: I) -> bool
    where\n I: IntoIterator,\n Self::Item: PartialOrd<<I as IntoIterator>::Item>,\n Self: Sized,

    Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more
    1.5.0 · source§

    fn ge<I>(self, other: I) -> bool
    where\n I: IntoIterator,\n Self::Item: PartialOrd<<I as IntoIterator>::Item>,\n Self: Sized,

    Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read more
    source§

    fn is_sorted_by<F>(self, compare: F) -> bool
    where\n Self: Sized,\n F: FnMut(&Self::Item, &Self::Item) -> bool,

    🔬This is a nightly-only experimental API. (is_sorted)
    Checks if the elements of this iterator are sorted using the given comparator function. Read more
    source§

    fn is_sorted_by_key<F, K>(self, f: F) -> bool
    where\n Self: Sized,\n F: FnMut(Self::Item) -> K,\n K: PartialOrd,

    🔬This is a nightly-only experimental API. (is_sorted)
    Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more
    ","Iterator","bdk_esplora::blocking_ext::Error"],["
    §

    impl<Sp> LocalSpawn for Box<Sp>
    where\n Sp: LocalSpawn + ?Sized,

    §

    fn spawn_local_obj(\n &self,\n future: LocalFutureObj<'static, ()>\n) -> Result<(), SpawnError>

    Spawns a future that will be run to completion. Read more
    §

    fn status_local(&self) -> Result<(), SpawnError>

    Determines whether the executor is able to spawn new tasks. Read more
    ","LocalSpawn","bdk_esplora::blocking_ext::Error"],["
    1.0.0 · source§

    impl<T, A> Ord for Box<T, A>
    where\n T: Ord + ?Sized,\n A: Allocator,

    source§

    fn cmp(&self, other: &Box<T, A>) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where\n Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Self
    where\n Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Self
    where\n Self: Sized + PartialOrd,

    Restrict a value to a certain interval. Read more
    ","Ord","bdk_esplora::blocking_ext::Error"],["
    1.0.0 · source§

    impl<T, A> PartialEq for Box<T, A>
    where\n T: PartialEq + ?Sized,\n A: Allocator,

    source§

    fn eq(&self, other: &Box<T, A>) -> bool

    This method tests for self and other values to be equal, and is used\nby ==.
    source§

    fn ne(&self, other: &Box<T, A>) -> bool

    This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
    ","PartialEq","bdk_esplora::blocking_ext::Error"],["
    1.0.0 · source§

    impl<T, A> PartialOrd for Box<T, A>
    where\n T: PartialOrd + ?Sized,\n A: Allocator,

    source§

    fn partial_cmp(&self, other: &Box<T, A>) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    source§

    fn lt(&self, other: &Box<T, A>) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    source§

    fn le(&self, other: &Box<T, A>) -> bool

    This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more
    source§

    fn ge(&self, other: &Box<T, A>) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >=\noperator. Read more
    source§

    fn gt(&self, other: &Box<T, A>) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    ","PartialOrd","bdk_esplora::blocking_ext::Error"],["
    1.0.0 · source§

    impl<T, A> Pointer for Box<T, A>
    where\n A: Allocator,\n T: ?Sized,

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Pointer","bdk_esplora::blocking_ext::Error"],["
    1.0.0 · source§

    impl<R> Read for Box<R>
    where\n R: Read + ?Sized,

    source§

    fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>

    Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read more
    source§

    fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>

    🔬This is a nightly-only experimental API. (read_buf)
    Pull some bytes from this source into the specified buffer. Read more
    source§

    fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>

    Like read, except that it reads into a slice of buffers. Read more
    source§

    fn is_read_vectored(&self) -> bool

    🔬This is a nightly-only experimental API. (can_vector)
    Determines if this Reader has an efficient read_vectored\nimplementation. Read more
    source§

    fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>

    Read all bytes until EOF in this source, placing them into buf. Read more
    source§

    fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>

    Read all bytes until EOF in this source, appending them to buf. Read more
    source§

    fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>

    Read the exact number of bytes required to fill buf. Read more
    source§

    fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>

    🔬This is a nightly-only experimental API. (read_buf)
    Read the exact number of bytes required to fill cursor. Read more
    1.0.0 · source§

    fn by_ref(&mut self) -> &mut Self
    where\n Self: Sized,

    Creates a “by reference” adaptor for this instance of Read. Read more
    1.0.0 · source§

    fn bytes(self) -> Bytes<Self>
    where\n Self: Sized,

    Transforms this Read instance to an Iterator over its bytes. Read more
    1.0.0 · source§

    fn chain<R>(self, next: R) -> Chain<Self, R>
    where\n R: Read,\n Self: Sized,

    Creates an adapter which will chain this stream with another. Read more
    1.0.0 · source§

    fn take(self, limit: u64) -> Take<Self>
    where\n Self: Sized,

    Creates an adapter which will read at most limit bytes from it. Read more
    ","Read","bdk_esplora::blocking_ext::Error"],["
    source§

    impl<R> RngCore for Box<R>
    where\n R: RngCore + ?Sized,

    source§

    fn next_u32(&mut self) -> u32

    Return the next random u32. Read more
    source§

    fn next_u64(&mut self) -> u64

    Return the next random u64. Read more
    source§

    fn fill_bytes(&mut self, dest: &mut [u8])

    Fill dest with random data. Read more
    source§

    fn try_fill_bytes(&mut self, dest: &mut [u8]) -> Result<(), Error>

    Fill dest entirely with random data. Read more
    ","RngCore","bdk_esplora::blocking_ext::Error"],["
    1.0.0 · source§

    impl<S> Seek for Box<S>
    where\n S: Seek + ?Sized,

    source§

    fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>

    Seek to an offset, in bytes, in a stream. Read more
    source§

    fn stream_position(&mut self) -> Result<u64, Error>

    Returns the current seek position from the start of the stream. Read more
    1.55.0 · source§

    fn rewind(&mut self) -> Result<(), Error>

    Rewind to the beginning of a stream. Read more
    source§

    fn stream_len(&mut self) -> Result<u64, Error>

    🔬This is a nightly-only experimental API. (seek_stream_len)
    Returns the length of this stream (in bytes). Read more
    source§

    fn seek_relative(&mut self, offset: i64) -> Result<(), Error>

    🔬This is a nightly-only experimental API. (seek_seek_relative)
    Seeks relative to the current position. Read more
    ","Seek","bdk_esplora::blocking_ext::Error"],["
    source§

    impl<T> Serialize for Box<T>
    where\n T: Serialize + ?Sized,

    source§

    fn serialize<S>(\n &self,\n serializer: S\n) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where\n S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    ","Serialize","bdk_esplora::blocking_ext::Error"],["
    §

    impl<S, Request> Service<Request> for Box<S>
    where\n S: Service<Request> + ?Sized,

    §

    type Response = <S as Service<Request>>::Response

    Responses given by the service.
    §

    type Error = <S as Service<Request>>::Error

    Errors produced by the service.
    §

    type Future = <S as Service<Request>>::Future

    The future response value.
    §

    fn poll_ready(\n &mut self,\n cx: &mut Context<'_>\n) -> Poll<Result<(), <S as Service<Request>>::Error>>

    Returns Poll::Ready(Ok(())) when the service is able to process requests. Read more
    §

    fn call(&mut self, request: Request) -> <S as Service<Request>>::Future

    Process the request and return the response asynchronously. Read more
    ","Service","bdk_esplora::blocking_ext::Error"],["
    §

    impl<S, Item> Sink<Item> for Box<S>
    where\n S: Sink<Item> + Unpin + ?Sized,

    §

    type Error = <S as Sink<Item>>::Error

    The type of value produced by the sink when an error occurs.
    §

    fn poll_ready(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), <Box<S> as Sink<Item>>::Error>>

    Attempts to prepare the Sink to receive a value. Read more
    §

    fn start_send(\n self: Pin<&mut Box<S>>,\n item: Item\n) -> Result<(), <Box<S> as Sink<Item>>::Error>

    Begin the process of sending a value to the sink.\nEach call to this function must be preceded by a successful call to\npoll_ready which returned Poll::Ready(Ok(())). Read more
    §

    fn poll_flush(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), <Box<S> as Sink<Item>>::Error>>

    Flush any remaining output from this sink. Read more
    §

    fn poll_close(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), <Box<S> as Sink<Item>>::Error>>

    Flush any remaining output and close this sink, if necessary. Read more
    ","Sink","bdk_esplora::blocking_ext::Error"],["
    §

    impl<T> Source for Box<T>
    where\n T: Source + ?Sized,

    §

    fn register(\n &mut self,\n registry: &Registry,\n token: Token,\n interests: Interest\n) -> Result<(), Error>

    Register self with the given Registry instance. Read more
    §

    fn reregister(\n &mut self,\n registry: &Registry,\n token: Token,\n interests: Interest\n) -> Result<(), Error>

    Re-register self with the given Registry instance. Read more
    §

    fn deregister(&mut self, registry: &Registry) -> Result<(), Error>

    Deregister self from the given Registry instance. Read more
    ","Source","bdk_esplora::blocking_ext::Error"],["
    §

    impl<Sp> Spawn for Box<Sp>
    where\n Sp: Spawn + ?Sized,

    §

    fn spawn_obj(&self, future: FutureObj<'static, ()>) -> Result<(), SpawnError>

    Spawns a future that will be run to completion. Read more
    §

    fn status(&self) -> Result<(), SpawnError>

    Determines whether the executor is able to spawn new tasks. Read more
    ","Spawn","bdk_esplora::blocking_ext::Error"],["
    §

    impl<S> Stream for Box<S>
    where\n S: Stream + Unpin + ?Sized,

    §

    type Item = <S as Stream>::Item

    Values yielded by the stream.
    §

    fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as Stream>::Item>>

    Attempt to pull out the next value of this stream, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the stream is exhausted. Read more
    §

    fn size_hint(&self) -> (usize, Option<usize>)

    Returns the bounds on the remaining length of the stream. Read more
    ","Stream","bdk_esplora::blocking_ext::Error"],["
    §

    impl<S> Subscriber for Box<S>
    where\n S: Subscriber + ?Sized,

    §

    fn register_callsite(&self, metadata: &'static Metadata<'static>) -> Interest

    Registers a new callsite with this subscriber, returning whether or not\nthe subscriber is interested in being notified about the callsite. Read more
    §

    fn enabled(&self, metadata: &Metadata<'_>) -> bool

    Returns true if a span or event with the specified metadata would be\nrecorded. Read more
    §

    fn max_level_hint(&self) -> Option<LevelFilter>

    Returns the highest verbosity level that this Subscriber will\nenable, or None, if the subscriber does not implement level-based\nfiltering or chooses not to implement this method. Read more
    §

    fn new_span(&self, span: &Attributes<'_>) -> Id

    Visit the construction of a new span, returning a new span ID for the\nspan being constructed. Read more
    §

    fn record(&self, span: &Id, values: &Record<'_>)

    Record a set of values on a span. Read more
    §

    fn record_follows_from(&self, span: &Id, follows: &Id)

    Adds an indication that span follows from the span with the id\nfollows. Read more
    §

    fn event_enabled(&self, event: &Event<'_>) -> bool

    Determine if an [Event] should be recorded. Read more
    §

    fn event(&self, event: &Event<'_>)

    Records that an Event has occurred. Read more
    §

    fn enter(&self, span: &Id)

    Records that a span has been entered. Read more
    §

    fn exit(&self, span: &Id)

    Records that a span has been exited. Read more
    §

    fn clone_span(&self, id: &Id) -> Id

    Notifies the subscriber that a span ID has been cloned. Read more
    §

    fn try_close(&self, id: Id) -> bool

    Notifies the subscriber that a span ID has been dropped, and returns\ntrue if there are now 0 IDs that refer to that span. Read more
    §

    fn drop_span(&self, id: Id)

    👎Deprecated since 0.1.2: use Subscriber::try_close instead
    This method is deprecated. Read more
    §

    fn current_span(&self) -> Current

    Returns a type representing this subscriber’s view of the current span. Read more
    §

    unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()>

    If self is the same type as the provided TypeId, returns an untyped\n*const pointer to that type. Otherwise, returns None. Read more
    §

    fn on_register_dispatch(&self, subscriber: &Dispatch)

    Invoked when this subscriber becomes a [Dispatch]. Read more
    ","Subscriber","bdk_esplora::blocking_ext::Error"],["
    §

    impl<'a, T, F> UnsafeFutureObj<'a, T> for Box<F>
    where\n F: Future<Output = T> + 'a,

    §

    fn into_raw(self) -> *mut dyn Future<Output = T> + 'a

    Convert an owned instance into a (conceptually owned) fat pointer. Read more
    §

    unsafe fn drop(ptr: *mut dyn Future<Output = T> + 'a)

    Drops the future represented by the given fat pointer. Read more
    ","UnsafeFutureObj<'a, T>","bdk_esplora::blocking_ext::Error"],["
    §

    impl<T> Value for Box<T>
    where\n T: Value + ?Sized,

    §

    fn record(&self, key: &Field, visitor: &mut dyn Visit)

    Visits this value with the given Visitor.
    ","Value","bdk_esplora::blocking_ext::Error"],["
    1.0.0 · source§

    impl<W> Write for Box<W>
    where\n W: Write + ?Sized,

    source§

    fn write(&mut self, buf: &[u8]) -> Result<usize, Error>

    Write a buffer into this writer, returning how many bytes were written. Read more
    source§

    fn write_vectored(&mut self, bufs: &[IoSlice<'_>]) -> Result<usize, Error>

    Like write, except that it writes from a slice of buffers. Read more
    source§

    fn is_write_vectored(&self) -> bool

    🔬This is a nightly-only experimental API. (can_vector)
    Determines if this Writer has an efficient write_vectored\nimplementation. Read more
    source§

    fn flush(&mut self) -> Result<(), Error>

    Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read more
    source§

    fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>

    Attempts to write an entire buffer into this writer. Read more
    source§

    fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>

    Writes a formatted string into this writer, returning any error\nencountered. Read more
    source§

    fn write_all_vectored(&mut self, bufs: &mut [IoSlice<'_>]) -> Result<(), Error>

    🔬This is a nightly-only experimental API. (write_all_vectored)
    Attempts to write multiple buffers into this writer. Read more
    1.0.0 · source§

    fn by_ref(&mut self) -> &mut Self
    where\n Self: Sized,

    Creates a “by reference” adapter for this instance of Write. Read more
    ","Write","bdk_esplora::blocking_ext::Error"],["
    source§

    impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
    where\n T: Unsize<U> + ?Sized,\n A: Allocator,\n U: ?Sized,

    ","CoerceUnsized>","bdk_esplora::blocking_ext::Error"],["
    source§

    impl<R> CryptoRng for Box<R>
    where\n R: CryptoRng + ?Sized,

    ","CryptoRng","bdk_esplora::blocking_ext::Error"],["
    source§

    impl<T, A> DerefPure for Box<T, A>
    where\n A: Allocator,\n T: ?Sized,

    ","DerefPure","bdk_esplora::blocking_ext::Error"],["
    source§

    impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
    where\n T: Unsize<U> + ?Sized,\n U: ?Sized,

    ","DispatchFromDyn>","bdk_esplora::blocking_ext::Error"],["
    1.0.0 · source§

    impl<T, A> Eq for Box<T, A>
    where\n T: Eq + ?Sized,\n A: Allocator,

    ","Eq","bdk_esplora::blocking_ext::Error"],["
    1.26.0 · source§

    impl<I, A> FusedIterator for Box<I, A>
    where\n I: FusedIterator + ?Sized,\n A: Allocator,

    ","FusedIterator","bdk_esplora::blocking_ext::Error"],["
    1.33.0 · source§

    impl<T, A> Unpin for Box<T, A>
    where\n A: Allocator,\n T: ?Sized,

    ","Unpin","bdk_esplora::blocking_ext::Error"]] };if (window.register_type_impls) {window.register_type_impls(type_impls);} else {window.pending_type_impls = type_impls;}})() \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/alloc/collections/btree/map/struct.BTreeMap.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/alloc/collections/btree/map/struct.BTreeMap.js index e3b370cc5f..c2557d903f 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/alloc/collections/btree/map/struct.BTreeMap.js +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/alloc/collections/btree/map/struct.BTreeMap.js @@ -1,4 +1,4 @@ (function() {var type_impls = { -"bdk_chain":[["
    source§

    impl<K, V> BTreeMap<K, V>

    1.0.0 (const: 1.66.0) · source

    pub const fn new() -> BTreeMap<K, V>

    Makes a new, empty BTreeMap.

    \n

    Does not allocate anything on its own.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\n\n// entries can now be inserted into the empty map\nmap.insert(1, \"a\");
    \n
    ",0,"bdk_chain::bitcoin::psbt::SigningKeysMap","bdk_chain::bitcoin::psbt::SigningErrors"],["
    source§

    impl<K, V, A> BTreeMap<K, V, A>
    where\n A: Allocator + Clone,

    1.0.0 · source

    pub fn iter(&self) -> Iter<'_, K, V> ⓘ

    Gets an iterator over the entries of the map, sorted by key.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nmap.insert(3, \"c\");\nmap.insert(2, \"b\");\nmap.insert(1, \"a\");\n\nfor (key, value) in map.iter() {\n    println!(\"{key}: {value}\");\n}\n\nlet (first_key, first_value) = map.iter().next().unwrap();\nassert_eq!((*first_key, *first_value), (1, \"a\"));
    \n
    1.0.0 · source

    pub fn iter_mut(&mut self) -> IterMut<'_, K, V> ⓘ

    Gets a mutable iterator over the entries of the map, sorted by key.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::from([\n   (\"a\", 1),\n   (\"b\", 2),\n   (\"c\", 3),\n]);\n\n// add 10 to the value if the key isn't \"a\"\nfor (key, value) in map.iter_mut() {\n    if key != &\"a\" {\n        *value += 10;\n    }\n}
    \n
    1.0.0 · source

    pub fn keys(&self) -> Keys<'_, K, V> ⓘ

    Gets an iterator over the keys of the map, in sorted order.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut a = BTreeMap::new();\na.insert(2, \"b\");\na.insert(1, \"a\");\n\nlet keys: Vec<_> = a.keys().cloned().collect();\nassert_eq!(keys, [1, 2]);
    \n
    1.0.0 · source

    pub fn values(&self) -> Values<'_, K, V> ⓘ

    Gets an iterator over the values of the map, in order by key.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut a = BTreeMap::new();\na.insert(1, \"hello\");\na.insert(2, \"goodbye\");\n\nlet values: Vec<&str> = a.values().cloned().collect();\nassert_eq!(values, [\"hello\", \"goodbye\"]);
    \n
    1.10.0 · source

    pub fn values_mut(&mut self) -> ValuesMut<'_, K, V> ⓘ

    Gets a mutable iterator over the values of the map, in order by key.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut a = BTreeMap::new();\na.insert(1, String::from(\"hello\"));\na.insert(2, String::from(\"goodbye\"));\n\nfor value in a.values_mut() {\n    value.push_str(\"!\");\n}\n\nlet values: Vec<String> = a.values().cloned().collect();\nassert_eq!(values, [String::from(\"hello!\"),\n                    String::from(\"goodbye!\")]);
    \n
    1.0.0 (const: unstable) · source

    pub fn len(&self) -> usize

    Returns the number of elements in the map.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut a = BTreeMap::new();\nassert_eq!(a.len(), 0);\na.insert(1, \"a\");\nassert_eq!(a.len(), 1);
    \n
    1.0.0 (const: unstable) · source

    pub fn is_empty(&self) -> bool

    Returns true if the map contains no elements.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut a = BTreeMap::new();\nassert!(a.is_empty());\na.insert(1, \"a\");\nassert!(!a.is_empty());
    \n
    source

    pub fn lower_bound<Q>(&self, bound: Bound<&Q>) -> Cursor<'_, K, V>
    where\n K: Borrow<Q> + Ord,\n Q: Ord + ?Sized,

    🔬This is a nightly-only experimental API. (btree_cursors)

    Returns a Cursor pointing at the gap before the smallest key\ngreater than the given bound.

    \n

    Passing Bound::Included(x) will return a cursor pointing to the\ngap before the smallest key greater than or equal to x.

    \n

    Passing Bound::Excluded(x) will return a cursor pointing to the\ngap before the smallest key greater than x.

    \n

    Passing Bound::Unbounded will return a cursor pointing to the\ngap before the smallest key in the map.

    \n
    §Examples
    \n
    #![feature(btree_cursors)]\n\nuse std::collections::BTreeMap;\nuse std::ops::Bound;\n\nlet map = BTreeMap::from([\n    (1, \"a\"),\n    (2, \"b\"),\n    (3, \"c\"),\n    (4, \"d\"),\n]);\n\nlet cursor = map.lower_bound(Bound::Included(&2));\nassert_eq!(cursor.peek_prev(), Some((&1, &\"a\")));\nassert_eq!(cursor.peek_next(), Some((&2, &\"b\")));\n\nlet cursor = map.lower_bound(Bound::Excluded(&2));\nassert_eq!(cursor.peek_prev(), Some((&2, &\"b\")));\nassert_eq!(cursor.peek_next(), Some((&3, &\"c\")));\n\nlet cursor = map.lower_bound(Bound::Unbounded);\nassert_eq!(cursor.peek_prev(), None);\nassert_eq!(cursor.peek_next(), Some((&1, &\"a\")));
    \n
    source

    pub fn lower_bound_mut<Q>(&mut self, bound: Bound<&Q>) -> CursorMut<'_, K, V, A>
    where\n K: Borrow<Q> + Ord,\n Q: Ord + ?Sized,

    🔬This is a nightly-only experimental API. (btree_cursors)

    Returns a CursorMut pointing at the gap before the smallest key\ngreater than the given bound.

    \n

    Passing Bound::Included(x) will return a cursor pointing to the\ngap before the smallest key greater than or equal to x.

    \n

    Passing Bound::Excluded(x) will return a cursor pointing to the\ngap before the smallest key greater than x.

    \n

    Passing Bound::Unbounded will return a cursor pointing to the\ngap before the smallest key in the map.

    \n
    §Examples
    \n
    #![feature(btree_cursors)]\n\nuse std::collections::BTreeMap;\nuse std::ops::Bound;\n\nlet mut map = BTreeMap::from([\n    (1, \"a\"),\n    (2, \"b\"),\n    (3, \"c\"),\n    (4, \"d\"),\n]);\n\nlet mut cursor = map.lower_bound_mut(Bound::Included(&2));\nassert_eq!(cursor.peek_prev(), Some((&1, &mut \"a\")));\nassert_eq!(cursor.peek_next(), Some((&2, &mut \"b\")));\n\nlet mut cursor = map.lower_bound_mut(Bound::Excluded(&2));\nassert_eq!(cursor.peek_prev(), Some((&2, &mut \"b\")));\nassert_eq!(cursor.peek_next(), Some((&3, &mut \"c\")));\n\nlet mut cursor = map.lower_bound_mut(Bound::Unbounded);\nassert_eq!(cursor.peek_prev(), None);\nassert_eq!(cursor.peek_next(), Some((&1, &mut \"a\")));
    \n
    source

    pub fn upper_bound<Q>(&self, bound: Bound<&Q>) -> Cursor<'_, K, V>
    where\n K: Borrow<Q> + Ord,\n Q: Ord + ?Sized,

    🔬This is a nightly-only experimental API. (btree_cursors)

    Returns a Cursor pointing at the gap after the greatest key\nsmaller than the given bound.

    \n

    Passing Bound::Included(x) will return a cursor pointing to the\ngap after the greatest key smaller than or equal to x.

    \n

    Passing Bound::Excluded(x) will return a cursor pointing to the\ngap after the greatest key smaller than x.

    \n

    Passing Bound::Unbounded will return a cursor pointing to the\ngap after the greatest key in the map.

    \n
    §Examples
    \n
    #![feature(btree_cursors)]\n\nuse std::collections::BTreeMap;\nuse std::ops::Bound;\n\nlet map = BTreeMap::from([\n    (1, \"a\"),\n    (2, \"b\"),\n    (3, \"c\"),\n    (4, \"d\"),\n]);\n\nlet cursor = map.upper_bound(Bound::Included(&3));\nassert_eq!(cursor.peek_prev(), Some((&3, &\"c\")));\nassert_eq!(cursor.peek_next(), Some((&4, &\"d\")));\n\nlet cursor = map.upper_bound(Bound::Excluded(&3));\nassert_eq!(cursor.peek_prev(), Some((&2, &\"b\")));\nassert_eq!(cursor.peek_next(), Some((&3, &\"c\")));\n\nlet cursor = map.upper_bound(Bound::Unbounded);\nassert_eq!(cursor.peek_prev(), Some((&4, &\"d\")));\nassert_eq!(cursor.peek_next(), None);
    \n
    source

    pub fn upper_bound_mut<Q>(&mut self, bound: Bound<&Q>) -> CursorMut<'_, K, V, A>
    where\n K: Borrow<Q> + Ord,\n Q: Ord + ?Sized,

    🔬This is a nightly-only experimental API. (btree_cursors)

    Returns a CursorMut pointing at the gap after the greatest key\nsmaller than the given bound.

    \n

    Passing Bound::Included(x) will return a cursor pointing to the\ngap after the greatest key smaller than or equal to x.

    \n

    Passing Bound::Excluded(x) will return a cursor pointing to the\ngap after the greatest key smaller than x.

    \n

    Passing Bound::Unbounded will return a cursor pointing to the\ngap after the greatest key in the map.

    \n
    §Examples
    \n
    #![feature(btree_cursors)]\n\nuse std::collections::BTreeMap;\nuse std::ops::Bound;\n\nlet mut map = BTreeMap::from([\n    (1, \"a\"),\n    (2, \"b\"),\n    (3, \"c\"),\n    (4, \"d\"),\n]);\n\nlet mut cursor = map.upper_bound_mut(Bound::Included(&3));\nassert_eq!(cursor.peek_prev(), Some((&3, &mut \"c\")));\nassert_eq!(cursor.peek_next(), Some((&4, &mut \"d\")));\n\nlet mut cursor = map.upper_bound_mut(Bound::Excluded(&3));\nassert_eq!(cursor.peek_prev(), Some((&2, &mut \"b\")));\nassert_eq!(cursor.peek_next(), Some((&3, &mut \"c\")));\n\nlet mut cursor = map.upper_bound_mut(Bound::Unbounded);\nassert_eq!(cursor.peek_prev(), Some((&4, &mut \"d\")));\nassert_eq!(cursor.peek_next(), None);
    \n
    ",0,"bdk_chain::bitcoin::psbt::SigningKeysMap","bdk_chain::bitcoin::psbt::SigningErrors"],["
    source§

    impl<K, V, A> BTreeMap<K, V, A>
    where\n A: Allocator + Clone,

    1.0.0 · source

    pub fn clear(&mut self)

    Clears the map, removing all elements.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut a = BTreeMap::new();\na.insert(1, \"a\");\na.clear();\nassert!(a.is_empty());
    \n
    source

    pub const fn new_in(alloc: A) -> BTreeMap<K, V, A>

    🔬This is a nightly-only experimental API. (btreemap_alloc)

    Makes a new empty BTreeMap with a reasonable choice for B.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\nuse std::alloc::Global;\n\nlet mut map = BTreeMap::new_in(Global);\n\n// entries can now be inserted into the empty map\nmap.insert(1, \"a\");
    \n
    ",0,"bdk_chain::bitcoin::psbt::SigningKeysMap","bdk_chain::bitcoin::psbt::SigningErrors"],["
    source§

    impl<K, V, A> BTreeMap<K, V, A>
    where\n A: Allocator + Clone,

    1.0.0 · source

    pub fn get<Q>(&self, key: &Q) -> Option<&V>
    where\n K: Borrow<Q> + Ord,\n Q: Ord + ?Sized,

    Returns a reference to the value corresponding to the key.

    \n

    The key may be any borrowed form of the map’s key type, but the ordering\non the borrowed form must match the ordering on the key type.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nmap.insert(1, \"a\");\nassert_eq!(map.get(&1), Some(&\"a\"));\nassert_eq!(map.get(&2), None);
    \n
    1.40.0 · source

    pub fn get_key_value<Q>(&self, k: &Q) -> Option<(&K, &V)>
    where\n K: Borrow<Q> + Ord,\n Q: Ord + ?Sized,

    Returns the key-value pair corresponding to the supplied key.

    \n

    The supplied key may be any borrowed form of the map’s key type, but the ordering\non the borrowed form must match the ordering on the key type.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nmap.insert(1, \"a\");\nassert_eq!(map.get_key_value(&1), Some((&1, &\"a\")));\nassert_eq!(map.get_key_value(&2), None);
    \n
    1.66.0 · source

    pub fn first_key_value(&self) -> Option<(&K, &V)>
    where\n K: Ord,

    Returns the first key-value pair in the map.\nThe key in this pair is the minimum key in the map.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nassert_eq!(map.first_key_value(), None);\nmap.insert(1, \"b\");\nmap.insert(2, \"a\");\nassert_eq!(map.first_key_value(), Some((&1, &\"b\")));
    \n
    1.66.0 · source

    pub fn first_entry(&mut self) -> Option<OccupiedEntry<'_, K, V, A>>
    where\n K: Ord,

    Returns the first entry in the map for in-place manipulation.\nThe key of this entry is the minimum key in the map.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nmap.insert(1, \"a\");\nmap.insert(2, \"b\");\nif let Some(mut entry) = map.first_entry() {\n    if *entry.key() > 0 {\n        entry.insert(\"first\");\n    }\n}\nassert_eq!(*map.get(&1).unwrap(), \"first\");\nassert_eq!(*map.get(&2).unwrap(), \"b\");
    \n
    1.66.0 · source

    pub fn pop_first(&mut self) -> Option<(K, V)>
    where\n K: Ord,

    Removes and returns the first element in the map.\nThe key of this element is the minimum key that was in the map.

    \n
    §Examples
    \n

    Draining elements in ascending order, while keeping a usable map each iteration.

    \n\n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nmap.insert(1, \"a\");\nmap.insert(2, \"b\");\nwhile let Some((key, _val)) = map.pop_first() {\n    assert!(map.iter().all(|(k, _v)| *k > key));\n}\nassert!(map.is_empty());
    \n
    1.66.0 · source

    pub fn last_key_value(&self) -> Option<(&K, &V)>
    where\n K: Ord,

    Returns the last key-value pair in the map.\nThe key in this pair is the maximum key in the map.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nmap.insert(1, \"b\");\nmap.insert(2, \"a\");\nassert_eq!(map.last_key_value(), Some((&2, &\"a\")));
    \n
    1.66.0 · source

    pub fn last_entry(&mut self) -> Option<OccupiedEntry<'_, K, V, A>>
    where\n K: Ord,

    Returns the last entry in the map for in-place manipulation.\nThe key of this entry is the maximum key in the map.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nmap.insert(1, \"a\");\nmap.insert(2, \"b\");\nif let Some(mut entry) = map.last_entry() {\n    if *entry.key() > 0 {\n        entry.insert(\"last\");\n    }\n}\nassert_eq!(*map.get(&1).unwrap(), \"a\");\nassert_eq!(*map.get(&2).unwrap(), \"last\");
    \n
    1.66.0 · source

    pub fn pop_last(&mut self) -> Option<(K, V)>
    where\n K: Ord,

    Removes and returns the last element in the map.\nThe key of this element is the maximum key that was in the map.

    \n
    §Examples
    \n

    Draining elements in descending order, while keeping a usable map each iteration.

    \n\n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nmap.insert(1, \"a\");\nmap.insert(2, \"b\");\nwhile let Some((key, _val)) = map.pop_last() {\n    assert!(map.iter().all(|(k, _v)| *k < key));\n}\nassert!(map.is_empty());
    \n
    1.0.0 · source

    pub fn contains_key<Q>(&self, key: &Q) -> bool
    where\n K: Borrow<Q> + Ord,\n Q: Ord + ?Sized,

    Returns true if the map contains a value for the specified key.

    \n

    The key may be any borrowed form of the map’s key type, but the ordering\non the borrowed form must match the ordering on the key type.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nmap.insert(1, \"a\");\nassert_eq!(map.contains_key(&1), true);\nassert_eq!(map.contains_key(&2), false);
    \n
    1.0.0 · source

    pub fn get_mut<Q>(&mut self, key: &Q) -> Option<&mut V>
    where\n K: Borrow<Q> + Ord,\n Q: Ord + ?Sized,

    Returns a mutable reference to the value corresponding to the key.

    \n

    The key may be any borrowed form of the map’s key type, but the ordering\non the borrowed form must match the ordering on the key type.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nmap.insert(1, \"a\");\nif let Some(x) = map.get_mut(&1) {\n    *x = \"b\";\n}\nassert_eq!(map[&1], \"b\");
    \n
    1.0.0 · source

    pub fn insert(&mut self, key: K, value: V) -> Option<V>
    where\n K: Ord,

    Inserts a key-value pair into the map.

    \n

    If the map did not have this key present, None is returned.

    \n

    If the map did have this key present, the value is updated, and the old\nvalue is returned. The key is not updated, though; this matters for\ntypes that can be == without being identical. See the module-level\ndocumentation for more.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nassert_eq!(map.insert(37, \"a\"), None);\nassert_eq!(map.is_empty(), false);\n\nmap.insert(37, \"b\");\nassert_eq!(map.insert(37, \"c\"), Some(\"b\"));\nassert_eq!(map[&37], \"c\");
    \n
    source

    pub fn try_insert(\n &mut self,\n key: K,\n value: V\n) -> Result<&mut V, OccupiedError<'_, K, V, A>>
    where\n K: Ord,

    🔬This is a nightly-only experimental API. (map_try_insert)

    Tries to insert a key-value pair into the map, and returns\na mutable reference to the value in the entry.

    \n

    If the map already had this key present, nothing is updated, and\nan error containing the occupied entry and the value is returned.

    \n
    §Examples
    \n
    #![feature(map_try_insert)]\n\nuse std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nassert_eq!(map.try_insert(37, \"a\").unwrap(), &\"a\");\n\nlet err = map.try_insert(37, \"b\").unwrap_err();\nassert_eq!(err.entry.key(), &37);\nassert_eq!(err.entry.get(), &\"a\");\nassert_eq!(err.value, \"b\");
    \n
    1.0.0 · source

    pub fn remove<Q>(&mut self, key: &Q) -> Option<V>
    where\n K: Borrow<Q> + Ord,\n Q: Ord + ?Sized,

    Removes a key from the map, returning the value at the key if the key\nwas previously in the map.

    \n

    The key may be any borrowed form of the map’s key type, but the ordering\non the borrowed form must match the ordering on the key type.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nmap.insert(1, \"a\");\nassert_eq!(map.remove(&1), Some(\"a\"));\nassert_eq!(map.remove(&1), None);
    \n
    1.45.0 · source

    pub fn remove_entry<Q>(&mut self, key: &Q) -> Option<(K, V)>
    where\n K: Borrow<Q> + Ord,\n Q: Ord + ?Sized,

    Removes a key from the map, returning the stored key and value if the key\nwas previously in the map.

    \n

    The key may be any borrowed form of the map’s key type, but the ordering\non the borrowed form must match the ordering on the key type.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nmap.insert(1, \"a\");\nassert_eq!(map.remove_entry(&1), Some((1, \"a\")));\nassert_eq!(map.remove_entry(&1), None);
    \n
    1.53.0 · source

    pub fn retain<F>(&mut self, f: F)
    where\n K: Ord,\n F: FnMut(&K, &mut V) -> bool,

    Retains only the elements specified by the predicate.

    \n

    In other words, remove all pairs (k, v) for which f(&k, &mut v) returns false.\nThe elements are visited in ascending key order.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map: BTreeMap<i32, i32> = (0..8).map(|x| (x, x*10)).collect();\n// Keep only the elements with even-numbered keys.\nmap.retain(|&k, _| k % 2 == 0);\nassert!(map.into_iter().eq(vec![(0, 0), (2, 20), (4, 40), (6, 60)]));
    \n
    1.11.0 · source

    pub fn append(&mut self, other: &mut BTreeMap<K, V, A>)
    where\n K: Ord,\n A: Clone,

    Moves all elements from other into self, leaving other empty.

    \n

    If a key from other is already present in self, the respective\nvalue from self will be overwritten with the respective value from other.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut a = BTreeMap::new();\na.insert(1, \"a\");\na.insert(2, \"b\");\na.insert(3, \"c\"); // Note: Key (3) also present in b.\n\nlet mut b = BTreeMap::new();\nb.insert(3, \"d\"); // Note: Key (3) also present in a.\nb.insert(4, \"e\");\nb.insert(5, \"f\");\n\na.append(&mut b);\n\nassert_eq!(a.len(), 5);\nassert_eq!(b.len(), 0);\n\nassert_eq!(a[&1], \"a\");\nassert_eq!(a[&2], \"b\");\nassert_eq!(a[&3], \"d\"); // Note: \"c\" has been overwritten.\nassert_eq!(a[&4], \"e\");\nassert_eq!(a[&5], \"f\");
    \n
    1.17.0 · source

    pub fn range<T, R>(&self, range: R) -> Range<'_, K, V> ⓘ
    where\n T: Ord + ?Sized,\n K: Borrow<T> + Ord,\n R: RangeBounds<T>,

    Constructs a double-ended iterator over a sub-range of elements in the map.\nThe simplest way is to use the range syntax min..max, thus range(min..max) will\nyield elements from min (inclusive) to max (exclusive).\nThe range may also be entered as (Bound<T>, Bound<T>), so for example\nrange((Excluded(4), Included(10))) will yield a left-exclusive, right-inclusive\nrange from 4 to 10.

    \n
    §Panics
    \n

    Panics if range start > end.\nPanics if range start == end and both bounds are Excluded.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\nuse std::ops::Bound::Included;\n\nlet mut map = BTreeMap::new();\nmap.insert(3, \"a\");\nmap.insert(5, \"b\");\nmap.insert(8, \"c\");\nfor (&key, &value) in map.range((Included(&4), Included(&8))) {\n    println!(\"{key}: {value}\");\n}\nassert_eq!(Some((&5, &\"b\")), map.range(4..).next());
    \n
    1.17.0 · source

    pub fn range_mut<T, R>(&mut self, range: R) -> RangeMut<'_, K, V> ⓘ
    where\n T: Ord + ?Sized,\n K: Borrow<T> + Ord,\n R: RangeBounds<T>,

    Constructs a mutable double-ended iterator over a sub-range of elements in the map.\nThe simplest way is to use the range syntax min..max, thus range(min..max) will\nyield elements from min (inclusive) to max (exclusive).\nThe range may also be entered as (Bound<T>, Bound<T>), so for example\nrange((Excluded(4), Included(10))) will yield a left-exclusive, right-inclusive\nrange from 4 to 10.

    \n
    §Panics
    \n

    Panics if range start > end.\nPanics if range start == end and both bounds are Excluded.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map: BTreeMap<&str, i32> =\n    [(\"Alice\", 0), (\"Bob\", 0), (\"Carol\", 0), (\"Cheryl\", 0)].into();\nfor (_, balance) in map.range_mut(\"B\"..\"Cheryl\") {\n    *balance += 100;\n}\nfor (name, balance) in &map {\n    println!(\"{name} => {balance}\");\n}
    \n
    1.0.0 · source

    pub fn entry(&mut self, key: K) -> Entry<'_, K, V, A>
    where\n K: Ord,

    Gets the given key’s corresponding entry in the map for in-place manipulation.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut count: BTreeMap<&str, usize> = BTreeMap::new();\n\n// count the number of occurrences of letters in the vec\nfor x in [\"a\", \"b\", \"a\", \"c\", \"a\", \"b\"] {\n    count.entry(x).and_modify(|curr| *curr += 1).or_insert(1);\n}\n\nassert_eq!(count[\"a\"], 3);\nassert_eq!(count[\"b\"], 2);\nassert_eq!(count[\"c\"], 1);
    \n
    1.11.0 · source

    pub fn split_off<Q>(&mut self, key: &Q) -> BTreeMap<K, V, A>
    where\n Q: Ord + ?Sized,\n K: Borrow<Q> + Ord,\n A: Clone,

    Splits the collection into two at the given key. Returns everything after the given key,\nincluding the key.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut a = BTreeMap::new();\na.insert(1, \"a\");\na.insert(2, \"b\");\na.insert(3, \"c\");\na.insert(17, \"d\");\na.insert(41, \"e\");\n\nlet b = a.split_off(&3);\n\nassert_eq!(a.len(), 2);\nassert_eq!(b.len(), 3);\n\nassert_eq!(a[&1], \"a\");\nassert_eq!(a[&2], \"b\");\n\nassert_eq!(b[&3], \"c\");\nassert_eq!(b[&17], \"d\");\nassert_eq!(b[&41], \"e\");
    \n
    source

    pub fn extract_if<F>(&mut self, pred: F) -> ExtractIf<'_, K, V, F, A> ⓘ
    where\n K: Ord,\n F: FnMut(&K, &mut V) -> bool,

    🔬This is a nightly-only experimental API. (btree_extract_if)

    Creates an iterator that visits all elements (key-value pairs) in\nascending key order and uses a closure to determine if an element should\nbe removed. If the closure returns true, the element is removed from\nthe map and yielded. If the closure returns false, or panics, the\nelement remains in the map and will not be yielded.

    \n

    The iterator also lets you mutate the value of each element in the\nclosure, regardless of whether you choose to keep or remove it.

    \n

    If the returned ExtractIf is not exhausted, e.g. because it is dropped without iterating\nor the iteration short-circuits, then the remaining elements will be retained.\nUse retain with a negated predicate if you do not need the returned iterator.

    \n
    §Examples
    \n

    Splitting a map into even and odd keys, reusing the original map:

    \n\n
    #![feature(btree_extract_if)]\nuse std::collections::BTreeMap;\n\nlet mut map: BTreeMap<i32, i32> = (0..8).map(|x| (x, x)).collect();\nlet evens: BTreeMap<_, _> = map.extract_if(|k, _v| k % 2 == 0).collect();\nlet odds = map;\nassert_eq!(evens.keys().copied().collect::<Vec<_>>(), [0, 2, 4, 6]);\nassert_eq!(odds.keys().copied().collect::<Vec<_>>(), [1, 3, 5, 7]);
    \n
    1.54.0 · source

    pub fn into_keys(self) -> IntoKeys<K, V, A> ⓘ

    Creates a consuming iterator visiting all the keys, in sorted order.\nThe map cannot be used after calling this.\nThe iterator element type is K.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut a = BTreeMap::new();\na.insert(2, \"b\");\na.insert(1, \"a\");\n\nlet keys: Vec<i32> = a.into_keys().collect();\nassert_eq!(keys, [1, 2]);
    \n
    1.54.0 · source

    pub fn into_values(self) -> IntoValues<K, V, A> ⓘ

    Creates a consuming iterator visiting all the values, in order by key.\nThe map cannot be used after calling this.\nThe iterator element type is V.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut a = BTreeMap::new();\na.insert(1, \"hello\");\na.insert(2, \"goodbye\");\n\nlet values: Vec<&str> = a.into_values().collect();\nassert_eq!(values, [\"hello\", \"goodbye\"]);
    \n
    ",0,"bdk_chain::bitcoin::psbt::SigningKeysMap","bdk_chain::bitcoin::psbt::SigningErrors"],["
    1.0.0 · source§

    impl<K, V, A> Clone for BTreeMap<K, V, A>
    where\n K: Clone,\n V: Clone,\n A: Allocator + Clone,

    source§

    fn clone(&self) -> BTreeMap<K, V, A>

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    ","Clone","bdk_chain::bitcoin::psbt::SigningKeysMap","bdk_chain::bitcoin::psbt::SigningErrors"],["
    1.0.0 · source§

    impl<K, V, A> Debug for BTreeMap<K, V, A>
    where\n K: Debug,\n V: Debug,\n A: Allocator + Clone,

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Debug","bdk_chain::bitcoin::psbt::SigningKeysMap","bdk_chain::bitcoin::psbt::SigningErrors"],["
    1.0.0 · source§

    impl<K, V> Default for BTreeMap<K, V>

    source§

    fn default() -> BTreeMap<K, V>

    Creates an empty BTreeMap.

    \n
    ","Default","bdk_chain::bitcoin::psbt::SigningKeysMap","bdk_chain::bitcoin::psbt::SigningErrors"],["
    source§

    impl<'de, K, V> Deserialize<'de> for BTreeMap<K, V>
    where\n K: Deserialize<'de> + Ord,\n V: Deserialize<'de>,

    source§

    fn deserialize<D>(\n deserializer: D\n) -> Result<BTreeMap<K, V>, <D as Deserializer<'de>>::Error>
    where\n D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    ","Deserialize<'de>","bdk_chain::bitcoin::psbt::SigningKeysMap","bdk_chain::bitcoin::psbt::SigningErrors"],["
    1.7.0 · source§

    impl<K, V, A> Drop for BTreeMap<K, V, A>
    where\n A: Allocator + Clone,

    source§

    fn drop(&mut self)

    Executes the destructor for this type. Read more
    ","Drop","bdk_chain::bitcoin::psbt::SigningKeysMap","bdk_chain::bitcoin::psbt::SigningErrors"],["
    1.2.0 · source§

    impl<'a, K, V, A> Extend<(&'a K, &'a V)> for BTreeMap<K, V, A>
    where\n K: Ord + Copy,\n V: Copy,\n A: Allocator + Clone,

    source§

    fn extend<I>(&mut self, iter: I)
    where\n I: IntoIterator<Item = (&'a K, &'a V)>,

    Extends a collection with the contents of an iterator. Read more
    source§

    fn extend_one(&mut self, _: (&'a K, &'a V))

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    ","Extend<(&'a K, &'a V)>","bdk_chain::bitcoin::psbt::SigningKeysMap","bdk_chain::bitcoin::psbt::SigningErrors"],["
    1.0.0 · source§

    impl<K, V, A> Extend<(K, V)> for BTreeMap<K, V, A>
    where\n K: Ord,\n A: Allocator + Clone,

    source§

    fn extend<T>(&mut self, iter: T)
    where\n T: IntoIterator<Item = (K, V)>,

    Extends a collection with the contents of an iterator. Read more
    source§

    fn extend_one(&mut self, _: (K, V))

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    ","Extend<(K, V)>","bdk_chain::bitcoin::psbt::SigningKeysMap","bdk_chain::bitcoin::psbt::SigningErrors"],["
    1.56.0 · source§

    impl<K, V, const N: usize> From<[(K, V); N]> for BTreeMap<K, V>
    where\n K: Ord,

    source§

    fn from(arr: [(K, V); N]) -> BTreeMap<K, V>

    Converts a [(K, V); N] into a BTreeMap<(K, V)>.

    \n\n
    use std::collections::BTreeMap;\n\nlet map1 = BTreeMap::from([(1, 2), (3, 4)]);\nlet map2: BTreeMap<_, _> = [(1, 2), (3, 4)].into();\nassert_eq!(map1, map2);
    \n
    ","From<[(K, V); N]>","bdk_chain::bitcoin::psbt::SigningKeysMap","bdk_chain::bitcoin::psbt::SigningErrors"],["
    1.0.0 · source§

    impl<K, V> FromIterator<(K, V)> for BTreeMap<K, V>
    where\n K: Ord,

    source§

    fn from_iter<T>(iter: T) -> BTreeMap<K, V>
    where\n T: IntoIterator<Item = (K, V)>,

    Creates a value from an iterator. Read more
    ","FromIterator<(K, V)>","bdk_chain::bitcoin::psbt::SigningKeysMap","bdk_chain::bitcoin::psbt::SigningErrors"],["
    1.0.0 · source§

    impl<K, V, A> Hash for BTreeMap<K, V, A>
    where\n K: Hash,\n V: Hash,\n A: Allocator + Clone,

    source§

    fn hash<H>(&self, state: &mut H)
    where\n H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where\n H: Hasher,\n Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    ","Hash","bdk_chain::bitcoin::psbt::SigningKeysMap","bdk_chain::bitcoin::psbt::SigningErrors"],["
    1.0.0 · source§

    impl<K, Q, V, A> Index<&Q> for BTreeMap<K, V, A>
    where\n A: Allocator + Clone,\n K: Borrow<Q> + Ord,\n Q: Ord + ?Sized,

    source§

    fn index(&self, key: &Q) -> &V

    Returns a reference to the value corresponding to the supplied key.

    \n
    §Panics
    \n

    Panics if the key is not present in the BTreeMap.

    \n
    §

    type Output = V

    The returned type after indexing.
    ","Index<&Q>","bdk_chain::bitcoin::psbt::SigningKeysMap","bdk_chain::bitcoin::psbt::SigningErrors"],["
    source§

    impl<'de, K, V, E> IntoDeserializer<'de, E> for BTreeMap<K, V>
    where\n K: IntoDeserializer<'de, E> + Eq + Ord,\n V: IntoDeserializer<'de, E>,\n E: Error,

    §

    type Deserializer = MapDeserializer<'de, <BTreeMap<K, V> as IntoIterator>::IntoIter, E>

    The type of the deserializer being converted into.
    source§

    fn into_deserializer(\n self\n) -> <BTreeMap<K, V> as IntoDeserializer<'de, E>>::Deserializer

    Convert this value into a deserializer.
    ","IntoDeserializer<'de, E>","bdk_chain::bitcoin::psbt::SigningKeysMap","bdk_chain::bitcoin::psbt::SigningErrors"],["
    1.0.0 · source§

    impl<K, V, A> IntoIterator for BTreeMap<K, V, A>
    where\n A: Allocator + Clone,

    source§

    fn into_iter(self) -> IntoIter<K, V, A> ⓘ

    Gets an owning iterator over the entries of the map, sorted by key.

    \n
    §

    type Item = (K, V)

    The type of the elements being iterated over.
    §

    type IntoIter = IntoIter<K, V, A>

    Which kind of iterator are we turning this into?
    ","IntoIterator","bdk_chain::bitcoin::psbt::SigningKeysMap","bdk_chain::bitcoin::psbt::SigningErrors"],["
    source§

    impl<K: Ord, V> Merge for BTreeMap<K, V>

    source§

    fn merge(&mut self, other: Self)

    Merge another object of the same type onto self.
    source§

    fn is_empty(&self) -> bool

    Returns whether the structure is considered empty.
    source§

    fn take(&mut self) -> Option<Self>

    Take the value, replacing it with the default value.
    ","Merge","bdk_chain::bitcoin::psbt::SigningKeysMap","bdk_chain::bitcoin::psbt::SigningErrors"],["
    1.0.0 · source§

    impl<K, V, A> Ord for BTreeMap<K, V, A>
    where\n K: Ord,\n V: Ord,\n A: Allocator + Clone,

    source§

    fn cmp(&self, other: &BTreeMap<K, V, A>) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where\n Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Self
    where\n Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Self
    where\n Self: Sized + PartialOrd,

    Restrict a value to a certain interval. Read more
    ","Ord","bdk_chain::bitcoin::psbt::SigningKeysMap","bdk_chain::bitcoin::psbt::SigningErrors"],["
    1.0.0 · source§

    impl<K, V, A> PartialEq for BTreeMap<K, V, A>
    where\n K: PartialEq,\n V: PartialEq,\n A: Allocator + Clone,

    source§

    fn eq(&self, other: &BTreeMap<K, V, A>) -> bool

    This method tests for self and other values to be equal, and is used\nby ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
    ","PartialEq","bdk_chain::bitcoin::psbt::SigningKeysMap","bdk_chain::bitcoin::psbt::SigningErrors"],["
    1.0.0 · source§

    impl<K, V, A> PartialOrd for BTreeMap<K, V, A>
    where\n K: PartialOrd,\n V: PartialOrd,\n A: Allocator + Clone,

    source§

    fn partial_cmp(&self, other: &BTreeMap<K, V, A>) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >=\noperator. Read more
    ","PartialOrd","bdk_chain::bitcoin::psbt::SigningKeysMap","bdk_chain::bitcoin::psbt::SigningErrors"],["
    source§

    impl<K, V> Serialize for BTreeMap<K, V>
    where\n K: Serialize,\n V: Serialize,

    source§

    fn serialize<S>(\n &self,\n serializer: S\n) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where\n S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    ","Serialize","bdk_chain::bitcoin::psbt::SigningKeysMap","bdk_chain::bitcoin::psbt::SigningErrors"],["
    1.0.0 · source§

    impl<K, V, A> Eq for BTreeMap<K, V, A>
    where\n K: Eq,\n V: Eq,\n A: Allocator + Clone,

    ","Eq","bdk_chain::bitcoin::psbt::SigningKeysMap","bdk_chain::bitcoin::psbt::SigningErrors"],["
    1.64.0 · source§

    impl<K, V, A> UnwindSafe for BTreeMap<K, V, A>

    ","UnwindSafe","bdk_chain::bitcoin::psbt::SigningKeysMap","bdk_chain::bitcoin::psbt::SigningErrors"]], -"bdk_wallet":[["
    source§

    impl<K, V> BTreeMap<K, V>

    1.0.0 (const: 1.66.0) · source

    pub const fn new() -> BTreeMap<K, V>

    Makes a new, empty BTreeMap.

    \n

    Does not allocate anything on its own.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\n\n// entries can now be inserted into the empty map\nmap.insert(1, \"a\");
    \n
    ",0,"bdk_wallet::descriptor::policy::ConditionMap","bdk_wallet::descriptor::policy::FoldedConditionMap","bdk_wallet::descriptor::HdKeyPaths","bdk_wallet::descriptor::TapKeyOrigins","bdk_wallet::keys::KeyMap"],["
    source§

    impl<K, V, A> BTreeMap<K, V, A>
    where\n A: Allocator + Clone,

    1.0.0 · source

    pub fn iter(&self) -> Iter<'_, K, V>

    Gets an iterator over the entries of the map, sorted by key.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nmap.insert(3, \"c\");\nmap.insert(2, \"b\");\nmap.insert(1, \"a\");\n\nfor (key, value) in map.iter() {\n    println!(\"{key}: {value}\");\n}\n\nlet (first_key, first_value) = map.iter().next().unwrap();\nassert_eq!((*first_key, *first_value), (1, \"a\"));
    \n
    1.0.0 · source

    pub fn iter_mut(&mut self) -> IterMut<'_, K, V>

    Gets a mutable iterator over the entries of the map, sorted by key.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::from([\n   (\"a\", 1),\n   (\"b\", 2),\n   (\"c\", 3),\n]);\n\n// add 10 to the value if the key isn't \"a\"\nfor (key, value) in map.iter_mut() {\n    if key != &\"a\" {\n        *value += 10;\n    }\n}
    \n
    1.0.0 · source

    pub fn keys(&self) -> Keys<'_, K, V>

    Gets an iterator over the keys of the map, in sorted order.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut a = BTreeMap::new();\na.insert(2, \"b\");\na.insert(1, \"a\");\n\nlet keys: Vec<_> = a.keys().cloned().collect();\nassert_eq!(keys, [1, 2]);
    \n
    1.0.0 · source

    pub fn values(&self) -> Values<'_, K, V>

    Gets an iterator over the values of the map, in order by key.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut a = BTreeMap::new();\na.insert(1, \"hello\");\na.insert(2, \"goodbye\");\n\nlet values: Vec<&str> = a.values().cloned().collect();\nassert_eq!(values, [\"hello\", \"goodbye\"]);
    \n
    1.10.0 · source

    pub fn values_mut(&mut self) -> ValuesMut<'_, K, V>

    Gets a mutable iterator over the values of the map, in order by key.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut a = BTreeMap::new();\na.insert(1, String::from(\"hello\"));\na.insert(2, String::from(\"goodbye\"));\n\nfor value in a.values_mut() {\n    value.push_str(\"!\");\n}\n\nlet values: Vec<String> = a.values().cloned().collect();\nassert_eq!(values, [String::from(\"hello!\"),\n                    String::from(\"goodbye!\")]);
    \n
    1.0.0 (const: unstable) · source

    pub fn len(&self) -> usize

    Returns the number of elements in the map.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut a = BTreeMap::new();\nassert_eq!(a.len(), 0);\na.insert(1, \"a\");\nassert_eq!(a.len(), 1);
    \n
    1.0.0 (const: unstable) · source

    pub fn is_empty(&self) -> bool

    Returns true if the map contains no elements.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut a = BTreeMap::new();\nassert!(a.is_empty());\na.insert(1, \"a\");\nassert!(!a.is_empty());
    \n
    source

    pub fn lower_bound<Q>(&self, bound: Bound<&Q>) -> Cursor<'_, K, V>
    where\n K: Borrow<Q> + Ord,\n Q: Ord + ?Sized,

    🔬This is a nightly-only experimental API. (btree_cursors)

    Returns a Cursor pointing at the gap before the smallest key\ngreater than the given bound.

    \n

    Passing Bound::Included(x) will return a cursor pointing to the\ngap before the smallest key greater than or equal to x.

    \n

    Passing Bound::Excluded(x) will return a cursor pointing to the\ngap before the smallest key greater than x.

    \n

    Passing Bound::Unbounded will return a cursor pointing to the\ngap before the smallest key in the map.

    \n
    §Examples
    \n
    #![feature(btree_cursors)]\n\nuse std::collections::BTreeMap;\nuse std::ops::Bound;\n\nlet map = BTreeMap::from([\n    (1, \"a\"),\n    (2, \"b\"),\n    (3, \"c\"),\n    (4, \"d\"),\n]);\n\nlet cursor = map.lower_bound(Bound::Included(&2));\nassert_eq!(cursor.peek_prev(), Some((&1, &\"a\")));\nassert_eq!(cursor.peek_next(), Some((&2, &\"b\")));\n\nlet cursor = map.lower_bound(Bound::Excluded(&2));\nassert_eq!(cursor.peek_prev(), Some((&2, &\"b\")));\nassert_eq!(cursor.peek_next(), Some((&3, &\"c\")));\n\nlet cursor = map.lower_bound(Bound::Unbounded);\nassert_eq!(cursor.peek_prev(), None);\nassert_eq!(cursor.peek_next(), Some((&1, &\"a\")));
    \n
    source

    pub fn lower_bound_mut<Q>(&mut self, bound: Bound<&Q>) -> CursorMut<'_, K, V, A>
    where\n K: Borrow<Q> + Ord,\n Q: Ord + ?Sized,

    🔬This is a nightly-only experimental API. (btree_cursors)

    Returns a CursorMut pointing at the gap before the smallest key\ngreater than the given bound.

    \n

    Passing Bound::Included(x) will return a cursor pointing to the\ngap before the smallest key greater than or equal to x.

    \n

    Passing Bound::Excluded(x) will return a cursor pointing to the\ngap before the smallest key greater than x.

    \n

    Passing Bound::Unbounded will return a cursor pointing to the\ngap before the smallest key in the map.

    \n
    §Examples
    \n
    #![feature(btree_cursors)]\n\nuse std::collections::BTreeMap;\nuse std::ops::Bound;\n\nlet mut map = BTreeMap::from([\n    (1, \"a\"),\n    (2, \"b\"),\n    (3, \"c\"),\n    (4, \"d\"),\n]);\n\nlet mut cursor = map.lower_bound_mut(Bound::Included(&2));\nassert_eq!(cursor.peek_prev(), Some((&1, &mut \"a\")));\nassert_eq!(cursor.peek_next(), Some((&2, &mut \"b\")));\n\nlet mut cursor = map.lower_bound_mut(Bound::Excluded(&2));\nassert_eq!(cursor.peek_prev(), Some((&2, &mut \"b\")));\nassert_eq!(cursor.peek_next(), Some((&3, &mut \"c\")));\n\nlet mut cursor = map.lower_bound_mut(Bound::Unbounded);\nassert_eq!(cursor.peek_prev(), None);\nassert_eq!(cursor.peek_next(), Some((&1, &mut \"a\")));
    \n
    source

    pub fn upper_bound<Q>(&self, bound: Bound<&Q>) -> Cursor<'_, K, V>
    where\n K: Borrow<Q> + Ord,\n Q: Ord + ?Sized,

    🔬This is a nightly-only experimental API. (btree_cursors)

    Returns a Cursor pointing at the gap after the greatest key\nsmaller than the given bound.

    \n

    Passing Bound::Included(x) will return a cursor pointing to the\ngap after the greatest key smaller than or equal to x.

    \n

    Passing Bound::Excluded(x) will return a cursor pointing to the\ngap after the greatest key smaller than x.

    \n

    Passing Bound::Unbounded will return a cursor pointing to the\ngap after the greatest key in the map.

    \n
    §Examples
    \n
    #![feature(btree_cursors)]\n\nuse std::collections::BTreeMap;\nuse std::ops::Bound;\n\nlet map = BTreeMap::from([\n    (1, \"a\"),\n    (2, \"b\"),\n    (3, \"c\"),\n    (4, \"d\"),\n]);\n\nlet cursor = map.upper_bound(Bound::Included(&3));\nassert_eq!(cursor.peek_prev(), Some((&3, &\"c\")));\nassert_eq!(cursor.peek_next(), Some((&4, &\"d\")));\n\nlet cursor = map.upper_bound(Bound::Excluded(&3));\nassert_eq!(cursor.peek_prev(), Some((&2, &\"b\")));\nassert_eq!(cursor.peek_next(), Some((&3, &\"c\")));\n\nlet cursor = map.upper_bound(Bound::Unbounded);\nassert_eq!(cursor.peek_prev(), Some((&4, &\"d\")));\nassert_eq!(cursor.peek_next(), None);
    \n
    source

    pub fn upper_bound_mut<Q>(&mut self, bound: Bound<&Q>) -> CursorMut<'_, K, V, A>
    where\n K: Borrow<Q> + Ord,\n Q: Ord + ?Sized,

    🔬This is a nightly-only experimental API. (btree_cursors)

    Returns a CursorMut pointing at the gap after the greatest key\nsmaller than the given bound.

    \n

    Passing Bound::Included(x) will return a cursor pointing to the\ngap after the greatest key smaller than or equal to x.

    \n

    Passing Bound::Excluded(x) will return a cursor pointing to the\ngap after the greatest key smaller than x.

    \n

    Passing Bound::Unbounded will return a cursor pointing to the\ngap after the greatest key in the map.

    \n
    §Examples
    \n
    #![feature(btree_cursors)]\n\nuse std::collections::BTreeMap;\nuse std::ops::Bound;\n\nlet mut map = BTreeMap::from([\n    (1, \"a\"),\n    (2, \"b\"),\n    (3, \"c\"),\n    (4, \"d\"),\n]);\n\nlet mut cursor = map.upper_bound_mut(Bound::Included(&3));\nassert_eq!(cursor.peek_prev(), Some((&3, &mut \"c\")));\nassert_eq!(cursor.peek_next(), Some((&4, &mut \"d\")));\n\nlet mut cursor = map.upper_bound_mut(Bound::Excluded(&3));\nassert_eq!(cursor.peek_prev(), Some((&2, &mut \"b\")));\nassert_eq!(cursor.peek_next(), Some((&3, &mut \"c\")));\n\nlet mut cursor = map.upper_bound_mut(Bound::Unbounded);\nassert_eq!(cursor.peek_prev(), Some((&4, &mut \"d\")));\nassert_eq!(cursor.peek_next(), None);
    \n
    ",0,"bdk_wallet::descriptor::policy::ConditionMap","bdk_wallet::descriptor::policy::FoldedConditionMap","bdk_wallet::descriptor::HdKeyPaths","bdk_wallet::descriptor::TapKeyOrigins","bdk_wallet::keys::KeyMap"],["
    source§

    impl<K, V, A> BTreeMap<K, V, A>
    where\n A: Allocator + Clone,

    1.0.0 · source

    pub fn clear(&mut self)

    Clears the map, removing all elements.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut a = BTreeMap::new();\na.insert(1, \"a\");\na.clear();\nassert!(a.is_empty());
    \n
    source

    pub const fn new_in(alloc: A) -> BTreeMap<K, V, A>

    🔬This is a nightly-only experimental API. (btreemap_alloc)

    Makes a new empty BTreeMap with a reasonable choice for B.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\nuse std::alloc::Global;\n\nlet mut map = BTreeMap::new_in(Global);\n\n// entries can now be inserted into the empty map\nmap.insert(1, \"a\");
    \n
    ",0,"bdk_wallet::descriptor::policy::ConditionMap","bdk_wallet::descriptor::policy::FoldedConditionMap","bdk_wallet::descriptor::HdKeyPaths","bdk_wallet::descriptor::TapKeyOrigins","bdk_wallet::keys::KeyMap"],["
    source§

    impl<K, V, A> BTreeMap<K, V, A>
    where\n A: Allocator + Clone,

    1.0.0 · source

    pub fn get<Q>(&self, key: &Q) -> Option<&V>
    where\n K: Borrow<Q> + Ord,\n Q: Ord + ?Sized,

    Returns a reference to the value corresponding to the key.

    \n

    The key may be any borrowed form of the map’s key type, but the ordering\non the borrowed form must match the ordering on the key type.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nmap.insert(1, \"a\");\nassert_eq!(map.get(&1), Some(&\"a\"));\nassert_eq!(map.get(&2), None);
    \n
    1.40.0 · source

    pub fn get_key_value<Q>(&self, k: &Q) -> Option<(&K, &V)>
    where\n K: Borrow<Q> + Ord,\n Q: Ord + ?Sized,

    Returns the key-value pair corresponding to the supplied key.

    \n

    The supplied key may be any borrowed form of the map’s key type, but the ordering\non the borrowed form must match the ordering on the key type.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nmap.insert(1, \"a\");\nassert_eq!(map.get_key_value(&1), Some((&1, &\"a\")));\nassert_eq!(map.get_key_value(&2), None);
    \n
    1.66.0 · source

    pub fn first_key_value(&self) -> Option<(&K, &V)>
    where\n K: Ord,

    Returns the first key-value pair in the map.\nThe key in this pair is the minimum key in the map.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nassert_eq!(map.first_key_value(), None);\nmap.insert(1, \"b\");\nmap.insert(2, \"a\");\nassert_eq!(map.first_key_value(), Some((&1, &\"b\")));
    \n
    1.66.0 · source

    pub fn first_entry(&mut self) -> Option<OccupiedEntry<'_, K, V, A>>
    where\n K: Ord,

    Returns the first entry in the map for in-place manipulation.\nThe key of this entry is the minimum key in the map.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nmap.insert(1, \"a\");\nmap.insert(2, \"b\");\nif let Some(mut entry) = map.first_entry() {\n    if *entry.key() > 0 {\n        entry.insert(\"first\");\n    }\n}\nassert_eq!(*map.get(&1).unwrap(), \"first\");\nassert_eq!(*map.get(&2).unwrap(), \"b\");
    \n
    1.66.0 · source

    pub fn pop_first(&mut self) -> Option<(K, V)>
    where\n K: Ord,

    Removes and returns the first element in the map.\nThe key of this element is the minimum key that was in the map.

    \n
    §Examples
    \n

    Draining elements in ascending order, while keeping a usable map each iteration.

    \n\n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nmap.insert(1, \"a\");\nmap.insert(2, \"b\");\nwhile let Some((key, _val)) = map.pop_first() {\n    assert!(map.iter().all(|(k, _v)| *k > key));\n}\nassert!(map.is_empty());
    \n
    1.66.0 · source

    pub fn last_key_value(&self) -> Option<(&K, &V)>
    where\n K: Ord,

    Returns the last key-value pair in the map.\nThe key in this pair is the maximum key in the map.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nmap.insert(1, \"b\");\nmap.insert(2, \"a\");\nassert_eq!(map.last_key_value(), Some((&2, &\"a\")));
    \n
    1.66.0 · source

    pub fn last_entry(&mut self) -> Option<OccupiedEntry<'_, K, V, A>>
    where\n K: Ord,

    Returns the last entry in the map for in-place manipulation.\nThe key of this entry is the maximum key in the map.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nmap.insert(1, \"a\");\nmap.insert(2, \"b\");\nif let Some(mut entry) = map.last_entry() {\n    if *entry.key() > 0 {\n        entry.insert(\"last\");\n    }\n}\nassert_eq!(*map.get(&1).unwrap(), \"a\");\nassert_eq!(*map.get(&2).unwrap(), \"last\");
    \n
    1.66.0 · source

    pub fn pop_last(&mut self) -> Option<(K, V)>
    where\n K: Ord,

    Removes and returns the last element in the map.\nThe key of this element is the maximum key that was in the map.

    \n
    §Examples
    \n

    Draining elements in descending order, while keeping a usable map each iteration.

    \n\n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nmap.insert(1, \"a\");\nmap.insert(2, \"b\");\nwhile let Some((key, _val)) = map.pop_last() {\n    assert!(map.iter().all(|(k, _v)| *k < key));\n}\nassert!(map.is_empty());
    \n
    1.0.0 · source

    pub fn contains_key<Q>(&self, key: &Q) -> bool
    where\n K: Borrow<Q> + Ord,\n Q: Ord + ?Sized,

    Returns true if the map contains a value for the specified key.

    \n

    The key may be any borrowed form of the map’s key type, but the ordering\non the borrowed form must match the ordering on the key type.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nmap.insert(1, \"a\");\nassert_eq!(map.contains_key(&1), true);\nassert_eq!(map.contains_key(&2), false);
    \n
    1.0.0 · source

    pub fn get_mut<Q>(&mut self, key: &Q) -> Option<&mut V>
    where\n K: Borrow<Q> + Ord,\n Q: Ord + ?Sized,

    Returns a mutable reference to the value corresponding to the key.

    \n

    The key may be any borrowed form of the map’s key type, but the ordering\non the borrowed form must match the ordering on the key type.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nmap.insert(1, \"a\");\nif let Some(x) = map.get_mut(&1) {\n    *x = \"b\";\n}\nassert_eq!(map[&1], \"b\");
    \n
    1.0.0 · source

    pub fn insert(&mut self, key: K, value: V) -> Option<V>
    where\n K: Ord,

    Inserts a key-value pair into the map.

    \n

    If the map did not have this key present, None is returned.

    \n

    If the map did have this key present, the value is updated, and the old\nvalue is returned. The key is not updated, though; this matters for\ntypes that can be == without being identical. See the module-level\ndocumentation for more.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nassert_eq!(map.insert(37, \"a\"), None);\nassert_eq!(map.is_empty(), false);\n\nmap.insert(37, \"b\");\nassert_eq!(map.insert(37, \"c\"), Some(\"b\"));\nassert_eq!(map[&37], \"c\");
    \n
    source

    pub fn try_insert(\n &mut self,\n key: K,\n value: V\n) -> Result<&mut V, OccupiedError<'_, K, V, A>>
    where\n K: Ord,

    🔬This is a nightly-only experimental API. (map_try_insert)

    Tries to insert a key-value pair into the map, and returns\na mutable reference to the value in the entry.

    \n

    If the map already had this key present, nothing is updated, and\nan error containing the occupied entry and the value is returned.

    \n
    §Examples
    \n
    #![feature(map_try_insert)]\n\nuse std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nassert_eq!(map.try_insert(37, \"a\").unwrap(), &\"a\");\n\nlet err = map.try_insert(37, \"b\").unwrap_err();\nassert_eq!(err.entry.key(), &37);\nassert_eq!(err.entry.get(), &\"a\");\nassert_eq!(err.value, \"b\");
    \n
    1.0.0 · source

    pub fn remove<Q>(&mut self, key: &Q) -> Option<V>
    where\n K: Borrow<Q> + Ord,\n Q: Ord + ?Sized,

    Removes a key from the map, returning the value at the key if the key\nwas previously in the map.

    \n

    The key may be any borrowed form of the map’s key type, but the ordering\non the borrowed form must match the ordering on the key type.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nmap.insert(1, \"a\");\nassert_eq!(map.remove(&1), Some(\"a\"));\nassert_eq!(map.remove(&1), None);
    \n
    1.45.0 · source

    pub fn remove_entry<Q>(&mut self, key: &Q) -> Option<(K, V)>
    where\n K: Borrow<Q> + Ord,\n Q: Ord + ?Sized,

    Removes a key from the map, returning the stored key and value if the key\nwas previously in the map.

    \n

    The key may be any borrowed form of the map’s key type, but the ordering\non the borrowed form must match the ordering on the key type.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nmap.insert(1, \"a\");\nassert_eq!(map.remove_entry(&1), Some((1, \"a\")));\nassert_eq!(map.remove_entry(&1), None);
    \n
    1.53.0 · source

    pub fn retain<F>(&mut self, f: F)
    where\n K: Ord,\n F: FnMut(&K, &mut V) -> bool,

    Retains only the elements specified by the predicate.

    \n

    In other words, remove all pairs (k, v) for which f(&k, &mut v) returns false.\nThe elements are visited in ascending key order.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map: BTreeMap<i32, i32> = (0..8).map(|x| (x, x*10)).collect();\n// Keep only the elements with even-numbered keys.\nmap.retain(|&k, _| k % 2 == 0);\nassert!(map.into_iter().eq(vec![(0, 0), (2, 20), (4, 40), (6, 60)]));
    \n
    1.11.0 · source

    pub fn append(&mut self, other: &mut BTreeMap<K, V, A>)
    where\n K: Ord,\n A: Clone,

    Moves all elements from other into self, leaving other empty.

    \n

    If a key from other is already present in self, the respective\nvalue from self will be overwritten with the respective value from other.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut a = BTreeMap::new();\na.insert(1, \"a\");\na.insert(2, \"b\");\na.insert(3, \"c\"); // Note: Key (3) also present in b.\n\nlet mut b = BTreeMap::new();\nb.insert(3, \"d\"); // Note: Key (3) also present in a.\nb.insert(4, \"e\");\nb.insert(5, \"f\");\n\na.append(&mut b);\n\nassert_eq!(a.len(), 5);\nassert_eq!(b.len(), 0);\n\nassert_eq!(a[&1], \"a\");\nassert_eq!(a[&2], \"b\");\nassert_eq!(a[&3], \"d\"); // Note: \"c\" has been overwritten.\nassert_eq!(a[&4], \"e\");\nassert_eq!(a[&5], \"f\");
    \n
    1.17.0 · source

    pub fn range<T, R>(&self, range: R) -> Range<'_, K, V>
    where\n T: Ord + ?Sized,\n K: Borrow<T> + Ord,\n R: RangeBounds<T>,

    Constructs a double-ended iterator over a sub-range of elements in the map.\nThe simplest way is to use the range syntax min..max, thus range(min..max) will\nyield elements from min (inclusive) to max (exclusive).\nThe range may also be entered as (Bound<T>, Bound<T>), so for example\nrange((Excluded(4), Included(10))) will yield a left-exclusive, right-inclusive\nrange from 4 to 10.

    \n
    §Panics
    \n

    Panics if range start > end.\nPanics if range start == end and both bounds are Excluded.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\nuse std::ops::Bound::Included;\n\nlet mut map = BTreeMap::new();\nmap.insert(3, \"a\");\nmap.insert(5, \"b\");\nmap.insert(8, \"c\");\nfor (&key, &value) in map.range((Included(&4), Included(&8))) {\n    println!(\"{key}: {value}\");\n}\nassert_eq!(Some((&5, &\"b\")), map.range(4..).next());
    \n
    1.17.0 · source

    pub fn range_mut<T, R>(&mut self, range: R) -> RangeMut<'_, K, V>
    where\n T: Ord + ?Sized,\n K: Borrow<T> + Ord,\n R: RangeBounds<T>,

    Constructs a mutable double-ended iterator over a sub-range of elements in the map.\nThe simplest way is to use the range syntax min..max, thus range(min..max) will\nyield elements from min (inclusive) to max (exclusive).\nThe range may also be entered as (Bound<T>, Bound<T>), so for example\nrange((Excluded(4), Included(10))) will yield a left-exclusive, right-inclusive\nrange from 4 to 10.

    \n
    §Panics
    \n

    Panics if range start > end.\nPanics if range start == end and both bounds are Excluded.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map: BTreeMap<&str, i32> =\n    [(\"Alice\", 0), (\"Bob\", 0), (\"Carol\", 0), (\"Cheryl\", 0)].into();\nfor (_, balance) in map.range_mut(\"B\"..\"Cheryl\") {\n    *balance += 100;\n}\nfor (name, balance) in &map {\n    println!(\"{name} => {balance}\");\n}
    \n
    1.0.0 · source

    pub fn entry(&mut self, key: K) -> Entry<'_, K, V, A>
    where\n K: Ord,

    Gets the given key’s corresponding entry in the map for in-place manipulation.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut count: BTreeMap<&str, usize> = BTreeMap::new();\n\n// count the number of occurrences of letters in the vec\nfor x in [\"a\", \"b\", \"a\", \"c\", \"a\", \"b\"] {\n    count.entry(x).and_modify(|curr| *curr += 1).or_insert(1);\n}\n\nassert_eq!(count[\"a\"], 3);\nassert_eq!(count[\"b\"], 2);\nassert_eq!(count[\"c\"], 1);
    \n
    1.11.0 · source

    pub fn split_off<Q>(&mut self, key: &Q) -> BTreeMap<K, V, A>
    where\n Q: Ord + ?Sized,\n K: Borrow<Q> + Ord,\n A: Clone,

    Splits the collection into two at the given key. Returns everything after the given key,\nincluding the key.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut a = BTreeMap::new();\na.insert(1, \"a\");\na.insert(2, \"b\");\na.insert(3, \"c\");\na.insert(17, \"d\");\na.insert(41, \"e\");\n\nlet b = a.split_off(&3);\n\nassert_eq!(a.len(), 2);\nassert_eq!(b.len(), 3);\n\nassert_eq!(a[&1], \"a\");\nassert_eq!(a[&2], \"b\");\n\nassert_eq!(b[&3], \"c\");\nassert_eq!(b[&17], \"d\");\nassert_eq!(b[&41], \"e\");
    \n
    source

    pub fn extract_if<F>(&mut self, pred: F) -> ExtractIf<'_, K, V, F, A>
    where\n K: Ord,\n F: FnMut(&K, &mut V) -> bool,

    🔬This is a nightly-only experimental API. (btree_extract_if)

    Creates an iterator that visits all elements (key-value pairs) in\nascending key order and uses a closure to determine if an element should\nbe removed. If the closure returns true, the element is removed from\nthe map and yielded. If the closure returns false, or panics, the\nelement remains in the map and will not be yielded.

    \n

    The iterator also lets you mutate the value of each element in the\nclosure, regardless of whether you choose to keep or remove it.

    \n

    If the returned ExtractIf is not exhausted, e.g. because it is dropped without iterating\nor the iteration short-circuits, then the remaining elements will be retained.\nUse retain with a negated predicate if you do not need the returned iterator.

    \n
    §Examples
    \n

    Splitting a map into even and odd keys, reusing the original map:

    \n\n
    #![feature(btree_extract_if)]\nuse std::collections::BTreeMap;\n\nlet mut map: BTreeMap<i32, i32> = (0..8).map(|x| (x, x)).collect();\nlet evens: BTreeMap<_, _> = map.extract_if(|k, _v| k % 2 == 0).collect();\nlet odds = map;\nassert_eq!(evens.keys().copied().collect::<Vec<_>>(), [0, 2, 4, 6]);\nassert_eq!(odds.keys().copied().collect::<Vec<_>>(), [1, 3, 5, 7]);
    \n
    1.54.0 · source

    pub fn into_keys(self) -> IntoKeys<K, V, A>

    Creates a consuming iterator visiting all the keys, in sorted order.\nThe map cannot be used after calling this.\nThe iterator element type is K.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut a = BTreeMap::new();\na.insert(2, \"b\");\na.insert(1, \"a\");\n\nlet keys: Vec<i32> = a.into_keys().collect();\nassert_eq!(keys, [1, 2]);
    \n
    1.54.0 · source

    pub fn into_values(self) -> IntoValues<K, V, A>

    Creates a consuming iterator visiting all the values, in order by key.\nThe map cannot be used after calling this.\nThe iterator element type is V.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut a = BTreeMap::new();\na.insert(1, \"hello\");\na.insert(2, \"goodbye\");\n\nlet values: Vec<&str> = a.into_values().collect();\nassert_eq!(values, [\"hello\", \"goodbye\"]);
    \n
    ",0,"bdk_wallet::descriptor::policy::ConditionMap","bdk_wallet::descriptor::policy::FoldedConditionMap","bdk_wallet::descriptor::HdKeyPaths","bdk_wallet::descriptor::TapKeyOrigins","bdk_wallet::keys::KeyMap"],["
    1.0.0 · source§

    impl<K, V, A> Clone for BTreeMap<K, V, A>
    where\n K: Clone,\n V: Clone,\n A: Allocator + Clone,

    source§

    fn clone(&self) -> BTreeMap<K, V, A>

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    ","Clone","bdk_wallet::descriptor::policy::ConditionMap","bdk_wallet::descriptor::policy::FoldedConditionMap","bdk_wallet::descriptor::HdKeyPaths","bdk_wallet::descriptor::TapKeyOrigins","bdk_wallet::keys::KeyMap"],["
    1.0.0 · source§

    impl<K, V, A> Debug for BTreeMap<K, V, A>
    where\n K: Debug,\n V: Debug,\n A: Allocator + Clone,

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Debug","bdk_wallet::descriptor::policy::ConditionMap","bdk_wallet::descriptor::policy::FoldedConditionMap","bdk_wallet::descriptor::HdKeyPaths","bdk_wallet::descriptor::TapKeyOrigins","bdk_wallet::keys::KeyMap"],["
    1.0.0 · source§

    impl<K, V> Default for BTreeMap<K, V>

    source§

    fn default() -> BTreeMap<K, V>

    Creates an empty BTreeMap.

    \n
    ","Default","bdk_wallet::descriptor::policy::ConditionMap","bdk_wallet::descriptor::policy::FoldedConditionMap","bdk_wallet::descriptor::HdKeyPaths","bdk_wallet::descriptor::TapKeyOrigins","bdk_wallet::keys::KeyMap"],["
    source§

    impl<'de, K, V> Deserialize<'de> for BTreeMap<K, V>
    where\n K: Deserialize<'de> + Ord,\n V: Deserialize<'de>,

    source§

    fn deserialize<D>(\n deserializer: D\n) -> Result<BTreeMap<K, V>, <D as Deserializer<'de>>::Error>
    where\n D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    ","Deserialize<'de>","bdk_wallet::descriptor::policy::ConditionMap","bdk_wallet::descriptor::policy::FoldedConditionMap","bdk_wallet::descriptor::HdKeyPaths","bdk_wallet::descriptor::TapKeyOrigins","bdk_wallet::keys::KeyMap"],["
    1.7.0 · source§

    impl<K, V, A> Drop for BTreeMap<K, V, A>
    where\n A: Allocator + Clone,

    source§

    fn drop(&mut self)

    Executes the destructor for this type. Read more
    ","Drop","bdk_wallet::descriptor::policy::ConditionMap","bdk_wallet::descriptor::policy::FoldedConditionMap","bdk_wallet::descriptor::HdKeyPaths","bdk_wallet::descriptor::TapKeyOrigins","bdk_wallet::keys::KeyMap"],["
    1.2.0 · source§

    impl<'a, K, V, A> Extend<(&'a K, &'a V)> for BTreeMap<K, V, A>
    where\n K: Ord + Copy,\n V: Copy,\n A: Allocator + Clone,

    source§

    fn extend<I>(&mut self, iter: I)
    where\n I: IntoIterator<Item = (&'a K, &'a V)>,

    Extends a collection with the contents of an iterator. Read more
    source§

    fn extend_one(&mut self, _: (&'a K, &'a V))

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    ","Extend<(&'a K, &'a V)>","bdk_wallet::descriptor::policy::ConditionMap","bdk_wallet::descriptor::policy::FoldedConditionMap","bdk_wallet::descriptor::HdKeyPaths","bdk_wallet::descriptor::TapKeyOrigins","bdk_wallet::keys::KeyMap"],["
    1.0.0 · source§

    impl<K, V, A> Extend<(K, V)> for BTreeMap<K, V, A>
    where\n K: Ord,\n A: Allocator + Clone,

    source§

    fn extend<T>(&mut self, iter: T)
    where\n T: IntoIterator<Item = (K, V)>,

    Extends a collection with the contents of an iterator. Read more
    source§

    fn extend_one(&mut self, _: (K, V))

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    ","Extend<(K, V)>","bdk_wallet::descriptor::policy::ConditionMap","bdk_wallet::descriptor::policy::FoldedConditionMap","bdk_wallet::descriptor::HdKeyPaths","bdk_wallet::descriptor::TapKeyOrigins","bdk_wallet::keys::KeyMap"],["
    1.56.0 · source§

    impl<K, V, const N: usize> From<[(K, V); N]> for BTreeMap<K, V>
    where\n K: Ord,

    source§

    fn from(arr: [(K, V); N]) -> BTreeMap<K, V>

    Converts a [(K, V); N] into a BTreeMap<(K, V)>.

    \n\n
    use std::collections::BTreeMap;\n\nlet map1 = BTreeMap::from([(1, 2), (3, 4)]);\nlet map2: BTreeMap<_, _> = [(1, 2), (3, 4)].into();\nassert_eq!(map1, map2);
    \n
    ","From<[(K, V); N]>","bdk_wallet::descriptor::policy::ConditionMap","bdk_wallet::descriptor::policy::FoldedConditionMap","bdk_wallet::descriptor::HdKeyPaths","bdk_wallet::descriptor::TapKeyOrigins","bdk_wallet::keys::KeyMap"],["
    1.0.0 · source§

    impl<K, V> FromIterator<(K, V)> for BTreeMap<K, V>
    where\n K: Ord,

    source§

    fn from_iter<T>(iter: T) -> BTreeMap<K, V>
    where\n T: IntoIterator<Item = (K, V)>,

    Creates a value from an iterator. Read more
    ","FromIterator<(K, V)>","bdk_wallet::descriptor::policy::ConditionMap","bdk_wallet::descriptor::policy::FoldedConditionMap","bdk_wallet::descriptor::HdKeyPaths","bdk_wallet::descriptor::TapKeyOrigins","bdk_wallet::keys::KeyMap"],["
    1.0.0 · source§

    impl<K, V, A> Hash for BTreeMap<K, V, A>
    where\n K: Hash,\n V: Hash,\n A: Allocator + Clone,

    source§

    fn hash<H>(&self, state: &mut H)
    where\n H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where\n H: Hasher,\n Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    ","Hash","bdk_wallet::descriptor::policy::ConditionMap","bdk_wallet::descriptor::policy::FoldedConditionMap","bdk_wallet::descriptor::HdKeyPaths","bdk_wallet::descriptor::TapKeyOrigins","bdk_wallet::keys::KeyMap"],["
    1.0.0 · source§

    impl<K, Q, V, A> Index<&Q> for BTreeMap<K, V, A>
    where\n A: Allocator + Clone,\n K: Borrow<Q> + Ord,\n Q: Ord + ?Sized,

    source§

    fn index(&self, key: &Q) -> &V

    Returns a reference to the value corresponding to the supplied key.

    \n
    §Panics
    \n

    Panics if the key is not present in the BTreeMap.

    \n
    §

    type Output = V

    The returned type after indexing.
    ","Index<&Q>","bdk_wallet::descriptor::policy::ConditionMap","bdk_wallet::descriptor::policy::FoldedConditionMap","bdk_wallet::descriptor::HdKeyPaths","bdk_wallet::descriptor::TapKeyOrigins","bdk_wallet::keys::KeyMap"],["
    §

    impl IntoAssets for BTreeMap<DescriptorPublicKey, DescriptorSecretKey>

    §

    fn into_assets(self) -> Assets

    Convert self into a Assets struct
    ","IntoAssets","bdk_wallet::keys::KeyMap"],["
    source§

    impl<'de, K, V, E> IntoDeserializer<'de, E> for BTreeMap<K, V>
    where\n K: IntoDeserializer<'de, E> + Eq + Ord,\n V: IntoDeserializer<'de, E>,\n E: Error,

    §

    type Deserializer = MapDeserializer<'de, <BTreeMap<K, V> as IntoIterator>::IntoIter, E>

    The type of the deserializer being converted into.
    source§

    fn into_deserializer(\n self\n) -> <BTreeMap<K, V> as IntoDeserializer<'de, E>>::Deserializer

    Convert this value into a deserializer.
    ","IntoDeserializer<'de, E>","bdk_wallet::descriptor::policy::ConditionMap","bdk_wallet::descriptor::policy::FoldedConditionMap","bdk_wallet::descriptor::HdKeyPaths","bdk_wallet::descriptor::TapKeyOrigins","bdk_wallet::keys::KeyMap"],["
    1.0.0 · source§

    impl<K, V, A> IntoIterator for BTreeMap<K, V, A>
    where\n A: Allocator + Clone,

    source§

    fn into_iter(self) -> IntoIter<K, V, A>

    Gets an owning iterator over the entries of the map, sorted by key.

    \n
    §

    type Item = (K, V)

    The type of the elements being iterated over.
    §

    type IntoIter = IntoIter<K, V, A>

    Which kind of iterator are we turning this into?
    ","IntoIterator","bdk_wallet::descriptor::policy::ConditionMap","bdk_wallet::descriptor::policy::FoldedConditionMap","bdk_wallet::descriptor::HdKeyPaths","bdk_wallet::descriptor::TapKeyOrigins","bdk_wallet::keys::KeyMap"],["
    §

    impl<K, V> Merge for BTreeMap<K, V>
    where\n K: Ord,

    §

    fn merge(&mut self, other: BTreeMap<K, V>)

    Merge another object of the same type onto self.
    §

    fn is_empty(&self) -> bool

    Returns whether the structure is considered empty.
    §

    fn take(&mut self) -> Option<Self>

    Take the value, replacing it with the default value.
    ","Merge","bdk_wallet::descriptor::policy::ConditionMap","bdk_wallet::descriptor::policy::FoldedConditionMap","bdk_wallet::descriptor::HdKeyPaths","bdk_wallet::descriptor::TapKeyOrigins","bdk_wallet::keys::KeyMap"],["
    1.0.0 · source§

    impl<K, V, A> Ord for BTreeMap<K, V, A>
    where\n K: Ord,\n V: Ord,\n A: Allocator + Clone,

    source§

    fn cmp(&self, other: &BTreeMap<K, V, A>) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where\n Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Self
    where\n Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Self
    where\n Self: Sized + PartialOrd,

    Restrict a value to a certain interval. Read more
    ","Ord","bdk_wallet::descriptor::policy::ConditionMap","bdk_wallet::descriptor::policy::FoldedConditionMap","bdk_wallet::descriptor::HdKeyPaths","bdk_wallet::descriptor::TapKeyOrigins","bdk_wallet::keys::KeyMap"],["
    1.0.0 · source§

    impl<K, V, A> PartialEq for BTreeMap<K, V, A>
    where\n K: PartialEq,\n V: PartialEq,\n A: Allocator + Clone,

    source§

    fn eq(&self, other: &BTreeMap<K, V, A>) -> bool

    This method tests for self and other values to be equal, and is used\nby ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
    ","PartialEq","bdk_wallet::descriptor::policy::ConditionMap","bdk_wallet::descriptor::policy::FoldedConditionMap","bdk_wallet::descriptor::HdKeyPaths","bdk_wallet::descriptor::TapKeyOrigins","bdk_wallet::keys::KeyMap"],["
    1.0.0 · source§

    impl<K, V, A> PartialOrd for BTreeMap<K, V, A>
    where\n K: PartialOrd,\n V: PartialOrd,\n A: Allocator + Clone,

    source§

    fn partial_cmp(&self, other: &BTreeMap<K, V, A>) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >=\noperator. Read more
    ","PartialOrd","bdk_wallet::descriptor::policy::ConditionMap","bdk_wallet::descriptor::policy::FoldedConditionMap","bdk_wallet::descriptor::HdKeyPaths","bdk_wallet::descriptor::TapKeyOrigins","bdk_wallet::keys::KeyMap"],["
    source§

    impl<K, V> Serialize for BTreeMap<K, V>
    where\n K: Serialize,\n V: Serialize,

    source§

    fn serialize<S>(\n &self,\n serializer: S\n) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where\n S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    ","Serialize","bdk_wallet::descriptor::policy::ConditionMap","bdk_wallet::descriptor::policy::FoldedConditionMap","bdk_wallet::descriptor::HdKeyPaths","bdk_wallet::descriptor::TapKeyOrigins","bdk_wallet::keys::KeyMap"],["
    1.0.0 · source§

    impl<K, V, A> Eq for BTreeMap<K, V, A>
    where\n K: Eq,\n V: Eq,\n A: Allocator + Clone,

    ","Eq","bdk_wallet::descriptor::policy::ConditionMap","bdk_wallet::descriptor::policy::FoldedConditionMap","bdk_wallet::descriptor::HdKeyPaths","bdk_wallet::descriptor::TapKeyOrigins","bdk_wallet::keys::KeyMap"],["
    1.64.0 · source§

    impl<K, V, A> UnwindSafe for BTreeMap<K, V, A>

    ","UnwindSafe","bdk_wallet::descriptor::policy::ConditionMap","bdk_wallet::descriptor::policy::FoldedConditionMap","bdk_wallet::descriptor::HdKeyPaths","bdk_wallet::descriptor::TapKeyOrigins","bdk_wallet::keys::KeyMap"]] +"bdk_chain":[["
    source§

    impl<K, V> BTreeMap<K, V>

    1.0.0 (const: 1.66.0) · source

    pub const fn new() -> BTreeMap<K, V>

    Makes a new, empty BTreeMap.

    \n

    Does not allocate anything on its own.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\n\n// entries can now be inserted into the empty map\nmap.insert(1, \"a\");
    \n
    ",0,"bdk_chain::bitcoin::psbt::SigningKeysMap","bdk_chain::bitcoin::psbt::SigningErrors"],["
    source§

    impl<K, V, A> BTreeMap<K, V, A>
    where\n A: Allocator + Clone,

    1.0.0 · source

    pub fn iter(&self) -> Iter<'_, K, V> ⓘ

    Gets an iterator over the entries of the map, sorted by key.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nmap.insert(3, \"c\");\nmap.insert(2, \"b\");\nmap.insert(1, \"a\");\n\nfor (key, value) in map.iter() {\n    println!(\"{key}: {value}\");\n}\n\nlet (first_key, first_value) = map.iter().next().unwrap();\nassert_eq!((*first_key, *first_value), (1, \"a\"));
    \n
    1.0.0 · source

    pub fn iter_mut(&mut self) -> IterMut<'_, K, V> ⓘ

    Gets a mutable iterator over the entries of the map, sorted by key.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::from([\n   (\"a\", 1),\n   (\"b\", 2),\n   (\"c\", 3),\n]);\n\n// add 10 to the value if the key isn't \"a\"\nfor (key, value) in map.iter_mut() {\n    if key != &\"a\" {\n        *value += 10;\n    }\n}
    \n
    1.0.0 · source

    pub fn keys(&self) -> Keys<'_, K, V> ⓘ

    Gets an iterator over the keys of the map, in sorted order.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut a = BTreeMap::new();\na.insert(2, \"b\");\na.insert(1, \"a\");\n\nlet keys: Vec<_> = a.keys().cloned().collect();\nassert_eq!(keys, [1, 2]);
    \n
    1.0.0 · source

    pub fn values(&self) -> Values<'_, K, V> ⓘ

    Gets an iterator over the values of the map, in order by key.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut a = BTreeMap::new();\na.insert(1, \"hello\");\na.insert(2, \"goodbye\");\n\nlet values: Vec<&str> = a.values().cloned().collect();\nassert_eq!(values, [\"hello\", \"goodbye\"]);
    \n
    1.10.0 · source

    pub fn values_mut(&mut self) -> ValuesMut<'_, K, V> ⓘ

    Gets a mutable iterator over the values of the map, in order by key.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut a = BTreeMap::new();\na.insert(1, String::from(\"hello\"));\na.insert(2, String::from(\"goodbye\"));\n\nfor value in a.values_mut() {\n    value.push_str(\"!\");\n}\n\nlet values: Vec<String> = a.values().cloned().collect();\nassert_eq!(values, [String::from(\"hello!\"),\n                    String::from(\"goodbye!\")]);
    \n
    1.0.0 (const: unstable) · source

    pub fn len(&self) -> usize

    Returns the number of elements in the map.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut a = BTreeMap::new();\nassert_eq!(a.len(), 0);\na.insert(1, \"a\");\nassert_eq!(a.len(), 1);
    \n
    1.0.0 (const: unstable) · source

    pub fn is_empty(&self) -> bool

    Returns true if the map contains no elements.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut a = BTreeMap::new();\nassert!(a.is_empty());\na.insert(1, \"a\");\nassert!(!a.is_empty());
    \n
    source

    pub fn lower_bound<Q>(&self, bound: Bound<&Q>) -> Cursor<'_, K, V>
    where\n K: Borrow<Q> + Ord,\n Q: Ord + ?Sized,

    🔬This is a nightly-only experimental API. (btree_cursors)

    Returns a Cursor pointing at the gap before the smallest key\ngreater than the given bound.

    \n

    Passing Bound::Included(x) will return a cursor pointing to the\ngap before the smallest key greater than or equal to x.

    \n

    Passing Bound::Excluded(x) will return a cursor pointing to the\ngap before the smallest key greater than x.

    \n

    Passing Bound::Unbounded will return a cursor pointing to the\ngap before the smallest key in the map.

    \n
    §Examples
    \n
    #![feature(btree_cursors)]\n\nuse std::collections::BTreeMap;\nuse std::ops::Bound;\n\nlet map = BTreeMap::from([\n    (1, \"a\"),\n    (2, \"b\"),\n    (3, \"c\"),\n    (4, \"d\"),\n]);\n\nlet cursor = map.lower_bound(Bound::Included(&2));\nassert_eq!(cursor.peek_prev(), Some((&1, &\"a\")));\nassert_eq!(cursor.peek_next(), Some((&2, &\"b\")));\n\nlet cursor = map.lower_bound(Bound::Excluded(&2));\nassert_eq!(cursor.peek_prev(), Some((&2, &\"b\")));\nassert_eq!(cursor.peek_next(), Some((&3, &\"c\")));\n\nlet cursor = map.lower_bound(Bound::Unbounded);\nassert_eq!(cursor.peek_prev(), None);\nassert_eq!(cursor.peek_next(), Some((&1, &\"a\")));
    \n
    source

    pub fn lower_bound_mut<Q>(&mut self, bound: Bound<&Q>) -> CursorMut<'_, K, V, A>
    where\n K: Borrow<Q> + Ord,\n Q: Ord + ?Sized,

    🔬This is a nightly-only experimental API. (btree_cursors)

    Returns a CursorMut pointing at the gap before the smallest key\ngreater than the given bound.

    \n

    Passing Bound::Included(x) will return a cursor pointing to the\ngap before the smallest key greater than or equal to x.

    \n

    Passing Bound::Excluded(x) will return a cursor pointing to the\ngap before the smallest key greater than x.

    \n

    Passing Bound::Unbounded will return a cursor pointing to the\ngap before the smallest key in the map.

    \n
    §Examples
    \n
    #![feature(btree_cursors)]\n\nuse std::collections::BTreeMap;\nuse std::ops::Bound;\n\nlet mut map = BTreeMap::from([\n    (1, \"a\"),\n    (2, \"b\"),\n    (3, \"c\"),\n    (4, \"d\"),\n]);\n\nlet mut cursor = map.lower_bound_mut(Bound::Included(&2));\nassert_eq!(cursor.peek_prev(), Some((&1, &mut \"a\")));\nassert_eq!(cursor.peek_next(), Some((&2, &mut \"b\")));\n\nlet mut cursor = map.lower_bound_mut(Bound::Excluded(&2));\nassert_eq!(cursor.peek_prev(), Some((&2, &mut \"b\")));\nassert_eq!(cursor.peek_next(), Some((&3, &mut \"c\")));\n\nlet mut cursor = map.lower_bound_mut(Bound::Unbounded);\nassert_eq!(cursor.peek_prev(), None);\nassert_eq!(cursor.peek_next(), Some((&1, &mut \"a\")));
    \n
    source

    pub fn upper_bound<Q>(&self, bound: Bound<&Q>) -> Cursor<'_, K, V>
    where\n K: Borrow<Q> + Ord,\n Q: Ord + ?Sized,

    🔬This is a nightly-only experimental API. (btree_cursors)

    Returns a Cursor pointing at the gap after the greatest key\nsmaller than the given bound.

    \n

    Passing Bound::Included(x) will return a cursor pointing to the\ngap after the greatest key smaller than or equal to x.

    \n

    Passing Bound::Excluded(x) will return a cursor pointing to the\ngap after the greatest key smaller than x.

    \n

    Passing Bound::Unbounded will return a cursor pointing to the\ngap after the greatest key in the map.

    \n
    §Examples
    \n
    #![feature(btree_cursors)]\n\nuse std::collections::BTreeMap;\nuse std::ops::Bound;\n\nlet map = BTreeMap::from([\n    (1, \"a\"),\n    (2, \"b\"),\n    (3, \"c\"),\n    (4, \"d\"),\n]);\n\nlet cursor = map.upper_bound(Bound::Included(&3));\nassert_eq!(cursor.peek_prev(), Some((&3, &\"c\")));\nassert_eq!(cursor.peek_next(), Some((&4, &\"d\")));\n\nlet cursor = map.upper_bound(Bound::Excluded(&3));\nassert_eq!(cursor.peek_prev(), Some((&2, &\"b\")));\nassert_eq!(cursor.peek_next(), Some((&3, &\"c\")));\n\nlet cursor = map.upper_bound(Bound::Unbounded);\nassert_eq!(cursor.peek_prev(), Some((&4, &\"d\")));\nassert_eq!(cursor.peek_next(), None);
    \n
    source

    pub fn upper_bound_mut<Q>(&mut self, bound: Bound<&Q>) -> CursorMut<'_, K, V, A>
    where\n K: Borrow<Q> + Ord,\n Q: Ord + ?Sized,

    🔬This is a nightly-only experimental API. (btree_cursors)

    Returns a CursorMut pointing at the gap after the greatest key\nsmaller than the given bound.

    \n

    Passing Bound::Included(x) will return a cursor pointing to the\ngap after the greatest key smaller than or equal to x.

    \n

    Passing Bound::Excluded(x) will return a cursor pointing to the\ngap after the greatest key smaller than x.

    \n

    Passing Bound::Unbounded will return a cursor pointing to the\ngap after the greatest key in the map.

    \n
    §Examples
    \n
    #![feature(btree_cursors)]\n\nuse std::collections::BTreeMap;\nuse std::ops::Bound;\n\nlet mut map = BTreeMap::from([\n    (1, \"a\"),\n    (2, \"b\"),\n    (3, \"c\"),\n    (4, \"d\"),\n]);\n\nlet mut cursor = map.upper_bound_mut(Bound::Included(&3));\nassert_eq!(cursor.peek_prev(), Some((&3, &mut \"c\")));\nassert_eq!(cursor.peek_next(), Some((&4, &mut \"d\")));\n\nlet mut cursor = map.upper_bound_mut(Bound::Excluded(&3));\nassert_eq!(cursor.peek_prev(), Some((&2, &mut \"b\")));\nassert_eq!(cursor.peek_next(), Some((&3, &mut \"c\")));\n\nlet mut cursor = map.upper_bound_mut(Bound::Unbounded);\nassert_eq!(cursor.peek_prev(), Some((&4, &mut \"d\")));\nassert_eq!(cursor.peek_next(), None);
    \n
    ",0,"bdk_chain::bitcoin::psbt::SigningKeysMap","bdk_chain::bitcoin::psbt::SigningErrors"],["
    source§

    impl<K, V, A> BTreeMap<K, V, A>
    where\n A: Allocator + Clone,

    1.0.0 · source

    pub fn clear(&mut self)

    Clears the map, removing all elements.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut a = BTreeMap::new();\na.insert(1, \"a\");\na.clear();\nassert!(a.is_empty());
    \n
    source

    pub const fn new_in(alloc: A) -> BTreeMap<K, V, A>

    🔬This is a nightly-only experimental API. (btreemap_alloc)

    Makes a new empty BTreeMap with a reasonable choice for B.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\nuse std::alloc::Global;\n\nlet mut map = BTreeMap::new_in(Global);\n\n// entries can now be inserted into the empty map\nmap.insert(1, \"a\");
    \n
    ",0,"bdk_chain::bitcoin::psbt::SigningKeysMap","bdk_chain::bitcoin::psbt::SigningErrors"],["
    source§

    impl<K, V, A> BTreeMap<K, V, A>
    where\n A: Allocator + Clone,

    1.0.0 · source

    pub fn get<Q>(&self, key: &Q) -> Option<&V>
    where\n K: Borrow<Q> + Ord,\n Q: Ord + ?Sized,

    Returns a reference to the value corresponding to the key.

    \n

    The key may be any borrowed form of the map’s key type, but the ordering\non the borrowed form must match the ordering on the key type.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nmap.insert(1, \"a\");\nassert_eq!(map.get(&1), Some(&\"a\"));\nassert_eq!(map.get(&2), None);
    \n
    1.40.0 · source

    pub fn get_key_value<Q>(&self, k: &Q) -> Option<(&K, &V)>
    where\n K: Borrow<Q> + Ord,\n Q: Ord + ?Sized,

    Returns the key-value pair corresponding to the supplied key.

    \n

    The supplied key may be any borrowed form of the map’s key type, but the ordering\non the borrowed form must match the ordering on the key type.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nmap.insert(1, \"a\");\nassert_eq!(map.get_key_value(&1), Some((&1, &\"a\")));\nassert_eq!(map.get_key_value(&2), None);
    \n
    1.66.0 · source

    pub fn first_key_value(&self) -> Option<(&K, &V)>
    where\n K: Ord,

    Returns the first key-value pair in the map.\nThe key in this pair is the minimum key in the map.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nassert_eq!(map.first_key_value(), None);\nmap.insert(1, \"b\");\nmap.insert(2, \"a\");\nassert_eq!(map.first_key_value(), Some((&1, &\"b\")));
    \n
    1.66.0 · source

    pub fn first_entry(&mut self) -> Option<OccupiedEntry<'_, K, V, A>>
    where\n K: Ord,

    Returns the first entry in the map for in-place manipulation.\nThe key of this entry is the minimum key in the map.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nmap.insert(1, \"a\");\nmap.insert(2, \"b\");\nif let Some(mut entry) = map.first_entry() {\n    if *entry.key() > 0 {\n        entry.insert(\"first\");\n    }\n}\nassert_eq!(*map.get(&1).unwrap(), \"first\");\nassert_eq!(*map.get(&2).unwrap(), \"b\");
    \n
    1.66.0 · source

    pub fn pop_first(&mut self) -> Option<(K, V)>
    where\n K: Ord,

    Removes and returns the first element in the map.\nThe key of this element is the minimum key that was in the map.

    \n
    §Examples
    \n

    Draining elements in ascending order, while keeping a usable map each iteration.

    \n\n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nmap.insert(1, \"a\");\nmap.insert(2, \"b\");\nwhile let Some((key, _val)) = map.pop_first() {\n    assert!(map.iter().all(|(k, _v)| *k > key));\n}\nassert!(map.is_empty());
    \n
    1.66.0 · source

    pub fn last_key_value(&self) -> Option<(&K, &V)>
    where\n K: Ord,

    Returns the last key-value pair in the map.\nThe key in this pair is the maximum key in the map.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nmap.insert(1, \"b\");\nmap.insert(2, \"a\");\nassert_eq!(map.last_key_value(), Some((&2, &\"a\")));
    \n
    1.66.0 · source

    pub fn last_entry(&mut self) -> Option<OccupiedEntry<'_, K, V, A>>
    where\n K: Ord,

    Returns the last entry in the map for in-place manipulation.\nThe key of this entry is the maximum key in the map.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nmap.insert(1, \"a\");\nmap.insert(2, \"b\");\nif let Some(mut entry) = map.last_entry() {\n    if *entry.key() > 0 {\n        entry.insert(\"last\");\n    }\n}\nassert_eq!(*map.get(&1).unwrap(), \"a\");\nassert_eq!(*map.get(&2).unwrap(), \"last\");
    \n
    1.66.0 · source

    pub fn pop_last(&mut self) -> Option<(K, V)>
    where\n K: Ord,

    Removes and returns the last element in the map.\nThe key of this element is the maximum key that was in the map.

    \n
    §Examples
    \n

    Draining elements in descending order, while keeping a usable map each iteration.

    \n\n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nmap.insert(1, \"a\");\nmap.insert(2, \"b\");\nwhile let Some((key, _val)) = map.pop_last() {\n    assert!(map.iter().all(|(k, _v)| *k < key));\n}\nassert!(map.is_empty());
    \n
    1.0.0 · source

    pub fn contains_key<Q>(&self, key: &Q) -> bool
    where\n K: Borrow<Q> + Ord,\n Q: Ord + ?Sized,

    Returns true if the map contains a value for the specified key.

    \n

    The key may be any borrowed form of the map’s key type, but the ordering\non the borrowed form must match the ordering on the key type.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nmap.insert(1, \"a\");\nassert_eq!(map.contains_key(&1), true);\nassert_eq!(map.contains_key(&2), false);
    \n
    1.0.0 · source

    pub fn get_mut<Q>(&mut self, key: &Q) -> Option<&mut V>
    where\n K: Borrow<Q> + Ord,\n Q: Ord + ?Sized,

    Returns a mutable reference to the value corresponding to the key.

    \n

    The key may be any borrowed form of the map’s key type, but the ordering\non the borrowed form must match the ordering on the key type.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nmap.insert(1, \"a\");\nif let Some(x) = map.get_mut(&1) {\n    *x = \"b\";\n}\nassert_eq!(map[&1], \"b\");
    \n
    1.0.0 · source

    pub fn insert(&mut self, key: K, value: V) -> Option<V>
    where\n K: Ord,

    Inserts a key-value pair into the map.

    \n

    If the map did not have this key present, None is returned.

    \n

    If the map did have this key present, the value is updated, and the old\nvalue is returned. The key is not updated, though; this matters for\ntypes that can be == without being identical. See the module-level\ndocumentation for more.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nassert_eq!(map.insert(37, \"a\"), None);\nassert_eq!(map.is_empty(), false);\n\nmap.insert(37, \"b\");\nassert_eq!(map.insert(37, \"c\"), Some(\"b\"));\nassert_eq!(map[&37], \"c\");
    \n
    source

    pub fn try_insert(\n &mut self,\n key: K,\n value: V\n) -> Result<&mut V, OccupiedError<'_, K, V, A>>
    where\n K: Ord,

    🔬This is a nightly-only experimental API. (map_try_insert)

    Tries to insert a key-value pair into the map, and returns\na mutable reference to the value in the entry.

    \n

    If the map already had this key present, nothing is updated, and\nan error containing the occupied entry and the value is returned.

    \n
    §Examples
    \n
    #![feature(map_try_insert)]\n\nuse std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nassert_eq!(map.try_insert(37, \"a\").unwrap(), &\"a\");\n\nlet err = map.try_insert(37, \"b\").unwrap_err();\nassert_eq!(err.entry.key(), &37);\nassert_eq!(err.entry.get(), &\"a\");\nassert_eq!(err.value, \"b\");
    \n
    1.0.0 · source

    pub fn remove<Q>(&mut self, key: &Q) -> Option<V>
    where\n K: Borrow<Q> + Ord,\n Q: Ord + ?Sized,

    Removes a key from the map, returning the value at the key if the key\nwas previously in the map.

    \n

    The key may be any borrowed form of the map’s key type, but the ordering\non the borrowed form must match the ordering on the key type.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nmap.insert(1, \"a\");\nassert_eq!(map.remove(&1), Some(\"a\"));\nassert_eq!(map.remove(&1), None);
    \n
    1.45.0 · source

    pub fn remove_entry<Q>(&mut self, key: &Q) -> Option<(K, V)>
    where\n K: Borrow<Q> + Ord,\n Q: Ord + ?Sized,

    Removes a key from the map, returning the stored key and value if the key\nwas previously in the map.

    \n

    The key may be any borrowed form of the map’s key type, but the ordering\non the borrowed form must match the ordering on the key type.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nmap.insert(1, \"a\");\nassert_eq!(map.remove_entry(&1), Some((1, \"a\")));\nassert_eq!(map.remove_entry(&1), None);
    \n
    1.53.0 · source

    pub fn retain<F>(&mut self, f: F)
    where\n K: Ord,\n F: FnMut(&K, &mut V) -> bool,

    Retains only the elements specified by the predicate.

    \n

    In other words, remove all pairs (k, v) for which f(&k, &mut v) returns false.\nThe elements are visited in ascending key order.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map: BTreeMap<i32, i32> = (0..8).map(|x| (x, x*10)).collect();\n// Keep only the elements with even-numbered keys.\nmap.retain(|&k, _| k % 2 == 0);\nassert!(map.into_iter().eq(vec![(0, 0), (2, 20), (4, 40), (6, 60)]));
    \n
    1.11.0 · source

    pub fn append(&mut self, other: &mut BTreeMap<K, V, A>)
    where\n K: Ord,\n A: Clone,

    Moves all elements from other into self, leaving other empty.

    \n

    If a key from other is already present in self, the respective\nvalue from self will be overwritten with the respective value from other.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut a = BTreeMap::new();\na.insert(1, \"a\");\na.insert(2, \"b\");\na.insert(3, \"c\"); // Note: Key (3) also present in b.\n\nlet mut b = BTreeMap::new();\nb.insert(3, \"d\"); // Note: Key (3) also present in a.\nb.insert(4, \"e\");\nb.insert(5, \"f\");\n\na.append(&mut b);\n\nassert_eq!(a.len(), 5);\nassert_eq!(b.len(), 0);\n\nassert_eq!(a[&1], \"a\");\nassert_eq!(a[&2], \"b\");\nassert_eq!(a[&3], \"d\"); // Note: \"c\" has been overwritten.\nassert_eq!(a[&4], \"e\");\nassert_eq!(a[&5], \"f\");
    \n
    1.17.0 · source

    pub fn range<T, R>(&self, range: R) -> Range<'_, K, V> ⓘ
    where\n T: Ord + ?Sized,\n K: Borrow<T> + Ord,\n R: RangeBounds<T>,

    Constructs a double-ended iterator over a sub-range of elements in the map.\nThe simplest way is to use the range syntax min..max, thus range(min..max) will\nyield elements from min (inclusive) to max (exclusive).\nThe range may also be entered as (Bound<T>, Bound<T>), so for example\nrange((Excluded(4), Included(10))) will yield a left-exclusive, right-inclusive\nrange from 4 to 10.

    \n
    §Panics
    \n

    Panics if range start > end.\nPanics if range start == end and both bounds are Excluded.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\nuse std::ops::Bound::Included;\n\nlet mut map = BTreeMap::new();\nmap.insert(3, \"a\");\nmap.insert(5, \"b\");\nmap.insert(8, \"c\");\nfor (&key, &value) in map.range((Included(&4), Included(&8))) {\n    println!(\"{key}: {value}\");\n}\nassert_eq!(Some((&5, &\"b\")), map.range(4..).next());
    \n
    1.17.0 · source

    pub fn range_mut<T, R>(&mut self, range: R) -> RangeMut<'_, K, V> ⓘ
    where\n T: Ord + ?Sized,\n K: Borrow<T> + Ord,\n R: RangeBounds<T>,

    Constructs a mutable double-ended iterator over a sub-range of elements in the map.\nThe simplest way is to use the range syntax min..max, thus range(min..max) will\nyield elements from min (inclusive) to max (exclusive).\nThe range may also be entered as (Bound<T>, Bound<T>), so for example\nrange((Excluded(4), Included(10))) will yield a left-exclusive, right-inclusive\nrange from 4 to 10.

    \n
    §Panics
    \n

    Panics if range start > end.\nPanics if range start == end and both bounds are Excluded.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map: BTreeMap<&str, i32> =\n    [(\"Alice\", 0), (\"Bob\", 0), (\"Carol\", 0), (\"Cheryl\", 0)].into();\nfor (_, balance) in map.range_mut(\"B\"..\"Cheryl\") {\n    *balance += 100;\n}\nfor (name, balance) in &map {\n    println!(\"{name} => {balance}\");\n}
    \n
    1.0.0 · source

    pub fn entry(&mut self, key: K) -> Entry<'_, K, V, A>
    where\n K: Ord,

    Gets the given key’s corresponding entry in the map for in-place manipulation.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut count: BTreeMap<&str, usize> = BTreeMap::new();\n\n// count the number of occurrences of letters in the vec\nfor x in [\"a\", \"b\", \"a\", \"c\", \"a\", \"b\"] {\n    count.entry(x).and_modify(|curr| *curr += 1).or_insert(1);\n}\n\nassert_eq!(count[\"a\"], 3);\nassert_eq!(count[\"b\"], 2);\nassert_eq!(count[\"c\"], 1);
    \n
    1.11.0 · source

    pub fn split_off<Q>(&mut self, key: &Q) -> BTreeMap<K, V, A>
    where\n Q: Ord + ?Sized,\n K: Borrow<Q> + Ord,\n A: Clone,

    Splits the collection into two at the given key. Returns everything after the given key,\nincluding the key.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut a = BTreeMap::new();\na.insert(1, \"a\");\na.insert(2, \"b\");\na.insert(3, \"c\");\na.insert(17, \"d\");\na.insert(41, \"e\");\n\nlet b = a.split_off(&3);\n\nassert_eq!(a.len(), 2);\nassert_eq!(b.len(), 3);\n\nassert_eq!(a[&1], \"a\");\nassert_eq!(a[&2], \"b\");\n\nassert_eq!(b[&3], \"c\");\nassert_eq!(b[&17], \"d\");\nassert_eq!(b[&41], \"e\");
    \n
    source

    pub fn extract_if<F>(&mut self, pred: F) -> ExtractIf<'_, K, V, F, A> ⓘ
    where\n K: Ord,\n F: FnMut(&K, &mut V) -> bool,

    🔬This is a nightly-only experimental API. (btree_extract_if)

    Creates an iterator that visits all elements (key-value pairs) in\nascending key order and uses a closure to determine if an element should\nbe removed. If the closure returns true, the element is removed from\nthe map and yielded. If the closure returns false, or panics, the\nelement remains in the map and will not be yielded.

    \n

    The iterator also lets you mutate the value of each element in the\nclosure, regardless of whether you choose to keep or remove it.

    \n

    If the returned ExtractIf is not exhausted, e.g. because it is dropped without iterating\nor the iteration short-circuits, then the remaining elements will be retained.\nUse retain with a negated predicate if you do not need the returned iterator.

    \n
    §Examples
    \n

    Splitting a map into even and odd keys, reusing the original map:

    \n\n
    #![feature(btree_extract_if)]\nuse std::collections::BTreeMap;\n\nlet mut map: BTreeMap<i32, i32> = (0..8).map(|x| (x, x)).collect();\nlet evens: BTreeMap<_, _> = map.extract_if(|k, _v| k % 2 == 0).collect();\nlet odds = map;\nassert_eq!(evens.keys().copied().collect::<Vec<_>>(), [0, 2, 4, 6]);\nassert_eq!(odds.keys().copied().collect::<Vec<_>>(), [1, 3, 5, 7]);
    \n
    1.54.0 · source

    pub fn into_keys(self) -> IntoKeys<K, V, A> ⓘ

    Creates a consuming iterator visiting all the keys, in sorted order.\nThe map cannot be used after calling this.\nThe iterator element type is K.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut a = BTreeMap::new();\na.insert(2, \"b\");\na.insert(1, \"a\");\n\nlet keys: Vec<i32> = a.into_keys().collect();\nassert_eq!(keys, [1, 2]);
    \n
    1.54.0 · source

    pub fn into_values(self) -> IntoValues<K, V, A> ⓘ

    Creates a consuming iterator visiting all the values, in order by key.\nThe map cannot be used after calling this.\nThe iterator element type is V.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut a = BTreeMap::new();\na.insert(1, \"hello\");\na.insert(2, \"goodbye\");\n\nlet values: Vec<&str> = a.into_values().collect();\nassert_eq!(values, [\"hello\", \"goodbye\"]);
    \n
    ",0,"bdk_chain::bitcoin::psbt::SigningKeysMap","bdk_chain::bitcoin::psbt::SigningErrors"],["
    1.0.0 · source§

    impl<K, V, A> Clone for BTreeMap<K, V, A>
    where\n K: Clone,\n V: Clone,\n A: Allocator + Clone,

    source§

    fn clone(&self) -> BTreeMap<K, V, A>

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    ","Clone","bdk_chain::bitcoin::psbt::SigningKeysMap","bdk_chain::bitcoin::psbt::SigningErrors"],["
    1.0.0 · source§

    impl<K, V, A> Debug for BTreeMap<K, V, A>
    where\n K: Debug,\n V: Debug,\n A: Allocator + Clone,

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Debug","bdk_chain::bitcoin::psbt::SigningKeysMap","bdk_chain::bitcoin::psbt::SigningErrors"],["
    1.0.0 · source§

    impl<K, V> Default for BTreeMap<K, V>

    source§

    fn default() -> BTreeMap<K, V>

    Creates an empty BTreeMap.

    \n
    ","Default","bdk_chain::bitcoin::psbt::SigningKeysMap","bdk_chain::bitcoin::psbt::SigningErrors"],["
    source§

    impl<'de, K, V> Deserialize<'de> for BTreeMap<K, V>
    where\n K: Deserialize<'de> + Ord,\n V: Deserialize<'de>,

    source§

    fn deserialize<D>(\n deserializer: D\n) -> Result<BTreeMap<K, V>, <D as Deserializer<'de>>::Error>
    where\n D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    ","Deserialize<'de>","bdk_chain::bitcoin::psbt::SigningKeysMap","bdk_chain::bitcoin::psbt::SigningErrors"],["
    1.7.0 · source§

    impl<K, V, A> Drop for BTreeMap<K, V, A>
    where\n A: Allocator + Clone,

    source§

    fn drop(&mut self)

    Executes the destructor for this type. Read more
    ","Drop","bdk_chain::bitcoin::psbt::SigningKeysMap","bdk_chain::bitcoin::psbt::SigningErrors"],["
    1.2.0 · source§

    impl<'a, K, V, A> Extend<(&'a K, &'a V)> for BTreeMap<K, V, A>
    where\n K: Ord + Copy,\n V: Copy,\n A: Allocator + Clone,

    source§

    fn extend<I>(&mut self, iter: I)
    where\n I: IntoIterator<Item = (&'a K, &'a V)>,

    Extends a collection with the contents of an iterator. Read more
    source§

    fn extend_one(&mut self, _: (&'a K, &'a V))

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    ","Extend<(&'a K, &'a V)>","bdk_chain::bitcoin::psbt::SigningKeysMap","bdk_chain::bitcoin::psbt::SigningErrors"],["
    1.0.0 · source§

    impl<K, V, A> Extend<(K, V)> for BTreeMap<K, V, A>
    where\n K: Ord,\n A: Allocator + Clone,

    source§

    fn extend<T>(&mut self, iter: T)
    where\n T: IntoIterator<Item = (K, V)>,

    Extends a collection with the contents of an iterator. Read more
    source§

    fn extend_one(&mut self, _: (K, V))

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    ","Extend<(K, V)>","bdk_chain::bitcoin::psbt::SigningKeysMap","bdk_chain::bitcoin::psbt::SigningErrors"],["
    1.56.0 · source§

    impl<K, V, const N: usize> From<[(K, V); N]> for BTreeMap<K, V>
    where\n K: Ord,

    source§

    fn from(arr: [(K, V); N]) -> BTreeMap<K, V>

    Converts a [(K, V); N] into a BTreeMap<(K, V)>.

    \n\n
    use std::collections::BTreeMap;\n\nlet map1 = BTreeMap::from([(1, 2), (3, 4)]);\nlet map2: BTreeMap<_, _> = [(1, 2), (3, 4)].into();\nassert_eq!(map1, map2);
    \n
    ","From<[(K, V); N]>","bdk_chain::bitcoin::psbt::SigningKeysMap","bdk_chain::bitcoin::psbt::SigningErrors"],["
    1.0.0 · source§

    impl<K, V> FromIterator<(K, V)> for BTreeMap<K, V>
    where\n K: Ord,

    source§

    fn from_iter<T>(iter: T) -> BTreeMap<K, V>
    where\n T: IntoIterator<Item = (K, V)>,

    Creates a value from an iterator. Read more
    ","FromIterator<(K, V)>","bdk_chain::bitcoin::psbt::SigningKeysMap","bdk_chain::bitcoin::psbt::SigningErrors"],["
    1.0.0 · source§

    impl<K, V, A> Hash for BTreeMap<K, V, A>
    where\n K: Hash,\n V: Hash,\n A: Allocator + Clone,

    source§

    fn hash<H>(&self, state: &mut H)
    where\n H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where\n H: Hasher,\n Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    ","Hash","bdk_chain::bitcoin::psbt::SigningKeysMap","bdk_chain::bitcoin::psbt::SigningErrors"],["
    1.0.0 · source§

    impl<K, Q, V, A> Index<&Q> for BTreeMap<K, V, A>
    where\n A: Allocator + Clone,\n K: Borrow<Q> + Ord,\n Q: Ord + ?Sized,

    source§

    fn index(&self, key: &Q) -> &V

    Returns a reference to the value corresponding to the supplied key.

    \n
    §Panics
    \n

    Panics if the key is not present in the BTreeMap.

    \n
    §

    type Output = V

    The returned type after indexing.
    ","Index<&Q>","bdk_chain::bitcoin::psbt::SigningKeysMap","bdk_chain::bitcoin::psbt::SigningErrors"],["
    source§

    impl<'de, K, V, E> IntoDeserializer<'de, E> for BTreeMap<K, V>
    where\n K: IntoDeserializer<'de, E> + Eq + Ord,\n V: IntoDeserializer<'de, E>,\n E: Error,

    §

    type Deserializer = MapDeserializer<'de, <BTreeMap<K, V> as IntoIterator>::IntoIter, E>

    The type of the deserializer being converted into.
    source§

    fn into_deserializer(\n self\n) -> <BTreeMap<K, V> as IntoDeserializer<'de, E>>::Deserializer

    Convert this value into a deserializer.
    ","IntoDeserializer<'de, E>","bdk_chain::bitcoin::psbt::SigningKeysMap","bdk_chain::bitcoin::psbt::SigningErrors"],["
    1.0.0 · source§

    impl<K, V, A> IntoIterator for BTreeMap<K, V, A>
    where\n A: Allocator + Clone,

    source§

    fn into_iter(self) -> IntoIter<K, V, A> ⓘ

    Gets an owning iterator over the entries of the map, sorted by key.

    \n
    §

    type Item = (K, V)

    The type of the elements being iterated over.
    §

    type IntoIter = IntoIter<K, V, A>

    Which kind of iterator are we turning this into?
    ","IntoIterator","bdk_chain::bitcoin::psbt::SigningKeysMap","bdk_chain::bitcoin::psbt::SigningErrors"],["
    source§

    impl<K: Ord, V> Merge for BTreeMap<K, V>

    source§

    fn merge(&mut self, other: Self)

    Merge another object of the same type onto self.
    source§

    fn is_empty(&self) -> bool

    Returns whether the structure is considered empty.
    source§

    fn take(&mut self) -> Option<Self>

    Take the value, replacing it with the default value.
    ","Merge","bdk_chain::bitcoin::psbt::SigningKeysMap","bdk_chain::bitcoin::psbt::SigningErrors"],["
    1.0.0 · source§

    impl<K, V, A> Ord for BTreeMap<K, V, A>
    where\n K: Ord,\n V: Ord,\n A: Allocator + Clone,

    source§

    fn cmp(&self, other: &BTreeMap<K, V, A>) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where\n Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Self
    where\n Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Self
    where\n Self: Sized + PartialOrd,

    Restrict a value to a certain interval. Read more
    ","Ord","bdk_chain::bitcoin::psbt::SigningKeysMap","bdk_chain::bitcoin::psbt::SigningErrors"],["
    1.0.0 · source§

    impl<K, V, A> PartialEq for BTreeMap<K, V, A>
    where\n K: PartialEq,\n V: PartialEq,\n A: Allocator + Clone,

    source§

    fn eq(&self, other: &BTreeMap<K, V, A>) -> bool

    This method tests for self and other values to be equal, and is used\nby ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
    ","PartialEq","bdk_chain::bitcoin::psbt::SigningKeysMap","bdk_chain::bitcoin::psbt::SigningErrors"],["
    1.0.0 · source§

    impl<K, V, A> PartialOrd for BTreeMap<K, V, A>
    where\n K: PartialOrd,\n V: PartialOrd,\n A: Allocator + Clone,

    source§

    fn partial_cmp(&self, other: &BTreeMap<K, V, A>) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >=\noperator. Read more
    ","PartialOrd","bdk_chain::bitcoin::psbt::SigningKeysMap","bdk_chain::bitcoin::psbt::SigningErrors"],["
    source§

    impl<K, V> Serialize for BTreeMap<K, V>
    where\n K: Serialize,\n V: Serialize,

    source§

    fn serialize<S>(\n &self,\n serializer: S\n) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where\n S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    ","Serialize","bdk_chain::bitcoin::psbt::SigningKeysMap","bdk_chain::bitcoin::psbt::SigningErrors"],["
    1.0.0 · source§

    impl<K, V, A> Eq for BTreeMap<K, V, A>
    where\n K: Eq,\n V: Eq,\n A: Allocator + Clone,

    ","Eq","bdk_chain::bitcoin::psbt::SigningKeysMap","bdk_chain::bitcoin::psbt::SigningErrors"],["
    1.64.0 · source§

    impl<K, V, A> UnwindSafe for BTreeMap<K, V, A>

    ","UnwindSafe","bdk_chain::bitcoin::psbt::SigningKeysMap","bdk_chain::bitcoin::psbt::SigningErrors"]], +"bdk_wallet":[["
    source§

    impl<K, V> BTreeMap<K, V>

    1.0.0 (const: 1.66.0) · source

    pub const fn new() -> BTreeMap<K, V>

    Makes a new, empty BTreeMap.

    \n

    Does not allocate anything on its own.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\n\n// entries can now be inserted into the empty map\nmap.insert(1, \"a\");
    \n
    ",0,"bdk_wallet::descriptor::policy::ConditionMap","bdk_wallet::descriptor::policy::FoldedConditionMap","bdk_wallet::descriptor::HdKeyPaths","bdk_wallet::descriptor::TapKeyOrigins","bdk_wallet::keys::KeyMap"],["
    source§

    impl<K, V, A> BTreeMap<K, V, A>
    where\n A: Allocator + Clone,

    1.0.0 · source

    pub fn iter(&self) -> Iter<'_, K, V>

    Gets an iterator over the entries of the map, sorted by key.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nmap.insert(3, \"c\");\nmap.insert(2, \"b\");\nmap.insert(1, \"a\");\n\nfor (key, value) in map.iter() {\n    println!(\"{key}: {value}\");\n}\n\nlet (first_key, first_value) = map.iter().next().unwrap();\nassert_eq!((*first_key, *first_value), (1, \"a\"));
    \n
    1.0.0 · source

    pub fn iter_mut(&mut self) -> IterMut<'_, K, V>

    Gets a mutable iterator over the entries of the map, sorted by key.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::from([\n   (\"a\", 1),\n   (\"b\", 2),\n   (\"c\", 3),\n]);\n\n// add 10 to the value if the key isn't \"a\"\nfor (key, value) in map.iter_mut() {\n    if key != &\"a\" {\n        *value += 10;\n    }\n}
    \n
    1.0.0 · source

    pub fn keys(&self) -> Keys<'_, K, V>

    Gets an iterator over the keys of the map, in sorted order.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut a = BTreeMap::new();\na.insert(2, \"b\");\na.insert(1, \"a\");\n\nlet keys: Vec<_> = a.keys().cloned().collect();\nassert_eq!(keys, [1, 2]);
    \n
    1.0.0 · source

    pub fn values(&self) -> Values<'_, K, V>

    Gets an iterator over the values of the map, in order by key.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut a = BTreeMap::new();\na.insert(1, \"hello\");\na.insert(2, \"goodbye\");\n\nlet values: Vec<&str> = a.values().cloned().collect();\nassert_eq!(values, [\"hello\", \"goodbye\"]);
    \n
    1.10.0 · source

    pub fn values_mut(&mut self) -> ValuesMut<'_, K, V>

    Gets a mutable iterator over the values of the map, in order by key.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut a = BTreeMap::new();\na.insert(1, String::from(\"hello\"));\na.insert(2, String::from(\"goodbye\"));\n\nfor value in a.values_mut() {\n    value.push_str(\"!\");\n}\n\nlet values: Vec<String> = a.values().cloned().collect();\nassert_eq!(values, [String::from(\"hello!\"),\n                    String::from(\"goodbye!\")]);
    \n
    1.0.0 (const: unstable) · source

    pub fn len(&self) -> usize

    Returns the number of elements in the map.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut a = BTreeMap::new();\nassert_eq!(a.len(), 0);\na.insert(1, \"a\");\nassert_eq!(a.len(), 1);
    \n
    1.0.0 (const: unstable) · source

    pub fn is_empty(&self) -> bool

    Returns true if the map contains no elements.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut a = BTreeMap::new();\nassert!(a.is_empty());\na.insert(1, \"a\");\nassert!(!a.is_empty());
    \n
    source

    pub fn lower_bound<Q>(&self, bound: Bound<&Q>) -> Cursor<'_, K, V>
    where\n K: Borrow<Q> + Ord,\n Q: Ord + ?Sized,

    🔬This is a nightly-only experimental API. (btree_cursors)

    Returns a Cursor pointing at the gap before the smallest key\ngreater than the given bound.

    \n

    Passing Bound::Included(x) will return a cursor pointing to the\ngap before the smallest key greater than or equal to x.

    \n

    Passing Bound::Excluded(x) will return a cursor pointing to the\ngap before the smallest key greater than x.

    \n

    Passing Bound::Unbounded will return a cursor pointing to the\ngap before the smallest key in the map.

    \n
    §Examples
    \n
    #![feature(btree_cursors)]\n\nuse std::collections::BTreeMap;\nuse std::ops::Bound;\n\nlet map = BTreeMap::from([\n    (1, \"a\"),\n    (2, \"b\"),\n    (3, \"c\"),\n    (4, \"d\"),\n]);\n\nlet cursor = map.lower_bound(Bound::Included(&2));\nassert_eq!(cursor.peek_prev(), Some((&1, &\"a\")));\nassert_eq!(cursor.peek_next(), Some((&2, &\"b\")));\n\nlet cursor = map.lower_bound(Bound::Excluded(&2));\nassert_eq!(cursor.peek_prev(), Some((&2, &\"b\")));\nassert_eq!(cursor.peek_next(), Some((&3, &\"c\")));\n\nlet cursor = map.lower_bound(Bound::Unbounded);\nassert_eq!(cursor.peek_prev(), None);\nassert_eq!(cursor.peek_next(), Some((&1, &\"a\")));
    \n
    source

    pub fn lower_bound_mut<Q>(&mut self, bound: Bound<&Q>) -> CursorMut<'_, K, V, A>
    where\n K: Borrow<Q> + Ord,\n Q: Ord + ?Sized,

    🔬This is a nightly-only experimental API. (btree_cursors)

    Returns a CursorMut pointing at the gap before the smallest key\ngreater than the given bound.

    \n

    Passing Bound::Included(x) will return a cursor pointing to the\ngap before the smallest key greater than or equal to x.

    \n

    Passing Bound::Excluded(x) will return a cursor pointing to the\ngap before the smallest key greater than x.

    \n

    Passing Bound::Unbounded will return a cursor pointing to the\ngap before the smallest key in the map.

    \n
    §Examples
    \n
    #![feature(btree_cursors)]\n\nuse std::collections::BTreeMap;\nuse std::ops::Bound;\n\nlet mut map = BTreeMap::from([\n    (1, \"a\"),\n    (2, \"b\"),\n    (3, \"c\"),\n    (4, \"d\"),\n]);\n\nlet mut cursor = map.lower_bound_mut(Bound::Included(&2));\nassert_eq!(cursor.peek_prev(), Some((&1, &mut \"a\")));\nassert_eq!(cursor.peek_next(), Some((&2, &mut \"b\")));\n\nlet mut cursor = map.lower_bound_mut(Bound::Excluded(&2));\nassert_eq!(cursor.peek_prev(), Some((&2, &mut \"b\")));\nassert_eq!(cursor.peek_next(), Some((&3, &mut \"c\")));\n\nlet mut cursor = map.lower_bound_mut(Bound::Unbounded);\nassert_eq!(cursor.peek_prev(), None);\nassert_eq!(cursor.peek_next(), Some((&1, &mut \"a\")));
    \n
    source

    pub fn upper_bound<Q>(&self, bound: Bound<&Q>) -> Cursor<'_, K, V>
    where\n K: Borrow<Q> + Ord,\n Q: Ord + ?Sized,

    🔬This is a nightly-only experimental API. (btree_cursors)

    Returns a Cursor pointing at the gap after the greatest key\nsmaller than the given bound.

    \n

    Passing Bound::Included(x) will return a cursor pointing to the\ngap after the greatest key smaller than or equal to x.

    \n

    Passing Bound::Excluded(x) will return a cursor pointing to the\ngap after the greatest key smaller than x.

    \n

    Passing Bound::Unbounded will return a cursor pointing to the\ngap after the greatest key in the map.

    \n
    §Examples
    \n
    #![feature(btree_cursors)]\n\nuse std::collections::BTreeMap;\nuse std::ops::Bound;\n\nlet map = BTreeMap::from([\n    (1, \"a\"),\n    (2, \"b\"),\n    (3, \"c\"),\n    (4, \"d\"),\n]);\n\nlet cursor = map.upper_bound(Bound::Included(&3));\nassert_eq!(cursor.peek_prev(), Some((&3, &\"c\")));\nassert_eq!(cursor.peek_next(), Some((&4, &\"d\")));\n\nlet cursor = map.upper_bound(Bound::Excluded(&3));\nassert_eq!(cursor.peek_prev(), Some((&2, &\"b\")));\nassert_eq!(cursor.peek_next(), Some((&3, &\"c\")));\n\nlet cursor = map.upper_bound(Bound::Unbounded);\nassert_eq!(cursor.peek_prev(), Some((&4, &\"d\")));\nassert_eq!(cursor.peek_next(), None);
    \n
    source

    pub fn upper_bound_mut<Q>(&mut self, bound: Bound<&Q>) -> CursorMut<'_, K, V, A>
    where\n K: Borrow<Q> + Ord,\n Q: Ord + ?Sized,

    🔬This is a nightly-only experimental API. (btree_cursors)

    Returns a CursorMut pointing at the gap after the greatest key\nsmaller than the given bound.

    \n

    Passing Bound::Included(x) will return a cursor pointing to the\ngap after the greatest key smaller than or equal to x.

    \n

    Passing Bound::Excluded(x) will return a cursor pointing to the\ngap after the greatest key smaller than x.

    \n

    Passing Bound::Unbounded will return a cursor pointing to the\ngap after the greatest key in the map.

    \n
    §Examples
    \n
    #![feature(btree_cursors)]\n\nuse std::collections::BTreeMap;\nuse std::ops::Bound;\n\nlet mut map = BTreeMap::from([\n    (1, \"a\"),\n    (2, \"b\"),\n    (3, \"c\"),\n    (4, \"d\"),\n]);\n\nlet mut cursor = map.upper_bound_mut(Bound::Included(&3));\nassert_eq!(cursor.peek_prev(), Some((&3, &mut \"c\")));\nassert_eq!(cursor.peek_next(), Some((&4, &mut \"d\")));\n\nlet mut cursor = map.upper_bound_mut(Bound::Excluded(&3));\nassert_eq!(cursor.peek_prev(), Some((&2, &mut \"b\")));\nassert_eq!(cursor.peek_next(), Some((&3, &mut \"c\")));\n\nlet mut cursor = map.upper_bound_mut(Bound::Unbounded);\nassert_eq!(cursor.peek_prev(), Some((&4, &mut \"d\")));\nassert_eq!(cursor.peek_next(), None);
    \n
    ",0,"bdk_wallet::descriptor::policy::ConditionMap","bdk_wallet::descriptor::policy::FoldedConditionMap","bdk_wallet::descriptor::HdKeyPaths","bdk_wallet::descriptor::TapKeyOrigins","bdk_wallet::keys::KeyMap"],["
    source§

    impl<K, V, A> BTreeMap<K, V, A>
    where\n A: Allocator + Clone,

    1.0.0 · source

    pub fn clear(&mut self)

    Clears the map, removing all elements.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut a = BTreeMap::new();\na.insert(1, \"a\");\na.clear();\nassert!(a.is_empty());
    \n
    source

    pub const fn new_in(alloc: A) -> BTreeMap<K, V, A>

    🔬This is a nightly-only experimental API. (btreemap_alloc)

    Makes a new empty BTreeMap with a reasonable choice for B.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\nuse std::alloc::Global;\n\nlet mut map = BTreeMap::new_in(Global);\n\n// entries can now be inserted into the empty map\nmap.insert(1, \"a\");
    \n
    ",0,"bdk_wallet::descriptor::policy::ConditionMap","bdk_wallet::descriptor::policy::FoldedConditionMap","bdk_wallet::descriptor::HdKeyPaths","bdk_wallet::descriptor::TapKeyOrigins","bdk_wallet::keys::KeyMap"],["
    source§

    impl<K, V, A> BTreeMap<K, V, A>
    where\n A: Allocator + Clone,

    1.0.0 · source

    pub fn get<Q>(&self, key: &Q) -> Option<&V>
    where\n K: Borrow<Q> + Ord,\n Q: Ord + ?Sized,

    Returns a reference to the value corresponding to the key.

    \n

    The key may be any borrowed form of the map’s key type, but the ordering\non the borrowed form must match the ordering on the key type.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nmap.insert(1, \"a\");\nassert_eq!(map.get(&1), Some(&\"a\"));\nassert_eq!(map.get(&2), None);
    \n
    1.40.0 · source

    pub fn get_key_value<Q>(&self, k: &Q) -> Option<(&K, &V)>
    where\n K: Borrow<Q> + Ord,\n Q: Ord + ?Sized,

    Returns the key-value pair corresponding to the supplied key.

    \n

    The supplied key may be any borrowed form of the map’s key type, but the ordering\non the borrowed form must match the ordering on the key type.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nmap.insert(1, \"a\");\nassert_eq!(map.get_key_value(&1), Some((&1, &\"a\")));\nassert_eq!(map.get_key_value(&2), None);
    \n
    1.66.0 · source

    pub fn first_key_value(&self) -> Option<(&K, &V)>
    where\n K: Ord,

    Returns the first key-value pair in the map.\nThe key in this pair is the minimum key in the map.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nassert_eq!(map.first_key_value(), None);\nmap.insert(1, \"b\");\nmap.insert(2, \"a\");\nassert_eq!(map.first_key_value(), Some((&1, &\"b\")));
    \n
    1.66.0 · source

    pub fn first_entry(&mut self) -> Option<OccupiedEntry<'_, K, V, A>>
    where\n K: Ord,

    Returns the first entry in the map for in-place manipulation.\nThe key of this entry is the minimum key in the map.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nmap.insert(1, \"a\");\nmap.insert(2, \"b\");\nif let Some(mut entry) = map.first_entry() {\n    if *entry.key() > 0 {\n        entry.insert(\"first\");\n    }\n}\nassert_eq!(*map.get(&1).unwrap(), \"first\");\nassert_eq!(*map.get(&2).unwrap(), \"b\");
    \n
    1.66.0 · source

    pub fn pop_first(&mut self) -> Option<(K, V)>
    where\n K: Ord,

    Removes and returns the first element in the map.\nThe key of this element is the minimum key that was in the map.

    \n
    §Examples
    \n

    Draining elements in ascending order, while keeping a usable map each iteration.

    \n\n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nmap.insert(1, \"a\");\nmap.insert(2, \"b\");\nwhile let Some((key, _val)) = map.pop_first() {\n    assert!(map.iter().all(|(k, _v)| *k > key));\n}\nassert!(map.is_empty());
    \n
    1.66.0 · source

    pub fn last_key_value(&self) -> Option<(&K, &V)>
    where\n K: Ord,

    Returns the last key-value pair in the map.\nThe key in this pair is the maximum key in the map.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nmap.insert(1, \"b\");\nmap.insert(2, \"a\");\nassert_eq!(map.last_key_value(), Some((&2, &\"a\")));
    \n
    1.66.0 · source

    pub fn last_entry(&mut self) -> Option<OccupiedEntry<'_, K, V, A>>
    where\n K: Ord,

    Returns the last entry in the map for in-place manipulation.\nThe key of this entry is the maximum key in the map.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nmap.insert(1, \"a\");\nmap.insert(2, \"b\");\nif let Some(mut entry) = map.last_entry() {\n    if *entry.key() > 0 {\n        entry.insert(\"last\");\n    }\n}\nassert_eq!(*map.get(&1).unwrap(), \"a\");\nassert_eq!(*map.get(&2).unwrap(), \"last\");
    \n
    1.66.0 · source

    pub fn pop_last(&mut self) -> Option<(K, V)>
    where\n K: Ord,

    Removes and returns the last element in the map.\nThe key of this element is the maximum key that was in the map.

    \n
    §Examples
    \n

    Draining elements in descending order, while keeping a usable map each iteration.

    \n\n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nmap.insert(1, \"a\");\nmap.insert(2, \"b\");\nwhile let Some((key, _val)) = map.pop_last() {\n    assert!(map.iter().all(|(k, _v)| *k < key));\n}\nassert!(map.is_empty());
    \n
    1.0.0 · source

    pub fn contains_key<Q>(&self, key: &Q) -> bool
    where\n K: Borrow<Q> + Ord,\n Q: Ord + ?Sized,

    Returns true if the map contains a value for the specified key.

    \n

    The key may be any borrowed form of the map’s key type, but the ordering\non the borrowed form must match the ordering on the key type.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nmap.insert(1, \"a\");\nassert_eq!(map.contains_key(&1), true);\nassert_eq!(map.contains_key(&2), false);
    \n
    1.0.0 · source

    pub fn get_mut<Q>(&mut self, key: &Q) -> Option<&mut V>
    where\n K: Borrow<Q> + Ord,\n Q: Ord + ?Sized,

    Returns a mutable reference to the value corresponding to the key.

    \n

    The key may be any borrowed form of the map’s key type, but the ordering\non the borrowed form must match the ordering on the key type.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nmap.insert(1, \"a\");\nif let Some(x) = map.get_mut(&1) {\n    *x = \"b\";\n}\nassert_eq!(map[&1], \"b\");
    \n
    1.0.0 · source

    pub fn insert(&mut self, key: K, value: V) -> Option<V>
    where\n K: Ord,

    Inserts a key-value pair into the map.

    \n

    If the map did not have this key present, None is returned.

    \n

    If the map did have this key present, the value is updated, and the old\nvalue is returned. The key is not updated, though; this matters for\ntypes that can be == without being identical. See the module-level\ndocumentation for more.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nassert_eq!(map.insert(37, \"a\"), None);\nassert_eq!(map.is_empty(), false);\n\nmap.insert(37, \"b\");\nassert_eq!(map.insert(37, \"c\"), Some(\"b\"));\nassert_eq!(map[&37], \"c\");
    \n
    source

    pub fn try_insert(\n &mut self,\n key: K,\n value: V\n) -> Result<&mut V, OccupiedError<'_, K, V, A>>
    where\n K: Ord,

    🔬This is a nightly-only experimental API. (map_try_insert)

    Tries to insert a key-value pair into the map, and returns\na mutable reference to the value in the entry.

    \n

    If the map already had this key present, nothing is updated, and\nan error containing the occupied entry and the value is returned.

    \n
    §Examples
    \n
    #![feature(map_try_insert)]\n\nuse std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nassert_eq!(map.try_insert(37, \"a\").unwrap(), &\"a\");\n\nlet err = map.try_insert(37, \"b\").unwrap_err();\nassert_eq!(err.entry.key(), &37);\nassert_eq!(err.entry.get(), &\"a\");\nassert_eq!(err.value, \"b\");
    \n
    1.0.0 · source

    pub fn remove<Q>(&mut self, key: &Q) -> Option<V>
    where\n K: Borrow<Q> + Ord,\n Q: Ord + ?Sized,

    Removes a key from the map, returning the value at the key if the key\nwas previously in the map.

    \n

    The key may be any borrowed form of the map’s key type, but the ordering\non the borrowed form must match the ordering on the key type.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nmap.insert(1, \"a\");\nassert_eq!(map.remove(&1), Some(\"a\"));\nassert_eq!(map.remove(&1), None);
    \n
    1.45.0 · source

    pub fn remove_entry<Q>(&mut self, key: &Q) -> Option<(K, V)>
    where\n K: Borrow<Q> + Ord,\n Q: Ord + ?Sized,

    Removes a key from the map, returning the stored key and value if the key\nwas previously in the map.

    \n

    The key may be any borrowed form of the map’s key type, but the ordering\non the borrowed form must match the ordering on the key type.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map = BTreeMap::new();\nmap.insert(1, \"a\");\nassert_eq!(map.remove_entry(&1), Some((1, \"a\")));\nassert_eq!(map.remove_entry(&1), None);
    \n
    1.53.0 · source

    pub fn retain<F>(&mut self, f: F)
    where\n K: Ord,\n F: FnMut(&K, &mut V) -> bool,

    Retains only the elements specified by the predicate.

    \n

    In other words, remove all pairs (k, v) for which f(&k, &mut v) returns false.\nThe elements are visited in ascending key order.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map: BTreeMap<i32, i32> = (0..8).map(|x| (x, x*10)).collect();\n// Keep only the elements with even-numbered keys.\nmap.retain(|&k, _| k % 2 == 0);\nassert!(map.into_iter().eq(vec![(0, 0), (2, 20), (4, 40), (6, 60)]));
    \n
    1.11.0 · source

    pub fn append(&mut self, other: &mut BTreeMap<K, V, A>)
    where\n K: Ord,\n A: Clone,

    Moves all elements from other into self, leaving other empty.

    \n

    If a key from other is already present in self, the respective\nvalue from self will be overwritten with the respective value from other.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut a = BTreeMap::new();\na.insert(1, \"a\");\na.insert(2, \"b\");\na.insert(3, \"c\"); // Note: Key (3) also present in b.\n\nlet mut b = BTreeMap::new();\nb.insert(3, \"d\"); // Note: Key (3) also present in a.\nb.insert(4, \"e\");\nb.insert(5, \"f\");\n\na.append(&mut b);\n\nassert_eq!(a.len(), 5);\nassert_eq!(b.len(), 0);\n\nassert_eq!(a[&1], \"a\");\nassert_eq!(a[&2], \"b\");\nassert_eq!(a[&3], \"d\"); // Note: \"c\" has been overwritten.\nassert_eq!(a[&4], \"e\");\nassert_eq!(a[&5], \"f\");
    \n
    1.17.0 · source

    pub fn range<T, R>(&self, range: R) -> Range<'_, K, V>
    where\n T: Ord + ?Sized,\n K: Borrow<T> + Ord,\n R: RangeBounds<T>,

    Constructs a double-ended iterator over a sub-range of elements in the map.\nThe simplest way is to use the range syntax min..max, thus range(min..max) will\nyield elements from min (inclusive) to max (exclusive).\nThe range may also be entered as (Bound<T>, Bound<T>), so for example\nrange((Excluded(4), Included(10))) will yield a left-exclusive, right-inclusive\nrange from 4 to 10.

    \n
    §Panics
    \n

    Panics if range start > end.\nPanics if range start == end and both bounds are Excluded.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\nuse std::ops::Bound::Included;\n\nlet mut map = BTreeMap::new();\nmap.insert(3, \"a\");\nmap.insert(5, \"b\");\nmap.insert(8, \"c\");\nfor (&key, &value) in map.range((Included(&4), Included(&8))) {\n    println!(\"{key}: {value}\");\n}\nassert_eq!(Some((&5, &\"b\")), map.range(4..).next());
    \n
    1.17.0 · source

    pub fn range_mut<T, R>(&mut self, range: R) -> RangeMut<'_, K, V>
    where\n T: Ord + ?Sized,\n K: Borrow<T> + Ord,\n R: RangeBounds<T>,

    Constructs a mutable double-ended iterator over a sub-range of elements in the map.\nThe simplest way is to use the range syntax min..max, thus range(min..max) will\nyield elements from min (inclusive) to max (exclusive).\nThe range may also be entered as (Bound<T>, Bound<T>), so for example\nrange((Excluded(4), Included(10))) will yield a left-exclusive, right-inclusive\nrange from 4 to 10.

    \n
    §Panics
    \n

    Panics if range start > end.\nPanics if range start == end and both bounds are Excluded.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut map: BTreeMap<&str, i32> =\n    [(\"Alice\", 0), (\"Bob\", 0), (\"Carol\", 0), (\"Cheryl\", 0)].into();\nfor (_, balance) in map.range_mut(\"B\"..\"Cheryl\") {\n    *balance += 100;\n}\nfor (name, balance) in &map {\n    println!(\"{name} => {balance}\");\n}
    \n
    1.0.0 · source

    pub fn entry(&mut self, key: K) -> Entry<'_, K, V, A>
    where\n K: Ord,

    Gets the given key’s corresponding entry in the map for in-place manipulation.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut count: BTreeMap<&str, usize> = BTreeMap::new();\n\n// count the number of occurrences of letters in the vec\nfor x in [\"a\", \"b\", \"a\", \"c\", \"a\", \"b\"] {\n    count.entry(x).and_modify(|curr| *curr += 1).or_insert(1);\n}\n\nassert_eq!(count[\"a\"], 3);\nassert_eq!(count[\"b\"], 2);\nassert_eq!(count[\"c\"], 1);
    \n
    1.11.0 · source

    pub fn split_off<Q>(&mut self, key: &Q) -> BTreeMap<K, V, A>
    where\n Q: Ord + ?Sized,\n K: Borrow<Q> + Ord,\n A: Clone,

    Splits the collection into two at the given key. Returns everything after the given key,\nincluding the key.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut a = BTreeMap::new();\na.insert(1, \"a\");\na.insert(2, \"b\");\na.insert(3, \"c\");\na.insert(17, \"d\");\na.insert(41, \"e\");\n\nlet b = a.split_off(&3);\n\nassert_eq!(a.len(), 2);\nassert_eq!(b.len(), 3);\n\nassert_eq!(a[&1], \"a\");\nassert_eq!(a[&2], \"b\");\n\nassert_eq!(b[&3], \"c\");\nassert_eq!(b[&17], \"d\");\nassert_eq!(b[&41], \"e\");
    \n
    source

    pub fn extract_if<F>(&mut self, pred: F) -> ExtractIf<'_, K, V, F, A>
    where\n K: Ord,\n F: FnMut(&K, &mut V) -> bool,

    🔬This is a nightly-only experimental API. (btree_extract_if)

    Creates an iterator that visits all elements (key-value pairs) in\nascending key order and uses a closure to determine if an element should\nbe removed. If the closure returns true, the element is removed from\nthe map and yielded. If the closure returns false, or panics, the\nelement remains in the map and will not be yielded.

    \n

    The iterator also lets you mutate the value of each element in the\nclosure, regardless of whether you choose to keep or remove it.

    \n

    If the returned ExtractIf is not exhausted, e.g. because it is dropped without iterating\nor the iteration short-circuits, then the remaining elements will be retained.\nUse retain with a negated predicate if you do not need the returned iterator.

    \n
    §Examples
    \n

    Splitting a map into even and odd keys, reusing the original map:

    \n\n
    #![feature(btree_extract_if)]\nuse std::collections::BTreeMap;\n\nlet mut map: BTreeMap<i32, i32> = (0..8).map(|x| (x, x)).collect();\nlet evens: BTreeMap<_, _> = map.extract_if(|k, _v| k % 2 == 0).collect();\nlet odds = map;\nassert_eq!(evens.keys().copied().collect::<Vec<_>>(), [0, 2, 4, 6]);\nassert_eq!(odds.keys().copied().collect::<Vec<_>>(), [1, 3, 5, 7]);
    \n
    1.54.0 · source

    pub fn into_keys(self) -> IntoKeys<K, V, A>

    Creates a consuming iterator visiting all the keys, in sorted order.\nThe map cannot be used after calling this.\nThe iterator element type is K.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut a = BTreeMap::new();\na.insert(2, \"b\");\na.insert(1, \"a\");\n\nlet keys: Vec<i32> = a.into_keys().collect();\nassert_eq!(keys, [1, 2]);
    \n
    1.54.0 · source

    pub fn into_values(self) -> IntoValues<K, V, A>

    Creates a consuming iterator visiting all the values, in order by key.\nThe map cannot be used after calling this.\nThe iterator element type is V.

    \n
    §Examples
    \n
    use std::collections::BTreeMap;\n\nlet mut a = BTreeMap::new();\na.insert(1, \"hello\");\na.insert(2, \"goodbye\");\n\nlet values: Vec<&str> = a.into_values().collect();\nassert_eq!(values, [\"hello\", \"goodbye\"]);
    \n
    ",0,"bdk_wallet::descriptor::policy::ConditionMap","bdk_wallet::descriptor::policy::FoldedConditionMap","bdk_wallet::descriptor::HdKeyPaths","bdk_wallet::descriptor::TapKeyOrigins","bdk_wallet::keys::KeyMap"],["
    1.0.0 · source§

    impl<K, V, A> Clone for BTreeMap<K, V, A>
    where\n K: Clone,\n V: Clone,\n A: Allocator + Clone,

    source§

    fn clone(&self) -> BTreeMap<K, V, A>

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    ","Clone","bdk_wallet::descriptor::policy::ConditionMap","bdk_wallet::descriptor::policy::FoldedConditionMap","bdk_wallet::descriptor::HdKeyPaths","bdk_wallet::descriptor::TapKeyOrigins","bdk_wallet::keys::KeyMap"],["
    1.0.0 · source§

    impl<K, V, A> Debug for BTreeMap<K, V, A>
    where\n K: Debug,\n V: Debug,\n A: Allocator + Clone,

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Debug","bdk_wallet::descriptor::policy::ConditionMap","bdk_wallet::descriptor::policy::FoldedConditionMap","bdk_wallet::descriptor::HdKeyPaths","bdk_wallet::descriptor::TapKeyOrigins","bdk_wallet::keys::KeyMap"],["
    1.0.0 · source§

    impl<K, V> Default for BTreeMap<K, V>

    source§

    fn default() -> BTreeMap<K, V>

    Creates an empty BTreeMap.

    \n
    ","Default","bdk_wallet::descriptor::policy::ConditionMap","bdk_wallet::descriptor::policy::FoldedConditionMap","bdk_wallet::descriptor::HdKeyPaths","bdk_wallet::descriptor::TapKeyOrigins","bdk_wallet::keys::KeyMap"],["
    source§

    impl<'de, K, V> Deserialize<'de> for BTreeMap<K, V>
    where\n K: Deserialize<'de> + Ord,\n V: Deserialize<'de>,

    source§

    fn deserialize<D>(\n deserializer: D\n) -> Result<BTreeMap<K, V>, <D as Deserializer<'de>>::Error>
    where\n D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    ","Deserialize<'de>","bdk_wallet::descriptor::policy::ConditionMap","bdk_wallet::descriptor::policy::FoldedConditionMap","bdk_wallet::descriptor::HdKeyPaths","bdk_wallet::descriptor::TapKeyOrigins","bdk_wallet::keys::KeyMap"],["
    1.7.0 · source§

    impl<K, V, A> Drop for BTreeMap<K, V, A>
    where\n A: Allocator + Clone,

    source§

    fn drop(&mut self)

    Executes the destructor for this type. Read more
    ","Drop","bdk_wallet::descriptor::policy::ConditionMap","bdk_wallet::descriptor::policy::FoldedConditionMap","bdk_wallet::descriptor::HdKeyPaths","bdk_wallet::descriptor::TapKeyOrigins","bdk_wallet::keys::KeyMap"],["
    1.2.0 · source§

    impl<'a, K, V, A> Extend<(&'a K, &'a V)> for BTreeMap<K, V, A>
    where\n K: Ord + Copy,\n V: Copy,\n A: Allocator + Clone,

    source§

    fn extend<I>(&mut self, iter: I)
    where\n I: IntoIterator<Item = (&'a K, &'a V)>,

    Extends a collection with the contents of an iterator. Read more
    source§

    fn extend_one(&mut self, _: (&'a K, &'a V))

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    ","Extend<(&'a K, &'a V)>","bdk_wallet::descriptor::policy::ConditionMap","bdk_wallet::descriptor::policy::FoldedConditionMap","bdk_wallet::descriptor::HdKeyPaths","bdk_wallet::descriptor::TapKeyOrigins","bdk_wallet::keys::KeyMap"],["
    1.0.0 · source§

    impl<K, V, A> Extend<(K, V)> for BTreeMap<K, V, A>
    where\n K: Ord,\n A: Allocator + Clone,

    source§

    fn extend<T>(&mut self, iter: T)
    where\n T: IntoIterator<Item = (K, V)>,

    Extends a collection with the contents of an iterator. Read more
    source§

    fn extend_one(&mut self, _: (K, V))

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    ","Extend<(K, V)>","bdk_wallet::descriptor::policy::ConditionMap","bdk_wallet::descriptor::policy::FoldedConditionMap","bdk_wallet::descriptor::HdKeyPaths","bdk_wallet::descriptor::TapKeyOrigins","bdk_wallet::keys::KeyMap"],["
    1.56.0 · source§

    impl<K, V, const N: usize> From<[(K, V); N]> for BTreeMap<K, V>
    where\n K: Ord,

    source§

    fn from(arr: [(K, V); N]) -> BTreeMap<K, V>

    Converts a [(K, V); N] into a BTreeMap<(K, V)>.

    \n\n
    use std::collections::BTreeMap;\n\nlet map1 = BTreeMap::from([(1, 2), (3, 4)]);\nlet map2: BTreeMap<_, _> = [(1, 2), (3, 4)].into();\nassert_eq!(map1, map2);
    \n
    ","From<[(K, V); N]>","bdk_wallet::descriptor::policy::ConditionMap","bdk_wallet::descriptor::policy::FoldedConditionMap","bdk_wallet::descriptor::HdKeyPaths","bdk_wallet::descriptor::TapKeyOrigins","bdk_wallet::keys::KeyMap"],["
    1.0.0 · source§

    impl<K, V> FromIterator<(K, V)> for BTreeMap<K, V>
    where\n K: Ord,

    source§

    fn from_iter<T>(iter: T) -> BTreeMap<K, V>
    where\n T: IntoIterator<Item = (K, V)>,

    Creates a value from an iterator. Read more
    ","FromIterator<(K, V)>","bdk_wallet::descriptor::policy::ConditionMap","bdk_wallet::descriptor::policy::FoldedConditionMap","bdk_wallet::descriptor::HdKeyPaths","bdk_wallet::descriptor::TapKeyOrigins","bdk_wallet::keys::KeyMap"],["
    1.0.0 · source§

    impl<K, V, A> Hash for BTreeMap<K, V, A>
    where\n K: Hash,\n V: Hash,\n A: Allocator + Clone,

    source§

    fn hash<H>(&self, state: &mut H)
    where\n H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where\n H: Hasher,\n Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    ","Hash","bdk_wallet::descriptor::policy::ConditionMap","bdk_wallet::descriptor::policy::FoldedConditionMap","bdk_wallet::descriptor::HdKeyPaths","bdk_wallet::descriptor::TapKeyOrigins","bdk_wallet::keys::KeyMap"],["
    1.0.0 · source§

    impl<K, Q, V, A> Index<&Q> for BTreeMap<K, V, A>
    where\n A: Allocator + Clone,\n K: Borrow<Q> + Ord,\n Q: Ord + ?Sized,

    source§

    fn index(&self, key: &Q) -> &V

    Returns a reference to the value corresponding to the supplied key.

    \n
    §Panics
    \n

    Panics if the key is not present in the BTreeMap.

    \n
    §

    type Output = V

    The returned type after indexing.
    ","Index<&Q>","bdk_wallet::descriptor::policy::ConditionMap","bdk_wallet::descriptor::policy::FoldedConditionMap","bdk_wallet::descriptor::HdKeyPaths","bdk_wallet::descriptor::TapKeyOrigins","bdk_wallet::keys::KeyMap"],["
    §

    impl IntoAssets for BTreeMap<DescriptorPublicKey, DescriptorSecretKey>

    §

    fn into_assets(self) -> Assets

    Convert self into a Assets struct
    ","IntoAssets","bdk_wallet::keys::KeyMap"],["
    source§

    impl<'de, K, V, E> IntoDeserializer<'de, E> for BTreeMap<K, V>
    where\n K: IntoDeserializer<'de, E> + Eq + Ord,\n V: IntoDeserializer<'de, E>,\n E: Error,

    §

    type Deserializer = MapDeserializer<'de, <BTreeMap<K, V> as IntoIterator>::IntoIter, E>

    The type of the deserializer being converted into.
    source§

    fn into_deserializer(\n self\n) -> <BTreeMap<K, V> as IntoDeserializer<'de, E>>::Deserializer

    Convert this value into a deserializer.
    ","IntoDeserializer<'de, E>","bdk_wallet::descriptor::policy::ConditionMap","bdk_wallet::descriptor::policy::FoldedConditionMap","bdk_wallet::descriptor::HdKeyPaths","bdk_wallet::descriptor::TapKeyOrigins","bdk_wallet::keys::KeyMap"],["
    1.0.0 · source§

    impl<K, V, A> IntoIterator for BTreeMap<K, V, A>
    where\n A: Allocator + Clone,

    source§

    fn into_iter(self) -> IntoIter<K, V, A>

    Gets an owning iterator over the entries of the map, sorted by key.

    \n
    §

    type Item = (K, V)

    The type of the elements being iterated over.
    §

    type IntoIter = IntoIter<K, V, A>

    Which kind of iterator are we turning this into?
    ","IntoIterator","bdk_wallet::descriptor::policy::ConditionMap","bdk_wallet::descriptor::policy::FoldedConditionMap","bdk_wallet::descriptor::HdKeyPaths","bdk_wallet::descriptor::TapKeyOrigins","bdk_wallet::keys::KeyMap"],["
    §

    impl<K, V> Merge for BTreeMap<K, V>
    where\n K: Ord,

    §

    fn merge(&mut self, other: BTreeMap<K, V>)

    Merge another object of the same type onto self.
    §

    fn is_empty(&self) -> bool

    Returns whether the structure is considered empty.
    §

    fn take(&mut self) -> Option<Self>

    Take the value, replacing it with the default value.
    ","Merge","bdk_wallet::descriptor::policy::ConditionMap","bdk_wallet::descriptor::policy::FoldedConditionMap","bdk_wallet::descriptor::HdKeyPaths","bdk_wallet::descriptor::TapKeyOrigins","bdk_wallet::keys::KeyMap"],["
    1.0.0 · source§

    impl<K, V, A> Ord for BTreeMap<K, V, A>
    where\n K: Ord,\n V: Ord,\n A: Allocator + Clone,

    source§

    fn cmp(&self, other: &BTreeMap<K, V, A>) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where\n Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Self
    where\n Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Self
    where\n Self: Sized + PartialOrd,

    Restrict a value to a certain interval. Read more
    ","Ord","bdk_wallet::descriptor::policy::ConditionMap","bdk_wallet::descriptor::policy::FoldedConditionMap","bdk_wallet::descriptor::HdKeyPaths","bdk_wallet::descriptor::TapKeyOrigins","bdk_wallet::keys::KeyMap"],["
    1.0.0 · source§

    impl<K, V, A> PartialEq for BTreeMap<K, V, A>
    where\n K: PartialEq,\n V: PartialEq,\n A: Allocator + Clone,

    source§

    fn eq(&self, other: &BTreeMap<K, V, A>) -> bool

    This method tests for self and other values to be equal, and is used\nby ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
    ","PartialEq","bdk_wallet::descriptor::policy::ConditionMap","bdk_wallet::descriptor::policy::FoldedConditionMap","bdk_wallet::descriptor::HdKeyPaths","bdk_wallet::descriptor::TapKeyOrigins","bdk_wallet::keys::KeyMap"],["
    1.0.0 · source§

    impl<K, V, A> PartialOrd for BTreeMap<K, V, A>
    where\n K: PartialOrd,\n V: PartialOrd,\n A: Allocator + Clone,

    source§

    fn partial_cmp(&self, other: &BTreeMap<K, V, A>) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >=\noperator. Read more
    ","PartialOrd","bdk_wallet::descriptor::policy::ConditionMap","bdk_wallet::descriptor::policy::FoldedConditionMap","bdk_wallet::descriptor::HdKeyPaths","bdk_wallet::descriptor::TapKeyOrigins","bdk_wallet::keys::KeyMap"],["
    source§

    impl<K, V> Serialize for BTreeMap<K, V>
    where\n K: Serialize,\n V: Serialize,

    source§

    fn serialize<S>(\n &self,\n serializer: S\n) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where\n S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    ","Serialize","bdk_wallet::descriptor::policy::ConditionMap","bdk_wallet::descriptor::policy::FoldedConditionMap","bdk_wallet::descriptor::HdKeyPaths","bdk_wallet::descriptor::TapKeyOrigins","bdk_wallet::keys::KeyMap"],["
    1.0.0 · source§

    impl<K, V, A> Eq for BTreeMap<K, V, A>
    where\n K: Eq,\n V: Eq,\n A: Allocator + Clone,

    ","Eq","bdk_wallet::descriptor::policy::ConditionMap","bdk_wallet::descriptor::policy::FoldedConditionMap","bdk_wallet::descriptor::HdKeyPaths","bdk_wallet::descriptor::TapKeyOrigins","bdk_wallet::keys::KeyMap"],["
    1.64.0 · source§

    impl<K, V, A> UnwindSafe for BTreeMap<K, V, A>

    ","UnwindSafe","bdk_wallet::descriptor::policy::ConditionMap","bdk_wallet::descriptor::policy::FoldedConditionMap","bdk_wallet::descriptor::HdKeyPaths","bdk_wallet::descriptor::TapKeyOrigins","bdk_wallet::keys::KeyMap"]] };if (window.register_type_impls) {window.register_type_impls(type_impls);} else {window.pending_type_impls = type_impls;}})() \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/bdk_wallet/descriptor/enum.Descriptor.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/bdk_wallet/descriptor/enum.Descriptor.js index 943e040d2a..bb5b4503e5 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/bdk_wallet/descriptor/enum.Descriptor.js +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/bdk_wallet/descriptor/enum.Descriptor.js @@ -1,3 +1,3 @@ (function() {var type_impls = { -"bdk_wallet":[["
    §

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

    §

    fn clone(&self) -> Descriptor<Pk>

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    ","Clone","bdk_wallet::descriptor::ExtendedDescriptor","bdk_wallet::descriptor::DerivedDescriptor"],["
    §

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

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Debug","bdk_wallet::descriptor::ExtendedDescriptor","bdk_wallet::descriptor::DerivedDescriptor"],["
    §

    impl Descriptor<DefiniteDescriptorKey>

    pub fn derived_descriptor<C>(\n &self,\n secp: &Secp256k1<C>\n) -> Result<Descriptor<PublicKey>, ConversionError>
    where\n C: Verification,

    Convert all the public keys in the descriptor to [bitcoin::PublicKey] by deriving them or\notherwise converting them. All [bitcoin::secp256k1::XOnlyPublicKey]s are converted to by adding a\ndefault(0x02) y-coordinate.

    \n
    §Examples
    \n
    use miniscript::descriptor::{Descriptor, DescriptorPublicKey};\nuse miniscript::bitcoin::secp256k1;\nuse std::str::FromStr;\n\n// test from bip 86\nlet secp = secp256k1::Secp256k1::verification_only();\nlet descriptor = Descriptor::<DescriptorPublicKey>::from_str(\"tr(xpub6BgBgsespWvERF3LHQu6CnqdvfEvtMcQjYrcRzx53QJjSxarj2afYWcLteoGVky7D3UKDP9QyrLprQ3VCECoY49yfdDEHGCtMMj92pReUsQ/0/*)\")\n    .expect(\"Valid ranged descriptor\");\nlet result = descriptor.at_derivation_index(0).unwrap().derived_descriptor(&secp).expect(\"Non-hardened derivation\");\nassert_eq!(result.to_string(), \"tr(03cc8a4bc64d897bddc5fbc2f670f7a8ba0b386779106cf1223c6fc5d7cd6fc115)#6qm9h8ym\");
    \n
    §Errors
    \n

    This function will return an error if hardened derivation is attempted.

    \n
    ",0,"bdk_wallet::descriptor::DerivedDescriptor"],["
    §

    impl Descriptor<DefiniteDescriptorKey>

    pub fn plan<P>(\n self,\n provider: &P\n) -> Result<Plan, Descriptor<DefiniteDescriptorKey>>
    where\n P: AssetProvider<DefiniteDescriptorKey>,

    Returns a plan if the provided assets are sufficient to produce a non-malleable satisfaction

    \n

    If the assets aren’t sufficient for generating a Plan, the descriptor is returned

    \n

    pub fn plan_mall<P>(\n self,\n provider: &P\n) -> Result<Plan, Descriptor<DefiniteDescriptorKey>>
    where\n P: AssetProvider<DefiniteDescriptorKey>,

    Returns a plan if the provided assets are sufficient to produce a malleable satisfaction

    \n

    If the assets aren’t sufficient for generating a Plan, the descriptor is returned

    \n
    ",0,"bdk_wallet::descriptor::DerivedDescriptor"],["
    §

    impl Descriptor<DescriptorPublicKey>

    pub fn is_deriveable(&self) -> bool

    👎Deprecated: use has_wildcards instead

    Whether or not the descriptor has any wildcards

    \n

    pub fn has_wildcard(&self) -> bool

    Whether or not the descriptor has any wildcards i.e. /*.

    \n

    pub fn at_derivation_index(\n &self,\n index: u32\n) -> Result<Descriptor<DefiniteDescriptorKey>, ConversionError>

    Replaces all wildcards (i.e. /*) in the descriptor with a particular derivation index,\nturning it into a definite descriptor.

    \n
    §Errors
    \n
      \n
    • If index ≥ 2^31
    • \n
    \n

    pub fn derive(\n &self,\n index: u32\n) -> Result<Descriptor<DefiniteDescriptorKey>, ConversionError>

    👎Deprecated: use at_derivation_index instead

    Deprecated name for Self::at_derivation_index.

    \n

    pub fn derived_descriptor<C>(\n &self,\n secp: &Secp256k1<C>,\n index: u32\n) -> Result<Descriptor<PublicKey>, ConversionError>
    where\n C: Verification,

    Convert all the public keys in the descriptor to [bitcoin::PublicKey] by deriving them or\notherwise converting them. All [bitcoin::secp256k1::XOnlyPublicKey]s are converted to by adding a\ndefault(0x02) y-coordinate.

    \n

    This is a shorthand for:

    \n\n
        .expect(\"Valid ranged descriptor\");\nlet derived_descriptor = descriptor.at_derivation_index(index).unwrap().derived_descriptor(&secp).unwrap();
    \n

    and is only here really here for backwards compatibility.\nSee at_derivation_index and [derived_descriptor] for more documentation.

    \n
    §Errors
    \n

    This function will return an error if hardened derivation is attempted.

    \n

    pub fn parse_descriptor<C>(\n secp: &Secp256k1<C>,\n s: &str\n) -> Result<(Descriptor<DescriptorPublicKey>, BTreeMap<DescriptorPublicKey, DescriptorSecretKey>), Error>
    where\n C: Signing,

    Parse a descriptor that may contain secret keys

    \n

    Internally turns every secret key found into the corresponding public key and then returns a\na descriptor that only contains public keys and a map to lookup the secret key given a public key.

    \n

    pub fn to_string_with_secret(\n &self,\n key_map: &BTreeMap<DescriptorPublicKey, DescriptorSecretKey>\n) -> String

    Serialize a descriptor to string with its secret keys

    \n

    pub fn find_derivation_index_for_spk<C>(\n &self,\n secp: &Secp256k1<C>,\n script_pubkey: &Script,\n range: Range<u32>\n) -> Result<Option<(u32, Descriptor<PublicKey>)>, ConversionError>
    where\n C: Verification,

    Utility method for deriving the descriptor at each index in a range to find one matching\nscript_pubkey.

    \n

    If it finds a match then it returns the index it was derived at and the concrete\ndescriptor at that index. If the descriptor is non-derivable then it will simply check the\nscript pubkey against the descriptor and return it if it matches (in this case the index\nreturned will be meaningless).

    \n

    pub fn is_multipath(&self) -> bool

    Whether this descriptor contains a key that has multiple derivation paths.

    \n

    pub fn into_single_descriptors(\n self\n) -> Result<Vec<Descriptor<DescriptorPublicKey>>, Error>

    Get as many descriptors as different paths in this descriptor.

    \n

    For multipath descriptors it will return as many descriptors as there is\n“parallel” paths. For regular descriptors it will just return itself.

    \n
    ",0,"bdk_wallet::descriptor::ExtendedDescriptor"],["
    §

    impl<Pk> Descriptor<Pk>
    where\n Pk: MiniscriptKey + ToPublicKey,

    pub fn address(&self, network: Network) -> Result<Address, Error>

    Computes the Bitcoin address of the descriptor, if one exists

    \n

    Some descriptors like pk() don’t have an address.

    \n
    §Errors
    \n

    For raw/bare descriptors that don’t have an address.

    \n

    pub fn script_pubkey(&self) -> ScriptBuf

    Computes the scriptpubkey of the descriptor.

    \n

    pub fn unsigned_script_sig(&self) -> ScriptBuf

    Computes the scriptSig that will be in place for an unsigned input\nspending an output with this descriptor. For pre-segwit descriptors,\nwhich use the scriptSig for signatures, this returns the empty script.

    \n

    This is used in Segwit transactions to produce an unsigned transaction\nwhose txid will not change during signing (since only the witness data\nwill change).

    \n

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

    Computes the the underlying script before any hashing is done. For\nBare, Pkh and Wpkh this is the scriptPubkey; for ShWpkh and Sh\nthis is the redeemScript; for the others it is the witness script.

    \n
    §Errors
    \n

    If the descriptor is a taproot descriptor.

    \n

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

    Computes the scriptCode of a transaction output.

    \n

    The scriptCode is the Script of the previous transaction output being\nserialized in the sighash when evaluating a CHECKSIG & co. OP code.

    \n
    §Errors
    \n

    If the descriptor is a taproot descriptor.

    \n

    pub fn get_satisfaction<S>(\n &self,\n satisfier: S\n) -> Result<(Vec<Vec<u8>>, ScriptBuf), Error>
    where\n S: Satisfier<Pk>,

    Returns satisfying non-malleable witness and scriptSig to spend an\noutput controlled by the given descriptor if it possible to\nconstruct one using the satisfier S.

    \n

    pub fn get_satisfaction_mall<S>(\n &self,\n satisfier: S\n) -> Result<(Vec<Vec<u8>>, ScriptBuf), Error>
    where\n S: Satisfier<Pk>,

    Returns a possilbly mallable satisfying non-malleable witness and scriptSig to spend an\noutput controlled by the given descriptor if it possible to\nconstruct one using the satisfier S.

    \n

    pub fn satisfy<S>(&self, txin: &mut TxIn, satisfier: S) -> Result<(), Error>
    where\n S: Satisfier<Pk>,

    Attempts to produce a non-malleable satisfying witness and scriptSig to spend an\noutput controlled by the given descriptor; add the data to a given\nTxIn output.

    \n
    ",0,"bdk_wallet::descriptor::ExtendedDescriptor","bdk_wallet::descriptor::DerivedDescriptor"],["
    §

    impl<Pk> Descriptor<Pk>
    where\n Pk: MiniscriptKey,

    pub fn new_pk(pk: Pk) -> Descriptor<Pk>

    Create a new pk descriptor

    \n

    pub fn new_pkh(pk: Pk) -> Result<Descriptor<Pk>, Error>

    Create a new PkH descriptor

    \n

    pub fn new_wpkh(pk: Pk) -> Result<Descriptor<Pk>, Error>

    Create a new Wpkh descriptor\nWill return Err if uncompressed key is used

    \n

    pub fn new_sh_wpkh(pk: Pk) -> Result<Descriptor<Pk>, Error>

    Create a new sh wrapped wpkh from Pk.\nErrors when uncompressed keys are supplied

    \n

    pub fn new_sh(ms: Miniscript<Pk, Legacy>) -> Result<Descriptor<Pk>, Error>

    Create a new sh for a given redeem script\nErrors when miniscript exceeds resource limits under p2sh context\nor does not type check at the top level

    \n

    pub fn new_wsh(ms: Miniscript<Pk, Segwitv0>) -> Result<Descriptor<Pk>, Error>

    Create a new wsh descriptor from witness script\nErrors when miniscript exceeds resource limits under p2sh context\nor does not type check at the top level

    \n

    pub fn new_sh_wsh(ms: Miniscript<Pk, Segwitv0>) -> Result<Descriptor<Pk>, Error>

    Create a new sh wrapped wsh descriptor with witness script\nErrors when miniscript exceeds resource limits under wsh context\nor does not type check at the top level

    \n

    pub fn new_bare(ms: Miniscript<Pk, BareCtx>) -> Result<Descriptor<Pk>, Error>

    Create a new bare descriptor from witness script\nErrors when miniscript exceeds resource limits under bare context\nor does not type check at the top level

    \n

    pub fn new_sh_with_wpkh(wpkh: Wpkh<Pk>) -> Descriptor<Pk>

    Create a new sh wrapper for the given wpkh descriptor

    \n

    pub fn new_sh_with_wsh(wsh: Wsh<Pk>) -> Descriptor<Pk>

    Create a new sh wrapper for the given wsh descriptor

    \n

    pub fn new_sh_sortedmulti(\n k: usize,\n pks: Vec<Pk>\n) -> Result<Descriptor<Pk>, Error>

    Create a new sh sortedmulti descriptor with threshold k\nand Vec of pks.\nErrors when miniscript exceeds resource limits under p2sh context

    \n

    pub fn new_sh_wsh_sortedmulti(\n k: usize,\n pks: Vec<Pk>\n) -> Result<Descriptor<Pk>, Error>

    Create a new sh wrapped wsh sortedmulti descriptor from threshold\nk and Vec of pks\nErrors when miniscript exceeds resource limits under segwit context

    \n

    pub fn new_wsh_sortedmulti(\n k: usize,\n pks: Vec<Pk>\n) -> Result<Descriptor<Pk>, Error>

    Create a new wsh sorted multi descriptor\nErrors when miniscript exceeds resource limits under p2sh context

    \n

    pub fn new_tr(\n key: Pk,\n script: Option<TapTree<Pk>>\n) -> Result<Descriptor<Pk>, Error>

    Create new tr descriptor\nErrors when miniscript exceeds resource limits under Tap context

    \n

    pub fn desc_type(&self) -> DescriptorType

    Get the [DescriptorType] of Descriptor

    \n

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

    Checks whether the descriptor is safe.

    \n

    Checks whether all the spend paths in the descriptor are possible on the\nbitcoin network under the current standardness and consensus rules. Also\nchecks whether the descriptor requires signatures on all spend paths and\nwhether the script is malleable.

    \n

    In general, all the guarantees of miniscript hold only for safe scripts.\nThe signer may not be able to find satisfactions even if one exists.

    \n

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

    Computes an upper bound on the difference between a non-satisfied\nTxIn’s segwit_weight and a satisfied TxIn’s segwit_weight

    \n

    Since this method uses segwit_weight instead of legacy_weight,\nif you want to include only legacy inputs in your transaction,\nyou should remove 1WU from each input’s max_weight_to_satisfy\nfor a more accurate estimate.

    \n

    In other words, for segwit inputs or legacy inputs included in\nsegwit transactions, the following will hold for each input if\nthat input was satisfied with the largest possible witness:

    \n\n
    ⓘ
    for i in 0..transaction.input.len() {\n    assert_eq!(\n        descriptor_for_input[i].max_weight_to_satisfy(),\n        transaction.input[i].segwit_weight() - TxIn::default().segwit_weight()\n    );\n}
    \n

    Instead, for legacy transactions, the following will hold for each input\nif that input was satisfied with the largest possible witness:

    \n\n
    ⓘ
    for i in 0..transaction.input.len() {\n    assert_eq!(\n        descriptor_for_input[i].max_weight_to_satisfy(),\n        transaction.input[i].legacy_weight() - TxIn::default().legacy_weight()\n    );\n}
    \n

    Assumes all ECDSA signatures are 73 bytes, including push opcode and\nsighash suffix.\nAssumes all Schnorr signatures are 66 bytes, including push opcode and\nsighash suffix.

    \n
    §Errors
    \n

    When the descriptor is impossible to safisfy (ex: sh(OP_FALSE)).

    \n

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

    👎Deprecated since 10.0.0: Use max_weight_to_satisfy instead. The method to count bytes was redesigned and the results will differ from max_weight_to_satisfy. For more details check rust-bitcoin/rust-miniscript#476.

    Computes an upper bound on the weight of a satisfying witness to the\ntransaction.

    \n

    Assumes all ec-signatures are 73 bytes, including push opcode and\nsighash suffix. Includes the weight of the VarInts encoding the\nscriptSig and witness stack length.

    \n
    §Errors
    \n

    When the descriptor is impossible to safisfy (ex: sh(OP_FALSE)).

    \n
    ",0,"bdk_wallet::descriptor::ExtendedDescriptor","bdk_wallet::descriptor::DerivedDescriptor"],["
    §

    impl DescriptorExt for Descriptor<DescriptorPublicKey>

    §

    fn dust_value(&self) -> u64

    Returns the minimum value (in satoshis) at which an output is broadcastable.\nPanics if the descriptor wildcard is hardened.
    §

    fn descriptor_id(&self) -> DescriptorId

    Returns the descriptor ID, calculated as the sha256 hash of the spk derived from the\ndescriptor at index 0.
    ","DescriptorExt","bdk_wallet::descriptor::ExtendedDescriptor"],["
    §

    impl<'de, Pk> Deserialize<'de> for Descriptor<Pk>
    where\n Pk: FromStrKey,

    §

    fn deserialize<D>(\n deserializer: D\n) -> Result<Descriptor<Pk>, <D as Deserializer<'de>>::Error>
    where\n D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    ","Deserialize<'de>","bdk_wallet::descriptor::ExtendedDescriptor","bdk_wallet::descriptor::DerivedDescriptor"],["
    §

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

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Display","bdk_wallet::descriptor::ExtendedDescriptor","bdk_wallet::descriptor::DerivedDescriptor"],["
    source§

    impl ExtractPolicy for Descriptor<DescriptorPublicKey>

    source§

    fn extract_policy(\n &self,\n signers: &SignersContainer,\n build_sat: BuildSatisfaction<'_>,\n secp: &Secp256k1<All>\n) -> Result<Option<Policy>, Error>

    Extract the spending policy
    ","ExtractPolicy","bdk_wallet::descriptor::ExtendedDescriptor"],["
    §

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

    §

    fn for_each_key<'a, F>(&'a self, pred: F) -> bool
    where\n F: FnMut(&'a Pk) -> bool,

    Run a predicate on every key in the descriptor, returning whether\nthe predicate returned true for every key
    §

    fn for_any_key<'a, F>(&'a self, pred: F) -> bool
    where\n F: FnMut(&'a Pk) -> bool,\n Pk: 'a,

    Run a predicate on every key in the descriptor, returning whether\nthe predicate returned true for any key
    ","ForEachKey","bdk_wallet::descriptor::ExtendedDescriptor","bdk_wallet::descriptor::DerivedDescriptor"],["
    §

    impl<Pk> From<Bare<Pk>> for Descriptor<Pk>
    where\n Pk: MiniscriptKey,

    §

    fn from(inner: Bare<Pk>) -> Descriptor<Pk>

    Converts to this type from the input type.
    ","From>","bdk_wallet::descriptor::ExtendedDescriptor","bdk_wallet::descriptor::DerivedDescriptor"],["
    §

    impl<Pk> From<Pkh<Pk>> for Descriptor<Pk>
    where\n Pk: MiniscriptKey,

    §

    fn from(inner: Pkh<Pk>) -> Descriptor<Pk>

    Converts to this type from the input type.
    ","From>","bdk_wallet::descriptor::ExtendedDescriptor","bdk_wallet::descriptor::DerivedDescriptor"],["
    §

    impl<Pk> From<Sh<Pk>> for Descriptor<Pk>
    where\n Pk: MiniscriptKey,

    §

    fn from(inner: Sh<Pk>) -> Descriptor<Pk>

    Converts to this type from the input type.
    ","From>","bdk_wallet::descriptor::ExtendedDescriptor","bdk_wallet::descriptor::DerivedDescriptor"],["
    §

    impl<Pk> From<Tr<Pk>> for Descriptor<Pk>
    where\n Pk: MiniscriptKey,

    §

    fn from(inner: Tr<Pk>) -> Descriptor<Pk>

    Converts to this type from the input type.
    ","From>","bdk_wallet::descriptor::ExtendedDescriptor","bdk_wallet::descriptor::DerivedDescriptor"],["
    §

    impl<Pk> From<Wpkh<Pk>> for Descriptor<Pk>
    where\n Pk: MiniscriptKey,

    §

    fn from(inner: Wpkh<Pk>) -> Descriptor<Pk>

    Converts to this type from the input type.
    ","From>","bdk_wallet::descriptor::ExtendedDescriptor","bdk_wallet::descriptor::DerivedDescriptor"],["
    §

    impl<Pk> From<Wsh<Pk>> for Descriptor<Pk>
    where\n Pk: MiniscriptKey,

    §

    fn from(inner: Wsh<Pk>) -> Descriptor<Pk>

    Converts to this type from the input type.
    ","From>","bdk_wallet::descriptor::ExtendedDescriptor","bdk_wallet::descriptor::DerivedDescriptor"],["
    §

    impl<Pk> FromStr for Descriptor<Pk>
    where\n Pk: FromStrKey,

    §

    type Err = Error

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<Descriptor<Pk>, Error>

    Parses a string s to return a value of this type. Read more
    ","FromStr","bdk_wallet::descriptor::ExtendedDescriptor","bdk_wallet::descriptor::DerivedDescriptor"],["
    §

    impl<Pk> FromTree for Descriptor<Pk>
    where\n Pk: FromStrKey,

    §

    fn from_tree(top: &Tree<'_>) -> Result<Descriptor<Pk>, Error>

    Parse an expression tree into a descriptor.

    \n
    ","FromTree","bdk_wallet::descriptor::ExtendedDescriptor","bdk_wallet::descriptor::DerivedDescriptor"],["
    §

    impl<Pk> Hash for Descriptor<Pk>
    where\n Pk: Hash + MiniscriptKey,

    §

    fn hash<__H>(&self, state: &mut __H)
    where\n __H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where\n H: Hasher,\n Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    ","Hash","bdk_wallet::descriptor::ExtendedDescriptor","bdk_wallet::descriptor::DerivedDescriptor"],["
    §

    impl<Pk> Liftable<Pk> for Descriptor<Pk>
    where\n Pk: MiniscriptKey,

    §

    fn lift(&self) -> Result<Policy<Pk>, Error>

    Converts this object into an abstract policy.
    ","Liftable","bdk_wallet::descriptor::ExtendedDescriptor","bdk_wallet::descriptor::DerivedDescriptor"],["
    §

    impl<Pk> Ord for Descriptor<Pk>
    where\n Pk: Ord + MiniscriptKey,

    §

    fn cmp(&self, other: &Descriptor<Pk>) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where\n Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Self
    where\n Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Self
    where\n Self: Sized + PartialOrd,

    Restrict a value to a certain interval. Read more
    ","Ord","bdk_wallet::descriptor::ExtendedDescriptor","bdk_wallet::descriptor::DerivedDescriptor"],["
    §

    impl<Pk> PartialEq for Descriptor<Pk>
    where\n Pk: PartialEq + MiniscriptKey,

    §

    fn eq(&self, other: &Descriptor<Pk>) -> bool

    This method tests for self and other values to be equal, and is used\nby ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
    ","PartialEq","bdk_wallet::descriptor::ExtendedDescriptor","bdk_wallet::descriptor::DerivedDescriptor"],["
    §

    impl<Pk> PartialOrd for Descriptor<Pk>
    where\n Pk: PartialOrd + MiniscriptKey,

    §

    fn partial_cmp(&self, other: &Descriptor<Pk>) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >=\noperator. Read more
    ","PartialOrd","bdk_wallet::descriptor::ExtendedDescriptor","bdk_wallet::descriptor::DerivedDescriptor"],["
    §

    impl<'de, Pk> Serialize for Descriptor<Pk>
    where\n Pk: MiniscriptKey,

    §

    fn serialize<S>(\n &self,\n serializer: S\n) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where\n S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    ","Serialize","bdk_wallet::descriptor::ExtendedDescriptor","bdk_wallet::descriptor::DerivedDescriptor"],["
    §

    impl<P, Q> TranslatePk<P, Q> for Descriptor<P>
    where\n P: MiniscriptKey,\n Q: MiniscriptKey,

    §

    fn translate_pk<T, E>(\n &self,\n t: &mut T\n) -> Result<<Descriptor<P> as TranslatePk<P, Q>>::Output, TranslateErr<E>>
    where\n T: Translator<P, Q, E>,

    Converts a descriptor using abstract keys to one using specific keys.

    \n
    §

    type Output = Descriptor<Q>

    The associated output type. This must be Self<Q>.
    ","TranslatePk","bdk_wallet::descriptor::ExtendedDescriptor","bdk_wallet::descriptor::DerivedDescriptor"],["
    §

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

    ","Eq","bdk_wallet::descriptor::ExtendedDescriptor","bdk_wallet::descriptor::DerivedDescriptor"],["
    §

    impl<Pk> StructuralPartialEq for Descriptor<Pk>
    where\n Pk: MiniscriptKey,

    ","StructuralPartialEq","bdk_wallet::descriptor::ExtendedDescriptor","bdk_wallet::descriptor::DerivedDescriptor"]] +"bdk_wallet":[["
    §

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

    §

    fn clone(&self) -> Descriptor<Pk>

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    ","Clone","bdk_wallet::descriptor::ExtendedDescriptor","bdk_wallet::descriptor::DerivedDescriptor"],["
    §

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

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Debug","bdk_wallet::descriptor::ExtendedDescriptor","bdk_wallet::descriptor::DerivedDescriptor"],["
    §

    impl Descriptor<DefiniteDescriptorKey>

    pub fn derived_descriptor<C>(\n &self,\n secp: &Secp256k1<C>\n) -> Result<Descriptor<PublicKey>, ConversionError>
    where\n C: Verification,

    Convert all the public keys in the descriptor to [bitcoin::PublicKey] by deriving them or\notherwise converting them. All [bitcoin::secp256k1::XOnlyPublicKey]s are converted to by adding a\ndefault(0x02) y-coordinate.

    \n
    §Examples
    \n
    use miniscript::descriptor::{Descriptor, DescriptorPublicKey};\nuse miniscript::bitcoin::secp256k1;\nuse std::str::FromStr;\n\n// test from bip 86\nlet secp = secp256k1::Secp256k1::verification_only();\nlet descriptor = Descriptor::<DescriptorPublicKey>::from_str(\"tr(xpub6BgBgsespWvERF3LHQu6CnqdvfEvtMcQjYrcRzx53QJjSxarj2afYWcLteoGVky7D3UKDP9QyrLprQ3VCECoY49yfdDEHGCtMMj92pReUsQ/0/*)\")\n    .expect(\"Valid ranged descriptor\");\nlet result = descriptor.at_derivation_index(0).unwrap().derived_descriptor(&secp).expect(\"Non-hardened derivation\");\nassert_eq!(result.to_string(), \"tr(03cc8a4bc64d897bddc5fbc2f670f7a8ba0b386779106cf1223c6fc5d7cd6fc115)#6qm9h8ym\");
    \n
    §Errors
    \n

    This function will return an error if hardened derivation is attempted.

    \n
    ",0,"bdk_wallet::descriptor::DerivedDescriptor"],["
    §

    impl Descriptor<DefiniteDescriptorKey>

    pub fn plan<P>(\n self,\n provider: &P\n) -> Result<Plan, Descriptor<DefiniteDescriptorKey>>
    where\n P: AssetProvider<DefiniteDescriptorKey>,

    Returns a plan if the provided assets are sufficient to produce a non-malleable satisfaction

    \n

    If the assets aren’t sufficient for generating a Plan, the descriptor is returned

    \n

    pub fn plan_mall<P>(\n self,\n provider: &P\n) -> Result<Plan, Descriptor<DefiniteDescriptorKey>>
    where\n P: AssetProvider<DefiniteDescriptorKey>,

    Returns a plan if the provided assets are sufficient to produce a malleable satisfaction

    \n

    If the assets aren’t sufficient for generating a Plan, the descriptor is returned

    \n
    ",0,"bdk_wallet::descriptor::DerivedDescriptor"],["
    §

    impl Descriptor<DescriptorPublicKey>

    pub fn is_deriveable(&self) -> bool

    👎Deprecated: use has_wildcards instead

    Whether or not the descriptor has any wildcards

    \n

    pub fn has_wildcard(&self) -> bool

    Whether or not the descriptor has any wildcards i.e. /*.

    \n

    pub fn at_derivation_index(\n &self,\n index: u32\n) -> Result<Descriptor<DefiniteDescriptorKey>, ConversionError>

    Replaces all wildcards (i.e. /*) in the descriptor with a particular derivation index,\nturning it into a definite descriptor.

    \n
    §Errors
    \n
      \n
    • If index ≥ 2^31
    • \n
    \n

    pub fn derive(\n &self,\n index: u32\n) -> Result<Descriptor<DefiniteDescriptorKey>, ConversionError>

    👎Deprecated: use at_derivation_index instead

    Deprecated name for Self::at_derivation_index.

    \n

    pub fn derived_descriptor<C>(\n &self,\n secp: &Secp256k1<C>,\n index: u32\n) -> Result<Descriptor<PublicKey>, ConversionError>
    where\n C: Verification,

    Convert all the public keys in the descriptor to [bitcoin::PublicKey] by deriving them or\notherwise converting them. All [bitcoin::secp256k1::XOnlyPublicKey]s are converted to by adding a\ndefault(0x02) y-coordinate.

    \n

    This is a shorthand for:

    \n\n
        .expect(\"Valid ranged descriptor\");\nlet derived_descriptor = descriptor.at_derivation_index(index).unwrap().derived_descriptor(&secp).unwrap();
    \n

    and is only here really here for backwards compatibility.\nSee at_derivation_index and [derived_descriptor] for more documentation.

    \n
    §Errors
    \n

    This function will return an error if hardened derivation is attempted.

    \n

    pub fn parse_descriptor<C>(\n secp: &Secp256k1<C>,\n s: &str\n) -> Result<(Descriptor<DescriptorPublicKey>, BTreeMap<DescriptorPublicKey, DescriptorSecretKey>), Error>
    where\n C: Signing,

    Parse a descriptor that may contain secret keys

    \n

    Internally turns every secret key found into the corresponding public key and then returns a\na descriptor that only contains public keys and a map to lookup the secret key given a public key.

    \n

    pub fn to_string_with_secret(\n &self,\n key_map: &BTreeMap<DescriptorPublicKey, DescriptorSecretKey>\n) -> String

    Serialize a descriptor to string with its secret keys

    \n

    pub fn find_derivation_index_for_spk<C>(\n &self,\n secp: &Secp256k1<C>,\n script_pubkey: &Script,\n range: Range<u32>\n) -> Result<Option<(u32, Descriptor<PublicKey>)>, ConversionError>
    where\n C: Verification,

    Utility method for deriving the descriptor at each index in a range to find one matching\nscript_pubkey.

    \n

    If it finds a match then it returns the index it was derived at and the concrete\ndescriptor at that index. If the descriptor is non-derivable then it will simply check the\nscript pubkey against the descriptor and return it if it matches (in this case the index\nreturned will be meaningless).

    \n

    pub fn is_multipath(&self) -> bool

    Whether this descriptor contains a key that has multiple derivation paths.

    \n

    pub fn into_single_descriptors(\n self\n) -> Result<Vec<Descriptor<DescriptorPublicKey>>, Error>

    Get as many descriptors as different paths in this descriptor.

    \n

    For multipath descriptors it will return as many descriptors as there is\n“parallel” paths. For regular descriptors it will just return itself.

    \n
    ",0,"bdk_wallet::descriptor::ExtendedDescriptor"],["
    §

    impl<Pk> Descriptor<Pk>
    where\n Pk: MiniscriptKey + ToPublicKey,

    pub fn address(&self, network: Network) -> Result<Address, Error>

    Computes the Bitcoin address of the descriptor, if one exists

    \n

    Some descriptors like pk() don’t have an address.

    \n
    §Errors
    \n

    For raw/bare descriptors that don’t have an address.

    \n

    pub fn script_pubkey(&self) -> ScriptBuf

    Computes the scriptpubkey of the descriptor.

    \n

    pub fn unsigned_script_sig(&self) -> ScriptBuf

    Computes the scriptSig that will be in place for an unsigned input\nspending an output with this descriptor. For pre-segwit descriptors,\nwhich use the scriptSig for signatures, this returns the empty script.

    \n

    This is used in Segwit transactions to produce an unsigned transaction\nwhose txid will not change during signing (since only the witness data\nwill change).

    \n

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

    Computes the the underlying script before any hashing is done. For\nBare, Pkh and Wpkh this is the scriptPubkey; for ShWpkh and Sh\nthis is the redeemScript; for the others it is the witness script.

    \n
    §Errors
    \n

    If the descriptor is a taproot descriptor.

    \n

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

    Computes the scriptCode of a transaction output.

    \n

    The scriptCode is the Script of the previous transaction output being\nserialized in the sighash when evaluating a CHECKSIG & co. OP code.

    \n
    §Errors
    \n

    If the descriptor is a taproot descriptor.

    \n

    pub fn get_satisfaction<S>(\n &self,\n satisfier: S\n) -> Result<(Vec<Vec<u8>>, ScriptBuf), Error>
    where\n S: Satisfier<Pk>,

    Returns satisfying non-malleable witness and scriptSig to spend an\noutput controlled by the given descriptor if it possible to\nconstruct one using the satisfier S.

    \n

    pub fn get_satisfaction_mall<S>(\n &self,\n satisfier: S\n) -> Result<(Vec<Vec<u8>>, ScriptBuf), Error>
    where\n S: Satisfier<Pk>,

    Returns a possilbly mallable satisfying non-malleable witness and scriptSig to spend an\noutput controlled by the given descriptor if it possible to\nconstruct one using the satisfier S.

    \n

    pub fn satisfy<S>(&self, txin: &mut TxIn, satisfier: S) -> Result<(), Error>
    where\n S: Satisfier<Pk>,

    Attempts to produce a non-malleable satisfying witness and scriptSig to spend an\noutput controlled by the given descriptor; add the data to a given\nTxIn output.

    \n
    ",0,"bdk_wallet::descriptor::ExtendedDescriptor","bdk_wallet::descriptor::DerivedDescriptor"],["
    §

    impl<Pk> Descriptor<Pk>
    where\n Pk: MiniscriptKey,

    pub fn new_pk(pk: Pk) -> Descriptor<Pk>

    Create a new pk descriptor

    \n

    pub fn new_pkh(pk: Pk) -> Result<Descriptor<Pk>, Error>

    Create a new PkH descriptor

    \n

    pub fn new_wpkh(pk: Pk) -> Result<Descriptor<Pk>, Error>

    Create a new Wpkh descriptor\nWill return Err if uncompressed key is used

    \n

    pub fn new_sh_wpkh(pk: Pk) -> Result<Descriptor<Pk>, Error>

    Create a new sh wrapped wpkh from Pk.\nErrors when uncompressed keys are supplied

    \n

    pub fn new_sh(ms: Miniscript<Pk, Legacy>) -> Result<Descriptor<Pk>, Error>

    Create a new sh for a given redeem script\nErrors when miniscript exceeds resource limits under p2sh context\nor does not type check at the top level

    \n

    pub fn new_wsh(ms: Miniscript<Pk, Segwitv0>) -> Result<Descriptor<Pk>, Error>

    Create a new wsh descriptor from witness script\nErrors when miniscript exceeds resource limits under p2sh context\nor does not type check at the top level

    \n

    pub fn new_sh_wsh(ms: Miniscript<Pk, Segwitv0>) -> Result<Descriptor<Pk>, Error>

    Create a new sh wrapped wsh descriptor with witness script\nErrors when miniscript exceeds resource limits under wsh context\nor does not type check at the top level

    \n

    pub fn new_bare(ms: Miniscript<Pk, BareCtx>) -> Result<Descriptor<Pk>, Error>

    Create a new bare descriptor from witness script\nErrors when miniscript exceeds resource limits under bare context\nor does not type check at the top level

    \n

    pub fn new_sh_with_wpkh(wpkh: Wpkh<Pk>) -> Descriptor<Pk>

    Create a new sh wrapper for the given wpkh descriptor

    \n

    pub fn new_sh_with_wsh(wsh: Wsh<Pk>) -> Descriptor<Pk>

    Create a new sh wrapper for the given wsh descriptor

    \n

    pub fn new_sh_sortedmulti(\n k: usize,\n pks: Vec<Pk>\n) -> Result<Descriptor<Pk>, Error>

    Create a new sh sortedmulti descriptor with threshold k\nand Vec of pks.\nErrors when miniscript exceeds resource limits under p2sh context

    \n

    pub fn new_sh_wsh_sortedmulti(\n k: usize,\n pks: Vec<Pk>\n) -> Result<Descriptor<Pk>, Error>

    Create a new sh wrapped wsh sortedmulti descriptor from threshold\nk and Vec of pks\nErrors when miniscript exceeds resource limits under segwit context

    \n

    pub fn new_wsh_sortedmulti(\n k: usize,\n pks: Vec<Pk>\n) -> Result<Descriptor<Pk>, Error>

    Create a new wsh sorted multi descriptor\nErrors when miniscript exceeds resource limits under p2sh context

    \n

    pub fn new_tr(\n key: Pk,\n script: Option<TapTree<Pk>>\n) -> Result<Descriptor<Pk>, Error>

    Create new tr descriptor\nErrors when miniscript exceeds resource limits under Tap context

    \n

    pub fn desc_type(&self) -> DescriptorType

    Get the [DescriptorType] of Descriptor

    \n

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

    Checks whether the descriptor is safe.

    \n

    Checks whether all the spend paths in the descriptor are possible on the\nbitcoin network under the current standardness and consensus rules. Also\nchecks whether the descriptor requires signatures on all spend paths and\nwhether the script is malleable.

    \n

    In general, all the guarantees of miniscript hold only for safe scripts.\nThe signer may not be able to find satisfactions even if one exists.

    \n

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

    Computes an upper bound on the difference between a non-satisfied\nTxIn’s segwit_weight and a satisfied TxIn’s segwit_weight

    \n

    Since this method uses segwit_weight instead of legacy_weight,\nif you want to include only legacy inputs in your transaction,\nyou should remove 1WU from each input’s max_weight_to_satisfy\nfor a more accurate estimate.

    \n

    In other words, for segwit inputs or legacy inputs included in\nsegwit transactions, the following will hold for each input if\nthat input was satisfied with the largest possible witness:

    \n\n
    ⓘ
    for i in 0..transaction.input.len() {\n    assert_eq!(\n        descriptor_for_input[i].max_weight_to_satisfy(),\n        transaction.input[i].segwit_weight() - TxIn::default().segwit_weight()\n    );\n}
    \n

    Instead, for legacy transactions, the following will hold for each input\nif that input was satisfied with the largest possible witness:

    \n\n
    ⓘ
    for i in 0..transaction.input.len() {\n    assert_eq!(\n        descriptor_for_input[i].max_weight_to_satisfy(),\n        transaction.input[i].legacy_weight() - TxIn::default().legacy_weight()\n    );\n}
    \n

    Assumes all ECDSA signatures are 73 bytes, including push opcode and\nsighash suffix.\nAssumes all Schnorr signatures are 66 bytes, including push opcode and\nsighash suffix.

    \n
    §Errors
    \n

    When the descriptor is impossible to safisfy (ex: sh(OP_FALSE)).

    \n

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

    👎Deprecated since 10.0.0: Use max_weight_to_satisfy instead. The method to count bytes was redesigned and the results will differ from max_weight_to_satisfy. For more details check rust-bitcoin/rust-miniscript#476.

    Computes an upper bound on the weight of a satisfying witness to the\ntransaction.

    \n

    Assumes all ec-signatures are 73 bytes, including push opcode and\nsighash suffix. Includes the weight of the VarInts encoding the\nscriptSig and witness stack length.

    \n
    §Errors
    \n

    When the descriptor is impossible to safisfy (ex: sh(OP_FALSE)).

    \n
    ",0,"bdk_wallet::descriptor::ExtendedDescriptor","bdk_wallet::descriptor::DerivedDescriptor"],["
    §

    impl DescriptorExt for Descriptor<DescriptorPublicKey>

    §

    fn dust_value(&self) -> u64

    Returns the minimum value (in satoshis) at which an output is broadcastable.\nPanics if the descriptor wildcard is hardened.
    §

    fn descriptor_id(&self) -> DescriptorId

    Returns the descriptor ID, calculated as the sha256 hash of the spk derived from the\ndescriptor at index 0.
    ","DescriptorExt","bdk_wallet::descriptor::ExtendedDescriptor"],["
    §

    impl<'de, Pk> Deserialize<'de> for Descriptor<Pk>
    where\n Pk: FromStrKey,

    §

    fn deserialize<D>(\n deserializer: D\n) -> Result<Descriptor<Pk>, <D as Deserializer<'de>>::Error>
    where\n D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    ","Deserialize<'de>","bdk_wallet::descriptor::ExtendedDescriptor","bdk_wallet::descriptor::DerivedDescriptor"],["
    §

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

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Display","bdk_wallet::descriptor::ExtendedDescriptor","bdk_wallet::descriptor::DerivedDescriptor"],["
    source§

    impl ExtractPolicy for Descriptor<DescriptorPublicKey>

    source§

    fn extract_policy(\n &self,\n signers: &SignersContainer,\n build_sat: BuildSatisfaction<'_>,\n secp: &Secp256k1<All>\n) -> Result<Option<Policy>, Error>

    Extract the spending policy
    ","ExtractPolicy","bdk_wallet::descriptor::ExtendedDescriptor"],["
    §

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

    §

    fn for_each_key<'a, F>(&'a self, pred: F) -> bool
    where\n F: FnMut(&'a Pk) -> bool,

    Run a predicate on every key in the descriptor, returning whether\nthe predicate returned true for every key
    §

    fn for_any_key<'a, F>(&'a self, pred: F) -> bool
    where\n F: FnMut(&'a Pk) -> bool,\n Pk: 'a,

    Run a predicate on every key in the descriptor, returning whether\nthe predicate returned true for any key
    ","ForEachKey","bdk_wallet::descriptor::ExtendedDescriptor","bdk_wallet::descriptor::DerivedDescriptor"],["
    §

    impl<Pk> From<Bare<Pk>> for Descriptor<Pk>
    where\n Pk: MiniscriptKey,

    §

    fn from(inner: Bare<Pk>) -> Descriptor<Pk>

    Converts to this type from the input type.
    ","From>","bdk_wallet::descriptor::ExtendedDescriptor","bdk_wallet::descriptor::DerivedDescriptor"],["
    §

    impl<Pk> From<Pkh<Pk>> for Descriptor<Pk>
    where\n Pk: MiniscriptKey,

    §

    fn from(inner: Pkh<Pk>) -> Descriptor<Pk>

    Converts to this type from the input type.
    ","From>","bdk_wallet::descriptor::ExtendedDescriptor","bdk_wallet::descriptor::DerivedDescriptor"],["
    §

    impl<Pk> From<Sh<Pk>> for Descriptor<Pk>
    where\n Pk: MiniscriptKey,

    §

    fn from(inner: Sh<Pk>) -> Descriptor<Pk>

    Converts to this type from the input type.
    ","From>","bdk_wallet::descriptor::ExtendedDescriptor","bdk_wallet::descriptor::DerivedDescriptor"],["
    §

    impl<Pk> From<Tr<Pk>> for Descriptor<Pk>
    where\n Pk: MiniscriptKey,

    §

    fn from(inner: Tr<Pk>) -> Descriptor<Pk>

    Converts to this type from the input type.
    ","From>","bdk_wallet::descriptor::ExtendedDescriptor","bdk_wallet::descriptor::DerivedDescriptor"],["
    §

    impl<Pk> From<Wpkh<Pk>> for Descriptor<Pk>
    where\n Pk: MiniscriptKey,

    §

    fn from(inner: Wpkh<Pk>) -> Descriptor<Pk>

    Converts to this type from the input type.
    ","From>","bdk_wallet::descriptor::ExtendedDescriptor","bdk_wallet::descriptor::DerivedDescriptor"],["
    §

    impl<Pk> From<Wsh<Pk>> for Descriptor<Pk>
    where\n Pk: MiniscriptKey,

    §

    fn from(inner: Wsh<Pk>) -> Descriptor<Pk>

    Converts to this type from the input type.
    ","From>","bdk_wallet::descriptor::ExtendedDescriptor","bdk_wallet::descriptor::DerivedDescriptor"],["
    §

    impl<Pk> FromStr for Descriptor<Pk>
    where\n Pk: FromStrKey,

    §

    type Err = Error

    The associated error which can be returned from parsing.
    §

    fn from_str(s: &str) -> Result<Descriptor<Pk>, Error>

    Parses a string s to return a value of this type. Read more
    ","FromStr","bdk_wallet::descriptor::ExtendedDescriptor","bdk_wallet::descriptor::DerivedDescriptor"],["
    §

    impl<Pk> FromTree for Descriptor<Pk>
    where\n Pk: FromStrKey,

    §

    fn from_tree(top: &Tree<'_>) -> Result<Descriptor<Pk>, Error>

    Parse an expression tree into a descriptor.

    \n
    ","FromTree","bdk_wallet::descriptor::ExtendedDescriptor","bdk_wallet::descriptor::DerivedDescriptor"],["
    §

    impl<Pk> Hash for Descriptor<Pk>
    where\n Pk: Hash + MiniscriptKey,

    §

    fn hash<__H>(&self, state: &mut __H)
    where\n __H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where\n H: Hasher,\n Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    ","Hash","bdk_wallet::descriptor::ExtendedDescriptor","bdk_wallet::descriptor::DerivedDescriptor"],["
    §

    impl<Pk> Liftable<Pk> for Descriptor<Pk>
    where\n Pk: MiniscriptKey,

    §

    fn lift(&self) -> Result<Policy<Pk>, Error>

    Converts this object into an abstract policy.
    ","Liftable","bdk_wallet::descriptor::ExtendedDescriptor","bdk_wallet::descriptor::DerivedDescriptor"],["
    §

    impl<Pk> Ord for Descriptor<Pk>
    where\n Pk: Ord + MiniscriptKey,

    §

    fn cmp(&self, other: &Descriptor<Pk>) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where\n Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Self
    where\n Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Self
    where\n Self: Sized + PartialOrd,

    Restrict a value to a certain interval. Read more
    ","Ord","bdk_wallet::descriptor::ExtendedDescriptor","bdk_wallet::descriptor::DerivedDescriptor"],["
    §

    impl<Pk> PartialEq for Descriptor<Pk>
    where\n Pk: PartialEq + MiniscriptKey,

    §

    fn eq(&self, other: &Descriptor<Pk>) -> bool

    This method tests for self and other values to be equal, and is used\nby ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
    ","PartialEq","bdk_wallet::descriptor::ExtendedDescriptor","bdk_wallet::descriptor::DerivedDescriptor"],["
    §

    impl<Pk> PartialOrd for Descriptor<Pk>
    where\n Pk: PartialOrd + MiniscriptKey,

    §

    fn partial_cmp(&self, other: &Descriptor<Pk>) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >=\noperator. Read more
    ","PartialOrd","bdk_wallet::descriptor::ExtendedDescriptor","bdk_wallet::descriptor::DerivedDescriptor"],["
    §

    impl<'de, Pk> Serialize for Descriptor<Pk>
    where\n Pk: MiniscriptKey,

    §

    fn serialize<S>(\n &self,\n serializer: S\n) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where\n S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    ","Serialize","bdk_wallet::descriptor::ExtendedDescriptor","bdk_wallet::descriptor::DerivedDescriptor"],["
    §

    impl<P, Q> TranslatePk<P, Q> for Descriptor<P>
    where\n P: MiniscriptKey,\n Q: MiniscriptKey,

    §

    fn translate_pk<T, E>(\n &self,\n t: &mut T\n) -> Result<<Descriptor<P> as TranslatePk<P, Q>>::Output, TranslateErr<E>>
    where\n T: Translator<P, Q, E>,

    Converts a descriptor using abstract keys to one using specific keys.

    \n
    §

    type Output = Descriptor<Q>

    The associated output type. This must be Self<Q>.
    ","TranslatePk","bdk_wallet::descriptor::ExtendedDescriptor","bdk_wallet::descriptor::DerivedDescriptor"],["
    §

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

    ","Eq","bdk_wallet::descriptor::ExtendedDescriptor","bdk_wallet::descriptor::DerivedDescriptor"],["
    §

    impl<Pk> StructuralPartialEq for Descriptor<Pk>
    where\n Pk: MiniscriptKey,

    ","StructuralPartialEq","bdk_wallet::descriptor::ExtendedDescriptor","bdk_wallet::descriptor::DerivedDescriptor"]] };if (window.register_type_impls) {window.register_type_impls(type_impls);} else {window.pending_type_impls = type_impls;}})() \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/bdk_wallet/export/struct.FullyNodedExport.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/bdk_wallet/export/struct.FullyNodedExport.js index 19feb64b2e..3145eac96d 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/bdk_wallet/export/struct.FullyNodedExport.js +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/bdk_wallet/export/struct.FullyNodedExport.js @@ -1,3 +1,3 @@ (function() {var type_impls = { -"bdk_wallet":[["
    source§

    impl Debug for FullyNodedExport

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    ","Debug","bdk_wallet::wallet::export::WalletExport"],["
    source§

    impl<'de> Deserialize<'de> for FullyNodedExport

    source§

    fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
    where\n __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    ","Deserialize<'de>","bdk_wallet::wallet::export::WalletExport"],["
    source§

    impl Display for FullyNodedExport

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    ","Display","bdk_wallet::wallet::export::WalletExport"],["
    source§

    impl FromStr for FullyNodedExport

    §

    type Err = Error

    The associated error which can be returned from parsing.
    source§

    fn from_str(s: &str) -> Result<Self, Self::Err>

    Parses a string s to return a value of this type. Read more
    ","FromStr","bdk_wallet::wallet::export::WalletExport"],["
    source§

    impl FullyNodedExport

    source

    pub fn export_wallet(\n wallet: &Wallet,\n label: &str,\n include_blockheight: bool\n) -> Result<Self, &'static str>

    Export a wallet

    \n

    This function returns an error if it determines that the wallet’s descriptor(s) are not\nsupported by Bitcoin Core or don’t follow the standard derivation paths defined by BIP44\nand others.

    \n

    If include_blockheight is true, this function will look into the wallet’s database\nfor the oldest transaction it knows and use that as the earliest block to rescan.

    \n

    If the database is empty or include_blockheight is false, the blockheight field\nreturned will be 0.

    \n
    source

    pub fn descriptor(&self) -> String

    Return the external descriptor

    \n
    source

    pub fn change_descriptor(&self) -> Option<String>

    Return the internal descriptor, if present

    \n
    ",0,"bdk_wallet::wallet::export::WalletExport"],["
    source§

    impl Serialize for FullyNodedExport

    source§

    fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
    where\n __S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    ","Serialize","bdk_wallet::wallet::export::WalletExport"]] +"bdk_wallet":[["
    source§

    impl Debug for FullyNodedExport

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    ","Debug","bdk_wallet::wallet::export::WalletExport"],["
    source§

    impl<'de> Deserialize<'de> for FullyNodedExport

    source§

    fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
    where\n __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    ","Deserialize<'de>","bdk_wallet::wallet::export::WalletExport"],["
    source§

    impl Display for FullyNodedExport

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    ","Display","bdk_wallet::wallet::export::WalletExport"],["
    source§

    impl FromStr for FullyNodedExport

    §

    type Err = Error

    The associated error which can be returned from parsing.
    source§

    fn from_str(s: &str) -> Result<Self, Self::Err>

    Parses a string s to return a value of this type. Read more
    ","FromStr","bdk_wallet::wallet::export::WalletExport"],["
    source§

    impl FullyNodedExport

    source

    pub fn export_wallet(\n wallet: &Wallet,\n label: &str,\n include_blockheight: bool\n) -> Result<Self, &'static str>

    Export a wallet

    \n

    This function returns an error if it determines that the wallet’s descriptor(s) are not\nsupported by Bitcoin Core or don’t follow the standard derivation paths defined by BIP44\nand others.

    \n

    If include_blockheight is true, this function will look into the wallet’s database\nfor the oldest transaction it knows and use that as the earliest block to rescan.

    \n

    If the database is empty or include_blockheight is false, the blockheight field\nreturned will be 0.

    \n
    source

    pub fn descriptor(&self) -> String

    Return the external descriptor

    \n
    source

    pub fn change_descriptor(&self) -> Option<String>

    Return the internal descriptor, if present

    \n
    ",0,"bdk_wallet::wallet::export::WalletExport"],["
    source§

    impl Serialize for FullyNodedExport

    source§

    fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
    where\n __S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    ","Serialize","bdk_wallet::wallet::export::WalletExport"]] };if (window.register_type_impls) {window.register_type_impls(type_impls);} else {window.pending_type_impls = type_impls;}})() \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/core/option/enum.Option.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/core/option/enum.Option.js index ce77ab5031..e737d251d2 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/core/option/enum.Option.js +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/core/option/enum.Option.js @@ -1,3 +1,3 @@ (function() {var type_impls = { -"bdk_chain":[["
    §

    impl<T> CPtr for Option<T>
    where\n T: CPtr,

    §

    type Target = <T as CPtr>::Target

    §

    fn as_mut_c_ptr(&mut self) -> *mut <Option<T> as CPtr>::Target

    §

    fn as_c_ptr(&self) -> *const <Option<T> as CPtr>::Target

    ","CPtr","bdk_chain::bitcoin::secp256k1::ffi::NonceFn","bdk_chain::bitcoin::secp256k1::ffi::EcdhHashFn","bdk_chain::bitcoin::secp256k1::ffi::SchnorrNonceFn","bdk_chain::bitcoin::secp256k1::ffi::EllswiftEcdhHashFn"],["
    1.0.0 · source§

    impl<T> Clone for Option<T>
    where\n T: Clone,

    source§

    fn clone(&self) -> Option<T>

    Returns a copy of the value. Read more
    source§

    fn clone_from(&mut self, source: &Option<T>)

    Performs copy-assignment from source. Read more
    ","Clone","bdk_chain::bitcoin::secp256k1::ffi::NonceFn","bdk_chain::bitcoin::secp256k1::ffi::EcdhHashFn","bdk_chain::bitcoin::secp256k1::ffi::SchnorrNonceFn","bdk_chain::bitcoin::secp256k1::ffi::EllswiftEcdhHashFn"],["
    1.0.0 · source§

    impl<T> Debug for Option<T>
    where\n T: Debug,

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Debug","bdk_chain::bitcoin::secp256k1::ffi::NonceFn","bdk_chain::bitcoin::secp256k1::ffi::EcdhHashFn","bdk_chain::bitcoin::secp256k1::ffi::SchnorrNonceFn","bdk_chain::bitcoin::secp256k1::ffi::EllswiftEcdhHashFn"],["
    1.0.0 · source§

    impl<T> Default for Option<T>

    source§

    fn default() -> Option<T>

    Returns None.

    \n
    §Examples
    \n
    let opt: Option<u32> = Option::default();\nassert!(opt.is_none());
    \n
    ","Default","bdk_chain::bitcoin::secp256k1::ffi::NonceFn","bdk_chain::bitcoin::secp256k1::ffi::EcdhHashFn","bdk_chain::bitcoin::secp256k1::ffi::SchnorrNonceFn","bdk_chain::bitcoin::secp256k1::ffi::EllswiftEcdhHashFn"],["
    source§

    impl<'de, T> Deserialize<'de> for Option<T>
    where\n T: Deserialize<'de>,

    source§

    fn deserialize<D>(\n deserializer: D\n) -> Result<Option<T>, <D as Deserializer<'de>>::Error>
    where\n D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    ","Deserialize<'de>","bdk_chain::bitcoin::secp256k1::ffi::NonceFn","bdk_chain::bitcoin::secp256k1::ffi::EcdhHashFn","bdk_chain::bitcoin::secp256k1::ffi::SchnorrNonceFn","bdk_chain::bitcoin::secp256k1::ffi::EllswiftEcdhHashFn"],["
    1.12.0 · source§

    impl<T> From<T> for Option<T>

    source§

    fn from(val: T) -> Option<T>

    Moves val into a new Some.

    \n
    §Examples
    \n
    let o: Option<u8> = Option::from(67);\n\nassert_eq!(Some(67), o);
    \n
    ","From","bdk_chain::bitcoin::secp256k1::ffi::NonceFn","bdk_chain::bitcoin::secp256k1::ffi::EcdhHashFn","bdk_chain::bitcoin::secp256k1::ffi::SchnorrNonceFn","bdk_chain::bitcoin::secp256k1::ffi::EllswiftEcdhHashFn"],["
    1.0.0 · source§

    impl<A, V> FromIterator<Option<A>> for Option<V>
    where\n V: FromIterator<A>,

    source§

    fn from_iter<I>(iter: I) -> Option<V>
    where\n I: IntoIterator<Item = Option<A>>,

    Takes each element in the Iterator: if it is None,\nno further elements are taken, and the None is\nreturned. Should no None occur, a container of type\nV containing the values of each Option is returned.

    \n
    §Examples
    \n

    Here is an example which increments every integer in a vector.\nWe use the checked variant of add that returns None when the\ncalculation would result in an overflow.

    \n\n
    let items = vec![0_u16, 1, 2];\n\nlet res: Option<Vec<u16>> = items\n    .iter()\n    .map(|x| x.checked_add(1))\n    .collect();\n\nassert_eq!(res, Some(vec![1, 2, 3]));
    \n

    As you can see, this will return the expected, valid items.

    \n

    Here is another example that tries to subtract one from another list\nof integers, this time checking for underflow:

    \n\n
    let items = vec![2_u16, 1, 0];\n\nlet res: Option<Vec<u16>> = items\n    .iter()\n    .map(|x| x.checked_sub(1))\n    .collect();\n\nassert_eq!(res, None);
    \n

    Since the last element is zero, it would underflow. Thus, the resulting\nvalue is None.

    \n

    Here is a variation on the previous example, showing that no\nfurther elements are taken from iter after the first None.

    \n\n
    let items = vec![3_u16, 2, 1, 10];\n\nlet mut shared = 0;\n\nlet res: Option<Vec<u16>> = items\n    .iter()\n    .map(|x| { shared += x; x.checked_sub(2) })\n    .collect();\n\nassert_eq!(res, None);\nassert_eq!(shared, 6);
    \n

    Since the third element caused an underflow, no further elements were taken,\nso the final value of shared is 6 (= 3 + 2 + 1), not 16.

    \n
    ","FromIterator>","bdk_chain::bitcoin::secp256k1::ffi::NonceFn","bdk_chain::bitcoin::secp256k1::ffi::EcdhHashFn","bdk_chain::bitcoin::secp256k1::ffi::SchnorrNonceFn","bdk_chain::bitcoin::secp256k1::ffi::EllswiftEcdhHashFn"],["
    source§

    impl<T> FromResidual<Yeet<()>> for Option<T>

    source§

    fn from_residual(_: Yeet<()>) -> Option<T>

    🔬This is a nightly-only experimental API. (try_trait_v2)
    Constructs the type from a compatible Residual type. Read more
    ","FromResidual>","bdk_chain::bitcoin::secp256k1::ffi::NonceFn","bdk_chain::bitcoin::secp256k1::ffi::EcdhHashFn","bdk_chain::bitcoin::secp256k1::ffi::SchnorrNonceFn","bdk_chain::bitcoin::secp256k1::ffi::EllswiftEcdhHashFn"],["
    source§

    impl<T> FromResidual for Option<T>

    source§

    fn from_residual(residual: Option<Infallible>) -> Option<T>

    🔬This is a nightly-only experimental API. (try_trait_v2)
    Constructs the type from a compatible Residual type. Read more
    ","FromResidual","bdk_chain::bitcoin::secp256k1::ffi::NonceFn","bdk_chain::bitcoin::secp256k1::ffi::EcdhHashFn","bdk_chain::bitcoin::secp256k1::ffi::SchnorrNonceFn","bdk_chain::bitcoin::secp256k1::ffi::EllswiftEcdhHashFn"],["
    §

    impl<T> FromSql for Option<T>
    where\n T: FromSql,

    §

    fn column_result(value: ValueRef<'_>) -> Result<Option<T>, FromSqlError>

    Converts SQLite value into Rust value.
    ","FromSql","bdk_chain::bitcoin::secp256k1::ffi::NonceFn","bdk_chain::bitcoin::secp256k1::ffi::EcdhHashFn","bdk_chain::bitcoin::secp256k1::ffi::SchnorrNonceFn","bdk_chain::bitcoin::secp256k1::ffi::EllswiftEcdhHashFn"],["
    1.0.0 · source§

    impl<T> Hash for Option<T>
    where\n T: Hash,

    source§

    fn hash<__H>(&self, state: &mut __H)
    where\n __H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where\n H: Hasher,\n Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    ","Hash","bdk_chain::bitcoin::secp256k1::ffi::NonceFn","bdk_chain::bitcoin::secp256k1::ffi::EcdhHashFn","bdk_chain::bitcoin::secp256k1::ffi::SchnorrNonceFn","bdk_chain::bitcoin::secp256k1::ffi::EllswiftEcdhHashFn"],["
    1.0.0 · source§

    impl<T> IntoIterator for Option<T>

    source§

    fn into_iter(self) -> IntoIter<T> ⓘ

    Returns a consuming iterator over the possibly contained value.

    \n
    §Examples
    \n
    let x = Some(\"string\");\nlet v: Vec<&str> = x.into_iter().collect();\nassert_eq!(v, [\"string\"]);\n\nlet x = None;\nlet v: Vec<&str> = x.into_iter().collect();\nassert!(v.is_empty());
    \n
    §

    type Item = T

    The type of the elements being iterated over.
    §

    type IntoIter = IntoIter<T>

    Which kind of iterator are we turning this into?
    ","IntoIterator","bdk_chain::bitcoin::secp256k1::ffi::NonceFn","bdk_chain::bitcoin::secp256k1::ffi::EcdhHashFn","bdk_chain::bitcoin::secp256k1::ffi::SchnorrNonceFn","bdk_chain::bitcoin::secp256k1::ffi::EllswiftEcdhHashFn"],["
    source§

    impl<T> Option<T>

    1.0.0 (const: 1.48.0) · source

    pub const fn is_some(&self) -> bool

    Returns true if the option is a Some value.

    \n
    §Examples
    \n
    let x: Option<u32> = Some(2);\nassert_eq!(x.is_some(), true);\n\nlet x: Option<u32> = None;\nassert_eq!(x.is_some(), false);
    \n
    1.70.0 · source

    pub fn is_some_and(self, f: impl FnOnce(T) -> bool) -> bool

    Returns true if the option is a Some and the value inside of it matches a predicate.

    \n
    §Examples
    \n
    let x: Option<u32> = Some(2);\nassert_eq!(x.is_some_and(|x| x > 1), true);\n\nlet x: Option<u32> = Some(0);\nassert_eq!(x.is_some_and(|x| x > 1), false);\n\nlet x: Option<u32> = None;\nassert_eq!(x.is_some_and(|x| x > 1), false);
    \n
    1.0.0 (const: 1.48.0) · source

    pub const fn is_none(&self) -> bool

    Returns true if the option is a None value.

    \n
    §Examples
    \n
    let x: Option<u32> = Some(2);\nassert_eq!(x.is_none(), false);\n\nlet x: Option<u32> = None;\nassert_eq!(x.is_none(), true);
    \n
    1.0.0 (const: 1.48.0) · source

    pub const fn as_ref(&self) -> Option<&T>

    Converts from &Option<T> to Option<&T>.

    \n
    §Examples
    \n

    Calculates the length of an Option<String> as an Option<usize>\nwithout moving the String. The map method takes the self argument by value,\nconsuming the original, so this technique uses as_ref to first take an Option to a\nreference to the value inside the original.

    \n\n
    let text: Option<String> = Some(\"Hello, world!\".to_string());\n// First, cast `Option<String>` to `Option<&String>` with `as_ref`,\n// then consume *that* with `map`, leaving `text` on the stack.\nlet text_length: Option<usize> = text.as_ref().map(|s| s.len());\nprintln!(\"still can print text: {text:?}\");
    \n
    1.0.0 (const: unstable) · source

    pub fn as_mut(&mut self) -> Option<&mut T>

    Converts from &mut Option<T> to Option<&mut T>.

    \n
    §Examples
    \n
    let mut x = Some(2);\nmatch x.as_mut() {\n    Some(v) => *v = 42,\n    None => {},\n}\nassert_eq!(x, Some(42));
    \n
    1.33.0 (const: unstable) · source

    pub fn as_pin_ref(self: Pin<&Option<T>>) -> Option<Pin<&T>>

    Converts from Pin<&Option<T>> to Option<Pin<&T>>.

    \n
    1.33.0 (const: unstable) · source

    pub fn as_pin_mut(self: Pin<&mut Option<T>>) -> Option<Pin<&mut T>>

    Converts from Pin<&mut Option<T>> to Option<Pin<&mut T>>.

    \n
    1.75.0 · source

    pub fn as_slice(&self) -> &[T]

    Returns a slice of the contained value, if any. If this is None, an\nempty slice is returned. This can be useful to have a single type of\niterator over an Option or slice.

    \n

    Note: Should you have an Option<&T> and wish to get a slice of T,\nyou can unpack it via opt.map_or(&[], std::slice::from_ref).

    \n
    §Examples
    \n
    assert_eq!(\n    [Some(1234).as_slice(), None.as_slice()],\n    [&[1234][..], &[][..]],\n);
    \n

    The inverse of this function is (discounting\nborrowing) [_]::first:

    \n\n
    for i in [Some(1234_u16), None] {\n    assert_eq!(i.as_ref(), i.as_slice().first());\n}
    \n
    1.75.0 · source

    pub fn as_mut_slice(&mut self) -> &mut [T]

    Returns a mutable slice of the contained value, if any. If this is\nNone, an empty slice is returned. This can be useful to have a\nsingle type of iterator over an Option or slice.

    \n

    Note: Should you have an Option<&mut T> instead of a\n&mut Option<T>, which this method takes, you can obtain a mutable\nslice via opt.map_or(&mut [], std::slice::from_mut).

    \n
    §Examples
    \n
    assert_eq!(\n    [Some(1234).as_mut_slice(), None.as_mut_slice()],\n    [&mut [1234][..], &mut [][..]],\n);
    \n

    The result is a mutable slice of zero or one items that points into\nour original Option:

    \n\n
    let mut x = Some(1234);\nx.as_mut_slice()[0] += 1;\nassert_eq!(x, Some(1235));
    \n

    The inverse of this method (discounting borrowing)\nis [_]::first_mut:

    \n\n
    assert_eq!(Some(123).as_mut_slice().first_mut(), Some(&mut 123))
    \n
    1.0.0 (const: unstable) · source

    pub fn expect(self, msg: &str) -> T

    Returns the contained Some value, consuming the self value.

    \n
    §Panics
    \n

    Panics if the value is a None with a custom panic message provided by\nmsg.

    \n
    §Examples
    \n
    let x = Some(\"value\");\nassert_eq!(x.expect(\"fruits are healthy\"), \"value\");
    \n\n
    ⓘ
    let x: Option<&str> = None;\nx.expect(\"fruits are healthy\"); // panics with `fruits are healthy`
    \n
    §Recommended Message Style
    \n

    We recommend that expect messages are used to describe the reason you\nexpect the Option should be Some.

    \n\n
    ⓘ
    let item = slice.get(0)\n    .expect(\"slice should not be empty\");
    \n

    Hint: If you’re having trouble remembering how to phrase expect\nerror messages remember to focus on the word “should” as in “env\nvariable should be set by blah” or “the given binary should be available\nand executable by the current user”.

    \n

    For more detail on expect message styles and the reasoning behind our\nrecommendation please refer to the section on “Common Message\nStyles” in the std::error module docs.

    \n
    1.0.0 (const: unstable) · source

    pub fn unwrap(self) -> T

    Returns the contained Some value, consuming the self value.

    \n

    Because this function may panic, its use is generally discouraged.\nInstead, prefer to use pattern matching and handle the None\ncase explicitly, or call unwrap_or, unwrap_or_else, or\nunwrap_or_default.

    \n
    §Panics
    \n

    Panics if the self value equals None.

    \n
    §Examples
    \n
    let x = Some(\"air\");\nassert_eq!(x.unwrap(), \"air\");
    \n\n
    ⓘ
    let x: Option<&str> = None;\nassert_eq!(x.unwrap(), \"air\"); // fails
    \n
    1.0.0 · source

    pub fn unwrap_or(self, default: T) -> T

    Returns the contained Some value or a provided default.

    \n

    Arguments passed to unwrap_or are eagerly evaluated; if you are passing\nthe result of a function call, it is recommended to use unwrap_or_else,\nwhich is lazily evaluated.

    \n
    §Examples
    \n
    assert_eq!(Some(\"car\").unwrap_or(\"bike\"), \"car\");\nassert_eq!(None.unwrap_or(\"bike\"), \"bike\");
    \n
    1.0.0 · source

    pub fn unwrap_or_else<F>(self, f: F) -> T
    where\n F: FnOnce() -> T,

    Returns the contained Some value or computes it from a closure.

    \n
    §Examples
    \n
    let k = 10;\nassert_eq!(Some(4).unwrap_or_else(|| 2 * k), 4);\nassert_eq!(None.unwrap_or_else(|| 2 * k), 20);
    \n
    1.0.0 · source

    pub fn unwrap_or_default(self) -> T
    where\n T: Default,

    Returns the contained Some value or a default.

    \n

    Consumes the self argument then, if Some, returns the contained\nvalue, otherwise if None, returns the default value for that\ntype.

    \n
    §Examples
    \n
    let x: Option<u32> = None;\nlet y: Option<u32> = Some(12);\n\nassert_eq!(x.unwrap_or_default(), 0);\nassert_eq!(y.unwrap_or_default(), 12);
    \n
    1.58.0 (const: unstable) · source

    pub unsafe fn unwrap_unchecked(self) -> T

    Returns the contained Some value, consuming the self value,\nwithout checking that the value is not None.

    \n
    §Safety
    \n

    Calling this method on None is undefined behavior.

    \n
    §Examples
    \n
    let x = Some(\"air\");\nassert_eq!(unsafe { x.unwrap_unchecked() }, \"air\");
    \n\n
    let x: Option<&str> = None;\nassert_eq!(unsafe { x.unwrap_unchecked() }, \"air\"); // Undefined behavior!
    \n
    1.0.0 · source

    pub fn map<U, F>(self, f: F) -> Option<U>
    where\n F: FnOnce(T) -> U,

    Maps an Option<T> to Option<U> by applying a function to a contained value (if Some) or returns None (if None).

    \n
    §Examples
    \n

    Calculates the length of an Option<String> as an\nOption<usize>, consuming the original:

    \n\n
    let maybe_some_string = Some(String::from(\"Hello, World!\"));\n// `Option::map` takes self *by value*, consuming `maybe_some_string`\nlet maybe_some_len = maybe_some_string.map(|s| s.len());\nassert_eq!(maybe_some_len, Some(13));\n\nlet x: Option<&str> = None;\nassert_eq!(x.map(|s| s.len()), None);
    \n
    1.76.0 · source

    pub fn inspect<F>(self, f: F) -> Option<T>
    where\n F: FnOnce(&T),

    Calls a function with a reference to the contained value if Some.

    \n

    Returns the original option.

    \n
    §Examples
    \n
    let list = vec![1, 2, 3];\n\n// prints \"got: 2\"\nlet x = list\n    .get(1)\n    .inspect(|x| println!(\"got: {x}\"))\n    .expect(\"list should be long enough\");\n\n// prints nothing\nlist.get(5).inspect(|x| println!(\"got: {x}\"));
    \n
    1.0.0 · source

    pub fn map_or<U, F>(self, default: U, f: F) -> U
    where\n F: FnOnce(T) -> U,

    Returns the provided default result (if none),\nor applies a function to the contained value (if any).

    \n

    Arguments passed to map_or are eagerly evaluated; if you are passing\nthe result of a function call, it is recommended to use map_or_else,\nwhich is lazily evaluated.

    \n
    §Examples
    \n
    let x = Some(\"foo\");\nassert_eq!(x.map_or(42, |v| v.len()), 3);\n\nlet x: Option<&str> = None;\nassert_eq!(x.map_or(42, |v| v.len()), 42);
    \n
    1.0.0 · source

    pub fn map_or_else<U, D, F>(self, default: D, f: F) -> U
    where\n D: FnOnce() -> U,\n F: FnOnce(T) -> U,

    Computes a default function result (if none), or\napplies a different function to the contained value (if any).

    \n
    §Basic examples
    \n
    let k = 21;\n\nlet x = Some(\"foo\");\nassert_eq!(x.map_or_else(|| 2 * k, |v| v.len()), 3);\n\nlet x: Option<&str> = None;\nassert_eq!(x.map_or_else(|| 2 * k, |v| v.len()), 42);
    \n
    §Handling a Result-based fallback
    \n

    A somewhat common occurrence when dealing with optional values\nin combination with Result<T, E> is the case where one wants to invoke\na fallible fallback if the option is not present. This example\nparses a command line argument (if present), or the contents of a file to\nan integer. However, unlike accessing the command line argument, reading\nthe file is fallible, so it must be wrapped with Ok.

    \n\n
    let v: u64 = std::env::args()\n   .nth(1)\n   .map_or_else(|| std::fs::read_to_string(\"/etc/someconfig.conf\"), Ok)?\n   .parse()?;
    \n
    1.0.0 · source

    pub fn ok_or<E>(self, err: E) -> Result<T, E>

    Transforms the Option<T> into a Result<T, E>, mapping Some(v) to\nOk(v) and None to Err(err).

    \n

    Arguments passed to ok_or are eagerly evaluated; if you are passing the\nresult of a function call, it is recommended to use ok_or_else, which is\nlazily evaluated.

    \n
    §Examples
    \n
    let x = Some(\"foo\");\nassert_eq!(x.ok_or(0), Ok(\"foo\"));\n\nlet x: Option<&str> = None;\nassert_eq!(x.ok_or(0), Err(0));
    \n
    1.0.0 · source

    pub fn ok_or_else<E, F>(self, err: F) -> Result<T, E>
    where\n F: FnOnce() -> E,

    Transforms the Option<T> into a Result<T, E>, mapping Some(v) to\nOk(v) and None to Err(err()).

    \n
    §Examples
    \n
    let x = Some(\"foo\");\nassert_eq!(x.ok_or_else(|| 0), Ok(\"foo\"));\n\nlet x: Option<&str> = None;\nassert_eq!(x.ok_or_else(|| 0), Err(0));
    \n
    1.40.0 · source

    pub fn as_deref(&self) -> Option<&<T as Deref>::Target>
    where\n T: Deref,

    Converts from Option<T> (or &Option<T>) to Option<&T::Target>.

    \n

    Leaves the original Option in-place, creating a new one with a reference\nto the original one, additionally coercing the contents via Deref.

    \n
    §Examples
    \n
    let x: Option<String> = Some(\"hey\".to_owned());\nassert_eq!(x.as_deref(), Some(\"hey\"));\n\nlet x: Option<String> = None;\nassert_eq!(x.as_deref(), None);
    \n
    1.40.0 · source

    pub fn as_deref_mut(&mut self) -> Option<&mut <T as Deref>::Target>
    where\n T: DerefMut,

    Converts from Option<T> (or &mut Option<T>) to Option<&mut T::Target>.

    \n

    Leaves the original Option in-place, creating a new one containing a mutable reference to\nthe inner type’s Deref::Target type.

    \n
    §Examples
    \n
    let mut x: Option<String> = Some(\"hey\".to_owned());\nassert_eq!(x.as_deref_mut().map(|x| {\n    x.make_ascii_uppercase();\n    x\n}), Some(\"HEY\".to_owned().as_mut_str()));
    \n
    1.0.0 (const: unstable) · source

    pub fn iter(&self) -> Iter<'_, T> ⓘ

    Returns an iterator over the possibly contained value.

    \n
    §Examples
    \n
    let x = Some(4);\nassert_eq!(x.iter().next(), Some(&4));\n\nlet x: Option<u32> = None;\nassert_eq!(x.iter().next(), None);
    \n
    1.0.0 · source

    pub fn iter_mut(&mut self) -> IterMut<'_, T> ⓘ

    Returns a mutable iterator over the possibly contained value.

    \n
    §Examples
    \n
    let mut x = Some(4);\nmatch x.iter_mut().next() {\n    Some(v) => *v = 42,\n    None => {},\n}\nassert_eq!(x, Some(42));\n\nlet mut x: Option<u32> = None;\nassert_eq!(x.iter_mut().next(), None);
    \n
    1.0.0 · source

    pub fn and<U>(self, optb: Option<U>) -> Option<U>

    Returns None if the option is None, otherwise returns optb.

    \n

    Arguments passed to and are eagerly evaluated; if you are passing the\nresult of a function call, it is recommended to use and_then, which is\nlazily evaluated.

    \n
    §Examples
    \n
    let x = Some(2);\nlet y: Option<&str> = None;\nassert_eq!(x.and(y), None);\n\nlet x: Option<u32> = None;\nlet y = Some(\"foo\");\nassert_eq!(x.and(y), None);\n\nlet x = Some(2);\nlet y = Some(\"foo\");\nassert_eq!(x.and(y), Some(\"foo\"));\n\nlet x: Option<u32> = None;\nlet y: Option<&str> = None;\nassert_eq!(x.and(y), None);
    \n
    1.0.0 · source

    pub fn and_then<U, F>(self, f: F) -> Option<U>
    where\n F: FnOnce(T) -> Option<U>,

    Returns None if the option is None, otherwise calls f with the\nwrapped value and returns the result.

    \n

    Some languages call this operation flatmap.

    \n
    §Examples
    \n
    fn sq_then_to_string(x: u32) -> Option<String> {\n    x.checked_mul(x).map(|sq| sq.to_string())\n}\n\nassert_eq!(Some(2).and_then(sq_then_to_string), Some(4.to_string()));\nassert_eq!(Some(1_000_000).and_then(sq_then_to_string), None); // overflowed!\nassert_eq!(None.and_then(sq_then_to_string), None);
    \n

    Often used to chain fallible operations that may return None.

    \n\n
    let arr_2d = [[\"A0\", \"A1\"], [\"B0\", \"B1\"]];\n\nlet item_0_1 = arr_2d.get(0).and_then(|row| row.get(1));\nassert_eq!(item_0_1, Some(&\"A1\"));\n\nlet item_2_0 = arr_2d.get(2).and_then(|row| row.get(0));\nassert_eq!(item_2_0, None);
    \n
    1.27.0 · source

    pub fn filter<P>(self, predicate: P) -> Option<T>
    where\n P: FnOnce(&T) -> bool,

    Returns None if the option is None, otherwise calls predicate\nwith the wrapped value and returns:

    \n
      \n
    • Some(t) if predicate returns true (where t is the wrapped\nvalue), and
    • \n
    • None if predicate returns false.
    • \n
    \n

    This function works similar to Iterator::filter(). You can imagine\nthe Option<T> being an iterator over one or zero elements. filter()\nlets you decide which elements to keep.

    \n
    §Examples
    \n
    fn is_even(n: &i32) -> bool {\n    n % 2 == 0\n}\n\nassert_eq!(None.filter(is_even), None);\nassert_eq!(Some(3).filter(is_even), None);\nassert_eq!(Some(4).filter(is_even), Some(4));
    \n
    1.0.0 · source

    pub fn or(self, optb: Option<T>) -> Option<T>

    Returns the option if it contains a value, otherwise returns optb.

    \n

    Arguments passed to or are eagerly evaluated; if you are passing the\nresult of a function call, it is recommended to use or_else, which is\nlazily evaluated.

    \n
    §Examples
    \n
    let x = Some(2);\nlet y = None;\nassert_eq!(x.or(y), Some(2));\n\nlet x = None;\nlet y = Some(100);\nassert_eq!(x.or(y), Some(100));\n\nlet x = Some(2);\nlet y = Some(100);\nassert_eq!(x.or(y), Some(2));\n\nlet x: Option<u32> = None;\nlet y = None;\nassert_eq!(x.or(y), None);
    \n
    1.0.0 · source

    pub fn or_else<F>(self, f: F) -> Option<T>
    where\n F: FnOnce() -> Option<T>,

    Returns the option if it contains a value, otherwise calls f and\nreturns the result.

    \n
    §Examples
    \n
    fn nobody() -> Option<&'static str> { None }\nfn vikings() -> Option<&'static str> { Some(\"vikings\") }\n\nassert_eq!(Some(\"barbarians\").or_else(vikings), Some(\"barbarians\"));\nassert_eq!(None.or_else(vikings), Some(\"vikings\"));\nassert_eq!(None.or_else(nobody), None);
    \n
    1.37.0 · source

    pub fn xor(self, optb: Option<T>) -> Option<T>

    Returns Some if exactly one of self, optb is Some, otherwise returns None.

    \n
    §Examples
    \n
    let x = Some(2);\nlet y: Option<u32> = None;\nassert_eq!(x.xor(y), Some(2));\n\nlet x: Option<u32> = None;\nlet y = Some(2);\nassert_eq!(x.xor(y), Some(2));\n\nlet x = Some(2);\nlet y = Some(2);\nassert_eq!(x.xor(y), None);\n\nlet x: Option<u32> = None;\nlet y: Option<u32> = None;\nassert_eq!(x.xor(y), None);
    \n
    1.53.0 · source

    pub fn insert(&mut self, value: T) -> &mut T

    Inserts value into the option, then returns a mutable reference to it.

    \n

    If the option already contains a value, the old value is dropped.

    \n

    See also Option::get_or_insert, which doesn’t update the value if\nthe option already contains Some.

    \n
    §Example
    \n
    let mut opt = None;\nlet val = opt.insert(1);\nassert_eq!(*val, 1);\nassert_eq!(opt.unwrap(), 1);\nlet val = opt.insert(2);\nassert_eq!(*val, 2);\n*val = 3;\nassert_eq!(opt.unwrap(), 3);
    \n
    1.20.0 · source

    pub fn get_or_insert(&mut self, value: T) -> &mut T

    Inserts value into the option if it is None, then\nreturns a mutable reference to the contained value.

    \n

    See also Option::insert, which updates the value even if\nthe option already contains Some.

    \n
    §Examples
    \n
    let mut x = None;\n\n{\n    let y: &mut u32 = x.get_or_insert(5);\n    assert_eq!(y, &5);\n\n    *y = 7;\n}\n\nassert_eq!(x, Some(7));
    \n
    source

    pub fn get_or_insert_default(&mut self) -> &mut T
    where\n T: Default,

    🔬This is a nightly-only experimental API. (option_get_or_insert_default)

    Inserts the default value into the option if it is None, then\nreturns a mutable reference to the contained value.

    \n
    §Examples
    \n
    #![feature(option_get_or_insert_default)]\n\nlet mut x = None;\n\n{\n    let y: &mut u32 = x.get_or_insert_default();\n    assert_eq!(y, &0);\n\n    *y = 7;\n}\n\nassert_eq!(x, Some(7));
    \n
    1.20.0 · source

    pub fn get_or_insert_with<F>(&mut self, f: F) -> &mut T
    where\n F: FnOnce() -> T,

    Inserts a value computed from f into the option if it is None,\nthen returns a mutable reference to the contained value.

    \n
    §Examples
    \n
    let mut x = None;\n\n{\n    let y: &mut u32 = x.get_or_insert_with(|| 5);\n    assert_eq!(y, &5);\n\n    *y = 7;\n}\n\nassert_eq!(x, Some(7));
    \n
    1.0.0 (const: unstable) · source

    pub fn take(&mut self) -> Option<T>

    Takes the value out of the option, leaving a None in its place.

    \n
    §Examples
    \n
    let mut x = Some(2);\nlet y = x.take();\nassert_eq!(x, None);\nassert_eq!(y, Some(2));\n\nlet mut x: Option<u32> = None;\nlet y = x.take();\nassert_eq!(x, None);\nassert_eq!(y, None);
    \n
    source

    pub fn take_if<P>(&mut self, predicate: P) -> Option<T>
    where\n P: FnOnce(&mut T) -> bool,

    🔬This is a nightly-only experimental API. (option_take_if)

    Takes the value out of the option, but only if the predicate evaluates to\ntrue on a mutable reference to the value.

    \n

    In other words, replaces self with None if the predicate returns true.\nThis method operates similar to Option::take but conditional.

    \n
    §Examples
    \n
    #![feature(option_take_if)]\n\nlet mut x = Some(42);\n\nlet prev = x.take_if(|v| if *v == 42 {\n    *v += 1;\n    false\n} else {\n    false\n});\nassert_eq!(x, Some(43));\nassert_eq!(prev, None);\n\nlet prev = x.take_if(|v| *v == 43);\nassert_eq!(x, None);\nassert_eq!(prev, Some(43));
    \n
    1.31.0 (const: unstable) · source

    pub fn replace(&mut self, value: T) -> Option<T>

    Replaces the actual value in the option by the value given in parameter,\nreturning the old value if present,\nleaving a Some in its place without deinitializing either one.

    \n
    §Examples
    \n
    let mut x = Some(2);\nlet old = x.replace(5);\nassert_eq!(x, Some(5));\nassert_eq!(old, Some(2));\n\nlet mut x = None;\nlet old = x.replace(3);\nassert_eq!(x, Some(3));\nassert_eq!(old, None);
    \n
    1.46.0 · source

    pub fn zip<U>(self, other: Option<U>) -> Option<(T, U)>

    Zips self with another Option.

    \n

    If self is Some(s) and other is Some(o), this method returns Some((s, o)).\nOtherwise, None is returned.

    \n
    §Examples
    \n
    let x = Some(1);\nlet y = Some(\"hi\");\nlet z = None::<u8>;\n\nassert_eq!(x.zip(y), Some((1, \"hi\")));\nassert_eq!(x.zip(z), None);
    \n
    source

    pub fn zip_with<U, F, R>(self, other: Option<U>, f: F) -> Option<R>
    where\n F: FnOnce(T, U) -> R,

    🔬This is a nightly-only experimental API. (option_zip)

    Zips self and another Option with function f.

    \n

    If self is Some(s) and other is Some(o), this method returns Some(f(s, o)).\nOtherwise, None is returned.

    \n
    §Examples
    \n
    #![feature(option_zip)]\n\n#[derive(Debug, PartialEq)]\nstruct Point {\n    x: f64,\n    y: f64,\n}\n\nimpl Point {\n    fn new(x: f64, y: f64) -> Self {\n        Self { x, y }\n    }\n}\n\nlet x = Some(17.5);\nlet y = Some(42.7);\n\nassert_eq!(x.zip_with(y, Point::new), Some(Point { x: 17.5, y: 42.7 }));\nassert_eq!(x.zip_with(None, Point::new), None);
    \n
    ",0,"bdk_chain::bitcoin::secp256k1::ffi::NonceFn","bdk_chain::bitcoin::secp256k1::ffi::EcdhHashFn","bdk_chain::bitcoin::secp256k1::ffi::SchnorrNonceFn","bdk_chain::bitcoin::secp256k1::ffi::EllswiftEcdhHashFn"],["
    1.0.0 · source§

    impl<T> Ord for Option<T>
    where\n T: Ord,

    source§

    fn cmp(&self, other: &Option<T>) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where\n Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Self
    where\n Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Self
    where\n Self: Sized + PartialOrd,

    Restrict a value to a certain interval. Read more
    ","Ord","bdk_chain::bitcoin::secp256k1::ffi::NonceFn","bdk_chain::bitcoin::secp256k1::ffi::EcdhHashFn","bdk_chain::bitcoin::secp256k1::ffi::SchnorrNonceFn","bdk_chain::bitcoin::secp256k1::ffi::EllswiftEcdhHashFn"],["
    1.0.0 · source§

    impl<T> PartialEq for Option<T>
    where\n T: PartialEq,

    source§

    fn eq(&self, other: &Option<T>) -> bool

    This method tests for self and other values to be equal, and is used\nby ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
    ","PartialEq","bdk_chain::bitcoin::secp256k1::ffi::NonceFn","bdk_chain::bitcoin::secp256k1::ffi::EcdhHashFn","bdk_chain::bitcoin::secp256k1::ffi::SchnorrNonceFn","bdk_chain::bitcoin::secp256k1::ffi::EllswiftEcdhHashFn"],["
    1.0.0 · source§

    impl<T> PartialOrd for Option<T>
    where\n T: PartialOrd,

    source§

    fn partial_cmp(&self, other: &Option<T>) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >=\noperator. Read more
    ","PartialOrd","bdk_chain::bitcoin::secp256k1::ffi::NonceFn","bdk_chain::bitcoin::secp256k1::ffi::EcdhHashFn","bdk_chain::bitcoin::secp256k1::ffi::SchnorrNonceFn","bdk_chain::bitcoin::secp256k1::ffi::EllswiftEcdhHashFn"],["
    1.37.0 · source§

    impl<T, U> Product<Option<U>> for Option<T>
    where\n T: Product<U>,

    source§

    fn product<I>(iter: I) -> Option<T>
    where\n I: Iterator<Item = Option<U>>,

    Takes each element in the Iterator: if it is a None, no further\nelements are taken, and the None is returned. Should no None\noccur, the product of all elements is returned.

    \n
    §Examples
    \n

    This multiplies each number in a vector of strings,\nif a string could not be parsed the operation returns None:

    \n\n
    let nums = vec![\"5\", \"10\", \"1\", \"2\"];\nlet total: Option<usize> = nums.iter().map(|w| w.parse::<usize>().ok()).product();\nassert_eq!(total, Some(100));\nlet nums = vec![\"5\", \"10\", \"one\", \"2\"];\nlet total: Option<usize> = nums.iter().map(|w| w.parse::<usize>().ok()).product();\nassert_eq!(total, None);
    \n
    ","Product>","bdk_chain::bitcoin::secp256k1::ffi::NonceFn","bdk_chain::bitcoin::secp256k1::ffi::EcdhHashFn","bdk_chain::bitcoin::secp256k1::ffi::SchnorrNonceFn","bdk_chain::bitcoin::secp256k1::ffi::EllswiftEcdhHashFn"],["
    source§

    impl<T> Serialize for Option<T>
    where\n T: Serialize,

    source§

    fn serialize<S>(\n &self,\n serializer: S\n) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where\n S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    ","Serialize","bdk_chain::bitcoin::secp256k1::ffi::NonceFn","bdk_chain::bitcoin::secp256k1::ffi::EcdhHashFn","bdk_chain::bitcoin::secp256k1::ffi::SchnorrNonceFn","bdk_chain::bitcoin::secp256k1::ffi::EllswiftEcdhHashFn"],["
    1.37.0 · source§

    impl<T, U> Sum<Option<U>> for Option<T>
    where\n T: Sum<U>,

    source§

    fn sum<I>(iter: I) -> Option<T>
    where\n I: Iterator<Item = Option<U>>,

    Takes each element in the Iterator: if it is a None, no further\nelements are taken, and the None is returned. Should no None\noccur, the sum of all elements is returned.

    \n
    §Examples
    \n

    This sums up the position of the character ‘a’ in a vector of strings,\nif a word did not have the character ‘a’ the operation returns None:

    \n\n
    let words = vec![\"have\", \"a\", \"great\", \"day\"];\nlet total: Option<usize> = words.iter().map(|w| w.find('a')).sum();\nassert_eq!(total, Some(5));\nlet words = vec![\"have\", \"a\", \"good\", \"day\"];\nlet total: Option<usize> = words.iter().map(|w| w.find('a')).sum();\nassert_eq!(total, None);
    \n
    ","Sum>","bdk_chain::bitcoin::secp256k1::ffi::NonceFn","bdk_chain::bitcoin::secp256k1::ffi::EcdhHashFn","bdk_chain::bitcoin::secp256k1::ffi::SchnorrNonceFn","bdk_chain::bitcoin::secp256k1::ffi::EllswiftEcdhHashFn"],["
    §

    impl<T> ToSql for Option<T>
    where\n T: ToSql,

    §

    fn to_sql(&self) -> Result<ToSqlOutput<'_>, Error>

    Converts Rust value to SQLite value
    ","ToSql","bdk_chain::bitcoin::secp256k1::ffi::NonceFn","bdk_chain::bitcoin::secp256k1::ffi::EcdhHashFn","bdk_chain::bitcoin::secp256k1::ffi::SchnorrNonceFn","bdk_chain::bitcoin::secp256k1::ffi::EllswiftEcdhHashFn"],["
    source§

    impl<T> Try for Option<T>

    §

    type Output = T

    🔬This is a nightly-only experimental API. (try_trait_v2)
    The type of the value produced by ? when not short-circuiting.
    §

    type Residual = Option<Infallible>

    🔬This is a nightly-only experimental API. (try_trait_v2)
    The type of the value passed to FromResidual::from_residual\nas part of ? when short-circuiting. Read more
    source§

    fn from_output(output: <Option<T> as Try>::Output) -> Option<T>

    🔬This is a nightly-only experimental API. (try_trait_v2)
    Constructs the type from its Output type. Read more
    source§

    fn branch(\n self\n) -> ControlFlow<<Option<T> as Try>::Residual, <Option<T> as Try>::Output>

    🔬This is a nightly-only experimental API. (try_trait_v2)
    Used in ? to decide whether the operator should produce a value\n(because this returned ControlFlow::Continue)\nor propagate a value back to the caller\n(because this returned ControlFlow::Break). Read more
    ","Try","bdk_chain::bitcoin::secp256k1::ffi::NonceFn","bdk_chain::bitcoin::secp256k1::ffi::EcdhHashFn","bdk_chain::bitcoin::secp256k1::ffi::SchnorrNonceFn","bdk_chain::bitcoin::secp256k1::ffi::EllswiftEcdhHashFn"],["
    1.0.0 · source§

    impl<T> Copy for Option<T>
    where\n T: Copy,

    ","Copy","bdk_chain::bitcoin::secp256k1::ffi::NonceFn","bdk_chain::bitcoin::secp256k1::ffi::EcdhHashFn","bdk_chain::bitcoin::secp256k1::ffi::SchnorrNonceFn","bdk_chain::bitcoin::secp256k1::ffi::EllswiftEcdhHashFn"],["
    1.0.0 · source§

    impl<T> Eq for Option<T>
    where\n T: Eq,

    ","Eq","bdk_chain::bitcoin::secp256k1::ffi::NonceFn","bdk_chain::bitcoin::secp256k1::ffi::EcdhHashFn","bdk_chain::bitcoin::secp256k1::ffi::SchnorrNonceFn","bdk_chain::bitcoin::secp256k1::ffi::EllswiftEcdhHashFn"],["
    1.0.0 · source§

    impl<T> StructuralPartialEq for Option<T>

    ","StructuralPartialEq","bdk_chain::bitcoin::secp256k1::ffi::NonceFn","bdk_chain::bitcoin::secp256k1::ffi::EcdhHashFn","bdk_chain::bitcoin::secp256k1::ffi::SchnorrNonceFn","bdk_chain::bitcoin::secp256k1::ffi::EllswiftEcdhHashFn"]] +"bdk_chain":[["
    §

    impl<T> CPtr for Option<T>
    where\n T: CPtr,

    §

    type Target = <T as CPtr>::Target

    §

    fn as_mut_c_ptr(&mut self) -> *mut <Option<T> as CPtr>::Target

    §

    fn as_c_ptr(&self) -> *const <Option<T> as CPtr>::Target

    ","CPtr","bdk_chain::bitcoin::secp256k1::ffi::NonceFn","bdk_chain::bitcoin::secp256k1::ffi::EcdhHashFn","bdk_chain::bitcoin::secp256k1::ffi::SchnorrNonceFn","bdk_chain::bitcoin::secp256k1::ffi::EllswiftEcdhHashFn"],["
    1.0.0 · source§

    impl<T> Clone for Option<T>
    where\n T: Clone,

    source§

    fn clone(&self) -> Option<T>

    Returns a copy of the value. Read more
    source§

    fn clone_from(&mut self, source: &Option<T>)

    Performs copy-assignment from source. Read more
    ","Clone","bdk_chain::bitcoin::secp256k1::ffi::NonceFn","bdk_chain::bitcoin::secp256k1::ffi::EcdhHashFn","bdk_chain::bitcoin::secp256k1::ffi::SchnorrNonceFn","bdk_chain::bitcoin::secp256k1::ffi::EllswiftEcdhHashFn"],["
    1.0.0 · source§

    impl<T> Debug for Option<T>
    where\n T: Debug,

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Debug","bdk_chain::bitcoin::secp256k1::ffi::NonceFn","bdk_chain::bitcoin::secp256k1::ffi::EcdhHashFn","bdk_chain::bitcoin::secp256k1::ffi::SchnorrNonceFn","bdk_chain::bitcoin::secp256k1::ffi::EllswiftEcdhHashFn"],["
    1.0.0 · source§

    impl<T> Default for Option<T>

    source§

    fn default() -> Option<T>

    Returns None.

    \n
    §Examples
    \n
    let opt: Option<u32> = Option::default();\nassert!(opt.is_none());
    \n
    ","Default","bdk_chain::bitcoin::secp256k1::ffi::NonceFn","bdk_chain::bitcoin::secp256k1::ffi::EcdhHashFn","bdk_chain::bitcoin::secp256k1::ffi::SchnorrNonceFn","bdk_chain::bitcoin::secp256k1::ffi::EllswiftEcdhHashFn"],["
    source§

    impl<'de, T> Deserialize<'de> for Option<T>
    where\n T: Deserialize<'de>,

    source§

    fn deserialize<D>(\n deserializer: D\n) -> Result<Option<T>, <D as Deserializer<'de>>::Error>
    where\n D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    ","Deserialize<'de>","bdk_chain::bitcoin::secp256k1::ffi::NonceFn","bdk_chain::bitcoin::secp256k1::ffi::EcdhHashFn","bdk_chain::bitcoin::secp256k1::ffi::SchnorrNonceFn","bdk_chain::bitcoin::secp256k1::ffi::EllswiftEcdhHashFn"],["
    1.12.0 · source§

    impl<T> From<T> for Option<T>

    source§

    fn from(val: T) -> Option<T>

    Moves val into a new Some.

    \n
    §Examples
    \n
    let o: Option<u8> = Option::from(67);\n\nassert_eq!(Some(67), o);
    \n
    ","From","bdk_chain::bitcoin::secp256k1::ffi::NonceFn","bdk_chain::bitcoin::secp256k1::ffi::EcdhHashFn","bdk_chain::bitcoin::secp256k1::ffi::SchnorrNonceFn","bdk_chain::bitcoin::secp256k1::ffi::EllswiftEcdhHashFn"],["
    1.0.0 · source§

    impl<A, V> FromIterator<Option<A>> for Option<V>
    where\n V: FromIterator<A>,

    source§

    fn from_iter<I>(iter: I) -> Option<V>
    where\n I: IntoIterator<Item = Option<A>>,

    Takes each element in the Iterator: if it is None,\nno further elements are taken, and the None is\nreturned. Should no None occur, a container of type\nV containing the values of each Option is returned.

    \n
    §Examples
    \n

    Here is an example which increments every integer in a vector.\nWe use the checked variant of add that returns None when the\ncalculation would result in an overflow.

    \n\n
    let items = vec![0_u16, 1, 2];\n\nlet res: Option<Vec<u16>> = items\n    .iter()\n    .map(|x| x.checked_add(1))\n    .collect();\n\nassert_eq!(res, Some(vec![1, 2, 3]));
    \n

    As you can see, this will return the expected, valid items.

    \n

    Here is another example that tries to subtract one from another list\nof integers, this time checking for underflow:

    \n\n
    let items = vec![2_u16, 1, 0];\n\nlet res: Option<Vec<u16>> = items\n    .iter()\n    .map(|x| x.checked_sub(1))\n    .collect();\n\nassert_eq!(res, None);
    \n

    Since the last element is zero, it would underflow. Thus, the resulting\nvalue is None.

    \n

    Here is a variation on the previous example, showing that no\nfurther elements are taken from iter after the first None.

    \n\n
    let items = vec![3_u16, 2, 1, 10];\n\nlet mut shared = 0;\n\nlet res: Option<Vec<u16>> = items\n    .iter()\n    .map(|x| { shared += x; x.checked_sub(2) })\n    .collect();\n\nassert_eq!(res, None);\nassert_eq!(shared, 6);
    \n

    Since the third element caused an underflow, no further elements were taken,\nso the final value of shared is 6 (= 3 + 2 + 1), not 16.

    \n
    ","FromIterator>","bdk_chain::bitcoin::secp256k1::ffi::NonceFn","bdk_chain::bitcoin::secp256k1::ffi::EcdhHashFn","bdk_chain::bitcoin::secp256k1::ffi::SchnorrNonceFn","bdk_chain::bitcoin::secp256k1::ffi::EllswiftEcdhHashFn"],["
    source§

    impl<T> FromResidual<Yeet<()>> for Option<T>

    source§

    fn from_residual(_: Yeet<()>) -> Option<T>

    🔬This is a nightly-only experimental API. (try_trait_v2)
    Constructs the type from a compatible Residual type. Read more
    ","FromResidual>","bdk_chain::bitcoin::secp256k1::ffi::NonceFn","bdk_chain::bitcoin::secp256k1::ffi::EcdhHashFn","bdk_chain::bitcoin::secp256k1::ffi::SchnorrNonceFn","bdk_chain::bitcoin::secp256k1::ffi::EllswiftEcdhHashFn"],["
    source§

    impl<T> FromResidual for Option<T>

    source§

    fn from_residual(residual: Option<Infallible>) -> Option<T>

    🔬This is a nightly-only experimental API. (try_trait_v2)
    Constructs the type from a compatible Residual type. Read more
    ","FromResidual","bdk_chain::bitcoin::secp256k1::ffi::NonceFn","bdk_chain::bitcoin::secp256k1::ffi::EcdhHashFn","bdk_chain::bitcoin::secp256k1::ffi::SchnorrNonceFn","bdk_chain::bitcoin::secp256k1::ffi::EllswiftEcdhHashFn"],["
    §

    impl<T> FromSql for Option<T>
    where\n T: FromSql,

    §

    fn column_result(value: ValueRef<'_>) -> Result<Option<T>, FromSqlError>

    Converts SQLite value into Rust value.
    ","FromSql","bdk_chain::bitcoin::secp256k1::ffi::NonceFn","bdk_chain::bitcoin::secp256k1::ffi::EcdhHashFn","bdk_chain::bitcoin::secp256k1::ffi::SchnorrNonceFn","bdk_chain::bitcoin::secp256k1::ffi::EllswiftEcdhHashFn"],["
    1.0.0 · source§

    impl<T> Hash for Option<T>
    where\n T: Hash,

    source§

    fn hash<__H>(&self, state: &mut __H)
    where\n __H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where\n H: Hasher,\n Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    ","Hash","bdk_chain::bitcoin::secp256k1::ffi::NonceFn","bdk_chain::bitcoin::secp256k1::ffi::EcdhHashFn","bdk_chain::bitcoin::secp256k1::ffi::SchnorrNonceFn","bdk_chain::bitcoin::secp256k1::ffi::EllswiftEcdhHashFn"],["
    1.0.0 · source§

    impl<T> IntoIterator for Option<T>

    source§

    fn into_iter(self) -> IntoIter<T> ⓘ

    Returns a consuming iterator over the possibly contained value.

    \n
    §Examples
    \n
    let x = Some(\"string\");\nlet v: Vec<&str> = x.into_iter().collect();\nassert_eq!(v, [\"string\"]);\n\nlet x = None;\nlet v: Vec<&str> = x.into_iter().collect();\nassert!(v.is_empty());
    \n
    §

    type Item = T

    The type of the elements being iterated over.
    §

    type IntoIter = IntoIter<T>

    Which kind of iterator are we turning this into?
    ","IntoIterator","bdk_chain::bitcoin::secp256k1::ffi::NonceFn","bdk_chain::bitcoin::secp256k1::ffi::EcdhHashFn","bdk_chain::bitcoin::secp256k1::ffi::SchnorrNonceFn","bdk_chain::bitcoin::secp256k1::ffi::EllswiftEcdhHashFn"],["
    source§

    impl<T> Option<T>

    1.0.0 (const: 1.48.0) · source

    pub const fn is_some(&self) -> bool

    Returns true if the option is a Some value.

    \n
    §Examples
    \n
    let x: Option<u32> = Some(2);\nassert_eq!(x.is_some(), true);\n\nlet x: Option<u32> = None;\nassert_eq!(x.is_some(), false);
    \n
    1.70.0 · source

    pub fn is_some_and(self, f: impl FnOnce(T) -> bool) -> bool

    Returns true if the option is a Some and the value inside of it matches a predicate.

    \n
    §Examples
    \n
    let x: Option<u32> = Some(2);\nassert_eq!(x.is_some_and(|x| x > 1), true);\n\nlet x: Option<u32> = Some(0);\nassert_eq!(x.is_some_and(|x| x > 1), false);\n\nlet x: Option<u32> = None;\nassert_eq!(x.is_some_and(|x| x > 1), false);
    \n
    1.0.0 (const: 1.48.0) · source

    pub const fn is_none(&self) -> bool

    Returns true if the option is a None value.

    \n
    §Examples
    \n
    let x: Option<u32> = Some(2);\nassert_eq!(x.is_none(), false);\n\nlet x: Option<u32> = None;\nassert_eq!(x.is_none(), true);
    \n
    1.0.0 (const: 1.48.0) · source

    pub const fn as_ref(&self) -> Option<&T>

    Converts from &Option<T> to Option<&T>.

    \n
    §Examples
    \n

    Calculates the length of an Option<String> as an Option<usize>\nwithout moving the String. The map method takes the self argument by value,\nconsuming the original, so this technique uses as_ref to first take an Option to a\nreference to the value inside the original.

    \n\n
    let text: Option<String> = Some(\"Hello, world!\".to_string());\n// First, cast `Option<String>` to `Option<&String>` with `as_ref`,\n// then consume *that* with `map`, leaving `text` on the stack.\nlet text_length: Option<usize> = text.as_ref().map(|s| s.len());\nprintln!(\"still can print text: {text:?}\");
    \n
    1.0.0 (const: unstable) · source

    pub fn as_mut(&mut self) -> Option<&mut T>

    Converts from &mut Option<T> to Option<&mut T>.

    \n
    §Examples
    \n
    let mut x = Some(2);\nmatch x.as_mut() {\n    Some(v) => *v = 42,\n    None => {},\n}\nassert_eq!(x, Some(42));
    \n
    1.33.0 (const: unstable) · source

    pub fn as_pin_ref(self: Pin<&Option<T>>) -> Option<Pin<&T>>

    Converts from Pin<&Option<T>> to Option<Pin<&T>>.

    \n
    1.33.0 (const: unstable) · source

    pub fn as_pin_mut(self: Pin<&mut Option<T>>) -> Option<Pin<&mut T>>

    Converts from Pin<&mut Option<T>> to Option<Pin<&mut T>>.

    \n
    1.75.0 · source

    pub fn as_slice(&self) -> &[T]

    Returns a slice of the contained value, if any. If this is None, an\nempty slice is returned. This can be useful to have a single type of\niterator over an Option or slice.

    \n

    Note: Should you have an Option<&T> and wish to get a slice of T,\nyou can unpack it via opt.map_or(&[], std::slice::from_ref).

    \n
    §Examples
    \n
    assert_eq!(\n    [Some(1234).as_slice(), None.as_slice()],\n    [&[1234][..], &[][..]],\n);
    \n

    The inverse of this function is (discounting\nborrowing) [_]::first:

    \n\n
    for i in [Some(1234_u16), None] {\n    assert_eq!(i.as_ref(), i.as_slice().first());\n}
    \n
    1.75.0 · source

    pub fn as_mut_slice(&mut self) -> &mut [T]

    Returns a mutable slice of the contained value, if any. If this is\nNone, an empty slice is returned. This can be useful to have a\nsingle type of iterator over an Option or slice.

    \n

    Note: Should you have an Option<&mut T> instead of a\n&mut Option<T>, which this method takes, you can obtain a mutable\nslice via opt.map_or(&mut [], std::slice::from_mut).

    \n
    §Examples
    \n
    assert_eq!(\n    [Some(1234).as_mut_slice(), None.as_mut_slice()],\n    [&mut [1234][..], &mut [][..]],\n);
    \n

    The result is a mutable slice of zero or one items that points into\nour original Option:

    \n\n
    let mut x = Some(1234);\nx.as_mut_slice()[0] += 1;\nassert_eq!(x, Some(1235));
    \n

    The inverse of this method (discounting borrowing)\nis [_]::first_mut:

    \n\n
    assert_eq!(Some(123).as_mut_slice().first_mut(), Some(&mut 123))
    \n
    1.0.0 (const: unstable) · source

    pub fn expect(self, msg: &str) -> T

    Returns the contained Some value, consuming the self value.

    \n
    §Panics
    \n

    Panics if the value is a None with a custom panic message provided by\nmsg.

    \n
    §Examples
    \n
    let x = Some(\"value\");\nassert_eq!(x.expect(\"fruits are healthy\"), \"value\");
    \n\n
    ⓘ
    let x: Option<&str> = None;\nx.expect(\"fruits are healthy\"); // panics with `fruits are healthy`
    \n
    §Recommended Message Style
    \n

    We recommend that expect messages are used to describe the reason you\nexpect the Option should be Some.

    \n\n
    ⓘ
    let item = slice.get(0)\n    .expect(\"slice should not be empty\");
    \n

    Hint: If you’re having trouble remembering how to phrase expect\nerror messages remember to focus on the word “should” as in “env\nvariable should be set by blah” or “the given binary should be available\nand executable by the current user”.

    \n

    For more detail on expect message styles and the reasoning behind our\nrecommendation please refer to the section on “Common Message\nStyles” in the std::error module docs.

    \n
    1.0.0 (const: unstable) · source

    pub fn unwrap(self) -> T

    Returns the contained Some value, consuming the self value.

    \n

    Because this function may panic, its use is generally discouraged.\nInstead, prefer to use pattern matching and handle the None\ncase explicitly, or call unwrap_or, unwrap_or_else, or\nunwrap_or_default.

    \n
    §Panics
    \n

    Panics if the self value equals None.

    \n
    §Examples
    \n
    let x = Some(\"air\");\nassert_eq!(x.unwrap(), \"air\");
    \n\n
    ⓘ
    let x: Option<&str> = None;\nassert_eq!(x.unwrap(), \"air\"); // fails
    \n
    1.0.0 · source

    pub fn unwrap_or(self, default: T) -> T

    Returns the contained Some value or a provided default.

    \n

    Arguments passed to unwrap_or are eagerly evaluated; if you are passing\nthe result of a function call, it is recommended to use unwrap_or_else,\nwhich is lazily evaluated.

    \n
    §Examples
    \n
    assert_eq!(Some(\"car\").unwrap_or(\"bike\"), \"car\");\nassert_eq!(None.unwrap_or(\"bike\"), \"bike\");
    \n
    1.0.0 · source

    pub fn unwrap_or_else<F>(self, f: F) -> T
    where\n F: FnOnce() -> T,

    Returns the contained Some value or computes it from a closure.

    \n
    §Examples
    \n
    let k = 10;\nassert_eq!(Some(4).unwrap_or_else(|| 2 * k), 4);\nassert_eq!(None.unwrap_or_else(|| 2 * k), 20);
    \n
    1.0.0 · source

    pub fn unwrap_or_default(self) -> T
    where\n T: Default,

    Returns the contained Some value or a default.

    \n

    Consumes the self argument then, if Some, returns the contained\nvalue, otherwise if None, returns the default value for that\ntype.

    \n
    §Examples
    \n
    let x: Option<u32> = None;\nlet y: Option<u32> = Some(12);\n\nassert_eq!(x.unwrap_or_default(), 0);\nassert_eq!(y.unwrap_or_default(), 12);
    \n
    1.58.0 (const: unstable) · source

    pub unsafe fn unwrap_unchecked(self) -> T

    Returns the contained Some value, consuming the self value,\nwithout checking that the value is not None.

    \n
    §Safety
    \n

    Calling this method on None is undefined behavior.

    \n
    §Examples
    \n
    let x = Some(\"air\");\nassert_eq!(unsafe { x.unwrap_unchecked() }, \"air\");
    \n\n
    let x: Option<&str> = None;\nassert_eq!(unsafe { x.unwrap_unchecked() }, \"air\"); // Undefined behavior!
    \n
    1.0.0 · source

    pub fn map<U, F>(self, f: F) -> Option<U>
    where\n F: FnOnce(T) -> U,

    Maps an Option<T> to Option<U> by applying a function to a contained value (if Some) or returns None (if None).

    \n
    §Examples
    \n

    Calculates the length of an Option<String> as an\nOption<usize>, consuming the original:

    \n\n
    let maybe_some_string = Some(String::from(\"Hello, World!\"));\n// `Option::map` takes self *by value*, consuming `maybe_some_string`\nlet maybe_some_len = maybe_some_string.map(|s| s.len());\nassert_eq!(maybe_some_len, Some(13));\n\nlet x: Option<&str> = None;\nassert_eq!(x.map(|s| s.len()), None);
    \n
    1.76.0 · source

    pub fn inspect<F>(self, f: F) -> Option<T>
    where\n F: FnOnce(&T),

    Calls a function with a reference to the contained value if Some.

    \n

    Returns the original option.

    \n
    §Examples
    \n
    let list = vec![1, 2, 3];\n\n// prints \"got: 2\"\nlet x = list\n    .get(1)\n    .inspect(|x| println!(\"got: {x}\"))\n    .expect(\"list should be long enough\");\n\n// prints nothing\nlist.get(5).inspect(|x| println!(\"got: {x}\"));
    \n
    1.0.0 · source

    pub fn map_or<U, F>(self, default: U, f: F) -> U
    where\n F: FnOnce(T) -> U,

    Returns the provided default result (if none),\nor applies a function to the contained value (if any).

    \n

    Arguments passed to map_or are eagerly evaluated; if you are passing\nthe result of a function call, it is recommended to use map_or_else,\nwhich is lazily evaluated.

    \n
    §Examples
    \n
    let x = Some(\"foo\");\nassert_eq!(x.map_or(42, |v| v.len()), 3);\n\nlet x: Option<&str> = None;\nassert_eq!(x.map_or(42, |v| v.len()), 42);
    \n
    1.0.0 · source

    pub fn map_or_else<U, D, F>(self, default: D, f: F) -> U
    where\n D: FnOnce() -> U,\n F: FnOnce(T) -> U,

    Computes a default function result (if none), or\napplies a different function to the contained value (if any).

    \n
    §Basic examples
    \n
    let k = 21;\n\nlet x = Some(\"foo\");\nassert_eq!(x.map_or_else(|| 2 * k, |v| v.len()), 3);\n\nlet x: Option<&str> = None;\nassert_eq!(x.map_or_else(|| 2 * k, |v| v.len()), 42);
    \n
    §Handling a Result-based fallback
    \n

    A somewhat common occurrence when dealing with optional values\nin combination with Result<T, E> is the case where one wants to invoke\na fallible fallback if the option is not present. This example\nparses a command line argument (if present), or the contents of a file to\nan integer. However, unlike accessing the command line argument, reading\nthe file is fallible, so it must be wrapped with Ok.

    \n\n
    let v: u64 = std::env::args()\n   .nth(1)\n   .map_or_else(|| std::fs::read_to_string(\"/etc/someconfig.conf\"), Ok)?\n   .parse()?;
    \n
    1.0.0 · source

    pub fn ok_or<E>(self, err: E) -> Result<T, E>

    Transforms the Option<T> into a Result<T, E>, mapping Some(v) to\nOk(v) and None to Err(err).

    \n

    Arguments passed to ok_or are eagerly evaluated; if you are passing the\nresult of a function call, it is recommended to use ok_or_else, which is\nlazily evaluated.

    \n
    §Examples
    \n
    let x = Some(\"foo\");\nassert_eq!(x.ok_or(0), Ok(\"foo\"));\n\nlet x: Option<&str> = None;\nassert_eq!(x.ok_or(0), Err(0));
    \n
    1.0.0 · source

    pub fn ok_or_else<E, F>(self, err: F) -> Result<T, E>
    where\n F: FnOnce() -> E,

    Transforms the Option<T> into a Result<T, E>, mapping Some(v) to\nOk(v) and None to Err(err()).

    \n
    §Examples
    \n
    let x = Some(\"foo\");\nassert_eq!(x.ok_or_else(|| 0), Ok(\"foo\"));\n\nlet x: Option<&str> = None;\nassert_eq!(x.ok_or_else(|| 0), Err(0));
    \n
    1.40.0 · source

    pub fn as_deref(&self) -> Option<&<T as Deref>::Target>
    where\n T: Deref,

    Converts from Option<T> (or &Option<T>) to Option<&T::Target>.

    \n

    Leaves the original Option in-place, creating a new one with a reference\nto the original one, additionally coercing the contents via Deref.

    \n
    §Examples
    \n
    let x: Option<String> = Some(\"hey\".to_owned());\nassert_eq!(x.as_deref(), Some(\"hey\"));\n\nlet x: Option<String> = None;\nassert_eq!(x.as_deref(), None);
    \n
    1.40.0 · source

    pub fn as_deref_mut(&mut self) -> Option<&mut <T as Deref>::Target>
    where\n T: DerefMut,

    Converts from Option<T> (or &mut Option<T>) to Option<&mut T::Target>.

    \n

    Leaves the original Option in-place, creating a new one containing a mutable reference to\nthe inner type’s Deref::Target type.

    \n
    §Examples
    \n
    let mut x: Option<String> = Some(\"hey\".to_owned());\nassert_eq!(x.as_deref_mut().map(|x| {\n    x.make_ascii_uppercase();\n    x\n}), Some(\"HEY\".to_owned().as_mut_str()));
    \n
    1.0.0 (const: unstable) · source

    pub fn iter(&self) -> Iter<'_, T> ⓘ

    Returns an iterator over the possibly contained value.

    \n
    §Examples
    \n
    let x = Some(4);\nassert_eq!(x.iter().next(), Some(&4));\n\nlet x: Option<u32> = None;\nassert_eq!(x.iter().next(), None);
    \n
    1.0.0 · source

    pub fn iter_mut(&mut self) -> IterMut<'_, T> ⓘ

    Returns a mutable iterator over the possibly contained value.

    \n
    §Examples
    \n
    let mut x = Some(4);\nmatch x.iter_mut().next() {\n    Some(v) => *v = 42,\n    None => {},\n}\nassert_eq!(x, Some(42));\n\nlet mut x: Option<u32> = None;\nassert_eq!(x.iter_mut().next(), None);
    \n
    1.0.0 · source

    pub fn and<U>(self, optb: Option<U>) -> Option<U>

    Returns None if the option is None, otherwise returns optb.

    \n

    Arguments passed to and are eagerly evaluated; if you are passing the\nresult of a function call, it is recommended to use and_then, which is\nlazily evaluated.

    \n
    §Examples
    \n
    let x = Some(2);\nlet y: Option<&str> = None;\nassert_eq!(x.and(y), None);\n\nlet x: Option<u32> = None;\nlet y = Some(\"foo\");\nassert_eq!(x.and(y), None);\n\nlet x = Some(2);\nlet y = Some(\"foo\");\nassert_eq!(x.and(y), Some(\"foo\"));\n\nlet x: Option<u32> = None;\nlet y: Option<&str> = None;\nassert_eq!(x.and(y), None);
    \n
    1.0.0 · source

    pub fn and_then<U, F>(self, f: F) -> Option<U>
    where\n F: FnOnce(T) -> Option<U>,

    Returns None if the option is None, otherwise calls f with the\nwrapped value and returns the result.

    \n

    Some languages call this operation flatmap.

    \n
    §Examples
    \n
    fn sq_then_to_string(x: u32) -> Option<String> {\n    x.checked_mul(x).map(|sq| sq.to_string())\n}\n\nassert_eq!(Some(2).and_then(sq_then_to_string), Some(4.to_string()));\nassert_eq!(Some(1_000_000).and_then(sq_then_to_string), None); // overflowed!\nassert_eq!(None.and_then(sq_then_to_string), None);
    \n

    Often used to chain fallible operations that may return None.

    \n\n
    let arr_2d = [[\"A0\", \"A1\"], [\"B0\", \"B1\"]];\n\nlet item_0_1 = arr_2d.get(0).and_then(|row| row.get(1));\nassert_eq!(item_0_1, Some(&\"A1\"));\n\nlet item_2_0 = arr_2d.get(2).and_then(|row| row.get(0));\nassert_eq!(item_2_0, None);
    \n
    1.27.0 · source

    pub fn filter<P>(self, predicate: P) -> Option<T>
    where\n P: FnOnce(&T) -> bool,

    Returns None if the option is None, otherwise calls predicate\nwith the wrapped value and returns:

    \n
      \n
    • Some(t) if predicate returns true (where t is the wrapped\nvalue), and
    • \n
    • None if predicate returns false.
    • \n
    \n

    This function works similar to Iterator::filter(). You can imagine\nthe Option<T> being an iterator over one or zero elements. filter()\nlets you decide which elements to keep.

    \n
    §Examples
    \n
    fn is_even(n: &i32) -> bool {\n    n % 2 == 0\n}\n\nassert_eq!(None.filter(is_even), None);\nassert_eq!(Some(3).filter(is_even), None);\nassert_eq!(Some(4).filter(is_even), Some(4));
    \n
    1.0.0 · source

    pub fn or(self, optb: Option<T>) -> Option<T>

    Returns the option if it contains a value, otherwise returns optb.

    \n

    Arguments passed to or are eagerly evaluated; if you are passing the\nresult of a function call, it is recommended to use or_else, which is\nlazily evaluated.

    \n
    §Examples
    \n
    let x = Some(2);\nlet y = None;\nassert_eq!(x.or(y), Some(2));\n\nlet x = None;\nlet y = Some(100);\nassert_eq!(x.or(y), Some(100));\n\nlet x = Some(2);\nlet y = Some(100);\nassert_eq!(x.or(y), Some(2));\n\nlet x: Option<u32> = None;\nlet y = None;\nassert_eq!(x.or(y), None);
    \n
    1.0.0 · source

    pub fn or_else<F>(self, f: F) -> Option<T>
    where\n F: FnOnce() -> Option<T>,

    Returns the option if it contains a value, otherwise calls f and\nreturns the result.

    \n
    §Examples
    \n
    fn nobody() -> Option<&'static str> { None }\nfn vikings() -> Option<&'static str> { Some(\"vikings\") }\n\nassert_eq!(Some(\"barbarians\").or_else(vikings), Some(\"barbarians\"));\nassert_eq!(None.or_else(vikings), Some(\"vikings\"));\nassert_eq!(None.or_else(nobody), None);
    \n
    1.37.0 · source

    pub fn xor(self, optb: Option<T>) -> Option<T>

    Returns Some if exactly one of self, optb is Some, otherwise returns None.

    \n
    §Examples
    \n
    let x = Some(2);\nlet y: Option<u32> = None;\nassert_eq!(x.xor(y), Some(2));\n\nlet x: Option<u32> = None;\nlet y = Some(2);\nassert_eq!(x.xor(y), Some(2));\n\nlet x = Some(2);\nlet y = Some(2);\nassert_eq!(x.xor(y), None);\n\nlet x: Option<u32> = None;\nlet y: Option<u32> = None;\nassert_eq!(x.xor(y), None);
    \n
    1.53.0 · source

    pub fn insert(&mut self, value: T) -> &mut T

    Inserts value into the option, then returns a mutable reference to it.

    \n

    If the option already contains a value, the old value is dropped.

    \n

    See also Option::get_or_insert, which doesn’t update the value if\nthe option already contains Some.

    \n
    §Example
    \n
    let mut opt = None;\nlet val = opt.insert(1);\nassert_eq!(*val, 1);\nassert_eq!(opt.unwrap(), 1);\nlet val = opt.insert(2);\nassert_eq!(*val, 2);\n*val = 3;\nassert_eq!(opt.unwrap(), 3);
    \n
    1.20.0 · source

    pub fn get_or_insert(&mut self, value: T) -> &mut T

    Inserts value into the option if it is None, then\nreturns a mutable reference to the contained value.

    \n

    See also Option::insert, which updates the value even if\nthe option already contains Some.

    \n
    §Examples
    \n
    let mut x = None;\n\n{\n    let y: &mut u32 = x.get_or_insert(5);\n    assert_eq!(y, &5);\n\n    *y = 7;\n}\n\nassert_eq!(x, Some(7));
    \n
    source

    pub fn get_or_insert_default(&mut self) -> &mut T
    where\n T: Default,

    🔬This is a nightly-only experimental API. (option_get_or_insert_default)

    Inserts the default value into the option if it is None, then\nreturns a mutable reference to the contained value.

    \n
    §Examples
    \n
    #![feature(option_get_or_insert_default)]\n\nlet mut x = None;\n\n{\n    let y: &mut u32 = x.get_or_insert_default();\n    assert_eq!(y, &0);\n\n    *y = 7;\n}\n\nassert_eq!(x, Some(7));
    \n
    1.20.0 · source

    pub fn get_or_insert_with<F>(&mut self, f: F) -> &mut T
    where\n F: FnOnce() -> T,

    Inserts a value computed from f into the option if it is None,\nthen returns a mutable reference to the contained value.

    \n
    §Examples
    \n
    let mut x = None;\n\n{\n    let y: &mut u32 = x.get_or_insert_with(|| 5);\n    assert_eq!(y, &5);\n\n    *y = 7;\n}\n\nassert_eq!(x, Some(7));
    \n
    1.0.0 (const: unstable) · source

    pub fn take(&mut self) -> Option<T>

    Takes the value out of the option, leaving a None in its place.

    \n
    §Examples
    \n
    let mut x = Some(2);\nlet y = x.take();\nassert_eq!(x, None);\nassert_eq!(y, Some(2));\n\nlet mut x: Option<u32> = None;\nlet y = x.take();\nassert_eq!(x, None);\nassert_eq!(y, None);
    \n
    source

    pub fn take_if<P>(&mut self, predicate: P) -> Option<T>
    where\n P: FnOnce(&mut T) -> bool,

    🔬This is a nightly-only experimental API. (option_take_if)

    Takes the value out of the option, but only if the predicate evaluates to\ntrue on a mutable reference to the value.

    \n

    In other words, replaces self with None if the predicate returns true.\nThis method operates similar to Option::take but conditional.

    \n
    §Examples
    \n
    #![feature(option_take_if)]\n\nlet mut x = Some(42);\n\nlet prev = x.take_if(|v| if *v == 42 {\n    *v += 1;\n    false\n} else {\n    false\n});\nassert_eq!(x, Some(43));\nassert_eq!(prev, None);\n\nlet prev = x.take_if(|v| *v == 43);\nassert_eq!(x, None);\nassert_eq!(prev, Some(43));
    \n
    1.31.0 (const: unstable) · source

    pub fn replace(&mut self, value: T) -> Option<T>

    Replaces the actual value in the option by the value given in parameter,\nreturning the old value if present,\nleaving a Some in its place without deinitializing either one.

    \n
    §Examples
    \n
    let mut x = Some(2);\nlet old = x.replace(5);\nassert_eq!(x, Some(5));\nassert_eq!(old, Some(2));\n\nlet mut x = None;\nlet old = x.replace(3);\nassert_eq!(x, Some(3));\nassert_eq!(old, None);
    \n
    1.46.0 · source

    pub fn zip<U>(self, other: Option<U>) -> Option<(T, U)>

    Zips self with another Option.

    \n

    If self is Some(s) and other is Some(o), this method returns Some((s, o)).\nOtherwise, None is returned.

    \n
    §Examples
    \n
    let x = Some(1);\nlet y = Some(\"hi\");\nlet z = None::<u8>;\n\nassert_eq!(x.zip(y), Some((1, \"hi\")));\nassert_eq!(x.zip(z), None);
    \n
    source

    pub fn zip_with<U, F, R>(self, other: Option<U>, f: F) -> Option<R>
    where\n F: FnOnce(T, U) -> R,

    🔬This is a nightly-only experimental API. (option_zip)

    Zips self and another Option with function f.

    \n

    If self is Some(s) and other is Some(o), this method returns Some(f(s, o)).\nOtherwise, None is returned.

    \n
    §Examples
    \n
    #![feature(option_zip)]\n\n#[derive(Debug, PartialEq)]\nstruct Point {\n    x: f64,\n    y: f64,\n}\n\nimpl Point {\n    fn new(x: f64, y: f64) -> Self {\n        Self { x, y }\n    }\n}\n\nlet x = Some(17.5);\nlet y = Some(42.7);\n\nassert_eq!(x.zip_with(y, Point::new), Some(Point { x: 17.5, y: 42.7 }));\nassert_eq!(x.zip_with(None, Point::new), None);
    \n
    ",0,"bdk_chain::bitcoin::secp256k1::ffi::NonceFn","bdk_chain::bitcoin::secp256k1::ffi::EcdhHashFn","bdk_chain::bitcoin::secp256k1::ffi::SchnorrNonceFn","bdk_chain::bitcoin::secp256k1::ffi::EllswiftEcdhHashFn"],["
    1.0.0 · source§

    impl<T> Ord for Option<T>
    where\n T: Ord,

    source§

    fn cmp(&self, other: &Option<T>) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where\n Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Self
    where\n Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Self
    where\n Self: Sized + PartialOrd,

    Restrict a value to a certain interval. Read more
    ","Ord","bdk_chain::bitcoin::secp256k1::ffi::NonceFn","bdk_chain::bitcoin::secp256k1::ffi::EcdhHashFn","bdk_chain::bitcoin::secp256k1::ffi::SchnorrNonceFn","bdk_chain::bitcoin::secp256k1::ffi::EllswiftEcdhHashFn"],["
    1.0.0 · source§

    impl<T> PartialEq for Option<T>
    where\n T: PartialEq,

    source§

    fn eq(&self, other: &Option<T>) -> bool

    This method tests for self and other values to be equal, and is used\nby ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
    ","PartialEq","bdk_chain::bitcoin::secp256k1::ffi::NonceFn","bdk_chain::bitcoin::secp256k1::ffi::EcdhHashFn","bdk_chain::bitcoin::secp256k1::ffi::SchnorrNonceFn","bdk_chain::bitcoin::secp256k1::ffi::EllswiftEcdhHashFn"],["
    1.0.0 · source§

    impl<T> PartialOrd for Option<T>
    where\n T: PartialOrd,

    source§

    fn partial_cmp(&self, other: &Option<T>) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >=\noperator. Read more
    ","PartialOrd","bdk_chain::bitcoin::secp256k1::ffi::NonceFn","bdk_chain::bitcoin::secp256k1::ffi::EcdhHashFn","bdk_chain::bitcoin::secp256k1::ffi::SchnorrNonceFn","bdk_chain::bitcoin::secp256k1::ffi::EllswiftEcdhHashFn"],["
    1.37.0 · source§

    impl<T, U> Product<Option<U>> for Option<T>
    where\n T: Product<U>,

    source§

    fn product<I>(iter: I) -> Option<T>
    where\n I: Iterator<Item = Option<U>>,

    Takes each element in the Iterator: if it is a None, no further\nelements are taken, and the None is returned. Should no None\noccur, the product of all elements is returned.

    \n
    §Examples
    \n

    This multiplies each number in a vector of strings,\nif a string could not be parsed the operation returns None:

    \n\n
    let nums = vec![\"5\", \"10\", \"1\", \"2\"];\nlet total: Option<usize> = nums.iter().map(|w| w.parse::<usize>().ok()).product();\nassert_eq!(total, Some(100));\nlet nums = vec![\"5\", \"10\", \"one\", \"2\"];\nlet total: Option<usize> = nums.iter().map(|w| w.parse::<usize>().ok()).product();\nassert_eq!(total, None);
    \n
    ","Product>","bdk_chain::bitcoin::secp256k1::ffi::NonceFn","bdk_chain::bitcoin::secp256k1::ffi::EcdhHashFn","bdk_chain::bitcoin::secp256k1::ffi::SchnorrNonceFn","bdk_chain::bitcoin::secp256k1::ffi::EllswiftEcdhHashFn"],["
    source§

    impl<T> Serialize for Option<T>
    where\n T: Serialize,

    source§

    fn serialize<S>(\n &self,\n serializer: S\n) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where\n S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    ","Serialize","bdk_chain::bitcoin::secp256k1::ffi::NonceFn","bdk_chain::bitcoin::secp256k1::ffi::EcdhHashFn","bdk_chain::bitcoin::secp256k1::ffi::SchnorrNonceFn","bdk_chain::bitcoin::secp256k1::ffi::EllswiftEcdhHashFn"],["
    1.37.0 · source§

    impl<T, U> Sum<Option<U>> for Option<T>
    where\n T: Sum<U>,

    source§

    fn sum<I>(iter: I) -> Option<T>
    where\n I: Iterator<Item = Option<U>>,

    Takes each element in the Iterator: if it is a None, no further\nelements are taken, and the None is returned. Should no None\noccur, the sum of all elements is returned.

    \n
    §Examples
    \n

    This sums up the position of the character ‘a’ in a vector of strings,\nif a word did not have the character ‘a’ the operation returns None:

    \n\n
    let words = vec![\"have\", \"a\", \"great\", \"day\"];\nlet total: Option<usize> = words.iter().map(|w| w.find('a')).sum();\nassert_eq!(total, Some(5));\nlet words = vec![\"have\", \"a\", \"good\", \"day\"];\nlet total: Option<usize> = words.iter().map(|w| w.find('a')).sum();\nassert_eq!(total, None);
    \n
    ","Sum>","bdk_chain::bitcoin::secp256k1::ffi::NonceFn","bdk_chain::bitcoin::secp256k1::ffi::EcdhHashFn","bdk_chain::bitcoin::secp256k1::ffi::SchnorrNonceFn","bdk_chain::bitcoin::secp256k1::ffi::EllswiftEcdhHashFn"],["
    §

    impl<T> ToSql for Option<T>
    where\n T: ToSql,

    §

    fn to_sql(&self) -> Result<ToSqlOutput<'_>, Error>

    Converts Rust value to SQLite value
    ","ToSql","bdk_chain::bitcoin::secp256k1::ffi::NonceFn","bdk_chain::bitcoin::secp256k1::ffi::EcdhHashFn","bdk_chain::bitcoin::secp256k1::ffi::SchnorrNonceFn","bdk_chain::bitcoin::secp256k1::ffi::EllswiftEcdhHashFn"],["
    source§

    impl<T> Try for Option<T>

    §

    type Output = T

    🔬This is a nightly-only experimental API. (try_trait_v2)
    The type of the value produced by ? when not short-circuiting.
    §

    type Residual = Option<Infallible>

    🔬This is a nightly-only experimental API. (try_trait_v2)
    The type of the value passed to FromResidual::from_residual\nas part of ? when short-circuiting. Read more
    source§

    fn from_output(output: <Option<T> as Try>::Output) -> Option<T>

    🔬This is a nightly-only experimental API. (try_trait_v2)
    Constructs the type from its Output type. Read more
    source§

    fn branch(\n self\n) -> ControlFlow<<Option<T> as Try>::Residual, <Option<T> as Try>::Output>

    🔬This is a nightly-only experimental API. (try_trait_v2)
    Used in ? to decide whether the operator should produce a value\n(because this returned ControlFlow::Continue)\nor propagate a value back to the caller\n(because this returned ControlFlow::Break). Read more
    ","Try","bdk_chain::bitcoin::secp256k1::ffi::NonceFn","bdk_chain::bitcoin::secp256k1::ffi::EcdhHashFn","bdk_chain::bitcoin::secp256k1::ffi::SchnorrNonceFn","bdk_chain::bitcoin::secp256k1::ffi::EllswiftEcdhHashFn"],["
    1.0.0 · source§

    impl<T> Copy for Option<T>
    where\n T: Copy,

    ","Copy","bdk_chain::bitcoin::secp256k1::ffi::NonceFn","bdk_chain::bitcoin::secp256k1::ffi::EcdhHashFn","bdk_chain::bitcoin::secp256k1::ffi::SchnorrNonceFn","bdk_chain::bitcoin::secp256k1::ffi::EllswiftEcdhHashFn"],["
    1.0.0 · source§

    impl<T> Eq for Option<T>
    where\n T: Eq,

    ","Eq","bdk_chain::bitcoin::secp256k1::ffi::NonceFn","bdk_chain::bitcoin::secp256k1::ffi::EcdhHashFn","bdk_chain::bitcoin::secp256k1::ffi::SchnorrNonceFn","bdk_chain::bitcoin::secp256k1::ffi::EllswiftEcdhHashFn"],["
    1.0.0 · source§

    impl<T> StructuralPartialEq for Option<T>

    ","StructuralPartialEq","bdk_chain::bitcoin::secp256k1::ffi::NonceFn","bdk_chain::bitcoin::secp256k1::ffi::EcdhHashFn","bdk_chain::bitcoin::secp256k1::ffi::SchnorrNonceFn","bdk_chain::bitcoin::secp256k1::ffi::EllswiftEcdhHashFn"]] };if (window.register_type_impls) {window.register_type_impls(type_impls);} else {window.pending_type_impls = type_impls;}})() \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/core/result/enum.Result.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/core/result/enum.Result.js index 4c38a5967c..f507ae0c17 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/core/result/enum.Result.js +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/core/result/enum.Result.js @@ -1,3 +1,3 @@ (function() {var type_impls = { -"bdk_chain":[["
    1.0.0 · source§

    impl<T, E> Clone for Result<T, E>
    where\n T: Clone,\n E: Clone,

    source§

    fn clone(&self) -> Result<T, E>

    Returns a copy of the value. Read more
    source§

    fn clone_from(&mut self, source: &Result<T, E>)

    Performs copy-assignment from source. Read more
    ","Clone","bdk_chain::bitcoin::io::Result"],["
    1.0.0 · source§

    impl<T, E> Debug for Result<T, E>
    where\n T: Debug,\n E: Debug,

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Debug","bdk_chain::bitcoin::io::Result"],["
    source§

    impl<'de, T, E> Deserialize<'de> for Result<T, E>
    where\n T: Deserialize<'de>,\n E: Deserialize<'de>,

    source§

    fn deserialize<D>(\n deserializer: D\n) -> Result<Result<T, E>, <D as Deserializer<'de>>::Error>
    where\n D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    ","Deserialize<'de>","bdk_chain::bitcoin::io::Result"],["
    1.0.0 · source§

    impl<A, E, V> FromIterator<Result<A, E>> for Result<V, E>
    where\n V: FromIterator<A>,

    source§

    fn from_iter<I>(iter: I) -> Result<V, E>
    where\n I: IntoIterator<Item = Result<A, E>>,

    Takes each element in the Iterator: if it is an Err, no further\nelements are taken, and the Err is returned. Should no Err occur, a\ncontainer with the values of each Result is returned.

    \n

    Here is an example which increments every integer in a vector,\nchecking for overflow:

    \n\n
    let v = vec![1, 2];\nlet res: Result<Vec<u32>, &'static str> = v.iter().map(|x: &u32|\n    x.checked_add(1).ok_or(\"Overflow!\")\n).collect();\nassert_eq!(res, Ok(vec![2, 3]));
    \n

    Here is another example that tries to subtract one from another list\nof integers, this time checking for underflow:

    \n\n
    let v = vec![1, 2, 0];\nlet res: Result<Vec<u32>, &'static str> = v.iter().map(|x: &u32|\n    x.checked_sub(1).ok_or(\"Underflow!\")\n).collect();\nassert_eq!(res, Err(\"Underflow!\"));
    \n

    Here is a variation on the previous example, showing that no\nfurther elements are taken from iter after the first Err.

    \n\n
    let v = vec![3, 2, 1, 10];\nlet mut shared = 0;\nlet res: Result<Vec<u32>, &'static str> = v.iter().map(|x: &u32| {\n    shared += x;\n    x.checked_sub(2).ok_or(\"Underflow!\")\n}).collect();\nassert_eq!(res, Err(\"Underflow!\"));\nassert_eq!(shared, 6);
    \n

    Since the third element caused an underflow, no further elements were taken,\nso the final value of shared is 6 (= 3 + 2 + 1), not 16.

    \n
    ","FromIterator>","bdk_chain::bitcoin::io::Result"],["
    source§

    impl<T, E, F> FromResidual<Result<Infallible, E>> for Result<T, F>
    where\n F: From<E>,

    source§

    fn from_residual(residual: Result<Infallible, E>) -> Result<T, F>

    🔬This is a nightly-only experimental API. (try_trait_v2)
    Constructs the type from a compatible Residual type. Read more
    ","FromResidual>","bdk_chain::bitcoin::io::Result"],["
    source§

    impl<T, E, F> FromResidual<Yeet<E>> for Result<T, F>
    where\n F: From<E>,

    source§

    fn from_residual(_: Yeet<E>) -> Result<T, F>

    🔬This is a nightly-only experimental API. (try_trait_v2)
    Constructs the type from a compatible Residual type. Read more
    ","FromResidual>","bdk_chain::bitcoin::io::Result"],["
    1.0.0 · source§

    impl<T, E> Hash for Result<T, E>
    where\n T: Hash,\n E: Hash,

    source§

    fn hash<__H>(&self, state: &mut __H)
    where\n __H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where\n H: Hasher,\n Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    ","Hash","bdk_chain::bitcoin::io::Result"],["
    1.0.0 · source§

    impl<T, E> IntoIterator for Result<T, E>

    source§

    fn into_iter(self) -> IntoIter<T> ⓘ

    Returns a consuming iterator over the possibly contained value.

    \n

    The iterator yields one value if the result is Result::Ok, otherwise none.

    \n
    §Examples
    \n
    let x: Result<u32, &str> = Ok(5);\nlet v: Vec<u32> = x.into_iter().collect();\nassert_eq!(v, [5]);\n\nlet x: Result<u32, &str> = Err(\"nothing!\");\nlet v: Vec<u32> = x.into_iter().collect();\nassert_eq!(v, []);
    \n
    §

    type Item = T

    The type of the elements being iterated over.
    §

    type IntoIter = IntoIter<T>

    Which kind of iterator are we turning this into?
    ","IntoIterator","bdk_chain::bitcoin::io::Result"],["
    1.0.0 · source§

    impl<T, E> Ord for Result<T, E>
    where\n T: Ord,\n E: Ord,

    source§

    fn cmp(&self, other: &Result<T, E>) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where\n Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Self
    where\n Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Self
    where\n Self: Sized + PartialOrd,

    Restrict a value to a certain interval. Read more
    ","Ord","bdk_chain::bitcoin::io::Result"],["
    1.0.0 · source§

    impl<T, E> PartialEq for Result<T, E>
    where\n T: PartialEq,\n E: PartialEq,

    source§

    fn eq(&self, other: &Result<T, E>) -> bool

    This method tests for self and other values to be equal, and is used\nby ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
    ","PartialEq","bdk_chain::bitcoin::io::Result"],["
    1.0.0 · source§

    impl<T, E> PartialOrd for Result<T, E>
    where\n T: PartialOrd,\n E: PartialOrd,

    source§

    fn partial_cmp(&self, other: &Result<T, E>) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >=\noperator. Read more
    ","PartialOrd","bdk_chain::bitcoin::io::Result"],["
    1.16.0 · source§

    impl<T, U, E> Product<Result<U, E>> for Result<T, E>
    where\n T: Product<U>,

    source§

    fn product<I>(iter: I) -> Result<T, E>
    where\n I: Iterator<Item = Result<U, E>>,

    Takes each element in the Iterator: if it is an Err, no further\nelements are taken, and the Err is returned. Should no Err\noccur, the product of all elements is returned.

    \n
    §Examples
    \n

    This multiplies each number in a vector of strings,\nif a string could not be parsed the operation returns Err:

    \n\n
    let nums = vec![\"5\", \"10\", \"1\", \"2\"];\nlet total: Result<usize, _> = nums.iter().map(|w| w.parse::<usize>()).product();\nassert_eq!(total, Ok(100));\nlet nums = vec![\"5\", \"10\", \"one\", \"2\"];\nlet total: Result<usize, _> = nums.iter().map(|w| w.parse::<usize>()).product();\nassert!(total.is_err());
    \n
    ","Product>","bdk_chain::bitcoin::io::Result"],["
    source§

    impl<T, E> Residual<T> for Result<Infallible, E>

    §

    type TryType = Result<T, E>

    🔬This is a nightly-only experimental API. (try_trait_v2_residual)
    The “return” type of this meta-function.
    ","Residual","bdk_chain::bitcoin::io::Result"],["
    source§

    impl<T, E> Result<&T, E>

    1.59.0 · source

    pub fn copied(self) -> Result<T, E>
    where\n T: Copy,

    Maps a Result<&T, E> to a Result<T, E> by copying the contents of the\nOk part.

    \n
    §Examples
    \n
    let val = 12;\nlet x: Result<&i32, i32> = Ok(&val);\nassert_eq!(x, Ok(&12));\nlet copied = x.copied();\nassert_eq!(copied, Ok(12));
    \n
    1.59.0 · source

    pub fn cloned(self) -> Result<T, E>
    where\n T: Clone,

    Maps a Result<&T, E> to a Result<T, E> by cloning the contents of the\nOk part.

    \n
    §Examples
    \n
    let val = 12;\nlet x: Result<&i32, i32> = Ok(&val);\nassert_eq!(x, Ok(&12));\nlet cloned = x.cloned();\nassert_eq!(cloned, Ok(12));
    \n
    ",0,"bdk_chain::bitcoin::io::Result"],["
    source§

    impl<T, E> Result<&mut T, E>

    1.59.0 · source

    pub fn copied(self) -> Result<T, E>
    where\n T: Copy,

    Maps a Result<&mut T, E> to a Result<T, E> by copying the contents of the\nOk part.

    \n
    §Examples
    \n
    let mut val = 12;\nlet x: Result<&mut i32, i32> = Ok(&mut val);\nassert_eq!(x, Ok(&mut 12));\nlet copied = x.copied();\nassert_eq!(copied, Ok(12));
    \n
    1.59.0 · source

    pub fn cloned(self) -> Result<T, E>
    where\n T: Clone,

    Maps a Result<&mut T, E> to a Result<T, E> by cloning the contents of the\nOk part.

    \n
    §Examples
    \n
    let mut val = 12;\nlet x: Result<&mut i32, i32> = Ok(&mut val);\nassert_eq!(x, Ok(&mut 12));\nlet cloned = x.cloned();\nassert_eq!(cloned, Ok(12));
    \n
    ",0,"bdk_chain::bitcoin::io::Result"],["
    source§

    impl<T, E> Result<Option<T>, E>

    1.33.0 (const: unstable) · source

    pub fn transpose(self) -> Option<Result<T, E>>

    Transposes a Result of an Option into an Option of a Result.

    \n

    Ok(None) will be mapped to None.\nOk(Some(_)) and Err(_) will be mapped to Some(Ok(_)) and Some(Err(_)).

    \n
    §Examples
    \n
    #[derive(Debug, Eq, PartialEq)]\nstruct SomeErr;\n\nlet x: Result<Option<i32>, SomeErr> = Ok(Some(5));\nlet y: Option<Result<i32, SomeErr>> = Some(Ok(5));\nassert_eq!(x.transpose(), y);
    \n
    ",0,"bdk_chain::bitcoin::io::Result"],["
    source§

    impl<T, E> Result<Result<T, E>, E>

    source

    pub fn flatten(self) -> Result<T, E>

    🔬This is a nightly-only experimental API. (result_flattening)

    Converts from Result<Result<T, E>, E> to Result<T, E>

    \n
    §Examples
    \n
    #![feature(result_flattening)]\nlet x: Result<Result<&'static str, u32>, u32> = Ok(Ok(\"hello\"));\nassert_eq!(Ok(\"hello\"), x.flatten());\n\nlet x: Result<Result<&'static str, u32>, u32> = Ok(Err(6));\nassert_eq!(Err(6), x.flatten());\n\nlet x: Result<Result<&'static str, u32>, u32> = Err(6);\nassert_eq!(Err(6), x.flatten());
    \n

    Flattening only removes one level of nesting at a time:

    \n\n
    #![feature(result_flattening)]\nlet x: Result<Result<Result<&'static str, u32>, u32>, u32> = Ok(Ok(Ok(\"hello\")));\nassert_eq!(Ok(Ok(\"hello\")), x.flatten());\nassert_eq!(Ok(\"hello\"), x.flatten().flatten());
    \n
    ",0,"bdk_chain::bitcoin::io::Result"],["
    source§

    impl<T, E> Result<T, E>

    1.0.0 (const: 1.48.0) · source

    pub const fn is_ok(&self) -> bool

    Returns true if the result is Ok.

    \n
    §Examples
    \n
    let x: Result<i32, &str> = Ok(-3);\nassert_eq!(x.is_ok(), true);\n\nlet x: Result<i32, &str> = Err(\"Some error message\");\nassert_eq!(x.is_ok(), false);
    \n
    1.70.0 · source

    pub fn is_ok_and(self, f: impl FnOnce(T) -> bool) -> bool

    Returns true if the result is Ok and the value inside of it matches a predicate.

    \n
    §Examples
    \n
    let x: Result<u32, &str> = Ok(2);\nassert_eq!(x.is_ok_and(|x| x > 1), true);\n\nlet x: Result<u32, &str> = Ok(0);\nassert_eq!(x.is_ok_and(|x| x > 1), false);\n\nlet x: Result<u32, &str> = Err(\"hey\");\nassert_eq!(x.is_ok_and(|x| x > 1), false);
    \n
    1.0.0 (const: 1.48.0) · source

    pub const fn is_err(&self) -> bool

    Returns true if the result is Err.

    \n
    §Examples
    \n
    let x: Result<i32, &str> = Ok(-3);\nassert_eq!(x.is_err(), false);\n\nlet x: Result<i32, &str> = Err(\"Some error message\");\nassert_eq!(x.is_err(), true);
    \n
    1.70.0 · source

    pub fn is_err_and(self, f: impl FnOnce(E) -> bool) -> bool

    Returns true if the result is Err and the value inside of it matches a predicate.

    \n
    §Examples
    \n
    use std::io::{Error, ErrorKind};\n\nlet x: Result<u32, Error> = Err(Error::new(ErrorKind::NotFound, \"!\"));\nassert_eq!(x.is_err_and(|x| x.kind() == ErrorKind::NotFound), true);\n\nlet x: Result<u32, Error> = Err(Error::new(ErrorKind::PermissionDenied, \"!\"));\nassert_eq!(x.is_err_and(|x| x.kind() == ErrorKind::NotFound), false);\n\nlet x: Result<u32, Error> = Ok(123);\nassert_eq!(x.is_err_and(|x| x.kind() == ErrorKind::NotFound), false);
    \n
    1.0.0 · source

    pub fn ok(self) -> Option<T>

    Converts from Result<T, E> to Option<T>.

    \n

    Converts self into an Option<T>, consuming self,\nand discarding the error, if any.

    \n
    §Examples
    \n
    let x: Result<u32, &str> = Ok(2);\nassert_eq!(x.ok(), Some(2));\n\nlet x: Result<u32, &str> = Err(\"Nothing here\");\nassert_eq!(x.ok(), None);
    \n
    1.0.0 · source

    pub fn err(self) -> Option<E>

    Converts from Result<T, E> to Option<E>.

    \n

    Converts self into an Option<E>, consuming self,\nand discarding the success value, if any.

    \n
    §Examples
    \n
    let x: Result<u32, &str> = Ok(2);\nassert_eq!(x.err(), None);\n\nlet x: Result<u32, &str> = Err(\"Nothing here\");\nassert_eq!(x.err(), Some(\"Nothing here\"));
    \n
    1.0.0 (const: 1.48.0) · source

    pub const fn as_ref(&self) -> Result<&T, &E>

    Converts from &Result<T, E> to Result<&T, &E>.

    \n

    Produces a new Result, containing a reference\ninto the original, leaving the original in place.

    \n
    §Examples
    \n
    let x: Result<u32, &str> = Ok(2);\nassert_eq!(x.as_ref(), Ok(&2));\n\nlet x: Result<u32, &str> = Err(\"Error\");\nassert_eq!(x.as_ref(), Err(&\"Error\"));
    \n
    1.0.0 (const: unstable) · source

    pub fn as_mut(&mut self) -> Result<&mut T, &mut E>

    Converts from &mut Result<T, E> to Result<&mut T, &mut E>.

    \n
    §Examples
    \n
    fn mutate(r: &mut Result<i32, i32>) {\n    match r.as_mut() {\n        Ok(v) => *v = 42,\n        Err(e) => *e = 0,\n    }\n}\n\nlet mut x: Result<i32, i32> = Ok(2);\nmutate(&mut x);\nassert_eq!(x.unwrap(), 42);\n\nlet mut x: Result<i32, i32> = Err(13);\nmutate(&mut x);\nassert_eq!(x.unwrap_err(), 0);
    \n
    1.0.0 · source

    pub fn map<U, F>(self, op: F) -> Result<U, E>
    where\n F: FnOnce(T) -> U,

    Maps a Result<T, E> to Result<U, E> by applying a function to a\ncontained Ok value, leaving an Err value untouched.

    \n

    This function can be used to compose the results of two functions.

    \n
    §Examples
    \n

    Print the numbers on each line of a string multiplied by two.

    \n\n
    let line = \"1\\n2\\n3\\n4\\n\";\n\nfor num in line.lines() {\n    match num.parse::<i32>().map(|i| i * 2) {\n        Ok(n) => println!(\"{n}\"),\n        Err(..) => {}\n    }\n}
    \n
    1.41.0 · source

    pub fn map_or<U, F>(self, default: U, f: F) -> U
    where\n F: FnOnce(T) -> U,

    Returns the provided default (if Err), or\napplies a function to the contained value (if Ok).

    \n

    Arguments passed to map_or are eagerly evaluated; if you are passing\nthe result of a function call, it is recommended to use map_or_else,\nwhich is lazily evaluated.

    \n
    §Examples
    \n
    let x: Result<_, &str> = Ok(\"foo\");\nassert_eq!(x.map_or(42, |v| v.len()), 3);\n\nlet x: Result<&str, _> = Err(\"bar\");\nassert_eq!(x.map_or(42, |v| v.len()), 42);
    \n
    1.41.0 · source

    pub fn map_or_else<U, D, F>(self, default: D, f: F) -> U
    where\n D: FnOnce(E) -> U,\n F: FnOnce(T) -> U,

    Maps a Result<T, E> to U by applying fallback function default to\na contained Err value, or function f to a contained Ok value.

    \n

    This function can be used to unpack a successful result\nwhile handling an error.

    \n
    §Examples
    \n
    let k = 21;\n\nlet x : Result<_, &str> = Ok(\"foo\");\nassert_eq!(x.map_or_else(|e| k * 2, |v| v.len()), 3);\n\nlet x : Result<&str, _> = Err(\"bar\");\nassert_eq!(x.map_or_else(|e| k * 2, |v| v.len()), 42);
    \n
    1.0.0 · source

    pub fn map_err<F, O>(self, op: O) -> Result<T, F>
    where\n O: FnOnce(E) -> F,

    Maps a Result<T, E> to Result<T, F> by applying a function to a\ncontained Err value, leaving an Ok value untouched.

    \n

    This function can be used to pass through a successful result while handling\nan error.

    \n
    §Examples
    \n
    fn stringify(x: u32) -> String { format!(\"error code: {x}\") }\n\nlet x: Result<u32, u32> = Ok(2);\nassert_eq!(x.map_err(stringify), Ok(2));\n\nlet x: Result<u32, u32> = Err(13);\nassert_eq!(x.map_err(stringify), Err(\"error code: 13\".to_string()));
    \n
    1.76.0 · source

    pub fn inspect<F>(self, f: F) -> Result<T, E>
    where\n F: FnOnce(&T),

    Calls a function with a reference to the contained value if Ok.

    \n

    Returns the original result.

    \n
    §Examples
    \n
    let x: u8 = \"4\"\n    .parse::<u8>()\n    .inspect(|x| println!(\"original: {x}\"))\n    .map(|x| x.pow(3))\n    .expect(\"failed to parse number\");
    \n
    1.76.0 · source

    pub fn inspect_err<F>(self, f: F) -> Result<T, E>
    where\n F: FnOnce(&E),

    Calls a function with a reference to the contained value if Err.

    \n

    Returns the original result.

    \n
    §Examples
    \n
    use std::{fs, io};\n\nfn read() -> io::Result<String> {\n    fs::read_to_string(\"address.txt\")\n        .inspect_err(|e| eprintln!(\"failed to read file: {e}\"))\n}
    \n
    1.47.0 · source

    pub fn as_deref(&self) -> Result<&<T as Deref>::Target, &E>
    where\n T: Deref,

    Converts from Result<T, E> (or &Result<T, E>) to Result<&<T as Deref>::Target, &E>.

    \n

    Coerces the Ok variant of the original Result via Deref\nand returns the new Result.

    \n
    §Examples
    \n
    let x: Result<String, u32> = Ok(\"hello\".to_string());\nlet y: Result<&str, &u32> = Ok(\"hello\");\nassert_eq!(x.as_deref(), y);\n\nlet x: Result<String, u32> = Err(42);\nlet y: Result<&str, &u32> = Err(&42);\nassert_eq!(x.as_deref(), y);
    \n
    1.47.0 · source

    pub fn as_deref_mut(&mut self) -> Result<&mut <T as Deref>::Target, &mut E>
    where\n T: DerefMut,

    Converts from Result<T, E> (or &mut Result<T, E>) to Result<&mut <T as DerefMut>::Target, &mut E>.

    \n

    Coerces the Ok variant of the original Result via DerefMut\nand returns the new Result.

    \n
    §Examples
    \n
    let mut s = \"HELLO\".to_string();\nlet mut x: Result<String, u32> = Ok(\"hello\".to_string());\nlet y: Result<&mut str, &mut u32> = Ok(&mut s);\nassert_eq!(x.as_deref_mut().map(|x| { x.make_ascii_uppercase(); x }), y);\n\nlet mut i = 42;\nlet mut x: Result<String, u32> = Err(42);\nlet y: Result<&mut str, &mut u32> = Err(&mut i);\nassert_eq!(x.as_deref_mut().map(|x| { x.make_ascii_uppercase(); x }), y);
    \n
    1.0.0 · source

    pub fn iter(&self) -> Iter<'_, T> ⓘ

    Returns an iterator over the possibly contained value.

    \n

    The iterator yields one value if the result is Result::Ok, otherwise none.

    \n
    §Examples
    \n
    let x: Result<u32, &str> = Ok(7);\nassert_eq!(x.iter().next(), Some(&7));\n\nlet x: Result<u32, &str> = Err(\"nothing!\");\nassert_eq!(x.iter().next(), None);
    \n
    1.0.0 · source

    pub fn iter_mut(&mut self) -> IterMut<'_, T> ⓘ

    Returns a mutable iterator over the possibly contained value.

    \n

    The iterator yields one value if the result is Result::Ok, otherwise none.

    \n
    §Examples
    \n
    let mut x: Result<u32, &str> = Ok(7);\nmatch x.iter_mut().next() {\n    Some(v) => *v = 40,\n    None => {},\n}\nassert_eq!(x, Ok(40));\n\nlet mut x: Result<u32, &str> = Err(\"nothing!\");\nassert_eq!(x.iter_mut().next(), None);
    \n
    1.4.0 · source

    pub fn expect(self, msg: &str) -> T
    where\n E: Debug,

    Returns the contained Ok value, consuming the self value.

    \n

    Because this function may panic, its use is generally discouraged.\nInstead, prefer to use pattern matching and handle the Err\ncase explicitly, or call unwrap_or, unwrap_or_else, or\nunwrap_or_default.

    \n
    §Panics
    \n

    Panics if the value is an Err, with a panic message including the\npassed message, and the content of the Err.

    \n
    §Examples
    \n
    ⓘ
    let x: Result<u32, &str> = Err(\"emergency failure\");\nx.expect(\"Testing expect\"); // panics with `Testing expect: emergency failure`
    \n
    §Recommended Message Style
    \n

    We recommend that expect messages are used to describe the reason you\nexpect the Result should be Ok.

    \n\n
    ⓘ
    let path = std::env::var(\"IMPORTANT_PATH\")\n    .expect(\"env variable `IMPORTANT_PATH` should be set by `wrapper_script.sh`\");
    \n

    Hint: If you’re having trouble remembering how to phrase expect\nerror messages remember to focus on the word “should” as in “env\nvariable should be set by blah” or “the given binary should be available\nand executable by the current user”.

    \n

    For more detail on expect message styles and the reasoning behind our recommendation please\nrefer to the section on “Common Message\nStyles” in the\nstd::error module docs.

    \n
    1.0.0 · source

    pub fn unwrap(self) -> T
    where\n E: Debug,

    Returns the contained Ok value, consuming the self value.

    \n

    Because this function may panic, its use is generally discouraged.\nInstead, prefer to use pattern matching and handle the Err\ncase explicitly, or call unwrap_or, unwrap_or_else, or\nunwrap_or_default.

    \n
    §Panics
    \n

    Panics if the value is an Err, with a panic message provided by the\nErr’s value.

    \n
    §Examples
    \n

    Basic usage:

    \n\n
    let x: Result<u32, &str> = Ok(2);\nassert_eq!(x.unwrap(), 2);
    \n\n
    ⓘ
    let x: Result<u32, &str> = Err(\"emergency failure\");\nx.unwrap(); // panics with `emergency failure`
    \n
    1.16.0 · source

    pub fn unwrap_or_default(self) -> T
    where\n T: Default,

    Returns the contained Ok value or a default

    \n

    Consumes the self argument then, if Ok, returns the contained\nvalue, otherwise if Err, returns the default value for that\ntype.

    \n
    §Examples
    \n

    Converts a string to an integer, turning poorly-formed strings\ninto 0 (the default value for integers). parse converts\na string to any other type that implements FromStr, returning an\nErr on error.

    \n\n
    let good_year_from_input = \"1909\";\nlet bad_year_from_input = \"190blarg\";\nlet good_year = good_year_from_input.parse().unwrap_or_default();\nlet bad_year = bad_year_from_input.parse().unwrap_or_default();\n\nassert_eq!(1909, good_year);\nassert_eq!(0, bad_year);
    \n
    1.17.0 · source

    pub fn expect_err(self, msg: &str) -> E
    where\n T: Debug,

    Returns the contained Err value, consuming the self value.

    \n
    §Panics
    \n

    Panics if the value is an Ok, with a panic message including the\npassed message, and the content of the Ok.

    \n
    §Examples
    \n
    ⓘ
    let x: Result<u32, &str> = Ok(10);\nx.expect_err(\"Testing expect_err\"); // panics with `Testing expect_err: 10`
    \n
    1.0.0 · source

    pub fn unwrap_err(self) -> E
    where\n T: Debug,

    Returns the contained Err value, consuming the self value.

    \n
    §Panics
    \n

    Panics if the value is an Ok, with a custom panic message provided\nby the Ok’s value.

    \n
    §Examples
    \n
    ⓘ
    let x: Result<u32, &str> = Ok(2);\nx.unwrap_err(); // panics with `2`
    \n\n
    let x: Result<u32, &str> = Err(\"emergency failure\");\nassert_eq!(x.unwrap_err(), \"emergency failure\");
    \n
    source

    pub fn into_ok(self) -> T
    where\n E: Into<!>,

    🔬This is a nightly-only experimental API. (unwrap_infallible)

    Returns the contained Ok value, but never panics.

    \n

    Unlike unwrap, this method is known to never panic on the\nresult types it is implemented for. Therefore, it can be used\ninstead of unwrap as a maintainability safeguard that will fail\nto compile if the error type of the Result is later changed\nto an error that can actually occur.

    \n
    §Examples
    \n
    \nfn only_good_news() -> Result<String, !> {\n    Ok(\"this is fine\".into())\n}\n\nlet s: String = only_good_news().into_ok();\nprintln!(\"{s}\");
    \n
    source

    pub fn into_err(self) -> E
    where\n T: Into<!>,

    🔬This is a nightly-only experimental API. (unwrap_infallible)

    Returns the contained Err value, but never panics.

    \n

    Unlike unwrap_err, this method is known to never panic on the\nresult types it is implemented for. Therefore, it can be used\ninstead of unwrap_err as a maintainability safeguard that will fail\nto compile if the ok type of the Result is later changed\nto a type that can actually occur.

    \n
    §Examples
    \n
    \nfn only_bad_news() -> Result<!, String> {\n    Err(\"Oops, it failed\".into())\n}\n\nlet error: String = only_bad_news().into_err();\nprintln!(\"{error}\");
    \n
    1.0.0 · source

    pub fn and<U>(self, res: Result<U, E>) -> Result<U, E>

    Returns res if the result is Ok, otherwise returns the Err value of self.

    \n

    Arguments passed to and are eagerly evaluated; if you are passing the\nresult of a function call, it is recommended to use and_then, which is\nlazily evaluated.

    \n
    §Examples
    \n
    let x: Result<u32, &str> = Ok(2);\nlet y: Result<&str, &str> = Err(\"late error\");\nassert_eq!(x.and(y), Err(\"late error\"));\n\nlet x: Result<u32, &str> = Err(\"early error\");\nlet y: Result<&str, &str> = Ok(\"foo\");\nassert_eq!(x.and(y), Err(\"early error\"));\n\nlet x: Result<u32, &str> = Err(\"not a 2\");\nlet y: Result<&str, &str> = Err(\"late error\");\nassert_eq!(x.and(y), Err(\"not a 2\"));\n\nlet x: Result<u32, &str> = Ok(2);\nlet y: Result<&str, &str> = Ok(\"different result type\");\nassert_eq!(x.and(y), Ok(\"different result type\"));
    \n
    1.0.0 · source

    pub fn and_then<U, F>(self, op: F) -> Result<U, E>
    where\n F: FnOnce(T) -> Result<U, E>,

    Calls op if the result is Ok, otherwise returns the Err value of self.

    \n

    This function can be used for control flow based on Result values.

    \n
    §Examples
    \n
    fn sq_then_to_string(x: u32) -> Result<String, &'static str> {\n    x.checked_mul(x).map(|sq| sq.to_string()).ok_or(\"overflowed\")\n}\n\nassert_eq!(Ok(2).and_then(sq_then_to_string), Ok(4.to_string()));\nassert_eq!(Ok(1_000_000).and_then(sq_then_to_string), Err(\"overflowed\"));\nassert_eq!(Err(\"not a number\").and_then(sq_then_to_string), Err(\"not a number\"));
    \n

    Often used to chain fallible operations that may return Err.

    \n\n
    use std::{io::ErrorKind, path::Path};\n\n// Note: on Windows \"/\" maps to \"C:\\\"\nlet root_modified_time = Path::new(\"/\").metadata().and_then(|md| md.modified());\nassert!(root_modified_time.is_ok());\n\nlet should_fail = Path::new(\"/bad/path\").metadata().and_then(|md| md.modified());\nassert!(should_fail.is_err());\nassert_eq!(should_fail.unwrap_err().kind(), ErrorKind::NotFound);
    \n
    1.0.0 · source

    pub fn or<F>(self, res: Result<T, F>) -> Result<T, F>

    Returns res if the result is Err, otherwise returns the Ok value of self.

    \n

    Arguments passed to or are eagerly evaluated; if you are passing the\nresult of a function call, it is recommended to use or_else, which is\nlazily evaluated.

    \n
    §Examples
    \n
    let x: Result<u32, &str> = Ok(2);\nlet y: Result<u32, &str> = Err(\"late error\");\nassert_eq!(x.or(y), Ok(2));\n\nlet x: Result<u32, &str> = Err(\"early error\");\nlet y: Result<u32, &str> = Ok(2);\nassert_eq!(x.or(y), Ok(2));\n\nlet x: Result<u32, &str> = Err(\"not a 2\");\nlet y: Result<u32, &str> = Err(\"late error\");\nassert_eq!(x.or(y), Err(\"late error\"));\n\nlet x: Result<u32, &str> = Ok(2);\nlet y: Result<u32, &str> = Ok(100);\nassert_eq!(x.or(y), Ok(2));
    \n
    1.0.0 · source

    pub fn or_else<F, O>(self, op: O) -> Result<T, F>
    where\n O: FnOnce(E) -> Result<T, F>,

    Calls op if the result is Err, otherwise returns the Ok value of self.

    \n

    This function can be used for control flow based on result values.

    \n
    §Examples
    \n
    fn sq(x: u32) -> Result<u32, u32> { Ok(x * x) }\nfn err(x: u32) -> Result<u32, u32> { Err(x) }\n\nassert_eq!(Ok(2).or_else(sq).or_else(sq), Ok(2));\nassert_eq!(Ok(2).or_else(err).or_else(sq), Ok(2));\nassert_eq!(Err(3).or_else(sq).or_else(err), Ok(9));\nassert_eq!(Err(3).or_else(err).or_else(err), Err(3));
    \n
    1.0.0 · source

    pub fn unwrap_or(self, default: T) -> T

    Returns the contained Ok value or a provided default.

    \n

    Arguments passed to unwrap_or are eagerly evaluated; if you are passing\nthe result of a function call, it is recommended to use unwrap_or_else,\nwhich is lazily evaluated.

    \n
    §Examples
    \n
    let default = 2;\nlet x: Result<u32, &str> = Ok(9);\nassert_eq!(x.unwrap_or(default), 9);\n\nlet x: Result<u32, &str> = Err(\"error\");\nassert_eq!(x.unwrap_or(default), default);
    \n
    1.0.0 · source

    pub fn unwrap_or_else<F>(self, op: F) -> T
    where\n F: FnOnce(E) -> T,

    Returns the contained Ok value or computes it from a closure.

    \n
    §Examples
    \n
    fn count(x: &str) -> usize { x.len() }\n\nassert_eq!(Ok(2).unwrap_or_else(count), 2);\nassert_eq!(Err(\"foo\").unwrap_or_else(count), 3);
    \n
    1.58.0 · source

    pub unsafe fn unwrap_unchecked(self) -> T

    Returns the contained Ok value, consuming the self value,\nwithout checking that the value is not an Err.

    \n
    §Safety
    \n

    Calling this method on an Err is undefined behavior.

    \n
    §Examples
    \n
    let x: Result<u32, &str> = Ok(2);\nassert_eq!(unsafe { x.unwrap_unchecked() }, 2);
    \n\n
    let x: Result<u32, &str> = Err(\"emergency failure\");\nunsafe { x.unwrap_unchecked(); } // Undefined behavior!
    \n
    1.58.0 · source

    pub unsafe fn unwrap_err_unchecked(self) -> E

    Returns the contained Err value, consuming the self value,\nwithout checking that the value is not an Ok.

    \n
    §Safety
    \n

    Calling this method on an Ok is undefined behavior.

    \n
    §Examples
    \n
    let x: Result<u32, &str> = Ok(2);\nunsafe { x.unwrap_err_unchecked() }; // Undefined behavior!
    \n\n
    let x: Result<u32, &str> = Err(\"emergency failure\");\nassert_eq!(unsafe { x.unwrap_err_unchecked() }, \"emergency failure\");
    \n
    ",0,"bdk_chain::bitcoin::io::Result"],["
    source§

    impl<T, E> Serialize for Result<T, E>
    where\n T: Serialize,\n E: Serialize,

    source§

    fn serialize<S>(\n &self,\n serializer: S\n) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where\n S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    ","Serialize","bdk_chain::bitcoin::io::Result"],["
    1.16.0 · source§

    impl<T, U, E> Sum<Result<U, E>> for Result<T, E>
    where\n T: Sum<U>,

    source§

    fn sum<I>(iter: I) -> Result<T, E>
    where\n I: Iterator<Item = Result<U, E>>,

    Takes each element in the Iterator: if it is an Err, no further\nelements are taken, and the Err is returned. Should no Err\noccur, the sum of all elements is returned.

    \n
    §Examples
    \n

    This sums up every integer in a vector, rejecting the sum if a negative\nelement is encountered:

    \n\n
    let f = |&x: &i32| if x < 0 { Err(\"Negative element found\") } else { Ok(x) };\nlet v = vec![1, 2];\nlet res: Result<i32, _> = v.iter().map(f).sum();\nassert_eq!(res, Ok(3));\nlet v = vec![1, -2];\nlet res: Result<i32, _> = v.iter().map(f).sum();\nassert_eq!(res, Err(\"Negative element found\"));
    \n
    ","Sum>","bdk_chain::bitcoin::io::Result"],["
    1.61.0 · source§

    impl<T, E> Termination for Result<T, E>
    where\n T: Termination,\n E: Debug,

    source§

    fn report(self) -> ExitCode

    Is called to get the representation of the value as status code.\nThis status code is returned to the operating system.
    ","Termination","bdk_chain::bitcoin::io::Result"],["
    source§

    impl<T, E> Try for Result<T, E>

    §

    type Output = T

    🔬This is a nightly-only experimental API. (try_trait_v2)
    The type of the value produced by ? when not short-circuiting.
    §

    type Residual = Result<Infallible, E>

    🔬This is a nightly-only experimental API. (try_trait_v2)
    The type of the value passed to FromResidual::from_residual\nas part of ? when short-circuiting. Read more
    source§

    fn from_output(output: <Result<T, E> as Try>::Output) -> Result<T, E>

    🔬This is a nightly-only experimental API. (try_trait_v2)
    Constructs the type from its Output type. Read more
    source§

    fn branch(\n self\n) -> ControlFlow<<Result<T, E> as Try>::Residual, <Result<T, E> as Try>::Output>

    🔬This is a nightly-only experimental API. (try_trait_v2)
    Used in ? to decide whether the operator should produce a value\n(because this returned ControlFlow::Continue)\nor propagate a value back to the caller\n(because this returned ControlFlow::Break). Read more
    ","Try","bdk_chain::bitcoin::io::Result"],["
    1.0.0 · source§

    impl<T, E> Copy for Result<T, E>
    where\n T: Copy,\n E: Copy,

    ","Copy","bdk_chain::bitcoin::io::Result"],["
    1.0.0 · source§

    impl<T, E> Eq for Result<T, E>
    where\n T: Eq,\n E: Eq,

    ","Eq","bdk_chain::bitcoin::io::Result"],["
    1.0.0 · source§

    impl<T, E> StructuralPartialEq for Result<T, E>

    ","StructuralPartialEq","bdk_chain::bitcoin::io::Result"]] +"bdk_chain":[["
    1.0.0 · source§

    impl<T, E> Clone for Result<T, E>
    where\n T: Clone,\n E: Clone,

    source§

    fn clone(&self) -> Result<T, E>

    Returns a copy of the value. Read more
    source§

    fn clone_from(&mut self, source: &Result<T, E>)

    Performs copy-assignment from source. Read more
    ","Clone","bdk_chain::bitcoin::io::Result"],["
    1.0.0 · source§

    impl<T, E> Debug for Result<T, E>
    where\n T: Debug,\n E: Debug,

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Debug","bdk_chain::bitcoin::io::Result"],["
    source§

    impl<'de, T, E> Deserialize<'de> for Result<T, E>
    where\n T: Deserialize<'de>,\n E: Deserialize<'de>,

    source§

    fn deserialize<D>(\n deserializer: D\n) -> Result<Result<T, E>, <D as Deserializer<'de>>::Error>
    where\n D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    ","Deserialize<'de>","bdk_chain::bitcoin::io::Result"],["
    1.0.0 · source§

    impl<A, E, V> FromIterator<Result<A, E>> for Result<V, E>
    where\n V: FromIterator<A>,

    source§

    fn from_iter<I>(iter: I) -> Result<V, E>
    where\n I: IntoIterator<Item = Result<A, E>>,

    Takes each element in the Iterator: if it is an Err, no further\nelements are taken, and the Err is returned. Should no Err occur, a\ncontainer with the values of each Result is returned.

    \n

    Here is an example which increments every integer in a vector,\nchecking for overflow:

    \n\n
    let v = vec![1, 2];\nlet res: Result<Vec<u32>, &'static str> = v.iter().map(|x: &u32|\n    x.checked_add(1).ok_or(\"Overflow!\")\n).collect();\nassert_eq!(res, Ok(vec![2, 3]));
    \n

    Here is another example that tries to subtract one from another list\nof integers, this time checking for underflow:

    \n\n
    let v = vec![1, 2, 0];\nlet res: Result<Vec<u32>, &'static str> = v.iter().map(|x: &u32|\n    x.checked_sub(1).ok_or(\"Underflow!\")\n).collect();\nassert_eq!(res, Err(\"Underflow!\"));
    \n

    Here is a variation on the previous example, showing that no\nfurther elements are taken from iter after the first Err.

    \n\n
    let v = vec![3, 2, 1, 10];\nlet mut shared = 0;\nlet res: Result<Vec<u32>, &'static str> = v.iter().map(|x: &u32| {\n    shared += x;\n    x.checked_sub(2).ok_or(\"Underflow!\")\n}).collect();\nassert_eq!(res, Err(\"Underflow!\"));\nassert_eq!(shared, 6);
    \n

    Since the third element caused an underflow, no further elements were taken,\nso the final value of shared is 6 (= 3 + 2 + 1), not 16.

    \n
    ","FromIterator>","bdk_chain::bitcoin::io::Result"],["
    source§

    impl<T, E, F> FromResidual<Result<Infallible, E>> for Result<T, F>
    where\n F: From<E>,

    source§

    fn from_residual(residual: Result<Infallible, E>) -> Result<T, F>

    🔬This is a nightly-only experimental API. (try_trait_v2)
    Constructs the type from a compatible Residual type. Read more
    ","FromResidual>","bdk_chain::bitcoin::io::Result"],["
    source§

    impl<T, E, F> FromResidual<Yeet<E>> for Result<T, F>
    where\n F: From<E>,

    source§

    fn from_residual(_: Yeet<E>) -> Result<T, F>

    🔬This is a nightly-only experimental API. (try_trait_v2)
    Constructs the type from a compatible Residual type. Read more
    ","FromResidual>","bdk_chain::bitcoin::io::Result"],["
    1.0.0 · source§

    impl<T, E> Hash for Result<T, E>
    where\n T: Hash,\n E: Hash,

    source§

    fn hash<__H>(&self, state: &mut __H)
    where\n __H: Hasher,

    Feeds this value into the given Hasher. Read more
    1.3.0 · source§

    fn hash_slice<H>(data: &[Self], state: &mut H)
    where\n H: Hasher,\n Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    ","Hash","bdk_chain::bitcoin::io::Result"],["
    1.0.0 · source§

    impl<T, E> IntoIterator for Result<T, E>

    source§

    fn into_iter(self) -> IntoIter<T> ⓘ

    Returns a consuming iterator over the possibly contained value.

    \n

    The iterator yields one value if the result is Result::Ok, otherwise none.

    \n
    §Examples
    \n
    let x: Result<u32, &str> = Ok(5);\nlet v: Vec<u32> = x.into_iter().collect();\nassert_eq!(v, [5]);\n\nlet x: Result<u32, &str> = Err(\"nothing!\");\nlet v: Vec<u32> = x.into_iter().collect();\nassert_eq!(v, []);
    \n
    §

    type Item = T

    The type of the elements being iterated over.
    §

    type IntoIter = IntoIter<T>

    Which kind of iterator are we turning this into?
    ","IntoIterator","bdk_chain::bitcoin::io::Result"],["
    1.0.0 · source§

    impl<T, E> Ord for Result<T, E>
    where\n T: Ord,\n E: Ord,

    source§

    fn cmp(&self, other: &Result<T, E>) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where\n Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Self
    where\n Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Self
    where\n Self: Sized + PartialOrd,

    Restrict a value to a certain interval. Read more
    ","Ord","bdk_chain::bitcoin::io::Result"],["
    1.0.0 · source§

    impl<T, E> PartialEq for Result<T, E>
    where\n T: PartialEq,\n E: PartialEq,

    source§

    fn eq(&self, other: &Result<T, E>) -> bool

    This method tests for self and other values to be equal, and is used\nby ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
    ","PartialEq","bdk_chain::bitcoin::io::Result"],["
    1.0.0 · source§

    impl<T, E> PartialOrd for Result<T, E>
    where\n T: PartialOrd,\n E: PartialOrd,

    source§

    fn partial_cmp(&self, other: &Result<T, E>) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    1.0.0 · source§

    fn lt(&self, other: &Rhs) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    1.0.0 · source§

    fn le(&self, other: &Rhs) -> bool

    This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more
    1.0.0 · source§

    fn gt(&self, other: &Rhs) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    1.0.0 · source§

    fn ge(&self, other: &Rhs) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >=\noperator. Read more
    ","PartialOrd","bdk_chain::bitcoin::io::Result"],["
    1.16.0 · source§

    impl<T, U, E> Product<Result<U, E>> for Result<T, E>
    where\n T: Product<U>,

    source§

    fn product<I>(iter: I) -> Result<T, E>
    where\n I: Iterator<Item = Result<U, E>>,

    Takes each element in the Iterator: if it is an Err, no further\nelements are taken, and the Err is returned. Should no Err\noccur, the product of all elements is returned.

    \n
    §Examples
    \n

    This multiplies each number in a vector of strings,\nif a string could not be parsed the operation returns Err:

    \n\n
    let nums = vec![\"5\", \"10\", \"1\", \"2\"];\nlet total: Result<usize, _> = nums.iter().map(|w| w.parse::<usize>()).product();\nassert_eq!(total, Ok(100));\nlet nums = vec![\"5\", \"10\", \"one\", \"2\"];\nlet total: Result<usize, _> = nums.iter().map(|w| w.parse::<usize>()).product();\nassert!(total.is_err());
    \n
    ","Product>","bdk_chain::bitcoin::io::Result"],["
    source§

    impl<T, E> Residual<T> for Result<Infallible, E>

    §

    type TryType = Result<T, E>

    🔬This is a nightly-only experimental API. (try_trait_v2_residual)
    The “return” type of this meta-function.
    ","Residual","bdk_chain::bitcoin::io::Result"],["
    source§

    impl<T, E> Result<&T, E>

    1.59.0 · source

    pub fn copied(self) -> Result<T, E>
    where\n T: Copy,

    Maps a Result<&T, E> to a Result<T, E> by copying the contents of the\nOk part.

    \n
    §Examples
    \n
    let val = 12;\nlet x: Result<&i32, i32> = Ok(&val);\nassert_eq!(x, Ok(&12));\nlet copied = x.copied();\nassert_eq!(copied, Ok(12));
    \n
    1.59.0 · source

    pub fn cloned(self) -> Result<T, E>
    where\n T: Clone,

    Maps a Result<&T, E> to a Result<T, E> by cloning the contents of the\nOk part.

    \n
    §Examples
    \n
    let val = 12;\nlet x: Result<&i32, i32> = Ok(&val);\nassert_eq!(x, Ok(&12));\nlet cloned = x.cloned();\nassert_eq!(cloned, Ok(12));
    \n
    ",0,"bdk_chain::bitcoin::io::Result"],["
    source§

    impl<T, E> Result<&mut T, E>

    1.59.0 · source

    pub fn copied(self) -> Result<T, E>
    where\n T: Copy,

    Maps a Result<&mut T, E> to a Result<T, E> by copying the contents of the\nOk part.

    \n
    §Examples
    \n
    let mut val = 12;\nlet x: Result<&mut i32, i32> = Ok(&mut val);\nassert_eq!(x, Ok(&mut 12));\nlet copied = x.copied();\nassert_eq!(copied, Ok(12));
    \n
    1.59.0 · source

    pub fn cloned(self) -> Result<T, E>
    where\n T: Clone,

    Maps a Result<&mut T, E> to a Result<T, E> by cloning the contents of the\nOk part.

    \n
    §Examples
    \n
    let mut val = 12;\nlet x: Result<&mut i32, i32> = Ok(&mut val);\nassert_eq!(x, Ok(&mut 12));\nlet cloned = x.cloned();\nassert_eq!(cloned, Ok(12));
    \n
    ",0,"bdk_chain::bitcoin::io::Result"],["
    source§

    impl<T, E> Result<Option<T>, E>

    1.33.0 (const: unstable) · source

    pub fn transpose(self) -> Option<Result<T, E>>

    Transposes a Result of an Option into an Option of a Result.

    \n

    Ok(None) will be mapped to None.\nOk(Some(_)) and Err(_) will be mapped to Some(Ok(_)) and Some(Err(_)).

    \n
    §Examples
    \n
    #[derive(Debug, Eq, PartialEq)]\nstruct SomeErr;\n\nlet x: Result<Option<i32>, SomeErr> = Ok(Some(5));\nlet y: Option<Result<i32, SomeErr>> = Some(Ok(5));\nassert_eq!(x.transpose(), y);
    \n
    ",0,"bdk_chain::bitcoin::io::Result"],["
    source§

    impl<T, E> Result<Result<T, E>, E>

    source

    pub fn flatten(self) -> Result<T, E>

    🔬This is a nightly-only experimental API. (result_flattening)

    Converts from Result<Result<T, E>, E> to Result<T, E>

    \n
    §Examples
    \n
    #![feature(result_flattening)]\nlet x: Result<Result<&'static str, u32>, u32> = Ok(Ok(\"hello\"));\nassert_eq!(Ok(\"hello\"), x.flatten());\n\nlet x: Result<Result<&'static str, u32>, u32> = Ok(Err(6));\nassert_eq!(Err(6), x.flatten());\n\nlet x: Result<Result<&'static str, u32>, u32> = Err(6);\nassert_eq!(Err(6), x.flatten());
    \n

    Flattening only removes one level of nesting at a time:

    \n\n
    #![feature(result_flattening)]\nlet x: Result<Result<Result<&'static str, u32>, u32>, u32> = Ok(Ok(Ok(\"hello\")));\nassert_eq!(Ok(Ok(\"hello\")), x.flatten());\nassert_eq!(Ok(\"hello\"), x.flatten().flatten());
    \n
    ",0,"bdk_chain::bitcoin::io::Result"],["
    source§

    impl<T, E> Result<T, E>

    1.0.0 (const: 1.48.0) · source

    pub const fn is_ok(&self) -> bool

    Returns true if the result is Ok.

    \n
    §Examples
    \n
    let x: Result<i32, &str> = Ok(-3);\nassert_eq!(x.is_ok(), true);\n\nlet x: Result<i32, &str> = Err(\"Some error message\");\nassert_eq!(x.is_ok(), false);
    \n
    1.70.0 · source

    pub fn is_ok_and(self, f: impl FnOnce(T) -> bool) -> bool

    Returns true if the result is Ok and the value inside of it matches a predicate.

    \n
    §Examples
    \n
    let x: Result<u32, &str> = Ok(2);\nassert_eq!(x.is_ok_and(|x| x > 1), true);\n\nlet x: Result<u32, &str> = Ok(0);\nassert_eq!(x.is_ok_and(|x| x > 1), false);\n\nlet x: Result<u32, &str> = Err(\"hey\");\nassert_eq!(x.is_ok_and(|x| x > 1), false);
    \n
    1.0.0 (const: 1.48.0) · source

    pub const fn is_err(&self) -> bool

    Returns true if the result is Err.

    \n
    §Examples
    \n
    let x: Result<i32, &str> = Ok(-3);\nassert_eq!(x.is_err(), false);\n\nlet x: Result<i32, &str> = Err(\"Some error message\");\nassert_eq!(x.is_err(), true);
    \n
    1.70.0 · source

    pub fn is_err_and(self, f: impl FnOnce(E) -> bool) -> bool

    Returns true if the result is Err and the value inside of it matches a predicate.

    \n
    §Examples
    \n
    use std::io::{Error, ErrorKind};\n\nlet x: Result<u32, Error> = Err(Error::new(ErrorKind::NotFound, \"!\"));\nassert_eq!(x.is_err_and(|x| x.kind() == ErrorKind::NotFound), true);\n\nlet x: Result<u32, Error> = Err(Error::new(ErrorKind::PermissionDenied, \"!\"));\nassert_eq!(x.is_err_and(|x| x.kind() == ErrorKind::NotFound), false);\n\nlet x: Result<u32, Error> = Ok(123);\nassert_eq!(x.is_err_and(|x| x.kind() == ErrorKind::NotFound), false);
    \n
    1.0.0 · source

    pub fn ok(self) -> Option<T>

    Converts from Result<T, E> to Option<T>.

    \n

    Converts self into an Option<T>, consuming self,\nand discarding the error, if any.

    \n
    §Examples
    \n
    let x: Result<u32, &str> = Ok(2);\nassert_eq!(x.ok(), Some(2));\n\nlet x: Result<u32, &str> = Err(\"Nothing here\");\nassert_eq!(x.ok(), None);
    \n
    1.0.0 · source

    pub fn err(self) -> Option<E>

    Converts from Result<T, E> to Option<E>.

    \n

    Converts self into an Option<E>, consuming self,\nand discarding the success value, if any.

    \n
    §Examples
    \n
    let x: Result<u32, &str> = Ok(2);\nassert_eq!(x.err(), None);\n\nlet x: Result<u32, &str> = Err(\"Nothing here\");\nassert_eq!(x.err(), Some(\"Nothing here\"));
    \n
    1.0.0 (const: 1.48.0) · source

    pub const fn as_ref(&self) -> Result<&T, &E>

    Converts from &Result<T, E> to Result<&T, &E>.

    \n

    Produces a new Result, containing a reference\ninto the original, leaving the original in place.

    \n
    §Examples
    \n
    let x: Result<u32, &str> = Ok(2);\nassert_eq!(x.as_ref(), Ok(&2));\n\nlet x: Result<u32, &str> = Err(\"Error\");\nassert_eq!(x.as_ref(), Err(&\"Error\"));
    \n
    1.0.0 (const: unstable) · source

    pub fn as_mut(&mut self) -> Result<&mut T, &mut E>

    Converts from &mut Result<T, E> to Result<&mut T, &mut E>.

    \n
    §Examples
    \n
    fn mutate(r: &mut Result<i32, i32>) {\n    match r.as_mut() {\n        Ok(v) => *v = 42,\n        Err(e) => *e = 0,\n    }\n}\n\nlet mut x: Result<i32, i32> = Ok(2);\nmutate(&mut x);\nassert_eq!(x.unwrap(), 42);\n\nlet mut x: Result<i32, i32> = Err(13);\nmutate(&mut x);\nassert_eq!(x.unwrap_err(), 0);
    \n
    1.0.0 · source

    pub fn map<U, F>(self, op: F) -> Result<U, E>
    where\n F: FnOnce(T) -> U,

    Maps a Result<T, E> to Result<U, E> by applying a function to a\ncontained Ok value, leaving an Err value untouched.

    \n

    This function can be used to compose the results of two functions.

    \n
    §Examples
    \n

    Print the numbers on each line of a string multiplied by two.

    \n\n
    let line = \"1\\n2\\n3\\n4\\n\";\n\nfor num in line.lines() {\n    match num.parse::<i32>().map(|i| i * 2) {\n        Ok(n) => println!(\"{n}\"),\n        Err(..) => {}\n    }\n}
    \n
    1.41.0 · source

    pub fn map_or<U, F>(self, default: U, f: F) -> U
    where\n F: FnOnce(T) -> U,

    Returns the provided default (if Err), or\napplies a function to the contained value (if Ok).

    \n

    Arguments passed to map_or are eagerly evaluated; if you are passing\nthe result of a function call, it is recommended to use map_or_else,\nwhich is lazily evaluated.

    \n
    §Examples
    \n
    let x: Result<_, &str> = Ok(\"foo\");\nassert_eq!(x.map_or(42, |v| v.len()), 3);\n\nlet x: Result<&str, _> = Err(\"bar\");\nassert_eq!(x.map_or(42, |v| v.len()), 42);
    \n
    1.41.0 · source

    pub fn map_or_else<U, D, F>(self, default: D, f: F) -> U
    where\n D: FnOnce(E) -> U,\n F: FnOnce(T) -> U,

    Maps a Result<T, E> to U by applying fallback function default to\na contained Err value, or function f to a contained Ok value.

    \n

    This function can be used to unpack a successful result\nwhile handling an error.

    \n
    §Examples
    \n
    let k = 21;\n\nlet x : Result<_, &str> = Ok(\"foo\");\nassert_eq!(x.map_or_else(|e| k * 2, |v| v.len()), 3);\n\nlet x : Result<&str, _> = Err(\"bar\");\nassert_eq!(x.map_or_else(|e| k * 2, |v| v.len()), 42);
    \n
    1.0.0 · source

    pub fn map_err<F, O>(self, op: O) -> Result<T, F>
    where\n O: FnOnce(E) -> F,

    Maps a Result<T, E> to Result<T, F> by applying a function to a\ncontained Err value, leaving an Ok value untouched.

    \n

    This function can be used to pass through a successful result while handling\nan error.

    \n
    §Examples
    \n
    fn stringify(x: u32) -> String { format!(\"error code: {x}\") }\n\nlet x: Result<u32, u32> = Ok(2);\nassert_eq!(x.map_err(stringify), Ok(2));\n\nlet x: Result<u32, u32> = Err(13);\nassert_eq!(x.map_err(stringify), Err(\"error code: 13\".to_string()));
    \n
    1.76.0 · source

    pub fn inspect<F>(self, f: F) -> Result<T, E>
    where\n F: FnOnce(&T),

    Calls a function with a reference to the contained value if Ok.

    \n

    Returns the original result.

    \n
    §Examples
    \n
    let x: u8 = \"4\"\n    .parse::<u8>()\n    .inspect(|x| println!(\"original: {x}\"))\n    .map(|x| x.pow(3))\n    .expect(\"failed to parse number\");
    \n
    1.76.0 · source

    pub fn inspect_err<F>(self, f: F) -> Result<T, E>
    where\n F: FnOnce(&E),

    Calls a function with a reference to the contained value if Err.

    \n

    Returns the original result.

    \n
    §Examples
    \n
    use std::{fs, io};\n\nfn read() -> io::Result<String> {\n    fs::read_to_string(\"address.txt\")\n        .inspect_err(|e| eprintln!(\"failed to read file: {e}\"))\n}
    \n
    1.47.0 · source

    pub fn as_deref(&self) -> Result<&<T as Deref>::Target, &E>
    where\n T: Deref,

    Converts from Result<T, E> (or &Result<T, E>) to Result<&<T as Deref>::Target, &E>.

    \n

    Coerces the Ok variant of the original Result via Deref\nand returns the new Result.

    \n
    §Examples
    \n
    let x: Result<String, u32> = Ok(\"hello\".to_string());\nlet y: Result<&str, &u32> = Ok(\"hello\");\nassert_eq!(x.as_deref(), y);\n\nlet x: Result<String, u32> = Err(42);\nlet y: Result<&str, &u32> = Err(&42);\nassert_eq!(x.as_deref(), y);
    \n
    1.47.0 · source

    pub fn as_deref_mut(&mut self) -> Result<&mut <T as Deref>::Target, &mut E>
    where\n T: DerefMut,

    Converts from Result<T, E> (or &mut Result<T, E>) to Result<&mut <T as DerefMut>::Target, &mut E>.

    \n

    Coerces the Ok variant of the original Result via DerefMut\nand returns the new Result.

    \n
    §Examples
    \n
    let mut s = \"HELLO\".to_string();\nlet mut x: Result<String, u32> = Ok(\"hello\".to_string());\nlet y: Result<&mut str, &mut u32> = Ok(&mut s);\nassert_eq!(x.as_deref_mut().map(|x| { x.make_ascii_uppercase(); x }), y);\n\nlet mut i = 42;\nlet mut x: Result<String, u32> = Err(42);\nlet y: Result<&mut str, &mut u32> = Err(&mut i);\nassert_eq!(x.as_deref_mut().map(|x| { x.make_ascii_uppercase(); x }), y);
    \n
    1.0.0 · source

    pub fn iter(&self) -> Iter<'_, T> ⓘ

    Returns an iterator over the possibly contained value.

    \n

    The iterator yields one value if the result is Result::Ok, otherwise none.

    \n
    §Examples
    \n
    let x: Result<u32, &str> = Ok(7);\nassert_eq!(x.iter().next(), Some(&7));\n\nlet x: Result<u32, &str> = Err(\"nothing!\");\nassert_eq!(x.iter().next(), None);
    \n
    1.0.0 · source

    pub fn iter_mut(&mut self) -> IterMut<'_, T> ⓘ

    Returns a mutable iterator over the possibly contained value.

    \n

    The iterator yields one value if the result is Result::Ok, otherwise none.

    \n
    §Examples
    \n
    let mut x: Result<u32, &str> = Ok(7);\nmatch x.iter_mut().next() {\n    Some(v) => *v = 40,\n    None => {},\n}\nassert_eq!(x, Ok(40));\n\nlet mut x: Result<u32, &str> = Err(\"nothing!\");\nassert_eq!(x.iter_mut().next(), None);
    \n
    1.4.0 · source

    pub fn expect(self, msg: &str) -> T
    where\n E: Debug,

    Returns the contained Ok value, consuming the self value.

    \n

    Because this function may panic, its use is generally discouraged.\nInstead, prefer to use pattern matching and handle the Err\ncase explicitly, or call unwrap_or, unwrap_or_else, or\nunwrap_or_default.

    \n
    §Panics
    \n

    Panics if the value is an Err, with a panic message including the\npassed message, and the content of the Err.

    \n
    §Examples
    \n
    ⓘ
    let x: Result<u32, &str> = Err(\"emergency failure\");\nx.expect(\"Testing expect\"); // panics with `Testing expect: emergency failure`
    \n
    §Recommended Message Style
    \n

    We recommend that expect messages are used to describe the reason you\nexpect the Result should be Ok.

    \n\n
    ⓘ
    let path = std::env::var(\"IMPORTANT_PATH\")\n    .expect(\"env variable `IMPORTANT_PATH` should be set by `wrapper_script.sh`\");
    \n

    Hint: If you’re having trouble remembering how to phrase expect\nerror messages remember to focus on the word “should” as in “env\nvariable should be set by blah” or “the given binary should be available\nand executable by the current user”.

    \n

    For more detail on expect message styles and the reasoning behind our recommendation please\nrefer to the section on “Common Message\nStyles” in the\nstd::error module docs.

    \n
    1.0.0 · source

    pub fn unwrap(self) -> T
    where\n E: Debug,

    Returns the contained Ok value, consuming the self value.

    \n

    Because this function may panic, its use is generally discouraged.\nInstead, prefer to use pattern matching and handle the Err\ncase explicitly, or call unwrap_or, unwrap_or_else, or\nunwrap_or_default.

    \n
    §Panics
    \n

    Panics if the value is an Err, with a panic message provided by the\nErr’s value.

    \n
    §Examples
    \n

    Basic usage:

    \n\n
    let x: Result<u32, &str> = Ok(2);\nassert_eq!(x.unwrap(), 2);
    \n\n
    ⓘ
    let x: Result<u32, &str> = Err(\"emergency failure\");\nx.unwrap(); // panics with `emergency failure`
    \n
    1.16.0 · source

    pub fn unwrap_or_default(self) -> T
    where\n T: Default,

    Returns the contained Ok value or a default

    \n

    Consumes the self argument then, if Ok, returns the contained\nvalue, otherwise if Err, returns the default value for that\ntype.

    \n
    §Examples
    \n

    Converts a string to an integer, turning poorly-formed strings\ninto 0 (the default value for integers). parse converts\na string to any other type that implements FromStr, returning an\nErr on error.

    \n\n
    let good_year_from_input = \"1909\";\nlet bad_year_from_input = \"190blarg\";\nlet good_year = good_year_from_input.parse().unwrap_or_default();\nlet bad_year = bad_year_from_input.parse().unwrap_or_default();\n\nassert_eq!(1909, good_year);\nassert_eq!(0, bad_year);
    \n
    1.17.0 · source

    pub fn expect_err(self, msg: &str) -> E
    where\n T: Debug,

    Returns the contained Err value, consuming the self value.

    \n
    §Panics
    \n

    Panics if the value is an Ok, with a panic message including the\npassed message, and the content of the Ok.

    \n
    §Examples
    \n
    ⓘ
    let x: Result<u32, &str> = Ok(10);\nx.expect_err(\"Testing expect_err\"); // panics with `Testing expect_err: 10`
    \n
    1.0.0 · source

    pub fn unwrap_err(self) -> E
    where\n T: Debug,

    Returns the contained Err value, consuming the self value.

    \n
    §Panics
    \n

    Panics if the value is an Ok, with a custom panic message provided\nby the Ok’s value.

    \n
    §Examples
    \n
    ⓘ
    let x: Result<u32, &str> = Ok(2);\nx.unwrap_err(); // panics with `2`
    \n\n
    let x: Result<u32, &str> = Err(\"emergency failure\");\nassert_eq!(x.unwrap_err(), \"emergency failure\");
    \n
    source

    pub fn into_ok(self) -> T
    where\n E: Into<!>,

    🔬This is a nightly-only experimental API. (unwrap_infallible)

    Returns the contained Ok value, but never panics.

    \n

    Unlike unwrap, this method is known to never panic on the\nresult types it is implemented for. Therefore, it can be used\ninstead of unwrap as a maintainability safeguard that will fail\nto compile if the error type of the Result is later changed\nto an error that can actually occur.

    \n
    §Examples
    \n
    \nfn only_good_news() -> Result<String, !> {\n    Ok(\"this is fine\".into())\n}\n\nlet s: String = only_good_news().into_ok();\nprintln!(\"{s}\");
    \n
    source

    pub fn into_err(self) -> E
    where\n T: Into<!>,

    🔬This is a nightly-only experimental API. (unwrap_infallible)

    Returns the contained Err value, but never panics.

    \n

    Unlike unwrap_err, this method is known to never panic on the\nresult types it is implemented for. Therefore, it can be used\ninstead of unwrap_err as a maintainability safeguard that will fail\nto compile if the ok type of the Result is later changed\nto a type that can actually occur.

    \n
    §Examples
    \n
    \nfn only_bad_news() -> Result<!, String> {\n    Err(\"Oops, it failed\".into())\n}\n\nlet error: String = only_bad_news().into_err();\nprintln!(\"{error}\");
    \n
    1.0.0 · source

    pub fn and<U>(self, res: Result<U, E>) -> Result<U, E>

    Returns res if the result is Ok, otherwise returns the Err value of self.

    \n

    Arguments passed to and are eagerly evaluated; if you are passing the\nresult of a function call, it is recommended to use and_then, which is\nlazily evaluated.

    \n
    §Examples
    \n
    let x: Result<u32, &str> = Ok(2);\nlet y: Result<&str, &str> = Err(\"late error\");\nassert_eq!(x.and(y), Err(\"late error\"));\n\nlet x: Result<u32, &str> = Err(\"early error\");\nlet y: Result<&str, &str> = Ok(\"foo\");\nassert_eq!(x.and(y), Err(\"early error\"));\n\nlet x: Result<u32, &str> = Err(\"not a 2\");\nlet y: Result<&str, &str> = Err(\"late error\");\nassert_eq!(x.and(y), Err(\"not a 2\"));\n\nlet x: Result<u32, &str> = Ok(2);\nlet y: Result<&str, &str> = Ok(\"different result type\");\nassert_eq!(x.and(y), Ok(\"different result type\"));
    \n
    1.0.0 · source

    pub fn and_then<U, F>(self, op: F) -> Result<U, E>
    where\n F: FnOnce(T) -> Result<U, E>,

    Calls op if the result is Ok, otherwise returns the Err value of self.

    \n

    This function can be used for control flow based on Result values.

    \n
    §Examples
    \n
    fn sq_then_to_string(x: u32) -> Result<String, &'static str> {\n    x.checked_mul(x).map(|sq| sq.to_string()).ok_or(\"overflowed\")\n}\n\nassert_eq!(Ok(2).and_then(sq_then_to_string), Ok(4.to_string()));\nassert_eq!(Ok(1_000_000).and_then(sq_then_to_string), Err(\"overflowed\"));\nassert_eq!(Err(\"not a number\").and_then(sq_then_to_string), Err(\"not a number\"));
    \n

    Often used to chain fallible operations that may return Err.

    \n\n
    use std::{io::ErrorKind, path::Path};\n\n// Note: on Windows \"/\" maps to \"C:\\\"\nlet root_modified_time = Path::new(\"/\").metadata().and_then(|md| md.modified());\nassert!(root_modified_time.is_ok());\n\nlet should_fail = Path::new(\"/bad/path\").metadata().and_then(|md| md.modified());\nassert!(should_fail.is_err());\nassert_eq!(should_fail.unwrap_err().kind(), ErrorKind::NotFound);
    \n
    1.0.0 · source

    pub fn or<F>(self, res: Result<T, F>) -> Result<T, F>

    Returns res if the result is Err, otherwise returns the Ok value of self.

    \n

    Arguments passed to or are eagerly evaluated; if you are passing the\nresult of a function call, it is recommended to use or_else, which is\nlazily evaluated.

    \n
    §Examples
    \n
    let x: Result<u32, &str> = Ok(2);\nlet y: Result<u32, &str> = Err(\"late error\");\nassert_eq!(x.or(y), Ok(2));\n\nlet x: Result<u32, &str> = Err(\"early error\");\nlet y: Result<u32, &str> = Ok(2);\nassert_eq!(x.or(y), Ok(2));\n\nlet x: Result<u32, &str> = Err(\"not a 2\");\nlet y: Result<u32, &str> = Err(\"late error\");\nassert_eq!(x.or(y), Err(\"late error\"));\n\nlet x: Result<u32, &str> = Ok(2);\nlet y: Result<u32, &str> = Ok(100);\nassert_eq!(x.or(y), Ok(2));
    \n
    1.0.0 · source

    pub fn or_else<F, O>(self, op: O) -> Result<T, F>
    where\n O: FnOnce(E) -> Result<T, F>,

    Calls op if the result is Err, otherwise returns the Ok value of self.

    \n

    This function can be used for control flow based on result values.

    \n
    §Examples
    \n
    fn sq(x: u32) -> Result<u32, u32> { Ok(x * x) }\nfn err(x: u32) -> Result<u32, u32> { Err(x) }\n\nassert_eq!(Ok(2).or_else(sq).or_else(sq), Ok(2));\nassert_eq!(Ok(2).or_else(err).or_else(sq), Ok(2));\nassert_eq!(Err(3).or_else(sq).or_else(err), Ok(9));\nassert_eq!(Err(3).or_else(err).or_else(err), Err(3));
    \n
    1.0.0 · source

    pub fn unwrap_or(self, default: T) -> T

    Returns the contained Ok value or a provided default.

    \n

    Arguments passed to unwrap_or are eagerly evaluated; if you are passing\nthe result of a function call, it is recommended to use unwrap_or_else,\nwhich is lazily evaluated.

    \n
    §Examples
    \n
    let default = 2;\nlet x: Result<u32, &str> = Ok(9);\nassert_eq!(x.unwrap_or(default), 9);\n\nlet x: Result<u32, &str> = Err(\"error\");\nassert_eq!(x.unwrap_or(default), default);
    \n
    1.0.0 · source

    pub fn unwrap_or_else<F>(self, op: F) -> T
    where\n F: FnOnce(E) -> T,

    Returns the contained Ok value or computes it from a closure.

    \n
    §Examples
    \n
    fn count(x: &str) -> usize { x.len() }\n\nassert_eq!(Ok(2).unwrap_or_else(count), 2);\nassert_eq!(Err(\"foo\").unwrap_or_else(count), 3);
    \n
    1.58.0 · source

    pub unsafe fn unwrap_unchecked(self) -> T

    Returns the contained Ok value, consuming the self value,\nwithout checking that the value is not an Err.

    \n
    §Safety
    \n

    Calling this method on an Err is undefined behavior.

    \n
    §Examples
    \n
    let x: Result<u32, &str> = Ok(2);\nassert_eq!(unsafe { x.unwrap_unchecked() }, 2);
    \n\n
    let x: Result<u32, &str> = Err(\"emergency failure\");\nunsafe { x.unwrap_unchecked(); } // Undefined behavior!
    \n
    1.58.0 · source

    pub unsafe fn unwrap_err_unchecked(self) -> E

    Returns the contained Err value, consuming the self value,\nwithout checking that the value is not an Ok.

    \n
    §Safety
    \n

    Calling this method on an Ok is undefined behavior.

    \n
    §Examples
    \n
    let x: Result<u32, &str> = Ok(2);\nunsafe { x.unwrap_err_unchecked() }; // Undefined behavior!
    \n\n
    let x: Result<u32, &str> = Err(\"emergency failure\");\nassert_eq!(unsafe { x.unwrap_err_unchecked() }, \"emergency failure\");
    \n
    ",0,"bdk_chain::bitcoin::io::Result"],["
    source§

    impl<T, E> Serialize for Result<T, E>
    where\n T: Serialize,\n E: Serialize,

    source§

    fn serialize<S>(\n &self,\n serializer: S\n) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where\n S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    ","Serialize","bdk_chain::bitcoin::io::Result"],["
    1.16.0 · source§

    impl<T, U, E> Sum<Result<U, E>> for Result<T, E>
    where\n T: Sum<U>,

    source§

    fn sum<I>(iter: I) -> Result<T, E>
    where\n I: Iterator<Item = Result<U, E>>,

    Takes each element in the Iterator: if it is an Err, no further\nelements are taken, and the Err is returned. Should no Err\noccur, the sum of all elements is returned.

    \n
    §Examples
    \n

    This sums up every integer in a vector, rejecting the sum if a negative\nelement is encountered:

    \n\n
    let f = |&x: &i32| if x < 0 { Err(\"Negative element found\") } else { Ok(x) };\nlet v = vec![1, 2];\nlet res: Result<i32, _> = v.iter().map(f).sum();\nassert_eq!(res, Ok(3));\nlet v = vec![1, -2];\nlet res: Result<i32, _> = v.iter().map(f).sum();\nassert_eq!(res, Err(\"Negative element found\"));
    \n
    ","Sum>","bdk_chain::bitcoin::io::Result"],["
    1.61.0 · source§

    impl<T, E> Termination for Result<T, E>
    where\n T: Termination,\n E: Debug,

    source§

    fn report(self) -> ExitCode

    Is called to get the representation of the value as status code.\nThis status code is returned to the operating system.
    ","Termination","bdk_chain::bitcoin::io::Result"],["
    source§

    impl<T, E> Try for Result<T, E>

    §

    type Output = T

    🔬This is a nightly-only experimental API. (try_trait_v2)
    The type of the value produced by ? when not short-circuiting.
    §

    type Residual = Result<Infallible, E>

    🔬This is a nightly-only experimental API. (try_trait_v2)
    The type of the value passed to FromResidual::from_residual\nas part of ? when short-circuiting. Read more
    source§

    fn from_output(output: <Result<T, E> as Try>::Output) -> Result<T, E>

    🔬This is a nightly-only experimental API. (try_trait_v2)
    Constructs the type from its Output type. Read more
    source§

    fn branch(\n self\n) -> ControlFlow<<Result<T, E> as Try>::Residual, <Result<T, E> as Try>::Output>

    🔬This is a nightly-only experimental API. (try_trait_v2)
    Used in ? to decide whether the operator should produce a value\n(because this returned ControlFlow::Continue)\nor propagate a value back to the caller\n(because this returned ControlFlow::Break). Read more
    ","Try","bdk_chain::bitcoin::io::Result"],["
    1.0.0 · source§

    impl<T, E> Copy for Result<T, E>
    where\n T: Copy,\n E: Copy,

    ","Copy","bdk_chain::bitcoin::io::Result"],["
    1.0.0 · source§

    impl<T, E> Eq for Result<T, E>
    where\n T: Eq,\n E: Eq,

    ","Eq","bdk_chain::bitcoin::io::Result"],["
    1.0.0 · source§

    impl<T, E> StructuralPartialEq for Result<T, E>

    ","StructuralPartialEq","bdk_chain::bitcoin::io::Result"]] };if (window.register_type_impls) {window.register_type_impls(type_impls);} else {window.pending_type_impls = type_impls;}})() \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/std/collections/hash/set/struct.HashSet.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/std/collections/hash/set/struct.HashSet.js index ac748683fc..a231b9648b 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/std/collections/hash/set/struct.HashSet.js +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/std/collections/hash/set/struct.HashSet.js @@ -1,3 +1,3 @@ (function() {var type_impls = { -"bdk_wallet":[["
    1.0.0 · source§

    impl<T, S> Clone for HashSet<T, S>
    where\n T: Clone,\n S: Clone,

    source§

    fn clone_from(&mut self, other: &HashSet<T, S>)

    Overwrites the contents of self with a clone of the contents of source.

    \n

    This method is preferred over simply assigning source.clone() to self,\nas it avoids reallocation if possible.

    \n
    source§

    fn clone(&self) -> HashSet<T, S>

    Returns a copy of the value. Read more
    ","Clone","bdk_wallet::keys::ValidNetworks"],["
    1.0.0 · source§

    impl<T, S> Debug for HashSet<T, S>
    where\n T: Debug,

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Debug","bdk_wallet::keys::ValidNetworks"],["
    1.0.0 · source§

    impl<T, S> Default for HashSet<T, S>
    where\n S: Default,

    source§

    fn default() -> HashSet<T, S>

    Creates an empty HashSet<T, S> with the Default value for the hasher.

    \n
    ","Default","bdk_wallet::keys::ValidNetworks"],["
    source§

    impl<'de, T, S> Deserialize<'de> for HashSet<T, S>
    where\n T: Deserialize<'de> + Eq + Hash,\n S: BuildHasher + Default,

    source§

    fn deserialize<D>(\n deserializer: D\n) -> Result<HashSet<T, S>, <D as Deserializer<'de>>::Error>
    where\n D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    ","Deserialize<'de>","bdk_wallet::keys::ValidNetworks"],["
    1.4.0 · source§

    impl<'a, T, S> Extend<&'a T> for HashSet<T, S>
    where\n T: 'a + Eq + Hash + Copy,\n S: BuildHasher,

    source§

    fn extend<I>(&mut self, iter: I)
    where\n I: IntoIterator<Item = &'a T>,

    Extends a collection with the contents of an iterator. Read more
    source§

    fn extend_one(&mut self, _: &'a T)

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    ","Extend<&'a T>","bdk_wallet::keys::ValidNetworks"],["
    1.0.0 · source§

    impl<T, S> Extend<T> for HashSet<T, S>
    where\n T: Eq + Hash,\n S: BuildHasher,

    source§

    fn extend<I>(&mut self, iter: I)
    where\n I: IntoIterator<Item = T>,

    Extends a collection with the contents of an iterator. Read more
    source§

    fn extend_one(&mut self, item: T)

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    ","Extend","bdk_wallet::keys::ValidNetworks"],["
    1.56.0 · source§

    impl<T, const N: usize> From<[T; N]> for HashSet<T>
    where\n T: Eq + Hash,

    source§

    fn from(arr: [T; N]) -> HashSet<T>

    §Examples
    \n
    use std::collections::HashSet;\n\nlet set1 = HashSet::from([1, 2, 3, 4]);\nlet set2: HashSet<_> = [1, 2, 3, 4].into();\nassert_eq!(set1, set2);
    \n
    ","From<[T; N]>","bdk_wallet::keys::ValidNetworks"],["
    1.0.0 · source§

    impl<T, S> FromIterator<T> for HashSet<T, S>
    where\n T: Eq + Hash,\n S: BuildHasher + Default,

    source§

    fn from_iter<I>(iter: I) -> HashSet<T, S>
    where\n I: IntoIterator<Item = T>,

    Creates a value from an iterator. Read more
    ","FromIterator","bdk_wallet::keys::ValidNetworks"],["
    source§

    impl<T> HashSet<T>

    1.0.0 · source

    pub fn new() -> HashSet<T>

    Creates an empty HashSet.

    \n

    The hash set is initially created with a capacity of 0, so it will not allocate until it\nis first inserted into.

    \n
    §Examples
    \n
    use std::collections::HashSet;\nlet set: HashSet<i32> = HashSet::new();
    \n
    1.0.0 · source

    pub fn with_capacity(capacity: usize) -> HashSet<T>

    Creates an empty HashSet with at least the specified capacity.

    \n

    The hash set will be able to hold at least capacity elements without\nreallocating. This method is allowed to allocate for more elements than\ncapacity. If capacity is 0, the hash set will not allocate.

    \n
    §Examples
    \n
    use std::collections::HashSet;\nlet set: HashSet<i32> = HashSet::with_capacity(10);\nassert!(set.capacity() >= 10);
    \n
    ",0,"bdk_wallet::keys::ValidNetworks"],["
    source§

    impl<T, S> HashSet<T, S>

    1.0.0 · source

    pub fn capacity(&self) -> usize

    Returns the number of elements the set can hold without reallocating.

    \n
    §Examples
    \n
    use std::collections::HashSet;\nlet set: HashSet<i32> = HashSet::with_capacity(100);\nassert!(set.capacity() >= 100);
    \n
    1.0.0 · source

    pub fn iter(&self) -> Iter<'_, T>

    An iterator visiting all elements in arbitrary order.\nThe iterator element type is &'a T.

    \n
    §Examples
    \n
    use std::collections::HashSet;\nlet mut set = HashSet::new();\nset.insert(\"a\");\nset.insert(\"b\");\n\n// Will print in an arbitrary order.\nfor x in set.iter() {\n    println!(\"{x}\");\n}
    \n
    §Performance
    \n

    In the current implementation, iterating over set takes O(capacity) time\ninstead of O(len) because it internally visits empty buckets too.

    \n
    1.0.0 · source

    pub fn len(&self) -> usize

    Returns the number of elements in the set.

    \n
    §Examples
    \n
    use std::collections::HashSet;\n\nlet mut v = HashSet::new();\nassert_eq!(v.len(), 0);\nv.insert(1);\nassert_eq!(v.len(), 1);
    \n
    1.0.0 · source

    pub fn is_empty(&self) -> bool

    Returns true if the set contains no elements.

    \n
    §Examples
    \n
    use std::collections::HashSet;\n\nlet mut v = HashSet::new();\nassert!(v.is_empty());\nv.insert(1);\nassert!(!v.is_empty());
    \n
    1.6.0 · source

    pub fn drain(&mut self) -> Drain<'_, T>

    Clears the set, returning all elements as an iterator. Keeps the\nallocated memory for reuse.

    \n

    If the returned iterator is dropped before being fully consumed, it\ndrops the remaining elements. The returned iterator keeps a mutable\nborrow on the set to optimize its implementation.

    \n
    §Examples
    \n
    use std::collections::HashSet;\n\nlet mut set = HashSet::from([1, 2, 3]);\nassert!(!set.is_empty());\n\n// print 1, 2, 3 in an arbitrary order\nfor i in set.drain() {\n    println!(\"{i}\");\n}\n\nassert!(set.is_empty());
    \n
    source

    pub fn extract_if<F>(&mut self, pred: F) -> ExtractIf<'_, T, F>
    where\n F: FnMut(&T) -> bool,

    🔬This is a nightly-only experimental API. (hash_extract_if)

    Creates an iterator which uses a closure to determine if a value should be removed.

    \n

    If the closure returns true, then the value is removed and yielded.\nIf the closure returns false, the value will remain in the list and will not be yielded\nby the iterator.

    \n

    If the returned ExtractIf is not exhausted, e.g. because it is dropped without iterating\nor the iteration short-circuits, then the remaining elements will be retained.\nUse retain with a negated predicate if you do not need the returned iterator.

    \n
    §Examples
    \n

    Splitting a set into even and odd values, reusing the original set:

    \n\n
    #![feature(hash_extract_if)]\nuse std::collections::HashSet;\n\nlet mut set: HashSet<i32> = (0..8).collect();\nlet extracted: HashSet<i32> = set.extract_if(|v| v % 2 == 0).collect();\n\nlet mut evens = extracted.into_iter().collect::<Vec<_>>();\nlet mut odds = set.into_iter().collect::<Vec<_>>();\nevens.sort();\nodds.sort();\n\nassert_eq!(evens, vec![0, 2, 4, 6]);\nassert_eq!(odds, vec![1, 3, 5, 7]);
    \n
    1.18.0 · source

    pub fn retain<F>(&mut self, f: F)
    where\n F: FnMut(&T) -> bool,

    Retains only the elements specified by the predicate.

    \n

    In other words, remove all elements e for which f(&e) returns false.\nThe elements are visited in unsorted (and unspecified) order.

    \n
    §Examples
    \n
    use std::collections::HashSet;\n\nlet mut set = HashSet::from([1, 2, 3, 4, 5, 6]);\nset.retain(|&k| k % 2 == 0);\nassert_eq!(set, HashSet::from([2, 4, 6]));
    \n
    §Performance
    \n

    In the current implementation, this operation takes O(capacity) time\ninstead of O(len) because it internally visits empty buckets too.

    \n
    1.0.0 · source

    pub fn clear(&mut self)

    Clears the set, removing all values.

    \n
    §Examples
    \n
    use std::collections::HashSet;\n\nlet mut v = HashSet::new();\nv.insert(1);\nv.clear();\nassert!(v.is_empty());
    \n
    1.7.0 (const: unstable) · source

    pub fn with_hasher(hasher: S) -> HashSet<T, S>

    Creates a new empty hash set which will use the given hasher to hash\nkeys.

    \n

    The hash set is also created with the default initial capacity.

    \n

    Warning: hasher is normally randomly generated, and\nis designed to allow HashSets to be resistant to attacks that\ncause many collisions and very poor performance. Setting it\nmanually using this function can expose a DoS attack vector.

    \n

    The hash_builder passed should implement the BuildHasher trait for\nthe HashMap to be useful, see its documentation for details.

    \n
    §Examples
    \n
    use std::collections::HashSet;\nuse std::hash::RandomState;\n\nlet s = RandomState::new();\nlet mut set = HashSet::with_hasher(s);\nset.insert(2);
    \n
    1.7.0 · source

    pub fn with_capacity_and_hasher(capacity: usize, hasher: S) -> HashSet<T, S>

    Creates an empty HashSet with at least the specified capacity, using\nhasher to hash the keys.

    \n

    The hash set will be able to hold at least capacity elements without\nreallocating. This method is allowed to allocate for more elements than\ncapacity. If capacity is 0, the hash set will not allocate.

    \n

    Warning: hasher is normally randomly generated, and\nis designed to allow HashSets to be resistant to attacks that\ncause many collisions and very poor performance. Setting it\nmanually using this function can expose a DoS attack vector.

    \n

    The hash_builder passed should implement the BuildHasher trait for\nthe HashMap to be useful, see its documentation for details.

    \n
    §Examples
    \n
    use std::collections::HashSet;\nuse std::hash::RandomState;\n\nlet s = RandomState::new();\nlet mut set = HashSet::with_capacity_and_hasher(10, s);\nset.insert(1);
    \n
    1.9.0 · source

    pub fn hasher(&self) -> &S

    Returns a reference to the set’s BuildHasher.

    \n
    §Examples
    \n
    use std::collections::HashSet;\nuse std::hash::RandomState;\n\nlet hasher = RandomState::new();\nlet set: HashSet<i32> = HashSet::with_hasher(hasher);\nlet hasher: &RandomState = set.hasher();
    \n
    ",0,"bdk_wallet::keys::ValidNetworks"],["
    source§

    impl<T, S> HashSet<T, S>
    where\n T: Eq + Hash,\n S: BuildHasher,

    1.0.0 · source

    pub fn reserve(&mut self, additional: usize)

    Reserves capacity for at least additional more elements to be inserted\nin the HashSet. The collection may reserve more space to speculatively\navoid frequent reallocations. After calling reserve,\ncapacity will be greater than or equal to self.len() + additional.\nDoes nothing if capacity is already sufficient.

    \n
    §Panics
    \n

    Panics if the new allocation size overflows usize.

    \n
    §Examples
    \n
    use std::collections::HashSet;\nlet mut set: HashSet<i32> = HashSet::new();\nset.reserve(10);\nassert!(set.capacity() >= 10);
    \n
    1.57.0 · source

    pub fn try_reserve(&mut self, additional: usize) -> Result<(), TryReserveError>

    Tries to reserve capacity for at least additional more elements to be inserted\nin the HashSet. The collection may reserve more space to speculatively\navoid frequent reallocations. After calling try_reserve,\ncapacity will be greater than or equal to self.len() + additional if\nit returns Ok(()).\nDoes nothing if capacity is already sufficient.

    \n
    §Errors
    \n

    If the capacity overflows, or the allocator reports a failure, then an error\nis returned.

    \n
    §Examples
    \n
    use std::collections::HashSet;\nlet mut set: HashSet<i32> = HashSet::new();\nset.try_reserve(10).expect(\"why is the test harness OOMing on a handful of bytes?\");
    \n
    1.0.0 · source

    pub fn shrink_to_fit(&mut self)

    Shrinks the capacity of the set as much as possible. It will drop\ndown as much as possible while maintaining the internal rules\nand possibly leaving some space in accordance with the resize policy.

    \n
    §Examples
    \n
    use std::collections::HashSet;\n\nlet mut set = HashSet::with_capacity(100);\nset.insert(1);\nset.insert(2);\nassert!(set.capacity() >= 100);\nset.shrink_to_fit();\nassert!(set.capacity() >= 2);
    \n
    1.56.0 · source

    pub fn shrink_to(&mut self, min_capacity: usize)

    Shrinks the capacity of the set with a lower limit. It will drop\ndown no lower than the supplied limit while maintaining the internal rules\nand possibly leaving some space in accordance with the resize policy.

    \n

    If the current capacity is less than the lower limit, this is a no-op.

    \n
    §Examples
    \n
    use std::collections::HashSet;\n\nlet mut set = HashSet::with_capacity(100);\nset.insert(1);\nset.insert(2);\nassert!(set.capacity() >= 100);\nset.shrink_to(10);\nassert!(set.capacity() >= 10);\nset.shrink_to(0);\nassert!(set.capacity() >= 2);
    \n
    1.0.0 · source

    pub fn difference<'a>(\n &'a self,\n other: &'a HashSet<T, S>\n) -> Difference<'a, T, S>

    Visits the values representing the difference,\ni.e., the values that are in self but not in other.

    \n
    §Examples
    \n
    use std::collections::HashSet;\nlet a = HashSet::from([1, 2, 3]);\nlet b = HashSet::from([4, 2, 3, 4]);\n\n// Can be seen as `a - b`.\nfor x in a.difference(&b) {\n    println!(\"{x}\"); // Print 1\n}\n\nlet diff: HashSet<_> = a.difference(&b).collect();\nassert_eq!(diff, [1].iter().collect());\n\n// Note that difference is not symmetric,\n// and `b - a` means something else:\nlet diff: HashSet<_> = b.difference(&a).collect();\nassert_eq!(diff, [4].iter().collect());
    \n
    1.0.0 · source

    pub fn symmetric_difference<'a>(\n &'a self,\n other: &'a HashSet<T, S>\n) -> SymmetricDifference<'a, T, S>

    Visits the values representing the symmetric difference,\ni.e., the values that are in self or in other but not in both.

    \n
    §Examples
    \n
    use std::collections::HashSet;\nlet a = HashSet::from([1, 2, 3]);\nlet b = HashSet::from([4, 2, 3, 4]);\n\n// Print 1, 4 in arbitrary order.\nfor x in a.symmetric_difference(&b) {\n    println!(\"{x}\");\n}\n\nlet diff1: HashSet<_> = a.symmetric_difference(&b).collect();\nlet diff2: HashSet<_> = b.symmetric_difference(&a).collect();\n\nassert_eq!(diff1, diff2);\nassert_eq!(diff1, [1, 4].iter().collect());
    \n
    1.0.0 · source

    pub fn intersection<'a>(\n &'a self,\n other: &'a HashSet<T, S>\n) -> Intersection<'a, T, S>

    Visits the values representing the intersection,\ni.e., the values that are both in self and other.

    \n

    When an equal element is present in self and other\nthen the resulting Intersection may yield references to\none or the other. This can be relevant if T contains fields which\nare not compared by its Eq implementation, and may hold different\nvalue between the two equal copies of T in the two sets.

    \n
    §Examples
    \n
    use std::collections::HashSet;\nlet a = HashSet::from([1, 2, 3]);\nlet b = HashSet::from([4, 2, 3, 4]);\n\n// Print 2, 3 in arbitrary order.\nfor x in a.intersection(&b) {\n    println!(\"{x}\");\n}\n\nlet intersection: HashSet<_> = a.intersection(&b).collect();\nassert_eq!(intersection, [2, 3].iter().collect());
    \n
    1.0.0 · source

    pub fn union<'a>(&'a self, other: &'a HashSet<T, S>) -> Union<'a, T, S>

    Visits the values representing the union,\ni.e., all the values in self or other, without duplicates.

    \n
    §Examples
    \n
    use std::collections::HashSet;\nlet a = HashSet::from([1, 2, 3]);\nlet b = HashSet::from([4, 2, 3, 4]);\n\n// Print 1, 2, 3, 4 in arbitrary order.\nfor x in a.union(&b) {\n    println!(\"{x}\");\n}\n\nlet union: HashSet<_> = a.union(&b).collect();\nassert_eq!(union, [1, 2, 3, 4].iter().collect());
    \n
    1.0.0 · source

    pub fn contains<Q>(&self, value: &Q) -> bool
    where\n T: Borrow<Q>,\n Q: Hash + Eq + ?Sized,

    Returns true if the set contains a value.

    \n

    The value may be any borrowed form of the set’s value type, but\nHash and Eq on the borrowed form must match those for\nthe value type.

    \n
    §Examples
    \n
    use std::collections::HashSet;\n\nlet set = HashSet::from([1, 2, 3]);\nassert_eq!(set.contains(&1), true);\nassert_eq!(set.contains(&4), false);
    \n
    1.9.0 · source

    pub fn get<Q>(&self, value: &Q) -> Option<&T>
    where\n T: Borrow<Q>,\n Q: Hash + Eq + ?Sized,

    Returns a reference to the value in the set, if any, that is equal to the given value.

    \n

    The value may be any borrowed form of the set’s value type, but\nHash and Eq on the borrowed form must match those for\nthe value type.

    \n
    §Examples
    \n
    use std::collections::HashSet;\n\nlet set = HashSet::from([1, 2, 3]);\nassert_eq!(set.get(&2), Some(&2));\nassert_eq!(set.get(&4), None);
    \n
    source

    pub fn get_or_insert(&mut self, value: T) -> &T

    🔬This is a nightly-only experimental API. (hash_set_entry)

    Inserts the given value into the set if it is not present, then\nreturns a reference to the value in the set.

    \n
    §Examples
    \n
    #![feature(hash_set_entry)]\n\nuse std::collections::HashSet;\n\nlet mut set = HashSet::from([1, 2, 3]);\nassert_eq!(set.len(), 3);\nassert_eq!(set.get_or_insert(2), &2);\nassert_eq!(set.get_or_insert(100), &100);\nassert_eq!(set.len(), 4); // 100 was inserted
    \n
    source

    pub fn get_or_insert_owned<Q>(&mut self, value: &Q) -> &T
    where\n T: Borrow<Q>,\n Q: Hash + Eq + ToOwned<Owned = T> + ?Sized,

    🔬This is a nightly-only experimental API. (hash_set_entry)

    Inserts an owned copy of the given value into the set if it is not\npresent, then returns a reference to the value in the set.

    \n
    §Examples
    \n
    #![feature(hash_set_entry)]\n\nuse std::collections::HashSet;\n\nlet mut set: HashSet<String> = [\"cat\", \"dog\", \"horse\"]\n    .iter().map(|&pet| pet.to_owned()).collect();\n\nassert_eq!(set.len(), 3);\nfor &pet in &[\"cat\", \"dog\", \"fish\"] {\n    let value = set.get_or_insert_owned(pet);\n    assert_eq!(value, pet);\n}\nassert_eq!(set.len(), 4); // a new \"fish\" was inserted
    \n
    source

    pub fn get_or_insert_with<Q, F>(&mut self, value: &Q, f: F) -> &T
    where\n T: Borrow<Q>,\n Q: Hash + Eq + ?Sized,\n F: FnOnce(&Q) -> T,

    🔬This is a nightly-only experimental API. (hash_set_entry)

    Inserts a value computed from f into the set if the given value is\nnot present, then returns a reference to the value in the set.

    \n
    §Examples
    \n
    #![feature(hash_set_entry)]\n\nuse std::collections::HashSet;\n\nlet mut set: HashSet<String> = [\"cat\", \"dog\", \"horse\"]\n    .iter().map(|&pet| pet.to_owned()).collect();\n\nassert_eq!(set.len(), 3);\nfor &pet in &[\"cat\", \"dog\", \"fish\"] {\n    let value = set.get_or_insert_with(pet, str::to_owned);\n    assert_eq!(value, pet);\n}\nassert_eq!(set.len(), 4); // a new \"fish\" was inserted
    \n
    1.0.0 · source

    pub fn is_disjoint(&self, other: &HashSet<T, S>) -> bool

    Returns true if self has no elements in common with other.\nThis is equivalent to checking for an empty intersection.

    \n
    §Examples
    \n
    use std::collections::HashSet;\n\nlet a = HashSet::from([1, 2, 3]);\nlet mut b = HashSet::new();\n\nassert_eq!(a.is_disjoint(&b), true);\nb.insert(4);\nassert_eq!(a.is_disjoint(&b), true);\nb.insert(1);\nassert_eq!(a.is_disjoint(&b), false);
    \n
    1.0.0 · source

    pub fn is_subset(&self, other: &HashSet<T, S>) -> bool

    Returns true if the set is a subset of another,\ni.e., other contains at least all the values in self.

    \n
    §Examples
    \n
    use std::collections::HashSet;\n\nlet sup = HashSet::from([1, 2, 3]);\nlet mut set = HashSet::new();\n\nassert_eq!(set.is_subset(&sup), true);\nset.insert(2);\nassert_eq!(set.is_subset(&sup), true);\nset.insert(4);\nassert_eq!(set.is_subset(&sup), false);
    \n
    1.0.0 · source

    pub fn is_superset(&self, other: &HashSet<T, S>) -> bool

    Returns true if the set is a superset of another,\ni.e., self contains at least all the values in other.

    \n
    §Examples
    \n
    use std::collections::HashSet;\n\nlet sub = HashSet::from([1, 2]);\nlet mut set = HashSet::new();\n\nassert_eq!(set.is_superset(&sub), false);\n\nset.insert(0);\nset.insert(1);\nassert_eq!(set.is_superset(&sub), false);\n\nset.insert(2);\nassert_eq!(set.is_superset(&sub), true);
    \n
    1.0.0 · source

    pub fn insert(&mut self, value: T) -> bool

    Adds a value to the set.

    \n

    Returns whether the value was newly inserted. That is:

    \n
      \n
    • If the set did not previously contain this value, true is returned.
    • \n
    • If the set already contained this value, false is returned,\nand the set is not modified: original value is not replaced,\nand the value passed as argument is dropped.
    • \n
    \n
    §Examples
    \n
    use std::collections::HashSet;\n\nlet mut set = HashSet::new();\n\nassert_eq!(set.insert(2), true);\nassert_eq!(set.insert(2), false);\nassert_eq!(set.len(), 1);
    \n
    1.9.0 · source

    pub fn replace(&mut self, value: T) -> Option<T>

    Adds a value to the set, replacing the existing value, if any, that is equal to the given\none. Returns the replaced value.

    \n
    §Examples
    \n
    use std::collections::HashSet;\n\nlet mut set = HashSet::new();\nset.insert(Vec::<i32>::new());\n\nassert_eq!(set.get(&[][..]).unwrap().capacity(), 0);\nset.replace(Vec::with_capacity(10));\nassert_eq!(set.get(&[][..]).unwrap().capacity(), 10);
    \n
    1.0.0 · source

    pub fn remove<Q>(&mut self, value: &Q) -> bool
    where\n T: Borrow<Q>,\n Q: Hash + Eq + ?Sized,

    Removes a value from the set. Returns whether the value was\npresent in the set.

    \n

    The value may be any borrowed form of the set’s value type, but\nHash and Eq on the borrowed form must match those for\nthe value type.

    \n
    §Examples
    \n
    use std::collections::HashSet;\n\nlet mut set = HashSet::new();\n\nset.insert(2);\nassert_eq!(set.remove(&2), true);\nassert_eq!(set.remove(&2), false);
    \n
    1.9.0 · source

    pub fn take<Q>(&mut self, value: &Q) -> Option<T>
    where\n T: Borrow<Q>,\n Q: Hash + Eq + ?Sized,

    Removes and returns the value in the set, if any, that is equal to the given one.

    \n

    The value may be any borrowed form of the set’s value type, but\nHash and Eq on the borrowed form must match those for\nthe value type.

    \n
    §Examples
    \n
    use std::collections::HashSet;\n\nlet mut set = HashSet::from([1, 2, 3]);\nassert_eq!(set.take(&2), Some(2));\nassert_eq!(set.take(&2), None);
    \n
    ",0,"bdk_wallet::keys::ValidNetworks"],["
    source§

    impl<'de, T, S, E> IntoDeserializer<'de, E> for HashSet<T, S>
    where\n T: IntoDeserializer<'de, E> + Eq + Hash,\n S: BuildHasher,\n E: Error,

    §

    type Deserializer = SeqDeserializer<<HashSet<T, S> as IntoIterator>::IntoIter, E>

    The type of the deserializer being converted into.
    source§

    fn into_deserializer(\n self\n) -> <HashSet<T, S> as IntoDeserializer<'de, E>>::Deserializer

    Convert this value into a deserializer.
    ","IntoDeserializer<'de, E>","bdk_wallet::keys::ValidNetworks"],["
    1.0.0 · source§

    impl<T, S> IntoIterator for HashSet<T, S>

    source§

    fn into_iter(self) -> IntoIter<T>

    Creates a consuming iterator, that is, one that moves each value out\nof the set in arbitrary order. The set cannot be used after calling\nthis.

    \n
    §Examples
    \n
    use std::collections::HashSet;\nlet mut set = HashSet::new();\nset.insert(\"a\".to_string());\nset.insert(\"b\".to_string());\n\n// Not possible to collect to a Vec<String> with a regular `.iter()`.\nlet v: Vec<String> = set.into_iter().collect();\n\n// Will print in an arbitrary order.\nfor x in &v {\n    println!(\"{x}\");\n}
    \n
    §

    type Item = T

    The type of the elements being iterated over.
    §

    type IntoIter = IntoIter<T>

    Which kind of iterator are we turning this into?
    ","IntoIterator","bdk_wallet::keys::ValidNetworks"],["
    1.0.0 · source§

    impl<T, S> PartialEq for HashSet<T, S>
    where\n T: Eq + Hash,\n S: BuildHasher,

    source§

    fn eq(&self, other: &HashSet<T, S>) -> bool

    This method tests for self and other values to be equal, and is used\nby ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
    ","PartialEq","bdk_wallet::keys::ValidNetworks"],["
    source§

    impl<T, H> Serialize for HashSet<T, H>
    where\n T: Serialize,

    source§

    fn serialize<S>(\n &self,\n serializer: S\n) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where\n S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    ","Serialize","bdk_wallet::keys::ValidNetworks"],["
    1.0.0 · source§

    impl<T, S> Eq for HashSet<T, S>
    where\n T: Eq + Hash,\n S: BuildHasher,

    ","Eq","bdk_wallet::keys::ValidNetworks"]] +"bdk_wallet":[["
    1.0.0 · source§

    impl<T, S> Clone for HashSet<T, S>
    where\n T: Clone,\n S: Clone,

    source§

    fn clone_from(&mut self, other: &HashSet<T, S>)

    Overwrites the contents of self with a clone of the contents of source.

    \n

    This method is preferred over simply assigning source.clone() to self,\nas it avoids reallocation if possible.

    \n
    source§

    fn clone(&self) -> HashSet<T, S>

    Returns a copy of the value. Read more
    ","Clone","bdk_wallet::keys::ValidNetworks"],["
    1.0.0 · source§

    impl<T, S> Debug for HashSet<T, S>
    where\n T: Debug,

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Debug","bdk_wallet::keys::ValidNetworks"],["
    1.0.0 · source§

    impl<T, S> Default for HashSet<T, S>
    where\n S: Default,

    source§

    fn default() -> HashSet<T, S>

    Creates an empty HashSet<T, S> with the Default value for the hasher.

    \n
    ","Default","bdk_wallet::keys::ValidNetworks"],["
    source§

    impl<'de, T, S> Deserialize<'de> for HashSet<T, S>
    where\n T: Deserialize<'de> + Eq + Hash,\n S: BuildHasher + Default,

    source§

    fn deserialize<D>(\n deserializer: D\n) -> Result<HashSet<T, S>, <D as Deserializer<'de>>::Error>
    where\n D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    ","Deserialize<'de>","bdk_wallet::keys::ValidNetworks"],["
    1.4.0 · source§

    impl<'a, T, S> Extend<&'a T> for HashSet<T, S>
    where\n T: 'a + Eq + Hash + Copy,\n S: BuildHasher,

    source§

    fn extend<I>(&mut self, iter: I)
    where\n I: IntoIterator<Item = &'a T>,

    Extends a collection with the contents of an iterator. Read more
    source§

    fn extend_one(&mut self, _: &'a T)

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    ","Extend<&'a T>","bdk_wallet::keys::ValidNetworks"],["
    1.0.0 · source§

    impl<T, S> Extend<T> for HashSet<T, S>
    where\n T: Eq + Hash,\n S: BuildHasher,

    source§

    fn extend<I>(&mut self, iter: I)
    where\n I: IntoIterator<Item = T>,

    Extends a collection with the contents of an iterator. Read more
    source§

    fn extend_one(&mut self, item: T)

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    ","Extend","bdk_wallet::keys::ValidNetworks"],["
    1.56.0 · source§

    impl<T, const N: usize> From<[T; N]> for HashSet<T>
    where\n T: Eq + Hash,

    source§

    fn from(arr: [T; N]) -> HashSet<T>

    §Examples
    \n
    use std::collections::HashSet;\n\nlet set1 = HashSet::from([1, 2, 3, 4]);\nlet set2: HashSet<_> = [1, 2, 3, 4].into();\nassert_eq!(set1, set2);
    \n
    ","From<[T; N]>","bdk_wallet::keys::ValidNetworks"],["
    1.0.0 · source§

    impl<T, S> FromIterator<T> for HashSet<T, S>
    where\n T: Eq + Hash,\n S: BuildHasher + Default,

    source§

    fn from_iter<I>(iter: I) -> HashSet<T, S>
    where\n I: IntoIterator<Item = T>,

    Creates a value from an iterator. Read more
    ","FromIterator","bdk_wallet::keys::ValidNetworks"],["
    source§

    impl<T> HashSet<T>

    1.0.0 · source

    pub fn new() -> HashSet<T>

    Creates an empty HashSet.

    \n

    The hash set is initially created with a capacity of 0, so it will not allocate until it\nis first inserted into.

    \n
    §Examples
    \n
    use std::collections::HashSet;\nlet set: HashSet<i32> = HashSet::new();
    \n
    1.0.0 · source

    pub fn with_capacity(capacity: usize) -> HashSet<T>

    Creates an empty HashSet with at least the specified capacity.

    \n

    The hash set will be able to hold at least capacity elements without\nreallocating. This method is allowed to allocate for more elements than\ncapacity. If capacity is 0, the hash set will not allocate.

    \n
    §Examples
    \n
    use std::collections::HashSet;\nlet set: HashSet<i32> = HashSet::with_capacity(10);\nassert!(set.capacity() >= 10);
    \n
    ",0,"bdk_wallet::keys::ValidNetworks"],["
    source§

    impl<T, S> HashSet<T, S>

    1.0.0 · source

    pub fn capacity(&self) -> usize

    Returns the number of elements the set can hold without reallocating.

    \n
    §Examples
    \n
    use std::collections::HashSet;\nlet set: HashSet<i32> = HashSet::with_capacity(100);\nassert!(set.capacity() >= 100);
    \n
    1.0.0 · source

    pub fn iter(&self) -> Iter<'_, T>

    An iterator visiting all elements in arbitrary order.\nThe iterator element type is &'a T.

    \n
    §Examples
    \n
    use std::collections::HashSet;\nlet mut set = HashSet::new();\nset.insert(\"a\");\nset.insert(\"b\");\n\n// Will print in an arbitrary order.\nfor x in set.iter() {\n    println!(\"{x}\");\n}
    \n
    §Performance
    \n

    In the current implementation, iterating over set takes O(capacity) time\ninstead of O(len) because it internally visits empty buckets too.

    \n
    1.0.0 · source

    pub fn len(&self) -> usize

    Returns the number of elements in the set.

    \n
    §Examples
    \n
    use std::collections::HashSet;\n\nlet mut v = HashSet::new();\nassert_eq!(v.len(), 0);\nv.insert(1);\nassert_eq!(v.len(), 1);
    \n
    1.0.0 · source

    pub fn is_empty(&self) -> bool

    Returns true if the set contains no elements.

    \n
    §Examples
    \n
    use std::collections::HashSet;\n\nlet mut v = HashSet::new();\nassert!(v.is_empty());\nv.insert(1);\nassert!(!v.is_empty());
    \n
    1.6.0 · source

    pub fn drain(&mut self) -> Drain<'_, T>

    Clears the set, returning all elements as an iterator. Keeps the\nallocated memory for reuse.

    \n

    If the returned iterator is dropped before being fully consumed, it\ndrops the remaining elements. The returned iterator keeps a mutable\nborrow on the set to optimize its implementation.

    \n
    §Examples
    \n
    use std::collections::HashSet;\n\nlet mut set = HashSet::from([1, 2, 3]);\nassert!(!set.is_empty());\n\n// print 1, 2, 3 in an arbitrary order\nfor i in set.drain() {\n    println!(\"{i}\");\n}\n\nassert!(set.is_empty());
    \n
    source

    pub fn extract_if<F>(&mut self, pred: F) -> ExtractIf<'_, T, F>
    where\n F: FnMut(&T) -> bool,

    🔬This is a nightly-only experimental API. (hash_extract_if)

    Creates an iterator which uses a closure to determine if a value should be removed.

    \n

    If the closure returns true, then the value is removed and yielded.\nIf the closure returns false, the value will remain in the list and will not be yielded\nby the iterator.

    \n

    If the returned ExtractIf is not exhausted, e.g. because it is dropped without iterating\nor the iteration short-circuits, then the remaining elements will be retained.\nUse retain with a negated predicate if you do not need the returned iterator.

    \n
    §Examples
    \n

    Splitting a set into even and odd values, reusing the original set:

    \n\n
    #![feature(hash_extract_if)]\nuse std::collections::HashSet;\n\nlet mut set: HashSet<i32> = (0..8).collect();\nlet extracted: HashSet<i32> = set.extract_if(|v| v % 2 == 0).collect();\n\nlet mut evens = extracted.into_iter().collect::<Vec<_>>();\nlet mut odds = set.into_iter().collect::<Vec<_>>();\nevens.sort();\nodds.sort();\n\nassert_eq!(evens, vec![0, 2, 4, 6]);\nassert_eq!(odds, vec![1, 3, 5, 7]);
    \n
    1.18.0 · source

    pub fn retain<F>(&mut self, f: F)
    where\n F: FnMut(&T) -> bool,

    Retains only the elements specified by the predicate.

    \n

    In other words, remove all elements e for which f(&e) returns false.\nThe elements are visited in unsorted (and unspecified) order.

    \n
    §Examples
    \n
    use std::collections::HashSet;\n\nlet mut set = HashSet::from([1, 2, 3, 4, 5, 6]);\nset.retain(|&k| k % 2 == 0);\nassert_eq!(set, HashSet::from([2, 4, 6]));
    \n
    §Performance
    \n

    In the current implementation, this operation takes O(capacity) time\ninstead of O(len) because it internally visits empty buckets too.

    \n
    1.0.0 · source

    pub fn clear(&mut self)

    Clears the set, removing all values.

    \n
    §Examples
    \n
    use std::collections::HashSet;\n\nlet mut v = HashSet::new();\nv.insert(1);\nv.clear();\nassert!(v.is_empty());
    \n
    1.7.0 (const: unstable) · source

    pub fn with_hasher(hasher: S) -> HashSet<T, S>

    Creates a new empty hash set which will use the given hasher to hash\nkeys.

    \n

    The hash set is also created with the default initial capacity.

    \n

    Warning: hasher is normally randomly generated, and\nis designed to allow HashSets to be resistant to attacks that\ncause many collisions and very poor performance. Setting it\nmanually using this function can expose a DoS attack vector.

    \n

    The hash_builder passed should implement the BuildHasher trait for\nthe HashMap to be useful, see its documentation for details.

    \n
    §Examples
    \n
    use std::collections::HashSet;\nuse std::hash::RandomState;\n\nlet s = RandomState::new();\nlet mut set = HashSet::with_hasher(s);\nset.insert(2);
    \n
    1.7.0 · source

    pub fn with_capacity_and_hasher(capacity: usize, hasher: S) -> HashSet<T, S>

    Creates an empty HashSet with at least the specified capacity, using\nhasher to hash the keys.

    \n

    The hash set will be able to hold at least capacity elements without\nreallocating. This method is allowed to allocate for more elements than\ncapacity. If capacity is 0, the hash set will not allocate.

    \n

    Warning: hasher is normally randomly generated, and\nis designed to allow HashSets to be resistant to attacks that\ncause many collisions and very poor performance. Setting it\nmanually using this function can expose a DoS attack vector.

    \n

    The hash_builder passed should implement the BuildHasher trait for\nthe HashMap to be useful, see its documentation for details.

    \n
    §Examples
    \n
    use std::collections::HashSet;\nuse std::hash::RandomState;\n\nlet s = RandomState::new();\nlet mut set = HashSet::with_capacity_and_hasher(10, s);\nset.insert(1);
    \n
    1.9.0 · source

    pub fn hasher(&self) -> &S

    Returns a reference to the set’s BuildHasher.

    \n
    §Examples
    \n
    use std::collections::HashSet;\nuse std::hash::RandomState;\n\nlet hasher = RandomState::new();\nlet set: HashSet<i32> = HashSet::with_hasher(hasher);\nlet hasher: &RandomState = set.hasher();
    \n
    ",0,"bdk_wallet::keys::ValidNetworks"],["
    source§

    impl<T, S> HashSet<T, S>
    where\n T: Eq + Hash,\n S: BuildHasher,

    1.0.0 · source

    pub fn reserve(&mut self, additional: usize)

    Reserves capacity for at least additional more elements to be inserted\nin the HashSet. The collection may reserve more space to speculatively\navoid frequent reallocations. After calling reserve,\ncapacity will be greater than or equal to self.len() + additional.\nDoes nothing if capacity is already sufficient.

    \n
    §Panics
    \n

    Panics if the new allocation size overflows usize.

    \n
    §Examples
    \n
    use std::collections::HashSet;\nlet mut set: HashSet<i32> = HashSet::new();\nset.reserve(10);\nassert!(set.capacity() >= 10);
    \n
    1.57.0 · source

    pub fn try_reserve(&mut self, additional: usize) -> Result<(), TryReserveError>

    Tries to reserve capacity for at least additional more elements to be inserted\nin the HashSet. The collection may reserve more space to speculatively\navoid frequent reallocations. After calling try_reserve,\ncapacity will be greater than or equal to self.len() + additional if\nit returns Ok(()).\nDoes nothing if capacity is already sufficient.

    \n
    §Errors
    \n

    If the capacity overflows, or the allocator reports a failure, then an error\nis returned.

    \n
    §Examples
    \n
    use std::collections::HashSet;\nlet mut set: HashSet<i32> = HashSet::new();\nset.try_reserve(10).expect(\"why is the test harness OOMing on a handful of bytes?\");
    \n
    1.0.0 · source

    pub fn shrink_to_fit(&mut self)

    Shrinks the capacity of the set as much as possible. It will drop\ndown as much as possible while maintaining the internal rules\nand possibly leaving some space in accordance with the resize policy.

    \n
    §Examples
    \n
    use std::collections::HashSet;\n\nlet mut set = HashSet::with_capacity(100);\nset.insert(1);\nset.insert(2);\nassert!(set.capacity() >= 100);\nset.shrink_to_fit();\nassert!(set.capacity() >= 2);
    \n
    1.56.0 · source

    pub fn shrink_to(&mut self, min_capacity: usize)

    Shrinks the capacity of the set with a lower limit. It will drop\ndown no lower than the supplied limit while maintaining the internal rules\nand possibly leaving some space in accordance with the resize policy.

    \n

    If the current capacity is less than the lower limit, this is a no-op.

    \n
    §Examples
    \n
    use std::collections::HashSet;\n\nlet mut set = HashSet::with_capacity(100);\nset.insert(1);\nset.insert(2);\nassert!(set.capacity() >= 100);\nset.shrink_to(10);\nassert!(set.capacity() >= 10);\nset.shrink_to(0);\nassert!(set.capacity() >= 2);
    \n
    1.0.0 · source

    pub fn difference<'a>(\n &'a self,\n other: &'a HashSet<T, S>\n) -> Difference<'a, T, S>

    Visits the values representing the difference,\ni.e., the values that are in self but not in other.

    \n
    §Examples
    \n
    use std::collections::HashSet;\nlet a = HashSet::from([1, 2, 3]);\nlet b = HashSet::from([4, 2, 3, 4]);\n\n// Can be seen as `a - b`.\nfor x in a.difference(&b) {\n    println!(\"{x}\"); // Print 1\n}\n\nlet diff: HashSet<_> = a.difference(&b).collect();\nassert_eq!(diff, [1].iter().collect());\n\n// Note that difference is not symmetric,\n// and `b - a` means something else:\nlet diff: HashSet<_> = b.difference(&a).collect();\nassert_eq!(diff, [4].iter().collect());
    \n
    1.0.0 · source

    pub fn symmetric_difference<'a>(\n &'a self,\n other: &'a HashSet<T, S>\n) -> SymmetricDifference<'a, T, S>

    Visits the values representing the symmetric difference,\ni.e., the values that are in self or in other but not in both.

    \n
    §Examples
    \n
    use std::collections::HashSet;\nlet a = HashSet::from([1, 2, 3]);\nlet b = HashSet::from([4, 2, 3, 4]);\n\n// Print 1, 4 in arbitrary order.\nfor x in a.symmetric_difference(&b) {\n    println!(\"{x}\");\n}\n\nlet diff1: HashSet<_> = a.symmetric_difference(&b).collect();\nlet diff2: HashSet<_> = b.symmetric_difference(&a).collect();\n\nassert_eq!(diff1, diff2);\nassert_eq!(diff1, [1, 4].iter().collect());
    \n
    1.0.0 · source

    pub fn intersection<'a>(\n &'a self,\n other: &'a HashSet<T, S>\n) -> Intersection<'a, T, S>

    Visits the values representing the intersection,\ni.e., the values that are both in self and other.

    \n

    When an equal element is present in self and other\nthen the resulting Intersection may yield references to\none or the other. This can be relevant if T contains fields which\nare not compared by its Eq implementation, and may hold different\nvalue between the two equal copies of T in the two sets.

    \n
    §Examples
    \n
    use std::collections::HashSet;\nlet a = HashSet::from([1, 2, 3]);\nlet b = HashSet::from([4, 2, 3, 4]);\n\n// Print 2, 3 in arbitrary order.\nfor x in a.intersection(&b) {\n    println!(\"{x}\");\n}\n\nlet intersection: HashSet<_> = a.intersection(&b).collect();\nassert_eq!(intersection, [2, 3].iter().collect());
    \n
    1.0.0 · source

    pub fn union<'a>(&'a self, other: &'a HashSet<T, S>) -> Union<'a, T, S>

    Visits the values representing the union,\ni.e., all the values in self or other, without duplicates.

    \n
    §Examples
    \n
    use std::collections::HashSet;\nlet a = HashSet::from([1, 2, 3]);\nlet b = HashSet::from([4, 2, 3, 4]);\n\n// Print 1, 2, 3, 4 in arbitrary order.\nfor x in a.union(&b) {\n    println!(\"{x}\");\n}\n\nlet union: HashSet<_> = a.union(&b).collect();\nassert_eq!(union, [1, 2, 3, 4].iter().collect());
    \n
    1.0.0 · source

    pub fn contains<Q>(&self, value: &Q) -> bool
    where\n T: Borrow<Q>,\n Q: Hash + Eq + ?Sized,

    Returns true if the set contains a value.

    \n

    The value may be any borrowed form of the set’s value type, but\nHash and Eq on the borrowed form must match those for\nthe value type.

    \n
    §Examples
    \n
    use std::collections::HashSet;\n\nlet set = HashSet::from([1, 2, 3]);\nassert_eq!(set.contains(&1), true);\nassert_eq!(set.contains(&4), false);
    \n
    1.9.0 · source

    pub fn get<Q>(&self, value: &Q) -> Option<&T>
    where\n T: Borrow<Q>,\n Q: Hash + Eq + ?Sized,

    Returns a reference to the value in the set, if any, that is equal to the given value.

    \n

    The value may be any borrowed form of the set’s value type, but\nHash and Eq on the borrowed form must match those for\nthe value type.

    \n
    §Examples
    \n
    use std::collections::HashSet;\n\nlet set = HashSet::from([1, 2, 3]);\nassert_eq!(set.get(&2), Some(&2));\nassert_eq!(set.get(&4), None);
    \n
    source

    pub fn get_or_insert(&mut self, value: T) -> &T

    🔬This is a nightly-only experimental API. (hash_set_entry)

    Inserts the given value into the set if it is not present, then\nreturns a reference to the value in the set.

    \n
    §Examples
    \n
    #![feature(hash_set_entry)]\n\nuse std::collections::HashSet;\n\nlet mut set = HashSet::from([1, 2, 3]);\nassert_eq!(set.len(), 3);\nassert_eq!(set.get_or_insert(2), &2);\nassert_eq!(set.get_or_insert(100), &100);\nassert_eq!(set.len(), 4); // 100 was inserted
    \n
    source

    pub fn get_or_insert_owned<Q>(&mut self, value: &Q) -> &T
    where\n T: Borrow<Q>,\n Q: Hash + Eq + ToOwned<Owned = T> + ?Sized,

    🔬This is a nightly-only experimental API. (hash_set_entry)

    Inserts an owned copy of the given value into the set if it is not\npresent, then returns a reference to the value in the set.

    \n
    §Examples
    \n
    #![feature(hash_set_entry)]\n\nuse std::collections::HashSet;\n\nlet mut set: HashSet<String> = [\"cat\", \"dog\", \"horse\"]\n    .iter().map(|&pet| pet.to_owned()).collect();\n\nassert_eq!(set.len(), 3);\nfor &pet in &[\"cat\", \"dog\", \"fish\"] {\n    let value = set.get_or_insert_owned(pet);\n    assert_eq!(value, pet);\n}\nassert_eq!(set.len(), 4); // a new \"fish\" was inserted
    \n
    source

    pub fn get_or_insert_with<Q, F>(&mut self, value: &Q, f: F) -> &T
    where\n T: Borrow<Q>,\n Q: Hash + Eq + ?Sized,\n F: FnOnce(&Q) -> T,

    🔬This is a nightly-only experimental API. (hash_set_entry)

    Inserts a value computed from f into the set if the given value is\nnot present, then returns a reference to the value in the set.

    \n
    §Examples
    \n
    #![feature(hash_set_entry)]\n\nuse std::collections::HashSet;\n\nlet mut set: HashSet<String> = [\"cat\", \"dog\", \"horse\"]\n    .iter().map(|&pet| pet.to_owned()).collect();\n\nassert_eq!(set.len(), 3);\nfor &pet in &[\"cat\", \"dog\", \"fish\"] {\n    let value = set.get_or_insert_with(pet, str::to_owned);\n    assert_eq!(value, pet);\n}\nassert_eq!(set.len(), 4); // a new \"fish\" was inserted
    \n
    1.0.0 · source

    pub fn is_disjoint(&self, other: &HashSet<T, S>) -> bool

    Returns true if self has no elements in common with other.\nThis is equivalent to checking for an empty intersection.

    \n
    §Examples
    \n
    use std::collections::HashSet;\n\nlet a = HashSet::from([1, 2, 3]);\nlet mut b = HashSet::new();\n\nassert_eq!(a.is_disjoint(&b), true);\nb.insert(4);\nassert_eq!(a.is_disjoint(&b), true);\nb.insert(1);\nassert_eq!(a.is_disjoint(&b), false);
    \n
    1.0.0 · source

    pub fn is_subset(&self, other: &HashSet<T, S>) -> bool

    Returns true if the set is a subset of another,\ni.e., other contains at least all the values in self.

    \n
    §Examples
    \n
    use std::collections::HashSet;\n\nlet sup = HashSet::from([1, 2, 3]);\nlet mut set = HashSet::new();\n\nassert_eq!(set.is_subset(&sup), true);\nset.insert(2);\nassert_eq!(set.is_subset(&sup), true);\nset.insert(4);\nassert_eq!(set.is_subset(&sup), false);
    \n
    1.0.0 · source

    pub fn is_superset(&self, other: &HashSet<T, S>) -> bool

    Returns true if the set is a superset of another,\ni.e., self contains at least all the values in other.

    \n
    §Examples
    \n
    use std::collections::HashSet;\n\nlet sub = HashSet::from([1, 2]);\nlet mut set = HashSet::new();\n\nassert_eq!(set.is_superset(&sub), false);\n\nset.insert(0);\nset.insert(1);\nassert_eq!(set.is_superset(&sub), false);\n\nset.insert(2);\nassert_eq!(set.is_superset(&sub), true);
    \n
    1.0.0 · source

    pub fn insert(&mut self, value: T) -> bool

    Adds a value to the set.

    \n

    Returns whether the value was newly inserted. That is:

    \n
      \n
    • If the set did not previously contain this value, true is returned.
    • \n
    • If the set already contained this value, false is returned,\nand the set is not modified: original value is not replaced,\nand the value passed as argument is dropped.
    • \n
    \n
    §Examples
    \n
    use std::collections::HashSet;\n\nlet mut set = HashSet::new();\n\nassert_eq!(set.insert(2), true);\nassert_eq!(set.insert(2), false);\nassert_eq!(set.len(), 1);
    \n
    1.9.0 · source

    pub fn replace(&mut self, value: T) -> Option<T>

    Adds a value to the set, replacing the existing value, if any, that is equal to the given\none. Returns the replaced value.

    \n
    §Examples
    \n
    use std::collections::HashSet;\n\nlet mut set = HashSet::new();\nset.insert(Vec::<i32>::new());\n\nassert_eq!(set.get(&[][..]).unwrap().capacity(), 0);\nset.replace(Vec::with_capacity(10));\nassert_eq!(set.get(&[][..]).unwrap().capacity(), 10);
    \n
    1.0.0 · source

    pub fn remove<Q>(&mut self, value: &Q) -> bool
    where\n T: Borrow<Q>,\n Q: Hash + Eq + ?Sized,

    Removes a value from the set. Returns whether the value was\npresent in the set.

    \n

    The value may be any borrowed form of the set’s value type, but\nHash and Eq on the borrowed form must match those for\nthe value type.

    \n
    §Examples
    \n
    use std::collections::HashSet;\n\nlet mut set = HashSet::new();\n\nset.insert(2);\nassert_eq!(set.remove(&2), true);\nassert_eq!(set.remove(&2), false);
    \n
    1.9.0 · source

    pub fn take<Q>(&mut self, value: &Q) -> Option<T>
    where\n T: Borrow<Q>,\n Q: Hash + Eq + ?Sized,

    Removes and returns the value in the set, if any, that is equal to the given one.

    \n

    The value may be any borrowed form of the set’s value type, but\nHash and Eq on the borrowed form must match those for\nthe value type.

    \n
    §Examples
    \n
    use std::collections::HashSet;\n\nlet mut set = HashSet::from([1, 2, 3]);\nassert_eq!(set.take(&2), Some(2));\nassert_eq!(set.take(&2), None);
    \n
    ",0,"bdk_wallet::keys::ValidNetworks"],["
    source§

    impl<'de, T, S, E> IntoDeserializer<'de, E> for HashSet<T, S>
    where\n T: IntoDeserializer<'de, E> + Eq + Hash,\n S: BuildHasher,\n E: Error,

    §

    type Deserializer = SeqDeserializer<<HashSet<T, S> as IntoIterator>::IntoIter, E>

    The type of the deserializer being converted into.
    source§

    fn into_deserializer(\n self\n) -> <HashSet<T, S> as IntoDeserializer<'de, E>>::Deserializer

    Convert this value into a deserializer.
    ","IntoDeserializer<'de, E>","bdk_wallet::keys::ValidNetworks"],["
    1.0.0 · source§

    impl<T, S> IntoIterator for HashSet<T, S>

    source§

    fn into_iter(self) -> IntoIter<T>

    Creates a consuming iterator, that is, one that moves each value out\nof the set in arbitrary order. The set cannot be used after calling\nthis.

    \n
    §Examples
    \n
    use std::collections::HashSet;\nlet mut set = HashSet::new();\nset.insert(\"a\".to_string());\nset.insert(\"b\".to_string());\n\n// Not possible to collect to a Vec<String> with a regular `.iter()`.\nlet v: Vec<String> = set.into_iter().collect();\n\n// Will print in an arbitrary order.\nfor x in &v {\n    println!(\"{x}\");\n}
    \n
    §

    type Item = T

    The type of the elements being iterated over.
    §

    type IntoIter = IntoIter<T>

    Which kind of iterator are we turning this into?
    ","IntoIterator","bdk_wallet::keys::ValidNetworks"],["
    1.0.0 · source§

    impl<T, S> PartialEq for HashSet<T, S>
    where\n T: Eq + Hash,\n S: BuildHasher,

    source§

    fn eq(&self, other: &HashSet<T, S>) -> bool

    This method tests for self and other values to be equal, and is used\nby ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
    ","PartialEq","bdk_wallet::keys::ValidNetworks"],["
    source§

    impl<T, H> Serialize for HashSet<T, H>
    where\n T: Serialize,

    source§

    fn serialize<S>(\n &self,\n serializer: S\n) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where\n S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    ","Serialize","bdk_wallet::keys::ValidNetworks"],["
    1.0.0 · source§

    impl<T, S> Eq for HashSet<T, S>
    where\n T: Eq + Hash,\n S: BuildHasher,

    ","Eq","bdk_wallet::keys::ValidNetworks"]] };if (window.register_type_impls) {window.register_type_impls(type_impls);} else {window.pending_type_impls = type_impls;}})() \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/std/primitive.i32.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/std/primitive.i32.js index dacd4a6530..1a5cb1d669 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/std/primitive.i32.js +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/std/primitive.i32.js @@ -1,3 +1,3 @@ (function() {var type_impls = { -"bdk_chain":[["
    1.0.0 · source§

    impl Add<&i32> for i32

    §

    type Output = <i32 as Add>::Output

    The resulting type after applying the + operator.
    source§

    fn add(self, other: &i32) -> <i32 as Add>::Output

    Performs the + operation. Read more
    ","Add<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 (const: unstable) · source§

    impl Add for i32

    §

    type Output = i32

    The resulting type after applying the + operator.
    const: unstable · source§

    fn add(self, other: i32) -> i32

    Performs the + operation. Read more
    ","Add","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl AddAssign<&i32> for i32

    source§

    fn add_assign(&mut self, other: &i32)

    Performs the += operation. Read more
    ","AddAssign<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl AddAssign for i32

    source§

    fn add_assign(&mut self, other: i32)

    Performs the += operation. Read more
    ","AddAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Binary for i32

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Binary","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl BitAnd<&i32> for i32

    §

    type Output = <i32 as BitAnd>::Output

    The resulting type after applying the & operator.
    source§

    fn bitand(self, other: &i32) -> <i32 as BitAnd>::Output

    Performs the & operation. Read more
    ","BitAnd<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl BitAnd for i32

    §

    type Output = i32

    The resulting type after applying the & operator.
    source§

    fn bitand(self, rhs: i32) -> i32

    Performs the & operation. Read more
    ","BitAnd","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl BitAndAssign<&i32> for i32

    source§

    fn bitand_assign(&mut self, other: &i32)

    Performs the &= operation. Read more
    ","BitAndAssign<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl BitAndAssign for i32

    source§

    fn bitand_assign(&mut self, other: i32)

    Performs the &= operation. Read more
    ","BitAndAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl BitOr<&i32> for i32

    §

    type Output = <i32 as BitOr>::Output

    The resulting type after applying the | operator.
    source§

    fn bitor(self, other: &i32) -> <i32 as BitOr>::Output

    Performs the | operation. Read more
    ","BitOr<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl BitOr for i32

    §

    type Output = i32

    The resulting type after applying the | operator.
    source§

    fn bitor(self, rhs: i32) -> i32

    Performs the | operation. Read more
    ","BitOr","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl BitOrAssign<&i32> for i32

    source§

    fn bitor_assign(&mut self, other: &i32)

    Performs the |= operation. Read more
    ","BitOrAssign<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl BitOrAssign for i32

    source§

    fn bitor_assign(&mut self, other: i32)

    Performs the |= operation. Read more
    ","BitOrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl BitXor<&i32> for i32

    §

    type Output = <i32 as BitXor>::Output

    The resulting type after applying the ^ operator.
    source§

    fn bitxor(self, other: &i32) -> <i32 as BitXor>::Output

    Performs the ^ operation. Read more
    ","BitXor<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl BitXor for i32

    §

    type Output = i32

    The resulting type after applying the ^ operator.
    source§

    fn bitxor(self, other: i32) -> i32

    Performs the ^ operation. Read more
    ","BitXor","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl BitXorAssign<&i32> for i32

    source§

    fn bitxor_assign(&mut self, other: &i32)

    Performs the ^= operation. Read more
    ","BitXorAssign<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl BitXorAssign for i32

    source§

    fn bitxor_assign(&mut self, other: i32)

    Performs the ^= operation. Read more
    ","BitXorAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Clone for i32

    source§

    fn clone(&self) -> i32

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    ","Clone","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Debug for i32

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Debug","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    §

    impl Decodable for i32

    §

    fn consensus_decode<R>(r: &mut R) -> Result<i32, Error>
    where\n R: BufRead + ?Sized,

    Decode an object with a well-defined format. Read more
    §

    fn consensus_decode_from_finite_reader<R>(reader: &mut R) -> Result<Self, Error>
    where\n R: BufRead + ?Sized,

    Decode Self from a size-limited reader. Read more
    ","Decodable","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Default for i32

    source§

    fn default() -> i32

    Returns the default value of 0

    \n
    ","Default","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    source§

    impl<'de> Deserialize<'de> for i32

    source§

    fn deserialize<D>(\n deserializer: D\n) -> Result<i32, <D as Deserializer<'de>>::Error>
    where\n D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    ","Deserialize<'de>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Display for i32

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Display","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Div<&i32> for i32

    §

    type Output = <i32 as Div>::Output

    The resulting type after applying the / operator.
    source§

    fn div(self, other: &i32) -> <i32 as Div>::Output

    Performs the / operation. Read more
    ","Div<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Div for i32

    This operation rounds towards zero, truncating any\nfractional part of the exact result.

    \n

    §Panics

    \n

    This operation will panic if other == 0 or the division results in overflow.

    \n
    §

    type Output = i32

    The resulting type after applying the / operator.
    source§

    fn div(self, other: i32) -> i32

    Performs the / operation. Read more
    ","Div","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl DivAssign<&i32> for i32

    source§

    fn div_assign(&mut self, other: &i32)

    Performs the /= operation. Read more
    ","DivAssign<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl DivAssign for i32

    source§

    fn div_assign(&mut self, other: i32)

    Performs the /= operation. Read more
    ","DivAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    §

    impl Encodable for i32

    §

    fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
    where\n W: Write + ?Sized,

    Encodes an object with a well-defined format. Read more
    ","Encodable","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    §

    impl<O> From<I16<O>> for i32
    where\n O: ByteOrder,

    §

    fn from(x: I16<O>) -> i32

    Converts to this type from the input type.
    ","From>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    §

    impl<O> From<I32<O>> for i32
    where\n O: ByteOrder,

    §

    fn from(x: I32<O>) -> i32

    Converts to this type from the input type.
    ","From>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    §

    impl From<Parity> for i32

    The conversion returns 0 for even parity and 1 for odd.

    \n
    §

    fn from(parity: Parity) -> i32

    Converts to this type from the input type.
    ","From","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.28.0 · source§

    impl From<bool> for i32

    source§

    fn from(small: bool) -> i32

    Converts a bool to i32 losslessly.\nThe resulting value is 0 for false and 1 for true values.

    \n
    §Examples
    \n
    assert_eq!(i32::from(true), 1);\nassert_eq!(i32::from(false), 0);
    \n
    ","From","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.5.0 · source§

    impl From<i16> for i32

    source§

    fn from(small: i16) -> i32

    Converts i16 to i32 losslessly.

    \n
    ","From","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.5.0 · source§

    impl From<i8> for i32

    source§

    fn from(small: i8) -> i32

    Converts i8 to i32 losslessly.

    \n
    ","From","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.5.0 · source§

    impl From<u16> for i32

    source§

    fn from(small: u16) -> i32

    Converts u16 to i32 losslessly.

    \n
    ","From","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.5.0 · source§

    impl From<u8> for i32

    source§

    fn from(small: u8) -> i32

    Converts u8 to i32 losslessly.

    \n
    ","From","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl FromStr for i32

    §

    type Err = ParseIntError

    The associated error which can be returned from parsing.
    source§

    fn from_str(src: &str) -> Result<i32, ParseIntError>

    Parses a string s to return a value of this type. Read more
    ","FromStr","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Hash for i32

    source§

    fn hash<H>(&self, state: &mut H)
    where\n H: Hasher,

    Feeds this value into the given Hasher. Read more
    source§

    fn hash_slice<H>(data: &[i32], state: &mut H)
    where\n H: Hasher,

    Feeds a slice of this type into the given Hasher. Read more
    ","Hash","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    source§

    impl<'de, E> IntoDeserializer<'de, E> for i32
    where\n E: Error,

    §

    type Deserializer = I32Deserializer<E>

    The type of the deserializer being converted into.
    source§

    fn into_deserializer(self) -> I32Deserializer<E>

    Convert this value into a deserializer.
    ","IntoDeserializer<'de, E>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.42.0 · source§

    impl LowerExp for i32

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","LowerExp","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl LowerHex for i32

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","LowerHex","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Mul<&i32> for i32

    §

    type Output = <i32 as Mul>::Output

    The resulting type after applying the * operator.
    source§

    fn mul(self, other: &i32) -> <i32 as Mul>::Output

    Performs the * operation. Read more
    ","Mul<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Mul for i32

    §

    type Output = i32

    The resulting type after applying the * operator.
    source§

    fn mul(self, other: i32) -> i32

    Performs the * operation. Read more
    ","Mul","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl MulAssign<&i32> for i32

    source§

    fn mul_assign(&mut self, other: &i32)

    Performs the *= operation. Read more
    ","MulAssign<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl MulAssign for i32

    source§

    fn mul_assign(&mut self, other: i32)

    Performs the *= operation. Read more
    ","MulAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Neg for i32

    §

    type Output = i32

    The resulting type after applying the - operator.
    source§

    fn neg(self) -> i32

    Performs the unary - operation. Read more
    ","Neg","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Not for i32

    §

    type Output = i32

    The resulting type after applying the ! operator.
    source§

    fn not(self) -> i32

    Performs the unary ! operation. Read more
    ","Not","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Octal for i32

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Octal","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Ord for i32

    source§

    fn cmp(&self, other: &i32) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where\n Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Self
    where\n Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Self
    where\n Self: Sized + PartialOrd,

    Restrict a value to a certain interval. Read more
    ","Ord","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    source§

    impl PartialEq<Value> for i32

    source§

    fn eq(&self, other: &Value) -> bool

    This method tests for self and other values to be equal, and is used\nby ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
    ","PartialEq","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 (const: unstable) · source§

    impl PartialEq for i32

    const: unstable · source§

    fn eq(&self, other: &i32) -> bool

    This method tests for self and other values to be equal, and is used\nby ==.
    const: unstable · source§

    fn ne(&self, other: &i32) -> bool

    This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
    ","PartialEq","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl PartialOrd for i32

    source§

    fn partial_cmp(&self, other: &i32) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    source§

    fn lt(&self, other: &i32) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    source§

    fn le(&self, other: &i32) -> bool

    This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more
    source§

    fn ge(&self, other: &i32) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >=\noperator. Read more
    source§

    fn gt(&self, other: &i32) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    ","PartialOrd","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.12.0 · source§

    impl<'a> Product<&'a i32> for i32

    source§

    fn product<I>(iter: I) -> i32
    where\n I: Iterator<Item = &'a i32>,

    Method which takes an iterator and generates Self from the elements by\nmultiplying the items.
    ","Product<&'a i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.12.0 · source§

    impl Product for i32

    source§

    fn product<I>(iter: I) -> i32
    where\n I: Iterator<Item = i32>,

    Method which takes an iterator and generates Self from the elements by\nmultiplying the items.
    ","Product","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Rem<&i32> for i32

    §

    type Output = <i32 as Rem>::Output

    The resulting type after applying the % operator.
    source§

    fn rem(self, other: &i32) -> <i32 as Rem>::Output

    Performs the % operation. Read more
    ","Rem<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Rem for i32

    This operation satisfies n % d == n - (n / d) * d. The\nresult has the same sign as the left operand.

    \n

    §Panics

    \n

    This operation will panic if other == 0 or if self / other results in overflow.

    \n
    §

    type Output = i32

    The resulting type after applying the % operator.
    source§

    fn rem(self, other: i32) -> i32

    Performs the % operation. Read more
    ","Rem","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl RemAssign<&i32> for i32

    source§

    fn rem_assign(&mut self, other: &i32)

    Performs the %= operation. Read more
    ","RemAssign<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl RemAssign for i32

    source§

    fn rem_assign(&mut self, other: i32)

    Performs the %= operation. Read more
    ","RemAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    source§

    impl SampleUniform for i32

    §

    type Sampler = UniformInt<i32>

    The UniformSampler implementation supporting type X.
    ","SampleUniform","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    source§

    impl Serialize for i32

    source§

    fn serialize<S>(\n &self,\n serializer: S\n) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where\n S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    ","Serialize","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shl<&i128> for i32

    §

    type Output = <i32 as Shl<i128>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &i128) -> <i32 as Shl<i128>>::Output

    Performs the << operation. Read more
    ","Shl<&i128>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shl<&i16> for i32

    §

    type Output = <i32 as Shl<i16>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &i16) -> <i32 as Shl<i16>>::Output

    Performs the << operation. Read more
    ","Shl<&i16>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shl<&i32> for i32

    §

    type Output = <i32 as Shl>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &i32) -> <i32 as Shl>::Output

    Performs the << operation. Read more
    ","Shl<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shl<&i64> for i32

    §

    type Output = <i32 as Shl<i64>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &i64) -> <i32 as Shl<i64>>::Output

    Performs the << operation. Read more
    ","Shl<&i64>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shl<&i8> for i32

    §

    type Output = <i32 as Shl<i8>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &i8) -> <i32 as Shl<i8>>::Output

    Performs the << operation. Read more
    ","Shl<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shl<&isize> for i32

    §

    type Output = <i32 as Shl<isize>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &isize) -> <i32 as Shl<isize>>::Output

    Performs the << operation. Read more
    ","Shl<&isize>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shl<&u128> for i32

    §

    type Output = <i32 as Shl<u128>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &u128) -> <i32 as Shl<u128>>::Output

    Performs the << operation. Read more
    ","Shl<&u128>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shl<&u16> for i32

    §

    type Output = <i32 as Shl<u16>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &u16) -> <i32 as Shl<u16>>::Output

    Performs the << operation. Read more
    ","Shl<&u16>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shl<&u32> for i32

    §

    type Output = <i32 as Shl<u32>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &u32) -> <i32 as Shl<u32>>::Output

    Performs the << operation. Read more
    ","Shl<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shl<&u64> for i32

    §

    type Output = <i32 as Shl<u64>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &u64) -> <i32 as Shl<u64>>::Output

    Performs the << operation. Read more
    ","Shl<&u64>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shl<&u8> for i32

    §

    type Output = <i32 as Shl<u8>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &u8) -> <i32 as Shl<u8>>::Output

    Performs the << operation. Read more
    ","Shl<&u8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shl<&usize> for i32

    §

    type Output = <i32 as Shl<usize>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &usize) -> <i32 as Shl<usize>>::Output

    Performs the << operation. Read more
    ","Shl<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shl<i128> for i32

    §

    type Output = i32

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: i128) -> i32

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shl<i16> for i32

    §

    type Output = i32

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: i16) -> i32

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shl<i64> for i32

    §

    type Output = i32

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: i64) -> i32

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shl<i8> for i32

    §

    type Output = i32

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: i8) -> i32

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shl<isize> for i32

    §

    type Output = i32

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: isize) -> i32

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shl<u128> for i32

    §

    type Output = i32

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: u128) -> i32

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shl<u16> for i32

    §

    type Output = i32

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: u16) -> i32

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shl<u32> for i32

    §

    type Output = i32

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: u32) -> i32

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shl<u64> for i32

    §

    type Output = i32

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: u64) -> i32

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shl<u8> for i32

    §

    type Output = i32

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: u8) -> i32

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shl<usize> for i32

    §

    type Output = i32

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: usize) -> i32

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shl for i32

    §

    type Output = i32

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: i32) -> i32

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl ShlAssign<&i128> for i32

    source§

    fn shl_assign(&mut self, other: &i128)

    Performs the <<= operation. Read more
    ","ShlAssign<&i128>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl ShlAssign<&i16> for i32

    source§

    fn shl_assign(&mut self, other: &i16)

    Performs the <<= operation. Read more
    ","ShlAssign<&i16>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl ShlAssign<&i32> for i32

    source§

    fn shl_assign(&mut self, other: &i32)

    Performs the <<= operation. Read more
    ","ShlAssign<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl ShlAssign<&i64> for i32

    source§

    fn shl_assign(&mut self, other: &i64)

    Performs the <<= operation. Read more
    ","ShlAssign<&i64>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl ShlAssign<&i8> for i32

    source§

    fn shl_assign(&mut self, other: &i8)

    Performs the <<= operation. Read more
    ","ShlAssign<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl ShlAssign<&isize> for i32

    source§

    fn shl_assign(&mut self, other: &isize)

    Performs the <<= operation. Read more
    ","ShlAssign<&isize>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl ShlAssign<&u128> for i32

    source§

    fn shl_assign(&mut self, other: &u128)

    Performs the <<= operation. Read more
    ","ShlAssign<&u128>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl ShlAssign<&u16> for i32

    source§

    fn shl_assign(&mut self, other: &u16)

    Performs the <<= operation. Read more
    ","ShlAssign<&u16>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl ShlAssign<&u32> for i32

    source§

    fn shl_assign(&mut self, other: &u32)

    Performs the <<= operation. Read more
    ","ShlAssign<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl ShlAssign<&u64> for i32

    source§

    fn shl_assign(&mut self, other: &u64)

    Performs the <<= operation. Read more
    ","ShlAssign<&u64>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl ShlAssign<&u8> for i32

    source§

    fn shl_assign(&mut self, other: &u8)

    Performs the <<= operation. Read more
    ","ShlAssign<&u8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl ShlAssign<&usize> for i32

    source§

    fn shl_assign(&mut self, other: &usize)

    Performs the <<= operation. Read more
    ","ShlAssign<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl ShlAssign<i128> for i32

    source§

    fn shl_assign(&mut self, other: i128)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl ShlAssign<i16> for i32

    source§

    fn shl_assign(&mut self, other: i16)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl ShlAssign<i64> for i32

    source§

    fn shl_assign(&mut self, other: i64)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl ShlAssign<i8> for i32

    source§

    fn shl_assign(&mut self, other: i8)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl ShlAssign<isize> for i32

    source§

    fn shl_assign(&mut self, other: isize)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl ShlAssign<u128> for i32

    source§

    fn shl_assign(&mut self, other: u128)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl ShlAssign<u16> for i32

    source§

    fn shl_assign(&mut self, other: u16)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl ShlAssign<u32> for i32

    source§

    fn shl_assign(&mut self, other: u32)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl ShlAssign<u64> for i32

    source§

    fn shl_assign(&mut self, other: u64)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl ShlAssign<u8> for i32

    source§

    fn shl_assign(&mut self, other: u8)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl ShlAssign<usize> for i32

    source§

    fn shl_assign(&mut self, other: usize)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl ShlAssign for i32

    source§

    fn shl_assign(&mut self, other: i32)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shr<&i128> for i32

    §

    type Output = <i32 as Shr<i128>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &i128) -> <i32 as Shr<i128>>::Output

    Performs the >> operation. Read more
    ","Shr<&i128>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shr<&i16> for i32

    §

    type Output = <i32 as Shr<i16>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &i16) -> <i32 as Shr<i16>>::Output

    Performs the >> operation. Read more
    ","Shr<&i16>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shr<&i32> for i32

    §

    type Output = <i32 as Shr>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &i32) -> <i32 as Shr>::Output

    Performs the >> operation. Read more
    ","Shr<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shr<&i64> for i32

    §

    type Output = <i32 as Shr<i64>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &i64) -> <i32 as Shr<i64>>::Output

    Performs the >> operation. Read more
    ","Shr<&i64>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shr<&i8> for i32

    §

    type Output = <i32 as Shr<i8>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &i8) -> <i32 as Shr<i8>>::Output

    Performs the >> operation. Read more
    ","Shr<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shr<&isize> for i32

    §

    type Output = <i32 as Shr<isize>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &isize) -> <i32 as Shr<isize>>::Output

    Performs the >> operation. Read more
    ","Shr<&isize>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shr<&u128> for i32

    §

    type Output = <i32 as Shr<u128>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &u128) -> <i32 as Shr<u128>>::Output

    Performs the >> operation. Read more
    ","Shr<&u128>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shr<&u16> for i32

    §

    type Output = <i32 as Shr<u16>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &u16) -> <i32 as Shr<u16>>::Output

    Performs the >> operation. Read more
    ","Shr<&u16>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shr<&u32> for i32

    §

    type Output = <i32 as Shr<u32>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &u32) -> <i32 as Shr<u32>>::Output

    Performs the >> operation. Read more
    ","Shr<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shr<&u64> for i32

    §

    type Output = <i32 as Shr<u64>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &u64) -> <i32 as Shr<u64>>::Output

    Performs the >> operation. Read more
    ","Shr<&u64>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shr<&u8> for i32

    §

    type Output = <i32 as Shr<u8>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &u8) -> <i32 as Shr<u8>>::Output

    Performs the >> operation. Read more
    ","Shr<&u8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shr<&usize> for i32

    §

    type Output = <i32 as Shr<usize>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &usize) -> <i32 as Shr<usize>>::Output

    Performs the >> operation. Read more
    ","Shr<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shr<i128> for i32

    §

    type Output = i32

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: i128) -> i32

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shr<i16> for i32

    §

    type Output = i32

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: i16) -> i32

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shr<i64> for i32

    §

    type Output = i32

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: i64) -> i32

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shr<i8> for i32

    §

    type Output = i32

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: i8) -> i32

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shr<isize> for i32

    §

    type Output = i32

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: isize) -> i32

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shr<u128> for i32

    §

    type Output = i32

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: u128) -> i32

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shr<u16> for i32

    §

    type Output = i32

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: u16) -> i32

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shr<u32> for i32

    §

    type Output = i32

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: u32) -> i32

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shr<u64> for i32

    §

    type Output = i32

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: u64) -> i32

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shr<u8> for i32

    §

    type Output = i32

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: u8) -> i32

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shr<usize> for i32

    §

    type Output = i32

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: usize) -> i32

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shr for i32

    §

    type Output = i32

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: i32) -> i32

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl ShrAssign<&i128> for i32

    source§

    fn shr_assign(&mut self, other: &i128)

    Performs the >>= operation. Read more
    ","ShrAssign<&i128>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl ShrAssign<&i16> for i32

    source§

    fn shr_assign(&mut self, other: &i16)

    Performs the >>= operation. Read more
    ","ShrAssign<&i16>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl ShrAssign<&i32> for i32

    source§

    fn shr_assign(&mut self, other: &i32)

    Performs the >>= operation. Read more
    ","ShrAssign<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl ShrAssign<&i64> for i32

    source§

    fn shr_assign(&mut self, other: &i64)

    Performs the >>= operation. Read more
    ","ShrAssign<&i64>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl ShrAssign<&i8> for i32

    source§

    fn shr_assign(&mut self, other: &i8)

    Performs the >>= operation. Read more
    ","ShrAssign<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl ShrAssign<&isize> for i32

    source§

    fn shr_assign(&mut self, other: &isize)

    Performs the >>= operation. Read more
    ","ShrAssign<&isize>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl ShrAssign<&u128> for i32

    source§

    fn shr_assign(&mut self, other: &u128)

    Performs the >>= operation. Read more
    ","ShrAssign<&u128>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl ShrAssign<&u16> for i32

    source§

    fn shr_assign(&mut self, other: &u16)

    Performs the >>= operation. Read more
    ","ShrAssign<&u16>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl ShrAssign<&u32> for i32

    source§

    fn shr_assign(&mut self, other: &u32)

    Performs the >>= operation. Read more
    ","ShrAssign<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl ShrAssign<&u64> for i32

    source§

    fn shr_assign(&mut self, other: &u64)

    Performs the >>= operation. Read more
    ","ShrAssign<&u64>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl ShrAssign<&u8> for i32

    source§

    fn shr_assign(&mut self, other: &u8)

    Performs the >>= operation. Read more
    ","ShrAssign<&u8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl ShrAssign<&usize> for i32

    source§

    fn shr_assign(&mut self, other: &usize)

    Performs the >>= operation. Read more
    ","ShrAssign<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl ShrAssign<i128> for i32

    source§

    fn shr_assign(&mut self, other: i128)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl ShrAssign<i16> for i32

    source§

    fn shr_assign(&mut self, other: i16)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl ShrAssign<i64> for i32

    source§

    fn shr_assign(&mut self, other: i64)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl ShrAssign<i8> for i32

    source§

    fn shr_assign(&mut self, other: i8)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl ShrAssign<isize> for i32

    source§

    fn shr_assign(&mut self, other: isize)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl ShrAssign<u128> for i32

    source§

    fn shr_assign(&mut self, other: u128)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl ShrAssign<u16> for i32

    source§

    fn shr_assign(&mut self, other: u16)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl ShrAssign<u32> for i32

    source§

    fn shr_assign(&mut self, other: u32)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl ShrAssign<u64> for i32

    source§

    fn shr_assign(&mut self, other: u64)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl ShrAssign<u8> for i32

    source§

    fn shr_assign(&mut self, other: u8)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl ShrAssign<usize> for i32

    source§

    fn shr_assign(&mut self, other: usize)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl ShrAssign for i32

    source§

    fn shr_assign(&mut self, other: i32)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    source§

    impl SimdElement for i32

    §

    type Mask = i32

    🔬This is a nightly-only experimental API. (portable_simd)
    The mask element type corresponding to this element type.
    ","SimdElement","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    source§

    impl Step for i32

    source§

    fn forward(start: i32, n: usize) -> i32

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the successor\nof self count times. Read more
    source§

    fn backward(start: i32, n: usize) -> i32

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the predecessor\nof self count times. Read more
    source§

    unsafe fn forward_unchecked(start: i32, n: usize) -> i32

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the successor\nof self count times. Read more
    source§

    unsafe fn backward_unchecked(start: i32, n: usize) -> i32

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the predecessor\nof self count times. Read more
    source§

    fn steps_between(start: &i32, end: &i32) -> Option<usize>

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the number of successor steps required to get from start to end. Read more
    source§

    fn forward_checked(start: i32, n: usize) -> Option<i32>

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the successor\nof self count times. Read more
    source§

    fn backward_checked(start: i32, n: usize) -> Option<i32>

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the predecessor\nof self count times. Read more
    ","Step","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Sub<&i32> for i32

    §

    type Output = <i32 as Sub>::Output

    The resulting type after applying the - operator.
    source§

    fn sub(self, other: &i32) -> <i32 as Sub>::Output

    Performs the - operation. Read more
    ","Sub<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Sub for i32

    §

    type Output = i32

    The resulting type after applying the - operator.
    source§

    fn sub(self, other: i32) -> i32

    Performs the - operation. Read more
    ","Sub","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl SubAssign<&i32> for i32

    source§

    fn sub_assign(&mut self, other: &i32)

    Performs the -= operation. Read more
    ","SubAssign<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl SubAssign for i32

    source§

    fn sub_assign(&mut self, other: i32)

    Performs the -= operation. Read more
    ","SubAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.12.0 · source§

    impl<'a> Sum<&'a i32> for i32

    source§

    fn sum<I>(iter: I) -> i32
    where\n I: Iterator<Item = &'a i32>,

    Method which takes an iterator and generates Self from the elements by\n“summing up” the items.
    ","Sum<&'a i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.12.0 · source§

    impl Sum for i32

    source§

    fn sum<I>(iter: I) -> i32
    where\n I: Iterator<Item = i32>,

    Method which takes an iterator and generates Self from the elements by\n“summing up” the items.
    ","Sum","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.34.0 · source§

    impl TryFrom<i128> for i32

    source§

    fn try_from(u: i128) -> Result<i32, <i32 as TryFrom<i128>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.34.0 · source§

    impl TryFrom<i64> for i32

    source§

    fn try_from(u: i64) -> Result<i32, <i32 as TryFrom<i64>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.34.0 · source§

    impl TryFrom<isize> for i32

    source§

    fn try_from(u: isize) -> Result<i32, <i32 as TryFrom<isize>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.34.0 · source§

    impl TryFrom<u128> for i32

    source§

    fn try_from(u: u128) -> Result<i32, <i32 as TryFrom<u128>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.34.0 · source§

    impl TryFrom<u32> for i32

    source§

    fn try_from(u: u32) -> Result<i32, <i32 as TryFrom<u32>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.34.0 · source§

    impl TryFrom<u64> for i32

    source§

    fn try_from(u: u64) -> Result<i32, <i32 as TryFrom<u64>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.34.0 · source§

    impl TryFrom<usize> for i32

    source§

    fn try_from(u: usize) -> Result<i32, <i32 as TryFrom<usize>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.42.0 · source§

    impl UpperExp for i32

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","UpperExp","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl UpperHex for i32

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","UpperHex","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    source§

    impl ConstParamTy for i32

    ","ConstParamTy","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Copy for i32

    ","Copy","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Eq for i32

    ","Eq","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    source§

    impl MaskElement for i32

    ","MaskElement","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    source§

    impl SimdCast for i32

    ","SimdCast","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    source§

    impl StructuralPartialEq for i32

    ","StructuralPartialEq","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    source§

    impl TrustedStep for i32

    ","TrustedStep","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    source§

    impl Weight for i32

    ","Weight","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    source§

    impl ZeroablePrimitive for i32

    ","ZeroablePrimitive","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"]] +"bdk_chain":[["
    1.0.0 · source§

    impl Add<&i32> for i32

    §

    type Output = <i32 as Add>::Output

    The resulting type after applying the + operator.
    source§

    fn add(self, other: &i32) -> <i32 as Add>::Output

    Performs the + operation. Read more
    ","Add<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 (const: unstable) · source§

    impl Add for i32

    §

    type Output = i32

    The resulting type after applying the + operator.
    const: unstable · source§

    fn add(self, other: i32) -> i32

    Performs the + operation. Read more
    ","Add","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl AddAssign<&i32> for i32

    source§

    fn add_assign(&mut self, other: &i32)

    Performs the += operation. Read more
    ","AddAssign<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl AddAssign for i32

    source§

    fn add_assign(&mut self, other: i32)

    Performs the += operation. Read more
    ","AddAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Binary for i32

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Binary","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl BitAnd<&i32> for i32

    §

    type Output = <i32 as BitAnd>::Output

    The resulting type after applying the & operator.
    source§

    fn bitand(self, other: &i32) -> <i32 as BitAnd>::Output

    Performs the & operation. Read more
    ","BitAnd<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl BitAnd for i32

    §

    type Output = i32

    The resulting type after applying the & operator.
    source§

    fn bitand(self, rhs: i32) -> i32

    Performs the & operation. Read more
    ","BitAnd","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl BitAndAssign<&i32> for i32

    source§

    fn bitand_assign(&mut self, other: &i32)

    Performs the &= operation. Read more
    ","BitAndAssign<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl BitAndAssign for i32

    source§

    fn bitand_assign(&mut self, other: i32)

    Performs the &= operation. Read more
    ","BitAndAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl BitOr<&i32> for i32

    §

    type Output = <i32 as BitOr>::Output

    The resulting type after applying the | operator.
    source§

    fn bitor(self, other: &i32) -> <i32 as BitOr>::Output

    Performs the | operation. Read more
    ","BitOr<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl BitOr for i32

    §

    type Output = i32

    The resulting type after applying the | operator.
    source§

    fn bitor(self, rhs: i32) -> i32

    Performs the | operation. Read more
    ","BitOr","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl BitOrAssign<&i32> for i32

    source§

    fn bitor_assign(&mut self, other: &i32)

    Performs the |= operation. Read more
    ","BitOrAssign<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl BitOrAssign for i32

    source§

    fn bitor_assign(&mut self, other: i32)

    Performs the |= operation. Read more
    ","BitOrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl BitXor<&i32> for i32

    §

    type Output = <i32 as BitXor>::Output

    The resulting type after applying the ^ operator.
    source§

    fn bitxor(self, other: &i32) -> <i32 as BitXor>::Output

    Performs the ^ operation. Read more
    ","BitXor<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl BitXor for i32

    §

    type Output = i32

    The resulting type after applying the ^ operator.
    source§

    fn bitxor(self, other: i32) -> i32

    Performs the ^ operation. Read more
    ","BitXor","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl BitXorAssign<&i32> for i32

    source§

    fn bitxor_assign(&mut self, other: &i32)

    Performs the ^= operation. Read more
    ","BitXorAssign<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl BitXorAssign for i32

    source§

    fn bitxor_assign(&mut self, other: i32)

    Performs the ^= operation. Read more
    ","BitXorAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Clone for i32

    source§

    fn clone(&self) -> i32

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    ","Clone","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Debug for i32

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Debug","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    §

    impl Decodable for i32

    §

    fn consensus_decode<R>(r: &mut R) -> Result<i32, Error>
    where\n R: BufRead + ?Sized,

    Decode an object with a well-defined format. Read more
    §

    fn consensus_decode_from_finite_reader<R>(reader: &mut R) -> Result<Self, Error>
    where\n R: BufRead + ?Sized,

    Decode Self from a size-limited reader. Read more
    ","Decodable","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Default for i32

    source§

    fn default() -> i32

    Returns the default value of 0

    \n
    ","Default","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    source§

    impl<'de> Deserialize<'de> for i32

    source§

    fn deserialize<D>(\n deserializer: D\n) -> Result<i32, <D as Deserializer<'de>>::Error>
    where\n D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    ","Deserialize<'de>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Display for i32

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Display","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Div<&i32> for i32

    §

    type Output = <i32 as Div>::Output

    The resulting type after applying the / operator.
    source§

    fn div(self, other: &i32) -> <i32 as Div>::Output

    Performs the / operation. Read more
    ","Div<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Div for i32

    This operation rounds towards zero, truncating any\nfractional part of the exact result.

    \n

    §Panics

    \n

    This operation will panic if other == 0 or the division results in overflow.

    \n
    §

    type Output = i32

    The resulting type after applying the / operator.
    source§

    fn div(self, other: i32) -> i32

    Performs the / operation. Read more
    ","Div","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl DivAssign<&i32> for i32

    source§

    fn div_assign(&mut self, other: &i32)

    Performs the /= operation. Read more
    ","DivAssign<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl DivAssign for i32

    source§

    fn div_assign(&mut self, other: i32)

    Performs the /= operation. Read more
    ","DivAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    §

    impl Encodable for i32

    §

    fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
    where\n W: Write + ?Sized,

    Encodes an object with a well-defined format. Read more
    ","Encodable","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    §

    impl<O> From<I16<O>> for i32
    where\n O: ByteOrder,

    §

    fn from(x: I16<O>) -> i32

    Converts to this type from the input type.
    ","From>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    §

    impl<O> From<I32<O>> for i32
    where\n O: ByteOrder,

    §

    fn from(x: I32<O>) -> i32

    Converts to this type from the input type.
    ","From>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    §

    impl From<Parity> for i32

    The conversion returns 0 for even parity and 1 for odd.

    \n
    §

    fn from(parity: Parity) -> i32

    Converts to this type from the input type.
    ","From","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.28.0 · source§

    impl From<bool> for i32

    source§

    fn from(small: bool) -> i32

    Converts a bool to i32 losslessly.\nThe resulting value is 0 for false and 1 for true values.

    \n
    §Examples
    \n
    assert_eq!(i32::from(true), 1);\nassert_eq!(i32::from(false), 0);
    \n
    ","From","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.5.0 · source§

    impl From<i16> for i32

    source§

    fn from(small: i16) -> i32

    Converts i16 to i32 losslessly.

    \n
    ","From","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.5.0 · source§

    impl From<i8> for i32

    source§

    fn from(small: i8) -> i32

    Converts i8 to i32 losslessly.

    \n
    ","From","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.5.0 · source§

    impl From<u16> for i32

    source§

    fn from(small: u16) -> i32

    Converts u16 to i32 losslessly.

    \n
    ","From","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.5.0 · source§

    impl From<u8> for i32

    source§

    fn from(small: u8) -> i32

    Converts u8 to i32 losslessly.

    \n
    ","From","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl FromStr for i32

    §

    type Err = ParseIntError

    The associated error which can be returned from parsing.
    source§

    fn from_str(src: &str) -> Result<i32, ParseIntError>

    Parses a string s to return a value of this type. Read more
    ","FromStr","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Hash for i32

    source§

    fn hash<H>(&self, state: &mut H)
    where\n H: Hasher,

    Feeds this value into the given Hasher. Read more
    source§

    fn hash_slice<H>(data: &[i32], state: &mut H)
    where\n H: Hasher,

    Feeds a slice of this type into the given Hasher. Read more
    ","Hash","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    source§

    impl<'de, E> IntoDeserializer<'de, E> for i32
    where\n E: Error,

    §

    type Deserializer = I32Deserializer<E>

    The type of the deserializer being converted into.
    source§

    fn into_deserializer(self) -> I32Deserializer<E>

    Convert this value into a deserializer.
    ","IntoDeserializer<'de, E>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.42.0 · source§

    impl LowerExp for i32

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","LowerExp","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl LowerHex for i32

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","LowerHex","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Mul<&i32> for i32

    §

    type Output = <i32 as Mul>::Output

    The resulting type after applying the * operator.
    source§

    fn mul(self, other: &i32) -> <i32 as Mul>::Output

    Performs the * operation. Read more
    ","Mul<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Mul for i32

    §

    type Output = i32

    The resulting type after applying the * operator.
    source§

    fn mul(self, other: i32) -> i32

    Performs the * operation. Read more
    ","Mul","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl MulAssign<&i32> for i32

    source§

    fn mul_assign(&mut self, other: &i32)

    Performs the *= operation. Read more
    ","MulAssign<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl MulAssign for i32

    source§

    fn mul_assign(&mut self, other: i32)

    Performs the *= operation. Read more
    ","MulAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Neg for i32

    §

    type Output = i32

    The resulting type after applying the - operator.
    source§

    fn neg(self) -> i32

    Performs the unary - operation. Read more
    ","Neg","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Not for i32

    §

    type Output = i32

    The resulting type after applying the ! operator.
    source§

    fn not(self) -> i32

    Performs the unary ! operation. Read more
    ","Not","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Octal for i32

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Octal","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Ord for i32

    source§

    fn cmp(&self, other: &i32) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where\n Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Self
    where\n Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Self
    where\n Self: Sized + PartialOrd,

    Restrict a value to a certain interval. Read more
    ","Ord","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    source§

    impl PartialEq<Value> for i32

    source§

    fn eq(&self, other: &Value) -> bool

    This method tests for self and other values to be equal, and is used\nby ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
    ","PartialEq","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 (const: unstable) · source§

    impl PartialEq for i32

    const: unstable · source§

    fn eq(&self, other: &i32) -> bool

    This method tests for self and other values to be equal, and is used\nby ==.
    const: unstable · source§

    fn ne(&self, other: &i32) -> bool

    This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
    ","PartialEq","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl PartialOrd for i32

    source§

    fn partial_cmp(&self, other: &i32) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    source§

    fn lt(&self, other: &i32) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    source§

    fn le(&self, other: &i32) -> bool

    This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more
    source§

    fn ge(&self, other: &i32) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >=\noperator. Read more
    source§

    fn gt(&self, other: &i32) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    ","PartialOrd","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.12.0 · source§

    impl<'a> Product<&'a i32> for i32

    source§

    fn product<I>(iter: I) -> i32
    where\n I: Iterator<Item = &'a i32>,

    Method which takes an iterator and generates Self from the elements by\nmultiplying the items.
    ","Product<&'a i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.12.0 · source§

    impl Product for i32

    source§

    fn product<I>(iter: I) -> i32
    where\n I: Iterator<Item = i32>,

    Method which takes an iterator and generates Self from the elements by\nmultiplying the items.
    ","Product","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Rem<&i32> for i32

    §

    type Output = <i32 as Rem>::Output

    The resulting type after applying the % operator.
    source§

    fn rem(self, other: &i32) -> <i32 as Rem>::Output

    Performs the % operation. Read more
    ","Rem<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Rem for i32

    This operation satisfies n % d == n - (n / d) * d. The\nresult has the same sign as the left operand.

    \n

    §Panics

    \n

    This operation will panic if other == 0 or if self / other results in overflow.

    \n
    §

    type Output = i32

    The resulting type after applying the % operator.
    source§

    fn rem(self, other: i32) -> i32

    Performs the % operation. Read more
    ","Rem","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl RemAssign<&i32> for i32

    source§

    fn rem_assign(&mut self, other: &i32)

    Performs the %= operation. Read more
    ","RemAssign<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl RemAssign for i32

    source§

    fn rem_assign(&mut self, other: i32)

    Performs the %= operation. Read more
    ","RemAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    source§

    impl SampleUniform for i32

    §

    type Sampler = UniformInt<i32>

    The UniformSampler implementation supporting type X.
    ","SampleUniform","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    source§

    impl Serialize for i32

    source§

    fn serialize<S>(\n &self,\n serializer: S\n) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where\n S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    ","Serialize","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shl<&i128> for i32

    §

    type Output = <i32 as Shl<i128>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &i128) -> <i32 as Shl<i128>>::Output

    Performs the << operation. Read more
    ","Shl<&i128>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shl<&i16> for i32

    §

    type Output = <i32 as Shl<i16>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &i16) -> <i32 as Shl<i16>>::Output

    Performs the << operation. Read more
    ","Shl<&i16>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shl<&i32> for i32

    §

    type Output = <i32 as Shl>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &i32) -> <i32 as Shl>::Output

    Performs the << operation. Read more
    ","Shl<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shl<&i64> for i32

    §

    type Output = <i32 as Shl<i64>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &i64) -> <i32 as Shl<i64>>::Output

    Performs the << operation. Read more
    ","Shl<&i64>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shl<&i8> for i32

    §

    type Output = <i32 as Shl<i8>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &i8) -> <i32 as Shl<i8>>::Output

    Performs the << operation. Read more
    ","Shl<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shl<&isize> for i32

    §

    type Output = <i32 as Shl<isize>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &isize) -> <i32 as Shl<isize>>::Output

    Performs the << operation. Read more
    ","Shl<&isize>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shl<&u128> for i32

    §

    type Output = <i32 as Shl<u128>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &u128) -> <i32 as Shl<u128>>::Output

    Performs the << operation. Read more
    ","Shl<&u128>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shl<&u16> for i32

    §

    type Output = <i32 as Shl<u16>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &u16) -> <i32 as Shl<u16>>::Output

    Performs the << operation. Read more
    ","Shl<&u16>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shl<&u32> for i32

    §

    type Output = <i32 as Shl<u32>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &u32) -> <i32 as Shl<u32>>::Output

    Performs the << operation. Read more
    ","Shl<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shl<&u64> for i32

    §

    type Output = <i32 as Shl<u64>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &u64) -> <i32 as Shl<u64>>::Output

    Performs the << operation. Read more
    ","Shl<&u64>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shl<&u8> for i32

    §

    type Output = <i32 as Shl<u8>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &u8) -> <i32 as Shl<u8>>::Output

    Performs the << operation. Read more
    ","Shl<&u8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shl<&usize> for i32

    §

    type Output = <i32 as Shl<usize>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &usize) -> <i32 as Shl<usize>>::Output

    Performs the << operation. Read more
    ","Shl<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shl<i128> for i32

    §

    type Output = i32

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: i128) -> i32

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shl<i16> for i32

    §

    type Output = i32

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: i16) -> i32

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shl<i64> for i32

    §

    type Output = i32

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: i64) -> i32

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shl<i8> for i32

    §

    type Output = i32

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: i8) -> i32

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shl<isize> for i32

    §

    type Output = i32

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: isize) -> i32

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shl<u128> for i32

    §

    type Output = i32

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: u128) -> i32

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shl<u16> for i32

    §

    type Output = i32

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: u16) -> i32

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shl<u32> for i32

    §

    type Output = i32

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: u32) -> i32

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shl<u64> for i32

    §

    type Output = i32

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: u64) -> i32

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shl<u8> for i32

    §

    type Output = i32

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: u8) -> i32

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shl<usize> for i32

    §

    type Output = i32

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: usize) -> i32

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shl for i32

    §

    type Output = i32

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: i32) -> i32

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl ShlAssign<&i128> for i32

    source§

    fn shl_assign(&mut self, other: &i128)

    Performs the <<= operation. Read more
    ","ShlAssign<&i128>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl ShlAssign<&i16> for i32

    source§

    fn shl_assign(&mut self, other: &i16)

    Performs the <<= operation. Read more
    ","ShlAssign<&i16>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl ShlAssign<&i32> for i32

    source§

    fn shl_assign(&mut self, other: &i32)

    Performs the <<= operation. Read more
    ","ShlAssign<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl ShlAssign<&i64> for i32

    source§

    fn shl_assign(&mut self, other: &i64)

    Performs the <<= operation. Read more
    ","ShlAssign<&i64>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl ShlAssign<&i8> for i32

    source§

    fn shl_assign(&mut self, other: &i8)

    Performs the <<= operation. Read more
    ","ShlAssign<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl ShlAssign<&isize> for i32

    source§

    fn shl_assign(&mut self, other: &isize)

    Performs the <<= operation. Read more
    ","ShlAssign<&isize>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl ShlAssign<&u128> for i32

    source§

    fn shl_assign(&mut self, other: &u128)

    Performs the <<= operation. Read more
    ","ShlAssign<&u128>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl ShlAssign<&u16> for i32

    source§

    fn shl_assign(&mut self, other: &u16)

    Performs the <<= operation. Read more
    ","ShlAssign<&u16>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl ShlAssign<&u32> for i32

    source§

    fn shl_assign(&mut self, other: &u32)

    Performs the <<= operation. Read more
    ","ShlAssign<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl ShlAssign<&u64> for i32

    source§

    fn shl_assign(&mut self, other: &u64)

    Performs the <<= operation. Read more
    ","ShlAssign<&u64>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl ShlAssign<&u8> for i32

    source§

    fn shl_assign(&mut self, other: &u8)

    Performs the <<= operation. Read more
    ","ShlAssign<&u8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl ShlAssign<&usize> for i32

    source§

    fn shl_assign(&mut self, other: &usize)

    Performs the <<= operation. Read more
    ","ShlAssign<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl ShlAssign<i128> for i32

    source§

    fn shl_assign(&mut self, other: i128)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl ShlAssign<i16> for i32

    source§

    fn shl_assign(&mut self, other: i16)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl ShlAssign<i64> for i32

    source§

    fn shl_assign(&mut self, other: i64)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl ShlAssign<i8> for i32

    source§

    fn shl_assign(&mut self, other: i8)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl ShlAssign<isize> for i32

    source§

    fn shl_assign(&mut self, other: isize)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl ShlAssign<u128> for i32

    source§

    fn shl_assign(&mut self, other: u128)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl ShlAssign<u16> for i32

    source§

    fn shl_assign(&mut self, other: u16)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl ShlAssign<u32> for i32

    source§

    fn shl_assign(&mut self, other: u32)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl ShlAssign<u64> for i32

    source§

    fn shl_assign(&mut self, other: u64)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl ShlAssign<u8> for i32

    source§

    fn shl_assign(&mut self, other: u8)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl ShlAssign<usize> for i32

    source§

    fn shl_assign(&mut self, other: usize)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl ShlAssign for i32

    source§

    fn shl_assign(&mut self, other: i32)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shr<&i128> for i32

    §

    type Output = <i32 as Shr<i128>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &i128) -> <i32 as Shr<i128>>::Output

    Performs the >> operation. Read more
    ","Shr<&i128>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shr<&i16> for i32

    §

    type Output = <i32 as Shr<i16>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &i16) -> <i32 as Shr<i16>>::Output

    Performs the >> operation. Read more
    ","Shr<&i16>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shr<&i32> for i32

    §

    type Output = <i32 as Shr>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &i32) -> <i32 as Shr>::Output

    Performs the >> operation. Read more
    ","Shr<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shr<&i64> for i32

    §

    type Output = <i32 as Shr<i64>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &i64) -> <i32 as Shr<i64>>::Output

    Performs the >> operation. Read more
    ","Shr<&i64>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shr<&i8> for i32

    §

    type Output = <i32 as Shr<i8>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &i8) -> <i32 as Shr<i8>>::Output

    Performs the >> operation. Read more
    ","Shr<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shr<&isize> for i32

    §

    type Output = <i32 as Shr<isize>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &isize) -> <i32 as Shr<isize>>::Output

    Performs the >> operation. Read more
    ","Shr<&isize>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shr<&u128> for i32

    §

    type Output = <i32 as Shr<u128>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &u128) -> <i32 as Shr<u128>>::Output

    Performs the >> operation. Read more
    ","Shr<&u128>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shr<&u16> for i32

    §

    type Output = <i32 as Shr<u16>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &u16) -> <i32 as Shr<u16>>::Output

    Performs the >> operation. Read more
    ","Shr<&u16>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shr<&u32> for i32

    §

    type Output = <i32 as Shr<u32>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &u32) -> <i32 as Shr<u32>>::Output

    Performs the >> operation. Read more
    ","Shr<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shr<&u64> for i32

    §

    type Output = <i32 as Shr<u64>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &u64) -> <i32 as Shr<u64>>::Output

    Performs the >> operation. Read more
    ","Shr<&u64>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shr<&u8> for i32

    §

    type Output = <i32 as Shr<u8>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &u8) -> <i32 as Shr<u8>>::Output

    Performs the >> operation. Read more
    ","Shr<&u8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shr<&usize> for i32

    §

    type Output = <i32 as Shr<usize>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &usize) -> <i32 as Shr<usize>>::Output

    Performs the >> operation. Read more
    ","Shr<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shr<i128> for i32

    §

    type Output = i32

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: i128) -> i32

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shr<i16> for i32

    §

    type Output = i32

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: i16) -> i32

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shr<i64> for i32

    §

    type Output = i32

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: i64) -> i32

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shr<i8> for i32

    §

    type Output = i32

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: i8) -> i32

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shr<isize> for i32

    §

    type Output = i32

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: isize) -> i32

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shr<u128> for i32

    §

    type Output = i32

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: u128) -> i32

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shr<u16> for i32

    §

    type Output = i32

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: u16) -> i32

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shr<u32> for i32

    §

    type Output = i32

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: u32) -> i32

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shr<u64> for i32

    §

    type Output = i32

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: u64) -> i32

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shr<u8> for i32

    §

    type Output = i32

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: u8) -> i32

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shr<usize> for i32

    §

    type Output = i32

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: usize) -> i32

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Shr for i32

    §

    type Output = i32

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: i32) -> i32

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl ShrAssign<&i128> for i32

    source§

    fn shr_assign(&mut self, other: &i128)

    Performs the >>= operation. Read more
    ","ShrAssign<&i128>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl ShrAssign<&i16> for i32

    source§

    fn shr_assign(&mut self, other: &i16)

    Performs the >>= operation. Read more
    ","ShrAssign<&i16>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl ShrAssign<&i32> for i32

    source§

    fn shr_assign(&mut self, other: &i32)

    Performs the >>= operation. Read more
    ","ShrAssign<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl ShrAssign<&i64> for i32

    source§

    fn shr_assign(&mut self, other: &i64)

    Performs the >>= operation. Read more
    ","ShrAssign<&i64>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl ShrAssign<&i8> for i32

    source§

    fn shr_assign(&mut self, other: &i8)

    Performs the >>= operation. Read more
    ","ShrAssign<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl ShrAssign<&isize> for i32

    source§

    fn shr_assign(&mut self, other: &isize)

    Performs the >>= operation. Read more
    ","ShrAssign<&isize>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl ShrAssign<&u128> for i32

    source§

    fn shr_assign(&mut self, other: &u128)

    Performs the >>= operation. Read more
    ","ShrAssign<&u128>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl ShrAssign<&u16> for i32

    source§

    fn shr_assign(&mut self, other: &u16)

    Performs the >>= operation. Read more
    ","ShrAssign<&u16>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl ShrAssign<&u32> for i32

    source§

    fn shr_assign(&mut self, other: &u32)

    Performs the >>= operation. Read more
    ","ShrAssign<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl ShrAssign<&u64> for i32

    source§

    fn shr_assign(&mut self, other: &u64)

    Performs the >>= operation. Read more
    ","ShrAssign<&u64>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl ShrAssign<&u8> for i32

    source§

    fn shr_assign(&mut self, other: &u8)

    Performs the >>= operation. Read more
    ","ShrAssign<&u8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl ShrAssign<&usize> for i32

    source§

    fn shr_assign(&mut self, other: &usize)

    Performs the >>= operation. Read more
    ","ShrAssign<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl ShrAssign<i128> for i32

    source§

    fn shr_assign(&mut self, other: i128)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl ShrAssign<i16> for i32

    source§

    fn shr_assign(&mut self, other: i16)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl ShrAssign<i64> for i32

    source§

    fn shr_assign(&mut self, other: i64)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl ShrAssign<i8> for i32

    source§

    fn shr_assign(&mut self, other: i8)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl ShrAssign<isize> for i32

    source§

    fn shr_assign(&mut self, other: isize)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl ShrAssign<u128> for i32

    source§

    fn shr_assign(&mut self, other: u128)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl ShrAssign<u16> for i32

    source§

    fn shr_assign(&mut self, other: u16)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl ShrAssign<u32> for i32

    source§

    fn shr_assign(&mut self, other: u32)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl ShrAssign<u64> for i32

    source§

    fn shr_assign(&mut self, other: u64)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl ShrAssign<u8> for i32

    source§

    fn shr_assign(&mut self, other: u8)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl ShrAssign<usize> for i32

    source§

    fn shr_assign(&mut self, other: usize)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl ShrAssign for i32

    source§

    fn shr_assign(&mut self, other: i32)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    source§

    impl SimdElement for i32

    §

    type Mask = i32

    🔬This is a nightly-only experimental API. (portable_simd)
    The mask element type corresponding to this element type.
    ","SimdElement","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    source§

    impl Step for i32

    source§

    fn forward(start: i32, n: usize) -> i32

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the successor\nof self count times. Read more
    source§

    fn backward(start: i32, n: usize) -> i32

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the predecessor\nof self count times. Read more
    source§

    unsafe fn forward_unchecked(start: i32, n: usize) -> i32

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the successor\nof self count times. Read more
    source§

    unsafe fn backward_unchecked(start: i32, n: usize) -> i32

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the predecessor\nof self count times. Read more
    source§

    fn steps_between(start: &i32, end: &i32) -> Option<usize>

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the number of successor steps required to get from start to end. Read more
    source§

    fn forward_checked(start: i32, n: usize) -> Option<i32>

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the successor\nof self count times. Read more
    source§

    fn backward_checked(start: i32, n: usize) -> Option<i32>

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the predecessor\nof self count times. Read more
    ","Step","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Sub<&i32> for i32

    §

    type Output = <i32 as Sub>::Output

    The resulting type after applying the - operator.
    source§

    fn sub(self, other: &i32) -> <i32 as Sub>::Output

    Performs the - operation. Read more
    ","Sub<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Sub for i32

    §

    type Output = i32

    The resulting type after applying the - operator.
    source§

    fn sub(self, other: i32) -> i32

    Performs the - operation. Read more
    ","Sub","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.22.0 · source§

    impl SubAssign<&i32> for i32

    source§

    fn sub_assign(&mut self, other: &i32)

    Performs the -= operation. Read more
    ","SubAssign<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.8.0 · source§

    impl SubAssign for i32

    source§

    fn sub_assign(&mut self, other: i32)

    Performs the -= operation. Read more
    ","SubAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.12.0 · source§

    impl<'a> Sum<&'a i32> for i32

    source§

    fn sum<I>(iter: I) -> i32
    where\n I: Iterator<Item = &'a i32>,

    Method which takes an iterator and generates Self from the elements by\n“summing up” the items.
    ","Sum<&'a i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.12.0 · source§

    impl Sum for i32

    source§

    fn sum<I>(iter: I) -> i32
    where\n I: Iterator<Item = i32>,

    Method which takes an iterator and generates Self from the elements by\n“summing up” the items.
    ","Sum","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.34.0 · source§

    impl TryFrom<i128> for i32

    source§

    fn try_from(u: i128) -> Result<i32, <i32 as TryFrom<i128>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.34.0 · source§

    impl TryFrom<i64> for i32

    source§

    fn try_from(u: i64) -> Result<i32, <i32 as TryFrom<i64>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.34.0 · source§

    impl TryFrom<isize> for i32

    source§

    fn try_from(u: isize) -> Result<i32, <i32 as TryFrom<isize>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.34.0 · source§

    impl TryFrom<u128> for i32

    source§

    fn try_from(u: u128) -> Result<i32, <i32 as TryFrom<u128>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.34.0 · source§

    impl TryFrom<u32> for i32

    source§

    fn try_from(u: u32) -> Result<i32, <i32 as TryFrom<u32>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.34.0 · source§

    impl TryFrom<u64> for i32

    source§

    fn try_from(u: u64) -> Result<i32, <i32 as TryFrom<u64>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.34.0 · source§

    impl TryFrom<usize> for i32

    source§

    fn try_from(u: usize) -> Result<i32, <i32 as TryFrom<usize>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.42.0 · source§

    impl UpperExp for i32

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","UpperExp","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl UpperHex for i32

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","UpperHex","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    source§

    impl ConstParamTy for i32

    ","ConstParamTy","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Copy for i32

    ","Copy","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    1.0.0 · source§

    impl Eq for i32

    ","Eq","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    source§

    impl MaskElement for i32

    ","MaskElement","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    source§

    impl SimdCast for i32

    ","SimdCast","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    source§

    impl StructuralPartialEq for i32

    ","StructuralPartialEq","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    source§

    impl TrustedStep for i32

    ","TrustedStep","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    source§

    impl Weight for i32

    ","Weight","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"],["
    source§

    impl ZeroablePrimitive for i32

    ","ZeroablePrimitive","bdk_chain::bitcoin::secp256k1::ffi::types::c_int"]] };if (window.register_type_impls) {window.register_type_impls(type_impls);} else {window.pending_type_impls = type_impls;}})() \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/std/primitive.i8.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/std/primitive.i8.js index 24ad729cc1..ed4375e079 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/std/primitive.i8.js +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/std/primitive.i8.js @@ -1,3 +1,3 @@ (function() {var type_impls = { -"bdk_chain":[["
    1.0.0 · source§

    impl Add<&i8> for i8

    §

    type Output = <i8 as Add>::Output

    The resulting type after applying the + operator.
    source§

    fn add(self, other: &i8) -> <i8 as Add>::Output

    Performs the + operation. Read more
    ","Add<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 (const: unstable) · source§

    impl Add for i8

    §

    type Output = i8

    The resulting type after applying the + operator.
    const: unstable · source§

    fn add(self, other: i8) -> i8

    Performs the + operation. Read more
    ","Add","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl AddAssign<&i8> for i8

    source§

    fn add_assign(&mut self, other: &i8)

    Performs the += operation. Read more
    ","AddAssign<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl AddAssign for i8

    source§

    fn add_assign(&mut self, other: i8)

    Performs the += operation. Read more
    ","AddAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Binary for i8

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Binary","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl BitAnd<&i8> for i8

    §

    type Output = <i8 as BitAnd>::Output

    The resulting type after applying the & operator.
    source§

    fn bitand(self, other: &i8) -> <i8 as BitAnd>::Output

    Performs the & operation. Read more
    ","BitAnd<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl BitAnd for i8

    §

    type Output = i8

    The resulting type after applying the & operator.
    source§

    fn bitand(self, rhs: i8) -> i8

    Performs the & operation. Read more
    ","BitAnd","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl BitAndAssign<&i8> for i8

    source§

    fn bitand_assign(&mut self, other: &i8)

    Performs the &= operation. Read more
    ","BitAndAssign<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl BitAndAssign for i8

    source§

    fn bitand_assign(&mut self, other: i8)

    Performs the &= operation. Read more
    ","BitAndAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl BitOr<&i8> for i8

    §

    type Output = <i8 as BitOr>::Output

    The resulting type after applying the | operator.
    source§

    fn bitor(self, other: &i8) -> <i8 as BitOr>::Output

    Performs the | operation. Read more
    ","BitOr<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl BitOr for i8

    §

    type Output = i8

    The resulting type after applying the | operator.
    source§

    fn bitor(self, rhs: i8) -> i8

    Performs the | operation. Read more
    ","BitOr","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl BitOrAssign<&i8> for i8

    source§

    fn bitor_assign(&mut self, other: &i8)

    Performs the |= operation. Read more
    ","BitOrAssign<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl BitOrAssign for i8

    source§

    fn bitor_assign(&mut self, other: i8)

    Performs the |= operation. Read more
    ","BitOrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl BitXor<&i8> for i8

    §

    type Output = <i8 as BitXor>::Output

    The resulting type after applying the ^ operator.
    source§

    fn bitxor(self, other: &i8) -> <i8 as BitXor>::Output

    Performs the ^ operation. Read more
    ","BitXor<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl BitXor for i8

    §

    type Output = i8

    The resulting type after applying the ^ operator.
    source§

    fn bitxor(self, other: i8) -> i8

    Performs the ^ operation. Read more
    ","BitXor","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl BitXorAssign<&i8> for i8

    source§

    fn bitxor_assign(&mut self, other: &i8)

    Performs the ^= operation. Read more
    ","BitXorAssign<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl BitXorAssign for i8

    source§

    fn bitxor_assign(&mut self, other: i8)

    Performs the ^= operation. Read more
    ","BitXorAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Clone for i8

    source§

    fn clone(&self) -> i8

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    ","Clone","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Debug for i8

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Debug","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    §

    impl Decodable for i8

    §

    fn consensus_decode<R>(r: &mut R) -> Result<i8, Error>
    where\n R: BufRead + ?Sized,

    Decode an object with a well-defined format. Read more
    §

    fn consensus_decode_from_finite_reader<R>(reader: &mut R) -> Result<Self, Error>
    where\n R: BufRead + ?Sized,

    Decode Self from a size-limited reader. Read more
    ","Decodable","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Default for i8

    source§

    fn default() -> i8

    Returns the default value of 0

    \n
    ","Default","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    source§

    impl<'de> Deserialize<'de> for i8

    source§

    fn deserialize<D>(\n deserializer: D\n) -> Result<i8, <D as Deserializer<'de>>::Error>
    where\n D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    ","Deserialize<'de>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Display for i8

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Display","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Div<&i8> for i8

    §

    type Output = <i8 as Div>::Output

    The resulting type after applying the / operator.
    source§

    fn div(self, other: &i8) -> <i8 as Div>::Output

    Performs the / operation. Read more
    ","Div<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Div for i8

    This operation rounds towards zero, truncating any\nfractional part of the exact result.

    \n

    §Panics

    \n

    This operation will panic if other == 0 or the division results in overflow.

    \n
    §

    type Output = i8

    The resulting type after applying the / operator.
    source§

    fn div(self, other: i8) -> i8

    Performs the / operation. Read more
    ","Div","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl DivAssign<&i8> for i8

    source§

    fn div_assign(&mut self, other: &i8)

    Performs the /= operation. Read more
    ","DivAssign<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl DivAssign for i8

    source§

    fn div_assign(&mut self, other: i8)

    Performs the /= operation. Read more
    ","DivAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    §

    impl Encodable for i8

    §

    fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
    where\n W: Write + ?Sized,

    Encodes an object with a well-defined format. Read more
    ","Encodable","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.28.0 · source§

    impl From<bool> for i8

    source§

    fn from(small: bool) -> i8

    Converts a bool to i8 losslessly.\nThe resulting value is 0 for false and 1 for true values.

    \n
    §Examples
    \n
    assert_eq!(i8::from(true), 1);\nassert_eq!(i8::from(false), 0);
    \n
    ","From","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl FromStr for i8

    §

    type Err = ParseIntError

    The associated error which can be returned from parsing.
    source§

    fn from_str(src: &str) -> Result<i8, ParseIntError>

    Parses a string s to return a value of this type. Read more
    ","FromStr","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Hash for i8

    source§

    fn hash<H>(&self, state: &mut H)
    where\n H: Hasher,

    Feeds this value into the given Hasher. Read more
    source§

    fn hash_slice<H>(data: &[i8], state: &mut H)
    where\n H: Hasher,

    Feeds a slice of this type into the given Hasher. Read more
    ","Hash","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    source§

    impl<'de, E> IntoDeserializer<'de, E> for i8
    where\n E: Error,

    §

    type Deserializer = I8Deserializer<E>

    The type of the deserializer being converted into.
    source§

    fn into_deserializer(self) -> I8Deserializer<E>

    Convert this value into a deserializer.
    ","IntoDeserializer<'de, E>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.42.0 · source§

    impl LowerExp for i8

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","LowerExp","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl LowerHex for i8

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","LowerHex","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Mul<&i8> for i8

    §

    type Output = <i8 as Mul>::Output

    The resulting type after applying the * operator.
    source§

    fn mul(self, other: &i8) -> <i8 as Mul>::Output

    Performs the * operation. Read more
    ","Mul<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Mul for i8

    §

    type Output = i8

    The resulting type after applying the * operator.
    source§

    fn mul(self, other: i8) -> i8

    Performs the * operation. Read more
    ","Mul","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl MulAssign<&i8> for i8

    source§

    fn mul_assign(&mut self, other: &i8)

    Performs the *= operation. Read more
    ","MulAssign<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl MulAssign for i8

    source§

    fn mul_assign(&mut self, other: i8)

    Performs the *= operation. Read more
    ","MulAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Neg for i8

    §

    type Output = i8

    The resulting type after applying the - operator.
    source§

    fn neg(self) -> i8

    Performs the unary - operation. Read more
    ","Neg","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Not for i8

    §

    type Output = i8

    The resulting type after applying the ! operator.
    source§

    fn not(self) -> i8

    Performs the unary ! operation. Read more
    ","Not","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Octal for i8

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Octal","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Ord for i8

    source§

    fn cmp(&self, other: &i8) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where\n Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Self
    where\n Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Self
    where\n Self: Sized + PartialOrd,

    Restrict a value to a certain interval. Read more
    ","Ord","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    source§

    impl PartialEq<Value> for i8

    source§

    fn eq(&self, other: &Value) -> bool

    This method tests for self and other values to be equal, and is used\nby ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
    ","PartialEq","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 (const: unstable) · source§

    impl PartialEq for i8

    const: unstable · source§

    fn eq(&self, other: &i8) -> bool

    This method tests for self and other values to be equal, and is used\nby ==.
    const: unstable · source§

    fn ne(&self, other: &i8) -> bool

    This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
    ","PartialEq","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl PartialOrd for i8

    source§

    fn partial_cmp(&self, other: &i8) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    source§

    fn lt(&self, other: &i8) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    source§

    fn le(&self, other: &i8) -> bool

    This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more
    source§

    fn ge(&self, other: &i8) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >=\noperator. Read more
    source§

    fn gt(&self, other: &i8) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    ","PartialOrd","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.12.0 · source§

    impl<'a> Product<&'a i8> for i8

    source§

    fn product<I>(iter: I) -> i8
    where\n I: Iterator<Item = &'a i8>,

    Method which takes an iterator and generates Self from the elements by\nmultiplying the items.
    ","Product<&'a i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.12.0 · source§

    impl Product for i8

    source§

    fn product<I>(iter: I) -> i8
    where\n I: Iterator<Item = i8>,

    Method which takes an iterator and generates Self from the elements by\nmultiplying the items.
    ","Product","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Rem<&i8> for i8

    §

    type Output = <i8 as Rem>::Output

    The resulting type after applying the % operator.
    source§

    fn rem(self, other: &i8) -> <i8 as Rem>::Output

    Performs the % operation. Read more
    ","Rem<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Rem for i8

    This operation satisfies n % d == n - (n / d) * d. The\nresult has the same sign as the left operand.

    \n

    §Panics

    \n

    This operation will panic if other == 0 or if self / other results in overflow.

    \n
    §

    type Output = i8

    The resulting type after applying the % operator.
    source§

    fn rem(self, other: i8) -> i8

    Performs the % operation. Read more
    ","Rem","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl RemAssign<&i8> for i8

    source§

    fn rem_assign(&mut self, other: &i8)

    Performs the %= operation. Read more
    ","RemAssign<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl RemAssign for i8

    source§

    fn rem_assign(&mut self, other: i8)

    Performs the %= operation. Read more
    ","RemAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    source§

    impl SampleUniform for i8

    §

    type Sampler = UniformInt<i8>

    The UniformSampler implementation supporting type X.
    ","SampleUniform","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    source§

    impl Serialize for i8

    source§

    fn serialize<S>(\n &self,\n serializer: S\n) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where\n S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    ","Serialize","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shl<&i128> for i8

    §

    type Output = <i8 as Shl<i128>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &i128) -> <i8 as Shl<i128>>::Output

    Performs the << operation. Read more
    ","Shl<&i128>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shl<&i16> for i8

    §

    type Output = <i8 as Shl<i16>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &i16) -> <i8 as Shl<i16>>::Output

    Performs the << operation. Read more
    ","Shl<&i16>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shl<&i32> for i8

    §

    type Output = <i8 as Shl<i32>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &i32) -> <i8 as Shl<i32>>::Output

    Performs the << operation. Read more
    ","Shl<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shl<&i64> for i8

    §

    type Output = <i8 as Shl<i64>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &i64) -> <i8 as Shl<i64>>::Output

    Performs the << operation. Read more
    ","Shl<&i64>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shl<&i8> for i8

    §

    type Output = <i8 as Shl>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &i8) -> <i8 as Shl>::Output

    Performs the << operation. Read more
    ","Shl<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shl<&isize> for i8

    §

    type Output = <i8 as Shl<isize>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &isize) -> <i8 as Shl<isize>>::Output

    Performs the << operation. Read more
    ","Shl<&isize>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shl<&u128> for i8

    §

    type Output = <i8 as Shl<u128>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &u128) -> <i8 as Shl<u128>>::Output

    Performs the << operation. Read more
    ","Shl<&u128>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shl<&u16> for i8

    §

    type Output = <i8 as Shl<u16>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &u16) -> <i8 as Shl<u16>>::Output

    Performs the << operation. Read more
    ","Shl<&u16>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shl<&u32> for i8

    §

    type Output = <i8 as Shl<u32>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &u32) -> <i8 as Shl<u32>>::Output

    Performs the << operation. Read more
    ","Shl<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shl<&u64> for i8

    §

    type Output = <i8 as Shl<u64>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &u64) -> <i8 as Shl<u64>>::Output

    Performs the << operation. Read more
    ","Shl<&u64>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shl<&u8> for i8

    §

    type Output = <i8 as Shl<u8>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &u8) -> <i8 as Shl<u8>>::Output

    Performs the << operation. Read more
    ","Shl<&u8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shl<&usize> for i8

    §

    type Output = <i8 as Shl<usize>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &usize) -> <i8 as Shl<usize>>::Output

    Performs the << operation. Read more
    ","Shl<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shl<i128> for i8

    §

    type Output = i8

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: i128) -> i8

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shl<i16> for i8

    §

    type Output = i8

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: i16) -> i8

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shl<i32> for i8

    §

    type Output = i8

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: i32) -> i8

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shl<i64> for i8

    §

    type Output = i8

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: i64) -> i8

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shl<isize> for i8

    §

    type Output = i8

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: isize) -> i8

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shl<u128> for i8

    §

    type Output = i8

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: u128) -> i8

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shl<u16> for i8

    §

    type Output = i8

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: u16) -> i8

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shl<u32> for i8

    §

    type Output = i8

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: u32) -> i8

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shl<u64> for i8

    §

    type Output = i8

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: u64) -> i8

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shl<u8> for i8

    §

    type Output = i8

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: u8) -> i8

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shl<usize> for i8

    §

    type Output = i8

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: usize) -> i8

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shl for i8

    §

    type Output = i8

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: i8) -> i8

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl ShlAssign<&i128> for i8

    source§

    fn shl_assign(&mut self, other: &i128)

    Performs the <<= operation. Read more
    ","ShlAssign<&i128>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl ShlAssign<&i16> for i8

    source§

    fn shl_assign(&mut self, other: &i16)

    Performs the <<= operation. Read more
    ","ShlAssign<&i16>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl ShlAssign<&i32> for i8

    source§

    fn shl_assign(&mut self, other: &i32)

    Performs the <<= operation. Read more
    ","ShlAssign<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl ShlAssign<&i64> for i8

    source§

    fn shl_assign(&mut self, other: &i64)

    Performs the <<= operation. Read more
    ","ShlAssign<&i64>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl ShlAssign<&i8> for i8

    source§

    fn shl_assign(&mut self, other: &i8)

    Performs the <<= operation. Read more
    ","ShlAssign<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl ShlAssign<&isize> for i8

    source§

    fn shl_assign(&mut self, other: &isize)

    Performs the <<= operation. Read more
    ","ShlAssign<&isize>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl ShlAssign<&u128> for i8

    source§

    fn shl_assign(&mut self, other: &u128)

    Performs the <<= operation. Read more
    ","ShlAssign<&u128>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl ShlAssign<&u16> for i8

    source§

    fn shl_assign(&mut self, other: &u16)

    Performs the <<= operation. Read more
    ","ShlAssign<&u16>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl ShlAssign<&u32> for i8

    source§

    fn shl_assign(&mut self, other: &u32)

    Performs the <<= operation. Read more
    ","ShlAssign<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl ShlAssign<&u64> for i8

    source§

    fn shl_assign(&mut self, other: &u64)

    Performs the <<= operation. Read more
    ","ShlAssign<&u64>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl ShlAssign<&u8> for i8

    source§

    fn shl_assign(&mut self, other: &u8)

    Performs the <<= operation. Read more
    ","ShlAssign<&u8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl ShlAssign<&usize> for i8

    source§

    fn shl_assign(&mut self, other: &usize)

    Performs the <<= operation. Read more
    ","ShlAssign<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl ShlAssign<i128> for i8

    source§

    fn shl_assign(&mut self, other: i128)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl ShlAssign<i16> for i8

    source§

    fn shl_assign(&mut self, other: i16)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl ShlAssign<i32> for i8

    source§

    fn shl_assign(&mut self, other: i32)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl ShlAssign<i64> for i8

    source§

    fn shl_assign(&mut self, other: i64)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl ShlAssign<isize> for i8

    source§

    fn shl_assign(&mut self, other: isize)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl ShlAssign<u128> for i8

    source§

    fn shl_assign(&mut self, other: u128)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl ShlAssign<u16> for i8

    source§

    fn shl_assign(&mut self, other: u16)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl ShlAssign<u32> for i8

    source§

    fn shl_assign(&mut self, other: u32)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl ShlAssign<u64> for i8

    source§

    fn shl_assign(&mut self, other: u64)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl ShlAssign<u8> for i8

    source§

    fn shl_assign(&mut self, other: u8)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl ShlAssign<usize> for i8

    source§

    fn shl_assign(&mut self, other: usize)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl ShlAssign for i8

    source§

    fn shl_assign(&mut self, other: i8)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shr<&i128> for i8

    §

    type Output = <i8 as Shr<i128>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &i128) -> <i8 as Shr<i128>>::Output

    Performs the >> operation. Read more
    ","Shr<&i128>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shr<&i16> for i8

    §

    type Output = <i8 as Shr<i16>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &i16) -> <i8 as Shr<i16>>::Output

    Performs the >> operation. Read more
    ","Shr<&i16>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shr<&i32> for i8

    §

    type Output = <i8 as Shr<i32>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &i32) -> <i8 as Shr<i32>>::Output

    Performs the >> operation. Read more
    ","Shr<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shr<&i64> for i8

    §

    type Output = <i8 as Shr<i64>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &i64) -> <i8 as Shr<i64>>::Output

    Performs the >> operation. Read more
    ","Shr<&i64>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shr<&i8> for i8

    §

    type Output = <i8 as Shr>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &i8) -> <i8 as Shr>::Output

    Performs the >> operation. Read more
    ","Shr<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shr<&isize> for i8

    §

    type Output = <i8 as Shr<isize>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &isize) -> <i8 as Shr<isize>>::Output

    Performs the >> operation. Read more
    ","Shr<&isize>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shr<&u128> for i8

    §

    type Output = <i8 as Shr<u128>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &u128) -> <i8 as Shr<u128>>::Output

    Performs the >> operation. Read more
    ","Shr<&u128>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shr<&u16> for i8

    §

    type Output = <i8 as Shr<u16>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &u16) -> <i8 as Shr<u16>>::Output

    Performs the >> operation. Read more
    ","Shr<&u16>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shr<&u32> for i8

    §

    type Output = <i8 as Shr<u32>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &u32) -> <i8 as Shr<u32>>::Output

    Performs the >> operation. Read more
    ","Shr<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shr<&u64> for i8

    §

    type Output = <i8 as Shr<u64>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &u64) -> <i8 as Shr<u64>>::Output

    Performs the >> operation. Read more
    ","Shr<&u64>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shr<&u8> for i8

    §

    type Output = <i8 as Shr<u8>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &u8) -> <i8 as Shr<u8>>::Output

    Performs the >> operation. Read more
    ","Shr<&u8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shr<&usize> for i8

    §

    type Output = <i8 as Shr<usize>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &usize) -> <i8 as Shr<usize>>::Output

    Performs the >> operation. Read more
    ","Shr<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shr<i128> for i8

    §

    type Output = i8

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: i128) -> i8

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shr<i16> for i8

    §

    type Output = i8

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: i16) -> i8

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shr<i32> for i8

    §

    type Output = i8

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: i32) -> i8

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shr<i64> for i8

    §

    type Output = i8

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: i64) -> i8

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shr<isize> for i8

    §

    type Output = i8

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: isize) -> i8

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shr<u128> for i8

    §

    type Output = i8

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: u128) -> i8

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shr<u16> for i8

    §

    type Output = i8

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: u16) -> i8

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shr<u32> for i8

    §

    type Output = i8

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: u32) -> i8

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shr<u64> for i8

    §

    type Output = i8

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: u64) -> i8

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shr<u8> for i8

    §

    type Output = i8

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: u8) -> i8

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shr<usize> for i8

    §

    type Output = i8

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: usize) -> i8

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shr for i8

    §

    type Output = i8

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: i8) -> i8

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl ShrAssign<&i128> for i8

    source§

    fn shr_assign(&mut self, other: &i128)

    Performs the >>= operation. Read more
    ","ShrAssign<&i128>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl ShrAssign<&i16> for i8

    source§

    fn shr_assign(&mut self, other: &i16)

    Performs the >>= operation. Read more
    ","ShrAssign<&i16>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl ShrAssign<&i32> for i8

    source§

    fn shr_assign(&mut self, other: &i32)

    Performs the >>= operation. Read more
    ","ShrAssign<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl ShrAssign<&i64> for i8

    source§

    fn shr_assign(&mut self, other: &i64)

    Performs the >>= operation. Read more
    ","ShrAssign<&i64>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl ShrAssign<&i8> for i8

    source§

    fn shr_assign(&mut self, other: &i8)

    Performs the >>= operation. Read more
    ","ShrAssign<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl ShrAssign<&isize> for i8

    source§

    fn shr_assign(&mut self, other: &isize)

    Performs the >>= operation. Read more
    ","ShrAssign<&isize>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl ShrAssign<&u128> for i8

    source§

    fn shr_assign(&mut self, other: &u128)

    Performs the >>= operation. Read more
    ","ShrAssign<&u128>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl ShrAssign<&u16> for i8

    source§

    fn shr_assign(&mut self, other: &u16)

    Performs the >>= operation. Read more
    ","ShrAssign<&u16>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl ShrAssign<&u32> for i8

    source§

    fn shr_assign(&mut self, other: &u32)

    Performs the >>= operation. Read more
    ","ShrAssign<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl ShrAssign<&u64> for i8

    source§

    fn shr_assign(&mut self, other: &u64)

    Performs the >>= operation. Read more
    ","ShrAssign<&u64>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl ShrAssign<&u8> for i8

    source§

    fn shr_assign(&mut self, other: &u8)

    Performs the >>= operation. Read more
    ","ShrAssign<&u8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl ShrAssign<&usize> for i8

    source§

    fn shr_assign(&mut self, other: &usize)

    Performs the >>= operation. Read more
    ","ShrAssign<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl ShrAssign<i128> for i8

    source§

    fn shr_assign(&mut self, other: i128)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl ShrAssign<i16> for i8

    source§

    fn shr_assign(&mut self, other: i16)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl ShrAssign<i32> for i8

    source§

    fn shr_assign(&mut self, other: i32)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl ShrAssign<i64> for i8

    source§

    fn shr_assign(&mut self, other: i64)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl ShrAssign<isize> for i8

    source§

    fn shr_assign(&mut self, other: isize)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl ShrAssign<u128> for i8

    source§

    fn shr_assign(&mut self, other: u128)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl ShrAssign<u16> for i8

    source§

    fn shr_assign(&mut self, other: u16)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl ShrAssign<u32> for i8

    source§

    fn shr_assign(&mut self, other: u32)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl ShrAssign<u64> for i8

    source§

    fn shr_assign(&mut self, other: u64)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl ShrAssign<u8> for i8

    source§

    fn shr_assign(&mut self, other: u8)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl ShrAssign<usize> for i8

    source§

    fn shr_assign(&mut self, other: usize)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl ShrAssign for i8

    source§

    fn shr_assign(&mut self, other: i8)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    source§

    impl SimdElement for i8

    §

    type Mask = i8

    🔬This is a nightly-only experimental API. (portable_simd)
    The mask element type corresponding to this element type.
    ","SimdElement","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    source§

    impl Step for i8

    source§

    fn forward(start: i8, n: usize) -> i8

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the successor\nof self count times. Read more
    source§

    fn backward(start: i8, n: usize) -> i8

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the predecessor\nof self count times. Read more
    source§

    unsafe fn forward_unchecked(start: i8, n: usize) -> i8

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the successor\nof self count times. Read more
    source§

    unsafe fn backward_unchecked(start: i8, n: usize) -> i8

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the predecessor\nof self count times. Read more
    source§

    fn steps_between(start: &i8, end: &i8) -> Option<usize>

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the number of successor steps required to get from start to end. Read more
    source§

    fn forward_checked(start: i8, n: usize) -> Option<i8>

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the successor\nof self count times. Read more
    source§

    fn backward_checked(start: i8, n: usize) -> Option<i8>

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the predecessor\nof self count times. Read more
    ","Step","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Sub<&i8> for i8

    §

    type Output = <i8 as Sub>::Output

    The resulting type after applying the - operator.
    source§

    fn sub(self, other: &i8) -> <i8 as Sub>::Output

    Performs the - operation. Read more
    ","Sub<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Sub for i8

    §

    type Output = i8

    The resulting type after applying the - operator.
    source§

    fn sub(self, other: i8) -> i8

    Performs the - operation. Read more
    ","Sub","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl SubAssign<&i8> for i8

    source§

    fn sub_assign(&mut self, other: &i8)

    Performs the -= operation. Read more
    ","SubAssign<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl SubAssign for i8

    source§

    fn sub_assign(&mut self, other: i8)

    Performs the -= operation. Read more
    ","SubAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.12.0 · source§

    impl<'a> Sum<&'a i8> for i8

    source§

    fn sum<I>(iter: I) -> i8
    where\n I: Iterator<Item = &'a i8>,

    Method which takes an iterator and generates Self from the elements by\n“summing up” the items.
    ","Sum<&'a i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.12.0 · source§

    impl Sum for i8

    source§

    fn sum<I>(iter: I) -> i8
    where\n I: Iterator<Item = i8>,

    Method which takes an iterator and generates Self from the elements by\n“summing up” the items.
    ","Sum","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.34.0 · source§

    impl TryFrom<i128> for i8

    source§

    fn try_from(u: i128) -> Result<i8, <i8 as TryFrom<i128>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.34.0 · source§

    impl TryFrom<i16> for i8

    source§

    fn try_from(u: i16) -> Result<i8, <i8 as TryFrom<i16>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.34.0 · source§

    impl TryFrom<i32> for i8

    source§

    fn try_from(u: i32) -> Result<i8, <i8 as TryFrom<i32>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.34.0 · source§

    impl TryFrom<i64> for i8

    source§

    fn try_from(u: i64) -> Result<i8, <i8 as TryFrom<i64>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.34.0 · source§

    impl TryFrom<isize> for i8

    source§

    fn try_from(u: isize) -> Result<i8, <i8 as TryFrom<isize>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.34.0 · source§

    impl TryFrom<u128> for i8

    source§

    fn try_from(u: u128) -> Result<i8, <i8 as TryFrom<u128>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.34.0 · source§

    impl TryFrom<u16> for i8

    source§

    fn try_from(u: u16) -> Result<i8, <i8 as TryFrom<u16>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.34.0 · source§

    impl TryFrom<u32> for i8

    source§

    fn try_from(u: u32) -> Result<i8, <i8 as TryFrom<u32>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.34.0 · source§

    impl TryFrom<u64> for i8

    source§

    fn try_from(u: u64) -> Result<i8, <i8 as TryFrom<u64>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.34.0 · source§

    impl TryFrom<u8> for i8

    source§

    fn try_from(u: u8) -> Result<i8, <i8 as TryFrom<u8>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.34.0 · source§

    impl TryFrom<usize> for i8

    source§

    fn try_from(u: usize) -> Result<i8, <i8 as TryFrom<usize>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.42.0 · source§

    impl UpperExp for i8

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","UpperExp","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl UpperHex for i8

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","UpperHex","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    source§

    impl ConstParamTy for i8

    ","ConstParamTy","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Copy for i8

    ","Copy","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Eq for i8

    ","Eq","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    source§

    impl MaskElement for i8

    ","MaskElement","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    source§

    impl SimdCast for i8

    ","SimdCast","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    source§

    impl StructuralPartialEq for i8

    ","StructuralPartialEq","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    source§

    impl TrustedStep for i8

    ","TrustedStep","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    source§

    impl Weight for i8

    ","Weight","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    source§

    impl ZeroablePrimitive for i8

    ","ZeroablePrimitive","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"]] +"bdk_chain":[["
    1.0.0 · source§

    impl Add<&i8> for i8

    §

    type Output = <i8 as Add>::Output

    The resulting type after applying the + operator.
    source§

    fn add(self, other: &i8) -> <i8 as Add>::Output

    Performs the + operation. Read more
    ","Add<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 (const: unstable) · source§

    impl Add for i8

    §

    type Output = i8

    The resulting type after applying the + operator.
    const: unstable · source§

    fn add(self, other: i8) -> i8

    Performs the + operation. Read more
    ","Add","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl AddAssign<&i8> for i8

    source§

    fn add_assign(&mut self, other: &i8)

    Performs the += operation. Read more
    ","AddAssign<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl AddAssign for i8

    source§

    fn add_assign(&mut self, other: i8)

    Performs the += operation. Read more
    ","AddAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Binary for i8

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Binary","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl BitAnd<&i8> for i8

    §

    type Output = <i8 as BitAnd>::Output

    The resulting type after applying the & operator.
    source§

    fn bitand(self, other: &i8) -> <i8 as BitAnd>::Output

    Performs the & operation. Read more
    ","BitAnd<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl BitAnd for i8

    §

    type Output = i8

    The resulting type after applying the & operator.
    source§

    fn bitand(self, rhs: i8) -> i8

    Performs the & operation. Read more
    ","BitAnd","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl BitAndAssign<&i8> for i8

    source§

    fn bitand_assign(&mut self, other: &i8)

    Performs the &= operation. Read more
    ","BitAndAssign<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl BitAndAssign for i8

    source§

    fn bitand_assign(&mut self, other: i8)

    Performs the &= operation. Read more
    ","BitAndAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl BitOr<&i8> for i8

    §

    type Output = <i8 as BitOr>::Output

    The resulting type after applying the | operator.
    source§

    fn bitor(self, other: &i8) -> <i8 as BitOr>::Output

    Performs the | operation. Read more
    ","BitOr<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl BitOr for i8

    §

    type Output = i8

    The resulting type after applying the | operator.
    source§

    fn bitor(self, rhs: i8) -> i8

    Performs the | operation. Read more
    ","BitOr","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl BitOrAssign<&i8> for i8

    source§

    fn bitor_assign(&mut self, other: &i8)

    Performs the |= operation. Read more
    ","BitOrAssign<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl BitOrAssign for i8

    source§

    fn bitor_assign(&mut self, other: i8)

    Performs the |= operation. Read more
    ","BitOrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl BitXor<&i8> for i8

    §

    type Output = <i8 as BitXor>::Output

    The resulting type after applying the ^ operator.
    source§

    fn bitxor(self, other: &i8) -> <i8 as BitXor>::Output

    Performs the ^ operation. Read more
    ","BitXor<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl BitXor for i8

    §

    type Output = i8

    The resulting type after applying the ^ operator.
    source§

    fn bitxor(self, other: i8) -> i8

    Performs the ^ operation. Read more
    ","BitXor","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl BitXorAssign<&i8> for i8

    source§

    fn bitxor_assign(&mut self, other: &i8)

    Performs the ^= operation. Read more
    ","BitXorAssign<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl BitXorAssign for i8

    source§

    fn bitxor_assign(&mut self, other: i8)

    Performs the ^= operation. Read more
    ","BitXorAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Clone for i8

    source§

    fn clone(&self) -> i8

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    ","Clone","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Debug for i8

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Debug","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    §

    impl Decodable for i8

    §

    fn consensus_decode<R>(r: &mut R) -> Result<i8, Error>
    where\n R: BufRead + ?Sized,

    Decode an object with a well-defined format. Read more
    §

    fn consensus_decode_from_finite_reader<R>(reader: &mut R) -> Result<Self, Error>
    where\n R: BufRead + ?Sized,

    Decode Self from a size-limited reader. Read more
    ","Decodable","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Default for i8

    source§

    fn default() -> i8

    Returns the default value of 0

    \n
    ","Default","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    source§

    impl<'de> Deserialize<'de> for i8

    source§

    fn deserialize<D>(\n deserializer: D\n) -> Result<i8, <D as Deserializer<'de>>::Error>
    where\n D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    ","Deserialize<'de>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Display for i8

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Display","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Div<&i8> for i8

    §

    type Output = <i8 as Div>::Output

    The resulting type after applying the / operator.
    source§

    fn div(self, other: &i8) -> <i8 as Div>::Output

    Performs the / operation. Read more
    ","Div<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Div for i8

    This operation rounds towards zero, truncating any\nfractional part of the exact result.

    \n

    §Panics

    \n

    This operation will panic if other == 0 or the division results in overflow.

    \n
    §

    type Output = i8

    The resulting type after applying the / operator.
    source§

    fn div(self, other: i8) -> i8

    Performs the / operation. Read more
    ","Div","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl DivAssign<&i8> for i8

    source§

    fn div_assign(&mut self, other: &i8)

    Performs the /= operation. Read more
    ","DivAssign<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl DivAssign for i8

    source§

    fn div_assign(&mut self, other: i8)

    Performs the /= operation. Read more
    ","DivAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    §

    impl Encodable for i8

    §

    fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
    where\n W: Write + ?Sized,

    Encodes an object with a well-defined format. Read more
    ","Encodable","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.28.0 · source§

    impl From<bool> for i8

    source§

    fn from(small: bool) -> i8

    Converts a bool to i8 losslessly.\nThe resulting value is 0 for false and 1 for true values.

    \n
    §Examples
    \n
    assert_eq!(i8::from(true), 1);\nassert_eq!(i8::from(false), 0);
    \n
    ","From","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl FromStr for i8

    §

    type Err = ParseIntError

    The associated error which can be returned from parsing.
    source§

    fn from_str(src: &str) -> Result<i8, ParseIntError>

    Parses a string s to return a value of this type. Read more
    ","FromStr","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Hash for i8

    source§

    fn hash<H>(&self, state: &mut H)
    where\n H: Hasher,

    Feeds this value into the given Hasher. Read more
    source§

    fn hash_slice<H>(data: &[i8], state: &mut H)
    where\n H: Hasher,

    Feeds a slice of this type into the given Hasher. Read more
    ","Hash","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    source§

    impl<'de, E> IntoDeserializer<'de, E> for i8
    where\n E: Error,

    §

    type Deserializer = I8Deserializer<E>

    The type of the deserializer being converted into.
    source§

    fn into_deserializer(self) -> I8Deserializer<E>

    Convert this value into a deserializer.
    ","IntoDeserializer<'de, E>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.42.0 · source§

    impl LowerExp for i8

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","LowerExp","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl LowerHex for i8

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","LowerHex","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Mul<&i8> for i8

    §

    type Output = <i8 as Mul>::Output

    The resulting type after applying the * operator.
    source§

    fn mul(self, other: &i8) -> <i8 as Mul>::Output

    Performs the * operation. Read more
    ","Mul<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Mul for i8

    §

    type Output = i8

    The resulting type after applying the * operator.
    source§

    fn mul(self, other: i8) -> i8

    Performs the * operation. Read more
    ","Mul","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl MulAssign<&i8> for i8

    source§

    fn mul_assign(&mut self, other: &i8)

    Performs the *= operation. Read more
    ","MulAssign<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl MulAssign for i8

    source§

    fn mul_assign(&mut self, other: i8)

    Performs the *= operation. Read more
    ","MulAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Neg for i8

    §

    type Output = i8

    The resulting type after applying the - operator.
    source§

    fn neg(self) -> i8

    Performs the unary - operation. Read more
    ","Neg","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Not for i8

    §

    type Output = i8

    The resulting type after applying the ! operator.
    source§

    fn not(self) -> i8

    Performs the unary ! operation. Read more
    ","Not","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Octal for i8

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Octal","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Ord for i8

    source§

    fn cmp(&self, other: &i8) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where\n Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Self
    where\n Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Self
    where\n Self: Sized + PartialOrd,

    Restrict a value to a certain interval. Read more
    ","Ord","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    source§

    impl PartialEq<Value> for i8

    source§

    fn eq(&self, other: &Value) -> bool

    This method tests for self and other values to be equal, and is used\nby ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
    ","PartialEq","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 (const: unstable) · source§

    impl PartialEq for i8

    const: unstable · source§

    fn eq(&self, other: &i8) -> bool

    This method tests for self and other values to be equal, and is used\nby ==.
    const: unstable · source§

    fn ne(&self, other: &i8) -> bool

    This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
    ","PartialEq","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl PartialOrd for i8

    source§

    fn partial_cmp(&self, other: &i8) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    source§

    fn lt(&self, other: &i8) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    source§

    fn le(&self, other: &i8) -> bool

    This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more
    source§

    fn ge(&self, other: &i8) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >=\noperator. Read more
    source§

    fn gt(&self, other: &i8) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    ","PartialOrd","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.12.0 · source§

    impl<'a> Product<&'a i8> for i8

    source§

    fn product<I>(iter: I) -> i8
    where\n I: Iterator<Item = &'a i8>,

    Method which takes an iterator and generates Self from the elements by\nmultiplying the items.
    ","Product<&'a i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.12.0 · source§

    impl Product for i8

    source§

    fn product<I>(iter: I) -> i8
    where\n I: Iterator<Item = i8>,

    Method which takes an iterator and generates Self from the elements by\nmultiplying the items.
    ","Product","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Rem<&i8> for i8

    §

    type Output = <i8 as Rem>::Output

    The resulting type after applying the % operator.
    source§

    fn rem(self, other: &i8) -> <i8 as Rem>::Output

    Performs the % operation. Read more
    ","Rem<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Rem for i8

    This operation satisfies n % d == n - (n / d) * d. The\nresult has the same sign as the left operand.

    \n

    §Panics

    \n

    This operation will panic if other == 0 or if self / other results in overflow.

    \n
    §

    type Output = i8

    The resulting type after applying the % operator.
    source§

    fn rem(self, other: i8) -> i8

    Performs the % operation. Read more
    ","Rem","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl RemAssign<&i8> for i8

    source§

    fn rem_assign(&mut self, other: &i8)

    Performs the %= operation. Read more
    ","RemAssign<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl RemAssign for i8

    source§

    fn rem_assign(&mut self, other: i8)

    Performs the %= operation. Read more
    ","RemAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    source§

    impl SampleUniform for i8

    §

    type Sampler = UniformInt<i8>

    The UniformSampler implementation supporting type X.
    ","SampleUniform","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    source§

    impl Serialize for i8

    source§

    fn serialize<S>(\n &self,\n serializer: S\n) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where\n S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    ","Serialize","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shl<&i128> for i8

    §

    type Output = <i8 as Shl<i128>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &i128) -> <i8 as Shl<i128>>::Output

    Performs the << operation. Read more
    ","Shl<&i128>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shl<&i16> for i8

    §

    type Output = <i8 as Shl<i16>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &i16) -> <i8 as Shl<i16>>::Output

    Performs the << operation. Read more
    ","Shl<&i16>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shl<&i32> for i8

    §

    type Output = <i8 as Shl<i32>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &i32) -> <i8 as Shl<i32>>::Output

    Performs the << operation. Read more
    ","Shl<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shl<&i64> for i8

    §

    type Output = <i8 as Shl<i64>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &i64) -> <i8 as Shl<i64>>::Output

    Performs the << operation. Read more
    ","Shl<&i64>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shl<&i8> for i8

    §

    type Output = <i8 as Shl>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &i8) -> <i8 as Shl>::Output

    Performs the << operation. Read more
    ","Shl<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shl<&isize> for i8

    §

    type Output = <i8 as Shl<isize>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &isize) -> <i8 as Shl<isize>>::Output

    Performs the << operation. Read more
    ","Shl<&isize>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shl<&u128> for i8

    §

    type Output = <i8 as Shl<u128>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &u128) -> <i8 as Shl<u128>>::Output

    Performs the << operation. Read more
    ","Shl<&u128>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shl<&u16> for i8

    §

    type Output = <i8 as Shl<u16>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &u16) -> <i8 as Shl<u16>>::Output

    Performs the << operation. Read more
    ","Shl<&u16>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shl<&u32> for i8

    §

    type Output = <i8 as Shl<u32>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &u32) -> <i8 as Shl<u32>>::Output

    Performs the << operation. Read more
    ","Shl<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shl<&u64> for i8

    §

    type Output = <i8 as Shl<u64>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &u64) -> <i8 as Shl<u64>>::Output

    Performs the << operation. Read more
    ","Shl<&u64>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shl<&u8> for i8

    §

    type Output = <i8 as Shl<u8>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &u8) -> <i8 as Shl<u8>>::Output

    Performs the << operation. Read more
    ","Shl<&u8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shl<&usize> for i8

    §

    type Output = <i8 as Shl<usize>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &usize) -> <i8 as Shl<usize>>::Output

    Performs the << operation. Read more
    ","Shl<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shl<i128> for i8

    §

    type Output = i8

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: i128) -> i8

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shl<i16> for i8

    §

    type Output = i8

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: i16) -> i8

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shl<i32> for i8

    §

    type Output = i8

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: i32) -> i8

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shl<i64> for i8

    §

    type Output = i8

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: i64) -> i8

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shl<isize> for i8

    §

    type Output = i8

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: isize) -> i8

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shl<u128> for i8

    §

    type Output = i8

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: u128) -> i8

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shl<u16> for i8

    §

    type Output = i8

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: u16) -> i8

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shl<u32> for i8

    §

    type Output = i8

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: u32) -> i8

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shl<u64> for i8

    §

    type Output = i8

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: u64) -> i8

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shl<u8> for i8

    §

    type Output = i8

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: u8) -> i8

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shl<usize> for i8

    §

    type Output = i8

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: usize) -> i8

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shl for i8

    §

    type Output = i8

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: i8) -> i8

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl ShlAssign<&i128> for i8

    source§

    fn shl_assign(&mut self, other: &i128)

    Performs the <<= operation. Read more
    ","ShlAssign<&i128>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl ShlAssign<&i16> for i8

    source§

    fn shl_assign(&mut self, other: &i16)

    Performs the <<= operation. Read more
    ","ShlAssign<&i16>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl ShlAssign<&i32> for i8

    source§

    fn shl_assign(&mut self, other: &i32)

    Performs the <<= operation. Read more
    ","ShlAssign<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl ShlAssign<&i64> for i8

    source§

    fn shl_assign(&mut self, other: &i64)

    Performs the <<= operation. Read more
    ","ShlAssign<&i64>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl ShlAssign<&i8> for i8

    source§

    fn shl_assign(&mut self, other: &i8)

    Performs the <<= operation. Read more
    ","ShlAssign<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl ShlAssign<&isize> for i8

    source§

    fn shl_assign(&mut self, other: &isize)

    Performs the <<= operation. Read more
    ","ShlAssign<&isize>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl ShlAssign<&u128> for i8

    source§

    fn shl_assign(&mut self, other: &u128)

    Performs the <<= operation. Read more
    ","ShlAssign<&u128>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl ShlAssign<&u16> for i8

    source§

    fn shl_assign(&mut self, other: &u16)

    Performs the <<= operation. Read more
    ","ShlAssign<&u16>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl ShlAssign<&u32> for i8

    source§

    fn shl_assign(&mut self, other: &u32)

    Performs the <<= operation. Read more
    ","ShlAssign<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl ShlAssign<&u64> for i8

    source§

    fn shl_assign(&mut self, other: &u64)

    Performs the <<= operation. Read more
    ","ShlAssign<&u64>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl ShlAssign<&u8> for i8

    source§

    fn shl_assign(&mut self, other: &u8)

    Performs the <<= operation. Read more
    ","ShlAssign<&u8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl ShlAssign<&usize> for i8

    source§

    fn shl_assign(&mut self, other: &usize)

    Performs the <<= operation. Read more
    ","ShlAssign<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl ShlAssign<i128> for i8

    source§

    fn shl_assign(&mut self, other: i128)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl ShlAssign<i16> for i8

    source§

    fn shl_assign(&mut self, other: i16)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl ShlAssign<i32> for i8

    source§

    fn shl_assign(&mut self, other: i32)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl ShlAssign<i64> for i8

    source§

    fn shl_assign(&mut self, other: i64)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl ShlAssign<isize> for i8

    source§

    fn shl_assign(&mut self, other: isize)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl ShlAssign<u128> for i8

    source§

    fn shl_assign(&mut self, other: u128)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl ShlAssign<u16> for i8

    source§

    fn shl_assign(&mut self, other: u16)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl ShlAssign<u32> for i8

    source§

    fn shl_assign(&mut self, other: u32)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl ShlAssign<u64> for i8

    source§

    fn shl_assign(&mut self, other: u64)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl ShlAssign<u8> for i8

    source§

    fn shl_assign(&mut self, other: u8)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl ShlAssign<usize> for i8

    source§

    fn shl_assign(&mut self, other: usize)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl ShlAssign for i8

    source§

    fn shl_assign(&mut self, other: i8)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shr<&i128> for i8

    §

    type Output = <i8 as Shr<i128>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &i128) -> <i8 as Shr<i128>>::Output

    Performs the >> operation. Read more
    ","Shr<&i128>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shr<&i16> for i8

    §

    type Output = <i8 as Shr<i16>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &i16) -> <i8 as Shr<i16>>::Output

    Performs the >> operation. Read more
    ","Shr<&i16>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shr<&i32> for i8

    §

    type Output = <i8 as Shr<i32>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &i32) -> <i8 as Shr<i32>>::Output

    Performs the >> operation. Read more
    ","Shr<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shr<&i64> for i8

    §

    type Output = <i8 as Shr<i64>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &i64) -> <i8 as Shr<i64>>::Output

    Performs the >> operation. Read more
    ","Shr<&i64>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shr<&i8> for i8

    §

    type Output = <i8 as Shr>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &i8) -> <i8 as Shr>::Output

    Performs the >> operation. Read more
    ","Shr<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shr<&isize> for i8

    §

    type Output = <i8 as Shr<isize>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &isize) -> <i8 as Shr<isize>>::Output

    Performs the >> operation. Read more
    ","Shr<&isize>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shr<&u128> for i8

    §

    type Output = <i8 as Shr<u128>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &u128) -> <i8 as Shr<u128>>::Output

    Performs the >> operation. Read more
    ","Shr<&u128>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shr<&u16> for i8

    §

    type Output = <i8 as Shr<u16>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &u16) -> <i8 as Shr<u16>>::Output

    Performs the >> operation. Read more
    ","Shr<&u16>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shr<&u32> for i8

    §

    type Output = <i8 as Shr<u32>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &u32) -> <i8 as Shr<u32>>::Output

    Performs the >> operation. Read more
    ","Shr<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shr<&u64> for i8

    §

    type Output = <i8 as Shr<u64>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &u64) -> <i8 as Shr<u64>>::Output

    Performs the >> operation. Read more
    ","Shr<&u64>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shr<&u8> for i8

    §

    type Output = <i8 as Shr<u8>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &u8) -> <i8 as Shr<u8>>::Output

    Performs the >> operation. Read more
    ","Shr<&u8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shr<&usize> for i8

    §

    type Output = <i8 as Shr<usize>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &usize) -> <i8 as Shr<usize>>::Output

    Performs the >> operation. Read more
    ","Shr<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shr<i128> for i8

    §

    type Output = i8

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: i128) -> i8

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shr<i16> for i8

    §

    type Output = i8

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: i16) -> i8

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shr<i32> for i8

    §

    type Output = i8

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: i32) -> i8

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shr<i64> for i8

    §

    type Output = i8

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: i64) -> i8

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shr<isize> for i8

    §

    type Output = i8

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: isize) -> i8

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shr<u128> for i8

    §

    type Output = i8

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: u128) -> i8

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shr<u16> for i8

    §

    type Output = i8

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: u16) -> i8

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shr<u32> for i8

    §

    type Output = i8

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: u32) -> i8

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shr<u64> for i8

    §

    type Output = i8

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: u64) -> i8

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shr<u8> for i8

    §

    type Output = i8

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: u8) -> i8

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shr<usize> for i8

    §

    type Output = i8

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: usize) -> i8

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Shr for i8

    §

    type Output = i8

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: i8) -> i8

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl ShrAssign<&i128> for i8

    source§

    fn shr_assign(&mut self, other: &i128)

    Performs the >>= operation. Read more
    ","ShrAssign<&i128>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl ShrAssign<&i16> for i8

    source§

    fn shr_assign(&mut self, other: &i16)

    Performs the >>= operation. Read more
    ","ShrAssign<&i16>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl ShrAssign<&i32> for i8

    source§

    fn shr_assign(&mut self, other: &i32)

    Performs the >>= operation. Read more
    ","ShrAssign<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl ShrAssign<&i64> for i8

    source§

    fn shr_assign(&mut self, other: &i64)

    Performs the >>= operation. Read more
    ","ShrAssign<&i64>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl ShrAssign<&i8> for i8

    source§

    fn shr_assign(&mut self, other: &i8)

    Performs the >>= operation. Read more
    ","ShrAssign<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl ShrAssign<&isize> for i8

    source§

    fn shr_assign(&mut self, other: &isize)

    Performs the >>= operation. Read more
    ","ShrAssign<&isize>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl ShrAssign<&u128> for i8

    source§

    fn shr_assign(&mut self, other: &u128)

    Performs the >>= operation. Read more
    ","ShrAssign<&u128>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl ShrAssign<&u16> for i8

    source§

    fn shr_assign(&mut self, other: &u16)

    Performs the >>= operation. Read more
    ","ShrAssign<&u16>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl ShrAssign<&u32> for i8

    source§

    fn shr_assign(&mut self, other: &u32)

    Performs the >>= operation. Read more
    ","ShrAssign<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl ShrAssign<&u64> for i8

    source§

    fn shr_assign(&mut self, other: &u64)

    Performs the >>= operation. Read more
    ","ShrAssign<&u64>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl ShrAssign<&u8> for i8

    source§

    fn shr_assign(&mut self, other: &u8)

    Performs the >>= operation. Read more
    ","ShrAssign<&u8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl ShrAssign<&usize> for i8

    source§

    fn shr_assign(&mut self, other: &usize)

    Performs the >>= operation. Read more
    ","ShrAssign<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl ShrAssign<i128> for i8

    source§

    fn shr_assign(&mut self, other: i128)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl ShrAssign<i16> for i8

    source§

    fn shr_assign(&mut self, other: i16)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl ShrAssign<i32> for i8

    source§

    fn shr_assign(&mut self, other: i32)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl ShrAssign<i64> for i8

    source§

    fn shr_assign(&mut self, other: i64)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl ShrAssign<isize> for i8

    source§

    fn shr_assign(&mut self, other: isize)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl ShrAssign<u128> for i8

    source§

    fn shr_assign(&mut self, other: u128)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl ShrAssign<u16> for i8

    source§

    fn shr_assign(&mut self, other: u16)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl ShrAssign<u32> for i8

    source§

    fn shr_assign(&mut self, other: u32)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl ShrAssign<u64> for i8

    source§

    fn shr_assign(&mut self, other: u64)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl ShrAssign<u8> for i8

    source§

    fn shr_assign(&mut self, other: u8)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl ShrAssign<usize> for i8

    source§

    fn shr_assign(&mut self, other: usize)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl ShrAssign for i8

    source§

    fn shr_assign(&mut self, other: i8)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    source§

    impl SimdElement for i8

    §

    type Mask = i8

    🔬This is a nightly-only experimental API. (portable_simd)
    The mask element type corresponding to this element type.
    ","SimdElement","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    source§

    impl Step for i8

    source§

    fn forward(start: i8, n: usize) -> i8

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the successor\nof self count times. Read more
    source§

    fn backward(start: i8, n: usize) -> i8

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the predecessor\nof self count times. Read more
    source§

    unsafe fn forward_unchecked(start: i8, n: usize) -> i8

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the successor\nof self count times. Read more
    source§

    unsafe fn backward_unchecked(start: i8, n: usize) -> i8

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the predecessor\nof self count times. Read more
    source§

    fn steps_between(start: &i8, end: &i8) -> Option<usize>

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the number of successor steps required to get from start to end. Read more
    source§

    fn forward_checked(start: i8, n: usize) -> Option<i8>

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the successor\nof self count times. Read more
    source§

    fn backward_checked(start: i8, n: usize) -> Option<i8>

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the predecessor\nof self count times. Read more
    ","Step","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Sub<&i8> for i8

    §

    type Output = <i8 as Sub>::Output

    The resulting type after applying the - operator.
    source§

    fn sub(self, other: &i8) -> <i8 as Sub>::Output

    Performs the - operation. Read more
    ","Sub<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Sub for i8

    §

    type Output = i8

    The resulting type after applying the - operator.
    source§

    fn sub(self, other: i8) -> i8

    Performs the - operation. Read more
    ","Sub","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.22.0 · source§

    impl SubAssign<&i8> for i8

    source§

    fn sub_assign(&mut self, other: &i8)

    Performs the -= operation. Read more
    ","SubAssign<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.8.0 · source§

    impl SubAssign for i8

    source§

    fn sub_assign(&mut self, other: i8)

    Performs the -= operation. Read more
    ","SubAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.12.0 · source§

    impl<'a> Sum<&'a i8> for i8

    source§

    fn sum<I>(iter: I) -> i8
    where\n I: Iterator<Item = &'a i8>,

    Method which takes an iterator and generates Self from the elements by\n“summing up” the items.
    ","Sum<&'a i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.12.0 · source§

    impl Sum for i8

    source§

    fn sum<I>(iter: I) -> i8
    where\n I: Iterator<Item = i8>,

    Method which takes an iterator and generates Self from the elements by\n“summing up” the items.
    ","Sum","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.34.0 · source§

    impl TryFrom<i128> for i8

    source§

    fn try_from(u: i128) -> Result<i8, <i8 as TryFrom<i128>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.34.0 · source§

    impl TryFrom<i16> for i8

    source§

    fn try_from(u: i16) -> Result<i8, <i8 as TryFrom<i16>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.34.0 · source§

    impl TryFrom<i32> for i8

    source§

    fn try_from(u: i32) -> Result<i8, <i8 as TryFrom<i32>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.34.0 · source§

    impl TryFrom<i64> for i8

    source§

    fn try_from(u: i64) -> Result<i8, <i8 as TryFrom<i64>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.34.0 · source§

    impl TryFrom<isize> for i8

    source§

    fn try_from(u: isize) -> Result<i8, <i8 as TryFrom<isize>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.34.0 · source§

    impl TryFrom<u128> for i8

    source§

    fn try_from(u: u128) -> Result<i8, <i8 as TryFrom<u128>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.34.0 · source§

    impl TryFrom<u16> for i8

    source§

    fn try_from(u: u16) -> Result<i8, <i8 as TryFrom<u16>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.34.0 · source§

    impl TryFrom<u32> for i8

    source§

    fn try_from(u: u32) -> Result<i8, <i8 as TryFrom<u32>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.34.0 · source§

    impl TryFrom<u64> for i8

    source§

    fn try_from(u: u64) -> Result<i8, <i8 as TryFrom<u64>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.34.0 · source§

    impl TryFrom<u8> for i8

    source§

    fn try_from(u: u8) -> Result<i8, <i8 as TryFrom<u8>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.34.0 · source§

    impl TryFrom<usize> for i8

    source§

    fn try_from(u: usize) -> Result<i8, <i8 as TryFrom<usize>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.42.0 · source§

    impl UpperExp for i8

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","UpperExp","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl UpperHex for i8

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","UpperHex","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    source§

    impl ConstParamTy for i8

    ","ConstParamTy","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Copy for i8

    ","Copy","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    1.0.0 · source§

    impl Eq for i8

    ","Eq","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    source§

    impl MaskElement for i8

    ","MaskElement","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    source§

    impl SimdCast for i8

    ","SimdCast","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    source§

    impl StructuralPartialEq for i8

    ","StructuralPartialEq","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    source§

    impl TrustedStep for i8

    ","TrustedStep","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    source§

    impl Weight for i8

    ","Weight","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"],["
    source§

    impl ZeroablePrimitive for i8

    ","ZeroablePrimitive","bdk_chain::bitcoin::secp256k1::ffi::types::c_char"]] };if (window.register_type_impls) {window.register_type_impls(type_impls);} else {window.pending_type_impls = type_impls;}})() \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/std/primitive.tuple.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/std/primitive.tuple.js index 07bdc11373..ca929db7d1 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/std/primitive.tuple.js +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/std/primitive.tuple.js @@ -1,5 +1,5 @@ (function() {var type_impls = { -"bdk_chain":[["
    §

    impl<T0, T1> Decodable for (T0, T1)
    where\n T0: Decodable,\n T1: Decodable,

    §

    fn consensus_decode<R>(r: &mut R) -> Result<(T0, T1), Error>
    where\n R: BufRead + ?Sized,

    Decode an object with a well-defined format. Read more
    §

    fn consensus_decode_from_finite_reader<R>(reader: &mut R) -> Result<Self, Error>
    where\n R: BufRead + ?Sized,

    Decode Self from a size-limited reader. Read more
    ","Decodable","bdk_chain::Indexed","bdk_chain::KeychainIndexed","bdk_chain::bitcoin::bip32::KeySource"],["
    source§

    impl<'de, T0, T1> Deserialize<'de> for (T0, T1)
    where\n T0: Deserialize<'de>,\n T1: Deserialize<'de>,

    source§

    fn deserialize<D>(\n deserializer: D\n) -> Result<(T0, T1), <D as Deserializer<'de>>::Error>
    where\n D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    ","Deserialize<'de>","bdk_chain::Indexed","bdk_chain::KeychainIndexed","bdk_chain::bitcoin::bip32::KeySource"],["
    §

    impl<T0, T1> Encodable for (T0, T1)
    where\n T0: Encodable,\n T1: Encodable,

    §

    fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
    where\n W: Write + ?Sized,

    Encodes an object with a well-defined format. Read more
    ","Encodable","bdk_chain::Indexed","bdk_chain::KeychainIndexed","bdk_chain::bitcoin::bip32::KeySource"],["
    1.56.0 · source§

    impl<A, B, ExtendA, ExtendB> Extend<(A, B)> for (ExtendA, ExtendB)
    where\n ExtendA: Extend<A>,\n ExtendB: Extend<B>,

    source§

    fn extend<T>(&mut self, into_iter: T)
    where\n T: IntoIterator<Item = (A, B)>,

    Allows to extend a tuple of collections that also implement Extend.

    \n

    See also: Iterator::unzip

    \n
    §Examples
    \n
    let mut tuple = (vec![0], vec![1]);\ntuple.extend([(2, 3), (4, 5), (6, 7)]);\nassert_eq!(tuple.0, [0, 2, 4, 6]);\nassert_eq!(tuple.1, [1, 3, 5, 7]);\n\n// also allows for arbitrarily nested tuples as elements\nlet mut nested_tuple = (vec![1], (vec![2], vec![3]));\nnested_tuple.extend([(4, (5, 6)), (7, (8, 9))]);\n\nlet (a, (b, c)) = nested_tuple;\nassert_eq!(a, [1, 4, 7]);\nassert_eq!(b, [2, 5, 8]);\nassert_eq!(c, [3, 6, 9]);
    \n
    source§

    fn extend_one(&mut self, item: (A, B))

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    ","Extend<(A, B)>","bdk_chain::Indexed","bdk_chain::KeychainIndexed","bdk_chain::bitcoin::bip32::KeySource"],["
    1.71.0 · source§

    impl<T> From<[T; 2]> for (T, T)

    source§

    fn from(array: [T; 2]) -> (T, T)

    Converts to this type from the input type.
    ","From<[T; 2]>","bdk_chain::Indexed","bdk_chain::KeychainIndexed","bdk_chain::bitcoin::bip32::KeySource"],["
    source§

    impl From<BlockId> for (u32, BlockHash)

    source§

    fn from(block_id: BlockId) -> (u32, BlockHash)

    Converts to this type from the input type.
    ","From","bdk_chain::Indexed"],["
    1.79.0 · source§

    impl<A, B, AE, BE> FromIterator<(AE, BE)> for (A, B)
    where\n A: Default + Extend<AE>,\n B: Default + Extend<BE>,

    This implementation turns an iterator of tuples into a tuple of types which implement\nDefault and Extend.

    \n

    This is similar to Iterator::unzip, but is also composable with other FromIterator\nimplementations:

    \n\n
    let string = \"1,2,123,4\";\n\nlet (numbers, lengths): (Vec<_>, Vec<_>) = string\n    .split(',')\n    .map(|s| s.parse().map(|n: u32| (n, s.len())))\n    .collect::<Result<_, _>>()?;\n\nassert_eq!(numbers, [1, 2, 123, 4]);\nassert_eq!(lengths, [1, 1, 3, 1]);
    \n
    source§

    fn from_iter<I>(iter: I) -> (A, B)
    where\n I: IntoIterator<Item = (AE, BE)>,

    Creates a value from an iterator. Read more
    ","FromIterator<(AE, BE)>","bdk_chain::Indexed","bdk_chain::KeychainIndexed","bdk_chain::bitcoin::bip32::KeySource"],["
    source§

    impl<T0, T1> Merge for (T0, T1)
    where\n T0: Merge,\n T1: Merge,

    source§

    fn merge(&mut self, _other: Self)

    Merge another object of the same type onto self.
    source§

    fn is_empty(&self) -> bool

    Returns whether the structure is considered empty.
    source§

    fn take(&mut self) -> Option<Self>

    Take the value, replacing it with the default value.
    ","Merge","bdk_chain::Indexed","bdk_chain::KeychainIndexed","bdk_chain::bitcoin::bip32::KeySource"],["
    source§

    impl<T0, T1> Serialize for (T0, T1)
    where\n T0: Serialize,\n T1: Serialize,

    source§

    fn serialize<S>(\n &self,\n serializer: S\n) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where\n S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    ","Serialize","bdk_chain::Indexed","bdk_chain::KeychainIndexed","bdk_chain::bitcoin::bip32::KeySource"],["
    §

    impl<'a, O, P> TryFrom<&'a Row<'a>> for (O, P)
    where\n O: FromSql,\n P: FromSql,

    §

    type Error = Error

    The type returned in the event of a conversion error.
    §

    fn try_from(row: &'a Row<'a>) -> Result<(O, P), Error>

    Performs the conversion.
    ","TryFrom<&'a Row<'a>>","bdk_chain::Indexed","bdk_chain::KeychainIndexed","bdk_chain::bitcoin::bip32::KeySource"]], +"bdk_chain":[["
    §

    impl<T0, T1> Decodable for (T0, T1)
    where\n T0: Decodable,\n T1: Decodable,

    §

    fn consensus_decode<R>(r: &mut R) -> Result<(T0, T1), Error>
    where\n R: BufRead + ?Sized,

    Decode an object with a well-defined format. Read more
    §

    fn consensus_decode_from_finite_reader<R>(reader: &mut R) -> Result<Self, Error>
    where\n R: BufRead + ?Sized,

    Decode Self from a size-limited reader. Read more
    ","Decodable","bdk_chain::Indexed","bdk_chain::KeychainIndexed","bdk_chain::bitcoin::bip32::KeySource"],["
    source§

    impl<'de, T0, T1> Deserialize<'de> for (T0, T1)
    where\n T0: Deserialize<'de>,\n T1: Deserialize<'de>,

    source§

    fn deserialize<D>(\n deserializer: D\n) -> Result<(T0, T1), <D as Deserializer<'de>>::Error>
    where\n D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    ","Deserialize<'de>","bdk_chain::Indexed","bdk_chain::KeychainIndexed","bdk_chain::bitcoin::bip32::KeySource"],["
    §

    impl<T0, T1> Encodable for (T0, T1)
    where\n T0: Encodable,\n T1: Encodable,

    §

    fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
    where\n W: Write + ?Sized,

    Encodes an object with a well-defined format. Read more
    ","Encodable","bdk_chain::Indexed","bdk_chain::KeychainIndexed","bdk_chain::bitcoin::bip32::KeySource"],["
    1.56.0 · source§

    impl<A, B, ExtendA, ExtendB> Extend<(A, B)> for (ExtendA, ExtendB)
    where\n ExtendA: Extend<A>,\n ExtendB: Extend<B>,

    source§

    fn extend<T>(&mut self, into_iter: T)
    where\n T: IntoIterator<Item = (A, B)>,

    Allows to extend a tuple of collections that also implement Extend.

    \n

    See also: Iterator::unzip

    \n
    §Examples
    \n
    let mut tuple = (vec![0], vec![1]);\ntuple.extend([(2, 3), (4, 5), (6, 7)]);\nassert_eq!(tuple.0, [0, 2, 4, 6]);\nassert_eq!(tuple.1, [1, 3, 5, 7]);\n\n// also allows for arbitrarily nested tuples as elements\nlet mut nested_tuple = (vec![1], (vec![2], vec![3]));\nnested_tuple.extend([(4, (5, 6)), (7, (8, 9))]);\n\nlet (a, (b, c)) = nested_tuple;\nassert_eq!(a, [1, 4, 7]);\nassert_eq!(b, [2, 5, 8]);\nassert_eq!(c, [3, 6, 9]);
    \n
    source§

    fn extend_one(&mut self, item: (A, B))

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    ","Extend<(A, B)>","bdk_chain::Indexed","bdk_chain::KeychainIndexed","bdk_chain::bitcoin::bip32::KeySource"],["
    1.71.0 · source§

    impl<T> From<[T; 2]> for (T, T)

    source§

    fn from(array: [T; 2]) -> (T, T)

    Converts to this type from the input type.
    ","From<[T; 2]>","bdk_chain::Indexed","bdk_chain::KeychainIndexed","bdk_chain::bitcoin::bip32::KeySource"],["
    source§

    impl From<BlockId> for (u32, BlockHash)

    source§

    fn from(block_id: BlockId) -> (u32, BlockHash)

    Converts to this type from the input type.
    ","From","bdk_chain::Indexed"],["
    1.79.0 · source§

    impl<A, B, AE, BE> FromIterator<(AE, BE)> for (A, B)
    where\n A: Default + Extend<AE>,\n B: Default + Extend<BE>,

    This implementation turns an iterator of tuples into a tuple of types which implement\nDefault and Extend.

    \n

    This is similar to Iterator::unzip, but is also composable with other FromIterator\nimplementations:

    \n\n
    let string = \"1,2,123,4\";\n\nlet (numbers, lengths): (Vec<_>, Vec<_>) = string\n    .split(',')\n    .map(|s| s.parse().map(|n: u32| (n, s.len())))\n    .collect::<Result<_, _>>()?;\n\nassert_eq!(numbers, [1, 2, 123, 4]);\nassert_eq!(lengths, [1, 1, 3, 1]);
    \n
    source§

    fn from_iter<I>(iter: I) -> (A, B)
    where\n I: IntoIterator<Item = (AE, BE)>,

    Creates a value from an iterator. Read more
    ","FromIterator<(AE, BE)>","bdk_chain::Indexed","bdk_chain::KeychainIndexed","bdk_chain::bitcoin::bip32::KeySource"],["
    source§

    impl<T0, T1> Merge for (T0, T1)
    where\n T0: Merge,\n T1: Merge,

    source§

    fn merge(&mut self, _other: Self)

    Merge another object of the same type onto self.
    source§

    fn is_empty(&self) -> bool

    Returns whether the structure is considered empty.
    source§

    fn take(&mut self) -> Option<Self>

    Take the value, replacing it with the default value.
    ","Merge","bdk_chain::Indexed","bdk_chain::KeychainIndexed","bdk_chain::bitcoin::bip32::KeySource"],["
    source§

    impl<T0, T1> Serialize for (T0, T1)
    where\n T0: Serialize,\n T1: Serialize,

    source§

    fn serialize<S>(\n &self,\n serializer: S\n) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where\n S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    ","Serialize","bdk_chain::Indexed","bdk_chain::KeychainIndexed","bdk_chain::bitcoin::bip32::KeySource"],["
    §

    impl<'a, O, P> TryFrom<&'a Row<'a>> for (O, P)
    where\n O: FromSql,\n P: FromSql,

    §

    type Error = Error

    The type returned in the event of a conversion error.
    §

    fn try_from(row: &'a Row<'a>) -> Result<(O, P), Error>

    Performs the conversion.
    ","TryFrom<&'a Row<'a>>","bdk_chain::Indexed","bdk_chain::KeychainIndexed","bdk_chain::bitcoin::bip32::KeySource"]], "bdk_core":[["
    source§

    impl From<BlockId> for (u32, BlockHash)

    source§

    fn from(block_id: BlockId) -> Self

    Converts to this type from the input type.
    ","From","bdk_core::Indexed"]], "bdk_wallet":[], "example_cli":[] diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/std/primitive.u32.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/std/primitive.u32.js index 623813355a..995123f1ff 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/std/primitive.u32.js +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/std/primitive.u32.js @@ -1,3 +1,3 @@ (function() {var type_impls = { -"bdk_chain":[["
    1.0.0 · source§

    impl Add<&u32> for u32

    §

    type Output = <u32 as Add>::Output

    The resulting type after applying the + operator.
    source§

    fn add(self, other: &u32) -> <u32 as Add>::Output

    Performs the + operation. Read more
    ","Add<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 (const: unstable) · source§

    impl Add for u32

    §

    type Output = u32

    The resulting type after applying the + operator.
    const: unstable · source§

    fn add(self, other: u32) -> u32

    Performs the + operation. Read more
    ","Add","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl AddAssign<&u32> for u32

    source§

    fn add_assign(&mut self, other: &u32)

    Performs the += operation. Read more
    ","AddAssign<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl AddAssign for u32

    source§

    fn add_assign(&mut self, other: u32)

    Performs the += operation. Read more
    ","AddAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Binary for u32

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Binary","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl BitAnd<&u32> for u32

    §

    type Output = <u32 as BitAnd>::Output

    The resulting type after applying the & operator.
    source§

    fn bitand(self, other: &u32) -> <u32 as BitAnd>::Output

    Performs the & operation. Read more
    ","BitAnd<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl BitAnd for u32

    §

    type Output = u32

    The resulting type after applying the & operator.
    source§

    fn bitand(self, rhs: u32) -> u32

    Performs the & operation. Read more
    ","BitAnd","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl BitAndAssign<&u32> for u32

    source§

    fn bitand_assign(&mut self, other: &u32)

    Performs the &= operation. Read more
    ","BitAndAssign<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl BitAndAssign for u32

    source§

    fn bitand_assign(&mut self, other: u32)

    Performs the &= operation. Read more
    ","BitAndAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl BitOr<&u32> for u32

    §

    type Output = <u32 as BitOr>::Output

    The resulting type after applying the | operator.
    source§

    fn bitor(self, other: &u32) -> <u32 as BitOr>::Output

    Performs the | operation. Read more
    ","BitOr<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl BitOr for u32

    §

    type Output = u32

    The resulting type after applying the | operator.
    source§

    fn bitor(self, rhs: u32) -> u32

    Performs the | operation. Read more
    ","BitOr","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl BitOrAssign<&u32> for u32

    source§

    fn bitor_assign(&mut self, other: &u32)

    Performs the |= operation. Read more
    ","BitOrAssign<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl BitOrAssign for u32

    source§

    fn bitor_assign(&mut self, other: u32)

    Performs the |= operation. Read more
    ","BitOrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl BitXor<&u32> for u32

    §

    type Output = <u32 as BitXor>::Output

    The resulting type after applying the ^ operator.
    source§

    fn bitxor(self, other: &u32) -> <u32 as BitXor>::Output

    Performs the ^ operation. Read more
    ","BitXor<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl BitXor for u32

    §

    type Output = u32

    The resulting type after applying the ^ operator.
    source§

    fn bitxor(self, other: u32) -> u32

    Performs the ^ operation. Read more
    ","BitXor","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl BitXorAssign<&u32> for u32

    source§

    fn bitxor_assign(&mut self, other: &u32)

    Performs the ^= operation. Read more
    ","BitXorAssign<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl BitXorAssign for u32

    source§

    fn bitxor_assign(&mut self, other: u32)

    Performs the ^= operation. Read more
    ","BitXorAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Clone for u32

    source§

    fn clone(&self) -> u32

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    ","Clone","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Debug for u32

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Debug","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    §

    impl Decodable for u32

    §

    fn consensus_decode<R>(r: &mut R) -> Result<u32, Error>
    where\n R: BufRead + ?Sized,

    Decode an object with a well-defined format. Read more
    §

    fn consensus_decode_from_finite_reader<R>(reader: &mut R) -> Result<Self, Error>
    where\n R: BufRead + ?Sized,

    Decode Self from a size-limited reader. Read more
    ","Decodable","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Default for u32

    source§

    fn default() -> u32

    Returns the default value of 0

    \n
    ","Default","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    source§

    impl<'de> Deserialize<'de> for u32

    source§

    fn deserialize<D>(\n deserializer: D\n) -> Result<u32, <D as Deserializer<'de>>::Error>
    where\n D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    ","Deserialize<'de>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Display for u32

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Display","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Div<&u32> for u32

    §

    type Output = <u32 as Div>::Output

    The resulting type after applying the / operator.
    source§

    fn div(self, other: &u32) -> <u32 as Div>::Output

    Performs the / operation. Read more
    ","Div<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.51.0 · source§

    impl Div<NonZero<u32>> for u32

    source§

    fn div(self, other: NonZero<u32>) -> u32

    This operation rounds towards zero, truncating any fractional\npart of the exact result, and cannot panic.

    \n
    §

    type Output = u32

    The resulting type after applying the / operator.
    ","Div>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Div for u32

    This operation rounds towards zero, truncating any\nfractional part of the exact result.

    \n

    §Panics

    \n

    This operation will panic if other == 0.

    \n
    §

    type Output = u32

    The resulting type after applying the / operator.
    source§

    fn div(self, other: u32) -> u32

    Performs the / operation. Read more
    ","Div","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl DivAssign<&u32> for u32

    source§

    fn div_assign(&mut self, other: &u32)

    Performs the /= operation. Read more
    ","DivAssign<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.79.0 · source§

    impl DivAssign<NonZero<u32>> for u32

    source§

    fn div_assign(&mut self, other: NonZero<u32>)

    This operation rounds towards zero, truncating any fractional\npart of the exact result, and cannot panic.

    \n
    ","DivAssign>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl DivAssign for u32

    source§

    fn div_assign(&mut self, other: u32)

    Performs the /= operation. Read more
    ","DivAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    §

    impl Encodable for u32

    §

    fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
    where\n W: Write + ?Sized,

    Encodes an object with a well-defined format. Read more
    ","Encodable","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    source§

    impl From<AsciiChar> for u32

    source§

    fn from(chr: AsciiChar) -> u32

    Converts to this type from the input type.
    ","From","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    §

    impl From<ChildNumber> for u32

    §

    fn from(cnum: ChildNumber) -> u32

    Converts to this type from the input type.
    ","From","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.1.0 · source§

    impl From<Ipv4Addr> for u32

    source§

    fn from(ip: Ipv4Addr) -> u32

    Uses Ipv4Addr::to_bits to convert an IPv4 address to a host byte order u32.

    \n
    ","From","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    §

    impl From<Sequence> for u32

    §

    fn from(sequence: Sequence) -> u32

    Converts to this type from the input type.
    ","From","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    §

    impl<O> From<U16<O>> for u32
    where\n O: ByteOrder,

    §

    fn from(x: U16<O>) -> u32

    Converts to this type from the input type.
    ","From>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    §

    impl<O> From<U32<O>> for u32
    where\n O: ByteOrder,

    §

    fn from(x: U32<O>) -> u32

    Converts to this type from the input type.
    ","From>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.28.0 · source§

    impl From<bool> for u32

    source§

    fn from(small: bool) -> u32

    Converts a bool to u32 losslessly.\nThe resulting value is 0 for false and 1 for true values.

    \n
    §Examples
    \n
    assert_eq!(u32::from(true), 1);\nassert_eq!(u32::from(false), 0);
    \n
    ","From","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.13.0 · source§

    impl From<char> for u32

    source§

    fn from(c: char) -> u32

    Converts a char into a u32.

    \n
    §Examples
    \n
    use std::mem;\n\nlet c = 'c';\nlet u = u32::from(c);\nassert!(4 == mem::size_of_val(&u))
    \n
    ","From","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.5.0 · source§

    impl From<u16> for u32

    source§

    fn from(small: u16) -> u32

    Converts u16 to u32 losslessly.

    \n
    ","From","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.5.0 · source§

    impl From<u8> for u32

    source§

    fn from(small: u8) -> u32

    Converts u8 to u32 losslessly.

    \n
    ","From","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl FromStr for u32

    §

    type Err = ParseIntError

    The associated error which can be returned from parsing.
    source§

    fn from_str(src: &str) -> Result<u32, ParseIntError>

    Parses a string s to return a value of this type. Read more
    ","FromStr","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Hash for u32

    source§

    fn hash<H>(&self, state: &mut H)
    where\n H: Hasher,

    Feeds this value into the given Hasher. Read more
    source§

    fn hash_slice<H>(data: &[u32], state: &mut H)
    where\n H: Hasher,

    Feeds a slice of this type into the given Hasher. Read more
    ","Hash","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    source§

    impl<'de, E> IntoDeserializer<'de, E> for u32
    where\n E: Error,

    §

    type Deserializer = U32Deserializer<E>

    The type of the deserializer being converted into.
    source§

    fn into_deserializer(self) -> U32Deserializer<E>

    Convert this value into a deserializer.
    ","IntoDeserializer<'de, E>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.42.0 · source§

    impl LowerExp for u32

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","LowerExp","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl LowerHex for u32

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","LowerHex","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Mul<&u32> for u32

    §

    type Output = <u32 as Mul>::Output

    The resulting type after applying the * operator.
    source§

    fn mul(self, other: &u32) -> <u32 as Mul>::Output

    Performs the * operation. Read more
    ","Mul<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.31.0 · source§

    impl Mul<Duration> for u32

    §

    type Output = Duration

    The resulting type after applying the * operator.
    source§

    fn mul(self, rhs: Duration) -> Duration

    Performs the * operation. Read more
    ","Mul","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Mul for u32

    §

    type Output = u32

    The resulting type after applying the * operator.
    source§

    fn mul(self, other: u32) -> u32

    Performs the * operation. Read more
    ","Mul","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl MulAssign<&u32> for u32

    source§

    fn mul_assign(&mut self, other: &u32)

    Performs the *= operation. Read more
    ","MulAssign<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl MulAssign for u32

    source§

    fn mul_assign(&mut self, other: u32)

    Performs the *= operation. Read more
    ","MulAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Not for u32

    §

    type Output = u32

    The resulting type after applying the ! operator.
    source§

    fn not(self) -> u32

    Performs the unary ! operation. Read more
    ","Not","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Octal for u32

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Octal","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Ord for u32

    source§

    fn cmp(&self, other: &u32) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where\n Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Self
    where\n Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Self
    where\n Self: Sized + PartialOrd,

    Restrict a value to a certain interval. Read more
    ","Ord","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    source§

    impl PartialEq<Value> for u32

    source§

    fn eq(&self, other: &Value) -> bool

    This method tests for self and other values to be equal, and is used\nby ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
    ","PartialEq","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 (const: unstable) · source§

    impl PartialEq for u32

    const: unstable · source§

    fn eq(&self, other: &u32) -> bool

    This method tests for self and other values to be equal, and is used\nby ==.
    const: unstable · source§

    fn ne(&self, other: &u32) -> bool

    This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
    ","PartialEq","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl PartialOrd for u32

    source§

    fn partial_cmp(&self, other: &u32) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    source§

    fn lt(&self, other: &u32) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    source§

    fn le(&self, other: &u32) -> bool

    This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more
    source§

    fn ge(&self, other: &u32) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >=\noperator. Read more
    source§

    fn gt(&self, other: &u32) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    ","PartialOrd","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.12.0 · source§

    impl<'a> Product<&'a u32> for u32

    source§

    fn product<I>(iter: I) -> u32
    where\n I: Iterator<Item = &'a u32>,

    Method which takes an iterator and generates Self from the elements by\nmultiplying the items.
    ","Product<&'a u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.12.0 · source§

    impl Product for u32

    source§

    fn product<I>(iter: I) -> u32
    where\n I: Iterator<Item = u32>,

    Method which takes an iterator and generates Self from the elements by\nmultiplying the items.
    ","Product","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Rem<&u32> for u32

    §

    type Output = <u32 as Rem>::Output

    The resulting type after applying the % operator.
    source§

    fn rem(self, other: &u32) -> <u32 as Rem>::Output

    Performs the % operation. Read more
    ","Rem<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.51.0 · source§

    impl Rem<NonZero<u32>> for u32

    source§

    fn rem(self, other: NonZero<u32>) -> u32

    This operation satisfies n % d == n - (n / d) * d, and cannot panic.

    \n
    §

    type Output = u32

    The resulting type after applying the % operator.
    ","Rem>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Rem for u32

    This operation satisfies n % d == n - (n / d) * d. The\nresult has the same sign as the left operand.

    \n

    §Panics

    \n

    This operation will panic if other == 0.

    \n
    §

    type Output = u32

    The resulting type after applying the % operator.
    source§

    fn rem(self, other: u32) -> u32

    Performs the % operation. Read more
    ","Rem","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl RemAssign<&u32> for u32

    source§

    fn rem_assign(&mut self, other: &u32)

    Performs the %= operation. Read more
    ","RemAssign<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.79.0 · source§

    impl RemAssign<NonZero<u32>> for u32

    source§

    fn rem_assign(&mut self, other: NonZero<u32>)

    This operation satisfies n % d == n - (n / d) * d, and cannot panic.

    \n
    ","RemAssign>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl RemAssign for u32

    source§

    fn rem_assign(&mut self, other: u32)

    Performs the %= operation. Read more
    ","RemAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    source§

    impl SampleUniform for u32

    §

    type Sampler = UniformInt<u32>

    The UniformSampler implementation supporting type X.
    ","SampleUniform","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    source§

    impl Serialize for u32

    source§

    fn serialize<S>(\n &self,\n serializer: S\n) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where\n S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    ","Serialize","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shl<&i128> for u32

    §

    type Output = <u32 as Shl<i128>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &i128) -> <u32 as Shl<i128>>::Output

    Performs the << operation. Read more
    ","Shl<&i128>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shl<&i16> for u32

    §

    type Output = <u32 as Shl<i16>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &i16) -> <u32 as Shl<i16>>::Output

    Performs the << operation. Read more
    ","Shl<&i16>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shl<&i32> for u32

    §

    type Output = <u32 as Shl<i32>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &i32) -> <u32 as Shl<i32>>::Output

    Performs the << operation. Read more
    ","Shl<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shl<&i64> for u32

    §

    type Output = <u32 as Shl<i64>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &i64) -> <u32 as Shl<i64>>::Output

    Performs the << operation. Read more
    ","Shl<&i64>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shl<&i8> for u32

    §

    type Output = <u32 as Shl<i8>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &i8) -> <u32 as Shl<i8>>::Output

    Performs the << operation. Read more
    ","Shl<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shl<&isize> for u32

    §

    type Output = <u32 as Shl<isize>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &isize) -> <u32 as Shl<isize>>::Output

    Performs the << operation. Read more
    ","Shl<&isize>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shl<&u128> for u32

    §

    type Output = <u32 as Shl<u128>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &u128) -> <u32 as Shl<u128>>::Output

    Performs the << operation. Read more
    ","Shl<&u128>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shl<&u16> for u32

    §

    type Output = <u32 as Shl<u16>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &u16) -> <u32 as Shl<u16>>::Output

    Performs the << operation. Read more
    ","Shl<&u16>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shl<&u32> for u32

    §

    type Output = <u32 as Shl>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &u32) -> <u32 as Shl>::Output

    Performs the << operation. Read more
    ","Shl<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shl<&u64> for u32

    §

    type Output = <u32 as Shl<u64>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &u64) -> <u32 as Shl<u64>>::Output

    Performs the << operation. Read more
    ","Shl<&u64>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shl<&u8> for u32

    §

    type Output = <u32 as Shl<u8>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &u8) -> <u32 as Shl<u8>>::Output

    Performs the << operation. Read more
    ","Shl<&u8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shl<&usize> for u32

    §

    type Output = <u32 as Shl<usize>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &usize) -> <u32 as Shl<usize>>::Output

    Performs the << operation. Read more
    ","Shl<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shl<i128> for u32

    §

    type Output = u32

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: i128) -> u32

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shl<i16> for u32

    §

    type Output = u32

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: i16) -> u32

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shl<i32> for u32

    §

    type Output = u32

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: i32) -> u32

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shl<i64> for u32

    §

    type Output = u32

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: i64) -> u32

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shl<i8> for u32

    §

    type Output = u32

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: i8) -> u32

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shl<isize> for u32

    §

    type Output = u32

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: isize) -> u32

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shl<u128> for u32

    §

    type Output = u32

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: u128) -> u32

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shl<u16> for u32

    §

    type Output = u32

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: u16) -> u32

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shl<u64> for u32

    §

    type Output = u32

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: u64) -> u32

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shl<u8> for u32

    §

    type Output = u32

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: u8) -> u32

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shl<usize> for u32

    §

    type Output = u32

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: usize) -> u32

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shl for u32

    §

    type Output = u32

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: u32) -> u32

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl ShlAssign<&i128> for u32

    source§

    fn shl_assign(&mut self, other: &i128)

    Performs the <<= operation. Read more
    ","ShlAssign<&i128>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl ShlAssign<&i16> for u32

    source§

    fn shl_assign(&mut self, other: &i16)

    Performs the <<= operation. Read more
    ","ShlAssign<&i16>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl ShlAssign<&i32> for u32

    source§

    fn shl_assign(&mut self, other: &i32)

    Performs the <<= operation. Read more
    ","ShlAssign<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl ShlAssign<&i64> for u32

    source§

    fn shl_assign(&mut self, other: &i64)

    Performs the <<= operation. Read more
    ","ShlAssign<&i64>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl ShlAssign<&i8> for u32

    source§

    fn shl_assign(&mut self, other: &i8)

    Performs the <<= operation. Read more
    ","ShlAssign<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl ShlAssign<&isize> for u32

    source§

    fn shl_assign(&mut self, other: &isize)

    Performs the <<= operation. Read more
    ","ShlAssign<&isize>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl ShlAssign<&u128> for u32

    source§

    fn shl_assign(&mut self, other: &u128)

    Performs the <<= operation. Read more
    ","ShlAssign<&u128>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl ShlAssign<&u16> for u32

    source§

    fn shl_assign(&mut self, other: &u16)

    Performs the <<= operation. Read more
    ","ShlAssign<&u16>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl ShlAssign<&u32> for u32

    source§

    fn shl_assign(&mut self, other: &u32)

    Performs the <<= operation. Read more
    ","ShlAssign<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl ShlAssign<&u64> for u32

    source§

    fn shl_assign(&mut self, other: &u64)

    Performs the <<= operation. Read more
    ","ShlAssign<&u64>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl ShlAssign<&u8> for u32

    source§

    fn shl_assign(&mut self, other: &u8)

    Performs the <<= operation. Read more
    ","ShlAssign<&u8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl ShlAssign<&usize> for u32

    source§

    fn shl_assign(&mut self, other: &usize)

    Performs the <<= operation. Read more
    ","ShlAssign<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl ShlAssign<i128> for u32

    source§

    fn shl_assign(&mut self, other: i128)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl ShlAssign<i16> for u32

    source§

    fn shl_assign(&mut self, other: i16)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl ShlAssign<i32> for u32

    source§

    fn shl_assign(&mut self, other: i32)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl ShlAssign<i64> for u32

    source§

    fn shl_assign(&mut self, other: i64)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl ShlAssign<i8> for u32

    source§

    fn shl_assign(&mut self, other: i8)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl ShlAssign<isize> for u32

    source§

    fn shl_assign(&mut self, other: isize)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl ShlAssign<u128> for u32

    source§

    fn shl_assign(&mut self, other: u128)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl ShlAssign<u16> for u32

    source§

    fn shl_assign(&mut self, other: u16)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl ShlAssign<u64> for u32

    source§

    fn shl_assign(&mut self, other: u64)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl ShlAssign<u8> for u32

    source§

    fn shl_assign(&mut self, other: u8)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl ShlAssign<usize> for u32

    source§

    fn shl_assign(&mut self, other: usize)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl ShlAssign for u32

    source§

    fn shl_assign(&mut self, other: u32)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shr<&i128> for u32

    §

    type Output = <u32 as Shr<i128>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &i128) -> <u32 as Shr<i128>>::Output

    Performs the >> operation. Read more
    ","Shr<&i128>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shr<&i16> for u32

    §

    type Output = <u32 as Shr<i16>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &i16) -> <u32 as Shr<i16>>::Output

    Performs the >> operation. Read more
    ","Shr<&i16>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shr<&i32> for u32

    §

    type Output = <u32 as Shr<i32>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &i32) -> <u32 as Shr<i32>>::Output

    Performs the >> operation. Read more
    ","Shr<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shr<&i64> for u32

    §

    type Output = <u32 as Shr<i64>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &i64) -> <u32 as Shr<i64>>::Output

    Performs the >> operation. Read more
    ","Shr<&i64>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shr<&i8> for u32

    §

    type Output = <u32 as Shr<i8>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &i8) -> <u32 as Shr<i8>>::Output

    Performs the >> operation. Read more
    ","Shr<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shr<&isize> for u32

    §

    type Output = <u32 as Shr<isize>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &isize) -> <u32 as Shr<isize>>::Output

    Performs the >> operation. Read more
    ","Shr<&isize>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shr<&u128> for u32

    §

    type Output = <u32 as Shr<u128>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &u128) -> <u32 as Shr<u128>>::Output

    Performs the >> operation. Read more
    ","Shr<&u128>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shr<&u16> for u32

    §

    type Output = <u32 as Shr<u16>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &u16) -> <u32 as Shr<u16>>::Output

    Performs the >> operation. Read more
    ","Shr<&u16>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shr<&u32> for u32

    §

    type Output = <u32 as Shr>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &u32) -> <u32 as Shr>::Output

    Performs the >> operation. Read more
    ","Shr<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shr<&u64> for u32

    §

    type Output = <u32 as Shr<u64>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &u64) -> <u32 as Shr<u64>>::Output

    Performs the >> operation. Read more
    ","Shr<&u64>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shr<&u8> for u32

    §

    type Output = <u32 as Shr<u8>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &u8) -> <u32 as Shr<u8>>::Output

    Performs the >> operation. Read more
    ","Shr<&u8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shr<&usize> for u32

    §

    type Output = <u32 as Shr<usize>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &usize) -> <u32 as Shr<usize>>::Output

    Performs the >> operation. Read more
    ","Shr<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shr<i128> for u32

    §

    type Output = u32

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: i128) -> u32

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shr<i16> for u32

    §

    type Output = u32

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: i16) -> u32

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shr<i32> for u32

    §

    type Output = u32

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: i32) -> u32

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shr<i64> for u32

    §

    type Output = u32

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: i64) -> u32

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shr<i8> for u32

    §

    type Output = u32

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: i8) -> u32

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shr<isize> for u32

    §

    type Output = u32

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: isize) -> u32

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shr<u128> for u32

    §

    type Output = u32

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: u128) -> u32

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shr<u16> for u32

    §

    type Output = u32

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: u16) -> u32

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shr<u64> for u32

    §

    type Output = u32

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: u64) -> u32

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shr<u8> for u32

    §

    type Output = u32

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: u8) -> u32

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shr<usize> for u32

    §

    type Output = u32

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: usize) -> u32

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shr for u32

    §

    type Output = u32

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: u32) -> u32

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl ShrAssign<&i128> for u32

    source§

    fn shr_assign(&mut self, other: &i128)

    Performs the >>= operation. Read more
    ","ShrAssign<&i128>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl ShrAssign<&i16> for u32

    source§

    fn shr_assign(&mut self, other: &i16)

    Performs the >>= operation. Read more
    ","ShrAssign<&i16>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl ShrAssign<&i32> for u32

    source§

    fn shr_assign(&mut self, other: &i32)

    Performs the >>= operation. Read more
    ","ShrAssign<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl ShrAssign<&i64> for u32

    source§

    fn shr_assign(&mut self, other: &i64)

    Performs the >>= operation. Read more
    ","ShrAssign<&i64>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl ShrAssign<&i8> for u32

    source§

    fn shr_assign(&mut self, other: &i8)

    Performs the >>= operation. Read more
    ","ShrAssign<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl ShrAssign<&isize> for u32

    source§

    fn shr_assign(&mut self, other: &isize)

    Performs the >>= operation. Read more
    ","ShrAssign<&isize>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl ShrAssign<&u128> for u32

    source§

    fn shr_assign(&mut self, other: &u128)

    Performs the >>= operation. Read more
    ","ShrAssign<&u128>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl ShrAssign<&u16> for u32

    source§

    fn shr_assign(&mut self, other: &u16)

    Performs the >>= operation. Read more
    ","ShrAssign<&u16>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl ShrAssign<&u32> for u32

    source§

    fn shr_assign(&mut self, other: &u32)

    Performs the >>= operation. Read more
    ","ShrAssign<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl ShrAssign<&u64> for u32

    source§

    fn shr_assign(&mut self, other: &u64)

    Performs the >>= operation. Read more
    ","ShrAssign<&u64>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl ShrAssign<&u8> for u32

    source§

    fn shr_assign(&mut self, other: &u8)

    Performs the >>= operation. Read more
    ","ShrAssign<&u8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl ShrAssign<&usize> for u32

    source§

    fn shr_assign(&mut self, other: &usize)

    Performs the >>= operation. Read more
    ","ShrAssign<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl ShrAssign<i128> for u32

    source§

    fn shr_assign(&mut self, other: i128)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl ShrAssign<i16> for u32

    source§

    fn shr_assign(&mut self, other: i16)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl ShrAssign<i32> for u32

    source§

    fn shr_assign(&mut self, other: i32)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl ShrAssign<i64> for u32

    source§

    fn shr_assign(&mut self, other: i64)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl ShrAssign<i8> for u32

    source§

    fn shr_assign(&mut self, other: i8)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl ShrAssign<isize> for u32

    source§

    fn shr_assign(&mut self, other: isize)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl ShrAssign<u128> for u32

    source§

    fn shr_assign(&mut self, other: u128)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl ShrAssign<u16> for u32

    source§

    fn shr_assign(&mut self, other: u16)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl ShrAssign<u64> for u32

    source§

    fn shr_assign(&mut self, other: u64)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl ShrAssign<u8> for u32

    source§

    fn shr_assign(&mut self, other: u8)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl ShrAssign<usize> for u32

    source§

    fn shr_assign(&mut self, other: usize)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl ShrAssign for u32

    source§

    fn shr_assign(&mut self, other: u32)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    source§

    impl SimdElement for u32

    §

    type Mask = i32

    🔬This is a nightly-only experimental API. (portable_simd)
    The mask element type corresponding to this element type.
    ","SimdElement","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    source§

    impl Step for u32

    source§

    fn forward(start: u32, n: usize) -> u32

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the successor\nof self count times. Read more
    source§

    fn backward(start: u32, n: usize) -> u32

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the predecessor\nof self count times. Read more
    source§

    unsafe fn forward_unchecked(start: u32, n: usize) -> u32

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the successor\nof self count times. Read more
    source§

    unsafe fn backward_unchecked(start: u32, n: usize) -> u32

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the predecessor\nof self count times. Read more
    source§

    fn steps_between(start: &u32, end: &u32) -> Option<usize>

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the number of successor steps required to get from start to end. Read more
    source§

    fn forward_checked(start: u32, n: usize) -> Option<u32>

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the successor\nof self count times. Read more
    source§

    fn backward_checked(start: u32, n: usize) -> Option<u32>

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the predecessor\nof self count times. Read more
    ","Step","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Sub<&u32> for u32

    §

    type Output = <u32 as Sub>::Output

    The resulting type after applying the - operator.
    source§

    fn sub(self, other: &u32) -> <u32 as Sub>::Output

    Performs the - operation. Read more
    ","Sub<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Sub for u32

    §

    type Output = u32

    The resulting type after applying the - operator.
    source§

    fn sub(self, other: u32) -> u32

    Performs the - operation. Read more
    ","Sub","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl SubAssign<&u32> for u32

    source§

    fn sub_assign(&mut self, other: &u32)

    Performs the -= operation. Read more
    ","SubAssign<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl SubAssign for u32

    source§

    fn sub_assign(&mut self, other: u32)

    Performs the -= operation. Read more
    ","SubAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.12.0 · source§

    impl<'a> Sum<&'a u32> for u32

    source§

    fn sum<I>(iter: I) -> u32
    where\n I: Iterator<Item = &'a u32>,

    Method which takes an iterator and generates Self from the elements by\n“summing up” the items.
    ","Sum<&'a u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.12.0 · source§

    impl Sum for u32

    source§

    fn sum<I>(iter: I) -> u32
    where\n I: Iterator<Item = u32>,

    Method which takes an iterator and generates Self from the elements by\n“summing up” the items.
    ","Sum","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.34.0 · source§

    impl TryFrom<i128> for u32

    source§

    fn try_from(u: i128) -> Result<u32, <u32 as TryFrom<i128>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.34.0 · source§

    impl TryFrom<i16> for u32

    source§

    fn try_from(u: i16) -> Result<u32, <u32 as TryFrom<i16>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.34.0 · source§

    impl TryFrom<i32> for u32

    source§

    fn try_from(u: i32) -> Result<u32, <u32 as TryFrom<i32>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.34.0 · source§

    impl TryFrom<i64> for u32

    source§

    fn try_from(u: i64) -> Result<u32, <u32 as TryFrom<i64>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.34.0 · source§

    impl TryFrom<i8> for u32

    source§

    fn try_from(u: i8) -> Result<u32, <u32 as TryFrom<i8>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.34.0 · source§

    impl TryFrom<isize> for u32

    source§

    fn try_from(u: isize) -> Result<u32, <u32 as TryFrom<isize>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.34.0 · source§

    impl TryFrom<u128> for u32

    source§

    fn try_from(u: u128) -> Result<u32, <u32 as TryFrom<u128>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.34.0 · source§

    impl TryFrom<u64> for u32

    source§

    fn try_from(u: u64) -> Result<u32, <u32 as TryFrom<u64>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.34.0 · source§

    impl TryFrom<usize> for u32

    source§

    fn try_from(u: usize) -> Result<u32, <u32 as TryFrom<usize>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.42.0 · source§

    impl UpperExp for u32

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","UpperExp","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl UpperHex for u32

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","UpperHex","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    source§

    impl ConstParamTy for u32

    ","ConstParamTy","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Copy for u32

    ","Copy","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Eq for u32

    ","Eq","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    source§

    impl SimdCast for u32

    ","SimdCast","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    source§

    impl StructuralPartialEq for u32

    ","StructuralPartialEq","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    source§

    impl TrustedStep for u32

    ","TrustedStep","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    source§

    impl Weight for u32

    ","Weight","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    source§

    impl ZeroablePrimitive for u32

    ","ZeroablePrimitive","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"]] +"bdk_chain":[["
    1.0.0 · source§

    impl Add<&u32> for u32

    §

    type Output = <u32 as Add>::Output

    The resulting type after applying the + operator.
    source§

    fn add(self, other: &u32) -> <u32 as Add>::Output

    Performs the + operation. Read more
    ","Add<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 (const: unstable) · source§

    impl Add for u32

    §

    type Output = u32

    The resulting type after applying the + operator.
    const: unstable · source§

    fn add(self, other: u32) -> u32

    Performs the + operation. Read more
    ","Add","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl AddAssign<&u32> for u32

    source§

    fn add_assign(&mut self, other: &u32)

    Performs the += operation. Read more
    ","AddAssign<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl AddAssign for u32

    source§

    fn add_assign(&mut self, other: u32)

    Performs the += operation. Read more
    ","AddAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Binary for u32

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Binary","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl BitAnd<&u32> for u32

    §

    type Output = <u32 as BitAnd>::Output

    The resulting type after applying the & operator.
    source§

    fn bitand(self, other: &u32) -> <u32 as BitAnd>::Output

    Performs the & operation. Read more
    ","BitAnd<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl BitAnd for u32

    §

    type Output = u32

    The resulting type after applying the & operator.
    source§

    fn bitand(self, rhs: u32) -> u32

    Performs the & operation. Read more
    ","BitAnd","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl BitAndAssign<&u32> for u32

    source§

    fn bitand_assign(&mut self, other: &u32)

    Performs the &= operation. Read more
    ","BitAndAssign<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl BitAndAssign for u32

    source§

    fn bitand_assign(&mut self, other: u32)

    Performs the &= operation. Read more
    ","BitAndAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl BitOr<&u32> for u32

    §

    type Output = <u32 as BitOr>::Output

    The resulting type after applying the | operator.
    source§

    fn bitor(self, other: &u32) -> <u32 as BitOr>::Output

    Performs the | operation. Read more
    ","BitOr<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl BitOr for u32

    §

    type Output = u32

    The resulting type after applying the | operator.
    source§

    fn bitor(self, rhs: u32) -> u32

    Performs the | operation. Read more
    ","BitOr","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl BitOrAssign<&u32> for u32

    source§

    fn bitor_assign(&mut self, other: &u32)

    Performs the |= operation. Read more
    ","BitOrAssign<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl BitOrAssign for u32

    source§

    fn bitor_assign(&mut self, other: u32)

    Performs the |= operation. Read more
    ","BitOrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl BitXor<&u32> for u32

    §

    type Output = <u32 as BitXor>::Output

    The resulting type after applying the ^ operator.
    source§

    fn bitxor(self, other: &u32) -> <u32 as BitXor>::Output

    Performs the ^ operation. Read more
    ","BitXor<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl BitXor for u32

    §

    type Output = u32

    The resulting type after applying the ^ operator.
    source§

    fn bitxor(self, other: u32) -> u32

    Performs the ^ operation. Read more
    ","BitXor","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl BitXorAssign<&u32> for u32

    source§

    fn bitxor_assign(&mut self, other: &u32)

    Performs the ^= operation. Read more
    ","BitXorAssign<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl BitXorAssign for u32

    source§

    fn bitxor_assign(&mut self, other: u32)

    Performs the ^= operation. Read more
    ","BitXorAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Clone for u32

    source§

    fn clone(&self) -> u32

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    ","Clone","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Debug for u32

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Debug","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    §

    impl Decodable for u32

    §

    fn consensus_decode<R>(r: &mut R) -> Result<u32, Error>
    where\n R: BufRead + ?Sized,

    Decode an object with a well-defined format. Read more
    §

    fn consensus_decode_from_finite_reader<R>(reader: &mut R) -> Result<Self, Error>
    where\n R: BufRead + ?Sized,

    Decode Self from a size-limited reader. Read more
    ","Decodable","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Default for u32

    source§

    fn default() -> u32

    Returns the default value of 0

    \n
    ","Default","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    source§

    impl<'de> Deserialize<'de> for u32

    source§

    fn deserialize<D>(\n deserializer: D\n) -> Result<u32, <D as Deserializer<'de>>::Error>
    where\n D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    ","Deserialize<'de>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Display for u32

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Display","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Div<&u32> for u32

    §

    type Output = <u32 as Div>::Output

    The resulting type after applying the / operator.
    source§

    fn div(self, other: &u32) -> <u32 as Div>::Output

    Performs the / operation. Read more
    ","Div<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.51.0 · source§

    impl Div<NonZero<u32>> for u32

    source§

    fn div(self, other: NonZero<u32>) -> u32

    This operation rounds towards zero, truncating any fractional\npart of the exact result, and cannot panic.

    \n
    §

    type Output = u32

    The resulting type after applying the / operator.
    ","Div>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Div for u32

    This operation rounds towards zero, truncating any\nfractional part of the exact result.

    \n

    §Panics

    \n

    This operation will panic if other == 0.

    \n
    §

    type Output = u32

    The resulting type after applying the / operator.
    source§

    fn div(self, other: u32) -> u32

    Performs the / operation. Read more
    ","Div","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl DivAssign<&u32> for u32

    source§

    fn div_assign(&mut self, other: &u32)

    Performs the /= operation. Read more
    ","DivAssign<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.79.0 · source§

    impl DivAssign<NonZero<u32>> for u32

    source§

    fn div_assign(&mut self, other: NonZero<u32>)

    This operation rounds towards zero, truncating any fractional\npart of the exact result, and cannot panic.

    \n
    ","DivAssign>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl DivAssign for u32

    source§

    fn div_assign(&mut self, other: u32)

    Performs the /= operation. Read more
    ","DivAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    §

    impl Encodable for u32

    §

    fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
    where\n W: Write + ?Sized,

    Encodes an object with a well-defined format. Read more
    ","Encodable","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    source§

    impl From<AsciiChar> for u32

    source§

    fn from(chr: AsciiChar) -> u32

    Converts to this type from the input type.
    ","From","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    §

    impl From<ChildNumber> for u32

    §

    fn from(cnum: ChildNumber) -> u32

    Converts to this type from the input type.
    ","From","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.1.0 · source§

    impl From<Ipv4Addr> for u32

    source§

    fn from(ip: Ipv4Addr) -> u32

    Uses Ipv4Addr::to_bits to convert an IPv4 address to a host byte order u32.

    \n
    ","From","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    §

    impl From<Sequence> for u32

    §

    fn from(sequence: Sequence) -> u32

    Converts to this type from the input type.
    ","From","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    §

    impl<O> From<U16<O>> for u32
    where\n O: ByteOrder,

    §

    fn from(x: U16<O>) -> u32

    Converts to this type from the input type.
    ","From>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    §

    impl<O> From<U32<O>> for u32
    where\n O: ByteOrder,

    §

    fn from(x: U32<O>) -> u32

    Converts to this type from the input type.
    ","From>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.28.0 · source§

    impl From<bool> for u32

    source§

    fn from(small: bool) -> u32

    Converts a bool to u32 losslessly.\nThe resulting value is 0 for false and 1 for true values.

    \n
    §Examples
    \n
    assert_eq!(u32::from(true), 1);\nassert_eq!(u32::from(false), 0);
    \n
    ","From","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.13.0 · source§

    impl From<char> for u32

    source§

    fn from(c: char) -> u32

    Converts a char into a u32.

    \n
    §Examples
    \n
    use std::mem;\n\nlet c = 'c';\nlet u = u32::from(c);\nassert!(4 == mem::size_of_val(&u))
    \n
    ","From","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.5.0 · source§

    impl From<u16> for u32

    source§

    fn from(small: u16) -> u32

    Converts u16 to u32 losslessly.

    \n
    ","From","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.5.0 · source§

    impl From<u8> for u32

    source§

    fn from(small: u8) -> u32

    Converts u8 to u32 losslessly.

    \n
    ","From","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl FromStr for u32

    §

    type Err = ParseIntError

    The associated error which can be returned from parsing.
    source§

    fn from_str(src: &str) -> Result<u32, ParseIntError>

    Parses a string s to return a value of this type. Read more
    ","FromStr","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Hash for u32

    source§

    fn hash<H>(&self, state: &mut H)
    where\n H: Hasher,

    Feeds this value into the given Hasher. Read more
    source§

    fn hash_slice<H>(data: &[u32], state: &mut H)
    where\n H: Hasher,

    Feeds a slice of this type into the given Hasher. Read more
    ","Hash","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    source§

    impl<'de, E> IntoDeserializer<'de, E> for u32
    where\n E: Error,

    §

    type Deserializer = U32Deserializer<E>

    The type of the deserializer being converted into.
    source§

    fn into_deserializer(self) -> U32Deserializer<E>

    Convert this value into a deserializer.
    ","IntoDeserializer<'de, E>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.42.0 · source§

    impl LowerExp for u32

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","LowerExp","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl LowerHex for u32

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","LowerHex","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Mul<&u32> for u32

    §

    type Output = <u32 as Mul>::Output

    The resulting type after applying the * operator.
    source§

    fn mul(self, other: &u32) -> <u32 as Mul>::Output

    Performs the * operation. Read more
    ","Mul<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.31.0 · source§

    impl Mul<Duration> for u32

    §

    type Output = Duration

    The resulting type after applying the * operator.
    source§

    fn mul(self, rhs: Duration) -> Duration

    Performs the * operation. Read more
    ","Mul","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Mul for u32

    §

    type Output = u32

    The resulting type after applying the * operator.
    source§

    fn mul(self, other: u32) -> u32

    Performs the * operation. Read more
    ","Mul","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl MulAssign<&u32> for u32

    source§

    fn mul_assign(&mut self, other: &u32)

    Performs the *= operation. Read more
    ","MulAssign<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl MulAssign for u32

    source§

    fn mul_assign(&mut self, other: u32)

    Performs the *= operation. Read more
    ","MulAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Not for u32

    §

    type Output = u32

    The resulting type after applying the ! operator.
    source§

    fn not(self) -> u32

    Performs the unary ! operation. Read more
    ","Not","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Octal for u32

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Octal","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Ord for u32

    source§

    fn cmp(&self, other: &u32) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where\n Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Self
    where\n Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Self
    where\n Self: Sized + PartialOrd,

    Restrict a value to a certain interval. Read more
    ","Ord","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    source§

    impl PartialEq<Value> for u32

    source§

    fn eq(&self, other: &Value) -> bool

    This method tests for self and other values to be equal, and is used\nby ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
    ","PartialEq","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 (const: unstable) · source§

    impl PartialEq for u32

    const: unstable · source§

    fn eq(&self, other: &u32) -> bool

    This method tests for self and other values to be equal, and is used\nby ==.
    const: unstable · source§

    fn ne(&self, other: &u32) -> bool

    This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
    ","PartialEq","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl PartialOrd for u32

    source§

    fn partial_cmp(&self, other: &u32) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    source§

    fn lt(&self, other: &u32) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    source§

    fn le(&self, other: &u32) -> bool

    This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more
    source§

    fn ge(&self, other: &u32) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >=\noperator. Read more
    source§

    fn gt(&self, other: &u32) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    ","PartialOrd","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.12.0 · source§

    impl<'a> Product<&'a u32> for u32

    source§

    fn product<I>(iter: I) -> u32
    where\n I: Iterator<Item = &'a u32>,

    Method which takes an iterator and generates Self from the elements by\nmultiplying the items.
    ","Product<&'a u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.12.0 · source§

    impl Product for u32

    source§

    fn product<I>(iter: I) -> u32
    where\n I: Iterator<Item = u32>,

    Method which takes an iterator and generates Self from the elements by\nmultiplying the items.
    ","Product","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Rem<&u32> for u32

    §

    type Output = <u32 as Rem>::Output

    The resulting type after applying the % operator.
    source§

    fn rem(self, other: &u32) -> <u32 as Rem>::Output

    Performs the % operation. Read more
    ","Rem<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.51.0 · source§

    impl Rem<NonZero<u32>> for u32

    source§

    fn rem(self, other: NonZero<u32>) -> u32

    This operation satisfies n % d == n - (n / d) * d, and cannot panic.

    \n
    §

    type Output = u32

    The resulting type after applying the % operator.
    ","Rem>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Rem for u32

    This operation satisfies n % d == n - (n / d) * d. The\nresult has the same sign as the left operand.

    \n

    §Panics

    \n

    This operation will panic if other == 0.

    \n
    §

    type Output = u32

    The resulting type after applying the % operator.
    source§

    fn rem(self, other: u32) -> u32

    Performs the % operation. Read more
    ","Rem","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl RemAssign<&u32> for u32

    source§

    fn rem_assign(&mut self, other: &u32)

    Performs the %= operation. Read more
    ","RemAssign<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.79.0 · source§

    impl RemAssign<NonZero<u32>> for u32

    source§

    fn rem_assign(&mut self, other: NonZero<u32>)

    This operation satisfies n % d == n - (n / d) * d, and cannot panic.

    \n
    ","RemAssign>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl RemAssign for u32

    source§

    fn rem_assign(&mut self, other: u32)

    Performs the %= operation. Read more
    ","RemAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    source§

    impl SampleUniform for u32

    §

    type Sampler = UniformInt<u32>

    The UniformSampler implementation supporting type X.
    ","SampleUniform","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    source§

    impl Serialize for u32

    source§

    fn serialize<S>(\n &self,\n serializer: S\n) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where\n S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    ","Serialize","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shl<&i128> for u32

    §

    type Output = <u32 as Shl<i128>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &i128) -> <u32 as Shl<i128>>::Output

    Performs the << operation. Read more
    ","Shl<&i128>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shl<&i16> for u32

    §

    type Output = <u32 as Shl<i16>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &i16) -> <u32 as Shl<i16>>::Output

    Performs the << operation. Read more
    ","Shl<&i16>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shl<&i32> for u32

    §

    type Output = <u32 as Shl<i32>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &i32) -> <u32 as Shl<i32>>::Output

    Performs the << operation. Read more
    ","Shl<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shl<&i64> for u32

    §

    type Output = <u32 as Shl<i64>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &i64) -> <u32 as Shl<i64>>::Output

    Performs the << operation. Read more
    ","Shl<&i64>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shl<&i8> for u32

    §

    type Output = <u32 as Shl<i8>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &i8) -> <u32 as Shl<i8>>::Output

    Performs the << operation. Read more
    ","Shl<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shl<&isize> for u32

    §

    type Output = <u32 as Shl<isize>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &isize) -> <u32 as Shl<isize>>::Output

    Performs the << operation. Read more
    ","Shl<&isize>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shl<&u128> for u32

    §

    type Output = <u32 as Shl<u128>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &u128) -> <u32 as Shl<u128>>::Output

    Performs the << operation. Read more
    ","Shl<&u128>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shl<&u16> for u32

    §

    type Output = <u32 as Shl<u16>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &u16) -> <u32 as Shl<u16>>::Output

    Performs the << operation. Read more
    ","Shl<&u16>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shl<&u32> for u32

    §

    type Output = <u32 as Shl>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &u32) -> <u32 as Shl>::Output

    Performs the << operation. Read more
    ","Shl<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shl<&u64> for u32

    §

    type Output = <u32 as Shl<u64>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &u64) -> <u32 as Shl<u64>>::Output

    Performs the << operation. Read more
    ","Shl<&u64>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shl<&u8> for u32

    §

    type Output = <u32 as Shl<u8>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &u8) -> <u32 as Shl<u8>>::Output

    Performs the << operation. Read more
    ","Shl<&u8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shl<&usize> for u32

    §

    type Output = <u32 as Shl<usize>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &usize) -> <u32 as Shl<usize>>::Output

    Performs the << operation. Read more
    ","Shl<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shl<i128> for u32

    §

    type Output = u32

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: i128) -> u32

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shl<i16> for u32

    §

    type Output = u32

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: i16) -> u32

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shl<i32> for u32

    §

    type Output = u32

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: i32) -> u32

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shl<i64> for u32

    §

    type Output = u32

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: i64) -> u32

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shl<i8> for u32

    §

    type Output = u32

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: i8) -> u32

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shl<isize> for u32

    §

    type Output = u32

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: isize) -> u32

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shl<u128> for u32

    §

    type Output = u32

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: u128) -> u32

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shl<u16> for u32

    §

    type Output = u32

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: u16) -> u32

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shl<u64> for u32

    §

    type Output = u32

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: u64) -> u32

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shl<u8> for u32

    §

    type Output = u32

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: u8) -> u32

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shl<usize> for u32

    §

    type Output = u32

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: usize) -> u32

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shl for u32

    §

    type Output = u32

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: u32) -> u32

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl ShlAssign<&i128> for u32

    source§

    fn shl_assign(&mut self, other: &i128)

    Performs the <<= operation. Read more
    ","ShlAssign<&i128>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl ShlAssign<&i16> for u32

    source§

    fn shl_assign(&mut self, other: &i16)

    Performs the <<= operation. Read more
    ","ShlAssign<&i16>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl ShlAssign<&i32> for u32

    source§

    fn shl_assign(&mut self, other: &i32)

    Performs the <<= operation. Read more
    ","ShlAssign<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl ShlAssign<&i64> for u32

    source§

    fn shl_assign(&mut self, other: &i64)

    Performs the <<= operation. Read more
    ","ShlAssign<&i64>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl ShlAssign<&i8> for u32

    source§

    fn shl_assign(&mut self, other: &i8)

    Performs the <<= operation. Read more
    ","ShlAssign<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl ShlAssign<&isize> for u32

    source§

    fn shl_assign(&mut self, other: &isize)

    Performs the <<= operation. Read more
    ","ShlAssign<&isize>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl ShlAssign<&u128> for u32

    source§

    fn shl_assign(&mut self, other: &u128)

    Performs the <<= operation. Read more
    ","ShlAssign<&u128>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl ShlAssign<&u16> for u32

    source§

    fn shl_assign(&mut self, other: &u16)

    Performs the <<= operation. Read more
    ","ShlAssign<&u16>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl ShlAssign<&u32> for u32

    source§

    fn shl_assign(&mut self, other: &u32)

    Performs the <<= operation. Read more
    ","ShlAssign<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl ShlAssign<&u64> for u32

    source§

    fn shl_assign(&mut self, other: &u64)

    Performs the <<= operation. Read more
    ","ShlAssign<&u64>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl ShlAssign<&u8> for u32

    source§

    fn shl_assign(&mut self, other: &u8)

    Performs the <<= operation. Read more
    ","ShlAssign<&u8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl ShlAssign<&usize> for u32

    source§

    fn shl_assign(&mut self, other: &usize)

    Performs the <<= operation. Read more
    ","ShlAssign<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl ShlAssign<i128> for u32

    source§

    fn shl_assign(&mut self, other: i128)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl ShlAssign<i16> for u32

    source§

    fn shl_assign(&mut self, other: i16)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl ShlAssign<i32> for u32

    source§

    fn shl_assign(&mut self, other: i32)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl ShlAssign<i64> for u32

    source§

    fn shl_assign(&mut self, other: i64)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl ShlAssign<i8> for u32

    source§

    fn shl_assign(&mut self, other: i8)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl ShlAssign<isize> for u32

    source§

    fn shl_assign(&mut self, other: isize)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl ShlAssign<u128> for u32

    source§

    fn shl_assign(&mut self, other: u128)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl ShlAssign<u16> for u32

    source§

    fn shl_assign(&mut self, other: u16)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl ShlAssign<u64> for u32

    source§

    fn shl_assign(&mut self, other: u64)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl ShlAssign<u8> for u32

    source§

    fn shl_assign(&mut self, other: u8)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl ShlAssign<usize> for u32

    source§

    fn shl_assign(&mut self, other: usize)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl ShlAssign for u32

    source§

    fn shl_assign(&mut self, other: u32)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shr<&i128> for u32

    §

    type Output = <u32 as Shr<i128>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &i128) -> <u32 as Shr<i128>>::Output

    Performs the >> operation. Read more
    ","Shr<&i128>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shr<&i16> for u32

    §

    type Output = <u32 as Shr<i16>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &i16) -> <u32 as Shr<i16>>::Output

    Performs the >> operation. Read more
    ","Shr<&i16>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shr<&i32> for u32

    §

    type Output = <u32 as Shr<i32>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &i32) -> <u32 as Shr<i32>>::Output

    Performs the >> operation. Read more
    ","Shr<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shr<&i64> for u32

    §

    type Output = <u32 as Shr<i64>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &i64) -> <u32 as Shr<i64>>::Output

    Performs the >> operation. Read more
    ","Shr<&i64>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shr<&i8> for u32

    §

    type Output = <u32 as Shr<i8>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &i8) -> <u32 as Shr<i8>>::Output

    Performs the >> operation. Read more
    ","Shr<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shr<&isize> for u32

    §

    type Output = <u32 as Shr<isize>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &isize) -> <u32 as Shr<isize>>::Output

    Performs the >> operation. Read more
    ","Shr<&isize>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shr<&u128> for u32

    §

    type Output = <u32 as Shr<u128>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &u128) -> <u32 as Shr<u128>>::Output

    Performs the >> operation. Read more
    ","Shr<&u128>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shr<&u16> for u32

    §

    type Output = <u32 as Shr<u16>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &u16) -> <u32 as Shr<u16>>::Output

    Performs the >> operation. Read more
    ","Shr<&u16>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shr<&u32> for u32

    §

    type Output = <u32 as Shr>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &u32) -> <u32 as Shr>::Output

    Performs the >> operation. Read more
    ","Shr<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shr<&u64> for u32

    §

    type Output = <u32 as Shr<u64>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &u64) -> <u32 as Shr<u64>>::Output

    Performs the >> operation. Read more
    ","Shr<&u64>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shr<&u8> for u32

    §

    type Output = <u32 as Shr<u8>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &u8) -> <u32 as Shr<u8>>::Output

    Performs the >> operation. Read more
    ","Shr<&u8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shr<&usize> for u32

    §

    type Output = <u32 as Shr<usize>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &usize) -> <u32 as Shr<usize>>::Output

    Performs the >> operation. Read more
    ","Shr<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shr<i128> for u32

    §

    type Output = u32

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: i128) -> u32

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shr<i16> for u32

    §

    type Output = u32

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: i16) -> u32

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shr<i32> for u32

    §

    type Output = u32

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: i32) -> u32

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shr<i64> for u32

    §

    type Output = u32

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: i64) -> u32

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shr<i8> for u32

    §

    type Output = u32

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: i8) -> u32

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shr<isize> for u32

    §

    type Output = u32

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: isize) -> u32

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shr<u128> for u32

    §

    type Output = u32

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: u128) -> u32

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shr<u16> for u32

    §

    type Output = u32

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: u16) -> u32

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shr<u64> for u32

    §

    type Output = u32

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: u64) -> u32

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shr<u8> for u32

    §

    type Output = u32

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: u8) -> u32

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shr<usize> for u32

    §

    type Output = u32

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: usize) -> u32

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Shr for u32

    §

    type Output = u32

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: u32) -> u32

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl ShrAssign<&i128> for u32

    source§

    fn shr_assign(&mut self, other: &i128)

    Performs the >>= operation. Read more
    ","ShrAssign<&i128>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl ShrAssign<&i16> for u32

    source§

    fn shr_assign(&mut self, other: &i16)

    Performs the >>= operation. Read more
    ","ShrAssign<&i16>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl ShrAssign<&i32> for u32

    source§

    fn shr_assign(&mut self, other: &i32)

    Performs the >>= operation. Read more
    ","ShrAssign<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl ShrAssign<&i64> for u32

    source§

    fn shr_assign(&mut self, other: &i64)

    Performs the >>= operation. Read more
    ","ShrAssign<&i64>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl ShrAssign<&i8> for u32

    source§

    fn shr_assign(&mut self, other: &i8)

    Performs the >>= operation. Read more
    ","ShrAssign<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl ShrAssign<&isize> for u32

    source§

    fn shr_assign(&mut self, other: &isize)

    Performs the >>= operation. Read more
    ","ShrAssign<&isize>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl ShrAssign<&u128> for u32

    source§

    fn shr_assign(&mut self, other: &u128)

    Performs the >>= operation. Read more
    ","ShrAssign<&u128>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl ShrAssign<&u16> for u32

    source§

    fn shr_assign(&mut self, other: &u16)

    Performs the >>= operation. Read more
    ","ShrAssign<&u16>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl ShrAssign<&u32> for u32

    source§

    fn shr_assign(&mut self, other: &u32)

    Performs the >>= operation. Read more
    ","ShrAssign<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl ShrAssign<&u64> for u32

    source§

    fn shr_assign(&mut self, other: &u64)

    Performs the >>= operation. Read more
    ","ShrAssign<&u64>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl ShrAssign<&u8> for u32

    source§

    fn shr_assign(&mut self, other: &u8)

    Performs the >>= operation. Read more
    ","ShrAssign<&u8>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl ShrAssign<&usize> for u32

    source§

    fn shr_assign(&mut self, other: &usize)

    Performs the >>= operation. Read more
    ","ShrAssign<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl ShrAssign<i128> for u32

    source§

    fn shr_assign(&mut self, other: i128)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl ShrAssign<i16> for u32

    source§

    fn shr_assign(&mut self, other: i16)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl ShrAssign<i32> for u32

    source§

    fn shr_assign(&mut self, other: i32)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl ShrAssign<i64> for u32

    source§

    fn shr_assign(&mut self, other: i64)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl ShrAssign<i8> for u32

    source§

    fn shr_assign(&mut self, other: i8)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl ShrAssign<isize> for u32

    source§

    fn shr_assign(&mut self, other: isize)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl ShrAssign<u128> for u32

    source§

    fn shr_assign(&mut self, other: u128)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl ShrAssign<u16> for u32

    source§

    fn shr_assign(&mut self, other: u16)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl ShrAssign<u64> for u32

    source§

    fn shr_assign(&mut self, other: u64)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl ShrAssign<u8> for u32

    source§

    fn shr_assign(&mut self, other: u8)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl ShrAssign<usize> for u32

    source§

    fn shr_assign(&mut self, other: usize)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl ShrAssign for u32

    source§

    fn shr_assign(&mut self, other: u32)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    source§

    impl SimdElement for u32

    §

    type Mask = i32

    🔬This is a nightly-only experimental API. (portable_simd)
    The mask element type corresponding to this element type.
    ","SimdElement","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    source§

    impl Step for u32

    source§

    fn forward(start: u32, n: usize) -> u32

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the successor\nof self count times. Read more
    source§

    fn backward(start: u32, n: usize) -> u32

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the predecessor\nof self count times. Read more
    source§

    unsafe fn forward_unchecked(start: u32, n: usize) -> u32

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the successor\nof self count times. Read more
    source§

    unsafe fn backward_unchecked(start: u32, n: usize) -> u32

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the predecessor\nof self count times. Read more
    source§

    fn steps_between(start: &u32, end: &u32) -> Option<usize>

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the number of successor steps required to get from start to end. Read more
    source§

    fn forward_checked(start: u32, n: usize) -> Option<u32>

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the successor\nof self count times. Read more
    source§

    fn backward_checked(start: u32, n: usize) -> Option<u32>

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the predecessor\nof self count times. Read more
    ","Step","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Sub<&u32> for u32

    §

    type Output = <u32 as Sub>::Output

    The resulting type after applying the - operator.
    source§

    fn sub(self, other: &u32) -> <u32 as Sub>::Output

    Performs the - operation. Read more
    ","Sub<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Sub for u32

    §

    type Output = u32

    The resulting type after applying the - operator.
    source§

    fn sub(self, other: u32) -> u32

    Performs the - operation. Read more
    ","Sub","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.22.0 · source§

    impl SubAssign<&u32> for u32

    source§

    fn sub_assign(&mut self, other: &u32)

    Performs the -= operation. Read more
    ","SubAssign<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.8.0 · source§

    impl SubAssign for u32

    source§

    fn sub_assign(&mut self, other: u32)

    Performs the -= operation. Read more
    ","SubAssign","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.12.0 · source§

    impl<'a> Sum<&'a u32> for u32

    source§

    fn sum<I>(iter: I) -> u32
    where\n I: Iterator<Item = &'a u32>,

    Method which takes an iterator and generates Self from the elements by\n“summing up” the items.
    ","Sum<&'a u32>","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.12.0 · source§

    impl Sum for u32

    source§

    fn sum<I>(iter: I) -> u32
    where\n I: Iterator<Item = u32>,

    Method which takes an iterator and generates Self from the elements by\n“summing up” the items.
    ","Sum","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.34.0 · source§

    impl TryFrom<i128> for u32

    source§

    fn try_from(u: i128) -> Result<u32, <u32 as TryFrom<i128>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.34.0 · source§

    impl TryFrom<i16> for u32

    source§

    fn try_from(u: i16) -> Result<u32, <u32 as TryFrom<i16>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.34.0 · source§

    impl TryFrom<i32> for u32

    source§

    fn try_from(u: i32) -> Result<u32, <u32 as TryFrom<i32>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.34.0 · source§

    impl TryFrom<i64> for u32

    source§

    fn try_from(u: i64) -> Result<u32, <u32 as TryFrom<i64>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.34.0 · source§

    impl TryFrom<i8> for u32

    source§

    fn try_from(u: i8) -> Result<u32, <u32 as TryFrom<i8>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.34.0 · source§

    impl TryFrom<isize> for u32

    source§

    fn try_from(u: isize) -> Result<u32, <u32 as TryFrom<isize>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.34.0 · source§

    impl TryFrom<u128> for u32

    source§

    fn try_from(u: u128) -> Result<u32, <u32 as TryFrom<u128>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.34.0 · source§

    impl TryFrom<u64> for u32

    source§

    fn try_from(u: u64) -> Result<u32, <u32 as TryFrom<u64>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.34.0 · source§

    impl TryFrom<usize> for u32

    source§

    fn try_from(u: usize) -> Result<u32, <u32 as TryFrom<usize>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.42.0 · source§

    impl UpperExp for u32

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","UpperExp","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl UpperHex for u32

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","UpperHex","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    source§

    impl ConstParamTy for u32

    ","ConstParamTy","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Copy for u32

    ","Copy","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    1.0.0 · source§

    impl Eq for u32

    ","Eq","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    source§

    impl SimdCast for u32

    ","SimdCast","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    source§

    impl StructuralPartialEq for u32

    ","StructuralPartialEq","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    source§

    impl TrustedStep for u32

    ","TrustedStep","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    source§

    impl Weight for u32

    ","Weight","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"],["
    source§

    impl ZeroablePrimitive for u32

    ","ZeroablePrimitive","bdk_chain::bitcoin::secp256k1::ffi::types::c_uint"]] };if (window.register_type_impls) {window.register_type_impls(type_impls);} else {window.pending_type_impls = type_impls;}})() \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/std/primitive.u8.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/std/primitive.u8.js index e290db3dd8..6545baf5d7 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/std/primitive.u8.js +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/std/primitive.u8.js @@ -1,3 +1,3 @@ (function() {var type_impls = { -"bdk_chain":[["
    1.0.0 · source§

    impl Add<&u8> for u8

    §

    type Output = <u8 as Add>::Output

    The resulting type after applying the + operator.
    source§

    fn add(self, other: &u8) -> <u8 as Add>::Output

    Performs the + operation. Read more
    ","Add<&u8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 (const: unstable) · source§

    impl Add for u8

    §

    type Output = u8

    The resulting type after applying the + operator.
    const: unstable · source§

    fn add(self, other: u8) -> u8

    Performs the + operation. Read more
    ","Add","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl AddAssign<&u8> for u8

    source§

    fn add_assign(&mut self, other: &u8)

    Performs the += operation. Read more
    ","AddAssign<&u8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl AddAssign for u8

    source§

    fn add_assign(&mut self, other: u8)

    Performs the += operation. Read more
    ","AddAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Binary for u8

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Binary","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl BitAnd<&u8> for u8

    §

    type Output = <u8 as BitAnd>::Output

    The resulting type after applying the & operator.
    source§

    fn bitand(self, other: &u8) -> <u8 as BitAnd>::Output

    Performs the & operation. Read more
    ","BitAnd<&u8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl BitAnd for u8

    §

    type Output = u8

    The resulting type after applying the & operator.
    source§

    fn bitand(self, rhs: u8) -> u8

    Performs the & operation. Read more
    ","BitAnd","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl BitAndAssign<&u8> for u8

    source§

    fn bitand_assign(&mut self, other: &u8)

    Performs the &= operation. Read more
    ","BitAndAssign<&u8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl BitAndAssign for u8

    source§

    fn bitand_assign(&mut self, other: u8)

    Performs the &= operation. Read more
    ","BitAndAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl BitOr<&u8> for u8

    §

    type Output = <u8 as BitOr>::Output

    The resulting type after applying the | operator.
    source§

    fn bitor(self, other: &u8) -> <u8 as BitOr>::Output

    Performs the | operation. Read more
    ","BitOr<&u8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl BitOr for u8

    §

    type Output = u8

    The resulting type after applying the | operator.
    source§

    fn bitor(self, rhs: u8) -> u8

    Performs the | operation. Read more
    ","BitOr","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl BitOrAssign<&u8> for u8

    source§

    fn bitor_assign(&mut self, other: &u8)

    Performs the |= operation. Read more
    ","BitOrAssign<&u8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl BitOrAssign for u8

    source§

    fn bitor_assign(&mut self, other: u8)

    Performs the |= operation. Read more
    ","BitOrAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl BitXor<&u8> for u8

    §

    type Output = <u8 as BitXor>::Output

    The resulting type after applying the ^ operator.
    source§

    fn bitxor(self, other: &u8) -> <u8 as BitXor>::Output

    Performs the ^ operation. Read more
    ","BitXor<&u8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl BitXor for u8

    §

    type Output = u8

    The resulting type after applying the ^ operator.
    source§

    fn bitxor(self, other: u8) -> u8

    Performs the ^ operation. Read more
    ","BitXor","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl BitXorAssign<&u8> for u8

    source§

    fn bitxor_assign(&mut self, other: &u8)

    Performs the ^= operation. Read more
    ","BitXorAssign<&u8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl BitXorAssign for u8

    source§

    fn bitxor_assign(&mut self, other: u8)

    Performs the ^= operation. Read more
    ","BitXorAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Clone for u8

    source§

    fn clone(&self) -> u8

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    ","Clone","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Debug for u8

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Debug","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    §

    impl Decodable for u8

    §

    fn consensus_decode<R>(r: &mut R) -> Result<u8, Error>
    where\n R: BufRead + ?Sized,

    Decode an object with a well-defined format. Read more
    §

    fn consensus_decode_from_finite_reader<R>(reader: &mut R) -> Result<Self, Error>
    where\n R: BufRead + ?Sized,

    Decode Self from a size-limited reader. Read more
    ","Decodable","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Default for u8

    source§

    fn default() -> u8

    Returns the default value of 0

    \n
    ","Default","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    source§

    impl<'de> Deserialize<'de> for u8

    source§

    fn deserialize<D>(\n deserializer: D\n) -> Result<u8, <D as Deserializer<'de>>::Error>
    where\n D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    ","Deserialize<'de>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Display for u8

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Display","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Div<&u8> for u8

    §

    type Output = <u8 as Div>::Output

    The resulting type after applying the / operator.
    source§

    fn div(self, other: &u8) -> <u8 as Div>::Output

    Performs the / operation. Read more
    ","Div<&u8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.51.0 · source§

    impl Div<NonZero<u8>> for u8

    source§

    fn div(self, other: NonZero<u8>) -> u8

    This operation rounds towards zero, truncating any fractional\npart of the exact result, and cannot panic.

    \n
    §

    type Output = u8

    The resulting type after applying the / operator.
    ","Div>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Div for u8

    This operation rounds towards zero, truncating any\nfractional part of the exact result.

    \n

    §Panics

    \n

    This operation will panic if other == 0.

    \n
    §

    type Output = u8

    The resulting type after applying the / operator.
    source§

    fn div(self, other: u8) -> u8

    Performs the / operation. Read more
    ","Div","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl DivAssign<&u8> for u8

    source§

    fn div_assign(&mut self, other: &u8)

    Performs the /= operation. Read more
    ","DivAssign<&u8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.79.0 · source§

    impl DivAssign<NonZero<u8>> for u8

    source§

    fn div_assign(&mut self, other: NonZero<u8>)

    This operation rounds towards zero, truncating any fractional\npart of the exact result, and cannot panic.

    \n
    ","DivAssign>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl DivAssign for u8

    source§

    fn div_assign(&mut self, other: u8)

    Performs the /= operation. Read more
    ","DivAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    §

    impl Encodable for u8

    §

    fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
    where\n W: Write + ?Sized,

    Encodes an object with a well-defined format. Read more
    ","Encodable","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    source§

    impl From<AsciiChar> for u8

    source§

    fn from(chr: AsciiChar) -> u8

    Converts to this type from the input type.
    ","From","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    §

    impl From<Fe32> for u8

    §

    fn from(v: Fe32) -> u8

    Converts to this type from the input type.
    ","From","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    §

    impl From<Parity> for u8

    The conversion returns 0 for even parity and 1 for odd.

    \n
    §

    fn from(parity: Parity) -> u8

    Converts to this type from the input type.
    ","From","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.28.0 · source§

    impl From<bool> for u8

    source§

    fn from(small: bool) -> u8

    Converts a bool to u8 losslessly.\nThe resulting value is 0 for false and 1 for true values.

    \n
    §Examples
    \n
    assert_eq!(u8::from(true), 1);\nassert_eq!(u8::from(false), 0);
    \n
    ","From","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl FromStr for u8

    §

    type Err = ParseIntError

    The associated error which can be returned from parsing.
    source§

    fn from_str(src: &str) -> Result<u8, ParseIntError>

    Parses a string s to return a value of this type. Read more
    ","FromStr","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Hash for u8

    source§

    fn hash<H>(&self, state: &mut H)
    where\n H: Hasher,

    Feeds this value into the given Hasher. Read more
    source§

    fn hash_slice<H>(data: &[u8], state: &mut H)
    where\n H: Hasher,

    Feeds a slice of this type into the given Hasher. Read more
    ","Hash","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    source§

    impl<'de, E> IntoDeserializer<'de, E> for u8
    where\n E: Error,

    §

    type Deserializer = U8Deserializer<E>

    The type of the deserializer being converted into.
    source§

    fn into_deserializer(self) -> U8Deserializer<E>

    Convert this value into a deserializer.
    ","IntoDeserializer<'de, E>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.42.0 · source§

    impl LowerExp for u8

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","LowerExp","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl LowerHex for u8

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","LowerHex","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Mul<&u8> for u8

    §

    type Output = <u8 as Mul>::Output

    The resulting type after applying the * operator.
    source§

    fn mul(self, other: &u8) -> <u8 as Mul>::Output

    Performs the * operation. Read more
    ","Mul<&u8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Mul for u8

    §

    type Output = u8

    The resulting type after applying the * operator.
    source§

    fn mul(self, other: u8) -> u8

    Performs the * operation. Read more
    ","Mul","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl MulAssign<&u8> for u8

    source§

    fn mul_assign(&mut self, other: &u8)

    Performs the *= operation. Read more
    ","MulAssign<&u8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl MulAssign for u8

    source§

    fn mul_assign(&mut self, other: u8)

    Performs the *= operation. Read more
    ","MulAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Not for u8

    §

    type Output = u8

    The resulting type after applying the ! operator.
    source§

    fn not(self) -> u8

    Performs the unary ! operation. Read more
    ","Not","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Octal for u8

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Octal","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Ord for u8

    source§

    fn cmp(&self, other: &u8) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where\n Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Self
    where\n Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Self
    where\n Self: Sized + PartialOrd,

    Restrict a value to a certain interval. Read more
    ","Ord","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    source§

    impl PartialEq<Value> for u8

    source§

    fn eq(&self, other: &Value) -> bool

    This method tests for self and other values to be equal, and is used\nby ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
    ","PartialEq","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 (const: unstable) · source§

    impl PartialEq for u8

    const: unstable · source§

    fn eq(&self, other: &u8) -> bool

    This method tests for self and other values to be equal, and is used\nby ==.
    const: unstable · source§

    fn ne(&self, other: &u8) -> bool

    This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
    ","PartialEq","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl PartialOrd for u8

    source§

    fn partial_cmp(&self, other: &u8) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    source§

    fn lt(&self, other: &u8) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    source§

    fn le(&self, other: &u8) -> bool

    This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more
    source§

    fn ge(&self, other: &u8) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >=\noperator. Read more
    source§

    fn gt(&self, other: &u8) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    ","PartialOrd","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.12.0 · source§

    impl<'a> Product<&'a u8> for u8

    source§

    fn product<I>(iter: I) -> u8
    where\n I: Iterator<Item = &'a u8>,

    Method which takes an iterator and generates Self from the elements by\nmultiplying the items.
    ","Product<&'a u8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.12.0 · source§

    impl Product for u8

    source§

    fn product<I>(iter: I) -> u8
    where\n I: Iterator<Item = u8>,

    Method which takes an iterator and generates Self from the elements by\nmultiplying the items.
    ","Product","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Rem<&u8> for u8

    §

    type Output = <u8 as Rem>::Output

    The resulting type after applying the % operator.
    source§

    fn rem(self, other: &u8) -> <u8 as Rem>::Output

    Performs the % operation. Read more
    ","Rem<&u8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.51.0 · source§

    impl Rem<NonZero<u8>> for u8

    source§

    fn rem(self, other: NonZero<u8>) -> u8

    This operation satisfies n % d == n - (n / d) * d, and cannot panic.

    \n
    §

    type Output = u8

    The resulting type after applying the % operator.
    ","Rem>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Rem for u8

    This operation satisfies n % d == n - (n / d) * d. The\nresult has the same sign as the left operand.

    \n

    §Panics

    \n

    This operation will panic if other == 0.

    \n
    §

    type Output = u8

    The resulting type after applying the % operator.
    source§

    fn rem(self, other: u8) -> u8

    Performs the % operation. Read more
    ","Rem","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl RemAssign<&u8> for u8

    source§

    fn rem_assign(&mut self, other: &u8)

    Performs the %= operation. Read more
    ","RemAssign<&u8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.79.0 · source§

    impl RemAssign<NonZero<u8>> for u8

    source§

    fn rem_assign(&mut self, other: NonZero<u8>)

    This operation satisfies n % d == n - (n / d) * d, and cannot panic.

    \n
    ","RemAssign>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl RemAssign for u8

    source§

    fn rem_assign(&mut self, other: u8)

    Performs the %= operation. Read more
    ","RemAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    source§

    impl SampleUniform for u8

    §

    type Sampler = UniformInt<u8>

    The UniformSampler implementation supporting type X.
    ","SampleUniform","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    source§

    impl Serialize for u8

    source§

    fn serialize<S>(\n &self,\n serializer: S\n) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where\n S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    ","Serialize","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shl<&i128> for u8

    §

    type Output = <u8 as Shl<i128>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &i128) -> <u8 as Shl<i128>>::Output

    Performs the << operation. Read more
    ","Shl<&i128>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shl<&i16> for u8

    §

    type Output = <u8 as Shl<i16>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &i16) -> <u8 as Shl<i16>>::Output

    Performs the << operation. Read more
    ","Shl<&i16>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shl<&i32> for u8

    §

    type Output = <u8 as Shl<i32>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &i32) -> <u8 as Shl<i32>>::Output

    Performs the << operation. Read more
    ","Shl<&i32>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shl<&i64> for u8

    §

    type Output = <u8 as Shl<i64>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &i64) -> <u8 as Shl<i64>>::Output

    Performs the << operation. Read more
    ","Shl<&i64>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shl<&i8> for u8

    §

    type Output = <u8 as Shl<i8>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &i8) -> <u8 as Shl<i8>>::Output

    Performs the << operation. Read more
    ","Shl<&i8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shl<&isize> for u8

    §

    type Output = <u8 as Shl<isize>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &isize) -> <u8 as Shl<isize>>::Output

    Performs the << operation. Read more
    ","Shl<&isize>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shl<&u128> for u8

    §

    type Output = <u8 as Shl<u128>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &u128) -> <u8 as Shl<u128>>::Output

    Performs the << operation. Read more
    ","Shl<&u128>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shl<&u16> for u8

    §

    type Output = <u8 as Shl<u16>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &u16) -> <u8 as Shl<u16>>::Output

    Performs the << operation. Read more
    ","Shl<&u16>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shl<&u32> for u8

    §

    type Output = <u8 as Shl<u32>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &u32) -> <u8 as Shl<u32>>::Output

    Performs the << operation. Read more
    ","Shl<&u32>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shl<&u64> for u8

    §

    type Output = <u8 as Shl<u64>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &u64) -> <u8 as Shl<u64>>::Output

    Performs the << operation. Read more
    ","Shl<&u64>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shl<&u8> for u8

    §

    type Output = <u8 as Shl>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &u8) -> <u8 as Shl>::Output

    Performs the << operation. Read more
    ","Shl<&u8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shl<&usize> for u8

    §

    type Output = <u8 as Shl<usize>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &usize) -> <u8 as Shl<usize>>::Output

    Performs the << operation. Read more
    ","Shl<&usize>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shl<i128> for u8

    §

    type Output = u8

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: i128) -> u8

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shl<i16> for u8

    §

    type Output = u8

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: i16) -> u8

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shl<i32> for u8

    §

    type Output = u8

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: i32) -> u8

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shl<i64> for u8

    §

    type Output = u8

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: i64) -> u8

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shl<i8> for u8

    §

    type Output = u8

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: i8) -> u8

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shl<isize> for u8

    §

    type Output = u8

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: isize) -> u8

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shl<u128> for u8

    §

    type Output = u8

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: u128) -> u8

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shl<u16> for u8

    §

    type Output = u8

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: u16) -> u8

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shl<u32> for u8

    §

    type Output = u8

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: u32) -> u8

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shl<u64> for u8

    §

    type Output = u8

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: u64) -> u8

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shl<usize> for u8

    §

    type Output = u8

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: usize) -> u8

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shl for u8

    §

    type Output = u8

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: u8) -> u8

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl ShlAssign<&i128> for u8

    source§

    fn shl_assign(&mut self, other: &i128)

    Performs the <<= operation. Read more
    ","ShlAssign<&i128>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl ShlAssign<&i16> for u8

    source§

    fn shl_assign(&mut self, other: &i16)

    Performs the <<= operation. Read more
    ","ShlAssign<&i16>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl ShlAssign<&i32> for u8

    source§

    fn shl_assign(&mut self, other: &i32)

    Performs the <<= operation. Read more
    ","ShlAssign<&i32>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl ShlAssign<&i64> for u8

    source§

    fn shl_assign(&mut self, other: &i64)

    Performs the <<= operation. Read more
    ","ShlAssign<&i64>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl ShlAssign<&i8> for u8

    source§

    fn shl_assign(&mut self, other: &i8)

    Performs the <<= operation. Read more
    ","ShlAssign<&i8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl ShlAssign<&isize> for u8

    source§

    fn shl_assign(&mut self, other: &isize)

    Performs the <<= operation. Read more
    ","ShlAssign<&isize>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl ShlAssign<&u128> for u8

    source§

    fn shl_assign(&mut self, other: &u128)

    Performs the <<= operation. Read more
    ","ShlAssign<&u128>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl ShlAssign<&u16> for u8

    source§

    fn shl_assign(&mut self, other: &u16)

    Performs the <<= operation. Read more
    ","ShlAssign<&u16>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl ShlAssign<&u32> for u8

    source§

    fn shl_assign(&mut self, other: &u32)

    Performs the <<= operation. Read more
    ","ShlAssign<&u32>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl ShlAssign<&u64> for u8

    source§

    fn shl_assign(&mut self, other: &u64)

    Performs the <<= operation. Read more
    ","ShlAssign<&u64>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl ShlAssign<&u8> for u8

    source§

    fn shl_assign(&mut self, other: &u8)

    Performs the <<= operation. Read more
    ","ShlAssign<&u8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl ShlAssign<&usize> for u8

    source§

    fn shl_assign(&mut self, other: &usize)

    Performs the <<= operation. Read more
    ","ShlAssign<&usize>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl ShlAssign<i128> for u8

    source§

    fn shl_assign(&mut self, other: i128)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl ShlAssign<i16> for u8

    source§

    fn shl_assign(&mut self, other: i16)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl ShlAssign<i32> for u8

    source§

    fn shl_assign(&mut self, other: i32)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl ShlAssign<i64> for u8

    source§

    fn shl_assign(&mut self, other: i64)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl ShlAssign<i8> for u8

    source§

    fn shl_assign(&mut self, other: i8)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl ShlAssign<isize> for u8

    source§

    fn shl_assign(&mut self, other: isize)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl ShlAssign<u128> for u8

    source§

    fn shl_assign(&mut self, other: u128)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl ShlAssign<u16> for u8

    source§

    fn shl_assign(&mut self, other: u16)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl ShlAssign<u32> for u8

    source§

    fn shl_assign(&mut self, other: u32)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl ShlAssign<u64> for u8

    source§

    fn shl_assign(&mut self, other: u64)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl ShlAssign<usize> for u8

    source§

    fn shl_assign(&mut self, other: usize)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl ShlAssign for u8

    source§

    fn shl_assign(&mut self, other: u8)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shr<&i128> for u8

    §

    type Output = <u8 as Shr<i128>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &i128) -> <u8 as Shr<i128>>::Output

    Performs the >> operation. Read more
    ","Shr<&i128>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shr<&i16> for u8

    §

    type Output = <u8 as Shr<i16>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &i16) -> <u8 as Shr<i16>>::Output

    Performs the >> operation. Read more
    ","Shr<&i16>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shr<&i32> for u8

    §

    type Output = <u8 as Shr<i32>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &i32) -> <u8 as Shr<i32>>::Output

    Performs the >> operation. Read more
    ","Shr<&i32>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shr<&i64> for u8

    §

    type Output = <u8 as Shr<i64>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &i64) -> <u8 as Shr<i64>>::Output

    Performs the >> operation. Read more
    ","Shr<&i64>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shr<&i8> for u8

    §

    type Output = <u8 as Shr<i8>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &i8) -> <u8 as Shr<i8>>::Output

    Performs the >> operation. Read more
    ","Shr<&i8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shr<&isize> for u8

    §

    type Output = <u8 as Shr<isize>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &isize) -> <u8 as Shr<isize>>::Output

    Performs the >> operation. Read more
    ","Shr<&isize>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shr<&u128> for u8

    §

    type Output = <u8 as Shr<u128>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &u128) -> <u8 as Shr<u128>>::Output

    Performs the >> operation. Read more
    ","Shr<&u128>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shr<&u16> for u8

    §

    type Output = <u8 as Shr<u16>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &u16) -> <u8 as Shr<u16>>::Output

    Performs the >> operation. Read more
    ","Shr<&u16>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shr<&u32> for u8

    §

    type Output = <u8 as Shr<u32>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &u32) -> <u8 as Shr<u32>>::Output

    Performs the >> operation. Read more
    ","Shr<&u32>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shr<&u64> for u8

    §

    type Output = <u8 as Shr<u64>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &u64) -> <u8 as Shr<u64>>::Output

    Performs the >> operation. Read more
    ","Shr<&u64>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shr<&u8> for u8

    §

    type Output = <u8 as Shr>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &u8) -> <u8 as Shr>::Output

    Performs the >> operation. Read more
    ","Shr<&u8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shr<&usize> for u8

    §

    type Output = <u8 as Shr<usize>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &usize) -> <u8 as Shr<usize>>::Output

    Performs the >> operation. Read more
    ","Shr<&usize>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shr<i128> for u8

    §

    type Output = u8

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: i128) -> u8

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shr<i16> for u8

    §

    type Output = u8

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: i16) -> u8

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shr<i32> for u8

    §

    type Output = u8

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: i32) -> u8

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shr<i64> for u8

    §

    type Output = u8

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: i64) -> u8

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shr<i8> for u8

    §

    type Output = u8

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: i8) -> u8

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shr<isize> for u8

    §

    type Output = u8

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: isize) -> u8

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shr<u128> for u8

    §

    type Output = u8

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: u128) -> u8

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shr<u16> for u8

    §

    type Output = u8

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: u16) -> u8

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shr<u32> for u8

    §

    type Output = u8

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: u32) -> u8

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shr<u64> for u8

    §

    type Output = u8

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: u64) -> u8

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shr<usize> for u8

    §

    type Output = u8

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: usize) -> u8

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shr for u8

    §

    type Output = u8

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: u8) -> u8

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl ShrAssign<&i128> for u8

    source§

    fn shr_assign(&mut self, other: &i128)

    Performs the >>= operation. Read more
    ","ShrAssign<&i128>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl ShrAssign<&i16> for u8

    source§

    fn shr_assign(&mut self, other: &i16)

    Performs the >>= operation. Read more
    ","ShrAssign<&i16>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl ShrAssign<&i32> for u8

    source§

    fn shr_assign(&mut self, other: &i32)

    Performs the >>= operation. Read more
    ","ShrAssign<&i32>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl ShrAssign<&i64> for u8

    source§

    fn shr_assign(&mut self, other: &i64)

    Performs the >>= operation. Read more
    ","ShrAssign<&i64>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl ShrAssign<&i8> for u8

    source§

    fn shr_assign(&mut self, other: &i8)

    Performs the >>= operation. Read more
    ","ShrAssign<&i8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl ShrAssign<&isize> for u8

    source§

    fn shr_assign(&mut self, other: &isize)

    Performs the >>= operation. Read more
    ","ShrAssign<&isize>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl ShrAssign<&u128> for u8

    source§

    fn shr_assign(&mut self, other: &u128)

    Performs the >>= operation. Read more
    ","ShrAssign<&u128>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl ShrAssign<&u16> for u8

    source§

    fn shr_assign(&mut self, other: &u16)

    Performs the >>= operation. Read more
    ","ShrAssign<&u16>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl ShrAssign<&u32> for u8

    source§

    fn shr_assign(&mut self, other: &u32)

    Performs the >>= operation. Read more
    ","ShrAssign<&u32>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl ShrAssign<&u64> for u8

    source§

    fn shr_assign(&mut self, other: &u64)

    Performs the >>= operation. Read more
    ","ShrAssign<&u64>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl ShrAssign<&u8> for u8

    source§

    fn shr_assign(&mut self, other: &u8)

    Performs the >>= operation. Read more
    ","ShrAssign<&u8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl ShrAssign<&usize> for u8

    source§

    fn shr_assign(&mut self, other: &usize)

    Performs the >>= operation. Read more
    ","ShrAssign<&usize>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl ShrAssign<i128> for u8

    source§

    fn shr_assign(&mut self, other: i128)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl ShrAssign<i16> for u8

    source§

    fn shr_assign(&mut self, other: i16)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl ShrAssign<i32> for u8

    source§

    fn shr_assign(&mut self, other: i32)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl ShrAssign<i64> for u8

    source§

    fn shr_assign(&mut self, other: i64)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl ShrAssign<i8> for u8

    source§

    fn shr_assign(&mut self, other: i8)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl ShrAssign<isize> for u8

    source§

    fn shr_assign(&mut self, other: isize)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl ShrAssign<u128> for u8

    source§

    fn shr_assign(&mut self, other: u128)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl ShrAssign<u16> for u8

    source§

    fn shr_assign(&mut self, other: u16)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl ShrAssign<u32> for u8

    source§

    fn shr_assign(&mut self, other: u32)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl ShrAssign<u64> for u8

    source§

    fn shr_assign(&mut self, other: u64)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl ShrAssign<usize> for u8

    source§

    fn shr_assign(&mut self, other: usize)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl ShrAssign for u8

    source§

    fn shr_assign(&mut self, other: u8)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    source§

    impl SimdElement for u8

    §

    type Mask = i8

    🔬This is a nightly-only experimental API. (portable_simd)
    The mask element type corresponding to this element type.
    ","SimdElement","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    source§

    impl Step for u8

    source§

    fn forward(start: u8, n: usize) -> u8

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the successor\nof self count times. Read more
    source§

    fn backward(start: u8, n: usize) -> u8

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the predecessor\nof self count times. Read more
    source§

    unsafe fn forward_unchecked(start: u8, n: usize) -> u8

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the successor\nof self count times. Read more
    source§

    unsafe fn backward_unchecked(start: u8, n: usize) -> u8

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the predecessor\nof self count times. Read more
    source§

    fn steps_between(start: &u8, end: &u8) -> Option<usize>

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the number of successor steps required to get from start to end. Read more
    source§

    fn forward_checked(start: u8, n: usize) -> Option<u8>

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the successor\nof self count times. Read more
    source§

    fn backward_checked(start: u8, n: usize) -> Option<u8>

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the predecessor\nof self count times. Read more
    ","Step","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Sub<&u8> for u8

    §

    type Output = <u8 as Sub>::Output

    The resulting type after applying the - operator.
    source§

    fn sub(self, other: &u8) -> <u8 as Sub>::Output

    Performs the - operation. Read more
    ","Sub<&u8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Sub for u8

    §

    type Output = u8

    The resulting type after applying the - operator.
    source§

    fn sub(self, other: u8) -> u8

    Performs the - operation. Read more
    ","Sub","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl SubAssign<&u8> for u8

    source§

    fn sub_assign(&mut self, other: &u8)

    Performs the -= operation. Read more
    ","SubAssign<&u8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl SubAssign for u8

    source§

    fn sub_assign(&mut self, other: u8)

    Performs the -= operation. Read more
    ","SubAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.12.0 · source§

    impl<'a> Sum<&'a u8> for u8

    source§

    fn sum<I>(iter: I) -> u8
    where\n I: Iterator<Item = &'a u8>,

    Method which takes an iterator and generates Self from the elements by\n“summing up” the items.
    ","Sum<&'a u8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.12.0 · source§

    impl Sum for u8

    source§

    fn sum<I>(iter: I) -> u8
    where\n I: Iterator<Item = u8>,

    Method which takes an iterator and generates Self from the elements by\n“summing up” the items.
    ","Sum","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.59.0 · source§

    impl TryFrom<char> for u8

    Maps a char with code point in U+0000..=U+00FF to a byte in 0x00..=0xFF with same value,\nfailing if the code point is greater than U+00FF.

    \n

    See impl From<u8> for char for details on the encoding.

    \n
    source§

    fn try_from(c: char) -> Result<u8, <u8 as TryFrom<char>>::Error>

    Tries to convert a char into a u8.

    \n
    §Examples
    \n
    let a = 'ÿ'; // U+00FF\nlet b = 'Ā'; // U+0100\nassert_eq!(u8::try_from(a), Ok(0xFF_u8));\nassert!(u8::try_from(b).is_err());
    \n
    §

    type Error = TryFromCharError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.34.0 · source§

    impl TryFrom<i128> for u8

    source§

    fn try_from(u: i128) -> Result<u8, <u8 as TryFrom<i128>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.34.0 · source§

    impl TryFrom<i16> for u8

    source§

    fn try_from(u: i16) -> Result<u8, <u8 as TryFrom<i16>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.34.0 · source§

    impl TryFrom<i32> for u8

    source§

    fn try_from(u: i32) -> Result<u8, <u8 as TryFrom<i32>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.34.0 · source§

    impl TryFrom<i64> for u8

    source§

    fn try_from(u: i64) -> Result<u8, <u8 as TryFrom<i64>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.34.0 · source§

    impl TryFrom<i8> for u8

    source§

    fn try_from(u: i8) -> Result<u8, <u8 as TryFrom<i8>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.34.0 · source§

    impl TryFrom<isize> for u8

    source§

    fn try_from(u: isize) -> Result<u8, <u8 as TryFrom<isize>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.34.0 · source§

    impl TryFrom<u128> for u8

    source§

    fn try_from(u: u128) -> Result<u8, <u8 as TryFrom<u128>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.34.0 · source§

    impl TryFrom<u16> for u8

    source§

    fn try_from(u: u16) -> Result<u8, <u8 as TryFrom<u16>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.34.0 · source§

    impl TryFrom<u32> for u8

    source§

    fn try_from(u: u32) -> Result<u8, <u8 as TryFrom<u32>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.34.0 · source§

    impl TryFrom<u64> for u8

    source§

    fn try_from(u: u64) -> Result<u8, <u8 as TryFrom<u64>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.34.0 · source§

    impl TryFrom<usize> for u8

    source§

    fn try_from(u: usize) -> Result<u8, <u8 as TryFrom<usize>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.42.0 · source§

    impl UpperExp for u8

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","UpperExp","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl UpperHex for u8

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","UpperHex","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    source§

    impl ConstParamTy for u8

    ","ConstParamTy","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Copy for u8

    ","Copy","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Eq for u8

    ","Eq","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    source§

    impl SimdCast for u8

    ","SimdCast","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    source§

    impl StructuralPartialEq for u8

    ","StructuralPartialEq","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    source§

    impl TrustedStep for u8

    ","TrustedStep","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    source§

    impl Weight for u8

    ","Weight","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    source§

    impl ZeroablePrimitive for u8

    ","ZeroablePrimitive","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"]] +"bdk_chain":[["
    1.0.0 · source§

    impl Add<&u8> for u8

    §

    type Output = <u8 as Add>::Output

    The resulting type after applying the + operator.
    source§

    fn add(self, other: &u8) -> <u8 as Add>::Output

    Performs the + operation. Read more
    ","Add<&u8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 (const: unstable) · source§

    impl Add for u8

    §

    type Output = u8

    The resulting type after applying the + operator.
    const: unstable · source§

    fn add(self, other: u8) -> u8

    Performs the + operation. Read more
    ","Add","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl AddAssign<&u8> for u8

    source§

    fn add_assign(&mut self, other: &u8)

    Performs the += operation. Read more
    ","AddAssign<&u8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl AddAssign for u8

    source§

    fn add_assign(&mut self, other: u8)

    Performs the += operation. Read more
    ","AddAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Binary for u8

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Binary","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl BitAnd<&u8> for u8

    §

    type Output = <u8 as BitAnd>::Output

    The resulting type after applying the & operator.
    source§

    fn bitand(self, other: &u8) -> <u8 as BitAnd>::Output

    Performs the & operation. Read more
    ","BitAnd<&u8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl BitAnd for u8

    §

    type Output = u8

    The resulting type after applying the & operator.
    source§

    fn bitand(self, rhs: u8) -> u8

    Performs the & operation. Read more
    ","BitAnd","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl BitAndAssign<&u8> for u8

    source§

    fn bitand_assign(&mut self, other: &u8)

    Performs the &= operation. Read more
    ","BitAndAssign<&u8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl BitAndAssign for u8

    source§

    fn bitand_assign(&mut self, other: u8)

    Performs the &= operation. Read more
    ","BitAndAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl BitOr<&u8> for u8

    §

    type Output = <u8 as BitOr>::Output

    The resulting type after applying the | operator.
    source§

    fn bitor(self, other: &u8) -> <u8 as BitOr>::Output

    Performs the | operation. Read more
    ","BitOr<&u8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl BitOr for u8

    §

    type Output = u8

    The resulting type after applying the | operator.
    source§

    fn bitor(self, rhs: u8) -> u8

    Performs the | operation. Read more
    ","BitOr","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl BitOrAssign<&u8> for u8

    source§

    fn bitor_assign(&mut self, other: &u8)

    Performs the |= operation. Read more
    ","BitOrAssign<&u8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl BitOrAssign for u8

    source§

    fn bitor_assign(&mut self, other: u8)

    Performs the |= operation. Read more
    ","BitOrAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl BitXor<&u8> for u8

    §

    type Output = <u8 as BitXor>::Output

    The resulting type after applying the ^ operator.
    source§

    fn bitxor(self, other: &u8) -> <u8 as BitXor>::Output

    Performs the ^ operation. Read more
    ","BitXor<&u8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl BitXor for u8

    §

    type Output = u8

    The resulting type after applying the ^ operator.
    source§

    fn bitxor(self, other: u8) -> u8

    Performs the ^ operation. Read more
    ","BitXor","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl BitXorAssign<&u8> for u8

    source§

    fn bitxor_assign(&mut self, other: &u8)

    Performs the ^= operation. Read more
    ","BitXorAssign<&u8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl BitXorAssign for u8

    source§

    fn bitxor_assign(&mut self, other: u8)

    Performs the ^= operation. Read more
    ","BitXorAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Clone for u8

    source§

    fn clone(&self) -> u8

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    ","Clone","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Debug for u8

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Debug","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    §

    impl Decodable for u8

    §

    fn consensus_decode<R>(r: &mut R) -> Result<u8, Error>
    where\n R: BufRead + ?Sized,

    Decode an object with a well-defined format. Read more
    §

    fn consensus_decode_from_finite_reader<R>(reader: &mut R) -> Result<Self, Error>
    where\n R: BufRead + ?Sized,

    Decode Self from a size-limited reader. Read more
    ","Decodable","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Default for u8

    source§

    fn default() -> u8

    Returns the default value of 0

    \n
    ","Default","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    source§

    impl<'de> Deserialize<'de> for u8

    source§

    fn deserialize<D>(\n deserializer: D\n) -> Result<u8, <D as Deserializer<'de>>::Error>
    where\n D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    ","Deserialize<'de>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Display for u8

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Display","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Div<&u8> for u8

    §

    type Output = <u8 as Div>::Output

    The resulting type after applying the / operator.
    source§

    fn div(self, other: &u8) -> <u8 as Div>::Output

    Performs the / operation. Read more
    ","Div<&u8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.51.0 · source§

    impl Div<NonZero<u8>> for u8

    source§

    fn div(self, other: NonZero<u8>) -> u8

    This operation rounds towards zero, truncating any fractional\npart of the exact result, and cannot panic.

    \n
    §

    type Output = u8

    The resulting type after applying the / operator.
    ","Div>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Div for u8

    This operation rounds towards zero, truncating any\nfractional part of the exact result.

    \n

    §Panics

    \n

    This operation will panic if other == 0.

    \n
    §

    type Output = u8

    The resulting type after applying the / operator.
    source§

    fn div(self, other: u8) -> u8

    Performs the / operation. Read more
    ","Div","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl DivAssign<&u8> for u8

    source§

    fn div_assign(&mut self, other: &u8)

    Performs the /= operation. Read more
    ","DivAssign<&u8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.79.0 · source§

    impl DivAssign<NonZero<u8>> for u8

    source§

    fn div_assign(&mut self, other: NonZero<u8>)

    This operation rounds towards zero, truncating any fractional\npart of the exact result, and cannot panic.

    \n
    ","DivAssign>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl DivAssign for u8

    source§

    fn div_assign(&mut self, other: u8)

    Performs the /= operation. Read more
    ","DivAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    §

    impl Encodable for u8

    §

    fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
    where\n W: Write + ?Sized,

    Encodes an object with a well-defined format. Read more
    ","Encodable","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    source§

    impl From<AsciiChar> for u8

    source§

    fn from(chr: AsciiChar) -> u8

    Converts to this type from the input type.
    ","From","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    §

    impl From<Fe32> for u8

    §

    fn from(v: Fe32) -> u8

    Converts to this type from the input type.
    ","From","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    §

    impl From<Parity> for u8

    The conversion returns 0 for even parity and 1 for odd.

    \n
    §

    fn from(parity: Parity) -> u8

    Converts to this type from the input type.
    ","From","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.28.0 · source§

    impl From<bool> for u8

    source§

    fn from(small: bool) -> u8

    Converts a bool to u8 losslessly.\nThe resulting value is 0 for false and 1 for true values.

    \n
    §Examples
    \n
    assert_eq!(u8::from(true), 1);\nassert_eq!(u8::from(false), 0);
    \n
    ","From","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl FromStr for u8

    §

    type Err = ParseIntError

    The associated error which can be returned from parsing.
    source§

    fn from_str(src: &str) -> Result<u8, ParseIntError>

    Parses a string s to return a value of this type. Read more
    ","FromStr","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Hash for u8

    source§

    fn hash<H>(&self, state: &mut H)
    where\n H: Hasher,

    Feeds this value into the given Hasher. Read more
    source§

    fn hash_slice<H>(data: &[u8], state: &mut H)
    where\n H: Hasher,

    Feeds a slice of this type into the given Hasher. Read more
    ","Hash","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    source§

    impl<'de, E> IntoDeserializer<'de, E> for u8
    where\n E: Error,

    §

    type Deserializer = U8Deserializer<E>

    The type of the deserializer being converted into.
    source§

    fn into_deserializer(self) -> U8Deserializer<E>

    Convert this value into a deserializer.
    ","IntoDeserializer<'de, E>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.42.0 · source§

    impl LowerExp for u8

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","LowerExp","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl LowerHex for u8

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","LowerHex","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Mul<&u8> for u8

    §

    type Output = <u8 as Mul>::Output

    The resulting type after applying the * operator.
    source§

    fn mul(self, other: &u8) -> <u8 as Mul>::Output

    Performs the * operation. Read more
    ","Mul<&u8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Mul for u8

    §

    type Output = u8

    The resulting type after applying the * operator.
    source§

    fn mul(self, other: u8) -> u8

    Performs the * operation. Read more
    ","Mul","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl MulAssign<&u8> for u8

    source§

    fn mul_assign(&mut self, other: &u8)

    Performs the *= operation. Read more
    ","MulAssign<&u8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl MulAssign for u8

    source§

    fn mul_assign(&mut self, other: u8)

    Performs the *= operation. Read more
    ","MulAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Not for u8

    §

    type Output = u8

    The resulting type after applying the ! operator.
    source§

    fn not(self) -> u8

    Performs the unary ! operation. Read more
    ","Not","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Octal for u8

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Octal","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Ord for u8

    source§

    fn cmp(&self, other: &u8) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where\n Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Self
    where\n Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Self
    where\n Self: Sized + PartialOrd,

    Restrict a value to a certain interval. Read more
    ","Ord","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    source§

    impl PartialEq<Value> for u8

    source§

    fn eq(&self, other: &Value) -> bool

    This method tests for self and other values to be equal, and is used\nby ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
    ","PartialEq","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 (const: unstable) · source§

    impl PartialEq for u8

    const: unstable · source§

    fn eq(&self, other: &u8) -> bool

    This method tests for self and other values to be equal, and is used\nby ==.
    const: unstable · source§

    fn ne(&self, other: &u8) -> bool

    This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
    ","PartialEq","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl PartialOrd for u8

    source§

    fn partial_cmp(&self, other: &u8) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    source§

    fn lt(&self, other: &u8) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    source§

    fn le(&self, other: &u8) -> bool

    This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more
    source§

    fn ge(&self, other: &u8) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >=\noperator. Read more
    source§

    fn gt(&self, other: &u8) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    ","PartialOrd","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.12.0 · source§

    impl<'a> Product<&'a u8> for u8

    source§

    fn product<I>(iter: I) -> u8
    where\n I: Iterator<Item = &'a u8>,

    Method which takes an iterator and generates Self from the elements by\nmultiplying the items.
    ","Product<&'a u8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.12.0 · source§

    impl Product for u8

    source§

    fn product<I>(iter: I) -> u8
    where\n I: Iterator<Item = u8>,

    Method which takes an iterator and generates Self from the elements by\nmultiplying the items.
    ","Product","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Rem<&u8> for u8

    §

    type Output = <u8 as Rem>::Output

    The resulting type after applying the % operator.
    source§

    fn rem(self, other: &u8) -> <u8 as Rem>::Output

    Performs the % operation. Read more
    ","Rem<&u8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.51.0 · source§

    impl Rem<NonZero<u8>> for u8

    source§

    fn rem(self, other: NonZero<u8>) -> u8

    This operation satisfies n % d == n - (n / d) * d, and cannot panic.

    \n
    §

    type Output = u8

    The resulting type after applying the % operator.
    ","Rem>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Rem for u8

    This operation satisfies n % d == n - (n / d) * d. The\nresult has the same sign as the left operand.

    \n

    §Panics

    \n

    This operation will panic if other == 0.

    \n
    §

    type Output = u8

    The resulting type after applying the % operator.
    source§

    fn rem(self, other: u8) -> u8

    Performs the % operation. Read more
    ","Rem","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl RemAssign<&u8> for u8

    source§

    fn rem_assign(&mut self, other: &u8)

    Performs the %= operation. Read more
    ","RemAssign<&u8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.79.0 · source§

    impl RemAssign<NonZero<u8>> for u8

    source§

    fn rem_assign(&mut self, other: NonZero<u8>)

    This operation satisfies n % d == n - (n / d) * d, and cannot panic.

    \n
    ","RemAssign>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl RemAssign for u8

    source§

    fn rem_assign(&mut self, other: u8)

    Performs the %= operation. Read more
    ","RemAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    source§

    impl SampleUniform for u8

    §

    type Sampler = UniformInt<u8>

    The UniformSampler implementation supporting type X.
    ","SampleUniform","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    source§

    impl Serialize for u8

    source§

    fn serialize<S>(\n &self,\n serializer: S\n) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where\n S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    ","Serialize","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shl<&i128> for u8

    §

    type Output = <u8 as Shl<i128>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &i128) -> <u8 as Shl<i128>>::Output

    Performs the << operation. Read more
    ","Shl<&i128>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shl<&i16> for u8

    §

    type Output = <u8 as Shl<i16>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &i16) -> <u8 as Shl<i16>>::Output

    Performs the << operation. Read more
    ","Shl<&i16>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shl<&i32> for u8

    §

    type Output = <u8 as Shl<i32>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &i32) -> <u8 as Shl<i32>>::Output

    Performs the << operation. Read more
    ","Shl<&i32>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shl<&i64> for u8

    §

    type Output = <u8 as Shl<i64>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &i64) -> <u8 as Shl<i64>>::Output

    Performs the << operation. Read more
    ","Shl<&i64>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shl<&i8> for u8

    §

    type Output = <u8 as Shl<i8>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &i8) -> <u8 as Shl<i8>>::Output

    Performs the << operation. Read more
    ","Shl<&i8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shl<&isize> for u8

    §

    type Output = <u8 as Shl<isize>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &isize) -> <u8 as Shl<isize>>::Output

    Performs the << operation. Read more
    ","Shl<&isize>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shl<&u128> for u8

    §

    type Output = <u8 as Shl<u128>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &u128) -> <u8 as Shl<u128>>::Output

    Performs the << operation. Read more
    ","Shl<&u128>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shl<&u16> for u8

    §

    type Output = <u8 as Shl<u16>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &u16) -> <u8 as Shl<u16>>::Output

    Performs the << operation. Read more
    ","Shl<&u16>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shl<&u32> for u8

    §

    type Output = <u8 as Shl<u32>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &u32) -> <u8 as Shl<u32>>::Output

    Performs the << operation. Read more
    ","Shl<&u32>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shl<&u64> for u8

    §

    type Output = <u8 as Shl<u64>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &u64) -> <u8 as Shl<u64>>::Output

    Performs the << operation. Read more
    ","Shl<&u64>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shl<&u8> for u8

    §

    type Output = <u8 as Shl>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &u8) -> <u8 as Shl>::Output

    Performs the << operation. Read more
    ","Shl<&u8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shl<&usize> for u8

    §

    type Output = <u8 as Shl<usize>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &usize) -> <u8 as Shl<usize>>::Output

    Performs the << operation. Read more
    ","Shl<&usize>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shl<i128> for u8

    §

    type Output = u8

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: i128) -> u8

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shl<i16> for u8

    §

    type Output = u8

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: i16) -> u8

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shl<i32> for u8

    §

    type Output = u8

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: i32) -> u8

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shl<i64> for u8

    §

    type Output = u8

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: i64) -> u8

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shl<i8> for u8

    §

    type Output = u8

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: i8) -> u8

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shl<isize> for u8

    §

    type Output = u8

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: isize) -> u8

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shl<u128> for u8

    §

    type Output = u8

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: u128) -> u8

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shl<u16> for u8

    §

    type Output = u8

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: u16) -> u8

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shl<u32> for u8

    §

    type Output = u8

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: u32) -> u8

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shl<u64> for u8

    §

    type Output = u8

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: u64) -> u8

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shl<usize> for u8

    §

    type Output = u8

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: usize) -> u8

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shl for u8

    §

    type Output = u8

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: u8) -> u8

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl ShlAssign<&i128> for u8

    source§

    fn shl_assign(&mut self, other: &i128)

    Performs the <<= operation. Read more
    ","ShlAssign<&i128>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl ShlAssign<&i16> for u8

    source§

    fn shl_assign(&mut self, other: &i16)

    Performs the <<= operation. Read more
    ","ShlAssign<&i16>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl ShlAssign<&i32> for u8

    source§

    fn shl_assign(&mut self, other: &i32)

    Performs the <<= operation. Read more
    ","ShlAssign<&i32>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl ShlAssign<&i64> for u8

    source§

    fn shl_assign(&mut self, other: &i64)

    Performs the <<= operation. Read more
    ","ShlAssign<&i64>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl ShlAssign<&i8> for u8

    source§

    fn shl_assign(&mut self, other: &i8)

    Performs the <<= operation. Read more
    ","ShlAssign<&i8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl ShlAssign<&isize> for u8

    source§

    fn shl_assign(&mut self, other: &isize)

    Performs the <<= operation. Read more
    ","ShlAssign<&isize>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl ShlAssign<&u128> for u8

    source§

    fn shl_assign(&mut self, other: &u128)

    Performs the <<= operation. Read more
    ","ShlAssign<&u128>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl ShlAssign<&u16> for u8

    source§

    fn shl_assign(&mut self, other: &u16)

    Performs the <<= operation. Read more
    ","ShlAssign<&u16>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl ShlAssign<&u32> for u8

    source§

    fn shl_assign(&mut self, other: &u32)

    Performs the <<= operation. Read more
    ","ShlAssign<&u32>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl ShlAssign<&u64> for u8

    source§

    fn shl_assign(&mut self, other: &u64)

    Performs the <<= operation. Read more
    ","ShlAssign<&u64>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl ShlAssign<&u8> for u8

    source§

    fn shl_assign(&mut self, other: &u8)

    Performs the <<= operation. Read more
    ","ShlAssign<&u8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl ShlAssign<&usize> for u8

    source§

    fn shl_assign(&mut self, other: &usize)

    Performs the <<= operation. Read more
    ","ShlAssign<&usize>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl ShlAssign<i128> for u8

    source§

    fn shl_assign(&mut self, other: i128)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl ShlAssign<i16> for u8

    source§

    fn shl_assign(&mut self, other: i16)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl ShlAssign<i32> for u8

    source§

    fn shl_assign(&mut self, other: i32)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl ShlAssign<i64> for u8

    source§

    fn shl_assign(&mut self, other: i64)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl ShlAssign<i8> for u8

    source§

    fn shl_assign(&mut self, other: i8)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl ShlAssign<isize> for u8

    source§

    fn shl_assign(&mut self, other: isize)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl ShlAssign<u128> for u8

    source§

    fn shl_assign(&mut self, other: u128)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl ShlAssign<u16> for u8

    source§

    fn shl_assign(&mut self, other: u16)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl ShlAssign<u32> for u8

    source§

    fn shl_assign(&mut self, other: u32)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl ShlAssign<u64> for u8

    source§

    fn shl_assign(&mut self, other: u64)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl ShlAssign<usize> for u8

    source§

    fn shl_assign(&mut self, other: usize)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl ShlAssign for u8

    source§

    fn shl_assign(&mut self, other: u8)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shr<&i128> for u8

    §

    type Output = <u8 as Shr<i128>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &i128) -> <u8 as Shr<i128>>::Output

    Performs the >> operation. Read more
    ","Shr<&i128>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shr<&i16> for u8

    §

    type Output = <u8 as Shr<i16>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &i16) -> <u8 as Shr<i16>>::Output

    Performs the >> operation. Read more
    ","Shr<&i16>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shr<&i32> for u8

    §

    type Output = <u8 as Shr<i32>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &i32) -> <u8 as Shr<i32>>::Output

    Performs the >> operation. Read more
    ","Shr<&i32>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shr<&i64> for u8

    §

    type Output = <u8 as Shr<i64>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &i64) -> <u8 as Shr<i64>>::Output

    Performs the >> operation. Read more
    ","Shr<&i64>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shr<&i8> for u8

    §

    type Output = <u8 as Shr<i8>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &i8) -> <u8 as Shr<i8>>::Output

    Performs the >> operation. Read more
    ","Shr<&i8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shr<&isize> for u8

    §

    type Output = <u8 as Shr<isize>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &isize) -> <u8 as Shr<isize>>::Output

    Performs the >> operation. Read more
    ","Shr<&isize>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shr<&u128> for u8

    §

    type Output = <u8 as Shr<u128>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &u128) -> <u8 as Shr<u128>>::Output

    Performs the >> operation. Read more
    ","Shr<&u128>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shr<&u16> for u8

    §

    type Output = <u8 as Shr<u16>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &u16) -> <u8 as Shr<u16>>::Output

    Performs the >> operation. Read more
    ","Shr<&u16>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shr<&u32> for u8

    §

    type Output = <u8 as Shr<u32>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &u32) -> <u8 as Shr<u32>>::Output

    Performs the >> operation. Read more
    ","Shr<&u32>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shr<&u64> for u8

    §

    type Output = <u8 as Shr<u64>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &u64) -> <u8 as Shr<u64>>::Output

    Performs the >> operation. Read more
    ","Shr<&u64>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shr<&u8> for u8

    §

    type Output = <u8 as Shr>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &u8) -> <u8 as Shr>::Output

    Performs the >> operation. Read more
    ","Shr<&u8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shr<&usize> for u8

    §

    type Output = <u8 as Shr<usize>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &usize) -> <u8 as Shr<usize>>::Output

    Performs the >> operation. Read more
    ","Shr<&usize>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shr<i128> for u8

    §

    type Output = u8

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: i128) -> u8

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shr<i16> for u8

    §

    type Output = u8

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: i16) -> u8

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shr<i32> for u8

    §

    type Output = u8

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: i32) -> u8

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shr<i64> for u8

    §

    type Output = u8

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: i64) -> u8

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shr<i8> for u8

    §

    type Output = u8

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: i8) -> u8

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shr<isize> for u8

    §

    type Output = u8

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: isize) -> u8

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shr<u128> for u8

    §

    type Output = u8

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: u128) -> u8

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shr<u16> for u8

    §

    type Output = u8

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: u16) -> u8

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shr<u32> for u8

    §

    type Output = u8

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: u32) -> u8

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shr<u64> for u8

    §

    type Output = u8

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: u64) -> u8

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shr<usize> for u8

    §

    type Output = u8

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: usize) -> u8

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Shr for u8

    §

    type Output = u8

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: u8) -> u8

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl ShrAssign<&i128> for u8

    source§

    fn shr_assign(&mut self, other: &i128)

    Performs the >>= operation. Read more
    ","ShrAssign<&i128>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl ShrAssign<&i16> for u8

    source§

    fn shr_assign(&mut self, other: &i16)

    Performs the >>= operation. Read more
    ","ShrAssign<&i16>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl ShrAssign<&i32> for u8

    source§

    fn shr_assign(&mut self, other: &i32)

    Performs the >>= operation. Read more
    ","ShrAssign<&i32>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl ShrAssign<&i64> for u8

    source§

    fn shr_assign(&mut self, other: &i64)

    Performs the >>= operation. Read more
    ","ShrAssign<&i64>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl ShrAssign<&i8> for u8

    source§

    fn shr_assign(&mut self, other: &i8)

    Performs the >>= operation. Read more
    ","ShrAssign<&i8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl ShrAssign<&isize> for u8

    source§

    fn shr_assign(&mut self, other: &isize)

    Performs the >>= operation. Read more
    ","ShrAssign<&isize>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl ShrAssign<&u128> for u8

    source§

    fn shr_assign(&mut self, other: &u128)

    Performs the >>= operation. Read more
    ","ShrAssign<&u128>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl ShrAssign<&u16> for u8

    source§

    fn shr_assign(&mut self, other: &u16)

    Performs the >>= operation. Read more
    ","ShrAssign<&u16>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl ShrAssign<&u32> for u8

    source§

    fn shr_assign(&mut self, other: &u32)

    Performs the >>= operation. Read more
    ","ShrAssign<&u32>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl ShrAssign<&u64> for u8

    source§

    fn shr_assign(&mut self, other: &u64)

    Performs the >>= operation. Read more
    ","ShrAssign<&u64>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl ShrAssign<&u8> for u8

    source§

    fn shr_assign(&mut self, other: &u8)

    Performs the >>= operation. Read more
    ","ShrAssign<&u8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl ShrAssign<&usize> for u8

    source§

    fn shr_assign(&mut self, other: &usize)

    Performs the >>= operation. Read more
    ","ShrAssign<&usize>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl ShrAssign<i128> for u8

    source§

    fn shr_assign(&mut self, other: i128)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl ShrAssign<i16> for u8

    source§

    fn shr_assign(&mut self, other: i16)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl ShrAssign<i32> for u8

    source§

    fn shr_assign(&mut self, other: i32)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl ShrAssign<i64> for u8

    source§

    fn shr_assign(&mut self, other: i64)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl ShrAssign<i8> for u8

    source§

    fn shr_assign(&mut self, other: i8)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl ShrAssign<isize> for u8

    source§

    fn shr_assign(&mut self, other: isize)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl ShrAssign<u128> for u8

    source§

    fn shr_assign(&mut self, other: u128)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl ShrAssign<u16> for u8

    source§

    fn shr_assign(&mut self, other: u16)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl ShrAssign<u32> for u8

    source§

    fn shr_assign(&mut self, other: u32)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl ShrAssign<u64> for u8

    source§

    fn shr_assign(&mut self, other: u64)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl ShrAssign<usize> for u8

    source§

    fn shr_assign(&mut self, other: usize)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl ShrAssign for u8

    source§

    fn shr_assign(&mut self, other: u8)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    source§

    impl SimdElement for u8

    §

    type Mask = i8

    🔬This is a nightly-only experimental API. (portable_simd)
    The mask element type corresponding to this element type.
    ","SimdElement","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    source§

    impl Step for u8

    source§

    fn forward(start: u8, n: usize) -> u8

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the successor\nof self count times. Read more
    source§

    fn backward(start: u8, n: usize) -> u8

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the predecessor\nof self count times. Read more
    source§

    unsafe fn forward_unchecked(start: u8, n: usize) -> u8

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the successor\nof self count times. Read more
    source§

    unsafe fn backward_unchecked(start: u8, n: usize) -> u8

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the predecessor\nof self count times. Read more
    source§

    fn steps_between(start: &u8, end: &u8) -> Option<usize>

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the number of successor steps required to get from start to end. Read more
    source§

    fn forward_checked(start: u8, n: usize) -> Option<u8>

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the successor\nof self count times. Read more
    source§

    fn backward_checked(start: u8, n: usize) -> Option<u8>

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the predecessor\nof self count times. Read more
    ","Step","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Sub<&u8> for u8

    §

    type Output = <u8 as Sub>::Output

    The resulting type after applying the - operator.
    source§

    fn sub(self, other: &u8) -> <u8 as Sub>::Output

    Performs the - operation. Read more
    ","Sub<&u8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Sub for u8

    §

    type Output = u8

    The resulting type after applying the - operator.
    source§

    fn sub(self, other: u8) -> u8

    Performs the - operation. Read more
    ","Sub","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.22.0 · source§

    impl SubAssign<&u8> for u8

    source§

    fn sub_assign(&mut self, other: &u8)

    Performs the -= operation. Read more
    ","SubAssign<&u8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.8.0 · source§

    impl SubAssign for u8

    source§

    fn sub_assign(&mut self, other: u8)

    Performs the -= operation. Read more
    ","SubAssign","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.12.0 · source§

    impl<'a> Sum<&'a u8> for u8

    source§

    fn sum<I>(iter: I) -> u8
    where\n I: Iterator<Item = &'a u8>,

    Method which takes an iterator and generates Self from the elements by\n“summing up” the items.
    ","Sum<&'a u8>","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.12.0 · source§

    impl Sum for u8

    source§

    fn sum<I>(iter: I) -> u8
    where\n I: Iterator<Item = u8>,

    Method which takes an iterator and generates Self from the elements by\n“summing up” the items.
    ","Sum","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.59.0 · source§

    impl TryFrom<char> for u8

    Maps a char with code point in U+0000..=U+00FF to a byte in 0x00..=0xFF with same value,\nfailing if the code point is greater than U+00FF.

    \n

    See impl From<u8> for char for details on the encoding.

    \n
    source§

    fn try_from(c: char) -> Result<u8, <u8 as TryFrom<char>>::Error>

    Tries to convert a char into a u8.

    \n
    §Examples
    \n
    let a = 'ÿ'; // U+00FF\nlet b = 'Ā'; // U+0100\nassert_eq!(u8::try_from(a), Ok(0xFF_u8));\nassert!(u8::try_from(b).is_err());
    \n
    §

    type Error = TryFromCharError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.34.0 · source§

    impl TryFrom<i128> for u8

    source§

    fn try_from(u: i128) -> Result<u8, <u8 as TryFrom<i128>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.34.0 · source§

    impl TryFrom<i16> for u8

    source§

    fn try_from(u: i16) -> Result<u8, <u8 as TryFrom<i16>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.34.0 · source§

    impl TryFrom<i32> for u8

    source§

    fn try_from(u: i32) -> Result<u8, <u8 as TryFrom<i32>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.34.0 · source§

    impl TryFrom<i64> for u8

    source§

    fn try_from(u: i64) -> Result<u8, <u8 as TryFrom<i64>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.34.0 · source§

    impl TryFrom<i8> for u8

    source§

    fn try_from(u: i8) -> Result<u8, <u8 as TryFrom<i8>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.34.0 · source§

    impl TryFrom<isize> for u8

    source§

    fn try_from(u: isize) -> Result<u8, <u8 as TryFrom<isize>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.34.0 · source§

    impl TryFrom<u128> for u8

    source§

    fn try_from(u: u128) -> Result<u8, <u8 as TryFrom<u128>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.34.0 · source§

    impl TryFrom<u16> for u8

    source§

    fn try_from(u: u16) -> Result<u8, <u8 as TryFrom<u16>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.34.0 · source§

    impl TryFrom<u32> for u8

    source§

    fn try_from(u: u32) -> Result<u8, <u8 as TryFrom<u32>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.34.0 · source§

    impl TryFrom<u64> for u8

    source§

    fn try_from(u: u64) -> Result<u8, <u8 as TryFrom<u64>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.34.0 · source§

    impl TryFrom<usize> for u8

    source§

    fn try_from(u: usize) -> Result<u8, <u8 as TryFrom<usize>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.42.0 · source§

    impl UpperExp for u8

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","UpperExp","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl UpperHex for u8

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","UpperHex","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    source§

    impl ConstParamTy for u8

    ","ConstParamTy","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Copy for u8

    ","Copy","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    1.0.0 · source§

    impl Eq for u8

    ","Eq","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    source§

    impl SimdCast for u8

    ","SimdCast","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    source§

    impl StructuralPartialEq for u8

    ","StructuralPartialEq","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    source§

    impl TrustedStep for u8

    ","TrustedStep","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    source§

    impl Weight for u8

    ","Weight","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"],["
    source§

    impl ZeroablePrimitive for u8

    ","ZeroablePrimitive","bdk_chain::bitcoin::psbt::raw::ProprietaryType","bdk_chain::bitcoin::secp256k1::ffi::types::c_uchar"]] };if (window.register_type_impls) {window.register_type_impls(type_impls);} else {window.pending_type_impls = type_impls;}})() \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/std/primitive.usize.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/std/primitive.usize.js index e408167c7b..413795ab80 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/std/primitive.usize.js +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/std/primitive.usize.js @@ -1,3 +1,3 @@ (function() {var type_impls = { -"bdk_chain":[["
    1.0.0 · source§

    impl Add<&usize> for usize

    §

    type Output = <usize as Add>::Output

    The resulting type after applying the + operator.
    source§

    fn add(self, other: &usize) -> <usize as Add>::Output

    Performs the + operation. Read more
    ","Add<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 (const: unstable) · source§

    impl Add for usize

    §

    type Output = usize

    The resulting type after applying the + operator.
    const: unstable · source§

    fn add(self, other: usize) -> usize

    Performs the + operation. Read more
    ","Add","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl AddAssign<&usize> for usize

    source§

    fn add_assign(&mut self, other: &usize)

    Performs the += operation. Read more
    ","AddAssign<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl AddAssign for usize

    source§

    fn add_assign(&mut self, other: usize)

    Performs the += operation. Read more
    ","AddAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Binary for usize

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Binary","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl BitAnd<&usize> for usize

    §

    type Output = <usize as BitAnd>::Output

    The resulting type after applying the & operator.
    source§

    fn bitand(self, other: &usize) -> <usize as BitAnd>::Output

    Performs the & operation. Read more
    ","BitAnd<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl BitAnd for usize

    §

    type Output = usize

    The resulting type after applying the & operator.
    source§

    fn bitand(self, rhs: usize) -> usize

    Performs the & operation. Read more
    ","BitAnd","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl BitAndAssign<&usize> for usize

    source§

    fn bitand_assign(&mut self, other: &usize)

    Performs the &= operation. Read more
    ","BitAndAssign<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl BitAndAssign for usize

    source§

    fn bitand_assign(&mut self, other: usize)

    Performs the &= operation. Read more
    ","BitAndAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl BitOr<&usize> for usize

    §

    type Output = <usize as BitOr>::Output

    The resulting type after applying the | operator.
    source§

    fn bitor(self, other: &usize) -> <usize as BitOr>::Output

    Performs the | operation. Read more
    ","BitOr<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl BitOr for usize

    §

    type Output = usize

    The resulting type after applying the | operator.
    source§

    fn bitor(self, rhs: usize) -> usize

    Performs the | operation. Read more
    ","BitOr","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl BitOrAssign<&usize> for usize

    source§

    fn bitor_assign(&mut self, other: &usize)

    Performs the |= operation. Read more
    ","BitOrAssign<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl BitOrAssign for usize

    source§

    fn bitor_assign(&mut self, other: usize)

    Performs the |= operation. Read more
    ","BitOrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl BitXor<&usize> for usize

    §

    type Output = <usize as BitXor>::Output

    The resulting type after applying the ^ operator.
    source§

    fn bitxor(self, other: &usize) -> <usize as BitXor>::Output

    Performs the ^ operation. Read more
    ","BitXor<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl BitXor for usize

    §

    type Output = usize

    The resulting type after applying the ^ operator.
    source§

    fn bitxor(self, other: usize) -> usize

    Performs the ^ operation. Read more
    ","BitXor","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl BitXorAssign<&usize> for usize

    source§

    fn bitxor_assign(&mut self, other: &usize)

    Performs the ^= operation. Read more
    ","BitXorAssign<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl BitXorAssign for usize

    source§

    fn bitxor_assign(&mut self, other: usize)

    Performs the ^= operation. Read more
    ","BitXorAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Clone for usize

    source§

    fn clone(&self) -> usize

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    ","Clone","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Debug for usize

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Debug","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Default for usize

    source§

    fn default() -> usize

    Returns the default value of 0

    \n
    ","Default","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    source§

    impl<'de> Deserialize<'de> for usize

    source§

    fn deserialize<D>(\n deserializer: D\n) -> Result<usize, <D as Deserializer<'de>>::Error>
    where\n D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    ","Deserialize<'de>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Display for usize

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Display","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Div<&usize> for usize

    §

    type Output = <usize as Div>::Output

    The resulting type after applying the / operator.
    source§

    fn div(self, other: &usize) -> <usize as Div>::Output

    Performs the / operation. Read more
    ","Div<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.51.0 · source§

    impl Div<NonZero<usize>> for usize

    source§

    fn div(self, other: NonZero<usize>) -> usize

    This operation rounds towards zero, truncating any fractional\npart of the exact result, and cannot panic.

    \n
    §

    type Output = usize

    The resulting type after applying the / operator.
    ","Div>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Div for usize

    This operation rounds towards zero, truncating any\nfractional part of the exact result.

    \n

    §Panics

    \n

    This operation will panic if other == 0.

    \n
    §

    type Output = usize

    The resulting type after applying the / operator.
    source§

    fn div(self, other: usize) -> usize

    Performs the / operation. Read more
    ","Div","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl DivAssign<&usize> for usize

    source§

    fn div_assign(&mut self, other: &usize)

    Performs the /= operation. Read more
    ","DivAssign<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.79.0 · source§

    impl DivAssign<NonZero<usize>> for usize

    source§

    fn div_assign(&mut self, other: NonZero<usize>)

    This operation rounds towards zero, truncating any fractional\npart of the exact result, and cannot panic.

    \n
    ","DivAssign>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl DivAssign for usize

    source§

    fn div_assign(&mut self, other: usize)

    Performs the /= operation. Read more
    ","DivAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    source§

    impl From<Alignment> for usize

    source§

    fn from(align: Alignment) -> usize

    Converts to this type from the input type.
    ","From","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    §

    impl<O> From<U16<O>> for usize
    where\n O: ByteOrder,

    §

    fn from(x: U16<O>) -> usize

    Converts to this type from the input type.
    ","From>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.28.0 · source§

    impl From<bool> for usize

    source§

    fn from(small: bool) -> usize

    Converts a bool to usize losslessly.\nThe resulting value is 0 for false and 1 for true values.

    \n
    §Examples
    \n
    assert_eq!(usize::from(true), 1);\nassert_eq!(usize::from(false), 0);
    \n
    ","From","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.26.0 · source§

    impl From<u16> for usize

    source§

    fn from(small: u16) -> usize

    Converts u16 to usize losslessly.

    \n
    ","From","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.5.0 · source§

    impl From<u8> for usize

    source§

    fn from(small: u8) -> usize

    Converts u8 to usize losslessly.

    \n
    ","From","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl FromStr for usize

    §

    type Err = ParseIntError

    The associated error which can be returned from parsing.
    source§

    fn from_str(src: &str) -> Result<usize, ParseIntError>

    Parses a string s to return a value of this type. Read more
    ","FromStr","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Hash for usize

    source§

    fn hash<H>(&self, state: &mut H)
    where\n H: Hasher,

    Feeds this value into the given Hasher. Read more
    source§

    fn hash_slice<H>(data: &[usize], state: &mut H)
    where\n H: Hasher,

    Feeds a slice of this type into the given Hasher. Read more
    ","Hash","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    source§

    impl<'de, E> IntoDeserializer<'de, E> for usize
    where\n E: Error,

    §

    type Deserializer = UsizeDeserializer<E>

    The type of the deserializer being converted into.
    source§

    fn into_deserializer(self) -> UsizeDeserializer<E>

    Convert this value into a deserializer.
    ","IntoDeserializer<'de, E>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.42.0 · source§

    impl LowerExp for usize

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","LowerExp","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl LowerHex for usize

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","LowerHex","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Mul<&usize> for usize

    §

    type Output = <usize as Mul>::Output

    The resulting type after applying the * operator.
    source§

    fn mul(self, other: &usize) -> <usize as Mul>::Output

    Performs the * operation. Read more
    ","Mul<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Mul for usize

    §

    type Output = usize

    The resulting type after applying the * operator.
    source§

    fn mul(self, other: usize) -> usize

    Performs the * operation. Read more
    ","Mul","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl MulAssign<&usize> for usize

    source§

    fn mul_assign(&mut self, other: &usize)

    Performs the *= operation. Read more
    ","MulAssign<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl MulAssign for usize

    source§

    fn mul_assign(&mut self, other: usize)

    Performs the *= operation. Read more
    ","MulAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Not for usize

    §

    type Output = usize

    The resulting type after applying the ! operator.
    source§

    fn not(self) -> usize

    Performs the unary ! operation. Read more
    ","Not","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Octal for usize

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Octal","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Ord for usize

    source§

    fn cmp(&self, other: &usize) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where\n Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Self
    where\n Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Self
    where\n Self: Sized + PartialOrd,

    Restrict a value to a certain interval. Read more
    ","Ord","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    source§

    impl PartialEq<Value> for usize

    source§

    fn eq(&self, other: &Value) -> bool

    This method tests for self and other values to be equal, and is used\nby ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
    ","PartialEq","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 (const: unstable) · source§

    impl PartialEq for usize

    const: unstable · source§

    fn eq(&self, other: &usize) -> bool

    This method tests for self and other values to be equal, and is used\nby ==.
    const: unstable · source§

    fn ne(&self, other: &usize) -> bool

    This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
    ","PartialEq","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl PartialOrd for usize

    source§

    fn partial_cmp(&self, other: &usize) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    source§

    fn lt(&self, other: &usize) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    source§

    fn le(&self, other: &usize) -> bool

    This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more
    source§

    fn ge(&self, other: &usize) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >=\noperator. Read more
    source§

    fn gt(&self, other: &usize) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    ","PartialOrd","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.12.0 · source§

    impl<'a> Product<&'a usize> for usize

    source§

    fn product<I>(iter: I) -> usize
    where\n I: Iterator<Item = &'a usize>,

    Method which takes an iterator and generates Self from the elements by\nmultiplying the items.
    ","Product<&'a usize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.12.0 · source§

    impl Product for usize

    source§

    fn product<I>(iter: I) -> usize
    where\n I: Iterator<Item = usize>,

    Method which takes an iterator and generates Self from the elements by\nmultiplying the items.
    ","Product","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Rem<&usize> for usize

    §

    type Output = <usize as Rem>::Output

    The resulting type after applying the % operator.
    source§

    fn rem(self, other: &usize) -> <usize as Rem>::Output

    Performs the % operation. Read more
    ","Rem<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.51.0 · source§

    impl Rem<NonZero<usize>> for usize

    source§

    fn rem(self, other: NonZero<usize>) -> usize

    This operation satisfies n % d == n - (n / d) * d, and cannot panic.

    \n
    §

    type Output = usize

    The resulting type after applying the % operator.
    ","Rem>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Rem for usize

    This operation satisfies n % d == n - (n / d) * d. The\nresult has the same sign as the left operand.

    \n

    §Panics

    \n

    This operation will panic if other == 0.

    \n
    §

    type Output = usize

    The resulting type after applying the % operator.
    source§

    fn rem(self, other: usize) -> usize

    Performs the % operation. Read more
    ","Rem","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl RemAssign<&usize> for usize

    source§

    fn rem_assign(&mut self, other: &usize)

    Performs the %= operation. Read more
    ","RemAssign<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.79.0 · source§

    impl RemAssign<NonZero<usize>> for usize

    source§

    fn rem_assign(&mut self, other: NonZero<usize>)

    This operation satisfies n % d == n - (n / d) * d, and cannot panic.

    \n
    ","RemAssign>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl RemAssign for usize

    source§

    fn rem_assign(&mut self, other: usize)

    Performs the %= operation. Read more
    ","RemAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    source§

    impl SampleUniform for usize

    §

    type Sampler = UniformInt<usize>

    The UniformSampler implementation supporting type X.
    ","SampleUniform","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    source§

    impl Serialize for usize

    source§

    fn serialize<S>(\n &self,\n serializer: S\n) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where\n S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    ","Serialize","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shl<&i128> for usize

    §

    type Output = <usize as Shl<i128>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &i128) -> <usize as Shl<i128>>::Output

    Performs the << operation. Read more
    ","Shl<&i128>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shl<&i16> for usize

    §

    type Output = <usize as Shl<i16>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &i16) -> <usize as Shl<i16>>::Output

    Performs the << operation. Read more
    ","Shl<&i16>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shl<&i32> for usize

    §

    type Output = <usize as Shl<i32>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &i32) -> <usize as Shl<i32>>::Output

    Performs the << operation. Read more
    ","Shl<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shl<&i64> for usize

    §

    type Output = <usize as Shl<i64>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &i64) -> <usize as Shl<i64>>::Output

    Performs the << operation. Read more
    ","Shl<&i64>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shl<&i8> for usize

    §

    type Output = <usize as Shl<i8>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &i8) -> <usize as Shl<i8>>::Output

    Performs the << operation. Read more
    ","Shl<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shl<&isize> for usize

    §

    type Output = <usize as Shl<isize>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &isize) -> <usize as Shl<isize>>::Output

    Performs the << operation. Read more
    ","Shl<&isize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shl<&u128> for usize

    §

    type Output = <usize as Shl<u128>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &u128) -> <usize as Shl<u128>>::Output

    Performs the << operation. Read more
    ","Shl<&u128>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shl<&u16> for usize

    §

    type Output = <usize as Shl<u16>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &u16) -> <usize as Shl<u16>>::Output

    Performs the << operation. Read more
    ","Shl<&u16>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shl<&u32> for usize

    §

    type Output = <usize as Shl<u32>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &u32) -> <usize as Shl<u32>>::Output

    Performs the << operation. Read more
    ","Shl<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shl<&u64> for usize

    §

    type Output = <usize as Shl<u64>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &u64) -> <usize as Shl<u64>>::Output

    Performs the << operation. Read more
    ","Shl<&u64>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shl<&u8> for usize

    §

    type Output = <usize as Shl<u8>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &u8) -> <usize as Shl<u8>>::Output

    Performs the << operation. Read more
    ","Shl<&u8>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shl<&usize> for usize

    §

    type Output = <usize as Shl>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &usize) -> <usize as Shl>::Output

    Performs the << operation. Read more
    ","Shl<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shl<i128> for usize

    §

    type Output = usize

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: i128) -> usize

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shl<i16> for usize

    §

    type Output = usize

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: i16) -> usize

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shl<i32> for usize

    §

    type Output = usize

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: i32) -> usize

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shl<i64> for usize

    §

    type Output = usize

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: i64) -> usize

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shl<i8> for usize

    §

    type Output = usize

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: i8) -> usize

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shl<isize> for usize

    §

    type Output = usize

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: isize) -> usize

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shl<u128> for usize

    §

    type Output = usize

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: u128) -> usize

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shl<u16> for usize

    §

    type Output = usize

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: u16) -> usize

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shl<u32> for usize

    §

    type Output = usize

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: u32) -> usize

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shl<u64> for usize

    §

    type Output = usize

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: u64) -> usize

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shl<u8> for usize

    §

    type Output = usize

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: u8) -> usize

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shl for usize

    §

    type Output = usize

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: usize) -> usize

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl ShlAssign<&i128> for usize

    source§

    fn shl_assign(&mut self, other: &i128)

    Performs the <<= operation. Read more
    ","ShlAssign<&i128>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl ShlAssign<&i16> for usize

    source§

    fn shl_assign(&mut self, other: &i16)

    Performs the <<= operation. Read more
    ","ShlAssign<&i16>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl ShlAssign<&i32> for usize

    source§

    fn shl_assign(&mut self, other: &i32)

    Performs the <<= operation. Read more
    ","ShlAssign<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl ShlAssign<&i64> for usize

    source§

    fn shl_assign(&mut self, other: &i64)

    Performs the <<= operation. Read more
    ","ShlAssign<&i64>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl ShlAssign<&i8> for usize

    source§

    fn shl_assign(&mut self, other: &i8)

    Performs the <<= operation. Read more
    ","ShlAssign<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl ShlAssign<&isize> for usize

    source§

    fn shl_assign(&mut self, other: &isize)

    Performs the <<= operation. Read more
    ","ShlAssign<&isize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl ShlAssign<&u128> for usize

    source§

    fn shl_assign(&mut self, other: &u128)

    Performs the <<= operation. Read more
    ","ShlAssign<&u128>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl ShlAssign<&u16> for usize

    source§

    fn shl_assign(&mut self, other: &u16)

    Performs the <<= operation. Read more
    ","ShlAssign<&u16>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl ShlAssign<&u32> for usize

    source§

    fn shl_assign(&mut self, other: &u32)

    Performs the <<= operation. Read more
    ","ShlAssign<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl ShlAssign<&u64> for usize

    source§

    fn shl_assign(&mut self, other: &u64)

    Performs the <<= operation. Read more
    ","ShlAssign<&u64>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl ShlAssign<&u8> for usize

    source§

    fn shl_assign(&mut self, other: &u8)

    Performs the <<= operation. Read more
    ","ShlAssign<&u8>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl ShlAssign<&usize> for usize

    source§

    fn shl_assign(&mut self, other: &usize)

    Performs the <<= operation. Read more
    ","ShlAssign<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl ShlAssign<i128> for usize

    source§

    fn shl_assign(&mut self, other: i128)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl ShlAssign<i16> for usize

    source§

    fn shl_assign(&mut self, other: i16)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl ShlAssign<i32> for usize

    source§

    fn shl_assign(&mut self, other: i32)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl ShlAssign<i64> for usize

    source§

    fn shl_assign(&mut self, other: i64)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl ShlAssign<i8> for usize

    source§

    fn shl_assign(&mut self, other: i8)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl ShlAssign<isize> for usize

    source§

    fn shl_assign(&mut self, other: isize)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl ShlAssign<u128> for usize

    source§

    fn shl_assign(&mut self, other: u128)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl ShlAssign<u16> for usize

    source§

    fn shl_assign(&mut self, other: u16)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl ShlAssign<u32> for usize

    source§

    fn shl_assign(&mut self, other: u32)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl ShlAssign<u64> for usize

    source§

    fn shl_assign(&mut self, other: u64)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl ShlAssign<u8> for usize

    source§

    fn shl_assign(&mut self, other: u8)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl ShlAssign for usize

    source§

    fn shl_assign(&mut self, other: usize)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shr<&i128> for usize

    §

    type Output = <usize as Shr<i128>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &i128) -> <usize as Shr<i128>>::Output

    Performs the >> operation. Read more
    ","Shr<&i128>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shr<&i16> for usize

    §

    type Output = <usize as Shr<i16>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &i16) -> <usize as Shr<i16>>::Output

    Performs the >> operation. Read more
    ","Shr<&i16>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shr<&i32> for usize

    §

    type Output = <usize as Shr<i32>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &i32) -> <usize as Shr<i32>>::Output

    Performs the >> operation. Read more
    ","Shr<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shr<&i64> for usize

    §

    type Output = <usize as Shr<i64>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &i64) -> <usize as Shr<i64>>::Output

    Performs the >> operation. Read more
    ","Shr<&i64>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shr<&i8> for usize

    §

    type Output = <usize as Shr<i8>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &i8) -> <usize as Shr<i8>>::Output

    Performs the >> operation. Read more
    ","Shr<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shr<&isize> for usize

    §

    type Output = <usize as Shr<isize>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &isize) -> <usize as Shr<isize>>::Output

    Performs the >> operation. Read more
    ","Shr<&isize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shr<&u128> for usize

    §

    type Output = <usize as Shr<u128>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &u128) -> <usize as Shr<u128>>::Output

    Performs the >> operation. Read more
    ","Shr<&u128>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shr<&u16> for usize

    §

    type Output = <usize as Shr<u16>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &u16) -> <usize as Shr<u16>>::Output

    Performs the >> operation. Read more
    ","Shr<&u16>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shr<&u32> for usize

    §

    type Output = <usize as Shr<u32>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &u32) -> <usize as Shr<u32>>::Output

    Performs the >> operation. Read more
    ","Shr<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shr<&u64> for usize

    §

    type Output = <usize as Shr<u64>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &u64) -> <usize as Shr<u64>>::Output

    Performs the >> operation. Read more
    ","Shr<&u64>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shr<&u8> for usize

    §

    type Output = <usize as Shr<u8>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &u8) -> <usize as Shr<u8>>::Output

    Performs the >> operation. Read more
    ","Shr<&u8>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shr<&usize> for usize

    §

    type Output = <usize as Shr>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &usize) -> <usize as Shr>::Output

    Performs the >> operation. Read more
    ","Shr<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shr<i128> for usize

    §

    type Output = usize

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: i128) -> usize

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shr<i16> for usize

    §

    type Output = usize

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: i16) -> usize

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shr<i32> for usize

    §

    type Output = usize

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: i32) -> usize

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shr<i64> for usize

    §

    type Output = usize

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: i64) -> usize

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shr<i8> for usize

    §

    type Output = usize

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: i8) -> usize

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shr<isize> for usize

    §

    type Output = usize

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: isize) -> usize

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shr<u128> for usize

    §

    type Output = usize

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: u128) -> usize

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shr<u16> for usize

    §

    type Output = usize

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: u16) -> usize

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shr<u32> for usize

    §

    type Output = usize

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: u32) -> usize

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shr<u64> for usize

    §

    type Output = usize

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: u64) -> usize

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shr<u8> for usize

    §

    type Output = usize

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: u8) -> usize

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shr for usize

    §

    type Output = usize

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: usize) -> usize

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl ShrAssign<&i128> for usize

    source§

    fn shr_assign(&mut self, other: &i128)

    Performs the >>= operation. Read more
    ","ShrAssign<&i128>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl ShrAssign<&i16> for usize

    source§

    fn shr_assign(&mut self, other: &i16)

    Performs the >>= operation. Read more
    ","ShrAssign<&i16>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl ShrAssign<&i32> for usize

    source§

    fn shr_assign(&mut self, other: &i32)

    Performs the >>= operation. Read more
    ","ShrAssign<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl ShrAssign<&i64> for usize

    source§

    fn shr_assign(&mut self, other: &i64)

    Performs the >>= operation. Read more
    ","ShrAssign<&i64>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl ShrAssign<&i8> for usize

    source§

    fn shr_assign(&mut self, other: &i8)

    Performs the >>= operation. Read more
    ","ShrAssign<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl ShrAssign<&isize> for usize

    source§

    fn shr_assign(&mut self, other: &isize)

    Performs the >>= operation. Read more
    ","ShrAssign<&isize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl ShrAssign<&u128> for usize

    source§

    fn shr_assign(&mut self, other: &u128)

    Performs the >>= operation. Read more
    ","ShrAssign<&u128>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl ShrAssign<&u16> for usize

    source§

    fn shr_assign(&mut self, other: &u16)

    Performs the >>= operation. Read more
    ","ShrAssign<&u16>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl ShrAssign<&u32> for usize

    source§

    fn shr_assign(&mut self, other: &u32)

    Performs the >>= operation. Read more
    ","ShrAssign<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl ShrAssign<&u64> for usize

    source§

    fn shr_assign(&mut self, other: &u64)

    Performs the >>= operation. Read more
    ","ShrAssign<&u64>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl ShrAssign<&u8> for usize

    source§

    fn shr_assign(&mut self, other: &u8)

    Performs the >>= operation. Read more
    ","ShrAssign<&u8>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl ShrAssign<&usize> for usize

    source§

    fn shr_assign(&mut self, other: &usize)

    Performs the >>= operation. Read more
    ","ShrAssign<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl ShrAssign<i128> for usize

    source§

    fn shr_assign(&mut self, other: i128)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl ShrAssign<i16> for usize

    source§

    fn shr_assign(&mut self, other: i16)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl ShrAssign<i32> for usize

    source§

    fn shr_assign(&mut self, other: i32)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl ShrAssign<i64> for usize

    source§

    fn shr_assign(&mut self, other: i64)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl ShrAssign<i8> for usize

    source§

    fn shr_assign(&mut self, other: i8)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl ShrAssign<isize> for usize

    source§

    fn shr_assign(&mut self, other: isize)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl ShrAssign<u128> for usize

    source§

    fn shr_assign(&mut self, other: u128)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl ShrAssign<u16> for usize

    source§

    fn shr_assign(&mut self, other: u16)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl ShrAssign<u32> for usize

    source§

    fn shr_assign(&mut self, other: u32)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl ShrAssign<u64> for usize

    source§

    fn shr_assign(&mut self, other: u64)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl ShrAssign<u8> for usize

    source§

    fn shr_assign(&mut self, other: u8)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl ShrAssign for usize

    source§

    fn shr_assign(&mut self, other: usize)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    source§

    impl SimdElement for usize

    §

    type Mask = isize

    🔬This is a nightly-only experimental API. (portable_simd)
    The mask element type corresponding to this element type.
    ","SimdElement","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.15.0 (const: unstable) · source§

    impl<T> SliceIndex<[T]> for usize

    The methods index and index_mut panic if the index is out of bounds.

    \n
    §

    type Output = T

    The output type returned by methods.
    const: unstable · source§

    fn get(self, slice: &[T]) -> Option<&T>

    🔬This is a nightly-only experimental API. (slice_index_methods)
    Returns a shared reference to the output at this location, if in\nbounds.
    const: unstable · source§

    fn get_mut(self, slice: &mut [T]) -> Option<&mut T>

    🔬This is a nightly-only experimental API. (slice_index_methods)
    Returns a mutable reference to the output at this location, if in\nbounds.
    const: unstable · source§

    unsafe fn get_unchecked(self, slice: *const [T]) -> *const T

    🔬This is a nightly-only experimental API. (slice_index_methods)
    Returns a pointer to the output at this location, without\nperforming any bounds checking.\nCalling this method with an out-of-bounds index or a dangling slice pointer\nis undefined behavior even if the resulting pointer is not used.
    const: unstable · source§

    unsafe fn get_unchecked_mut(self, slice: *mut [T]) -> *mut T

    🔬This is a nightly-only experimental API. (slice_index_methods)
    Returns a mutable pointer to the output at this location, without\nperforming any bounds checking.\nCalling this method with an out-of-bounds index or a dangling slice pointer\nis undefined behavior even if the resulting pointer is not used.
    const: unstable · source§

    fn index(self, slice: &[T]) -> &T

    🔬This is a nightly-only experimental API. (slice_index_methods)
    Returns a shared reference to the output at this location, panicking\nif out of bounds.
    const: unstable · source§

    fn index_mut(self, slice: &mut [T]) -> &mut T

    🔬This is a nightly-only experimental API. (slice_index_methods)
    Returns a mutable reference to the output at this location, panicking\nif out of bounds.
    ","SliceIndex<[T]>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    source§

    impl Step for usize

    source§

    fn forward(start: usize, n: usize) -> usize

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the successor\nof self count times. Read more
    source§

    fn backward(start: usize, n: usize) -> usize

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the predecessor\nof self count times. Read more
    source§

    unsafe fn forward_unchecked(start: usize, n: usize) -> usize

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the successor\nof self count times. Read more
    source§

    unsafe fn backward_unchecked(start: usize, n: usize) -> usize

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the predecessor\nof self count times. Read more
    source§

    fn steps_between(start: &usize, end: &usize) -> Option<usize>

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the number of successor steps required to get from start to end. Read more
    source§

    fn forward_checked(start: usize, n: usize) -> Option<usize>

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the successor\nof self count times. Read more
    source§

    fn backward_checked(start: usize, n: usize) -> Option<usize>

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the predecessor\nof self count times. Read more
    ","Step","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Sub<&usize> for usize

    §

    type Output = <usize as Sub>::Output

    The resulting type after applying the - operator.
    source§

    fn sub(self, other: &usize) -> <usize as Sub>::Output

    Performs the - operation. Read more
    ","Sub<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Sub for usize

    §

    type Output = usize

    The resulting type after applying the - operator.
    source§

    fn sub(self, other: usize) -> usize

    Performs the - operation. Read more
    ","Sub","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl SubAssign<&usize> for usize

    source§

    fn sub_assign(&mut self, other: &usize)

    Performs the -= operation. Read more
    ","SubAssign<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl SubAssign for usize

    source§

    fn sub_assign(&mut self, other: usize)

    Performs the -= operation. Read more
    ","SubAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.12.0 · source§

    impl<'a> Sum<&'a usize> for usize

    source§

    fn sum<I>(iter: I) -> usize
    where\n I: Iterator<Item = &'a usize>,

    Method which takes an iterator and generates Self from the elements by\n“summing up” the items.
    ","Sum<&'a usize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.12.0 · source§

    impl Sum for usize

    source§

    fn sum<I>(iter: I) -> usize
    where\n I: Iterator<Item = usize>,

    Method which takes an iterator and generates Self from the elements by\n“summing up” the items.
    ","Sum","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.34.0 · source§

    impl TryFrom<i128> for usize

    source§

    fn try_from(u: i128) -> Result<usize, <usize as TryFrom<i128>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.34.0 · source§

    impl TryFrom<i16> for usize

    source§

    fn try_from(u: i16) -> Result<usize, <usize as TryFrom<i16>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.34.0 · source§

    impl TryFrom<i32> for usize

    source§

    fn try_from(u: i32) -> Result<usize, <usize as TryFrom<i32>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.34.0 · source§

    impl TryFrom<i64> for usize

    source§

    fn try_from(u: i64) -> Result<usize, <usize as TryFrom<i64>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.34.0 · source§

    impl TryFrom<i8> for usize

    source§

    fn try_from(u: i8) -> Result<usize, <usize as TryFrom<i8>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.34.0 · source§

    impl TryFrom<isize> for usize

    source§

    fn try_from(u: isize) -> Result<usize, <usize as TryFrom<isize>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.34.0 · source§

    impl TryFrom<u128> for usize

    source§

    fn try_from(u: u128) -> Result<usize, <usize as TryFrom<u128>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.34.0 · source§

    impl TryFrom<u32> for usize

    source§

    fn try_from(value: u32) -> Result<usize, <usize as TryFrom<u32>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.34.0 · source§

    impl TryFrom<u64> for usize

    source§

    fn try_from(value: u64) -> Result<usize, <usize as TryFrom<u64>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.42.0 · source§

    impl UpperExp for usize

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","UpperExp","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl UpperHex for usize

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","UpperHex","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    source§

    impl ConstParamTy for usize

    ","ConstParamTy","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Copy for usize

    ","Copy","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Eq for usize

    ","Eq","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    source§

    impl SimdCast for usize

    ","SimdCast","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    source§

    impl StructuralPartialEq for usize

    ","StructuralPartialEq","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    source§

    impl TrustedStep for usize

    ","TrustedStep","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    source§

    impl Weight for usize

    ","Weight","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    source§

    impl ZeroablePrimitive for usize

    ","ZeroablePrimitive","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"]] +"bdk_chain":[["
    1.0.0 · source§

    impl Add<&usize> for usize

    §

    type Output = <usize as Add>::Output

    The resulting type after applying the + operator.
    source§

    fn add(self, other: &usize) -> <usize as Add>::Output

    Performs the + operation. Read more
    ","Add<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 (const: unstable) · source§

    impl Add for usize

    §

    type Output = usize

    The resulting type after applying the + operator.
    const: unstable · source§

    fn add(self, other: usize) -> usize

    Performs the + operation. Read more
    ","Add","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl AddAssign<&usize> for usize

    source§

    fn add_assign(&mut self, other: &usize)

    Performs the += operation. Read more
    ","AddAssign<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl AddAssign for usize

    source§

    fn add_assign(&mut self, other: usize)

    Performs the += operation. Read more
    ","AddAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Binary for usize

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Binary","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl BitAnd<&usize> for usize

    §

    type Output = <usize as BitAnd>::Output

    The resulting type after applying the & operator.
    source§

    fn bitand(self, other: &usize) -> <usize as BitAnd>::Output

    Performs the & operation. Read more
    ","BitAnd<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl BitAnd for usize

    §

    type Output = usize

    The resulting type after applying the & operator.
    source§

    fn bitand(self, rhs: usize) -> usize

    Performs the & operation. Read more
    ","BitAnd","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl BitAndAssign<&usize> for usize

    source§

    fn bitand_assign(&mut self, other: &usize)

    Performs the &= operation. Read more
    ","BitAndAssign<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl BitAndAssign for usize

    source§

    fn bitand_assign(&mut self, other: usize)

    Performs the &= operation. Read more
    ","BitAndAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl BitOr<&usize> for usize

    §

    type Output = <usize as BitOr>::Output

    The resulting type after applying the | operator.
    source§

    fn bitor(self, other: &usize) -> <usize as BitOr>::Output

    Performs the | operation. Read more
    ","BitOr<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl BitOr for usize

    §

    type Output = usize

    The resulting type after applying the | operator.
    source§

    fn bitor(self, rhs: usize) -> usize

    Performs the | operation. Read more
    ","BitOr","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl BitOrAssign<&usize> for usize

    source§

    fn bitor_assign(&mut self, other: &usize)

    Performs the |= operation. Read more
    ","BitOrAssign<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl BitOrAssign for usize

    source§

    fn bitor_assign(&mut self, other: usize)

    Performs the |= operation. Read more
    ","BitOrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl BitXor<&usize> for usize

    §

    type Output = <usize as BitXor>::Output

    The resulting type after applying the ^ operator.
    source§

    fn bitxor(self, other: &usize) -> <usize as BitXor>::Output

    Performs the ^ operation. Read more
    ","BitXor<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl BitXor for usize

    §

    type Output = usize

    The resulting type after applying the ^ operator.
    source§

    fn bitxor(self, other: usize) -> usize

    Performs the ^ operation. Read more
    ","BitXor","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl BitXorAssign<&usize> for usize

    source§

    fn bitxor_assign(&mut self, other: &usize)

    Performs the ^= operation. Read more
    ","BitXorAssign<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl BitXorAssign for usize

    source§

    fn bitxor_assign(&mut self, other: usize)

    Performs the ^= operation. Read more
    ","BitXorAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Clone for usize

    source§

    fn clone(&self) -> usize

    Returns a copy of the value. Read more
    1.0.0 · source§

    fn clone_from(&mut self, source: &Self)

    Performs copy-assignment from source. Read more
    ","Clone","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Debug for usize

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Debug","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Default for usize

    source§

    fn default() -> usize

    Returns the default value of 0

    \n
    ","Default","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    source§

    impl<'de> Deserialize<'de> for usize

    source§

    fn deserialize<D>(\n deserializer: D\n) -> Result<usize, <D as Deserializer<'de>>::Error>
    where\n D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    ","Deserialize<'de>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Display for usize

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Display","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Div<&usize> for usize

    §

    type Output = <usize as Div>::Output

    The resulting type after applying the / operator.
    source§

    fn div(self, other: &usize) -> <usize as Div>::Output

    Performs the / operation. Read more
    ","Div<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.51.0 · source§

    impl Div<NonZero<usize>> for usize

    source§

    fn div(self, other: NonZero<usize>) -> usize

    This operation rounds towards zero, truncating any fractional\npart of the exact result, and cannot panic.

    \n
    §

    type Output = usize

    The resulting type after applying the / operator.
    ","Div>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Div for usize

    This operation rounds towards zero, truncating any\nfractional part of the exact result.

    \n

    §Panics

    \n

    This operation will panic if other == 0.

    \n
    §

    type Output = usize

    The resulting type after applying the / operator.
    source§

    fn div(self, other: usize) -> usize

    Performs the / operation. Read more
    ","Div","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl DivAssign<&usize> for usize

    source§

    fn div_assign(&mut self, other: &usize)

    Performs the /= operation. Read more
    ","DivAssign<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.79.0 · source§

    impl DivAssign<NonZero<usize>> for usize

    source§

    fn div_assign(&mut self, other: NonZero<usize>)

    This operation rounds towards zero, truncating any fractional\npart of the exact result, and cannot panic.

    \n
    ","DivAssign>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl DivAssign for usize

    source§

    fn div_assign(&mut self, other: usize)

    Performs the /= operation. Read more
    ","DivAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    source§

    impl From<Alignment> for usize

    source§

    fn from(align: Alignment) -> usize

    Converts to this type from the input type.
    ","From","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    §

    impl<O> From<U16<O>> for usize
    where\n O: ByteOrder,

    §

    fn from(x: U16<O>) -> usize

    Converts to this type from the input type.
    ","From>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.28.0 · source§

    impl From<bool> for usize

    source§

    fn from(small: bool) -> usize

    Converts a bool to usize losslessly.\nThe resulting value is 0 for false and 1 for true values.

    \n
    §Examples
    \n
    assert_eq!(usize::from(true), 1);\nassert_eq!(usize::from(false), 0);
    \n
    ","From","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.26.0 · source§

    impl From<u16> for usize

    source§

    fn from(small: u16) -> usize

    Converts u16 to usize losslessly.

    \n
    ","From","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.5.0 · source§

    impl From<u8> for usize

    source§

    fn from(small: u8) -> usize

    Converts u8 to usize losslessly.

    \n
    ","From","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl FromStr for usize

    §

    type Err = ParseIntError

    The associated error which can be returned from parsing.
    source§

    fn from_str(src: &str) -> Result<usize, ParseIntError>

    Parses a string s to return a value of this type. Read more
    ","FromStr","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Hash for usize

    source§

    fn hash<H>(&self, state: &mut H)
    where\n H: Hasher,

    Feeds this value into the given Hasher. Read more
    source§

    fn hash_slice<H>(data: &[usize], state: &mut H)
    where\n H: Hasher,

    Feeds a slice of this type into the given Hasher. Read more
    ","Hash","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    source§

    impl<'de, E> IntoDeserializer<'de, E> for usize
    where\n E: Error,

    §

    type Deserializer = UsizeDeserializer<E>

    The type of the deserializer being converted into.
    source§

    fn into_deserializer(self) -> UsizeDeserializer<E>

    Convert this value into a deserializer.
    ","IntoDeserializer<'de, E>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.42.0 · source§

    impl LowerExp for usize

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","LowerExp","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl LowerHex for usize

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","LowerHex","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Mul<&usize> for usize

    §

    type Output = <usize as Mul>::Output

    The resulting type after applying the * operator.
    source§

    fn mul(self, other: &usize) -> <usize as Mul>::Output

    Performs the * operation. Read more
    ","Mul<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Mul for usize

    §

    type Output = usize

    The resulting type after applying the * operator.
    source§

    fn mul(self, other: usize) -> usize

    Performs the * operation. Read more
    ","Mul","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl MulAssign<&usize> for usize

    source§

    fn mul_assign(&mut self, other: &usize)

    Performs the *= operation. Read more
    ","MulAssign<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl MulAssign for usize

    source§

    fn mul_assign(&mut self, other: usize)

    Performs the *= operation. Read more
    ","MulAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Not for usize

    §

    type Output = usize

    The resulting type after applying the ! operator.
    source§

    fn not(self) -> usize

    Performs the unary ! operation. Read more
    ","Not","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Octal for usize

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","Octal","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Ord for usize

    source§

    fn cmp(&self, other: &usize) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Self
    where\n Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Self
    where\n Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Self
    where\n Self: Sized + PartialOrd,

    Restrict a value to a certain interval. Read more
    ","Ord","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    source§

    impl PartialEq<Value> for usize

    source§

    fn eq(&self, other: &Value) -> bool

    This method tests for self and other values to be equal, and is used\nby ==.
    1.0.0 · source§

    fn ne(&self, other: &Rhs) -> bool

    This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
    ","PartialEq","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 (const: unstable) · source§

    impl PartialEq for usize

    const: unstable · source§

    fn eq(&self, other: &usize) -> bool

    This method tests for self and other values to be equal, and is used\nby ==.
    const: unstable · source§

    fn ne(&self, other: &usize) -> bool

    This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
    ","PartialEq","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl PartialOrd for usize

    source§

    fn partial_cmp(&self, other: &usize) -> Option<Ordering>

    This method returns an ordering between self and other values if one exists. Read more
    source§

    fn lt(&self, other: &usize) -> bool

    This method tests less than (for self and other) and is used by the < operator. Read more
    source§

    fn le(&self, other: &usize) -> bool

    This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more
    source§

    fn ge(&self, other: &usize) -> bool

    This method tests greater than or equal to (for self and other) and is used by the >=\noperator. Read more
    source§

    fn gt(&self, other: &usize) -> bool

    This method tests greater than (for self and other) and is used by the > operator. Read more
    ","PartialOrd","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.12.0 · source§

    impl<'a> Product<&'a usize> for usize

    source§

    fn product<I>(iter: I) -> usize
    where\n I: Iterator<Item = &'a usize>,

    Method which takes an iterator and generates Self from the elements by\nmultiplying the items.
    ","Product<&'a usize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.12.0 · source§

    impl Product for usize

    source§

    fn product<I>(iter: I) -> usize
    where\n I: Iterator<Item = usize>,

    Method which takes an iterator and generates Self from the elements by\nmultiplying the items.
    ","Product","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Rem<&usize> for usize

    §

    type Output = <usize as Rem>::Output

    The resulting type after applying the % operator.
    source§

    fn rem(self, other: &usize) -> <usize as Rem>::Output

    Performs the % operation. Read more
    ","Rem<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.51.0 · source§

    impl Rem<NonZero<usize>> for usize

    source§

    fn rem(self, other: NonZero<usize>) -> usize

    This operation satisfies n % d == n - (n / d) * d, and cannot panic.

    \n
    §

    type Output = usize

    The resulting type after applying the % operator.
    ","Rem>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Rem for usize

    This operation satisfies n % d == n - (n / d) * d. The\nresult has the same sign as the left operand.

    \n

    §Panics

    \n

    This operation will panic if other == 0.

    \n
    §

    type Output = usize

    The resulting type after applying the % operator.
    source§

    fn rem(self, other: usize) -> usize

    Performs the % operation. Read more
    ","Rem","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl RemAssign<&usize> for usize

    source§

    fn rem_assign(&mut self, other: &usize)

    Performs the %= operation. Read more
    ","RemAssign<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.79.0 · source§

    impl RemAssign<NonZero<usize>> for usize

    source§

    fn rem_assign(&mut self, other: NonZero<usize>)

    This operation satisfies n % d == n - (n / d) * d, and cannot panic.

    \n
    ","RemAssign>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl RemAssign for usize

    source§

    fn rem_assign(&mut self, other: usize)

    Performs the %= operation. Read more
    ","RemAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    source§

    impl SampleUniform for usize

    §

    type Sampler = UniformInt<usize>

    The UniformSampler implementation supporting type X.
    ","SampleUniform","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    source§

    impl Serialize for usize

    source§

    fn serialize<S>(\n &self,\n serializer: S\n) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
    where\n S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    ","Serialize","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shl<&i128> for usize

    §

    type Output = <usize as Shl<i128>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &i128) -> <usize as Shl<i128>>::Output

    Performs the << operation. Read more
    ","Shl<&i128>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shl<&i16> for usize

    §

    type Output = <usize as Shl<i16>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &i16) -> <usize as Shl<i16>>::Output

    Performs the << operation. Read more
    ","Shl<&i16>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shl<&i32> for usize

    §

    type Output = <usize as Shl<i32>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &i32) -> <usize as Shl<i32>>::Output

    Performs the << operation. Read more
    ","Shl<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shl<&i64> for usize

    §

    type Output = <usize as Shl<i64>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &i64) -> <usize as Shl<i64>>::Output

    Performs the << operation. Read more
    ","Shl<&i64>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shl<&i8> for usize

    §

    type Output = <usize as Shl<i8>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &i8) -> <usize as Shl<i8>>::Output

    Performs the << operation. Read more
    ","Shl<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shl<&isize> for usize

    §

    type Output = <usize as Shl<isize>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &isize) -> <usize as Shl<isize>>::Output

    Performs the << operation. Read more
    ","Shl<&isize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shl<&u128> for usize

    §

    type Output = <usize as Shl<u128>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &u128) -> <usize as Shl<u128>>::Output

    Performs the << operation. Read more
    ","Shl<&u128>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shl<&u16> for usize

    §

    type Output = <usize as Shl<u16>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &u16) -> <usize as Shl<u16>>::Output

    Performs the << operation. Read more
    ","Shl<&u16>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shl<&u32> for usize

    §

    type Output = <usize as Shl<u32>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &u32) -> <usize as Shl<u32>>::Output

    Performs the << operation. Read more
    ","Shl<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shl<&u64> for usize

    §

    type Output = <usize as Shl<u64>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &u64) -> <usize as Shl<u64>>::Output

    Performs the << operation. Read more
    ","Shl<&u64>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shl<&u8> for usize

    §

    type Output = <usize as Shl<u8>>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &u8) -> <usize as Shl<u8>>::Output

    Performs the << operation. Read more
    ","Shl<&u8>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shl<&usize> for usize

    §

    type Output = <usize as Shl>::Output

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: &usize) -> <usize as Shl>::Output

    Performs the << operation. Read more
    ","Shl<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shl<i128> for usize

    §

    type Output = usize

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: i128) -> usize

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shl<i16> for usize

    §

    type Output = usize

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: i16) -> usize

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shl<i32> for usize

    §

    type Output = usize

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: i32) -> usize

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shl<i64> for usize

    §

    type Output = usize

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: i64) -> usize

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shl<i8> for usize

    §

    type Output = usize

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: i8) -> usize

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shl<isize> for usize

    §

    type Output = usize

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: isize) -> usize

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shl<u128> for usize

    §

    type Output = usize

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: u128) -> usize

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shl<u16> for usize

    §

    type Output = usize

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: u16) -> usize

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shl<u32> for usize

    §

    type Output = usize

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: u32) -> usize

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shl<u64> for usize

    §

    type Output = usize

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: u64) -> usize

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shl<u8> for usize

    §

    type Output = usize

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: u8) -> usize

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shl for usize

    §

    type Output = usize

    The resulting type after applying the << operator.
    source§

    fn shl(self, other: usize) -> usize

    Performs the << operation. Read more
    ","Shl","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl ShlAssign<&i128> for usize

    source§

    fn shl_assign(&mut self, other: &i128)

    Performs the <<= operation. Read more
    ","ShlAssign<&i128>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl ShlAssign<&i16> for usize

    source§

    fn shl_assign(&mut self, other: &i16)

    Performs the <<= operation. Read more
    ","ShlAssign<&i16>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl ShlAssign<&i32> for usize

    source§

    fn shl_assign(&mut self, other: &i32)

    Performs the <<= operation. Read more
    ","ShlAssign<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl ShlAssign<&i64> for usize

    source§

    fn shl_assign(&mut self, other: &i64)

    Performs the <<= operation. Read more
    ","ShlAssign<&i64>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl ShlAssign<&i8> for usize

    source§

    fn shl_assign(&mut self, other: &i8)

    Performs the <<= operation. Read more
    ","ShlAssign<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl ShlAssign<&isize> for usize

    source§

    fn shl_assign(&mut self, other: &isize)

    Performs the <<= operation. Read more
    ","ShlAssign<&isize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl ShlAssign<&u128> for usize

    source§

    fn shl_assign(&mut self, other: &u128)

    Performs the <<= operation. Read more
    ","ShlAssign<&u128>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl ShlAssign<&u16> for usize

    source§

    fn shl_assign(&mut self, other: &u16)

    Performs the <<= operation. Read more
    ","ShlAssign<&u16>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl ShlAssign<&u32> for usize

    source§

    fn shl_assign(&mut self, other: &u32)

    Performs the <<= operation. Read more
    ","ShlAssign<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl ShlAssign<&u64> for usize

    source§

    fn shl_assign(&mut self, other: &u64)

    Performs the <<= operation. Read more
    ","ShlAssign<&u64>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl ShlAssign<&u8> for usize

    source§

    fn shl_assign(&mut self, other: &u8)

    Performs the <<= operation. Read more
    ","ShlAssign<&u8>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl ShlAssign<&usize> for usize

    source§

    fn shl_assign(&mut self, other: &usize)

    Performs the <<= operation. Read more
    ","ShlAssign<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl ShlAssign<i128> for usize

    source§

    fn shl_assign(&mut self, other: i128)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl ShlAssign<i16> for usize

    source§

    fn shl_assign(&mut self, other: i16)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl ShlAssign<i32> for usize

    source§

    fn shl_assign(&mut self, other: i32)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl ShlAssign<i64> for usize

    source§

    fn shl_assign(&mut self, other: i64)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl ShlAssign<i8> for usize

    source§

    fn shl_assign(&mut self, other: i8)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl ShlAssign<isize> for usize

    source§

    fn shl_assign(&mut self, other: isize)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl ShlAssign<u128> for usize

    source§

    fn shl_assign(&mut self, other: u128)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl ShlAssign<u16> for usize

    source§

    fn shl_assign(&mut self, other: u16)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl ShlAssign<u32> for usize

    source§

    fn shl_assign(&mut self, other: u32)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl ShlAssign<u64> for usize

    source§

    fn shl_assign(&mut self, other: u64)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl ShlAssign<u8> for usize

    source§

    fn shl_assign(&mut self, other: u8)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl ShlAssign for usize

    source§

    fn shl_assign(&mut self, other: usize)

    Performs the <<= operation. Read more
    ","ShlAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shr<&i128> for usize

    §

    type Output = <usize as Shr<i128>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &i128) -> <usize as Shr<i128>>::Output

    Performs the >> operation. Read more
    ","Shr<&i128>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shr<&i16> for usize

    §

    type Output = <usize as Shr<i16>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &i16) -> <usize as Shr<i16>>::Output

    Performs the >> operation. Read more
    ","Shr<&i16>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shr<&i32> for usize

    §

    type Output = <usize as Shr<i32>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &i32) -> <usize as Shr<i32>>::Output

    Performs the >> operation. Read more
    ","Shr<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shr<&i64> for usize

    §

    type Output = <usize as Shr<i64>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &i64) -> <usize as Shr<i64>>::Output

    Performs the >> operation. Read more
    ","Shr<&i64>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shr<&i8> for usize

    §

    type Output = <usize as Shr<i8>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &i8) -> <usize as Shr<i8>>::Output

    Performs the >> operation. Read more
    ","Shr<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shr<&isize> for usize

    §

    type Output = <usize as Shr<isize>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &isize) -> <usize as Shr<isize>>::Output

    Performs the >> operation. Read more
    ","Shr<&isize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shr<&u128> for usize

    §

    type Output = <usize as Shr<u128>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &u128) -> <usize as Shr<u128>>::Output

    Performs the >> operation. Read more
    ","Shr<&u128>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shr<&u16> for usize

    §

    type Output = <usize as Shr<u16>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &u16) -> <usize as Shr<u16>>::Output

    Performs the >> operation. Read more
    ","Shr<&u16>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shr<&u32> for usize

    §

    type Output = <usize as Shr<u32>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &u32) -> <usize as Shr<u32>>::Output

    Performs the >> operation. Read more
    ","Shr<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shr<&u64> for usize

    §

    type Output = <usize as Shr<u64>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &u64) -> <usize as Shr<u64>>::Output

    Performs the >> operation. Read more
    ","Shr<&u64>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shr<&u8> for usize

    §

    type Output = <usize as Shr<u8>>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &u8) -> <usize as Shr<u8>>::Output

    Performs the >> operation. Read more
    ","Shr<&u8>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shr<&usize> for usize

    §

    type Output = <usize as Shr>::Output

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: &usize) -> <usize as Shr>::Output

    Performs the >> operation. Read more
    ","Shr<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shr<i128> for usize

    §

    type Output = usize

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: i128) -> usize

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shr<i16> for usize

    §

    type Output = usize

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: i16) -> usize

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shr<i32> for usize

    §

    type Output = usize

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: i32) -> usize

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shr<i64> for usize

    §

    type Output = usize

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: i64) -> usize

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shr<i8> for usize

    §

    type Output = usize

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: i8) -> usize

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shr<isize> for usize

    §

    type Output = usize

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: isize) -> usize

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shr<u128> for usize

    §

    type Output = usize

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: u128) -> usize

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shr<u16> for usize

    §

    type Output = usize

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: u16) -> usize

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shr<u32> for usize

    §

    type Output = usize

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: u32) -> usize

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shr<u64> for usize

    §

    type Output = usize

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: u64) -> usize

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shr<u8> for usize

    §

    type Output = usize

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: u8) -> usize

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Shr for usize

    §

    type Output = usize

    The resulting type after applying the >> operator.
    source§

    fn shr(self, other: usize) -> usize

    Performs the >> operation. Read more
    ","Shr","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl ShrAssign<&i128> for usize

    source§

    fn shr_assign(&mut self, other: &i128)

    Performs the >>= operation. Read more
    ","ShrAssign<&i128>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl ShrAssign<&i16> for usize

    source§

    fn shr_assign(&mut self, other: &i16)

    Performs the >>= operation. Read more
    ","ShrAssign<&i16>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl ShrAssign<&i32> for usize

    source§

    fn shr_assign(&mut self, other: &i32)

    Performs the >>= operation. Read more
    ","ShrAssign<&i32>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl ShrAssign<&i64> for usize

    source§

    fn shr_assign(&mut self, other: &i64)

    Performs the >>= operation. Read more
    ","ShrAssign<&i64>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl ShrAssign<&i8> for usize

    source§

    fn shr_assign(&mut self, other: &i8)

    Performs the >>= operation. Read more
    ","ShrAssign<&i8>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl ShrAssign<&isize> for usize

    source§

    fn shr_assign(&mut self, other: &isize)

    Performs the >>= operation. Read more
    ","ShrAssign<&isize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl ShrAssign<&u128> for usize

    source§

    fn shr_assign(&mut self, other: &u128)

    Performs the >>= operation. Read more
    ","ShrAssign<&u128>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl ShrAssign<&u16> for usize

    source§

    fn shr_assign(&mut self, other: &u16)

    Performs the >>= operation. Read more
    ","ShrAssign<&u16>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl ShrAssign<&u32> for usize

    source§

    fn shr_assign(&mut self, other: &u32)

    Performs the >>= operation. Read more
    ","ShrAssign<&u32>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl ShrAssign<&u64> for usize

    source§

    fn shr_assign(&mut self, other: &u64)

    Performs the >>= operation. Read more
    ","ShrAssign<&u64>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl ShrAssign<&u8> for usize

    source§

    fn shr_assign(&mut self, other: &u8)

    Performs the >>= operation. Read more
    ","ShrAssign<&u8>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl ShrAssign<&usize> for usize

    source§

    fn shr_assign(&mut self, other: &usize)

    Performs the >>= operation. Read more
    ","ShrAssign<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl ShrAssign<i128> for usize

    source§

    fn shr_assign(&mut self, other: i128)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl ShrAssign<i16> for usize

    source§

    fn shr_assign(&mut self, other: i16)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl ShrAssign<i32> for usize

    source§

    fn shr_assign(&mut self, other: i32)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl ShrAssign<i64> for usize

    source§

    fn shr_assign(&mut self, other: i64)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl ShrAssign<i8> for usize

    source§

    fn shr_assign(&mut self, other: i8)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl ShrAssign<isize> for usize

    source§

    fn shr_assign(&mut self, other: isize)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl ShrAssign<u128> for usize

    source§

    fn shr_assign(&mut self, other: u128)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl ShrAssign<u16> for usize

    source§

    fn shr_assign(&mut self, other: u16)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl ShrAssign<u32> for usize

    source§

    fn shr_assign(&mut self, other: u32)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl ShrAssign<u64> for usize

    source§

    fn shr_assign(&mut self, other: u64)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl ShrAssign<u8> for usize

    source§

    fn shr_assign(&mut self, other: u8)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl ShrAssign for usize

    source§

    fn shr_assign(&mut self, other: usize)

    Performs the >>= operation. Read more
    ","ShrAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    source§

    impl SimdElement for usize

    §

    type Mask = isize

    🔬This is a nightly-only experimental API. (portable_simd)
    The mask element type corresponding to this element type.
    ","SimdElement","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.15.0 (const: unstable) · source§

    impl<T> SliceIndex<[T]> for usize

    The methods index and index_mut panic if the index is out of bounds.

    \n
    §

    type Output = T

    The output type returned by methods.
    const: unstable · source§

    fn get(self, slice: &[T]) -> Option<&T>

    🔬This is a nightly-only experimental API. (slice_index_methods)
    Returns a shared reference to the output at this location, if in\nbounds.
    const: unstable · source§

    fn get_mut(self, slice: &mut [T]) -> Option<&mut T>

    🔬This is a nightly-only experimental API. (slice_index_methods)
    Returns a mutable reference to the output at this location, if in\nbounds.
    const: unstable · source§

    unsafe fn get_unchecked(self, slice: *const [T]) -> *const T

    🔬This is a nightly-only experimental API. (slice_index_methods)
    Returns a pointer to the output at this location, without\nperforming any bounds checking.\nCalling this method with an out-of-bounds index or a dangling slice pointer\nis undefined behavior even if the resulting pointer is not used.
    const: unstable · source§

    unsafe fn get_unchecked_mut(self, slice: *mut [T]) -> *mut T

    🔬This is a nightly-only experimental API. (slice_index_methods)
    Returns a mutable pointer to the output at this location, without\nperforming any bounds checking.\nCalling this method with an out-of-bounds index or a dangling slice pointer\nis undefined behavior even if the resulting pointer is not used.
    const: unstable · source§

    fn index(self, slice: &[T]) -> &T

    🔬This is a nightly-only experimental API. (slice_index_methods)
    Returns a shared reference to the output at this location, panicking\nif out of bounds.
    const: unstable · source§

    fn index_mut(self, slice: &mut [T]) -> &mut T

    🔬This is a nightly-only experimental API. (slice_index_methods)
    Returns a mutable reference to the output at this location, panicking\nif out of bounds.
    ","SliceIndex<[T]>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    source§

    impl Step for usize

    source§

    fn forward(start: usize, n: usize) -> usize

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the successor\nof self count times. Read more
    source§

    fn backward(start: usize, n: usize) -> usize

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the predecessor\nof self count times. Read more
    source§

    unsafe fn forward_unchecked(start: usize, n: usize) -> usize

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the successor\nof self count times. Read more
    source§

    unsafe fn backward_unchecked(start: usize, n: usize) -> usize

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the predecessor\nof self count times. Read more
    source§

    fn steps_between(start: &usize, end: &usize) -> Option<usize>

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the number of successor steps required to get from start to end. Read more
    source§

    fn forward_checked(start: usize, n: usize) -> Option<usize>

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the successor\nof self count times. Read more
    source§

    fn backward_checked(start: usize, n: usize) -> Option<usize>

    🔬This is a nightly-only experimental API. (step_trait)
    Returns the value that would be obtained by taking the predecessor\nof self count times. Read more
    ","Step","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Sub<&usize> for usize

    §

    type Output = <usize as Sub>::Output

    The resulting type after applying the - operator.
    source§

    fn sub(self, other: &usize) -> <usize as Sub>::Output

    Performs the - operation. Read more
    ","Sub<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Sub for usize

    §

    type Output = usize

    The resulting type after applying the - operator.
    source§

    fn sub(self, other: usize) -> usize

    Performs the - operation. Read more
    ","Sub","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.22.0 · source§

    impl SubAssign<&usize> for usize

    source§

    fn sub_assign(&mut self, other: &usize)

    Performs the -= operation. Read more
    ","SubAssign<&usize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.8.0 · source§

    impl SubAssign for usize

    source§

    fn sub_assign(&mut self, other: usize)

    Performs the -= operation. Read more
    ","SubAssign","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.12.0 · source§

    impl<'a> Sum<&'a usize> for usize

    source§

    fn sum<I>(iter: I) -> usize
    where\n I: Iterator<Item = &'a usize>,

    Method which takes an iterator and generates Self from the elements by\n“summing up” the items.
    ","Sum<&'a usize>","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.12.0 · source§

    impl Sum for usize

    source§

    fn sum<I>(iter: I) -> usize
    where\n I: Iterator<Item = usize>,

    Method which takes an iterator and generates Self from the elements by\n“summing up” the items.
    ","Sum","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.34.0 · source§

    impl TryFrom<i128> for usize

    source§

    fn try_from(u: i128) -> Result<usize, <usize as TryFrom<i128>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.34.0 · source§

    impl TryFrom<i16> for usize

    source§

    fn try_from(u: i16) -> Result<usize, <usize as TryFrom<i16>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.34.0 · source§

    impl TryFrom<i32> for usize

    source§

    fn try_from(u: i32) -> Result<usize, <usize as TryFrom<i32>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.34.0 · source§

    impl TryFrom<i64> for usize

    source§

    fn try_from(u: i64) -> Result<usize, <usize as TryFrom<i64>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.34.0 · source§

    impl TryFrom<i8> for usize

    source§

    fn try_from(u: i8) -> Result<usize, <usize as TryFrom<i8>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.34.0 · source§

    impl TryFrom<isize> for usize

    source§

    fn try_from(u: isize) -> Result<usize, <usize as TryFrom<isize>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.34.0 · source§

    impl TryFrom<u128> for usize

    source§

    fn try_from(u: u128) -> Result<usize, <usize as TryFrom<u128>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.34.0 · source§

    impl TryFrom<u32> for usize

    source§

    fn try_from(value: u32) -> Result<usize, <usize as TryFrom<u32>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.34.0 · source§

    impl TryFrom<u64> for usize

    source§

    fn try_from(value: u64) -> Result<usize, <usize as TryFrom<u64>>::Error>

    Try to create the target number type from a source\nnumber type. This returns an error if the source value\nis outside of the range of the target type.

    \n
    §

    type Error = TryFromIntError

    The type returned in the event of a conversion error.
    ","TryFrom","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.42.0 · source§

    impl UpperExp for usize

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","UpperExp","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl UpperHex for usize

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    ","UpperHex","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    source§

    impl ConstParamTy for usize

    ","ConstParamTy","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Copy for usize

    ","Copy","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    1.0.0 · source§

    impl Eq for usize

    ","Eq","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    source§

    impl SimdCast for usize

    ","SimdCast","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    source§

    impl StructuralPartialEq for usize

    ","StructuralPartialEq","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    source§

    impl TrustedStep for usize

    ","TrustedStep","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    source§

    impl Weight for usize

    ","Weight","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"],["
    source§

    impl ZeroablePrimitive for usize

    ","ZeroablePrimitive","bdk_chain::bitcoin::secp256k1::ffi::types::size_t"]] };if (window.register_type_impls) {window.register_type_impls(type_impls);} else {window.pending_type_impls = type_impls;}})() \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_electrum_example/fn.main.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_electrum_example/fn.main.html index d6e0aafdd9..88379f231d 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_electrum_example/fn.main.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_electrum_example/fn.main.html @@ -1 +1 @@ -main in wallet_electrum_example - Rust

    Function wallet_electrum_example::main

    source ·
    pub(crate) fn main() -> Result<(), Error>
    \ No newline at end of file +main in wallet_electrum_example - Rust

    Function wallet_electrum_example::main

    source ·
    pub(crate) fn main() -> Result<(), Error>
    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_async/fn.main.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_async/fn.main.html index 767d0ba8ec..429632dd06 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_async/fn.main.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_async/fn.main.html @@ -1 +1 @@ -main in wallet_esplora_async - Rust

    Function wallet_esplora_async::main

    source ·
    pub(crate) fn main() -> Result<(), Error>
    \ No newline at end of file +main in wallet_esplora_async - Rust

    Function wallet_esplora_async::main

    source ·
    pub(crate) fn main() -> Result<(), Error>
    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_blocking/fn.main.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_blocking/fn.main.html index e557d02f7c..90afc3911e 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_blocking/fn.main.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_blocking/fn.main.html @@ -1 +1 @@ -main in wallet_esplora_blocking - Rust

    Function wallet_esplora_blocking::main

    source ·
    pub(crate) fn main() -> Result<(), Error>
    \ No newline at end of file +main in wallet_esplora_blocking - Rust

    Function wallet_esplora_blocking::main

    source ·
    pub(crate) fn main() -> Result<(), Error>
    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_rpc/fn.main.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_rpc/fn.main.html index bfcc678766..bf1b65eba7 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_rpc/fn.main.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_rpc/fn.main.html @@ -1 +1 @@ -main in wallet_rpc - Rust

    Function wallet_rpc::main

    source ·
    pub(crate) fn main() -> Result<()>
    \ No newline at end of file +main in wallet_rpc - Rust

    Function wallet_rpc::main

    source ·
    pub(crate) fn main() -> Result<()>
    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_rpc/struct.Args.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_rpc/struct.Args.html index 10b045e66a..befaa39b41 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_rpc/struct.Args.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_rpc/struct.Args.html @@ -20,7 +20,7 @@ count.

    §rpc_cookie: Option<PathBuf>

    RPC auth cookie file

    §rpc_user: Option<String>

    RPC auth username

    §rpc_pass: Option<String>

    RPC auth password

    -

    Implementations§

    source§

    impl Args

    source

    pub(crate) fn client(&self) -> Result<Client>

    Trait Implementations§

    source§

    impl Args for Args

    source§

    fn augment_args<'b>(__clap_app: Command<'b>) -> Command<'b>

    Append to [Command] so it can instantiate Self. Read more
    source§

    fn augment_args_for_update<'b>(__clap_app: Command<'b>) -> Command<'b>

    Append to [Command] so it can update self. Read more
    source§

    impl CommandFactory for Args

    source§

    fn into_app<'b>() -> Command<'b>

    Deprecated, replaced with CommandFactory::command
    source§

    fn into_app_for_update<'b>() -> Command<'b>

    Deprecated, replaced with CommandFactory::command_for_update
    §

    fn command<'help>() -> App<'help>

    Build a [Command] that can instantiate Self. Read more
    §

    fn command_for_update<'help>() -> App<'help>

    Build a [Command] that can update self. Read more
    source§

    impl Debug for Args

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl FromArgMatches for Args

    source§

    fn from_arg_matches(__clap_arg_matches: &ArgMatches) -> Result<Self, Error>

    Instantiate Self from [ArgMatches], parsing the arguments as needed. Read more
    source§

    fn from_arg_matches_mut( +

    Implementations§

    source§

    impl Args

    source

    pub(crate) fn client(&self) -> Result<Client>

    Trait Implementations§

    source§

    impl Args for Args

    source§

    fn augment_args<'b>(__clap_app: Command<'b>) -> Command<'b>

    Append to [Command] so it can instantiate Self. Read more
    source§

    fn augment_args_for_update<'b>(__clap_app: Command<'b>) -> Command<'b>

    Append to [Command] so it can update self. Read more
    source§

    impl CommandFactory for Args

    source§

    fn into_app<'b>() -> Command<'b>

    Deprecated, replaced with CommandFactory::command
    source§

    fn into_app_for_update<'b>() -> Command<'b>

    Deprecated, replaced with CommandFactory::command_for_update
    §

    fn command<'help>() -> App<'help>

    Build a [Command] that can instantiate Self. Read more
    §

    fn command_for_update<'help>() -> App<'help>

    Build a [Command] that can update self. Read more
    source§

    impl Debug for Args

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl FromArgMatches for Args

    source§

    fn from_arg_matches(__clap_arg_matches: &ArgMatches) -> Result<Self, Error>

    Instantiate Self from [ArgMatches], parsing the arguments as needed. Read more
    source§

    fn from_arg_matches_mut( __clap_arg_matches: &mut ArgMatches ) -> Result<Self, Error>

    Instantiate Self from [ArgMatches], parsing the arguments as needed. Read more
    source§

    fn update_from_arg_matches( &mut self,