From: github-actions Date: Thu, 12 Sep 2024 13:51:17 +0000 (+0000) Subject: Publish autogenerated nightly docs X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/scripts/static/struct.HashEngine.html?a=commitdiff_plain;h=aa78acd3f607b5ac748fe52b3aaa4cce67c9473a;p=bitcoindevkit.org Publish autogenerated nightly docs --- 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 9cecff06e0..570338c6b5 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 ed789972b2..9da9f2ed05 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 20d68f2d72..9542a397f7 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 057dbd390d..b44203717d 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/base58/enum.Error.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/base58/enum.Error.html index cf6f9b2384..8a27262ebd 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 84179f6625..b612b5c724 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 c1ad875716..0cfe479070 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 @@ -2457,9 +2457,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 StrConsumer for String

Pushes the str onto the end of the String

§

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( +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 = 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 = 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 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 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 = 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 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 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 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 322504f386..e1b3cb8328 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,72 +3693,72 @@ 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 an object with a well-defined format. Read more
§

impl Decodable for Vec<TapLeafHash>

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 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>

§

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 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 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 @@ -3768,23 +3768,23 @@ y.clone_from(&x); 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 - 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 + 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
1.2.0 · source§

impl<'a, T, A> Extend<&'a T> for Vec<T, A>
where T: Copy + 'a, @@ -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,8 +3849,8 @@ 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 - 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 +

§

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 T: Clone,

source§

fn from(v: Vec<T>) -> Cow<'a, [T]>

Creates an Owned variant of Cow @@ -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.

@@ -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 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§

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§

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 dd7712b4b2..cda9da09f5 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 @@ -6,11 +6,11 @@ &self, previous_filter_header: &FilterHeader ) -> FilterHeader

Computes the filter header from a filter hash and previous filter header.

-

Trait Implementations§

§

impl AsRef<[u8]> for FilterHash

§

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

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

impl AsRef<[u8; 32]> for FilterHash

§

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

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

impl Borrow<[u8]> for FilterHash

§

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

Immutably borrows from an owned value. Read more
§

impl Clone for FilterHash

§

fn clone(&self) -> FilterHash

Returns a 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 FilterHash

§

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

Formats the value using the given formatter. Read more
§

impl Decodable for FilterHash

Trait Implementations§

§

impl AsRef<[u8]> for FilterHash

§

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

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

impl AsRef<[u8; 32]> for FilterHash

§

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

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

impl Borrow<[u8]> for FilterHash

§

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

Immutably borrows from an owned value. Read more
§

impl Clone for FilterHash

§

fn clone(&self) -> FilterHash

Returns a 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 FilterHash

§

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

Formats the value using the given formatter. Read more
§

impl Decodable for FilterHash

§

fn consensus_decode<R>(r: &mut R) -> Result<FilterHash, 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 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 should be backward. For some reason Satoshi decided this should be 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 d677627851..d6969f22f7 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(err: 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 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 ca5c2777e7..fcc07e0be7 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 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 60333c3e8d..8d2c096a1f 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 @@ -38,7 +38,7 @@ Unhardened elements are copied as is.

Trait Implementations§

§

impl AsRef<[ChildNumber]> for DerivationPath

§

fn as_ref(&self) -> &[ChildNumber]

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

impl Clone for DerivationPath

§

fn clone(&self) -> DerivationPath

Returns a 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 DerivationPath

§

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

Formats the value using the given formatter. Read more
§

impl Default for DerivationPath

§

fn default() -> DerivationPath

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

impl<'de> Deserialize<'de> for DerivationPath

§

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

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

impl Display for DerivationPath

§

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

Formats the value using the given formatter. Read more
§

impl<'a> From<&'a [ChildNumber]> for DerivationPath

§

fn from(numbers: &'a [ChildNumber]) -> DerivationPath

Converts to this type from the input type.
§

impl From<DerivationPath> for Vec<ChildNumber>

§

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

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.
§

impl FromIterator<ChildNumber> for DerivationPath

§

fn from_iter<T>(iter: T) -> DerivationPath
where + D: Deserializer<'de>,

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

impl Display for DerivationPath

§

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

Formats the value using the given formatter. Read more
§

impl<'a> From<&'a [ChildNumber]> for DerivationPath

§

fn from(numbers: &'a [ChildNumber]) -> DerivationPath

Converts to this type from the input type.
§

impl From<DerivationPath> for Vec<ChildNumber>

§

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

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.
§

impl FromIterator<ChildNumber> for DerivationPath

§

fn from_iter<T>(iter: T) -> DerivationPath
where T: IntoIterator<Item = ChildNumber>,

Creates a value from an iterator. Read more
§

impl FromStr for DerivationPath

§

type Err = Error

The associated error which can be returned from parsing.
§

fn from_str(path: &str) -> Result<DerivationPath, Error>

Parses a string s to return a value of this type. Read more
§

impl Hash for DerivationPath

§

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, 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 3957b6d238..745f8f4b75 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, 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 71819f2e5e..d5fe378bec 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 @@ -2,7 +2,7 @@

Implementations§

§

impl XKeyIdentifier

pub fn from_raw_hash(inner: Hash) -> XKeyIdentifier

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 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

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 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 0a86883433..4f547f7755 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,7 +6,7 @@ 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 should be backward. For some reason Satoshi decided this should be 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 90ab8507ad..a7e0630b2b 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 @@ -36,7 +36,7 @@ how difficult it would be at the highest possible target (highest target == lowe __deserializer: __D ) -> Result<Header, <__D as Deserializer<'de>>::Error>
where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§

impl Encodable for Header

§

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

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

impl From<&Header> for BlockHash

§

fn from(header: &Header) -> 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 Hash for Header

§

fn hash<__H>(&self, state: &mut __H)
where + R: Write + ?Sized,

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

impl From<&Header> for BlockHash

§

fn from(header: &Header) -> 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 Hash for Header

§

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 Header

§

fn cmp(&self, other: &Header) -> 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/block/struct.TxMerkleNode.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/block/struct.TxMerkleNode.html index 270297bda4..260b18fabd 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 @@ -6,7 +6,7 @@ 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 should be backward. For some reason Satoshi decided this should be 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 c5e9527498..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,10 +2,10 @@

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( + 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 to implement the io::Write trait, and to never return errors under 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 f88fdc8eaf..fc8a00ce3b 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,7 +8,7 @@ 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 to implement the io::Write trait, and to never return errors under 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 48d03164f4..413ca7ae6d 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 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 a31638a450..5ade1971ba 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,9 +144,9 @@ 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 +) -> 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 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( 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 4b08e2da4a..f069d9f79a 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 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 2d4e9f46f5..8f6bff73e6 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 e949dfe09f..ee5c4f4858 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,9 +7,9 @@ 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!

@@ -17,20 +17,20 @@ the script safely.

&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 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 6043e977ac..b1ec8b4beb 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 2106935ac0..03f32ab9aa 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,47 +143,47 @@ 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( +

§

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 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 <= +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 for Script

§

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
§

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 <= 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 Script

§

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 Serialize for Script

§

fn serialize<S>( &self, serializer: S 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 717fbaeab4..07ea54ff47 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 @@ -181,32 +181,32 @@ returned if a push is not minimal.

For better performance you should generally prefer displaying the script but if String is 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).

-

Trait Implementations§

§

impl AsMut<[u8]> for ScriptBuf

§

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

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 ScriptBuf

§

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

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 Clone for ScriptBuf

§

fn clone(&self) -> ScriptBuf

Returns a 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 ScriptBuf

§

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

Formats the value using the given formatter. Read more
§

impl Decodable for ScriptBuf

Trait Implementations§

§

impl AsMut<[u8]> for ScriptBuf

§

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

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 ScriptBuf

§

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

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 Clone for ScriptBuf

§

fn clone(&self) -> ScriptBuf

Returns a 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 ScriptBuf

§

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

Formats the value using the given formatter. Read more
§

impl Decodable for ScriptBuf

§

fn consensus_decode_from_finite_reader<R>(r: &mut R) -> Result<ScriptBuf, 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 Default for ScriptBuf

§

fn default() -> ScriptBuf

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

impl Deref for ScriptBuf

§

type Target = Script

The resulting type after dereferencing.
§

fn deref(&self) -> &<ScriptBuf as Deref>::Target

Dereferences the value.
§

impl DerefMut for ScriptBuf

§

fn deref_mut(&mut self) -> &mut <ScriptBuf as Deref>::Target

Mutably dereferences the value.
§

impl<'de> Deserialize<'de> for ScriptBuf

§

fn deserialize<D>( deserializer: D ) -> 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 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 <= +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 <= 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 <= +operator. Read more
§

impl PartialOrd for ScriptBuf

§

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 <= 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 ScriptBuf

§

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 <= -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 ScriptBuf

§

fn serialize<S>( &self, serializer: S 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 52f5150399..8d1ee5740d 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,8 +2,8 @@

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 should be backward. For some reason Satoshi decided this should be 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 5dc95bbd20..5dcc086ff8 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,8 +2,8 @@

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 should be backward. For some reason Satoshi decided this should be 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 b3a8e85257..859aedf20c 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 79209a06f7..bb3e61b73f 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.TryFromInstructionError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/witness_version/enum.TryFromInstructionError.html index 7777258053..e36633ab23 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/witness_version/enum.TryFromInstructionError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/witness_version/enum.TryFromInstructionError.html @@ -4,7 +4,7 @@ }
Expand description

Error attempting to create a WitnessVersion from an Instruction

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.
§

TryFrom(TryFromError)

Cannot not convert OP to a witness version.

§

DataPush

Cannot create a witness version from non-zero data push.

-

Trait Implementations§

§

impl Clone for TryFromInstructionError

§

fn clone(&self) -> TryFromInstructionError

Returns a 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 TryFromInstructionError

§

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

Formats the value using the given formatter. Read more
§

impl Display for TryFromInstructionError

§

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

Formats the value using the given formatter. Read more
§

impl Error for TryFromInstructionError

§

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 TryFromInstructionError

§

fn from(never: Infallible) -> TryFromInstructionError

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 TryFromInstructionError

§

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

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

Trait Implementations§

§

impl Clone for TryFromInstructionError

§

fn clone(&self) -> TryFromInstructionError

Returns a 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 TryFromInstructionError

§

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

Formats the value using the given formatter. Read more
§

impl Display for TryFromInstructionError

§

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

Formats the value using the given formatter. Read more
§

impl Error for TryFromInstructionError

§

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 TryFromInstructionError

§

fn from(never: Infallible) -> TryFromInstructionError

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 TryFromInstructionError

§

fn eq(&self, other: &TryFromInstructionError) -> 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 TryFromInstructionError

§

impl StructuralPartialEq for TryFromInstructionError

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 3b0eda5eeb..423398a435 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 @@ -54,11 +54,11 @@ 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( no: u8 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 d6ad794183..bd675fb50c 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/transaction/struct.IndexOutOfBoundsError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/transaction/struct.IndexOutOfBoundsError.html index 6847d024c2..d71b5b32a0 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/transaction/struct.IndexOutOfBoundsError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/transaction/struct.IndexOutOfBoundsError.html @@ -4,7 +4,7 @@ }
Expand description

Error attempting to do an out of bounds access on a vector.

Fields (Non-exhaustive)§

This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.
§index: usize

Attempted index access.

§length: usize

Length of the vector where access was attempted.

-

Trait Implementations§

§

impl Clone for IndexOutOfBoundsError

§

fn clone(&self) -> IndexOutOfBoundsError

Returns a 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 IndexOutOfBoundsError

§

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

Formats the value using the given formatter. Read more
§

impl Display for IndexOutOfBoundsError

§

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

Formats the value using the given formatter. Read more
§

impl Error for IndexOutOfBoundsError

§

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<IndexOutOfBoundsError> for OutputsIndexError

§

fn from(e: IndexOutOfBoundsError) -> OutputsIndexError

Converts to this type from the input type.
§

impl PartialEq for IndexOutOfBoundsError

§

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

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

Trait Implementations§

§

impl Clone for IndexOutOfBoundsError

§

fn clone(&self) -> IndexOutOfBoundsError

Returns a 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 IndexOutOfBoundsError

§

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

Formats the value using the given formatter. Read more
§

impl Display for IndexOutOfBoundsError

§

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

Formats the value using the given formatter. Read more
§

impl Error for IndexOutOfBoundsError

§

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<IndexOutOfBoundsError> for OutputsIndexError

§

fn from(e: IndexOutOfBoundsError) -> OutputsIndexError

Converts to this type from the input type.
§

impl PartialEq for IndexOutOfBoundsError

§

fn eq(&self, other: &IndexOutOfBoundsError) -> 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 IndexOutOfBoundsError

§

impl StructuralPartialEq for IndexOutOfBoundsError

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.InputsIndexError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/transaction/struct.InputsIndexError.html index da6ee0ce2a..49c695cd61 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.Sequence.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/transaction/struct.Sequence.html index 4cb417ed7d..cc2f4e34b6 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 @@ -92,9 +92,9 @@ 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: 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( 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 1acaed88c8..f78092a499 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 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 6f72c07091..9b67d08062 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 @@ -10,7 +10,7 @@ trait operations. See 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 should be backward. For some reason Satoshi decided this should be 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 40594fcb49..fd330132f0 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,11 +2,11 @@

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 should be backward. For some reason Satoshi decided this should be 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 7d3ef31c1f..1cb71071e8 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 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..2acd050525 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§

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(error: 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§

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 cbce2f5161..6c7ac14ac5 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,10 +5,10 @@ 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: 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 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 aec614f2b2..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§

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 313c585049..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§

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§

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/struct.SerializedSignature.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/ecdsa/struct.SerializedSignature.html index 94adc93310..a9f6dad118 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/enum.Network.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/enum.Network.html index fd665bd49a..0b0a4bff12 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 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 d8a33e17a8..f69e4532e0 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 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 78afdec076..98fa2e1e99 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 @@ -54,11 +54,11 @@ 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( no: u8 diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/error/enum.UnprefixedHexError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/error/enum.UnprefixedHexError.html index 6960e587be..b90dd5bc6e 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/error/enum.UnprefixedHexError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/error/enum.UnprefixedHexError.html @@ -4,7 +4,7 @@ }
Expand description

Error returned when parsing integer from an supposedly un-prefixed hex string.

Variants§

§

ContainsPrefix(ContainsPrefixError)

Hex string contains prefix.

§

ParseInt(ParseIntError)

Error parsing integer from string.

-

Trait Implementations§

§

impl Clone for UnprefixedHexError

§

fn clone(&self) -> UnprefixedHexError

Returns a 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 UnprefixedHexError

§

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

Formats the value using the given formatter. Read more
§

impl Display for UnprefixedHexError

§

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

Formats the value using the given formatter. Read more
§

impl Error for UnprefixedHexError

§

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<ContainsPrefixError> for UnprefixedHexError

§

fn from(e: ContainsPrefixError) -> UnprefixedHexError

Converts to this type from the input type.
§

impl From<ParseIntError> for UnprefixedHexError

§

fn from(e: ParseIntError) -> UnprefixedHexError

Converts to this type from the input type.
§

impl PartialEq for UnprefixedHexError

§

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

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

Trait Implementations§

§

impl Clone for UnprefixedHexError

§

fn clone(&self) -> UnprefixedHexError

Returns a 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 UnprefixedHexError

§

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

Formats the value using the given formatter. Read more
§

impl Display for UnprefixedHexError

§

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

Formats the value using the given formatter. Read more
§

impl Error for UnprefixedHexError

§

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<ContainsPrefixError> for UnprefixedHexError

§

fn from(e: ContainsPrefixError) -> UnprefixedHexError

Converts to this type from the input type.
§

impl From<ParseIntError> for UnprefixedHexError

§

fn from(e: ParseIntError) -> UnprefixedHexError

Converts to this type from the input type.
§

impl PartialEq for UnprefixedHexError

§

fn eq(&self, other: &UnprefixedHexError) -> 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 UnprefixedHexError

§

impl StructuralPartialEq for UnprefixedHexError

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/error/struct.ParseIntError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/error/struct.ParseIntError.html index 8e7f60e379..31292c5195 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/error/struct.ParseIntError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/error/struct.ParseIntError.html @@ -6,7 +6,7 @@ make it easier to understand the problem and correct mistakes.

in a performance-critical application you may want to box it or throw away the context by converting to core type.

Implementations§

§

impl ParseIntError

pub fn input(&self) -> &str

Returns the input that was attempted to be parsed.

-

Trait Implementations§

§

impl AsRef<ParseIntError> for ParseIntError

§

fn as_ref(&self) -> &ParseIntError

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

impl Clone for ParseIntError

§

fn clone(&self) -> ParseIntError

Returns a 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 ParseIntError

§

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

Formats the value using the given formatter. Read more
§

impl Display for ParseIntError

§

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

Formats the value using the given formatter. Read more
§

impl Error for ParseIntError

§

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<ParseIntError> for FromStrError

§

fn from(e: ParseIntError) -> FromStrError

Converts to this type from the input type.
§

impl From<ParseIntError> for ParseIntError

§

fn from(value: ParseIntError) -> ParseIntError

Converts to this type from the input type.
§

impl From<ParseIntError> for PrefixedHexError

§

fn from(e: ParseIntError) -> PrefixedHexError

Converts to this type from the input type.
§

impl From<ParseIntError> for UnprefixedHexError

§

fn from(e: ParseIntError) -> UnprefixedHexError

Converts to this type from the input type.
§

impl PartialEq for ParseIntError

§

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

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

Trait Implementations§

§

impl AsRef<ParseIntError> for ParseIntError

§

fn as_ref(&self) -> &ParseIntError

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

impl Clone for ParseIntError

§

fn clone(&self) -> ParseIntError

Returns a 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 ParseIntError

§

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

Formats the value using the given formatter. Read more
§

impl Display for ParseIntError

§

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

Formats the value using the given formatter. Read more
§

impl Error for ParseIntError

§

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<ParseIntError> for FromStrError

§

fn from(e: ParseIntError) -> FromStrError

Converts to this type from the input type.
§

impl From<ParseIntError> for ParseIntError

§

fn from(value: ParseIntError) -> ParseIntError

Converts to this type from the input type.
§

impl From<ParseIntError> for PrefixedHexError

§

fn from(e: ParseIntError) -> PrefixedHexError

Converts to this type from the input type.
§

impl From<ParseIntError> for UnprefixedHexError

§

fn from(e: ParseIntError) -> UnprefixedHexError

Converts to this type from the input type.
§

impl PartialEq for ParseIntError

§

fn eq(&self, other: &ParseIntError) -> 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 ParseIntError

§

impl StructuralPartialEq for ParseIntError

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/hash_types/struct.BlockHash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hash_types/struct.BlockHash.html index 7ae9f03a8a..99fe7b0fc2 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,7 +6,7 @@ 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 should be backward. For some reason Satoshi decided this should be 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 703bc77d93..1c54890b18 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 @@ -6,11 +6,11 @@ &self, previous_filter_header: &FilterHeader ) -> FilterHeader

Computes the filter header from a filter hash and previous filter header.

-

Trait Implementations§

§

impl AsRef<[u8]> for FilterHash

§

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

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

impl AsRef<[u8; 32]> for FilterHash

§

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

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

impl Borrow<[u8]> for FilterHash

§

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

Immutably borrows from an owned value. Read more
§

impl Clone for FilterHash

§

fn clone(&self) -> FilterHash

Returns a 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 FilterHash

§

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

Formats the value using the given formatter. Read more
§

impl Decodable for FilterHash

Trait Implementations§

§

impl AsRef<[u8]> for FilterHash

§

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

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

impl AsRef<[u8; 32]> for FilterHash

§

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

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

impl Borrow<[u8]> for FilterHash

§

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

Immutably borrows from an owned value. Read more
§

impl Clone for FilterHash

§

fn clone(&self) -> FilterHash

Returns a 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 FilterHash

§

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

Formats the value using the given formatter. Read more
§

impl Decodable for FilterHash

§

fn consensus_decode<R>(r: &mut R) -> Result<FilterHash, 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 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 should be backward. For some reason Satoshi decided this should be 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 8e7b4b0b48..30825e6aca 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 @@ -6,7 +6,7 @@ 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 should be backward. For some reason Satoshi decided this should be 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 9736a2cd6a..658396fbf5 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 @@ -10,7 +10,7 @@ trait operations. See 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 should be backward. For some reason Satoshi decided this should be 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 db06ef06a5..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,10 +2,10 @@

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( + 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 to implement the io::Write trait, and to never return errors under 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 848175f8de..bcfb9995f3 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,7 +8,7 @@ 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 to implement the io::Write trait, and to never return errors under 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 ba5a42d597..cda59def15 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,11 +2,11 @@

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 should be backward. For some reason Satoshi decided this should be 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 93ddef8169..a73a894493 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 @@ -4,7 +4,7 @@ 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

§

type Engine = HashEngine

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 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 should be backward. For some reason Satoshi decided this should be 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 14a346a22f..ef7d03fad3 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 @@ -299,11 +299,11 @@ manual for more information about how to implement this method.

Pk: FromStrKey,
§

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

§

impl<'de, Pk> Deserialize<'de> for Policy<Pk>
where + D: Deserializer<'de>,

§

impl<'de, Pk> Deserialize<'de> for Policy<Pk>
where Pk: FromStrKey,

§

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

§

impl<'de, Pk> Deserialize<'de> for Policy<Pk>
where + D: Deserializer<'de>,

§

impl<'de, Pk> Deserialize<'de> for Policy<Pk>
where Pk: FromStrKey,

§

fn deserialize<D>( deserializer: D ) -> Result<Policy<Pk>, <D as Deserializer<'de>>::Error>
where 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 cfe44d377d..da78a2d8bc 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 @@ -299,11 +299,11 @@ manual for more information about how to implement this method.

Pk: FromStrKey,

§

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

§

impl<'de, Pk> Deserialize<'de> for Policy<Pk>
where + D: Deserializer<'de>,

§

impl<'de, Pk> Deserialize<'de> for Policy<Pk>
where Pk: FromStrKey,

§

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

§

impl<'de, Pk> Deserialize<'de> for Policy<Pk>
where + D: Deserializer<'de>,

§

impl<'de, Pk> Deserialize<'de> for Policy<Pk>
where Pk: FromStrKey,

§

fn deserialize<D>( deserializer: D ) -> Result<Policy<Pk>, <D as Deserializer<'de>>::Error>
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 d641b91a46..1d23f25a06 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 @@ -10,7 +10,7 @@ an exclusive reference to this Hash type.

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 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

§

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 should be backward. For some reason Satoshi decided this should be 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 6f7f0ed9ab..1b2e91e97e 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 @@ -7,7 +7,7 @@ an exclusive reference to this Hash type.

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 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(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 + 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 should be backward. For some reason Satoshi decided this should be 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 a3da590c8b..0faa23cfe6 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 @@ -15,7 +15,7 @@ an exclusive reference to this Hash type.

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 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,

§

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 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 da0a3a4a24..9c4b934b5e 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(io: 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 +

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(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(error: 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/key/enum.FromWifError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/enum.FromWifError.html index ee4e63a605..c0afcd1704 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/enum.FromWifError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/enum.FromWifError.html @@ -8,7 +8,7 @@
§

InvalidBase58PayloadLength(InvalidBase58PayloadLengthError)

Base58 decoded data was an invalid length.

§

InvalidAddressVersion(InvalidAddressVersionError)

Base58 decoded data contained an invalid address version byte.

§

Secp256k1(Error)

A secp256k1 error.

-

Trait Implementations§

§

impl Clone for FromWifError

§

fn clone(&self) -> FromWifError

Returns a 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 FromWifError

§

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

Formats the value using the given formatter. Read more
§

impl Display for FromWifError

§

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

Formats the value using the given formatter. Read more
§

impl Error for FromWifError

§

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 FromWifError

§

fn from(e: Error) -> FromWifError

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<Infallible> for FromWifError

§

fn from(never: Infallible) -> FromWifError

Converts to this type from the input type.
§

impl From<InvalidAddressVersionError> for FromWifError

§

fn from(e: InvalidAddressVersionError) -> FromWifError

Converts to this type from the input type.
§

impl From<InvalidBase58PayloadLengthError> for FromWifError

§

fn from(e: InvalidBase58PayloadLengthError) -> FromWifError

Converts to this type from the input type.
§

impl PartialEq for FromWifError

§

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

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

Trait Implementations§

§

impl Clone for FromWifError

§

fn clone(&self) -> FromWifError

Returns a 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 FromWifError

§

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

Formats the value using the given formatter. Read more
§

impl Display for FromWifError

§

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

Formats the value using the given formatter. Read more
§

impl Error for FromWifError

§

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 FromWifError

§

fn from(e: Error) -> FromWifError

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<Infallible> for FromWifError

§

fn from(never: Infallible) -> FromWifError

Converts to this type from the input type.
§

impl From<InvalidAddressVersionError> for FromWifError

§

fn from(e: InvalidAddressVersionError) -> FromWifError

Converts to this type from the input type.
§

impl From<InvalidBase58PayloadLengthError> for FromWifError

§

fn from(e: InvalidBase58PayloadLengthError) -> FromWifError

Converts to this type from the input type.
§

impl PartialEq for FromWifError

§

fn eq(&self, other: &FromWifError) -> 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 FromWifError

§

impl StructuralPartialEq for FromWifError

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.Parity.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/enum.Parity.html index a62ccaab56..9e91ffeaf4 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 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 846ae5f4ce..15330f7832 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/struct.CompressedPublicKey.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/struct.CompressedPublicKey.html index 6e8244fde3..078492cef9 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 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 e567621f2b..5a1fc9591b 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 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 edee9c165f..944659f9bf 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,7 +3,7 @@

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 should be backward. For some reason Satoshi decided this should be 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 b257c525ca..56beeb1c9a 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.

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 34cdd74f68..06902ae7c5 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 @@ -13,7 +13,7 @@ Specifically, in multi-party protocols a peer can provide a value that allows th

Trait Implementations§

§

impl Clone for TweakedKeypair

§

fn clone(&self) -> TweakedKeypair

Returns a 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 TweakedKeypair

§

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

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for TweakedKeypair

§

fn deserialize<__D>( __deserializer: __D ) -> Result<TweakedKeypair, <__D as Deserializer<'de>>::Error>
where - __D: Deserializer<'de>,

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

impl From<TweakedKeypair> for Keypair

§

fn from(pair: TweakedKeypair) -> Keypair

Converts to this type from the input type.
§

impl From<TweakedKeypair> for TweakedPublicKey

§

fn from(pair: TweakedKeypair) -> TweakedPublicKey

Converts to this type from the input type.
§

impl Hash for TweakedKeypair

§

fn hash<__H>(&self, state: &mut __H)
where + __D: Deserializer<'de>,

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

impl From<TweakedKeypair> for Keypair

§

fn from(pair: TweakedKeypair) -> Keypair

Converts to this type from the input type.
§

impl From<TweakedKeypair> for TweakedPublicKey

§

fn from(pair: TweakedKeypair) -> TweakedPublicKey

Converts to this type from the input type.
§

impl Hash for TweakedKeypair

§

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 TweakedKeypair

§

fn cmp(&self, other: &TweakedKeypair) -> 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/key/struct.WPubkeyHash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/struct.WPubkeyHash.html index 2f88d372d5..546d37c271 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,8 +2,8 @@

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 should be backward. For some reason Satoshi decided this should be 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 414faa22a5..d493754465 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,7 +86,7 @@ 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.

+ 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, 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 339574c446..a12beea5cf 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 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 e389ac19c4..163940146d 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 @@ -14,9 +14,9 @@ larger than 12 characters in length.

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( 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( +) -> 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 ) -> Result<CommandString, <CommandString as TryFrom<String>>::Error>

Performs the conversion.
§

impl Eq for CommandString

§

impl StructuralPartialEq for CommandString

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/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/parse/struct.ParseIntError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/parse/struct.ParseIntError.html index a36980fcf4..bc5add2d9f 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/parse/struct.ParseIntError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/parse/struct.ParseIntError.html @@ -6,7 +6,7 @@ make it easier to understand the problem and correct mistakes.

in a performance-critical application you may want to box it or throw away the context by converting to core type.

Implementations§

§

impl ParseIntError

pub fn input(&self) -> &str

Returns the input that was attempted to be parsed.

-

Trait Implementations§

§

impl AsRef<ParseIntError> for ParseIntError

§

fn as_ref(&self) -> &ParseIntError

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

impl Clone for ParseIntError

§

fn clone(&self) -> ParseIntError

Returns a 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 ParseIntError

§

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

Formats the value using the given formatter. Read more
§

impl Display for ParseIntError

§

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

Formats the value using the given formatter. Read more
§

impl Error for ParseIntError

§

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<ParseIntError> for FromStrError

§

fn from(e: ParseIntError) -> FromStrError

Converts to this type from the input type.
§

impl From<ParseIntError> for ParseIntError

§

fn from(value: ParseIntError) -> ParseIntError

Converts to this type from the input type.
§

impl From<ParseIntError> for PrefixedHexError

§

fn from(e: ParseIntError) -> PrefixedHexError

Converts to this type from the input type.
§

impl From<ParseIntError> for UnprefixedHexError

§

fn from(e: ParseIntError) -> UnprefixedHexError

Converts to this type from the input type.
§

impl PartialEq for ParseIntError

§

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

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

Trait Implementations§

§

impl AsRef<ParseIntError> for ParseIntError

§

fn as_ref(&self) -> &ParseIntError

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

impl Clone for ParseIntError

§

fn clone(&self) -> ParseIntError

Returns a 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 ParseIntError

§

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

Formats the value using the given formatter. Read more
§

impl Display for ParseIntError

§

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

Formats the value using the given formatter. Read more
§

impl Error for ParseIntError

§

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<ParseIntError> for FromStrError

§

fn from(e: ParseIntError) -> FromStrError

Converts to this type from the input type.
§

impl From<ParseIntError> for ParseIntError

§

fn from(value: ParseIntError) -> ParseIntError

Converts to this type from the input type.
§

impl From<ParseIntError> for PrefixedHexError

§

fn from(e: ParseIntError) -> PrefixedHexError

Converts to this type from the input type.
§

impl From<ParseIntError> for UnprefixedHexError

§

fn from(e: ParseIntError) -> UnprefixedHexError

Converts to this type from the input type.
§

impl PartialEq for ParseIntError

§

fn eq(&self, other: &ParseIntError) -> 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 ParseIntError

§

impl StructuralPartialEq for ParseIntError

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.Error.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/enum.Error.html index fc802805b8..b5d9e5411e 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 @@ -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.IndexOutOfBoundsError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/enum.IndexOutOfBoundsError.html index 10c9896298..5209c7f6dd 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/enum.IndexOutOfBoundsError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/enum.IndexOutOfBoundsError.html @@ -14,7 +14,7 @@
§

TxInput

The index is out of bounds for the psbt.unsigned_tx.input vector.

Fields

§index: usize

Attempted index access.

§length: usize

Length of the PBST’s unsigned transaction input vector.

-

Trait Implementations§

§

impl Clone for IndexOutOfBoundsError

§

fn clone(&self) -> IndexOutOfBoundsError

Returns a 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 IndexOutOfBoundsError

§

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

Formats the value using the given formatter. Read more
§

impl Display for IndexOutOfBoundsError

§

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

Formats the value using the given formatter. Read more
§

impl Error for IndexOutOfBoundsError

§

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 IndexOutOfBoundsError

§

fn from(never: Infallible) -> IndexOutOfBoundsError

Converts to this type from the input type.
§

impl PartialEq for IndexOutOfBoundsError

§

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

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

Trait Implementations§

§

impl Clone for IndexOutOfBoundsError

§

fn clone(&self) -> IndexOutOfBoundsError

Returns a 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 IndexOutOfBoundsError

§

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

Formats the value using the given formatter. Read more
§

impl Display for IndexOutOfBoundsError

§

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

Formats the value using the given formatter. Read more
§

impl Error for IndexOutOfBoundsError

§

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 IndexOutOfBoundsError

§

fn from(never: Infallible) -> IndexOutOfBoundsError

Converts to this type from the input type.
§

impl PartialEq for IndexOutOfBoundsError

§

fn eq(&self, other: &IndexOutOfBoundsError) -> 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 IndexOutOfBoundsError

§

impl StructuralPartialEq for IndexOutOfBoundsError

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 64d29afafa..3a7882f9f0 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/struct.PsbtSighashType.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/struct.PsbtSighashType.html index 18f27be77d..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 @@ -16,7 +16,7 @@ converted to one.

Trait Implementations§

§

impl Clone for PsbtSighashType

§

fn clone(&self) -> PsbtSighashType

Returns a 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 PsbtSighashType

§

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

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for PsbtSighashType

§

fn deserialize<__D>( __deserializer: __D ) -> Result<PsbtSighashType, <__D as Deserializer<'de>>::Error>
where - __D: Deserializer<'de>,

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

impl Display for PsbtSighashType

§

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

Formats the value using the given formatter. Read more
§

impl From<EcdsaSighashType> for PsbtSighashType

§

fn from(ecdsa_hash_ty: EcdsaSighashType) -> PsbtSighashType

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 PsbtSighashType

§

type Err = SighashTypeParseError

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 PsbtSighashType

§

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

Formats the value using the given formatter. Read more
§

impl From<EcdsaSighashType> for PsbtSighashType

§

fn from(ecdsa_hash_ty: EcdsaSighashType) -> PsbtSighashType

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 PsbtSighashType

§

type Err = SighashTypeParseError

The associated error which can be returned from parsing.
§

fn from_str( s: &str ) -> Result<PsbtSighashType, <PsbtSighashType as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for PsbtSighashType

§

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/psbt/trait.GetKey.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/trait.GetKey.html index 965c11eada..f4f02a8133 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/trait.GetKey.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/trait.GetKey.html @@ -42,4 +42,4 @@ key_request: KeyRequest, secp: &Secp256k1<C> ) -> Result<Option<PrivateKey>, <HashSet<Xpriv> as GetKey>::Error>
where - C: Signing,

Implementors§

\ No newline at end of file + C: Signing,

Implementors§

§

impl GetKey for Xpriv

\ 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 12d1f3565e..6bea23411c 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,21 +1105,21 @@ 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 + 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 -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 <= +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<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
§

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 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( 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( 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 c46d9e5893..10e2c248a8 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,21 +1105,21 @@ 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 + 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 -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 <= +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<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
§

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 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( 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( 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 4f4304d6ef..2a03a4101e 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 9b4f1bcaa7..a89726ed65 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 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 b7420f04c3..b6b2e6bab0 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 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 4131080a0e..ddec2be734 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,9 +14,9 @@ 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 +

§

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 H: Hasher, Self: Sized,

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

impl<I> Index<I> for Message
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 574bd61656..233f75188d 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 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 2e459cf941..3436fc5e42 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 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 443126a121..648ab756f7 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,7 +86,7 @@ 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.

+ 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, 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 d137ff6719..d5d91167c8 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.PrevoutsIndexError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/sighash/enum.PrevoutsIndexError.html index 6087148f61..1121af4f3e 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/sighash/enum.PrevoutsIndexError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/sighash/enum.PrevoutsIndexError.html @@ -4,7 +4,7 @@ }
Expand description

Prevouts index related errors.

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.
§

InvalidOneIndex

Invalid index when accessing a Prevouts::One kind.

§

InvalidAllIndex

Invalid index when accessing a Prevouts::All kind.

-

Trait Implementations§

§

impl Clone for PrevoutsIndexError

§

fn clone(&self) -> PrevoutsIndexError

Returns a 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 PrevoutsIndexError

§

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

Formats the value using the given formatter. Read more
§

impl Display for PrevoutsIndexError

§

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

Formats the value using the given formatter. Read more
§

impl Error for PrevoutsIndexError

§

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 PrevoutsIndexError

§

fn from(never: Infallible) -> PrevoutsIndexError

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 PartialEq for PrevoutsIndexError

§

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

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

Trait Implementations§

§

impl Clone for PrevoutsIndexError

§

fn clone(&self) -> PrevoutsIndexError

Returns a 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 PrevoutsIndexError

§

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

Formats the value using the given formatter. Read more
§

impl Display for PrevoutsIndexError

§

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

Formats the value using the given formatter. Read more
§

impl Error for PrevoutsIndexError

§

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 PrevoutsIndexError

§

fn from(never: Infallible) -> PrevoutsIndexError

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 PartialEq for PrevoutsIndexError

§

fn eq(&self, other: &PrevoutsIndexError) -> 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 PrevoutsIndexError

§

impl StructuralPartialEq for PrevoutsIndexError

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 edd644730d..35052b0e27 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 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 93bc21ece9..c3428a1601 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 a5a0b62d6a..9a789bac2f 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 @@ -2,10 +2,10 @@

Implementations§

§

impl LegacySighash

pub fn from_raw_hash(inner: Hash) -> LegacySighash

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 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

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 should be backward. For some reason Satoshi decided this should be 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 404e98040c..4b6dd610ad 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 @@ -5,7 +5,7 @@

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 to implement the io::Write trait, and to never return errors under 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 3dc40a4248..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 @@ -3,8 +3,8 @@

Implementations§

§

impl TapSighash

pub fn from_raw_hash(inner: Hash<TapSighashTag>) -> TapSighash

Creates this wrapper type from the inner hash type.

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 +

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 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 should be backward. For some reason Satoshi decided this should be 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 ead547d76d..6e7e552668 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,7 +6,7 @@ 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 should be backward. For some reason Satoshi decided this should be 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 8a4dbed7cc..22c6045869 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 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 1bda5c392a..488f8da07b 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 @@ -6,11 +6,11 @@ &self, previous_filter_header: &FilterHeader ) -> FilterHeader

Computes the filter header from a filter hash and previous filter header.

-

Trait Implementations§

§

impl AsRef<[u8]> for FilterHash

§

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

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

impl AsRef<[u8; 32]> for FilterHash

§

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

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

impl Borrow<[u8]> for FilterHash

§

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

Immutably borrows from an owned value. Read more
§

impl Clone for FilterHash

§

fn clone(&self) -> FilterHash

Returns a 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 FilterHash

§

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

Formats the value using the given formatter. Read more
§

impl Decodable for FilterHash

Trait Implementations§

§

impl AsRef<[u8]> for FilterHash

§

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

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

impl AsRef<[u8; 32]> for FilterHash

§

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

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

impl Borrow<[u8]> for FilterHash

§

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

Immutably borrows from an owned value. Read more
§

impl Clone for FilterHash

§

fn clone(&self) -> FilterHash

Returns a 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 FilterHash

§

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

Formats the value using the given formatter. Read more
§

impl Decodable for FilterHash

§

fn consensus_decode<R>(r: &mut R) -> Result<FilterHash, 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 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 should be backward. For some reason Satoshi decided this should be 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 ac71c1fb39..3dcd190252 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 @@ -2,10 +2,10 @@

Implementations§

§

impl LegacySighash

pub fn from_raw_hash(inner: Hash) -> LegacySighash

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 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

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 should be backward. For some reason Satoshi decided this should be 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 02c53077ed..e99d2f5387 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,7 +3,7 @@

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 should be backward. For some reason Satoshi decided this should be 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 f313c452bc..3ddc4e43e7 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.

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 140c784db5..72a567883f 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,47 +143,47 @@ 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( +

§

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 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 <= +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 for Script

§

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
§

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 <= 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 Script

§

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 Serialize for Script

§

fn serialize<S>( &self, serializer: S 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 c82cb66b5a..4e644ce364 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 @@ -181,32 +181,32 @@ returned if a push is not minimal.

For better performance you should generally prefer displaying the script but if String is 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).

-

Trait Implementations§

§

impl AsMut<[u8]> for ScriptBuf

§

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

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 ScriptBuf

§

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

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 Clone for ScriptBuf

§

fn clone(&self) -> ScriptBuf

Returns a 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 ScriptBuf

§

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

Formats the value using the given formatter. Read more
§

impl Decodable for ScriptBuf

Trait Implementations§

§

impl AsMut<[u8]> for ScriptBuf

§

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

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 ScriptBuf

§

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

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 Clone for ScriptBuf

§

fn clone(&self) -> ScriptBuf

Returns a 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 ScriptBuf

§

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

Formats the value using the given formatter. Read more
§

impl Decodable for ScriptBuf

§

fn consensus_decode_from_finite_reader<R>(r: &mut R) -> Result<ScriptBuf, 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 Default for ScriptBuf

§

fn default() -> ScriptBuf

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

impl Deref for ScriptBuf

§

type Target = Script

The resulting type after dereferencing.
§

fn deref(&self) -> &<ScriptBuf as Deref>::Target

Dereferences the value.
§

impl DerefMut for ScriptBuf

§

fn deref_mut(&mut self) -> &mut <ScriptBuf as Deref>::Target

Mutably dereferences the value.
§

impl<'de> Deserialize<'de> for ScriptBuf

§

fn deserialize<D>( deserializer: D ) -> 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 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 <= +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 <= 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 <= +operator. Read more
§

impl PartialOrd for ScriptBuf

§

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 <= 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 ScriptBuf

§

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 <= -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 ScriptBuf

§

fn serialize<S>( &self, serializer: S 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 c762b8fcaf..4c957ce030 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,8 +2,8 @@

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 should be backward. For some reason Satoshi decided this should be 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 7d7a025402..f2d2516382 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 @@ -5,7 +5,7 @@

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 to implement the io::Write trait, and to never return errors under 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 9ea6b4509a..42a655f8ec 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 @@ -92,9 +92,9 @@ 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: 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( 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 66032f7541..15531ef5c1 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,7 +8,7 @@ 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 should be backward. For some reason Satoshi decided this should be 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 e69fb65c0f..35649458e0 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,8 +9,8 @@ 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 should be backward. For some reason Satoshi decided this should be 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 8e5c07bc6a..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 @@ -3,8 +3,8 @@

Implementations§

§

impl TapSighash

pub fn from_raw_hash(inner: Hash<TapSighashTag>) -> TapSighash

Creates this wrapper type from the inner hash type.

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 +

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 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 should be backward. For some reason Satoshi decided this should be 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 1a34da7cee..b2dddc6057 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,8 +9,8 @@ ) -> 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 should be backward. For some reason Satoshi decided this should be 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 9441eedce5..3fbc86f534 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 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 39082906dd..57fc595385 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 @@ -6,7 +6,7 @@ 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 should be backward. For some reason Satoshi decided this should be 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 5ea106091d..0ed8dc7dfd 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 @@ -10,7 +10,7 @@ trait operations. See 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 should be backward. For some reason Satoshi decided this should be 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 195ad45701..60a373f8db 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,10 +5,10 @@ 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: 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 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 692b275ae0..463e1ce888 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,8 +2,8 @@

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 should be backward. For some reason Satoshi decided this should be 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 5a3057a1d1..0b248fa628 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,8 +2,8 @@

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 should be backward. For some reason Satoshi decided this should be 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 a6e09b289b..bbbc3c6c1e 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 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 fbd616b41b..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,10 +2,10 @@

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( + 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 to implement the io::Write trait, and to never return errors under 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 6b937598e6..829fff7c1a 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,7 +8,7 @@ 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 to implement the io::Write trait, and to never return errors under 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 3c348c8b9e..c73c7d0994 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,11 +2,11 @@

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 should be backward. For some reason Satoshi decided this should be 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 ac2a138873..796362b459 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 @@ -2,7 +2,7 @@

Implementations§

§

impl XKeyIdentifier

pub fn from_raw_hash(inner: Hash) -> XKeyIdentifier

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 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

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 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 e226e73e92..03f7d03268 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,7 +86,7 @@ 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.

+ 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, 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 4f0b127336..01e99c202c 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§

§

impl Freeze for TaprootMerkleBranch

§

impl RefUnwindSafe for TaprootMerkleBranch

§

impl Send for TaprootMerkleBranch

§

impl Sync for TaprootMerkleBranch

§

impl Unpin for TaprootMerkleBranch

§

impl UnwindSafe for TaprootMerkleBranch

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§

§

impl Freeze for TaprootMerkleBranch

§

impl RefUnwindSafe for TaprootMerkleBranch

§

impl Send for TaprootMerkleBranch

§

impl Sync for TaprootMerkleBranch

§

impl Unpin for TaprootMerkleBranch

§

impl UnwindSafe for TaprootMerkleBranch

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/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 6674303d19..88ac368a85 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 @@ -1105,21 +1105,21 @@ 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 + 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<SerializedSignature> for [u8]

§

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 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 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 <= +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<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
§

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 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( 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 f6017c3dc4..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 @@ -30,13 +30,13 @@ 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<NodeInfo> for TapTree

Serialize this value into the given Serde serializer. Read more
§

impl TryFrom<NodeInfo> for TapTree

§

fn try_from( node_info: NodeInfo ) -> Result<TapTree, <TapTree as TryFrom<NodeInfo>>::Error>

Constructs TapTree from a NodeInfo if it is complete binary tree.

§Returns

A TapTree iff the NodeInfo has no hidden nodes, otherwise return HiddenNodesError error with the content of incomplete NodeInfo instance.

-
§

type Error = HiddenNodesError

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

impl TryFrom<TaprootBuilder> for NodeInfo

§

type Error = IncompleteBuilderError

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

fn try_from( +

§

type Error = HiddenNodesError

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

impl TryFrom<TaprootBuilder> for NodeInfo

§

type Error = IncompleteBuilderError

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

fn try_from( builder: TaprootBuilder ) -> Result<NodeInfo, <NodeInfo as TryFrom<TaprootBuilder>>::Error>

Performs the conversion.
§

impl Eq for NodeInfo

Auto Trait Implementations§

§

impl Freeze for NodeInfo

§

impl RefUnwindSafe for NodeInfo

§

impl Send for NodeInfo

§

impl Sync for NodeInfo

§

impl Unpin for NodeInfo

§

impl UnwindSafe for NodeInfo

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.TapLeafHash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/struct.TapLeafHash.html index 1c74f36951..1c38a12a59 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,7 +8,7 @@ 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 should be backward. For some reason Satoshi decided this should be 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 7b6cbd5a4c..4c1a0b7936 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,8 +9,8 @@ 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 should be backward. For some reason Satoshi decided this should be 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 32ad3483b4..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 @@ -18,19 +18,19 @@ sufficient, and should not be overridden without very good reason.
Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>
where - __S: Serializer,
Serialize this value into the given Serde serializer. Read more
§

impl TryFrom<NodeInfo> for TapTree

Serialize this value into the given Serde serializer. Read more
§

impl TryFrom<NodeInfo> for TapTree

§

fn try_from( node_info: NodeInfo ) -> Result<TapTree, <TapTree as TryFrom<NodeInfo>>::Error>

Constructs TapTree from a NodeInfo if it is complete binary tree.

-
§Returns
+
§Returns

A TapTree iff the NodeInfo has no hidden nodes, otherwise return HiddenNodesError error with the content of incomplete NodeInfo instance.

-
§

type Error = HiddenNodesError

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

impl TryFrom<TaprootBuilder> for TapTree

§

type Error = HiddenNodesError

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

impl TryFrom<TaprootBuilder> for TapTree

§

fn try_from( builder: TaprootBuilder ) -> Result<TapTree, <TapTree as TryFrom<TaprootBuilder>>::Error>

Constructs TapTree from a TaprootBuilder if it is complete binary tree.

-
§Returns
+
§Returns

A TapTree iff the builder is complete, otherwise return IncompleteBuilderError error with the content of incomplete builder instance.

-
§

type Error = IncompleteBuilderError

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

impl Eq for TapTree

§

impl StructuralPartialEq for TapTree

Auto Trait Implementations§

§

impl Freeze for TapTree

§

impl RefUnwindSafe for TapTree

§

impl Send for TapTree

§

impl Sync for TapTree

§

impl Unpin for TapTree

§

impl UnwindSafe for TapTree

Blanket Implementations§

source§

impl<T> Any for T
where +

§

type Error = IncompleteBuilderError

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

impl Eq for TapTree

§

impl StructuralPartialEq for TapTree

Auto Trait Implementations§

§

impl Freeze for TapTree

§

impl RefUnwindSafe for TapTree

§

impl Send for TapTree

§

impl Sync for TapTree

§

impl Unpin for TapTree

§

impl UnwindSafe for TapTree

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/taproot/struct.TapTweakHash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/struct.TapTweakHash.html index fabce604af..509545da59 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,8 +9,8 @@ ) -> 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 should be backward. For some reason Satoshi decided this should be 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 2062ab834d..4d8b8a20df 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§

§

impl Freeze for TaprootMerkleBranch

§

impl RefUnwindSafe for TaprootMerkleBranch

§

impl Send for TaprootMerkleBranch

§

impl Sync for TaprootMerkleBranch

§

impl Unpin for TaprootMerkleBranch

§

impl UnwindSafe for TaprootMerkleBranch

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§

§

impl Freeze for TaprootMerkleBranch

§

impl RefUnwindSafe for TaprootMerkleBranch

§

impl Send for TaprootMerkleBranch

§

impl Sync for TaprootMerkleBranch

§

impl Unpin for TaprootMerkleBranch

§

impl UnwindSafe for TaprootMerkleBranch

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/taproot/struct.TaprootSpendInfo.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/struct.TaprootSpendInfo.html index 0c61919c3a..0edc8f0bd7 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/struct.TaprootSpendInfo.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/struct.TaprootSpendInfo.html @@ -63,7 +63,7 @@ and merkle_root.

  • If there are multiple control blocks possible, returns the shortest one.
  • If the script is not contained in the TaprootSpendInfo, returns None.
  • -

    Trait Implementations§

    §

    impl Clone for TaprootSpendInfo

    §

    fn clone(&self) -> TaprootSpendInfo

    Returns a 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 TaprootSpendInfo

    §

    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<TaprootSpendInfo> for TapTweakHash

    §

    fn from(spend_info: TaprootSpendInfo) -> TapTweakHash

    Converts to this type from the input type.
    §

    impl Hash for TaprootSpendInfo

    §

    fn hash<__H>(&self, state: &mut __H)
    where +

    Trait Implementations§

    §

    impl Clone for TaprootSpendInfo

    §

    fn clone(&self) -> TaprootSpendInfo

    Returns a 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 TaprootSpendInfo

    §

    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<TaprootSpendInfo> for TapTweakHash

    §

    fn from(spend_info: TaprootSpendInfo) -> TapTweakHash

    Converts to this type from the input type.
    §

    impl Hash for TaprootSpendInfo

    §

    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 TaprootSpendInfo

    §

    fn cmp(&self, other: &TaprootSpendInfo) -> 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/local_chain/struct.CannotConnectError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/local_chain/struct.CannotConnectError.html index 6bf95ed5a8..06d173cde8 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/local_chain/struct.CannotConnectError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/local_chain/struct.CannotConnectError.html @@ -2,7 +2,7 @@ pub try_include_height: u32, }
    Expand description

    Occurs when an update does not have a common checkpoint with the original chain.

    Fields§

    §try_include_height: u32

    The suggested checkpoint to include to connect the two chains.

    -

    Trait Implementations§

    source§

    impl Clone for CannotConnectError

    source§

    fn clone(&self) -> CannotConnectError

    Returns a 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 CannotConnectError

    source§

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

    Formats the value using the given formatter. Read more
    source§

    impl Display for CannotConnectError

    source§

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

    Formats the value using the given formatter. Read more
    source§

    impl Error for CannotConnectError

    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 CannotConnectError

    source§

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

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

    Trait Implementations§

    source§

    impl Clone for CannotConnectError

    source§

    fn clone(&self) -> CannotConnectError

    Returns a 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 CannotConnectError

    source§

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

    Formats the value using the given formatter. Read more
    source§

    impl Display for CannotConnectError

    source§

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

    Formats the value using the given formatter. Read more
    source§

    impl Error for CannotConnectError

    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 CannotConnectError

    source§

    fn eq(&self, other: &CannotConnectError) -> 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 CannotConnectError

    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 ff3e34c838..31a6178541 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§

    §

    impl Freeze for ChangeSet

    §

    impl RefUnwindSafe for ChangeSet

    §

    impl Send for ChangeSet

    §

    impl Sync for ChangeSet

    §

    impl Unpin for ChangeSet

    §

    impl UnwindSafe for ChangeSet

    Blanket Implementations§

    source§

    impl<T> Any for T
    where 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 8ad34d92c4..c046c9cc1d 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 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 15482e7750..9f0ae526be 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

    §

    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

    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 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 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 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 + 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 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§

    §

    impl Freeze for DescriptorId

    §

    impl RefUnwindSafe for DescriptorId

    §

    impl Send for DescriptorId

    §

    impl Sync for DescriptorId

    §

    impl Unpin for DescriptorId

    §

    impl UnwindSafe for DescriptorId

    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§

    §

    impl Freeze for DescriptorId

    §

    impl RefUnwindSafe for DescriptorId

    §

    impl Send for DescriptorId

    §

    impl Sync for DescriptorId

    §

    impl Unpin for DescriptorId

    §

    impl UnwindSafe for DescriptorId

    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/struct.Impl.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/struct.Impl.html index f0c485d332..302f32c722 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/struct.TxUpdate.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/struct.TxUpdate.html index 27a4350aaa..c9f32028c7 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/struct.TxUpdate.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/struct.TxUpdate.html @@ -23,7 +23,7 @@ transform it.

    source

    pub fn extend(&mut self, other: TxUpdate<A>)

    Extend this update with other.

    Trait Implementations§

    source§

    impl<A> Clone for TxUpdate<A>
    where A: Clone,

    source§

    fn clone(&self) -> TxUpdate<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 TxUpdate<A>
    where - A: Debug,

    source§

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

    Formats the value using the given formatter. Read more
    source§

    impl<A> Default for TxUpdate<A>

    source§

    fn default() -> TxUpdate<A>

    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.

    Auto Trait Implementations§

    §

    impl<A> Freeze for TxUpdate<A>

    §

    impl<A> RefUnwindSafe for TxUpdate<A>
    where + A: Debug,

    source§

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

    Formats the value using the given formatter. Read more
    source§

    impl<A> Default for TxUpdate<A>

    source§

    fn default() -> TxUpdate<A>

    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.

    Auto Trait Implementations§

    §

    impl<A> Freeze for TxUpdate<A>

    §

    impl<A> RefUnwindSafe for TxUpdate<A>
    where A: RefUnwindSafe,

    §

    impl<A> Send for TxUpdate<A>
    where A: Send,

    §

    impl<A> Sync for TxUpdate<A>
    where A: Sync,

    §

    impl<A> Unpin for TxUpdate<A>

    §

    impl<A> UnwindSafe for TxUpdate<A>
    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.TxGraph.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/tx_graph/struct.TxGraph.html index 1dc9723e8b..eefcc5b9ac 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_chain/tx_graph/struct.TxUpdate.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/tx_graph/struct.TxUpdate.html index aaa147df60..078c89a59a 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/tx_graph/struct.TxUpdate.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/tx_graph/struct.TxUpdate.html @@ -23,7 +23,7 @@ transform it.

    source

    pub fn extend(&mut self, other: TxUpdate<A>)

    Extend this update with other.

    Trait Implementations§

    source§

    impl<A> Clone for TxUpdate<A>
    where A: Clone,

    source§

    fn clone(&self) -> TxUpdate<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 TxUpdate<A>
    where - A: Debug,

    source§

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

    Formats the value using the given formatter. Read more
    source§

    impl<A> Default for TxUpdate<A>

    source§

    fn default() -> TxUpdate<A>

    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.

    Auto Trait Implementations§

    §

    impl<A> Freeze for TxUpdate<A>

    §

    impl<A> RefUnwindSafe for TxUpdate<A>
    where + A: Debug,

    source§

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

    Formats the value using the given formatter. Read more
    source§

    impl<A> Default for TxUpdate<A>

    source§

    fn default() -> TxUpdate<A>

    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.

    Auto Trait Implementations§

    §

    impl<A> Freeze for TxUpdate<A>

    §

    impl<A> RefUnwindSafe for TxUpdate<A>
    where A: RefUnwindSafe,

    §

    impl<A> Send for TxUpdate<A>
    where A: Send,

    §

    impl<A> Sync for TxUpdate<A>
    where A: Sync,

    §

    impl<A> Unpin for TxUpdate<A>

    §

    impl<A> UnwindSafe for TxUpdate<A>
    where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_core/spk_client/enum.SyncItem.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_core/spk_client/enum.SyncItem.html index 9ef1810ea9..ce383d8d97 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_core/spk_client/enum.SyncItem.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_core/spk_client/enum.SyncItem.html @@ -6,7 +6,7 @@

    Variants§

    §

    Spk(I, &'i Script)

    Script pubkey sync item.

    §

    Txid(Txid)

    Txid sync item.

    §

    OutPoint(OutPoint)

    Outpoint sync item.

    -

    Trait Implementations§

    source§

    impl<'i, I: Clone> Clone for SyncItem<'i, I>

    source§

    fn clone(&self) -> SyncItem<'i, I>

    Returns a 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, I: Debug> Debug for SyncItem<'i, I>

    source§

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

    Formats the value using the given formatter. Read more
    source§

    impl<'i, I: Debug + Any> Display for SyncItem<'i, I>

    source§

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

    Formats the value using the given formatter. Read more
    source§

    impl<'i, I: Hash> Hash for SyncItem<'i, I>

    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<'i, I: Clone> Clone for SyncItem<'i, I>

    source§

    fn clone(&self) -> SyncItem<'i, I>

    Returns a 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, I: Debug> Debug for SyncItem<'i, I>

    source§

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

    Formats the value using the given formatter. Read more
    source§

    impl<'i, I: Debug + Any> Display for SyncItem<'i, I>

    source§

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

    Formats the value using the given formatter. Read more
    source§

    impl<'i, I: Hash> Hash for SyncItem<'i, I>

    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, I: Ord> Ord for SyncItem<'i, I>

    source§

    fn cmp(&self, other: &SyncItem<'i, I>) -> 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_core/struct.BlockId.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_core/struct.BlockId.html index 9673f43aee..5e35550e55 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 @@ -5,7 +5,7 @@

    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 + __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 diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_file_store/enum.IterError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_file_store/enum.IterError.html index 53cddc4014..58f423328a 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_file_store/enum.IterError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_file_store/enum.IterError.html @@ -4,7 +4,7 @@ }
    Expand description

    Error type for EntryIter.

    Variants§

    §

    Io(Error)

    Failure to read from the file.

    §

    Bincode(ErrorKind)

    Failure to decode data from the file.

    -

    Trait Implementations§

    source§

    impl Debug for IterError

    source§

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

    Formats the value using the given formatter. Read more
    source§

    impl Display for IterError

    source§

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

    Formats the value using the given formatter. Read more
    source§

    impl Error for IterError

    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 IterError

    source§

    fn from(value: Error) -> 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 IterError

    source§

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

    Formats the value using the given formatter. Read more
    source§

    impl Display for IterError

    source§

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

    Formats the value using the given formatter. Read more
    source§

    impl Error for IterError

    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 IterError

    source§

    fn from(value: Error) -> 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/all.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/all.html index 7e707849fa..085cc8b467 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/all.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/all.html @@ -1 +1 @@ -List of all items in this crate

    List of all items

    Structs

    Enums

    Traits

    Macros

    Functions

    Type Aliases

    Constants

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

    List of all items

    Structs

    Enums

    Traits

    Macros

    Functions

    Type Aliases

    Constants

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/coin_selection/enum.Error.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/coin_selection/enum.Error.html deleted file mode 100644 index a4e42638a4..0000000000 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/coin_selection/enum.Error.html +++ /dev/null @@ -1,28 +0,0 @@ -Error in bdk_wallet::coin_selection - Rust

    Enum bdk_wallet::coin_selection::Error

    source ·
    pub enum Error {
    -    InsufficientFunds {
    -        needed: u64,
    -        available: u64,
    -    },
    -    BnBNoExactMatch,
    -    BnBTotalTriesExceeded,
    -}
    Expand description

    Errors that can be thrown by the coin_selection module

    -

    Variants§

    §

    InsufficientFunds

    Wallet’s UTXO set is not enough to cover recipient’s requested plus fee

    -

    Fields

    §needed: u64

    Sats needed for some transaction

    -
    §available: u64

    Sats available for spending

    -
    §

    BnBNoExactMatch

    Branch and bound coin selection tries to avoid needing a change by finding the right inputs for -the desired outputs plus fee, if there is not such combination this error is thrown

    -
    §

    BnBTotalTriesExceeded

    Branch and bound coin selection possible attempts with sufficiently big UTXO set could grow -exponentially, thus a limit is set, and when hit, this error is thrown

    -

    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.

    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.

    -
    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> 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_wallet/coin_selection/enum.Excess.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/coin_selection/enum.Excess.html index a9e1931a2c..5ca0ee11da 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/coin_selection/enum.Excess.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/coin_selection/enum.Excess.html @@ -1,4 +1,4 @@ -Excess in bdk_wallet::coin_selection - Rust

    Enum bdk_wallet::coin_selection::Excess

    source ·
    pub enum Excess {
    +Excess in bdk_wallet::coin_selection - Rust

    Enum bdk_wallet::coin_selection::Excess

    source ·
    pub enum Excess {
         NoChange {
             dust_threshold: u64,
             remaining_amount: u64,
    @@ -16,7 +16,7 @@
     
    §

    Change

    It’s possible to create spendable output from excess using the current drain output

    Fields

    §amount: u64

    Effective amount available to create change after deducting the change output fee

    §fee: u64

    The deducted change output fee

    -

    Trait Implementations§

    source§

    impl Debug for Excess

    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 Debug for Excess

    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/coin_selection/fn.decide_change.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/coin_selection/fn.decide_change.html index 77d383260f..e06ffdd9e1 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/coin_selection/fn.decide_change.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/coin_selection/fn.decide_change.html @@ -1,4 +1,4 @@ -decide_change in bdk_wallet::coin_selection - Rust

    Function bdk_wallet::coin_selection::decide_change

    source ·
    pub fn decide_change(
    +decide_change in bdk_wallet::coin_selection - Rust

    Function bdk_wallet::coin_selection::decide_change

    source ·
    pub fn decide_change(
         remaining_amount: u64,
         fee_rate: FeeRate,
         drain_script: &Script
    diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/coin_selection/index.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/coin_selection/index.html
    index 4e21eaff4a..bc52a945a4 100644
    --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/coin_selection/index.html
    +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/coin_selection/index.html
    @@ -1,4 +1,4 @@
    -bdk_wallet::coin_selection - Rust

    Module bdk_wallet::coin_selection

    source ·
    Expand description

    Coin selection

    +bdk_wallet::coin_selection - Rust

    Module bdk_wallet::coin_selection

    source ·
    Expand description

    Coin selection

    This module provides the trait CoinSelectionAlgorithm that can be implemented to define custom coin selection algorithms.

    You can specify a custom coin selection algorithm through the coin_selection method on @@ -9,14 +9,15 @@ be used if it is not explicitly set.

    struct AlwaysSpendEverything; impl CoinSelectionAlgorithm for AlwaysSpendEverything { - fn coin_select( + fn coin_select<R: RngCore>( &self, required_utxos: Vec<WeightedUtxo>, optional_utxos: Vec<WeightedUtxo>, fee_rate: FeeRate, target_amount: u64, drain_script: &Script, - ) -> Result<CoinSelectionResult, coin_selection::Error> { + rand: &mut R, + ) -> Result<CoinSelectionResult, coin_selection::InsufficientFunds> { let mut selected_amount = 0; let mut additional_weight = Weight::ZERO; let all_utxos_selected = required_utxos @@ -37,7 +38,7 @@ be used if it is not explicitly set.

    let additional_fees = (fee_rate * additional_weight).to_sat(); let amount_needed_with_fees = additional_fees + target_amount; if selected_amount < amount_needed_with_fees { - return Err(coin_selection::Error::InsufficientFunds { + return Err(coin_selection::InsufficientFunds { needed: amount_needed_with_fees, available: selected_amount, }); @@ -69,5 +70,5 @@ be used if it is not explicitly set.

    // inspect, sign, broadcast, ...
    -

    Structs§

    Enums§

    Traits§

    Functions§

    Type Aliases§

    Structs§

    Enums§

    • Remaining amount after performing coin selection

    Traits§

    Functions§

    Type Aliases§

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/coin_selection/sidebar-items.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/coin_selection/sidebar-items.js index c2cddb4015..4f7148e354 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/coin_selection/sidebar-items.js +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/coin_selection/sidebar-items.js @@ -1 +1 @@ -window.SIDEBAR_ITEMS = {"enum":["Error","Excess"],"fn":["decide_change"],"struct":["BranchAndBoundCoinSelection","CoinSelectionResult","LargestFirstCoinSelection","OldestFirstCoinSelection"],"trait":["CoinSelectionAlgorithm"],"type":["DefaultCoinSelectionAlgorithm"]}; \ No newline at end of file +window.SIDEBAR_ITEMS = {"enum":["Excess"],"fn":["decide_change"],"struct":["BranchAndBoundCoinSelection","CoinSelectionResult","InsufficientFunds","LargestFirstCoinSelection","OldestFirstCoinSelection","SingleRandomDraw"],"trait":["CoinSelectionAlgorithm"],"type":["DefaultCoinSelectionAlgorithm"]}; \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/coin_selection/struct.BranchAndBoundCoinSelection.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/coin_selection/struct.BranchAndBoundCoinSelection.html index 777fb39042..43517b3280 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/coin_selection/struct.BranchAndBoundCoinSelection.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/coin_selection/struct.BranchAndBoundCoinSelection.html @@ -1,14 +1,21 @@ -BranchAndBoundCoinSelection in bdk_wallet::coin_selection - Rust
    pub struct BranchAndBoundCoinSelection { /* private fields */ }
    Expand description

    Branch and bound coin selection

    +BranchAndBoundCoinSelection in bdk_wallet::coin_selection - Rust
    pub struct BranchAndBoundCoinSelection<Cs = SingleRandomDraw> { /* private fields */ }
    Expand description

    Branch and bound coin selection

    Code adapted from Bitcoin Core’s implementation and from Mark Erhardt Master’s Thesis: http://murch.one/wp-content/uploads/2016/11/erhardt2016coinselection.pdf

    -

    Implementations§

    source§

    impl BranchAndBoundCoinSelection

    source

    pub fn new(size_of_change: u64) -> Self

    Create new instance with target size for change output

    -

    Trait Implementations§

    source§

    impl Clone for BranchAndBoundCoinSelection

    source§

    fn clone(&self) -> BranchAndBoundCoinSelection

    Returns a 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 CoinSelectionAlgorithm for BranchAndBoundCoinSelection

    Implementations§

    source§

    impl<Cs> BranchAndBoundCoinSelection<Cs>

    source

    pub fn new(size_of_change: u64, fallback_algorithm: Cs) -> Self

    Create new instance with a target size_of_change and fallback_algorithm.

    +

    Trait Implementations§

    source§

    impl<Cs: Clone> Clone for BranchAndBoundCoinSelection<Cs>

    source§

    fn clone(&self) -> BranchAndBoundCoinSelection<Cs>

    Returns a 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<Cs: CoinSelectionAlgorithm> CoinSelectionAlgorithm for BranchAndBoundCoinSelection<Cs>

    source§

    fn coin_select<R: RngCore>( &self, required_utxos: Vec<WeightedUtxo>, optional_utxos: Vec<WeightedUtxo>, fee_rate: FeeRate, target_amount: u64, - drain_script: &Script -) -> Result<CoinSelectionResult, Error>

    Perform the coin selection Read more
    source§

    impl Debug for BranchAndBoundCoinSelection

    source§

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

    Formats the value using the given formatter. Read more
    source§

    impl Default for BranchAndBoundCoinSelection

    source§

    fn default() -> Self

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

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where + drain_script: &Script, + rand: &mut R +) -> Result<CoinSelectionResult, InsufficientFunds>

    Perform the coin selection Read more
    source§

    impl<Cs: Debug> Debug for BranchAndBoundCoinSelection<Cs>

    source§

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

    Formats the value using the given formatter. Read more
    source§

    impl<Cs: Default> Default for BranchAndBoundCoinSelection<Cs>

    source§

    fn default() -> Self

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

    Auto Trait Implementations§

    §

    impl<Cs> Freeze for BranchAndBoundCoinSelection<Cs>
    where + Cs: Freeze,

    §

    impl<Cs> RefUnwindSafe for BranchAndBoundCoinSelection<Cs>
    where + Cs: RefUnwindSafe,

    §

    impl<Cs> Send for BranchAndBoundCoinSelection<Cs>
    where + Cs: Send,

    §

    impl<Cs> Sync for BranchAndBoundCoinSelection<Cs>
    where + Cs: Sync,

    §

    impl<Cs> Unpin for BranchAndBoundCoinSelection<Cs>
    where + Cs: Unpin,

    §

    impl<Cs> UnwindSafe for BranchAndBoundCoinSelection<Cs>
    where + Cs: 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_wallet/coin_selection/struct.CoinSelectionResult.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/coin_selection/struct.CoinSelectionResult.html index efaca41873..d74a5e7c9a 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/coin_selection/struct.CoinSelectionResult.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/coin_selection/struct.CoinSelectionResult.html @@ -1,4 +1,4 @@ -CoinSelectionResult in bdk_wallet::coin_selection - Rust

    Struct bdk_wallet::coin_selection::CoinSelectionResult

    source ·
    pub struct CoinSelectionResult {
    +CoinSelectionResult in bdk_wallet::coin_selection - Rust

    Struct bdk_wallet::coin_selection::CoinSelectionResult

    source ·
    pub struct CoinSelectionResult {
         pub selected: Vec<Utxo>,
         pub fee_amount: u64,
         pub excess: Excess,
    @@ -6,9 +6,9 @@
     

    Fields§

    §selected: Vec<Utxo>

    List of outputs selected for use as inputs

    §fee_amount: u64

    Total fee amount for the selected utxos in satoshis

    §excess: Excess

    Remaining amount after deducing fees and outgoing outputs

    -

    Implementations§

    source§

    impl CoinSelectionResult

    source

    pub fn selected_amount(&self) -> u64

    The total value of the inputs selected.

    -
    source

    pub fn local_selected_amount(&self) -> u64

    The total value of the inputs selected from the local wallet.

    -

    Trait Implementations§

    source§

    impl Debug for CoinSelectionResult

    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 +

    Implementations§

    source§

    impl CoinSelectionResult

    source

    pub fn selected_amount(&self) -> u64

    The total value of the inputs selected.

    +
    source

    pub fn local_selected_amount(&self) -> u64

    The total value of the inputs selected from the local wallet.

    +

    Trait Implementations§

    source§

    impl Debug for CoinSelectionResult

    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/coin_selection/struct.InsufficientFunds.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/coin_selection/struct.InsufficientFunds.html new file mode 100644 index 0000000000..e1f92b91b3 --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/coin_selection/struct.InsufficientFunds.html @@ -0,0 +1,25 @@ +InsufficientFunds in bdk_wallet::coin_selection - Rust

    Struct bdk_wallet::coin_selection::InsufficientFunds

    source ·
    pub struct InsufficientFunds {
    +    pub needed: u64,
    +    pub available: u64,
    +}
    Expand description

    Wallet’s UTXO set is not enough to cover recipient’s requested plus fee.

    +

    This is thrown by CoinSelectionAlgorithm.

    +

    Fields§

    §needed: u64

    Sats needed for some transaction

    +
    §available: u64

    Sats available for spending

    +

    Trait Implementations§

    source§

    impl Clone for InsufficientFunds

    source§

    fn clone(&self) -> InsufficientFunds

    Returns a 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 InsufficientFunds

    source§

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

    Formats the value using the given formatter. Read more
    source§

    impl Display for InsufficientFunds

    source§

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

    Formats the value using the given formatter. Read more
    source§

    impl Error for InsufficientFunds

    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<InsufficientFunds> for CreateTxError

    source§

    fn from(err: InsufficientFunds) -> Self

    Converts to this type from the input type.
    source§

    impl PartialEq for InsufficientFunds

    source§

    fn eq(&self, other: &InsufficientFunds) -> 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 InsufficientFunds

    source§

    impl StructuralPartialEq for InsufficientFunds

    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_wallet/coin_selection/struct.LargestFirstCoinSelection.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/coin_selection/struct.LargestFirstCoinSelection.html index 24755abe54..222ad49213 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/coin_selection/struct.LargestFirstCoinSelection.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/coin_selection/struct.LargestFirstCoinSelection.html @@ -1,14 +1,15 @@ -LargestFirstCoinSelection in bdk_wallet::coin_selection - Rust
    pub struct LargestFirstCoinSelection;
    Expand description

    Simple and dumb coin selection

    +LargestFirstCoinSelection in bdk_wallet::coin_selection - Rust
    pub struct LargestFirstCoinSelection;
    Expand description

    Simple and dumb coin selection

    This coin selection algorithm sorts the available UTXOs by value and then picks them starting from the largest ones until the required amount is reached.

    -

    Trait Implementations§

    source§

    impl Clone for LargestFirstCoinSelection

    source§

    fn clone(&self) -> LargestFirstCoinSelection

    Returns a 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 CoinSelectionAlgorithm for LargestFirstCoinSelection

    Trait Implementations§

    source§

    impl Clone for LargestFirstCoinSelection

    source§

    fn clone(&self) -> LargestFirstCoinSelection

    Returns a 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 CoinSelectionAlgorithm for LargestFirstCoinSelection

    source§

    fn coin_select<R: RngCore>( &self, required_utxos: Vec<WeightedUtxo>, optional_utxos: Vec<WeightedUtxo>, fee_rate: FeeRate, target_amount: u64, - drain_script: &Script -) -> Result<CoinSelectionResult, Error>

    Perform the coin selection Read more
    source§

    impl Debug for LargestFirstCoinSelection

    source§

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

    Formats the value using the given formatter. Read more
    source§

    impl Default for LargestFirstCoinSelection

    source§

    fn default() -> LargestFirstCoinSelection

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

    impl Copy for LargestFirstCoinSelection

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where + drain_script: &Script, + _: &mut R +) -> Result<CoinSelectionResult, InsufficientFunds>

    Perform the coin selection Read more
    source§

    impl Debug for LargestFirstCoinSelection

    source§

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

    Formats the value using the given formatter. Read more
    source§

    impl Default for LargestFirstCoinSelection

    source§

    fn default() -> LargestFirstCoinSelection

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

    impl Copy for LargestFirstCoinSelection

    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/coin_selection/struct.OldestFirstCoinSelection.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/coin_selection/struct.OldestFirstCoinSelection.html index a645b3e517..2cb66f2936 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/coin_selection/struct.OldestFirstCoinSelection.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/coin_selection/struct.OldestFirstCoinSelection.html @@ -1,14 +1,15 @@ -OldestFirstCoinSelection in bdk_wallet::coin_selection - Rust

    Struct bdk_wallet::coin_selection::OldestFirstCoinSelection

    source ·
    pub struct OldestFirstCoinSelection;
    Expand description

    OldestFirstCoinSelection always picks the utxo with the smallest blockheight to add to the selected coins next

    +OldestFirstCoinSelection in bdk_wallet::coin_selection - Rust

    Struct bdk_wallet::coin_selection::OldestFirstCoinSelection

    source ·
    pub struct OldestFirstCoinSelection;
    Expand description

    OldestFirstCoinSelection always picks the utxo with the smallest blockheight to add to the selected coins next

    This coin selection algorithm sorts the available UTXOs by blockheight and then picks them starting from the oldest ones until the required amount is reached.

    -

    Trait Implementations§

    source§

    impl Clone for OldestFirstCoinSelection

    source§

    fn clone(&self) -> OldestFirstCoinSelection

    Returns a 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 CoinSelectionAlgorithm for OldestFirstCoinSelection

    Trait Implementations§

    source§

    impl Clone for OldestFirstCoinSelection

    source§

    fn clone(&self) -> OldestFirstCoinSelection

    Returns a 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 CoinSelectionAlgorithm for OldestFirstCoinSelection

    source§

    fn coin_select<R: RngCore>( &self, required_utxos: Vec<WeightedUtxo>, optional_utxos: Vec<WeightedUtxo>, fee_rate: FeeRate, target_amount: u64, - drain_script: &Script -) -> Result<CoinSelectionResult, Error>

    Perform the coin selection Read more
    source§

    impl Debug for OldestFirstCoinSelection

    source§

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

    Formats the value using the given formatter. Read more
    source§

    impl Default for OldestFirstCoinSelection

    source§

    fn default() -> OldestFirstCoinSelection

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

    impl Copy for OldestFirstCoinSelection

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for T
    where + drain_script: &Script, + _: &mut R +) -> Result<CoinSelectionResult, InsufficientFunds>

    Perform the coin selection Read more
    source§

    impl Debug for OldestFirstCoinSelection

    source§

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

    Formats the value using the given formatter. Read more
    source§

    impl Default for OldestFirstCoinSelection

    source§

    fn default() -> OldestFirstCoinSelection

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

    impl Copy for OldestFirstCoinSelection

    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/coin_selection/struct.SingleRandomDraw.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/coin_selection/struct.SingleRandomDraw.html new file mode 100644 index 0000000000..d055ef03b8 --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/coin_selection/struct.SingleRandomDraw.html @@ -0,0 +1,22 @@ +SingleRandomDraw in bdk_wallet::coin_selection - Rust

    Struct bdk_wallet::coin_selection::SingleRandomDraw

    source ·
    pub struct SingleRandomDraw;
    Expand description

    Pull UTXOs at random until we have enough to meet the target.

    +

    Trait Implementations§

    source§

    impl Clone for SingleRandomDraw

    source§

    fn clone(&self) -> SingleRandomDraw

    Returns a 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 CoinSelectionAlgorithm for SingleRandomDraw

    source§

    fn coin_select<R: RngCore>( + &self, + required_utxos: Vec<WeightedUtxo>, + optional_utxos: Vec<WeightedUtxo>, + fee_rate: FeeRate, + target_amount: u64, + drain_script: &Script, + rand: &mut R +) -> Result<CoinSelectionResult, InsufficientFunds>

    Perform the coin selection Read more
    source§

    impl Debug for SingleRandomDraw

    source§

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

    Formats the value using the given formatter. Read more
    source§

    impl Default for SingleRandomDraw

    source§

    fn default() -> SingleRandomDraw

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

    impl Copy for SingleRandomDraw

    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.

    +
    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

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/coin_selection/trait.CoinSelectionAlgorithm.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/coin_selection/trait.CoinSelectionAlgorithm.html index a1345fdbd9..0c57f1c436 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/coin_selection/trait.CoinSelectionAlgorithm.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/coin_selection/trait.CoinSelectionAlgorithm.html @@ -1,28 +1,28 @@ -CoinSelectionAlgorithm in bdk_wallet::coin_selection - Rust

    Trait bdk_wallet::coin_selection::CoinSelectionAlgorithm

    source ·
    pub trait CoinSelectionAlgorithm: Debug {
    +CoinSelectionAlgorithm in bdk_wallet::coin_selection - Rust

    Trait bdk_wallet::coin_selection::CoinSelectionAlgorithm

    source ·
    pub trait CoinSelectionAlgorithm: Debug {
         // Required method
    -    fn coin_select(
    +    fn coin_select<R: RngCore>(
             &self,
             required_utxos: Vec<WeightedUtxo>,
             optional_utxos: Vec<WeightedUtxo>,
             fee_rate: FeeRate,
             target_amount: u64,
    -        drain_script: &Script
    -    ) -> Result<CoinSelectionResult, Error>;
    +        drain_script: &Script,
    +        rand: &mut R
    +    ) -> Result<CoinSelectionResult, InsufficientFunds>;
     }
    Expand description

    Trait for generalized coin selection algorithms

    This trait can be implemented to make the Wallet use a customized coin selection algorithm when it creates transactions.

    For an example see this module’s documentation.

    -

    Required Methods§

    Required Methods§

    source

    fn coin_select<R: RngCore>( &self, required_utxos: Vec<WeightedUtxo>, optional_utxos: Vec<WeightedUtxo>, fee_rate: FeeRate, target_amount: u64, - drain_script: &Script -) -> Result<CoinSelectionResult, Error>

    Perform the coin selection

    + drain_script: &Script, + rand: &mut R +) -> Result<CoinSelectionResult, InsufficientFunds>

    Perform the coin selection

      -
    • database: a reference to the wallet’s database that can be used to lookup additional -details for a specific UTXO
    • required_utxos: the utxos that must be spent regardless of target_amount with their weight cost
    • optional_utxos: the remaining available utxos to satisfy target_amount with their @@ -31,5 +31,6 @@ weight cost
    • target_amount: the outgoing amount in satoshis and the fees already accumulated from added outputs and transaction’s header.
    • drain_script: the script to use in case of change
    • +
    • rand: random number generated used by some coin selection algorithms such as SingleRandomDraw
    -

    Implementors§

    \ No newline at end of file +

    Object Safety§

    This trait is not object safe.

    Implementors§

    source§

    impl CoinSelectionAlgorithm for LargestFirstCoinSelection

    source§

    impl CoinSelectionAlgorithm for OldestFirstCoinSelection

    source§

    impl CoinSelectionAlgorithm for SingleRandomDraw

    source§

    impl<Cs: CoinSelectionAlgorithm> CoinSelectionAlgorithm for BranchAndBoundCoinSelection<Cs>

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/coin_selection/type.DefaultCoinSelectionAlgorithm.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/coin_selection/type.DefaultCoinSelectionAlgorithm.html index d34dfecee1..574e9046e6 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/coin_selection/type.DefaultCoinSelectionAlgorithm.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/coin_selection/type.DefaultCoinSelectionAlgorithm.html @@ -1,3 +1,3 @@ -DefaultCoinSelectionAlgorithm in bdk_wallet::coin_selection - Rust

    Type Alias bdk_wallet::coin_selection::DefaultCoinSelectionAlgorithm

    source ·
    pub type DefaultCoinSelectionAlgorithm = BranchAndBoundCoinSelection;
    Expand description

    Default coin selection algorithm used by TxBuilder if not +DefaultCoinSelectionAlgorithm in bdk_wallet::coin_selection - Rust

    Type Alias bdk_wallet::coin_selection::DefaultCoinSelectionAlgorithm

    source ·
    pub type DefaultCoinSelectionAlgorithm = BranchAndBoundCoinSelection<SingleRandomDraw>;
    Expand description

    Default coin selection algorithm used by TxBuilder if not overridden

    Aliased Type§

    struct DefaultCoinSelectionAlgorithm { /* private fields */ }
    \ No newline at end of file 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 ea78702035..1108351dd8 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 @@ -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 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 72396d0300..73b3e6e08f 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.PolicyError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/descriptor/policy/enum.PolicyError.html index 7c329265a9..9910b6c0eb 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/enum.AddUtxoError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.AddUtxoError.html index 653dc33c78..eec83ddfcc 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.ApplyBlockError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.ApplyBlockError.html index e58ec17908..1ab2f012a7 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.ApplyBlockError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.ApplyBlockError.html @@ -1,4 +1,4 @@ -ApplyBlockError in bdk_wallet - Rust

    Enum bdk_wallet::ApplyBlockError

    source ·
    pub enum ApplyBlockError {
    +ApplyBlockError in bdk_wallet - Rust

    Enum bdk_wallet::ApplyBlockError

    source ·
    pub enum ApplyBlockError {
         CannotConnect(CannotConnectError),
         UnexpectedConnectedToHash {
             connected_to_hash: BlockHash,
    @@ -9,7 +9,7 @@
     
    §

    UnexpectedConnectedToHash

    Occurs when the connected_to hash does not match the hash derived from block.

    Fields

    §connected_to_hash: BlockHash

    Block hash of connected_to.

    §expected_hash: BlockHash

    Expected block hash of connected_to, as derived from block.

    -

    Trait Implementations§

    source§

    impl Debug for ApplyBlockError

    source§

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

    Formats the value using the given formatter. Read more
    source§

    impl Display for ApplyBlockError

    source§

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

    Formats the value using the given formatter. Read more
    source§

    impl Error for ApplyBlockError

    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 ApplyBlockError

    source§

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

    Formats the value using the given formatter. Read more
    source§

    impl Display for ApplyBlockError

    source§

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

    Formats the value using the given formatter. Read more
    source§

    impl Error for ApplyBlockError

    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.LoadError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.LoadError.html index 2aa78a3bce..98f713228f 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 @@ -1,4 +1,4 @@ -LoadError in bdk_wallet - Rust

    Enum bdk_wallet::LoadError

    source ·
    pub enum LoadError {
    +LoadError in bdk_wallet - Rust

    Enum bdk_wallet::LoadError

    source ·
    pub enum LoadError {
         Descriptor(DescriptorError),
         MissingNetwork,
         MissingGenesis,
    @@ -10,9 +10,9 @@
     
    §

    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 +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 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.LoadMismatch.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.LoadMismatch.html index 136b603f8c..21f49b7bea 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 @@ -1,4 +1,4 @@ -LoadMismatch in bdk_wallet - Rust

    Enum bdk_wallet::LoadMismatch

    source ·
    pub enum LoadMismatch {
    +LoadMismatch in bdk_wallet - Rust

    Enum bdk_wallet::LoadMismatch

    source ·
    pub enum LoadMismatch {
         Network {
             loaded: Network,
             expected: Network,
    @@ -23,9 +23,9 @@
     

    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 +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 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.LoadWithPersistError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.LoadWithPersistError.html index 8613c3ab69..1017b5cf32 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.BuildFeeBumpError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/error/enum.BuildFeeBumpError.html index d6e30102c9..f5c9367ddf 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/error/enum.BuildFeeBumpError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/error/enum.BuildFeeBumpError.html @@ -10,7 +10,7 @@
    §

    TransactionConfirmed(Txid)

    Happens when trying to bump a transaction that is already confirmed

    §

    IrreplaceableTransaction(Txid)

    Trying to replace a tx that has a sequence >= 0xFFFFFFFE

    §

    FeeRateUnavailable

    Node doesn’t have data to estimate a fee rate

    -

    Trait Implementations§

    source§

    impl Debug for BuildFeeBumpError

    source§

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

    Formats the value using the given formatter. Read more
    source§

    impl Display for BuildFeeBumpError

    source§

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

    Formats the value using the given formatter. Read more
    source§

    impl Error for BuildFeeBumpError

    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 BuildFeeBumpError

    source§

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

    Formats the value using the given formatter. Read more
    source§

    impl Display for BuildFeeBumpError

    source§

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

    Formats the value using the given formatter. Read more
    source§

    impl Error for BuildFeeBumpError

    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/error/enum.CreateTxError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/error/enum.CreateTxError.html index 83f1737c90..5a911d3026 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 @@ -1,4 +1,4 @@ -CreateTxError in bdk_wallet::error - Rust

    Enum bdk_wallet::error::CreateTxError

    source ·
    pub enum CreateTxError {
    +CreateTxError in bdk_wallet::error - Rust

    Enum bdk_wallet::error::CreateTxError

    source ·
    pub enum CreateTxError {
     
    Show 19 variants Descriptor(DescriptorError), Policy(PolicyError), SpendingPolicyRequired(KeychainKind), @@ -21,7 +21,7 @@ }, NoUtxosSelected, OutputBelowDustLimit(usize), - CoinSelection(Error), + CoinSelection(InsufficientFunds), NoRecipients, Psbt(Error), MissingKeyOrigin(String), @@ -47,7 +47,7 @@

    Fields

    §required: FeeRate

    Required fee rate

    §

    NoUtxosSelected

    manually_selected_only option is selected but no utxo has been passed

    §

    OutputBelowDustLimit(usize)

    Output created is under the dust limit, 546 satoshis

    -
    §

    CoinSelection(Error)

    There was an error with coin selection

    +
    §

    CoinSelection(InsufficientFunds)

    There was an error with coin selection

    §

    NoRecipients

    Cannot build a tx without recipients

    §

    Psbt(Error)

    Partially signed bitcoin transaction error

    §

    MissingKeyOrigin(String)

    In order to use the TxBuilder::add_global_xpubs option every extended @@ -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<InsufficientFunds> for CreateTxError

    source§

    fn from(err: InsufficientFunds) -> 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/error/enum.MiniscriptPsbtError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/error/enum.MiniscriptPsbtError.html index d23efcac20..8e104da9c6 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/error/enum.MiniscriptPsbtError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/error/enum.MiniscriptPsbtError.html @@ -6,7 +6,7 @@

    Variants§

    §

    Conversion(ConversionError)

    Descriptor key conversion error

    §

    UtxoUpdate(UtxoUpdateError)

    Return error type for PsbtExt::update_input_with_descriptor

    §

    OutputUpdate(OutputUpdateError)

    Return error type for PsbtExt::update_output_with_descriptor

    -

    Trait Implementations§

    source§

    impl Clone for MiniscriptPsbtError

    source§

    fn clone(&self) -> MiniscriptPsbtError

    Returns a 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 MiniscriptPsbtError

    source§

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

    Formats the value using the given formatter. Read more
    source§

    impl Display for MiniscriptPsbtError

    source§

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

    Formats the value using the given formatter. Read more
    source§

    impl Error for MiniscriptPsbtError

    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<MiniscriptPsbtError> for CreateTxError

    source§

    fn from(err: MiniscriptPsbtError) -> 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 MiniscriptPsbtError

    source§

    fn clone(&self) -> MiniscriptPsbtError

    Returns a 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 MiniscriptPsbtError

    source§

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

    Formats the value using the given formatter. Read more
    source§

    impl Display for MiniscriptPsbtError

    source§

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

    Formats the value using the given formatter. Read more
    source§

    impl Error for MiniscriptPsbtError

    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<MiniscriptPsbtError> for CreateTxError

    source§

    fn from(err: MiniscriptPsbtError) -> 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/fn.wallet_name_from_descriptor.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/fn.wallet_name_from_descriptor.html index dd7c7a62e1..f461e0ab1a 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/keys/enum.ExtendedKey.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/keys/enum.ExtendedKey.html
    index 3621360960..2a59b12b6d 100644
    --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/keys/enum.ExtendedKey.html
    +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/keys/enum.ExtendedKey.html
    @@ -22,7 +22,7 @@ given [Network]

    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: ScriptContext> From<Xpriv> for ExtendedKey<Ctx>

    source§

    fn from(xprv: Xpriv) -> Self

    Converts to this type from the input type.
    source§

    impl<Ctx: ScriptContext> From<Xpub> for ExtendedKey<Ctx>

    source§

    fn from(xpub: Xpub) -> Self

    Converts to this type from the input type.

    Auto Trait Implementations§

    §

    impl<Ctx> Freeze for ExtendedKey<Ctx>

    §

    impl<Ctx> RefUnwindSafe for ExtendedKey<Ctx>
    where +key origin and derivation path

    source§

    impl<Ctx: ScriptContext> From<Xpriv> for ExtendedKey<Ctx>

    source§

    fn from(xprv: Xpriv) -> Self

    Converts to this type from the input type.
    source§

    impl<Ctx: ScriptContext> From<Xpub> for ExtendedKey<Ctx>

    source§

    fn from(xpub: Xpub) -> Self

    Converts to this type from the input type.

    Auto Trait Implementations§

    §

    impl<Ctx> Freeze for ExtendedKey<Ctx>

    §

    impl<Ctx> RefUnwindSafe for ExtendedKey<Ctx>
    where Ctx: RefUnwindSafe,

    §

    impl<Ctx> Send for ExtendedKey<Ctx>
    where Ctx: Send,

    §

    impl<Ctx> Sync for ExtendedKey<Ctx>
    where Ctx: Sync,

    §

    impl<Ctx> Unpin for ExtendedKey<Ctx>
    where 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 1bea08d590..cc7861eb66 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/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 a4b1278435..9c666be177 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 @@ -1,24 +1,24 @@ SignerWrapper in bdk_wallet::signer - Rust

    Struct bdk_wallet::signer::SignerWrapper

    source ·
    pub struct SignerWrapper<S: Sized + Debug + Clone> { /* private fields */ }
    Expand description

    Wrapper to pair a signer with its context

    Implementations§

    source§

    impl<S: Sized + Debug + Clone> SignerWrapper<S>

    source

    pub fn new(signer: S, ctx: SignerContext) -> Self

    Create a wrapped signer from a signer and a context

    -

    Trait Implementations§

    source§

    impl<S: Clone + Sized + Debug + Clone> Clone for SignerWrapper<S>

    source§

    fn clone(&self) -> SignerWrapper<S>

    Returns a 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<S: Debug + Sized + Debug + Clone> Debug for SignerWrapper<S>

    source§

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

    Formats the value using the given formatter. Read more
    source§

    impl<S: Sized + Debug + Clone> Deref for SignerWrapper<S>

    §

    type Target = S

    The resulting type after dereferencing.
    source§

    fn deref(&self) -> &Self::Target

    Dereferences the value.
    source§

    impl InputSigner for SignerWrapper<DescriptorMultiXKey<Xpriv>>

    Trait Implementations§

    source§

    impl<S: Clone + Sized + Debug + Clone> Clone for SignerWrapper<S>

    source§

    fn clone(&self) -> SignerWrapper<S>

    Returns a 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<S: Debug + Sized + Debug + Clone> Debug for SignerWrapper<S>

    source§

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

    Formats the value using the given formatter. Read more
    source§

    impl<S: Sized + Debug + Clone> Deref for SignerWrapper<S>

    §

    type Target = S

    The resulting type after dereferencing.
    source§

    fn deref(&self) -> &Self::Target

    Dereferences the value.
    source§

    impl InputSigner for SignerWrapper<DescriptorMultiXKey<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<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 2cd59b3ed1..11ac7728de 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 @@ -1,4 +1,4 @@ -AddressInfo in bdk_wallet - Rust

    Struct bdk_wallet::AddressInfo

    source ·
    pub struct AddressInfo {
    +AddressInfo in bdk_wallet - Rust

    Struct bdk_wallet::AddressInfo

    source ·
    pub struct AddressInfo {
         pub index: u32,
         pub address: Address,
         pub keychain: KeychainKind,
    @@ -68,9 +68,9 @@ 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 +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 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/struct.PersistedWallet.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/struct.PersistedWallet.html index 9625d63615..5b66bb2f7b 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 @@ -39,16 +39,16 @@ connected to different databases. ) -> Result<bool, P::Error>

    Persist staged changes of wallet into an async persister.

    Returns whether any new changes were persisted.

    If the persister errors, the staged changes will not be cleared.

    -

    Methods from Deref<Target = Wallet>§

    source

    pub fn network(&self) -> Network

    Get the Bitcoin network the wallet is using.

    -
    source

    pub fn keychains( +

    Methods from Deref<Target = Wallet>§

    source

    pub fn network(&self) -> Network

    Get the Bitcoin network the wallet is using.

    +
    source

    pub fn keychains( &self ) -> impl Iterator<Item = (KeychainKind, &ExtendedDescriptor)>

    Iterator over all keychains in this wallet

    -
    source

    pub fn peek_address(&self, keychain: KeychainKind, index: u32) -> AddressInfo

    Peek an address of the given keychain at index without revealing it.

    +
    source

    pub fn peek_address(&self, keychain: KeychainKind, index: u32) -> AddressInfo

    Peek an address of the given keychain at index without revealing it.

    For non-wildcard descriptors this returns the same address at every provided index.

    §Panics

    This panics when the caller requests for an address of derivation index greater than the BIP32 max index.

    -
    source

    pub fn reveal_next_address(&mut self, keychain: KeychainKind) -> AddressInfo

    Attempt to reveal the next address of the given keychain.

    +
    source

    pub fn reveal_next_address(&mut self, keychain: KeychainKind) -> AddressInfo

    Attempt to reveal the next address of the given keychain.

    This will increment the keychain’s derivation index. If the keychain’s descriptor doesn’t contain a wildcard or every address is already revealed up to the maximum derivation index defined in BIP32, @@ -67,7 +67,7 @@ wallet.persist(&mut conn).expect(// Now it's safe to show the user their next address! println!("Next address: {}", next_address.address);

    -
    source

    pub fn reveal_addresses_to( +

    source

    pub fn reveal_addresses_to( &mut self, keychain: KeychainKind, index: u32 @@ -78,35 +78,35 @@ possible index. If all addresses up to the given index are already no new addresses are returned.

    WARNING: To avoid address reuse you must persist the changes resulting from one or more calls to this method before closing the wallet. See Wallet::reveal_next_address.

    -

    source

    pub fn next_unused_address(&mut self, keychain: KeychainKind) -> AddressInfo

    Get the next unused address for the given keychain, i.e. the address with the lowest +

    source

    pub fn next_unused_address(&mut self, keychain: KeychainKind) -> AddressInfo

    Get the next unused address for the given keychain, i.e. the address with the lowest derivation index that hasn’t been used.

    This will attempt to derive and reveal a new address if no newly revealed addresses are available. See also reveal_next_address.

    WARNING: To avoid address reuse you must persist the changes resulting from one or more calls to this method before closing the wallet. See Wallet::reveal_next_address.

    -
    source

    pub fn mark_used(&mut self, keychain: KeychainKind, index: u32) -> bool

    Marks an address used of the given keychain at index.

    +
    source

    pub fn mark_used(&mut self, keychain: KeychainKind, index: u32) -> bool

    Marks an address used of the given keychain at index.

    Returns whether the given index was present and then removed from the unused set.

    -
    source

    pub fn unmark_used(&mut self, keychain: KeychainKind, index: u32) -> bool

    Undoes the effect of mark_used and returns whether the index was inserted +

    source

    pub fn unmark_used(&mut self, keychain: KeychainKind, index: u32) -> bool

    Undoes the effect of mark_used and returns whether the index was inserted back into the unused set.

    Since this is only a superficial marker, it will have no effect if the address at the given index was actually used, i.e. the wallet has previously indexed a tx output for the derived spk.

    -
    source

    pub fn list_unused_addresses( +

    source

    pub fn list_unused_addresses( &self, keychain: KeychainKind ) -> impl DoubleEndedIterator<Item = AddressInfo> + '_

    List addresses that are revealed but unused.

    Note if the returned iterator is empty you can reveal more addresses by using reveal_next_address or reveal_addresses_to.

    -
    source

    pub fn is_mine(&self, script: ScriptBuf) -> bool

    Return whether or not a script is part of this wallet (either internal or external)

    -
    source

    pub fn derivation_of_spk(&self, spk: ScriptBuf) -> Option<(KeychainKind, u32)>

    Finds how the wallet derived the script pubkey spk.

    +
    source

    pub fn is_mine(&self, script: ScriptBuf) -> bool

    Return whether or not a script is part of this wallet (either internal or external)

    +
    source

    pub fn derivation_of_spk(&self, spk: ScriptBuf) -> Option<(KeychainKind, u32)>

    Finds how the wallet derived the script pubkey spk.

    Will only return Some(_) if the wallet has given out the spk.

    -
    source

    pub fn list_unspent(&self) -> impl Iterator<Item = LocalOutput> + '_

    Return the list of unspent outputs of this wallet

    -
    source

    pub fn list_output(&self) -> impl Iterator<Item = LocalOutput> + '_

    List all relevant outputs (includes both spent and unspent, confirmed and unconfirmed).

    +
    source

    pub fn list_unspent(&self) -> impl Iterator<Item = LocalOutput> + '_

    Return the list of unspent outputs of this wallet

    +
    source

    pub fn list_output(&self) -> impl Iterator<Item = LocalOutput> + '_

    List all relevant outputs (includes both spent and unspent, confirmed and unconfirmed).

    To list only unspent outputs (UTXOs), use Wallet::list_unspent instead.

    -
    source

    pub fn checkpoints(&self) -> CheckPointIter

    Get all the checkpoints the wallet is currently storing indexed by height.

    -
    source

    pub fn latest_checkpoint(&self) -> CheckPoint

    Returns the latest checkpoint.

    -
    source

    pub fn all_unbounded_spk_iters( +

    source

    pub fn checkpoints(&self) -> CheckPointIter

    Get all the checkpoints the wallet is currently storing indexed by height.

    +
    source

    pub fn latest_checkpoint(&self) -> CheckPoint

    Returns the latest checkpoint.

    +
    source

    pub fn all_unbounded_spk_iters( &self ) -> BTreeMap<KeychainKind, impl Iterator<Item = Indexed<ScriptBuf>> + Clone>

    Get unbounded script pubkey iterators for both Internal and External keychains.

    This is intended to be used when doing a full scan of your addresses (e.g. after restoring @@ -114,14 +114,14 @@ from seed words). You pass the BTreeMap of iterators to a blockchai electrum server) which will go through each address until it reaches a stop gap.

    Note carefully that iterators go over all script pubkeys on the keychains (not what script pubkeys the wallet is storing internally).

    -
    source

    pub fn unbounded_spk_iter( +

    source

    pub fn unbounded_spk_iter( &self, keychain: KeychainKind ) -> impl Iterator<Item = Indexed<ScriptBuf>> + Clone

    Get an unbounded script pubkey iterator for the given keychain.

    See all_unbounded_spk_iters for more documentation

    -
    source

    pub fn get_utxo(&self, op: OutPoint) -> Option<LocalOutput>

    Returns the utxo owned by this wallet corresponding to outpoint if it exists in the +

    source

    pub fn get_utxo(&self, op: OutPoint) -> Option<LocalOutput>

    Returns the utxo owned by this wallet corresponding to outpoint if it exists in the wallet’s database.

    -
    source

    pub fn insert_txout(&mut self, outpoint: OutPoint, txout: TxOut)

    Inserts a [TxOut] at [OutPoint] into the wallet’s transaction graph.

    +
    source

    pub fn insert_txout(&mut self, outpoint: OutPoint, txout: TxOut)

    Inserts a [TxOut] at [OutPoint] into the wallet’s transaction graph.

    This is used for providing a previous output’s value so that we can use calculate_fee or calculate_fee_rate on a given transaction. Outputs inserted with this method will not be returned in list_unspent or list_output.

    @@ -130,7 +130,7 @@ insert TxOuts that you trust the values for!

    You must persist the changes resulting from one or more calls to this method if you need the inserted TxOut data to be reloaded after closing the wallet. See Wallet::reveal_next_address.

    -
    source

    pub fn calculate_fee( +

    source

    pub fn calculate_fee( &self, tx: &Transaction ) -> Result<Amount, CalculateFeeError>

    Calculates the fee of a given transaction. Returns [Amount::ZERO] if tx is a coinbase transaction.

    @@ -143,7 +143,7 @@ manually insert the TxOut(s) into the tx graph using the
    let tx = &psbt.clone().extract_tx().expect("tx");
     let fee = wallet.calculate_fee(tx).expect("fee");
    -
    source

    pub fn calculate_fee_rate( +

    source

    pub fn calculate_fee_rate( &self, tx: &Transaction ) -> Result<FeeRate, CalculateFeeError>

    Calculate the [FeeRate] for a given transaction.

    @@ -156,7 +156,7 @@ manually insert the TxOut(s) into the tx graph using the
    let tx = &psbt.clone().extract_tx().expect("tx");
     let fee_rate = wallet.calculate_fee_rate(tx).expect("fee rate");
    -
    source

    pub fn sent_and_received(&self, tx: &Transaction) -> (Amount, Amount)

    Compute the tx’s sent and received [Amount]s.

    +
    source

    pub fn sent_and_received(&self, tx: &Transaction) -> (Amount, Amount)

    Compute the tx’s sent and received [Amount]s.

    This method returns a tuple (sent, received). Sent is the sum of the txin amounts that spend from previous txouts tracked by this wallet. Received is the summation of this tx’s outputs that send to script pubkeys tracked by this wallet.

    @@ -166,7 +166,7 @@ of this tx’s outputs that send to script pubkeys tracked by this wallet.

    let tx = &psbt.clone().extract_tx().expect("tx");
     let (sent, received) = wallet.sent_and_received(tx);
    -
    source

    pub fn get_tx(&self, txid: Txid) -> Option<WalletTx<'_>>

    Get a single transaction from the wallet as a WalletTx (if the transaction exists).

    +
    source

    pub fn get_tx(&self, txid: Txid) -> Option<WalletTx<'_>>

    Get a single transaction from the wallet as a WalletTx (if the transaction exists).

    WalletTx contains the full transaction alongside meta-data such as:

    • Blocks that the transaction is Anchored in. These may or may not be blocks that exist @@ -204,7 +204,7 @@ the transaction was last seen in the mempool is provided.
    • last_seen, ), }
    -
    source

    pub fn insert_checkpoint( +

    source

    pub fn insert_checkpoint( &mut self, block_id: BlockId ) -> Result<bool, AlterCheckPointError>

    Add a new checkpoint to the wallet’s internal view of the chain.

    @@ -213,7 +213,7 @@ there).

    WARNING: You must persist the changes resulting from one or more calls to this method if you need the inserted checkpoint data to be reloaded after closing the wallet. See Wallet::reveal_next_address.

    -
    source

    pub fn insert_tx<T: Into<Arc<Transaction>>>(&mut self, tx: T) -> bool

    Add a transaction to the wallet’s internal view of the chain. This stages the change, +

    source

    pub fn insert_tx<T: Into<Arc<Transaction>>>(&mut self, tx: T) -> bool

    Add a transaction to the wallet’s internal view of the chain. This stages the change, you must persist it later.

    This method inserts the given tx and returns whether anything changed after insertion, which will be false if the same transaction already exists in the wallet’s transaction @@ -222,30 +222,30 @@ graph. Any changes are staged but not committed.

    By default the inserted tx won’t be considered “canonical” because it’s not known whether the transaction exists in the best chain. To know whether it exists, the tx must be broadcast to the network and the wallet synced via a chain source.

    -
    source

    pub fn transactions(&self) -> impl Iterator<Item = WalletTx<'_>> + '_

    Iterate over the transactions in the wallet.

    -
    source

    pub fn transactions_sort_by<F>(&self, compare: F) -> Vec<WalletTx<'_>>
    where +

    source

    pub fn transactions(&self) -> impl Iterator<Item = WalletTx<'_>> + '_

    Iterate over the transactions in the wallet.

    +
    source

    pub fn transactions_sort_by<F>(&self, compare: F) -> Vec<WalletTx<'_>>
    where F: FnMut(&WalletTx<'_>, &WalletTx<'_>) -> Ordering,

    Array of transactions in the wallet sorted with a comparator function.

    §Example
    // Transactions by chain position: first unconfirmed then descending by confirmed height.
     let sorted_txs: Vec<WalletTx> =
         wallet.transactions_sort_by(|tx1, tx2| tx2.chain_position.cmp(&tx1.chain_position));
    -
    source

    pub fn balance(&self) -> Balance

    Return the balance, separated into available, trusted-pending, untrusted-pending and immature +

    source

    pub fn balance(&self) -> Balance

    Return the balance, separated into available, trusted-pending, untrusted-pending and immature values.

    -
    source

    pub fn add_signer( +

    source

    pub fn add_signer( &mut self, keychain: KeychainKind, ordering: SignerOrdering, signer: Arc<dyn TransactionSigner> )

    Add an external signer

    See the signer module for an example.

    -
    source

    pub fn set_keymap(&mut self, keychain: KeychainKind, keymap: KeyMap)

    Set the keymap for a given keychain.

    +
    source

    pub fn set_keymap(&mut self, keychain: KeychainKind, keymap: KeyMap)

    Set the keymap for a given keychain.

    Note this does nothing if the given keychain has no descriptor because we won’t know the context (segwit, taproot, etc) in which to create signatures.

    -
    source

    pub fn set_keymaps( +

    source

    pub fn set_keymaps( &mut self, keymaps: impl IntoIterator<Item = (KeychainKind, KeyMap)> )

    Set the keymap for each keychain.

    -
    source

    pub fn get_signers(&self, keychain: KeychainKind) -> Arc<SignersContainer>

    Get the signers

    +
    source

    pub fn get_signers(&self, keychain: KeychainKind) -> Arc<SignersContainer>

    Get the signers

    §Example
    let descriptor = "wpkh(tprv8ZgxMBicQKsPe73PBRSmNbTfbcsZnwWhz5eVmhHpi31HW29Z7mc9B4cWGRQzopNUzZUT391DeDJxL2PefNunWyLgqCKRMDkU1s2s8bAfoSk/84'/1'/0'/0/*)";
     let change_descriptor = "wpkh(tprv8ZgxMBicQKsPe73PBRSmNbTfbcsZnwWhz5eVmhHpi31HW29Z7mc9B4cWGRQzopNUzZUT391DeDJxL2PefNunWyLgqCKRMDkU1s2s8bAfoSk/84'/1'/0'/1/*)";
    @@ -258,7 +258,7 @@ know the context (segwit, taproot, etc) in which to create signatures.

    } Ok::<(), Box<dyn std::error::Error>>(())
    -
    source

    pub fn build_tx(&mut self) -> TxBuilder<'_, DefaultCoinSelectionAlgorithm>

    Start building a transaction.

    +
    source

    pub fn build_tx(&mut self) -> TxBuilder<'_, DefaultCoinSelectionAlgorithm>

    Start building a transaction.

    This returns a blank TxBuilder from which you can specify the parameters for the transaction.

    §Example
    let psbt = {
    @@ -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 committed (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 committed (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: Into<Arc<Transaction>>>( +

    source

    pub fn apply_unconfirmed_txs<T: Into<Arc<Transaction>>>( &mut self, unconfirmed_txs: impl IntoIterator<Item = (T, 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 c05607b5f9..c9b9e56aaf 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 @@ -1,4 +1,4 @@ -Update in bdk_wallet - Rust

    Struct bdk_wallet::Update

    source ·
    pub struct Update {
    +Update in bdk_wallet - Rust

    Struct bdk_wallet::Update

    source ·
    pub struct Update {
         pub last_active_indices: BTreeMap<KeychainKind, u32>,
         pub tx_update: TxUpdate<ConfirmationBlockTime>,
         pub chain: Option<CheckPoint>,
    @@ -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 9976d70e7e..d9e786a7fa 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 @@ -1,4 +1,4 @@ -Wallet in bdk_wallet - Rust

    Struct bdk_wallet::Wallet

    source ·
    pub struct Wallet { /* private fields */ }
    Expand description

    A Bitcoin wallet

    +Wallet in bdk_wallet - Rust

    Struct bdk_wallet::Wallet

    source ·
    pub struct Wallet { /* private fields */ }
    Expand description

    A Bitcoin wallet

    The Wallet acts as a way of coherently interfacing with output descriptors and related transactions. Its main components are:

      @@ -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
    @@ -32,7 +32,7 @@ equivalent of let wallet = Wallet::create_single(EXTERNAL_DESC) .network(Network::Testnet) .create_wallet(&mut conn)?;
    -
    source

    pub fn create<D>(descriptor: D, change_descriptor: D) -> CreateParams
    where +

    source

    pub fn create<D>(descriptor: D, change_descriptor: D) -> CreateParams
    where D: IntoWalletDescriptor + Send + Clone + 'static,

    Build a new Wallet.

    If you have previously created a wallet, use load instead.

    §Synopsis
    @@ -47,9 +47,9 @@ equivalent of let wallet = Wallet::create(EXTERNAL_DESC, INTERNAL_DESC) .network(Network::Testnet) .create_wallet(&mut conn)?;
    -
    source

    pub fn create_with_params(params: CreateParams) -> Result<Self, DescriptorError>

    Create a new Wallet with given params.

    +
    source

    pub fn create_with_params(params: CreateParams) -> Result<Self, DescriptorError>

    Create a new Wallet with given params.

    Refer to Wallet::create for more.

    -
    source

    pub fn load() -> LoadParams

    Build Wallet by loading from persistence or ChangeSet.

    +
    source

    pub fn load() -> LoadParams

    Build Wallet by loading from persistence or ChangeSet.

    Note that the descriptor secret keys are not persisted to the db. You can add signers after-the-fact with Wallet::add_signer or Wallet::set_keymap. You can also add keys when building the wallet by using LoadParams::keymap. Finally @@ -77,21 +77,21 @@ which will try to populate signers if 101) .load_wallet(&mut conn)? .expect("must have data to load wallet");

    -
    source

    pub fn load_with_params( +

    source

    pub fn load_with_params( changeset: ChangeSet, params: LoadParams ) -> Result<Option<Self>, LoadError>

    Load Wallet from the given previously persisted ChangeSet and params.

    Refer to Wallet::load for more.

    -
    source

    pub fn network(&self) -> Network

    Get the Bitcoin network the wallet is using.

    -
    source

    pub fn keychains( +

    source

    pub fn network(&self) -> Network

    Get the Bitcoin network the wallet is using.

    +
    source

    pub fn keychains( &self ) -> impl Iterator<Item = (KeychainKind, &ExtendedDescriptor)>

    Iterator over all keychains in this wallet

    -
    source

    pub fn peek_address(&self, keychain: KeychainKind, index: u32) -> AddressInfo

    Peek an address of the given keychain at index without revealing it.

    +
    source

    pub fn peek_address(&self, keychain: KeychainKind, index: u32) -> AddressInfo

    Peek an address of the given keychain at index without revealing it.

    For non-wildcard descriptors this returns the same address at every provided index.

    §Panics

    This panics when the caller requests for an address of derivation index greater than the BIP32 max index.

    -
    source

    pub fn reveal_next_address(&mut self, keychain: KeychainKind) -> AddressInfo

    Attempt to reveal the next address of the given keychain.

    +
    source

    pub fn reveal_next_address(&mut self, keychain: KeychainKind) -> AddressInfo

    Attempt to reveal the next address of the given keychain.

    This will increment the keychain’s derivation index. If the keychain’s descriptor doesn’t contain a wildcard or every address is already revealed up to the maximum derivation index defined in BIP32, @@ -110,7 +110,7 @@ wallet.persist(&mut conn).expect(// Now it's safe to show the user their next address! println!("Next address: {}", next_address.address);

    -
    source

    pub fn reveal_addresses_to( +

    source

    pub fn reveal_addresses_to( &mut self, keychain: KeychainKind, index: u32 @@ -121,35 +121,35 @@ possible index. If all addresses up to the given index are already no new addresses are returned.

    WARNING: To avoid address reuse you must persist the changes resulting from one or more calls to this method before closing the wallet. See Wallet::reveal_next_address.

    -

    source

    pub fn next_unused_address(&mut self, keychain: KeychainKind) -> AddressInfo

    Get the next unused address for the given keychain, i.e. the address with the lowest +

    source

    pub fn next_unused_address(&mut self, keychain: KeychainKind) -> AddressInfo

    Get the next unused address for the given keychain, i.e. the address with the lowest derivation index that hasn’t been used.

    This will attempt to derive and reveal a new address if no newly revealed addresses are available. See also reveal_next_address.

    WARNING: To avoid address reuse you must persist the changes resulting from one or more calls to this method before closing the wallet. See Wallet::reveal_next_address.

    -
    source

    pub fn mark_used(&mut self, keychain: KeychainKind, index: u32) -> bool

    Marks an address used of the given keychain at index.

    +
    source

    pub fn mark_used(&mut self, keychain: KeychainKind, index: u32) -> bool

    Marks an address used of the given keychain at index.

    Returns whether the given index was present and then removed from the unused set.

    -
    source

    pub fn unmark_used(&mut self, keychain: KeychainKind, index: u32) -> bool

    Undoes the effect of mark_used and returns whether the index was inserted +

    source

    pub fn unmark_used(&mut self, keychain: KeychainKind, index: u32) -> bool

    Undoes the effect of mark_used and returns whether the index was inserted back into the unused set.

    Since this is only a superficial marker, it will have no effect if the address at the given index was actually used, i.e. the wallet has previously indexed a tx output for the derived spk.

    -
    source

    pub fn list_unused_addresses( +

    source

    pub fn list_unused_addresses( &self, keychain: KeychainKind ) -> impl DoubleEndedIterator<Item = AddressInfo> + '_

    List addresses that are revealed but unused.

    Note if the returned iterator is empty you can reveal more addresses by using reveal_next_address or reveal_addresses_to.

    -
    source

    pub fn is_mine(&self, script: ScriptBuf) -> bool

    Return whether or not a script is part of this wallet (either internal or external)

    -
    source

    pub fn derivation_of_spk(&self, spk: ScriptBuf) -> Option<(KeychainKind, u32)>

    Finds how the wallet derived the script pubkey spk.

    +
    source

    pub fn is_mine(&self, script: ScriptBuf) -> bool

    Return whether or not a script is part of this wallet (either internal or external)

    +
    source

    pub fn derivation_of_spk(&self, spk: ScriptBuf) -> Option<(KeychainKind, u32)>

    Finds how the wallet derived the script pubkey spk.

    Will only return Some(_) if the wallet has given out the spk.

    -
    source

    pub fn list_unspent(&self) -> impl Iterator<Item = LocalOutput> + '_

    Return the list of unspent outputs of this wallet

    -
    source

    pub fn list_output(&self) -> impl Iterator<Item = LocalOutput> + '_

    List all relevant outputs (includes both spent and unspent, confirmed and unconfirmed).

    +
    source

    pub fn list_unspent(&self) -> impl Iterator<Item = LocalOutput> + '_

    Return the list of unspent outputs of this wallet

    +
    source

    pub fn list_output(&self) -> impl Iterator<Item = LocalOutput> + '_

    List all relevant outputs (includes both spent and unspent, confirmed and unconfirmed).

    To list only unspent outputs (UTXOs), use Wallet::list_unspent instead.

    -
    source

    pub fn checkpoints(&self) -> CheckPointIter

    Get all the checkpoints the wallet is currently storing indexed by height.

    -
    source

    pub fn latest_checkpoint(&self) -> CheckPoint

    Returns the latest checkpoint.

    -
    source

    pub fn all_unbounded_spk_iters( +

    source

    pub fn checkpoints(&self) -> CheckPointIter

    Get all the checkpoints the wallet is currently storing indexed by height.

    +
    source

    pub fn latest_checkpoint(&self) -> CheckPoint

    Returns the latest checkpoint.

    +
    source

    pub fn all_unbounded_spk_iters( &self ) -> BTreeMap<KeychainKind, impl Iterator<Item = Indexed<ScriptBuf>> + Clone>

    Get unbounded script pubkey iterators for both Internal and External keychains.

    This is intended to be used when doing a full scan of your addresses (e.g. after restoring @@ -157,14 +157,14 @@ from seed words). You pass the BTreeMap of iterators to a blockchai electrum server) which will go through each address until it reaches a stop gap.

    Note carefully that iterators go over all script pubkeys on the keychains (not what script pubkeys the wallet is storing internally).

    -
    source

    pub fn unbounded_spk_iter( +

    source

    pub fn unbounded_spk_iter( &self, keychain: KeychainKind ) -> impl Iterator<Item = Indexed<ScriptBuf>> + Clone

    Get an unbounded script pubkey iterator for the given keychain.

    See all_unbounded_spk_iters for more documentation

    -
    source

    pub fn get_utxo(&self, op: OutPoint) -> Option<LocalOutput>

    Returns the utxo owned by this wallet corresponding to outpoint if it exists in the +

    source

    pub fn get_utxo(&self, op: OutPoint) -> Option<LocalOutput>

    Returns the utxo owned by this wallet corresponding to outpoint if it exists in the wallet’s database.

    -
    source

    pub fn insert_txout(&mut self, outpoint: OutPoint, txout: TxOut)

    Inserts a [TxOut] at [OutPoint] into the wallet’s transaction graph.

    +
    source

    pub fn insert_txout(&mut self, outpoint: OutPoint, txout: TxOut)

    Inserts a [TxOut] at [OutPoint] into the wallet’s transaction graph.

    This is used for providing a previous output’s value so that we can use calculate_fee or calculate_fee_rate on a given transaction. Outputs inserted with this method will not be returned in list_unspent or list_output.

    @@ -173,7 +173,7 @@ insert TxOuts that you trust the values for!

    You must persist the changes resulting from one or more calls to this method if you need the inserted TxOut data to be reloaded after closing the wallet. See Wallet::reveal_next_address.

    -
    source

    pub fn calculate_fee( +

    source

    pub fn calculate_fee( &self, tx: &Transaction ) -> Result<Amount, CalculateFeeError>

    Calculates the fee of a given transaction. Returns [Amount::ZERO] if tx is a coinbase transaction.

    @@ -186,7 +186,7 @@ manually insert the TxOut(s) into the tx graph using the
    let tx = &psbt.clone().extract_tx().expect("tx");
     let fee = wallet.calculate_fee(tx).expect("fee");
    -
    source

    pub fn calculate_fee_rate( +

    source

    pub fn calculate_fee_rate( &self, tx: &Transaction ) -> Result<FeeRate, CalculateFeeError>

    Calculate the [FeeRate] for a given transaction.

    @@ -199,7 +199,7 @@ manually insert the TxOut(s) into the tx graph using the
    let tx = &psbt.clone().extract_tx().expect("tx");
     let fee_rate = wallet.calculate_fee_rate(tx).expect("fee rate");
    -
    source

    pub fn sent_and_received(&self, tx: &Transaction) -> (Amount, Amount)

    Compute the tx’s sent and received [Amount]s.

    +
    source

    pub fn sent_and_received(&self, tx: &Transaction) -> (Amount, Amount)

    Compute the tx’s sent and received [Amount]s.

    This method returns a tuple (sent, received). Sent is the sum of the txin amounts that spend from previous txouts tracked by this wallet. Received is the summation of this tx’s outputs that send to script pubkeys tracked by this wallet.

    @@ -209,7 +209,7 @@ of this tx’s outputs that send to script pubkeys tracked by this wallet.

    let tx = &psbt.clone().extract_tx().expect("tx");
     let (sent, received) = wallet.sent_and_received(tx);
    -
    source

    pub fn get_tx(&self, txid: Txid) -> Option<WalletTx<'_>>

    Get a single transaction from the wallet as a WalletTx (if the transaction exists).

    +
    source

    pub fn get_tx(&self, txid: Txid) -> Option<WalletTx<'_>>

    Get a single transaction from the wallet as a WalletTx (if the transaction exists).

    WalletTx contains the full transaction alongside meta-data such as:

    • Blocks that the transaction is Anchored in. These may or may not be blocks that exist @@ -247,7 +247,7 @@ the transaction was last seen in the mempool is provided.
    • last_seen, ), }
    -
    source

    pub fn insert_checkpoint( +

    source

    pub fn insert_checkpoint( &mut self, block_id: BlockId ) -> Result<bool, AlterCheckPointError>

    Add a new checkpoint to the wallet’s internal view of the chain.

    @@ -256,7 +256,7 @@ there).

    WARNING: You must persist the changes resulting from one or more calls to this method if you need the inserted checkpoint data to be reloaded after closing the wallet. See Wallet::reveal_next_address.

    -
    source

    pub fn insert_tx<T: Into<Arc<Transaction>>>(&mut self, tx: T) -> bool

    Add a transaction to the wallet’s internal view of the chain. This stages the change, +

    source

    pub fn insert_tx<T: Into<Arc<Transaction>>>(&mut self, tx: T) -> bool

    Add a transaction to the wallet’s internal view of the chain. This stages the change, you must persist it later.

    This method inserts the given tx and returns whether anything changed after insertion, which will be false if the same transaction already exists in the wallet’s transaction @@ -265,30 +265,30 @@ graph. Any changes are staged but not committed.

    By default the inserted tx won’t be considered “canonical” because it’s not known whether the transaction exists in the best chain. To know whether it exists, the tx must be broadcast to the network and the wallet synced via a chain source.

    -
    source

    pub fn transactions(&self) -> impl Iterator<Item = WalletTx<'_>> + '_

    Iterate over the transactions in the wallet.

    -
    source

    pub fn transactions_sort_by<F>(&self, compare: F) -> Vec<WalletTx<'_>>
    where +

    source

    pub fn transactions(&self) -> impl Iterator<Item = WalletTx<'_>> + '_

    Iterate over the transactions in the wallet.

    +
    source

    pub fn transactions_sort_by<F>(&self, compare: F) -> Vec<WalletTx<'_>>
    where F: FnMut(&WalletTx<'_>, &WalletTx<'_>) -> Ordering,

    Array of transactions in the wallet sorted with a comparator function.

    §Example
    // Transactions by chain position: first unconfirmed then descending by confirmed height.
     let sorted_txs: Vec<WalletTx> =
         wallet.transactions_sort_by(|tx1, tx2| tx2.chain_position.cmp(&tx1.chain_position));
    -
    source

    pub fn balance(&self) -> Balance

    Return the balance, separated into available, trusted-pending, untrusted-pending and immature +

    source

    pub fn balance(&self) -> Balance

    Return the balance, separated into available, trusted-pending, untrusted-pending and immature values.

    -
    source

    pub fn add_signer( +

    source

    pub fn add_signer( &mut self, keychain: KeychainKind, ordering: SignerOrdering, signer: Arc<dyn TransactionSigner> )

    Add an external signer

    See the signer module for an example.

    -
    source

    pub fn set_keymap(&mut self, keychain: KeychainKind, keymap: KeyMap)

    Set the keymap for a given keychain.

    +
    source

    pub fn set_keymap(&mut self, keychain: KeychainKind, keymap: KeyMap)

    Set the keymap for a given keychain.

    Note this does nothing if the given keychain has no descriptor because we won’t know the context (segwit, taproot, etc) in which to create signatures.

    -
    source

    pub fn set_keymaps( +

    source

    pub fn set_keymaps( &mut self, keymaps: impl IntoIterator<Item = (KeychainKind, KeyMap)> )

    Set the keymap for each keychain.

    -
    source

    pub fn get_signers(&self, keychain: KeychainKind) -> Arc<SignersContainer>

    Get the signers

    +
    source

    pub fn get_signers(&self, keychain: KeychainKind) -> Arc<SignersContainer>

    Get the signers

    §Example
    let descriptor = "wpkh(tprv8ZgxMBicQKsPe73PBRSmNbTfbcsZnwWhz5eVmhHpi31HW29Z7mc9B4cWGRQzopNUzZUT391DeDJxL2PefNunWyLgqCKRMDkU1s2s8bAfoSk/84'/1'/0'/0/*)";
     let change_descriptor = "wpkh(tprv8ZgxMBicQKsPe73PBRSmNbTfbcsZnwWhz5eVmhHpi31HW29Z7mc9B4cWGRQzopNUzZUT391DeDJxL2PefNunWyLgqCKRMDkU1s2s8bAfoSk/84'/1'/0'/1/*)";
    @@ -301,7 +301,7 @@ know the context (segwit, taproot, etc) in which to create signatures.

    } Ok::<(), Box<dyn std::error::Error>>(())
    -
    source

    pub fn build_tx(&mut self) -> TxBuilder<'_, DefaultCoinSelectionAlgorithm>

    Start building a transaction.

    +
    source

    pub fn build_tx(&mut self) -> TxBuilder<'_, DefaultCoinSelectionAlgorithm>

    Start building a transaction.

    This returns a blank TxBuilder from which you can specify the parameters for the transaction.

    §Example
    let psbt = {
    @@ -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 committed (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 committed (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: Into<Arc<Transaction>>>( +

    source

    pub fn apply_unconfirmed_txs<T: Into<Arc<Transaction>>>( &mut self, unconfirmed_txs: impl IntoIterator<Item = (T, 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.AddUtxoError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/tx_builder/enum.AddUtxoError.html index 86b442a452..9f57a59663 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/bdk_wallet/type.WalletTx.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/type.WalletTx.html index 7f7e2a0ef6..f8df81aabc 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/type.WalletTx.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/type.WalletTx.html @@ -1,4 +1,4 @@ -WalletTx in bdk_wallet - Rust

    Type Alias bdk_wallet::WalletTx

    source ·
    pub type WalletTx<'a> = CanonicalTx<'a, Arc<Transaction>, ConfirmationBlockTime>;
    Expand description

    A CanonicalTx managed by a Wallet.

    +WalletTx in bdk_wallet - Rust

    Type Alias bdk_wallet::WalletTx

    source ·
    pub type WalletTx<'a> = CanonicalTx<'a, Arc<Transaction>, ConfirmationBlockTime>;
    Expand description

    A CanonicalTx managed by a Wallet.

    Aliased Type§

    struct WalletTx<'a> {
         pub chain_position: ChainPosition<&'a ConfirmationBlockTime>,
         pub tx_node: TxNode<'a, Arc<Transaction>, ConfirmationBlockTime>,
    diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/wallet/coin_selection/enum.Error.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/wallet/coin_selection/enum.Error.html
    deleted file mode 100644
    index 5638440ef7..0000000000
    --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/wallet/coin_selection/enum.Error.html
    +++ /dev/null
    @@ -1,11 +0,0 @@
    -
    -
    -
    -    
    -    Redirection
    -
    -
    -    

    Redirecting to ../../../bdk_wallet/coin_selection/enum.Error.html...

    - - - \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/wallet/coin_selection/struct.InsufficientFunds.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/wallet/coin_selection/struct.InsufficientFunds.html new file mode 100644 index 0000000000..e48a72aaa1 --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/wallet/coin_selection/struct.InsufficientFunds.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

    Redirecting to ../../../bdk_wallet/coin_selection/struct.InsufficientFunds.html...

    + + + \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/wallet/coin_selection/struct.SingleRandomDraw.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/wallet/coin_selection/struct.SingleRandomDraw.html new file mode 100644 index 0000000000..73c902b807 --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/wallet/coin_selection/struct.SingleRandomDraw.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

    Redirecting to ../../../bdk_wallet/coin_selection/struct.SingleRandomDraw.html...

    + + + \ No newline at end of file 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 ed03d5b6de..16d3971e1b 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/help.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/help.html index ae03e9ecc6..76bac1c1e6 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 619e9c576c..389916151e 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,14 +1,14 @@ 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":"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,"miniscript::descriptor::key"],[14965,"miniscript::descriptor"],[14966,"rusqlite::types::from_sql"],[14967,"bitcoin::blockdata::script::owned"],[14968,"bitcoin::network"],[14969,"bitcoin::blockdata::transaction"],[14970,"bitcoin_units::amount"],[14971,"bitcoin::blockdata::block"],[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,"base58ck::error"],[15050,"bech32::segwit"],[15051,"bitcoin_units::amount::serde"],[15052,"core::alloc"],[15053,"std::ffi::os_str"],[15054,"std::path"],[15055,"bitcoin::p2p::message_blockdata"],[15056,"bitcoin::p2p::address"],[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::ffi::c_str"],[15064,"alloc::collections::binary_heap"],[15065,"alloc::collections::vec_deque"],[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,"alloc::sync"],[15168,"rusqlite::transaction"],[15169,"bdk_core"],[15170,"bdk_core::spk_client"],[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,25,33,1,15,16,17,2,2,18,67,5,6,11,13,25,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,25,25,25,25,25,25,25,25,33,6,3,3,15,6,1,5,6,13,1,25,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,25,25,25,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,25,33,1,15,16,17,2,18,67,18,25,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,25,25,25,25,25,25,25,25,33,1,2,1,67,18,1,1,67,5,6,11,13,25,33,1,15,16,17,2,18,67,5,6,11,13,25,33,1,15,16,17,2,18,0,17,13,13,67,5,6,11,13,25,33,1,15,16,17,2,18,16,1,67,5,6,11,13,25,33,1,15,16,17,2,18,708,709,708,0,0,144,145,144,145,0,129,134,134,134,28,0,0,134,0,0,150,129,144,0,127,127,0,0,0,0,0,0,31,79,129,80,127,148,148,148,148,148,80,31,79,29,31,79,129,80,80,147,135,0,134,134,134,139,134,0,0,144,145,144,145,31,79,31,79,0,0,89,89,89,89,89,134,0,0,0,0,135,28,134,31,134,0,0,0,0,0,0,28,144,145,144,145,0,0,0,0,0,0,0,0,0,0,147,28,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,31,79,129,80,127,148,79,31,79,80,81,31,79,80,82,0,88,90,91,92,32,93,94,95,96,97,30,98,99,100,101,102,103,104,105,106,0,90,91,92,32,93,94,95,96,97,30,98,99,100,101,102,103,104,105,106,107,82,107,107,27,27,107,82,82,27,82,90,91,92,32,93,94,95,96,97,30,98,99,100,101,102,103,104,105,106,90,90,91,91,92,92,32,32,93,93,94,94,95,95,107,107,27,27,96,96,96,97,97,97,30,30,98,98,99,99,99,100,100,100,101,101,102,102,103,103,28,104,104,105,105,106,106,27,88,88,88,105,120,29,0,0,0,53,53,0,134,31,79,129,82,80,89,135,88,90,90,91,91,92,92,32,32,93,93,94,94,95,95,53,130,107,27,27,136,137,96,96,97,97,30,30,98,98,138,120,127,139,29,133,140,141,99,99,100,100,142,143,101,101,102,102,111,103,103,144,145,146,147,28,81,148,149,150,113,104,104,114,105,105,115,106,106,134,31,79,129,82,80,89,135,88,90,91,92,32,93,94,95,53,130,107,27,27,136,137,96,97,30,98,138,120,127,139,29,133,140,141,99,100,142,143,101,102,111,103,144,145,146,147,28,81,148,149,150,113,104,114,105,115,106,107,27,107,28,127,53,127,127,53,79,31,79,80,31,79,129,80,31,79,129,80,129,31,79,31,79,80,130,133,134,31,79,129,82,80,89,135,88,90,91,92,32,93,94,95,53,130,27,136,137,96,97,30,98,138,120,127,139,29,133,140,141,99,100,142,143,101,102,111,103,144,145,146,147,28,81,148,149,150,113,104,114,105,115,106,134,31,79,129,82,80,89,135,88,90,91,92,32,93,94,95,53,130,27,136,137,96,97,30,98,138,120,127,139,29,133,140,141,99,100,142,143,101,102,111,103,144,145,146,147,28,81,148,149,150,113,104,114,105,115,106,31,79,129,82,80,89,135,88,90,91,92,32,93,94,95,107,27,136,137,96,97,30,98,138,120,127,139,29,133,140,141,99,100,142,101,102,111,103,144,147,28,81,148,149,113,104,114,105,115,106,82,53,150,141,143,53,29,29,53,29,0,31,90,91,32,93,94,53,30,98,138,127,139,133,140,146,149,104,53,27,120,139,29,31,90,91,32,93,94,53,107,27,30,98,138,120,127,139,29,133,140,146,149,104,107,107,82,31,79,27,138,120,127,133,111,149,113,114,115,27,27,31,79,31,79,31,129,82,80,88,90,91,92,32,93,94,95,53,107,27,96,97,30,98,138,120,127,139,29,133,141,99,100,142,143,101,102,103,144,145,28,81,148,149,150,150,104,105,106,148,148,31,79,31,79,31,31,79,80,80,31,79,80,107,0,127,120,90,91,92,32,93,94,95,96,97,30,98,99,100,101,102,111,103,113,104,114,105,115,106,134,31,79,129,82,80,89,135,88,90,91,92,32,93,94,95,53,130,107,107,27,27,136,137,96,97,30,98,138,120,127,139,29,133,140,141,99,100,142,143,101,102,111,103,144,145,146,147,28,81,148,149,150,113,104,114,105,115,106,82,134,134,31,31,79,79,129,129,82,82,80,80,89,89,135,135,88,88,90,90,91,91,92,92,32,32,93,93,94,94,95,95,53,53,130,130,107,107,27,27,136,136,137,137,96,96,97,97,30,30,98,98,138,138,120,120,127,127,139,139,29,29,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,28,28,81,81,148,148,149,149,150,150,113,113,104,104,114,114,105,105,115,115,106,106,0,27,150,146,150,150,150,150,150,129,129,90,150,150,150,150,150,150,150,150,107,134,134,31,31,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,32,32,32,32,93,93,93,93,94,94,94,94,95,95,95,95,53,130,130,107,107,107,107,27,27,27,27,136,137,137,96,96,96,96,97,97,97,97,30,30,30,30,98,98,98,98,138,138,120,127,127,127,127,139,29,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,28,28,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,31,79,143,134,31,79,129,82,82,82,82,82,82,80,89,135,135,88,90,90,91,91,92,92,92,92,32,32,32,32,32,32,93,93,93,94,94,94,95,95,53,130,130,130,27,27,27,27,27,136,137,96,96,96,96,96,97,97,97,97,97,30,30,30,30,98,98,98,98,138,120,127,127,127,139,29,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,28,81,148,148,149,150,113,104,104,104,114,105,105,105,105,105,115,106,106,106,106,127,81,148,146,31,79,90,91,92,32,93,94,95,96,97,30,98,99,100,101,102,103,104,105,106,107,27,107,28,148,127,145,149,144,28,90,91,92,32,93,94,95,96,97,30,98,99,100,101,102,103,104,105,106,31,79,146,127,27,127,81,148,149,31,27,106,82,80,81,148,28,105,80,141,142,90,91,92,32,93,94,95,96,97,30,98,99,100,101,102,103,104,105,106,31,79,129,129,129,88,104,105,127,127,82,82,90,91,92,32,93,94,95,96,97,30,98,133,141,141,99,100,142,143,101,102,103,104,105,106,90,91,92,32,93,94,95,96,97,30,98,99,100,101,102,103,104,105,106,145,134,31,79,129,82,80,89,88,90,91,92,32,93,94,95,137,96,97,30,98,138,127,141,99,100,142,143,101,102,103,144,145,28,150,104,105,106,31,79,31,79,127,81,148,149,150,80,80,80,143,80,88,80,80,143,134,31,79,129,82,80,89,135,88,90,91,92,32,93,94,95,107,27,136,137,96,97,30,98,138,120,127,139,29,133,141,99,100,142,101,102,111,103,144,145,147,28,81,148,149,150,113,104,114,105,115,106,0,53,146,90,91,92,32,93,94,95,107,107,107,107,107,107,107,96,97,30,98,133,99,100,143,101,102,103,104,105,106,141,143,29,150,107,107,107,107,134,31,79,129,82,80,89,135,88,90,91,92,32,93,94,95,53,130,27,136,137,96,97,30,98,138,120,127,139,29,133,140,141,99,100,142,143,101,102,111,103,144,145,146,147,28,81,148,149,150,113,104,114,105,115,106,27,27,133,107,29,29,107,133,29,127,127,29,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,29,81,28,88,148,148,148,0,148,148,107,139,107,139,31,79,129,80,80,31,79,80,79,0,143,107,27,136,138,133,141,143,27,27,27,27,27,27,27,27,141,143,27,133,29,138,29,150,0,107,88,88,88,88,88,88,136,133,88,136,88,136,133,107,27,141,142,88,136,28,0,31,79,129,82,80,89,135,88,90,91,92,32,93,94,95,107,107,27,27,136,137,96,97,30,98,138,120,127,139,29,133,140,141,99,100,142,101,102,111,103,144,147,28,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,27,27,27,27,141,142,31,79,31,79,88,27,27,80,27,88,107,88,139,29,120,133,120,120,31,79,31,79,31,79,31,79,31,129,82,82,80,88,90,91,92,32,93,94,95,53,130,107,27,96,97,30,98,138,120,127,139,29,133,141,99,100,142,143,101,102,103,144,145,28,81,148,149,150,150,104,105,106,150,0,150,150,150,0,79,139,133,140,150,31,79,80,81,31,79,80,31,79,80,80,82,0,133,107,88,107,81,148,31,79,90,91,92,32,93,94,95,96,97,30,98,99,100,101,102,103,104,105,106,107,141,142,143,148,149,127,28,137,31,79,82,141,82,141,107,80,81,148,137,134,31,79,129,82,80,89,135,88,90,91,92,32,93,94,95,53,130,107,27,136,137,96,97,30,98,138,120,127,139,29,133,140,141,99,100,142,143,101,102,111,103,144,145,146,147,28,81,148,149,150,113,104,114,105,115,106,107,107,107,82,141,88,90,91,92,32,93,94,95,96,97,30,98,99,100,101,102,103,104,105,106,127,82,141,31,79,129,129,129,106,82,141,31,141,134,31,79,129,82,80,89,88,90,91,92,32,93,94,95,130,107,27,137,96,97,30,98,138,127,141,99,100,142,143,101,102,103,144,145,28,81,148,150,104,105,106,31,79,31,79,81,145,130,79,80,80,133,143,148,80,82,29,53,120,29,134,31,31,79,79,129,129,129,129,82,80,80,80,80,89,135,88,90,91,92,32,93,94,95,53,130,27,136,137,137,137,137,137,96,97,30,98,138,120,127,127,127,127,139,29,133,140,141,99,100,142,142,143,101,102,111,103,144,145,146,147,28,28,28,81,148,149,150,113,104,114,105,115,106,134,31,79,129,82,80,89,135,88,90,91,92,32,93,94,95,53,130,27,136,137,96,97,30,98,138,120,127,139,29,133,140,141,99,100,142,143,101,102,111,103,144,145,146,147,28,81,148,149,150,113,104,114,105,115,106,82,29,29,53,29,138,146,134,31,79,129,82,80,89,135,88,90,91,92,32,93,94,95,53,130,107,27,136,137,96,97,30,98,138,120,127,139,29,133,140,141,99,100,142,143,101,102,111,103,144,145,146,147,28,81,148,149,150,113,104,114,105,115,106,31,79,31,79,31,79,150,79,150,150,150,139,82,141,142,136,29,150,138,29,134,31,79,129,82,80,89,135,88,90,91,92,32,93,94,95,53,130,27,136,137,96,97,30,98,138,120,127,139,29,133,140,141,99,100,142,143,101,102,111,103,144,145,146,147,28,81,148,149,150,113,104,114,105,115,106,53,139,29,27,120,88,53,107,141,142,141,142,107,29,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,249,0,249,0,0,249,0,76,76,166,166,76,166,166,166,76,166,166,76,76,166,166,166,76,76,76,76,166,76,249,262,166,166,76,76,249,262,166,166,76,76,166,76,166,76,249,262,166,76,166,76,249,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,249,262,166,166,166,166,166,166,76,76,76,76,76,249,249,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,249,249,262,262,166,76,76,249,249,249,249,249,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,249,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,249,166,166,166,166,76,76,76,166,249,262,166,76,76,166,76,249,262,76,166,76,249,262,166,76,249,262,166,76,166,76,166,76,166,76,166,249,262,166,76,249,262,166,76,166,76,166,166,166,166,76,76,166,249,0,249,0,0,249,0,280,281,280,281,280,281,280,281,280,281,280,280,281,281,280,280,281,281,280,281,280,280,281,281,280,281,280,281,280,281,280,281,280,281,280,281,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,267,267,267,267,267,268,267,267,328,330,326,268,267,267,267,327,328,329,330,326,268,267,267,267,327,328,329,330,267,326,268,267,327,328,329,330,326,268,267,327,328,329,330,268,267,327,328,330,268,267,327,328,330,327,330,268,267,327,328,330,267,267,326,268,267,327,328,329,330,326,326,268,268,267,267,327,327,328,328,329,329,330,330,326,326,268,267,267,267,267,327,328,329,329,330,326,326,268,267,267,267,327,328,329,330,327,267,330,267,268,267,327,328,330,327,268,267,328,326,268,267,327,328,329,330,267,267,327,268,267,327,328,330,327,267,327,326,329,267,326,268,267,327,328,329,330,326,267,329,330,326,268,267,267,327,328,329,330,326,268,267,327,328,329,330,268,326,268,267,327,328,329,330,326,268,267,327,328,329,330,267,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,288,292,0,292,0,292,292,292,292,0,288,292,292,292,0,0,0,340,341,340,340,341,341,340,341,340,341,340,340,341,341,288,287,342,340,340,340,341,341,341,343,171,288,287,292,344,342,340,340,340,341,341,341,343,171,288,287,292,344,343,171,713,714,343,171,287,713,714,343,171,287,171,171,340,341,343,171,288,287,292,344,340,341,343,171,288,287,292,344,340,341,171,288,287,343,171,341,287,713,714,343,171,343,171,340,341,343,171,288,287,343,171,340,341,343,171,288,287,292,344,340,340,341,341,343,343,171,171,288,288,287,287,292,292,344,344,287,343,171,340,340,340,340,341,341,341,341,343,343,171,171,288,288,287,287,292,292,344,344,342,340,340,340,341,341,341,343,171,288,288,287,287,287,292,292,292,292,292,344,288,340,341,287,288,171,340,341,343,171,288,287,343,287,340,341,171,288,287,343,171,288,340,341,287,342,340,341,343,171,288,287,292,344,287,346,287,342,342,287,344,340,341,287,288,287,288,340,341,287,287,713,714,343,171,343,342,287,713,714,343,171,340,341,171,288,287,714,343,713,171,340,341,343,171,288,287,292,342,340,341,343,340,341,343,171,288,287,292,344,343,171,340,341,343,171,288,287,292,344,287,171,342,342,340,340,341,341,343,171,288,287,292,344,342,340,341,343,171,288,287,292,344,342,340,341,343,171,288,287,292,344,342,340,341,343,171,288,287,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,282,116,282,282,116,116,282,122,208,207,123,122,164,208,207,116,282,282,359,360,123,122,164,208,207,116,282,282,359,360,282,282,122,164,208,207,282,359,360,122,164,208,207,282,359,360,116,282,122,282,282,282,116,122,164,116,282,359,360,122,122,164,164,116,116,282,282,359,359,360,360,282,122,122,164,208,207,116,282,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,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,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,359,360,360,360,116,282,116,116,116,116,116,116,116,116,362,359,123,122,164,208,207,282,359,360,122,123,208,207,123,208,207,122,122,116,282,122,116,282,122,282,123,208,207,123,123,207,123,164,116,282,282,282,164,122,122,122,122,122,122,122,122,0,0,0,282,282,164,123,208,207,359,360,122,164,208,207,116,282,359,360,122,359,360,123,208,207,282,123,122,164,208,207,116,116,282,282,359,360,123,122,164,208,207,282,359,360,123,122,164,208,207,116,282,359,360,123,122,164,208,207,282,359,360,282,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,29,366,234,235,367,368,369,368,367,29,369,368,29,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,29,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,28,147,0,0,0,28,28,147,28,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,266,185,185,185,185,523,523,523,523,266,523,185,185,185,524,525,266,523,185,185,185,524,525,266,523,185,524,525,266,523,185,524,525,523,185,266,523,185,266,523,185,523,266,523,185,524,525,266,266,523,523,185,185,524,524,525,525,266,523,523,523,523,185,185,185,185,524,524,525,525,266,523,523,185,185,524,525,185,185,185,523,266,523,185,266,523,185,524,525,0,0,0,0,0,0,266,523,185,266,523,266,266,524,525,185,266,523,185,524,525,266,523,185,524,525,523,266,523,185,524,525,266,523,185,524,525,266,523,185,524,525,266,523,185,524,525,0,0,0,526,526,526,526,526,526,526,265,266,526,265,526,265,526,265,526,265,526,265,526,265,526,265,526,526,265,265,526,265,526,265,526,265,526,265,266,265,266,265,265,265,526,265,265,526,265,526,265,526,265,526,265,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,264,264,264,0,0,0,264,264,264,264,264,264,531,532,264,531,532,264,531,532,264,531,532,264,264,531,532,531,532,264,531,532,264,531,532,264,264,531,531,532,532,264,531,532,264,531,532,264,264,531,532,531,532,264,531,532,264,531,532,264,531,532,264,531,532,264,531,532,264,531,532,531,532,264,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,559,644,644,559,0,648,0,0,144,145,144,145,558,641,0,0,559,0,559,0,559,0,0,0,558,648,0,649,0,0,144,145,559,0,144,145,0,0,0,0,649,640,649,221,641,175,642,643,644,180,194,645,640,559,558,646,647,648,649,221,641,175,642,643,644,180,194,645,640,559,558,646,647,648,641,175,642,643,644,180,194,645,640,559,558,646,647,641,175,642,643,644,180,194,645,640,559,558,646,647,641,175,640,641,175,642,643,644,180,194,645,640,559,558,646,647,641,641,175,175,642,642,643,643,644,644,180,180,194,194,645,645,640,640,559,559,558,558,646,646,647,647,221,641,175,642,642,643,643,644,644,180,180,194,194,645,645,640,559,559,558,558,646,646,647,647,648,648,649,221,641,175,642,643,644,644,180,194,645,640,559,559,559,559,559,559,558,558,558,646,647,647,648,648,648,641,175,640,646,649,221,641,175,642,643,644,180,194,645,640,559,558,646,647,648,221,649,175,221,221,649,221,175,640,646,221,221,641,175,221,642,643,644,180,194,645,559,558,646,647,648,221,221,221,221,641,175,642,643,644,180,194,645,640,559,558,646,647,642,643,644,180,194,645,559,558,646,647,648,221,649,221,641,175,642,643,644,180,194,645,640,559,558,646,647,648,649,221,641,175,642,643,644,180,194,645,640,559,558,646,647,648,649,221,641,175,642,643,644,180,194,645,640,559,558,646,647,648,645,649,221,641,175,642,643,644,180,194,645,640,559,558,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,283,283,283,655,283,665,664,216,656,283,283,177,653,657,658,659,660,655,176,661,218,662,189,654,663,665,664,216,656,283,283,177,653,657,658,659,660,655,176,661,218,662,189,654,663,216,656,283,177,653,657,658,659,660,655,176,661,218,662,189,654,663,216,656,283,177,653,657,658,659,660,655,176,661,218,662,189,654,663,216,283,177,653,660,655,176,661,218,662,189,660,177,283,218,283,653,176,283,283,216,283,659,660,655,218,189,283,218,216,656,283,177,653,657,658,659,660,655,176,661,218,662,189,654,663,216,216,656,656,283,283,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,283,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,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,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,283,177,653,659,660,655,176,661,218,662,189,177,218,665,664,216,656,283,177,653,657,658,659,660,655,176,661,218,662,189,654,663,657,665,664,283,665,664,283,283,283,658,659,283,283,653,176,176,660,176,218,283,0,176,661,218,177,653,176,660,177,660,176,665,664,665,664,660,176,659,177,177,218,216,283,177,653,660,655,176,661,218,662,189,659,176,661,659,177,216,216,283,283,659,660,655,218,218,189,216,0,216,216,218,665,664,656,657,658,654,663,177,662,189,216,656,283,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,283,283,283,283,177,653,657,658,659,659,659,660,660,655,176,661,218,662,189,654,663,665,664,216,656,283,177,653,657,658,659,660,655,176,661,218,662,189,654,663,653,653,665,664,216,656,283,177,653,657,658,659,660,655,176,661,218,662,189,654,663,218,661,665,664,216,656,283,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,678,0,0,678,0,675,675,0,677,677,677,677,678,675,677,678,675,677,678,675,677,678,675,677,675,675,678,675,677,678,678,675,677,678,675,675,677,677,677,677,675,677,677,677,677,678,675,675,677,677,677,677,677,675,677,677,677,677,677,677,677,675,677,677,677,677,677,675,677,677,677,677,677,683,677,675,677,684,677,678,675,678,677,678,675,677,678,675,677,677,677,677,678,675,677,677,677,677,683,677,678,675,739,739,740,740,0,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,0,0,686,689,0,0,0,0,689,0,0,686,685,685,685,685,686,685,686,687,690,688,689,685,686,687,690,688,689,685,686,687,690,688,689,685,686,687,690,688,689,686,686,685,685,686,687,690,688,689,685,686,687,687,690,690,688,688,689,689,685,686,686,687,690,688,689,685,685,685,686,686,686,685,685,685,685,690,686,685,685,685,686,687,690,688,689,685,686,685,686,690,686,685,686,685,685,686,687,690,688,689,687,690,688,689,685,686,687,690,688,689,688,685,686,687,690,688,689,685,686,687,690,688,689,690,685,686,687,690,688,689,0,0,0,0,0,695,695,0,0,0,0,0,695,691,692,693,694,695,696,697,698,691,692,693,694,695,696,697,698,691,693,692,694,691,692,693,694,697,698,695,696,695,696,695,696,691,692,693,694,697,698,695,695,695,695,695,696,697,698,691,692,692,693,694,694,695,696,697,698,695,691,693,691,692,693,694,695,696,697,698,692,692,694,692,694,698,692,692,694,692,691,696,696,695,692,696,691,691,696,693,693,696,691,695,696,695,696,696,696,696,691,692,693,694,695,696,697,698,691,692,693,694,695,696,697,698,697,698,691,696,696,691,692,693,694,695,696,697,698,691,691,692,693,694,695,696,697,698,674,0,0,0,702,702,674,674,674,0,0,0,0,0,51,51,674,13,703,674,51,51,51,51,51,51,705,706,51,703,704,702,674,705,706,51,703,704,702,674,51,704,705,705,706,706,51,703,704,674,51,703,704,674,703,704,51,674,703,674,51,51,703,704,702,674,703,703,704,704,702,702,51,51,51,51,703,704,702,702,674,705,706,51,51,703,704,702,674,674,51,51,51,51,51,51,674,51,51,51,51,51,705,706,51,703,704,702,674,705,706,705,706,51,674,674,703,51,51,674,674,51,705,706,51,703,704,674,13,674,51,703,704,674,702,705,706,51,51,51,705,706,51,703,704,702,674,51,51,705,706,51,703,704,702,674,51,703,704,51,51,703,674,13,674,13,674,51,705,706,51,703,704,702,674,705,706,51,703,704,702,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}}}{}{}}0000000000030{{{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{{Cd{{Cb{{C`{Bn}}}}}}}}{Bl{{Cd{{Cb{Cf}}}}}}{Bl{{Cd{{Cb{Ch}}}}}}{Bl{{Cd{{Cb{Cj}}}}}}{Bl{{Cd{{Cb{d}}}}}}{Bl{{Cd{{Cb{Cl}}}}}}{Bl{{Cd{{Cb{Cn}}}}}}{Bl{{Cd{{Cb{D`}}}}}}{Bl{{Cd{{Db{c}}}}}{fDd}}{{{h{l}}}Df}{{{h{f}}}Df}0{{{h{{An{c}}}}}{{Dh{Df}}}f}``{{}j}{{}l}{{}{{Aj{c}}}{}}{{}b}{{{h{{Cb{c}}}}}{{h{e}}}{}{}}{{{h{{Db{c}}}}}{{h{e}}}{}{}}{{{h{{Bd{c}}}}}{{h{c}}}{{Dj{{C`{Bn}}}}}}{{{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{D`}}}}}j}{{{Fd{DfD`}}}j}22{{{Ff{c}}}{{Aj{c}}}{}}3{Fhc{}}4{c{{Cb{c}}}{}}5{c{{Db{c}}}{}}2666{{{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{{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}}}D`}{{{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{{{Cb{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{{C`{Bn}}}}}}{{ce}{{Bd{c}}}{{Dj{{C`{Bn}}}}}{{Hl{Df}}}}{{{h{AhHf}}}Dh}{{{h{Ah{Bd{c}}}}}{{Dh{e}}}{{Dj{{C`{Bn}}}}}{}}{{{h{Ah{Bd{c}}}}Fl}{{Dh{e}}}{{Dj{{C`{Bn}}}}}{}}`{{{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{{Cb{Cn}}}}}{{Id{Ib}}}}{{{h{{Cb{Cj}}}}}{{Id{Ib}}}}{{{h{{Cb{Cl}}}}}{{Id{Ib}}}}{{{h{{Cb{D`}}}}}{{Id{Ib}}}}{{{h{{Cb{Cf}}}}}{{Id{Ib}}}}{{{h{{Cb{d}}}}}{{Id{Ib}}}}{{{h{{Cb{Ch}}}}}{{Id{Ib}}}}{{{h{{Cb{{C`{Bn}}}}}}}{{Id{Ib}}}}{{{h{{Db{c}}}}}{{Id{Ib}}}{fIf}}{{{h{c}}}Ih{}}0{{{h{b}}}Cn}{c{{Ij{i}}}{}{}{}{{Hb{}{{Eh{{Dn{eg}}}}}}}}0`1{c{{Dn{e}}}{}{}}0000000000000000000000000````{{{h{c}}}Il{}}000000000000{EbB`}`{ce{}{}}000000000000````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{InIn}{{CnCn}}{{InIn}}{{J`J`}}{{JbJb}Jb}{{{h{AhCn}}Cn}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}{{}D`}{{}Kj}{{}Kl}{{}Kn}{{}L`}{{}Lb}{{}Cl}{{}Ld}{{}Lf}{{}Lh}{{}Lj}{{}Ll}{{}Ln}{{}M`}{{}Mb}{{}Md}`{{{h{Kd}}}h}{{{h{Kf}}}h}{{{h{Kh}}}h}{{{h{D`}}}h}{{{h{Kj}}}h}{{{h{Kl}}}h}{{{h{Kn}}}h}{{{h{L`}}}h}{{{h{Lb}}}h}{{{h{Cl}}}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{AhMf}}}}{{{h{AhMf}}}{{h{Ah{Ab{A`}}}}}}{{{h{AhCf}}}{{h{AhMf}}}}{{{h{AhCf}}}{{h{Ah{Ab{A`}}}}}}2{{{h{AhJd}}}}{{{h{AhJd}}}Mh}3{{{h{Jd}}}Mh}{{{h{Kd}}}{{h{Mj}}}}{{{h{Kf}}}{{h{Mj}}}}{{{h{Kh}}}{{h{Ml}}}}{{{h{D`}}}{{h{Mj}}}}{{{h{Kj}}}{{h{Mj}}}}{{{h{Kl}}}{{h{Mj}}}}{{{h{Kn}}}{{h{Mj}}}}{{{h{L`}}}{{h{Ml}}}}{{{h{Lb}}}{{h{n}}}}{{{h{Cl}}}{{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{{Ab{A`}}}}}}{{{h{Kf}}}{{h{{Ad{A`}}}}}}{{{h{Kh}}}{{h{{Ad{A`}}}}}}{{{h{Kh}}}{{h{{Ab{A`}}}}}}{{{h{D`}}}{{h{{Ad{A`}}}}}}{{{h{D`}}}{{h{{Ab{A`}}}}}}{{{h{Kj}}}{{h{{Ad{A`}}}}}}{{{h{Kj}}}{{h{{Ab{A`}}}}}}{{{h{Kl}}}{{h{{Ab{A`}}}}}}{{{h{Kl}}}{{h{{Ad{A`}}}}}}{{{h{Kn}}}{{h{{Ab{A`}}}}}}{{{h{Kn}}}{{h{{Ad{A`}}}}}}{{{h{Mf}}}{{h{{Ab{A`}}}}}}{{{h{Mf}}}{{h{Mf}}}}{{{h{Cf}}}{{h{Mf}}}}{{{h{Cf}}}{{h{{Ab{A`}}}}}}{{{h{L`}}}{{h{Nh}}}}{{{h{L`}}}{{h{{Ab{A`}}}}}}{{{h{L`}}}{{h{{Ad{A`}}}}}}{{{h{Lb}}}{{h{{Ad{A`}}}}}}{{{h{Lb}}}{{h{{Ab{A`}}}}}}{{{h{Lb}}}{{h{Nh}}}}{{{h{Cl}}}{{h{{Ab{A`}}}}}}{{{h{Cl}}}{{h{{Ad{A`}}}}}}{{{h{Ld}}}{{h{{Ad{A`}}}}}}{{{h{Ld}}}{{h{{Ab{A`}}}}}}{{{h{Lf}}}{{h{{Ad{A`}}}}}}{{{h{Lf}}}{{h{{Ab{A`}}}}}}{{{h{Lf}}}{{h{Nh}}}}{{{h{Lh}}}{{h{{Ad{A`}}}}}}{{{h{Lh}}}{{h{{Ab{A`}}}}}}{{{h{Lh}}}{{h{Nh}}}}{{{h{Lj}}}{{h{{Ad{A`}}}}}}{{{h{Lj}}}{{h{{Ab{A`}}}}}}{{{h{Ll}}}{{h{{Ad{A`}}}}}}{{{h{Ll}}}{{h{{Ab{A`}}}}}}{{{h{Ln}}}{{h{{Ab{A`}}}}}}{{{h{Ln}}}{{h{{Ad{A`}}}}}}{{{h{Ch}}}{{h{Nj}}}}{{{h{M`}}}{{h{{Ad{A`}}}}}}{{{h{M`}}}{{h{{Ab{A`}}}}}}{{{h{Mb}}}{{h{{Ad{A`}}}}}}{{{h{Mb}}}{{h{{Ab{A`}}}}}}{{{h{Md}}}{{h{{Ad{A`}}}}}}{{{h{Md}}}{{h{{Ab{A`}}}}}}{{{h{Cf}}}{{h{Mf}}}}{{{h{{K`{c}}}}}{{h{{K`{Nl}}}}}Nn}{{{K`{Nl}}}K`}{{{h{{K`{Nl}}}}}{{h{K`}}}}{{{Ad{A`}}}Mb}{{{h{O`}}}Fl}{{{h{Cj}}}Fl}```{{{h{Fj}}}{{Dn{EbOb}}}}{{{h{Fj}}}D`}`{{{h{c}}}{{h{e}}}{}{}}000000000{{{h{Kd}}}{{h{{Ab{A`}}}}}}1{{{h{Kf}}}{{h{{Ab{A`}}}}}}{{{h{Kh}}}{{h{{Ab{A`}}}}}}33{{{h{D`}}}{{h{{Ab{A`}}}}}}{{{h{Kj}}}{{h{{Ab{A`}}}}}}55{{{h{Kl}}}{{h{{Ab{A`}}}}}}{{{h{Kn}}}{{h{{Ab{A`}}}}}}7777{{{h{Cf}}}{{h{Mf}}}}888{{{h{L`}}}{{h{{Ab{A`}}}}}}99{{{h{Lb}}}{{h{{Ab{A`}}}}}}{{{h{Cl}}}{{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`}}}}}}1111111111{{{h{M`}}}{{h{{Ab{A`}}}}}}222{{{h{Mb}}}{{h{{Ab{A`}}}}}}3{{{h{Md}}}{{h{{Ab{A`}}}}}}4{{{h{Ahc}}}{{h{Ahe}}}{}{}}000000000000000000{{{h{AhCf}}}{{h{AhMf}}}}11111111111111111111111111111111111111{{}Od}0{{{h{Mf}}}Of}{ChOh}{{{h{c}}Oj}Ed{}}{{{h{Fj}}}Ed}{{{h{c}}Ol}Ed{}}{{{h{On}}Ol}Ed}2{In{{Dh{In}}}}{{CnCn}{{Dh{Cn}}}}{{InIn}{{Dh{In}}}}{{J`J`}{{Dh{J`}}}}{{CnEb}{{Dh{Cn}}}}{{InA@`}{{Dh{In}}}}{{A@bEb}{{Dh{A@b}}}}{{J`Eb}{{Dh{J`}}}}3210{{A@bJ`}{{Dh{Cn}}}}43765{{A@dA@f}A@h}{{{h{AhA@j}}}Bf}{{{h{A@l}}}A@l}{{{h{Cn}}}Cn}{{{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{D`}}}D`}{{{h{Kj}}}Kj}{{{h{Kl}}}Kl}{{{h{Kn}}}Kn}{{{h{Fj}}}Fj}{{{h{A@d}}}A@d}{{{h{Cf}}}Cf}{{{h{AA`}}}AA`}{{{h{AAb}}}AAb}{{{h{L`}}}L`}{{{h{Lb}}}Lb}{{{h{Cl}}}Cl}{{{h{Ld}}}Ld}{{{h{AAd}}}AAd}{{{h{O`}}}O`}{{{h{On}}}On}{{{h{AAf}}}AAf}{{{h{Cj}}}Cj}{{{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{Ch}}}Ch}{{{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{Cn}}{h{Cn}}}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{D`}}{h{D`}}}Bh}{{{h{Kj}}{h{Kj}}}Bh}{{{h{Kl}}{h{Kl}}}Bh}{{{h{Kn}}{h{Kn}}}Bh}{{{h{Mf}}{h{Mf}}}Bh}{{{h{Cf}}{h{Cf}}}Bh}{{{h{AA`}}{h{AA`}}}Bh}{{{h{AAb}}{h{AAb}}}Bh}{{{h{L`}}{h{L`}}}Bh}{{{h{Lb}}{h{Lb}}}Bh}{{{h{Cl}}{h{Cl}}}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{Cj}}{h{Cj}}}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{Ch}}{h{Ch}}}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{Cj}}}}}}{{{h{AhABl}}ABl}{{Dn{BfABn}}}}``{{{h{Fj}}}{{Dh{Kj}}}}{{{h{Cj}}}Mj}{{{h{Cj}}}Cl}{{{h{Kl}}{h{{Ab{A`}}}}}Kn}{{{h{Cj}}}Ld}`{{{h{Ahc}}}{{Dn{CnAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{KdAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{KfAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{D`AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{KjAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{KlAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{FjAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{ClAC`}}}{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{CfAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{O`AC`}}}{ACbACd}}7{{{h{Ahc}}}{{Dn{CjAC`}}}{ACbACd}}{{{h{Cn}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{Kd}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{Kf}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{D`}}{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{Cf}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{Cl}}{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{Cj}}{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}{{}Cn}{{}In}{{}Cf}{{}AAd}{{}O`}{{}On}{{}A@j}{{}Mn}{{}ABj}{{}Nb}{{}Nd}{{}Nf}{{{h{Cf}}}h}{{{h{AhCf}}}{{h{Ah}}}}{{cACl}{{Dn{Cn}}}E`}{{cACl}{{Dn{In}}}E`}10{c{{Dn{Cn}}}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{D`}}}E`}{c{{Dn{Kj}}}E`}{c{{Dn{Kl}}}E`}{c{{Dn{Kn}}}E`}{c{{Dn{Fj}}}E`}{c{{Dn{{h{Mf}}}}}E`}{c{{Dn{Cf}}}E`}{c{{Dn{L`}}}E`}{c{{Dn{Lb}}}E`}{c{{Dn{Cl}}}E`}{c{{Dn{Ld}}}E`}{c{{Dn{AAd}}}E`}{c{{Dn{O`}}}E`}{c{{Dn{On}}}E`}{c{{Dn{AAf}}}E`}{c{{Dn{Cj}}}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{Ch}}}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}{CnADd}{InADd}{{CnA@l}ADd}{{InA@l}ADd}{{CnEb}}{{CnJ`}}{{InA@`}}{{J`J`}}{{J`Eb}}{{{h{AhCn}}Eb}Bf}{{{h{AhIn}}A@`}Bf}{{{h{AhJ`}}Eb}Bf}{{{h{Mf}}}Cn}`{{{h{On}}}Ed}{{{h{O`}}}Ed}{{}}00000000000000{{}ADf}1010101{{{h{A@l}}{h{A@l}}}Ed}{{{h{Cn}}{h{Cn}}}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{D`}}{h{D`}}}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{Cf}}}Ed}{{{h{Cf}}{h{Cf}}}Ed}{{{h{Cf}}{h{Mf}}}Ed}{{{h{AA`}}{h{AA`}}}Ed}{{{h{AAb}}{h{AAb}}}Ed}{{{h{L`}}{h{L`}}}Ed}{{{h{Lb}}{h{Lb}}}Ed}{{{h{Cl}}{h{Cl}}}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{Cj}}{h{Cj}}}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{Ch}}{h{Ch}}}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{AhCf}}c}Bf{{Ej{}{{Eh{ADh}}}}}}{{{h{ABl}}{h{{Jf{c}}}}}{{Dn{CjADj}}}Jn}{{{h{ABd}}{h{Ah{ADl{Cl}}}}{h{Ah{ADl{Df}}}}}{{Dn{BfADn}}}}{ABl{{Dn{CjAE`}}}}0{ABlCj}{{ABlA@b}{{Dn{CjAE`}}}}{{{h{ABl}}}{{Dn{CnABn}}}}{{A@bEb}{{Dh{Cn}}}}{{A@bJ`}{{Dh{Cn}}}}{{{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{Cn}}{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{D`}}{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{Cf}}{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{Cl}}{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{Cj}}{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{Ch}}{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}}}}{{Cn{h{AhAEb}}A@l}{{Dn{BfEn}}}}{{In{h{AhAEb}}A@l}{{Dn{BfEn}}}}{{{h{AAn}}{h{AhAEb}}}{{Dn{BfEn}}}}{cc{}}000{ACjJd}{AAlJd}{MhJd}{AEdJd}{AAjJd}5555{ChA@n}6{MjKd}77{MjKf}{MlKh}9{AEfKh}{{{h{AEf}}}Kh};{{{h{G`}}}D`}{G`D`}{FjD`}{MjD`}{{{h{Fj}}}D`}{ClKj}{MjKj}{cc{}}{LdKl}1{MjKl}2{MjKn}3{A`A@d}4{AAbA@d}5{{{AEh{Mf}}}Cf}{K`Cf}{{{ADl{A`}}}Cf}{{{h{Mf}}}Cf}99{{{h{Mf}}}L`}{{{h{Cf}}}L`}{MlL`}{CfL`}={{{h{Cf}}}Lb}{{{h{Mf}}}Lb}{CfLb}{cc{}}{nLb}{MjCl}{CjCl}{{{h{Cj}}}Cl}4{{{h{Cj}}}Ld}{CjLd}{MjLd}777{OlOn}{AEjOn}999{{{h{{Ab{{h{{Ab{A`}}}}}}}}}A@j}:{{{h{{Ab{{ADl{A`}}}}}}}A@j}{{{ADl{{h{{Ab{A`}}}}}}}A@j}{{{ADl{{ADl{A`}}}}}A@j}{FlAAh}>{EbAAh}{DfAAh}{AElAAh}{A`AAh}{AEdAAj}{cc{}}{AAlAAj}{{{h{AAl}}}Lf}2{AAlLf}{MlLf}{{{h{AAj}}}Lf}{AAjLf}{{{h{AAl}}}Lh}7{AAlLh}{MlLh}99{MjLj}:{MjLl};;{{{N`{Mn}}}Ln}<<{ABbAB`}==={ChABf}>>{ABjABh}????{AEnM`}{cc{}}{{{N`{Nb}}}M`}1{{{h{AF`}}}Mb}{AF`Mb}3{M`Mb}{{{N`{Nd}}}Mb}5{AFbMd}{{{N`{Nf}}}Md}7{{{h{AFb}}}Md}{AElOn}{{{Ad{A`}}}Jb}{{{Ad{A`}}}ABh}{{{h{Fj}}c}ABd{{AFd{{h{Cl}}}{{Hh{Ed}}}}}}{ADb{{Dn{CnAFf}}}}{ADb{{Dn{InAFf}}}}{{}Kd}{{}Kf}{{}Kh}{{}D`}{{}Kj}{{}Kl}{{}Kn}{{}L`}{{}Lb}{{}Cl}{{}Ld}{{}Lf}{{}Lh}{{}Lj}{{}Ll}{{}Ln}{{}M`}{{}Mb}{{}Md}{{{h{{Ab{A`}}}}}{{h{Mf}}}}{{{ADl{A`}}}Cf}{{{h{Ah{Ab{A`}}}}}{{h{AhMf}}}}{Oh{{Dh{Ch}}}}{ABjABh}{DfOn}{DfABb}{DfABj}{A`{{Dn{AB`AFh}}}}{{{h{Gd}}}{{Dn{ChAFj}}}}{{}Kd}{{}Kf}{{}Kh}{{}D`}{{}Kj}{{}Kl}{{}Kn}{{}L`}{{}Lb}{{}Cl}{{}Ld}{{}Lf}{{}Lh}{{}Lj}{{}Ll}{{}Ln}{{}M`}{{}Mb}{{}Md}{{ADbA@l}{{Dn{CnAFf}}}}{{ADbA@l}{{Dn{InAFf}}}}{{{h{G`}}{h{{Ab{Cl}}}}c}ABd{{AFd{{h{Cl}}}{{Hh{Ed}}}}}}{AElOn}{{{h{Gd}}}{{Dn{CfAFl}}}}{{{h{Gd}}}{{Dn{OnAFn}}}}{{{h{Gd}}}{{Dn{JbAFn}}}}{{{h{Gd}}}{{Dn{ABhAFn}}}}{{{h{Gd}}}{{Dn{ABjAFn}}}}{EbCn}{cCf{{Ej{}{{Eh{ADh}}}}}}{{Jd{Dh{Mb}}}Md}{{{h{AG`}}}{{Fd{JdJj}}}}{Eb{{Dh{J`}}}}{{{Ad{A`}}}Jb}{{{Ad{A`}}}ABh}{AGb{{Dh{Ch}}}}{{MbMb}Mb}{EbJ`}{{{h{{Jf{c}}}}{h{AAn}}}AAjAGd}{{{h{{Jf{c}}}}{h{AAn}}}{{Dn{AAlAGf}}}AGd}{MjKd}{MjKf}{MlKh}{MjD`}{MjKj}{MjKl}{MjKn}{MlL`}{nLb}{MjCl}{MjLd}{MlLf}{MlLh}{MjLj}{MjLl}{{{N`{Mn}}}Ln}{{{N`{Nb}}}M`}{{{N`{Nd}}}Mb}{{{N`{Nf}}}Md}{EbCn}{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{D`Gb}}}}{{{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{ClGb}}}}{{{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{D`Gb}}}}{{{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{ClGb}}}}{{{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{Cn}}}}{{{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{D`}}}}{{{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{Cl}}}}{{{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{Ch}}}}{{{h{Gd}}}{{Dn{ABl}}}}{{{h{Gd}}}{{Dn{M`}}}}{{{h{Gd}}}{{Dn{Mb}}}}{{{h{Gd}}}{{Dn{Md}}}}{{{h{Gd}}A@l}{{Dn{CnAFf}}}}{{{h{Gd}}A@l}{{Dn{InAFf}}}}{{{h{Gd}}}{{Dn{CnAHl}}}}{{{h{Gd}}}{{Dn{InAHl}}}}{{{h{Gd}}}{{Dn{OnAHn}}}}{{{h{Gd}}}{{Dn{JbAHn}}}}{{{h{Gd}}}{{Dn{ABhAHn}}}}{{{h{Gd}}}{{Dn{ABjAHn}}}}{Cj{{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{Cn}}{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{D`}}{h{Ahc}}}BfGj}{{{h{Kj}}{h{Ahc}}}BfGj}{{{h{Kl}}{h{Ahc}}}BfGj}{{{h{Kn}}{h{Ahc}}}BfGj}{{{h{Mf}}{h{Ahc}}}BfGj}{{{h{Cf}}{h{Ahc}}}BfGj}{{{h{AA`}}{h{Ahc}}}BfGj}{{{h{AAb}}{h{Ahc}}}BfGj}{{{h{L`}}{h{Ahc}}}BfGj}{{{h{Lb}}{h{Ahc}}}BfGj}{{{h{Cl}}{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{Cj}}{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{Ch}}{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{D`}}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}}{AI`{Fl}}}h}{{{h{Mf}}AIb}h}{{{h{Mf}}{AId{Fl}}}h}{{{h{Mf}}{Fd{{AIf{Fl}}{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{Cl}}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{Cf{{AJb{Mf}}}}{Cf{{ADl{A`}}}}{{{h{A@j}}}}{{{AJb{Mf}}}Cf}{{{h{Cj}}AJdAJf}Ed}{{{h{Cj}}}Ed}{{{h{Mf}}}Ed}{{{h{A@j}}}Ed}2{{{h{On}}}Ed}03{{{h{ABf}}}Ed}{{{h{ABh}}D`}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}}}}Ch}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}{ChAGb}{{{h{K`}}{h{Mf}}}Ed}{{{h{ABh}}}ABh}{{{h{ABh}}c}ABh{{AD`{Nj}}}}1`11{{{h{Mf}}}Cn}{CfAAf}{{{h{Mf}}A@b}Cn}{{CfA@b}AAf}{{CnEb}}{{InA@`}}{{A@bJ`}}{{J`A@b}}{{J`Eb}}{{{h{AhCn}}Eb}Bf}{{{h{AhIn}}A@`}Bf}{{{h{AhJ`}}Eb}Bf}{In}``{{}{{h{Mf}}}}{{}Cf}{{AAb{h{{Ab{A`}}}}}{{Dn{AA`AJj}}}}{{ClDf}AAd}{{}A@j}{cAAj{{AHb{AEd}}}}{{AJlc}AAn{{AHb{ABf}}}}{cCf{{AD`{Nh}}}}{{{h{AAj}}}Cf}{{{h{Lf}}}Cf}{{{h{L`}}}Cf}{{{h{{Jf{c}}}}Jd{Dh{Mb}}}CfJn}{ACjCf}{{{h{Lh}}}Cf}{{{h{Lb}}}Cf}98{{{h{AA`}}}Cf}{{{h{A@j}}Fl}{{Dh{{h{{Ab{A`}}}}}}}}{{{h{Cj}}}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{Cf}}}}{LhCf}{{{h{AAj}}}{{Dn{CfAGf}}}}{{{h{AAl}}}Cf}{{{h{Mf}}c}K`{{AHb{A@n}}}}{{{h{Mf}}}AA`}{Ch{{h{Nj}}}}`{{{h{Cn}}{h{Cn}}}{{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{D`}}{h{D`}}}{{Dh{Bh}}}}{{{h{Kj}}{h{Kj}}}{{Dh{Bh}}}}{{{h{Kl}}{h{Kl}}}{{Dh{Bh}}}}{{{h{Kn}}{h{Kn}}}{{Dh{Bh}}}}{{{h{Mf}}{h{Cf}}}{{Dh{Bh}}}}{{{h{Mf}}{h{Mf}}}{{Dh{Bh}}}}{{{h{Cf}}{h{Mf}}}{{Dh{Bh}}}}{{{h{Cf}}{h{Cf}}}{{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{Cl}}{h{Cl}}}{{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{Cj}}{h{Cj}}}{{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{Ch}}{h{Ch}}}{{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{CfAGj}}}}}}}}}{}}{{{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{AhCf}}ADh}Bf}0{{{h{AhCf}}A@d}Bf}{{{h{AhCf}}c}Bf{{AD`{Nh}}}}{{{h{Ahc}}}{{Dn{AAjACf}}}{AKhACd}}{{{h{Ahc}}}{{Dn{AAlACf}}}{AKhACd}}{{CnEb}Cn}{{InA@`}In}{{{h{AhCn}}Eb}Bf}{{{h{AhIn}}A@`}Bf}{{{K`{Nl}}Ch}{{Dn{K`AHf}}}}{{{h{AhCf}}Fl}Bf}0{J`{{Dh{J`}}}}{{{h{AhCf}}}Bf}{{{h{K`}}}{{Dh{L`}}}}{{{h{Mf}}}L`}{{{h{K`}}}Cf}`{{{h{Cj}}}{{`{{Hb{}{{Eh{Fl}}}}}}}}`{{{h{A@j}}}{{Dh{{h{{Ab{A`}}}}}}}}{{{h{O`}}}J`}`{{CncACl}DnI`}{{IncACl}DnI`}101010{{{h{Cn}}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{D`}}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{Cf}}c}DnI`}{{{h{L`}}c}DnI`}{{{h{Lb}}c}DnI`}{{{h{Cl}}c}DnI`}{{{h{Ld}}c}DnI`}{{{h{AAd}}c}DnI`}{{{h{O`}}c}DnI`}{{{h{On}}c}DnI`}{{{h{AAf}}c}DnI`}{{{h{Cj}}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{Ch}}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{Cj}}}}{{{h{ABl}}Fl{h{Ah{AKj{c}}}}{Dh{M`}}}{{Dn{AL`ALb}}}{{Dj{Cj}}}}{{{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}}}}{{CnCn}}{{InIn}}{{J`J`}}{{JbJb}Jb}{{{h{AhCn}}Cn}Bf}{{{h{AhIn}}In}Bf}{{{h{AhJ`}}J`}Bf}{cCn{{Hb{}{{Eh{Cn}}}}}}{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`}}}}{CnADb}{InADb}{Kd}{Kf}{Kh}{D`}{Kj}{Kl}{Kn}{L`}{Lb}{Cl}{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}{Ch{{h{Gd}}}}{AAbALj}{{CnA@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}}}Cf}{{{h{Mf}}{h{{Jf{c}}}}Jd}CfJn}1{{{h{Jd}}}AAj}{{{h{AAj}}}AAj}{{{h{K`}}}Ih}{KdMj}{KfMj}{KhMl}{D`Mj}{KjMj}{KlMj}{KnMj}{L`Ml}{Lbn}{ClMj}{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{CnEb}{InA@`}{A@bEb}00{MdJh}{{{h{n}}}n}0{Cn{{Dn{InAM`}}}}{AAjAMb}{{{h{c}}}Ih{}}00000000000000000000000000000000000000000{{CnA@l}Ih}{{InA@l}Ih}10{JbABh}{ABbDf}{A@dA`}{In{{Dn{CnAM`}}}}{J`Eb}0{{{h{A@j}}}{{ADl{{ADl{A`}}}}}}{AAnIh}{ABhJb}3{{{h{Jd}}}Jd}{{{h{Cj}}c}Fl{{Hj{{h{AAd}}}{{Hh{{Dh{AAf}}}}}}}}{{{h{Fj}}}Fl}{{{h{O`}}}Fl}{{{h{Cj}}}Fl}{c{{Dn{e}}}{}{}}{In{{Dn{Cn}}}}11{Cn{{Dn{In}}}}2{{{h{Gd}}}{{Dn{A@b}}}}{Ih{{Dn{A@b}}}}{{{AJb{Gd}}}{{Dn{A@b}}}}5{{{AJb{Gd}}}{{Dn{J`}}}}6{Ih{{Dn{J`}}}}{{{h{Gd}}}{{Dn{J`}}}}88888888888888{A`{{Dn{AAb}}}}9{ALj{{Dn{AAb}}}}{ADh{{Dn{AAb}}}}{A@d{{Dn{AAb}}}}<<<<<<{{{AJb{Gd}}}{{Dn{On}}}}{Ih{{Dn{On}}}}>{{{h{Gd}}}{{Dn{On}}}}????????{AAj{{Dn{AAl}}}}{c{{Dn{e}}}{}{}}00000000{AGb{{Dn{Ch}}}}1{Oh{{Dn{Ch}}}}222222222222222222222222222222222222222222222222222222222222222222{{{h{Jd}}{h{{Jf{c}}}}{h{Jd}}JjJh}EdJn}{{{h{Cj}}Fl}{{Dn{{h{O`}}AMd}}}}{{{h{Cj}}Fl}{{Dn{{h{AAf}}AMf}}}}`{{{h{Cj}}}Cl}``{{{h{c}}}Il{}}00000000000000000000000000000000000000000000000000000000{ACl{{h{Gd}}}}0{{CnCn}Cn}{{InIn}In}10`{InCn}`{{{h{AhABl}}Fl{h{{C`{AMh}}}}}{{Dn{BfAMj}}}}{{{h{AhABl}}Fl{h{{C`{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{Cj}}}Fl}{ce{}{}}0000000000000000000000000000000000000000000000000000000{{{h{Fj}}}J`}{{{h{AAf}}}J`}{{{h{Cj}}}J`}{FlCf}`{{{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{Cj}}}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}{AJjAGh}{cc{}}{AO`AGh}{AO`AJn}22{ANdAHf}{ANfAHf}4{ANbAHf}{ANnAHf}{AObAHf}{ANjAHf}{AOdAHf}{AJjAHf}{AO`AHf}{ANhAHf}<<<<<<<<{{{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{AM`AFf}{AOjAFf}{AOlAFf}{AOnAFf}{AO`AFf}{B@`AFf}{cc{}}0{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{B@j}}}}{{{h{Ih}}}{{h{Gd}}}}40{{{h{c}}}{{h{e}}}{}{}}05010{{{h{Ahc}}}{{h{Ahe}}}{}{}}0;0:0{{{h{{ADl{ce}}}}}Fl{}B@f}{{{h{Ih}}}Fl}{{{h{Ah{ADl{ce}}}}}Bf{}B@f}{{{h{AhIh}}}Bf}{{{h{AOb}}}AOb}{{{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{Kj}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{G`}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{D`}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{AAh}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{A`}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{BA`}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{BAb}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{Cj}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{{ADl{A`}}}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{{Fd{DfBAd}}}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{O`}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{BAf}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{M`}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{Kd}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{Eb}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{AAf}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{BAh}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{Kf}}AC`}}}{ACbACd}}{{{h{{ADl{AAh}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{A`}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{BAf}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{Kd}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{Eb}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{M`}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{BAb}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{Kj}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{BAh}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{BA`}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{G`}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{D`}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{Cj}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{{Fd{DfBAd}}}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{Kf}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{O`}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{AAf}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{{ADl{A`}}}}}}{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`}}AOb}}}}{{{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{AOb}}{h{AOb}}}Ed}{{{h{B@l}}{h{B@l}}}Ed}{{{h{{ADl{eg}}}}{h{{Ad{c}}}}}Ed{}{{Ef{c}}}B@f}{{{h{{ADl{eg}}}}{h{{h{Ah{Ab{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{BBf}}}Ed}{{{h{Ih}}{h{Ih}}}Ed}{{{h{Ih}}{h{{AEh{Gd}}}}}Ed}{{{h{Ih}}{h{Gd}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0000000`{{{h{Ah{ADl{ce}}}}g}BfBBhB@f{{Ej{}{{Eh{{h{c}}}}}}}}{{{h{Ah{ADl{ce}}}}g}Bf{}B@f{{Ej{}{{Eh{c}}}}}}{{{h{AhIh}}c}Bf{{Ej{}{{Eh{BBj}}}}}}{{{h{AhIh}}c}Bf{{Ej{}{{Eh{{h{BBj}}}}}}}}{{{h{AhIh}}c}Bf{{Ej{}{{Eh{Ih}}}}}}{{{h{AhIh}}c}Bf{{Ej{}{{Eh{{h{Gd}}}}}}}}{{{h{AhIh}}c}Bf{{Ej{}{{Eh{{AEh{Gd}}}}}}}}{{{h{AhIh}}c}Bf{{Ej{}{{Eh{{AJb{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}}}}c}Bf{}B@f}{{{h{Ah{ADl{ce}}}}{h{c}}}BfBBhB@f}{{{h{AhIh}}Ih}Bf}{{{h{AhIh}}{AEh{Gd}}}Bf}{{{h{AhIh}}{h{BBj}}}Bf}{{{h{AhIh}}BBj}Bf}{{{h{AhIh}}{h{Gd}}}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{AOb}}{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{AO`AOb}{cc{}}{BC`AOb}{B@lAOb}{BCbAOb}3{BCd{{ADl{A`}}}}{{{AJb{{Ab{c}}e}}}{{ADl{ce}}}{}B@f}{BCf{{ADl{Mb}}}}{BCh{{ADl{A`}}}}7{{{BCj{ce}}}{{ADl{ce}}}{}B@f}{Ih{{ADl{A`}}}}{{{Ad{c}}}{{ADl{c}}}{}}{{{AEh{{Ab{c}}}}}{{ADl{c}}}{}}{{{h{Ah{Ad{c}}}}}{{ADl{c}}}Al}{Cf{{ADl{A`}}}}{{{BCl{ce}}}{{ADl{ce}}}{}B@f}{{{h{Ah{Ab{c}}}}}{{ADl{c}}}Al}{{{h{{Ad{c}}}}}{{ADl{c}}}Al}{{{h{Gd}}}{{ADl{A`}}}}{{{h{{Ab{c}}}}}{{ADl{c}}}Al}{BCn{{ADl{BD`}}}}{{{h{Gd}}}Ih}{cc{}}{{{h{Ih}}}Ih}{{{AJb{Gd}}}Ih}{{{AEh{Gd}}}Ih}{BBjIh}{{{h{AhGd}}}Ih}{{{h{Gd}}}{{Dn{{ADl{A`}}}}}}{e{{ADl{c}}}{}{{Ej{}{{Eh{c}}}}}}{cIh{{Ej{}{{Eh{{AEh{Gd}}}}}}}}{cIh{{Ej{}{{Eh{Ih}}}}}}{cIh{{Ej{}{{Eh{{h{BBj}}}}}}}}{cIh{{Ej{}{{Eh{{AJb{Gd}}}}}}}}{cIh{{Ej{}{{Eh{BBj}}}}}}{cIh{{Ej{}{{Eh{{h{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{Bn}}}BDf}{{{ADl{ce}}}{{AJb{{Ab{c}}e}}}{}B@f}{Ih{{AJb{Gd}}}}{Ih{{ADl{A`}}}}{c{{Dn{BCnBDh}}}{}}{Ih{{Dn{BCnBDh}}}}{{{ADl{e}}}{}BDj{{BDl{c}}}}{Ih{{BDn{c}}}BDj}{{{ADl{{Ad{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{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{{ADl{ci}}}}}Ed{}{{Ef{c}}}B@fB@f}{{{h{{ADl{eg}}}}{h{{Ab{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{{Ad{c}}}}}Ed{}{{Ef{c}}}B@f}{{{h{{ADl{eg}}}}{h{{h{Ah{Ab{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{AOb}}}{{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{BC`}}}BC`}{{{h{BCb}}}BCb}{{{h{c}}{h{Ahe}}}Bf{}{}}0{{{h{BC`}}{h{BC`}}}Ed}{{{h{BCb}}{h{BCb}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}000{{{h{BC`}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BCb}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}0{{{h{BC`}}}{{Fd{DfDf}}}}{ce{}{}}0{{{h{BCb}}}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{}}{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{{Ab{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`{{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{BAf}}}{{h{{Ad{A`}}}}}}{{{h{AhBAf}}}{{h{Ah{Ab{A`}}}}}}{{{h{AhBAf}}}{{h{Ah{Ad{A`}}}}}}{{{h{AhBAf}}}A`}{{{h{BAf}}}A`}{{{h{BAh}}}{{h{Cj}}}}5{{{h{BAf}}}{{h{{Ab{A`}}}}}}``{{{h{c}}}{{h{e}}}{}{}}01070000{{{h{Ahc}}}{{h{Ahe}}}{}{}}07060000{{{h{G`}}Eb}{{Fd{EbEb}}}}{{{h{BHl}}}BHl}{{{h{BAh}}}BAh}{{{h{BAf}}}BAf}{{{h{BHn}}}BHn}{{{h{BI`}}}BI`}{{{h{BIb}}}BIb}{{{h{BId}}}BId}{{{h{c}}{h{Ahe}}}Bf{}{}}000000{{{h{BAh}}{h{BAh}}}Bh}{{{h{BAf}}{h{BAf}}}Bh}{{{h{BHn}}{h{BHn}}}Bh}{{{h{BI`}}{h{BI`}}}Bh}{{{h{BId}}{h{BId}}}Bh}{{{h{Ahc}}}{{Dn{BAhAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{BAfAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{BHnAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{BI`AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{BIdAC`}}}{ACbACd}}20{{{h{BAh}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{BAf}}{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}}{{}BAf}{c{{Dn{BAf}}}E`}{{{h{BHl}}{h{BHl}}}Ed}{{{h{BAh}}{h{BAh}}}Ed}{{{h{BAf}}{h{BAf}}}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{BAh}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{BAf}}{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}11{{{Ad{A`}}}BAf}{{{h{{Ad{A`}}}}}BAf}3333{{{h{Fj}}EbDf{h{{Ab{Fl}}}}}{{Dn{BHnBHl}}}}{{{h{Gd}}}{{Dn{BAfBIf}}}}{{{h{BI`}}{h{Fj}}}{{Dn{BIdBIb}}}}{{{h{Gd}}}{{Dn{BAf}}}}{{{h{BAh}}{h{Ahc}}}BfGj}{{{h{BAf}}{h{Ahc}}}BfGj}{{{h{BHn}}{h{Ahc}}}BfGj}{{{h{BI`}}{h{Ahc}}}BfGj}{{{h{BId}}{h{Ahc}}}BfGj}``{{{h{BAf}}c}h{}}`{ce{}{}}000000{{{h{BAf}}}Ed}{{{h{BAf}}}Fl}`{{{h{BAh}}{h{BAh}}}{{Dh{Bh}}}}{{{h{BAf}}{h{BAf}}}{{Dh{Bh}}}}{{{h{BHn}}{h{BHn}}}{{Dh{Bh}}}}{{{h{BI`}}{h{BI`}}}{{Dh{Bh}}}}{{{h{BId}}{h{BId}}}{{Dh{Bh}}}}`{{{h{BAf}}c}DnI`}`{{{h{BHl}}}{{Dh{{h{AOf}}}}}}{{{h{BIb}}}{{Dh{{h{AOf}}}}}}{BAf{{Ad{A`}}}}{{{h{c}}}e{}{}}000000{{{h{c}}}Ih{}}00`{c{{Dn{e}}}{}{}}00{{{h{{Ab{A`}}}}}{{Dn{BAf}}}}11111111111`{{{h{c}}}Il{}}000000{ce{}{}}000000{{{h{c}}{Fd{EbEb}}}BAf{{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{}}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{D`}}c}{{Dn{EdBIl}}}Hb}210{{{h{Ahc}}{h{Fj}}}{{BIh{c}}}ACh}{{{h{D`}}}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{Ad{A`}}}}}}{{{h{AhBJh}}}{{h{Ah{Ab{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`}{{{h{BJh}}}{{h{{Ab{A`}}}}}}:9{{{h{BJj}}}{{h{{Ab{A`}}}}}}{{{h{BD`}}}{{h{{Ab{BD`}}}}}}{{{h{BCn}}}{{h{{Ab{BD`}}}}}}{{{h{c}}}{{h{e}}}{}{}}0>403=000000{{{h{Ahc}}}{{h{Ahe}}}{}{}}<=00;:000000{{}Ed}0````{{{h{BCn}}BD`}BCn}````{{{h{BCn}}BD`}BJl}{{{h{AEf}}{h{{Jf{c}}}}BD`}{{Dn{AEfBDh}}}Jn}{{{h{AEf}}BD`}{{Dn{{Fd{AJlBJh}}BDh}}}}{{{h{BJh}}}BJh}{{{h{BJj}}}BJj}{{{h{BJn}}}BJn}{{{h{AEf}}}AEf}{{{h{BD`}}}BD`}{{{h{BCn}}}BCn}{{{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{BD`}}{h{BD`}}}Bh}{{{h{BCn}}{h{BCn}}}Bh}{{{h{{Ab{A`}}}}}{{Dn{BJnBDh}}}}{{{h{{Ab{A`}}}}}{{Dn{AEfBDh}}}}{{}BJj}{{}BCn}````{{{h{BJn}}{h{{Jf{c}}}}{h{e}}}{{Dn{BJnBDh}}}AGd{{AD`{{Ab{BD`}}}}}}{{{h{AEf}}{h{{Jf{c}}}}{h{e}}}{{Dn{AEfBDh}}}Jn{{AD`{{Ab{BD`}}}}}}{c{{Dn{BJh}}}E`}{c{{Dn{BJj}}}E`}{c{{Dn{BJn}}}E`}{c{{Dn{AEf}}}E`}{c{{Dn{BD`}}}E`}{c{{Dn{BCn}}}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{BD`}}{h{BD`}}}Ed}{{{h{BCn}}{h{BCn}}}Ed}{{{h{BDh}}{h{BDh}}}Ed}{{{h{BK`}}{h{BK`}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}000000000000000{{{h{BCn}}c}BCn{{AD`{{Ab{BD`}}}}}}{{{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{BD`}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BCn}}{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}2{{{Ad{A`}}}BJj}{{{h{{Ad{A`}}}}}BJj}44{DfBD`}5{{{h{{Ab{BD`}}}}}BCn}{{{ADl{BD`}}}BCn}7{AObBDh}{AO`BDh}9{BK`BDh}{JlBDh};{Df{{Dn{BD`BDh}}}}{{{h{Gd}}}{{Dn{BJhBIf}}}}{{{h{Gd}}}{{Dn{BJjBIf}}}}{cBCn{{Ej{}{{Eh{BD`}}}}}}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{BD`BDh}}}}{{{h{Gd}}}{{Dn{BCnBDh}}}}{{{h{BJn}}BKb{h{{Jf{c}}}}}{{Dn{{Dh{AAn}}}}}AGd}{{{h{BCn}}}BJl}{{{h{BJh}}{h{Ahc}}}BfGj}{{{h{BJj}}{h{Ahc}}}BfGj}{{{h{AEf}}{h{Ahc}}}BfGj}{{{h{BD`}}{h{Ahc}}}BfGj}{{{h{BCn}}{h{Ahc}}}BfGj}{{{h{BJn}}{h{{Jf{c}}}}}KhAGd}{{{h{AEf}}}Kh}{BD`{{Dn{BD`BDh}}}}{{{h{BJh}}c}h{}}{{{h{BJj}}c}h{}}{{{h{BCn}}c}h{}}{ce{}{}}00000000{{BCnBD`}BCn}{BKd{{Dn{BCnBDh}}}}{c{{Dn{BCnBDh}}}{}}{c{{H`{g}}}{}{}{{Hb{}{{Eh{e}}}}}}4{{{h{BCn}}}}{{{h{BK`}}}Fl}{{{h{BJh}}}Ed}{{{h{BJj}}}Ed}{{{h{BCn}}}Ed}{{{h{BD`}}}Ed}10{{{h{BJh}}}Fl}{{{h{BJj}}}Fl}{{{h{BCn}}}Fl}{{}BCn}````{{c{h{{Ab{A`}}}}}{{Dn{BJnBDh}}}{{AHb{ABf}}}}{{{h{AhBJl}}}Dh}{{{h{BCn}}}BJl}````{{{h{BJh}}{h{BJh}}}{{Dh{Bh}}}}{{{h{BJj}}{h{BJj}}}{{Dh{Bh}}}}{{{h{AEf}}{h{AEf}}}{{Dh{Bh}}}}{{{h{BD`}}{h{BD`}}}{{Dh{Bh}}}}{{{h{BCn}}{h{BCn}}}{{Dh{Bh}}}}````{{{h{BJh}}c}DnI`}{{{h{BJj}}c}DnI`}{{{h{BJn}}c}DnI`}{{{h{AEf}}c}DnI`}{{{h{BD`}}c}DnI`}{{{h{BCn}}c}DnI`}{{{h{BDh}}}{{Dh{{h{AOf}}}}}}{{{h{BCn}}BD`}BJl}{BJh{{Ad{A`}}}}{BJj{{Ad{A`}}}}{{BJn{h{{Jf{c}}}}}AG`AGd}{{{h{c}}}e{}{}}0000000{BJnAAn}{AEfAAl}{{{h{c}}}Ih{}}0000000{{{h{BCn}}}{{ADl{Df}}}}{AEfJd}{c{{Ij{i}}}{}{}{}{{Hb{}{{Eh{{Dn{eg}}}}}}}}{c{{Dn{e}}}{}{}}0{{{h{{Ab{A`}}}}}{{Dn{BJh}}}}{{{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`}}}D`}{{{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}{AO`BKh}2{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{D`BKh}}}}`>>>>{{{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}}}{}{}}5{{{h{Ahc}}}{{h{Ahe}}}{}{}}5{{{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}{{{h{{Ad{A`}}}}}Oh}{cc{}}{D`Oh}{{{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{}}{c{{Dn{e}}}{}{}}{{{h{{Ab{A`}}}}}{{Dn{Oh}}}}1{{{h{c}}}Il{}}{cOh{{AD`{Nj}}}}{ChOh}<```````````````````{{{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{}}0{BL`BKj}11{BL`BKl}22{AJdOj}{BLbOj}{AJfOj}{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{CfAGj}}}}}}}}}{}}{{{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}}}}{{{h{Gd}}}{{Dn{AJd}}}}{c{{Dn{e}}}{}{}}0{{{h{Gd}}}{{Dn{AJf}}}}1{Ih{{Dn{AJf}}}}{{{AJb{Gd}}}{{Dn{AJf}}}}33{Ih{{Dn{Oj}}}}{{{h{Gd}}}{{Dn{Oj}}}}5{{{AJb{Gd}}}{{Dn{Oj}}}}666666{{{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{BLfOl}{BLdOl}2{AEjOl}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{CfAGj}}}}}}}}}{}}{{{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}}}}{Ih{{Dn{BLd}}}}{c{{Dn{e}}}{}{}}{{{AJb{Gd}}}{{Dn{BLf}}}}{Ih{{Dn{BLf}}}}2{{{h{Gd}}}{{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{{Ab{A`}}}}}}{{{h{Nh}}}{{h{{Ab{A`}}}}}}{{{h{AhNh}}}{{h{Ah{Ab{A`}}}}}}{{{h{AhNh}}}{{h{AhNh}}}}{{{h{AhBCd}}}{{h{AhNh}}}}20{{{h{BCd}}}{{h{Nh}}}}4{{{h{Nh}}}{{h{Nh}}}}1{{{h{Od}}}{{h{Mf}}}}{{{h{AJ`}}}{{h{Mf}}}}{{{h{AIn}}}{{h{Mf}}}}{{{h{c}}}{{h{e}}}{}{}}000000500{{{h{Ahc}}}{{h{Ahe}}}{}{}}000000700{{{h{BCd}}}Fl}{{{h{AhBCd}}}Bf}{{{h{Od}}}Od}{{{h{ADh}}}ADh}{{{h{AJ`}}}AJ`}{{{h{AIn}}}AIn}{{{h{BCd}}}BCd}{{{h{BLn}}}BLn}{{{h{BM`}}}BM`}{{{h{c}}{h{Ahe}}}Bf{}{}}000000{{{h{Nh}}{h{Nh}}}Bh}{{{h{BCd}}{h{BCd}}}Bh}{{}Od}{{}BCd}{{{h{BCd}}}h}{{{h{AhBCd}}}{{h{Ah}}}}{{}{{h{Nh}}}}{{{h{Od}}{h{Od}}}Ed}{{{h{ADh}}{h{ADh}}}Ed}{{{h{Nh}}{h{Nh}}}Ed}{{{h{BCd}}{h{BCd}}}Ed}{{{h{BLn}}{h{BLn}}}Ed}{{{h{BM`}}{h{BM`}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}00000000000{{{h{AhBCd}}{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{BCd}}{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}}}}1011110100010001100011011010111100100101110100000010010100010011000000001111111100010000010011101101010011101100010111011101010001101110101010111{{{h{{Ad{A`}}}}}BCd}{{{Ad{A`}}}BCd}100000111011005110011001000010000111000111101111110000110001100011100101{LbBCd}11121221{LfBCd}3332222223333323333322332323223232332223233223332332{LhBCd}33334443444{L`BCd}54449{BMbBM`}{AO`BM`};{{{h{Nh}}{h{Ahc}}}BfGj}{{{h{BCd}}{h{Ahc}}}BfGj}{{{h{Nh}}{AIl{Fl}}}h}{{{h{Nh}}{AIh{Fl}}}h}{{{h{Nh}}{AI`{Fl}}}h}{{{h{Nh}}AIb}h}{{{h{Nh}}Fl}h}{{{h{Nh}}{AId{Fl}}}h}{{{h{Nh}}{AIj{Fl}}}h}{{{h{Nh}}{Fd{{AIf{Fl}}{AIf{Fl}}}}}h}{{{h{BMd}}}Fl}{{{h{BLn}}}Fl}{ce{}{}}0000000{Od{{ADl{A`}}}}{c{{H`{g}}}{}{}{{Hb{}{{Eh{e}}}}}}00222{OdCf}{{{h{Od}}}Ed}{{{h{Nh}}}Ed}{{{h{BCd}}}Ed}{{{h{Od}}}Fl}{{{h{Nh}}}Fl}{{{h{BCd}}}Fl}{{}Od}{{}BCd}{{{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{BCd}}{h{BCd}}}{{Dh{Bh}}}}{{{h{AhBCd}}}{{Dh{A`}}}}{{{h{AhBCd}}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{AhBCd}}Fl}A`}{{{h{AhBCd}}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}}}}}}{{{ADl{A`}}}{{Dn{BCd}}}}33333333333{{{h{c}}}Il{}}00000000{ce{}{}}0000000{FlBCd}``{{{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{}}{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{cc{}}{BMjBMf}{AO`BMf}{ANnBMf}{AO`BMh}4{ANnBMh}5???{{{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`Cn}{{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}}}}{AO`BMl}{cc{}}{BMnAMd}1{BMnAMf}2222{{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{cc{}}{Ch{{h{Nj}}}}{ChNj}{{{h{Ch}}}Nj}{{{h{Ch}}}{{h{Nj}}}}{AO`{{BNj{c}}}{}}5{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}}}}{ACfAC`}{cc{}}{AO`AC`}{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}}}{}{}}010{{{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{AHdC@f}{AFlC@f}{JlC@f}3{AO`C@f}{{{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@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{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{{Ab{A`}}}}}}{{{h{Ml}}}{{h{{Ad{A`}}}}}}{{{h{c}}}{{h{e}}}{}{}}2{{{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}{LfMl}{cc{}}{KhMl}{LhMl}{{}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{}}00{BOdAFl}{CBhAFl}222{CBhBIf}{CBjBIf}4{{{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{BfBBn}}}}{{{h{AhCCn}}}{{Dn{BfACf}}}}{{{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}}}}0{{{h{c}}{h{AhEl}}}{{Dn{BfEn}}}{}}2{{{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}}7{{{h{Ah{CKh{ce}}}}{h{Gd}}{h{g}}}{{Dn{Bfe}}}{}CE`{IfACd}}08{{{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}}}{}{}}3010{{{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{BfACf}}}}{{{h{AhADf}}}{{Dn{BfBBn}}}}{{{h{n}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{CLb}}{h{AhEl}}}{{Dn{BfEn}}}}000{Lbn}{cc{}}{dn}11{{}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{{Ad{A`}}}}}}{{{h{Mj}}}{{h{{Ab{A`}}}}}}0{{{h{c}}}{{h{e}}}{}{}}{{{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{ClMj}{LjMj}{KdMj}{KlMj}{D`Mj}{KjMj}{KfMj}{ALlMj}{KnMj}{LlMj}{LdMj}{cc{}}{{}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{{Ad{A`}}}}}CLd}{{{h{{N`{c}}}}}{{h{{Ab{A`}}}}}CLd}0{{{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{M`{{N`{Nb}}}}{cc{}}{Md{{N`{Nf}}}}{Mb{{N`{Nd}}}}{Ln{{N`{Mn}}}}{{}{{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{{Ab{A`}}}}}}{{{h{CLf}}}{{h{{Ad{A`}}}}}}{{{h{c}}}{{h{e}}}{}{}}20{{{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`}}}}}}{{{h{c}}}{{h{e}}}{}{}}10{{{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{{Ad{A`}}}}}}{{{h{CMb}}}{{h{{Ab{A`}}}}}}{{{h{CMb}}}Eb}1{{{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{FlACf}}}}{{{h{AhCMf}}{h{{Ab{A`}}}}}{{Dn{FlBBn}}}}`````````````````````````````{{{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{BfBBn}}}}{{{h{AhCMn}}}{{Dn{BfACf}}}}{{{h{ACf}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{CMh}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}00{BBnACf}1{CMhACf}{AO`CMh}3{{{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}2{AO`AH`}{JlAH`}4{JlAHj}{CNjAHj}6{CNhAHj}{AObAHj}{AO`AHj}{AO`AHh}:{AH`AHh}{JlCNf}{AO`CNf}{BIfCNf}>>>>{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}}}{{Ad{A`}}}}{{{h{ACj}}c}DnI`}{{{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{BBb{{Dn{Jj}}}}{A`{{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{Cl}}}}{h{Ah{ADl{Df}}}}}{{Dn{KjADn}}}}{{{h{DAb}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{ADn}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}{AO`ADn}1{{{h{{Ab{Cl}}}}{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{Ch}}}E`}{{{h{Ch}}c}DnI`}``````````````````{{{h{AhDAf}}DAf}DAf}``{{{h{AhAGb}}}{{h{Ah{Ab{A`}}}}}}{{{h{AhAGb}}}{{h{Ah{Ad{A`}}}}}}{{{h{AGb}}}{{h{{Ad{A`}}}}}}{{{h{AGb}}}{{h{{Ab{A`}}}}}}{{DAfDAf}DAf}{{{h{AhDAf}}DAf}Bf}10{{{h{c}}}{{h{e}}}{}{}}043000{{{h{Ahc}}}{{h{Ahe}}}{}{}}076000{{{h{BAd}}}BAd}{{{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{BAdAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DAfAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{AGbAC`}}}{ACbACd}}{{{h{BAd}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DAf}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{AGb}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{}DAf}{{{h{BAd}}{h{BAd}}}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{BAd}}{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{ChAGb}22{{{Ad{A`}}}AGb}{cAGb{{AD`{Nj}}}}{{{h{Gd}}}{{Dn{AGb}}}}{{DAfDAf}Ed}{{{h{BAd}}{h{Ahc}}}BfGj}{{{h{DAf}}{h{Ahc}}}BfGj}{{{h{AGb}}{h{Ahc}}}BfGj}{ce{}{}}0000``````{{{h{BEh}}DAf}BAd}{{{h{DAf}}{h{DAf}}}{{Dh{Bh}}}}{{{h{AGb}}{h{AGb}}}{{Dh{Bh}}}}`{{{h{AhDAf}}DAf}DAf}`{{{h{BAd}}}{{Dn{BEhACf}}}}{{{h{DAh}}}{{Dh{{h{AOf}}}}}}{{{h{DAj}}}{{Dh{{h{AOf}}}}}}{AGb{{Ad{A`}}}}{{{h{c}}}e{}{}}0000{{{h{BAd}}}{{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{BAb}}}BAb}{{{h{c}}{h{Ahe}}}Bf{}{}}0{{{h{Ahc}}}{{Dn{DAlAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{BAbAC`}}}{ACbACd}}{{{h{DAl}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{BAb}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DAl}}{h{DAl}}}Ed}{{{h{BAb}}{h{BAb}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}000{{{h{DAl}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{BAb}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}0{{{h{DAl}}{h{Ahc}}}BfGj}{{{h{BAb}}{h{Ahc}}}BfGj}{ce{}{}}0````{{{h{BAb}}}{{Dn{BEhACf}}}}`{{{h{c}}}e{}{}}0{{{h{BAb}}}{{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{c{{Dn{e}}}{}{}}{Ih{{Dn{DAn}}}}{{{AJb{Gd}}}{{Dn{DAn}}}}222{{{h{Gd}}}{{Dn{DAnDB`}}}}3333{{{h{c}}}Il{}}000;;;;`````````````{{{h{c}}}{{h{e}}}{}{}}00{{{h{Ahc}}}{{h{Ahe}}}{}{}}00{{{h{BA`}}}BA`}{{{h{DBf}}}DBf}{{{h{DBh}}}DBh}{{{h{c}}{h{Ahe}}}Bf{}{}}00{{{h{BA`}}{h{BA`}}}Bh}{{{h{Ahc}}}{{Dn{BA`AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DBfAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DBhAC`}}}{ACbACd}}10{{{h{BA`}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DBf}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DBh}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{BA`}}{h{BA`}}}Ed}{{{h{DBf}}{h{DBf}}}Ed}{{{h{DBh}}{h{DBh}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}00000{{{h{BA`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DBf}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DBh}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}00{{{h{BA`}}{h{Ahc}}}BfGj}{ce{}{}}00``{{{h{BA`}}}{{Dh{{Ad{A`}}}}}}{{{ADl{D`}}D`}DBf}{{{ADl{D`}}D`}DBh}{{{h{BA`}}{h{BA`}}}{{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@`BAdBAdEbIhBBb}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}}}}{AC`ABn}{GbABn}{AO`ABn}{cc{}}{ACfABn}111{AO`DDn}2{BDhDDn}333{DEdAKn}{DElAKn}{DEnAKn}{AO`AKn}7{AO`AE`}8{AO`DEd}9{AO`DEj}{ABbDEf};{AB`DEf}<{{{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{{C`{AMh}}}}}{{Dn{{C`{AAj}}DF`}}}}{{{h{AhDEh}}{h{{C`{AMh}}}}}{{Dn{{C`{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{}}000000{cAJlDFl}{{{h{AG`}}}AJl}{AG`AJl}3{AG`AEd}{{{h{AG`}}}AEd}{DFjAEd}6{AJlJh}7{LnAKl}{LjAKl}9{LlAKl}{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}}}{{Ad{A`}}}}{{{h{AEd}}c}DnI`}1{{{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`}}}}}}{{{h{c}}}{{h{e}}}{}{}}1{{{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{DGh}}}Ed}{{{h{DGh}}{h{{Ab{A`}}}}}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{}}0{DGdD@j}{C@jDGh}{{{h{C@j}}}DGh}33{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{DGh}}}{{Dh{Bh}}}}{{{h{DGh}}{h{{Ab{A`}}}}}{{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{{{h{DGh}}}{{Dn{C@j}}}}{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}}}}{AIl{Fl}}}{{h{{Ab{A`}}}}}CAd}{{{h{{DHn{c}}}}Fl}{{h{A`}}}CAd}{{{h{{DHn{c}}}}{AI`{Fl}}}{{h{{Ab{A`}}}}}CAd}{{{h{{DHn{c}}}}{AId{Fl}}}{{h{{Ab{A`}}}}}CAd}{{{h{{DHn{c}}}}AIb}{{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{FlACf}}}CAd}{{{h{Ah{DI`{c}}}}{h{{Ab{A`}}}}}{{Dn{FlBBn}}}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{{{DIf{Df}}}DId}{DIlDId}{cc{}}{{}{{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{Cn}}}{}}{{{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{{{AIl{c}}}{{DLd{c}}}DJf}1{{{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{{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}}}BB`{D@dACd}}11{{{h{DKd}}{h{Ahc}}}CFd{D@dACd}}2{{{h{DKd}}{h{Ahc}}}BBd{D@dACd}}333333{{{h{DKd}}{h{Ahc}}}{{DIf{Df}}}{D@dACd}}44{{{h{DKd}}{h{Ahc}}}Fl{D@dACd}}5{{{h{DKd}}{h{Ahc}}}{{Fd{egikmoAaAcAeAg}}}{D@dACd}{}{}{}{}{}{}{}{}{}{}}{{{h{DKd}}{h{Ahc}}}{{DIf{Fl}}}{D@dACd}}{{{h{DKd}}{h{Ahc}}}{{Fd{egikmo}}}{D@dACd}{}{}{}{}{}{}}{{{h{DKd}}{h{Ahc}}}{{Fd{egikmoAa}}}{D@dACd}{}{}{}{}{}{}{}}9{{{h{DKd}}{h{Ahc}}}Bf{D@dACd}}:{{{h{DKd}}{h{Ahc}}}CFb{D@dACd}}{{{h{DKd}}{h{Ahc}}}BBj{D@dACd}}{{{h{DKd}}{h{Ahc}}}A`{D@dACd}}{{{h{DKd}}{h{Ahc}}}Eb{D@dACd}}{{{h{DKd}}{h{Ahc}}}{{Dh{e}}}{D@dACd}{}}??{{{h{DKd}}{h{Ahc}}}{{DIf{A`}}}{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}{}}000{{{h{DKd}}{h{Ahc}}}{{DIf{AEl}}}{D@dACd}}{{{h{DKd}}{h{Ahc}}}ACn{D@dACd}}{{{h{DKd}}{h{Ahc}}}Df{D@dACd}}333{{{h{DKd}}{h{Ahc}}}Ed{D@dACd}}{{{h{DKd}}{h{Ahc}}}{{DLn{e}}}{D@dACd}{}}{{{h{DKd}}{h{Ahc}}}{{Fd{egi}}}{D@dACd}{}{}{}}{{{h{DKd}}{h{Ahc}}}{{Fd{egikm}}}{D@dACd}{}{}{}{}{}}{{{h{DKd}}{h{Ahc}}}{{Fd{egikmoAaAcAeAgAiAk}}}{D@dACd}{}{}{}{}{}{}{}{}{}{}{}{}}8{{{h{DKd}}{h{Ahc}}}A@`{D@dACd}}9{{{h{DKd}}{h{Ahc}}}BBb{D@dACd}}{{{h{DKd}}{h{Ahc}}}{{DIf{Eb}}}{D@dACd}};{{{h{DKd}}{h{Ahc}}}{{Fd{egikmoAaAcAeAgAi}}}{D@dACd}{}{}{}{}{}{}{}{}{}{}{}}{{{h{DKd}}{h{Ahc}}}ADb{D@dACd}}==={{{h{DKd}}{h{Ahc}}}{{Fd{egik}}}{D@dACd}{}{}{}{}}{{{h{DKd}}{h{Ahc}}}{{DIf{ACn}}}{D@dACd}}{{{h{DKd}}{h{Ahc}}}{{Fd{egikmoAaAc}}}{D@dACd}{}{}{}{}{}{}{}{}}{{{h{DKd}}{h{Ahc}}}{{Ad{e}}}{D@dACd}{}}00{{{h{DKd}}{h{Ahc}}}{{Fd{e}}}{D@dACd}{}}{{{h{DKd}}{h{Ahc}}}AEl{D@dACd}}{{{h{DKd}}{h{Ahc}}}CKf{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{BB`}}}DLlDLl}{{ce}{{DMb{CFd}}}DLlDLl}{{ce}{{DMb{ACn}}}DLlDLl}{{ce}{{DMb{Fl}}}DLlDLl}{{ce}{{DMb{A@`}}}DLlDLl}{{ce}{{DMb{A`}}}DLlDLl}{{ce}{{DMb{BBb}}}DLlDLl}{{ce}{{DMb{BBd}}}DLlDLl}{{ce}{{DMb{AEl}}}DLlDLl}{{ce}{{DMb{Df}}}DLlDLl}{{ce}{{DMb{CKf}}}DLlDLl}{{ce}{{DMb{Eb}}}DLlDLl}{{ce}DMdDLlDLl}{{ce}{{DMf{ADb}}}DLlDLl}{{ce}{{DMf{CFb}}}DLlDLl}{{ce}DMhDLlDLl}{{eg}{{DMl{}{{DMj{c}}}}}{}{{DLl{c}}}{{DLl{c}}}}>8659{{ce}{{DMb{BB`}}}DLlDLl}>8=<;{{ce}{{DMb{CFd}}}DLlDLl}6453{{{h{{DMl{}{{DMj{c}}}}}}{h{Ahe}}}c{}{D@dACd}}{{{h{{DMb{BB`}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{BBb}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{A`}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{Eb}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{CFd}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{Df}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{A@`}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{ACn}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{AEl}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{BBd}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{CKf}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{Fl}}}}{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}}}}{{{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@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{DEn}}}DEn}{{{h{DEl}}}DEl}{{{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{DEn}}{h{DEn}}}Ed}{{{h{DEl}}{h{DEl}}}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{Cj}}}}{{{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{DEn}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{DEl}}{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}}}CBb}{cc{}}000000{AO`E@h}1111{AO`DEn}{E@hDEn}{E@dDEn}4{AMdDEn}{E@fDEn}6{AMdDEl}{AO`DEl}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{Cj}}}}{{{EAb{c}}}{{Dn{Edc}}}{}}{{{h{AEn}}}M`}{{{h{{AKj{c}}}}{h{Ahe}}Fl{h{Mf}}g}{{EAb{{EA`{AMd}}}}}{{Dj{Cj}}}{AChACd}{{AHb{Df}}}}{{{h{{AKj{c}}}}Fl{h{Mf}}Df}{{Dn{LjAMd}}}{{Dj{Cj}}}}{{{EAb{c}}g}{{EAb{e}}}{}{}{{BE`{c}{{Hh{e}}}}}}{c{{AKj{c}}}{{Dj{Cj}}}}{{{h{Mf}}AGj}AEn}{{{h{{Ab{A`}}}}}{{Dn{E@`E@n}}}}`{{{h{Ah{AKj{c}}}}Fl{h{Mf}}CnABb}{{Dn{LlDEl}}}{{Dj{Cj}}}}{{{h{Ah{AKj{c}}}}Fl{h{Mf}}CnABb}{{Dn{LlAMd}}}{{Dj{Cj}}}}{{{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}}CnABb}{{Dn{Bf{EA`{AMd}}}}}{{Dj{Cj}}}{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{DEn}}}{{Dh{{h{AOf}}}}}}{{{h{DEl}}}{{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`{DEn}}}}}{{Dj{Cj}}}{AChACd}{{Dj{AAf}}}}{{{h{Ah{AKj{c}}}}Fl{h{{E@b{e}}}}AB`}{{Dn{LnDEn}}}{{Dj{Cj}}}{{Dj{AAf}}}}{{{h{Ah{AKj{c}}}}Fl{h{{E@b{e}}}}gAB`}{{Dn{LnDEn}}}{{Dj{Cj}}}{{Dj{AAf}}}{{AHb{M`}}}}{{{h{Ah{AKj{c}}}}Fl{h{{E@b{e}}}}{Dh{E@`}}{Dh{{Fd{M`Df}}}}AB`}{{Dn{LnDEn}}}{{Dj{Cj}}}{{Dj{AAf}}}}{{{h{c}}}e{}{}}000000000000{{{h{c}}}Ih{}}0000000000{{{h{{AKj{c}}}}}{{h{Cj}}}{{Dj{Cj}}}}{c{{Dn{e}}}{}{}}0000000000000000000000000000000{{{h{c}}}Il{}}000000000000000`{ce{}{}}000000000000000{{{h{Mf}}}AEn}{{{h{Ah{AKj{c}}}}Fl}{{Dh{{h{AhA@j}}}}}{{EAd{Cj}}}}```````{{{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}{cc{}}{AO`EAf}1{{{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`Cf}{{Dn{EAjEAl}}}}{{EAjA`CfAGj}{{Dn{EAjEAl}}}}{{{h{EAn}}}{{Dh{{h{Mb}}}}}}{{{h{BCf}}}{{h{{Ab{Mb}}}}}}{{{h{AhBCf}}}{{h{Ah{Ab{Mb}}}}}}1{{{h{EAn}}}{{Dh{{Fd{{h{Mf}}AGj}}}}}}2{{{h{c}}}{{h{e}}}{}{}}0000300000000000000{{{h{Ahc}}}{{h{Ahe}}}{}{}}0003000000000000000{{{h{AK`}}}AK`}{{{h{EB`}}}EB`}{{{h{BCf}}}BCf}{{{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{BCf}}{h{BCf}}}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{CfAGj}}}}}{{Dh{AKd}}}}{{{h{{Ab{A`}}}}}{{Dn{BCfEBn}}}}{{{h{{Ab{A`}}}}}{{Dn{AKdEBn}}}}{{}BCf}{{}EAj}{{{h{AF`}}}A`}{{{h{BCf}}}h}{{{h{AhBCf}}}{{h{Ah}}}}{c{{Dn{AK`}}}E`}{c{{Dn{BCf}}}E`}{c{{Dn{EBf}}}E`}{c{{Dn{EBh}}}E`}{c{{Dn{EAn}}}E`}{c{{Dn{AKd}}}E`}{c{{Dn{AGj}}}E`}{{{h{BCf}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{AKd}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{AK`}}{h{AK`}}}Ed}{{{h{EB`}}{h{EB`}}}Ed}{{{h{BCf}}{h{BCf}}}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{BCf}}{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{AO`EB`}{AFhEB`}{JlEB`}{{{Ad{Mb}}}BCf}000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000444{AO`EBb}{AO`EBd}666{EBfEBh}7777777{AO`EAl}8{AO`EBn}{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{BCf}}{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{BCf{{ADl{Mb}}}}33{{{h{BCf}}}}{{{h{AhBCf}}}}{BCf}{EBdEBh}{EBfEBh}5{{{h{BCf}}}Ed}{{{h{EAj}}}Ed}{{{h{AF`}}}{{h{EAn}}}}{{{h{AF`}}}{{Dh{M`}}}}{{{h{EBh}}}EC`}{{{h{AF`}}}{{Dh{AGj}}}}`{{{h{BCf}}}Fl}`{{{h{AF`}}}{{h{BCf}}}}{{{h{EBj}}}{{h{BCf}}}}`{{{h{AFb}}}{{Dh{Mb}}}}{{}EAj}{MbAF`}{MbEBh}{{{h{{Jf{c}}}}Jd{Dh{Mb}}}AFbJn}{{CfAGj}EBh}{{CfAGj}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{BCf}}{h{BCf}}}{{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{CfAGj}}{ECd{BCf}}}}}}}}{AK`ECf}{{{h{AK`}}c}DnI`}{{{h{BCf}}}{{ADl{A`}}}}{{{h{BCf}}c}DnI`}{{{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}}}{}{}}0{{{h{ECf}}}{{Dn{AK`}}}}{ECf{{Dn{AK`}}}}22{{{h{{Ab{Mb}}}}}{{Dn{BCf}}}}{{{ADl{Mb}}}{{Dn{BCf}}}}{{{AJb{{Ab{Mb}}}}}{{Dn{BCf}}}}55555{EBh{{Dn{EBf}}}}6{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{DfCf}}}}}}}}{c{{Dn{EAjEAl}}}{{Ej{}{{Eh{{Fd{DfCf}}}}}}}}``{{{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}}}}k}{{ECn{c}}}fED`{{AHb{{EDb{Cj}}}}}{{Ej{}{{Eh{c}}}}}{{Ej{}{{Eh{{Fd{gi}}}}}}}}{{{h{Ah{ECl{ce}}}}i}{{ECn{c}}}fED`{{AHb{{EDb{Cj}}}}}{{Ej{}{{Eh{{Fd{gEb}}}}}}}}0{{{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{}}{{{EDd{c}}}{{ECn{ce}}}{}DJb}1{EDf{{ECn{cEDf}}}{}}?``{{{h{{ECl{ce}}}}}{{ECn{c}}}fED`}{{{h{Ah{ECl{ce}}}}Clc}{{ECn{c}}}fED`}{{{h{Ah{ECl{ce}}}}ClEb}{{ECn{c}}}fED`}{{{h{Ah{ECl{ce}}}}g}{{ECn{c}}}fED`{{AHb{{EDb{Cj}}}}}}{{{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`{}{{EDh{c}}}}}}c}Bf{}}{{{h{Ah{ED`{}{{EDh{c}}}}}}{h{Cj}}}c{}}{{{h{Ah{ED`{}{{EDh{c}}}}}}AAd{h{AAf}}}c{}}{{{h{{ED`{}{{EDh{c}}}}}}}c{}}{{{h{{ED`{}{{EDh{c}}}}}}{h{Cj}}}Ed{}}````````````{{{h{{EDj{c}}}}}{{AKf{c{Bd{{C`{Bn}}}}}}}{AlBjF`}}{{{h{Ah{EDj{c}}}}EDf}Bf{AlBjF`}}{{{h{Ah{EDj{c}}}}e}Bf{AlBjF`}{}}{{{h{c}}}{{h{e}}}{}{}}00{{{h{Ahc}}}{{h{Ahe}}}{}{}}00{{{h{{EDj{c}}}}}{{EDj{c}}}Al}{{{h{{EDl{c}}}}}{{EDl{c}}}Al}{{{h{EDf}}}EDf}{{{h{c}}{h{Ahe}}}Bf{}{}}00{{}{{EDj{c}}}{}}{{}EDf}{c{{Dn{EDf}}}E`}{{{h{{EDl{c}}}}{h{{EDl{c}}}}}EdEf}{{{h{EDf}}{h{EDf}}}Ed}{{{h{{EDj{c}}}}{h{AhEl}}}FbF`}{{{h{{EDl{c}}}}{h{AhEl}}}FbF`}0{{{h{EDf}}{h{AhEl}}}Fb}{cc{}}00{{{h{EDn}}}{{Id{EDf}}}}{{{h{{EDj{c}}}}c}{{Dh{{h{{C`{Bn}}}}}}}{AlBjF`}}{{{h{{EDj{c}}}}Cf}{{Dh{{h{{Fd{cDf}}}}}}}{AlBjF`}}{{{h{Ah{EDj{c}}}}{h{Cj}}}e{AlBjF`}{}}{{{h{Ah{EDj{c}}}}AAd{h{AAf}}}e{AlBjF`}{}}{{{h{EDn}}}{{Id{Bf}}}}{{{h{{EDj{c}}}}}e{AlBjF`}{}}{{{h{{EDj{c}}}}}{{h{{EE`{{Fd{cDf}}}}}}}{AlBjF`}}{{{h{Ah{EDj{c}}}}c{C`{Bn}}}{{Dn{Ed{EDl{c}}}}}{AlBjF`}}{ce{}{}}00{{{h{EDf}}}Ed}{{{h{{EDj{c}}}}{h{Cj}}}Ed{AlBjF`}}{{{h{{EDj{c}}}}cDf}Ed{AlBjF`}}{{{h{{EDj{c}}}}c}{{`{{CCd{}{{Eh{{EEb{AAd}}}}}}}}}{AlBjF`}}{{{h{{EDj{c}}}}e}{{`{{CCd{}{{Eh{{EEd{cAAd}}}}}}}}}{AlBjF`}{{Hl{c}}}}{{{h{{EDj{c}}}}}{{`{{CCd{}{{Eh{{Fd{c{h{{C`{Bn}}}}}}}}}}CC`}}}{AlBjF`}}`{{{h{{EDj{c}}}}c}{{Dh{Df}}}{AlBjF`}}{{{h{{EDj{c}}}}}{{AKf{cDf}}}{AlBjF`}}10{{{h{{EDj{c}}}}}Df{AlBjF`}}{{{h{Ah{EDj{c}}}}cDf}Bf{AlBjF`}}{{{h{Ah{EDj{c}}}}cDf}Ed{AlBjF`}}{{{h{AhEDf}}EDf}Bf}{{{h{{EDj{c}}}}{h{Cj}}e}In{AlBjF`}{{Hl{c}}}}{Df{{EDj{c}}}{}}{{{h{{EDj{c}}}}c}{{Dh{{Fd{DfEd}}}}}{AlBjF`}}{{{h{Ah{EDj{c}}}}c}{{Dh{{Fd{{EEb{Cf}}EDf}}}}}{AlBjF`}}{{{h{{EDj{c}}}}}{{h{{ECd{{EEd{cAAd}}}}}}}{AlBjF`}}{{{h{EDf}}{h{EDn}}}{{Id{Bf}}}}2{{{h{Ah{EDj{c}}}}cDf}{{Dh{{Fd{{ADl{{EEb{Cf}}}}EDf}}}}}{AlBjF`}}{{{h{Ah{EDj{c}}}}{h{{AKf{cDf}}}}}EDf{AlBjF`}}{{{h{{EDj{c}}}}c}{{`{{CCd{}{{Eh{{EEb{Cf}}}}}}}}}{AlBjF`}}{{{h{{EDj{c}}}}e}{{`{{Hb{}{{Eh{{EEd{cCf}}}}}}}}}{AlBjF`}{{Hl{c}}}}{{EEf{h{{EDj{c}}}}e}EEf{}{{Hl{c}}}}{{{h{{EDj{c}}}}{h{Cj}}e}{{Fd{CnCn}}}{AlBjF`}{{Hl{c}}}}{{{h{EDf}}c}DnI`}{{{h{{EDj{c}}}}cDf}{{Dh{Cf}}}{AlBjF`}}{{EEh{h{{EDj{c}}}}}EEh{}}{{{h{c}}}e{}{}}00{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}00000{{{h{{EDj{c}}}}AAd}{{Dh{{EEd{c{h{AAf}}}}}}}{AlBjF`}}{{{h{{EDj{c}}}}}{{`{{CCd{}{{Eh{{EEd{c{Fd{AAd{h{AAf}}}}}}}}}}CC`}}}{AlBjF`}}{{{h{{EDj{c}}}}Cl}{{`{{CCd{}{{Eh{{EEd{c{Fd{AAd{h{AAf}}}}}}}}}}}}}{AlBjF`}}{{{h{c}}}Il{}}00{{{h{{EDj{c}}}}c}{{Dh{{Bd{{C`{Bn}}}}}}}{AlBjF`}}{{{h{Ah{EDj{c}}}}cDf}Ed{AlBjF`}}{{{h{{EDj{c}}}}c}{{`{{CCd{}{{Eh{{EEb{Cf}}}}}}Al}}}{AlBjF`}}{{{h{{EDj{c}}}}}{{`{{CCd{}{{Eh{{EEd{cCf}}}}}}Al}}}{AlBjF`}}{{EEf{h{{EDj{c}}}}}EEf{}}{ce{}{}}00`````{{{h{{EE`{c}}}}}{{h{{AKf{cCf}}}}}{AlBjF`}}{{{h{Ah{EE`{c}}}}e}Bf{AlBjF`}{}}{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{{EE`{c}}}}}{{EE`{c}}}Al}{{{h{c}}{h{Ahe}}}Bf{}{}}{{}{{EE`{c}}}{}}{{{h{{EE`{c}}}}{h{AhEl}}}FbF`}{cc{}}{{{h{{EE`{c}}}}Cf}{{Dh{{h{c}}}}}{AlBjF`}}{{{h{Ah{EE`{c}}}}{h{Cj}}}e{AlBjF`}{}}{{{h{Ah{EE`{c}}}}AAd{h{AAf}}}e{AlBjF`}{}}{{{h{{EE`{c}}}}}e{AlBjF`}{}}{{{h{Ah{EE`{c}}}}cCf}Ed{AlBjF`}}>{{{h{{EE`{c}}}}{h{Cj}}}Ed{AlBjF`}}0{{{h{{EE`{c}}}}{h{c}}}Ed{AlBjF`}}{{{h{Ah{EE`{c}}}}{h{c}}}Ed{AlBjF`}}{{{h{{EE`{c}}}}{h{Cj}}e}In{AlBjF`}{{Hl{c}}}}{{{h{{EE`{c}}}}}{{h{{ECd{{Fd{cAAd}}}}}}}{AlBjF`}}{{{h{{EE`{c}}}}e}{{`{{CCd{}{{Eh{{Fd{{h{c}}AAd}}}}}}}}}{AlBjF`}{{Hl{c}}}}{{{h{Ah{EE`{c}}}}{h{Cj}}}{{ECd{c}}}{AlBjF`}}{{{h{Ah{EE`{c}}}}AAd{h{AAf}}}{{Dh{{h{c}}}}}{AlBjF`}}{{{h{{EE`{c}}}}{h{Cj}}e}{{Fd{CnCn}}}{AlBjF`}{{Hl{c}}}}{{{h{{EE`{c}}}}{h{c}}}{{Dh{Cf}}}{AlBjF`}}{{{h{c}}}e{}{}}{c{{Dn{e}}}{}{}}0{{{h{{EE`{c}}}}AAd}{{Dh{{Fd{{h{c}}{h{AAf}}}}}}}{AlBjF`}}{{{h{{EE`{c}}}}}{{`{{CCd{}{{Eh{{Fd{{h{c}}AAd{h{AAf}}}}}}}}CC`}}}{AlBjF`}}{{{h{{EE`{c}}}}Cl}{{`{{CCd{}{{Eh{{Fd{{h{c}}AAd{h{AAf}}}}}}}}}}}{AlBjF`}}{{{h{c}}}Il{}}={{{h{{EE`{c}}}}e}{{`{{CCd{}{{Eh{{Fd{{h{c}}Cf}}}}}}Al}}}{AlBjF`}{{Hl{c}}}}{ce{}{}}````````````{{{h{AhEEj}}{h{EEl}}}{{Dn{BfEEn}}}}{{{h{AhEEj}}{h{G`}}Df}{{Dn{EElEF`}}}}{{{h{AhEEj}}{h{G`}}Dfj}{{Dn{EElEFb}}}}{{{h{AhEEj}}Af}{{Dn{EElEF`}}}}`{{{h{c}}}{{h{e}}}{}{}}00000{{{h{Ahc}}}{{h{Ahe}}}{}{}}00000{{{h{EEj}}}EEj}{{{h{EEl}}}EEl}{{{h{EEn}}}EEn}{{{h{EFd}}}EFd}{{{h{EF`}}}EF`}{{{h{EFb}}}EFb}{{{h{c}}{h{Ahe}}}Bf{}{}}00000{{}EEl}{c{{Dn{EEl}}}E`}{{{h{AhEEj}}j}{{Dn{EElEEn}}}}{{{h{EEj}}{h{EEj}}}Ed}{{{h{EEl}}{h{EEl}}}Ed}{{{h{EEn}}{h{EEn}}}Ed}{{{h{EFd}}{h{EFd}}}Ed}{{{h{EF`}}{h{EF`}}}Ed}{{{h{EFb}}{h{EFb}}}Ed}{{{h{EEj}}{h{AhEl}}}Fb}{{{h{EEl}}{h{AhEl}}}Fb}{{{h{EEn}}{h{AhEl}}}Fb}0{{{h{EFd}}{h{AhEl}}}Fb}0{{{h{EF`}}{h{AhEl}}}Fb}0{{{h{EFb}}{h{AhEl}}}Fb}0{cc{}}0{cEEl{{Ej{}{{Eh{{Fd{Df{Dh{D`}}}}}}}}}}1111{{{AKf{DfD`}}}{{Dn{EEjEEn}}}}{EEl{{Dn{EEjEEn}}}}{D`{{Fd{EEjEEl}}}}{cEEl{{Ej{}{{Eh{{Fd{DfD`}}}}}}}}4{{{h{EDn}}}{{Id{EEl}}}}{Af{{Dn{EEjEEn}}}}{{{h{EEj}}}D`}{{{h{EEj}}Df}{{Dh{Af}}}}{{{h{EEj}}}{{Dn{jc}}}{}}`{{{h{EDn}}}{{Id{Bf}}}}{{{h{EEj}}}EEl}{{{h{AhEEj}}j}{{Dn{EElEFd}}}}{ce{}{}}00000{{{h{EEj}}jj}{{Dn{{Dh{Ed}}c}}}{}}{{{h{EEl}}}Ed}{{{h{EEj}}}Hf}{{{h{AhEEl}}EEl}Bf}`{{{h{EEl}}{h{EDn}}}{{Id{Bf}}}}{{{h{EEj}}c}{{`{{Hb{}{{Eh{Af}}}}}}}{{Hl{Df}}}}{{{h{EEl}}c}DnI`}{{{h{EEj}}}Af}{{{h{c}}}e{}{}}00000{{{h{c}}}Ih{}}000{c{{Dn{e}}}{}{}}00000`000000{{{h{c}}}Il{}}00000`<<<<<<`{{{h{EDn}}{h{Gd}}{h{{Ab{{h{{Ab{{h{Gd}}}}}}}}}}}{{Id{Bf}}}}```````````{{{h{c}}}{{h{e}}}{}{}}0000000{{{h{Ahc}}}{{h{Ahe}}}{}{}}0000000{{{EFf{c}}}{{EFh{c}}}{}}{{{EFj{c}}}{{EFl{c}}}Bj}{{}{{EFf{c}}}{}}{{}{{EFj{c}}}{BjAl}}{{{EFf{c}}Af}{{EFf{c}}}{}}{{{h{{EFh{c}}}}}{{Dh{Af}}}{}}{{{EFj{c}}Af}{{EFj{c}}}Bj}{{{h{{EFl{c}}}}}{{Dh{Af}}}{BjAl}}``{{{h{{EFn{c}}}}}{{EFn{c}}}Al}{{{h{EG`}}}EG`}{{{h{c}}{h{Ahe}}}Bf{}{}}0{{{h{{EFn{c}}}}{h{{EFn{c}}}}}BhBj}{{{h{EG`}}}Fl}:{{}{{EFh{c}}}{}}{{}{{EFj{c}}}{}}{{}{{EFl{c}}}{}}{{}{{EGb{c}}}{}}{{}{{EGd{ce}}}{}{}}{{{h{{EFn{c}}}}{h{{EFn{c}}}}}EdEf}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{{EFn{c}}}}{h{AhEl}}}{{Dn{BfEn}}}F`}{{{h{{EFn{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{F`EGf}}{{{h{EG`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{{EGb{c}}}}{h{AhEl}}}{{Dn{BfEn}}}F`}{{{h{{EGd{ce}}}}{h{AhEl}}}{{Dn{BfEn}}}F`F`}{cc{}}0{{{EFf{c}}}{{EFh{c}}}{}}11{{{EFj{c}}}{{EFl{c}}}{}}2222{{{h{{EFn{c}}}}{h{Ahe}}}BfGlGj}{{{EFf{c}}e}{{EFf{c}}}{}{{Hj{{EFn{c}}EG`}}EGh}}{{{EFj{c}}e}{{EFj{c}}}Bj{{Hj{cDf{h{Mf}}}}EGh}}{ce{}{}}0000000{{{h{Ah{EFh{c}}}}}{{`{CC`}}}{}}0{{{h{Ah{EFl{c}}}}c}{{`{{Hb{}{{Eh{{Fd{DfCf}}}}}}}}}{BjAl}}1{{{h{{EFl{c}}}}}{{ADl{c}}}{BjAl}}`{{{h{Ah{EFh{c}}}}}{{Dh{AAd}}}{}}{{{h{Ah{EFh{c}}}}}{{Dh{Cf}}}{}}{{{h{Ah{EFl{c}}}}c}{{Dh{{Fd{DfCf}}}}}{BjAl}}{{{h{Ah{EFh{c}}}}}{{Dh{Cl}}}{}}{{{EFf{c}}e}{{EFf{c}}}{}{{Ej{}{{Eh{AAd}}}}}}``{{{h{{EFn{c}}}}{h{{EFn{c}}}}}{{Dh{Bh}}}Hn}{{{h{{EFh{c}}}}}EG`{}}{{{h{EG`}}}Fl}{{{EFf{{Fd{cDf}}}}{h{{EDj{c}}}}e}{{EFf{{Fd{cDf}}}}}{AlBjF`}{{Hl{c}}}}{{EFfc}EFf{{Ej{}{{Eh{Cf}}}}}}`{{{EFj{c}}cg}{{EFj{c}}}Bj{{Hb{}{{Eh{{Fd{DfCf}}}}}}EGh}{{Ej{}{{EGj{e}}}}}}{{{EFj{c}}{h{{EDj{c}}}}}{{EFj{c}}}{AlBjF`}}`{{{EFf{c}}e}{{EFf{c}}}{}{{Ej{}{{Eh{{Fd{cCf}}}}}}}}{{{h{c}}}e{}{}}0{{{h{c}}}Ih{}}7777{c{{Dn{e}}}{}{}}000000000000000``{{{EFf{c}}e}{{EFf{c}}}{}{{Ej{}{{Eh{Cl}}}}}}``{{{h{c}}}Il{}}0000000{{{EFf{{Fd{cDf}}}}{h{{EDj{c}}}}}{{EFf{{Fd{cDf}}}}}{AlBjF`}}{ce{}{}}0000000``````````````{{{h{{Ff{c}}}}}{{h{{ECd{{Fd{cCl}}}}}}}{}}{{{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{AO`}}}}}Al{{Ej{}{{Eh{{Fd{gAAd}}}}}}}{{Hj{{h{g}}Cf}{{Hh{Ed}}}}}}{{{h{Ah{Ff{c}}}}g}{{EDd{c}}}{AlBj}{{AHb{{EDb{Cj}}}}}{{Ej{}{{Eh{{Fd{eEb}}}}}}}}{{{h{c}}}{{h{e}}}{}{}}000000{{{h{Ahc}}}{{h{Ahe}}}{}{}}000000{{{h{{Ff{c}}}}{h{Cj}}}{{Dn{CnEGl}}}{}}`{c{{Dh{In}}}{}}{c{{Dh{Cn}}}{}}01{{{h{{Ff{c}}}}}{{Ff{c}}}Al}{{{h{{EGn{ce}}}}}{{EGn{ce}}}AlAl}{{{h{{EH`{ce}}}}}{{EH`{ce}}}AlAl}{{{h{{EDd{c}}}}}{{EDd{c}}}Al}{{{h{c}}{h{Ahe}}}Bf{}{}}000{{{h{{EGn{ce}}}}{h{{EGn{ce}}}}}BhBjBj}{{{h{{EH`{ce}}}}{h{{EH`{ce}}}}}BhBjBj}{{}{{Ff{c}}}{}}{{}{{EDd{c}}}{}}{{{h{{EGn{ce}}}}}{{h{g}}}{}{}{}}{c{{Dn{{EDd{e}}}}}E`{BjBAj}}{{{h{{Ff{c}}}}{h{Cj}}}{{`{{Hb{}{{Eh{{Fd{FlCl}}}}}}}}}{}}{{{h{{Ff{c}}}}{h{{Ff{c}}}}}EdEf}{{{h{{EGn{ce}}}}{h{{EGn{ce}}}}}EdEfEf}{{{h{{EH`{ce}}}}{h{{EH`{ce}}}}}EdEfEf}{{{h{EGl}}{h{EGl}}}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{AO`}}}}}Al{{Ej{}{{Eh{{Fd{gAAd}}}}}}}}0{{{h{{Ff{c}}}}}{{`{{Hb{}{{Eh{{Fd{AAd{h{AAf}}}}}}}}}}}{}}{{{h{{Ff{c}}}}{h{AhEl}}}FbF`}{{{h{{EGn{ce}}}}{h{AhEl}}}FbF`F`}{{{h{{EH`{ce}}}}{h{AhEl}}}FbF`F`}{{{h{EGl}}{h{AhEl}}}Fb}0{{{h{{EDd{c}}}}{h{AhEl}}}FbF`}{cc{}}00{{{Aj{c}}}{{Ff{c}}}{BjAl}}1111{{{h{EDn}}}{{Id{{EDd{c}}}}}{fAlBjIfDd}}{{{h{{Ff{c}}}}}{{`{{Hb{}{{Eh{{EGn{{EDb{Cj}}c}}}}}}}}}{}}{{{h{{Ff{c}}}}{h{e}}jCl}{{Dh{{An{{h{c}}}}}}}f{{Gh{}{{Gf{AO`}}}}}}{{{h{{Ff{c}}}}{h{e}}jAAd}{{Dh{{Fd{{An{{h{c}}}}Cl}}}}}f{{Gh{}{{Gf{AO`}}}}}}{{{h{{Ff{c}}}}Cl}{{Dh{{EDb{Cj}}}}}{}}{{{h{{Ff{c}}}}Cl}{{Dh{{EGn{{EDb{Cj}}c}}}}}{}}{{{h{{Ff{c}}}}AAd}{{Dh{{h{AAf}}}}}{}}{{{h{EDn}}}{{Id{Bf}}}}{{{h{{Ff{c}}}}}{{EDd{c}}}{AlBj}}{{{h{Ah{Ff{c}}}}Clc}{{EDd{c}}}{AlBj}}{{{h{Ah{Ff{c}}}}ClEb}{{EDd{c}}}{AlBj}}{{{h{Ah{Ff{c}}}}e}{{EDd{c}}}{AlBj}{{AHb{{EDb{Cj}}}}}}{{{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{{EH`{{EDb{Cj}}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{Cj}}}}}{AlBj}}{{{h{Ah{EHb{cg}}}}}{{Dh{i}}}{}{}{{Hj{Fl{EDb{Cj}}}{{Hh{{Dh{e}}}}}}}{}}{{{h{Ah{EHd{cg}}}}}{{Dh{i}}}{}{}{{Hj{FlCl}{{Hh{{Dh{e}}}}}}}{}}{{{h{{Ff{c}}}}AAd}{{h{{EHf{Cl}}}}}{}}{{{h{{EGn{ce}}}}{h{{EGn{ce}}}}}{{Dh{Bh}}}HnHn}{{{h{{EH`{ce}}}}{h{{EH`{ce}}}}}{{Dh{Bh}}}HnHn}{{{h{{EDd{c}}}}{h{EDn}}}{{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}}Cf}{{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}}jCl}{{Dn{{Dh{{An{{h{c}}}}}}}}}fGh}{{{h{{Ff{c}}}}{h{e}}jAAd}{{Dn{{Dh{{Fd{{An{{h{c}}}}Cl}}}}}}}fGh}2222222{{{h{{Ff{c}}}}{h{e}}j}{{`{{Hb{}{{Eh{{Dn{{EH`{{EDb{Cj}}c}}}}}}}}}}}fGh}``{{{h{{Ff{c}}}}Cl}{{Dh{{AKf{Df{h{AAf}}}}}}}{}}{{{h{{Ff{c}}}}Cl}{{`{{CCd{}{{Eh{{Fd{Df{h{{EHf{Cl}}}}}}}}}}}}}{}}`{{{h{{EDd{c}}}}}{{`{{Hb{}{{Eh{{Fd{AAd{h{AAf}}}}}}}}}}}{}}````{{{h{{Ff{c}}}}}{{`{{Hb{}{{Eh{{EGn{{EDb{Cj}}c}}}}}}}}}{}}{{{h{c}}}Il{}}000000{ce{}{}}000000{{{h{{Ff{c}}}}ei}{{EHb{ci}}}{AlBj}{{AHb{{EDb{Cj}}}}}{}{{Hj{Fl{EDb{Cj}}}{{Hh{{Dh{g}}}}}}}}{{{h{{Ff{c}}}}{h{Cj}}g}{{EHd{cg}}}{}{}{{Hj{FlCl}{{Hh{{Dh{e}}}}}}}}{{{h{{Ff{c}}}}Clg}{{EHd{cg}}}{AlBj}{}{{Hj{FlCl}{{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,"DescriptorPublicKey",14964],[6,"Descriptor",14965],[5,"Impl",0],[8,"FromSqlResult",14966],[5,"ScriptBuf",368,14967],[6,"Network",368,14968],[5,"Transaction",368,14969],[5,"Txid",368,14969],[5,"Amount",368,14970],[5,"BlockHash",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,14971],[1,"usize"],[10,"AnchorFromBlockPosition",0,14954],[5,"Header",4494,14971],[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,14970],[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,14971],[5,"WitnessMerkleNode",368,14971],[5,"WitnessCommitment",368,14971],[5,"ScriptHash",368,15000],[5,"WScriptHash",368,15000],[5,"Wtxid",368,14969],[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,14969],[6,"Bip34Error",4494,14971],[5,"Builder",5386,15011],[5,"Bytes",5386,15004],[5,"ChainHash",4614,15012],[6,"LockTime",4683,15013],[6,"LockTime",4869,15014],[5,"Sequence",368,14969],[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,14970],[6,"KnownHrp",368,14997],[5,"WitnessProgram",368,15018],[6,"WitnessVersion",368,15019],[5,"OutPoint",368,14969],[5,"TxOut",368,14969],[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,14968],[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,14970],[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,14970],[5,"InvalidSighashTypeError",13158,15002],[5,"ParseNetworkError",9982,14968],[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",14970],[6,"UnprefixedHexError",6618,15035],[5,"RangeFrom",14985],[5,"RangeFull",14985],[5,"RangeTo",14985],[6,"Bound",14985],[5,"RangeInclusive",14985],[5,"RangeToInclusive",14985],[5,"Range",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",14970],[5,"SortKey",9554,15001],[5,"InputsIndexError",6037,14969],[5,"OutputsIndexError",6037,14969],[5,"DefiniteDescriptorKey",14964],[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],[5,"TryFromError",5953,15019],[6,"Infallible",15028],[6,"Error",3137,15049],[5,"DecodeError",15050],[10,"StdError",8715],[10,"CheckedSum",3055,14970],[5,"TooPreciseError",14970],[5,"InvalidCharacterError",14970],[5,"InputTooLargeError",14970],[5,"MissingDigitsError",14970],[10,"SerdeAmount",3116,15051],[10,"SerdeAmountForOpt",3116,15051],[10,"Allocator",15052],[5,"OsStr",15053],[5,"Path",15054],[5,"InvalidCharacterError",3137,15049],[6,"FromSqlError",14966],[6,"Inventory",10371,15055],[5,"AddrV2Message",10187,15056],[5,"Address",10031,15056],[5,"ShortId",3845,15057],[5,"PrefilledTransaction",3845,15057],[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,"IncorrectChecksumError",3506,15049],[5,"TooShortError",3506,15049],[5,"PushBytesBuf",5386,15009],[5,"TaprootMerkleBranch",13562,15062],[5,"CString",15063],[5,"BinaryHeap",15064],[5,"VecDeque",15065],[5,"DerivationPath",4149,14999],[6,"ChildNumber",4149,14999],[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,14971],[6,"ValidationError",4494,14971],[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,14969],[5,"IndexOutOfBoundsError",6037,14969],[5,"Version",6037,14969],[5,"InputWeightPrediction",6037,14969],[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,14968],[5,"ServiceFlags",10031,15036],[5,"ParseMagicError",10031,15036],[5,"UnknownMagicError",10031,15036],[6,"AddrV2",10187,15056],[5,"CommandString",10242,15119],[5,"CommandStringError",10242,15119],[5,"RawNetworkMessage",10242,15119],[6,"NetworkMessage",10242,15119],[5,"GetBlocksMessage",10371,15055],[5,"GetHeadersMessage",10371,15055],[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,"P2wpkhError",13158,15002],[6,"TaprootError",13158,15002],[6,"ConversionError",14964],[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,"Arc",15167],[5,"ChangeSet",14767],[5,"ChangeSet",14342],[17,"ChangeSet"],[5,"KeychainTxOutIndex",14342],[6,"InsertDescriptorError",14342],[5,"Transaction",15168],[5,"SpkTxOutIndex",14450],[8,"Indexed",0,15169],[8,"KeychainIndexed",0,15169],[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,15170],[5,"SyncRequest",14621,15170],[5,"FullScanRequestBuilder",14621,15170],[5,"FullScanRequest",14621,15170],[6,"SyncItem",14621,15170],[5,"SyncProgress",14621,15170],[5,"SyncResult",14621,15170],[5,"FullScanResult",14621,15170],[10,"Any",14990],[10,"Send",15025],[17,"IntoIter"],[6,"CalculateFeeError",14767],[5,"TxNode",14767],[5,"CanonicalTx",14767],[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,15169],[21,14282],[22,14333],[23,15169],[24,14954],[25,14961],[26,14767],[27,14958],[244,14333],[275,15169],[276,14333],[368,14997],[369,14997],[374,14970],[380,14971],[381,14971],[383,14992],[384,15001],[388,14970],[391,15002],[392,15015],[393,14998],[394,14998],[395,14997],[396,15002],[418,15021],[424,14968],[425,14968],[434,15016],[435,14969],[442,15001],[443,15022],[444,15001],[445,15001],[451,15004],[452,14967],[453,15000],[454,15002],[455,14969],[456,14970],[462,15003],[463,15003],[464,15003],[465,15003],[466,15002],[467,15002],[468,15002],[469,15003],[470,15003],[471,14992],[475,14969],[476,14969],[477,14971],[478,14969],[479,14969],[497,15020],[499,15001],[500,15000],[501,14991],[502,15017],[503,14971],[504,14971],[505,15018],[506,15019],[507,14992],[508,14969],[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,14970],[3059,14970],[3060,14970],[3061,14970],[3070,14970],[3073,14970],[3101,14970],[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,15049],[3140,15049],[3141,14989],[3143,15031],[3235,15178],[3236,15178],[3261,15178],[3262,15178],[3263,15178],[3285,15178],[3507,15049],[3509,15049],[3510,15049],[3512,15049],[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,14971],[4497,14971],[4498,14971],[4499,14971],[4506,14971],[4509,14971],[4510,14971],[4511,14971],[4512,14971],[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,14967],[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,14969],[6039,14969],[6040,14969],[6042,14969],[6043,14969],[6049,14969],[6050,14969],[6053,14969],[6054,14969],[6055,14969],[6056,14969],[6058,14969],[6061,14969],[6090,14969],[6145,14969],[6146,14969],[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,14971],[6702,14998],[6703,14998],[6704,14971],[6705,14969],[6706,14971],[6707,14971],[6708,14969],[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,14968],[9985,14968],[9986,14968],[9991,14968],[9992,14968],[10029,15188],[10030,15188],[10031,15056],[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,15056],[10188,15056],[10189,15056],[10251,15119],[10252,15119],[10267,15119],[10268,15119],[10271,15119],[10275,15119],[10374,15055],[10375,15055],[10376,15055],[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,15170],[14622,15170],[14623,15170],[14626,15170],[14627,15170],[14628,15170],[14629,15170],[14630,15170],[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%3CDescriptor%3CDescriptorPublicKey%3E%3E"],[100,"impl-FromSql-for-Impl%3CScriptBuf%3E"],[101,"impl-FromSql-for-Impl%3CNetwork%3E"],[102,"impl-FromSql-for-Impl%3CTransaction%3E"],[103,"impl-FromSql-for-Impl%3CDescriptorId%3E"],[104,"impl-FromSql-for-Impl%3CTxid%3E"],[105,"impl-FromSql-for-Impl%3CAmount%3E"],[106,"impl-FromSql-for-Impl%3CBlockHash%3E"],[158,"impl-Debug-for-Balance"],[159,"impl-Display-for-Balance"],[163,"impl-UpperHex-for-DescriptorId"],[164,"impl-Display-for-DescriptorId"],[165,"impl-LowerHex-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%3CAmount%3E"],[292,"impl-ToSql-for-Impl%3CTransaction%3E"],[293,"impl-ToSql-for-Impl%3CTxid%3E"],[294,"impl-ToSql-for-Impl%3CBlockHash%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%3CDescriptor%3CDescriptorPublicKey%3E%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%5D%3E-for-FilterHash"],[598,"impl-AsRef%3C%5Bu8;+bitcoin::::bip158::%7Bimpl%2317%7D::%7Bconstant%230%7D%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;+bitcoin::::bip32::%7Bimpl%23106%7D::%7Bconstant%230%7D%5D%3E-for-XKeyIdentifier"],[602,"impl-AsRef%3C%5Bu8%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%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%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%3CPushBytes%3E-for-ScriptHash"],[616,"impl-AsRef%3C%5Bu8%5D%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;+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%3C%5Bu8%5D%3E-for-PubkeyHash"],[627,"impl-AsRef%3CPushBytes%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;+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;+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;+bitcoin::::taproot::%7Bimpl%23137%7D::%7Bconstant%230%7D%5D%3E-for-TapTweakHash"],[643,"impl-AsRef%3C%5Bu8%5D%3E-for-TapTweakHash"],[1097,"impl-Psbt"],[1098,"impl-Deserialize%3C\'de%3E-for-Psbt"],[1108,"impl-Div%3Cu64%3E-for-Amount"],[1109,"impl-Div%3CWeight%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-Display-for-Amount"],[1341,"impl-Debug-for-Amount"],[1342,"impl-Debug-for-SignedAmount"],[1343,"impl-Display-for-SignedAmount"],[1344,"impl-Debug-for-FeeRate"],[1345,"impl-Display-for-FeeRate"],[1346,"impl-Debug-for-XOnlyPublicKey"],[1347,"impl-Display-for-XOnlyPublicKey"],[1348,"impl-LowerHex-for-XOnlyPublicKey"],[1349,"impl-Display-for-Weight"],[1350,"impl-Debug-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-Display-for-FilterHash"],[1359,"impl-Debug-for-FilterHash"],[1360,"impl-LowerHex-for-FilterHeader"],[1361,"impl-Debug-for-FilterHeader"],[1362,"impl-UpperHex-for-FilterHeader"],[1363,"impl-Display-for-FilterHeader"],[1364,"impl-LowerHex-for-XKeyIdentifier"],[1365,"impl-Debug-for-XKeyIdentifier"],[1366,"impl-UpperHex-for-XKeyIdentifier"],[1367,"impl-Display-for-XKeyIdentifier"],[1368,"impl-LowerHex-for-BlockHash"],[1369,"impl-Display-for-BlockHash"],[1370,"impl-Debug-for-BlockHash"],[1371,"impl-UpperHex-for-BlockHash"],[1372,"impl-Debug-for-TxMerkleNode"],[1373,"impl-LowerHex-for-TxMerkleNode"],[1374,"impl-Display-for-TxMerkleNode"],[1375,"impl-UpperHex-for-TxMerkleNode"],[1376,"impl-LowerHex-for-WitnessMerkleNode"],[1377,"impl-Debug-for-WitnessMerkleNode"],[1378,"impl-Display-for-WitnessMerkleNode"],[1379,"impl-UpperHex-for-WitnessMerkleNode"],[1380,"impl-UpperHex-for-WitnessCommitment"],[1381,"impl-LowerHex-for-WitnessCommitment"],[1382,"impl-Display-for-WitnessCommitment"],[1383,"impl-Debug-for-WitnessCommitment"],[1385,"impl-Display-for-Opcode"],[1386,"impl-Debug-for-Opcode"],[1387,"impl-Display-for-Script"],[1388,"impl-LowerHex-for-Script"],[1389,"impl-Debug-for-Script"],[1390,"impl-UpperHex-for-Script"],[1391,"impl-Display-for-ScriptBuf"],[1392,"impl-UpperHex-for-ScriptBuf"],[1393,"impl-LowerHex-for-ScriptBuf"],[1394,"impl-Debug-for-ScriptBuf"],[1396,"impl-Debug-for-WitnessVersion"],[1397,"impl-Display-for-WitnessVersion"],[1398,"impl-Debug-for-ScriptHash"],[1399,"impl-UpperHex-for-ScriptHash"],[1400,"impl-Display-for-ScriptHash"],[1401,"impl-LowerHex-for-ScriptHash"],[1402,"impl-Debug-for-WScriptHash"],[1403,"impl-UpperHex-for-WScriptHash"],[1404,"impl-Display-for-WScriptHash"],[1405,"impl-LowerHex-for-WScriptHash"],[1406,"impl-Debug-for-Txid"],[1407,"impl-Display-for-Txid"],[1408,"impl-UpperHex-for-Txid"],[1409,"impl-LowerHex-for-Txid"],[1410,"impl-UpperHex-for-Wtxid"],[1411,"impl-Display-for-Wtxid"],[1412,"impl-LowerHex-for-Wtxid"],[1413,"impl-Debug-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-Display-for-PublicKey"],[1426,"impl-Debug-for-PublicKey"],[1427,"impl-Display-for-PubkeyHash"],[1428,"impl-UpperHex-for-PubkeyHash"],[1429,"impl-LowerHex-for-PubkeyHash"],[1430,"impl-Debug-for-PubkeyHash"],[1431,"impl-Debug-for-WPubkeyHash"],[1432,"impl-LowerHex-for-WPubkeyHash"],[1433,"impl-Display-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-Debug-for-SegwitV0Sighash"],[1445,"impl-LowerHex-for-SegwitV0Sighash"],[1446,"impl-Display-for-SegwitV0Sighash"],[1447,"impl-Display-for-TapSighash"],[1448,"impl-Debug-for-TapSighash"],[1449,"impl-UpperHex-for-TapSighash"],[1450,"impl-LowerHex-for-TapSighash"],[1451,"impl-Debug-for-TapSighashType"],[1452,"impl-Display-for-TapSighashType"],[1453,"impl-Debug-for-EcdsaSighashType"],[1454,"impl-Display-for-EcdsaSighashType"],[1457,"impl-Debug-for-Network"],[1458,"impl-Display-for-Network"],[1459,"impl-LowerHex-for-Work"],[1460,"impl-UpperHex-for-Work"],[1461,"impl-Debug-for-Work"],[1462,"impl-Display-for-Work"],[1463,"impl-UpperHex-for-Target"],[1464,"impl-LowerHex-for-Target"],[1465,"impl-Debug-for-Target"],[1466,"impl-Display-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-UpperHex-for-TapLeafHash"],[1473,"impl-LowerHex-for-TapLeafHash"],[1474,"impl-Display-for-TapLeafHash"],[1475,"impl-Debug-for-TapLeafHash"],[1476,"impl-Debug-for-TapNodeHash"],[1477,"impl-Display-for-TapNodeHash"],[1478,"impl-UpperHex-for-TapNodeHash"],[1479,"impl-LowerHex-for-TapNodeHash"],[1480,"impl-Debug-for-TapTweakHash"],[1481,"impl-UpperHex-for-TapTweakHash"],[1482,"impl-LowerHex-for-TapTweakHash"],[1483,"impl-Display-for-TapTweakHash"],[1492,"impl-From%3CTweakedPublicKey%3E-for-XOnlyPublicKey"],[1493,"impl-From%3CCompressedPublicKey%3E-for-XOnlyPublicKey"],[1494,"impl-From%3CXOnlyPublicKey%3E-for-XOnlyPublicKey"],[1495,"impl-From%3CPublicKey%3E-for-XOnlyPublicKey"],[1496,"impl-From%3CPublicKey%3E-for-XOnlyPublicKey"],[1507,"impl-From%3CHash%3E-for-XKeyIdentifier"],[1509,"impl-From%3CXpub%3E-for-XKeyIdentifier"],[1510,"impl-From%3C%26Xpub%3E-for-XKeyIdentifier"],[1512,"impl-From%3C%26Header%3E-for-BlockHash"],[1513,"impl-From%3CHeader%3E-for-BlockHash"],[1514,"impl-From%3CBlock%3E-for-BlockHash"],[1515,"impl-From%3CHash%3E-for-BlockHash"],[1516,"impl-From%3C%26Block%3E-for-BlockHash"],[1517,"impl-From%3CTxid%3E-for-TxMerkleNode"],[1518,"impl-From%3CHash%3E-for-TxMerkleNode"],[1520,"impl-From%3CWtxid%3E-for-WitnessMerkleNode"],[1522,"impl-From%3CHash%3E-for-WitnessMerkleNode"],[1526,"impl-From%3Cu8%3E-for-Opcode"],[1528,"impl-From%3CWitnessVersion%3E-for-Opcode"],[1530,"impl-From%3CCow%3C\'a,+Script%3E%3E-for-ScriptBuf"],[1531,"impl-From%3CAddress%3E-for-ScriptBuf"],[1532,"impl-From%3CVec%3Cu8%3E%3E-for-ScriptBuf"],[1533,"impl-From%3C%26Script%3E-for-ScriptBuf"],[1536,"impl-From%3C%26Script%3E-for-ScriptHash"],[1537,"impl-From%3C%26ScriptBuf%3E-for-ScriptHash"],[1538,"impl-From%3CHash%3E-for-ScriptHash"],[1539,"impl-From%3CScriptBuf%3E-for-ScriptHash"],[1541,"impl-From%3C%26ScriptBuf%3E-for-WScriptHash"],[1542,"impl-From%3C%26Script%3E-for-WScriptHash"],[1543,"impl-From%3CScriptBuf%3E-for-WScriptHash"],[1545,"impl-From%3CHash%3E-for-WScriptHash"],[1546,"impl-From%3CHash%3E-for-Txid"],[1547,"impl-From%3CTransaction%3E-for-Txid"],[1548,"impl-From%3C%26Transaction%3E-for-Txid"],[1550,"impl-From%3C%26Transaction%3E-for-Wtxid"],[1551,"impl-From%3CTransaction%3E-for-Wtxid"],[1552,"impl-From%3CHash%3E-for-Wtxid"],[1556,"impl-From%3CLockTime%3E-for-Sequence"],[1557,"impl-From%3CRelLockTime%3E-for-Sequence"],[1561,"impl-From%3C%26%5B%26%5Bu8%5D%5D%3E-for-Witness"],[1563,"impl-From%3C%26%5BVec%3Cu8%3E%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"],[1568,"impl-From%3Cu64%3E-for-VarInt"],[1569,"impl-From%3Cu32%3E-for-VarInt"],[1570,"impl-From%3Cu16%3E-for-VarInt"],[1571,"impl-From%3Cu8%3E-for-VarInt"],[1572,"impl-From%3CPublicKey%3E-for-PublicKey"],[1574,"impl-From%3CCompressedPublicKey%3E-for-PublicKey"],[1575,"impl-From%3C%26CompressedPublicKey%3E-for-PubkeyHash"],[1577,"impl-From%3CCompressedPublicKey%3E-for-PubkeyHash"],[1578,"impl-From%3CHash%3E-for-PubkeyHash"],[1579,"impl-From%3C%26PublicKey%3E-for-PubkeyHash"],[1580,"impl-From%3CPublicKey%3E-for-PubkeyHash"],[1581,"impl-From%3C%26CompressedPublicKey%3E-for-WPubkeyHash"],[1583,"impl-From%3CCompressedPublicKey%3E-for-WPubkeyHash"],[1584,"impl-From%3CHash%3E-for-WPubkeyHash"],[1607,"impl-From%3CScriptPath%3C\'s%3E%3E-for-TapLeafHash"],[1609,"impl-From%3CHash%3CTapLeafTag%3E%3E-for-TapLeafHash"],[1611,"impl-From%3C%26LeafNode%3E-for-TapNodeHash"],[1612,"impl-From%3CLeafNode%3E-for-TapNodeHash"],[1614,"impl-From%3CTapLeafHash%3E-for-TapNodeHash"],[1615,"impl-From%3CHash%3CTapBranchTag%3E%3E-for-TapNodeHash"],[1617,"impl-From%3CTaprootSpendInfo%3E-for-TapTweakHash"],[1618,"impl-From%3CHash%3CTapTweakTag%3E%3E-for-TapTweakHash"],[1620,"impl-From%3C%26TaprootSpendInfo%3E-for-TapTweakHash"],[1725,"impl-XOnlyPublicKey"],[1726,"impl-ParseableKey-for-XOnlyPublicKey"],[1739,"impl-ParseableKey-for-PublicKey"],[1740,"impl-PublicKey"],[1888,"impl-Index%3CRangeFrom%3Cusize%3E%3E-for-Script"],[1889,"impl-Index%3CRangeFull%3E-for-Script"],[1890,"impl-Index%3CRangeTo%3Cusize%3E%3E-for-Script"],[1891,"impl-Index%3C(Bound%3Cusize%3E,+Bound%3Cusize%3E)%3E-for-Script"],[1892,"impl-Index%3CRangeInclusive%3Cusize%3E%3E-for-Script"],[1893,"impl-Index%3CRangeToInclusive%3Cusize%3E%3E-for-Script"],[1894,"impl-Index%3CRange%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%3CScript%3E-for-ScriptBuf"],[2109,"impl-PartialOrd-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"],[2480,"impl-TryFrom%3C%26str%3E-for-FeeRate"],[2481,"impl-TryFrom%3CString%3E-for-FeeRate"],[2482,"impl-TryFrom%3CBox%3Cstr%3E%3E-for-FeeRate"],[2484,"impl-TryFrom%3CBox%3Cstr%3E%3E-for-Weight"],[2486,"impl-TryFrom%3CString%3E-for-Weight"],[2487,"impl-TryFrom%3C%26str%3E-for-Weight"],[2502,"impl-TryFrom%3Cu8%3E-for-WitnessVersion"],[2504,"impl-TryFrom%3CFe32%3E-for-WitnessVersion"],[2505,"impl-TryFrom%3CInstruction%3C\'a%3E%3E-for-WitnessVersion"],[2506,"impl-TryFrom%3COpcode%3E-for-WitnessVersion"],[2513,"impl-TryFrom%3CBox%3Cstr%3E%3E-for-Sequence"],[2514,"impl-TryFrom%3CString%3E-for-Sequence"],[2516,"impl-TryFrom%3C%26str%3E-for-Sequence"],[2535,"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-Debug-for-P2shError"],[2891,"impl-Display-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-Debug-for-NetworkValidationError"],[2899,"impl-Display-for-NetworkValidationError"],[2900,"impl-Display-for-InvalidBase58PayloadLengthError"],[2901,"impl-Debug-for-InvalidBase58PayloadLengthError"],[2902,"impl-Display-for-LegacyAddressTooLongError"],[2903,"impl-Debug-for-LegacyAddressTooLongError"],[2904,"impl-Display-for-InvalidLegacyPrefixError"],[2905,"impl-Debug-for-InvalidLegacyPrefixError"],[2909,"impl-From%3CTryFromError%3E-for-FromScriptError"],[2910,"impl-From%3CError%3E-for-FromScriptError"],[2912,"impl-From%3CInfallible%3E-for-FromScriptError"],[2916,"impl-From%3CNetworkValidationError%3E-for-ParseError"],[2917,"impl-From%3CInvalidBase58PayloadLengthError%3E-for-ParseError"],[2919,"impl-From%3CUnknownHrpError%3E-for-ParseError"],[2920,"impl-From%3CTryFromError%3E-for-ParseError"],[2921,"impl-From%3CError%3E-for-ParseError"],[2922,"impl-From%3CInvalidLegacyPrefixError%3E-for-ParseError"],[2923,"impl-From%3CDecodeError%3E-for-ParseError"],[2924,"impl-From%3CError%3E-for-ParseError"],[2925,"impl-From%3CInfallible%3E-for-ParseError"],[2926,"impl-From%3CLegacyAddressTooLongError%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%3COutOfRangeError%3E-for-ParseAmountError"],[3092,"impl-From%3CTooPreciseError%3E-for-ParseAmountError"],[3093,"impl-From%3CInvalidCharacterError%3E-for-ParseAmountError"],[3094,"impl-From%3CInputTooLargeError%3E-for-ParseAmountError"],[3095,"impl-From%3CInfallible%3E-for-ParseAmountError"],[3096,"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%3COsStr%3E-for-String"],[3161,"impl-AsRef%3C%5Bu8%5D%3E-for-String"],[3162,"impl-AsRef%3CPath%3E-for-String"],[3163,"impl-AsRef%3Cstr%3E-for-String"],[3197,"impl-Decodable-for-Vec%3CTxMerkleNode%3E"],[3198,"impl-Decodable-for-Vec%3CHeader%3E"],[3199,"impl-Decodable-for-Vec%3CBlockHash%3E"],[3200,"impl-Decodable-for-Vec%3CVarInt%3E"],[3201,"impl-Decodable-for-Vec%3Cu8%3E"],[3202,"impl-Decodable-for-Vec%3CInventory%3E"],[3203,"impl-Decodable-for-Vec%3CAddrV2Message%3E"],[3204,"impl-Decodable-for-Vec%3CTransaction%3E"],[3205,"impl-Decodable-for-Vec%3CVec%3Cu8%3E%3E"],[3206,"impl-Decodable-for-Vec%3C(u32,+Address)%3E"],[3207,"impl-Decodable-for-Vec%3CTxIn%3E"],[3208,"impl-Decodable-for-Vec%3CShortId%3E"],[3209,"impl-Decodable-for-Vec%3CTapLeafHash%3E"],[3210,"impl-Decodable-for-Vec%3CFilterHash%3E"],[3211,"impl-Decodable-for-Vec%3Cu64%3E"],[3212,"impl-Decodable-for-Vec%3CTxOut%3E"],[3213,"impl-Decodable-for-Vec%3CPrefilledTransaction%3E"],[3214,"impl-Decodable-for-Vec%3CFilterHeader%3E"],[3215,"impl-Encodable-for-Vec%3CVarInt%3E"],[3216,"impl-Encodable-for-Vec%3Cu8%3E"],[3217,"impl-Encodable-for-Vec%3CShortId%3E"],[3218,"impl-Encodable-for-Vec%3CFilterHash%3E"],[3219,"impl-Encodable-for-Vec%3Cu64%3E"],[3220,"impl-Encodable-for-Vec%3CTapLeafHash%3E"],[3221,"impl-Encodable-for-Vec%3CAddrV2Message%3E"],[3222,"impl-Encodable-for-Vec%3CTxMerkleNode%3E"],[3223,"impl-Encodable-for-Vec%3CPrefilledTransaction%3E"],[3224,"impl-Encodable-for-Vec%3CInventory%3E"],[3225,"impl-Encodable-for-Vec%3CHeader%3E"],[3226,"impl-Encodable-for-Vec%3CBlockHash%3E"],[3227,"impl-Encodable-for-Vec%3CTransaction%3E"],[3228,"impl-Encodable-for-Vec%3C(u32,+Address)%3E"],[3229,"impl-Encodable-for-Vec%3CFilterHeader%3E"],[3230,"impl-Encodable-for-Vec%3CTxIn%3E"],[3231,"impl-Encodable-for-Vec%3CTxOut%3E"],[3232,"impl-Encodable-for-Vec%3CVec%3Cu8%3E%3E"],[3266,"impl-PartialEq%3C%5BU;+N%5D%3E-for-Vec%3CT,+A%3E"],[3267,"impl-PartialEq%3C%26mut+%5BU%5D%3E-for-Vec%3CT,+A%3E"],[3268,"impl-PartialEq%3C%26%5BU;+N%5D%3E-for-Vec%3CT,+A%3E"],[3269,"impl-PartialEq%3C%26%5BU%5D%3E-for-Vec%3CT,+A%3E"],[3270,"impl-PartialEq%3CVec%3CU,+A2%3E%3E-for-Vec%3CT,+A1%3E"],[3271,"impl-PartialEq%3C%5BU%5D%3E-for-Vec%3CT,+A%3E"],[3272,"impl-PartialEq%3C%26str%3E-for-String"],[3273,"impl-PartialEq%3CValue%3E-for-String"],[3274,"impl-PartialEq-for-String"],[3275,"impl-PartialEq%3CCow%3C\'a,+str%3E%3E-for-String"],[3276,"impl-PartialEq%3Cstr%3E-for-String"],[3286,"impl-Extend%3C%26T%3E-for-Vec%3CT,+A%3E"],[3287,"impl-Extend%3CT%3E-for-Vec%3CT,+A%3E"],[3288,"impl-Extend%3Cchar%3E-for-String"],[3289,"impl-Extend%3C%26char%3E-for-String"],[3290,"impl-Extend%3CString%3E-for-String"],[3291,"impl-Extend%3C%26str%3E-for-String"],[3292,"impl-Extend%3CCow%3C\'a,+str%3E%3E-for-String"],[3293,"impl-Extend%3CBox%3Cstr%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%3CString%3E-for-String"],[3300,"impl-Extend%3CCow%3C\'a,+str%3E%3E-for-String"],[3301,"impl-Extend%3C%26char%3E-for-String"],[3302,"impl-Extend%3Cchar%3E-for-String"],[3303,"impl-Extend%3C%26str%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%3E"],[3310,"impl-Write-for-Vec%3Cu8,+A%3E"],[3311,"impl-Display-for-Error"],[3312,"impl-Debug-for-Error"],[3313,"impl-Debug-for-InvalidCharacterError"],[3314,"impl-Display-for-InvalidCharacterError"],[3316,"impl-Display-for-String"],[3317,"impl-Debug-for-String"],[3318,"impl-From%3CInfallible%3E-for-Error"],[3320,"impl-From%3CIncorrectChecksumError%3E-for-Error"],[3321,"impl-From%3CInvalidCharacterError%3E-for-Error"],[3322,"impl-From%3CTooShortError%3E-for-Error"],[3324,"impl-From%3CPushBytesBuf%3E-for-Vec%3Cu8%3E"],[3325,"impl-From%3CBox%3C%5BT%5D,+A%3E%3E-for-Vec%3CT,+A%3E"],[3326,"impl-From%3CTaprootMerkleBranch%3E-for-Vec%3CTapNodeHash%3E"],[3327,"impl-From%3CCString%3E-for-Vec%3Cu8%3E"],[3329,"impl-From%3CBinaryHeap%3CT,+A%3E%3E-for-Vec%3CT,+A%3E"],[3330,"impl-From%3CString%3E-for-Vec%3Cu8%3E"],[3331,"impl-From%3C%5BT;+N%5D%3E-for-Vec%3CT%3E"],[3332,"impl-From%3CCow%3C\'a,+%5BT%5D%3E%3E-for-Vec%3CT%3E"],[3333,"impl-From%3C%26mut+%5BT;+N%5D%3E-for-Vec%3CT%3E"],[3334,"impl-From%3CScriptBuf%3E-for-Vec%3Cu8%3E"],[3335,"impl-From%3CVecDeque%3CT,+A%3E%3E-for-Vec%3CT,+A%3E"],[3336,"impl-From%3C%26mut+%5BT%5D%3E-for-Vec%3CT%3E"],[3337,"impl-From%3C%26%5BT;+N%5D%3E-for-Vec%3CT%3E"],[3338,"impl-From%3C%26str%3E-for-Vec%3Cu8%3E"],[3339,"impl-From%3C%26%5BT%5D%3E-for-Vec%3CT%3E"],[3340,"impl-From%3CDerivationPath%3E-for-Vec%3CChildNumber%3E"],[3341,"impl-From%3C%26str%3E-for-String"],[3343,"impl-From%3C%26String%3E-for-String"],[3344,"impl-From%3CBox%3Cstr%3E%3E-for-String"],[3345,"impl-From%3CCow%3C\'a,+str%3E%3E-for-String"],[3346,"impl-From%3Cchar%3E-for-String"],[3347,"impl-From%3C%26mut+str%3E-for-String"],[3350,"impl-FromIterator%3CCow%3C\'a,+str%3E%3E-for-String"],[3351,"impl-FromIterator%3CString%3E-for-String"],[3352,"impl-FromIterator%3C%26char%3E-for-String"],[3353,"impl-FromIterator%3CBox%3Cstr%3E%3E-for-String"],[3354,"impl-FromIterator%3Cchar%3E-for-String"],[3355,"impl-FromIterator%3C%26str%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%26%5BU%5D%3E-for-Vec%3CT,+A%3E"],[3415,"impl-PartialEq%3C%26%5BU;+N%5D%3E-for-Vec%3CT,+A%3E"],[3416,"impl-PartialEq%3C%5BU;+N%5D%3E-for-Vec%3CT,+A%3E"],[3417,"impl-PartialEq%3C%26mut+%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-Debug-for-EncodeSliceError"],[3605,"impl-Display-for-EncodeSliceError"],[3606,"impl-Display-for-DecodeError"],[3607,"impl-Debug-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%5D%3E-for-ShortId"],[3856,"impl-AsMut%3C%5Bu8;+6%5D%3E-for-ShortId"],[3860,"impl-AsRef%3C%5Bu8;+6%5D%3E-for-ShortId"],[3861,"impl-AsRef%3C%5Bu8%5D%3E-for-ShortId"],[3866,"impl-Borrow%3C%5Bu8%5D%3E-for-ShortId"],[3868,"impl-Borrow%3C%5Bu8;+6%5D%3E-for-ShortId"],[3875,"impl-BorrowMut%3C%5Bu8%5D%3E-for-ShortId"],[3877,"impl-BorrowMut%3C%5Bu8;+6%5D%3E-for-ShortId"],[3937,"impl-Debug-for-Error"],[3938,"impl-Display-for-Error"],[3940,"impl-Display-for-ShortId"],[3941,"impl-LowerHex-for-ShortId"],[3942,"impl-UpperHex-for-ShortId"],[3943,"impl-Debug-for-ShortId"],[3946,"impl-Display-for-TxIndexOutOfRangeError"],[3947,"impl-Debug-for-TxIndexOutOfRangeError"],[3953,"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"],[4087,"impl-From%3CError%3E-for-Error"],[4088,"impl-From%3CInfallible%3E-for-Error"],[4178,"impl-AsMut%3C%5Bu8;+32%5D%3E-for-ChainCode"],[4179,"impl-AsMut%3C%5Bu8%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%5D%3E-for-ChainCode"],[4187,"impl-AsRef%3C%5Bu8;+32%5D%3E-for-ChainCode"],[4188,"impl-AsRef%3C%5Bu8;+4%5D%3E-for-Fingerprint"],[4189,"impl-AsRef%3C%5Bu8%5D%3E-for-Fingerprint"],[4194,"impl-Borrow%3C%5Bu8;+32%5D%3E-for-ChainCode"],[4195,"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"],[4206,"impl-BorrowMut%3C%5Bu8%5D%3E-for-ChainCode"],[4207,"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-LowerHex-for-ChainCode"],[4300,"impl-Display-for-ChainCode"],[4301,"impl-Debug-for-ChainCode"],[4302,"impl-UpperHex-for-Fingerprint"],[4303,"impl-Debug-for-Fingerprint"],[4304,"impl-LowerHex-for-Fingerprint"],[4305,"impl-Display-for-Fingerprint"],[4306,"impl-Debug-for-Xpriv"],[4307,"impl-Display-for-Xpriv"],[4308,"impl-Debug-for-Xpub"],[4309,"impl-Display-for-Xpub"],[4310,"impl-Debug-for-ChildNumber"],[4311,"impl-Display-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"],[4320,"impl-From%3C%26%5Bu8;+32%5D%3E-for-ChainCode"],[4321,"impl-From%3C%5Bu8;+32%5D%3E-for-ChainCode"],[4323,"impl-From%3C%5Bu8;+4%5D%3E-for-Fingerprint"],[4324,"impl-From%3C%26%5Bu8;+4%5D%3E-for-Fingerprint"],[4329,"impl-From%3C%26%5BChildNumber%5D%3E-for-DerivationPath"],[4330,"impl-From%3CVec%3CChildNumber%3E%3E-for-DerivationPath"],[4332,"impl-From%3CError%3E-for-Error"],[4333,"impl-From%3CInfallible%3E-for-Error"],[4335,"impl-From%3CInvalidBase58PayloadLengthError%3E-for-Error"],[4336,"impl-From%3CError%3E-for-Error"],[4557,"impl-Debug-for-Bip34Error"],[4558,"impl-Display-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"],[4642,"impl-BorrowMut%3C%5Bu8;+32%5D%3E-for-ChainHash"],[4644,"impl-BorrowMut%3C%5Bu8%5D%3E-for-ChainHash"],[4652,"impl-UpperHex-for-ChainHash"],[4653,"impl-Display-for-ChainHash"],[4654,"impl-LowerHex-for-ChainHash"],[4655,"impl-Debug-for-ChainHash"],[4656,"impl-From%3C%5Bu8;+32%5D%3E-for-ChainHash"],[4657,"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-Debug-for-Time"],[4756,"impl-Display-for-Time"],[4757,"impl-Display-for-ParseTimeError"],[4758,"impl-Debug-for-ParseTimeError"],[4759,"impl-Debug-for-ConversionError"],[4760,"impl-Display-for-ConversionError"],[4761,"impl-Debug-for-LockTime"],[4762,"impl-Display-for-LockTime"],[4771,"impl-From%3CHeight%3E-for-LockTime"],[4772,"impl-From%3CAbsLockTime%3E-for-LockTime"],[4773,"impl-From%3CTime%3E-for-LockTime"],[4836,"impl-TryFrom%3CString%3E-for-Height"],[4837,"impl-TryFrom%3CBox%3Cstr%3E%3E-for-Height"],[4838,"impl-TryFrom%3C%26str%3E-for-Height"],[4841,"impl-TryFrom%3C%26str%3E-for-Time"],[4843,"impl-TryFrom%3CString%3E-for-Time"],[4844,"impl-TryFrom%3CBox%3Cstr%3E%3E-for-Time"],[4847,"impl-TryFrom%3CString%3E-for-LockTime"],[4848,"impl-TryFrom%3C%26str%3E-for-LockTime"],[4850,"impl-TryFrom%3CBox%3Cstr%3E%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-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%3CTime%3E-for-LockTime"],[4965,"impl-From%3CHeight%3E-for-LockTime"],[4967,"impl-From%3CRelLockTime%3E-for-LockTime"],[5042,"impl-TryFrom%3CBox%3Cstr%3E%3E-for-Height"],[5043,"impl-TryFrom%3C%26str%3E-for-Height"],[5044,"impl-TryFrom%3CString%3E-for-Height"],[5046,"impl-TryFrom%3CBox%3Cstr%3E%3E-for-Time"],[5047,"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%3C%5Bu8%5D%3E-for-PushBytes"],[5416,"impl-AsRef%3CPushBytes%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-Display-for-Error"],[5493,"impl-Debug-for-Error"],[5500,"impl-From%3C%26mut+%5Bu8;+26%5D%3E-for-%26mut+PushBytes"],[5501,"impl-From%3C%26mut+%5Bu8;+24%5D%3E-for-%26mut+PushBytes"],[5502,"impl-From%3C%26%5Bu8;+53%5D%3E-for-%26PushBytes"],[5503,"impl-From%3C%26mut+%5Bu8;+21%5D%3E-for-%26mut+PushBytes"],[5504,"impl-From%3C%26%5Bu8;+2%5D%3E-for-%26PushBytes"],[5505,"impl-From%3C%26mut+%5Bu8;+32%5D%3E-for-%26mut+PushBytes"],[5506,"impl-From%3C%26mut+%5Bu8;+8%5D%3E-for-%26mut+PushBytes"],[5507,"impl-From%3C%26mut+%5Bu8;+7%5D%3E-for-%26mut+PushBytes"],[5508,"impl-From%3C%26mut+%5Bu8;+57%5D%3E-for-%26mut+PushBytes"],[5509,"impl-From%3C%26%5Bu8;+37%5D%3E-for-%26PushBytes"],[5510,"impl-From%3C%26mut+%5Bu8;+25%5D%3E-for-%26mut+PushBytes"],[5511,"impl-From%3C%26%5Bu8;+73%5D%3E-for-%26PushBytes"],[5512,"impl-From%3C%26%5Bu8;+39%5D%3E-for-%26PushBytes"],[5513,"impl-From%3C%26%5Bu8;+1%5D%3E-for-%26PushBytes"],[5514,"impl-From%3C%26mut+%5Bu8;+69%5D%3E-for-%26mut+PushBytes"],[5515,"impl-From%3C%26%5Bu8;+8%5D%3E-for-%26PushBytes"],[5516,"impl-From%3C%26%5Bu8;+9%5D%3E-for-%26PushBytes"],[5517,"impl-From%3C%26%5Bu8;+38%5D%3E-for-%26PushBytes"],[5518,"impl-From%3C%26mut+%5Bu8;+4%5D%3E-for-%26mut+PushBytes"],[5519,"impl-From%3C%26mut+%5Bu8;+53%5D%3E-for-%26mut+PushBytes"],[5520,"impl-From%3C%26%5Bu8;+18%5D%3E-for-%26PushBytes"],[5521,"impl-From%3C%26%5Bu8;+3%5D%3E-for-%26PushBytes"],[5522,"impl-From%3C%26%5Bu8;+48%5D%3E-for-%26PushBytes"],[5523,"impl-From%3C%26mut+%5Bu8;+65%5D%3E-for-%26mut+PushBytes"],[5524,"impl-From%3C%26mut+%5Bu8;+39%5D%3E-for-%26mut+PushBytes"],[5525,"impl-From%3C%26%5Bu8;+62%5D%3E-for-%26PushBytes"],[5526,"impl-From%3C%26mut+%5Bu8;+48%5D%3E-for-%26mut+PushBytes"],[5527,"impl-From%3C%26mut+%5Bu8;+42%5D%3E-for-%26mut+PushBytes"],[5528,"impl-From%3C%26%5Bu8;+45%5D%3E-for-%26PushBytes"],[5529,"impl-From%3C%26mut+%5Bu8;+60%5D%3E-for-%26mut+PushBytes"],[5530,"impl-From%3C%26%5Bu8;+63%5D%3E-for-%26PushBytes"],[5531,"impl-From%3C%26mut+%5Bu8;+27%5D%3E-for-%26mut+PushBytes"],[5532,"impl-From%3C%26mut+%5Bu8;+52%5D%3E-for-%26mut+PushBytes"],[5533,"impl-From%3C%26mut+%5Bu8;+58%5D%3E-for-%26mut+PushBytes"],[5534,"impl-From%3C%26mut+%5Bu8;+18%5D%3E-for-%26mut+PushBytes"],[5535,"impl-From%3C%26%5Bu8;+44%5D%3E-for-%26PushBytes"],[5536,"impl-From%3C%26%5Bu8;+46%5D%3E-for-%26PushBytes"],[5537,"impl-From%3C%26mut+%5Bu8;+44%5D%3E-for-%26mut+PushBytes"],[5538,"impl-From%3C%26%5Bu8;+56%5D%3E-for-%26PushBytes"],[5539,"impl-From%3C%26%5Bu8;+25%5D%3E-for-%26PushBytes"],[5540,"impl-From%3C%26mut+%5Bu8;+12%5D%3E-for-%26mut+PushBytes"],[5541,"impl-From%3C%26%5Bu8;+42%5D%3E-for-%26PushBytes"],[5542,"impl-From%3C%26mut+%5Bu8;+20%5D%3E-for-%26mut+PushBytes"],[5543,"impl-From%3C%26mut+%5Bu8;+5%5D%3E-for-%26mut+PushBytes"],[5544,"impl-From%3C%26mut+%5Bu8;+23%5D%3E-for-%26mut+PushBytes"],[5545,"impl-From%3C%26%5Bu8;+60%5D%3E-for-%26PushBytes"],[5546,"impl-From%3C%26mut+%5Bu8;+37%5D%3E-for-%26mut+PushBytes"],[5547,"impl-From%3C%26%5Bu8;+12%5D%3E-for-%26PushBytes"],[5548,"impl-From%3C%26%5Bu8;+34%5D%3E-for-%26PushBytes"],[5549,"impl-From%3C%26%5Bu8;+36%5D%3E-for-%26PushBytes"],[5550,"impl-From%3C%26%5Bu8;+26%5D%3E-for-%26PushBytes"],[5551,"impl-From%3C%26%5Bu8;+67%5D%3E-for-%26PushBytes"],[5552,"impl-From%3C%26%5Bu8;+10%5D%3E-for-%26PushBytes"],[5553,"impl-From%3C%26mut+%5Bu8;+45%5D%3E-for-%26mut+PushBytes"],[5554,"impl-From%3C%26%5Bu8;+57%5D%3E-for-%26PushBytes"],[5555,"impl-From%3C%26%5Bu8;+50%5D%3E-for-%26PushBytes"],[5556,"impl-From%3C%26mut+%5Bu8;+51%5D%3E-for-%26mut+PushBytes"],[5557,"impl-From%3C%26%5Bu8;+33%5D%3E-for-%26PushBytes"],[5558,"impl-From%3C%26mut+%5Bu8;+22%5D%3E-for-%26mut+PushBytes"],[5559,"impl-From%3C%26%5Bu8;+61%5D%3E-for-%26PushBytes"],[5560,"impl-From%3C%26%5Bu8;+68%5D%3E-for-%26PushBytes"],[5561,"impl-From%3C%26%5Bu8;+20%5D%3E-for-%26PushBytes"],[5562,"impl-From%3C%26mut+%5Bu8;+0%5D%3E-for-%26mut+PushBytes"],[5563,"impl-From%3C%26%5Bu8;+4%5D%3E-for-%26PushBytes"],[5564,"impl-From%3C%26%5Bu8;+23%5D%3E-for-%26PushBytes"],[5565,"impl-From%3C%26mut+%5Bu8;+11%5D%3E-for-%26mut+PushBytes"],[5566,"impl-From%3C%26mut+%5Bu8;+3%5D%3E-for-%26mut+PushBytes"],[5567,"impl-From%3C%26%5Bu8;+17%5D%3E-for-%26PushBytes"],[5568,"impl-From%3C%26%5Bu8;+35%5D%3E-for-%26PushBytes"],[5569,"impl-From%3C%26%5Bu8;+28%5D%3E-for-%26PushBytes"],[5570,"impl-From%3C%26%5Bu8;+32%5D%3E-for-%26PushBytes"],[5571,"impl-From%3C%26%5Bu8;+29%5D%3E-for-%26PushBytes"],[5572,"impl-From%3C%26%5Bu8;+27%5D%3E-for-%26PushBytes"],[5573,"impl-From%3C%26%5Bu8;+51%5D%3E-for-%26PushBytes"],[5574,"impl-From%3C%26%5Bu8;+40%5D%3E-for-%26PushBytes"],[5575,"impl-From%3C%26mut+%5Bu8;+14%5D%3E-for-%26mut+PushBytes"],[5576,"impl-From%3C%26mut+%5Bu8;+49%5D%3E-for-%26mut+PushBytes"],[5577,"impl-From%3C%26mut+%5Bu8;+43%5D%3E-for-%26mut+PushBytes"],[5578,"impl-From%3C%26mut+%5Bu8;+70%5D%3E-for-%26mut+PushBytes"],[5579,"impl-From%3C%26mut+%5Bu8;+54%5D%3E-for-%26mut+PushBytes"],[5580,"impl-From%3C%26mut+%5Bu8;+36%5D%3E-for-%26mut+PushBytes"],[5581,"impl-From%3C%26mut+%5Bu8;+68%5D%3E-for-%26mut+PushBytes"],[5582,"impl-From%3C%26mut+%5Bu8;+33%5D%3E-for-%26mut+PushBytes"],[5583,"impl-From%3C%26%5Bu8;+47%5D%3E-for-%26PushBytes"],[5584,"impl-From%3C%26%5Bu8;+22%5D%3E-for-%26PushBytes"],[5585,"impl-From%3C%26%5Bu8;+11%5D%3E-for-%26PushBytes"],[5586,"impl-From%3C%26mut+%5Bu8;+67%5D%3E-for-%26mut+PushBytes"],[5587,"impl-From%3C%26%5Bu8;+14%5D%3E-for-%26PushBytes"],[5588,"impl-From%3C%26%5Bu8;+49%5D%3E-for-%26PushBytes"],[5589,"impl-From%3C%26%5Bu8;+0%5D%3E-for-%26PushBytes"],[5590,"impl-From%3C%26%5Bu8;+69%5D%3E-for-%26PushBytes"],[5591,"impl-From%3C%26%5Bu8;+66%5D%3E-for-%26PushBytes"],[5592,"impl-From%3C%26mut+%5Bu8;+28%5D%3E-for-%26mut+PushBytes"],[5593,"impl-From%3C%26%5Bu8;+65%5D%3E-for-%26PushBytes"],[5594,"impl-From%3C%26%5Bu8;+41%5D%3E-for-%26PushBytes"],[5595,"impl-From%3C%26mut+%5Bu8;+2%5D%3E-for-%26mut+PushBytes"],[5596,"impl-From%3C%26mut+%5Bu8;+59%5D%3E-for-%26mut+PushBytes"],[5597,"impl-From%3C%26mut+%5Bu8;+61%5D%3E-for-%26mut+PushBytes"],[5598,"impl-From%3C%26%5Bu8;+21%5D%3E-for-%26PushBytes"],[5599,"impl-From%3C%26mut+%5Bu8;+73%5D%3E-for-%26mut+PushBytes"],[5600,"impl-From%3C%26mut+%5Bu8;+38%5D%3E-for-%26mut+PushBytes"],[5601,"impl-From%3C%26%5Bu8;+71%5D%3E-for-%26PushBytes"],[5602,"impl-From%3C%26mut+%5Bu8;+31%5D%3E-for-%26mut+PushBytes"],[5603,"impl-From%3C%26%5Bu8;+70%5D%3E-for-%26PushBytes"],[5604,"impl-From%3C%26mut+%5Bu8;+55%5D%3E-for-%26mut+PushBytes"],[5605,"impl-From%3C%26%5Bu8;+54%5D%3E-for-%26PushBytes"],[5606,"impl-From%3C%26%5Bu8;+58%5D%3E-for-%26PushBytes"],[5607,"impl-From%3C%26mut+%5Bu8;+19%5D%3E-for-%26mut+PushBytes"],[5608,"impl-From%3C%26mut+%5Bu8;+16%5D%3E-for-%26mut+PushBytes"],[5609,"impl-From%3C%26mut+%5Bu8;+41%5D%3E-for-%26mut+PushBytes"],[5610,"impl-From%3C%26%5Bu8;+7%5D%3E-for-%26PushBytes"],[5611,"impl-From%3C%26mut+%5Bu8;+46%5D%3E-for-%26mut+PushBytes"],[5612,"impl-From%3C%26mut+%5Bu8;+72%5D%3E-for-%26mut+PushBytes"],[5613,"impl-From%3C%26%5Bu8;+43%5D%3E-for-%26PushBytes"],[5614,"impl-From%3C%26%5Bu8;+13%5D%3E-for-%26PushBytes"],[5615,"impl-From%3C%26%5Bu8;+52%5D%3E-for-%26PushBytes"],[5616,"impl-From%3C%26mut+%5Bu8;+34%5D%3E-for-%26mut+PushBytes"],[5617,"impl-From%3C%26%5Bu8;+72%5D%3E-for-%26PushBytes"],[5618,"impl-From%3C%26mut+%5Bu8;+13%5D%3E-for-%26mut+PushBytes"],[5619,"impl-From%3C%26mut+%5Bu8;+64%5D%3E-for-%26mut+PushBytes"],[5620,"impl-From%3C%26mut+%5Bu8;+35%5D%3E-for-%26mut+PushBytes"],[5621,"impl-From%3C%26%5Bu8;+64%5D%3E-for-%26PushBytes"],[5622,"impl-From%3C%26mut+%5Bu8;+50%5D%3E-for-%26mut+PushBytes"],[5623,"impl-From%3C%26mut+%5Bu8;+1%5D%3E-for-%26mut+PushBytes"],[5624,"impl-From%3C%26mut+%5Bu8;+62%5D%3E-for-%26mut+PushBytes"],[5625,"impl-From%3C%26%5Bu8;+15%5D%3E-for-%26PushBytes"],[5626,"impl-From%3C%26mut+%5Bu8;+47%5D%3E-for-%26mut+PushBytes"],[5627,"impl-From%3C%26%5Bu8;+55%5D%3E-for-%26PushBytes"],[5628,"impl-From%3C%26mut+%5Bu8;+71%5D%3E-for-%26mut+PushBytes"],[5629,"impl-From%3C%26%5Bu8;+30%5D%3E-for-%26PushBytes"],[5630,"impl-From%3C%26%5Bu8;+19%5D%3E-for-%26PushBytes"],[5631,"impl-From%3C%26%5Bu8;+16%5D%3E-for-%26PushBytes"],[5632,"impl-From%3C%26mut+%5Bu8;+29%5D%3E-for-%26mut+PushBytes"],[5633,"impl-From%3C%26mut+%5Bu8;+17%5D%3E-for-%26mut+PushBytes"],[5634,"impl-From%3C%26%5Bu8;+31%5D%3E-for-%26PushBytes"],[5635,"impl-From%3C%26mut+%5Bu8;+63%5D%3E-for-%26mut+PushBytes"],[5636,"impl-From%3C%26mut+%5Bu8;+30%5D%3E-for-%26mut+PushBytes"],[5637,"impl-From%3C%26mut+%5Bu8;+9%5D%3E-for-%26mut+PushBytes"],[5638,"impl-From%3C%26%5Bu8;+6%5D%3E-for-%26PushBytes"],[5639,"impl-From%3C%26mut+%5Bu8;+6%5D%3E-for-%26mut+PushBytes"],[5640,"impl-From%3C%26%5Bu8;+59%5D%3E-for-%26PushBytes"],[5641,"impl-From%3C%26mut+%5Bu8;+56%5D%3E-for-%26mut+PushBytes"],[5642,"impl-From%3C%26%5Bu8;+5%5D%3E-for-%26PushBytes"],[5643,"impl-From%3C%26mut+%5Bu8;+66%5D%3E-for-%26mut+PushBytes"],[5644,"impl-From%3C%26%5Bu8;+24%5D%3E-for-%26PushBytes"],[5645,"impl-From%3C%26mut+%5Bu8;+40%5D%3E-for-%26mut+PushBytes"],[5646,"impl-From%3C%26mut+%5Bu8;+10%5D%3E-for-%26mut+PushBytes"],[5647,"impl-From%3C%26mut+%5Bu8;+15%5D%3E-for-%26mut+PushBytes"],[5648,"impl-From%3C%26%5Bu8;+66%5D%3E-for-PushBytesBuf"],[5649,"impl-From%3C%5Bu8;+53%5D%3E-for-PushBytesBuf"],[5650,"impl-From%3C%26%5Bu8;+59%5D%3E-for-PushBytesBuf"],[5651,"impl-From%3C%5Bu8;+48%5D%3E-for-PushBytesBuf"],[5652,"impl-From%3C%5Bu8;+14%5D%3E-for-PushBytesBuf"],[5653,"impl-From%3C%5Bu8;+21%5D%3E-for-PushBytesBuf"],[5654,"impl-From%3C%5Bu8;+24%5D%3E-for-PushBytesBuf"],[5655,"impl-From%3C%5Bu8;+17%5D%3E-for-PushBytesBuf"],[5656,"impl-From%3C%26%5Bu8;+41%5D%3E-for-PushBytesBuf"],[5657,"impl-From%3C%26%5Bu8;+50%5D%3E-for-PushBytesBuf"],[5658,"impl-From%3C%26%5Bu8;+68%5D%3E-for-PushBytesBuf"],[5659,"impl-From%3C%5Bu8;+57%5D%3E-for-PushBytesBuf"],[5660,"impl-From%3C%26%5Bu8;+22%5D%3E-for-PushBytesBuf"],[5661,"impl-From%3C%26%5Bu8;+69%5D%3E-for-PushBytesBuf"],[5662,"impl-From%3C%5Bu8;+36%5D%3E-for-PushBytesBuf"],[5663,"impl-From%3C%5Bu8;+39%5D%3E-for-PushBytesBuf"],[5665,"impl-From%3C%26%5Bu8;+70%5D%3E-for-PushBytesBuf"],[5666,"impl-From%3C%26%5Bu8;+71%5D%3E-for-PushBytesBuf"],[5667,"impl-From%3C%5Bu8;+26%5D%3E-for-PushBytesBuf"],[5668,"impl-From%3C%5Bu8;+0%5D%3E-for-PushBytesBuf"],[5669,"impl-From%3C%26%5Bu8;+60%5D%3E-for-PushBytesBuf"],[5670,"impl-From%3C%26%5Bu8;+26%5D%3E-for-PushBytesBuf"],[5671,"impl-From%3C%5Bu8;+11%5D%3E-for-PushBytesBuf"],[5672,"impl-From%3C%5Bu8;+43%5D%3E-for-PushBytesBuf"],[5673,"impl-From%3C%26%5Bu8;+7%5D%3E-for-PushBytesBuf"],[5674,"impl-From%3C%5Bu8;+33%5D%3E-for-PushBytesBuf"],[5675,"impl-From%3C%5Bu8;+73%5D%3E-for-PushBytesBuf"],[5676,"impl-From%3C%5Bu8;+31%5D%3E-for-PushBytesBuf"],[5677,"impl-From%3C%5Bu8;+7%5D%3E-for-PushBytesBuf"],[5678,"impl-From%3C%26%5Bu8;+55%5D%3E-for-PushBytesBuf"],[5679,"impl-From%3C%5Bu8;+35%5D%3E-for-PushBytesBuf"],[5680,"impl-From%3C%5Bu8;+51%5D%3E-for-PushBytesBuf"],[5681,"impl-From%3C%5Bu8;+66%5D%3E-for-PushBytesBuf"],[5682,"impl-From%3C%5Bu8;+3%5D%3E-for-PushBytesBuf"],[5683,"impl-From%3C%26%5Bu8;+63%5D%3E-for-PushBytesBuf"],[5684,"impl-From%3C%26%5Bu8;+57%5D%3E-for-PushBytesBuf"],[5685,"impl-From%3C%26%5Bu8;+47%5D%3E-for-PushBytesBuf"],[5686,"impl-From%3C%5Bu8;+41%5D%3E-for-PushBytesBuf"],[5687,"impl-From%3C%5Bu8;+2%5D%3E-for-PushBytesBuf"],[5688,"impl-From%3C%5Bu8;+23%5D%3E-for-PushBytesBuf"],[5689,"impl-From%3C%26%5Bu8;+72%5D%3E-for-PushBytesBuf"],[5690,"impl-From%3C%26%5Bu8;+46%5D%3E-for-PushBytesBuf"],[5691,"impl-From%3C%26%5Bu8;+56%5D%3E-for-PushBytesBuf"],[5692,"impl-From%3C%26%5Bu8;+1%5D%3E-for-PushBytesBuf"],[5693,"impl-From%3C%5Bu8;+32%5D%3E-for-PushBytesBuf"],[5694,"impl-From%3C%26%5Bu8;+18%5D%3E-for-PushBytesBuf"],[5695,"impl-From%3C%26%5Bu8;+67%5D%3E-for-PushBytesBuf"],[5696,"impl-From%3C%26%5Bu8;+25%5D%3E-for-PushBytesBuf"],[5697,"impl-From%3C%26%5Bu8;+28%5D%3E-for-PushBytesBuf"],[5698,"impl-From%3C%26%5Bu8;+11%5D%3E-for-PushBytesBuf"],[5699,"impl-From%3C%26%5Bu8;+16%5D%3E-for-PushBytesBuf"],[5700,"impl-From%3C%5Bu8;+55%5D%3E-for-PushBytesBuf"],[5701,"impl-From%3C%5Bu8;+71%5D%3E-for-PushBytesBuf"],[5702,"impl-From%3C%5Bu8;+37%5D%3E-for-PushBytesBuf"],[5703,"impl-From%3C%5Bu8;+19%5D%3E-for-PushBytesBuf"],[5704,"impl-From%3C%26%5Bu8;+8%5D%3E-for-PushBytesBuf"],[5705,"impl-From%3C%26%5Bu8;+53%5D%3E-for-PushBytesBuf"],[5706,"impl-From%3C%5Bu8;+63%5D%3E-for-PushBytesBuf"],[5707,"impl-From%3C%5Bu8;+15%5D%3E-for-PushBytesBuf"],[5708,"impl-From%3C%5Bu8;+6%5D%3E-for-PushBytesBuf"],[5709,"impl-From%3C%26%5Bu8;+49%5D%3E-for-PushBytesBuf"],[5710,"impl-From%3C%26%5Bu8;+19%5D%3E-for-PushBytesBuf"],[5711,"impl-From%3C%5Bu8;+22%5D%3E-for-PushBytesBuf"],[5712,"impl-From%3C%5Bu8;+42%5D%3E-for-PushBytesBuf"],[5713,"impl-From%3C%5Bu8;+49%5D%3E-for-PushBytesBuf"],[5714,"impl-From%3C%26%5Bu8;+38%5D%3E-for-PushBytesBuf"],[5715,"impl-From%3C%26%5Bu8;+64%5D%3E-for-PushBytesBuf"],[5716,"impl-From%3C%26%5Bu8;+36%5D%3E-for-PushBytesBuf"],[5717,"impl-From%3C%5Bu8;+72%5D%3E-for-PushBytesBuf"],[5718,"impl-From%3C%5Bu8;+25%5D%3E-for-PushBytesBuf"],[5719,"impl-From%3C%26%5Bu8;+34%5D%3E-for-PushBytesBuf"],[5720,"impl-From%3C%5Bu8;+65%5D%3E-for-PushBytesBuf"],[5721,"impl-From%3C%26%5Bu8;+44%5D%3E-for-PushBytesBuf"],[5722,"impl-From%3CWScriptHash%3E-for-PushBytesBuf"],[5723,"impl-From%3C%5Bu8;+47%5D%3E-for-PushBytesBuf"],[5724,"impl-From%3C%5Bu8;+62%5D%3E-for-PushBytesBuf"],[5725,"impl-From%3C%5Bu8;+67%5D%3E-for-PushBytesBuf"],[5726,"impl-From%3C%26%5Bu8;+30%5D%3E-for-PushBytesBuf"],[5727,"impl-From%3C%5Bu8;+12%5D%3E-for-PushBytesBuf"],[5728,"impl-From%3C%26%5Bu8;+40%5D%3E-for-PushBytesBuf"],[5729,"impl-From%3C%26%5Bu8;+10%5D%3E-for-PushBytesBuf"],[5730,"impl-From%3C%5Bu8;+4%5D%3E-for-PushBytesBuf"],[5731,"impl-From%3CPubkeyHash%3E-for-PushBytesBuf"],[5732,"impl-From%3C%26%5Bu8;+12%5D%3E-for-PushBytesBuf"],[5733,"impl-From%3C%26%5Bu8;+43%5D%3E-for-PushBytesBuf"],[5734,"impl-From%3C%26%5Bu8;+2%5D%3E-for-PushBytesBuf"],[5735,"impl-From%3C%5Bu8;+59%5D%3E-for-PushBytesBuf"],[5736,"impl-From%3C%5Bu8;+27%5D%3E-for-PushBytesBuf"],[5737,"impl-From%3C%5Bu8;+45%5D%3E-for-PushBytesBuf"],[5738,"impl-From%3C%5Bu8;+61%5D%3E-for-PushBytesBuf"],[5739,"impl-From%3C%5Bu8;+60%5D%3E-for-PushBytesBuf"],[5740,"impl-From%3C%5Bu8;+29%5D%3E-for-PushBytesBuf"],[5741,"impl-From%3C%26%5Bu8;+65%5D%3E-for-PushBytesBuf"],[5742,"impl-From%3C%26%5Bu8;+45%5D%3E-for-PushBytesBuf"],[5743,"impl-From%3C%26%5Bu8;+31%5D%3E-for-PushBytesBuf"],[5744,"impl-From%3C%26%5Bu8;+6%5D%3E-for-PushBytesBuf"],[5745,"impl-From%3C%26%5Bu8;+42%5D%3E-for-PushBytesBuf"],[5746,"impl-From%3C%5Bu8;+9%5D%3E-for-PushBytesBuf"],[5747,"impl-From%3C%26%5Bu8;+24%5D%3E-for-PushBytesBuf"],[5748,"impl-From%3C%26%5Bu8;+15%5D%3E-for-PushBytesBuf"],[5749,"impl-From%3C%26%5Bu8;+20%5D%3E-for-PushBytesBuf"],[5750,"impl-From%3C%26%5Bu8;+51%5D%3E-for-PushBytesBuf"],[5751,"impl-From%3C%26%5Bu8;+32%5D%3E-for-PushBytesBuf"],[5752,"impl-From%3C%5Bu8;+13%5D%3E-for-PushBytesBuf"],[5753,"impl-From%3C%5Bu8;+56%5D%3E-for-PushBytesBuf"],[5754,"impl-From%3C%26%5Bu8;+0%5D%3E-for-PushBytesBuf"],[5755,"impl-From%3C%26%5Bu8;+48%5D%3E-for-PushBytesBuf"],[5756,"impl-From%3C%5Bu8;+44%5D%3E-for-PushBytesBuf"],[5757,"impl-From%3C%26%5Bu8;+29%5D%3E-for-PushBytesBuf"],[5758,"impl-From%3C%5Bu8;+46%5D%3E-for-PushBytesBuf"],[5759,"impl-From%3C%26%5Bu8;+33%5D%3E-for-PushBytesBuf"],[5760,"impl-From%3C%5Bu8;+34%5D%3E-for-PushBytesBuf"],[5761,"impl-From%3C%5Bu8;+1%5D%3E-for-PushBytesBuf"],[5762,"impl-From%3C%26%5Bu8;+14%5D%3E-for-PushBytesBuf"],[5763,"impl-From%3C%5Bu8;+70%5D%3E-for-PushBytesBuf"],[5764,"impl-From%3C%26%5Bu8;+27%5D%3E-for-PushBytesBuf"],[5765,"impl-From%3C%5Bu8;+50%5D%3E-for-PushBytesBuf"],[5766,"impl-From%3C%26%5Bu8;+13%5D%3E-for-PushBytesBuf"],[5767,"impl-From%3C%26%5Bu8;+54%5D%3E-for-PushBytesBuf"],[5768,"impl-From%3C%5Bu8;+5%5D%3E-for-PushBytesBuf"],[5769,"impl-From%3C%5Bu8;+30%5D%3E-for-PushBytesBuf"],[5770,"impl-From%3C%5Bu8;+40%5D%3E-for-PushBytesBuf"],[5771,"impl-From%3C%26%5Bu8;+52%5D%3E-for-PushBytesBuf"],[5772,"impl-From%3C%5Bu8;+10%5D%3E-for-PushBytesBuf"],[5773,"impl-From%3C%26%5Bu8;+17%5D%3E-for-PushBytesBuf"],[5774,"impl-From%3C%26%5Bu8;+62%5D%3E-for-PushBytesBuf"],[5775,"impl-From%3C%5Bu8;+28%5D%3E-for-PushBytesBuf"],[5776,"impl-From%3C%5Bu8;+54%5D%3E-for-PushBytesBuf"],[5777,"impl-From%3C%26%5Bu8;+35%5D%3E-for-PushBytesBuf"],[5778,"impl-From%3C%26%5Bu8;+23%5D%3E-for-PushBytesBuf"],[5779,"impl-From%3C%26%5Bu8;+9%5D%3E-for-PushBytesBuf"],[5780,"impl-From%3C%5Bu8;+69%5D%3E-for-PushBytesBuf"],[5781,"impl-From%3C%26%5Bu8;+61%5D%3E-for-PushBytesBuf"],[5782,"impl-From%3C%26%5Bu8;+21%5D%3E-for-PushBytesBuf"],[5783,"impl-From%3C%5Bu8;+52%5D%3E-for-PushBytesBuf"],[5784,"impl-From%3CWPubkeyHash%3E-for-PushBytesBuf"],[5785,"impl-From%3C%5Bu8;+64%5D%3E-for-PushBytesBuf"],[5786,"impl-From%3C%5Bu8;+16%5D%3E-for-PushBytesBuf"],[5787,"impl-From%3C%5Bu8;+20%5D%3E-for-PushBytesBuf"],[5788,"impl-From%3C%5Bu8;+58%5D%3E-for-PushBytesBuf"],[5789,"impl-From%3C%26%5Bu8;+58%5D%3E-for-PushBytesBuf"],[5790,"impl-From%3C%26%5Bu8;+5%5D%3E-for-PushBytesBuf"],[5791,"impl-From%3C%26%5Bu8;+73%5D%3E-for-PushBytesBuf"],[5792,"impl-From%3C%5Bu8;+18%5D%3E-for-PushBytesBuf"],[5793,"impl-From%3C%26%5Bu8;+3%5D%3E-for-PushBytesBuf"],[5794,"impl-From%3C%26%5Bu8;+37%5D%3E-for-PushBytesBuf"],[5795,"impl-From%3C%26%5Bu8;+39%5D%3E-for-PushBytesBuf"],[5796,"impl-From%3CScriptHash%3E-for-PushBytesBuf"],[5797,"impl-From%3C%26%5Bu8;+4%5D%3E-for-PushBytesBuf"],[5798,"impl-From%3C%5Bu8;+68%5D%3E-for-PushBytesBuf"],[5799,"impl-From%3C%5Bu8;+38%5D%3E-for-PushBytesBuf"],[5800,"impl-From%3C%5Bu8;+8%5D%3E-for-PushBytesBuf"],[5802,"impl-From%3CUintError%3E-for-Error"],[5803,"impl-From%3CInfallible%3E-for-Error"],[5807,"impl-Index%3CRange%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%3CRangeFull%3E-for-PushBytes"],[5811,"impl-Index%3Cusize%3E-for-PushBytes"],[5812,"impl-Index%3CRangeTo%3Cusize%3E%3E-for-PushBytes"],[5813,"impl-Index%3CRangeToInclusive%3Cusize%3E%3E-for-PushBytes"],[5814,"impl-Index%3C(Bound%3Cusize%3E,+Bound%3Cusize%3E)%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-Display-for-FromStrError"],[6000,"impl-Debug-for-FromStrError"],[6001,"impl-Display-for-TryFromInstructionError"],[6002,"impl-Debug-for-TryFromInstructionError"],[6003,"impl-Debug-for-TryFromError"],[6004,"impl-Display-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%3CInfallible%3E-for-TryFromInstructionError"],[6011,"impl-From%3CTryFromError%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-Display-for-OutputsIndexError"],[6111,"impl-Debug-for-OutputsIndexError"],[6112,"impl-Display-for-IndexOutOfBoundsError"],[6113,"impl-Debug-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"],[6261,"impl-From%3CNetwork%3E-for-%26Params"],[6262,"impl-From%3CNetwork%3E-for-Params"],[6263,"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%3CError%3E-for-Error"],[6358,"impl-From%3CInfallible%3E-for-Error"],[6539,"impl-AsRef%3CPushBytes%3E-for-SerializedSignature"],[6540,"impl-AsRef%3C%5Bu8%5D%3E-for-SerializedSignature"],[6567,"impl-Debug-for-Signature"],[6568,"impl-Display-for-Signature"],[6569,"impl-UpperHex-for-SerializedSignature"],[6570,"impl-Display-for-SerializedSignature"],[6571,"impl-Debug-for-SerializedSignature"],[6572,"impl-LowerHex-for-SerializedSignature"],[6573,"impl-Display-for-Error"],[6574,"impl-Debug-for-Error"],[6577,"impl-From%3CNonStandardSighashTypeError%3E-for-Error"],[6578,"impl-From%3CHexToBytesError%3E-for-Error"],[6579,"impl-From%3CError%3E-for-Error"],[6581,"impl-From%3CInfallible%3E-for-Error"],[6591,"impl-Signature"],[6592,"impl-Serialize-for-Signature"],[6655,"impl-Display-for-PrefixedHexError"],[6656,"impl-Debug-for-PrefixedHexError"],[6657,"impl-Debug-for-UnprefixedHexError"],[6658,"impl-Display-for-UnprefixedHexError"],[6659,"impl-Debug-for-MissingPrefixError"],[6660,"impl-Display-for-MissingPrefixError"],[6661,"impl-Display-for-ContainsPrefixError"],[6662,"impl-Debug-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%5D%3E-for-Hash"],[6755,"impl-AsRef%3C%5Bu8;+bitcoin_hashes::::hash160::%7Bimpl%2311%7D::%7Bconstant%230%7D%5D%3E-for-Hash"],[6767,"impl-Debug-for-Hash"],[6768,"impl-LowerHex-for-Hash"],[6769,"impl-UpperHex-for-Hash"],[6770,"impl-Display-for-Hash"],[6771,"impl-From%3CScriptHash%3E-for-Hash"],[6772,"impl-From%3CPubkeyHash%3E-for-Hash"],[6774,"impl-From%3CXKeyIdentifier%3E-for-Hash"],[6775,"impl-From%3CWPubkeyHash%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"],[6872,"impl-From%3COddLengthStringError%3E-for-HexToBytesError"],[6873,"impl-From%3CInvalidCharError%3E-for-HexToBytesError"],[6877,"impl-From%3CInvalidCharError%3E-for-HexToArrayError"],[6878,"impl-From%3CInvalidLengthError%3E-for-HexToArrayError"],[6988,"impl-Debug-for-DisplayByteSlice%3C\'a%3E"],[6989,"impl-UpperHex-for-DisplayByteSlice%3C\'a%3E"],[6990,"impl-Display-for-DisplayByteSlice%3C\'a%3E"],[6991,"impl-LowerHex-for-DisplayByteSlice%3C\'a%3E"],[6992,"impl-Debug-for-DisplayArray%3C\'a,+LEN%3E"],[6993,"impl-Display-for-DisplayArray%3C\'a,+LEN%3E"],[6994,"impl-UpperHex-for-DisplayArray%3C\'a,+LEN%3E"],[6995,"impl-LowerHex-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-Display-for-Hash"],[7113,"impl-LowerHex-for-Hash"],[7114,"impl-Debug-for-Hash"],[7115,"impl-UpperHex-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-Display-for-Error"],[8449,"impl-Debug-for-Error"],[8560,"impl-SeqAccess%3C\'de%3E-for-MapDeserializer%3C\'de,+I,+E%3E"],[8561,"impl-MapAccess%3C\'de%3E-for-MapDeserializer%3C\'de,+I,+E%3E"],[8758,"impl-dyn+Error+%2B+Send+%2B+Sync"],[8759,"impl-dyn+Error"],[8760,"impl-dyn+Error+%2B+Send"],[8761,"impl-dyn+Error"],[8762,"impl-dyn+Error+%2B+Send"],[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-SerializeTuple-for-Impossible%3COk,+Error%3E"],[8775,"impl-SerializeStructVariant-for-Impossible%3COk,+Error%3E"],[8776,"impl-SerializeSeq-for-Impossible%3COk,+Error%3E"],[8777,"impl-SerializeMap-for-Impossible%3COk,+Error%3E"],[8778,"impl-SerializeStruct-for-Impossible%3COk,+Error%3E"],[8779,"impl-SerializeTupleVariant-for-Impossible%3COk,+Error%3E"],[8780,"impl-SerializeTupleStruct-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-SerializeStruct-for-Impossible%3COk,+Error%3E"],[8805,"impl-SerializeStructVariant-for-Impossible%3COk,+Error%3E"],[8806,"impl-SerializeTupleVariant-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-UpperHex-for-Hash"],[8886,"impl-Debug-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-Debug-for-Hash"],[8971,"impl-Display-for-Hash"],[8972,"impl-LowerHex-for-Hash"],[8973,"impl-UpperHex-for-Hash"],[8974,"impl-LowerHex-for-Midstate"],[8975,"impl-Debug-for-Midstate"],[8976,"impl-Display-for-Midstate"],[8977,"impl-UpperHex-for-Midstate"],[8978,"impl-From%3CWScriptHash%3E-for-Hash"],[8980,"impl-From%3CDescriptorId%3E-for-Hash"],[9032,"impl-Write-for-HashEngine"],[9033,"impl-Write-for-HashEngine"],[9037,"impl-AsRef%3C%5Bu8;+bitcoin_hashes::::sha256d::%7Bimpl%2311%7D::%7Bconstant%230%7D%5D%3E-for-Hash"],[9038,"impl-AsRef%3C%5Bu8%5D%3E-for-Hash"],[9052,"impl-Debug-for-Hash"],[9053,"impl-UpperHex-for-Hash"],[9054,"impl-Display-for-Hash"],[9055,"impl-LowerHex-for-Hash"],[9056,"impl-From%3CTxid%3E-for-Hash"],[9057,"impl-From%3CLegacySighash%3E-for-Hash"],[9058,"impl-From%3CFilterHash%3E-for-Hash"],[9059,"impl-From%3CWitnessMerkleNode%3E-for-Hash"],[9060,"impl-From%3CBlockHash%3E-for-Hash"],[9061,"impl-From%3CTxMerkleNode%3E-for-Hash"],[9062,"impl-From%3CFilterHeader%3E-for-Hash"],[9063,"impl-From%3CHash%3E-for-Hash"],[9064,"impl-From%3CWitnessCommitment%3E-for-Hash"],[9065,"impl-From%3CSegwitV0Sighash%3E-for-Hash"],[9066,"impl-From%3CWtxid%3E-for-Hash"],[9091,"impl-AsRef%3C%5Bu8;+bitcoin_hashes::::sha256t::%7Bimpl%2311%7D::%7Bconstant%230%7D%5D%3E-for-Hash%3CT%3E"],[9092,"impl-AsRef%3C%5Bu8%5D%3E-for-Hash%3CT%3E"],[9106,"impl-LowerHex-for-Hash%3CT%3E"],[9107,"impl-Debug-for-Hash%3CT%3E"],[9108,"impl-Display-for-Hash%3CT%3E"],[9109,"impl-UpperHex-for-Hash%3CT%3E"],[9110,"impl-From%3CTapLeafHash%3E-for-Hash%3CTapLeafTag%3E"],[9112,"impl-From%3CTapTweakHash%3E-for-Hash%3CTapTweakTag%3E"],[9113,"impl-From%3CTapNodeHash%3E-for-Hash%3CTapBranchTag%3E"],[9114,"impl-From%3CTapSighash%3E-for-Hash%3CTapSighashTag%3E"],[9138,"impl-AsRef%3C%5Bu8%5D%3E-for-Hash"],[9139,"impl-AsRef%3C%5Bu8;+bitcoin_hashes::::sha384::%7Bimpl%2313%7D::%7Bconstant%230%7D%5D%3E-for-Hash"],[9156,"impl-UpperHex-for-Hash"],[9157,"impl-Display-for-Hash"],[9158,"impl-LowerHex-for-Hash"],[9159,"impl-Debug-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-Display-for-Hash"],[9225,"impl-UpperHex-for-Hash"],[9226,"impl-Debug-for-Hash"],[9227,"impl-LowerHex-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-Display-for-Hash"],[9283,"impl-UpperHex-for-Hash"],[9284,"impl-Debug-for-Hash"],[9285,"impl-LowerHex-for-Hash"],[9321,"impl-AsRef%3C%5Bu8;+bitcoin_hashes::::siphash24::%7Bimpl%2315%7D::%7Bconstant%230%7D%5D%3E-for-Hash"],[9322,"impl-AsRef%3C%5Bu8%5D%3E-for-Hash"],[9354,"impl-Write-for-HashEngine"],[9355,"impl-Write-for-HashEngine"],[9356,"impl-UpperHex-for-Hash"],[9357,"impl-Display-for-Hash"],[9358,"impl-LowerHex-for-Hash"],[9359,"impl-Debug-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%3CError%3E-for-Error"],[9481,"impl-From%3CErrorKind%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-Debug-for-ParsePublicKeyError"],[9724,"impl-Display-for-ParsePublicKeyError"],[9725,"impl-Display-for-ParseCompressedPublicKeyError"],[9726,"impl-Debug-for-ParseCompressedPublicKeyError"],[9727,"impl-Debug-for-UncompressedPublicKeyError"],[9728,"impl-Display-for-UncompressedPublicKeyError"],[9729,"impl-Display-for-InvalidBase58PayloadLengthError"],[9730,"impl-Debug-for-InvalidBase58PayloadLengthError"],[9731,"impl-Display-for-InvalidAddressVersionError"],[9732,"impl-Debug-for-InvalidAddressVersionError"],[9741,"impl-From%3CInfallible%3E-for-FromSliceError"],[9742,"impl-From%3CError%3E-for-FromSliceError"],[9744,"impl-From%3CError%3E-for-FromWifError"],[9745,"impl-From%3CInvalidAddressVersionError%3E-for-FromWifError"],[9747,"impl-From%3CInvalidBase58PayloadLengthError%3E-for-FromWifError"],[9748,"impl-From%3CError%3E-for-FromWifError"],[9749,"impl-From%3CInfallible%3E-for-FromWifError"],[9750,"impl-From%3CInfallible%3E-for-ParsePublicKeyError"],[9752,"impl-From%3CFromSliceError%3E-for-ParsePublicKeyError"],[9753,"impl-From%3CError%3E-for-ParseCompressedPublicKeyError"],[9754,"impl-From%3CInfallible%3E-for-ParseCompressedPublicKeyError"],[9755,"impl-From%3CHexToArrayError%3E-for-ParseCompressedPublicKeyError"],[9820,"impl-TweakedPublicKey"],[9821,"impl-Serialize-for-TweakedPublicKey"],[9868,"impl-TryFrom%3Ci32%3E-for-Parity"],[9869,"impl-TryFrom%3Cu8%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%5D%3E-for-Magic"],[10053,"impl-AsMut%3C%5Bu8;+4%5D%3E-for-Magic"],[10054,"impl-AsRef%3C%5Bu8;+4%5D%3E-for-Magic"],[10055,"impl-AsRef%3C%5Bu8%5D%3E-for-Magic"],[10062,"impl-Borrow%3C%5Bu8;+4%5D%3E-for-Magic"],[10063,"impl-Borrow%3C%5Bu8%5D%3E-for-Magic"],[10069,"impl-BorrowMut%3C%5Bu8%5D%3E-for-Magic"],[10070,"impl-BorrowMut%3C%5Bu8;+4%5D%3E-for-Magic"],[10109,"impl-UpperHex-for-ServiceFlags"],[10110,"impl-LowerHex-for-ServiceFlags"],[10111,"impl-Display-for-ServiceFlags"],[10112,"impl-Debug-for-ServiceFlags"],[10113,"impl-Display-for-Magic"],[10114,"impl-UpperHex-for-Magic"],[10115,"impl-Debug-for-Magic"],[10116,"impl-LowerHex-for-Magic"],[10117,"impl-Debug-for-ParseMagicError"],[10118,"impl-Display-for-ParseMagicError"],[10119,"impl-Display-for-UnknownMagicError"],[10120,"impl-Debug-for-UnknownMagicError"],[10324,"impl-Debug-for-CommandString"],[10325,"impl-Display-for-CommandString"],[10326,"impl-Display-for-CommandStringError"],[10327,"impl-Debug-for-CommandStringError"],[10349,"impl-TryFrom%3C%26str%3E-for-CommandString"],[10351,"impl-TryFrom%3CString%3E-for-CommandString"],[10352,"impl-TryFrom%3CBox%3Cstr%3E%3E-for-CommandString"],[10825,"impl-Debug-for-ParseIntError"],[10826,"impl-Display-for-ParseIntError"],[11035,"impl-Debug-for-Error"],[11036,"impl-Display-for-Error"],[11040,"impl-Debug-for-GetKeyError"],[11041,"impl-Display-for-GetKeyError"],[11044,"impl-Display-for-SignError"],[11045,"impl-Debug-for-SignError"],[11046,"impl-Display-for-ExtractTxError"],[11047,"impl-Debug-for-ExtractTxError"],[11048,"impl-Debug-for-IndexOutOfBoundsError"],[11049,"impl-Display-for-IndexOutOfBoundsError"],[11050,"impl-Display-for-PsbtParseError"],[11051,"impl-Debug-for-PsbtParseError"],[11052,"impl-Display-for-PsbtSighashType"],[11053,"impl-Debug-for-PsbtSighashType"],[11055,"impl-From%3CError%3E-for-Error"],[11056,"impl-From%3CFromSliceError%3E-for-Error"],[11057,"impl-From%3CInfallible%3E-for-Error"],[11059,"impl-From%3CError%3E-for-Error"],[11063,"impl-From%3CInfallible%3E-for-GetKeyError"],[11065,"impl-From%3CError%3E-for-GetKeyError"],[11069,"impl-From%3CIndexOutOfBoundsError%3E-for-SignError"],[11070,"impl-From%3CP2wpkhError%3E-for-SignError"],[11071,"impl-From%3CTaprootError%3E-for-SignError"],[11072,"impl-From%3CInfallible%3E-for-SignError"],[11079,"impl-From%3CEcdsaSighashType%3E-for-PsbtSighashType"],[11081,"impl-From%3CTapSighashType%3E-for-PsbtSighashType"],[11272,"impl-Debug-for-Key"],[11273,"impl-Display-for-Key"],[11483,"impl-Debug-for-PublicKey"],[11484,"impl-Display-for-PublicKey"],[11485,"impl-LowerHex-for-PublicKey"],[11486,"impl-Debug-for-InvalidParityValue"],[11487,"impl-Display-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"],[11501,"impl-From%3CT%3E-for-SecretKey"],[11502,"impl-From%3C%26Keypair%3E-for-SecretKey"],[11503,"impl-From%3CKeypair%3E-for-SecretKey"],[11505,"impl-From%3CKeypair%3E-for-PublicKey"],[11506,"impl-From%3C%26Keypair%3E-for-PublicKey"],[11507,"impl-From%3CPublicKey%3E-for-PublicKey"],[11511,"impl-From%3CTapSighash%3E-for-Message"],[11512,"impl-From%3CLegacySighash%3E-for-Message"],[11514,"impl-From%3CSegwitV0Sighash%3E-for-Message"],[11515,"impl-From%3CT%3E-for-Message"],[11587,"impl-PublicKey"],[11588,"impl-Serialize-for-PublicKey"],[11752,"impl-PartialEq-for-SerializedSignature"],[11753,"impl-PartialEq%3C%5Bu8%5D%3E-for-SerializedSignature"],[11766,"impl-Debug-for-SerializedSignature"],[11767,"impl-Display-for-SerializedSignature"],[11768,"impl-Debug-for-Signature"],[11769,"impl-Display-for-Signature"],[11773,"impl-From%3CSignature%3E-for-SerializedSignature"],[11774,"impl-From%3C%26Signature%3E-for-SerializedSignature"],[11792,"impl-IntoIterator-for-SerializedSignature"],[11793,"impl-IntoIterator-for-%26SerializedSignature"],[11799,"impl-PartialOrd-for-SerializedSignature"],[11800,"impl-PartialOrd%3C%5Bu8%5D%3E-for-SerializedSignature"],[11819,"impl-TryFrom%3C%26SerializedSignature%3E-for-Signature"],[11820,"impl-TryFrom%3CSerializedSignature%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-Display-for-Hmac%3CT%3E"],[12294,"impl-Debug-for-Hmac%3CT%3E"],[12295,"impl-LowerHex-for-Hmac%3CT%3E"],[12312,"impl-Index%3CRange%3Cusize%3E%3E-for-Hmac%3CT%3E"],[12313,"impl-Index%3Cusize%3E-for-Hmac%3CT%3E"],[12314,"impl-Index%3CRangeFrom%3Cusize%3E%3E-for-Hmac%3CT%3E"],[12315,"impl-Index%3CRangeTo%3Cusize%3E%3E-for-Hmac%3CT%3E"],[12316,"impl-Index%3CRangeFull%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"],[12370,"impl-From%3CNonZero%3Cu32%3E%3E-for-Error"],[12371,"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"],[12508,"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%2333%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12544,"impl-Distribution%3Ci16%3E-for-Standard"],[12545,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12546,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2324%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12547,"impl-Distribution%3Ci128%3E-for-Standard"],[12548,"impl-Distribution%3C%5BT;+32%5D%3E-for-Standard"],[12549,"impl-Distribution%3Ci8%3E-for-Standard"],[12550,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2355%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12551,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2325%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12552,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12553,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2342%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12554,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2328%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12555,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2327%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12556,"impl-Distribution%3CNonZero%3Cu32%3E%3E-for-Standard"],[12557,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2340%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12558,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2331%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12559,"impl-Distribution%3Cusize%3E-for-Standard"],[12560,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2341%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12561,"impl-Distribution%3C(A,+B,+C,+D,+E,+F,+G,+H,+I,+J)%3E-for-Standard"],[12562,"impl-Distribution%3CNonZero%3Cusize%3E%3E-for-Standard"],[12563,"impl-Distribution%3C(A,+B,+C,+D,+E,+F)%3E-for-Standard"],[12564,"impl-Distribution%3C(A,+B,+C,+D,+E,+F,+G)%3E-for-Standard"],[12565,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12566,"impl-Distribution%3C()%3E-for-Standard"],[12567,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12568,"impl-Distribution%3Cf32%3E-for-Standard"],[12569,"impl-Distribution%3Cchar%3E-for-Standard"],[12570,"impl-Distribution%3Cu8%3E-for-Standard"],[12571,"impl-Distribution%3Cu64%3E-for-Standard"],[12572,"impl-Distribution%3COption%3CT%3E%3E-for-Standard"],[12573,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12574,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2338%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12575,"impl-Distribution%3CNonZero%3Cu8%3E%3E-for-Standard"],[12576,"impl-Distribution%3C(A,+B)%3E-for-Standard"],[12577,"impl-Distribution%3C(A,+B,+C,+D,+E,+F,+G,+H,+I)%3E-for-Standard"],[12578,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2353%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12579,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2354%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12580,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2330%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12581,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2334%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12582,"impl-Distribution%3CNonZero%3Cu16%3E%3E-for-Standard"],[12583,"impl-Distribution%3Cu128%3E-for-Standard"],[12584,"impl-Distribution%3Cu32%3E-for-Standard"],[12585,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2332%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12586,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12587,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2352%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12588,"impl-Distribution%3Cbool%3E-for-Standard"],[12589,"impl-Distribution%3CWrapping%3CT%3E%3E-for-Standard"],[12590,"impl-Distribution%3C(A,+B,+C)%3E-for-Standard"],[12591,"impl-Distribution%3C(A,+B,+C,+D,+E)%3E-for-Standard"],[12592,"impl-Distribution%3C(A,+B,+C,+D,+E,+F,+G,+H,+I,+J,+K,+L)%3E-for-Standard"],[12593,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12594,"impl-Distribution%3Ci64%3E-for-Standard"],[12595,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2335%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12596,"impl-Distribution%3Ci32%3E-for-Standard"],[12597,"impl-Distribution%3CNonZero%3Cu64%3E%3E-for-Standard"],[12598,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2326%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12599,"impl-Distribution%3C(A,+B,+C,+D,+E,+F,+G,+H,+I,+J,+K)%3E-for-Standard"],[12600,"impl-Distribution%3Cf64%3E-for-Standard"],[12601,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2336%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12602,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2329%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12603,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2347%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12604,"impl-Distribution%3C(A,+B,+C,+D)%3E-for-Standard"],[12605,"impl-Distribution%3CNonZero%3Cu128%3E%3E-for-Standard"],[12606,"impl-Distribution%3C(A,+B,+C,+D,+E,+F,+G,+H)%3E-for-Standard"],[12607,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2337%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12608,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2339%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12609,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12610,"impl-Distribution%3C(A,)%3E-for-Standard"],[12611,"impl-Distribution%3Cu16%3E-for-Standard"],[12612,"impl-Distribution%3Cisize%3E-for-Standard"],[12724,"impl-UniformSampler-for-UniformInt%3Ci16%3E"],[12725,"impl-UniformSampler-for-UniformInt%3Ci128%3E"],[12726,"impl-UniformSampler-for-UniformInt%3Cu128%3E"],[12727,"impl-UniformSampler-for-UniformInt%3Cusize%3E"],[12728,"impl-UniformSampler-for-UniformInt%3Ci64%3E"],[12729,"impl-UniformSampler-for-UniformInt%3Cu8%3E"],[12730,"impl-UniformSampler-for-UniformInt%3Ci32%3E"],[12731,"impl-UniformSampler-for-UniformInt%3Ci8%3E"],[12732,"impl-UniformSampler-for-UniformInt%3Cu16%3E"],[12733,"impl-UniformSampler-for-UniformInt%3Cu32%3E"],[12734,"impl-UniformSampler-for-UniformInt%3Cisize%3E"],[12735,"impl-UniformSampler-for-UniformInt%3Cu64%3E"],[12737,"impl-UniformSampler-for-UniformFloat%3Cf64%3E"],[12738,"impl-UniformSampler-for-UniformFloat%3Cf32%3E"],[12741,"impl-UniformSampler-for-UniformInt%3Cu128%3E"],[12742,"impl-UniformSampler-for-UniformInt%3Cu16%3E"],[12743,"impl-UniformSampler-for-UniformInt%3Cisize%3E"],[12744,"impl-UniformSampler-for-UniformInt%3Cu64%3E"],[12745,"impl-UniformSampler-for-UniformInt%3Ci8%3E"],[12746,"impl-UniformSampler-for-UniformInt%3Ci16%3E"],[12747,"impl-UniformSampler-for-UniformInt%3Cusize%3E"],[12748,"impl-UniformSampler-for-UniformInt%3Cu32%3E"],[12749,"impl-UniformSampler-for-UniformInt%3Ci64%3E"],[12750,"impl-UniformSampler-for-UniformInt%3Cu8%3E"],[12751,"impl-UniformSampler-for-UniformInt%3Ci32%3E"],[12752,"impl-UniformSampler-for-UniformInt%3Ci128%3E"],[12754,"impl-UniformSampler-for-UniformFloat%3Cf32%3E"],[12755,"impl-UniformSampler-for-UniformFloat%3Cf64%3E"],[12758,"impl-UniformSampler-for-UniformInt%3Ci16%3E"],[12759,"impl-UniformSampler-for-UniformInt%3Ci32%3E"],[12760,"impl-UniformSampler-for-UniformInt%3Cu8%3E"],[12761,"impl-UniformSampler-for-UniformInt%3Cu64%3E"],[12762,"impl-UniformSampler-for-UniformInt%3Ci128%3E"],[12763,"impl-UniformSampler-for-UniformInt%3Cu32%3E"],[12764,"impl-UniformSampler-for-UniformInt%3Ci64%3E"],[12765,"impl-UniformSampler-for-UniformInt%3Cu128%3E"],[12766,"impl-UniformSampler-for-UniformInt%3Cu16%3E"],[12767,"impl-UniformSampler-for-UniformInt%3Ci8%3E"],[12768,"impl-UniformSampler-for-UniformInt%3Cisize%3E"],[12769,"impl-UniformSampler-for-UniformInt%3Cusize%3E"],[12771,"impl-UniformSampler-for-UniformFloat%3Cf64%3E"],[12772,"impl-UniformSampler-for-UniformFloat%3Cf32%3E"],[12776,"impl-UniformSampler-for-UniformInt%3Cu32%3E"],[12777,"impl-UniformSampler-for-UniformInt%3Cusize%3E"],[12778,"impl-UniformSampler-for-UniformInt%3Cisize%3E"],[12779,"impl-UniformSampler-for-UniformInt%3Cu16%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%3Cu8%3E"],[12784,"impl-UniformSampler-for-UniformInt%3Ci128%3E"],[12785,"impl-UniformSampler-for-UniformInt%3Cu128%3E"],[12786,"impl-UniformSampler-for-UniformInt%3Ci64%3E"],[12787,"impl-UniformSampler-for-UniformInt%3Ci8%3E"],[12788,"impl-UniformSampler-for-UniformFloat%3Cf32%3E"],[12789,"impl-UniformSampler-for-UniformFloat%3Cf64%3E"],[12791,"impl-UniformSampler-for-UniformInt%3Cisize%3E"],[12792,"impl-UniformSampler-for-UniformInt%3Cusize%3E"],[12793,"impl-UniformSampler-for-UniformInt%3Cu16%3E"],[12794,"impl-UniformSampler-for-UniformInt%3Ci8%3E"],[12795,"impl-UniformSampler-for-UniformInt%3Cu128%3E"],[12796,"impl-UniformSampler-for-UniformInt%3Cu8%3E"],[12797,"impl-UniformSampler-for-UniformInt%3Ci64%3E"],[12798,"impl-UniformSampler-for-UniformInt%3Ci128%3E"],[12799,"impl-UniformSampler-for-UniformInt%3Cu64%3E"],[12800,"impl-UniformSampler-for-UniformInt%3Ci16%3E"],[12801,"impl-UniformSampler-for-UniformInt%3Ci32%3E"],[12802,"impl-UniformSampler-for-UniformInt%3Cu32%3E"],[12964,"impl-Debug-for-ReadError"],[12965,"impl-Display-for-ReadError"],[13067,"impl-From%3CVec%3Cusize%3E%3E-for-IndexVec"],[13069,"impl-From%3CVec%3Cu32%3E%3E-for-IndexVec"],[13116,"impl-Display-for-OutOfRangeError"],[13117,"impl-Debug-for-OutOfRangeError"],[13140,"impl-Display-for-Signature"],[13141,"impl-LowerHex-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-Display-for-TaprootError"],[13329,"impl-Debug-for-TaprootError"],[13330,"impl-Debug-for-P2wpkhError"],[13331,"impl-Display-for-P2wpkhError"],[13332,"impl-Display-for-SingleMissingOutputError"],[13333,"impl-Debug-for-SingleMissingOutputError"],[13334,"impl-Display-for-AnnexError"],[13335,"impl-Debug-for-AnnexError"],[13336,"impl-Debug-for-SigningDataError%3CE%3E"],[13337,"impl-Display-for-SigningDataError%3CE%3E"],[13350,"impl-From%3CInfallible%3E-for-TaprootError"],[13351,"impl-From%3CPrevoutsIndexError%3E-for-TaprootError"],[13352,"impl-From%3CPrevoutsSizeError%3E-for-TaprootError"],[13354,"impl-From%3CInputsIndexError%3E-for-TaprootError"],[13355,"impl-From%3CPrevoutsKindError%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"],[13363,"impl-From%3CError%3E-for-SigningDataError%3CE%3E"],[13529,"impl-Debug-for-MessageSignatureError"],[13530,"impl-Display-for-MessageSignatureError"],[13531,"impl-Debug-for-MessageSignature"],[13532,"impl-Display-for-MessageSignature"],[13533,"impl-From%3CError%3E-for-MessageSignatureError"],[13535,"impl-From%3CInfallible%3E-for-MessageSignatureError"],[13780,"impl-Display-for-SigFromSliceError"],[13781,"impl-Debug-for-SigFromSliceError"],[13785,"impl-Debug-for-IncompleteBuilderError"],[13786,"impl-Display-for-IncompleteBuilderError"],[13787,"impl-Debug-for-HiddenNodesError"],[13788,"impl-Display-for-HiddenNodesError"],[13795,"impl-Display-for-FutureLeafVersion"],[13796,"impl-UpperHex-for-FutureLeafVersion"],[13797,"impl-LowerHex-for-FutureLeafVersion"],[13798,"impl-Debug-for-FutureLeafVersion"],[13799,"impl-LowerHex-for-LeafVersion"],[13800,"impl-UpperHex-for-LeafVersion"],[13801,"impl-Debug-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%3CInfallible%3E-for-SigFromSliceError"],[13812,"impl-From%3CInvalidSighashTypeError%3E-for-SigFromSliceError"],[13813,"impl-From%3CError%3E-for-SigFromSliceError"],[13814,"impl-From%3C%5BTapNodeHash;+87%5D%3E-for-TaprootMerkleBranch"],[13815,"impl-From%3C%5BTapNodeHash;+115%5D%3E-for-TaprootMerkleBranch"],[13816,"impl-From%3C%5BTapNodeHash;+92%5D%3E-for-TaprootMerkleBranch"],[13817,"impl-From%3C%5BTapNodeHash;+76%5D%3E-for-TaprootMerkleBranch"],[13818,"impl-From%3C%5BTapNodeHash;+82%5D%3E-for-TaprootMerkleBranch"],[13819,"impl-From%3C%5BTapNodeHash;+122%5D%3E-for-TaprootMerkleBranch"],[13820,"impl-From%3C%5BTapNodeHash;+62%5D%3E-for-TaprootMerkleBranch"],[13821,"impl-From%3C%5BTapNodeHash;+44%5D%3E-for-TaprootMerkleBranch"],[13822,"impl-From%3C%5BTapNodeHash;+49%5D%3E-for-TaprootMerkleBranch"],[13823,"impl-From%3C%5BTapNodeHash;+81%5D%3E-for-TaprootMerkleBranch"],[13824,"impl-From%3C%5BTapNodeHash;+83%5D%3E-for-TaprootMerkleBranch"],[13825,"impl-From%3C%5BTapNodeHash;+66%5D%3E-for-TaprootMerkleBranch"],[13826,"impl-From%3C%5BTapNodeHash;+108%5D%3E-for-TaprootMerkleBranch"],[13827,"impl-From%3C%5BTapNodeHash;+107%5D%3E-for-TaprootMerkleBranch"],[13828,"impl-From%3C%5BTapNodeHash;+72%5D%3E-for-TaprootMerkleBranch"],[13829,"impl-From%3C%5BTapNodeHash;+7%5D%3E-for-TaprootMerkleBranch"],[13830,"impl-From%3C%5BTapNodeHash;+50%5D%3E-for-TaprootMerkleBranch"],[13831,"impl-From%3C%5BTapNodeHash;+106%5D%3E-for-TaprootMerkleBranch"],[13832,"impl-From%3C%5BTapNodeHash;+68%5D%3E-for-TaprootMerkleBranch"],[13833,"impl-From%3C%5BTapNodeHash;+60%5D%3E-for-TaprootMerkleBranch"],[13834,"impl-From%3C%5BTapNodeHash;+85%5D%3E-for-TaprootMerkleBranch"],[13835,"impl-From%3C%5BTapNodeHash;+117%5D%3E-for-TaprootMerkleBranch"],[13836,"impl-From%3C%5BTapNodeHash;+84%5D%3E-for-TaprootMerkleBranch"],[13837,"impl-From%3C%5BTapNodeHash;+65%5D%3E-for-TaprootMerkleBranch"],[13838,"impl-From%3C%5BTapNodeHash;+27%5D%3E-for-TaprootMerkleBranch"],[13839,"impl-From%3C%5BTapNodeHash;+12%5D%3E-for-TaprootMerkleBranch"],[13840,"impl-From%3C%5BTapNodeHash;+125%5D%3E-for-TaprootMerkleBranch"],[13841,"impl-From%3C%5BTapNodeHash;+121%5D%3E-for-TaprootMerkleBranch"],[13842,"impl-From%3C%5BTapNodeHash;+5%5D%3E-for-TaprootMerkleBranch"],[13843,"impl-From%3C%5BTapNodeHash;+124%5D%3E-for-TaprootMerkleBranch"],[13844,"impl-From%3C%5BTapNodeHash;+16%5D%3E-for-TaprootMerkleBranch"],[13845,"impl-From%3C%5BTapNodeHash;+35%5D%3E-for-TaprootMerkleBranch"],[13846,"impl-From%3C%5BTapNodeHash;+57%5D%3E-for-TaprootMerkleBranch"],[13847,"impl-From%3C%5BTapNodeHash;+111%5D%3E-for-TaprootMerkleBranch"],[13848,"impl-From%3C%5BTapNodeHash;+70%5D%3E-for-TaprootMerkleBranch"],[13849,"impl-From%3C%5BTapNodeHash;+29%5D%3E-for-TaprootMerkleBranch"],[13850,"impl-From%3C%5BTapNodeHash;+51%5D%3E-for-TaprootMerkleBranch"],[13851,"impl-From%3C%5BTapNodeHash;+59%5D%3E-for-TaprootMerkleBranch"],[13852,"impl-From%3C%5BTapNodeHash;+97%5D%3E-for-TaprootMerkleBranch"],[13853,"impl-From%3C%5BTapNodeHash;+78%5D%3E-for-TaprootMerkleBranch"],[13854,"impl-From%3C%5BTapNodeHash;+127%5D%3E-for-TaprootMerkleBranch"],[13855,"impl-From%3C%5BTapNodeHash;+26%5D%3E-for-TaprootMerkleBranch"],[13856,"impl-From%3C%5BTapNodeHash;+110%5D%3E-for-TaprootMerkleBranch"],[13857,"impl-From%3C%5BTapNodeHash;+2%5D%3E-for-TaprootMerkleBranch"],[13858,"impl-From%3C%5BTapNodeHash;+23%5D%3E-for-TaprootMerkleBranch"],[13859,"impl-From%3C%5BTapNodeHash;+21%5D%3E-for-TaprootMerkleBranch"],[13860,"impl-From%3C%5BTapNodeHash;+128%5D%3E-for-TaprootMerkleBranch"],[13861,"impl-From%3C%5BTapNodeHash;+69%5D%3E-for-TaprootMerkleBranch"],[13862,"impl-From%3C%5BTapNodeHash;+73%5D%3E-for-TaprootMerkleBranch"],[13863,"impl-From%3C%5BTapNodeHash;+20%5D%3E-for-TaprootMerkleBranch"],[13864,"impl-From%3C%5BTapNodeHash;+99%5D%3E-for-TaprootMerkleBranch"],[13865,"impl-From%3C%5BTapNodeHash;+36%5D%3E-for-TaprootMerkleBranch"],[13866,"impl-From%3C%5BTapNodeHash;+46%5D%3E-for-TaprootMerkleBranch"],[13867,"impl-From%3C%5BTapNodeHash;+37%5D%3E-for-TaprootMerkleBranch"],[13868,"impl-From%3C%5BTapNodeHash;+54%5D%3E-for-TaprootMerkleBranch"],[13869,"impl-From%3C%5BTapNodeHash;+80%5D%3E-for-TaprootMerkleBranch"],[13870,"impl-From%3C%5BTapNodeHash;+43%5D%3E-for-TaprootMerkleBranch"],[13871,"impl-From%3C%5BTapNodeHash;+109%5D%3E-for-TaprootMerkleBranch"],[13872,"impl-From%3C%5BTapNodeHash;+24%5D%3E-for-TaprootMerkleBranch"],[13873,"impl-From%3C%5BTapNodeHash;+9%5D%3E-for-TaprootMerkleBranch"],[13874,"impl-From%3C%5BTapNodeHash;+32%5D%3E-for-TaprootMerkleBranch"],[13875,"impl-From%3C%5BTapNodeHash;+17%5D%3E-for-TaprootMerkleBranch"],[13876,"impl-From%3C%5BTapNodeHash;+13%5D%3E-for-TaprootMerkleBranch"],[13877,"impl-From%3C%5BTapNodeHash;+33%5D%3E-for-TaprootMerkleBranch"],[13878,"impl-From%3C%5BTapNodeHash;+6%5D%3E-for-TaprootMerkleBranch"],[13879,"impl-From%3C%5BTapNodeHash;+55%5D%3E-for-TaprootMerkleBranch"],[13880,"impl-From%3C%5BTapNodeHash;+53%5D%3E-for-TaprootMerkleBranch"],[13881,"impl-From%3C%5BTapNodeHash;+86%5D%3E-for-TaprootMerkleBranch"],[13882,"impl-From%3C%5BTapNodeHash;+4%5D%3E-for-TaprootMerkleBranch"],[13883,"impl-From%3C%5BTapNodeHash;+114%5D%3E-for-TaprootMerkleBranch"],[13884,"impl-From%3C%5BTapNodeHash;+93%5D%3E-for-TaprootMerkleBranch"],[13885,"impl-From%3C%5BTapNodeHash;+15%5D%3E-for-TaprootMerkleBranch"],[13886,"impl-From%3C%5BTapNodeHash;+116%5D%3E-for-TaprootMerkleBranch"],[13887,"impl-From%3C%5BTapNodeHash;+113%5D%3E-for-TaprootMerkleBranch"],[13888,"impl-From%3C%5BTapNodeHash;+45%5D%3E-for-TaprootMerkleBranch"],[13889,"impl-From%3C%5BTapNodeHash;+11%5D%3E-for-TaprootMerkleBranch"],[13890,"impl-From%3C%5BTapNodeHash;+95%5D%3E-for-TaprootMerkleBranch"],[13891,"impl-From%3C%5BTapNodeHash;+98%5D%3E-for-TaprootMerkleBranch"],[13892,"impl-From%3C%5BTapNodeHash;+96%5D%3E-for-TaprootMerkleBranch"],[13893,"impl-From%3C%5BTapNodeHash;+47%5D%3E-for-TaprootMerkleBranch"],[13894,"impl-From%3C%5BTapNodeHash;+119%5D%3E-for-TaprootMerkleBranch"],[13895,"impl-From%3C%5BTapNodeHash;+90%5D%3E-for-TaprootMerkleBranch"],[13896,"impl-From%3C%5BTapNodeHash;+40%5D%3E-for-TaprootMerkleBranch"],[13897,"impl-From%3C%5BTapNodeHash;+118%5D%3E-for-TaprootMerkleBranch"],[13898,"impl-From%3C%5BTapNodeHash;+41%5D%3E-for-TaprootMerkleBranch"],[13899,"impl-From%3C%5BTapNodeHash;+88%5D%3E-for-TaprootMerkleBranch"],[13900,"impl-From%3C%5BTapNodeHash;+31%5D%3E-for-TaprootMerkleBranch"],[13901,"impl-From%3C%5BTapNodeHash;+28%5D%3E-for-TaprootMerkleBranch"],[13902,"impl-From%3C%5BTapNodeHash;+1%5D%3E-for-TaprootMerkleBranch"],[13903,"impl-From%3C%5BTapNodeHash;+123%5D%3E-for-TaprootMerkleBranch"],[13904,"impl-From%3C%5BTapNodeHash;+39%5D%3E-for-TaprootMerkleBranch"],[13905,"impl-From%3C%5BTapNodeHash;+74%5D%3E-for-TaprootMerkleBranch"],[13906,"impl-From%3C%5BTapNodeHash;+104%5D%3E-for-TaprootMerkleBranch"],[13907,"impl-From%3C%5BTapNodeHash;+48%5D%3E-for-TaprootMerkleBranch"],[13908,"impl-From%3C%5BTapNodeHash;+25%5D%3E-for-TaprootMerkleBranch"],[13909,"impl-From%3C%5BTapNodeHash;+19%5D%3E-for-TaprootMerkleBranch"],[13910,"impl-From%3C%5BTapNodeHash;+22%5D%3E-for-TaprootMerkleBranch"],[13911,"impl-From%3C%5BTapNodeHash;+77%5D%3E-for-TaprootMerkleBranch"],[13912,"impl-From%3C%5BTapNodeHash;+3%5D%3E-for-TaprootMerkleBranch"],[13913,"impl-From%3C%5BTapNodeHash;+75%5D%3E-for-TaprootMerkleBranch"],[13914,"impl-From%3C%5BTapNodeHash;+18%5D%3E-for-TaprootMerkleBranch"],[13915,"impl-From%3C%5BTapNodeHash;+10%5D%3E-for-TaprootMerkleBranch"],[13916,"impl-From%3C%5BTapNodeHash;+67%5D%3E-for-TaprootMerkleBranch"],[13917,"impl-From%3C%5BTapNodeHash;+52%5D%3E-for-TaprootMerkleBranch"],[13918,"impl-From%3C%5BTapNodeHash;+89%5D%3E-for-TaprootMerkleBranch"],[13919,"impl-From%3C%5BTapNodeHash;+64%5D%3E-for-TaprootMerkleBranch"],[13920,"impl-From%3C%5BTapNodeHash;+14%5D%3E-for-TaprootMerkleBranch"],[13922,"impl-From%3C%5BTapNodeHash;+42%5D%3E-for-TaprootMerkleBranch"],[13923,"impl-From%3C%5BTapNodeHash;+71%5D%3E-for-TaprootMerkleBranch"],[13924,"impl-From%3C%5BTapNodeHash;+94%5D%3E-for-TaprootMerkleBranch"],[13925,"impl-From%3C%5BTapNodeHash;+91%5D%3E-for-TaprootMerkleBranch"],[13926,"impl-From%3C%5BTapNodeHash;+100%5D%3E-for-TaprootMerkleBranch"],[13927,"impl-From%3C%5BTapNodeHash;+61%5D%3E-for-TaprootMerkleBranch"],[13928,"impl-From%3C%5BTapNodeHash;+105%5D%3E-for-TaprootMerkleBranch"],[13929,"impl-From%3C%5BTapNodeHash;+38%5D%3E-for-TaprootMerkleBranch"],[13930,"impl-From%3C%5BTapNodeHash;+63%5D%3E-for-TaprootMerkleBranch"],[13931,"impl-From%3C%5BTapNodeHash;+102%5D%3E-for-TaprootMerkleBranch"],[13932,"impl-From%3C%5BTapNodeHash;+101%5D%3E-for-TaprootMerkleBranch"],[13933,"impl-From%3C%5BTapNodeHash;+126%5D%3E-for-TaprootMerkleBranch"],[13934,"impl-From%3C%5BTapNodeHash;+120%5D%3E-for-TaprootMerkleBranch"],[13935,"impl-From%3C%5BTapNodeHash;+103%5D%3E-for-TaprootMerkleBranch"],[13936,"impl-From%3C%5BTapNodeHash;+34%5D%3E-for-TaprootMerkleBranch"],[13937,"impl-From%3C%5BTapNodeHash;+58%5D%3E-for-TaprootMerkleBranch"],[13938,"impl-From%3C%5BTapNodeHash;+112%5D%3E-for-TaprootMerkleBranch"],[13939,"impl-From%3C%5BTapNodeHash;+0%5D%3E-for-TaprootMerkleBranch"],[13940,"impl-From%3C%5BTapNodeHash;+79%5D%3E-for-TaprootMerkleBranch"],[13941,"impl-From%3C%5BTapNodeHash;+8%5D%3E-for-TaprootMerkleBranch"],[13942,"impl-From%3C%5BTapNodeHash;+56%5D%3E-for-TaprootMerkleBranch"],[13943,"impl-From%3C%5BTapNodeHash;+30%5D%3E-for-TaprootMerkleBranch"],[14007,"impl-IntoIterator-for-%26TaprootMerkleBranch"],[14008,"impl-IntoIterator-for-%26mut+TaprootMerkleBranch"],[14009,"impl-IntoIterator-for-TaprootMerkleBranch"],[14058,"impl-Signature"],[14059,"impl-Serialize-for-Signature"],[14060,"impl-TaprootMerkleBranch"],[14061,"impl-Serialize-for-TaprootMerkleBranch"],[14065,"impl-ControlBlock"],[14066,"impl-Serialize-for-ControlBlock"],[14112,"impl-TryFrom%3C%26SerializedSignature%3E-for-Signature"],[14113,"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"],[14118,"impl-TryFrom%3CBox%3C%5BTapNodeHash%5D%3E%3E-for-TaprootMerkleBranch"],[14124,"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-Debug-for-SerializedSignature"],[14247,"impl-Display-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%3CA%3E%3E-for-ChangeSet%3CA,+IA%3E"],[14308,"impl-From%3CChangeSet%3E-for-ChangeSet%3CA,+ChangeSet%3E"],[14353,"impl-KeychainTxOutIndex%3CK%3E"],[14354,"impl-Indexer-for-KeychainTxOutIndex%3CK%3E"],[14373,"impl-Display-for-InsertDescriptorError%3CK%3E"],[14374,"impl-Debug-for-InsertDescriptorError%3CK%3E"],[14539,"impl-Display-for-MissingGenesisError"],[14540,"impl-Debug-for-MissingGenesisError"],[14541,"impl-Debug-for-AlterCheckPointError"],[14542,"impl-Display-for-AlterCheckPointError"],[14543,"impl-Debug-for-CannotConnectError"],[14544,"impl-Display-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-Debug-for-SyncItem%3C\'i,+I%3E"],[14674,"impl-Display-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/0w1Es/ZIQAAHCDifuQn//d/8P//P/x//j8AAAAAAAAAAAAAAAAAAAAAAACAP/7/7///vgAAwP//////HwD8/////////////////////6EBAMD//////////////////////////wD4/////z+/////////e+Af/v////////////f/////////////////vwH8+///////////////////////H+BD2f6qet69Y/S+fVMSCbUt8P9/AP7/D0AAAAAAgP/X/P//5/////8BAPj//////3/8//8/AAAAAAAAAAABAAAAIAAA+A8AAAAAAPD////////A/wMADwD83//5///3CPg/AP//B8CD/////////xgAAAzM//////8AQPj///////////////////8f8P///////3/AAP7///////8BAAAAAAAA/v/////////////+//9m/wAHAPz//////////38AAAAAAPD+/wP/H/69A8aDn/+H5///////D/j5P/7/v3/83/+ugCDgHwH8AfGK6vA/BgCAQbD/+Qf84wf8/w/8PwDw/wAA8P8n8P9/AOD/D/7v+ADw/wuQ/wHw/38AAAAcPF4G8C8Ac/7/9/////3///+/DPgJgK/97//v/wcA8P+/wwEDAAD8////HwAAAHj4////HwD+/z8DP/////j/fzZtQ/4+DoAGAAg+/OGff/z/////AwAAAPD//z///2MG2OP/9zwAAMz//0djPwEA8P////////9PcsA5AP7/P/7/////PwCA/////9//////YwHABwDg/3/w9////3/+AAD8/yf/BwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcx///8////v/3f+L///////////////////////////3/////////////////////2/8CwAH8DQDg/x/+////H4D/+gMAAPj//78X/P8/AACA////9///fwUEAAL////vxw+MewBA+AEA3EcAAOD/AAB+UwDgvwEA8P8fAAAA4APBP+D//38EsPf//w/4/////1xHwt//A/D/////NfD//z8AAAAAAAD+/7/z+x8AAP5///f/9x/GCIDFzx//8f///1iAB/4fwP4B/I0/AABgeP7///+f/Pn/vyAAAAAAAAAAAAAAAAAAAID/JgAAAMD6AAAA/gaEpEhViRwAAAD8//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+f////PwAAAAAAAAA3/v/w/////////////////////////w8AAACAQwCAPwAY8EAAABAe4P/////Jn///8f//9////y+xfo5////3////L7///L//nt9//v//yZ//f/7///+f/Pn/n///f/Ln/x/v/////0e6DPv/vwEAAMD/9/9vH00AeP/zr///3wYAAAAAmP////////9Bvv/f//////8/0fYeAOIDAIAPANgA+OD///v/////j/8PAHj+3wX8ewD8/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///F8WrlQ8AwAM4fgD8/+//////D/v/AADg////x8DO/ecAAAAAALTw////////f/APv+//////f4BdKwDs/xwAAPwfqPb////////3/wAA+PcY9eHhf//v7//nBB7GD57//8fH78H+//8/4OG4/w8CAPD/g////z/4wf8/IHw/APAJ///v//7/////f/jbt5v/8+7h/wDQv///+/2hLL6gyv//AxgeACBIPAAA/P//////////ASgAIND///////////8//9//////8/8A4P//B+D/3/+//3/+f//////AzwcAAAAAAPj//x/D//8//v8A7/+///iHAQinx/9fAMM8/89//fb/3H4AAAAAAADg////////////////////B4Tb3AEAAMD+D/////7///////3/A/j3fxGg/wcAAAAAAABg/v///////////z/sP/////////f////w//////////////////v//zECCv4fAADABwAAHvg/0Bv88f//jx9f////n///8/9/wI9/T///l7h//QPE/ysA+z0AAPj//4EFAgAAkP9xcODPEcCRAAD+///3/0/AEIBF///+3w8A/v8B+P5/EgIAABI5/P+D//8AAID8//z/7//4EQAAgAVtfvDnDwD/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{}}0{{{Bj{BfBh}}}f}{{{Bj{{d{Bf}}{d{Bh}}}}}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(u32,+BlockHash)%3E-for-BlockId"],[50,"impl-From%3C(%26u32,+%26BlockHash)%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_units::amount"],[14965,"rusqlite::types::from_sql"],[14966,"bitcoin::blockdata::transaction"],[14967,"miniscript::descriptor::key"],[14968,"miniscript::descriptor"],[14969,"bitcoin::blockdata::script::owned"],[14970,"bitcoin::network"],[14971,"bitcoin::blockdata::block"],[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::ffi::os_str"],[15054,"std::path"],[15055,"bitcoin::p2p::message_blockdata"],[15056,"bitcoin::bip152"],[15057,"bitcoin::p2p::address"],[15058,"alloc::vec::drain"],[15059,"serde_json::value"],[15060,"alloc::vec::extract_if"],[15061,"std::io::error"],[15062,"alloc::collections::vec_deque"],[15063,"alloc::ffi::c_str"],[15064,"alloc::collections::binary_heap"],[15065,"bitcoin::taproot::merkle_branch"],[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,"alloc::sync"],[15168,"rusqlite::transaction"],[15169,"bdk_core"],[15170,"bdk_core::spk_client"],[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,31,0,0,134,0,0,150,129,144,0,126,126,0,0,0,0,0,0,23,79,129,80,126,148,148,148,148,148,80,23,79,30,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,31,134,23,134,0,0,0,0,0,0,31,144,145,144,145,0,0,0,0,0,0,0,0,0,0,147,31,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,126,148,79,23,79,80,81,23,79,80,82,0,88,90,91,92,32,93,94,95,96,97,26,98,99,100,101,102,103,104,105,106,0,90,91,92,32,93,94,95,96,97,26,98,99,100,101,102,103,104,105,106,107,82,107,107,29,29,107,82,82,29,82,90,91,92,32,93,94,95,96,97,26,98,99,100,101,102,103,104,105,106,90,90,91,91,92,92,32,32,93,93,94,94,95,95,107,107,29,29,96,96,96,97,97,97,26,26,98,98,99,99,99,100,100,100,101,101,102,102,103,103,31,104,104,105,105,106,106,29,88,88,88,105,120,30,0,0,0,53,53,0,134,23,79,129,82,80,89,135,88,90,90,91,91,92,92,32,32,93,93,94,94,95,95,53,130,107,29,29,136,137,96,96,97,97,26,26,98,98,138,120,126,139,30,133,140,141,99,99,100,100,142,143,101,101,102,102,111,103,103,144,145,146,147,31,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,32,93,94,95,53,130,107,29,29,136,137,96,97,26,98,138,120,126,139,30,133,140,141,99,100,142,143,101,102,111,103,144,145,146,147,31,81,148,149,150,113,104,114,105,115,106,107,29,107,31,126,53,126,126,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,32,93,94,95,53,130,29,136,137,96,97,26,98,138,120,126,139,30,133,140,141,99,100,142,143,101,102,111,103,144,145,146,147,31,81,148,149,150,113,104,114,105,115,106,134,23,79,129,82,80,89,135,88,90,91,92,32,93,94,95,53,130,29,136,137,96,97,26,98,138,120,126,139,30,133,140,141,99,100,142,143,101,102,111,103,144,145,146,147,31,81,148,149,150,113,104,114,105,115,106,23,79,129,82,80,89,135,88,90,91,92,32,93,94,95,107,29,136,137,96,97,26,98,138,120,126,139,30,133,140,141,99,100,142,101,102,111,103,144,147,31,81,148,149,113,104,114,105,115,106,82,53,150,141,143,53,30,30,53,30,0,23,90,91,32,93,94,53,26,98,138,126,139,133,140,146,149,104,53,29,120,139,30,23,90,91,32,93,94,53,107,29,26,98,138,120,126,139,30,133,140,146,149,104,107,107,82,23,79,29,138,120,126,133,111,149,113,114,115,29,29,23,79,23,79,23,129,82,80,88,90,91,92,32,93,94,95,53,107,29,96,97,26,98,138,120,126,139,30,133,141,99,100,142,143,101,102,103,144,145,31,81,148,149,150,150,104,105,106,148,148,23,79,23,79,23,23,79,80,80,23,79,80,107,0,126,120,90,91,92,32,93,94,95,96,97,26,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,32,93,94,95,53,130,107,107,29,29,136,137,96,97,26,98,138,120,126,139,30,133,140,141,99,100,142,143,101,102,111,103,144,145,146,147,31,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,32,32,93,93,94,94,95,95,53,53,130,130,107,107,29,29,136,136,137,137,96,96,97,97,26,26,98,98,138,138,120,120,126,126,139,139,30,30,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,31,31,81,81,148,148,149,149,150,150,113,113,104,104,114,114,105,105,115,115,106,106,0,29,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,32,32,32,32,93,93,93,93,94,94,94,94,95,95,95,95,53,130,130,107,107,107,107,29,29,29,29,136,137,137,96,96,96,96,97,97,97,97,26,26,26,26,98,98,98,98,138,138,120,126,126,126,126,139,30,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,31,31,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,32,32,32,32,32,32,93,93,93,94,94,94,95,95,53,130,130,130,29,29,29,29,29,136,137,96,96,96,96,96,97,97,97,97,97,26,26,26,26,98,98,98,98,138,120,126,126,126,139,30,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,31,81,148,148,149,150,113,104,104,104,114,105,105,105,105,105,115,106,106,106,106,126,81,148,146,23,79,90,91,92,32,93,94,95,96,97,26,98,99,100,101,102,103,104,105,106,107,29,107,31,148,126,145,149,144,31,90,91,92,32,93,94,95,96,97,26,98,99,100,101,102,103,104,105,106,23,79,146,126,29,126,81,148,149,23,29,106,82,80,81,148,31,105,80,141,142,90,91,92,32,93,94,95,96,97,26,98,99,100,101,102,103,104,105,106,23,79,129,129,129,88,104,105,126,126,82,82,90,91,92,32,93,94,95,96,97,26,98,133,141,141,99,100,142,143,101,102,103,104,105,106,90,91,92,32,93,94,95,96,97,26,98,99,100,101,102,103,104,105,106,145,134,23,79,129,82,80,89,88,90,91,92,32,93,94,95,137,96,97,26,98,138,126,141,99,100,142,143,101,102,103,144,145,31,150,104,105,106,23,79,23,79,126,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,32,93,94,95,107,29,136,137,96,97,26,98,138,120,126,139,30,133,141,99,100,142,101,102,111,103,144,145,147,31,81,148,149,150,113,104,114,105,115,106,0,53,146,90,91,92,32,93,94,95,107,107,107,107,107,107,107,96,97,26,98,133,99,100,143,101,102,103,104,105,106,141,143,30,150,107,107,107,107,134,23,79,129,82,80,89,135,88,90,91,92,32,93,94,95,53,130,29,136,137,96,97,26,98,138,120,126,139,30,133,140,141,99,100,142,143,101,102,111,103,144,145,146,147,31,81,148,149,150,113,104,114,105,115,106,29,29,133,107,30,30,107,133,30,126,126,30,147,148,107,79,138,107,107,107,107,107,136,107,136,107,136,79,107,107,126,88,88,126,88,126,141,88,107,82,133,150,0,133,120,107,133,30,81,31,88,148,148,148,0,148,148,107,139,107,139,23,79,129,80,80,23,79,80,79,0,143,107,29,136,138,133,141,143,29,29,29,29,29,29,29,29,141,143,29,133,30,138,30,150,0,107,88,88,88,88,88,88,136,133,88,136,88,136,133,107,29,141,142,88,136,31,0,23,79,129,82,80,89,135,88,90,91,92,32,93,94,95,107,107,29,29,136,137,96,97,26,98,138,120,126,139,30,133,140,141,99,100,142,101,102,111,103,144,147,31,81,148,149,113,104,114,105,115,106,0,79,0,120,136,150,126,126,126,126,126,126,126,126,126,126,126,126,0,88,141,142,82,143,133,133,29,29,29,29,141,142,23,79,23,79,88,29,29,80,29,88,107,88,139,30,120,133,120,120,23,79,23,79,23,79,23,79,23,129,82,82,80,88,90,91,92,32,93,94,95,53,130,107,29,96,97,26,98,138,120,126,139,30,133,141,99,100,142,143,101,102,103,144,145,31,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,32,93,94,95,96,97,26,98,99,100,101,102,103,104,105,106,107,141,142,143,148,149,126,31,137,23,79,82,141,82,141,107,80,81,148,137,134,23,79,129,82,80,89,135,88,90,91,92,32,93,94,95,53,130,107,29,136,137,96,97,26,98,138,120,126,139,30,133,140,141,99,100,142,143,101,102,111,103,144,145,146,147,31,81,148,149,150,113,104,114,105,115,106,107,107,107,82,141,88,90,91,92,32,93,94,95,96,97,26,98,99,100,101,102,103,104,105,106,126,82,141,23,79,129,129,129,106,82,141,23,141,134,23,79,129,82,80,89,88,90,91,92,32,93,94,95,130,107,29,137,96,97,26,98,138,126,141,99,100,142,143,101,102,103,144,145,31,81,148,150,104,105,106,23,79,23,79,81,145,130,79,80,80,133,143,148,80,82,30,53,120,30,134,23,23,79,79,129,129,129,129,82,80,80,80,80,89,135,88,90,91,92,32,93,94,95,53,130,29,136,137,137,137,137,137,96,97,26,98,138,120,126,126,126,126,139,30,133,140,141,99,100,142,142,143,101,102,111,103,144,145,146,147,31,31,31,81,148,149,150,113,104,114,105,115,106,134,23,79,129,82,80,89,135,88,90,91,92,32,93,94,95,53,130,29,136,137,96,97,26,98,138,120,126,139,30,133,140,141,99,100,142,143,101,102,111,103,144,145,146,147,31,81,148,149,150,113,104,114,105,115,106,82,30,30,53,30,138,146,134,23,79,129,82,80,89,135,88,90,91,92,32,93,94,95,53,130,107,29,136,137,96,97,26,98,138,120,126,139,30,133,140,141,99,100,142,143,101,102,111,103,144,145,146,147,31,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,30,150,138,30,134,23,79,129,82,80,89,135,88,90,91,92,32,93,94,95,53,130,29,136,137,96,97,26,98,138,120,126,139,30,133,140,141,99,100,142,143,101,102,111,103,144,145,146,147,31,81,148,149,150,113,104,114,105,115,106,53,139,30,29,120,88,53,107,141,142,141,142,107,30,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,267,267,267,267,267,265,267,267,328,330,326,265,267,267,267,327,328,329,330,326,265,267,267,267,327,328,329,330,267,326,265,267,327,328,329,330,326,265,267,327,328,329,330,265,267,327,328,330,265,267,327,328,330,327,330,265,267,327,328,330,267,267,326,265,267,327,328,329,330,326,326,265,265,267,267,327,327,328,328,329,329,330,330,326,326,265,267,267,267,267,327,328,329,329,330,326,326,265,267,267,267,327,328,329,330,327,267,330,267,265,267,327,328,330,327,265,267,328,326,265,267,327,328,329,330,267,267,327,265,267,327,328,330,327,267,327,326,329,267,326,265,267,327,328,329,330,326,267,329,330,326,265,267,267,327,328,329,330,326,265,267,327,328,329,330,265,326,265,267,327,328,329,330,326,265,267,327,328,329,330,267,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,288,292,0,292,0,292,292,292,292,0,288,292,292,292,0,0,0,340,341,340,340,341,341,340,341,340,341,340,340,341,341,288,287,342,340,340,340,341,341,341,343,171,288,287,292,344,342,340,340,340,341,341,341,343,171,288,287,292,344,343,171,713,714,343,171,287,713,714,343,171,287,171,171,340,341,343,171,288,287,292,344,340,341,343,171,288,287,292,344,340,341,171,288,287,343,171,341,287,713,714,343,171,343,171,340,341,343,171,288,287,343,171,340,341,343,171,288,287,292,344,340,340,341,341,343,343,171,171,288,288,287,287,292,292,344,344,287,343,171,340,340,340,340,341,341,341,341,343,343,171,171,288,288,287,287,292,292,344,344,342,340,340,340,341,341,341,343,171,288,288,287,287,287,292,292,292,292,292,344,288,340,341,287,288,171,340,341,343,171,288,287,343,287,340,341,171,288,287,343,171,288,340,341,287,342,340,341,343,171,288,287,292,344,287,346,287,342,342,287,344,340,341,287,288,287,288,340,341,287,287,713,714,343,171,343,342,287,713,714,343,171,340,341,171,288,287,714,343,713,171,340,341,343,171,288,287,292,342,340,341,343,340,341,343,171,288,287,292,344,343,171,340,341,343,171,288,287,292,344,287,171,342,342,340,340,341,341,343,171,288,287,292,344,342,340,341,343,171,288,287,292,344,342,340,341,343,171,288,287,292,344,342,340,341,343,171,288,287,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,127,0,0,0,0,0,354,355,354,355,127,0,127,0,354,355,127,354,355,190,127,356,357,358,354,355,190,127,356,357,358,127,127,127,354,355,190,127,356,357,358,354,355,190,127,356,357,358,354,355,354,355,354,355,127,356,354,355,190,127,356,357,358,354,354,355,355,190,190,127,127,356,356,357,357,358,358,354,354,355,355,190,190,127,127,356,356,357,357,358,358,354,354,355,190,127,127,127,127,356,357,358,355,127,127,354,127,355,127,355,127,127,354,355,354,355,127,357,358,354,355,190,127,356,357,358,127,127,127,127,127,127,127,127,190,354,355,127,127,127,127,127,127,127,127,127,127,127,127,127,354,355,127,357,358,354,355,127,354,355,190,127,356,357,358,127,354,355,190,127,356,357,358,354,354,354,354,355,355,355,355,190,127,127,356,357,358,354,355,190,127,356,357,358,354,355,190,127,356,357,358,354,355,354,355,190,127,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,284,116,284,284,116,116,284,122,208,207,123,122,164,208,207,116,284,284,359,360,123,122,164,208,207,116,284,284,359,360,284,284,122,164,208,207,284,359,360,122,164,208,207,284,359,360,116,284,122,284,284,284,116,122,164,116,284,359,360,122,122,164,164,116,116,284,284,359,359,360,360,284,122,122,164,208,207,116,284,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,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,284,359,360,360,360,116,284,116,116,116,116,116,116,116,116,362,359,123,122,164,208,207,284,359,360,122,123,208,207,123,208,207,122,122,116,284,122,116,284,122,284,123,208,207,123,123,207,123,164,116,284,284,284,164,122,122,122,122,122,122,122,122,0,0,0,284,284,164,123,208,207,359,360,122,164,208,207,116,284,359,360,122,359,360,123,208,207,284,123,122,164,208,207,116,116,284,284,359,360,123,122,164,208,207,284,359,360,123,122,164,208,207,116,284,359,360,123,122,164,208,207,284,359,360,284,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,30,366,234,235,367,368,369,368,367,30,369,368,30,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,30,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,31,147,0,0,0,31,31,147,31,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,266,185,185,185,185,523,523,523,523,266,523,185,185,185,524,525,266,523,185,185,185,524,525,266,523,185,524,525,266,523,185,524,525,523,185,266,523,185,266,523,185,523,266,523,185,524,525,266,266,523,523,185,185,524,524,525,525,266,523,523,523,523,185,185,185,185,524,524,525,525,266,523,523,185,185,524,525,185,185,185,523,266,523,185,266,523,185,524,525,0,0,0,0,0,0,266,523,185,266,523,266,266,524,525,185,266,523,185,524,525,266,523,185,524,525,523,266,523,185,524,525,266,523,185,524,525,266,523,185,524,525,266,523,185,524,525,0,0,0,526,526,526,526,526,526,526,268,266,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,266,268,266,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,264,264,264,0,0,0,264,264,264,264,264,264,531,532,264,531,532,264,531,532,264,531,532,264,264,531,532,531,532,264,531,532,264,531,532,264,264,531,531,532,532,264,531,532,264,531,532,264,264,531,532,531,532,264,531,532,264,531,532,264,531,532,264,531,532,264,531,532,264,531,532,531,532,264,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,559,644,644,559,0,648,0,0,144,145,144,145,558,641,0,0,559,0,559,0,559,0,0,0,558,648,0,649,0,0,144,145,559,0,144,145,0,0,0,0,649,640,649,221,641,175,642,643,644,180,194,645,640,559,558,646,647,648,649,221,641,175,642,643,644,180,194,645,640,559,558,646,647,648,641,175,642,643,644,180,194,645,640,559,558,646,647,641,175,642,643,644,180,194,645,640,559,558,646,647,641,175,640,641,175,642,643,644,180,194,645,640,559,558,646,647,641,641,175,175,642,642,643,643,644,644,180,180,194,194,645,645,640,640,559,559,558,558,646,646,647,647,221,641,175,642,642,643,643,644,644,180,180,194,194,645,645,640,559,559,558,558,646,646,647,647,648,648,649,221,641,175,642,643,644,644,180,194,645,640,559,559,559,559,559,559,558,558,558,646,647,647,648,648,648,641,175,640,646,649,221,641,175,642,643,644,180,194,645,640,559,558,646,647,648,221,649,175,221,221,649,221,175,640,646,221,221,641,175,221,642,643,644,180,194,645,559,558,646,647,648,221,221,221,221,641,175,642,643,644,180,194,645,640,559,558,646,647,642,643,644,180,194,645,559,558,646,647,648,221,649,221,641,175,642,643,644,180,194,645,640,559,558,646,647,648,649,221,641,175,642,643,644,180,194,645,640,559,558,646,647,648,649,221,641,175,642,643,644,180,194,645,640,559,558,646,647,648,645,649,221,641,175,642,643,644,180,194,645,640,559,558,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,286,286,286,655,286,665,664,216,656,286,286,177,653,657,658,659,660,655,176,661,218,662,189,654,663,665,664,216,656,286,286,177,653,657,658,659,660,655,176,661,218,662,189,654,663,216,656,286,177,653,657,658,659,660,655,176,661,218,662,189,654,663,216,656,286,177,653,657,658,659,660,655,176,661,218,662,189,654,663,216,286,177,653,660,655,176,661,218,662,189,660,177,286,218,286,653,176,286,286,216,286,659,660,655,218,189,286,218,216,656,286,177,653,657,658,659,660,655,176,661,218,662,189,654,663,216,216,656,656,286,286,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,286,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,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,286,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,286,177,653,659,660,655,176,661,218,662,189,177,218,665,664,216,656,286,177,653,657,658,659,660,655,176,661,218,662,189,654,663,657,665,664,286,665,664,286,286,286,658,659,286,286,653,176,176,660,176,218,286,0,176,661,218,177,653,176,660,177,660,176,665,664,665,664,660,176,659,177,177,218,216,286,177,653,660,655,176,661,218,662,189,659,176,661,659,177,216,216,286,286,659,660,655,218,218,189,216,0,216,216,218,665,664,656,657,658,654,663,177,662,189,216,656,286,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,286,286,286,286,177,653,657,658,659,659,659,660,660,655,176,661,218,662,189,654,663,665,664,216,656,286,177,653,657,658,659,660,655,176,661,218,662,189,654,663,653,653,665,664,216,656,286,177,653,657,658,659,660,655,176,661,218,662,189,654,663,218,661,665,664,216,656,286,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,678,0,0,678,0,674,674,0,677,677,677,677,678,674,677,678,674,677,678,674,677,678,674,677,674,674,678,674,677,678,678,674,677,678,674,674,677,677,677,677,674,677,677,677,677,678,674,674,677,677,677,677,677,674,677,677,677,677,677,677,677,674,677,677,677,677,677,674,677,677,677,677,677,683,677,674,677,684,677,678,674,678,677,678,674,677,678,674,677,677,677,677,678,674,677,677,677,677,683,677,678,674,739,739,740,740,0,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,680,0,0,686,689,0,0,0,0,689,0,0,686,685,685,685,685,686,685,686,687,690,688,689,685,686,687,690,688,689,685,686,687,690,688,689,685,686,687,690,688,689,686,686,685,685,686,687,690,688,689,685,686,687,687,690,690,688,688,689,689,685,686,686,687,690,688,689,685,685,685,686,686,686,685,685,685,685,690,686,685,685,685,686,687,690,688,689,685,686,685,686,690,686,685,686,685,685,686,687,690,688,689,687,690,688,689,685,686,687,690,688,689,688,685,686,687,690,688,689,685,686,687,690,688,689,690,685,686,687,690,688,689,0,0,0,0,0,695,695,0,0,0,0,0,695,691,692,693,694,695,696,697,698,691,692,693,694,695,696,697,698,691,693,692,694,691,692,693,694,697,698,695,696,695,696,695,696,691,692,693,694,697,698,695,695,695,695,695,696,697,698,691,692,692,693,694,694,695,696,697,698,695,691,693,691,692,693,694,695,696,697,698,692,692,694,692,694,698,692,692,694,692,691,696,696,695,692,696,691,691,696,693,693,696,691,695,696,695,696,696,696,696,691,692,693,694,695,696,697,698,691,692,693,694,695,696,697,698,697,698,691,696,696,691,692,693,694,695,696,697,698,691,691,692,693,694,695,696,697,698,675,0,0,0,702,702,675,675,675,0,0,0,0,0,51,51,675,13,703,675,51,51,51,51,51,51,705,706,51,703,704,702,675,705,706,51,703,704,702,675,51,704,705,705,706,706,51,703,704,675,51,703,704,675,703,704,51,675,703,675,51,51,703,704,702,675,703,703,704,704,702,702,51,51,51,51,703,704,702,702,675,705,706,51,51,703,704,702,675,675,51,51,51,51,51,51,675,51,51,51,51,51,705,706,51,703,704,702,675,705,706,705,706,51,675,675,703,51,51,675,675,51,705,706,51,703,704,675,13,675,51,703,704,675,702,705,706,51,51,51,705,706,51,703,704,702,675,51,51,705,706,51,703,704,702,675,51,703,704,51,51,703,675,13,675,13,675,51,705,706,51,703,704,702,675,705,706,51,703,704,702,675,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}}}{}{}}0000000000030{{{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`{{Ch{Cf}}}}}}}}{Bl{{Cb{{C`{Cj}}}}}}{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{{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{}}{{{Fd{{h{Df}}{h{D`}}}}}j}{{{Fd{DfD`}}}j}222{{{Ff{c}}}{{Aj{c}}}{}}3{c{{C`{c}}}{}}4{Fhc{}}0{c{{Db{c}}}{}}6666{{{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{{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}}}D`}{{{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`{D`}}}}}{{Id{Ib}}}}{{{h{{C`{{Ch{Cf}}}}}}}{{Id{Ib}}}}{{{h{{C`{Cn}}}}}{{Id{Ib}}}}{{{h{{C`{Cj}}}}}{{Id{Ib}}}}{{{h{{C`{Bn}}}}}{{Id{Ib}}}}{{{h{{C`{Cl}}}}}{{Id{Ib}}}}{{{h{{C`{d}}}}}{{Id{Ib}}}}{{{h{{C`{Cd}}}}}{{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}{{}D`}{{}Kj}{{}Kl}{{}Kn}{{}L`}{{}Lb}{{}Cd}{{}Ld}{{}Lf}{{}Lh}{{}Lj}{{}Ll}{{}Ln}{{}M`}{{}Mb}{{}Md}`{{{h{Kd}}}h}{{{h{Kf}}}h}{{{h{Kh}}}h}{{{h{D`}}}h}{{{h{Kj}}}h}{{{h{Kl}}}h}{{{h{Kn}}}h}{{{h{L`}}}h}{{{h{Lb}}}h}{{{h{Cd}}}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{AhMf}}}}{{{h{AhMf}}}{{h{Ah{Ab{A`}}}}}}{{{h{AhCj}}}{{h{AhMf}}}}{{{h{AhCj}}}{{h{Ah{Ab{A`}}}}}}2{{{h{AhJd}}}}{{{h{AhJd}}}Mh}3{{{h{Jd}}}Mh}{{{h{Kd}}}{{h{Mj}}}}{{{h{Kf}}}{{h{Mj}}}}{{{h{Kh}}}{{h{Ml}}}}{{{h{D`}}}{{h{Mj}}}}{{{h{Kj}}}{{h{Mj}}}}{{{h{Kl}}}{{h{Mj}}}}{{{h{Kn}}}{{h{Mj}}}}{{{h{L`}}}{{h{Ml}}}}{{{h{Lb}}}{{h{n}}}}{{{h{Cd}}}{{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{{Ab{A`}}}}}}{{{h{Kf}}}{{h{{Ad{A`}}}}}}{{{h{Kh}}}{{h{{Ab{A`}}}}}}{{{h{Kh}}}{{h{{Ad{A`}}}}}}{{{h{D`}}}{{h{{Ab{A`}}}}}}{{{h{D`}}}{{h{{Ad{A`}}}}}}{{{h{Kj}}}{{h{{Ab{A`}}}}}}{{{h{Kj}}}{{h{{Ad{A`}}}}}}{{{h{Kl}}}{{h{{Ab{A`}}}}}}{{{h{Kl}}}{{h{{Ad{A`}}}}}}{{{h{Kn}}}{{h{{Ad{A`}}}}}}{{{h{Kn}}}{{h{{Ab{A`}}}}}}{{{h{Mf}}}{{h{Mf}}}}{{{h{Mf}}}{{h{{Ab{A`}}}}}}{{{h{Cj}}}{{h{{Ab{A`}}}}}}{{{h{Cj}}}{{h{Mf}}}}{{{h{L`}}}{{h{Nh}}}}{{{h{L`}}}{{h{{Ad{A`}}}}}}{{{h{L`}}}{{h{{Ab{A`}}}}}}{{{h{Lb}}}{{h{{Ad{A`}}}}}}{{{h{Lb}}}{{h{Nh}}}}{{{h{Lb}}}{{h{{Ab{A`}}}}}}{{{h{Cd}}}{{h{{Ad{A`}}}}}}{{{h{Cd}}}{{h{{Ab{A`}}}}}}{{{h{Ld}}}{{h{{Ab{A`}}}}}}{{{h{Ld}}}{{h{{Ad{A`}}}}}}{{{h{Lf}}}{{h{{Ad{A`}}}}}}{{{h{Lf}}}{{h{Nh}}}}{{{h{Lf}}}{{h{{Ab{A`}}}}}}{{{h{Lh}}}{{h{Nh}}}}{{{h{Lh}}}{{h{{Ad{A`}}}}}}{{{h{Lh}}}{{h{{Ab{A`}}}}}}{{{h{Lj}}}{{h{{Ad{A`}}}}}}{{{h{Lj}}}{{h{{Ab{A`}}}}}}{{{h{Ll}}}{{h{{Ad{A`}}}}}}{{{h{Ll}}}{{h{{Ab{A`}}}}}}{{{h{Ln}}}{{h{{Ab{A`}}}}}}{{{h{Ln}}}{{h{{Ad{A`}}}}}}{{{h{Cn}}}{{h{Nj}}}}{{{h{M`}}}{{h{{Ad{A`}}}}}}{{{h{M`}}}{{h{{Ab{A`}}}}}}{{{h{Mb}}}{{h{{Ad{A`}}}}}}{{{h{Mb}}}{{h{{Ab{A`}}}}}}{{{h{Md}}}{{h{{Ad{A`}}}}}}{{{h{Md}}}{{h{{Ab{A`}}}}}}{{{h{Cj}}}{{h{Mf}}}}{{{h{{K`{c}}}}}{{h{{K`{Nl}}}}}Nn}{{{K`{Nl}}}K`}{{{h{{K`{Nl}}}}}{{h{K`}}}}{{{Ad{A`}}}Mb}{{{h{O`}}}Fl}{{{h{Cl}}}Fl}```{{{h{Fj}}}{{Dn{EbOb}}}}{{{h{Fj}}}D`}`{{{h{c}}}{{h{e}}}{}{}}00000000{{{h{Kd}}}{{h{{Ab{A`}}}}}}11{{{h{Kf}}}{{h{{Ab{A`}}}}}}2{{{h{Kh}}}{{h{{Ab{A`}}}}}}{{{h{D`}}}{{h{{Ab{A`}}}}}}44{{{h{Kj}}}{{h{{Ab{A`}}}}}}5{{{h{Kl}}}{{h{{Ab{A`}}}}}}{{{h{Kn}}}{{h{{Ab{A`}}}}}}77777{{{h{Cj}}}{{h{Mf}}}}888{{{h{L`}}}{{h{{Ab{A`}}}}}}{{{h{Lb}}}{{h{{Ab{A`}}}}}}::{{{h{Cd}}}{{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}}}{}{}}00{{{h{Ln}}}{{h{{Ab{A`}}}}}}1111111111{{{h{M`}}}{{h{{Ab{A`}}}}}}222{{{h{Mb}}}{{h{{Ab{A`}}}}}}33{{{h{Md}}}{{h{{Ab{A`}}}}}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}000000000000000000{{{h{AhCj}}}{{h{AhMf}}}}11111111111111111111111111111111111111{{}Od}0{{{h{Mf}}}Of}{CnOh}{{{h{c}}Oj}Ed{}}{{{h{Fj}}}Ed}{{{h{Ol}}On}Ed}{{{h{c}}On}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{D`}}}D`}{{{h{Kj}}}Kj}{{{h{Kl}}}Kl}{{{h{Kn}}}Kn}{{{h{Fj}}}Fj}{{{h{A@d}}}A@d}{{{h{Cj}}}Cj}{{{h{AA`}}}AA`}{{{h{AAb}}}AAb}{{{h{L`}}}L`}{{{h{Lb}}}Lb}{{{h{Cd}}}Cd}{{{h{Ld}}}Ld}{{{h{AAd}}}AAd}{{{h{O`}}}O`}{{{h{Ol}}}Ol}{{{h{AAf}}}AAf}{{{h{Cl}}}Cl}{{{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{Cn}}}Cn}{{{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{D`}}{h{D`}}}Bh}{{{h{Kj}}{h{Kj}}}Bh}{{{h{Kl}}{h{Kl}}}Bh}{{{h{Kn}}{h{Kn}}}Bh}{{{h{Mf}}{h{Mf}}}Bh}{{{h{Cj}}{h{Cj}}}Bh}{{{h{AA`}}{h{AA`}}}Bh}{{{h{AAb}}{h{AAb}}}Bh}{{{h{L`}}{h{L`}}}Bh}{{{h{Lb}}{h{Lb}}}Bh}{{{h{Cd}}{h{Cd}}}Bh}{{{h{Ld}}{h{Ld}}}Bh}{{{h{AAd}}{h{AAd}}}Bh}{{{h{O`}}{h{O`}}}Bh}{{{h{Ol}}{h{Ol}}}Bh}{{{h{AAf}}{h{AAf}}}Bh}{{{h{Cl}}{h{Cl}}}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{Cn}}{h{Cn}}}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{Cl}}}}}}{{{h{AhABl}}ABl}{{Dn{BfABn}}}}``{{{h{Fj}}}{{Dh{Kj}}}}{{{h{Cl}}}Mj}{{{h{Cl}}}Cd}{{{h{Kl}}{h{{Ab{A`}}}}}Kn}{{{h{Cl}}}Ld}`{{{h{Ahc}}}{{Dn{BnAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{KdAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{KfAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{D`AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{KjAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{KlAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{FjAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{CdAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{LdAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{AAdAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{OlAC`}}}{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{CjAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{O`AC`}}}{ACbACd}}7{{{h{Ahc}}}{{Dn{ClAC`}}}{ACbACd}}{{{h{Bn}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{Kd}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{Kf}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{D`}}{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{Cj}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{Cd}}{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{Ol}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{AAf}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{Cl}}{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}{{}Cj}{{}AAd}{{}O`}{{}Ol}{{}A@j}{{}Mn}{{}ABj}{{}Nb}{{}Nd}{{}Nf}{{{h{Cj}}}h}{{{h{AhCj}}}{{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{D`}}}E`}{c{{Dn{Kj}}}E`}{c{{Dn{Kl}}}E`}{c{{Dn{Kn}}}E`}{c{{Dn{Fj}}}E`}{c{{Dn{{h{Mf}}}}}E`}{c{{Dn{Cj}}}E`}{c{{Dn{L`}}}E`}{c{{Dn{Lb}}}E`}{c{{Dn{Cd}}}E`}{c{{Dn{Ld}}}E`}{c{{Dn{AAd}}}E`}{c{{Dn{O`}}}E`}{c{{Dn{Ol}}}E`}{c{{Dn{AAf}}}E`}{c{{Dn{Cl}}}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{Cn}}}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}{BnADd}{InADd}{{BnA@l}ADd}{{InA@l}ADd}{{BnEb}}{{BnJ`}}{{InA@`}}{{J`Eb}}{{J`J`}}{{{h{AhBn}}Eb}Bf}{{{h{AhIn}}A@`}Bf}{{{h{AhJ`}}Eb}Bf}{{{h{Mf}}}Bn}`{{{h{Ol}}}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{D`}}{h{D`}}}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{Cj}}}Ed}{{{h{Mf}}{h{Mf}}}Ed}{{{h{Cj}}{h{Mf}}}Ed}{{{h{Cj}}{h{Cj}}}Ed}{{{h{AA`}}{h{AA`}}}Ed}{{{h{AAb}}{h{AAb}}}Ed}{{{h{L`}}{h{L`}}}Ed}{{{h{Lb}}{h{Lb}}}Ed}{{{h{Cd}}{h{Cd}}}Ed}{{{h{Ld}}{h{Ld}}}Ed}{{{h{AAd}}{h{AAd}}}Ed}{{{h{O`}}{h{O`}}}Ed}{{{h{Ol}}{h{Ol}}}Ed}{{{h{AAf}}{h{AAf}}}Ed}{{{h{Cl}}{h{Cl}}}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{Cn}}{h{Cn}}}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{AhCj}}c}Bf{{Ej{}{{Eh{ADh}}}}}}{{{h{ABl}}{h{{Jf{c}}}}}{{Dn{ClADj}}}Jn}{{{h{ABd}}{h{Ah{ADl{Cd}}}}{h{Ah{ADl{Df}}}}}{{Dn{BfADn}}}}{ABl{{Dn{ClAE`}}}}0{ABlCl}{{ABlA@b}{{Dn{ClAE`}}}}{{{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`{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{D`}}{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{Cj}}{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{Cd}}{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{Ol}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{AAf}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{Cl}}{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{Cn}}{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{AAjJd}1{AEdJd}{ACjJd}{MhJd}{AAlJd}555{CnA@n}66{MjKd}{MjKf}88{AEfKh}{MlKh}{{{h{AEf}}}Kh};{G`D`}{{{h{G`}}}D`}{FjD`}{MjD`}{{{h{Fj}}}D`}{cc{}}{MjKj}{CdKj}{LdKl}3{MjKl}{MjKn}55{A`A@d}{AAbA@d}77{{{AEh{Mf}}}Cj}{{{h{Mf}}}Cj}{K`Cj}{{{ADl{A`}}}Cj};;{CjL`}<{MlL`}{{{h{Mf}}}L`}{{{h{Cj}}}L`}{{{h{Cj}}}Lb}{cc{}}{CjLb}{nLb}{{{h{Mf}}}Lb}3{ClCd}{{{h{Cl}}}Cd}{MjCd}{MjLd}7{{{h{Cl}}}Ld}{ClLd}99{AEjOl}:{OnOl};;{{{ADl{{h{{Ab{A`}}}}}}}A@j}{{{ADl{{ADl{A`}}}}}A@j}{{{h{{Ab{{ADl{A`}}}}}}}A@j}>{{{h{{Ab{{h{{Ab{A`}}}}}}}}}A@j}?{DfAAh}{A`AAh}{FlAAh}{AElAAh}{EbAAh}{cc{}}{AAlAAj}{AEdAAj}{MlLf}{AAlLf}{{{h{AAl}}}Lf}5{AAjLf}{{{h{AAj}}}Lf}{{{h{AAl}}}Lh}{MlLh}{AAlLh}:::{MjLj};;{MjLl}<<{{{N`{Mn}}}Ln}={ABbAB`}>>{CnABf}????{ABjABh}{cc{}}000{AEnM`}{{{N`{Nb}}}M`}2{AF`Mb}{{{h{AF`}}}Mb}4{M`Mb}{{{N`{Nd}}}Mb}6{AFbMd}{{{N`{Nf}}}Md}8{{{h{AFb}}}Md}{AElOl}{{{Ad{A`}}}Jb}{{{Ad{A`}}}ABh}{{{h{Fj}}c}ABd{{AFd{{h{Cd}}}{{Hh{Ed}}}}}}{ADb{{Dn{BnAFf}}}}{ADb{{Dn{InAFf}}}}{{}Kd}{{}Kf}{{}Kh}{{}D`}{{}Kj}{{}Kl}{{}Kn}{{}L`}{{}Lb}{{}Cd}{{}Ld}{{}Lf}{{}Lh}{{}Lj}{{}Ll}{{}Ln}{{}M`}{{}Mb}{{}Md}{{{h{{Ab{A`}}}}}{{h{Mf}}}}{{{ADl{A`}}}Cj}{{{h{Ah{Ab{A`}}}}}{{h{AhMf}}}}{Oh{{Dh{Cn}}}}{ABjABh}{DfOl}{DfABb}{DfABj}{A`{{Dn{AB`AFh}}}}{{{h{Gd}}}{{Dn{CnAFj}}}}{{}Kd}{{}Kf}{{}Kh}{{}D`}{{}Kj}{{}Kl}{{}Kn}{{}L`}{{}Lb}{{}Cd}{{}Ld}{{}Lf}{{}Lh}{{}Lj}{{}Ll}{{}Ln}{{}M`}{{}Mb}{{}Md}{{ADbA@l}{{Dn{BnAFf}}}}{{ADbA@l}{{Dn{InAFf}}}}{{{h{G`}}{h{{Ab{Cd}}}}c}ABd{{AFd{{h{Cd}}}{{Hh{Ed}}}}}}{AElOl}{{{h{Gd}}}{{Dn{CjAFl}}}}{{{h{Gd}}}{{Dn{OlAFn}}}}{{{h{Gd}}}{{Dn{JbAFn}}}}{{{h{Gd}}}{{Dn{ABhAFn}}}}{{{h{Gd}}}{{Dn{ABjAFn}}}}{EbBn}{cCj{{Ej{}{{Eh{ADh}}}}}}{{Jd{Dh{Mb}}}Md}{{{h{AG`}}}{{Fd{JdJj}}}}{Eb{{Dh{J`}}}}{{{Ad{A`}}}Jb}{{{Ad{A`}}}ABh}{AGb{{Dh{Cn}}}}{{MbMb}Mb}{EbJ`}{{{h{{Jf{c}}}}{h{AAn}}}AAjAGd}{{{h{{Jf{c}}}}{h{AAn}}}{{Dn{AAlAGf}}}AGd}{MjKd}{MjKf}{MlKh}{MjD`}{MjKj}{MjKl}{MjKn}{MlL`}{nLb}{MjCd}{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{OlAGl}}}}0{{{h{{Ab{A`}}}}}{{Dn{JdAGn}}}}{{{h{{Ab{A`}}}}}{{Dn{JdJl}}}}{{{h{{Ab{A`}}}}}{{Dn{KdGb}}}}{{{h{{Ab{A`}}}}}{{Dn{KfGb}}}}{{{h{{Ab{A`}}}}}{{Dn{KhGb}}}}{{{h{{Ab{A`}}}}}{{Dn{D`Gb}}}}{{{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{CdGb}}}}{{{h{{Ab{A`}}}}}{{Dn{LdGb}}}}{{{h{{Ab{c}}}}}A@j{{AD`{{Ab{A`}}}}}}{{{h{{Ab{A`}}}}}{{Dn{AAjAH`}}}}{{{h{{Ab{A`}}}}}{{Dn{AAjAGn}}}}{{{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{D`Gb}}}}{{{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{CdGb}}}}{{{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{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{D`}}}}{{{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{Cd}}}}{{{h{Gd}}}{{Dn{Ld}}}}{{{h{Gd}}}{{Dn{AAd}}}}{{{h{Gd}}}{{Dn{Ol}}}}{{{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{Cn}}}}{{{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{OlAHn}}}}{{{h{Gd}}}{{Dn{JbAHn}}}}{{{h{Gd}}}{{Dn{ABhAHn}}}}{{{h{Gd}}}{{Dn{ABjAHn}}}}{Cl{{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{D`}}{h{Ahc}}}BfGj}{{{h{Kj}}{h{Ahc}}}BfGj}{{{h{Kl}}{h{Ahc}}}BfGj}{{{h{Kn}}{h{Ahc}}}BfGj}{{{h{Mf}}{h{Ahc}}}BfGj}{{{h{Cj}}{h{Ahc}}}BfGj}{{{h{AA`}}{h{Ahc}}}BfGj}{{{h{AAb}}{h{Ahc}}}BfGj}{{{h{L`}}{h{Ahc}}}BfGj}{{{h{Lb}}{h{Ahc}}}BfGj}{{{h{Cd}}{h{Ahc}}}BfGj}{{{h{Ld}}{h{Ahc}}}BfGj}{{{h{AAd}}{h{Ahc}}}BfGj}{{{h{O`}}{h{Ahc}}}BfGj}{{{h{Ol}}{h{Ahc}}}BfGj}{{{h{AAf}}{h{Ahc}}}BfGj}{{{h{Cl}}{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{Cn}}{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{D`}}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}}{AI`{Fl}}}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}h}{{{h{L`}}c}h{{Gn{{Ab{A`}}}}}}{{{h{Lb}}c}h{{Gn{{Ab{A`}}}}}}{{{h{Cd}}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}}AIl}{{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{Cj{{AJb{Mf}}}}{Cj{{ADl{A`}}}}{{{h{A@j}}}}{{{AJb{Mf}}}Cj}{{{h{Cl}}AJdAJf}Ed}{{{h{Cl}}}Ed}{{{h{Mf}}}Ed}{{{h{A@j}}}Ed}2{{{h{Ol}}}Ed}03{{{h{ABf}}}Ed}{{{h{ABh}}D`}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}}}}Cn}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}{CnAGb}{{{h{K`}}{h{Mf}}}Ed}{{{h{ABh}}}ABh}{{{h{ABh}}c}ABh{{AD`{Nj}}}}1`11{{{h{Mf}}}Bn}{CjAAf}{{{h{Mf}}A@b}Bn}{{CjA@b}AAf}{{BnEb}}{{InA@`}}{{A@bJ`}}{{J`A@b}}{{J`Eb}}{{{h{AhBn}}Eb}Bf}{{{h{AhIn}}A@`}Bf}{{{h{AhJ`}}Eb}Bf}{In}``{{}{{h{Mf}}}}{{}Cj}{{AAb{h{{Ab{A`}}}}}{{Dn{AA`AJj}}}}{{CdDf}AAd}{{}A@j}{cAAj{{AHb{AEd}}}}{{AJlc}AAn{{AHb{ABf}}}}{cCj{{AD`{Nh}}}}{{{h{AAj}}}Cj}{{{h{Lf}}}Cj}{{{h{L`}}}Cj}{{{h{{Jf{c}}}}Jd{Dh{Mb}}}CjJn}{ACjCj}{{{h{Lh}}}Cj}{{{h{Lb}}}Cj}98{{{h{AA`}}}Cj}{{{h{A@j}}Fl}{{Dh{{h{{Ab{A`}}}}}}}}{{{h{Cl}}}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{Cj}}}}{LhCj}{{{h{AAj}}}{{Dn{CjAGf}}}}{{{h{AAl}}}Cj}{{{h{Mf}}c}K`{{AHb{A@n}}}}{{{h{Mf}}}AA`}{Cn{{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{D`}}{h{D`}}}{{Dh{Bh}}}}{{{h{Kj}}{h{Kj}}}{{Dh{Bh}}}}{{{h{Kl}}{h{Kl}}}{{Dh{Bh}}}}{{{h{Kn}}{h{Kn}}}{{Dh{Bh}}}}{{{h{Mf}}{h{Cj}}}{{Dh{Bh}}}}{{{h{Mf}}{h{Mf}}}{{Dh{Bh}}}}{{{h{Cj}}{h{Cj}}}{{Dh{Bh}}}}{{{h{Cj}}{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{Cd}}{h{Cd}}}{{Dh{Bh}}}}{{{h{Ld}}{h{Ld}}}{{Dh{Bh}}}}{{{h{AAd}}{h{AAd}}}{{Dh{Bh}}}}{{{h{O`}}{h{O`}}}{{Dh{Bh}}}}{{{h{Ol}}{h{Ol}}}{{Dh{Bh}}}}{{{h{AAf}}{h{AAf}}}{{Dh{Bh}}}}{{{h{Cl}}{h{Cl}}}{{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{Cn}}{h{Cn}}}{{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{CjAGj}}}}}}}}}{}}{{{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{AhCj}}ADh}Bf}0{{{h{AhCj}}A@d}Bf}{{{h{AhCj}}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}}Cn}{{Dn{K`AHf}}}}{{{h{AhCj}}Fl}Bf}0{J`{{Dh{J`}}}}{{{h{AhCj}}}Bf}{{{h{K`}}}{{Dh{L`}}}}{{{h{Mf}}}L`}{{{h{K`}}}Cj}`{{{h{Cl}}}{{`{{Hb{}{{Eh{Fl}}}}}}}}`{{{h{A@j}}}{{Dh{{h{{Ab{A`}}}}}}}}{{{h{O`}}}J`}`{{BncACl}DnI`}{{IncACl}DnI`}101010{{{h{Bn}}c}DnI`}{{{h{A@b}}c}DnI`}{{{h{Jd}}}{{Ad{A`}}}}{{{h{Jd}}c}DnI`}{{{h{J`}}c}DnI`}{{{h{{K`{c}}}}e}DnNnI`}{{{h{Kd}}c}DnI`}{{{h{Kf}}c}DnI`}{{{h{Kh}}c}DnI`}{{{h{D`}}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{Cj}}c}DnI`}{{{h{L`}}c}DnI`}{{{h{Lb}}c}DnI`}{{{h{Cd}}c}DnI`}{{{h{Ld}}c}DnI`}{{{h{AAd}}c}DnI`}{{{h{O`}}c}DnI`}{{{h{Ol}}c}DnI`}{{{h{AAf}}c}DnI`}{{{h{Cl}}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{Cn}}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{Cl}}}}{{{h{ABl}}Fl{h{Ah{AKj{c}}}}{Dh{M`}}}{{Dn{AL`ALb}}}{{Dj{Cl}}}}{{{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{{Ad{A`}}}}{ABh{{Ad{A`}}}}{BnADb}{InADb}{Kd}{Kf}{Kh}{D`}{Kj}{Kl}{Kn}{L`}{Lb}{Cd}{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}{OlDf}{Cn{{h{Gd}}}}{AAbALj}{{BnA@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}}}Cj}{{{h{Mf}}{h{{Jf{c}}}}Jd}CjJn}1{{{h{Jd}}}AAj}{{{h{AAj}}}AAj}{{{h{K`}}}Ih}{KdMj}{KfMj}{KhMl}{D`Mj}{KjMj}{KlMj}{KnMj}{L`Ml}{Lbn}{CdMj}{LdMj}{LfMl}{LhMl}{LjMj}{LlMj}{Ln{{N`{Mn}}}}{M`{{N`{Nb}}}}{Mb{{N`{Nd}}}}{Md{{N`{Nf}}}}{{{h{Ol}}}{{Dh{On}}}}{{{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{Cl}}c}Fl{{Hj{{h{AAd}}}{{Hh{{Dh{AAf}}}}}}}}{{{h{Fj}}}Fl}{{{h{O`}}}Fl}{{{h{Cl}}}Fl}{c{{Dn{e}}}{}{}}{In{{Dn{Bn}}}}1{Bn{{Dn{In}}}}2{{{h{Gd}}}{{Dn{A@b}}}}{Ih{{Dn{A@b}}}}4{{{AJb{Gd}}}{{Dn{A@b}}}}5{{{AJb{Gd}}}{{Dn{J`}}}}{{{h{Gd}}}{{Dn{J`}}}}{Ih{{Dn{J`}}}}8888888888888888{A`{{Dn{AAb}}}}{A@d{{Dn{AAb}}}}{ADh{{Dn{AAb}}}}{ALj{{Dn{AAb}}}}<<<<<<{Ih{{Dn{Ol}}}}={{{AJb{Gd}}}{{Dn{Ol}}}}{{{h{Gd}}}{{Dn{Ol}}}}????????{AAj{{Dn{AAl}}}}{c{{Dn{e}}}{}{}}000000000{Oh{{Dn{Cn}}}}{AGb{{Dn{Cn}}}}222222222222222222222222222222222222222222222222222222222222222222{{{h{Jd}}{h{{Jf{c}}}}{h{Jd}}JjJh}EdJn}{{{h{Cl}}Fl}{{Dn{{h{O`}}AMd}}}}{{{h{Cl}}Fl}{{Dn{{h{AAf}}AMf}}}}`{{{h{Cl}}}Cd}``{{{h{c}}}Il{}}00000000000000000000000000000000000000000000000000000000{ACl{{h{Gd}}}}0{{BnBn}Bn}{{InIn}In}10`{InBn}`{{{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{Cl}}}Fl}{ce{}{}}0000000000000000000000000000000000000000000000000000000{{{h{Fj}}}J`}{{{h{AAf}}}J`}{{{h{Cl}}}J`}{FlCj}`{{{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{Cl}}}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}{AO`AGh}{AJjAGh}{cc{}}0{AO`AJn}1{ANfAHf}{ANbAHf}{ANdAHf}{ANhAHf}{ANnAHf}6{ANjAHf}{AObAHf}{AJjAHf}{AO`AHf}{AOdAHf};;;;;;;;{{{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{cc{}}{AOjAFf}{AOlAFf}{AO`AFf}{AM`AFf}{AOnAFf}{B@`AFf}6{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{B@j}}}};{{{h{Ih}}}{{h{Gd}}}}40{{{h{c}}}{{h{e}}}{}{}}05001{{{h{Ahc}}}{{h{Ahe}}}{}{}}0;0: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{AAh}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{BA`}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{BAb}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{{Fd{DfBAd}}}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{D`}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{{ADl{A`}}}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{Kd}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{G`}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{M`}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{Kj}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{A`}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{BAf}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{O`}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{BAh}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{Cl}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{AAf}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{Eb}}AC`}}}{ACbACd}}{{{h{{ADl{G`}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{Cl}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{{ADl{A`}}}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{Eb}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{A`}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{BAh}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{BA`}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{Kj}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{Kd}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{M`}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{BAb}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{O`}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{D`}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{{Fd{DfBAd}}}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{AAh}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{Kf}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{BAf}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{AAf}}}}{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{{ADl{ci}}}}}Ed{}{{Ef{c}}}B@fB@f}{{{h{{ADl{eg}}}}{h{{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{{Ab{c}}}}}Ed{}{{Ef{c}}}B@f}{{{h{{ADl{eg}}}}{h{{h{Ah{Ab{c}}}}}}}Ed{}{{Ef{c}}}B@f}{{{h{Ih}}{h{BBf}}}Ed}{{{h{Ih}}{h{{AEh{Gd}}}}}Ed}{{{h{Ih}}{h{{h{Gd}}}}}Ed}{{{h{Ih}}{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{Ih}}}}}}{{{h{AhIh}}c}Bf{{Ej{}{{Eh{{AEh{Gd}}}}}}}}{{{h{AhIh}}c}Bf{{Ej{}{{Eh{{AJb{Gd}}}}}}}}{{{h{AhIh}}c}Bf{{Ej{}{{Eh{{h{BBj}}}}}}}}{{{h{AhIh}}c}Bf{{Ej{}{{Eh{{h{Gd}}}}}}}}{{{h{AhIh}}c}Bf{{Ej{}{{Eh{BBj}}}}}}{{{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}}{AEh{Gd}}}Bf}{{{h{AhIh}}{h{BBj}}}Bf}{{{h{AhIh}}BBj}Bf}{{{h{AhIh}}Ih}Bf}{{{h{AhIh}}{h{Gd}}}Bf}{{{h{Ah{ADl{ce}}}}Fl}BfBBhB@f}{{{h{Ah{ADl{ce}}}}Fl}Bf{}B@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{BC`AOd}{B@lAOd}{cc{}}{BCbAOd}{AO`AOd}2{{{h{{Ad{c}}}}}{{ADl{c}}}Al}{{{h{Ah{Ab{c}}}}}{{ADl{c}}}Al}{{{BCd{ce}}}{{ADl{ce}}}{}B@f}{BCf{{ADl{A`}}}}{{{AJb{{Ab{c}}e}}}{{ADl{ce}}}{}B@f}{{{AEh{{Ab{c}}}}}{{ADl{c}}}{}}8{{{Ad{c}}}{{ADl{c}}}{}}{{{h{{Ab{c}}}}}{{ADl{c}}}Al}{BCh{{ADl{A`}}}}{{{BCj{ce}}}{{ADl{ce}}}{}B@f}{Cj{{ADl{A`}}}}{{{h{Ah{Ad{c}}}}}{{ADl{c}}}Al}{BCl{{ADl{Mb}}}}{BCn{{ADl{BD`}}}}{Ih{{ADl{A`}}}}{{{h{Gd}}}{{ADl{A`}}}}{{{h{Ih}}}Ih}{cc{}}{{{h{AhGd}}}Ih}{{{AJb{Gd}}}Ih}{{{AEh{Gd}}}Ih}{BBjIh}{{{h{Gd}}}Ih}{{{h{Gd}}}{{Dn{{ADl{A`}}}}}}{e{{ADl{c}}}{}{{Ej{}{{Eh{c}}}}}}{cIh{{Ej{}{{Eh{{AJb{Gd}}}}}}}}{cIh{{Ej{}{{Eh{Ih}}}}}}{cIh{{Ej{}{{Eh{BBj}}}}}}{cIh{{Ej{}{{Eh{{h{Gd}}}}}}}}{cIh{{Ej{}{{Eh{{AEh{Gd}}}}}}}}{cIh{{Ej{}{{Eh{{h{BBj}}}}}}}}{{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{BCnBDh}}}{}}{Ih{{Dn{BCnBDh}}}}{{{ADl{e}}}{}BDj{{BDl{c}}}}{Ih{{BDn{c}}}BDj}{{{ADl{{Ad{c}}e}}}{{ADl{ce}}}{}B@f}{{{ADl{ce}}}{}{}B@f}{{{h{Ah{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{ce}}}}}Ed{}B@f}{{{h{{ADl{c}}}}}Ed{}}{{{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{{Ab{c}}}}}Ed{}{{Ef{c}}}B@f}{{{h{{ADl{eg}}}}{h{{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{{Ad{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{}}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{{Ab{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`{{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{BAf}}}{{h{{Ad{A`}}}}}}{{{h{AhBAf}}}{{h{Ah{Ad{A`}}}}}}{{{h{AhBAf}}}{{h{Ah{Ab{A`}}}}}}{{{h{AhBAf}}}A`}{{{h{BAf}}}A`}{{{h{BAb}}}{{h{Cl}}}}{{{h{BAf}}}{{h{{Ab{A`}}}}}}6``{{{h{c}}}{{h{e}}}{}{}}07010000{{{h{Ahc}}}{{h{Ahe}}}{}{}}00670000{{{h{G`}}Eb}{{Fd{EbEb}}}}{{{h{BHl}}}BHl}{{{h{BAb}}}BAb}{{{h{BAf}}}BAf}{{{h{BHn}}}BHn}{{{h{BI`}}}BI`}{{{h{BIb}}}BIb}{{{h{BId}}}BId}{{{h{c}}{h{Ahe}}}Bf{}{}}000000{{{h{BAb}}{h{BAb}}}Bh}{{{h{BAf}}{h{BAf}}}Bh}{{{h{BHn}}{h{BHn}}}Bh}{{{h{BI`}}{h{BI`}}}Bh}{{{h{BId}}{h{BId}}}Bh}{{{h{Ahc}}}{{Dn{BAbAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{BAfAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{BHnAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{BI`AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{BIdAC`}}}{ACbACd}}20{{{h{BAb}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{BAf}}{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}}{{}BAf}{c{{Dn{BAf}}}E`}{{{h{BHl}}{h{BHl}}}Ed}{{{h{BAb}}{h{BAb}}}Ed}{{{h{BAf}}{h{BAf}}}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{BAb}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{BAf}}{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{{{Ad{A`}}}BAf}{{{h{{Ad{A`}}}}}BAf}33333{{{h{Fj}}EbDf{h{{Ab{Fl}}}}}{{Dn{BHnBHl}}}}{{{h{Gd}}}{{Dn{BAfBIf}}}}{{{h{BI`}}{h{Fj}}}{{Dn{BIdBIb}}}}{{{h{Gd}}}{{Dn{BAf}}}}{{{h{BAb}}{h{Ahc}}}BfGj}{{{h{BAf}}{h{Ahc}}}BfGj}{{{h{BHn}}{h{Ahc}}}BfGj}{{{h{BI`}}{h{Ahc}}}BfGj}{{{h{BId}}{h{Ahc}}}BfGj}``{{{h{BAf}}c}h{}}`{ce{}{}}000000{{{h{BAf}}}Ed}{{{h{BAf}}}Fl}`{{{h{BAb}}{h{BAb}}}{{Dh{Bh}}}}{{{h{BAf}}{h{BAf}}}{{Dh{Bh}}}}{{{h{BHn}}{h{BHn}}}{{Dh{Bh}}}}{{{h{BI`}}{h{BI`}}}{{Dh{Bh}}}}{{{h{BId}}{h{BId}}}{{Dh{Bh}}}}`{{{h{BAf}}c}DnI`}`{{{h{BHl}}}{{Dh{{h{AOf}}}}}}{{{h{BIb}}}{{Dh{{h{AOf}}}}}}{BAf{{Ad{A`}}}}{{{h{c}}}e{}{}}000000{{{h{c}}}Ih{}}00`{c{{Dn{e}}}{}{}}00{{{h{{Ab{A`}}}}}{{Dn{BAf}}}}11111111111`{{{h{c}}}Il{}}000000{ce{}{}}000000{{{h{c}}{Fd{EbEb}}}BAf{{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{AO`BIl}1{ACfBIl}2{ce{}{}}0000000{{{h{BJb}}{h{Ahc}}e}{{Dn{EdBIl}}}{ACbACd}Hb}{{{h{BJd}}{h{Ahc}}e}{{Dn{EdBIl}}}{ACbACd}Hb}{{{h{BIn}}{h{D`}}c}{{Dn{EdBIl}}}Hb}210{{{h{Ahc}}{h{Fj}}}{{BIh{c}}}ACh}{{{h{D`}}}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{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`}{{{h{BJh}}}{{h{{Ab{A`}}}}}}:{{{h{BJj}}}{{h{{Ab{A`}}}}}}:{{{h{BD`}}}{{h{{Ab{BD`}}}}}}{{{h{BCn}}}{{h{{Ab{BD`}}}}}}{{{h{c}}}{{h{e}}}{}{}}04>=03000000{{{h{Ahc}}}{{h{Ahe}}}{}{}}=<0:;0000000{{}Ed}0````{{{h{BCn}}BD`}BCn}````{{{h{BCn}}BD`}BJl}{{{h{AEf}}{h{{Jf{c}}}}BD`}{{Dn{AEfBDh}}}Jn}{{{h{AEf}}BD`}{{Dn{{Fd{AJlBJh}}BDh}}}}{{{h{BJh}}}BJh}{{{h{BJj}}}BJj}{{{h{BJn}}}BJn}{{{h{AEf}}}AEf}{{{h{BD`}}}BD`}{{{h{BCn}}}BCn}{{{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{BD`}}{h{BD`}}}Bh}{{{h{BCn}}{h{BCn}}}Bh}{{{h{{Ab{A`}}}}}{{Dn{BJnBDh}}}}{{{h{{Ab{A`}}}}}{{Dn{AEfBDh}}}}{{}BJj}{{}BCn}````{{{h{BJn}}{h{{Jf{c}}}}{h{e}}}{{Dn{BJnBDh}}}AGd{{AD`{{Ab{BD`}}}}}}{{{h{AEf}}{h{{Jf{c}}}}{h{e}}}{{Dn{AEfBDh}}}Jn{{AD`{{Ab{BD`}}}}}}{c{{Dn{BJh}}}E`}{c{{Dn{BJj}}}E`}{c{{Dn{BJn}}}E`}{c{{Dn{AEf}}}E`}{c{{Dn{BD`}}}E`}{c{{Dn{BCn}}}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{BD`}}{h{BD`}}}Ed}{{{h{BCn}}{h{BCn}}}Ed}{{{h{BDh}}{h{BDh}}}Ed}{{{h{BK`}}{h{BK`}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}000000000000000{{{h{BCn}}c}BCn{{AD`{{Ab{BD`}}}}}}{{{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{BD`}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BCn}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BDh}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BK`}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}{{{h{{Ad{A`}}}}}BJh}1{{{Ad{A`}}}BJh}{{{Ad{A`}}}BJj}3{{{h{{Ad{A`}}}}}BJj}444{DfBD`}5{{{ADl{BD`}}}BCn}{{{h{{Ab{BD`}}}}}BCn}7{BK`BDh}{AOdBDh}{AO`BDh}{JlBDh};{Df{{Dn{BD`BDh}}}}{{{h{Gd}}}{{Dn{BJhBIf}}}}{{{h{Gd}}}{{Dn{BJjBIf}}}}{cBCn{{Ej{}{{Eh{BD`}}}}}}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{BD`BDh}}}}{{{h{Gd}}}{{Dn{BCnBDh}}}}{{{h{BJn}}BKb{h{{Jf{c}}}}}{{Dn{{Dh{AAn}}}}}AGd}{{{h{BCn}}}BJl}{{{h{BJh}}{h{Ahc}}}BfGj}{{{h{BJj}}{h{Ahc}}}BfGj}{{{h{AEf}}{h{Ahc}}}BfGj}{{{h{BD`}}{h{Ahc}}}BfGj}{{{h{BCn}}{h{Ahc}}}BfGj}{{{h{BJn}}{h{{Jf{c}}}}}KhAGd}{{{h{AEf}}}Kh}{BD`{{Dn{BD`BDh}}}}{{{h{BJh}}c}h{}}{{{h{BJj}}c}h{}}{{{h{BCn}}c}h{}}{ce{}{}}00000000{{BCnBD`}BCn}{BKd{{Dn{BCnBDh}}}}{c{{Dn{BCnBDh}}}{}}{c{{H`{g}}}{}{}{{Hb{}{{Eh{e}}}}}}4{{{h{BCn}}}}{{{h{BK`}}}Fl}{{{h{BJh}}}Ed}{{{h{BJj}}}Ed}{{{h{BCn}}}Ed}{{{h{BD`}}}Ed}10{{{h{BJh}}}Fl}{{{h{BJj}}}Fl}{{{h{BCn}}}Fl}{{}BCn}````{{c{h{{Ab{A`}}}}}{{Dn{BJnBDh}}}{{AHb{ABf}}}}{{{h{AhBJl}}}Dh}{{{h{BCn}}}BJl}````{{{h{BJh}}{h{BJh}}}{{Dh{Bh}}}}{{{h{BJj}}{h{BJj}}}{{Dh{Bh}}}}{{{h{AEf}}{h{AEf}}}{{Dh{Bh}}}}{{{h{BD`}}{h{BD`}}}{{Dh{Bh}}}}{{{h{BCn}}{h{BCn}}}{{Dh{Bh}}}}````{{{h{BJh}}c}DnI`}{{{h{BJj}}c}DnI`}{{{h{BJn}}c}DnI`}{{{h{AEf}}c}DnI`}{{{h{BD`}}c}DnI`}{{{h{BCn}}c}DnI`}{{{h{BDh}}}{{Dh{{h{AOf}}}}}}{{{h{BCn}}BD`}BJl}{BJh{{Ad{A`}}}}{BJj{{Ad{A`}}}}{{BJn{h{{Jf{c}}}}}AG`AGd}{{{h{c}}}e{}{}}0000000{BJnAAn}{AEfAAl}{{{h{c}}}Ih{}}0000000{{{h{BCn}}}{{ADl{Df}}}}{AEfJd}{c{{Ij{i}}}{}{}{}{{Hb{}{{Eh{{Dn{eg}}}}}}}}{c{{Dn{e}}}{}{}}{{{h{{Ab{A`}}}}}{{Dn{BJh}}}}11{{{h{{Ab{A`}}}}}{{Dn{BJj}}}}222222222222222{{{h{c}}}Il{}}00000000{ce{}{}}00000000{{{h{BJn}}{h{{Jf{c}}}}}BJjAGd}{{{h{AEf}}{h{{Jf{c}}}}}BJjAGd}`````````````````````````````````{{{h{G`}}}D`}{{{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{AO`Ob}11{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{D`BKh}}}}`>>>>{{{h{G`}}}Jb}``````````````````{{{h{Oh}}}{{h{{Ad{A`}}}}}}{{{h{AhOh}}}{{h{Ah{Ab{A`}}}}}}{{{h{AhOh}}}{{h{Ah{Ad{A`}}}}}}{{{h{AhOh}}}A`}{{{h{Oh}}}A`}4{{{h{Oh}}}{{h{{Ab{A`}}}}}}0{{{h{c}}}{{h{e}}}{}{}}65{{{h{Ahc}}}{{h{Ahe}}}{}{}}5{{{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{cc{}}{{{h{{Ad{A`}}}}}Oh}{{{Ad{A`}}}Oh}{D`Oh}{{{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}}}}{CnOh}<```````````````````{{{h{c}}}{{h{e}}}{}{}}00000{{{h{Ahc}}}{{h{Ahe}}}{}{}}00000{{{h{c}}Oj}Ed{}}{{{h{Oj}}Oj}Ed}{{{h{c}}On}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}222{AJdOj}{AJfOj}{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{CjAGj}}}}}}}}}{}}{{{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{{{h{Gd}}}{{Dn{AJd}}}}{c{{Dn{e}}}{}{}}{Ih{{Dn{AJd}}}}{{{AJb{Gd}}}{{Dn{AJd}}}}2{{{h{Gd}}}{{Dn{AJf}}}}{Ih{{Dn{AJf}}}}4{{{AJb{Gd}}}{{Dn{AJf}}}}55{{{h{Gd}}}{{Dn{Oj}}}}6{Ih{{Dn{Oj}}}}{{{AJb{Gd}}}{{Dn{Oj}}}}888888{{{h{c}}}Il{}}00000{ce{}{}}00000`````````````````{{{h{c}}}{{h{e}}}{}{}}000000{{{h{Ahc}}}{{h{Ahe}}}{}{}}000000{{{h{c}}Oj}Ed{}}{{{h{c}}On}Ed{}}{{{h{On}}On}Ed}{{{h{BLd}}}BLd}{{{h{BLf}}}BLf}{{{h{AGl}}}AGl}{{{h{On}}}On}{{{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{On}}}E`}{{{h{BLh}}}Df}{{{h{BLd}}{h{BLd}}}Ed}{{{h{BLf}}{h{BLf}}}Ed}{{{h{AGl}}{h{AGl}}}Ed}{{{h{On}}{h{On}}}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{On}}{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{}}000{AEjOn}{BLfOn}{BLdOn}333{AElBLf}{AElOn}{Df{{Dn{OnBLh}}}}71{Df{{Dn{BLfAGl}}}}{Df{{Dn{OnAGl}}}}10{Ol{{Dn{OnBLh}}}}{{{h{Gd}}}{{Dn{BLd}}}}{{{h{Gd}}}{{Dn{BLf}}}}{{{h{BLd}}{h{Ahc}}}BfGj}{{{h{BLf}}{h{Ahc}}}BfGj}{{{h{On}}{h{Ahc}}}BfGj}``{ce{}{}}000000{{{h{On}}}Ed}0{{{h{On}}On}Ed}{{{h{On}}Ol}Ed}1{{{h{On}}BLdBLf}Ed}{{{h{On}}BLd}{{Dn{EdBLj}}}}{{{h{On}}BLf}{{Dn{EdBLl}}}}{DfAGl}{{{h{BLd}}{h{BLd}}}{{Dh{Bh}}}}{{{h{BLf}}{h{BLf}}}{{Dh{Bh}}}}{{{h{On}}{h{On}}}{{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{CjAGj}}}}}}}}}{}}{{{h{c}}{h{e}}}{{Dh{Fl}}}{}{}}{{{h{c}}{h{e}}{h{M`}}}{{Dh{Fl}}}{}{}}{{{h{BLd}}c}DnI`}{{{h{BLf}}c}DnI`}{{{h{On}}c}DnI`}``{{{h{BLd}}}Df}{{{h{BLf}}}Df}{{{h{On}}}Df}{{{h{c}}}e{}{}}000000{{{h{On}}}Ol}{{{h{c}}}Ih{}}000000{{{AJb{Gd}}}{{Dn{BLd}}}}{Ih{{Dn{BLd}}}}{{{h{Gd}}}{{Dn{BLd}}}}{c{{Dn{e}}}{}{}}{{{AJb{Gd}}}{{Dn{BLf}}}}{Ih{{Dn{BLf}}}}2{{{h{Gd}}}{{Dn{BLf}}}}3{Ol{{Dn{OnBLh}}}}44444444444{{{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{AhNh}}}}{{{h{AhNh}}}{{h{Ah{Ab{A`}}}}}}{{{h{AhBCh}}}{{h{AhNh}}}}10{{{h{BCh}}}{{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{BCh}}}Fl}{{{h{AhBCh}}}Bf}{{{h{Od}}}Od}{{{h{ADh}}}ADh}{{{h{AJ`}}}AJ`}{{{h{AIn}}}AIn}{{{h{BCh}}}BCh}{{{h{BLn}}}BLn}{{{h{BM`}}}BM`}{{{h{c}}{h{Ahe}}}Bf{}{}}000000{{{h{Nh}}{h{Nh}}}Bh}{{{h{BCh}}{h{BCh}}}Bh}{{}Od}{{}BCh}{{{h{BCh}}}h}{{{h{AhBCh}}}{{h{Ah}}}}{{}{{h{Nh}}}}{{{h{Od}}{h{Od}}}Ed}{{{h{ADh}}{h{ADh}}}Ed}{{{h{Nh}}{h{Nh}}}Ed}{{{h{BCh}}{h{BCh}}}Ed}{{{h{BLn}}{h{BLn}}}Ed}{{{h{BM`}}{h{BM`}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}00000000000{{{h{AhBCh}}{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{BCh}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{BLn}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BM`}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}{{{ADl{A`}}}Od}1111{{{h{{Ad{A`}}}}}{{h{Nh}}}}{{{h{Ah{Ad{A`}}}}}{{h{AhNh}}}}00111000001110100001110000110101000111100111000101010001001000100110000100101110001110101110111001101111110010110110110010010011011010111001111000{{{Ad{A`}}}BCh}{{{h{{Ad{A`}}}}}BCh}1110001101110010105101110000001111000001111010011010101110001110100100100000010101001011111000111011{LfBCh}2222{LhBCh}32323223223{L`BCh}33344433333434444333333434{LbBCh}4555549{AO`BM`}:{BMbBM`}{{{h{Nh}}{h{Ahc}}}BfGj}{{{h{BCh}}{h{Ahc}}}BfGj}{{{h{Nh}}AIl}h}{{{h{Nh}}{AIb{Fl}}}h}{{{h{Nh}}Fl}h}{{{h{Nh}}{AIj{Fl}}}h}{{{h{Nh}}{AI`{Fl}}}h}{{{h{Nh}}{Fd{{AId{Fl}}{AId{Fl}}}}}h}{{{h{Nh}}{AIh{Fl}}}h}{{{h{Nh}}{AIf{Fl}}}h}{{{h{BMd}}}Fl}{{{h{BLn}}}Fl}{ce{}{}}0000000{Od{{ADl{A`}}}}{c{{H`{g}}}{}{}{{Hb{}{{Eh{e}}}}}}00222{OdCj}{{{h{Od}}}Ed}{{{h{Nh}}}Ed}{{{h{BCh}}}Ed}{{{h{Od}}}Fl}{{{h{Nh}}}Fl}{{{h{BCh}}}Fl}{{}Od}{{}BCh}{{{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{BCh}}{h{BCh}}}{{Dh{Bh}}}}{{{h{AhBCh}}}{{Dh{A`}}}}{{{h{AhBCh}}A`}{{Dn{BfBLn}}}}{{{h{ADh}}}{{Dh{{h{Nh}}}}}}{{OdA@`}Od}{{Od{h{AAj}}}Od}{{OdOj}Od}{{OdA@d}Od}{{OdOl}Od}{{Odc}Od{{AD`{Nh}}}}{OdOd}{{Od{h{Jd}}}Od}{{{h{{Ab{A`}}}}}Ed}{{{h{{Ab{A`}}}}}{{Dn{A@`BM`}}}}0{{{h{AhBCh}}Fl}A`}{{{h{AhBCh}}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{Ab{A`}}}}}{{Dn{{h{AhNh}}}}}}{{{h{{Ab{A`}}}}}{{Dn{{h{Nh}}}}}}2{{{ADl{A`}}}{{Dn{BCh}}}}3333333333{{{h{c}}}Il{}}00000000{ce{}{}}0000000{FlBCh}``{{{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{AO`AJj}{cc{}};{{{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?{ANnBMf}{BMjBMf}{AO`BMf}{AO`BMh}{ANnBMh}{cc{}}0???{{{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}{BMnAMd}22{BMnAMf}333{{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{CnNj}{cc{}}{{{h{Cn}}}Nj}{{{h{Cn}}}{{h{Nj}}}}{Cn{{h{Nj}}}}3{AO`{{BNj{c}}}{}}{ce{}{}}0{{{BNj{c}}}eBNlBDj}```7`````{{{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}}}}{AO`AC`}{cc{}}{ACfAC`}1{BOdBOb}2{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{{Ab{A`}}}}}}{{{h{C@d}}}{{h{Nh}}}}{{{h{c}}}{{h{e}}}{}{}}200{{{h{Ahc}}}{{h{Ahe}}}{}{}}400{{{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}{AFlC@f}{AHdC@f}3{AO`C@f}{{{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}{BMjAHn}2{C@nAHn}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}{KhMl}{cc{}}{LhMl}{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{BOdAFl}{CBhAFl}2222{CBhBIf}{CBjBIf}4{{{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{FlBBn}}}}{{{h{AhCCn}}{h{{Ab{A`}}}}}{{Dn{FlACf}}}}````````````````{{{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}}7{{{h{Ah{CKh{ce}}}}{h{Gd}}{h{g}}}{{Dn{Bfe}}}{}CE`{IfACd}}80{{{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{{Ab{A`}}}}}}{{{h{CKn}}}{{h{{Ad{A`}}}}}}{{{h{c}}}{{h{e}}}{}{}}20{{{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{BfACf}}}}{{{h{AhCL`}}}{{Dn{BfBBn}}}}{{{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{FlACf}}}}{{{h{AhCL`}}{h{{Ab{A`}}}}}{{Dn{FlBBn}}}}```{{}n}{{{h{n}}}h}{{{h{n}}}{{h{{Ad{A`}}}}}}{{{h{n}}}{{h{{Ab{A`}}}}}}{{{h{CLb}}}{{h{{Ab{A`}}}}}}{{{h{c}}}{{h{e}}}{}{}}2001{{{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{Lbn}{dn}{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`}}}}}}1{{{h{c}}}{{h{e}}}{}{}}{{{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{KlMj}{KjMj}{KfMj}{KnMj}{KdMj}{LdMj}{ALlMj}{CdMj}{LlMj}{D`Mj}{cc{}}{LjMj}{{}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}{{{h{c}}}{{h{e}}}{}{}}2{{{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{}}{Mb{{N`{Nd}}}}{Ln{{N`{Mn}}}}{Md{{N`{Nf}}}}{M`{{N`{Nb}}}}{{}{{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{{Ab{A`}}}}}}{{{h{CLf}}}{{h{{Ad{A`}}}}}}1{{{h{c}}}{{h{e}}}{}{}}0{{{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`}}}}}}{{{h{c}}}{{h{e}}}{}{}}10{{{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{{Ab{A`}}}}}}{{{h{CLn}}}{{h{{Ad{A`}}}}}}{{{h{c}}}{{h{e}}}{}{}}20{{{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{{Ad{A`}}}}}}{{{h{CMb}}}{{h{{Ab{A`}}}}}}{{{h{CMb}}}Eb}1{{{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{BfBBn}}}}{{{h{AhCMn}}}{{Dn{BfACf}}}}{{{h{ACf}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{CMh}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}00{BBnACf}{CMhACf}2{AO`CMh}3{{{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{}}{CNdAG`}1111{CNdACj}2{AO`AH`}{JlAH`}44{JlAHj}{AO`AHj}{CNjAHj}{CNhAHj}{AOdAHj}9{AO`AHh}{AH`AHh}{JlCNf}{BIfCNf}{AO`CNf}>>>>{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}}}{{Ad{A`}}}}{{{h{ACj}}c}DnI`}{{{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}}}{}{}}00{BBb{{Dn{Jj}}}}{A`{{Dn{Jj}}}}22222222222222222222222{{{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{Cd}}}}{h{Ah{ADl{Df}}}}}{{Dn{KjADn}}}}{{{h{DAb}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{ADn}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}0{AO`ADn}{{{h{{Ab{Cd}}}}{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{Cn}}}E`}{{{h{Cn}}c}DnI`}``````````````````{{{h{AhDAf}}DAf}DAf}``{{{h{AhAGb}}}{{h{Ah{Ab{A`}}}}}}{{{h{AhAGb}}}{{h{Ah{Ad{A`}}}}}}{{{h{AGb}}}{{h{{Ad{A`}}}}}}{{{h{AGb}}}{{h{{Ab{A`}}}}}}{{DAfDAf}DAf}{{{h{AhDAf}}DAf}Bf}10{{{h{c}}}{{h{e}}}{}{}}030400{{{h{Ahc}}}{{h{Ahe}}}{}{}}006700{{{h{BAd}}}BAd}{{{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{BAdAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DAfAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{AGbAC`}}}{ACbACd}}{{{h{BAd}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DAf}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{AGb}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{}DAf}{{{h{BAd}}{h{BAd}}}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{BAd}}{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{}}0{EbDAf}1{CnAGb}22{{{Ad{A`}}}AGb}{cAGb{{AD`{Nj}}}}{{{h{Gd}}}{{Dn{AGb}}}}{{DAfDAf}Ed}{{{h{BAd}}{h{Ahc}}}BfGj}{{{h{DAf}}{h{Ahc}}}BfGj}{{{h{AGb}}{h{Ahc}}}BfGj}{ce{}{}}0000``````{{{h{BEh}}DAf}BAd}{{{h{DAf}}{h{DAf}}}{{Dh{Bh}}}}{{{h{AGb}}{h{AGb}}}{{Dh{Bh}}}}`{{{h{AhDAf}}DAf}DAf}`{{{h{BAd}}}{{Dn{BEhACf}}}}{{{h{DAh}}}{{Dh{{h{AOf}}}}}}{{{h{DAj}}}{{Dh{{h{AOf}}}}}}{AGb{{Ad{A`}}}}{{{h{c}}}e{}{}}0000{{{h{BAd}}}{{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{c{{Dn{e}}}{}{}}{Ih{{Dn{DAn}}}}{{{AJb{Gd}}}{{Dn{DAn}}}}222{{{h{Gd}}}{{Dn{DAnDB`}}}}3333{{{h{c}}}Il{}}000;;;;`````````````{{{h{c}}}{{h{e}}}{}{}}00{{{h{Ahc}}}{{h{Ahe}}}{}{}}00{{{h{BA`}}}BA`}{{{h{DBf}}}DBf}{{{h{DBh}}}DBh}{{{h{c}}{h{Ahe}}}Bf{}{}}00{{{h{BA`}}{h{BA`}}}Bh}{{{h{Ahc}}}{{Dn{BA`AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DBfAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DBhAC`}}}{ACbACd}}10{{{h{BA`}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DBf}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DBh}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{BA`}}{h{BA`}}}Ed}{{{h{DBf}}{h{DBf}}}Ed}{{{h{DBh}}{h{DBh}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}00000{{{h{BA`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DBf}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DBh}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}00{{{h{BA`}}{h{Ahc}}}BfGj}{ce{}{}}00``{{{h{BA`}}}{{Dh{{Ad{A`}}}}}}{{{ADl{D`}}D`}DBf}{{{ADl{D`}}D`}DBh}{{{h{BA`}}{h{BA`}}}{{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@`BAdBAdEbIhBBb}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}}}}{cc{}}{GbABn}{ACfABn}{AC`ABn}{AO`ABn}444{AO`DDn}5{BDhDDn}66{DElAKn}{DEdAKn}{AO`AKn}{DEnAKn}:{AO`AE`};{AO`DEd}<<{AO`DEj}={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{}}000000{AG`AJl}{{{h{AG`}}}AJl}{cAJlDFl}{AG`AEd}{{{h{AG`}}}AEd}5{DFjAEd}66{AJlJh}{LnAKl}{LlAKl}{cAKlDFl}{LjAKl};;{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}}}{{Ad{A`}}}}{{{h{AEd}}c}DnI`}1{{{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`}}}}}}{{{h{c}}}{{h{e}}}{}{}}1{{{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}}}{}{}}0100{{{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{DGh}}}Ed}{{{h{DGh}}{h{{Ab{A`}}}}}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}1{C@jDGh}2{{{h{C@j}}}DGh}{DGfC@j}4{{{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{DGh}}}{{Dh{Bh}}}}{{{h{DGh}}{h{{Ab{A`}}}}}{{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}}}{}{}}000{{{h{DGh}}}{{Dn{C@j}}}}{DGh{{Dn{C@j}}}}2222{{{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}}}}AIl}{{h{{Ab{A`}}}}}CAd}{{{h{{DHn{c}}}}{AIb{Fl}}}{{h{{Ab{A`}}}}}CAd}{{{h{{DHn{c}}}}Fl}{{h{A`}}}CAd}{{{h{{DHn{c}}}}{AI`{Fl}}}{{h{{Ab{A`}}}}}CAd}{{{h{{DHn{c}}}}{AIf{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{{{DIf{Df}}}DId}{cc{}}{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{Bn}}}{}}{{{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{{{AIf{c}}}{{DLd{c}}}DJf}{{{AIh{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}}}ADb{D@dACd}}{{{h{DKj}}{h{Ahc}}}CFb{D@dACd}}{{{h{DKl}}{h{Ahc}}}CFb{D@dACd}}{{{h{DKl}}{h{Ahc}}}ADb{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}}}BBd{D@dACd}}{{{h{DKd}}{h{Ahc}}}A@`{D@dACd}}{{{h{DKd}}{h{Ahc}}}{{Fd{egikmoAaAc}}}{D@dACd}{}{}{}{}{}{}{}{}}{{{h{DKd}}{h{Ahc}}}{{Ad{e}}}{D@dACd}{}}{{{h{DKd}}{h{Ahc}}}{{Fd{egikmoAaAcAeAgAi}}}{D@dACd}{}{}{}{}{}{}{}{}{}{}{}}{{{h{DKd}}{h{Ahc}}}{{DIf{Eb}}}{D@dACd}}{{{h{DKd}}{h{Ahc}}}CKf{D@dACd}}{{{h{DKd}}{h{Ahc}}}{{Fd{egikmoAaAcAe}}}{D@dACd}{}{}{}{}{}{}{}{}{}}4{{{h{DKd}}{h{Ahc}}}Bf{D@dACd}}5{{{h{DKd}}{h{Ahc}}}{{Fd{egikmo}}}{D@dACd}{}{}{}{}{}{}}66666{{{h{DKd}}{h{Ahc}}}AEl{D@dACd}}{{{h{DKd}}{h{Ahc}}}{{Fd{e}}}{D@dACd}{}}8{{{h{DKd}}{h{Ahc}}}BBb{D@dACd}}{{{h{DKd}}{h{Ahc}}}ADb{D@dACd}}::{{{h{DKd}}{h{Ahc}}}{{Dh{e}}}{D@dACd}{}}{{{h{DKd}}{h{Ahc}}}Ed{D@dACd}}<<{{{h{DKd}}{h{Ahc}}}BB`{D@dACd}}{{{h{DKd}}{h{Ahc}}}{{DIf{A`}}}{D@dACd}}>>{{{h{DKd}}{h{Ahc}}}{{Fd{eg}}}{D@dACd}{}{}}??{{{h{DKd}}{h{Ahc}}}{{Fd{egikmoAaAcAeAg}}}{D@dACd}{}{}{}{}{}{}{}{}{}{}}{{{h{DKd}}{h{Ahc}}}{{Ad{e}}}{D@dACd}{}}0{{{h{DKd}}{h{Ahc}}}ACn{D@dACd}}{{{h{DKd}}{h{Ahc}}}{{DIf{ACn}}}{D@dACd}}2{{{h{DKd}}{h{Ahc}}}Fl{D@dACd}}3{{{h{DKd}}{h{Ahc}}}BBj{D@dACd}}{{{h{DKd}}{h{Ahc}}}CFb{D@dACd}}{{{h{DKd}}{h{Ahc}}}Df{D@dACd}}66{{{h{DKd}}{h{Ahc}}}CFd{D@dACd}}{{{h{DKd}}{h{Ahc}}}{{DIf{AEl}}}{D@dACd}}8{{{h{DKd}}{h{Ahc}}}A`{D@dACd}}{{{h{DKd}}{h{Ahc}}}Eb{D@dACd}}{{{h{DKd}}{h{Ahc}}}{{Fd{egik}}}{D@dACd}{}{}{}{}};{{{h{DKd}}{h{Ahc}}}{{DLn{e}}}{D@dACd}{}}<<{{{h{DKd}}{h{Ahc}}}{{Fd{egi}}}{D@dACd}{}{}{}}{{{h{DKd}}{h{Ahc}}}{{Fd{egikmoAaAcAeAgAiAk}}}{D@dACd}{}{}{}{}{}{}{}{}{}{}{}{}}>>>>{{{h{DKd}}{h{Ahc}}}{{DIf{Df}}}{D@dACd}}??{{{h{DKd}}{h{Ahc}}}{{DIf{Fl}}}{D@dACd}}{{{h{DKd}}{h{Ahc}}}{{Fd{egikmoAa}}}{D@dACd}{}{}{}{}{}{}{}}{{{h{DKd}}{h{Ahc}}}{{Fd{egikm}}}{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{AEl}}}DLlDLl}{{ce}{{DMb{Eb}}}DLlDLl}{{ce}{{DMb{Fl}}}DLlDLl}{{ce}{{DMb{Df}}}DLlDLl}{{ce}{{DMb{A@`}}}DLlDLl}{{ce}{{DMb{BB`}}}DLlDLl}{{ce}{{DMb{BBb}}}DLlDLl}{{ce}{{DMb{CKf}}}DLlDLl}{{ce}{{DMb{BBd}}}DLlDLl}{{ce}{{DMb{A`}}}DLlDLl}{{ce}{{DMb{ACn}}}DLlDLl}{{ce}{{DMb{CFd}}}DLlDLl}{{ce}DMdDLlDLl}{{ce}{{DMf{ADb}}}DLlDLl}{{ce}{{DMf{CFb}}}DLlDLl}{{ce}DMhDLlDLl}{{eg}{{DMl{}{{DMj{c}}}}}{}{{DLl{c}}}{{DLl{c}}}}<>:?=;5698{{ce}{{DMb{AEl}}}DLlDLl}85342{{{h{{DMl{}{{DMj{c}}}}}}{h{Ahe}}}c{}{D@dACd}}{{{h{{DMb{Fl}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{ACn}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{A`}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{AEl}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{CKf}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{A@`}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{Eb}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{Df}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{BBb}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{BBd}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{BB`}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{CFd}}}}{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{DEn}}}DEn}{{{h{DEl}}}DEl}{{{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{DEn}}{h{DEn}}}Ed}{{{h{DEl}}{h{DEl}}}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{Cl}}}}{{{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{DEn}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{DEl}}{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}}}CBb}{cc{}}000000{AO`E@h}1111{E@fDEn}{AMdDEn}3{E@dDEn}{AO`DEn}{E@hDEn}6{AO`DEl}{AMdDEl}88{AO`E@n}9{ACf{{EA`{c}}}{}}{AO`{{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{Cl}}}}{{{EAb{c}}}{{Dn{Edc}}}{}}{{{h{AEn}}}M`}{{{h{{AKj{c}}}}{h{Ahe}}Fl{h{Mf}}g}{{EAb{{EA`{AMd}}}}}{{Dj{Cl}}}{AChACd}{{AHb{Df}}}}{{{h{{AKj{c}}}}Fl{h{Mf}}Df}{{Dn{LjAMd}}}{{Dj{Cl}}}}{{{EAb{c}}g}{{EAb{e}}}{}{}{{BE`{c}{{Hh{e}}}}}}{c{{AKj{c}}}{{Dj{Cl}}}}{{{h{Mf}}AGj}AEn}{{{h{{Ab{A`}}}}}{{Dn{E@`E@n}}}}`{{{h{Ah{AKj{c}}}}Fl{h{Mf}}BnABb}{{Dn{LlDEl}}}{{Dj{Cl}}}}{{{h{Ah{AKj{c}}}}Fl{h{Mf}}BnABb}{{Dn{LlAMd}}}{{Dj{Cl}}}}{{{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{Cl}}}{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{DEn}}}{{Dh{{h{AOf}}}}}}{{{h{DEl}}}{{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`{DEn}}}}}{{Dj{Cl}}}{AChACd}{{Dj{AAf}}}}{{{h{Ah{AKj{c}}}}Fl{h{{E@b{e}}}}AB`}{{Dn{LnDEn}}}{{Dj{Cl}}}{{Dj{AAf}}}}{{{h{Ah{AKj{c}}}}Fl{h{{E@b{e}}}}gAB`}{{Dn{LnDEn}}}{{Dj{Cl}}}{{Dj{AAf}}}{{AHb{M`}}}}{{{h{Ah{AKj{c}}}}Fl{h{{E@b{e}}}}{Dh{E@`}}{Dh{{Fd{M`Df}}}}AB`}{{Dn{LnDEn}}}{{Dj{Cl}}}{{Dj{AAf}}}}{{{h{c}}}e{}{}}000000000000{{{h{c}}}Ih{}}0000000000{{{h{{AKj{c}}}}}{{h{Cl}}}{{Dj{Cl}}}}{c{{Dn{e}}}{}{}}0000000000000000000000000000000{{{h{c}}}Il{}}000000000000000`{ce{}{}}000000000000000{{{h{Mf}}}AEn}{{{h{Ah{AKj{c}}}}Fl}{{Dh{{h{AhA@j}}}}}{{EAd{Cl}}}}```````{{{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{cc{}}{JlEAf}{AO`EAf}2{{{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`Cj}{{Dn{EAjEAl}}}}{{EAjA`CjAGj}{{Dn{EAjEAl}}}}{{{h{EAn}}}{{Dh{{h{Mb}}}}}}{{{h{BCl}}}{{h{{Ab{Mb}}}}}}{{{h{AhBCl}}}{{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{BCl}}}BCl}{{{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{BCl}}{h{BCl}}}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{CjAGj}}}}}{{Dh{AKd}}}}{{{h{{Ab{A`}}}}}{{Dn{BClEBn}}}}{{{h{{Ab{A`}}}}}{{Dn{AKdEBn}}}}{{}BCl}{{}EAj}{{{h{AF`}}}A`}{{{h{BCl}}}h}{{{h{AhBCl}}}{{h{Ah}}}}{c{{Dn{AK`}}}E`}{c{{Dn{BCl}}}E`}{c{{Dn{EBf}}}E`}{c{{Dn{EBh}}}E`}{c{{Dn{EAn}}}E`}{c{{Dn{AKd}}}E`}{c{{Dn{AGj}}}E`}{{{h{BCl}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{AKd}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{AK`}}{h{AK`}}}Ed}{{{h{EB`}}{h{EB`}}}Ed}{{{h{BCl}}{h{BCl}}}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{BCl}}{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`}{AFhEB`}2{JlEB`}{{{Ad{Mb}}}BCl}00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040044{AO`EBb}5{AO`EBd}666{EBfEBh}777777{AO`EAl}88{AO`EBn}{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{BCl}}{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{BCl{{ADl{Mb}}}}33{{{h{AhBCl}}}}{{{h{BCl}}}}{BCl}{EBdEBh}{EBfEBh}5{{{h{BCl}}}Ed}{{{h{EAj}}}Ed}{{{h{AF`}}}{{h{EAn}}}}{{{h{AF`}}}{{Dh{M`}}}}{{{h{EBh}}}EC`}{{{h{AF`}}}{{Dh{AGj}}}}`{{{h{BCl}}}Fl}`{{{h{AF`}}}{{h{BCl}}}}{{{h{EBj}}}{{h{BCl}}}}`{{{h{AFb}}}{{Dh{Mb}}}}{{}EAj}{MbAF`}{MbEBh}{{{h{{Jf{c}}}}Jd{Dh{Mb}}}AFbJn}{{CjAGj}EBh}{{CjAGj}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{BCl}}{h{BCl}}}{{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{CjAGj}}{ECd{BCl}}}}}}}}{{{h{AK`}}c}DnI`}{AK`ECf}{{{h{BCl}}}{{ADl{A`}}}}{{{h{BCl}}c}DnI`}{{{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}}}{}{}}0{ECf{{Dn{AK`}}}}1{{{h{ECf}}}{{Dn{AK`}}}}2{{{ADl{Mb}}}{{Dn{BCl}}}}{{{AJb{{Ab{Mb}}}}}{{Dn{BCl}}}}4{{{h{{Ab{Mb}}}}}{{Dn{BCl}}}}5555{EBh{{Dn{EBf}}}}6{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{DfCj}}}}}}}}{c{{Dn{EAjEAl}}}{{Ej{}{{Eh{{Fd{DfCj}}}}}}}}``{{{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`}}}}}}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{{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}}}}{AK`ECf}{cc{}}{{{h{AK`}}}ECf}10{{{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}}}}k}{{ECn{c}}}fED`{{AHb{{EDb{Cl}}}}}{{Ej{}{{Eh{c}}}}}{{Ej{}{{Eh{{Fd{gi}}}}}}}}{{{h{Ah{ECl{ce}}}}i}{{ECn{c}}}fED`{{AHb{{EDb{Cl}}}}}{{Ej{}{{Eh{{Fd{gEb}}}}}}}}0{{{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{}}{EDd{{ECn{cEDd}}}{}}1{{{EDf{c}}}{{ECn{ce}}}{}DJb}?``{{{h{{ECl{ce}}}}}{{ECn{c}}}fED`}{{{h{Ah{ECl{ce}}}}Cdc}{{ECn{c}}}fED`}{{{h{Ah{ECl{ce}}}}CdEb}{{ECn{c}}}fED`}{{{h{Ah{ECl{ce}}}}g}{{ECn{c}}}fED`{{AHb{{EDb{Cl}}}}}}{{{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`{}{{EDh{c}}}}}}c}Bf{}}{{{h{Ah{ED`{}{{EDh{c}}}}}}{h{Cl}}}c{}}{{{h{Ah{ED`{}{{EDh{c}}}}}}AAd{h{AAf}}}c{}}{{{h{{ED`{}{{EDh{c}}}}}}}c{}}{{{h{{ED`{}{{EDh{c}}}}}}{h{Cl}}}Ed{}}````````````{{{h{{EDj{c}}}}}{{AKf{c{Bd{{Ch{Cf}}}}}}}{AlBjF`}}{{{h{Ah{EDj{c}}}}EDd}Bf{AlBjF`}}{{{h{Ah{EDj{c}}}}e}Bf{AlBjF`}{}}{{{h{c}}}{{h{e}}}{}{}}00{{{h{Ahc}}}{{h{Ahe}}}{}{}}00{{{h{{EDj{c}}}}}{{EDj{c}}}Al}{{{h{{EDl{c}}}}}{{EDl{c}}}Al}{{{h{EDd}}}EDd}{{{h{c}}{h{Ahe}}}Bf{}{}}00{{}{{EDj{c}}}{}}{{}EDd}{c{{Dn{EDd}}}E`}{{{h{{EDl{c}}}}{h{{EDl{c}}}}}EdEf}{{{h{EDd}}{h{EDd}}}Ed}{{{h{{EDj{c}}}}{h{AhEl}}}FbF`}{{{h{{EDl{c}}}}{h{AhEl}}}FbF`}0{{{h{EDd}}{h{AhEl}}}Fb}{cc{}}00{{{h{EDn}}}{{Id{EDd}}}}{{{h{{EDj{c}}}}c}{{Dh{{h{{Ch{Cf}}}}}}}{AlBjF`}}{{{h{{EDj{c}}}}Cj}{{Dh{{h{{Fd{cDf}}}}}}}{AlBjF`}}{{{h{Ah{EDj{c}}}}{h{Cl}}}e{AlBjF`}{}}{{{h{Ah{EDj{c}}}}AAd{h{AAf}}}e{AlBjF`}{}}{{{h{EDn}}}{{Id{Bf}}}}{{{h{{EDj{c}}}}}e{AlBjF`}{}}{{{h{{EDj{c}}}}}{{h{{EE`{{Fd{cDf}}}}}}}{AlBjF`}}{{{h{Ah{EDj{c}}}}c{Ch{Cf}}}{{Dn{Ed{EDl{c}}}}}{AlBjF`}}{ce{}{}}00{{{h{EDd}}}Ed}{{{h{{EDj{c}}}}{h{Cl}}}Ed{AlBjF`}}{{{h{{EDj{c}}}}cDf}Ed{AlBjF`}}{{{h{{EDj{c}}}}c}{{`{{CCd{}{{Eh{{EEb{AAd}}}}}}}}}{AlBjF`}}{{{h{{EDj{c}}}}e}{{`{{CCd{}{{Eh{{EEd{cAAd}}}}}}}}}{AlBjF`}{{Hl{c}}}}{{{h{{EDj{c}}}}}{{`{{CCd{}{{Eh{{Fd{c{h{{Ch{Cf}}}}}}}}}}CC`}}}{AlBjF`}}`{{{h{{EDj{c}}}}c}{{Dh{Df}}}{AlBjF`}}{{{h{{EDj{c}}}}}{{AKf{cDf}}}{AlBjF`}}10{{{h{{EDj{c}}}}}Df{AlBjF`}}{{{h{Ah{EDj{c}}}}cDf}Bf{AlBjF`}}{{{h{Ah{EDj{c}}}}cDf}Ed{AlBjF`}}{{{h{AhEDd}}EDd}Bf}{{{h{{EDj{c}}}}{h{Cl}}e}In{AlBjF`}{{Hl{c}}}}{Df{{EDj{c}}}{}}{{{h{{EDj{c}}}}c}{{Dh{{Fd{DfEd}}}}}{AlBjF`}}{{{h{Ah{EDj{c}}}}c}{{Dh{{Fd{{EEb{Cj}}EDd}}}}}{AlBjF`}}{{{h{{EDj{c}}}}}{{h{{ECd{{EEd{cAAd}}}}}}}{AlBjF`}}{{{h{EDd}}{h{EDn}}}{{Id{Bf}}}}2{{{h{Ah{EDj{c}}}}cDf}{{Dh{{Fd{{ADl{{EEb{Cj}}}}EDd}}}}}{AlBjF`}}{{{h{Ah{EDj{c}}}}{h{{AKf{cDf}}}}}EDd{AlBjF`}}{{{h{{EDj{c}}}}c}{{`{{CCd{}{{Eh{{EEb{Cj}}}}}}}}}{AlBjF`}}{{{h{{EDj{c}}}}e}{{`{{Hb{}{{Eh{{EEd{cCj}}}}}}}}}{AlBjF`}{{Hl{c}}}}{{EEf{h{{EDj{c}}}}e}EEf{}{{Hl{c}}}}{{{h{{EDj{c}}}}{h{Cl}}e}{{Fd{BnBn}}}{AlBjF`}{{Hl{c}}}}{{{h{EDd}}c}DnI`}{{{h{{EDj{c}}}}cDf}{{Dh{Cj}}}{AlBjF`}}{{EEh{h{{EDj{c}}}}}EEh{}}{{{h{c}}}e{}{}}00{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}00000{{{h{{EDj{c}}}}AAd}{{Dh{{EEd{c{h{AAf}}}}}}}{AlBjF`}}{{{h{{EDj{c}}}}}{{`{{CCd{}{{Eh{{EEd{c{Fd{AAd{h{AAf}}}}}}}}}}CC`}}}{AlBjF`}}{{{h{{EDj{c}}}}Cd}{{`{{CCd{}{{Eh{{EEd{c{Fd{AAd{h{AAf}}}}}}}}}}}}}{AlBjF`}}{{{h{c}}}Il{}}00{{{h{{EDj{c}}}}c}{{Dh{{Bd{{Ch{Cf}}}}}}}{AlBjF`}}{{{h{Ah{EDj{c}}}}cDf}Ed{AlBjF`}}{{{h{{EDj{c}}}}c}{{`{{CCd{}{{Eh{{EEb{Cj}}}}}}Al}}}{AlBjF`}}{{{h{{EDj{c}}}}}{{`{{CCd{}{{Eh{{EEd{cCj}}}}}}Al}}}{AlBjF`}}{{EEf{h{{EDj{c}}}}}EEf{}}{ce{}{}}00`````{{{h{{EE`{c}}}}}{{h{{AKf{cCj}}}}}{AlBjF`}}{{{h{Ah{EE`{c}}}}e}Bf{AlBjF`}{}}{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{{EE`{c}}}}}{{EE`{c}}}Al}{{{h{c}}{h{Ahe}}}Bf{}{}}{{}{{EE`{c}}}{}}{{{h{{EE`{c}}}}{h{AhEl}}}FbF`}{cc{}}{{{h{{EE`{c}}}}Cj}{{Dh{{h{c}}}}}{AlBjF`}}{{{h{Ah{EE`{c}}}}{h{Cl}}}e{AlBjF`}{}}{{{h{Ah{EE`{c}}}}AAd{h{AAf}}}e{AlBjF`}{}}{{{h{{EE`{c}}}}}e{AlBjF`}{}}{{{h{Ah{EE`{c}}}}cCj}Ed{AlBjF`}}>{{{h{{EE`{c}}}}{h{Cl}}}Ed{AlBjF`}}0{{{h{{EE`{c}}}}{h{c}}}Ed{AlBjF`}}{{{h{Ah{EE`{c}}}}{h{c}}}Ed{AlBjF`}}{{{h{{EE`{c}}}}{h{Cl}}e}In{AlBjF`}{{Hl{c}}}}{{{h{{EE`{c}}}}}{{h{{ECd{{Fd{cAAd}}}}}}}{AlBjF`}}{{{h{{EE`{c}}}}e}{{`{{CCd{}{{Eh{{Fd{{h{c}}AAd}}}}}}}}}{AlBjF`}{{Hl{c}}}}{{{h{Ah{EE`{c}}}}{h{Cl}}}{{ECd{c}}}{AlBjF`}}{{{h{Ah{EE`{c}}}}AAd{h{AAf}}}{{Dh{{h{c}}}}}{AlBjF`}}{{{h{{EE`{c}}}}{h{Cl}}e}{{Fd{BnBn}}}{AlBjF`}{{Hl{c}}}}{{{h{{EE`{c}}}}{h{c}}}{{Dh{Cj}}}{AlBjF`}}{{{h{c}}}e{}{}}{c{{Dn{e}}}{}{}}0{{{h{{EE`{c}}}}AAd}{{Dh{{Fd{{h{c}}{h{AAf}}}}}}}{AlBjF`}}{{{h{{EE`{c}}}}}{{`{{CCd{}{{Eh{{Fd{{h{c}}AAd{h{AAf}}}}}}}}CC`}}}{AlBjF`}}{{{h{{EE`{c}}}}Cd}{{`{{CCd{}{{Eh{{Fd{{h{c}}AAd{h{AAf}}}}}}}}}}}{AlBjF`}}{{{h{c}}}Il{}}={{{h{{EE`{c}}}}e}{{`{{CCd{}{{Eh{{Fd{{h{c}}Cj}}}}}}Al}}}{AlBjF`}{{Hl{c}}}}{ce{}{}}````````````{{{h{AhEEj}}{h{EEl}}}{{Dn{BfEEn}}}}{{{h{AhEEj}}{h{G`}}Df}{{Dn{EElEF`}}}}{{{h{AhEEj}}{h{G`}}Dfj}{{Dn{EElEFb}}}}{{{h{AhEEj}}Af}{{Dn{EElEF`}}}}`{{{h{c}}}{{h{e}}}{}{}}00000{{{h{Ahc}}}{{h{Ahe}}}{}{}}00000{{{h{EEj}}}EEj}{{{h{EEl}}}EEl}{{{h{EEn}}}EEn}{{{h{EFd}}}EFd}{{{h{EF`}}}EF`}{{{h{EFb}}}EFb}{{{h{c}}{h{Ahe}}}Bf{}{}}00000{{}EEl}{c{{Dn{EEl}}}E`}{{{h{AhEEj}}j}{{Dn{EElEEn}}}}{{{h{EEj}}{h{EEj}}}Ed}{{{h{EEl}}{h{EEl}}}Ed}{{{h{EEn}}{h{EEn}}}Ed}{{{h{EFd}}{h{EFd}}}Ed}{{{h{EF`}}{h{EF`}}}Ed}{{{h{EFb}}{h{EFb}}}Ed}{{{h{EEj}}{h{AhEl}}}Fb}{{{h{EEl}}{h{AhEl}}}Fb}{{{h{EEn}}{h{AhEl}}}Fb}0{{{h{EFd}}{h{AhEl}}}Fb}0{{{h{EF`}}{h{AhEl}}}Fb}0{{{h{EFb}}{h{AhEl}}}Fb}0{cc{}}{cEEl{{Ej{}{{Eh{{Fd{Df{Dh{D`}}}}}}}}}}11111{{{AKf{DfD`}}}{{Dn{EEjEEn}}}}{EEl{{Dn{EEjEEn}}}}{D`{{Fd{EEjEEl}}}}3{cEEl{{Ej{}{{Eh{{Fd{DfD`}}}}}}}}{{{h{EDn}}}{{Id{EEl}}}}{Af{{Dn{EEjEEn}}}}{{{h{EEj}}}D`}{{{h{EEj}}Df}{{Dh{Af}}}}{{{h{EEj}}}{{Dn{jc}}}{}}`{{{h{EDn}}}{{Id{Bf}}}}{{{h{EEj}}}EEl}{{{h{AhEEj}}j}{{Dn{EElEFd}}}}{ce{}{}}00000{{{h{EEj}}jj}{{Dn{{Dh{Ed}}c}}}{}}{{{h{EEl}}}Ed}{{{h{EEj}}}Hf}{{{h{AhEEl}}EEl}Bf}`{{{h{EEl}}{h{EDn}}}{{Id{Bf}}}}{{{h{EEj}}c}{{`{{Hb{}{{Eh{Af}}}}}}}{{Hl{Df}}}}{{{h{EEl}}c}DnI`}{{{h{EEj}}}Af}{{{h{c}}}e{}{}}00000{{{h{c}}}Ih{}}000{c{{Dn{e}}}{}{}}00000`000000{{{h{c}}}Il{}}00000`<<<<<<`{{{h{EDn}}{h{Gd}}{h{{Ab{{h{{Ab{{h{Gd}}}}}}}}}}}{{Id{Bf}}}}```````````{{{h{c}}}{{h{e}}}{}{}}0000000{{{h{Ahc}}}{{h{Ahe}}}{}{}}0000000{{{EFf{c}}}{{EFh{c}}}{}}{{{EFj{c}}}{{EFl{c}}}Bj}{{}{{EFf{c}}}{}}{{}{{EFj{c}}}{BjAl}}{{{EFf{c}}Af}{{EFf{c}}}{}}{{{h{{EFh{c}}}}}{{Dh{Af}}}{}}{{{EFj{c}}Af}{{EFj{c}}}Bj}{{{h{{EFl{c}}}}}{{Dh{Af}}}{BjAl}}``{{{h{{EFn{c}}}}}{{EFn{c}}}Al}{{{h{EG`}}}EG`}{{{h{c}}{h{Ahe}}}Bf{}{}}0{{{h{{EFn{c}}}}{h{{EFn{c}}}}}BhBj}{{{h{EG`}}}Fl}:{{}{{EFh{c}}}{}}{{}{{EFj{c}}}{}}{{}{{EFl{c}}}{}}{{}{{EGb{c}}}{}}{{}{{EGd{ce}}}{}{}}{{{h{{EFn{c}}}}{h{{EFn{c}}}}}EdEf}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{{EFn{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{F`EGf}}{{{h{{EFn{c}}}}{h{AhEl}}}{{Dn{BfEn}}}F`}{{{h{EG`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{{EGb{c}}}}{h{AhEl}}}{{Dn{BfEn}}}F`}{{{h{{EGd{ce}}}}{h{AhEl}}}{{Dn{BfEn}}}F`F`}{cc{}}{{{EFf{c}}}{{EFh{c}}}{}}111{{{EFj{c}}}{{EFl{c}}}{}}2222{{{h{{EFn{c}}}}{h{Ahe}}}BfGlGj}{{{EFf{c}}e}{{EFf{c}}}{}{{Hj{{EFn{c}}EG`}}EGh}}{{{EFj{c}}e}{{EFj{c}}}Bj{{Hj{cDf{h{Mf}}}}EGh}}{ce{}{}}0000000{{{h{Ah{EFh{c}}}}}{{`{CC`}}}{}}0{{{h{Ah{EFl{c}}}}c}{{`{{Hb{}{{Eh{{Fd{DfCj}}}}}}}}}{BjAl}}1{{{h{{EFl{c}}}}}{{ADl{c}}}{BjAl}}`{{{h{Ah{EFh{c}}}}}{{Dh{AAd}}}{}}{{{h{Ah{EFh{c}}}}}{{Dh{Cj}}}{}}{{{h{Ah{EFl{c}}}}c}{{Dh{{Fd{DfCj}}}}}{BjAl}}{{{h{Ah{EFh{c}}}}}{{Dh{Cd}}}{}}{{{EFf{c}}e}{{EFf{c}}}{}{{Ej{}{{Eh{AAd}}}}}}``{{{h{{EFn{c}}}}{h{{EFn{c}}}}}{{Dh{Bh}}}Hn}{{{h{{EFh{c}}}}}EG`{}}{{{h{EG`}}}Fl}{{{EFf{{Fd{cDf}}}}{h{{EDj{c}}}}e}{{EFf{{Fd{cDf}}}}}{AlBjF`}{{Hl{c}}}}{{EFfc}EFf{{Ej{}{{Eh{Cj}}}}}}`{{{EFj{c}}cg}{{EFj{c}}}Bj{{Hb{}{{Eh{{Fd{DfCj}}}}}}EGh}{{Ej{}{{EGj{e}}}}}}{{{EFj{c}}{h{{EDj{c}}}}}{{EFj{c}}}{AlBjF`}}`{{{EFf{c}}e}{{EFf{c}}}{}{{Ej{}{{Eh{{Fd{cCj}}}}}}}}{{{h{c}}}e{}{}}0{{{h{c}}}Ih{}}7777{c{{Dn{e}}}{}{}}000000000000000``{{{EFf{c}}e}{{EFf{c}}}{}{{Ej{}{{Eh{Cd}}}}}}``{{{h{c}}}Il{}}0000000{{{EFf{{Fd{cDf}}}}{h{{EDj{c}}}}}{{EFf{{Fd{cDf}}}}}{AlBjF`}}{ce{}{}}0000000``````````````{{{h{{Ff{c}}}}}{{h{{ECd{{Fd{cCd}}}}}}}{}}{{{h{{Ff{c}}}}}{{`{{Hb{}{{Eh{{Fd{AAd{h{AAf}}}}}}}}}}}{}}{{{h{{EDf{c}}}}}{{`{{Hb{}{{Eh{Df}}}}}}}f}```{{{h{Ah{Ff{c}}}}{EDf{c}}}Bf{AlBj}}{{{h{Ah{Ff{c}}}}{Aj{c}}}{{EDf{c}}}{AlBj}}{{{h{Ah{Ff{c}}}}{Aj{c}}{Dh{Eb}}}{{EDf{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}}Cj}{{Hh{Ed}}}}}}{{{h{Ah{Ff{c}}}}g}{{EDf{c}}}{AlBj}{{AHb{{EDb{Cl}}}}}{{Ej{}{{Eh{{Fd{eEb}}}}}}}}{{{h{c}}}{{h{e}}}{}{}}000000{{{h{Ahc}}}{{h{Ahe}}}{}{}}000000{{{h{{Ff{c}}}}{h{Cl}}}{{Dn{BnEGl}}}{}}`{c{{Dh{In}}}{}}{c{{Dh{Bn}}}{}}01{{{h{{Ff{c}}}}}{{Ff{c}}}Al}{{{h{{EGn{ce}}}}}{{EGn{ce}}}AlAl}{{{h{{EH`{ce}}}}}{{EH`{ce}}}AlAl}{{{h{{EDf{c}}}}}{{EDf{c}}}Al}{{{h{c}}{h{Ahe}}}Bf{}{}}000{{{h{{EGn{ce}}}}{h{{EGn{ce}}}}}BhBjBj}{{{h{{EH`{ce}}}}{h{{EH`{ce}}}}}BhBjBj}{{}{{Ff{c}}}{}}{{}{{EDf{c}}}{}}{{{h{{EGn{ce}}}}}{{h{g}}}{}{}{}}{c{{Dn{{EDf{e}}}}}E`{BjBAj}}{{{h{{Ff{c}}}}{h{Cl}}}{{`{{Hb{}{{Eh{{Fd{FlCd}}}}}}}}}{}}{{{h{{Ff{c}}}}{h{{Ff{c}}}}}EdEf}{{{h{{EGn{ce}}}}{h{{EGn{ce}}}}}EdEfEf}{{{h{{EH`{ce}}}}{h{{EH`{ce}}}}}EdEfEf}{{{h{EGl}}{h{EGl}}}Ed}{{{h{{EDf{c}}}}{h{{EDf{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{{EGn{ce}}}}{h{AhEl}}}FbF`F`}{{{h{{EH`{ce}}}}{h{AhEl}}}FbF`F`}{{{h{EGl}}{h{AhEl}}}Fb}0{{{h{{EDf{c}}}}{h{AhEl}}}FbF`}{cc{}}00{{{Aj{c}}}{{Ff{c}}}{BjAl}}1111{{{h{EDn}}}{{Id{{EDf{c}}}}}{fAlBjIfDd}}{{{h{{Ff{c}}}}}{{`{{Hb{}{{Eh{{EGn{{EDb{Cl}}c}}}}}}}}}{}}{{{h{{Ff{c}}}}{h{e}}jCd}{{Dh{{An{{h{c}}}}}}}f{{Gh{}{{Gf{AO`}}}}}}{{{h{{Ff{c}}}}{h{e}}jAAd}{{Dh{{Fd{{An{{h{c}}}}Cd}}}}}f{{Gh{}{{Gf{AO`}}}}}}{{{h{{Ff{c}}}}Cd}{{Dh{{EDb{Cl}}}}}{}}{{{h{{Ff{c}}}}Cd}{{Dh{{EGn{{EDb{Cl}}c}}}}}{}}{{{h{{Ff{c}}}}AAd}{{Dh{{h{AAf}}}}}{}}{{{h{EDn}}}{{Id{Bf}}}}{{{h{{Ff{c}}}}}{{EDf{c}}}{AlBj}}{{{h{Ah{Ff{c}}}}Cdc}{{EDf{c}}}{AlBj}}{{{h{Ah{Ff{c}}}}CdEb}{{EDf{c}}}{AlBj}}{{{h{Ah{Ff{c}}}}e}{{EDf{c}}}{AlBj}{{AHb{{EDb{Cl}}}}}}{{{h{Ah{Ff{c}}}}AAdAAf}{{EDf{c}}}{AlBj}}{ce{}{}}000000{c{{H`{g}}}{}{}{{Hb{}{{Eh{e}}}}}}011{{{h{{Ff{c}}}}}Ed{}}{{{h{{EDf{c}}}}}EdBj}``{{{h{{Ff{c}}}}{h{e}}j}{{`{{Hb{}{{Eh{{EH`{{EDb{Cl}}c}}}}}}}}}fGh}{{{Ff{c}}g}{{Ff{e}}}{AlBj}{AlBj}{{Hj{c}{{Hh{e}}}}}}{{{EDf{c}}g}{{EDf{e}}}BjBj{{Hj{c}{{Hh{e}}}}}}{{{h{Ah{EDf{c}}}}{EDf{c}}}BfBj}{c{{Ff{e}}}{{Ej{}{{Eh{Cl}}}}}{AlBj}}{{{h{Ah{EHb{cg}}}}}{{Dh{i}}}{}{}{{Hj{Fl{EDb{Cl}}}{{Hh{{Dh{e}}}}}}}{}}{{{h{Ah{EHd{cg}}}}}{{Dh{i}}}{}{}{{Hj{FlCd}{{Hh{{Dh{e}}}}}}}{}}{{{h{{Ff{c}}}}AAd}{{h{{EHf{Cd}}}}}{}}{{{h{{EGn{ce}}}}{h{{EGn{ce}}}}}{{Dh{Bh}}}HnHn}{{{h{{EH`{ce}}}}{h{{EH`{ce}}}}}{{Dh{Bh}}}HnHn}{{{h{{EDf{c}}}}{h{EDn}}}{{Id{Bf}}}{fAlBjIfDd}}`{{{h{{EDf{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}}Cj}{{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}}jCd}{{Dn{{Dh{{An{{h{c}}}}}}}}}fGh}{{{h{{Ff{c}}}}{h{e}}jAAd}{{Dn{{Dh{{Fd{{An{{h{c}}}}Cd}}}}}}}fGh}2222222{{{h{{Ff{c}}}}{h{e}}j}{{`{{Hb{}{{Eh{{Dn{{EH`{{EDb{Cl}}c}}}}}}}}}}}fGh}``{{{h{{Ff{c}}}}Cd}{{Dh{{AKf{Df{h{AAf}}}}}}}{}}{{{h{{Ff{c}}}}Cd}{{`{{CCd{}{{Eh{{Fd{Df{h{{EHf{Cd}}}}}}}}}}}}}{}}`{{{h{{EDf{c}}}}}{{`{{Hb{}{{Eh{{Fd{AAd{h{AAf}}}}}}}}}}}{}}````{{{h{{Ff{c}}}}}{{`{{Hb{}{{Eh{{EGn{{EDb{Cl}}c}}}}}}}}}{}}{{{h{c}}}Il{}}000000{ce{}{}}000000{{{h{{Ff{c}}}}ei}{{EHb{ci}}}{AlBj}{{AHb{{EDb{Cl}}}}}{}{{Hj{Fl{EDb{Cl}}}{{Hh{{Dh{g}}}}}}}}{{{h{{Ff{c}}}}{h{Cl}}g}{{EHd{cg}}}{}{}{{Hj{FlCd}{{Hh{{Dh{e}}}}}}}}{{{h{{Ff{c}}}}Cdg}{{EHd{cg}}}{AlBj}{}{{Hj{FlCd}{{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],[5,"Amount",368,14964],[5,"Impl",0],[8,"FromSqlResult",14965],[5,"Txid",368,14966],[6,"DescriptorPublicKey",14967],[6,"Descriptor",14968],[5,"ScriptBuf",368,14969],[5,"Transaction",368,14966],[6,"Network",368,14970],[5,"BlockHash",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,14971],[1,"usize"],[10,"AnchorFromBlockPosition",0,14954],[5,"Header",4494,14971],[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,14964],[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,14971],[5,"WitnessMerkleNode",368,14971],[5,"WitnessCommitment",368,14971],[5,"ScriptHash",368,15000],[5,"WScriptHash",368,15000],[5,"Wtxid",368,14966],[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,14966],[6,"Bip34Error",4494,14971],[5,"Builder",5386,15011],[5,"Bytes",5386,15004],[5,"ChainHash",4614,15012],[6,"LockTime",4683,15013],[5,"Sequence",368,14966],[6,"LockTime",4869,15014],[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,14964],[6,"KnownHrp",368,14997],[5,"WitnessProgram",368,15018],[6,"WitnessVersion",368,15019],[5,"OutPoint",368,14966],[5,"TxOut",368,14966],[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,14970],[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,14964],[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,14964],[5,"InvalidSighashTypeError",13158,15002],[5,"ParseNetworkError",9982,14970],[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",14964],[6,"UnprefixedHexError",6618,15035],[5,"RangeTo",14985],[5,"RangeFrom",14985],[6,"Bound",14985],[5,"Range",14985],[5,"RangeInclusive",14985],[5,"RangeToInclusive",14985],[5,"RangeFull",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",14964],[5,"SortKey",9554,15001],[5,"InputsIndexError",6037,14966],[5,"OutputsIndexError",6037,14966],[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],[5,"TryFromError",5953,15019],[6,"Infallible",15028],[5,"DecodeError",15049],[6,"Error",3137,15050],[10,"StdError",8715],[10,"CheckedSum",3055,14964],[5,"TooPreciseError",14964],[5,"MissingDigitsError",14964],[5,"InputTooLargeError",14964],[5,"InvalidCharacterError",14964],[10,"SerdeAmount",3116,15051],[10,"SerdeAmountForOpt",3116,15051],[10,"Allocator",15052],[5,"OsStr",15053],[5,"Path",15054],[5,"InvalidCharacterError",3137,15050],[6,"FromSqlError",14965],[6,"Inventory",10371,15055],[5,"PrefilledTransaction",3845,15056],[5,"Address",10031,15057],[5,"ShortId",3845,15056],[5,"AddrV2Message",10187,15057],[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,"VecDeque",15062],[5,"CString",15063],[5,"PushBytesBuf",5386,15009],[5,"BinaryHeap",15064],[5,"TaprootMerkleBranch",13562,15065],[5,"DerivationPath",4149,14999],[6,"ChildNumber",4149,14999],[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,15056],[5,"HeaderAndShortIds",3845,15056],[5,"BlockTransactionsRequest",3845,15056],[5,"TxIndexOutOfRangeError",3845,15056],[5,"BlockTransactions",3845,15056],[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,14971],[6,"ValidationError",4494,14971],[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,14966],[5,"IndexOutOfBoundsError",6037,14966],[5,"Version",6037,14966],[5,"InputWeightPrediction",6037,14966],[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,14970],[5,"ServiceFlags",10031,15036],[5,"ParseMagicError",10031,15036],[5,"UnknownMagicError",10031,15036],[6,"AddrV2",10187,15057],[5,"CommandString",10242,15119],[5,"CommandStringError",10242,15119],[5,"RawNetworkMessage",10242,15119],[6,"NetworkMessage",10242,15119],[5,"GetBlocksMessage",10371,15055],[5,"GetHeadersMessage",10371,15055],[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,"P2wpkhError",13158,15002],[6,"TaprootError",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,15065],[5,"IntoIter",14227,15166],[5,"IndexedTxGraph",14282],[5,"ChangeSet",14282],[10,"Indexer",14333],[5,"Arc",15167],[5,"ChangeSet",14342],[5,"ChangeSet",14767],[17,"ChangeSet"],[5,"KeychainTxOutIndex",14342],[6,"InsertDescriptorError",14342],[5,"Transaction",15168],[5,"SpkTxOutIndex",14450],[8,"Indexed",0,15169],[8,"KeychainIndexed",0,15169],[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,15170],[5,"SyncRequest",14621,15170],[5,"FullScanRequestBuilder",14621,15170],[5,"FullScanRequest",14621,15170],[6,"SyncItem",14621,15170],[5,"SyncProgress",14621,15170],[5,"SyncResult",14621,15170],[5,"FullScanResult",14621,15170],[10,"Any",14990],[10,"Send",15025],[17,"IntoIter"],[6,"CalculateFeeError",14767],[5,"TxNode",14767],[5,"CanonicalTx",14767],[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,15169],[21,14282],[22,14333],[23,15169],[24,14954],[25,14961],[26,14767],[27,14958],[244,14333],[275,15169],[276,14333],[368,14997],[369,14997],[374,14964],[380,14971],[381,14971],[383,14992],[384,15001],[388,14964],[391,15002],[392,15015],[393,14998],[394,14998],[395,14997],[396,15002],[418,15021],[424,14970],[425,14970],[434,15016],[435,14966],[442,15001],[443,15022],[444,15001],[445,15001],[451,15004],[452,14969],[453,15000],[454,15002],[455,14966],[456,14964],[462,15003],[463,15003],[464,15003],[465,15003],[466,15002],[467,15002],[468,15002],[469,15003],[470,15003],[471,14992],[475,14966],[476,14966],[477,14971],[478,14966],[479,14966],[497,15020],[499,15001],[500,15000],[501,14991],[502,15017],[503,14971],[504,14971],[505,15018],[506,15019],[507,14992],[508,14966],[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,14964],[3059,14964],[3060,14964],[3061,14964],[3070,14964],[3073,14964],[3101,14964],[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,15056],[3846,15056],[3847,15056],[3848,15056],[3850,15056],[3851,15056],[3852,15056],[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,14971],[4497,14971],[4498,14971],[4499,14971],[4506,14971],[4509,14971],[4510,14971],[4511,14971],[4512,14971],[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,14969],[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,14966],[6039,14966],[6040,14966],[6042,14966],[6043,14966],[6049,14966],[6050,14966],[6053,14966],[6054,14966],[6055,14966],[6056,14966],[6058,14966],[6061,14966],[6090,14966],[6145,14966],[6146,14966],[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,14971],[6702,14998],[6703,14998],[6704,14971],[6705,14966],[6706,14971],[6707,14971],[6708,14966],[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,14970],[9985,14970],[9986,14970],[9991,14970],[9992,14970],[10029,15188],[10030,15188],[10031,15057],[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,15057],[10188,15057],[10189,15057],[10251,15119],[10252,15119],[10267,15119],[10268,15119],[10271,15119],[10275,15119],[10374,15055],[10375,15055],[10376,15055],[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,15065],[13614,15003],[14021,15003],[14069,15003],[14201,15065],[14202,15065],[14227,15166],[14228,15165],[14493,14957],[14494,14957],[14621,15170],[14622,15170],[14623,15170],[14626,15170],[14627,15170],[14628,15170],[14629,15170],[14630,15170],[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%3CAmount%3E"],[100,"impl-FromSql-for-Impl%3CDescriptorId%3E"],[101,"impl-FromSql-for-Impl%3CTxid%3E"],[102,"impl-FromSql-for-Impl%3CDescriptor%3CDescriptorPublicKey%3E%3E"],[103,"impl-FromSql-for-Impl%3CScriptBuf%3E"],[104,"impl-FromSql-for-Impl%3CTransaction%3E"],[105,"impl-FromSql-for-Impl%3CNetwork%3E"],[106,"impl-FromSql-for-Impl%3CBlockHash%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"],[168,"impl-From%3C(%26u32,+%26BlockHash)%3E-for-BlockId"],[169,"impl-From%3C(u32,+BlockHash)%3E-for-BlockId"],[291,"impl-ToSql-for-Impl%3CBlockHash%3E"],[292,"impl-ToSql-for-Impl%3CDescriptor%3CDescriptorPublicKey%3E%3E"],[293,"impl-ToSql-for-Impl%3CNetwork%3E"],[294,"impl-ToSql-for-Impl%3CScriptBuf%3E"],[295,"impl-ToSql-for-Impl%3CAmount%3E"],[296,"impl-ToSql-for-Impl%3CTransaction%3E"],[297,"impl-ToSql-for-Impl%3CDescriptorId%3E"],[298,"impl-ToSql-for-Impl%3CTxid%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%5D%3E-for-FilterHash"],[598,"impl-AsRef%3C%5Bu8;+bitcoin::::bip158::%7Bimpl%2317%7D::%7Bconstant%230%7D%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%3CScript%3E-for-Script"],[612,"impl-AsRef%3C%5Bu8%5D%3E-for-Script"],[613,"impl-AsRef%3C%5Bu8%5D%3E-for-ScriptBuf"],[614,"impl-AsRef%3CScript%3E-for-ScriptBuf"],[615,"impl-AsRef%3CPushBytes%3E-for-ScriptHash"],[616,"impl-AsRef%3C%5Bu8;+bitcoin::::blockdata::script::%7Bimpl%2356%7D::%7Bconstant%230%7D%5D%3E-for-ScriptHash"],[617,"impl-AsRef%3C%5Bu8%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%3CPushBytes%3E-for-WScriptHash"],[620,"impl-AsRef%3C%5Bu8%5D%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%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%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%3CPushBytes%3E-for-WPubkeyHash"],[629,"impl-AsRef%3C%5Bu8;+bitcoin::::crypto::key::%7Bimpl%2390%7D::%7Bconstant%230%7D%5D%3E-for-WPubkeyHash"],[630,"impl-AsRef%3C%5Bu8%5D%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;+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;+bitcoin::::taproot::%7Bimpl%23137%7D::%7Bconstant%230%7D%5D%3E-for-TapTweakHash"],[643,"impl-AsRef%3C%5Bu8%5D%3E-for-TapTweakHash"],[1097,"impl-Psbt"],[1098,"impl-Deserialize%3C\'de%3E-for-Psbt"],[1108,"impl-Div%3Cu64%3E-for-Amount"],[1109,"impl-Div%3CWeight%3E-for-Amount"],[1111,"impl-Div%3Cu64%3E-for-Weight"],[1112,"impl-Div-for-Weight"],[1161,"impl-PartialEq%3CScriptBuf%3E-for-Script"],[1162,"impl-PartialEq-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-Display-for-SignedAmount"],[1343,"impl-Debug-for-SignedAmount"],[1344,"impl-Debug-for-FeeRate"],[1345,"impl-Display-for-FeeRate"],[1346,"impl-Debug-for-XOnlyPublicKey"],[1347,"impl-Display-for-XOnlyPublicKey"],[1348,"impl-LowerHex-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-Debug-for-FilterHash"],[1358,"impl-Display-for-FilterHash"],[1359,"impl-UpperHex-for-FilterHash"],[1360,"impl-LowerHex-for-FilterHeader"],[1361,"impl-UpperHex-for-FilterHeader"],[1362,"impl-Display-for-FilterHeader"],[1363,"impl-Debug-for-FilterHeader"],[1364,"impl-LowerHex-for-XKeyIdentifier"],[1365,"impl-Debug-for-XKeyIdentifier"],[1366,"impl-Display-for-XKeyIdentifier"],[1367,"impl-UpperHex-for-XKeyIdentifier"],[1368,"impl-Display-for-BlockHash"],[1369,"impl-UpperHex-for-BlockHash"],[1370,"impl-LowerHex-for-BlockHash"],[1371,"impl-Debug-for-BlockHash"],[1372,"impl-Debug-for-TxMerkleNode"],[1373,"impl-Display-for-TxMerkleNode"],[1374,"impl-LowerHex-for-TxMerkleNode"],[1375,"impl-UpperHex-for-TxMerkleNode"],[1376,"impl-LowerHex-for-WitnessMerkleNode"],[1377,"impl-Debug-for-WitnessMerkleNode"],[1378,"impl-Display-for-WitnessMerkleNode"],[1379,"impl-UpperHex-for-WitnessMerkleNode"],[1380,"impl-LowerHex-for-WitnessCommitment"],[1381,"impl-Debug-for-WitnessCommitment"],[1382,"impl-Display-for-WitnessCommitment"],[1383,"impl-UpperHex-for-WitnessCommitment"],[1385,"impl-Display-for-Opcode"],[1386,"impl-Debug-for-Opcode"],[1387,"impl-UpperHex-for-Script"],[1388,"impl-Display-for-Script"],[1389,"impl-Debug-for-Script"],[1390,"impl-LowerHex-for-Script"],[1391,"impl-Debug-for-ScriptBuf"],[1392,"impl-UpperHex-for-ScriptBuf"],[1393,"impl-LowerHex-for-ScriptBuf"],[1394,"impl-Display-for-ScriptBuf"],[1396,"impl-Display-for-WitnessVersion"],[1397,"impl-Debug-for-WitnessVersion"],[1398,"impl-Display-for-ScriptHash"],[1399,"impl-LowerHex-for-ScriptHash"],[1400,"impl-UpperHex-for-ScriptHash"],[1401,"impl-Debug-for-ScriptHash"],[1402,"impl-LowerHex-for-WScriptHash"],[1403,"impl-Debug-for-WScriptHash"],[1404,"impl-Display-for-WScriptHash"],[1405,"impl-UpperHex-for-WScriptHash"],[1406,"impl-UpperHex-for-Txid"],[1407,"impl-Display-for-Txid"],[1408,"impl-Debug-for-Txid"],[1409,"impl-LowerHex-for-Txid"],[1410,"impl-Debug-for-Wtxid"],[1411,"impl-Display-for-Wtxid"],[1412,"impl-LowerHex-for-Wtxid"],[1413,"impl-UpperHex-for-Wtxid"],[1414,"impl-Display-for-OutPoint"],[1415,"impl-Debug-for-OutPoint"],[1417,"impl-LowerHex-for-Sequence"],[1418,"impl-Debug-for-Sequence"],[1419,"impl-UpperHex-for-Sequence"],[1420,"impl-Display-for-Sequence"],[1425,"impl-Debug-for-PublicKey"],[1426,"impl-Display-for-PublicKey"],[1427,"impl-LowerHex-for-PubkeyHash"],[1428,"impl-Display-for-PubkeyHash"],[1429,"impl-UpperHex-for-PubkeyHash"],[1430,"impl-Debug-for-PubkeyHash"],[1431,"impl-LowerHex-for-WPubkeyHash"],[1432,"impl-Debug-for-WPubkeyHash"],[1433,"impl-UpperHex-for-WPubkeyHash"],[1434,"impl-Display-for-WPubkeyHash"],[1435,"impl-Display-for-CompressedPublicKey"],[1436,"impl-Debug-for-CompressedPublicKey"],[1437,"impl-Debug-for-PrivateKey"],[1438,"impl-Display-for-PrivateKey"],[1439,"impl-UpperHex-for-LegacySighash"],[1440,"impl-Display-for-LegacySighash"],[1441,"impl-LowerHex-for-LegacySighash"],[1442,"impl-Debug-for-LegacySighash"],[1443,"impl-LowerHex-for-SegwitV0Sighash"],[1444,"impl-Display-for-SegwitV0Sighash"],[1445,"impl-UpperHex-for-SegwitV0Sighash"],[1446,"impl-Debug-for-SegwitV0Sighash"],[1447,"impl-Display-for-TapSighash"],[1448,"impl-UpperHex-for-TapSighash"],[1449,"impl-LowerHex-for-TapSighash"],[1450,"impl-Debug-for-TapSighash"],[1451,"impl-Display-for-TapSighashType"],[1452,"impl-Debug-for-TapSighashType"],[1453,"impl-Debug-for-EcdsaSighashType"],[1454,"impl-Display-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-Display-for-Target"],[1464,"impl-LowerHex-for-Target"],[1465,"impl-UpperHex-for-Target"],[1466,"impl-Debug-for-Target"],[1467,"impl-UpperHex-for-CompactTarget"],[1468,"impl-Debug-for-CompactTarget"],[1469,"impl-LowerHex-for-CompactTarget"],[1470,"impl-Debug-for-Psbt"],[1471,"impl-Display-for-Psbt"],[1472,"impl-Debug-for-TapLeafHash"],[1473,"impl-Display-for-TapLeafHash"],[1474,"impl-LowerHex-for-TapLeafHash"],[1475,"impl-UpperHex-for-TapLeafHash"],[1476,"impl-Display-for-TapNodeHash"],[1477,"impl-UpperHex-for-TapNodeHash"],[1478,"impl-Debug-for-TapNodeHash"],[1479,"impl-LowerHex-for-TapNodeHash"],[1480,"impl-Debug-for-TapTweakHash"],[1481,"impl-LowerHex-for-TapTweakHash"],[1482,"impl-UpperHex-for-TapTweakHash"],[1483,"impl-Display-for-TapTweakHash"],[1492,"impl-From%3CPublicKey%3E-for-XOnlyPublicKey"],[1494,"impl-From%3CPublicKey%3E-for-XOnlyPublicKey"],[1495,"impl-From%3CTweakedPublicKey%3E-for-XOnlyPublicKey"],[1496,"impl-From%3CXOnlyPublicKey%3E-for-XOnlyPublicKey"],[1497,"impl-From%3CCompressedPublicKey%3E-for-XOnlyPublicKey"],[1508,"impl-From%3CXpub%3E-for-XKeyIdentifier"],[1509,"impl-From%3CHash%3E-for-XKeyIdentifier"],[1510,"impl-From%3C%26Xpub%3E-for-XKeyIdentifier"],[1512,"impl-From%3CHeader%3E-for-BlockHash"],[1513,"impl-From%3C%26Header%3E-for-BlockHash"],[1514,"impl-From%3CBlock%3E-for-BlockHash"],[1515,"impl-From%3CHash%3E-for-BlockHash"],[1516,"impl-From%3C%26Block%3E-for-BlockHash"],[1518,"impl-From%3CHash%3E-for-TxMerkleNode"],[1519,"impl-From%3CTxid%3E-for-TxMerkleNode"],[1520,"impl-From%3CWtxid%3E-for-WitnessMerkleNode"],[1522,"impl-From%3CHash%3E-for-WitnessMerkleNode"],[1526,"impl-From%3Cu8%3E-for-Opcode"],[1527,"impl-From%3CWitnessVersion%3E-for-Opcode"],[1530,"impl-From%3CCow%3C\'a,+Script%3E%3E-for-ScriptBuf"],[1531,"impl-From%3C%26Script%3E-for-ScriptBuf"],[1532,"impl-From%3CAddress%3E-for-ScriptBuf"],[1533,"impl-From%3CVec%3Cu8%3E%3E-for-ScriptBuf"],[1536,"impl-From%3CScriptBuf%3E-for-ScriptHash"],[1538,"impl-From%3CHash%3E-for-ScriptHash"],[1539,"impl-From%3C%26Script%3E-for-ScriptHash"],[1540,"impl-From%3C%26ScriptBuf%3E-for-ScriptHash"],[1541,"impl-From%3C%26ScriptBuf%3E-for-WScriptHash"],[1543,"impl-From%3CScriptBuf%3E-for-WScriptHash"],[1544,"impl-From%3CHash%3E-for-WScriptHash"],[1545,"impl-From%3C%26Script%3E-for-WScriptHash"],[1547,"impl-From%3CTransaction%3E-for-Txid"],[1548,"impl-From%3C%26Transaction%3E-for-Txid"],[1549,"impl-From%3CHash%3E-for-Txid"],[1550,"impl-From%3CHash%3E-for-Wtxid"],[1552,"impl-From%3C%26Transaction%3E-for-Wtxid"],[1553,"impl-From%3CTransaction%3E-for-Wtxid"],[1556,"impl-From%3CRelLockTime%3E-for-Sequence"],[1558,"impl-From%3CLockTime%3E-for-Sequence"],[1561,"impl-From%3CVec%3C%26%5Bu8%5D%3E%3E-for-Witness"],[1562,"impl-From%3CVec%3CVec%3Cu8%3E%3E%3E-for-Witness"],[1563,"impl-From%3C%26%5BVec%3Cu8%3E%5D%3E-for-Witness"],[1565,"impl-From%3C%26%5B%26%5Bu8%5D%5D%3E-for-Witness"],[1567,"impl-From%3Cu32%3E-for-VarInt"],[1568,"impl-From%3Cu8%3E-for-VarInt"],[1569,"impl-From%3Cusize%3E-for-VarInt"],[1570,"impl-From%3Cu16%3E-for-VarInt"],[1571,"impl-From%3Cu64%3E-for-VarInt"],[1573,"impl-From%3CCompressedPublicKey%3E-for-PublicKey"],[1574,"impl-From%3CPublicKey%3E-for-PublicKey"],[1575,"impl-From%3CHash%3E-for-PubkeyHash"],[1576,"impl-From%3CCompressedPublicKey%3E-for-PubkeyHash"],[1577,"impl-From%3C%26CompressedPublicKey%3E-for-PubkeyHash"],[1579,"impl-From%3CPublicKey%3E-for-PubkeyHash"],[1580,"impl-From%3C%26PublicKey%3E-for-PubkeyHash"],[1581,"impl-From%3C%26CompressedPublicKey%3E-for-WPubkeyHash"],[1582,"impl-From%3CHash%3E-for-WPubkeyHash"],[1583,"impl-From%3CCompressedPublicKey%3E-for-WPubkeyHash"],[1608,"impl-From%3CScriptPath%3C\'s%3E%3E-for-TapLeafHash"],[1609,"impl-From%3CHash%3CTapLeafTag%3E%3E-for-TapLeafHash"],[1611,"impl-From%3CLeafNode%3E-for-TapNodeHash"],[1612,"impl-From%3C%26LeafNode%3E-for-TapNodeHash"],[1614,"impl-From%3CTapLeafHash%3E-for-TapNodeHash"],[1615,"impl-From%3CHash%3CTapBranchTag%3E%3E-for-TapNodeHash"],[1617,"impl-From%3CTaprootSpendInfo%3E-for-TapTweakHash"],[1618,"impl-From%3CHash%3CTapTweakTag%3E%3E-for-TapTweakHash"],[1620,"impl-From%3C%26TaprootSpendInfo%3E-for-TapTweakHash"],[1725,"impl-ParseableKey-for-XOnlyPublicKey"],[1726,"impl-XOnlyPublicKey"],[1739,"impl-PublicKey"],[1740,"impl-ParseableKey-for-PublicKey"],[1888,"impl-Index%3CRangeTo%3Cusize%3E%3E-for-Script"],[1889,"impl-Index%3CRangeFrom%3Cusize%3E%3E-for-Script"],[1890,"impl-Index%3C(Bound%3Cusize%3E,+Bound%3Cusize%3E)%3E-for-Script"],[1891,"impl-Index%3CRange%3Cusize%3E%3E-for-Script"],[1892,"impl-Index%3CRangeInclusive%3Cusize%3E%3E-for-Script"],[1893,"impl-Index%3CRangeToInclusive%3Cusize%3E%3E-for-Script"],[1894,"impl-Index%3CRangeFull%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-XOnlyPublicKey"],[2204,"impl-Serialize-for-XOnlyPublicKey"],[2242,"impl-Psbt"],[2243,"impl-Serialize-for-Psbt"],[2267,"impl-Sum-for-Weight"],[2268,"impl-Sum%3C%26Weight%3E-for-Weight"],[2479,"impl-TryFrom%3C%26str%3E-for-FeeRate"],[2480,"impl-TryFrom%3CString%3E-for-FeeRate"],[2482,"impl-TryFrom%3CBox%3Cstr%3E%3E-for-FeeRate"],[2484,"impl-TryFrom%3CBox%3Cstr%3E%3E-for-Weight"],[2485,"impl-TryFrom%3C%26str%3E-for-Weight"],[2486,"impl-TryFrom%3CString%3E-for-Weight"],[2503,"impl-TryFrom%3Cu8%3E-for-WitnessVersion"],[2504,"impl-TryFrom%3COpcode%3E-for-WitnessVersion"],[2505,"impl-TryFrom%3CInstruction%3C\'a%3E%3E-for-WitnessVersion"],[2506,"impl-TryFrom%3CFe32%3E-for-WitnessVersion"],[2513,"impl-TryFrom%3CString%3E-for-Sequence"],[2515,"impl-TryFrom%3CBox%3Cstr%3E%3E-for-Sequence"],[2516,"impl-TryFrom%3C%26str%3E-for-Sequence"],[2536,"impl-TryFrom%3CChainHash%3E-for-Network"],[2537,"impl-TryFrom%3CMagic%3E-for-Network"],[2888,"impl-Display-for-FromScriptError"],[2889,"impl-Debug-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-Debug-for-NetworkValidationError"],[2899,"impl-Display-for-NetworkValidationError"],[2900,"impl-Debug-for-InvalidBase58PayloadLengthError"],[2901,"impl-Display-for-InvalidBase58PayloadLengthError"],[2902,"impl-Display-for-LegacyAddressTooLongError"],[2903,"impl-Debug-for-LegacyAddressTooLongError"],[2904,"impl-Debug-for-InvalidLegacyPrefixError"],[2905,"impl-Display-for-InvalidLegacyPrefixError"],[2909,"impl-From%3CTryFromError%3E-for-FromScriptError"],[2910,"impl-From%3CInfallible%3E-for-FromScriptError"],[2911,"impl-From%3CError%3E-for-FromScriptError"],[2916,"impl-From%3CInvalidBase58PayloadLengthError%3E-for-ParseError"],[2917,"impl-From%3CUnknownHrpError%3E-for-ParseError"],[2918,"impl-From%3CNetworkValidationError%3E-for-ParseError"],[2919,"impl-From%3CLegacyAddressTooLongError%3E-for-ParseError"],[2920,"impl-From%3CTryFromError%3E-for-ParseError"],[2922,"impl-From%3CInvalidLegacyPrefixError%3E-for-ParseError"],[2923,"impl-From%3CDecodeError%3E-for-ParseError"],[2924,"impl-From%3CError%3E-for-ParseError"],[2925,"impl-From%3CInfallible%3E-for-ParseError"],[2926,"impl-From%3CError%3E-for-ParseError"],[3087,"impl-Debug-for-ParseAmountError"],[3088,"impl-Display-for-ParseAmountError"],[3089,"impl-Debug-for-Display"],[3090,"impl-Display-for-Display"],[3092,"impl-From%3CTooPreciseError%3E-for-ParseAmountError"],[3093,"impl-From%3CMissingDigitsError%3E-for-ParseAmountError"],[3094,"impl-From%3CInfallible%3E-for-ParseAmountError"],[3095,"impl-From%3COutOfRangeError%3E-for-ParseAmountError"],[3096,"impl-From%3CInputTooLargeError%3E-for-ParseAmountError"],[3097,"impl-From%3CInvalidCharacterError%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%3COsStr%3E-for-String"],[3161,"impl-AsRef%3CPath%3E-for-String"],[3162,"impl-AsRef%3C%5Bu8%5D%3E-for-String"],[3163,"impl-AsRef%3Cstr%3E-for-String"],[3197,"impl-Decodable-for-Vec%3CFilterHeader%3E"],[3198,"impl-Decodable-for-Vec%3CVarInt%3E"],[3199,"impl-Decodable-for-Vec%3CInventory%3E"],[3200,"impl-Decodable-for-Vec%3CPrefilledTransaction%3E"],[3201,"impl-Decodable-for-Vec%3C(u32,+Address)%3E"],[3202,"impl-Decodable-for-Vec%3CBlockHash%3E"],[3203,"impl-Decodable-for-Vec%3CVec%3Cu8%3E%3E"],[3204,"impl-Decodable-for-Vec%3CFilterHash%3E"],[3205,"impl-Decodable-for-Vec%3CHeader%3E"],[3206,"impl-Decodable-for-Vec%3CTapLeafHash%3E"],[3207,"impl-Decodable-for-Vec%3CTxMerkleNode%3E"],[3208,"impl-Decodable-for-Vec%3Cu8%3E"],[3209,"impl-Decodable-for-Vec%3CShortId%3E"],[3210,"impl-Decodable-for-Vec%3CTxIn%3E"],[3211,"impl-Decodable-for-Vec%3CAddrV2Message%3E"],[3212,"impl-Decodable-for-Vec%3CTransaction%3E"],[3213,"impl-Decodable-for-Vec%3CTxOut%3E"],[3214,"impl-Decodable-for-Vec%3Cu64%3E"],[3215,"impl-Encodable-for-Vec%3CHeader%3E"],[3216,"impl-Encodable-for-Vec%3CTransaction%3E"],[3217,"impl-Encodable-for-Vec%3CVec%3Cu8%3E%3E"],[3218,"impl-Encodable-for-Vec%3Cu64%3E"],[3219,"impl-Encodable-for-Vec%3Cu8%3E"],[3220,"impl-Encodable-for-Vec%3CAddrV2Message%3E"],[3221,"impl-Encodable-for-Vec%3CInventory%3E"],[3222,"impl-Encodable-for-Vec%3CTxMerkleNode%3E"],[3223,"impl-Encodable-for-Vec%3CFilterHash%3E"],[3224,"impl-Encodable-for-Vec%3CTapLeafHash%3E"],[3225,"impl-Encodable-for-Vec%3CPrefilledTransaction%3E"],[3226,"impl-Encodable-for-Vec%3CTxIn%3E"],[3227,"impl-Encodable-for-Vec%3CBlockHash%3E"],[3228,"impl-Encodable-for-Vec%3C(u32,+Address)%3E"],[3229,"impl-Encodable-for-Vec%3CVarInt%3E"],[3230,"impl-Encodable-for-Vec%3CFilterHeader%3E"],[3231,"impl-Encodable-for-Vec%3CShortId%3E"],[3232,"impl-Encodable-for-Vec%3CTxOut%3E"],[3266,"impl-PartialEq%3CVec%3CU,+A2%3E%3E-for-Vec%3CT,+A1%3E"],[3267,"impl-PartialEq%3C%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%3C%26%5BU;+N%5D%3E-for-Vec%3CT,+A%3E"],[3270,"impl-PartialEq%3C%5BU%5D%3E-for-Vec%3CT,+A%3E"],[3271,"impl-PartialEq%3C%26mut+%5BU%5D%3E-for-Vec%3CT,+A%3E"],[3272,"impl-PartialEq%3CValue%3E-for-String"],[3273,"impl-PartialEq%3CCow%3C\'a,+str%3E%3E-for-String"],[3274,"impl-PartialEq%3C%26str%3E-for-String"],[3275,"impl-PartialEq%3Cstr%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%3CString%3E-for-String"],[3289,"impl-Extend%3CCow%3C\'a,+str%3E%3E-for-String"],[3290,"impl-Extend%3CBox%3Cstr%3E%3E-for-String"],[3291,"impl-Extend%3C%26char%3E-for-String"],[3292,"impl-Extend%3C%26str%3E-for-String"],[3293,"impl-Extend%3Cchar%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%3CCow%3C\'a,+str%3E%3E-for-String"],[3300,"impl-Extend%3C%26char%3E-for-String"],[3301,"impl-Extend%3Cchar%3E-for-String"],[3302,"impl-Extend%3CString%3E-for-String"],[3303,"impl-Extend%3C%26str%3E-for-String"],[3304,"impl-Extend%3C%26T%3E-for-Vec%3CT,+A%3E"],[3305,"impl-Extend%3CT%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,+A%3E"],[3310,"impl-Write-for-Vec%3Cu8%3E"],[3311,"impl-Display-for-Error"],[3312,"impl-Debug-for-Error"],[3313,"impl-Debug-for-InvalidCharacterError"],[3314,"impl-Display-for-InvalidCharacterError"],[3316,"impl-Debug-for-String"],[3317,"impl-Display-for-String"],[3318,"impl-From%3CTooShortError%3E-for-Error"],[3319,"impl-From%3CInvalidCharacterError%3E-for-Error"],[3321,"impl-From%3CIncorrectChecksumError%3E-for-Error"],[3322,"impl-From%3CInfallible%3E-for-Error"],[3324,"impl-From%3C%26%5BT;+N%5D%3E-for-Vec%3CT%3E"],[3325,"impl-From%3C%26mut+%5BT%5D%3E-for-Vec%3CT%3E"],[3326,"impl-From%3CVecDeque%3CT,+A%3E%3E-for-Vec%3CT,+A%3E"],[3327,"impl-From%3CCString%3E-for-Vec%3Cu8%3E"],[3328,"impl-From%3CBox%3C%5BT%5D,+A%3E%3E-for-Vec%3CT,+A%3E"],[3329,"impl-From%3CCow%3C\'a,+%5BT%5D%3E%3E-for-Vec%3CT%3E"],[3331,"impl-From%3C%5BT;+N%5D%3E-for-Vec%3CT%3E"],[3332,"impl-From%3C%26%5BT%5D%3E-for-Vec%3CT%3E"],[3333,"impl-From%3CPushBytesBuf%3E-for-Vec%3Cu8%3E"],[3334,"impl-From%3CBinaryHeap%3CT,+A%3E%3E-for-Vec%3CT,+A%3E"],[3335,"impl-From%3CScriptBuf%3E-for-Vec%3Cu8%3E"],[3336,"impl-From%3C%26mut+%5BT;+N%5D%3E-for-Vec%3CT%3E"],[3337,"impl-From%3CTaprootMerkleBranch%3E-for-Vec%3CTapNodeHash%3E"],[3338,"impl-From%3CDerivationPath%3E-for-Vec%3CChildNumber%3E"],[3339,"impl-From%3CString%3E-for-Vec%3Cu8%3E"],[3340,"impl-From%3C%26str%3E-for-Vec%3Cu8%3E"],[3341,"impl-From%3C%26String%3E-for-String"],[3343,"impl-From%3C%26mut+str%3E-for-String"],[3344,"impl-From%3CBox%3Cstr%3E%3E-for-String"],[3345,"impl-From%3CCow%3C\'a,+str%3E%3E-for-String"],[3346,"impl-From%3Cchar%3E-for-String"],[3347,"impl-From%3C%26str%3E-for-String"],[3350,"impl-FromIterator%3CBox%3Cstr%3E%3E-for-String"],[3351,"impl-FromIterator%3CString%3E-for-String"],[3352,"impl-FromIterator%3Cchar%3E-for-String"],[3353,"impl-FromIterator%3C%26str%3E-for-String"],[3354,"impl-FromIterator%3CCow%3C\'a,+str%3E%3E-for-String"],[3355,"impl-FromIterator%3C%26char%3E-for-String"],[3392,"impl-IntoIterator-for-Vec%3CT,+A%3E"],[3393,"impl-IntoIterator-for-%26mut+Vec%3CT,+A%3E"],[3394,"impl-IntoIterator-for-%26Vec%3CT,+A%3E"],[3401,"impl-Vec%3CT,+A%3E"],[3402,"impl-Merge-for-Vec%3CT%3E"],[3412,"impl-PartialEq%3C%5BU%5D%3E-for-Vec%3CT,+A%3E"],[3413,"impl-PartialEq%3C%26%5BU%5D%3E-for-Vec%3CT,+A%3E"],[3414,"impl-PartialEq%3C%26mut+%5BU%5D%3E-for-Vec%3CT,+A%3E"],[3415,"impl-PartialEq%3C%5BU;+N%5D%3E-for-Vec%3CT,+A%3E"],[3416,"impl-PartialEq%3CVec%3CU,+A2%3E%3E-for-Vec%3CT,+A1%3E"],[3417,"impl-PartialEq%3C%26%5BU;+N%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-Debug-for-TooShortError"],[3530,"impl-Display-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%5D%3E-for-ShortId"],[3861,"impl-AsRef%3C%5Bu8;+6%5D%3E-for-ShortId"],[3866,"impl-Borrow%3C%5Bu8;+6%5D%3E-for-ShortId"],[3868,"impl-Borrow%3C%5Bu8%5D%3E-for-ShortId"],[3876,"impl-BorrowMut%3C%5Bu8%5D%3E-for-ShortId"],[3877,"impl-BorrowMut%3C%5Bu8;+6%5D%3E-for-ShortId"],[3937,"impl-Display-for-Error"],[3938,"impl-Debug-for-Error"],[3940,"impl-UpperHex-for-ShortId"],[3941,"impl-Debug-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"],[3953,"impl-From%3C%26%5Bu8;+6%5D%3E-for-ShortId"],[4077,"impl-Display-for-Error"],[4078,"impl-Debug-for-Error"],[4086,"impl-From%3CInfallible%3E-for-Error"],[4088,"impl-From%3CError%3E-for-Error"],[4178,"impl-AsMut%3C%5Bu8;+32%5D%3E-for-ChainCode"],[4179,"impl-AsMut%3C%5Bu8%5D%3E-for-ChainCode"],[4180,"impl-AsMut%3C%5Bu8%5D%3E-for-Fingerprint"],[4181,"impl-AsMut%3C%5Bu8;+4%5D%3E-for-Fingerprint"],[4186,"impl-AsRef%3C%5Bu8%5D%3E-for-ChainCode"],[4187,"impl-AsRef%3C%5Bu8;+32%5D%3E-for-ChainCode"],[4188,"impl-AsRef%3C%5Bu8%5D%3E-for-Fingerprint"],[4189,"impl-AsRef%3C%5Bu8;+4%5D%3E-for-Fingerprint"],[4194,"impl-Borrow%3C%5Bu8%5D%3E-for-ChainCode"],[4195,"impl-Borrow%3C%5Bu8;+32%5D%3E-for-ChainCode"],[4196,"impl-Borrow%3C%5Bu8;+4%5D%3E-for-Fingerprint"],[4198,"impl-Borrow%3C%5Bu8%5D%3E-for-Fingerprint"],[4206,"impl-BorrowMut%3C%5Bu8;+32%5D%3E-for-ChainCode"],[4207,"impl-BorrowMut%3C%5Bu8%5D%3E-for-ChainCode"],[4209,"impl-BorrowMut%3C%5Bu8;+4%5D%3E-for-Fingerprint"],[4210,"impl-BorrowMut%3C%5Bu8%5D%3E-for-Fingerprint"],[4298,"impl-LowerHex-for-ChainCode"],[4299,"impl-Display-for-ChainCode"],[4300,"impl-Debug-for-ChainCode"],[4301,"impl-UpperHex-for-ChainCode"],[4302,"impl-UpperHex-for-Fingerprint"],[4303,"impl-Debug-for-Fingerprint"],[4304,"impl-Display-for-Fingerprint"],[4305,"impl-LowerHex-for-Fingerprint"],[4306,"impl-Debug-for-Xpriv"],[4307,"impl-Display-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%26%5Bu8;+32%5D%3E-for-ChainCode"],[4321,"impl-From%3C%5Bu8;+32%5D%3E-for-ChainCode"],[4322,"impl-From%3C%5Bu8;+4%5D%3E-for-Fingerprint"],[4324,"impl-From%3C%26%5Bu8;+4%5D%3E-for-Fingerprint"],[4330,"impl-From%3CVec%3CChildNumber%3E%3E-for-DerivationPath"],[4331,"impl-From%3C%26%5BChildNumber%5D%3E-for-DerivationPath"],[4333,"impl-From%3CInvalidBase58PayloadLengthError%3E-for-Error"],[4334,"impl-From%3CError%3E-for-Error"],[4335,"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-Display-for-ValidationError"],[4560,"impl-Debug-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;+32%5D%3E-for-ChainHash"],[4638,"impl-AsRef%3C%5Bu8%5D%3E-for-ChainHash"],[4639,"impl-Borrow%3C%5Bu8%5D%3E-for-ChainHash"],[4641,"impl-Borrow%3C%5Bu8;+32%5D%3E-for-ChainHash"],[4642,"impl-BorrowMut%3C%5Bu8%5D%3E-for-ChainHash"],[4644,"impl-BorrowMut%3C%5Bu8;+32%5D%3E-for-ChainHash"],[4652,"impl-Display-for-ChainHash"],[4653,"impl-LowerHex-for-ChainHash"],[4654,"impl-Debug-for-ChainHash"],[4655,"impl-UpperHex-for-ChainHash"],[4657,"impl-From%3C%26%5Bu8;+32%5D%3E-for-ChainHash"],[4658,"impl-From%3C%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-Debug-for-ConversionError"],[4760,"impl-Display-for-ConversionError"],[4761,"impl-Debug-for-LockTime"],[4762,"impl-Display-for-LockTime"],[4771,"impl-From%3CHeight%3E-for-LockTime"],[4772,"impl-From%3CTime%3E-for-LockTime"],[4773,"impl-From%3CAbsLockTime%3E-for-LockTime"],[4836,"impl-TryFrom%3C%26str%3E-for-Height"],[4838,"impl-TryFrom%3CString%3E-for-Height"],[4839,"impl-TryFrom%3CBox%3Cstr%3E%3E-for-Height"],[4841,"impl-TryFrom%3C%26str%3E-for-Time"],[4842,"impl-TryFrom%3CString%3E-for-Time"],[4844,"impl-TryFrom%3CBox%3Cstr%3E%3E-for-Time"],[4847,"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-Debug-for-Height"],[4947,"impl-Display-for-Height"],[4948,"impl-Debug-for-Time"],[4949,"impl-Display-for-Time"],[4950,"impl-Debug-for-TimeOverflowError"],[4951,"impl-Display-for-TimeOverflowError"],[4952,"impl-Display-for-LockTime"],[4953,"impl-Debug-for-LockTime"],[4954,"impl-Display-for-DisabledLockTimeError"],[4955,"impl-Debug-for-DisabledLockTimeError"],[4956,"impl-Display-for-IncompatibleHeightError"],[4957,"impl-Debug-for-IncompatibleHeightError"],[4958,"impl-Display-for-IncompatibleTimeError"],[4959,"impl-Debug-for-IncompatibleTimeError"],[4965,"impl-From%3CRelLockTime%3E-for-LockTime"],[4966,"impl-From%3CTime%3E-for-LockTime"],[4967,"impl-From%3CHeight%3E-for-LockTime"],[5042,"impl-TryFrom%3CBox%3Cstr%3E%3E-for-Height"],[5043,"impl-TryFrom%3CString%3E-for-Height"],[5044,"impl-TryFrom%3C%26str%3E-for-Height"],[5046,"impl-TryFrom%3CBox%3Cstr%3E%3E-for-Time"],[5047,"impl-TryFrom%3CString%3E-for-Time"],[5049,"impl-TryFrom%3C%26str%3E-for-Time"],[5409,"impl-AsMut%3CPushBytes%3E-for-PushBytes"],[5410,"impl-AsMut%3C%5Bu8%5D%3E-for-PushBytes"],[5415,"impl-AsRef%3CPushBytes%3E-for-PushBytes"],[5416,"impl-AsRef%3C%5Bu8%5D%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;+45%5D%3E-for-%26PushBytes"],[5501,"impl-From%3C%26mut+%5Bu8;+57%5D%3E-for-%26mut+PushBytes"],[5502,"impl-From%3C%26mut+%5Bu8;+63%5D%3E-for-%26mut+PushBytes"],[5503,"impl-From%3C%26mut+%5Bu8;+36%5D%3E-for-%26mut+PushBytes"],[5504,"impl-From%3C%26%5Bu8;+31%5D%3E-for-%26PushBytes"],[5505,"impl-From%3C%26%5Bu8;+38%5D%3E-for-%26PushBytes"],[5506,"impl-From%3C%26%5Bu8;+26%5D%3E-for-%26PushBytes"],[5507,"impl-From%3C%26mut+%5Bu8;+47%5D%3E-for-%26mut+PushBytes"],[5508,"impl-From%3C%26mut+%5Bu8;+24%5D%3E-for-%26mut+PushBytes"],[5509,"impl-From%3C%26mut+%5Bu8;+15%5D%3E-for-%26mut+PushBytes"],[5510,"impl-From%3C%26mut+%5Bu8;+9%5D%3E-for-%26mut+PushBytes"],[5511,"impl-From%3C%26mut+%5Bu8;+7%5D%3E-for-%26mut+PushBytes"],[5512,"impl-From%3C%26%5Bu8;+70%5D%3E-for-%26PushBytes"],[5513,"impl-From%3C%26%5Bu8;+56%5D%3E-for-%26PushBytes"],[5514,"impl-From%3C%26%5Bu8;+50%5D%3E-for-%26PushBytes"],[5515,"impl-From%3C%26mut+%5Bu8;+58%5D%3E-for-%26mut+PushBytes"],[5516,"impl-From%3C%26%5Bu8;+29%5D%3E-for-%26PushBytes"],[5517,"impl-From%3C%26mut+%5Bu8;+54%5D%3E-for-%26mut+PushBytes"],[5518,"impl-From%3C%26mut+%5Bu8;+12%5D%3E-for-%26mut+PushBytes"],[5519,"impl-From%3C%26mut+%5Bu8;+46%5D%3E-for-%26mut+PushBytes"],[5520,"impl-From%3C%26mut+%5Bu8;+42%5D%3E-for-%26mut+PushBytes"],[5521,"impl-From%3C%26%5Bu8;+19%5D%3E-for-%26PushBytes"],[5522,"impl-From%3C%26%5Bu8;+73%5D%3E-for-%26PushBytes"],[5523,"impl-From%3C%26%5Bu8;+17%5D%3E-for-%26PushBytes"],[5524,"impl-From%3C%26mut+%5Bu8;+0%5D%3E-for-%26mut+PushBytes"],[5525,"impl-From%3C%26mut+%5Bu8;+23%5D%3E-for-%26mut+PushBytes"],[5526,"impl-From%3C%26mut+%5Bu8;+30%5D%3E-for-%26mut+PushBytes"],[5527,"impl-From%3C%26mut+%5Bu8;+8%5D%3E-for-%26mut+PushBytes"],[5528,"impl-From%3C%26%5Bu8;+71%5D%3E-for-%26PushBytes"],[5529,"impl-From%3C%26%5Bu8;+32%5D%3E-for-%26PushBytes"],[5530,"impl-From%3C%26mut+%5Bu8;+49%5D%3E-for-%26mut+PushBytes"],[5531,"impl-From%3C%26%5Bu8;+13%5D%3E-for-%26PushBytes"],[5532,"impl-From%3C%26mut+%5Bu8;+66%5D%3E-for-%26mut+PushBytes"],[5533,"impl-From%3C%26%5Bu8;+55%5D%3E-for-%26PushBytes"],[5534,"impl-From%3C%26mut+%5Bu8;+72%5D%3E-for-%26mut+PushBytes"],[5535,"impl-From%3C%26mut+%5Bu8;+29%5D%3E-for-%26mut+PushBytes"],[5536,"impl-From%3C%26mut+%5Bu8;+13%5D%3E-for-%26mut+PushBytes"],[5537,"impl-From%3C%26%5Bu8;+12%5D%3E-for-%26PushBytes"],[5538,"impl-From%3C%26%5Bu8;+72%5D%3E-for-%26PushBytes"],[5539,"impl-From%3C%26%5Bu8;+53%5D%3E-for-%26PushBytes"],[5540,"impl-From%3C%26%5Bu8;+28%5D%3E-for-%26PushBytes"],[5541,"impl-From%3C%26mut+%5Bu8;+25%5D%3E-for-%26mut+PushBytes"],[5542,"impl-From%3C%26mut+%5Bu8;+40%5D%3E-for-%26mut+PushBytes"],[5543,"impl-From%3C%26%5Bu8;+39%5D%3E-for-%26PushBytes"],[5544,"impl-From%3C%26%5Bu8;+4%5D%3E-for-%26PushBytes"],[5545,"impl-From%3C%26%5Bu8;+46%5D%3E-for-%26PushBytes"],[5546,"impl-From%3C%26mut+%5Bu8;+20%5D%3E-for-%26mut+PushBytes"],[5547,"impl-From%3C%26mut+%5Bu8;+18%5D%3E-for-%26mut+PushBytes"],[5548,"impl-From%3C%26mut+%5Bu8;+31%5D%3E-for-%26mut+PushBytes"],[5549,"impl-From%3C%26%5Bu8;+0%5D%3E-for-%26PushBytes"],[5550,"impl-From%3C%26mut+%5Bu8;+50%5D%3E-for-%26mut+PushBytes"],[5551,"impl-From%3C%26%5Bu8;+54%5D%3E-for-%26PushBytes"],[5552,"impl-From%3C%26mut+%5Bu8;+11%5D%3E-for-%26mut+PushBytes"],[5553,"impl-From%3C%26%5Bu8;+5%5D%3E-for-%26PushBytes"],[5554,"impl-From%3C%26mut+%5Bu8;+1%5D%3E-for-%26mut+PushBytes"],[5555,"impl-From%3C%26mut+%5Bu8;+10%5D%3E-for-%26mut+PushBytes"],[5556,"impl-From%3C%26mut+%5Bu8;+61%5D%3E-for-%26mut+PushBytes"],[5557,"impl-From%3C%26%5Bu8;+60%5D%3E-for-%26PushBytes"],[5558,"impl-From%3C%26mut+%5Bu8;+17%5D%3E-for-%26mut+PushBytes"],[5559,"impl-From%3C%26mut+%5Bu8;+14%5D%3E-for-%26mut+PushBytes"],[5560,"impl-From%3C%26%5Bu8;+51%5D%3E-for-%26PushBytes"],[5561,"impl-From%3C%26mut+%5Bu8;+67%5D%3E-for-%26mut+PushBytes"],[5562,"impl-From%3C%26mut+%5Bu8;+38%5D%3E-for-%26mut+PushBytes"],[5563,"impl-From%3C%26mut+%5Bu8;+68%5D%3E-for-%26mut+PushBytes"],[5564,"impl-From%3C%26%5Bu8;+47%5D%3E-for-%26PushBytes"],[5565,"impl-From%3C%26mut+%5Bu8;+22%5D%3E-for-%26mut+PushBytes"],[5566,"impl-From%3C%26mut+%5Bu8;+32%5D%3E-for-%26mut+PushBytes"],[5567,"impl-From%3C%26%5Bu8;+65%5D%3E-for-%26PushBytes"],[5568,"impl-From%3C%26%5Bu8;+21%5D%3E-for-%26PushBytes"],[5569,"impl-From%3C%26mut+%5Bu8;+4%5D%3E-for-%26mut+PushBytes"],[5570,"impl-From%3C%26mut+%5Bu8;+60%5D%3E-for-%26mut+PushBytes"],[5571,"impl-From%3C%26mut+%5Bu8;+51%5D%3E-for-%26mut+PushBytes"],[5572,"impl-From%3C%26mut+%5Bu8;+53%5D%3E-for-%26mut+PushBytes"],[5573,"impl-From%3C%26%5Bu8;+1%5D%3E-for-%26PushBytes"],[5574,"impl-From%3C%26mut+%5Bu8;+55%5D%3E-for-%26mut+PushBytes"],[5575,"impl-From%3C%26mut+%5Bu8;+16%5D%3E-for-%26mut+PushBytes"],[5576,"impl-From%3C%26%5Bu8;+66%5D%3E-for-%26PushBytes"],[5577,"impl-From%3C%26mut+%5Bu8;+59%5D%3E-for-%26mut+PushBytes"],[5578,"impl-From%3C%26%5Bu8;+35%5D%3E-for-%26PushBytes"],[5579,"impl-From%3C%26%5Bu8;+64%5D%3E-for-%26PushBytes"],[5580,"impl-From%3C%26%5Bu8;+41%5D%3E-for-%26PushBytes"],[5581,"impl-From%3C%26mut+%5Bu8;+65%5D%3E-for-%26mut+PushBytes"],[5582,"impl-From%3C%26mut+%5Bu8;+43%5D%3E-for-%26mut+PushBytes"],[5583,"impl-From%3C%26mut+%5Bu8;+28%5D%3E-for-%26mut+PushBytes"],[5584,"impl-From%3C%26%5Bu8;+61%5D%3E-for-%26PushBytes"],[5585,"impl-From%3C%26%5Bu8;+52%5D%3E-for-%26PushBytes"],[5586,"impl-From%3C%26%5Bu8;+23%5D%3E-for-%26PushBytes"],[5587,"impl-From%3C%26mut+%5Bu8;+27%5D%3E-for-%26mut+PushBytes"],[5588,"impl-From%3C%26%5Bu8;+20%5D%3E-for-%26PushBytes"],[5589,"impl-From%3C%26mut+%5Bu8;+56%5D%3E-for-%26mut+PushBytes"],[5590,"impl-From%3C%26%5Bu8;+9%5D%3E-for-%26PushBytes"],[5591,"impl-From%3C%26%5Bu8;+43%5D%3E-for-%26PushBytes"],[5592,"impl-From%3C%26%5Bu8;+49%5D%3E-for-%26PushBytes"],[5593,"impl-From%3C%26mut+%5Bu8;+45%5D%3E-for-%26mut+PushBytes"],[5594,"impl-From%3C%26%5Bu8;+25%5D%3E-for-%26PushBytes"],[5595,"impl-From%3C%26%5Bu8;+11%5D%3E-for-%26PushBytes"],[5596,"impl-From%3C%26%5Bu8;+16%5D%3E-for-%26PushBytes"],[5597,"impl-From%3C%26mut+%5Bu8;+21%5D%3E-for-%26mut+PushBytes"],[5598,"impl-From%3C%26mut+%5Bu8;+5%5D%3E-for-%26mut+PushBytes"],[5599,"impl-From%3C%26%5Bu8;+48%5D%3E-for-%26PushBytes"],[5600,"impl-From%3C%26%5Bu8;+24%5D%3E-for-%26PushBytes"],[5601,"impl-From%3C%26mut+%5Bu8;+34%5D%3E-for-%26mut+PushBytes"],[5602,"impl-From%3C%26%5Bu8;+40%5D%3E-for-%26PushBytes"],[5603,"impl-From%3C%26%5Bu8;+37%5D%3E-for-%26PushBytes"],[5604,"impl-From%3C%26%5Bu8;+2%5D%3E-for-%26PushBytes"],[5605,"impl-From%3C%26%5Bu8;+59%5D%3E-for-%26PushBytes"],[5606,"impl-From%3C%26%5Bu8;+14%5D%3E-for-%26PushBytes"],[5607,"impl-From%3C%26%5Bu8;+33%5D%3E-for-%26PushBytes"],[5608,"impl-From%3C%26mut+%5Bu8;+26%5D%3E-for-%26mut+PushBytes"],[5609,"impl-From%3C%26mut+%5Bu8;+62%5D%3E-for-%26mut+PushBytes"],[5610,"impl-From%3C%26%5Bu8;+18%5D%3E-for-%26PushBytes"],[5611,"impl-From%3C%26mut+%5Bu8;+73%5D%3E-for-%26mut+PushBytes"],[5612,"impl-From%3C%26%5Bu8;+30%5D%3E-for-%26PushBytes"],[5613,"impl-From%3C%26%5Bu8;+58%5D%3E-for-%26PushBytes"],[5614,"impl-From%3C%26mut+%5Bu8;+48%5D%3E-for-%26mut+PushBytes"],[5615,"impl-From%3C%26%5Bu8;+3%5D%3E-for-%26PushBytes"],[5616,"impl-From%3C%26%5Bu8;+57%5D%3E-for-%26PushBytes"],[5617,"impl-From%3C%26mut+%5Bu8;+39%5D%3E-for-%26mut+PushBytes"],[5618,"impl-From%3C%26%5Bu8;+44%5D%3E-for-%26PushBytes"],[5619,"impl-From%3C%26%5Bu8;+36%5D%3E-for-%26PushBytes"],[5620,"impl-From%3C%26mut+%5Bu8;+71%5D%3E-for-%26mut+PushBytes"],[5621,"impl-From%3C%26mut+%5Bu8;+19%5D%3E-for-%26mut+PushBytes"],[5622,"impl-From%3C%26%5Bu8;+27%5D%3E-for-%26PushBytes"],[5623,"impl-From%3C%26mut+%5Bu8;+70%5D%3E-for-%26mut+PushBytes"],[5624,"impl-From%3C%26mut+%5Bu8;+6%5D%3E-for-%26mut+PushBytes"],[5625,"impl-From%3C%26%5Bu8;+62%5D%3E-for-%26PushBytes"],[5626,"impl-From%3C%26mut+%5Bu8;+3%5D%3E-for-%26mut+PushBytes"],[5627,"impl-From%3C%26mut+%5Bu8;+2%5D%3E-for-%26mut+PushBytes"],[5628,"impl-From%3C%26%5Bu8;+69%5D%3E-for-%26PushBytes"],[5629,"impl-From%3C%26%5Bu8;+22%5D%3E-for-%26PushBytes"],[5630,"impl-From%3C%26mut+%5Bu8;+35%5D%3E-for-%26mut+PushBytes"],[5631,"impl-From%3C%26%5Bu8;+8%5D%3E-for-%26PushBytes"],[5632,"impl-From%3C%26%5Bu8;+15%5D%3E-for-%26PushBytes"],[5633,"impl-From%3C%26mut+%5Bu8;+64%5D%3E-for-%26mut+PushBytes"],[5634,"impl-From%3C%26%5Bu8;+34%5D%3E-for-%26PushBytes"],[5635,"impl-From%3C%26mut+%5Bu8;+44%5D%3E-for-%26mut+PushBytes"],[5636,"impl-From%3C%26%5Bu8;+68%5D%3E-for-%26PushBytes"],[5637,"impl-From%3C%26%5Bu8;+42%5D%3E-for-%26PushBytes"],[5638,"impl-From%3C%26%5Bu8;+67%5D%3E-for-%26PushBytes"],[5639,"impl-From%3C%26mut+%5Bu8;+69%5D%3E-for-%26mut+PushBytes"],[5640,"impl-From%3C%26mut+%5Bu8;+41%5D%3E-for-%26mut+PushBytes"],[5641,"impl-From%3C%26%5Bu8;+63%5D%3E-for-%26PushBytes"],[5642,"impl-From%3C%26%5Bu8;+7%5D%3E-for-%26PushBytes"],[5643,"impl-From%3C%26%5Bu8;+6%5D%3E-for-%26PushBytes"],[5644,"impl-From%3C%26%5Bu8;+10%5D%3E-for-%26PushBytes"],[5645,"impl-From%3C%26mut+%5Bu8;+37%5D%3E-for-%26mut+PushBytes"],[5646,"impl-From%3C%26mut+%5Bu8;+33%5D%3E-for-%26mut+PushBytes"],[5647,"impl-From%3C%26mut+%5Bu8;+52%5D%3E-for-%26mut+PushBytes"],[5648,"impl-From%3C%5Bu8;+12%5D%3E-for-PushBytesBuf"],[5649,"impl-From%3C%26%5Bu8;+12%5D%3E-for-PushBytesBuf"],[5650,"impl-From%3C%5Bu8;+10%5D%3E-for-PushBytesBuf"],[5651,"impl-From%3C%5Bu8;+24%5D%3E-for-PushBytesBuf"],[5652,"impl-From%3C%5Bu8;+31%5D%3E-for-PushBytesBuf"],[5653,"impl-From%3C%26%5Bu8;+59%5D%3E-for-PushBytesBuf"],[5654,"impl-From%3C%26%5Bu8;+64%5D%3E-for-PushBytesBuf"],[5655,"impl-From%3C%26%5Bu8;+57%5D%3E-for-PushBytesBuf"],[5656,"impl-From%3C%5Bu8;+38%5D%3E-for-PushBytesBuf"],[5657,"impl-From%3C%5Bu8;+3%5D%3E-for-PushBytesBuf"],[5658,"impl-From%3C%26%5Bu8;+1%5D%3E-for-PushBytesBuf"],[5659,"impl-From%3C%5Bu8;+1%5D%3E-for-PushBytesBuf"],[5660,"impl-From%3C%5Bu8;+22%5D%3E-for-PushBytesBuf"],[5661,"impl-From%3C%5Bu8;+69%5D%3E-for-PushBytesBuf"],[5662,"impl-From%3C%26%5Bu8;+25%5D%3E-for-PushBytesBuf"],[5663,"impl-From%3C%26%5Bu8;+49%5D%3E-for-PushBytesBuf"],[5664,"impl-From%3C%5Bu8;+43%5D%3E-for-PushBytesBuf"],[5665,"impl-From%3C%26%5Bu8;+9%5D%3E-for-PushBytesBuf"],[5666,"impl-From%3C%5Bu8;+40%5D%3E-for-PushBytesBuf"],[5667,"impl-From%3C%26%5Bu8;+33%5D%3E-for-PushBytesBuf"],[5669,"impl-From%3C%5Bu8;+65%5D%3E-for-PushBytesBuf"],[5670,"impl-From%3C%26%5Bu8;+29%5D%3E-for-PushBytesBuf"],[5671,"impl-From%3C%5Bu8;+39%5D%3E-for-PushBytesBuf"],[5672,"impl-From%3C%5Bu8;+5%5D%3E-for-PushBytesBuf"],[5673,"impl-From%3C%5Bu8;+29%5D%3E-for-PushBytesBuf"],[5674,"impl-From%3C%26%5Bu8;+3%5D%3E-for-PushBytesBuf"],[5675,"impl-From%3C%26%5Bu8;+51%5D%3E-for-PushBytesBuf"],[5676,"impl-From%3C%26%5Bu8;+10%5D%3E-for-PushBytesBuf"],[5677,"impl-From%3C%26%5Bu8;+54%5D%3E-for-PushBytesBuf"],[5678,"impl-From%3C%26%5Bu8;+17%5D%3E-for-PushBytesBuf"],[5679,"impl-From%3C%26%5Bu8;+44%5D%3E-for-PushBytesBuf"],[5680,"impl-From%3C%5Bu8;+52%5D%3E-for-PushBytesBuf"],[5681,"impl-From%3C%5Bu8;+54%5D%3E-for-PushBytesBuf"],[5682,"impl-From%3C%5Bu8;+13%5D%3E-for-PushBytesBuf"],[5683,"impl-From%3C%5Bu8;+62%5D%3E-for-PushBytesBuf"],[5684,"impl-From%3C%26%5Bu8;+37%5D%3E-for-PushBytesBuf"],[5685,"impl-From%3C%26%5Bu8;+45%5D%3E-for-PushBytesBuf"],[5686,"impl-From%3C%26%5Bu8;+41%5D%3E-for-PushBytesBuf"],[5687,"impl-From%3C%26%5Bu8;+72%5D%3E-for-PushBytesBuf"],[5688,"impl-From%3C%26%5Bu8;+48%5D%3E-for-PushBytesBuf"],[5689,"impl-From%3C%5Bu8;+57%5D%3E-for-PushBytesBuf"],[5690,"impl-From%3C%5Bu8;+14%5D%3E-for-PushBytesBuf"],[5691,"impl-From%3C%5Bu8;+16%5D%3E-for-PushBytesBuf"],[5692,"impl-From%3C%5Bu8;+73%5D%3E-for-PushBytesBuf"],[5693,"impl-From%3C%26%5Bu8;+24%5D%3E-for-PushBytesBuf"],[5694,"impl-From%3C%5Bu8;+70%5D%3E-for-PushBytesBuf"],[5695,"impl-From%3C%26%5Bu8;+32%5D%3E-for-PushBytesBuf"],[5696,"impl-From%3C%26%5Bu8;+5%5D%3E-for-PushBytesBuf"],[5697,"impl-From%3C%5Bu8;+64%5D%3E-for-PushBytesBuf"],[5698,"impl-From%3C%5Bu8;+19%5D%3E-for-PushBytesBuf"],[5699,"impl-From%3C%26%5Bu8;+14%5D%3E-for-PushBytesBuf"],[5700,"impl-From%3C%5Bu8;+32%5D%3E-for-PushBytesBuf"],[5701,"impl-From%3C%26%5Bu8;+47%5D%3E-for-PushBytesBuf"],[5702,"impl-From%3C%5Bu8;+50%5D%3E-for-PushBytesBuf"],[5703,"impl-From%3C%26%5Bu8;+18%5D%3E-for-PushBytesBuf"],[5704,"impl-From%3C%5Bu8;+25%5D%3E-for-PushBytesBuf"],[5705,"impl-From%3C%5Bu8;+56%5D%3E-for-PushBytesBuf"],[5706,"impl-From%3C%5Bu8;+63%5D%3E-for-PushBytesBuf"],[5707,"impl-From%3C%26%5Bu8;+38%5D%3E-for-PushBytesBuf"],[5708,"impl-From%3C%26%5Bu8;+43%5D%3E-for-PushBytesBuf"],[5709,"impl-From%3C%26%5Bu8;+28%5D%3E-for-PushBytesBuf"],[5710,"impl-From%3C%5Bu8;+44%5D%3E-for-PushBytesBuf"],[5711,"impl-From%3C%5Bu8;+11%5D%3E-for-PushBytesBuf"],[5712,"impl-From%3C%5Bu8;+18%5D%3E-for-PushBytesBuf"],[5713,"impl-From%3C%26%5Bu8;+65%5D%3E-for-PushBytesBuf"],[5714,"impl-From%3C%5Bu8;+45%5D%3E-for-PushBytesBuf"],[5715,"impl-From%3C%26%5Bu8;+63%5D%3E-for-PushBytesBuf"],[5716,"impl-From%3C%26%5Bu8;+58%5D%3E-for-PushBytesBuf"],[5717,"impl-From%3C%5Bu8;+51%5D%3E-for-PushBytesBuf"],[5718,"impl-From%3C%26%5Bu8;+19%5D%3E-for-PushBytesBuf"],[5719,"impl-From%3C%26%5Bu8;+62%5D%3E-for-PushBytesBuf"],[5720,"impl-From%3C%5Bu8;+27%5D%3E-for-PushBytesBuf"],[5721,"impl-From%3C%26%5Bu8;+35%5D%3E-for-PushBytesBuf"],[5722,"impl-From%3C%26%5Bu8;+73%5D%3E-for-PushBytesBuf"],[5723,"impl-From%3C%26%5Bu8;+69%5D%3E-for-PushBytesBuf"],[5724,"impl-From%3C%26%5Bu8;+7%5D%3E-for-PushBytesBuf"],[5725,"impl-From%3C%26%5Bu8;+2%5D%3E-for-PushBytesBuf"],[5726,"impl-From%3C%26%5Bu8;+68%5D%3E-for-PushBytesBuf"],[5727,"impl-From%3C%5Bu8;+42%5D%3E-for-PushBytesBuf"],[5728,"impl-From%3C%26%5Bu8;+0%5D%3E-for-PushBytesBuf"],[5729,"impl-From%3C%5Bu8;+8%5D%3E-for-PushBytesBuf"],[5730,"impl-From%3C%26%5Bu8;+36%5D%3E-for-PushBytesBuf"],[5731,"impl-From%3C%5Bu8;+17%5D%3E-for-PushBytesBuf"],[5732,"impl-From%3C%26%5Bu8;+4%5D%3E-for-PushBytesBuf"],[5733,"impl-From%3C%26%5Bu8;+60%5D%3E-for-PushBytesBuf"],[5734,"impl-From%3C%5Bu8;+30%5D%3E-for-PushBytesBuf"],[5735,"impl-From%3C%26%5Bu8;+40%5D%3E-for-PushBytesBuf"],[5736,"impl-From%3C%5Bu8;+47%5D%3E-for-PushBytesBuf"],[5737,"impl-From%3C%5Bu8;+58%5D%3E-for-PushBytesBuf"],[5738,"impl-From%3C%5Bu8;+26%5D%3E-for-PushBytesBuf"],[5739,"impl-From%3C%5Bu8;+46%5D%3E-for-PushBytesBuf"],[5740,"impl-From%3C%5Bu8;+4%5D%3E-for-PushBytesBuf"],[5741,"impl-From%3C%26%5Bu8;+22%5D%3E-for-PushBytesBuf"],[5742,"impl-From%3C%26%5Bu8;+55%5D%3E-for-PushBytesBuf"],[5743,"impl-From%3C%26%5Bu8;+50%5D%3E-for-PushBytesBuf"],[5744,"impl-From%3C%5Bu8;+0%5D%3E-for-PushBytesBuf"],[5745,"impl-From%3C%5Bu8;+41%5D%3E-for-PushBytesBuf"],[5746,"impl-From%3C%5Bu8;+37%5D%3E-for-PushBytesBuf"],[5747,"impl-From%3C%26%5Bu8;+52%5D%3E-for-PushBytesBuf"],[5748,"impl-From%3C%5Bu8;+9%5D%3E-for-PushBytesBuf"],[5749,"impl-From%3C%5Bu8;+35%5D%3E-for-PushBytesBuf"],[5750,"impl-From%3CPubkeyHash%3E-for-PushBytesBuf"],[5751,"impl-From%3C%5Bu8;+28%5D%3E-for-PushBytesBuf"],[5752,"impl-From%3C%5Bu8;+55%5D%3E-for-PushBytesBuf"],[5753,"impl-From%3C%5Bu8;+20%5D%3E-for-PushBytesBuf"],[5754,"impl-From%3C%5Bu8;+7%5D%3E-for-PushBytesBuf"],[5755,"impl-From%3CWPubkeyHash%3E-for-PushBytesBuf"],[5756,"impl-From%3C%5Bu8;+67%5D%3E-for-PushBytesBuf"],[5757,"impl-From%3C%26%5Bu8;+20%5D%3E-for-PushBytesBuf"],[5758,"impl-From%3C%5Bu8;+72%5D%3E-for-PushBytesBuf"],[5759,"impl-From%3C%26%5Bu8;+26%5D%3E-for-PushBytesBuf"],[5760,"impl-From%3C%5Bu8;+2%5D%3E-for-PushBytesBuf"],[5761,"impl-From%3C%26%5Bu8;+56%5D%3E-for-PushBytesBuf"],[5762,"impl-From%3C%26%5Bu8;+27%5D%3E-for-PushBytesBuf"],[5763,"impl-From%3C%5Bu8;+33%5D%3E-for-PushBytesBuf"],[5764,"impl-From%3C%26%5Bu8;+30%5D%3E-for-PushBytesBuf"],[5765,"impl-From%3C%26%5Bu8;+15%5D%3E-for-PushBytesBuf"],[5766,"impl-From%3C%5Bu8;+53%5D%3E-for-PushBytesBuf"],[5767,"impl-From%3CScriptHash%3E-for-PushBytesBuf"],[5768,"impl-From%3C%26%5Bu8;+42%5D%3E-for-PushBytesBuf"],[5769,"impl-From%3C%26%5Bu8;+61%5D%3E-for-PushBytesBuf"],[5770,"impl-From%3C%26%5Bu8;+39%5D%3E-for-PushBytesBuf"],[5771,"impl-From%3C%5Bu8;+34%5D%3E-for-PushBytesBuf"],[5772,"impl-From%3C%5Bu8;+36%5D%3E-for-PushBytesBuf"],[5773,"impl-From%3C%5Bu8;+49%5D%3E-for-PushBytesBuf"],[5774,"impl-From%3C%26%5Bu8;+23%5D%3E-for-PushBytesBuf"],[5775,"impl-From%3C%26%5Bu8;+70%5D%3E-for-PushBytesBuf"],[5776,"impl-From%3C%26%5Bu8;+66%5D%3E-for-PushBytesBuf"],[5777,"impl-From%3C%26%5Bu8;+53%5D%3E-for-PushBytesBuf"],[5778,"impl-From%3C%26%5Bu8;+46%5D%3E-for-PushBytesBuf"],[5779,"impl-From%3C%5Bu8;+60%5D%3E-for-PushBytesBuf"],[5780,"impl-From%3C%26%5Bu8;+11%5D%3E-for-PushBytesBuf"],[5781,"impl-From%3C%5Bu8;+21%5D%3E-for-PushBytesBuf"],[5782,"impl-From%3C%5Bu8;+71%5D%3E-for-PushBytesBuf"],[5783,"impl-From%3C%5Bu8;+59%5D%3E-for-PushBytesBuf"],[5784,"impl-From%3C%5Bu8;+61%5D%3E-for-PushBytesBuf"],[5785,"impl-From%3C%26%5Bu8;+13%5D%3E-for-PushBytesBuf"],[5786,"impl-From%3C%26%5Bu8;+16%5D%3E-for-PushBytesBuf"],[5787,"impl-From%3C%26%5Bu8;+21%5D%3E-for-PushBytesBuf"],[5788,"impl-From%3C%26%5Bu8;+67%5D%3E-for-PushBytesBuf"],[5789,"impl-From%3C%26%5Bu8;+34%5D%3E-for-PushBytesBuf"],[5790,"impl-From%3C%26%5Bu8;+6%5D%3E-for-PushBytesBuf"],[5791,"impl-From%3C%5Bu8;+15%5D%3E-for-PushBytesBuf"],[5792,"impl-From%3C%26%5Bu8;+31%5D%3E-for-PushBytesBuf"],[5793,"impl-From%3C%5Bu8;+23%5D%3E-for-PushBytesBuf"],[5794,"impl-From%3CWScriptHash%3E-for-PushBytesBuf"],[5795,"impl-From%3C%26%5Bu8;+8%5D%3E-for-PushBytesBuf"],[5796,"impl-From%3C%5Bu8;+6%5D%3E-for-PushBytesBuf"],[5797,"impl-From%3C%5Bu8;+48%5D%3E-for-PushBytesBuf"],[5798,"impl-From%3C%5Bu8;+68%5D%3E-for-PushBytesBuf"],[5799,"impl-From%3C%5Bu8;+66%5D%3E-for-PushBytesBuf"],[5800,"impl-From%3C%26%5Bu8;+71%5D%3E-for-PushBytesBuf"],[5802,"impl-From%3CInfallible%3E-for-Error"],[5804,"impl-From%3CUintError%3E-for-Error"],[5807,"impl-Index%3CRangeFull%3E-for-PushBytes"],[5808,"impl-Index%3CRangeFrom%3Cusize%3E%3E-for-PushBytes"],[5809,"impl-Index%3Cusize%3E-for-PushBytes"],[5810,"impl-Index%3CRangeToInclusive%3Cusize%3E%3E-for-PushBytes"],[5811,"impl-Index%3CRangeTo%3Cusize%3E%3E-for-PushBytes"],[5812,"impl-Index%3C(Bound%3Cusize%3E,+Bound%3Cusize%3E)%3E-for-PushBytes"],[5813,"impl-Index%3CRangeInclusive%3Cusize%3E%3E-for-PushBytes"],[5814,"impl-Index%3CRange%3Cusize%3E%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-Display-for-Error"],[5942,"impl-Debug-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"],[6006,"impl-From%3CTryFromError%3E-for-FromStrError"],[6007,"impl-From%3CParseIntError%3E-for-FromStrError"],[6008,"impl-From%3CInfallible%3E-for-FromStrError"],[6009,"impl-From%3CInfallible%3E-for-TryFromInstructionError"],[6010,"impl-From%3CTryFromError%3E-for-TryFromInstructionError"],[6106,"impl-Display-for-ParseOutPointError"],[6107,"impl-Debug-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%3CNetwork%3E-for-Params"],[6262,"impl-From%3C%26Network%3E-for-Params"],[6263,"impl-From%3C%26Network%3E-for-%26Params"],[6264,"impl-From%3CNetwork%3E-for-%26Params"],[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%3C%5Bu8%5D%3E-for-SerializedSignature"],[6540,"impl-AsRef%3CPushBytes%3E-for-SerializedSignature"],[6567,"impl-Debug-for-Signature"],[6568,"impl-Display-for-Signature"],[6569,"impl-LowerHex-for-SerializedSignature"],[6570,"impl-UpperHex-for-SerializedSignature"],[6571,"impl-Display-for-SerializedSignature"],[6572,"impl-Debug-for-SerializedSignature"],[6573,"impl-Display-for-Error"],[6574,"impl-Debug-for-Error"],[6577,"impl-From%3CError%3E-for-Error"],[6578,"impl-From%3CHexToBytesError%3E-for-Error"],[6579,"impl-From%3CNonStandardSighashTypeError%3E-for-Error"],[6581,"impl-From%3CInfallible%3E-for-Error"],[6591,"impl-Serialize-for-Signature"],[6592,"impl-Signature"],[6655,"impl-Debug-for-PrefixedHexError"],[6656,"impl-Display-for-PrefixedHexError"],[6657,"impl-Display-for-UnprefixedHexError"],[6658,"impl-Debug-for-UnprefixedHexError"],[6659,"impl-Display-for-MissingPrefixError"],[6660,"impl-Debug-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"],[6666,"impl-From%3CParseIntError%3E-for-UnprefixedHexError"],[6668,"impl-From%3CContainsPrefixError%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-LowerHex-for-Hash"],[6768,"impl-UpperHex-for-Hash"],[6769,"impl-Display-for-Hash"],[6770,"impl-Debug-for-Hash"],[6771,"impl-From%3CScriptHash%3E-for-Hash"],[6772,"impl-From%3CXKeyIdentifier%3E-for-Hash"],[6774,"impl-From%3CWPubkeyHash%3E-for-Hash"],[6775,"impl-From%3CPubkeyHash%3E-for-Hash"],[6859,"impl-Display-for-HexToBytesError"],[6860,"impl-Debug-for-HexToBytesError"],[6861,"impl-Debug-for-InvalidCharError"],[6862,"impl-Display-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%3COddLengthStringError%3E-for-HexToBytesError"],[6872,"impl-From%3CInvalidCharError%3E-for-HexToBytesError"],[6877,"impl-From%3CInvalidCharError%3E-for-HexToArrayError"],[6878,"impl-From%3CInvalidLengthError%3E-for-HexToArrayError"],[6988,"impl-LowerHex-for-DisplayByteSlice%3C\'a%3E"],[6989,"impl-Debug-for-DisplayByteSlice%3C\'a%3E"],[6990,"impl-Display-for-DisplayByteSlice%3C\'a%3E"],[6991,"impl-UpperHex-for-DisplayByteSlice%3C\'a%3E"],[6992,"impl-Display-for-DisplayArray%3C\'a,+LEN%3E"],[6993,"impl-Debug-for-DisplayArray%3C\'a,+LEN%3E"],[6994,"impl-UpperHex-for-DisplayArray%3C\'a,+LEN%3E"],[6995,"impl-LowerHex-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-UpperHex-for-Hash"],[7113,"impl-Display-for-Hash"],[7114,"impl-LowerHex-for-Hash"],[7115,"impl-Debug-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-Display-for-Error"],[8449,"impl-Debug-for-Error"],[8560,"impl-SeqAccess%3C\'de%3E-for-MapDeserializer%3C\'de,+I,+E%3E"],[8561,"impl-MapAccess%3C\'de%3E-for-MapDeserializer%3C\'de,+I,+E%3E"],[8758,"impl-dyn+Error"],[8759,"impl-dyn+Error+%2B+Send+%2B+Sync"],[8760,"impl-dyn+Error+%2B+Send"],[8761,"impl-dyn+Error+%2B+Send+%2B+Sync"],[8762,"impl-dyn+Error"],[8763,"impl-dyn+Error+%2B+Send"],[8764,"impl-dyn+Error+%2B+Send+%2B+Sync"],[8765,"impl-dyn+Error"],[8766,"impl-dyn+Error+%2B+Send"],[8774,"impl-SerializeTuple-for-Impossible%3COk,+Error%3E"],[8775,"impl-SerializeStructVariant-for-Impossible%3COk,+Error%3E"],[8776,"impl-SerializeSeq-for-Impossible%3COk,+Error%3E"],[8777,"impl-SerializeTupleStruct-for-Impossible%3COk,+Error%3E"],[8778,"impl-SerializeMap-for-Impossible%3COk,+Error%3E"],[8779,"impl-SerializeTupleVariant-for-Impossible%3COk,+Error%3E"],[8780,"impl-SerializeStruct-for-Impossible%3COk,+Error%3E"],[8783,"impl-dyn+Error+%2B+Send+%2B+Sync"],[8784,"impl-dyn+Error+%2B+Send"],[8785,"impl-dyn+Error"],[8794,"impl-SerializeSeq-for-Impossible%3COk,+Error%3E"],[8795,"impl-SerializeTuple-for-Impossible%3COk,+Error%3E"],[8803,"impl-SerializeTupleStruct-for-Impossible%3COk,+Error%3E"],[8804,"impl-SerializeStructVariant-for-Impossible%3COk,+Error%3E"],[8805,"impl-SerializeTupleVariant-for-Impossible%3COk,+Error%3E"],[8806,"impl-SerializeStruct-for-Impossible%3COk,+Error%3E"],[8854,"impl-AsRef%3C%5Bu8%5D%3E-for-Hash"],[8855,"impl-AsRef%3C%5Bu8;+bitcoin_hashes::::sha1::%7Bimpl%2314%7D::%7Bconstant%230%7D%5D%3E-for-Hash"],[8882,"impl-Write-for-HashEngine"],[8883,"impl-Write-for-HashEngine"],[8884,"impl-Display-for-Hash"],[8885,"impl-UpperHex-for-Hash"],[8886,"impl-Debug-for-Hash"],[8887,"impl-LowerHex-for-Hash"],[8918,"impl-Write-for-HashEngine"],[8919,"impl-Write-for-HashEngine"],[8925,"impl-AsRef%3C%5Bu8;+bitcoin_hashes::::sha256::%7Bimpl%2320%7D::%7Bconstant%230%7D%5D%3E-for-Hash"],[8926,"impl-AsRef%3C%5Bu8%5D%3E-for-Hash"],[8968,"impl-Write-for-HashEngine"],[8969,"impl-Write-for-HashEngine"],[8970,"impl-Display-for-Hash"],[8971,"impl-LowerHex-for-Hash"],[8972,"impl-Debug-for-Hash"],[8973,"impl-UpperHex-for-Hash"],[8974,"impl-UpperHex-for-Midstate"],[8975,"impl-Debug-for-Midstate"],[8976,"impl-LowerHex-for-Midstate"],[8977,"impl-Display-for-Midstate"],[8978,"impl-From%3CWScriptHash%3E-for-Hash"],[8979,"impl-From%3CDescriptorId%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-LowerHex-for-Hash"],[9054,"impl-Debug-for-Hash"],[9055,"impl-Display-for-Hash"],[9056,"impl-From%3CWitnessMerkleNode%3E-for-Hash"],[9057,"impl-From%3CTxMerkleNode%3E-for-Hash"],[9058,"impl-From%3CFilterHeader%3E-for-Hash"],[9059,"impl-From%3CWitnessCommitment%3E-for-Hash"],[9060,"impl-From%3CFilterHash%3E-for-Hash"],[9061,"impl-From%3CWtxid%3E-for-Hash"],[9062,"impl-From%3CHash%3E-for-Hash"],[9063,"impl-From%3CTxid%3E-for-Hash"],[9064,"impl-From%3CSegwitV0Sighash%3E-for-Hash"],[9065,"impl-From%3CBlockHash%3E-for-Hash"],[9067,"impl-From%3CLegacySighash%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-UpperHex-for-Hash%3CT%3E"],[9108,"impl-LowerHex-for-Hash%3CT%3E"],[9109,"impl-Debug-for-Hash%3CT%3E"],[9111,"impl-From%3CTapNodeHash%3E-for-Hash%3CTapBranchTag%3E"],[9112,"impl-From%3CTapSighash%3E-for-Hash%3CTapSighashTag%3E"],[9113,"impl-From%3CTapTweakHash%3E-for-Hash%3CTapTweakTag%3E"],[9114,"impl-From%3CTapLeafHash%3E-for-Hash%3CTapLeafTag%3E"],[9138,"impl-AsRef%3C%5Bu8%5D%3E-for-Hash"],[9139,"impl-AsRef%3C%5Bu8;+bitcoin_hashes::::sha384::%7Bimpl%2313%7D::%7Bconstant%230%7D%5D%3E-for-Hash"],[9156,"impl-LowerHex-for-Hash"],[9157,"impl-UpperHex-for-Hash"],[9158,"impl-Debug-for-Hash"],[9159,"impl-Display-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-UpperHex-for-Hash"],[9225,"impl-LowerHex-for-Hash"],[9226,"impl-Debug-for-Hash"],[9227,"impl-Display-for-Hash"],[9258,"impl-Write-for-HashEngine"],[9259,"impl-Write-for-HashEngine"],[9264,"impl-AsRef%3C%5Bu8%5D%3E-for-Hash"],[9265,"impl-AsRef%3C%5Bu8;+bitcoin_hashes::::sha512_256::%7Bimpl%2313%7D::%7Bconstant%230%7D%5D%3E-for-Hash"],[9282,"impl-LowerHex-for-Hash"],[9283,"impl-Display-for-Hash"],[9284,"impl-Debug-for-Hash"],[9285,"impl-UpperHex-for-Hash"],[9321,"impl-AsRef%3C%5Bu8;+bitcoin_hashes::::siphash24::%7Bimpl%2315%7D::%7Bconstant%230%7D%5D%3E-for-Hash"],[9322,"impl-AsRef%3C%5Bu8%5D%3E-for-Hash"],[9354,"impl-Write-for-HashEngine"],[9355,"impl-Write-for-HashEngine"],[9356,"impl-Display-for-Hash"],[9357,"impl-UpperHex-for-Hash"],[9358,"impl-LowerHex-for-Hash"],[9359,"impl-Debug-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%3CError%3E-for-Error"],[9480,"impl-From%3CErrorKind%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-Display-for-TweakedPublicKey"],[9716,"impl-LowerHex-for-TweakedPublicKey"],[9717,"impl-Debug-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"],[9741,"impl-From%3CInfallible%3E-for-FromSliceError"],[9742,"impl-From%3CError%3E-for-FromSliceError"],[9745,"impl-From%3CError%3E-for-FromWifError"],[9746,"impl-From%3CInfallible%3E-for-FromWifError"],[9747,"impl-From%3CInvalidAddressVersionError%3E-for-FromWifError"],[9748,"impl-From%3CInvalidBase58PayloadLengthError%3E-for-FromWifError"],[9749,"impl-From%3CError%3E-for-FromWifError"],[9751,"impl-From%3CInfallible%3E-for-ParsePublicKeyError"],[9752,"impl-From%3CFromSliceError%3E-for-ParsePublicKeyError"],[9753,"impl-From%3CError%3E-for-ParseCompressedPublicKeyError"],[9754,"impl-From%3CHexToArrayError%3E-for-ParseCompressedPublicKeyError"],[9755,"impl-From%3CInfallible%3E-for-ParseCompressedPublicKeyError"],[9820,"impl-TweakedPublicKey"],[9821,"impl-Serialize-for-TweakedPublicKey"],[9869,"impl-TryFrom%3Ci32%3E-for-Parity"],[9870,"impl-TryFrom%3Cu8%3E-for-Parity"],[9958,"impl-Debug-for-MerkleBlockError"],[9959,"impl-Display-for-MerkleBlockError"],[10007,"impl-Display-for-ParseNetworkError"],[10008,"impl-Debug-for-ParseNetworkError"],[10009,"impl-Display-for-UnknownChainHashError"],[10010,"impl-Debug-for-UnknownChainHashError"],[10052,"impl-AsMut%3C%5Bu8%5D%3E-for-Magic"],[10053,"impl-AsMut%3C%5Bu8;+4%5D%3E-for-Magic"],[10054,"impl-AsRef%3C%5Bu8;+4%5D%3E-for-Magic"],[10055,"impl-AsRef%3C%5Bu8%5D%3E-for-Magic"],[10062,"impl-Borrow%3C%5Bu8%5D%3E-for-Magic"],[10064,"impl-Borrow%3C%5Bu8;+4%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-UpperHex-for-ServiceFlags"],[10110,"impl-Display-for-ServiceFlags"],[10111,"impl-Debug-for-ServiceFlags"],[10112,"impl-LowerHex-for-ServiceFlags"],[10113,"impl-LowerHex-for-Magic"],[10114,"impl-UpperHex-for-Magic"],[10115,"impl-Debug-for-Magic"],[10116,"impl-Display-for-Magic"],[10117,"impl-Display-for-ParseMagicError"],[10118,"impl-Debug-for-ParseMagicError"],[10119,"impl-Debug-for-UnknownMagicError"],[10120,"impl-Display-for-UnknownMagicError"],[10324,"impl-Debug-for-CommandString"],[10325,"impl-Display-for-CommandString"],[10326,"impl-Debug-for-CommandStringError"],[10327,"impl-Display-for-CommandStringError"],[10349,"impl-TryFrom%3C%26str%3E-for-CommandString"],[10351,"impl-TryFrom%3CString%3E-for-CommandString"],[10352,"impl-TryFrom%3CBox%3Cstr%3E%3E-for-CommandString"],[10825,"impl-Debug-for-ParseIntError"],[10826,"impl-Display-for-ParseIntError"],[11035,"impl-Debug-for-Error"],[11036,"impl-Display-for-Error"],[11040,"impl-Display-for-GetKeyError"],[11041,"impl-Debug-for-GetKeyError"],[11044,"impl-Display-for-SignError"],[11045,"impl-Debug-for-SignError"],[11046,"impl-Display-for-ExtractTxError"],[11047,"impl-Debug-for-ExtractTxError"],[11048,"impl-Debug-for-IndexOutOfBoundsError"],[11049,"impl-Display-for-IndexOutOfBoundsError"],[11050,"impl-Display-for-PsbtParseError"],[11051,"impl-Debug-for-PsbtParseError"],[11052,"impl-Display-for-PsbtSighashType"],[11053,"impl-Debug-for-PsbtSighashType"],[11056,"impl-From%3CFromSliceError%3E-for-Error"],[11057,"impl-From%3CError%3E-for-Error"],[11058,"impl-From%3CError%3E-for-Error"],[11059,"impl-From%3CInfallible%3E-for-Error"],[11063,"impl-From%3CInfallible%3E-for-GetKeyError"],[11065,"impl-From%3CError%3E-for-GetKeyError"],[11068,"impl-From%3CP2wpkhError%3E-for-SignError"],[11069,"impl-From%3CIndexOutOfBoundsError%3E-for-SignError"],[11070,"impl-From%3CInfallible%3E-for-SignError"],[11071,"impl-From%3CTaprootError%3E-for-SignError"],[11080,"impl-From%3CTapSighashType%3E-for-PsbtSighashType"],[11081,"impl-From%3CEcdsaSighashType%3E-for-PsbtSighashType"],[11272,"impl-Display-for-Key"],[11273,"impl-Debug-for-Key"],[11483,"impl-LowerHex-for-PublicKey"],[11484,"impl-Display-for-PublicKey"],[11485,"impl-Debug-for-PublicKey"],[11486,"impl-Display-for-InvalidParityValue"],[11487,"impl-Debug-for-InvalidParityValue"],[11489,"impl-Display-for-Message"],[11490,"impl-Debug-for-Message"],[11491,"impl-LowerHex-for-Message"],[11492,"impl-Debug-for-Error"],[11493,"impl-Display-for-Error"],[11501,"impl-From%3CKeypair%3E-for-SecretKey"],[11502,"impl-From%3C%26Keypair%3E-for-SecretKey"],[11503,"impl-From%3CT%3E-for-SecretKey"],[11504,"impl-From%3CKeypair%3E-for-PublicKey"],[11505,"impl-From%3C%26Keypair%3E-for-PublicKey"],[11507,"impl-From%3CPublicKey%3E-for-PublicKey"],[11511,"impl-From%3CTapSighash%3E-for-Message"],[11512,"impl-From%3CSegwitV0Sighash%3E-for-Message"],[11513,"impl-From%3CT%3E-for-Message"],[11514,"impl-From%3CLegacySighash%3E-for-Message"],[11587,"impl-PublicKey"],[11588,"impl-Serialize-for-PublicKey"],[11752,"impl-PartialEq-for-SerializedSignature"],[11753,"impl-PartialEq%3C%5Bu8%5D%3E-for-SerializedSignature"],[11766,"impl-Debug-for-SerializedSignature"],[11767,"impl-Display-for-SerializedSignature"],[11768,"impl-Display-for-Signature"],[11769,"impl-Debug-for-Signature"],[11773,"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-for-SerializedSignature"],[11800,"impl-PartialOrd%3C%5Bu8%5D%3E-for-SerializedSignature"],[11820,"impl-TryFrom%3C%26SerializedSignature%3E-for-Signature"],[11821,"impl-TryFrom%3CSerializedSignature%3E-for-Signature"],[11888,"impl-Display-for-ElligatorSwift"],[11889,"impl-LowerHex-for-ElligatorSwift"],[11890,"impl-Debug-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-LowerHex-for-Hmac%3CT%3E"],[12294,"impl-Debug-for-Hmac%3CT%3E"],[12295,"impl-Display-for-Hmac%3CT%3E"],[12312,"impl-Index%3CRangeFull%3E-for-Hmac%3CT%3E"],[12313,"impl-Index%3CRangeFrom%3Cusize%3E%3E-for-Hmac%3CT%3E"],[12314,"impl-Index%3Cusize%3E-for-Hmac%3CT%3E"],[12315,"impl-Index%3CRangeTo%3Cusize%3E%3E-for-Hmac%3CT%3E"],[12316,"impl-Index%3CRange%3Cusize%3E%3E-for-Hmac%3CT%3E"],[12351,"impl-Write-for-HmacEngine%3CT%3E"],[12352,"impl-Write-for-HmacEngine%3CT%3E"],[12368,"impl-Debug-for-Error"],[12369,"impl-Display-for-Error"],[12370,"impl-From%3CNonZero%3Cu32%3E%3E-for-Error"],[12372,"impl-From%3CError%3E-for-Error"],[12483,"impl-Display-for-BernoulliError"],[12484,"impl-Debug-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%3Cf64%3E-for-OpenClosed01"],[12536,"impl-Distribution%3Cf32%3E-for-OpenClosed01"],[12537,"impl-Distribution%3Cf32%3E-for-Open01"],[12538,"impl-Distribution%3Cf64%3E-for-Open01"],[12543,"impl-Distribution%3Ci8%3E-for-Standard"],[12544,"impl-Distribution%3Ci64%3E-for-Standard"],[12545,"impl-Distribution%3C(A,+B,+C,+D,+E,+F,+G,+H)%3E-for-Standard"],[12546,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2337%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12547,"impl-Distribution%3C(A,+B,+C,+D,+E,+F,+G,+H,+I,+J,+K)%3E-for-Standard"],[12548,"impl-Distribution%3CNonZero%3Cu64%3E%3E-for-Standard"],[12549,"impl-Distribution%3Cisize%3E-for-Standard"],[12550,"impl-Distribution%3C(A,+B,+C,+D,+E,+F,+G,+H,+I)%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()%3E-for-Standard"],[12553,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12554,"impl-Distribution%3C(A,+B,+C,+D,+E,+F)%3E-for-Standard"],[12555,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2333%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12556,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2327%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12557,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12558,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2329%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12559,"impl-Distribution%3C%5BT;+32%5D%3E-for-Standard"],[12560,"impl-Distribution%3Cu16%3E-for-Standard"],[12561,"impl-Distribution%3C(A,)%3E-for-Standard"],[12562,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2324%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12563,"impl-Distribution%3Ci32%3E-for-Standard"],[12564,"impl-Distribution%3Cf64%3E-for-Standard"],[12565,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2355%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12566,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12567,"impl-Distribution%3COption%3CT%3E%3E-for-Standard"],[12568,"impl-Distribution%3Cbool%3E-for-Standard"],[12569,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12570,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2354%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12571,"impl-Distribution%3Ci16%3E-for-Standard"],[12572,"impl-Distribution%3CNonZero%3Cu8%3E%3E-for-Standard"],[12573,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2353%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12574,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2330%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12575,"impl-Distribution%3C(A,+B)%3E-for-Standard"],[12576,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2347%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12577,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2338%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12578,"impl-Distribution%3C(A,+B,+C,+D,+E,+F,+G,+H,+I,+J)%3E-for-Standard"],[12579,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2339%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12580,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12581,"impl-Distribution%3Cu128%3E-for-Standard"],[12582,"impl-Distribution%3CNonZero%3Cu128%3E%3E-for-Standard"],[12583,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2340%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12584,"impl-Distribution%3Cusize%3E-for-Standard"],[12585,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2352%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12586,"impl-Distribution%3Cchar%3E-for-Standard"],[12587,"impl-Distribution%3Cf32%3E-for-Standard"],[12588,"impl-Distribution%3Cu32%3E-for-Standard"],[12589,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2326%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12590,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12591,"impl-Distribution%3Ci128%3E-for-Standard"],[12592,"impl-Distribution%3CNonZero%3Cu16%3E%3E-for-Standard"],[12593,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2331%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12594,"impl-Distribution%3Cu8%3E-for-Standard"],[12595,"impl-Distribution%3Cu64%3E-for-Standard"],[12596,"impl-Distribution%3C(A,+B,+C,+D)%3E-for-Standard"],[12597,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2332%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12598,"impl-Distribution%3CWrapping%3CT%3E%3E-for-Standard"],[12599,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2336%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12600,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2325%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12601,"impl-Distribution%3C(A,+B,+C)%3E-for-Standard"],[12602,"impl-Distribution%3C(A,+B,+C,+D,+E,+F,+G,+H,+I,+J,+K,+L)%3E-for-Standard"],[12603,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2342%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12604,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2328%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12605,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12606,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2335%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12607,"impl-Distribution%3CNonZero%3Cu32%3E%3E-for-Standard"],[12608,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2334%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12609,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2341%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12610,"impl-Distribution%3CNonZero%3Cusize%3E%3E-for-Standard"],[12611,"impl-Distribution%3C(A,+B,+C,+D,+E,+F,+G)%3E-for-Standard"],[12612,"impl-Distribution%3C(A,+B,+C,+D,+E)%3E-for-Standard"],[12724,"impl-UniformSampler-for-UniformInt%3Cu16%3E"],[12725,"impl-UniformSampler-for-UniformInt%3Cu64%3E"],[12726,"impl-UniformSampler-for-UniformInt%3Cusize%3E"],[12727,"impl-UniformSampler-for-UniformInt%3Cu32%3E"],[12728,"impl-UniformSampler-for-UniformInt%3Ci64%3E"],[12729,"impl-UniformSampler-for-UniformInt%3Ci16%3E"],[12730,"impl-UniformSampler-for-UniformInt%3Ci32%3E"],[12731,"impl-UniformSampler-for-UniformInt%3Cisize%3E"],[12732,"impl-UniformSampler-for-UniformInt%3Ci8%3E"],[12733,"impl-UniformSampler-for-UniformInt%3Cu8%3E"],[12734,"impl-UniformSampler-for-UniformInt%3Cu128%3E"],[12735,"impl-UniformSampler-for-UniformInt%3Ci128%3E"],[12737,"impl-UniformSampler-for-UniformFloat%3Cf64%3E"],[12738,"impl-UniformSampler-for-UniformFloat%3Cf32%3E"],[12741,"impl-UniformSampler-for-UniformInt%3Ci64%3E"],[12742,"impl-UniformSampler-for-UniformInt%3Cusize%3E"],[12743,"impl-UniformSampler-for-UniformInt%3Ci32%3E"],[12744,"impl-UniformSampler-for-UniformInt%3Cu64%3E"],[12745,"impl-UniformSampler-for-UniformInt%3Cu32%3E"],[12746,"impl-UniformSampler-for-UniformInt%3Ci16%3E"],[12747,"impl-UniformSampler-for-UniformInt%3Ci128%3E"],[12748,"impl-UniformSampler-for-UniformInt%3Cu128%3E"],[12749,"impl-UniformSampler-for-UniformInt%3Cisize%3E"],[12750,"impl-UniformSampler-for-UniformInt%3Ci8%3E"],[12751,"impl-UniformSampler-for-UniformInt%3Cu16%3E"],[12752,"impl-UniformSampler-for-UniformInt%3Cu8%3E"],[12754,"impl-UniformSampler-for-UniformFloat%3Cf32%3E"],[12755,"impl-UniformSampler-for-UniformFloat%3Cf64%3E"],[12758,"impl-UniformSampler-for-UniformInt%3Cusize%3E"],[12759,"impl-UniformSampler-for-UniformInt%3Cu128%3E"],[12760,"impl-UniformSampler-for-UniformInt%3Cu8%3E"],[12761,"impl-UniformSampler-for-UniformInt%3Cu16%3E"],[12762,"impl-UniformSampler-for-UniformInt%3Cisize%3E"],[12763,"impl-UniformSampler-for-UniformInt%3Ci64%3E"],[12764,"impl-UniformSampler-for-UniformInt%3Cu64%3E"],[12765,"impl-UniformSampler-for-UniformInt%3Cu32%3E"],[12766,"impl-UniformSampler-for-UniformInt%3Ci32%3E"],[12767,"impl-UniformSampler-for-UniformInt%3Ci8%3E"],[12768,"impl-UniformSampler-for-UniformInt%3Ci16%3E"],[12769,"impl-UniformSampler-for-UniformInt%3Ci128%3E"],[12771,"impl-UniformSampler-for-UniformFloat%3Cf64%3E"],[12772,"impl-UniformSampler-for-UniformFloat%3Cf32%3E"],[12776,"impl-UniformSampler-for-UniformInt%3Cu64%3E"],[12777,"impl-UniformSampler-for-UniformInt%3Cu32%3E"],[12778,"impl-UniformSampler-for-UniformInt%3Ci16%3E"],[12779,"impl-UniformSampler-for-UniformInt%3Ci32%3E"],[12780,"impl-UniformSampler-for-UniformInt%3Cisize%3E"],[12781,"impl-UniformSampler-for-UniformInt%3Ci128%3E"],[12782,"impl-UniformSampler-for-UniformInt%3Ci8%3E"],[12783,"impl-UniformSampler-for-UniformInt%3Cu16%3E"],[12784,"impl-UniformSampler-for-UniformInt%3Ci64%3E"],[12785,"impl-UniformSampler-for-UniformInt%3Cu8%3E"],[12786,"impl-UniformSampler-for-UniformInt%3Cusize%3E"],[12787,"impl-UniformSampler-for-UniformInt%3Cu128%3E"],[12788,"impl-UniformSampler-for-UniformFloat%3Cf64%3E"],[12789,"impl-UniformSampler-for-UniformFloat%3Cf32%3E"],[12791,"impl-UniformSampler-for-UniformInt%3Ci16%3E"],[12792,"impl-UniformSampler-for-UniformInt%3Cu128%3E"],[12793,"impl-UniformSampler-for-UniformInt%3Cusize%3E"],[12794,"impl-UniformSampler-for-UniformInt%3Cu8%3E"],[12795,"impl-UniformSampler-for-UniformInt%3Ci32%3E"],[12796,"impl-UniformSampler-for-UniformInt%3Cu64%3E"],[12797,"impl-UniformSampler-for-UniformInt%3Cisize%3E"],[12798,"impl-UniformSampler-for-UniformInt%3Ci128%3E"],[12799,"impl-UniformSampler-for-UniformInt%3Ci64%3E"],[12800,"impl-UniformSampler-for-UniformInt%3Cu16%3E"],[12801,"impl-UniformSampler-for-UniformInt%3Ci8%3E"],[12802,"impl-UniformSampler-for-UniformInt%3Cu32%3E"],[12964,"impl-Display-for-ReadError"],[12965,"impl-Debug-for-ReadError"],[13068,"impl-From%3CVec%3Cusize%3E%3E-for-IndexVec"],[13069,"impl-From%3CVec%3Cu32%3E%3E-for-IndexVec"],[13116,"impl-Display-for-OutOfRangeError"],[13117,"impl-Debug-for-OutOfRangeError"],[13140,"impl-Display-for-Signature"],[13141,"impl-LowerHex-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-Debug-for-InvalidSighashTypeError"],[13322,"impl-Display-for-InvalidSighashTypeError"],[13323,"impl-Display-for-NonStandardSighashTypeError"],[13324,"impl-Debug-for-NonStandardSighashTypeError"],[13325,"impl-Display-for-SighashTypeParseError"],[13326,"impl-Debug-for-SighashTypeParseError"],[13328,"impl-Display-for-TaprootError"],[13329,"impl-Debug-for-TaprootError"],[13330,"impl-Display-for-P2wpkhError"],[13331,"impl-Debug-for-P2wpkhError"],[13332,"impl-Display-for-SingleMissingOutputError"],[13333,"impl-Debug-for-SingleMissingOutputError"],[13334,"impl-Debug-for-AnnexError"],[13335,"impl-Display-for-AnnexError"],[13336,"impl-Debug-for-SigningDataError%3CE%3E"],[13337,"impl-Display-for-SigningDataError%3CE%3E"],[13350,"impl-From%3CPrevoutsKindError%3E-for-TaprootError"],[13351,"impl-From%3CInputsIndexError%3E-for-TaprootError"],[13353,"impl-From%3CPrevoutsSizeError%3E-for-TaprootError"],[13354,"impl-From%3CInfallible%3E-for-TaprootError"],[13355,"impl-From%3CPrevoutsIndexError%3E-for-TaprootError"],[13357,"impl-From%3CInfallible%3E-for-P2wpkhError"],[13358,"impl-From%3CInputsIndexError%3E-for-P2wpkhError"],[13363,"impl-From%3CError%3E-for-SigningDataError%3CE%3E"],[13364,"impl-From%3CInfallible%3E-for-SigningDataError%3CE%3E"],[13529,"impl-Display-for-MessageSignatureError"],[13530,"impl-Debug-for-MessageSignatureError"],[13531,"impl-Debug-for-MessageSignature"],[13532,"impl-Display-for-MessageSignature"],[13534,"impl-From%3CError%3E-for-MessageSignatureError"],[13535,"impl-From%3CInfallible%3E-for-MessageSignatureError"],[13780,"impl-Display-for-SigFromSliceError"],[13781,"impl-Debug-for-SigFromSliceError"],[13785,"impl-Debug-for-IncompleteBuilderError"],[13786,"impl-Display-for-IncompleteBuilderError"],[13787,"impl-Display-for-HiddenNodesError"],[13788,"impl-Debug-for-HiddenNodesError"],[13795,"impl-Debug-for-FutureLeafVersion"],[13796,"impl-UpperHex-for-FutureLeafVersion"],[13797,"impl-LowerHex-for-FutureLeafVersion"],[13798,"impl-Display-for-FutureLeafVersion"],[13799,"impl-Debug-for-LeafVersion"],[13800,"impl-LowerHex-for-LeafVersion"],[13801,"impl-UpperHex-for-LeafVersion"],[13802,"impl-Display-for-LeafVersion"],[13803,"impl-Debug-for-TaprootBuilderError"],[13804,"impl-Display-for-TaprootBuilderError"],[13805,"impl-Debug-for-TaprootError"],[13806,"impl-Display-for-TaprootError"],[13810,"impl-From%3CInfallible%3E-for-SigFromSliceError"],[13811,"impl-From%3CInvalidSighashTypeError%3E-for-SigFromSliceError"],[13813,"impl-From%3CError%3E-for-SigFromSliceError"],[13814,"impl-From%3C%5BTapNodeHash;+6%5D%3E-for-TaprootMerkleBranch"],[13815,"impl-From%3C%5BTapNodeHash;+18%5D%3E-for-TaprootMerkleBranch"],[13816,"impl-From%3C%5BTapNodeHash;+108%5D%3E-for-TaprootMerkleBranch"],[13817,"impl-From%3C%5BTapNodeHash;+73%5D%3E-for-TaprootMerkleBranch"],[13818,"impl-From%3C%5BTapNodeHash;+62%5D%3E-for-TaprootMerkleBranch"],[13819,"impl-From%3C%5BTapNodeHash;+76%5D%3E-for-TaprootMerkleBranch"],[13820,"impl-From%3C%5BTapNodeHash;+123%5D%3E-for-TaprootMerkleBranch"],[13821,"impl-From%3C%5BTapNodeHash;+32%5D%3E-for-TaprootMerkleBranch"],[13822,"impl-From%3C%5BTapNodeHash;+25%5D%3E-for-TaprootMerkleBranch"],[13823,"impl-From%3C%5BTapNodeHash;+94%5D%3E-for-TaprootMerkleBranch"],[13824,"impl-From%3C%5BTapNodeHash;+74%5D%3E-for-TaprootMerkleBranch"],[13825,"impl-From%3C%5BTapNodeHash;+8%5D%3E-for-TaprootMerkleBranch"],[13826,"impl-From%3C%5BTapNodeHash;+30%5D%3E-for-TaprootMerkleBranch"],[13827,"impl-From%3C%5BTapNodeHash;+15%5D%3E-for-TaprootMerkleBranch"],[13828,"impl-From%3C%5BTapNodeHash;+36%5D%3E-for-TaprootMerkleBranch"],[13829,"impl-From%3C%5BTapNodeHash;+83%5D%3E-for-TaprootMerkleBranch"],[13830,"impl-From%3C%5BTapNodeHash;+112%5D%3E-for-TaprootMerkleBranch"],[13831,"impl-From%3C%5BTapNodeHash;+2%5D%3E-for-TaprootMerkleBranch"],[13832,"impl-From%3C%5BTapNodeHash;+99%5D%3E-for-TaprootMerkleBranch"],[13833,"impl-From%3C%5BTapNodeHash;+70%5D%3E-for-TaprootMerkleBranch"],[13834,"impl-From%3C%5BTapNodeHash;+67%5D%3E-for-TaprootMerkleBranch"],[13835,"impl-From%3C%5BTapNodeHash;+127%5D%3E-for-TaprootMerkleBranch"],[13836,"impl-From%3C%5BTapNodeHash;+69%5D%3E-for-TaprootMerkleBranch"],[13837,"impl-From%3C%5BTapNodeHash;+120%5D%3E-for-TaprootMerkleBranch"],[13838,"impl-From%3C%5BTapNodeHash;+100%5D%3E-for-TaprootMerkleBranch"],[13839,"impl-From%3C%5BTapNodeHash;+13%5D%3E-for-TaprootMerkleBranch"],[13840,"impl-From%3C%5BTapNodeHash;+46%5D%3E-for-TaprootMerkleBranch"],[13841,"impl-From%3C%5BTapNodeHash;+28%5D%3E-for-TaprootMerkleBranch"],[13842,"impl-From%3C%5BTapNodeHash;+65%5D%3E-for-TaprootMerkleBranch"],[13843,"impl-From%3C%5BTapNodeHash;+82%5D%3E-for-TaprootMerkleBranch"],[13844,"impl-From%3C%5BTapNodeHash;+78%5D%3E-for-TaprootMerkleBranch"],[13845,"impl-From%3C%5BTapNodeHash;+128%5D%3E-for-TaprootMerkleBranch"],[13846,"impl-From%3C%5BTapNodeHash;+26%5D%3E-for-TaprootMerkleBranch"],[13847,"impl-From%3C%5BTapNodeHash;+121%5D%3E-for-TaprootMerkleBranch"],[13848,"impl-From%3C%5BTapNodeHash;+5%5D%3E-for-TaprootMerkleBranch"],[13849,"impl-From%3C%5BTapNodeHash;+116%5D%3E-for-TaprootMerkleBranch"],[13850,"impl-From%3C%5BTapNodeHash;+98%5D%3E-for-TaprootMerkleBranch"],[13851,"impl-From%3C%5BTapNodeHash;+23%5D%3E-for-TaprootMerkleBranch"],[13852,"impl-From%3C%5BTapNodeHash;+103%5D%3E-for-TaprootMerkleBranch"],[13853,"impl-From%3C%5BTapNodeHash;+11%5D%3E-for-TaprootMerkleBranch"],[13854,"impl-From%3C%5BTapNodeHash;+111%5D%3E-for-TaprootMerkleBranch"],[13855,"impl-From%3C%5BTapNodeHash;+31%5D%3E-for-TaprootMerkleBranch"],[13856,"impl-From%3C%5BTapNodeHash;+20%5D%3E-for-TaprootMerkleBranch"],[13857,"impl-From%3C%5BTapNodeHash;+40%5D%3E-for-TaprootMerkleBranch"],[13858,"impl-From%3C%5BTapNodeHash;+81%5D%3E-for-TaprootMerkleBranch"],[13859,"impl-From%3C%5BTapNodeHash;+12%5D%3E-for-TaprootMerkleBranch"],[13860,"impl-From%3C%5BTapNodeHash;+16%5D%3E-for-TaprootMerkleBranch"],[13861,"impl-From%3C%5BTapNodeHash;+122%5D%3E-for-TaprootMerkleBranch"],[13862,"impl-From%3C%5BTapNodeHash;+105%5D%3E-for-TaprootMerkleBranch"],[13863,"impl-From%3C%5BTapNodeHash;+77%5D%3E-for-TaprootMerkleBranch"],[13864,"impl-From%3C%5BTapNodeHash;+22%5D%3E-for-TaprootMerkleBranch"],[13865,"impl-From%3C%5BTapNodeHash;+27%5D%3E-for-TaprootMerkleBranch"],[13866,"impl-From%3C%5BTapNodeHash;+87%5D%3E-for-TaprootMerkleBranch"],[13867,"impl-From%3C%5BTapNodeHash;+118%5D%3E-for-TaprootMerkleBranch"],[13868,"impl-From%3C%5BTapNodeHash;+63%5D%3E-for-TaprootMerkleBranch"],[13869,"impl-From%3C%5BTapNodeHash;+44%5D%3E-for-TaprootMerkleBranch"],[13870,"impl-From%3C%5BTapNodeHash;+34%5D%3E-for-TaprootMerkleBranch"],[13871,"impl-From%3C%5BTapNodeHash;+86%5D%3E-for-TaprootMerkleBranch"],[13872,"impl-From%3C%5BTapNodeHash;+125%5D%3E-for-TaprootMerkleBranch"],[13873,"impl-From%3C%5BTapNodeHash;+75%5D%3E-for-TaprootMerkleBranch"],[13874,"impl-From%3C%5BTapNodeHash;+39%5D%3E-for-TaprootMerkleBranch"],[13875,"impl-From%3C%5BTapNodeHash;+29%5D%3E-for-TaprootMerkleBranch"],[13876,"impl-From%3C%5BTapNodeHash;+7%5D%3E-for-TaprootMerkleBranch"],[13877,"impl-From%3C%5BTapNodeHash;+80%5D%3E-for-TaprootMerkleBranch"],[13878,"impl-From%3C%5BTapNodeHash;+49%5D%3E-for-TaprootMerkleBranch"],[13879,"impl-From%3C%5BTapNodeHash;+71%5D%3E-for-TaprootMerkleBranch"],[13880,"impl-From%3C%5BTapNodeHash;+53%5D%3E-for-TaprootMerkleBranch"],[13881,"impl-From%3C%5BTapNodeHash;+61%5D%3E-for-TaprootMerkleBranch"],[13882,"impl-From%3C%5BTapNodeHash;+101%5D%3E-for-TaprootMerkleBranch"],[13883,"impl-From%3C%5BTapNodeHash;+68%5D%3E-for-TaprootMerkleBranch"],[13884,"impl-From%3C%5BTapNodeHash;+114%5D%3E-for-TaprootMerkleBranch"],[13885,"impl-From%3C%5BTapNodeHash;+54%5D%3E-for-TaprootMerkleBranch"],[13886,"impl-From%3C%5BTapNodeHash;+89%5D%3E-for-TaprootMerkleBranch"],[13887,"impl-From%3C%5BTapNodeHash;+72%5D%3E-for-TaprootMerkleBranch"],[13888,"impl-From%3C%5BTapNodeHash;+38%5D%3E-for-TaprootMerkleBranch"],[13889,"impl-From%3C%5BTapNodeHash;+117%5D%3E-for-TaprootMerkleBranch"],[13890,"impl-From%3C%5BTapNodeHash;+96%5D%3E-for-TaprootMerkleBranch"],[13891,"impl-From%3C%5BTapNodeHash;+0%5D%3E-for-TaprootMerkleBranch"],[13892,"impl-From%3C%5BTapNodeHash;+59%5D%3E-for-TaprootMerkleBranch"],[13893,"impl-From%3C%5BTapNodeHash;+66%5D%3E-for-TaprootMerkleBranch"],[13894,"impl-From%3C%5BTapNodeHash;+95%5D%3E-for-TaprootMerkleBranch"],[13895,"impl-From%3C%5BTapNodeHash;+93%5D%3E-for-TaprootMerkleBranch"],[13896,"impl-From%3C%5BTapNodeHash;+4%5D%3E-for-TaprootMerkleBranch"],[13897,"impl-From%3C%5BTapNodeHash;+115%5D%3E-for-TaprootMerkleBranch"],[13898,"impl-From%3C%5BTapNodeHash;+14%5D%3E-for-TaprootMerkleBranch"],[13899,"impl-From%3C%5BTapNodeHash;+79%5D%3E-for-TaprootMerkleBranch"],[13900,"impl-From%3C%5BTapNodeHash;+10%5D%3E-for-TaprootMerkleBranch"],[13901,"impl-From%3C%5BTapNodeHash;+107%5D%3E-for-TaprootMerkleBranch"],[13902,"impl-From%3C%5BTapNodeHash;+51%5D%3E-for-TaprootMerkleBranch"],[13903,"impl-From%3C%5BTapNodeHash;+50%5D%3E-for-TaprootMerkleBranch"],[13904,"impl-From%3C%5BTapNodeHash;+124%5D%3E-for-TaprootMerkleBranch"],[13905,"impl-From%3C%5BTapNodeHash;+33%5D%3E-for-TaprootMerkleBranch"],[13906,"impl-From%3C%5BTapNodeHash;+102%5D%3E-for-TaprootMerkleBranch"],[13907,"impl-From%3C%5BTapNodeHash;+106%5D%3E-for-TaprootMerkleBranch"],[13908,"impl-From%3C%5BTapNodeHash;+92%5D%3E-for-TaprootMerkleBranch"],[13909,"impl-From%3C%5BTapNodeHash;+17%5D%3E-for-TaprootMerkleBranch"],[13910,"impl-From%3C%5BTapNodeHash;+64%5D%3E-for-TaprootMerkleBranch"],[13911,"impl-From%3C%5BTapNodeHash;+119%5D%3E-for-TaprootMerkleBranch"],[13912,"impl-From%3C%5BTapNodeHash;+42%5D%3E-for-TaprootMerkleBranch"],[13913,"impl-From%3C%5BTapNodeHash;+110%5D%3E-for-TaprootMerkleBranch"],[13914,"impl-From%3C%5BTapNodeHash;+126%5D%3E-for-TaprootMerkleBranch"],[13915,"impl-From%3C%5BTapNodeHash;+41%5D%3E-for-TaprootMerkleBranch"],[13916,"impl-From%3C%5BTapNodeHash;+91%5D%3E-for-TaprootMerkleBranch"],[13917,"impl-From%3C%5BTapNodeHash;+55%5D%3E-for-TaprootMerkleBranch"],[13918,"impl-From%3C%5BTapNodeHash;+56%5D%3E-for-TaprootMerkleBranch"],[13919,"impl-From%3C%5BTapNodeHash;+9%5D%3E-for-TaprootMerkleBranch"],[13920,"impl-From%3C%5BTapNodeHash;+97%5D%3E-for-TaprootMerkleBranch"],[13921,"impl-From%3C%5BTapNodeHash;+85%5D%3E-for-TaprootMerkleBranch"],[13922,"impl-From%3C%5BTapNodeHash;+57%5D%3E-for-TaprootMerkleBranch"],[13923,"impl-From%3C%5BTapNodeHash;+84%5D%3E-for-TaprootMerkleBranch"],[13924,"impl-From%3C%5BTapNodeHash;+52%5D%3E-for-TaprootMerkleBranch"],[13925,"impl-From%3C%5BTapNodeHash;+58%5D%3E-for-TaprootMerkleBranch"],[13926,"impl-From%3C%5BTapNodeHash;+104%5D%3E-for-TaprootMerkleBranch"],[13927,"impl-From%3C%5BTapNodeHash;+43%5D%3E-for-TaprootMerkleBranch"],[13928,"impl-From%3C%5BTapNodeHash;+35%5D%3E-for-TaprootMerkleBranch"],[13929,"impl-From%3C%5BTapNodeHash;+37%5D%3E-for-TaprootMerkleBranch"],[13930,"impl-From%3C%5BTapNodeHash;+19%5D%3E-for-TaprootMerkleBranch"],[13931,"impl-From%3C%5BTapNodeHash;+3%5D%3E-for-TaprootMerkleBranch"],[13932,"impl-From%3C%5BTapNodeHash;+48%5D%3E-for-TaprootMerkleBranch"],[13933,"impl-From%3C%5BTapNodeHash;+88%5D%3E-for-TaprootMerkleBranch"],[13934,"impl-From%3C%5BTapNodeHash;+90%5D%3E-for-TaprootMerkleBranch"],[13935,"impl-From%3C%5BTapNodeHash;+113%5D%3E-for-TaprootMerkleBranch"],[13936,"impl-From%3C%5BTapNodeHash;+24%5D%3E-for-TaprootMerkleBranch"],[13937,"impl-From%3C%5BTapNodeHash;+60%5D%3E-for-TaprootMerkleBranch"],[13938,"impl-From%3C%5BTapNodeHash;+45%5D%3E-for-TaprootMerkleBranch"],[13939,"impl-From%3C%5BTapNodeHash;+21%5D%3E-for-TaprootMerkleBranch"],[13940,"impl-From%3C%5BTapNodeHash;+1%5D%3E-for-TaprootMerkleBranch"],[13942,"impl-From%3C%5BTapNodeHash;+47%5D%3E-for-TaprootMerkleBranch"],[13943,"impl-From%3C%5BTapNodeHash;+109%5D%3E-for-TaprootMerkleBranch"],[14007,"impl-IntoIterator-for-%26mut+TaprootMerkleBranch"],[14008,"impl-IntoIterator-for-%26TaprootMerkleBranch"],[14009,"impl-IntoIterator-for-TaprootMerkleBranch"],[14058,"impl-Serialize-for-Signature"],[14059,"impl-Signature"],[14060,"impl-TaprootMerkleBranch"],[14061,"impl-Serialize-for-TaprootMerkleBranch"],[14065,"impl-ControlBlock"],[14066,"impl-Serialize-for-ControlBlock"],[14112,"impl-TryFrom%3CSerializedSignature%3E-for-Signature"],[14114,"impl-TryFrom%3C%26SerializedSignature%3E-for-Signature"],[14116,"impl-TryFrom%3CVec%3CTapNodeHash%3E%3E-for-TaprootMerkleBranch"],[14117,"impl-TryFrom%3CBox%3C%5BTapNodeHash%5D%3E%3E-for-TaprootMerkleBranch"],[14119,"impl-TryFrom%3C%26%5BTapNodeHash%5D%3E-for-TaprootMerkleBranch"],[14124,"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-Debug-for-SerializedSignature"],[14247,"impl-Display-for-SerializedSignature"],[14249,"impl-From%3CSignature%3E-for-SerializedSignature"],[14251,"impl-From%3C%26Signature%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"],[14308,"impl-From%3CChangeSet%3CA%3E%3E-for-ChangeSet%3CA,+IA%3E"],[14353,"impl-KeychainTxOutIndex%3CK%3E"],[14354,"impl-Indexer-for-KeychainTxOutIndex%3CK%3E"],[14373,"impl-Debug-for-InsertDescriptorError%3CK%3E"],[14374,"impl-Display-for-InsertDescriptorError%3CK%3E"],[14539,"impl-Display-for-MissingGenesisError"],[14540,"impl-Debug-for-MissingGenesisError"],[14541,"impl-Debug-for-AlterCheckPointError"],[14542,"impl-Display-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,+Option%3CBlockHash%3E)%3E-for-ChangeSet"],[14558,"impl-FromIterator%3C(u32,+BlockHash)%3E-for-ChangeSet"],[14673,"impl-Display-for-SyncItem%3C\'i,+I%3E"],[14674,"impl-Debug-for-SyncItem%3C\'i,+I%3E"],[14845,"impl-Display-for-CalculateFeeError"],[14846,"impl-Debug-for-CalculateFeeError"]],"c":"OjAAAAEAAAAAADAAEAAAAEACQgJdBNIH6QftBxEIMQrGCvkN+w38Df0NAw4FDgYOBw49ED4QhRgPGXMcehwxIjYifSV+JVIsYCxhLAktGC0pLcktyi3LLcwt1y0TLogxHjIfMiAyIzImMpYylzI0NbU2","e":"OjAAAAEAAAAAAKImEAAAAAAAwIit5/////7/3/8/+Pn++//5/0YdEs/ZIQAAHCDifuQn//d/8P//P/x//j8AAAAAAAAAAAAAAAAAAAAAAACAP/7/7///vgAAwP//////HwD8/////////////////////6EBAMD//////////////////////////wD4/////z+/////////e+Af/v////////////f/////////////////vwH8+///////////////////////H6BH5r6beXr3plzf95GUELYt8P9/AP7/D0AAAAAAQP/n/P//5/////8BAPj//////3/8//8/AAAAAAAAAAABAAAAIAAA+A8AAAAAAPD////////A/wMADwD87//5///3CPg/AP//B8CD/////////xgAAAzM//////8AQPj///////////////////8f8P///////3/AAP7///////8BAAAAAAAA/v/////////////+///p+wAHAPz//////////38AAAAAAPD+7wf/H/69A8aDn/+H5///////D/j5P/7/v3/83/8NQA3gHwH8AfGM6vA/BgCAQbD/+Qf84wf8/w/8PwDw/wAA8P9H8P9/AOD/D/7v+ADw/wuQ/wHw/38AAAAcPF4G8C8Ac/7/9/////3///+/BvgJgK/97//v/wcA8P+/w4ECAAD8////HwAAAHj4////HwD+/z8DP/////j/fy3aQ/4+DoAGAAg+/OGff/z/////AwAAAPD//z///5MG2OP/9zwAAMz//01jPwEA8P////////8vccA5AP7/P/7/////PwCA/////9//////wwHABwDg/3/w9////3/+AAD8/yf/BwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcx///8////v/3f+H//////////////////////////9//////////////////////6/8CwAH8DQDg/x/+////H4D/+QMAAPj//78P/P8/AACA////9///vwkEAAL////vxw+MewBA+AEAvEsAAOD/AAB+UwDgvwIA8P8fAAAA4APBP+D//38EsPf//w/4/////1xHwd//A/D/////LfD//z8AAAAAAAD+/7/z+x8AAP5///f/9x/DCIDFzx//8f///1iAB/4fwP4B/I0/AABgeP7///+f/Pn/vyAAAAAAAAAAAAAAAAAAAID/JgAAAMD6AAAA/gaEpEhViRwAAAD8//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+f////PwAAAAAAAAA3/v/w/////////////////////////w8AAACAQwCAPwAY8EAAABAe4P/////Jn///8f//9////x+xfo5////3////N7///L9/n99//v//yZ//f/7///+f/Pn/n///f/Ln/x/v/////0e6DPv/vwEAAMD/9/9vH0sAeP/zr///3wYAAAAAmP////////9Bvv/f//////+/0HwfAOIDAIAPANgA+OD///v/////j/8PAHj+3wn8ewD8/w///wAA4P//////////U+gAMOx///8PAP//zwD/BwAAAADA/3/4//+HgP/f/wOA/////wiQ/+cA///vPwf898P///v//394eO/fe8D/////////A/gBAOD///8HwO///38AAP/P/Y8/AAAAAAAAAAAAAAAA8P///////3z+////8///HuWVlg8AwAM4fgD8/+//////D/v/AADg////x8DO/ecAAAAAALTw////////f/APv+//////f8CWSwDs/xwAAPwfqPb////////3/wAA+PcY9eHhf//v7/9XAx7GD57//8fH78H+//8/4OG4/w8CAPD/g////z/4wf8/IHw/APAJ///v//7/////f/jbt5v/8+7h/wDQv///+/2hLL6gyv//AxguACBIPAAA/P//////////ARgAIND///////////8//9//////8/8A4P//B+D/3/+//3/+f//////AzwcAAAAAAPj//x/D//8//v8A7/+///iHAQinx/9vAMM8/89//fb/3H4AAAAAAADg////////////////////B4Td9AEAAMD+D/////7///////3/A/j3vxGg/wcAAAAAAABg/v///////////z/sP/////////f////Y////////////////////vykCCf4fAADABwAAHvg/yBv88f//j59e////n///8/9/wI9/T///l7h//QPE/ysA+z0AAPj//4EFAgAAkP9xcODPEcCRAAD+///3/y/AEIBF///+3w8A/v8B+P5/EQIAABI5/P+D//8AAID8//z/7//4EQAAgAVtfvDnDwD/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{}}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}}}{}}1{{{Dd{c}}}{{Df{c}}}{}}22222{{{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":"OzAAAAEAAIwAFQAJAAAADAATACEABwAsAAMAMgABADoAAQBGAAEASwACAFIAAgBWAA0AZgAJAHsADwCVAAQAmwALAKkAAACrAAAAsQAAAMkAAADRAAIA2AAPAO0ADwA="}],\ ["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}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-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":"OzAAAAEAAC8ACAAMAAkAGAAHACIAAAAmAAAALQAAADAAAQA0AAIAOAAVAA=="}],\ +["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}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-Debug-for-IterError"],[25,"impl-Display-for-IterError"],[27,"impl-Display-for-AggregateChangesetsError%3CC%3E"],[28,"impl-Debug-for-AggregateChangesetsError%3CC%3E"],[29,"impl-Debug-for-FileError"],[30,"impl-Display-for-FileError"]],"c":"OjAAAAAAAAA=","e":"OzAAAAEAAC8ACAAMAAkAGAAHACIAAAAmAAAALQAAADAAAQA0AAIAOAAVAA=="}],\ ["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::convert"],[1993,"core::iter::traits::collect"],[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::tr"],[2053,"miniscript::descriptor::sh"],[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,"bitcoin::bip32"],[2063,"hex_conservative::error"],[2064,"base58ck::error"],[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,27,48,63,64,74,1,50,40,5,44,45,46,47,51,72,61,52,3,27,48,63,64,74,3,3,3,3,3,0,27,87,47,40,40,3,1,5,44,45,46,47,27,48,1,5,44,45,46,47,27,48,5,0,44,1,51,3,51,3,50,50,50,3,1,40,47,27,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,27,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,27,27,27,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,27,48,63,64,74,96,47,3,44,44,48,3,50,40,0,27,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,27,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,27,48,63,64,74,1,50,40,5,44,45,46,47,51,72,61,52,3,27,48,63,64,74,0,3,47,87,27,46,44,1,50,40,5,44,45,46,47,51,72,61,52,3,27,48,63,64,74,3,3,3,1,45,0,1,50,40,5,44,45,46,47,51,72,61,52,3,27,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,191,191,0,199,0,0,198,197,0,198,198,191,191,191,198,199,162,191,199,199,0,0,0,162,162,197,198,198,0,0,198,198,198,197,197,198,199,103,200,191,162,197,198,199,103,200,191,162,197,198,199,103,200,162,197,198,199,103,200,162,103,200,200,197,198,199,103,200,191,197,197,198,198,199,199,103,103,200,200,191,191,197,198,199,103,200,191,191,162,197,198,199,199,103,103,200,191,162,103,197,200,198,103,197,198,199,103,200,191,162,198,199,200,103,200,103,103,197,198,199,103,200,200,197,198,199,103,200,162,191,197,198,199,103,200,191,162,197,198,199,103,200,191,162,197,198,199,103,200,191,162,197,198,199,103,200,191,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,195,0,0,0,0,236,236,0,0,227,0,0,0,0,195,195,195,132,0,0,129,195,195,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,195,222,134,183,225,226,227,230,223,228,129,224,195,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,195,222,134,183,225,226,227,129,129,222,222,134,134,183,183,225,225,226,226,227,227,228,129,224,195,195,222,222,134,134,183,183,225,226,227,222,230,230,230,223,228,129,224,195,195,195,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,195,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,195,222,134,183,132,132,222,230,223,228,129,224,195,222,134,183,225,226,227,230,223,228,129,224,195,222,134,183,225,226,227,230,223,228,129,224,195,222,134,183,225,226,227,230,223,228,129,224,195,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}}e}Ab{{Bn{{A`{Bl}}}}}{{Cd{}{{Ad{{Cb{cC`}}}}}}}}{{{h{df}}c}{{Bf{AbBd}}}{{Bn{Cf}}}}{{{h{df}}c{Ch{C`}}}{{Bf{AbBd}}}{{Bn{Cf}}}}{{{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{Cf}}}Cf}{{{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}{{}Cf}{{{h{{Ff{c}}}}}{{h{e}}}{}{}}{{{h{F`}}}{{h{c}}}{}}{{{h{d{Ff{c}}}}}{{h{de}}}{}{}}{{{h{f}}j}{{Ch{Bb}}}}`{{{h{f}}Af}{{Ch{{Cb{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{Cf}}{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{{{Ih{CnIf}}}En}{IfEn}{IjEn}{{{Il{Cn}}}En}44{H`{{Gj{c}}}{}}555{{{In{j}}}Cf}6{J`Cf}77{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}}c}Gh{{Bn{{A`{Bl}}}}}}{{{h{df}}K`Kn}Ab}{ce{}{}}00000000000000000{{{h{L`}}{h{Lb}}}Gh}{{{h{En}}}Gh}{{{h{f}}Af}Gh}```{{{h{f}}}{{`{{Aj{}{{Ad{{Cb{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}}}{{Cb{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{{Cd{}{{Ad{{Cb{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{{Cb{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}}DnC`{h{Lb}}}{{Bf{ObOd}}}}{{{h{Nj}}{Mn{Ej}}{Mn{Ej}}DnC`{h{Lb}}}{{Bf{ObOd}}}}{{{h{Nl}}{Mn{Ej}}{Mn{Ej}}DnC`{h{Lb}}}{{Bf{ObOd}}}}{{{h{Nn}}{Mn{Ej}}{Mn{Ej}}DnC`{h{Lb}}}{{Bf{ObOd}}}}{{C`Dn{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}}}C`}{C`Nn}`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@n}}}}{h{{Mb{c}}}}}{{Bf{{Oh{ACd}}AA`}}}ACf}{{{h{{Oh{A@l}}}}{h{{Mb{c}}}}Bb}{{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}}}}}C`}{{{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{{Cb{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}{cc{}}{{{ADl{c}}}{{Oh{c}}}On}{{{ADn{c}}}{{Oh{c}}}On}{{{AE`{c}}}{{Oh{c}}}On}{{{AEb{c}}}{{Oh{c}}}On}444{{{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{{Cb{{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{{Cb{LdLf}}Gb}}}}{{Ld{h{{Mb{M`}}}}Ed}{{Bf{{Cb{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}{{{AE`{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{{Cb{{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{AGn}}{h{AGn}}}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{AGn}}{h{dHh}}}Hl}0{{{h{ADd}}{h{dHh}}}Hl}{cc{}}0{GhAHn}11{AHlLn}222{{{h{Ln}}{h{{An{Gd{Mn{AEj}}}}}}}{{Bf{AI`AGn}}}}{{{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{{Cb{LdLf}}Gb}}}}{{c{h{{Mb{M`}}}}Ed}{{Bf{{Cb{{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={OdJj}{AGnJj}{GbJj}{AKdJj}{cc{}}{AKfJj}1{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{AHf}}{h{AHf}}}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{AHf}}{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}{cc{}}{ALn{{ALl{c}}}A@h}1111{OlAHf}2{AH`AHf}33{A@nA@l}4444{{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}}AHf}}}A@h}{{AJd{Ch{ANf}}AMb}{{Bf{{ALh{c}}AHf}}}A@h}{{{AKn{ec}}}{{Bf{{ALh{c}}AHf}}}A@h{{AIh{c}}}}{{{AKn{ec}}{Ch{ANf}}AMb}{{Bf{{ALh{c}}AHf}}}A@h{{AJd{c}}}}{{{ALh{c}}}{{Bf{{ALh{c}}AHf}}}A@h}{A@l{{Bf{{ALh{c}}AHf}}}A@h}{AFn{{Bf{{ALh{c}}AHf}}}A@h}{AJd{{Bf{{ALl{c}}AHf}}}A@h}{{{ALl{c}}}{{Bf{{ALl{c}}AHf}}}A@h}{{{AKn{ec}}}{{Bf{{ALl{c}}AHf}}}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}{cc{}}{ABjAO`}{ANhAO`}2222222{{{h{AO`}}{h{dc}}}AbKb}{{{h{AOj}}{h{{Mb{M`}}}}}AO`}{{{h{{AOd{AOn}}}}{h{{Mb{M`}}}}}AO`}{{{h{{AOd{{B@`{ALn}}}}}}{h{{Mb{M`}}}}}AO`}{{{h{{AOd{{AOl{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}}}}{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{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{{Cb{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],[10,"Into",1992],[1,"u64"],[1,"tuple"],[10,"IntoIterator",1993],[5,"Update",0,1978],[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",2012],[5,"ChangeSet",2013],[5,"ChangeSet",1988],[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,"Pkh",2051],[5,"Tr",2052],[5,"Sh",2053],[5,"Wsh",2054],[5,"Wpkh",2054],[5,"Bare",2051],[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",2052],[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,"PolicyError",882],[6,"Error",2062],[6,"HexToBytesError",2063],[6,"ParsePublicKeyError",2045],[6,"KeyError",1349],[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",2062],[6,"ExtendedKey",1349],[5,"Xpriv",2062],[10,"FromStr",2068],[5,"DerivationPath",2062],[17,"Entropy"],[17,"Options"],[10,"GeneratableKey",1349],[10,"AsMut",1992],[10,"Default",2069],[10,"GeneratableDefaultOptions",1349],[10,"CryptoRng",2070],[10,"RngCore",2070],[5,"Assets",2040],[8,"KeySource",2062],[5,"Fingerprint",2062],[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,"DescriptorXKey",2038],[5,"PrivateKey",2045],[5,"DescriptorMultiXKey",2038],[10,"InputSigner",1671,1980],[5,"PushBytes",2072],[10,"AsRef",1992],[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-Display-for-Balance"],[204,"impl-Debug-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-Display-for-AddressInfo"],[220,"impl-Debug-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%3CConfirmationBlockTime,+ChangeSet%3E%3E-for-ChangeSet"],[236,"impl-From%3CChangeSet%3E-for-ChangeSet"],[237,"impl-From%3CChangeSet%3E-for-ChangeSet"],[238,"impl-From%3CChangeSet%3CConfirmationBlockTime%3E%3E-for-ChangeSet"],[245,"impl-From%3CFullScanResult%3CKeychainKind%3E%3E-for-Update"],[247,"impl-From%3CSyncResult%3E-for-Update"],[530,"impl-Display-for-Error"],[531,"impl-Debug-for-Error"],[681,"impl-Descriptor%3CDefiniteDescriptorKey%3E"],[682,"impl-Descriptor%3CDescriptorPublicKey%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%3CPkh%3CPk%3E%3E-for-Descriptor%3CPk%3E"],[718,"impl-From%3CTr%3CPk%3E%3E-for-Descriptor%3CPk%3E"],[720,"impl-From%3CSh%3CPk%3E%3E-for-Descriptor%3CPk%3E"],[721,"impl-From%3CWsh%3CPk%3E%3E-for-Descriptor%3CPk%3E"],[722,"impl-From%3CWpkh%3CPk%3E%3E-for-Descriptor%3CPk%3E"],[723,"impl-From%3CBare%3CPk%3E%3E-for-Descriptor%3CPk%3E"],[866,"impl-Debug-for-Error"],[867,"impl-Display-for-Error"],[869,"impl-From%3CPolicyError%3E-for-Error"],[870,"impl-From%3CError%3E-for-Error"],[871,"impl-From%3CHexToBytesError%3E-for-Error"],[872,"impl-From%3CParsePublicKeyError%3E-for-Error"],[873,"impl-From%3CError%3E-for-Error"],[874,"impl-From%3CKeyError%3E-for-Error"],[875,"impl-From%3CError%3E-for-Error"],[969,"impl-Debug-for-PolicyError"],[970,"impl-Display-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%3CPolicyError%3E-for-CreateTxError"],[1296,"impl-From%3CError%3E-for-CreateTxError"],[1297,"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-Debug-for-KeyError"],[1483,"impl-Display-for-KeyError"],[1484,"impl-Display-for-SortedMultiVec%3CPk,+Ctx%3E"],[1485,"impl-Debug-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"],[1496,"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%3CDescriptorXKey%3CXpriv%3E%3E"],[1753,"impl-SignerCommon-for-SignerWrapper%3CPrivateKey%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%3CPrivateKey%3E"],[1790,"impl-SignerCommon-for-SignerWrapper%3CDescriptorMultiXKey%3CXpriv%3E%3E"],[1791,"impl-SignerCommon-for-SignerWrapper%3CDescriptorXKey%3CXpriv%3E%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-Debug-for-AddUtxoError"],[1918,"impl-Display-for-AddUtxoError"],[1919,"impl-Debug-for-AddForeignUtxoError"],[1920,"impl-Display-for-AddForeignUtxoError"]],"c":"OjAAAAEAAAAAAAUAEAAAAKkC8wL/AjAFrwUXBg==","e":"OzAAAAEAABkEggAZAAAAQQAAAE0AAQBRACQAewAAAIIAEACeAAYArQAZAMoAAADMABYA7AADAPIAAAD2AAAA+AAAAPsAAAAEAQEAIgEAAD0BAABIAQAAVAEAAFoBBQBlAQAAbQEPAIQBIwCvAREAxwERAPcBEQAKAgIADgICABMCBgAqAhsAUgIAAGACAAB0AgEAdwIAAHkCBwCEAgAAhgIBAIkCAACMAgEAjwIBAJMCAQCWAgEAmQIBAJwCCwCtAgMAsgILAMMCAQDGAgkA0QIDANoCAADnAgMA8gIAAPgCAQD8AgEAAwMBABkDAwAeAwEALAMBAC8DAQAzAwUAPgMHAEcDAwBMAwMAYAMEAGYDBgBuAwQAlgMZALIDGgDPAwAA0gMAANcDAQDmAwAA6QMEAO8DIgA4BBcAUQQvAJkESAAABQ0ADwUDABQFAAAZBQ8AMwUBADcFAAA5BQEAPAUAAEAFBQB0BRcAlgUVAK0FAQCwBQAAsgUlANkFAADeBQAA4AUAAOMFAADqBQEA9wUDAAcGAAAKBgQAEAYBACAGAQAlBgAALwYAADQGAwA9BgAAQQYIAEsGAwBSBi8AsQYPAMIGFADZBg4A6QYIAPMGAQD8BgAA/gYCAAwHAQAQBwIAFAcAABgHBwAiBx8AWwcJAGYHBgBvBwEAdgcCAH0HBgCJBwAAlQcAAJsHEwCxBwQA"}],\ +["bdk_wallet",{"t":"GGFGKFPPPFGFGPPPPPRRPGPPEPPPPKGPGGFGPFPPPPPPPPPFPFFGPPPFGTTFKIFPNNONOONNNNNNNNONDNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNDOOONNNNNNNNNNNNNNNNNNNNCOONNNNNNNNNNNNNNNNONCNOQNNNNNNNNNNNNNNNNNNNNNNNNNNNCCNDNNNNNNNNNNNNNNNNNNNNNNNNQNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONMMNNNNNNNNNNNNNNNNNNNNNMNNOOONNNCONNNNNNNNNNNNONNNNDNNONNNNNNONNMMNNNNCNNNECONNNDDNNNNNNNOCENNNNNNOENNNNNNNNNNNNNNNNNNOONONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNOOONONNNNNNNNNNNNNNNNNNNNNOOHNNNNNNNNNNNNNNNNNNHOOOOOOOOOOOOOOOOFPKFIGFFPFFONNNNNNNNNNNNNNNNNNNNNNNNMNNNNHNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOPPPIGEGIKTIKRGFPPPPEKGPPPPTIPPPPPPPPPPNNNNNNNNNNNNNNNNNENNNNNNNNNNNNNMNNMNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNONMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNMNNNNNNMNNNNNNNNNNNNNNNNONNNNNNNNNMNNNNCNNNNNNNNNNNMNNNCNNNNNNNNNNNNNNNNNNNONNNNNNNNNNHPPGPPPPPPPPPPPNNNNNNNNNNNNNNNNNNNPPPGPFIPPIPPPPPPPPPPPGFGPPPPPGGPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNONNONNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOOOFFFFFFFFKIFFFFNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGPPGPPPPPPPGPPPPPPPPPPPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOFIOONNNNNNNNNNNOONNNNNNPKGGGRRKGPKKFKPPPRGIPPPPPRPFPKGPPPFFGFPIPPPHMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMMNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNMNNNNNNMNNNNNNNNNNNNNNNNNNNOONHNMNNHNMNNOONNNNNNMNNNNNMNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKMMMSHPPPPPPPKPPPPPPPPPPPPPPPPFKGGGFFFPGKPNOONONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNMNNNMNONONNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOGGPPGPPPPPPFGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOO","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","BranchAndBoundCoinSelection","Change","CoinSelectionAlgorithm","CoinSelectionResult","DefaultCoinSelectionAlgorithm","Excess","InsufficientFunds","LargestFirstCoinSelection","NoChange","OldestFirstCoinSelection","SingleRandomDraw","available","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","coin_select","coin_select","coin_select","coin_select","coin_select","decide_change","default","default","default","default","eq","equivalent","equivalent","excess","fee_amount","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","into","into","into","into","into","into","into","local_selected_amount","needed","new","selected","selected_amount","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","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"],[601,"bdk_wallet::coin_selection::Excess"],[606,"bdk_wallet::descriptor"],[866,"bdk_wallet::descriptor::checksum"],[867,"bdk_wallet::descriptor::error"],[900,"bdk_wallet::descriptor::policy"],[1059,"bdk_wallet::descriptor::policy::BuildSatisfaction"],[1062,"bdk_wallet::descriptor::policy::Satisfaction"],[1073,"bdk_wallet::descriptor::policy::SatisfiableItem"],[1083,"bdk_wallet::descriptor::template"],[1267,"bdk_wallet::error"],[1338,"bdk_wallet::error::CreateTxError"],[1344,"bdk_wallet::export"],[1367,"bdk_wallet::keys"],[1683,"bdk_wallet::psbt"],[1687,"bdk_wallet::rusqlite_impl"],[1689,"bdk_wallet::signer"],[1875,"bdk_wallet::signer::SignerContext"],[1876,"bdk_wallet::tx_builder"],[1991,"bdk_wallet::tx_builder::AddForeignUtxoError"],[1993,"bdk_wallet::tx_builder::TxOrdering"],[1995,"bdk_chain::balance"],[1996,"bdk_wallet::wallet"],[1997,"bdk_wallet::types"],[1998,"bdk_wallet::wallet::signer"],[1999,"alloc::sync"],[2000,"bitcoin::blockdata::script::owned"],[2001,"bdk_core"],[2002,"core::iter::traits::iterator"],[2003,"core::clone"],[2004,"alloc::collections::btree::map"],[2005,"bitcoin::blockdata::block"],[2006,"bdk_chain::local_chain"],[2007,"core::result"],[2008,"bdk_core::block_id"],[2009,"bitcoin::blockdata::transaction"],[2010,"core::convert"],[2011,"core::iter::traits::collect"],[2012,"core::option"],[2013,"bdk_chain::tx_graph"],[2014,"bdk_wallet::wallet::coin_selection"],[2015,"bdk_wallet::wallet::tx_builder"],[2016,"bdk_wallet::wallet::error"],[2017,"bitcoin_units::amount"],[2018,"bitcoin_units::fee_rate"],[2019,"bdk_wallet::wallet::params"],[2020,"bitcoin::network"],[2021,"bdk_core::checkpoint"],[2022,"bdk_wallet::wallet::changeset"],[2023,"core::cmp"],[2024,"bdk_wallet::wallet::persisted"],[2025,"core::marker"],[2026,"alloc::string"],[2027,"serde::de"],[2028,"bitcoin::psbt"],[2029,"core::fmt"],[2030,"bdk_chain::indexer::keychain_txout"],[2031,"bdk_chain::indexed_tx_graph"],[2032,"bdk_core::spk_client"],[2033,"rusqlite::transaction"],[2034,"rusqlite"],[2035,"bitcoin::psbt::map::input"],[2036,"core::hash"],[2037,"core::future::future"],[2038,"alloc::boxed"],[2039,"core::pin"],[2040,"bdk_wallet::wallet::utils"],[2041,"bitcoin::blockdata::script::borrowed"],[2042,"miniscript::descriptor"],[2043,"core::iter::traits::double_ended"],[2044,"secp256k1::context::alloc_only"],[2045,"secp256k1"],[2046,"serde::ser"],[2047,"alloc::vec"],[2048,"core::ops::function"],[2049,"core::any"],[2050,"rand_core"],[2051,"core::default"],[2052,"bitcoin::address"],[2053,"miniscript"],[2054,"miniscript::miniscript::private"],[2055,"miniscript::miniscript::decode"],[2056,"miniscript::miniscript::context"],[2057,"miniscript::iter::tree"],[2058,"miniscript::descriptor::key"],[2059,"miniscript::miniscript::satisfy"],[2060,"miniscript::plan"],[2061,"bitcoin_hashes::sha256"],[2062,"miniscript::miniscript::hash256"],[2063,"bitcoin_hashes::ripemd160"],[2064,"bitcoin_hashes::hash160"],[2065,"bitcoin::crypto::key"],[2066,"secp256k1::context"],[2067,"bdk_chain::descriptor_ext"],[2068,"miniscript::blanket_traits"],[2069,"miniscript::miniscript::analyzable"],[2070,"core::ops::range"],[2071,"miniscript::descriptor::sh"],[2072,"miniscript::descriptor::tr"],[2073,"miniscript::descriptor::segwitv0"],[2074,"miniscript::descriptor::bare"],[2075,"miniscript::miniscript::types"],[2076,"miniscript::miniscript::types::extra_props"],[2077,"miniscript::expression"],[2078,"miniscript::miniscript::iter"],[2079,"miniscript::policy::semantic"],[2080,"miniscript::policy"],[2081,"bitcoin_units::weight"],[2082,"base58ck::error"],[2083,"hex_conservative::error"],[2084,"bitcoin::bip32"],[2085,"bitcoin::psbt::error"],[2086,"bdk_wallet::wallet::export"],[2087,"miniscript::descriptor::sortedmulti"],[2088,"core::str::traits"],[2089,"rusqlite::error"],[2090,"bitcoin::blockdata::script::push_bytes::primitive"],[2091,"bitcoin::blockdata::locktime::absolute"],[2092,"bdk_chain"],[2093,"bdk_chain::rusqlite_impl"]],"i":[0,0,0,0,0,0,74,263,263,0,0,0,0,264,52,52,63,64,53,56,5,0,46,64,0,5,61,261,261,0,0,72,0,0,0,0,46,0,63,63,63,63,261,64,263,61,52,0,264,0,0,0,74,262,264,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,27,48,63,64,74,1,50,40,5,44,45,46,47,51,72,61,52,3,27,48,63,64,74,3,3,3,3,3,0,27,87,47,40,40,3,1,5,44,45,46,47,27,48,1,5,44,45,46,47,27,48,5,0,44,1,51,3,51,3,50,50,50,3,1,40,47,27,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,27,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,27,27,27,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,27,48,63,64,74,96,47,3,44,44,48,3,50,40,0,27,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,27,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,27,48,63,64,74,1,50,40,5,44,45,46,47,51,72,61,52,3,27,48,63,64,74,0,3,47,87,27,46,44,1,50,40,5,44,45,46,47,51,72,61,52,3,27,48,63,64,74,3,3,3,1,45,0,1,50,40,5,44,45,46,47,51,72,61,52,3,27,48,63,64,74,0,267,267,268,268,269,270,271,271,269,270,271,272,272,273,273,273,0,125,0,0,0,0,0,0,125,0,0,117,117,125,123,118,119,120,121,117,125,123,118,119,120,121,117,118,119,120,121,117,118,119,120,121,122,118,119,120,121,0,118,119,120,121,117,117,117,123,123,117,117,125,123,118,119,120,121,117,125,123,118,119,120,121,117,125,123,118,119,120,121,123,117,120,123,123,117,118,119,120,121,117,117,125,123,118,119,120,121,117,125,123,118,119,120,121,117,125,123,118,119,120,121,117,125,123,118,119,120,121,274,275,275,274,275,98,276,127,0,0,0,0,0,0,133,0,0,135,0,0,137,98,276,127,0,0,0,98,276,127,137,133,0,98,276,127,98,276,127,98,276,127,137,127,154,155,133,133,127,127,154,155,133,127,154,155,133,133,133,133,0,135,154,155,135,155,135,135,154,155,135,154,155,135,135,154,155,135,154,155,135,154,155,0,127,154,155,133,127,154,155,133,127,154,155,133,133,127,127,127,127,127,127,133,127,133,127,154,155,133,127,127,154,154,155,155,133,133,0,127,133,133,164,127,133,127,127,127,154,155,133,133,127,133,127,127,127,127,127,127,127,154,155,133,133,133,127,133,133,133,127,133,133,133,127,127,133,133,127,127,154,155,133,127,154,155,133,133,127,54,98,127,127,133,133,133,127,133,133,135,154,155,133,127,133,127,135,154,155,127,127,127,127,127,127,127,127,127,127,127,127,127,127,133,135,133,127,133,133,127,154,155,133,135,154,155,127,127,0,133,127,133,127,133,133,127,127,133,127,133,135,154,155,133,0,127,154,155,133,127,133,127,135,135,127,133,127,154,155,133,127,154,155,133,133,127,154,155,133,127,127,154,155,133,133,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,201,194,194,0,202,0,0,201,200,0,201,201,194,194,194,201,202,165,194,202,202,0,0,0,165,165,200,201,201,0,0,201,201,201,200,200,201,202,103,203,194,165,200,201,202,103,203,194,165,200,201,202,103,203,165,200,201,202,103,203,165,103,203,203,200,201,202,103,203,194,200,200,201,201,202,202,103,103,203,203,194,194,200,201,202,103,203,194,194,165,200,201,202,202,103,103,203,194,165,103,200,203,201,103,200,201,202,103,203,194,165,201,202,203,103,203,103,103,200,201,202,103,203,203,200,201,202,103,203,165,194,200,201,202,103,203,194,165,200,201,202,103,203,194,165,200,201,202,103,203,194,165,200,201,202,103,203,194,165,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,206,208,209,210,212,214,215,216,217,218,219,220,206,208,209,210,212,214,215,216,217,218,219,220,204,206,208,209,210,212,214,215,216,217,218,219,220,206,208,209,210,212,214,215,216,217,218,219,220,206,208,209,210,212,214,215,216,217,218,219,220,206,208,209,210,212,214,215,216,217,218,219,220,206,208,209,210,212,214,215,216,217,218,219,220,206,208,209,210,212,214,215,216,217,218,219,220,205,206,208,209,210,212,214,215,216,217,218,219,220,206,208,209,210,212,214,215,216,217,218,219,220,206,208,209,210,212,214,215,216,217,218,219,220,206,208,209,210,212,214,215,216,217,218,219,220,206,208,209,210,212,214,215,216,217,218,219,220,206,208,209,210,212,214,215,216,217,218,219,220,0,85,221,0,85,85,36,85,36,85,85,0,85,85,85,85,85,221,85,85,85,85,85,36,36,85,36,221,85,85,221,85,36,221,85,36,221,221,221,221,85,85,36,36,221,85,85,85,85,85,85,36,221,85,36,221,221,85,36,221,85,36,221,85,36,221,85,36,221,85,36,289,289,290,290,291,292,0,0,293,223,223,223,223,223,223,223,223,223,223,223,223,293,223,223,223,223,223,223,223,196,0,0,0,0,239,239,0,0,230,0,0,0,0,196,196,196,135,0,0,132,196,196,186,137,239,233,0,233,0,0,132,137,186,0,0,0,0,132,0,230,186,137,0,294,137,233,226,231,132,227,196,225,137,186,228,229,230,233,226,231,132,227,196,225,137,186,228,229,230,225,135,135,135,135,135,135,135,135,135,226,132,227,225,137,186,228,229,230,226,132,227,225,137,186,228,229,230,225,137,228,230,227,227,226,137,137,225,132,196,225,137,186,228,229,230,132,132,225,225,137,137,186,186,228,228,229,229,230,230,231,132,227,196,196,225,225,137,137,186,186,228,229,230,225,233,233,233,226,231,132,227,196,196,196,225,137,137,186,228,229,230,231,231,137,186,225,137,137,239,241,241,239,239,241,233,137,225,137,228,230,233,226,231,132,227,196,225,137,186,228,229,230,137,207,213,226,226,231,137,186,213,233,226,226,137,186,233,233,137,294,132,137,186,294,132,294,132,137,137,225,228,229,225,0,137,135,225,225,0,225,135,225,137,228,229,135,231,225,137,228,230,135,225,225,225,225,137,135,225,0,226,132,227,225,137,186,228,229,230,186,196,225,137,186,135,135,225,233,226,231,132,227,196,225,137,186,228,229,230,233,226,231,132,227,196,225,137,186,228,229,230,233,226,231,132,227,196,225,137,186,228,229,230,233,226,231,132,227,196,225,137,186,228,229,230,0,247,247,247,0,0,253,249,253,67,249,253,67,0,67,67,67,250,67,67,67,67,67,67,67,253,249,67,250,67,0,0,0,0,0,0,0,0,250,0,0,67,86,66,66,86,66,249,67,250,251,6,86,66,253,249,67,250,251,6,86,66,253,86,249,250,251,6,86,66,253,249,250,251,6,86,66,253,249,6,6,86,66,253,251,254,254,251,251,251,249,250,6,253,249,249,250,250,6,6,253,253,86,249,67,67,250,251,6,86,66,253,249,249,249,67,250,251,6,86,66,253,249,254,251,251,251,86,249,67,250,251,6,86,66,253,251,86,249,6,86,258,251,251,251,7,251,66,86,66,249,250,251,6,86,66,253,67,66,66,249,67,250,251,6,86,66,253,249,67,250,251,6,86,66,253,249,67,250,251,6,86,66,253,249,67,250,251,6,86,66,253,295,0,0,263,263,0,264,261,261,261,263,264,0,0,262,264,35,35,35,35,35,35,35,35,35,35,262,261,264,263,35,262,261,264,263,35,35,264,263,35,264,263,263,35,35,264,263,35,35,35,35,35,263,263,263,35,35,35,35,35,262,262,261,261,264,263,35,262,261,264,263,263,35,35,262,261,264,263,35,35,35,35,35,263,35,35,35,264,264,35,264,263,262,261,35,262,261,264,263,35,262,261,264,263,35,262,261,264,263,35,35,35,262,261,264,263,267,267,272,272],"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}}e}Ab{{Bn{{A`{Bl}}}}}{{Cd{}{{Ad{{Cb{cC`}}}}}}}}{{{h{df}}c}{{Bf{AbBd}}}{{Bn{Cf}}}}{{{h{df}}c{Ch{C`}}}{{Bf{AbBd}}}{{Bn{Cf}}}}{{{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{Cf}}}Cf}{{{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}{{}Cf}{{{h{{Ff{c}}}}}{{h{e}}}{}{}}{{{h{F`}}}{{h{c}}}{}}{{{h{d{Ff{c}}}}}{{h{de}}}{}{}}{{{h{f}}j}{{Ch{Bb}}}}`{{{h{f}}Af}{{Ch{{Cb{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{Cf}}{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{{{If{Cn}}}En}{IhEn}{{{Il{CnIj}}}En}{IjEn}444{H`{{Gj{c}}}{}}555{InCf}{{{J`{j}}}Cf}77{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}}c}Gh{{Bn{{A`{Bl}}}}}}{{{h{df}}K`Kn}Ab}{ce{}{}}00000000000000000{{{h{L`}}{h{Lb}}}Gh}{{{h{En}}}Gh}{{{h{f}}Af}Gh}```{{{h{f}}}{{`{{Aj{}{{Ad{{Cb{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}}}{{Cb{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{{Cd{}{{Ad{{Cb{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{{Cb{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}}}{}{}}000000{{{h{dc}}}{{h{de}}}{}{}}000000{{{h{Nj}}}Nj}{{{h{Nl}}}Nl}{{{h{Nn}}}Nn}{{{h{{O`{c}}}}}{{O`{c}}}Al}{{{h{Ob}}}Ob}{{{h{c}}{h{de}}}Ab{}{}}0000{{{h{Od}}{Mn{Ej}}{Mn{Ej}}DnC`{h{Lb}}{h{dc}}}{{Bf{OfNj}}}Oh}{{{h{Nl}}{Mn{Ej}}{Mn{Ej}}DnC`{h{Lb}}{h{dc}}}{{Bf{OfNj}}}Oh}{{{h{Nn}}{Mn{Ej}}{Mn{Ej}}DnC`{h{Lb}}{h{dc}}}{{Bf{OfNj}}}Oh}{{{h{{O`{c}}}}{Mn{Ej}}{Mn{Ej}}DnC`{h{Lb}}{h{de}}}{{Bf{OfNj}}}OdOh}{{{h{Ob}}{Mn{Ej}}{Mn{Ej}}DnC`{h{Lb}}{h{dc}}}{{Bf{OfNj}}}Oh}{{C`Dn{h{Lb}}}Oj}{{}Nl}{{}Nn}{{}{{O`{c}}}Ol}{{}Ob}{{{h{Nj}}{h{Nj}}}Gh}{{{h{c}}{h{e}}}Gh{}{}}0``{{{h{Nj}}{h{dHh}}}Hl}0{{{h{Oj}}{h{dHh}}}Hl}{{{h{Of}}{h{dHh}}}Hl}{{{h{Nl}}{h{dHh}}}Hl}{{{h{Nn}}{h{dHh}}}Hl}{{{h{{O`{c}}}}{h{dHh}}}HlHn}{{{h{Ob}}{h{dHh}}}Hl}{cc{}}000000{ce{}{}}000000{{{h{Of}}}C`}`{{C`c}{{O`{c}}}{}}`1{{{h{c}}}e{}{}}0000{{{h{c}}}Gd{}}{c{{Bf{e}}}{}{}}0000000000000{{{h{c}}}Nd{}}0000006666666```````````````````````````````````````````{{{h{{On{c}}}}Ed}{{Bf{A@`A@b}}}{A@dA@f}}{{}A@h}0{{{h{{A@j{ce}}}}}{{h{{A@l{ce}}}}}A@dA@n}{{{h{{h{{A@j{ce}}}}}}}{{AA`{{h{{A@j{ce}}}}}}}A@dA@n}{{{h{{On{AAb}}}}Bb}{{Bf{{On{AAd}}AAf}}}}{{{h{c}}}{{h{e}}}{}{}}000{{{h{dc}}}{{h{de}}}{}{}}000{{{h{{A@j{ce}}}}}{{Mn{{h{{A@j{ce}}}}}}}A@dA@n}{{{h{{A@j{ce}}}}{h{g}}}{{AAj{{AAh{c}}}}}{A@fA@d}A@n{{AAl{c}}}}0`{{{h{{A@j{c{A@n{}{{AAn{e}}}}}}}}}{{Bf{AbAB`}}}A@d{{ACb{}{{ABb{ABd}}{ABf{ABh}}{ABj{ABl}}{ABn{AC`}}}}A@dA@dA@dA@d}}{{{h{{A@j{cACd}}}}}{{Bf{AbAB`}}}A@d}{{{h{{A@j{cACf}}}}}{{Bf{AbAB`}}}A@d}2022102102{{{h{c}}}{{Bf{AbAB`}}}A@d}00{{{h{{A@l{c{A@n{}{{AAn{e}}}}}}}}}{{Bf{AbAB`}}}A@d{{ACb{}{{ABb{ABd}}{ABf{ABh}}{ABj{ABl}}{ABn{AC`}}}}A@dA@dA@dA@d}}{{{h{{A@l{cACd}}}}}{{Bf{AbAB`}}}A@d}{{{h{{A@l{cACf}}}}}{{Bf{AbAB`}}}A@d}{{{h{{Cl{{Mn{Cj}}}}}}}{{Bf{AbAB`}}}}00`{{{h{{On{c}}}}}{{On{c}}}{AlA@d}}{{{h{ACd}}}ACd}{{{h{ACf}}}ACf}{{{h{{A@j{ce}}}}}{{A@j{ce}}}{AlA@d}{AlA@n}}{{{h{c}}{h{de}}}Ab{}{}}000{{{h{{On{c}}}}{h{{On{c}}}}}Fb{AChA@d}}{{{h{ACd}}{h{ACd}}}Fb}{{{h{ACf}}{h{ACf}}}Fb}{{{h{{A@j{ce}}}}{h{{A@j{ce}}}}}FbA@dA@n}{{{h{{A@j{ce}}}}}GhA@dA@n}{{{h{{On{AAb}}}}Bb}{{Bf{{On{AAd}}AAf}}}}{{{h{{On{AAb}}}}{h{{Mb{c}}}}Bb}{{Bf{{On{ACj}}AAf}}}ACl}{{{h{{On{AAd}}}}{h{{Mb{c}}}}}{{Bf{{On{ACj}}AAf}}}ACl}{{{h{{On{c}}}}}ACnA@d}{{{h{{On{AAb}}}}}AD`}{c{{Bf{{On{e}}}}}GfADb}{c{{Bf{{A@j{eg}}}}}GfADbA@n}{{{h{{On{AAb}}}}}C`}{{{h{{A@j{ce}}}}}Af{A@fA@d}A@n}{{{h{{On{c}}}}{h{{On{c}}}}}Gh{GlA@d}}{{{h{ACd}}{h{ACd}}}Gh}{{{h{ACf}}{h{ACf}}}Gh}{{{h{{A@j{ce}}}}{h{{A@j{ce}}}}}GhA@dA@n}{{{h{c}}{h{e}}}Gh{}{}}0000000`{{{h{{On{c}}}}}{{Bf{AfA@b}}}{A@dA@f}}`{{{h{{A@j{ce}}}}{h{ADd}}}{{Bf{AbADf}}}A@dA@n}{{{h{ADh}}{h{Jl}}ADj{h{{Mb{M`}}}}}{{Bf{{Ch{Ln}}Gb}}}}{{{h{{On{AAb}}}}{h{Jl}}ADj{h{{Mb{M`}}}}}{{Bf{{Ch{Ln}}Gb}}}}{{{h{{A@j{AAbc}}}}{h{Jl}}ADj{h{{Mb{M`}}}}}{{Bf{{Ch{Ln}}Gb}}}A@n}{{{h{{On{AAb}}}}{h{{Mb{c}}}}{h{Lb}}{ADl{Bb}}}{{Bf{{Ch{{Cb{Bb{On{ACj}}}}}}AAf}}}ACl}{{{h{{On{c}}}}{h{dHh}}}{{Bf{AbHj}}}A@d}0{{{h{ACd}}{h{dHh}}}{{Bf{AbHj}}}}{{{h{ACf}}{h{dHh}}}{{Bf{AbHj}}}}{{{h{{A@j{ce}}}}{h{dHh}}}{{Bf{AbHj}}}A@dA@n}0{{{h{{On{c}}}}e}GhA@d{{Nb{{h{c}}}{{N`{Gh}}}}}}{{{h{{A@j{ce}}}}g}GhA@dA@n{{Nb{{h{c}}}{{N`{Gh}}}}}}{{{ADn{c}}}{{On{c}}}A@d}{{{AE`{c}}}{{On{c}}}A@d}{{{AEb{c}}}{{On{c}}}A@d}{{{AEd{c}}}{{On{c}}}A@d}{cc{}}{{{AEf{c}}}{{On{c}}}A@d}{{{AEh{c}}}{{On{c}}}A@d}222{{{A@l{ce}}}{{Bf{{A@j{ce}}A@b}}}A@dA@n}{{{A@l{ce}}AEjAEl}{{A@j{ce}}}A@dA@n}{{{h{Nh}}}{{Bf{{On{c}}A@b}}}ADb}{{{h{Nh}}}{{Bf{{A@j{ce}}A@b}}}ADbA@n}{{{h{Nh}}{h{ADd}}}{{Bf{{A@j{ce}}A@b}}}ADbA@n}1{{{h{AEn}}}{{Bf{{On{c}}A@b}}}ADb}{{{h{AEn}}}{{Bf{{A@j{ce}}A@b}}}ADbA@n}{{{h{{A@j{ce}}}}AF`}{{Ch{{h{{A@j{ce}}}}}}}A@dA@n}{{{h{{A@j{ce}}}}AF`}{{Ch{c}}}A@dA@n}{{{h{{On{c}}}}e}{{Bf{{Cb{{Mn{{Mn{Cj}}}}Af}}A@b}}}{A@dA@f}{{AFb{c}}}}0{{{h{{A@j{ce}}}}}GhA@dA@n}0{{{h{{On{AAb}}}}}Gh}{{{h{{On{c}}}}{h{de}}}Ab{AFdA@d}Kb}{{{h{ACd}}{h{dc}}}AbKb}{{{h{ACf}}{h{dc}}}AbKb}{{{h{{A@j{ce}}}}{h{dg}}}AbA@dA@nKb}{ce{}{}}000{{{A@j{ce}}}{{A@l{ce}}}A@dA@n}{{{On{AAb}}}{{Bf{{Mn{{On{AAb}}}}A@b}}}}{{Fl{h{{Mb{M`}}}}Ed}{{Bf{{Cb{LdLf}}Gb}}}}{{Ld{h{{Mb{M`}}}}Ed}{{Bf{{Cb{LdLf}}Gb}}}}99:{{{h{{A@j{ce}}}}}{{AFf{ce}}}A@dA@n}{{{h{{A@j{ce}}}}}{{AFh{ce}}}A@dA@n}{{{h{{On{c}}}}}{{Bf{{AFj{c}}A@b}}}A@d}{{{h{{A@j{ce}}}}}{{Bf{{AFj{c}}A@b}}}A@dA@n}{{{h{{A@j{ce}}}}}{{Bf{AbAFl}}}A@dA@n}{{{h{{A@j{c{A@n{}{{AAn{e}}}}}}}}}{{Ch{AF`}}}A@d{{ACb{}{{ABb{ABd}}{ABf{ABh}}{ABj{ABl}}{ABn{AC`}}}}A@dA@dA@dA@d}}{{{h{{A@j{cACd}}}}}{{Ch{AF`}}}A@d}{{{h{{A@j{cACf}}}}}{{Ch{AF`}}}A@d}{{{h{{A@j{ce}}}}}{{Bf{AF`A@b}}}A@dA@n}{{{h{{On{c}}}}}{{Bf{AF`A@b}}}A@d}1{{{h{{On{c}}}}}{{Bf{AFnA@b}}}A@d}{{}{{h{Nh}}}}00{{{A@j{cAG`}}}{{Bf{{On{c}}A@b}}}A@d}{c{{On{c}}}A@d}{c{{Bf{{On{c}}A@b}}}A@d}{{{A@j{cACd}}}{{Bf{{On{c}}A@b}}}A@d}{{AF`{Mn{c}}}{{Bf{{On{c}}A@b}}}A@d}{{{AEf{c}}}{{On{c}}}A@d}{{{AEb{c}}}{{On{c}}}A@d}4{{{A@j{cACf}}}{{Bf{{On{c}}A@b}}}A@d}3{{c{Ch{{AGb{c}}}}}{{Bf{{On{c}}A@b}}}A@d}614`{{{h{{A@j{c{A@n{}{{AAn{e}}}}}}}}}{{Bf{AbA@b}}}A@d{{ACb{}{{ABb{ABd}}{ABf{ABh}}{ABj{ABl}}{ABn{AC`}}}}A@dA@dA@dA@d}}{{{h{Lb}}}{{Bf{{A@j{c}}A@b}}}A@n}{{{h{{Mb{c}}}}{h{Nh}}}{{Bf{{Cb{{On{AAb}}{An{AAbAGd}}}}A@b}}}AGf}1{{{h{Lb}}{h{ADd}}}{{Bf{{A@j{c}}A@b}}}A@n}{{{h{{On{c}}}}{h{{On{c}}}}}{{Ch{Fb}}}{AGhA@d}}{{{h{ACd}}{h{ACd}}}{{Ch{Fb}}}}{{{h{ACf}}{h{ACf}}}{{Ch{Fb}}}}{{{h{{A@j{ce}}}}{h{{A@j{ce}}}}}{{Ch{Fb}}}A@dA@n}{{{h{c}}}AF`A@d}00{{{On{AAd}}{h{c}}}{{Bf{AGj{On{AAd}}}}}{{AAl{AAd}}}}0`{{{h{{A@j{ce}}}}}GhA@dA@n}{{{h{{On{c}}}}}{{Bf{AbA@b}}}A@d}{{{h{{A@j{ce}}}}}{{Bf{AbADf}}}A@dA@n}{{{h{{On{c}}}}{h{dAGl}}e}{{Bf{AbA@b}}}{A@dA@f}{{AFb{c}}}}{{{h{{A@j{ce}}}}g}{{Bf{{Mn{{Mn{Cj}}}}A@b}}}{A@fA@d}A@n{{AFb{c}}}}0{{{h{{On{c}}}}}{{Bf{AfA@b}}}{A@dA@f}}{{{h{{On{c}}}}}Af{A@dA@f}}{{{h{{A@j{ce}}}}}AF`A@dA@n}{{{h{{On{c}}}}e}BfA@dMf}{{{h{{A@j{ce}}}}g}BfA@dA@nMf}{{}AGn}00{{{h{{A@j{ce}}}}{h{{An{AC`c}}}}}{{A@j{ce}}}A@dA@n}`{{{h{c}}}e{}{}}000{{{h{c}}}Gd{}}0{{{h{{On{AAb}}}}{h{{An{AAbAGd}}}}}Gd}{{{h{{A@j{c{A@n{}{{AAn{e}}}}}}}}}{{Bf{AbA@b}}}A@d{{ACb{}{{ABb{ABd}}{ABf{ABh}}{ABj{ABl}}{ABn{AC`}}}}A@dA@dA@dA@d}}0{{{h{{On{c}}}}{h{di}}}{{Bf{{AH`{g}}}}}A@dA@d{}{{AHb{ceg}}}}{{{h{{A@j{ce}}}}{h{dk}}}{{Bf{{AH`{i}}}}}A@dA@nA@d{}{{AHb{cgi}}}}{c{{Bf{e}}}{}{}}0000000`{{{h{c}}}Nd{}}000={ce{}{}}000{{{h{{A@j{ce}}}}}GhA@dA@n}{{{h{Nh}}}{{Bf{GdGb}}}}``````````````{{{h{c}}}{{h{e}}}{}{}}{{{h{dc}}}{{h{de}}}{}{}}{{{h{Gb}}{h{Gb}}}Gh}{{{h{Gb}}{h{dHh}}}Hl}0{AHdGb}{AHfGb}{AHhGb}{AHjGb}{AHlGb}{A@bGb}{AHnGb}{cc{}}>{{{h{c}}}Gd{}}{c{{Bf{e}}}{}{}}0{{{h{c}}}Nd{}}{ce{}{}}```````````````````````````````````???????>>>>>>>{{{h{AI`}}}AI`}{{{h{AIb}}}AIb}{{{h{AId}}}AId}{{{h{Ln}}}Ln}{{{h{AIf}}}AIf}{{{h{ADj}}}ADj}{{{h{c}}{h{de}}}Ab{}{}}00000``{{}AIf}{{{h{AI`}}{h{AI`}}}Gh}{{{h{AIb}}{h{AIb}}}Gh}{{{h{AId}}{h{AId}}}Gh}{{{h{Ln}}{h{Ln}}}Gh}{{{h{AIf}}{h{AIf}}}Gh}{{{h{AHd}}{h{AHd}}}Gh}{{{h{c}}{h{e}}}Gh{}{}}00000000000{{{h{AI`}}{h{dHh}}}Hl}{{{h{AIb}}{h{dHh}}}Hl}{{{h{AId}}{h{dHh}}}Hl}{{{h{Ln}}{h{dHh}}}Hl}{{{h{AIf}}{h{dHh}}}Hl}{{{h{AHd}}{h{dHh}}}Hl}0{{{h{ADj}}{h{dHh}}}Hl}{cc{}}0{GhAId}11{AIbLn}222{{{h{Ln}}{h{{An{Gd{Mn{AF`}}}}}}}{{Bf{AIfAHd}}}}{{{h{AI`}}{h{dc}}}AbKb}{{{h{AIf}}{h{dc}}}AbKb}{{{h{AIb}}}Gd}`{ce{}{}}000000{{{h{AIb}}}Gh}{{{h{AId}}}Gh}{{{h{AIf}}}Gh}`{{{h{AIf}}{h{AIf}}}{{Ch{Fb}}}}{{{h{Ln}}}Gh}`{{{h{AI`}}c}BfMf}{{{h{AIb}}c}BfMf}{{{h{AId}}c}BfMf}{{{h{Ln}}c}BfMf}{{{h{AIf}}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{{AIhEd}{{Bf{AIjGb}}}}{{{AIl{c}}Ed}{{Bf{AIjGb}}}{{AIn{ACd}}}}{{{AJ`{c}}Ed}{{Bf{AIjGb}}}{{AIn{ACf}}}}{{{AJb{c}}Ed}{{Bf{AIjGb}}}{{AIn{ACf}}}}{{{AJd{c}}Ed}{{Bf{AIjGb}}}{{AIn{AJf}}}}{{{AJh{c}}Ed}{{Bf{AIjGb}}}{{AJj{ACd}}}}{{{AJl{c}}Ed}{{Bf{AIjGb}}}{{AJj{ACd}}}}{{{AJn{c}}Ed}{{Bf{AIjGb}}}{{AJj{ACf}}}}{{{AK`{c}}Ed}{{Bf{AIjGb}}}{{AJj{ACf}}}}{{{AKb{c}}Ed}{{Bf{AIjGb}}}{{AJj{ACf}}}}{{{AKd{c}}Ed}{{Bf{AIjGb}}}{{AJj{ACf}}}}{{{AKf{c}}Ed}{{Bf{AIjGb}}}{{AJj{AJf}}}}{{{AKh{c}}Ed}{{Bf{AIjGb}}}{{AJj{AJf}}}}{{{h{{AIl{c}}}}}{{AIl{c}}}{Al{AIn{ACd}}}}{{{h{{AJ`{c}}}}}{{AJ`{c}}}{Al{AIn{ACf}}}}{{{h{{AJb{c}}}}}{{AJb{c}}}{Al{AIn{ACf}}}}{{{h{{AJd{c}}}}}{{AJd{c}}}{Al{AIn{AJf}}}}{{{h{{AJh{c}}}}}{{AJh{c}}}{Al{AJj{ACd}}}}{{{h{{AJl{c}}}}}{{AJl{c}}}{Al{AJj{ACd}}}}{{{h{{AJn{c}}}}}{{AJn{c}}}{Al{AJj{ACf}}}}{{{h{{AK`{c}}}}}{{AK`{c}}}{Al{AJj{ACf}}}}{{{h{{AKb{c}}}}}{{AKb{c}}}{Al{AJj{ACf}}}}{{{h{{AKd{c}}}}}{{AKd{c}}}{Al{AJj{ACf}}}}{{{h{{AKf{c}}}}}{{AKf{c}}}{Al{AJj{AJf}}}}{{{h{{AKh{c}}}}}{{AKh{c}}}{Al{AJj{AJf}}}}{{{h{c}}{h{de}}}Ab{}{}}00000000000{{{h{{AIl{c}}}}{h{dHh}}}Hl{Hn{AIn{ACd}}}}{{{h{{AJ`{c}}}}{h{dHh}}}Hl{Hn{AIn{ACf}}}}{{{h{{AJb{c}}}}{h{dHh}}}Hl{Hn{AIn{ACf}}}}{{{h{{AJd{c}}}}{h{dHh}}}Hl{Hn{AIn{AJf}}}}{{{h{{AJh{c}}}}{h{dHh}}}Hl{Hn{AJj{ACd}}}}{{{h{{AJl{c}}}}{h{dHh}}}Hl{Hn{AJj{ACd}}}}{{{h{{AJn{c}}}}{h{dHh}}}Hl{Hn{AJj{ACf}}}}{{{h{{AK`{c}}}}{h{dHh}}}Hl{Hn{AJj{ACf}}}}{{{h{{AKb{c}}}}{h{dHh}}}Hl{Hn{AJj{ACf}}}}{{{h{{AKd{c}}}}{h{dHh}}}Hl{Hn{AJj{ACf}}}}{{{h{{AKf{c}}}}{h{dHh}}}Hl{Hn{AJj{AJf}}}}{{{h{{AKh{c}}}}{h{dHh}}}Hl{Hn{AJj{AJf}}}}{cc{}}00000000000{ce{}{}}00000000000{{AIj{h{{Mb{M`}}}}Ed}{{Bf{{Cb{LdLf}}Gb}}}}{{c{h{{Mb{M`}}}}Ed}{{Bf{{Cb{{On{AAb}}{An{AAbAGd}}}}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{AKj}}}AKj}{{{h{c}}{h{de}}}Ab{}{}}{{{h{AKj}}{h{dHh}}}Hl}0{{{h{Jj}}{h{dHh}}}Hl}0{{{h{Dh}}{h{dHh}}}Hl}0={AKjJj}{NjJj}{GbJj}{cc{}}{AHdJj}{AKlJj}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{AKn}}}{{Ch{Gd}}}}{{{h{AKn}}}Gd}{c{{Bf{AKn}}}Gf}{{{h{f}}{h{Nh}}Gh}{{Bf{AKn{h{Nh}}}}}}{{{h{AKn}}{h{dHh}}}Hl}0>{{{h{Nh}}}{{Bf{AKnc}}}{}}<``{{{h{AKn}}c}BfMf};::9=```````````````````````````````````````````{{}AL`}{{}A@h}{{AAbBb}{{Bf{AAdAAf}}}};;;;;;;;;;;;::::::::::::{{{h{{ALb{ce}}}}{h{g}}}{{AAj{{AAh{c}}}}}{A@fA@d}A@n{{AAl{c}}}}{{{h{{A@j{c{A@n{}{{AAn{e}}}}}}}}}{{Bf{AbAB`}}}A@d{{ACb{}{{ABb{ABd}}{ABf{ABh}}{ABj{ABl}}{ABn{AC`}}}}A@dA@dA@dA@d}}00000{{{h{c}}}{{Bf{AbAB`}}}A@d}{{{h{{A@l{c{A@n{}{{AAn{e}}}}}}}}}{{Bf{AbAB`}}}A@d{{ACb{}{{ABb{ABd}}{ABf{ABh}}{ABj{ABl}}{ABn{AC`}}}}A@dA@dA@dA@d}}{{{h{{Cl{{Mn{Cj}}}}}}}{{Bf{AbAB`}}}}{{{h{{ALd{ce}}}}}{{ALd{ce}}}AlA@n}{{{h{A@h}}}A@h}{{{h{ALf}}}ALf}{{{h{{ALb{ce}}}}}{{ALb{ce}}}{AlA@d}{AlA@n}}{{{h{AAb}}}AAb}{{{h{AGd}}}AGd}{{{h{ALh}}}ALh}{{{h{ALj}}}ALj}{{{h{ALl}}}ALl}{{{h{c}}{h{de}}}Ab{}{}}00000000{{{h{{ALb{ce}}}}{h{{ALb{ce}}}}}Fb{AChA@d}{AChA@n}}{{{h{AAb}}{h{AAb}}}Fb}{{{h{ALh}}{h{ALh}}}Fb}{{{h{ALl}}{h{ALl}}}Fb}`{{}ALf}{{{h{{ALd{ce}}}}}{{h{g}}}{}A@n{}}{{AAbBb}{{Bf{AAdAAf}}}}{c{{Bf{AAb}}}Gf}{{{h{{ALb{ce}}}}}Af{A@fA@d}A@n}{{{h{A@h}}{h{A@h}}}Gh}{{{h{AHh}}{h{AHh}}}Gh}{{{h{{ALb{ce}}}}{h{{ALb{ce}}}}}Gh{GlA@d}{GlA@n}}{{{h{AAb}}{h{AAb}}}Gh}{{{h{AGd}}{h{AGd}}}Gh}{{{h{ALh}}{h{ALh}}}Gh}{{{h{ALj}}{h{ALj}}}Gh}{{{h{ALl}}{h{ALl}}}Gh}{{{h{c}}{h{e}}}Gh{}{}}0000000000000{{{h{{ALn{c}}}}{h{dHh}}}Hl{HnA@n}}{{{h{A@h}}{h{dHh}}}Hl}{{{h{ALf}}{h{dHh}}}Hl}{{{h{AHh}}{h{dHh}}}Hl}0{{{h{{ALb{ce}}}}{h{dHh}}}{{Bf{AbHj}}}A@dA@n}0{{{h{AAb}}{h{dHh}}}{{Bf{AbHj}}}}0{{{h{AGd}}{h{dHh}}}{{Bf{AbHj}}}}0{{{h{ALh}}{h{dHh}}}{{Bf{AbHj}}}}{{{h{ALj}}{h{dHh}}}{{Bf{AbHj}}}}{{{h{ALl}}{h{dHh}}}{{Bf{AbHj}}}}{{{h{{ALb{ce}}}}g}GhA@dA@n{{Nb{{h{c}}}{{N`{Gh}}}}}}{cc{}}{AM`{{AMb{c}}}A@n}{AMd{{AMb{c}}}A@n}22222{AHnAHh}{A@bAHh}4{AAdAAb}55555{{AAbAL`}{{ALn{c}}}A@n}{{AGdAL`}{{ALn{c}}}A@n}{{{h{Nh}}}{{Bf{AAb}}}}{{{h{Nh}}}{{Bf{AGd}}}}{{{h{AEn}}}{{Bf{{ALb{ce}}A@b}}}{AMfA@d}A@n}{{{h{AAb}}}{{Ch{AMh}}}}{{{h{AAb}}}{{Mn{AMh}}}}{c{{Bf{{ALd{{AMn{}{{AMj{e}}{AMl{c}}{Kd{g}}}}i}}g}}}{}{{AN`{{Cl{Cj}}}}Ol}HnA@n}{{}{{Bf{{ALd{ANbc}}e}}}A@n{}}{{{h{dc}}}{{Bf{{ALd{ANbe}}g}}}{ANdOh}A@n{}}{{c{h{de}}}{{Bf{{ALd{{AMn{}{{AMj{g}}{AMl{c}}{Kd{i}}}}k}}i}}}{}{ANdOh}{{AN`{{Cl{Cj}}}}Ol}HnA@n}{{ce}{{Bf{{ALd{{AMn{}{{AMj{e}}{AMl{c}}{Kd{g}}}}i}}g}}}{}{{AN`{{Cl{Cj}}}}Ol}HnA@n}{c{{Bf{{ALd{ANbe}}g}}}{}A@n{}}{{{h{{AMb{c}}}}}GhA@n}{{{h{AAb}}}Gh}{{{h{{ALb{ce}}}}{h{dg}}}Ab{AFdA@d}{AFdA@n}Kb}{{{h{AAb}}{h{dc}}}AbKb}{{{h{ALh}}{h{dc}}}AbKb}{{{h{ALl}}{h{dc}}}AbKb}{ce{}{}}00000000000{AAbANf}{AIn{{Bf{{ALn{c}}AHh}}}A@n}{{AJj{Ch{ANh}}AMh}{{Bf{{ALn{c}}AHh}}}A@n}{{{ALd{ec}}{Ch{ANh}}AMh}{{Bf{{ALn{c}}AHh}}}A@n{{AJj{c}}}}{{{ALd{ec}}}{{Bf{{ALn{c}}AHh}}}A@n{{AIn{c}}}}{{{ALn{c}}}{{Bf{{ALn{c}}AHh}}}A@n}{AAb{{Bf{{ALn{c}}AHh}}}A@n}{AGd{{Bf{{ALn{c}}AHh}}}A@n}{AJj{{Bf{{AMb{c}}AHh}}}A@n}{{{AMb{c}}}{{Bf{{AMb{c}}AHh}}}A@n}{{{ALd{ec}}}{{Bf{{AMb{c}}AHh}}}A@n{{AJj{c}}}}{{{ALd{ce}}}c{}A@n}{AAb{{Mn{AAb}}}}{AGd{{Mn{AGd}}}}{{{AMb{c}}Ed}{{Ch{AMd}}}A@n}{{{AMb{c}}Ed{h{{Mb{e}}}}}AM`A@nAGf}{{{h{AAb}}}Gh}{{}Gh}{{{h{A@h}}}Gh}2{{{h{AGd}}}Gh}212133{{{h{{ALb{ce}}}}}AF`A@dA@n}``{{{h{{ALb{ce}}}}}{{Bf{{AFj{c}}A@b}}}A@dA@n}{{}AL`}{{{h{AAb}}}ANj}{{{h{{A@j{c{A@n{}{{AAn{e}}}}}}}}}{{Ch{AF`}}}A@d{{ACb{}{{ABb{ABd}}{ABf{ABh}}{ABj{ABl}}{ABn{AC`}}}}A@dA@dA@dA@d}}44{{{h{AL`}}{h{AL`}}}AL`}5{{}{{h{Nh}}}}{{AF`{Mn{c}}}{{Bf{{ALb{ce}}A@b}}}A@dA@n}{{{h{AAb}}}AF`}``{{{h{{A@j{c{A@n{}{{AAn{e}}}}}}}}}{{Bf{AbA@b}}}A@d{{ACb{}{{ABb{ABd}}{ABf{ABh}}{ABj{ABl}}{ABn{AC`}}}}A@dA@dA@dA@d}}{{{ALn{c}}AL`}{{ALn{c}}}A@n}{{{h{{ALb{ce}}}}{h{{ALb{ce}}}}}{{Ch{Fb}}}{AGhA@d}{AGhA@n}}{{{h{AAb}}{h{AAb}}}{{Ch{Fb}}}}{{{h{ALh}}{h{ALh}}}{{Ch{Fb}}}}{{{h{ALl}}{h{ALl}}}{{Ch{Fb}}}}{{{h{c}}}AF`A@d}{{{h{{ALb{ce}}}}}{{h{{Cl{c}}}}}A@dA@n}{{{h{{ALb{ce}}}}}{{Bf{AbA@b}}}A@dA@n}{{{h{{ALb{ce}}}}g}{{Bf{{Mn{{Mn{Cj}}}}A@b}}}{A@fA@d}A@n{{AFb{c}}}}{{{h{{ALb{ce}}}}}AF`A@dA@n}{{{h{AAb}}c}BfMf}{{}AGn}{{{h{{ALb{ce}}}}}{{A@l{ce}}}{A@fA@d}A@n}{{}AL`}{{{h{c}}}e{}{}}00000000{{{h{AGd}}{h{{Mb{c}}}}}{{Bf{AAbANl}}}AGf}{{{h{c}}}Gd{}}000{{{h{{A@j{c{A@n{}{{AAn{e}}}}}}}}}{{Bf{AbA@b}}}A@d{{ACb{}{{ABb{ABd}}{ABf{ABh}}{ABj{ABl}}{ABn{AC`}}}}A@dA@dA@dA@d}}0{{{h{{ALb{ce}}}}{h{dk}}}{{Bf{{ALb{ge}}{AH`{i}}}}}A@dA@nA@d{}{{AHb{cgi}}}}{c{{Bf{e}}}{}{}}00000000000000000000000{{{h{c}}}Nd{}}00000000000{ce{}{}}00000000000`{{{h{ANn}}}{{Ch{Dj}}}}{{{h{ANn}}}{{Ch{Dn}}}}{{{h{ANn}}AF`}{{Ch{Kn}}}}`{{{h{Jb}}{h{Nh}}{h{{Cl{{h{{Cl{{h{Nh}}}}}}}}}}}{{Bf{AbAO`}}}}````````````````````````````````````{{{h{dJl}}AObl{A`{n}}}{{Ch{{A`{n}}}}}}``{{{h{Jl}}{h{{Mb{M`}}}}}Lf}`{{{h{c}}}{{h{e}}}{}{}}0000000{{{h{dc}}}{{h{de}}}{}{}}0000000{{Lf{h{{On{AAb}}}}{h{{Mb{M`}}}}}Jl}{{{h{AOb}}}AOb}{{{h{AOd}}}AOd}{{{h{{AOf{c}}}}}{{AOf{c}}}{AlAOhHnAl}}{{{h{l}}}l}{{{h{Jl}}}Jl}{{{h{Hd}}}Hd}{{{h{AOj}}}AOj}{{{h{c}}{h{de}}}Ab{}{}}000000{{{h{AOb}}{h{AOb}}}Fb}{{{h{l}}{h{l}}}Fb}{{}l}{{}Jl}{{}Hd}{{}AOj}{{{h{{AOf{c}}}}}{{h{e}}}{AOhHnAl}{}}{{{h{AOl}}}{{Ch{AGd}}}}0{{{h{{AOf{{AOn{AMd}}}}}}}{{Ch{AGd}}}}{{{h{{AOf{B@`}}}}}{{Ch{AGd}}}}{{{h{{AOf{{B@b{AMd}}}}}}}{{Ch{AGd}}}}{{{h{AOb}}{h{AOb}}}Gh}{{{h{AOd}}{h{AOd}}}Gh}{{{h{l}}{h{l}}}Gh}{{{h{AOj}}{h{AOj}}}Gh}{{{h{c}}{h{e}}}Gh{}{}}0000000{{{h{Jl}}AOb}{{Ch{{h{{A`{n}}}}}}}}{{{h{AOb}}{h{dHh}}}Hl}{{{h{Hf}}{h{dHh}}}Hl}0{{{h{AOd}}{h{dHh}}}Hl}{{{h{{AOf{c}}}}{h{dHh}}}Hl{HnAOhHnAl}}{{{h{l}}{h{dHh}}}Hl}{{{h{Jl}}{h{dHh}}}Hl}{{{h{Hd}}{h{dHh}}}Hl}{{{h{AOj}}{h{dHh}}}Hl}{cc{}}{ANjAOb}{AC`AOb}2222222{{{h{AOb}}{h{dc}}}AbKb}{{{h{AOl}}{h{{Mb{M`}}}}}AOb}{{{h{{AOf{{B@b{AMd}}}}}}{h{{Mb{M`}}}}}AOb}{{{h{{AOf{B@`}}}}{h{{Mb{M`}}}}}AOb}{{{h{{AOf{{AOn{AMd}}}}}}{h{{Mb{M`}}}}}AOb}{{{h{Jl}}}{{Mn{{h{AOb}}}}}}{ce{}{}}0000000{{cAOd}{{AOf{c}}}{AOhHnAl}}{{}Jl}{{{h{AOb}}{h{AOb}}}{{Ch{Fb}}}}{{{h{l}}{h{l}}}{{Ch{Fb}}}}{{{h{dJl}}AObl}{{Ch{{A`{n}}}}}}{{{h{B@d}}{h{dHb}}AF`{h{Hd}}{h{{Mb{M`}}}}}{{Bf{AbHf}}}}{{{h{{AOf{{AOn{AMd}}}}}}{h{dHb}}AF`{h{Hd}}{h{{Mb{M`}}}}}{{Bf{AbHf}}}}{{{h{{AOf{{B@b{AMd}}}}}}{h{dHb}}AF`{h{Hd}}{h{{Mb{M`}}}}}{{Bf{AbHf}}}}{{{h{{AOf{B@`}}}}{h{dHb}}AF`{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@h{B@f}}}}{{{h{d{Df{c}}}}K`JhAFn}{{Bf{{h{d{Df{c}}}}B@j}}}{}}{{{h{d{Df{c}}}}K`JhAFnMd}{{Bf{{h{d{Df{c}}}}B@j}}}{}}{{{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@l}}}{}}{{{h{d{Df{c}}}}{h{{Cl{K`}}}}}{{Bf{{h{d{Df{c}}}}B@l}}}{}}{{{h{d{Df{c}}}}Gh}{{h{d{Df{c}}}}}{}}{{{h{c}}}{{h{e}}}{}{}}0000{{{h{dc}}}{{h{de}}}{}{}}0000{{{h{d{Df{c}}}}B@n}{{h{d{Df{c}}}}}{}}{{{h{{Df{c}}}}}{{Df{c}}}Al}{{{h{BA`}}}BA`}{{{h{B@n}}}B@n}{{{h{c}}{h{de}}}Ab{}{}}00{{{h{B@n}}{h{B@n}}}Fb}{{{Df{c}}e}{{Df{e}}}{}Od}{{{h{d{Df{c}}}}Bb}{{h{d{Df{c}}}}}{}}{{}BA`}{{}B@n}{{{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@n}}{h{B@n}}}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}}}Od}{{{Df{c}}{h{de}}}{{Bf{HbJj}}}OdOh}{{{h{{Df{c}}}}{h{dHh}}}HlHn}{{{h{B@l}}{h{dHh}}}Hl}0{{{h{B@j}}{h{dHh}}}Hl}0{{{h{BA`}}{h{dHh}}}Hl}{{{h{B@n}}{h{dHh}}}Hl}{cc{}}0000{{{h{B@n}}{h{dc}}}AbKb}?{ce{}{}}0000{{{h{d{Df{c}}}}}{{h{d{Df{c}}}}}{}}{{{h{d{Df{c}}}}BAb}{{h{d{Df{c}}}}}{}}11{{{h{d{Df{c}}}}BA`}{{h{d{Df{c}}}}}{}}{{{h{B@n}}{h{B@n}}}{{Ch{Fb}}}}{{{h{d{Df{c}}}}{An{Gd{Mn{AF`}}}}j}{{h{d{Df{c}}}}}{}}{{{h{d{Df{c}}}}{Mn{{Cb{AfDj}}}}}{{h{d{Df{c}}}}}{}}{{{h{d{Df{c}}}}Jf}{{h{d{Df{c}}}}}{}}{{{h{BA`}}{h{dBl}}}Ab}{{{h{BA`}}{h{dBl}}{h{dc}}}AbOh}{{{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}}}}BAd}{{h{d{Df{c}}}}}{}}?????````","D":"GD`","p":[[5,"Balance",0,1995],[0,"mut"],[5,"Wallet",0,1996],[1,"reference"],[6,"KeychainKind",0,1997],[5,"SignerOrdering",1689,1998],[10,"TransactionSigner",1689,1998],[5,"Arc",1999],[1,"unit"],[17,"Item"],[5,"ScriptBuf",2000],[8,"Indexed",2001],[10,"Iterator",2002],[10,"Clone",2003],[5,"BTreeMap",2004],[5,"Block",2005],[1,"u32"],[5,"CannotConnectError",2006],[6,"Result",2007],[5,"BlockId",2008],[6,"ApplyHeaderError",2006],[5,"Transaction",2009],[10,"Into",2010],[1,"u64"],[1,"tuple"],[10,"IntoIterator",2011],[5,"Update",0,1996],[6,"Option",2012],[1,"u8"],[1,"slice"],[5,"ConfirmationBlockTime",2008],[5,"TxGraph",2013],[5,"Txid",2009],[8,"DefaultCoinSelectionAlgorithm",489,2014],[5,"TxBuilder",1876,2015],[6,"BuildFeeBumpError",1267,2016],[5,"Amount",2017],[6,"CalculateFeeError",2013],[5,"FeeRate",2018],[5,"LoadParams",0,2019],[5,"BlockHash",2005],[6,"Network",2020],[5,"CheckPointIter",2021],[5,"LocalOutput",0,1997],[5,"WeightedUtxo",0,1997],[6,"Utxo",0,1997],[5,"ChangeSet",0,2022],[5,"AddressInfo",0,1996],[6,"Ordering",2023],[5,"CreateParams",0,2019],[5,"PersistedWallet",0,2024],[6,"CreateWithPersistError",0,2024],[10,"WalletPersister",0,2024],[10,"IntoWalletDescriptor",606],[10,"Send",2025],[10,"AsyncWalletPersister",0,2024],[6,"Error",867],[5,"String",2026],[10,"Deserializer",2027],[1,"bool"],[6,"LoadWithPersistError",0,2024],[10,"PartialEq",2023],[6,"LoadError",0,1996],[6,"LoadMismatch",0,1996],[5,"Psbt",2028],[5,"SignOptions",1689,1998],[6,"SignerError",1689,1998],[5,"Formatter",2029],[5,"Error",2029],[8,"Result",2029],[10,"Debug",2029],[6,"FileStoreError",0,2024],[10,"Display",2029],[6,"ApplyBlockError",0,1996],[5,"ChangeSet",2013],[5,"ChangeSet",2006],[5,"ChangeSet",2030],[5,"ChangeSet",2031],[5,"SyncResult",2032],[5,"FullScanResult",2032],[5,"Transaction",2033],[8,"Result",2034],[5,"PsbtSighashType",2035],[5,"Input",2035],[6,"CreateTxError",1267,2016],[5,"SignersContainer",1689,1998],[8,"WalletTx",0,1996],[5,"OutPoint",2009],[10,"Hasher",2036],[17,"Error"],[10,"Future",2037],[5,"Box",2038],[5,"Pin",2039],[5,"AlterCheckPointError",2006],[5,"TxOut",2009],[10,"IsDust",0,2040],[5,"Script",2041],[8,"ExtendedDescriptor",606],[8,"KeyMap",1367,2042],[5,"CheckPoint",2021],[10,"DoubleEndedIterator",2043],[5,"LocalChain",2006],[5,"Policy",900],[6,"All",2044],[5,"Secp256k1",2045],[5,"Sequence",2009],[10,"Serializer",2046],[5,"KeychainTxOutIndex",2030],[5,"FullScanRequestBuilder",2032],[5,"SyncRequestBuilder",2032],[5,"Vec",2047],[17,"Output"],[10,"FnMut",2048],[5,"TypeId",2049],[5,"TxNode",2013],[1,"str"],[5,"InsufficientFunds",489,2014],[5,"LargestFirstCoinSelection",489,2014],[5,"OldestFirstCoinSelection",489,2014],[5,"BranchAndBoundCoinSelection",489,2014],[5,"SingleRandomDraw",489,2014],[10,"CoinSelectionAlgorithm",489,2014],[5,"CoinSelectionResult",489,2014],[10,"RngCore",2050],[6,"Excess",489,2014],[10,"Default",2051],[6,"Descriptor",606,2042],[5,"Address",2052],[6,"Error",2053],[10,"MiniscriptKey",2053],[10,"ToPublicKey",2053],[6,"ScriptContextEnum",1367],[5,"Miniscript",606,2054],[6,"Terminal",2055],[10,"ScriptContext",1367,2056],[6,"Tree",2057],[6,"DescriptorPublicKey",1367,2058],[5,"DefiniteDescriptorKey",2058],[6,"ConversionError",2058],[6,"Placeholder",2059],[5,"Satisfaction",2059],[10,"AssetProvider",2060],[17,"Key"],[6,"ScriptContextError",2056],[17,"Sha256"],[5,"Hash",2061],[17,"Hash256"],[5,"Hash",2062],[17,"Ripemd160"],[5,"Hash",2063],[17,"Hash160"],[5,"Hash",2064],[10,"ParseableKey",2055],[6,"Legacy",606,2056],[6,"Segwitv0",606,2056],[10,"Ord",2023],[5,"PublicKey",2065],[10,"Verification",2066],[6,"DescriptorType",2042],[5,"DescriptorId",2067],[10,"FromStrKey",2068],[5,"ExtParams",2069],[6,"AnalysisError",2069],[10,"ExtractPolicy",606],[6,"BuildSatisfaction",900],[5,"Range",2070],[5,"Sh",2071],[5,"Tr",2072],[5,"Wsh",2073],[5,"Pkh",2074],[5,"Wpkh",2073],[5,"Bare",2074],[5,"Type",2075],[5,"ExtData",2076],[5,"Tree",2077],[1,"usize"],[10,"Satisfier",2059],[10,"Hash",2036],[5,"Iter",2078],[5,"PkIter",2078],[6,"Policy",2079],[6,"LiftError",2080],[5,"Weight",2081],[6,"BareCtx",2056],[6,"TapTree",2072],[6,"DescriptorSecretKey",1367,2058],[10,"Signing",2066],[10,"PartialOrd",2023],[5,"Plan",2060],[5,"TxIn",2009],[6,"SigType",2056],[6,"TranslateErr",2053],[10,"Translator",2053],[6,"PolicyError",900],[6,"Error",2082],[6,"KeyError",1367],[6,"HexToBytesError",2083],[6,"ParsePublicKeyError",2065],[6,"Error",2084],[6,"PkOrF",900],[6,"SatisfiableItem",900],[6,"Satisfaction",900],[5,"Condition",900],[10,"DescriptorTemplate",1083],[8,"DescriptorTemplateOut",1083],[5,"P2Pkh",1083],[10,"IntoDescriptorKey",1367],[5,"P2Wpkh_P2Sh",1083],[5,"P2Wpkh",1083],[5,"P2TR",1083],[6,"Tap",2056],[5,"Bip44",1083],[10,"DerivableKey",1367],[5,"Bip44Public",1083],[5,"Bip49",1083],[5,"Bip49Public",1083],[5,"Bip84",1083],[5,"Bip84Public",1083],[5,"Bip86",1083],[5,"Bip86Public",1083],[6,"MiniscriptPsbtError",1267,2016],[6,"Error",2085],[5,"FullyNodedExport",1344,2086],[8,"ValidNetworks",1367],[5,"SortedMultiVec",1367,2087],[5,"GeneratedKey",1367],[5,"PrivateKeyGenerateOptions",1367],[5,"SinglePub",1367,2058],[5,"SinglePriv",1367,2058],[6,"SinglePubKey",1367,2058],[6,"DescriptorKey",1367],[5,"Xpub",2084],[6,"ExtendedKey",1367],[5,"Xpriv",2084],[10,"FromStr",2088],[5,"DerivationPath",2084],[17,"Entropy"],[17,"Options"],[10,"GeneratableKey",1367],[10,"AsMut",2010],[10,"GeneratableDefaultOptions",1367],[10,"CryptoRng",2050],[5,"Assets",2060],[8,"KeySource",2084],[5,"Fingerprint",2084],[5,"DescriptorKeyParseError",2058],[10,"PsbtUtils",1683],[6,"Error",2089],[6,"SignerId",1689,1998],[6,"SignerContext",1689,1998],[5,"SignerWrapper",1689,1998],[10,"Sized",2025],[6,"TapLeavesOptions",1689,1998],[10,"SignerCommon",1689,1998],[5,"DescriptorMultiXKey",2058],[5,"PrivateKey",2065],[5,"DescriptorXKey",2058],[10,"InputSigner",1689,1998],[5,"PushBytes",2090],[10,"AsRef",2010],[6,"AddForeignUtxoError",1876,2015],[6,"AddUtxoError",1876,2015],[6,"ChangeSpendPolicy",1876,2015],[6,"TxOrdering",1876,2015],[6,"LockTime",2091],[1,"i32"],[15,"InvalidTxid",1991],[15,"UnexpectedConnectedToHash",475],[15,"Network",477],[15,"Genesis",477],[15,"Descriptor",477],[15,"Custom",1993],[15,"Foreign",486],[15,"Change",601],[15,"NoChange",601],[8,"DerivedDescriptor",606],[15,"PsbtTimelocks",1059],[15,"Complete",1062],[15,"Partial",1062],[15,"PartialComplete",1062],[15,"Sha256Preimage",1073],[15,"Hash256Preimage",1073],[15,"Ripemd160Preimage",1073],[15,"Hash160Preimage",1073],[15,"Thresh",1073],[15,"Multisig",1073],[15,"AbsoluteTimelock",1073],[15,"RelativeTimelock",1073],[15,"RbfSequenceCsv",1338],[15,"LockTime",1338],[15,"FeeTooLow",1338],[15,"FeeRateTooLow",1338],[8,"WalletExport",1344],[10,"ExtScriptContext",1367],[15,"Tap",1875]],"r":[[0,2015],[1,2015],[2,1996],[3,1996],[4,2024],[5,1995],[9,2022],[10,2015],[11,2019],[12,2024],[21,2024],[24,606],[29,2040],[30,1997],[32,1996],[33,1996],[34,2019],[35,2024],[37,1997],[47,2024],[49,1998],[50,2015],[51,2015],[55,1996],[56,1997],[59,1996],[60,2024],[61,1996],[62,1997],[146,1996],[198,1996],[199,1996],[340,2092],[355,1996],[356,1996],[364,606],[423,1996],[472,1996],[489,2014],[491,2014],[492,2014],[493,2014],[494,2014],[495,2014],[496,2014],[498,2014],[499,2014],[530,2014],[610,2042],[612,2058],[619,2056],[620,2054],[625,900],[626,2056],[627,2056],[661,866],[1267,2016],[1270,2016],[1278,2016],[1344,2086],[1345,2086],[1370,2058],[1371,2058],[1386,2042],[1396,2056],[1401,2058],[1402,2058],[1403,2058],[1404,2087],[1687,2093],[1688,2093],[1696,1998],[1713,1998],[1714,1998],[1715,1998],[1716,1998],[1717,1998],[1718,1998],[1719,1998],[1720,1998],[1722,1998],[1723,1998],[1876,2015],[1877,2015],[1880,2015],[1887,2015],[1888,2015]],"b":[[203,"impl-Display-for-Balance"],[204,"impl-Debug-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-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-Display-for-ApplyBlockError"],[225,"impl-Debug-for-ApplyBlockError"],[235,"impl-From%3CChangeSet%3CConfirmationBlockTime%3E%3E-for-ChangeSet"],[236,"impl-From%3CChangeSet%3E-for-ChangeSet"],[237,"impl-From%3CChangeSet%3CConfirmationBlockTime,+ChangeSet%3E%3E-for-ChangeSet"],[238,"impl-From%3CChangeSet%3E-for-ChangeSet"],[246,"impl-From%3CSyncResult%3E-for-Update"],[247,"impl-From%3CFullScanResult%3CKeychainKind%3E%3E-for-Update"],[540,"impl-Debug-for-InsufficientFunds"],[541,"impl-Display-for-InsufficientFunds"],[699,"impl-Descriptor%3CDescriptorPublicKey%3E"],[700,"impl-Descriptor%3CDefiniteDescriptorKey%3E"],[727,"impl-Display-for-Descriptor%3CPk%3E"],[728,"impl-Debug-for-Descriptor%3CPk%3E"],[731,"impl-Debug-for-Miniscript%3CPk,+Ctx%3E"],[732,"impl-Display-for-Miniscript%3CPk,+Ctx%3E"],[735,"impl-From%3CSh%3CPk%3E%3E-for-Descriptor%3CPk%3E"],[736,"impl-From%3CTr%3CPk%3E%3E-for-Descriptor%3CPk%3E"],[737,"impl-From%3CWsh%3CPk%3E%3E-for-Descriptor%3CPk%3E"],[738,"impl-From%3CPkh%3CPk%3E%3E-for-Descriptor%3CPk%3E"],[740,"impl-From%3CWpkh%3CPk%3E%3E-for-Descriptor%3CPk%3E"],[741,"impl-From%3CBare%3CPk%3E%3E-for-Descriptor%3CPk%3E"],[884,"impl-Display-for-Error"],[885,"impl-Debug-for-Error"],[886,"impl-From%3CPolicyError%3E-for-Error"],[887,"impl-From%3CError%3E-for-Error"],[888,"impl-From%3CKeyError%3E-for-Error"],[889,"impl-From%3CHexToBytesError%3E-for-Error"],[890,"impl-From%3CParsePublicKeyError%3E-for-Error"],[891,"impl-From%3CError%3E-for-Error"],[892,"impl-From%3CError%3E-for-Error"],[987,"impl-Debug-for-PolicyError"],[988,"impl-Display-for-PolicyError"],[1305,"impl-Debug-for-MiniscriptPsbtError"],[1306,"impl-Display-for-MiniscriptPsbtError"],[1307,"impl-Debug-for-CreateTxError"],[1308,"impl-Display-for-CreateTxError"],[1309,"impl-Debug-for-BuildFeeBumpError"],[1310,"impl-Display-for-BuildFeeBumpError"],[1312,"impl-From%3CMiniscriptPsbtError%3E-for-CreateTxError"],[1313,"impl-From%3CInsufficientFunds%3E-for-CreateTxError"],[1314,"impl-From%3CError%3E-for-CreateTxError"],[1316,"impl-From%3CPolicyError%3E-for-CreateTxError"],[1317,"impl-From%3CError%3E-for-CreateTxError"],[1354,"impl-Debug-for-FullyNodedExport"],[1355,"impl-Display-for-FullyNodedExport"],[1500,"impl-Debug-for-KeyError"],[1501,"impl-Display-for-KeyError"],[1502,"impl-Debug-for-SortedMultiVec%3CPk,+Ctx%3E"],[1503,"impl-Display-for-SortedMultiVec%3CPk,+Ctx%3E"],[1504,"impl-Debug-for-DescriptorPublicKey"],[1505,"impl-Display-for-DescriptorPublicKey"],[1506,"impl-Display-for-DescriptorSecretKey"],[1507,"impl-Debug-for-DescriptorSecretKey"],[1513,"impl-From%3CXpub%3E-for-ExtendedKey%3CCtx%3E"],[1514,"impl-From%3CXpriv%3E-for-ExtendedKey%3CCtx%3E"],[1520,"impl-From%3CError%3E-for-KeyError"],[1521,"impl-From%3CError%3E-for-KeyError"],[1563,"impl-DerivableKey%3CCtx%3E-for-GeneratedKey%3CK,+Ctx%3E"],[1564,"impl-IntoDescriptorKey%3CCtx%3E-for-GeneratedKey%3CK,+Ctx%3E"],[1770,"impl-SignerCommon-for-SignerWrapper%3CDescriptorMultiXKey%3CXpriv%3E%3E"],[1771,"impl-SignerCommon-for-SignerWrapper%3CPrivateKey%3E"],[1772,"impl-SignerCommon-for-SignerWrapper%3CDescriptorXKey%3CXpriv%3E%3E"],[1787,"impl-Debug-for-SignerError"],[1788,"impl-Display-for-SignerError"],[1796,"impl-From%3CFingerprint%3E-for-SignerId"],[1797,"impl-From%3CHash%3E-for-SignerId"],[1807,"impl-SignerCommon-for-SignerWrapper%3CDescriptorXKey%3CXpriv%3E%3E"],[1808,"impl-SignerCommon-for-SignerWrapper%3CPrivateKey%3E"],[1809,"impl-SignerCommon-for-SignerWrapper%3CDescriptorMultiXKey%3CXpriv%3E%3E"],[1825,"impl-InputSigner-for-SignerWrapper%3CDescriptorMultiXKey%3CXpriv%3E%3E"],[1826,"impl-InputSigner-for-SignerWrapper%3CDescriptorXKey%3CXpriv%3E%3E"],[1827,"impl-InputSigner-for-SignerWrapper%3CPrivateKey%3E"],[1935,"impl-Display-for-AddUtxoError"],[1936,"impl-Debug-for-AddUtxoError"],[1937,"impl-Display-for-AddForeignUtxoError"],[1938,"impl-Debug-for-AddForeignUtxoError"]],"c":"OjAAAAEAAAAAAAUAEAAAALsCBQMRA0IFwQUpBg==","e":"OzAAAAEAACsEfwAZAAAAQQAAAE0AAQBRACQAewAAAIIAEACeAAYArQAZAMoAAADMABYA7AADAPMAAAD3AAEA+wAAAAQBAQAiAQAAPQEAAEgBAABUAQAAWgEFAGUBAABtAQ8AhAEjAK8BEQDHAREA9gEXAA8CAwAUAgYAHQIHADgCIQBkAgAAcgIAAIYCAQCJAgAAiwIHAJYCAACYAgEAmwIAAJ4CAQChAgEApQIBAKgCAQCrAgEArgILAL8CAwDEAgsA1QIBANgCCwDlAgEA7AIAAPkCAwAEAwAACgMBAA4DAQAVAwEAKwMDADADAQA+AwEAQQMBAEUDBQBQAwcAWQMDAF4DAwByAwsAgAMEAKgDGQDEAxoA4QMAAOQDAADpAwEA+AMAAPsDBAABBCIASgQXAGMELwCrBEgAEgUNACEFAgAlBQEAKwUPAEUFAQBJBQAASwUBAE4FAABSBQUAhgUXAKgFFQC/BQEAwgUAAMQFJADqBQEA8QUBAPQFAAD8BQEACQYDABkGAAAcBgQAIgYBADIGAQA3BgAAQQYAAEYGAwBPBgAAUwYIAF0GAwBkBi8AwwYPANQGFADrBg4A+wYIAAUHAQAOBwAAEAcCAB4HAQAiBwIAJgcAACoHBwA0Bx8AbQcJAHgHBgCBBwEAiAcCAI8HBgCbBwAApwcAAK0HEwDDBwQA"}],\ ["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-Debug-for-Keychain"],[104,"impl-Display-for-Keychain"],[105,"impl-Debug-for-CoinSelectionAlgo"],[106,"impl-Display-for-CoinSelectionAlgo"]],"c":"OjAAAAAAAAA=","e":"OzAAAAEAAK8AGgAAAAAAAgABAAUAAgAJAAIAEQABABQAAAAZAAAAGwABAB4AAAAgAAAAIgABACUAHQBFABIAWQABAFwAEAB3AAoAgwAEAIkAAACLAAAAlwACAJsAAACeACAAwAAdAN8AAADkAAEA6AAAAA=="}],\ +["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=="}],\ ["example_esplora",{"t":"SSFGPFPNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNHONNNNNNNNNNNNNNNNNNNNNOOOOOOOOO","n":["DB_MAGIC","DB_PATH","EsploraArgs","EsploraCommands","Scan","ScanOptions","Sync","augment_args","augment_args","augment_args_for_update","augment_args_for_update","augment_subcommands","augment_subcommands_for_update","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","client","clone","clone","clone","clone_into","clone_into","clone_into","eq","esplora_args","esplora_url","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","parallel_requests","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","esplora_args","esplora_args","scan_options","scan_options","stop_gap","unconfirmed","unused_spks","utxos"],"q":[[0,"example_esplora"],[70,"example_esplora::EsploraCommands"],[79,"clap::builder::command"],[80,"bitcoin::network"],[81,"esplora_client::blocking"],[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,8,4,9,8,4,9,4,8,4,9,8,4,9,9,8,4,8,4,9,8,4,9,8,4,9,8,4,9,8,8,4,9,9,9,0,9,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{Ab}}{d{Ab}}}Af}{{{d{A`}}}h}`{{{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,"EsploraArgs",0],[6,"Network",80],[5,"BlockingClient",81],[8,"Result",82],[6,"EsploraCommands",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":"OzAAAAEAAEAACAAAAAQABgAAAAgAFAAeAAIAJAAGAC4AAgAyABQASAADAA=="}],\ ["wallet_electrum_example",{"t":"SSSSSSSSH","n":["BATCH_SIZE","DB_MAGIC","ELECTRUM_URL","EXTERNAL_DESC","INTERNAL_DESC","NETWORK","SEND_AMOUNT","STOP_GAP","main"],"q":[[0,"wallet_electrum_example"],[9,"anyhow"],[10,"core::result"]],"i":[0,0,0,0,0,0,0,0,0],"f":"````````{{}{{f{bd}}}}","D":"`","p":[[1,"unit"],[5,"Error",9],[6,"Result",10]],"r":[],"b":[],"c":"OjAAAAAAAAA=","e":"OzAAAAEAAAkAAQAAAAkA"}],\ 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 1957f966fa..1c22f8ed32 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 boxed slice into a vector by transferring …\nConverts a CString into a Vec<u8>.\nReturns the argument unchanged.\nConverts a BinaryHeap<T> into a Vec<T>.\nConverts the given String to a vector Vec that holds …\nAllocate a Vec<T> and move s’s items into it.\nConvert a clone-on-write slice into a vector.\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.\nAllocate a Vec<T> and fill it by cloning s’s items.\nAllocate a Vec<u8> and fill it with a UTF-8 string.\nAllocate a Vec<T> and fill it by cloning s’s items.\nConverts a &str into a String.\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 &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 +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.\nAllocate a Vec<T> and fill it by cloning s’s items.\nTurn a VecDeque<T> into a Vec<T>.\nConverts a CString into a Vec<u8>.\nConvert a boxed slice into a vector by transferring …\nConvert a clone-on-write slice into a vector.\nReturns the argument unchanged.\nAllocate a Vec<T> and move s’s items into it.\nAllocate a Vec<T> and fill it by cloning s’s items.\nConverts a BinaryHeap<T> into a Vec<T>.\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<u8> and fill it with a UTF-8 string.\nConverts a &String into a String.\nReturns the argument unchanged.\nConverts a &mut str 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.\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 6cd8a5a0ea..fdf7cc7d39 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 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.\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.\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.\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 +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.\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 …\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/search.desc/bdk_wallet/bdk_wallet-desc-0-.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/search.desc/bdk_wallet/bdk_wallet-desc-0-.js index 8857c82a7a..eb26cb9d9b 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/search.desc/bdk_wallet/bdk_wallet-desc-0-.js +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/search.desc/bdk_wallet/bdk_wallet-desc-0-.js @@ -1 +1 @@ -searchState.loadedDescShard("bdk_wallet", 0, "BDK Wallet\nError returned from TxBuilder::add_foreign_utxo.\nError returned from TxBuilder::add_utxo and …\nA derived address and the index it was found at. For …\nAn error that may occur when applying a block to Wallet.\nAsync trait that persists PersistedWallet.\nBalance, differentiated into various categories.\nOccurs when the update chain cannot connect with original …\nUse both change and non-change outputs (default)\nOnly use non-change outputs (see …\nA changeset for Wallet.\nPolicy regarding the use of change outputs when creating a …\nParameters for Wallet::create or PersistedWallet::create.\nError type for PersistedWallet::create.\nProvide custom comparison functions for sorting\nPersister already has wallet data.\nOccurs when the loaded changeset cannot construct Wallet.\nThere was a problem with the passed-in descriptor(s).\nDescriptor’s DescriptorId does not match.\nError type of the persister.\nError type of the persister.\nExternal keychain, used for deriving recipient addresses.\nError for bdk_file_store’s implementation of …\nA UTXO owned by another wallet.\nGenesis hash does not match.\nInternal keychain, used for deriving change addresses.\nOccurs when the loaded changeset cannot construct Wallet.\nRequested outpoint doesn’t exist in the tx (vout greater …\nForeign utxo outpoint txid does not match PSBT input txid\nTrait to check if a value is below the dust limit. We are …\nTypes of keychains\nError when loading from the store.\nThe error type when loading a Wallet from a ChangeSet.\nRepresents a mismatch with what is loaded and what is …\nParameters for Wallet::load or PersistedWallet::load.\nError type for PersistedWallet::load.\nA UTXO owned by the local wallet.\nAn unspent output owned by a Wallet.\nData loaded is unexpected.\nData loaded from persistence is missing descriptor.\nData loaded from persistence is missing genesis hash.\nData loaded from persistence is missing network type.\nForeign utxo missing witness_utxo or non_witness_utxo\nNetwork does not match.\nOnly use change outputs (see TxBuilder::only_spend_change)\nError from persistence.\nError from persistence.\nRepresents a persisted wallet which persists into type P.\nRandomized (default)\nOptions for a software signer\nA transaction builder\nOrdering of the transaction’s inputs and outputs\nOccurs when the connected_to hash does not match the hash …\nHappens when trying to spend an UTXO that is not in the …\nUnchanged\nAn update to Wallet.\nAn unspent transaction output (UTXO).\nSchema name for wallet.\nName of table to store wallet descriptors and network.\nA Bitcoin wallet\nTrait that persists PersistedWallet.\nA CanonicalTx managed by a Wallet.\nA Utxo with its satisfaction_weight.\nError when writing to the store.\nAdd an external signer\nAddress\nGet unbounded script pubkey iterators for both Internal …\nWhether the signer should use the sighash_type set in the …\nWhether we should grind ECDSA signature to ensure signing …\nIntroduces a block of height to the wallet, and tries to …\nApplies relevant transactions from block of height to the …\nApply relevant unconfirmed transactions to the wallet.\nApplies an update to the wallet and stages the changes …\nApplies an update alongside an optional seen_at timestamp …\nReturn KeychainKind as a byte\nWhether the wallet should assume a specific height has …\nReturn the balance, separated into available, …\nBump the fee of a transaction previously created with this …\nStart building a transaction.\nCalculates the fee of a given transaction. Returns …\nCalculate the FeeRate for a given transaction.\nInforms the wallet that you no longer intend to broadcast …\nUpdate for the wallet’s internal LocalChain.\nHow the transaction is observed as (confirmed or …\nDescriptor for change addresses.\nChecks that the given genesis_hash matches the one loaded …\nChecks that the given network matches the one loaded from …\nGet all the checkpoints the wallet is currently storing …\nCoin selection\nThe confirmation time for transaction containing this utxo\nConfirmed and immediately spendable balance\nCreate a new PersistedWallet with the given persister and …\nBuild a new Wallet.\nCreate a new PersistedWallet with the given async persister…\nBuild a new single descriptor Wallet.\nCreate PersistedWallet with the given WalletPersister.\nCreate PersistedWallet with the given AsyncWalletPersister.\nCreate Wallet without persistence.\nCreate a new Wallet with given params.\nThe derivation index of this wallet. It will return None …\nThe derivation index for the script pubkey in the wallet\nFinds how the wallet derived the script pubkey spk.\nDescriptors\nChecks the expected_descriptor matches exactly what is …\nDescriptor for recipient addresses.\nMacro to write full descriptors with code\nReturn the checksum of the public descriptor associated to …\nErrors that can be thrown by the Wallet\nWallet export\nWhether to try extracting private keys from the provided …\nFinalize a PSBT, i.e., for each input determine if …\nMacro to write descriptor fragments with code\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nRecover a ChangeSet from sqlite database.\nUse a custom genesis_hash.\nget the corresponding PSBT Input for a LocalUtxo\nGet the signers\nGet a single transaction from the wallet as a WalletTx (if …\nReturns the utxo owned by this wallet corresponding to …\nAll coinbase outputs not yet matured\nChild index of this address\nChanges to KeychainTxOutIndex.\nInitialize sqlite tables for wallet tables.\nInitialize the persister and load all data.\nInitialize the persister and load all data.\nAdd a new checkpoint to the wallet’s internal view of …\nAdd a transaction to the wallet’s internal view of the …\nInserts a TxOut at OutPoint into the wallet’s …\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCheck whether or not a value is below dust limit\nReturn whether or not a script is part of this wallet …\nWhether this UTXO is spent or not\nType of keychain\nType of keychain\nIterator over all keychains in this wallet\nExtend the given keychain’s keymap.\nExtend the given keychain’s keymap.\nKey formats\nContains the last active derivation indices per keychain (K…\nReturns the latest checkpoint.\nList all relevant outputs (includes both spent and …\nReturn the list of unspent outputs of this wallet\nList addresses that are revealed but unused.\nLoad a previously PersistedWallet from the given persister …\nBuild Wallet by loading from persistence or ChangeSet.\nLoad a previously PersistedWallet from the given async …\nLoad PersistedWallet with the given WalletPersister.\nLoad PersistedWallet with the given AsyncWalletPersister.\nLoad Wallet without persistence.\nLoad Wallet from the given previously persisted ChangeSet …\nGet a reference to the inner LocalChain.\nChanges to the LocalChain.\nUse custom lookahead value.\nUse custom lookahead value.\nMarks an address used of the given keychain at index.\nMerge another ChangeSet into itself.\nSet network.\nGet the Bitcoin network the wallet is using.\nStores the network type of the transaction data.\nConstruct parameters with provided descriptor and …\nConstruct parameters with default values.\nConstruct parameters with provided descriptor.\nThe index of the next address that you would get if you …\nGet the next unused address for the given keychain, i.e. …\nGet the location of the UTXO\nReference to a transaction output\nPeek an address of the given keychain at index without …\nPersist the given changeset to the persister.\nPersist the given changeset to the persister.\nPersist staged changes of wallet into persister.\nPersist staged changes of wallet into an async persister.\nPersist ChangeSet to sqlite database.\nReturn the spending policies for the wallet’s descriptor\nAdditional functions on the rust-bitcoin Psbt structure.\nReturns the descriptor used to create addresses for a …\nReveal addresses up to and including the target index and …\nAttempt to reveal the next address of the given keychain.\nModule for stuff\nThe weight of the witness data and scriptSig expressed in …\nReturn the secp256k1 context used for all signing …\nCompute the tx’s sent and received Amounts.\nGet the sequence number if an explicit sequence number has …\nSet the keymap for a given keychain.\nSet the keymap for each keychain.\nSign a transaction with all the wallet’s signers, in the …\nWhether we should try to sign a taproot transaction with …\nGeneralized signers\nGet a reference to the inner KeychainTxOutIndex.\nGet a reference of the staged ChangeSet that is yet to be …\nGet a mutable reference of the staged ChangeSet that is …\nCreate a `FullScanRequest for this wallet.\nCreate a partial SyncRequest for this wallet for all …\nTake the staged ChangeSet to be persisted now (if any).\nSpecifies which Taproot script-spend leaves we should sign …\nGet the whole balance visible to the wallet.\nIterate over the transactions in the wallet.\nArray of transactions in the wallet sorted with a …\nWhether the signer should trust the witness_utxo, if the …\nUnconfirmed UTXOs generated by a wallet tx\nGet sum of trusted_pending and confirmed coins.\nWhether to try finalizing the PSBT after the inputs are …\nTransaction builder\nGet a reference to the inner TxGraph.\nChanges to TxGraph.\nThe transaction node (as part of the graph).\nUpdate for the wallet’s internal TxGraph.\nGet the TxOut of the UTXO\nTransaction output\nGet an unbounded script pubkey iterator for the given …\nIterate over transactions in the wallet that are unseen …\nUndoes the effect of mark_used and returns whether the …\nUnconfirmed UTXOs received from an external wallet\nThe UTXO\nGet the version of bdk_wallet at runtime.\nDeterministically generate a unique name given the …\nForeign UTXO outpoint\nPSBT input txid\nBlock hash of connected_to.\nExpected block hash of connected_to, as derived from block.\nThe expected network.\nThe expected genesis hash.\nThe expected descriptor.\nKeychain identifying the descriptor.\nThe network that is loaded.\nThe genesis hash that is loaded.\nThe loaded descriptor.\nTransaction inputs sort function\nTransaction outputs sort function\nThe location of the output.\nThe information about the input we require to add it to a …\nThe nSequence value to set for this input.\nBranch and bound coin selection tries to avoid needing a …\nBranch and bound coin selection possible attempts with …\nBranch and bound coin selection\nIt’s possible to create spendable output from excess …\nTrait for generalized coin selection algorithms\nResult of a successful coin selection\nDefault coin selection algorithm used by TxBuilder if not …\nErrors that can be thrown by the coin_selection module\nRemaining amount after performing coin selection\nWallet’s UTXO set is not enough to cover recipient’s …\nSimple and dumb coin selection\nIt’s not possible to create spendable output from excess …\nOldestFirstCoinSelection always picks the utxo with the …\nPerform the coin selection\nDecide if change can be created\nRemaining amount after deducing fees and outgoing outputs\nTotal fee amount for the selected utxos in satoshis\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 total value of the inputs selected from the local …\nCreate new instance with target size for change output\nList of outputs selected for use as inputs\nThe total value of the inputs selected.\nSats available for spending\nSats needed for some transaction\nEffective amount available to create change after …\nThe calculated fee for the drain TxOut with the selected …\nThreshold to consider amount as dust for this particular …\nThe deducted change output fee\nExceeding amount of current selection over outgoing value …\nA raw scriptpubkey (including pay-to-pubkey) under Legacy …\nA raw scriptpubkey (including pay-to-pubkey) under Legacy …\nA raw scriptpubkey (including pay-to-pubkey) under Legacy …\nAlias for a Descriptor that contains extended derived keys\nScript descriptor\nThe descriptor pubkey, either a single pubkey or an xpub.\nAlias for a Descriptor that can contain extended keys …\nTrait implemented on Descriptors to add a method to …\nThe 0 combinator.\nAlias for the type of maps that represent derivation paths …\nTrait for types which can be converted into an …\nThe consensus key associated with the type. Must be a …\nLegacy ScriptContext To be used as P2SH scripts For …\nThe top-level miniscript abstract syntax tree (AST).\nMultiple extended public keys.\nPay-to-PubKey-Hash\nPay-to-PubKey-Hash\nPay-to-PubKey-Hash\nThe ScriptContext for Miniscript. Additional type …\nSegwitv0 ScriptContext\nPay-to-ScriptHash(includes nested wsh/wpkh/sorted multi)\nPay-to-ScriptHash(includes nested wsh/wpkh/sorted multi)\nPay-to-ScriptHash(includes nested wsh/wpkh/sorted multi)\nSingle public key.\nThe 1 combinator.\nAlias for the type of maps that represent taproot key …\nPay-to-Taproot\nPay-to-Taproot\nPay-to-Taproot\nPay-to-Witness-PubKey-Hash\nPay-to-Witness-PubKey-Hash\nPay-to-Witness-PubKey-Hash\nPay-to-Witness-ScriptHash with Segwitv0 context\nPay-to-Witness-ScriptHash with Segwitv0 context\nPay-to-Witness-ScriptHash with Segwitv0 context\nExtended public key (xpub).\nComputes the Bitcoin address of the descriptor, if one …\nGet a reference to the inner AstElem representing the root …\nReplaces all wildcards (i.e. /*) in the descriptor with a …\nEnumerates all child nodes of the current AST node (self) …\nAttempt to produce a non-malleable witness template given …\nAttempt to produce a malleable witness template given the …\nDepending on script Context, some of the Terminals might …\nDepending on script Context, some of the script resource …\nCheck the consensus + policy(if not disabled) rules that …\nConsensus rules at the Miniscript satisfaction time. It is …\nPolicy rules at the Miniscript satisfaction time. It is …\nCheck the consensus + policy(if not disabled) rules …\nEach context has slightly different rules on what Pks are …\nDepending on ScriptContext, fragments can be malleable. …\nCheck whether the given satisfaction is valid under the …\nDescriptor checksum\nWhether the given miniscript contains a raw pkh fragment\nDeprecated name for Self::at_derivation_index.\nConvert all the public keys in the descriptor to …\nConvert all the public keys in the descriptor to …\nGet the DescriptorType of Descriptor\nEncode as a Bitcoin script\nDescriptor errors\nComputes the the underlying script before any hashing is …\nAdditional information helpful for extra analysis.\nCheck whether the miniscript follows the given Extra …\nExtract the spending policy\nUtility method for deriving the descriptor at each index …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nAdd type information(Type and Extdata) to Miniscript based …\nCreate a new Miniscript from a Terminal node and a Type …\nParse a Miniscript from string and perform sanity checks …\nAttempt to parse an Miniscripts that don’t follow the …\nAttempt to parse an insane(scripts don’t clear sanity …\nParse an expression tree into a descriptor.\nParse an expression tree into a Miniscript. As a general …\nReturns child node with given index, if any\nReturns Option::Some with cloned n’th public key from …\nReturns satisfying non-malleable witness and scriptSig to …\nReturns a possilbly mallable satisfying non-malleable …\nWhether the miniscript contains a combination of timelocks\nWhether the miniscript has repeated Pk or Pkh\nWhether or not the descriptor has any wildcards i.e. /*.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nExtracts the AstElem representing the root of the …\nGet as many descriptors as different paths in this …\nConvert to wallet descriptor\nWhether or not the descriptor has any wildcards\nWhether this descriptor contains a key that has multiple …\nWhether the miniscript is malleable\nCreates a new Iter iterator that will iterate over all …\nCreates a new PkIter iterator that will iterate over all …\nLifting corresponds to conversion of a miniscript into a …\nDepending on script context, the size of a satifaction …\nMaximum size, in bytes, of a satisfying witness. For …\nComputes an upper bound on the weight of a satisfying …\nMaximum number of witness elements used to satisfy the …\nComputes an upper bound on the difference between a …\nLocal helper function to display error messages with …\nCreate a new bare descriptor from witness script Errors …\nCreate a new pk descriptor\nCreate a new PkH descriptor\nCreate a new sh for a given redeem script Errors when …\nCreate a new sh sortedmulti descriptor with threshold k …\nCreate a new sh wrapper for the given wpkh descriptor\nCreate a new sh wrapper for the given wsh descriptor\nCreate a new sh wrapped wpkh from Pk. Errors when …\nCreate a new sh wrapped wsh descriptor with witness script …\nCreate a new sh wrapped wsh sortedmulti descriptor from …\nCreate new tr descriptor Errors when miniscript exceeds …\nCreate a new Wpkh descriptor Will return Err if …\nCreate a new wsh descriptor from witness script Errors …\nCreate a new wsh sorted multi descriptor Errors when …\nA node in the AST.\nOther top level checks that are context specific\nAttempt to parse a Script into Miniscript representation.\nParse a descriptor that may contain secret keys\nAttempt to parse an insane(scripts don’t clear sanity …\nAttempt to parse an miniscript with extra features that …\nGet the len of public key when serialized based on context …\nReturns a plan if the provided assets are sufficient to …\nReturns a plan if the provided assets are sufficient to …\nDescriptor policy\nWhether all spend paths of miniscript require a signature\nChecks whether the descriptor is safe.\nCheck whether the underlying Miniscript is safe under the …\nAttempts to produce a non-malleable satisfying witness and …\nAttempt to produce non-malleable satisfying witness for the\nAttempt to produce a malleable satisfying witness for the …\nComputes the scriptCode of a transaction output.\nComputes the scriptpubkey of the descriptor.\nSize, in bytes of the script-pubkey. If this Miniscript is …\nThe type of signature required for satisfaction\nSubstitutes raw public keys hashes with the public keys as …\nDescriptor templates\nSerialize a descriptor to string with its secret keys\nCheck top level consensus rules.\nCheck whether the top-level is type B\nConverts a descriptor using abstract keys to one using …\nTranslates a struct from one generic to another where the …\nThe correctness and malleability type information for the …\nComputes the scriptSig that will be in place for an …\nWhether the miniscript can exceed the resource …\nCompute the checksum of a descriptor, excludes any …\nError during base58 decoding\nBIP32 error\nErrors related to the parsing and usage of descriptors\nThe provided wallet descriptors are identical\nThe descriptor contains hardened derivation steps on …\nHex decoding error\nInvalid byte found in the descriptor checksum\nThe provided descriptor doesn’t match its checksum\nInvalid HD Key path, such as having a wildcard but a …\nError thrown while working with keys\nMiniscript error\nThe descriptor contains multipath keys\nKey-related error\nError while extracting and manipulating policies\nReturns the argument unchanged.\nCalls U::from(self).\nAbsolute timeclock timestamp\nCan not add to an item that is Satisfaction::None or …\nCan not add to an item that is …\nOptions to build the satisfaction field in the policy\nCan satisfy the policy item\nAn extra condition that must be satisfied but that is out …\nType for a map of sets of Condition items keyed by each set…\nECDSA Signature for a raw public key\nAn extended key fingerprint\nType for a map of folded sets of Condition items keyed by …\nSHA256 then RIPEMD160 preimage hash\nDouble SHA256 preimage hash\nIncompatible conditions (not currently used)\nIndex out of range for an item to satisfy a …\nCan not merge CSV or timelock values unless both are less …\nMulti-signature public keys with threshold count\nCannot satisfy or contribute to the policy item\nDon’t generate satisfaction field\nNot enough items are selected to satisfy a …\nOnly a partial satisfaction of some kind of threshold …\nCan reach the threshold of some kind of threshold policy\nA unique identifier for a key\nDescriptor spending policy\nErrors that can happen while extracting and manipulating …\nAnalyze the given PSBT to check for existing signatures\nLike Psbt variant and also check for expired timelocks\nA legacy public key\nRelative timelock locktime\nRIPEMD160 preimage hash\nRepresent if and how much a policy item is satisfied by …\nAn item that needs to be satisfied\nSchnorr Signature for a raw public key\nSHA256 preimage hash\nThreshold items with threshold count\nA x-only public key\nHow the wallet’s descriptor can satisfy this policy node\nOptional CheckSequenceVerify condition\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturn the conditions that are set by the spending policy …\nReturns a unique id for the SatisfiableItem\nIdentifier for this policy node\nCalls U::from(self).\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 SatisfiableItem is a leaf item\nReturns whether the Satisfaction is a leaf item\nReturns true if there are no extra conditions to verify\nType of this policy node\nReturn whether or not a specific path in the policy tree …\nHow much a given PSBT already satisfies this policy node …\nOptional timelock condition\nCurrent blockchain height\nThe highest confirmation height between the inputs CSV …\nGiven PSBT\nExtra conditions that also need to be satisfied\nExtra conditions that also need to be satisfied\nExtra conditions that also need to be satisfied\nThe items that can be satisfied by the descriptor or are …\nThe items that can be satisfied by the descriptor\nThreshold\nThreshold\nTotal number of items\nTotal number of items\nWhether the items are sorted in lexicographic order (used …\nWhether the items are sorted in lexicographic order (used …\nThe digest value\nThe digest value\nThe digest value\nThe digest value\nThe policy items\nThe raw public key or extended key fingerprint\nThe required threshold count\nThe required threshold count\nThe timelock value\nThe timelock value\nBIP44 template. Expands to pkh(key/44'/{0,1}'/0'/{0,1}/*)\nBIP44 public template. Expands to pkh(key/{0,1}/*)\nBIP49 template. Expands to …\nBIP49 public template. Expands to sh(wpkh(key/{0,1}/*))\nBIP84 template. Expands to wpkh(key/84'/{0,1}'/0'/{0,1}/*)\nBIP84 public template. Expands to wpkh(key/{0,1}/*)\nBIP86 template. Expands to tr(key/86'/{0,1}'/0'/{0,1}/*)\nBIP86 public template. Expands to tr(key/{0,1}/*)\nTrait for descriptor templates that can be built into a …\nType alias for the return type of DescriptorTemplate, …\nP2PKH template. Expands to a descriptor pkh(key)\nP2TR template. Expands to a descriptor tr(key)\nP2WPKH template. Expands to a descriptor wpkh(key)\nP2WPKH-P2SH template. Expands to a descriptor sh(wpkh(key))\nBuild the complete descriptor\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\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).\nError returned from Wallet::build_fee_bump\nThere was an error with coin selection\nDescriptor key conversion error\nError returned from TxBuilder::finish\nThere was a problem with the descriptors passed in\nWhen bumping a tx the fee rate requested is lower than …\nNode doesn’t have data to estimate a fee rate\nWhen bumping a tx the absolute fee requested is lower than …\nTrying to replace a tx that has a sequence >= 0xFFFFFFFE\nRequested LockTime is less than is required to spend from …\nMiniscript PSBT error\nErrors returned by miniscript when updating inconsistent …\nIn order to use the TxBuilder::add_global_xpubs option …\nMissing non_witness_utxo on foreign utxo for given OutPoint\nCannot build a tx without recipients\nmanually_selected_only option is selected but no utxo has …\nOutput created is under the dust limit, 546 satoshis\nReturn error type for …\nThere was a problem while extracting and manipulating …\nPartially signed bitcoin transaction error\nCannot enable RBF with a Sequence >= 0xFFFFFFFE\nCannot enable RBF with Sequence given a required OP_CSV\nSpending policy is not compatible with this KeychainKind\nHappens when trying to bump a transaction that is already …\nThrown when a tx is not found in the internal database\nHappens when trying to spend an UTXO that is not in the …\nHappens when trying to spend an UTXO that is not in the …\nReturn error type for PsbtExt::update_input_with_descriptor\nRequested invalid transaction version ‘0’\nRequested transaction version 1, but at least 2 is needed …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nRequired OP_CSV Sequence\nGiven RBF Sequence\nRequested LockTime\nRequired LockTime\nRequired fee absolute value Amount\nRequired fee rate\nStructure that contains the export of a wallet\nAlias for FullyNodedExport\nEarliest block to rescan when looking for the wallet’s …\nEarliest block to rescan when looking for the wallet’s …\nReturn the internal descriptor, if present\nReturn the external descriptor\nExport a wallet\nReturns the argument unchanged.\nCalls U::from(self).\nArbitrary label for the wallet\nArbitrary label for the wallet\nBIP32 error\nTrait for keys that can be derived.\nContainer for public or secret keys\nThe descriptor pubkey, either a single pubkey or an xpub.\nThe descriptor secret key, either a single private key or …\nType specifying the amount of entropy required e.g. [u8;32]\nReturned error in case of failure\nTrait that adds extra useful methods to ScriptContexts\nEnum for extended keys that can be either xprv or xpub\nA bitcoin public key (compressed or uncompressed).\nTrait that allows generating a key with the default options\nTrait for keys that can be generated\nOutput of a GeneratableKey key generation\nTrait for objects that can be turned into a public or …\nThe key has an invalid checksum\nThe key is not valid for the given network\nThe key cannot exist in the given script context\nThe consensus key associated with the type. Must be a …\nErrors thrown while working with keys\nAlias type for a map of public key to secret key\nLegacy scripts\nCustom error message\nMiniscript error\nMultiple extended private keys.\nMultiple extended public keys.\nExtra options required by the generate_with_entropy\nA private extended key, aka an xprv\nOptions for generating a PrivateKey\nA public extended key, aka an xpub\nThe ScriptContext for Miniscript. Additional type …\nEnum representation of the known valid ScriptContexts\nSegwitv0 scripts\nSingle public key.\nSingle private key.\nA descriptor bitcoin::PrivateKey with optional origin …\nA descriptor SinglePubKey with optional origin information.\nSingle public key without any origin or range information.\nContents of a “sortedmulti” descriptor\nTaproot scripts\nSet of valid networks for a key\nAn xonly public key.\nExtended private key (xpriv).\nExtended public key (xpub).\nCreate a set containing mainnet, testnet, signet, and …\nReturns the ScriptContext as a ScriptContextEnum\nReplaces any wildcard (i.e. /*) in the key with a …\nAttempt to produce a witness template given the assets …\nDepending on script Context, some of the Terminals might …\nDepending on script Context, some of the script resource …\nCheck the consensus + policy(if not disabled) rules that …\nConsensus rules at the Miniscript satisfaction time. It is …\nPolicy rules at the Miniscript satisfaction time. It is …\nCheck the consensus + policy(if not disabled) rules …\nEach context has slightly different rules on what Pks are …\nDepending on ScriptContext, fragments can be malleable. …\nCheck whether the given satisfaction is valid under the …\nWhether the generated key should be “compressed” or not\nDeprecated name for Self::at_derivation_index.\nEncode as a Bitcoin script\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\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 an instance given a public key and a set of valid …\nCreate an instance given a secret key and a set of valid …\nParse an expression tree into a SortedMultiVec\nFull path, from the master key\nReturns a vector containing the full derivation paths from …\nGenerate a key given the options with random entropy.\nGenerate a key with the default options and a random …\nGenerate a key with the default options and a random …\nGenerate a key given the options with random entropy.\nGenerate a key given the extra options and the entropy\nGenerate a key with the default options and a given entropy\nReturn whether or not the key contains the private data\nWhether or not the key has a wildcard\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nTurn the key into a DescriptorKey within the requested …\nConsume self and turn it into a DescriptorKey by adding …\nConsume self and turn it into an ExtendedKey\nConsumes self and returns the key\nGet as many keys as derivation paths in this key.\nGet as many keys as derivation paths in this key.\nTransform the ExtendedKey into an Xpriv for the given …\nTransform the ExtendedKey into an Xpub for the given …\nWhether or not the key has a wildcard\nReturns whether the script context is Legacy\nReturns whether the script context is …\nWhether or not this key has multiple derivation paths.\nWhether or not this key has multiple derivation paths.\nReturns whether the script context is Segwitv0\nReturns whether the script context is …\nReturns whether the script context is Tap, aka Taproot or …\nReturns whether the script context is …\nThe threshold value for the multisig.\nThe public key.\nThe private key.\nCreate a set only containing mainnet\nThe fingerprint of the master key associated with this …\nDepending on script context, the size of a satifaction …\nMaximum size, in bytes, of a satisfying witness. In …\nMaximum number of witness elements used to satisfy the …\nCompute the intersection of two sets\nThe number of keys in the multisig.\nLocal helper function to display error messages with …\nCreate a new instance of SortedMultiVec given a list of …\nOrigin information (fingerprint and derivation path).\nOrigin information (fingerprint and derivation path).\nOther top level checks that are context specific\nOverride the computed set of valid networks\nGet the len of public key when serialized based on context …\nAccessor for the public keys in the multisig.\nutility function to sanity a sorted multi vec\nAttempt to produce a satisfying witness for the witness …\nSize, in bytes of the script-pubkey. If this Miniscript is …\nThe type of signature required for satisfaction\nCreate Terminal::Multi containing sorted pubkeys\nCreate a set containing testnet and regtest\nReturns the public version of this key.\nCheck top level consensus rules.\nCheck whether the top-level is type B\nThis will panic if fpk returns an uncompressed key when …\nTrait to add functions to extract utxos and calculate fees.\nThe total transaction fee amount, sum of input amounts …\nThe transaction’s fee rate. This value will only be …\nGet the TxOut for the specified input index, if it doesn’…\nTable name for schemas.\nRuns logic that initializes/migrates the table schemas.\nThe signer will sign all the leaves it has a key for.\nDummy identifier\nThe signer won’t sign the specified leaves.\nTo be used only by external libraries implementing …\nThe fingerprint of a BIP32 extended key\nThe signer won’t sign leaves other than the ones …\nInput index is out of range\nPSBT Input signer\nThe private key in use has the right fingerprint but …\nThe non_witness_utxo specified is invalid\nInvalid SIGHASH for the signing context in use\nLegacy context\nMiniscript PSBT error\nThe fingerprint and derivation path are missing from the …\nThe private key is missing for the required public key\nThe non_witness_utxo field of the transaction is required …\nThe witness_script field of the transaction is required to …\nThe witness_utxo field of the transaction is required to …\nThe psbt contains a non-SIGHASH_ALL sighash in one of its …\nThe signer won’t sign any leaf.\nBitcoin HASH160 (RIPEMD160 after SHA256) hash of an ECDSA …\nPSBT sign error.\nSegwit v0 context (BIP 143)\nError while computing the hash to sign a Taproot input.\nOptions for a software signer\nCommon signer methods\nSigning context\nSigning error\nIdentifier of a signer in the SignersContainers. Used as a …\nDefines the order in which signers are called\nWrapper to pair a signer with its context\nContainer for multiple signers\nTaproot context (BIP 340)\nCustomize which taproot script-path leaves the signer …\nPSBT signer\nThe user canceled the operation\nAdds an external signer to the container for the specified …\nWhether the signer should use the sighash_type set in the …\nWhether we should grind ECDSA signature to ensure signing …\nCreate a map of public keys to secret keys\nWhether the wallet should assume a specific height has …\nBuild a new signer container from a KeyMap\nReturn the secret key for the signer\nReturn the secret key for the signer\nFinds the signer with lowest ordering for a given id in …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturn the SignerId for this signer\nReturns the list of identifiers of all the signers 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).\nCreate a wrapped signer from a signer and a context\nDefault constructor\nRemoves a signer from the container and returns it\nSign a single psbt input\nSign all the inputs of the psbt\nWhether we should try to sign a taproot transaction with …\nReturns the list of signers in the container, sorted by …\nSpecifies which Taproot script-spend leaves we should sign …\nWhether the signer should trust the witness_utxo, if the …\nWhether to try finalizing the PSBT after the inputs are …\nWhether the signer can sign for the internal key or not\nError returned from TxBuilder::add_foreign_utxo.\nError returned from TxBuilder::add_utxo and …\nUse both change and non-change outputs (default)\nOnly use non-change outputs (see …\nPolicy regarding the use of change outputs when creating a …\nProvide custom comparison functions for sorting\nRequested outpoint doesn’t exist in the tx (vout greater …\nForeign utxo outpoint txid does not match PSBT input txid\nForeign utxo missing witness_utxo or non_witness_utxo\nOnly use change outputs (see TxBuilder::only_spend_change)\nRandomized (default)\nA transaction builder\nOrdering of the transaction’s inputs and outputs\nHappens when trying to spend an UTXO that is not in the …\nUnchanged\nAdd data as an output, using OP_RETURN\nAdd a foreign UTXO i.e. a UTXO not owned by this wallet.\nSame as add_foreign_utxo but allows to set the nSequence …\nFill-in the PSBT_GLOBAL_XPUB field with the extended keys …\nAdd a recipient to the internal list\nAdd a utxo to the internal list of unspendable utxos\nAdd a utxo to the internal list of utxos that must be spent\nAdd the list of outpoints to the internal list of UTXOs …\nSet whether or not the dust limit is checked.\nSet a specific ChangeSpendPolicy. See …\nChoose the coin selection algorithm\nSet the current blockchain height.\nDo not spend change outputs\nSets the address to drain excess coins to.\nSpend all the available inputs. This respects filters like …\nEnable signaling RBF\nEnable signaling RBF with a specific nSequence value\nSet an absolute fee The fee_absolute method refers to the …\nSet a custom fee rate.\nFinish building the transaction.\nFinish building the transaction.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nFill-in the psbt::Output::redeem_script and …\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nOnly spend utxos added by add_utxo.\nUse a specific nLockTime while creating the transaction\nOnly spend change outputs\nOnly Fill-in the psbt::Input::witness_utxo field when …\nChoose the ordering for inputs and outputs of the …\nSet the policy path to use while creating the transaction …\nReplace the recipients already added with a new list\nSign with a specific sig hash\nSort transaction inputs and outputs by TxOrdering variant.\nSort transaction inputs and outputs by TxOrdering variant.\nReplace the internal list of unspendable utxos with a new …\nBuild a transaction with a specific version\nForeign UTXO outpoint\nPSBT input txid\nTransaction inputs sort function\nTransaction outputs sort function") \ No newline at end of file +searchState.loadedDescShard("bdk_wallet", 0, "BDK Wallet\nError returned from TxBuilder::add_foreign_utxo.\nError returned from TxBuilder::add_utxo and …\nA derived address and the index it was found at. For …\nAn error that may occur when applying a block to Wallet.\nAsync trait that persists PersistedWallet.\nBalance, differentiated into various categories.\nOccurs when the update chain cannot connect with original …\nUse both change and non-change outputs (default)\nOnly use non-change outputs (see …\nA changeset for Wallet.\nPolicy regarding the use of change outputs when creating a …\nParameters for Wallet::create or PersistedWallet::create.\nError type for PersistedWallet::create.\nProvide custom comparison functions for sorting\nPersister already has wallet data.\nOccurs when the loaded changeset cannot construct Wallet.\nThere was a problem with the passed-in descriptor(s).\nDescriptor’s DescriptorId does not match.\nError type of the persister.\nError type of the persister.\nExternal keychain, used for deriving recipient addresses.\nError for bdk_file_store’s implementation of …\nA UTXO owned by another wallet.\nGenesis hash does not match.\nInternal keychain, used for deriving change addresses.\nOccurs when the loaded changeset cannot construct Wallet.\nRequested outpoint doesn’t exist in the tx (vout greater …\nForeign utxo outpoint txid does not match PSBT input txid\nTrait to check if a value is below the dust limit. We are …\nTypes of keychains\nError when loading from the store.\nThe error type when loading a Wallet from a ChangeSet.\nRepresents a mismatch with what is loaded and what is …\nParameters for Wallet::load or PersistedWallet::load.\nError type for PersistedWallet::load.\nA UTXO owned by the local wallet.\nAn unspent output owned by a Wallet.\nData loaded is unexpected.\nData loaded from persistence is missing descriptor.\nData loaded from persistence is missing genesis hash.\nData loaded from persistence is missing network type.\nForeign utxo missing witness_utxo or non_witness_utxo\nNetwork does not match.\nOnly use change outputs (see TxBuilder::only_spend_change)\nError from persistence.\nError from persistence.\nRepresents a persisted wallet which persists into type P.\nRandomized (default)\nOptions for a software signer\nA transaction builder\nOrdering of the transaction’s inputs and outputs\nOccurs when the connected_to hash does not match the hash …\nHappens when trying to spend an UTXO that is not in the …\nUnchanged\nAn update to Wallet.\nAn unspent transaction output (UTXO).\nSchema name for wallet.\nName of table to store wallet descriptors and network.\nA Bitcoin wallet\nTrait that persists PersistedWallet.\nA CanonicalTx managed by a Wallet.\nA Utxo with its satisfaction_weight.\nError when writing to the store.\nAdd an external signer\nAddress\nGet unbounded script pubkey iterators for both Internal …\nWhether the signer should use the sighash_type set in the …\nWhether we should grind ECDSA signature to ensure signing …\nIntroduces a block of height to the wallet, and tries to …\nApplies relevant transactions from block of height to the …\nApply relevant unconfirmed transactions to the wallet.\nApplies an update to the wallet and stages the changes …\nApplies an update alongside an optional seen_at timestamp …\nReturn KeychainKind as a byte\nWhether the wallet should assume a specific height has …\nReturn the balance, separated into available, …\nBump the fee of a transaction previously created with this …\nStart building a transaction.\nCalculates the fee of a given transaction. Returns …\nCalculate the FeeRate for a given transaction.\nInforms the wallet that you no longer intend to broadcast …\nUpdate for the wallet’s internal LocalChain.\nHow the transaction is observed as (confirmed or …\nDescriptor for change addresses.\nChecks that the given genesis_hash matches the one loaded …\nChecks that the given network matches the one loaded from …\nGet all the checkpoints the wallet is currently storing …\nCoin selection\nThe confirmation time for transaction containing this utxo\nConfirmed and immediately spendable balance\nCreate a new PersistedWallet with the given persister and …\nBuild a new Wallet.\nCreate a new PersistedWallet with the given async persister…\nBuild a new single descriptor Wallet.\nCreate PersistedWallet with the given WalletPersister.\nCreate PersistedWallet with the given AsyncWalletPersister.\nCreate Wallet without persistence.\nCreate a new Wallet with given params.\nThe derivation index of this wallet. It will return None …\nThe derivation index for the script pubkey in the wallet\nFinds how the wallet derived the script pubkey spk.\nDescriptors\nChecks the expected_descriptor matches exactly what is …\nDescriptor for recipient addresses.\nMacro to write full descriptors with code\nReturn the checksum of the public descriptor associated to …\nErrors that can be thrown by the Wallet\nWallet export\nWhether to try extracting private keys from the provided …\nFinalize a PSBT, i.e., for each input determine if …\nMacro to write descriptor fragments with code\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nRecover a ChangeSet from sqlite database.\nUse a custom genesis_hash.\nget the corresponding PSBT Input for a LocalUtxo\nGet the signers\nGet a single transaction from the wallet as a WalletTx (if …\nReturns the utxo owned by this wallet corresponding to …\nAll coinbase outputs not yet matured\nChild index of this address\nChanges to KeychainTxOutIndex.\nInitialize sqlite tables for wallet tables.\nInitialize the persister and load all data.\nInitialize the persister and load all data.\nAdd a new checkpoint to the wallet’s internal view of …\nAdd a transaction to the wallet’s internal view of the …\nInserts a TxOut at OutPoint into the wallet’s …\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCheck whether or not a value is below dust limit\nReturn whether or not a script is part of this wallet …\nWhether this UTXO is spent or not\nType of keychain\nType of keychain\nIterator over all keychains in this wallet\nExtend the given keychain’s keymap.\nExtend the given keychain’s keymap.\nKey formats\nContains the last active derivation indices per keychain (K…\nReturns the latest checkpoint.\nList all relevant outputs (includes both spent and …\nReturn the list of unspent outputs of this wallet\nList addresses that are revealed but unused.\nLoad a previously PersistedWallet from the given persister …\nBuild Wallet by loading from persistence or ChangeSet.\nLoad a previously PersistedWallet from the given async …\nLoad PersistedWallet with the given WalletPersister.\nLoad PersistedWallet with the given AsyncWalletPersister.\nLoad Wallet without persistence.\nLoad Wallet from the given previously persisted ChangeSet …\nGet a reference to the inner LocalChain.\nChanges to the LocalChain.\nUse custom lookahead value.\nUse custom lookahead value.\nMarks an address used of the given keychain at index.\nMerge another ChangeSet into itself.\nSet network.\nGet the Bitcoin network the wallet is using.\nStores the network type of the transaction data.\nConstruct parameters with provided descriptor and …\nConstruct parameters with default values.\nConstruct parameters with provided descriptor.\nThe index of the next address that you would get if you …\nGet the next unused address for the given keychain, i.e. …\nGet the location of the UTXO\nReference to a transaction output\nPeek an address of the given keychain at index without …\nPersist the given changeset to the persister.\nPersist the given changeset to the persister.\nPersist staged changes of wallet into persister.\nPersist staged changes of wallet into an async persister.\nPersist ChangeSet to sqlite database.\nReturn the spending policies for the wallet’s descriptor\nAdditional functions on the rust-bitcoin Psbt structure.\nReturns the descriptor used to create addresses for a …\nReveal addresses up to and including the target index and …\nAttempt to reveal the next address of the given keychain.\nModule for stuff\nThe weight of the witness data and scriptSig expressed in …\nReturn the secp256k1 context used for all signing …\nCompute the tx’s sent and received Amounts.\nGet the sequence number if an explicit sequence number has …\nSet the keymap for a given keychain.\nSet the keymap for each keychain.\nSign a transaction with all the wallet’s signers, in the …\nWhether we should try to sign a taproot transaction with …\nGeneralized signers\nGet a reference to the inner KeychainTxOutIndex.\nGet a reference of the staged ChangeSet that is yet to be …\nGet a mutable reference of the staged ChangeSet that is …\nCreate a `FullScanRequest for this wallet.\nCreate a partial SyncRequest for this wallet for all …\nTake the staged ChangeSet to be persisted now (if any).\nSpecifies which Taproot script-spend leaves we should sign …\nGet the whole balance visible to the wallet.\nIterate over the transactions in the wallet.\nArray of transactions in the wallet sorted with a …\nWhether the signer should trust the witness_utxo, if the …\nUnconfirmed UTXOs generated by a wallet tx\nGet sum of trusted_pending and confirmed coins.\nWhether to try finalizing the PSBT after the inputs are …\nTransaction builder\nGet a reference to the inner TxGraph.\nChanges to TxGraph.\nThe transaction node (as part of the graph).\nUpdate for the wallet’s internal TxGraph.\nGet the TxOut of the UTXO\nTransaction output\nGet an unbounded script pubkey iterator for the given …\nIterate over transactions in the wallet that are unseen …\nUndoes the effect of mark_used and returns whether the …\nUnconfirmed UTXOs received from an external wallet\nThe UTXO\nGet the version of bdk_wallet at runtime.\nDeterministically generate a unique name given the …\nForeign UTXO outpoint\nPSBT input txid\nBlock hash of connected_to.\nExpected block hash of connected_to, as derived from block.\nThe expected network.\nThe expected genesis hash.\nThe expected descriptor.\nKeychain identifying the descriptor.\nThe network that is loaded.\nThe genesis hash that is loaded.\nThe loaded descriptor.\nTransaction inputs sort function\nTransaction outputs sort function\nThe location of the output.\nThe information about the input we require to add it to a …\nThe nSequence value to set for this input.\nBranch and bound coin selection\nIt’s possible to create spendable output from excess …\nTrait for generalized coin selection algorithms\nResult of a successful coin selection\nDefault coin selection algorithm used by TxBuilder if not …\nRemaining amount after performing coin selection\nWallet’s UTXO set is not enough to cover recipient’s …\nSimple and dumb coin selection\nIt’s not possible to create spendable output from excess …\nOldestFirstCoinSelection always picks the utxo with the …\nPull UTXOs at random until we have enough to meet the …\nSats available for spending\nPerform the coin selection\nDecide if change can be created\nRemaining amount after deducing fees and outgoing outputs\nTotal fee amount for the selected utxos in satoshis\nReturns the argument unchanged.\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).\nThe total value of the inputs selected from the local …\nSats needed for some transaction\nCreate new instance with a target size_of_change and …\nList of outputs selected for use as inputs\nThe total value of the inputs selected.\nEffective amount available to create change after …\nThe calculated fee for the drain TxOut with the selected …\nThreshold to consider amount as dust for this particular …\nThe deducted change output fee\nExceeding amount of current selection over outgoing value …\nA raw scriptpubkey (including pay-to-pubkey) under Legacy …\nA raw scriptpubkey (including pay-to-pubkey) under Legacy …\nA raw scriptpubkey (including pay-to-pubkey) under Legacy …\nAlias for a Descriptor that contains extended derived keys\nScript descriptor\nThe descriptor pubkey, either a single pubkey or an xpub.\nAlias for a Descriptor that can contain extended keys …\nTrait implemented on Descriptors to add a method to …\nThe 0 combinator.\nAlias for the type of maps that represent derivation paths …\nTrait for types which can be converted into an …\nThe consensus key associated with the type. Must be a …\nLegacy ScriptContext To be used as P2SH scripts For …\nThe top-level miniscript abstract syntax tree (AST).\nMultiple extended public keys.\nPay-to-PubKey-Hash\nPay-to-PubKey-Hash\nPay-to-PubKey-Hash\nThe ScriptContext for Miniscript. Additional type …\nSegwitv0 ScriptContext\nPay-to-ScriptHash(includes nested wsh/wpkh/sorted multi)\nPay-to-ScriptHash(includes nested wsh/wpkh/sorted multi)\nPay-to-ScriptHash(includes nested wsh/wpkh/sorted multi)\nSingle public key.\nThe 1 combinator.\nAlias for the type of maps that represent taproot key …\nPay-to-Taproot\nPay-to-Taproot\nPay-to-Taproot\nPay-to-Witness-PubKey-Hash\nPay-to-Witness-PubKey-Hash\nPay-to-Witness-PubKey-Hash\nPay-to-Witness-ScriptHash with Segwitv0 context\nPay-to-Witness-ScriptHash with Segwitv0 context\nPay-to-Witness-ScriptHash with Segwitv0 context\nExtended public key (xpub).\nComputes the Bitcoin address of the descriptor, if one …\nGet a reference to the inner AstElem representing the root …\nReplaces all wildcards (i.e. /*) in the descriptor with a …\nEnumerates all child nodes of the current AST node (self) …\nAttempt to produce a non-malleable witness template given …\nAttempt to produce a malleable witness template given the …\nDepending on script Context, some of the Terminals might …\nDepending on script Context, some of the script resource …\nCheck the consensus + policy(if not disabled) rules that …\nConsensus rules at the Miniscript satisfaction time. It is …\nPolicy rules at the Miniscript satisfaction time. It is …\nCheck the consensus + policy(if not disabled) rules …\nEach context has slightly different rules on what Pks are …\nDepending on ScriptContext, fragments can be malleable. …\nCheck whether the given satisfaction is valid under the …\nDescriptor checksum\nWhether the given miniscript contains a raw pkh fragment\nDeprecated name for Self::at_derivation_index.\nConvert all the public keys in the descriptor to …\nConvert all the public keys in the descriptor to …\nGet the DescriptorType of Descriptor\nEncode as a Bitcoin script\nDescriptor errors\nComputes the the underlying script before any hashing is …\nAdditional information helpful for extra analysis.\nCheck whether the miniscript follows the given Extra …\nExtract the spending policy\nUtility method for deriving the descriptor at each index …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nAdd type information(Type and Extdata) to Miniscript based …\nCreate a new Miniscript from a Terminal node and a Type …\nParse a Miniscript from string and perform sanity checks …\nAttempt to parse an Miniscripts that don’t follow the …\nAttempt to parse an insane(scripts don’t clear sanity …\nParse an expression tree into a descriptor.\nParse an expression tree into a Miniscript. As a general …\nReturns child node with given index, if any\nReturns Option::Some with cloned n’th public key from …\nReturns satisfying non-malleable witness and scriptSig to …\nReturns a possilbly mallable satisfying non-malleable …\nWhether the miniscript contains a combination of timelocks\nWhether the miniscript has repeated Pk or Pkh\nWhether or not the descriptor has any wildcards i.e. /*.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nExtracts the AstElem representing the root of the …\nGet as many descriptors as different paths in this …\nConvert to wallet descriptor\nWhether or not the descriptor has any wildcards\nWhether this descriptor contains a key that has multiple …\nWhether the miniscript is malleable\nCreates a new Iter iterator that will iterate over all …\nCreates a new PkIter iterator that will iterate over all …\nLifting corresponds to conversion of a miniscript into a …\nDepending on script context, the size of a satifaction …\nMaximum size, in bytes, of a satisfying witness. For …\nComputes an upper bound on the weight of a satisfying …\nMaximum number of witness elements used to satisfy the …\nComputes an upper bound on the difference between a …\nLocal helper function to display error messages with …\nCreate a new bare descriptor from witness script Errors …\nCreate a new pk descriptor\nCreate a new PkH descriptor\nCreate a new sh for a given redeem script Errors when …\nCreate a new sh sortedmulti descriptor with threshold k …\nCreate a new sh wrapper for the given wpkh descriptor\nCreate a new sh wrapper for the given wsh descriptor\nCreate a new sh wrapped wpkh from Pk. Errors when …\nCreate a new sh wrapped wsh descriptor with witness script …\nCreate a new sh wrapped wsh sortedmulti descriptor from …\nCreate new tr descriptor Errors when miniscript exceeds …\nCreate a new Wpkh descriptor Will return Err if …\nCreate a new wsh descriptor from witness script Errors …\nCreate a new wsh sorted multi descriptor Errors when …\nA node in the AST.\nOther top level checks that are context specific\nAttempt to parse a Script into Miniscript representation.\nParse a descriptor that may contain secret keys\nAttempt to parse an insane(scripts don’t clear sanity …\nAttempt to parse an miniscript with extra features that …\nGet the len of public key when serialized based on context …\nReturns a plan if the provided assets are sufficient to …\nReturns a plan if the provided assets are sufficient to …\nDescriptor policy\nWhether all spend paths of miniscript require a signature\nChecks whether the descriptor is safe.\nCheck whether the underlying Miniscript is safe under the …\nAttempts to produce a non-malleable satisfying witness and …\nAttempt to produce non-malleable satisfying witness for the\nAttempt to produce a malleable satisfying witness for the …\nComputes the scriptCode of a transaction output.\nComputes the scriptpubkey of the descriptor.\nSize, in bytes of the script-pubkey. If this Miniscript is …\nThe type of signature required for satisfaction\nSubstitutes raw public keys hashes with the public keys as …\nDescriptor templates\nSerialize a descriptor to string with its secret keys\nCheck top level consensus rules.\nCheck whether the top-level is type B\nConverts a descriptor using abstract keys to one using …\nTranslates a struct from one generic to another where the …\nThe correctness and malleability type information for the …\nComputes the scriptSig that will be in place for an …\nWhether the miniscript can exceed the resource …\nCompute the checksum of a descriptor, excludes any …\nError during base58 decoding\nBIP32 error\nErrors related to the parsing and usage of descriptors\nThe provided wallet descriptors are identical\nThe descriptor contains hardened derivation steps on …\nHex decoding error\nInvalid byte found in the descriptor checksum\nThe provided descriptor doesn’t match its checksum\nInvalid HD Key path, such as having a wildcard but a …\nError thrown while working with keys\nMiniscript error\nThe descriptor contains multipath keys\nKey-related error\nError while extracting and manipulating policies\nReturns the argument unchanged.\nCalls U::from(self).\nAbsolute timeclock timestamp\nCan not add to an item that is Satisfaction::None or …\nCan not add to an item that is …\nOptions to build the satisfaction field in the policy\nCan satisfy the policy item\nAn extra condition that must be satisfied but that is out …\nType for a map of sets of Condition items keyed by each set…\nECDSA Signature for a raw public key\nAn extended key fingerprint\nType for a map of folded sets of Condition items keyed by …\nSHA256 then RIPEMD160 preimage hash\nDouble SHA256 preimage hash\nIncompatible conditions (not currently used)\nIndex out of range for an item to satisfy a …\nCan not merge CSV or timelock values unless both are less …\nMulti-signature public keys with threshold count\nCannot satisfy or contribute to the policy item\nDon’t generate satisfaction field\nNot enough items are selected to satisfy a …\nOnly a partial satisfaction of some kind of threshold …\nCan reach the threshold of some kind of threshold policy\nA unique identifier for a key\nDescriptor spending policy\nErrors that can happen while extracting and manipulating …\nAnalyze the given PSBT to check for existing signatures\nLike Psbt variant and also check for expired timelocks\nA legacy public key\nRelative timelock locktime\nRIPEMD160 preimage hash\nRepresent if and how much a policy item is satisfied by …\nAn item that needs to be satisfied\nSchnorr Signature for a raw public key\nSHA256 preimage hash\nThreshold items with threshold count\nA x-only public key\nHow the wallet’s descriptor can satisfy this policy node\nOptional CheckSequenceVerify condition\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturn the conditions that are set by the spending policy …\nReturns a unique id for the SatisfiableItem\nIdentifier for this policy node\nCalls U::from(self).\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 SatisfiableItem is a leaf item\nReturns whether the Satisfaction is a leaf item\nReturns true if there are no extra conditions to verify\nType of this policy node\nReturn whether or not a specific path in the policy tree …\nHow much a given PSBT already satisfies this policy node …\nOptional timelock condition\nCurrent blockchain height\nThe highest confirmation height between the inputs CSV …\nGiven PSBT\nExtra conditions that also need to be satisfied\nExtra conditions that also need to be satisfied\nExtra conditions that also need to be satisfied\nThe items that can be satisfied by the descriptor or are …\nThe items that can be satisfied by the descriptor\nThreshold\nThreshold\nTotal number of items\nTotal number of items\nWhether the items are sorted in lexicographic order (used …\nWhether the items are sorted in lexicographic order (used …\nThe digest value\nThe digest value\nThe digest value\nThe digest value\nThe policy items\nThe raw public key or extended key fingerprint\nThe required threshold count\nThe required threshold count\nThe timelock value\nThe timelock value\nBIP44 template. Expands to pkh(key/44'/{0,1}'/0'/{0,1}/*)\nBIP44 public template. Expands to pkh(key/{0,1}/*)\nBIP49 template. Expands to …\nBIP49 public template. Expands to sh(wpkh(key/{0,1}/*))\nBIP84 template. Expands to wpkh(key/84'/{0,1}'/0'/{0,1}/*)\nBIP84 public template. Expands to wpkh(key/{0,1}/*)\nBIP86 template. Expands to tr(key/86'/{0,1}'/0'/{0,1}/*)\nBIP86 public template. Expands to tr(key/{0,1}/*)\nTrait for descriptor templates that can be built into a …\nType alias for the return type of DescriptorTemplate, …\nP2PKH template. Expands to a descriptor pkh(key)\nP2TR template. Expands to a descriptor tr(key)\nP2WPKH template. Expands to a descriptor wpkh(key)\nP2WPKH-P2SH template. Expands to a descriptor sh(wpkh(key))\nBuild the complete descriptor\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\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).\nError returned from Wallet::build_fee_bump\nThere was an error with coin selection\nDescriptor key conversion error\nError returned from TxBuilder::finish\nThere was a problem with the descriptors passed in\nWhen bumping a tx the fee rate requested is lower than …\nNode doesn’t have data to estimate a fee rate\nWhen bumping a tx the absolute fee requested is lower than …\nTrying to replace a tx that has a sequence >= 0xFFFFFFFE\nRequested LockTime is less than is required to spend from …\nMiniscript PSBT error\nErrors returned by miniscript when updating inconsistent …\nIn order to use the TxBuilder::add_global_xpubs option …\nMissing non_witness_utxo on foreign utxo for given OutPoint\nCannot build a tx without recipients\nmanually_selected_only option is selected but no utxo has …\nOutput created is under the dust limit, 546 satoshis\nReturn error type for …\nThere was a problem while extracting and manipulating …\nPartially signed bitcoin transaction error\nCannot enable RBF with a Sequence >= 0xFFFFFFFE\nCannot enable RBF with Sequence given a required OP_CSV\nSpending policy is not compatible with this KeychainKind\nHappens when trying to bump a transaction that is already …\nThrown when a tx is not found in the internal database\nHappens when trying to spend an UTXO that is not in the …\nHappens when trying to spend an UTXO that is not in the …\nReturn error type for PsbtExt::update_input_with_descriptor\nRequested invalid transaction version ‘0’\nRequested transaction version 1, but at least 2 is needed …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nRequired OP_CSV Sequence\nGiven RBF Sequence\nRequested LockTime\nRequired LockTime\nRequired fee absolute value Amount\nRequired fee rate\nStructure that contains the export of a wallet\nAlias for FullyNodedExport\nEarliest block to rescan when looking for the wallet’s …\nEarliest block to rescan when looking for the wallet’s …\nReturn the internal descriptor, if present\nReturn the external descriptor\nExport a wallet\nReturns the argument unchanged.\nCalls U::from(self).\nArbitrary label for the wallet\nArbitrary label for the wallet\nBIP32 error\nTrait for keys that can be derived.\nContainer for public or secret keys\nThe descriptor pubkey, either a single pubkey or an xpub.\nThe descriptor secret key, either a single private key or …\nType specifying the amount of entropy required e.g. [u8;32]\nReturned error in case of failure\nTrait that adds extra useful methods to ScriptContexts\nEnum for extended keys that can be either xprv or xpub\nA bitcoin public key (compressed or uncompressed).\nTrait that allows generating a key with the default options\nTrait for keys that can be generated\nOutput of a GeneratableKey key generation\nTrait for objects that can be turned into a public or …\nThe key has an invalid checksum\nThe key is not valid for the given network\nThe key cannot exist in the given script context\nThe consensus key associated with the type. Must be a …\nErrors thrown while working with keys\nAlias type for a map of public key to secret key\nLegacy scripts\nCustom error message\nMiniscript error\nMultiple extended private keys.\nMultiple extended public keys.\nExtra options required by the generate_with_entropy\nA private extended key, aka an xprv\nOptions for generating a PrivateKey\nA public extended key, aka an xpub\nThe ScriptContext for Miniscript. Additional type …\nEnum representation of the known valid ScriptContexts\nSegwitv0 scripts\nSingle public key.\nSingle private key.\nA descriptor bitcoin::PrivateKey with optional origin …\nA descriptor SinglePubKey with optional origin information.\nSingle public key without any origin or range information.\nContents of a “sortedmulti” descriptor\nTaproot scripts\nSet of valid networks for a key\nAn xonly public key.\nExtended private key (xpriv).\nExtended public key (xpub).\nCreate a set containing mainnet, testnet, signet, and …\nReturns the ScriptContext as a ScriptContextEnum\nReplaces any wildcard (i.e. /*) in the key with a …\nAttempt to produce a witness template given the assets …\nDepending on script Context, some of the Terminals might …\nDepending on script Context, some of the script resource …\nCheck the consensus + policy(if not disabled) rules that …\nConsensus rules at the Miniscript satisfaction time. It is …\nPolicy rules at the Miniscript satisfaction time. It is …\nCheck the consensus + policy(if not disabled) rules …\nEach context has slightly different rules on what Pks are …\nDepending on ScriptContext, fragments can be malleable. …\nCheck whether the given satisfaction is valid under the …\nWhether the generated key should be “compressed” or not\nDeprecated name for Self::at_derivation_index.\nEncode as a Bitcoin script\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\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 an instance given a public key and a set of valid …\nCreate an instance given a secret key and a set of valid …\nParse an expression tree into a SortedMultiVec\nFull path, from the master key\nReturns a vector containing the full derivation paths from …\nGenerate a key given the options with random entropy.\nGenerate a key with the default options and a random …\nGenerate a key with the default options and a random …\nGenerate a key given the options with random entropy.\nGenerate a key given the extra options and the entropy\nGenerate a key with the default options and a given entropy\nReturn whether or not the key contains the private data\nWhether or not the key has a wildcard\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nTurn the key into a DescriptorKey within the requested …\nConsume self and turn it into a DescriptorKey by adding …\nConsume self and turn it into an ExtendedKey\nConsumes self and returns the key\nGet as many keys as derivation paths in this key.\nGet as many keys as derivation paths in this key.\nTransform the ExtendedKey into an Xpriv for the given …\nTransform the ExtendedKey into an Xpub for the given …\nWhether or not the key has a wildcard\nReturns whether the script context is Legacy\nReturns whether the script context is …\nWhether or not this key has multiple derivation paths.\nWhether or not this key has multiple derivation paths.\nReturns whether the script context is Segwitv0\nReturns whether the script context is …\nReturns whether the script context is Tap, aka Taproot or …\nReturns whether the script context is …\nThe threshold value for the multisig.\nThe public key.\nThe private key.\nCreate a set only containing mainnet\nThe fingerprint of the master key associated with this …\nDepending on script context, the size of a satifaction …\nMaximum size, in bytes, of a satisfying witness. In …\nMaximum number of witness elements used to satisfy the …\nCompute the intersection of two sets\nThe number of keys in the multisig.\nLocal helper function to display error messages with …\nCreate a new instance of SortedMultiVec given a list of …\nOrigin information (fingerprint and derivation path).\nOrigin information (fingerprint and derivation path).\nOther top level checks that are context specific\nOverride the computed set of valid networks\nGet the len of public key when serialized based on context …\nAccessor for the public keys in the multisig.\nutility function to sanity a sorted multi vec\nAttempt to produce a satisfying witness for the witness …\nSize, in bytes of the script-pubkey. If this Miniscript is …\nThe type of signature required for satisfaction\nCreate Terminal::Multi containing sorted pubkeys\nCreate a set containing testnet and regtest\nReturns the public version of this key.\nCheck top level consensus rules.\nCheck whether the top-level is type B\nThis will panic if fpk returns an uncompressed key when …\nTrait to add functions to extract utxos and calculate fees.\nThe total transaction fee amount, sum of input amounts …\nThe transaction’s fee rate. This value will only be …\nGet the TxOut for the specified input index, if it doesn’…\nTable name for schemas.\nRuns logic that initializes/migrates the table schemas.\nThe signer will sign all the leaves it has a key for.\nDummy identifier\nThe signer won’t sign the specified leaves.\nTo be used only by external libraries implementing …\nThe fingerprint of a BIP32 extended key\nThe signer won’t sign leaves other than the ones …\nInput index is out of range\nPSBT Input signer\nThe private key in use has the right fingerprint but …\nThe non_witness_utxo specified is invalid\nInvalid SIGHASH for the signing context in use\nLegacy context\nMiniscript PSBT error\nThe fingerprint and derivation path are missing from the …\nThe private key is missing for the required public key\nThe non_witness_utxo field of the transaction is required …\nThe witness_script field of the transaction is required to …\nThe witness_utxo field of the transaction is required to …\nThe psbt contains a non-SIGHASH_ALL sighash in one of its …\nThe signer won’t sign any leaf.\nBitcoin HASH160 (RIPEMD160 after SHA256) hash of an ECDSA …\nPSBT sign error.\nSegwit v0 context (BIP 143)\nError while computing the hash to sign a Taproot input.\nOptions for a software signer\nCommon signer methods\nSigning context\nSigning error\nIdentifier of a signer in the SignersContainers. Used as a …\nDefines the order in which signers are called\nWrapper to pair a signer with its context\nContainer for multiple signers\nTaproot context (BIP 340)\nCustomize which taproot script-path leaves the signer …\nPSBT signer\nThe user canceled the operation\nAdds an external signer to the container for the specified …\nWhether the signer should use the sighash_type set in the …\nWhether we should grind ECDSA signature to ensure signing …\nCreate a map of public keys to secret keys\nWhether the wallet should assume a specific height has …\nBuild a new signer container from a KeyMap\nReturn the secret key for the signer\nReturn the secret key for the signer\nFinds the signer with lowest ordering for a given id in …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturn the SignerId for this signer\nReturns the list of identifiers of all the signers 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).\nCreate a wrapped signer from a signer and a context\nDefault constructor\nRemoves a signer from the container and returns it\nSign a single psbt input\nSign all the inputs of the psbt\nWhether we should try to sign a taproot transaction with …\nReturns the list of signers in the container, sorted by …\nSpecifies which Taproot script-spend leaves we should sign …\nWhether the signer should trust the witness_utxo, if the …\nWhether to try finalizing the PSBT after the inputs are …\nWhether the signer can sign for the internal key or not\nError returned from TxBuilder::add_foreign_utxo.\nError returned from TxBuilder::add_utxo and …\nUse both change and non-change outputs (default)\nOnly use non-change outputs (see …\nPolicy regarding the use of change outputs when creating a …\nProvide custom comparison functions for sorting\nRequested outpoint doesn’t exist in the tx (vout greater …\nForeign utxo outpoint txid does not match PSBT input txid\nForeign utxo missing witness_utxo or non_witness_utxo\nOnly use change outputs (see TxBuilder::only_spend_change)\nRandomized (default)\nA transaction builder\nOrdering of the transaction’s inputs and outputs\nHappens when trying to spend an UTXO that is not in the …\nUnchanged\nAdd data as an output, using OP_RETURN\nAdd a foreign UTXO i.e. a UTXO not owned by this wallet.\nSame as add_foreign_utxo but allows to set the nSequence …\nFill-in the PSBT_GLOBAL_XPUB field with the extended keys …\nAdd a recipient to the internal list\nAdd a utxo to the internal list of unspendable utxos\nAdd a utxo to the internal list of utxos that must be spent\nAdd the list of outpoints to the internal list of UTXOs …\nSet whether or not the dust limit is checked.\nSet a specific ChangeSpendPolicy. See …\nChoose the coin selection algorithm\nSet the current blockchain height.\nDo not spend change outputs\nSets the address to drain excess coins to.\nSpend all the available inputs. This respects filters like …\nEnable signaling RBF\nEnable signaling RBF with a specific nSequence value\nSet an absolute fee The fee_absolute method refers to the …\nSet a custom fee rate.\nFinish building the transaction.\nFinish building the transaction.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nFill-in the psbt::Output::redeem_script and …\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nOnly spend utxos added by add_utxo.\nUse a specific nLockTime while creating the transaction\nOnly spend change outputs\nOnly Fill-in the psbt::Input::witness_utxo field when …\nChoose the ordering for inputs and outputs of the …\nSet the policy path to use while creating the transaction …\nReplace the recipients already added with a new list\nSign with a specific sig hash\nSort transaction inputs and outputs by TxOrdering variant.\nSort transaction inputs and outputs by TxOrdering variant.\nReplace the internal list of unspendable utxos with a new …\nBuild a transaction with a specific version\nForeign UTXO outpoint\nPSBT input txid\nTransaction inputs sort function\nTransaction outputs sort function") \ 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..d4be82f0e6 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/coin_selection.rs.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/bdk_wallet/wallet/coin_selection.rs.html index d852badad7..4134390054 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/bdk_wallet/wallet/coin_selection.rs.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/bdk_wallet/wallet/coin_selection.rs.html @@ -1598,6 +1598,196 @@ 1598 1599 1600 +1601 +1602 +1603 +1604 +1605 +1606 +1607 +1608 +1609 +1610 +1611 +1612 +1613 +1614 +1615 +1616 +1617 +1618 +1619 +1620 +1621 +1622 +1623 +1624 +1625 +1626 +1627 +1628 +1629 +1630 +1631 +1632 +1633 +1634 +1635 +1636 +1637 +1638 +1639 +1640 +1641 +1642 +1643 +1644 +1645 +1646 +1647 +1648 +1649 +1650 +1651 +1652 +1653 +1654 +1655 +1656 +1657 +1658 +1659 +1660 +1661 +1662 +1663 +1664 +1665 +1666 +1667 +1668 +1669 +1670 +1671 +1672 +1673 +1674 +1675 +1676 +1677 +1678 +1679 +1680 +1681 +1682 +1683 +1684 +1685 +1686 +1687 +1688 +1689 +1690 +1691 +1692 +1693 +1694 +1695 +1696 +1697 +1698 +1699 +1700 +1701 +1702 +1703 +1704 +1705 +1706 +1707 +1708 +1709 +1710 +1711 +1712 +1713 +1714 +1715 +1716 +1717 +1718 +1719 +1720 +1721 +1722 +1723 +1724 +1725 +1726 +1727 +1728 +1729 +1730 +1731 +1732 +1733 +1734 +1735 +1736 +1737 +1738 +1739 +1740 +1741 +1742 +1743 +1744 +1745 +1746 +1747 +1748 +1749 +1750 +1751 +1752 +1753 +1754 +1755 +1756 +1757 +1758 +1759 +1760 +1761 +1762 +1763 +1764 +1765 +1766 +1767 +1768 +1769 +1770 +1771 +1772 +1773 +1774 +1775 +1776 +1777 +1778 +1779 +1780 +1781 +1782 +1783 +1784 +1785 +1786 +1787 +1788 +1789 +1790
    // Bitcoin Dev Kit
     // Written in 2020 by Alekos Filini <alekos.filini@gmail.com>
     //
    @@ -1631,18 +1821,20 @@
     //! # use bdk_wallet::*;
     //! # use bdk_wallet::coin_selection::decide_change;
     //! # use anyhow::Error;
    +//! # use rand_core::RngCore;
     //! #[derive(Debug)]
     //! struct AlwaysSpendEverything;
     //!
     //! impl CoinSelectionAlgorithm for AlwaysSpendEverything {
    -//!     fn coin_select(
    +//!     fn coin_select<R: RngCore>(
     //!         &self,
     //!         required_utxos: Vec<WeightedUtxo>,
     //!         optional_utxos: Vec<WeightedUtxo>,
     //!         fee_rate: FeeRate,
     //!         target_amount: u64,
     //!         drain_script: &Script,
    -//!     ) -> Result<CoinSelectionResult, coin_selection::Error> {
    +//!         rand: &mut R,
    +//!     ) -> Result<CoinSelectionResult, coin_selection::InsufficientFunds> {
     //!         let mut selected_amount = 0;
     //!         let mut additional_weight = Weight::ZERO;
     //!         let all_utxos_selected = required_utxos
    @@ -1663,7 +1855,7 @@
     //!         let additional_fees = (fee_rate * additional_weight).to_sat();
     //!         let amount_needed_with_fees = additional_fees + target_amount;
     //!         if selected_amount < amount_needed_with_fees {
    -//!             return Err(coin_selection::Error::InsufficientFunds {
    +//!             return Err(coin_selection::InsufficientFunds {
     //!                 needed: amount_needed_with_fees,
     //!                 available: selected_amount,
     //!             });
    @@ -1718,44 +1910,31 @@
     use super::utils::shuffle_slice;
     /// Default coin selection algorithm used by [`TxBuilder`](super::tx_builder::TxBuilder) if not
     /// overridden
    -pub type DefaultCoinSelectionAlgorithm = BranchAndBoundCoinSelection;
    +pub type DefaultCoinSelectionAlgorithm = BranchAndBoundCoinSelection<SingleRandomDraw>;
     
    -/// Errors that can be thrown by the [`coin_selection`](crate::wallet::coin_selection) module
    -#[derive(Debug)]
    -pub enum Error {
    -    /// Wallet's UTXO set is not enough to cover recipient's requested plus fee
    -    InsufficientFunds {
    -        /// Sats needed for some transaction
    -        needed: u64,
    -        /// Sats available for spending
    -        available: u64,
    -    },
    -    /// Branch and bound coin selection tries to avoid needing a change by finding the right inputs for
    -    /// the desired outputs plus fee, if there is not such combination this error is thrown
    -    BnBNoExactMatch,
    -    /// Branch and bound coin selection possible attempts with sufficiently big UTXO set could grow
    -    /// exponentially, thus a limit is set, and when hit, this error is thrown
    -    BnBTotalTriesExceeded,
    +/// Wallet's UTXO set is not enough to cover recipient's requested plus fee.
    +///
    +/// This is thrown by [`CoinSelectionAlgorithm`].
    +#[derive(Debug, Clone, PartialEq, Eq)]
    +pub struct InsufficientFunds {
    +    /// Sats needed for some transaction
    +    pub needed: u64,
    +    /// Sats available for spending
    +    pub available: u64,
     }
     
    -impl fmt::Display for Error {
    +impl fmt::Display for InsufficientFunds {
         fn fmt(&self, f: &mut Formatter<'_>) -> fmt::Result {
    -        match self {
    -            Self::InsufficientFunds { needed, available } => write!(
    -                f,
    -                "Insufficient funds: {} sat available of {} sat needed",
    -                available, needed
    -            ),
    -            Self::BnBTotalTriesExceeded => {
    -                write!(f, "Branch and bound coin selection: total tries exceeded")
    -            }
    -            Self::BnBNoExactMatch => write!(f, "Branch and bound coin selection: not exact match"),
    -        }
    +        write!(
    +            f,
    +            "Insufficient funds: {} sat available of {} sat needed",
    +            self.available, self.needed
    +        )
         }
     }
     
     #[cfg(feature = "std")]
    -impl std::error::Error for Error {}
    +impl std::error::Error for InsufficientFunds {}
     
     #[derive(Debug)]
     /// Remaining amount after performing coin selection
    @@ -1816,8 +1995,6 @@
     pub trait CoinSelectionAlgorithm: core::fmt::Debug {
         /// Perform the coin selection
         ///
    -    /// - `database`: a reference to the wallet's database that can be used to lookup additional
    -    ///               details for a specific UTXO
         /// - `required_utxos`: the utxos that must be spent regardless of `target_amount` with their
         ///                     weight cost
         /// - `optional_utxos`: the remaining available utxos to satisfy `target_amount` with their
    @@ -1826,15 +2003,16 @@
         /// - `target_amount`: the outgoing amount in satoshis and the fees already
         ///                    accumulated from added outputs and transaction’s header.
         /// - `drain_script`: the script to use in case of change
    -    #[allow(clippy::too_many_arguments)]
    -    fn coin_select(
    +    /// - `rand`: random number generated used by some coin selection algorithms such as [`SingleRandomDraw`]
    +    fn coin_select<R: RngCore>(
             &self,
             required_utxos: Vec<WeightedUtxo>,
             optional_utxos: Vec<WeightedUtxo>,
             fee_rate: FeeRate,
             target_amount: u64,
             drain_script: &Script,
    -    ) -> Result<CoinSelectionResult, Error>;
    +        rand: &mut R,
    +    ) -> Result<CoinSelectionResult, InsufficientFunds>;
     }
     
     /// Simple and dumb coin selection
    @@ -1845,14 +2023,15 @@
     pub struct LargestFirstCoinSelection;
     
     impl CoinSelectionAlgorithm for LargestFirstCoinSelection {
    -    fn coin_select(
    +    fn coin_select<R: RngCore>(
             &self,
             required_utxos: Vec<WeightedUtxo>,
             mut optional_utxos: Vec<WeightedUtxo>,
             fee_rate: FeeRate,
             target_amount: u64,
             drain_script: &Script,
    -    ) -> Result<CoinSelectionResult, Error> {
    +        _: &mut R,
    +    ) -> Result<CoinSelectionResult, InsufficientFunds> {
             // We put the "required UTXOs" first and make sure the optional UTXOs are sorted,
             // initially smallest to largest, before being reversed with `.rev()`.
             let utxos = {
    @@ -1875,14 +2054,15 @@
     pub struct OldestFirstCoinSelection;
     
     impl CoinSelectionAlgorithm for OldestFirstCoinSelection {
    -    fn coin_select(
    +    fn coin_select<R: RngCore>(
             &self,
             required_utxos: Vec<WeightedUtxo>,
             mut optional_utxos: Vec<WeightedUtxo>,
             fee_rate: FeeRate,
             target_amount: u64,
             drain_script: &Script,
    -    ) -> Result<CoinSelectionResult, Error> {
    +        _: &mut R,
    +    ) -> Result<CoinSelectionResult, InsufficientFunds> {
             // We put the "required UTXOs" first and make sure the optional UTXOs are sorted from
             // oldest to newest according to blocktime
             // For utxo that doesn't exist in DB, they will have lowest priority to be selected
    @@ -1934,7 +2114,7 @@
         fee_rate: FeeRate,
         target_amount: u64,
         drain_script: &Script,
    -) -> Result<CoinSelectionResult, Error> {
    +) -> Result<CoinSelectionResult, InsufficientFunds> {
         let mut selected_amount = 0;
         let mut fee_amount = 0;
         let selected = utxos
    @@ -1959,7 +2139,7 @@
     
         let amount_needed_with_fees = target_amount + fee_amount;
         if selected_amount < amount_needed_with_fees {
    -        return Err(Error::InsufficientFunds {
    +        return Err(InsufficientFunds {
                 needed: amount_needed_with_fees,
                 available: selected_amount,
             });
    @@ -2007,56 +2187,73 @@
     ///
     /// Code adapted from Bitcoin Core's implementation and from Mark Erhardt Master's Thesis: <http://murch.one/wp-content/uploads/2016/11/erhardt2016coinselection.pdf>
     #[derive(Debug, Clone)]
    -pub struct BranchAndBoundCoinSelection {
    +pub struct BranchAndBoundCoinSelection<Cs = SingleRandomDraw> {
         size_of_change: u64,
    +    fallback_algorithm: Cs,
     }
     
    -impl Default for BranchAndBoundCoinSelection {
    +/// Error returned by branch and bond coin selection.
    +#[derive(Debug)]
    +enum BnbError {
    +    /// Branch and bound coin selection tries to avoid needing a change by finding the right inputs for
    +    /// the desired outputs plus fee, if there is not such combination this error is thrown
    +    NoExactMatch,
    +    /// Branch and bound coin selection possible attempts with sufficiently big UTXO set could grow
    +    /// exponentially, thus a limit is set, and when hit, this error is thrown
    +    TotalTriesExceeded,
    +}
    +
    +impl<Cs: Default> Default for BranchAndBoundCoinSelection<Cs> {
         fn default() -> Self {
             Self {
                 // P2WPKH cost of change -> value (8 bytes) + script len (1 bytes) + script (22 bytes)
                 size_of_change: 8 + 1 + 22,
    +            fallback_algorithm: Cs::default(),
             }
         }
     }
     
    -impl BranchAndBoundCoinSelection {
    -    /// Create new instance with target size for change output
    -    pub fn new(size_of_change: u64) -> Self {
    -        Self { size_of_change }
    +impl<Cs> BranchAndBoundCoinSelection<Cs> {
    +    /// Create new instance with a target `size_of_change` and `fallback_algorithm`.
    +    pub fn new(size_of_change: u64, fallback_algorithm: Cs) -> Self {
    +        Self {
    +            size_of_change,
    +            fallback_algorithm,
    +        }
         }
     }
     
     const BNB_TOTAL_TRIES: usize = 100_000;
     
    -impl CoinSelectionAlgorithm for BranchAndBoundCoinSelection {
    -    fn coin_select(
    +impl<Cs: CoinSelectionAlgorithm> CoinSelectionAlgorithm for BranchAndBoundCoinSelection<Cs> {
    +    fn coin_select<R: RngCore>(
             &self,
             required_utxos: Vec<WeightedUtxo>,
             optional_utxos: Vec<WeightedUtxo>,
             fee_rate: FeeRate,
             target_amount: u64,
             drain_script: &Script,
    -    ) -> Result<CoinSelectionResult, Error> {
    +        rand: &mut R,
    +    ) -> Result<CoinSelectionResult, InsufficientFunds> {
             // Mapping every (UTXO, usize) to an output group
    -        let required_utxos: Vec<OutputGroup> = required_utxos
    -            .into_iter()
    -            .map(|u| OutputGroup::new(u, fee_rate))
    +        let required_ogs: Vec<OutputGroup> = required_utxos
    +            .iter()
    +            .map(|u| OutputGroup::new(u.clone(), fee_rate))
                 .collect();
     
             // Mapping every (UTXO, usize) to an output group, filtering UTXOs with a negative
             // effective value
    -        let optional_utxos: Vec<OutputGroup> = optional_utxos
    -            .into_iter()
    -            .map(|u| OutputGroup::new(u, fee_rate))
    +        let optional_ogs: Vec<OutputGroup> = optional_utxos
    +            .iter()
    +            .map(|u| OutputGroup::new(u.clone(), fee_rate))
                 .filter(|u| u.effective_value.is_positive())
                 .collect();
     
    -        let curr_value = required_utxos
    +        let curr_value = required_ogs
                 .iter()
                 .fold(0, |acc, x| acc + x.effective_value);
     
    -        let curr_available_value = optional_utxos
    +        let curr_available_value = optional_ogs
                 .iter()
                 .fold(0, |acc, x| acc + x.effective_value);
     
    @@ -2080,57 +2277,63 @@
                 _ => {
                     // Assume we spend all the UTXOs we can (all the required + all the optional with
                     // positive effective value), sum their value and their fee cost.
    -                let (utxo_fees, utxo_value) = required_utxos
    -                    .iter()
    -                    .chain(optional_utxos.iter())
    -                    .fold((0, 0), |(mut fees, mut value), utxo| {
    +                let (utxo_fees, utxo_value) = required_ogs.iter().chain(optional_ogs.iter()).fold(
    +                    (0, 0),
    +                    |(mut fees, mut value), utxo| {
                             fees += utxo.fee;
                             value += utxo.weighted_utxo.utxo.txout().value.to_sat();
     
                             (fees, value)
    -                    });
    +                    },
    +                );
     
                     // Add to the target the fee cost of the UTXOs
    -                return Err(Error::InsufficientFunds {
    +                return Err(InsufficientFunds {
                         needed: target_amount + utxo_fees,
                         available: utxo_value,
                     });
                 }
             }
     
    -        let target_amount = target_amount
    +        let signed_target_amount = target_amount
                 .try_into()
                 .expect("Bitcoin amount to fit into i64");
     
    -        if curr_value > target_amount {
    +        if curr_value > signed_target_amount {
                 // remaining_amount can't be negative as that would mean the
                 // selection wasn't successful
                 // target_amount = amount_needed + (fee_amount - vin_fees)
    -            let remaining_amount = (curr_value - target_amount) as u64;
    +            let remaining_amount = (curr_value - signed_target_amount) as u64;
     
                 let excess = decide_change(remaining_amount, fee_rate, drain_script);
     
    -            return Ok(BranchAndBoundCoinSelection::calculate_cs_result(
    -                vec![],
    -                required_utxos,
    -                excess,
    -            ));
    +            return Ok(calculate_cs_result(vec![], required_ogs, excess));
             }
     
    -        self.bnb(
    -            required_utxos.clone(),
    -            optional_utxos.clone(),
    +        match self.bnb(
    +            required_ogs.clone(),
    +            optional_ogs.clone(),
                 curr_value,
                 curr_available_value,
    -            target_amount,
    +            signed_target_amount,
                 cost_of_change,
                 drain_script,
                 fee_rate,
    -        )
    +        ) {
    +            Ok(r) => Ok(r),
    +            Err(_) => self.fallback_algorithm.coin_select(
    +                required_utxos,
    +                optional_utxos,
    +                fee_rate,
    +                target_amount,
    +                drain_script,
    +                rand,
    +            ),
    +        }
         }
     }
     
    -impl BranchAndBoundCoinSelection {
    +impl<Cs> BranchAndBoundCoinSelection<Cs> {
         // TODO: make this more Rust-onic :)
         // (And perhaps refactor with less arguments?)
         #[allow(clippy::too_many_arguments)]
    @@ -2144,7 +2347,7 @@
             cost_of_change: u64,
             drain_script: &Script,
             fee_rate: FeeRate,
    -    ) -> Result<CoinSelectionResult, Error> {
    +    ) -> Result<CoinSelectionResult, BnbError> {
             // current_selection[i] will contain true if we are using optional_utxos[i],
             // false otherwise. Note that current_selection.len() could be less than
             // optional_utxos.len(), it just means that we still haven't decided if we should keep
    @@ -2200,7 +2403,7 @@
                         // We have walked back to the first utxo and no branch is untraversed. All solutions searched
                         // If best selection is empty, then there's no exact match
                         if best_selection.is_empty() {
    -                        return Err(Error::BnBNoExactMatch);
    +                        return Err(BnbError::NoExactMatch);
                         }
                         break;
                     }
    @@ -2227,7 +2430,7 @@
     
             // Check for solution
             if best_selection.is_empty() {
    -            return Err(Error::BnBTotalTriesExceeded);
    +            return Err(BnbError::TotalTriesExceeded);
             }
     
             // Set output set
    @@ -2246,30 +2449,32 @@
     
             let excess = decide_change(remaining_amount, fee_rate, drain_script);
     
    -        Ok(BranchAndBoundCoinSelection::calculate_cs_result(
    -            selected_utxos,
    -            required_utxos,
    -            excess,
    -        ))
    +        Ok(calculate_cs_result(selected_utxos, required_utxos, excess))
         }
    +}
     
    -    fn calculate_cs_result(
    -        mut selected_utxos: Vec<OutputGroup>,
    -        mut required_utxos: Vec<OutputGroup>,
    -        excess: Excess,
    -    ) -> CoinSelectionResult {
    -        selected_utxos.append(&mut required_utxos);
    -        let fee_amount = selected_utxos.iter().map(|u| u.fee).sum::<u64>();
    -        let selected = selected_utxos
    -            .into_iter()
    -            .map(|u| u.weighted_utxo.utxo)
    -            .collect::<Vec<_>>();
    +/// Pull UTXOs at random until we have enough to meet the target.
    +#[derive(Debug, Clone, Copy, Default)]
    +pub struct SingleRandomDraw;
     
    -        CoinSelectionResult {
    -            selected,
    -            fee_amount,
    -            excess,
    -        }
    +impl CoinSelectionAlgorithm for SingleRandomDraw {
    +    fn coin_select<R: RngCore>(
    +        &self,
    +        required_utxos: Vec<WeightedUtxo>,
    +        optional_utxos: Vec<WeightedUtxo>,
    +        fee_rate: FeeRate,
    +        target_amount: u64,
    +        drain_script: &Script,
    +        rand: &mut R,
    +    ) -> Result<CoinSelectionResult, InsufficientFunds> {
    +        Ok(single_random_draw(
    +            required_utxos,
    +            optional_utxos,
    +            target_amount,
    +            drain_script,
    +            fee_rate,
    +            rand,
    +        ))
         }
     }
     
    @@ -2322,7 +2527,26 @@
     
         let excess = decide_change(remaining_amount, fee_rate, drain_script);
     
    -    BranchAndBoundCoinSelection::calculate_cs_result(selected_utxos.1, required_utxos, excess)
    +    calculate_cs_result(selected_utxos.1, required_utxos, excess)
    +}
    +
    +fn calculate_cs_result(
    +    mut selected_utxos: Vec<OutputGroup>,
    +    mut required_utxos: Vec<OutputGroup>,
    +    excess: Excess,
    +) -> CoinSelectionResult {
    +    selected_utxos.append(&mut required_utxos);
    +    let fee_amount = selected_utxos.iter().map(|u| u.fee).sum::<u64>();
    +    let selected = selected_utxos
    +        .into_iter()
    +        .map(|u| u.weighted_utxo.utxo)
    +        .collect::<Vec<_>>();
    +
    +    CoinSelectionResult {
    +        selected,
    +        fee_amount,
    +        excess,
    +    }
     }
     
     /// Remove duplicate UTXOs.
    @@ -2358,7 +2582,7 @@
         use crate::wallet::coin_selection::filter_duplicates;
     
         use rand::prelude::SliceRandom;
    -    use rand::{Rng, RngCore, SeedableRng};
    +    use rand::{thread_rng, Rng, RngCore, SeedableRng};
     
         // signature len (1WU) + signature and sighash (72WU)
         // + pubkey len (1WU) + pubkey (33WU)
    @@ -2494,6 +2718,14 @@
                 .sum()
         }
     
    +    fn calc_target_amount(utxos: &[WeightedUtxo], fee_rate: FeeRate) -> u64 {
    +        utxos
    +            .iter()
    +            .cloned()
    +            .map(|utxo| u64::try_from(OutputGroup::new(utxo, fee_rate).effective_value).unwrap())
    +            .sum()
    +    }
    +
         #[test]
         fn test_largest_first_coin_selection_success() {
             let utxos = get_test_utxos();
    @@ -2507,6 +2739,7 @@
                     FeeRate::from_sat_per_vb_unchecked(1),
                     target_amount,
                     &drain_script,
    +                &mut thread_rng(),
                 )
                 .unwrap();
     
    @@ -2528,6 +2761,7 @@
                     FeeRate::from_sat_per_vb_unchecked(1),
                     target_amount,
                     &drain_script,
    +                &mut thread_rng(),
                 )
                 .unwrap();
     
    @@ -2549,6 +2783,7 @@
                     FeeRate::from_sat_per_vb_unchecked(1),
                     target_amount,
                     &drain_script,
    +                &mut thread_rng(),
                 )
                 .unwrap();
     
    @@ -2571,6 +2806,7 @@
                     FeeRate::from_sat_per_vb_unchecked(1),
                     target_amount,
                     &drain_script,
    +                &mut thread_rng(),
                 )
                 .unwrap();
         }
    @@ -2589,6 +2825,7 @@
                     FeeRate::from_sat_per_vb_unchecked(1000),
                     target_amount,
                     &drain_script,
    +                &mut thread_rng(),
                 )
                 .unwrap();
         }
    @@ -2606,6 +2843,7 @@
                     FeeRate::from_sat_per_vb_unchecked(1),
                     target_amount,
                     &drain_script,
    +                &mut thread_rng(),
                 )
                 .unwrap();
     
    @@ -2627,6 +2865,7 @@
                     FeeRate::from_sat_per_vb_unchecked(1),
                     target_amount,
                     &drain_script,
    +                &mut thread_rng(),
                 )
                 .unwrap();
     
    @@ -2648,6 +2887,7 @@
                     FeeRate::from_sat_per_vb_unchecked(1),
                     target_amount,
                     &drain_script,
    +                &mut thread_rng(),
                 )
                 .unwrap();
     
    @@ -2670,6 +2910,7 @@
                     FeeRate::from_sat_per_vb_unchecked(1),
                     target_amount,
                     &drain_script,
    +                &mut thread_rng(),
                 )
                 .unwrap();
         }
    @@ -2693,12 +2934,12 @@
                     FeeRate::from_sat_per_vb_unchecked(1000),
                     target_amount,
                     &drain_script,
    +                &mut thread_rng(),
                 )
                 .unwrap();
         }
     
         #[test]
    -    #[ignore = "SRD fn was moved out of BnB"]
         fn test_bnb_coin_selection_success() {
             // In this case bnb won't find a suitable match and single random draw will
             // select three outputs
    @@ -2706,13 +2947,14 @@
             let drain_script = ScriptBuf::default();
             let target_amount = 250_000 + FEE_AMOUNT;
     
    -        let result = BranchAndBoundCoinSelection::default()
    +        let result = BranchAndBoundCoinSelection::<SingleRandomDraw>::default()
                 .coin_select(
                     vec![],
                     utxos,
                     FeeRate::from_sat_per_vb_unchecked(1),
                     target_amount,
                     &drain_script,
    +                &mut thread_rng(),
                 )
                 .unwrap();
     
    @@ -2727,13 +2969,14 @@
             let drain_script = ScriptBuf::default();
             let target_amount = 20_000 + FEE_AMOUNT;
     
    -        let result = BranchAndBoundCoinSelection::default()
    +        let result = BranchAndBoundCoinSelection::<SingleRandomDraw>::default()
                 .coin_select(
                     utxos.clone(),
                     utxos,
                     FeeRate::from_sat_per_vb_unchecked(1),
                     target_amount,
                     &drain_script,
    +                &mut thread_rng(),
                 )
                 .unwrap();
     
    @@ -2743,19 +2986,21 @@
         }
     
         #[test]
    -    #[ignore = "no exact match for bnb, previously fell back to SRD"]
         fn test_bnb_coin_selection_optional_are_enough() {
             let utxos = get_test_utxos();
             let drain_script = ScriptBuf::default();
    -        let target_amount = 299756 + FEE_AMOUNT;
    +        let fee_rate = FeeRate::BROADCAST_MIN;
    +        // first and third utxo's effective value
    +        let target_amount = calc_target_amount(&[utxos[0].clone(), utxos[2].clone()], fee_rate);
     
    -        let result = BranchAndBoundCoinSelection::default()
    +        let result = BranchAndBoundCoinSelection::<SingleRandomDraw>::default()
                 .coin_select(
                     vec![],
                     utxos,
    -                FeeRate::from_sat_per_vb_unchecked(1),
    +                fee_rate,
                     target_amount,
                     &drain_script,
    +                &mut thread_rng(),
                 )
                 .unwrap();
     
    @@ -2785,7 +3030,6 @@
         }
     
         #[test]
    -    #[ignore]
         fn test_bnb_coin_selection_required_not_enough() {
             let utxos = get_test_utxos();
     
    @@ -2804,15 +3048,18 @@
             assert!(amount > 150_000);
             let drain_script = ScriptBuf::default();
     
    -        let target_amount = 150_000 + FEE_AMOUNT;
    +        let fee_rate = FeeRate::BROADCAST_MIN;
    +        // first and third utxo's effective value
    +        let target_amount = calc_target_amount(&[utxos[0].clone(), utxos[2].clone()], fee_rate);
     
    -        let result = BranchAndBoundCoinSelection::default()
    +        let result = BranchAndBoundCoinSelection::<SingleRandomDraw>::default()
                 .coin_select(
                     required,
                     optional,
    -                FeeRate::from_sat_per_vb_unchecked(1),
    +                fee_rate,
                     target_amount,
                     &drain_script,
    +                &mut thread_rng(),
                 )
                 .unwrap();
     
    @@ -2828,13 +3075,14 @@
             let drain_script = ScriptBuf::default();
             let target_amount = 500_000 + FEE_AMOUNT;
     
    -        BranchAndBoundCoinSelection::default()
    +        BranchAndBoundCoinSelection::<SingleRandomDraw>::default()
                 .coin_select(
                     vec![],
                     utxos,
                     FeeRate::from_sat_per_vb_unchecked(1),
                     target_amount,
                     &drain_script,
    +                &mut thread_rng(),
                 )
                 .unwrap();
         }
    @@ -2846,13 +3094,14 @@
             let drain_script = ScriptBuf::default();
             let target_amount = 250_000 + FEE_AMOUNT;
     
    -        BranchAndBoundCoinSelection::default()
    +        BranchAndBoundCoinSelection::<SingleRandomDraw>::default()
                 .coin_select(
                     vec![],
                     utxos,
                     FeeRate::from_sat_per_vb_unchecked(1000),
                     target_amount,
                     &drain_script,
    +                &mut thread_rng(),
                 )
                 .unwrap();
         }
    @@ -2861,11 +3110,19 @@
         fn test_bnb_coin_selection_check_fee_rate() {
             let utxos = get_test_utxos();
             let drain_script = ScriptBuf::default();
    -        let target_amount = 99932; // first utxo's effective value
    -        let feerate = FeeRate::BROADCAST_MIN;
    +        let fee_rate = FeeRate::BROADCAST_MIN;
    +        // first utxo's effective value
    +        let target_amount = calc_target_amount(&utxos[0..1], fee_rate);
     
    -        let result = BranchAndBoundCoinSelection::new(0)
    -            .coin_select(vec![], utxos, feerate, target_amount, &drain_script)
    +        let result = BranchAndBoundCoinSelection::<SingleRandomDraw>::default()
    +            .coin_select(
    +                vec![],
    +                utxos,
    +                fee_rate,
    +                target_amount,
    +                &drain_script,
    +                &mut thread_rng(),
    +            )
                 .unwrap();
     
             assert_eq!(result.selected.len(), 1);
    @@ -2874,7 +3131,7 @@
                 TxIn::default().segwit_weight().to_wu() + P2WPKH_SATISFACTION_SIZE as u64;
             // the final fee rate should be exactly the same as the fee rate given
             let result_feerate = Amount::from_sat(result.fee_amount) / Weight::from_wu(input_weight);
    -        assert_eq!(result_feerate, feerate);
    +        assert_eq!(result_feerate, fee_rate);
         }
     
         #[test]
    @@ -2886,13 +3143,14 @@
                 let mut optional_utxos = generate_random_utxos(&mut rng, 16);
                 let target_amount = sum_random_utxos(&mut rng, &mut optional_utxos);
                 let drain_script = ScriptBuf::default();
    -            let result = BranchAndBoundCoinSelection::new(0)
    +            let result = BranchAndBoundCoinSelection::<SingleRandomDraw>::default()
                     .coin_select(
                         vec![],
                         optional_utxos,
                         FeeRate::ZERO,
                         target_amount,
                         &drain_script,
    +                    &mut thread_rng(),
                     )
                     .unwrap();
                 assert_eq!(result.selected_amount(), target_amount);
    @@ -2900,7 +3158,7 @@
         }
     
         #[test]
    -    #[should_panic(expected = "BnBNoExactMatch")]
    +    #[should_panic(expected = "NoExactMatch")]
         fn test_bnb_function_no_exact_match() {
             let fee_rate = FeeRate::from_sat_per_vb_unchecked(10);
             let utxos: Vec<OutputGroup> = get_test_utxos()
    @@ -2915,7 +3173,7 @@
     
             let drain_script = ScriptBuf::default();
             let target_amount = 20_000 + FEE_AMOUNT;
    -        BranchAndBoundCoinSelection::new(size_of_change)
    +        BranchAndBoundCoinSelection::<SingleRandomDraw>::default()
                 .bnb(
                     vec![],
                     utxos,
    @@ -2930,7 +3188,7 @@
         }
     
         #[test]
    -    #[should_panic(expected = "BnBTotalTriesExceeded")]
    +    #[should_panic(expected = "TotalTriesExceeded")]
         fn test_bnb_function_tries_exceeded() {
             let fee_rate = FeeRate::from_sat_per_vb_unchecked(10);
             let utxos: Vec<OutputGroup> = generate_same_value_utxos(100_000, 100_000)
    @@ -2946,7 +3204,7 @@
     
             let drain_script = ScriptBuf::default();
     
    -        BranchAndBoundCoinSelection::new(size_of_change)
    +        BranchAndBoundCoinSelection::<SingleRandomDraw>::default()
                 .bnb(
                     vec![],
                     utxos,
    @@ -2982,7 +3240,7 @@
     
             let drain_script = ScriptBuf::default();
     
    -        let result = BranchAndBoundCoinSelection::new(size_of_change)
    +        let result = BranchAndBoundCoinSelection::<SingleRandomDraw>::default()
                 .bnb(
                     vec![],
                     utxos,
    @@ -3022,7 +3280,7 @@
     
                 let drain_script = ScriptBuf::default();
     
    -            let result = BranchAndBoundCoinSelection::new(0)
    +            let result = BranchAndBoundCoinSelection::<SingleRandomDraw>::default()
                     .bnb(
                         vec![],
                         optional_utxos,
    @@ -3043,17 +3301,18 @@
             let utxos = get_test_utxos();
             let drain_script = ScriptBuf::default();
     
    -        let selection = BranchAndBoundCoinSelection::default().coin_select(
    +        let selection = BranchAndBoundCoinSelection::<SingleRandomDraw>::default().coin_select(
                 vec![],
                 utxos,
                 FeeRate::from_sat_per_vb_unchecked(10),
                 500_000,
                 &drain_script,
    +            &mut thread_rng(),
             );
     
             assert_matches!(
                 selection,
    -            Err(Error::InsufficientFunds {
    +            Err(InsufficientFunds {
                     available: 300_000,
                     ..
                 })
    @@ -3069,17 +3328,18 @@
                 |u| matches!(u, WeightedUtxo { utxo, .. } if utxo.txout().value.to_sat() < 1000),
             );
     
    -        let selection = BranchAndBoundCoinSelection::default().coin_select(
    +        let selection = BranchAndBoundCoinSelection::<SingleRandomDraw>::default().coin_select(
                 required,
                 optional,
                 FeeRate::from_sat_per_vb_unchecked(10),
                 500_000,
                 &drain_script,
    +            &mut thread_rng(),
             );
     
             assert_matches!(
                 selection,
    -            Err(Error::InsufficientFunds {
    +            Err(InsufficientFunds {
                     available: 300_010,
                     ..
                 })
    @@ -3091,23 +3351,46 @@
             let utxos = get_test_utxos();
             let drain_script = ScriptBuf::default();
     
    -        let selection = BranchAndBoundCoinSelection::default().coin_select(
    +        let selection = BranchAndBoundCoinSelection::<SingleRandomDraw>::default().coin_select(
                 utxos,
                 vec![],
                 FeeRate::from_sat_per_vb_unchecked(10_000),
                 500_000,
                 &drain_script,
    +            &mut thread_rng(),
             );
     
             assert_matches!(
                 selection,
    -            Err(Error::InsufficientFunds {
    +            Err(InsufficientFunds {
                     available: 300_010,
                     ..
                 })
             );
         }
     
    +    #[test]
    +    fn test_bnb_fallback_algorithm() {
    +        // utxo value
    +        // 120k + 80k + 300k
    +        let optional_utxos = get_oldest_first_test_utxos();
    +        let feerate = FeeRate::BROADCAST_MIN;
    +        let target_amount = 190_000;
    +        let drain_script = ScriptBuf::new();
    +        // bnb won't find exact match and should select oldest first
    +        let res = BranchAndBoundCoinSelection::<OldestFirstCoinSelection>::default()
    +            .coin_select(
    +                vec![],
    +                optional_utxos,
    +                feerate,
    +                target_amount,
    +                &drain_script,
    +                &mut thread_rng(),
    +            )
    +            .unwrap();
    +        assert_eq!(res.selected_amount(), 200_000);
    +    }
    +
         #[test]
         fn test_filter_duplicates() {
             fn utxo(txid: &str, value: u64) -> WeightedUtxo {
    @@ -3197,5 +3480,102 @@
                 );
             }
         }
    +
    +    #[test]
    +    fn test_deterministic_coin_selection_picks_same_utxos() {
    +        enum CoinSelectionAlgo {
    +            BranchAndBound,
    +            OldestFirst,
    +            LargestFirst,
    +        }
    +
    +        struct TestCase<'a> {
    +            name: &'a str,
    +            coin_selection_algo: CoinSelectionAlgo,
    +            exp_vouts: &'a [u32],
    +        }
    +
    +        let test_cases = [
    +            TestCase {
    +                name: "branch and bound",
    +                coin_selection_algo: CoinSelectionAlgo::BranchAndBound,
    +                // note: we expect these to be sorted largest first, which indicates
    +                // BnB succeeded with no fallback
    +                exp_vouts: &[29, 28, 27],
    +            },
    +            TestCase {
    +                name: "oldest first",
    +                coin_selection_algo: CoinSelectionAlgo::OldestFirst,
    +                exp_vouts: &[0, 1, 2],
    +            },
    +            TestCase {
    +                name: "largest first",
    +                coin_selection_algo: CoinSelectionAlgo::LargestFirst,
    +                exp_vouts: &[29, 28, 27],
    +            },
    +        ];
    +
    +        let optional = generate_same_value_utxos(100_000, 30);
    +        let fee_rate = FeeRate::from_sat_per_vb_unchecked(1);
    +        let target_amount = calc_target_amount(&optional[0..3], fee_rate);
    +        assert_eq!(target_amount, 299_796);
    +        let drain_script = ScriptBuf::default();
    +
    +        for tc in test_cases {
    +            let optional = optional.clone();
    +
    +            let result = match tc.coin_selection_algo {
    +                CoinSelectionAlgo::BranchAndBound => {
    +                    BranchAndBoundCoinSelection::<SingleRandomDraw>::default().coin_select(
    +                        vec![],
    +                        optional,
    +                        fee_rate,
    +                        target_amount,
    +                        &drain_script,
    +                        &mut thread_rng(),
    +                    )
    +                }
    +                CoinSelectionAlgo::OldestFirst => OldestFirstCoinSelection.coin_select(
    +                    vec![],
    +                    optional,
    +                    fee_rate,
    +                    target_amount,
    +                    &drain_script,
    +                    &mut thread_rng(),
    +                ),
    +                CoinSelectionAlgo::LargestFirst => LargestFirstCoinSelection.coin_select(
    +                    vec![],
    +                    optional,
    +                    fee_rate,
    +                    target_amount,
    +                    &drain_script,
    +                    &mut thread_rng(),
    +                ),
    +            };
    +
    +            assert!(result.is_ok(), "coin_select failed {}", tc.name);
    +            let result = result.unwrap();
    +            assert!(matches!(result.excess, Excess::NoChange { .. },));
    +            assert_eq!(
    +                result.selected.len(),
    +                3,
    +                "wrong selected len for {}",
    +                tc.name
    +            );
    +            assert_eq!(
    +                result.selected_amount(),
    +                300_000,
    +                "wrong selected amount for {}",
    +                tc.name
    +            );
    +            assert_eq!(result.fee_amount, 204, "wrong fee amount for {}", tc.name);
    +            let vouts = result
    +                .selected
    +                .iter()
    +                .map(|utxo| utxo.outpoint().vout)
    +                .collect::<Vec<u32>>();
    +            assert_eq!(vouts, tc.exp_vouts, "wrong selected vouts for {}", tc.name);
    +        }
    +    }
     }
     

    \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/bdk_wallet/wallet/error.rs.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/bdk_wallet/wallet/error.rs.html index 16e8ab3fcb..63e272bc58 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/bdk_wallet/wallet/error.rs.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/bdk_wallet/wallet/error.rs.html @@ -349,7 +349,7 @@ /// Output created is under the dust limit, 546 satoshis OutputBelowDustLimit(usize), /// There was an error with coin selection - CoinSelection(coin_selection::Error), + CoinSelection(coin_selection::InsufficientFunds), /// Cannot build a tx without recipients NoRecipients, /// Partially signed bitcoin transaction error @@ -464,8 +464,8 @@ } } -impl From<coin_selection::Error> for CreateTxError { - fn from(err: coin_selection::Error) -> Self { +impl From<coin_selection::InsufficientFunds> for CreateTxError { + fn from(err: coin_selection::InsufficientFunds) -> Self { CreateTxError::CoinSelection(err) } } 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 31982e2683..395ca66850 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 @@ -2663,23 +2663,6 @@ 2663 2664 2665 -2666 -2667 -2668 -2669 -2670 -2671 -2672 -2673 -2674 -2675 -2676 -2677 -2678 -2679 -2680 -2681 -2682
    // Bitcoin Dev Kit
     // Written in 2020 by Alekos Filini <alekos.filini@gmail.com>
     //
    @@ -2757,7 +2740,7 @@
     
     pub use utils::IsDust;
     
    -use coin_selection::DefaultCoinSelectionAlgorithm;
    +use coin_selection::{DefaultCoinSelectionAlgorithm, InsufficientFunds};
     use signer::{SignOptions, SignerOrdering, SignersContainer, TransactionSigner};
     use tx_builder::{FeePolicy, TxBuilder, TxParams};
     use utils::{check_nsequence_rbf, After, Older, SecpCtx};
    @@ -2773,8 +2756,6 @@
     use crate::wallet::coin_selection::Excess::{self, Change, NoChange};
     use crate::wallet::error::{BuildFeeBumpError, CreateTxError, MiniscriptPsbtError};
     
    -use self::coin_selection::Error;
    -
     const COINBASE_MATURITY: u32 = 100;
     
     /// A Bitcoin wallet
    @@ -4182,31 +4163,16 @@
             let (required_utxos, optional_utxos) =
                 coin_selection::filter_duplicates(required_utxos, optional_utxos);
     
    -        let coin_selection = match coin_selection.coin_select(
    -            required_utxos.clone(),
    -            optional_utxos.clone(),
    -            fee_rate,
    -            outgoing.to_sat() + fee_amount.to_sat(),
    -            &drain_script,
    -        ) {
    -            Ok(res) => res,
    -            Err(e) => match e {
    -                coin_selection::Error::InsufficientFunds { .. } => {
    -                    return Err(CreateTxError::CoinSelection(e));
    -                }
    -                coin_selection::Error::BnBNoExactMatch
    -                | coin_selection::Error::BnBTotalTriesExceeded => {
    -                    coin_selection::single_random_draw(
    -                        required_utxos,
    -                        optional_utxos,
    -                        outgoing.to_sat() + fee_amount.to_sat(),
    -                        &drain_script,
    -                        fee_rate,
    -                        rng,
    -                    )
    -                }
    -            },
    -        };
    +        let coin_selection = coin_selection
    +            .coin_select(
    +                required_utxos.clone(),
    +                optional_utxos.clone(),
    +                fee_rate,
    +                outgoing.to_sat() + fee_amount.to_sat(),
    +                &drain_script,
    +                rng,
    +            )
    +            .map_err(CreateTxError::CoinSelection)?;
             fee_amount += Amount::from_sat(coin_selection.fee_amount);
             let excess = &coin_selection.excess;
     
    @@ -4236,7 +4202,7 @@
                         change_fee,
                     } = excess
                     {
    -                    return Err(CreateTxError::CoinSelection(Error::InsufficientFunds {
    +                    return Err(CreateTxError::CoinSelection(InsufficientFunds {
                             needed: *dust_threshold,
                             available: remaining_amount.saturating_sub(*change_fee),
                         }));
    @@ -5342,7 +5308,7 @@
                     script_pubkey: address.script_pubkey(),
                 }],
             };
    -        let txid = tx.txid();
    +        let txid = tx.compute_txid();
             let block_id = BlockId { height: 500, hash: BlockHash::all_zeros() };
             let _ = wallet.insert_checkpoint(block_id);
             let _ = wallet.insert_checkpoint(BlockId { height: 1_000, hash: BlockHash::all_zeros() });
    diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/clone/trait.Clone.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/clone/trait.Clone.js
    index 133a489774..e0a7c0c285 100644
    --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/clone/trait.Clone.js
    +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/clone/trait.Clone.js
    @@ -1,7 +1,7 @@
     (function() {var implementors = {
     "bdk_chain":[["impl Clone for ConfirmationTime"],["impl Clone for ApplyHeaderError"],["impl Clone for ChangeSet"],["impl Clone for AlterCheckPointError"],["impl Clone for CannotConnectError"],["impl Clone for ChangeSet"],["impl Clone for LocalChain"],["impl Clone for MissingGenesisError"],["impl Clone for Balance"],["impl Clone for DescriptorId"],["impl<'a, T: Clone, A: Clone> Clone for CanonicalTx<'a, T, A>"],["impl<'a, T: Clone, A: Clone> Clone for TxNode<'a, T, A>"],["impl<A: Clone> Clone for ChainPosition<A>"],["impl<A: Clone> Clone for FullTxOut<A>"],["impl<A: Clone> Clone for ChangeSet<A>"],["impl<A: Clone> Clone for TxGraph<A>"],["impl<A: Clone, IA: Clone> Clone for ChangeSet<A, IA>"],["impl<D: Clone> Clone for SpkIterator<D>"],["impl<I: Clone> Clone for SpkTxOutIndex<I>"],["impl<K: Clone> Clone for InsertDescriptorError<K>"],["impl<K: Clone> Clone for KeychainTxOutIndex<K>"]],
     "bdk_core":[["impl Clone for SyncProgress"],["impl Clone for BlockId"],["impl Clone for CheckPoint"],["impl Clone for ConfirmationBlockTime"],["impl<'i, I: Clone> Clone for SyncItem<'i, I>"],["impl<A: Clone> Clone for TxUpdate<A>"]],
    -"bdk_wallet":[["impl Clone for PkOrF"],["impl Clone for Satisfaction"],["impl Clone for SatisfiableItem"],["impl Clone for KeychainKind"],["impl Clone for Utxo"],["impl Clone for MiniscriptPsbtError"],["impl Clone for ScriptContextEnum"],["impl Clone for SignerContext"],["impl Clone for SignerId"],["impl Clone for TapLeavesOptions"],["impl Clone for ChangeSpendPolicy"],["impl Clone for TxOrdering"],["impl Clone for BranchAndBoundCoinSelection"],["impl Clone for LargestFirstCoinSelection"],["impl Clone for OldestFirstCoinSelection"],["impl Clone for Condition"],["impl Clone for Policy"],["impl Clone for PrivateKeyGenerateOptions"],["impl Clone for SignOptions"],["impl Clone for SignerOrdering"],["impl Clone for SignersContainer"],["impl Clone for AddressInfo"],["impl Clone for ChangeSet"],["impl Clone for LocalOutput"],["impl Clone for Update"],["impl Clone for WeightedUtxo"],["impl<'a> Clone for BuildSatisfaction<'a>"],["impl<'a, Cs: Clone> Clone for TxBuilder<'a, Cs>"],["impl<K: Clone + DerivableKey<Legacy>> Clone for Bip44<K>"],["impl<K: Clone + DerivableKey<Legacy>> Clone for Bip44Public<K>"],["impl<K: Clone + DerivableKey<Segwitv0>> Clone for Bip49<K>"],["impl<K: Clone + DerivableKey<Segwitv0>> Clone for Bip49Public<K>"],["impl<K: Clone + DerivableKey<Segwitv0>> Clone for Bip84<K>"],["impl<K: Clone + DerivableKey<Segwitv0>> Clone for Bip84Public<K>"],["impl<K: Clone + DerivableKey<Tap>> Clone for Bip86<K>"],["impl<K: Clone + DerivableKey<Tap>> Clone for Bip86Public<K>"],["impl<K: Clone + IntoDescriptorKey<Legacy>> Clone for P2Pkh<K>"],["impl<K: Clone + IntoDescriptorKey<Segwitv0>> Clone for P2Wpkh<K>"],["impl<K: Clone + IntoDescriptorKey<Segwitv0>> Clone for P2Wpkh_P2Sh<K>"],["impl<K: Clone + IntoDescriptorKey<Tap>> Clone for P2TR<K>"],["impl<K: Clone, Ctx: ScriptContext> Clone for GeneratedKey<K, Ctx>"],["impl<S: Clone + Sized + Debug + Clone> Clone for SignerWrapper<S>"]],
    +"bdk_wallet":[["impl Clone for PkOrF"],["impl Clone for Satisfaction"],["impl Clone for SatisfiableItem"],["impl Clone for KeychainKind"],["impl Clone for Utxo"],["impl Clone for MiniscriptPsbtError"],["impl Clone for ScriptContextEnum"],["impl Clone for SignerContext"],["impl Clone for SignerId"],["impl Clone for TapLeavesOptions"],["impl Clone for ChangeSpendPolicy"],["impl Clone for TxOrdering"],["impl Clone for InsufficientFunds"],["impl Clone for LargestFirstCoinSelection"],["impl Clone for OldestFirstCoinSelection"],["impl Clone for SingleRandomDraw"],["impl Clone for Condition"],["impl Clone for Policy"],["impl Clone for PrivateKeyGenerateOptions"],["impl Clone for SignOptions"],["impl Clone for SignerOrdering"],["impl Clone for SignersContainer"],["impl Clone for AddressInfo"],["impl Clone for ChangeSet"],["impl Clone for LocalOutput"],["impl Clone for Update"],["impl Clone for WeightedUtxo"],["impl<'a> Clone for BuildSatisfaction<'a>"],["impl<'a, Cs: Clone> Clone for TxBuilder<'a, Cs>"],["impl<Cs: Clone> Clone for BranchAndBoundCoinSelection<Cs>"],["impl<K: Clone + DerivableKey<Legacy>> Clone for Bip44<K>"],["impl<K: Clone + DerivableKey<Legacy>> Clone for Bip44Public<K>"],["impl<K: Clone + DerivableKey<Segwitv0>> Clone for Bip49<K>"],["impl<K: Clone + DerivableKey<Segwitv0>> Clone for Bip49Public<K>"],["impl<K: Clone + DerivableKey<Segwitv0>> Clone for Bip84<K>"],["impl<K: Clone + DerivableKey<Segwitv0>> Clone for Bip84Public<K>"],["impl<K: Clone + DerivableKey<Tap>> Clone for Bip86<K>"],["impl<K: Clone + DerivableKey<Tap>> Clone for Bip86Public<K>"],["impl<K: Clone + IntoDescriptorKey<Legacy>> Clone for P2Pkh<K>"],["impl<K: Clone + IntoDescriptorKey<Segwitv0>> Clone for P2Wpkh<K>"],["impl<K: Clone + IntoDescriptorKey<Segwitv0>> Clone for P2Wpkh_P2Sh<K>"],["impl<K: Clone + IntoDescriptorKey<Tap>> Clone for P2TR<K>"],["impl<K: Clone, Ctx: ScriptContext> Clone for GeneratedKey<K, Ctx>"],["impl<S: Clone + Sized + Debug + Clone> Clone for SignerWrapper<S>"]],
     "example_bitcoind_rpc_polling":[["impl Clone for RpcCommands"],["impl Clone for RpcArgs"]],
     "example_cli":[["impl Clone for AddressCmd"],["impl Clone for CoinSelectionAlgo"],["impl Clone for Keychain"],["impl Clone for TxOutCmd"],["impl Clone for ChangeSet"],["impl<CS: Clone + Subcommand, S: Clone + Args> Clone for Commands<CS, S>"],["impl<S: Clone + Args> Clone for PsbtCmd<S>"]],
     "example_electrum":[["impl Clone for ElectrumCommands"],["impl Clone for ElectrumArgs"],["impl Clone for ScanOptions"]],
    diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/cmp/trait.Eq.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/cmp/trait.Eq.js
    index 8fda4967ac..92d051b2e3 100644
    --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/cmp/trait.Eq.js
    +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/cmp/trait.Eq.js
    @@ -1,6 +1,6 @@
     (function() {var implementors = {
     "bdk_chain":[["impl Eq for ConfirmationTime"],["impl Eq for CalculateFeeError"],["impl Eq for Balance"],["impl Eq for DescriptorId"],["impl<'a, T: Eq, A: Eq> Eq for CanonicalTx<'a, T, A>"],["impl<'a, T: Eq, A: Eq> Eq for TxNode<'a, T, A>"],["impl<A: Eq> Eq for ChainPosition<A>"],["impl<A: Eq> Eq for FullTxOut<A>"]],
     "bdk_core":[["impl Eq for BlockId"],["impl Eq for ConfirmationBlockTime"],["impl<'i, I: Eq> Eq for SyncItem<'i, I>"]],
    -"bdk_wallet":[["impl Eq for PkOrF"],["impl Eq for PolicyError"],["impl Eq for Satisfaction"],["impl Eq for SatisfiableItem"],["impl Eq for KeychainKind"],["impl Eq for Utxo"],["impl Eq for ScriptContextEnum"],["impl Eq for SignerContext"],["impl Eq for SignerId"],["impl Eq for TapLeavesOptions"],["impl Eq for ChangeSpendPolicy"],["impl Eq for Condition"],["impl Eq for Policy"],["impl Eq for SignerOrdering"],["impl Eq for AddressInfo"],["impl Eq for LocalOutput"],["impl Eq for WeightedUtxo"]],
    +"bdk_wallet":[["impl Eq for PkOrF"],["impl Eq for PolicyError"],["impl Eq for Satisfaction"],["impl Eq for SatisfiableItem"],["impl Eq for KeychainKind"],["impl Eq for Utxo"],["impl Eq for ScriptContextEnum"],["impl Eq for SignerContext"],["impl Eq for SignerId"],["impl Eq for TapLeavesOptions"],["impl Eq for ChangeSpendPolicy"],["impl Eq for InsufficientFunds"],["impl Eq for Condition"],["impl Eq for Policy"],["impl Eq for SignerOrdering"],["impl Eq for AddressInfo"],["impl Eq for LocalOutput"],["impl Eq for WeightedUtxo"]],
     "example_cli":[["impl Eq for Keychain"]]
     };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/cmp/trait.PartialEq.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/cmp/trait.PartialEq.js
    index 9c3ae4c162..8d901142db 100644
    --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/cmp/trait.PartialEq.js
    +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/cmp/trait.PartialEq.js
    @@ -1,7 +1,7 @@
     (function() {var implementors = {
     "bdk_chain":[["impl PartialEq for ConfirmationTime"],["impl PartialEq for ApplyHeaderError"],["impl PartialEq for CalculateFeeError"],["impl PartialEq for ChangeSet"],["impl PartialEq for AlterCheckPointError"],["impl PartialEq for CannotConnectError"],["impl PartialEq for ChangeSet"],["impl PartialEq for LocalChain"],["impl PartialEq for MissingGenesisError"],["impl PartialEq for Balance"],["impl PartialEq for DescriptorId"],["impl<'a, T: PartialEq, A: PartialEq> PartialEq for CanonicalTx<'a, T, A>"],["impl<'a, T: PartialEq, A: PartialEq> PartialEq for TxNode<'a, T, A>"],["impl<A: PartialEq> PartialEq for ChainPosition<A>"],["impl<A: PartialEq> PartialEq for FullTxOut<A>"],["impl<A: PartialEq> PartialEq for ChangeSet<A>"],["impl<A: PartialEq> PartialEq for TxGraph<A>"],["impl<A: PartialEq, IA: PartialEq> PartialEq for ChangeSet<A, IA>"],["impl<K: PartialEq> PartialEq for InsertDescriptorError<K>"]],
     "bdk_core":[["impl PartialEq for BlockId"],["impl PartialEq for CheckPoint"],["impl PartialEq for ConfirmationBlockTime"],["impl<'i, I: PartialEq> PartialEq for SyncItem<'i, I>"]],
    -"bdk_wallet":[["impl PartialEq for Error"],["impl PartialEq for PkOrF"],["impl PartialEq for PolicyError"],["impl PartialEq for Satisfaction"],["impl PartialEq for SatisfiableItem"],["impl PartialEq for KeychainKind"],["impl PartialEq for LoadError"],["impl PartialEq for LoadMismatch"],["impl PartialEq for Utxo"],["impl PartialEq for KeyError"],["impl PartialEq for ScriptContextEnum"],["impl PartialEq for SignerContext"],["impl PartialEq for SignerId"],["impl PartialEq for TapLeavesOptions"],["impl PartialEq for ChangeSpendPolicy"],["impl PartialEq for Condition"],["impl PartialEq for Policy"],["impl PartialEq for SignerOrdering"],["impl PartialEq for AddressInfo"],["impl PartialEq for ChangeSet"],["impl PartialEq for LocalOutput"],["impl PartialEq for WeightedUtxo"],["impl<E: PartialEq> PartialEq for LoadWithPersistError<E>"]],
    +"bdk_wallet":[["impl PartialEq for Error"],["impl PartialEq for PkOrF"],["impl PartialEq for PolicyError"],["impl PartialEq for Satisfaction"],["impl PartialEq for SatisfiableItem"],["impl PartialEq for KeychainKind"],["impl PartialEq for LoadError"],["impl PartialEq for LoadMismatch"],["impl PartialEq for Utxo"],["impl PartialEq for KeyError"],["impl PartialEq for ScriptContextEnum"],["impl PartialEq for SignerContext"],["impl PartialEq for SignerId"],["impl PartialEq for TapLeavesOptions"],["impl PartialEq for ChangeSpendPolicy"],["impl PartialEq for InsufficientFunds"],["impl PartialEq for Condition"],["impl PartialEq for Policy"],["impl PartialEq for SignerOrdering"],["impl PartialEq for AddressInfo"],["impl PartialEq for ChangeSet"],["impl PartialEq for LocalOutput"],["impl PartialEq for WeightedUtxo"],["impl<E: PartialEq> PartialEq for LoadWithPersistError<E>"]],
     "example_cli":[["impl PartialEq for Keychain"],["impl PartialEq for ChangeSet"]],
     "example_electrum":[["impl PartialEq for ScanOptions"]],
     "example_esplora":[["impl PartialEq for ScanOptions"]]
    diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/convert/trait.From.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/convert/trait.From.js
    index bde046bda4..466c62e3df 100644
    --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/convert/trait.From.js
    +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/convert/trait.From.js
    @@ -2,6 +2,6 @@
     "bdk_chain":[["impl From<ChainPosition<ConfirmationBlockTime>> for ConfirmationTime"],["impl From<Hash> for DescriptorId"],["impl From<DescriptorId> for Hash"],["impl<A> From<ChangeSet> for ChangeSet<A, ChangeSet>"],["impl<A> From<TxGraph<A>> for TxUpdate<A>"],["impl<A, IA: Default> From<ChangeSet<A>> for ChangeSet<A, IA>"],["impl<A: Ord + Clone> From<TxUpdate<A>> for TxGraph<A>"],["impl<B: IntoIterator<Item = (u32, Option<BlockHash>)>> From<B> for ChangeSet"],["impl<T> From<T> for AnchorImpl<T>"],["impl<T> From<T> for Impl<T>"]],
     "bdk_core":[["impl From<(&u32, &BlockHash)> for BlockId"],["impl From<(u32, BlockHash)> for BlockId"],["impl From<BlockId> for (u32, BlockHash)"],["impl<I> From<SyncRequestBuilder<I>> for SyncRequest<I>"],["impl<K> From<FullScanRequestBuilder<K>> for FullScanRequest<K>"]],
     "bdk_file_store":[["impl From<Error> for FileError"],["impl From<Error> for IterError"]],
    -"bdk_wallet":[["impl From<Error> for CreateTxError"],["impl From<Error> for CreateTxError"],["impl From<PolicyError> for Error"],["impl From<PolicyError> for CreateTxError"],["impl From<SatisfiableItem> for Policy"],["impl From<LoadMismatch> for LoadError"],["impl From<MiniscriptPsbtError> for CreateTxError"],["impl From<KeyError> for Error"],["impl From<bool> for Satisfaction"],["impl From<ChangeSet> for ChangeSet"],["impl From<ChangeSet> for ChangeSet"],["impl From<ChangeSet<ConfirmationBlockTime>> for ChangeSet"],["impl From<ChangeSet<ConfirmationBlockTime, ChangeSet>> for ChangeSet"],["impl From<Error> for Error"],["impl From<Error> for Error"],["impl From<Error> for Error"],["impl From<Error> for CreateTxError"],["impl From<Error> for KeyError"],["impl From<Error> for KeyError"],["impl From<Fingerprint> for SignerId"],["impl From<FullScanResult<KeychainKind>> for Update"],["impl From<Hash> for SignerId"],["impl From<HexToBytesError> for Error"],["impl From<ParsePublicKeyError> for Error"],["impl From<SyncResult> for Update"],["impl<Ctx: ScriptContext> From<Xpriv> for ExtendedKey<Ctx>"],["impl<Ctx: ScriptContext> From<Xpub> for ExtendedKey<Ctx>"],["impl<E> From<LoadMismatch> for LoadWithPersistError<E>"]],
    +"bdk_wallet":[["impl From<Error> for CreateTxError"],["impl From<PolicyError> for Error"],["impl From<PolicyError> for CreateTxError"],["impl From<SatisfiableItem> for Policy"],["impl From<LoadMismatch> for LoadError"],["impl From<MiniscriptPsbtError> for CreateTxError"],["impl From<KeyError> for Error"],["impl From<bool> for Satisfaction"],["impl From<InsufficientFunds> for CreateTxError"],["impl From<ChangeSet> for ChangeSet"],["impl From<ChangeSet> for ChangeSet"],["impl From<ChangeSet<ConfirmationBlockTime>> for ChangeSet"],["impl From<ChangeSet<ConfirmationBlockTime, ChangeSet>> for ChangeSet"],["impl From<Error> for Error"],["impl From<Error> for Error"],["impl From<Error> for Error"],["impl From<Error> for CreateTxError"],["impl From<Error> for KeyError"],["impl From<Error> for KeyError"],["impl From<Fingerprint> for SignerId"],["impl From<FullScanResult<KeychainKind>> for Update"],["impl From<Hash> for SignerId"],["impl From<HexToBytesError> for Error"],["impl From<ParsePublicKeyError> for Error"],["impl From<SyncResult> for Update"],["impl<Ctx: ScriptContext> From<Xpriv> for ExtendedKey<Ctx>"],["impl<Ctx: ScriptContext> From<Xpub> for ExtendedKey<Ctx>"],["impl<E> From<LoadMismatch> for LoadWithPersistError<E>"]],
     "example_bitcoind_rpc_polling":[["impl From<RpcArgs> for Auth"]]
     };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/default/trait.Default.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/default/trait.Default.js
    index c9f8d18f6c..1754f07028 100644
    --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/default/trait.Default.js
    +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/default/trait.Default.js
    @@ -2,6 +2,6 @@
     "bdk_chain":[["impl Default for ChangeSet"],["impl Default for ChangeSet"],["impl Default for Balance"],["impl<A> Default for ChangeSet<A>"],["impl<A> Default for TxGraph<A>"],["impl<A, I: Default> Default for IndexedTxGraph<A, I>"],["impl<A, IA: Default> Default for ChangeSet<A, IA>"],["impl<I> Default for SpkTxOutIndex<I>"],["impl<K> Default for KeychainTxOutIndex<K>"]],
     "bdk_core":[["impl Default for BlockId"],["impl Default for ConfirmationBlockTime"],["impl<A> Default for SyncResult<A>"],["impl<A> Default for TxUpdate<A>"],["impl<I> Default for SyncRequest<I>"],["impl<I> Default for SyncRequestBuilder<I>"],["impl<K> Default for FullScanRequest<K>"],["impl<K> Default for FullScanRequestBuilder<K>"],["impl<K, A> Default for FullScanResult<K, A>"]],
     "bdk_testenv":[["impl<'a> Default for Config<'a>"]],
    -"bdk_wallet":[["impl Default for TapLeavesOptions"],["impl Default for ChangeSpendPolicy"],["impl Default for TxOrdering"],["impl Default for BranchAndBoundCoinSelection"],["impl Default for LargestFirstCoinSelection"],["impl Default for OldestFirstCoinSelection"],["impl Default for Condition"],["impl Default for PrivateKeyGenerateOptions"],["impl Default for SignOptions"],["impl Default for SignerOrdering"],["impl Default for SignersContainer"],["impl Default for ChangeSet"],["impl Default for LoadParams"],["impl Default for Update"]],
    +"bdk_wallet":[["impl Default for TapLeavesOptions"],["impl Default for ChangeSpendPolicy"],["impl Default for TxOrdering"],["impl Default for LargestFirstCoinSelection"],["impl Default for OldestFirstCoinSelection"],["impl Default for SingleRandomDraw"],["impl Default for Condition"],["impl Default for PrivateKeyGenerateOptions"],["impl Default for SignOptions"],["impl Default for SignerOrdering"],["impl Default for SignersContainer"],["impl Default for ChangeSet"],["impl Default for LoadParams"],["impl Default for Update"],["impl<Cs: Default> Default for BranchAndBoundCoinSelection<Cs>"]],
     "example_cli":[["impl Default for CoinSelectionAlgo"],["impl Default 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/core/error/trait.Error.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/error/trait.Error.js
    index 5232b24fe4..d9cef64abc 100644
    --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/error/trait.Error.js
    +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/error/trait.Error.js
    @@ -1,5 +1,5 @@
     (function() {var implementors = {
     "bdk_chain":[["impl Error for ApplyHeaderError"],["impl Error for CalculateFeeError"],["impl Error for AlterCheckPointError"],["impl Error for CannotConnectError"],["impl Error for MissingGenesisError"],["impl<K: Debug> Error for InsertDescriptorError<K>"]],
     "bdk_file_store":[["impl Error for FileError"],["impl Error for IterError"],["impl<C: Debug> Error for AggregateChangesetsError<C>"]],
    -"bdk_wallet":[["impl Error for Error"],["impl Error for Error"],["impl Error for PolicyError"],["impl Error for ApplyBlockError"],["impl Error for FileStoreError"],["impl Error for LoadError"],["impl Error for BuildFeeBumpError"],["impl Error for CreateTxError"],["impl Error for MiniscriptPsbtError"],["impl Error for KeyError"],["impl Error for SignerError"],["impl Error for AddForeignUtxoError"],["impl Error for AddUtxoError"],["impl<E: Debug + Display> Error for CreateWithPersistError<E>"],["impl<E: Debug + Display> Error for LoadWithPersistError<E>"]]
    +"bdk_wallet":[["impl Error for Error"],["impl Error for PolicyError"],["impl Error for ApplyBlockError"],["impl Error for FileStoreError"],["impl Error for LoadError"],["impl Error for BuildFeeBumpError"],["impl Error for CreateTxError"],["impl Error for MiniscriptPsbtError"],["impl Error for KeyError"],["impl Error for SignerError"],["impl Error for AddForeignUtxoError"],["impl Error for AddUtxoError"],["impl Error for InsufficientFunds"],["impl<E: Debug + Display> Error for CreateWithPersistError<E>"],["impl<E: Debug + Display> Error for LoadWithPersistError<E>"]]
     };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/fmt/trait.Debug.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/fmt/trait.Debug.js
    index 6ca9f0b7da..c0a48511a1 100644
    --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/fmt/trait.Debug.js
    +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/fmt/trait.Debug.js
    @@ -5,7 +5,7 @@
     "bdk_electrum":[["impl<E: Debug> Debug for BdkElectrumClient<E>"]],
     "bdk_file_store":[["impl Debug for FileError"],["impl Debug for IterError"],["impl<C> Debug for Store<C>
    where\n C: Sync + Send + Debug,
    "],["impl<C: Debug> Debug for AggregateChangesetsError<C>"]], "bdk_testenv":[["impl<'a> Debug for Config<'a>"]], -"bdk_wallet":[["impl Debug for Error"],["impl Debug for Excess"],["impl Debug for Error"],["impl Debug for PkOrF"],["impl Debug for PolicyError"],["impl Debug for Satisfaction"],["impl Debug for SatisfiableItem"],["impl Debug for ApplyBlockError"],["impl Debug for FileStoreError"],["impl Debug for KeychainKind"],["impl Debug for LoadError"],["impl Debug for LoadMismatch"],["impl Debug for Utxo"],["impl Debug for BuildFeeBumpError"],["impl Debug for CreateTxError"],["impl Debug for MiniscriptPsbtError"],["impl Debug for KeyError"],["impl Debug for ScriptContextEnum"],["impl Debug for SignerContext"],["impl Debug for SignerError"],["impl Debug for SignerId"],["impl Debug for TapLeavesOptions"],["impl Debug for AddForeignUtxoError"],["impl Debug for AddUtxoError"],["impl Debug for ChangeSpendPolicy"],["impl Debug for TxOrdering"],["impl Debug for BranchAndBoundCoinSelection"],["impl Debug for CoinSelectionResult"],["impl Debug for LargestFirstCoinSelection"],["impl Debug for OldestFirstCoinSelection"],["impl Debug for Condition"],["impl Debug for Policy"],["impl Debug for FullyNodedExport"],["impl Debug for PrivateKeyGenerateOptions"],["impl Debug for SignOptions"],["impl Debug for SignerOrdering"],["impl Debug for SignersContainer"],["impl Debug for AddressInfo"],["impl Debug for ChangeSet"],["impl Debug for LocalOutput"],["impl Debug for Update"],["impl Debug for Wallet"],["impl Debug for WeightedUtxo"],["impl<'a> Debug for BuildSatisfaction<'a>"],["impl<'a, Cs: Debug> Debug for TxBuilder<'a, Cs>"],["impl<Ctx: Debug + ScriptContext> Debug for DescriptorKey<Ctx>"],["impl<E: Debug> Debug for CreateWithPersistError<E>"],["impl<E: Debug> Debug for LoadWithPersistError<E>"],["impl<K: Debug + DerivableKey<Legacy>> Debug for Bip44<K>"],["impl<K: Debug + DerivableKey<Legacy>> Debug for Bip44Public<K>"],["impl<K: Debug + DerivableKey<Segwitv0>> Debug for Bip49<K>"],["impl<K: Debug + DerivableKey<Segwitv0>> Debug for Bip49Public<K>"],["impl<K: Debug + DerivableKey<Segwitv0>> Debug for Bip84<K>"],["impl<K: Debug + DerivableKey<Segwitv0>> Debug for Bip84Public<K>"],["impl<K: Debug + DerivableKey<Tap>> Debug for Bip86<K>"],["impl<K: Debug + DerivableKey<Tap>> Debug for Bip86Public<K>"],["impl<K: Debug + IntoDescriptorKey<Legacy>> Debug for P2Pkh<K>"],["impl<K: Debug + IntoDescriptorKey<Segwitv0>> Debug for P2Wpkh<K>"],["impl<K: Debug + IntoDescriptorKey<Segwitv0>> Debug for P2Wpkh_P2Sh<K>"],["impl<K: Debug + IntoDescriptorKey<Tap>> Debug for P2TR<K>"],["impl<P: Debug> Debug for PersistedWallet<P>"],["impl<S: Debug + Sized + Debug + Clone> Debug for SignerWrapper<S>"]], +"bdk_wallet":[["impl Debug for Excess"],["impl Debug for Error"],["impl Debug for PkOrF"],["impl Debug for PolicyError"],["impl Debug for Satisfaction"],["impl Debug for SatisfiableItem"],["impl Debug for ApplyBlockError"],["impl Debug for FileStoreError"],["impl Debug for KeychainKind"],["impl Debug for LoadError"],["impl Debug for LoadMismatch"],["impl Debug for Utxo"],["impl Debug for BuildFeeBumpError"],["impl Debug for CreateTxError"],["impl Debug for MiniscriptPsbtError"],["impl Debug for KeyError"],["impl Debug for ScriptContextEnum"],["impl Debug for SignerContext"],["impl Debug for SignerError"],["impl Debug for SignerId"],["impl Debug for TapLeavesOptions"],["impl Debug for AddForeignUtxoError"],["impl Debug for AddUtxoError"],["impl Debug for ChangeSpendPolicy"],["impl Debug for TxOrdering"],["impl Debug for CoinSelectionResult"],["impl Debug for InsufficientFunds"],["impl Debug for LargestFirstCoinSelection"],["impl Debug for OldestFirstCoinSelection"],["impl Debug for SingleRandomDraw"],["impl Debug for Condition"],["impl Debug for Policy"],["impl Debug for FullyNodedExport"],["impl Debug for PrivateKeyGenerateOptions"],["impl Debug for SignOptions"],["impl Debug for SignerOrdering"],["impl Debug for SignersContainer"],["impl Debug for AddressInfo"],["impl Debug for ChangeSet"],["impl Debug for LocalOutput"],["impl Debug for Update"],["impl Debug for Wallet"],["impl Debug for WeightedUtxo"],["impl<'a> Debug for BuildSatisfaction<'a>"],["impl<'a, Cs: Debug> Debug for TxBuilder<'a, Cs>"],["impl<Cs: Debug> Debug for BranchAndBoundCoinSelection<Cs>"],["impl<Ctx: Debug + ScriptContext> Debug for DescriptorKey<Ctx>"],["impl<E: Debug> Debug for CreateWithPersistError<E>"],["impl<E: Debug> Debug for LoadWithPersistError<E>"],["impl<K: Debug + DerivableKey<Legacy>> Debug for Bip44<K>"],["impl<K: Debug + DerivableKey<Legacy>> Debug for Bip44Public<K>"],["impl<K: Debug + DerivableKey<Segwitv0>> Debug for Bip49<K>"],["impl<K: Debug + DerivableKey<Segwitv0>> Debug for Bip49Public<K>"],["impl<K: Debug + DerivableKey<Segwitv0>> Debug for Bip84<K>"],["impl<K: Debug + DerivableKey<Segwitv0>> Debug for Bip84Public<K>"],["impl<K: Debug + DerivableKey<Tap>> Debug for Bip86<K>"],["impl<K: Debug + DerivableKey<Tap>> Debug for Bip86Public<K>"],["impl<K: Debug + IntoDescriptorKey<Legacy>> Debug for P2Pkh<K>"],["impl<K: Debug + IntoDescriptorKey<Segwitv0>> Debug for P2Wpkh<K>"],["impl<K: Debug + IntoDescriptorKey<Segwitv0>> Debug for P2Wpkh_P2Sh<K>"],["impl<K: Debug + IntoDescriptorKey<Tap>> Debug for P2TR<K>"],["impl<P: Debug> Debug for PersistedWallet<P>"],["impl<S: Debug + Sized + Debug + Clone> Debug for SignerWrapper<S>"]], "example_bitcoind_rpc_polling":[["impl Debug for Emission"],["impl Debug for RpcCommands"],["impl Debug for RpcArgs"]], "example_cli":[["impl Debug for AddressCmd"],["impl Debug for CoinSelectionAlgo"],["impl Debug for Keychain"],["impl Debug for TxOutCmd"],["impl Debug for ChangeInfo"],["impl Debug for ChangeSet"],["impl<CS: Debug + Subcommand, S: Debug + Args> Debug for Commands<CS, S>"],["impl<S: Debug + Args> Debug for PsbtCmd<S>"]], "example_electrum":[["impl Debug for ElectrumCommands"],["impl Debug for ElectrumArgs"],["impl Debug for ScanOptions"]], diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/fmt/trait.Display.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/fmt/trait.Display.js index bd5a9acd38..9598da48f2 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/fmt/trait.Display.js +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/fmt/trait.Display.js @@ -2,6 +2,6 @@ "bdk_chain":[["impl Display for ApplyHeaderError"],["impl Display for CalculateFeeError"],["impl Display for AlterCheckPointError"],["impl Display for CannotConnectError"],["impl Display for MissingGenesisError"],["impl Display for Balance"],["impl Display for DescriptorId"],["impl<K: Debug> Display for InsertDescriptorError<K>"]], "bdk_core":[["impl<'i, I: Debug + Any> Display for SyncItem<'i, I>"]], "bdk_file_store":[["impl Display for FileError"],["impl Display for IterError"],["impl<C> Display for AggregateChangesetsError<C>"]], -"bdk_wallet":[["impl Display for Error"],["impl Display for Error"],["impl Display for PolicyError"],["impl Display for ApplyBlockError"],["impl Display for FileStoreError"],["impl Display for LoadError"],["impl Display for BuildFeeBumpError"],["impl Display for CreateTxError"],["impl Display for MiniscriptPsbtError"],["impl Display for KeyError"],["impl Display for SignerError"],["impl Display for AddForeignUtxoError"],["impl Display for AddUtxoError"],["impl Display for FullyNodedExport"],["impl Display for AddressInfo"],["impl<E: Display> Display for CreateWithPersistError<E>"],["impl<E: Display> Display for LoadWithPersistError<E>"]], +"bdk_wallet":[["impl Display for Error"],["impl Display for PolicyError"],["impl Display for ApplyBlockError"],["impl Display for FileStoreError"],["impl Display for LoadError"],["impl Display for BuildFeeBumpError"],["impl Display for CreateTxError"],["impl Display for MiniscriptPsbtError"],["impl Display for KeyError"],["impl Display for SignerError"],["impl Display for AddForeignUtxoError"],["impl Display for AddUtxoError"],["impl Display for InsufficientFunds"],["impl Display for FullyNodedExport"],["impl Display for AddressInfo"],["impl<E: Display> Display for CreateWithPersistError<E>"],["impl<E: Display> Display for LoadWithPersistError<E>"]], "example_cli":[["impl Display for CoinSelectionAlgo"],["impl Display for Keychain"]] };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/marker/trait.Copy.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/marker/trait.Copy.js index 9a65d8a4c7..85cfcc02da 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/marker/trait.Copy.js +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/marker/trait.Copy.js @@ -1,6 +1,6 @@ (function() {var implementors = { "bdk_chain":[["impl Copy for ConfirmationTime"],["impl Copy for DescriptorId"],["impl<A: Copy> Copy for ChainPosition<A>"]], "bdk_core":[["impl Copy for BlockId"],["impl Copy for ConfirmationBlockTime"],["impl<'i, I: Copy> Copy for SyncItem<'i, I>"]], -"bdk_wallet":[["impl Copy for KeychainKind"],["impl Copy for ScriptContextEnum"],["impl Copy for SignerContext"],["impl Copy for ChangeSpendPolicy"],["impl Copy for LargestFirstCoinSelection"],["impl Copy for OldestFirstCoinSelection"],["impl Copy for Condition"],["impl Copy for PrivateKeyGenerateOptions"],["impl<'a> Copy for BuildSatisfaction<'a>"]], +"bdk_wallet":[["impl Copy for KeychainKind"],["impl Copy for ScriptContextEnum"],["impl Copy for SignerContext"],["impl Copy for ChangeSpendPolicy"],["impl Copy for LargestFirstCoinSelection"],["impl Copy for OldestFirstCoinSelection"],["impl Copy for SingleRandomDraw"],["impl Copy for Condition"],["impl Copy for PrivateKeyGenerateOptions"],["impl<'a> Copy for BuildSatisfaction<'a>"]], "example_cli":[["impl Copy for Keychain"]] };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/marker/trait.Freeze.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/marker/trait.Freeze.js index 32f96088cb..cca2cbb21d 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/marker/trait.Freeze.js +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/marker/trait.Freeze.js @@ -5,7 +5,7 @@ "bdk_electrum":[["impl<E> !Freeze for BdkElectrumClient<E>",1,["bdk_electrum::bdk_electrum_client::BdkElectrumClient"]]], "bdk_file_store":[["impl Freeze for FileError",1,["bdk_file_store::FileError"]],["impl Freeze for IterError",1,["bdk_file_store::entry_iter::IterError"]],["impl<'t, T> Freeze for EntryIter<'t, T>",1,["bdk_file_store::entry_iter::EntryIter"]],["impl<C> Freeze for AggregateChangesetsError<C>
    where\n C: Freeze,
    ",1,["bdk_file_store::store::AggregateChangesetsError"]],["impl<C> Freeze for Store<C>",1,["bdk_file_store::store::Store"]]], "bdk_testenv":[["impl !Freeze for TestEnv",1,["bdk_testenv::TestEnv"]],["impl<'a> Freeze for Config<'a>",1,["bdk_testenv::Config"]]], -"bdk_wallet":[["impl !Freeze for FileStoreError",1,["bdk_wallet::wallet::persisted::FileStoreError"]],["impl !Freeze for LoadError",1,["bdk_wallet::wallet::LoadError"]],["impl !Freeze for LoadMismatch",1,["bdk_wallet::wallet::LoadMismatch"]],["impl !Freeze for ChangeSet",1,["bdk_wallet::wallet::changeset::ChangeSet"]],["impl !Freeze for Wallet",1,["bdk_wallet::wallet::Wallet"]],["impl Freeze for Error",1,["bdk_wallet::wallet::coin_selection::Error"]],["impl Freeze for Excess",1,["bdk_wallet::wallet::coin_selection::Excess"]],["impl Freeze for Error",1,["bdk_wallet::descriptor::error::Error"]],["impl Freeze for PkOrF",1,["bdk_wallet::descriptor::policy::PkOrF"]],["impl Freeze for PolicyError",1,["bdk_wallet::descriptor::policy::PolicyError"]],["impl Freeze for Satisfaction",1,["bdk_wallet::descriptor::policy::Satisfaction"]],["impl Freeze for SatisfiableItem",1,["bdk_wallet::descriptor::policy::SatisfiableItem"]],["impl Freeze for ApplyBlockError",1,["bdk_wallet::wallet::ApplyBlockError"]],["impl Freeze for KeychainKind",1,["bdk_wallet::types::KeychainKind"]],["impl Freeze for Utxo",1,["bdk_wallet::types::Utxo"]],["impl Freeze for BuildFeeBumpError",1,["bdk_wallet::wallet::error::BuildFeeBumpError"]],["impl Freeze for CreateTxError",1,["bdk_wallet::wallet::error::CreateTxError"]],["impl Freeze for MiniscriptPsbtError",1,["bdk_wallet::wallet::error::MiniscriptPsbtError"]],["impl Freeze for KeyError",1,["bdk_wallet::keys::KeyError"]],["impl Freeze for ScriptContextEnum",1,["bdk_wallet::keys::ScriptContextEnum"]],["impl Freeze for SignerContext",1,["bdk_wallet::wallet::signer::SignerContext"]],["impl Freeze for SignerError",1,["bdk_wallet::wallet::signer::SignerError"]],["impl Freeze for SignerId",1,["bdk_wallet::wallet::signer::SignerId"]],["impl Freeze for TapLeavesOptions",1,["bdk_wallet::wallet::signer::TapLeavesOptions"]],["impl Freeze for AddForeignUtxoError",1,["bdk_wallet::wallet::tx_builder::AddForeignUtxoError"]],["impl Freeze for AddUtxoError",1,["bdk_wallet::wallet::tx_builder::AddUtxoError"]],["impl Freeze for ChangeSpendPolicy",1,["bdk_wallet::wallet::tx_builder::ChangeSpendPolicy"]],["impl Freeze for TxOrdering",1,["bdk_wallet::wallet::tx_builder::TxOrdering"]],["impl Freeze for BranchAndBoundCoinSelection",1,["bdk_wallet::wallet::coin_selection::BranchAndBoundCoinSelection"]],["impl Freeze for CoinSelectionResult",1,["bdk_wallet::wallet::coin_selection::CoinSelectionResult"]],["impl Freeze for LargestFirstCoinSelection",1,["bdk_wallet::wallet::coin_selection::LargestFirstCoinSelection"]],["impl Freeze for OldestFirstCoinSelection",1,["bdk_wallet::wallet::coin_selection::OldestFirstCoinSelection"]],["impl Freeze for Condition",1,["bdk_wallet::descriptor::policy::Condition"]],["impl Freeze for Policy",1,["bdk_wallet::descriptor::policy::Policy"]],["impl Freeze for FullyNodedExport",1,["bdk_wallet::wallet::export::FullyNodedExport"]],["impl Freeze for PrivateKeyGenerateOptions",1,["bdk_wallet::keys::PrivateKeyGenerateOptions"]],["impl Freeze for SignOptions",1,["bdk_wallet::wallet::signer::SignOptions"]],["impl Freeze for SignerOrdering",1,["bdk_wallet::wallet::signer::SignerOrdering"]],["impl Freeze for SignersContainer",1,["bdk_wallet::wallet::signer::SignersContainer"]],["impl Freeze for AddressInfo",1,["bdk_wallet::wallet::AddressInfo"]],["impl Freeze for CreateParams",1,["bdk_wallet::wallet::params::CreateParams"]],["impl Freeze for LoadParams",1,["bdk_wallet::wallet::params::LoadParams"]],["impl Freeze for LocalOutput",1,["bdk_wallet::types::LocalOutput"]],["impl Freeze for Update",1,["bdk_wallet::wallet::Update"]],["impl Freeze for WeightedUtxo",1,["bdk_wallet::types::WeightedUtxo"]],["impl<'a> Freeze for BuildSatisfaction<'a>",1,["bdk_wallet::descriptor::policy::BuildSatisfaction"]],["impl<'a, Cs> Freeze for TxBuilder<'a, Cs>
    where\n Cs: Freeze,
    ",1,["bdk_wallet::wallet::tx_builder::TxBuilder"]],["impl<Ctx> Freeze for DescriptorKey<Ctx>",1,["bdk_wallet::keys::DescriptorKey"]],["impl<Ctx> Freeze for ExtendedKey<Ctx>",1,["bdk_wallet::keys::ExtendedKey"]],["impl<E> !Freeze for CreateWithPersistError<E>",1,["bdk_wallet::wallet::persisted::CreateWithPersistError"]],["impl<E> !Freeze for LoadWithPersistError<E>",1,["bdk_wallet::wallet::persisted::LoadWithPersistError"]],["impl<K> Freeze for Bip44<K>
    where\n K: Freeze,
    ",1,["bdk_wallet::descriptor::template::Bip44"]],["impl<K> Freeze for Bip44Public<K>
    where\n K: Freeze,
    ",1,["bdk_wallet::descriptor::template::Bip44Public"]],["impl<K> Freeze for Bip49<K>
    where\n K: Freeze,
    ",1,["bdk_wallet::descriptor::template::Bip49"]],["impl<K> Freeze for Bip49Public<K>
    where\n K: Freeze,
    ",1,["bdk_wallet::descriptor::template::Bip49Public"]],["impl<K> Freeze for Bip84<K>
    where\n K: Freeze,
    ",1,["bdk_wallet::descriptor::template::Bip84"]],["impl<K> Freeze for Bip84Public<K>
    where\n K: Freeze,
    ",1,["bdk_wallet::descriptor::template::Bip84Public"]],["impl<K> Freeze for Bip86<K>
    where\n K: Freeze,
    ",1,["bdk_wallet::descriptor::template::Bip86"]],["impl<K> Freeze for Bip86Public<K>
    where\n K: Freeze,
    ",1,["bdk_wallet::descriptor::template::Bip86Public"]],["impl<K> Freeze for P2Pkh<K>
    where\n K: Freeze,
    ",1,["bdk_wallet::descriptor::template::P2Pkh"]],["impl<K> Freeze for P2TR<K>
    where\n K: Freeze,
    ",1,["bdk_wallet::descriptor::template::P2TR"]],["impl<K> Freeze for P2Wpkh<K>
    where\n K: Freeze,
    ",1,["bdk_wallet::descriptor::template::P2Wpkh"]],["impl<K> Freeze for P2Wpkh_P2Sh<K>
    where\n K: Freeze,
    ",1,["bdk_wallet::descriptor::template::P2Wpkh_P2Sh"]],["impl<K, Ctx> Freeze for GeneratedKey<K, Ctx>
    where\n K: Freeze,
    ",1,["bdk_wallet::keys::GeneratedKey"]],["impl<P> !Freeze for PersistedWallet<P>",1,["bdk_wallet::wallet::persisted::PersistedWallet"]],["impl<S> Freeze for SignerWrapper<S>
    where\n S: Freeze,
    ",1,["bdk_wallet::wallet::signer::SignerWrapper"]]], +"bdk_wallet":[["impl !Freeze for FileStoreError",1,["bdk_wallet::wallet::persisted::FileStoreError"]],["impl !Freeze for LoadError",1,["bdk_wallet::wallet::LoadError"]],["impl !Freeze for LoadMismatch",1,["bdk_wallet::wallet::LoadMismatch"]],["impl !Freeze for ChangeSet",1,["bdk_wallet::wallet::changeset::ChangeSet"]],["impl !Freeze for Wallet",1,["bdk_wallet::wallet::Wallet"]],["impl Freeze for Excess",1,["bdk_wallet::wallet::coin_selection::Excess"]],["impl Freeze for Error",1,["bdk_wallet::descriptor::error::Error"]],["impl Freeze for PkOrF",1,["bdk_wallet::descriptor::policy::PkOrF"]],["impl Freeze for PolicyError",1,["bdk_wallet::descriptor::policy::PolicyError"]],["impl Freeze for Satisfaction",1,["bdk_wallet::descriptor::policy::Satisfaction"]],["impl Freeze for SatisfiableItem",1,["bdk_wallet::descriptor::policy::SatisfiableItem"]],["impl Freeze for ApplyBlockError",1,["bdk_wallet::wallet::ApplyBlockError"]],["impl Freeze for KeychainKind",1,["bdk_wallet::types::KeychainKind"]],["impl Freeze for Utxo",1,["bdk_wallet::types::Utxo"]],["impl Freeze for BuildFeeBumpError",1,["bdk_wallet::wallet::error::BuildFeeBumpError"]],["impl Freeze for CreateTxError",1,["bdk_wallet::wallet::error::CreateTxError"]],["impl Freeze for MiniscriptPsbtError",1,["bdk_wallet::wallet::error::MiniscriptPsbtError"]],["impl Freeze for KeyError",1,["bdk_wallet::keys::KeyError"]],["impl Freeze for ScriptContextEnum",1,["bdk_wallet::keys::ScriptContextEnum"]],["impl Freeze for SignerContext",1,["bdk_wallet::wallet::signer::SignerContext"]],["impl Freeze for SignerError",1,["bdk_wallet::wallet::signer::SignerError"]],["impl Freeze for SignerId",1,["bdk_wallet::wallet::signer::SignerId"]],["impl Freeze for TapLeavesOptions",1,["bdk_wallet::wallet::signer::TapLeavesOptions"]],["impl Freeze for AddForeignUtxoError",1,["bdk_wallet::wallet::tx_builder::AddForeignUtxoError"]],["impl Freeze for AddUtxoError",1,["bdk_wallet::wallet::tx_builder::AddUtxoError"]],["impl Freeze for ChangeSpendPolicy",1,["bdk_wallet::wallet::tx_builder::ChangeSpendPolicy"]],["impl Freeze for TxOrdering",1,["bdk_wallet::wallet::tx_builder::TxOrdering"]],["impl Freeze for CoinSelectionResult",1,["bdk_wallet::wallet::coin_selection::CoinSelectionResult"]],["impl Freeze for InsufficientFunds",1,["bdk_wallet::wallet::coin_selection::InsufficientFunds"]],["impl Freeze for LargestFirstCoinSelection",1,["bdk_wallet::wallet::coin_selection::LargestFirstCoinSelection"]],["impl Freeze for OldestFirstCoinSelection",1,["bdk_wallet::wallet::coin_selection::OldestFirstCoinSelection"]],["impl Freeze for SingleRandomDraw",1,["bdk_wallet::wallet::coin_selection::SingleRandomDraw"]],["impl Freeze for Condition",1,["bdk_wallet::descriptor::policy::Condition"]],["impl Freeze for Policy",1,["bdk_wallet::descriptor::policy::Policy"]],["impl Freeze for FullyNodedExport",1,["bdk_wallet::wallet::export::FullyNodedExport"]],["impl Freeze for PrivateKeyGenerateOptions",1,["bdk_wallet::keys::PrivateKeyGenerateOptions"]],["impl Freeze for SignOptions",1,["bdk_wallet::wallet::signer::SignOptions"]],["impl Freeze for SignerOrdering",1,["bdk_wallet::wallet::signer::SignerOrdering"]],["impl Freeze for SignersContainer",1,["bdk_wallet::wallet::signer::SignersContainer"]],["impl Freeze for AddressInfo",1,["bdk_wallet::wallet::AddressInfo"]],["impl Freeze for CreateParams",1,["bdk_wallet::wallet::params::CreateParams"]],["impl Freeze for LoadParams",1,["bdk_wallet::wallet::params::LoadParams"]],["impl Freeze for LocalOutput",1,["bdk_wallet::types::LocalOutput"]],["impl Freeze for Update",1,["bdk_wallet::wallet::Update"]],["impl Freeze for WeightedUtxo",1,["bdk_wallet::types::WeightedUtxo"]],["impl<'a> Freeze for BuildSatisfaction<'a>",1,["bdk_wallet::descriptor::policy::BuildSatisfaction"]],["impl<'a, Cs> Freeze for TxBuilder<'a, Cs>
    where\n Cs: Freeze,
    ",1,["bdk_wallet::wallet::tx_builder::TxBuilder"]],["impl<Cs> Freeze for BranchAndBoundCoinSelection<Cs>
    where\n Cs: Freeze,
    ",1,["bdk_wallet::wallet::coin_selection::BranchAndBoundCoinSelection"]],["impl<Ctx> Freeze for DescriptorKey<Ctx>",1,["bdk_wallet::keys::DescriptorKey"]],["impl<Ctx> Freeze for ExtendedKey<Ctx>",1,["bdk_wallet::keys::ExtendedKey"]],["impl<E> !Freeze for CreateWithPersistError<E>",1,["bdk_wallet::wallet::persisted::CreateWithPersistError"]],["impl<E> !Freeze for LoadWithPersistError<E>",1,["bdk_wallet::wallet::persisted::LoadWithPersistError"]],["impl<K> Freeze for Bip44<K>
    where\n K: Freeze,
    ",1,["bdk_wallet::descriptor::template::Bip44"]],["impl<K> Freeze for Bip44Public<K>
    where\n K: Freeze,
    ",1,["bdk_wallet::descriptor::template::Bip44Public"]],["impl<K> Freeze for Bip49<K>
    where\n K: Freeze,
    ",1,["bdk_wallet::descriptor::template::Bip49"]],["impl<K> Freeze for Bip49Public<K>
    where\n K: Freeze,
    ",1,["bdk_wallet::descriptor::template::Bip49Public"]],["impl<K> Freeze for Bip84<K>
    where\n K: Freeze,
    ",1,["bdk_wallet::descriptor::template::Bip84"]],["impl<K> Freeze for Bip84Public<K>
    where\n K: Freeze,
    ",1,["bdk_wallet::descriptor::template::Bip84Public"]],["impl<K> Freeze for Bip86<K>
    where\n K: Freeze,
    ",1,["bdk_wallet::descriptor::template::Bip86"]],["impl<K> Freeze for Bip86Public<K>
    where\n K: Freeze,
    ",1,["bdk_wallet::descriptor::template::Bip86Public"]],["impl<K> Freeze for P2Pkh<K>
    where\n K: Freeze,
    ",1,["bdk_wallet::descriptor::template::P2Pkh"]],["impl<K> Freeze for P2TR<K>
    where\n K: Freeze,
    ",1,["bdk_wallet::descriptor::template::P2TR"]],["impl<K> Freeze for P2Wpkh<K>
    where\n K: Freeze,
    ",1,["bdk_wallet::descriptor::template::P2Wpkh"]],["impl<K> Freeze for P2Wpkh_P2Sh<K>
    where\n K: Freeze,
    ",1,["bdk_wallet::descriptor::template::P2Wpkh_P2Sh"]],["impl<K, Ctx> Freeze for GeneratedKey<K, Ctx>
    where\n K: Freeze,
    ",1,["bdk_wallet::keys::GeneratedKey"]],["impl<P> !Freeze for PersistedWallet<P>",1,["bdk_wallet::wallet::persisted::PersistedWallet"]],["impl<S> Freeze for SignerWrapper<S>
    where\n S: Freeze,
    ",1,["bdk_wallet::wallet::signer::SignerWrapper"]]], "example_bitcoind_rpc_polling":[["impl Freeze for Emission",1,["example_bitcoind_rpc_polling::Emission"]],["impl Freeze for RpcCommands",1,["example_bitcoind_rpc_polling::RpcCommands"]],["impl Freeze for RpcArgs",1,["example_bitcoind_rpc_polling::RpcArgs"]]], "example_cli":[["impl !Freeze for ChangeSet",1,["example_cli::ChangeSet"]],["impl Freeze for AddressCmd",1,["example_cli::AddressCmd"]],["impl Freeze for CoinSelectionAlgo",1,["example_cli::CoinSelectionAlgo"]],["impl Freeze for Keychain",1,["example_cli::Keychain"]],["impl Freeze for TxOutCmd",1,["example_cli::TxOutCmd"]],["impl Freeze for ChangeInfo",1,["example_cli::ChangeInfo"]],["impl<CS, S> !Freeze for Init<CS, S>",1,["example_cli::Init"]],["impl<CS, S> Freeze for Commands<CS, S>
    where\n CS: Freeze,\n S: Freeze,
    ",1,["example_cli::Commands"]],["impl<CS, S> Freeze for Args<CS, S>
    where\n CS: Freeze,\n S: Freeze,
    ",1,["example_cli::Args"]],["impl<S> Freeze for PsbtCmd<S>
    where\n S: Freeze,
    ",1,["example_cli::PsbtCmd"]]], "example_electrum":[["impl Freeze for ElectrumCommands",1,["example_electrum::ElectrumCommands"]],["impl Freeze for ElectrumArgs",1,["example_electrum::ElectrumArgs"]],["impl Freeze for ScanOptions",1,["example_electrum::ScanOptions"]]], diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/marker/trait.Send.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/marker/trait.Send.js index f17a479a1b..7f57284226 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/marker/trait.Send.js +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/marker/trait.Send.js @@ -5,7 +5,7 @@ "bdk_electrum":[["impl<E> Send for BdkElectrumClient<E>
    where\n E: Send,
    ",1,["bdk_electrum::bdk_electrum_client::BdkElectrumClient"]]], "bdk_file_store":[["impl Send for FileError",1,["bdk_file_store::FileError"]],["impl Send for IterError",1,["bdk_file_store::entry_iter::IterError"]],["impl<'t, T> Send for EntryIter<'t, T>
    where\n T: Send,
    ",1,["bdk_file_store::entry_iter::EntryIter"]],["impl<C> Send for AggregateChangesetsError<C>
    where\n C: Send,
    ",1,["bdk_file_store::store::AggregateChangesetsError"]],["impl<C> Send for Store<C>",1,["bdk_file_store::store::Store"]]], "bdk_testenv":[["impl Send for TestEnv",1,["bdk_testenv::TestEnv"]],["impl<'a> Send for Config<'a>",1,["bdk_testenv::Config"]]], -"bdk_wallet":[["impl !Send for TxOrdering",1,["bdk_wallet::wallet::tx_builder::TxOrdering"]],["impl Send for Error",1,["bdk_wallet::wallet::coin_selection::Error"]],["impl Send for Excess",1,["bdk_wallet::wallet::coin_selection::Excess"]],["impl Send for Error",1,["bdk_wallet::descriptor::error::Error"]],["impl Send for PkOrF",1,["bdk_wallet::descriptor::policy::PkOrF"]],["impl Send for PolicyError",1,["bdk_wallet::descriptor::policy::PolicyError"]],["impl Send for Satisfaction",1,["bdk_wallet::descriptor::policy::Satisfaction"]],["impl Send for SatisfiableItem",1,["bdk_wallet::descriptor::policy::SatisfiableItem"]],["impl Send for ApplyBlockError",1,["bdk_wallet::wallet::ApplyBlockError"]],["impl Send for FileStoreError",1,["bdk_wallet::wallet::persisted::FileStoreError"]],["impl Send for KeychainKind",1,["bdk_wallet::types::KeychainKind"]],["impl Send for LoadError",1,["bdk_wallet::wallet::LoadError"]],["impl Send for LoadMismatch",1,["bdk_wallet::wallet::LoadMismatch"]],["impl Send for Utxo",1,["bdk_wallet::types::Utxo"]],["impl Send for BuildFeeBumpError",1,["bdk_wallet::wallet::error::BuildFeeBumpError"]],["impl Send for CreateTxError",1,["bdk_wallet::wallet::error::CreateTxError"]],["impl Send for MiniscriptPsbtError",1,["bdk_wallet::wallet::error::MiniscriptPsbtError"]],["impl Send for KeyError",1,["bdk_wallet::keys::KeyError"]],["impl Send for ScriptContextEnum",1,["bdk_wallet::keys::ScriptContextEnum"]],["impl Send for SignerContext",1,["bdk_wallet::wallet::signer::SignerContext"]],["impl Send for SignerError",1,["bdk_wallet::wallet::signer::SignerError"]],["impl Send for SignerId",1,["bdk_wallet::wallet::signer::SignerId"]],["impl Send for TapLeavesOptions",1,["bdk_wallet::wallet::signer::TapLeavesOptions"]],["impl Send for AddForeignUtxoError",1,["bdk_wallet::wallet::tx_builder::AddForeignUtxoError"]],["impl Send for AddUtxoError",1,["bdk_wallet::wallet::tx_builder::AddUtxoError"]],["impl Send for ChangeSpendPolicy",1,["bdk_wallet::wallet::tx_builder::ChangeSpendPolicy"]],["impl Send for BranchAndBoundCoinSelection",1,["bdk_wallet::wallet::coin_selection::BranchAndBoundCoinSelection"]],["impl Send for CoinSelectionResult",1,["bdk_wallet::wallet::coin_selection::CoinSelectionResult"]],["impl Send for LargestFirstCoinSelection",1,["bdk_wallet::wallet::coin_selection::LargestFirstCoinSelection"]],["impl Send for OldestFirstCoinSelection",1,["bdk_wallet::wallet::coin_selection::OldestFirstCoinSelection"]],["impl Send for Condition",1,["bdk_wallet::descriptor::policy::Condition"]],["impl Send for Policy",1,["bdk_wallet::descriptor::policy::Policy"]],["impl Send for FullyNodedExport",1,["bdk_wallet::wallet::export::FullyNodedExport"]],["impl Send for PrivateKeyGenerateOptions",1,["bdk_wallet::keys::PrivateKeyGenerateOptions"]],["impl Send for SignOptions",1,["bdk_wallet::wallet::signer::SignOptions"]],["impl Send for SignerOrdering",1,["bdk_wallet::wallet::signer::SignerOrdering"]],["impl Send for SignersContainer",1,["bdk_wallet::wallet::signer::SignersContainer"]],["impl Send for AddressInfo",1,["bdk_wallet::wallet::AddressInfo"]],["impl Send for ChangeSet",1,["bdk_wallet::wallet::changeset::ChangeSet"]],["impl Send for CreateParams",1,["bdk_wallet::wallet::params::CreateParams"]],["impl Send for LoadParams",1,["bdk_wallet::wallet::params::LoadParams"]],["impl Send for LocalOutput",1,["bdk_wallet::types::LocalOutput"]],["impl Send for Update",1,["bdk_wallet::wallet::Update"]],["impl Send for Wallet",1,["bdk_wallet::wallet::Wallet"]],["impl Send for WeightedUtxo",1,["bdk_wallet::types::WeightedUtxo"]],["impl<'a> Send for BuildSatisfaction<'a>",1,["bdk_wallet::descriptor::policy::BuildSatisfaction"]],["impl<'a, Cs> !Send for TxBuilder<'a, Cs>",1,["bdk_wallet::wallet::tx_builder::TxBuilder"]],["impl<Ctx> Send for DescriptorKey<Ctx>
    where\n Ctx: Send,
    ",1,["bdk_wallet::keys::DescriptorKey"]],["impl<Ctx> Send for ExtendedKey<Ctx>
    where\n Ctx: Send,
    ",1,["bdk_wallet::keys::ExtendedKey"]],["impl<E> Send for CreateWithPersistError<E>
    where\n E: Send,
    ",1,["bdk_wallet::wallet::persisted::CreateWithPersistError"]],["impl<E> Send for LoadWithPersistError<E>
    where\n E: Send,
    ",1,["bdk_wallet::wallet::persisted::LoadWithPersistError"]],["impl<K> Send for Bip44<K>
    where\n K: Send,
    ",1,["bdk_wallet::descriptor::template::Bip44"]],["impl<K> Send for Bip44Public<K>
    where\n K: Send,
    ",1,["bdk_wallet::descriptor::template::Bip44Public"]],["impl<K> Send for Bip49<K>
    where\n K: Send,
    ",1,["bdk_wallet::descriptor::template::Bip49"]],["impl<K> Send for Bip49Public<K>
    where\n K: Send,
    ",1,["bdk_wallet::descriptor::template::Bip49Public"]],["impl<K> Send for Bip84<K>
    where\n K: Send,
    ",1,["bdk_wallet::descriptor::template::Bip84"]],["impl<K> Send for Bip84Public<K>
    where\n K: Send,
    ",1,["bdk_wallet::descriptor::template::Bip84Public"]],["impl<K> Send for Bip86<K>
    where\n K: Send,
    ",1,["bdk_wallet::descriptor::template::Bip86"]],["impl<K> Send for Bip86Public<K>
    where\n K: Send,
    ",1,["bdk_wallet::descriptor::template::Bip86Public"]],["impl<K> Send for P2Pkh<K>
    where\n K: Send,
    ",1,["bdk_wallet::descriptor::template::P2Pkh"]],["impl<K> Send for P2TR<K>
    where\n K: Send,
    ",1,["bdk_wallet::descriptor::template::P2TR"]],["impl<K> Send for P2Wpkh<K>
    where\n K: Send,
    ",1,["bdk_wallet::descriptor::template::P2Wpkh"]],["impl<K> Send for P2Wpkh_P2Sh<K>
    where\n K: Send,
    ",1,["bdk_wallet::descriptor::template::P2Wpkh_P2Sh"]],["impl<K, Ctx> Send for GeneratedKey<K, Ctx>
    where\n K: Send,\n Ctx: Send,
    ",1,["bdk_wallet::keys::GeneratedKey"]],["impl<P> Send for PersistedWallet<P>
    where\n P: Send,
    ",1,["bdk_wallet::wallet::persisted::PersistedWallet"]],["impl<S> Send for SignerWrapper<S>
    where\n S: Send,
    ",1,["bdk_wallet::wallet::signer::SignerWrapper"]]], +"bdk_wallet":[["impl !Send for TxOrdering",1,["bdk_wallet::wallet::tx_builder::TxOrdering"]],["impl Send for Excess",1,["bdk_wallet::wallet::coin_selection::Excess"]],["impl Send for Error",1,["bdk_wallet::descriptor::error::Error"]],["impl Send for PkOrF",1,["bdk_wallet::descriptor::policy::PkOrF"]],["impl Send for PolicyError",1,["bdk_wallet::descriptor::policy::PolicyError"]],["impl Send for Satisfaction",1,["bdk_wallet::descriptor::policy::Satisfaction"]],["impl Send for SatisfiableItem",1,["bdk_wallet::descriptor::policy::SatisfiableItem"]],["impl Send for ApplyBlockError",1,["bdk_wallet::wallet::ApplyBlockError"]],["impl Send for FileStoreError",1,["bdk_wallet::wallet::persisted::FileStoreError"]],["impl Send for KeychainKind",1,["bdk_wallet::types::KeychainKind"]],["impl Send for LoadError",1,["bdk_wallet::wallet::LoadError"]],["impl Send for LoadMismatch",1,["bdk_wallet::wallet::LoadMismatch"]],["impl Send for Utxo",1,["bdk_wallet::types::Utxo"]],["impl Send for BuildFeeBumpError",1,["bdk_wallet::wallet::error::BuildFeeBumpError"]],["impl Send for CreateTxError",1,["bdk_wallet::wallet::error::CreateTxError"]],["impl Send for MiniscriptPsbtError",1,["bdk_wallet::wallet::error::MiniscriptPsbtError"]],["impl Send for KeyError",1,["bdk_wallet::keys::KeyError"]],["impl Send for ScriptContextEnum",1,["bdk_wallet::keys::ScriptContextEnum"]],["impl Send for SignerContext",1,["bdk_wallet::wallet::signer::SignerContext"]],["impl Send for SignerError",1,["bdk_wallet::wallet::signer::SignerError"]],["impl Send for SignerId",1,["bdk_wallet::wallet::signer::SignerId"]],["impl Send for TapLeavesOptions",1,["bdk_wallet::wallet::signer::TapLeavesOptions"]],["impl Send for AddForeignUtxoError",1,["bdk_wallet::wallet::tx_builder::AddForeignUtxoError"]],["impl Send for AddUtxoError",1,["bdk_wallet::wallet::tx_builder::AddUtxoError"]],["impl Send for ChangeSpendPolicy",1,["bdk_wallet::wallet::tx_builder::ChangeSpendPolicy"]],["impl Send for CoinSelectionResult",1,["bdk_wallet::wallet::coin_selection::CoinSelectionResult"]],["impl Send for InsufficientFunds",1,["bdk_wallet::wallet::coin_selection::InsufficientFunds"]],["impl Send for LargestFirstCoinSelection",1,["bdk_wallet::wallet::coin_selection::LargestFirstCoinSelection"]],["impl Send for OldestFirstCoinSelection",1,["bdk_wallet::wallet::coin_selection::OldestFirstCoinSelection"]],["impl Send for SingleRandomDraw",1,["bdk_wallet::wallet::coin_selection::SingleRandomDraw"]],["impl Send for Condition",1,["bdk_wallet::descriptor::policy::Condition"]],["impl Send for Policy",1,["bdk_wallet::descriptor::policy::Policy"]],["impl Send for FullyNodedExport",1,["bdk_wallet::wallet::export::FullyNodedExport"]],["impl Send for PrivateKeyGenerateOptions",1,["bdk_wallet::keys::PrivateKeyGenerateOptions"]],["impl Send for SignOptions",1,["bdk_wallet::wallet::signer::SignOptions"]],["impl Send for SignerOrdering",1,["bdk_wallet::wallet::signer::SignerOrdering"]],["impl Send for SignersContainer",1,["bdk_wallet::wallet::signer::SignersContainer"]],["impl Send for AddressInfo",1,["bdk_wallet::wallet::AddressInfo"]],["impl Send for ChangeSet",1,["bdk_wallet::wallet::changeset::ChangeSet"]],["impl Send for CreateParams",1,["bdk_wallet::wallet::params::CreateParams"]],["impl Send for LoadParams",1,["bdk_wallet::wallet::params::LoadParams"]],["impl Send for LocalOutput",1,["bdk_wallet::types::LocalOutput"]],["impl Send for Update",1,["bdk_wallet::wallet::Update"]],["impl Send for Wallet",1,["bdk_wallet::wallet::Wallet"]],["impl Send for WeightedUtxo",1,["bdk_wallet::types::WeightedUtxo"]],["impl<'a> Send for BuildSatisfaction<'a>",1,["bdk_wallet::descriptor::policy::BuildSatisfaction"]],["impl<'a, Cs> !Send for TxBuilder<'a, Cs>",1,["bdk_wallet::wallet::tx_builder::TxBuilder"]],["impl<Cs> Send for BranchAndBoundCoinSelection<Cs>
    where\n Cs: Send,
    ",1,["bdk_wallet::wallet::coin_selection::BranchAndBoundCoinSelection"]],["impl<Ctx> Send for DescriptorKey<Ctx>
    where\n Ctx: Send,
    ",1,["bdk_wallet::keys::DescriptorKey"]],["impl<Ctx> Send for ExtendedKey<Ctx>
    where\n Ctx: Send,
    ",1,["bdk_wallet::keys::ExtendedKey"]],["impl<E> Send for CreateWithPersistError<E>
    where\n E: Send,
    ",1,["bdk_wallet::wallet::persisted::CreateWithPersistError"]],["impl<E> Send for LoadWithPersistError<E>
    where\n E: Send,
    ",1,["bdk_wallet::wallet::persisted::LoadWithPersistError"]],["impl<K> Send for Bip44<K>
    where\n K: Send,
    ",1,["bdk_wallet::descriptor::template::Bip44"]],["impl<K> Send for Bip44Public<K>
    where\n K: Send,
    ",1,["bdk_wallet::descriptor::template::Bip44Public"]],["impl<K> Send for Bip49<K>
    where\n K: Send,
    ",1,["bdk_wallet::descriptor::template::Bip49"]],["impl<K> Send for Bip49Public<K>
    where\n K: Send,
    ",1,["bdk_wallet::descriptor::template::Bip49Public"]],["impl<K> Send for Bip84<K>
    where\n K: Send,
    ",1,["bdk_wallet::descriptor::template::Bip84"]],["impl<K> Send for Bip84Public<K>
    where\n K: Send,
    ",1,["bdk_wallet::descriptor::template::Bip84Public"]],["impl<K> Send for Bip86<K>
    where\n K: Send,
    ",1,["bdk_wallet::descriptor::template::Bip86"]],["impl<K> Send for Bip86Public<K>
    where\n K: Send,
    ",1,["bdk_wallet::descriptor::template::Bip86Public"]],["impl<K> Send for P2Pkh<K>
    where\n K: Send,
    ",1,["bdk_wallet::descriptor::template::P2Pkh"]],["impl<K> Send for P2TR<K>
    where\n K: Send,
    ",1,["bdk_wallet::descriptor::template::P2TR"]],["impl<K> Send for P2Wpkh<K>
    where\n K: Send,
    ",1,["bdk_wallet::descriptor::template::P2Wpkh"]],["impl<K> Send for P2Wpkh_P2Sh<K>
    where\n K: Send,
    ",1,["bdk_wallet::descriptor::template::P2Wpkh_P2Sh"]],["impl<K, Ctx> Send for GeneratedKey<K, Ctx>
    where\n K: Send,\n Ctx: Send,
    ",1,["bdk_wallet::keys::GeneratedKey"]],["impl<P> Send for PersistedWallet<P>
    where\n P: Send,
    ",1,["bdk_wallet::wallet::persisted::PersistedWallet"]],["impl<S> Send for SignerWrapper<S>
    where\n S: Send,
    ",1,["bdk_wallet::wallet::signer::SignerWrapper"]]], "example_bitcoind_rpc_polling":[["impl Send for Emission",1,["example_bitcoind_rpc_polling::Emission"]],["impl Send for RpcCommands",1,["example_bitcoind_rpc_polling::RpcCommands"]],["impl Send for RpcArgs",1,["example_bitcoind_rpc_polling::RpcArgs"]]], "example_cli":[["impl Send for AddressCmd",1,["example_cli::AddressCmd"]],["impl Send for CoinSelectionAlgo",1,["example_cli::CoinSelectionAlgo"]],["impl Send for Keychain",1,["example_cli::Keychain"]],["impl Send for TxOutCmd",1,["example_cli::TxOutCmd"]],["impl Send for ChangeInfo",1,["example_cli::ChangeInfo"]],["impl Send for ChangeSet",1,["example_cli::ChangeSet"]],["impl<CS, S> Send for Commands<CS, S>
    where\n CS: Send,\n S: Send,
    ",1,["example_cli::Commands"]],["impl<CS, S> Send for Args<CS, S>
    where\n CS: Send,\n S: Send,
    ",1,["example_cli::Args"]],["impl<CS, S> Send for Init<CS, S>
    where\n CS: Send,\n S: Send,
    ",1,["example_cli::Init"]],["impl<S> Send for PsbtCmd<S>
    where\n S: Send,
    ",1,["example_cli::PsbtCmd"]]], "example_electrum":[["impl Send for ElectrumCommands",1,["example_electrum::ElectrumCommands"]],["impl Send for ElectrumArgs",1,["example_electrum::ElectrumArgs"]],["impl Send for ScanOptions",1,["example_electrum::ScanOptions"]]], diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/marker/trait.StructuralPartialEq.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/marker/trait.StructuralPartialEq.js index 59e9974842..3761ce2032 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/marker/trait.StructuralPartialEq.js +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/marker/trait.StructuralPartialEq.js @@ -1,7 +1,7 @@ (function() {var implementors = { "bdk_chain":[["impl StructuralPartialEq for ConfirmationTime"],["impl StructuralPartialEq for ApplyHeaderError"],["impl StructuralPartialEq for CalculateFeeError"],["impl StructuralPartialEq for ChangeSet"],["impl StructuralPartialEq for AlterCheckPointError"],["impl StructuralPartialEq for CannotConnectError"],["impl StructuralPartialEq for ChangeSet"],["impl StructuralPartialEq for LocalChain"],["impl StructuralPartialEq for MissingGenesisError"],["impl StructuralPartialEq for Balance"],["impl StructuralPartialEq for DescriptorId"],["impl<'a, T, A> StructuralPartialEq for CanonicalTx<'a, T, A>"],["impl<'a, T, A> StructuralPartialEq for TxNode<'a, T, A>"],["impl<A> StructuralPartialEq for ChainPosition<A>"],["impl<A> StructuralPartialEq for FullTxOut<A>"],["impl<A> StructuralPartialEq for ChangeSet<A>"],["impl<A> StructuralPartialEq for TxGraph<A>"],["impl<A, IA> StructuralPartialEq for ChangeSet<A, IA>"],["impl<K> StructuralPartialEq for InsertDescriptorError<K>"]], "bdk_core":[["impl StructuralPartialEq for BlockId"],["impl StructuralPartialEq for ConfirmationBlockTime"],["impl<'i, I> StructuralPartialEq for SyncItem<'i, I>"]], -"bdk_wallet":[["impl StructuralPartialEq for Error"],["impl StructuralPartialEq for PkOrF"],["impl StructuralPartialEq for PolicyError"],["impl StructuralPartialEq for Satisfaction"],["impl StructuralPartialEq for SatisfiableItem"],["impl StructuralPartialEq for KeychainKind"],["impl StructuralPartialEq for LoadError"],["impl StructuralPartialEq for LoadMismatch"],["impl StructuralPartialEq for Utxo"],["impl StructuralPartialEq for KeyError"],["impl StructuralPartialEq for ScriptContextEnum"],["impl StructuralPartialEq for SignerContext"],["impl StructuralPartialEq for SignerId"],["impl StructuralPartialEq for TapLeavesOptions"],["impl StructuralPartialEq for ChangeSpendPolicy"],["impl StructuralPartialEq for Condition"],["impl StructuralPartialEq for Policy"],["impl StructuralPartialEq for SignerOrdering"],["impl StructuralPartialEq for AddressInfo"],["impl StructuralPartialEq for ChangeSet"],["impl StructuralPartialEq for LocalOutput"],["impl StructuralPartialEq for WeightedUtxo"],["impl<E> StructuralPartialEq for LoadWithPersistError<E>"]], +"bdk_wallet":[["impl StructuralPartialEq for Error"],["impl StructuralPartialEq for PkOrF"],["impl StructuralPartialEq for PolicyError"],["impl StructuralPartialEq for Satisfaction"],["impl StructuralPartialEq for SatisfiableItem"],["impl StructuralPartialEq for KeychainKind"],["impl StructuralPartialEq for LoadError"],["impl StructuralPartialEq for LoadMismatch"],["impl StructuralPartialEq for Utxo"],["impl StructuralPartialEq for KeyError"],["impl StructuralPartialEq for ScriptContextEnum"],["impl StructuralPartialEq for SignerContext"],["impl StructuralPartialEq for SignerId"],["impl StructuralPartialEq for TapLeavesOptions"],["impl StructuralPartialEq for ChangeSpendPolicy"],["impl StructuralPartialEq for InsufficientFunds"],["impl StructuralPartialEq for Condition"],["impl StructuralPartialEq for Policy"],["impl StructuralPartialEq for SignerOrdering"],["impl StructuralPartialEq for AddressInfo"],["impl StructuralPartialEq for ChangeSet"],["impl StructuralPartialEq for LocalOutput"],["impl StructuralPartialEq for WeightedUtxo"],["impl<E> StructuralPartialEq for LoadWithPersistError<E>"]], "example_cli":[["impl StructuralPartialEq for Keychain"],["impl StructuralPartialEq for ChangeSet"]], "example_electrum":[["impl StructuralPartialEq for ScanOptions"]], "example_esplora":[["impl StructuralPartialEq for ScanOptions"]] diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/marker/trait.Sync.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/marker/trait.Sync.js index b72fa4acbf..26f8d44c7c 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/marker/trait.Sync.js +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/marker/trait.Sync.js @@ -5,7 +5,7 @@ "bdk_electrum":[["impl<E> Sync for BdkElectrumClient<E>
    where\n E: Sync,
    ",1,["bdk_electrum::bdk_electrum_client::BdkElectrumClient"]]], "bdk_file_store":[["impl Sync for FileError",1,["bdk_file_store::FileError"]],["impl Sync for IterError",1,["bdk_file_store::entry_iter::IterError"]],["impl<'t, T> Sync for EntryIter<'t, T>
    where\n T: Sync,
    ",1,["bdk_file_store::entry_iter::EntryIter"]],["impl<C> Sync for AggregateChangesetsError<C>
    where\n C: Sync,
    ",1,["bdk_file_store::store::AggregateChangesetsError"]],["impl<C> Sync for Store<C>",1,["bdk_file_store::store::Store"]]], "bdk_testenv":[["impl Sync for TestEnv",1,["bdk_testenv::TestEnv"]],["impl<'a> Sync for Config<'a>",1,["bdk_testenv::Config"]]], -"bdk_wallet":[["impl !Sync for TxOrdering",1,["bdk_wallet::wallet::tx_builder::TxOrdering"]],["impl !Sync for CreateParams",1,["bdk_wallet::wallet::params::CreateParams"]],["impl !Sync for LoadParams",1,["bdk_wallet::wallet::params::LoadParams"]],["impl Sync for Error",1,["bdk_wallet::wallet::coin_selection::Error"]],["impl Sync for Excess",1,["bdk_wallet::wallet::coin_selection::Excess"]],["impl Sync for Error",1,["bdk_wallet::descriptor::error::Error"]],["impl Sync for PkOrF",1,["bdk_wallet::descriptor::policy::PkOrF"]],["impl Sync for PolicyError",1,["bdk_wallet::descriptor::policy::PolicyError"]],["impl Sync for Satisfaction",1,["bdk_wallet::descriptor::policy::Satisfaction"]],["impl Sync for SatisfiableItem",1,["bdk_wallet::descriptor::policy::SatisfiableItem"]],["impl Sync for ApplyBlockError",1,["bdk_wallet::wallet::ApplyBlockError"]],["impl Sync for FileStoreError",1,["bdk_wallet::wallet::persisted::FileStoreError"]],["impl Sync for KeychainKind",1,["bdk_wallet::types::KeychainKind"]],["impl Sync for LoadError",1,["bdk_wallet::wallet::LoadError"]],["impl Sync for LoadMismatch",1,["bdk_wallet::wallet::LoadMismatch"]],["impl Sync for Utxo",1,["bdk_wallet::types::Utxo"]],["impl Sync for BuildFeeBumpError",1,["bdk_wallet::wallet::error::BuildFeeBumpError"]],["impl Sync for CreateTxError",1,["bdk_wallet::wallet::error::CreateTxError"]],["impl Sync for MiniscriptPsbtError",1,["bdk_wallet::wallet::error::MiniscriptPsbtError"]],["impl Sync for KeyError",1,["bdk_wallet::keys::KeyError"]],["impl Sync for ScriptContextEnum",1,["bdk_wallet::keys::ScriptContextEnum"]],["impl Sync for SignerContext",1,["bdk_wallet::wallet::signer::SignerContext"]],["impl Sync for SignerError",1,["bdk_wallet::wallet::signer::SignerError"]],["impl Sync for SignerId",1,["bdk_wallet::wallet::signer::SignerId"]],["impl Sync for TapLeavesOptions",1,["bdk_wallet::wallet::signer::TapLeavesOptions"]],["impl Sync for AddForeignUtxoError",1,["bdk_wallet::wallet::tx_builder::AddForeignUtxoError"]],["impl Sync for AddUtxoError",1,["bdk_wallet::wallet::tx_builder::AddUtxoError"]],["impl Sync for ChangeSpendPolicy",1,["bdk_wallet::wallet::tx_builder::ChangeSpendPolicy"]],["impl Sync for BranchAndBoundCoinSelection",1,["bdk_wallet::wallet::coin_selection::BranchAndBoundCoinSelection"]],["impl Sync for CoinSelectionResult",1,["bdk_wallet::wallet::coin_selection::CoinSelectionResult"]],["impl Sync for LargestFirstCoinSelection",1,["bdk_wallet::wallet::coin_selection::LargestFirstCoinSelection"]],["impl Sync for OldestFirstCoinSelection",1,["bdk_wallet::wallet::coin_selection::OldestFirstCoinSelection"]],["impl Sync for Condition",1,["bdk_wallet::descriptor::policy::Condition"]],["impl Sync for Policy",1,["bdk_wallet::descriptor::policy::Policy"]],["impl Sync for FullyNodedExport",1,["bdk_wallet::wallet::export::FullyNodedExport"]],["impl Sync for PrivateKeyGenerateOptions",1,["bdk_wallet::keys::PrivateKeyGenerateOptions"]],["impl Sync for SignOptions",1,["bdk_wallet::wallet::signer::SignOptions"]],["impl Sync for SignerOrdering",1,["bdk_wallet::wallet::signer::SignerOrdering"]],["impl Sync for SignersContainer",1,["bdk_wallet::wallet::signer::SignersContainer"]],["impl Sync for AddressInfo",1,["bdk_wallet::wallet::AddressInfo"]],["impl Sync for ChangeSet",1,["bdk_wallet::wallet::changeset::ChangeSet"]],["impl Sync for LocalOutput",1,["bdk_wallet::types::LocalOutput"]],["impl Sync for Update",1,["bdk_wallet::wallet::Update"]],["impl Sync for Wallet",1,["bdk_wallet::wallet::Wallet"]],["impl Sync for WeightedUtxo",1,["bdk_wallet::types::WeightedUtxo"]],["impl<'a> Sync for BuildSatisfaction<'a>",1,["bdk_wallet::descriptor::policy::BuildSatisfaction"]],["impl<'a, Cs> !Sync for TxBuilder<'a, Cs>",1,["bdk_wallet::wallet::tx_builder::TxBuilder"]],["impl<Ctx> Sync for DescriptorKey<Ctx>
    where\n Ctx: Sync,
    ",1,["bdk_wallet::keys::DescriptorKey"]],["impl<Ctx> Sync for ExtendedKey<Ctx>
    where\n Ctx: Sync,
    ",1,["bdk_wallet::keys::ExtendedKey"]],["impl<E> Sync for CreateWithPersistError<E>
    where\n E: Sync,
    ",1,["bdk_wallet::wallet::persisted::CreateWithPersistError"]],["impl<E> Sync for LoadWithPersistError<E>
    where\n E: Sync,
    ",1,["bdk_wallet::wallet::persisted::LoadWithPersistError"]],["impl<K> Sync for Bip44<K>
    where\n K: Sync,
    ",1,["bdk_wallet::descriptor::template::Bip44"]],["impl<K> Sync for Bip44Public<K>
    where\n K: Sync,
    ",1,["bdk_wallet::descriptor::template::Bip44Public"]],["impl<K> Sync for Bip49<K>
    where\n K: Sync,
    ",1,["bdk_wallet::descriptor::template::Bip49"]],["impl<K> Sync for Bip49Public<K>
    where\n K: Sync,
    ",1,["bdk_wallet::descriptor::template::Bip49Public"]],["impl<K> Sync for Bip84<K>
    where\n K: Sync,
    ",1,["bdk_wallet::descriptor::template::Bip84"]],["impl<K> Sync for Bip84Public<K>
    where\n K: Sync,
    ",1,["bdk_wallet::descriptor::template::Bip84Public"]],["impl<K> Sync for Bip86<K>
    where\n K: Sync,
    ",1,["bdk_wallet::descriptor::template::Bip86"]],["impl<K> Sync for Bip86Public<K>
    where\n K: Sync,
    ",1,["bdk_wallet::descriptor::template::Bip86Public"]],["impl<K> Sync for P2Pkh<K>
    where\n K: Sync,
    ",1,["bdk_wallet::descriptor::template::P2Pkh"]],["impl<K> Sync for P2TR<K>
    where\n K: Sync,
    ",1,["bdk_wallet::descriptor::template::P2TR"]],["impl<K> Sync for P2Wpkh<K>
    where\n K: Sync,
    ",1,["bdk_wallet::descriptor::template::P2Wpkh"]],["impl<K> Sync for P2Wpkh_P2Sh<K>
    where\n K: Sync,
    ",1,["bdk_wallet::descriptor::template::P2Wpkh_P2Sh"]],["impl<K, Ctx> Sync for GeneratedKey<K, Ctx>
    where\n K: Sync,\n Ctx: Sync,
    ",1,["bdk_wallet::keys::GeneratedKey"]],["impl<P> Sync for PersistedWallet<P>
    where\n P: Sync,
    ",1,["bdk_wallet::wallet::persisted::PersistedWallet"]],["impl<S> Sync for SignerWrapper<S>
    where\n S: Sync,
    ",1,["bdk_wallet::wallet::signer::SignerWrapper"]]], +"bdk_wallet":[["impl !Sync for TxOrdering",1,["bdk_wallet::wallet::tx_builder::TxOrdering"]],["impl !Sync for CreateParams",1,["bdk_wallet::wallet::params::CreateParams"]],["impl !Sync for LoadParams",1,["bdk_wallet::wallet::params::LoadParams"]],["impl Sync for Excess",1,["bdk_wallet::wallet::coin_selection::Excess"]],["impl Sync for Error",1,["bdk_wallet::descriptor::error::Error"]],["impl Sync for PkOrF",1,["bdk_wallet::descriptor::policy::PkOrF"]],["impl Sync for PolicyError",1,["bdk_wallet::descriptor::policy::PolicyError"]],["impl Sync for Satisfaction",1,["bdk_wallet::descriptor::policy::Satisfaction"]],["impl Sync for SatisfiableItem",1,["bdk_wallet::descriptor::policy::SatisfiableItem"]],["impl Sync for ApplyBlockError",1,["bdk_wallet::wallet::ApplyBlockError"]],["impl Sync for FileStoreError",1,["bdk_wallet::wallet::persisted::FileStoreError"]],["impl Sync for KeychainKind",1,["bdk_wallet::types::KeychainKind"]],["impl Sync for LoadError",1,["bdk_wallet::wallet::LoadError"]],["impl Sync for LoadMismatch",1,["bdk_wallet::wallet::LoadMismatch"]],["impl Sync for Utxo",1,["bdk_wallet::types::Utxo"]],["impl Sync for BuildFeeBumpError",1,["bdk_wallet::wallet::error::BuildFeeBumpError"]],["impl Sync for CreateTxError",1,["bdk_wallet::wallet::error::CreateTxError"]],["impl Sync for MiniscriptPsbtError",1,["bdk_wallet::wallet::error::MiniscriptPsbtError"]],["impl Sync for KeyError",1,["bdk_wallet::keys::KeyError"]],["impl Sync for ScriptContextEnum",1,["bdk_wallet::keys::ScriptContextEnum"]],["impl Sync for SignerContext",1,["bdk_wallet::wallet::signer::SignerContext"]],["impl Sync for SignerError",1,["bdk_wallet::wallet::signer::SignerError"]],["impl Sync for SignerId",1,["bdk_wallet::wallet::signer::SignerId"]],["impl Sync for TapLeavesOptions",1,["bdk_wallet::wallet::signer::TapLeavesOptions"]],["impl Sync for AddForeignUtxoError",1,["bdk_wallet::wallet::tx_builder::AddForeignUtxoError"]],["impl Sync for AddUtxoError",1,["bdk_wallet::wallet::tx_builder::AddUtxoError"]],["impl Sync for ChangeSpendPolicy",1,["bdk_wallet::wallet::tx_builder::ChangeSpendPolicy"]],["impl Sync for CoinSelectionResult",1,["bdk_wallet::wallet::coin_selection::CoinSelectionResult"]],["impl Sync for InsufficientFunds",1,["bdk_wallet::wallet::coin_selection::InsufficientFunds"]],["impl Sync for LargestFirstCoinSelection",1,["bdk_wallet::wallet::coin_selection::LargestFirstCoinSelection"]],["impl Sync for OldestFirstCoinSelection",1,["bdk_wallet::wallet::coin_selection::OldestFirstCoinSelection"]],["impl Sync for SingleRandomDraw",1,["bdk_wallet::wallet::coin_selection::SingleRandomDraw"]],["impl Sync for Condition",1,["bdk_wallet::descriptor::policy::Condition"]],["impl Sync for Policy",1,["bdk_wallet::descriptor::policy::Policy"]],["impl Sync for FullyNodedExport",1,["bdk_wallet::wallet::export::FullyNodedExport"]],["impl Sync for PrivateKeyGenerateOptions",1,["bdk_wallet::keys::PrivateKeyGenerateOptions"]],["impl Sync for SignOptions",1,["bdk_wallet::wallet::signer::SignOptions"]],["impl Sync for SignerOrdering",1,["bdk_wallet::wallet::signer::SignerOrdering"]],["impl Sync for SignersContainer",1,["bdk_wallet::wallet::signer::SignersContainer"]],["impl Sync for AddressInfo",1,["bdk_wallet::wallet::AddressInfo"]],["impl Sync for ChangeSet",1,["bdk_wallet::wallet::changeset::ChangeSet"]],["impl Sync for LocalOutput",1,["bdk_wallet::types::LocalOutput"]],["impl Sync for Update",1,["bdk_wallet::wallet::Update"]],["impl Sync for Wallet",1,["bdk_wallet::wallet::Wallet"]],["impl Sync for WeightedUtxo",1,["bdk_wallet::types::WeightedUtxo"]],["impl<'a> Sync for BuildSatisfaction<'a>",1,["bdk_wallet::descriptor::policy::BuildSatisfaction"]],["impl<'a, Cs> !Sync for TxBuilder<'a, Cs>",1,["bdk_wallet::wallet::tx_builder::TxBuilder"]],["impl<Cs> Sync for BranchAndBoundCoinSelection<Cs>
    where\n Cs: Sync,
    ",1,["bdk_wallet::wallet::coin_selection::BranchAndBoundCoinSelection"]],["impl<Ctx> Sync for DescriptorKey<Ctx>
    where\n Ctx: Sync,
    ",1,["bdk_wallet::keys::DescriptorKey"]],["impl<Ctx> Sync for ExtendedKey<Ctx>
    where\n Ctx: Sync,
    ",1,["bdk_wallet::keys::ExtendedKey"]],["impl<E> Sync for CreateWithPersistError<E>
    where\n E: Sync,
    ",1,["bdk_wallet::wallet::persisted::CreateWithPersistError"]],["impl<E> Sync for LoadWithPersistError<E>
    where\n E: Sync,
    ",1,["bdk_wallet::wallet::persisted::LoadWithPersistError"]],["impl<K> Sync for Bip44<K>
    where\n K: Sync,
    ",1,["bdk_wallet::descriptor::template::Bip44"]],["impl<K> Sync for Bip44Public<K>
    where\n K: Sync,
    ",1,["bdk_wallet::descriptor::template::Bip44Public"]],["impl<K> Sync for Bip49<K>
    where\n K: Sync,
    ",1,["bdk_wallet::descriptor::template::Bip49"]],["impl<K> Sync for Bip49Public<K>
    where\n K: Sync,
    ",1,["bdk_wallet::descriptor::template::Bip49Public"]],["impl<K> Sync for Bip84<K>
    where\n K: Sync,
    ",1,["bdk_wallet::descriptor::template::Bip84"]],["impl<K> Sync for Bip84Public<K>
    where\n K: Sync,
    ",1,["bdk_wallet::descriptor::template::Bip84Public"]],["impl<K> Sync for Bip86<K>
    where\n K: Sync,
    ",1,["bdk_wallet::descriptor::template::Bip86"]],["impl<K> Sync for Bip86Public<K>
    where\n K: Sync,
    ",1,["bdk_wallet::descriptor::template::Bip86Public"]],["impl<K> Sync for P2Pkh<K>
    where\n K: Sync,
    ",1,["bdk_wallet::descriptor::template::P2Pkh"]],["impl<K> Sync for P2TR<K>
    where\n K: Sync,
    ",1,["bdk_wallet::descriptor::template::P2TR"]],["impl<K> Sync for P2Wpkh<K>
    where\n K: Sync,
    ",1,["bdk_wallet::descriptor::template::P2Wpkh"]],["impl<K> Sync for P2Wpkh_P2Sh<K>
    where\n K: Sync,
    ",1,["bdk_wallet::descriptor::template::P2Wpkh_P2Sh"]],["impl<K, Ctx> Sync for GeneratedKey<K, Ctx>
    where\n K: Sync,\n Ctx: Sync,
    ",1,["bdk_wallet::keys::GeneratedKey"]],["impl<P> Sync for PersistedWallet<P>
    where\n P: Sync,
    ",1,["bdk_wallet::wallet::persisted::PersistedWallet"]],["impl<S> Sync for SignerWrapper<S>
    where\n S: Sync,
    ",1,["bdk_wallet::wallet::signer::SignerWrapper"]]], "example_bitcoind_rpc_polling":[["impl Sync for Emission",1,["example_bitcoind_rpc_polling::Emission"]],["impl Sync for RpcCommands",1,["example_bitcoind_rpc_polling::RpcCommands"]],["impl Sync for RpcArgs",1,["example_bitcoind_rpc_polling::RpcArgs"]]], "example_cli":[["impl Sync for AddressCmd",1,["example_cli::AddressCmd"]],["impl Sync for CoinSelectionAlgo",1,["example_cli::CoinSelectionAlgo"]],["impl Sync for Keychain",1,["example_cli::Keychain"]],["impl Sync for TxOutCmd",1,["example_cli::TxOutCmd"]],["impl Sync for ChangeInfo",1,["example_cli::ChangeInfo"]],["impl Sync for ChangeSet",1,["example_cli::ChangeSet"]],["impl<CS, S> Sync for Commands<CS, S>
    where\n CS: Sync,\n S: Sync,
    ",1,["example_cli::Commands"]],["impl<CS, S> Sync for Args<CS, S>
    where\n CS: Sync,\n S: Sync,
    ",1,["example_cli::Args"]],["impl<CS, S> Sync for Init<CS, S>
    where\n CS: Sync,\n S: Sync,
    ",1,["example_cli::Init"]],["impl<S> Sync for PsbtCmd<S>
    where\n S: Sync,
    ",1,["example_cli::PsbtCmd"]]], "example_electrum":[["impl Sync for ElectrumCommands",1,["example_electrum::ElectrumCommands"]],["impl Sync for ElectrumArgs",1,["example_electrum::ElectrumArgs"]],["impl Sync for ScanOptions",1,["example_electrum::ScanOptions"]]], diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/marker/trait.Unpin.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/marker/trait.Unpin.js index d77300711c..ef0f3f9021 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/marker/trait.Unpin.js +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/marker/trait.Unpin.js @@ -5,7 +5,7 @@ "bdk_electrum":[["impl<E> Unpin for BdkElectrumClient<E>
    where\n E: Unpin,
    ",1,["bdk_electrum::bdk_electrum_client::BdkElectrumClient"]]], "bdk_file_store":[["impl Unpin for FileError",1,["bdk_file_store::FileError"]],["impl Unpin for IterError",1,["bdk_file_store::entry_iter::IterError"]],["impl<'t, T> Unpin for EntryIter<'t, T>
    where\n T: Unpin,
    ",1,["bdk_file_store::entry_iter::EntryIter"]],["impl<C> Unpin for AggregateChangesetsError<C>
    where\n C: Unpin,
    ",1,["bdk_file_store::store::AggregateChangesetsError"]],["impl<C> Unpin for Store<C>
    where\n C: Unpin,
    ",1,["bdk_file_store::store::Store"]]], "bdk_testenv":[["impl Unpin for TestEnv",1,["bdk_testenv::TestEnv"]],["impl<'a> Unpin for Config<'a>",1,["bdk_testenv::Config"]]], -"bdk_wallet":[["impl Unpin for Error",1,["bdk_wallet::wallet::coin_selection::Error"]],["impl Unpin for Excess",1,["bdk_wallet::wallet::coin_selection::Excess"]],["impl Unpin for Error",1,["bdk_wallet::descriptor::error::Error"]],["impl Unpin for PkOrF",1,["bdk_wallet::descriptor::policy::PkOrF"]],["impl Unpin for PolicyError",1,["bdk_wallet::descriptor::policy::PolicyError"]],["impl Unpin for Satisfaction",1,["bdk_wallet::descriptor::policy::Satisfaction"]],["impl Unpin for SatisfiableItem",1,["bdk_wallet::descriptor::policy::SatisfiableItem"]],["impl Unpin for ApplyBlockError",1,["bdk_wallet::wallet::ApplyBlockError"]],["impl Unpin for FileStoreError",1,["bdk_wallet::wallet::persisted::FileStoreError"]],["impl Unpin for KeychainKind",1,["bdk_wallet::types::KeychainKind"]],["impl Unpin for LoadError",1,["bdk_wallet::wallet::LoadError"]],["impl Unpin for LoadMismatch",1,["bdk_wallet::wallet::LoadMismatch"]],["impl Unpin for Utxo",1,["bdk_wallet::types::Utxo"]],["impl Unpin for BuildFeeBumpError",1,["bdk_wallet::wallet::error::BuildFeeBumpError"]],["impl Unpin for CreateTxError",1,["bdk_wallet::wallet::error::CreateTxError"]],["impl Unpin for MiniscriptPsbtError",1,["bdk_wallet::wallet::error::MiniscriptPsbtError"]],["impl Unpin for KeyError",1,["bdk_wallet::keys::KeyError"]],["impl Unpin for ScriptContextEnum",1,["bdk_wallet::keys::ScriptContextEnum"]],["impl Unpin for SignerContext",1,["bdk_wallet::wallet::signer::SignerContext"]],["impl Unpin for SignerError",1,["bdk_wallet::wallet::signer::SignerError"]],["impl Unpin for SignerId",1,["bdk_wallet::wallet::signer::SignerId"]],["impl Unpin for TapLeavesOptions",1,["bdk_wallet::wallet::signer::TapLeavesOptions"]],["impl Unpin for AddForeignUtxoError",1,["bdk_wallet::wallet::tx_builder::AddForeignUtxoError"]],["impl Unpin for AddUtxoError",1,["bdk_wallet::wallet::tx_builder::AddUtxoError"]],["impl Unpin for ChangeSpendPolicy",1,["bdk_wallet::wallet::tx_builder::ChangeSpendPolicy"]],["impl Unpin for TxOrdering",1,["bdk_wallet::wallet::tx_builder::TxOrdering"]],["impl Unpin for BranchAndBoundCoinSelection",1,["bdk_wallet::wallet::coin_selection::BranchAndBoundCoinSelection"]],["impl Unpin for CoinSelectionResult",1,["bdk_wallet::wallet::coin_selection::CoinSelectionResult"]],["impl Unpin for LargestFirstCoinSelection",1,["bdk_wallet::wallet::coin_selection::LargestFirstCoinSelection"]],["impl Unpin for OldestFirstCoinSelection",1,["bdk_wallet::wallet::coin_selection::OldestFirstCoinSelection"]],["impl Unpin for Condition",1,["bdk_wallet::descriptor::policy::Condition"]],["impl Unpin for Policy",1,["bdk_wallet::descriptor::policy::Policy"]],["impl Unpin for FullyNodedExport",1,["bdk_wallet::wallet::export::FullyNodedExport"]],["impl Unpin for PrivateKeyGenerateOptions",1,["bdk_wallet::keys::PrivateKeyGenerateOptions"]],["impl Unpin for SignOptions",1,["bdk_wallet::wallet::signer::SignOptions"]],["impl Unpin for SignerOrdering",1,["bdk_wallet::wallet::signer::SignerOrdering"]],["impl Unpin for SignersContainer",1,["bdk_wallet::wallet::signer::SignersContainer"]],["impl Unpin for AddressInfo",1,["bdk_wallet::wallet::AddressInfo"]],["impl Unpin for ChangeSet",1,["bdk_wallet::wallet::changeset::ChangeSet"]],["impl Unpin for CreateParams",1,["bdk_wallet::wallet::params::CreateParams"]],["impl Unpin for LoadParams",1,["bdk_wallet::wallet::params::LoadParams"]],["impl Unpin for LocalOutput",1,["bdk_wallet::types::LocalOutput"]],["impl Unpin for Update",1,["bdk_wallet::wallet::Update"]],["impl Unpin for Wallet",1,["bdk_wallet::wallet::Wallet"]],["impl Unpin for WeightedUtxo",1,["bdk_wallet::types::WeightedUtxo"]],["impl<'a> Unpin for BuildSatisfaction<'a>",1,["bdk_wallet::descriptor::policy::BuildSatisfaction"]],["impl<'a, Cs> Unpin for TxBuilder<'a, Cs>
    where\n Cs: Unpin,
    ",1,["bdk_wallet::wallet::tx_builder::TxBuilder"]],["impl<Ctx> Unpin for DescriptorKey<Ctx>
    where\n Ctx: Unpin,
    ",1,["bdk_wallet::keys::DescriptorKey"]],["impl<Ctx> Unpin for ExtendedKey<Ctx>
    where\n Ctx: Unpin,
    ",1,["bdk_wallet::keys::ExtendedKey"]],["impl<E> Unpin for CreateWithPersistError<E>
    where\n E: Unpin,
    ",1,["bdk_wallet::wallet::persisted::CreateWithPersistError"]],["impl<E> Unpin for LoadWithPersistError<E>
    where\n E: Unpin,
    ",1,["bdk_wallet::wallet::persisted::LoadWithPersistError"]],["impl<K> Unpin for Bip44<K>
    where\n K: Unpin,
    ",1,["bdk_wallet::descriptor::template::Bip44"]],["impl<K> Unpin for Bip44Public<K>
    where\n K: Unpin,
    ",1,["bdk_wallet::descriptor::template::Bip44Public"]],["impl<K> Unpin for Bip49<K>
    where\n K: Unpin,
    ",1,["bdk_wallet::descriptor::template::Bip49"]],["impl<K> Unpin for Bip49Public<K>
    where\n K: Unpin,
    ",1,["bdk_wallet::descriptor::template::Bip49Public"]],["impl<K> Unpin for Bip84<K>
    where\n K: Unpin,
    ",1,["bdk_wallet::descriptor::template::Bip84"]],["impl<K> Unpin for Bip84Public<K>
    where\n K: Unpin,
    ",1,["bdk_wallet::descriptor::template::Bip84Public"]],["impl<K> Unpin for Bip86<K>
    where\n K: Unpin,
    ",1,["bdk_wallet::descriptor::template::Bip86"]],["impl<K> Unpin for Bip86Public<K>
    where\n K: Unpin,
    ",1,["bdk_wallet::descriptor::template::Bip86Public"]],["impl<K> Unpin for P2Pkh<K>
    where\n K: Unpin,
    ",1,["bdk_wallet::descriptor::template::P2Pkh"]],["impl<K> Unpin for P2TR<K>
    where\n K: Unpin,
    ",1,["bdk_wallet::descriptor::template::P2TR"]],["impl<K> Unpin for P2Wpkh<K>
    where\n K: Unpin,
    ",1,["bdk_wallet::descriptor::template::P2Wpkh"]],["impl<K> Unpin for P2Wpkh_P2Sh<K>
    where\n K: Unpin,
    ",1,["bdk_wallet::descriptor::template::P2Wpkh_P2Sh"]],["impl<K, Ctx> Unpin for GeneratedKey<K, Ctx>
    where\n K: Unpin,\n Ctx: Unpin,
    ",1,["bdk_wallet::keys::GeneratedKey"]],["impl<P> Unpin for PersistedWallet<P>
    where\n P: Unpin,
    ",1,["bdk_wallet::wallet::persisted::PersistedWallet"]],["impl<S> Unpin for SignerWrapper<S>
    where\n S: Unpin,
    ",1,["bdk_wallet::wallet::signer::SignerWrapper"]]], +"bdk_wallet":[["impl Unpin for Excess",1,["bdk_wallet::wallet::coin_selection::Excess"]],["impl Unpin for Error",1,["bdk_wallet::descriptor::error::Error"]],["impl Unpin for PkOrF",1,["bdk_wallet::descriptor::policy::PkOrF"]],["impl Unpin for PolicyError",1,["bdk_wallet::descriptor::policy::PolicyError"]],["impl Unpin for Satisfaction",1,["bdk_wallet::descriptor::policy::Satisfaction"]],["impl Unpin for SatisfiableItem",1,["bdk_wallet::descriptor::policy::SatisfiableItem"]],["impl Unpin for ApplyBlockError",1,["bdk_wallet::wallet::ApplyBlockError"]],["impl Unpin for FileStoreError",1,["bdk_wallet::wallet::persisted::FileStoreError"]],["impl Unpin for KeychainKind",1,["bdk_wallet::types::KeychainKind"]],["impl Unpin for LoadError",1,["bdk_wallet::wallet::LoadError"]],["impl Unpin for LoadMismatch",1,["bdk_wallet::wallet::LoadMismatch"]],["impl Unpin for Utxo",1,["bdk_wallet::types::Utxo"]],["impl Unpin for BuildFeeBumpError",1,["bdk_wallet::wallet::error::BuildFeeBumpError"]],["impl Unpin for CreateTxError",1,["bdk_wallet::wallet::error::CreateTxError"]],["impl Unpin for MiniscriptPsbtError",1,["bdk_wallet::wallet::error::MiniscriptPsbtError"]],["impl Unpin for KeyError",1,["bdk_wallet::keys::KeyError"]],["impl Unpin for ScriptContextEnum",1,["bdk_wallet::keys::ScriptContextEnum"]],["impl Unpin for SignerContext",1,["bdk_wallet::wallet::signer::SignerContext"]],["impl Unpin for SignerError",1,["bdk_wallet::wallet::signer::SignerError"]],["impl Unpin for SignerId",1,["bdk_wallet::wallet::signer::SignerId"]],["impl Unpin for TapLeavesOptions",1,["bdk_wallet::wallet::signer::TapLeavesOptions"]],["impl Unpin for AddForeignUtxoError",1,["bdk_wallet::wallet::tx_builder::AddForeignUtxoError"]],["impl Unpin for AddUtxoError",1,["bdk_wallet::wallet::tx_builder::AddUtxoError"]],["impl Unpin for ChangeSpendPolicy",1,["bdk_wallet::wallet::tx_builder::ChangeSpendPolicy"]],["impl Unpin for TxOrdering",1,["bdk_wallet::wallet::tx_builder::TxOrdering"]],["impl Unpin for CoinSelectionResult",1,["bdk_wallet::wallet::coin_selection::CoinSelectionResult"]],["impl Unpin for InsufficientFunds",1,["bdk_wallet::wallet::coin_selection::InsufficientFunds"]],["impl Unpin for LargestFirstCoinSelection",1,["bdk_wallet::wallet::coin_selection::LargestFirstCoinSelection"]],["impl Unpin for OldestFirstCoinSelection",1,["bdk_wallet::wallet::coin_selection::OldestFirstCoinSelection"]],["impl Unpin for SingleRandomDraw",1,["bdk_wallet::wallet::coin_selection::SingleRandomDraw"]],["impl Unpin for Condition",1,["bdk_wallet::descriptor::policy::Condition"]],["impl Unpin for Policy",1,["bdk_wallet::descriptor::policy::Policy"]],["impl Unpin for FullyNodedExport",1,["bdk_wallet::wallet::export::FullyNodedExport"]],["impl Unpin for PrivateKeyGenerateOptions",1,["bdk_wallet::keys::PrivateKeyGenerateOptions"]],["impl Unpin for SignOptions",1,["bdk_wallet::wallet::signer::SignOptions"]],["impl Unpin for SignerOrdering",1,["bdk_wallet::wallet::signer::SignerOrdering"]],["impl Unpin for SignersContainer",1,["bdk_wallet::wallet::signer::SignersContainer"]],["impl Unpin for AddressInfo",1,["bdk_wallet::wallet::AddressInfo"]],["impl Unpin for ChangeSet",1,["bdk_wallet::wallet::changeset::ChangeSet"]],["impl Unpin for CreateParams",1,["bdk_wallet::wallet::params::CreateParams"]],["impl Unpin for LoadParams",1,["bdk_wallet::wallet::params::LoadParams"]],["impl Unpin for LocalOutput",1,["bdk_wallet::types::LocalOutput"]],["impl Unpin for Update",1,["bdk_wallet::wallet::Update"]],["impl Unpin for Wallet",1,["bdk_wallet::wallet::Wallet"]],["impl Unpin for WeightedUtxo",1,["bdk_wallet::types::WeightedUtxo"]],["impl<'a> Unpin for BuildSatisfaction<'a>",1,["bdk_wallet::descriptor::policy::BuildSatisfaction"]],["impl<'a, Cs> Unpin for TxBuilder<'a, Cs>
    where\n Cs: Unpin,
    ",1,["bdk_wallet::wallet::tx_builder::TxBuilder"]],["impl<Cs> Unpin for BranchAndBoundCoinSelection<Cs>
    where\n Cs: Unpin,
    ",1,["bdk_wallet::wallet::coin_selection::BranchAndBoundCoinSelection"]],["impl<Ctx> Unpin for DescriptorKey<Ctx>
    where\n Ctx: Unpin,
    ",1,["bdk_wallet::keys::DescriptorKey"]],["impl<Ctx> Unpin for ExtendedKey<Ctx>
    where\n Ctx: Unpin,
    ",1,["bdk_wallet::keys::ExtendedKey"]],["impl<E> Unpin for CreateWithPersistError<E>
    where\n E: Unpin,
    ",1,["bdk_wallet::wallet::persisted::CreateWithPersistError"]],["impl<E> Unpin for LoadWithPersistError<E>
    where\n E: Unpin,
    ",1,["bdk_wallet::wallet::persisted::LoadWithPersistError"]],["impl<K> Unpin for Bip44<K>
    where\n K: Unpin,
    ",1,["bdk_wallet::descriptor::template::Bip44"]],["impl<K> Unpin for Bip44Public<K>
    where\n K: Unpin,
    ",1,["bdk_wallet::descriptor::template::Bip44Public"]],["impl<K> Unpin for Bip49<K>
    where\n K: Unpin,
    ",1,["bdk_wallet::descriptor::template::Bip49"]],["impl<K> Unpin for Bip49Public<K>
    where\n K: Unpin,
    ",1,["bdk_wallet::descriptor::template::Bip49Public"]],["impl<K> Unpin for Bip84<K>
    where\n K: Unpin,
    ",1,["bdk_wallet::descriptor::template::Bip84"]],["impl<K> Unpin for Bip84Public<K>
    where\n K: Unpin,
    ",1,["bdk_wallet::descriptor::template::Bip84Public"]],["impl<K> Unpin for Bip86<K>
    where\n K: Unpin,
    ",1,["bdk_wallet::descriptor::template::Bip86"]],["impl<K> Unpin for Bip86Public<K>
    where\n K: Unpin,
    ",1,["bdk_wallet::descriptor::template::Bip86Public"]],["impl<K> Unpin for P2Pkh<K>
    where\n K: Unpin,
    ",1,["bdk_wallet::descriptor::template::P2Pkh"]],["impl<K> Unpin for P2TR<K>
    where\n K: Unpin,
    ",1,["bdk_wallet::descriptor::template::P2TR"]],["impl<K> Unpin for P2Wpkh<K>
    where\n K: Unpin,
    ",1,["bdk_wallet::descriptor::template::P2Wpkh"]],["impl<K> Unpin for P2Wpkh_P2Sh<K>
    where\n K: Unpin,
    ",1,["bdk_wallet::descriptor::template::P2Wpkh_P2Sh"]],["impl<K, Ctx> Unpin for GeneratedKey<K, Ctx>
    where\n K: Unpin,\n Ctx: Unpin,
    ",1,["bdk_wallet::keys::GeneratedKey"]],["impl<P> Unpin for PersistedWallet<P>
    where\n P: Unpin,
    ",1,["bdk_wallet::wallet::persisted::PersistedWallet"]],["impl<S> Unpin for SignerWrapper<S>
    where\n S: Unpin,
    ",1,["bdk_wallet::wallet::signer::SignerWrapper"]]], "example_bitcoind_rpc_polling":[["impl Unpin for Emission",1,["example_bitcoind_rpc_polling::Emission"]],["impl Unpin for RpcCommands",1,["example_bitcoind_rpc_polling::RpcCommands"]],["impl Unpin for RpcArgs",1,["example_bitcoind_rpc_polling::RpcArgs"]]], "example_cli":[["impl Unpin for AddressCmd",1,["example_cli::AddressCmd"]],["impl Unpin for CoinSelectionAlgo",1,["example_cli::CoinSelectionAlgo"]],["impl Unpin for Keychain",1,["example_cli::Keychain"]],["impl Unpin for TxOutCmd",1,["example_cli::TxOutCmd"]],["impl Unpin for ChangeInfo",1,["example_cli::ChangeInfo"]],["impl Unpin for ChangeSet",1,["example_cli::ChangeSet"]],["impl<CS, S> Unpin for Commands<CS, S>
    where\n CS: Unpin,\n S: Unpin,
    ",1,["example_cli::Commands"]],["impl<CS, S> Unpin for Args<CS, S>
    where\n CS: Unpin,\n S: Unpin,
    ",1,["example_cli::Args"]],["impl<CS, S> Unpin for Init<CS, S>
    where\n CS: Unpin,\n S: Unpin,
    ",1,["example_cli::Init"]],["impl<S> Unpin for PsbtCmd<S>
    where\n S: Unpin,
    ",1,["example_cli::PsbtCmd"]]], "example_electrum":[["impl Unpin for ElectrumCommands",1,["example_electrum::ElectrumCommands"]],["impl Unpin for ElectrumArgs",1,["example_electrum::ElectrumArgs"]],["impl Unpin for ScanOptions",1,["example_electrum::ScanOptions"]]], diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/panic/unwind_safe/trait.RefUnwindSafe.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/panic/unwind_safe/trait.RefUnwindSafe.js index 7a6113f42f..6eb23680ee 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/panic/unwind_safe/trait.RefUnwindSafe.js +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/panic/unwind_safe/trait.RefUnwindSafe.js @@ -5,7 +5,7 @@ "bdk_electrum":[["impl<E> RefUnwindSafe for BdkElectrumClient<E>
    where\n E: RefUnwindSafe,
    ",1,["bdk_electrum::bdk_electrum_client::BdkElectrumClient"]]], "bdk_file_store":[["impl !RefUnwindSafe for FileError",1,["bdk_file_store::FileError"]],["impl !RefUnwindSafe for IterError",1,["bdk_file_store::entry_iter::IterError"]],["impl<'t, T> RefUnwindSafe for EntryIter<'t, T>
    where\n T: RefUnwindSafe,
    ",1,["bdk_file_store::entry_iter::EntryIter"]],["impl<C> !RefUnwindSafe for AggregateChangesetsError<C>",1,["bdk_file_store::store::AggregateChangesetsError"]],["impl<C> RefUnwindSafe for Store<C>
    where\n C: RefUnwindSafe,
    ",1,["bdk_file_store::store::Store"]]], "bdk_testenv":[["impl !RefUnwindSafe for TestEnv",1,["bdk_testenv::TestEnv"]],["impl<'a> RefUnwindSafe for Config<'a>",1,["bdk_testenv::Config"]]], -"bdk_wallet":[["impl !RefUnwindSafe for FileStoreError",1,["bdk_wallet::wallet::persisted::FileStoreError"]],["impl !RefUnwindSafe for CreateTxError",1,["bdk_wallet::wallet::error::CreateTxError"]],["impl !RefUnwindSafe for TxOrdering",1,["bdk_wallet::wallet::tx_builder::TxOrdering"]],["impl !RefUnwindSafe for SignersContainer",1,["bdk_wallet::wallet::signer::SignersContainer"]],["impl !RefUnwindSafe for CreateParams",1,["bdk_wallet::wallet::params::CreateParams"]],["impl !RefUnwindSafe for LoadParams",1,["bdk_wallet::wallet::params::LoadParams"]],["impl !RefUnwindSafe for Wallet",1,["bdk_wallet::wallet::Wallet"]],["impl RefUnwindSafe for Error",1,["bdk_wallet::wallet::coin_selection::Error"]],["impl RefUnwindSafe for Excess",1,["bdk_wallet::wallet::coin_selection::Excess"]],["impl RefUnwindSafe for Error",1,["bdk_wallet::descriptor::error::Error"]],["impl RefUnwindSafe for PkOrF",1,["bdk_wallet::descriptor::policy::PkOrF"]],["impl RefUnwindSafe for PolicyError",1,["bdk_wallet::descriptor::policy::PolicyError"]],["impl RefUnwindSafe for Satisfaction",1,["bdk_wallet::descriptor::policy::Satisfaction"]],["impl RefUnwindSafe for SatisfiableItem",1,["bdk_wallet::descriptor::policy::SatisfiableItem"]],["impl RefUnwindSafe for ApplyBlockError",1,["bdk_wallet::wallet::ApplyBlockError"]],["impl RefUnwindSafe for KeychainKind",1,["bdk_wallet::types::KeychainKind"]],["impl RefUnwindSafe for LoadError",1,["bdk_wallet::wallet::LoadError"]],["impl RefUnwindSafe for LoadMismatch",1,["bdk_wallet::wallet::LoadMismatch"]],["impl RefUnwindSafe for Utxo",1,["bdk_wallet::types::Utxo"]],["impl RefUnwindSafe for BuildFeeBumpError",1,["bdk_wallet::wallet::error::BuildFeeBumpError"]],["impl RefUnwindSafe for MiniscriptPsbtError",1,["bdk_wallet::wallet::error::MiniscriptPsbtError"]],["impl RefUnwindSafe for KeyError",1,["bdk_wallet::keys::KeyError"]],["impl RefUnwindSafe for ScriptContextEnum",1,["bdk_wallet::keys::ScriptContextEnum"]],["impl RefUnwindSafe for SignerContext",1,["bdk_wallet::wallet::signer::SignerContext"]],["impl RefUnwindSafe for SignerError",1,["bdk_wallet::wallet::signer::SignerError"]],["impl RefUnwindSafe for SignerId",1,["bdk_wallet::wallet::signer::SignerId"]],["impl RefUnwindSafe for TapLeavesOptions",1,["bdk_wallet::wallet::signer::TapLeavesOptions"]],["impl RefUnwindSafe for AddForeignUtxoError",1,["bdk_wallet::wallet::tx_builder::AddForeignUtxoError"]],["impl RefUnwindSafe for AddUtxoError",1,["bdk_wallet::wallet::tx_builder::AddUtxoError"]],["impl RefUnwindSafe for ChangeSpendPolicy",1,["bdk_wallet::wallet::tx_builder::ChangeSpendPolicy"]],["impl RefUnwindSafe for BranchAndBoundCoinSelection",1,["bdk_wallet::wallet::coin_selection::BranchAndBoundCoinSelection"]],["impl RefUnwindSafe for CoinSelectionResult",1,["bdk_wallet::wallet::coin_selection::CoinSelectionResult"]],["impl RefUnwindSafe for LargestFirstCoinSelection",1,["bdk_wallet::wallet::coin_selection::LargestFirstCoinSelection"]],["impl RefUnwindSafe for OldestFirstCoinSelection",1,["bdk_wallet::wallet::coin_selection::OldestFirstCoinSelection"]],["impl RefUnwindSafe for Condition",1,["bdk_wallet::descriptor::policy::Condition"]],["impl RefUnwindSafe for Policy",1,["bdk_wallet::descriptor::policy::Policy"]],["impl RefUnwindSafe for FullyNodedExport",1,["bdk_wallet::wallet::export::FullyNodedExport"]],["impl RefUnwindSafe for PrivateKeyGenerateOptions",1,["bdk_wallet::keys::PrivateKeyGenerateOptions"]],["impl RefUnwindSafe for SignOptions",1,["bdk_wallet::wallet::signer::SignOptions"]],["impl RefUnwindSafe for SignerOrdering",1,["bdk_wallet::wallet::signer::SignerOrdering"]],["impl RefUnwindSafe for AddressInfo",1,["bdk_wallet::wallet::AddressInfo"]],["impl RefUnwindSafe for ChangeSet",1,["bdk_wallet::wallet::changeset::ChangeSet"]],["impl RefUnwindSafe for LocalOutput",1,["bdk_wallet::types::LocalOutput"]],["impl RefUnwindSafe for Update",1,["bdk_wallet::wallet::Update"]],["impl RefUnwindSafe for WeightedUtxo",1,["bdk_wallet::types::WeightedUtxo"]],["impl<'a> RefUnwindSafe for BuildSatisfaction<'a>",1,["bdk_wallet::descriptor::policy::BuildSatisfaction"]],["impl<'a, Cs> !RefUnwindSafe for TxBuilder<'a, Cs>",1,["bdk_wallet::wallet::tx_builder::TxBuilder"]],["impl<Ctx> RefUnwindSafe for DescriptorKey<Ctx>
    where\n Ctx: RefUnwindSafe,
    ",1,["bdk_wallet::keys::DescriptorKey"]],["impl<Ctx> RefUnwindSafe for ExtendedKey<Ctx>
    where\n Ctx: RefUnwindSafe,
    ",1,["bdk_wallet::keys::ExtendedKey"]],["impl<E> RefUnwindSafe for CreateWithPersistError<E>
    where\n E: RefUnwindSafe,
    ",1,["bdk_wallet::wallet::persisted::CreateWithPersistError"]],["impl<E> RefUnwindSafe for LoadWithPersistError<E>
    where\n E: RefUnwindSafe,
    ",1,["bdk_wallet::wallet::persisted::LoadWithPersistError"]],["impl<K> RefUnwindSafe for Bip44<K>
    where\n K: RefUnwindSafe,
    ",1,["bdk_wallet::descriptor::template::Bip44"]],["impl<K> RefUnwindSafe for Bip44Public<K>
    where\n K: RefUnwindSafe,
    ",1,["bdk_wallet::descriptor::template::Bip44Public"]],["impl<K> RefUnwindSafe for Bip49<K>
    where\n K: RefUnwindSafe,
    ",1,["bdk_wallet::descriptor::template::Bip49"]],["impl<K> RefUnwindSafe for Bip49Public<K>
    where\n K: RefUnwindSafe,
    ",1,["bdk_wallet::descriptor::template::Bip49Public"]],["impl<K> RefUnwindSafe for Bip84<K>
    where\n K: RefUnwindSafe,
    ",1,["bdk_wallet::descriptor::template::Bip84"]],["impl<K> RefUnwindSafe for Bip84Public<K>
    where\n K: RefUnwindSafe,
    ",1,["bdk_wallet::descriptor::template::Bip84Public"]],["impl<K> RefUnwindSafe for Bip86<K>
    where\n K: RefUnwindSafe,
    ",1,["bdk_wallet::descriptor::template::Bip86"]],["impl<K> RefUnwindSafe for Bip86Public<K>
    where\n K: RefUnwindSafe,
    ",1,["bdk_wallet::descriptor::template::Bip86Public"]],["impl<K> RefUnwindSafe for P2Pkh<K>
    where\n K: RefUnwindSafe,
    ",1,["bdk_wallet::descriptor::template::P2Pkh"]],["impl<K> RefUnwindSafe for P2TR<K>
    where\n K: RefUnwindSafe,
    ",1,["bdk_wallet::descriptor::template::P2TR"]],["impl<K> RefUnwindSafe for P2Wpkh<K>
    where\n K: RefUnwindSafe,
    ",1,["bdk_wallet::descriptor::template::P2Wpkh"]],["impl<K> RefUnwindSafe for P2Wpkh_P2Sh<K>
    where\n K: RefUnwindSafe,
    ",1,["bdk_wallet::descriptor::template::P2Wpkh_P2Sh"]],["impl<K, Ctx> RefUnwindSafe for GeneratedKey<K, Ctx>
    where\n K: RefUnwindSafe,\n Ctx: RefUnwindSafe,
    ",1,["bdk_wallet::keys::GeneratedKey"]],["impl<P> !RefUnwindSafe for PersistedWallet<P>",1,["bdk_wallet::wallet::persisted::PersistedWallet"]],["impl<S> RefUnwindSafe for SignerWrapper<S>
    where\n S: RefUnwindSafe,
    ",1,["bdk_wallet::wallet::signer::SignerWrapper"]]], +"bdk_wallet":[["impl !RefUnwindSafe for FileStoreError",1,["bdk_wallet::wallet::persisted::FileStoreError"]],["impl !RefUnwindSafe for CreateTxError",1,["bdk_wallet::wallet::error::CreateTxError"]],["impl !RefUnwindSafe for TxOrdering",1,["bdk_wallet::wallet::tx_builder::TxOrdering"]],["impl !RefUnwindSafe for SignersContainer",1,["bdk_wallet::wallet::signer::SignersContainer"]],["impl !RefUnwindSafe for CreateParams",1,["bdk_wallet::wallet::params::CreateParams"]],["impl !RefUnwindSafe for LoadParams",1,["bdk_wallet::wallet::params::LoadParams"]],["impl !RefUnwindSafe for Wallet",1,["bdk_wallet::wallet::Wallet"]],["impl RefUnwindSafe for Excess",1,["bdk_wallet::wallet::coin_selection::Excess"]],["impl RefUnwindSafe for Error",1,["bdk_wallet::descriptor::error::Error"]],["impl RefUnwindSafe for PkOrF",1,["bdk_wallet::descriptor::policy::PkOrF"]],["impl RefUnwindSafe for PolicyError",1,["bdk_wallet::descriptor::policy::PolicyError"]],["impl RefUnwindSafe for Satisfaction",1,["bdk_wallet::descriptor::policy::Satisfaction"]],["impl RefUnwindSafe for SatisfiableItem",1,["bdk_wallet::descriptor::policy::SatisfiableItem"]],["impl RefUnwindSafe for ApplyBlockError",1,["bdk_wallet::wallet::ApplyBlockError"]],["impl RefUnwindSafe for KeychainKind",1,["bdk_wallet::types::KeychainKind"]],["impl RefUnwindSafe for LoadError",1,["bdk_wallet::wallet::LoadError"]],["impl RefUnwindSafe for LoadMismatch",1,["bdk_wallet::wallet::LoadMismatch"]],["impl RefUnwindSafe for Utxo",1,["bdk_wallet::types::Utxo"]],["impl RefUnwindSafe for BuildFeeBumpError",1,["bdk_wallet::wallet::error::BuildFeeBumpError"]],["impl RefUnwindSafe for MiniscriptPsbtError",1,["bdk_wallet::wallet::error::MiniscriptPsbtError"]],["impl RefUnwindSafe for KeyError",1,["bdk_wallet::keys::KeyError"]],["impl RefUnwindSafe for ScriptContextEnum",1,["bdk_wallet::keys::ScriptContextEnum"]],["impl RefUnwindSafe for SignerContext",1,["bdk_wallet::wallet::signer::SignerContext"]],["impl RefUnwindSafe for SignerError",1,["bdk_wallet::wallet::signer::SignerError"]],["impl RefUnwindSafe for SignerId",1,["bdk_wallet::wallet::signer::SignerId"]],["impl RefUnwindSafe for TapLeavesOptions",1,["bdk_wallet::wallet::signer::TapLeavesOptions"]],["impl RefUnwindSafe for AddForeignUtxoError",1,["bdk_wallet::wallet::tx_builder::AddForeignUtxoError"]],["impl RefUnwindSafe for AddUtxoError",1,["bdk_wallet::wallet::tx_builder::AddUtxoError"]],["impl RefUnwindSafe for ChangeSpendPolicy",1,["bdk_wallet::wallet::tx_builder::ChangeSpendPolicy"]],["impl RefUnwindSafe for CoinSelectionResult",1,["bdk_wallet::wallet::coin_selection::CoinSelectionResult"]],["impl RefUnwindSafe for InsufficientFunds",1,["bdk_wallet::wallet::coin_selection::InsufficientFunds"]],["impl RefUnwindSafe for LargestFirstCoinSelection",1,["bdk_wallet::wallet::coin_selection::LargestFirstCoinSelection"]],["impl RefUnwindSafe for OldestFirstCoinSelection",1,["bdk_wallet::wallet::coin_selection::OldestFirstCoinSelection"]],["impl RefUnwindSafe for SingleRandomDraw",1,["bdk_wallet::wallet::coin_selection::SingleRandomDraw"]],["impl RefUnwindSafe for Condition",1,["bdk_wallet::descriptor::policy::Condition"]],["impl RefUnwindSafe for Policy",1,["bdk_wallet::descriptor::policy::Policy"]],["impl RefUnwindSafe for FullyNodedExport",1,["bdk_wallet::wallet::export::FullyNodedExport"]],["impl RefUnwindSafe for PrivateKeyGenerateOptions",1,["bdk_wallet::keys::PrivateKeyGenerateOptions"]],["impl RefUnwindSafe for SignOptions",1,["bdk_wallet::wallet::signer::SignOptions"]],["impl RefUnwindSafe for SignerOrdering",1,["bdk_wallet::wallet::signer::SignerOrdering"]],["impl RefUnwindSafe for AddressInfo",1,["bdk_wallet::wallet::AddressInfo"]],["impl RefUnwindSafe for ChangeSet",1,["bdk_wallet::wallet::changeset::ChangeSet"]],["impl RefUnwindSafe for LocalOutput",1,["bdk_wallet::types::LocalOutput"]],["impl RefUnwindSafe for Update",1,["bdk_wallet::wallet::Update"]],["impl RefUnwindSafe for WeightedUtxo",1,["bdk_wallet::types::WeightedUtxo"]],["impl<'a> RefUnwindSafe for BuildSatisfaction<'a>",1,["bdk_wallet::descriptor::policy::BuildSatisfaction"]],["impl<'a, Cs> !RefUnwindSafe for TxBuilder<'a, Cs>",1,["bdk_wallet::wallet::tx_builder::TxBuilder"]],["impl<Cs> RefUnwindSafe for BranchAndBoundCoinSelection<Cs>
    where\n Cs: RefUnwindSafe,
    ",1,["bdk_wallet::wallet::coin_selection::BranchAndBoundCoinSelection"]],["impl<Ctx> RefUnwindSafe for DescriptorKey<Ctx>
    where\n Ctx: RefUnwindSafe,
    ",1,["bdk_wallet::keys::DescriptorKey"]],["impl<Ctx> RefUnwindSafe for ExtendedKey<Ctx>
    where\n Ctx: RefUnwindSafe,
    ",1,["bdk_wallet::keys::ExtendedKey"]],["impl<E> RefUnwindSafe for CreateWithPersistError<E>
    where\n E: RefUnwindSafe,
    ",1,["bdk_wallet::wallet::persisted::CreateWithPersistError"]],["impl<E> RefUnwindSafe for LoadWithPersistError<E>
    where\n E: RefUnwindSafe,
    ",1,["bdk_wallet::wallet::persisted::LoadWithPersistError"]],["impl<K> RefUnwindSafe for Bip44<K>
    where\n K: RefUnwindSafe,
    ",1,["bdk_wallet::descriptor::template::Bip44"]],["impl<K> RefUnwindSafe for Bip44Public<K>
    where\n K: RefUnwindSafe,
    ",1,["bdk_wallet::descriptor::template::Bip44Public"]],["impl<K> RefUnwindSafe for Bip49<K>
    where\n K: RefUnwindSafe,
    ",1,["bdk_wallet::descriptor::template::Bip49"]],["impl<K> RefUnwindSafe for Bip49Public<K>
    where\n K: RefUnwindSafe,
    ",1,["bdk_wallet::descriptor::template::Bip49Public"]],["impl<K> RefUnwindSafe for Bip84<K>
    where\n K: RefUnwindSafe,
    ",1,["bdk_wallet::descriptor::template::Bip84"]],["impl<K> RefUnwindSafe for Bip84Public<K>
    where\n K: RefUnwindSafe,
    ",1,["bdk_wallet::descriptor::template::Bip84Public"]],["impl<K> RefUnwindSafe for Bip86<K>
    where\n K: RefUnwindSafe,
    ",1,["bdk_wallet::descriptor::template::Bip86"]],["impl<K> RefUnwindSafe for Bip86Public<K>
    where\n K: RefUnwindSafe,
    ",1,["bdk_wallet::descriptor::template::Bip86Public"]],["impl<K> RefUnwindSafe for P2Pkh<K>
    where\n K: RefUnwindSafe,
    ",1,["bdk_wallet::descriptor::template::P2Pkh"]],["impl<K> RefUnwindSafe for P2TR<K>
    where\n K: RefUnwindSafe,
    ",1,["bdk_wallet::descriptor::template::P2TR"]],["impl<K> RefUnwindSafe for P2Wpkh<K>
    where\n K: RefUnwindSafe,
    ",1,["bdk_wallet::descriptor::template::P2Wpkh"]],["impl<K> RefUnwindSafe for P2Wpkh_P2Sh<K>
    where\n K: RefUnwindSafe,
    ",1,["bdk_wallet::descriptor::template::P2Wpkh_P2Sh"]],["impl<K, Ctx> RefUnwindSafe for GeneratedKey<K, Ctx>
    where\n K: RefUnwindSafe,\n Ctx: RefUnwindSafe,
    ",1,["bdk_wallet::keys::GeneratedKey"]],["impl<P> !RefUnwindSafe for PersistedWallet<P>",1,["bdk_wallet::wallet::persisted::PersistedWallet"]],["impl<S> RefUnwindSafe for SignerWrapper<S>
    where\n S: RefUnwindSafe,
    ",1,["bdk_wallet::wallet::signer::SignerWrapper"]]], "example_bitcoind_rpc_polling":[["impl RefUnwindSafe for Emission",1,["example_bitcoind_rpc_polling::Emission"]],["impl RefUnwindSafe for RpcCommands",1,["example_bitcoind_rpc_polling::RpcCommands"]],["impl RefUnwindSafe for RpcArgs",1,["example_bitcoind_rpc_polling::RpcArgs"]]], "example_cli":[["impl RefUnwindSafe for AddressCmd",1,["example_cli::AddressCmd"]],["impl RefUnwindSafe for CoinSelectionAlgo",1,["example_cli::CoinSelectionAlgo"]],["impl RefUnwindSafe for Keychain",1,["example_cli::Keychain"]],["impl RefUnwindSafe for TxOutCmd",1,["example_cli::TxOutCmd"]],["impl RefUnwindSafe for ChangeInfo",1,["example_cli::ChangeInfo"]],["impl RefUnwindSafe for ChangeSet",1,["example_cli::ChangeSet"]],["impl<CS, S> RefUnwindSafe for Commands<CS, S>
    where\n CS: RefUnwindSafe,\n S: RefUnwindSafe,
    ",1,["example_cli::Commands"]],["impl<CS, S> RefUnwindSafe for Args<CS, S>
    where\n CS: RefUnwindSafe,\n S: RefUnwindSafe,
    ",1,["example_cli::Args"]],["impl<CS, S> RefUnwindSafe for Init<CS, S>
    where\n CS: RefUnwindSafe,\n S: RefUnwindSafe,
    ",1,["example_cli::Init"]],["impl<S> RefUnwindSafe for PsbtCmd<S>
    where\n S: RefUnwindSafe,
    ",1,["example_cli::PsbtCmd"]]], "example_electrum":[["impl RefUnwindSafe for ElectrumCommands",1,["example_electrum::ElectrumCommands"]],["impl RefUnwindSafe for ElectrumArgs",1,["example_electrum::ElectrumArgs"]],["impl RefUnwindSafe for ScanOptions",1,["example_electrum::ScanOptions"]]], diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/panic/unwind_safe/trait.UnwindSafe.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/panic/unwind_safe/trait.UnwindSafe.js index 2e16c88c0b..92379dc246 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/panic/unwind_safe/trait.UnwindSafe.js +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/panic/unwind_safe/trait.UnwindSafe.js @@ -5,7 +5,7 @@ "bdk_electrum":[["impl<E> UnwindSafe for BdkElectrumClient<E>
    where\n E: UnwindSafe,
    ",1,["bdk_electrum::bdk_electrum_client::BdkElectrumClient"]]], "bdk_file_store":[["impl !UnwindSafe for FileError",1,["bdk_file_store::FileError"]],["impl !UnwindSafe for IterError",1,["bdk_file_store::entry_iter::IterError"]],["impl<'t, T> !UnwindSafe for EntryIter<'t, T>",1,["bdk_file_store::entry_iter::EntryIter"]],["impl<C> !UnwindSafe for AggregateChangesetsError<C>",1,["bdk_file_store::store::AggregateChangesetsError"]],["impl<C> UnwindSafe for Store<C>
    where\n C: UnwindSafe,
    ",1,["bdk_file_store::store::Store"]]], "bdk_testenv":[["impl !UnwindSafe for TestEnv",1,["bdk_testenv::TestEnv"]],["impl<'a> UnwindSafe for Config<'a>",1,["bdk_testenv::Config"]]], -"bdk_wallet":[["impl !UnwindSafe for FileStoreError",1,["bdk_wallet::wallet::persisted::FileStoreError"]],["impl !UnwindSafe for CreateTxError",1,["bdk_wallet::wallet::error::CreateTxError"]],["impl !UnwindSafe for TxOrdering",1,["bdk_wallet::wallet::tx_builder::TxOrdering"]],["impl !UnwindSafe for SignersContainer",1,["bdk_wallet::wallet::signer::SignersContainer"]],["impl !UnwindSafe for CreateParams",1,["bdk_wallet::wallet::params::CreateParams"]],["impl !UnwindSafe for LoadParams",1,["bdk_wallet::wallet::params::LoadParams"]],["impl !UnwindSafe for Wallet",1,["bdk_wallet::wallet::Wallet"]],["impl UnwindSafe for Error",1,["bdk_wallet::wallet::coin_selection::Error"]],["impl UnwindSafe for Excess",1,["bdk_wallet::wallet::coin_selection::Excess"]],["impl UnwindSafe for Error",1,["bdk_wallet::descriptor::error::Error"]],["impl UnwindSafe for PkOrF",1,["bdk_wallet::descriptor::policy::PkOrF"]],["impl UnwindSafe for PolicyError",1,["bdk_wallet::descriptor::policy::PolicyError"]],["impl UnwindSafe for Satisfaction",1,["bdk_wallet::descriptor::policy::Satisfaction"]],["impl UnwindSafe for SatisfiableItem",1,["bdk_wallet::descriptor::policy::SatisfiableItem"]],["impl UnwindSafe for ApplyBlockError",1,["bdk_wallet::wallet::ApplyBlockError"]],["impl UnwindSafe for KeychainKind",1,["bdk_wallet::types::KeychainKind"]],["impl UnwindSafe for LoadError",1,["bdk_wallet::wallet::LoadError"]],["impl UnwindSafe for LoadMismatch",1,["bdk_wallet::wallet::LoadMismatch"]],["impl UnwindSafe for Utxo",1,["bdk_wallet::types::Utxo"]],["impl UnwindSafe for BuildFeeBumpError",1,["bdk_wallet::wallet::error::BuildFeeBumpError"]],["impl UnwindSafe for MiniscriptPsbtError",1,["bdk_wallet::wallet::error::MiniscriptPsbtError"]],["impl UnwindSafe for KeyError",1,["bdk_wallet::keys::KeyError"]],["impl UnwindSafe for ScriptContextEnum",1,["bdk_wallet::keys::ScriptContextEnum"]],["impl UnwindSafe for SignerContext",1,["bdk_wallet::wallet::signer::SignerContext"]],["impl UnwindSafe for SignerError",1,["bdk_wallet::wallet::signer::SignerError"]],["impl UnwindSafe for SignerId",1,["bdk_wallet::wallet::signer::SignerId"]],["impl UnwindSafe for TapLeavesOptions",1,["bdk_wallet::wallet::signer::TapLeavesOptions"]],["impl UnwindSafe for AddForeignUtxoError",1,["bdk_wallet::wallet::tx_builder::AddForeignUtxoError"]],["impl UnwindSafe for AddUtxoError",1,["bdk_wallet::wallet::tx_builder::AddUtxoError"]],["impl UnwindSafe for ChangeSpendPolicy",1,["bdk_wallet::wallet::tx_builder::ChangeSpendPolicy"]],["impl UnwindSafe for BranchAndBoundCoinSelection",1,["bdk_wallet::wallet::coin_selection::BranchAndBoundCoinSelection"]],["impl UnwindSafe for CoinSelectionResult",1,["bdk_wallet::wallet::coin_selection::CoinSelectionResult"]],["impl UnwindSafe for LargestFirstCoinSelection",1,["bdk_wallet::wallet::coin_selection::LargestFirstCoinSelection"]],["impl UnwindSafe for OldestFirstCoinSelection",1,["bdk_wallet::wallet::coin_selection::OldestFirstCoinSelection"]],["impl UnwindSafe for Condition",1,["bdk_wallet::descriptor::policy::Condition"]],["impl UnwindSafe for Policy",1,["bdk_wallet::descriptor::policy::Policy"]],["impl UnwindSafe for FullyNodedExport",1,["bdk_wallet::wallet::export::FullyNodedExport"]],["impl UnwindSafe for PrivateKeyGenerateOptions",1,["bdk_wallet::keys::PrivateKeyGenerateOptions"]],["impl UnwindSafe for SignOptions",1,["bdk_wallet::wallet::signer::SignOptions"]],["impl UnwindSafe for SignerOrdering",1,["bdk_wallet::wallet::signer::SignerOrdering"]],["impl UnwindSafe for AddressInfo",1,["bdk_wallet::wallet::AddressInfo"]],["impl UnwindSafe for ChangeSet",1,["bdk_wallet::wallet::changeset::ChangeSet"]],["impl UnwindSafe for LocalOutput",1,["bdk_wallet::types::LocalOutput"]],["impl UnwindSafe for Update",1,["bdk_wallet::wallet::Update"]],["impl UnwindSafe for WeightedUtxo",1,["bdk_wallet::types::WeightedUtxo"]],["impl<'a> UnwindSafe for BuildSatisfaction<'a>",1,["bdk_wallet::descriptor::policy::BuildSatisfaction"]],["impl<'a, Cs> !UnwindSafe for TxBuilder<'a, Cs>",1,["bdk_wallet::wallet::tx_builder::TxBuilder"]],["impl<Ctx> UnwindSafe for DescriptorKey<Ctx>
    where\n Ctx: UnwindSafe,
    ",1,["bdk_wallet::keys::DescriptorKey"]],["impl<Ctx> UnwindSafe for ExtendedKey<Ctx>
    where\n Ctx: UnwindSafe,
    ",1,["bdk_wallet::keys::ExtendedKey"]],["impl<E> UnwindSafe for CreateWithPersistError<E>
    where\n E: UnwindSafe,
    ",1,["bdk_wallet::wallet::persisted::CreateWithPersistError"]],["impl<E> UnwindSafe for LoadWithPersistError<E>
    where\n E: UnwindSafe,
    ",1,["bdk_wallet::wallet::persisted::LoadWithPersistError"]],["impl<K> UnwindSafe for Bip44<K>
    where\n K: UnwindSafe,
    ",1,["bdk_wallet::descriptor::template::Bip44"]],["impl<K> UnwindSafe for Bip44Public<K>
    where\n K: UnwindSafe,
    ",1,["bdk_wallet::descriptor::template::Bip44Public"]],["impl<K> UnwindSafe for Bip49<K>
    where\n K: UnwindSafe,
    ",1,["bdk_wallet::descriptor::template::Bip49"]],["impl<K> UnwindSafe for Bip49Public<K>
    where\n K: UnwindSafe,
    ",1,["bdk_wallet::descriptor::template::Bip49Public"]],["impl<K> UnwindSafe for Bip84<K>
    where\n K: UnwindSafe,
    ",1,["bdk_wallet::descriptor::template::Bip84"]],["impl<K> UnwindSafe for Bip84Public<K>
    where\n K: UnwindSafe,
    ",1,["bdk_wallet::descriptor::template::Bip84Public"]],["impl<K> UnwindSafe for Bip86<K>
    where\n K: UnwindSafe,
    ",1,["bdk_wallet::descriptor::template::Bip86"]],["impl<K> UnwindSafe for Bip86Public<K>
    where\n K: UnwindSafe,
    ",1,["bdk_wallet::descriptor::template::Bip86Public"]],["impl<K> UnwindSafe for P2Pkh<K>
    where\n K: UnwindSafe,
    ",1,["bdk_wallet::descriptor::template::P2Pkh"]],["impl<K> UnwindSafe for P2TR<K>
    where\n K: UnwindSafe,
    ",1,["bdk_wallet::descriptor::template::P2TR"]],["impl<K> UnwindSafe for P2Wpkh<K>
    where\n K: UnwindSafe,
    ",1,["bdk_wallet::descriptor::template::P2Wpkh"]],["impl<K> UnwindSafe for P2Wpkh_P2Sh<K>
    where\n K: UnwindSafe,
    ",1,["bdk_wallet::descriptor::template::P2Wpkh_P2Sh"]],["impl<K, Ctx> UnwindSafe for GeneratedKey<K, Ctx>
    where\n K: UnwindSafe,\n Ctx: UnwindSafe,
    ",1,["bdk_wallet::keys::GeneratedKey"]],["impl<P> !UnwindSafe for PersistedWallet<P>",1,["bdk_wallet::wallet::persisted::PersistedWallet"]],["impl<S> UnwindSafe for SignerWrapper<S>
    where\n S: UnwindSafe,
    ",1,["bdk_wallet::wallet::signer::SignerWrapper"]]], +"bdk_wallet":[["impl !UnwindSafe for FileStoreError",1,["bdk_wallet::wallet::persisted::FileStoreError"]],["impl !UnwindSafe for CreateTxError",1,["bdk_wallet::wallet::error::CreateTxError"]],["impl !UnwindSafe for TxOrdering",1,["bdk_wallet::wallet::tx_builder::TxOrdering"]],["impl !UnwindSafe for SignersContainer",1,["bdk_wallet::wallet::signer::SignersContainer"]],["impl !UnwindSafe for CreateParams",1,["bdk_wallet::wallet::params::CreateParams"]],["impl !UnwindSafe for LoadParams",1,["bdk_wallet::wallet::params::LoadParams"]],["impl !UnwindSafe for Wallet",1,["bdk_wallet::wallet::Wallet"]],["impl UnwindSafe for Excess",1,["bdk_wallet::wallet::coin_selection::Excess"]],["impl UnwindSafe for Error",1,["bdk_wallet::descriptor::error::Error"]],["impl UnwindSafe for PkOrF",1,["bdk_wallet::descriptor::policy::PkOrF"]],["impl UnwindSafe for PolicyError",1,["bdk_wallet::descriptor::policy::PolicyError"]],["impl UnwindSafe for Satisfaction",1,["bdk_wallet::descriptor::policy::Satisfaction"]],["impl UnwindSafe for SatisfiableItem",1,["bdk_wallet::descriptor::policy::SatisfiableItem"]],["impl UnwindSafe for ApplyBlockError",1,["bdk_wallet::wallet::ApplyBlockError"]],["impl UnwindSafe for KeychainKind",1,["bdk_wallet::types::KeychainKind"]],["impl UnwindSafe for LoadError",1,["bdk_wallet::wallet::LoadError"]],["impl UnwindSafe for LoadMismatch",1,["bdk_wallet::wallet::LoadMismatch"]],["impl UnwindSafe for Utxo",1,["bdk_wallet::types::Utxo"]],["impl UnwindSafe for BuildFeeBumpError",1,["bdk_wallet::wallet::error::BuildFeeBumpError"]],["impl UnwindSafe for MiniscriptPsbtError",1,["bdk_wallet::wallet::error::MiniscriptPsbtError"]],["impl UnwindSafe for KeyError",1,["bdk_wallet::keys::KeyError"]],["impl UnwindSafe for ScriptContextEnum",1,["bdk_wallet::keys::ScriptContextEnum"]],["impl UnwindSafe for SignerContext",1,["bdk_wallet::wallet::signer::SignerContext"]],["impl UnwindSafe for SignerError",1,["bdk_wallet::wallet::signer::SignerError"]],["impl UnwindSafe for SignerId",1,["bdk_wallet::wallet::signer::SignerId"]],["impl UnwindSafe for TapLeavesOptions",1,["bdk_wallet::wallet::signer::TapLeavesOptions"]],["impl UnwindSafe for AddForeignUtxoError",1,["bdk_wallet::wallet::tx_builder::AddForeignUtxoError"]],["impl UnwindSafe for AddUtxoError",1,["bdk_wallet::wallet::tx_builder::AddUtxoError"]],["impl UnwindSafe for ChangeSpendPolicy",1,["bdk_wallet::wallet::tx_builder::ChangeSpendPolicy"]],["impl UnwindSafe for CoinSelectionResult",1,["bdk_wallet::wallet::coin_selection::CoinSelectionResult"]],["impl UnwindSafe for InsufficientFunds",1,["bdk_wallet::wallet::coin_selection::InsufficientFunds"]],["impl UnwindSafe for LargestFirstCoinSelection",1,["bdk_wallet::wallet::coin_selection::LargestFirstCoinSelection"]],["impl UnwindSafe for OldestFirstCoinSelection",1,["bdk_wallet::wallet::coin_selection::OldestFirstCoinSelection"]],["impl UnwindSafe for SingleRandomDraw",1,["bdk_wallet::wallet::coin_selection::SingleRandomDraw"]],["impl UnwindSafe for Condition",1,["bdk_wallet::descriptor::policy::Condition"]],["impl UnwindSafe for Policy",1,["bdk_wallet::descriptor::policy::Policy"]],["impl UnwindSafe for FullyNodedExport",1,["bdk_wallet::wallet::export::FullyNodedExport"]],["impl UnwindSafe for PrivateKeyGenerateOptions",1,["bdk_wallet::keys::PrivateKeyGenerateOptions"]],["impl UnwindSafe for SignOptions",1,["bdk_wallet::wallet::signer::SignOptions"]],["impl UnwindSafe for SignerOrdering",1,["bdk_wallet::wallet::signer::SignerOrdering"]],["impl UnwindSafe for AddressInfo",1,["bdk_wallet::wallet::AddressInfo"]],["impl UnwindSafe for ChangeSet",1,["bdk_wallet::wallet::changeset::ChangeSet"]],["impl UnwindSafe for LocalOutput",1,["bdk_wallet::types::LocalOutput"]],["impl UnwindSafe for Update",1,["bdk_wallet::wallet::Update"]],["impl UnwindSafe for WeightedUtxo",1,["bdk_wallet::types::WeightedUtxo"]],["impl<'a> UnwindSafe for BuildSatisfaction<'a>",1,["bdk_wallet::descriptor::policy::BuildSatisfaction"]],["impl<'a, Cs> !UnwindSafe for TxBuilder<'a, Cs>",1,["bdk_wallet::wallet::tx_builder::TxBuilder"]],["impl<Cs> UnwindSafe for BranchAndBoundCoinSelection<Cs>
    where\n Cs: UnwindSafe,
    ",1,["bdk_wallet::wallet::coin_selection::BranchAndBoundCoinSelection"]],["impl<Ctx> UnwindSafe for DescriptorKey<Ctx>
    where\n Ctx: UnwindSafe,
    ",1,["bdk_wallet::keys::DescriptorKey"]],["impl<Ctx> UnwindSafe for ExtendedKey<Ctx>
    where\n Ctx: UnwindSafe,
    ",1,["bdk_wallet::keys::ExtendedKey"]],["impl<E> UnwindSafe for CreateWithPersistError<E>
    where\n E: UnwindSafe,
    ",1,["bdk_wallet::wallet::persisted::CreateWithPersistError"]],["impl<E> UnwindSafe for LoadWithPersistError<E>
    where\n E: UnwindSafe,
    ",1,["bdk_wallet::wallet::persisted::LoadWithPersistError"]],["impl<K> UnwindSafe for Bip44<K>
    where\n K: UnwindSafe,
    ",1,["bdk_wallet::descriptor::template::Bip44"]],["impl<K> UnwindSafe for Bip44Public<K>
    where\n K: UnwindSafe,
    ",1,["bdk_wallet::descriptor::template::Bip44Public"]],["impl<K> UnwindSafe for Bip49<K>
    where\n K: UnwindSafe,
    ",1,["bdk_wallet::descriptor::template::Bip49"]],["impl<K> UnwindSafe for Bip49Public<K>
    where\n K: UnwindSafe,
    ",1,["bdk_wallet::descriptor::template::Bip49Public"]],["impl<K> UnwindSafe for Bip84<K>
    where\n K: UnwindSafe,
    ",1,["bdk_wallet::descriptor::template::Bip84"]],["impl<K> UnwindSafe for Bip84Public<K>
    where\n K: UnwindSafe,
    ",1,["bdk_wallet::descriptor::template::Bip84Public"]],["impl<K> UnwindSafe for Bip86<K>
    where\n K: UnwindSafe,
    ",1,["bdk_wallet::descriptor::template::Bip86"]],["impl<K> UnwindSafe for Bip86Public<K>
    where\n K: UnwindSafe,
    ",1,["bdk_wallet::descriptor::template::Bip86Public"]],["impl<K> UnwindSafe for P2Pkh<K>
    where\n K: UnwindSafe,
    ",1,["bdk_wallet::descriptor::template::P2Pkh"]],["impl<K> UnwindSafe for P2TR<K>
    where\n K: UnwindSafe,
    ",1,["bdk_wallet::descriptor::template::P2TR"]],["impl<K> UnwindSafe for P2Wpkh<K>
    where\n K: UnwindSafe,
    ",1,["bdk_wallet::descriptor::template::P2Wpkh"]],["impl<K> UnwindSafe for P2Wpkh_P2Sh<K>
    where\n K: UnwindSafe,
    ",1,["bdk_wallet::descriptor::template::P2Wpkh_P2Sh"]],["impl<K, Ctx> UnwindSafe for GeneratedKey<K, Ctx>
    where\n K: UnwindSafe,\n Ctx: UnwindSafe,
    ",1,["bdk_wallet::keys::GeneratedKey"]],["impl<P> !UnwindSafe for PersistedWallet<P>",1,["bdk_wallet::wallet::persisted::PersistedWallet"]],["impl<S> UnwindSafe for SignerWrapper<S>
    where\n S: UnwindSafe,
    ",1,["bdk_wallet::wallet::signer::SignerWrapper"]]], "example_bitcoind_rpc_polling":[["impl UnwindSafe for Emission",1,["example_bitcoind_rpc_polling::Emission"]],["impl UnwindSafe for RpcCommands",1,["example_bitcoind_rpc_polling::RpcCommands"]],["impl UnwindSafe for RpcArgs",1,["example_bitcoind_rpc_polling::RpcArgs"]]], "example_cli":[["impl UnwindSafe for AddressCmd",1,["example_cli::AddressCmd"]],["impl UnwindSafe for CoinSelectionAlgo",1,["example_cli::CoinSelectionAlgo"]],["impl UnwindSafe for Keychain",1,["example_cli::Keychain"]],["impl UnwindSafe for TxOutCmd",1,["example_cli::TxOutCmd"]],["impl UnwindSafe for ChangeInfo",1,["example_cli::ChangeInfo"]],["impl UnwindSafe for ChangeSet",1,["example_cli::ChangeSet"]],["impl<CS, S> UnwindSafe for Commands<CS, S>
    where\n CS: UnwindSafe,\n S: UnwindSafe,
    ",1,["example_cli::Commands"]],["impl<CS, S> UnwindSafe for Args<CS, S>
    where\n CS: UnwindSafe,\n S: UnwindSafe,
    ",1,["example_cli::Args"]],["impl<CS, S> UnwindSafe for Init<CS, S>
    where\n CS: UnwindSafe,\n S: UnwindSafe,
    ",1,["example_cli::Init"]],["impl<S> UnwindSafe for PsbtCmd<S>
    where\n S: UnwindSafe,
    ",1,["example_cli::PsbtCmd"]]], "example_electrum":[["impl UnwindSafe for ElectrumCommands",1,["example_electrum::ElectrumCommands"]],["impl UnwindSafe for ElectrumArgs",1,["example_electrum::ElectrumArgs"]],["impl UnwindSafe for ScanOptions",1,["example_electrum::ScanOptions"]]], diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/bdk_wallet/coin_selection/struct.BranchAndBoundCoinSelection.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/bdk_wallet/coin_selection/struct.BranchAndBoundCoinSelection.js index 8d74205ead..23b79af093 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/bdk_wallet/coin_selection/struct.BranchAndBoundCoinSelection.js +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/bdk_wallet/coin_selection/struct.BranchAndBoundCoinSelection.js @@ -1,3 +1,3 @@ (function() {var type_impls = { -"bdk_wallet":[["
    source§

    impl BranchAndBoundCoinSelection

    source

    pub fn new(size_of_change: u64) -> Self

    Create new instance with target size for change output

    \n
    ",0,"bdk_wallet::wallet::coin_selection::DefaultCoinSelectionAlgorithm"],["
    source§

    impl Clone for BranchAndBoundCoinSelection

    source§

    fn clone(&self) -> BranchAndBoundCoinSelection

    Returns a 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::wallet::coin_selection::DefaultCoinSelectionAlgorithm"],["
    source§

    impl CoinSelectionAlgorithm for BranchAndBoundCoinSelection

    source§

    fn coin_select(\n &self,\n required_utxos: Vec<WeightedUtxo>,\n optional_utxos: Vec<WeightedUtxo>,\n fee_rate: FeeRate,\n target_amount: u64,\n drain_script: &Script\n) -> Result<CoinSelectionResult, Error>

    Perform the coin selection Read more
    ","CoinSelectionAlgorithm","bdk_wallet::wallet::coin_selection::DefaultCoinSelectionAlgorithm"],["
    source§

    impl Debug for BranchAndBoundCoinSelection

    source§

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

    Formats the value using the given formatter. Read more
    ","Debug","bdk_wallet::wallet::coin_selection::DefaultCoinSelectionAlgorithm"],["
    source§

    impl Default for BranchAndBoundCoinSelection

    source§

    fn default() -> Self

    Returns the “default value” for a type. Read more
    ","Default","bdk_wallet::wallet::coin_selection::DefaultCoinSelectionAlgorithm"]] +"bdk_wallet":[["
    source§

    impl<Cs> BranchAndBoundCoinSelection<Cs>

    source

    pub fn new(size_of_change: u64, fallback_algorithm: Cs) -> Self

    Create new instance with a target size_of_change and fallback_algorithm.

    \n
    ",0,"bdk_wallet::wallet::coin_selection::DefaultCoinSelectionAlgorithm"],["
    source§

    impl<Cs: Clone> Clone for BranchAndBoundCoinSelection<Cs>

    source§

    fn clone(&self) -> BranchAndBoundCoinSelection<Cs>

    Returns a 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::wallet::coin_selection::DefaultCoinSelectionAlgorithm"],["
    source§

    impl<Cs: CoinSelectionAlgorithm> CoinSelectionAlgorithm for BranchAndBoundCoinSelection<Cs>

    source§

    fn coin_select<R: RngCore>(\n &self,\n required_utxos: Vec<WeightedUtxo>,\n optional_utxos: Vec<WeightedUtxo>,\n fee_rate: FeeRate,\n target_amount: u64,\n drain_script: &Script,\n rand: &mut R\n) -> Result<CoinSelectionResult, InsufficientFunds>

    Perform the coin selection Read more
    ","CoinSelectionAlgorithm","bdk_wallet::wallet::coin_selection::DefaultCoinSelectionAlgorithm"],["
    source§

    impl<Cs: Debug> Debug for BranchAndBoundCoinSelection<Cs>

    source§

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

    Formats the value using the given formatter. Read more
    ","Debug","bdk_wallet::wallet::coin_selection::DefaultCoinSelectionAlgorithm"],["
    source§

    impl<Cs: Default> Default for BranchAndBoundCoinSelection<Cs>

    source§

    fn default() -> Self

    Returns the “default value” for a type. Read more
    ","Default","bdk_wallet::wallet::coin_selection::DefaultCoinSelectionAlgorithm"]] };if (window.register_type_impls) {window.register_type_impls(type_impls);} else {window.pending_type_impls = type_impls;}})() \ No newline at end of file