diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/all.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/all.html index b38d85e992..18f4b00d7b 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/all.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/all.html @@ -1 +1 @@ -List of all items in this crate

List of all items

Structs

Enums

Traits

Macros

Derive Macros

Functions

Type Aliases

Statics

Constants

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

List of all items

Structs

Enums

Traits

Macros

Derive Macros

Functions

Type Aliases

Statics

Constants

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/address/enum.FromScriptError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/address/enum.FromScriptError.html index 6b73feb7e8..da6dab1a4f 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 25f5a3cb74..02ae7a432f 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 218327717e..74142142f7 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 87e4f8f857..7ffab5ace7 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/amount/enum.ParseAmountError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/amount/enum.ParseAmountError.html index 14a125c74b..94ff3fdf5d 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/amount/enum.ParseAmountError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/amount/enum.ParseAmountError.html @@ -10,7 +10,7 @@
§

MissingDigits(MissingDigitsError)

A digit was expected but not found.

§

InputTooLarge(InputTooLargeError)

Input string was too large.

§

InvalidCharacter(InvalidCharacterError)

Invalid character in input.

-

Trait Implementations§

§

impl Clone for ParseAmountError

§

fn clone(&self) -> ParseAmountError

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

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

Performs copy-assignment from source. Read more
§

impl Debug for ParseAmountError

§

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

Formats the value using the given formatter. Read more
§

impl Display for ParseAmountError

§

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

Formats the value using the given formatter. Read more
§

impl Error for ParseAmountError

§

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

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

fn description(&self) -> &str

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

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

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

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

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

impl From<Infallible> for ParseAmountError

§

fn from(never: Infallible) -> ParseAmountError

Converts to this type from the input type.
§

impl From<InputTooLargeError> for ParseAmountError

§

fn from(value: InputTooLargeError) -> ParseAmountError

Converts to this type from the input type.
§

impl From<InvalidCharacterError> for ParseAmountError

§

fn from(value: InvalidCharacterError) -> ParseAmountError

Converts to this type from the input type.
§

impl From<MissingDigitsError> for ParseAmountError

§

fn from(value: MissingDigitsError) -> ParseAmountError

Converts to this type from the input type.
§

impl From<OutOfRangeError> for ParseAmountError

§

fn from(value: OutOfRangeError) -> ParseAmountError

Converts to this type from the input type.
§

impl From<ParseAmountError> for ParseError

§

fn from(e: ParseAmountError) -> ParseError

Converts to this type from the input type.
§

impl From<TooPreciseError> for ParseAmountError

§

fn from(value: TooPreciseError) -> ParseAmountError

Converts to this type from the input type.
§

impl PartialEq for ParseAmountError

§

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

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

Trait Implementations§

§

impl Clone for ParseAmountError

§

fn clone(&self) -> ParseAmountError

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

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

Performs copy-assignment from source. Read more
§

impl Debug for ParseAmountError

§

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

Formats the value using the given formatter. Read more
§

impl Display for ParseAmountError

§

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

Formats the value using the given formatter. Read more
§

impl Error for ParseAmountError

§

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

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

fn description(&self) -> &str

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

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

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

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

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

impl From<Infallible> for ParseAmountError

§

fn from(never: Infallible) -> ParseAmountError

Converts to this type from the input type.
§

impl From<InputTooLargeError> for ParseAmountError

§

fn from(value: InputTooLargeError) -> ParseAmountError

Converts to this type from the input type.
§

impl From<InvalidCharacterError> for ParseAmountError

§

fn from(value: InvalidCharacterError) -> ParseAmountError

Converts to this type from the input type.
§

impl From<MissingDigitsError> for ParseAmountError

§

fn from(value: MissingDigitsError) -> ParseAmountError

Converts to this type from the input type.
§

impl From<OutOfRangeError> for ParseAmountError

§

fn from(value: OutOfRangeError) -> ParseAmountError

Converts to this type from the input type.
§

impl From<ParseAmountError> for ParseError

§

fn from(e: ParseAmountError) -> ParseError

Converts to this type from the input type.
§

impl From<TooPreciseError> for ParseAmountError

§

fn from(value: TooPreciseError) -> ParseAmountError

Converts to this type from the input type.
§

impl PartialEq for ParseAmountError

§

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

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

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

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

impl Eq for ParseAmountError

§

impl StructuralPartialEq for ParseAmountError

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/amount/struct.Amount.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/amount/struct.Amount.html index 49e412fd36..2ae41316ec 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/amount/struct.Amount.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/amount/struct.Amount.html @@ -85,7 +85,7 @@
§Examples
R: BufRead + ?Sized,

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

impl Default for Amount

§

fn default() -> Amount

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

impl<'de> Deserialize<'de> for Amount

§

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

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

impl Display for Amount

§

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

Formats the value using the given formatter. Read more
§

impl Div<Weight> for Amount

§

type Output = FeeRate

The resulting type after applying the / operator.
§

fn div(self, rhs: Weight) -> <Amount as Div<Weight>>::Output

Performs the / operation. Read more
§

impl Div<u64> for Amount

§

type Output = Amount

The resulting type after applying the / operator.
§

fn div(self, rhs: u64) -> <Amount as Div<u64>>::Output

Performs the / operation. Read more
§

impl DivAssign<u64> for Amount

§

fn div_assign(&mut self, rhs: u64)

Performs the /= operation. Read more
§

impl Encodable for Amount

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where + __D: Deserializer<'de>,

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

impl Display for Amount

§

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

Formats the value using the given formatter. Read more
§

impl Div<Weight> for Amount

§

type Output = FeeRate

The resulting type after applying the / operator.
§

fn div(self, rhs: Weight) -> <Amount as Div<Weight>>::Output

Performs the / operation. Read more
§

impl Div<u64> for Amount

§

type Output = Amount

The resulting type after applying the / operator.
§

fn div(self, rhs: u64) -> <Amount as Div<u64>>::Output

Performs the / operation. Read more
§

impl DivAssign<u64> for Amount

§

fn div_assign(&mut self, rhs: u64)

Performs the /= operation. Read more
§

impl Encodable for Amount

§

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

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

impl FromStr for Amount

§

type Err = ParseError

The associated error which can be returned from parsing.
§

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

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

impl Hash for Amount

§

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/base58/enum.Error.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/base58/enum.Error.html index e281550c8e..8dc226a62e 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§

§

impl Freeze for Error

§

impl RefUnwindSafe for Error

§

impl Send for Error

§

impl Sync for Error

§

impl Unpin for Error

§

impl UnwindSafe for Error

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where 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 8c3de5d892..6e46e7f21b 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§

§

impl Freeze for Error

§

impl RefUnwindSafe for Error

§

impl Send for Error

§

impl Sync for Error

§

impl Unpin for Error

§

impl UnwindSafe for Error

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where 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 ad44636291..e947d9b3f8 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 @@ -2435,12 +2435,12 @@
§Example
by ==.

source§

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

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

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

source§

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

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

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

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

impl PartialEq<String> for Value

source§

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

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

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

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

impl PartialEq<String> for Value

source§

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

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

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

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

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

source§

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

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

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

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

impl PartialEq<Value> for String

source§

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

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

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

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

impl PartialEq<Value> for String

source§

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

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

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

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

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

source§

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

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

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

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

impl PartialEq for String

source§

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

This method tests for self and other values to be equal, and is used @@ -2457,9 +2457,9 @@

§Examples< ) -> 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 = ParseIntError

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

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

Performs the conversion.
§

impl TryFrom<String> for Height

§

type Error = ParseHeightError

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

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

Performs the conversion.
§

impl TryFrom<String> for LockTime

§

type Error = ParseIntError

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

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

Performs the conversion.
§

impl TryFrom<String> for Sequence

§

type Error = ParseIntError

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

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

Performs the conversion.
§

impl TryFrom<String> for Time

§

type Error = 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§

§

impl Freeze for String

§

impl RefUnwindSafe for String

§

impl Send for String

§

impl Sync for String

§

impl Unpin for String

§

impl UnwindSafe for String

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 7e584a809e..2350f02de1 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 @@
§Examples< 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>

§

fn consensus_decode_from_finite_reader<R>( + 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>

§

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>

§

fn consensus_decode_from_finite_reader<R>( + 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>

§

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

§

fn consensus_decode_from_finite_reader<R>( + 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>

§

fn consensus_decode_from_finite_reader<R>( + R: BufRead + ?Sized,

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

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

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

impl Decodable for Vec<TapLeafHash>

§

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

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

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

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

impl Decodable for Vec<Transaction>

§

fn consensus_decode_from_finite_reader<R>( + 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>

§

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>

§

fn consensus_decode_from_finite_reader<R>( + 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>

§

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>

§

fn consensus_decode_from_finite_reader<R>( + 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>

§

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>

§

fn consensus_decode_from_finite_reader<R>( + 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>

§

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

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

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

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

impl Decodable for Vec<Vec<u8>>

§

fn consensus_decode_from_finite_reader<R>( + 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 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,24 +3768,24 @@
§Examples< 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 - 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 + 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, A: Allocator,

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

@@ -3841,7 +3841,7 @@
§Examples<
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 @@ 
§Examples< 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 @@

§Example

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

§

fn try_from( +

§

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/bip152/struct.ShortId.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip152/struct.ShortId.html index b0c4aac5fe..12d5c50e20 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip152/struct.ShortId.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip152/struct.ShortId.html @@ -9,11 +9,11 @@

§

impl ShortId

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

Calculate the SipHash24 keys used to calculate short IDs.

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

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

-

Trait Implementations§

§

impl AsMut<[u8]> for ShortId

§

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

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

impl AsMut<[u8; 6]> for ShortId

§

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

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

impl AsRef<[u8]> for ShortId

§

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

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

impl AsRef<[u8; 6]> for ShortId

§

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

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

impl Borrow<[u8]> for ShortId

§

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

Immutably borrows from an owned value. Read more
§

impl Borrow<[u8; 6]> for ShortId

§

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

Immutably borrows from an owned value. Read more
§

impl BorrowMut<[u8]> for ShortId

§

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

Mutably borrows from an owned value. Read more
§

impl BorrowMut<[u8; 6]> for ShortId

§

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

Mutably borrows from an owned value. Read more
§

impl Clone for ShortId

§

fn clone(&self) -> ShortId

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

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

Performs copy-assignment from source. Read more
§

impl Debug for ShortId

§

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

Formats the value using the given formatter. Read more
§

impl Decodable for ShortId

Trait Implementations§

§

impl AsMut<[u8]> for ShortId

§

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

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

impl AsMut<[u8; 6]> for ShortId

§

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

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

impl AsRef<[u8]> for ShortId

§

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

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

impl AsRef<[u8; 6]> for ShortId

§

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

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

impl Borrow<[u8]> for ShortId

§

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

Immutably borrows from an owned value. Read more
§

impl Borrow<[u8; 6]> for ShortId

§

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

Immutably borrows from an owned value. Read more
§

impl BorrowMut<[u8]> for ShortId

§

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

Mutably borrows from an owned value. Read more
§

impl BorrowMut<[u8; 6]> for ShortId

§

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

Mutably borrows from an owned value. Read more
§

impl Clone for ShortId

§

fn clone(&self) -> ShortId

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

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

Performs copy-assignment from source. Read more
§

impl Debug for ShortId

§

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

Formats the value using the given formatter. Read more
§

impl Decodable for ShortId

§

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

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

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

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

impl Default for ShortId

§

fn default() -> ShortId

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

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

§

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

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

impl Display for ShortId

§

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

Formats the value using the given formatter. Read more
§

impl Encodable for ShortId

§

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

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

impl<'a> From<&'a [u8; 6]> for ShortId

§

fn from(data: &'a [u8; 6]) -> ShortId

Converts to this type from the input type.
§

impl<'a> From<[u8; 6]> for ShortId

§

fn from(data: [u8; 6]) -> ShortId

Converts to this type from the input type.
§

impl FromStr for ShortId

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

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

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

impl Hash for ShortId

§

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

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

impl<'a> From<&'a [u8; 6]> for ShortId

§

fn from(data: &'a [u8; 6]) -> ShortId

Converts to this type from the input type.
§

impl<'a> From<[u8; 6]> for ShortId

§

fn from(data: [u8; 6]) -> ShortId

Converts to this type from the input type.
§

impl FromStr for ShortId

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

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

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

impl Hash for ShortId

§

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

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

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

impl<I> Index<I> for ShortId
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/enum.ChildNumber.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/enum.ChildNumber.html index 2692956e95..f7d5da7b2d 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/enum.ChildNumber.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/enum.ChildNumber.html @@ -20,7 +20,7 @@

Trait Implementations§

§

impl AsRef<[ChildNumber]> for ChildNumber

§

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

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

impl Clone for ChildNumber

§

fn clone(&self) -> ChildNumber

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

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

Performs copy-assignment from source. Read more
§

impl Debug for ChildNumber

§

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

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for ChildNumber

§

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

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

impl Display for ChildNumber

§

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

Formats the value using the given formatter. Read more
§

impl From<ChildNumber> for u32

§

fn from(cnum: ChildNumber) -> u32

Converts to this type from the input type.
§

impl From<u32> for ChildNumber

§

fn from(number: u32) -> ChildNumber

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 ChildNumber

§

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

Formats the value using the given formatter. Read more
§

impl From<ChildNumber> for u32

§

fn from(cnum: ChildNumber) -> u32

Converts to this type from the input type.
§

impl From<u32> for ChildNumber

§

fn from(number: u32) -> ChildNumber

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 ChildNumber

§

type Err = Error

The associated error which can be returned from parsing.
§

fn from_str(inp: &str) -> Result<ChildNumber, Error>

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

impl Hash for ChildNumber

§

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/enum.Error.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/enum.Error.html index 17119e29b9..89f4a42239 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§

§

impl Freeze for Error

§

impl RefUnwindSafe for Error

§

impl Send for Error

§

impl Sync for Error

§

impl Unpin for Error

§

impl UnwindSafe for Error

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/index.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/index.html index c7c2a4b718..5fcc67047e 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/index.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/index.html @@ -2,5 +2,5 @@

Implementation of BIP32 hierarchical deterministic wallets, as defined at https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki.

Structs§

Enums§

Traits§

  • Trait that allows possibly failable conversion from a type into a -derivation path

Type Aliases§

  • The old name for xpriv, extended public key.
  • ExtendendPubKeyDeprecated
    The old name for xpub, extended public key.
  • Full information on the used extended public key: fingerprint of the +derivation path

Type Aliases§

  • ExtendedPrivKeyDeprecated
    The old name for xpriv, extended public key.
  • ExtendedPubKeyDeprecated
    The old name for xpub, extended public key.
  • The old name for xpriv, extended public key (with a released typo in it).
  • ExtendendPubKeyDeprecated
    The old name for xpub, extended public key (with a released typo in it).
  • Full information on the used extended public key: fingerprint of the master extended public key and a derivation path from it.
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/sidebar-items.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/sidebar-items.js index 5c9d0a3905..7482adfa60 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/sidebar-items.js +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/sidebar-items.js @@ -1 +1 @@ -window.SIDEBAR_ITEMS = {"enum":["ChildNumber","Error"],"struct":["ChainCode","DerivationPath","DerivationPathIterator","Fingerprint","InvalidBase58PayloadLengthError","XKeyIdentifier","Xpriv","Xpub"],"trait":["IntoDerivationPath"],"type":["ExtendendPrivKey","ExtendendPubKey","KeySource"]}; \ No newline at end of file +window.SIDEBAR_ITEMS = {"enum":["ChildNumber","Error"],"struct":["ChainCode","DerivationPath","DerivationPathIterator","Fingerprint","InvalidBase58PayloadLengthError","XKeyIdentifier","Xpriv","Xpub"],"trait":["IntoDerivationPath"],"type":["ExtendedPrivKey","ExtendedPubKey","ExtendendPrivKey","ExtendendPubKey","KeySource"]}; \ No newline at end of file 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 7b4407b911..923e607105 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.Fingerprint.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/struct.Fingerprint.html index ca252f2021..9de7ca9626 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,8 +6,8 @@

§

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

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

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

impl<I> Index<I> for Fingerprint
where 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 38742b3cc7..66f6528cc6 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/struct.XKeyIdentifier.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/struct.XKeyIdentifier.html @@ -5,7 +5,7 @@

Trait Implementations§

§

impl AsRef<[u8]> for XKeyIdentifier

§

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

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

impl AsRef<[u8; 20]> for XKeyIdentifier

§

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

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

impl Borrow<[u8]> for XKeyIdentifier

§

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

Immutably borrows from an owned value. Read more
§

impl Clone for XKeyIdentifier

§

fn clone(&self) -> XKeyIdentifier

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

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

Performs copy-assignment from source. Read more
§

impl Debug for XKeyIdentifier

§

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

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for XKeyIdentifier

§

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

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

impl Display for XKeyIdentifier

§

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

Formats the value using the given formatter. Read more
§

impl From<&Xpub> for XKeyIdentifier

§

fn from(key: &Xpub) -> XKeyIdentifier

Converts to this type from the input type.
§

impl From<Hash> for XKeyIdentifier

§

fn from(inner: Hash) -> XKeyIdentifier

Converts to this type from the input type.
§

impl From<XKeyIdentifier> for Hash

§

fn from(hashtype: XKeyIdentifier) -> Hash

Converts to this type from the input type.
§

impl From<Xpub> for XKeyIdentifier

§

fn from(key: Xpub) -> XKeyIdentifier

Converts to this type from the input type.
§

impl FromStr for XKeyIdentifier

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

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

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

impl Hash for XKeyIdentifier

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected + D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§

impl Display for XKeyIdentifier

§

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

Formats the value using the given formatter. Read more
§

impl From<&Xpub> for XKeyIdentifier

§

fn from(key: &Xpub) -> XKeyIdentifier

Converts to this type from the input type.
§

impl From<Hash> for XKeyIdentifier

§

fn from(inner: Hash) -> XKeyIdentifier

Converts to this type from the input type.
§

impl From<XKeyIdentifier> for Hash

§

fn from(hashtype: XKeyIdentifier) -> Hash

Converts to this type from the input type.
§

impl From<Xpub> for XKeyIdentifier

§

fn from(key: Xpub) -> XKeyIdentifier

Converts to this type from the input type.
§

impl FromStr for XKeyIdentifier

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

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

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

impl Hash for XKeyIdentifier

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
§

const LEN: usize = 20usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = false

Flag indicating whether user-visible serializations of this hash 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/struct.Xpub.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/struct.Xpub.html index 1e80163842..3d5541fb18 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/struct.Xpub.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/struct.Xpub.html @@ -42,7 +42,7 @@

Trait Implementations§

§

impl Clone for Xpub

§

fn clone(&self) -> Xpub

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

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

Performs copy-assignment from source. Read more
§

impl Debug for Xpub

§

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

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for Xpub

§

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

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

impl Display for Xpub

§

fn fmt(&self, fmt: &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<Xpub> for XKeyIdentifier

§

fn from(key: Xpub) -> XKeyIdentifier

Converts to this type from the input type.
§

impl FromStr for Xpub

§

type Err = Error

The associated error which can be returned from parsing.
§

fn from_str(inp: &str) -> Result<Xpub, Error>

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

impl Hash for Xpub

§

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

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

impl Display for Xpub

§

fn fmt(&self, fmt: &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<Xpub> for XKeyIdentifier

§

fn from(key: Xpub) -> XKeyIdentifier

Converts to this type from the input type.
§

impl FromStr for Xpub

§

type Err = Error

The associated error which can be returned from parsing.
§

fn from_str(inp: &str) -> Result<Xpub, Error>

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

impl Hash for Xpub

§

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 InnerXKey for Xpub

§

fn xkey_fingerprint<C>(&self, _secp: &Secp256k1<C>) -> Fingerprint
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/type.ExtendedPrivKey.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/type.ExtendedPrivKey.html new file mode 100644 index 0000000000..55bf4eae64 --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/type.ExtendedPrivKey.html @@ -0,0 +1,15 @@ +ExtendedPrivKey in bdk_chain::bitcoin::bip32 - Rust

Type Alias bdk_chain::bitcoin::bip32::ExtendedPrivKey

pub type ExtendedPrivKey = Xpriv;
👎Deprecated since 0.31.0: use xpriv instead
Expand description

The old name for xpriv, extended public key.

+

Aliased Type§

struct ExtendedPrivKey {
+    pub network: NetworkKind,
+    pub depth: u8,
+    pub parent_fingerprint: Fingerprint,
+    pub child_number: ChildNumber,
+    pub private_key: SecretKey,
+    pub chain_code: ChainCode,
+}

Fields§

§network: NetworkKind

The network this key is to be used on

+
§depth: u8

How many derivations this key is from the master (which is 0)

+
§parent_fingerprint: Fingerprint

Fingerprint of the parent key (0 for master)

+
§child_number: ChildNumber

Child number of the key used to derive from parent (0 for master)

+
§private_key: SecretKey

Private key

+
§chain_code: ChainCode

Chain code

+
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/type.ExtendedPubKey.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/type.ExtendedPubKey.html new file mode 100644 index 0000000000..d6163a3995 --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/type.ExtendedPubKey.html @@ -0,0 +1,15 @@ +ExtendedPubKey in bdk_chain::bitcoin::bip32 - Rust

Type Alias bdk_chain::bitcoin::bip32::ExtendedPubKey

pub type ExtendedPubKey = Xpub;
👎Deprecated since 0.31.0: use xpub instead
Expand description

The old name for xpub, extended public key.

+

Aliased Type§

struct ExtendedPubKey {
+    pub network: NetworkKind,
+    pub depth: u8,
+    pub parent_fingerprint: Fingerprint,
+    pub child_number: ChildNumber,
+    pub public_key: PublicKey,
+    pub chain_code: ChainCode,
+}

Fields§

§network: NetworkKind

The network kind this key is to be used on

+
§depth: u8

How many derivations this key is from the master (which is 0)

+
§parent_fingerprint: Fingerprint

Fingerprint of the parent key

+
§child_number: ChildNumber

Child number of the key used to derive from parent (0 for master)

+
§public_key: PublicKey

Public key

+
§chain_code: ChainCode

Chain code

+
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/type.ExtendendPrivKey.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/type.ExtendendPrivKey.html index e6568fd8c1..b4e813d8f7 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/type.ExtendendPrivKey.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/type.ExtendendPrivKey.html @@ -1,4 +1,4 @@ -ExtendendPrivKey in bdk_chain::bitcoin::bip32 - Rust

Type Alias bdk_chain::bitcoin::bip32::ExtendendPrivKey

pub type ExtendendPrivKey = Xpriv;
👎Deprecated since 0.31.0: use xpriv instead
Expand description

The old name for xpriv, extended public key.

+ExtendendPrivKey in bdk_chain::bitcoin::bip32 - Rust

Type Alias bdk_chain::bitcoin::bip32::ExtendendPrivKey

pub type ExtendendPrivKey = Xpriv;
👎Deprecated since 0.31.0: use xpriv instead
Expand description

The old name for xpriv, extended public key (with a released typo in it).

Aliased Type§

struct ExtendendPrivKey {
     pub network: NetworkKind,
     pub depth: u8,
diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/type.ExtendendPubKey.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/type.ExtendendPubKey.html
index 6915bb61c6..5175d31a0e 100644
--- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/type.ExtendendPubKey.html
+++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/bip32/type.ExtendendPubKey.html
@@ -1,4 +1,4 @@
-ExtendendPubKey in bdk_chain::bitcoin::bip32 - Rust

Type Alias bdk_chain::bitcoin::bip32::ExtendendPubKey

pub type ExtendendPubKey = Xpub;
👎Deprecated since 0.31.0: use xpub instead
Expand description

The old name for xpub, extended public key.

+ExtendendPubKey in bdk_chain::bitcoin::bip32 - Rust

Type Alias bdk_chain::bitcoin::bip32::ExtendendPubKey

pub type ExtendendPubKey = Xpub;
👎Deprecated since 0.31.0: use xpub instead
Expand description

The old name for xpub, extended public key (with a released typo in it).

Aliased Type§

struct ExtendendPubKey {
     pub network: NetworkKind,
     pub depth: u8,
diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/block/struct.Block.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/block/struct.Block.html
index 3bcc3414fa..9f5241003d 100644
--- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/block/struct.Block.html
+++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/block/struct.Block.html
@@ -36,7 +36,7 @@ 

Result<Block, <__D as Deserializer<'de>>::Error>
where __D: Deserializer<'de>,

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

impl Encodable for Block

§

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<&Block> for BlockHash

§

fn from(block: &Block) -> 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 PartialEq for Block

§

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

This method tests for self and other values to be equal, and is used + R: 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<Block> for BlockHash

§

fn from(block: Block) -> BlockHash

Converts to this type from the input type.
§

impl PartialEq for Block

§

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

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

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

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

impl Serialize for Block

§

fn serialize<__S>( &self, 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 f00dc7e17a..9e5069fa21 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 @@ -2,11 +2,11 @@

Implementations§

§

impl BlockHash

pub fn from_raw_hash(inner: Hash) -> BlockHash

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 BlockHash

§

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

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

impl AsRef<[u8; 32]> for BlockHash

§

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

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

impl Borrow<[u8]> for BlockHash

§

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

Immutably borrows from an owned value. Read more
§

impl Clone for BlockHash

§

fn clone(&self) -> BlockHash

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

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

Performs copy-assignment from source. Read more
§

impl Debug for BlockHash

§

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

Formats the value using the given formatter. Read more
§

impl Decodable for BlockHash

Trait Implementations§

§

impl AsRef<[u8]> for BlockHash

§

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

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

impl AsRef<[u8; 32]> for BlockHash

§

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

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

impl Borrow<[u8]> for BlockHash

§

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

Immutably borrows from an owned value. Read more
§

impl Clone for BlockHash

§

fn clone(&self) -> BlockHash

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

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

Performs copy-assignment from source. Read more
§

impl Debug for BlockHash

§

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

Formats the value using the given formatter. Read more
§

impl Decodable for BlockHash

§

fn consensus_decode<R>(r: &mut R) -> Result<BlockHash, 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 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.TxMerkleNode.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/block/struct.TxMerkleNode.html index 64cdb2bfcd..c401a725d1 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/block/struct.TxMerkleNode.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/block/struct.TxMerkleNode.html @@ -2,11 +2,11 @@

Implementations§

§

impl TxMerkleNode

pub fn from_raw_hash(inner: Hash) -> TxMerkleNode

Creates this wrapper type from the inner hash type.

pub fn to_raw_hash(self) -> Hash

Returns the inner hash (sha256, sh256d etc.).

pub fn as_raw_hash(&self) -> &Hash

Returns a reference to the inner hash (sha256, sh256d etc.).

-

Trait Implementations§

§

impl AsRef<[u8]> for TxMerkleNode

§

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

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

impl AsRef<[u8; 32]> for TxMerkleNode

§

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

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

impl Borrow<[u8]> for TxMerkleNode

§

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

Immutably borrows from an owned value. Read more
§

impl Clone for TxMerkleNode

§

fn clone(&self) -> TxMerkleNode

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

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

Performs copy-assignment from source. Read more
§

impl Debug for TxMerkleNode

§

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

Formats the value using the given formatter. Read more
§

impl Decodable for TxMerkleNode

Trait Implementations§

§

impl AsRef<[u8]> for TxMerkleNode

§

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

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

impl AsRef<[u8; 32]> for TxMerkleNode

§

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

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

impl Borrow<[u8]> for TxMerkleNode

§

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

Immutably borrows from an owned value. Read more
§

impl Clone for TxMerkleNode

§

fn clone(&self) -> TxMerkleNode

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

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

Performs copy-assignment from source. Read more
§

impl Debug for TxMerkleNode

§

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

Formats the value using the given formatter. Read more
§

impl Decodable for TxMerkleNode

§

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

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

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

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

impl<'de> Deserialize<'de> for TxMerkleNode

§

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

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

impl Display for TxMerkleNode

§

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

Formats the value using the given formatter. Read more
§

impl Encodable for TxMerkleNode

§

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

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

impl From<Hash> for TxMerkleNode

§

fn from(inner: Hash) -> TxMerkleNode

Converts to this type from the input type.
§

impl From<TxMerkleNode> for Hash

§

fn from(hashtype: TxMerkleNode) -> Hash

Converts to this type from the input type.
§

impl From<Txid> for TxMerkleNode

§

fn from(txid: Txid) -> TxMerkleNode

Converts to this type from the input type.
§

impl FromStr for TxMerkleNode

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

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

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

impl Hash for TxMerkleNode

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected + W: Write + ?Sized,
Encodes an object with a well-defined format. Read more
§

impl From<Hash> for TxMerkleNode

§

fn from(inner: Hash) -> TxMerkleNode

Converts to this type from the input type.
§

impl From<TxMerkleNode> for Hash

§

fn from(hashtype: TxMerkleNode) -> Hash

Converts to this type from the input type.
§

impl From<Txid> for TxMerkleNode

§

fn from(txid: Txid) -> TxMerkleNode

Converts to this type from the input type.
§

impl FromStr for TxMerkleNode

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

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

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

impl Hash for TxMerkleNode

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
§

const LEN: usize = 32usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = true

Flag indicating whether user-visible serializations of this hash 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.WitnessMerkleNode.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/block/struct.WitnessMerkleNode.html index de1a35869d..1f368a7549 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 @@ -2,13 +2,13 @@

Implementations§

§

impl WitnessMerkleNode

pub fn from_raw_hash(inner: Hash) -> WitnessMerkleNode

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 WitnessMerkleNode

§

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

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

impl AsRef<[u8; 32]> for WitnessMerkleNode

§

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

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

impl Borrow<[u8]> for WitnessMerkleNode

§

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

Immutably borrows from an owned value. Read more
§

impl Clone for WitnessMerkleNode

§

fn clone(&self) -> WitnessMerkleNode

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

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

Performs copy-assignment from source. Read more
§

impl Debug for WitnessMerkleNode

§

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

Formats the value using the given formatter. Read more
§

impl Decodable for WitnessMerkleNode

Trait Implementations§

§

impl AsRef<[u8]> for WitnessMerkleNode

§

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

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

impl AsRef<[u8; 32]> for WitnessMerkleNode

§

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

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

impl Borrow<[u8]> for WitnessMerkleNode

§

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

Immutably borrows from an owned value. Read more
§

impl Clone for WitnessMerkleNode

§

fn clone(&self) -> WitnessMerkleNode

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

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

Performs copy-assignment from source. Read more
§

impl Debug for WitnessMerkleNode

§

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

Formats the value using the given formatter. Read more
§

impl Decodable for WitnessMerkleNode

§

fn consensus_decode<R>(r: &mut R) -> Result<WitnessMerkleNode, 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 WitnessMerkleNode

§

fn deserialize<D>( 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 442edcfeeb..09de827547 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,7 +17,7 @@

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 +

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, diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/fee_rate/struct.FeeRate.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/fee_rate/struct.FeeRate.html index 0bbbfab1b9..abb798a9fd 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/fee_rate/struct.FeeRate.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/fee_rate/struct.FeeRate.html @@ -51,9 +51,9 @@
§Errors
&self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>
where - __S: Serializer,

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

impl TryFrom<&str> for FeeRate

§

type Error = ParseIntError

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

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

Performs the conversion.
§

impl TryFrom<Box<str>> for FeeRate

§

type Error = ParseIntError

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

fn try_from( + __S: Serializer,

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

impl TryFrom<&str> for FeeRate

§

type Error = ParseIntError

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

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

Performs the conversion.
§

impl TryFrom<Box<str>> for FeeRate

§

type Error = ParseIntError

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

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

Performs the conversion.
§

impl TryFrom<String> for FeeRate

§

type Error = ParseIntError

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

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

Performs the conversion.
§

impl Copy for FeeRate

§

impl Eq for FeeRate

§

impl StructuralPartialEq for FeeRate

Auto Trait Implementations§

§

impl Freeze for FeeRate

§

impl RefUnwindSafe for FeeRate

§

impl Send for FeeRate

§

impl Sync for FeeRate

§

impl Unpin for FeeRate

§

impl UnwindSafe for FeeRate

Blanket Implementations§

source§

impl<T> Any for T
where +) -> Result<FeeRate, <FeeRate as TryFrom<Box<str>>>::Error>

Performs the conversion.
§

impl TryFrom<String> for FeeRate

§

type Error = ParseIntError

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

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

Performs the conversion.
§

impl Copy for FeeRate

§

impl Eq for FeeRate

§

impl StructuralPartialEq for FeeRate

Auto Trait Implementations§

§

impl Freeze for FeeRate

§

impl RefUnwindSafe for FeeRate

§

impl Send for FeeRate

§

impl Sync for FeeRate

§

impl Unpin for FeeRate

§

impl UnwindSafe for FeeRate

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<Q, K> Equivalent<K> for Q
where 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 f8e021f1c3..22bbbec874 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 @@
§Examples
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 @@
§Examples
&self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,
Serialize this value into the given Serde serializer. Read more
§

impl 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/absolute/struct.Height.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/locktime/absolute/struct.Height.html index 59ae1a1966..92708386b4 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/locktime/absolute/struct.Height.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/locktime/absolute/struct.Height.html @@ -31,7 +31,7 @@

§Examples
&self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,
Serialize this value into the given Serde serializer. Read more
§

impl TryFrom<&str> for Height

§

type Error = ParseHeightError

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

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

Performs the conversion.
§

impl TryFrom<Box<str>> for Height

§

type Error = ParseHeightError

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

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

Performs the conversion.
§

impl TryFrom<String> for Height

§

type Error = ParseHeightError

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

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

Performs the conversion.
§

impl Copy for Height

§

impl Eq for Height

§

impl StructuralPartialEq for Height

Auto Trait Implementations§

§

impl Freeze for Height

§

impl RefUnwindSafe for Height

§

impl Send for Height

§

impl Sync for Height

§

impl Unpin for Height

§

impl UnwindSafe for Height

Blanket Implementations§

source§

impl<T> Any for T
where + S: Serializer,

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

impl TryFrom<&str> for Height

§

type Error = ParseHeightError

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

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

Performs the conversion.
§

impl TryFrom<Box<str>> for Height

§

type Error = ParseHeightError

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

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

Performs the conversion.
§

impl TryFrom<String> for Height

§

type Error = ParseHeightError

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

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

Performs the conversion.
§

impl Copy for Height

§

impl Eq for Height

§

impl StructuralPartialEq for Height

Auto Trait Implementations§

§

impl Freeze for Height

§

impl RefUnwindSafe for Height

§

impl Send for Height

§

impl Sync for Height

§

impl Unpin for Height

§

impl UnwindSafe for Height

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<Q, K> Equivalent<K> for Q
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/locktime/absolute/struct.Time.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/locktime/absolute/struct.Time.html index b9b7f8a072..cdd408a565 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/locktime/absolute/struct.Time.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/locktime/absolute/struct.Time.html @@ -33,7 +33,7 @@
§Examples
&self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

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

impl TryFrom<&str> for Time

§

type Error = ParseTimeError

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

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

Performs the conversion.
§

impl TryFrom<Box<str>> for Time

§

type Error = ParseTimeError

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

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

Performs the conversion.
§

impl TryFrom<String> for Time

§

type Error = ParseTimeError

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

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

Performs the conversion.
§

impl Copy for Time

§

impl Eq for Time

§

impl StructuralPartialEq for Time

Auto Trait Implementations§

§

impl Freeze for Time

§

impl RefUnwindSafe for Time

§

impl Send for Time

§

impl Sync for Time

§

impl Unpin for Time

§

impl UnwindSafe for Time

Blanket Implementations§

source§

impl<T> Any for T
where + S: Serializer,

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

impl TryFrom<&str> for Time

§

type Error = ParseTimeError

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

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

Performs the conversion.
§

impl TryFrom<Box<str>> for Time

§

type Error = ParseTimeError

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

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

Performs the conversion.
§

impl TryFrom<String> for Time

§

type Error = ParseTimeError

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

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

Performs the conversion.
§

impl Copy for Time

§

impl Eq for Time

§

impl StructuralPartialEq for Time

Auto Trait Implementations§

§

impl Freeze for Time

§

impl RefUnwindSafe for Time

§

impl Send for Time

§

impl Sync for Time

§

impl Unpin for Time

§

impl UnwindSafe for Time

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<Q, K> Equivalent<K> for Q
where 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 963a7ad455..2049c1b296 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 @@
§Examples

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/locktime/relative/struct.Height.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/locktime/relative/struct.Height.html index c8249acc79..e5779cbee9 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/locktime/relative/struct.Height.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/locktime/relative/struct.Height.html @@ -23,7 +23,7 @@ &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>
where - __S: Serializer,
Serialize this value into the given Serde serializer. Read more
§

impl TryFrom<&str> for Height

§

type Error = ParseIntError

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

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

Performs the conversion.
§

impl TryFrom<Box<str>> for Height

§

type Error = ParseIntError

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

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

Performs the conversion.
§

impl TryFrom<String> for Height

§

type Error = 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 Copy for Height

§

impl Eq for Height

§

impl StructuralPartialEq for Height

Auto Trait Implementations§

§

impl Freeze for Height

§

impl RefUnwindSafe for Height

§

impl Send for Height

§

impl Sync for Height

§

impl Unpin for Height

§

impl UnwindSafe for Height

Blanket Implementations§

source§

impl<T> Any for T
where + __S: Serializer,

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

impl TryFrom<&str> for Height

§

type Error = ParseIntError

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

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

Performs the conversion.
§

impl TryFrom<Box<str>> for Height

§

type Error = ParseIntError

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

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

Performs the conversion.
§

impl TryFrom<String> for Height

§

type Error = 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 Copy for Height

§

impl Eq for Height

§

impl StructuralPartialEq for Height

Auto Trait Implementations§

§

impl Freeze for Height

§

impl RefUnwindSafe for Height

§

impl Send for Height

§

impl Sync for Height

§

impl Unpin for Height

§

impl UnwindSafe for Height

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<Q, K> Equivalent<K> for Q
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/locktime/relative/struct.Time.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/locktime/relative/struct.Time.html index e61ac2dbfb..7fdde1e850 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/locktime/relative/struct.Time.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/locktime/relative/struct.Time.html @@ -33,7 +33,7 @@
§Errors
&self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>
where - __S: Serializer,

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

impl TryFrom<&str> for Time

§

type Error = ParseIntError

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

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

Performs the conversion.
§

impl TryFrom<Box<str>> for Time

§

type Error = ParseIntError

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

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

Performs the conversion.
§

impl TryFrom<String> for Time

§

type Error = ParseIntError

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

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

Performs the conversion.
§

impl Copy for Time

§

impl Eq for Time

§

impl StructuralPartialEq for Time

Auto Trait Implementations§

§

impl Freeze for Time

§

impl RefUnwindSafe for Time

§

impl Send for Time

§

impl Sync for Time

§

impl Unpin for Time

§

impl UnwindSafe for Time

Blanket Implementations§

source§

impl<T> Any for T
where + __S: Serializer,

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

impl TryFrom<&str> for Time

§

type Error = ParseIntError

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

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

Performs the conversion.
§

impl TryFrom<Box<str>> for Time

§

type Error = ParseIntError

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

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

Performs the conversion.
§

impl TryFrom<String> for Time

§

type Error = ParseIntError

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

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

Performs the conversion.
§

impl Copy for Time

§

impl Eq for Time

§

impl StructuralPartialEq for Time

Auto Trait Implementations§

§

impl Freeze for Time

§

impl RefUnwindSafe for Time

§

impl Send for Time

§

impl Sync for Time

§

impl Unpin for Time

§

impl UnwindSafe for Time

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<Q, K> Equivalent<K> for Q
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/opcodes/struct.Opcode.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/opcodes/struct.Opcode.html index b007cad203..197dc6543c 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/opcodes/struct.Opcode.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/opcodes/struct.Opcode.html @@ -9,7 +9,7 @@ in contexts where only pushes are supposed to be allowed.

Implementations§

§

impl Opcode

pub fn classify(self, ctx: ClassifyContext) -> Class

Classifies an Opcode into a broad class.

pub const fn to_u8(self) -> u8

Encodes Opcode as a byte.

-

Trait Implementations§

§

impl Clone for Opcode

§

fn clone(&self) -> Opcode

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

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

Performs copy-assignment from source. Read more
§

impl Debug for Opcode

§

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

Formats the value using the given formatter. Read more
§

impl Display for Opcode

§

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

Formats the value using the given formatter. Read more
§

impl From<WitnessVersion> for Opcode

§

fn from(version: WitnessVersion) -> Opcode

Converts to this type from the input type.
§

impl From<u8> for Opcode

§

fn from(b: u8) -> Opcode

Converts to this type from the input type.
§

impl PartialEq for Opcode

§

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

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

Trait Implementations§

§

impl Clone for Opcode

§

fn clone(&self) -> Opcode

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

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

Performs copy-assignment from source. Read more
§

impl Debug for Opcode

§

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

Formats the value using the given formatter. Read more
§

impl Display for Opcode

§

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

Formats the value using the given formatter. Read more
§

impl From<WitnessVersion> for Opcode

§

fn from(version: WitnessVersion) -> Opcode

Converts to this type from the input type.
§

impl From<u8> for Opcode

§

fn from(b: u8) -> Opcode

Converts to this type from the input type.
§

impl PartialEq for Opcode

§

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

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

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

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

impl Serialize for Opcode

§

fn serialize<S>( &self, diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/enum.Error.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/enum.Error.html index 907f29fdc8..d0c28d3132 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 @@

§

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§

§

impl Freeze for Error

§

impl RefUnwindSafe for Error

§

impl Send for Error

§

impl Sync for Error

§

impl Unpin for Error

§

impl UnwindSafe for Error

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where 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 50aaf5f403..5a44e8970d 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,13 +7,13 @@

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( &self, index: (Bound<usize>, Bound<usize>) ) -> &<PushBytes as Index<(Bound<usize>, Bound<usize>)>>::Output

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

impl Index<Range<usize>> for PushBytes

Script subslicing operation - read slicing safety!

-
§

type Output = PushBytes

The returned type after indexing.
§

fn index( +

§

type Output = PushBytes

The returned type after indexing.
§

fn index( &self, index: Range<usize> ) -> &<PushBytes as Index<Range<usize>>>::Output

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

impl Index<RangeFrom<usize>> for PushBytes

Script subslicing operation - read slicing safety!

@@ -21,16 +21,16 @@ &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 1018f33709..4a50e75b41 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 @@
§Panics

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 813a22d512..b6307b46d0 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,33 +143,33 @@
§Returns
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( &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 @@ -178,12 +178,12 @@
§Returns
by ==.
1.0.0 · source§

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

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

impl PartialEq for Script

§

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

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

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

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

impl PartialOrd<Script> for ScriptBuf

§

fn partial_cmp(&self, other: &Script) -> Option<Ordering>

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

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

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

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

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

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

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

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

This method tests greater than or equal to (for self and other) and is used by the >= +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 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 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 7f60d8dacb..618fa4369c 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/struct.ScriptBuf.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/struct.ScriptBuf.html @@ -188,19 +188,19 @@

§Returns
) -> 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 + 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 by ==.
1.0.0 · source§

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

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

impl PartialEq for ScriptBuf

§

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

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

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

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

impl 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 <= 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 cc157e846a..1df6758cf3 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 e15c4ab0a4..f168090a5e 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 @@ -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 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 + 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 71138bc309..877beff5a9 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§

§

impl Freeze for Error

§

impl RefUnwindSafe for Error

§

impl Send for Error

§

impl Sync for Error

§

impl Unpin for Error

§

impl UnwindSafe for Error

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where 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 13e8d5942c..2a4e34dd3b 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 5e01159c31..b790f2097d 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,13 +54,13 @@ by ==.

1.0.0 · source§

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

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

impl PartialOrd for WitnessVersion

§

fn partial_cmp(&self, other: &WitnessVersion) -> Option<Ordering>

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

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

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

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

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

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

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

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

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

impl TryFrom<Fe32> for WitnessVersion

§

type Error = TryFromError

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

fn try_from( +operator. Read more

§

impl TryFrom<Fe32> for WitnessVersion

§

type Error = TryFromError

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

fn try_from( value: Fe32 -) -> Result<WitnessVersion, <WitnessVersion as TryFrom<Fe32>>::Error>

Performs the conversion.
§

impl<'a> TryFrom<Instruction<'a>> for WitnessVersion

§

type Error = TryFromInstructionError

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

fn try_from( +) -> Result<WitnessVersion, <WitnessVersion as TryFrom<Fe32>>::Error>

Performs the conversion.
§

impl<'a> TryFrom<Instruction<'a>> for WitnessVersion

§

type Error = TryFromInstructionError

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

fn try_from( instruction: Instruction<'_> -) -> Result<WitnessVersion, <WitnessVersion as TryFrom<Instruction<'a>>>::Error>

Performs the conversion.
§

impl TryFrom<Opcode> for WitnessVersion

§

type Error = TryFromError

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

fn try_from( +) -> Result<WitnessVersion, <WitnessVersion as TryFrom<Instruction<'a>>>::Error>

Performs the conversion.
§

impl TryFrom<Opcode> for WitnessVersion

§

type Error = TryFromError

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

fn try_from( opcode: Opcode -) -> Result<WitnessVersion, <WitnessVersion as TryFrom<Opcode>>::Error>

Performs the conversion.
§

impl TryFrom<u8> for WitnessVersion

§

type Error = TryFromError

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

fn try_from( +) -> Result<WitnessVersion, <WitnessVersion as TryFrom<Opcode>>::Error>

Performs the conversion.
§

impl TryFrom<u8> for WitnessVersion

§

type Error = TryFromError

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

fn try_from( no: u8 ) -> Result<WitnessVersion, <WitnessVersion as TryFrom<u8>>::Error>

Performs the conversion.
§

impl Copy for WitnessVersion

§

impl Eq for WitnessVersion

§

impl StructuralPartialEq for WitnessVersion

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/witness_version/struct.TryFromError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/witness_version/struct.TryFromError.html index 49f64efc08..af3692b904 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/witness_version/struct.TryFromError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/script/witness_version/struct.TryFromError.html @@ -1,6 +1,6 @@ TryFromError in bdk_chain::bitcoin::blockdata::script::witness_version - Rust
pub struct TryFromError { /* private fields */ }
Expand description

Error attempting to create a WitnessVersion from an integer.

Implementations§

§

impl TryFromError

pub fn invalid_version(&self) -> u8

Returns the invalid non-witness version integer.

-

Trait Implementations§

§

impl Clone for TryFromError

§

fn clone(&self) -> TryFromError

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

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

Performs copy-assignment from source. Read more
§

impl Debug for TryFromError

§

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

Formats the value using the given formatter. Read more
§

impl Display for TryFromError

§

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

Formats the value using the given formatter. Read more
§

impl Error for TryFromError

1.30.0 · source§

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

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

fn description(&self) -> &str

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

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

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

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

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

impl From<TryFromError> for FromScriptError

§

fn from(e: TryFromError) -> FromScriptError

Converts to this type from the input type.
§

impl From<TryFromError> for FromStrError

§

fn from(e: TryFromError) -> FromStrError

Converts to this type from the input type.
§

impl From<TryFromError> for ParseError

§

fn from(e: TryFromError) -> ParseError

Converts to this type from the input type.
§

impl From<TryFromError> for TryFromInstructionError

§

fn from(e: TryFromError) -> TryFromInstructionError

Converts to this type from the input type.
§

impl PartialEq for TryFromError

§

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

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

Trait Implementations§

§

impl Clone for TryFromError

§

fn clone(&self) -> TryFromError

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

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

Performs copy-assignment from source. Read more
§

impl Debug for TryFromError

§

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

Formats the value using the given formatter. Read more
§

impl Display for TryFromError

§

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

Formats the value using the given formatter. Read more
§

impl Error for TryFromError

1.30.0 · source§

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

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

fn description(&self) -> &str

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

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

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

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

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

impl From<TryFromError> for FromScriptError

§

fn from(e: TryFromError) -> FromScriptError

Converts to this type from the input type.
§

impl From<TryFromError> for FromStrError

§

fn from(e: TryFromError) -> FromStrError

Converts to this type from the input type.
§

impl From<TryFromError> for ParseError

§

fn from(e: TryFromError) -> ParseError

Converts to this type from the input type.
§

impl From<TryFromError> for TryFromInstructionError

§

fn from(e: TryFromError) -> TryFromInstructionError

Converts to this type from the input type.
§

impl PartialEq for TryFromError

§

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

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

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

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

impl Eq for TryFromError

§

impl StructuralPartialEq for TryFromError

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/struct.FeeRate.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/struct.FeeRate.html index 24f9934932..4fd87e62d5 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/struct.FeeRate.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/struct.FeeRate.html @@ -51,9 +51,9 @@
§Errors
&self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more

§

impl TryFrom<&str> for FeeRate

§

type Error = ParseIntError

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

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

Performs the conversion.
§

impl TryFrom<Box<str>> for FeeRate

§

type Error = ParseIntError

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

fn try_from( + __S: Serializer,

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

impl TryFrom<&str> for FeeRate

§

type Error = ParseIntError

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

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

Performs the conversion.
§

impl TryFrom<Box<str>> for FeeRate

§

type Error = ParseIntError

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

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

Performs the conversion.
§

impl TryFrom<String> for FeeRate

§

type Error = ParseIntError

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

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

Performs the conversion.
§

impl Copy for FeeRate

§

impl Eq for FeeRate

§

impl StructuralPartialEq for FeeRate

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +) -> Result<FeeRate, <FeeRate as TryFrom<Box<str>>>::Error>

Performs the conversion.
§

impl TryFrom<String> for FeeRate

§

type Error = ParseIntError

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

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

Performs the conversion.
§

impl Copy for FeeRate

§

impl Eq for FeeRate

§

impl StructuralPartialEq for FeeRate

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<Q, K> Equivalent<K> for Q
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/struct.Weight.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/struct.Weight.html index 94465eac61..430024d42b 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/struct.Weight.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/struct.Weight.html @@ -38,11 +38,11 @@
§Panics
__deserializer: __D ) -> Result<Weight, <__D as Deserializer<'de>>::Error>
where __D: Deserializer<'de>,

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

impl Display for Weight

Alternative will display the unit.

-
§

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

Formats the value using the given formatter. Read more
§

impl Div<Weight> for Amount

§

type Output = FeeRate

The resulting type after applying the / operator.
§

fn div(self, rhs: Weight) -> <Amount as Div<Weight>>::Output

Performs the / operation. Read more
§

impl Div<u64> for Weight

§

type Output = Weight

The resulting type after applying the / operator.
§

fn div(self, rhs: u64) -> <Weight as Div<u64>>::Output

Performs the / operation. Read more
§

impl Div for Weight

§

type Output = u64

The resulting type after applying the / operator.
§

fn div(self, rhs: Weight) -> <Weight as Div>::Output

Performs the / operation. Read more
§

impl DivAssign<u64> for Weight

§

fn div_assign(&mut self, rhs: u64)

Performs the /= operation. Read more
§

impl From<Weight> for u64

§

fn from(value: Weight) -> u64

Converts to this type from the input type.
§

impl FromStr for Weight

§

type Err = ParseIntError

The associated error which can be returned from parsing.
§

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

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

impl Hash for Weight

§

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

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

Formats the value using the given formatter. Read more

§

impl Div<Weight> for Amount

§

type Output = FeeRate

The resulting type after applying the / operator.
§

fn div(self, rhs: Weight) -> <Amount as Div<Weight>>::Output

Performs the / operation. Read more
§

impl Div<u64> for Weight

§

type Output = Weight

The resulting type after applying the / operator.
§

fn div(self, rhs: u64) -> <Weight as Div<u64>>::Output

Performs the / operation. Read more
§

impl Div for Weight

§

type Output = u64

The resulting type after applying the / operator.
§

fn div(self, rhs: Weight) -> <Weight as Div>::Output

Performs the / operation. Read more
§

impl DivAssign<u64> for Weight

§

fn div_assign(&mut self, rhs: u64)

Performs the /= operation. Read more
§

impl From<Weight> for u64

§

fn from(value: Weight) -> u64

Converts to this type from the input type.
§

impl FromStr for Weight

§

type Err = ParseIntError

The associated error which can be returned from parsing.
§

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

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

impl Hash for Weight

§

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

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

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

impl Mul<FeeRate> for Weight

Computes ceiling so that fee computation is conservative.

-
§

type Output = Amount

The resulting type after applying the * operator.
§

fn mul(self, rhs: FeeRate) -> <Weight as Mul<FeeRate>>::Output

Performs the * operation. Read more
§

impl Mul<Weight> for FeeRate

§

type Output = Amount

The resulting type after applying the * operator.
§

fn mul(self, rhs: Weight) -> <FeeRate as Mul<Weight>>::Output

Performs the * operation. Read more
§

impl Mul<Weight> for u64

§

type Output = Weight

The resulting type after applying the * operator.
§

fn mul(self, rhs: Weight) -> <u64 as Mul<Weight>>::Output

Performs the * operation. Read more
§

impl Mul<u64> for Weight

§

type Output = Weight

The resulting type after applying the * operator.
§

fn mul(self, rhs: u64) -> <Weight as Mul<u64>>::Output

Performs the * operation. Read more
§

impl MulAssign<u64> for Weight

§

fn mul_assign(&mut self, rhs: u64)

Performs the *= operation. Read more
§

impl Ord for Weight

§

fn cmp(&self, other: &Weight) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where +
§

type Output = Amount

The resulting type after applying the * operator.
§

fn mul(self, rhs: FeeRate) -> <Weight as Mul<FeeRate>>::Output

Performs the * operation. Read more

§

impl Mul<Weight> for FeeRate

§

type Output = Amount

The resulting type after applying the * operator.
§

fn mul(self, rhs: Weight) -> <FeeRate as Mul<Weight>>::Output

Performs the * operation. Read more
§

impl Mul<Weight> for u64

§

type Output = Weight

The resulting type after applying the * operator.
§

fn mul(self, rhs: Weight) -> <u64 as Mul<Weight>>::Output

Performs the * operation. Read more
§

impl Mul<u64> for Weight

§

type Output = Weight

The resulting type after applying the * operator.
§

fn mul(self, rhs: u64) -> <Weight as Mul<u64>>::Output

Performs the * operation. Read more
§

impl MulAssign<u64> for Weight

§

fn mul_assign(&mut self, rhs: u64)

Performs the *= operation. Read more
§

impl Ord for Weight

§

fn cmp(&self, other: &Weight) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized + PartialOrd,

Restrict a value to a certain interval. Read more
§

impl PartialEq for Weight

§

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

This method tests for self and other values to be equal, and is used 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 0d8f7362c5..f3929e6a4a 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 f9e3d483cd..a811c9213a 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 6e37842ad8..2c02090d6d 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 @@
§His &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>
where - __S: Serializer,

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

impl 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 41e0cd8619..c640d9261a 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 @@

§Returns
__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 432f6655d7..a14c95375c 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 @@ R: BufRead + ?Sized,

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

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

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

impl<'de> Deserialize<'de> for Txid

§

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

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

impl Display for Txid

§

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

Formats the value using the given formatter. Read more
§

impl Encodable for Txid

§

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

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

impl From<&Transaction> for Txid

§

fn from(tx: &Transaction) -> Txid

Converts to this type from the input type.
§

impl From<Hash> for Txid

§

fn from(inner: Hash) -> Txid

Converts to this type from the input type.
§

impl From<Transaction> for Txid

§

fn from(tx: Transaction) -> Txid

Converts to this type from the input type.
§

impl From<Txid> for Hash

§

fn from(hashtype: Txid) -> Hash

Converts to this type from the input type.
§

impl From<Txid> for TxMerkleNode

§

fn from(txid: Txid) -> TxMerkleNode

Converts to this type from the input type.
§

impl FromStr for Txid

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

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

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

impl Hash for Txid

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected + W: Write + ?Sized,
Encodes an object with a well-defined format. Read more
§

impl From<&Transaction> for Txid

§

fn from(tx: &Transaction) -> Txid

Converts to this type from the input type.
§

impl From<Hash> for Txid

§

fn from(inner: Hash) -> Txid

Converts to this type from the input type.
§

impl From<Transaction> for Txid

§

fn from(tx: Transaction) -> Txid

Converts to this type from the input type.
§

impl From<Txid> for Hash

§

fn from(hashtype: Txid) -> Hash

Converts to this type from the input type.
§

impl From<Txid> for TxMerkleNode

§

fn from(txid: Txid) -> TxMerkleNode

Converts to this type from the input type.
§

impl FromStr for Txid

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

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

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

impl Hash for Txid

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
§

const LEN: usize = 32usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = true

Flag indicating whether user-visible serializations of this hash 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 051e2131e5..41f4589565 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/weight/struct.Weight.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/weight/struct.Weight.html index cecf73f772..d5293fee42 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/weight/struct.Weight.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/blockdata/weight/struct.Weight.html @@ -38,11 +38,11 @@
§Panics
__deserializer: __D ) -> Result<Weight, <__D as Deserializer<'de>>::Error>
where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§

impl Display for Weight

Alternative will display the unit.

-
§

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

Formats the value using the given formatter. Read more
§

impl Div<Weight> for Amount

§

type Output = FeeRate

The resulting type after applying the / operator.
§

fn div(self, rhs: Weight) -> <Amount as Div<Weight>>::Output

Performs the / operation. Read more
§

impl Div<u64> for Weight

§

type Output = Weight

The resulting type after applying the / operator.
§

fn div(self, rhs: u64) -> <Weight as Div<u64>>::Output

Performs the / operation. Read more
§

impl Div for Weight

§

type Output = u64

The resulting type after applying the / operator.
§

fn div(self, rhs: Weight) -> <Weight as Div>::Output

Performs the / operation. Read more
§

impl DivAssign<u64> for Weight

§

fn div_assign(&mut self, rhs: u64)

Performs the /= operation. Read more
§

impl From<Weight> for u64

§

fn from(value: Weight) -> u64

Converts to this type from the input type.
§

impl FromStr for Weight

§

type Err = ParseIntError

The associated error which can be returned from parsing.
§

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

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

impl Hash for Weight

§

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

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

Formats the value using the given formatter. Read more

§

impl Div<Weight> for Amount

§

type Output = FeeRate

The resulting type after applying the / operator.
§

fn div(self, rhs: Weight) -> <Amount as Div<Weight>>::Output

Performs the / operation. Read more
§

impl Div<u64> for Weight

§

type Output = Weight

The resulting type after applying the / operator.
§

fn div(self, rhs: u64) -> <Weight as Div<u64>>::Output

Performs the / operation. Read more
§

impl Div for Weight

§

type Output = u64

The resulting type after applying the / operator.
§

fn div(self, rhs: Weight) -> <Weight as Div>::Output

Performs the / operation. Read more
§

impl DivAssign<u64> for Weight

§

fn div_assign(&mut self, rhs: u64)

Performs the /= operation. Read more
§

impl From<Weight> for u64

§

fn from(value: Weight) -> u64

Converts to this type from the input type.
§

impl FromStr for Weight

§

type Err = ParseIntError

The associated error which can be returned from parsing.
§

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

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

impl Hash for Weight

§

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

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

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

impl Mul<FeeRate> for Weight

Computes ceiling so that fee computation is conservative.

-
§

type Output = Amount

The resulting type after applying the * operator.
§

fn mul(self, rhs: FeeRate) -> <Weight as Mul<FeeRate>>::Output

Performs the * operation. Read more
§

impl Mul<Weight> for FeeRate

§

type Output = Amount

The resulting type after applying the * operator.
§

fn mul(self, rhs: Weight) -> <FeeRate as Mul<Weight>>::Output

Performs the * operation. Read more
§

impl Mul<Weight> for u64

§

type Output = Weight

The resulting type after applying the * operator.
§

fn mul(self, rhs: Weight) -> <u64 as Mul<Weight>>::Output

Performs the * operation. Read more
§

impl Mul<u64> for Weight

§

type Output = Weight

The resulting type after applying the * operator.
§

fn mul(self, rhs: u64) -> <Weight as Mul<u64>>::Output

Performs the * operation. Read more
§

impl MulAssign<u64> for Weight

§

fn mul_assign(&mut self, rhs: u64)

Performs the *= operation. Read more
§

impl Ord for Weight

§

fn cmp(&self, other: &Weight) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where +
§

type Output = Amount

The resulting type after applying the * operator.
§

fn mul(self, rhs: FeeRate) -> <Weight as Mul<FeeRate>>::Output

Performs the * operation. Read more

§

impl Mul<Weight> for FeeRate

§

type Output = Amount

The resulting type after applying the * operator.
§

fn mul(self, rhs: Weight) -> <FeeRate as Mul<Weight>>::Output

Performs the * operation. Read more
§

impl Mul<Weight> for u64

§

type Output = Weight

The resulting type after applying the * operator.
§

fn mul(self, rhs: Weight) -> <u64 as Mul<Weight>>::Output

Performs the * operation. Read more
§

impl Mul<u64> for Weight

§

type Output = Weight

The resulting type after applying the * operator.
§

fn mul(self, rhs: u64) -> <Weight as Mul<u64>>::Output

Performs the * operation. Read more
§

impl MulAssign<u64> for Weight

§

fn mul_assign(&mut self, rhs: u64)

Performs the *= operation. Read more
§

impl Ord for Weight

§

fn cmp(&self, other: &Weight) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized + PartialOrd,

Restrict a value to a certain interval. Read more
§

impl PartialEq for Weight

§

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

This method tests for self and other values to be equal, and is used 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 e7403ea2ac..7406326890 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 @@ 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 d4fda73a81..0fc1d774a9 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/consensus/encode/enum.Error.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/consensus/encode/enum.Error.html @@ -22,7 +22,7 @@

§

NonMinimalVarInt

VarInt was encoded in a non-minimal way.

§

ParseFailed(&'static str)

Parsing error.

§

UnsupportedSegwitFlag(u8)

Unsupported Segwit flag.

-

Trait Implementations§

§

impl Debug for Error

§

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

Formats the value using the given formatter. Read more
§

impl Display for Error

§

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

Formats the value using the given formatter. Read more
§

impl Error for Error

§

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

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

fn description(&self) -> &str

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

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

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

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

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

impl From<Error> for Error

§

fn from(error: Error) -> Error

Converts to this type from the input type.
§

impl From<Error> for Error

§

fn from(e: Error) -> Error

Converts to this type from the input type.
§

impl From<Infallible> for Error

§

fn from(never: Infallible) -> Error

Converts to this type from the input type.

Auto Trait Implementations§

§

impl Freeze for Error

§

impl !RefUnwindSafe for Error

§

impl Send for Error

§

impl Sync for Error

§

impl Unpin for Error

§

impl !UnwindSafe for Error

Blanket Implementations§

source§

impl<T> Any for T
where +

Trait Implementations§

§

impl Debug for Error

§

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

Formats the value using the given formatter. Read more
§

impl Display for Error

§

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

Formats the value using the given formatter. Read more
§

impl Error for Error

§

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

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

fn description(&self) -> &str

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

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

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

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

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

impl From<Error> for Error

§

fn from(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§

§

impl Freeze for Error

§

impl !RefUnwindSafe for Error

§

impl Send for Error

§

impl Sync for Error

§

impl Unpin for Error

§

impl !UnwindSafe for Error

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/consensus/encode/struct.VarInt.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/consensus/encode/struct.VarInt.html index 2adcefdfe6..34a563d9e1 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/consensus/encode/struct.VarInt.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/consensus/encode/struct.VarInt.html @@ -5,11 +5,11 @@ R: BufRead + ?Sized,
Decode an object with a well-defined format. Read more
§

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

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

impl Encodable for VarInt

§

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

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

impl From<u16> for VarInt

Creates a VarInt from a usize by casting the to a u64.

-
§

fn from(x: u16) -> VarInt

Converts to this type from the input type.
§

impl From<u32> for VarInt

Creates a VarInt from a usize by casting the to a u64.

-
§

fn from(x: u32) -> VarInt

Converts to this type from the input type.
§

impl From<u64> for VarInt

Creates a VarInt from a usize by casting the to a u64.

-
§

fn from(x: u64) -> VarInt

Converts to this type from the input type.
§

impl From<u8> for VarInt

Creates a VarInt from a usize by casting the to a u64.

-
§

fn from(x: u8) -> VarInt

Converts to this type from the input type.
§

impl From<usize> for VarInt

Creates a VarInt from a usize by casting the to a u64.

-
§

fn from(x: usize) -> VarInt

Converts to this type from the input type.
§

impl Ord for VarInt

§

fn cmp(&self, other: &VarInt) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where +
§

fn from(x: u16) -> VarInt

Converts to this type from the input type.

§

impl From<u32> for VarInt

Creates a VarInt from a usize by casting the to a u64.

+
§

fn from(x: u32) -> VarInt

Converts to this type from the input type.
§

impl From<u64> for VarInt

Creates a VarInt from a usize by casting the to a u64.

+
§

fn from(x: u64) -> VarInt

Converts to this type from the input type.
§

impl From<u8> for VarInt

Creates a VarInt from a usize by casting the to a u64.

+
§

fn from(x: u8) -> VarInt

Converts to this type from the input type.
§

impl From<usize> for VarInt

Creates a VarInt from a usize by casting the to a u64.

+
§

fn from(x: usize) -> VarInt

Converts to this type from the input type.
§

impl Ord for VarInt

§

fn cmp(&self, other: &VarInt) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized + PartialOrd,

Restrict a value to a certain interval. Read more
§

impl PartialEq for VarInt

§

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

This method tests for self and other values to be equal, and is used diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/consensus/params/struct.Params.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/consensus/params/struct.Params.html index 05440b58db..4b766930e6 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 @@

pub const REGTEST: Params = _

The regtest parameters.

pub const fn new(network: Network) -> Params

Creates parameters set for the given network. /// Creates parameters set for the given network.

pub fn difficulty_adjustment_interval(&self) -> u64

Calculates the number of blocks between difficulty adjustments.

-

Trait Implementations§

§

impl AsRef<Params> for Network

§

fn as_ref(&self) -> &Params

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

impl AsRef<Params> for Params

§

fn as_ref(&self) -> &Params

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

impl Clone for Params

§

fn clone(&self) -> Params

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

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

Performs copy-assignment from source. Read more
§

impl Debug for Params

§

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

Formats the value using the given formatter. Read more
§

impl From<&Network> for &'static Params

§

fn from(value: &Network) -> &'static Params

Converts to this type from the input type.
§

impl From<&Network> for Params

§

fn from(value: &Network) -> Params

Converts to this type from the input type.
§

impl From<Network> for &'static Params

§

fn from(value: Network) -> &'static Params

Converts to this type from the input type.
§

impl From<Network> for Params

§

fn from(value: Network) -> Params

Converts to this type from the input type.

Auto Trait Implementations§

§

impl Freeze for Params

§

impl RefUnwindSafe for Params

§

impl Send for Params

§

impl Sync for Params

§

impl Unpin for Params

§

impl UnwindSafe for Params

Blanket Implementations§

source§

impl<T> Any for T
where +

Trait Implementations§

§

impl AsRef<Params> for Network

§

fn as_ref(&self) -> &Params

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

impl AsRef<Params> for Params

§

fn as_ref(&self) -> &Params

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

impl Clone for Params

§

fn clone(&self) -> Params

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

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

Performs copy-assignment from source. Read more
§

impl Debug for Params

§

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

Formats the value using the given formatter. Read more
§

impl From<&Network> for &'static Params

§

fn from(value: &Network) -> &'static Params

Converts to this type from the input type.
§

impl From<&Network> for Params

§

fn from(value: &Network) -> Params

Converts to this type from the input type.
§

impl From<Network> for &'static Params

§

fn from(value: Network) -> &'static Params

Converts to this type from the input type.
§

impl From<Network> for Params

§

fn from(value: Network) -> Params

Converts to this type from the input type.

Auto Trait Implementations§

§

impl Freeze for Params

§

impl RefUnwindSafe for Params

§

impl Send for Params

§

impl Sync for Params

§

impl Unpin for Params

§

impl UnwindSafe for Params

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/consensus/struct.Params.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/consensus/struct.Params.html index a78d4c8006..c7c7eda166 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 @@

pub const REGTEST: Params = _

The regtest parameters.

pub const fn new(network: Network) -> Params

Creates parameters set for the given network. /// Creates parameters set for the given network.

pub fn difficulty_adjustment_interval(&self) -> u64

Calculates the number of blocks between difficulty adjustments.

-

Trait Implementations§

§

impl AsRef<Params> for Network

§

fn as_ref(&self) -> &Params

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

impl AsRef<Params> for Params

§

fn as_ref(&self) -> &Params

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

impl Clone for Params

§

fn clone(&self) -> Params

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

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

Performs copy-assignment from source. Read more
§

impl Debug for Params

§

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

Formats the value using the given formatter. Read more
§

impl From<&Network> for &'static Params

§

fn from(value: &Network) -> &'static Params

Converts to this type from the input type.
§

impl From<&Network> for Params

§

fn from(value: &Network) -> Params

Converts to this type from the input type.
§

impl From<Network> for &'static Params

§

fn from(value: Network) -> &'static Params

Converts to this type from the input type.
§

impl From<Network> for Params

§

fn from(value: Network) -> Params

Converts to this type from the input type.

Auto Trait Implementations§

§

impl Freeze for Params

§

impl RefUnwindSafe for Params

§

impl Send for Params

§

impl Sync for Params

§

impl Unpin for Params

§

impl UnwindSafe for Params

Blanket Implementations§

source§

impl<T> Any for T
where +

Trait Implementations§

§

impl AsRef<Params> for Network

§

fn as_ref(&self) -> &Params

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

impl AsRef<Params> for Params

§

fn as_ref(&self) -> &Params

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

impl Clone for Params

§

fn clone(&self) -> Params

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

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

Performs copy-assignment from source. Read more
§

impl Debug for Params

§

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

Formats the value using the given formatter. Read more
§

impl From<&Network> for &'static Params

§

fn from(value: &Network) -> &'static Params

Converts to this type from the input type.
§

impl From<&Network> for Params

§

fn from(value: &Network) -> Params

Converts to this type from the input type.
§

impl From<Network> for &'static Params

§

fn from(value: Network) -> &'static Params

Converts to this type from the input type.
§

impl From<Network> for Params

§

fn from(value: Network) -> Params

Converts to this type from the input type.

Auto Trait Implementations§

§

impl Freeze for Params

§

impl RefUnwindSafe for Params

§

impl Send for Params

§

impl Sync for Params

§

impl Unpin for Params

§

impl UnwindSafe for Params

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/ecdsa/enum.Error.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/ecdsa/enum.Error.html index 55f09e3dbf..ba88fd6254 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/ecdsa/enum.Error.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/ecdsa/enum.Error.html @@ -8,7 +8,7 @@
§

SighashType(NonStandardSighashTypeError)

Non-standard sighash type.

§

EmptySignature

Signature was empty.

§

Secp256k1(Error)

A secp256k1 error.

-

Trait Implementations§

§

impl Clone for Error

§

fn clone(&self) -> Error

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

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

Performs copy-assignment from source. Read more
§

impl Debug for Error

§

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

Formats the value using the given formatter. Read more
§

impl Display for Error

§

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

Formats the value using the given formatter. Read more
§

impl Error for Error

§

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

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

fn description(&self) -> &str

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

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

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

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

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

impl From<Error> for Error

§

fn from(e: Error) -> Error

Converts to this type from the input type.
§

impl From<HexToBytesError> for Error

§

fn from(e: HexToBytesError) -> Error

Converts to this type from the input type.
§

impl From<Infallible> for Error

§

fn from(never: Infallible) -> Error

Converts to this type from the input type.
§

impl From<NonStandardSighashTypeError> for Error

§

fn from(e: NonStandardSighashTypeError) -> Error

Converts to this type from the input type.
§

impl PartialEq for Error

§

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

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

Trait Implementations§

§

impl Clone for Error

§

fn clone(&self) -> Error

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

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

Performs copy-assignment from source. Read more
§

impl Debug for Error

§

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

Formats the value using the given formatter. Read more
§

impl Display for Error

§

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

Formats the value using the given formatter. Read more
§

impl Error for Error

§

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

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

fn description(&self) -> &str

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

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

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

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

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

impl From<Error> for Error

§

fn from(e: Error) -> Error

Converts to this type from the input type.
§

impl From<HexToBytesError> for Error

§

fn from(e: HexToBytesError) -> Error

Converts to this type from the input type.
§

impl From<Infallible> for Error

§

fn from(never: Infallible) -> Error

Converts to this type from the input type.
§

impl From<NonStandardSighashTypeError> for Error

§

fn from(e: NonStandardSighashTypeError) -> Error

Converts to this type from the input type.
§

impl PartialEq for Error

§

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

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

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

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

impl Eq for Error

§

impl StructuralPartialEq for Error

Auto Trait Implementations§

§

impl Freeze for Error

§

impl RefUnwindSafe for Error

§

impl Send for Error

§

impl Sync for Error

§

impl Unpin for Error

§

impl UnwindSafe for Error

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where 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 d116410369..cd9b30e520 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 @@
§Examples

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.WitnessVersion.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/enum.WitnessVersion.html index 4e7427f47a..5481476462 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,13 +54,13 @@ by ==.

1.0.0 · source§

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

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

impl PartialOrd for WitnessVersion

§

fn partial_cmp(&self, other: &WitnessVersion) -> Option<Ordering>

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

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

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

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

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

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

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

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

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

impl TryFrom<Fe32> for WitnessVersion

§

type Error = TryFromError

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

fn try_from( +operator. Read more

§

impl TryFrom<Fe32> for WitnessVersion

§

type Error = TryFromError

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

fn try_from( value: Fe32 -) -> Result<WitnessVersion, <WitnessVersion as TryFrom<Fe32>>::Error>

Performs the conversion.
§

impl<'a> TryFrom<Instruction<'a>> for WitnessVersion

§

type Error = TryFromInstructionError

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

fn try_from( +) -> Result<WitnessVersion, <WitnessVersion as TryFrom<Fe32>>::Error>

Performs the conversion.
§

impl<'a> TryFrom<Instruction<'a>> for WitnessVersion

§

type Error = TryFromInstructionError

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

fn try_from( instruction: Instruction<'_> -) -> Result<WitnessVersion, <WitnessVersion as TryFrom<Instruction<'a>>>::Error>

Performs the conversion.
§

impl TryFrom<Opcode> for WitnessVersion

§

type Error = TryFromError

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

fn try_from( +) -> Result<WitnessVersion, <WitnessVersion as TryFrom<Instruction<'a>>>::Error>

Performs the conversion.
§

impl TryFrom<Opcode> for WitnessVersion

§

type Error = TryFromError

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

fn try_from( opcode: Opcode -) -> Result<WitnessVersion, <WitnessVersion as TryFrom<Opcode>>::Error>

Performs the conversion.
§

impl TryFrom<u8> for WitnessVersion

§

type Error = TryFromError

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

fn try_from( +) -> Result<WitnessVersion, <WitnessVersion as TryFrom<Opcode>>::Error>

Performs the conversion.
§

impl TryFrom<u8> for WitnessVersion

§

type Error = TryFromError

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

fn try_from( no: u8 ) -> Result<WitnessVersion, <WitnessVersion as TryFrom<u8>>::Error>

Performs the conversion.
§

impl Copy for WitnessVersion

§

impl Eq for WitnessVersion

§

impl StructuralPartialEq for WitnessVersion

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/error/enum.PrefixedHexError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/error/enum.PrefixedHexError.html index 5f4b60c5cf..403f3626bc 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/error/enum.PrefixedHexError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/error/enum.PrefixedHexError.html @@ -5,7 +5,7 @@ a type that can be created infallibly from an integer.

Variants§

§

MissingPrefix(MissingPrefixError)

Hex string is missing prefix.

§

ParseInt(ParseIntError)

Error parsing integer from hex string.

-

Trait Implementations§

§

impl Clone for PrefixedHexError

§

fn clone(&self) -> PrefixedHexError

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

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

Performs copy-assignment from source. Read more
§

impl Debug for PrefixedHexError

§

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

Formats the value using the given formatter. Read more
§

impl Display for PrefixedHexError

§

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

Formats the value using the given formatter. Read more
§

impl Error for PrefixedHexError

§

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<MissingPrefixError> for PrefixedHexError

§

fn from(e: MissingPrefixError) -> PrefixedHexError

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

§

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

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

Trait Implementations§

§

impl Clone for PrefixedHexError

§

fn clone(&self) -> PrefixedHexError

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

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

Performs copy-assignment from source. Read more
§

impl Debug for PrefixedHexError

§

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

Formats the value using the given formatter. Read more
§

impl Display for PrefixedHexError

§

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

Formats the value using the given formatter. Read more
§

impl Error for PrefixedHexError

§

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<MissingPrefixError> for PrefixedHexError

§

fn from(e: MissingPrefixError) -> PrefixedHexError

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

§

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

§

impl StructuralPartialEq for PrefixedHexError

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/enum.UnprefixedHexError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/error/enum.UnprefixedHexError.html index 5155566313..f9f4a9c00d 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 b35dd873ab..83f03e8dc3 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 @@ 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 ec3195fe51..4f3f47cc14 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 @@ -2,11 +2,11 @@

Implementations§

§

impl BlockHash

pub fn from_raw_hash(inner: Hash) -> BlockHash

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 BlockHash

§

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

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

impl AsRef<[u8; 32]> for BlockHash

§

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

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

impl Borrow<[u8]> for BlockHash

§

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

Immutably borrows from an owned value. Read more
§

impl Clone for BlockHash

§

fn clone(&self) -> BlockHash

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

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

Performs copy-assignment from source. Read more
§

impl Debug for BlockHash

§

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

Formats the value using the given formatter. Read more
§

impl Decodable for BlockHash

Trait Implementations§

§

impl AsRef<[u8]> for BlockHash

§

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

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

impl AsRef<[u8; 32]> for BlockHash

§

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

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

impl Borrow<[u8]> for BlockHash

§

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

Immutably borrows from an owned value. Read more
§

impl Clone for BlockHash

§

fn clone(&self) -> BlockHash

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

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

Performs copy-assignment from source. Read more
§

impl Debug for BlockHash

§

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

Formats the value using the given formatter. Read more
§

impl Decodable for BlockHash

§

fn consensus_decode<R>(r: &mut R) -> Result<BlockHash, 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 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.TxMerkleNode.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hash_types/struct.TxMerkleNode.html index b325ddcac4..38ca620254 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hash_types/struct.TxMerkleNode.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hash_types/struct.TxMerkleNode.html @@ -2,11 +2,11 @@

Implementations§

§

impl TxMerkleNode

pub fn from_raw_hash(inner: Hash) -> TxMerkleNode

Creates this wrapper type from the inner hash type.

pub fn to_raw_hash(self) -> Hash

Returns the inner hash (sha256, sh256d etc.).

pub fn as_raw_hash(&self) -> &Hash

Returns a reference to the inner hash (sha256, sh256d etc.).

-

Trait Implementations§

§

impl AsRef<[u8]> for TxMerkleNode

§

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

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

impl AsRef<[u8; 32]> for TxMerkleNode

§

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

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

impl Borrow<[u8]> for TxMerkleNode

§

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

Immutably borrows from an owned value. Read more
§

impl Clone for TxMerkleNode

§

fn clone(&self) -> TxMerkleNode

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

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

Performs copy-assignment from source. Read more
§

impl Debug for TxMerkleNode

§

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

Formats the value using the given formatter. Read more
§

impl Decodable for TxMerkleNode

Trait Implementations§

§

impl AsRef<[u8]> for TxMerkleNode

§

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

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

impl AsRef<[u8; 32]> for TxMerkleNode

§

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

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

impl Borrow<[u8]> for TxMerkleNode

§

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

Immutably borrows from an owned value. Read more
§

impl Clone for TxMerkleNode

§

fn clone(&self) -> TxMerkleNode

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

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

Performs copy-assignment from source. Read more
§

impl Debug for TxMerkleNode

§

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

Formats the value using the given formatter. Read more
§

impl Decodable for TxMerkleNode

§

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

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

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

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

impl<'de> Deserialize<'de> for TxMerkleNode

§

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

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

impl Display for TxMerkleNode

§

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

Formats the value using the given formatter. Read more
§

impl Encodable for TxMerkleNode

§

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

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

impl From<Hash> for TxMerkleNode

§

fn from(inner: Hash) -> TxMerkleNode

Converts to this type from the input type.
§

impl From<TxMerkleNode> for Hash

§

fn from(hashtype: TxMerkleNode) -> Hash

Converts to this type from the input type.
§

impl From<Txid> for TxMerkleNode

§

fn from(txid: Txid) -> TxMerkleNode

Converts to this type from the input type.
§

impl FromStr for TxMerkleNode

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

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

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

impl Hash for TxMerkleNode

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected + W: Write + ?Sized,
Encodes an object with a well-defined format. Read more
§

impl From<Hash> for TxMerkleNode

§

fn from(inner: Hash) -> TxMerkleNode

Converts to this type from the input type.
§

impl From<TxMerkleNode> for Hash

§

fn from(hashtype: TxMerkleNode) -> Hash

Converts to this type from the input type.
§

impl From<Txid> for TxMerkleNode

§

fn from(txid: Txid) -> TxMerkleNode

Converts to this type from the input type.
§

impl FromStr for TxMerkleNode

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

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

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

impl Hash for TxMerkleNode

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
§

const LEN: usize = 32usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = true

Flag indicating whether user-visible serializations of this hash 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 d8ce895b5f..5205692baa 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 @@ R: BufRead + ?Sized,
Decode an object with a well-defined format. Read more
§

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

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

impl<'de> Deserialize<'de> for Txid

§

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

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

impl Display for Txid

§

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

Formats the value using the given formatter. Read more
§

impl Encodable for Txid

§

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

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

impl From<&Transaction> for Txid

§

fn from(tx: &Transaction) -> Txid

Converts to this type from the input type.
§

impl From<Hash> for Txid

§

fn from(inner: Hash) -> Txid

Converts to this type from the input type.
§

impl From<Transaction> for Txid

§

fn from(tx: Transaction) -> Txid

Converts to this type from the input type.
§

impl From<Txid> for Hash

§

fn from(hashtype: Txid) -> Hash

Converts to this type from the input type.
§

impl From<Txid> for TxMerkleNode

§

fn from(txid: Txid) -> TxMerkleNode

Converts to this type from the input type.
§

impl FromStr for Txid

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

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

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

impl Hash for Txid

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected + W: Write + ?Sized,
Encodes an object with a well-defined format. Read more
§

impl From<&Transaction> for Txid

§

fn from(tx: &Transaction) -> Txid

Converts to this type from the input type.
§

impl From<Hash> for Txid

§

fn from(inner: Hash) -> Txid

Converts to this type from the input type.
§

impl From<Transaction> for Txid

§

fn from(tx: Transaction) -> Txid

Converts to this type from the input type.
§

impl From<Txid> for Hash

§

fn from(hashtype: Txid) -> Hash

Converts to this type from the input type.
§

impl From<Txid> for TxMerkleNode

§

fn from(txid: Txid) -> TxMerkleNode

Converts to this type from the input type.
§

impl FromStr for Txid

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

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

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

impl Hash for Txid

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
§

const LEN: usize = 32usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = true

Flag indicating whether user-visible serializations of this hash 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.WitnessMerkleNode.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hash_types/struct.WitnessMerkleNode.html index 2a39c5ca61..e3e596077a 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 @@ -2,13 +2,13 @@

Implementations§

§

impl WitnessMerkleNode

pub fn from_raw_hash(inner: Hash) -> WitnessMerkleNode

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 WitnessMerkleNode

§

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

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

impl AsRef<[u8; 32]> for WitnessMerkleNode

§

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

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

impl Borrow<[u8]> for WitnessMerkleNode

§

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

Immutably borrows from an owned value. Read more
§

impl Clone for WitnessMerkleNode

§

fn clone(&self) -> WitnessMerkleNode

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

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

Performs copy-assignment from source. Read more
§

impl Debug for WitnessMerkleNode

§

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

Formats the value using the given formatter. Read more
§

impl Decodable for WitnessMerkleNode

Trait Implementations§

§

impl AsRef<[u8]> for WitnessMerkleNode

§

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

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

impl AsRef<[u8; 32]> for WitnessMerkleNode

§

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

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

impl Borrow<[u8]> for WitnessMerkleNode

§

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

Immutably borrows from an owned value. Read more
§

impl Clone for WitnessMerkleNode

§

fn clone(&self) -> WitnessMerkleNode

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

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

Performs copy-assignment from source. Read more
§

impl Debug for WitnessMerkleNode

§

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

Formats the value using the given formatter. Read more
§

impl Decodable for WitnessMerkleNode

§

fn consensus_decode<R>(r: &mut R) -> Result<WitnessMerkleNode, 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 WitnessMerkleNode

§

fn deserialize<D>( 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 3786804d8c..d1fe761e27 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 911775a706..51b104f0d0 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 @@

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 @@ -21,12 +21,12 @@ 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 Hash

§

fn partial_cmp(&self, other: &Hash) -> Option<Ordering>

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

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

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

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

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

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

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

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

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

impl SerdeHash for Hash

§

const N: usize = 20usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Hash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( +operator. Read more

§

impl SerdeHash for Hash

§

const N: usize = 20usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Hash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where S: Serializer,

Do serde serialization.
§

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

Do serde deserialization.
§

impl Serialize for Hash

§

fn serialize<S>( + D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for Hash

§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/hmac/struct.Hmac.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/hmac/struct.Hmac.html index ddea239682..46312c238f 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/hmac/struct.Hmac.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/hmac/struct.Hmac.html @@ -21,9 +21,9 @@ H: Hasher, Self: Sized,

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

impl<T> Index<Range<usize>> for Hmac<T>
where T: Hash,

§

type Output = [u8]

The returned type after indexing.
§

fn index(&self, index: Range<usize>) -> &[u8]

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

impl<T> Index<RangeFrom<usize>> for Hmac<T>
where - T: Hash,

§

type Output = [u8]

The returned type after indexing.
§

fn index(&self, index: RangeFrom<usize>) -> &[u8]

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

impl<T> Index<RangeFull> for Hmac<T>
where - T: Hash,

§

type Output = [u8]

The returned type after indexing.
§

fn index(&self, index: RangeFull) -> &[u8]

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

impl<T> Index<RangeTo<usize>> for Hmac<T>
where - T: Hash,

§

type Output = [u8]

The returned type after indexing.
§

fn index(&self, index: RangeTo<usize>) -> &[u8]

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

impl<T> Index<usize> for Hmac<T>
where + T: Hash,

§

type Output = [u8]

The returned type after indexing.
§

fn index(&self, index: RangeFrom<usize>) -> &[u8]

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

impl<T> Index<RangeFull> for Hmac<T>
where + T: Hash,

§

type Output = [u8]

The returned type after indexing.
§

fn index(&self, index: RangeFull) -> &[u8]

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

impl<T> Index<RangeTo<usize>> for Hmac<T>
where + T: Hash,

§

type Output = [u8]

The returned type after indexing.
§

fn index(&self, index: RangeTo<usize>) -> &[u8]

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

impl<T> Index<usize> for Hmac<T>
where T: Hash,

§

type Output = u8

The returned type after indexing.
§

fn index(&self, index: usize) -> &u8

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

impl<T> LowerHex for Hmac<T>
where T: Hash,

§

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

Formats the value using the given formatter. Read more
§

impl<T> Ord for Hmac<T>
where T: Ord + Hash,

§

fn cmp(&self, other: &Hmac<T>) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/ripemd160/struct.Hash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/ripemd160/struct.Hash.html index c77fb45dd7..25734e8a22 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/ripemd160/struct.Hash.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/ripemd160/struct.Hash.html @@ -3,7 +3,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 +

Trait Implementations§

§

impl AsRef<[u8]> for Hash

§

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

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

impl AsRef<[u8; 20]> for Hash

§

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

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

impl Borrow<[u8]> for Hash

§

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

Immutably borrows from an owned value. Read more
§

impl Clone for Hash

§

fn clone(&self) -> Hash

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

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

Performs copy-assignment from source. Read more
§

impl Debug for Hash

§

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

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for Hash

§

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

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

impl Display for Hash

§

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

Formats the value using the given formatter. Read more
§

impl FromStr for Hash

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

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

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

impl Hash for Hash

§

type Engine = HashEngine

A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under any conditions.
§

type Bytes = [u8; 20]

The byte array that represents the hash internally.
§

const LEN: usize = 20usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = false

Flag indicating whether user-visible serializations of this hash @@ -21,12 +21,12 @@ 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 Hash

§

fn partial_cmp(&self, other: &Hash) -> Option<Ordering>

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

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

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

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

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

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

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

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

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

impl SerdeHash for Hash

§

const N: usize = 20usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Hash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( +operator. Read more

§

impl SerdeHash for Hash

§

const N: usize = 20usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Hash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where S: Serializer,

Do serde serialization.
§

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

Do serde deserialization.
§

impl Serialize for Hash

§

fn serialize<S>( + D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for Hash

§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where 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 8638ab4083..49cd487ee9 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 @@

§Lifetime

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/de/value/struct.MapDeserializer.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.MapDeserializer.html index 27477f3081..2f7b9046de 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.MapDeserializer.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.MapDeserializer.html @@ -20,7 +20,7 @@ <I as Iterator>::Item: Pair, <<I as Iterator>::Item as Pair>::First: IntoDeserializer<'de, E>, <<I as Iterator>::Item as Pair>::Second: IntoDeserializer<'de, E>, - E: Error,

§

type Error = E

The error type that can be returned if some error occurs during + E: Error,
§

type Error = E

The error type that can be returned if some error occurs during deserialization.
source§

fn deserialize_any<V>( self, visitor: V @@ -205,7 +205,7 @@ <I as Iterator>::Item: Pair, <<I as Iterator>::Item as Pair>::First: IntoDeserializer<'de, E>, <<I as Iterator>::Item as Pair>::Second: IntoDeserializer<'de, E>, - E: Error,

§

type Error = E

The error type that can be returned if some error occurs during + E: Error,
§

type Error = E

The error type that can be returned if some error occurs during deserialization.
source§

fn next_element_seed<T>( &mut self, seed: T diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.SeqDeserializer.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.SeqDeserializer.html index d74c888e2a..0e7f1f08d8 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.SeqDeserializer.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/de/value/struct.SeqDeserializer.html @@ -11,7 +11,7 @@ I: Debug,

source§

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

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

impl<'de, I, T, E> Deserializer<'de> for SeqDeserializer<I, E>
where I: Iterator<Item = T>, T: IntoDeserializer<'de, E>, - E: Error,

§

type Error = E

The error type that can be returned if some error occurs during + E: Error,
§

type Error = E

The error type that can be returned if some error occurs during deserialization.
source§

fn deserialize_any<V>( self, visitor: V @@ -166,7 +166,7 @@ deserialize their human-readable form. Read more

source§

impl<'de, I, T, E> SeqAccess<'de> for SeqDeserializer<I, E>
where I: Iterator<Item = T>, T: IntoDeserializer<'de, E>, - E: Error,

§

type Error = E

The error type that can be returned if some error occurs during + E: Error,
§

type Error = E

The error type that can be returned if some error occurs during deserialization.
source§

fn next_element_seed<V>( &mut self, seed: V diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/struct.Impossible.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/struct.Impossible.html index f4e3244411..285d60b172 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/struct.Impossible.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/struct.Impossible.html @@ -33,8 +33,8 @@ ) -> Result<(), Self::Error>
where K: Serialize + ?Sized, V: Serialize + ?Sized,

Serialize a map entry consisting of a key and a value. Read more
source§

impl<Ok, Error> SerializeSeq for Impossible<Ok, Error>
where - Error: Error,

§

type Ok = Ok

Must match the Ok type of our Serializer.
§

type Error = Error

Must match the Error type of our Serializer.
source§

fn serialize_element<T>(&mut self, value: &T) -> Result<(), Error>
where - T: Serialize + ?Sized,

Serialize a sequence element.
source§

fn end(self) -> Result<Ok, Error>

Finish serializing a sequence.
source§

impl<Ok, Error> SerializeStruct for Impossible<Ok, Error>
where + Error: Error,

§

type Ok = Ok

Must match the Ok type of our Serializer.
§

type Error = Error

Must match the Error type of our Serializer.
source§

fn serialize_element<T>(&mut self, value: &T) -> Result<(), Error>
where + T: Serialize + ?Sized,

Serialize a sequence element.
source§

fn end(self) -> Result<Ok, Error>

Finish serializing a sequence.
source§

impl<Ok, Error> SerializeStruct for Impossible<Ok, Error>
where Error: Error,

§

type Ok = Ok

Must match the Ok type of our Serializer.
§

type Error = Error

Must match the Error type of our Serializer.
source§

fn serialize_field<T>( &mut self, key: &'static str, @@ -47,10 +47,10 @@ value: &T ) -> Result<(), Error>
where T: Serialize + ?Sized,

Serialize a struct variant field.
source§

fn end(self) -> Result<Ok, Error>

Finish serializing a struct variant.
source§

fn skip_field(&mut self, key: &'static str) -> Result<(), Self::Error>

Indicate that a struct variant field has been skipped. Read more
source§

impl<Ok, Error> SerializeTuple for Impossible<Ok, Error>
where - Error: Error,

§

type Ok = Ok

Must match the Ok type of our Serializer.
§

type Error = Error

Must match the Error type of our Serializer.
source§

fn serialize_element<T>(&mut self, value: &T) -> Result<(), Error>
where - T: Serialize + ?Sized,

Serialize a tuple element.
source§

fn end(self) -> Result<Ok, Error>

Finish serializing a tuple.
source§

impl<Ok, Error> SerializeTupleStruct for Impossible<Ok, Error>
where - Error: Error,

§

type Ok = Ok

Must match the Ok type of our Serializer.
§

type Error = Error

Must match the Error type of our Serializer.
source§

fn serialize_field<T>(&mut self, value: &T) -> Result<(), Error>
where - T: Serialize + ?Sized,

Serialize a tuple struct field.
source§

fn end(self) -> Result<Ok, Error>

Finish serializing a tuple struct.
source§

impl<Ok, Error> SerializeTupleVariant for Impossible<Ok, Error>
where + Error: Error,

§

type Ok = Ok

Must match the Ok type of our Serializer.
§

type Error = Error

Must match the Error type of our Serializer.
source§

fn serialize_element<T>(&mut self, value: &T) -> Result<(), Error>
where + T: Serialize + ?Sized,

Serialize a tuple element.
source§

fn end(self) -> Result<Ok, Error>

Finish serializing a tuple.
source§

impl<Ok, Error> SerializeTupleStruct for Impossible<Ok, Error>
where + Error: Error,

§

type Ok = Ok

Must match the Ok type of our Serializer.
§

type Error = Error

Must match the Error type of our Serializer.
source§

fn serialize_field<T>(&mut self, value: &T) -> Result<(), Error>
where + T: Serialize + ?Sized,

Serialize a tuple struct field.
source§

fn end(self) -> Result<Ok, Error>

Finish serializing a tuple struct.
source§

impl<Ok, Error> SerializeTupleVariant for Impossible<Ok, Error>
where Error: Error,

§

type Ok = Ok

Must match the Ok type of our Serializer.
§

type Error = Error

Must match the Error type of our Serializer.
source§

fn serialize_field<T>(&mut self, value: &T) -> Result<(), Error>
where T: Serialize + ?Sized,

Serialize a tuple variant field.
source§

fn end(self) -> Result<Ok, Error>

Finish serializing a tuple variant.

Auto Trait Implementations§

§

impl<Ok, Error> Freeze for Impossible<Ok, Error>

§

impl<Ok, Error> RefUnwindSafe for Impossible<Ok, Error>
where Ok: RefUnwindSafe, diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.Error.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.Error.html index 30da511842..95935ae5a1 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.Error.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.Error.html @@ -31,4 +31,4 @@

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl Error for Error

source§

fn custom<T>(_msg: T) -> Error
where T: Display,

source§

impl Error for Error

source§

fn custom<T>(msg: T) -> Error
where - T: Display,

Implementors§

source§

impl Error for bdk_chain::bitcoin::hashes::serde::de::value::Error

\ No newline at end of file + T: Display,

Implementors§

source§

impl Error for bdk_chain::bitcoin::hashes::serde::de::value::Error

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.Serialize.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.Serialize.html index 25c73dec5c..919ea479b4 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.Serialize.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/ser/trait.Serialize.html @@ -317,12 +317,12 @@ &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,
§

impl<'de, Pk> Serialize for Policy<Pk>
where + S: Serializer,

§

impl<'de, Pk> Serialize for Policy<Pk>
where Pk: MiniscriptKey,

§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

§

impl<'de, Pk> Serialize for Policy<Pk>
where + S: Serializer,

§

impl<'de, Pk> Serialize for Policy<Pk>
where Pk: MiniscriptKey,

§

fn serialize<S>( &self, serializer: S 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 1fb3aa85b7..5816458841 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 @@

§Lifetime

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.Serialize.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/trait.Serialize.html index d2e3a4d619..2da64ec24d 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/trait.Serialize.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/serde/trait.Serialize.html @@ -317,12 +317,12 @@ &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

§

impl<'de, Pk> Serialize for Policy<Pk>
where + S: Serializer,

§

impl<'de, Pk> Serialize for Policy<Pk>
where Pk: MiniscriptKey,

§

fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

§

impl<'de, Pk> Serialize for Policy<Pk>
where + S: Serializer,

§

impl<'de, Pk> Serialize for Policy<Pk>
where Pk: MiniscriptKey,

§

fn serialize<S>( &self, serializer: S diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha1/struct.Hash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha1/struct.Hash.html index dce64b4eab..ae672e37a7 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha1/struct.Hash.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha1/struct.Hash.html @@ -21,12 +21,12 @@ 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 Hash

§

fn partial_cmp(&self, other: &Hash) -> Option<Ordering>

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

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

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

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

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

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

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

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

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

impl SerdeHash for Hash

§

const N: usize = 20usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Hash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( +operator. Read more

§

impl SerdeHash for Hash

§

const N: usize = 20usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Hash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where S: Serializer,

Do serde serialization.
§

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

Do serde deserialization.
§

impl Serialize for Hash

§

fn serialize<S>( + D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for Hash

§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::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 a406f5a567..9f8a848f1a 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha256/struct.Hash.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha256/struct.Hash.html @@ -6,11 +6,11 @@

§

impl Hash

pub fn hash_again(&self) -> Hash

Iterate the sha256 algorithm to turn a sha256 hash into a sha256d hash

pub const fn const_hash(bytes: &[u8]) -> Hash

Computes hash from bytes in const context.

Warning: this function is inefficient. It should be only used in const context.

-

Trait Implementations§

§

impl AsRef<[u8]> for Hash

§

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

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

impl AsRef<[u8; 32]> for Hash

§

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

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

impl Borrow<[u8]> for Hash

§

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

Immutably borrows from an owned value. Read more
§

impl Clone for Hash

§

fn clone(&self) -> Hash

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

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

Performs copy-assignment from source. Read more
§

impl Debug for Hash

§

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

Formats the value using the given formatter. Read more
§

impl Decodable for Hash

§

fn consensus_decode<R>(r: &mut R) -> Result<Hash, Error>
where +

Trait Implementations§

§

impl AsRef<[u8]> for Hash

§

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

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

impl AsRef<[u8; 32]> for Hash

§

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

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

impl Borrow<[u8]> for Hash

§

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

Immutably borrows from an owned value. Read more
§

impl Clone for Hash

§

fn clone(&self) -> Hash

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

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

Performs copy-assignment from source. Read more
§

impl Debug for Hash

§

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

Formats the value using the given formatter. Read more
§

impl Decodable for Hash

§

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

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

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

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

impl<'de> Deserialize<'de> for Hash

§

fn deserialize<D>(d: D) -> Result<Hash, <D as Deserializer<'de>>::Error>
where 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 @@ -27,12 +27,12 @@ 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 Hash

§

fn partial_cmp(&self, other: &Hash) -> Option<Ordering>

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

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

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

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

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

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

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

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

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

impl SerdeHash for Hash

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Hash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( +operator. Read more

§

impl SerdeHash for Hash

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Hash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where S: Serializer,

Do serde serialization.
§

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

Do serde deserialization.
§

impl Serialize for Hash

§

fn serialize<S>( + D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for Hash

§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha256/struct.Midstate.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha256/struct.Midstate.html index 221e56c37f..1923959ef5 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha256/struct.Midstate.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha256/struct.Midstate.html @@ -18,12 +18,12 @@ by ==.

1.0.0 · source§

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

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

impl PartialOrd for Midstate

§

fn partial_cmp(&self, other: &Midstate) -> Option<Ordering>

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

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

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

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

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

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

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

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

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

impl SerdeHash for Midstate

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Midstate, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( +operator. Read more

§

impl SerdeHash for Midstate

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Midstate, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where S: Serializer,

Do serde serialization.
§

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

Do serde deserialization.
§

impl Serialize for Midstate

§

fn serialize<S>( + D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for Midstate

§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where 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 b046ed62f1..754b812ff3 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha256d/struct.Hash.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha256d/struct.Hash.html @@ -3,11 +3,11 @@ a shared reference to this Hash type.

pub fn from_bytes_mut(bytes: &mut [u8; 32]) -> &mut Hash

Zero cost conversion between a fixed length byte array exclusive reference and an exclusive reference to this Hash type.

-

Trait Implementations§

§

impl AsRef<[u8]> for Hash

§

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

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

impl AsRef<[u8; 32]> for Hash

§

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

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

impl Borrow<[u8]> for Hash

§

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

Immutably borrows from an owned value. Read more
§

impl Clone for Hash

§

fn clone(&self) -> Hash

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

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

Performs copy-assignment from source. Read more
§

impl Debug for Hash

§

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

Formats the value using the given formatter. Read more
§

impl Decodable for Hash

§

fn consensus_decode<R>(r: &mut R) -> Result<Hash, Error>
where +

Trait Implementations§

§

impl AsRef<[u8]> for Hash

§

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

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

impl AsRef<[u8; 32]> for Hash

§

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

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

impl Borrow<[u8]> for Hash

§

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

Immutably borrows from an owned value. Read more
§

impl Clone for Hash

§

fn clone(&self) -> Hash

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

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

Performs copy-assignment from source. Read more
§

impl Debug for Hash

§

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

Formats the value using the given formatter. Read more
§

impl Decodable for Hash

§

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

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

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

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

impl<'de> Deserialize<'de> for Hash

§

fn deserialize<D>(d: D) -> Result<Hash, <D as Deserializer<'de>>::Error>
where 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 @@ -24,12 +24,12 @@ 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 Hash

§

fn partial_cmp(&self, other: &Hash) -> Option<Ordering>

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

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

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

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

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

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

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

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

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

impl SerdeHash for Hash

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Hash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( +operator. Read more

§

impl SerdeHash for Hash

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Hash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where S: Serializer,

Do serde serialization.
§

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

Do serde deserialization.
§

impl Serialize for Hash

§

fn serialize<S>( + D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for Hash

§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where 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 d2433d8cae..e0de6f1f3a 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 @@ 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 @@ -41,13 +41,13 @@ T: Tag,
§

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

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

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

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

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

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

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

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

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

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

impl<T> SerdeHash for Hash<T>
where - T: Tag,

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Hash<T>, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( + T: Tag,

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Hash<T>, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where S: Serializer,

Do serde serialization.
§

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

Do serde deserialization.
§

impl<T> Serialize for Hash<T>
where - T: Tag,

§

fn serialize<S>( + T: Tag,

§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha384/struct.Hash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha384/struct.Hash.html index 34dc289d83..58e307f1b5 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha384/struct.Hash.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha384/struct.Hash.html @@ -3,7 +3,7 @@ a shared reference to this Hash type.

pub fn from_bytes_mut(bytes: &mut [u8; 48]) -> &mut Hash

Zero cost conversion between a fixed length byte array exclusive reference and an exclusive reference to this Hash type.

-

Trait Implementations§

§

impl AsRef<[u8]> for Hash

§

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

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

impl AsRef<[u8; 48]> for Hash

§

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

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

impl Borrow<[u8]> for Hash

§

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

Immutably borrows from an owned value. Read more
§

impl Clone for Hash

§

fn clone(&self) -> Hash

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Hash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for Hash

§

fn deserialize<D>(d: D) -> Result<Hash, <D as Deserializer<'de>>::Error>
where +

Trait Implementations§

§

impl AsRef<[u8]> for Hash

§

fn as_ref(&self) -> &[u8]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 48]> for Hash

§

fn as_ref(&self) -> &[u8; 48]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for Hash

§

fn borrow(&self) -> &[u8]

Immutably borrows from an owned value. Read more
§

impl Clone for Hash

§

fn clone(&self) -> Hash

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Hash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for Hash

§

fn deserialize<D>(d: D) -> Result<Hash, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for Hash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl FromStr for Hash

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Hash, <Hash as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for Hash

§

type Engine = HashEngine

A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under any conditions.
§

type Bytes = [u8; 48]

The byte array that represents the hash internally.
§

const LEN: usize = 48usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = false

Flag indicating whether user-visible serializations of this hash @@ -21,12 +21,12 @@ 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 Hash

§

fn partial_cmp(&self, other: &Hash) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
§

impl SerdeHash for Hash

§

const N: usize = 48usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Hash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( +operator. Read more

§

impl SerdeHash for Hash

§

const N: usize = 48usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Hash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where S: Serializer,

Do serde serialization.
§

fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for Hash

§

fn serialize<S>( + D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for Hash

§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha512/struct.Hash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha512/struct.Hash.html index e8c433710c..8e2331504c 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha512/struct.Hash.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha512/struct.Hash.html @@ -21,12 +21,12 @@ 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 Hash

§

fn partial_cmp(&self, other: &Hash) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
§

impl SerdeHash for Hash

§

const N: usize = 64usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Hash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( +operator. Read more

§

impl SerdeHash for Hash

§

const N: usize = 64usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Hash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where S: Serializer,

Do serde serialization.
§

fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for Hash

§

fn serialize<S>( + D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for Hash

§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha512_256/struct.Hash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha512_256/struct.Hash.html index 4ace25cbeb..8d2bb9262b 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha512_256/struct.Hash.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/sha512_256/struct.Hash.html @@ -4,7 +4,7 @@ a shared reference to this Hash type.

pub fn from_bytes_mut(bytes: &mut [u8; 32]) -> &mut Hash

Zero cost conversion between a fixed length byte array exclusive reference and an exclusive reference to this Hash type.

-

Trait Implementations§

§

impl AsRef<[u8]> for Hash

§

fn as_ref(&self) -> &[u8]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 32]> for Hash

§

fn as_ref(&self) -> &[u8; 32]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for Hash

§

fn borrow(&self) -> &[u8]

Immutably borrows from an owned value. Read more
§

impl Clone for Hash

§

fn clone(&self) -> Hash

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Hash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for Hash

§

fn deserialize<D>(d: D) -> Result<Hash, <D as Deserializer<'de>>::Error>
where +

Trait Implementations§

§

impl AsRef<[u8]> for Hash

§

fn as_ref(&self) -> &[u8]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 32]> for Hash

§

fn as_ref(&self) -> &[u8; 32]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for Hash

§

fn borrow(&self) -> &[u8]

Immutably borrows from an owned value. Read more
§

impl Clone for Hash

§

fn clone(&self) -> Hash

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Hash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for Hash

§

fn deserialize<D>(d: D) -> Result<Hash, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for Hash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl FromStr for Hash

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Hash, <Hash as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for Hash

§

type Engine = HashEngine

A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under any conditions.
§

type Bytes = [u8; 32]

The byte array that represents the hash internally.
§

const LEN: usize = 32usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = false

Flag indicating whether user-visible serializations of this hash @@ -22,12 +22,12 @@ 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 Hash

§

fn partial_cmp(&self, other: &Hash) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
§

impl SerdeHash for Hash

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Hash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( +operator. Read more

§

impl SerdeHash for Hash

§

const N: usize = 32usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Hash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where S: Serializer,

Do serde serialization.
§

fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for Hash

§

fn serialize<S>( + D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for Hash

§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/siphash24/struct.Hash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/siphash24/struct.Hash.html index f84815fee9..15723a3835 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/siphash24/struct.Hash.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/siphash24/struct.Hash.html @@ -26,12 +26,12 @@ 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 Hash

§

fn partial_cmp(&self, other: &Hash) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= -operator. Read more
§

impl SerdeHash for Hash

§

const N: usize = 8usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Hash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( +operator. Read more

§

impl SerdeHash for Hash

§

const N: usize = 8usize

Size, in bits, of the hash.
§

fn from_slice_delegated(sl: &[u8]) -> Result<Hash, FromSliceError>

Helper function to turn a deserialized slice into the correct hash type.
§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where S: Serializer,

Do serde serialization.
§

fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for Hash

§

fn serialize<S>( + D: Deserializer<'de>,

Do serde deserialization.
§

impl Serialize for Hash

§

fn serialize<S>( &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/struct.Hmac.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/struct.Hmac.html index 12b7c2ff0b..135ed5b2b7 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/struct.Hmac.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/hashes/struct.Hmac.html @@ -21,9 +21,9 @@ H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl<T> Index<Range<usize>> for Hmac<T>
where T: Hash,

§

type Output = [u8]

The returned type after indexing.
§

fn index(&self, index: Range<usize>) -> &[u8]

Performs the indexing (container[index]) operation. Read more
§

impl<T> Index<RangeFrom<usize>> for Hmac<T>
where - T: Hash,

§

type Output = [u8]

The returned type after indexing.
§

fn index(&self, index: RangeFrom<usize>) -> &[u8]

Performs the indexing (container[index]) operation. Read more
§

impl<T> Index<RangeFull> for Hmac<T>
where - T: Hash,

§

type Output = [u8]

The returned type after indexing.
§

fn index(&self, index: RangeFull) -> &[u8]

Performs the indexing (container[index]) operation. Read more
§

impl<T> Index<RangeTo<usize>> for Hmac<T>
where - T: Hash,

§

type Output = [u8]

The returned type after indexing.
§

fn index(&self, index: RangeTo<usize>) -> &[u8]

Performs the indexing (container[index]) operation. Read more
§

impl<T> Index<usize> for Hmac<T>
where + T: Hash,

§

type Output = [u8]

The returned type after indexing.
§

fn index(&self, index: RangeFrom<usize>) -> &[u8]

Performs the indexing (container[index]) operation. Read more
§

impl<T> Index<RangeFull> for Hmac<T>
where + T: Hash,

§

type Output = [u8]

The returned type after indexing.
§

fn index(&self, index: RangeFull) -> &[u8]

Performs the indexing (container[index]) operation. Read more
§

impl<T> Index<RangeTo<usize>> for Hmac<T>
where + T: Hash,

§

type Output = [u8]

The returned type after indexing.
§

fn index(&self, index: RangeTo<usize>) -> &[u8]

Performs the indexing (container[index]) operation. Read more
§

impl<T> Index<usize> for Hmac<T>
where T: Hash,

§

type Output = u8

The returned type after indexing.
§

fn index(&self, index: usize) -> &u8

Performs the indexing (container[index]) operation. Read more
§

impl<T> LowerHex for Hmac<T>
where T: Hash,

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<T> Ord for Hmac<T>
where T: Ord + Hash,

§

fn cmp(&self, other: &Hmac<T>) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where 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 dafcccb9c8..9588b8493b 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(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§

§

impl Freeze for Error

§

impl !RefUnwindSafe for Error

§

impl Send for Error

§

impl Sync for Error

§

impl Unpin for Error

§

impl !UnwindSafe for Error

Blanket Implementations§

source§

impl<T> Any for T
where +

Trait Implementations§

§

impl Debug for Error

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for Error

§

fn fmt(&self, 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§

§

impl Freeze for Error

§

impl !RefUnwindSafe for Error

§

impl Send for Error

§

impl Sync for Error

§

impl Unpin for Error

§

impl !UnwindSafe for Error

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/enum.FromSliceError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/enum.FromSliceError.html index 1e1ba15e6b..26d73fb2b2 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/enum.FromSliceError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/enum.FromSliceError.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.
§

InvalidKeyPrefix(u8)

Invalid key prefix error.

§

Secp256k1(Error)

A Secp256k1 error.

§

InvalidLength(usize)

Invalid Length of the slice.

-

Trait Implementations§

§

impl Clone for FromSliceError

§

fn clone(&self) -> FromSliceError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for FromSliceError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for FromSliceError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for FromSliceError

§

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 FromSliceError

§

fn from(e: Error) -> FromSliceError

Converts to this type from the input type.
§

impl From<FromSliceError> for ParsePublicKeyError

§

fn from(e: FromSliceError) -> ParsePublicKeyError

Converts to this type from the input type.
§

impl From<Infallible> for FromSliceError

§

fn from(never: Infallible) -> FromSliceError

Converts to this type from the input type.
§

impl PartialEq for FromSliceError

§

fn eq(&self, other: &FromSliceError) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

§

impl Clone for FromSliceError

§

fn clone(&self) -> FromSliceError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for FromSliceError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for FromSliceError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for FromSliceError

§

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 FromSliceError

§

fn from(e: Error) -> FromSliceError

Converts to this type from the input type.
§

impl From<FromSliceError> for ParsePublicKeyError

§

fn from(e: FromSliceError) -> ParsePublicKeyError

Converts to this type from the input type.
§

impl From<Infallible> for FromSliceError

§

fn from(never: Infallible) -> FromSliceError

Converts to this type from the input type.
§

impl PartialEq for FromSliceError

§

fn eq(&self, other: &FromSliceError) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl Eq for FromSliceError

§

impl StructuralPartialEq for FromSliceError

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where 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 433bb7dbcb..646a749956 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 cc4e5c2b76..e685c4dcd5 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 @@
§

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 @@ s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where S: Serializer,

Serialize this value into the given Serde serializer. Read more
§

impl 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§

§

impl Freeze for Parity

§

impl RefUnwindSafe for Parity

§

impl Send for Parity

§

impl Sync for Parity

§

impl Unpin for Parity

§

impl UnwindSafe for Parity

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§

§

impl Freeze for Parity

§

impl RefUnwindSafe for Parity

§

impl Send for Parity

§

impl Sync for Parity

§

impl Unpin for Parity

§

impl UnwindSafe for Parity

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.ParsePublicKeyError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/enum.ParsePublicKeyError.html index d9e4416a6b..e04919467d 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/enum.ParsePublicKeyError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/enum.ParsePublicKeyError.html @@ -6,7 +6,7 @@

Variants§

§

Encoding(FromSliceError)

Error originated while parsing string.

§

InvalidChar(u8)

Hex decoding error.

§

InvalidHexLength(usize)

PublicKey hex should be 66 or 130 digits long.

-

Trait Implementations§

§

impl Clone for ParsePublicKeyError

§

fn clone(&self) -> ParsePublicKeyError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for ParsePublicKeyError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for ParsePublicKeyError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for ParsePublicKeyError

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<FromSliceError> for ParsePublicKeyError

§

fn from(e: FromSliceError) -> ParsePublicKeyError

Converts to this type from the input type.
§

impl From<Infallible> for ParsePublicKeyError

§

fn from(never: Infallible) -> ParsePublicKeyError

Converts to this type from the input type.
§

impl PartialEq for ParsePublicKeyError

§

fn eq(&self, other: &ParsePublicKeyError) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

§

impl Clone for ParsePublicKeyError

§

fn clone(&self) -> ParsePublicKeyError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for ParsePublicKeyError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for ParsePublicKeyError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for ParsePublicKeyError

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<FromSliceError> for ParsePublicKeyError

§

fn from(e: FromSliceError) -> ParsePublicKeyError

Converts to this type from the input type.
§

impl From<Infallible> for ParsePublicKeyError

§

fn from(never: Infallible) -> ParsePublicKeyError

Converts to this type from the input type.
§

impl PartialEq for ParsePublicKeyError

§

fn eq(&self, other: &ParsePublicKeyError) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl Eq for ParsePublicKeyError

§

impl StructuralPartialEq for ParsePublicKeyError

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/struct.CompressedPublicKey.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/struct.CompressedPublicKey.html index 31f140f53c..f1f8938d2a 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 @@

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 94fe5fa7e2..859d93ae86 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 @@
§Examples
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 739c2eec91..d38e1c2a86 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 @@ -2,8 +2,8 @@

Implementations§

§

impl PubkeyHash

pub fn from_raw_hash(inner: Hash) -> PubkeyHash

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 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 +

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 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 207b338749..2258f63a2a 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 @@
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.WPubkeyHash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/struct.WPubkeyHash.html index c73f026b8a..7939ecd69e 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 1e9012393a..97d0619915 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/struct.XOnlyPublicKey.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/key/struct.XOnlyPublicKey.html @@ -86,8 +86,8 @@
§Examples

Trait Implementations§

§

impl CPtr for XOnlyPublicKey

§

impl Clone for XOnlyPublicKey

§

fn clone(&self) -> XOnlyPublicKey

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for XOnlyPublicKey

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for XOnlyPublicKey

§

fn deserialize<D>( d: D ) -> Result<XOnlyPublicKey, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for XOnlyPublicKey

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl From<CompressedPublicKey> for XOnlyPublicKey

§

fn from(pk: CompressedPublicKey) -> XOnlyPublicKey

Converts to this type from the input type.
§

impl From<PublicKey> for XOnlyPublicKey

§

fn from(pk: PublicKey) -> XOnlyPublicKey

Converts to this type from the input type.
§

impl From<PublicKey> for XOnlyPublicKey

§

fn from(src: PublicKey) -> XOnlyPublicKey

Converts to this type from the input type.
§

impl From<TweakedPublicKey> for XOnlyPublicKey

§

fn from(pair: TweakedPublicKey) -> XOnlyPublicKey

Converts to this type from the input type.
§

impl From<XOnlyPublicKey> for XOnlyPublicKey

Creates a new schnorr public key from a FFI x-only public key.

-
§

fn from(pk: XOnlyPublicKey) -> XOnlyPublicKey

Converts to this type from the input type.
§

impl FromStr for XOnlyPublicKey

§

type Err = Error

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<XOnlyPublicKey, Error>

Parses a string s to return a value of this type. Read more
§

impl Hash for XOnlyPublicKey

§

fn hash<__H>(&self, state: &mut __H)
where + D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for XOnlyPublicKey

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl From<CompressedPublicKey> for XOnlyPublicKey

§

fn from(pk: CompressedPublicKey) -> XOnlyPublicKey

Converts to this type from the input type.
§

impl From<PublicKey> for XOnlyPublicKey

§

fn from(pk: PublicKey) -> XOnlyPublicKey

Converts to this type from the input type.
§

impl From<PublicKey> for XOnlyPublicKey

§

fn from(src: PublicKey) -> XOnlyPublicKey

Converts to this type from the input type.
§

impl From<TweakedPublicKey> for XOnlyPublicKey

§

fn from(pair: TweakedPublicKey) -> XOnlyPublicKey

Converts to this type from the input type.
§

impl From<XOnlyPublicKey> for XOnlyPublicKey

Creates a new schnorr public key from a FFI x-only public key.

+
§

fn from(pk: XOnlyPublicKey) -> XOnlyPublicKey

Converts to this type from the input type.
§

impl FromStr for XOnlyPublicKey

§

type Err = Error

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<XOnlyPublicKey, Error>

Parses a string s to return a value of this type. Read more
§

impl Hash for XOnlyPublicKey

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl LowerHex for XOnlyPublicKey

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl MiniscriptKey for XOnlyPublicKey

§

type Sha256 = Hash

The associated bitcoin::hashes::sha256::Hash for this [MiniscriptKey], used in the 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 a83866393c..9d2e401ea9 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 @@
§Examples

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 cc4262c00a..ed1c61d4d4 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/p2p/message/struct.CommandString.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/p2p/message/struct.CommandString.html @@ -12,9 +12,9 @@
§Errors
R: BufRead + ?Sized,

Decode Self from a size-limited reader. Read more
§

impl Display for CommandString

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Encodable for CommandString

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl FromStr for CommandString

§

type Err = CommandStringError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<CommandString, <CommandString as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl PartialEq for CommandString

§

fn eq(&self, other: &CommandString) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
§

impl<'a> TryFrom<&'a str> for CommandString

§

type Error = CommandStringError

The type returned in the event of a conversion error.
§

fn try_from( +sufficient, and should not be overridden without very good reason.

§

impl<'a> TryFrom<&'a str> for CommandString

§

type Error = CommandStringError

The type returned in the event of a conversion error.
§

fn try_from( value: &'a str -) -> Result<CommandString, <CommandString as TryFrom<&'a str>>::Error>

Performs the conversion.
§

impl TryFrom<Box<str>> for CommandString

§

type Error = CommandStringError

The type returned in the event of a conversion error.
§

fn try_from( +) -> Result<CommandString, <CommandString as TryFrom<&'a str>>::Error>

Performs the conversion.
§

impl TryFrom<Box<str>> for CommandString

§

type Error = CommandStringError

The type returned in the event of a conversion error.
§

fn try_from( value: Box<str> ) -> Result<CommandString, <CommandString as TryFrom<Box<str>>>::Error>

Performs the conversion.
§

impl TryFrom<String> for CommandString

§

type Error = CommandStringError

The type returned in the event of a conversion error.
§

fn try_from( value: String diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/parse/struct.ParseIntError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/parse/struct.ParseIntError.html index 9466f9c8f2..065a5baf4f 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 @@ 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 8ba222f0eb..9fb91b22a6 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 @@
§

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§

§

impl Freeze for Error

§

impl !RefUnwindSafe for Error

§

impl Send for Error

§

impl Sync for Error

§

impl Unpin for Error

§

impl !UnwindSafe for Error

Blanket Implementations§

source§

impl<T> Any for T
where +

Trait Implementations§

§

impl Debug for Error

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for Error

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for Error

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<Error> for Error

§

fn from(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§

§

impl Freeze for Error

§

impl !RefUnwindSafe for Error

§

impl Send for Error

§

impl Sync for Error

§

impl Unpin for Error

§

impl !UnwindSafe for Error

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/enum.GetKeyError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/enum.GetKeyError.html index f89923fdb0..a46d5f5d05 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/enum.GetKeyError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/enum.GetKeyError.html @@ -4,7 +4,7 @@ }
Expand description

Errors when getting a key.

Variants (Non-exhaustive)§

This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
§

Bip32(Error)

A bip32 error.

§

NotSupported

The GetKey operation is not supported for this key request.

-

Trait Implementations§

§

impl Clone for GetKeyError

§

fn clone(&self) -> GetKeyError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for GetKeyError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for GetKeyError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for GetKeyError

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<Error> for GetKeyError

§

fn from(e: Error) -> GetKeyError

Converts to this type from the input type.
§

impl From<Infallible> for GetKeyError

§

fn from(never: Infallible) -> GetKeyError

Converts to this type from the input type.
§

impl PartialEq for GetKeyError

§

fn eq(&self, other: &GetKeyError) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

§

impl Clone for GetKeyError

§

fn clone(&self) -> GetKeyError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for GetKeyError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for GetKeyError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for GetKeyError

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<Error> for GetKeyError

§

fn from(e: Error) -> GetKeyError

Converts to this type from the input type.
§

impl From<Infallible> for GetKeyError

§

fn from(never: Infallible) -> GetKeyError

Converts to this type from the input type.
§

impl PartialEq for GetKeyError

§

fn eq(&self, other: &GetKeyError) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl Eq for GetKeyError

§

impl StructuralPartialEq for GetKeyError

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/struct.Psbt.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/struct.Psbt.html index 557b1e7386..0419123200 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/struct.Psbt.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/psbt/struct.Psbt.html @@ -1,4 +1,4 @@ -Psbt in bdk_chain::bitcoin::psbt - Rust

Struct bdk_chain::bitcoin::psbt::Psbt

pub struct Psbt {
+Psbt in bdk_chain::bitcoin::psbt - Rust

Struct bdk_chain::bitcoin::psbt::Psbt

pub struct Psbt {
     pub unsigned_tx: Transaction,
     pub version: u32,
     pub xpub: BTreeMap<Xpub, (Fingerprint, DerivationPath)>,
@@ -17,7 +17,10 @@
 
§outputs: Vec<Output>

The corresponding key-value map for each output in the unsigned transaction.

Implementations§

§

impl Psbt

pub fn serialize_hex(&self) -> String

Serialize a value as bytes in hex.

pub fn serialize(&self) -> Vec<u8>

Serialize as raw binary data

+

pub fn serialize_to_writer(&self, w: &mut impl Write) -> Result<usize, Error>

Serialize the PSBT into a writer.

pub fn deserialize(bytes: &[u8]) -> Result<Psbt, Error>

Deserialize a value from raw binary data.

+

pub fn deserialize_from_reader<R>(r: &mut R) -> Result<Psbt, Error>
where + R: BufRead,

Deserialize a value from raw binary data read from a BufRead object.

§

impl Psbt

pub fn iter_funding_utxos(&self) -> impl Iterator<Item = Result<&TxOut, Error>>

Returns an iterator for the funding UTXOs of the psbt

For each PSBT input that contains UTXO information Ok is returned containing that information. The order of returned items is same as the order of inputs.

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 22dc0d09cc..e1fa1122fd 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 @@

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 3882a27cba..1a9d403bfa 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 @@
§Returns
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§

\ 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 3a2b15d3f4..0dda66e5f8 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 @@ -1102,27 +1102,27 @@
§Examples§Examples
assert_eq!(["hello", "world"].connect(" "), "hello world");
 assert_eq!([[1, 2], [3, 4]].connect(&0), [1, 2, 0, 3, 4]);
-

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 +

Trait Implementations§

§

impl AsRef<[u8]> for SerializedSignature

§

fn as_ref(&self) -> &[u8]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for SerializedSignature

§

fn borrow(&self) -> &[u8]

Immutably borrows from an owned value. Read more
§

impl Clone for SerializedSignature

§

fn clone(&self) -> SerializedSignature

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for SerializedSignature

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Deref for SerializedSignature

§

type Target = [u8]

The resulting type after dereferencing.
§

fn deref(&self) -> &[u8]

Dereferences the value.
§

impl Display for SerializedSignature

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'a> From<&'a Signature> for SerializedSignature

§

fn from(value: &'a Signature) -> SerializedSignature

Converts to this type from the input type.
§

impl From<Signature> for SerializedSignature

§

fn from(value: Signature) -> SerializedSignature

Converts to this type from the input type.
§

impl Hash for SerializedSignature

§

fn hash<H>(&self, state: &mut H)
where H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, - Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl<'a> IntoIterator for &'a SerializedSignature

§

type IntoIter = Iter<'a, u8>

Which kind of iterator are we turning this into?
§

type Item = &'a u8

The type of the elements being iterated over.
§

fn into_iter(self) -> <&'a SerializedSignature as IntoIterator>::IntoIter

Creates an iterator from a value. Read more
§

impl IntoIterator for SerializedSignature

§

type IntoIter = IntoIter

Which kind of iterator are we turning this into?
§

type Item = u8

The type of the elements being iterated over.
§

fn into_iter(self) -> <SerializedSignature as IntoIterator>::IntoIter

Creates an iterator from a value. Read more
§

impl Ord for SerializedSignature

§

fn cmp(&self, other: &SerializedSignature) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where + Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl<'a> IntoIterator for &'a SerializedSignature

§

type IntoIter = Iter<'a, u8>

Which kind of iterator are we turning this into?
§

type Item = &'a u8

The type of the elements being iterated over.
§

fn into_iter(self) -> <&'a SerializedSignature as IntoIterator>::IntoIter

Creates an iterator from a value. Read more
§

impl IntoIterator for SerializedSignature

§

type IntoIter = IntoIter

Which kind of iterator are we turning this into?
§

type Item = u8

The type of the elements being iterated over.
§

fn into_iter(self) -> <SerializedSignature as IntoIterator>::IntoIter

Creates an iterator from a value. Read more
§

impl Ord for SerializedSignature

§

fn cmp(&self, other: &SerializedSignature) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where - Self: Sized + PartialOrd,

Restrict a value to a certain interval. Read more
§

impl PartialEq<[u8]> for SerializedSignature

§

fn eq(&self, other: &[u8]) -> bool

This method tests for self and other values to be equal, and is used -by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
§

impl PartialEq<SerializedSignature> for [u8]

§

fn eq(&self, other: &SerializedSignature) -> bool

This method tests for self and other values to be equal, and is used + 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 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( +operator. Read more

§

impl<'a> TryFrom<&'a SerializedSignature> for Signature

§

type Error = Error

The type returned in the event of a conversion error.
§

fn try_from( value: &'a SerializedSignature -) -> Result<Signature, <Signature as TryFrom<&'a SerializedSignature>>::Error>

Performs the conversion.
§

impl TryFrom<SerializedSignature> for Signature

§

type Error = Error

The type returned in the event of a conversion error.
§

fn try_from( +) -> Result<Signature, <Signature as TryFrom<&'a SerializedSignature>>::Error>

Performs the conversion.
§

impl TryFrom<SerializedSignature> for Signature

§

type Error = Error

The type returned in the event of a conversion error.
§

fn try_from( value: SerializedSignature ) -> Result<Signature, <Signature as TryFrom<SerializedSignature>>::Error>

Performs the conversion.
§

impl Copy for SerializedSignature

§

impl Eq for SerializedSignature

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/ecdsa/struct.SerializedSignature.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/ecdsa/struct.SerializedSignature.html index c0a426da8d..ee9ed0f8a7 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 @@ -1102,27 +1102,27 @@
§Examples§Examples
assert_eq!(["hello", "world"].connect(" "), "hello world");
 assert_eq!([[1, 2], [3, 4]].connect(&0), [1, 2, 0, 3, 4]);
-

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 +

Trait Implementations§

§

impl AsRef<[u8]> for SerializedSignature

§

fn as_ref(&self) -> &[u8]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for SerializedSignature

§

fn borrow(&self) -> &[u8]

Immutably borrows from an owned value. Read more
§

impl Clone for SerializedSignature

§

fn clone(&self) -> SerializedSignature

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for SerializedSignature

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Deref for SerializedSignature

§

type Target = [u8]

The resulting type after dereferencing.
§

fn deref(&self) -> &[u8]

Dereferences the value.
§

impl Display for SerializedSignature

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'a> From<&'a Signature> for SerializedSignature

§

fn from(value: &'a Signature) -> SerializedSignature

Converts to this type from the input type.
§

impl From<Signature> for SerializedSignature

§

fn from(value: Signature) -> SerializedSignature

Converts to this type from the input type.
§

impl Hash for SerializedSignature

§

fn hash<H>(&self, state: &mut H)
where H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, - Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl<'a> IntoIterator for &'a SerializedSignature

§

type IntoIter = Iter<'a, u8>

Which kind of iterator are we turning this into?
§

type Item = &'a u8

The type of the elements being iterated over.
§

fn into_iter(self) -> <&'a SerializedSignature as IntoIterator>::IntoIter

Creates an iterator from a value. Read more
§

impl IntoIterator for SerializedSignature

§

type IntoIter = IntoIter

Which kind of iterator are we turning this into?
§

type Item = u8

The type of the elements being iterated over.
§

fn into_iter(self) -> <SerializedSignature as IntoIterator>::IntoIter

Creates an iterator from a value. Read more
§

impl Ord for SerializedSignature

§

fn cmp(&self, other: &SerializedSignature) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where + Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl<'a> IntoIterator for &'a SerializedSignature

§

type IntoIter = Iter<'a, u8>

Which kind of iterator are we turning this into?
§

type Item = &'a u8

The type of the elements being iterated over.
§

fn into_iter(self) -> <&'a SerializedSignature as IntoIterator>::IntoIter

Creates an iterator from a value. Read more
§

impl IntoIterator for SerializedSignature

§

type IntoIter = IntoIter

Which kind of iterator are we turning this into?
§

type Item = u8

The type of the elements being iterated over.
§

fn into_iter(self) -> <SerializedSignature as IntoIterator>::IntoIter

Creates an iterator from a value. Read more
§

impl Ord for SerializedSignature

§

fn cmp(&self, other: &SerializedSignature) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where - Self: Sized + PartialOrd,

Restrict a value to a certain interval. Read more
§

impl PartialEq<[u8]> for SerializedSignature

§

fn eq(&self, other: &[u8]) -> bool

This method tests for self and other values to be equal, and is used -by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
§

impl PartialEq<SerializedSignature> for [u8]

§

fn eq(&self, other: &SerializedSignature) -> bool

This method tests for self and other values to be equal, and is used + 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 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( +operator. Read more

§

impl<'a> TryFrom<&'a SerializedSignature> for Signature

§

type Error = Error

The type returned in the event of a conversion error.
§

fn try_from( value: &'a SerializedSignature -) -> Result<Signature, <Signature as TryFrom<&'a SerializedSignature>>::Error>

Performs the conversion.
§

impl TryFrom<SerializedSignature> for Signature

§

type Error = Error

The type returned in the event of a conversion error.
§

fn try_from( +) -> Result<Signature, <Signature as TryFrom<&'a SerializedSignature>>::Error>

Performs the conversion.
§

impl TryFrom<SerializedSignature> for Signature

§

type Error = Error

The type returned in the event of a conversion error.
§

fn try_from( value: SerializedSignature ) -> Result<Signature, <Signature as TryFrom<SerializedSignature>>::Error>

Performs the conversion.
§

impl Copy for SerializedSignature

§

impl Eq for SerializedSignature

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/ecdsa/struct.Signature.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/ecdsa/struct.Signature.html index 77b6ac5e78..3a4a8da5bc 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/ecdsa/struct.Signature.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/ecdsa/struct.Signature.html @@ -34,8 +34,8 @@

pub fn serialize_der(&self) -> SerializedSignature

Serializes the signature in DER format

pub fn serialize_compact(&self) -> [u8; 64]

Serializes the signature in compact format

Trait Implementations§

§

impl CPtr for Signature

§

impl Clone for Signature

§

fn clone(&self) -> Signature

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Signature

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for Signature

§

fn deserialize<D>(d: D) -> Result<Signature, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for Signature

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'a> From<&'a Signature> for SerializedSignature

§

fn from(value: &'a Signature) -> SerializedSignature

Converts to this type from the input type.
§

impl From<Signature> for SerializedSignature

§

fn from(value: Signature) -> SerializedSignature

Converts to this type from the input type.
§

impl From<Signature> for Signature

Creates a new signature from a FFI signature

-
§

fn from(sig: Signature) -> Signature

Converts to this type from the input type.
§

impl FromStr for Signature

§

type Err = Error

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Signature, Error>

Parses a string s to return a value of this type. Read more
§

impl Hash for Signature

§

fn hash<__H>(&self, state: &mut __H)
where + D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for Signature

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'a> From<&'a Signature> for SerializedSignature

§

fn from(value: &'a Signature) -> SerializedSignature

Converts to this type from the input type.
§

impl From<Signature> for SerializedSignature

§

fn from(value: Signature) -> SerializedSignature

Converts to this type from the input type.
§

impl From<Signature> for Signature

Creates a new signature from a FFI signature

+
§

fn from(sig: Signature) -> Signature

Converts to this type from the input type.
§

impl FromStr for Signature

§

type Err = Error

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Signature, Error>

Parses a string s to return a value of this type. Read more
§

impl Hash for Signature

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl Ord for Signature

§

fn cmp(&self, other: &Signature) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where @@ -49,9 +49,9 @@ &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

Serialize this value into the given Serde serializer. Read more
§

impl<'a> TryFrom<&'a SerializedSignature> for Signature

§

type Error = Error

The type returned in the event of a conversion error.
§

fn try_from( + S: Serializer,

Serialize this value into the given Serde serializer. Read more
§

impl<'a> TryFrom<&'a SerializedSignature> for Signature

§

type Error = Error

The type returned in the event of a conversion error.
§

fn try_from( value: &'a SerializedSignature -) -> Result<Signature, <Signature as TryFrom<&'a SerializedSignature>>::Error>

Performs the conversion.
§

impl TryFrom<SerializedSignature> for Signature

§

type Error = Error

The type returned in the event of a conversion error.
§

fn try_from( +) -> Result<Signature, <Signature as TryFrom<&'a SerializedSignature>>::Error>

Performs the conversion.
§

impl TryFrom<SerializedSignature> for Signature

§

type Error = Error

The type returned in the event of a conversion error.
§

fn try_from( value: SerializedSignature ) -> Result<Signature, <Signature as TryFrom<SerializedSignature>>::Error>

Performs the conversion.
§

impl Copy for Signature

§

impl Eq for Signature

§

impl StructuralPartialEq for Signature

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where 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 ca5ac1304f..690b590d05 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 2b8a59d6cf..3bd198961e 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 @@
§

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 @@ s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where S: Serializer,

Serialize this value into the given Serde serializer. Read more
§

impl 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§

§

impl Freeze for Parity

§

impl RefUnwindSafe for Parity

§

impl Send for Parity

§

impl Sync for Parity

§

impl Unpin for Parity

§

impl UnwindSafe for Parity

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§

§

impl Freeze for Parity

§

impl RefUnwindSafe for Parity

§

impl Send for Parity

§

impl Sync for Parity

§

impl Unpin for Parity

§

impl UnwindSafe for Parity

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/hashes/struct.Hmac.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/struct.Hmac.html index f41a3a0d40..84ff68df73 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/struct.Hmac.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/hashes/struct.Hmac.html @@ -21,9 +21,9 @@ H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl<T> Index<Range<usize>> for Hmac<T>
where T: Hash,

§

type Output = [u8]

The returned type after indexing.
§

fn index(&self, index: Range<usize>) -> &[u8]

Performs the indexing (container[index]) operation. Read more
§

impl<T> Index<RangeFrom<usize>> for Hmac<T>
where - T: Hash,

§

type Output = [u8]

The returned type after indexing.
§

fn index(&self, index: RangeFrom<usize>) -> &[u8]

Performs the indexing (container[index]) operation. Read more
§

impl<T> Index<RangeFull> for Hmac<T>
where - T: Hash,

§

type Output = [u8]

The returned type after indexing.
§

fn index(&self, index: RangeFull) -> &[u8]

Performs the indexing (container[index]) operation. Read more
§

impl<T> Index<RangeTo<usize>> for Hmac<T>
where - T: Hash,

§

type Output = [u8]

The returned type after indexing.
§

fn index(&self, index: RangeTo<usize>) -> &[u8]

Performs the indexing (container[index]) operation. Read more
§

impl<T> Index<usize> for Hmac<T>
where + T: Hash,

§

type Output = [u8]

The returned type after indexing.
§

fn index(&self, index: RangeFrom<usize>) -> &[u8]

Performs the indexing (container[index]) operation. Read more
§

impl<T> Index<RangeFull> for Hmac<T>
where + T: Hash,

§

type Output = [u8]

The returned type after indexing.
§

fn index(&self, index: RangeFull) -> &[u8]

Performs the indexing (container[index]) operation. Read more
§

impl<T> Index<RangeTo<usize>> for Hmac<T>
where + T: Hash,

§

type Output = [u8]

The returned type after indexing.
§

fn index(&self, index: RangeTo<usize>) -> &[u8]

Performs the indexing (container[index]) operation. Read more
§

impl<T> Index<usize> for Hmac<T>
where T: Hash,

§

type Output = u8

The returned type after indexing.
§

fn index(&self, index: usize) -> &u8

Performs the indexing (container[index]) operation. Read more
§

impl<T> LowerHex for Hmac<T>
where T: Hash,

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<T> Ord for Hmac<T>
where T: Ord + Hash,

§

fn cmp(&self, other: &Hmac<T>) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/distributions/struct.DistIter.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/distributions/struct.DistIter.html index 2c3312f36f..047a58309a 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/distributions/struct.DistIter.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/distributions/struct.DistIter.html @@ -208,9 +208,9 @@ 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<I> ByteIterExt for I
where I: Iterator<Item = u8>,

§

fn bytes_to_fes(self) -> BytesToFes<Self>

Adapts the byte iterator to output GF32 field elements instead. Read more
§

impl<T> CheckedSum<Amount> for T
where - T: Iterator<Item = Amount>,

§

fn checked_sum(self) -> Option<Amount>

Calculate the sum over the iterator using checked arithmetic. If an over or underflow would + T: Iterator<Item = Amount>,
§

fn checked_sum(self) -> Option<Amount>

Calculate the sum over the iterator using checked arithmetic. If an over or underflow would happen it returns None.
§

impl<T> CheckedSum<SignedAmount> for T
where - T: Iterator<Item = SignedAmount>,

§

fn checked_sum(self) -> Option<SignedAmount>

Calculate the sum over the iterator using checked arithmetic. If an over or underflow would + T: Iterator<Item = SignedAmount>,
§

fn checked_sum(self) -> Option<SignedAmount>

Calculate the sum over the iterator using checked arithmetic. If an over or underflow would happen it returns None.
§

impl<I> Fe32IterExt for I
where I: Iterator<Item = Fe32>,

§

fn fes_to_bytes(self) -> FesToBytes<Self>

Adapts the Fe32 iterator to output bytes instead. Read more
§

fn with_checksum<Ck>(self, hrp: &Hrp) -> Encoder<'_, Self, Ck>
where Ck: Checksum,

Adapts the Fe32 iterator to encode the field elements into a bech32 address.
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/distributions/struct.OpenClosed01.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/distributions/struct.OpenClosed01.html index 6c34759da6..79cfab39d1 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/distributions/struct.OpenClosed01.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/distributions/struct.OpenClosed01.html @@ -13,18 +13,18 @@

§Example

let val: f32 = thread_rng().sample(OpenClosed01); println!("f32 from (0, 1): {}", val);
-

Trait Implementations§

source§

impl Clone for OpenClosed01

source§

fn clone(&self) -> OpenClosed01

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for OpenClosed01

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl Distribution<f32> for OpenClosed01

source§

fn sample<R>(&self, rng: &mut R) -> f32
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where +

Trait Implementations§

source§

impl Clone for OpenClosed01

source§

fn clone(&self) -> OpenClosed01

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for OpenClosed01

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl Distribution<f32> for OpenClosed01

source§

fn sample<R>(&self, rng: &mut R) -> f32
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self -through the closure F Read more
source§

impl Distribution<f64> for OpenClosed01

source§

fn sample<R>(&self, rng: &mut R) -> f64
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where +through the closure F Read more

source§

impl Distribution<f64> for OpenClosed01

source§

fn sample<R>(&self, rng: &mut R) -> f64
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
source§

impl Copy for OpenClosed01

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/distributions/struct.Standard.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/distributions/struct.Standard.html index 953f17226a..018f7e5e4b 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/distributions/struct.Standard.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/distributions/struct.Standard.html @@ -71,539 +71,539 @@

source§

fn append_string<R>(&self, rng: &mut R, s: &mut String, len: usize)
where R: Rng + ?Sized,

Append len random chars to string
source§

fn sample_string<R>(&self, rng: &mut R, len: usize) -> String
where R: Rng + ?Sized,

Generate a String of len random chars

source§

impl<T> Distribution<[T; 32]> for Standard
where - Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 32]
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where + Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 32]
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
source§

impl<T> Distribution<[T; 31]> for Standard
where - Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 31]
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where + Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 31]
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
source§

impl<T> Distribution<[T; 30]> for Standard
where - Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 30]
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where + Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 30]
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
source§

impl<T> Distribution<[T; 29]> for Standard
where - Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 29]
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where + Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 29]
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
source§

impl<T> Distribution<[T; 28]> for Standard
where - Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 28]
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where + Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 28]
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
source§

impl<T> Distribution<[T; 27]> for Standard
where - Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 27]
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where + Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 27]
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
source§

impl<T> Distribution<[T; 26]> for Standard
where - Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 26]
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where + Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 26]
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
source§

impl<T> Distribution<[T; 25]> for Standard
where - Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 25]
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where + Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 25]
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
source§

impl<T> Distribution<[T; 24]> for Standard
where - Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 24]
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where + Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 24]
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
source§

impl<T> Distribution<[T; 23]> for Standard
where - Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 23]
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where + Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 23]
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
source§

impl<T> Distribution<[T; 22]> for Standard
where - Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 22]
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where + Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 22]
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
source§

impl<T> Distribution<[T; 21]> for Standard
where - Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 21]
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where + Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 21]
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
source§

impl<T> Distribution<[T; 20]> for Standard
where - Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 20]
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where + Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 20]
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
source§

impl<T> Distribution<[T; 19]> for Standard
where - Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 19]
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where + Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 19]
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
source§

impl<T> Distribution<[T; 18]> for Standard
where - Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 18]
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where + Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 18]
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
source§

impl<T> Distribution<[T; 17]> for Standard
where - Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 17]
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where + Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 17]
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
source§

impl<T> Distribution<[T; 16]> for Standard
where - Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 16]
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where + Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 16]
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
source§

impl<T> Distribution<[T; 15]> for Standard
where - Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 15]
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where + Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 15]
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
source§

impl<T> Distribution<[T; 14]> for Standard
where - Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 14]
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where + Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 14]
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
source§

impl<T> Distribution<[T; 13]> for Standard
where - Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 13]
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where + Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 13]
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
source§

impl<T> Distribution<[T; 12]> for Standard
where - Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 12]
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where + Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 12]
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
source§

impl<T> Distribution<[T; 11]> for Standard
where - Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 11]
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where + Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 11]
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
source§

impl<T> Distribution<[T; 10]> for Standard
where - Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 10]
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where + Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 10]
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
source§

impl<T> Distribution<[T; 9]> for Standard
where - Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 9]
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where + Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 9]
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
source§

impl<T> Distribution<[T; 8]> for Standard
where - Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 8]
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where + Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 8]
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
source§

impl<T> Distribution<[T; 7]> for Standard
where - Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 7]
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where + Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 7]
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
source§

impl<T> Distribution<[T; 6]> for Standard
where - Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 6]
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where + Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 6]
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
source§

impl<T> Distribution<[T; 5]> for Standard
where - Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 5]
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where + Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 5]
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
source§

impl<T> Distribution<[T; 4]> for Standard
where - Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 4]
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where + Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 4]
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
source§

impl<T> Distribution<[T; 3]> for Standard
where - Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 3]
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where + Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 3]
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
source§

impl<T> Distribution<[T; 2]> for Standard
where - Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 2]
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where + Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 2]
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
source§

impl<T> Distribution<[T; 1]> for Standard
where - Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 1]
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where + Standard: Distribution<T>,

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 1]
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self -through the closure F Read more
source§

impl<T> Distribution<[T; 0]> for Standard

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 0]
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where +through the closure F Read more

source§

impl<T> Distribution<[T; 0]> for Standard

source§

fn sample<R>(&self, _rng: &mut R) -> [T; 0]
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self -through the closure F Read more
source§

impl Distribution<()> for Standard

source§

fn sample<R>(&self, _: &mut R)
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where +through the closure F Read more

source§

impl Distribution<()> for Standard

source§

fn sample<R>(&self, _: &mut R)
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
source§

impl<A> Distribution<(A,)> for Standard
where - Standard: Distribution<A>,

source§

fn sample<R>(&self, _rng: &mut R) -> (A,)
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where + Standard: Distribution<A>,

source§

fn sample<R>(&self, _rng: &mut R) -> (A,)
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
source§

impl<A, B> Distribution<(A, B)> for Standard

source§

fn sample<R>(&self, _rng: &mut R) -> (A, B)
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>

source§

fn sample<R>(&self, _rng: &mut R) -> (A, B)
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
source§

impl<A, B, C> Distribution<(A, B, C)> for Standard

source§

fn sample<R>(&self, _rng: &mut R) -> (A, B, C)
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>

source§

fn sample<R>(&self, _rng: &mut R) -> (A, B, C)
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
source§

impl<A, B, C, D> Distribution<(A, B, C, D)> for Standard

source§

fn sample<R>(&self, _rng: &mut R) -> (A, B, C, D)
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>

source§

fn sample<R>(&self, _rng: &mut R) -> (A, B, C, D)
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
source§

impl<A, B, C, D, E> Distribution<(A, B, C, D, E)> for Standard

source§

fn sample<R>(&self, _rng: &mut R) -> (A, B, C, D, E)
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>

source§

fn sample<R>(&self, _rng: &mut R) -> (A, B, C, D, E)
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
source§

impl<A, B, C, D, E, F> Distribution<(A, B, C, D, E, F)> for Standard

source§

fn sample<R>(&self, _rng: &mut R) -> (A, B, C, D, E, F)
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>

source§

fn sample<R>(&self, _rng: &mut R) -> (A, B, C, D, E, F)
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
source§

impl<A, B, C, D, E, F, G> Distribution<(A, B, C, D, E, F, G)> for Standard

source§

fn sample<R>(&self, _rng: &mut R) -> (A, B, C, D, E, F, G)
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>

source§

fn sample<R>(&self, _rng: &mut R) -> (A, B, C, D, E, F, G)
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
source§

impl<A, B, C, D, E, F, G, H> Distribution<(A, B, C, D, E, F, G, H)> for Standard

source§

fn sample<R>(&self, _rng: &mut R) -> (A, B, C, D, E, F, G, H)
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>

source§

fn sample<R>(&self, _rng: &mut R) -> (A, B, C, D, E, F, G, H)
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
source§

impl<A, B, C, D, E, F, G, H, I> Distribution<(A, B, C, D, E, F, G, H, I)> for Standard

source§

fn sample<R>(&self, _rng: &mut R) -> (A, B, C, D, E, F, G, H, I)
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>

source§

fn sample<R>(&self, _rng: &mut R) -> (A, B, C, D, E, F, G, H, I)
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
source§

impl<A, B, C, D, E, F, G, H, I, J> Distribution<(A, B, C, D, E, F, G, H, I, J)> for Standard

source§

fn sample<R>(&self, _rng: &mut R) -> (A, B, C, D, E, F, G, H, I, J)
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>

source§

fn sample<R>(&self, _rng: &mut R) -> (A, B, C, D, E, F, G, H, I, J)
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
source§

impl<A, B, C, D, E, F, G, H, I, J, K> Distribution<(A, B, C, D, E, F, G, H, I, J, K)> for Standard

source§

fn sample<R>(&self, _rng: &mut R) -> (A, B, C, D, E, F, G, H, I, J, K)
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>

source§

fn sample<R>(&self, _rng: &mut R) -> (A, B, C, D, E, F, G, H, I, J, K)
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
source§

impl<A, B, C, D, E, F, G, H, I, J, K, L> Distribution<(A, B, C, D, E, F, G, H, I, J, K, L)> for Standard

source§

fn sample<R>(&self, _rng: &mut R) -> (A, B, C, D, E, F, G, H, I, J, K, L)
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>

source§

fn sample<R>(&self, _rng: &mut R) -> (A, B, C, D, E, F, G, H, I, J, K, L)
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self -through the closure F Read more
source§

impl Distribution<NonZero<u128>> for Standard

source§

fn sample<R>(&self, rng: &mut R) -> NonZero<u128>
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where +through the closure F Read more

source§

impl Distribution<NonZero<u128>> for Standard

source§

fn sample<R>(&self, rng: &mut R) -> NonZero<u128>
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self -through the closure F Read more
source§

impl Distribution<NonZero<u16>> for Standard

source§

fn sample<R>(&self, rng: &mut R) -> NonZero<u16>
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where +through the closure F Read more

source§

impl Distribution<NonZero<u16>> for Standard

source§

fn sample<R>(&self, rng: &mut R) -> NonZero<u16>
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self -through the closure F Read more
source§

impl Distribution<NonZero<u32>> for Standard

source§

fn sample<R>(&self, rng: &mut R) -> NonZero<u32>
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where +through the closure F Read more

source§

impl Distribution<NonZero<u32>> for Standard

source§

fn sample<R>(&self, rng: &mut R) -> NonZero<u32>
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self -through the closure F Read more
source§

impl Distribution<NonZero<u64>> for Standard

source§

fn sample<R>(&self, rng: &mut R) -> NonZero<u64>
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where +through the closure F Read more

source§

impl Distribution<NonZero<u64>> for Standard

source§

fn sample<R>(&self, rng: &mut R) -> NonZero<u64>
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self -through the closure F Read more
source§

impl Distribution<NonZero<u8>> for Standard

source§

fn sample<R>(&self, rng: &mut R) -> NonZero<u8>
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where +through the closure F Read more

source§

impl Distribution<NonZero<u8>> for Standard

source§

fn sample<R>(&self, rng: &mut R) -> NonZero<u8>
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self -through the closure F Read more
source§

impl Distribution<NonZero<usize>> for Standard

source§

fn sample<R>(&self, rng: &mut R) -> NonZero<usize>
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where +through the closure F Read more

source§

impl Distribution<NonZero<usize>> for Standard

source§

fn sample<R>(&self, rng: &mut R) -> NonZero<usize>
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
source§

impl<T> Distribution<Option<T>> for Standard
where - Standard: Distribution<T>,

source§

fn sample<R>(&self, rng: &mut R) -> Option<T>
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where + Standard: Distribution<T>,

source§

fn sample<R>(&self, rng: &mut R) -> Option<T>
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
source§

impl<T> Distribution<Wrapping<T>> for Standard
where - Standard: Distribution<T>,

source§

fn sample<R>(&self, rng: &mut R) -> Wrapping<T>
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where + Standard: Distribution<T>,

source§

fn sample<R>(&self, rng: &mut R) -> Wrapping<T>
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self -through the closure F Read more
source§

impl Distribution<bool> for Standard

source§

fn sample<R>(&self, rng: &mut R) -> bool
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where +through the closure F Read more

source§

impl Distribution<bool> for Standard

source§

fn sample<R>(&self, rng: &mut R) -> bool
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self -through the closure F Read more
source§

impl Distribution<char> for Standard

source§

fn sample<R>(&self, rng: &mut R) -> char
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where +through the closure F Read more

source§

impl Distribution<char> for Standard

source§

fn sample<R>(&self, rng: &mut R) -> char
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self -through the closure F Read more
source§

impl Distribution<f32> for Standard

source§

fn sample<R>(&self, rng: &mut R) -> f32
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where +through the closure F Read more

source§

impl Distribution<f32> for Standard

source§

fn sample<R>(&self, rng: &mut R) -> f32
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self -through the closure F Read more
source§

impl Distribution<f64> for Standard

source§

fn sample<R>(&self, rng: &mut R) -> f64
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where +through the closure F Read more

source§

impl Distribution<f64> for Standard

source§

fn sample<R>(&self, rng: &mut R) -> f64
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self -through the closure F Read more
source§

impl Distribution<i128> for Standard

source§

fn sample<R>(&self, rng: &mut R) -> i128
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where +through the closure F Read more

source§

impl Distribution<i128> for Standard

source§

fn sample<R>(&self, rng: &mut R) -> i128
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self -through the closure F Read more
source§

impl Distribution<i16> for Standard

source§

fn sample<R>(&self, rng: &mut R) -> i16
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where +through the closure F Read more

source§

impl Distribution<i16> for Standard

source§

fn sample<R>(&self, rng: &mut R) -> i16
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self -through the closure F Read more
source§

impl Distribution<i32> for Standard

source§

fn sample<R>(&self, rng: &mut R) -> i32
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where +through the closure F Read more

source§

impl Distribution<i32> for Standard

source§

fn sample<R>(&self, rng: &mut R) -> i32
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self -through the closure F Read more
source§

impl Distribution<i64> for Standard

source§

fn sample<R>(&self, rng: &mut R) -> i64
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where +through the closure F Read more

source§

impl Distribution<i64> for Standard

source§

fn sample<R>(&self, rng: &mut R) -> i64
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self -through the closure F Read more
source§

impl Distribution<i8> for Standard

source§

fn sample<R>(&self, rng: &mut R) -> i8
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where +through the closure F Read more

source§

impl Distribution<i8> for Standard

source§

fn sample<R>(&self, rng: &mut R) -> i8
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self -through the closure F Read more
source§

impl Distribution<isize> for Standard

source§

fn sample<R>(&self, rng: &mut R) -> isize
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where +through the closure F Read more

source§

impl Distribution<isize> for Standard

source§

fn sample<R>(&self, rng: &mut R) -> isize
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self -through the closure F Read more
source§

impl Distribution<u128> for Standard

source§

fn sample<R>(&self, rng: &mut R) -> u128
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where +through the closure F Read more

source§

impl Distribution<u128> for Standard

source§

fn sample<R>(&self, rng: &mut R) -> u128
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self -through the closure F Read more
source§

impl Distribution<u16> for Standard

source§

fn sample<R>(&self, rng: &mut R) -> u16
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where +through the closure F Read more

source§

impl Distribution<u16> for Standard

source§

fn sample<R>(&self, rng: &mut R) -> u16
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self -through the closure F Read more
source§

impl Distribution<u32> for Standard

source§

fn sample<R>(&self, rng: &mut R) -> u32
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where +through the closure F Read more

source§

impl Distribution<u32> for Standard

source§

fn sample<R>(&self, rng: &mut R) -> u32
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self -through the closure F Read more
source§

impl Distribution<u64> for Standard

source§

fn sample<R>(&self, rng: &mut R) -> u64
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where +through the closure F Read more

source§

impl Distribution<u64> for Standard

source§

fn sample<R>(&self, rng: &mut R) -> u64
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self -through the closure F Read more
source§

impl Distribution<u8> for Standard

source§

fn sample<R>(&self, rng: &mut R) -> u8
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where +through the closure F Read more

source§

impl Distribution<u8> for Standard

source§

fn sample<R>(&self, rng: &mut R) -> u8
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self -through the closure F Read more
source§

impl Distribution<usize> for Standard

source§

fn sample<R>(&self, rng: &mut R) -> usize
where - R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where +through the closure F Read more

source§

impl Distribution<usize> for Standard

source§

fn sample<R>(&self, rng: &mut R) -> usize
where + R: Rng + ?Sized,

Generate a random value of T, using rng as the source of randomness.
source§

fn sample_iter<R>(self, rng: R) -> DistIter<Self, R, T>
where R: Rng, Self: Sized,

Create an iterator that generates random values of T, using rng as -the source of randomness. Read more
source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where +the source of randomness. Read more

source§

fn map<F, S>(self, func: F) -> DistMap<Self, F, T, S>
where F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
source§

impl Copy for Standard

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/distributions/struct.Uniform.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/distributions/struct.Uniform.html index 831817f1cd..945f9c0189 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/distributions/struct.Uniform.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/distributions/struct.Uniform.html @@ -56,8 +56,8 @@

§Example

F: Fn(T) -> S, Self: Sized,

Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
source§

impl<X> From<Range<X>> for Uniform<X>
where - X: SampleUniform,

source§

fn from(r: Range<X>) -> Uniform<X>

Converts to this type from the input type.
source§

impl<X> From<RangeInclusive<X>> for Uniform<X>
where - X: SampleUniform,

source§

fn from(r: RangeInclusive<X>) -> Uniform<X>

Converts to this type from the input type.
source§

impl<X> PartialEq for Uniform<X>
where + X: SampleUniform,

source§

fn from(r: Range<X>) -> Uniform<X>

Converts to this type from the input type.
source§

impl<X> From<RangeInclusive<X>> for Uniform<X>
where + X: SampleUniform,

source§

fn from(r: RangeInclusive<X>) -> Uniform<X>

Converts to this type from the input type.
source§

impl<X> PartialEq for Uniform<X>

source§

fn eq(&self, other: &Uniform<X>) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/distributions/uniform/struct.Uniform.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/distributions/uniform/struct.Uniform.html index 821fc101fd..e2c90419fa 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/distributions/uniform/struct.Uniform.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/distributions/uniform/struct.Uniform.html @@ -56,8 +56,8 @@

§Example

F: Fn(T) -> S, Self: Sized,
Create a distribution of values of ‘S’ by mapping the output of Self through the closure F Read more
source§

impl<X> From<Range<X>> for Uniform<X>
where - X: SampleUniform,

source§

fn from(r: Range<X>) -> Uniform<X>

Converts to this type from the input type.
source§

impl<X> From<RangeInclusive<X>> for Uniform<X>
where - X: SampleUniform,

source§

fn from(r: RangeInclusive<X>) -> Uniform<X>

Converts to this type from the input type.
source§

impl<X> PartialEq for Uniform<X>
where + X: SampleUniform,

source§

fn from(r: Range<X>) -> Uniform<X>

Converts to this type from the input type.
source§

impl<X> From<RangeInclusive<X>> for Uniform<X>
where + X: SampleUniform,

source§

fn from(r: RangeInclusive<X>) -> Uniform<X>

Converts to this type from the input type.
source§

impl<X> PartialEq for Uniform<X>

source§

fn eq(&self, other: &Uniform<X>) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/distributions/uniform/struct.UniformFloat.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/distributions/uniform/struct.UniformFloat.html index ceb80cd6a5..6f4718aa69 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/distributions/uniform/struct.UniformFloat.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/distributions/uniform/struct.UniformFloat.html @@ -14,13 +14,13 @@

Debug,

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<X> PartialEq for UniformFloat<X>
where X: PartialEq,

source§

fn eq(&self, other: &UniformFloat<X>) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
source§

impl UniformSampler for UniformFloat<f32>

§

type X = f32

The type sampled by this implementation.
source§

fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformFloat<f32>
where +sufficient, and should not be overridden without very good reason.

source§

impl UniformSampler for UniformFloat<f32>

§

type X = f32

The type sampled by this implementation.
source§

fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformFloat<f32>

Construct self, with inclusive lower bound and exclusive upper bound -[low, high). Read more
source§

fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformFloat<f32>
where +[low, high). Read more

source§

fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformFloat<f32>

Construct self, with inclusive bounds [low, high]. Read more
source§

fn sample<R>(&self, rng: &mut R) -> <UniformFloat<f32> as UniformSampler>::X
where - R: Rng + ?Sized,

Sample a value.
source§

fn sample_single<R, B1, B2>( + B2: SampleBorrow<<UniformFloat<f32> as UniformSampler>::X>,

Construct self, with inclusive bounds [low, high]. Read more
source§

fn sample<R>(&self, rng: &mut R) -> <UniformFloat<f32> as UniformSampler>::X
where + R: Rng + ?Sized,

Sample a value.
source§

fn sample_single<R, B1, B2>( low_b: B1, high_b: B2, rng: &mut R @@ -28,17 +28,17 @@

Rng + ?Sized, B1: SampleBorrow<<UniformFloat<f32> as UniformSampler>::X>, B2: SampleBorrow<<UniformFloat<f32> as UniformSampler>::X>,

Sample a single value uniformly from a range with inclusive lower bound -and exclusive upper bound [low, high). Read more
source§

fn sample_single_inclusive<R, B1, B2>(low: B1, high: B2, rng: &mut R) -> Self::X
where +and exclusive upper bound [low, high). Read more

source§

fn sample_single_inclusive<R, B1, B2>(low: B1, high: B2, rng: &mut R) -> Self::X
where R: Rng + ?Sized, B1: SampleBorrow<Self::X>, B2: SampleBorrow<Self::X>,

Sample a single value uniformly from a range with inclusive lower bound -and inclusive upper bound [low, high]. Read more
source§

impl UniformSampler for UniformFloat<f64>

§

type X = f64

The type sampled by this implementation.
source§

fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformFloat<f64>
where +and inclusive upper bound [low, high]. Read more

source§

impl UniformSampler for UniformFloat<f64>

§

type X = f64

The type sampled by this implementation.
source§

fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformFloat<f64>

Construct self, with inclusive lower bound and exclusive upper bound -[low, high). Read more
source§

fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformFloat<f64>
where +[low, high). Read more

source§

fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformFloat<f64>

Construct self, with inclusive bounds [low, high]. Read more
source§

fn sample<R>(&self, rng: &mut R) -> <UniformFloat<f64> as UniformSampler>::X
where - R: Rng + ?Sized,

Sample a value.
source§

fn sample_single<R, B1, B2>( + B2: SampleBorrow<<UniformFloat<f64> as UniformSampler>::X>,

Construct self, with inclusive bounds [low, high]. Read more
source§

fn sample<R>(&self, rng: &mut R) -> <UniformFloat<f64> as UniformSampler>::X
where + R: Rng + ?Sized,

Sample a value.
source§

fn sample_single<R, B1, B2>( low_b: B1, high_b: B2, rng: &mut R @@ -46,7 +46,7 @@

Rng + ?Sized, B1: SampleBorrow<<UniformFloat<f64> as UniformSampler>::X>, B2: SampleBorrow<<UniformFloat<f64> as UniformSampler>::X>,

Sample a single value uniformly from a range with inclusive lower bound -and exclusive upper bound [low, high). Read more
source§

fn sample_single_inclusive<R, B1, B2>(low: B1, high: B2, rng: &mut R) -> Self::X
where +and exclusive upper bound [low, high). Read more

source§

fn sample_single_inclusive<R, B1, B2>(low: B1, high: B2, rng: &mut R) -> Self::X
where R: Rng + ?Sized, B1: SampleBorrow<Self::X>, B2: SampleBorrow<Self::X>,

Sample a single value uniformly from a range with inclusive lower bound diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/distributions/uniform/struct.UniformInt.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/distributions/uniform/struct.UniformInt.html index df14265dd2..5ffd0f4cf6 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/distributions/uniform/struct.UniformInt.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/distributions/uniform/struct.UniformInt.html @@ -29,13 +29,13 @@

Debug,

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<X> PartialEq for UniformInt<X>
where X: PartialEq,

source§

fn eq(&self, other: &UniformInt<X>) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
source§

impl UniformSampler for UniformInt<i128>

§

type X = i128

The type sampled by this implementation.
source§

fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<i128>
where +sufficient, and should not be overridden without very good reason.

source§

impl UniformSampler for UniformInt<i128>

§

type X = i128

The type sampled by this implementation.
source§

fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<i128>

Construct self, with inclusive lower bound and exclusive upper bound -[low, high). Read more
source§

fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<i128>
where +[low, high). Read more

source§

fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<i128>

Construct self, with inclusive bounds [low, high]. Read more
source§

fn sample<R>(&self, rng: &mut R) -> <UniformInt<i128> as UniformSampler>::X
where - R: Rng + ?Sized,

Sample a value.
source§

fn sample_single<R, B1, B2>( + B2: SampleBorrow<<UniformInt<i128> as UniformSampler>::X>,

Construct self, with inclusive bounds [low, high]. Read more
source§

fn sample<R>(&self, rng: &mut R) -> <UniformInt<i128> as UniformSampler>::X
where + R: Rng + ?Sized,

Sample a value.
source§

fn sample_single<R, B1, B2>( low_b: B1, high_b: B2, rng: &mut R @@ -43,7 +43,7 @@

Rng + ?Sized, B1: SampleBorrow<<UniformInt<i128> as UniformSampler>::X>, B2: SampleBorrow<<UniformInt<i128> as UniformSampler>::X>,

Sample a single value uniformly from a range with inclusive lower bound -and exclusive upper bound [low, high). Read more
source§

fn sample_single_inclusive<R, B1, B2>( +and exclusive upper bound [low, high). Read more

source§

fn sample_single_inclusive<R, B1, B2>( low_b: B1, high_b: B2, rng: &mut R @@ -51,13 +51,13 @@

Rng + ?Sized, B1: SampleBorrow<<UniformInt<i128> as UniformSampler>::X>, B2: SampleBorrow<<UniformInt<i128> as UniformSampler>::X>,

Sample a single value uniformly from a range with inclusive lower bound -and inclusive upper bound [low, high]. Read more
source§

impl UniformSampler for UniformInt<i16>

§

type X = i16

The type sampled by this implementation.
source§

fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<i16>
where +and inclusive upper bound [low, high]. Read more

source§

impl UniformSampler for UniformInt<i16>

§

type X = i16

The type sampled by this implementation.
source§

fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<i16>

Construct self, with inclusive lower bound and exclusive upper bound -[low, high). Read more
source§

fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<i16>
where +[low, high). Read more

source§

fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<i16>

Construct self, with inclusive bounds [low, high]. Read more
source§

fn sample<R>(&self, rng: &mut R) -> <UniformInt<i16> as UniformSampler>::X
where - R: Rng + ?Sized,

Sample a value.
source§

fn sample_single<R, B1, B2>( + B2: SampleBorrow<<UniformInt<i16> as UniformSampler>::X>,

Construct self, with inclusive bounds [low, high]. Read more
source§

fn sample<R>(&self, rng: &mut R) -> <UniformInt<i16> as UniformSampler>::X
where + R: Rng + ?Sized,

Sample a value.
source§

fn sample_single<R, B1, B2>( low_b: B1, high_b: B2, rng: &mut R @@ -65,7 +65,7 @@

Rng + ?Sized, B1: SampleBorrow<<UniformInt<i16> as UniformSampler>::X>, B2: SampleBorrow<<UniformInt<i16> as UniformSampler>::X>,

Sample a single value uniformly from a range with inclusive lower bound -and exclusive upper bound [low, high). Read more
source§

fn sample_single_inclusive<R, B1, B2>( +and exclusive upper bound [low, high). Read more

source§

fn sample_single_inclusive<R, B1, B2>( low_b: B1, high_b: B2, rng: &mut R @@ -73,13 +73,13 @@

Rng + ?Sized, B1: SampleBorrow<<UniformInt<i16> as UniformSampler>::X>, B2: SampleBorrow<<UniformInt<i16> as UniformSampler>::X>,

Sample a single value uniformly from a range with inclusive lower bound -and inclusive upper bound [low, high]. Read more
source§

impl UniformSampler for UniformInt<i32>

§

type X = i32

The type sampled by this implementation.
source§

fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<i32>
where +and inclusive upper bound [low, high]. Read more

source§

impl UniformSampler for UniformInt<i32>

§

type X = i32

The type sampled by this implementation.
source§

fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<i32>

Construct self, with inclusive lower bound and exclusive upper bound -[low, high). Read more
source§

fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<i32>
where +[low, high). Read more

source§

fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<i32>

Construct self, with inclusive bounds [low, high]. Read more
source§

fn sample<R>(&self, rng: &mut R) -> <UniformInt<i32> as UniformSampler>::X
where - R: Rng + ?Sized,

Sample a value.
source§

fn sample_single<R, B1, B2>( + B2: SampleBorrow<<UniformInt<i32> as UniformSampler>::X>,

Construct self, with inclusive bounds [low, high]. Read more
source§

fn sample<R>(&self, rng: &mut R) -> <UniformInt<i32> as UniformSampler>::X
where + R: Rng + ?Sized,

Sample a value.
source§

fn sample_single<R, B1, B2>( low_b: B1, high_b: B2, rng: &mut R @@ -87,7 +87,7 @@

Rng + ?Sized, B1: SampleBorrow<<UniformInt<i32> as UniformSampler>::X>, B2: SampleBorrow<<UniformInt<i32> as UniformSampler>::X>,

Sample a single value uniformly from a range with inclusive lower bound -and exclusive upper bound [low, high). Read more
source§

fn sample_single_inclusive<R, B1, B2>( +and exclusive upper bound [low, high). Read more

source§

fn sample_single_inclusive<R, B1, B2>( low_b: B1, high_b: B2, rng: &mut R @@ -95,13 +95,13 @@

Rng + ?Sized, B1: SampleBorrow<<UniformInt<i32> as UniformSampler>::X>, B2: SampleBorrow<<UniformInt<i32> as UniformSampler>::X>,

Sample a single value uniformly from a range with inclusive lower bound -and inclusive upper bound [low, high]. Read more
source§

impl UniformSampler for UniformInt<i64>

§

type X = i64

The type sampled by this implementation.
source§

fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<i64>
where +and inclusive upper bound [low, high]. Read more

source§

impl UniformSampler for UniformInt<i64>

§

type X = i64

The type sampled by this implementation.
source§

fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<i64>

Construct self, with inclusive lower bound and exclusive upper bound -[low, high). Read more
source§

fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<i64>
where +[low, high). Read more

source§

fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<i64>

Construct self, with inclusive bounds [low, high]. Read more
source§

fn sample<R>(&self, rng: &mut R) -> <UniformInt<i64> as UniformSampler>::X
where - R: Rng + ?Sized,

Sample a value.
source§

fn sample_single<R, B1, B2>( + B2: SampleBorrow<<UniformInt<i64> as UniformSampler>::X>,

Construct self, with inclusive bounds [low, high]. Read more
source§

fn sample<R>(&self, rng: &mut R) -> <UniformInt<i64> as UniformSampler>::X
where + R: Rng + ?Sized,

Sample a value.
source§

fn sample_single<R, B1, B2>( low_b: B1, high_b: B2, rng: &mut R @@ -109,7 +109,7 @@

Rng + ?Sized, B1: SampleBorrow<<UniformInt<i64> as UniformSampler>::X>, B2: SampleBorrow<<UniformInt<i64> as UniformSampler>::X>,

Sample a single value uniformly from a range with inclusive lower bound -and exclusive upper bound [low, high). Read more
source§

fn sample_single_inclusive<R, B1, B2>( +and exclusive upper bound [low, high). Read more

source§

fn sample_single_inclusive<R, B1, B2>( low_b: B1, high_b: B2, rng: &mut R @@ -117,13 +117,13 @@

Rng + ?Sized, B1: SampleBorrow<<UniformInt<i64> as UniformSampler>::X>, B2: SampleBorrow<<UniformInt<i64> as UniformSampler>::X>,

Sample a single value uniformly from a range with inclusive lower bound -and inclusive upper bound [low, high]. Read more
source§

impl UniformSampler for UniformInt<i8>

§

type X = i8

The type sampled by this implementation.
source§

fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<i8>
where +and inclusive upper bound [low, high]. Read more

source§

impl UniformSampler for UniformInt<i8>

§

type X = i8

The type sampled by this implementation.
source§

fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<i8>

Construct self, with inclusive lower bound and exclusive upper bound -[low, high). Read more
source§

fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<i8>
where +[low, high). Read more

source§

fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<i8>

Construct self, with inclusive bounds [low, high]. Read more
source§

fn sample<R>(&self, rng: &mut R) -> <UniformInt<i8> as UniformSampler>::X
where - R: Rng + ?Sized,

Sample a value.
source§

fn sample_single<R, B1, B2>( + B2: SampleBorrow<<UniformInt<i8> as UniformSampler>::X>,

Construct self, with inclusive bounds [low, high]. Read more
source§

fn sample<R>(&self, rng: &mut R) -> <UniformInt<i8> as UniformSampler>::X
where + R: Rng + ?Sized,

Sample a value.
source§

fn sample_single<R, B1, B2>( low_b: B1, high_b: B2, rng: &mut R @@ -131,7 +131,7 @@

Rng + ?Sized, B1: SampleBorrow<<UniformInt<i8> as UniformSampler>::X>, B2: SampleBorrow<<UniformInt<i8> as UniformSampler>::X>,

Sample a single value uniformly from a range with inclusive lower bound -and exclusive upper bound [low, high). Read more
source§

fn sample_single_inclusive<R, B1, B2>( +and exclusive upper bound [low, high). Read more

source§

fn sample_single_inclusive<R, B1, B2>( low_b: B1, high_b: B2, rng: &mut R @@ -139,13 +139,13 @@

Rng + ?Sized, B1: SampleBorrow<<UniformInt<i8> as UniformSampler>::X>, B2: SampleBorrow<<UniformInt<i8> as UniformSampler>::X>,

Sample a single value uniformly from a range with inclusive lower bound -and inclusive upper bound [low, high]. Read more
source§

impl UniformSampler for UniformInt<isize>

§

type X = isize

The type sampled by this implementation.
source§

fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<isize>
where +and inclusive upper bound [low, high]. Read more

source§

impl UniformSampler for UniformInt<isize>

§

type X = isize

The type sampled by this implementation.
source§

fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<isize>

Construct self, with inclusive lower bound and exclusive upper bound -[low, high). Read more
source§

fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<isize>
where +[low, high). Read more

source§

fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<isize>

Construct self, with inclusive bounds [low, high]. Read more
source§

fn sample<R>(&self, rng: &mut R) -> <UniformInt<isize> as UniformSampler>::X
where - R: Rng + ?Sized,

Sample a value.
source§

fn sample_single<R, B1, B2>( + B2: SampleBorrow<<UniformInt<isize> as UniformSampler>::X>,

Construct self, with inclusive bounds [low, high]. Read more
source§

fn sample<R>(&self, rng: &mut R) -> <UniformInt<isize> as UniformSampler>::X
where + R: Rng + ?Sized,

Sample a value.
source§

fn sample_single<R, B1, B2>( low_b: B1, high_b: B2, rng: &mut R @@ -153,7 +153,7 @@

Rng + ?Sized, B1: SampleBorrow<<UniformInt<isize> as UniformSampler>::X>, B2: SampleBorrow<<UniformInt<isize> as UniformSampler>::X>,

Sample a single value uniformly from a range with inclusive lower bound -and exclusive upper bound [low, high). Read more
source§

fn sample_single_inclusive<R, B1, B2>( +and exclusive upper bound [low, high). Read more

source§

fn sample_single_inclusive<R, B1, B2>( low_b: B1, high_b: B2, rng: &mut R @@ -161,13 +161,13 @@

Rng + ?Sized, B1: SampleBorrow<<UniformInt<isize> as UniformSampler>::X>, B2: SampleBorrow<<UniformInt<isize> as UniformSampler>::X>,

Sample a single value uniformly from a range with inclusive lower bound -and inclusive upper bound [low, high]. Read more
source§

impl UniformSampler for UniformInt<u128>

§

type X = u128

The type sampled by this implementation.
source§

fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<u128>
where +and inclusive upper bound [low, high]. Read more

source§

impl UniformSampler for UniformInt<u128>

§

type X = u128

The type sampled by this implementation.
source§

fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<u128>

Construct self, with inclusive lower bound and exclusive upper bound -[low, high). Read more
source§

fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<u128>
where +[low, high). Read more

source§

fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<u128>

Construct self, with inclusive bounds [low, high]. Read more
source§

fn sample<R>(&self, rng: &mut R) -> <UniformInt<u128> as UniformSampler>::X
where - R: Rng + ?Sized,

Sample a value.
source§

fn sample_single<R, B1, B2>( + B2: SampleBorrow<<UniformInt<u128> as UniformSampler>::X>,

Construct self, with inclusive bounds [low, high]. Read more
source§

fn sample<R>(&self, rng: &mut R) -> <UniformInt<u128> as UniformSampler>::X
where + R: Rng + ?Sized,

Sample a value.
source§

fn sample_single<R, B1, B2>( low_b: B1, high_b: B2, rng: &mut R @@ -175,7 +175,7 @@

Rng + ?Sized, B1: SampleBorrow<<UniformInt<u128> as UniformSampler>::X>, B2: SampleBorrow<<UniformInt<u128> as UniformSampler>::X>,

Sample a single value uniformly from a range with inclusive lower bound -and exclusive upper bound [low, high). Read more
source§

fn sample_single_inclusive<R, B1, B2>( +and exclusive upper bound [low, high). Read more

source§

fn sample_single_inclusive<R, B1, B2>( low_b: B1, high_b: B2, rng: &mut R @@ -183,13 +183,13 @@

Rng + ?Sized, B1: SampleBorrow<<UniformInt<u128> as UniformSampler>::X>, B2: SampleBorrow<<UniformInt<u128> as UniformSampler>::X>,

Sample a single value uniformly from a range with inclusive lower bound -and inclusive upper bound [low, high]. Read more
source§

impl UniformSampler for UniformInt<u16>

§

type X = u16

The type sampled by this implementation.
source§

fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<u16>
where +and inclusive upper bound [low, high]. Read more

source§

impl UniformSampler for UniformInt<u16>

§

type X = u16

The type sampled by this implementation.
source§

fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<u16>

Construct self, with inclusive lower bound and exclusive upper bound -[low, high). Read more
source§

fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<u16>
where +[low, high). Read more

source§

fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<u16>

Construct self, with inclusive bounds [low, high]. Read more
source§

fn sample<R>(&self, rng: &mut R) -> <UniformInt<u16> as UniformSampler>::X
where - R: Rng + ?Sized,

Sample a value.
source§

fn sample_single<R, B1, B2>( + B2: SampleBorrow<<UniformInt<u16> as UniformSampler>::X>,

Construct self, with inclusive bounds [low, high]. Read more
source§

fn sample<R>(&self, rng: &mut R) -> <UniformInt<u16> as UniformSampler>::X
where + R: Rng + ?Sized,

Sample a value.
source§

fn sample_single<R, B1, B2>( low_b: B1, high_b: B2, rng: &mut R @@ -197,7 +197,7 @@

Rng + ?Sized, B1: SampleBorrow<<UniformInt<u16> as UniformSampler>::X>, B2: SampleBorrow<<UniformInt<u16> as UniformSampler>::X>,

Sample a single value uniformly from a range with inclusive lower bound -and exclusive upper bound [low, high). Read more
source§

fn sample_single_inclusive<R, B1, B2>( +and exclusive upper bound [low, high). Read more

source§

fn sample_single_inclusive<R, B1, B2>( low_b: B1, high_b: B2, rng: &mut R @@ -205,13 +205,13 @@

Rng + ?Sized, B1: SampleBorrow<<UniformInt<u16> as UniformSampler>::X>, B2: SampleBorrow<<UniformInt<u16> as UniformSampler>::X>,

Sample a single value uniformly from a range with inclusive lower bound -and inclusive upper bound [low, high]. Read more
source§

impl UniformSampler for UniformInt<u32>

§

type X = u32

The type sampled by this implementation.
source§

fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<u32>
where +and inclusive upper bound [low, high]. Read more

source§

impl UniformSampler for UniformInt<u32>

§

type X = u32

The type sampled by this implementation.
source§

fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<u32>

Construct self, with inclusive lower bound and exclusive upper bound -[low, high). Read more
source§

fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<u32>
where +[low, high). Read more

source§

fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<u32>

Construct self, with inclusive bounds [low, high]. Read more
source§

fn sample<R>(&self, rng: &mut R) -> <UniformInt<u32> as UniformSampler>::X
where - R: Rng + ?Sized,

Sample a value.
source§

fn sample_single<R, B1, B2>( + B2: SampleBorrow<<UniformInt<u32> as UniformSampler>::X>,

Construct self, with inclusive bounds [low, high]. Read more
source§

fn sample<R>(&self, rng: &mut R) -> <UniformInt<u32> as UniformSampler>::X
where + R: Rng + ?Sized,

Sample a value.
source§

fn sample_single<R, B1, B2>( low_b: B1, high_b: B2, rng: &mut R @@ -219,7 +219,7 @@

Rng + ?Sized, B1: SampleBorrow<<UniformInt<u32> as UniformSampler>::X>, B2: SampleBorrow<<UniformInt<u32> as UniformSampler>::X>,

Sample a single value uniformly from a range with inclusive lower bound -and exclusive upper bound [low, high). Read more
source§

fn sample_single_inclusive<R, B1, B2>( +and exclusive upper bound [low, high). Read more

source§

fn sample_single_inclusive<R, B1, B2>( low_b: B1, high_b: B2, rng: &mut R @@ -227,13 +227,13 @@

Rng + ?Sized, B1: SampleBorrow<<UniformInt<u32> as UniformSampler>::X>, B2: SampleBorrow<<UniformInt<u32> as UniformSampler>::X>,

Sample a single value uniformly from a range with inclusive lower bound -and inclusive upper bound [low, high]. Read more
source§

impl UniformSampler for UniformInt<u64>

§

type X = u64

The type sampled by this implementation.
source§

fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<u64>
where +and inclusive upper bound [low, high]. Read more

source§

impl UniformSampler for UniformInt<u64>

§

type X = u64

The type sampled by this implementation.
source§

fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<u64>

Construct self, with inclusive lower bound and exclusive upper bound -[low, high). Read more
source§

fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<u64>
where +[low, high). Read more

source§

fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<u64>

Construct self, with inclusive bounds [low, high]. Read more
source§

fn sample<R>(&self, rng: &mut R) -> <UniformInt<u64> as UniformSampler>::X
where - R: Rng + ?Sized,

Sample a value.
source§

fn sample_single<R, B1, B2>( + B2: SampleBorrow<<UniformInt<u64> as UniformSampler>::X>,

Construct self, with inclusive bounds [low, high]. Read more
source§

fn sample<R>(&self, rng: &mut R) -> <UniformInt<u64> as UniformSampler>::X
where + R: Rng + ?Sized,

Sample a value.
source§

fn sample_single<R, B1, B2>( low_b: B1, high_b: B2, rng: &mut R @@ -241,7 +241,7 @@

Rng + ?Sized, B1: SampleBorrow<<UniformInt<u64> as UniformSampler>::X>, B2: SampleBorrow<<UniformInt<u64> as UniformSampler>::X>,

Sample a single value uniformly from a range with inclusive lower bound -and exclusive upper bound [low, high). Read more
source§

fn sample_single_inclusive<R, B1, B2>( +and exclusive upper bound [low, high). Read more

source§

fn sample_single_inclusive<R, B1, B2>( low_b: B1, high_b: B2, rng: &mut R @@ -249,13 +249,13 @@

Rng + ?Sized, B1: SampleBorrow<<UniformInt<u64> as UniformSampler>::X>, B2: SampleBorrow<<UniformInt<u64> as UniformSampler>::X>,

Sample a single value uniformly from a range with inclusive lower bound -and inclusive upper bound [low, high]. Read more
source§

impl UniformSampler for UniformInt<u8>

§

type X = u8

The type sampled by this implementation.
source§

fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<u8>
where +and inclusive upper bound [low, high]. Read more

source§

impl UniformSampler for UniformInt<u8>

§

type X = u8

The type sampled by this implementation.
source§

fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<u8>

Construct self, with inclusive lower bound and exclusive upper bound -[low, high). Read more
source§

fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<u8>
where +[low, high). Read more

source§

fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<u8>

Construct self, with inclusive bounds [low, high]. Read more
source§

fn sample<R>(&self, rng: &mut R) -> <UniformInt<u8> as UniformSampler>::X
where - R: Rng + ?Sized,

Sample a value.
source§

fn sample_single<R, B1, B2>( + B2: SampleBorrow<<UniformInt<u8> as UniformSampler>::X>,

Construct self, with inclusive bounds [low, high]. Read more
source§

fn sample<R>(&self, rng: &mut R) -> <UniformInt<u8> as UniformSampler>::X
where + R: Rng + ?Sized,

Sample a value.
source§

fn sample_single<R, B1, B2>( low_b: B1, high_b: B2, rng: &mut R @@ -263,7 +263,7 @@

Rng + ?Sized, B1: SampleBorrow<<UniformInt<u8> as UniformSampler>::X>, B2: SampleBorrow<<UniformInt<u8> as UniformSampler>::X>,

Sample a single value uniformly from a range with inclusive lower bound -and exclusive upper bound [low, high). Read more
source§

fn sample_single_inclusive<R, B1, B2>( +and exclusive upper bound [low, high). Read more

source§

fn sample_single_inclusive<R, B1, B2>( low_b: B1, high_b: B2, rng: &mut R @@ -271,13 +271,13 @@

Rng + ?Sized, B1: SampleBorrow<<UniformInt<u8> as UniformSampler>::X>, B2: SampleBorrow<<UniformInt<u8> as UniformSampler>::X>,

Sample a single value uniformly from a range with inclusive lower bound -and inclusive upper bound [low, high]. Read more
source§

impl UniformSampler for UniformInt<usize>

§

type X = usize

The type sampled by this implementation.
source§

fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<usize>
where +and inclusive upper bound [low, high]. Read more

source§

impl UniformSampler for UniformInt<usize>

§

type X = usize

The type sampled by this implementation.
source§

fn new<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<usize>

Construct self, with inclusive lower bound and exclusive upper bound -[low, high). Read more
source§

fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<usize>
where +[low, high). Read more

source§

fn new_inclusive<B1, B2>(low_b: B1, high_b: B2) -> UniformInt<usize>

Construct self, with inclusive bounds [low, high]. Read more
source§

fn sample<R>(&self, rng: &mut R) -> <UniformInt<usize> as UniformSampler>::X
where - R: Rng + ?Sized,

Sample a value.
source§

fn sample_single<R, B1, B2>( + B2: SampleBorrow<<UniformInt<usize> as UniformSampler>::X>,

Construct self, with inclusive bounds [low, high]. Read more
source§

fn sample<R>(&self, rng: &mut R) -> <UniformInt<usize> as UniformSampler>::X
where + R: Rng + ?Sized,

Sample a value.
source§

fn sample_single<R, B1, B2>( low_b: B1, high_b: B2, rng: &mut R @@ -285,7 +285,7 @@

Rng + ?Sized, B1: SampleBorrow<<UniformInt<usize> as UniformSampler>::X>, B2: SampleBorrow<<UniformInt<usize> as UniformSampler>::X>,

Sample a single value uniformly from a range with inclusive lower bound -and exclusive upper bound [low, high). Read more
source§

fn sample_single_inclusive<R, B1, B2>( +and exclusive upper bound [low, high). Read more

source§

fn sample_single_inclusive<R, B1, B2>( low_b: B1, high_b: B2, rng: &mut R diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/seq/index/enum.IndexVec.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/seq/index/enum.IndexVec.html index a8c5914a8f..85fbd01c75 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/seq/index/enum.IndexVec.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/rand/seq/index/enum.IndexVec.html @@ -9,7 +9,7 @@ restrictions.)

source

pub fn into_vec(self) -> Vec<usize>

Return result as a Vec<usize>. Conversion may or may not be trivial.

source

pub fn iter(&self) -> IndexVecIter<'_>

Iterate over the indices as a sequence of usize values

-

Trait Implementations§

source§

impl Clone for IndexVec

source§

fn clone(&self) -> IndexVec

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for IndexVec

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl From<Vec<u32>> for IndexVec

source§

fn from(v: Vec<u32>) -> IndexVec

Converts to this type from the input type.
source§

impl From<Vec<usize>> for IndexVec

source§

fn from(v: Vec<usize>) -> IndexVec

Converts to this type from the input type.
source§

impl IntoIterator for IndexVec

source§

fn into_iter(self) -> IndexVecIntoIter

Convert into an iterator over the indices as a sequence of usize values

+

Trait Implementations§

source§

impl Clone for IndexVec

source§

fn clone(&self) -> IndexVec

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for IndexVec

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl From<Vec<u32>> for IndexVec

source§

fn from(v: Vec<u32>) -> IndexVec

Converts to this type from the input type.
source§

impl From<Vec<usize>> for IndexVec

source§

fn from(v: Vec<usize>) -> IndexVec

Converts to this type from the input type.
source§

impl IntoIterator for IndexVec

source§

fn into_iter(self) -> IndexVecIntoIter

Convert into an iterator over the indices as a sequence of usize values

§

type Item = usize

The type of the elements being iterated over.
§

type IntoIter = IndexVecIntoIter

Which kind of iterator are we turning this into?
source§

impl PartialEq for IndexVec

source§

fn eq(&self, other: &IndexVec) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/struct.Keypair.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/struct.Keypair.html index d05af6508c..56293c83c6 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 @@
§Examples
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 4fd1b66df4..4b161f9daa 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 @@
§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

§

type Target = u8

§

fn as_c_ptr(&self) -> *const <Message as CPtr>::Target

§

fn as_mut_c_ptr(&mut self) -> *mut <Message as CPtr>::Target

§

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

§

type Target = u8

§

fn as_c_ptr(&self) -> *const <Message as CPtr>::Target

§

fn as_mut_c_ptr(&mut self) -> *mut <Message as CPtr>::Target

§

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 70b671784a..ccc63a32e1 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 @@
§Examples
§

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 f0b65fd57a..12213900ca 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,7 +85,7 @@
SecretKey::eq is implemented using a constant time algorithm, please consider using it to do comparisons of secret keys.

§

impl CPtr for SecretKey

§

type Target = u8

§

fn as_c_ptr(&self) -> *const <SecretKey as CPtr>::Target

§

fn as_mut_c_ptr(&mut self) -> *mut <SecretKey as CPtr>::Target

§

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 + 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

§

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.

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 017f690a64..3241402548 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/struct.XOnlyPublicKey.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/secp256k1/struct.XOnlyPublicKey.html @@ -86,8 +86,8 @@
§Examples

Trait Implementations§

§

impl CPtr for XOnlyPublicKey

§

impl Clone for XOnlyPublicKey

§

fn clone(&self) -> XOnlyPublicKey

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for XOnlyPublicKey

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for XOnlyPublicKey

§

fn deserialize<D>( d: D ) -> Result<XOnlyPublicKey, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for XOnlyPublicKey

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl From<CompressedPublicKey> for XOnlyPublicKey

§

fn from(pk: CompressedPublicKey) -> XOnlyPublicKey

Converts to this type from the input type.
§

impl From<PublicKey> for XOnlyPublicKey

§

fn from(pk: PublicKey) -> XOnlyPublicKey

Converts to this type from the input type.
§

impl From<PublicKey> for XOnlyPublicKey

§

fn from(src: PublicKey) -> XOnlyPublicKey

Converts to this type from the input type.
§

impl From<TweakedPublicKey> for XOnlyPublicKey

§

fn from(pair: TweakedPublicKey) -> XOnlyPublicKey

Converts to this type from the input type.
§

impl From<XOnlyPublicKey> for XOnlyPublicKey

Creates a new schnorr public key from a FFI x-only public key.

-
§

fn from(pk: XOnlyPublicKey) -> XOnlyPublicKey

Converts to this type from the input type.
§

impl FromStr for XOnlyPublicKey

§

type Err = Error

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<XOnlyPublicKey, Error>

Parses a string s to return a value of this type. Read more
§

impl Hash for XOnlyPublicKey

§

fn hash<__H>(&self, state: &mut __H)
where + D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for XOnlyPublicKey

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl From<CompressedPublicKey> for XOnlyPublicKey

§

fn from(pk: CompressedPublicKey) -> XOnlyPublicKey

Converts to this type from the input type.
§

impl From<PublicKey> for XOnlyPublicKey

§

fn from(pk: PublicKey) -> XOnlyPublicKey

Converts to this type from the input type.
§

impl From<PublicKey> for XOnlyPublicKey

§

fn from(src: PublicKey) -> XOnlyPublicKey

Converts to this type from the input type.
§

impl From<TweakedPublicKey> for XOnlyPublicKey

§

fn from(pair: TweakedPublicKey) -> XOnlyPublicKey

Converts to this type from the input type.
§

impl From<XOnlyPublicKey> for XOnlyPublicKey

Creates a new schnorr public key from a FFI x-only public key.

+
§

fn from(pk: XOnlyPublicKey) -> XOnlyPublicKey

Converts to this type from the input type.
§

impl FromStr for XOnlyPublicKey

§

type Err = Error

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<XOnlyPublicKey, Error>

Parses a string s to return a value of this type. Read more
§

impl Hash for XOnlyPublicKey

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl LowerHex for XOnlyPublicKey

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl MiniscriptKey for XOnlyPublicKey

§

type Sha256 = Hash

The associated bitcoin::hashes::sha256::Hash for this [MiniscriptKey], used in the 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 c2dc872581..21ac539370 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 717b488eab..ece3c1cad6 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.SigningDataError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/sighash/enum.SigningDataError.html index 40f9fc8762..4558f646a9 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/sighash/enum.SigningDataError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/sighash/enum.SigningDataError.html @@ -8,7 +8,7 @@

Trait Implementations§

§

impl<E> Debug for SigningDataError<E>
where E: Debug,

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<E> Display for SigningDataError<E>
where E: Display,

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<E> Error for SigningDataError<E>
where - E: Error + 'static,

§

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<E> From<Error> for SigningDataError<E>

§

fn from(value: Error) -> SigningDataError<E>

Converts to this type from the input type.
§

impl<E> From<Infallible> for SigningDataError<E>

§

fn from(never: Infallible) -> SigningDataError<E>

Converts to this type from the input type.

Auto Trait Implementations§

§

impl<E> Freeze for SigningDataError<E>
where + E: Error + 'static,

§

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<E> From<Error> for SigningDataError<E>

§

fn from(value: Error) -> SigningDataError<E>

Converts to this type from the input type.
§

impl<E> From<Infallible> for SigningDataError<E>

§

fn from(never: Infallible) -> SigningDataError<E>

Converts to this type from the input type.

Auto Trait Implementations§

§

impl<E> Freeze for SigningDataError<E>
where E: Freeze,

§

impl<E> !RefUnwindSafe for SigningDataError<E>

§

impl<E> Send for SigningDataError<E>
where E: Send,

§

impl<E> Sync for SigningDataError<E>
where E: Sync,

§

impl<E> Unpin for SigningDataError<E>
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 3527d6379a..4e22fa6224 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.SegwitV0Sighash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/sighash/struct.SegwitV0Sighash.html index 837de987d4..bb5d4a7698 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 58613cea40..473699e870 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,7 +3,7 @@

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 +

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 diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Amount.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Amount.html index c2ce5b5cfd..76bb3413df 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Amount.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Amount.html @@ -85,7 +85,7 @@
§Examples
R: BufRead + ?Sized,
Decode Self from a size-limited reader. Read more
§

impl Default for Amount

§

fn default() -> Amount

Returns the “default value” for a type. Read more
§

impl<'de> Deserialize<'de> for Amount

§

fn deserialize<__D>( __deserializer: __D ) -> Result<Amount, <__D as Deserializer<'de>>::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for Amount

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Div<Weight> for Amount

§

type Output = FeeRate

The resulting type after applying the / operator.
§

fn div(self, rhs: Weight) -> <Amount as Div<Weight>>::Output

Performs the / operation. Read more
§

impl Div<u64> for Amount

§

type Output = Amount

The resulting type after applying the / operator.
§

fn div(self, rhs: u64) -> <Amount as Div<u64>>::Output

Performs the / operation. Read more
§

impl DivAssign<u64> for Amount

§

fn div_assign(&mut self, rhs: u64)

Performs the /= operation. Read more
§

impl Encodable for Amount

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for Amount

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Div<Weight> for Amount

§

type Output = FeeRate

The resulting type after applying the / operator.
§

fn div(self, rhs: Weight) -> <Amount as Div<Weight>>::Output

Performs the / operation. Read more
§

impl Div<u64> for Amount

§

type Output = Amount

The resulting type after applying the / operator.
§

fn div(self, rhs: u64) -> <Amount as Div<u64>>::Output

Performs the / operation. Read more
§

impl DivAssign<u64> for Amount

§

fn div_assign(&mut self, rhs: u64)

Performs the /= operation. Read more
§

impl Encodable for Amount

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl FromStr for Amount

§

type Err = ParseError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Amount, <Amount as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for Amount

§

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/struct.Block.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Block.html index 761e2b9d32..f33c03ddaf 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Block.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Block.html @@ -36,7 +36,7 @@

Result<Block, <__D as Deserializer<'de>>::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Encodable for Block

§

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<&Block> for BlockHash

§

fn from(block: &Block) -> 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 PartialEq for Block

§

fn eq(&self, other: &Block) -> bool

This method tests for self and other values to be equal, and is used + R: 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<Block> for BlockHash

§

fn from(block: Block) -> BlockHash

Converts to this type from the input type.
§

impl PartialEq for Block

§

fn eq(&self, other: &Block) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl Serialize for Block

§

fn serialize<__S>( &self, 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 76a58a61fa..1ed4fced9f 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 @@ -2,11 +2,11 @@

Implementations§

§

impl BlockHash

pub fn from_raw_hash(inner: Hash) -> BlockHash

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 BlockHash

§

fn as_ref(&self) -> &[u8]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 32]> for BlockHash

§

fn as_ref(&self) -> &[u8; 32]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for BlockHash

§

fn borrow(&self) -> &[u8]

Immutably borrows from an owned value. Read more
§

impl Clone for BlockHash

§

fn clone(&self) -> BlockHash

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for BlockHash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Decodable for BlockHash

Trait Implementations§

§

impl AsRef<[u8]> for BlockHash

§

fn as_ref(&self) -> &[u8]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 32]> for BlockHash

§

fn as_ref(&self) -> &[u8; 32]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for BlockHash

§

fn borrow(&self) -> &[u8]

Immutably borrows from an owned value. Read more
§

impl Clone for BlockHash

§

fn clone(&self) -> BlockHash

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for BlockHash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Decodable for BlockHash

§

fn consensus_decode<R>(r: &mut R) -> Result<BlockHash, 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 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 8dbb125c6d..f3a43bcf6a 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 @@

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.FeeRate.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.FeeRate.html index 5cb0dd54c2..1eadb34121 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.FeeRate.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.FeeRate.html @@ -51,9 +51,9 @@
§Errors
&self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>
where - __S: Serializer,

Serialize this value into the given Serde serializer. Read more
§

impl TryFrom<&str> for FeeRate

§

type Error = ParseIntError

The type returned in the event of a conversion error.
§

fn try_from(s: &str) -> Result<FeeRate, <FeeRate as TryFrom<&str>>::Error>

Performs the conversion.
§

impl TryFrom<Box<str>> for FeeRate

§

type Error = ParseIntError

The type returned in the event of a conversion error.
§

fn try_from( + __S: Serializer,

Serialize this value into the given Serde serializer. Read more
§

impl TryFrom<&str> for FeeRate

§

type Error = ParseIntError

The type returned in the event of a conversion error.
§

fn try_from(s: &str) -> Result<FeeRate, <FeeRate as TryFrom<&str>>::Error>

Performs the conversion.
§

impl TryFrom<Box<str>> for FeeRate

§

type Error = ParseIntError

The type returned in the event of a conversion error.
§

fn try_from( s: Box<str> -) -> Result<FeeRate, <FeeRate as TryFrom<Box<str>>>::Error>

Performs the conversion.
§

impl TryFrom<String> for FeeRate

§

type Error = ParseIntError

The type returned in the event of a conversion error.
§

fn try_from(s: String) -> Result<FeeRate, <FeeRate as TryFrom<String>>::Error>

Performs the conversion.
§

impl Copy for FeeRate

§

impl Eq for FeeRate

§

impl StructuralPartialEq for FeeRate

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +) -> Result<FeeRate, <FeeRate as TryFrom<Box<str>>>::Error>

Performs the conversion.
§

impl TryFrom<String> for FeeRate

§

type Error = ParseIntError

The type returned in the event of a conversion error.
§

fn try_from(s: String) -> Result<FeeRate, <FeeRate as TryFrom<String>>::Error>

Performs the conversion.
§

impl Copy for FeeRate

§

impl Eq for FeeRate

§

impl StructuralPartialEq for FeeRate

Auto Trait Implementations§

§

impl Freeze for FeeRate

§

impl RefUnwindSafe for FeeRate

§

impl Send for FeeRate

§

impl Sync for FeeRate

§

impl Unpin for FeeRate

§

impl UnwindSafe for FeeRate

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<Q, K> Equivalent<K> for Q
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Opcode.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Opcode.html index c2ef50b579..9be95e8bd2 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Opcode.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Opcode.html @@ -9,7 +9,7 @@ in contexts where only pushes are supposed to be allowed.

Implementations§

§

impl Opcode

pub fn classify(self, ctx: ClassifyContext) -> Class

Classifies an Opcode into a broad class.

pub const fn to_u8(self) -> u8

Encodes Opcode as a byte.

-

Trait Implementations§

§

impl Clone for Opcode

§

fn clone(&self) -> Opcode

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Opcode

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for Opcode

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl From<WitnessVersion> for Opcode

§

fn from(version: WitnessVersion) -> Opcode

Converts to this type from the input type.
§

impl From<u8> for Opcode

§

fn from(b: u8) -> Opcode

Converts to this type from the input type.
§

impl PartialEq for Opcode

§

fn eq(&self, other: &Opcode) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

§

impl Clone for Opcode

§

fn clone(&self) -> Opcode

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Opcode

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for Opcode

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl From<WitnessVersion> for Opcode

§

fn from(version: WitnessVersion) -> Opcode

Converts to this type from the input type.
§

impl From<u8> for Opcode

§

fn from(b: u8) -> Opcode

Converts to this type from the input type.
§

impl PartialEq for Opcode

§

fn eq(&self, other: &Opcode) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl Serialize for Opcode

§

fn serialize<S>( &self, diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Psbt.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Psbt.html index 68e1cd8703..cf9798f518 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Psbt.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Psbt.html @@ -1,4 +1,4 @@ -Psbt in bdk_chain::bitcoin - Rust

Struct bdk_chain::bitcoin::Psbt

pub struct Psbt {
+Psbt in bdk_chain::bitcoin - Rust

Struct bdk_chain::bitcoin::Psbt

pub struct Psbt {
     pub unsigned_tx: Transaction,
     pub version: u32,
     pub xpub: BTreeMap<Xpub, (Fingerprint, DerivationPath)>,
@@ -17,7 +17,10 @@
 
§outputs: Vec<Output>

The corresponding key-value map for each output in the unsigned transaction.

Implementations§

§

impl Psbt

pub fn serialize_hex(&self) -> String

Serialize a value as bytes in hex.

pub fn serialize(&self) -> Vec<u8>

Serialize as raw binary data

+

pub fn serialize_to_writer(&self, w: &mut impl Write) -> Result<usize, Error>

Serialize the PSBT into a writer.

pub fn deserialize(bytes: &[u8]) -> Result<Psbt, Error>

Deserialize a value from raw binary data.

+

pub fn deserialize_from_reader<R>(r: &mut R) -> Result<Psbt, Error>
where + R: BufRead,

Deserialize a value from raw binary data read from a BufRead object.

§

impl Psbt

pub fn iter_funding_utxos(&self) -> impl Iterator<Item = Result<&TxOut, Error>>

Returns an iterator for the funding UTXOs of the psbt

For each PSBT input that contains UTXO information Ok is returned containing that information. The order of returned items is same as the order of inputs.

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 c2b3eedaff..f00b42a742 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 @@ -2,8 +2,8 @@

Implementations§

§

impl PubkeyHash

pub fn from_raw_hash(inner: Hash) -> PubkeyHash

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 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 +

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 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 9503360051..f2c264dfb4 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 @@
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 1cd8101384..99134c0586 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,33 +143,33 @@
§Returns
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( &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 @@ -178,12 +178,12 @@
§Returns
by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl PartialEq for Script

§

fn eq(&self, other: &Script) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
§

impl PartialOrd<Script> for ScriptBuf

§

fn partial_cmp(&self, other: &Script) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= -operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= +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 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 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 504618967c..cc173abe15 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.ScriptBuf.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.ScriptBuf.html @@ -188,19 +188,19 @@

§Returns
) -> 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 + 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 by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always -sufficient, and should not be overridden without very good reason.
§

impl PartialEq for ScriptBuf

§

fn eq(&self, other: &ScriptBuf) -> bool

This method tests for self and other values to be equal, and is used -by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always +sufficient, and should not be overridden without very good reason.
§

impl 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 <= 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 2cc755294f..fe38939636 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 bf8e5ce551..d19654cbca 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 b41aa2e70c..60e13cf800 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 @@
§His &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>
where - __S: Serializer,
Serialize this value into the given Serde serializer. Read more
§

impl 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 2d34037923..416d6cfd4e 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 @@ -4,11 +4,11 @@

pub fn to_raw_hash(self) -> Hash<TapLeafTag>

Returns the inner hash (sha256, sh256d etc.).

pub fn as_raw_hash(&self) -> &Hash<TapLeafTag>

Returns a reference to the inner hash (sha256, sh256d etc.).

§

impl TapLeafHash

pub fn from_script(script: &Script, ver: LeafVersion) -> TapLeafHash

Computes the leaf hash from components.

-

Trait Implementations§

§

impl AsRef<[u8]> for TapLeafHash

§

fn as_ref(&self) -> &[u8]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 32]> for TapLeafHash

§

fn as_ref(&self) -> &[u8; 32]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for TapLeafHash

§

fn borrow(&self) -> &[u8]

Immutably borrows from an owned value. Read more
§

impl Clone for TapLeafHash

§

fn clone(&self) -> TapLeafHash

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for TapLeafHash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Decodable for TapLeafHash

Trait Implementations§

§

impl AsRef<[u8]> for TapLeafHash

§

fn as_ref(&self) -> &[u8]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 32]> for TapLeafHash

§

fn as_ref(&self) -> &[u8; 32]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for TapLeafHash

§

fn borrow(&self) -> &[u8]

Immutably borrows from an owned value. Read more
§

impl Clone for TapLeafHash

§

fn clone(&self) -> TapLeafHash

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for TapLeafHash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Decodable for TapLeafHash

§

fn consensus_decode<R>(r: &mut R) -> Result<TapLeafHash, 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 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 b7708a6a51..1a5e69e36f 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 13f5c70429..b08111d352 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,7 +3,7 @@

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 +

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 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 0f73d810ac..23c4290345 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 @@ -10,7 +10,7 @@ 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 + 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 962631daed..bf1191f924 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 @@
§Returns
__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 5ac4d2bc9a..c93707c5e3 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.TxMerkleNode.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.TxMerkleNode.html @@ -2,11 +2,11 @@

Implementations§

§

impl TxMerkleNode

pub fn from_raw_hash(inner: Hash) -> TxMerkleNode

Creates this wrapper type from the inner hash type.

pub fn to_raw_hash(self) -> Hash

Returns the inner hash (sha256, sh256d etc.).

pub fn as_raw_hash(&self) -> &Hash

Returns a reference to the inner hash (sha256, sh256d etc.).

-

Trait Implementations§

§

impl AsRef<[u8]> for TxMerkleNode

§

fn as_ref(&self) -> &[u8]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 32]> for TxMerkleNode

§

fn as_ref(&self) -> &[u8; 32]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for TxMerkleNode

§

fn borrow(&self) -> &[u8]

Immutably borrows from an owned value. Read more
§

impl Clone for TxMerkleNode

§

fn clone(&self) -> TxMerkleNode

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for TxMerkleNode

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Decodable for TxMerkleNode

Trait Implementations§

§

impl AsRef<[u8]> for TxMerkleNode

§

fn as_ref(&self) -> &[u8]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 32]> for TxMerkleNode

§

fn as_ref(&self) -> &[u8; 32]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for TxMerkleNode

§

fn borrow(&self) -> &[u8]

Immutably borrows from an owned value. Read more
§

impl Clone for TxMerkleNode

§

fn clone(&self) -> TxMerkleNode

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for TxMerkleNode

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Decodable for TxMerkleNode

§

fn consensus_decode<R>(r: &mut R) -> Result<TxMerkleNode, Error>
where R: BufRead + ?Sized,

Decode an object with a well-defined format. Read more
§

fn consensus_decode_from_finite_reader<R>(reader: &mut R) -> Result<Self, Error>
where R: BufRead + ?Sized,

Decode Self from a size-limited reader. Read more
§

impl<'de> Deserialize<'de> for TxMerkleNode

§

fn deserialize<D>(d: D) -> Result<TxMerkleNode, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for TxMerkleNode

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Encodable for TxMerkleNode

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where - W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl From<Hash> for TxMerkleNode

§

fn from(inner: Hash) -> TxMerkleNode

Converts to this type from the input type.
§

impl From<TxMerkleNode> for Hash

§

fn from(hashtype: TxMerkleNode) -> Hash

Converts to this type from the input type.
§

impl From<Txid> for TxMerkleNode

§

fn from(txid: Txid) -> TxMerkleNode

Converts to this type from the input type.
§

impl FromStr for TxMerkleNode

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<TxMerkleNode, <TxMerkleNode as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for TxMerkleNode

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected + W: Write + ?Sized,
Encodes an object with a well-defined format. Read more
§

impl From<Hash> for TxMerkleNode

§

fn from(inner: Hash) -> TxMerkleNode

Converts to this type from the input type.
§

impl From<TxMerkleNode> for Hash

§

fn from(hashtype: TxMerkleNode) -> Hash

Converts to this type from the input type.
§

impl From<Txid> for TxMerkleNode

§

fn from(txid: Txid) -> TxMerkleNode

Converts to this type from the input type.
§

impl FromStr for TxMerkleNode

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<TxMerkleNode, <TxMerkleNode as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for TxMerkleNode

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
§

const LEN: usize = 32usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = true

Flag indicating whether user-visible serializations of this hash 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 626304f94c..7c58010a89 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 @@ R: BufRead + ?Sized,
Decode an object with a well-defined format. Read more
§

fn consensus_decode_from_finite_reader<R>(reader: &mut R) -> Result<Self, Error>
where R: BufRead + ?Sized,

Decode Self from a size-limited reader. Read more
§

impl<'de> Deserialize<'de> for Txid

§

fn deserialize<D>(d: D) -> Result<Txid, <D as Deserializer<'de>>::Error>
where D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for Txid

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Encodable for Txid

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where - W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl From<&Transaction> for Txid

§

fn from(tx: &Transaction) -> Txid

Converts to this type from the input type.
§

impl From<Hash> for Txid

§

fn from(inner: Hash) -> Txid

Converts to this type from the input type.
§

impl From<Transaction> for Txid

§

fn from(tx: Transaction) -> Txid

Converts to this type from the input type.
§

impl From<Txid> for Hash

§

fn from(hashtype: Txid) -> Hash

Converts to this type from the input type.
§

impl From<Txid> for TxMerkleNode

§

fn from(txid: Txid) -> TxMerkleNode

Converts to this type from the input type.
§

impl FromStr for Txid

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Txid, <Txid as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for Txid

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected + W: Write + ?Sized,
Encodes an object with a well-defined format. Read more
§

impl From<&Transaction> for Txid

§

fn from(tx: &Transaction) -> Txid

Converts to this type from the input type.
§

impl From<Hash> for Txid

§

fn from(inner: Hash) -> Txid

Converts to this type from the input type.
§

impl From<Transaction> for Txid

§

fn from(tx: Transaction) -> Txid

Converts to this type from the input type.
§

impl From<Txid> for Hash

§

fn from(hashtype: Txid) -> Hash

Converts to this type from the input type.
§

impl From<Txid> for TxMerkleNode

§

fn from(txid: Txid) -> TxMerkleNode

Converts to this type from the input type.
§

impl FromStr for Txid

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Txid, <Txid as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for Txid

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
§

const LEN: usize = 32usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = true

Flag indicating whether user-visible serializations of this hash 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 222b349277..3a371a274c 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.VarInt.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.VarInt.html @@ -5,11 +5,11 @@ R: BufRead + ?Sized,
Decode an object with a well-defined format. Read more
§

fn consensus_decode_from_finite_reader<R>(reader: &mut R) -> Result<Self, Error>
where R: BufRead + ?Sized,

Decode Self from a size-limited reader. Read more
§

impl Encodable for VarInt

§

fn consensus_encode<W>(&self, w: &mut W) -> Result<usize, Error>
where W: Write + ?Sized,

Encodes an object with a well-defined format. Read more
§

impl From<u16> for VarInt

Creates a VarInt from a usize by casting the to a u64.

-
§

fn from(x: u16) -> VarInt

Converts to this type from the input type.
§

impl From<u32> for VarInt

Creates a VarInt from a usize by casting the to a u64.

-
§

fn from(x: u32) -> VarInt

Converts to this type from the input type.
§

impl From<u64> for VarInt

Creates a VarInt from a usize by casting the to a u64.

-
§

fn from(x: u64) -> VarInt

Converts to this type from the input type.
§

impl From<u8> for VarInt

Creates a VarInt from a usize by casting the to a u64.

-
§

fn from(x: u8) -> VarInt

Converts to this type from the input type.
§

impl From<usize> for VarInt

Creates a VarInt from a usize by casting the to a u64.

-
§

fn from(x: usize) -> VarInt

Converts to this type from the input type.
§

impl Ord for VarInt

§

fn cmp(&self, other: &VarInt) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where +
§

fn from(x: u16) -> VarInt

Converts to this type from the input type.

§

impl From<u32> for VarInt

Creates a VarInt from a usize by casting the to a u64.

+
§

fn from(x: u32) -> VarInt

Converts to this type from the input type.
§

impl From<u64> for VarInt

Creates a VarInt from a usize by casting the to a u64.

+
§

fn from(x: u64) -> VarInt

Converts to this type from the input type.
§

impl From<u8> for VarInt

Creates a VarInt from a usize by casting the to a u64.

+
§

fn from(x: u8) -> VarInt

Converts to this type from the input type.
§

impl From<usize> for VarInt

Creates a VarInt from a usize by casting the to a u64.

+
§

fn from(x: usize) -> VarInt

Converts to this type from the input type.
§

impl Ord for VarInt

§

fn cmp(&self, other: &VarInt) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized + PartialOrd,

Restrict a value to a certain interval. Read more
§

impl PartialEq for VarInt

§

fn eq(&self, other: &VarInt) -> bool

This method tests for self and other values to be equal, and is used diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.WPubkeyHash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.WPubkeyHash.html index ae62e53225..90e6604bd0 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 bb1499f861..c9bac4517c 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 @@ -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 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 + 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.Weight.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Weight.html index 35c45bbbe7..d0587169e7 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Weight.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.Weight.html @@ -38,11 +38,11 @@
§Panics
__deserializer: __D ) -> Result<Weight, <__D as Deserializer<'de>>::Error>
where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§

impl Display for Weight

Alternative will display the unit.

-
§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Div<Weight> for Amount

§

type Output = FeeRate

The resulting type after applying the / operator.
§

fn div(self, rhs: Weight) -> <Amount as Div<Weight>>::Output

Performs the / operation. Read more
§

impl Div<u64> for Weight

§

type Output = Weight

The resulting type after applying the / operator.
§

fn div(self, rhs: u64) -> <Weight as Div<u64>>::Output

Performs the / operation. Read more
§

impl Div for Weight

§

type Output = u64

The resulting type after applying the / operator.
§

fn div(self, rhs: Weight) -> <Weight as Div>::Output

Performs the / operation. Read more
§

impl DivAssign<u64> for Weight

§

fn div_assign(&mut self, rhs: u64)

Performs the /= operation. Read more
§

impl From<Weight> for u64

§

fn from(value: Weight) -> u64

Converts to this type from the input type.
§

impl FromStr for Weight

§

type Err = ParseIntError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Weight, <Weight as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for Weight

§

fn hash<__H>(&self, state: &mut __H)
where +
§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more

§

impl Div<Weight> for Amount

§

type Output = FeeRate

The resulting type after applying the / operator.
§

fn div(self, rhs: Weight) -> <Amount as Div<Weight>>::Output

Performs the / operation. Read more
§

impl Div<u64> for Weight

§

type Output = Weight

The resulting type after applying the / operator.
§

fn div(self, rhs: u64) -> <Weight as Div<u64>>::Output

Performs the / operation. Read more
§

impl Div for Weight

§

type Output = u64

The resulting type after applying the / operator.
§

fn div(self, rhs: Weight) -> <Weight as Div>::Output

Performs the / operation. Read more
§

impl DivAssign<u64> for Weight

§

fn div_assign(&mut self, rhs: u64)

Performs the /= operation. Read more
§

impl From<Weight> for u64

§

fn from(value: Weight) -> u64

Converts to this type from the input type.
§

impl FromStr for Weight

§

type Err = ParseIntError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<Weight, <Weight as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for Weight

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl Mul<FeeRate> for Weight

Computes ceiling so that fee computation is conservative.

-
§

type Output = Amount

The resulting type after applying the * operator.
§

fn mul(self, rhs: FeeRate) -> <Weight as Mul<FeeRate>>::Output

Performs the * operation. Read more
§

impl Mul<Weight> for FeeRate

§

type Output = Amount

The resulting type after applying the * operator.
§

fn mul(self, rhs: Weight) -> <FeeRate as Mul<Weight>>::Output

Performs the * operation. Read more
§

impl Mul<Weight> for u64

§

type Output = Weight

The resulting type after applying the * operator.
§

fn mul(self, rhs: Weight) -> <u64 as Mul<Weight>>::Output

Performs the * operation. Read more
§

impl Mul<u64> for Weight

§

type Output = Weight

The resulting type after applying the * operator.
§

fn mul(self, rhs: u64) -> <Weight as Mul<u64>>::Output

Performs the * operation. Read more
§

impl MulAssign<u64> for Weight

§

fn mul_assign(&mut self, rhs: u64)

Performs the *= operation. Read more
§

impl Ord for Weight

§

fn cmp(&self, other: &Weight) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where +
§

type Output = Amount

The resulting type after applying the * operator.
§

fn mul(self, rhs: FeeRate) -> <Weight as Mul<FeeRate>>::Output

Performs the * operation. Read more

§

impl Mul<Weight> for FeeRate

§

type Output = Amount

The resulting type after applying the * operator.
§

fn mul(self, rhs: Weight) -> <FeeRate as Mul<Weight>>::Output

Performs the * operation. Read more
§

impl Mul<Weight> for u64

§

type Output = Weight

The resulting type after applying the * operator.
§

fn mul(self, rhs: Weight) -> <u64 as Mul<Weight>>::Output

Performs the * operation. Read more
§

impl Mul<u64> for Weight

§

type Output = Weight

The resulting type after applying the * operator.
§

fn mul(self, rhs: u64) -> <Weight as Mul<u64>>::Output

Performs the * operation. Read more
§

impl MulAssign<u64> for Weight

§

fn mul_assign(&mut self, rhs: u64)

Performs the *= operation. Read more
§

impl Ord for Weight

§

fn cmp(&self, other: &Weight) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized + PartialOrd,

Restrict a value to a certain interval. Read more
§

impl PartialEq for Weight

§

fn eq(&self, other: &Weight) -> bool

This method tests for self and other values to be equal, and is used 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 1673de219f..ed5e58e9f4 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 @@ 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.WitnessMerkleNode.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.WitnessMerkleNode.html index 32f9b8118f..d84c2be93e 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 @@ -2,13 +2,13 @@

Implementations§

§

impl WitnessMerkleNode

pub fn from_raw_hash(inner: Hash) -> WitnessMerkleNode

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 WitnessMerkleNode

§

fn as_ref(&self) -> &[u8]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 32]> for WitnessMerkleNode

§

fn as_ref(&self) -> &[u8; 32]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for WitnessMerkleNode

§

fn borrow(&self) -> &[u8]

Immutably borrows from an owned value. Read more
§

impl Clone for WitnessMerkleNode

§

fn clone(&self) -> WitnessMerkleNode

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for WitnessMerkleNode

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Decodable for WitnessMerkleNode

Trait Implementations§

§

impl AsRef<[u8]> for WitnessMerkleNode

§

fn as_ref(&self) -> &[u8]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 32]> for WitnessMerkleNode

§

fn as_ref(&self) -> &[u8; 32]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for WitnessMerkleNode

§

fn borrow(&self) -> &[u8]

Immutably borrows from an owned value. Read more
§

impl Clone for WitnessMerkleNode

§

fn clone(&self) -> WitnessMerkleNode

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for WitnessMerkleNode

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Decodable for WitnessMerkleNode

§

fn consensus_decode<R>(r: &mut R) -> Result<WitnessMerkleNode, 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 WitnessMerkleNode

§

fn deserialize<D>( 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 2358e3844a..c46078ebc3 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 b2814127cb..7af0a765f2 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.XKeyIdentifier.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.XKeyIdentifier.html @@ -5,7 +5,7 @@

Trait Implementations§

§

impl AsRef<[u8]> for XKeyIdentifier

§

fn as_ref(&self) -> &[u8]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 20]> for XKeyIdentifier

§

fn as_ref(&self) -> &[u8; 20]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for XKeyIdentifier

§

fn borrow(&self) -> &[u8]

Immutably borrows from an owned value. Read more
§

impl Clone for XKeyIdentifier

§

fn clone(&self) -> XKeyIdentifier

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for XKeyIdentifier

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for XKeyIdentifier

§

fn deserialize<D>( d: D ) -> Result<XKeyIdentifier, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for XKeyIdentifier

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl From<&Xpub> for XKeyIdentifier

§

fn from(key: &Xpub) -> XKeyIdentifier

Converts to this type from the input type.
§

impl From<Hash> for XKeyIdentifier

§

fn from(inner: Hash) -> XKeyIdentifier

Converts to this type from the input type.
§

impl From<XKeyIdentifier> for Hash

§

fn from(hashtype: XKeyIdentifier) -> Hash

Converts to this type from the input type.
§

impl From<Xpub> for XKeyIdentifier

§

fn from(key: Xpub) -> XKeyIdentifier

Converts to this type from the input type.
§

impl FromStr for XKeyIdentifier

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<XKeyIdentifier, <XKeyIdentifier as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for XKeyIdentifier

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected + D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§

impl Display for XKeyIdentifier

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl From<&Xpub> for XKeyIdentifier

§

fn from(key: &Xpub) -> XKeyIdentifier

Converts to this type from the input type.
§

impl From<Hash> for XKeyIdentifier

§

fn from(inner: Hash) -> XKeyIdentifier

Converts to this type from the input type.
§

impl From<XKeyIdentifier> for Hash

§

fn from(hashtype: XKeyIdentifier) -> Hash

Converts to this type from the input type.
§

impl From<Xpub> for XKeyIdentifier

§

fn from(key: Xpub) -> XKeyIdentifier

Converts to this type from the input type.
§

impl FromStr for XKeyIdentifier

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<XKeyIdentifier, <XKeyIdentifier as FromStr>::Err>

Parses a string s to return a value of this type. Read more
§

impl Hash for XKeyIdentifier

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
§

const LEN: usize = 20usize

Length of the hash, in bytes.
§

const DISPLAY_BACKWARD: bool = false

Flag indicating whether user-visible serializations of this hash 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.XOnlyPublicKey.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.XOnlyPublicKey.html index 569cfccc96..bc225e84ae 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.XOnlyPublicKey.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/struct.XOnlyPublicKey.html @@ -86,8 +86,8 @@
§Examples

Trait Implementations§

§

impl CPtr for XOnlyPublicKey

§

impl Clone for XOnlyPublicKey

§

fn clone(&self) -> XOnlyPublicKey

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for XOnlyPublicKey

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for XOnlyPublicKey

§

fn deserialize<D>( d: D ) -> Result<XOnlyPublicKey, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for XOnlyPublicKey

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl From<CompressedPublicKey> for XOnlyPublicKey

§

fn from(pk: CompressedPublicKey) -> XOnlyPublicKey

Converts to this type from the input type.
§

impl From<PublicKey> for XOnlyPublicKey

§

fn from(pk: PublicKey) -> XOnlyPublicKey

Converts to this type from the input type.
§

impl From<PublicKey> for XOnlyPublicKey

§

fn from(src: PublicKey) -> XOnlyPublicKey

Converts to this type from the input type.
§

impl From<TweakedPublicKey> for XOnlyPublicKey

§

fn from(pair: TweakedPublicKey) -> XOnlyPublicKey

Converts to this type from the input type.
§

impl From<XOnlyPublicKey> for XOnlyPublicKey

Creates a new schnorr public key from a FFI x-only public key.

-
§

fn from(pk: XOnlyPublicKey) -> XOnlyPublicKey

Converts to this type from the input type.
§

impl FromStr for XOnlyPublicKey

§

type Err = Error

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<XOnlyPublicKey, Error>

Parses a string s to return a value of this type. Read more
§

impl Hash for XOnlyPublicKey

§

fn hash<__H>(&self, state: &mut __H)
where + D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for XOnlyPublicKey

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl From<CompressedPublicKey> for XOnlyPublicKey

§

fn from(pk: CompressedPublicKey) -> XOnlyPublicKey

Converts to this type from the input type.
§

impl From<PublicKey> for XOnlyPublicKey

§

fn from(pk: PublicKey) -> XOnlyPublicKey

Converts to this type from the input type.
§

impl From<PublicKey> for XOnlyPublicKey

§

fn from(src: PublicKey) -> XOnlyPublicKey

Converts to this type from the input type.
§

impl From<TweakedPublicKey> for XOnlyPublicKey

§

fn from(pair: TweakedPublicKey) -> XOnlyPublicKey

Converts to this type from the input type.
§

impl From<XOnlyPublicKey> for XOnlyPublicKey

Creates a new schnorr public key from a FFI x-only public key.

+
§

fn from(pk: XOnlyPublicKey) -> XOnlyPublicKey

Converts to this type from the input type.
§

impl FromStr for XOnlyPublicKey

§

type Err = Error

The associated error which can be returned from parsing.
§

fn from_str(s: &str) -> Result<XOnlyPublicKey, Error>

Parses a string s to return a value of this type. Read more
§

impl Hash for XOnlyPublicKey

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl LowerHex for XOnlyPublicKey

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl MiniscriptKey for XOnlyPublicKey

§

type Sha256 = Hash

The associated bitcoin::hashes::sha256::Hash for this [MiniscriptKey], used in the diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/enum.SigFromSliceError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/enum.SigFromSliceError.html index 0d9f2ca90e..9936abc20f 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/enum.SigFromSliceError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/enum.SigFromSliceError.html @@ -6,7 +6,7 @@

Variants (Non-exhaustive)§

This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
§

SighashType(InvalidSighashTypeError)

Invalid signature hash type.

§

Secp256k1(Error)

A secp256k1 error.

§

InvalidSignatureSize(usize)

Invalid taproot signature size

-

Trait Implementations§

§

impl Clone for SigFromSliceError

§

fn clone(&self) -> SigFromSliceError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for SigFromSliceError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for SigFromSliceError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for SigFromSliceError

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<Error> for SigFromSliceError

§

fn from(e: Error) -> SigFromSliceError

Converts to this type from the input type.
§

impl From<Infallible> for SigFromSliceError

§

fn from(never: Infallible) -> SigFromSliceError

Converts to this type from the input type.
§

impl From<InvalidSighashTypeError> for SigFromSliceError

§

fn from(err: InvalidSighashTypeError) -> SigFromSliceError

Converts to this type from the input type.
§

impl PartialEq for SigFromSliceError

§

fn eq(&self, other: &SigFromSliceError) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

§

impl Clone for SigFromSliceError

§

fn clone(&self) -> SigFromSliceError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for SigFromSliceError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Display for SigFromSliceError

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Error for SigFromSliceError

§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
§

impl From<Error> for SigFromSliceError

§

fn from(e: Error) -> SigFromSliceError

Converts to this type from the input type.
§

impl From<Infallible> for SigFromSliceError

§

fn from(never: Infallible) -> SigFromSliceError

Converts to this type from the input type.
§

impl From<InvalidSighashTypeError> for SigFromSliceError

§

fn from(err: InvalidSighashTypeError) -> SigFromSliceError

Converts to this type from the input type.
§

impl PartialEq for SigFromSliceError

§

fn eq(&self, other: &SigFromSliceError) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl Eq for SigFromSliceError

§

impl StructuralPartialEq for SigFromSliceError

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/merkle_branch/struct.TaprootMerkleBranch.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/merkle_branch/struct.TaprootMerkleBranch.html index 49a53840c5..11940c8bad 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,7 +2407,7 @@
§Examples<

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 @@ -2426,17 +2426,17 @@
§Examples< ) -> Result<TaprootMerkleBranch, <TaprootMerkleBranch as TryFrom<&[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<Box<[TapNodeHash]>> for TaprootMerkleBranch

§

type Error = TaprootError

The type returned in the event of a conversion error.
§

impl TryFrom<Box<[TapNodeHash]>> for TaprootMerkleBranch

§

fn try_from( v: Box<[TapNodeHash]> ) -> Result<TaprootMerkleBranch, <TaprootMerkleBranch as TryFrom<Box<[TapNodeHash]>>>::Error>

Creates a merkle proof from list of hashes.

-
§Errors
+
§Errors

If inner proof length is more than TAPROOT_CONTROL_MAX_NODE_COUNT (128).

-
§

type Error = TaprootError

The type returned in the event of a conversion error.
§

impl TryFrom<Vec<TapNodeHash>> for TaprootMerkleBranch

§

type Error = TaprootError

The type returned in the event of a conversion error.
§

impl TryFrom<Vec<TapNodeHash>> for TaprootMerkleBranch

§

fn try_from( v: Vec<TapNodeHash> ) -> Result<TaprootMerkleBranch, <TaprootMerkleBranch as TryFrom<Vec<TapNodeHash>>>::Error>

Creates a merkle proof from list of hashes.

-
§Errors
+
§Errors

If inner proof length is more than TAPROOT_CONTROL_MAX_NODE_COUNT (128).

-
§

type Error = TaprootError

The type returned in the event of a conversion error.
§

impl Eq for TaprootMerkleBranch

§

impl StructuralPartialEq for TaprootMerkleBranch

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +

§

type Error = TaprootError

The type returned in the event of a conversion error.
§

impl Eq for TaprootMerkleBranch

§

impl StructuralPartialEq for TaprootMerkleBranch

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<Q, K> Equivalent<K> for Q
where 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 3c0908a8cc..cdbb91e0dd 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 @@ -1102,10 +1102,10 @@
§Examples§Examples
assert_eq!(["hello", "world"].connect(" "), "hello world");
 assert_eq!([[1, 2], [3, 4]].connect(&0), [1, 2, 0, 3, 4]);
-

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 +

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 @@ -1114,12 +1114,12 @@
§Examples==.
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.NodeInfo.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/struct.NodeInfo.html index 13893edb5f..4a5938011d 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 @@ &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

Serialize this value into the given Serde serializer. Read more
§

impl 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§

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.Signature.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/struct.Signature.html index 30a43f786a..1c720d0bbd 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/struct.Signature.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/struct.Signature.html @@ -15,7 +15,7 @@

Trait Implementations§

§

impl Clone for Signature

§

fn clone(&self) -> Signature

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Signature

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for Signature

§

fn deserialize<__D>( __deserializer: __D ) -> Result<Signature, <__D as Deserializer<'de>>::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. 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 Signature

§

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 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 Signature

§

fn hash<__H>(&self, state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
§

impl Ord for Signature

§

fn cmp(&self, other: &Signature) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where 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 005368668a..0bd22b09bb 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 @@ -4,11 +4,11 @@

pub fn to_raw_hash(self) -> Hash<TapLeafTag>

Returns the inner hash (sha256, sh256d etc.).

pub fn as_raw_hash(&self) -> &Hash<TapLeafTag>

Returns a reference to the inner hash (sha256, sh256d etc.).

§

impl TapLeafHash

pub fn from_script(script: &Script, ver: LeafVersion) -> TapLeafHash

Computes the leaf hash from components.

-

Trait Implementations§

§

impl AsRef<[u8]> for TapLeafHash

§

fn as_ref(&self) -> &[u8]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 32]> for TapLeafHash

§

fn as_ref(&self) -> &[u8; 32]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for TapLeafHash

§

fn borrow(&self) -> &[u8]

Immutably borrows from an owned value. Read more
§

impl Clone for TapLeafHash

§

fn clone(&self) -> TapLeafHash

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for TapLeafHash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Decodable for TapLeafHash

Trait Implementations§

§

impl AsRef<[u8]> for TapLeafHash

§

fn as_ref(&self) -> &[u8]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl AsRef<[u8; 32]> for TapLeafHash

§

fn as_ref(&self) -> &[u8; 32]

Converts this type into a shared reference of the (usually inferred) input type.
§

impl Borrow<[u8]> for TapLeafHash

§

fn borrow(&self) -> &[u8]

Immutably borrows from an owned value. Read more
§

impl Clone for TapLeafHash

§

fn clone(&self) -> TapLeafHash

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for TapLeafHash

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Decodable for TapLeafHash

§

fn consensus_decode<R>(r: &mut R) -> Result<TapLeafHash, 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 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 632237ed57..103d58224e 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.TapTweakHash.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/bitcoin/taproot/struct.TapTweakHash.html index 5175690c14..ab48a2a66c 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 @@ -10,7 +10,7 @@ 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 + 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 322196bb42..afa57499ce 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,7 +2407,7 @@
§Examples<

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 @@ -2426,17 +2426,17 @@
§Examples< ) -> Result<TaprootMerkleBranch, <TaprootMerkleBranch as TryFrom<&[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<Box<[TapNodeHash]>> for TaprootMerkleBranch

§

type Error = TaprootError

The type returned in the event of a conversion error.
§

impl TryFrom<Box<[TapNodeHash]>> for TaprootMerkleBranch

§

fn try_from( v: Box<[TapNodeHash]> ) -> Result<TaprootMerkleBranch, <TaprootMerkleBranch as TryFrom<Box<[TapNodeHash]>>>::Error>

Creates a merkle proof from list of hashes.

-
§Errors
+
§Errors

If inner proof length is more than TAPROOT_CONTROL_MAX_NODE_COUNT (128).

-
§

type Error = TaprootError

The type returned in the event of a conversion error.
§

impl TryFrom<Vec<TapNodeHash>> for TaprootMerkleBranch

§

type Error = TaprootError

The type returned in the event of a conversion error.
§

impl TryFrom<Vec<TapNodeHash>> for TaprootMerkleBranch

§

fn try_from( v: Vec<TapNodeHash> ) -> Result<TaprootMerkleBranch, <TaprootMerkleBranch as TryFrom<Vec<TapNodeHash>>>::Error>

Creates a merkle proof from list of hashes.

-
§Errors
+
§Errors

If inner proof length is more than TAPROOT_CONTROL_MAX_NODE_COUNT (128).

-
§

type Error = TaprootError

The type returned in the event of a conversion error.
§

impl Eq for TaprootMerkleBranch

§

impl StructuralPartialEq for TaprootMerkleBranch

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +

§

type Error = TaprootError

The type returned in the event of a conversion error.
§

impl Eq for TaprootMerkleBranch

§

impl StructuralPartialEq for TaprootMerkleBranch

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<Q, K> Equivalent<K> for Q
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/indexer/keychain_txout/enum.InsertDescriptorError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/indexer/keychain_txout/enum.InsertDescriptorError.html index 27be6fb9bc..2f38083386 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/indexer/keychain_txout/enum.InsertDescriptorError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/indexer/keychain_txout/enum.InsertDescriptorError.html @@ -14,7 +14,7 @@

§

KeychainAlreadyAssigned

The keychain is already assigned to a descriptor so you can’t reassign it

Fields

§keychain: K

The keychain that you have attempted to reassign

§existing_assignment: Descriptor<DescriptorPublicKey>

The descriptor that the keychain is already assigned to

-

Trait Implementations§

source§

impl<K: Clone> Clone for InsertDescriptorError<K>

source§

fn clone(&self) -> InsertDescriptorError<K>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<K: Debug> Debug for InsertDescriptorError<K>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<K: Debug> Display for InsertDescriptorError<K>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<K: Debug> Error for InsertDescriptorError<K>

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<K: PartialEq> PartialEq for InsertDescriptorError<K>

source§

fn eq(&self, other: &InsertDescriptorError<K>) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl<K: Clone> Clone for InsertDescriptorError<K>

source§

fn clone(&self) -> InsertDescriptorError<K>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<K: Debug> Debug for InsertDescriptorError<K>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<K: Debug> Display for InsertDescriptorError<K>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<K: Debug> Error for InsertDescriptorError<K>

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<K: PartialEq> PartialEq for InsertDescriptorError<K>

source§

fn eq(&self, other: &InsertDescriptorError<K>) -> 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<K> StructuralPartialEq for InsertDescriptorError<K>

Auto Trait Implementations§

§

impl<K> !Freeze for InsertDescriptorError<K>

§

impl<K> RefUnwindSafe for InsertDescriptorError<K>
where K: RefUnwindSafe,

§

impl<K> Send for InsertDescriptorError<K>
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/local_chain/enum.ApplyHeaderError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/local_chain/enum.ApplyHeaderError.html index 73c140469b..07499f8a81 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/local_chain/enum.ApplyHeaderError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/local_chain/enum.ApplyHeaderError.html @@ -4,7 +4,7 @@ }
Expand description

Variants§

§

InconsistentBlocks

Occurs when connected_to block conflicts with either the current block or previous block.

§

CannotConnect(CannotConnectError)

Occurs when the update cannot connect with the original chain.

-

Trait Implementations§

source§

impl Clone for ApplyHeaderError

source§

fn clone(&self) -> ApplyHeaderError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for ApplyHeaderError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for ApplyHeaderError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for ApplyHeaderError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl PartialEq for ApplyHeaderError

source§

fn eq(&self, other: &ApplyHeaderError) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl Clone for ApplyHeaderError

source§

fn clone(&self) -> ApplyHeaderError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for ApplyHeaderError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for ApplyHeaderError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for ApplyHeaderError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl PartialEq for ApplyHeaderError

source§

fn eq(&self, other: &ApplyHeaderError) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl StructuralPartialEq for ApplyHeaderError

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/local_chain/struct.MissingGenesisError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/local_chain/struct.MissingGenesisError.html index 86becdcf9a..60c8875db3 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/local_chain/struct.MissingGenesisError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/local_chain/struct.MissingGenesisError.html @@ -1,5 +1,5 @@ MissingGenesisError in bdk_chain::local_chain - Rust

Struct bdk_chain::local_chain::MissingGenesisError

source ·
pub struct MissingGenesisError;
Expand description

An error which occurs when a LocalChain is constructed without a genesis checkpoint.

-

Trait Implementations§

source§

impl Clone for MissingGenesisError

source§

fn clone(&self) -> MissingGenesisError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for MissingGenesisError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for MissingGenesisError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for MissingGenesisError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl PartialEq for MissingGenesisError

source§

fn eq(&self, other: &MissingGenesisError) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl Clone for MissingGenesisError

source§

fn clone(&self) -> MissingGenesisError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for MissingGenesisError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for MissingGenesisError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for MissingGenesisError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl PartialEq for MissingGenesisError

source§

fn eq(&self, other: &MissingGenesisError) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl StructuralPartialEq for MissingGenesisError

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/struct.BlockId.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/struct.BlockId.html index 9a78bfcfde..2b1e5fd752 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 63b4705951..37ff91d65d 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,15 +5,15 @@

Tuple Fields§

§0: Hash

Implementations§

source§

impl DescriptorId

source

pub fn from_raw_hash(inner: Hash) -> DescriptorId

Creates this wrapper type from the inner hash type.

source

pub fn to_raw_hash(self) -> Hash

Returns the inner hash (sha256, sh256d etc.).

source

pub fn as_raw_hash(&self) -> &Hash

Returns a reference to the inner hash (sha256, sh256d etc.).

-

Trait Implementations§

source§

impl AsRef<[u8]> for DescriptorId

source§

fn as_ref(&self) -> &[u8]

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<[u8; 32]> for DescriptorId

source§

fn as_ref(&self) -> &[u8; 32]

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl Borrow<[u8]> for DescriptorId

source§

fn borrow(&self) -> &[u8]

Immutably borrows from an owned value. Read more
source§

impl Clone for DescriptorId

source§

fn clone(&self) -> DescriptorId

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for DescriptorId

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for DescriptorId

source§

fn deserialize<D: Deserializer<'de>>(d: D) -> Result<DescriptorId, D::Error>

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for DescriptorId

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<DescriptorId> for Hash

source§

fn from(hashtype: DescriptorId) -> Hash

Converts to this type from the input type.
source§

impl From<Hash> for DescriptorId

source§

fn from(inner: Hash) -> DescriptorId

Converts to this type from the input type.
source§

impl FromStr for DescriptorId

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
source§

fn from_str(s: &str) -> Result<DescriptorId, Self::Err>

Parses a string s to return a value of this type. Read more
source§

impl Hash for DescriptorId

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where - H: Hasher, - Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl Hash for DescriptorId

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected +

Trait Implementations§

source§

impl AsRef<[u8]> for DescriptorId

source§

fn as_ref(&self) -> &[u8]

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl AsRef<[u8; 32]> for DescriptorId

source§

fn as_ref(&self) -> &[u8; 32]

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl Borrow<[u8]> for DescriptorId

source§

fn borrow(&self) -> &[u8]

Immutably borrows from an owned value. Read more
source§

impl Clone for DescriptorId

source§

fn clone(&self) -> DescriptorId

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for DescriptorId

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for DescriptorId

source§

fn deserialize<D: Deserializer<'de>>(d: D) -> Result<DescriptorId, D::Error>

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for DescriptorId

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<DescriptorId> for Hash

source§

fn from(hashtype: DescriptorId) -> Hash

Converts to this type from the input type.
source§

impl From<Hash> for DescriptorId

source§

fn from(inner: Hash) -> DescriptorId

Converts to this type from the input type.
source§

impl FromStr for DescriptorId

§

type Err = HexToArrayError

The associated error which can be returned from parsing.
source§

fn from_str(s: &str) -> Result<DescriptorId, Self::Err>

Parses a string s to return a value of this type. Read more
source§

impl Hash for DescriptorId

§

type Engine = <Hash as Hash>::Engine

A hashing engine which bytes can be serialized into. It is expected to implement the io::Write trait, and to never return errors under any conditions.
§

type Bytes = <Hash as Hash>::Bytes

The byte array that represents the hash internally.
source§

const LEN: usize = 32usize

Length of the hash, in bytes.
source§

const DISPLAY_BACKWARD: bool = false

Flag indicating whether user-visible serializations of this hash should be backward. For some reason Satoshi decided this should be -true for Sha256dHash, so here we are.
source§

fn engine() -> Self::Engine

Constructs a new engine.
source§

fn from_engine(e: Self::Engine) -> Self

Produces a hash from the current state of a given engine.
source§

fn from_slice(sl: &[u8]) -> Result<DescriptorId, FromSliceError>

Copies a byte slice into a hash object.
source§

fn from_byte_array(bytes: Self::Bytes) -> Self

Constructs a hash from the underlying byte array.
source§

fn to_byte_array(self) -> Self::Bytes

Returns the underlying byte array.
source§

fn as_byte_array(&self) -> &Self::Bytes

Returns a reference to the underlying byte array.
source§

fn all_zeros() -> Self

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where +true for Sha256dHash, so here we are.

source§

fn engine() -> Self::Engine

Constructs a new engine.
source§

fn from_engine(e: Self::Engine) -> Self

Produces a hash from the current state of a given engine.
source§

fn from_slice(sl: &[u8]) -> Result<DescriptorId, FromSliceError>

Copies a byte slice into a hash object.
source§

fn from_byte_array(bytes: Self::Bytes) -> Self

Constructs a hash from the underlying byte array.
source§

fn to_byte_array(self) -> Self::Bytes

Returns the underlying byte array.
source§

fn as_byte_array(&self) -> &Self::Bytes

Returns a reference to the underlying byte array.
source§

fn all_zeros() -> Self

Returns an all zero hash. Read more
§

fn hash(data: &[u8]) -> Self

Hashes some bytes.
§

fn hash_byte_chunks<B, I>(byte_slices: I) -> Self
where B: AsRef<[u8]>, - I: IntoIterator<Item = B>,

Hashes all the byte slices retrieved from the iterator together.
source§

impl<I: SliceIndex<[u8]>> Index<I> for DescriptorId

§

type Output = <I as SliceIndex<[u8]>>::Output

The returned type after indexing.
source§

fn index(&self, index: I) -> &Self::Output

Performs the indexing (container[index]) operation. Read more
source§

impl LowerHex for DescriptorId

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Ord for DescriptorId

source§

fn cmp(&self, other: &DescriptorId) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where + I: IntoIterator<Item = B>,

Hashes all the byte slices retrieved from the iterator together.
source§

impl Hash for DescriptorId

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where + H: Hasher, + Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl<I: SliceIndex<[u8]>> Index<I> for DescriptorId

§

type Output = <I as SliceIndex<[u8]>>::Output

The returned type after indexing.
source§

fn index(&self, index: I) -> &Self::Output

Performs the indexing (container[index]) operation. Read more
source§

impl LowerHex for DescriptorId

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Ord for DescriptorId

source§

fn cmp(&self, other: &DescriptorId) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized + PartialOrd,

Restrict a value to a certain interval. Read more
source§

impl PartialEq for DescriptorId

source§

fn eq(&self, other: &DescriptorId) -> bool

This method tests for self and other values to be equal, and is used @@ -24,8 +24,8 @@ &self, s: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where - S: Serializer,

Do serde serialization.
§

fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where - D: Deserializer<'de>,

Do serde deserialization.
source§

impl Serialize for DescriptorId

source§

fn serialize<S: Serializer>(&self, s: S) -> Result<S::Ok, S::Error>

Serialize this value into the given Serde serializer. Read more
source§

impl UpperHex for DescriptorId

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for DescriptorId

source§

impl Eq for DescriptorId

source§

impl StructuralPartialEq for DescriptorId

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + S: Serializer,

Do serde serialization.
§

fn deserialize<'de, D>(d: D) -> Result<Self, <D as Deserializer<'de>>::Error>
where + D: Deserializer<'de>,

Do serde deserialization.

source§

impl Serialize for DescriptorId

source§

fn serialize<S: Serializer>(&self, s: S) -> Result<S::Ok, S::Error>

Serialize this value into the given Serde serializer. Read more
source§

impl UpperHex for DescriptorId

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for DescriptorId

source§

impl Eq for DescriptorId

source§

impl StructuralPartialEq for DescriptorId

Auto Trait Implementations§

§

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 1757129923..4d82a4a590 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/struct.Impl.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/struct.Impl.html @@ -1,6 +1,6 @@ Impl in bdk_chain - Rust

Struct bdk_chain::Impl

source ·
pub struct Impl<T>(pub T);
Expand description

A wrapper that we use to impl remote traits for types in our crate or dependency crates.

Tuple Fields§

§0: T

Implementations§

source§

impl<T> Impl<T>

source

pub fn into_inner(self) -> T

Returns the inner T.

-

Trait Implementations§

source§

impl<T> Deref for Impl<T>

§

type Target = T

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl<T> From<T> for Impl<T>

source§

fn from(value: T) -> Self

Converts to this type from the input type.
source§

impl FromSql for Impl<Amount>

source§

fn column_result(value: ValueRef<'_>) -> FromSqlResult<Self>

Converts SQLite value into Rust value.
source§

impl FromSql for Impl<BlockHash>

source§

fn column_result(value: ValueRef<'_>) -> FromSqlResult<Self>

Converts SQLite value into Rust value.
source§

impl FromSql for Impl<Descriptor<DescriptorPublicKey>>

source§

fn column_result(value: ValueRef<'_>) -> FromSqlResult<Self>

Converts SQLite value into Rust value.
source§

impl FromSql for Impl<DescriptorId>

source§

fn column_result(value: ValueRef<'_>) -> FromSqlResult<Self>

Converts SQLite value into Rust value.
source§

impl FromSql for Impl<Network>

source§

fn column_result(value: ValueRef<'_>) -> FromSqlResult<Self>

Converts SQLite value into Rust value.
source§

impl FromSql for Impl<ScriptBuf>

source§

fn column_result(value: ValueRef<'_>) -> FromSqlResult<Self>

Converts SQLite value into Rust value.
source§

impl FromSql for Impl<Transaction>

source§

fn column_result(value: ValueRef<'_>) -> FromSqlResult<Self>

Converts SQLite value into Rust value.
source§

impl FromSql for Impl<Txid>

source§

fn column_result(value: ValueRef<'_>) -> FromSqlResult<Self>

Converts SQLite value into Rust value.
source§

impl ToSql for Impl<Amount>

source§

fn to_sql(&self) -> Result<ToSqlOutput<'_>>

Converts Rust value to SQLite value
source§

impl ToSql for Impl<BlockHash>

source§

fn to_sql(&self) -> Result<ToSqlOutput<'_>>

Converts Rust value to SQLite value
source§

impl ToSql for Impl<Descriptor<DescriptorPublicKey>>

source§

fn to_sql(&self) -> Result<ToSqlOutput<'_>>

Converts Rust value to SQLite value
source§

impl ToSql for Impl<DescriptorId>

source§

fn to_sql(&self) -> Result<ToSqlOutput<'_>>

Converts Rust value to SQLite value
source§

impl ToSql for Impl<Network>

source§

fn to_sql(&self) -> Result<ToSqlOutput<'_>>

Converts Rust value to SQLite value
source§

impl ToSql for Impl<ScriptBuf>

source§

fn to_sql(&self) -> Result<ToSqlOutput<'_>>

Converts Rust value to SQLite value
source§

impl ToSql for Impl<Transaction>

source§

fn to_sql(&self) -> Result<ToSqlOutput<'_>>

Converts Rust value to SQLite value
source§

impl ToSql for Impl<Txid>

source§

fn to_sql(&self) -> Result<ToSqlOutput<'_>>

Converts Rust value to SQLite value

Auto Trait Implementations§

§

impl<T> Freeze for Impl<T>
where +

Trait Implementations§

source§

impl<T> Deref for Impl<T>

§

type Target = T

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl<T> From<T> for Impl<T>

source§

fn from(value: T) -> Self

Converts to this type from the input type.
source§

impl FromSql for Impl<Amount>

source§

fn column_result(value: ValueRef<'_>) -> FromSqlResult<Self>

Converts SQLite value into Rust value.
source§

impl FromSql for Impl<BlockHash>

source§

fn column_result(value: ValueRef<'_>) -> FromSqlResult<Self>

Converts SQLite value into Rust value.
source§

impl FromSql for Impl<Descriptor<DescriptorPublicKey>>

source§

fn column_result(value: ValueRef<'_>) -> FromSqlResult<Self>

Converts SQLite value into Rust value.
source§

impl FromSql for Impl<DescriptorId>

source§

fn column_result(value: ValueRef<'_>) -> FromSqlResult<Self>

Converts SQLite value into Rust value.
source§

impl FromSql for Impl<Network>

source§

fn column_result(value: ValueRef<'_>) -> FromSqlResult<Self>

Converts SQLite value into Rust value.
source§

impl FromSql for Impl<ScriptBuf>

source§

fn column_result(value: ValueRef<'_>) -> FromSqlResult<Self>

Converts SQLite value into Rust value.
source§

impl FromSql for Impl<Transaction>

source§

fn column_result(value: ValueRef<'_>) -> FromSqlResult<Self>

Converts SQLite value into Rust value.
source§

impl FromSql for Impl<Txid>

source§

fn column_result(value: ValueRef<'_>) -> FromSqlResult<Self>

Converts SQLite value into Rust value.
source§

impl ToSql for Impl<Amount>

source§

fn to_sql(&self) -> Result<ToSqlOutput<'_>>

Converts Rust value to SQLite value
source§

impl ToSql for Impl<BlockHash>

source§

fn to_sql(&self) -> Result<ToSqlOutput<'_>>

Converts Rust value to SQLite value
source§

impl ToSql for Impl<Descriptor<DescriptorPublicKey>>

source§

fn to_sql(&self) -> Result<ToSqlOutput<'_>>

Converts Rust value to SQLite value
source§

impl ToSql for Impl<DescriptorId>

source§

fn to_sql(&self) -> Result<ToSqlOutput<'_>>

Converts Rust value to SQLite value
source§

impl ToSql for Impl<Network>

source§

fn to_sql(&self) -> Result<ToSqlOutput<'_>>

Converts Rust value to SQLite value
source§

impl ToSql for Impl<ScriptBuf>

source§

fn to_sql(&self) -> Result<ToSqlOutput<'_>>

Converts Rust value to SQLite value
source§

impl ToSql for Impl<Transaction>

source§

fn to_sql(&self) -> Result<ToSqlOutput<'_>>

Converts Rust value to SQLite value
source§

impl ToSql for Impl<Txid>

source§

fn to_sql(&self) -> Result<ToSqlOutput<'_>>

Converts Rust value to SQLite value

Auto Trait Implementations§

§

impl<T> Freeze for Impl<T>
where T: Freeze,

§

impl<T> RefUnwindSafe for Impl<T>
where T: RefUnwindSafe,

§

impl<T> Send for Impl<T>
where T: Send,

§

impl<T> Sync for Impl<T>
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/tx_graph/enum.CalculateFeeError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/tx_graph/enum.CalculateFeeError.html index 937a4feb8f..09a1439e38 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.TxAncestors.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/tx_graph/struct.TxAncestors.html index 111dbed99d..2c515a8021 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/tx_graph/struct.TxAncestors.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/tx_graph/struct.TxAncestors.html @@ -194,9 +194,9 @@ 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<I> ByteIterExt for I
where I: Iterator<Item = u8>,

§

fn bytes_to_fes(self) -> BytesToFes<Self>

Adapts the byte iterator to output GF32 field elements instead. Read more
§

impl<T> CheckedSum<Amount> for T
where - T: Iterator<Item = Amount>,

§

fn checked_sum(self) -> Option<Amount>

Calculate the sum over the iterator using checked arithmetic. If an over or underflow would + T: Iterator<Item = Amount>,

§

fn checked_sum(self) -> Option<Amount>

Calculate the sum over the iterator using checked arithmetic. If an over or underflow would happen it returns None.
§

impl<T> CheckedSum<SignedAmount> for T
where - T: Iterator<Item = SignedAmount>,

§

fn checked_sum(self) -> Option<SignedAmount>

Calculate the sum over the iterator using checked arithmetic. If an over or underflow would + T: Iterator<Item = SignedAmount>,
§

fn checked_sum(self) -> Option<SignedAmount>

Calculate the sum over the iterator using checked arithmetic. If an over or underflow would happen it returns None.
§

impl<I> Fe32IterExt for I
where I: Iterator<Item = Fe32>,

§

fn fes_to_bytes(self) -> FesToBytes<Self>

Adapts the Fe32 iterator to output bytes instead. Read more
§

fn with_checksum<Ck>(self, hrp: &Hrp) -> Encoder<'_, Self, Ck>
where Ck: Checksum,

Adapts the Fe32 iterator to encode the field elements into a bech32 address.
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/tx_graph/struct.TxDescendants.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/tx_graph/struct.TxDescendants.html index cb695c7478..988776d556 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/tx_graph/struct.TxDescendants.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_chain/tx_graph/struct.TxDescendants.html @@ -193,9 +193,9 @@ 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<I> ByteIterExt for I
where I: Iterator<Item = u8>,

§

fn bytes_to_fes(self) -> BytesToFes<Self>

Adapts the byte iterator to output GF32 field elements instead. Read more
§

impl<T> CheckedSum<Amount> for T
where - T: Iterator<Item = Amount>,

§

fn checked_sum(self) -> Option<Amount>

Calculate the sum over the iterator using checked arithmetic. If an over or underflow would + T: Iterator<Item = Amount>,
§

fn checked_sum(self) -> Option<Amount>

Calculate the sum over the iterator using checked arithmetic. If an over or underflow would happen it returns None.
§

impl<T> CheckedSum<SignedAmount> for T
where - T: Iterator<Item = SignedAmount>,

§

fn checked_sum(self) -> Option<SignedAmount>

Calculate the sum over the iterator using checked arithmetic. If an over or underflow would + T: Iterator<Item = SignedAmount>,
§

fn checked_sum(self) -> Option<SignedAmount>

Calculate the sum over the iterator using checked arithmetic. If an over or underflow would happen it returns None.
§

impl<I> Fe32IterExt for I
where I: Iterator<Item = Fe32>,

§

fn fes_to_bytes(self) -> FesToBytes<Self>

Adapts the Fe32 iterator to output bytes instead. Read more
§

fn with_checksum<Ck>(self, hrp: &Hrp) -> Encoder<'_, Self, Ck>
where Ck: Checksum,

Adapts the Fe32 iterator to encode the field elements into a bech32 address.
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_core/spk_client/enum.SyncItem.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_core/spk_client/enum.SyncItem.html index 9f325b1207..c09f34d7a9 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 4440ac26ad..48ac1e543d 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_esplora/index.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_esplora/index.html index 37a6e0d44d..1beeadb8c5 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_esplora/index.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_esplora/index.html @@ -16,8 +16,11 @@

§Usage

To use the extension traits:

// for blocking
+#[cfg(feature = "blocking")]
 use bdk_esplora::EsploraExt;
+
 // for async
+#[cfg(feature = "async")]
 use bdk_esplora::EsploraAsyncExt;

For full examples, refer to example-crates/wallet_esplora_blocking and example-crates/wallet_esplora_async.

§Stop Gap

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 1537f76a8a..7513c4aba7 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_file_store/struct.AggregateChangesetsError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_file_store/struct.AggregateChangesetsError.html index e0b7e6db0b..3fff93009e 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_file_store/struct.AggregateChangesetsError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_file_store/struct.AggregateChangesetsError.html @@ -4,7 +4,7 @@ }
Expand description

Fields§

§changeset: Option<C>

The partially-aggregated changeset.

§iter_error: IterError

The error returned by EntryIter.

-

Trait Implementations§

source§

impl<C: Debug> Debug for AggregateChangesetsError<C>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<C> Display for AggregateChangesetsError<C>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<C: Debug> Error for AggregateChangesetsError<C>

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more

Auto Trait Implementations§

§

impl<C> Freeze for AggregateChangesetsError<C>
where +

Trait Implementations§

source§

impl<C: Debug> Debug for AggregateChangesetsError<C>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<C> Display for AggregateChangesetsError<C>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<C: Debug> Error for AggregateChangesetsError<C>

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more

Auto Trait Implementations§

§

impl<C> Freeze for AggregateChangesetsError<C>
where C: Freeze,

§

impl<C> !RefUnwindSafe for AggregateChangesetsError<C>

§

impl<C> Send for AggregateChangesetsError<C>
where C: Send,

§

impl<C> Sync for AggregateChangesetsError<C>
where C: Sync,

§

impl<C> Unpin for AggregateChangesetsError<C>
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/descriptor/enum.Descriptor.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/descriptor/enum.Descriptor.html index 17f20fbc70..1d75a86070 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 @@
§Errors
F: 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 a9c3d29461..47e31f5e2f 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§

§

impl Freeze for Error

§

impl RefUnwindSafe for Error

§

impl Send for Error

§

impl Sync for Error

§

impl Unpin for Error

§

impl UnwindSafe for Error

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.AddForeignUtxoError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.AddForeignUtxoError.html index 245ab2b464..1014ddaaaf 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.AddForeignUtxoError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.AddForeignUtxoError.html @@ -11,7 +11,7 @@

§foreign_utxo: OutPoint

Foreign UTXO outpoint

§

InvalidOutpoint(OutPoint)

Requested outpoint doesn’t exist in the tx (vout greater than available outputs)

§

MissingUtxo

Foreign utxo missing witness_utxo or non_witness_utxo

-

Trait Implementations§

source§

impl Debug for AddForeignUtxoError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for AddForeignUtxoError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for AddForeignUtxoError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +

Trait Implementations§

source§

impl Debug for AddForeignUtxoError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for AddForeignUtxoError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for AddForeignUtxoError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.AddUtxoError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.AddUtxoError.html index 959abad0f9..e12e340783 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.CreateWithPersistError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.CreateWithPersistError.html index adccd811ec..ee469c7569 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.CreateWithPersistError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.CreateWithPersistError.html @@ -6,7 +6,7 @@

Variants§

§

Persist(E)

Error from persistence.

§

DataAlreadyExists(ChangeSet)

Persister already has wallet data.

§

Descriptor(DescriptorError)

Occurs when the loaded changeset cannot construct Wallet.

-

Trait Implementations§

source§

impl<E: Debug> Debug for CreateWithPersistError<E>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<E: Display> Display for CreateWithPersistError<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 CreateWithPersistError<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

Auto Trait Implementations§

Trait Implementations§

source§

impl<E: Debug> Debug for CreateWithPersistError<E>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<E: Display> Display for CreateWithPersistError<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 CreateWithPersistError<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

Auto Trait Implementations§

§

impl<E> !Freeze for CreateWithPersistError<E>

§

impl<E> RefUnwindSafe for CreateWithPersistError<E>
where E: RefUnwindSafe,

§

impl<E> Send for CreateWithPersistError<E>
where E: Send,

§

impl<E> Sync for CreateWithPersistError<E>
where E: Sync,

§

impl<E> Unpin for CreateWithPersistError<E>
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.FileStoreError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.FileStoreError.html index cee4867b4f..e505f7ca22 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.FileStoreError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.FileStoreError.html @@ -1,10 +1,10 @@ FileStoreError in bdk_wallet - Rust

Enum bdk_wallet::FileStoreError

source ·
pub enum FileStoreError {
-    Load(AggregateChangesetsError<ChangeSet>),
+    Load(AggregateChangesetsError<ChangeSet>),
     Write(Error),
-}
Expand description

Error for [bdk_file_store]’s implementation of WalletPersister.

-

Variants§

§

Load(AggregateChangesetsError<ChangeSet>)

Error when loading from the store.

+}
Expand description

Error for bdk_file_store’s implementation of WalletPersister.

+

Variants§

§

Load(AggregateChangesetsError<ChangeSet>)

Error when loading from the store.

§

Write(Error)

Error when writing to the store.

-

Trait Implementations§

source§

impl Debug for FileStoreError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for FileStoreError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for FileStoreError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +

Trait Implementations§

source§

impl Debug for FileStoreError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for FileStoreError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for FileStoreError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.LoadMismatch.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.LoadMismatch.html index ae340494da..15b8077452 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.LoadMismatch.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/enum.LoadMismatch.html @@ -23,7 +23,7 @@

Fields

§keychain: KeychainKind

Keychain identifying the descriptor.

§loaded: Option<ExtendedDescriptor>

The loaded descriptor.

§expected: Option<ExtendedDescriptor>

The expected descriptor.

-

Trait Implementations§

source§

impl Debug for LoadMismatch

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<LoadMismatch> for LoadError

source§

fn from(mismatch: LoadMismatch) -> Self

Converts to this type from the input type.
source§

impl<E> From<LoadMismatch> for LoadWithPersistError<E>

source§

fn from(mismatch: LoadMismatch) -> Self

Converts to this type from the input type.
source§

impl PartialEq for LoadMismatch

source§

fn eq(&self, other: &LoadMismatch) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl Debug for LoadMismatch

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<LoadMismatch> for LoadError

source§

fn from(mismatch: LoadMismatch) -> Self

Converts to this type from the input type.
source§

impl<E> From<LoadMismatch> for LoadWithPersistError<E>

source§

fn from(mismatch: LoadMismatch) -> Self

Converts to this type from the input type.
source§

impl PartialEq for LoadMismatch

source§

fn eq(&self, other: &LoadMismatch) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl StructuralPartialEq for LoadMismatch

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/error/enum.BuildFeeBumpError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/error/enum.BuildFeeBumpError.html index 4a88901bc1..d4a2a523a4 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 34aaa1e85c..18c783235f 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/error/enum.CreateTxError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/error/enum.CreateTxError.html @@ -56,7 +56,7 @@
§

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<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 +

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/index.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/index.html index fdcce0fe6b..2a81563ac5 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/index.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/index.html @@ -184,7 +184,7 @@

§Contribut submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

-

Re-exports§

  • pub extern crate bitcoin;
  • pub extern crate bdk_chain as chain;
  • pub extern crate bdk_file_store as file_store;
  • pub extern crate miniscript;
  • pub extern crate serde;
  • pub extern crate serde_json;
  • pub use descriptor::template;
  • pub use descriptor::HdKeyPaths;
  • pub use signer;
  • pub use bdk_chain::rusqlite;

Modules§

Macros§

  • Macro to write full descriptors with code
  • Macro to write descriptor fragments with code

Structs§

Enums§

Traits§

Re-exports§

  • pub extern crate bitcoin;
  • pub extern crate bdk_chain as chain;
  • pub extern crate bdk_file_store as file_store;
  • pub extern crate miniscript;
  • pub extern crate serde;
  • pub extern crate serde_json;
  • pub use descriptor::template;
  • pub use descriptor::HdKeyPaths;
  • pub use signer;
  • pub use bdk_chain::rusqlite;

Modules§

Macros§

  • Macro to write full descriptors with code
  • Macro to write descriptor fragments with code

Structs§

Enums§

Traits§

Functions§

Type Aliases§

  • A CanonicalTx managed by a Wallet.
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/keys/enum.KeyError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/keys/enum.KeyError.html index 7a95c37215..ba0461f05b 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/keys/enum.KeyError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/keys/enum.KeyError.html @@ -12,7 +12,7 @@
§

Message(String)

Custom error message

§

Bip32(Error)

BIP32 error

§

Miniscript(Error)

Miniscript error

-

Trait Implementations§

source§

impl Debug for KeyError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for KeyError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for KeyError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Error> for KeyError

source§

fn from(err: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for KeyError

source§

fn from(err: Error) -> Self

Converts to this type from the input type.
source§

impl From<KeyError> for Error

source§

fn from(key_error: KeyError) -> Error

Converts to this type from the input type.
source§

impl PartialEq for KeyError

source§

fn eq(&self, other: &KeyError) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl Debug for KeyError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for KeyError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for KeyError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Error> for KeyError

source§

fn from(err: Error) -> Self

Converts to this type from the input type.
source§

impl From<Error> for KeyError

source§

fn from(err: Error) -> Self

Converts to this type from the input type.
source§

impl From<KeyError> for Error

source§

fn from(key_error: KeyError) -> Error

Converts to this type from the input type.
source§

impl PartialEq for KeyError

source§

fn eq(&self, other: &KeyError) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl StructuralPartialEq for KeyError

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/keys/struct.GeneratedKey.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/keys/struct.GeneratedKey.html index f36ec52fd9..83e9c1338e 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/keys/struct.GeneratedKey.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/keys/struct.GeneratedKey.html @@ -2,14 +2,14 @@

Implementations§

source§

impl<K, Ctx: ScriptContext> GeneratedKey<K, Ctx>

source

pub fn into_key(self) -> K

Consumes self and returns the key

Trait Implementations§

source§

impl<K: Clone, Ctx: ScriptContext> Clone for GeneratedKey<K, Ctx>

source§

fn clone(&self) -> GeneratedKey<K, Ctx>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<K, Ctx: ScriptContext> Deref for GeneratedKey<K, Ctx>

§

type Target = K

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl<Ctx, K> DerivableKey<Ctx> for GeneratedKey<K, Ctx>
where Ctx: ScriptContext, - K: DerivableKey<Ctx>,

source§

fn into_extended_key(self) -> Result<ExtendedKey<Ctx>, KeyError>

Consume self and turn it into an ExtendedKey
source§

fn into_descriptor_key( + K: DerivableKey<Ctx>,

source§

fn into_extended_key(self) -> Result<ExtendedKey<Ctx>, KeyError>

Consume self and turn it into an ExtendedKey
source§

fn into_descriptor_key( self, origin: Option<KeySource>, derivation_path: DerivationPath ) -> Result<DescriptorKey<Ctx>, KeyError>

Consume self and turn it into a DescriptorKey by adding the extra metadata, such as key origin and derivation path
source§

impl<Ctx, K> IntoDescriptorKey<Ctx> for GeneratedKey<K, Ctx>
where Ctx: ScriptContext, - K: IntoDescriptorKey<Ctx>,

source§

fn into_descriptor_key(self) -> Result<DescriptorKey<Ctx>, KeyError>

Turn the key into a DescriptorKey within the requested ScriptContext

Auto Trait Implementations§

§

impl<K, Ctx> Freeze for GeneratedKey<K, Ctx>
where + K: IntoDescriptorKey<Ctx>,

source§

fn into_descriptor_key(self) -> Result<DescriptorKey<Ctx>, KeyError>

Turn the key into a DescriptorKey within the requested ScriptContext

Auto Trait Implementations§

§

impl<K, Ctx> Freeze for GeneratedKey<K, Ctx>
where K: Freeze,

§

impl<K, Ctx> RefUnwindSafe for GeneratedKey<K, Ctx>

§

impl<K, Ctx> Send for GeneratedKey<K, Ctx>
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/keys/trait.IntoDescriptorKey.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/keys/trait.IntoDescriptorKey.html index 843370572e..6e4fce7e47 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/keys/trait.IntoDescriptorKey.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/keys/trait.IntoDescriptorKey.html @@ -107,4 +107,4 @@

§Examples

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl<Ctx: ScriptContext> IntoDescriptorKey<Ctx> for &str

source§

impl<Ctx: ScriptContext> IntoDescriptorKey<Ctx> for PrivateKey

source§

impl<Ctx: ScriptContext> IntoDescriptorKey<Ctx> for PublicKey

source§

impl<Ctx: ScriptContext> IntoDescriptorKey<Ctx> for XOnlyPublicKey

source§

impl<Ctx: ScriptContext, T: DerivableKey<Ctx>> IntoDescriptorKey<Ctx> for (T, DerivationPath)

source§

impl<Ctx: ScriptContext, T: DerivableKey<Ctx>> IntoDescriptorKey<Ctx> for (T, KeySource, DerivationPath)

Implementors§

source§

impl<Ctx, K> IntoDescriptorKey<Ctx> for GeneratedKey<K, Ctx>
where Ctx: ScriptContext, K: IntoDescriptorKey<Ctx>,

source§

impl<Ctx: ScriptContext> IntoDescriptorKey<Ctx> for DescriptorKey<Ctx>

The “identity” conversion is used internally by some bdk_wallet::fragments

-
source§

impl<Ctx: ScriptContext> IntoDescriptorKey<Ctx> for DescriptorPublicKey

source§

impl<Ctx: ScriptContext> IntoDescriptorKey<Ctx> for DescriptorSecretKey

\ No newline at end of file +
source§

impl<Ctx: ScriptContext> IntoDescriptorKey<Ctx> for DescriptorPublicKey

source§

impl<Ctx: ScriptContext> IntoDescriptorKey<Ctx> for DescriptorSecretKey

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/signer/struct.SignerWrapper.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/signer/struct.SignerWrapper.html index fd6b33a327..aae2d2c910 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,12 +1,12 @@ 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, @@ -18,7 +18,7 @@ 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 fb50fbb3de..da9d9245c2 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/struct.AddressInfo.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/struct.AddressInfo.html @@ -68,7 +68,7 @@
§Returns
let address: Address<NetworkUnchecked> = "32iVBEu4dxkUQk9dJbZUiBiQdmypcEyJRf".parse().unwrap(); assert!(address.is_valid_for_network(Network::Bitcoin)); assert_eq!(address.is_valid_for_network(Network::Testnet), false);
-

Trait Implementations§

source§

impl Clone for AddressInfo

source§

fn clone(&self) -> AddressInfo

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for AddressInfo

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Deref for AddressInfo

§

type Target = Address

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl Display for AddressInfo

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl PartialEq for AddressInfo

source§

fn eq(&self, other: &AddressInfo) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl Clone for AddressInfo

source§

fn clone(&self) -> AddressInfo

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for AddressInfo

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Deref for AddressInfo

§

type Target = Address

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl Display for AddressInfo

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl PartialEq for AddressInfo

source§

fn eq(&self, other: &AddressInfo) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Eq for AddressInfo

source§

impl StructuralPartialEq for AddressInfo

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/struct.ChangeSet.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/struct.ChangeSet.html index ed794599c7..dd5fff5853 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/struct.ChangeSet.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/struct.ChangeSet.html @@ -18,7 +18,7 @@

source

pub fn from_sqlite(db_tx: &Transaction<'_>) -> Result<Self>

Recover a ChangeSet from sqlite database.

source

pub fn persist_to_sqlite(&self, db_tx: &Transaction<'_>) -> Result<()>

Persist ChangeSet to sqlite database.

Trait Implementations§

source§

impl Clone for ChangeSet

source§

fn clone(&self) -> ChangeSet

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for ChangeSet

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for ChangeSet

source§

fn default() -> ChangeSet

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for ChangeSet

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<ChangeSet<ConfirmationBlockTime>> for ChangeSet

source§

fn from(tx_graph: ChangeSet<ConfirmationBlockTime>) -> Self

Converts to this type from the input type.
source§

impl From<ChangeSet<ConfirmationBlockTime, ChangeSet>> for ChangeSet

source§

fn from(indexed_tx_graph: ChangeSet<ConfirmationBlockTime, ChangeSet>) -> Self

Converts to this type from the input type.
source§

impl From<ChangeSet> for ChangeSet

source§

fn from(indexer: ChangeSet) -> Self

Converts to this type from the input type.
source§

impl From<ChangeSet> for ChangeSet

source§

fn from(chain: ChangeSet) -> Self

Converts to this type from the input type.
source§

impl Merge for ChangeSet

source§

fn merge(&mut self, other: Self)

Merge another ChangeSet into itself.

+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§

impl From<ChangeSet<ConfirmationBlockTime>> for ChangeSet

source§

fn from(tx_graph: ChangeSet<ConfirmationBlockTime>) -> Self

Converts to this type from the input type.
source§

impl From<ChangeSet<ConfirmationBlockTime, ChangeSet>> for ChangeSet

source§

fn from(indexed_tx_graph: ChangeSet<ConfirmationBlockTime, ChangeSet>) -> Self

Converts to this type from the input type.
source§

impl From<ChangeSet> for ChangeSet

source§

fn from(chain: ChangeSet) -> Self

Converts to this type from the input type.
source§

impl From<ChangeSet> for ChangeSet

source§

fn from(indexer: ChangeSet) -> Self

Converts to this type from the input type.
source§

impl Merge for ChangeSet

source§

fn merge(&mut self, other: Self)

Merge another ChangeSet into itself.

source§

fn is_empty(&self) -> bool

Returns whether the structure is considered empty.
§

fn take(&mut self) -> Option<Self>

Take the value, replacing it with the default value.
source§

impl PartialEq for ChangeSet

source§

fn eq(&self, other: &ChangeSet) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for ChangeSet

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where 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 964e69eeeb..264ae7309d 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/struct.Update.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/struct.Update.html @@ -8,7 +8,7 @@ [KeychainTxOutIndex].

§tx_update: TxUpdate<ConfirmationBlockTime>

Update for the wallet’s internal [TxGraph].

§chain: Option<CheckPoint>

Update for the wallet’s internal LocalChain.

-

Trait Implementations§

source§

impl Clone for Update

source§

fn clone(&self) -> Update

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Update

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for Update

source§

fn default() -> Update

Returns the “default value” for a type. Read more
source§

impl From<FullScanResult<KeychainKind>> for Update

source§

fn from(value: FullScanResult<KeychainKind>) -> Self

Converts to this type from the input type.
source§

impl From<SyncResult> for Update

source§

fn from(value: SyncResult) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl Freeze for Update

§

impl RefUnwindSafe for Update

§

impl Send for Update

§

impl Sync for Update

§

impl Unpin for Update

§

impl UnwindSafe for Update

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§

§

impl Freeze for Update

§

impl RefUnwindSafe for Update

§

impl Send for Update

§

impl Sync for Update

§

impl Unpin for Update

§

impl UnwindSafe for Update

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/trait.WalletPersister.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/trait.WalletPersister.html index f4d31051b5..bff23e7009 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/trait.WalletPersister.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/trait.WalletPersister.html @@ -30,10 +30,10 @@
ChangeSet ) -> Result<(), Self::Error>

Persist the given changeset to the persister.

This method can fail if the persister is not initialized.

-

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WalletPersister for Connection

§

type Error = Error

source§

fn initialize(persister: &mut Self) -> Result<ChangeSet, Self::Error>

source§

fn persist( +

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WalletPersister for Store<ChangeSet>

§

type Error = FileStoreError

source§

fn initialize(persister: &mut Self) -> Result<ChangeSet, Self::Error>

source§

fn persist( persister: &mut Self, changeset: &ChangeSet -) -> Result<(), Self::Error>

source§

impl WalletPersister for Store<ChangeSet>

source§

impl WalletPersister for Connection

§

type Error = Error

source§

fn initialize(persister: &mut Self) -> Result<ChangeSet, Self::Error>

source§

fn persist( persister: &mut Self, changeset: &ChangeSet ) -> Result<(), Self::Error>

source§

impl<'c> WalletPersister for Transaction<'c>

§

type Error = Error

source§

fn initialize(persister: &mut Self) -> Result<ChangeSet, Self::Error>

source§

fn persist( diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/tx_builder/enum.AddForeignUtxoError.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/tx_builder/enum.AddForeignUtxoError.html index b3da9cb5df..a3a71973df 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/tx_builder/enum.AddForeignUtxoError.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk_wallet/tx_builder/enum.AddForeignUtxoError.html @@ -11,7 +11,7 @@

§foreign_utxo: OutPoint

Foreign UTXO outpoint

§

InvalidOutpoint(OutPoint)

Requested outpoint doesn’t exist in the tx (vout greater than available outputs)

§

MissingUtxo

Foreign utxo missing witness_utxo or non_witness_utxo

-

Trait Implementations§

source§

impl Debug for AddForeignUtxoError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for AddForeignUtxoError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for AddForeignUtxoError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more

Auto Trait Implementations§

§

impl Freeze for AddForeignUtxoError

§

impl RefUnwindSafe for AddForeignUtxoError

§

impl Send for AddForeignUtxoError

§

impl Sync for AddForeignUtxoError

§

impl Unpin for AddForeignUtxoError

§

impl UnwindSafe for AddForeignUtxoError

Blanket Implementations§

source§

impl<T> Any for T
where +

Trait Implementations§

source§

impl Debug for AddForeignUtxoError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for AddForeignUtxoError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for AddForeignUtxoError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more

Auto Trait Implementations§

§

impl Freeze for AddForeignUtxoError

§

impl RefUnwindSafe for AddForeignUtxoError

§

impl Send for AddForeignUtxoError

§

impl Sync for AddForeignUtxoError

§

impl Unpin for AddForeignUtxoError

§

impl UnwindSafe for AddForeignUtxoError

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 bc0bb7f38f..a3e668a764 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/crates.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/crates.js index da45af2e30..8ed104a9d5 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/crates.js +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/crates.js @@ -1 +1 @@ -window.ALL_CRATES = ["bdk_bitcoind_rpc","bdk_chain","bdk_core","bdk_electrum","bdk_esplora","bdk_file_store","bdk_testenv","bdk_wallet","example_bitcoind_rpc_polling","example_cli","example_electrum","example_esplora","wallet_electrum_example","wallet_esplora_async","wallet_esplora_blocking","wallet_rpc"]; \ No newline at end of file +window.ALL_CRATES = ["bdk_bitcoind_rpc","bdk_chain","bdk_core","bdk_electrum","bdk_esplora","bdk_file_store","bdk_testenv","bdk_wallet","example_bitcoind_rpc_polling","example_cli","example_electrum","example_esplora","example_wallet_electrum","example_wallet_esplora_async","example_wallet_esplora_blocking","example_wallet_rpc"]; \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_bitcoind_rpc_polling/enum.RpcCommands.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_bitcoind_rpc_polling/enum.RpcCommands.html index e9306171b8..09e15d4f91 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_bitcoind_rpc_polling/enum.RpcCommands.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_bitcoind_rpc_polling/enum.RpcCommands.html @@ -16,7 +16,9 @@ ) -> Result<(), Error>
Assign values from ArgMatches to self.
source§

fn update_from_arg_matches_mut<'b>( &mut self, __clap_arg_matches: &mut ArgMatches -) -> Result<(), Error>

Assign values from ArgMatches to self.
source§

impl Subcommand for RpcCommands

source§

fn augment_subcommands<'b>(__clap_app: Command<'b>) -> Command<'b>

Append to [Command] so it can instantiate Self. Read more
source§

fn augment_subcommands_for_update<'b>(__clap_app: Command<'b>) -> Command<'b>

Append to [Command] so it can update self. Read more
source§

fn has_subcommand(__clap_name: &str) -> bool

Test whether Self can parse a specific subcommand

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +) -> Result<(), Error>

Assign values from ArgMatches to self.
source§

impl Subcommand for RpcCommands

source§

fn augment_subcommands<'b>(__clap_app: Command) -> Command

Append to [Command] so it can instantiate Self via +[FromArgMatches::from_arg_matches_mut] Read more
source§

fn augment_subcommands_for_update<'b>(__clap_app: Command) -> Command

Append to [Command] so it can instantiate self via +[FromArgMatches::update_from_arg_matches_mut] Read more
source§

fn has_subcommand(__clap_name: &str) -> bool

Test whether Self can parse a specific subcommand

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_bitcoind_rpc_polling/struct.RpcArgs.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_bitcoind_rpc_polling/struct.RpcArgs.html index 993037ded5..993523fa9f 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_bitcoind_rpc_polling/struct.RpcArgs.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_bitcoind_rpc_polling/struct.RpcArgs.html @@ -9,7 +9,9 @@
§rpc_user: Option<String>

RPC auth username

§rpc_password: Option<String>

RPC auth password

§fallback_height: u32

Starting block height to fallback to if no point of agreement if found

-

Implementations§

source§

impl RpcArgs

source

pub(crate) fn new_client(&self) -> Result<Client>

Trait Implementations§

source§

impl Args for RpcArgs

source§

fn augment_args<'b>(__clap_app: Command<'b>) -> Command<'b>

Append to [Command] so it can instantiate Self. Read more
source§

fn augment_args_for_update<'b>(__clap_app: Command<'b>) -> Command<'b>

Append to [Command] so it can update self. Read more
source§

impl Clone for RpcArgs

source§

fn clone(&self) -> RpcArgs

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for RpcArgs

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<RpcArgs> for Auth

source§

fn from(args: RpcArgs) -> Self

Converts to this type from the input type.
source§

impl FromArgMatches for RpcArgs

source§

fn from_arg_matches(__clap_arg_matches: &ArgMatches) -> Result<Self, Error>

Instantiate Self from [ArgMatches], parsing the arguments as needed. Read more
source§

fn from_arg_matches_mut( +

Implementations§

source§

impl RpcArgs

source

pub(crate) fn new_client(&self) -> Result<Client>

Trait Implementations§

source§

impl Args for RpcArgs

source§

fn group_id() -> Option<Id>

Report the [ArgGroup::id][crate::ArgGroup::id] for this set of arguments
source§

fn augment_args<'b>(__clap_app: Command) -> Command

Append to [Command] so it can instantiate Self via +[FromArgMatches::from_arg_matches_mut] Read more
source§

fn augment_args_for_update<'b>(__clap_app: Command) -> Command

Append to [Command] so it can instantiate self via +[FromArgMatches::update_from_arg_matches_mut] Read more
source§

impl Clone for RpcArgs

source§

fn clone(&self) -> RpcArgs

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for RpcArgs

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<RpcArgs> for Auth

source§

fn from(args: RpcArgs) -> Self

Converts to this type from the input type.
source§

impl FromArgMatches for RpcArgs

source§

fn from_arg_matches(__clap_arg_matches: &ArgMatches) -> Result<Self, Error>

Instantiate Self from [ArgMatches], parsing the arguments as needed. Read more
source§

fn from_arg_matches_mut( __clap_arg_matches: &mut ArgMatches ) -> Result<Self, Error>

Instantiate Self from [ArgMatches], parsing the arguments as needed. Read more
source§

fn update_from_arg_matches( &mut self, diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/enum.AddressCmd.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/enum.AddressCmd.html index ea92091d6b..13750bb9ce 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/enum.AddressCmd.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/enum.AddressCmd.html @@ -18,7 +18,9 @@ ) -> Result<(), Error>

Assign values from ArgMatches to self.
source§

fn update_from_arg_matches_mut<'b>( &mut self, __clap_arg_matches: &mut ArgMatches -) -> Result<(), Error>

Assign values from ArgMatches to self.
source§

impl Subcommand for AddressCmd

source§

fn augment_subcommands<'b>(__clap_app: Command<'b>) -> Command<'b>

Append to [Command] so it can instantiate Self. Read more
source§

fn augment_subcommands_for_update<'b>(__clap_app: Command<'b>) -> Command<'b>

Append to [Command] so it can update self. Read more
source§

fn has_subcommand(__clap_name: &str) -> bool

Test whether Self can parse a specific subcommand

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +) -> Result<(), Error>

Assign values from ArgMatches to self.
source§

impl Subcommand for AddressCmd

source§

fn augment_subcommands<'b>(__clap_app: Command) -> Command

Append to [Command] so it can instantiate Self via +[FromArgMatches::from_arg_matches_mut] Read more
source§

fn augment_subcommands_for_update<'b>(__clap_app: Command) -> Command

Append to [Command] so it can instantiate self via +[FromArgMatches::update_from_arg_matches_mut] Read more
source§

fn has_subcommand(__clap_name: &str) -> bool

Test whether Self can parse a specific subcommand

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/enum.Commands.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/enum.Commands.html index 7ce8d919f3..afa94de702 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/enum.Commands.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/enum.Commands.html @@ -36,7 +36,9 @@ ) -> Result<(), Error>
Assign values from ArgMatches to self.
source§

fn update_from_arg_matches_mut<'b>( &mut self, __clap_arg_matches: &mut ArgMatches -) -> Result<(), Error>

Assign values from ArgMatches to self.
source§

impl<CS: Subcommand, S: Args> Subcommand for Commands<CS, S>

source§

fn augment_subcommands<'b>(__clap_app: Command<'b>) -> Command<'b>

Append to [Command] so it can instantiate Self. Read more
source§

fn augment_subcommands_for_update<'b>(__clap_app: Command<'b>) -> Command<'b>

Append to [Command] so it can update self. Read more
source§

fn has_subcommand(__clap_name: &str) -> bool

Test whether Self can parse a specific subcommand

Auto Trait Implementations§

§

impl<CS, S> Freeze for Commands<CS, S>
where +) -> Result<(), Error>

Assign values from ArgMatches to self.
source§

impl<CS: Subcommand, S: Args> Subcommand for Commands<CS, S>

source§

fn augment_subcommands<'b>(__clap_app: Command) -> Command

Append to [Command] so it can instantiate Self via +[FromArgMatches::from_arg_matches_mut] Read more
source§

fn augment_subcommands_for_update<'b>(__clap_app: Command) -> Command

Append to [Command] so it can instantiate self via +[FromArgMatches::update_from_arg_matches_mut] Read more
source§

fn has_subcommand(__clap_name: &str) -> bool

Test whether Self can parse a specific subcommand

Auto Trait Implementations§

§

impl<CS, S> Freeze for Commands<CS, S>
where CS: Freeze, S: Freeze,

§

impl<CS, S> RefUnwindSafe for Commands<CS, S>
where CS: RefUnwindSafe, diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/enum.Keychain.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/enum.Keychain.html index f6ec499147..bc01e10f9b 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/enum.Keychain.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/enum.Keychain.html @@ -1,8 +1,8 @@ -Keychain in example_cli - Rust

Enum example_cli::Keychain

source ·
pub enum Keychain {
+Keychain in example_cli - Rust

Enum example_cli::Keychain

source ·
pub enum Keychain {
     External,
     Internal,
-}

Variants§

§

External

§

Internal

Trait Implementations§

source§

impl Clone for Keychain

source§

fn clone(&self) -> Keychain

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Keychain

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for Keychain

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for Keychain

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Ord for Keychain

source§

fn cmp(&self, other: &Keychain) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where +}

Variants§

§

External

§

Internal

Trait Implementations§

source§

impl Clone for Keychain

source§

fn clone(&self) -> Keychain

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Keychain

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for Keychain

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for Keychain

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Ord for Keychain

source§

fn cmp(&self, other: &Keychain) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized + PartialOrd,

Restrict a value to a certain interval. Read more
source§

impl PartialEq for Keychain

source§

fn eq(&self, other: &Keychain) -> bool

This method tests for self and other values to be equal, and is used @@ -15,9 +15,7 @@ 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<Q, K> Equivalent<K> for Q
where - Q: Eq + ?Sized, - K: Borrow<Q> + ?Sized,

source§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

+ 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 diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/enum.PsbtCmd.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/enum.PsbtCmd.html index 26fdb0e160..31de29945c 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/enum.PsbtCmd.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/enum.PsbtCmd.html @@ -37,7 +37,9 @@ ) -> Result<(), Error>

Assign values from ArgMatches to self.
source§

fn update_from_arg_matches_mut<'b>( &mut self, __clap_arg_matches: &mut ArgMatches -) -> Result<(), Error>

Assign values from ArgMatches to self.
source§

impl<S: Args> Subcommand for PsbtCmd<S>

source§

fn augment_subcommands<'b>(__clap_app: Command<'b>) -> Command<'b>

Append to [Command] so it can instantiate Self. Read more
source§

fn augment_subcommands_for_update<'b>(__clap_app: Command<'b>) -> Command<'b>

Append to [Command] so it can update self. Read more
source§

fn has_subcommand(__clap_name: &str) -> bool

Test whether Self can parse a specific subcommand

Auto Trait Implementations§

§

impl<S> Freeze for PsbtCmd<S>
where +) -> Result<(), Error>

Assign values from ArgMatches to self.
source§

impl<S: Args> Subcommand for PsbtCmd<S>

source§

fn augment_subcommands<'b>(__clap_app: Command) -> Command

Append to [Command] so it can instantiate Self via +[FromArgMatches::from_arg_matches_mut] Read more
source§

fn augment_subcommands_for_update<'b>(__clap_app: Command) -> Command

Append to [Command] so it can instantiate self via +[FromArgMatches::update_from_arg_matches_mut] Read more
source§

fn has_subcommand(__clap_name: &str) -> bool

Test whether Self can parse a specific subcommand

Auto Trait Implementations§

§

impl<S> Freeze for PsbtCmd<S>
where S: Freeze,

§

impl<S> RefUnwindSafe for PsbtCmd<S>
where S: RefUnwindSafe,

§

impl<S> Send for PsbtCmd<S>
where S: Send,

§

impl<S> Sync for PsbtCmd<S>
where diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/enum.TxOutCmd.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/enum.TxOutCmd.html index 92a1093c23..ac27855aa6 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/enum.TxOutCmd.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/enum.TxOutCmd.html @@ -18,7 +18,9 @@ ) -> Result<(), Error>

Assign values from ArgMatches to self.
source§

fn update_from_arg_matches_mut<'b>( &mut self, __clap_arg_matches: &mut ArgMatches -) -> Result<(), Error>

Assign values from ArgMatches to self.
source§

impl Subcommand for TxOutCmd

source§

fn augment_subcommands<'b>(__clap_app: Command<'b>) -> Command<'b>

Append to [Command] so it can instantiate Self. Read more
source§

fn augment_subcommands_for_update<'b>(__clap_app: Command<'b>) -> Command<'b>

Append to [Command] so it can update self. Read more
source§

fn has_subcommand(__clap_name: &str) -> bool

Test whether Self can parse a specific subcommand

Auto Trait Implementations§

§

impl Freeze for TxOutCmd

§

impl RefUnwindSafe for TxOutCmd

§

impl Send for TxOutCmd

§

impl Sync for TxOutCmd

§

impl Unpin for TxOutCmd

§

impl UnwindSafe for TxOutCmd

Blanket Implementations§

source§

impl<T> Any for T
where +) -> Result<(), Error>

Assign values from ArgMatches to self.
source§

impl Subcommand for TxOutCmd

source§

fn augment_subcommands<'b>(__clap_app: Command) -> Command

Append to [Command] so it can instantiate Self via +[FromArgMatches::from_arg_matches_mut] Read more
source§

fn augment_subcommands_for_update<'b>(__clap_app: Command) -> Command

Append to [Command] so it can instantiate self via +[FromArgMatches::update_from_arg_matches_mut] Read more
source§

fn has_subcommand(__clap_name: &str) -> bool

Test whether Self can parse a specific subcommand

Auto Trait Implementations§

§

impl Freeze for TxOutCmd

§

impl RefUnwindSafe for TxOutCmd

§

impl Send for TxOutCmd

§

impl Sync for TxOutCmd

§

impl Unpin for TxOutCmd

§

impl UnwindSafe for TxOutCmd

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/struct.Args.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/struct.Args.html index b762cc20d7..3afe8bd3b6 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/struct.Args.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_cli/struct.Args.html @@ -1,6 +1,8 @@ Args in example_cli - Rust

Struct example_cli::Args

source ·
pub struct Args<CS: Subcommand, S: Args> {
     pub command: Commands<CS, S>,
-}

Fields§

§command: Commands<CS, S>

Trait Implementations§

source§

impl<CS: Subcommand, S: Args> Args for Args<CS, S>

source§

fn augment_args<'b>(__clap_app: Command<'b>) -> Command<'b>

Append to [Command] so it can instantiate Self. Read more
source§

fn augment_args_for_update<'b>(__clap_app: Command<'b>) -> Command<'b>

Append to [Command] so it can update self. Read more
source§

impl<CS: Subcommand, S: Args> CommandFactory for Args<CS, S>

source§

fn into_app<'b>() -> Command<'b>

Deprecated, replaced with CommandFactory::command
source§

fn into_app_for_update<'b>() -> Command<'b>

Deprecated, replaced with CommandFactory::command_for_update
§

fn command<'help>() -> App<'help>

Build a [Command] that can instantiate Self. Read more
§

fn command_for_update<'help>() -> App<'help>

Build a [Command] that can update self. Read more
source§

impl<CS: Subcommand, S: Args> FromArgMatches for Args<CS, S>

source§

fn from_arg_matches(__clap_arg_matches: &ArgMatches) -> Result<Self, Error>

Instantiate Self from [ArgMatches], parsing the arguments as needed. Read more
source§

fn from_arg_matches_mut( +}

Fields§

§command: Commands<CS, S>

Trait Implementations§

source§

impl<CS: Subcommand, S: Args> Args for Args<CS, S>

source§

fn group_id() -> Option<Id>

Report the [ArgGroup::id][crate::ArgGroup::id] for this set of arguments
source§

fn augment_args<'b>(__clap_app: Command) -> Command

Append to [Command] so it can instantiate Self via +[FromArgMatches::from_arg_matches_mut] Read more
source§

fn augment_args_for_update<'b>(__clap_app: Command) -> Command

Append to [Command] so it can instantiate self via +[FromArgMatches::update_from_arg_matches_mut] Read more
source§

impl<CS: Subcommand, S: Args> CommandFactory for Args<CS, S>

source§

fn command<'b>() -> Command

Build a [Command] that can instantiate Self. Read more
source§

fn command_for_update<'b>() -> Command

Build a [Command] that can update self. Read more
source§

impl<CS: Subcommand, S: Args> FromArgMatches for Args<CS, S>

source§

fn from_arg_matches(__clap_arg_matches: &ArgMatches) -> Result<Self, Error>

Instantiate Self from [ArgMatches], parsing the arguments as needed. Read more
source§

fn from_arg_matches_mut( __clap_arg_matches: &mut ArgMatches ) -> Result<Self, Error>

Instantiate Self from [ArgMatches], parsing the arguments as needed. Read more
source§

fn update_from_arg_matches( &mut self, @@ -8,13 +10,13 @@ ) -> Result<(), Error>

Assign values from ArgMatches to self.
source§

fn update_from_arg_matches_mut( &mut self, __clap_arg_matches: &mut ArgMatches -) -> Result<(), Error>

Assign values from ArgMatches to self.
source§

impl<CS: Subcommand, S: Args> Parser for Args<CS, S>

§

fn parse() -> Self

Parse from std::env::args_os(), exit on error
§

fn try_parse() -> Result<Self, Error>

Parse from std::env::args_os(), return Err on error.
§

fn parse_from<I, T>(itr: I) -> Self
where +) -> Result<(), Error>

Assign values from ArgMatches to self.
source§

impl<CS: Subcommand, S: Args> Parser for Args<CS, S>

§

fn parse() -> Self

Parse from std::env::args_os(), [exit][Error::exit] on error.
§

fn try_parse() -> Result<Self, Error>

Parse from std::env::args_os(), return Err on error.
§

fn parse_from<I, T>(itr: I) -> Self
where I: IntoIterator<Item = T>, - T: Into<OsString> + Clone,

Parse from iterator, exit on error
§

fn try_parse_from<I, T>(itr: I) -> Result<Self, Error>
where + T: Into<OsString> + Clone,

Parse from iterator, [exit][Error::exit] on error.
§

fn try_parse_from<I, T>(itr: I) -> Result<Self, Error>
where I: IntoIterator<Item = T>, T: Into<OsString> + Clone,

Parse from iterator, return Err on error.
§

fn update_from<I, T>(&mut self, itr: I)
where I: IntoIterator<Item = T>, - T: Into<OsString> + Clone,

Update from iterator, exit on error
§

fn try_update_from<I, T>(&mut self, itr: I) -> Result<(), Error>
where + T: Into<OsString> + Clone,

Update from iterator, [exit][Error::exit] on error. Read more
§

fn try_update_from<I, T>(&mut self, itr: I) -> Result<(), Error>
where I: IntoIterator<Item = T>, T: Into<OsString> + Clone,

Update from iterator, return Err on error.

Auto Trait Implementations§

§

impl<CS, S> Freeze for Args<CS, S>
where CS: Freeze, diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_electrum/enum.ElectrumCommands.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_electrum/enum.ElectrumCommands.html index 9260fa32ca..c4d71f5c4a 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_electrum/enum.ElectrumCommands.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_electrum/enum.ElectrumCommands.html @@ -27,7 +27,9 @@ ) -> Result<(), Error>

Assign values from ArgMatches to self.
source§

fn update_from_arg_matches_mut<'b>( &mut self, __clap_arg_matches: &mut ArgMatches -) -> Result<(), Error>

Assign values from ArgMatches to self.
source§

impl Subcommand for ElectrumCommands

source§

fn augment_subcommands<'b>(__clap_app: Command<'b>) -> Command<'b>

Append to [Command] so it can instantiate Self. Read more
source§

fn augment_subcommands_for_update<'b>(__clap_app: Command<'b>) -> Command<'b>

Append to [Command] so it can update self. Read more
source§

fn has_subcommand(__clap_name: &str) -> bool

Test whether Self can parse a specific subcommand

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +) -> Result<(), Error>

Assign values from ArgMatches to self.
source§

impl Subcommand for ElectrumCommands

source§

fn augment_subcommands<'b>(__clap_app: Command) -> Command

Append to [Command] so it can instantiate Self via +[FromArgMatches::from_arg_matches_mut] Read more
source§

fn augment_subcommands_for_update<'b>(__clap_app: Command) -> Command

Append to [Command] so it can instantiate self via +[FromArgMatches::update_from_arg_matches_mut] Read more
source§

fn has_subcommand(__clap_name: &str) -> bool

Test whether Self can parse a specific subcommand

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_electrum/struct.ElectrumArgs.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_electrum/struct.ElectrumArgs.html index 2714108a30..9b518091a3 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_electrum/struct.ElectrumArgs.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_electrum/struct.ElectrumArgs.html @@ -2,7 +2,9 @@ pub(crate) electrum_url: Option<String>, }

Fields§

§electrum_url: Option<String>

The electrum url to use to connect to. If not provided it will use a default electrum server for your chosen network.

-

Implementations§

source§

impl ElectrumArgs

source

pub fn client(&self, network: Network) -> Result<Client>

Trait Implementations§

source§

impl Args for ElectrumArgs

source§

fn augment_args<'b>(__clap_app: Command<'b>) -> Command<'b>

Append to [Command] so it can instantiate Self. Read more
source§

fn augment_args_for_update<'b>(__clap_app: Command<'b>) -> Command<'b>

Append to [Command] so it can update self. Read more
source§

impl Clone for ElectrumArgs

source§

fn clone(&self) -> ElectrumArgs

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for ElectrumArgs

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl FromArgMatches for ElectrumArgs

source§

fn from_arg_matches(__clap_arg_matches: &ArgMatches) -> Result<Self, Error>

Instantiate Self from [ArgMatches], parsing the arguments as needed. Read more
source§

fn from_arg_matches_mut( +

Implementations§

source§

impl ElectrumArgs

source

pub fn client(&self, network: Network) -> Result<Client>

Trait Implementations§

source§

impl Args for ElectrumArgs

source§

fn group_id() -> Option<Id>

Report the [ArgGroup::id][crate::ArgGroup::id] for this set of arguments
source§

fn augment_args<'b>(__clap_app: Command) -> Command

Append to [Command] so it can instantiate Self via +[FromArgMatches::from_arg_matches_mut] Read more
source§

fn augment_args_for_update<'b>(__clap_app: Command) -> Command

Append to [Command] so it can instantiate self via +[FromArgMatches::update_from_arg_matches_mut] Read more
source§

impl Clone for ElectrumArgs

source§

fn clone(&self) -> ElectrumArgs

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for ElectrumArgs

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl FromArgMatches for ElectrumArgs

source§

fn from_arg_matches(__clap_arg_matches: &ArgMatches) -> Result<Self, Error>

Instantiate Self from [ArgMatches], parsing the arguments as needed. Read more
source§

fn from_arg_matches_mut( __clap_arg_matches: &mut ArgMatches ) -> Result<Self, Error>

Instantiate Self from [ArgMatches], parsing the arguments as needed. Read more
source§

fn update_from_arg_matches( &mut self, diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_electrum/struct.ScanOptions.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_electrum/struct.ScanOptions.html index 551ec4e00a..27ae586b05 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_electrum/struct.ScanOptions.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_electrum/struct.ScanOptions.html @@ -1,7 +1,9 @@ ScanOptions in example_electrum - Rust

Struct example_electrum::ScanOptions

source ·
pub struct ScanOptions {
     pub batch_size: usize,
 }

Fields§

§batch_size: usize

Set batch size for each script_history call to electrum client.

-

Trait Implementations§

source§

impl Args for ScanOptions

source§

fn augment_args<'b>(__clap_app: Command<'b>) -> Command<'b>

Append to [Command] so it can instantiate Self. Read more
source§

fn augment_args_for_update<'b>(__clap_app: Command<'b>) -> Command<'b>

Append to [Command] so it can update self. Read more
source§

impl Clone for ScanOptions

source§

fn clone(&self) -> ScanOptions

Returns a 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 CommandFactory for ScanOptions

source§

fn into_app<'b>() -> Command<'b>

Deprecated, replaced with CommandFactory::command
source§

fn into_app_for_update<'b>() -> Command<'b>

Deprecated, replaced with CommandFactory::command_for_update
§

fn command<'help>() -> App<'help>

Build a [Command] that can instantiate Self. Read more
§

fn command_for_update<'help>() -> App<'help>

Build a [Command] that can update self. Read more
source§

impl Debug for ScanOptions

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl FromArgMatches for ScanOptions

source§

fn from_arg_matches(__clap_arg_matches: &ArgMatches) -> Result<Self, Error>

Instantiate Self from [ArgMatches], parsing the arguments as needed. Read more
source§

fn from_arg_matches_mut( +

Trait Implementations§

source§

impl Args for ScanOptions

source§

fn group_id() -> Option<Id>

Report the [ArgGroup::id][crate::ArgGroup::id] for this set of arguments
source§

fn augment_args<'b>(__clap_app: Command) -> Command

Append to [Command] so it can instantiate Self via +[FromArgMatches::from_arg_matches_mut] Read more
source§

fn augment_args_for_update<'b>(__clap_app: Command) -> Command

Append to [Command] so it can instantiate self via +[FromArgMatches::update_from_arg_matches_mut] Read more
source§

impl Clone for ScanOptions

source§

fn clone(&self) -> ScanOptions

Returns a 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 CommandFactory for ScanOptions

source§

fn command<'b>() -> Command

Build a [Command] that can instantiate Self. Read more
source§

fn command_for_update<'b>() -> Command

Build a [Command] that can update self. Read more
source§

impl Debug for ScanOptions

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl FromArgMatches for ScanOptions

source§

fn from_arg_matches(__clap_arg_matches: &ArgMatches) -> Result<Self, Error>

Instantiate Self from [ArgMatches], parsing the arguments as needed. Read more
source§

fn from_arg_matches_mut( __clap_arg_matches: &mut ArgMatches ) -> Result<Self, Error>

Instantiate Self from [ArgMatches], parsing the arguments as needed. Read more
source§

fn update_from_arg_matches( &mut self, @@ -9,13 +11,13 @@ ) -> Result<(), Error>

Assign values from ArgMatches to self.
source§

fn update_from_arg_matches_mut( &mut self, __clap_arg_matches: &mut ArgMatches -) -> Result<(), Error>

Assign values from ArgMatches to self.
source§

impl Parser for ScanOptions

§

fn parse() -> Self

Parse from std::env::args_os(), exit on error
§

fn try_parse() -> Result<Self, Error>

Parse from std::env::args_os(), return Err on error.
§

fn parse_from<I, T>(itr: I) -> Self
where +) -> Result<(), Error>

Assign values from ArgMatches to self.
source§

impl Parser for ScanOptions

§

fn parse() -> Self

Parse from std::env::args_os(), [exit][Error::exit] on error.
§

fn try_parse() -> Result<Self, Error>

Parse from std::env::args_os(), return Err on error.
§

fn parse_from<I, T>(itr: I) -> Self
where I: IntoIterator<Item = T>, - T: Into<OsString> + Clone,

Parse from iterator, exit on error
§

fn try_parse_from<I, T>(itr: I) -> Result<Self, Error>
where + T: Into<OsString> + Clone,

Parse from iterator, [exit][Error::exit] on error.
§

fn try_parse_from<I, T>(itr: I) -> Result<Self, Error>
where I: IntoIterator<Item = T>, T: Into<OsString> + Clone,

Parse from iterator, return Err on error.
§

fn update_from<I, T>(&mut self, itr: I)
where I: IntoIterator<Item = T>, - T: Into<OsString> + Clone,

Update from iterator, exit on error
§

fn try_update_from<I, T>(&mut self, itr: I) -> Result<(), Error>
where + T: Into<OsString> + Clone,

Update from iterator, [exit][Error::exit] on error. Read more
§

fn try_update_from<I, T>(&mut self, itr: I) -> Result<(), Error>
where I: IntoIterator<Item = T>, T: Into<OsString> + Clone,

Update from iterator, return Err on error.
source§

impl PartialEq for ScanOptions

source§

fn eq(&self, other: &ScanOptions) -> 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 diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_esplora/enum.EsploraCommands.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_esplora/enum.EsploraCommands.html index 0283f813e0..2666315efd 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_esplora/enum.EsploraCommands.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_esplora/enum.EsploraCommands.html @@ -27,7 +27,9 @@ ) -> Result<(), Error>

Assign values from ArgMatches to self.
source§

fn update_from_arg_matches_mut<'b>( &mut self, __clap_arg_matches: &mut ArgMatches -) -> Result<(), Error>

Assign values from ArgMatches to self.
source§

impl Subcommand for EsploraCommands

source§

fn augment_subcommands<'b>(__clap_app: Command<'b>) -> Command<'b>

Append to [Command] so it can instantiate Self. Read more
source§

fn augment_subcommands_for_update<'b>(__clap_app: Command<'b>) -> Command<'b>

Append to [Command] so it can update self. Read more
source§

fn has_subcommand(__clap_name: &str) -> bool

Test whether Self can parse a specific subcommand

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +) -> Result<(), Error>

Assign values from ArgMatches to self.
source§

impl Subcommand for EsploraCommands

source§

fn augment_subcommands<'b>(__clap_app: Command) -> Command

Append to [Command] so it can instantiate Self via +[FromArgMatches::from_arg_matches_mut] Read more
source§

fn augment_subcommands_for_update<'b>(__clap_app: Command) -> Command

Append to [Command] so it can instantiate self via +[FromArgMatches::update_from_arg_matches_mut] Read more
source§

fn has_subcommand(__clap_name: &str) -> bool

Test whether Self can parse a specific subcommand

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_esplora/struct.EsploraArgs.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_esplora/struct.EsploraArgs.html index 32d029266f..f70be24139 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_esplora/struct.EsploraArgs.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_esplora/struct.EsploraArgs.html @@ -1,7 +1,9 @@ EsploraArgs in example_esplora - Rust

Struct example_esplora::EsploraArgs

source ·
pub struct EsploraArgs {
     pub(crate) esplora_url: Option<String>,
 }

Fields§

§esplora_url: Option<String>

The esplora url endpoint to connect to.

-

Implementations§

source§

impl EsploraArgs

source

pub fn client(&self, network: Network) -> Result<BlockingClient>

Trait Implementations§

source§

impl Args for EsploraArgs

source§

fn augment_args<'b>(__clap_app: Command<'b>) -> Command<'b>

Append to [Command] so it can instantiate Self. Read more
source§

fn augment_args_for_update<'b>(__clap_app: Command<'b>) -> Command<'b>

Append to [Command] so it can update self. Read more
source§

impl Clone for EsploraArgs

source§

fn clone(&self) -> EsploraArgs

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for EsploraArgs

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl FromArgMatches for EsploraArgs

source§

fn from_arg_matches(__clap_arg_matches: &ArgMatches) -> Result<Self, Error>

Instantiate Self from [ArgMatches], parsing the arguments as needed. Read more
source§

fn from_arg_matches_mut( +

Implementations§

source§

impl EsploraArgs

source

pub fn client(&self, network: Network) -> Result<BlockingClient>

Trait Implementations§

source§

impl Args for EsploraArgs

source§

fn group_id() -> Option<Id>

Report the [ArgGroup::id][crate::ArgGroup::id] for this set of arguments
source§

fn augment_args<'b>(__clap_app: Command) -> Command

Append to [Command] so it can instantiate Self via +[FromArgMatches::from_arg_matches_mut] Read more
source§

fn augment_args_for_update<'b>(__clap_app: Command) -> Command

Append to [Command] so it can instantiate self via +[FromArgMatches::update_from_arg_matches_mut] Read more
source§

impl Clone for EsploraArgs

source§

fn clone(&self) -> EsploraArgs

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for EsploraArgs

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl FromArgMatches for EsploraArgs

source§

fn from_arg_matches(__clap_arg_matches: &ArgMatches) -> Result<Self, Error>

Instantiate Self from [ArgMatches], parsing the arguments as needed. Read more
source§

fn from_arg_matches_mut( __clap_arg_matches: &mut ArgMatches ) -> Result<Self, Error>

Instantiate Self from [ArgMatches], parsing the arguments as needed. Read more
source§

fn update_from_arg_matches( &mut self, diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_esplora/struct.ScanOptions.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_esplora/struct.ScanOptions.html index 520d124849..04cfe1b2c7 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_esplora/struct.ScanOptions.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_esplora/struct.ScanOptions.html @@ -1,7 +1,9 @@ ScanOptions in example_esplora - Rust

Struct example_esplora::ScanOptions

source ·
pub struct ScanOptions {
     pub parallel_requests: usize,
 }

Fields§

§parallel_requests: usize

Max number of concurrent esplora server requests.

-

Trait Implementations§

source§

impl Args for ScanOptions

source§

fn augment_args<'b>(__clap_app: Command<'b>) -> Command<'b>

Append to [Command] so it can instantiate Self. Read more
source§

fn augment_args_for_update<'b>(__clap_app: Command<'b>) -> Command<'b>

Append to [Command] so it can update self. Read more
source§

impl Clone for ScanOptions

source§

fn clone(&self) -> ScanOptions

Returns a 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 CommandFactory for ScanOptions

source§

fn into_app<'b>() -> Command<'b>

Deprecated, replaced with CommandFactory::command
source§

fn into_app_for_update<'b>() -> Command<'b>

Deprecated, replaced with CommandFactory::command_for_update
§

fn command<'help>() -> App<'help>

Build a [Command] that can instantiate Self. Read more
§

fn command_for_update<'help>() -> App<'help>

Build a [Command] that can update self. Read more
source§

impl Debug for ScanOptions

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl FromArgMatches for ScanOptions

source§

fn from_arg_matches(__clap_arg_matches: &ArgMatches) -> Result<Self, Error>

Instantiate Self from [ArgMatches], parsing the arguments as needed. Read more
source§

fn from_arg_matches_mut( +

Trait Implementations§

source§

impl Args for ScanOptions

source§

fn group_id() -> Option<Id>

Report the [ArgGroup::id][crate::ArgGroup::id] for this set of arguments
source§

fn augment_args<'b>(__clap_app: Command) -> Command

Append to [Command] so it can instantiate Self via +[FromArgMatches::from_arg_matches_mut] Read more
source§

fn augment_args_for_update<'b>(__clap_app: Command) -> Command

Append to [Command] so it can instantiate self via +[FromArgMatches::update_from_arg_matches_mut] Read more
source§

impl Clone for ScanOptions

source§

fn clone(&self) -> ScanOptions

Returns a 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 CommandFactory for ScanOptions

source§

fn command<'b>() -> Command

Build a [Command] that can instantiate Self. Read more
source§

fn command_for_update<'b>() -> Command

Build a [Command] that can update self. Read more
source§

impl Debug for ScanOptions

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl FromArgMatches for ScanOptions

source§

fn from_arg_matches(__clap_arg_matches: &ArgMatches) -> Result<Self, Error>

Instantiate Self from [ArgMatches], parsing the arguments as needed. Read more
source§

fn from_arg_matches_mut( __clap_arg_matches: &mut ArgMatches ) -> Result<Self, Error>

Instantiate Self from [ArgMatches], parsing the arguments as needed. Read more
source§

fn update_from_arg_matches( &mut self, @@ -9,13 +11,13 @@ ) -> Result<(), Error>

Assign values from ArgMatches to self.
source§

fn update_from_arg_matches_mut( &mut self, __clap_arg_matches: &mut ArgMatches -) -> Result<(), Error>

Assign values from ArgMatches to self.
source§

impl Parser for ScanOptions

§

fn parse() -> Self

Parse from std::env::args_os(), exit on error
§

fn try_parse() -> Result<Self, Error>

Parse from std::env::args_os(), return Err on error.
§

fn parse_from<I, T>(itr: I) -> Self
where +) -> Result<(), Error>

Assign values from ArgMatches to self.
source§

impl Parser for ScanOptions

§

fn parse() -> Self

Parse from std::env::args_os(), [exit][Error::exit] on error.
§

fn try_parse() -> Result<Self, Error>

Parse from std::env::args_os(), return Err on error.
§

fn parse_from<I, T>(itr: I) -> Self
where I: IntoIterator<Item = T>, - T: Into<OsString> + Clone,

Parse from iterator, exit on error
§

fn try_parse_from<I, T>(itr: I) -> Result<Self, Error>
where + T: Into<OsString> + Clone,

Parse from iterator, [exit][Error::exit] on error.
§

fn try_parse_from<I, T>(itr: I) -> Result<Self, Error>
where I: IntoIterator<Item = T>, T: Into<OsString> + Clone,

Parse from iterator, return Err on error.
§

fn update_from<I, T>(&mut self, itr: I)
where I: IntoIterator<Item = T>, - T: Into<OsString> + Clone,

Update from iterator, exit on error
§

fn try_update_from<I, T>(&mut self, itr: I) -> Result<(), Error>
where + T: Into<OsString> + Clone,

Update from iterator, [exit][Error::exit] on error. Read more
§

fn try_update_from<I, T>(&mut self, itr: I) -> Result<(), Error>
where I: IntoIterator<Item = T>, T: Into<OsString> + Clone,

Update from iterator, return Err on error.
source§

impl PartialEq for ScanOptions

source§

fn eq(&self, other: &ScanOptions) -> 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 diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_electrum_example/all.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_electrum/all.html similarity index 95% rename from docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_electrum_example/all.html rename to docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_electrum/all.html index 153781cee9..04c773b9e3 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_electrum_example/all.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_electrum/all.html @@ -1 +1 @@ -List of all items in this crate
\ No newline at end of file +List of all items in this crate
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_electrum_example/constant.BATCH_SIZE.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_electrum/constant.BATCH_SIZE.html similarity index 83% rename from docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_electrum_example/constant.BATCH_SIZE.html rename to docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_electrum/constant.BATCH_SIZE.html index 1358758137..779851a758 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_electrum_example/constant.BATCH_SIZE.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_electrum/constant.BATCH_SIZE.html @@ -1 +1 @@ -BATCH_SIZE in wallet_electrum_example - Rust

Constant wallet_electrum_example::BATCH_SIZE

source ·
pub(crate) const BATCH_SIZE: usize = 5;
\ No newline at end of file +BATCH_SIZE in example_wallet_electrum - Rust

Constant example_wallet_electrum::BATCH_SIZE

source ·
pub(crate) const BATCH_SIZE: usize = 5;
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_electrum_example/constant.DB_MAGIC.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_electrum/constant.DB_MAGIC.html similarity index 83% rename from docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_electrum_example/constant.DB_MAGIC.html rename to docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_electrum/constant.DB_MAGIC.html index 2a2427b727..1c72d3bbae 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_electrum_example/constant.DB_MAGIC.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_electrum/constant.DB_MAGIC.html @@ -1 +1 @@ -DB_MAGIC in wallet_electrum_example - Rust

Constant wallet_electrum_example::DB_MAGIC

source ·
pub(crate) const DB_MAGIC: &str = "bdk_wallet_electrum_example";
\ No newline at end of file +DB_MAGIC in example_wallet_electrum - Rust

Constant example_wallet_electrum::DB_MAGIC

source ·
pub(crate) const DB_MAGIC: &str = "bdk_wallet_electrum_example";
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_electrum_example/constant.ELECTRUM_URL.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_electrum/constant.ELECTRUM_URL.html similarity index 83% rename from docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_electrum_example/constant.ELECTRUM_URL.html rename to docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_electrum/constant.ELECTRUM_URL.html index 1ade07807e..29352a067b 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_electrum_example/constant.ELECTRUM_URL.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_electrum/constant.ELECTRUM_URL.html @@ -1 +1 @@ -ELECTRUM_URL in wallet_electrum_example - Rust

Constant wallet_electrum_example::ELECTRUM_URL

source ·
pub(crate) const ELECTRUM_URL: &str = "ssl://electrum.blockstream.info:60002";
\ No newline at end of file +ELECTRUM_URL in example_wallet_electrum - Rust

Constant example_wallet_electrum::ELECTRUM_URL

source ·
pub(crate) const ELECTRUM_URL: &str = "ssl://electrum.blockstream.info:60002";
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_blocking/constant.EXTERNAL_DESC.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_electrum/constant.EXTERNAL_DESC.html similarity index 84% rename from docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_blocking/constant.EXTERNAL_DESC.html rename to docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_electrum/constant.EXTERNAL_DESC.html index 64c5b94e0d..c44dca40f6 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_blocking/constant.EXTERNAL_DESC.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_electrum/constant.EXTERNAL_DESC.html @@ -1 +1 @@ -EXTERNAL_DESC in wallet_esplora_blocking - Rust

Constant wallet_esplora_blocking::EXTERNAL_DESC

source ·
pub(crate) const EXTERNAL_DESC: &str = "wpkh(tprv8ZgxMBicQKsPdy6LMhUtFHAgpocR8GC6QmwMSFpZs7h6Eziw3SpThFfczTDh5rW2krkqffa11UpX3XkeTTB2FvzZKWXqPY54Y6Rq4AQ5R8L/84'/1'/0'/0/*)";
\ No newline at end of file +EXTERNAL_DESC in example_wallet_electrum - Rust

Constant example_wallet_electrum::EXTERNAL_DESC

source ·
pub(crate) const EXTERNAL_DESC: &str = "wpkh(tprv8ZgxMBicQKsPdy6LMhUtFHAgpocR8GC6QmwMSFpZs7h6Eziw3SpThFfczTDh5rW2krkqffa11UpX3XkeTTB2FvzZKWXqPY54Y6Rq4AQ5R8L/84'/1'/0'/0/*)";
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_blocking/constant.INTERNAL_DESC.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_electrum/constant.INTERNAL_DESC.html similarity index 84% rename from docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_blocking/constant.INTERNAL_DESC.html rename to docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_electrum/constant.INTERNAL_DESC.html index f8f10064e0..a8890a375f 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_blocking/constant.INTERNAL_DESC.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_electrum/constant.INTERNAL_DESC.html @@ -1 +1 @@ -INTERNAL_DESC in wallet_esplora_blocking - Rust

Constant wallet_esplora_blocking::INTERNAL_DESC

source ·
pub(crate) const INTERNAL_DESC: &str = "wpkh(tprv8ZgxMBicQKsPdy6LMhUtFHAgpocR8GC6QmwMSFpZs7h6Eziw3SpThFfczTDh5rW2krkqffa11UpX3XkeTTB2FvzZKWXqPY54Y6Rq4AQ5R8L/84'/1'/0'/1/*)";
\ No newline at end of file +INTERNAL_DESC in example_wallet_electrum - Rust

Constant example_wallet_electrum::INTERNAL_DESC

source ·
pub(crate) const INTERNAL_DESC: &str = "wpkh(tprv8ZgxMBicQKsPdy6LMhUtFHAgpocR8GC6QmwMSFpZs7h6Eziw3SpThFfczTDh5rW2krkqffa11UpX3XkeTTB2FvzZKWXqPY54Y6Rq4AQ5R8L/84'/1'/0'/1/*)";
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_electrum_example/constant.NETWORK.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_electrum/constant.NETWORK.html similarity index 82% rename from docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_electrum_example/constant.NETWORK.html rename to docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_electrum/constant.NETWORK.html index b24249a786..32693f5243 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_electrum_example/constant.NETWORK.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_electrum/constant.NETWORK.html @@ -1 +1 @@ -NETWORK in wallet_electrum_example - Rust

Constant wallet_electrum_example::NETWORK

source ·
pub(crate) const NETWORK: Network;
\ No newline at end of file +NETWORK in example_wallet_electrum - Rust

Constant example_wallet_electrum::NETWORK

source ·
pub(crate) const NETWORK: Network;
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_blocking/constant.SEND_AMOUNT.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_electrum/constant.SEND_AMOUNT.html similarity index 82% rename from docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_blocking/constant.SEND_AMOUNT.html rename to docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_electrum/constant.SEND_AMOUNT.html index 7fe025590f..169b253b61 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_blocking/constant.SEND_AMOUNT.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_electrum/constant.SEND_AMOUNT.html @@ -1 +1 @@ -SEND_AMOUNT in wallet_esplora_blocking - Rust

Constant wallet_esplora_blocking::SEND_AMOUNT

source ·
pub(crate) const SEND_AMOUNT: Amount;
\ No newline at end of file +SEND_AMOUNT in example_wallet_electrum - Rust

Constant example_wallet_electrum::SEND_AMOUNT

source ·
pub(crate) const SEND_AMOUNT: Amount;
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_electrum_example/constant.STOP_GAP.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_electrum/constant.STOP_GAP.html similarity index 83% rename from docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_electrum_example/constant.STOP_GAP.html rename to docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_electrum/constant.STOP_GAP.html index 3688524553..62e5737952 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_electrum_example/constant.STOP_GAP.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_electrum/constant.STOP_GAP.html @@ -1 +1 @@ -STOP_GAP in wallet_electrum_example - Rust

Constant wallet_electrum_example::STOP_GAP

source ·
pub(crate) const STOP_GAP: usize = 50;
\ No newline at end of file +STOP_GAP in example_wallet_electrum - Rust

Constant example_wallet_electrum::STOP_GAP

source ·
pub(crate) const STOP_GAP: usize = 50;
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_electrum_example/fn.main.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_electrum/fn.main.html similarity index 86% rename from docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_electrum_example/fn.main.html rename to docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_electrum/fn.main.html index 4967aadae5..658b5eb429 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_electrum_example/fn.main.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_electrum/fn.main.html @@ -1 +1 @@ -main in wallet_electrum_example - Rust

Function wallet_electrum_example::main

source ·
pub(crate) fn main() -> Result<(), Error>
\ No newline at end of file +main in example_wallet_electrum - Rust

Function example_wallet_electrum::main

source ·
pub(crate) fn main() -> Result<(), Error>
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_electrum_example/index.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_electrum/index.html similarity index 72% rename from docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_electrum_example/index.html rename to docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_electrum/index.html index 9ced33a984..f00df5eced 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_electrum_example/index.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_electrum/index.html @@ -1 +1 @@ -wallet_electrum_example - Rust

Crate wallet_electrum_example

source ·

Constants§

Functions§

\ No newline at end of file +example_wallet_electrum - Rust

Crate example_wallet_electrum

source ·

Constants§

Functions§

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_electrum_example/sidebar-items.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_electrum/sidebar-items.js similarity index 100% rename from docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_electrum_example/sidebar-items.js rename to docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_electrum/sidebar-items.js diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_async/all.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_async/all.html new file mode 100644 index 0000000000..fb31add062 --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_async/all.html @@ -0,0 +1 @@ +List of all items in this crate
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_async/constant.DB_PATH.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_async/constant.DB_PATH.html new file mode 100644 index 0000000000..7571c83f66 --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_async/constant.DB_PATH.html @@ -0,0 +1 @@ +DB_PATH in example_wallet_esplora_async - Rust

Constant example_wallet_esplora_async::DB_PATH

source ·
pub(crate) const DB_PATH: &str = "bdk-example-esplora-async.sqlite";
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_async/constant.ESPLORA_URL.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_async/constant.ESPLORA_URL.html new file mode 100644 index 0000000000..3c20f07fd2 --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_async/constant.ESPLORA_URL.html @@ -0,0 +1 @@ +ESPLORA_URL in example_wallet_esplora_async - Rust

Constant example_wallet_esplora_async::ESPLORA_URL

source ·
pub(crate) const ESPLORA_URL: &str = "http://signet.bitcoindevkit.net";
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_async/constant.EXTERNAL_DESC.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_async/constant.EXTERNAL_DESC.html new file mode 100644 index 0000000000..e926b17058 --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_async/constant.EXTERNAL_DESC.html @@ -0,0 +1 @@ +EXTERNAL_DESC in example_wallet_esplora_async - Rust

Constant example_wallet_esplora_async::EXTERNAL_DESC

source ·
pub(crate) const EXTERNAL_DESC: &str = "wpkh(tprv8ZgxMBicQKsPdy6LMhUtFHAgpocR8GC6QmwMSFpZs7h6Eziw3SpThFfczTDh5rW2krkqffa11UpX3XkeTTB2FvzZKWXqPY54Y6Rq4AQ5R8L/84'/1'/0'/0/*)";
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_async/constant.INTERNAL_DESC.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_async/constant.INTERNAL_DESC.html new file mode 100644 index 0000000000..9942227c00 --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_async/constant.INTERNAL_DESC.html @@ -0,0 +1 @@ +INTERNAL_DESC in example_wallet_esplora_async - Rust

Constant example_wallet_esplora_async::INTERNAL_DESC

source ·
pub(crate) const INTERNAL_DESC: &str = "wpkh(tprv8ZgxMBicQKsPdy6LMhUtFHAgpocR8GC6QmwMSFpZs7h6Eziw3SpThFfczTDh5rW2krkqffa11UpX3XkeTTB2FvzZKWXqPY54Y6Rq4AQ5R8L/84'/1'/0'/1/*)";
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_async/constant.NETWORK.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_async/constant.NETWORK.html new file mode 100644 index 0000000000..ecc43c6d8b --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_async/constant.NETWORK.html @@ -0,0 +1 @@ +NETWORK in example_wallet_esplora_async - Rust

Constant example_wallet_esplora_async::NETWORK

source ·
pub(crate) const NETWORK: Network;
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_async/constant.PARALLEL_REQUESTS.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_async/constant.PARALLEL_REQUESTS.html new file mode 100644 index 0000000000..2d19d4a0cf --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_async/constant.PARALLEL_REQUESTS.html @@ -0,0 +1 @@ +PARALLEL_REQUESTS in example_wallet_esplora_async - Rust

Constant example_wallet_esplora_async::PARALLEL_REQUESTS

source ·
pub(crate) const PARALLEL_REQUESTS: usize = 5;
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_async/constant.SEND_AMOUNT.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_async/constant.SEND_AMOUNT.html new file mode 100644 index 0000000000..16e9e2264f --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_async/constant.SEND_AMOUNT.html @@ -0,0 +1 @@ +SEND_AMOUNT in example_wallet_esplora_async - Rust

Constant example_wallet_esplora_async::SEND_AMOUNT

source ·
pub(crate) const SEND_AMOUNT: Amount;
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_async/constant.STOP_GAP.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_async/constant.STOP_GAP.html new file mode 100644 index 0000000000..a9b5ca52db --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_async/constant.STOP_GAP.html @@ -0,0 +1 @@ +STOP_GAP in example_wallet_esplora_async - Rust

Constant example_wallet_esplora_async::STOP_GAP

source ·
pub(crate) const STOP_GAP: usize = 5;
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_async/fn.main.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_async/fn.main.html new file mode 100644 index 0000000000..c6cd7cc7e0 --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_async/fn.main.html @@ -0,0 +1 @@ +main in example_wallet_esplora_async - Rust

Function example_wallet_esplora_async::main

source ·
pub(crate) fn main() -> Result<(), Error>
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_async/index.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_async/index.html new file mode 100644 index 0000000000..7e57475390 --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_async/index.html @@ -0,0 +1 @@ +example_wallet_esplora_async - Rust

Crate example_wallet_esplora_async

source ·

Constants§

Functions§

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_async/sidebar-items.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_async/sidebar-items.js similarity index 100% rename from docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_async/sidebar-items.js rename to docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_async/sidebar-items.js diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_blocking/all.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_blocking/all.html new file mode 100644 index 0000000000..bfd56e8c3e --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_blocking/all.html @@ -0,0 +1 @@ +List of all items in this crate
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_blocking/constant.DB_MAGIC.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_blocking/constant.DB_MAGIC.html new file mode 100644 index 0000000000..05ef1ed12f --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_blocking/constant.DB_MAGIC.html @@ -0,0 +1 @@ +DB_MAGIC in example_wallet_esplora_blocking - Rust

Constant example_wallet_esplora_blocking::DB_MAGIC

source ·
pub(crate) const DB_MAGIC: &str = "bdk_wallet_esplora_example";
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_blocking/constant.DB_PATH.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_blocking/constant.DB_PATH.html new file mode 100644 index 0000000000..9b3c3316a7 --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_blocking/constant.DB_PATH.html @@ -0,0 +1 @@ +DB_PATH in example_wallet_esplora_blocking - Rust

Constant example_wallet_esplora_blocking::DB_PATH

source ·
pub(crate) const DB_PATH: &str = "bdk-example-esplora-blocking.db";
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_blocking/constant.ESPLORA_URL.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_blocking/constant.ESPLORA_URL.html new file mode 100644 index 0000000000..88cd79224f --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_blocking/constant.ESPLORA_URL.html @@ -0,0 +1 @@ +ESPLORA_URL in example_wallet_esplora_blocking - Rust

Constant example_wallet_esplora_blocking::ESPLORA_URL

source ·
pub(crate) const ESPLORA_URL: &str = "http://signet.bitcoindevkit.net";
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_blocking/constant.EXTERNAL_DESC.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_blocking/constant.EXTERNAL_DESC.html new file mode 100644 index 0000000000..698574cb32 --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_blocking/constant.EXTERNAL_DESC.html @@ -0,0 +1 @@ +EXTERNAL_DESC in example_wallet_esplora_blocking - Rust

Constant example_wallet_esplora_blocking::EXTERNAL_DESC

source ·
pub(crate) const EXTERNAL_DESC: &str = "wpkh(tprv8ZgxMBicQKsPdy6LMhUtFHAgpocR8GC6QmwMSFpZs7h6Eziw3SpThFfczTDh5rW2krkqffa11UpX3XkeTTB2FvzZKWXqPY54Y6Rq4AQ5R8L/84'/1'/0'/0/*)";
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_blocking/constant.INTERNAL_DESC.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_blocking/constant.INTERNAL_DESC.html new file mode 100644 index 0000000000..eba6e9fce0 --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_blocking/constant.INTERNAL_DESC.html @@ -0,0 +1 @@ +INTERNAL_DESC in example_wallet_esplora_blocking - Rust

Constant example_wallet_esplora_blocking::INTERNAL_DESC

source ·
pub(crate) const INTERNAL_DESC: &str = "wpkh(tprv8ZgxMBicQKsPdy6LMhUtFHAgpocR8GC6QmwMSFpZs7h6Eziw3SpThFfczTDh5rW2krkqffa11UpX3XkeTTB2FvzZKWXqPY54Y6Rq4AQ5R8L/84'/1'/0'/1/*)";
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_blocking/constant.NETWORK.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_blocking/constant.NETWORK.html new file mode 100644 index 0000000000..980d18aed9 --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_blocking/constant.NETWORK.html @@ -0,0 +1 @@ +NETWORK in example_wallet_esplora_blocking - Rust

Constant example_wallet_esplora_blocking::NETWORK

source ·
pub(crate) const NETWORK: Network;
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_blocking/constant.PARALLEL_REQUESTS.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_blocking/constant.PARALLEL_REQUESTS.html new file mode 100644 index 0000000000..bf01c90a6a --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_blocking/constant.PARALLEL_REQUESTS.html @@ -0,0 +1 @@ +PARALLEL_REQUESTS in example_wallet_esplora_blocking - Rust
pub(crate) const PARALLEL_REQUESTS: usize = 5;
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_blocking/constant.SEND_AMOUNT.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_blocking/constant.SEND_AMOUNT.html new file mode 100644 index 0000000000..314e7414bb --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_blocking/constant.SEND_AMOUNT.html @@ -0,0 +1 @@ +SEND_AMOUNT in example_wallet_esplora_blocking - Rust

Constant example_wallet_esplora_blocking::SEND_AMOUNT

source ·
pub(crate) const SEND_AMOUNT: Amount;
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_blocking/constant.STOP_GAP.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_blocking/constant.STOP_GAP.html new file mode 100644 index 0000000000..6b2e12bc1a --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_blocking/constant.STOP_GAP.html @@ -0,0 +1 @@ +STOP_GAP in example_wallet_esplora_blocking - Rust

Constant example_wallet_esplora_blocking::STOP_GAP

source ·
pub(crate) const STOP_GAP: usize = 5;
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_blocking/fn.main.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_blocking/fn.main.html new file mode 100644 index 0000000000..16d5b65537 --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_blocking/fn.main.html @@ -0,0 +1 @@ +main in example_wallet_esplora_blocking - Rust

Function example_wallet_esplora_blocking::main

source ·
pub(crate) fn main() -> Result<(), Error>
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_blocking/index.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_blocking/index.html new file mode 100644 index 0000000000..91a1674613 --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_blocking/index.html @@ -0,0 +1 @@ +example_wallet_esplora_blocking - Rust

Crate example_wallet_esplora_blocking

source ·

Constants§

Functions§

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_blocking/sidebar-items.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_blocking/sidebar-items.js similarity index 100% rename from docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_blocking/sidebar-items.js rename to docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_esplora_blocking/sidebar-items.js diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_rpc/all.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_rpc/all.html new file mode 100644 index 0000000000..c1dd00acee --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_rpc/all.html @@ -0,0 +1 @@ +List of all items in this crate

List of all items

Structs

Enums

Functions

Constants

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_rpc/constant.DB_MAGIC.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_rpc/constant.DB_MAGIC.html new file mode 100644 index 0000000000..22716e27ba --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_rpc/constant.DB_MAGIC.html @@ -0,0 +1 @@ +DB_MAGIC in example_wallet_rpc - Rust

Constant example_wallet_rpc::DB_MAGIC

source ·
pub(crate) const DB_MAGIC: &str = "bdk-rpc-wallet-example";
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_rpc/enum.Emission.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_rpc/enum.Emission.html similarity index 62% rename from docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_rpc/enum.Emission.html rename to docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_rpc/enum.Emission.html index 6929340578..c964ee5c8d 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_rpc/enum.Emission.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_rpc/enum.Emission.html @@ -1,8 +1,8 @@ -Emission in wallet_rpc - Rust

Enum wallet_rpc::Emission

source ·
pub(crate) enum Emission {
+Emission in example_wallet_rpc - Rust

Enum example_wallet_rpc::Emission

source ·
pub(crate) enum Emission {
     SigTerm,
     Block(BlockEvent<Block>),
     Mempool(Vec<(Transaction, u64)>),
-}

Variants§

§

SigTerm

§

Block(BlockEvent<Block>)

§

Mempool(Vec<(Transaction, u64)>)

Trait Implementations§

source§

impl Debug for Emission

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 +}

Variants§

§

SigTerm

§

Block(BlockEvent<Block>)

§

Mempool(Vec<(Transaction, u64)>)

Trait Implementations§

source§

impl Debug for Emission

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/example_wallet_rpc/fn.main.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_rpc/fn.main.html new file mode 100644 index 0000000000..a6a641a5a3 --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_rpc/fn.main.html @@ -0,0 +1 @@ +main in example_wallet_rpc - Rust

Function example_wallet_rpc::main

source ·
pub(crate) fn main() -> Result<()>
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_rpc/index.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_rpc/index.html new file mode 100644 index 0000000000..8e60d3ffb2 --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_rpc/index.html @@ -0,0 +1 @@ +example_wallet_rpc - Rust

Crate example_wallet_rpc

source ·

Structs§

  • Bitcoind RPC example using bdk_wallet::Wallet.

Enums§

Constants§

Functions§

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_rpc/sidebar-items.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_rpc/sidebar-items.js similarity index 100% rename from docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_rpc/sidebar-items.js rename to docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_rpc/sidebar-items.js diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_rpc/struct.Args.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_rpc/struct.Args.html similarity index 56% rename from docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_rpc/struct.Args.html rename to docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_rpc/struct.Args.html index f5328f32ba..b9d37dfa58 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_rpc/struct.Args.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/example_wallet_rpc/struct.Args.html @@ -1,4 +1,4 @@ -Args in wallet_rpc - Rust

Struct wallet_rpc::Args

source ·
pub struct Args {
+Args in example_wallet_rpc - Rust

Struct example_wallet_rpc::Args

source ·
pub struct Args {
     pub descriptor: String,
     pub change_descriptor: String,
     pub start_height: u32,
@@ -20,23 +20,25 @@
 
§rpc_cookie: Option<PathBuf>

RPC auth cookie file

§rpc_user: Option<String>

RPC auth username

§rpc_pass: Option<String>

RPC auth password

-

Implementations§

source§

impl Args

source

pub(crate) fn client(&self) -> Result<Client>

Trait Implementations§

source§

impl Args for Args

source§

fn augment_args<'b>(__clap_app: Command<'b>) -> Command<'b>

Append to [Command] so it can instantiate Self. Read more
source§

fn augment_args_for_update<'b>(__clap_app: Command<'b>) -> Command<'b>

Append to [Command] so it can update self. Read more
source§

impl CommandFactory for Args

source§

fn into_app<'b>() -> Command<'b>

Deprecated, replaced with CommandFactory::command
source§

fn into_app_for_update<'b>() -> Command<'b>

Deprecated, replaced with CommandFactory::command_for_update
§

fn command<'help>() -> App<'help>

Build a [Command] that can instantiate Self. Read more
§

fn command_for_update<'help>() -> App<'help>

Build a [Command] that can update self. Read more
source§

impl Debug for Args

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl FromArgMatches for Args

source§

fn from_arg_matches(__clap_arg_matches: &ArgMatches) -> Result<Self, Error>

Instantiate Self from [ArgMatches], parsing the arguments as needed. Read more
source§

fn from_arg_matches_mut( +

Implementations§

source§

impl Args

source

pub(crate) fn client(&self) -> Result<Client>

Trait Implementations§

source§

impl Args for Args

source§

fn group_id() -> Option<Id>

Report the [ArgGroup::id][crate::ArgGroup::id] for this set of arguments
source§

fn augment_args<'b>(__clap_app: Command) -> Command

Append to [Command] so it can instantiate Self via +[FromArgMatches::from_arg_matches_mut] Read more
source§

fn augment_args_for_update<'b>(__clap_app: Command) -> Command

Append to [Command] so it can instantiate self via +[FromArgMatches::update_from_arg_matches_mut] Read more
source§

impl CommandFactory for Args

source§

fn command<'b>() -> Command

Build a [Command] that can instantiate Self. Read more
source§

fn command_for_update<'b>() -> Command

Build a [Command] that can update self. Read more
source§

impl Debug for Args

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl FromArgMatches for Args

source§

fn from_arg_matches(__clap_arg_matches: &ArgMatches) -> Result<Self, Error>

Instantiate Self from [ArgMatches], parsing the arguments as needed. Read more
source§

fn from_arg_matches_mut( __clap_arg_matches: &mut ArgMatches -) -> Result<Self, Error>

Instantiate Self from [ArgMatches], parsing the arguments as needed. Read more
source§

fn update_from_arg_matches( +) -> Result<Self, Error>

Instantiate Self from [ArgMatches], parsing the arguments as needed. Read more
source§

fn update_from_arg_matches( &mut self, __clap_arg_matches: &ArgMatches -) -> Result<(), Error>

Assign values from ArgMatches to self.
source§

fn update_from_arg_matches_mut( +) -> Result<(), Error>

Assign values from ArgMatches to self.
source§

fn update_from_arg_matches_mut( &mut self, __clap_arg_matches: &mut ArgMatches -) -> Result<(), Error>

Assign values from ArgMatches to self.
source§

impl Parser for Args

§

fn parse() -> Self

Parse from std::env::args_os(), exit on error
§

fn try_parse() -> Result<Self, Error>

Parse from std::env::args_os(), return Err on error.
§

fn parse_from<I, T>(itr: I) -> Self
where +) -> Result<(), Error>

Assign values from ArgMatches to self.
source§

impl Parser for Args

§

fn parse() -> Self

Parse from std::env::args_os(), [exit][Error::exit] on error.
§

fn try_parse() -> Result<Self, Error>

Parse from std::env::args_os(), return Err on error.
§

fn parse_from<I, T>(itr: I) -> Self
where I: IntoIterator<Item = T>, - T: Into<OsString> + Clone,

Parse from iterator, exit on error
§

fn try_parse_from<I, T>(itr: I) -> Result<Self, Error>
where + T: Into<OsString> + Clone,

Parse from iterator, [exit][Error::exit] on error.
§

fn try_parse_from<I, T>(itr: I) -> Result<Self, Error>
where I: IntoIterator<Item = T>, T: Into<OsString> + Clone,

Parse from iterator, return Err on error.
§

fn update_from<I, T>(&mut self, itr: I)
where I: IntoIterator<Item = T>, - T: Into<OsString> + Clone,

Update from iterator, exit on error
§

fn try_update_from<I, T>(&mut self, itr: I) -> Result<(), Error>
where + T: Into<OsString> + Clone,

Update from iterator, [exit][Error::exit] on error. Read more
§

fn try_update_from<I, T>(&mut self, itr: I) -> Result<(), Error>
where I: IntoIterator<Item = T>, - T: Into<OsString> + Clone,

Update from iterator, return Err on error.

Auto Trait Implementations§

§

impl Freeze for Args

§

impl RefUnwindSafe for Args

§

impl Send for Args

§

impl Sync for Args

§

impl Unpin for Args

§

impl UnwindSafe for Args

Blanket Implementations§

source§

impl<T> Any for T
where + T: Into<OsString> + Clone,

Update from iterator, return Err on error.

Auto Trait Implementations§

§

impl Freeze for Args

§

impl RefUnwindSafe for Args

§

impl Send for Args

§

impl Sync for Args

§

impl Unpin for Args

§

impl UnwindSafe for Args

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 76bac1c1e6..3ed950109f 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 12d2d97314..b4f45ea44d 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,20 +1,20 @@ 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,"bitcoin_units::amount"],[14965,"rusqlite::types::from_sql"],[14966,"bitcoin::blockdata::transaction"],[14967,"bitcoin::blockdata::script::owned"],[14968,"bitcoin::network"],[14969,"bitcoin::blockdata::block"],[14970,"miniscript::descriptor::key"],[14971,"miniscript::descriptor"],[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::path"],[15054,"std::ffi::os_str"],[15055,"bitcoin::p2p::address"],[15056,"bitcoin::p2p::message_blockdata"],[15057,"bitcoin::bip152"],[15058,"alloc::vec::drain"],[15059,"serde_json::value"],[15060,"alloc::vec::extract_if"],[15061,"std::io::error"],[15062,"bitcoin::taproot::merkle_branch"],[15063,"alloc::ffi::c_str"],[15064,"alloc::collections::vec_deque"],[15065,"alloc::collections::binary_heap"],[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,28,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,26,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,28,134,23,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,23,79,129,80,126,148,79,23,79,80,81,23,79,80,82,0,88,90,91,92,29,93,94,95,96,97,30,98,99,100,101,102,103,104,105,106,0,90,91,92,29,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,29,93,94,95,96,97,30,98,99,100,101,102,103,104,105,106,90,90,91,91,92,92,29,29,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,26,0,0,0,53,53,0,134,23,79,129,82,80,89,135,88,90,90,91,91,92,92,29,29,93,93,94,94,95,95,53,130,107,27,27,136,137,96,96,97,97,30,30,98,98,138,120,126,139,26,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,23,79,129,82,80,89,135,88,90,91,92,29,93,94,95,53,130,107,27,27,136,137,96,97,30,98,138,120,126,139,26,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,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,29,93,94,95,53,130,27,136,137,96,97,30,98,138,120,126,139,26,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,23,79,129,82,80,89,135,88,90,91,92,29,93,94,95,53,130,27,136,137,96,97,30,98,138,120,126,139,26,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,23,79,129,82,80,89,135,88,90,91,92,29,93,94,95,107,27,136,137,96,97,30,98,138,120,126,139,26,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,26,26,53,26,0,23,90,91,29,93,94,53,30,98,138,126,139,133,140,146,149,104,53,27,120,139,26,23,90,91,29,93,94,53,107,27,30,98,138,120,126,139,26,133,140,146,149,104,107,107,82,23,79,27,138,120,126,133,111,149,113,114,115,27,27,23,79,23,79,23,129,82,80,88,90,91,92,29,93,94,95,53,107,27,96,97,30,98,138,120,126,139,26,133,141,99,100,142,143,101,102,103,144,145,28,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,29,93,94,95,96,97,30,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,29,93,94,95,53,130,107,107,27,27,136,137,96,97,30,98,138,120,126,139,26,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,23,23,79,79,129,129,82,82,80,80,89,89,135,135,88,88,90,90,91,91,92,92,29,29,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,126,126,139,139,26,26,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,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,29,29,29,29,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,126,126,126,126,139,26,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,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,29,29,29,29,29,29,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,126,126,126,139,26,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,126,81,148,146,23,79,90,91,92,29,93,94,95,96,97,30,98,99,100,101,102,103,104,105,106,107,27,107,28,148,126,145,149,144,28,90,91,92,29,93,94,95,96,97,30,98,99,100,101,102,103,104,105,106,23,79,146,126,27,126,81,148,149,23,27,106,82,80,81,148,28,105,80,141,142,90,91,92,29,93,94,95,96,97,30,98,99,100,101,102,103,104,105,106,23,79,129,129,129,88,104,105,126,126,82,82,90,91,92,29,93,94,95,96,97,30,98,133,141,141,99,100,142,143,101,102,103,104,105,106,90,91,92,29,93,94,95,96,97,30,98,99,100,101,102,103,104,105,106,145,134,23,79,129,82,80,89,88,90,91,92,29,93,94,95,137,96,97,30,98,138,126,141,99,100,142,143,101,102,103,144,145,28,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,29,93,94,95,107,27,136,137,96,97,30,98,138,120,126,139,26,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,29,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,26,150,107,107,107,107,134,23,79,129,82,80,89,135,88,90,91,92,29,93,94,95,53,130,27,136,137,96,97,30,98,138,120,126,139,26,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,26,26,107,133,26,126,126,26,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,26,81,28,88,148,148,148,0,148,148,107,139,107,139,23,79,129,80,80,23,79,80,79,0,143,107,27,136,138,133,141,143,27,27,27,27,27,27,27,27,141,143,27,133,26,138,26,150,0,107,88,88,88,88,88,88,136,133,88,136,88,136,133,107,27,141,142,88,136,28,0,23,79,129,82,80,89,135,88,90,91,92,29,93,94,95,107,107,27,27,136,137,96,97,30,98,138,120,126,139,26,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,126,126,126,126,126,126,126,126,126,126,126,126,0,88,141,142,82,143,133,133,27,27,27,27,141,142,23,79,23,79,88,27,27,80,27,88,107,88,139,26,120,133,120,120,23,79,23,79,23,79,23,79,23,129,82,82,80,88,90,91,92,29,93,94,95,53,130,107,27,96,97,30,98,138,120,126,139,26,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,23,79,80,81,23,79,80,23,79,80,80,82,0,133,107,88,107,81,148,23,79,90,91,92,29,93,94,95,96,97,30,98,99,100,101,102,103,104,105,106,107,141,142,143,148,149,126,28,137,23,79,82,141,82,141,107,80,81,148,137,134,23,79,129,82,80,89,135,88,90,91,92,29,93,94,95,53,130,107,27,136,137,96,97,30,98,138,120,126,139,26,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,29,93,94,95,96,97,30,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,29,93,94,95,130,107,27,137,96,97,30,98,138,126,141,99,100,142,143,101,102,103,144,145,28,81,148,150,104,105,106,23,79,23,79,81,145,130,79,80,80,133,143,148,80,82,26,53,120,26,134,23,23,79,79,129,129,129,129,82,80,80,80,80,89,135,88,90,91,92,29,93,94,95,53,130,27,136,137,137,137,137,137,96,97,30,98,138,120,126,126,126,126,139,26,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,23,79,129,82,80,89,135,88,90,91,92,29,93,94,95,53,130,27,136,137,96,97,30,98,138,120,126,139,26,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,26,26,53,26,138,146,134,23,79,129,82,80,89,135,88,90,91,92,29,93,94,95,53,130,107,27,136,137,96,97,30,98,138,120,126,139,26,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,23,79,23,79,23,79,150,79,150,150,150,139,82,141,142,136,26,150,138,26,134,23,79,129,82,80,89,135,88,90,91,92,29,93,94,95,53,130,27,136,137,96,97,30,98,138,120,126,139,26,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,26,27,120,88,53,107,141,142,141,142,107,26,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,268,268,268,268,268,267,268,268,328,330,326,267,268,268,268,327,328,329,330,326,267,268,268,268,327,328,329,330,268,326,267,268,327,328,329,330,326,267,268,327,328,329,330,267,268,327,328,330,267,268,327,328,330,327,330,267,268,327,328,330,268,268,326,267,268,327,328,329,330,326,326,267,267,268,268,327,327,328,328,329,329,330,330,326,326,267,268,268,268,268,327,328,329,329,330,326,326,267,268,268,268,327,328,329,330,327,268,330,268,267,268,327,328,330,327,267,268,328,326,267,268,327,328,329,330,268,268,327,267,268,327,328,330,327,268,327,326,329,268,326,267,268,327,328,329,330,326,268,329,330,326,267,268,268,327,328,329,330,326,267,268,327,328,329,330,267,326,267,268,327,328,329,330,326,267,268,327,328,329,330,268,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,283,116,283,283,116,116,283,122,208,207,123,122,164,208,207,116,283,283,359,360,123,122,164,208,207,116,283,283,359,360,283,283,122,164,208,207,283,359,360,122,164,208,207,283,359,360,116,283,122,283,283,283,116,122,164,116,283,359,360,122,122,164,164,116,116,283,283,359,359,360,360,283,122,122,164,208,207,116,283,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,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,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,283,359,360,360,360,116,283,116,116,116,116,116,116,116,116,362,359,123,122,164,208,207,283,359,360,122,123,208,207,123,208,207,122,122,116,283,122,116,283,122,283,123,208,207,123,123,207,123,164,116,283,283,283,164,122,122,122,122,122,122,122,122,0,0,0,283,283,164,123,208,207,359,360,122,164,208,207,116,283,359,360,122,359,360,123,208,207,283,123,122,164,208,207,116,116,283,283,359,360,123,122,164,208,207,283,359,360,123,122,164,208,207,116,283,359,360,123,122,164,208,207,283,359,360,283,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,26,366,234,235,367,368,369,368,367,26,369,368,26,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,26,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,264,266,526,264,526,264,526,264,526,264,526,264,526,264,526,264,526,526,264,264,526,264,526,264,526,264,526,264,266,264,266,264,264,264,526,264,264,526,264,526,264,526,264,526,264,530,530,530,530,530,530,530,530,530,0,0,530,530,530,530,530,530,530,530,530,530,530,530,530,530,0,0,530,530,0,530,530,530,0,530,530,530,530,530,530,530,530,530,527,527,528,529,530,527,528,529,530,527,528,529,530,527,528,529,530,529,530,529,530,527,529,529,527,529,530,527,528,529,530,527,527,528,528,529,529,530,530,527,527,528,528,529,530,527,528,529,530,527,527,528,529,530,529,529,529,528,527,528,529,530,527,528,527,527,527,527,528,529,530,527,527,528,529,530,527,528,529,530,527,528,529,530,726,726,265,265,265,0,0,0,265,265,265,265,265,265,531,532,265,531,532,265,531,532,265,531,532,265,265,531,532,531,532,265,531,532,265,531,532,265,265,531,531,532,532,265,531,532,265,531,532,265,265,531,532,531,532,265,531,532,265,531,532,265,531,532,265,531,532,265,531,532,265,531,532,531,532,265,531,532,727,727,534,0,0,0,534,534,533,534,535,533,534,535,533,534,535,533,534,535,533,534,535,533,535,533,534,535,535,533,534,535,533,533,534,534,535,535,533,533,533,534,535,533,534,535,533,533,534,535,533,534,535,533,534,535,533,534,535,533,533,534,535,533,534,535,0,0,0,0,536,537,538,539,536,537,538,539,536,537,538,539,536,537,538,539,536,537,538,539,537,536,537,538,539,536,537,538,539,536,537,538,539,536,537,538,539,536,536,537,537,538,538,539,539,536,537,538,539,536,537,538,539,536,537,538,539,536,537,538,539,536,537,538,539,536,536,537,538,539,539,536,537,538,539,536,537,538,539,538,536,537,538,539,536,536,537,538,539,0,0,0,0,0,0,541,540,541,542,543,544,545,540,541,542,543,544,545,540,541,542,543,544,545,540,541,542,543,544,545,540,541,542,543,544,545,540,541,542,543,544,545,540,541,542,543,544,545,540,541,542,543,544,545,540,540,541,541,542,542,543,543,544,544,545,545,541,543,545,540,541,542,543,544,545,540,541,542,543,544,545,540,541,542,543,544,545,540,541,542,543,544,545,543,540,542,540,542,543,544,545,540,541,542,543,544,545,540,541,542,543,544,545,540,541,542,543,544,545,540,541,542,543,544,545,540,541,542,543,544,545,547,547,547,547,547,547,547,547,0,0,0,546,547,548,546,547,548,548,546,547,548,546,547,548,546,547,548,546,548,546,547,548,546,547,548,546,546,547,547,548,548,546,547,548,546,547,548,548,546,547,548,548,546,546,548,546,546,546,546,546,546,546,547,548,546,547,548,546,547,548,546,547,548,546,546,546,547,548,0,365,365,365,365,365,365,365,365,365,365,365,365,365,365,365,365,365,365,365,365,0,0,0,0,0,0,0,0,0,0,0,0,168,552,557,345,551,151,151,151,226,553,0,227,0,151,0,0,223,0,0,554,151,151,151,151,151,151,151,151,151,151,151,223,151,151,151,223,0,223,223,168,223,223,151,223,151,151,151,151,223,551,223,0,0,223,151,0,557,0,0,151,345,226,553,223,168,552,552,552,0,0,0,0,0,151,151,223,552,554,151,223,151,151,223,151,552,223,552,151,550,556,151,550,345,226,551,552,553,223,168,554,557,555,556,151,550,345,226,551,552,553,223,168,554,557,555,556,550,345,226,551,552,553,223,168,554,555,556,550,345,226,551,552,553,223,168,554,555,556,226,552,553,555,550,556,550,556,550,555,556,555,556,550,345,226,551,552,553,223,168,554,555,556,550,550,345,345,226,226,551,551,552,552,553,553,223,223,168,168,554,554,555,555,556,556,556,556,151,151,550,345,226,551,551,552,553,223,223,168,168,554,554,557,557,555,555,556,151,151,151,151,151,550,345,226,551,551,551,552,553,223,223,223,223,223,168,168,554,554,557,557,555,555,555,556,555,555,227,550,552,553,555,556,556,556,150,151,550,345,226,551,552,553,223,168,554,557,555,556,556,150,226,552,553,555,556,550,150,556,0,550,556,556,0,550,555,556,556,556,552,151,551,223,168,554,557,550,556,550,556,556,556,556,556,550,555,556,550,345,226,551,552,553,223,168,554,555,556,151,551,223,168,554,557,555,555,151,550,345,226,551,552,553,223,168,554,557,555,556,151,550,345,226,551,552,553,223,168,554,557,555,556,151,550,345,226,551,552,553,223,168,554,557,555,556,550,150,556,150,550,556,150,151,550,345,226,551,552,553,223,168,554,557,555,556,550,556,556,150,728,728,729,729,729,730,731,730,732,733,734,733,734,0,0,0,0,561,564,563,561,564,563,561,563,561,563,561,563,561,561,561,564,563,561,564,563,561,561,564,564,563,563,561,564,563,563,561,564,563,561,563,561,564,563,561,564,563,561,563,561,561,564,563,561,561,561,563,563,561,561,564,563,561,564,563,561,564,563,563,564,561,564,563,0,0,0,497,0,85,497,86,86,86,0,86,86,86,86,86,86,86,86,0,84,0,86,84,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,170,214,214,170,222,214,170,222,170,170,214,222,512,513,510,519,520,507,214,170,509,84,222,86,512,513,510,519,520,507,214,170,509,84,222,86,512,513,510,519,520,507,214,170,509,84,222,86,512,513,510,519,520,507,214,170,509,84,222,86,512,513,510,519,520,507,170,509,84,222,86,170,170,170,0,497,512,513,510,519,520,507,214,170,214,0,0,0,512,513,510,519,520,507,214,170,509,84,222,86,170,512,512,513,513,510,510,519,519,520,520,507,507,214,214,170,170,509,509,84,84,222,222,86,86,512,513,510,519,520,507,214,170,170,170,509,509,84,222,222,222,86,86,512,513,510,519,520,507,214,214,214,214,170,170,170,170,509,84,84,222,222,222,222,222,86,86,84,222,222,170,214,170,84,170,214,170,222,214,170,170,512,513,510,519,520,507,170,509,84,222,86,0,0,214,84,222,512,513,510,519,520,507,214,170,509,84,222,86,566,214,214,170,214,170,214,214,84,512,513,510,519,520,507,170,509,84,222,86,214,84,84,0,0,214,214,170,170,170,86,84,170,170,84,512,513,510,519,520,507,214,170,509,84,222,86,170,170,170,170,509,222,86,512,513,510,519,520,507,214,170,509,84,222,86,512,513,510,519,520,507,214,170,509,84,222,86,512,513,510,519,520,507,214,170,509,84,222,86,170,512,513,510,519,520,507,214,170,509,84,222,86,214,170,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,569,569,569,569,569,569,569,569,569,569,569,569,569,569,569,569,569,569,569,569,569,569,569,569,0,569,569,569,569,569,0,0,0,0,517,389,517,389,517,389,517,389,572,573,517,572,572,389,573,517,572,389,572,573,517,572,389,573,517,572,389,573,517,572,389,389,572,389,573,517,572,572,389,389,573,573,517,517,572,572,389,389,573,517,572,572,389,389,573,517,517,572,572,572,389,389,517,389,389,389,573,572,389,517,572,389,573,517,572,389,572,572,572,572,389,573,517,572,572,389,389,517,389,389,0,573,573,517,572,389,572,517,572,389,573,517,572,389,389,389,573,517,572,389,573,517,572,389,573,517,572,389,0,0,574,574,574,574,574,574,574,574,574,574,574,574,574,574,574,574,574,574,574,574,576,576,0,0,0,568,568,575,568,575,576,568,575,576,568,575,576,568,575,576,568,575,576,568,575,576,568,568,575,575,576,576,568,568,568,575,576,568,575,576,568,568,568,575,568,568,575,576,568,575,576,568,568,575,576,568,568,568,568,575,576,575,568,568,575,576,568,575,576,568,575,576,568,575,576,0,0,0,0,0,0,0,735,736,737,738,0,0,0,0,0,0,0,0,0,735,736,737,738,578,0,578,565,571,108,496,579,578,565,571,108,496,579,565,571,108,496,579,582,502,565,571,108,496,579,582,502,565,571,108,496,579,502,565,571,108,496,579,502,565,571,108,496,579,565,571,108,496,579,565,571,108,496,579,0,565,571,108,496,579,565,571,108,496,579,565,565,571,571,108,108,496,496,579,579,502,565,571,108,496,579,582,502,565,571,108,496,579,579,565,571,108,496,565,571,108,496,579,0,0,565,571,108,496,579,582,502,565,571,108,496,579,582,565,571,108,496,496,0,565,571,108,496,579,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,579,502,565,571,108,496,579,582,502,565,571,108,496,579,582,502,565,571,108,496,579,582,502,565,571,108,496,579,0,565,571,108,496,582,502,565,571,108,496,579,0,570,570,570,570,570,570,570,570,570,570,570,570,570,570,570,570,570,570,570,570,570,0,0,0,0,0,570,570,570,570,570,0,515,515,580,515,580,0,0,0,0,0,515,515,515,580,515,580,515,580,0,515,515,580,515,580,515,580,515,580,515,395,394,394,394,0,0,0,0,0,394,395,394,583,394,583,584,57,583,583,584,57,583,0,584,57,583,584,57,583,583,584,583,584,584,584,584,584,584,584,584,584,584,394,57,583,57,57,583,583,57,584,584,57,57,583,583,583,584,57,583,394,583,394,583,584,394,583,583,394,583,394,0,0,583,583,583,583,583,395,584,584,57,583,57,395,584,395,584,584,583,0,583,0,394,583,584,57,583,57,583,584,57,583,584,57,583,584,57,583,584,57,583,584,584,586,0,0,0,586,0,0,592,0,586,586,586,0,514,589,586,586,586,586,586,592,592,592,514,514,514,514,586,586,586,589,589,0,0,586,589,0,514,514,592,0,586,586,0,586,588,514,589,586,586,586,586,609,0,0,0,0,0,0,0,604,609,609,0,0,0,0,609,0,0,0,600,601,602,603,604,598,611,605,606,601,607,608,609,610,602,603,604,598,611,605,606,601,607,608,609,610,602,598,598,603,604,605,606,601,607,608,609,610,602,603,604,605,606,601,607,608,609,610,602,603,604,608,609,610,604,604,609,609,603,604,604,598,611,605,606,601,607,608,609,609,610,602,603,604,598,611,605,606,601,607,608,609,610,610,610,602,603,603,604,598,611,605,606,601,607,608,609,610,602,598,598,597,603,607,608,610,610,598,597,603,611,605,605,606,606,601,607,608,610,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,597,600,598,603,604,605,606,601,607,608,609,610,602,604,609,598,603,604,598,611,605,606,601,607,608,609,610,602,603,604,598,611,605,606,601,607,608,609,610,602,603,604,598,611,605,606,601,607,608,609,610,602,0,608,603,604,598,611,605,606,601,607,608,609,610,602,0,0,0,0,595,0,0,0,0,0,0,622,614,617,618,619,620,617,618,619,620,617,618,619,620,617,618,619,620,617,619,617,618,619,620,617,618,619,620,617,618,619,620,596,622,617,617,617,617,617,617,617,617,617,617,617,617,618,619,619,620,622,617,617,617,617,617,617,617,617,617,617,617,617,618,619,619,620,622,617,617,617,617,617,617,617,617,617,617,617,617,618,619,619,620,596,622,617,617,617,617,617,617,617,617,617,617,617,617,619,619,622,617,617,617,617,617,617,617,617,617,617,617,617,617,618,619,620,617,618,619,620,617,618,619,620,617,618,619,620,617,618,619,620,609,609,609,609,0,0,0,0,0,624,624,624,624,624,624,624,624,624,624,0,0,626,0,0,0,592,0,0,0,0,626,627,626,627,627,626,626,627,626,626,514,589,592,592,592,514,514,514,514,597,589,589,626,0,597,514,597,514,592,626,0,514,589,0,0,0,0,629,630,599,629,630,599,629,630,599,629,630,599,629,630,599,629,599,630,630,630,629,630,599,629,630,599,629,630,599,630,630,629,630,599,0,629,630,599,629,630,599,629,630,599,629,630,599,629,630,599,629,630,599,629,630,599,629,630,599,0,0,0,631,633,634,631,633,634,631,631,631,633,631,633,634,634,631,633,634,631,633,634,631,633,631,633,631,633,631,631,634,631,634,633,631,633,634,631,633,634,631,633,634,631,633,634,631,0,635,635,635,635,635,635,635,635,635,635,635,635,635,635,635,635,635,635,635,635,626,0,0,0,628,628,626,627,626,627,627,626,626,627,626,626,628,628,0,628,628,628,628,628,626,626,628,628,628,628,628,628,0,0,0,637,639,638,637,639,638,637,638,637,638,637,637,639,638,637,637,637,639,638,637,637,639,638,639,638,637,639,638,637,637,637,637,639,638,0,0,639,638,637,638,639,638,637,639,638,637,639,638,637,639,638,637,639,638,0,0,567,567,567,567,567,567,567,567,567,567,567,567,567,567,567,567,567,567,0,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,641,144,145,144,145,0,0,144,0,647,0,647,558,644,644,558,0,648,0,0,144,145,144,145,559,641,0,0,558,0,558,0,558,0,0,0,559,648,0,649,0,0,144,145,558,0,144,145,0,0,0,0,649,640,649,221,641,175,642,643,644,180,194,645,640,558,559,646,647,648,649,221,641,175,642,643,644,180,194,645,640,558,559,646,647,648,641,175,642,643,644,180,194,645,640,558,559,646,647,641,175,642,643,644,180,194,645,640,558,559,646,647,641,175,640,641,175,642,643,644,180,194,645,640,558,559,646,647,641,641,175,175,642,642,643,643,644,644,180,180,194,194,645,645,640,640,558,558,559,559,646,646,647,647,221,641,175,642,642,643,643,644,644,180,180,194,194,645,645,640,558,558,559,559,646,646,647,647,648,648,649,221,641,175,642,643,644,644,180,194,645,640,558,558,558,558,558,558,559,559,559,646,647,647,648,648,648,641,175,640,646,649,221,641,175,642,643,644,180,194,645,640,558,559,646,647,648,221,649,175,221,221,649,221,175,640,646,221,221,641,175,221,642,643,644,180,194,645,558,559,646,647,648,221,221,221,221,641,175,642,643,644,180,194,645,640,558,559,646,647,642,643,644,180,194,645,558,559,646,647,648,221,649,221,641,175,642,643,644,180,194,645,640,558,559,646,647,648,649,221,641,175,642,643,644,180,194,645,640,558,559,646,647,648,649,221,641,175,642,643,644,180,194,645,640,558,559,646,647,648,645,649,221,641,175,642,643,644,180,194,645,640,558,559,646,647,648,175,221,0,651,651,651,0,0,651,651,652,651,652,651,652,651,652,652,651,652,651,651,652,652,651,651,652,652,651,651,651,652,652,652,652,651,652,652,652,652,652,652,0,651,652,651,652,651,652,651,652,651,652,651,652,651,652,0,654,663,189,0,655,0,657,658,0,663,654,663,663,654,663,656,663,0,0,0,0,654,657,654,655,0,0,656,0,656,0,0,0,0,0,0,0,0,0,0,0,0,0,189,0,0,0,0,0,0,0,0,653,653,653,655,282,282,282,655,282,665,664,216,656,282,282,177,653,657,658,659,660,655,176,661,218,662,189,654,663,665,664,216,656,282,282,177,653,657,658,659,660,655,176,661,218,662,189,654,663,216,656,282,177,653,657,658,659,660,655,176,661,218,662,189,654,663,216,656,282,177,653,657,658,659,660,655,176,661,218,662,189,654,663,216,282,177,653,660,655,176,661,218,662,189,660,177,282,218,282,653,176,282,282,216,282,659,660,655,218,189,282,218,216,656,282,177,653,657,658,659,660,655,176,661,218,662,189,654,663,216,216,656,656,282,282,177,177,653,653,657,657,658,658,659,659,660,660,655,655,176,176,661,661,218,218,662,662,189,189,654,654,663,663,653,216,656,656,282,177,653,657,657,658,658,659,660,655,176,661,218,662,662,662,662,189,189,189,189,654,654,663,663,665,664,216,656,656,656,656,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,282,177,653,657,657,658,658,659,660,660,655,176,661,218,662,189,654,654,663,663,189,661,177,216,653,216,282,177,653,659,660,655,176,661,218,662,189,177,218,665,664,216,656,282,177,653,657,658,659,660,655,176,661,218,662,189,654,663,657,665,664,282,665,664,282,282,282,658,659,282,282,653,176,176,660,176,218,282,0,176,661,218,177,653,176,660,177,660,176,665,664,665,664,660,176,659,177,177,218,216,282,177,653,660,655,176,661,218,662,189,659,176,661,659,177,216,216,282,282,659,660,655,218,218,189,216,0,216,216,218,665,664,656,657,658,654,663,177,662,189,216,656,282,177,653,657,658,659,660,655,176,661,218,662,189,654,663,656,657,658,662,189,654,663,216,665,664,665,664,216,216,216,656,282,282,282,282,177,653,657,658,659,659,659,660,660,655,176,661,218,662,189,654,663,665,664,216,656,282,177,653,657,658,659,660,655,176,661,218,662,189,654,663,653,653,665,664,216,656,282,177,653,657,658,659,660,655,176,661,218,662,189,654,663,218,661,665,664,216,656,282,177,653,657,658,659,660,655,176,661,218,662,189,654,663,653,177,653,0,0,668,668,668,668,668,668,668,668,668,668,668,668,668,668,668,668,668,668,668,668,668,668,668,668,0,0,667,669,667,667,669,667,669,667,669,667,669,667,667,667,667,667,667,667,667,669,667,667,667,669,667,667,667,669,669,667,667,669,667,669,669,669,667,667,669,667,669,667,667,669,667,669,667,669,667,669,667,669,667,0,0,670,670,670,670,670,670,670,670,670,670,671,670,671,671,671,670,671,671,671,670,671,670,671,671,671,670,670,671,670,670,670,670,670,670,671,671,671,670,671,671,670,671,670,671,671,670,671,670,671,672,0,672,672,672,672,672,0,0,0,0,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{{Cb{{C`{Bn}}}}}}{Bl{{Cb{{C`{Cd}}}}}}{Bl{{Cb{{C`{Cf}}}}}}{Bl{{Cb{{C`{Ch}}}}}}{Bl{{Cb{{C`{Cj}}}}}}{Bl{{Cb{{C`{d}}}}}}{Bl{{Cb{{C`{Cl}}}}}}{Bl{{Cb{{C`{{D`{Cn}}}}}}}}{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{{D`{Cn}}}}}}{{{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{Cj}}}}}j}{{{Fd{DfCj}}}j}222{{{Ff{c}}}{{Aj{c}}}{}}33{Fhc{}}{c{{C`{c}}}{}}15{c{{Db{c}}}{}}66{{{An{l}}}B`}77{nd}88{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}}}Cj}{{{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{{D`{Cn}}}}}}{{ce}{{Bd{c}}}{{Dj{{D`{Cn}}}}}{{Hl{Df}}}}{{{h{AhHf}}}Dh}{{{h{Ah{Bd{c}}}}}{{Dh{e}}}{{Dj{{D`{Cn}}}}}{}}{{{h{Ah{Bd{c}}}}Fl}{{Dh{e}}}{{Dj{{D`{Cn}}}}}{}}`{{{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`{Cd}}}}}{{Id{Ib}}}}{{{h{{C`{Cj}}}}}{{Id{Ib}}}}{{{h{{C`{Bn}}}}}{{Id{Ib}}}}{{{h{{C`{d}}}}}{{Id{Ib}}}}{{{h{{C`{Cf}}}}}{{Id{Ib}}}}{{{h{{C`{{D`{Cn}}}}}}}{{Id{Ib}}}}{{{h{{C`{Cl}}}}}{{Id{Ib}}}}{{{h{{C`{Ch}}}}}{{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}{{}Cj}{{}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{Cj}}}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{Ah{Ab{A`}}}}}}{{{h{AhCf}}}{{h{AhMf}}}}2{{{h{AhJd}}}}{{{h{AhJd}}}Mh}2{{{h{Jd}}}Mh}{{{h{Kd}}}{{h{Mj}}}}{{{h{Kf}}}{{h{Mj}}}}{{{h{Kh}}}{{h{Ml}}}}{{{h{Cj}}}{{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{{Ad{A`}}}}}}{{{h{Kd}}}{{h{{Ab{A`}}}}}}{{{h{Kf}}}{{h{{Ab{A`}}}}}}{{{h{Kf}}}{{h{{Ad{A`}}}}}}{{{h{Kh}}}{{h{{Ad{A`}}}}}}{{{h{Kh}}}{{h{{Ab{A`}}}}}}{{{h{Cj}}}{{h{{Ab{A`}}}}}}{{{h{Cj}}}{{h{{Ad{A`}}}}}}{{{h{Kj}}}{{h{{Ad{A`}}}}}}{{{h{Kj}}}{{h{{Ab{A`}}}}}}{{{h{Kl}}}{{h{{Ab{A`}}}}}}{{{h{Kl}}}{{h{{Ad{A`}}}}}}{{{h{Kn}}}{{h{{Ad{A`}}}}}}{{{h{Kn}}}{{h{{Ab{A`}}}}}}{{{h{Mf}}}{{h{{Ab{A`}}}}}}{{{h{Mf}}}{{h{Mf}}}}{{{h{Cf}}}{{h{{Ab{A`}}}}}}{{{h{Cf}}}{{h{Mf}}}}{{{h{L`}}}{{h{Nh}}}}{{{h{L`}}}{{h{{Ad{A`}}}}}}{{{h{L`}}}{{h{{Ab{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{Nh}}}}{{{h{Lf}}}{{h{{Ab{A`}}}}}}{{{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{{Ab{A`}}}}}}{{{h{Ll}}}{{h{{Ad{A`}}}}}}{{{h{Ln}}}{{h{{Ab{A`}}}}}}{{{h{Ln}}}{{h{{Ad{A`}}}}}}{{{h{Ch}}}{{h{Nj}}}}{{{h{M`}}}{{h{{Ab{A`}}}}}}{{{h{M`}}}{{h{{Ad{A`}}}}}}{{{h{Mb}}}{{h{{Ad{A`}}}}}}{{{h{Mb}}}{{h{{Ab{A`}}}}}}{{{h{Md}}}{{h{{Ab{A`}}}}}}{{{h{Md}}}{{h{{Ad{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{Cd}}}Fl}```{{{h{Fj}}}{{Dn{EbOb}}}}{{{h{Fj}}}Cj}`{{{h{c}}}{{h{e}}}{}{}}000000000{{{h{Kd}}}{{h{{Ab{A`}}}}}}1{{{h{Kf}}}{{h{{Ab{A`}}}}}}{{{h{Kh}}}{{h{{Ab{A`}}}}}}3{{{h{Cj}}}{{h{{Ab{A`}}}}}}4{{{h{Kj}}}{{h{{Ab{A`}}}}}}5{{{h{Kl}}}{{h{{Ab{A`}}}}}}6{{{h{Kn}}}{{h{{Ab{A`}}}}}}77777{{{h{Cf}}}{{h{Mf}}}}888{{{h{L`}}}{{h{{Ab{A`}}}}}}9{{{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`}}}}}}11111111111{{{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{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{Cj}}}Cj}{{{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{Ol}}}Ol}{{{h{AAf}}}AAf}{{{h{Cd}}}Cd}{{{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{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{Cj}}{h{Cj}}}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{Ol}}{h{Ol}}}Bh}{{{h{AAf}}{h{AAf}}}Bh}{{{h{Cd}}{h{Cd}}}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{Cd}}}}}}{{{h{AhABl}}ABl}{{Dn{BfABn}}}}``{{{h{Fj}}}{{Dh{Kj}}}}{{{h{Cd}}}Mj}{{{h{Cd}}}Cl}{{{h{Kl}}{h{{Ab{A`}}}}}Kn}{{{h{Cd}}}Ld}`{{{h{Ahc}}}{{Dn{BnAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{KdAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{KfAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{CjAC`}}}{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{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{CfAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{O`AC`}}}{ACbACd}}7{{{h{Ahc}}}{{Dn{CdAC`}}}{ACbACd}}{{{h{Bn}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{Kd}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{Kf}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{Cj}}{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{Ol}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{AAf}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{Cd}}{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}{{}Cf}{{}AAd}{{}O`}{{}Ol}{{}A@j}{{}Mn}{{}ABj}{{}Nb}{{}Nd}{{}Nf}{{{h{Cf}}}h}{{{h{AhCf}}}{{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{Cj}}}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{Ol}}}E`}{c{{Dn{AAf}}}E`}{c{{Dn{Cd}}}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}{BnADd}{InADd}{{BnA@l}ADd}{{InA@l}ADd}{{BnJ`}}{{BnEb}}{{InA@`}}{{J`J`}}{{J`Eb}}{{{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{Cj}}{h{Cj}}}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{Ol}}{h{Ol}}}Ed}{{{h{AAf}}{h{AAf}}}Ed}{{{h{Cd}}{h{Cd}}}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{CdADj}}}Jn}{{{h{ABd}}{h{Ah{ADl{Cl}}}}{h{Ah{ADl{Df}}}}}{{Dn{BfADn}}}}{ABl{{Dn{CdAE`}}}}0{ABlCd}{{ABlA@b}{{Dn{CdAE`}}}}{{{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{Cj}}{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{Ol}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{AAf}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{Cd}}{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}}}}{{Bn{h{AhAEb}}A@l}{{Dn{BfEn}}}}{{In{h{AhAEb}}A@l}{{Dn{BfEn}}}}{{{h{AAn}}{h{AhAEb}}}{{Dn{BfEn}}}}{cc{}}000{AAjJd}{AEdJd}{ACjJd}{AAlJd}{MhJd}5555{ChA@n}6{MjKd}7{MjKf}8{MlKh}{AEfKh}:{{{h{AEf}}}Kh};{MjCj}{{{h{G`}}}Cj}{FjCj}{{{h{Fj}}}Cj}{G`Cj}{ClKj}{cc{}}{MjKj}{LdKl}2{MjKl}3{MjKn}4{A`A@d}5{AAbA@d}{{{ADl{A`}}}Cf}{{{h{Mf}}}Cf}{K`Cf}{{{AEh{Mf}}}Cf}:::{{{h{Cf}}}L`}{MlL`}{{{h{Mf}}}L`}{CfL`}>{CfLb}{nLb}{cc{}}{{{h{Cf}}}Lb}{{{h{Mf}}}Lb}2{{{h{Cd}}}Cl}{MjCl}{CdCl}{CdLd}{{{h{Cd}}}Ld}7{MjLd}88{OnOl}{AEjOl}:::{{{h{{Ab{{h{{Ab{A`}}}}}}}}}A@j}{{{ADl{{h{{Ab{A`}}}}}}}A@j}{{{ADl{{ADl{A`}}}}}A@j}{{{h{{Ab{{ADl{A`}}}}}}}A@j}>{AElAAh}{A`AAh}{EbAAh}{cc{}}{FlAAh}{DfAAh}{AEdAAj}{AAlAAj}4{MlLf}5{AAjLf}{AAlLf}{{{h{AAl}}}Lf}{{{h{AAj}}}Lf}{{{h{AAl}}}Lh}:{AAlLh}{MlLh}<<{MjLj}={MjLl}>>{{{N`{Mn}}}Ln}??{ABbAB`}{cc{}}00{ChABf}111{ABjABh}222{AEnM`}3{{{N`{Nb}}}M`}4{AF`Mb}{{{N`{Nd}}}Mb}{{{h{AF`}}}Mb}{M`Mb}888{{{N`{Nf}}}Md}{AFbMd}{{{h{AFb}}}Md}{AElOl}{{{Ad{A`}}}Jb}{{{Ad{A`}}}ABh}{{{h{Fj}}c}ABd{{AFd{{h{Cl}}}{{Hh{Ed}}}}}}{ADb{{Dn{BnAFf}}}}{ADb{{Dn{InAFf}}}}{{}Kd}{{}Kf}{{}Kh}{{}Cj}{{}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}{DfOl}{DfABb}{DfABj}{A`{{Dn{AB`AFh}}}}{{{h{Gd}}}{{Dn{ChAFj}}}}{{}Kd}{{}Kf}{{}Kh}{{}Cj}{{}Kj}{{}Kl}{{}Kn}{{}L`}{{}Lb}{{}Cl}{{}Ld}{{}Lf}{{}Lh}{{}Lj}{{}Ll}{{}Ln}{{}M`}{{}Mb}{{}Md}{{ADbA@l}{{Dn{BnAFf}}}}{{ADbA@l}{{Dn{InAFf}}}}{{{h{G`}}{h{{Ab{Cl}}}}c}ABd{{AFd{{h{Cl}}}{{Hh{Ed}}}}}}{AElOl}{{{h{Gd}}}{{Dn{CfAFl}}}}{{{h{Gd}}}{{Dn{OlAFn}}}}{{{h{Gd}}}{{Dn{JbAFn}}}}{{{h{Gd}}}{{Dn{ABhAFn}}}}{{{h{Gd}}}{{Dn{ABjAFn}}}}{EbBn}{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}{MjCj}{MjKj}{MjKl}{MjKn}{MlL`}{nLb}{MjCl}{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{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{CjGb}}}}{{{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{CjGb}}}}{{{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{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{Cj}}}}{{{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{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{Ch}}}}{{{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}}}}{Cd{{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{Cj}}{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{Ol}}{h{Ahc}}}BfGj}{{{h{AAf}}{h{Ahc}}}BfGj}{{{h{Cd}}{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{Cj}}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}}{AIf{Fl}}}h}{{{h{Mf}}{Fd{{AIh{Fl}}{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{Cd}}AJdAJf}Ed}{{{h{Cd}}}Ed}{{{h{Mf}}}Ed}{{{h{A@j}}}Ed}2{{{h{Ol}}}Ed}03{{{h{ABf}}}Ed}{{{h{ABh}}Cj}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}}}Bn}{CfAAf}{{{h{Mf}}A@b}Bn}{{CfA@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}}}}{{}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{Cd}}}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{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{Cj}}{h{Cj}}}{{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{Cf}}}{{Dh{Bh}}}}{{{h{Cf}}{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{Cl}}{h{Cl}}}{{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{Cd}}{h{Cd}}}{{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}}{{BnEb}Bn}{{InA@`}In}{{{h{AhBn}}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{Cd}}}{{`{{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}}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{Cj}}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{Ol}}c}DnI`}{{{h{AAf}}c}DnI`}{{{h{Cd}}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}}c}DnI`}{{{h{ABl}}}{{ADl{A`}}}}{{{h{M`}}c}DnI`}{{{h{Mb}}c}DnI`}{{{h{Md}}c}DnI`}{{{h{ABl}}}Ih}`{{{h{ABl}}Fl{h{Ah{AKj{c}}}}}{{Dn{{Fd{AKlABb}}AKn}}}{{Dj{Cd}}}}{{{h{ABl}}Fl{h{Ah{AKj{c}}}}{Dh{M`}}}{{Dn{AL`ALb}}}{{Dj{Cd}}}}{{{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{{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`}}}}{BnADb}{InADb}{Kd}{Kf}{Kh}{Cj}{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}{OlDf}{Ch{{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}}}Cf}{{{h{Mf}}{h{{Jf{c}}}}Jd}CfJn}1{{{h{Jd}}}AAj}{{{h{AAj}}}AAj}{{{h{K`}}}Ih}{KdMj}{KfMj}{KhMl}{CjMj}{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{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{Cd}}c}Fl{{Hj{{h{AAd}}}{{Hh{{Dh{AAf}}}}}}}}{{{h{Fj}}}Fl}{{{h{O`}}}Fl}{{{h{Cd}}}Fl}{c{{Dn{e}}}{}{}}0{In{{Dn{Bn}}}}{Bn{{Dn{In}}}}2{{{AJb{Gd}}}{{Dn{A@b}}}}{Ih{{Dn{A@b}}}}{{{h{Gd}}}{{Dn{A@b}}}}555{{{h{Gd}}}{{Dn{J`}}}}{{{AJb{Gd}}}{{Dn{J`}}}}{Ih{{Dn{J`}}}}88888888888888{ALj{{Dn{AAb}}}}{ADh{{Dn{AAb}}}}:{A`{{Dn{AAb}}}}{A@d{{Dn{AAb}}}}<<<<<<<{{{AJb{Gd}}}{{Dn{Ol}}}}{Ih{{Dn{Ol}}}}{{{h{Gd}}}{{Dn{Ol}}}}????????{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{Cd}}Fl}{{Dn{{h{O`}}AMd}}}}{{{h{Cd}}Fl}{{Dn{{h{AAf}}AMf}}}}`{{{h{Cd}}}Cl}``{{{h{c}}}Il{}}00000000000000000000000000000000000000000000000000000000{ACl{{h{Gd}}}}0{{BnBn}Bn}{{InIn}In}10`{InBn}`{{{h{AhABl}}Fl{h{{D`{AMh}}}}}{{Dn{BfAMj}}}}{{{h{AhABl}}Fl{h{{D`{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{Cd}}}Fl}{ce{}{}}0000000000000000000000000000000000000000000000000000000{{{h{Fj}}}J`}{{{h{AAf}}}J`}{{{h{Cd}}}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{Cd}}}Ld}``````````````````````````````````````````{{{h{c}}}{{h{e}}}{}{}}00000000000{{{h{Ahc}}}{{h{Ahe}}}{}{}}00000000000{{{h{AGh}}}AGh}{{{h{AJn}}}AJn}{{{h{AN`}}}AN`}{{{h{AHf}}}AHf}{{{h{ANb}}}ANb}{{{h{ANd}}}ANd}{{{h{ANf}}}ANf}{{{h{ANh}}}ANh}{{{h{ANj}}}ANj}{{{h{ANl}}}ANl}{{{h{Nl}}}Nl}{{{h{ALh}}}ALh}{{{h{c}}{h{Ahe}}}Bf{}{}}00000000000{{{h{ANl}}{h{ANl}}}Bh}{{{h{Nl}}{h{Nl}}}Bh}{{{h{ALh}}{h{ALh}}}Bh}{{{h{AGh}}{h{AGh}}}Ed}{{{h{AJn}}{h{AJn}}}Ed}{{{h{AN`}}{h{AN`}}}Ed}{{{h{AHf}}{h{AHf}}}Ed}{{{h{ANb}}{h{ANb}}}Ed}{{{h{ANd}}{h{ANd}}}Ed}{{{h{ANf}}{h{ANf}}}Ed}{{{h{ANh}}{h{ANh}}}Ed}{{{h{ANj}}{h{ANj}}}Ed}{{{h{ANl}}{h{ANl}}}Ed}{{{h{Nl}}{h{Nl}}}Ed}{{{h{ALh}}{h{ALh}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}00000000000000000000000`{{{h{AGh}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{AJn}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{AN`}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{AHf}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{ANb}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{ANd}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{ANf}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{ANh}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{ANj}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{ANl}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{Nl}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{ALh}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}{AJjAGh}{ANnAGh}{AO`AGh}3{AO`AJn}4{ANbAHf}{ANdAHf}{AJjAHf}7{ANnAHf}{AObAHf}{ANfAHf}{AOdAHf}{AO`AHf}{ANhAHf}{ANjAHf}>>>>>>>>{{{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}{AO`AFf}{AOjAFf}{cc{}}{AOlAFf}{AOnAFf}{B@`AFf}3{ce{}{}}0`{ADdADd}{{{h{AFf}}}{{Dh{{h{AOf}}}}}}{{{h{c}}}e{}{}}0{{{h{c}}}Ih{}}0{c{{Dn{e}}}{}{}}000{{{h{c}}}Il{}}066````{{cACl}{{Dn{B@b}}}E`}0{{B@bcACl}DnI`}{{B@dcACl}DnI`}10{ACl{{h{Gd}}}}{c{{Dn{e}}}E`B@b}`{{{h{c}}e}DnB@bI`}{c{{Dn{{Dh{e}}}}}E`B@d}{{{h{{Dh{c}}}}e}DnB@dI`}3`210```````{{Ih{h{Gd}}}Ih}{{{h{AhIh}}{h{Gd}}}Bf}{{{h{{ADl{ce}}}}}{{h{e}}}{}B@f}{{{h{Ah{ADl{ce}}}}{h{Ah{ADl{ce}}}}}Bf{}B@f}{{{h{Ih}}}{{h{{Ab{A`}}}}}}{{{h{{ADl{A`}}}}}}{{{h{Ah{ADl{ce}}}}}{{h{Ah{ADl{ce}}}}}{}B@f}{{{h{Ah{ADl{ce}}}}}{{h{Ah{Ab{c}}}}}{}B@f}{{{h{AhIh}}}{{h{AhGd}}}}{{{h{Ah{ADl{ce}}}}}{}{}B@f}21{{{h{AhIh}}}{{h{Ah{ADl{A`}}}}}}{{{h{{ADl{ce}}}}}{}{}B@f}{{{h{{ADl{ce}}}}}{{h{{Ab{c}}}}}{}B@f}{{{h{{ADl{ce}}}}}{{h{{ADl{ce}}}}}{}B@f}{{{h{Ih}}}{{h{Gd}}}}{{{h{Ih}}}{{h{B@h}}}}{{{h{Ih}}}{{h{B@j}}}}<42{{{h{c}}}{{h{e}}}{}{}}05030{{{h{Ahc}}}{{h{Ahe}}}{}{}}00;:0{{{h{{ADl{ce}}}}}Fl{}B@f}{{{h{Ih}}}Fl}{{{h{Ah{ADl{ce}}}}}Bf{}B@f}{{{h{AhIh}}}Bf}{{{h{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{AAf}}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{A`}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{Kf}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{BAf}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{M`}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{Eb}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{BAh}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{Kd}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{{ADl{A`}}}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{Cj}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{Kj}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{Cd}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{O`}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{G`}}AC`}}}{ACbACd}}{{{h{{ADl{Eb}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{G`}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{{ADl{A`}}}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{Cd}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{O`}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{Kf}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{Kd}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{A`}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{BAh}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{BAb}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{BA`}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{{Fd{DfBAd}}}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{AAf}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{Kj}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{M`}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{AAh}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{BAf}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{Cj}}}}{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{{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{Ah{Ab{c}}}}}}}Ed{}{{Ef{c}}}B@f}{{{h{{ADl{eg}}}}{h{{Ab{c}}}}}Ed{}{{Ef{c}}}B@f}{{{h{{ADl{eg}}}}{h{{ADl{ci}}}}}Ed{}{{Ef{c}}}B@fB@f}{{{h{{ADl{eg}}}}{h{{Ad{c}}}}}Ed{}{{Ef{c}}}B@f}{{{h{Ih}}{h{{h{Gd}}}}}Ed}{{{h{Ih}}{h{{AEh{Gd}}}}}Ed}{{{h{Ih}}{h{BBf}}}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{{AJb{Gd}}}}}}}}{{{h{AhIh}}c}Bf{{Ej{}{{Eh{BBj}}}}}}{{{h{AhIh}}c}Bf{{Ej{}{{Eh{{AEh{Gd}}}}}}}}{{{h{AhIh}}c}Bf{{Ej{}{{Eh{{h{BBj}}}}}}}}{{{h{AhIh}}c}Bf{{Ej{}{{Eh{{h{Gd}}}}}}}}{{{h{Ah{ADl{ce}}}}{h{{Ab{c}}}}}BfAlB@f}{{{h{Ah{ADl{ce}}}}g}BfAlB@f{{Hl{Fl}}}}{{{h{AhIh}}c}Bf{{Hl{Fl}}}}{{{h{Ah{ADl{ce}}}}{h{c}}}BfBBhB@f}{{{h{Ah{ADl{ce}}}}c}Bf{}B@f}{{{h{AhIh}}{h{Gd}}}Bf}{{{h{AhIh}}Ih}Bf}{{{h{AhIh}}BBj}Bf}{{{h{AhIh}}{AEh{Gd}}}Bf}{{{h{AhIh}}{h{BBj}}}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`}}}}}{{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{BC`AOb}{AO`AOb}{cc{}}{BCbAOb}{B@lAOb}2{{{h{Ah{Ab{c}}}}}{{ADl{c}}}Al}{BCd{{ADl{Mb}}}}{BCf{{ADl{A`}}}}{{{AEh{{Ab{c}}}}}{{ADl{c}}}{}}{{{h{{Ad{c}}}}}{{ADl{c}}}Al}{BCh{{ADl{A`}}}}{{{h{Gd}}}{{ADl{A`}}}}{{{h{{Ab{c}}}}}{{ADl{c}}}Al}{{{BCj{ce}}}{{ADl{ce}}}{}B@f};{Cf{{ADl{A`}}}}{{{Ad{c}}}{{ADl{c}}}{}}{{{BCl{ce}}}{{ADl{ce}}}{}B@f}{{{h{Ah{Ad{c}}}}}{{ADl{c}}}Al}{{{AJb{{Ab{c}}e}}}{{ADl{ce}}}{}B@f}{BCn{{ADl{BD`}}}}{Ih{{ADl{A`}}}}{{{h{Ih}}}Ih}{cc{}}{{{AJb{Gd}}}Ih}{{{h{Gd}}}Ih}{{{AEh{Gd}}}Ih}{{{h{AhGd}}}Ih}{BBjIh}{{{h{Gd}}}{{Dn{{ADl{A`}}}}}}{e{{ADl{c}}}{}{{Ej{}{{Eh{c}}}}}}{cIh{{Ej{}{{Eh{BBj}}}}}}{cIh{{Ej{}{{Eh{{h{Gd}}}}}}}}{cIh{{Ej{}{{Eh{Ih}}}}}}{cIh{{Ej{}{{Eh{{AJb{Gd}}}}}}}}{cIh{{Ej{}{{Eh{{h{BBj}}}}}}}}{cIh{{Ej{}{{Eh{{AEh{Gd}}}}}}}}{{FlFl}{{ADl{c}}}{}}{{A`FlFl}Ih}{{FlFlc}{{ADl{ec}}}B@f{}}{{{h{Gd}}}{{Dn{Ih}}}}{{{h{{Ab{AEl}}}}}{{Dn{IhBDb}}}}{{{h{{Ab{AEl}}}}}Ih}{{{h{{Ab{A`}}}}}{{Dn{IhBDb}}}}{{{h{{Ab{A`}}}}}Ih}10{{{ADl{A`}}}{{Dn{IhBDd}}}}{{{h{{Ab{A`}}}}}{{AEh{Gd}}}}{{{ADl{A`}}}Ih}{{{h{{ADl{ce}}}}{h{Ahg}}}BfGlB@fGj}{{{h{Ih}}{h{Ahc}}}BfGj}{{{h{{ADl{A`}}}}}Fl}{{{h{{ADl{ce}}}}g}h{}B@f{{Gn{{Ab{c}}}}}}{{{h{Ih}}c}h{{Gn{Gd}}}}{{{h{Ah{ADl{ce}}}}g}{{h{Ah}}}{}B@f{{Gn{{Ab{c}}}}}}{{{h{AhIh}}c}{{h{Ah}}}{{Gn{Gd}}}}{{{h{Ah{ADl{ce}}}}Flc}Bf{}B@f}{{{h{AhIh}}FlBBj}Bf}{{{h{AhIh}}Fl{h{Gd}}}Bf}{ce{}{}}000{{{ADl{Cn}}}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{Ah{ADl{ce}}}}}{}{}B@f}{{{ADl{ce}}}{}{}B@f}{{{h{{ADl{ce}}}}}{}{}B@f}{{{ADl{ce}}}{{Fd{FlFl}}}{}B@f}{Ih{{Fd{A`FlFl}}}}{{{ADl{ce}}}{{Fd{FlFle}}}{}B@f}{{{h{Ih}}{h{Gd}}}}{{{h{B@l}}}A`}{{{h{Ih}}{h{Gd}}}Ed}{{{h{{ADl{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{{h{{Ad{c}}}}}}}Ed{}{{Ef{c}}}B@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{Ah{Ab{c}}}}}}}Ed{}{{Ef{c}}}B@f}{{{h{{ADl{eg}}}}{h{{Ad{c}}}}}Ed{}{{Ef{c}}}B@f}{{{h{Ih}}{h{{AEh{Gd}}}}}Ed}{{{h{Ih}}{h{{h{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`}}}}{h{{Ab{A`}}}}}{{Dn{FlACf}}}}{{{h{Ah{ADl{A`c}}}}{h{{Ab{A`}}}}}{{Dn{FlBBn}}}B@f}{{{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{}}{{{h{Gd}}}{{Dn{BGb}}}}{c{{Dn{e}}}{}{}}000{{{h{c}}}Il{}}066`{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{{BGf{c}}}}{h{AhEl}}}{{Dn{BfEn}}}BFl}:9{{{h{{Ab{A`}}}}{h{c}}}{{BGf{c}}}BFl}7554:````````````33332222{{{h{BGh}}}BGh}{{{h{BGj}}}BGj}{{{h{BGl}}}BGl}{{{h{c}}{h{Ahe}}}Bf{}{}}00{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}}{{h{c}}}BFnBG`}{{{h{BGh}}}h}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g}{{Dn{{ADl{A`}}BFd}}}BFnBG`{{AD`{{Ab{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{Ah{Ab{A`}}}}}{{Dn{FlBFf}}}BFnBG`{{AD`{{Ab{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{Ah{Ab{A`}}}}}{{Dn{FlBFd}}}BFnBG`{{AD`{{Ab{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{Ah{ADl{A`}}}}}{{Dn{BfBFd}}}BFnBG`{{AD`{{Ab{A`}}}}}}{{{h{BG`}}}Fl}{{}BGj}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g}IhBFnBG`{{AD`{{Ab{A`}}}}}}{{{h{BFn}}}Ed}{{{h{BGj}}}Ed}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{Ah{Ab{A`}}}}}{{Dn{FlBFb}}}BFnBG`{{AD`{{Ab{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{AhIh}}}BfBFnBG`{{AD`{{Ab{A`}}}}}}{{{h{BGl}}{h{BGl}}}Ed}{{{h{BGn}}{h{BGn}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}000{{{h{BGh}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{BGj}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{BGl}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{BGn}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}000`{ce{}{}}000{{{h{BGb}}BGj}BGh}?{{{h{c}}}e{}{}}00{c{{Dn{e}}}{}{}}0000000{{{h{c}}}Il{}}0004444{{BGjEd}BGj}{{BGjBGl}BGj}1```````````````{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}}{{h{c}}}BFnBG`}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g}{{Dn{{ADl{A`}}BFd}}}BFnBG`{{AD`{{Ab{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{Ah{Ab{A`}}}}}{{Dn{FlBFf}}}BFnBG`{{AD`{{Ab{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{Ah{Ab{A`}}}}}{{Dn{FlBFd}}}BFnBG`{{AD`{{Ab{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{Ah{ADl{A`}}}}}{{Dn{BfBFd}}}BFnBG`{{AD`{{Ab{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g}IhBFnBG`{{AD`{{Ab{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{Ah{Ab{A`}}}}}{{Dn{FlBFb}}}BFnBG`{{AD`{{Ab{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{AhIh}}}BfBFnBG`{{AD`{{Ab{A`}}}}}}`{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{{BH`{ce}}}}{h{AhEl}}}{{Dn{BfEn}}}BFlBHb}{cc{}}{ce{}{}}{{{BH`{ce}}}eBFlBHb}{{c{h{e}}}{{BH`{ec}}}BHbBFl}{{{h{Ah{BH`{ce}}}}{h{Ah{Ab{A`}}}}}{{Dn{FlBBn}}}BFlBHb}{c{{Dn{e}}}{}{}}0{{{h{c}}}Il{}}5```9988{{{h{AhBHd}}{h{Gd}}}Bf}{{{h{Ah{BHf{ce}}}}}BfBFlBHh}{{{h{Ah{BHf{ce}}}}}{{Dn{eBBn}}}BFlBHh}{{{h{Ah{BHf{ce}}}}}{{Dn{BfBBn}}}BFlBHh}{{{h{Ah{BHj{ce}}}}}{{Dn{BfBBn}}}BFlBHd}{{{h{{BHf{ce}}}}{h{AhEl}}}{{Dn{BfEn}}}BFlBHh}<<{{c{h{e}}}{{BHj{ec}}}BHdBFl}<<{{{BHf{ce}}}eBFlBHh}{{{BHj{ce}}}eBFlBHd}{{c{h{e}}}{{BHf{ec}}}BHhBFl}{{{h{c}}}{{BHj{cIh}}}BFl}<<<<;;{ce{}{}}0{{{h{Ah{BHf{ce}}}}{h{{Ab{A`}}}}}{{Dn{FlBBn}}}BFlBHh}{{{h{Ah{BHj{ce}}}}{h{{Ab{A`}}}}}{{Dn{FlBBn}}}BFlBHd}`````````{{{h{BAh}}}{{h{{Ad{A`}}}}}}{{{h{AhBAh}}}{{h{Ah{Ad{A`}}}}}}{{{h{AhBAh}}}{{h{Ah{Ab{A`}}}}}}{{{h{AhBAh}}}A`}{{{h{BAh}}}A`}{{{h{BAf}}}{{h{Cd}}}}5{{{h{BAh}}}{{h{{Ab{A`}}}}}}``{{{h{c}}}{{h{e}}}{}{}}01700000{{{h{Ahc}}}{{h{Ahe}}}{}{}}00760000{{{h{G`}}Eb}{{Fd{EbEb}}}}{{{h{BHl}}}BHl}{{{h{BAf}}}BAf}{{{h{BAh}}}BAh}{{{h{BHn}}}BHn}{{{h{BI`}}}BI`}{{{h{BIb}}}BIb}{{{h{BId}}}BId}{{{h{c}}{h{Ahe}}}Bf{}{}}000000{{{h{BAf}}{h{BAf}}}Bh}{{{h{BAh}}{h{BAh}}}Bh}{{{h{BHn}}{h{BHn}}}Bh}{{{h{BI`}}{h{BI`}}}Bh}{{{h{BId}}{h{BId}}}Bh}{{{h{Ahc}}}{{Dn{BAfAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{BAhAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{BHnAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{BI`AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{BIdAC`}}}{ACbACd}}20{{{h{BAf}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{BAh}}{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}}{{}BAh}{c{{Dn{BAh}}}E`}{{{h{BHl}}{h{BHl}}}Ed}{{{h{BAf}}{h{BAf}}}Ed}{{{h{BAh}}{h{BAh}}}Ed}{{{h{BHn}}{h{BHn}}}Ed}{{{h{BI`}}{h{BI`}}}Ed}{{{h{BIb}}{h{BIb}}}Ed}{{{h{BId}}{h{BId}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0000000000000{{{h{BHl}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BAf}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{BAh}}{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`}}}BAh}{{{h{{Ad{A`}}}}}BAh}33333{{{h{Fj}}EbDf{h{{Ab{Fl}}}}}{{Dn{BHnBHl}}}}{{{h{Gd}}}{{Dn{BAhBIf}}}}{{{h{BI`}}{h{Fj}}}{{Dn{BIdBIb}}}}{{{h{Gd}}}{{Dn{BAh}}}}{{{h{BAf}}{h{Ahc}}}BfGj}{{{h{BAh}}{h{Ahc}}}BfGj}{{{h{BHn}}{h{Ahc}}}BfGj}{{{h{BI`}}{h{Ahc}}}BfGj}{{{h{BId}}{h{Ahc}}}BfGj}``{{{h{BAh}}c}h{}}`{ce{}{}}000000{{{h{BAh}}}Ed}{{{h{BAh}}}Fl}`{{{h{BAf}}{h{BAf}}}{{Dh{Bh}}}}{{{h{BAh}}{h{BAh}}}{{Dh{Bh}}}}{{{h{BHn}}{h{BHn}}}{{Dh{Bh}}}}{{{h{BI`}}{h{BI`}}}{{Dh{Bh}}}}{{{h{BId}}{h{BId}}}{{Dh{Bh}}}}`{{{h{BAh}}c}DnI`}`{{{h{BHl}}}{{Dh{{h{AOf}}}}}}{{{h{BIb}}}{{Dh{{h{AOf}}}}}}{BAh{{Ad{A`}}}}{{{h{c}}}e{}{}}000000{{{h{c}}}Ih{}}00`{c{{Dn{e}}}{}{}}00{{{h{{Ab{A`}}}}}{{Dn{BAh}}}}11111111111`{{{h{c}}}Il{}}000000{ce{}{}}000000{{{h{c}}{Fd{EbEb}}}BAh{{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{Cj}}c}{{Dn{EdBIl}}}Hb}210{{{h{Ahc}}{h{Fj}}}{{BIh{c}}}ACh}{{{h{Cj}}}BJb}{{EbEbEbA`}BJd}{{{h{Ahc}}EbEbEbA`}{{BIj{c}}}ACh}{{{h{Ahc}}}{{BJf{c}}}{ACbACd}}{{{h{Ahc}}}{{BJ`{c}}}ACh}{{{h{{Ab{A`}}}}}BIn}{{{h{Fj}}e}{{Dn{BInBIl}}}{{Dj{Mf}}}{{AFd{{h{AAd}}}{{Hh{{Dn{cBIl}}}}}}}}{{{h{Ah{BJf{c}}}}A`}{{Dn{EbACf}}}{ACbACd}}{{{h{BIl}}}{{Dh{{h{AOf}}}}}}{{{h{c}}}e{}{}}{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}000000000000000{{{h{c}}}Il{}}0000000{ce{}{}}0000000{{{h{Ah{BJ`{c}}}}EbA`}{{Dn{FlACf}}}ACh}```````````````````````````{{{h{BJh}}}{{h{{Ad{A`}}}}}}{{{h{BJj}}}{{h{{Ad{A`}}}}}}{{{h{AhBJh}}}{{h{Ah{Ab{A`}}}}}}{{{h{AhBJh}}}{{h{Ah{Ad{A`}}}}}}{{{h{AhBJj}}}{{h{Ah{Ad{A`}}}}}}{{{h{AhBJj}}}{{h{Ah{Ab{A`}}}}}}{{{h{AhBJh}}}A`}{{{h{AhBJj}}}A`}{{{h{BJh}}}A`}{{{h{BJj}}}A`}{{{h{BJh}}}{{h{{Ab{A`}}}}}}:{{{h{BJj}}}{{h{{Ab{A`}}}}}}:{{{h{BD`}}}{{h{{Ab{BD`}}}}}}{{{h{BCn}}}{{h{{Ab{BD`}}}}}}{{{h{c}}}{{h{e}}}{}{}}40>03=000000{{{h{Ahc}}}{{h{Ahe}}}{}{}}0<=0:;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{}}{{{h{{Ad{A`}}}}}BJh}{{{Ad{A`}}}BJh}2{{{h{{Ad{A`}}}}}BJj}{{{Ad{A`}}}BJj}444{DfBD`}55{{{ADl{BD`}}}BCn}{{{h{{Ab{BD`}}}}}BCn}{AO`BDh}{JlBDh}{BK`BDh}:{AObBDh};{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}}}}1{{{h{{Ab{A`}}}}}{{Dn{BJj}}}}2222222222222222{{{h{c}}}Il{}}00000000{ce{}{}}00000000{{{h{BJn}}{h{{Jf{c}}}}}BJjAGd}{{{h{AEf}}{h{{Jf{c}}}}}BJjAGd}`````````````````````````````````{{{h{G`}}}Cj}{{{h{c}}}{{h{e}}}{}{}}000{{{h{Ahc}}}{{h{Ahe}}}{}{}}000{{{h{G`}}}G`}{{{h{BKf}}}BKf}{{{h{Ob}}}Ob}{{{h{BKh}}}BKh}{{{h{c}}{h{Ahe}}}Bf{}{}}000{{{h{G`}}{h{G`}}}Bh}{{{h{BKf}}{h{BKf}}}Bh}{{{h{Ahc}}}{{Dn{G`AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{BKfAC`}}}{ACbACd}}1{{{h{G`}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{BKf}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{}BKf}{c{{Dn{G`}}}E`}{c{{Dn{BKf}}}E`}{{{h{G`}}c}ACn{{AD`{Nj}}}}{{{h{G`}}}ADb}{{{h{G`}}{h{G`}}}Ed}{{{h{BKf}}{h{BKf}}}Ed}{{{h{Ob}}{h{Ob}}}Ed}{{{h{BKh}}{h{BKh}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0000000{{{h{G`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{BKf}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{Ob}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BKh}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}00{AO`Ob}1{AO`BKh}{BBbBKf}{{{h{G`}}{h{Ahc}}}BfGj}{{{h{BKf}}{h{Ahc}}}BfGj}`{ce{}{}}000{{{h{BKf}}A`}Ed}``{{{h{G`}}{h{G`}}}{{Dh{Bh}}}}{{{h{BKf}}{h{BKf}}}{{Dh{Bh}}}}`{{{h{G`}}c}DnI`}{{{h{BKf}}c}DnI`}{{{h{Ob}}}{{Dh{{h{AOf}}}}}}{{{h{BKh}}}{{Dh{{h{AOf}}}}}}{{{h{G`}}}ABh}`{BKfBBb}{{{h{c}}}e{}{}}000{{{h{c}}}Ih{}}0{c{{Dn{e}}}{}{}}0000000`{{{h{c}}}Il{}}000{{{h{G`}}ABh}{{Dn{CjBKh}}}}`>>>>{{{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`}4{{{h{Oh}}}{{h{{Ab{A`}}}}}}05{{{h{c}}}{{h{e}}}{}{}}45{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{Oh}}}Oh}{{{h{c}}{h{Ahe}}}Bf{}{}}{{{h{Oh}}{h{Oh}}}Bh}{c{{Dn{Oh}}}E`}{{{h{Oh}}{h{Oh}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{Oh}}{h{AhEl}}}{{Dn{BfEn}}}}000{cc{}}{{{Ad{A`}}}Oh}{{{h{{Ad{A`}}}}}Oh}{CjOh}{{{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}}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{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{{{h{Gd}}}{{Dn{Oj}}}}{Ih{{Dn{Oj}}}}{{{AJb{Gd}}}{{Dn{Oj}}}}6666666{{{h{c}}}Il{}}00000{ce{}{}}00000`````````````````{{{h{c}}}{{h{e}}}{}{}}000000{{{h{Ahc}}}{{h{Ahe}}}{}{}}000000{{{h{c}}Oj}Ed{}}{{{h{On}}On}Ed}{{{h{c}}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{}}00{AEjOn}1{BLdOn}{BLfOn}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{CfAGj}}}}}}}}}{}}{{{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{{{h{Gd}}}{{Dn{BLd}}}}{Ih{{Dn{BLd}}}}{{{AJb{Gd}}}{{Dn{BLd}}}}{c{{Dn{e}}}{}{}}{{{h{Gd}}}{{Dn{BLf}}}}1{Ih{{Dn{BLf}}}}{{{AJb{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{AhBCf}}}{{h{AhNh}}}}10{{{h{BCf}}}{{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{BCf}}}Fl}{{{h{AhBCf}}}Bf}{{{h{Od}}}Od}{{{h{ADh}}}ADh}{{{h{AJ`}}}AJ`}{{{h{AIn}}}AIn}{{{h{BCf}}}BCf}{{{h{BLn}}}BLn}{{{h{BM`}}}BM`}{{{h{c}}{h{Ahe}}}Bf{}{}}000000{{{h{Nh}}{h{Nh}}}Bh}{{{h{BCf}}{h{BCf}}}Bh}{{}Od}{{}BCf}{{{h{BCf}}}h}{{{h{AhBCf}}}{{h{Ah}}}}{{}{{h{Nh}}}}{{{h{Od}}{h{Od}}}Ed}{{{h{ADh}}{h{ADh}}}Ed}{{{h{Nh}}{h{Nh}}}Ed}{{{h{BCf}}{h{BCf}}}Ed}{{{h{BLn}}{h{BLn}}}Ed}{{{h{BM`}}{h{BM`}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}00000000000{{{h{AhBCf}}{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{BCf}}{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}}}}{{{h{{Ad{A`}}}}}{{h{Nh}}}}10001101000001101111000110100111110111001111110111110010000100101101110111100101001110110001010010110100000001100101101101000010010100000101110001{{{Ad{A`}}}BCf}{{{h{{Ad{A`}}}}}BCf}110001111111110011001{LbBCf}121122622122121112212211211122122222111122222212{LfBCf}2333232223322{L`BCf}343333344344343344434433433333443344{LhBCf}4444445444554554454444455454599{BMbBM`}{AO`BM`}{{{h{Nh}}{h{Ahc}}}BfGj}{{{h{BCf}}{h{Ahc}}}BfGj}{{{h{Nh}}{AIj{Fl}}}h}{{{h{Nh}}Fl}h}{{{h{Nh}}{AIf{Fl}}}h}{{{h{Nh}}{AId{Fl}}}h}{{{h{Nh}}{Fd{{AIh{Fl}}{AIh{Fl}}}}}h}{{{h{Nh}}AIb}h}{{{h{Nh}}{AIl{Fl}}}h}{{{h{Nh}}{AI`{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{BCf}}}Ed}{{{h{Od}}}Fl}{{{h{Nh}}}Fl}{{{h{BCf}}}Fl}{{}Od}{{}BCf}{{{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{BCf}}{h{BCf}}}{{Dh{Bh}}}}{{{h{AhBCf}}}{{Dh{A`}}}}{{{h{AhBCf}}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{AhBCf}}Fl}A`}{{{h{AhBCf}}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{BCf}}}}3333333333{{{h{c}}}Il{}}00000000{ce{}{}}0000000{FlBCf}``{{{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{BMjBMf}{cc{}}{AO`BMf}{ANnBMf}2{AO`BMh}{ANnBMh}4???{{{h{ANn}}}A`}{{{h{BMf}}}{{Dh{{h{AOf}}}}}}{{{h{BMh}}}{{Dh{{h{AOf}}}}}}{{{h{c}}}e{}{}}00{{{h{c}}}Ih{}}00{c{{Dn{e}}}{}{}}00000{{{h{c}}}Il{}}00{ce{}{}}00`````````````````````````{{{h{c}}}{{h{e}}}{}{}}00000{{{h{Ahc}}}{{h{Ahe}}}{}{}}00000{{{h{BMl}}}BMl}{{{h{AMd}}}AMd}{{{h{AMf}}}AMf}{{{h{BMn}}}BMn}{{{h{BN`}}}BN`}{{{h{BNb}}}BNb}{{{h{c}}{h{Ahe}}}Bf{}{}}00000{{{h{BN`}}{h{BN`}}}Bh}{{{h{Ahc}}}{{Dn{BN`AC`}}}{ACbACd}}{{{h{BN`}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{c{{Dn{BN`}}}E`}{{A@bJ`Bn}{{Dh{In}}}}{{{h{BMl}}{h{BMl}}}Ed}{{{h{AMd}}{h{AMd}}}Ed}{{{h{AMf}}{h{AMf}}}Ed}{{{h{BMn}}{h{BMn}}}Ed}{{{h{BN`}}{h{BN`}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}000000000{{{h{BMl}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{AMd}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{AMf}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BMn}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BN`}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BNb}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}{AO`BMl}1{BMnAMd}2{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{ChNj}{Ch{{h{Nj}}}}{cc{}}{{{h{Ch}}}Nj}{{{h{Ch}}}{{h{Nj}}}}{AO`{{BNj{c}}}{}}3{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`}{ACfAC`}{cc{}}0{BOdBOb}1{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}}}{}{}}040{{{h{AKb}}}AKb}{{{h{C@d}}}C@d}{{{h{C@f}}}C@f}{{{h{c}}{h{Ahe}}}Bf{}{}}00{{{h{C@d}}}h}{{{h{AhC@d}}}{{h{Ah}}}}{c{{Dn{AKb}}}E`}{{{h{AKb}}{h{AKb}}}Ed}{{{h{C@d}}{h{C@d}}}Ed}{{{h{C@f}}{h{C@f}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}00000{{{h{AKb}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{C@d}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{C@f}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}0{JlC@f}{AHdC@f}2{AFlC@f}{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}{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{{Ab{A`}}}}}}{{{h{Ml}}}{{h{{Ad{A`}}}}}}1{{{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{KhMl}{LfMl}{L`Ml}{cc{}}{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{}}0{CBhAFl}1{BOdAFl}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{{Ad{A`}}}}}}{{{h{ALn}}}{{h{{Ab{A`}}}}}}{{{h{c}}}{{h{e}}}{}{}}10{{{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{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}}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{{Ab{A`}}}}}}{{{h{CKn}}}{{h{{Ad{A`}}}}}}1{{{h{c}}}{{h{e}}}{}{}}0{{{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{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}}}{}{}}2010{{{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{dn}{cc{}}{Lbn}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{KfMj}{CjMj}{LjMj}{KnMj}{KlMj}{KdMj}{cc{}}{LlMj}{LdMj}{ALlMj}{ClMj}{KjMj}{{}Mj}{{{h{Ah{Ad{A`}}}}}{{h{AhMj}}}}{{{h{{Ad{A`}}}}}{{h{Mj}}}}{ADfMj}{{{h{{Ab{A`}}}}}{{Dn{MjGb}}}}0{{{h{Gd}}}{{Dn{Mj}}}}{{{h{Mj}}{h{Ahc}}}BfGj}{{{h{Mj}}c}h{{Gn{{Ab{A`}}}}}}{ce{}{}}{{{h{Mj}}{h{Mj}}}{{Dh{Bh}}}}{{{h{Mj}}c}DnI`}{Mj}{{{h{c}}}e{}{}}{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}0{{{h{c}}}Il{}}7``{{}{{N`{c}}}CLd}{{{h{{N`{c}}}}}hCLd}{{{h{{N`{c}}}}}{{h{{Ab{A`}}}}}CLd}{{{h{{N`{c}}}}}{{h{{Ad{A`}}}}}CLd}1{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{{N`{c}}}}}{{N`{c}}}CLd}{{{h{c}}{h{Ahe}}}Bf{}{}}{{{h{{N`{c}}}}{h{{N`{c}}}}}BhCLd}8{c{{Dn{{N`{e}}}}}E`CLd}{{}ADf}{{}}{{{h{{N`{c}}}}{h{{N`{c}}}}}EdCLd}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{{N`{c}}}}{h{AhEl}}}{{Dn{BfEn}}}CLd}000{Md{{N`{Nf}}}}{cc{}}{M`{{N`{Nb}}}}{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{{Ad{A`}}}}}}{{{h{CLf}}}{{h{{Ab{A`}}}}}}0{{{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{{Ad{A`}}}}}}{{{h{CLn}}}{{h{{Ab{A`}}}}}}0{{{h{c}}}{{h{e}}}{}{}}0{{{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}{{{h{c}}}{{h{e}}}{}{}}200{{{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}22{AO`CMh}{{{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{FlBBn}}}}{{{h{AhCMn}}{h{{Ab{A`}}}}}{{Dn{FlACf}}}}{{{h{AhACh}}{h{{Ab{A`}}}}}{{Dn{BfACf}}}}{{{h{AhCMn}}{h{{Ab{A`}}}}}{{Dn{BfBBn}}}}{{{h{AhCMn}}{h{{Ab{A`}}}}}{{Dn{BfACf}}}}```````````````````````````````````````{{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{JlAH`}{AO`AH`}4{AO`AHj}5{CNjAHj}{CNhAHj}{JlAHj}{AObAHj}9{AH`AHh}{AO`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}}}}1{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{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{Ad{A`}}}}}}{{{h{AhAGb}}}{{h{Ah{Ab{A`}}}}}}{{{h{AGb}}}{{h{{Ab{A`}}}}}}{{{h{AGb}}}{{h{{Ad{A`}}}}}}{{DAfDAf}DAf}{{{h{AhDAf}}DAf}Bf}10{{{h{c}}}{{h{e}}}{}{}}043000{{{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}{ChAGb}222{{{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{BA`}}}BA`}{{{h{c}}{h{Ahe}}}Bf{}{}}0{{{h{Ahc}}}{{Dn{DAlAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{BA`AC`}}}{ACbACd}}{{{h{DAl}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{BA`}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DAl}}{h{DAl}}}Ed}{{{h{BA`}}{h{BA`}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}000{{{h{DAl}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{BA`}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}0{{{h{DAl}}{h{Ahc}}}BfGj}{{{h{BA`}}{h{Ahc}}}BfGj}{ce{}{}}0````{{{h{BA`}}}{{Dn{BEhACf}}}}`{{{h{c}}}e{}{}}0{{{h{BA`}}}{{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{}}0{Ih{{Dn{DAn}}}}{c{{Dn{e}}}{}{}}9{{{AJb{Gd}}}{{Dn{DAn}}}}111{{{h{Gd}}}{{Dn{DAnDB`}}}}2222{{{h{c}}}Il{}}000;;;;`````````````{{{h{c}}}{{h{e}}}{}{}}00{{{h{Ahc}}}{{h{Ahe}}}{}{}}00{{{h{BAb}}}BAb}{{{h{DBf}}}DBf}{{{h{DBh}}}DBh}{{{h{c}}{h{Ahe}}}Bf{}{}}00{{{h{BAb}}{h{BAb}}}Bh}{{{h{Ahc}}}{{Dn{BAbAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DBfAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DBhAC`}}}{ACbACd}}10{{{h{BAb}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DBf}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DBh}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{BAb}}{h{BAb}}}Ed}{{{h{DBf}}{h{DBf}}}Ed}{{{h{DBh}}{h{DBh}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}00000{{{h{BAb}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DBf}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DBh}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}00{{{h{BAb}}{h{Ahc}}}BfGj}{ce{}{}}00``{{{h{BAb}}}{{Dh{{Ad{A`}}}}}}{{{ADl{Cj}}Cj}DBf}{{{ADl{Cj}}Cj}DBh}{{{h{BAb}}{h{BAb}}}{{Dh{Bh}}}}``{{{h{c}}}e{}{}}00{c{{Dn{e}}}{}{}}00000{{{h{c}}}Il{}}00``777````````{{{h{c}}}{{h{e}}}{}{}}00{{{h{Ahc}}}{{h{Ahe}}}{}{}}00{{{h{DBj}}}DBj}{{{h{DBl}}}DBl}{{{h{DBn}}}DBn}{{{h{c}}{h{Ahe}}}Bf{}{}}00{{{h{Ahc}}}{{Dn{DBjAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DBlAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DBnAC`}}}{ACbACd}}20{{{h{DBj}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DBl}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DBn}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}`{{{h{DBj}}{h{DBj}}}Ed}{{{h{DBl}}{h{DBl}}}Ed}{{{h{DBn}}{h{DBn}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}00000``{{{h{DBj}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DBl}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DBn}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}00`{ce{}{}}00{{{h{c}}}e{}{}}00{c{{Dn{e}}}{}{}}00000`{{{h{c}}}Il{}}00333````{{{h{c}}}{{h{e}}}{}{}}000{{{h{Ahc}}}{{h{Ahe}}}{}{}}000{{{h{DC`}}}DC`}{{{h{DCb}}}DCb}{{{h{DCd}}}DCd}{{{h{DCf}}}DCf}{{{h{c}}{h{Ahe}}}Bf{}{}}000{{{h{DC`}}{h{DC`}}}Bh}{{{h{DCb}}{h{DCb}}}Bh}{{{h{DCd}}{h{DCd}}}Bh}{{{h{DCf}}{h{DCf}}}Bh}`{{{h{Ahc}}}{{Dn{DC`AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DCbAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DCdAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DCfAC`}}}{ACbACd}}3210{{{h{DC`}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DCb}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DCd}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DCf}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DC`}}{h{DC`}}}Ed}{{{h{DCb}}{h{DCb}}}Ed}{{{h{DCd}}{h{DCd}}}Ed}{{{h{DCf}}{h{DCf}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0000000{{{h{DC`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DCb}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DCd}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DCf}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}000{{{h{DC`}}{h{Ahc}}}BfGj}{{{h{DCb}}{h{Ahc}}}BfGj}{{{h{DCd}}{h{Ahc}}}BfGj}{{{h{DCf}}{h{Ahc}}}BfGj}{ce{}{}}000{{{h{DC`}}{h{DC`}}}{{Dh{Bh}}}}{{{h{DCb}}{h{DCb}}}{{Dh{Bh}}}}{{{h{DCd}}{h{DCd}}}{{Dh{Bh}}}}{{{h{DCf}}{h{DCf}}}{{Dh{Bh}}}}`{{{h{c}}}e{}{}}000`{c{{Dn{e}}}{}{}}0000000`{{{h{c}}}Il{}}000`7777```````{{{h{c}}}{{h{e}}}{}{}}00000{{{h{Ahc}}}{{h{Ahe}}}{}{}}00000{{{h{DCh}}}DCh}{{{h{DCj}}}DCj}{{{h{DCl}}}DCl}{{{h{DCn}}}DCn}{{{h{DD`}}}DD`}{{{h{DDb}}}DDb}{{{h{c}}{h{Ahe}}}Bf{}{}}00000{{{h{Ahc}}}{{Dn{DChAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DCjAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DClAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DCnAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DD`AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DDbAC`}}}{ACbACd}}543210{{{h{DCh}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DCj}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DCl}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DCn}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DD`}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DDb}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DCh}}{h{DCh}}}Ed}{{{h{DCj}}{h{DCj}}}Ed}{{{h{DCl}}{h{DCl}}}Ed}{{{h{DCn}}{h{DCn}}}Ed}{{{h{DD`}}{h{DD`}}}Ed}{{{h{DDb}}{h{DDb}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}00000000000`````````{{{h{DCh}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DCj}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DCl}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DCn}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DD`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DDb}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}00000{ce{}{}}00000````````{{{h{c}}}e{}{}}00000{c{{Dn{e}}}{}{}}00000000000{{{h{c}}}Il{}}00000333333```````````{{{h{c}}}{{h{e}}}{}{}}00{{{h{Ahc}}}{{h{Ahe}}}{}{}}00`{{{h{DDd}}}DDd}{{{h{DDf}}}DDf}{{{h{DDh}}}DDh}{{{h{c}}{h{Ahe}}}Bf{}{}}00{{{h{Ahc}}}{{Dn{DDdAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DDfAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DDhAC`}}}{ACbACd}}20{{{h{DDd}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DDf}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DDh}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DDd}}{h{DDd}}}Ed}{{{h{DDf}}{h{DDf}}}Ed}{{{h{DDh}}{h{DDh}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}00000{{{h{DDd}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DDf}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DDh}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}00`{ce{}{}}00`{{DAfA@`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}}}}{ACfABn}{AC`ABn}{cc{}}{GbABn}{AO`ABn}2222{AO`DDn}{BDhDDn}44{AO`AKn}{DElAKn}6{DEnAKn}{DEdAKn}8{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{{D`{AMh}}}}}{{Dn{{D`{AAj}}DF`}}}}{{{h{AhDEh}}{h{{D`{AMh}}}}}{{Dn{{D`{AAj}}DF`}}}}`{ce{}{}}000000000000`````````````````````{{{h{c}}}{{h{e}}}{}{}}00{{{h{Ahc}}}{{h{Ahe}}}{}{}}00{{{h{{DFb{c}}}}}{{DFb{c}}}{AlBBh{DFd{A`}}{AHb{A`}}}}{{{h{DFf}}}DFf}{{{h{c}}{h{Ahe}}}Bf{}{}}0{{{h{{DFb{c}}}}{h{{DFb{c}}}}}Bh{BjBBh{DFd{A`}}{AHb{A`}}}}{{{h{DFf}}{h{DFf}}}Bh}{{{h{Ahc}}}{{Dn{{DFb{e}}AC`}}}{ACbACd}{BBh{DFd{A`}}{AHb{A`}}}}{{{h{{DFb{c}}}}{h{Ahe}}}{{Dn{FlACf}}}{BBh{DFd{A`}}{AHb{A`}}}{AChACd}}{c{{Dn{{DFb{e}}}}}E`{BBh{DFd{A`}}{AHb{A`}}BAj}}{c{{Dn{DFh}}}E`}{c{{Dn{DFf}}}E`}{{{h{{DFb{c}}}}{h{{DFb{c}}}}}Ed{EfBBh{DFd{A`}}{AHb{A`}}}}{{{h{DFh}}{h{DFh}}}Ed}{{{h{DFf}}{h{DFf}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}00000{{{h{{DFb{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{F`BBh{DFd{A`}}{AHb{A`}}}}{{{h{DFh}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DFf}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}00{{{h{{DFb{c}}}}{h{Ahe}}}Bf{GlBBh{DFd{A`}}{AHb{A`}}}Gj}{{{h{DFf}}{h{Ahc}}}BfGj}{ce{}{}}00```{{{h{{DFb{c}}}}{h{{DFb{c}}}}}{{Dh{Bh}}}{HnBBh{DFd{A`}}{AHb{A`}}}}{{{h{DFf}}{h{DFf}}}{{Dh{Bh}}}}`{{{h{{DFb{c}}}}e}Dn{BBh{DFd{A`}}{AHb{A`}}If}I`}{{{h{DFh}}c}DnI`}{{{h{DFf}}c}DnI`}`{{{h{{DFb{c}}}}}DFf{BBh{DFd{A`}}{AHb{A`}}}}{{{h{c}}}e{}{}}0{{{h{c}}}Ih{}}{DFf{{Dn{{DFb{c}}}}}{BBh{DFd{A`}}{AHb{A`}}}}{c{{Dn{e}}}{}{}}00000{{{h{c}}}Il{}}00``;;;````````````````````````````````````````{{AEd{h{{Jf{c}}}}{h{Jh}}}{{Dn{AEdJl}}}Jn}{{AJl{h{Jh}}}{{Dn{AJlJl}}}}{{{h{AJl}}}}{{{h{AEd}}}}{{{h{AKl}}}}{{{h{AhAJl}}}}{{{h{AhAEd}}}}{{{h{AhAKl}}}}{{{h{AhAEd}}}DFj}{{{h{AEd}}}DFj}{{{h{AJl}}}{{h{{Ad{A`}}}}}}{{{h{AKl}}}{{h{{Ad{A`}}}}}}{{{h{c}}}{{h{e}}}{}{}}00000000000{{{h{Ahc}}}{{h{Ahe}}}{}{}}00000000000{{{h{D@`}}}D@`}{{{h{D@b}}}D@b}{{{h{COl}}}COl}{{{h{D@n}}}D@n}{{{h{DA`}}}DA`}{{{h{COf}}}COf}{{{h{AJl}}}AJl}{{{h{AEd}}}AEd}{{{h{COj}}}COj}{{{h{Jh}}}Jh}{{{h{AKl}}}AKl}{{{h{Jl}}}Jl}{{{h{c}}{h{Ahe}}}Bf{}{}}00000000000{{{h{D@`}}{h{D@`}}}Bh}{{{h{D@b}}{h{D@b}}}Bh}{{{h{COl}}{h{COl}}}Bh}{{{h{D@n}}{h{D@n}}}Bh}{{{h{DA`}}{h{DA`}}}Bh}{{{h{COf}}{h{COf}}}Bh}{{{h{AEd}}{h{AEd}}}Bh}{{{h{COj}}{h{COj}}}Bh}{{{h{Jh}}{h{Jh}}}Bh}{{{h{AKl}}{h{AKl}}}Bh}{{{h{Jl}}{h{Jl}}}Bh}4{{{h{AEd}}{h{AEd}}}{{Dn{AEdJl}}}}{{{h{{Ab{{h{AEd}}}}}}}{{Dn{AEdJl}}}}`{{A`Fl}Bf}000000{c{{Dn{AJl}}}E`}{c{{Dn{AEd}}}E`}{{{h{AJl}}}COh}```{{{h{D@`}}{h{D@`}}}Ed}{{{h{D@b}}{h{D@b}}}Ed}{{{h{COl}}{h{COl}}}Ed}{{{h{D@n}}{h{D@n}}}Ed}{{{h{DA`}}{h{DA`}}}Ed}{{{h{COf}}{h{COf}}}Ed}{{{h{AJl}}{h{AJl}}}Ed}{{{h{AEd}}{h{AEd}}}Ed}{{{h{COj}}{h{COj}}}Ed}{{{h{Jh}}{h{Jh}}}Ed}{{{h{AKl}}{h{AKl}}}Ed}{{{h{Jl}}{h{Jl}}}Ed}4{{{h{c}}{h{e}}}Ed{}{}}00000000000000000000000{{{h{D@`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{D@b}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{COl}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{D@n}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DA`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{COf}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{AJl}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{AEd}}{h{AhEl}}}{{Dn{BfEn}}}}00{{{h{COj}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{Jh}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{AKl}}{h{AhEl}}}{{Dn{BfEn}}}}00{{{h{Jl}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}00000{AG`AJl}{cAJlDFl}2{{{h{AG`}}}AJl}3{DFjAEd}{{{h{AG`}}}AEd}{AG`AEd}66{AJlJh}{LjAKl}{LnAKl}{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{{Ab{A`}}}}}Ed}{{{h{DGh}}{h{DGh}}}Ed}{{{h{C@j}}{h{C@j}}}Ed}0{{{h{c}}{h{e}}}Ed{}{}}0000000{{{h{DGj}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{D@j}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DGh}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{C@j}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}{DGdD@j}11{C@jDGh}{{{h{C@j}}}DGh}{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{{Ab{A`}}}}}{{Dh{Bh}}}}{{{h{DGh}}{h{DGh}}}{{Dh{Bh}}}}{{{h{C@j}}{h{C@j}}}{{Dh{Bh}}}}{{{h{C@j}}c}DnI`}{{{h{D@j}}}{{Fd{DGj{Ad{A`}}}}}}{{{h{C@j}}}{{Ad{A`}}}}{{{h{C@j}}}DGh}`{DGjBBb}{{{h{c}}}e{}{}}000{{{h{DGh}}}{{Dn{C@jJl}}}}{{{h{D@j}}}C@j}{{{h{c}}}Ih{}}0{c{{Dn{e}}}{}{}}00{{{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}}}}Fl}{{h{A`}}}CAd}{{{h{{DHn{c}}}}AIb}{{h{{Ab{A`}}}}}CAd}{{{h{{DHn{c}}}}{AIj{Fl}}}{{h{{Ab{A`}}}}}CAd}{{{h{{DHn{c}}}}{AIf{Fl}}}{{h{{Ab{A`}}}}}CAd}{{{h{{DHn{c}}}}{AIl{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{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{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}{{{AId{c}}}{{DLd{c}}}DJf}22{{DfDf}{{Dn{DKfDKh}}}}{ce{}{}}00000000000{c{{H`{g}}}{}{}{{Hb{}{{Eh{e}}}}}}1{{DJjg}{{DLf{DJjgce}}}{}{}{{AFd{c}{{Hh{e}}}}}}{ADb{{Dn{DKfDKh}}}}{{{h{{Ab{c}}}}}{{Dn{{DKn{c}}DLh}}}{}}{c{{Dn{{DL`{e}}DLb}}}Ej{DLjAlDJbDJfHn}}{{eg}{{DLd{c}}}DJf{{DLl{c}}}{{DLl{c}}}}0{{{h{Ah{DJl{egc}}}}}{{Dh{c}}}{}{{DJj{c}}}D@d}{{{h{DJj}}{h{Ahc}}}e{D@dACd}{}}{{{h{DKf}}{h{Ahc}}}Ed{D@dACd}}{{{h{{DLf{eicg}}}}{h{Ahk}}}g{}{{DJj{c}}}{}{{AFd{c}{{Hh{g}}}}}{D@dACd}}{{{h{DKj}}{h{Ahc}}}CFb{D@dACd}}{{{h{DKj}}{h{Ahc}}}ADb{D@dACd}}{{{h{DKl}}{h{Ahc}}}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}}}{{DIf{AEl}}}{D@dACd}}{{{h{DKd}}{h{Ahc}}}Ed{D@dACd}}{{{h{DKd}}{h{Ahc}}}{{Ad{e}}}{D@dACd}{}}{{{h{DKd}}{h{Ahc}}}Bf{D@dACd}}1{{{h{DKd}}{h{Ahc}}}{{Fd{egikmo}}}{D@dACd}{}{}{}{}{}{}}222{{{h{DKd}}{h{Ahc}}}BBd{D@dACd}}33{{{h{DKd}}{h{Ahc}}}{{DIf{Df}}}{D@dACd}}{{{h{DKd}}{h{Ahc}}}{{Dh{e}}}{D@dACd}{}}{{{h{DKd}}{h{Ahc}}}{{DIf{A`}}}{D@dACd}}{{{h{DKd}}{h{Ahc}}}ACn{D@dACd}}77{{{h{DKd}}{h{Ahc}}}{{Fd{egik}}}{D@dACd}{}{}{}{}}88{{{h{DKd}}{h{Ahc}}}{{DIf{ACn}}}{D@dACd}}9{{{h{DKd}}{h{Ahc}}}CFd{D@dACd}}{{{h{DKd}}{h{Ahc}}}{{Fd{egikmoAaAcAeAg}}}{D@dACd}{}{}{}{}{}{}{}{}{}{}};{{{h{DKd}}{h{Ahc}}}{{Fd{e}}}{D@dACd}{}}{{{h{DKd}}{h{Ahc}}}AEl{D@dACd}}{{{h{DKd}}{h{Ahc}}}CKf{D@dACd}}>>{{{h{DKd}}{h{Ahc}}}{{Fd{egikmoAaAc}}}{D@dACd}{}{}{}{}{}{}{}{}}{{{h{DKd}}{h{Ahc}}}Fl{D@dACd}}{{{h{DKd}}{h{Ahc}}}{{Ad{e}}}{D@dACd}{}}{{{h{DKd}}{h{Ahc}}}{{DIf{Fl}}}{D@dACd}}1111{{{h{DKd}}{h{Ahc}}}A`{D@dACd}}2{{{h{DKd}}{h{Ahc}}}{{Fd{egikm}}}{D@dACd}{}{}{}{}{}}3{{{h{DKd}}{h{Ahc}}}Df{D@dACd}}44{{{h{DKd}}{h{Ahc}}}{{DLn{e}}}{D@dACd}{}}{{{h{DKd}}{h{Ahc}}}CFb{D@dACd}}{{{h{DKd}}{h{Ahc}}}{{Fd{egi}}}{D@dACd}{}{}{}}{{{h{DKd}}{h{Ahc}}}BBj{D@dACd}}8{{{h{DKd}}{h{Ahc}}}{{Fd{egikmoAaAcAeAgAiAk}}}{D@dACd}{}{}{}{}{}{}{}{}{}{}{}{}}9{{{h{DKd}}{h{Ahc}}}{{Fd{egikmoAa}}}{D@dACd}{}{}{}{}{}{}{}}::{{{h{DKd}}{h{Ahc}}}Eb{D@dACd}}{{{h{DKd}}{h{Ahc}}}BBb{D@dACd}}<{{{h{DKd}}{h{Ahc}}}ADb{D@dACd}}={{{h{DKd}}{h{Ahc}}}{{Fd{eg}}}{D@dACd}{}{}}>{{{h{DKd}}{h{Ahc}}}BB`{D@dACd}}?{{{h{DKd}}{h{Ahc}}}{{Fd{egikmoAaAcAeAgAi}}}{D@dACd}{}{}{}{}{}{}{}{}{}{}{}}{{{h{DKd}}{h{Ahc}}}A@`{D@dACd}}{{{h{DKd}}{h{Ahc}}}{{DIf{Eb}}}{D@dACd}}{{{h{DKd}}{h{Ahc}}}{{Fd{egikmoAaAcAe}}}{D@dACd}{}{}{}{}{}{}{}{}{}}{{{h{DKd}}{h{Ahc}}}{{Ad{e}}}{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{Df}}}DLlDLl}{{ce}{{DMb{A`}}}DLlDLl}{{ce}{{DMb{CKf}}}DLlDLl}{{ce}{{DMb{Eb}}}DLlDLl}{{ce}{{DMb{AEl}}}DLlDLl}{{ce}{{DMb{ACn}}}DLlDLl}{{ce}{{DMb{BBd}}}DLlDLl}{{ce}{{DMb{BBb}}}DLlDLl}{{ce}{{DMb{BB`}}}DLlDLl}{{ce}{{DMb{CFd}}}DLlDLl}{{ce}{{DMb{Fl}}}DLlDLl}{{ce}{{DMb{A@`}}}DLlDLl}{{ce}DMdDLlDLl}{{ce}{{DMf{ADb}}}DLlDLl}{{ce}{{DMf{CFb}}}DLlDLl}{{ce}DMhDLlDLl}{{eg}{{DMl{}{{DMj{c}}}}}{}{{DLl{c}}}{{DLl{c}}}}9{{ce}{{DMb{Df}}}DLlDLl}8=>96;7{{ce}{{DMb{A`}}}DLlDLl}={{ce}{{DMb{CKf}}}DLlDLl}7564{{{h{{DMl{}{{DMj{c}}}}}}{h{Ahe}}}c{}{D@dACd}}{{{h{{DMb{A`}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{CKf}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{Df}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{BB`}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{CFd}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{Eb}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{A@`}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{BBb}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{BBd}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{AEl}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{ACn}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{Fl}}}}{h{Ahc}}}{}{D@dACd}}{{{h{DMd}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMf{CFb}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMf{ADb}}}}{h{Ahc}}}{}{D@dACd}}{{{h{DMh}}{h{Ahc}}}DMn{D@dACd}}{{DJh{h{Ahc}}}e{DIjACd}{}}{{eg{h{Ahi}}}c{}{{DLl{c}}}{{DLl{c}}}{D@dACd}}{{ce{h{Ahg}}}{}DLlDLl{D@dACd}}00000000000001000000000000{{{h{c}}}e{}{}}000{c{{Dn{e}}}{}{}}0000000{{{h{c}}}Il{}}000{ce{}{}}000`````````{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{{DN`{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{F`DNb}}{cc{}}4{{{ADl{c}}}{{Dn{{DN`{c}}DLb}}}DNb}7765```````````{{{h{{DNd{}{{Eh{c}}}}}}{h{Ahe}}}{{Dh{{h{c}}}}}{}{D@dACd}}{{DNf{h{Ahc}}}{{Dh{e}}}{D@dACd}{}}{{{h{{DNd{}{{Eh{c}}}}}}{h{Ahe}}Fl}{{DNh{{DNd{}{{Eh{c}}}}c}}}{}{D@dACd}}{{DNf{h{Ahc}}Fl}{{ADl{e}}}{D@dACd}{}}{{DNf{h{Ahc}}{h{Ah{Ab{e}}}}}Fl{D@dACd}{}}{{{h{{DNd{}{{Eh{c}}}}}}{h{Ahe}}Fli}{{Dn{{DNh{{DNd{}{{Eh{c}}}}c}}DLb}}}{}{D@dACd}{{AHb{ADb}}}{{AFd{{h{c}}}{{Hh{g}}}}}}{{{h{Ah{DNd{}{{Eh{c}}}}}}{h{Ahe}}}{{Dh{{h{Ahc}}}}}{}{D@dACd}}5{{{h{{DNd{}{{Eh{c}}}}}}{h{Ahe}}k}{{Dn{{h{c}}DLb}}}{}{D@dACd}{DJfDLjHnAlDJb}{{DLl{g}}}{{AFd{{h{c}}}{{Hh{i}}}}}}{{{h{Ah{DNd{}{{Eh{c}}}}}}{h{Ahe}}k}{{Dn{{h{Ahc}}DLb}}}{}{D@dACd}{DJfDLjHnAlDJb}{{DLl{g}}}{{AFd{{h{c}}}{{Hh{i}}}}}}{{{h{AhD@d}}{h{Ahc}}}Bf{DIhACd}}{{{h{AhDIj}}{h{Ah{Ab{A`}}}}}Bf}{{}{{DJ`{}{{DIn{c}}}}}{DJb{DJd{{Ab{A`}}}}}}{c{{Dn{{DJ`{}{{DIn{e}}}}DId}}}DIj{DJb{DJd{{Ab{A`}}}}}}{c{{DJ`{}{{DIn{c}}}}}{DJb{DJd{{Ab{A`}}}}}}{{{h{AhD@d}}}c{}}{{{h{AhD@d}}ADb}Ed}{{{h{AhD@d}}e}cDJf{{DJh{c}}}}{{{h{AhD@d}}DfDf}Ed}{{DJjg}{{DLf{DJjgce}}}{}{}{{AFd{c}{{Hh{e}}}}}}{{{h{AhDIj}}}Df}{{{h{AhDIj}}}Eb}{{{h{Ah{DNd{}{{Eh{c}}}}}}{h{Ahe}}Fl}{{Fd{{h{Ah{Ab{c}}}}{h{Ah{Ab{c}}}}}}}{}{D@dACd}}{{}c{}}{{{h{DJj}}{h{Ahc}}}e{D@dACd}{}}{{{h{AhD@d}}e}c{}{{DJj{c}}}}{{DJjc}{{DJl{DJjce}}}D@d{}}{{D@de}{{DJl{eD@dc}}}{}{{DJj{c}}}}{Eb{{DJ`{}{{DIn{c}}}}}{DJb{DJd{{Ab{A`}}}}}}{{{h{Ah{DNd{}{{Eh{c}}}}}}{h{Ahe}}}Bf{}{D@dACd}}{{}DJn}{{{h{AhD@d}}{h{Ahc}}}{{Dn{BfDId}}}{DIhACd}}{{{h{AhDIj}}{h{Ah{Ab{A`}}}}}{{Dn{BfDId}}}}````{{{h{Ahc}}}{{h{AhDIj}}}{}}00{{{h{c}}}{{h{e}}}{}{}}00{{{h{Ahc}}}{{h{Ahe}}}{}{}}00{{{h{DNj}}}DNj}{{{h{DNl}}}DNl}{{{h{DJn}}}DJn}{{{h{c}}{h{Ahe}}}Bf{}{}}00{{}DNj}:{{{h{DNl}}{h{DNl}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{AhDNj}}{h{Ah{Ab{A`}}}}}Bf}{{{h{AhDNl}}{h{Ah{Ab{A`}}}}}Bf}{{{h{AhDJn}}{h{Ah{Ab{A`}}}}}Bf}{{{h{DNj}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DNl}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DJn}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}00{c{{Dn{DNlDId}}}DIj}{{}DNl}{ce{}{}}00`{{{h{AhDNj}}}Df}{{{h{AhDNl}}}Df}{{{h{AhDJn}}}Df}{{{h{AhDNj}}}Eb}{{{h{AhDNl}}}Eb}{{{h{AhDJn}}}Eb}{{{h{c}}}e{}{}}00{{{h{AhDNj}}{h{Ah{Ab{A`}}}}}{{Dn{BfDId}}}}{{{h{AhDNl}}{h{Ah{Ab{A`}}}}}{{Dn{BfDId}}}}{{{h{AhDJn}}{h{Ah{Ab{A`}}}}}{{Dn{BfDId}}}}{c{{Dn{e}}}{}{}}00000{{{h{c}}}Il{}}00<<<```{{{h{Ahc}}}{{h{AhDIj}}}{}}{{{h{c}}}{{h{e}}}{}{}}00{{{h{Ahc}}}{{h{Ahe}}}{}{}}00{{{h{{DNn{ce}}}}}{{DNn{ce}}}{DO`DJ`Al}{DIjAl}}{{{h{c}}{h{Ahe}}}Bf{}{}}{{{h{Ah{DOb{c}}}}{h{Ah{Ab{A`}}}}}BfBHb}{{{h{Ah{DNn{ce}}}}{h{Ah{Ab{A`}}}}}Bf{{DO`{}{{Eh{Df}}}}DJ`}DIj}{{{h{{DOb{c}}}}{h{AhEl}}}{{Dn{BfEn}}}F`}{{{h{DOd}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{{DNn{ce}}}}{h{AhEl}}}{{Dn{BfEn}}}{F`DO`DJ`}{F`DIj}}{cc{}}00{ce{}{}}00{c{{DOb{c}}}BHb}{{cEbe}{{DNn{ce}}}{DO`DJ`}DIj}{{{h{Ah{DOb{c}}}}}DfBHb}{{{h{Ah{DNn{ce}}}}}Df{{DO`{}{{Eh{Df}}}}DJ`}DIj}{{{h{Ah{DOb{c}}}}}EbBHb}{{{h{Ah{DNn{ce}}}}}Eb{{DO`{}{{Eh{Df}}}}DJ`}DIj}{{{h{Ah{DNn{ce}}}}}{{Dn{BfDId}}}{DO`DJ`}DIj}{{{h{DOd}}}{{Dh{{h{AOf}}}}}}{{{h{c}}}e{}{}}{{{h{c}}}Ih{}}{{{h{Ah{DOb{c}}}}{h{Ah{Ab{A`}}}}}{{Dn{BfDId}}}BHb}{{{h{Ah{DNn{ce}}}}{h{Ah{Ab{A`}}}}}{{Dn{BfDId}}}{{DO`{}{{Eh{Df}}}}DJ`}DIj}{c{{Dn{e}}}{}{}}00000{{{h{c}}}Il{}}00>>>`{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{DOf}}}DOf}{{{h{c}}{h{Ahe}}}Bf{}{}}{{{h{DOf}}{h{DOf}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{AhDOf}}{h{Ah{Ab{A`}}}}}Bf}{{{h{DOf}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}{ce{}{}}{{EbEb}DOf}{{{h{AhDOf}}}Df}{{{h{AhDOf}}}Eb}{{{h{c}}}e{}{}}{{{h{AhDOf}}{h{Ah{Ab{A`}}}}}{{Dn{BfDId}}}}{c{{Dn{e}}}{}{}}0{{{h{c}}}Il{}}7````{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{{DNd{}{{Eh{c}}}}}}{h{Ahe}}}{{Dh{{h{c}}}}}{}{D@dACd}}{{DNf{h{Ahc}}}{{Dh{e}}}{D@dACd}{}}{{{h{{DNd{}{{Eh{c}}}}}}{h{Ahe}}Fl}{{DNh{{DNd{}{{Eh{c}}}}c}}}{}{D@dACd}}{{DNf{h{Ahc}}Fl}{{ADl{e}}}{D@dACd}{}}{{DNf{h{Ahc}}{h{Ah{Ab{e}}}}}Fl{D@dACd}{}}{{{h{{DNd{}{{Eh{c}}}}}}{h{Ahe}}Fli}{{Dn{{DNh{{DNd{}{{Eh{c}}}}c}}DLb}}}{}{D@dACd}{{AHb{ADb}}}{{AFd{{h{c}}}{{Hh{g}}}}}}{{{h{Ah{DNd{}{{Eh{c}}}}}}{h{Ahe}}}{{Dh{{h{Ahc}}}}}{}{D@dACd}}5{{{h{{DNd{}{{Eh{c}}}}}}{h{Ahe}}k}{{Dn{{h{c}}DLb}}}{}{D@dACd}{DJfDLjHnAlDJb}{{DLl{g}}}{{AFd{{h{c}}}{{Hh{i}}}}}}{{{h{Ah{DNd{}{{Eh{c}}}}}}{h{Ahe}}k}{{Dn{{h{Ahc}}DLb}}}{}{D@dACd}{DJfDLjHnAlDJb}{{DLl{g}}}{{AFd{{h{c}}}{{Hh{i}}}}}}{{{h{{DNh{ce}}}}{h{AhEl}}}{{Dn{BfEn}}}{F`ACd}F`}{cc{}}`{ce{}{}}{c{{H`{g}}}{}{}{{Hb{}{{Eh{e}}}}}}1{{{h{{DNh{ec}}}}}Fl{}{{DOh{Fl}{{Hh{c}}}}ACd}}{{{h{Ah{DNh{ec}}}}}Dh{}{{DOh{Fl}{{Hh{c}}}}ACd}}{{{h{Ah{DNd{}{{Eh{c}}}}}}{h{Ahe}}Fl}{{Fd{{h{Ah{Ab{c}}}}{h{Ah{Ab{c}}}}}}}{}{D@dACd}}{{{h{Ah{DNd{}{{Eh{c}}}}}}{h{Ahe}}}Bf{}{D@dACd}}{{{h{{DNh{ec}}}}}{{Fd{Fl{Dh{Fl}}}}}{}{{DOh{Fl}{{Hh{c}}}}ACd}}{c{{Ij{i}}}{}{}{}{{Hb{}{{Eh{{Dn{eg}}}}}}}}{c{{Dn{e}}}{}{}}0{{{h{c}}}Il{}}9```{{{h{c}}}{{h{e}}}{}{}}00{{{h{Ahc}}}{{h{Ahe}}}{}{}}00{{{h{DOj}}}DOj}{{{h{DOl}}}DOl}{{{h{c}}{h{Ahe}}}Bf{}{}}0{{{h{DOj}}{h{DOj}}}Ed}{{{h{DOj}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DOn}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DOl}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}{{{ADl{Fl}}}DOj}{{{ADl{Df}}}DOj}22{{{h{DOj}}Fl}Fl}{ce{}{}}00{c{{H`{g}}}{}{}{{Hb{}{{Eh{e}}}}}}0{DOjDOl}22{DOj{{ADl{Fl}}}}{{{h{DOj}}}Ed}{{{h{DOj}}}DOn}{{{h{DOj}}}Fl}{{{h{AhDOn}}}{{Dh{Fl}}}}{{{h{AhDOl}}}Dh}{{{h{Ahc}}FlFl}DOj{D@dACd}}{{{h{Ahc}}FlgFl}{{Dn{DOjDLb}}}{D@dACd}{{AHb{ADb}}}{{AFd{Fl}{{Hh{e}}}}}}{{{h{DOn}}}{{Fd{Fl{Dh{Fl}}}}}}{{{h{DOl}}}{{Fd{Fl{Dh{Fl}}}}}}{{{h{c}}}e{}{}}0{c{{Ij{i}}}{}{}{}{{Hb{}{{Eh{{Dn{eg}}}}}}}}0{c{{Dn{e}}}{}{}}00000{{{h{c}}}Il{}}00{ce{}{}}00``{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{DFn}}}DFn}{{{h{c}}{h{Ahe}}}Bf{}{}}{{{h{DFn}}{h{DFn}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{DFn}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}{{{h{DFn}}{h{Ahc}}}BfGj}9={{{h{c}}}Ih{}}<<;:`{{{h{AMn}}}}{{{h{AhAMn}}}}{{{h{AMn}}}{{h{{Ad{A`}}}}}}<;{{{h{AMn}}}AMn}:{{{h{AMn}}{h{AMn}}}Bh}{c{{Dn{AMn}}}E`}{{{h{AMn}}{h{AMn}}}Ed};;{{{h{AMn}}{h{AhEl}}}{{Dn{BfEn}}}}00:{{{h{{Ab{A`}}}}}{{Dn{AMnJl}}}}{{{h{Gd}}}{{Dn{AMnJl}}}}{{{h{AMn}}{h{Ahc}}}BfGj}{{{h{AMn}}c}h{}}{ce{}{}}{{{h{AMn}}{h{AMn}}}{{Dh{Bh}}}}{{{h{AMn}}c}DnI`}{{{h{AMn}}}{{Ad{A`}}}}{{{h{c}}}e{}{}}{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}0{{{h{c}}}Il{}}7`````````````````````````````````````````````````````{{{h{E@`}}}{{h{{Ab{A`}}}}}}{{{h{c}}}{{h{e}}}{}{}}000000000000000{{{h{Ahc}}}{{h{Ahe}}}{}{}}000000000000000{{{h{{E@b{c}}}}}{{E@b{c}}}{Al{Dj{AAf}}}}{{{h{AEn}}}AEn}{{{h{E@d}}}E@d}{{{h{E@f}}}E@f}{{{h{E@h}}}E@h}{{{h{AFh}}}AFh}{{{h{AHd}}}AHd}{{{h{E@j}}}E@j}{{{h{E@`}}}E@`}{{{h{DEl}}}DEl}{{{h{DEn}}}DEn}{{{h{E@l}}}E@l}{{{h{E@n}}}E@n}{{{h{c}}{h{Ahe}}}Bf{}{}}000000000000{{{h{{E@b{c}}}}{h{{E@b{c}}}}}Bh{Bj{Dj{AAf}}}}{{{h{AEn}}{h{AEn}}}Bh}{{{h{E@`}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{E@b{c}}}}{h{{E@b{c}}}}}Ed{Ef{Dj{AAf}}}}{{{h{AEn}}{h{AEn}}}Ed}{{{h{E@d}}{h{E@d}}}Ed}{{{h{E@f}}{h{E@f}}}Ed}{{{h{E@h}}{h{E@h}}}Ed}{{{h{AFh}}{h{AFh}}}Ed}{{{h{AHd}}{h{AHd}}}Ed}{{{h{E@j}}{h{E@j}}}Ed}{{{h{E@`}}{h{E@`}}}Ed}{{{h{DEl}}{h{DEl}}}Ed}{{{h{DEn}}{h{DEn}}}Ed}{{{h{E@l}}{h{E@l}}}Ed}{{{h{E@n}}{h{E@n}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0000000000000000000000000{{{h{{AKj{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{F`{Dj{Cd}}}}{{{h{{E@b{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{F`{Dj{AAf}}}}{{{h{AEn}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{E@d}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{E@f}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{E@h}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{AFh}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{AHd}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{E@j}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{E@`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DEl}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{DEn}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{E@l}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{E@n}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{{EA`{c}}}}{h{AhEl}}}{{Dn{BfEn}}}CBb}{{{h{{EA`{c}}}}{h{AhEl}}}{{Dn{BfEn}}}F`}{cc{}}00000{AO`E@h}11111{AO`DEl}{E@fDEl}{E@hDEl}{E@dDEl}5{AMdDEl}{AO`DEn}{AMdDEn}888{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{Cd}}}}{{{EAb{c}}}{{Dn{Edc}}}{}}{{{h{AEn}}}M`}{{{h{{AKj{c}}}}{h{Ahe}}Fl{h{Mf}}g}{{EAb{{EA`{AMd}}}}}{{Dj{Cd}}}{AChACd}{{AHb{Df}}}}{{{h{{AKj{c}}}}Fl{h{Mf}}Df}{{Dn{LjAMd}}}{{Dj{Cd}}}}{{{EAb{c}}g}{{EAb{e}}}{}{}{{BE`{c}{{Hh{e}}}}}}{c{{AKj{c}}}{{Dj{Cd}}}}{{{h{Mf}}AGj}AEn}{{{h{{Ab{A`}}}}}{{Dn{E@`E@n}}}}`{{{h{Ah{AKj{c}}}}Fl{h{Mf}}BnABb}{{Dn{LlDEn}}}{{Dj{Cd}}}}{{{h{Ah{AKj{c}}}}Fl{h{Mf}}BnABb}{{Dn{LlAMd}}}{{Dj{Cd}}}}{{{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{Cd}}}{AChACd}}{{{h{E@d}}}{{Dh{{h{AOf}}}}}}{{{h{E@f}}}{{Dh{{h{AOf}}}}}}{{{h{E@h}}}{{Dh{{h{AOf}}}}}}{{{h{AFh}}}{{Dh{{h{AOf}}}}}}{{{h{AHd}}}{{Dh{{h{AOf}}}}}}{{{h{E@j}}}{{Dh{{h{AOf}}}}}}{{{h{DEl}}}{{Dh{{h{AOf}}}}}}{{{h{DEn}}}{{Dh{{h{AOf}}}}}}{{{h{E@l}}}{{Dh{{h{AOf}}}}}}{{{h{E@n}}}{{Dh{{h{AOf}}}}}}{{{h{{EA`{c}}}}}{{Dh{{h{AOf}}}}}AOf}{{{h{Ah{AKj{c}}}}{h{Ahe}}Fl{h{{E@b{g}}}}{Dh{E@`}}{Dh{{Fd{M`Df}}}}AB`}{{Dn{Bf{EA`{DEl}}}}}{{Dj{Cd}}}{AChACd}{{Dj{AAf}}}}{{{h{Ah{AKj{c}}}}Fl{h{{E@b{e}}}}AB`}{{Dn{LnDEl}}}{{Dj{Cd}}}{{Dj{AAf}}}}{{{h{Ah{AKj{c}}}}Fl{h{{E@b{e}}}}gAB`}{{Dn{LnDEl}}}{{Dj{Cd}}}{{Dj{AAf}}}{{AHb{M`}}}}{{{h{Ah{AKj{c}}}}Fl{h{{E@b{e}}}}{Dh{E@`}}{Dh{{Fd{M`Df}}}}AB`}{{Dn{LnDEl}}}{{Dj{Cd}}}{{Dj{AAf}}}}{{{h{c}}}e{}{}}000000000000{{{h{c}}}Ih{}}0000000000{{{h{{AKj{c}}}}}{{h{Cd}}}{{Dj{Cd}}}}{c{{Dn{e}}}{}{}}0000000000000000000000000000000{{{h{c}}}Il{}}000000000000000`{ce{}{}}000000000000000{{{h{Mf}}}AEn}{{{h{Ah{AKj{c}}}}Fl}{{Dh{{h{AhA@j}}}}}{{EAd{Cd}}}}```````{{{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{AO`EAf}{JlEAf}{cc{}}0{{{h{Gd}}}{{Dn{EAhEAf}}}}{{{h{{Ab{A`}}}}}{{Dn{EAhEAf}}}}1{ce{}{}}0{{{h{EAh}}{h{{Jf{c}}}}{h{K`}}Mj}{{Dn{EdEAf}}}Jn}{{D@jEd}EAh}{{{h{EAh}}{h{{Jf{c}}}}Mj}{{Dn{AAjEAf}}}Jn}{{{h{EAh}}}{{Ad{A`}}}}`{{{h{Gd}}}Mj}{{{h{EAf}}}{{Dh{{h{AOf}}}}}}{EAhIh}{{{h{c}}}e{}{}}0{{{h{c}}}Ih{}}0{c{{Dn{e}}}{}{}}000{{{h{c}}}Il{}}0;;`````````````````````````````````````````````````````{{EAjA`Mb}{{Dn{EAjEAl}}}}{{EAjA`Cf}{{Dn{EAjEAl}}}}{{EAjA`CfAGj}{{Dn{EAjEAl}}}}{{{h{EAn}}}{{Dh{{h{Mb}}}}}}{{{h{BCd}}}{{h{{Ab{Mb}}}}}}{{{h{AhBCd}}}{{h{Ah{Ab{Mb}}}}}}1{{{h{EAn}}}{{Dh{{Fd{{h{Mf}}AGj}}}}}}2{{{h{c}}}{{h{e}}}{}{}}0000300000000000000{{{h{Ahc}}}{{h{Ahe}}}{}{}}0000300000000000000{{{h{AK`}}}AK`}{{{h{EB`}}}EB`}{{{h{BCd}}}BCd}{{{h{AFb}}}AFb}{{{h{EAj}}}EAj}{{{h{EBb}}}EBb}{{{h{EBd}}}EBd}{{{h{EBf}}}EBf}{{{h{EBh}}}EBh}{{{h{EAn}}}EAn}{{{h{AF`}}}AF`}{{{h{EBj}}}EBj}{{{h{AKd}}}AKd}{{{h{EBl}}}EBl}{{{h{AGj}}}AGj}{{{h{EAl}}}EAl}{{{h{EBn}}}EBn}{{{h{c}}{h{Ahe}}}Bf{}{}}0000000000000000{{{h{AK`}}{h{AK`}}}Bh}{{{h{BCd}}{h{BCd}}}Bh}{{{h{AFb}}{h{AFb}}}Bh}{{{h{EAj}}{h{EAj}}}Bh}{{{h{EBh}}{h{EBh}}}Bh}{{{h{EAn}}{h{EAn}}}Bh}{{{h{AF`}}{h{AF`}}}Bh}{{{h{EBj}}{h{EBj}}}Bh}{{{h{AKd}}{h{AKd}}}Bh}{{{h{EBl}}{h{EBl}}}Bh}{{{h{AGj}}{h{AGj}}}Bh}{{EBhEBh}{{Dn{EBhEAl}}}}{{{h{AFb}}{h{{Fd{CfAGj}}}}}{{Dh{AKd}}}}{{{h{{Ab{A`}}}}}{{Dn{BCdEBn}}}}{{{h{{Ab{A`}}}}}{{Dn{AKdEBn}}}}{{}BCd}{{}EAj}{{{h{AF`}}}A`}{{{h{BCd}}}h}{{{h{AhBCd}}}{{h{Ah}}}}{c{{Dn{AK`}}}E`}{c{{Dn{BCd}}}E`}{c{{Dn{EBf}}}E`}{c{{Dn{EBh}}}E`}{c{{Dn{EAn}}}E`}{c{{Dn{AKd}}}E`}{c{{Dn{AGj}}}E`}{{{h{BCd}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{AKd}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{AK`}}{h{AK`}}}Ed}{{{h{EB`}}{h{EB`}}}Ed}{{{h{BCd}}{h{BCd}}}Ed}{{{h{AFb}}{h{AFb}}}Ed}{{{h{EAj}}{h{EAj}}}Ed}{{{h{EBb}}{h{EBb}}}Ed}{{{h{EBd}}{h{EBd}}}Ed}{{{h{EBf}}{h{EBf}}}Ed}{{{h{EBh}}{h{EBh}}}Ed}{{{h{EAn}}{h{EAn}}}Ed}{{{h{AF`}}{h{AF`}}}Ed}{{{h{EBj}}{h{EBj}}}Ed}{{{h{AKd}}{h{AKd}}}Ed}{{{h{EBl}}{h{EBl}}}Ed}{{{h{AGj}}{h{AGj}}}Ed}{{{h{EAl}}{h{EAl}}}Ed}{{{h{EBn}}{h{EBn}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}000000000000000000000000000000000{{EAj{h{{Jf{c}}}}Jd}{{Dn{AFbEAj}}}Jn}{{{h{AK`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{EB`}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BCd}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{AFb}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{EAj}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{EBb}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{EBd}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{EBf}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{EBh}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{EAn}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{AF`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{EBj}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{AKd}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{EBl}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{AGj}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{EAl}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{EBn}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}000{AO`EB`}{JlEB`}{AFhEB`}{{{Ad{Mb}}}BCd}000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000444{AO`EBb}{AO`EBd}666{EBfEBh}777777{AO`EAl}8{AO`EBn}9{A`{{Dn{AGjEBn}}}}{{{h{AF`}}}{{Dh{EBj}}}}{{{h{{Jf{c}}}}JdEBh}AFbJn}{{{h{{Ab{A`}}}}}{{Dn{AK`EB`}}}}{{{h{EAj}}}Ed}{{{h{AK`}}{h{Ahc}}}BfGj}{{{h{BCd}}{h{Ahc}}}BfGj}{{{h{AFb}}{h{Ahc}}}BfGj}{{{h{EAj}}{h{Ahc}}}BfGj}{{{h{EBf}}{h{Ahc}}}BfGj}{{{h{EBh}}{h{Ahc}}}BfGj}{{{h{EAn}}{h{Ahc}}}BfGj}{{{h{AF`}}{h{Ahc}}}BfGj}{{{h{EBj}}{h{Ahc}}}BfGj}{{{h{AKd}}{h{Ahc}}}BfGj}{{{h{EBl}}{h{Ahc}}}BfGj}{{{h{AGj}}{h{Ahc}}}BfGj}{{{h{AFb}}}Jd}`{ce{}{}}000000000000000000{EBbEAj}{c{{H`{g}}}{}{}{{Hb{}{{Eh{e}}}}}}0{BCd{{ADl{Mb}}}}33{BCd}{{{h{AhBCd}}}}{{{h{BCd}}}}{EBdEBh}{EBfEBh}5{{{h{BCd}}}Ed}{{{h{EAj}}}Ed}{{{h{AF`}}}{{h{EAn}}}}{{{h{AF`}}}{{Dh{M`}}}}{{{h{EBh}}}EC`}{{{h{AF`}}}{{Dh{AGj}}}}`{{{h{BCd}}}Fl}`{{{h{AF`}}}{{h{BCd}}}}{{{h{EBj}}}{{h{BCd}}}}`{{{h{AFb}}}{{Dh{Mb}}}}{{}EAj}{MbAF`}{MbEBh}{{{h{{Jf{c}}}}Jd{Dh{Mb}}}AFbJn}{{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{BCd}}{h{BCd}}}{{Dh{Bh}}}}{{{h{AFb}}{h{AFb}}}{{Dh{Bh}}}}{{{h{EAj}}{h{EAj}}}{{Dh{Bh}}}}{{{h{EBh}}{h{EBh}}}{{Dh{Bh}}}}{{{h{EAn}}{h{EAn}}}{{Dh{Bh}}}}{{{h{AF`}}{h{AF`}}}{{Dh{Bh}}}}{{{h{EBj}}{h{EBj}}}{{Dh{Bh}}}}{{{h{AKd}}{h{AKd}}}{{Dh{Bh}}}}{{{h{EBl}}{h{EBl}}}{{Dh{Bh}}}}{{{h{AGj}}{h{AGj}}}{{Dh{Bh}}}}{{{h{EBf}}}Mb}{{{h{AF`}}}{{Dh{{h{Mf}}}}}}{{{h{EBj}}}{{h{Mf}}}}{{{h{EBf}}}ECb}{{{h{AFb}}}{{h{{AKf{{Fd{CfAGj}}{ECd{BCd}}}}}}}}{{{h{AK`}}c}DnI`}{AK`ECf}{{{h{BCd}}}{{ADl{A`}}}}{{{h{BCd}}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{{{AJb{{Ab{Mb}}}}}{{Dn{BCd}}}}3{{{ADl{Mb}}}{{Dn{BCd}}}}{{{h{{Ab{Mb}}}}}{{Dn{BCd}}}}5555{EBh{{Dn{EBf}}}}6{EAj{{Dn{EBf}}}}7{EAj{{Dn{EBh}}}}888888888888888888888888888{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`}}}}}}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{{Ab{A`}}}}}{{Dh{Bh}}}}{{{h{ECf}}{h{ECf}}}{{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{Cd}}}}}{{Ej{}{{Eh{c}}}}}{{Ej{}{{Eh{{Fd{gi}}}}}}}}{{{h{Ah{ECl{ce}}}}i}{{ECn{c}}}fED`{{AHb{{EDb{Cd}}}}}{{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}{EDf{{ECn{cEDf}}}{}}2?``{{{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{Cd}}}}}}{{{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{Cd}}}c{}}{{{h{Ah{ED`{}{{EDh{c}}}}}}AAd{h{AAf}}}c{}}{{{h{{ED`{}{{EDh{c}}}}}}}c{}}{{{h{{ED`{}{{EDh{c}}}}}}{h{Cd}}}Ed{}}````````````{{{h{{EDj{c}}}}}{{AKf{c{Bd{{D`{Cn}}}}}}}{AlBjF`}}{{{h{Ah{EDj{c}}}}e}Bf{AlBjF`}{}}{{{h{Ah{EDj{c}}}}EDf}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{{D`{Cn}}}}}}}{AlBjF`}}{{{h{{EDj{c}}}}Cf}{{Dh{{h{{Fd{cDf}}}}}}}{AlBjF`}}{{{h{Ah{EDj{c}}}}{h{Cd}}}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{D`{Cn}}}{{Dn{Ed{EDl{c}}}}}{AlBjF`}}{ce{}{}}00{{{h{EDf}}}Ed}{{{h{{EDj{c}}}}{h{Cd}}}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{{D`{Cn}}}}}}}}}}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{Cd}}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{Cd}}e}{{Fd{BnBn}}}{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{{D`{Cn}}}}}}}{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{Cd}}}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{Cd}}}Ed{AlBjF`}}0{{{h{{EE`{c}}}}{h{c}}}Ed{AlBjF`}}{{{h{Ah{EE`{c}}}}{h{c}}}Ed{AlBjF`}}{{{h{{EE`{c}}}}{h{Cd}}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{Cd}}}{{ECd{c}}}{AlBjF`}}{{{h{Ah{EE`{c}}}}AAd{h{AAf}}}{{Dh{{h{c}}}}}{AlBjF`}}{{{h{{EE`{c}}}}{h{Cd}}e}{{Fd{BnBn}}}{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{}}{cEEl{{Ej{}{{Eh{{Fd{Df{Dh{Cj}}}}}}}}}}11111{{{AKf{DfCj}}}{{Dn{EEjEEn}}}}{EEl{{Dn{EEjEEn}}}}{Cj{{Fd{EEjEEl}}}}{cEEl{{Ej{}{{Eh{{Fd{DfCj}}}}}}}}4{{{h{EDn}}}{{Id{EEl}}}}{Af{{Dn{EEjEEn}}}}{{{h{EEj}}}Cj}{{{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{Cd}}}}}{{Ej{}{{Eh{{Fd{eEb}}}}}}}}{{{h{c}}}{{h{e}}}{}{}}000000{{{h{Ahc}}}{{h{Ahe}}}{}{}}000000{{{h{{Ff{c}}}}{h{Cd}}}{{Dn{BnEGl}}}{}}`{c{{Dh{Bn}}}{}}{c{{Dh{In}}}{}}10{{{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{Cd}}}{{`{{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{Cd}}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{Cd}}}}}{}}{{{h{{Ff{c}}}}Cl}{{Dh{{EGn{{EDb{Cd}}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{Cd}}}}}}{{{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{Cd}}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{Cd}}}}}{AlBj}}{{{h{Ah{EHb{cg}}}}}{{Dh{i}}}{}{}{{Hj{Fl{EDb{Cd}}}{{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{Cd}}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{Cd}}c}}}}}}}}}{}}{{{h{c}}}Il{}}000000{ce{}{}}000000{{{h{{Ff{c}}}}ei}{{EHb{ci}}}{AlBj}{{AHb{{EDb{Cd}}}}}{}{{Hj{Fl{EDb{Cd}}}{{Hh{{Dh{g}}}}}}}}{{{h{{Ff{c}}}}{h{Cd}}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],[5,"Amount",368,14964],[5,"Impl",0],[8,"FromSqlResult",14965],[5,"Transaction",368,14966],[5,"ScriptBuf",368,14967],[6,"Network",368,14968],[5,"BlockHash",368,14969],[5,"Txid",368,14966],[6,"DescriptorPublicKey",14970],[6,"Descriptor",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,14969],[1,"usize"],[10,"AnchorFromBlockPosition",0,14954],[5,"Header",4494,14969],[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,14969],[5,"WitnessMerkleNode",368,14969],[5,"WitnessCommitment",368,14969],[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,14969],[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,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,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,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",14964],[6,"UnprefixedHexError",6618,15035],[5,"RangeToInclusive",14985],[5,"RangeFull",14985],[5,"RangeInclusive",14985],[5,"Range",14985],[6,"Bound",14985],[5,"RangeFrom",14985],[5,"RangeTo",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",14970],[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,14964],[5,"InputTooLargeError",14964],[5,"InvalidCharacterError",14964],[5,"TooPreciseError",14964],[5,"MissingDigitsError",14964],[10,"SerdeAmount",3116,15051],[10,"SerdeAmountForOpt",3116,15051],[10,"Allocator",15052],[5,"Path",15053],[5,"OsStr",15054],[5,"InvalidCharacterError",3137,15049],[6,"FromSqlError",14965],[5,"AddrV2Message",10187,15055],[6,"Inventory",10371,15056],[5,"Address",10031,15055],[5,"PrefilledTransaction",3845,15057],[5,"ShortId",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,"TaprootMerkleBranch",13562,15062],[5,"PushBytesBuf",5386,15009],[5,"CString",15063],[5,"VecDeque",15064],[5,"BinaryHeap",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,14969],[6,"ValidationError",4494,14969],[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,14968],[5,"ServiceFlags",10031,15036],[5,"ParseMagicError",10031,15036],[5,"UnknownMagicError",10031,15036],[6,"AddrV2",10187,15055],[5,"CommandString",10242,15119],[5,"CommandStringError",10242,15119],[5,"RawNetworkMessage",10242,15119],[6,"NetworkMessage",10242,15119],[5,"GetBlocksMessage",10371,15056],[5,"GetHeadersMessage",10371,15056],[5,"FilterLoad",10449,15120],[6,"BloomFlags",10449,15120],[5,"FilterAdd",10449,15120],[5,"SendCmpct",10513,15121],[5,"CmpctBlock",10513,15121],[5,"GetBlockTxn",10513,15121],[5,"BlockTxn",10513,15121],[5,"GetCFilters",10606,15122],[5,"CFilter",10606,15122],[5,"GetCFHeaders",10606,15122],[5,"CFHeaders",10606,15122],[5,"GetCFCheckpt",10606,15122],[5,"CFCheckpt",10606,15122],[5,"VersionMessage",10738,15123],[6,"RejectReason",10738,15123],[5,"Reject",10738,15123],[5,"ParseIntError",15124],[5,"Output",10849,15125],[6,"GetKeyError",10849,15022],[6,"OutputType",10849,15022],[6,"SigningAlgorithm",10849,15022],[6,"IndexOutOfBoundsError",10849,15022],[5,"PsbtSighashType",10849,15126],[5,"Input",10849,15126],[6,"PsbtParseError",10849,15127],[6,"TaprootError",13158,15002],[6,"P2wpkhError",13158,15002],[6,"ConversionError",14970],[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,14964],[380,14969],[381,14969],[383,14992],[384,15001],[388,14964],[391,15002],[392,15015],[393,14998],[394,14998],[395,14997],[396,15002],[418,15021],[424,14968],[425,14968],[434,15016],[435,14966],[442,15001],[443,15022],[444,15001],[445,15001],[451,15004],[452,14967],[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,14969],[478,14966],[479,14966],[497,15020],[499,15001],[500,15000],[501,14991],[502,15017],[503,14969],[504,14969],[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,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,14969],[4497,14969],[4498,14969],[4499,14969],[4506,14969],[4509,14969],[4510,14969],[4511,14969],[4512,14969],[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,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,14969],[6702,14998],[6703,14998],[6704,14969],[6705,14966],[6706,14969],[6707,14969],[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,14968],[9985,14968],[9986,14968],[9991,14968],[9992,14968],[10029,15188],[10030,15188],[10031,15055],[10036,15036],[10041,15036],[10042,15036],[10045,15036],[10047,15036],[10050,15036],[10140,15036],[10141,15036],[10142,15036],[10143,15036],[10144,15036],[10145,15036],[10187,15055],[10188,15055],[10189,15055],[10251,15119],[10252,15119],[10267,15119],[10268,15119],[10271,15119],[10275,15119],[10374,15056],[10375,15056],[10376,15056],[10450,15120],[10451,15120],[10452,15120],[10513,15121],[10514,15121],[10515,15121],[10516,15121],[10606,15122],[10607,15122],[10608,15122],[10609,15122],[10610,15122],[10611,15122],[10746,15123],[10747,15123],[10748,15123],[10816,15088],[10837,15189],[10838,15189],[10839,15189],[10840,15189],[10841,15189],[10842,15189],[10843,15189],[10844,15189],[10845,15189],[10846,14992],[10847,14992],[10848,14992],[10859,15023],[10861,15022],[10863,15022],[10864,15022],[10866,15022],[10867,15126],[10885,15022],[10900,15125],[10901,15022],[10904,15022],[10906,15127],[10907,15126],[10917,15022],[10918,15022],[10919,15022],[10920,15022],[10921,15022],[11117,15022],[11121,15022],[11240,15128],[11241,15128],[11242,15128],[11243,15128],[11311,15112],[11312,14996],[11313,14996],[11315,14994],[11321,14993],[11330,14993],[11332,14994],[11336,14993],[11337,14996],[11338,14993],[11339,14995],[11340,14994],[11341,14993],[11342,15112],[11343,14996],[11344,14996],[11345,14994],[11346,14996],[11347,15112],[11348,14996],[11349,14993],[11425,14994],[11436,14994],[11437,14994],[11438,14994],[11543,14994],[11544,14994],[11583,14994],[11584,14994],[11665,15190],[11666,15190],[11667,15190],[11668,15190],[11669,15190],[11670,15190],[11671,15190],[11672,15190],[11673,15190],[11674,15190],[11675,15190],[11676,15190],[11677,15190],[11678,15190],[11679,15190],[11680,15190],[11681,15130],[11706,15130],[11712,15117],[11713,15117],[11714,15132],[11715,15093],[11806,15093],[11834,15133],[11835,15132],[11858,15129],[11859,15129],[11860,15129],[11931,15005],[11932,15005],[11933,15005],[11934,15005],[11935,15005],[11936,15005],[11937,15005],[11942,15005],[11943,15005],[11944,15005],[11945,15005],[11946,15005],[11947,15005],[11948,15005],[11949,15005],[11950,15005],[11956,15005],[12010,15005],[12054,15005],[12055,15005],[12074,15005],[12080,15005],[12081,15005],[12082,15005],[12083,15005],[12084,15005],[12085,15005],[12086,15005],[12087,15005],[12088,15005],[12089,15005],[12090,15005],[12091,15005],[12092,15005],[12093,15005],[12094,15005],[12095,15005],[12096,15005],[12097,15005],[12098,15005],[12099,15005],[12100,15005],[12101,15005],[12102,15005],[12103,15005],[12104,15005],[12105,15005],[12106,15005],[12107,15005],[12108,15005],[12109,15005],[12110,15005],[12111,15005],[12112,15005],[12113,15005],[12114,15005],[12115,15005],[12116,15005],[12117,15005],[12118,15005],[12119,15005],[12120,15005],[12121,15005],[12122,15005],[12123,15005],[12124,15005],[12125,15005],[12126,15005],[12127,15005],[12128,15005],[12129,15005],[12130,15005],[12131,15005],[12132,15005],[12133,15005],[12134,15005],[12135,15005],[12136,15005],[12165,15005],[12177,15131],[12199,15131],[12200,15131],[12201,15131],[12202,15131],[12203,15131],[12209,15116],[12215,15116],[12216,15116],[12217,15116],[12218,15116],[12219,15134],[12228,15116],[12243,14978],[12244,14978],[12245,14978],[12246,15135],[12247,15135],[12261,14978],[12310,14978],[12311,14978],[12329,14978],[12331,14978],[12354,15118],[12355,15137],[12356,15115],[12358,15115],[12359,15118],[12361,15118],[12365,15191],[12385,15191],[12386,15191],[12389,15191],[12393,15191],[12396,15143],[12406,15144],[12407,15146],[12408,15146],[12409,15142],[12410,15142],[12411,15142],[12412,15142],[12416,15147],[12417,15147],[12418,15148],[12419,15145],[12421,15141],[12422,15149],[12423,15149],[12665,15145],[12679,15145],[12680,15141],[12681,15141],[12682,15141],[12684,15141],[12685,15141],[12686,15141],[12687,15141],[12688,15141],[12689,15141],[12827,15149],[12828,15149],[12829,15192],[12830,15153],[12831,15153],[12842,15118],[12843,15142],[12845,15154],[12846,15115],[12847,15118],[12849,15118],[12850,15154],[12851,15156],[12852,15143],[12876,15191],[12883,15143],[12886,15155],[12887,15156],[12888,15143],[12889,15193],[12924,15193],[12949,15159],[12950,15159],[12951,15157],[12997,15160],[13019,15154],[13020,15154],[13021,15154],[13036,15154],[13050,15162],[13051,15162],[13052,15162],[13087,15162],[13088,15162],[13107,14995],[13108,14995],[13127,15048],[13163,15002],[13164,15002],[13166,15002],[13168,15002],[13174,15002],[13176,15002],[13177,15002],[13184,15002],[13185,15002],[13187,15002],[13189,15002],[13191,15002],[13192,15002],[13193,15002],[13196,15002],[13198,15002],[13199,15002],[13203,15002],[13206,15002],[13207,15002],[13208,15002],[13209,15002],[13507,15194],[13511,15163],[13512,15163],[13547,15194],[13562,15003],[13566,15003],[13568,15003],[13571,15003],[13580,15003],[13581,15003],[13582,15003],[13583,15003],[13588,15003],[13589,15003],[13591,15042],[13593,15042],[13594,15003],[13595,15003],[13596,15003],[13597,15003],[13598,15003],[13599,15003],[13600,15003],[13601,15003],[13602,15003],[13603,15003],[13604,15003],[13605,15003],[13607,15003],[13608,15003],[13609,15003],[13610,15003],[13611,15003],[13612,15003],[13613,15062],[13614,15003],[14021,15003],[14069,15003],[14201,15062],[14202,15062],[14227,15166],[14228,15165],[14493,14957],[14494,14957],[14621,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%3CTransaction%3E"],[101,"impl-FromSql-for-Impl%3CScriptBuf%3E"],[102,"impl-FromSql-for-Impl%3CNetwork%3E"],[103,"impl-FromSql-for-Impl%3CBlockHash%3E"],[104,"impl-FromSql-for-Impl%3CDescriptorId%3E"],[105,"impl-FromSql-for-Impl%3CTxid%3E"],[106,"impl-FromSql-for-Impl%3CDescriptor%3CDescriptorPublicKey%3E%3E"],[158,"impl-Debug-for-Balance"],[159,"impl-Display-for-Balance"],[163,"impl-Display-for-DescriptorId"],[164,"impl-LowerHex-for-DescriptorId"],[165,"impl-UpperHex-for-DescriptorId"],[166,"impl-Debug-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%3CTransaction%3E"],[292,"impl-ToSql-for-Impl%3CBlockHash%3E"],[293,"impl-ToSql-for-Impl%3CAmount%3E"],[294,"impl-ToSql-for-Impl%3CDescriptorId%3E"],[295,"impl-ToSql-for-Impl%3CScriptBuf%3E"],[296,"impl-ToSql-for-Impl%3CDescriptor%3CDescriptorPublicKey%3E%3E"],[297,"impl-ToSql-for-Impl%3CTxid%3E"],[298,"impl-ToSql-for-Impl%3CNetwork%3E"],[569,"impl-AsMut%3CScript%3E-for-Script"],[570,"impl-AsMut%3C%5Bu8%5D%3E-for-Script"],[571,"impl-AsMut%3C%5Bu8%5D%3E-for-ScriptBuf"],[572,"impl-AsMut%3CScript%3E-for-ScriptBuf"],[597,"impl-AsRef%3C%5Bu8;+bitcoin::::bip158::%7Bimpl%2317%7D::%7Bconstant%230%7D%5D%3E-for-FilterHash"],[598,"impl-AsRef%3C%5Bu8%5D%3E-for-FilterHash"],[599,"impl-AsRef%3C%5Bu8%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%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;+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;+bitcoin::::blockdata::block::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-WitnessCommitment"],[610,"impl-AsRef%3C%5Bu8%5D%3E-for-WitnessCommitment"],[611,"impl-AsRef%3C%5Bu8%5D%3E-for-Script"],[612,"impl-AsRef%3CScript%3E-for-Script"],[613,"impl-AsRef%3C%5Bu8%5D%3E-for-ScriptBuf"],[614,"impl-AsRef%3CScript%3E-for-ScriptBuf"],[615,"impl-AsRef%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%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%3CPushBytes%3E-for-PubkeyHash"],[627,"impl-AsRef%3C%5Bu8%5D%3E-for-PubkeyHash"],[628,"impl-AsRef%3C%5Bu8;+bitcoin::::crypto::key::%7Bimpl%2390%7D::%7Bconstant%230%7D%5D%3E-for-WPubkeyHash"],[629,"impl-AsRef%3C%5Bu8%5D%3E-for-WPubkeyHash"],[630,"impl-AsRef%3CPushBytes%3E-for-WPubkeyHash"],[631,"impl-AsRef%3C%5Bu8;+bitcoin::::crypto::sighash::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-LegacySighash"],[632,"impl-AsRef%3C%5Bu8%5D%3E-for-LegacySighash"],[633,"impl-AsRef%3C%5Bu8%5D%3E-for-SegwitV0Sighash"],[634,"impl-AsRef%3C%5Bu8;+bitcoin::::crypto::sighash::%7Bimpl%2356%7D::%7Bconstant%230%7D%5D%3E-for-SegwitV0Sighash"],[635,"impl-AsRef%3C%5Bu8%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%5D%3E-for-TapLeafHash"],[639,"impl-AsRef%3C%5Bu8;+bitcoin::::taproot::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-TapLeafHash"],[640,"impl-AsRef%3C%5Bu8;+bitcoin::::taproot::%7Bimpl%23104%7D::%7Bconstant%230%7D%5D%3E-for-TapNodeHash"],[641,"impl-AsRef%3C%5Bu8%5D%3E-for-TapNodeHash"],[642,"impl-AsRef%3C%5Bu8%5D%3E-for-TapTweakHash"],[643,"impl-AsRef%3C%5Bu8;+bitcoin::::taproot::%7Bimpl%23137%7D::%7Bconstant%230%7D%5D%3E-for-TapTweakHash"],[1097,"impl-Psbt"],[1098,"impl-Deserialize%3C\'de%3E-for-Psbt"],[1108,"impl-Div%3CWeight%3E-for-Amount"],[1109,"impl-Div%3Cu64%3E-for-Amount"],[1111,"impl-Div-for-Weight"],[1112,"impl-Div%3Cu64%3E-for-Weight"],[1161,"impl-PartialEq-for-Script"],[1162,"impl-PartialEq%3CScriptBuf%3E-for-Script"],[1163,"impl-PartialEq-for-ScriptBuf"],[1164,"impl-PartialEq%3CScript%3E-for-ScriptBuf"],[1338,"impl-Display-for-Denomination"],[1339,"impl-Debug-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-LowerHex-for-XOnlyPublicKey"],[1347,"impl-Display-for-XOnlyPublicKey"],[1348,"impl-Debug-for-XOnlyPublicKey"],[1349,"impl-Debug-for-Weight"],[1350,"impl-Display-for-Weight"],[1351,"impl-Display-for-AddressType"],[1352,"impl-Debug-for-AddressType"],[1354,"impl-Debug-for-Address%3CV%3E"],[1355,"impl-Display-for-Address"],[1356,"impl-UpperHex-for-FilterHash"],[1357,"impl-Debug-for-FilterHash"],[1358,"impl-Display-for-FilterHash"],[1359,"impl-LowerHex-for-FilterHash"],[1360,"impl-Debug-for-FilterHeader"],[1361,"impl-LowerHex-for-FilterHeader"],[1362,"impl-UpperHex-for-FilterHeader"],[1363,"impl-Display-for-FilterHeader"],[1364,"impl-Debug-for-XKeyIdentifier"],[1365,"impl-UpperHex-for-XKeyIdentifier"],[1366,"impl-Display-for-XKeyIdentifier"],[1367,"impl-LowerHex-for-XKeyIdentifier"],[1368,"impl-Debug-for-BlockHash"],[1369,"impl-UpperHex-for-BlockHash"],[1370,"impl-Display-for-BlockHash"],[1371,"impl-LowerHex-for-BlockHash"],[1372,"impl-LowerHex-for-TxMerkleNode"],[1373,"impl-Debug-for-TxMerkleNode"],[1374,"impl-Display-for-TxMerkleNode"],[1375,"impl-UpperHex-for-TxMerkleNode"],[1376,"impl-Debug-for-WitnessMerkleNode"],[1377,"impl-LowerHex-for-WitnessMerkleNode"],[1378,"impl-Display-for-WitnessMerkleNode"],[1379,"impl-UpperHex-for-WitnessMerkleNode"],[1380,"impl-LowerHex-for-WitnessCommitment"],[1381,"impl-Debug-for-WitnessCommitment"],[1382,"impl-UpperHex-for-WitnessCommitment"],[1383,"impl-Display-for-WitnessCommitment"],[1385,"impl-Debug-for-Opcode"],[1386,"impl-Display-for-Opcode"],[1387,"impl-UpperHex-for-Script"],[1388,"impl-Display-for-Script"],[1389,"impl-LowerHex-for-Script"],[1390,"impl-Debug-for-Script"],[1391,"impl-UpperHex-for-ScriptBuf"],[1392,"impl-Debug-for-ScriptBuf"],[1393,"impl-Display-for-ScriptBuf"],[1394,"impl-LowerHex-for-ScriptBuf"],[1396,"impl-Display-for-WitnessVersion"],[1397,"impl-Debug-for-WitnessVersion"],[1398,"impl-UpperHex-for-ScriptHash"],[1399,"impl-Debug-for-ScriptHash"],[1400,"impl-LowerHex-for-ScriptHash"],[1401,"impl-Display-for-ScriptHash"],[1402,"impl-UpperHex-for-WScriptHash"],[1403,"impl-Debug-for-WScriptHash"],[1404,"impl-Display-for-WScriptHash"],[1405,"impl-LowerHex-for-WScriptHash"],[1406,"impl-LowerHex-for-Txid"],[1407,"impl-UpperHex-for-Txid"],[1408,"impl-Display-for-Txid"],[1409,"impl-Debug-for-Txid"],[1410,"impl-LowerHex-for-Wtxid"],[1411,"impl-Debug-for-Wtxid"],[1412,"impl-UpperHex-for-Wtxid"],[1413,"impl-Display-for-Wtxid"],[1414,"impl-Display-for-OutPoint"],[1415,"impl-Debug-for-OutPoint"],[1417,"impl-LowerHex-for-Sequence"],[1418,"impl-Debug-for-Sequence"],[1419,"impl-Display-for-Sequence"],[1420,"impl-UpperHex-for-Sequence"],[1425,"impl-Debug-for-PublicKey"],[1426,"impl-Display-for-PublicKey"],[1427,"impl-Debug-for-PubkeyHash"],[1428,"impl-Display-for-PubkeyHash"],[1429,"impl-LowerHex-for-PubkeyHash"],[1430,"impl-UpperHex-for-PubkeyHash"],[1431,"impl-Debug-for-WPubkeyHash"],[1432,"impl-LowerHex-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-LowerHex-for-LegacySighash"],[1440,"impl-Display-for-LegacySighash"],[1441,"impl-UpperHex-for-LegacySighash"],[1442,"impl-Debug-for-LegacySighash"],[1443,"impl-Debug-for-SegwitV0Sighash"],[1444,"impl-LowerHex-for-SegwitV0Sighash"],[1445,"impl-Display-for-SegwitV0Sighash"],[1446,"impl-UpperHex-for-SegwitV0Sighash"],[1447,"impl-UpperHex-for-TapSighash"],[1448,"impl-Display-for-TapSighash"],[1449,"impl-LowerHex-for-TapSighash"],[1450,"impl-Debug-for-TapSighash"],[1451,"impl-Display-for-TapSighashType"],[1452,"impl-Debug-for-TapSighashType"],[1453,"impl-Display-for-EcdsaSighashType"],[1454,"impl-Debug-for-EcdsaSighashType"],[1457,"impl-Display-for-Network"],[1458,"impl-Debug-for-Network"],[1459,"impl-LowerHex-for-Work"],[1460,"impl-UpperHex-for-Work"],[1461,"impl-Display-for-Work"],[1462,"impl-Debug-for-Work"],[1463,"impl-Display-for-Target"],[1464,"impl-LowerHex-for-Target"],[1465,"impl-Debug-for-Target"],[1466,"impl-UpperHex-for-Target"],[1467,"impl-LowerHex-for-CompactTarget"],[1468,"impl-Debug-for-CompactTarget"],[1469,"impl-UpperHex-for-CompactTarget"],[1470,"impl-Display-for-Psbt"],[1471,"impl-Debug-for-Psbt"],[1472,"impl-Display-for-TapLeafHash"],[1473,"impl-LowerHex-for-TapLeafHash"],[1474,"impl-Debug-for-TapLeafHash"],[1475,"impl-UpperHex-for-TapLeafHash"],[1476,"impl-Debug-for-TapNodeHash"],[1477,"impl-LowerHex-for-TapNodeHash"],[1478,"impl-Display-for-TapNodeHash"],[1479,"impl-UpperHex-for-TapNodeHash"],[1480,"impl-Display-for-TapTweakHash"],[1481,"impl-LowerHex-for-TapTweakHash"],[1482,"impl-Debug-for-TapTweakHash"],[1483,"impl-UpperHex-for-TapTweakHash"],[1492,"impl-From%3CPublicKey%3E-for-XOnlyPublicKey"],[1493,"impl-From%3CPublicKey%3E-for-XOnlyPublicKey"],[1494,"impl-From%3CTweakedPublicKey%3E-for-XOnlyPublicKey"],[1495,"impl-From%3CCompressedPublicKey%3E-for-XOnlyPublicKey"],[1496,"impl-From%3CXOnlyPublicKey%3E-for-XOnlyPublicKey"],[1507,"impl-From%3CHash%3E-for-XKeyIdentifier"],[1508,"impl-From%3CXpub%3E-for-XKeyIdentifier"],[1510,"impl-From%3C%26Xpub%3E-for-XKeyIdentifier"],[1512,"impl-From%3CHash%3E-for-BlockHash"],[1513,"impl-From%3C%26Header%3E-for-BlockHash"],[1514,"impl-From%3CBlock%3E-for-BlockHash"],[1515,"impl-From%3C%26Block%3E-for-BlockHash"],[1516,"impl-From%3CHeader%3E-for-BlockHash"],[1517,"impl-From%3CTxid%3E-for-TxMerkleNode"],[1519,"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"],[1529,"impl-From%3CVec%3Cu8%3E%3E-for-ScriptBuf"],[1530,"impl-From%3C%26Script%3E-for-ScriptBuf"],[1531,"impl-From%3CAddress%3E-for-ScriptBuf"],[1532,"impl-From%3CCow%3C\'a,+Script%3E%3E-for-ScriptBuf"],[1536,"impl-From%3C%26ScriptBuf%3E-for-ScriptHash"],[1537,"impl-From%3CHash%3E-for-ScriptHash"],[1538,"impl-From%3C%26Script%3E-for-ScriptHash"],[1539,"impl-From%3CScriptBuf%3E-for-ScriptHash"],[1541,"impl-From%3CScriptBuf%3E-for-WScriptHash"],[1542,"impl-From%3CHash%3E-for-WScriptHash"],[1544,"impl-From%3C%26ScriptBuf%3E-for-WScriptHash"],[1545,"impl-From%3C%26Script%3E-for-WScriptHash"],[1547,"impl-From%3C%26Transaction%3E-for-Txid"],[1548,"impl-From%3CHash%3E-for-Txid"],[1549,"impl-From%3CTransaction%3E-for-Txid"],[1550,"impl-From%3CTransaction%3E-for-Wtxid"],[1551,"impl-From%3C%26Transaction%3E-for-Wtxid"],[1553,"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"],[1562,"impl-From%3CVec%3C%26%5Bu8%5D%3E%3E-for-Witness"],[1563,"impl-From%3CVec%3CVec%3Cu8%3E%3E%3E-for-Witness"],[1564,"impl-From%3C%26%5BVec%3Cu8%3E%5D%3E-for-Witness"],[1566,"impl-From%3Cu16%3E-for-VarInt"],[1567,"impl-From%3Cu8%3E-for-VarInt"],[1568,"impl-From%3Cu64%3E-for-VarInt"],[1570,"impl-From%3Cusize%3E-for-VarInt"],[1571,"impl-From%3Cu32%3E-for-VarInt"],[1572,"impl-From%3CPublicKey%3E-for-PublicKey"],[1573,"impl-From%3CCompressedPublicKey%3E-for-PublicKey"],[1575,"impl-From%3CHash%3E-for-PubkeyHash"],[1577,"impl-From%3CPublicKey%3E-for-PubkeyHash"],[1578,"impl-From%3CCompressedPublicKey%3E-for-PubkeyHash"],[1579,"impl-From%3C%26CompressedPublicKey%3E-for-PubkeyHash"],[1580,"impl-From%3C%26PublicKey%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%3CLeafNode%3E-for-TapNodeHash"],[1612,"impl-From%3CHash%3CTapBranchTag%3E%3E-for-TapNodeHash"],[1613,"impl-From%3C%26LeafNode%3E-for-TapNodeHash"],[1614,"impl-From%3CTapLeafHash%3E-for-TapNodeHash"],[1618,"impl-From%3CHash%3CTapTweakTag%3E%3E-for-TapTweakHash"],[1619,"impl-From%3CTaprootSpendInfo%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%3CRangeToInclusive%3Cusize%3E%3E-for-Script"],[1889,"impl-Index%3CRangeFull%3E-for-Script"],[1890,"impl-Index%3CRangeInclusive%3Cusize%3E%3E-for-Script"],[1891,"impl-Index%3CRange%3Cusize%3E%3E-for-Script"],[1892,"impl-Index%3C(Bound%3Cusize%3E,+Bound%3Cusize%3E)%3E-for-Script"],[1893,"impl-Index%3CRangeFrom%3Cusize%3E%3E-for-Script"],[1894,"impl-Index%3CRangeTo%3Cusize%3E%3E-for-Script"],[2037,"impl-Mul%3CFeeRate%3E-for-Weight"],[2038,"impl-Mul%3Cu64%3E-for-Weight"],[2106,"impl-PartialOrd%3CScriptBuf%3E-for-Script"],[2107,"impl-PartialOrd-for-Script"],[2108,"impl-PartialOrd-for-ScriptBuf"],[2109,"impl-PartialOrd%3CScript%3E-for-ScriptBuf"],[2203,"impl-Serialize-for-XOnlyPublicKey"],[2204,"impl-XOnlyPublicKey"],[2242,"impl-Serialize-for-Psbt"],[2243,"impl-Psbt"],[2267,"impl-Sum%3C%26Weight%3E-for-Weight"],[2268,"impl-Sum-for-Weight"],[2479,"impl-TryFrom%3CBox%3Cstr%3E%3E-for-FeeRate"],[2480,"impl-TryFrom%3CString%3E-for-FeeRate"],[2481,"impl-TryFrom%3C%26str%3E-for-FeeRate"],[2485,"impl-TryFrom%3C%26str%3E-for-Weight"],[2486,"impl-TryFrom%3CBox%3Cstr%3E%3E-for-Weight"],[2487,"impl-TryFrom%3CString%3E-for-Weight"],[2502,"impl-TryFrom%3CFe32%3E-for-WitnessVersion"],[2503,"impl-TryFrom%3CInstruction%3C\'a%3E%3E-for-WitnessVersion"],[2505,"impl-TryFrom%3Cu8%3E-for-WitnessVersion"],[2506,"impl-TryFrom%3COpcode%3E-for-WitnessVersion"],[2514,"impl-TryFrom%3CBox%3Cstr%3E%3E-for-Sequence"],[2515,"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-Debug-for-UnknownAddressTypeError"],[2893,"impl-Display-for-UnknownAddressTypeError"],[2894,"impl-Display-for-ParseError"],[2895,"impl-Debug-for-ParseError"],[2896,"impl-Display-for-UnknownHrpError"],[2897,"impl-Debug-for-UnknownHrpError"],[2898,"impl-Display-for-NetworkValidationError"],[2899,"impl-Debug-for-NetworkValidationError"],[2900,"impl-Debug-for-InvalidBase58PayloadLengthError"],[2901,"impl-Display-for-InvalidBase58PayloadLengthError"],[2902,"impl-Debug-for-LegacyAddressTooLongError"],[2903,"impl-Display-for-LegacyAddressTooLongError"],[2904,"impl-Debug-for-InvalidLegacyPrefixError"],[2905,"impl-Display-for-InvalidLegacyPrefixError"],[2910,"impl-From%3CError%3E-for-FromScriptError"],[2911,"impl-From%3CTryFromError%3E-for-FromScriptError"],[2912,"impl-From%3CInfallible%3E-for-FromScriptError"],[2916,"impl-From%3CUnknownHrpError%3E-for-ParseError"],[2917,"impl-From%3CNetworkValidationError%3E-for-ParseError"],[2918,"impl-From%3CError%3E-for-ParseError"],[2920,"impl-From%3CTryFromError%3E-for-ParseError"],[2921,"impl-From%3CError%3E-for-ParseError"],[2922,"impl-From%3CInvalidBase58PayloadLengthError%3E-for-ParseError"],[2923,"impl-From%3CDecodeError%3E-for-ParseError"],[2924,"impl-From%3CInfallible%3E-for-ParseError"],[2925,"impl-From%3CLegacyAddressTooLongError%3E-for-ParseError"],[2926,"impl-From%3CInvalidLegacyPrefixError%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%3CInfallible%3E-for-ParseAmountError"],[3093,"impl-From%3CInputTooLargeError%3E-for-ParseAmountError"],[3095,"impl-From%3CInvalidCharacterError%3E-for-ParseAmountError"],[3096,"impl-From%3CTooPreciseError%3E-for-ParseAmountError"],[3097,"impl-From%3CMissingDigitsError%3E-for-ParseAmountError"],[3150,"impl-AsMut%3CVec%3CT,+A%3E%3E-for-Vec%3CT,+A%3E"],[3151,"impl-AsMut%3C%5BT%5D%3E-for-Vec%3CT,+A%3E"],[3158,"impl-AsRef%3C%5BT%5D%3E-for-Vec%3CT,+A%3E"],[3159,"impl-AsRef%3CVec%3CT,+A%3E%3E-for-Vec%3CT,+A%3E"],[3160,"impl-AsRef%3Cstr%3E-for-String"],[3161,"impl-AsRef%3CPath%3E-for-String"],[3162,"impl-AsRef%3COsStr%3E-for-String"],[3163,"impl-AsRef%3C%5Bu8%5D%3E-for-String"],[3197,"impl-Decodable-for-Vec%3CTxOut%3E"],[3198,"impl-Decodable-for-Vec%3CVarInt%3E"],[3199,"impl-Decodable-for-Vec%3CAddrV2Message%3E"],[3200,"impl-Decodable-for-Vec%3CInventory%3E"],[3201,"impl-Decodable-for-Vec%3C(u32,+Address)%3E"],[3202,"impl-Decodable-for-Vec%3Cu8%3E"],[3203,"impl-Decodable-for-Vec%3CFilterHeader%3E"],[3204,"impl-Decodable-for-Vec%3CPrefilledTransaction%3E"],[3205,"impl-Decodable-for-Vec%3CTapLeafHash%3E"],[3206,"impl-Decodable-for-Vec%3Cu64%3E"],[3207,"impl-Decodable-for-Vec%3CShortId%3E"],[3208,"impl-Decodable-for-Vec%3CFilterHash%3E"],[3209,"impl-Decodable-for-Vec%3CVec%3Cu8%3E%3E"],[3210,"impl-Decodable-for-Vec%3CBlockHash%3E"],[3211,"impl-Decodable-for-Vec%3CTxMerkleNode%3E"],[3212,"impl-Decodable-for-Vec%3CTransaction%3E"],[3213,"impl-Decodable-for-Vec%3CTxIn%3E"],[3214,"impl-Decodable-for-Vec%3CHeader%3E"],[3215,"impl-Encodable-for-Vec%3Cu64%3E"],[3216,"impl-Encodable-for-Vec%3CHeader%3E"],[3217,"impl-Encodable-for-Vec%3CVec%3Cu8%3E%3E"],[3218,"impl-Encodable-for-Vec%3CTransaction%3E"],[3219,"impl-Encodable-for-Vec%3CTxIn%3E"],[3220,"impl-Encodable-for-Vec%3CFilterHeader%3E"],[3221,"impl-Encodable-for-Vec%3CFilterHash%3E"],[3222,"impl-Encodable-for-Vec%3Cu8%3E"],[3223,"impl-Encodable-for-Vec%3CShortId%3E"],[3224,"impl-Encodable-for-Vec%3CInventory%3E"],[3225,"impl-Encodable-for-Vec%3CAddrV2Message%3E"],[3226,"impl-Encodable-for-Vec%3C(u32,+Address)%3E"],[3227,"impl-Encodable-for-Vec%3CTxOut%3E"],[3228,"impl-Encodable-for-Vec%3CTxMerkleNode%3E"],[3229,"impl-Encodable-for-Vec%3CTapLeafHash%3E"],[3230,"impl-Encodable-for-Vec%3CVarInt%3E"],[3231,"impl-Encodable-for-Vec%3CPrefilledTransaction%3E"],[3232,"impl-Encodable-for-Vec%3CBlockHash%3E"],[3266,"impl-PartialEq%3C%26%5BU;+N%5D%3E-for-Vec%3CT,+A%3E"],[3267,"impl-PartialEq%3C%26%5BU%5D%3E-for-Vec%3CT,+A%3E"],[3268,"impl-PartialEq%3C%26mut+%5BU%5D%3E-for-Vec%3CT,+A%3E"],[3269,"impl-PartialEq%3C%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;+N%5D%3E-for-Vec%3CT,+A%3E"],[3272,"impl-PartialEq%3C%26str%3E-for-String"],[3273,"impl-PartialEq%3CCow%3C\'a,+str%3E%3E-for-String"],[3274,"impl-PartialEq%3CValue%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%3CBox%3Cstr%3E%3E-for-String"],[3290,"impl-Extend%3Cchar%3E-for-String"],[3291,"impl-Extend%3CCow%3C\'a,+str%3E%3E-for-String"],[3292,"impl-Extend%3C%26char%3E-for-String"],[3293,"impl-Extend%3C%26str%3E-for-String"],[3297,"impl-Extend%3C%26T%3E-for-Vec%3CT,+A%3E"],[3298,"impl-Extend%3CT%3E-for-Vec%3CT,+A%3E"],[3299,"impl-Extend%3C%26str%3E-for-String"],[3300,"impl-Extend%3CString%3E-for-String"],[3301,"impl-Extend%3Cchar%3E-for-String"],[3302,"impl-Extend%3CCow%3C\'a,+str%3E%3E-for-String"],[3303,"impl-Extend%3C%26char%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%3E"],[3310,"impl-Write-for-Vec%3Cu8,+A%3E"],[3311,"impl-Display-for-Error"],[3312,"impl-Debug-for-Error"],[3313,"impl-Display-for-InvalidCharacterError"],[3314,"impl-Debug-for-InvalidCharacterError"],[3316,"impl-Debug-for-String"],[3317,"impl-Display-for-String"],[3318,"impl-From%3CIncorrectChecksumError%3E-for-Error"],[3319,"impl-From%3CInfallible%3E-for-Error"],[3321,"impl-From%3CTooShortError%3E-for-Error"],[3322,"impl-From%3CInvalidCharacterError%3E-for-Error"],[3324,"impl-From%3C%26mut+%5BT%5D%3E-for-Vec%3CT%3E"],[3325,"impl-From%3CTaprootMerkleBranch%3E-for-Vec%3CTapNodeHash%3E"],[3326,"impl-From%3CPushBytesBuf%3E-for-Vec%3Cu8%3E"],[3327,"impl-From%3CCow%3C\'a,+%5BT%5D%3E%3E-for-Vec%3CT%3E"],[3328,"impl-From%3C%26%5BT;+N%5D%3E-for-Vec%3CT%3E"],[3329,"impl-From%3CCString%3E-for-Vec%3Cu8%3E"],[3330,"impl-From%3C%26str%3E-for-Vec%3Cu8%3E"],[3331,"impl-From%3C%26%5BT%5D%3E-for-Vec%3CT%3E"],[3332,"impl-From%3CVecDeque%3CT,+A%3E%3E-for-Vec%3CT,+A%3E"],[3334,"impl-From%3CScriptBuf%3E-for-Vec%3Cu8%3E"],[3335,"impl-From%3C%5BT;+N%5D%3E-for-Vec%3CT%3E"],[3336,"impl-From%3CBinaryHeap%3CT,+A%3E%3E-for-Vec%3CT,+A%3E"],[3337,"impl-From%3C%26mut+%5BT;+N%5D%3E-for-Vec%3CT%3E"],[3338,"impl-From%3CBox%3C%5BT%5D,+A%3E%3E-for-Vec%3CT,+A%3E"],[3339,"impl-From%3CDerivationPath%3E-for-Vec%3CChildNumber%3E"],[3340,"impl-From%3CString%3E-for-Vec%3Cu8%3E"],[3341,"impl-From%3C%26String%3E-for-String"],[3343,"impl-From%3CBox%3Cstr%3E%3E-for-String"],[3344,"impl-From%3C%26str%3E-for-String"],[3345,"impl-From%3CCow%3C\'a,+str%3E%3E-for-String"],[3346,"impl-From%3C%26mut+str%3E-for-String"],[3347,"impl-From%3Cchar%3E-for-String"],[3350,"impl-FromIterator%3Cchar%3E-for-String"],[3351,"impl-FromIterator%3C%26str%3E-for-String"],[3352,"impl-FromIterator%3CString%3E-for-String"],[3353,"impl-FromIterator%3CBox%3Cstr%3E%3E-for-String"],[3354,"impl-FromIterator%3C%26char%3E-for-String"],[3355,"impl-FromIterator%3CCow%3C\'a,+str%3E%3E-for-String"],[3392,"impl-IntoIterator-for-%26mut+Vec%3CT,+A%3E"],[3393,"impl-IntoIterator-for-Vec%3CT,+A%3E"],[3394,"impl-IntoIterator-for-%26Vec%3CT,+A%3E"],[3401,"impl-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%26%5BU;+N%5D%3E-for-Vec%3CT,+A%3E"],[3414,"impl-PartialEq%3C%5BU%5D%3E-for-Vec%3CT,+A%3E"],[3415,"impl-PartialEq%3C%26%5BU%5D%3E-for-Vec%3CT,+A%3E"],[3416,"impl-PartialEq%3C%26mut+%5BU%5D%3E-for-Vec%3CT,+A%3E"],[3417,"impl-PartialEq%3C%5BU;+N%5D%3E-for-Vec%3CT,+A%3E"],[3418,"impl-PartialEq%3CCow%3C\'a,+str%3E%3E-for-String"],[3419,"impl-PartialEq%3C%26str%3E-for-String"],[3420,"impl-PartialEq%3Cstr%3E-for-String"],[3500,"impl-Write-for-Vec%3Cu8%3E"],[3501,"impl-Write-for-Vec%3Cu8,+A%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-Display-for-DecodeError"],[3607,"impl-Debug-for-DecodeError"],[3608,"impl-Display-for-DecodeSliceError"],[3609,"impl-Debug-for-DecodeSliceError"],[3665,"impl-Debug-for-ParseAlphabetError"],[3666,"impl-Display-for-ParseAlphabetError"],[3855,"impl-AsMut%3C%5Bu8;+6%5D%3E-for-ShortId"],[3856,"impl-AsMut%3C%5Bu8%5D%3E-for-ShortId"],[3860,"impl-AsRef%3C%5Bu8;+6%5D%3E-for-ShortId"],[3861,"impl-AsRef%3C%5Bu8%5D%3E-for-ShortId"],[3866,"impl-Borrow%3C%5Bu8%5D%3E-for-ShortId"],[3867,"impl-Borrow%3C%5Bu8;+6%5D%3E-for-ShortId"],[3876,"impl-BorrowMut%3C%5Bu8;+6%5D%3E-for-ShortId"],[3877,"impl-BorrowMut%3C%5Bu8%5D%3E-for-ShortId"],[3937,"impl-Display-for-Error"],[3938,"impl-Debug-for-Error"],[3940,"impl-Display-for-ShortId"],[3941,"impl-Debug-for-ShortId"],[3942,"impl-UpperHex-for-ShortId"],[3943,"impl-LowerHex-for-ShortId"],[3946,"impl-Debug-for-TxIndexOutOfRangeError"],[3947,"impl-Display-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-Debug-for-Error"],[4078,"impl-Display-for-Error"],[4086,"impl-From%3CInfallible%3E-for-Error"],[4088,"impl-From%3CError%3E-for-Error"],[4178,"impl-AsMut%3C%5Bu8%5D%3E-for-ChainCode"],[4179,"impl-AsMut%3C%5Bu8;+32%5D%3E-for-ChainCode"],[4180,"impl-AsMut%3C%5Bu8;+4%5D%3E-for-Fingerprint"],[4181,"impl-AsMut%3C%5Bu8%5D%3E-for-Fingerprint"],[4186,"impl-AsRef%3C%5Bu8%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"],[4193,"impl-Borrow%3C%5Bu8%5D%3E-for-ChainCode"],[4195,"impl-Borrow%3C%5Bu8;+32%5D%3E-for-ChainCode"],[4197,"impl-Borrow%3C%5Bu8%5D%3E-for-Fingerprint"],[4198,"impl-Borrow%3C%5Bu8;+4%5D%3E-for-Fingerprint"],[4207,"impl-BorrowMut%3C%5Bu8;+32%5D%3E-for-ChainCode"],[4208,"impl-BorrowMut%3C%5Bu8%5D%3E-for-ChainCode"],[4210,"impl-BorrowMut%3C%5Bu8%5D%3E-for-Fingerprint"],[4211,"impl-BorrowMut%3C%5Bu8;+4%5D%3E-for-Fingerprint"],[4298,"impl-Debug-for-ChainCode"],[4299,"impl-UpperHex-for-ChainCode"],[4300,"impl-Display-for-ChainCode"],[4301,"impl-LowerHex-for-ChainCode"],[4302,"impl-Debug-for-Fingerprint"],[4303,"impl-UpperHex-for-Fingerprint"],[4304,"impl-LowerHex-for-Fingerprint"],[4305,"impl-Display-for-Fingerprint"],[4306,"impl-Display-for-Xpriv"],[4307,"impl-Debug-for-Xpriv"],[4308,"impl-Debug-for-Xpub"],[4309,"impl-Display-for-Xpub"],[4310,"impl-Debug-for-ChildNumber"],[4311,"impl-Display-for-ChildNumber"],[4312,"impl-Debug-for-DerivationPath"],[4313,"impl-Display-for-DerivationPath"],[4314,"impl-Display-for-Error"],[4315,"impl-Debug-for-Error"],[4316,"impl-Debug-for-InvalidBase58PayloadLengthError"],[4317,"impl-Display-for-InvalidBase58PayloadLengthError"],[4319,"impl-From%3C%26%5Bu8;+32%5D%3E-for-ChainCode"],[4320,"impl-From%3C%5Bu8;+32%5D%3E-for-ChainCode"],[4322,"impl-From%3C%26%5Bu8;+4%5D%3E-for-Fingerprint"],[4323,"impl-From%3C%5Bu8;+4%5D%3E-for-Fingerprint"],[4330,"impl-From%3CVec%3CChildNumber%3E%3E-for-DerivationPath"],[4331,"impl-From%3C%26%5BChildNumber%5D%3E-for-DerivationPath"],[4332,"impl-From%3CInfallible%3E-for-Error"],[4333,"impl-From%3CError%3E-for-Error"],[4334,"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-Display-for-ValidationError"],[4560,"impl-Debug-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;+32%5D%3E-for-ChainHash"],[4638,"impl-AsRef%3C%5Bu8%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%5D%3E-for-ChainHash"],[4643,"impl-BorrowMut%3C%5Bu8;+32%5D%3E-for-ChainHash"],[4652,"impl-Debug-for-ChainHash"],[4653,"impl-LowerHex-for-ChainHash"],[4654,"impl-UpperHex-for-ChainHash"],[4655,"impl-Display-for-ChainHash"],[4657,"impl-From%3C%5Bu8;+32%5D%3E-for-ChainHash"],[4658,"impl-From%3C%26%5Bu8;+32%5D%3E-for-ChainHash"],[4751,"impl-Debug-for-Height"],[4752,"impl-Display-for-Height"],[4753,"impl-Display-for-ParseHeightError"],[4754,"impl-Debug-for-ParseHeightError"],[4755,"impl-Display-for-Time"],[4756,"impl-Debug-for-Time"],[4757,"impl-Debug-for-ParseTimeError"],[4758,"impl-Display-for-ParseTimeError"],[4759,"impl-Debug-for-ConversionError"],[4760,"impl-Display-for-ConversionError"],[4761,"impl-Display-for-LockTime"],[4762,"impl-Debug-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%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%3C%26str%3E-for-LockTime"],[4848,"impl-TryFrom%3CString%3E-for-LockTime"],[4849,"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-Display-for-TimeOverflowError"],[4951,"impl-Debug-for-TimeOverflowError"],[4952,"impl-Display-for-LockTime"],[4953,"impl-Debug-for-LockTime"],[4954,"impl-Display-for-DisabledLockTimeError"],[4955,"impl-Debug-for-DisabledLockTimeError"],[4956,"impl-Debug-for-IncompatibleHeightError"],[4957,"impl-Display-for-IncompatibleHeightError"],[4958,"impl-Display-for-IncompatibleTimeError"],[4959,"impl-Debug-for-IncompatibleTimeError"],[4964,"impl-From%3CRelLockTime%3E-for-LockTime"],[4966,"impl-From%3CHeight%3E-for-LockTime"],[4967,"impl-From%3CTime%3E-for-LockTime"],[5042,"impl-TryFrom%3C%26str%3E-for-Height"],[5043,"impl-TryFrom%3CString%3E-for-Height"],[5044,"impl-TryFrom%3CBox%3Cstr%3E%3E-for-Height"],[5046,"impl-TryFrom%3C%26str%3E-for-Time"],[5048,"impl-TryFrom%3CString%3E-for-Time"],[5049,"impl-TryFrom%3CBox%3Cstr%3E%3E-for-Time"],[5409,"impl-AsMut%3CPushBytes%3E-for-PushBytes"],[5410,"impl-AsMut%3C%5Bu8%5D%3E-for-PushBytes"],[5415,"impl-AsRef%3C%5Bu8%5D%3E-for-PushBytes"],[5416,"impl-AsRef%3CPushBytes%3E-for-PushBytes"],[5483,"impl-Debug-for-Builder"],[5484,"impl-Display-for-Builder"],[5490,"impl-Debug-for-PushBytesError"],[5491,"impl-Display-for-PushBytesError"],[5492,"impl-Debug-for-Error"],[5493,"impl-Display-for-Error"],[5500,"impl-From%3C%26mut+%5Bu8;+56%5D%3E-for-%26mut+PushBytes"],[5501,"impl-From%3C%26%5Bu8;+20%5D%3E-for-%26PushBytes"],[5502,"impl-From%3C%26mut+%5Bu8;+58%5D%3E-for-%26mut+PushBytes"],[5503,"impl-From%3C%26%5Bu8;+57%5D%3E-for-%26PushBytes"],[5504,"impl-From%3C%26%5Bu8;+0%5D%3E-for-%26PushBytes"],[5505,"impl-From%3C%26%5Bu8;+52%5D%3E-for-%26PushBytes"],[5506,"impl-From%3C%26mut+%5Bu8;+4%5D%3E-for-%26mut+PushBytes"],[5507,"impl-From%3C%26mut+%5Bu8;+59%5D%3E-for-%26mut+PushBytes"],[5508,"impl-From%3C%26%5Bu8;+44%5D%3E-for-%26PushBytes"],[5509,"impl-From%3C%26mut+%5Bu8;+21%5D%3E-for-%26mut+PushBytes"],[5510,"impl-From%3C%26%5Bu8;+26%5D%3E-for-%26PushBytes"],[5511,"impl-From%3C%26%5Bu8;+35%5D%3E-for-%26PushBytes"],[5512,"impl-From%3C%26%5Bu8;+7%5D%3E-for-%26PushBytes"],[5513,"impl-From%3C%26%5Bu8;+54%5D%3E-for-%26PushBytes"],[5514,"impl-From%3C%26%5Bu8;+42%5D%3E-for-%26PushBytes"],[5515,"impl-From%3C%26mut+%5Bu8;+65%5D%3E-for-%26mut+PushBytes"],[5516,"impl-From%3C%26mut+%5Bu8;+45%5D%3E-for-%26mut+PushBytes"],[5517,"impl-From%3C%26%5Bu8;+3%5D%3E-for-%26PushBytes"],[5518,"impl-From%3C%26mut+%5Bu8;+28%5D%3E-for-%26mut+PushBytes"],[5519,"impl-From%3C%26mut+%5Bu8;+54%5D%3E-for-%26mut+PushBytes"],[5520,"impl-From%3C%26mut+%5Bu8;+23%5D%3E-for-%26mut+PushBytes"],[5521,"impl-From%3C%26mut+%5Bu8;+7%5D%3E-for-%26mut+PushBytes"],[5522,"impl-From%3C%26%5Bu8;+72%5D%3E-for-%26PushBytes"],[5523,"impl-From%3C%26%5Bu8;+34%5D%3E-for-%26PushBytes"],[5524,"impl-From%3C%26%5Bu8;+32%5D%3E-for-%26PushBytes"],[5525,"impl-From%3C%26mut+%5Bu8;+64%5D%3E-for-%26mut+PushBytes"],[5526,"impl-From%3C%26mut+%5Bu8;+55%5D%3E-for-%26mut+PushBytes"],[5527,"impl-From%3C%26%5Bu8;+46%5D%3E-for-%26PushBytes"],[5528,"impl-From%3C%26mut+%5Bu8;+52%5D%3E-for-%26mut+PushBytes"],[5529,"impl-From%3C%26%5Bu8;+51%5D%3E-for-%26PushBytes"],[5530,"impl-From%3C%26%5Bu8;+55%5D%3E-for-%26PushBytes"],[5531,"impl-From%3C%26mut+%5Bu8;+27%5D%3E-for-%26mut+PushBytes"],[5532,"impl-From%3C%26mut+%5Bu8;+11%5D%3E-for-%26mut+PushBytes"],[5533,"impl-From%3C%26mut+%5Bu8;+51%5D%3E-for-%26mut+PushBytes"],[5534,"impl-From%3C%26mut+%5Bu8;+69%5D%3E-for-%26mut+PushBytes"],[5535,"impl-From%3C%26mut+%5Bu8;+60%5D%3E-for-%26mut+PushBytes"],[5536,"impl-From%3C%26%5Bu8;+6%5D%3E-for-%26PushBytes"],[5537,"impl-From%3C%26mut+%5Bu8;+34%5D%3E-for-%26mut+PushBytes"],[5538,"impl-From%3C%26mut+%5Bu8;+15%5D%3E-for-%26mut+PushBytes"],[5539,"impl-From%3C%26mut+%5Bu8;+72%5D%3E-for-%26mut+PushBytes"],[5540,"impl-From%3C%26%5Bu8;+56%5D%3E-for-%26PushBytes"],[5541,"impl-From%3C%26%5Bu8;+9%5D%3E-for-%26PushBytes"],[5542,"impl-From%3C%26mut+%5Bu8;+31%5D%3E-for-%26mut+PushBytes"],[5543,"impl-From%3C%26mut+%5Bu8;+53%5D%3E-for-%26mut+PushBytes"],[5544,"impl-From%3C%26mut+%5Bu8;+20%5D%3E-for-%26mut+PushBytes"],[5545,"impl-From%3C%26mut+%5Bu8;+2%5D%3E-for-%26mut+PushBytes"],[5546,"impl-From%3C%26mut+%5Bu8;+5%5D%3E-for-%26mut+PushBytes"],[5547,"impl-From%3C%26mut+%5Bu8;+17%5D%3E-for-%26mut+PushBytes"],[5548,"impl-From%3C%26%5Bu8;+45%5D%3E-for-%26PushBytes"],[5549,"impl-From%3C%26mut+%5Bu8;+22%5D%3E-for-%26mut+PushBytes"],[5550,"impl-From%3C%26mut+%5Bu8;+3%5D%3E-for-%26mut+PushBytes"],[5551,"impl-From%3C%26mut+%5Bu8;+19%5D%3E-for-%26mut+PushBytes"],[5552,"impl-From%3C%26mut+%5Bu8;+10%5D%3E-for-%26mut+PushBytes"],[5553,"impl-From%3C%26mut+%5Bu8;+12%5D%3E-for-%26mut+PushBytes"],[5554,"impl-From%3C%26%5Bu8;+19%5D%3E-for-%26PushBytes"],[5555,"impl-From%3C%26%5Bu8;+50%5D%3E-for-%26PushBytes"],[5556,"impl-From%3C%26mut+%5Bu8;+36%5D%3E-for-%26mut+PushBytes"],[5557,"impl-From%3C%26%5Bu8;+27%5D%3E-for-%26PushBytes"],[5558,"impl-From%3C%26%5Bu8;+30%5D%3E-for-%26PushBytes"],[5559,"impl-From%3C%26%5Bu8;+33%5D%3E-for-%26PushBytes"],[5560,"impl-From%3C%26%5Bu8;+39%5D%3E-for-%26PushBytes"],[5561,"impl-From%3C%26mut+%5Bu8;+38%5D%3E-for-%26mut+PushBytes"],[5562,"impl-From%3C%26%5Bu8;+4%5D%3E-for-%26PushBytes"],[5563,"impl-From%3C%26%5Bu8;+25%5D%3E-for-%26PushBytes"],[5564,"impl-From%3C%26mut+%5Bu8;+29%5D%3E-for-%26mut+PushBytes"],[5565,"impl-From%3C%26%5Bu8;+12%5D%3E-for-%26PushBytes"],[5566,"impl-From%3C%26mut+%5Bu8;+43%5D%3E-for-%26mut+PushBytes"],[5567,"impl-From%3C%26mut+%5Bu8;+50%5D%3E-for-%26mut+PushBytes"],[5568,"impl-From%3C%26%5Bu8;+2%5D%3E-for-%26PushBytes"],[5569,"impl-From%3C%26mut+%5Bu8;+68%5D%3E-for-%26mut+PushBytes"],[5570,"impl-From%3C%26mut+%5Bu8;+8%5D%3E-for-%26mut+PushBytes"],[5571,"impl-From%3C%26mut+%5Bu8;+44%5D%3E-for-%26mut+PushBytes"],[5572,"impl-From%3C%26%5Bu8;+71%5D%3E-for-%26PushBytes"],[5573,"impl-From%3C%26mut+%5Bu8;+57%5D%3E-for-%26mut+PushBytes"],[5574,"impl-From%3C%26mut+%5Bu8;+33%5D%3E-for-%26mut+PushBytes"],[5575,"impl-From%3C%26mut+%5Bu8;+35%5D%3E-for-%26mut+PushBytes"],[5576,"impl-From%3C%26mut+%5Bu8;+73%5D%3E-for-%26mut+PushBytes"],[5577,"impl-From%3C%26%5Bu8;+59%5D%3E-for-%26PushBytes"],[5578,"impl-From%3C%26%5Bu8;+65%5D%3E-for-%26PushBytes"],[5579,"impl-From%3C%26mut+%5Bu8;+30%5D%3E-for-%26mut+PushBytes"],[5580,"impl-From%3C%26%5Bu8;+38%5D%3E-for-%26PushBytes"],[5581,"impl-From%3C%26mut+%5Bu8;+47%5D%3E-for-%26mut+PushBytes"],[5582,"impl-From%3C%26%5Bu8;+10%5D%3E-for-%26PushBytes"],[5583,"impl-From%3C%26%5Bu8;+21%5D%3E-for-%26PushBytes"],[5584,"impl-From%3C%26mut+%5Bu8;+62%5D%3E-for-%26mut+PushBytes"],[5585,"impl-From%3C%26mut+%5Bu8;+41%5D%3E-for-%26mut+PushBytes"],[5586,"impl-From%3C%26mut+%5Bu8;+67%5D%3E-for-%26mut+PushBytes"],[5587,"impl-From%3C%26%5Bu8;+15%5D%3E-for-%26PushBytes"],[5588,"impl-From%3C%26mut+%5Bu8;+49%5D%3E-for-%26mut+PushBytes"],[5589,"impl-From%3C%26mut+%5Bu8;+70%5D%3E-for-%26mut+PushBytes"],[5590,"impl-From%3C%26%5Bu8;+8%5D%3E-for-%26PushBytes"],[5591,"impl-From%3C%26%5Bu8;+70%5D%3E-for-%26PushBytes"],[5592,"impl-From%3C%26%5Bu8;+67%5D%3E-for-%26PushBytes"],[5593,"impl-From%3C%26mut+%5Bu8;+0%5D%3E-for-%26mut+PushBytes"],[5594,"impl-From%3C%26%5Bu8;+62%5D%3E-for-%26PushBytes"],[5595,"impl-From%3C%26mut+%5Bu8;+63%5D%3E-for-%26mut+PushBytes"],[5596,"impl-From%3C%26%5Bu8;+36%5D%3E-for-%26PushBytes"],[5597,"impl-From%3C%26%5Bu8;+29%5D%3E-for-%26PushBytes"],[5598,"impl-From%3C%26mut+%5Bu8;+18%5D%3E-for-%26mut+PushBytes"],[5599,"impl-From%3C%26%5Bu8;+58%5D%3E-for-%26PushBytes"],[5600,"impl-From%3C%26mut+%5Bu8;+40%5D%3E-for-%26mut+PushBytes"],[5601,"impl-From%3C%26mut+%5Bu8;+66%5D%3E-for-%26mut+PushBytes"],[5602,"impl-From%3C%26%5Bu8;+17%5D%3E-for-%26PushBytes"],[5603,"impl-From%3C%26mut+%5Bu8;+26%5D%3E-for-%26mut+PushBytes"],[5604,"impl-From%3C%26%5Bu8;+60%5D%3E-for-%26PushBytes"],[5605,"impl-From%3C%26%5Bu8;+11%5D%3E-for-%26PushBytes"],[5606,"impl-From%3C%26%5Bu8;+14%5D%3E-for-%26PushBytes"],[5607,"impl-From%3C%26%5Bu8;+40%5D%3E-for-%26PushBytes"],[5608,"impl-From%3C%26%5Bu8;+16%5D%3E-for-%26PushBytes"],[5609,"impl-From%3C%26%5Bu8;+53%5D%3E-for-%26PushBytes"],[5610,"impl-From%3C%26%5Bu8;+64%5D%3E-for-%26PushBytes"],[5611,"impl-From%3C%26mut+%5Bu8;+25%5D%3E-for-%26mut+PushBytes"],[5612,"impl-From%3C%26mut+%5Bu8;+9%5D%3E-for-%26mut+PushBytes"],[5613,"impl-From%3C%26%5Bu8;+69%5D%3E-for-%26PushBytes"],[5614,"impl-From%3C%26%5Bu8;+5%5D%3E-for-%26PushBytes"],[5615,"impl-From%3C%26mut+%5Bu8;+39%5D%3E-for-%26mut+PushBytes"],[5616,"impl-From%3C%26%5Bu8;+66%5D%3E-for-%26PushBytes"],[5617,"impl-From%3C%26mut+%5Bu8;+71%5D%3E-for-%26mut+PushBytes"],[5618,"impl-From%3C%26mut+%5Bu8;+42%5D%3E-for-%26mut+PushBytes"],[5619,"impl-From%3C%26%5Bu8;+47%5D%3E-for-%26PushBytes"],[5620,"impl-From%3C%26mut+%5Bu8;+13%5D%3E-for-%26mut+PushBytes"],[5621,"impl-From%3C%26mut+%5Bu8;+14%5D%3E-for-%26mut+PushBytes"],[5622,"impl-From%3C%26%5Bu8;+73%5D%3E-for-%26PushBytes"],[5623,"impl-From%3C%26mut+%5Bu8;+61%5D%3E-for-%26mut+PushBytes"],[5624,"impl-From%3C%26%5Bu8;+13%5D%3E-for-%26PushBytes"],[5625,"impl-From%3C%26%5Bu8;+1%5D%3E-for-%26PushBytes"],[5626,"impl-From%3C%26%5Bu8;+28%5D%3E-for-%26PushBytes"],[5627,"impl-From%3C%26%5Bu8;+41%5D%3E-for-%26PushBytes"],[5628,"impl-From%3C%26mut+%5Bu8;+16%5D%3E-for-%26mut+PushBytes"],[5629,"impl-From%3C%26%5Bu8;+49%5D%3E-for-%26PushBytes"],[5630,"impl-From%3C%26%5Bu8;+31%5D%3E-for-%26PushBytes"],[5631,"impl-From%3C%26mut+%5Bu8;+24%5D%3E-for-%26mut+PushBytes"],[5632,"impl-From%3C%26%5Bu8;+37%5D%3E-for-%26PushBytes"],[5633,"impl-From%3C%26mut+%5Bu8;+37%5D%3E-for-%26mut+PushBytes"],[5634,"impl-From%3C%26%5Bu8;+23%5D%3E-for-%26PushBytes"],[5635,"impl-From%3C%26%5Bu8;+63%5D%3E-for-%26PushBytes"],[5636,"impl-From%3C%26%5Bu8;+24%5D%3E-for-%26PushBytes"],[5637,"impl-From%3C%26%5Bu8;+48%5D%3E-for-%26PushBytes"],[5638,"impl-From%3C%26%5Bu8;+22%5D%3E-for-%26PushBytes"],[5639,"impl-From%3C%26mut+%5Bu8;+32%5D%3E-for-%26mut+PushBytes"],[5640,"impl-From%3C%26%5Bu8;+68%5D%3E-for-%26PushBytes"],[5641,"impl-From%3C%26mut+%5Bu8;+46%5D%3E-for-%26mut+PushBytes"],[5642,"impl-From%3C%26mut+%5Bu8;+1%5D%3E-for-%26mut+PushBytes"],[5643,"impl-From%3C%26mut+%5Bu8;+6%5D%3E-for-%26mut+PushBytes"],[5644,"impl-From%3C%26%5Bu8;+61%5D%3E-for-%26PushBytes"],[5645,"impl-From%3C%26%5Bu8;+18%5D%3E-for-%26PushBytes"],[5646,"impl-From%3C%26%5Bu8;+43%5D%3E-for-%26PushBytes"],[5647,"impl-From%3C%26mut+%5Bu8;+48%5D%3E-for-%26mut+PushBytes"],[5648,"impl-From%3C%5Bu8;+52%5D%3E-for-PushBytesBuf"],[5649,"impl-From%3C%26%5Bu8;+39%5D%3E-for-PushBytesBuf"],[5650,"impl-From%3C%5Bu8;+43%5D%3E-for-PushBytesBuf"],[5651,"impl-From%3C%5Bu8;+40%5D%3E-for-PushBytesBuf"],[5652,"impl-From%3C%26%5Bu8;+3%5D%3E-for-PushBytesBuf"],[5653,"impl-From%3C%26%5Bu8;+38%5D%3E-for-PushBytesBuf"],[5654,"impl-From%3C%26%5Bu8;+63%5D%3E-for-PushBytesBuf"],[5655,"impl-From%3C%5Bu8;+64%5D%3E-for-PushBytesBuf"],[5656,"impl-From%3C%5Bu8;+38%5D%3E-for-PushBytesBuf"],[5657,"impl-From%3C%5Bu8;+58%5D%3E-for-PushBytesBuf"],[5658,"impl-From%3C%5Bu8;+7%5D%3E-for-PushBytesBuf"],[5659,"impl-From%3C%5Bu8;+72%5D%3E-for-PushBytesBuf"],[5660,"impl-From%3C%5Bu8;+21%5D%3E-for-PushBytesBuf"],[5661,"impl-From%3C%5Bu8;+19%5D%3E-for-PushBytesBuf"],[5662,"impl-From%3C%5Bu8;+50%5D%3E-for-PushBytesBuf"],[5663,"impl-From%3C%5Bu8;+59%5D%3E-for-PushBytesBuf"],[5664,"impl-From%3C%26%5Bu8;+20%5D%3E-for-PushBytesBuf"],[5665,"impl-From%3C%26%5Bu8;+5%5D%3E-for-PushBytesBuf"],[5666,"impl-From%3C%5Bu8;+62%5D%3E-for-PushBytesBuf"],[5667,"impl-From%3C%5Bu8;+16%5D%3E-for-PushBytesBuf"],[5668,"impl-From%3C%26%5Bu8;+48%5D%3E-for-PushBytesBuf"],[5669,"impl-From%3C%26%5Bu8;+59%5D%3E-for-PushBytesBuf"],[5670,"impl-From%3C%5Bu8;+28%5D%3E-for-PushBytesBuf"],[5671,"impl-From%3CWScriptHash%3E-for-PushBytesBuf"],[5672,"impl-From%3C%26%5Bu8;+45%5D%3E-for-PushBytesBuf"],[5673,"impl-From%3C%5Bu8;+5%5D%3E-for-PushBytesBuf"],[5674,"impl-From%3C%26%5Bu8;+15%5D%3E-for-PushBytesBuf"],[5675,"impl-From%3C%26%5Bu8;+18%5D%3E-for-PushBytesBuf"],[5676,"impl-From%3C%5Bu8;+55%5D%3E-for-PushBytesBuf"],[5677,"impl-From%3C%5Bu8;+46%5D%3E-for-PushBytesBuf"],[5679,"impl-From%3C%5Bu8;+27%5D%3E-for-PushBytesBuf"],[5680,"impl-From%3C%5Bu8;+35%5D%3E-for-PushBytesBuf"],[5681,"impl-From%3C%26%5Bu8;+19%5D%3E-for-PushBytesBuf"],[5682,"impl-From%3C%5Bu8;+26%5D%3E-for-PushBytesBuf"],[5683,"impl-From%3C%5Bu8;+73%5D%3E-for-PushBytesBuf"],[5684,"impl-From%3C%26%5Bu8;+17%5D%3E-for-PushBytesBuf"],[5685,"impl-From%3C%5Bu8;+54%5D%3E-for-PushBytesBuf"],[5686,"impl-From%3C%26%5Bu8;+33%5D%3E-for-PushBytesBuf"],[5687,"impl-From%3C%26%5Bu8;+28%5D%3E-for-PushBytesBuf"],[5688,"impl-From%3C%26%5Bu8;+68%5D%3E-for-PushBytesBuf"],[5689,"impl-From%3C%5Bu8;+53%5D%3E-for-PushBytesBuf"],[5690,"impl-From%3C%5Bu8;+70%5D%3E-for-PushBytesBuf"],[5691,"impl-From%3C%26%5Bu8;+27%5D%3E-for-PushBytesBuf"],[5692,"impl-From%3C%5Bu8;+17%5D%3E-for-PushBytesBuf"],[5693,"impl-From%3C%5Bu8;+68%5D%3E-for-PushBytesBuf"],[5694,"impl-From%3C%26%5Bu8;+9%5D%3E-for-PushBytesBuf"],[5695,"impl-From%3C%26%5Bu8;+4%5D%3E-for-PushBytesBuf"],[5696,"impl-From%3C%5Bu8;+71%5D%3E-for-PushBytesBuf"],[5697,"impl-From%3C%26%5Bu8;+11%5D%3E-for-PushBytesBuf"],[5698,"impl-From%3C%26%5Bu8;+49%5D%3E-for-PushBytesBuf"],[5699,"impl-From%3C%26%5Bu8;+41%5D%3E-for-PushBytesBuf"],[5700,"impl-From%3C%5Bu8;+47%5D%3E-for-PushBytesBuf"],[5701,"impl-From%3C%5Bu8;+25%5D%3E-for-PushBytesBuf"],[5702,"impl-From%3C%26%5Bu8;+70%5D%3E-for-PushBytesBuf"],[5703,"impl-From%3C%5Bu8;+0%5D%3E-for-PushBytesBuf"],[5704,"impl-From%3C%5Bu8;+67%5D%3E-for-PushBytesBuf"],[5705,"impl-From%3C%5Bu8;+45%5D%3E-for-PushBytesBuf"],[5706,"impl-From%3C%5Bu8;+31%5D%3E-for-PushBytesBuf"],[5707,"impl-From%3C%5Bu8;+44%5D%3E-for-PushBytesBuf"],[5708,"impl-From%3C%26%5Bu8;+16%5D%3E-for-PushBytesBuf"],[5709,"impl-From%3C%26%5Bu8;+73%5D%3E-for-PushBytesBuf"],[5710,"impl-From%3C%26%5Bu8;+24%5D%3E-for-PushBytesBuf"],[5711,"impl-From%3C%26%5Bu8;+50%5D%3E-for-PushBytesBuf"],[5712,"impl-From%3C%5Bu8;+69%5D%3E-for-PushBytesBuf"],[5713,"impl-From%3C%5Bu8;+1%5D%3E-for-PushBytesBuf"],[5714,"impl-From%3C%5Bu8;+8%5D%3E-for-PushBytesBuf"],[5715,"impl-From%3C%5Bu8;+24%5D%3E-for-PushBytesBuf"],[5716,"impl-From%3C%5Bu8;+32%5D%3E-for-PushBytesBuf"],[5717,"impl-From%3C%5Bu8;+4%5D%3E-for-PushBytesBuf"],[5718,"impl-From%3C%26%5Bu8;+31%5D%3E-for-PushBytesBuf"],[5719,"impl-From%3C%5Bu8;+39%5D%3E-for-PushBytesBuf"],[5720,"impl-From%3CPubkeyHash%3E-for-PushBytesBuf"],[5721,"impl-From%3C%26%5Bu8;+35%5D%3E-for-PushBytesBuf"],[5722,"impl-From%3C%5Bu8;+12%5D%3E-for-PushBytesBuf"],[5723,"impl-From%3C%5Bu8;+29%5D%3E-for-PushBytesBuf"],[5724,"impl-From%3C%5Bu8;+3%5D%3E-for-PushBytesBuf"],[5725,"impl-From%3C%26%5Bu8;+67%5D%3E-for-PushBytesBuf"],[5726,"impl-From%3C%5Bu8;+48%5D%3E-for-PushBytesBuf"],[5727,"impl-From%3C%26%5Bu8;+2%5D%3E-for-PushBytesBuf"],[5728,"impl-From%3C%26%5Bu8;+22%5D%3E-for-PushBytesBuf"],[5729,"impl-From%3C%26%5Bu8;+10%5D%3E-for-PushBytesBuf"],[5730,"impl-From%3C%5Bu8;+33%5D%3E-for-PushBytesBuf"],[5731,"impl-From%3C%5Bu8;+41%5D%3E-for-PushBytesBuf"],[5732,"impl-From%3C%26%5Bu8;+25%5D%3E-for-PushBytesBuf"],[5733,"impl-From%3C%26%5Bu8;+40%5D%3E-for-PushBytesBuf"],[5734,"impl-From%3CScriptHash%3E-for-PushBytesBuf"],[5735,"impl-From%3C%26%5Bu8;+29%5D%3E-for-PushBytesBuf"],[5736,"impl-From%3C%5Bu8;+9%5D%3E-for-PushBytesBuf"],[5737,"impl-From%3C%26%5Bu8;+0%5D%3E-for-PushBytesBuf"],[5738,"impl-From%3C%26%5Bu8;+72%5D%3E-for-PushBytesBuf"],[5739,"impl-From%3C%26%5Bu8;+46%5D%3E-for-PushBytesBuf"],[5740,"impl-From%3C%26%5Bu8;+36%5D%3E-for-PushBytesBuf"],[5741,"impl-From%3C%26%5Bu8;+66%5D%3E-for-PushBytesBuf"],[5742,"impl-From%3C%5Bu8;+57%5D%3E-for-PushBytesBuf"],[5743,"impl-From%3C%5Bu8;+65%5D%3E-for-PushBytesBuf"],[5744,"impl-From%3C%26%5Bu8;+8%5D%3E-for-PushBytesBuf"],[5745,"impl-From%3C%5Bu8;+36%5D%3E-for-PushBytesBuf"],[5746,"impl-From%3C%5Bu8;+66%5D%3E-for-PushBytesBuf"],[5747,"impl-From%3C%26%5Bu8;+12%5D%3E-for-PushBytesBuf"],[5748,"impl-From%3C%5Bu8;+49%5D%3E-for-PushBytesBuf"],[5749,"impl-From%3C%26%5Bu8;+64%5D%3E-for-PushBytesBuf"],[5750,"impl-From%3C%26%5Bu8;+55%5D%3E-for-PushBytesBuf"],[5751,"impl-From%3C%5Bu8;+42%5D%3E-for-PushBytesBuf"],[5752,"impl-From%3C%5Bu8;+51%5D%3E-for-PushBytesBuf"],[5753,"impl-From%3C%5Bu8;+11%5D%3E-for-PushBytesBuf"],[5754,"impl-From%3C%26%5Bu8;+14%5D%3E-for-PushBytesBuf"],[5755,"impl-From%3C%5Bu8;+37%5D%3E-for-PushBytesBuf"],[5756,"impl-From%3C%5Bu8;+30%5D%3E-for-PushBytesBuf"],[5757,"impl-From%3C%26%5Bu8;+60%5D%3E-for-PushBytesBuf"],[5758,"impl-From%3C%26%5Bu8;+61%5D%3E-for-PushBytesBuf"],[5759,"impl-From%3C%5Bu8;+13%5D%3E-for-PushBytesBuf"],[5760,"impl-From%3C%26%5Bu8;+7%5D%3E-for-PushBytesBuf"],[5761,"impl-From%3C%26%5Bu8;+42%5D%3E-for-PushBytesBuf"],[5762,"impl-From%3C%26%5Bu8;+43%5D%3E-for-PushBytesBuf"],[5763,"impl-From%3C%26%5Bu8;+26%5D%3E-for-PushBytesBuf"],[5764,"impl-From%3C%26%5Bu8;+56%5D%3E-for-PushBytesBuf"],[5765,"impl-From%3C%5Bu8;+10%5D%3E-for-PushBytesBuf"],[5766,"impl-From%3C%5Bu8;+2%5D%3E-for-PushBytesBuf"],[5767,"impl-From%3C%26%5Bu8;+51%5D%3E-for-PushBytesBuf"],[5768,"impl-From%3C%26%5Bu8;+47%5D%3E-for-PushBytesBuf"],[5769,"impl-From%3C%5Bu8;+14%5D%3E-for-PushBytesBuf"],[5770,"impl-From%3C%5Bu8;+6%5D%3E-for-PushBytesBuf"],[5771,"impl-From%3CWPubkeyHash%3E-for-PushBytesBuf"],[5772,"impl-From%3C%26%5Bu8;+52%5D%3E-for-PushBytesBuf"],[5773,"impl-From%3C%26%5Bu8;+44%5D%3E-for-PushBytesBuf"],[5774,"impl-From%3C%26%5Bu8;+58%5D%3E-for-PushBytesBuf"],[5775,"impl-From%3C%26%5Bu8;+62%5D%3E-for-PushBytesBuf"],[5776,"impl-From%3C%26%5Bu8;+37%5D%3E-for-PushBytesBuf"],[5777,"impl-From%3C%26%5Bu8;+69%5D%3E-for-PushBytesBuf"],[5778,"impl-From%3C%5Bu8;+34%5D%3E-for-PushBytesBuf"],[5779,"impl-From%3C%26%5Bu8;+23%5D%3E-for-PushBytesBuf"],[5780,"impl-From%3C%26%5Bu8;+34%5D%3E-for-PushBytesBuf"],[5781,"impl-From%3C%26%5Bu8;+54%5D%3E-for-PushBytesBuf"],[5782,"impl-From%3C%5Bu8;+18%5D%3E-for-PushBytesBuf"],[5783,"impl-From%3C%5Bu8;+23%5D%3E-for-PushBytesBuf"],[5784,"impl-From%3C%26%5Bu8;+21%5D%3E-for-PushBytesBuf"],[5785,"impl-From%3C%5Bu8;+22%5D%3E-for-PushBytesBuf"],[5786,"impl-From%3C%5Bu8;+20%5D%3E-for-PushBytesBuf"],[5787,"impl-From%3C%26%5Bu8;+57%5D%3E-for-PushBytesBuf"],[5788,"impl-From%3C%26%5Bu8;+30%5D%3E-for-PushBytesBuf"],[5789,"impl-From%3C%5Bu8;+61%5D%3E-for-PushBytesBuf"],[5790,"impl-From%3C%26%5Bu8;+65%5D%3E-for-PushBytesBuf"],[5791,"impl-From%3C%26%5Bu8;+6%5D%3E-for-PushBytesBuf"],[5792,"impl-From%3C%26%5Bu8;+53%5D%3E-for-PushBytesBuf"],[5793,"impl-From%3C%26%5Bu8;+32%5D%3E-for-PushBytesBuf"],[5794,"impl-From%3C%26%5Bu8;+1%5D%3E-for-PushBytesBuf"],[5795,"impl-From%3C%5Bu8;+15%5D%3E-for-PushBytesBuf"],[5796,"impl-From%3C%5Bu8;+60%5D%3E-for-PushBytesBuf"],[5797,"impl-From%3C%26%5Bu8;+13%5D%3E-for-PushBytesBuf"],[5798,"impl-From%3C%5Bu8;+63%5D%3E-for-PushBytesBuf"],[5799,"impl-From%3C%26%5Bu8;+71%5D%3E-for-PushBytesBuf"],[5800,"impl-From%3C%5Bu8;+56%5D%3E-for-PushBytesBuf"],[5803,"impl-From%3CUintError%3E-for-Error"],[5804,"impl-From%3CInfallible%3E-for-Error"],[5807,"impl-Index%3CRangeFrom%3Cusize%3E%3E-for-PushBytes"],[5808,"impl-Index%3Cusize%3E-for-PushBytes"],[5809,"impl-Index%3CRange%3Cusize%3E%3E-for-PushBytes"],[5810,"impl-Index%3CRangeInclusive%3Cusize%3E%3E-for-PushBytes"],[5811,"impl-Index%3C(Bound%3Cusize%3E,+Bound%3Cusize%3E)%3E-for-PushBytes"],[5812,"impl-Index%3CRangeFull%3E-for-PushBytes"],[5813,"impl-Index%3CRangeTo%3Cusize%3E%3E-for-PushBytes"],[5814,"impl-Index%3CRangeToInclusive%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-Debug-for-Error"],[5942,"impl-Display-for-Error"],[5999,"impl-Debug-for-FromStrError"],[6000,"impl-Display-for-FromStrError"],[6001,"impl-Display-for-TryFromInstructionError"],[6002,"impl-Debug-for-TryFromInstructionError"],[6003,"impl-Debug-for-TryFromError"],[6004,"impl-Display-for-TryFromError"],[6005,"impl-From%3CParseIntError%3E-for-FromStrError"],[6007,"impl-From%3CInfallible%3E-for-FromStrError"],[6008,"impl-From%3CTryFromError%3E-for-FromStrError"],[6010,"impl-From%3CInfallible%3E-for-TryFromInstructionError"],[6011,"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-Display-for-OutputsIndexError"],[6111,"impl-Debug-for-OutputsIndexError"],[6112,"impl-Debug-for-IndexOutOfBoundsError"],[6113,"impl-Display-for-IndexOutOfBoundsError"],[6114,"impl-Display-for-Version"],[6115,"impl-Debug-for-Version"],[6258,"impl-Display-for-DecodeError%3CE%3E"],[6259,"impl-Debug-for-DecodeError%3CE%3E"],[6260,"impl-From%3CNetwork%3E-for-Params"],[6261,"impl-From%3CNetwork%3E-for-%26Params"],[6263,"impl-From%3C%26Network%3E-for-Params"],[6264,"impl-From%3C%26Network%3E-for-%26Params"],[6351,"impl-Display-for-Error"],[6352,"impl-Debug-for-Error"],[6353,"impl-Display-for-FromHexError"],[6354,"impl-Debug-for-FromHexError"],[6356,"impl-From%3CInfallible%3E-for-Error"],[6357,"impl-From%3CError%3E-for-Error"],[6539,"impl-AsRef%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-UpperHex-for-SerializedSignature"],[6570,"impl-LowerHex-for-SerializedSignature"],[6571,"impl-Debug-for-SerializedSignature"],[6572,"impl-Display-for-SerializedSignature"],[6573,"impl-Display-for-Error"],[6574,"impl-Debug-for-Error"],[6577,"impl-From%3CError%3E-for-Error"],[6578,"impl-From%3CNonStandardSighashTypeError%3E-for-Error"],[6580,"impl-From%3CHexToBytesError%3E-for-Error"],[6581,"impl-From%3CInfallible%3E-for-Error"],[6591,"impl-Signature"],[6592,"impl-Serialize-for-Signature"],[6655,"impl-Debug-for-PrefixedHexError"],[6656,"impl-Display-for-PrefixedHexError"],[6657,"impl-Debug-for-UnprefixedHexError"],[6658,"impl-Display-for-UnprefixedHexError"],[6659,"impl-Debug-for-MissingPrefixError"],[6660,"impl-Display-for-MissingPrefixError"],[6661,"impl-Debug-for-ContainsPrefixError"],[6662,"impl-Display-for-ContainsPrefixError"],[6663,"impl-From%3CParseIntError%3E-for-PrefixedHexError"],[6665,"impl-From%3CMissingPrefixError%3E-for-PrefixedHexError"],[6666,"impl-From%3CParseIntError%3E-for-UnprefixedHexError"],[6668,"impl-From%3CContainsPrefixError%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-Display-for-Hash"],[6768,"impl-UpperHex-for-Hash"],[6769,"impl-Debug-for-Hash"],[6770,"impl-LowerHex-for-Hash"],[6771,"impl-From%3CXKeyIdentifier%3E-for-Hash"],[6772,"impl-From%3CPubkeyHash%3E-for-Hash"],[6773,"impl-From%3CScriptHash%3E-for-Hash"],[6775,"impl-From%3CWPubkeyHash%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-Debug-for-HexToArrayError"],[6866,"impl-Display-for-HexToArrayError"],[6871,"impl-From%3CInvalidCharError%3E-for-HexToBytesError"],[6873,"impl-From%3COddLengthStringError%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-Display-for-DisplayByteSlice%3C\'a%3E"],[6990,"impl-Debug-for-DisplayByteSlice%3C\'a%3E"],[6991,"impl-UpperHex-for-DisplayByteSlice%3C\'a%3E"],[6992,"impl-Display-for-DisplayArray%3C\'a,+LEN%3E"],[6993,"impl-LowerHex-for-DisplayArray%3C\'a,+LEN%3E"],[6994,"impl-Debug-for-DisplayArray%3C\'a,+LEN%3E"],[6995,"impl-UpperHex-for-DisplayArray%3C\'a,+LEN%3E"],[7033,"impl-Debug-for-InvalidLengthError"],[7034,"impl-Display-for-InvalidLengthError"],[7082,"impl-AsRef%3C%5Bu8;+bitcoin_hashes::::ripemd160::%7Bimpl%2314%7D::%7Bconstant%230%7D%5D%3E-for-Hash"],[7083,"impl-AsRef%3C%5Bu8%5D%3E-for-Hash"],[7110,"impl-Write-for-HashEngine"],[7111,"impl-Write-for-HashEngine"],[7112,"impl-Debug-for-Hash"],[7113,"impl-UpperHex-for-Hash"],[7114,"impl-Display-for-Hash"],[7115,"impl-LowerHex-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-MapAccess%3C\'de%3E-for-MapDeserializer%3C\'de,+I,+E%3E"],[8561,"impl-SeqAccess%3C\'de%3E-for-MapDeserializer%3C\'de,+I,+E%3E"],[8758,"impl-dyn+Error"],[8759,"impl-dyn+Error+%2B+Send"],[8760,"impl-dyn+Error+%2B+Send+%2B+Sync"],[8761,"impl-dyn+Error"],[8762,"impl-dyn+Error+%2B+Send"],[8763,"impl-dyn+Error+%2B+Send+%2B+Sync"],[8764,"impl-dyn+Error+%2B+Send+%2B+Sync"],[8765,"impl-dyn+Error"],[8766,"impl-dyn+Error+%2B+Send"],[8774,"impl-SerializeSeq-for-Impossible%3COk,+Error%3E"],[8775,"impl-SerializeStruct-for-Impossible%3COk,+Error%3E"],[8776,"impl-SerializeMap-for-Impossible%3COk,+Error%3E"],[8777,"impl-SerializeTuple-for-Impossible%3COk,+Error%3E"],[8778,"impl-SerializeTupleStruct-for-Impossible%3COk,+Error%3E"],[8779,"impl-SerializeStructVariant-for-Impossible%3COk,+Error%3E"],[8780,"impl-SerializeTupleVariant-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-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%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-LowerHex-for-Hash"],[8885,"impl-Display-for-Hash"],[8886,"impl-UpperHex-for-Hash"],[8887,"impl-Debug-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-LowerHex-for-Hash"],[8971,"impl-Debug-for-Hash"],[8972,"impl-Display-for-Hash"],[8973,"impl-UpperHex-for-Hash"],[8974,"impl-UpperHex-for-Midstate"],[8975,"impl-Display-for-Midstate"],[8976,"impl-Debug-for-Midstate"],[8977,"impl-LowerHex-for-Midstate"],[8978,"impl-From%3CDescriptorId%3E-for-Hash"],[8980,"impl-From%3CWScriptHash%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-Display-for-Hash"],[9053,"impl-LowerHex-for-Hash"],[9054,"impl-Debug-for-Hash"],[9055,"impl-UpperHex-for-Hash"],[9056,"impl-From%3CFilterHeader%3E-for-Hash"],[9057,"impl-From%3CBlockHash%3E-for-Hash"],[9058,"impl-From%3CLegacySighash%3E-for-Hash"],[9059,"impl-From%3CWitnessCommitment%3E-for-Hash"],[9060,"impl-From%3CWitnessMerkleNode%3E-for-Hash"],[9061,"impl-From%3CFilterHash%3E-for-Hash"],[9063,"impl-From%3CSegwitV0Sighash%3E-for-Hash"],[9064,"impl-From%3CWtxid%3E-for-Hash"],[9065,"impl-From%3CHash%3E-for-Hash"],[9066,"impl-From%3CTxid%3E-for-Hash"],[9067,"impl-From%3CTxMerkleNode%3E-for-Hash"],[9091,"impl-AsRef%3C%5Bu8%5D%3E-for-Hash%3CT%3E"],[9092,"impl-AsRef%3C%5Bu8;+bitcoin_hashes::::sha256t::%7Bimpl%2311%7D::%7Bconstant%230%7D%5D%3E-for-Hash%3CT%3E"],[9106,"impl-Display-for-Hash%3CT%3E"],[9107,"impl-Debug-for-Hash%3CT%3E"],[9108,"impl-UpperHex-for-Hash%3CT%3E"],[9109,"impl-LowerHex-for-Hash%3CT%3E"],[9110,"impl-From%3CTapTweakHash%3E-for-Hash%3CTapTweakTag%3E"],[9112,"impl-From%3CTapLeafHash%3E-for-Hash%3CTapLeafTag%3E"],[9113,"impl-From%3CTapNodeHash%3E-for-Hash%3CTapBranchTag%3E"],[9114,"impl-From%3CTapSighash%3E-for-Hash%3CTapSighashTag%3E"],[9138,"impl-AsRef%3C%5Bu8;+bitcoin_hashes::::sha384::%7Bimpl%2313%7D::%7Bconstant%230%7D%5D%3E-for-Hash"],[9139,"impl-AsRef%3C%5Bu8%5D%3E-for-Hash"],[9156,"impl-LowerHex-for-Hash"],[9157,"impl-Debug-for-Hash"],[9158,"impl-UpperHex-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-LowerHex-for-Hash"],[9225,"impl-Debug-for-Hash"],[9226,"impl-Display-for-Hash"],[9227,"impl-UpperHex-for-Hash"],[9258,"impl-Write-for-HashEngine"],[9259,"impl-Write-for-HashEngine"],[9264,"impl-AsRef%3C%5Bu8;+bitcoin_hashes::::sha512_256::%7Bimpl%2313%7D::%7Bconstant%230%7D%5D%3E-for-Hash"],[9265,"impl-AsRef%3C%5Bu8%5D%3E-for-Hash"],[9282,"impl-UpperHex-for-Hash"],[9283,"impl-Debug-for-Hash"],[9284,"impl-LowerHex-for-Hash"],[9285,"impl-Display-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-Debug-for-Hash"],[9357,"impl-Display-for-Hash"],[9358,"impl-LowerHex-for-Hash"],[9359,"impl-UpperHex-for-Hash"],[9406,"impl-Write-for-HashEngine"],[9407,"impl-Write-for-HashEngine"],[9471,"impl-Write-for-Sink"],[9472,"impl-Write-for-Sink"],[9473,"impl-Debug-for-Error"],[9474,"impl-Display-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-Display-for-FromSliceError"],[9720,"impl-Debug-for-FromSliceError"],[9721,"impl-Display-for-FromWifError"],[9722,"impl-Debug-for-FromWifError"],[9723,"impl-Debug-for-ParsePublicKeyError"],[9724,"impl-Display-for-ParsePublicKeyError"],[9725,"impl-Debug-for-ParseCompressedPublicKeyError"],[9726,"impl-Display-for-ParseCompressedPublicKeyError"],[9727,"impl-Debug-for-UncompressedPublicKeyError"],[9728,"impl-Display-for-UncompressedPublicKeyError"],[9729,"impl-Debug-for-InvalidBase58PayloadLengthError"],[9730,"impl-Display-for-InvalidBase58PayloadLengthError"],[9731,"impl-Debug-for-InvalidAddressVersionError"],[9732,"impl-Display-for-InvalidAddressVersionError"],[9741,"impl-From%3CError%3E-for-FromSliceError"],[9742,"impl-From%3CInfallible%3E-for-FromSliceError"],[9744,"impl-From%3CInfallible%3E-for-FromWifError"],[9746,"impl-From%3CInvalidAddressVersionError%3E-for-FromWifError"],[9747,"impl-From%3CInvalidBase58PayloadLengthError%3E-for-FromWifError"],[9748,"impl-From%3CError%3E-for-FromWifError"],[9749,"impl-From%3CError%3E-for-FromWifError"],[9751,"impl-From%3CFromSliceError%3E-for-ParsePublicKeyError"],[9752,"impl-From%3CInfallible%3E-for-ParsePublicKeyError"],[9753,"impl-From%3CError%3E-for-ParseCompressedPublicKeyError"],[9755,"impl-From%3CInfallible%3E-for-ParseCompressedPublicKeyError"],[9756,"impl-From%3CHexToArrayError%3E-for-ParseCompressedPublicKeyError"],[9820,"impl-TweakedPublicKey"],[9821,"impl-Serialize-for-TweakedPublicKey"],[9868,"impl-TryFrom%3Ci32%3E-for-Parity"],[9870,"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;+4%5D%3E-for-Magic"],[10053,"impl-AsMut%3C%5Bu8%5D%3E-for-Magic"],[10054,"impl-AsRef%3C%5Bu8%5D%3E-for-Magic"],[10055,"impl-AsRef%3C%5Bu8;+4%5D%3E-for-Magic"],[10062,"impl-Borrow%3C%5Bu8%5D%3E-for-Magic"],[10063,"impl-Borrow%3C%5Bu8;+4%5D%3E-for-Magic"],[10070,"impl-BorrowMut%3C%5Bu8%5D%3E-for-Magic"],[10071,"impl-BorrowMut%3C%5Bu8;+4%5D%3E-for-Magic"],[10109,"impl-Display-for-ServiceFlags"],[10110,"impl-LowerHex-for-ServiceFlags"],[10111,"impl-Debug-for-ServiceFlags"],[10112,"impl-UpperHex-for-ServiceFlags"],[10113,"impl-LowerHex-for-Magic"],[10114,"impl-Display-for-Magic"],[10115,"impl-UpperHex-for-Magic"],[10116,"impl-Debug-for-Magic"],[10117,"impl-Display-for-ParseMagicError"],[10118,"impl-Debug-for-ParseMagicError"],[10119,"impl-Debug-for-UnknownMagicError"],[10120,"impl-Display-for-UnknownMagicError"],[10324,"impl-Display-for-CommandString"],[10325,"impl-Debug-for-CommandString"],[10326,"impl-Debug-for-CommandStringError"],[10327,"impl-Display-for-CommandStringError"],[10349,"impl-TryFrom%3CString%3E-for-CommandString"],[10351,"impl-TryFrom%3C%26str%3E-for-CommandString"],[10352,"impl-TryFrom%3CBox%3Cstr%3E%3E-for-CommandString"],[10825,"impl-Display-for-ParseIntError"],[10826,"impl-Debug-for-ParseIntError"],[11035,"impl-Display-for-Error"],[11036,"impl-Debug-for-Error"],[11040,"impl-Display-for-GetKeyError"],[11041,"impl-Debug-for-GetKeyError"],[11044,"impl-Debug-for-SignError"],[11045,"impl-Display-for-SignError"],[11046,"impl-Display-for-ExtractTxError"],[11047,"impl-Debug-for-ExtractTxError"],[11048,"impl-Debug-for-IndexOutOfBoundsError"],[11049,"impl-Display-for-IndexOutOfBoundsError"],[11050,"impl-Debug-for-PsbtParseError"],[11051,"impl-Display-for-PsbtParseError"],[11052,"impl-Display-for-PsbtSighashType"],[11053,"impl-Debug-for-PsbtSighashType"],[11055,"impl-From%3CError%3E-for-Error"],[11056,"impl-From%3CError%3E-for-Error"],[11058,"impl-From%3CFromSliceError%3E-for-Error"],[11059,"impl-From%3CInfallible%3E-for-Error"],[11064,"impl-From%3CInfallible%3E-for-GetKeyError"],[11065,"impl-From%3CError%3E-for-GetKeyError"],[11068,"impl-From%3CInfallible%3E-for-SignError"],[11069,"impl-From%3CTaprootError%3E-for-SignError"],[11071,"impl-From%3CP2wpkhError%3E-for-SignError"],[11072,"impl-From%3CIndexOutOfBoundsError%3E-for-SignError"],[11079,"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-Debug-for-PublicKey"],[11484,"impl-Display-for-PublicKey"],[11485,"impl-LowerHex-for-PublicKey"],[11486,"impl-Display-for-InvalidParityValue"],[11487,"impl-Debug-for-InvalidParityValue"],[11489,"impl-LowerHex-for-Message"],[11490,"impl-Display-for-Message"],[11491,"impl-Debug-for-Message"],[11492,"impl-Debug-for-Error"],[11493,"impl-Display-for-Error"],[11500,"impl-From%3CKeypair%3E-for-SecretKey"],[11501,"impl-From%3CT%3E-for-SecretKey"],[11503,"impl-From%3C%26Keypair%3E-for-SecretKey"],[11505,"impl-From%3CPublicKey%3E-for-PublicKey"],[11506,"impl-From%3C%26Keypair%3E-for-PublicKey"],[11507,"impl-From%3CKeypair%3E-for-PublicKey"],[11511,"impl-From%3CLegacySighash%3E-for-Message"],[11512,"impl-From%3CTapSighash%3E-for-Message"],[11513,"impl-From%3CSegwitV0Sighash%3E-for-Message"],[11515,"impl-From%3CT%3E-for-Message"],[11587,"impl-PublicKey"],[11588,"impl-Serialize-for-PublicKey"],[11752,"impl-PartialEq%3C%5Bu8%5D%3E-for-SerializedSignature"],[11753,"impl-PartialEq-for-SerializedSignature"],[11766,"impl-Debug-for-SerializedSignature"],[11767,"impl-Display-for-SerializedSignature"],[11768,"impl-Display-for-Signature"],[11769,"impl-Debug-for-Signature"],[11774,"impl-From%3CSignature%3E-for-SerializedSignature"],[11775,"impl-From%3C%26Signature%3E-for-SerializedSignature"],[11792,"impl-IntoIterator-for-SerializedSignature"],[11793,"impl-IntoIterator-for-%26SerializedSignature"],[11799,"impl-PartialOrd%3C%5Bu8%5D%3E-for-SerializedSignature"],[11800,"impl-PartialOrd-for-SerializedSignature"],[11819,"impl-TryFrom%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-LowerHex-for-Hmac%3CT%3E"],[12294,"impl-Display-for-Hmac%3CT%3E"],[12295,"impl-Debug-for-Hmac%3CT%3E"],[12312,"impl-Index%3Cusize%3E-for-Hmac%3CT%3E"],[12313,"impl-Index%3CRangeFull%3E-for-Hmac%3CT%3E"],[12314,"impl-Index%3CRangeFrom%3Cusize%3E%3E-for-Hmac%3CT%3E"],[12315,"impl-Index%3CRange%3Cusize%3E%3E-for-Hmac%3CT%3E"],[12316,"impl-Index%3CRangeTo%3Cusize%3E%3E-for-Hmac%3CT%3E"],[12351,"impl-Write-for-HmacEngine%3CT%3E"],[12352,"impl-Write-for-HmacEngine%3CT%3E"],[12368,"impl-Display-for-Error"],[12369,"impl-Debug-for-Error"],[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-Debug-for-WeightedError"],[12493,"impl-Display-for-WeightedError"],[12506,"impl-From%3CRange%3CX%3E%3E-for-Uniform%3CX%3E"],[12507,"impl-From%3CRangeInclusive%3CX%3E%3E-for-Uniform%3CX%3E"],[12535,"impl-Distribution%3Cf32%3E-for-OpenClosed01"],[12536,"impl-Distribution%3Cf64%3E-for-OpenClosed01"],[12537,"impl-Distribution%3Cf32%3E-for-Open01"],[12538,"impl-Distribution%3Cf64%3E-for-Open01"],[12543,"impl-Distribution%3CNonZero%3Cu16%3E%3E-for-Standard"],[12544,"impl-Distribution%3Cbool%3E-for-Standard"],[12545,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12546,"impl-Distribution%3C()%3E-for-Standard"],[12547,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12548,"impl-Distribution%3C(A,+B,+C,+D,+E,+F)%3E-for-Standard"],[12549,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2333%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12550,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2327%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12551,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12552,"impl-Distribution%3Ci8%3E-for-Standard"],[12553,"impl-Distribution%3C%5BT;+32%5D%3E-for-Standard"],[12554,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2324%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12555,"impl-Distribution%3CNonZero%3Cu32%3E%3E-for-Standard"],[12556,"impl-Distribution%3COption%3CT%3E%3E-for-Standard"],[12557,"impl-Distribution%3CNonZero%3Cu8%3E%3E-for-Standard"],[12558,"impl-Distribution%3Cu128%3E-for-Standard"],[12559,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2326%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12560,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2336%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12561,"impl-Distribution%3C(A,+B,+C,+D)%3E-for-Standard"],[12562,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2342%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12563,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2325%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12564,"impl-Distribution%3CNonZero%3Cu128%3E%3E-for-Standard"],[12565,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2341%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12566,"impl-Distribution%3Ci128%3E-for-Standard"],[12567,"impl-Distribution%3C(A,+B,+C,+D,+E,+F,+G,+H,+I,+J)%3E-for-Standard"],[12568,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12569,"impl-Distribution%3C(A,)%3E-for-Standard"],[12570,"impl-Distribution%3Cu16%3E-for-Standard"],[12571,"impl-Distribution%3Cisize%3E-for-Standard"],[12572,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2337%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12573,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12574,"impl-Distribution%3C(A,+B,+C,+D,+E,+F,+G,+H)%3E-for-Standard"],[12575,"impl-Distribution%3Cusize%3E-for-Standard"],[12576,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2355%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12577,"impl-Distribution%3CNonZero%3Cusize%3E%3E-for-Standard"],[12578,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2347%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%2340%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12581,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2331%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12582,"impl-Distribution%3Cu8%3E-for-Standard"],[12583,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2334%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12584,"impl-Distribution%3C(A,+B,+C,+D,+E)%3E-for-Standard"],[12585,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2330%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12586,"impl-Distribution%3Cu32%3E-for-Standard"],[12587,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2328%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12588,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2332%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12589,"impl-Distribution%3CWrapping%3CT%3E%3E-for-Standard"],[12590,"impl-Distribution%3Cf32%3E-for-Standard"],[12591,"impl-Distribution%3C(A,+B,+C)%3E-for-Standard"],[12592,"impl-Distribution%3Cchar%3E-for-Standard"],[12593,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2339%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12594,"impl-Distribution%3C(A,+B,+C,+D,+E,+F,+G,+H,+I,+J,+K,+L)%3E-for-Standard"],[12595,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12596,"impl-Distribution%3C(A,+B,+C,+D,+E,+F,+G)%3E-for-Standard"],[12597,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2335%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12598,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2352%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12599,"impl-Distribution%3Cu64%3E-for-Standard"],[12600,"impl-Distribution%3Ci32%3E-for-Standard"],[12601,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12602,"impl-Distribution%3Cf64%3E-for-Standard"],[12603,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2338%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12604,"impl-Distribution%3C(A,+B)%3E-for-Standard"],[12605,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2353%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12606,"impl-Distribution%3Ci16%3E-for-Standard"],[12607,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2329%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12608,"impl-Distribution%3C(A,+B,+C,+D,+E,+F,+G,+H,+I,+J,+K)%3E-for-Standard"],[12609,"impl-Distribution%3Ci64%3E-for-Standard"],[12610,"impl-Distribution%3CNonZero%3Cu64%3E%3E-for-Standard"],[12611,"impl-Distribution%3C(A,+B,+C,+D,+E,+F,+G,+H,+I)%3E-for-Standard"],[12612,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12724,"impl-UniformSampler-for-UniformInt%3Cu32%3E"],[12725,"impl-UniformSampler-for-UniformInt%3Cu8%3E"],[12726,"impl-UniformSampler-for-UniformInt%3Cisize%3E"],[12727,"impl-UniformSampler-for-UniformInt%3Cu64%3E"],[12728,"impl-UniformSampler-for-UniformInt%3Cu16%3E"],[12729,"impl-UniformSampler-for-UniformInt%3Cu128%3E"],[12730,"impl-UniformSampler-for-UniformInt%3Ci8%3E"],[12731,"impl-UniformSampler-for-UniformInt%3Ci32%3E"],[12732,"impl-UniformSampler-for-UniformInt%3Ci16%3E"],[12733,"impl-UniformSampler-for-UniformInt%3Ci128%3E"],[12734,"impl-UniformSampler-for-UniformInt%3Cusize%3E"],[12735,"impl-UniformSampler-for-UniformInt%3Ci64%3E"],[12737,"impl-UniformSampler-for-UniformFloat%3Cf64%3E"],[12738,"impl-UniformSampler-for-UniformFloat%3Cf32%3E"],[12741,"impl-UniformSampler-for-UniformInt%3Ci32%3E"],[12742,"impl-UniformSampler-for-UniformInt%3Cu32%3E"],[12743,"impl-UniformSampler-for-UniformInt%3Ci128%3E"],[12744,"impl-UniformSampler-for-UniformInt%3Cu16%3E"],[12745,"impl-UniformSampler-for-UniformInt%3Cu64%3E"],[12746,"impl-UniformSampler-for-UniformInt%3Ci16%3E"],[12747,"impl-UniformSampler-for-UniformInt%3Ci64%3E"],[12748,"impl-UniformSampler-for-UniformInt%3Ci8%3E"],[12749,"impl-UniformSampler-for-UniformInt%3Cusize%3E"],[12750,"impl-UniformSampler-for-UniformInt%3Cu8%3E"],[12751,"impl-UniformSampler-for-UniformInt%3Cu128%3E"],[12752,"impl-UniformSampler-for-UniformInt%3Cisize%3E"],[12754,"impl-UniformSampler-for-UniformFloat%3Cf32%3E"],[12755,"impl-UniformSampler-for-UniformFloat%3Cf64%3E"],[12758,"impl-UniformSampler-for-UniformInt%3Cu8%3E"],[12759,"impl-UniformSampler-for-UniformInt%3Cisize%3E"],[12760,"impl-UniformSampler-for-UniformInt%3Cu32%3E"],[12761,"impl-UniformSampler-for-UniformInt%3Ci16%3E"],[12762,"impl-UniformSampler-for-UniformInt%3Ci128%3E"],[12763,"impl-UniformSampler-for-UniformInt%3Cu64%3E"],[12764,"impl-UniformSampler-for-UniformInt%3Ci64%3E"],[12765,"impl-UniformSampler-for-UniformInt%3Ci32%3E"],[12766,"impl-UniformSampler-for-UniformInt%3Ci8%3E"],[12767,"impl-UniformSampler-for-UniformInt%3Cu16%3E"],[12768,"impl-UniformSampler-for-UniformInt%3Cu128%3E"],[12769,"impl-UniformSampler-for-UniformInt%3Cusize%3E"],[12771,"impl-UniformSampler-for-UniformFloat%3Cf32%3E"],[12772,"impl-UniformSampler-for-UniformFloat%3Cf64%3E"],[12776,"impl-UniformSampler-for-UniformInt%3Cisize%3E"],[12777,"impl-UniformSampler-for-UniformInt%3Ci128%3E"],[12778,"impl-UniformSampler-for-UniformInt%3Cu16%3E"],[12779,"impl-UniformSampler-for-UniformInt%3Cu8%3E"],[12780,"impl-UniformSampler-for-UniformInt%3Ci16%3E"],[12781,"impl-UniformSampler-for-UniformInt%3Cu32%3E"],[12782,"impl-UniformSampler-for-UniformInt%3Ci8%3E"],[12783,"impl-UniformSampler-for-UniformInt%3Cu64%3E"],[12784,"impl-UniformSampler-for-UniformInt%3Cu128%3E"],[12785,"impl-UniformSampler-for-UniformInt%3Ci64%3E"],[12786,"impl-UniformSampler-for-UniformInt%3Cusize%3E"],[12787,"impl-UniformSampler-for-UniformInt%3Ci32%3E"],[12788,"impl-UniformSampler-for-UniformFloat%3Cf32%3E"],[12789,"impl-UniformSampler-for-UniformFloat%3Cf64%3E"],[12791,"impl-UniformSampler-for-UniformInt%3Cu8%3E"],[12792,"impl-UniformSampler-for-UniformInt%3Ci8%3E"],[12793,"impl-UniformSampler-for-UniformInt%3Cu128%3E"],[12794,"impl-UniformSampler-for-UniformInt%3Cisize%3E"],[12795,"impl-UniformSampler-for-UniformInt%3Ci16%3E"],[12796,"impl-UniformSampler-for-UniformInt%3Ci32%3E"],[12797,"impl-UniformSampler-for-UniformInt%3Cu64%3E"],[12798,"impl-UniformSampler-for-UniformInt%3Cu32%3E"],[12799,"impl-UniformSampler-for-UniformInt%3Cusize%3E"],[12800,"impl-UniformSampler-for-UniformInt%3Ci64%3E"],[12801,"impl-UniformSampler-for-UniformInt%3Ci128%3E"],[12802,"impl-UniformSampler-for-UniformInt%3Cu16%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-Debug-for-OutOfRangeError"],[13117,"impl-Display-for-OutOfRangeError"],[13140,"impl-Debug-for-Signature"],[13141,"impl-LowerHex-for-Signature"],[13142,"impl-Display-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-Debug-for-PrevoutsIndexError"],[13320,"impl-Display-for-PrevoutsIndexError"],[13321,"impl-Display-for-InvalidSighashTypeError"],[13322,"impl-Debug-for-InvalidSighashTypeError"],[13323,"impl-Debug-for-NonStandardSighashTypeError"],[13324,"impl-Display-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-Display-for-SigningDataError%3CE%3E"],[13337,"impl-Debug-for-SigningDataError%3CE%3E"],[13350,"impl-From%3CInfallible%3E-for-TaprootError"],[13351,"impl-From%3CPrevoutsKindError%3E-for-TaprootError"],[13352,"impl-From%3CPrevoutsIndexError%3E-for-TaprootError"],[13353,"impl-From%3CPrevoutsSizeError%3E-for-TaprootError"],[13355,"impl-From%3CInputsIndexError%3E-for-TaprootError"],[13356,"impl-From%3CInfallible%3E-for-P2wpkhError"],[13357,"impl-From%3CInputsIndexError%3E-for-P2wpkhError"],[13362,"impl-From%3CInfallible%3E-for-SigningDataError%3CE%3E"],[13363,"impl-From%3CError%3E-for-SigningDataError%3CE%3E"],[13529,"impl-Display-for-MessageSignatureError"],[13530,"impl-Debug-for-MessageSignatureError"],[13531,"impl-Display-for-MessageSignature"],[13532,"impl-Debug-for-MessageSignature"],[13533,"impl-From%3CInfallible%3E-for-MessageSignatureError"],[13534,"impl-From%3CError%3E-for-MessageSignatureError"],[13780,"impl-Debug-for-SigFromSliceError"],[13781,"impl-Display-for-SigFromSliceError"],[13785,"impl-Debug-for-IncompleteBuilderError"],[13786,"impl-Display-for-IncompleteBuilderError"],[13787,"impl-Display-for-HiddenNodesError"],[13788,"impl-Debug-for-HiddenNodesError"],[13795,"impl-UpperHex-for-FutureLeafVersion"],[13796,"impl-LowerHex-for-FutureLeafVersion"],[13797,"impl-Debug-for-FutureLeafVersion"],[13798,"impl-Display-for-FutureLeafVersion"],[13799,"impl-Debug-for-LeafVersion"],[13800,"impl-UpperHex-for-LeafVersion"],[13801,"impl-LowerHex-for-LeafVersion"],[13802,"impl-Display-for-LeafVersion"],[13803,"impl-Display-for-TaprootBuilderError"],[13804,"impl-Debug-for-TaprootBuilderError"],[13805,"impl-Debug-for-TaprootError"],[13806,"impl-Display-for-TaprootError"],[13811,"impl-From%3CInfallible%3E-for-SigFromSliceError"],[13812,"impl-From%3CError%3E-for-SigFromSliceError"],[13813,"impl-From%3CInvalidSighashTypeError%3E-for-SigFromSliceError"],[13814,"impl-From%3C%5BTapNodeHash;+11%5D%3E-for-TaprootMerkleBranch"],[13815,"impl-From%3C%5BTapNodeHash;+58%5D%3E-for-TaprootMerkleBranch"],[13816,"impl-From%3C%5BTapNodeHash;+23%5D%3E-for-TaprootMerkleBranch"],[13817,"impl-From%3C%5BTapNodeHash;+123%5D%3E-for-TaprootMerkleBranch"],[13819,"impl-From%3C%5BTapNodeHash;+54%5D%3E-for-TaprootMerkleBranch"],[13820,"impl-From%3C%5BTapNodeHash;+65%5D%3E-for-TaprootMerkleBranch"],[13821,"impl-From%3C%5BTapNodeHash;+32%5D%3E-for-TaprootMerkleBranch"],[13822,"impl-From%3C%5BTapNodeHash;+53%5D%3E-for-TaprootMerkleBranch"],[13823,"impl-From%3C%5BTapNodeHash;+71%5D%3E-for-TaprootMerkleBranch"],[13824,"impl-From%3C%5BTapNodeHash;+41%5D%3E-for-TaprootMerkleBranch"],[13825,"impl-From%3C%5BTapNodeHash;+83%5D%3E-for-TaprootMerkleBranch"],[13826,"impl-From%3C%5BTapNodeHash;+96%5D%3E-for-TaprootMerkleBranch"],[13827,"impl-From%3C%5BTapNodeHash;+36%5D%3E-for-TaprootMerkleBranch"],[13828,"impl-From%3C%5BTapNodeHash;+52%5D%3E-for-TaprootMerkleBranch"],[13829,"impl-From%3C%5BTapNodeHash;+37%5D%3E-for-TaprootMerkleBranch"],[13830,"impl-From%3C%5BTapNodeHash;+16%5D%3E-for-TaprootMerkleBranch"],[13831,"impl-From%3C%5BTapNodeHash;+22%5D%3E-for-TaprootMerkleBranch"],[13832,"impl-From%3C%5BTapNodeHash;+80%5D%3E-for-TaprootMerkleBranch"],[13833,"impl-From%3C%5BTapNodeHash;+101%5D%3E-for-TaprootMerkleBranch"],[13834,"impl-From%3C%5BTapNodeHash;+69%5D%3E-for-TaprootMerkleBranch"],[13835,"impl-From%3C%5BTapNodeHash;+114%5D%3E-for-TaprootMerkleBranch"],[13836,"impl-From%3C%5BTapNodeHash;+8%5D%3E-for-TaprootMerkleBranch"],[13837,"impl-From%3C%5BTapNodeHash;+84%5D%3E-for-TaprootMerkleBranch"],[13838,"impl-From%3C%5BTapNodeHash;+111%5D%3E-for-TaprootMerkleBranch"],[13839,"impl-From%3C%5BTapNodeHash;+42%5D%3E-for-TaprootMerkleBranch"],[13840,"impl-From%3C%5BTapNodeHash;+60%5D%3E-for-TaprootMerkleBranch"],[13841,"impl-From%3C%5BTapNodeHash;+33%5D%3E-for-TaprootMerkleBranch"],[13842,"impl-From%3C%5BTapNodeHash;+62%5D%3E-for-TaprootMerkleBranch"],[13843,"impl-From%3C%5BTapNodeHash;+57%5D%3E-for-TaprootMerkleBranch"],[13844,"impl-From%3C%5BTapNodeHash;+34%5D%3E-for-TaprootMerkleBranch"],[13845,"impl-From%3C%5BTapNodeHash;+68%5D%3E-for-TaprootMerkleBranch"],[13846,"impl-From%3C%5BTapNodeHash;+95%5D%3E-for-TaprootMerkleBranch"],[13847,"impl-From%3C%5BTapNodeHash;+77%5D%3E-for-TaprootMerkleBranch"],[13848,"impl-From%3C%5BTapNodeHash;+56%5D%3E-for-TaprootMerkleBranch"],[13849,"impl-From%3C%5BTapNodeHash;+118%5D%3E-for-TaprootMerkleBranch"],[13850,"impl-From%3C%5BTapNodeHash;+115%5D%3E-for-TaprootMerkleBranch"],[13851,"impl-From%3C%5BTapNodeHash;+102%5D%3E-for-TaprootMerkleBranch"],[13852,"impl-From%3C%5BTapNodeHash;+50%5D%3E-for-TaprootMerkleBranch"],[13853,"impl-From%3C%5BTapNodeHash;+75%5D%3E-for-TaprootMerkleBranch"],[13854,"impl-From%3C%5BTapNodeHash;+48%5D%3E-for-TaprootMerkleBranch"],[13855,"impl-From%3C%5BTapNodeHash;+106%5D%3E-for-TaprootMerkleBranch"],[13856,"impl-From%3C%5BTapNodeHash;+30%5D%3E-for-TaprootMerkleBranch"],[13857,"impl-From%3C%5BTapNodeHash;+14%5D%3E-for-TaprootMerkleBranch"],[13858,"impl-From%3C%5BTapNodeHash;+0%5D%3E-for-TaprootMerkleBranch"],[13859,"impl-From%3C%5BTapNodeHash;+87%5D%3E-for-TaprootMerkleBranch"],[13860,"impl-From%3C%5BTapNodeHash;+117%5D%3E-for-TaprootMerkleBranch"],[13861,"impl-From%3C%5BTapNodeHash;+76%5D%3E-for-TaprootMerkleBranch"],[13862,"impl-From%3C%5BTapNodeHash;+64%5D%3E-for-TaprootMerkleBranch"],[13863,"impl-From%3C%5BTapNodeHash;+17%5D%3E-for-TaprootMerkleBranch"],[13864,"impl-From%3C%5BTapNodeHash;+26%5D%3E-for-TaprootMerkleBranch"],[13865,"impl-From%3C%5BTapNodeHash;+94%5D%3E-for-TaprootMerkleBranch"],[13866,"impl-From%3C%5BTapNodeHash;+38%5D%3E-for-TaprootMerkleBranch"],[13867,"impl-From%3C%5BTapNodeHash;+59%5D%3E-for-TaprootMerkleBranch"],[13868,"impl-From%3C%5BTapNodeHash;+100%5D%3E-for-TaprootMerkleBranch"],[13869,"impl-From%3C%5BTapNodeHash;+27%5D%3E-for-TaprootMerkleBranch"],[13870,"impl-From%3C%5BTapNodeHash;+93%5D%3E-for-TaprootMerkleBranch"],[13871,"impl-From%3C%5BTapNodeHash;+113%5D%3E-for-TaprootMerkleBranch"],[13872,"impl-From%3C%5BTapNodeHash;+90%5D%3E-for-TaprootMerkleBranch"],[13873,"impl-From%3C%5BTapNodeHash;+63%5D%3E-for-TaprootMerkleBranch"],[13874,"impl-From%3C%5BTapNodeHash;+86%5D%3E-for-TaprootMerkleBranch"],[13875,"impl-From%3C%5BTapNodeHash;+7%5D%3E-for-TaprootMerkleBranch"],[13876,"impl-From%3C%5BTapNodeHash;+6%5D%3E-for-TaprootMerkleBranch"],[13877,"impl-From%3C%5BTapNodeHash;+91%5D%3E-for-TaprootMerkleBranch"],[13878,"impl-From%3C%5BTapNodeHash;+51%5D%3E-for-TaprootMerkleBranch"],[13879,"impl-From%3C%5BTapNodeHash;+15%5D%3E-for-TaprootMerkleBranch"],[13880,"impl-From%3C%5BTapNodeHash;+72%5D%3E-for-TaprootMerkleBranch"],[13881,"impl-From%3C%5BTapNodeHash;+20%5D%3E-for-TaprootMerkleBranch"],[13882,"impl-From%3C%5BTapNodeHash;+67%5D%3E-for-TaprootMerkleBranch"],[13883,"impl-From%3C%5BTapNodeHash;+107%5D%3E-for-TaprootMerkleBranch"],[13884,"impl-From%3C%5BTapNodeHash;+88%5D%3E-for-TaprootMerkleBranch"],[13885,"impl-From%3C%5BTapNodeHash;+74%5D%3E-for-TaprootMerkleBranch"],[13886,"impl-From%3C%5BTapNodeHash;+44%5D%3E-for-TaprootMerkleBranch"],[13887,"impl-From%3C%5BTapNodeHash;+120%5D%3E-for-TaprootMerkleBranch"],[13888,"impl-From%3C%5BTapNodeHash;+126%5D%3E-for-TaprootMerkleBranch"],[13889,"impl-From%3C%5BTapNodeHash;+121%5D%3E-for-TaprootMerkleBranch"],[13890,"impl-From%3C%5BTapNodeHash;+24%5D%3E-for-TaprootMerkleBranch"],[13891,"impl-From%3C%5BTapNodeHash;+103%5D%3E-for-TaprootMerkleBranch"],[13892,"impl-From%3C%5BTapNodeHash;+5%5D%3E-for-TaprootMerkleBranch"],[13893,"impl-From%3C%5BTapNodeHash;+119%5D%3E-for-TaprootMerkleBranch"],[13894,"impl-From%3C%5BTapNodeHash;+128%5D%3E-for-TaprootMerkleBranch"],[13895,"impl-From%3C%5BTapNodeHash;+92%5D%3E-for-TaprootMerkleBranch"],[13896,"impl-From%3C%5BTapNodeHash;+105%5D%3E-for-TaprootMerkleBranch"],[13897,"impl-From%3C%5BTapNodeHash;+1%5D%3E-for-TaprootMerkleBranch"],[13898,"impl-From%3C%5BTapNodeHash;+81%5D%3E-for-TaprootMerkleBranch"],[13899,"impl-From%3C%5BTapNodeHash;+12%5D%3E-for-TaprootMerkleBranch"],[13900,"impl-From%3C%5BTapNodeHash;+112%5D%3E-for-TaprootMerkleBranch"],[13901,"impl-From%3C%5BTapNodeHash;+29%5D%3E-for-TaprootMerkleBranch"],[13902,"impl-From%3C%5BTapNodeHash;+108%5D%3E-for-TaprootMerkleBranch"],[13903,"impl-From%3C%5BTapNodeHash;+21%5D%3E-for-TaprootMerkleBranch"],[13904,"impl-From%3C%5BTapNodeHash;+47%5D%3E-for-TaprootMerkleBranch"],[13905,"impl-From%3C%5BTapNodeHash;+13%5D%3E-for-TaprootMerkleBranch"],[13906,"impl-From%3C%5BTapNodeHash;+40%5D%3E-for-TaprootMerkleBranch"],[13907,"impl-From%3C%5BTapNodeHash;+89%5D%3E-for-TaprootMerkleBranch"],[13908,"impl-From%3C%5BTapNodeHash;+35%5D%3E-for-TaprootMerkleBranch"],[13909,"impl-From%3C%5BTapNodeHash;+19%5D%3E-for-TaprootMerkleBranch"],[13910,"impl-From%3C%5BTapNodeHash;+10%5D%3E-for-TaprootMerkleBranch"],[13911,"impl-From%3C%5BTapNodeHash;+98%5D%3E-for-TaprootMerkleBranch"],[13912,"impl-From%3C%5BTapNodeHash;+78%5D%3E-for-TaprootMerkleBranch"],[13913,"impl-From%3C%5BTapNodeHash;+25%5D%3E-for-TaprootMerkleBranch"],[13914,"impl-From%3C%5BTapNodeHash;+73%5D%3E-for-TaprootMerkleBranch"],[13915,"impl-From%3C%5BTapNodeHash;+122%5D%3E-for-TaprootMerkleBranch"],[13916,"impl-From%3C%5BTapNodeHash;+66%5D%3E-for-TaprootMerkleBranch"],[13917,"impl-From%3C%5BTapNodeHash;+31%5D%3E-for-TaprootMerkleBranch"],[13918,"impl-From%3C%5BTapNodeHash;+18%5D%3E-for-TaprootMerkleBranch"],[13919,"impl-From%3C%5BTapNodeHash;+109%5D%3E-for-TaprootMerkleBranch"],[13920,"impl-From%3C%5BTapNodeHash;+124%5D%3E-for-TaprootMerkleBranch"],[13921,"impl-From%3C%5BTapNodeHash;+99%5D%3E-for-TaprootMerkleBranch"],[13922,"impl-From%3C%5BTapNodeHash;+4%5D%3E-for-TaprootMerkleBranch"],[13923,"impl-From%3C%5BTapNodeHash;+28%5D%3E-for-TaprootMerkleBranch"],[13924,"impl-From%3C%5BTapNodeHash;+3%5D%3E-for-TaprootMerkleBranch"],[13925,"impl-From%3C%5BTapNodeHash;+79%5D%3E-for-TaprootMerkleBranch"],[13926,"impl-From%3C%5BTapNodeHash;+70%5D%3E-for-TaprootMerkleBranch"],[13927,"impl-From%3C%5BTapNodeHash;+43%5D%3E-for-TaprootMerkleBranch"],[13928,"impl-From%3C%5BTapNodeHash;+55%5D%3E-for-TaprootMerkleBranch"],[13929,"impl-From%3C%5BTapNodeHash;+127%5D%3E-for-TaprootMerkleBranch"],[13930,"impl-From%3C%5BTapNodeHash;+2%5D%3E-for-TaprootMerkleBranch"],[13931,"impl-From%3C%5BTapNodeHash;+116%5D%3E-for-TaprootMerkleBranch"],[13932,"impl-From%3C%5BTapNodeHash;+39%5D%3E-for-TaprootMerkleBranch"],[13933,"impl-From%3C%5BTapNodeHash;+46%5D%3E-for-TaprootMerkleBranch"],[13934,"impl-From%3C%5BTapNodeHash;+104%5D%3E-for-TaprootMerkleBranch"],[13935,"impl-From%3C%5BTapNodeHash;+110%5D%3E-for-TaprootMerkleBranch"],[13936,"impl-From%3C%5BTapNodeHash;+49%5D%3E-for-TaprootMerkleBranch"],[13937,"impl-From%3C%5BTapNodeHash;+45%5D%3E-for-TaprootMerkleBranch"],[13938,"impl-From%3C%5BTapNodeHash;+85%5D%3E-for-TaprootMerkleBranch"],[13939,"impl-From%3C%5BTapNodeHash;+82%5D%3E-for-TaprootMerkleBranch"],[13940,"impl-From%3C%5BTapNodeHash;+97%5D%3E-for-TaprootMerkleBranch"],[13941,"impl-From%3C%5BTapNodeHash;+61%5D%3E-for-TaprootMerkleBranch"],[13942,"impl-From%3C%5BTapNodeHash;+9%5D%3E-for-TaprootMerkleBranch"],[13943,"impl-From%3C%5BTapNodeHash;+125%5D%3E-for-TaprootMerkleBranch"],[14007,"impl-IntoIterator-for-TaprootMerkleBranch"],[14008,"impl-IntoIterator-for-%26mut+TaprootMerkleBranch"],[14009,"impl-IntoIterator-for-%26TaprootMerkleBranch"],[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%3CBox%3C%5BTapNodeHash%5D%3E%3E-for-TaprootMerkleBranch"],[14118,"impl-TryFrom%3CVec%3CTapNodeHash%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%3C%5Bu8%5D%3E-for-SerializedSignature"],[14266,"impl-PartialOrd-for-SerializedSignature"],[14306,"impl-From%3CChangeSet%3CA%3E%3E-for-ChangeSet%3CA,+IA%3E"],[14307,"impl-From%3CChangeSet%3E-for-ChangeSet%3CA,+ChangeSet%3E"],[14353,"impl-Indexer-for-KeychainTxOutIndex%3CK%3E"],[14354,"impl-KeychainTxOutIndex%3CK%3E"],[14373,"impl-Debug-for-InsertDescriptorError%3CK%3E"],[14374,"impl-Display-for-InsertDescriptorError%3CK%3E"],[14539,"impl-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,+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-Display-for-CalculateFeeError"],[14846,"impl-Debug-for-CalculateFeeError"]],"c":"OjAAAAEAAAAAADAAEAAAAEACQgJdBNIH6QftBxEIMQrGCvkN+w38Df0NAw4FDgYOBw49ED4QhRgPGXMcehwxIjYifSV+JVIsYCxhLAktGC0pLcktyi3LLcwt1y0TLogxHjIfMiAyIzImMpYylzI0NbU2","e":"OjAAAAEAAAAAAKImEAAAAAAAwIit5/////7/3/8/+Pn++//5/0YuCc/ZIQAAHCDifuQn//d/8P//P/x//j8AAAAAAAAAAAAAAAAAAAAAAACAP/7/7///vgAAwP//////HwD8/////////////////////6EBAMD//////////////////////////wD4/////z+/////////e+Af/v////////////f/////////////////vwH8+///////////////////////H+BDtX6rPt72Zbx7fVMSEfU48P9/AP7/D0AAAAAAgP/X/P//5/////8BAPj//////3/8//8/AAAAAAAAAAABAAAAIAAA+A8AAAAAAPD////////A/wMADwD83//5///vCPg/AP//B8CD/////////xgAAAzM//////8AQPj///////////////////8f8P///////3/AAP7///////8BAAAAAAAA/v/////////////+/7/r/gAHAPz//////////38AAAAAAPD+fwf/H/69A8aDn/+H5///////D/j5P/7/v3/83//NgBDgHwH8AfGK6vA/BgCAQbD/+Qf84wf8/w/8PwDw/wAA8P8n8P9/AOD/D/7v+ADw/wuQ/wHw/38AAAAcPF4G8C8Ac/7/9/////3///+/BvgJgK/97//v/wcA8P+/w4ECAAD8////HwAAAHj4////HwD+/z8DP/////j/fxv5Qv4+DoAGAAg+/OGff/z/////AwAAAPD//z///6MG2OP/9zwAAMz//01jPwEA8P////////8vccA5AP7/P/7/////PwCA/////9//////owHABwDg/3/w9////3/+AAD8/yf/BwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcx///8////v/3f+L///////////////////////////9/////////////////////8/8CwAH8DQDg/x/+////H4D/+QMAAPj//38b/P8/AACA////9///vwoEAAL////vxw+MewBA+AEAfEcAAOD/AAB+UwDgfwIA8P8fAAAA4APBP+D//38EsPf//w/4/////2xHwt//A/D/////LfD//z8AAAAAAAD+/3/z+x8AAP5///f/9x/FCIDFzx//8f///1iAB/4fwP4B/I0/AABgeP7///+f/Pn/vyAAAAAAAAAAAAAAAAAAAID/JgAAAMD6AAAA/gaEpEhViRwAAAD8//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+f////PwAAAAAAAAA3/v/w/////////////////////////w8AAACAQwCAPwAY8EAAABAe4P/////Jn///8f//9////y+xfo5////3//9/P7///L//nt9//v//yZ//f/7///+f/Pn/n///f/Ln/x/v/////0e6DPv/vwEAAMD/9/9vH1MAeP/zr///3wYAAAAAmP////////9Bvv/f//////+/0Ho3AOIDAIAPANgA+OD///v/////j/8PAHj+3wX8ewD8/w///wAA4P//////////M+gAMOx///8PAP//zwD/BwAAAADA/3/4//+HgP/f/wOA/////wiQ/+cA///vPwf898P///v//394eO/fe8D/////////A/gBAOD///8HwO///38AAP/P/Y8/AAAAAAAAAAAAAAAA8P///////3z+////8///G2ZblQ8AwAM4fgD8/+//////D/v/AADg////x8DO/ecAAAAAALTw////////f/APv+//////fyCdJwDs/xwAAPwfqPb////////3/wAA+PcY9eHhf//v7/+XAx7GD57//8fH78H+//8/4OG4/w8CAPD/g////z/4wf8/IHw/APAJ///v//7/////f/jbt5v/8+7h/wDQv///+/2hLL6gyv//AxgeACBIPAAA/P//////////ARgAIND///////////8//9//////8/8A4P//B+D/3/+//3/+f//////AzwcAAAAAAPj//x/D//8//v8A7/+///iHAQinx/9vAMM8/89//fb/3H4AAAAAAADg////////////////////B4J33AEAAMD+D/////7///////3/A/j3/xCg/wcAAAAAAABg/v///////////z/sP/////////f////w9////////////////////zECBf4fAADABwAAHvg/yBv88f//j19e////n///8/9/wI9/T///l7h//QPE/xsA+z0AAPT//4EFAgAAkP9xcODPEcCRAAD+///3/y/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}}}{}}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(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":"OzAAAAEAAIwAFQAJAAAADAATACEABwAsAAMAMgABADoAAQBGAAEASwACAFIAAgBWAA0AZgAJAHsADwCVAAQAmwALAKkAAACrAAAAsQAAAMkAAADRAAIA2AAPAO0ADwA="}],\ +["bdk_chain",{"t":"KKFSFFSKGFFFGPPKFRFFIEEIKFEFPPNNMNNONNNNDENONNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNMNNNNNNONOONCCNNNNNNNNNNNNNNNNNNNNNMNNNMNONECNMENNNNNNONNNNNNNNNDCODNNNNNOCENNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNCOOONNNNNNNNNNNNNNONNNNNNNNNNNNNOOOFGPPPPFTTPPPFFPFFTTPGTTGFFFGFTTTTTTTTTTTTTTTTTTTPPFPPPTPGGPPPPTTTTFFPPPPPPFFFFPPTTPFFFFFFPPPPPFFFFFFGFFFPPPFFFFFPPPPPPPPPPPPPPPPPFTFFFFFFFGFFFFTTTTTTNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCCCNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCOONNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNONNNNNNCNNNNNNNNNNNNNNNCONNNNNNNNNNNNNNNNNNNNNOOCNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNCONONNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNONONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNCNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNONNNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNOFGGPPPGTPFPFGPFPGGKPFPPPPGPPPGPPPFPFPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOPPPGPFPFPFPFGGFPFPPPPPFPPPKGFPPPPPPPPGPPFPNNNNMNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNKKCCMMMMMMMHCHHHHCHHHPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHHNNNNNNNNNNNNNNNNNNNNNNNNHHHNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPGPFFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNRGPRGGKPPPPPPCNNNNNNNNNNNNMHNHHHNNNHCHNHHHNNHCNNNNNNNNNNNNNNNNNNNNNNCCNNNNNNNNNNNNNNNNNNNCFSSSPSPGPSSPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNKRKRFGKFFPPPNNNNNNNNNNNNNNMNNNNNMNNMNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFSSSSSSSSSSRRKMNNNNNNNFNNNNNNNNNNNNFFKNNNNMNNNNNNNNNNNNNNNNNNNNNNNNFFGFPFFFPNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONONNNNNNNNNONNNNNONONNNNNNNNNNNNNONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNFFFFFGFFFFPPNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPFGFFGIIIIFPPKPFPPPPIPPPPFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOONOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNOOOOOONNNOOOOOONNNNNOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOFFCCCCCCCCCPPGFFFTPPTTTFPPGFFFONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNOONNONNNNNONNNNNNNNNNNNNNNONNNNNONNNNNTSFSSSSSSSTSSTSSTSNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNFCCPFFSGTTTTFFTPFTTNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFFFFGTTTTTFPFTTTNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGGPPPJJJJJFPPPPPPCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSFFPGGFFPPPFPFFKFFFPPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCCHGPPSSFNNNNNNNNNNNNNNNNNNNPGPPFGPPPPPPPPPPPPPPPPPPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPFFFTFFTTTTTGFTPFFFFPFPPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNOONNONHHOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNOOONNNNNNNOSFFFNNNNNNNNNNNNNTPKGKTPFTKTTPKONOOOONNNNNNNNMHHNMMMMMMMMMMCNNNNNNNNNNNNNOOONOCOOOMMMMMMMMMMOCHNNNNNNNNNNNFKPKGGPPSPPPPKPFKNNNNNNNNNNNNMNNHHHMMMMMMMMMMNNNNNNNNNNNNNNNNNNNMMMMMMMMMMHHNNNNNNNNNNNNNNNNNOOOOJFJJJOOOOOOOOOOOOOKKRRKRFRKFNNNNNNMMNNMNCNNMNNNNNNNNNKFFFFGGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPGPPFPFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNPFPFPPFGGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFFFFFFTRTRFKKFFTRMMQCNMMMNCNQQCMMMCQCCCCCQCCCCMHFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFGRKRKIGGFPPFPPPFPNMNNNNNNNNNNNNNNCNNNNNNNNNNNCNNNNNNNNNNNNNNNCNNNNNNNNNQNNNNNNNNNNNMNNNQNNNNNNNNNNNNNNNNNNNNNNCCNNNNNNNQNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNQFNNNNNNNNNNNNNNNNNRFFKNMNNNNNNNNNNNNQNNNQNNNNNNNNNNNNNNNGGPPFPFPFNNNNNNNONNNNONNNNNNNRKGGPPPPMRKRKNMMNNNNFFFNNNONONNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKYKRRRKYRRRRRRRKNNNCMMMMMMMMMNMMMMMMMMMMMMMMMNMMMMMMQNNCMMMMMMNMMMMMMMMMMMMMMMMNMMMMMMMPPPKKKKRPKKRRRRRKPFKPKPPPPPKPKPPPGPPPRRRKKNNNNNNNNNMNNMMNMMMMMMMMNMMMMMMMMMMMMMMMNMMMMMMNNNMNMNNNNNNNNNMNNNNNNMNMNNNMNMNNNNMNNNNNNNMNNMNNCNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFFFFFFFFFFFFFFFFFFFFFFFFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKRRRRRRRRFRRRRRRRRKKRKRKRKRKRKRKRKKNNNNNNMNNNNNNNNNNMMMMMMMNNNNNNNNNNNNNNMMMMMMNNNMMMMMMNNNNNMMMMMNMMMMMMMMMMMMNMMMMMMMMNNNNNNNNNCTKNMNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFKNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPPKPPPFPFGPPPPPPPPKIFFPPPKPNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNMNNMNNNNNNNNNNNNNNNQNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNPFPPGGPPFPFPPPPFPGGGFFFFPPPFKRRFFFIIKFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPFGPPPPPFPPNNNNNHHNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNONNNNPPGGFPPPPFCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHHFTTTTFTTTTSFTTFTFTNCONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCCCCCCNNNONONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGFFPPPPPPPOONNNNNNNNNNNNNNNNNNNNNNNNNNOOOONONNNNNNNNNNNPPPPPPPPPFFPPPPPPPPPPPPPPSSPPGPPPFPPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOPPPFFGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNOONNNNNNNNNNNNOONNNOOPGFFPPNNNNNNNNNNNNNNNNNNNNONNNNNNNNNOONNNNNNONNNNNNNNNNNNONNNNNNFFFFNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNONNNNNNNNONNNNONNNNFFFFFFONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOONNNNNNNNNNNNNNNNNNOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPPPPPPFGFNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNONOOOOOOOONNNNNNNNNNNNOONNNFNNNNNNNNNNNNNNNNNNNNSSSSSSSSHFFFPPPPPPPPPPGRGPKGPGFPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPFGPPFPGFPPPPPPPPPGGIGIPPPPPPPPPPPPPPPOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNOOONNNNNNNNNNNNNOONNNNOOOOCOOOCNNNOONNNNNNNOOOOOOOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOONNONNNNNNNNNNNNNOOOOOOOOOOOOOOOOOFFFINNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONNONNNONNNNNNNNNNNNNNOONNNGFKTGPTPPPFPPPPPPPPFTFPTPGKFFFFGFKKKGFFTNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCMNNNNNNNNNCCCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCQNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNCCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNSSSSSSSSSSSSSSSSFNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNFFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNPPFGFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFIFIFIPPPPFSSSSSIFFPPPPRFMNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNQQNNNNNNNNNNNNNNNNNNHNNNNNCHHHHHHJHHHHHHHHHHHHHHHHHHHJHHHHHHHHHHHJHHHHHJJJHHHHHHHHHNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNHHHHHNNNNNFTNNNNIIIIGNNNNNNNNINNNNNNNNNNTRTRFKKFFTRMNMNNNNNNNNQNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNMNNMNNNNNQQNNNNNMNNNNNMNMNNNQNQMNNNNNNNNNNNNNNNNNNNNTKFKTKKRKNNNCNMNNNNNNNMNNNNNNNMMCHNNCNNNCNNHNMNMNNNNPFFGFFKKPPPFFFFPFGFMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNCKKKRFFFFFKRMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMMNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPPGFCKFNNNNNNNNNNKKRKKKRKKFFMNMNNMMNMMNMNNMNNNNNMMMHMNNNNMHNMFFFCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNFFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNRKFKNNMNMNNMMNMMNNCNNNNNMMNNNNNNGGGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHHNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPPPFGPGPGPPPPPFPFFPPPPPPGGPGPFPFFFPPFPFGPPPFPPFFGGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNSPPPFGPNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNOHNNNNNNNNNNNNNNFPPPFPGPPGPPPPPPPPFFGFPPPPFFPGPFSSSSSSSFGFFFPFFFFGGFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONCNNONNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNCOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNONNNNRKMMMMMCCFSPKGPFTTKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNMNNNMNNNNNNNNNNNNNNNNNNNNMNNNOOOOFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFGTPFFFFPFFTNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNONNNNNNSHFFFPPGFFFFPNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNOONNNNNONNONNNNNNNNNNNNNNNNNNNNNNNNOONOONNNNNNNNNNNNNNNNNTGFFPPTTTFFFFFNNNOOONNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNOONNONOOOONNNNNNNNNNNNNNNNNN","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","deserialize_from_reader","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","serialize_to_writer","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","ExtendedPrivKey","ExtendedPubKey","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","chain_code","chain_code","child","child_number","child_number","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","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","network","network","new_master","next","normal_children","parent_fingerprint","parent_fingerprint","parent_fingerprint","parent_fingerprint","parent_fingerprint","parent_fingerprint","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","private_key","private_key","private_key","public_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"],[2761,"bdk_chain::bitcoin::address"],[3032,"bdk_chain::bitcoin::address::AddressData"],[3035,"bdk_chain::bitcoin::address::error"],[3057,"bdk_chain::bitcoin::amount"],[3118,"bdk_chain::bitcoin::amount::serde"],[3129,"bdk_chain::bitcoin::amount::serde::as_btc"],[3132,"bdk_chain::bitcoin::amount::serde::as_btc::opt"],[3134,"bdk_chain::bitcoin::amount::serde::as_sat"],[3137,"bdk_chain::bitcoin::amount::serde::as_sat::opt"],[3139,"bdk_chain::bitcoin::base58"],[3508,"bdk_chain::bitcoin::base58::error"],[3551,"bdk_chain::bitcoin::base64"],[3641,"bdk_chain::bitcoin::base64::alphabet"],[3685,"bdk_chain::bitcoin::base64::display"],[3697,"bdk_chain::bitcoin::base64::engine"],[3779,"bdk_chain::bitcoin::base64::engine::general_purpose"],[3787,"bdk_chain::bitcoin::base64::prelude"],[3802,"bdk_chain::bitcoin::base64::read"],[3815,"bdk_chain::bitcoin::base64::write"],[3847,"bdk_chain::bitcoin::bip152"],[4037,"bdk_chain::bitcoin::bip158"],[4151,"bdk_chain::bitcoin::bip32"],[4497,"bdk_chain::bitcoin::bip32::ChildNumber"],[4499,"bdk_chain::bitcoin::blockdata"],[4510,"bdk_chain::bitcoin::blockdata::block"],[4630,"bdk_chain::bitcoin::blockdata::constants"],[4696,"bdk_chain::bitcoin::blockdata::fee_rate"],[4697,"bdk_chain::bitcoin::blockdata::locktime"],[4699,"bdk_chain::bitcoin::blockdata::locktime::absolute"],[4885,"bdk_chain::bitcoin::blockdata::locktime::relative"],[5095,"bdk_chain::bitcoin::blockdata::opcodes"],[5146,"bdk_chain::bitcoin::blockdata::opcodes::all"],[5402,"bdk_chain::bitcoin::blockdata::script"],[5944,"bdk_chain::bitcoin::blockdata::script::witness_program"],[5969,"bdk_chain::bitcoin::blockdata::script::witness_version"],[6053,"bdk_chain::bitcoin::blockdata::transaction"],[6213,"bdk_chain::bitcoin::blockdata::weight"],[6215,"bdk_chain::bitcoin::blockdata::witness"],[6230,"bdk_chain::bitcoin::consensus"],[6319,"bdk_chain::bitcoin::consensus::encode"],[6412,"bdk_chain::bitcoin::consensus::encode::Error"],[6416,"bdk_chain::bitcoin::consensus::params"],[6434,"bdk_chain::bitcoin::consensus::serde"],[6469,"bdk_chain::bitcoin::consensus::serde::hex"],[6547,"bdk_chain::bitcoin::ecdsa"],[6634,"bdk_chain::bitcoin::error"],[6717,"bdk_chain::bitcoin::hash_types"],[6725,"bdk_chain::bitcoin::hashes"],[6766,"bdk_chain::bitcoin::hashes::cmp"],[6767,"bdk_chain::bitcoin::hashes::hash160"],[6812,"bdk_chain::bitcoin::hashes::hex"],[6976,"bdk_chain::bitcoin::hashes::hex::buf_encoder"],[6994,"bdk_chain::bitcoin::hashes::hex::display"],[7032,"bdk_chain::bitcoin::hashes::hex::error"],[7061,"bdk_chain::bitcoin::hashes::hex::parse"],[7070,"bdk_chain::bitcoin::hashes::hex::prelude"],[7081,"bdk_chain::bitcoin::hashes::hmac"],[7094,"bdk_chain::bitcoin::hashes::ripemd160"],[7165,"bdk_chain::bitcoin::hashes::serde"],[7252,"bdk_chain::bitcoin::hashes::serde::de"],[7436,"bdk_chain::bitcoin::hashes::serde::de::value"],[8731,"bdk_chain::bitcoin::hashes::serde::ser"],[8860,"bdk_chain::bitcoin::hashes::serde_macros"],[8861,"bdk_chain::bitcoin::hashes::serde_macros::serde_details"],[8866,"bdk_chain::bitcoin::hashes::sha1"],[8936,"bdk_chain::bitcoin::hashes::sha256"],[9050,"bdk_chain::bitcoin::hashes::sha256d"],[9103,"bdk_chain::bitcoin::hashes::sha256t"],[9150,"bdk_chain::bitcoin::hashes::sha384"],[9206,"bdk_chain::bitcoin::hashes::sha512"],[9276,"bdk_chain::bitcoin::hashes::sha512_256"],[9332,"bdk_chain::bitcoin::hashes::siphash24"],[9424,"bdk_chain::bitcoin::io"],[9570,"bdk_chain::bitcoin::key"],[9940,"bdk_chain::bitcoin::merkle_tree"],[9998,"bdk_chain::bitcoin::network"],[10045,"bdk_chain::bitcoin::network::as_core_arg"],[10047,"bdk_chain::bitcoin::p2p"],[10203,"bdk_chain::bitcoin::p2p::address"],[10258,"bdk_chain::bitcoin::p2p::message"],[10385,"bdk_chain::bitcoin::p2p::message::NetworkMessage"],[10387,"bdk_chain::bitcoin::p2p::message_blockdata"],[10463,"bdk_chain::bitcoin::p2p::message_blockdata::Inventory"],[10465,"bdk_chain::bitcoin::p2p::message_bloom"],[10529,"bdk_chain::bitcoin::p2p::message_compact_blocks"],[10622,"bdk_chain::bitcoin::p2p::message_filter"],[10754,"bdk_chain::bitcoin::p2p::message_network"],[10832,"bdk_chain::bitcoin::parse"],[10853,"bdk_chain::bitcoin::policy"],[10862,"bdk_chain::bitcoin::pow"],[10865,"bdk_chain::bitcoin::psbt"],[11243,"bdk_chain::bitcoin::psbt::Error"],[11248,"bdk_chain::bitcoin::psbt::ExtractTxError"],[11252,"bdk_chain::bitcoin::psbt::IndexOutOfBoundsError"],[11256,"bdk_chain::bitcoin::psbt::raw"],[11327,"bdk_chain::bitcoin::secp256k1"],[11681,"bdk_chain::bitcoin::secp256k1::constants"],[11697,"bdk_chain::bitcoin::secp256k1::ecdh"],[11728,"bdk_chain::bitcoin::secp256k1::ecdsa"],[11850,"bdk_chain::bitcoin::secp256k1::ecdsa::serialized_signature"],[11872,"bdk_chain::bitcoin::secp256k1::ellswift"],[11947,"bdk_chain::bitcoin::secp256k1::ffi"],[12193,"bdk_chain::bitcoin::secp256k1::ffi::recovery"],[12225,"bdk_chain::bitcoin::secp256k1::ffi::types"],[12255,"bdk_chain::bitcoin::secp256k1::hashes"],[12369,"bdk_chain::bitcoin::secp256k1::rand"],[12421,"bdk_chain::bitcoin::secp256k1::rand::distributions"],[12696,"bdk_chain::bitcoin::secp256k1::rand::distributions::uniform"],[12839,"bdk_chain::bitcoin::secp256k1::rand::distributions::weighted"],[12846,"bdk_chain::bitcoin::secp256k1::rand::distributions::weighted::alias_method"],[12858,"bdk_chain::bitcoin::secp256k1::rand::prelude"],[12902,"bdk_chain::bitcoin::secp256k1::rand::rngs"],[12965,"bdk_chain::bitcoin::secp256k1::rand::rngs::adapter"],[13013,"bdk_chain::bitcoin::secp256k1::rand::rngs::mock"],[13034,"bdk_chain::bitcoin::secp256k1::rand::seq"],[13066,"bdk_chain::bitcoin::secp256k1::rand::seq::index"],[13123,"bdk_chain::bitcoin::secp256k1::scalar"],[13143,"bdk_chain::bitcoin::secp256k1::schnorr"],[13174,"bdk_chain::bitcoin::sighash"],[13523,"bdk_chain::bitcoin::sign_message"],[13578,"bdk_chain::bitcoin::taproot"],[14217,"bdk_chain::bitcoin::taproot::merkle_branch"],[14243,"bdk_chain::bitcoin::taproot::serialized_signature"],[14298,"bdk_chain::indexed_tx_graph"],[14349,"bdk_chain::indexer"],[14358,"bdk_chain::indexer::keychain_txout"],[14462,"bdk_chain::indexer::keychain_txout::InsertDescriptorError"],[14466,"bdk_chain::indexer::spk_txout"],[14503,"bdk_chain::local_chain"],[14635,"bdk_chain::rusqlite_impl"],[14637,"bdk_chain::spk_client"],[14783,"bdk_chain::tx_graph"],[14968,"bdk_chain::balance"],[14969,"bdk_chain::descriptor_ext"],[14970,"bdk_chain::tx_data_traits"],[14971,"bdk_core::block_id"],[14972,"bitcoin_hashes::sha256"],[14973,"bdk_core::checkpoint"],[14974,"bdk_core::tx_update"],[14975,"core::clone"],[14976,"bdk_chain::chain_data"],[14977,"bdk_chain::spk_iter"],[14978,"core::cmp"],[14979,"rusqlite::types::value_ref"],[14980,"bitcoin::blockdata::transaction"],[14981,"rusqlite::types::from_sql"],[14982,"bitcoin::blockdata::script::owned"],[14983,"miniscript::descriptor::key"],[14984,"miniscript::descriptor"],[14985,"bitcoin_units::amount"],[14986,"bitcoin::network"],[14987,"bitcoin::blockdata::block"],[14988,"serde::de"],[14989,"core::option"],[14990,"core::borrow"],[14991,"core::result"],[14992,"core::iter::traits::collect"],[14993,"core::fmt"],[14994,"bitcoin_hashes"],[14995,"bdk_chain::chain_oracle"],[14996,"core::hash"],[14997,"core::slice::index"],[14998,"fallible_iterator"],[14999,"core::iter::traits::iterator"],[15000,"core::ops::function"],[15001,"core::ops::range"],[15002,"serde::ser"],[15003,"rusqlite::types::to_sql"],[15004,"rusqlite"],[15005,"alloc::string"],[15006,"core::any"],[15007,"bitcoin_units::weight"],[15008,"bitcoin::pow"],[15009,"secp256k1::key"],[15010,"secp256k1"],[15011,"secp256k1::scalar"],[15012,"secp256k1::context"],[15013,"bitcoin::address"],[15014,"bitcoin::bip158"],[15015,"bitcoin::bip32"],[15016,"bitcoin::blockdata::script"],[15017,"bitcoin::crypto::key"],[15018,"bitcoin::crypto::sighash"],[15019,"bitcoin::taproot"],[15020,"bitcoin::blockdata::script::borrowed"],[15021,"secp256k1_sys"],[15022,"bitcoin_hashes::sha256d"],[15023,"bitcoin_hashes::hash160"],[15024,"bitcoin_hashes::sha256t"],[15025,"bitcoin::blockdata::script::push_bytes::primitive"],[15026,"bitcoin::consensus::params"],[15027,"bitcoin::blockdata::script::builder"],[15028,"bitcoin::blockdata::constants"],[15029,"bitcoin::blockdata::locktime::absolute"],[15030,"bitcoin::blockdata::locktime::relative"],[15031,"bitcoin_units::fee_rate"],[15032,"bitcoin::blockdata::opcodes"],[15033,"bitcoin::blockdata::witness"],[15034,"bitcoin::blockdata::script::witness_program"],[15035,"bitcoin::blockdata::script::witness_version"],[15036,"bitcoin::consensus::encode"],[15037,"bitcoin::merkle_tree::block"],[15038,"bitcoin::psbt"],[15039,"bitcoin::psbt::error"],[15040,"bitcoin_io"],[15041,"core::marker"],[15042,"bitcoin_io::error"],[15043,"bitcoin_units::amount::serde::private"],[15044,"core::convert"],[15045,"bitcoin::blockdata::script::instruction"],[15046,"miniscript::psbt"],[15047,"alloc::vec"],[15048,"alloc::borrow"],[15049,"miniscript::primitives::relative_locktime"],[15050,"hex_conservative::error"],[15051,"bitcoin::error"],[15052,"bitcoin::p2p"],[15053,"bitcoin::address::error"],[15054,"bitcoin_units::locktime::relative"],[15055,"miniscript::miniscript::decode"],[15056,"alloc::boxed"],[15057,"bitcoin_units::locktime::absolute"],[15058,"bitcoin::crypto::taproot"],[15059,"bitcoin::crypto::ecdsa"],[15060,"alloc::collections::btree::map"],[15061,"bech32::primitives::gf32"],[15062,"miniscript::miniscript::hash256"],[15063,"bitcoin_hashes::ripemd160"],[15064,"secp256k1::schnorr"],[15065,"bech32::segwit"],[15066,"base58ck::error"],[15067,"bitcoin_units::amount::serde"],[15068,"core::alloc"],[15069,"std::path"],[15070,"std::ffi::os_str"],[15071,"bitcoin::p2p::address"],[15072,"bitcoin::bip152"],[15073,"bitcoin::p2p::message_blockdata"],[15074,"alloc::vec::drain"],[15075,"serde_json::value"],[15076,"alloc::vec::extract_if"],[15077,"std::io::error"],[15078,"alloc::collections::binary_heap"],[15079,"alloc::collections::vec_deque"],[15080,"alloc::ffi::c_str"],[15081,"bitcoin::taproot::merkle_branch"],[15082,"miniscript::plan"],[15083,"serde::de::value"],[15084,"core::str::pattern"],[15085,"core::mem::maybe_uninit"],[15086,"alloc::vec::splice"],[15087,"core::net::socket_addr"],[15088,"alloc::vec::into_iter"],[15089,"rusqlite::error"],[15090,"alloc::collections"],[15091,"std::io"],[15092,"base64::encode"],[15093,"base64::decode"],[15094,"base64::engine"],[15095,"base64::alphabet"],[15096,"base64::display"],[15097,"base64::engine::general_purpose"],[15098,"base64::read::decoder"],[15099,"base64::write::encoder_string_writer"],[15100,"base64::write::encoder"],[15101,"miniscript::primitives::absolute_locktime"],[15102,"bitcoin::blockdata::script::push_bytes::error"],[15103,"bitcoin::blockdata::script::push_bytes"],[15104,"bitcoin_units::parse"],[15105,"bitcoin::consensus"],[15106,"bitcoin::consensus::serde"],[15107,"bitcoin::consensus::serde::hex"],[15108,"core::slice::iter"],[15109,"secp256k1::ecdsa"],[15110,"hex_conservative::parse"],[15111,"hex_conservative::display"],[15112,"hex_conservative"],[15113,"hex_conservative::iter"],[15114,"core::iter::traits::exact_size"],[15115,"core::iter::traits::double_ended"],[15116,"core::iter::traits::marker"],[15117,"hex_conservative::buf_encoder"],[15118,"serde::de::ignored_any"],[15119,"core::error"],[15120,"serde::ser::impossible"],[15121,"bitcoin_hashes::serde_macros::serde_details"],[15122,"bitcoin_hashes::sha1"],[15123,"bitcoin_hashes::sha384"],[15124,"bitcoin_hashes::sha512"],[15125,"bitcoin_hashes::sha512_256"],[15126,"bitcoin_hashes::siphash24"],[15127,"core::ptr::non_null"],[15128,"secp256k1::context::alloc_only"],[15129,"secp256k1::secret"],[15130,"core::mem::manually_drop"],[15131,"rand::rng"],[15132,"secp256k1_sys::types"],[15133,"secp256k1::ecdsa::recovery"],[15134,"rand_core"],[15135,"bitcoin::p2p::message"],[15136,"bitcoin::p2p::message_bloom"],[15137,"bitcoin::p2p::message_compact_blocks"],[15138,"bitcoin::p2p::message_filter"],[15139,"bitcoin::p2p::message_network"],[15140,"core::num::error"],[15141,"bitcoin::psbt::map::output"],[15142,"bitcoin::psbt::map::input"],[15143,"bitcoin::psbt::display_from_str"],[15144,"bitcoin::psbt::raw"],[15145,"secp256k1::ellswift"],[15146,"secp256k1::ecdh"],[15147,"secp256k1_sys::recovery"],[15148,"secp256k1::ecdsa::serialized_signature"],[15149,"secp256k1::ecdsa::serialized_signature::into_iter"],[15150,"core::ffi"],[15151,"bitcoin_hashes::hmac"],[15152,"core::str::traits"],[15153,"rand_core::error"],[15154,"core::num::nonzero"],[15155,"getrandom::error"],[15156,"core::default"],[15157,"rand::distributions::uniform"],[15158,"rand::distributions::distribution"],[15159,"rand::rngs::thread"],[15160,"rand::distributions::other"],[15161,"rand::distributions"],[15162,"rand::distributions::bernoulli"],[15163,"rand::distributions::float"],[15164,"rand::distributions::slice"],[15165,"rand::distributions::weighted_index"],[15166,"core::ops::arith"],[15167,"core::num::wrapping"],[15168,"core::time"],[15169,"rand::distributions::weighted::alias_method"],[15170,"rand::seq"],[15171,"rand_core::os"],[15172,"rand::rngs::std"],[15173,"rand::rngs::adapter::reseeding"],[15174,"rand_core::block"],[15175,"rand::rngs::adapter::read"],[15176,"rand::rngs::mock"],[15177,"core::ops::index"],[15178,"rand::seq::index"],[15179,"bitcoin::sign_message::message_signing"],[15180,"alloc::collections::btree::set"],[15181,"bitcoin::taproot::serialized_signature"],[15182,"bitcoin::taproot::serialized_signature::into_iter"],[15183,"alloc::sync"],[15184,"rusqlite::transaction"],[15185,"bdk_core"],[15186,"bdk_core::spk_client"],[15187,"std::collections::hash::set"],[15188,"bitcoin"],[15189,"bitcoin::crypto"],[15190,"bitcoin_units::amount::serde::as_btc"],[15191,"bitcoin_units::amount::serde::as_btc::opt"],[15192,"bitcoin_units::amount::serde::as_sat"],[15193,"bitcoin_units::amount::serde::as_sat::opt"],[15194,"base58ck"],[15195,"base64"],[15196,"bitcoin::blockdata"],[15197,"bitcoin::blockdata::locktime"],[15198,"bitcoin::blockdata::opcodes::all"],[15199,"bitcoin_hashes::cmp"],[15200,"serde_derive"],[15201,"serde"],[15202,"bitcoin_hashes::serde_macros"],[15203,"bitcoin::merkle_tree"],[15204,"bitcoin::network::as_core_arg"],[15205,"bitcoin::policy"],[15206,"secp256k1::constants"],[15207,"rand"],[15208,"rand::distributions::weighted"],[15209,"rand::rngs"],[15210,"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,30,79,129,80,126,148,148,148,148,148,80,30,79,23,30,79,129,80,80,147,135,0,134,134,134,139,134,0,0,144,145,144,145,30,79,30,79,0,0,89,89,89,89,89,134,0,0,0,0,135,31,134,30,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,30,79,129,80,126,148,79,30,79,80,81,30,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,27,27,107,82,82,27,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,27,27,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,27,88,88,88,105,120,23,0,0,0,53,53,0,134,30,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,26,26,98,98,138,120,126,139,23,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,30,79,129,82,80,89,135,88,90,91,92,32,93,94,95,53,130,107,27,27,136,137,96,97,26,98,138,120,126,139,23,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,27,107,31,126,53,126,126,53,79,30,79,80,30,79,129,80,30,79,129,80,129,30,79,30,79,80,130,133,134,30,79,129,82,80,89,135,88,90,91,92,32,93,94,95,53,130,27,136,137,96,97,26,98,138,120,126,139,23,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,30,79,129,82,80,89,135,88,90,91,92,32,93,94,95,53,130,27,136,137,96,97,26,98,138,120,126,139,23,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,30,79,129,82,80,89,135,88,90,91,92,32,93,94,95,107,27,136,137,96,97,26,98,138,120,126,139,23,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,23,23,53,23,0,30,90,91,32,93,94,53,26,98,138,126,139,133,140,146,149,104,53,27,120,139,23,30,90,91,32,93,94,53,107,27,26,98,138,120,126,139,23,133,140,146,149,104,107,107,82,30,79,27,138,120,126,133,111,149,113,114,115,27,27,30,79,30,79,30,129,82,80,88,90,91,92,32,93,94,95,53,107,27,96,97,26,98,138,120,126,139,23,133,141,99,100,142,143,101,102,103,144,145,31,81,148,149,150,150,104,105,106,150,148,148,30,79,30,79,30,30,79,80,80,30,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,30,79,129,82,80,89,135,88,90,91,92,32,93,94,95,53,130,107,107,27,27,136,137,96,97,26,98,138,120,126,139,23,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,30,30,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,26,26,98,98,138,138,120,120,126,126,139,139,23,23,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,27,150,146,150,150,150,150,150,129,129,90,150,150,150,150,150,150,150,150,107,134,134,30,30,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,26,26,26,26,98,98,98,98,138,138,120,126,126,126,126,139,23,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,30,79,143,134,30,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,26,26,26,26,98,98,98,98,138,120,126,126,126,139,23,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,30,79,90,91,92,32,93,94,95,96,97,26,98,99,100,101,102,103,104,105,106,107,27,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,30,79,146,126,27,126,81,148,149,30,27,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,30,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,30,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,30,79,30,79,126,81,148,149,150,80,80,80,143,80,88,80,80,143,134,30,79,129,82,80,89,135,88,90,91,92,32,93,94,95,107,27,136,137,96,97,26,98,138,120,126,139,23,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,23,150,107,107,107,107,134,30,79,129,82,80,89,135,88,90,91,92,32,93,94,95,53,130,27,136,137,96,97,26,98,138,120,126,139,23,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,27,27,133,107,23,23,107,133,23,126,126,23,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,23,81,31,88,148,148,148,0,148,148,107,139,107,139,30,79,129,80,80,30,79,80,79,0,143,107,27,136,138,133,141,143,27,27,27,27,27,27,27,27,141,143,27,133,23,138,23,150,0,107,88,88,88,88,88,88,136,133,88,136,88,136,133,107,27,141,142,88,136,31,0,30,79,129,82,80,89,135,88,90,91,92,32,93,94,95,107,107,27,27,136,137,96,97,26,98,138,120,126,139,23,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,27,27,27,27,141,142,30,79,30,79,88,27,27,80,27,88,107,88,139,23,120,133,120,120,30,79,30,79,30,79,30,79,30,129,82,82,80,88,90,91,92,32,93,94,95,53,130,107,27,96,97,26,98,138,120,126,139,23,133,141,99,100,142,143,101,102,103,144,145,31,81,148,149,150,150,104,105,106,150,150,0,150,150,150,0,79,139,133,140,150,30,79,80,81,30,79,80,30,79,80,80,82,0,133,107,88,107,81,148,30,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,30,79,82,141,82,141,107,80,81,148,137,134,30,79,129,82,80,89,135,88,90,91,92,32,93,94,95,53,130,107,27,136,137,96,97,26,98,138,120,126,139,23,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,30,79,129,129,129,106,82,141,30,141,134,30,79,129,82,80,89,88,90,91,92,32,93,94,95,130,107,27,137,96,97,26,98,138,126,141,99,100,142,143,101,102,103,144,145,31,81,148,150,104,105,106,30,79,30,79,81,145,130,79,80,80,133,143,148,80,82,23,53,120,23,134,30,30,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,26,98,138,120,126,126,126,126,139,23,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,30,79,129,82,80,89,135,88,90,91,92,32,93,94,95,53,130,27,136,137,96,97,26,98,138,120,126,139,23,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,23,23,53,23,138,146,134,30,79,129,82,80,89,135,88,90,91,92,32,93,94,95,53,130,107,27,136,137,96,97,26,98,138,120,126,139,23,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,30,79,30,79,30,79,150,79,150,150,150,139,82,141,142,136,23,150,138,23,134,30,79,129,82,80,89,135,88,90,91,92,32,93,94,95,53,130,27,136,137,96,97,26,98,138,120,126,139,23,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,23,27,120,88,53,107,141,142,141,142,107,23,150,0,0,0,195,195,215,0,119,195,0,195,0,0,195,0,135,0,0,0,195,0,89,228,89,228,0,89,89,89,0,135,228,135,0,195,0,188,188,195,188,195,188,215,240,195,241,242,243,244,245,246,118,228,188,215,240,195,241,242,243,244,245,246,118,228,188,215,240,195,241,242,243,244,245,246,118,228,188,215,240,195,241,242,243,244,245,246,118,228,246,118,228,188,215,240,195,241,242,243,244,245,246,118,228,188,188,215,215,240,240,195,195,241,241,242,242,243,243,244,244,245,245,246,246,118,118,228,228,0,188,188,215,215,240,240,195,195,241,241,242,242,243,243,244,244,245,245,246,118,228,188,188,188,188,215,215,240,195,195,195,195,195,195,195,195,195,195,195,241,242,243,244,245,246,118,228,246,118,228,188,215,240,195,241,242,243,244,245,246,118,228,243,245,244,246,118,228,188,215,240,195,241,188,215,240,195,241,242,243,244,245,246,118,228,188,215,240,195,241,242,243,244,245,188,215,240,195,241,242,243,244,245,246,118,228,188,215,240,195,241,242,243,244,245,246,118,228,188,215,240,195,241,242,243,244,245,246,118,228,188,215,240,195,241,242,243,244,245,246,118,228,710,711,712,195,195,215,0,195,0,195,0,195,0,195,0,0,0,0,195,0,188,188,195,188,195,0,134,134,134,0,0,0,179,179,134,134,134,179,134,179,0,134,134,0,179,179,162,179,162,252,179,162,179,162,179,179,179,179,179,162,162,179,179,179,179,179,179,179,162,179,162,0,162,179,179,162,179,162,179,162,179,162,179,162,179,162,0,0,0,0,257,257,257,258,257,258,258,0,0,0,0,0,0,0,0,0,0,250,0,250,0,0,250,0,76,76,166,166,76,166,166,166,76,166,166,76,76,166,166,166,76,76,76,76,166,76,250,262,166,166,76,76,250,262,166,166,76,76,166,76,166,76,250,262,166,76,166,76,250,262,166,76,166,76,166,76,76,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,76,76,0,0,166,166,166,166,76,166,76,166,76,166,76,166,76,166,166,166,166,166,166,166,166,166,166,166,0,0,0,250,262,166,166,166,166,166,166,76,76,76,76,76,250,250,262,262,166,166,76,76,0,166,166,76,76,76,76,76,76,166,166,76,166,166,76,76,76,76,76,166,166,76,76,166,166,166,250,250,262,262,166,76,76,250,250,250,250,250,262,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,166,76,76,76,76,76,76,76,166,166,76,76,76,76,76,76,166,76,166,76,76,76,76,76,76,76,76,76,76,166,76,166,166,76,166,76,166,76,76,250,262,166,76,166,166,76,76,166,76,166,76,166,166,166,166,166,76,166,76,262,76,166,166,76,76,76,166,166,76,166,76,166,166,166,166,166,166,166,76,76,76,166,76,166,166,76,166,76,166,166,76,76,166,166,76,76,76,166,76,166,76,166,166,166,76,166,166,76,166,166,76,166,76,250,166,166,166,166,76,76,76,166,250,262,166,76,76,166,76,250,262,76,166,76,250,262,166,76,250,262,166,76,166,76,166,76,166,76,166,250,262,166,76,250,262,166,76,166,76,166,166,166,166,76,76,166,250,0,250,0,0,250,0,281,280,281,280,281,280,281,280,281,280,281,281,280,280,281,281,280,280,281,280,281,281,280,280,281,280,281,280,281,280,281,280,281,280,281,280,310,0,307,310,0,0,0,306,306,306,306,305,307,0,305,306,307,305,306,307,305,306,307,305,306,307,310,0,310,0,0,0,310,310,310,0,0,0,310,0,0,0,310,310,0,0,305,306,307,305,305,306,306,307,307,305,305,306,306,307,307,305,306,307,307,305,306,307,0,0,307,305,306,307,305,306,307,305,306,307,305,306,307,305,306,307,305,306,307,0,0,0,0,0,314,0,314,0,314,0,0,314,313,313,314,313,314,313,313,313,314,313,313,314,314,313,314,314,313,314,313,314,313,313,314,313,313,314,313,314,313,314,313,314,0,315,315,315,315,315,315,315,315,315,315,315,0,310,0,310,0,0,0,0,0,318,318,318,316,317,318,319,316,317,318,319,316,317,318,316,317,318,310,316,310,310,310,310,312,317,310,311,317,310,310,318,319,318,318,319,319,316,317,318,319,316,317,318,319,0,316,317,318,319,316,317,316,317,318,316,317,318,319,316,317,318,319,316,317,318,319,316,317,318,319,317,317,317,0,0,0,0,0,0,0,0,0,0,0,0,310,310,0,310,310,310,310,310,310,310,310,0,320,320,320,320,320,320,320,320,320,320,320,320,0,0,0,323,325,323,325,322,323,323,323,325,323,323,325,325,323,325,323,325,323,325,323,325,323,325,323,325,323,325,323,325,0,0,0,0,326,0,0,0,326,266,266,266,266,266,267,266,266,328,330,326,267,266,266,266,327,328,329,330,326,267,266,266,266,327,328,329,330,266,326,267,266,327,328,329,330,326,267,266,327,328,329,330,267,266,327,328,330,267,266,327,328,330,327,330,267,266,327,328,330,266,266,326,267,266,327,328,329,330,326,326,267,267,266,266,327,327,328,328,329,329,330,330,326,326,267,266,266,266,266,327,328,329,329,330,326,326,267,266,266,266,327,328,329,330,327,266,330,266,267,266,327,328,330,327,267,266,328,326,267,266,327,328,329,330,266,266,327,267,266,327,328,330,327,266,327,326,329,266,326,267,266,327,328,329,330,326,266,329,330,326,267,266,266,327,328,329,330,326,267,266,327,328,329,330,267,326,267,266,327,328,329,330,326,267,266,327,328,329,330,266,0,0,0,0,0,0,0,0,0,0,334,334,332,333,332,332,332,337,338,333,339,336,334,335,332,337,338,333,339,336,334,335,335,335,335,335,335,335,335,332,333,336,334,334,335,332,337,338,333,339,336,334,334,334,335,332,337,338,333,339,336,334,335,337,338,335,337,338,335,332,337,338,333,339,336,335,335,339,334,335,334,332,337,338,333,339,336,334,335,332,337,338,333,339,336,334,335,332,337,338,333,339,336,334,335,332,337,338,333,339,336,334,335,336,292,292,0,0,0,0,0,0,0,0,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,715,716,343,171,287,713,714,715,716,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,715,716,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,715,716,343,171,343,342,287,713,714,715,716,343,171,340,341,171,288,287,715,716,343,713,714,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,717,718,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,248,363,364,248,363,364,248,363,364,248,363,364,248,363,363,364,364,248,248,363,363,364,364,248,248,363,363,363,363,364,364,364,248,363,364,248,248,363,364,363,364,248,363,364,248,363,364,248,363,364,248,363,364,248,363,364,248,366,0,0,0,368,0,0,369,369,369,369,369,0,0,368,366,0,0,0,0,366,0,366,366,0,366,234,235,367,368,369,366,234,235,367,368,369,366,234,235,367,368,369,366,234,235,367,368,369,368,368,368,368,0,366,234,235,367,368,366,366,234,234,235,235,367,367,368,368,366,366,234,234,235,235,367,367,368,368,369,366,366,234,234,235,235,367,368,369,369,369,369,368,367,23,366,234,235,367,368,369,368,367,23,369,368,23,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,23,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,719,719,720,720,0,0,0,0,0,117,117,117,117,117,117,117,117,117,117,117,117,117,0,0,721,721,0,722,0,721,0,0,379,723,379,723,379,723,381,381,379,723,721,379,0,379,723,374,723,379,723,379,723,379,723,379,723,0,0,0,0,0,0,0,724,725,384,385,382,383,724,725,384,385,382,383,382,383,382,383,384,382,383,382,382,383,383,384,382,383,724,725,384,384,385,382,383,724,725,384,385,382,383,382,383,385,385,385,382,383,385,724,725,384,385,382,383,724,725,384,385,382,383,724,725,384,385,382,383,724,725,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,726,726,726,726,726,726,726,726,726,726,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,727,0,0,492,492,492,492,492,727,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,265,185,185,185,185,523,523,523,523,265,523,185,185,185,524,525,265,523,185,185,185,524,525,265,523,185,524,525,265,523,185,524,525,523,185,265,523,185,265,523,185,523,265,523,185,524,525,265,265,523,523,185,185,524,524,525,525,265,523,523,523,523,185,185,185,185,524,524,525,525,265,523,523,185,185,524,525,185,185,185,523,265,523,185,265,523,185,524,525,0,0,0,0,0,0,265,523,185,265,523,265,265,524,525,185,265,523,185,524,525,265,523,185,524,525,523,265,523,185,524,525,265,523,185,524,525,265,523,185,524,525,265,523,185,524,525,0,0,0,526,526,526,526,526,526,526,264,265,526,264,526,264,526,264,526,264,526,264,526,264,526,264,526,526,264,264,526,264,526,264,526,264,526,264,265,264,265,264,264,264,526,264,264,526,264,526,264,526,264,526,264,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,728,728,268,268,268,0,0,0,268,268,268,268,268,268,531,532,268,531,532,268,531,532,268,531,532,268,268,531,532,531,532,268,531,532,268,531,532,268,268,531,531,532,532,268,531,532,268,531,532,268,268,531,532,531,532,268,531,532,268,531,532,268,531,532,268,531,532,268,531,532,268,531,532,531,532,268,531,532,729,729,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,730,730,731,731,731,732,733,732,734,735,736,735,736,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,737,738,739,740,0,0,0,0,0,0,0,0,0,737,738,739,740,578,0,578,565,571,108,496,579,578,565,571,108,496,579,565,571,108,496,579,582,502,565,571,108,496,579,582,502,565,571,108,496,579,502,565,571,108,496,579,502,565,571,108,496,579,565,571,108,496,579,565,571,108,496,579,0,565,571,108,496,579,565,571,108,496,579,565,565,571,571,108,108,496,496,579,579,502,565,571,108,496,579,582,502,565,571,108,496,579,579,565,571,108,496,565,571,108,496,579,0,0,565,571,108,496,579,582,502,565,571,108,496,579,582,565,571,108,496,496,0,565,571,108,496,579,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,579,502,565,571,108,496,579,582,502,565,571,108,496,579,582,502,565,571,108,496,579,582,502,565,571,108,496,579,0,565,571,108,496,582,502,565,571,108,496,579,0,570,570,570,570,570,570,570,570,570,570,570,570,570,570,570,570,570,570,570,570,570,0,0,0,0,0,570,570,570,570,570,0,515,515,580,515,580,0,0,0,0,0,515,515,515,580,515,580,515,580,0,515,515,580,515,580,515,580,515,580,515,395,394,394,394,0,0,0,0,0,394,395,394,583,394,583,584,57,583,583,584,57,583,0,584,57,583,584,57,583,583,584,583,584,584,584,584,584,584,584,584,584,584,394,57,583,57,57,583,583,57,584,584,57,57,583,583,583,584,57,583,394,583,394,583,584,394,583,583,394,583,394,0,0,583,583,583,583,583,395,584,584,57,583,57,395,584,395,584,584,583,0,583,0,394,583,584,57,583,57,583,584,57,583,584,57,583,584,57,583,584,57,583,584,584,586,0,0,0,586,0,0,592,0,586,586,586,0,514,589,586,586,586,586,586,592,592,592,514,514,514,514,586,586,586,589,589,0,0,586,589,0,514,514,592,0,586,586,0,586,588,514,589,586,586,586,586,609,0,0,0,0,0,0,0,604,609,609,0,0,0,0,609,0,0,0,600,601,602,603,604,598,611,605,606,601,607,608,609,610,602,603,604,598,611,605,606,601,607,608,609,610,602,598,598,603,604,605,606,601,607,608,609,610,602,603,604,605,606,601,607,608,609,610,602,603,604,608,609,610,604,604,609,609,603,604,604,598,611,605,606,601,607,608,609,609,610,602,603,604,598,611,605,606,601,607,608,609,610,610,610,602,603,603,604,598,611,605,606,601,607,608,609,610,602,598,598,597,603,607,608,610,610,598,597,603,611,605,605,606,606,601,607,608,610,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,602,597,600,598,603,604,605,606,601,607,608,609,610,602,604,609,598,603,604,598,611,605,606,601,607,608,609,610,602,603,604,598,611,605,606,601,607,608,609,610,602,603,604,598,611,605,606,601,607,608,609,610,602,0,608,603,604,598,611,605,606,601,607,608,609,610,602,0,0,0,0,595,0,0,0,0,0,0,622,614,617,618,619,620,617,618,619,620,617,618,619,620,617,618,619,620,617,619,617,618,619,620,617,618,619,620,617,618,619,620,596,622,617,617,617,617,617,617,617,617,617,617,617,617,618,619,619,620,622,617,617,617,617,617,617,617,617,617,617,617,617,618,619,619,620,622,617,617,617,617,617,617,617,617,617,617,617,617,618,619,619,620,596,622,617,617,617,617,617,617,617,617,617,617,617,617,619,619,622,617,617,617,617,617,617,617,617,617,617,617,617,617,618,619,620,617,618,619,620,617,618,619,620,617,618,619,620,617,618,619,620,609,609,609,609,0,0,0,0,0,624,624,624,624,624,624,624,624,624,624,0,0,626,0,0,0,592,0,0,0,0,626,627,626,627,627,626,626,627,626,626,514,589,592,592,592,514,514,514,514,597,589,589,626,0,597,514,597,514,592,626,0,514,589,0,0,0,0,629,630,599,629,630,599,629,630,599,629,630,599,629,630,599,629,599,630,630,630,629,630,599,629,630,599,629,630,599,630,630,629,630,599,0,629,630,599,629,630,599,629,630,599,629,630,599,629,630,599,629,630,599,629,630,599,629,630,599,0,0,0,631,633,634,631,633,634,631,631,631,633,631,633,634,634,631,633,634,631,633,634,631,633,631,633,631,633,631,631,634,631,634,633,631,633,634,631,633,634,631,633,634,631,633,634,631,0,635,635,635,635,635,635,635,635,635,635,635,635,635,635,635,635,635,635,635,635,626,0,0,0,628,628,626,627,626,627,627,626,626,627,626,626,628,628,0,628,628,628,628,628,626,626,628,628,628,628,628,628,0,0,0,637,639,638,637,639,638,637,638,637,638,637,637,639,638,637,637,637,639,638,637,637,639,638,639,638,637,639,638,637,637,637,637,639,638,0,0,639,638,637,638,639,638,637,639,638,637,639,638,637,639,638,637,639,638,0,0,567,567,567,567,567,567,567,567,567,567,567,567,567,567,567,567,567,567,0,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,641,144,145,144,145,0,0,144,0,647,0,647,558,644,644,558,0,648,0,0,144,145,144,145,559,641,0,0,558,0,558,0,558,0,0,0,559,648,0,649,0,0,144,145,558,0,144,145,0,0,0,0,649,640,649,221,641,175,642,643,644,180,194,645,640,558,559,646,647,648,649,221,641,175,642,643,644,180,194,645,640,558,559,646,647,648,641,175,642,643,644,180,194,645,640,558,559,646,647,641,175,642,643,644,180,194,645,640,558,559,646,647,641,175,640,641,175,642,643,644,180,194,645,640,558,559,646,647,641,641,175,175,642,642,643,643,644,644,180,180,194,194,645,645,640,640,558,558,559,559,646,646,647,647,221,641,175,642,642,643,643,644,644,180,180,194,194,645,645,640,558,558,559,559,646,646,647,647,648,648,649,221,641,175,642,643,644,644,180,194,645,640,558,558,558,558,558,558,559,559,559,646,647,647,648,648,648,641,175,640,646,649,221,641,175,642,643,644,180,194,645,640,558,559,646,647,648,221,649,175,221,221,649,221,175,640,646,221,221,641,175,221,642,643,644,180,194,645,558,559,646,647,648,221,221,221,221,641,175,642,643,644,180,194,645,640,558,559,646,647,642,643,644,180,194,645,558,559,646,647,648,221,649,221,641,175,642,643,644,180,194,645,640,558,559,646,647,648,649,221,641,175,642,643,644,180,194,645,640,558,559,646,647,648,649,221,641,175,642,643,644,180,194,645,640,558,559,646,647,648,645,649,221,641,175,642,643,644,180,194,645,640,558,559,646,647,648,175,221,0,651,651,651,0,0,651,651,652,651,652,651,652,651,652,652,651,652,651,651,652,652,651,651,652,652,651,651,651,652,652,652,652,651,652,652,652,652,652,652,0,651,652,651,652,651,652,651,652,651,652,651,652,651,652,0,654,663,189,0,655,0,657,658,0,663,654,663,663,654,663,656,663,0,0,0,0,654,657,654,655,0,0,656,0,656,0,0,0,0,0,0,0,0,0,0,0,0,0,189,0,0,0,0,0,0,0,0,653,653,653,655,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,741,741,742,742,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}}}{}{}}0000000000200{{{h{Ahc}}}{{h{Ahe}}}{}{}}000000000000`8{{{h{l}}}l}{{{h{Af}}}Af}{{{h{{Aj{c}}}}}{{Aj{c}}}Al}{{{h{b}}}b}{{{h{{An{c}}}}}{{An{c}}}Al}{{{h{B`}}}B`}{{{h{{Bb{c}}}}}{{Bb{c}}}Al}{{{h{d}}}d}{{{h{{Bd{c}}}}}{{Bd{c}}}Al}{{{h{c}}{h{Ahe}}}Bf{}{}}000000000{{{An{{h{c}}}}}{{An{c}}}Al}{{{h{j}}{h{j}}}Bh}{{{h{l}}{h{l}}}Bh}{{{h{{An{c}}}}{h{{An{c}}}}}BhBj}{{{h{B`}}{h{B`}}}Bh}{{{h{{Bb{c}}}}{h{{Bb{c}}}}}BhBj}{{{h{d}}{h{d}}}Bh}{Bl{{Cb{{C`{Bn}}}}}}{Bl{{Cb{{C`{d}}}}}}{Bl{{Cb{{C`{Cd}}}}}}{Bl{{Cb{{C`{Cf}}}}}}{Bl{{Cb{{C`{{Cj{Ch}}}}}}}}{Bl{{Cb{{C`{Cl}}}}}}{Bl{{Cb{{C`{Cn}}}}}}{Bl{{Cb{{C`{D`}}}}}}{Bl{{Cb{{Db{c}}}}}{fDd}}{{{h{l}}}Df}{{{h{f}}}Df}0{{{h{{An{c}}}}}{{Dh{Df}}}f}``{{}j}{{}l}{{}{{Aj{c}}}{}}{{}b}{{{h{{C`{c}}}}}{{h{e}}}{}{}}{{{h{{Db{c}}}}}{{h{e}}}{}{}}{{{h{{Bd{c}}}}}{{h{c}}}{{Dj{{Cj{Ch}}}}}}{{{h{Dl}}}d}{c{{Dn{j}}}E`}{c{{Dn{l}}}E`}{c{{Dn{b}}}E`}{c{{Dn{B`}}}E`}{c{{Dn{d}}}E`}{{{h{Dl}}}Eb}{{}c{}}{{{h{j}}{h{j}}}Ed}{{{h{l}}{h{l}}}Ed}{{{h{Af}}{h{Af}}}Ed}{{{h{b}}{h{b}}}Ed}{{{h{{An{c}}}}{h{{An{c}}}}}EdEf}{{{h{B`}}{h{B`}}}Ed}{{{h{{Bb{c}}}}{h{{Bb{c}}}}}EdEf}{{{h{d}}{h{d}}}Ed}5{{{h{c}}{h{e}}}Ed{}{}}0000000000000{{Afc}{{Dn{AfAf}}}{{Ej{}{{Eh{j}}}}}}{{{h{Ah{Aj{c}}}}{Aj{c}}}BfBj}{{{h{j}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{l}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{Af}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{{Aj{c}}}}{h{AhEl}}}{{Dn{BfEn}}}F`}{{{h{b}}{h{AhEl}}}Fb}0{{{h{{An{c}}}}{h{AhEl}}}FbF`}{{{h{B`}}{h{AhEl}}}Fb}{{{h{{Bb{c}}}}{h{AhEl}}}FbF`}{{{h{d}}{h{AhEl}}}Fb}000{cc{}}{{{Fd{{h{Df}}{h{D`}}}}}j}{{{Fd{DfD`}}}j}222{{{Ff{c}}}{{Aj{c}}}{}}3{c{{C`{c}}}{}}4{Fhc{}}50{c{{Db{c}}}{}}666{{{An{l}}}B`}7{nd}88{c{{Dn{Af{Dh{Af}}}}}{{Ej{}{{Eh{j}}}}}}{{{h{Fj}}jFl}Fn}{{{h{Fj}}jFl}j}{{{h{Fj}}jFl}l}{cd{}}0{{{h{G`}}Df}Af}6{{{h{{Ad{A`}}}}}{{Dn{dGb}}}}0{{{h{Gd}}}{{Dn{dc}}}{}}{{{h{Af}}Df}{{Dh{Af}}}}{{{h{{Gh{}{{Gf{c}}}}}}}{{Dn{jc}}}F`}{{{h{j}}{h{Ahc}}}BfGj}{{{h{l}}{h{Ahc}}}BfGj}{{{h{Af}}}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{{Ad{A`}}}}}{}}``{{Afj}Af}{ce{}{}}000000000000{c{{H`{g}}}{}{}{{Hb{}{{Eh{e}}}}}}0{{{C`{c}}}c{}}{{{Db{c}}}c{}}3{Af}4{{{h{{Gh{}{{Gf{c}}}}}}jj}{{Dn{{Dh{Ed}}c}}}F`}{{{h{{An{c}}}}}Ed{}}{{{h{B`}}}Ed}{{{h{{Bb{c}}}}Df}Edf}{{{h{Hd}}}Ed}1`{{{h{Af}}}Hf}``{{{Aj{c}}g}{{Aj{e}}}BjBj{{Hj{c}{{Hh{e}}}}}}{{{h{AhHd}}Hd}Bf}`{jAf}{c{{Bd{c}}}{{Dj{{Cj{Ch}}}}}}{{ce}{{Bd{c}}}{{Dj{{Cj{Ch}}}}}{{Hl{Df}}}}{{{h{AhHf}}}Dh}{{{h{Ah{Bd{c}}}}}{{Dh{e}}}{{Dj{{Cj{Ch}}}}}{}}{{{h{Ah{Bd{c}}}}Fl}{{Dh{e}}}{{Dj{{Cj{Ch}}}}}{}}`{{{h{j}}{h{j}}}{{Dh{Bh}}}}{{{h{l}}{h{l}}}{{Dh{Bh}}}}{{{h{{An{c}}}}{h{{An{c}}}}}{{Dh{Bh}}}Hn}{{{h{B`}}{h{B`}}}{{Dh{Bh}}}}{{{h{{Bb{c}}}}{h{{Bb{c}}}}}{{Dh{Bh}}}Hn}{{{h{d}}{h{d}}}{{Dh{Bh}}}}{{{h{Af}}}{{Dh{Af}}}}{{Afj}{{Dn{AfAf}}}}{{{h{Af}}c}{{`{{Hb{}{{Eh{Af}}}}}}}{{Hl{Df}}}}````{{{h{j}}c}DnI`}{{{h{l}}c}DnI`}{{{h{b}}c}DnI`}{{{h{B`}}c}DnI`}{{{h{d}}c}DnI`}```{{{h{AhHd}}}{{Dh{Hd}}}}0{dc{}}{{{h{c}}}e{}{}}000000000{dn}{{{h{{C`{Bn}}}}}{{Id{Ib}}}}{{{h{{C`{d}}}}}{{Id{Ib}}}}{{{h{{C`{{Cj{Ch}}}}}}}{{Id{Ib}}}}{{{h{{C`{Cn}}}}}{{Id{Ib}}}}{{{h{{C`{Cl}}}}}{{Id{Ib}}}}{{{h{{C`{Cd}}}}}{{Id{Ib}}}}{{{h{{C`{D`}}}}}{{Id{Ib}}}}{{{h{{C`{Cf}}}}}{{Id{Ib}}}}{{{h{{Db{c}}}}}{{Id{Ib}}}{fIf}}{{{h{c}}}Ih{}}0{{{h{b}}}Cl}{c{{Ij{i}}}{}{}{}{{Hb{}{{Eh{{Dn{eg}}}}}}}}0`1{c{{Dn{e}}}{}{}}0000000000000000000000000````{{{h{c}}}Il{}}000000000000{EbB`}`{ce{}{}}000000000000````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{InIn}{{ClCl}}{{InIn}}{{J`J`}}{{JbJb}Jb}{{{h{AhCl}}Cl}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{{Ad{A`}}}}}}{{{h{Jd}}}}{{{h{AhMf}}}{{h{Ah{Ad{A`}}}}}}{{{h{AhMf}}}{{h{AhMf}}}}{{{h{AhCf}}}{{h{Ah{Ad{A`}}}}}}{{{h{AhCf}}}{{h{AhMf}}}}3{{{h{AhJd}}}}{{{h{AhJd}}}Mh}2{{{h{Jd}}}Mh}{{{h{Kd}}}{{h{Mj}}}}{{{h{Kf}}}{{h{Mj}}}}{{{h{Kh}}}{{h{Ml}}}}{{{h{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{{Ad{A`}}}}}}{{{h{Kd}}}{{h{{Ab{A`}}}}}}{{{h{Kf}}}{{h{{Ad{A`}}}}}}{{{h{Kf}}}{{h{{Ab{A`}}}}}}{{{h{Kh}}}{{h{{Ab{A`}}}}}}{{{h{Kh}}}{{h{{Ad{A`}}}}}}{{{h{D`}}}{{h{{Ab{A`}}}}}}{{{h{D`}}}{{h{{Ad{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{Mf}}}}{{{h{Mf}}}{{h{{Ad{A`}}}}}}{{{h{Cf}}}{{h{Mf}}}}{{{h{Cf}}}{{h{{Ad{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{Cd}}}{{h{{Ad{A`}}}}}}{{{h{Cd}}}{{h{{Ab{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{{Ab{A`}}}}}}{{{h{Lh}}}{{h{Nh}}}}{{{h{Lh}}}{{h{{Ad{A`}}}}}}{{{h{Lj}}}{{h{{Ab{A`}}}}}}{{{h{Lj}}}{{h{{Ad{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{{Ab{A`}}}}}}{{{h{M`}}}{{h{{Ad{A`}}}}}}{{{h{Mb}}}{{h{{Ad{A`}}}}}}{{{h{Mb}}}{{h{{Ab{A`}}}}}}{{{h{Md}}}{{h{{Ab{A`}}}}}}{{{h{Md}}}{{h{{Ad{A`}}}}}}{{{h{Cf}}}{{h{Mf}}}}{{{h{{K`{c}}}}}{{h{{K`{Nl}}}}}Nn}{{{K`{Nl}}}K`}{{{h{{K`{Nl}}}}}{{h{K`}}}}{{{Ab{A`}}}Mb}{{{h{O`}}}Fl}{{{h{Bn}}}Fl}```{{{h{Fj}}}{{Dn{EbOb}}}}{{{h{Fj}}}D`}`{{{h{c}}}{{h{e}}}{}{}}00000000{{{h{Kd}}}{{h{{Ad{A`}}}}}}11{{{h{Kf}}}{{h{{Ad{A`}}}}}}{{{h{Kh}}}{{h{{Ad{A`}}}}}}3{{{h{D`}}}{{h{{Ad{A`}}}}}}4{{{h{Kj}}}{{h{{Ad{A`}}}}}}55{{{h{Kl}}}{{h{{Ad{A`}}}}}}6{{{h{Kn}}}{{h{{Ad{A`}}}}}}7777{{{h{Cf}}}{{h{Mf}}}}88{{{h{L`}}}{{h{{Ad{A`}}}}}}9{{{h{Lb}}}{{h{{Ad{A`}}}}}}::{{{h{Cd}}}{{h{{Ad{A`}}}}}};{{{h{Ld}}}{{h{{Ad{A`}}}}}}<<<<<<<<{{{h{Lf}}}{{h{{Ad{A`}}}}}}={{{h{Lh}}}{{h{{Ad{A`}}}}}}>>>>{{{h{Lj}}}{{h{{Ad{A`}}}}}}{{{h{Ll}}}{{h{{Ad{A`}}}}}}{{{h{c}}}{{h{e}}}{}{}}00{{{h{Ln}}}{{h{{Ad{A`}}}}}}11111111111{{{h{M`}}}{{h{{Ad{A`}}}}}}22{{{h{Mb}}}{{h{{Ad{A`}}}}}}33{{{h{Md}}}{{h{{Ad{A`}}}}}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}0000000000000000000{{{h{AhCf}}}{{h{AhMf}}}}1111111111111111111111111111111111111{{}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}}}}{{ClCl}{{Dh{Cl}}}}{{InIn}{{Dh{In}}}}{{J`J`}{{Dh{J`}}}}{{ClEb}{{Dh{Cl}}}}{{InA@`}{{Dh{In}}}}{{A@bEb}{{Dh{A@b}}}}{{J`Eb}{{Dh{J`}}}}3210{{A@bJ`}{{Dh{Cl}}}}43765{{A@dA@f}A@h}{{{h{AhA@j}}}Bf}{{{h{A@l}}}A@l}{{{h{Cl}}}Cl}{{{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{Cd}}}Cd}{{{h{Ld}}}Ld}{{{h{AAd}}}AAd}{{{h{O`}}}O`}{{{h{Ol}}}Ol}{{{h{AAf}}}AAf}{{{h{Bn}}}Bn}{{{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{Cl}}{h{Cl}}}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{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{Bn}}{h{Bn}}}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{Bn}}}}}}{{{h{AhABl}}ABl}{{Dn{BfABn}}}}``{{{h{Fj}}}{{Dh{Kj}}}}{{{h{Bn}}}Mj}{{{h{Bn}}}Cd}{{{h{Kl}}{h{{Ad{A`}}}}}Kn}{{{h{Bn}}}Ld}`{{{h{Ahc}}}{{Dn{ClAC`}}}{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{CfAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{O`AC`}}}{ACbACd}}7{{{h{Ahc}}}{{Dn{BnAC`}}}{ACbACd}}{{{h{Cl}}{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{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{Bn}}{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}{{}Cl}{{}In}{{}Cf}{{}AAd}{{}O`}{{}Ol}{{}A@j}{{}Mn}{{}ABj}{{}Nb}{{}Nd}{{}Nf}{{{h{Cf}}}h}{{{h{AhCf}}}{{h{Ah}}}}{{cACl}{{Dn{Cl}}}E`}{{cACl}{{Dn{In}}}E`}10{c{{Dn{Cl}}}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{Cd}}}E`}{c{{Dn{Ld}}}E`}{c{{Dn{AAd}}}E`}{c{{Dn{O`}}}E`}{c{{Dn{Ol}}}E`}{c{{Dn{AAf}}}E`}{c{{Dn{Bn}}}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`}{c{{Dn{ABl}}}E`}{{{h{{Ad{A`}}}}}{{Dn{ABlABn}}}}{c{{Dn{M`}}}E`}{c{{Dn{Mb}}}E`}{c{{Dn{Md}}}E`}{{{h{Ahc}}}{{Dn{ABlABn}}}ACb}{{{h{ABh}}c}ACn{{AD`{Nj}}}}{{{h{ABh}}}ADb}{ClADd}{InADd}{{ClA@l}ADd}{{InA@l}ADd}{{ClJ`}}{{ClEb}}{{InA@`}}{{J`J`}}{{J`Eb}}{{{h{AhCl}}Eb}Bf}{{{h{AhIn}}A@`}Bf}{{{h{AhJ`}}Eb}Bf}{{{h{Mf}}}Cl}`{{{h{Ol}}}Ed}{{{h{O`}}}Ed}{{}}00000000000000{{}ADf}1010101{{{h{A@l}}{h{A@l}}}Ed}{{{h{Cl}}{h{Cl}}}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{Cf}}}Ed}{{{h{Mf}}{h{Mf}}}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{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{Bn}}{h{Bn}}}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{AhCf}}c}Bf{{Ej{}{{Eh{ADh}}}}}}{{{h{ABl}}{h{{Jf{c}}}}}{{Dn{BnADj}}}Jn}{{{h{ABd}}{h{Ah{ADl{Cd}}}}{h{Ah{ADl{Df}}}}}{{Dn{BfADn}}}}{ABl{{Dn{BnAE`}}}}0{ABlBn}{{ABlA@b}{{Dn{BnAE`}}}}{{{h{ABl}}}{{Dn{ClABn}}}}{{A@bEb}{{Dh{Cl}}}}{{A@bJ`}{{Dh{Cl}}}}{{{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{Cl}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{In}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{A@b}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{Jd}}{h{AhEl}}}{{Dn{BfEn}}}}00{{{h{J`}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{Kb}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{A@n}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{K`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{{K`{c}}}}{h{AhEl}}}{{Dn{BfEn}}}Nn}{{{h{Kd}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{Kf}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{Kh}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{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{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{Bn}}{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}}}}{{Cl{h{AhAEb}}A@l}{{Dn{BfEn}}}}{{In{h{AhAEb}}A@l}{{Dn{BfEn}}}}{{{h{AAn}}{h{AhAEb}}}{{Dn{BfEn}}}}{cc{}}000{MhJd}{AAjJd}{ACjJd}3{AEdJd}{AAlJd}55{CnA@n}666{MjKd}{MjKf}8{MlKh}9{AEfKh}{{{h{AEf}}}Kh}{{{h{Fj}}}D`}{FjD`}{{{h{G`}}}D`}{G`D`}{MjD`}{cc{}}{MjKj}1{CdKj}2{MjKl}{LdKl}{MjKn}55{AAbA@d}{A`A@d}7{{{ADl{A`}}}Cf}{{{AEh{Mf}}}Cf}9{K`Cf}{{{h{Mf}}}Cf};;{MlL`}{CfL`}{{{h{Cf}}}L`}>{{{h{Mf}}}L`}{CfLb}{nLb}{{{h{Mf}}}Lb}{cc{}}{{{h{Cf}}}Lb}1{{{h{Bn}}}Cd}{MjCd}{BnCd}{{{h{Bn}}}Ld}5{MjLd}{BnLd}777{AEjOl}{OnOl}99{{{ADl{{ADl{A`}}}}}A@j}{{{h{{Ad{{ADl{A`}}}}}}}A@j};{{{ADl{{h{{Ad{A`}}}}}}}A@j}{{{h{{Ad{{h{{Ad{A`}}}}}}}}}A@j}{AElAAh}>{A`AAh}{FlAAh}{EbAAh}{DfAAh}{AEdAAj}{cc{}}{AAlAAj}{{{h{AAj}}}Lf}2{MlLf}{AAlLf}{{{h{AAl}}}Lf}{AAjLf}{{{h{AAl}}}Lh}7{AAlLh}{MlLh}999{MjLj}{MjLl};;{{{N`{Mn}}}Ln}<<{ABbAB`}==={CnABf}>>>{ABjABh}???{{{N`{Nb}}}M`}{AEnM`}{cc{}}0{AF`Mb}{{{N`{Nd}}}Mb}{{{h{AF`}}}Mb}3{M`Mb}4{AFbMd}5{{{h{AFb}}}Md}{{{N`{Nf}}}Md}{AElOl}{{{Ab{A`}}}Jb}{{{Ab{A`}}}ABh}{{{h{Fj}}c}ABd{{AFd{{h{Cd}}}{{Hh{Ed}}}}}}{ADb{{Dn{ClAFf}}}}{ADb{{Dn{InAFf}}}}{{}Kd}{{}Kf}{{}Kh}{{}D`}{{}Kj}{{}Kl}{{}Kn}{{}L`}{{}Lb}{{}Cd}{{}Ld}{{}Lf}{{}Lh}{{}Lj}{{}Ll}{{}Ln}{{}M`}{{}Mb}{{}Md}{{{h{{Ad{A`}}}}}{{h{Mf}}}}{{{ADl{A`}}}Cf}{{{h{Ah{Ad{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{ClAFf}}}}{{ADbA@l}{{Dn{InAFf}}}}{{{h{G`}}{h{{Ad{Cd}}}}c}ABd{{AFd{{h{Cd}}}{{Hh{Ed}}}}}}{AElOl}{{{h{Gd}}}{{Dn{CfAFl}}}}{{{h{Gd}}}{{Dn{OlAFn}}}}{{{h{Gd}}}{{Dn{JbAFn}}}}{{{h{Gd}}}{{Dn{ABhAFn}}}}{{{h{Gd}}}{{Dn{ABjAFn}}}}{EbCl}{cCf{{Ej{}{{Eh{ADh}}}}}}{{Jd{Dh{Mb}}}Md}{{{h{AG`}}}{{Fd{JdJj}}}}{Eb{{Dh{J`}}}}{{{Ab{A`}}}Jb}{{{Ab{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}{EbCl}{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{{Ad{A`}}}}}{{Dn{JdAGn}}}}{{{h{{Ad{A`}}}}}{{Dn{JdJl}}}}{{{h{{Ad{A`}}}}}{{Dn{KdGb}}}}{{{h{{Ad{A`}}}}}{{Dn{KfGb}}}}{{{h{{Ad{A`}}}}}{{Dn{KhGb}}}}{{{h{{Ad{A`}}}}}{{Dn{D`Gb}}}}{{{h{{Ad{A`}}}}}{{Dn{KjGb}}}}{{{h{{Ad{A`}}}}}{{Dn{KlGb}}}}{{{h{{Ad{A`}}}}}{{Dn{KnGb}}}}{{{h{{Ad{A`}}}}}{{Dn{L`Gb}}}}{{{h{{Ad{A`}}}}}{{Dn{LbGb}}}}{{{h{{Ad{A`}}}}}{{Dn{CdGb}}}}{{{h{{Ad{A`}}}}}{{Dn{LdGb}}}}{{{h{{Ad{c}}}}}A@j{{AD`{{Ad{A`}}}}}}{{{h{{Ad{A`}}}}}{{Dn{AAjAH`}}}}{{{h{{Ad{A`}}}}}{{Dn{AAjAGn}}}}{{{h{{Ad{A`}}}}}{{Dn{LfGb}}}}{{{h{{Ad{A`}}}}}{{Dn{LhGb}}}}{{{h{{Ad{A`}}}}}{{Dn{AAlJl}}}}{{{h{{Ad{A`}}}}c}{{Dn{AAnJl}}}{{AHb{ABf}}}}{{{h{{Ad{A`}}}}}{{Dn{LjGb}}}}{{{h{{Ad{A`}}}}}{{Dn{LlGb}}}}{{{h{{Ad{A`}}}}}{{Dn{LnGb}}}}{{{h{{Ad{A`}}}}}{{Dn{M`Gb}}}}{{{h{{Ad{A`}}}}}{{Dn{MbGb}}}}{{{h{{Ad{A`}}}}}{{Dn{MdGb}}}}{{{h{{Ad{A`}}}}}{{Dn{KdGb}}}}{{{h{{Ad{A`}}}}}{{Dn{KfGb}}}}{{{h{{Ad{A`}}}}}{{Dn{KhGb}}}}{{{h{{Ad{A`}}}}}{{Dn{D`Gb}}}}{{{h{{Ad{A`}}}}}{{Dn{KjGb}}}}{{{h{{Ad{A`}}}}}{{Dn{KlGb}}}}{{{h{{Ad{A`}}}}}{{Dn{KnGb}}}}{{{h{{Ad{A`}}}}}{{Dn{L`Gb}}}}{{{h{{Ad{A`}}}}}{{Dn{LbGb}}}}{{{h{{Ad{A`}}}}}{{Dn{CdGb}}}}{{{h{{Ad{A`}}}}}{{Dn{LdGb}}}}{{{h{{Ad{A`}}}}}{{Dn{LfGb}}}}{{{h{{Ad{A`}}}}}{{Dn{LhGb}}}}{{{h{{Ad{A`}}}}}{{Dn{LjGb}}}}{{{h{{Ad{A`}}}}}{{Dn{LlGb}}}}{{{h{{Ad{A`}}}}}{{Dn{LnGb}}}}{{{h{{Ad{A`}}}}}{{Dn{M`Gb}}}}{{{h{{Ad{A`}}}}}{{Dn{MbGb}}}}{{{h{{Ad{A`}}}}}{{Dn{MdGb}}}}{Df{{Dn{ABbAHd}}}}{{{h{Gd}}}{{Dn{A@l}}}}{{{h{Gd}}}{{Dn{Cl}}}}{{{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{ClAFf}}}}{{{h{Gd}}A@l}{{Dn{InAFf}}}}{{{h{Gd}}}{{Dn{ClAHl}}}}{{{h{Gd}}}{{Dn{InAHl}}}}{{{h{Gd}}}{{Dn{OlAHn}}}}{{{h{Gd}}}{{Dn{JbAHn}}}}{{{h{Gd}}}{{Dn{ABhAHn}}}}{{{h{Gd}}}{{Dn{ABjAHn}}}}{Bn{{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{Cl}}{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{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{Bn}}{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{{Ad{A`}}}}}}{{{h{Kf}}c}h{{Gn{{Ad{A`}}}}}}{{{h{Kh}}c}h{{Gn{{Ad{A`}}}}}}{{{h{D`}}c}h{{Gn{{Ad{A`}}}}}}{{{h{Kj}}c}h{{Gn{{Ad{A`}}}}}}{{{h{Kl}}c}h{{Gn{{Ad{A`}}}}}}{{{h{Kn}}c}h{{Gn{{Ad{A`}}}}}}{{{h{Mf}}AI`}h}{{{h{Mf}}{AIb{Fl}}}h}{{{h{Mf}}{AId{Fl}}}h}{{{h{Mf}}{AIf{Fl}}}h}{{{h{Mf}}{Fd{{AIh{Fl}}{AIh{Fl}}}}}h}{{{h{Mf}}{AIj{Fl}}}h}{{{h{Mf}}{AIl{Fl}}}h}{{{h{L`}}c}h{{Gn{{Ad{A`}}}}}}{{{h{Lb}}c}h{{Gn{{Ad{A`}}}}}}{{{h{Cd}}c}h{{Gn{{Ad{A`}}}}}}{{{h{Ld}}c}h{{Gn{{Ad{A`}}}}}}{{{h{A@j}}Fl}h}{{{h{Lf}}c}h{{Gn{{Ad{A`}}}}}}{{{h{Lh}}c}h{{Gn{{Ad{A`}}}}}}{{{h{AAn}}AI`}{{h{{Ad{A`}}}}}}{{{h{Lj}}c}h{{Gn{{Ad{A`}}}}}}{{{h{Ll}}c}h{{Gn{{Ad{A`}}}}}}{{{h{Ln}}c}h{{Gn{{Ad{A`}}}}}}{{{h{M`}}c}h{{Gn{{Ad{A`}}}}}}{{{h{Mb}}c}h{{Gn{{Ad{A`}}}}}}{{{h{Md}}c}h{{Gn{{Ad{A`}}}}}}````{{{h{Mf}}}AIn}0{{{h{Mf}}}AJ`}0{ce{}{}}0000000000000000000000000000000000000000000000000000000{Cf{{AJb{Mf}}}}{Cf{{ADl{A`}}}}{{{h{A@j}}}}{{{AJb{Mf}}}Cf}{{{h{Bn}}AJdAJf}Ed}{{{h{Bn}}}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{{Ad{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}}}Cl}{CfAAf}{{{h{Mf}}A@b}Cl}{{CfA@b}AAf}{{ClEb}}{{InA@`}}{{A@bJ`}}{{J`A@b}}{{J`Eb}}{{{h{AhCl}}Eb}Bf}{{{h{AhIn}}A@`}Bf}{{{h{AhJ`}}Eb}Bf}{In}``{{}{{h{Mf}}}}{{}Cf}{{AAb{h{{Ad{A`}}}}}{{Dn{AA`AJj}}}}{{CdDf}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{{Ad{A`}}}}}}}}{{{h{Bn}}}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`}{Cn{{h{Nj}}}}`{{{h{Cl}}{h{Cl}}}{{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{Cf}}}{{Dh{Bh}}}}{{{h{Cf}}{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{Bn}}{h{Bn}}}{{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{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`{{Ad{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}}{{ClEb}Cl}{{InA@`}In}{{{h{AhCl}}Eb}Bf}{{{h{AhIn}}A@`}Bf}{{{K`{Nl}}Cn}{{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{Bn}}}{{`{{Hb{}{{Eh{Fl}}}}}}}}`{{{h{A@j}}}{{Dh{{h{{Ad{A`}}}}}}}}{{{h{O`}}}J`}`{{ClcACl}DnI`}{{IncACl}DnI`}101010{{{h{Cl}}c}DnI`}{{{h{A@b}}c}DnI`}{{{h{Jd}}}{{Ab{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{Cf}}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{Bn}}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}}{h{Ahc}}}{{Dn{FlACf}}}ACh}`{{{h{ABl}}Fl{h{Ah{AKj{c}}}}}{{Dn{{Fd{AKlABb}}AKn}}}{{Dj{Bn}}}}{{{h{ABl}}Fl{h{Ah{AKj{c}}}}{Dh{M`}}}{{Dn{AL`ALb}}}{{Dj{Bn}}}}{{{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}}}}{{ClCl}}{{InIn}}{{J`J`}}{{JbJb}Jb}{{{h{AhCl}}Cl}Bf}{{{h{AhIn}}In}Bf}{{{h{AhJ`}}J`}Bf}{cCl{{Hb{}{{Eh{Cl}}}}}}{cIn{{Hb{}{{Eh{In}}}}}}{cJ`{{Hb{}{{Eh{J`}}}}}}{cJ`{{Hb{}{{Eh{{h{J`}}}}}}}}{{Jd{h{{Jf{c}}}}{Dh{Mb}}}{{Fd{ACjJj}}}Jn}`{{{h{A@j}}}{{Dh{{h{Mf}}}}}}{{{h{Mf}}}M`}{{{h{K`}}}ALh}{{{h{Mf}}}Ih}{Jb{{Ab{A`}}}}{ABh{{Ab{A`}}}}{ClADb}{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}}}{{Ab{A`}}}}{AAn{{ADl{A`}}}}{ABhABj}{ABjDf}{OlDf}{Cn{{h{Gd}}}}{AAbALj}{{ClA@l}ADb}{{InA@l}ADb}{{{h{Ml}}}Ml}0{{{h{ALl}}}ALl}0{{{h{Mf}}}Ih}{J`Eb}{Jb{{Ab{A`}}}}{ABh{{Ab{A`}}}}{AAbA`}{{{h{c}}}e{}{}}00000000000000000{{{h{Mf}}}}11111111111111111111111111111111111111{{{h{Mf}}}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}{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{ClEb}{InA@`}{A@bEb}00{MdJh}{{{h{n}}}n}0{Cl{{Dn{InAM`}}}}{AAjAMb}{{{h{c}}}Ih{}}00000000000000000000000000000000000000000{{ClA@l}Ih}{{InA@l}Ih}10{JbABh}{ABbDf}{A@dA`}{In{{Dn{ClAM`}}}}{J`Eb}0{{{h{A@j}}}{{ADl{{ADl{A`}}}}}}{AAnIh}{ABhJb}3{{{h{Jd}}}Jd}{{{h{Bn}}c}Fl{{Hj{{h{AAd}}}{{Hh{{Dh{AAf}}}}}}}}{{{h{Fj}}}Fl}{{{h{O`}}}Fl}{{{h{Bn}}}Fl}{c{{Dn{e}}}{}{}}{In{{Dn{Cl}}}}11{Cl{{Dn{In}}}}{{{h{Gd}}}{{Dn{A@b}}}}{{{AJb{Gd}}}{{Dn{A@b}}}}{Ih{{Dn{A@b}}}}55{Ih{{Dn{J`}}}}{{{h{Gd}}}{{Dn{J`}}}}7{{{AJb{Gd}}}{{Dn{J`}}}}88888888888888{ADh{{Dn{AAb}}}}{A@d{{Dn{AAb}}}}{A`{{Dn{AAb}}}}{ALj{{Dn{AAb}}}}<<<<<<<{Ih{{Dn{Ol}}}}{{{h{Gd}}}{{Dn{Ol}}}}{{{AJb{Gd}}}{{Dn{Ol}}}}?????????{AAj{{Dn{AAl}}}}{c{{Dn{e}}}{}{}}00000000{AGb{{Dn{Cn}}}}1{Oh{{Dn{Cn}}}}222222222222222222222222222222222222222222222222222222222222222222{{{h{Jd}}{h{{Jf{c}}}}{h{Jd}}JjJh}EdJn}{{{h{Bn}}Fl}{{Dn{{h{O`}}AMd}}}}{{{h{Bn}}Fl}{{Dn{{h{AAf}}AMf}}}}`{{{h{Bn}}}Cd}``{{{h{c}}}Il{}}00000000000000000000000000000000000000000000000000000000{ACl{{h{Gd}}}}0{{ClCl}Cl}{{InIn}In}10`{InCl}`{{{h{AhABl}}Fl{h{{Cj{AMh}}}}}{{Dn{BfAMj}}}}{{{h{AhABl}}Fl{h{{Cj{AMh}}}}}{{Dn{BfAMl}}}}`{{{h{Jd}}{h{{Jf{c}}}}{h{AKl}}{h{AMn}}}{{Dn{BfJl}}}Jn}{{{h{AAj}}{h{{Jf{c}}}}{h{AKl}}{h{AKb}}}{{Dn{BfJl}}}Jn}{{{h{AAl}}{h{{Jf{c}}}}{h{AKl}}{h{AKb}}}{{Dn{BfJl}}}Jn}{{{h{AA`}}}AAb}```{{{h{Bn}}}Fl}{ce{}{}}0000000000000000000000000000000000000000000000000000000{{{h{Fj}}}J`}{{{h{AAf}}}J`}{{{h{Bn}}}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{Bn}}}Ld}``````````````````````````````````````````{{{h{c}}}{{h{e}}}{}{}}00000000000{{{h{Ahc}}}{{h{Ahe}}}{}{}}00000000000{{{h{AGh}}}AGh}{{{h{AJn}}}AJn}{{{h{AN`}}}AN`}{{{h{AHf}}}AHf}{{{h{ANb}}}ANb}{{{h{ANd}}}ANd}{{{h{ANf}}}ANf}{{{h{ANh}}}ANh}{{{h{ANj}}}ANj}{{{h{ANl}}}ANl}{{{h{Nl}}}Nl}{{{h{ALh}}}ALh}{{{h{c}}{h{Ahe}}}Bf{}{}}00000000000{{{h{ANl}}{h{ANl}}}Bh}{{{h{Nl}}{h{Nl}}}Bh}{{{h{ALh}}{h{ALh}}}Bh}{{{h{AGh}}{h{AGh}}}Ed}{{{h{AJn}}{h{AJn}}}Ed}{{{h{AN`}}{h{AN`}}}Ed}{{{h{AHf}}{h{AHf}}}Ed}{{{h{ANb}}{h{ANb}}}Ed}{{{h{ANd}}{h{ANd}}}Ed}{{{h{ANf}}{h{ANf}}}Ed}{{{h{ANh}}{h{ANh}}}Ed}{{{h{ANj}}{h{ANj}}}Ed}{{{h{ANl}}{h{ANl}}}Ed}{{{h{Nl}}{h{Nl}}}Ed}{{{h{ALh}}{h{ALh}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}00000000000000000000000`{{{h{AGh}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{AJn}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{AN`}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{AHf}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{ANb}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{ANd}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{ANf}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{ANh}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{ANj}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{ANl}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{Nl}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{ALh}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}{ANnAGh}{AO`AGh}{AJjAGh}3{ANnAJn}4{ANbAHf}{ANhAHf}{AO`AHf}{ANjAHf}8{ANfAHf}{ANnAHf}{AObAHf}{ANdAHf}{AOdAHf}{AJjAHf}>>>>>>>>{{{h{ANl}}{h{Ahc}}}BfGj}{{{h{Nl}}{h{Ahc}}}BfGj}{{{h{ALh}}{h{Ahc}}}BfGj}{ce{}{}}00000000000{{{h{ANf}}}Fl}{{{h{ANj}}}A`}{{{h{ANh}}}Fl}{{{h{ANl}}{h{ANl}}}{{Dh{Bh}}}}{{{h{Nl}}{h{Nl}}}{{Dh{Bh}}}}{{{h{ALh}}{h{ALh}}}{{Dh{Bh}}}}{{{h{AGh}}}{{Dh{{h{AOf}}}}}}{{{h{AJn}}}{{Dh{{h{AOf}}}}}}{{{h{AN`}}}{{Dh{{h{AOf}}}}}}{{{h{AHf}}}{{Dh{{h{AOf}}}}}}{{{h{ANb}}}{{Dh{{h{AOf}}}}}}{{{h{c}}}e{}{}}00000000000{{{h{c}}}Ih{}}00000000{c{{Dn{e}}}{}{}}00000000000000000000000{{{h{c}}}Il{}}00000000000????????????`````````````````````````````````````````````{{{h{c}}}{{h{e}}}{}{}}0{{{h{Ahc}}}{{h{Ahe}}}{}{}}0{AOh{{Dh{c}}}{}}{{{h{AFf}}}AFf}{{{h{ADd}}}ADd}{{{h{c}}{h{Ahe}}}Bf{}{}}0{{{h{AFf}}{h{AFf}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{AFf}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{ADd}}{h{AhEl}}}{{Dn{BfEn}}}}0{ANnAFf}{AOjAFf}{cc{}}{AOlAFf}{AOnAFf}{AM`AFf}{B@`AFf}4{ce{}{}}0`{ADdADd}{{{h{AFf}}}{{Dh{{h{AOf}}}}}}{{{h{c}}}e{}{}}0{{{h{c}}}Ih{}}0{c{{Dn{e}}}{}{}}000{{{h{c}}}Il{}}066````{{cACl}{{Dn{B@b}}}E`}0{{B@bcACl}DnI`}{{B@dcACl}DnI`}10{ACl{{h{Gd}}}}{c{{Dn{e}}}E`B@b}`{{{h{c}}e}DnB@bI`}{c{{Dn{{Dh{e}}}}}E`B@d}{{{h{{Dh{c}}}}e}DnB@dI`}3`210```````{{Ih{h{Gd}}}Ih}{{{h{AhIh}}{h{Gd}}}Bf}{{{h{{ADl{ce}}}}}{{h{e}}}{}B@f}{{{h{Ah{ADl{ce}}}}{h{Ah{ADl{ce}}}}}Bf{}B@f}{{{h{Ih}}}{{h{{Ad{A`}}}}}}{{{h{{ADl{A`}}}}}}{{{h{Ah{ADl{ce}}}}}{{h{Ah{Ad{c}}}}}{}B@f}{{{h{Ah{ADl{ce}}}}}{{h{Ah{ADl{ce}}}}}{}B@f}{{{h{AhIh}}}{{h{AhGd}}}}{{{h{Ah{ADl{ce}}}}}{}{}B@f}31{{{h{AhIh}}}{{h{Ah{ADl{A`}}}}}}{{{h{{ADl{ce}}}}}{}{}B@f}{{{h{{ADl{ce}}}}}{{h{{ADl{ce}}}}}{}B@f}{{{h{{ADl{ce}}}}}{{h{{Ad{c}}}}}{}B@f}{{{h{Ih}}}{{h{Gd}}}}:{{{h{Ih}}}{{h{B@h}}}}{{{h{Ih}}}{{h{B@j}}}}32{{{h{c}}}{{h{e}}}{}{}}00403{{{h{Ahc}}}{{h{Ahe}}}{}{}}00<:0{{{h{{ADl{ce}}}}}Fl{}B@f}{{{h{Ih}}}Fl}{{{h{Ah{ADl{ce}}}}}Bf{}B@f}{{{h{AhIh}}}Bf}{{{h{AOd}}}AOd}{{{h{B@l}}}B@l}{{{h{{ADl{ce}}}}}{{ADl{ce}}}Al{B@fAl}}{{{h{Ih}}}Ih}{{{h{Ah{ADl{ce}}}}{h{{ADl{ce}}}}}BfAl{B@fAl}}{{{h{AhIh}}{h{Ih}}}Bf}{{{h{c}}{h{Ahe}}}Bf{}{}}000{{{h{{ADl{ce}}}}{h{{ADl{ce}}}}}BhBjB@f}{{{h{Ih}}{h{Ih}}}Bh}{Bl{{Dn{{ADl{A`}}B@n}}}}{Bl{{Dn{IhB@n}}}}{{{h{Ahc}}}{{Dn{IhAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{BA`}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{Bn}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{{ADl{A`}}}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{{Fd{DfBAb}}}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{G`}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{M`}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{Kd}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{A`}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{BAd}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{BAf}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{Kf}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{Eb}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{Kj}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{BAh}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{O`}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{D`}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{AAh}}AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{{ADl{AAf}}AC`}}}{ACbACd}}{{{h{{ADl{Eb}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{AAf}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{A`}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{AAh}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{Kd}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{{ADl{A`}}}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{G`}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{Bn}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{BAf}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{BAd}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{Kf}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{D`}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{O`}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{{Fd{DfBAb}}}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{Kj}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{BAh}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{M`}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{ADl{BA`}}}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{Ih}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{AhIh}}{h{Gd}}}Bf}{{{h{Gd}}}{{Dn{{ADl{A`}}B@l}}}}{{{h{Gd}}}{{Dn{{ADl{A`}}AOd}}}}{{{h{Ah{ADl{ce}}}}}BfEfB@f}{{{h{Ah{ADl{ce}}}}g}Bf{}B@f{{Hj{{h{Ahc}}{h{Ahc}}}{{Hh{Ed}}}}}}{{{h{Ah{ADl{ce}}}}i}Bf{}B@fEf{{Hj{{h{Ahc}}}{{Hh{g}}}}}}{{}{{ADl{c}}}{}}{{}Ih}{{{h{{ADl{ce}}}}}{{h{{Ad{c}}}}}{}B@f}{{{h{Ih}}}{{h{Gd}}}}{{{h{Ah{ADl{ce}}}}}{{h{Ah{Ad{c}}}}}{}B@f}{{{h{AhIh}}}{{h{AhGd}}}}{c{{Dn{{ADl{e}}}}}E`BAj}{c{{Dn{Ih}}}E`}{{{h{Ah{ADl{ce}}}}g}{{BAl{ce}}}{}B@f{{Hl{Fl}}}}{{{h{AhIh}}c}BAn{{Hl{Fl}}}}{{{h{Ah{ADl{ce}}}}}Bf{}B@f}{{{h{Ahc}}Ed}{{Dn{BfACf}}}{}}{{{h{Ahc}}BB`}{{Dn{BfACf}}}{}}{{{h{Ahc}}BBb}{{Dn{BfACf}}}{}}{{{h{Ahc}}A@`}{{Dn{BfACf}}}{}}{{{h{Ahc}}BBd}{{Dn{BfACf}}}{}}{{{h{Ahc}}{h{{Ad{A`}}}}}{{Dn{BfACf}}}{}}{{{h{Ahc}}AEl}{{Dn{BfACf}}}{}}{{{h{Ahc}}Df}{{Dn{BfACf}}}{}}{{{h{Ahc}}Eb}{{Dn{BfACf}}}{}}{{{h{Ahc}}A`}{{Dn{BfACf}}}{}}{{{h{{Ad{A`}}}}}Ih}0{{{h{AhEl}}{h{{Ad{A`}}}}}{{Dn{BfEn}}}}{{{h{AOd}}{h{AOd}}}Ed}{{{h{B@l}}{h{B@l}}}Ed}{{{h{{ADl{eg}}}}{h{{h{{Ad{c}}}}}}}Ed{}{{Ef{c}}}B@f}{{{h{{ADl{eg}}}}{h{{h{{Ab{c}}}}}}}Ed{}{{Ef{c}}}B@f}{{{h{{ADl{eg}}}}{h{{h{Ah{Ad{c}}}}}}}Ed{}{{Ef{c}}}B@f}{{{h{{ADl{eg}}}}{h{{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{Ih}}{h{Ih}}}Ed}{{{h{Ih}}{h{{AEh{Gd}}}}}Ed}{{{h{Ih}}{h{{h{Gd}}}}}Ed}{{{h{Ih}}{h{BBf}}}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{Ih}}}}}}{{{h{AhIh}}c}Bf{{Ej{}{{Eh{{AEh{Gd}}}}}}}}{{{h{AhIh}}c}Bf{{Ej{}{{Eh{{AJb{Gd}}}}}}}}{{{h{AhIh}}c}Bf{{Ej{}{{Eh{{h{Gd}}}}}}}}{{{h{AhIh}}c}Bf{{Ej{}{{Eh{{h{BBj}}}}}}}}{{{h{AhIh}}c}Bf{{Ej{}{{Eh{BBj}}}}}}{{{h{Ah{ADl{ce}}}}{h{{Ad{c}}}}}BfAlB@f}{{{h{Ah{ADl{ce}}}}g}BfAlB@f{{Hl{Fl}}}}{{{h{AhIh}}c}Bf{{Hl{Fl}}}}{{{h{Ah{ADl{ce}}}}{h{c}}}BfBBhB@f}{{{h{Ah{ADl{ce}}}}c}Bf{}B@f}{{{h{AhIh}}{AEh{Gd}}}Bf}{{{h{AhIh}}Ih}Bf}{{{h{AhIh}}{h{Gd}}}Bf}{{{h{AhIh}}BBj}Bf}{{{h{AhIh}}{h{BBj}}}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}{BCbAOd}{cc{}}{ANnAOd}1{Ih{{ADl{A`}}}}{{{h{Ah{Ad{c}}}}}{{ADl{c}}}Al}{{{Ab{c}}}{{ADl{c}}}{}}{{{BCd{ce}}}{{ADl{ce}}}{}B@f}{{{h{Gd}}}{{ADl{A`}}}}{{{BCf{ce}}}{{ADl{ce}}}{}B@f}{BCh{{ADl{A`}}}}{{{h{Ah{Ab{c}}}}}{{ADl{c}}}Al}{BCj{{ADl{A`}}}}{{{AJb{{Ad{c}}e}}}{{ADl{ce}}}{}B@f}{{{h{{Ad{c}}}}}{{ADl{c}}}Al}{BCl{{ADl{Mb}}}}{BCn{{ADl{BD`}}}}>{{{AEh{{Ad{c}}}}}{{ADl{c}}}{}}{Cf{{ADl{A`}}}}{{{h{{Ab{c}}}}}{{ADl{c}}}Al}{{{h{Gd}}}Ih}{{{h{Ih}}}Ih}{{{AEh{Gd}}}Ih}{{{h{AhGd}}}Ih}{{{AJb{Gd}}}Ih}{cc{}}{BBjIh}{{{h{Gd}}}{{Dn{{ADl{A`}}}}}}{e{{ADl{c}}}{}{{Ej{}{{Eh{c}}}}}}{cIh{{Ej{}{{Eh{{AEh{Gd}}}}}}}}{cIh{{Ej{}{{Eh{BBj}}}}}}{cIh{{Ej{}{{Eh{{h{Gd}}}}}}}}{cIh{{Ej{}{{Eh{{h{BBj}}}}}}}}{cIh{{Ej{}{{Eh{Ih}}}}}}{cIh{{Ej{}{{Eh{{AJb{Gd}}}}}}}}{{FlFl}{{ADl{c}}}{}}{{A`FlFl}Ih}{{FlFlc}{{ADl{ec}}}B@f{}}{{{h{Gd}}}{{Dn{Ih}}}}{{{h{{Ad{AEl}}}}}{{Dn{IhBDb}}}}{{{h{{Ad{AEl}}}}}Ih}{{{h{{Ad{A`}}}}}{{Dn{IhBDb}}}}{{{h{{Ad{A`}}}}}Ih}10{{{ADl{A`}}}{{Dn{IhBDd}}}}{{{h{{Ad{A`}}}}}{{AEh{Gd}}}}{{{ADl{A`}}}Ih}{{{h{{ADl{ce}}}}{h{Ahg}}}BfGlB@fGj}{{{h{Ih}}{h{Ahc}}}BfGj}{{{h{{ADl{A`}}}}}Fl}{{{h{{ADl{ce}}}}g}h{}B@f{{Gn{{Ad{c}}}}}}{{{h{Ih}}c}h{{Gn{Gd}}}}{{{h{Ah{ADl{ce}}}}g}{{h{Ah}}}{}B@f{{Gn{{Ad{c}}}}}}{{{h{AhIh}}c}{{h{Ah}}}{{Gn{Gd}}}}{{{h{Ah{ADl{ce}}}}Flc}Bf{}B@f}{{{h{AhIh}}FlBBj}Bf}{{{h{AhIh}}Fl{h{Gd}}}Bf}{ce{}{}}000{{{ADl{Ch}}}BDf}{{{ADl{ce}}}{{AJb{{Ad{c}}e}}}{}B@f}{Ih{{AJb{Gd}}}}{Ih{{ADl{A`}}}}{c{{Dn{BCnBDh}}}{}}{Ih{{Dn{BCnBDh}}}}{{{ADl{e}}}{}BDj{{BDl{c}}}}{Ih{{BDn{c}}}BDj}{{{ADl{{Ab{c}}e}}}{{ADl{ce}}}{}B@f}{{{h{Ah{ADl{ce}}}}}{}{}B@f}{{{h{{ADl{ce}}}}}{}{}B@f}{{{ADl{ce}}}{}{}B@f}{{{ADl{ce}}}{{Fd{FlFl}}}{}B@f}{Ih{{Fd{A`FlFl}}}}{{{ADl{ce}}}{{Fd{FlFle}}}{}B@f}{{{h{Ih}}{h{Gd}}}}{{{h{B@l}}}A`}{{{h{Ih}}{h{Gd}}}Ed}{{{h{{ADl{ce}}}}}Ed{}B@f}{{{h{{ADl{c}}}}}Ed{}}{{{h{Ih}}}Ed}33{{{h{{ADl{A`c}}}}}EdB@f}{{{ADl{ce}}}{{h{Ah{Ad{c}}}}}{}B@f}{Ih{{h{AhGd}}}}{{{h{{ADl{ce}}}}}Fl{}B@f}{{{h{Ih}}}Fl}{{{h{Ah{ADl{c}}}}{ADl{c}}}Bf{}}{{{h{{ADl{eg}}}}{h{{h{{Ad{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{{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{Ah{Ad{c}}}}}}}Ed{}{{Ef{c}}}B@f}?{{{h{Ih}}{h{{AEh{Gd}}}}}Ed}{{{h{Ih}}{h{{h{Gd}}}}}Ed}{{}{{ADl{c}}}{}}{{}Ih}{c{{ADl{ec}}}B@f{}}{{{h{{ADl{ce}}}}{h{{ADl{cg}}}}}{{Dh{Bh}}}HnB@fB@f}{{{h{Ih}}{h{Ih}}}{{Dh{Bh}}}}{{{h{Ah{ADl{ce}}}}}{{Dh{c}}}{}B@f}{{{h{AhIh}}}{{Dh{BBj}}}}{{{h{Ah{ADl{ce}}}}g}{{Dh{c}}}{}B@f{{BE`{{h{Ahc}}}{{Hh{Ed}}}}}}{{{h{Ah{ADl{ce}}}}c}Bf{}B@f}{{{h{AhIh}}BBj}Bf}{{{h{AhIh}}{h{Gd}}}Bf}{{{h{Ah{ADl{ce}}}}c}{{Dn{Bfc}}}{}B@f}{{{h{Ah{ADl{ce}}}}Fl}c{}B@f}{{{h{AhIh}}Fl}BBj}{{{h{AhIh}}c}BfBEb}{{{h{AhIh}}c{h{Gd}}}Bf{{Hl{Fl}}}}{{{h{Ah{ADl{ce}}}}Fl}Bf{}B@f}{{{h{AhIh}}Fl}Bf}10{{{h{Ah{ADl{ce}}}}Flc}BfAlB@f}{{{h{Ah{ADl{ce}}}}Flg}Bf{}B@f{{Hj{}{{Hh{c}}}}}}{{{h{Ah{ADl{ce}}}}g}Bf{}B@f{{Hj{{h{c}}}{{Hh{Ed}}}}}}{{{h{AhIh}}c}Bf{{Hj{BBj}{{Hh{Ed}}}}}}{{{h{Ah{ADl{ce}}}}g}Bf{}B@f{{Hj{{h{Ahc}}}{{Hh{Ed}}}}}}{{{h{{ADl{c}}}}e}DnIfI`}{{{h{Ih}}c}DnI`}887{{{h{Ah{ADl{ce}}}}}Bf{}B@f}{{{h{AhIh}}}Bf}{{{h{AOd}}}{{Dh{{h{AOf}}}}}}{{{h{Ah{ADl{ce}}}}}{{h{Ah{Ad{{BEd{c}}}}}}}{}B@f}{{{h{Ah{ADl{ce}}}}gi}{{BEf{e}}}{}B@f{{Hl{Fl}}}{{Ej{}{{Eh{c}}}}}}{{{h{Ah{ADl{ce}}}}}{{Fd{{h{Ah{Ad{c}}}}{h{Ah{Ad{{BEd{c}}}}}}}}}{}B@f}{{{h{Ah{ADl{ce}}}}Fl}{{ADl{ce}}}{}{AlB@f}}{{{h{AhIh}}Fl}Ih}{{{h{Ih}}{h{Gd}}}{{Dh{{h{Gd}}}}}}0{{{h{Ah{ADl{ce}}}}Fl}c{}B@f}{{{h{c}}}e{}{}}000{{{h{Ih}}}{{Dn{{BEj{BEh}}BBn}}}}{{{h{{ADl{A`}}}}}{{Dn{IbBEl}}}}{{{h{Ih}}}{{Dn{IbBEl}}}}{{{h{c}}}Ih{}}00{{{h{Ah{ADl{ce}}}}Fl}Bf{}B@f}{{{h{AhIh}}Fl}Bf}{c{{Dn{e}}}{}{}}0000000{{{h{Ah{ADl{ce}}}}Fl}{{Dn{BfBEn}}}{}B@f}{{{h{AhIh}}Fl}{{Dn{BfBEn}}}}10{Fl{{Dn{{ADl{c}}BEn}}}{}}{Fl{{Dn{IhBEn}}}}{{Flc}{{Dn{{ADl{ec}}BEn}}}B@f{}}{{{h{c}}}Il{}}000{ce{}{}}000{Fl{{ADl{c}}}{}}{FlIh}{{Flc}{{ADl{ec}}}B@f{}}{{{h{Ah{ADl{A`}}}}{h{{Ad{A`}}}}}{{Dn{FlACf}}}}{{{h{Ah{ADl{A`c}}}}{h{{Ad{A`}}}}}{{Dn{FlBBn}}}B@f}{{{h{Ah{ADl{A`c}}}}{h{{Ad{A`}}}}}{{Dn{BfBBn}}}B@f}{{{h{AhIh}}BBj}{{Dn{BfEn}}}}{{{h{AhIh}}{h{Gd}}}{{Dn{BfEn}}}}{{{h{Ah{ADl{A`c}}}}{h{{Ad{BF`}}}}}{{Dn{FlBBn}}}B@f}```````{{{h{c}}}{{h{e}}}{}{}}0{{{h{Ahc}}}{{h{Ahe}}}{}{}}0{{{h{BCb}}}BCb}{{{h{BC`}}}BC`}{{{h{c}}{h{Ahe}}}Bf{}{}}0{{{h{BCb}}{h{BCb}}}Ed}{{{h{BC`}}{h{BC`}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}000{{{h{BCb}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BC`}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}0{{{h{BCb}}}{{Fd{DfDf}}}}{ce{}{}}0{{{h{BC`}}}Fl}{{{h{c}}}e{}{}}0{{{h{c}}}Ih{}}0{c{{Dn{e}}}{}{}}000{{{h{c}}}Il{}}055``````````````{{{h{c}}}{{h{e}}}{}{}}00{{{h{Ahc}}}{{h{Ahe}}}{}{}}00{{{h{BFb}}}BFb}{{{h{BFd}}}BFd}{{{h{BFf}}}BFf}{{{h{c}}{h{Ahe}}}Bf{}{}}00{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}}{{h{c}}}BFnBG`}{c{{Dn{{ADl{A`}}BFd}}}{{AD`{{Ad{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g}{{Dn{{ADl{A`}}BFd}}}BFnBG`{{AD`{{Ad{A`}}}}}}{{c{h{e}}}{{Dn{{ADl{A`}}BFd}}}{{AD`{{Ad{A`}}}}}BFl}{{c{h{Ah{Ad{A`}}}}{h{e}}}{{Dn{FlBFf}}}{{AD`{{Ad{A`}}}}}BFl}{{c{h{Ah{ADl{A`}}}}{h{e}}}{{Dn{BfBFd}}}{{AD`{{Ad{A`}}}}}BFl}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{Ah{Ad{A`}}}}}{{Dn{FlBFf}}}BFnBG`{{AD`{{Ad{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{Ah{Ad{A`}}}}}{{Dn{FlBFd}}}BFnBG`{{AD`{{Ad{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{Ah{ADl{A`}}}}}{{Dn{BfBFd}}}BFnBG`{{AD`{{Ad{A`}}}}}}{FlFl}`{cIh{{AD`{{Ad{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g}IhBFnBG`{{AD`{{Ad{A`}}}}}}{{c{h{e}}}Ih{{AD`{{Ad{A`}}}}}BFl}{{c{h{Ah{Ad{A`}}}}{h{e}}}{{Dn{FlBFb}}}{{AD`{{Ad{A`}}}}}BFl}{{c{h{AhIh}}{h{e}}}Bf{{AD`{{Ad{A`}}}}}BFl}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{Ah{Ad{A`}}}}}{{Dn{FlBFb}}}BFnBG`{{AD`{{Ad{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{AhIh}}}BfBFnBG`{{AD`{{Ad{A`}}}}}}{{FlEd}{{Dh{Fl}}}}`{{{h{BFb}}{h{BFb}}}Ed}{{{h{BFd}}{h{BFd}}}Ed}{{{h{BFf}}{h{BFf}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}00000{{{h{BFb}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BFd}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BFf}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}00{BFdBFf}{ce{}{}}00``{{{h{BFf}}}{{Dh{{h{AOf}}}}}}{{{h{c}}}e{}{}}00{{{h{c}}}Ih{}}00{c{{Dn{e}}}{}{}}00000{{{h{c}}}Il{}}00555`````````````{{{h{BGb}}}{{h{Gd}}}}{{{h{c}}}{{h{e}}}{}{}}0{{{h{Ahc}}}{{h{Ahe}}}{}{}}0{{{h{BGb}}}BGb}{{{h{c}}{h{Ahe}}}Bf{}{}}{{{h{BGb}}{h{BGb}}}Ed}{{{h{BGd}}{h{BGd}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}000{{{h{BGb}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{BGd}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}0{ce{}{}}0{{{h{Gd}}}{{Dn{BGbBGd}}}}{{{h{c}}}e{}{}}{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}{{{h{Gd}}}{{Dn{BGb}}}}111{{{h{c}}}Il{}}066`{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{{BGf{c}}}}{h{AhEl}}}{{Dn{BfEn}}}BFl}:9{{{h{{Ad{A`}}}}{h{c}}}{{BGf{c}}}BFl}7664:````````````33332222{{{h{BGh}}}BGh}{{{h{BGj}}}BGj}{{{h{BGl}}}BGl}{{{h{c}}{h{Ahe}}}Bf{}{}}00{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}}{{h{c}}}BFnBG`}{{{h{BGh}}}h}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g}{{Dn{{ADl{A`}}BFd}}}BFnBG`{{AD`{{Ad{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{Ah{Ad{A`}}}}}{{Dn{FlBFf}}}BFnBG`{{AD`{{Ad{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{Ah{Ad{A`}}}}}{{Dn{FlBFd}}}BFnBG`{{AD`{{Ad{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{Ah{ADl{A`}}}}}{{Dn{BfBFd}}}BFnBG`{{AD`{{Ad{A`}}}}}}{{{h{BG`}}}Fl}{{}BGj}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g}IhBFnBG`{{AD`{{Ad{A`}}}}}}{{{h{BFn}}}Ed}{{{h{BGj}}}Ed}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{Ah{Ad{A`}}}}}{{Dn{FlBFb}}}BFnBG`{{AD`{{Ad{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{AhIh}}}BfBFnBG`{{AD`{{Ad{A`}}}}}}{{{h{BGl}}{h{BGl}}}Ed}{{{h{BGn}}{h{BGn}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}000{{{h{BGh}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{BGj}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{BGl}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{BGn}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}000`{ce{}{}}000{{{h{BGb}}BGj}BGh}?{{{h{c}}}e{}{}}00{c{{Dn{e}}}{}{}}0000000{{{h{c}}}Il{}}0004444{{BGjEd}BGj}{{BGjBGl}BGj}1```````````````{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}}{{h{c}}}BFnBG`}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g}{{Dn{{ADl{A`}}BFd}}}BFnBG`{{AD`{{Ad{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{Ah{Ad{A`}}}}}{{Dn{FlBFf}}}BFnBG`{{AD`{{Ad{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{Ah{Ad{A`}}}}}{{Dn{FlBFd}}}BFnBG`{{AD`{{Ad{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{Ah{ADl{A`}}}}}{{Dn{BfBFd}}}BFnBG`{{AD`{{Ad{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g}IhBFnBG`{{AD`{{Ad{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{Ah{Ad{A`}}}}}{{Dn{FlBFb}}}BFnBG`{{AD`{{Ad{A`}}}}}}{{{h{{BFl{}{{BFh{c}}{BFj{e}}}}}}g{h{AhIh}}}BfBFnBG`{{AD`{{Ad{A`}}}}}}`{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{{BH`{ce}}}}{h{AhEl}}}{{Dn{BfEn}}}BFlBHb}{cc{}}{ce{}{}}{{{BH`{ce}}}eBFlBHb}{{c{h{e}}}{{BH`{ec}}}BHbBFl}{{{h{Ah{BH`{ce}}}}{h{Ah{Ad{A`}}}}}{{Dn{FlBBn}}}BFlBHb}{c{{Dn{e}}}{}{}}0{{{h{c}}}Il{}}5```9988{{{h{AhBHd}}{h{Gd}}}Bf}{{{h{Ah{BHf{ce}}}}}BfBFlBHh}{{{h{Ah{BHf{ce}}}}}{{Dn{eBBn}}}BFlBHh}{{{h{Ah{BHf{ce}}}}}{{Dn{BfBBn}}}BFlBHh}{{{h{Ah{BHj{ce}}}}}{{Dn{BfBBn}}}BFlBHd}{{{h{{BHf{ce}}}}{h{AhEl}}}{{Dn{BfEn}}}BFlBHh}<<{{c{h{e}}}{{BHj{ec}}}BHdBFl}<<{{{BHf{ce}}}eBFlBHh}{{{BHj{ce}}}eBFlBHd}{{c{h{e}}}{{BHf{ec}}}BHhBFl}{{{h{c}}}{{BHj{cIh}}}BFl}<<<<;;{ce{}{}}0{{{h{Ah{BHf{ce}}}}{h{{Ad{A`}}}}}{{Dn{FlBBn}}}BFlBHh}{{{h{Ah{BHj{ce}}}}{h{{Ad{A`}}}}}{{Dn{FlBBn}}}BFlBHd}`````````{{{h{BAd}}}{{h{{Ab{A`}}}}}}{{{h{AhBAd}}}{{h{Ah{Ad{A`}}}}}}{{{h{AhBAd}}}{{h{Ah{Ab{A`}}}}}}{{{h{AhBAd}}}A`}{{{h{BAd}}}A`}{{{h{BAf}}}{{h{Bn}}}}{{{h{BAd}}}{{h{{Ad{A`}}}}}}6``{{{h{c}}}{{h{e}}}{}{}}07010000{{{h{Ahc}}}{{h{Ahe}}}{}{}}07600000{{{h{G`}}Eb}{{Fd{EbEb}}}}{{{h{BHl}}}BHl}{{{h{BAf}}}BAf}{{{h{BAd}}}BAd}{{{h{BHn}}}BHn}{{{h{BI`}}}BI`}{{{h{BIb}}}BIb}{{{h{BId}}}BId}{{{h{c}}{h{Ahe}}}Bf{}{}}000000{{{h{BAf}}{h{BAf}}}Bh}{{{h{BAd}}{h{BAd}}}Bh}{{{h{BHn}}{h{BHn}}}Bh}{{{h{BI`}}{h{BI`}}}Bh}{{{h{BId}}{h{BId}}}Bh}{{{h{Ahc}}}{{Dn{BAfAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{BAdAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{BHnAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{BI`AC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{BIdAC`}}}{ACbACd}}20{{{h{BAf}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{BAd}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{BHn}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{BI`}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{BId}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{}BAd}{c{{Dn{BAd}}}E`}{{{h{BHl}}{h{BHl}}}Ed}{{{h{BAf}}{h{BAf}}}Ed}{{{h{BAd}}{h{BAd}}}Ed}{{{h{BHn}}{h{BHn}}}Ed}{{{h{BI`}}{h{BI`}}}Ed}{{{h{BIb}}{h{BIb}}}Ed}{{{h{BId}}{h{BId}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0000000000000{{{h{BHl}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BAf}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{BAd}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{BHn}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{BI`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{BIb}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BId}}{h{AhEl}}}{{Dn{BfEn}}}}{ANnBHl}{cc{}}0{{{Ab{A`}}}BAd}1{{{h{{Ab{A`}}}}}BAd}2222{{{h{Fj}}EbDf{h{{Ad{Fl}}}}}{{Dn{BHnBHl}}}}{{{h{Gd}}}{{Dn{BAdBIf}}}}{{{h{BI`}}{h{Fj}}}{{Dn{BIdBIb}}}}{{{h{Gd}}}{{Dn{BAd}}}}{{{h{BAf}}{h{Ahc}}}BfGj}{{{h{BAd}}{h{Ahc}}}BfGj}{{{h{BHn}}{h{Ahc}}}BfGj}{{{h{BI`}}{h{Ahc}}}BfGj}{{{h{BId}}{h{Ahc}}}BfGj}``{{{h{BAd}}c}h{}}`{ce{}{}}000000{{{h{BAd}}}Ed}{{{h{BAd}}}Fl}`{{{h{BAf}}{h{BAf}}}{{Dh{Bh}}}}{{{h{BAd}}{h{BAd}}}{{Dh{Bh}}}}{{{h{BHn}}{h{BHn}}}{{Dh{Bh}}}}{{{h{BI`}}{h{BI`}}}{{Dh{Bh}}}}{{{h{BId}}{h{BId}}}{{Dh{Bh}}}}`{{{h{BAd}}c}DnI`}`{{{h{BHl}}}{{Dh{{h{AOf}}}}}}{{{h{BIb}}}{{Dh{{h{AOf}}}}}}{BAd{{Ab{A`}}}}{{{h{c}}}e{}{}}000000{{{h{c}}}Ih{}}00`{c{{Dn{e}}}{}{}}00{{{h{{Ad{A`}}}}}{{Dn{BAd}}}}11111111111`{{{h{c}}}Il{}}000000{ce{}{}}000000{{{h{c}}{Fd{EbEb}}}BAd{{AD`{{Ad{A`}}}}}}````````````{{{h{Ah{BIh{c}}}}{h{{Ad{A`}}}}}BfACh}{{{h{Ah{BIj{c}}}}{h{{Ad{A`}}}}}BfACh}{{{h{Ah{BIh{c}}}}g}{{Dn{BfBIl}}}ACh{{Dj{Mf}}}{{AFd{{h{AAd}}}{{Hh{{Dn{eBIl}}}}}}}}{{{h{Ah{BIh{c}}}}}BfACh}{{{h{c}}}{{h{e}}}{}{}}0000000{{{h{Ahc}}}{{h{Ahe}}}{}{}}0000000{{{h{BIn}}}BIn}{{{h{c}}{h{Ahe}}}Bf{}{}}`{{{h{BIn}}{h{BIn}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{BIn}}{h{Kf}}}Kf}{{{h{Ah{BIh{c}}}}}{{Dn{FlACf}}}ACh}{{{h{Ah{BIj{c}}}}}{{Dn{FlACf}}}ACh}{{{h{Ah{BJ`{c}}}}}{{Dn{FlACf}}}ACh}{{{h{BIl}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BIn}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}00000{ACfBIl}{ANnBIl}22{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{{Ad{A`}}}}}BIn}{{{h{Fj}}e}{{Dn{BInBIl}}}{{Dj{Mf}}}{{AFd{{h{AAd}}}{{Hh{{Dn{cBIl}}}}}}}}{{{h{Ah{BJf{c}}}}A`}{{Dn{EbACf}}}{ACbACd}}{{{h{BIl}}}{{Dh{{h{AOf}}}}}}{{{h{c}}}e{}{}}{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}000000000000000{{{h{c}}}Il{}}0000000{ce{}{}}0000000{{{h{Ah{BJ`{c}}}}EbA`}{{Dn{FlACf}}}ACh}`````````````````````````````{{{h{BJh}}}{{h{{Ab{A`}}}}}}{{{h{BJj}}}{{h{{Ab{A`}}}}}}{{{h{AhBJh}}}{{h{Ah{Ab{A`}}}}}}{{{h{AhBJh}}}{{h{Ah{Ad{A`}}}}}}{{{h{AhBJj}}}{{h{Ah{Ad{A`}}}}}}{{{h{AhBJj}}}{{h{Ah{Ab{A`}}}}}}{{{h{AhBJh}}}A`}{{{h{AhBJj}}}A`}{{{h{BJh}}}A`}{{{h{BJj}}}A`}{{{h{BJh}}}{{h{{Ad{A`}}}}}}:9{{{h{BJj}}}{{h{{Ad{A`}}}}}}{{{h{BD`}}}{{h{{Ad{BD`}}}}}}{{{h{BCn}}}{{h{{Ad{BD`}}}}}}{{{h{c}}}{{h{e}}}{}{}}0>430=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{{Ad{A`}}}}}{{Dn{BJnBDh}}}}{{{h{{Ad{A`}}}}}{{Dn{AEfBDh}}}}{{}BJj}{{}BCn}``````{{{h{BJn}}{h{{Jf{c}}}}{h{e}}}{{Dn{BJnBDh}}}AGd{{AD`{{Ad{BD`}}}}}}{{{h{AEf}}{h{{Jf{c}}}}{h{e}}}{{Dn{AEfBDh}}}Jn{{AD`{{Ad{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}}}{{Ab{A`}}}}{{{h{AEf}}}{{Ab{A`}}}}{{{h{BJh}}{h{BJh}}}Ed}{{{h{BJj}}{h{BJj}}}Ed}{{{h{BJn}}{h{BJn}}}Ed}{{{h{AEf}}{h{AEf}}}Ed}{{{h{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`{{Ad{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{{Ab{A`}}}}}BJh}1{{{Ab{A`}}}BJh}2{{{Ab{A`}}}BJj}{{{h{{Ab{A`}}}}}BJj}44{DfBD`}5{{{h{{Ad{BD`}}}}}BCn}{{{ADl{BD`}}}BCn}7{BK`BDh}8{JlBDh}{ANnBDh}{AOdBDh};{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{{Ad{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{{Ab{A`}}}}{BJj{{Ab{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{{Ad{A`}}}}}{{Dn{BJh}}}}1{{{h{{Ad{A`}}}}}{{Dn{BJj}}}}2222222222222222{{{h{c}}}Il{}}00000000{ce{}{}}00000000{{{h{BJn}}{h{{Jf{c}}}}}BJjAGd}{{{h{AEf}}{h{{Jf{c}}}}}BJjAGd}`````````````````````````````````{{{h{G`}}}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{ANnOb}1{ANnBKh}{BBbBKf}{{{h{G`}}{h{Ahc}}}BfGj}{{{h{BKf}}{h{Ahc}}}BfGj}`{ce{}{}}000{{{h{BKf}}A`}Ed}``{{{h{G`}}{h{G`}}}{{Dh{Bh}}}}{{{h{BKf}}{h{BKf}}}{{Dh{Bh}}}}`{{{h{G`}}c}DnI`}{{{h{BKf}}c}DnI`}{{{h{Ob}}}{{Dh{{h{AOf}}}}}}{{{h{BKh}}}{{Dh{{h{AOf}}}}}}{{{h{G`}}}ABh}`{BKfBBb}{{{h{c}}}e{}{}}000{{{h{c}}}Ih{}}0{c{{Dn{e}}}{}{}}0000000`{{{h{c}}}Il{}}000{{{h{G`}}ABh}{{Dn{D`BKh}}}}`>>>>{{{h{G`}}}Jb}``````````````````{{{h{Oh}}}{{h{{Ab{A`}}}}}}{{{h{AhOh}}}{{h{Ah{Ab{A`}}}}}}{{{h{AhOh}}}{{h{Ah{Ad{A`}}}}}}{{{h{AhOh}}}A`}{{{h{Oh}}}A`}{{{h{Oh}}}{{h{{Ad{A`}}}}}}5{{{h{c}}}{{h{e}}}{}{}}16{{{h{Ahc}}}{{h{Ahe}}}{}{}}56{{{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{}}{{{Ab{A`}}}Oh}{{{h{{Ab{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{{Ab{A`}}}}{{{h{c}}}e{}{}}{{{h{c}}}Ih{}}{{{h{{Ad{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}22{AJfOj}{BLbOj}4{AJdOj}{Df{{Dn{AJdBKn}}}}{Df{{Dn{AJfBKn}}}}{DfOj}{Df{{Dn{OjBKn}}}}{{{h{Gd}}}{{Dn{AJdBKj}}}}{{{h{Gd}}}{{Dn{AJfBKl}}}}{{{h{Gd}}}{{Dn{OjAFn}}}}{{{h{Gd}}}{{Dn{AJd}}}}{{{h{Gd}}}{{Dn{AJf}}}}{{{h{Gd}}}{{Dn{Oj}}}}6{{{h{Gd}}}{{Dn{OjAHn}}}}{{{h{AJd}}{h{Ahc}}}BfGj}{{{h{AJf}}{h{Ahc}}}BfGj}{{{h{Oj}}{h{Ahc}}}BfGj}{ce{}{}}00000{{{h{Oj}}}Ed}0{{{h{Oj}}Oj}Ed}0{{{h{Oj}}AJdAJf}Ed}{{{h{AJd}}{h{AJd}}}{{Dh{Bh}}}}{{{h{AJf}}{h{AJf}}}{{Dh{Bh}}}}{{{h{Oj}}{h{Oj}}}{{Dh{Bh}}}}{{{h{c}}{h{e}}}Ed{}{}}{{{h{c}}h}Ed{}}0{{{h{c}}{h{Ml}}}{{Dh{AAj}}}{}}0{{{h{c}}{h{{Fd{MlM`}}}}}{{Dh{{Fd{JdFl}}}}}{}}{{{h{c}}{h{Ml}}}{{Dh{Jd}}}{}}33{{{h{c}}}{{Dh{{h{{AKf{AKd{Fd{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}}}}{c{{Dn{e}}}{}{}}{{{AJb{Gd}}}{{Dn{AJd}}}}{{{h{Gd}}}{{Dn{AJd}}}}2{{{AJb{Gd}}}{{Dn{AJf}}}}{Ih{{Dn{AJf}}}}4{{{h{Gd}}}{{Dn{AJf}}}}55{{{h{Gd}}}{{Dn{Oj}}}}6{{{AJb{Gd}}}{{Dn{Oj}}}}{Ih{{Dn{Oj}}}}888888{{{h{c}}}Il{}}00000{ce{}{}}00000`````````````````{{{h{c}}}{{h{e}}}{}{}}000000{{{h{Ahc}}}{{h{Ahe}}}{}{}}000000{{{h{c}}Oj}Ed{}}{{{h{On}}On}Ed}{{{h{c}}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{cc{}}{AElBLd}11{AEjOn}{BLdOn}3{BLfOn}444{AElBLf}{AElOn}{Df{{Dn{OnBLh}}}}61{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{CfAGj}}}}}}}}}{}}{{{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{c{{Dn{e}}}{}{}}{Ih{{Dn{BLd}}}}{{{AJb{Gd}}}{{Dn{BLd}}}}{{{h{Gd}}}{{Dn{BLd}}}}{Ih{{Dn{BLf}}}}{{{h{Gd}}}{{Dn{BLf}}}}{{{AJb{Gd}}}{{Dn{BLf}}}}666{Ol{{Dn{OnBLh}}}}7777777777{{{h{c}}}Il{}}000000{BLdAEl}{BLfAEl}{ce{}{}}000000``````````````````{{{h{c}}}{{h{e}}}{}{}}0{{{h{Ahc}}}{{h{Ahe}}}{}{}}0{{{h{A@f}}}A@f}{{{h{A@h}}}A@h}{{{h{c}}{h{Ahe}}}Bf{}{}}0{{{h{A@f}}{h{A@f}}}Bh}{{{h{A@f}}{h{A@f}}}Ed}{{{h{A@h}}{h{A@h}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}000{{{h{A@f}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{A@h}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}0{{{h{A@f}}{h{Ahc}}}BfGj}=={{{h{A@f}}{h{A@f}}}{{Dh{Bh}}}}{{{h{c}}}e{}{}}0{c{{Dn{e}}}{}{}}000{{{h{c}}}Il{}}0{ce{}{}}0`````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````{{{h{Od}}}{{h{{Ad{A`}}}}}}{{{h{Nh}}}{{h{{Ad{A`}}}}}}{{{h{AhNh}}}{{h{AhNh}}}}{{{h{AhNh}}}{{h{Ah{Ad{A`}}}}}}{{{h{AhBCh}}}{{h{AhNh}}}}10{{{h{BCh}}}{{h{Nh}}}}4{{{h{Nh}}}{{h{Nh}}}}1{{{h{Od}}}{{h{Mf}}}}{{{h{AJ`}}}{{h{Mf}}}}{{{h{AIn}}}{{h{Mf}}}}{{{h{c}}}{{h{e}}}{}{}}000005000{{{h{Ahc}}}{{h{Ahe}}}{}{}}000000700{{{h{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{{Ad{A`}}}}}{{Dn{BfBLn}}}}{{{h{Od}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{ADh}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{AJ`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{AIn}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{Nh}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{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{{Ab{A`}}}}}{{h{Nh}}}}{{{h{Ah{Ab{A`}}}}}{{h{AhNh}}}}11111001010101110110010100001000101110111010001000001100001100001111111111000011010010100010011001010010011011011111110010001100100101001110101100{{{h{{Ab{A`}}}}}BCh}00{{{Ab{A`}}}BCh}1101011000010011000101110010{LhBCh}21211222{L`BCh}3232233233323222222323232233{LfBCh}43434433343334344333334334433444843444434343343{LbBCh}45545544454454455445455545555554449{BMbBM`}{ANnBM`};{{{h{Nh}}{h{Ahc}}}BfGj}{{{h{BCh}}{h{Ahc}}}BfGj}{{{h{Nh}}AI`}h}{{{h{Nh}}{AIb{Fl}}}h}{{{h{Nh}}Fl}h}{{{h{Nh}}{AIj{Fl}}}h}{{{h{Nh}}{AIf{Fl}}}h}{{{h{Nh}}{AIl{Fl}}}h}{{{h{Nh}}{Fd{{AIh{Fl}}{AIh{Fl}}}}}h}{{{h{Nh}}{AId{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{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{{Ad{A`}}}}}Ed}{{{h{{Ad{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{{Ad{A`}}}}}{{Dn{{h{Nh}}}}}}{{{h{Ah{Ad{A`}}}}}{{Dn{{h{AhNh}}}}}}2{{{ADl{A`}}}{{Dn{BCh}}}}3333333333{{{h{c}}}Il{}}00000000{ce{}{}}0000000{FlBCh}``{{{h{Ah{Ab{A`}}}}A@`}Fl}``````{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{AJj}}}AJj}{{{h{c}}{h{Ahe}}}Bf{}{}}{{{h{AJj}}{h{AJj}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{AJj}}{h{AhEl}}}{{Dn{BfEn}}}}0{ANnAJj}{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{AO`}}}AO`}>>>{{{h{BMf}}{h{BMf}}}Ed}{{{h{BMh}}{h{BMh}}}Ed}{{{h{AO`}}{h{AO`}}}Ed}??????{{{h{BMf}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BMh}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{AO`}}{h{AhEl}}}{{Dn{BfEn}}}}0{BMjBMf}{ANnBMf}{AO`BMf}{cc{}}0{AO`BMh}{ANnBMh}2???{{{h{AO`}}}A`}{{{h{BMf}}}{{Dh{{h{AOf}}}}}}{{{h{BMh}}}{{Dh{{h{AOf}}}}}}{{{h{c}}}e{}{}}00{{{h{c}}}Ih{}}00{c{{Dn{e}}}{}{}}00000{{{h{c}}}Il{}}00{ce{}{}}00`````````````````````````{{{h{c}}}{{h{e}}}{}{}}00000{{{h{Ahc}}}{{h{Ahe}}}{}{}}00000{{{h{BMl}}}BMl}{{{h{AMd}}}AMd}{{{h{AMf}}}AMf}{{{h{BMn}}}BMn}{{{h{BN`}}}BN`}{{{h{BNb}}}BNb}{{{h{c}}{h{Ahe}}}Bf{}{}}00000{{{h{BN`}}{h{BN`}}}Bh}{{{h{Ahc}}}{{Dn{BN`AC`}}}{ACbACd}}{{{h{BN`}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{c{{Dn{BN`}}}E`}{{A@bJ`Cl}{{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{}}{ANnBMl}1{BMnAMd}{BMnAMf}3333{{Fl{h{{Ad{Fl}}}}}BNb}{FlBNb}0{{{h{BN`}}{h{Ahc}}}BfGj}``{ce{}{}}00000{{{h{BN`}}}Ed}``{{Flc}BNbEj}{BBbBN`}`{{{h{BN`}}{h{BN`}}}{{Dh{Bh}}}}{{ce}J`{{Ej{}{{Eh{BNb}}}}}{{Ej{}{{Eh{Fl}}}}}}{{{h{{Ad{BNb}}}}{h{{Ad{Fl}}}}}J`}````{{{h{BN`}}c}DnI`}{{{h{BMl}}}{{Dh{{h{AOf}}}}}}{{{h{AMd}}}{{Dh{{h{AOf}}}}}}{{{h{AMf}}}{{Dh{{h{AOf}}}}}}{{{h{BMn}}}{{Dh{{h{AOf}}}}}}{{{h{c}}}e{}{}}00000{{{h{c}}}Ih{}}0000{c{{Dn{e}}}{}{}}00000000000`{{{h{c}}}Il{}}00000```??????{{{h{BNb}}}J`}`````{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{cc{}}{ce{}{}}{c{{H`{g}}}{}{}{{Hb{}{{Eh{e}}}}}}1{{{h{AhAJh}}}Dh}{{{h{AJh}}}{{Fd{Fl{Dh{Fl}}}}}}{c{{Ij{i}}}{}{}{}{{Hb{}{{Eh{{Dn{eg}}}}}}}}::94```````````````{{{h{Nj}}}{{h{Nj}}}}````8877{{{h{Nj}}}Nj}{{{h{c}}{h{Ahe}}}Bf{}{}}{{{h{Ahc}}}{{Dn{BNdAC`}}}{ACbACd}}0{{{h{BNf}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{Ad{A`}}}}}{{Dn{cAC`}}}BNd}{{{h{{Ad{A`}}}}}{{Dn{{Fd{cFl}}AC`}}}BNd}{{{h{Nj}}}Eb}{{{h{AhBNh}}Ed}{{Dn{BfACf}}}}{{{h{AhBNh}}BB`}{{Dn{BfACf}}}}{{{h{AhBNh}}BBb}{{Dn{BfACf}}}}{{{h{AhBNh}}A@`}{{Dn{BfACf}}}}{{{h{AhBNh}}BBd}{{Dn{BfACf}}}}{{{h{AhBNh}}{h{{Ad{A`}}}}}{{Dn{BfACf}}}}{{{h{AhBNh}}AEl}{{Dn{BfACf}}}}{{{h{AhBNh}}Df}{{Dn{BfACf}}}}{{{h{AhBNh}}Eb}{{Dn{BfACf}}}}{{{h{AhBNh}}A`}{{Dn{BfACf}}}}`{{{h{Nj}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{{BNj{c}}}}{h{AhEl}}}{{Dn{BfEn}}}F`}0{Cn{{h{Nj}}}}{{{h{Cn}}}{{h{Nj}}}}{{{h{Cn}}}Nj}{cc{}}{CnNj}{ANn{{BNj{c}}}{}}2{ce{}{}}0{{{BNj{c}}}eBNlBDj}```3`````{{{h{AhBNn}}}{{Dn{EdAC`}}}}{{{h{AhBNn}}}{{Dn{BB`AC`}}}}{{{h{AhBNn}}}{{Dn{BBbAC`}}}}{{{h{AhBNn}}}{{Dn{A@`AC`}}}}{{{h{AhBNn}}}{{Dn{BBdAC`}}}}{{{h{AhBNn}}{h{Ah{Ad{A`}}}}}{{Dn{BfAC`}}}}{{{h{AhBNn}}}{{Dn{AElAC`}}}}{{{h{AhBNn}}}{{Dn{DfAC`}}}}{{{h{AhBNn}}}{{Dn{EbAC`}}}}{{{h{AhBNn}}}{{Dn{A`AC`}}}}``{{{h{c}}}{{ADl{A`}}}{BNfACd}}{{{h{{BNj{c}}}}}{{Dh{{h{AOf}}}}}F`}{{{h{c}}}e{}{}}{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}000{{{h{c}}}Il{}}0{ce{}{}}0`````````````````{{{h{c}}}{{h{e}}}{}{}}00{{{h{Ahc}}}{{h{Ahe}}}{}{}}00{{{h{BO`}}}{{Ab{A`}}}}{{{h{BO`}}}BO`}{{{h{c}}{h{Ahe}}}Bf{}{}}{{{h{Ahc}}}{{Dn{BNdAC`}}}{ACbACd}}0{{{h{Ahc}}}{{Dn{BO`AC`}}}{ACbACd}}{{{h{BNf}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{BO`}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{BO`}}}{{h{{Ad{A`}}}}}}{{{h{{Ad{A`}}}}}{{Dn{cAC`}}}BNd}{{{h{Gd}}}{{Dn{cBOb}}}BNd}{{{h{{Ad{A`}}}}}{{Dn{{Fd{cFl}}AC`}}}BNd}{{{h{AhBNh}}Ed}{{Dn{BfACf}}}}{{{h{AhBNh}}BB`}{{Dn{BfACf}}}}{{{h{AhBNh}}BBb}{{Dn{BfACf}}}}{{{h{AhBNh}}A@`}{{Dn{BfACf}}}}{{{h{AhBNh}}BBd}{{Dn{BfACf}}}}{{{h{AhBNh}}{h{{Ad{A`}}}}}{{Dn{BfACf}}}}{{{h{AhBNh}}AEl}{{Dn{BfACf}}}}{{{h{AhBNh}}Df}{{Dn{BfACf}}}}{{{h{AhBNh}}Eb}{{Dn{BfACf}}}}{{{h{AhBNh}}A`}{{Dn{BfACf}}}}{{{h{BO`}}{h{BO`}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{AC`}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BOb}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{BO`}}{h{AhEl}}}{{Dn{BfEn}}}}{ACfAC`}{cc{}}{ANnAC`}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{Ad{A`}}}}}{{Dn{BfAC`}}}}{{{h{AhBNn}}}{{Dn{AElAC`}}}}{{{h{AhBNn}}}{{Dn{DfAC`}}}}{{{h{AhBNn}}}{{Dn{EbAC`}}}}{{{h{AhBNn}}}{{Dn{A`AC`}}}}{{{h{c}}}{{ADl{A`}}}{BNfACd}}{{{h{c}}}Ih{BNfACd}}{{{h{AC`}}}{{Dh{{h{AOf}}}}}}{{{h{BOb}}}{{Dh{{h{AOf}}}}}}{{{h{c}}}e{}{}}{{{h{c}}}Ih{}}0{c{{Dn{e}}}{}{}}00000{{{h{c}}}Il{}}00{ce{}{}}00````````````````````````````````{{{h{c}}}{{h{e}}}{}{}}0{{{h{Ahc}}}{{h{Ahe}}}{}{}}0{{}{{BOf{c}}}BOh}{c{{Dn{e}}}E`BNd}{{{h{AhBOj}}{h{Ahc}}{h{{Ad{A`}}}}}{{Dn{BfEn}}}AEb}{{{h{AhBOj}}{h{Ahc}}}{{Dn{BfEn}}}AEb}{cc{}}0{{{h{Gd}}}{{Dn{ce}}}{}{}}{{{h{Gd}}}Dn}`99{BNlcBDj}{{{h{c}}e}DnBNfI`}====<<;;```````::::::999999{{{h{BOl}}}BOl}{{{h{BOn}}}BOn}{{{h{c}}{h{Ahe}}}Bf{}{}}0{{{h{Ah{C@`{c}}}}{h{Ahe}}{h{{Ad{A`}}}}}{{Dn{BfEn}}}BOhAEb}{{{h{BOl}}{h{BOl}}}Ed}{{{h{BOn}}{h{BOn}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}000{{{h{Ah{C@`{c}}}}{h{Ahe}}}{{Dn{BfEn}}}BOhAEb}{{{h{BOl}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{BOn}}{h{AhEl}}}{{Dn{BfEn}}}}>>>{{{BOf{c}}}{{C@`{c}}}BOh}???{ce{}{}}00000{BOlcBDj}{BOncBDj}{c{{H`{g}}}{}{}{{Hb{}{{Eh{e}}}}}}3{{{h{AhC@b}}}Dh}{{{h{c}}}e{}{}}0{c{{Ij{i}}}{}{}{}{{Hb{}{{Eh{{Dn{eg}}}}}}}}{c{{Dn{e}}}{}{}}00000000000{{{h{c}}}Il{}}00000888888```````{{{h{AhC@d}}}{{h{Ah{Ad{A`}}}}}}{{{h{C@d}}}{{h{Nh}}}}{{{h{C@d}}}{{h{{Ad{A`}}}}}}{{{h{c}}}{{h{e}}}{}{}}100{{{h{Ahc}}}{{h{Ahe}}}{}{}}040{{{h{AKb}}}AKb}{{{h{C@d}}}C@d}{{{h{C@f}}}C@f}{{{h{c}}{h{Ahe}}}Bf{}{}}00{{{h{C@d}}}h}{{{h{AhC@d}}}{{h{Ah}}}}{c{{Dn{AKb}}}E`}{{{h{AKb}}{h{AKb}}}Ed}{{{h{C@d}}{h{C@d}}}Ed}{{{h{C@f}}{h{C@f}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}00000{{{h{AKb}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{C@d}}{h{AhEl}}}{{Dn{BfEn}}}}000{{{h{C@f}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}0{AHdC@f}{ANnC@f}{JlC@f}3{AFlC@f}{{{h{{Ad{A`}}}}}{{Dn{AKbC@f}}}}{{{h{Gd}}}{{Dn{AKb}}}}{{{h{AKb}}{h{Ahc}}}BfGj}{{{h{C@d}}{h{Ahc}}}BfGj}{ce{}{}}00{{{h{C@d}}}}{{{h{C@d}}}{{C@h{A`}}}}{{{h{AKb}}}C@d}{{{h{AKb}}c}DnI`}{{{h{AKb}}{h{Ahc}}}{{Dn{BfACf}}}{AChACd}}{C@jAKb}``{{{h{C@f}}}{{Dh{{h{AOf}}}}}}{{{h{c}}}e{}{}}00{{{h{c}}}Ih{}}00{AKb{{ADl{A`}}}}{c{{Dn{e}}}{}{}}00000{{{h{c}}}Il{}}00<<<{{{h{C@d}}{h{Ahc}}}{{Dn{BfACf}}}{AChACd}}`````````{{{h{c}}}{{h{e}}}{}{}}000{{{h{Ahc}}}{{h{Ahe}}}{}{}}000{{{h{AFn}}}AFn}{{{h{AHn}}}AHn}{{{h{C@l}}}C@l}{{{h{C@n}}}C@n}{{{h{c}}{h{Ahe}}}Bf{}{}}000{{{h{AFn}}{h{AFn}}}Ed}{{{h{AHn}}{h{AHn}}}Ed}{{{h{C@l}}{h{C@l}}}Ed}{{{h{C@n}}{h{C@n}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0000000{{{h{AFn}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{AHn}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{C@l}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{C@n}}{h{AhEl}}}{{Dn{BfEn}}}}0{C@lAFn}{cc{}}{BMjAFn}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{{Ad{A`}}}}}{{Dn{{CAd{}{{CA`{c}}{CAb{e}}}}Gb}}}CAf{CAhBBh}}{{{h{{Ad{A`}}}}}{{CAd{}{{CA`{c}}{CAb{e}}}}}CAf{CAhBBh}}`{e{{CAd{}{{CA`{g}}{CAb{i}}}}}{{AD`{{Ad{A`}}}}}{{Ej{}{{Eh{c}}}}}CAf{CAhBBh}}```{{{h{Ah{CAf{}{{CAj{c}}}}}}{h{{Ad{A`}}}}}Bf{}}{{{h{{CAf{}{{CAj{c}}}}}}}c{}}{{{h{{CAf{}{{CAj{c}}}}}}}Fl{}}````````````{{{CAd{}{{CA`{c}}{CAb{e}}}}}eCAf{CAhBBh}}{{{h{{Ad{A`}}}}{h{{Ad{A`}}}}}Ed}`{{}Ml}{{{h{Ml}}}h}{{{h{Ml}}}{{h{{Ab{A`}}}}}}{{{h{Ml}}}{{h{{Ad{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{KhMl}{LfMl}{L`Ml}{cc{}}{LhMl}{{}Ml}{{{h{Ah{Ab{A`}}}}}{{h{AhMl}}}}{{{h{{Ab{A`}}}}}{{h{Ml}}}}{ADfMl}{{{h{{Ad{A`}}}}}{{Dn{MlGb}}}}0{{{h{Gd}}}{{Dn{Ml}}}}{{{h{Ml}}{h{Ahc}}}BfGj}{{{h{Ml}}c}h{{Gn{{Ad{A`}}}}}}{ce{}{}}{MlBDf}{{{h{Ml}}{h{Ml}}}{{Dh{Bh}}}}{{{h{Ml}}c}DnI`}{Ml}{{{h{c}}}e{}{}}{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}0{{{h{c}}}Il{}}8``````````````````{{{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}22{CBhBIf}3{CBjBIf}4{{{h{Gd}}}{{Dn{{CAh{}{{Gf{c}}}}c}}}{F`CBb}}{c{{CBl{c}}}{{Hb{}{{Eh{{Ab{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{{Ab{A`}}}}}}}}{{{h{Ah{CBn{c}}}}}{{Dh{BBj}}}{{Hb{}{{Eh{A`}}}}}}{{{h{Ah{CBl{c}}}}}Dh{{Hb{}{{Eh{{Ab{A`}}}}}}CCd}}{{{h{Ah{CBn{c}}}}}{{Dh{BBj}}}{{CCd{}{{Eh{A`}}}}Hb}}{{{h{Ah{CBl{c}}}}Fl}Dh{{Hb{}{{Eh{{Ab{A`}}}}}}}}{{{h{Ah{CBl{c}}}}Fl}Dh{{Hb{}{{Eh{{Ab{A`}}}}}}CCd}}``{{{h{Ah{CBl{c}}}}{h{Ah{Ad{A`}}}}}{{Dn{FlBBn}}}{{Hb{}{{Eh{{Ab{A`}}}}}}CCf}}{{{h{{CBl{c}}}}}{{Fd{Fl{Dh{Fl}}}}}{{Hb{}{{Eh{{Ab{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{{Ad{A`}}}}CB`}{{h{{Ad{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`}}}}}}0{{{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{{Ad{A`}}}}}{{Dn{BfACf}}}{}}{{{h{Ahc}}AEl}{{Dn{BfACf}}}{}}{{{h{Ahc}}Df}{{Dn{BfACf}}}{}}{{{h{Ahc}}Eb}{{Dn{BfACf}}}{}}{{{h{Ahc}}A`}{{Dn{BfACf}}}{}}{{}}{{{h{ALn}}{h{ALn}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{AhCCn}}}{{Dn{BfBBn}}}}{{{h{AhCCn}}}{{Dn{BfACf}}}}{{{h{ALn}}{h{AhEl}}}{{Dn{BfEn}}}}000{cc{}}0{{}ALn}{{{h{Ah{Ab{A`}}}}}{{h{AhALn}}}}{{{h{{Ab{A`}}}}}{{h{ALn}}}}{CCnALn}{{{h{{Ad{A`}}}}}{{Dn{ALnGb}}}}0{{{h{Gd}}}{{Dn{ALn}}}}{{{h{ALn}}{h{Ahc}}}BfGj}{{{h{ALn}}c}h{{Gn{{Ad{A`}}}}}}{{{h{AhCCn}}{h{{Ad{A`}}}}}Bf}{ce{}{}}0{ALnBDf}{{{h{CCn}}}{{Ab{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{{Ad{A`}}}}}{{Dn{FlBBn}}}}{{{h{AhCCn}}{h{{Ad{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{{Ad{{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{{Ad{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{{Ad{{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{{Ad{{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{{Ad{{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{{Ad{A`}}}}}{{Dn{ce}}}{}BDj}{{{CF`{}{{CFj{c}}}}{h{Gd}}}{{Dn{ce}}}{}BDj}{{{CF`{}{{CFj{c}}}}{ADl{A`}}}{{Dn{ce}}}{}BDj}2{{CFf{h{{Ad{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{{Ad{{h{Gd}}}}}}e}DnBDjCF`}{{{CH`{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCF`}{{{CHb{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCF`}{{{CHd{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCF`}{{{BDn{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCF`}{{{CHf{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCF`}{{{CHh{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCF`}{{{CHj{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCF`}{{{CHl{ce}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}g}DnHbBDjCF`}{{{CI`{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCF`}{{{CIb{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCF`}{{{CId{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCF`}{{{CIf{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCF`}{{{CIh{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCF`}{{{CIj{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCF`}{{{CIl{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCF`}{{{CIn{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCF`}{{{CJ`{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCF`}{{{CJb{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCF`}{{{CJd{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCF`}{{{CJf{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCF`}{{{CJh{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCF`}{{{CJj{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCF`}{{{CJl{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCF`}{{{CJn{gc}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CF`}{{{CK`{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnCGdCF`}{{{CKb{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnCGfCF`}{{{CKd{c}}{h{Gd}}{h{{Ad{{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{{Ad{{h{Gd}}}}}}e}DnBDjCF`}{{{CH`{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCF`}{{{CHb{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCF`}{{{CHd{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCF`}{{{BDn{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCF`}{{{CHf{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCF`}{{{CHh{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCF`}{{{CHj{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCF`}{{{CHl{ce}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}g}DnHbBDjCF`}{{{CI`{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCF`}{{{CIb{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCF`}{{{CId{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCF`}{{{CIf{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCF`}{{{CIh{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCF`}{{{CIj{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCF`}{{{CIl{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCF`}{{{CIn{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCF`}{{{CJ`{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCF`}{{{CJb{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCF`}{{{CJd{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCF`}{{{CJf{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCF`}{{{CJh{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCF`}{{{CJj{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCF`}{{{CJl{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnBDjCF`}{{{CJn{gc}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}i}DnBDj{{BDl{c}}}{{Hb{}{{Eh{e}}}}}CF`}{{{CK`{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnCGdCF`}{{{CKb{c}}{h{Gd}}{h{{Ad{{h{Gd}}}}}}e}DnCGfCF`}{{{CKd{c}}{h{Gd}}{h{{Ad{{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{{Ad{A`}}}}}{{CHh{c}}}{}}{{{h{{Ad{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{{Ad{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{{Ad{A`}}}}}{{Dn{CKlGb}}}}{{{h{CKl}}c}DnI`}``{{}CKn}{{{h{CKn}}}h}{{{h{CKn}}}{{h{{Ad{A`}}}}}}{{{h{CKn}}}{{h{{Ab{A`}}}}}}1{{{h{c}}}{{h{e}}}{}{}}0{{{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{{Ad{A`}}}}}{{Dn{BfACf}}}{}}{{{h{Ahc}}AEl}{{Dn{BfACf}}}{}}{{{h{Ahc}}Df}{{Dn{BfACf}}}{}}{{{h{Ahc}}Eb}{{Dn{BfACf}}}{}}{{{h{Ahc}}A`}{{Dn{BfACf}}}{}}{{}}{{{h{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{Ab{A`}}}}}{{h{AhCKn}}}}{{{h{{Ab{A`}}}}}{{h{CKn}}}}{CL`CKn}{{{h{{Ad{A`}}}}}{{Dn{CKnGb}}}}0{{{h{Gd}}}{{Dn{CKn}}}}{{{h{CKn}}{h{Ahc}}}BfGj}{{{h{CKn}}c}h{{Gn{{Ad{A`}}}}}}{{{h{AhCL`}}{h{{Ad{A`}}}}}Bf}{ce{}{}}0{{{h{CL`}}}{{Ab{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{{Ad{A`}}}}}{{Dn{FlBBn}}}}{{{h{AhCL`}}{h{{Ad{A`}}}}}{{Dn{FlACf}}}}```{{}n}{{{h{n}}}h}{{{h{n}}}{{h{{Ad{A`}}}}}}{{{h{n}}}{{h{{Ab{A`}}}}}}{{{h{CLb}}}{{h{{Ad{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{{Ad{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{{Ad{A`}}}}}{{Dn{BfACf}}}{}}{{{h{Ahc}}AEl}{{Dn{BfACf}}}{}}{{{h{Ahc}}Df}{{Dn{BfACf}}}{}}{{{h{Ahc}}Eb}{{Dn{BfACf}}}{}}{{{h{Ahc}}A`}{{Dn{BfACf}}}{}}{{}}{{{h{n}}{h{n}}}Ed}{{{h{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{cc{}}{Lbn}{dn}22{{}n}{{{Ab{A`}}}CLb}{{{h{Ah{Ab{A`}}}}}{{h{Ahn}}}}{{{h{{Ab{A`}}}}}{{h{n}}}}{ADfn}{{{h{Gd}}}{{Dn{CLb}}}}{{CLbFl}ADf}{{{h{{Ad{A`}}}}}{{Dn{nGb}}}}{{{h{{Ad{A`}}}}}{{Dn{CLbGb}}}}10{{{h{Gd}}}{{Dn{n}}}}4{{{h{n}}{h{Ahc}}}BfGj}{{{h{CLb}}{h{Ahc}}}BfGj}{{{h{n}}}Mj}{{{h{{Ad{A`}}}}}CLb}{{{h{n}}c}h{{Gn{{Ad{A`}}}}}}{{{h{CLb}}c}h{{Gn{{Ad{A`}}}}}}{{{h{AhADf}}{h{{Ad{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{{Ab{A`}}}}{{{h{c}}}e{}{}}00{{{h{c}}}Ih{}}0{c{{Dn{e}}}{}{}}00000{{{h{c}}}Il{}}00==={{{h{AhADf}}{h{{Ad{A`}}}}}{{Dn{FlBBn}}}}{{{h{AhADf}}{h{{Ad{A`}}}}}{{Dn{FlACf}}}}`{{}Mj}{{{h{Mj}}}h}{{{h{Mj}}}{{h{{Ab{A`}}}}}}{{{h{Mj}}}{{h{{Ad{A`}}}}}}{{{h{c}}}{{h{e}}}{}{}}1{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{Mj}}}Mj}{{{h{c}}{h{Ahe}}}Bf{}{}}{{{h{Mj}}{h{Mj}}}Bh}{{{h{Ahc}}}{{Dn{MjAC`}}}{ACbACd}}{{{h{Mj}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{c{{Dn{Mj}}}E`}{{}}{{{h{Mj}}{h{Mj}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{Mj}}{h{AhEl}}}{{Dn{BfEn}}}}000{LlMj}{KlMj}{LjMj}{cc{}}{CdMj}{KnMj}{ALlMj}{LdMj}{KfMj}{KjMj}{D`Mj}{KdMj}{{}Mj}{{{h{Ah{Ab{A`}}}}}{{h{AhMj}}}}{{{h{{Ab{A`}}}}}{{h{Mj}}}}{ADfMj}{{{h{{Ad{A`}}}}}{{Dn{MjGb}}}}0{{{h{Gd}}}{{Dn{Mj}}}}{{{h{Mj}}{h{Ahc}}}BfGj}{{{h{Mj}}c}h{{Gn{{Ad{A`}}}}}}{ce{}{}}{{{h{Mj}}{h{Mj}}}{{Dh{Bh}}}}{{{h{Mj}}c}DnI`}{Mj}{{{h{c}}}e{}{}}{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}0{{{h{c}}}Il{}}7``{{}{{N`{c}}}CLd}{{{h{{N`{c}}}}}hCLd}{{{h{{N`{c}}}}}{{h{{Ad{A`}}}}}CLd}{{{h{{N`{c}}}}}{{h{{Ab{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{M`{{N`{Nb}}}}{Ln{{N`{Mn}}}}{Md{{N`{Nf}}}}{cc{}}{Mb{{N`{Nd}}}}{{}{{N`{c}}}CLd}{{{h{Ah{Ab{A`}}}}}{{h{Ah{N`{c}}}}}CLd}{{{h{{Ab{A`}}}}}{{h{{N`{c}}}}}CLd}{ADf{{N`{c}}}CLd}{{{h{{Ad{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{{Ad{A`}}}}}}{ce{}{}}{{{h{{N`{c}}}}{h{{N`{c}}}}}{{Dh{Bh}}}CLd}{{{h{{N`{c}}}}e}DnCLdI`}{{{N`{c}}}{}CLd}{{{h{c}}}e{}{}}{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}0{{{h{c}}}Il{}}7``{{}CLf}{{{h{CLf}}}h}{{{h{CLf}}}{{h{{Ad{A`}}}}}}{{{h{CLf}}}{{h{{Ab{A`}}}}}}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{Ab{A`}}}}}{{h{AhCLf}}}}{{{h{{Ab{A`}}}}}{{h{CLf}}}}{CLhCLf}{{{h{{Ad{A`}}}}}{{Dn{CLfGb}}}}0{{{h{Gd}}}{{Dn{CLf}}}}{{{h{CLf}}{h{Ahc}}}BfGj}{{{h{CLf}}c}h{{Gn{{Ad{A`}}}}}}{{{h{AhCLh}}{h{{Ad{A`}}}}}Bf}{ce{}{}}0{{{h{CLh}}}{{Ab{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}}}{}{}}20{{{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{{Ad{A`}}}}}{{Dn{BfACf}}}{}}{{{h{Ahc}}AEl}{{Dn{BfACf}}}{}}{{{h{Ahc}}Df}{{Dn{BfACf}}}{}}{{{h{Ahc}}Eb}{{Dn{BfACf}}}{}}{{{h{Ahc}}A`}{{Dn{BfACf}}}{}}{{}}{{{h{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{Ab{A`}}}}}{{h{AhCLj}}}}{{{h{{Ab{A`}}}}}{{h{CLj}}}}{CLlCLj}{{{h{{Ad{A`}}}}}{{Dn{CLjGb}}}}0{{{h{Gd}}}{{Dn{CLj}}}}{{{h{CLj}}{h{Ahc}}}BfGj}{{{h{CLj}}c}h{{Gn{{Ad{A`}}}}}}{{{h{AhCLl}}{h{{Ad{A`}}}}}Bf}{ce{}{}}0{{{h{CLl}}}{{Ab{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{{Ad{A`}}}}}{{Dn{FlACf}}}}{{{h{AhCLl}}{h{{Ad{A`}}}}}{{Dn{FlBBn}}}}``{{}CLn}{{{h{CLn}}}h}{{{h{CLn}}}{{h{{Ab{A`}}}}}}{{{h{CLn}}}{{h{{Ad{A`}}}}}}0{{{h{c}}}{{h{e}}}{}{}}0{{{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{Ab{A`}}}}}{{h{AhCLn}}}}{{{h{{Ab{A`}}}}}{{h{CLn}}}}{CM`CLn}{{{h{{Ad{A`}}}}}{{Dn{CLnGb}}}}0{{{h{Gd}}}{{Dn{CLn}}}}{{{h{CLn}}{h{Ahc}}}BfGj}{{{h{CLn}}c}h{{Gn{{Ad{A`}}}}}}{{{h{AhCM`}}{h{{Ad{A`}}}}}Bf}{ce{}{}}0{{{h{CM`}}}{{Ab{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}{{{h{c}}}{{h{e}}}{}{}}300{{{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{{Ad{A`}}}}}{{Dn{BfACf}}}{}}{{{h{Ahc}}AEl}{{Dn{BfACf}}}{}}{{{h{Ahc}}Df}{{Dn{BfACf}}}{}}{{{h{Ahc}}Eb}{{Dn{BfACf}}}{}}{{{h{Ahc}}A`}{{Dn{BfACf}}}{}}{{}}{{{h{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{Ab{A`}}}}}{{h{AhCMb}}}}{{{h{{Ab{A`}}}}}{{h{CMb}}}}{CMfCMb}{CMfEb}{{{h{{Ad{A`}}}}}{{Dn{CMbGb}}}}0{{{h{Gd}}}{{Dn{CMb}}}}{EbCMb}{{{h{CMb}}{h{Ahc}}}BfGj}{{EbEb{h{{Ad{A`}}}}}Eb}{{EbEb{h{{Ad{A`}}}}}CMb}{{{h{CMb}}c}h{{Gn{{Ad{A`}}}}}}{{{h{AhCMf}}{h{{Ad{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{{Ad{A`}}}}}{{Dn{FlBBn}}}}{{{h{AhCMf}}{h{{Ad{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`{{Ad{A`}}}}}}{{{h{ACf}}}{{h{Gd}}}}{{{h{Ahc}}Ed}{{Dn{BfACf}}}{}}{{{h{Ahc}}BB`}{{Dn{BfACf}}}{}}{{{h{Ahc}}BBb}{{Dn{BfACf}}}{}}{{{h{Ahc}}A@`}{{Dn{BfACf}}}{}}{{{h{Ahc}}BBd}{{Dn{BfACf}}}{}}{{{h{Ahc}}{h{{Ad{A`}}}}}{{Dn{BfACf}}}{}}{{{h{Ahc}}AEl}{{Dn{BfACf}}}{}}{{{h{Ahc}}Df}{{Dn{BfACf}}}{}}{{{h{Ahc}}Eb}{{Dn{BfACf}}}{}}{{{h{Ahc}}A`}{{Dn{BfACf}}}{}}{{{h{CMh}}{h{CMh}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{AhACb}}}{{Dn{{h{{Ad{A`}}}}ACf}}}}{{{h{Ah{CMj{c}}}}}{{Dn{{h{{Ad{A`}}}}ACf}}}{ACbACd}}{{{h{Ah{CMl{c}}}}}{{Dn{{h{{Ad{A`}}}}ACf}}}{{AD`{{Ad{A`}}}}}}{{{h{AhACh}}}{{Dn{BfACf}}}}{{{h{AhCMn}}}{{Dn{BfACf}}}}{{{h{AhCMn}}}{{Dn{BfBBn}}}}{{{h{ACf}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{CMh}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}000{CMhACf}{BBnACf}2{ANnCMh}{{{h{ACf}}}{{Dh{{h{AOf}}}}}}{{{h{CMh}}{h{Ahc}}}BfGj}`{ce{}{}}0000{{{CMl{c}}}c{{AD`{{Ad{A`}}}}}}{{{h{ACf}}}CMh}{c{{CMl{c}}}{{AD`{{Ad{A`}}}}}}{{CMhc}ACf{{AHb{{AJb{AOf}}}}}}{{{h{{CMl{c}}}}}Eb{{AD`{{Ad{A`}}}}}}{{{h{AhAKh}}{h{Ah{Ad{A`}}}}}{{Dn{FlACf}}}}{{{h{Ah{CMj{c}}}}{h{Ah{Ad{A`}}}}}{{Dn{FlACf}}}{AKhACd}}{{{h{Ah{CMl{c}}}}{h{Ah{Ad{A`}}}}}{{Dn{FlACf}}}{{AD`{{Ad{A`}}}}}}{{{h{Ahc}}}{{Dn{EdAC`}}}{}}0{{{h{AhAKh}}{h{Ah{Ad{A`}}}}}{{Dn{BfACf}}}}{{{h{Ahc}}}{{Dn{BB`AC`}}}{}}0{{{h{Ahc}}}{{Dn{BBbAC`}}}{}}0{{{h{Ahc}}}{{Dn{A@`AC`}}}{}}0{{{h{Ahc}}}{{Dn{BBdAC`}}}{}}0{{{h{Ahc}}{h{Ah{Ad{A`}}}}}{{Dn{BfAC`}}}{}}0{{{h{Ah{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{{Ad{A`}}}}}{{Dn{FlACf}}}}{{{h{AhCMn}}{h{{Ad{A`}}}}}{{Dn{FlBBn}}}}{{{h{AhCMn}}{h{{Ad{A`}}}}}{{Dn{FlACf}}}}{{{h{AhACh}}{h{{Ad{A`}}}}}{{Dn{BfACf}}}}{{{h{AhCMn}}{h{{Ad{A`}}}}}{{Dn{BfBBn}}}}{{{h{AhCMn}}{h{{Ad{A`}}}}}{{Dn{BfACf}}}}```````````````````````````````````````{{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{ANnAH`}{JlAH`}4{JlAHj}{CNjAHj}{ANnAHj}{AOdAHj}{CNhAHj}9{ANnAHh}:{AH`AHh}{BIfCNf}{ANnCNf}={JlCNf}>>>{BBb{{Dn{JjCOj}}}}={{{CNn{CNl}}}{{COn{{Jf{COl}}}}}}{{{CNn{CNl}}}{{COn{{Jf{D@`}}}}}}{{{CNn{CNl}}}{{COn{{Jf{D@b}}}}}}{{{h{{Jf{c}}}}{h{{Ad{A`}}}}}{{Dn{AG`Jl}}}AGd}{{{h{{Jf{c}}}}{h{Gd}}}{{Dn{AG`Jl}}}AGd}{{{h{{Jf{c}}}}{h{AJl}}}AG`AGd}{{{h{Gd}}}{{Dn{AG`}}}}{A`{{Dn{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{Ad{D@f}}}}}{{Dn{{Jf{c}}Jl}}}{CNbD@h}}{{{h{Ah{Ad{D@f}}}}}{{Dn{{Jf{COl}}Jl}}}}{{{h{Ah{Ad{D@f}}}}}{{Dn{{Jf{D@`}}Jl}}}}{{{h{Ah{Ad{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`}}}{{Ab{A`}}}}{{{h{AG`}}}AJl}{{{h{Ah{Jf{c}}}}{h{{Ab{A`}}}}}BfCNb}{{{h{AG`}}c}DnI`}{{{h{Jj}}c}DnI`}{{{h{ACj}}}{{Ab{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{{Ab{A`}}}}}D@jAGd}{{{h{{Jf{c}}}}{h{AKl}}{h{AJl}}{h{{Ab{A`}}}}}C@jAGd}{{{h{{Jf{c}}}}{h{AKl}}{h{AG`}}}AMnAGd}0{{{h{{Jf{c}}}}{h{AKl}}{h{AG`}}{h{{Ab{A`}}}}}AMnAGd}{{{h{{Jf{c}}}}{h{AKl}}{h{AG`}}{h{Ahe}}}AMnAGd{D@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{A`{{Dn{Jj}}}}{BBb{{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{Ad{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{ANnADn}{{{h{{Ad{Cd}}}}{h{{Ad{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}}}{}{}}043000{{{h{Ahc}}}{{h{Ahe}}}{}{}}007600{{{h{BAb}}}BAb}{{{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{BAbAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DAfAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{AGbAC`}}}{ACbACd}}{{{h{BAb}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DAf}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{AGb}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{}DAf}{{{h{BAb}}{h{BAb}}}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{BAb}}{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{CnAGb}22{{{Ab{A`}}}AGb}{cAGb{{AD`{Nj}}}}{{{h{Gd}}}{{Dn{AGb}}}}{{DAfDAf}Ed}{{{h{BAb}}{h{Ahc}}}BfGj}{{{h{DAf}}{h{Ahc}}}BfGj}{{{h{AGb}}{h{Ahc}}}BfGj}{ce{}{}}0000``````{{{h{BEh}}DAf}BAb}{{{h{DAf}}{h{DAf}}}{{Dh{Bh}}}}{{{h{AGb}}{h{AGb}}}{{Dh{Bh}}}}`{{{h{AhDAf}}DAf}DAf}`{{{h{BAb}}}{{Dn{BEhACf}}}}{{{h{DAh}}}{{Dh{{h{AOf}}}}}}{{{h{DAj}}}{{Dh{{h{AOf}}}}}}{AGb{{Ab{A`}}}}{{{h{c}}}e{}{}}0000{{{h{BAb}}}{{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{BA`}}}BA`}{{{h{c}}{h{Ahe}}}Bf{}{}}0{{{h{Ahc}}}{{Dn{DAlAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{BA`AC`}}}{ACbACd}}{{{h{DAl}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{BA`}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DAl}}{h{DAl}}}Ed}{{{h{BA`}}{h{BA`}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}000{{{h{DAl}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{BA`}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}0{{{h{DAl}}{h{Ahc}}}BfGj}{{{h{BA`}}{h{Ahc}}}BfGj}{ce{}{}}0````{{{h{BA`}}}{{Dn{BEhACf}}}}`{{{h{c}}}e{}{}}0{{{h{BA`}}}{{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{}}0{Ih{{Dn{DAn}}}}8{{{AJb{Gd}}}{{Dn{DAn}}}}{c{{Dn{e}}}{}{}}000{{{h{Gd}}}{{Dn{DAnDB`}}}}1111{{{h{c}}}Il{}}000;;;;`````````````{{{h{c}}}{{h{e}}}{}{}}00{{{h{Ahc}}}{{h{Ahe}}}{}{}}00{{{h{BAh}}}BAh}{{{h{DBf}}}DBf}{{{h{DBh}}}DBh}{{{h{c}}{h{Ahe}}}Bf{}{}}00{{{h{BAh}}{h{BAh}}}Bh}{{{h{Ahc}}}{{Dn{BAhAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DBfAC`}}}{ACbACd}}{{{h{Ahc}}}{{Dn{DBhAC`}}}{ACbACd}}10{{{h{BAh}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DBf}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{DBh}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{BAh}}{h{BAh}}}Ed}{{{h{DBf}}{h{DBf}}}Ed}{{{h{DBh}}{h{DBh}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}00000{{{h{BAh}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DBf}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DBh}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}00{{{h{BAh}}{h{Ahc}}}BfGj}{ce{}{}}00``{{{h{BAh}}}{{Dh{{Ab{A`}}}}}}{{{ADl{D`}}D`}DBf}{{{ADl{D`}}D`}DBh}{{{h{BAh}}{h{BAh}}}{{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@`BAbBAbEbIhBBb}DDd}````````{{{h{c}}}e{}{}}00{c{{Dn{e}}}{}{}}00000{{{h{c}}}Il{}}00``444`{{{h{BMj}}}{{h{DDj}}}}{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{BMj}}}BMj}{{{h{c}}{h{Ahe}}}Bf{}{}}{{{h{BMj}}{h{BMj}}}Ed}??{{{h{BMj}}{h{AhEl}}}{{Dn{BfEn}}}}0<{{{h{BMj}}}{{h{Gd}}}}<{{{h{BMj}}}{{Dh{{h{AOf}}}}}};{{{h{c}}}Ih{}};;:>````````{{A@`A@`}A@`}`````````````````````````````````````````````````````````````````````````````````````````````99999999999998888888888888{{{h{DDl}}}DDl}{{{h{BKb}}}BKb}{{{h{ALd}}}ALd}{{{h{DDn}}}DDn}{{{h{DE`}}}DE`}{{{h{DEb}}}DEb}{{{h{AKn}}}AKn}{{{h{AE`}}}AE`}{{{h{DEd}}}DEd}{{{h{DEf}}}DEf}{{{h{DEh}}}DEh}{{{h{c}}{h{Ahe}}}Bf{}{}}0000000000{{{h{ALd}}{h{ALd}}}Bh}{{{h{DE`}}{h{DE`}}}Bh}{{{h{DEb}}{h{DEb}}}Bh}{{{h{DEf}}{h{DEf}}}Bh}{{{h{AhDDl}}DDl}Bf}{{{h{AhDEh}}DEh}Bf}{{}DDl}{{}DEh}{c{{Dn{DDl}}}E`}{c{{Dn{DEf}}}E`}{c{{Dn{DEh}}}E`}{DEf{{Dn{ABbAHd}}}}{{{h{DEh}}}{{Dn{ABbAHd}}}}{{{h{DDl}}{h{DDl}}}Ed}{{{h{BKb}}{h{BKb}}}Ed}{{{h{ALd}}{h{ALd}}}Ed}{{{h{DDn}}{h{DDn}}}Ed}{{{h{DE`}}{h{DE`}}}Ed}{{{h{DEb}}{h{DEb}}}Ed}{{{h{AKn}}{h{AKn}}}Ed}{{{h{AE`}}{h{AE`}}}Ed}{{{h{DEd}}{h{DEd}}}Ed}{{{h{DEf}}{h{DEf}}}Ed}{{{h{DEh}}{h{DEh}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}000000000000000000000``{{{h{ABn}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{DDl}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{BKb}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{ALd}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DDn}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{DE`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DEb}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{AKn}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{AE`}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{DEd}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{DEj}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{DEf}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{DEh}}{h{AhEl}}}{{Dn{BfEn}}}}{ACfABn}{ANnABn}{cc{}}{AC`ABn}{GbABn}222{BDhDDn}{ANnDDn}4444{ANnAKn}{DElAKn}{DEnAKn}{DEdAKn}{ANnAE`}9{ANnDEd}:{ANnDEj};{AB`DEf}<{ABbDEf}={{{h{Gd}}}{{Dn{DEf}}}}{DfDEf}{{{h{{ALf{}{{Gf{c}}}}}}BKb{h{{Jf{e}}}}}{{Dn{{Dh{AAn}}c}}}F`AGd}{{{h{DDl}}{h{Ahc}}}BfGj}{{{h{DE`}}{h{Ahc}}}BfGj}{{{h{DEb}}{h{Ahc}}}BfGj}{{{h{DEf}}{h{Ahc}}}BfGj}{{{h{DEh}}{h{Ahc}}}BfGj}```{ce{}{}}000000000000``{{{h{ALd}}{h{ALd}}}{{Dh{Bh}}}}{{{h{DE`}}{h{DE`}}}{{Dh{Bh}}}}{{{h{DEb}}{h{DEb}}}{{Dh{Bh}}}}{{{h{DEf}}{h{DEf}}}{{Dh{Bh}}}}`````````{{{h{DDl}}c}DnI`}{{{h{DEf}}c}DnI`}{{{h{DEh}}c}DnI`}``{{{h{DE`}}}DEb}{{{h{ABn}}}{{Dh{{h{AOf}}}}}}{{{h{DDn}}}{{Dh{{h{AOf}}}}}}{{{h{AKn}}}{{Dh{{h{AOf}}}}}}{{{h{AE`}}}{{Dh{{h{AOf}}}}}}{{{h{DEd}}}{{Dh{{h{AOf}}}}}}{{{h{DEj}}}{{Dh{{h{AOf}}}}}}`````````{DEf{{Dn{AB`AFh}}}}{{{h{DEh}}}{{Dn{AB`AFh}}}}{{{h{c}}}e{}{}}0000000000{{{h{c}}}Ih{}}000000{DEfDf}{c{{Dn{e}}}{}{}}0000000000000000000000000{{{h{c}}}Il{}}000000000000````{{{h{AhDDl}}{h{{Cj{AMh}}}}}{{Dn{{Cj{AAj}}DF`}}}}{{{h{AhDEh}}{h{{Cj{AMh}}}}}{{Dn{{Cj{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{}}{c{{Dn{e}}}{}{}}{DFf{{Dn{{DFb{c}}}}}{BBh{DFd{A`}}{AHb{A`}}}}11111{{{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{{Ab{A`}}}}}}{{{h{AKl}}}{{h{{Ab{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{{Ad{{h{AEd}}}}}}}{{Dn{AEdJl}}}}`{{A`Fl}Bf}000000{c{{Dn{AJl}}}E`}{c{{Dn{AEd}}}E`}{{{h{AJl}}}COh}```{{{h{D@`}}{h{D@`}}}Ed}{{{h{D@b}}{h{D@b}}}Ed}{{{h{COl}}{h{COl}}}Ed}{{{h{D@n}}{h{D@n}}}Ed}{{{h{DA`}}{h{DA`}}}Ed}{{{h{COf}}{h{COf}}}Ed}{{{h{AJl}}{h{AJl}}}Ed}{{{h{AEd}}{h{AEd}}}Ed}{{{h{COj}}{h{COj}}}Ed}{{{h{Jh}}{h{Jh}}}Ed}{{{h{AKl}}{h{AKl}}}Ed}{{{h{Jl}}{h{Jl}}}Ed}4{{{h{c}}{h{e}}}Ed{}{}}00000000000000000000000{{{h{D@`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{D@b}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{COl}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{D@n}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DA`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{COf}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{AJl}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{AEd}}{h{AhEl}}}{{Dn{BfEn}}}}00{{{h{COj}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{Jh}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{AKl}}{h{AhEl}}}{{Dn{BfEn}}}}00{{{h{Jl}}{h{AhEl}}}{{Dn{BfEn}}}}0{cc{}}00000{AG`AJl}{{{h{AG`}}}AJl}2{cAJlDFl}{{{h{AG`}}}AEd}4{DFjAEd}{AG`AEd}6{AJlJh}7{cAKlDFl}{LnAKl}{LlAKl}{LjAKl};{COjJl}<{{{Ab{A`}}}{{Dn{JhDFn}}}}{{{Ab{A`}}}AKl}{{{h{{Ad{A`}}}}}{{Dn{AKlJl}}}}{DG`AEd}><3{{{h{{Jf{c}}}}{h{AJl}}}AEdAGd}{{{h{{Ad{A`}}}}}{{Dn{AJlJl}}}}{{{h{{Ad{A`}}}}}{{Dn{AEdJl}}}}4{{{h{Gd}}}{{Dn{AJlJl}}}}{{{h{Gd}}}{{Dn{AEdJl}}}}{{JdJj}AEd}{{{h{D@`}}{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{{Ab{A`}}}}{{{h{AJl}}{h{{Jf{c}}}}}AG`AGd}{{AJl{h{Jh}}}{{Dn{AJlJl}}}}{{AEd{h{{Jf{c}}}}{h{Jh}}}{{Dn{AEdJl}}}Jn}{AJlAJl}{{AEd{h{{Jf{c}}}}}AEdJn}{{{h{Ahc}}}AJl{D@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}}}{{Ab{A`}}}}{{{h{AJl}}c}DnI`}{{{h{AEd}}}{{Ab{A`}}}}{{{h{AEd}}c}DnI`}1{{{h{Jl}}}{{Dh{{h{AOf}}}}}}{Jh{{Ab{A`}}}}{{{h{Ml}}}Ml}{{{h{ALl}}}ALl}2{{{h{c}}}e{}{}}00000000000{{{h{AEd}}}AAj}{{{h{ALn}}}ALn}{{{h{n}}}n}{{{h{c}}}Ih{}}000{c{{Dn{e}}}{}{}}00000000000000000000000{{{h{c}}}Il{}}00000000000{{{h{AEd}}{h{{Jf{c}}}}{h{AKl}}{h{C@j}}}{{Dn{BfJl}}}Jn}{ce{}{}}00000000000{{{h{AJl}}{h{{Jf{c}}}}}{{Fd{JdJj}}}AGd}{{{h{AEd}}}{{Fd{JdJj}}}}`````````````````{{{h{DGb}}}{{h{{Ad{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{}}{{{Ab{A`}}}DGb}{{{h{{Ad{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}}}{{Ab{A`}}}}{{{h{DGb}}c}DnI`}{{{h{AEd}}{h{AJl}}}{{Ab{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{{Ad{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{{Ad{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{{Ad{A`}}}}DGj}{{Dn{D@jJl}}}}{{{h{{Ad{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{{Ad{A`}}}}}{{Dh{Bh}}}}{{{h{DGh}}{h{DGh}}}{{Dh{Bh}}}}{{{h{C@j}}{h{C@j}}}{{Dh{Bh}}}}{{{h{C@j}}c}DnI`}{{{h{D@j}}}{{Fd{DGj{Ab{A`}}}}}}{{{h{C@j}}}{{Ab{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}}}}1{DGh{{Dn{C@j}}}}2222{{{h{c}}}Il{}}000{ce{}{}}000``{{{h{DGl}}}{{h{{Ad{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{{Ab{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{{{Ab{A`}}}DG`}{AEdDG`}{{{h{{Jf{c}}}}AJl{Dh{{Ab{A`}}}}}DG`Jn}{{{Ab{A`}}}DGn}{{{h{Gd}}}{{Dn{DG`}}}}{{{h{DG`}}{h{Ahc}}}BfGj}{{{h{DGn}}{h{Ahc}}}BfGj}{{{h{DH`}}{h{Ahc}}}BfGj}{ce{}{}}00{{AJl{Ab{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{{Ad{A`}}}}}}}DGn}{{DG`DG`AJlDH`c}DGn{{Hj{{Ab{A`}}{Ab{A`}}{Ab{A`}}}{{Hh{DGn}}}}}}{{{h{DG`}}}{{Ab{A`}}}}{{{h{c}}}e{}{}}00{DGn{{Ab{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{{Ab{A`}}}}}}{{{h{DGf}}}{{h{{Ab{A`}}}}}}{{{h{Mh}}}{{h{{Ab{A`}}}}}}{{{h{CN`}}}{{h{{Ab{A`}}}}}}{{{h{DHf}}}{{h{{Ab{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{{{Ab{A`}}}DHf}{{{Ab{A`}}}DFj}{{{Ab{A`}}}DGf}{{{Ab{A`}}}Mh}{{{Ab{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{{Ab{A`}}}}{{{h{c}}}e{}{}}00000{c{{Dn{e}}}{}{}}0000000000000{{{h{c}}}Il{}}000000`{DFj{{Ab{A`}}}}{DGf{{Ab{A`}}}}{Mh{{Ab{A`}}}}{CN`{{Ab{A`}}}}{ce{}{}}000000`{{{h{DGd}}}}{{{h{AhDGd}}}}{{{h{DGd}}}{{h{{Ab{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{{Ad{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{{Ad{A`}}}}}{{Dn{BfACf}}}{}}{{{h{Ahc}}AEl}{{Dn{BfACf}}}{}}{{{h{Ahc}}Df}{{Dn{BfACf}}}{}}{{{h{Ahc}}Eb}{{Dn{BfACf}}}{}}{{{h{Ahc}}A`}{{Dn{BfACf}}}{}}{{}c{}}{{{h{Gb}}{h{Gb}}}Ed}{{{h{{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{{Ad{A`}}}}}{{Dn{{CAd{}{{CA`{c}}{CAb{e}}}}Gb}}}CAf{CAhBBh}}{{{h{{Ad{A`}}}}}{{Dn{{DHn{c}}Gb}}}CAd}{{{h{Gd}}}{{Dn{{DHn{c}}}}}{CAdDIb}}{{{h{{Ad{A`}}}}}{{CAd{}{{CA`{c}}{CAb{e}}}}}CAf{CAhBBh}}{{{h{{DHn{c}}}}{h{Ahe}}}Bf{GlCAd}Gj}{e{{CAd{}{{CA`{g}}{CAb{i}}}}}{{AD`{{Ad{A`}}}}}{{Ej{}{{Eh{c}}}}}CAf{CAhBBh}}``{{{h{{DHn{c}}}}{AIf{Fl}}}{{h{{Ad{A`}}}}}CAd}{{{h{{DHn{c}}}}{AIj{Fl}}}{{h{{Ad{A`}}}}}CAd}{{{h{{DHn{c}}}}AI`}{{h{{Ad{A`}}}}}CAd}{{{h{{DHn{c}}}}{AIl{Fl}}}{{h{{Ad{A`}}}}}CAd}{{{h{{DHn{c}}}}Fl}{{h{A`}}}CAd}{{{h{Ah{CAf{}{{CAj{c}}}}}}{h{{Ad{A`}}}}}Bf{}}{{{h{Ah{DI`{c}}}}{h{{Ad{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{{Ad{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{{Ad{A`}}}}}{{Dn{FlBBn}}}CAd}{{{h{Ah{DI`{c}}}}{h{{Ad{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{Ad{A`}}}}}Bf}{{{h{DId}}{h{AhEl}}}{{Dn{BfEn}}}}0{DIlDId}{{{DIf{Df}}}DId}{cc{}}{{}{{DJ`{}{{DIn{c}}}}}{DJb{DJd{{Ad{A`}}}}}}{c{{Dn{{DJ`{}{{DIn{e}}}}DId}}}DIj{DJb{DJd{{Ad{A`}}}}}}{c{{DJ`{}{{DIn{c}}}}}{DJb{DJd{{Ad{A`}}}}}}{{{h{AhD@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{Ad{A`}}}}}{{Dn{FlBBn}}}}`{{{h{AhD@d}}e}c{}{{DJj{c}}}}{{D@de}{{DJl{eD@dc}}}{}{{DJj{c}}}}{Eb{{DJ`{}{{DIn{c}}}}}{DJb{DJd{{Ad{A`}}}}}}`{{{h{DId}}}{{Dh{{h{AOf}}}}}}{DId{{AJb{AOf}}}}{{}DJn}{{{h{c}}}Ih{}}{{{h{AhDIh}}{h{Ahc}}}{{Dn{BfDId}}}{D@dACd}}{{{h{AhD@d}}{h{Ahc}}}{{Dn{BfDId}}}{DIhACd}}{{{h{AhDIj}}{h{Ah{Ad{A`}}}}}{{Dn{BfDId}}}}{c{{Dn{e}}}{}{}}0{{{h{c}}}Il{}}{ce{}{}}```````````````````{{{h{DK`}}{h{Ahc}}{h{AhIh}}Fl}Bf{D@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{Cl}}}{}}{{{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{{{AId{c}}}{{DLd{c}}}DJf}1{{{AIj{c}}}{{DLd{c}}}DJf}2{{DfDf}{{Dn{DKfDKh}}}}{ce{}{}}00000000000{c{{H`{g}}}{}{}{{Hb{}{{Eh{e}}}}}}1{{DJjg}{{DLf{DJjgce}}}{}{}{{AFd{c}{{Hh{e}}}}}}{ADb{{Dn{DKfDKh}}}}{{{h{{Ad{c}}}}}{{Dn{{DKn{c}}DLh}}}{}}{c{{Dn{{DL`{e}}DLb}}}Ej{DLjAlDJbDJfHn}}{{eg}{{DLd{c}}}DJf{{DLl{c}}}{{DLl{c}}}}0{{{h{Ah{DJl{egc}}}}}{{Dh{c}}}{}{{DJj{c}}}D@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}}}{{Fd{egikmo}}}{D@dACd}{}{}{}{}{}{}}{{{h{DKd}}{h{Ahc}}}A`{D@dACd}}{{{h{DKd}}{h{Ahc}}}{{Fd{e}}}{D@dACd}{}}{{{h{DKd}}{h{Ahc}}}A@`{D@dACd}}{{{h{DKd}}{h{Ahc}}}{{Fd{egikm}}}{D@dACd}{}{}{}{}{}}{{{h{DKd}}{h{Ahc}}}{{Fd{egikmoAaAcAeAg}}}{D@dACd}{}{}{}{}{}{}{}{}{}{}}{{{h{DKd}}{h{Ahc}}}{{Fd{egikmoAaAcAeAgAiAk}}}{D@dACd}{}{}{}{}{}{}{}{}{}{}{}{}}{{{h{DKd}}{h{Ahc}}}{{Ab{e}}}{D@dACd}{}}{{{h{DKd}}{h{Ahc}}}CFb{D@dACd}}{{{h{DKd}}{h{Ahc}}}{{Fd{egi}}}{D@dACd}{}{}{}}{{{h{DKd}}{h{Ahc}}}ADb{D@dACd}}{{{h{DKd}}{h{Ahc}}}{{Fd{egikmoAaAc}}}{D@dACd}{}{}{}{}{}{}{}{}}4{{{h{DKd}}{h{Ahc}}}BBj{D@dACd}}5{{{h{DKd}}{h{Ahc}}}Df{D@dACd}}{{{h{DKd}}{h{Ahc}}}{{DLn{e}}}{D@dACd}{}}{{{h{DKd}}{h{Ahc}}}Ed{D@dACd}}888{{{h{DKd}}{h{Ahc}}}CFd{D@dACd}}999{{{h{DKd}}{h{Ahc}}}{{Fd{egikmoAaAcAeAgAi}}}{D@dACd}{}{}{}{}{}{}{}{}{}{}{}}{{{h{DKd}}{h{Ahc}}}{{DIf{ACn}}}{D@dACd}};{{{h{DKd}}{h{Ahc}}}{{Fd{egikmoAaAcAe}}}{D@dACd}{}{}{}{}{}{}{}{}{}}<<{{{h{DKd}}{h{Ahc}}}{{Fd{eg}}}{D@dACd}{}{}}===={{{h{DKd}}{h{Ahc}}}{{Fd{egik}}}{D@dACd}{}{}{}{}}>>{{{h{DKd}}{h{Ahc}}}AEl{D@dACd}}??{{{h{DKd}}{h{Ahc}}}ACn{D@dACd}}{{{h{DKd}}{h{Ahc}}}{{Ab{e}}}{D@dACd}{}}000{{{h{DKd}}{h{Ahc}}}Fl{D@dACd}}1{{{h{DKd}}{h{Ahc}}}BBb{D@dACd}}2{{{h{DKd}}{h{Ahc}}}{{Fd{egikmoAa}}}{D@dACd}{}{}{}{}{}{}{}}3{{{h{DKd}}{h{Ahc}}}{{DIf{AEl}}}{D@dACd}}4{{{h{DKd}}{h{Ahc}}}{{Dh{e}}}{D@dACd}{}}{{{h{DKd}}{h{Ahc}}}{{DIf{Eb}}}{D@dACd}}6{{{h{DKd}}{h{Ahc}}}Bf{D@dACd}}{{{h{DKd}}{h{Ahc}}}CKf{D@dACd}}{{{h{DKd}}{h{Ahc}}}{{DIf{Df}}}{D@dACd}}{{{h{DKd}}{h{Ahc}}}{{DIf{Fl}}}{D@dACd}}{{{h{DKd}}{h{Ahc}}}BB`{D@dACd}};;{{{h{DKd}}{h{Ahc}}}Eb{D@dACd}}{{{h{DKd}}{h{Ahc}}}{{DIf{A`}}}{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{{Ad{{Fd{Fl{h{c}}}}}}}}}{{Dn{BfDLb}}}{DLjDM`AlDJbDJfHn}}{ce{}{}}00000000000````````````{{{h{DLl}}}{{h{c}}}{}}{{{h{c}}}{{h{e}}}{}{}}000{{{h{Ahc}}}{{h{Ahe}}}{}{}}000{{{h{{DMb{c}}}}}{{DMb{c}}}Al}{{{h{DMd}}}DMd}{{{h{{DMf{c}}}}}{{DMf{c}}}Al}{{{h{DMh}}}DMh}{{{h{c}}{h{Ahe}}}Bf{}{}}000{{{h{{DMb{c}}}}{h{{DMb{c}}}}}EdEf}{{{h{{DMf{c}}}}{h{{DMf{c}}}}}EdEf}{{{h{{DMb{c}}}}{h{AhEl}}}{{Dn{BfEn}}}F`}{{{h{DMd}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{{DMf{c}}}}{h{AhEl}}}{{Dn{BfEn}}}F`}{{{h{DMh}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}000????{{{h{DJh}}}Ed}{{eg}{{DMl{}{{DMj{c}}}}}{}{{DLl{c}}}{{DLl{c}}}}{{ce}{{DMb{A`}}}DLlDLl}{{ce}{{DMb{BBb}}}DLlDLl}{{ce}{{DMb{BBd}}}DLlDLl}{{ce}{{DMb{Fl}}}DLlDLl}{{ce}{{DMb{A@`}}}DLlDLl}{{ce}{{DMb{Df}}}DLlDLl}{{ce}{{DMb{CFd}}}DLlDLl}{{ce}{{DMb{CKf}}}DLlDLl}{{ce}{{DMb{ACn}}}DLlDLl}{{ce}{{DMb{BB`}}}DLlDLl}{{ce}{{DMb{AEl}}}DLlDLl}{{ce}{{DMb{Eb}}}DLlDLl}{{ce}DMdDLlDLl}{{ce}{{DMf{CFb}}}DLlDLl}{{ce}{{DMf{ADb}}}DLlDLl}{{ce}DMhDLlDLl}{{eg}{{DMl{}{{DMj{c}}}}}{}{{DLl{c}}}{{DLl{c}}}}7{{ce}{{DMb{A`}}}DLlDLl}>:67;?=9{{ce}{{DMb{BBb}}}DLlDLl}=6543{{{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{ACn}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{CKf}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{BBd}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{CFd}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{A@`}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{Fl}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{Eb}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{AEl}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{Df}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMb{A`}}}}{h{Ahc}}}{}{D@dACd}}{{{h{DMd}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMf{ADb}}}}{h{Ahc}}}{}{D@dACd}}{{{h{{DMf{CFb}}}}{h{Ahc}}}{}{D@dACd}}{{{h{DMh}}{h{Ahc}}}DMn{D@dACd}}{{DJh{h{Ahc}}}e{DIjACd}{}}{{eg{h{Ahi}}}c{}{{DLl{c}}}{{DLl{c}}}{D@dACd}}{{ce{h{Ahg}}}{}DLlDLl{D@dACd}}00000000000001000000000000{{{h{c}}}e{}{}}000{c{{Dn{e}}}{}{}}0000000{{{h{c}}}Il{}}000{ce{}{}}000`````````{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{{DN`{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{F`DNb}}{cc{}}4{{{ADl{c}}}{{Dn{{DN`{c}}DLb}}}DNb}7765```````````{{{h{{DNd{}{{Eh{c}}}}}}{h{Ahe}}}{{Dh{{h{c}}}}}{}{D@dACd}}{{DNf{h{Ahc}}}{{Dh{e}}}{D@dACd}{}}{{{h{{DNd{}{{Eh{c}}}}}}{h{Ahe}}Fl}{{DNh{{DNd{}{{Eh{c}}}}c}}}{}{D@dACd}}{{DNf{h{Ahc}}Fl}{{ADl{e}}}{D@dACd}{}}{{DNf{h{Ahc}}{h{Ah{Ad{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{Ad{A`}}}}}Bf}{{}{{DJ`{}{{DIn{c}}}}}{DJb{DJd{{Ad{A`}}}}}}{c{{Dn{{DJ`{}{{DIn{e}}}}DId}}}DIj{DJb{DJd{{Ad{A`}}}}}}{c{{DJ`{}{{DIn{c}}}}}{DJb{DJd{{Ad{A`}}}}}}{{{h{AhD@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{Ad{c}}}}{h{Ah{Ad{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{{Ad{A`}}}}}}{{{h{Ah{DNd{}{{Eh{c}}}}}}{h{Ahe}}}Bf{}{D@dACd}}{{}DJn}{{{h{AhD@d}}{h{Ahc}}}{{Dn{BfDId}}}{DIhACd}}{{{h{AhDIj}}{h{Ah{Ad{A`}}}}}{{Dn{BfDId}}}}````{{{h{Ahc}}}{{h{AhDIj}}}{}}00{{{h{c}}}{{h{e}}}{}{}}00{{{h{Ahc}}}{{h{Ahe}}}{}{}}00{{{h{DNj}}}DNj}{{{h{DNl}}}DNl}{{{h{DJn}}}DJn}{{{h{c}}{h{Ahe}}}Bf{}{}}00{{}DNj}:{{{h{DNl}}{h{DNl}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{AhDNj}}{h{Ah{Ad{A`}}}}}Bf}{{{h{AhDNl}}{h{Ah{Ad{A`}}}}}Bf}{{{h{AhDJn}}{h{Ah{Ad{A`}}}}}Bf}{{{h{DNj}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DNl}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DJn}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}00{c{{Dn{DNlDId}}}DIj}{{}DNl}{ce{}{}}00`{{{h{AhDNj}}}Df}{{{h{AhDNl}}}Df}{{{h{AhDJn}}}Df}{{{h{AhDNj}}}Eb}{{{h{AhDNl}}}Eb}{{{h{AhDJn}}}Eb}{{{h{c}}}e{}{}}00{{{h{AhDNj}}{h{Ah{Ad{A`}}}}}{{Dn{BfDId}}}}{{{h{AhDNl}}{h{Ah{Ad{A`}}}}}{{Dn{BfDId}}}}{{{h{AhDJn}}{h{Ah{Ad{A`}}}}}{{Dn{BfDId}}}}{c{{Dn{e}}}{}{}}00000{{{h{c}}}Il{}}00<<<```{{{h{Ahc}}}{{h{AhDIj}}}{}}{{{h{c}}}{{h{e}}}{}{}}00{{{h{Ahc}}}{{h{Ahe}}}{}{}}00{{{h{{DNn{ce}}}}}{{DNn{ce}}}{DO`DJ`Al}{DIjAl}}{{{h{c}}{h{Ahe}}}Bf{}{}}{{{h{Ah{DOb{c}}}}{h{Ah{Ad{A`}}}}}BfBHb}{{{h{Ah{DNn{ce}}}}{h{Ah{Ad{A`}}}}}Bf{{DO`{}{{Eh{Df}}}}DJ`}DIj}{{{h{{DOb{c}}}}{h{AhEl}}}{{Dn{BfEn}}}F`}{{{h{DOd}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{{DNn{ce}}}}{h{AhEl}}}{{Dn{BfEn}}}{F`DO`DJ`}{F`DIj}}{cc{}}00{ce{}{}}00{c{{DOb{c}}}BHb}{{cEbe}{{DNn{ce}}}{DO`DJ`}DIj}{{{h{Ah{DOb{c}}}}}DfBHb}{{{h{Ah{DNn{ce}}}}}Df{{DO`{}{{Eh{Df}}}}DJ`}DIj}{{{h{Ah{DOb{c}}}}}EbBHb}{{{h{Ah{DNn{ce}}}}}Eb{{DO`{}{{Eh{Df}}}}DJ`}DIj}{{{h{Ah{DNn{ce}}}}}{{Dn{BfDId}}}{DO`DJ`}DIj}{{{h{DOd}}}{{Dh{{h{AOf}}}}}}{{{h{c}}}e{}{}}{{{h{c}}}Ih{}}{{{h{Ah{DOb{c}}}}{h{Ah{Ad{A`}}}}}{{Dn{BfDId}}}BHb}{{{h{Ah{DNn{ce}}}}{h{Ah{Ad{A`}}}}}{{Dn{BfDId}}}{{DO`{}{{Eh{Df}}}}DJ`}DIj}{c{{Dn{e}}}{}{}}00000{{{h{c}}}Il{}}00>>>`{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{DOf}}}DOf}{{{h{c}}{h{Ahe}}}Bf{}{}}{{{h{DOf}}{h{DOf}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{AhDOf}}{h{Ah{Ad{A`}}}}}Bf}{{{h{DOf}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}{ce{}{}}{{EbEb}DOf}{{{h{AhDOf}}}Df}{{{h{AhDOf}}}Eb}{{{h{c}}}e{}{}}{{{h{AhDOf}}{h{Ah{Ad{A`}}}}}{{Dn{BfDId}}}}{c{{Dn{e}}}{}{}}0{{{h{c}}}Il{}}7````{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{{DNd{}{{Eh{c}}}}}}{h{Ahe}}}{{Dh{{h{c}}}}}{}{D@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{Ad{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{Ad{c}}}}{h{Ah{Ad{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{Df}}}DOj}{cc{}}{{{ADl{Fl}}}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{{Ab{A`}}}}}}<;{{{h{AMn}}}AMn}:{{{h{AMn}}{h{AMn}}}Bh}{c{{Dn{AMn}}}E`}{{{h{AMn}}{h{AMn}}}Ed};;{{{h{AMn}}{h{AhEl}}}{{Dn{BfEn}}}}00:{{{h{{Ad{A`}}}}}{{Dn{AMnJl}}}}{{{h{Gd}}}{{Dn{AMnJl}}}}{{{h{AMn}}{h{Ahc}}}BfGj}{{{h{AMn}}c}h{}}{ce{}{}}{{{h{AMn}}{h{AMn}}}{{Dh{Bh}}}}{{{h{AMn}}}{{Ab{A`}}}}{{{h{AMn}}c}DnI`}{{{h{c}}}e{}{}}{{{h{c}}}Ih{}}{c{{Dn{e}}}{}{}}0{{{h{c}}}Il{}}7`````````````````````````````````````````````````````{{{h{E@`}}}{{h{{Ad{A`}}}}}}{{{h{c}}}{{h{e}}}{}{}}000000000000000{{{h{Ahc}}}{{h{Ahe}}}{}{}}000000000000000{{{h{{E@b{c}}}}}{{E@b{c}}}{Al{Dj{AAf}}}}{{{h{AEn}}}AEn}{{{h{E@d}}}E@d}{{{h{E@f}}}E@f}{{{h{E@h}}}E@h}{{{h{AFh}}}AFh}{{{h{AHd}}}AHd}{{{h{E@j}}}E@j}{{{h{E@`}}}E@`}{{{h{DEl}}}DEl}{{{h{DEn}}}DEn}{{{h{E@l}}}E@l}{{{h{E@n}}}E@n}{{{h{c}}{h{Ahe}}}Bf{}{}}000000000000{{{h{{E@b{c}}}}{h{{E@b{c}}}}}Bh{Bj{Dj{AAf}}}}{{{h{AEn}}{h{AEn}}}Bh}{{{h{E@`}}{h{Ahc}}}{{Dn{FlACf}}}{AChACd}}{{{h{{E@b{c}}}}{h{{E@b{c}}}}}Ed{Ef{Dj{AAf}}}}{{{h{AEn}}{h{AEn}}}Ed}{{{h{E@d}}{h{E@d}}}Ed}{{{h{E@f}}{h{E@f}}}Ed}{{{h{E@h}}{h{E@h}}}Ed}{{{h{AFh}}{h{AFh}}}Ed}{{{h{AHd}}{h{AHd}}}Ed}{{{h{E@j}}{h{E@j}}}Ed}{{{h{E@`}}{h{E@`}}}Ed}{{{h{DEl}}{h{DEl}}}Ed}{{{h{DEn}}{h{DEn}}}Ed}{{{h{E@l}}{h{E@l}}}Ed}{{{h{E@n}}{h{E@n}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0000000000000000000000000{{{h{{AKj{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{F`{Dj{Bn}}}}{{{h{{E@b{c}}}}{h{AhEl}}}{{Dn{BfEn}}}{F`{Dj{AAf}}}}{{{h{AEn}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{E@d}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{E@f}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{E@h}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{AFh}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{AHd}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{E@j}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{E@`}}{h{AhEl}}}{{Dn{BfEn}}}}{{{h{DEl}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{DEn}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{E@l}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{E@n}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{{EA`{c}}}}{h{AhEl}}}{{Dn{BfEn}}}F`}{{{h{{EA`{c}}}}{h{AhEl}}}{{Dn{BfEn}}}CBb}{cc{}}000000{ANnE@h}1111{AMdDEl}2{E@dDEl}{ANnDEl}{E@fDEl}{E@hDEl}{AMdDEn}{ANnDEn}888{ANnE@n}{ACf{{EA`{c}}}{}}:{ANn{{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{Bn}}}}{{{EAb{c}}}{{Dn{Edc}}}{}}{{{h{AEn}}}M`}{{{h{{AKj{c}}}}{h{Ahe}}Fl{h{Mf}}g}{{EAb{{EA`{AMd}}}}}{{Dj{Bn}}}{AChACd}{{AHb{Df}}}}{{{h{{AKj{c}}}}Fl{h{Mf}}Df}{{Dn{LjAMd}}}{{Dj{Bn}}}}{{{EAb{c}}g}{{EAb{e}}}{}{}{{BE`{c}{{Hh{e}}}}}}{c{{AKj{c}}}{{Dj{Bn}}}}{{{h{Mf}}AGj}AEn}{{{h{{Ad{A`}}}}}{{Dn{E@`E@n}}}}`{{{h{Ah{AKj{c}}}}Fl{h{Mf}}ClABb}{{Dn{LlDEn}}}{{Dj{Bn}}}}{{{h{Ah{AKj{c}}}}Fl{h{Mf}}ClABb}{{Dn{LlAMd}}}{{Dj{Bn}}}}{{{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}}ClABb}{{Dn{Bf{EA`{AMd}}}}}{{Dj{Bn}}}{AChACd}}{{{h{E@d}}}{{Dh{{h{AOf}}}}}}{{{h{E@f}}}{{Dh{{h{AOf}}}}}}{{{h{E@h}}}{{Dh{{h{AOf}}}}}}{{{h{AFh}}}{{Dh{{h{AOf}}}}}}{{{h{AHd}}}{{Dh{{h{AOf}}}}}}{{{h{E@j}}}{{Dh{{h{AOf}}}}}}{{{h{DEl}}}{{Dh{{h{AOf}}}}}}{{{h{DEn}}}{{Dh{{h{AOf}}}}}}{{{h{E@l}}}{{Dh{{h{AOf}}}}}}{{{h{E@n}}}{{Dh{{h{AOf}}}}}}{{{h{{EA`{c}}}}}{{Dh{{h{AOf}}}}}AOf}{{{h{Ah{AKj{c}}}}{h{Ahe}}Fl{h{{E@b{g}}}}{Dh{E@`}}{Dh{{Fd{M`Df}}}}AB`}{{Dn{Bf{EA`{DEl}}}}}{{Dj{Bn}}}{AChACd}{{Dj{AAf}}}}{{{h{Ah{AKj{c}}}}Fl{h{{E@b{e}}}}AB`}{{Dn{LnDEl}}}{{Dj{Bn}}}{{Dj{AAf}}}}{{{h{Ah{AKj{c}}}}Fl{h{{E@b{e}}}}gAB`}{{Dn{LnDEl}}}{{Dj{Bn}}}{{Dj{AAf}}}{{AHb{M`}}}}{{{h{Ah{AKj{c}}}}Fl{h{{E@b{e}}}}{Dh{E@`}}{Dh{{Fd{M`Df}}}}AB`}{{Dn{LnDEl}}}{{Dj{Bn}}}{{Dj{AAf}}}}{{{h{c}}}e{}{}}000000000000{{{h{c}}}Ih{}}0000000000{{{h{{AKj{c}}}}}{{h{Bn}}}{{Dj{Bn}}}}{c{{Dn{e}}}{}{}}0000000000000000000000000000000{{{h{c}}}Il{}}000000000000000`{ce{}{}}000000000000000{{{h{Mf}}}AEn}{{{h{Ah{AKj{c}}}}Fl}{{Dh{{h{AhA@j}}}}}{{EAd{Bn}}}}```````{{{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{}}{ANnEAf}{JlEAf}2{{{h{Gd}}}{{Dn{EAhEAf}}}}{{{h{{Ad{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}}}{{Ab{A`}}}}`{{{h{Gd}}}Mj}{{{h{EAf}}}{{Dh{{h{AOf}}}}}}{EAhIh}{{{h{c}}}e{}{}}0{{{h{c}}}Ih{}}0{c{{Dn{e}}}{}{}}000{{{h{c}}}Il{}}0;;`````````````````````````````````````````````````````{{EAjA`Mb}{{Dn{EAjEAl}}}}{{EAjA`Cf}{{Dn{EAjEAl}}}}{{EAjA`CfAGj}{{Dn{EAjEAl}}}}{{{h{EAn}}}{{Dh{{h{Mb}}}}}}{{{h{BCl}}}{{h{{Ad{Mb}}}}}}{{{h{AhBCl}}}{{h{Ah{Ad{Mb}}}}}}1{{{h{EAn}}}{{Dh{{Fd{{h{Mf}}AGj}}}}}}2{{{h{c}}}{{h{e}}}{}{}}0003000000000000000{{{h{Ahc}}}{{h{Ahe}}}{}{}}0000300000000000000{{{h{AK`}}}AK`}{{{h{EB`}}}EB`}{{{h{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{CfAGj}}}}}{{Dh{AKd}}}}{{{h{{Ad{A`}}}}}{{Dn{BClEBn}}}}{{{h{{Ad{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{ANnEB`}{JlEB`}2{AFhEB`}{{{Ab{Mb}}}BCl}00000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000044{ANnEBb}5{ANnEBd}66{EBfEBh}7777777{ANnEAl}8{ANnEBn}9{A`{{Dn{AGjEBn}}}}{{{h{AF`}}}{{Dh{EBj}}}}{{{h{{Jf{c}}}}JdEBh}AFbJn}{{{h{{Ad{A`}}}}}{{Dn{AK`EB`}}}}{{{h{EAj}}}Ed}{{{h{AK`}}{h{Ahc}}}BfGj}{{{h{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}}}}{BCl}{{{h{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}{{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{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{CfAGj}}{ECd{BCl}}}}}}}}{{{h{AK`}}c}DnI`}{AK`ECf}{{{h{BCl}}c}DnI`}{{{h{BCl}}}{{ADl{A`}}}}{{{h{EBf}}c}DnI`}{{{h{EBh}}c}DnI`}{{{h{EAn}}c}DnI`}{{{h{AKd}}}{{ADl{A`}}}}{{{h{AKd}}c}DnI`}{{{h{AGj}}c}DnI`}{{{h{AK`}}{h{Ahc}}}{{Dn{BfACf}}}{AChACd}}```{{{h{AKd}}}Fl}{{{h{ECb}}}{{Fd{Fl{Dh{Fl}}}}}}{{{h{EC`}}}{{Fd{Fl{Dh{Fl}}}}}}{{{h{EB`}}}{{Dh{{h{AOf}}}}}}{{{h{EBb}}}{{Dh{{h{AOf}}}}}}{{{h{EBd}}}{{Dh{{h{AOf}}}}}}{{{h{EAl}}}{{Dh{{h{AOf}}}}}}{{{h{EBn}}}{{Dh{{h{AOf}}}}}}{{{h{AFb}}}Md}{EBlA`}{AGjA`}{{{h{c}}}e{}{}}0000000000000000{{{h{c}}}Ih{}}000000{AK`{{ADl{A`}}}}{c{{Ij{i}}}{}{}{}{{Hb{}{{Eh{{Dn{eg}}}}}}}}0{c{{Dn{e}}}{}{}}0{ECf{{Dn{AK`}}}}{{{h{ECf}}}{{Dn{AK`}}}}22{{{h{{Ad{Mb}}}}}{{Dn{BCl}}}}{{{ADl{Mb}}}{{Dn{BCl}}}}4{{{AJb{{Ad{Mb}}}}}{{Dn{BCl}}}}5555{EAj{{Dn{EBf}}}}6{EBh{{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{Ad{Mb}}}}}}{{{h{ECh}}}{{h{{Ad{Mb}}}}}}{{{h{c}}}{{h{e}}}{}{}}{{{h{Ahc}}}{{h{Ahe}}}{}{}}{{{h{ECh}}}ECh}{{{h{c}}{h{Ahe}}}Bf{}{}}{EChFl}{{{h{ECh}}{h{AhEl}}}{{Dn{BfEn}}}}{cc{}}<{c{{H`{g}}}{}{}{{Hb{}{{Eh{e}}}}}}={EChDh}{{{h{AhECh}}}Dh}0{{{h{AhECh}}Fl}Dh}0{{{h{ECh}}}{{Fd{Fl{Dh{Fl}}}}}}{{{h{c}}}e{}{}}{c{{Ij{i}}}{}{}{}{{Hb{}{{Eh{{Dn{eg}}}}}}}}{c{{Dn{e}}}{}{}}0{{{h{c}}}Il{}}{ce{}{}}``{{{h{ECf}}}{{h{{Ad{A`}}}}}}{{{h{ECj}}}{{h{{Ad{A`}}}}}}{{{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{ECf}}}Ed}{{{h{ECf}}{h{{Ad{A`}}}}}Ed}{{{h{c}}{h{e}}}Ed{}{}}0{{{h{ECf}}{h{AhEl}}}{{Dn{BfEn}}}}0{{{h{ECj}}{h{AhEl}}}{{Dn{BfEn}}}}{AK`ECf}{cc{}}{{{h{AK`}}}ECf}10{{{h{ECf}}{h{Ahc}}}BfGj}{ce{}{}}0{c{{H`{g}}}{}{}{{Hb{}{{Eh{e}}}}}}{{{h{ECf}}}}{ECf}3{{{h{ECf}}}Fl}{{{h{AhECj}}}Dh}0{{{h{AhECj}}Fl}Dh}{{{h{ECf}}{h{ECf}}}{{Dh{Bh}}}}{{{h{ECf}}{h{{Ad{A`}}}}}{{Dh{Bh}}}}{{{h{ECj}}}{{Fd{Fl{Dh{Fl}}}}}}{{{h{c}}}e{}{}}0{{{h{ECf}}}{{Dn{AK`EB`}}}}{{{h{c}}}Ih{}}{c{{Ij{i}}}{}{}{}{{Hb{}{{Eh{{Dn{eg}}}}}}}}{c{{Dn{e}}}{}{}}000{{{h{c}}}Il{}}0??{{{h{ECf}}{h{Ahc}}}{{Dn{BfACf}}}{AChACd}}``{{{h{Ah{ECl{ce}}}}FjDf}{{ECn{c}}}{Fnf}ED`}{{{h{Ah{ECl{ce}}}}{h{Fj}}Df}{{ECn{c}}}{Fnf}ED`}{{{h{Ah{ECl{ce}}}}{ECn{c}}}BffED`}{{{h{Ah{ECl{ce}}}}{Aj{c}}}{{ECn{c}}}fED`}{{{h{Ah{ECl{ce}}}}{Aj{c}}{Dh{Eb}}}{{ECn{c}}}fED`}{{{h{{ECl{ce}}}}}{{h{{Ff{c}}}}}{}{}}{{{h{Ah{ECl{ce}}}}k}{{ECn{c}}}fED`{{AHb{{EDb{Bn}}}}}{{Ej{}{{Eh{c}}}}}{{Ej{}{{Eh{{Fd{gi}}}}}}}}{{{h{Ah{ECl{ce}}}}i}{{ECn{c}}}fED`{{AHb{{EDb{Bn}}}}}{{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{}}0{EDd{{ECn{cEDd}}}{}}{{{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{Bn}}}}}}{{{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{Bn}}}c{}}{{{h{Ah{ED`{}{{EDh{c}}}}}}AAd{h{AAf}}}c{}}{{{h{{ED`{}{{EDh{c}}}}}}}c{}}{{{h{{ED`{}{{EDh{c}}}}}}{h{Bn}}}Ed{}}````````````{{{h{{EDj{c}}}}}{{AKf{c{Bd{{Cj{Ch}}}}}}}{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{{Cj{Ch}}}}}}}{AlBjF`}}{{{h{{EDj{c}}}}Cf}{{Dh{{h{{Fd{cDf}}}}}}}{AlBjF`}}{{{h{Ah{EDj{c}}}}{h{Bn}}}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{Cj{Ch}}}{{Dn{Ed{EDl{c}}}}}{AlBjF`}}{ce{}{}}00{{{h{EDd}}}Ed}{{{h{{EDj{c}}}}{h{Bn}}}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{{Cj{Ch}}}}}}}}}}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{Bn}}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}}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{Cf}}}}EDd}}}}}{AlBjF`}}{{{h{Ah{EDj{c}}}}{h{{AKf{cDf}}}}}EDd{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{Bn}}e}{{Fd{ClCl}}}{AlBjF`}{{Hl{c}}}}{{{h{EDd}}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}}}}Cd}{{`{{CCd{}{{Eh{{EEd{c{Fd{AAd{h{AAf}}}}}}}}}}}}}{AlBjF`}}{{{h{c}}}Il{}}00{{{h{{EDj{c}}}}c}{{Dh{{Bd{{Cj{Ch}}}}}}}{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{Bn}}}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{Bn}}}Ed{AlBjF`}}0{{{h{{EE`{c}}}}{h{c}}}Ed{AlBjF`}}{{{h{Ah{EE`{c}}}}{h{c}}}Ed{AlBjF`}}{{{h{{EE`{c}}}}{h{Bn}}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{Bn}}}{{ECd{c}}}{AlBjF`}}{{{h{Ah{EE`{c}}}}AAd{h{AAf}}}{{Dh{{h{c}}}}}{AlBjF`}}{{{h{{EE`{c}}}}{h{Bn}}e}{{Fd{ClCl}}}{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}}}}Cd}{{`{{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{}}{cEEl{{Ej{}{{Eh{{Fd{Df{Dh{D`}}}}}}}}}}11111{{{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{{Ad{{h{{Ad{{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{}}{{{EFf{c}}}{{EFh{c}}}{}}11{{{EFj{c}}}{{EFl{c}}}{}}22222{{{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{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{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{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{ANn}}}}}Al{{Ej{}{{Eh{{Fd{gAAd}}}}}}}{{Hj{{h{g}}Cf}{{Hh{Ed}}}}}}{{{h{Ah{Ff{c}}}}g}{{EDf{c}}}{AlBj}{{AHb{{EDb{Bn}}}}}{{Ej{}{{Eh{{Fd{eEb}}}}}}}}{{{h{c}}}{{h{e}}}{}{}}000000{{{h{Ahc}}}{{h{Ahe}}}{}{}}000000{{{h{{Ff{c}}}}{h{Bn}}}{{Dn{ClEGl}}}{}}`{c{{Dh{In}}}{}}{c{{Dh{Cl}}}{}}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{Bn}}}{{`{{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{ANn}}}}}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{}}0{{{Aj{c}}}{{Ff{c}}}{BjAl}}11111{{{h{EDn}}}{{Id{{EDf{c}}}}}{fAlBjIfDd}}{{{h{{Ff{c}}}}}{{`{{Hb{}{{Eh{{EGn{{EDb{Bn}}c}}}}}}}}}{}}{{{h{{Ff{c}}}}{h{e}}jCd}{{Dh{{An{{h{c}}}}}}}f{{Gh{}{{Gf{ANn}}}}}}{{{h{{Ff{c}}}}{h{e}}jAAd}{{Dh{{Fd{{An{{h{c}}}}Cd}}}}}f{{Gh{}{{Gf{ANn}}}}}}{{{h{{Ff{c}}}}Cd}{{Dh{{EDb{Bn}}}}}{}}{{{h{{Ff{c}}}}Cd}{{Dh{{EGn{{EDb{Bn}}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{Bn}}}}}}{{{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{Bn}}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{Bn}}}}}{AlBj}}{{{h{Ah{EHb{cg}}}}}{{Dh{i}}}{}{}{{Hj{Fl{EDb{Bn}}}{{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}}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}}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{Bn}}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{Bn}}c}}}}}}}}}{}}{{{h{c}}}Il{}}000000{ce{}{}}000000{{{h{{Ff{c}}}}ei}{{EHb{ci}}}{AlBj}{{AHb{{EDb{Bn}}}}}{}{{Hj{Fl{EDb{Bn}}}{{Hh{{Dh{g}}}}}}}}{{{h{{Ff{c}}}}{h{Bn}}g}{{EHd{cg}}}{}{}{{Hj{FlCd}{{Hh{{Dh{e}}}}}}}}{{{h{{Ff{c}}}}Cdg}{{EHd{cg}}}{AlBj}{}{{Hj{FlCd}{{Hh{{Dh{e}}}}}}}}","D":"AEIhABAd","p":[[5,"Balance",0,14968],[5,"DescriptorId",0,14969],[10,"Anchor",0,14970],[1,"reference"],[5,"BlockId",0,14971],[5,"ConfirmationBlockTime",0,14971],[5,"Hash",8936,14972],[1,"u8"],[1,"array"],[1,"slice"],[5,"CheckPoint",0,14973],[0,"mut"],[5,"TxUpdate",0,14974],[10,"Clone",14975],[6,"ChainPosition",0,14976],[6,"ConfirmationTime",0,14976],[5,"FullTxOut",0,14976],[5,"SpkIterator",0,14977],[1,"unit"],[6,"Ordering",14978],[10,"Ord",14978],[6,"ValueRef",14979],[5,"Transaction",368,14980],[5,"Impl",0],[8,"FromSqlResult",14981],[5,"Txid",368,14980],[5,"ScriptBuf",368,14982],[6,"DescriptorPublicKey",14983],[6,"Descriptor",14984],[5,"Amount",368,14985],[6,"Network",368,14986],[5,"BlockHash",368,14987],[5,"AnchorImpl",0],[10,"DeserializeOwned",7252,14988],[1,"u32"],[6,"Option",14989],[10,"Borrow",14990],[10,"DescriptorExt",0,14969],[6,"Result",14991],[10,"Deserializer",7165,14988],[1,"u64"],[1,"bool"],[10,"PartialEq",14978],[17,"Item"],[10,"IntoIterator",14992],[5,"Formatter",14993],[5,"Error",14993],[10,"Debug",14993],[8,"Result",14993],[1,"tuple"],[5,"TxGraph",14783],[1,"never"],[5,"Block",368,14987],[1,"usize"],[10,"AnchorFromBlockPosition",0,14970],[5,"Header",4510,14987],[5,"FromSliceError",12255,14994],[1,"str"],[17,"Error"],[10,"ChainOracle",0,14995],[10,"Hasher",14996],[10,"Hash",14996],[10,"SliceIndex",14997],[5,"IntoFallible",14998],[10,"Iterator",14999],[10,"Merge",0,14970],[5,"CheckPointIter",0,14973],[17,"Output"],[10,"FnMut",15000],[10,"RangeBounds",15001],[10,"PartialOrd",14978],[10,"Serializer",7165,15002],[6,"ToSqlOutput",15003],[8,"Result",15004],[10,"Serialize",7165,15002],[5,"String",3139,15005],[5,"Convert",14998],[5,"TypeId",15006],[5,"SignedAmount",368,14985],[5,"Weight",368,15007],[5,"Work",368,15008],[5,"XOnlyPublicKey",368,15009],[5,"Secp256k1",9570,15010],[5,"Scalar",11327,15011],[6,"Parity",9570,15009],[6,"Error",11327,15010],[10,"Verification",9570,15012],[5,"Address",368,15013],[6,"AddressType",368,15013],[5,"FilterHash",368,15014],[5,"FilterHeader",368,15014],[5,"XKeyIdentifier",368,15015],[5,"TxMerkleNode",368,14987],[5,"WitnessMerkleNode",368,14987],[5,"WitnessCommitment",368,14987],[5,"ScriptHash",368,15016],[5,"WScriptHash",368,15016],[5,"Wtxid",368,14980],[5,"PubkeyHash",368,15017],[5,"WPubkeyHash",368,15017],[5,"LegacySighash",368,15018],[5,"SegwitV0Sighash",368,15018],[5,"TapSighash",368,15018],[5,"TapLeafHash",368,15019],[5,"TapNodeHash",368,15019],[5,"TapTweakHash",368,15019],[5,"Script",368,15020],[5,"XOnlyPublicKey",11947,15021],[5,"Hash",9050,15022],[5,"Hash",6767,15023],[5,"TapSighashTag",368,15018],[5,"Hash",9103,15024],[5,"TapLeafTag",368,15019],[5,"TapBranchTag",368,15019],[5,"TapTweakTag",368,15019],[5,"PushBytes",5402,15025],[5,"Params",6230,15026],[6,"NetworkUnchecked",2761,15013],[10,"NetworkValidation",2761,15013],[5,"TxIn",368,14980],[6,"Bip34Error",4510,14987],[5,"Builder",5402,15027],[5,"Bytes",5402,15020],[5,"ChainHash",4630,15028],[6,"LockTime",4699,15029],[5,"Sequence",368,14980],[6,"LockTime",4885,15030],[1,"i64"],[5,"FeeRate",368,15031],[5,"Opcode",368,15032],[6,"ClassifyContext",5095,15032],[6,"Class",5095,15032],[5,"Witness",368,15033],[6,"Denomination",368,14985],[6,"KnownHrp",368,15013],[5,"WitnessProgram",368,15034],[6,"WitnessVersion",368,15035],[5,"OutPoint",368,14980],[5,"TxOut",368,14980],[5,"VarInt",368,15036],[5,"PublicKey",368,15017],[5,"CompressedPublicKey",368,15017],[5,"PrivateKey",368,15017],[6,"TapSighashType",368,15018],[6,"EcdsaSighashType",368,15018],[5,"MerkleBlock",368,15037],[6,"NetworkKind",368,14986],[5,"Target",368,15008],[5,"CompactTarget",368,15008],[5,"Psbt",368,15038],[6,"Error",10865,15039],[6,"Error",6319,15036],[10,"BufRead",9424,15040],[10,"Sized",15041],[5,"Error",9424,15042],[10,"Write",9424,15040],[5,"TweakedPublicKey",9570,15017],[5,"Token",15043],[1,"u128"],[10,"AsRef",15044],[1,"f64"],[5,"Display",3057,14985],[5,"HashEngine",8936,14972],[6,"Instruction",5402,15045],[6,"Error",15046],[5,"Vec",3139,15047],[6,"MerkleBlockError",9940,15037],[6,"ExtractTxError",10865,15038],[10,"Write",14993],[5,"PublicKey",11327,15009],[5,"Xpub",4151,15015],[6,"Cow",15048],[5,"RelLockTime",15049],[1,"u16"],[5,"ScriptPath",13174,15018],[5,"LeafNode",13578,15019],[5,"TaprootSpendInfo",13578,15019],[10,"Fn",15000],[6,"ParseAmountError",3057,14985],[5,"InvalidSighashTypeError",13174,15018],[5,"ParseNetworkError",9998,14986],[6,"HexToBytesError",6812,15050],[6,"PrefixedHexError",6634,15051],[5,"Keypair",9570,15009],[5,"Magic",10047,15052],[10,"Signing",11327,15012],[5,"UncompressedPublicKeyError",9570,15017],[6,"FromScriptError",2761,15053],[6,"LeafVersion",13578,15019],[5,"TimeOverflowError",4885,15054],[6,"KeyParseError",15055],[6,"FromSliceError",9570,15017],[10,"Into",15044],[5,"NonStandardSighashTypeError",13174,15018],[6,"ParseError",2761,15053],[6,"ParsePublicKeyError",9570,15017],[6,"FromWifError",9570,15017],[6,"ParseError",14985],[6,"UnprefixedHexError",6634,15051],[5,"RangeFull",15001],[5,"RangeToInclusive",15001],[5,"RangeInclusive",15001],[5,"RangeTo",15001],[6,"Bound",15001],[5,"Range",15001],[5,"RangeFrom",15001],[5,"InstructionIndices",5402,15045],[5,"Instructions",5402,15045],[5,"Box",15056],[5,"Height",4699,15057],[5,"Time",4699,15057],[5,"Iter",6215,15033],[6,"Error",5944,15034],[5,"SecretKey",11327,15009],[6,"P2shError",2761,15053],[5,"Signature",13578,15058],[5,"Signature",6547,15059],[5,"ControlBlock",13578,15019],[5,"BTreeMap",15060],[10,"Read",9424,15040],[5,"SighashCache",13174,15018],[5,"Message",11327,15010],[6,"SignError",10865,15038],[6,"PsbtSighashMsg",15046],[6,"SighashError",15046],[6,"SigningKeys",10865,15038],[10,"GetKey",10865,15038],[6,"AddressData",2761,15013],[5,"Fe32",15061],[5,"Hash",15062],[5,"Hash",7094,15063],[5,"OutOfRangeError",14985],[5,"SortKey",9570,15017],[5,"InputsIndexError",6053,14980],[5,"OutputsIndexError",6053,14980],[5,"DefiniteDescriptorKey",14983],[6,"UtxoUpdateError",15046],[6,"OutputUpdateError",15046],[5,"Signature",13143,15064],[5,"UnknownAddressTypeError",2761,15053],[5,"UnknownHrpError",2761,15053],[5,"NetworkValidationError",2761,15053],[5,"InvalidBase58PayloadLengthError",2761,15053],[5,"LegacyAddressTooLongError",2761,15053],[5,"InvalidLegacyPrefixError",2761,15053],[6,"NetworkChecked",2761,15013],[6,"Infallible",15044],[5,"TryFromError",5969,15035],[5,"DecodeError",15065],[6,"Error",3139,15066],[10,"StdError",8731],[10,"CheckedSum",3057,14985],[5,"InvalidCharacterError",14985],[5,"InputTooLargeError",14985],[5,"TooPreciseError",14985],[5,"MissingDigitsError",14985],[10,"SerdeAmount",3118,15067],[10,"SerdeAmountForOpt",3118,15067],[10,"Allocator",15068],[5,"Path",15069],[5,"OsStr",15070],[5,"InvalidCharacterError",3139,15066],[6,"FromSqlError",14981],[5,"AddrV2Message",10203,15071],[5,"Address",10047,15071],[5,"ShortId",3847,15072],[5,"PrefilledTransaction",3847,15072],[6,"Inventory",10387,15073],[10,"Deserialize",7165,14988],[5,"Drain",15074],[5,"Drain",15005],[1,"i16"],[1,"i32"],[1,"i8"],[6,"Value",15075],[10,"Copy",15041],[1,"char"],[5,"ExtractIf",15076],[5,"Error",15077],[5,"TooShortError",3508,15066],[5,"IncorrectChecksumError",3508,15066],[5,"BinaryHeap",15078],[5,"VecDeque",15079],[5,"PushBytesBuf",5402,15025],[5,"CString",15080],[5,"TaprootMerkleBranch",13578,15081],[5,"DerivationPath",4151,15015],[6,"ChildNumber",4151,15015],[5,"FromUtf16Error",15005],[5,"FromUtf8Error",15005],[5,"Assets",15082],[6,"Error",4151,15015],[10,"Error",7252,14988],[10,"IntoDeserializer",7252,14988],[5,"StringDeserializer",7436,15083],[10,"FnOnce",15000],[10,"Pattern",15084],[20,"MaybeUninit",15085],[5,"Splice",15086],[6,"SocketAddr",15087],[5,"IntoIter",15088],[6,"Error",15089],[5,"TryReserveError",15090],[5,"IoSlice",15091],[6,"EncodeSliceError",3551,15092],[6,"DecodeError",3551,15093],[6,"DecodeSliceError",3551,15093],[17,"Config"],[17,"DecodeEstimate"],[10,"Engine",3551,15094],[10,"Config",3697,15094],[10,"DecodeEstimate",3697,15094],[5,"Alphabet",3641,15095],[6,"ParseAlphabetError",3641,15095],[5,"Base64Display",3685,15096],[5,"GeneralPurpose",3697,15097],[5,"GeneralPurposeConfig",3697,15097],[6,"DecodePaddingMode",3697,15094],[5,"DecodeMetadata",3697,15094],[5,"DecoderReader",3802,15098],[10,"Read",15091],[10,"StrConsumer",3815,15099],[5,"EncoderWriter",3815,15100],[10,"Write",15091],[5,"EncoderStringWriter",3815,15099],[6,"Error",3847,15072],[5,"HeaderAndShortIds",3847,15072],[5,"BlockTransactionsRequest",3847,15072],[5,"TxIndexOutOfRangeError",3847,15072],[5,"BlockTransactions",3847,15072],[6,"HexToArrayError",6812,15050],[5,"BlockFilterWriter",4037,15014],[5,"GcsFilterWriter",4037,15014],[6,"Error",4037,15014],[5,"BlockFilter",4037,15014],[5,"BitStreamWriter",4037,15014],[5,"BlockFilterReader",4037,15014],[5,"GcsFilterReader",4037,15014],[5,"BitStreamReader",4037,15014],[5,"ChainCode",4151,15015],[5,"Fingerprint",4151,15015],[5,"DerivationPathIterator",4151,15015],[5,"Xpriv",4151,15015],[5,"InvalidBase58PayloadLengthError",4151,15015],[6,"KeyRequest",10865,15038],[10,"IntoDerivationPath",4151,15015],[5,"Version",4510,14987],[6,"ValidationError",4510,14987],[5,"ParseHeightError",4699,15057],[5,"ParseTimeError",4699,15057],[5,"ConversionError",4699,15057],[6,"ParseError",15057],[5,"AbsLockTime",15101],[5,"Height",4885,15054],[5,"Time",4885,15054],[5,"DisabledLockTimeError",4885,15030],[5,"IncompatibleHeightError",4885,15030],[5,"IncompatibleTimeError",4885,15030],[5,"PushBytesError",5402,15102],[6,"Error",5402,15016],[6,"UintError",15016],[10,"PushBytesErrorReport",5402,15103],[6,"FromStrError",5969,15035],[6,"TryFromInstructionError",5969,15035],[5,"ParseIntError",10832,15104],[6,"ParseOutPointError",6053,14980],[5,"IndexOutOfBoundsError",6053,14980],[5,"Version",6053,14980],[5,"InputWeightPrediction",6053,14980],[10,"Decodable",6230,15036],[10,"Encodable",6230,15036],[10,"WriteExt",6230,15036],[6,"DecodeError",6230,15105],[10,"IntoDeError",6434,15106],[10,"ReadExt",6230,15036],[5,"CheckedData",6319,15036],[6,"FromHexError",6319,15036],[5,"OddLengthStringError",6812,15050],[5,"Hex",6434,15106],[10,"Case",6469,15107],[10,"EncodeBytes",6434,15106],[5,"DecodeInitError",6469,15107],[5,"DecodeError",6469,15107],[5,"Encoder",6469,15107],[5,"Decoder",6469,15107],[5,"SerializedSignature",6547,15059],[6,"Error",6547,15059],[5,"Iter",15108],[5,"Signature",11728,15109],[5,"MissingPrefixError",6634,15051],[5,"ContainsPrefixError",6634,15051],[17,"Engine"],[17,"Bytes"],[10,"Hash",12255,14994],[10,"HashEngine",12255,14994],[10,"FromHex",6812,15110],[17,"MidState"],[17,"Display"],[10,"DisplayHex",6812,15111],[6,"Case",6812,15112],[10,"Display",14993],[10,"LowerHex",14993],[10,"UpperHex",14993],[5,"InvalidCharError",6812,15050],[5,"InvalidLengthError",7032,15050],[5,"HexToBytesIter",6812,15113],[5,"BytesToHexIter",6812,15113],[10,"ExactSizeIterator",15114],[5,"HexDigitsIter",15113],[10,"DoubleEndedIterator",15115],[10,"FusedIterator",15116],[5,"BufEncoder",6976,15117],[5,"DisplayByteSlice",6994,15111],[5,"DisplayArray",6994,15111],[5,"HashEngine",7094,15063],[17,"Ok"],[17,"SerializeSeq"],[17,"SerializeTuple"],[17,"SerializeTupleStruct"],[17,"SerializeTupleVariant"],[17,"SerializeMap"],[17,"SerializeStruct"],[17,"SerializeStructVariant"],[10,"Error",8731,15002],[10,"SerializeSeq",8731,15002],[10,"SerializeTuple",8731,15002],[10,"SerializeTupleStruct",8731,15002],[10,"SerializeTupleVariant",8731,15002],[10,"SerializeMap",8731,15002],[10,"SerializeStruct",8731,15002],[10,"SerializeStructVariant",8731,15002],[10,"Visitor",7252,14988],[1,"f32"],[1,"i128"],[5,"IgnoredAny",7252,15118],[6,"Unexpected",7252,14988],[17,"Value"],[10,"DeserializeSeed",7252,14988],[10,"Expected",7252,14988],[17,"Deserializer"],[10,"VariantAccess",7252,14988],[10,"SeqAccess",7252,14988],[10,"MapAccess",7252,14988],[5,"Request",15119],[17,"Variant"],[10,"EnumAccess",7252,14988],[5,"UnitDeserializer",7436,15083],[5,"U32Deserializer",7436,15083],[5,"StrDeserializer",7436,15083],[5,"BorrowedStrDeserializer",7436,15083],[5,"CowStrDeserializer",7436,15083],[5,"BytesDeserializer",7436,15083],[5,"BorrowedBytesDeserializer",7436,15083],[5,"MapDeserializer",7436,15083],[5,"Error",7436,15083],[5,"BoolDeserializer",7436,15083],[5,"I8Deserializer",7436,15083],[5,"I16Deserializer",7436,15083],[5,"I32Deserializer",7436,15083],[5,"I64Deserializer",7436,15083],[5,"I128Deserializer",7436,15083],[5,"IsizeDeserializer",7436,15083],[5,"U8Deserializer",7436,15083],[5,"U16Deserializer",7436,15083],[5,"U64Deserializer",7436,15083],[5,"U128Deserializer",7436,15083],[5,"UsizeDeserializer",7436,15083],[5,"F32Deserializer",7436,15083],[5,"F64Deserializer",7436,15083],[5,"CharDeserializer",7436,15083],[5,"SeqDeserializer",7436,15083],[5,"SeqAccessDeserializer",7436,15083],[5,"MapAccessDeserializer",7436,15083],[5,"EnumAccessDeserializer",7436,15083],[1,"isize"],[5,"Impossible",8731,15120],[5,"Source",15119],[10,"SerdeHash",8861,15121],[5,"Hash",8866,15122],[5,"HashEngine",8866,15122],[5,"Midstate",8936,14972],[10,"Tag",9103,15024],[5,"Hash",9150,15123],[5,"HashEngine",9150,15123],[5,"Hash",9206,15124],[5,"HashEngine",9206,15124],[5,"Hash",9276,15125],[5,"HashEngine",9276,15125],[5,"Hash",9332,15126],[5,"State",9332,15126],[5,"HashEngine",9332,15126],[6,"ErrorKind",9424,15042],[5,"Take",9424,15040],[5,"Cursor",9424,15040],[5,"Sink",9424,15040],[5,"Keypair",11947,15021],[10,"Context",11327,15012],[5,"TweakedKeypair",9570,15017],[6,"ParseCompressedPublicKeyError",9570,15017],[5,"InvalidBase58PayloadLengthError",9570,15017],[5,"InvalidAddressVersionError",9570,15017],[5,"Context",11947,15021],[5,"NonNull",15127],[17,"TweakedAux"],[17,"TweakedKey"],[10,"TapTweak",9570,15017],[6,"All",11327,15128],[5,"DisplaySecret",15129],[5,"InvalidParityValue",11327,15009],[5,"AllPreallocated",11327,15012],[5,"ManuallyDrop",15130],[5,"SignOnlyPreallocated",11327,15012],[5,"VerifyOnlyPreallocated",11327,15012],[10,"Rng",12369,15131],[5,"AlignedType",12225,15132],[10,"PreallocatedContext",11327,15012],[5,"RecoverableSignature",11728,15133],[10,"CryptoRng",12369,15134],[6,"SignOnly",11327,15128],[6,"VerifyOnly",11327,15128],[5,"PartialMerkleTree",9940,15037],[5,"UnknownChainHashError",9998,14986],[5,"ServiceFlags",10047,15052],[5,"ParseMagicError",10047,15052],[5,"UnknownMagicError",10047,15052],[6,"AddrV2",10203,15071],[5,"CommandString",10258,15135],[5,"CommandStringError",10258,15135],[5,"RawNetworkMessage",10258,15135],[6,"NetworkMessage",10258,15135],[5,"GetBlocksMessage",10387,15073],[5,"GetHeadersMessage",10387,15073],[5,"FilterLoad",10465,15136],[6,"BloomFlags",10465,15136],[5,"FilterAdd",10465,15136],[5,"SendCmpct",10529,15137],[5,"CmpctBlock",10529,15137],[5,"GetBlockTxn",10529,15137],[5,"BlockTxn",10529,15137],[5,"GetCFilters",10622,15138],[5,"CFilter",10622,15138],[5,"GetCFHeaders",10622,15138],[5,"CFHeaders",10622,15138],[5,"GetCFCheckpt",10622,15138],[5,"CFCheckpt",10622,15138],[5,"VersionMessage",10754,15139],[6,"RejectReason",10754,15139],[5,"Reject",10754,15139],[5,"ParseIntError",15140],[5,"Output",10865,15141],[6,"GetKeyError",10865,15038],[6,"OutputType",10865,15038],[6,"SigningAlgorithm",10865,15038],[6,"IndexOutOfBoundsError",10865,15038],[5,"PsbtSighashType",10865,15142],[5,"Input",10865,15142],[6,"PsbtParseError",10865,15143],[6,"TaprootError",13174,15018],[6,"P2wpkhError",13174,15018],[6,"ConversionError",14983],[5,"ProprietaryKey",11256,15144],[10,"From",15044],[5,"Key",11256,15144],[5,"Pair",11256,15144],[5,"PublicKey",11947,15021],[10,"ThirtyTwoByteHash",11327,15010],[5,"OutOfRangeError",13123,15011],[5,"ElligatorSwift",11872,15145],[5,"SharedSecret",11697,15146],[5,"RecoverableSignature",12193,15147],[5,"Signature",11947,15021],[5,"SerializedSignature",11728,15148],[5,"RecoveryId",11728,15133],[5,"IntoIter",11850,15149],[5,"ElligatorSwiftSharedSecret",11872,15145],[6,"ElligatorSwiftParty",11872,15145],[17,"Target"],[10,"CPtr",11947,15021],[5,"ElligatorSwift",11947,15021],[6,"c_void",12225,15150],[1,"fn"],[5,"SchnorrSigExtraParams",11947,15021],[5,"Hmac",12255,15151],[5,"HmacEngine",12255,15151],[10,"FromStr",15152],[5,"Error",12369,15153],[5,"NonZero",15154],[10,"Fill",12369,15131],[10,"RngCore",12369,15134],[5,"Error",15155],[17,"Seed"],[10,"SeedableRng",12369,15134],[10,"Default",15156],[10,"AsMut",15044],[10,"SampleUniform",12696,15157],[10,"SampleRange",12696,15157],[10,"Distribution",12858,15158],[5,"DistIter",12421,15158],[5,"ThreadRng",12902,15159],[10,"DistString",12421,15158],[5,"Alphanumeric",12421,15160],[5,"Standard",12421,15161],[5,"Bernoulli",12421,15162],[6,"BernoulliError",12421,15162],[5,"OpenClosed01",12421,15163],[5,"Open01",12421,15163],[5,"Slice",12421,15164],[5,"WeightedIndex",12421,15165],[6,"WeightedError",12421,15165],[5,"Uniform",12421,15157],[5,"DistMap",12421,15158],[5,"EmptySlice",15164],[10,"AddAssign",15166],[10,"SampleBorrow",12696,15157],[5,"Wrapping",15167],[10,"SubAssign",15166],[5,"UniformInt",12696,15157],[5,"UniformChar",12696,15157],[5,"UniformFloat",12696,15157],[5,"UniformDuration",12696,15157],[17,"X"],[10,"UniformSampler",12696,15157],[5,"Duration",15168],[5,"WeightedIndex",12846,15169],[10,"Weight",12846,15169],[10,"SliceRandom",13034,15170],[10,"IteratorRandom",13034,15170],[5,"SliceChooseIter",13034,15170],[5,"OsRng",12902,15171],[5,"StdRng",12902,15172],[5,"ReseedingRng",12965,15173],[10,"BlockRngCore",15174],[5,"ReadRng",12965,15175],[5,"ReadError",12965,15175],[5,"StepRng",13013,15176],[10,"Index",15177],[6,"IndexVec",13066,15178],[6,"IndexVecIntoIter",13066,15178],[6,"IndexVecIter",13066,15178],[5,"Annex",13174,15018],[6,"Prevouts",13174,15018],[5,"PrevoutsSizeError",13174,15018],[5,"PrevoutsKindError",13174,15018],[6,"PrevoutsIndexError",13174,15018],[5,"SighashTypeParseError",13174,15018],[5,"SingleMissingOutputError",13174,15018],[6,"AnnexError",13174,15018],[6,"SigningDataError",13174,15018],[6,"EncodeSigningDataResult",13174,15018],[10,"BorrowMut",14990],[6,"MessageSignatureError",13523,15179],[5,"MessageSignature",13523,15179],[5,"TaprootBuilder",13578,15019],[6,"TaprootBuilderError",13578,15019],[6,"TapLeaf",13578,15019],[6,"SigFromSliceError",13578,15058],[6,"IncompleteBuilderError",13578,15019],[6,"HiddenNodesError",13578,15019],[5,"TapTree",13578,15019],[5,"NodeInfo",13578,15019],[5,"ScriptLeaf",13578,15019],[5,"FutureLeafVersion",13578,15019],[6,"TaprootError",13578,15019],[5,"LeafNodes",13578,15019],[5,"ScriptLeaves",13578,15019],[5,"BTreeSet",15180],[5,"SerializedSignature",14243,15181],[5,"IntoIter",14217,15081],[5,"IntoIter",14243,15182],[5,"IndexedTxGraph",14298],[5,"ChangeSet",14298],[10,"Indexer",14349],[5,"Arc",15183],[5,"ChangeSet",14358],[5,"ChangeSet",14783],[17,"ChangeSet"],[5,"KeychainTxOutIndex",14358],[6,"InsertDescriptorError",14358],[5,"Transaction",15184],[5,"SpkTxOutIndex",14466],[8,"Indexed",0,15185],[8,"KeychainIndexed",0,15185],[10,"SyncRequestBuilderExt",14358],[10,"FullScanRequestBuilderExt",14358],[5,"LocalChain",14503],[5,"ChangeSet",14503],[5,"MissingGenesisError",14503],[5,"CannotConnectError",14503],[6,"ApplyHeaderError",14503],[5,"AlterCheckPointError",14503],[5,"SyncRequestBuilder",14637,15186],[5,"SyncRequest",14637,15186],[5,"FullScanRequestBuilder",14637,15186],[5,"FullScanRequest",14637,15186],[6,"SyncItem",14637,15186],[5,"SyncProgress",14637,15186],[5,"SyncResult",14637,15186],[5,"FullScanResult",14637,15186],[10,"Any",15006],[10,"Send",15041],[17,"IntoIter"],[6,"CalculateFeeError",14783],[5,"TxNode",14783],[5,"CanonicalTx",14783],[5,"TxAncestors",14783],[5,"TxDescendants",14783],[5,"HashSet",15187],[15,"Confirmed",365],[15,"Unconfirmed",365],[15,"P2pkh",3032],[15,"P2sh",3032],[15,"Segwit",3032],[8,"ExtendedPubKey",4151],[8,"ExtendendPubKey",4151],[8,"ExtendedPrivKey",4151],[8,"ExtendendPrivKey",4151],[15,"Normal",4497],[15,"Hardened",4497],[15,"InvalidChecksum",6412],[15,"OversizedVectorAllocation",6412],[10,"ByteDecoder",6434],[10,"ByteEncoder",6434],[5,"With",6434],[6,"Lower",6469],[6,"Upper",6469],[5,"HmacMidState",7081],[8,"Result",9424],[15,"Unknown",10385],[15,"Unknown",10463],[15,"UnexpectedUnsignedTx",11243],[15,"InvalidPreimageHashPair",11243],[15,"AbsurdFeeRate",11248],[15,"SendingTooMuch",11248],[15,"MissingInputValue",11248],[15,"Inputs",11252],[15,"TxInput",11252],[8,"NonceFn",11947],[8,"EcdhHashFn",11947],[8,"SchnorrNonceFn",11947],[8,"EllswiftEcdhHashFn",11947],[15,"DescriptorAlreadyAssigned",14462],[15,"KeychainAlreadyAssigned",14462]],"r":[[0,14970],[1,14970],[3,14977],[4,14968],[5,14971],[7,14995],[8,14976],[9,14973],[10,14973],[11,14971],[12,14976],[15,14969],[16,14969],[18,14976],[20,15185],[21,14298],[22,14349],[23,15185],[24,14970],[25,14977],[26,14783],[27,14974],[244,14349],[275,15185],[276,14349],[368,15013],[369,15013],[374,14985],[380,14987],[381,14987],[383,15008],[384,15017],[388,14985],[391,15018],[392,15031],[393,15014],[394,15014],[395,15013],[396,15018],[418,15037],[424,14986],[425,14986],[434,15032],[435,14980],[442,15017],[443,15038],[444,15017],[445,15017],[451,15020],[452,14982],[453,15016],[454,15018],[455,14980],[456,14985],[462,15019],[463,15019],[464,15019],[465,15019],[466,15018],[467,15018],[468,15018],[469,15019],[470,15019],[471,15008],[475,14980],[476,14980],[477,14987],[478,14980],[479,14980],[497,15036],[499,15017],[500,15016],[501,15007],[502,15033],[503,14987],[504,14987],[505,15034],[506,15035],[507,15008],[508,14980],[509,15015],[510,15009],[526,15188],[547,15188],[651,15188],[652,15188],[653,15188],[656,15188],[993,15188],[1118,15189],[1318,15188],[1879,15188],[2016,15189],[2028,15188],[2044,15188],[2069,15188],[2091,15188],[2144,15188],[2146,15188],[2162,15188],[2250,15189],[2254,15188],[2272,15188],[2761,15013],[2762,15013],[2763,15013],[2767,15053],[2770,15053],[2772,15053],[2773,15013],[2775,15053],[2777,15013],[2778,15013],[2779,15013],[2781,15053],[2786,15053],[2790,15053],[2794,15053],[2796,15053],[2889,15013],[3038,15053],[3040,15053],[3042,15053],[3044,15053],[3046,15053],[3047,15053],[3048,15053],[3049,15053],[3051,15053],[3057,14985],[3061,14985],[3062,14985],[3063,14985],[3072,14985],[3075,14985],[3103,14985],[3118,15067],[3119,15067],[3120,15067],[3121,15067],[3129,15190],[3130,15190],[3131,15190],[3132,15191],[3133,15191],[3134,15192],[3135,15192],[3136,15192],[3137,15193],[3138,15193],[3140,15066],[3142,15066],[3143,15005],[3145,15047],[3237,15194],[3238,15194],[3263,15194],[3264,15194],[3265,15194],[3287,15194],[3509,15066],[3511,15066],[3512,15066],[3514,15066],[3552,15093],[3555,15093],[3556,15092],[3557,15094],[3564,15195],[3578,15093],[3580,15093],[3581,15093],[3582,15093],[3586,15093],[3587,15195],[3588,15092],[3590,15092],[3591,15092],[3592,15092],[3595,15092],[3596,15195],[3619,15195],[3620,15195],[3640,15195],[3641,15095],[3642,15095],[3643,15095],[3644,15095],[3646,15095],[3648,15095],[3650,15095],[3651,15095],[3685,15096],[3697,15094],[3699,15094],[3701,15094],[3702,15094],[3703,15094],[3704,15097],[3705,15097],[3750,15094],[3779,15097],[3780,15097],[3781,15097],[3782,15097],[3783,15097],[3784,15097],[3785,15097],[3786,15097],[3793,15094],[3802,15098],[3815,15099],[3816,15100],[3817,15099],[3847,15072],[3848,15072],[3849,15072],[3850,15072],[3852,15072],[3853,15072],[3854,15072],[4037,15014],[4038,15014],[4039,15014],[4040,15014],[4041,15014],[4042,15014],[4043,15014],[4044,15014],[4045,15014],[4046,15014],[4153,15015],[4154,15015],[4155,15015],[4156,15015],[4157,15015],[4158,15015],[4159,15015],[4160,15015],[4161,15015],[4162,15015],[4165,15015],[4167,15015],[4172,15015],[4177,15015],[4178,15015],[4179,15015],[4499,15031],[4500,15007],[4501,15196],[4502,15196],[4503,15196],[4504,15196],[4505,15196],[4506,15196],[4507,15196],[4508,15196],[4509,15196],[4512,14987],[4513,14987],[4514,14987],[4515,14987],[4522,14987],[4525,14987],[4526,14987],[4527,14987],[4528,14987],[4631,15028],[4632,15028],[4633,15028],[4634,15028],[4635,15028],[4636,15028],[4637,15028],[4638,15028],[4639,15028],[4641,15028],[4642,15028],[4644,15028],[4645,15028],[4647,15028],[4678,15028],[4696,15031],[4697,15197],[4698,15197],[4700,15057],[4701,15057],[4702,15057],[4703,15029],[4708,15057],[4709,15057],[4712,15057],[4886,15030],[4887,15054],[4888,15030],[4889,15030],[4890,15030],[4896,15054],[4898,15054],[5095,15032],[5096,15032],[5100,15032],[5101,15032],[5102,15032],[5103,15032],[5104,15032],[5105,15032],[5112,15032],[5146,15198],[5147,15198],[5148,15198],[5149,15198],[5150,15198],[5151,15198],[5152,15198],[5153,15198],[5154,15198],[5155,15198],[5156,15198],[5157,15198],[5158,15198],[5159,15198],[5160,15198],[5161,15198],[5162,15198],[5163,15198],[5164,15198],[5165,15198],[5166,15198],[5167,15198],[5168,15198],[5169,15198],[5170,15198],[5171,15198],[5172,15198],[5173,15198],[5174,15198],[5175,15198],[5176,15198],[5177,15198],[5178,15198],[5179,15198],[5180,15198],[5181,15198],[5182,15198],[5183,15198],[5184,15198],[5185,15198],[5186,15198],[5187,15198],[5188,15198],[5189,15198],[5190,15198],[5191,15198],[5192,15198],[5193,15198],[5194,15198],[5195,15198],[5196,15198],[5197,15198],[5198,15198],[5199,15198],[5200,15198],[5201,15198],[5202,15198],[5203,15198],[5204,15198],[5205,15198],[5206,15198],[5207,15198],[5208,15198],[5209,15198],[5210,15198],[5211,15198],[5212,15198],[5213,15198],[5214,15198],[5215,15198],[5216,15198],[5217,15198],[5218,15198],[5219,15198],[5220,15198],[5221,15198],[5222,15198],[5223,15198],[5224,15198],[5225,15198],[5226,15198],[5227,15198],[5228,15198],[5229,15198],[5230,15198],[5231,15198],[5232,15198],[5233,15198],[5234,15198],[5235,15198],[5236,15198],[5237,15198],[5238,15198],[5239,15198],[5240,15198],[5241,15198],[5242,15198],[5243,15198],[5244,15198],[5245,15198],[5246,15198],[5247,15198],[5248,15198],[5249,15198],[5250,15198],[5251,15198],[5252,15198],[5253,15198],[5254,15198],[5255,15198],[5256,15198],[5257,15198],[5258,15198],[5259,15198],[5260,15198],[5261,15198],[5262,15198],[5263,15198],[5264,15198],[5265,15198],[5266,15198],[5267,15198],[5268,15198],[5269,15198],[5270,15198],[5271,15198],[5272,15198],[5273,15198],[5274,15198],[5275,15198],[5276,15198],[5277,15198],[5278,15198],[5279,15198],[5280,15198],[5281,15198],[5282,15198],[5283,15198],[5284,15198],[5285,15198],[5286,15198],[5287,15198],[5288,15198],[5289,15198],[5290,15198],[5291,15198],[5292,15198],[5293,15198],[5294,15198],[5295,15198],[5296,15198],[5297,15198],[5298,15198],[5299,15198],[5300,15198],[5301,15198],[5302,15198],[5303,15198],[5304,15198],[5305,15198],[5306,15198],[5307,15198],[5308,15198],[5309,15198],[5310,15198],[5311,15198],[5312,15198],[5313,15198],[5314,15198],[5315,15198],[5316,15198],[5317,15198],[5318,15198],[5319,15198],[5320,15198],[5321,15198],[5322,15198],[5323,15198],[5324,15198],[5325,15198],[5326,15198],[5327,15198],[5328,15198],[5329,15198],[5330,15198],[5331,15198],[5332,15198],[5333,15198],[5334,15198],[5335,15198],[5336,15198],[5337,15198],[5338,15198],[5339,15198],[5340,15198],[5341,15198],[5342,15198],[5343,15198],[5344,15198],[5345,15198],[5346,15198],[5347,15198],[5348,15198],[5349,15198],[5350,15198],[5351,15198],[5352,15198],[5353,15198],[5354,15198],[5355,15198],[5356,15198],[5357,15198],[5358,15198],[5359,15198],[5360,15198],[5361,15198],[5362,15198],[5363,15198],[5364,15198],[5365,15198],[5366,15198],[5367,15198],[5368,15198],[5369,15198],[5370,15198],[5371,15198],[5372,15198],[5373,15198],[5374,15198],[5375,15198],[5376,15198],[5377,15198],[5378,15198],[5379,15198],[5380,15198],[5381,15198],[5382,15198],[5383,15198],[5384,15198],[5385,15198],[5386,15198],[5387,15198],[5388,15198],[5389,15198],[5390,15198],[5391,15198],[5392,15198],[5393,15198],[5394,15198],[5395,15198],[5396,15198],[5397,15198],[5398,15198],[5399,15198],[5400,15198],[5401,15198],[5402,15027],[5403,15020],[5405,15016],[5406,15045],[5407,15045],[5408,15045],[5412,15025],[5414,15025],[5415,15102],[5416,15103],[5417,15020],[5418,14982],[5419,15016],[5422,15016],[5878,15016],[5879,15016],[5880,15016],[5941,15016],[5942,15016],[5943,15016],[5944,15034],[5947,15034],[5948,15034],[5949,15034],[5970,15035],[5973,15035],[5974,15035],[5993,15035],[6054,14980],[6055,14980],[6056,14980],[6058,14980],[6059,14980],[6065,14980],[6066,14980],[6069,14980],[6070,14980],[6071,14980],[6072,14980],[6074,14980],[6077,14980],[6106,14980],[6161,14980],[6162,14980],[6213,15007],[6214,15007],[6215,15033],[6216,15033],[6232,15036],[6233,15105],[6234,15036],[6237,15026],[6239,15036],[6243,15036],[6259,15036],[6260,15036],[6272,15105],[6291,15105],[6306,15105],[6307,15036],[6319,15036],[6320,15036],[6322,15036],[6323,15036],[6324,15036],[6327,15036],[6332,15036],[6334,15036],[6335,15036],[6351,15036],[6352,15036],[6353,15036],[6393,15036],[6394,15036],[6416,15026],[6417,15026],[6418,15026],[6419,15026],[6420,15026],[6434,15106],[6435,15106],[6438,15106],[6440,15106],[6442,15106],[6443,15106],[6456,15106],[6469,15107],[6470,15107],[6471,15107],[6472,15107],[6473,15107],[6474,15107],[6475,15107],[6548,15059],[6551,15059],[6553,15059],[6635,15051],[6637,15051],[6640,15104],[6641,15051],[6642,15051],[6717,14987],[6718,15014],[6719,15014],[6720,14987],[6721,14980],[6722,14987],[6723,14987],[6724,14980],[6729,14994],[6730,14994],[6731,14994],[6732,15151],[6733,15151],[6738,14994],[6739,14994],[6745,14994],[6747,14994],[6748,14994],[6749,14994],[6753,14994],[6754,14994],[6755,14994],[6756,14994],[6757,14994],[6758,14994],[6759,14994],[6760,14994],[6761,14994],[6762,14994],[6763,14994],[6764,14994],[6766,15199],[6767,15023],[6812,15113],[6813,15112],[6815,15111],[6817,15110],[6818,15113],[6819,15050],[6820,15050],[6821,15113],[6824,15050],[6828,15050],[6846,15112],[6858,15112],[6874,15112],[6884,15112],[6900,15112],[6923,15112],[6924,15112],[6932,15112],[6975,15112],[6976,15117],[6995,15111],[6996,15111],[6997,15111],[7012,15112],[7016,15112],[7032,15050],[7033,15050],[7036,15050],[7038,15050],[7040,15050],[7062,15110],[7063,15050],[7064,15050],[7071,15111],[7073,15110],[7081,15151],[7082,15151],[7083,15151],[7094,15063],[7095,15063],[7165,14988],[7166,15200],[7167,14988],[7171,15002],[7172,15200],[7180,15002],[7184,15201],[7217,15201],[7220,15201],[7255,14988],[7256,14988],[7257,14988],[7258,14988],[7261,14988],[7262,14988],[7268,14988],[7270,15118],[7271,14988],[7273,14988],[7279,14988],[7285,14988],[7292,14988],[7293,14988],[7389,14988],[7436,15083],[7437,15083],[7438,15083],[7439,15083],[7440,15083],[7441,15083],[7442,15083],[7443,15083],[7444,15083],[7445,15083],[7446,15083],[7447,15083],[7448,15083],[7449,15083],[7450,15083],[7451,15083],[7452,15083],[7453,15083],[7454,15083],[7455,15083],[7456,15083],[7457,15083],[7458,15083],[7459,15083],[7460,15083],[7461,15083],[7462,15083],[7463,15083],[7464,15083],[8731,15002],[8740,15120],[8749,15002],[8750,15002],[8752,15002],[8754,15002],[8756,15002],[8758,15002],[8760,15002],[8762,15002],[8764,15002],[8860,15202],[8862,15121],[8866,15122],[8867,15122],[8936,14972],[8937,14972],[8938,14972],[9050,15022],[9103,15024],[9104,15024],[9150,15123],[9151,15123],[9206,15124],[9207,15124],[9276,15125],[9277,15125],[9332,15126],[9333,15126],[9334,15126],[9428,15040],[9432,15040],[9434,15042],[9435,15042],[9444,15040],[9445,15040],[9446,15040],[9447,15040],[9451,15040],[9502,15040],[9539,15040],[9571,15017],[9574,15017],[9575,15017],[9578,15017],[9580,15017],[9585,15009],[9587,15009],[9588,15017],[9589,15017],[9590,15017],[9591,15017],[9592,15017],[9593,15010],[9597,15017],[9598,15017],[9601,15017],[9602,15017],[9603,15017],[9604,15017],[9605,15017],[9606,15012],[9607,15017],[9608,15009],[9943,15037],[9944,15037],[9950,15037],[9958,15203],[9959,15203],[10000,14986],[10001,14986],[10002,14986],[10007,14986],[10008,14986],[10045,15204],[10046,15204],[10047,15071],[10052,15052],[10057,15052],[10058,15052],[10061,15052],[10063,15052],[10066,15052],[10156,15052],[10157,15052],[10158,15052],[10159,15052],[10160,15052],[10161,15052],[10203,15071],[10204,15071],[10205,15071],[10267,15135],[10268,15135],[10283,15135],[10284,15135],[10287,15135],[10291,15135],[10390,15073],[10391,15073],[10392,15073],[10466,15136],[10467,15136],[10468,15136],[10529,15137],[10530,15137],[10531,15137],[10532,15137],[10622,15138],[10623,15138],[10624,15138],[10625,15138],[10626,15138],[10627,15138],[10762,15139],[10763,15139],[10764,15139],[10832,15104],[10853,15205],[10854,15205],[10855,15205],[10856,15205],[10857,15205],[10858,15205],[10859,15205],[10860,15205],[10861,15205],[10862,15008],[10863,15008],[10864,15008],[10875,15039],[10877,15038],[10879,15038],[10880,15038],[10882,15038],[10883,15142],[10901,15038],[10916,15141],[10917,15038],[10920,15038],[10922,15143],[10923,15142],[10933,15038],[10934,15038],[10935,15038],[10936,15038],[10937,15038],[11133,15038],[11137,15038],[11256,15144],[11257,15144],[11258,15144],[11259,15144],[11327,15128],[11328,15012],[11329,15012],[11331,15010],[11337,15009],[11346,15009],[11348,15010],[11352,15009],[11353,15012],[11354,15009],[11355,15011],[11356,15010],[11357,15009],[11358,15128],[11359,15012],[11360,15012],[11361,15010],[11362,15012],[11363,15128],[11364,15012],[11365,15009],[11441,15010],[11452,15010],[11453,15010],[11454,15010],[11559,15010],[11560,15010],[11599,15010],[11600,15010],[11681,15206],[11682,15206],[11683,15206],[11684,15206],[11685,15206],[11686,15206],[11687,15206],[11688,15206],[11689,15206],[11690,15206],[11691,15206],[11692,15206],[11693,15206],[11694,15206],[11695,15206],[11696,15206],[11697,15146],[11722,15146],[11728,15133],[11729,15133],[11730,15148],[11731,15109],[11822,15109],[11850,15149],[11851,15148],[11874,15145],[11875,15145],[11876,15145],[11947,15021],[11948,15021],[11949,15021],[11950,15021],[11951,15021],[11952,15021],[11953,15021],[11958,15021],[11959,15021],[11960,15021],[11961,15021],[11962,15021],[11963,15021],[11964,15021],[11965,15021],[11966,15021],[11972,15021],[12026,15021],[12070,15021],[12071,15021],[12090,15021],[12096,15021],[12097,15021],[12098,15021],[12099,15021],[12100,15021],[12101,15021],[12102,15021],[12103,15021],[12104,15021],[12105,15021],[12106,15021],[12107,15021],[12108,15021],[12109,15021],[12110,15021],[12111,15021],[12112,15021],[12113,15021],[12114,15021],[12115,15021],[12116,15021],[12117,15021],[12118,15021],[12119,15021],[12120,15021],[12121,15021],[12122,15021],[12123,15021],[12124,15021],[12125,15021],[12126,15021],[12127,15021],[12128,15021],[12129,15021],[12130,15021],[12131,15021],[12132,15021],[12133,15021],[12134,15021],[12135,15021],[12136,15021],[12137,15021],[12138,15021],[12139,15021],[12140,15021],[12141,15021],[12142,15021],[12143,15021],[12144,15021],[12145,15021],[12146,15021],[12147,15021],[12148,15021],[12149,15021],[12150,15021],[12151,15021],[12152,15021],[12181,15021],[12193,15147],[12215,15147],[12216,15147],[12217,15147],[12218,15147],[12219,15147],[12225,15132],[12231,15132],[12232,15132],[12233,15132],[12234,15132],[12235,15150],[12244,15132],[12259,14994],[12260,14994],[12261,14994],[12262,15151],[12263,15151],[12277,14994],[12326,14994],[12327,14994],[12345,14994],[12347,14994],[12370,15134],[12371,15153],[12372,15131],[12374,15131],[12375,15134],[12377,15134],[12381,15207],[12401,15207],[12402,15207],[12405,15207],[12409,15207],[12412,15159],[12422,15160],[12423,15162],[12424,15162],[12425,15158],[12426,15158],[12427,15158],[12428,15158],[12432,15163],[12433,15163],[12434,15164],[12435,15161],[12437,15157],[12438,15165],[12439,15165],[12681,15161],[12695,15161],[12696,15157],[12697,15157],[12698,15157],[12700,15157],[12701,15157],[12702,15157],[12703,15157],[12704,15157],[12705,15157],[12843,15165],[12844,15165],[12845,15208],[12846,15169],[12847,15169],[12858,15134],[12859,15158],[12861,15170],[12862,15131],[12863,15134],[12865,15134],[12866,15170],[12867,15172],[12868,15159],[12892,15207],[12899,15159],[12902,15171],[12903,15172],[12904,15159],[12905,15209],[12940,15209],[12965,15175],[12966,15175],[12967,15173],[13013,15176],[13035,15170],[13036,15170],[13037,15170],[13052,15170],[13066,15178],[13067,15178],[13068,15178],[13103,15178],[13104,15178],[13123,15011],[13124,15011],[13143,15064],[13179,15018],[13180,15018],[13182,15018],[13184,15018],[13190,15018],[13192,15018],[13193,15018],[13200,15018],[13201,15018],[13203,15018],[13205,15018],[13207,15018],[13208,15018],[13209,15018],[13212,15018],[13214,15018],[13215,15018],[13219,15018],[13222,15018],[13223,15018],[13224,15018],[13225,15018],[13523,15210],[13527,15179],[13528,15179],[13563,15210],[13578,15019],[13582,15019],[13584,15019],[13587,15019],[13596,15019],[13597,15019],[13598,15019],[13599,15019],[13604,15019],[13605,15019],[13607,15058],[13609,15058],[13610,15019],[13611,15019],[13612,15019],[13613,15019],[13614,15019],[13615,15019],[13616,15019],[13617,15019],[13618,15019],[13619,15019],[13620,15019],[13621,15019],[13623,15019],[13624,15019],[13625,15019],[13626,15019],[13627,15019],[13628,15019],[13629,15081],[13630,15019],[14037,15019],[14085,15019],[14217,15081],[14218,15081],[14243,15182],[14244,15181],[14509,14973],[14510,14973],[14637,15186],[14638,15186],[14639,15186],[14642,15186],[14643,15186],[14644,15186],[14645,15186],[14646,15186],[14796,14974]],"b":[[38,"impl-AsRef%3C%5Bu8;+%3C%24hash+as+%24crate::Hash%3E::LEN%5D%3E-for-DescriptorId"],[39,"impl-AsRef%3C%5Bu8%5D%3E-for-DescriptorId"],[99,"impl-FromSql-for-Impl%3CTransaction%3E"],[100,"impl-FromSql-for-Impl%3CDescriptorId%3E"],[101,"impl-FromSql-for-Impl%3CTxid%3E"],[102,"impl-FromSql-for-Impl%3CScriptBuf%3E"],[103,"impl-FromSql-for-Impl%3CDescriptor%3CDescriptorPublicKey%3E%3E"],[104,"impl-FromSql-for-Impl%3CAmount%3E"],[105,"impl-FromSql-for-Impl%3CNetwork%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"],[168,"impl-From%3C(%26u32,+%26BlockHash)%3E-for-BlockId"],[169,"impl-From%3C(u32,+BlockHash)%3E-for-BlockId"],[291,"impl-ToSql-for-Impl%3CTransaction%3E"],[292,"impl-ToSql-for-Impl%3CDescriptorId%3E"],[293,"impl-ToSql-for-Impl%3CDescriptor%3CDescriptorPublicKey%3E%3E"],[294,"impl-ToSql-for-Impl%3CNetwork%3E"],[295,"impl-ToSql-for-Impl%3CAmount%3E"],[296,"impl-ToSql-for-Impl%3CTxid%3E"],[297,"impl-ToSql-for-Impl%3CBlockHash%3E"],[298,"impl-ToSql-for-Impl%3CScriptBuf%3E"],[569,"impl-AsMut%3C%5Bu8%5D%3E-for-Script"],[570,"impl-AsMut%3CScript%3E-for-Script"],[571,"impl-AsMut%3C%5Bu8%5D%3E-for-ScriptBuf"],[572,"impl-AsMut%3CScript%3E-for-ScriptBuf"],[597,"impl-AsRef%3C%5Bu8%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%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;+bitcoin::::blockdata::block::%7Bimpl%2336%7D::%7Bconstant%230%7D%5D%3E-for-WitnessMerkleNode"],[608,"impl-AsRef%3C%5Bu8%5D%3E-for-WitnessMerkleNode"],[609,"impl-AsRef%3C%5Bu8;+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%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;+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%5D%3E-for-WScriptHash"],[619,"impl-AsRef%3C%5Bu8;+bitcoin::::blockdata::script::%7Bimpl%2363%7D::%7Bconstant%230%7D%5D%3E-for-WScriptHash"],[620,"impl-AsRef%3CPushBytes%3E-for-WScriptHash"],[621,"impl-AsRef%3C%5Bu8%5D%3E-for-Txid"],[622,"impl-AsRef%3C%5Bu8;+bitcoin::::blockdata::transaction::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-Txid"],[623,"impl-AsRef%3C%5Bu8%5D%3E-for-Wtxid"],[624,"impl-AsRef%3C%5Bu8;+bitcoin::::blockdata::transaction::%7Bimpl%2356%7D::%7Bconstant%230%7D%5D%3E-for-Wtxid"],[625,"impl-AsRef%3C%5Bu8%5D%3E-for-PubkeyHash"],[626,"impl-AsRef%3C%5Bu8;+bitcoin::::crypto::key::%7Bimpl%2383%7D::%7Bconstant%230%7D%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%3CPushBytes%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%5D%3E-for-SegwitV0Sighash"],[634,"impl-AsRef%3C%5Bu8;+bitcoin::::crypto::sighash::%7Bimpl%2356%7D::%7Bconstant%230%7D%5D%3E-for-SegwitV0Sighash"],[635,"impl-AsRef%3C%5Bu8;+bitcoin::::crypto::sighash::%7Bimpl%23109%7D::%7Bconstant%230%7D%5D%3E-for-TapSighash"],[636,"impl-AsRef%3C%5Bu8%5D%3E-for-TapSighash"],[638,"impl-AsRef%3C%5Bu8;+bitcoin::::taproot::%7Bimpl%2371%7D::%7Bconstant%230%7D%5D%3E-for-TapLeafHash"],[639,"impl-AsRef%3C%5Bu8%5D%3E-for-TapLeafHash"],[640,"impl-AsRef%3C%5Bu8%5D%3E-for-TapNodeHash"],[641,"impl-AsRef%3C%5Bu8;+bitcoin::::taproot::%7Bimpl%23104%7D::%7Bconstant%230%7D%5D%3E-for-TapNodeHash"],[642,"impl-AsRef%3C%5Bu8;+bitcoin::::taproot::%7Bimpl%23137%7D::%7Bconstant%230%7D%5D%3E-for-TapTweakHash"],[643,"impl-AsRef%3C%5Bu8%5D%3E-for-TapTweakHash"],[1097,"impl-Deserialize%3C\'de%3E-for-Psbt"],[1098,"impl-Psbt"],[1109,"impl-Div%3CWeight%3E-for-Amount"],[1110,"impl-Div%3Cu64%3E-for-Amount"],[1112,"impl-Div-for-Weight"],[1113,"impl-Div%3Cu64%3E-for-Weight"],[1162,"impl-PartialEq%3CScriptBuf%3E-for-Script"],[1163,"impl-PartialEq-for-Script"],[1164,"impl-PartialEq-for-ScriptBuf"],[1165,"impl-PartialEq%3CScript%3E-for-ScriptBuf"],[1339,"impl-Debug-for-Denomination"],[1340,"impl-Display-for-Denomination"],[1341,"impl-Debug-for-Amount"],[1342,"impl-Display-for-Amount"],[1343,"impl-Debug-for-SignedAmount"],[1344,"impl-Display-for-SignedAmount"],[1345,"impl-Display-for-FeeRate"],[1346,"impl-Debug-for-FeeRate"],[1347,"impl-Display-for-XOnlyPublicKey"],[1348,"impl-LowerHex-for-XOnlyPublicKey"],[1349,"impl-Debug-for-XOnlyPublicKey"],[1350,"impl-Debug-for-Weight"],[1351,"impl-Display-for-Weight"],[1352,"impl-Debug-for-AddressType"],[1353,"impl-Display-for-AddressType"],[1355,"impl-Display-for-Address"],[1356,"impl-Debug-for-Address%3CV%3E"],[1357,"impl-Display-for-FilterHash"],[1358,"impl-Debug-for-FilterHash"],[1359,"impl-LowerHex-for-FilterHash"],[1360,"impl-UpperHex-for-FilterHash"],[1361,"impl-UpperHex-for-FilterHeader"],[1362,"impl-LowerHex-for-FilterHeader"],[1363,"impl-Debug-for-FilterHeader"],[1364,"impl-Display-for-FilterHeader"],[1365,"impl-Debug-for-XKeyIdentifier"],[1366,"impl-UpperHex-for-XKeyIdentifier"],[1367,"impl-LowerHex-for-XKeyIdentifier"],[1368,"impl-Display-for-XKeyIdentifier"],[1369,"impl-Debug-for-BlockHash"],[1370,"impl-Display-for-BlockHash"],[1371,"impl-UpperHex-for-BlockHash"],[1372,"impl-LowerHex-for-BlockHash"],[1373,"impl-LowerHex-for-TxMerkleNode"],[1374,"impl-UpperHex-for-TxMerkleNode"],[1375,"impl-Debug-for-TxMerkleNode"],[1376,"impl-Display-for-TxMerkleNode"],[1377,"impl-Debug-for-WitnessMerkleNode"],[1378,"impl-UpperHex-for-WitnessMerkleNode"],[1379,"impl-Display-for-WitnessMerkleNode"],[1380,"impl-LowerHex-for-WitnessMerkleNode"],[1381,"impl-UpperHex-for-WitnessCommitment"],[1382,"impl-LowerHex-for-WitnessCommitment"],[1383,"impl-Display-for-WitnessCommitment"],[1384,"impl-Debug-for-WitnessCommitment"],[1386,"impl-Display-for-Opcode"],[1387,"impl-Debug-for-Opcode"],[1388,"impl-UpperHex-for-Script"],[1389,"impl-Debug-for-Script"],[1390,"impl-Display-for-Script"],[1391,"impl-LowerHex-for-Script"],[1392,"impl-LowerHex-for-ScriptBuf"],[1393,"impl-Debug-for-ScriptBuf"],[1394,"impl-UpperHex-for-ScriptBuf"],[1395,"impl-Display-for-ScriptBuf"],[1397,"impl-Debug-for-WitnessVersion"],[1398,"impl-Display-for-WitnessVersion"],[1399,"impl-Display-for-ScriptHash"],[1400,"impl-LowerHex-for-ScriptHash"],[1401,"impl-Debug-for-ScriptHash"],[1402,"impl-UpperHex-for-ScriptHash"],[1403,"impl-Debug-for-WScriptHash"],[1404,"impl-Display-for-WScriptHash"],[1405,"impl-UpperHex-for-WScriptHash"],[1406,"impl-LowerHex-for-WScriptHash"],[1407,"impl-LowerHex-for-Txid"],[1408,"impl-UpperHex-for-Txid"],[1409,"impl-Debug-for-Txid"],[1410,"impl-Display-for-Txid"],[1411,"impl-Display-for-Wtxid"],[1412,"impl-Debug-for-Wtxid"],[1413,"impl-LowerHex-for-Wtxid"],[1414,"impl-UpperHex-for-Wtxid"],[1415,"impl-Debug-for-OutPoint"],[1416,"impl-Display-for-OutPoint"],[1418,"impl-Display-for-Sequence"],[1419,"impl-Debug-for-Sequence"],[1420,"impl-LowerHex-for-Sequence"],[1421,"impl-UpperHex-for-Sequence"],[1426,"impl-Display-for-PublicKey"],[1427,"impl-Debug-for-PublicKey"],[1428,"impl-Debug-for-PubkeyHash"],[1429,"impl-UpperHex-for-PubkeyHash"],[1430,"impl-Display-for-PubkeyHash"],[1431,"impl-LowerHex-for-PubkeyHash"],[1432,"impl-LowerHex-for-WPubkeyHash"],[1433,"impl-Display-for-WPubkeyHash"],[1434,"impl-UpperHex-for-WPubkeyHash"],[1435,"impl-Debug-for-WPubkeyHash"],[1436,"impl-Display-for-CompressedPublicKey"],[1437,"impl-Debug-for-CompressedPublicKey"],[1438,"impl-Display-for-PrivateKey"],[1439,"impl-Debug-for-PrivateKey"],[1440,"impl-Debug-for-LegacySighash"],[1441,"impl-Display-for-LegacySighash"],[1442,"impl-UpperHex-for-LegacySighash"],[1443,"impl-LowerHex-for-LegacySighash"],[1444,"impl-UpperHex-for-SegwitV0Sighash"],[1445,"impl-Debug-for-SegwitV0Sighash"],[1446,"impl-Display-for-SegwitV0Sighash"],[1447,"impl-LowerHex-for-SegwitV0Sighash"],[1448,"impl-UpperHex-for-TapSighash"],[1449,"impl-LowerHex-for-TapSighash"],[1450,"impl-Debug-for-TapSighash"],[1451,"impl-Display-for-TapSighash"],[1452,"impl-Debug-for-TapSighashType"],[1453,"impl-Display-for-TapSighashType"],[1454,"impl-Display-for-EcdsaSighashType"],[1455,"impl-Debug-for-EcdsaSighashType"],[1458,"impl-Debug-for-Network"],[1459,"impl-Display-for-Network"],[1460,"impl-Display-for-Work"],[1461,"impl-Debug-for-Work"],[1462,"impl-UpperHex-for-Work"],[1463,"impl-LowerHex-for-Work"],[1464,"impl-UpperHex-for-Target"],[1465,"impl-Display-for-Target"],[1466,"impl-LowerHex-for-Target"],[1467,"impl-Debug-for-Target"],[1468,"impl-LowerHex-for-CompactTarget"],[1469,"impl-UpperHex-for-CompactTarget"],[1470,"impl-Debug-for-CompactTarget"],[1471,"impl-Debug-for-Psbt"],[1472,"impl-Display-for-Psbt"],[1473,"impl-LowerHex-for-TapLeafHash"],[1474,"impl-UpperHex-for-TapLeafHash"],[1475,"impl-Display-for-TapLeafHash"],[1476,"impl-Debug-for-TapLeafHash"],[1477,"impl-UpperHex-for-TapNodeHash"],[1478,"impl-LowerHex-for-TapNodeHash"],[1479,"impl-Debug-for-TapNodeHash"],[1480,"impl-Display-for-TapNodeHash"],[1481,"impl-Debug-for-TapTweakHash"],[1482,"impl-Display-for-TapTweakHash"],[1483,"impl-LowerHex-for-TapTweakHash"],[1484,"impl-UpperHex-for-TapTweakHash"],[1493,"impl-From%3CXOnlyPublicKey%3E-for-XOnlyPublicKey"],[1494,"impl-From%3CPublicKey%3E-for-XOnlyPublicKey"],[1495,"impl-From%3CTweakedPublicKey%3E-for-XOnlyPublicKey"],[1497,"impl-From%3CPublicKey%3E-for-XOnlyPublicKey"],[1498,"impl-From%3CCompressedPublicKey%3E-for-XOnlyPublicKey"],[1508,"impl-From%3CHash%3E-for-XKeyIdentifier"],[1510,"impl-From%3CXpub%3E-for-XKeyIdentifier"],[1511,"impl-From%3C%26Xpub%3E-for-XKeyIdentifier"],[1512,"impl-From%3C%26Block%3E-for-BlockHash"],[1513,"impl-From%3CBlock%3E-for-BlockHash"],[1514,"impl-From%3C%26Header%3E-for-BlockHash"],[1515,"impl-From%3CHeader%3E-for-BlockHash"],[1516,"impl-From%3CHash%3E-for-BlockHash"],[1518,"impl-From%3CHash%3E-for-TxMerkleNode"],[1520,"impl-From%3CTxid%3E-for-TxMerkleNode"],[1522,"impl-From%3CHash%3E-for-WitnessMerkleNode"],[1523,"impl-From%3CWtxid%3E-for-WitnessMerkleNode"],[1527,"impl-From%3CWitnessVersion%3E-for-Opcode"],[1528,"impl-From%3Cu8%3E-for-Opcode"],[1530,"impl-From%3CVec%3Cu8%3E%3E-for-ScriptBuf"],[1531,"impl-From%3CCow%3C\'a,+Script%3E%3E-for-ScriptBuf"],[1533,"impl-From%3CAddress%3E-for-ScriptBuf"],[1534,"impl-From%3C%26Script%3E-for-ScriptBuf"],[1537,"impl-From%3CHash%3E-for-ScriptHash"],[1538,"impl-From%3CScriptBuf%3E-for-ScriptHash"],[1539,"impl-From%3C%26ScriptBuf%3E-for-ScriptHash"],[1541,"impl-From%3C%26Script%3E-for-ScriptHash"],[1542,"impl-From%3CScriptBuf%3E-for-WScriptHash"],[1543,"impl-From%3CHash%3E-for-WScriptHash"],[1544,"impl-From%3C%26Script%3E-for-WScriptHash"],[1546,"impl-From%3C%26ScriptBuf%3E-for-WScriptHash"],[1548,"impl-From%3C%26Transaction%3E-for-Txid"],[1549,"impl-From%3CHash%3E-for-Txid"],[1550,"impl-From%3CTransaction%3E-for-Txid"],[1551,"impl-From%3C%26Transaction%3E-for-Wtxid"],[1553,"impl-From%3CHash%3E-for-Wtxid"],[1554,"impl-From%3CTransaction%3E-for-Wtxid"],[1558,"impl-From%3CRelLockTime%3E-for-Sequence"],[1559,"impl-From%3CLockTime%3E-for-Sequence"],[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%3CVec%3C%26%5Bu8%5D%3E%3E-for-Witness"],[1566,"impl-From%3C%26%5B%26%5Bu8%5D%5D%3E-for-Witness"],[1567,"impl-From%3Cu16%3E-for-VarInt"],[1569,"impl-From%3Cu8%3E-for-VarInt"],[1570,"impl-From%3Cusize%3E-for-VarInt"],[1571,"impl-From%3Cu64%3E-for-VarInt"],[1572,"impl-From%3Cu32%3E-for-VarInt"],[1573,"impl-From%3CPublicKey%3E-for-PublicKey"],[1575,"impl-From%3CCompressedPublicKey%3E-for-PublicKey"],[1576,"impl-From%3C%26PublicKey%3E-for-PubkeyHash"],[1578,"impl-From%3CHash%3E-for-PubkeyHash"],[1579,"impl-From%3CCompressedPublicKey%3E-for-PubkeyHash"],[1580,"impl-From%3C%26CompressedPublicKey%3E-for-PubkeyHash"],[1581,"impl-From%3CPublicKey%3E-for-PubkeyHash"],[1582,"impl-From%3C%26CompressedPublicKey%3E-for-WPubkeyHash"],[1584,"impl-From%3CCompressedPublicKey%3E-for-WPubkeyHash"],[1585,"impl-From%3CHash%3E-for-WPubkeyHash"],[1608,"impl-From%3CHash%3CTapLeafTag%3E%3E-for-TapLeafHash"],[1609,"impl-From%3CScriptPath%3C\'s%3E%3E-for-TapLeafHash"],[1612,"impl-From%3CLeafNode%3E-for-TapNodeHash"],[1613,"impl-From%3CHash%3CTapBranchTag%3E%3E-for-TapNodeHash"],[1614,"impl-From%3C%26LeafNode%3E-for-TapNodeHash"],[1616,"impl-From%3CTapLeafHash%3E-for-TapNodeHash"],[1618,"impl-From%3CTaprootSpendInfo%3E-for-TapTweakHash"],[1620,"impl-From%3C%26TaprootSpendInfo%3E-for-TapTweakHash"],[1621,"impl-From%3CHash%3CTapTweakTag%3E%3E-for-TapTweakHash"],[1726,"impl-ParseableKey-for-XOnlyPublicKey"],[1727,"impl-XOnlyPublicKey"],[1740,"impl-PublicKey"],[1741,"impl-ParseableKey-for-PublicKey"],[1889,"impl-Index%3CRangeFull%3E-for-Script"],[1890,"impl-Index%3CRangeToInclusive%3Cusize%3E%3E-for-Script"],[1891,"impl-Index%3CRangeInclusive%3Cusize%3E%3E-for-Script"],[1892,"impl-Index%3CRangeTo%3Cusize%3E%3E-for-Script"],[1893,"impl-Index%3C(Bound%3Cusize%3E,+Bound%3Cusize%3E)%3E-for-Script"],[1894,"impl-Index%3CRange%3Cusize%3E%3E-for-Script"],[1895,"impl-Index%3CRangeFrom%3Cusize%3E%3E-for-Script"],[2038,"impl-Mul%3CFeeRate%3E-for-Weight"],[2039,"impl-Mul%3Cu64%3E-for-Weight"],[2107,"impl-PartialOrd%3CScriptBuf%3E-for-Script"],[2108,"impl-PartialOrd-for-Script"],[2109,"impl-PartialOrd-for-ScriptBuf"],[2110,"impl-PartialOrd%3CScript%3E-for-ScriptBuf"],[2204,"impl-XOnlyPublicKey"],[2205,"impl-Serialize-for-XOnlyPublicKey"],[2243,"impl-Psbt"],[2244,"impl-Serialize-for-Psbt"],[2269,"impl-Sum-for-Weight"],[2270,"impl-Sum%3C%26Weight%3E-for-Weight"],[2481,"impl-TryFrom%3C%26str%3E-for-FeeRate"],[2482,"impl-TryFrom%3CBox%3Cstr%3E%3E-for-FeeRate"],[2483,"impl-TryFrom%3CString%3E-for-FeeRate"],[2486,"impl-TryFrom%3CString%3E-for-Weight"],[2487,"impl-TryFrom%3C%26str%3E-for-Weight"],[2489,"impl-TryFrom%3CBox%3Cstr%3E%3E-for-Weight"],[2504,"impl-TryFrom%3CInstruction%3C\'a%3E%3E-for-WitnessVersion"],[2505,"impl-TryFrom%3COpcode%3E-for-WitnessVersion"],[2506,"impl-TryFrom%3Cu8%3E-for-WitnessVersion"],[2507,"impl-TryFrom%3CFe32%3E-for-WitnessVersion"],[2515,"impl-TryFrom%3CString%3E-for-Sequence"],[2516,"impl-TryFrom%3C%26str%3E-for-Sequence"],[2517,"impl-TryFrom%3CBox%3Cstr%3E%3E-for-Sequence"],[2537,"impl-TryFrom%3CMagic%3E-for-Network"],[2539,"impl-TryFrom%3CChainHash%3E-for-Network"],[2890,"impl-Debug-for-FromScriptError"],[2891,"impl-Display-for-FromScriptError"],[2892,"impl-Display-for-P2shError"],[2893,"impl-Debug-for-P2shError"],[2894,"impl-Debug-for-UnknownAddressTypeError"],[2895,"impl-Display-for-UnknownAddressTypeError"],[2896,"impl-Display-for-ParseError"],[2897,"impl-Debug-for-ParseError"],[2898,"impl-Debug-for-UnknownHrpError"],[2899,"impl-Display-for-UnknownHrpError"],[2900,"impl-Debug-for-NetworkValidationError"],[2901,"impl-Display-for-NetworkValidationError"],[2902,"impl-Debug-for-InvalidBase58PayloadLengthError"],[2903,"impl-Display-for-InvalidBase58PayloadLengthError"],[2904,"impl-Display-for-LegacyAddressTooLongError"],[2905,"impl-Debug-for-LegacyAddressTooLongError"],[2906,"impl-Display-for-InvalidLegacyPrefixError"],[2907,"impl-Debug-for-InvalidLegacyPrefixError"],[2912,"impl-From%3CInfallible%3E-for-FromScriptError"],[2913,"impl-From%3CTryFromError%3E-for-FromScriptError"],[2914,"impl-From%3CError%3E-for-FromScriptError"],[2918,"impl-From%3CUnknownHrpError%3E-for-ParseError"],[2919,"impl-From%3CLegacyAddressTooLongError%3E-for-ParseError"],[2920,"impl-From%3CTryFromError%3E-for-ParseError"],[2921,"impl-From%3CInvalidLegacyPrefixError%3E-for-ParseError"],[2923,"impl-From%3CInvalidBase58PayloadLengthError%3E-for-ParseError"],[2924,"impl-From%3CInfallible%3E-for-ParseError"],[2925,"impl-From%3CDecodeError%3E-for-ParseError"],[2926,"impl-From%3CNetworkValidationError%3E-for-ParseError"],[2927,"impl-From%3CError%3E-for-ParseError"],[2928,"impl-From%3CError%3E-for-ParseError"],[3089,"impl-Display-for-ParseAmountError"],[3090,"impl-Debug-for-ParseAmountError"],[3091,"impl-Display-for-Display"],[3092,"impl-Debug-for-Display"],[3093,"impl-From%3CInfallible%3E-for-ParseAmountError"],[3094,"impl-From%3CInvalidCharacterError%3E-for-ParseAmountError"],[3096,"impl-From%3CInputTooLargeError%3E-for-ParseAmountError"],[3097,"impl-From%3CTooPreciseError%3E-for-ParseAmountError"],[3098,"impl-From%3COutOfRangeError%3E-for-ParseAmountError"],[3099,"impl-From%3CMissingDigitsError%3E-for-ParseAmountError"],[3152,"impl-AsMut%3C%5BT%5D%3E-for-Vec%3CT,+A%3E"],[3153,"impl-AsMut%3CVec%3CT,+A%3E%3E-for-Vec%3CT,+A%3E"],[3160,"impl-AsRef%3CVec%3CT,+A%3E%3E-for-Vec%3CT,+A%3E"],[3161,"impl-AsRef%3C%5BT%5D%3E-for-Vec%3CT,+A%3E"],[3162,"impl-AsRef%3Cstr%3E-for-String"],[3163,"impl-AsRef%3C%5Bu8%5D%3E-for-String"],[3164,"impl-AsRef%3CPath%3E-for-String"],[3165,"impl-AsRef%3COsStr%3E-for-String"],[3199,"impl-Decodable-for-Vec%3CAddrV2Message%3E"],[3200,"impl-Decodable-for-Vec%3CTransaction%3E"],[3201,"impl-Decodable-for-Vec%3CVec%3Cu8%3E%3E"],[3202,"impl-Decodable-for-Vec%3C(u32,+Address)%3E"],[3203,"impl-Decodable-for-Vec%3CHeader%3E"],[3204,"impl-Decodable-for-Vec%3CTapLeafHash%3E"],[3205,"impl-Decodable-for-Vec%3CFilterHash%3E"],[3206,"impl-Decodable-for-Vec%3Cu8%3E"],[3207,"impl-Decodable-for-Vec%3CShortId%3E"],[3208,"impl-Decodable-for-Vec%3CPrefilledTransaction%3E"],[3209,"impl-Decodable-for-Vec%3CFilterHeader%3E"],[3210,"impl-Decodable-for-Vec%3Cu64%3E"],[3211,"impl-Decodable-for-Vec%3CTxMerkleNode%3E"],[3212,"impl-Decodable-for-Vec%3CInventory%3E"],[3213,"impl-Decodable-for-Vec%3CTxIn%3E"],[3214,"impl-Decodable-for-Vec%3CBlockHash%3E"],[3215,"impl-Decodable-for-Vec%3CVarInt%3E"],[3216,"impl-Decodable-for-Vec%3CTxOut%3E"],[3217,"impl-Encodable-for-Vec%3Cu64%3E"],[3218,"impl-Encodable-for-Vec%3CTxOut%3E"],[3219,"impl-Encodable-for-Vec%3Cu8%3E"],[3220,"impl-Encodable-for-Vec%3CVarInt%3E"],[3221,"impl-Encodable-for-Vec%3CFilterHash%3E"],[3222,"impl-Encodable-for-Vec%3CVec%3Cu8%3E%3E"],[3223,"impl-Encodable-for-Vec%3CHeader%3E"],[3224,"impl-Encodable-for-Vec%3CTransaction%3E"],[3225,"impl-Encodable-for-Vec%3CPrefilledTransaction%3E"],[3226,"impl-Encodable-for-Vec%3CShortId%3E"],[3227,"impl-Encodable-for-Vec%3CFilterHeader%3E"],[3228,"impl-Encodable-for-Vec%3CBlockHash%3E"],[3229,"impl-Encodable-for-Vec%3CTxIn%3E"],[3230,"impl-Encodable-for-Vec%3C(u32,+Address)%3E"],[3231,"impl-Encodable-for-Vec%3CTxMerkleNode%3E"],[3232,"impl-Encodable-for-Vec%3CInventory%3E"],[3233,"impl-Encodable-for-Vec%3CTapLeafHash%3E"],[3234,"impl-Encodable-for-Vec%3CAddrV2Message%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%26mut+%5BU%5D%3E-for-Vec%3CT,+A%3E"],[3271,"impl-PartialEq%3C%5BU;+N%5D%3E-for-Vec%3CT,+A%3E"],[3272,"impl-PartialEq%3C%5BU%5D%3E-for-Vec%3CT,+A%3E"],[3273,"impl-PartialEq%3CVec%3CU,+A2%3E%3E-for-Vec%3CT,+A1%3E"],[3274,"impl-PartialEq-for-String"],[3275,"impl-PartialEq%3CCow%3C\'a,+str%3E%3E-for-String"],[3276,"impl-PartialEq%3C%26str%3E-for-String"],[3277,"impl-PartialEq%3CValue%3E-for-String"],[3278,"impl-PartialEq%3Cstr%3E-for-String"],[3288,"impl-Extend%3C%26T%3E-for-Vec%3CT,+A%3E"],[3289,"impl-Extend%3CT%3E-for-Vec%3CT,+A%3E"],[3290,"impl-Extend%3CString%3E-for-String"],[3291,"impl-Extend%3CCow%3C\'a,+str%3E%3E-for-String"],[3292,"impl-Extend%3CBox%3Cstr%3E%3E-for-String"],[3293,"impl-Extend%3C%26str%3E-for-String"],[3294,"impl-Extend%3C%26char%3E-for-String"],[3295,"impl-Extend%3Cchar%3E-for-String"],[3299,"impl-Extend%3C%26T%3E-for-Vec%3CT,+A%3E"],[3300,"impl-Extend%3CT%3E-for-Vec%3CT,+A%3E"],[3301,"impl-Extend%3CCow%3C\'a,+str%3E%3E-for-String"],[3302,"impl-Extend%3CString%3E-for-String"],[3303,"impl-Extend%3C%26str%3E-for-String"],[3304,"impl-Extend%3Cchar%3E-for-String"],[3305,"impl-Extend%3C%26char%3E-for-String"],[3306,"impl-Extend%3C%26T%3E-for-Vec%3CT,+A%3E"],[3307,"impl-Extend%3CT%3E-for-Vec%3CT,+A%3E"],[3308,"impl-Extend%3Cchar%3E-for-String"],[3309,"impl-Extend%3C%26char%3E-for-String"],[3311,"impl-Write-for-Vec%3Cu8,+A%3E"],[3312,"impl-Write-for-Vec%3Cu8%3E"],[3313,"impl-Debug-for-Error"],[3314,"impl-Display-for-Error"],[3315,"impl-Debug-for-InvalidCharacterError"],[3316,"impl-Display-for-InvalidCharacterError"],[3318,"impl-Display-for-String"],[3319,"impl-Debug-for-String"],[3320,"impl-From%3CTooShortError%3E-for-Error"],[3321,"impl-From%3CInvalidCharacterError%3E-for-Error"],[3322,"impl-From%3CIncorrectChecksumError%3E-for-Error"],[3324,"impl-From%3CInfallible%3E-for-Error"],[3326,"impl-From%3CString%3E-for-Vec%3Cu8%3E"],[3327,"impl-From%3C%26mut+%5BT%5D%3E-for-Vec%3CT%3E"],[3328,"impl-From%3C%5BT;+N%5D%3E-for-Vec%3CT%3E"],[3329,"impl-From%3CBinaryHeap%3CT,+A%3E%3E-for-Vec%3CT,+A%3E"],[3330,"impl-From%3C%26str%3E-for-Vec%3Cu8%3E"],[3331,"impl-From%3CVecDeque%3CT,+A%3E%3E-for-Vec%3CT,+A%3E"],[3332,"impl-From%3CPushBytesBuf%3E-for-Vec%3Cu8%3E"],[3333,"impl-From%3C%26mut+%5BT;+N%5D%3E-for-Vec%3CT%3E"],[3334,"impl-From%3CCString%3E-for-Vec%3Cu8%3E"],[3335,"impl-From%3CBox%3C%5BT%5D,+A%3E%3E-for-Vec%3CT,+A%3E"],[3336,"impl-From%3C%26%5BT%5D%3E-for-Vec%3CT%3E"],[3337,"impl-From%3CTaprootMerkleBranch%3E-for-Vec%3CTapNodeHash%3E"],[3338,"impl-From%3CDerivationPath%3E-for-Vec%3CChildNumber%3E"],[3340,"impl-From%3CCow%3C\'a,+%5BT%5D%3E%3E-for-Vec%3CT%3E"],[3341,"impl-From%3CScriptBuf%3E-for-Vec%3Cu8%3E"],[3342,"impl-From%3C%26%5BT;+N%5D%3E-for-Vec%3CT%3E"],[3343,"impl-From%3C%26str%3E-for-String"],[3344,"impl-From%3C%26String%3E-for-String"],[3345,"impl-From%3CCow%3C\'a,+str%3E%3E-for-String"],[3346,"impl-From%3C%26mut+str%3E-for-String"],[3347,"impl-From%3CBox%3Cstr%3E%3E-for-String"],[3349,"impl-From%3Cchar%3E-for-String"],[3352,"impl-FromIterator%3CCow%3C\'a,+str%3E%3E-for-String"],[3353,"impl-FromIterator%3Cchar%3E-for-String"],[3354,"impl-FromIterator%3C%26str%3E-for-String"],[3355,"impl-FromIterator%3C%26char%3E-for-String"],[3356,"impl-FromIterator%3CString%3E-for-String"],[3357,"impl-FromIterator%3CBox%3Cstr%3E%3E-for-String"],[3394,"impl-IntoIterator-for-%26mut+Vec%3CT,+A%3E"],[3395,"impl-IntoIterator-for-%26Vec%3CT,+A%3E"],[3396,"impl-IntoIterator-for-Vec%3CT,+A%3E"],[3403,"impl-Vec%3CT,+A%3E"],[3404,"impl-Merge-for-Vec%3CT%3E"],[3414,"impl-PartialEq%3C%26%5BU%5D%3E-for-Vec%3CT,+A%3E"],[3415,"impl-PartialEq%3CVec%3CU,+A2%3E%3E-for-Vec%3CT,+A1%3E"],[3416,"impl-PartialEq%3C%5BU;+N%5D%3E-for-Vec%3CT,+A%3E"],[3417,"impl-PartialEq%3C%5BU%5D%3E-for-Vec%3CT,+A%3E"],[3418,"impl-PartialEq%3C%26%5BU;+N%5D%3E-for-Vec%3CT,+A%3E"],[3419,"impl-PartialEq%3C%26mut+%5BU%5D%3E-for-Vec%3CT,+A%3E"],[3420,"impl-PartialEq%3Cstr%3E-for-String"],[3421,"impl-PartialEq%3CCow%3C\'a,+str%3E%3E-for-String"],[3422,"impl-PartialEq%3C%26str%3E-for-String"],[3502,"impl-Write-for-Vec%3Cu8%3E"],[3503,"impl-Write-for-Vec%3Cu8,+A%3E"],[3529,"impl-Display-for-IncorrectChecksumError"],[3530,"impl-Debug-for-IncorrectChecksumError"],[3531,"impl-Debug-for-TooShortError"],[3532,"impl-Display-for-TooShortError"],[3606,"impl-Debug-for-EncodeSliceError"],[3607,"impl-Display-for-EncodeSliceError"],[3608,"impl-Display-for-DecodeError"],[3609,"impl-Debug-for-DecodeError"],[3610,"impl-Display-for-DecodeSliceError"],[3611,"impl-Debug-for-DecodeSliceError"],[3667,"impl-Debug-for-ParseAlphabetError"],[3668,"impl-Display-for-ParseAlphabetError"],[3857,"impl-AsMut%3C%5Bu8%5D%3E-for-ShortId"],[3858,"impl-AsMut%3C%5Bu8;+6%5D%3E-for-ShortId"],[3862,"impl-AsRef%3C%5Bu8%5D%3E-for-ShortId"],[3863,"impl-AsRef%3C%5Bu8;+6%5D%3E-for-ShortId"],[3868,"impl-Borrow%3C%5Bu8;+6%5D%3E-for-ShortId"],[3870,"impl-Borrow%3C%5Bu8%5D%3E-for-ShortId"],[3877,"impl-BorrowMut%3C%5Bu8%5D%3E-for-ShortId"],[3878,"impl-BorrowMut%3C%5Bu8;+6%5D%3E-for-ShortId"],[3939,"impl-Display-for-Error"],[3940,"impl-Debug-for-Error"],[3942,"impl-Debug-for-ShortId"],[3943,"impl-LowerHex-for-ShortId"],[3944,"impl-Display-for-ShortId"],[3945,"impl-UpperHex-for-ShortId"],[3948,"impl-Debug-for-TxIndexOutOfRangeError"],[3949,"impl-Display-for-TxIndexOutOfRangeError"],[3954,"impl-From%3C%5Bu8;+6%5D%3E-for-ShortId"],[3956,"impl-From%3C%26%5Bu8;+6%5D%3E-for-ShortId"],[4079,"impl-Display-for-Error"],[4080,"impl-Debug-for-Error"],[4088,"impl-From%3CError%3E-for-Error"],[4089,"impl-From%3CInfallible%3E-for-Error"],[4182,"impl-AsMut%3C%5Bu8;+32%5D%3E-for-ChainCode"],[4183,"impl-AsMut%3C%5Bu8%5D%3E-for-ChainCode"],[4184,"impl-AsMut%3C%5Bu8%5D%3E-for-Fingerprint"],[4185,"impl-AsMut%3C%5Bu8;+4%5D%3E-for-Fingerprint"],[4190,"impl-AsRef%3C%5Bu8%5D%3E-for-ChainCode"],[4191,"impl-AsRef%3C%5Bu8;+32%5D%3E-for-ChainCode"],[4192,"impl-AsRef%3C%5Bu8;+4%5D%3E-for-Fingerprint"],[4193,"impl-AsRef%3C%5Bu8%5D%3E-for-Fingerprint"],[4198,"impl-Borrow%3C%5Bu8;+32%5D%3E-for-ChainCode"],[4199,"impl-Borrow%3C%5Bu8%5D%3E-for-ChainCode"],[4200,"impl-Borrow%3C%5Bu8%5D%3E-for-Fingerprint"],[4202,"impl-Borrow%3C%5Bu8;+4%5D%3E-for-Fingerprint"],[4210,"impl-BorrowMut%3C%5Bu8;+32%5D%3E-for-ChainCode"],[4211,"impl-BorrowMut%3C%5Bu8%5D%3E-for-ChainCode"],[4214,"impl-BorrowMut%3C%5Bu8;+4%5D%3E-for-Fingerprint"],[4215,"impl-BorrowMut%3C%5Bu8%5D%3E-for-Fingerprint"],[4308,"impl-Debug-for-ChainCode"],[4309,"impl-LowerHex-for-ChainCode"],[4310,"impl-UpperHex-for-ChainCode"],[4311,"impl-Display-for-ChainCode"],[4312,"impl-Debug-for-Fingerprint"],[4313,"impl-LowerHex-for-Fingerprint"],[4314,"impl-UpperHex-for-Fingerprint"],[4315,"impl-Display-for-Fingerprint"],[4316,"impl-Display-for-Xpriv"],[4317,"impl-Debug-for-Xpriv"],[4318,"impl-Display-for-Xpub"],[4319,"impl-Debug-for-Xpub"],[4320,"impl-Display-for-ChildNumber"],[4321,"impl-Debug-for-ChildNumber"],[4322,"impl-Display-for-DerivationPath"],[4323,"impl-Debug-for-DerivationPath"],[4324,"impl-Debug-for-Error"],[4325,"impl-Display-for-Error"],[4326,"impl-Debug-for-InvalidBase58PayloadLengthError"],[4327,"impl-Display-for-InvalidBase58PayloadLengthError"],[4329,"impl-From%3C%26%5Bu8;+32%5D%3E-for-ChainCode"],[4331,"impl-From%3C%5Bu8;+32%5D%3E-for-ChainCode"],[4333,"impl-From%3C%5Bu8;+4%5D%3E-for-Fingerprint"],[4334,"impl-From%3C%26%5Bu8;+4%5D%3E-for-Fingerprint"],[4339,"impl-From%3C%26%5BChildNumber%5D%3E-for-DerivationPath"],[4340,"impl-From%3CVec%3CChildNumber%3E%3E-for-DerivationPath"],[4342,"impl-From%3CInvalidBase58PayloadLengthError%3E-for-Error"],[4344,"impl-From%3CError%3E-for-Error"],[4345,"impl-From%3CInfallible%3E-for-Error"],[4346,"impl-From%3CError%3E-for-Error"],[4573,"impl-Debug-for-Bip34Error"],[4574,"impl-Display-for-Bip34Error"],[4575,"impl-Display-for-ValidationError"],[4576,"impl-Debug-for-ValidationError"],[4649,"impl-AsMut%3C%5Bu8;+32%5D%3E-for-ChainHash"],[4650,"impl-AsMut%3C%5Bu8%5D%3E-for-ChainHash"],[4653,"impl-AsRef%3C%5Bu8%5D%3E-for-ChainHash"],[4654,"impl-AsRef%3C%5Bu8;+32%5D%3E-for-ChainHash"],[4656,"impl-Borrow%3C%5Bu8%5D%3E-for-ChainHash"],[4657,"impl-Borrow%3C%5Bu8;+32%5D%3E-for-ChainHash"],[4659,"impl-BorrowMut%3C%5Bu8%5D%3E-for-ChainHash"],[4660,"impl-BorrowMut%3C%5Bu8;+32%5D%3E-for-ChainHash"],[4668,"impl-Debug-for-ChainHash"],[4669,"impl-Display-for-ChainHash"],[4670,"impl-UpperHex-for-ChainHash"],[4671,"impl-LowerHex-for-ChainHash"],[4673,"impl-From%3C%5Bu8;+32%5D%3E-for-ChainHash"],[4674,"impl-From%3C%26%5Bu8;+32%5D%3E-for-ChainHash"],[4767,"impl-Display-for-Height"],[4768,"impl-Debug-for-Height"],[4769,"impl-Debug-for-ParseHeightError"],[4770,"impl-Display-for-ParseHeightError"],[4771,"impl-Debug-for-Time"],[4772,"impl-Display-for-Time"],[4773,"impl-Display-for-ParseTimeError"],[4774,"impl-Debug-for-ParseTimeError"],[4775,"impl-Display-for-ConversionError"],[4776,"impl-Debug-for-ConversionError"],[4777,"impl-Display-for-LockTime"],[4778,"impl-Debug-for-LockTime"],[4786,"impl-From%3CTime%3E-for-LockTime"],[4787,"impl-From%3CAbsLockTime%3E-for-LockTime"],[4789,"impl-From%3CHeight%3E-for-LockTime"],[4852,"impl-TryFrom%3CString%3E-for-Height"],[4854,"impl-TryFrom%3CBox%3Cstr%3E%3E-for-Height"],[4855,"impl-TryFrom%3C%26str%3E-for-Height"],[4857,"impl-TryFrom%3CBox%3Cstr%3E%3E-for-Time"],[4858,"impl-TryFrom%3CString%3E-for-Time"],[4860,"impl-TryFrom%3C%26str%3E-for-Time"],[4863,"impl-TryFrom%3C%26str%3E-for-LockTime"],[4865,"impl-TryFrom%3CBox%3Cstr%3E%3E-for-LockTime"],[4866,"impl-TryFrom%3CString%3E-for-LockTime"],[4962,"impl-Debug-for-Height"],[4963,"impl-Display-for-Height"],[4964,"impl-Display-for-Time"],[4965,"impl-Debug-for-Time"],[4966,"impl-Debug-for-TimeOverflowError"],[4967,"impl-Display-for-TimeOverflowError"],[4968,"impl-Debug-for-LockTime"],[4969,"impl-Display-for-LockTime"],[4970,"impl-Debug-for-DisabledLockTimeError"],[4971,"impl-Display-for-DisabledLockTimeError"],[4972,"impl-Debug-for-IncompatibleHeightError"],[4973,"impl-Display-for-IncompatibleHeightError"],[4974,"impl-Debug-for-IncompatibleTimeError"],[4975,"impl-Display-for-IncompatibleTimeError"],[4980,"impl-From%3CRelLockTime%3E-for-LockTime"],[4981,"impl-From%3CHeight%3E-for-LockTime"],[4983,"impl-From%3CTime%3E-for-LockTime"],[5059,"impl-TryFrom%3CString%3E-for-Height"],[5060,"impl-TryFrom%3CBox%3Cstr%3E%3E-for-Height"],[5061,"impl-TryFrom%3C%26str%3E-for-Height"],[5062,"impl-TryFrom%3CString%3E-for-Time"],[5063,"impl-TryFrom%3C%26str%3E-for-Time"],[5064,"impl-TryFrom%3CBox%3Cstr%3E%3E-for-Time"],[5425,"impl-AsMut%3CPushBytes%3E-for-PushBytes"],[5426,"impl-AsMut%3C%5Bu8%5D%3E-for-PushBytes"],[5431,"impl-AsRef%3C%5Bu8%5D%3E-for-PushBytes"],[5432,"impl-AsRef%3CPushBytes%3E-for-PushBytes"],[5499,"impl-Debug-for-Builder"],[5500,"impl-Display-for-Builder"],[5506,"impl-Display-for-PushBytesError"],[5507,"impl-Debug-for-PushBytesError"],[5508,"impl-Display-for-Error"],[5509,"impl-Debug-for-Error"],[5516,"impl-From%3C%26%5Bu8;+29%5D%3E-for-%26PushBytes"],[5517,"impl-From%3C%26mut+%5Bu8;+26%5D%3E-for-%26mut+PushBytes"],[5518,"impl-From%3C%26%5Bu8;+63%5D%3E-for-%26PushBytes"],[5519,"impl-From%3C%26%5Bu8;+59%5D%3E-for-%26PushBytes"],[5520,"impl-From%3C%26%5Bu8;+13%5D%3E-for-%26PushBytes"],[5521,"impl-From%3C%26%5Bu8;+44%5D%3E-for-%26PushBytes"],[5522,"impl-From%3C%26%5Bu8;+42%5D%3E-for-%26PushBytes"],[5523,"impl-From%3C%26mut+%5Bu8;+55%5D%3E-for-%26mut+PushBytes"],[5524,"impl-From%3C%26mut+%5Bu8;+7%5D%3E-for-%26mut+PushBytes"],[5525,"impl-From%3C%26%5Bu8;+60%5D%3E-for-%26PushBytes"],[5526,"impl-From%3C%26mut+%5Bu8;+40%5D%3E-for-%26mut+PushBytes"],[5527,"impl-From%3C%26%5Bu8;+8%5D%3E-for-%26PushBytes"],[5528,"impl-From%3C%26mut+%5Bu8;+71%5D%3E-for-%26mut+PushBytes"],[5529,"impl-From%3C%26%5Bu8;+33%5D%3E-for-%26PushBytes"],[5530,"impl-From%3C%26mut+%5Bu8;+6%5D%3E-for-%26mut+PushBytes"],[5531,"impl-From%3C%26%5Bu8;+25%5D%3E-for-%26PushBytes"],[5532,"impl-From%3C%26%5Bu8;+30%5D%3E-for-%26PushBytes"],[5533,"impl-From%3C%26%5Bu8;+55%5D%3E-for-%26PushBytes"],[5534,"impl-From%3C%26mut+%5Bu8;+65%5D%3E-for-%26mut+PushBytes"],[5535,"impl-From%3C%26%5Bu8;+7%5D%3E-for-%26PushBytes"],[5536,"impl-From%3C%26%5Bu8;+38%5D%3E-for-%26PushBytes"],[5537,"impl-From%3C%26mut+%5Bu8;+45%5D%3E-for-%26mut+PushBytes"],[5538,"impl-From%3C%26mut+%5Bu8;+52%5D%3E-for-%26mut+PushBytes"],[5539,"impl-From%3C%26%5Bu8;+48%5D%3E-for-%26PushBytes"],[5540,"impl-From%3C%26mut+%5Bu8;+12%5D%3E-for-%26mut+PushBytes"],[5541,"impl-From%3C%26%5Bu8;+6%5D%3E-for-%26PushBytes"],[5542,"impl-From%3C%26mut+%5Bu8;+64%5D%3E-for-%26mut+PushBytes"],[5543,"impl-From%3C%26mut+%5Bu8;+57%5D%3E-for-%26mut+PushBytes"],[5544,"impl-From%3C%26mut+%5Bu8;+53%5D%3E-for-%26mut+PushBytes"],[5545,"impl-From%3C%26mut+%5Bu8;+4%5D%3E-for-%26mut+PushBytes"],[5546,"impl-From%3C%26%5Bu8;+34%5D%3E-for-%26PushBytes"],[5547,"impl-From%3C%26mut+%5Bu8;+24%5D%3E-for-%26mut+PushBytes"],[5548,"impl-From%3C%26mut+%5Bu8;+61%5D%3E-for-%26mut+PushBytes"],[5549,"impl-From%3C%26mut+%5Bu8;+14%5D%3E-for-%26mut+PushBytes"],[5550,"impl-From%3C%26%5Bu8;+17%5D%3E-for-%26PushBytes"],[5551,"impl-From%3C%26mut+%5Bu8;+25%5D%3E-for-%26mut+PushBytes"],[5552,"impl-From%3C%26%5Bu8;+54%5D%3E-for-%26PushBytes"],[5553,"impl-From%3C%26%5Bu8;+3%5D%3E-for-%26PushBytes"],[5554,"impl-From%3C%26%5Bu8;+37%5D%3E-for-%26PushBytes"],[5555,"impl-From%3C%26mut+%5Bu8;+62%5D%3E-for-%26mut+PushBytes"],[5556,"impl-From%3C%26%5Bu8;+47%5D%3E-for-%26PushBytes"],[5557,"impl-From%3C%26%5Bu8;+22%5D%3E-for-%26PushBytes"],[5558,"impl-From%3C%26%5Bu8;+32%5D%3E-for-%26PushBytes"],[5559,"impl-From%3C%26mut+%5Bu8;+32%5D%3E-for-%26mut+PushBytes"],[5560,"impl-From%3C%26%5Bu8;+11%5D%3E-for-%26PushBytes"],[5561,"impl-From%3C%26mut+%5Bu8;+22%5D%3E-for-%26mut+PushBytes"],[5562,"impl-From%3C%26mut+%5Bu8;+66%5D%3E-for-%26mut+PushBytes"],[5563,"impl-From%3C%26mut+%5Bu8;+15%5D%3E-for-%26mut+PushBytes"],[5564,"impl-From%3C%26%5Bu8;+31%5D%3E-for-%26PushBytes"],[5565,"impl-From%3C%26mut+%5Bu8;+29%5D%3E-for-%26mut+PushBytes"],[5566,"impl-From%3C%26mut+%5Bu8;+19%5D%3E-for-%26mut+PushBytes"],[5567,"impl-From%3C%26mut+%5Bu8;+67%5D%3E-for-%26mut+PushBytes"],[5568,"impl-From%3C%26mut+%5Bu8;+47%5D%3E-for-%26mut+PushBytes"],[5569,"impl-From%3C%26mut+%5Bu8;+31%5D%3E-for-%26mut+PushBytes"],[5570,"impl-From%3C%26%5Bu8;+23%5D%3E-for-%26PushBytes"],[5571,"impl-From%3C%26%5Bu8;+52%5D%3E-for-%26PushBytes"],[5572,"impl-From%3C%26mut+%5Bu8;+59%5D%3E-for-%26mut+PushBytes"],[5573,"impl-From%3C%26mut+%5Bu8;+5%5D%3E-for-%26mut+PushBytes"],[5574,"impl-From%3C%26mut+%5Bu8;+46%5D%3E-for-%26mut+PushBytes"],[5575,"impl-From%3C%26mut+%5Bu8;+20%5D%3E-for-%26mut+PushBytes"],[5576,"impl-From%3C%26%5Bu8;+40%5D%3E-for-%26PushBytes"],[5577,"impl-From%3C%26%5Bu8;+0%5D%3E-for-%26PushBytes"],[5578,"impl-From%3C%26mut+%5Bu8;+17%5D%3E-for-%26mut+PushBytes"],[5579,"impl-From%3C%26mut+%5Bu8;+39%5D%3E-for-%26mut+PushBytes"],[5580,"impl-From%3C%26mut+%5Bu8;+30%5D%3E-for-%26mut+PushBytes"],[5581,"impl-From%3C%26mut+%5Bu8;+0%5D%3E-for-%26mut+PushBytes"],[5582,"impl-From%3C%26%5Bu8;+51%5D%3E-for-%26PushBytes"],[5583,"impl-From%3C%26%5Bu8;+67%5D%3E-for-%26PushBytes"],[5584,"impl-From%3C%26%5Bu8;+43%5D%3E-for-%26PushBytes"],[5585,"impl-From%3C%26%5Bu8;+72%5D%3E-for-%26PushBytes"],[5586,"impl-From%3C%26%5Bu8;+39%5D%3E-for-%26PushBytes"],[5587,"impl-From%3C%26%5Bu8;+49%5D%3E-for-%26PushBytes"],[5588,"impl-From%3C%26%5Bu8;+66%5D%3E-for-%26PushBytes"],[5589,"impl-From%3C%26%5Bu8;+71%5D%3E-for-%26PushBytes"],[5590,"impl-From%3C%26%5Bu8;+50%5D%3E-for-%26PushBytes"],[5591,"impl-From%3C%26%5Bu8;+26%5D%3E-for-%26PushBytes"],[5592,"impl-From%3C%26mut+%5Bu8;+33%5D%3E-for-%26mut+PushBytes"],[5593,"impl-From%3C%26mut+%5Bu8;+3%5D%3E-for-%26mut+PushBytes"],[5594,"impl-From%3C%26mut+%5Bu8;+44%5D%3E-for-%26mut+PushBytes"],[5595,"impl-From%3C%26mut+%5Bu8;+48%5D%3E-for-%26mut+PushBytes"],[5596,"impl-From%3C%26%5Bu8;+65%5D%3E-for-%26PushBytes"],[5597,"impl-From%3C%26%5Bu8;+19%5D%3E-for-%26PushBytes"],[5598,"impl-From%3C%26mut+%5Bu8;+58%5D%3E-for-%26mut+PushBytes"],[5599,"impl-From%3C%26%5Bu8;+56%5D%3E-for-%26PushBytes"],[5600,"impl-From%3C%26mut+%5Bu8;+56%5D%3E-for-%26mut+PushBytes"],[5601,"impl-From%3C%26mut+%5Bu8;+38%5D%3E-for-%26mut+PushBytes"],[5602,"impl-From%3C%26%5Bu8;+62%5D%3E-for-%26PushBytes"],[5603,"impl-From%3C%26mut+%5Bu8;+11%5D%3E-for-%26mut+PushBytes"],[5604,"impl-From%3C%26%5Bu8;+21%5D%3E-for-%26PushBytes"],[5605,"impl-From%3C%26mut+%5Bu8;+21%5D%3E-for-%26mut+PushBytes"],[5606,"impl-From%3C%26mut+%5Bu8;+37%5D%3E-for-%26mut+PushBytes"],[5607,"impl-From%3C%26mut+%5Bu8;+69%5D%3E-for-%26mut+PushBytes"],[5608,"impl-From%3C%26%5Bu8;+69%5D%3E-for-%26PushBytes"],[5609,"impl-From%3C%26mut+%5Bu8;+10%5D%3E-for-%26mut+PushBytes"],[5610,"impl-From%3C%26mut+%5Bu8;+28%5D%3E-for-%26mut+PushBytes"],[5611,"impl-From%3C%26%5Bu8;+27%5D%3E-for-%26PushBytes"],[5612,"impl-From%3C%26%5Bu8;+18%5D%3E-for-%26PushBytes"],[5613,"impl-From%3C%26mut+%5Bu8;+8%5D%3E-for-%26mut+PushBytes"],[5614,"impl-From%3C%26mut+%5Bu8;+9%5D%3E-for-%26mut+PushBytes"],[5615,"impl-From%3C%26%5Bu8;+16%5D%3E-for-%26PushBytes"],[5616,"impl-From%3C%26mut+%5Bu8;+68%5D%3E-for-%26mut+PushBytes"],[5617,"impl-From%3C%26%5Bu8;+2%5D%3E-for-%26PushBytes"],[5618,"impl-From%3C%26mut+%5Bu8;+13%5D%3E-for-%26mut+PushBytes"],[5619,"impl-From%3C%26mut+%5Bu8;+72%5D%3E-for-%26mut+PushBytes"],[5620,"impl-From%3C%26%5Bu8;+41%5D%3E-for-%26PushBytes"],[5621,"impl-From%3C%26mut+%5Bu8;+43%5D%3E-for-%26mut+PushBytes"],[5622,"impl-From%3C%26mut+%5Bu8;+41%5D%3E-for-%26mut+PushBytes"],[5623,"impl-From%3C%26%5Bu8;+73%5D%3E-for-%26PushBytes"],[5624,"impl-From%3C%26%5Bu8;+1%5D%3E-for-%26PushBytes"],[5625,"impl-From%3C%26mut+%5Bu8;+73%5D%3E-for-%26mut+PushBytes"],[5626,"impl-From%3C%26%5Bu8;+64%5D%3E-for-%26PushBytes"],[5627,"impl-From%3C%26%5Bu8;+58%5D%3E-for-%26PushBytes"],[5628,"impl-From%3C%26mut+%5Bu8;+50%5D%3E-for-%26mut+PushBytes"],[5629,"impl-From%3C%26%5Bu8;+68%5D%3E-for-%26PushBytes"],[5630,"impl-From%3C%26%5Bu8;+14%5D%3E-for-%26PushBytes"],[5631,"impl-From%3C%26%5Bu8;+4%5D%3E-for-%26PushBytes"],[5632,"impl-From%3C%26%5Bu8;+15%5D%3E-for-%26PushBytes"],[5633,"impl-From%3C%26%5Bu8;+20%5D%3E-for-%26PushBytes"],[5634,"impl-From%3C%26%5Bu8;+46%5D%3E-for-%26PushBytes"],[5635,"impl-From%3C%26%5Bu8;+12%5D%3E-for-%26PushBytes"],[5636,"impl-From%3C%26mut+%5Bu8;+1%5D%3E-for-%26mut+PushBytes"],[5637,"impl-From%3C%26mut+%5Bu8;+34%5D%3E-for-%26mut+PushBytes"],[5638,"impl-From%3C%26%5Bu8;+28%5D%3E-for-%26PushBytes"],[5639,"impl-From%3C%26mut+%5Bu8;+35%5D%3E-for-%26mut+PushBytes"],[5640,"impl-From%3C%26mut+%5Bu8;+70%5D%3E-for-%26mut+PushBytes"],[5641,"impl-From%3C%26mut+%5Bu8;+2%5D%3E-for-%26mut+PushBytes"],[5642,"impl-From%3C%26%5Bu8;+57%5D%3E-for-%26PushBytes"],[5643,"impl-From%3C%26%5Bu8;+10%5D%3E-for-%26PushBytes"],[5644,"impl-From%3C%26mut+%5Bu8;+54%5D%3E-for-%26mut+PushBytes"],[5645,"impl-From%3C%26mut+%5Bu8;+27%5D%3E-for-%26mut+PushBytes"],[5646,"impl-From%3C%26%5Bu8;+36%5D%3E-for-%26PushBytes"],[5647,"impl-From%3C%26mut+%5Bu8;+63%5D%3E-for-%26mut+PushBytes"],[5648,"impl-From%3C%26mut+%5Bu8;+23%5D%3E-for-%26mut+PushBytes"],[5649,"impl-From%3C%26%5Bu8;+70%5D%3E-for-%26PushBytes"],[5650,"impl-From%3C%26mut+%5Bu8;+60%5D%3E-for-%26mut+PushBytes"],[5651,"impl-From%3C%26%5Bu8;+9%5D%3E-for-%26PushBytes"],[5652,"impl-From%3C%26mut+%5Bu8;+36%5D%3E-for-%26mut+PushBytes"],[5653,"impl-From%3C%26mut+%5Bu8;+51%5D%3E-for-%26mut+PushBytes"],[5654,"impl-From%3C%26%5Bu8;+5%5D%3E-for-%26PushBytes"],[5655,"impl-From%3C%26%5Bu8;+53%5D%3E-for-%26PushBytes"],[5656,"impl-From%3C%26%5Bu8;+35%5D%3E-for-%26PushBytes"],[5657,"impl-From%3C%26mut+%5Bu8;+18%5D%3E-for-%26mut+PushBytes"],[5658,"impl-From%3C%26%5Bu8;+24%5D%3E-for-%26PushBytes"],[5659,"impl-From%3C%26mut+%5Bu8;+42%5D%3E-for-%26mut+PushBytes"],[5660,"impl-From%3C%26%5Bu8;+61%5D%3E-for-%26PushBytes"],[5661,"impl-From%3C%26%5Bu8;+45%5D%3E-for-%26PushBytes"],[5662,"impl-From%3C%26mut+%5Bu8;+16%5D%3E-for-%26mut+PushBytes"],[5663,"impl-From%3C%26mut+%5Bu8;+49%5D%3E-for-%26mut+PushBytes"],[5664,"impl-From%3C%26%5Bu8;+29%5D%3E-for-PushBytesBuf"],[5665,"impl-From%3C%26%5Bu8;+17%5D%3E-for-PushBytesBuf"],[5666,"impl-From%3C%26%5Bu8;+62%5D%3E-for-PushBytesBuf"],[5667,"impl-From%3C%5Bu8;+65%5D%3E-for-PushBytesBuf"],[5668,"impl-From%3C%26%5Bu8;+7%5D%3E-for-PushBytesBuf"],[5669,"impl-From%3C%26%5Bu8;+32%5D%3E-for-PushBytesBuf"],[5670,"impl-From%3C%5Bu8;+22%5D%3E-for-PushBytesBuf"],[5671,"impl-From%3C%26%5Bu8;+3%5D%3E-for-PushBytesBuf"],[5672,"impl-From%3C%5Bu8;+25%5D%3E-for-PushBytesBuf"],[5673,"impl-From%3C%26%5Bu8;+60%5D%3E-for-PushBytesBuf"],[5674,"impl-From%3C%26%5Bu8;+1%5D%3E-for-PushBytesBuf"],[5675,"impl-From%3C%5Bu8;+2%5D%3E-for-PushBytesBuf"],[5676,"impl-From%3C%5Bu8;+67%5D%3E-for-PushBytesBuf"],[5677,"impl-From%3C%5Bu8;+7%5D%3E-for-PushBytesBuf"],[5678,"impl-From%3C%5Bu8;+66%5D%3E-for-PushBytesBuf"],[5679,"impl-From%3C%26%5Bu8;+48%5D%3E-for-PushBytesBuf"],[5680,"impl-From%3C%5Bu8;+20%5D%3E-for-PushBytesBuf"],[5681,"impl-From%3C%5Bu8;+52%5D%3E-for-PushBytesBuf"],[5682,"impl-From%3C%26%5Bu8;+40%5D%3E-for-PushBytesBuf"],[5683,"impl-From%3C%26%5Bu8;+24%5D%3E-for-PushBytesBuf"],[5684,"impl-From%3C%5Bu8;+14%5D%3E-for-PushBytesBuf"],[5685,"impl-From%3C%5Bu8;+54%5D%3E-for-PushBytesBuf"],[5686,"impl-From%3C%5Bu8;+73%5D%3E-for-PushBytesBuf"],[5687,"impl-From%3C%26%5Bu8;+69%5D%3E-for-PushBytesBuf"],[5688,"impl-From%3C%5Bu8;+70%5D%3E-for-PushBytesBuf"],[5689,"impl-From%3C%26%5Bu8;+21%5D%3E-for-PushBytesBuf"],[5690,"impl-From%3C%26%5Bu8;+2%5D%3E-for-PushBytesBuf"],[5691,"impl-From%3C%26%5Bu8;+61%5D%3E-for-PushBytesBuf"],[5692,"impl-From%3C%5Bu8;+3%5D%3E-for-PushBytesBuf"],[5693,"impl-From%3C%5Bu8;+46%5D%3E-for-PushBytesBuf"],[5694,"impl-From%3C%26%5Bu8;+14%5D%3E-for-PushBytesBuf"],[5695,"impl-From%3C%5Bu8;+23%5D%3E-for-PushBytesBuf"],[5696,"impl-From%3CWPubkeyHash%3E-for-PushBytesBuf"],[5697,"impl-From%3C%26%5Bu8;+59%5D%3E-for-PushBytesBuf"],[5698,"impl-From%3C%5Bu8;+60%5D%3E-for-PushBytesBuf"],[5699,"impl-From%3C%26%5Bu8;+15%5D%3E-for-PushBytesBuf"],[5700,"impl-From%3C%5Bu8;+43%5D%3E-for-PushBytesBuf"],[5701,"impl-From%3C%5Bu8;+19%5D%3E-for-PushBytesBuf"],[5702,"impl-From%3C%26%5Bu8;+28%5D%3E-for-PushBytesBuf"],[5703,"impl-From%3C%26%5Bu8;+0%5D%3E-for-PushBytesBuf"],[5704,"impl-From%3C%26%5Bu8;+35%5D%3E-for-PushBytesBuf"],[5705,"impl-From%3CScriptHash%3E-for-PushBytesBuf"],[5706,"impl-From%3C%26%5Bu8;+31%5D%3E-for-PushBytesBuf"],[5707,"impl-From%3C%5Bu8;+32%5D%3E-for-PushBytesBuf"],[5708,"impl-From%3C%26%5Bu8;+63%5D%3E-for-PushBytesBuf"],[5709,"impl-From%3C%5Bu8;+37%5D%3E-for-PushBytesBuf"],[5710,"impl-From%3C%5Bu8;+16%5D%3E-for-PushBytesBuf"],[5711,"impl-From%3C%26%5Bu8;+51%5D%3E-for-PushBytesBuf"],[5712,"impl-From%3C%26%5Bu8;+5%5D%3E-for-PushBytesBuf"],[5713,"impl-From%3C%5Bu8;+68%5D%3E-for-PushBytesBuf"],[5714,"impl-From%3C%26%5Bu8;+4%5D%3E-for-PushBytesBuf"],[5715,"impl-From%3C%26%5Bu8;+38%5D%3E-for-PushBytesBuf"],[5716,"impl-From%3C%26%5Bu8;+11%5D%3E-for-PushBytesBuf"],[5717,"impl-From%3C%5Bu8;+72%5D%3E-for-PushBytesBuf"],[5718,"impl-From%3C%26%5Bu8;+65%5D%3E-for-PushBytesBuf"],[5719,"impl-From%3C%5Bu8;+50%5D%3E-for-PushBytesBuf"],[5720,"impl-From%3C%5Bu8;+61%5D%3E-for-PushBytesBuf"],[5721,"impl-From%3C%5Bu8;+24%5D%3E-for-PushBytesBuf"],[5722,"impl-From%3C%5Bu8;+30%5D%3E-for-PushBytesBuf"],[5723,"impl-From%3C%5Bu8;+17%5D%3E-for-PushBytesBuf"],[5724,"impl-From%3C%5Bu8;+39%5D%3E-for-PushBytesBuf"],[5725,"impl-From%3C%26%5Bu8;+22%5D%3E-for-PushBytesBuf"],[5726,"impl-From%3C%5Bu8;+58%5D%3E-for-PushBytesBuf"],[5727,"impl-From%3C%26%5Bu8;+12%5D%3E-for-PushBytesBuf"],[5728,"impl-From%3C%5Bu8;+34%5D%3E-for-PushBytesBuf"],[5729,"impl-From%3C%26%5Bu8;+54%5D%3E-for-PushBytesBuf"],[5730,"impl-From%3C%5Bu8;+10%5D%3E-for-PushBytesBuf"],[5731,"impl-From%3C%5Bu8;+51%5D%3E-for-PushBytesBuf"],[5732,"impl-From%3C%26%5Bu8;+26%5D%3E-for-PushBytesBuf"],[5733,"impl-From%3C%26%5Bu8;+23%5D%3E-for-PushBytesBuf"],[5734,"impl-From%3CPubkeyHash%3E-for-PushBytesBuf"],[5735,"impl-From%3C%26%5Bu8;+45%5D%3E-for-PushBytesBuf"],[5736,"impl-From%3C%5Bu8;+56%5D%3E-for-PushBytesBuf"],[5737,"impl-From%3C%26%5Bu8;+19%5D%3E-for-PushBytesBuf"],[5738,"impl-From%3C%5Bu8;+45%5D%3E-for-PushBytesBuf"],[5739,"impl-From%3C%26%5Bu8;+37%5D%3E-for-PushBytesBuf"],[5740,"impl-From%3C%26%5Bu8;+39%5D%3E-for-PushBytesBuf"],[5741,"impl-From%3C%5Bu8;+57%5D%3E-for-PushBytesBuf"],[5742,"impl-From%3C%5Bu8;+55%5D%3E-for-PushBytesBuf"],[5743,"impl-From%3C%5Bu8;+35%5D%3E-for-PushBytesBuf"],[5744,"impl-From%3C%26%5Bu8;+6%5D%3E-for-PushBytesBuf"],[5745,"impl-From%3C%5Bu8;+28%5D%3E-for-PushBytesBuf"],[5746,"impl-From%3C%5Bu8;+6%5D%3E-for-PushBytesBuf"],[5747,"impl-From%3C%5Bu8;+21%5D%3E-for-PushBytesBuf"],[5748,"impl-From%3C%26%5Bu8;+58%5D%3E-for-PushBytesBuf"],[5749,"impl-From%3C%5Bu8;+36%5D%3E-for-PushBytesBuf"],[5750,"impl-From%3C%26%5Bu8;+53%5D%3E-for-PushBytesBuf"],[5751,"impl-From%3C%26%5Bu8;+71%5D%3E-for-PushBytesBuf"],[5752,"impl-From%3C%5Bu8;+9%5D%3E-for-PushBytesBuf"],[5753,"impl-From%3C%5Bu8;+42%5D%3E-for-PushBytesBuf"],[5754,"impl-From%3C%5Bu8;+41%5D%3E-for-PushBytesBuf"],[5755,"impl-From%3C%5Bu8;+59%5D%3E-for-PushBytesBuf"],[5756,"impl-From%3C%5Bu8;+69%5D%3E-for-PushBytesBuf"],[5757,"impl-From%3C%26%5Bu8;+44%5D%3E-for-PushBytesBuf"],[5758,"impl-From%3C%5Bu8;+26%5D%3E-for-PushBytesBuf"],[5759,"impl-From%3C%5Bu8;+53%5D%3E-for-PushBytesBuf"],[5760,"impl-From%3C%26%5Bu8;+25%5D%3E-for-PushBytesBuf"],[5761,"impl-From%3C%26%5Bu8;+68%5D%3E-for-PushBytesBuf"],[5762,"impl-From%3C%5Bu8;+31%5D%3E-for-PushBytesBuf"],[5763,"impl-From%3C%5Bu8;+71%5D%3E-for-PushBytesBuf"],[5764,"impl-From%3C%26%5Bu8;+42%5D%3E-for-PushBytesBuf"],[5765,"impl-From%3C%26%5Bu8;+57%5D%3E-for-PushBytesBuf"],[5766,"impl-From%3C%26%5Bu8;+9%5D%3E-for-PushBytesBuf"],[5768,"impl-From%3C%26%5Bu8;+50%5D%3E-for-PushBytesBuf"],[5769,"impl-From%3C%5Bu8;+8%5D%3E-for-PushBytesBuf"],[5770,"impl-From%3C%26%5Bu8;+55%5D%3E-for-PushBytesBuf"],[5771,"impl-From%3C%26%5Bu8;+13%5D%3E-for-PushBytesBuf"],[5772,"impl-From%3C%26%5Bu8;+33%5D%3E-for-PushBytesBuf"],[5773,"impl-From%3C%26%5Bu8;+27%5D%3E-for-PushBytesBuf"],[5774,"impl-From%3C%5Bu8;+11%5D%3E-for-PushBytesBuf"],[5775,"impl-From%3C%26%5Bu8;+46%5D%3E-for-PushBytesBuf"],[5776,"impl-From%3C%5Bu8;+29%5D%3E-for-PushBytesBuf"],[5777,"impl-From%3C%26%5Bu8;+66%5D%3E-for-PushBytesBuf"],[5778,"impl-From%3C%5Bu8;+48%5D%3E-for-PushBytesBuf"],[5779,"impl-From%3C%5Bu8;+27%5D%3E-for-PushBytesBuf"],[5780,"impl-From%3C%26%5Bu8;+73%5D%3E-for-PushBytesBuf"],[5781,"impl-From%3C%5Bu8;+1%5D%3E-for-PushBytesBuf"],[5782,"impl-From%3CWScriptHash%3E-for-PushBytesBuf"],[5783,"impl-From%3C%5Bu8;+0%5D%3E-for-PushBytesBuf"],[5784,"impl-From%3C%26%5Bu8;+34%5D%3E-for-PushBytesBuf"],[5785,"impl-From%3C%26%5Bu8;+18%5D%3E-for-PushBytesBuf"],[5786,"impl-From%3C%5Bu8;+13%5D%3E-for-PushBytesBuf"],[5787,"impl-From%3C%26%5Bu8;+47%5D%3E-for-PushBytesBuf"],[5788,"impl-From%3C%26%5Bu8;+8%5D%3E-for-PushBytesBuf"],[5789,"impl-From%3C%5Bu8;+40%5D%3E-for-PushBytesBuf"],[5790,"impl-From%3C%5Bu8;+63%5D%3E-for-PushBytesBuf"],[5791,"impl-From%3C%5Bu8;+62%5D%3E-for-PushBytesBuf"],[5792,"impl-From%3C%26%5Bu8;+70%5D%3E-for-PushBytesBuf"],[5793,"impl-From%3C%5Bu8;+49%5D%3E-for-PushBytesBuf"],[5794,"impl-From%3C%5Bu8;+18%5D%3E-for-PushBytesBuf"],[5795,"impl-From%3C%26%5Bu8;+20%5D%3E-for-PushBytesBuf"],[5796,"impl-From%3C%5Bu8;+38%5D%3E-for-PushBytesBuf"],[5797,"impl-From%3C%5Bu8;+44%5D%3E-for-PushBytesBuf"],[5798,"impl-From%3C%26%5Bu8;+41%5D%3E-for-PushBytesBuf"],[5799,"impl-From%3C%26%5Bu8;+30%5D%3E-for-PushBytesBuf"],[5800,"impl-From%3C%5Bu8;+64%5D%3E-for-PushBytesBuf"],[5801,"impl-From%3C%5Bu8;+4%5D%3E-for-PushBytesBuf"],[5802,"impl-From%3C%26%5Bu8;+72%5D%3E-for-PushBytesBuf"],[5803,"impl-From%3C%5Bu8;+15%5D%3E-for-PushBytesBuf"],[5804,"impl-From%3C%26%5Bu8;+64%5D%3E-for-PushBytesBuf"],[5805,"impl-From%3C%26%5Bu8;+43%5D%3E-for-PushBytesBuf"],[5806,"impl-From%3C%26%5Bu8;+52%5D%3E-for-PushBytesBuf"],[5807,"impl-From%3C%5Bu8;+12%5D%3E-for-PushBytesBuf"],[5808,"impl-From%3C%26%5Bu8;+16%5D%3E-for-PushBytesBuf"],[5809,"impl-From%3C%26%5Bu8;+67%5D%3E-for-PushBytesBuf"],[5810,"impl-From%3C%26%5Bu8;+36%5D%3E-for-PushBytesBuf"],[5811,"impl-From%3C%26%5Bu8;+56%5D%3E-for-PushBytesBuf"],[5812,"impl-From%3C%26%5Bu8;+49%5D%3E-for-PushBytesBuf"],[5813,"impl-From%3C%26%5Bu8;+10%5D%3E-for-PushBytesBuf"],[5814,"impl-From%3C%5Bu8;+47%5D%3E-for-PushBytesBuf"],[5815,"impl-From%3C%5Bu8;+5%5D%3E-for-PushBytesBuf"],[5816,"impl-From%3C%5Bu8;+33%5D%3E-for-PushBytesBuf"],[5818,"impl-From%3CUintError%3E-for-Error"],[5819,"impl-From%3CInfallible%3E-for-Error"],[5823,"impl-Index%3CRangeFull%3E-for-PushBytes"],[5824,"impl-Index%3CRangeToInclusive%3Cusize%3E%3E-for-PushBytes"],[5825,"impl-Index%3Cusize%3E-for-PushBytes"],[5826,"impl-Index%3CRange%3Cusize%3E%3E-for-PushBytes"],[5827,"impl-Index%3CRangeTo%3Cusize%3E%3E-for-PushBytes"],[5828,"impl-Index%3CRangeFrom%3Cusize%3E%3E-for-PushBytes"],[5829,"impl-Index%3C(Bound%3Cusize%3E,+Bound%3Cusize%3E)%3E-for-PushBytes"],[5830,"impl-Index%3CRangeInclusive%3Cusize%3E%3E-for-PushBytes"],[5909,"impl-TryFrom%3C%26%5Bu8%5D%3E-for-%26PushBytes"],[5910,"impl-TryFrom%3C%26mut+%5Bu8%5D%3E-for-%26mut+PushBytes"],[5957,"impl-Debug-for-Error"],[5958,"impl-Display-for-Error"],[6015,"impl-Display-for-FromStrError"],[6016,"impl-Debug-for-FromStrError"],[6017,"impl-Display-for-TryFromInstructionError"],[6018,"impl-Debug-for-TryFromInstructionError"],[6019,"impl-Debug-for-TryFromError"],[6020,"impl-Display-for-TryFromError"],[6021,"impl-From%3CParseIntError%3E-for-FromStrError"],[6022,"impl-From%3CInfallible%3E-for-FromStrError"],[6023,"impl-From%3CTryFromError%3E-for-FromStrError"],[6026,"impl-From%3CTryFromError%3E-for-TryFromInstructionError"],[6027,"impl-From%3CInfallible%3E-for-TryFromInstructionError"],[6122,"impl-Debug-for-ParseOutPointError"],[6123,"impl-Display-for-ParseOutPointError"],[6124,"impl-Debug-for-InputsIndexError"],[6125,"impl-Display-for-InputsIndexError"],[6126,"impl-Debug-for-OutputsIndexError"],[6127,"impl-Display-for-OutputsIndexError"],[6128,"impl-Display-for-IndexOutOfBoundsError"],[6129,"impl-Debug-for-IndexOutOfBoundsError"],[6130,"impl-Debug-for-Version"],[6131,"impl-Display-for-Version"],[6274,"impl-Display-for-DecodeError%3CE%3E"],[6275,"impl-Debug-for-DecodeError%3CE%3E"],[6276,"impl-From%3CNetwork%3E-for-%26Params"],[6277,"impl-From%3C%26Network%3E-for-%26Params"],[6278,"impl-From%3C%26Network%3E-for-Params"],[6280,"impl-From%3CNetwork%3E-for-Params"],[6367,"impl-Debug-for-Error"],[6368,"impl-Display-for-Error"],[6369,"impl-Debug-for-FromHexError"],[6370,"impl-Display-for-FromHexError"],[6372,"impl-From%3CError%3E-for-Error"],[6374,"impl-From%3CInfallible%3E-for-Error"],[6555,"impl-AsRef%3CPushBytes%3E-for-SerializedSignature"],[6556,"impl-AsRef%3C%5Bu8%5D%3E-for-SerializedSignature"],[6583,"impl-Debug-for-Signature"],[6584,"impl-Display-for-Signature"],[6585,"impl-UpperHex-for-SerializedSignature"],[6586,"impl-Display-for-SerializedSignature"],[6587,"impl-LowerHex-for-SerializedSignature"],[6588,"impl-Debug-for-SerializedSignature"],[6589,"impl-Display-for-Error"],[6590,"impl-Debug-for-Error"],[6593,"impl-From%3CNonStandardSighashTypeError%3E-for-Error"],[6594,"impl-From%3CInfallible%3E-for-Error"],[6595,"impl-From%3CError%3E-for-Error"],[6597,"impl-From%3CHexToBytesError%3E-for-Error"],[6607,"impl-Signature"],[6608,"impl-Serialize-for-Signature"],[6671,"impl-Debug-for-PrefixedHexError"],[6672,"impl-Display-for-PrefixedHexError"],[6673,"impl-Debug-for-UnprefixedHexError"],[6674,"impl-Display-for-UnprefixedHexError"],[6675,"impl-Debug-for-MissingPrefixError"],[6676,"impl-Display-for-MissingPrefixError"],[6677,"impl-Display-for-ContainsPrefixError"],[6678,"impl-Debug-for-ContainsPrefixError"],[6679,"impl-From%3CMissingPrefixError%3E-for-PrefixedHexError"],[6681,"impl-From%3CParseIntError%3E-for-PrefixedHexError"],[6683,"impl-From%3CContainsPrefixError%3E-for-UnprefixedHexError"],[6684,"impl-From%3CParseIntError%3E-for-UnprefixedHexError"],[6770,"impl-AsRef%3C%5Bu8;+bitcoin_hashes::::hash160::%7Bimpl%2311%7D::%7Bconstant%230%7D%5D%3E-for-Hash"],[6771,"impl-AsRef%3C%5Bu8%5D%3E-for-Hash"],[6783,"impl-UpperHex-for-Hash"],[6784,"impl-Debug-for-Hash"],[6785,"impl-LowerHex-for-Hash"],[6786,"impl-Display-for-Hash"],[6787,"impl-From%3CXKeyIdentifier%3E-for-Hash"],[6788,"impl-From%3CPubkeyHash%3E-for-Hash"],[6789,"impl-From%3CScriptHash%3E-for-Hash"],[6791,"impl-From%3CWPubkeyHash%3E-for-Hash"],[6875,"impl-Debug-for-HexToBytesError"],[6876,"impl-Display-for-HexToBytesError"],[6877,"impl-Debug-for-InvalidCharError"],[6878,"impl-Display-for-InvalidCharError"],[6879,"impl-Debug-for-OddLengthStringError"],[6880,"impl-Display-for-OddLengthStringError"],[6881,"impl-Debug-for-HexToArrayError"],[6882,"impl-Display-for-HexToArrayError"],[6888,"impl-From%3COddLengthStringError%3E-for-HexToBytesError"],[6889,"impl-From%3CInvalidCharError%3E-for-HexToBytesError"],[6892,"impl-From%3CInvalidCharError%3E-for-HexToArrayError"],[6894,"impl-From%3CInvalidLengthError%3E-for-HexToArrayError"],[7004,"impl-Debug-for-DisplayByteSlice%3C\'a%3E"],[7005,"impl-UpperHex-for-DisplayByteSlice%3C\'a%3E"],[7006,"impl-Display-for-DisplayByteSlice%3C\'a%3E"],[7007,"impl-LowerHex-for-DisplayByteSlice%3C\'a%3E"],[7008,"impl-Debug-for-DisplayArray%3C\'a,+LEN%3E"],[7009,"impl-Display-for-DisplayArray%3C\'a,+LEN%3E"],[7010,"impl-LowerHex-for-DisplayArray%3C\'a,+LEN%3E"],[7011,"impl-UpperHex-for-DisplayArray%3C\'a,+LEN%3E"],[7049,"impl-Debug-for-InvalidLengthError"],[7050,"impl-Display-for-InvalidLengthError"],[7098,"impl-AsRef%3C%5Bu8;+bitcoin_hashes::::ripemd160::%7Bimpl%2314%7D::%7Bconstant%230%7D%5D%3E-for-Hash"],[7099,"impl-AsRef%3C%5Bu8%5D%3E-for-Hash"],[7126,"impl-Write-for-HashEngine"],[7127,"impl-Write-for-HashEngine"],[7128,"impl-UpperHex-for-Hash"],[7129,"impl-Display-for-Hash"],[7130,"impl-Debug-for-Hash"],[7131,"impl-LowerHex-for-Hash"],[7163,"impl-Write-for-HashEngine"],[7164,"impl-Write-for-HashEngine"],[7349,"impl-Display-for-Unexpected%3C\'a%3E"],[7350,"impl-Debug-for-Unexpected%3C\'a%3E"],[7581,"impl-Error-for-Error"],[7582,"impl-Error-for-Error"],[8464,"impl-Debug-for-Error"],[8465,"impl-Display-for-Error"],[8576,"impl-SeqAccess%3C\'de%3E-for-MapDeserializer%3C\'de,+I,+E%3E"],[8577,"impl-MapAccess%3C\'de%3E-for-MapDeserializer%3C\'de,+I,+E%3E"],[8774,"impl-dyn+Error"],[8775,"impl-dyn+Error+%2B+Send"],[8776,"impl-dyn+Error+%2B+Send+%2B+Sync"],[8777,"impl-dyn+Error+%2B+Send"],[8778,"impl-dyn+Error"],[8779,"impl-dyn+Error+%2B+Send+%2B+Sync"],[8780,"impl-dyn+Error+%2B+Send"],[8781,"impl-dyn+Error+%2B+Send+%2B+Sync"],[8782,"impl-dyn+Error"],[8790,"impl-SerializeTuple-for-Impossible%3COk,+Error%3E"],[8791,"impl-SerializeStruct-for-Impossible%3COk,+Error%3E"],[8792,"impl-SerializeStructVariant-for-Impossible%3COk,+Error%3E"],[8793,"impl-SerializeMap-for-Impossible%3COk,+Error%3E"],[8794,"impl-SerializeTupleVariant-for-Impossible%3COk,+Error%3E"],[8795,"impl-SerializeSeq-for-Impossible%3COk,+Error%3E"],[8796,"impl-SerializeTupleStruct-for-Impossible%3COk,+Error%3E"],[8799,"impl-dyn+Error"],[8800,"impl-dyn+Error+%2B+Send+%2B+Sync"],[8801,"impl-dyn+Error+%2B+Send"],[8810,"impl-SerializeTuple-for-Impossible%3COk,+Error%3E"],[8811,"impl-SerializeSeq-for-Impossible%3COk,+Error%3E"],[8819,"impl-SerializeTupleVariant-for-Impossible%3COk,+Error%3E"],[8820,"impl-SerializeStructVariant-for-Impossible%3COk,+Error%3E"],[8821,"impl-SerializeStruct-for-Impossible%3COk,+Error%3E"],[8822,"impl-SerializeTupleStruct-for-Impossible%3COk,+Error%3E"],[8870,"impl-AsRef%3C%5Bu8%5D%3E-for-Hash"],[8871,"impl-AsRef%3C%5Bu8;+bitcoin_hashes::::sha1::%7Bimpl%2314%7D::%7Bconstant%230%7D%5D%3E-for-Hash"],[8898,"impl-Write-for-HashEngine"],[8899,"impl-Write-for-HashEngine"],[8900,"impl-UpperHex-for-Hash"],[8901,"impl-Debug-for-Hash"],[8902,"impl-LowerHex-for-Hash"],[8903,"impl-Display-for-Hash"],[8934,"impl-Write-for-HashEngine"],[8935,"impl-Write-for-HashEngine"],[8941,"impl-AsRef%3C%5Bu8%5D%3E-for-Hash"],[8942,"impl-AsRef%3C%5Bu8;+bitcoin_hashes::::sha256::%7Bimpl%2320%7D::%7Bconstant%230%7D%5D%3E-for-Hash"],[8984,"impl-Write-for-HashEngine"],[8985,"impl-Write-for-HashEngine"],[8986,"impl-UpperHex-for-Hash"],[8987,"impl-Debug-for-Hash"],[8988,"impl-Display-for-Hash"],[8989,"impl-LowerHex-for-Hash"],[8990,"impl-Debug-for-Midstate"],[8991,"impl-LowerHex-for-Midstate"],[8992,"impl-Display-for-Midstate"],[8993,"impl-UpperHex-for-Midstate"],[8995,"impl-From%3CWScriptHash%3E-for-Hash"],[8996,"impl-From%3CDescriptorId%3E-for-Hash"],[9048,"impl-Write-for-HashEngine"],[9049,"impl-Write-for-HashEngine"],[9053,"impl-AsRef%3C%5Bu8;+bitcoin_hashes::::sha256d::%7Bimpl%2311%7D::%7Bconstant%230%7D%5D%3E-for-Hash"],[9054,"impl-AsRef%3C%5Bu8%5D%3E-for-Hash"],[9068,"impl-Debug-for-Hash"],[9069,"impl-UpperHex-for-Hash"],[9070,"impl-LowerHex-for-Hash"],[9071,"impl-Display-for-Hash"],[9072,"impl-From%3CSegwitV0Sighash%3E-for-Hash"],[9073,"impl-From%3CWitnessMerkleNode%3E-for-Hash"],[9074,"impl-From%3CLegacySighash%3E-for-Hash"],[9076,"impl-From%3CTxid%3E-for-Hash"],[9077,"impl-From%3CWitnessCommitment%3E-for-Hash"],[9078,"impl-From%3CHash%3E-for-Hash"],[9079,"impl-From%3CWtxid%3E-for-Hash"],[9080,"impl-From%3CFilterHeader%3E-for-Hash"],[9081,"impl-From%3CTxMerkleNode%3E-for-Hash"],[9082,"impl-From%3CBlockHash%3E-for-Hash"],[9083,"impl-From%3CFilterHash%3E-for-Hash"],[9107,"impl-AsRef%3C%5Bu8%5D%3E-for-Hash%3CT%3E"],[9108,"impl-AsRef%3C%5Bu8;+bitcoin_hashes::::sha256t::%7Bimpl%2311%7D::%7Bconstant%230%7D%5D%3E-for-Hash%3CT%3E"],[9122,"impl-UpperHex-for-Hash%3CT%3E"],[9123,"impl-Debug-for-Hash%3CT%3E"],[9124,"impl-LowerHex-for-Hash%3CT%3E"],[9125,"impl-Display-for-Hash%3CT%3E"],[9126,"impl-From%3CTapLeafHash%3E-for-Hash%3CTapLeafTag%3E"],[9127,"impl-From%3CTapSighash%3E-for-Hash%3CTapSighashTag%3E"],[9128,"impl-From%3CTapTweakHash%3E-for-Hash%3CTapTweakTag%3E"],[9130,"impl-From%3CTapNodeHash%3E-for-Hash%3CTapBranchTag%3E"],[9154,"impl-AsRef%3C%5Bu8%5D%3E-for-Hash"],[9155,"impl-AsRef%3C%5Bu8;+bitcoin_hashes::::sha384::%7Bimpl%2313%7D::%7Bconstant%230%7D%5D%3E-for-Hash"],[9172,"impl-UpperHex-for-Hash"],[9173,"impl-Debug-for-Hash"],[9174,"impl-Display-for-Hash"],[9175,"impl-LowerHex-for-Hash"],[9210,"impl-AsRef%3C%5Bu8%5D%3E-for-Hash"],[9211,"impl-AsRef%3C%5Bu8;+bitcoin_hashes::::sha512::%7Bimpl%2315%7D::%7Bconstant%230%7D%5D%3E-for-Hash"],[9238,"impl-Write-for-HashEngine"],[9239,"impl-Write-for-HashEngine"],[9240,"impl-UpperHex-for-Hash"],[9241,"impl-Display-for-Hash"],[9242,"impl-Debug-for-Hash"],[9243,"impl-LowerHex-for-Hash"],[9274,"impl-Write-for-HashEngine"],[9275,"impl-Write-for-HashEngine"],[9280,"impl-AsRef%3C%5Bu8;+bitcoin_hashes::::sha512_256::%7Bimpl%2313%7D::%7Bconstant%230%7D%5D%3E-for-Hash"],[9281,"impl-AsRef%3C%5Bu8%5D%3E-for-Hash"],[9298,"impl-Debug-for-Hash"],[9299,"impl-LowerHex-for-Hash"],[9300,"impl-UpperHex-for-Hash"],[9301,"impl-Display-for-Hash"],[9337,"impl-AsRef%3C%5Bu8%5D%3E-for-Hash"],[9338,"impl-AsRef%3C%5Bu8;+bitcoin_hashes::::siphash24::%7Bimpl%2315%7D::%7Bconstant%230%7D%5D%3E-for-Hash"],[9370,"impl-Write-for-HashEngine"],[9371,"impl-Write-for-HashEngine"],[9372,"impl-Display-for-Hash"],[9373,"impl-UpperHex-for-Hash"],[9374,"impl-Debug-for-Hash"],[9375,"impl-LowerHex-for-Hash"],[9422,"impl-Write-for-HashEngine"],[9423,"impl-Write-for-HashEngine"],[9487,"impl-Write-for-Sink"],[9488,"impl-Write-for-Sink"],[9489,"impl-Display-for-Error"],[9490,"impl-Debug-for-Error"],[9496,"impl-From%3CErrorKind%3E-for-Error"],[9497,"impl-From%3CError%3E-for-Error"],[9565,"impl-Write-for-Sink"],[9566,"impl-Write-for-Sink"],[9568,"impl-Write-for-Sink"],[9569,"impl-Write-for-Sink"],[9731,"impl-Display-for-TweakedPublicKey"],[9732,"impl-LowerHex-for-TweakedPublicKey"],[9733,"impl-Debug-for-TweakedPublicKey"],[9735,"impl-Debug-for-FromSliceError"],[9736,"impl-Display-for-FromSliceError"],[9737,"impl-Display-for-FromWifError"],[9738,"impl-Debug-for-FromWifError"],[9739,"impl-Debug-for-ParsePublicKeyError"],[9740,"impl-Display-for-ParsePublicKeyError"],[9741,"impl-Debug-for-ParseCompressedPublicKeyError"],[9742,"impl-Display-for-ParseCompressedPublicKeyError"],[9743,"impl-Display-for-UncompressedPublicKeyError"],[9744,"impl-Debug-for-UncompressedPublicKeyError"],[9745,"impl-Display-for-InvalidBase58PayloadLengthError"],[9746,"impl-Debug-for-InvalidBase58PayloadLengthError"],[9747,"impl-Debug-for-InvalidAddressVersionError"],[9748,"impl-Display-for-InvalidAddressVersionError"],[9757,"impl-From%3CInfallible%3E-for-FromSliceError"],[9758,"impl-From%3CError%3E-for-FromSliceError"],[9760,"impl-From%3CError%3E-for-FromWifError"],[9761,"impl-From%3CInvalidAddressVersionError%3E-for-FromWifError"],[9762,"impl-From%3CInfallible%3E-for-FromWifError"],[9763,"impl-From%3CError%3E-for-FromWifError"],[9764,"impl-From%3CInvalidBase58PayloadLengthError%3E-for-FromWifError"],[9766,"impl-From%3CInfallible%3E-for-ParsePublicKeyError"],[9768,"impl-From%3CFromSliceError%3E-for-ParsePublicKeyError"],[9769,"impl-From%3CHexToArrayError%3E-for-ParseCompressedPublicKeyError"],[9770,"impl-From%3CInfallible%3E-for-ParseCompressedPublicKeyError"],[9772,"impl-From%3CError%3E-for-ParseCompressedPublicKeyError"],[9836,"impl-TweakedPublicKey"],[9837,"impl-Serialize-for-TweakedPublicKey"],[9885,"impl-TryFrom%3Cu8%3E-for-Parity"],[9886,"impl-TryFrom%3Ci32%3E-for-Parity"],[9974,"impl-Display-for-MerkleBlockError"],[9975,"impl-Debug-for-MerkleBlockError"],[10023,"impl-Display-for-ParseNetworkError"],[10024,"impl-Debug-for-ParseNetworkError"],[10025,"impl-Debug-for-UnknownChainHashError"],[10026,"impl-Display-for-UnknownChainHashError"],[10068,"impl-AsMut%3C%5Bu8;+4%5D%3E-for-Magic"],[10069,"impl-AsMut%3C%5Bu8%5D%3E-for-Magic"],[10070,"impl-AsRef%3C%5Bu8%5D%3E-for-Magic"],[10071,"impl-AsRef%3C%5Bu8;+4%5D%3E-for-Magic"],[10078,"impl-Borrow%3C%5Bu8%5D%3E-for-Magic"],[10079,"impl-Borrow%3C%5Bu8;+4%5D%3E-for-Magic"],[10086,"impl-BorrowMut%3C%5Bu8;+4%5D%3E-for-Magic"],[10087,"impl-BorrowMut%3C%5Bu8%5D%3E-for-Magic"],[10125,"impl-Display-for-ServiceFlags"],[10126,"impl-Debug-for-ServiceFlags"],[10127,"impl-LowerHex-for-ServiceFlags"],[10128,"impl-UpperHex-for-ServiceFlags"],[10129,"impl-Debug-for-Magic"],[10130,"impl-LowerHex-for-Magic"],[10131,"impl-Display-for-Magic"],[10132,"impl-UpperHex-for-Magic"],[10133,"impl-Display-for-ParseMagicError"],[10134,"impl-Debug-for-ParseMagicError"],[10135,"impl-Debug-for-UnknownMagicError"],[10136,"impl-Display-for-UnknownMagicError"],[10340,"impl-Display-for-CommandString"],[10341,"impl-Debug-for-CommandString"],[10342,"impl-Display-for-CommandStringError"],[10343,"impl-Debug-for-CommandStringError"],[10365,"impl-TryFrom%3CString%3E-for-CommandString"],[10366,"impl-TryFrom%3C%26str%3E-for-CommandString"],[10367,"impl-TryFrom%3CBox%3Cstr%3E%3E-for-CommandString"],[10841,"impl-Display-for-ParseIntError"],[10842,"impl-Debug-for-ParseIntError"],[11051,"impl-Display-for-Error"],[11052,"impl-Debug-for-Error"],[11056,"impl-Debug-for-GetKeyError"],[11057,"impl-Display-for-GetKeyError"],[11060,"impl-Display-for-SignError"],[11061,"impl-Debug-for-SignError"],[11062,"impl-Display-for-ExtractTxError"],[11063,"impl-Debug-for-ExtractTxError"],[11064,"impl-Debug-for-IndexOutOfBoundsError"],[11065,"impl-Display-for-IndexOutOfBoundsError"],[11066,"impl-Debug-for-PsbtParseError"],[11067,"impl-Display-for-PsbtParseError"],[11068,"impl-Debug-for-PsbtSighashType"],[11069,"impl-Display-for-PsbtSighashType"],[11071,"impl-From%3CError%3E-for-Error"],[11072,"impl-From%3CInfallible%3E-for-Error"],[11074,"impl-From%3CError%3E-for-Error"],[11075,"impl-From%3CFromSliceError%3E-for-Error"],[11079,"impl-From%3CError%3E-for-GetKeyError"],[11080,"impl-From%3CInfallible%3E-for-GetKeyError"],[11085,"impl-From%3CInfallible%3E-for-SignError"],[11086,"impl-From%3CTaprootError%3E-for-SignError"],[11087,"impl-From%3CP2wpkhError%3E-for-SignError"],[11088,"impl-From%3CIndexOutOfBoundsError%3E-for-SignError"],[11095,"impl-From%3CTapSighashType%3E-for-PsbtSighashType"],[11097,"impl-From%3CEcdsaSighashType%3E-for-PsbtSighashType"],[11288,"impl-Display-for-Key"],[11289,"impl-Debug-for-Key"],[11499,"impl-LowerHex-for-PublicKey"],[11500,"impl-Debug-for-PublicKey"],[11501,"impl-Display-for-PublicKey"],[11502,"impl-Display-for-InvalidParityValue"],[11503,"impl-Debug-for-InvalidParityValue"],[11505,"impl-Debug-for-Message"],[11506,"impl-Display-for-Message"],[11507,"impl-LowerHex-for-Message"],[11508,"impl-Display-for-Error"],[11509,"impl-Debug-for-Error"],[11516,"impl-From%3CKeypair%3E-for-SecretKey"],[11517,"impl-From%3C%26Keypair%3E-for-SecretKey"],[11519,"impl-From%3CT%3E-for-SecretKey"],[11520,"impl-From%3C%26Keypair%3E-for-PublicKey"],[11522,"impl-From%3CPublicKey%3E-for-PublicKey"],[11523,"impl-From%3CKeypair%3E-for-PublicKey"],[11527,"impl-From%3CT%3E-for-Message"],[11528,"impl-From%3CTapSighash%3E-for-Message"],[11529,"impl-From%3CSegwitV0Sighash%3E-for-Message"],[11530,"impl-From%3CLegacySighash%3E-for-Message"],[11603,"impl-PublicKey"],[11604,"impl-Serialize-for-PublicKey"],[11768,"impl-PartialEq-for-SerializedSignature"],[11769,"impl-PartialEq%3C%5Bu8%5D%3E-for-SerializedSignature"],[11782,"impl-Debug-for-SerializedSignature"],[11783,"impl-Display-for-SerializedSignature"],[11784,"impl-Display-for-Signature"],[11785,"impl-Debug-for-Signature"],[11789,"impl-From%3CSignature%3E-for-SerializedSignature"],[11790,"impl-From%3C%26Signature%3E-for-SerializedSignature"],[11808,"impl-IntoIterator-for-SerializedSignature"],[11809,"impl-IntoIterator-for-%26SerializedSignature"],[11815,"impl-PartialOrd%3C%5Bu8%5D%3E-for-SerializedSignature"],[11816,"impl-PartialOrd-for-SerializedSignature"],[11835,"impl-TryFrom%3C%26SerializedSignature%3E-for-Signature"],[11837,"impl-TryFrom%3CSerializedSignature%3E-for-Signature"],[11904,"impl-Display-for-ElligatorSwift"],[11905,"impl-Debug-for-ElligatorSwift"],[11906,"impl-LowerHex-for-ElligatorSwift"],[12305,"impl-Write-for-HmacEngine%3CT%3E"],[12306,"impl-Write-for-HmacEngine%3CT%3E"],[12307,"impl-Display-for-FromSliceError"],[12308,"impl-Debug-for-FromSliceError"],[12309,"impl-Debug-for-Hmac%3CT%3E"],[12310,"impl-LowerHex-for-Hmac%3CT%3E"],[12311,"impl-Display-for-Hmac%3CT%3E"],[12328,"impl-Index%3CRangeTo%3Cusize%3E%3E-for-Hmac%3CT%3E"],[12329,"impl-Index%3CRange%3Cusize%3E%3E-for-Hmac%3CT%3E"],[12330,"impl-Index%3CRangeFull%3E-for-Hmac%3CT%3E"],[12331,"impl-Index%3CRangeFrom%3Cusize%3E%3E-for-Hmac%3CT%3E"],[12332,"impl-Index%3Cusize%3E-for-Hmac%3CT%3E"],[12367,"impl-Write-for-HmacEngine%3CT%3E"],[12368,"impl-Write-for-HmacEngine%3CT%3E"],[12384,"impl-Display-for-Error"],[12385,"impl-Debug-for-Error"],[12386,"impl-From%3CError%3E-for-Error"],[12387,"impl-From%3CNonZero%3Cu32%3E%3E-for-Error"],[12499,"impl-Display-for-BernoulliError"],[12500,"impl-Debug-for-BernoulliError"],[12508,"impl-Display-for-WeightedError"],[12509,"impl-Debug-for-WeightedError"],[12522,"impl-From%3CRangeInclusive%3CX%3E%3E-for-Uniform%3CX%3E"],[12524,"impl-From%3CRange%3CX%3E%3E-for-Uniform%3CX%3E"],[12551,"impl-Distribution%3Cf64%3E-for-OpenClosed01"],[12552,"impl-Distribution%3Cf32%3E-for-OpenClosed01"],[12553,"impl-Distribution%3Cf32%3E-for-Open01"],[12554,"impl-Distribution%3Cf64%3E-for-Open01"],[12559,"impl-Distribution%3Ci8%3E-for-Standard"],[12560,"impl-Distribution%3C(A,+B,+C,+D,+E,+F)%3E-for-Standard"],[12561,"impl-Distribution%3Cu8%3E-for-Standard"],[12562,"impl-Distribution%3C(A,)%3E-for-Standard"],[12563,"impl-Distribution%3Ci64%3E-for-Standard"],[12564,"impl-Distribution%3C(A,+B,+C,+D,+E)%3E-for-Standard"],[12565,"impl-Distribution%3C(A,+B,+C,+D,+E,+F,+G,+H,+I,+J)%3E-for-Standard"],[12566,"impl-Distribution%3C(A,+B,+C,+D,+E,+F,+G,+H,+I,+J,+K,+L)%3E-for-Standard"],[12567,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2327%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12568,"impl-Distribution%3Cf32%3E-for-Standard"],[12569,"impl-Distribution%3C(A,+B,+C)%3E-for-Standard"],[12570,"impl-Distribution%3Cf64%3E-for-Standard"],[12571,"impl-Distribution%3C(A,+B,+C,+D,+E,+F,+G,+H)%3E-for-Standard"],[12572,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2345%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12573,"impl-Distribution%3Cchar%3E-for-Standard"],[12574,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2334%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12575,"impl-Distribution%3Cu32%3E-for-Standard"],[12576,"impl-Distribution%3CWrapping%3CT%3E%3E-for-Standard"],[12577,"impl-Distribution%3Cbool%3E-for-Standard"],[12578,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2337%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12579,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2336%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12580,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2335%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12581,"impl-Distribution%3Ci128%3E-for-Standard"],[12582,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2329%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12583,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2326%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12584,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2324%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12585,"impl-Distribution%3C(A,+B,+C,+D,+E,+F,+G,+H,+I,+J,+K)%3E-for-Standard"],[12586,"impl-Distribution%3CNonZero%3Cu128%3E%3E-for-Standard"],[12587,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2340%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12588,"impl-Distribution%3C(A,+B,+C,+D,+E,+F,+G,+H,+I)%3E-for-Standard"],[12589,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2353%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12590,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2346%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12591,"impl-Distribution%3C(A,+B)%3E-for-Standard"],[12592,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2348%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12593,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2342%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12594,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2351%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12595,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2333%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12596,"impl-Distribution%3C(A,+B,+C,+D)%3E-for-Standard"],[12597,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2338%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12598,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2352%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12599,"impl-Distribution%3Cu16%3E-for-Standard"],[12600,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2328%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12601,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2331%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12602,"impl-Distribution%3Cu128%3E-for-Standard"],[12603,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2349%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12604,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2330%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12605,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2344%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12606,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2332%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12607,"impl-Distribution%3Cusize%3E-for-Standard"],[12608,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2350%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12609,"impl-Distribution%3Ci32%3E-for-Standard"],[12610,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2347%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12611,"impl-Distribution%3C(A,+B,+C,+D,+E,+F,+G)%3E-for-Standard"],[12612,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2343%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12613,"impl-Distribution%3CNonZero%3Cu16%3E%3E-for-Standard"],[12614,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2339%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12615,"impl-Distribution%3COption%3CT%3E%3E-for-Standard"],[12616,"impl-Distribution%3CNonZero%3Cu64%3E%3E-for-Standard"],[12617,"impl-Distribution%3C%5BT;+32%5D%3E-for-Standard"],[12618,"impl-Distribution%3C()%3E-for-Standard"],[12619,"impl-Distribution%3Cisize%3E-for-Standard"],[12620,"impl-Distribution%3CNonZero%3Cu32%3E%3E-for-Standard"],[12621,"impl-Distribution%3CNonZero%3Cusize%3E%3E-for-Standard"],[12622,"impl-Distribution%3Ci16%3E-for-Standard"],[12623,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2355%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12624,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2341%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12625,"impl-Distribution%3Cu64%3E-for-Standard"],[12626,"impl-Distribution%3CNonZero%3Cu8%3E%3E-for-Standard"],[12627,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2325%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12628,"impl-Distribution%3C%5BT;+rand::::distributions::other::%7Bimpl%2354%7D::%7Bconstant%230%7D%5D%3E-for-Standard"],[12740,"impl-UniformSampler-for-UniformInt%3Cu8%3E"],[12741,"impl-UniformSampler-for-UniformInt%3Ci32%3E"],[12742,"impl-UniformSampler-for-UniformInt%3Ci8%3E"],[12743,"impl-UniformSampler-for-UniformInt%3Cusize%3E"],[12744,"impl-UniformSampler-for-UniformInt%3Ci64%3E"],[12745,"impl-UniformSampler-for-UniformInt%3Cu32%3E"],[12746,"impl-UniformSampler-for-UniformInt%3Ci128%3E"],[12747,"impl-UniformSampler-for-UniformInt%3Cisize%3E"],[12748,"impl-UniformSampler-for-UniformInt%3Cu128%3E"],[12749,"impl-UniformSampler-for-UniformInt%3Ci16%3E"],[12750,"impl-UniformSampler-for-UniformInt%3Cu16%3E"],[12751,"impl-UniformSampler-for-UniformInt%3Cu64%3E"],[12753,"impl-UniformSampler-for-UniformFloat%3Cf32%3E"],[12754,"impl-UniformSampler-for-UniformFloat%3Cf64%3E"],[12757,"impl-UniformSampler-for-UniformInt%3Ci16%3E"],[12758,"impl-UniformSampler-for-UniformInt%3Cu8%3E"],[12759,"impl-UniformSampler-for-UniformInt%3Cusize%3E"],[12760,"impl-UniformSampler-for-UniformInt%3Cisize%3E"],[12761,"impl-UniformSampler-for-UniformInt%3Cu64%3E"],[12762,"impl-UniformSampler-for-UniformInt%3Cu16%3E"],[12763,"impl-UniformSampler-for-UniformInt%3Ci128%3E"],[12764,"impl-UniformSampler-for-UniformInt%3Ci8%3E"],[12765,"impl-UniformSampler-for-UniformInt%3Ci64%3E"],[12766,"impl-UniformSampler-for-UniformInt%3Cu128%3E"],[12767,"impl-UniformSampler-for-UniformInt%3Ci32%3E"],[12768,"impl-UniformSampler-for-UniformInt%3Cu32%3E"],[12770,"impl-UniformSampler-for-UniformFloat%3Cf32%3E"],[12771,"impl-UniformSampler-for-UniformFloat%3Cf64%3E"],[12774,"impl-UniformSampler-for-UniformInt%3Ci16%3E"],[12775,"impl-UniformSampler-for-UniformInt%3Ci32%3E"],[12776,"impl-UniformSampler-for-UniformInt%3Cu128%3E"],[12777,"impl-UniformSampler-for-UniformInt%3Cisize%3E"],[12778,"impl-UniformSampler-for-UniformInt%3Ci8%3E"],[12779,"impl-UniformSampler-for-UniformInt%3Ci128%3E"],[12780,"impl-UniformSampler-for-UniformInt%3Ci64%3E"],[12781,"impl-UniformSampler-for-UniformInt%3Cusize%3E"],[12782,"impl-UniformSampler-for-UniformInt%3Cu64%3E"],[12783,"impl-UniformSampler-for-UniformInt%3Cu16%3E"],[12784,"impl-UniformSampler-for-UniformInt%3Cu32%3E"],[12785,"impl-UniformSampler-for-UniformInt%3Cu8%3E"],[12787,"impl-UniformSampler-for-UniformFloat%3Cf64%3E"],[12788,"impl-UniformSampler-for-UniformFloat%3Cf32%3E"],[12792,"impl-UniformSampler-for-UniformInt%3Cu32%3E"],[12793,"impl-UniformSampler-for-UniformInt%3Cu16%3E"],[12794,"impl-UniformSampler-for-UniformInt%3Ci128%3E"],[12795,"impl-UniformSampler-for-UniformInt%3Cu8%3E"],[12796,"impl-UniformSampler-for-UniformInt%3Ci16%3E"],[12797,"impl-UniformSampler-for-UniformInt%3Cu64%3E"],[12798,"impl-UniformSampler-for-UniformInt%3Cusize%3E"],[12799,"impl-UniformSampler-for-UniformInt%3Ci32%3E"],[12800,"impl-UniformSampler-for-UniformInt%3Ci64%3E"],[12801,"impl-UniformSampler-for-UniformInt%3Cisize%3E"],[12802,"impl-UniformSampler-for-UniformInt%3Ci8%3E"],[12803,"impl-UniformSampler-for-UniformInt%3Cu128%3E"],[12804,"impl-UniformSampler-for-UniformFloat%3Cf32%3E"],[12805,"impl-UniformSampler-for-UniformFloat%3Cf64%3E"],[12807,"impl-UniformSampler-for-UniformInt%3Ci128%3E"],[12808,"impl-UniformSampler-for-UniformInt%3Ci32%3E"],[12809,"impl-UniformSampler-for-UniformInt%3Cusize%3E"],[12810,"impl-UniformSampler-for-UniformInt%3Cisize%3E"],[12811,"impl-UniformSampler-for-UniformInt%3Ci16%3E"],[12812,"impl-UniformSampler-for-UniformInt%3Cu128%3E"],[12813,"impl-UniformSampler-for-UniformInt%3Cu8%3E"],[12814,"impl-UniformSampler-for-UniformInt%3Ci64%3E"],[12815,"impl-UniformSampler-for-UniformInt%3Ci8%3E"],[12816,"impl-UniformSampler-for-UniformInt%3Cu64%3E"],[12817,"impl-UniformSampler-for-UniformInt%3Cu16%3E"],[12818,"impl-UniformSampler-for-UniformInt%3Cu32%3E"],[12980,"impl-Debug-for-ReadError"],[12981,"impl-Display-for-ReadError"],[13083,"impl-From%3CVec%3Cu32%3E%3E-for-IndexVec"],[13085,"impl-From%3CVec%3Cusize%3E%3E-for-IndexVec"],[13132,"impl-Debug-for-OutOfRangeError"],[13133,"impl-Display-for-OutOfRangeError"],[13156,"impl-LowerHex-for-Signature"],[13157,"impl-Display-for-Signature"],[13158,"impl-Debug-for-Signature"],[13166,"impl-Signature"],[13167,"impl-Serialize-for-Signature"],[13331,"impl-Debug-for-PrevoutsSizeError"],[13332,"impl-Display-for-PrevoutsSizeError"],[13333,"impl-Debug-for-PrevoutsKindError"],[13334,"impl-Display-for-PrevoutsKindError"],[13335,"impl-Debug-for-PrevoutsIndexError"],[13336,"impl-Display-for-PrevoutsIndexError"],[13337,"impl-Debug-for-InvalidSighashTypeError"],[13338,"impl-Display-for-InvalidSighashTypeError"],[13339,"impl-Debug-for-NonStandardSighashTypeError"],[13340,"impl-Display-for-NonStandardSighashTypeError"],[13341,"impl-Debug-for-SighashTypeParseError"],[13342,"impl-Display-for-SighashTypeParseError"],[13344,"impl-Display-for-TaprootError"],[13345,"impl-Debug-for-TaprootError"],[13346,"impl-Debug-for-P2wpkhError"],[13347,"impl-Display-for-P2wpkhError"],[13348,"impl-Display-for-SingleMissingOutputError"],[13349,"impl-Debug-for-SingleMissingOutputError"],[13350,"impl-Debug-for-AnnexError"],[13351,"impl-Display-for-AnnexError"],[13352,"impl-Debug-for-SigningDataError%3CE%3E"],[13353,"impl-Display-for-SigningDataError%3CE%3E"],[13366,"impl-From%3CInputsIndexError%3E-for-TaprootError"],[13368,"impl-From%3CPrevoutsSizeError%3E-for-TaprootError"],[13369,"impl-From%3CInfallible%3E-for-TaprootError"],[13370,"impl-From%3CPrevoutsKindError%3E-for-TaprootError"],[13371,"impl-From%3CPrevoutsIndexError%3E-for-TaprootError"],[13372,"impl-From%3CInputsIndexError%3E-for-P2wpkhError"],[13373,"impl-From%3CInfallible%3E-for-P2wpkhError"],[13378,"impl-From%3CError%3E-for-SigningDataError%3CE%3E"],[13380,"impl-From%3CInfallible%3E-for-SigningDataError%3CE%3E"],[13545,"impl-Display-for-MessageSignatureError"],[13546,"impl-Debug-for-MessageSignatureError"],[13547,"impl-Debug-for-MessageSignature"],[13548,"impl-Display-for-MessageSignature"],[13550,"impl-From%3CInfallible%3E-for-MessageSignatureError"],[13551,"impl-From%3CError%3E-for-MessageSignatureError"],[13796,"impl-Debug-for-SigFromSliceError"],[13797,"impl-Display-for-SigFromSliceError"],[13801,"impl-Display-for-IncompleteBuilderError"],[13802,"impl-Debug-for-IncompleteBuilderError"],[13803,"impl-Debug-for-HiddenNodesError"],[13804,"impl-Display-for-HiddenNodesError"],[13811,"impl-Debug-for-FutureLeafVersion"],[13812,"impl-Display-for-FutureLeafVersion"],[13813,"impl-LowerHex-for-FutureLeafVersion"],[13814,"impl-UpperHex-for-FutureLeafVersion"],[13815,"impl-LowerHex-for-LeafVersion"],[13816,"impl-Display-for-LeafVersion"],[13817,"impl-Debug-for-LeafVersion"],[13818,"impl-UpperHex-for-LeafVersion"],[13819,"impl-Display-for-TaprootBuilderError"],[13820,"impl-Debug-for-TaprootBuilderError"],[13821,"impl-Debug-for-TaprootError"],[13822,"impl-Display-for-TaprootError"],[13826,"impl-From%3CInfallible%3E-for-SigFromSliceError"],[13827,"impl-From%3CError%3E-for-SigFromSliceError"],[13829,"impl-From%3CInvalidSighashTypeError%3E-for-SigFromSliceError"],[13830,"impl-From%3C%5BTapNodeHash;+48%5D%3E-for-TaprootMerkleBranch"],[13831,"impl-From%3C%5BTapNodeHash;+54%5D%3E-for-TaprootMerkleBranch"],[13832,"impl-From%3C%5BTapNodeHash;+90%5D%3E-for-TaprootMerkleBranch"],[13833,"impl-From%3C%5BTapNodeHash;+89%5D%3E-for-TaprootMerkleBranch"],[13834,"impl-From%3C%5BTapNodeHash;+64%5D%3E-for-TaprootMerkleBranch"],[13835,"impl-From%3C%5BTapNodeHash;+42%5D%3E-for-TaprootMerkleBranch"],[13836,"impl-From%3C%5BTapNodeHash;+112%5D%3E-for-TaprootMerkleBranch"],[13837,"impl-From%3C%5BTapNodeHash;+44%5D%3E-for-TaprootMerkleBranch"],[13838,"impl-From%3C%5BTapNodeHash;+103%5D%3E-for-TaprootMerkleBranch"],[13839,"impl-From%3C%5BTapNodeHash;+63%5D%3E-for-TaprootMerkleBranch"],[13840,"impl-From%3C%5BTapNodeHash;+80%5D%3E-for-TaprootMerkleBranch"],[13841,"impl-From%3C%5BTapNodeHash;+14%5D%3E-for-TaprootMerkleBranch"],[13842,"impl-From%3C%5BTapNodeHash;+4%5D%3E-for-TaprootMerkleBranch"],[13843,"impl-From%3C%5BTapNodeHash;+127%5D%3E-for-TaprootMerkleBranch"],[13844,"impl-From%3C%5BTapNodeHash;+46%5D%3E-for-TaprootMerkleBranch"],[13845,"impl-From%3C%5BTapNodeHash;+29%5D%3E-for-TaprootMerkleBranch"],[13846,"impl-From%3C%5BTapNodeHash;+32%5D%3E-for-TaprootMerkleBranch"],[13847,"impl-From%3C%5BTapNodeHash;+11%5D%3E-for-TaprootMerkleBranch"],[13848,"impl-From%3C%5BTapNodeHash;+2%5D%3E-for-TaprootMerkleBranch"],[13849,"impl-From%3C%5BTapNodeHash;+8%5D%3E-for-TaprootMerkleBranch"],[13850,"impl-From%3C%5BTapNodeHash;+126%5D%3E-for-TaprootMerkleBranch"],[13851,"impl-From%3C%5BTapNodeHash;+61%5D%3E-for-TaprootMerkleBranch"],[13852,"impl-From%3C%5BTapNodeHash;+120%5D%3E-for-TaprootMerkleBranch"],[13853,"impl-From%3C%5BTapNodeHash;+5%5D%3E-for-TaprootMerkleBranch"],[13854,"impl-From%3C%5BTapNodeHash;+23%5D%3E-for-TaprootMerkleBranch"],[13855,"impl-From%3C%5BTapNodeHash;+31%5D%3E-for-TaprootMerkleBranch"],[13856,"impl-From%3C%5BTapNodeHash;+57%5D%3E-for-TaprootMerkleBranch"],[13857,"impl-From%3C%5BTapNodeHash;+12%5D%3E-for-TaprootMerkleBranch"],[13858,"impl-From%3C%5BTapNodeHash;+79%5D%3E-for-TaprootMerkleBranch"],[13859,"impl-From%3C%5BTapNodeHash;+58%5D%3E-for-TaprootMerkleBranch"],[13860,"impl-From%3C%5BTapNodeHash;+25%5D%3E-for-TaprootMerkleBranch"],[13861,"impl-From%3C%5BTapNodeHash;+74%5D%3E-for-TaprootMerkleBranch"],[13862,"impl-From%3C%5BTapNodeHash;+117%5D%3E-for-TaprootMerkleBranch"],[13863,"impl-From%3C%5BTapNodeHash;+60%5D%3E-for-TaprootMerkleBranch"],[13864,"impl-From%3C%5BTapNodeHash;+69%5D%3E-for-TaprootMerkleBranch"],[13865,"impl-From%3C%5BTapNodeHash;+51%5D%3E-for-TaprootMerkleBranch"],[13866,"impl-From%3C%5BTapNodeHash;+119%5D%3E-for-TaprootMerkleBranch"],[13867,"impl-From%3C%5BTapNodeHash;+86%5D%3E-for-TaprootMerkleBranch"],[13869,"impl-From%3C%5BTapNodeHash;+6%5D%3E-for-TaprootMerkleBranch"],[13870,"impl-From%3C%5BTapNodeHash;+100%5D%3E-for-TaprootMerkleBranch"],[13871,"impl-From%3C%5BTapNodeHash;+41%5D%3E-for-TaprootMerkleBranch"],[13872,"impl-From%3C%5BTapNodeHash;+114%5D%3E-for-TaprootMerkleBranch"],[13873,"impl-From%3C%5BTapNodeHash;+83%5D%3E-for-TaprootMerkleBranch"],[13874,"impl-From%3C%5BTapNodeHash;+124%5D%3E-for-TaprootMerkleBranch"],[13875,"impl-From%3C%5BTapNodeHash;+108%5D%3E-for-TaprootMerkleBranch"],[13876,"impl-From%3C%5BTapNodeHash;+67%5D%3E-for-TaprootMerkleBranch"],[13877,"impl-From%3C%5BTapNodeHash;+33%5D%3E-for-TaprootMerkleBranch"],[13878,"impl-From%3C%5BTapNodeHash;+116%5D%3E-for-TaprootMerkleBranch"],[13879,"impl-From%3C%5BTapNodeHash;+88%5D%3E-for-TaprootMerkleBranch"],[13880,"impl-From%3C%5BTapNodeHash;+72%5D%3E-for-TaprootMerkleBranch"],[13881,"impl-From%3C%5BTapNodeHash;+84%5D%3E-for-TaprootMerkleBranch"],[13882,"impl-From%3C%5BTapNodeHash;+52%5D%3E-for-TaprootMerkleBranch"],[13883,"impl-From%3C%5BTapNodeHash;+7%5D%3E-for-TaprootMerkleBranch"],[13884,"impl-From%3C%5BTapNodeHash;+68%5D%3E-for-TaprootMerkleBranch"],[13885,"impl-From%3C%5BTapNodeHash;+128%5D%3E-for-TaprootMerkleBranch"],[13886,"impl-From%3C%5BTapNodeHash;+43%5D%3E-for-TaprootMerkleBranch"],[13887,"impl-From%3C%5BTapNodeHash;+28%5D%3E-for-TaprootMerkleBranch"],[13888,"impl-From%3C%5BTapNodeHash;+20%5D%3E-for-TaprootMerkleBranch"],[13889,"impl-From%3C%5BTapNodeHash;+122%5D%3E-for-TaprootMerkleBranch"],[13890,"impl-From%3C%5BTapNodeHash;+35%5D%3E-for-TaprootMerkleBranch"],[13891,"impl-From%3C%5BTapNodeHash;+13%5D%3E-for-TaprootMerkleBranch"],[13892,"impl-From%3C%5BTapNodeHash;+78%5D%3E-for-TaprootMerkleBranch"],[13893,"impl-From%3C%5BTapNodeHash;+92%5D%3E-for-TaprootMerkleBranch"],[13894,"impl-From%3C%5BTapNodeHash;+50%5D%3E-for-TaprootMerkleBranch"],[13895,"impl-From%3C%5BTapNodeHash;+102%5D%3E-for-TaprootMerkleBranch"],[13896,"impl-From%3C%5BTapNodeHash;+30%5D%3E-for-TaprootMerkleBranch"],[13897,"impl-From%3C%5BTapNodeHash;+71%5D%3E-for-TaprootMerkleBranch"],[13898,"impl-From%3C%5BTapNodeHash;+125%5D%3E-for-TaprootMerkleBranch"],[13899,"impl-From%3C%5BTapNodeHash;+40%5D%3E-for-TaprootMerkleBranch"],[13900,"impl-From%3C%5BTapNodeHash;+45%5D%3E-for-TaprootMerkleBranch"],[13901,"impl-From%3C%5BTapNodeHash;+34%5D%3E-for-TaprootMerkleBranch"],[13902,"impl-From%3C%5BTapNodeHash;+98%5D%3E-for-TaprootMerkleBranch"],[13903,"impl-From%3C%5BTapNodeHash;+21%5D%3E-for-TaprootMerkleBranch"],[13904,"impl-From%3C%5BTapNodeHash;+107%5D%3E-for-TaprootMerkleBranch"],[13905,"impl-From%3C%5BTapNodeHash;+96%5D%3E-for-TaprootMerkleBranch"],[13906,"impl-From%3C%5BTapNodeHash;+65%5D%3E-for-TaprootMerkleBranch"],[13907,"impl-From%3C%5BTapNodeHash;+22%5D%3E-for-TaprootMerkleBranch"],[13908,"impl-From%3C%5BTapNodeHash;+39%5D%3E-for-TaprootMerkleBranch"],[13909,"impl-From%3C%5BTapNodeHash;+76%5D%3E-for-TaprootMerkleBranch"],[13910,"impl-From%3C%5BTapNodeHash;+111%5D%3E-for-TaprootMerkleBranch"],[13911,"impl-From%3C%5BTapNodeHash;+97%5D%3E-for-TaprootMerkleBranch"],[13912,"impl-From%3C%5BTapNodeHash;+104%5D%3E-for-TaprootMerkleBranch"],[13913,"impl-From%3C%5BTapNodeHash;+9%5D%3E-for-TaprootMerkleBranch"],[13914,"impl-From%3C%5BTapNodeHash;+16%5D%3E-for-TaprootMerkleBranch"],[13915,"impl-From%3C%5BTapNodeHash;+18%5D%3E-for-TaprootMerkleBranch"],[13916,"impl-From%3C%5BTapNodeHash;+26%5D%3E-for-TaprootMerkleBranch"],[13917,"impl-From%3C%5BTapNodeHash;+66%5D%3E-for-TaprootMerkleBranch"],[13918,"impl-From%3C%5BTapNodeHash;+105%5D%3E-for-TaprootMerkleBranch"],[13919,"impl-From%3C%5BTapNodeHash;+10%5D%3E-for-TaprootMerkleBranch"],[13920,"impl-From%3C%5BTapNodeHash;+95%5D%3E-for-TaprootMerkleBranch"],[13921,"impl-From%3C%5BTapNodeHash;+38%5D%3E-for-TaprootMerkleBranch"],[13922,"impl-From%3C%5BTapNodeHash;+101%5D%3E-for-TaprootMerkleBranch"],[13923,"impl-From%3C%5BTapNodeHash;+77%5D%3E-for-TaprootMerkleBranch"],[13924,"impl-From%3C%5BTapNodeHash;+59%5D%3E-for-TaprootMerkleBranch"],[13925,"impl-From%3C%5BTapNodeHash;+27%5D%3E-for-TaprootMerkleBranch"],[13926,"impl-From%3C%5BTapNodeHash;+73%5D%3E-for-TaprootMerkleBranch"],[13927,"impl-From%3C%5BTapNodeHash;+75%5D%3E-for-TaprootMerkleBranch"],[13928,"impl-From%3C%5BTapNodeHash;+110%5D%3E-for-TaprootMerkleBranch"],[13929,"impl-From%3C%5BTapNodeHash;+106%5D%3E-for-TaprootMerkleBranch"],[13930,"impl-From%3C%5BTapNodeHash;+123%5D%3E-for-TaprootMerkleBranch"],[13931,"impl-From%3C%5BTapNodeHash;+1%5D%3E-for-TaprootMerkleBranch"],[13932,"impl-From%3C%5BTapNodeHash;+93%5D%3E-for-TaprootMerkleBranch"],[13933,"impl-From%3C%5BTapNodeHash;+0%5D%3E-for-TaprootMerkleBranch"],[13934,"impl-From%3C%5BTapNodeHash;+70%5D%3E-for-TaprootMerkleBranch"],[13935,"impl-From%3C%5BTapNodeHash;+24%5D%3E-for-TaprootMerkleBranch"],[13936,"impl-From%3C%5BTapNodeHash;+17%5D%3E-for-TaprootMerkleBranch"],[13937,"impl-From%3C%5BTapNodeHash;+19%5D%3E-for-TaprootMerkleBranch"],[13938,"impl-From%3C%5BTapNodeHash;+49%5D%3E-for-TaprootMerkleBranch"],[13939,"impl-From%3C%5BTapNodeHash;+99%5D%3E-for-TaprootMerkleBranch"],[13940,"impl-From%3C%5BTapNodeHash;+47%5D%3E-for-TaprootMerkleBranch"],[13941,"impl-From%3C%5BTapNodeHash;+37%5D%3E-for-TaprootMerkleBranch"],[13942,"impl-From%3C%5BTapNodeHash;+115%5D%3E-for-TaprootMerkleBranch"],[13943,"impl-From%3C%5BTapNodeHash;+113%5D%3E-for-TaprootMerkleBranch"],[13944,"impl-From%3C%5BTapNodeHash;+91%5D%3E-for-TaprootMerkleBranch"],[13945,"impl-From%3C%5BTapNodeHash;+56%5D%3E-for-TaprootMerkleBranch"],[13946,"impl-From%3C%5BTapNodeHash;+82%5D%3E-for-TaprootMerkleBranch"],[13947,"impl-From%3C%5BTapNodeHash;+81%5D%3E-for-TaprootMerkleBranch"],[13948,"impl-From%3C%5BTapNodeHash;+15%5D%3E-for-TaprootMerkleBranch"],[13949,"impl-From%3C%5BTapNodeHash;+53%5D%3E-for-TaprootMerkleBranch"],[13950,"impl-From%3C%5BTapNodeHash;+62%5D%3E-for-TaprootMerkleBranch"],[13951,"impl-From%3C%5BTapNodeHash;+109%5D%3E-for-TaprootMerkleBranch"],[13952,"impl-From%3C%5BTapNodeHash;+85%5D%3E-for-TaprootMerkleBranch"],[13953,"impl-From%3C%5BTapNodeHash;+55%5D%3E-for-TaprootMerkleBranch"],[13954,"impl-From%3C%5BTapNodeHash;+87%5D%3E-for-TaprootMerkleBranch"],[13955,"impl-From%3C%5BTapNodeHash;+94%5D%3E-for-TaprootMerkleBranch"],[13956,"impl-From%3C%5BTapNodeHash;+121%5D%3E-for-TaprootMerkleBranch"],[13957,"impl-From%3C%5BTapNodeHash;+36%5D%3E-for-TaprootMerkleBranch"],[13958,"impl-From%3C%5BTapNodeHash;+118%5D%3E-for-TaprootMerkleBranch"],[13959,"impl-From%3C%5BTapNodeHash;+3%5D%3E-for-TaprootMerkleBranch"],[14023,"impl-IntoIterator-for-%26mut+TaprootMerkleBranch"],[14024,"impl-IntoIterator-for-TaprootMerkleBranch"],[14025,"impl-IntoIterator-for-%26TaprootMerkleBranch"],[14074,"impl-Serialize-for-Signature"],[14075,"impl-Signature"],[14076,"impl-Serialize-for-TaprootMerkleBranch"],[14077,"impl-TaprootMerkleBranch"],[14081,"impl-ControlBlock"],[14082,"impl-Serialize-for-ControlBlock"],[14128,"impl-TryFrom%3CSerializedSignature%3E-for-Signature"],[14129,"impl-TryFrom%3C%26SerializedSignature%3E-for-Signature"],[14132,"impl-TryFrom%3C%26%5BTapNodeHash%5D%3E-for-TaprootMerkleBranch"],[14133,"impl-TryFrom%3CVec%3CTapNodeHash%3E%3E-for-TaprootMerkleBranch"],[14135,"impl-TryFrom%3CBox%3C%5BTapNodeHash%5D%3E%3E-for-TaprootMerkleBranch"],[14140,"impl-TryFrom%3CTaprootBuilder%3E-for-TapTree"],[14142,"impl-TryFrom%3CNodeInfo%3E-for-TapTree"],[14258,"impl-PartialEq-for-SerializedSignature"],[14259,"impl-PartialEq%3C%5Bu8%5D%3E-for-SerializedSignature"],[14262,"impl-Display-for-SerializedSignature"],[14263,"impl-Debug-for-SerializedSignature"],[14265,"impl-From%3CSignature%3E-for-SerializedSignature"],[14267,"impl-From%3C%26Signature%3E-for-SerializedSignature"],[14274,"impl-IntoIterator-for-%26SerializedSignature"],[14275,"impl-IntoIterator-for-SerializedSignature"],[14281,"impl-PartialOrd-for-SerializedSignature"],[14282,"impl-PartialOrd%3C%5Bu8%5D%3E-for-SerializedSignature"],[14323,"impl-From%3CChangeSet%3E-for-ChangeSet%3CA,+ChangeSet%3E"],[14324,"impl-From%3CChangeSet%3CA%3E%3E-for-ChangeSet%3CA,+IA%3E"],[14369,"impl-KeychainTxOutIndex%3CK%3E"],[14370,"impl-Indexer-for-KeychainTxOutIndex%3CK%3E"],[14389,"impl-Display-for-InsertDescriptorError%3CK%3E"],[14390,"impl-Debug-for-InsertDescriptorError%3CK%3E"],[14555,"impl-Debug-for-MissingGenesisError"],[14556,"impl-Display-for-MissingGenesisError"],[14557,"impl-Display-for-AlterCheckPointError"],[14558,"impl-Debug-for-AlterCheckPointError"],[14559,"impl-Display-for-CannotConnectError"],[14560,"impl-Debug-for-CannotConnectError"],[14561,"impl-Debug-for-ApplyHeaderError"],[14562,"impl-Display-for-ApplyHeaderError"],[14573,"impl-FromIterator%3C(u32,+BlockHash)%3E-for-ChangeSet"],[14574,"impl-FromIterator%3C(u32,+Option%3CBlockHash%3E)%3E-for-ChangeSet"],[14689,"impl-Debug-for-SyncItem%3C\'i,+I%3E"],[14690,"impl-Display-for-SyncItem%3C\'i,+I%3E"],[14861,"impl-Debug-for-CalculateFeeError"],[14862,"impl-Display-for-CalculateFeeError"]],"c":"OjAAAAEAAAAAADIAEAAAAEACQgJeBNMH6gfuBxIIMwrICvsN/Q3+Df8NBQ4HDggOCQ4/EEAQQRBCEJUYHxmDHIocQSJGIo0ljiViLHAscSwZLSgtOS3ZLdot2y3cLectIy6YMS4yLzIwMjMyNjKmMqcyRDXFNg==","e":"OjAAAAEAAAAAAKImEAAAAAAAwIit5/////7/3/8/+Pn++//5/0Y1Cs/ZIQAAHCDifuQn//d/8P//P/x//j8AAAAAAAAAAAAAAAAAAAAAAACAP/7/7///vgAAwP//////HwD8/////////////////////6EBAMD//////////////////////////wD4/////z+/////////d8A//P///////////+//////////////////fwP49///////////////////////P8BNrL8629zrjdl9+8YkIuZq4P//APz/H4AAAAAAgP7P+f//z/////8DAPD////////4//9/AAAAAAAAAAACAAAAQAAA8B8AAAAAAOD///////+B/wcAHgD43//z///vIeD/APz/HwAP/v///////2MAADAw//////8DAOH///////////////////9/wP////////8BA/j///////8HAAAAAAAA+P/////////////7//+u9wMcAPD///////////8BAAAAAMD7/x78f/j3DhgPfv4fnv//////P+Dn//j///7xf/8vIEyAfwTwB8QbqsP/GAAABsH+5x/wjx/w/z/w/wDA/wMAwP8fwf//AYD/P/i/4wPA/y9A/gfA//8BAABw8HgZwL8AzPn/3/////f/////KeAnAL72v/+//x8AwP//DgcGAADw////fwAAAICH/////wEA/v8/A/z8///j///VtA75+zgAGgCAgA/84Z9//P////8DAAAA8P//P///owbY4//3PAAAzP//TWM/AQDw/////////y9ZwDkA/v8//v////8/AID/////3/////9lAcAHAOD/f/D3////f/4AAPz/J/8HAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABzH///z///+//d/4f/////////////////////////////////////////+///////b/wLAAfwNAOD/H/7///8fgP/5AwAA+P///xn8/z8AAID////3//+/BgQAAv///+/HD4x7AED4AQD8RgAA4P8AAH5TAOC/AgDw/x8AAADgA8E/4P//fwSw9///D/j/////XEfC3/8D8P////818P//PwAAAAAAAP7/f/P7HwAA/n//9//3H6YIgMXPH//x////WIAH/h/A/gH8jT8AAGB4/v///5/8+f+/IAAAAAAAAAAAAAAAAAAAgP8mAAAAwPoAAAD+BoSkSFWJHAAAAPz//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5////8/AAAAAAAAADf+//D/////////////////////////DwAAAIBDAIA/ABjwQAAAEB7g/////8mf///x///3////N7F+jn////f//+8/v//8v/+b33/+///Jn/9//v///5/8+f+f//9/8uf/H+//////R7oM+/+/AQAAwP/3/28fVgB4//Ov///fBgAAAACY/////////0G+/9///////z/Rvi4A4gMAgA8A2AD44P//+/////+P/w8AeP7fCfx7APz/D///AADg//////////9L6AAw7H///w8A///PAP8HAAAAAMD/f/j//4eA/9//A4D/////CJD/5wD//+8/B/z3w///+///f3h47997wP////////8D+AEA4P///wfA7///fwAA/8/9jz8AAAAAAAAAAAAAAADw////////fP7////z//8bw1eVDwDAAzh+APz/7/////8P+/8AAOD////HwM775wAAAAAAtPD///////9/8A+/7/////9/YFouAOz/HAAA/B+o9v////////f/AAD49xj14eF//+/v/+cEHsYPnv//x8fvwf7//z/g4bj/DwIA8P+D////P/jB/z8gfD8A8An//+///v////9/+Nu3m//z7uH/ANC////7/aEsvqDK//8DGB4AIEg8AAD8//////////8BKAAg0P///////////z//3//////z/wDg//8H4P/f/7//f/5//////8DPBwAAAAAA+P//H8P//z/+/wDv/7//+IcBCKfH/18Awzz/z3/99v9cfwAAAAAAAOD///////////////////8HhH7sAQAAwP4P/////v///////f8D+Pe/EaD/BwAAAAAAAGD+////////////P+w/////////9////9j/////3///////////////KQEF/h8AAMAHAAAe+D+oG/zx//+Pn17///+f///z/3/Aj39P//+XuH/9A8T/MwD7PQAA+P//gQUCAACQ/3Fw4M8RwJEAAP7///f/L8AQgEX///7fDwD+/wH4/n8JAgAAEjn8/4P//wAAgPz//P/v//gJAACABW1+8OcPAP8/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA","a":{"is_coin_base":[1979],"ntxid":[989],"read_to_end":[9530],"txid":[990],"wtxid":[992]}}],\ +["bdk_core",{"t":"FFFFIIFOENONNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNNNNNNNNNNNNNODNNCNNNNNNNNNNNNNNOONNNNNNNNNNFFFPPGFFFFPNNNNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNOONNNNONONNNNNNNNNNNNNNNNNNNNNNNNOONOONNNNNNNNNNNNNNNN","n":["BlockId","CheckPoint","CheckPointIter","ConfirmationBlockTime","Indexed","KeychainIndexed","TxUpdate","anchors","bitcoin","block_id","block_id","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","cmp","confirmation_time","default","default","default","deserialize","deserialize","eq","eq","eq","eq_ptr","extend","extend","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from_block_ids","from_header","get","hash","hash","hash","hash","height","height","insert","into","into","into","into","into","into_iter","into_iter","iter","map_anchors","new","next","partial_cmp","partial_cmp","prev","push","range","seen_ats","serde","serialize","serialize","spk_client","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","txouts","txs","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","FullScanRequest","FullScanRequestBuilder","FullScanResult","OutPoint","Spk","SyncItem","SyncProgress","SyncRequest","SyncRequestBuilder","SyncResult","Txid","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build","builder","builder","chain_tip","chain_tip","chain_tip","chain_tip","chain_update","chain_update","clone","clone","clone_into","clone_into","cmp","consumed","default","default","default","default","default","default","eq","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","hash","inspect","inspect","into","into","into","into","into","into","into","into","iter_outpoints","iter_spks","iter_spks","iter_txids","keychains","last_active_indices","next_outpoint","next_spk","next_spk","next_txid","outpoints","outpoints_consumed","outpoints_remaining","partial_cmp","progress","remaining","spks","spks_consumed","spks_for_keychain","spks_remaining","spks_with_indexes","to_owned","to_owned","to_string","total","total_outpoints","total_spks","total_txids","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","tx_update","tx_update","txids","txids_consumed","txids_remaining","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip"],"q":[[0,"bdk_core"],[111,"bdk_core::spk_client"],[252,"bdk_core::checkpoint"],[253,"bdk_core::block_id"],[254,"bdk_core::tx_update"],[255,"core::clone"],[256,"core::cmp"],[257,"core::result"],[258,"serde::de"],[259,"core::iter::traits::collect"],[260,"core::fmt"],[261,"bitcoin::blockdata::block"],[262,"core::option"],[263,"core::hash"],[264,"core::ops::function"],[265,"core::iter::traits::iterator"],[266,"core::ops::range"],[267,"serde::ser"],[268,"core::any"],[269,"core::marker"],[270,"bitcoin::blockdata::script::borrowed"],[271,"bitcoin::blockdata::transaction"],[272,"core::iter::traits::exact_size"],[273,"bitcoin::blockdata::script::owned"],[274,"alloc::vec"],[275,"alloc::string"]],"i":[0,0,0,0,0,0,0,6,0,1,5,25,3,5,1,6,25,3,5,1,6,3,5,1,6,3,5,1,6,3,5,5,3,5,6,3,5,3,5,1,1,1,6,3,5,1,6,25,3,3,3,5,1,6,1,1,1,3,5,1,3,1,3,1,25,3,5,1,6,25,1,1,6,1,25,3,5,1,1,1,6,0,3,5,0,3,5,1,6,25,3,5,1,6,25,3,5,1,6,6,6,25,3,5,1,6,25,3,5,1,6,0,0,0,36,36,0,0,0,0,0,36,32,33,34,35,36,37,39,40,32,33,34,35,36,37,39,40,32,34,33,35,32,33,34,35,39,40,36,37,36,37,36,37,32,33,34,35,39,40,36,36,36,37,39,40,32,33,33,34,35,35,36,37,39,40,36,32,34,32,33,34,35,36,37,39,40,33,33,35,33,35,40,33,33,35,33,32,37,37,36,33,37,32,37,34,37,32,36,37,36,37,37,37,37,32,33,34,35,36,37,39,40,32,33,34,35,36,37,39,40,39,40,32,37,37,32,33,34,35,36,37,39,40,32,33,34,35,36,37,39,40],"f":"`````````{{{d{b}}}f}`{{{d{c}}}{{d{e}}}{}{}}0000{{{d{hc}}}{{d{he}}}{}{}}0000{{{d{f}}}f}{{{d{j}}}j}{{{d{b}}}b}{{{d{{l{c}}}}}{{l{c}}}n}{{{d{c}}{d{he}}}A`{}{}}000{{{d{f}}{d{f}}}Ab}{{{d{j}}{d{j}}}Ab}`{{}f}{{}j}{{}{{l{c}}}{}}{c{{Ad{f}}}Af}{c{{Ad{j}}}Af}{{{d{f}}{d{f}}}Ah}{{{d{j}}{d{j}}}Ah}{{{d{b}}{d{b}}}Ah}0{{bc}{{Ad{bb}}}{{Al{}{{Aj{f}}}}}}{{{d{h{l{c}}}}{l{c}}}A`An}{{{d{f}}{d{hB`}}}Bb}{{{d{j}}{d{hB`}}}Bb}{{{d{b}}{d{hB`}}}Bb}{{{d{{l{c}}}}{d{hB`}}}BbBd}{cc{}}{{{Bj{{d{Bf}}{d{Bh}}}}}f}1{{{Bj{BfBh}}}f}222{c{{Ad{b{Bl{b}}}}}{{Al{}{{Aj{f}}}}}}{{{d{Bn}}Bf}b}{{{d{b}}Bf}{{Bl{b}}}}{{{d{f}}{d{hc}}}A`C`}{{{d{j}}{d{hc}}}A`C`}{{{d{b}}}Bh}`{{{d{b}}}Bf}`{{bf}b}{ce{}{}}00000{bc{}}{{{d{b}}}Cb}{{{l{c}}g}{{l{e}}}AnAn{{Cf{c}{{Cd{e}}}}}}{fb}{{{d{hCb}}}{{Bl{c}}}{}}{{{d{f}}{d{f}}}{{Bl{Ab}}}}{{{d{j}}{d{j}}}{{Bl{Ab}}}}{{{d{b}}}{{Bl{b}}}}{{bf}{{Ad{bb}}}}{{{d{b}}c}{{`{{Ch{}{{Aj{b}}}}}}}{{Cj{Bf}}}}``{{{d{f}}c}AdCl}{{{d{j}}c}AdCl}`{{{d{c}}}e{}{}}000{c{{Ad{e}}}{}{}}000000000``{{{d{c}}}Cn{}}0000?????```````````{{{d{c}}}{{d{e}}}{}{}}0000000{{{d{hc}}}{{d{he}}}{}{}}0000000{{{D`{c}}}{{Db{c}}}{}}{{{Dd{c}}}{{Df{c}}}An}{{}{{D`{c}}}{}}{{}{{Dd{c}}}{Ann}}{{{D`{c}}b}{{D`{c}}}{}}{{{d{{Db{c}}}}}{{Bl{b}}}{}}{{{Dd{c}}b}{{Dd{c}}}An}{{{d{{Df{c}}}}}{{Bl{b}}}{Ann}}``{{{d{{Dh{c}}}}}{{Dh{c}}}n}{{{d{Dj}}}Dj}{{{d{c}}{d{he}}}A`{}{}}0{{{d{{Dh{c}}}}{d{{Dh{c}}}}}AbAn}{{{d{Dj}}}Dl}:{{}{{Db{c}}}{}}{{}{{Dd{c}}}{}}{{}{{Df{c}}}{}}{{}{{Dn{c}}}{}}{{}{{E`{ce}}}{}{}}{{{d{{Dh{c}}}}{d{{Dh{c}}}}}AhEb}{{{d{{Dh{c}}}}{d{hB`}}}Bb{BdEd}}{{{d{{Dh{c}}}}{d{hB`}}}BbBd}{{{d{Dj}}{d{hB`}}}Bb}{{{d{{Dn{c}}}}{d{hB`}}}BbBd}{{{d{{E`{ce}}}}{d{hB`}}}BbBdBd}{cc{}}{{{D`{c}}}{{Db{c}}}{}}11{{{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":[[48,"impl-From%3C(%26u32,+%26BlockHash)%3E-for-BlockId"],[50,"impl-From%3C(u32,+BlockHash)%3E-for-BlockId"],[161,"impl-Display-for-SyncItem%3C\'i,+I%3E"],[162,"impl-Debug-for-SyncItem%3C\'i,+I%3E"]],"c":"OjAAAAAAAAA=","e":"OzAAAAEAAIwAFgAJAAAADAATACEABwAsAAMAMQAAADMAAAA6AAEARgABAEsAAgBSAAIAVgANAGYACQB7AA8AlQAEAJsACwCoAAAAqwAAALEAAADJAAAA0QACANgADwDtAA8A"}],\ ["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-Debug-for-IterError"],[25,"impl-Display-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}}}BlBn}{{{f{{j{c}}}}{f{bBj}}}Bl{}}{{{f{B`}}{f{bBj}}}Bl}0{cc{}}0{AjBh}111{AjB`}{ce{}{}}0000{c{{C`{g}}}{}{}{{Cd{}{{Cb{e}}}}}}1{{{f{b{d{c}}}}}{{Bf{c}}}{nA`AbAdAf}}`{{Cf{f{bCh}}}{{Bf{c}}}{}}{{{f{b{Bf{c}}}}}{{h{e}}}Ab{}}>>{{{f{c}}}Cj{}}00{c{{Cl{i}}}{}{}{}{{Cd{}{{Cb{{l{eg}}}}}}}}{c{{l{e}}}{}{}}000000000{{{f{c}}}Cn{}}000088888``","D":"Cl","p":[[0,"mut"],[5,"Store",0,77],[1,"reference"],[6,"Option",78],[5,"AggregateChangesetsError",0,77],[6,"Result",79],[10,"Merge",80],[10,"Serialize",81],[10,"DeserializeOwned",82],[10,"Send",83],[10,"Sync",83],[1,"unit"],[5,"Error",84],[1,"u8"],[1,"slice"],[6,"FileError",0],[5,"Path",85],[10,"AsRef",86],[5,"EntryIter",0,87],[6,"IterError",0,87],[5,"Formatter",88],[8,"Result",88],[10,"Debug",88],[5,"IntoFallible",89],[17,"Item"],[10,"Iterator",90],[1,"u64"],[5,"File",91],[5,"String",92],[5,"Convert",89],[5,"TypeId",93],[15,"InvalidMagicBytes",75]],"r":[[0,77],[2,87],[7,87],[8,77]],"b":[[24,"impl-Debug-for-IterError"],[25,"impl-Display-for-IterError"],[27,"impl-Debug-for-AggregateChangesetsError%3CC%3E"],[28,"impl-Display-for-AggregateChangesetsError%3CC%3E"],[29,"impl-Display-for-FileError"],[30,"impl-Debug-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":"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::bare"],[2073,"miniscript::descriptor::segwitv0"],[2074,"miniscript::descriptor::tr"],[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,"hex_conservative::error"],[2083,"bitcoin::bip32"],[2084,"base58ck::error"],[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,196,196,0,202,0,0,201,200,0,201,201,196,196,196,201,202,165,196,202,202,0,0,0,165,165,200,201,201,0,0,201,201,201,200,200,201,202,103,203,196,165,200,201,202,103,203,196,165,200,201,202,103,203,165,200,201,202,103,203,165,103,203,203,200,201,202,103,203,196,200,200,201,201,202,202,103,103,203,203,196,196,200,201,202,103,203,196,196,165,200,201,202,202,103,103,203,196,165,103,200,203,201,103,200,201,202,103,203,196,165,201,202,203,103,203,103,103,200,201,202,103,203,203,200,201,202,103,203,165,196,200,201,202,103,203,196,165,200,201,202,103,203,196,165,200,201,202,103,203,196,165,200,201,202,103,203,196,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,197,0,0,0,0,239,239,0,0,230,0,0,0,0,197,197,197,135,0,0,132,197,197,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,197,225,137,186,228,229,230,233,226,231,132,227,197,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,197,225,137,186,228,229,230,132,132,225,225,137,137,186,186,228,228,229,229,230,230,231,132,227,197,197,225,225,137,137,186,186,228,229,230,225,233,233,233,226,231,132,227,197,197,197,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,197,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,197,225,137,186,135,135,225,233,226,231,132,227,197,225,137,186,228,229,230,233,226,231,132,227,197,225,137,186,228,229,230,233,226,231,132,227,197,225,137,186,228,229,230,233,226,231,132,227,197,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}}}HlIb}{{{h{{Gj{c}}}}{h{dHh}}}HlHn}{{{h{{Fh{c}}}}{h{dHh}}}HlHn}{{{h{{Fh{c}}}}{h{dHh}}}HlIb}{{{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}{IjEn}{{{Il{CnIh}}}En}444{H`{{Gj{c}}}{}}555{{{In{j}}}Cf}{J`Cf}7{H`Gn}888{{{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{AAd}}}}{h{{Mb{c}}}}}{{Bf{{On{ACj}}AAf}}}ACl}{{{h{{On{AAb}}}}{h{{Mb{c}}}}Bb}{{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}{{{AEf{c}}}{{On{c}}}A@d}{{{AEh{c}}}{{On{c}}}A@d}{cc{}}000{{{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}{{{AEh{c}}}{{On{c}}}A@d}{{{AEd{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{A@bGb}{AHdGb}{AHfGb}{AHhGb}{AHjGb}{AHlGb}{cc{}}{AHnGb}>{{{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{AHh}}{h{AHh}}}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{AHh}}{h{dHh}}}Hl}0{{{h{ADj}}{h{dHh}}}Hl}{cc{}}00{GhAId}1{AIbLn}222{{{h{Ln}}{h{{An{Gd{Mn{AF`}}}}}}}{{Bf{AIfAHh}}}}{{{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=={GbJj}{AKlJj}{AKjJj}{AHhJj}{NjJj}{cc{}}{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{AHj}}{h{AHj}}}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{AHj}}{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}}}}}}{AM`{{AMb{c}}}A@n}{cc{}}{AMd{{AMb{c}}}A@n}1111{A@bAHj}{AHfAHj}33{AAdAAb}44444{{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}}AHj}}}A@n}{{AJj{Ch{ANh}}AMh}{{Bf{{ALn{c}}AHj}}}A@n}{{{ALd{ec}}}{{Bf{{ALn{c}}AHj}}}A@n{{AIn{c}}}}{{{ALd{ec}}{Ch{ANh}}AMh}{{Bf{{ALn{c}}AHj}}}A@n{{AJj{c}}}}{{{ALn{c}}}{{Bf{{ALn{c}}AHj}}}A@n}{AAb{{Bf{{ALn{c}}AHj}}}A@n}{AGd{{Bf{{ALn{c}}AHj}}}A@n}{AJj{{Bf{{AMb{c}}AHj}}}A@n}{{{AMb{c}}}{{Bf{{AMb{c}}AHj}}}A@n}{{{ALd{ec}}}{{Bf{{AMb{c}}AHj}}}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{{AOn{AMd}}}}}}{h{{Mb{M`}}}}}AOb}{{{h{{AOf{B@`}}}}{h{{Mb{M`}}}}}AOb}{{{h{{AOf{{B@b{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@`}}}}{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{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",2030],[5,"ChangeSet",2006],[5,"ChangeSet",2031],[5,"FullScanResult",2032],[5,"SyncResult",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,"Pkh",2072],[5,"Bare",2072],[5,"Wsh",2073],[5,"Tr",2074],[5,"Wpkh",2073],[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",2074],[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,"HexToBytesError",2082],[6,"Error",2083],[6,"PolicyError",900],[6,"KeyError",1367],[6,"Error",2084],[6,"ParsePublicKeyError",2065],[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",2083],[6,"ExtendedKey",1367],[5,"Xpriv",2083],[10,"FromStr",2088],[5,"DerivationPath",2083],[17,"Entropy"],[17,"Options"],[10,"GeneratableKey",1367],[10,"AsMut",2010],[10,"GeneratableDefaultOptions",1367],[10,"CryptoRng",2050],[5,"Assets",2060],[8,"KeySource",2083],[5,"Fingerprint",2083],[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,"DescriptorXKey",2058],[5,"PrivateKey",2065],[5,"DescriptorMultiXKey",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-Debug-for-Balance"],[204,"impl-Display-for-Balance"],[211,"impl-Debug-for-FileStoreError"],[212,"impl-Display-for-FileStoreError"],[213,"impl-Display-for-LoadWithPersistError%3CE%3E"],[214,"impl-Debug-for-LoadWithPersistError%3CE%3E"],[215,"impl-Debug-for-CreateWithPersistError%3CE%3E"],[216,"impl-Display-for-CreateWithPersistError%3CE%3E"],[219,"impl-Debug-for-AddressInfo"],[220,"impl-Display-for-AddressInfo"],[221,"impl-Display-for-LoadError"],[222,"impl-Debug-for-LoadError"],[224,"impl-Debug-for-ApplyBlockError"],[225,"impl-Display-for-ApplyBlockError"],[235,"impl-From%3CChangeSet%3CConfirmationBlockTime%3E%3E-for-ChangeSet"],[236,"impl-From%3CChangeSet%3E-for-ChangeSet"],[237,"impl-From%3CChangeSet%3E-for-ChangeSet"],[238,"impl-From%3CChangeSet%3CConfirmationBlockTime,+ChangeSet%3E%3E-for-ChangeSet"],[246,"impl-From%3CFullScanResult%3CKeychainKind%3E%3E-for-Update"],[247,"impl-From%3CSyncResult%3E-for-Update"],[540,"impl-Display-for-InsufficientFunds"],[541,"impl-Debug-for-InsufficientFunds"],[699,"impl-Descriptor%3CDefiniteDescriptorKey%3E"],[700,"impl-Descriptor%3CDescriptorPublicKey%3E"],[727,"impl-Display-for-Descriptor%3CPk%3E"],[728,"impl-Debug-for-Descriptor%3CPk%3E"],[731,"impl-Display-for-Miniscript%3CPk,+Ctx%3E"],[732,"impl-Debug-for-Miniscript%3CPk,+Ctx%3E"],[735,"impl-From%3CSh%3CPk%3E%3E-for-Descriptor%3CPk%3E"],[736,"impl-From%3CPkh%3CPk%3E%3E-for-Descriptor%3CPk%3E"],[737,"impl-From%3CBare%3CPk%3E%3E-for-Descriptor%3CPk%3E"],[738,"impl-From%3CWsh%3CPk%3E%3E-for-Descriptor%3CPk%3E"],[739,"impl-From%3CTr%3CPk%3E%3E-for-Descriptor%3CPk%3E"],[740,"impl-From%3CWpkh%3CPk%3E%3E-for-Descriptor%3CPk%3E"],[884,"impl-Display-for-Error"],[885,"impl-Debug-for-Error"],[886,"impl-From%3CError%3E-for-Error"],[887,"impl-From%3CHexToBytesError%3E-for-Error"],[888,"impl-From%3CError%3E-for-Error"],[889,"impl-From%3CPolicyError%3E-for-Error"],[890,"impl-From%3CKeyError%3E-for-Error"],[891,"impl-From%3CError%3E-for-Error"],[893,"impl-From%3CParsePublicKeyError%3E-for-Error"],[987,"impl-Display-for-PolicyError"],[988,"impl-Debug-for-PolicyError"],[1305,"impl-Display-for-MiniscriptPsbtError"],[1306,"impl-Debug-for-MiniscriptPsbtError"],[1307,"impl-Debug-for-CreateTxError"],[1308,"impl-Display-for-CreateTxError"],[1309,"impl-Debug-for-BuildFeeBumpError"],[1310,"impl-Display-for-BuildFeeBumpError"],[1313,"impl-From%3CError%3E-for-CreateTxError"],[1314,"impl-From%3CError%3E-for-CreateTxError"],[1315,"impl-From%3CMiniscriptPsbtError%3E-for-CreateTxError"],[1316,"impl-From%3CPolicyError%3E-for-CreateTxError"],[1317,"impl-From%3CInsufficientFunds%3E-for-CreateTxError"],[1354,"impl-Display-for-FullyNodedExport"],[1355,"impl-Debug-for-FullyNodedExport"],[1500,"impl-Display-for-KeyError"],[1501,"impl-Debug-for-KeyError"],[1502,"impl-Display-for-SortedMultiVec%3CPk,+Ctx%3E"],[1503,"impl-Debug-for-SortedMultiVec%3CPk,+Ctx%3E"],[1504,"impl-Display-for-DescriptorPublicKey"],[1505,"impl-Debug-for-DescriptorPublicKey"],[1506,"impl-Display-for-DescriptorSecretKey"],[1507,"impl-Debug-for-DescriptorSecretKey"],[1512,"impl-From%3CXpub%3E-for-ExtendedKey%3CCtx%3E"],[1514,"impl-From%3CXpriv%3E-for-ExtendedKey%3CCtx%3E"],[1519,"impl-From%3CError%3E-for-KeyError"],[1520,"impl-From%3CError%3E-for-KeyError"],[1563,"impl-IntoDescriptorKey%3CCtx%3E-for-GeneratedKey%3CK,+Ctx%3E"],[1564,"impl-DerivableKey%3CCtx%3E-for-GeneratedKey%3CK,+Ctx%3E"],[1770,"impl-SignerCommon-for-SignerWrapper%3CDescriptorXKey%3CXpriv%3E%3E"],[1771,"impl-SignerCommon-for-SignerWrapper%3CPrivateKey%3E"],[1772,"impl-SignerCommon-for-SignerWrapper%3CDescriptorMultiXKey%3CXpriv%3E%3E"],[1787,"impl-Display-for-SignerError"],[1788,"impl-Debug-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%3CDescriptorXKey%3CXpriv%3E%3E"],[1826,"impl-InputSigner-for-SignerWrapper%3CPrivateKey%3E"],[1827,"impl-InputSigner-for-SignerWrapper%3CDescriptorMultiXKey%3CXpriv%3E%3E"],[1935,"impl-Display-for-AddUtxoError"],[1936,"impl-Debug-for-AddUtxoError"],[1937,"impl-Display-for-AddForeignUtxoError"],[1938,"impl-Debug-for-AddForeignUtxoError"]],"c":"OjAAAAEAAAAAAAUAEAAAALsCBQMRA0IFwQUpBg==","e":"OzAAAAEAACsEfgAZAAAAQQAAAE0AAQBRACQAewAAAIIAEACeAAYArQAZAMoAAADMABYA7AADAPMAAAD3AAEA+gAAAAQBAQAiAQAAPQEAAEgBAABUAQAAWgEFAGUBAABtAQ8AhAEjAK8BEQDHAREA9gEXAA8CAwAUAgYAHQIHADgCIQBkAgAAcgIAAIYCAQCJAgAAiwIHAJYCAACYAgEAmwIAAJ4CAQChAgEApQIBAKgCAQCrAgEArgILAL8CAwDEAgsA1QIBANgCDQDsAgAA+QIDAAQDAAAKAwEADgMBABUDAQArAwMAMAMBAD4DAQBBAwEARQMFAFADBwBZAwMAXgMDAHIDCgB+AwAAgAMEAKgDGQDEAxoA4gMAAOQDAADpAwEA+AMAAPsDBAABBCIASgQXAGMELwCrBEgAEgUNACIFBAArBQ8ARQUBAEkFAABLBQEATgUAAFIFBQCGBRcAqAUVAL8FAQDCBQAAxAUlAOsFAADwBQEA9AUAAPwFAQAJBgMAGQYAABwGBAAiBgEAMgYBADcGAABBBgAARgYDAE8GAABTBggAXQYDAGQGLwDDBg8A1AYUAOsGDgD7BggABQcBAA4HAAAQBwIAHgcBACIHAgAmBwAAKgcHADQHHwBtBwkAeAcGAIEHAQCIBwIAjwcGAJsHAACnBwAArQcTAMMHBAA="}],\ -["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_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"}],\ -["wallet_esplora_async",{"t":"SSSSSSSSH","n":["DB_PATH","ESPLORA_URL","EXTERNAL_DESC","INTERNAL_DESC","NETWORK","PARALLEL_REQUESTS","SEND_AMOUNT","STOP_GAP","main"],"q":[[0,"wallet_esplora_async"],[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"}],\ -["wallet_esplora_blocking",{"t":"SSSSSSSSSH","n":["DB_MAGIC","DB_PATH","ESPLORA_URL","EXTERNAL_DESC","INTERNAL_DESC","NETWORK","PARALLEL_REQUESTS","SEND_AMOUNT","STOP_GAP","main"],"q":[[0,"wallet_esplora_blocking"],[10,"anyhow"],[11,"core::result"]],"i":[0,0,0,0,0,0,0,0,0,0],"f":"`````````{{}{{f{bd}}}}","D":"`","p":[[1,"unit"],[5,"Error",10],[6,"Result",11]],"r":[],"b":[],"c":"OjAAAAAAAAA=","e":"OzAAAAEAAAoAAQAAAAoA"}],\ -["wallet_rpc",{"t":"FPSGPPNNNNNNONOONNNNNNNNNNHOOOOONNNNNNNNONN","n":["Args","Block","DB_MAGIC","Emission","Mempool","SigTerm","augment_args","augment_args_for_update","borrow","borrow","borrow_mut","borrow_mut","change_descriptor","client","db_path","descriptor","fmt","fmt","from","from","from_arg_matches","from_arg_matches_mut","into","into","into_app","into_app_for_update","main","network","rpc_cookie","rpc_pass","rpc_user","start_height","try_from","try_from","try_into","try_into","type_id","type_id","update_from_arg_matches","update_from_arg_matches_mut","url","vzip","vzip"],"q":[[0,"wallet_rpc"],[43,"clap::builder::command"],[44,"bitcoincore_rpc::client"],[45,"anyhow"],[46,"core::fmt"],[47,"clap::parser::matches::arg_matches"],[48,"clap::error"],[49,"core::result"],[50,"core::any"]],"i":[0,9,0,0,9,9,4,4,4,9,4,9,4,4,4,4,4,9,4,9,4,4,4,9,4,4,0,4,4,4,4,4,4,9,4,9,4,9,4,4,4,4,9],"f":"``````{bb}0{{{d{c}}}{{d{e}}}{}{}}0{{{d{fc}}}{{d{fe}}}{}{}}0`{{{d{h}}}{{l{j}}}}``{{{d{h}}{d{fn}}}A`}{{{d{Ab}}{d{fn}}}A`}{cc{}}0{{{d{Ad}}}{{Ah{hAf}}}}{{{d{fAd}}}{{Ah{hAf}}}}{ce{}{}}0{{}b}0{{}{{l{Aj}}}}`````{c{{Ah{e}}}{}{}}000{{{d{c}}}Al{}}0{{{d{fh}}{d{Ad}}}{{Ah{AjAf}}}}{{{d{fh}}{d{fAd}}}{{Ah{AjAf}}}}`66","D":"Al","p":[[8,"Command",43],[1,"reference"],[0,"mut"],[5,"Args",0],[5,"Client",44],[8,"Result",45],[5,"Formatter",46],[8,"Result",46],[6,"Emission",0],[5,"ArgMatches",47],[5,"Error",48],[6,"Result",49],[1,"unit"],[5,"TypeId",50]],"r":[],"b":[],"c":"OjAAAAAAAAA=","e":"OzAAAAEAAB0ACAAAAAAAAgAKAA4AAAARAAEAFQABABkAAgAhAAcAKgABAA=="}]\ +["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,"bitcoin::bip32"],[2084,"hex_conservative::error"],[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,197,197,0,202,0,0,201,200,0,201,201,197,197,197,201,202,165,197,202,202,0,0,0,165,165,200,201,201,0,0,201,201,201,200,200,201,202,103,203,197,165,200,201,202,103,203,197,165,200,201,202,103,203,165,200,201,202,103,203,165,103,203,203,200,201,202,103,203,197,200,200,201,201,202,202,103,103,203,203,197,197,200,201,202,103,203,197,197,165,200,201,202,202,103,103,203,197,165,103,200,203,201,103,200,201,202,103,203,197,165,201,202,203,103,203,103,103,200,201,202,103,203,203,200,201,202,103,203,165,197,200,201,202,103,203,197,165,200,201,202,103,203,197,165,200,201,202,103,203,197,165,200,201,202,103,203,197,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,195,0,0,0,0,239,239,0,0,230,0,0,0,0,195,195,195,135,0,0,132,195,195,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,195,225,137,186,228,229,230,233,226,231,132,227,195,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,195,225,137,186,228,229,230,132,132,225,225,137,137,186,186,228,228,229,229,230,230,231,132,227,195,195,225,225,137,137,186,186,228,229,230,225,233,233,233,226,231,132,227,195,195,195,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,195,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,195,225,137,186,135,135,225,233,226,231,132,227,195,225,137,186,228,229,230,233,226,231,132,227,195,225,137,186,228,229,230,233,226,231,132,227,195,225,137,186,228,229,230,233,226,231,132,227,195,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}}}HlHn}{{{h{{Fh{c}}}}{h{dHh}}}HlIb}{{{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{}}000000{IfEn}1{{{Ih{Cn}}}En}{IjEn}{{{Il{CnIf}}}En}44{H`{{Gj{c}}}{}}5555{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}}}}}}{cc{}}{{{ADn{c}}}{{On{c}}}A@d}{{{AE`{c}}}{{On{c}}}A@d}{{{AEb{c}}}{{On{c}}}A@d}{{{AEd{c}}}{{On{c}}}A@d}{{{AEf{c}}}{{On{c}}}A@d}{{{AEh{c}}}{{On{c}}}A@d}666{{{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{cc{}}{AHdGb}{A@bGb}{AHfGb}{AHhGb}{AHjGb}{AHlGb}{AHnGb}>{{{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{AHj}}{h{AHj}}}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{AHj}}{h{dHh}}}Hl}0{{{h{ADj}}{h{dHh}}}Hl}{cc{}}0{GhAId}11{AIbLn}222{{{h{Ln}}{h{{An{Gd{Mn{AF`}}}}}}}{{Bf{AIfAHj}}}}{{{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={AKlJj}{NjJj}{AKjJj}{GbJj}{AHjJj}{cc{}}0{ce{}{}}00{{{h{c}}}e{}{}}{{{h{c}}}Gd{}}00{c{{Bf{e}}}{}{}}00000{{{h{c}}}Nd{}}00444``````````{{{h{c}}}{{h{e}}}{}{}}{{{h{dc}}}{{h{de}}}{}{}}{{{h{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{AHf}}{h{AHf}}}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{AHf}}{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{AHhAHf}{A@bAHf}44{AAdAAb}5555{{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}}AHf}}}A@n}{{AJj{Ch{ANh}}AMh}{{Bf{{ALn{c}}AHf}}}A@n}{{{ALd{ec}}}{{Bf{{ALn{c}}AHf}}}A@n{{AIn{c}}}}{{{ALd{ec}}{Ch{ANh}}AMh}{{Bf{{ALn{c}}AHf}}}A@n{{AJj{c}}}}{{{ALn{c}}}{{Bf{{ALn{c}}AHf}}}A@n}{AAb{{Bf{{ALn{c}}AHf}}}A@n}{AGd{{Bf{{ALn{c}}AHf}}}A@n}{AJj{{Bf{{AMb{c}}AHf}}}A@n}{{{AMb{c}}}{{Bf{{AMb{c}}AHf}}}A@n}{{{ALd{ec}}}{{Bf{{AMb{c}}AHf}}}A@n{{AJj{c}}}}{{{ALd{ce}}}c{}A@n}{AAb{{Mn{AAb}}}}{AGd{{Mn{AGd}}}}{{{AMb{c}}Ed}{{Ch{AM`}}}A@n}{{{AMb{c}}Ed{h{{Mb{e}}}}}AMdA@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{AM`}}}}}}}{{Ch{AGd}}}}{{{h{{AOf{B@`}}}}}{{Ch{AGd}}}}{{{h{{AOf{{B@b{AM`}}}}}}}{{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{}}{AC`AOb}{ANjAOb}2222222{{{h{AOb}}{h{dc}}}AbKb}{{{h{AOl}}{h{{Mb{M`}}}}}AOb}{{{h{{AOf{B@`}}}}{h{{Mb{M`}}}}}AOb}{{{h{{AOf{{AOn{AM`}}}}}}{h{{Mb{M`}}}}}AOb}{{{h{{AOf{{B@b{AM`}}}}}}{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{AM`}}}}}}{h{dHb}}AF`{h{Hd}}{h{{Mb{M`}}}}}{{Bf{AbHf}}}}{{{h{{AOf{{B@b{AM`}}}}}}{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",2030],[5,"ChangeSet",2013],[5,"ChangeSet",2006],[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,"Error",2082],[6,"KeyError",1367],[6,"Error",2083],[6,"PolicyError",900],[6,"HexToBytesError",2084],[6,"ParsePublicKeyError",2065],[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,"Xpriv",2083],[6,"ExtendedKey",1367],[5,"Xpub",2083],[10,"FromStr",2088],[5,"DerivationPath",2083],[17,"Entropy"],[17,"Options"],[10,"GeneratableKey",1367],[10,"AsMut",2010],[10,"GeneratableDefaultOptions",1367],[10,"CryptoRng",2050],[5,"Assets",2060],[8,"KeySource",2083],[5,"Fingerprint",2083],[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-Debug-for-Balance"],[204,"impl-Display-for-Balance"],[211,"impl-Display-for-FileStoreError"],[212,"impl-Debug-for-FileStoreError"],[213,"impl-Debug-for-LoadWithPersistError%3CE%3E"],[214,"impl-Display-for-LoadWithPersistError%3CE%3E"],[215,"impl-Debug-for-CreateWithPersistError%3CE%3E"],[216,"impl-Display-for-CreateWithPersistError%3CE%3E"],[219,"impl-Display-for-AddressInfo"],[220,"impl-Debug-for-AddressInfo"],[221,"impl-Display-for-LoadError"],[222,"impl-Debug-for-LoadError"],[224,"impl-Debug-for-ApplyBlockError"],[225,"impl-Display-for-ApplyBlockError"],[234,"impl-From%3CChangeSet%3E-for-ChangeSet"],[236,"impl-From%3CChangeSet%3CConfirmationBlockTime%3E%3E-for-ChangeSet"],[237,"impl-From%3CChangeSet%3E-for-ChangeSet"],[238,"impl-From%3CChangeSet%3CConfirmationBlockTime,+ChangeSet%3E%3E-for-ChangeSet"],[246,"impl-From%3CSyncResult%3E-for-Update"],[247,"impl-From%3CFullScanResult%3CKeychainKind%3E%3E-for-Update"],[540,"impl-Display-for-InsufficientFunds"],[541,"impl-Debug-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"],[736,"impl-From%3CSh%3CPk%3E%3E-for-Descriptor%3CPk%3E"],[737,"impl-From%3CTr%3CPk%3E%3E-for-Descriptor%3CPk%3E"],[738,"impl-From%3CWsh%3CPk%3E%3E-for-Descriptor%3CPk%3E"],[739,"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"],[887,"impl-From%3CError%3E-for-Error"],[888,"impl-From%3CError%3E-for-Error"],[889,"impl-From%3CKeyError%3E-for-Error"],[890,"impl-From%3CError%3E-for-Error"],[891,"impl-From%3CPolicyError%3E-for-Error"],[892,"impl-From%3CHexToBytesError%3E-for-Error"],[893,"impl-From%3CParsePublicKeyError%3E-for-Error"],[987,"impl-Debug-for-PolicyError"],[988,"impl-Display-for-PolicyError"],[1305,"impl-Display-for-MiniscriptPsbtError"],[1306,"impl-Debug-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%3CError%3E-for-CreateTxError"],[1313,"impl-From%3CInsufficientFunds%3E-for-CreateTxError"],[1314,"impl-From%3CMiniscriptPsbtError%3E-for-CreateTxError"],[1315,"impl-From%3CError%3E-for-CreateTxError"],[1316,"impl-From%3CPolicyError%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-Display-for-SortedMultiVec%3CPk,+Ctx%3E"],[1503,"impl-Debug-for-SortedMultiVec%3CPk,+Ctx%3E"],[1504,"impl-Display-for-DescriptorPublicKey"],[1505,"impl-Debug-for-DescriptorPublicKey"],[1506,"impl-Display-for-DescriptorSecretKey"],[1507,"impl-Debug-for-DescriptorSecretKey"],[1513,"impl-From%3CXpriv%3E-for-ExtendedKey%3CCtx%3E"],[1514,"impl-From%3CXpub%3E-for-ExtendedKey%3CCtx%3E"],[1520,"impl-From%3CError%3E-for-KeyError"],[1521,"impl-From%3CError%3E-for-KeyError"],[1563,"impl-IntoDescriptorKey%3CCtx%3E-for-GeneratedKey%3CK,+Ctx%3E"],[1564,"impl-DerivableKey%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-Display-for-SignerError"],[1788,"impl-Debug-for-SignerError"],[1796,"impl-From%3CHash%3E-for-SignerId"],[1797,"impl-From%3CFingerprint%3E-for-SignerId"],[1807,"impl-SignerCommon-for-SignerWrapper%3CPrivateKey%3E"],[1808,"impl-SignerCommon-for-SignerWrapper%3CDescriptorMultiXKey%3CXpriv%3E%3E"],[1809,"impl-SignerCommon-for-SignerWrapper%3CDescriptorXKey%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-Debug-for-AddForeignUtxoError"],[1938,"impl-Display-for-AddForeignUtxoError"]],"c":"OjAAAAEAAAAAAAUAEAAAALsCBQMRA0IFwQUpBg==","e":"OzAAAAEAACsEgAAZAAAAQQAAAE0AAQBRACQAewAAAIIAEACeAAYArQAZAMoAAADMABYA6wAAAO0AAgDyAAAA9wABAPsAAAAEAQEAIgEAAD0BAABIAQAAVAEAAFoBBQBlAQAAbQEPAIQBIwCvAREAxwERAPYBFwAPAgMAFAIGAB0CBwA4AiEAZAIAAHICAACGAgEAiQIAAIsCBwCWAgAAmAIBAJsCAACeAgEAoQIBAKUCAQCoAgEAqwIBAK4CCwC/AgMAxAILANUCAQDYAgcA4QIFAOwCAAD5AgMABAMAAAoDAQAOAwEAFQMBACsDAwAwAwEAPgMBAEEDAQBFAwUAUAMHAFkDAwBeAwMAcgMEAHgDBgCAAwQAqAMZAMQDGgDhAwAA5AMAAOkDAQD4AwAA+wMEAAEEIgBKBBcAYwQvAKsESAASBQ0AIQUEACsFDwBFBQEASQUAAEsFAQBOBQAAUgUFAIYFFwCoBRUAvwUBAMIFAADEBSQA6gUBAPEFAQD1BQAA/AUBAAkGAwAZBgAAHAYEACIGAQAyBgEANwYAAEEGAABGBgMATwYAAFMGCABdBgMAZAYvAMMGDwDUBhQA6wYOAPsGCAAFBwEADgcAABAHAgAeBwEAIgcCACYHAAAqBwcANAcfAG0HCQB4BwYAgQcBAIgHAgCPBwYAmwcAAKcHAACtBxMAwwcEAA=="}],\ +["example_bitcoind_rpc_polling",{"t":"PSSSSGPSPFGSPPNNNNHNNNNNNNNNNONNNNNNNNNNNNNNNHNOOOHNNNNNNNNNNNNNNNONNNOO","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","group_id","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"],[70,"example_bitcoind_rpc_polling::RpcCommands"],[72,"clap_builder::builder::command"],[73,"core::sync::atomic"],[74,"core::time"],[75,"core::fmt"],[76,"clap_builder::parser::matches::arg_matches"],[77,"clap_builder"],[78,"core::result"],[79,"clap_builder::util::id"],[80,"core::option"],[81,"anyhow"],[82,"bitcoincore_rpc::client"],[83,"alloc::sync"],[84,"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,7,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,23,24],"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}}}}{{}{{Bb{B`}}}}{{{f{Bd}}}j}{ce{}{}}00{{}{{Bf{Ab}}}}{{{f{n}}}{{Bf{Bh}}}}```{{}{{Bj{d}}}}{{{f{c}}}e{}{}}0{c{{An{e}}}{}{}}00000{{{f{c}}}Bl{}}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":[[5,"Command",72],[5,"AtomicBool",73],[1,"reference"],[5,"Duration",74],[1,"bool"],[0,"mut"],[5,"RpcArgs",0],[6,"RpcCommands",0],[1,"unit"],[6,"Emission",0],[5,"Formatter",75],[8,"Result",75],[5,"ArgMatches",76],[8,"Error",77],[6,"Result",78],[5,"Id",79],[6,"Option",80],[1,"str"],[8,"Result",81],[5,"Client",82],[5,"Arc",83],[5,"TypeId",84],[15,"Sync",70],[15,"Live",70]],"r":[],"b":[],"c":"OjAAAAAAAAA=","e":"OzAAAAEAADcACQAAAAEABAACAAkAAgAOAA8AHwACACUABQAuAAEAMwAPAEQABAA="}],\ +["example_cli",{"t":"PGFPPPFFGGPPPPFPPGIPPPPPPPPIPGPPPGEONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOENNNNNNNNNNNNNNNNONHONNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONHNNNNOOOOHNNNNNNNNNNNONOONHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOOOOOOOOOOOOOOOOOOOOOO","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","command","command_for_update","create_tx","db","default","default","descriptor","deserialize","deserialize","eq","eq","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","group_id","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","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::builder::command"],[245,"core::clone"],[246,"clap_builder::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_builder::parser::matches::arg_matches"],[258,"clap_builder"],[259,"clap_builder::util::id"],[260,"std::sync::mutex"],[261,"bdk_chain::local_chain"],[262,"bdk_file_store::store"],[263,"bitcoin::network"],[264,"bitcoin::blockdata::transaction"],[265,"core::ops::function"],[266,"alloc::vec"],[267,"serde::ser"],[268,"alloc::string"],[269,"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,46,33,33,5,9,10,11,5,9,10,11,46,4,33,5,9,10,11,12,13,21,46,4,33,5,9,10,11,12,13,21,46,4,21,0,4,5,9,10,11,12,13,4,5,9,10,11,12,13,12,33,33,33,0,46,4,13,4,4,12,4,12,12,12,4,5,9,10,11,12,12,13,13,21,46,4,33,5,9,10,11,12,13,21,33,5,9,10,11,33,5,9,10,11,13,46,33,0,5,9,10,11,16,21,4,21,0,46,4,33,5,9,10,11,12,13,21,4,4,4,46,4,12,0,4,12,4,5,9,10,11,12,13,12,13,46,4,33,5,9,10,11,12,13,21,46,4,33,5,9,10,11,12,13,21,4,46,4,33,5,9,10,11,12,13,21,33,5,9,10,11,33,5,9,10,11,46,4,33,5,9,10,11,12,13,21,52,53,54,54,54,55,56,57,58,58,59,58,58,60,58,60,59,59,58,61,61,61,61],"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}{{}b}`0{{{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{}{}}0{{{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}}}{}}`{{}{{Bl{Dh}}}}{{{d{{Dj{B`}}}}{d{{Dj{Dl}}}}{d{{Dj{{Dn{h}}}}}}E`e{j{gc}}}{{C`{Al}}}A`{{Ef{c{d{Eb}}}{{Ed{{C`{Al}}}}}}}n}{{{d{Df}}}Ch}000````{{{d{{Ej{Eh}}}}{d{Df}}}{{C`{{Bl{{El{ce}}}}}}}nA`}{ce{}{}}000000000{{{d{h}}}Ch}`{{{d{fh}}h}Al}``{{{d{Ah}}{d{Ah}}}{{Bl{An}}}}{{{d{B`}}{d{c}}{d{Bb}}}{{Cd{{F`{En}}}}}Cb}{{{d{h}}c}CdFb}{{{d{Ah}}c}CdFb}{{{d{c}}}e{}{}}000000{{{d{c}}}Fd{}}0{c{{Cd{e}}}{}{}}0000000000000000000`{{{d{c}}}Ff{}}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":[[5,"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],[8,"Error",258],[1,"str"],[5,"Id",259],[5,"Mutex",260],[5,"LocalChain",261],[5,"Store",262],[6,"Network",263],[5,"Transaction",264],[17,"Output"],[10,"FnOnce",265],[1,"u8"],[1,"slice"],[5,"Init",0],[8,"PlanUtxo",0],[5,"Vec",266],[10,"Serializer",267],[5,"String",268],[5,"TypeId",269],[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":[[104,"impl-Debug-for-Keychain"],[105,"impl-Display-for-Keychain"],[106,"impl-Debug-for-CoinSelectionAlgo"],[107,"impl-Display-for-CoinSelectionAlgo"]],"c":"OjAAAAAAAAA=","e":"OzAAAAEAAK8AGgAAAAAAAgABAAUAAgAJAAIAEQABABQAAAAZAAAAGwABAB4AAAAgAAAAIgABACUAHQBFABQAWwABAF4ADwB4AAoAhAAFAIsAAACNAAAAmQAAAJsAAACeACAAwAAdAN8AAADkAAEA6AAAAA=="}],\ +["example_electrum",{"t":"SSFGPFPNNNNNNONNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNOOOOOOOOO","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","command","command_for_update","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","group_id","group_id","has_subcommand","into","into","into","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"],[72,"example_electrum::ElectrumCommands"],[81,"clap_builder::builder::command"],[82,"bitcoin::network"],[83,"electrum_client::client"],[84,"anyhow"],[85,"core::fmt"],[86,"clap_builder::parser::matches::arg_matches"],[87,"clap_builder"],[88,"core::result"],[89,"clap_builder::util::id"],[90,"core::option"],[91,"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,9,9,8,4,9,8,4,9,8,4,9,8,4,9,8,4,9,4,9,8,8,4,9,0,8,4,9,8,4,9,8,4,9,8,4,9,8,4,9,8,4,9,8,4,9,21,22,21,22,21,22,21,21,21],"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{{}b}0{{{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}}}}{{}{{Bd{Bb}}}}0{{{d{Bf}}}Af}{ce{}{}}00{{}{{n{Ad}}}}{{{d{c}}}e{}{}}00{c{{B`{e}}}{}{}}00000{{{d{c}}}Bh{}}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":[[5,"Command",81],[1,"reference"],[0,"mut"],[5,"ElectrumArgs",0],[6,"Network",82],[5,"Client",83],[8,"Result",84],[6,"ElectrumCommands",0],[5,"ScanOptions",0],[1,"unit"],[1,"bool"],[5,"Formatter",85],[8,"Result",85],[5,"ArgMatches",86],[8,"Error",87],[6,"Result",88],[5,"Id",89],[6,"Option",90],[1,"str"],[5,"TypeId",91],[15,"Sync",72],[15,"Scan",72]],"r":[],"b":[],"c":"OjAAAAAAAAA=","e":"OzAAAAEAAEIACAAAAAQABgAAAAgABQAPAA8AIAADACcACAAzABUASgADAA=="}],\ +["example_esplora",{"t":"SSFGPFPNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNNNHONNNNNNNNNNNNNNNNNNNNNOOOOOOOOO","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","command","command_for_update","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","group_id","group_id","has_subcommand","into","into","into","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"],[72,"example_esplora::EsploraCommands"],[81,"clap_builder::builder::command"],[82,"bitcoin::network"],[83,"esplora_client::blocking"],[84,"anyhow"],[85,"core::fmt"],[86,"clap_builder::parser::matches::arg_matches"],[87,"clap_builder"],[88,"core::result"],[89,"clap_builder::util::id"],[90,"core::option"],[91,"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,9,9,8,4,8,4,9,8,4,9,8,4,9,8,4,9,4,9,8,8,4,9,0,9,8,4,9,8,4,9,8,4,9,8,4,9,8,4,9,8,4,9,8,4,9,21,22,21,22,21,22,21,21,21],"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{{}b}0{{{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}}}}{{}{{Bd{Bb}}}}0{{{d{Bf}}}Af}{ce{}{}}00{{}{{n{Ad}}}}`{{{d{c}}}e{}{}}00{c{{B`{e}}}{}{}}00000{{{d{c}}}Bh{}}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":[[5,"Command",81],[1,"reference"],[0,"mut"],[5,"EsploraArgs",0],[6,"Network",82],[5,"BlockingClient",83],[8,"Result",84],[6,"EsploraCommands",0],[5,"ScanOptions",0],[1,"unit"],[1,"bool"],[5,"Formatter",85],[8,"Result",85],[5,"ArgMatches",86],[8,"Error",87],[6,"Result",88],[5,"Id",89],[6,"Option",90],[1,"str"],[5,"TypeId",91],[15,"Sync",72],[15,"Scan",72]],"r":[],"b":[],"c":"OjAAAAAAAAA=","e":"OzAAAAEAAEIACAAAAAQABgAAAAgAFgAgAAIAJgAIADIAAAA0ABQASgADAA=="}],\ +["example_wallet_electrum",{"t":"SSSSSSSSH","n":["BATCH_SIZE","DB_MAGIC","ELECTRUM_URL","EXTERNAL_DESC","INTERNAL_DESC","NETWORK","SEND_AMOUNT","STOP_GAP","main"],"q":[[0,"example_wallet_electrum"],[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"}],\ +["example_wallet_esplora_async",{"t":"SSSSSSSSH","n":["DB_PATH","ESPLORA_URL","EXTERNAL_DESC","INTERNAL_DESC","NETWORK","PARALLEL_REQUESTS","SEND_AMOUNT","STOP_GAP","main"],"q":[[0,"example_wallet_esplora_async"],[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"}],\ +["example_wallet_esplora_blocking",{"t":"SSSSSSSSSH","n":["DB_MAGIC","DB_PATH","ESPLORA_URL","EXTERNAL_DESC","INTERNAL_DESC","NETWORK","PARALLEL_REQUESTS","SEND_AMOUNT","STOP_GAP","main"],"q":[[0,"example_wallet_esplora_blocking"],[10,"anyhow"],[11,"core::result"]],"i":[0,0,0,0,0,0,0,0,0,0],"f":"`````````{{}{{f{bd}}}}","D":"`","p":[[1,"unit"],[5,"Error",10],[6,"Result",11]],"r":[],"b":[],"c":"OjAAAAAAAAA=","e":"OzAAAAEAAAoAAQAAAAoA"}],\ +["example_wallet_rpc",{"t":"FPSGPPNNNNNNONNNOONNNNNNNNNHOOOOONNNNNNNNONN","n":["Args","Block","DB_MAGIC","Emission","Mempool","SigTerm","augment_args","augment_args_for_update","borrow","borrow","borrow_mut","borrow_mut","change_descriptor","client","command","command_for_update","db_path","descriptor","fmt","fmt","from","from","from_arg_matches","from_arg_matches_mut","group_id","into","into","main","network","rpc_cookie","rpc_pass","rpc_user","start_height","try_from","try_from","try_into","try_into","type_id","type_id","update_from_arg_matches","update_from_arg_matches_mut","url","vzip","vzip"],"q":[[0,"example_wallet_rpc"],[44,"clap_builder::builder::command"],[45,"bitcoincore_rpc::client"],[46,"anyhow"],[47,"core::fmt"],[48,"clap_builder::parser::matches::arg_matches"],[49,"clap_builder"],[50,"core::result"],[51,"clap_builder::util::id"],[52,"core::option"],[53,"core::any"]],"i":[0,9,0,0,9,9,4,4,4,9,4,9,4,4,4,4,4,4,4,9,4,9,4,4,4,4,9,0,4,4,4,4,4,4,9,4,9,4,9,4,4,4,4,9],"f":"``````{bb}0{{{d{c}}}{{d{e}}}{}{}}0{{{d{fc}}}{{d{fe}}}{}{}}0`{{{d{h}}}{{l{j}}}}{{}b}0``{{{d{h}}{d{fn}}}A`}{{{d{Ab}}{d{fn}}}A`}{cc{}}0{{{d{Ad}}}{{Ah{hAf}}}}{{{d{fAd}}}{{Ah{hAf}}}}{{}{{Al{Aj}}}}{ce{}{}}0{{}{{l{An}}}}`````{c{{Ah{e}}}{}{}}000{{{d{c}}}B`{}}0{{{d{fh}}{d{Ad}}}{{Ah{AnAf}}}}{{{d{fh}}{d{fAd}}}{{Ah{AnAf}}}}`55","D":"Al","p":[[5,"Command",44],[1,"reference"],[0,"mut"],[5,"Args",0],[5,"Client",45],[8,"Result",46],[5,"Formatter",47],[8,"Result",47],[6,"Emission",0],[5,"ArgMatches",48],[8,"Error",49],[6,"Result",50],[5,"Id",51],[6,"Option",52],[1,"unit"],[5,"TypeId",53]],"r":[],"b":[],"c":"OjAAAAAAAAA=","e":"OzAAAAEAAB4ACAAAAAAAAgAKAA4AAgATAAEAFwACABwAAAAiAAcAKwABAA=="}]\ ]')); if (typeof exports !== 'undefined') exports.searchIndex = searchIndex; else if (window.initSearch) window.initSearch(searchIndex); 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 12fc6dbca3..865727f3d9 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.\nAllocate a Vec<T> and fill it by cloning s’s items.\nConvert a clone-on-write slice into a vector.\nAllocate a Vec<T> and fill it by cloning s’s items.\nConverts a CString into a Vec<u8>.\nAllocate a Vec<u8> and fill it with a UTF-8 string.\nAllocate a Vec<T> and fill it by cloning s’s items.\nTurn a VecDeque<T> into a Vec<T>.\nReturns the argument unchanged.\nAllocate a Vec<T> and move s’s items into it.\nConverts a BinaryHeap<T> into a Vec<T>.\nAllocate a Vec<T> and fill it by cloning s’s items.\nConvert a boxed slice into a vector by transferring …\nConverts the given String to a vector Vec that holds …\nConverts a &String into a String.\nReturns the argument unchanged.\nConverts the given boxed str slice to a String. It is …\nConverts a &str into a String.\nConverts a clone-on-write string to an owned instance of …\nConverts a &mut str into a String.\nAllocates an owned String from a single character.\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.\nDeserialize a value from raw binary data read from a …\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.\nSerialize the PSBT into a writer.\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.\nConverts the given String to a vector Vec that holds …\nAllocate a Vec<T> and fill it by cloning s’s items.\nAllocate a Vec<T> and move s’s items into it.\nConverts a BinaryHeap<T> into a Vec<T>.\nAllocate a Vec<u8> and fill it with a UTF-8 string.\nTurn a VecDeque<T> into a Vec<T>.\nAllocate a Vec<T> and fill it by cloning s’s items.\nConverts a CString into a Vec<u8>.\nConvert a boxed slice into a vector by transferring …\nAllocate a Vec<T> and fill it by cloning s’s items.\nReturns the argument unchanged.\nConvert a clone-on-write slice into a vector.\nAllocate a Vec<T> and fill it by cloning s’s items.\nConverts a &str into a String.\nConverts a &String into a String.\nConverts a clone-on-write string to an owned instance of …\nConverts a &mut str into a String.\nConverts the given boxed str slice to a String. It is …\nReturns the argument unchanged.\nAllocates an owned String from a single character.\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.\nThe old name for xpriv, extended public key (with a …\nThe old name for xpub, extended public key (with a …\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\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 …\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 …\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 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 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\nFingerprint of the parent key (0 for master)\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\nPrivate key\nPublic 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 …") \ 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 2618286d23..8f4a42eee3 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.\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.\nConverts a 32-byte hash directly to a secret key without …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nConverts a 32-byte hash directly to a message without …\nReturns the argument unchanged.\nTries to deserialize from big endian bytes\nCreates a Message from a digest.\nCreates a Message from a 32 byte slice digest.\nCreates a new public key from an ElligatorSwift.\nCreates a new secret key using data from BIP-340 Keypair.\nCreates a new compressed public key using data from …\nTries to deserialize from little endian bytes\nCreates a new public key from a SecretKey.\nConverts a SECRET_KEY_SIZE-byte slice to a secret key.\nCreates a public key directly from a slice.\nCreates a Message from a 32 byte slice digest.\nCreates a PublicKey using the key material from pk …\nDeprecated reexport of the bitcoin-hashes crate.\nImplement methods and traits for types that contain an …\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nConverts the object into a 32-byte array\nReturns the Keypair for this SecretKey.\nTweaks a SecretKey by multiplying by tweak modulo the …\nTweaks a PublicKey by multiplying by tweak modulo the …\nNegates the secret key.\nNegates the public key.\nGenerates a new random secret key.\nAttempts to erase the contents of the underlying array.\nAttempts to erase the contents of the underlying array.\nReturns the PublicKey for this SecretKey.\nGenerates a random scalar\nGenerates a random scalar using supplied RNG\nProvides Scalar and related types.\nSupport for schnorr signatures.\nReturns the secret key as a byte value.\nSerializes the key as a byte-encoded pair of values. In …\nSerializes the key as a byte-encoded pair of values, in …\nSerializes to big endian bytes\nSerializes to little endian bytes\nChecks that sig is a valid ECDSA signature for msg using …\nReturns the XOnlyPublicKey (and it’s Parity) for this …\nReturns the XOnlyPublicKey (and it’s Parity) for this …\nThe maximum size of a compact signature.\nThe order of the secp256k1 curve.\nThe size of a full ElligatorSwift encoding.\nThe Prime for the secp256k1 field element.\nThe X coordinate of the generator.\nThe Y coordinate of the generator.\nThe size of a key pair.\nThe maximum size of a signature.\nThe size (in bytes) of a message.\nThe value one as big-endian array of bytes.\nThe size (in bytes) of a serialized public key.\nThe size of a schnorr public key.\nThe size of a schnorr signature.\nThe size (in bytes) of a secret key.\nThe size (in bytes) of an serialized uncompressed public …\nThe value zero as an array of bytes.\nEnables two parties to create a shared secret without …\nFormats the explicit byte value of the shared secret kept …\nReturns the argument unchanged.\nCreates a shared secret from bytes array.\nCreates a shared secret from bytes slice.\nCalls U::from(self).\nCreates a new shared secret from a pubkey and secret key.\nAttempts to erase the contents of the underlying array.\nReturns the shared secret as a byte value.\nCreates a shared point from public key and secret key.\nAn ECDSA signature with a recovery ID for pubkey recovery.\nA tag used for recovering the public key from a compact …\nA DER serialized Signature\nAn ECDSA signature\nObtains a raw mutable pointer suitable for use with FFI …\nObtains a raw mutable pointer suitable for use with FFI …\nObtains a raw pointer suitable for use with FFI functions.\nObtains a raw pointer suitable for use with FFI functions\nGet the capacity of the underlying data buffer.\nLike cmp::Cmp but faster and with no guarantees across …\nLike cmp::Eq but faster and with no guarantees across …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nConverts a compact-encoded byte slice to a signature. This …\nConverts a 64-byte compact-encoded byte slice to a …\nConverts a DER-encoded byte slice to a signature\nConverts a “lax DER”-encoded byte slice to a …\nAllows library users to create valid recovery IDs from i32.\nCreate a SerializedSignature from a Signature. (this DER …\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCheck if the space is zero.\nGet the len of the used data.\nNormalizes a signature to a “low S” form. In ECDSA, …\nSerializes the recoverable signature in compact format.\nSerializes the signature in compact format\nSerializes the signature in DER format\nImplements SerializedSignature and related types.\nAllows library users to convert recovery IDs to i32.\nConvert the serialized signature into the Signature struct.\nConverts a recoverable signature to a non-recoverable one …\nOwned iterator over the bytes of SerializedSignature\nA DER serialized Signature\nReturns the remaining bytes as a slice.\nReturns the argument unchanged.\nCalls U::from(self).\nConvert an iterator of anything into FallibleIterator by …\nConvert an iterator of Results into FallibleIterator by …\nWe are the initiator of the ECDH\nWe are the responder of the ECDH\nElligatorSwift is an encoding of a uniformly chosen point …\nRepresents which party we are in the ECDH, A is the …\nThe result of ElligatorSwift::shared_secret, which is a …\nReturns the secret bytes as a reference to an array.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCreates an ElligatorSwift object from a 64-byte array.\nComputes the ElligatorSwift encoding for a valid public key\nCreates the Elligator Swift encoding from a secret key, …\nCreates shared secret from bytes.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCreate a new ElligatorSwift object from a 64-byte array.\nComputes a shared secret only known by Alice and Bob. This …\nComputes a shared secret, just like shared_secret, but …\nReturns the 64-byte array representation of this …\nReturns the secret bytes as an array.\nA trait for producing pointers that will always be valid …\nA Secp256k1 context, containing various precomputed values …\nHash function to use to post-process an ECDH point to get …\nLibrary-internal representation of a ElligatorSwift …\nA hash function used by ellswift_ecdh to hash the final …\nA nonce generation function. Ordinary users of the library …\nNo value.\nNo value.\nNo value.\nNo value.\nLibrary-internal representation of a Secp256k1 public key\nFlag for keys to indicate compressed serialization format\nFlag for keys to indicate uncompressed serialization format\nFlag for context to enable no precomputation\nFlag for context to enable signing precomputation\nFlag for context to enable verification precomputation\nSame as secp256k1_nonce function with the exception of …\nData structure that contains additional arguments for …\nLibrary-internal representation of a Secp256k1 signature\nSome value of type T.\nSome value of type T.\nSome value of type T.\nSome value of type T.\nGets a reference to the underlying array\nGets a reference to the underlying array\nGets a reference to the underlying array\nGets a reference to the underlying array\nGets a reference to the underlying array\nLike cmp::Ord but faster and with no guarantees across …\nLike cmp::Ord but faster and with no guarantees across …\nLike cmp::Ord but faster and with no guarantees across …\nLike cmp::Ord but faster and with no guarantees across …\nLike cmp::Ord but faster and with no guarantees across …\nLike cmp::Eq but faster and with no guarantees across …\nLike cmp::Eq but faster and with no guarantees across …\nLike cmp::Eq but faster and with no guarantees across …\nLike cmp::Eq but faster and with no guarantees across …\nLike cmp::Eq but faster and with no guarantees across …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCreate a new public key usable for the FFI interface from …\nCreate a new signature usable for the FFI interface from …\nCreate a new x-only public key usable for the FFI …\nCreate a new keypair usable for the FFI interface from raw …\nImplement methods and traits for types that contain an …\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCreate a new SchnorrSigExtraParams properly initialized.\nCreates an “uninitialized” FFI public key which is …\nCreates an “uninitialized” FFI signature which is …\nCreates an “uninitialized” FFI x-only public key which …\nCreates an “uninitialized” FFI keypair which is zeroed …\nAttempts to erase the contents of the underlying array.\nDoes a best attempt at secure erasure using Rust …\nFFI of the recovery module\nA reimplementation of the C function …\nThis function is an override for the C function, this is …\nThis function is an override for the C function, this is …\nA reimplementation of the C function …\nA reimplementation of the C function …\nDefault ECDH hash function\nDefault ECDH hash function for BIP324 key establishment\nReturns the underlying FFI opaque representation of the …\nReturns the underlying FFI opaque representation of the …\nReturns the underlying FFI opaque representation of the …\nReturns the underlying FFI opaque representation of the …\nLibrary-internal representation of a Secp256k1 signature + …\nGets a reference to the underlying array\nLike cmp::Ord but faster and with no guarantees across …\nLike cmp::Eq but faster and with no guarantees across …\nReturns the argument unchanged.\nCalls U::from(self).\nCreate a new (zeroed) signature usable for the FFI …\nA type that is as aligned as the biggest alignment for …\nA static zeroed out AlignedType for use in static …\nThis might not match C’s c_char exactly. The way we use …\nEquivalent to C’s void type when used as a pointer.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nLength of the hash’s internal block size, in bytes.\nThe byte array that represents the hash internally.\nFlag indicating whether user-visible serializations of …\nA hashing engine which bytes can be serialized into. It is …\nAttempted to create a hash from an invalid length slice.\nTrait which applies to hashes of all types.\nA hashing engine which bytes can be serialized into.\nA hash computed from a RFC 2104 HMAC. Parameterized by the …\nPair of underlying hash engines, used for the inner and …\nLength of the hash, in bytes.\nByte array representing the internal state of the hash …\nReturns an all zero hash.\nReturns a reference to the underlying byte array.\nAdds slicing traits implementations to a given type $ty\nConstructs a new engine.\nReturns the expected slice length.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nConstructs a hash from the underlying byte array.\nProduces a hash from the current state of a given engine.\nA special constructor giving direct access to the …\nCopies a byte slice into a hash object.\nHashes some bytes.\nHashes all the byte slices retrieved from the iterator …\nCreates a new newtype around a Hash type.\nAdds hexadecimal formatting implementation of a trait $imp …\nAdd data to the hash engine.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nReturns the invalid slice length.\nOutputs the midstate of the hash engine. This function …\nReturn the number of bytes already …\nConstructs a new keyed HMAC from key.\nImplements Serialize and Deserialize for a type $t which …\nMacro used to define a newtype tagged hash.\nReturns the underlying byte array.\nCodes at or above this point can be used by users to …\nA marker trait used to indicate that an RngCore or …\nError type of random number generators\nTypes which may be filled with random data\nCodes below this point represent OS Errors (i.e. positive …\nAn automatically-implemented extension trait on RngCore …\nThe core of a random number generator.\nSeed type, which is restricted to types …\nA random number generator that can be explicitly seeded.\nRetrieve the error code, if any.\nGenerating random samples from probability distributions\nFill any type implementing Fill with random data\nFill dest with random data.\nReturns the argument unchanged.\nCreates a new instance of the RNG seeded via getrandom.\nCreate a new PRNG seeded from another Rng.\nCreate a new PRNG using the given seed.\nReturn a random value supporting the Standard distribution.\nReturn a bool with a probability p of being true.\nGenerate a random value in the given range.\nReturn a bool with a probability of numerator/denominator …\nReference the inner error (std only)\nCalls U::from(self).\nConstruct from any type supporting std::error::Error\nReturn the next random u32.\nReturn the next random u64.\nConvenience re-export of common members\nGenerates a random value using the thread-local random …\nExtract the raw OS error code (if this error came from the …\nRandom number generators and adapters\nSample a new value, using the given distribution.\nCreate an iterator that generates values using the given …\nCreate a new PRNG using a u64 seed.\nSequence-related functionality\nUnwrap the inner error (std only)\nRetrieve the lazily-initialized thread-local random number …\nFill self with random data\nFill any type implementing Fill with random data\nFill dest entirely with random data.\nAll items in the provided weight collection are zero.\nSample a u8, uniformly distributed over ASCII letters and …\nThe Bernoulli distribution.\nError type returned from Bernoulli::new.\nAn iterator that generates random values of T with …\nA distribution of values of type S derived from the …\nString sampler\nTypes (distributions) that can be used to create a random …\np < 0 or p > 1.\nA weight is either less than zero, greater than the …\nThe provided weight collection contains no items.\nA distribution to sample floating point numbers uniformly …\nA distribution to sample floating point numbers uniformly …\nA distribution to sample items uniformly from a slice.\nA generic random value distribution, implemented for many …\nToo many weights are provided (length greater than u32::MAX…\nSample values uniformly between two bounds.\nError type returned from WeightedIndex::new.\nA distribution using weighted sampling of discrete items\nAppend len random chars to string\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nConstruct a new Bernoulli with the probability of success …\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nConvert an iterator of anything into FallibleIterator by …\nCreate a distribution of values of ‘S’ by mapping the …\nConstruct a new Bernoulli with the given probability of …\nCreate a new Slice instance which samples uniformly from …\nCreates a new a WeightedIndex Distribution using the values\nCreate a new Uniform instance which samples uniformly from …\nCreate a new Uniform instance which samples uniformly from …\nGenerate a random value of T, using rng as the source of …\nCreate an iterator that generates random values of T, …\nGenerate a String of len random chars\nConvert an iterator of Results into FallibleIterator by …\nA distribution uniformly sampling numbers within a given …\nUpdate a subset of weights, without changing the number of …\nWeighted index sampling\nHelper trait similar to Borrow but implemented only for …\nRange that supports generating a single sample efficiently.\nHelper trait for creating objects using the correct …\nThe UniformSampler implementation supporting type X.\nSample values uniformly between two bounds.\nThe back-end implementing UniformSampler for char.\nThe back-end implementing UniformSampler for Duration.\nThe back-end implementing UniformSampler for …\nThe back-end implementing UniformSampler for integer types.\nHelper trait handling actual uniform sampling.\nThe type sampled by this implementation.\nImmutably borrows from an owned value. See Borrow::borrow\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCheck whether the range is empty.\nConstruct self, with inclusive lower bound and exclusive …\nConstruct self, with inclusive bounds [low, high].\nSample a value.\nGenerate a sample from the given range.\nSample a single value uniformly from a range with …\nSample a single value uniformly from a range with …\nAll items in the provided weight collection are zero.\nA weight is either less than zero, greater than the …\nThe provided weight collection contains no items.\nToo many weights are provided (length greater than u32::MAX…\nError type returned from WeightedIndex::new.\nA distribution using weighted sampling of discrete items\nReturns the argument unchanged.\nCalls U::from(self).\nA marker trait used to indicate that an RngCore or …\nTypes (distributions) that can be used to create a random …\nThe element type.\nExtension trait on iterators, providing random sampling …\nAn automatically-implemented extension trait on RngCore …\nThe core of a random number generator.\nSeed type, which is restricted to types …\nA random number generator that can be explicitly seeded.\nExtension trait on slices, providing random mutation and …\nThe standard RNG. The PRNG algorithm in StdRng is chosen …\nA reference to the thread-local generator\nReturns a reference to one random element of the slice, or …\nChoose one element at random from the iterator.\nChooses amount elements from the slice at random, without …\nCollects amount values at random from the iterator into a …\nCollects values at random from the iterator into a …\nSimilar to choose_multiple, but where the likelihood of …\nReturns a mutable reference to one random element of the …\nChoose one element at random from the iterator.\nSimilar to choose, but where the likelihood of each …\nSimilar to choose_mut, but where the likelihood of each …\nFill any type implementing Fill with random data\nFill dest with random data.\nCreates a new instance of the RNG seeded via getrandom.\nCreate a new PRNG seeded from another Rng.\nCreate a new PRNG using the given seed.\nReturn a random value supporting the Standard distribution.\nReturn a bool with a probability p of being true.\nGenerate a random value in the given range.\nReturn a bool with a probability of numerator/denominator …\nCreate a distribution of values of ‘S’ by mapping the …\nReturn the next random u32.\nReturn the next random u64.\nShuffle a slice in place, but exit early.\nGenerates a random value using the thread-local random …\nGenerate a random value of T, using rng as the source of …\nSample a new value, using the given distribution.\nCreate an iterator that generates random values of T, …\nCreate an iterator that generates values using the given …\nCreate a new PRNG using a u64 seed.\nShuffle a mutable slice in place.\nRetrieve the lazily-initialized thread-local random number …\nFill any type implementing Fill with random data\nFill dest entirely with random data.\nA random number generator that retrieves randomness from …\nThe standard RNG. The PRNG algorithm in StdRng is chosen …\nA reference to the thread-local generator\nWrappers / adapters forming RNGs\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nMock random number generator\nReadRng error type\nAn RNG that reads random bytes straight from any type …\nA wrapper around any PRNG that implements BlockRngCore, …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCreate a new ReadRng from a Read.\nCreate a new ReseedingRng from an existing PRNG, combined …\nReseed the internal PRNG.\nA simple implementation of RngCore for testing purposes.\nReturns the argument unchanged.\nCalls U::from(self).\nCreate a StepRng, yielding an arithmetic sequence starting …\nThe element type.\nExtension trait on iterators, providing random sampling …\nAn iterator over multiple slice elements.\nExtension trait on slices, providing random mutation and …\nReturns a reference to one random element of the slice, or …\nChoose one element at random from the iterator.\nChooses amount elements from the slice at random, without …\nCollects amount values at random from the iterator into a …\nCollects values at random from the iterator into a …\nSimilar to choose_multiple, but where the likelihood of …\nReturns a mutable reference to one random element of the …\nChoose one element at random from the iterator.\nSimilar to choose, but where the likelihood of each …\nSimilar to choose_mut, but where the likelihood of each …\nReturns the argument unchanged.\nLow-level API for sampling indices\nCalls U::from(self).\nConvert an iterator of anything into FallibleIterator by …\nShuffle a slice in place, but exit early.\nShuffle a mutable slice in place.\nConvert an iterator of Results into FallibleIterator by …\nA vector of indices.\nReturn type of IndexVec::into_iter.\nReturn type of IndexVec::iter.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturn the value at the given index.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nConvert an iterator of anything into FallibleIterator by …\nConvert an iterator of anything into FallibleIterator by …\nConvert into an iterator over the indices as a sequence of …\nReturn result as a Vec<usize>. Conversion may or may not …\nReturns true if the length is 0.\nIterate over the indices as a sequence of usize values\nReturns the number of indices\nRandomly sample exactly amount distinct indices from …\nRandomly sample exactly amount distinct indices from …\nConvert an iterator of Results into FallibleIterator by …\nConvert an iterator of Results into FallibleIterator by …\nError returned when the value of scalar is invalid - …\nPositive 256-bit integer guaranteed to be less than the …\nReturns the argument unchanged.\nCalls U::from(self).\nRepresents a schnorr signature.\nGets a reference to the underlying array\nReturns the argument unchanged.\nCreates a Signature directly from a slice.\nCalls U::from(self).\nReturns a signature as a byte array.\nWhen SIGHASH_ANYONECANPAY is not provided, or when the …\n0x1: Sign all outputs.\n0x1: Sign all outputs.\n0x81: Sign all outputs but only this input.\n0x81: Sign all outputs but only this input.\nThe Annex struct is a slice wrapper enforcing first byte …\nAnnex must be at least one byte long and the first bytes …\n0x0: Used when not explicitly specified, defaults to …\nHashtype of an input’s signature, encoded in the last …\nThe annex is empty.\nResult of SighashCache::legacy_encode_signing_data_to.\nIncorrect prefix byte in the annex.\nIndex out of bounds when accessing transaction input …\nInvalid index when accessing a Prevouts::All kind.\nInvalid index when accessing a Prevouts::One kind.\nInvalid Sighash type.\nInteger is not a consensus valid sighash type.\nCan happen only when using *_encode_signing_* methods with …\nHash of a transaction according to the legacy signature …\nThis type is consensus valid but an input including it …\n0x2: Sign no outputs — anyone can choose the destination.\n0x2: Sign no outputs — anyone can choose the destination.\n0x82: Sign no outputs and only this input.\n0x82: Sign no outputs and only this input.\nScript is not a witness program for a p2wpkh output.\nOne variant allows provision of the single prevout needed. …\nError computing a P2WPKH sighash.\nContains outputs of previous transactions. In the case …\nPrevouts index error.\nPrevouts index related errors.\nPrevouts kind error.\nA single prevout was been provided but all prevouts are …\nPrevouts size error.\nThe number of supplied prevouts differs from the number of …\nInformation related to the script path spending.\nHash of a transaction according to the segwit version 0 …\nError computing the sighash.\nAn argument to the called sighash function was invalid.\nEfficiently calculates signature hash message for legacy, …\nInput data is an instance of SIGHASH_SINGLE bug\nError returned for failure during parsing one of the …\nError returned when writing signing data fails.\n0x3: Sign the output whose index matches this input’s …\n0x3: Sign the output whose index matches this input’s …\nUsing SIGHASH_SINGLE requires an output at the same index …\nUsing SIGHASH_SINGLE requires an output at the same index …\n0x83: Sign one output and only this input (see Single for …\n0x83: Sign one output and only this input (see Single for …\nTaproot-tagged hash with tag "TapSighash".\nThe tag used for TapSighash\nHashtype of an input’s signature, encoded in the last …\nError computing a taproot sighash.\nOperation performed normally.\nReturns the Annex bytes data (including first byte 0x50).\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nInput index.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nDestroys the cache and recovers the stored transaction.\nChecks for SIGHASH_SINGLE bug returning error if the …\nComputes the leaf hash for this ScriptPath.\nEncodes the legacy signing data from which a signature …\nComputes a legacy signature hash for a given input index …\nMaps a Result<T, E> to Result<T, F> by applying a function …\nConstructs a new SighashCache from an unsigned transaction.\nCreates a new ScriptPath structure.\nCreates a new Annex struct checking the first byte is 0x50.\nLength of the output vector.\nComputes the BIP143 sighash to spend a p2wpkh transaction …\nComputes the BIP143 sighash to spend a p2wsh transaction …\nEncodes the BIP143 signing data for any flag type into a …\nEncodes the BIP341 signing data for any flag type into a …\nComputes the BIP341 sighash for a key spend.\nComputes the BIP341 sighash for a script spend.\nComputes the BIP341 sighash for any flag type.\nReturns the reference to the cached transaction.\nThe unrecognized string we attempted to parse.\nCreates a new ScriptPath structure using default leaf …\nAllows modification of witnesses.\nThe prefix for signed messages using Bitcoin’s message …\nInvalid base64 encoding.\nThe signature is invalidly constructed.\nSignature is expected to be 65 bytes.\nA signature on a Bitcoin Signed Message.\nAn error used for dealing with Bitcoin Signed Messages.\nUnsupported Address Type\nWhether or not this signature was created with a …\nReturns the argument unchanged.\nReturns the argument unchanged.\nConvert a signature from base64 encoding.\nCreate from a byte slice.\nCalls U::from(self).\nCalls U::from(self).\nVerify that the signature signs the message and was signed …\nCreate a new MessageSignature.\nAttempt to recover a public key from the signature and the …\nSerialize to bytes.\nThe inner recoverable signature.\nHash message for signature using Bitcoin’s message …\nConvert to base64 encoding.\nControl block data structure used in Tapscript …\nCalled finalize on a empty tree.\nEmpty tap tree.\nFuture leaf version.\nInner type representing future (non-tapscript) leaf …\nHidden Node with the given leaf hash\nError happening when TapTree is constructed from a NodeInfo\nIndicates an attempt to construct a tap tree from a …\nIndicates an attempt to construct a tap tree from a …\nError happening when TapTree is constructed from a …\nInvalid control block size.\nInvalid taproot internal key.\nInvalid taproot internal key.\nProof size must be a multiple of 32.\nMerkle tree depth must not be more than 128.\nMerkle tree depth must not be more than 128.\nInvalid taproot signature size\nThe last bit of tapleaf version must be zero.\nStore information about taproot leaf node.\nIterator for a taproot script tree, operating in DFS order …\nThe leaf version for tapleafs.\nRepresents the node information in taproot tree. In …\nNodes must be added specified in DFS walk order.\nIndicates an attempt to construct a tap tree from a …\nTwo nodes at depth 0 are not allowed.\nA known script\nScript leaf node in a taproot tree along with the merkle …\nIterator for a taproot script tree, operating in DFS order …\nA secp256k1 error.\nAn error constructing a taproot::Signature from a byte …\nInvalid signature hash type.\nA BIP340-341 serialized taproot signature with the …\nTaproot annex prefix.\nTapscript control base size.\nMaximum depth of a taproot tree script spend path.\nTapscript control max size.\nSize of a taproot control node.\nTapleaf mask for getting the leaf version from first byte …\nTapscript leaf version.\nThe tag used for TapNodeHash\nLeaf node in a taproot tree. Can be either hidden or known.\nTaproot-tagged hash with tag "TapLeaf".\nThe tag used for TapLeafHash\nTagged hash used in taproot trees.\nBIP-342 tapscript.\nTaproot Tree representing a complete binary tree without …\nTaproot-tagged hash with tag "TapTweak".\nThe tag used for TapTweakHash\nBuilder for building taproot iteratively. Users can …\nDetailed error type for taproot builder.\nDetailed error type for taproot utilities.\nThe merkle proof for inclusion of a tree in a taptree hash.\nRepresents taproot spending information.\nAdds a hidden/omitted node at depth to the builder. Errors …\nAdds a leaf script at depth to the builder with default …\nAdds a leaf script at depth to the builder with script …\nObtains the hidden leaf hash if the leaf is hidden.\nReturns a reference to the slice of hashes.\nObtains a reference to script and version if the leaf is …\nReturns a reference to the slice of hashes.\nCombines two NodeInfo to create a new parent.\nConstructs a ControlBlock for particular script with the …\nDecodes bytes from control block.\nDecodes bytes representing a ControlBlock.\nReturns the depth of this script leaf in the tap tree.\nSerializes to a writer.\nSerializes to a writer.\nCreates a TaprootSpendInfo with the given internal key.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCreates a LeafVersion from consensus byte representation.\nObtains a script leaf from the leaf node if the leaf is …\nComputes the TaprootSpendInfo from internal_key and node.\nDeserialize from slice\nChecks if the builder has hidden nodes.\nReturns the internal key for this TaprootSpendInfo.\nThe internal key.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nConverts error into the original incomplete TaprootBuilder …\nConvert an iterator of anything into FallibleIterator by …\nConvert an iterator of anything into FallibleIterator by …\nReturns the inner list of hashes.\nConverts error into the original incomplete NodeInfo …\nGets the inner NodeInfo of this tree root.\nReturns the list of hashes stored in a Vec.\nChecks if this merkle proof is empty.\nChecks if the builder has finalized building a tree.\nReturns a reference to the leaf of this ScriptLeaf.\nComputes a leaf hash for this ScriptLeaf if the leaf is …\nCreates an iterator over all leaves (including hidden …\nReturns leaf version of the script if the leaf is known.\nThe tapleaf version.\nReturns the number of nodes in this merkle proof.\nContains TaprootMerkleBranch and its associated types.\nReturns reference to the merkle proof (hashing partners) …\nObtains a reference to the merkle proof of the leaf.\nThe merkle proof of a script associated with this leaf.\nReturns the merkle root for this TaprootSpendInfo.\nCreates a new instance of TaprootBuilder.\nCreates an new ScriptLeaf from hash and no merkle branch.\nCreates a new NodeInfo with omitted/hidden info.\nCreates a new key spend with internal_key and merkle_root. …\nCreates a new leaf NodeInfo with given ScriptBuf and …\nCreates an new ScriptLeaf from script and ver and no …\nReturns the root TapNodeHash of this node info.\nComputes the TapNodeHash for this ScriptLeaf. This returns …\nGets the reference to inner NodeInfo of this tree root.\nReturns the output key (the key used in script pubkey) for …\nReturns the parity of the output key. See also …\nThe parity of the output key (NOT THE INTERNAL KEY WHICH …\nReturns the root TapNodeHash of this tree.\nReturns reference to the leaf script if the leaf is known.\nObtains a reference to the script inside the leaf.\nReturns [TapTreeIter<'_>] iterator for a taproot script …\nReturns a reference to the internal script map.\nSerializes the signature (without heap allocation)\nSerializes self as bytes.\nSerializes the control block.\nSerializes the signature to writer.\nImplements SerializedSignature and related types.\nThe corresponding hash type.\nThe underlying schnorr signature.\nReturns the size of control block. Faster and more …\nReturns the TapTweakHash for this TaprootSpendInfo i.e., …\nReturns the consensus representation of this …\nReturns the consensus representation of this LeafVersion.\nSerialize Signature\nConvert an iterator of Results into FallibleIterator by …\nConvert an iterator of Results into FallibleIterator by …\nCreates a merkle proof from list of hashes.\nCreates a merkle proof from list of hashes.\nCreates a merkle proof from list of hashes.\nConstructs TapTree from a NodeInfo if it is complete …\nConstructs TapTree from a TaprootBuilder if it is complete …\nConverts the builder into a NodeInfo if the builder is a …\nConverts the builder into a TapTree if the builder is a …\nVerifies that a control block is correct proof for a given …\nObtains the version of the script leaf.\nCreates a new instance of TaprootBuilder with a capacity …\nCreates a new TaprootSpendInfo from a list of scripts …\nCreates a new TaprootSpendInfo from a list of scripts …\nIterator over node hashes within Taproot merkle branch.\nThe merkle proof for inclusion of a tree in a taptree hash.\nReturns the remaining items of this iterator as a mutable …\nReturns the remaining items of this iterator as a slice.\nReturns the argument unchanged.\nCalls U::from(self).\nConvert an iterator of anything into FallibleIterator by …\nConvert an iterator of Results into FallibleIterator by …\nOwned iterator over the bytes of SerializedSignature\nA serialized Taproot Signature\nReturns the remaining bytes as a slice.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCreate a SerializedSignature from a Signature. (this …\nCalls U::from(self).\nCalls U::from(self).\nConvert an iterator of anything into FallibleIterator by …\nGet the len of the used data.\nConvert the serialized signature into the Signature struct.\nConvert an iterator of Results into FallibleIterator by …\nWrites this serialized signature to a writer.\nRepresents changes to an IndexedTxGraph.\nThe IndexedTxGraph combines a TxGraph and an Indexer …\nBatch insert all transactions of the given block of height.\nBatch insert all transactions of the given block of height…\nApplies the ChangeSet to the IndexedTxGraph.\nApply an update directly.\nApply the given update with an optional seen_at timestamp.\nBatch insert transactions, filtering out those that are …\nBatch insert unconfirmed transactions, filtering out those …\nBatch insert unconfirmed transactions.\nReturns the argument unchanged.\nReturns the argument unchanged.\nGet a reference of the internal transaction graph.\nTransaction index.\nIndexer changeset.\nDetermines the ChangeSet between self and an empty …\nInsert an anchor for a given transaction.\nInsert a unix timestamp of when a transaction is seen in …\nInsert and index a transaction into the graph.\nInsert a floating txout of given outpoint.\nCalls U::from(self).\nCalls U::from(self).\nConstruct a new IndexedTxGraph with a given index.\nTxGraph changeset.\nThe resultant “changeset” when new transaction data is …\nUtilities for indexing transaction data.\nApply changeset to itself.\nScans a transaction for relevant outpoints, which are …\nScan and index the given outpoint and txout.\nDetermines the ChangeSet between self and an empty Indexer.\nDetermines whether the transaction should be included in …\nKeychainTxOutIndex controls how script pubkeys are …\nSpkTxOutIndex is an index storing TxOuts that have a …\nRepresents updates to the derivation index of a …\nThe default lookahead for a KeychainTxOutIndex\nThe descriptor has already been assigned to a keychain so …\nTrait to extend FullScanRequestBuilder.\nError returned from KeychainTxOutIndex::insert_descriptor\nThe keychain is already assigned to a descriptor so you can…\nKeychainTxOutIndex controls how script pubkeys are …\nName for table that stores last revealed indices per …\nSchema name for the changeset.\nTrait to extend SyncRequestBuilder.\nGet unbounded spk iterators for all keychains.\nApplies the ChangeSet<K> to the KeychainTxOutIndex<K>\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nConstruct KeychainTxOutIndex from sqlite database and …\nGets the descriptor associated with the keychain. Returns …\nReturns the keychain and keychain index associated with …\nInitialize sqlite tables for persisting KeychainTxOutIndex.\nReturn a reference to the internal SpkTxOutIndex.\nInsert a descriptor with a keychain associated to it.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nReturns whether the changeset are empty.\nReturns whether the spk under the keychain’s index has …\nIterate over all OutPoints that have TxOuts with script …\nIterate over OutPoints that have script pubkeys derived …\nReturn all keychains and their corresponding descriptors.\nContains for each descriptor_id the last revealed index of …\nGet the last derivation index revealed for keychain. …\nGet the last derivation index that is revealed for each …\nReturns the highest derivation index of the keychain where …\nReturns the highest derivation index of each keychain that …\nGet the lookahead setting.\nStore lookahead scripts until target_index (inclusive).\nMarks the script pubkey at index as used even though the …\nMerge another ChangeSet into self.\nComputes the net value that this transaction gives to the …\nConstruct a KeychainTxOutIndex with the given lookahead.\nGet the next derivation index for keychain. The next index …\nGets the next unused script pubkey in the keychain. I.e., …\nGet the set of indexed outpoints, corresponding to tracked …\nPersist changeset to the sqlite database.\nAttempts to reveal the next script pubkey for keychain.\nReveals script pubkeys of the keychain’s descriptor up …\nConvenience method to call Self::reveal_to_target on …\nIterate over revealed spks of the given keychain with …\nIterate over revealed spks of keychains in range\nAdd Scripts that are revealed by the indexer of the given …\nComputes the total value transfer effect tx has on the …\nReturn the script that exists under the given keychain’s …\nAdd spk iterators for each keychain tracked in indexer.\nReturn the TxOut of outpoint if it has been indexed, and …\nIterate over known txouts that spend to tracked script …\nFinds all txouts on a transaction that has previously been …\nGet an unbounded spk iterator over a given keychain. …\nUndoes the effect of mark_used. Returns whether the index …\nIterate over revealed, but unused, spks of the given …\nIterate over revealed, but unused, spks of all keychains.\nAdd Scripts that are revealed by the indexer but currently …\nThe descriptor you have attempted to reassign\nThe keychain that the descriptor is already assigned to\nThe descriptor that the keychain is already assigned to\nThe keychain that you have attempted to reassign\nAn index storing TxOuts that have a script pubkey that …\nThe script pubkeys that are being tracked by the index.\nReturns the argument unchanged.\nReturns the index associated with the script pubkey.\nAdds a script pubkey to scan for. Returns false and does …\nCalls U::from(self).\nWhether any of the inputs of this transaction spend a …\nReturns whether the script pubkey at index has been used …\nMarks the script pubkey at index as used even though it …\nComputes the net value transfer effect of tx on the script …\nGet a reference to the set of indexed outpoints.\nIterates over all the outputs with script pubkeys in an …\nScans a transaction’s outputs for matching script …\nScan a single TxOut for a matching script pubkey and …\nComputes the total value transfer effect tx has on the …\nReturns the script that has been inserted at the index.\nReturns the txout and script pubkey index of the TxOut at …\nIterate over all known txouts that spend to tracked script …\nFinds all txouts on a transaction that has previously been …\nUndoes the effect of mark_used. Returns whether the index …\nIterates over all unused script pubkeys in an index range.\nRepresents a failure when trying to insert/remove a …\nThe error type for LocalChain::apply_header_connected_to.\nName of sqlite table that stores blocks of LocalChain.\nOccurs when the update cannot connect with the original …\nOccurs when an update does not have a common checkpoint …\nThe ChangeSet represents changes to LocalChain.\nA checkpoint is a node of a reference-counted linked list …\nIterates over checkpoints backwards.\nOccurs when connected_to block conflicts with either the …\nThis is a local implementation of ChainOracle.\nAn error which occurs when a LocalChain is constructed …\nSchema name for the changeset.\nApply the given changeset.\nUpdate the chain with a given Header connecting it with …\nUpdate the chain with a given Header at height which you …\nApplies the given update to the chain.\nChanges to the LocalChain blocks.\nRemoves blocks from (and inclusive of) the given block_id.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nConstructs a LocalChain from a BTreeMap of height to …\nConstruct a LocalChain from an initial changeset.\nConstruct LocalChain from genesis hash.\nConstruct a LocalChain from sqlite database.\nConstruct a LocalChain from a given checkpoint tip.\nGet the genesis hash.\nGet checkpoint at given height (if it exists).\nThe checkpoint’s height.\nInitialize sqlite tables for persisting …\nDerives an initial ChangeSet, meaning that it can be …\nInsert a BlockId.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nIterate over checkpoints in descending height order.\nThe original checkpoint’s block hash which cannot be …\nPersist changeset to the sqlite database.\nIterate checkpoints over a height range.\nGet the highest checkpoint.\nThe suggested checkpoint to include to connect the two …\nThe attempted update to the original_block hash.\nTable name for schemas.\nRuns logic that initializes/migrates the table schemas.\nData required to perform a spk-based blockchain client …\nBuilds a FullScanRequest.\nData returned from a spk-based blockchain client full scan.\nOutpoint sync item.\nScript pubkey sync item.\nAn item reported to the inspect closure of SyncRequest.\nThe progress of SyncRequest.\nData required to perform a spk-based blockchain client …\nBuilds a SyncRequest.\nData returned from a spk-based blockchain client sync.\nTxid sync item.\nBuild the SyncRequest.\nBuild the FullScanRequest.\nStart building a SyncRequest.\nStart building a FullScanRequest.\nSet the initial chain tip for the sync request.\nGet the chain tip CheckPoint of this request (if any).\nSet the initial chain tip for the full scan request.\nGet the chain tip CheckPoint of this request (if any).\nChanges to the chain discovered during the scan.\nChanges to the chain discovered during the scan.\nTotal consumed items of the request.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nSet the closure that will inspect every sync item visited.\nSet the closure that will inspect every sync item visited.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nIterate over OutPoints contained in this request.\nIterate over ScriptBufs contained in this request.\nIterate over indexed ScriptBufs contained in this request …\nIterate over Txids contained in this request.\nList all keychains contained in this request.\nLast active indices for the corresponding keychains (K). …\nAdvances the sync request and returns the next OutPoint.\nAdvances the sync request and returns the next ScriptBuf.\nAdvances the full scan request and returns the next …\nAdvances the sync request and returns the next Txid.\nAdd OutPoints that will be synced against.\nOutpoints consumed by the request.\nOutpoints remaining in the request.\nGet the SyncProgress of this request.\nTotal remaining items of the request.\nAdd Scripts that will be synced against.\nScript pubkeys consumed by the request.\nSet the spk iterator for a given keychain.\nScript pubkeys remaining in the request.\nAdd Scripts coupled with associated indexes that will be …\nTotal items, consumed and remaining, of the request.\nTotal outpoints, consumed and remaining, of the request.\nTotal script pubkeys, consumed and remaining, of the …\nTotal txids, consumed and remaining, of the request.\nRelevant transaction data discovered during the scan.\nRelevant transaction data discovered during the scan.\nAdd Txids that will be synced against.\nTxids consumed by the request.\nTxids remaining in the request.\nName of table that stores Anchors.\nErrors returned by TxGraph::calculate_fee.\nA transaction that is included in the chain, or is still …\nThe ChangeSet represents changes to a TxGraph.\nMissing TxOut for one or more of the inputs of the tx\nWhen the transaction is invalid according to the graph it …\nSchema name for tx_graph::ChangeSet.\nName of table that stores floating txouts.\nName of table that stores full transactions and last_seen …\nAn iterator that traverses ancestors of a given root …\nAn iterator that traverses transaction descendants.\nA graph of transactions and spends.\nA transaction node in the TxGraph.\nData object used to communicate updates about relevant …\nGet all transaction anchors known by TxGraph.\nIterate over all tx outputs known by TxGraph.\nIterates over the heights of that the new transaction …\nTransaction anchors. Anchors tells us a position in the …\nThe blocks that the transaction is “anchored” in.\nAdded anchors.\nApplies ChangeSet to TxGraph.\nExtends this graph with the given update.\nExtends this graph with the given update alongside an …\nGet the total balance of outpoints that are in chain of …\nBatch insert unconfirmed transactions.\nCalculates the fee of a given transaction. Returns …\nHow the transaction is observed as (confirmed or …\nGiven a transaction, return an iterator of txids that …\nGet a filtered list of outputs from the given outpoints …\nGet a filtered list of unspent outputs (UTXOs) from the …\nIterate over floating txouts known by TxGraph.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nConstruct a TxGraph from an sqlite database.\nIterate over all full transactions in the graph.\nGet the position of the transaction in chain with tip …\nGet the txid of the spending transaction and where the …\nGet a transaction by txid. This only returns Some for full …\nGet a transaction node by txid. This only returns Some for …\nObtains a single tx output (if any) at the specified …\nInitialize sqlite tables.\nDetermines the ChangeSet between self and an empty TxGraph.\nInserts the given anchor into TxGraph.\nInserts the given seen_at for txid into TxGraph.\nInserts the given transaction into TxGraph.\nInserts the given TxOut at OutPoint.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nConvert an iterator of anything into FallibleIterator by …\nConvert an iterator of anything into FallibleIterator by …\nWhether the graph has any transactions or outputs in it.\nAdded last-seen unix timestamps of transactions.\nThe last-seen unix timestamp of the transaction as …\nList graph transactions that are in chain with chain_tip.\nTransform the TxGraph to have Anchors of another type.\nTransform the ChangeSet to have Anchors of another type.\nConstruct a new TxGraph from a list of transactions.\nThe transactions spending from this output.\nPersist changeset to the sqlite database.\nSeen at times for transactions. This records when a …\nConvert an iterator of Results into FallibleIterator by …\nConvert an iterator of Results into FallibleIterator by …\nGet the total balance of outpoints that are in chain of …\nGet a filtered list of outputs from the given outpoints …\nGet a filtered list of unspent outputs (UTXOs) from the …\nGet the position of the transaction in chain with tip …\nGet the txid of the spending transaction and where the …\nList graph transactions that are in chain with chain_tip.\nA partial or full representation of the transaction.\nThe transaction node (as part of the graph).\nReturns known outputs of a given txid.\nIterates over the transactions spending from txid.\nTxid of the transaction.\nIterates over all outpoints contained within ChangeSet.\nFloating txouts. These are TxOuts that exist but the whole …\nAdded txouts.\nFull transactions. These are transactions that were …\nAdded transactions.\nIterate over graph transactions with no anchors or …\nCreates an iterator that filters and maps ancestor …\nCreates an iterator that both filters and maps conflicting …\nCreates an iterator that filters and maps descendants from …") \ No newline at end of file +searchState.loadedDescShard("bdk_chain", 1, "Hint 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 …\nRaised when a Deserialize struct type received more than …\nFormat a message stating what data this Visitor expects to …\nFormat an explanation of what data was being expected. …\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nConvert this value into a deserializer.\nRaised when deserializing a sequence or map and the input …\nRaised when a Deserialize receives a type different from …\nRaised when a Deserialize receives a value of the right …\nDetermine whether Deserialize implementations should …\nRaised when a Deserialize struct type expected to receive …\nCalled when deserializing a variant with a single value.\nCalled when deserializing a variant with a single value.\nThis returns Ok(Some(value)) for the next value in the …\nThis returns Ok(Some(value)) for the next value in the …\nThis returns Ok(Some((key, value))) for the next …\nThis returns Ok(Some((key, value))) for the next …\nThis returns Ok(Some(key)) for the next key in the map, or …\nThis returns Ok(Some(key)) for the next key in the map, or …\nThis returns a Ok(value) for the next value in the map.\nThis returns a Ok(value) for the next value in the map.\nProvides type based access to context intended for error …\nReturns the number of elements remaining in the sequence, …\nReturns the number of entries remaining in the map, if …\nThe lower-level source of this error, if any.\nCalled when deserializing a struct-like variant.\nCalled when deserializing a tuple-like variant.\nCalled when deserializing a variant with no values.\nRaised when a Deserialize struct type received a field …\nRaised when a Deserialize enum type received a variant …\nBuilding blocks for deserializing basic values using the …\nvariant is called to identify which variant to deserialize.\nvariant is called to identify which variant to deserialize.\nThe input contains a boolean.\nThe input contains a byte array that lives at least as …\nThe input contains a string that lives at least as long as …\nThe input contains a byte array and ownership of the byte …\nThe input contains a byte array. The lifetime of the byte …\nThe input contains a char.\nThe input contains an enum.\nThe input contains an f32.\nThe input contains an f64.\nThe input contains a i128.\nThe input contains an i16.\nThe input contains an i32.\nThe input contains an i64.\nThe input contains an i8.\nThe input contains a key-value map.\nThe input contains a newtype struct.\nThe input contains an optional that is absent.\nThe input contains a sequence of elements.\nThe input contains an optional that is present.\nThe input contains a string. The lifetime of the string is …\nThe input contains a string and ownership of the string is …\nThe input contains a u128.\nThe input contains a u16.\nThe input contains a u32.\nThe input contains a u64.\nThe input contains a u8.\nThe input contains a unit ().\nA deserializer holding a bool.\nA deserializer holding a &[u8] with a lifetime tied to …\nA deserializer holding a &str with a lifetime tied to …\nA deserializer holding a &[u8]. Always calls …\nA deserializer holding a char.\nA deserializer holding a Cow<str>.\nA deserializer holding an EnumAccess.\nA minimal representation of all possible errors that can …\nA deserializer holding an f32.\nA deserializer holding an f64.\nA deserializer holding an i128.\nA deserializer holding an i16.\nA deserializer holding an i32.\nA deserializer holding an i64.\nA deserializer holding an i8.\nA deserializer holding an isize.\nA deserializer holding a MapAccess.\nA deserializer that iterates over a map.\nA deserializer holding a SeqAccess.\nA deserializer that iterates over a sequence.\nA deserializer holding a &str.\nA deserializer holding a String.\nA deserializer holding a u128.\nA deserializer holding a u16.\nA deserializer holding a u32.\nA deserializer holding a u64.\nA deserializer holding a u8.\nA deserializer holding a ().\nA deserializer holding a usize.\nCheck for remaining elements after passing a …\nCheck for remaining elements after passing a …\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCreate a new borrowed deserializer from the given string.\nCreate a new deserializer from the given bytes.\nCreate a new borrowed deserializer from the given borrowed …\nConstruct a new MapDeserializer<I, E>.\nConstruct a new SeqDeserializer<I, E>.\nConstruct a new SeqAccessDeserializer<A>.\nConstruct a new MapAccessDeserializer<A>.\nConstruct a new EnumAccessDeserializer<A>.\nTrait used by Serialize implementations to generically …\nThe error type when some error occurs during serialization.\nMust match the Error type of our Serializer.\nMust match the Error type of our Serializer.\nMust match the Error type of our Serializer.\nMust match the Error type of our Serializer.\nMust match the Error type of our Serializer.\nMust match the Error type of our Serializer.\nMust match the Error type of our Serializer.\nHelper type for implementing a Serializer that does not …\nThe output type produced by this Serializer during …\nMust match the Ok type of our Serializer.\nMust match the Ok type of our Serializer.\nMust match the Ok type of our Serializer.\nMust match the Ok type of our Serializer.\nMust match the Ok type of our Serializer.\nMust match the Ok type of our Serializer.\nMust match the Ok type of our Serializer.\nA data structure that can be serialized into any data …\nReturned from Serializer::serialize_map.\nType returned from serialize_map for serializing the …\nReturned from Serializer::serialize_seq.\nType returned from serialize_seq for serializing the …\nReturned from Serializer::serialize_struct.\nType returned from serialize_struct for serializing the …\nReturned from Serializer::serialize_struct_variant.\nType returned from serialize_struct_variant for …\nReturned from Serializer::serialize_tuple.\nType returned from serialize_tuple for serializing the …\nReturned from Serializer::serialize_tuple_struct.\nType returned from serialize_tuple_struct for serializing …\nReturned from Serializer::serialize_tuple_variant.\nType returned from serialize_tuple_variant for serializing …\nA data format that can serialize any data structure …\nError is a trait representing the basic expectations for …\nCollect an iterator as a map.\nCollect an iterator as a sequence.\nSerialize a string produced by an implementation of Display…\nUsed when a Serialize implementation encounters any error …\nAttempts to downcast the box to a concrete type.\nAttempts to downcast the box to a concrete type.\nAttempts to downcast the box to a concrete type.\nForwards to the method defined on the type dyn Error.\nReturns some mutable reference to the inner value if it is …\nForwards to the method defined on the type dyn Error.\nForwards to the method defined on the type dyn Error.\nForwards to the method defined on the type dyn Error.\nReturns some reference to the inner value if it is of type …\nFinish serializing a sequence.\nFinish serializing a tuple.\nFinish serializing a tuple struct.\nFinish serializing a tuple variant.\nFinish serializing a map.\nFinish serializing a struct.\nFinish serializing a struct variant.\nReturns the argument unchanged.\nCalls U::from(self).\nReturns true if the inner type is the same as T.\nForwards to the method defined on the type dyn Error.\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.\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 TaprootBuilder if it is complete …\nConstructs TapTree from a NodeInfo if it is complete …\nConverts the builder into a NodeInfo if the builder is a …\nConverts the builder into a TapTree if the builder is a …\nVerifies that a control block is correct proof for a given …\nObtains the version of the script leaf.\nCreates a new instance of TaprootBuilder with a capacity …\nCreates a new TaprootSpendInfo from a list of scripts …\nCreates a new TaprootSpendInfo from a list of scripts …\nIterator over node hashes within Taproot merkle branch.\nThe merkle proof for inclusion of a tree in a taptree hash.\nReturns the remaining items of this iterator as a mutable …\nReturns the remaining items of this iterator as a slice.\nReturns the argument unchanged.\nCalls U::from(self).\nConvert an iterator of anything into FallibleIterator by …\nConvert an iterator of Results into FallibleIterator by …\nOwned iterator over the bytes of SerializedSignature\nA serialized Taproot Signature\nReturns the remaining bytes as a slice.\nReturns the argument unchanged.\nReturns the argument unchanged.\nCreate a SerializedSignature from a Signature. (this …\nCalls U::from(self).\nCalls U::from(self).\nConvert an iterator of anything into FallibleIterator by …\nGet the len of the used data.\nConvert the serialized signature into the Signature struct.\nConvert an iterator of Results into FallibleIterator by …\nWrites this serialized signature to a writer.\nRepresents changes to an IndexedTxGraph.\nThe IndexedTxGraph combines a TxGraph and an Indexer …\nBatch insert all transactions of the given block of height.\nBatch insert all transactions of the given block of height…\nApplies the ChangeSet to the IndexedTxGraph.\nApply an update directly.\nApply the given update with an optional seen_at timestamp.\nBatch insert transactions, filtering out those that are …\nBatch insert unconfirmed transactions, filtering out those …\nBatch insert unconfirmed transactions.\nReturns the argument unchanged.\nReturns the argument unchanged.\nGet a reference of the internal transaction graph.\nTransaction index.\nIndexer changeset.\nDetermines the ChangeSet between self and an empty …\nInsert an anchor for a given transaction.\nInsert a unix timestamp of when a transaction is seen in …\nInsert and index a transaction into the graph.\nInsert a floating txout of given outpoint.\nCalls U::from(self).\nCalls U::from(self).\nConstruct a new IndexedTxGraph with a given index.\nTxGraph changeset.\nThe resultant “changeset” when new transaction data is …\nUtilities for indexing transaction data.\nApply changeset to itself.\nScans a transaction for relevant outpoints, which are …\nScan and index the given outpoint and txout.\nDetermines the ChangeSet between self and an empty Indexer.\nDetermines whether the transaction should be included in …\nKeychainTxOutIndex controls how script pubkeys are …\nSpkTxOutIndex is an index storing TxOuts that have a …\nRepresents updates to the derivation index of a …\nThe default lookahead for a KeychainTxOutIndex\nThe descriptor has already been assigned to a keychain so …\nTrait to extend FullScanRequestBuilder.\nError returned from KeychainTxOutIndex::insert_descriptor\nThe keychain is already assigned to a descriptor so you can…\nKeychainTxOutIndex controls how script pubkeys are …\nName for table that stores last revealed indices per …\nSchema name for the changeset.\nTrait to extend SyncRequestBuilder.\nGet unbounded spk iterators for all keychains.\nApplies the ChangeSet<K> to the KeychainTxOutIndex<K>\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nConstruct KeychainTxOutIndex from sqlite database and …\nGets the descriptor associated with the keychain. Returns …\nReturns the keychain and keychain index associated with …\nInitialize sqlite tables for persisting KeychainTxOutIndex.\nReturn a reference to the internal SpkTxOutIndex.\nInsert a descriptor with a keychain associated to it.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nReturns whether the changeset are empty.\nReturns whether the spk under the keychain’s index has …\nIterate over all OutPoints that have TxOuts with script …\nIterate over OutPoints that have script pubkeys derived …\nReturn all keychains and their corresponding descriptors.\nContains for each descriptor_id the last revealed index of …\nGet the last derivation index revealed for keychain. …\nGet the last derivation index that is revealed for each …\nReturns the highest derivation index of the keychain where …\nReturns the highest derivation index of each keychain that …\nGet the lookahead setting.\nStore lookahead scripts until target_index (inclusive).\nMarks the script pubkey at index as used even though the …\nMerge another ChangeSet into self.\nComputes the net value that this transaction gives to the …\nConstruct a KeychainTxOutIndex with the given lookahead.\nGet the next derivation index for keychain. The next index …\nGets the next unused script pubkey in the keychain. I.e., …\nGet the set of indexed outpoints, corresponding to tracked …\nPersist changeset to the sqlite database.\nAttempts to reveal the next script pubkey for keychain.\nReveals script pubkeys of the keychain’s descriptor up …\nConvenience method to call Self::reveal_to_target on …\nIterate over revealed spks of the given keychain with …\nIterate over revealed spks of keychains in range\nAdd Scripts that are revealed by the indexer of the given …\nComputes the total value transfer effect tx has on the …\nReturn the script that exists under the given keychain’s …\nAdd spk iterators for each keychain tracked in indexer.\nReturn the TxOut of outpoint if it has been indexed, and …\nIterate over known txouts that spend to tracked script …\nFinds all txouts on a transaction that has previously been …\nGet an unbounded spk iterator over a given keychain. …\nUndoes the effect of mark_used. Returns whether the index …\nIterate over revealed, but unused, spks of the given …\nIterate over revealed, but unused, spks of all keychains.\nAdd Scripts that are revealed by the indexer but currently …\nThe descriptor you have attempted to reassign\nThe keychain that the descriptor is already assigned to\nThe descriptor that the keychain is already assigned to\nThe keychain that you have attempted to reassign\nAn index storing TxOuts that have a script pubkey that …\nThe script pubkeys that are being tracked by the index.\nReturns the argument unchanged.\nReturns the index associated with the script pubkey.\nAdds a script pubkey to scan for. Returns false and does …\nCalls U::from(self).\nWhether any of the inputs of this transaction spend a …\nReturns whether the script pubkey at index has been used …\nMarks the script pubkey at index as used even though it …\nComputes the net value transfer effect of tx on the script …\nGet a reference to the set of indexed outpoints.\nIterates over all the outputs with script pubkeys in an …\nScans a transaction’s outputs for matching script …\nScan a single TxOut for a matching script pubkey and …\nComputes the total value transfer effect tx has on the …\nReturns the script that has been inserted at the index.\nReturns the txout and script pubkey index of the TxOut at …\nIterate over all known txouts that spend to tracked script …\nFinds all txouts on a transaction that has previously been …\nUndoes the effect of mark_used. Returns whether the index …\nIterates over all unused script pubkeys in an index range.\nRepresents a failure when trying to insert/remove a …\nThe error type for LocalChain::apply_header_connected_to.\nName of sqlite table that stores blocks of LocalChain.\nOccurs when the update cannot connect with the original …\nOccurs when an update does not have a common checkpoint …\nThe ChangeSet represents changes to LocalChain.\nA checkpoint is a node of a reference-counted linked list …\nIterates over checkpoints backwards.\nOccurs when connected_to block conflicts with either the …\nThis is a local implementation of ChainOracle.\nAn error which occurs when a LocalChain is constructed …\nSchema name for the changeset.\nApply the given changeset.\nUpdate the chain with a given Header connecting it with …\nUpdate the chain with a given Header at height which you …\nApplies the given update to the chain.\nChanges to the LocalChain blocks.\nRemoves blocks from (and inclusive of) the given block_id.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nConstructs a LocalChain from a BTreeMap of height to …\nConstruct a LocalChain from an initial changeset.\nConstruct LocalChain from genesis hash.\nConstruct a LocalChain from sqlite database.\nConstruct a LocalChain from a given checkpoint tip.\nGet the genesis hash.\nGet checkpoint at given height (if it exists).\nThe checkpoint’s height.\nInitialize sqlite tables for persisting …\nDerives an initial ChangeSet, meaning that it can be …\nInsert a BlockId.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nIterate over checkpoints in descending height order.\nThe original checkpoint’s block hash which cannot be …\nPersist changeset to the sqlite database.\nIterate checkpoints over a height range.\nGet the highest checkpoint.\nThe suggested checkpoint to include to connect the two …\nThe attempted update to the original_block hash.\nTable name for schemas.\nRuns logic that initializes/migrates the table schemas.\nData required to perform a spk-based blockchain client …\nBuilds a FullScanRequest.\nData returned from a spk-based blockchain client full scan.\nOutpoint sync item.\nScript pubkey sync item.\nAn item reported to the inspect closure of SyncRequest.\nThe progress of SyncRequest.\nData required to perform a spk-based blockchain client …\nBuilds a SyncRequest.\nData returned from a spk-based blockchain client sync.\nTxid sync item.\nBuild the SyncRequest.\nBuild the FullScanRequest.\nStart building a SyncRequest.\nStart building a FullScanRequest.\nSet the initial chain tip for the sync request.\nGet the chain tip CheckPoint of this request (if any).\nSet the initial chain tip for the full scan request.\nGet the chain tip CheckPoint of this request (if any).\nChanges to the chain discovered during the scan.\nChanges to the chain discovered during the scan.\nTotal consumed items of the request.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nSet the closure that will inspect every sync item visited.\nSet the closure that will inspect every sync item visited.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nIterate over OutPoints contained in this request.\nIterate over ScriptBufs contained in this request.\nIterate over indexed ScriptBufs contained in this request …\nIterate over Txids contained in this request.\nList all keychains contained in this request.\nLast active indices for the corresponding keychains (K). …\nAdvances the sync request and returns the next OutPoint.\nAdvances the sync request and returns the next ScriptBuf.\nAdvances the full scan request and returns the next …\nAdvances the sync request and returns the next Txid.\nAdd OutPoints that will be synced against.\nOutpoints consumed by the request.\nOutpoints remaining in the request.\nGet the SyncProgress of this request.\nTotal remaining items of the request.\nAdd Scripts that will be synced against.\nScript pubkeys consumed by the request.\nSet the spk iterator for a given keychain.\nScript pubkeys remaining in the request.\nAdd Scripts coupled with associated indexes that will be …\nTotal items, consumed and remaining, of the request.\nTotal outpoints, consumed and remaining, of the request.\nTotal script pubkeys, consumed and remaining, of the …\nTotal txids, consumed and remaining, of the request.\nRelevant transaction data discovered during the scan.\nRelevant transaction data discovered during the scan.\nAdd Txids that will be synced against.\nTxids consumed by the request.\nTxids remaining in the request.\nName of table that stores Anchors.\nErrors returned by TxGraph::calculate_fee.\nA transaction that is included in the chain, or is still …\nThe ChangeSet represents changes to a TxGraph.\nMissing TxOut for one or more of the inputs of the tx\nWhen the transaction is invalid according to the graph it …\nSchema name for tx_graph::ChangeSet.\nName of table that stores floating txouts.\nName of table that stores full transactions and last_seen …\nAn iterator that traverses ancestors of a given root …\nAn iterator that traverses transaction descendants.\nA graph of transactions and spends.\nA transaction node in the TxGraph.\nData object used to communicate updates about relevant …\nGet all transaction anchors known by TxGraph.\nIterate over all tx outputs known by TxGraph.\nIterates over the heights of that the new transaction …\nTransaction anchors. Anchors tells us a position in the …\nThe blocks that the transaction is “anchored” in.\nAdded anchors.\nApplies ChangeSet to TxGraph.\nExtends this graph with the given update.\nExtends this graph with the given update alongside an …\nGet the total balance of outpoints that are in chain of …\nBatch insert unconfirmed transactions.\nCalculates the fee of a given transaction. Returns …\nHow the transaction is observed as (confirmed or …\nGiven a transaction, return an iterator of txids that …\nGet a filtered list of outputs from the given outpoints …\nGet a filtered list of unspent outputs (UTXOs) from the …\nIterate over floating txouts known by TxGraph.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nConstruct a TxGraph from an sqlite database.\nIterate over all full transactions in the graph.\nGet the position of the transaction in chain with tip …\nGet the txid of the spending transaction and where the …\nGet a transaction by txid. This only returns Some for full …\nGet a transaction node by txid. This only returns Some for …\nObtains a single tx output (if any) at the specified …\nInitialize sqlite tables.\nDetermines the ChangeSet between self and an empty TxGraph.\nInserts the given anchor into TxGraph.\nInserts the given seen_at for txid into TxGraph.\nInserts the given transaction into TxGraph.\nInserts the given TxOut at OutPoint.\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nConvert an iterator of anything into FallibleIterator by …\nConvert an iterator of anything into FallibleIterator by …\nWhether the graph has any transactions or outputs in it.\nAdded last-seen unix timestamps of transactions.\nThe last-seen unix timestamp of the transaction as …\nList graph transactions that are in chain with chain_tip.\nTransform the TxGraph to have Anchors of another type.\nTransform the ChangeSet to have Anchors of another type.\nConstruct a new TxGraph from a list of transactions.\nThe transactions spending from this output.\nPersist changeset to the sqlite database.\nSeen at times for transactions. This records when a …\nConvert an iterator of Results into FallibleIterator by …\nConvert an iterator of Results into FallibleIterator by …\nGet the total balance of outpoints that are in chain of …\nGet a filtered list of outputs from the given outpoints …\nGet a filtered list of unspent outputs (UTXOs) from the …\nGet the position of the transaction in chain with tip …\nGet the txid of the spending transaction and where the …\nList graph transactions that are in chain with chain_tip.\nA partial or full representation of the transaction.\nThe transaction node (as part of the graph).\nReturns known outputs of a given txid.\nIterates over the transactions spending from txid.\nTxid of the transaction.\nIterates over all outpoints contained within ChangeSet.\nFloating txouts. These are TxOuts that exist but the whole …\nAdded txouts.\nFull transactions. These are transactions that were …\nAdded transactions.\nIterate over graph transactions with no anchors or …\nCreates an iterator that filters and maps ancestor …\nCreates an iterator that both filters and maps conflicting …\nCreates an iterator that filters and maps descendants from …") \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/search.desc/example_wallet_electrum/example_wallet_electrum-desc-0-.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/search.desc/example_wallet_electrum/example_wallet_electrum-desc-0-.js new file mode 100644 index 0000000000..6a5b5ea8d6 --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/search.desc/example_wallet_electrum/example_wallet_electrum-desc-0-.js @@ -0,0 +1 @@ +searchState.loadedDescShard("example_wallet_electrum", 0, "") \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/search.desc/example_wallet_esplora_async/example_wallet_esplora_async-desc-0-.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/search.desc/example_wallet_esplora_async/example_wallet_esplora_async-desc-0-.js new file mode 100644 index 0000000000..96d3b4efbf --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/search.desc/example_wallet_esplora_async/example_wallet_esplora_async-desc-0-.js @@ -0,0 +1 @@ +searchState.loadedDescShard("example_wallet_esplora_async", 0, "") \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/search.desc/example_wallet_esplora_blocking/example_wallet_esplora_blocking-desc-0-.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/search.desc/example_wallet_esplora_blocking/example_wallet_esplora_blocking-desc-0-.js new file mode 100644 index 0000000000..989e94b415 --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/search.desc/example_wallet_esplora_blocking/example_wallet_esplora_blocking-desc-0-.js @@ -0,0 +1 @@ +searchState.loadedDescShard("example_wallet_esplora_blocking", 0, "") \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/search.desc/example_wallet_rpc/example_wallet_rpc-desc-0-.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/search.desc/example_wallet_rpc/example_wallet_rpc-desc-0-.js new file mode 100644 index 0000000000..7c686cfe9a --- /dev/null +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/search.desc/example_wallet_rpc/example_wallet_rpc-desc-0-.js @@ -0,0 +1 @@ +searchState.loadedDescShard("example_wallet_rpc", 0, "Bitcoind RPC example using bdk_wallet::Wallet.\nWallet change descriptor\nWhere to store wallet data\nWallet descriptor\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nBitcoin network to connect to\nRPC auth cookie file\nRPC auth password\nRPC auth username\nEarliest block height to start sync from\nRPC URL") \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/search.desc/wallet_electrum_example/wallet_electrum_example-desc-0-.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/search.desc/wallet_electrum_example/wallet_electrum_example-desc-0-.js deleted file mode 100644 index ff164d5dc7..0000000000 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/search.desc/wallet_electrum_example/wallet_electrum_example-desc-0-.js +++ /dev/null @@ -1 +0,0 @@ -searchState.loadedDescShard("wallet_electrum_example", 0, "") \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/search.desc/wallet_esplora_async/wallet_esplora_async-desc-0-.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/search.desc/wallet_esplora_async/wallet_esplora_async-desc-0-.js deleted file mode 100644 index f705aff164..0000000000 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/search.desc/wallet_esplora_async/wallet_esplora_async-desc-0-.js +++ /dev/null @@ -1 +0,0 @@ -searchState.loadedDescShard("wallet_esplora_async", 0, "") \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/search.desc/wallet_esplora_blocking/wallet_esplora_blocking-desc-0-.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/search.desc/wallet_esplora_blocking/wallet_esplora_blocking-desc-0-.js deleted file mode 100644 index 030b7be792..0000000000 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/search.desc/wallet_esplora_blocking/wallet_esplora_blocking-desc-0-.js +++ /dev/null @@ -1 +0,0 @@ -searchState.loadedDescShard("wallet_esplora_blocking", 0, "") \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/search.desc/wallet_rpc/wallet_rpc-desc-0-.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/search.desc/wallet_rpc/wallet_rpc-desc-0-.js deleted file mode 100644 index 2dbb3342b0..0000000000 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/search.desc/wallet_rpc/wallet_rpc-desc-0-.js +++ /dev/null @@ -1 +0,0 @@ -searchState.loadedDescShard("wallet_rpc", 0, "Bitcoind RPC example using bdk_wallet::Wallet.\nWallet change descriptor\nWhere to store wallet data\nWallet descriptor\nReturns the argument unchanged.\nReturns the argument unchanged.\nCalls U::from(self).\nCalls U::from(self).\nBitcoin network to connect to\nRPC auth cookie file\nRPC auth password\nRPC auth username\nEarliest block height to start sync from\nRPC URL") \ 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 d4be82f0e6..7c96d06f34 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-files.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/src-files.js index 3a060e027b..550673f9fa 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/src-files.js +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/src-files.js @@ -11,9 +11,9 @@ var srcIndex = new Map(JSON.parse('[\ ["example_cli",["",[],["lib.rs"]]],\ ["example_electrum",["",[],["main.rs"]]],\ ["example_esplora",["",[],["main.rs"]]],\ -["wallet_electrum_example",["",[],["main.rs"]]],\ -["wallet_esplora_async",["",[],["main.rs"]]],\ -["wallet_esplora_blocking",["",[],["main.rs"]]],\ -["wallet_rpc",["",[],["main.rs"]]]\ +["example_wallet_electrum",["",[],["main.rs"]]],\ +["example_wallet_esplora_async",["",[],["main.rs"]]],\ +["example_wallet_esplora_blocking",["",[],["main.rs"]]],\ +["example_wallet_rpc",["",[],["main.rs"]]]\ ]')); createSrcSidebar(); diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/wallet_electrum_example/main.rs.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/example_wallet_electrum/main.rs.html similarity index 81% rename from docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/wallet_electrum_example/main.rs.html rename to docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/example_wallet_electrum/main.rs.html index 0e445f9af8..68b997d552 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/wallet_electrum_example/main.rs.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/example_wallet_electrum/main.rs.html @@ -1,4 +1,4 @@ -main.rs - source
1
+main.rs - source
1
 2
 3
 4
diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/wallet_esplora_async/main.rs.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/example_wallet_esplora_async/main.rs.html
similarity index 80%
rename from docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/wallet_esplora_async/main.rs.html
rename to docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/example_wallet_esplora_async/main.rs.html
index 60c62f95da..fe80a73f80 100644
--- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/wallet_esplora_async/main.rs.html
+++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/example_wallet_esplora_async/main.rs.html
@@ -1,4 +1,4 @@
-main.rs - source
1
+main.rs - source
1
 2
 3
 4
diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/wallet_esplora_blocking/main.rs.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/example_wallet_esplora_blocking/main.rs.html
similarity index 80%
rename from docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/wallet_esplora_blocking/main.rs.html
rename to docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/example_wallet_esplora_blocking/main.rs.html
index e025a62a80..2661359e8c 100644
--- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/wallet_esplora_blocking/main.rs.html
+++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/example_wallet_esplora_blocking/main.rs.html
@@ -1,4 +1,4 @@
-main.rs - source
1
+main.rs - source
1
 2
 3
 4
diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/wallet_rpc/main.rs.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/example_wallet_rpc/main.rs.html
similarity index 89%
rename from docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/wallet_rpc/main.rs.html
rename to docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/example_wallet_rpc/main.rs.html
index 3ebfebbec5..70aaa21070 100644
--- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/wallet_rpc/main.rs.html
+++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/example_wallet_rpc/main.rs.html
@@ -1,4 +1,4 @@
-main.rs - source
1
+main.rs - source
1
 2
 3
 4
diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/clap/derive/trait.Args.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/clap_builder/derive/trait.Args.js
similarity index 88%
rename from docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/clap/derive/trait.Args.js
rename to docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/clap_builder/derive/trait.Args.js
index 47686f751c..b4586f6543 100644
--- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/clap/derive/trait.Args.js
+++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/clap_builder/derive/trait.Args.js
@@ -3,5 +3,5 @@
 "example_cli":[["impl<CS: Subcommand, S: Args> Args for Args<CS, S>"]],
 "example_electrum":[["impl Args for ElectrumArgs"],["impl Args for ScanOptions"]],
 "example_esplora":[["impl Args for EsploraArgs"],["impl Args for ScanOptions"]],
-"wallet_rpc":[["impl Args for Args"]]
+"example_wallet_rpc":[["impl Args for Args"]]
 };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/clap/derive/trait.CommandFactory.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/clap_builder/derive/trait.CommandFactory.js
similarity index 81%
rename from docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/clap/derive/trait.CommandFactory.js
rename to docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/clap_builder/derive/trait.CommandFactory.js
index adf6cd3c4c..98e7612677 100644
--- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/clap/derive/trait.CommandFactory.js
+++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/clap_builder/derive/trait.CommandFactory.js
@@ -2,5 +2,5 @@
 "example_cli":[["impl<CS: Subcommand, S: Args> CommandFactory for Args<CS, S>"]],
 "example_electrum":[["impl CommandFactory for ScanOptions"]],
 "example_esplora":[["impl CommandFactory for ScanOptions"]],
-"wallet_rpc":[["impl CommandFactory for Args"]]
+"example_wallet_rpc":[["impl CommandFactory for Args"]]
 };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/clap/derive/trait.FromArgMatches.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/clap_builder/derive/trait.FromArgMatches.js
similarity index 93%
rename from docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/clap/derive/trait.FromArgMatches.js
rename to docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/clap_builder/derive/trait.FromArgMatches.js
index ab0b2ab459..08d0cb448e 100644
--- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/clap/derive/trait.FromArgMatches.js
+++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/clap_builder/derive/trait.FromArgMatches.js
@@ -3,5 +3,5 @@
 "example_cli":[["impl FromArgMatches for AddressCmd"],["impl FromArgMatches for TxOutCmd"],["impl<CS: Subcommand, S: Args> FromArgMatches for Commands<CS, S>"],["impl<CS: Subcommand, S: Args> FromArgMatches for Args<CS, S>"],["impl<S: Args> FromArgMatches for PsbtCmd<S>"]],
 "example_electrum":[["impl FromArgMatches for ElectrumCommands"],["impl FromArgMatches for ElectrumArgs"],["impl FromArgMatches for ScanOptions"]],
 "example_esplora":[["impl FromArgMatches for EsploraCommands"],["impl FromArgMatches for EsploraArgs"],["impl FromArgMatches for ScanOptions"]],
-"wallet_rpc":[["impl FromArgMatches for Args"]]
+"example_wallet_rpc":[["impl FromArgMatches for Args"]]
 };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/clap/derive/trait.Parser.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/clap_builder/derive/trait.Parser.js
similarity index 81%
rename from docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/clap/derive/trait.Parser.js
rename to docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/clap_builder/derive/trait.Parser.js
index b4468d44d8..f913e98edf 100644
--- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/clap/derive/trait.Parser.js
+++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/clap_builder/derive/trait.Parser.js
@@ -2,5 +2,5 @@
 "example_cli":[["impl<CS: Subcommand, S: Args> Parser for Args<CS, S>"]],
 "example_electrum":[["impl Parser for ScanOptions"]],
 "example_esplora":[["impl Parser for ScanOptions"]],
-"wallet_rpc":[["impl Parser for Args"]]
+"example_wallet_rpc":[["impl Parser for Args"]]
 };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/clap/derive/trait.Subcommand.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/clap_builder/derive/trait.Subcommand.js
similarity index 100%
rename from docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/clap/derive/trait.Subcommand.js
rename to docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/clap_builder/derive/trait.Subcommand.js
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 c0a48511a1..d85ab71829 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
@@ -10,5 +10,5 @@
 "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"]],
 "example_esplora":[["impl Debug for EsploraCommands"],["impl Debug for EsploraArgs"],["impl Debug for ScanOptions"]],
-"wallet_rpc":[["impl Debug for Emission"],["impl Debug for Args"]]
+"example_wallet_rpc":[["impl Debug for Emission"],["impl Debug for Args"]]
 };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 cca2cbb21d..024d0cab2e 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
@@ -10,5 +10,5 @@
 "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"]]], "example_esplora":[["impl Freeze for EsploraCommands",1,["example_esplora::EsploraCommands"]],["impl Freeze for EsploraArgs",1,["example_esplora::EsploraArgs"]],["impl Freeze for ScanOptions",1,["example_esplora::ScanOptions"]]], -"wallet_rpc":[["impl Freeze for Emission",1,["wallet_rpc::Emission"]],["impl Freeze for Args",1,["wallet_rpc::Args"]]] +"example_wallet_rpc":[["impl Freeze for Emission",1,["example_wallet_rpc::Emission"]],["impl Freeze for Args",1,["example_wallet_rpc::Args"]]] };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.Send.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/marker/trait.Send.js index 7f57284226..d61da6d553 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 @@ -10,5 +10,5 @@ "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"]]], "example_esplora":[["impl Send for EsploraCommands",1,["example_esplora::EsploraCommands"]],["impl Send for EsploraArgs",1,["example_esplora::EsploraArgs"]],["impl Send for ScanOptions",1,["example_esplora::ScanOptions"]]], -"wallet_rpc":[["impl Send for Emission",1,["wallet_rpc::Emission"]],["impl Send for Args",1,["wallet_rpc::Args"]]] +"example_wallet_rpc":[["impl Send for Emission",1,["example_wallet_rpc::Emission"]],["impl Send for Args",1,["example_wallet_rpc::Args"]]] };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.Sync.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/marker/trait.Sync.js index 26f8d44c7c..a93a9a1290 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 @@ -10,5 +10,5 @@ "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"]]], "example_esplora":[["impl Sync for EsploraCommands",1,["example_esplora::EsploraCommands"]],["impl Sync for EsploraArgs",1,["example_esplora::EsploraArgs"]],["impl Sync for ScanOptions",1,["example_esplora::ScanOptions"]]], -"wallet_rpc":[["impl Sync for Emission",1,["wallet_rpc::Emission"]],["impl Sync for Args",1,["wallet_rpc::Args"]]] +"example_wallet_rpc":[["impl Sync for Emission",1,["example_wallet_rpc::Emission"]],["impl Sync for Args",1,["example_wallet_rpc::Args"]]] };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.Unpin.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/trait.impl/core/marker/trait.Unpin.js index ef0f3f9021..fa6a3a8e0b 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 @@ -10,5 +10,5 @@ "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"]]], "example_esplora":[["impl Unpin for EsploraCommands",1,["example_esplora::EsploraCommands"]],["impl Unpin for EsploraArgs",1,["example_esplora::EsploraArgs"]],["impl Unpin for ScanOptions",1,["example_esplora::ScanOptions"]]], -"wallet_rpc":[["impl Unpin for Emission",1,["wallet_rpc::Emission"]],["impl Unpin for Args",1,["wallet_rpc::Args"]]] +"example_wallet_rpc":[["impl Unpin for Emission",1,["example_wallet_rpc::Emission"]],["impl Unpin for Args",1,["example_wallet_rpc::Args"]]] };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/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 6eb23680ee..58e2153e71 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 @@ -10,5 +10,5 @@ "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"]]], "example_esplora":[["impl RefUnwindSafe for EsploraCommands",1,["example_esplora::EsploraCommands"]],["impl RefUnwindSafe for EsploraArgs",1,["example_esplora::EsploraArgs"]],["impl RefUnwindSafe for ScanOptions",1,["example_esplora::ScanOptions"]]], -"wallet_rpc":[["impl RefUnwindSafe for Emission",1,["wallet_rpc::Emission"]],["impl RefUnwindSafe for Args",1,["wallet_rpc::Args"]]] +"example_wallet_rpc":[["impl RefUnwindSafe for Emission",1,["example_wallet_rpc::Emission"]],["impl RefUnwindSafe for Args",1,["example_wallet_rpc::Args"]]] };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/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 92379dc246..241b7004b3 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 @@ -10,5 +10,5 @@ "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"]]], "example_esplora":[["impl UnwindSafe for EsploraCommands",1,["example_esplora::EsploraCommands"]],["impl UnwindSafe for EsploraArgs",1,["example_esplora::EsploraArgs"]],["impl UnwindSafe for ScanOptions",1,["example_esplora::ScanOptions"]]], -"wallet_rpc":[["impl UnwindSafe for Emission",1,["wallet_rpc::Emission"]],["impl UnwindSafe for Args",1,["wallet_rpc::Args"]]] +"example_wallet_rpc":[["impl UnwindSafe for Emission",1,["example_wallet_rpc::Emission"]],["impl UnwindSafe for Args",1,["example_wallet_rpc::Args"]]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/alloc/boxed/struct.Box.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/alloc/boxed/struct.Box.js index 49b00f8902..31abe196a2 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/alloc/boxed/struct.Box.js +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/alloc/boxed/struct.Box.js @@ -1,3 +1,3 @@ (function() {var type_impls = { -"bdk_esplora":[["
1.64.0 · source§

impl<T> AsFd for Box<T>
where\n T: AsFd + ?Sized,

source§

fn as_fd(&self) -> BorrowedFd<'_>

Borrows the file descriptor. Read more
","AsFd","bdk_esplora::blocking_ext::Error"],["
1.5.0 · source§

impl<T, A> AsMut<T> for Box<T, A>
where\n A: Allocator,\n T: ?Sized,

source§

fn as_mut(&mut self) -> &mut T

Converts this type into a mutable reference of the (usually inferred) input type.
","AsMut","bdk_esplora::blocking_ext::Error"],["
1.63.0 · source§

impl<T> AsRawFd for Box<T>
where\n T: AsRawFd,

source§

fn as_raw_fd(&self) -> i32

Extracts the raw file descriptor. Read more
","AsRawFd","bdk_esplora::blocking_ext::Error"],["
1.5.0 · source§

impl<T, A> AsRef<T> for Box<T, A>
where\n A: Allocator,\n T: ?Sized,

source§

fn as_ref(&self) -> &T

Converts this type into a shared reference of the (usually inferred) input type.
","AsRef","bdk_esplora::blocking_ext::Error"],["
§

impl<T> AsyncBufRead for Box<T>
where\n T: AsyncBufRead + Unpin + ?Sized,

§

fn poll_fill_buf(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Result<&[u8], Error>>

Attempt to return the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read more
§

fn consume(self: Pin<&mut Box<T>>, amt: usize)

Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to poll_read. Read more
","AsyncBufRead","bdk_esplora::blocking_ext::Error"],["
§

impl<T> AsyncBufRead for Box<T>
where\n T: AsyncBufRead + Unpin + ?Sized,

§

fn poll_fill_buf(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Result<&[u8], Error>>

Attempts to return the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read more
§

fn consume(self: Pin<&mut Box<T>>, amt: usize)

Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to poll_read. Read more
","AsyncBufRead","bdk_esplora::blocking_ext::Error"],["
source§

impl<Args, F, A> AsyncFn<Args> for Box<F, A>
where\n Args: Tuple,\n F: AsyncFn<Args> + ?Sized,\n A: Allocator,

source§

extern "rust-call" fn async_call(\n &self,\n args: Args\n) -> <Box<F, A> as AsyncFnMut<Args>>::CallRefFuture<'_>

🔬This is a nightly-only experimental API. (async_fn_traits)
Call the AsyncFn, returning a future which may borrow from the called closure.
","AsyncFn","bdk_esplora::blocking_ext::Error"],["
source§

impl<Args, F, A> AsyncFnMut<Args> for Box<F, A>
where\n Args: Tuple,\n F: AsyncFnMut<Args> + ?Sized,\n A: Allocator,

§

type CallRefFuture<'a> = <F as AsyncFnMut<Args>>::CallRefFuture<'a>\nwhere\n Box<F, A>: 'a

🔬This is a nightly-only experimental API. (async_fn_traits)
source§

extern "rust-call" fn async_call_mut(\n &mut self,\n args: Args\n) -> <Box<F, A> as AsyncFnMut<Args>>::CallRefFuture<'_>

🔬This is a nightly-only experimental API. (async_fn_traits)
Call the AsyncFnMut, returning a future which may borrow from the called closure.
","AsyncFnMut","bdk_esplora::blocking_ext::Error"],["
source§

impl<Args, F, A> AsyncFnOnce<Args> for Box<F, A>
where\n Args: Tuple,\n F: AsyncFnOnce<Args> + ?Sized,\n A: Allocator,

§

type Output = <F as AsyncFnOnce<Args>>::Output

🔬This is a nightly-only experimental API. (async_fn_traits)
Output type of the called closure’s future.
§

type CallOnceFuture = <F as AsyncFnOnce<Args>>::CallOnceFuture

🔬This is a nightly-only experimental API. (async_fn_traits)
Future returned by AsyncFnOnce::async_call_once.
source§

extern "rust-call" fn async_call_once(\n self,\n args: Args\n) -> <Box<F, A> as AsyncFnOnce<Args>>::CallOnceFuture

🔬This is a nightly-only experimental API. (async_fn_traits)
Call the AsyncFnOnce, returning a future which may move out of the called closure.
","AsyncFnOnce","bdk_esplora::blocking_ext::Error"],["
source§

impl<S> AsyncIterator for Box<S>
where\n S: AsyncIterator + Unpin + ?Sized,

§

type Item = <S as AsyncIterator>::Item

🔬This is a nightly-only experimental API. (async_iterator)
The type of items yielded by the async iterator.
source§

fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>

🔬This is a nightly-only experimental API. (async_iterator)
Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more
source§

fn size_hint(&self) -> (usize, Option<usize>)

🔬This is a nightly-only experimental API. (async_iterator)
Returns the bounds on the remaining length of the async iterator. Read more
","AsyncIterator","bdk_esplora::blocking_ext::Error"],["
§

impl<T> AsyncRead for Box<T>
where\n T: AsyncRead + Unpin + ?Sized,

§

fn poll_read(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n buf: &mut ReadBuf<'_>\n) -> Poll<Result<(), Error>>

Attempts to read from the AsyncRead into buf. Read more
","AsyncRead","bdk_esplora::blocking_ext::Error"],["
§

impl<T> AsyncRead for Box<T>
where\n T: AsyncRead + Unpin + ?Sized,

§

fn poll_read(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n buf: &mut [u8]\n) -> Poll<Result<usize, Error>>

Attempt to read from the AsyncRead into buf. Read more
§

fn poll_read_vectored(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n bufs: &mut [IoSliceMut<'_>]\n) -> Poll<Result<usize, Error>>

Attempt to read from the AsyncRead into bufs using vectored\nIO operations. Read more
","AsyncRead","bdk_esplora::blocking_ext::Error"],["
§

impl<T> AsyncSeek for Box<T>
where\n T: AsyncSeek + Unpin + ?Sized,

§

fn poll_seek(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n pos: SeekFrom\n) -> Poll<Result<u64, Error>>

Attempt to seek to an offset, in bytes, in a stream. Read more
","AsyncSeek","bdk_esplora::blocking_ext::Error"],["
§

impl<T> AsyncSeek for Box<T>
where\n T: AsyncSeek + Unpin + ?Sized,

§

fn start_seek(self: Pin<&mut Box<T>>, pos: SeekFrom) -> Result<(), Error>

Attempts to seek to an offset, in bytes, in a stream. Read more
§

fn poll_complete(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Result<u64, Error>>

Waits for a seek operation to complete. Read more
","AsyncSeek","bdk_esplora::blocking_ext::Error"],["
§

impl<T> AsyncWrite for Box<T>
where\n T: AsyncWrite + Unpin + ?Sized,

§

fn poll_write(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n buf: &[u8]\n) -> Poll<Result<usize, Error>>

Attempt to write bytes from buf into the object. Read more
§

fn poll_write_vectored(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n bufs: &[IoSlice<'_>]\n) -> Poll<Result<usize, Error>>

Attempt to write bytes from bufs into the object using vectored\nIO operations. Read more
§

fn poll_flush(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), Error>>

Attempt to flush the object, ensuring that any buffered data reach\ntheir destination. Read more
§

fn poll_close(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), Error>>

Attempt to close the object. Read more
","AsyncWrite","bdk_esplora::blocking_ext::Error"],["
§

impl<T> AsyncWrite for Box<T>
where\n T: AsyncWrite + Unpin + ?Sized,

§

fn poll_write(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n buf: &[u8]\n) -> Poll<Result<usize, Error>>

Attempt to write bytes from buf into the object. Read more
§

fn poll_write_vectored(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n bufs: &[IoSlice<'_>]\n) -> Poll<Result<usize, Error>>

Like poll_write, except that it writes from a slice of buffers. Read more
§

fn is_write_vectored(&self) -> bool

Determines if this writer has an efficient poll_write_vectored\nimplementation. Read more
§

fn poll_flush(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), Error>>

Attempts to flush the object, ensuring that any buffered data reach\ntheir destination. Read more
§

fn poll_shutdown(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), Error>>

Initiates or attempts to shut down this writer, returning success when\nthe I/O connection has completely shut down. Read more
","AsyncWrite","bdk_esplora::blocking_ext::Error"],["
source§

impl<T> Body for Box<T>
where\n T: Body + Unpin + ?Sized,

§

type Data = <T as Body>::Data

Values yielded by the Body.
§

type Error = <T as Body>::Error

The error type this Body might generate.
source§

fn poll_data(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Option<Result<<Box<T> as Body>::Data, <Box<T> as Body>::Error>>>

Attempt to pull out the next data buffer of this stream.
source§

fn poll_trailers(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Result<Option<HeaderMap>, <Box<T> as Body>::Error>>

Poll for an optional single HeaderMap of trailers. Read more
source§

fn is_end_stream(&self) -> bool

Returns true when the end of stream has been reached. Read more
source§

fn size_hint(&self) -> SizeHint

Returns the bounds on the remaining length of the stream. Read more
source§

fn data(&mut self) -> Data<'_, Self>
where\n Self: Sized + Unpin,

Returns future that resolves to next data chunk, if any.
source§

fn trailers(&mut self) -> Trailers<'_, Self>
where\n Self: Sized + Unpin,

Returns future that resolves to trailers, if any.
source§

fn map_data<F, B>(self, f: F) -> MapData<Self, F>
where\n Self: Sized,\n F: FnMut(Self::Data) -> B,\n B: Buf,

Maps this body’s data value to a different value.
source§

fn map_err<F, E>(self, f: F) -> MapErr<Self, F>
where\n Self: Sized,\n F: FnMut(Self::Error) -> E,

Maps this body’s error value to a different value.
source§

fn collect(self) -> Collect<Self>
where\n Self: Sized,

Turn this body into Collected body which will collect all the DATA frames\nand trailers.
","Body","bdk_esplora::blocking_ext::Error"],["
1.1.0 · source§

impl<T, A> Borrow<T> for Box<T, A>
where\n A: Allocator,\n T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
","Borrow","bdk_esplora::blocking_ext::Error"],["
1.1.0 · source§

impl<T, A> BorrowMut<T> for Box<T, A>
where\n A: Allocator,\n T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
","BorrowMut","bdk_esplora::blocking_ext::Error"],["
source§

impl<T> Box<T>

1.0.0 · source

pub fn new(x: T) -> Box<T>

Allocates memory on the heap and then places x into it.

\n

This doesn’t actually allocate if T is zero-sized.

\n
§Examples
\n
let five = Box::new(5);
\n
source

pub fn new_uninit() -> Box<MaybeUninit<T>>

🔬This is a nightly-only experimental API. (new_uninit)

Constructs a new box with uninitialized contents.

\n
§Examples
\n
#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n    // Deferred initialization:\n    five.as_mut_ptr().write(5);\n\n    five.assume_init()\n};\n\nassert_eq!(*five, 5)
\n
source

pub fn new_zeroed() -> Box<MaybeUninit<T>>

🔬This is a nightly-only experimental API. (new_uninit)

Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.

\n

See MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.

\n
§Examples
\n
#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n
1.33.0 · source

pub fn pin(x: T) -> Pin<Box<T>>

Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.

\n

Constructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.

\n
source

pub fn try_new(x: T) -> Result<Box<T>, AllocError>

🔬This is a nightly-only experimental API. (allocator_api)

Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails

\n

This doesn’t actually allocate if T is zero-sized.

\n
§Examples
\n
#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\n
source

pub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>

🔬This is a nightly-only experimental API. (allocator_api)

Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails

\n
§Examples
\n
#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n    // Deferred initialization:\n    five.as_mut_ptr().write(5);\n\n    five.assume_init()\n};\n\nassert_eq!(*five, 5);
\n
source

pub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>

🔬This is a nightly-only experimental API. (allocator_api)

Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap

\n

See MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.

\n
§Examples
\n
#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n
",0,"bdk_esplora::blocking_ext::Error"],["
source§

impl<T> Box<T>
where\n T: ?Sized,

1.4.0 · source

pub unsafe fn from_raw(raw: *mut T) -> Box<T>

Constructs a box from a raw pointer.

\n

After calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .

\n
§Safety
\n

This function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.

\n

The safety conditions are described in the memory layout section.

\n
§Examples
\n

Recreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:

\n\n
let x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\n

Manually create a Box from scratch by using the global allocator:

\n\n
use std::alloc::{alloc, Layout};\n\nunsafe {\n    let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n    // In general .write is required to avoid attempting to destruct\n    // the (uninitialized) previous contents of `ptr`, though for this\n    // simple example `*ptr = 5` would have worked as well.\n    ptr.write(5);\n    let x = Box::from_raw(ptr);\n}
\n
",0,"bdk_esplora::blocking_ext::Error"],["
source§

impl<T, A> Box<T, A>
where\n A: Allocator,

source

pub fn new_in(x: T, alloc: A) -> Box<T, A>
where\n A: Allocator,

🔬This is a nightly-only experimental API. (allocator_api)

Allocates memory in the given allocator then places x into it.

\n

This doesn’t actually allocate if T is zero-sized.

\n
§Examples
\n
#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\n
source

pub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>
where\n A: Allocator,

🔬This is a nightly-only experimental API. (allocator_api)

Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails

\n

This doesn’t actually allocate if T is zero-sized.

\n
§Examples
\n
#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\n
source

pub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>
where\n A: Allocator,

🔬This is a nightly-only experimental API. (allocator_api)

Constructs a new box with uninitialized contents in the provided allocator.

\n
§Examples
\n
#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n    // Deferred initialization:\n    five.as_mut_ptr().write(5);\n\n    five.assume_init()\n};\n\nassert_eq!(*five, 5)
\n
source

pub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>
where\n A: Allocator,

🔬This is a nightly-only experimental API. (allocator_api)

Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails

\n
§Examples
\n
#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n    // Deferred initialization:\n    five.as_mut_ptr().write(5);\n\n    five.assume_init()\n};\n\nassert_eq!(*five, 5);
\n
source

pub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>
where\n A: Allocator,

🔬This is a nightly-only experimental API. (allocator_api)

Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.

\n

See MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.

\n
§Examples
\n
#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n
source

pub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>
where\n A: Allocator,

🔬This is a nightly-only experimental API. (allocator_api)

Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,

\n

See MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.

\n
§Examples
\n
#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n
source

pub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>
where\n A: 'static + Allocator,

🔬This is a nightly-only experimental API. (allocator_api)

Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.

\n

Constructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.

\n
source

pub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>

🔬This is a nightly-only experimental API. (box_into_boxed_slice)

Converts a Box<T> into a Box<[T]>

\n

This conversion does not allocate on the heap and happens in place.

\n
source

pub fn into_inner(boxed: Box<T, A>) -> T

🔬This is a nightly-only experimental API. (box_into_inner)

Consumes the Box, returning the wrapped value.

\n
§Examples
\n
#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n
",0,"bdk_esplora::blocking_ext::Error"],["
source§

impl<T, A> Box<T, A>
where\n A: Allocator,\n T: ?Sized,

const: unstable · source

pub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>

🔬This is a nightly-only experimental API. (allocator_api)

Constructs a box from a raw pointer in the given allocator.

\n

After calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .

\n
§Safety
\n

This function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.

\n
§Examples
\n

Recreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:

\n\n
#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\n

Manually create a Box from scratch by using the system allocator:

\n\n
#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n    let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n    // In general .write is required to avoid attempting to destruct\n    // the (uninitialized) previous contents of `ptr`, though for this\n    // simple example `*ptr = 5` would have worked as well.\n    ptr.write(5);\n    let x = Box::from_raw_in(ptr, System);\n}
\n
1.4.0 · source

pub fn into_raw(b: Box<T, A>) -> *mut T

Consumes the Box, returning a wrapped raw pointer.

\n

The pointer will be properly aligned and non-null.

\n

After calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.

\n

Note: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.

\n
§Examples
\n

Converting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:

\n\n
let x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\n

Manual cleanup by explicitly running the destructor and deallocating\nthe memory:

\n\n
use std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n    ptr::drop_in_place(ptr);\n    dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\n

Note: This is equivalent to the following:

\n\n
let x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n    drop(Box::from_raw(ptr));\n}
\n
source

pub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)

🔬This is a nightly-only experimental API. (allocator_api)

Consumes the Box, returning a wrapped raw pointer and the allocator.

\n

The pointer will be properly aligned and non-null.

\n

After calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.

\n

Note: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.

\n
§Examples
\n

Converting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:

\n\n
#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\n

Manual cleanup by explicitly running the destructor and deallocating\nthe memory:

\n\n
#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n    ptr::drop_in_place(ptr);\n    let non_null = NonNull::new_unchecked(ptr);\n    alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\n
const: unstable · source

pub fn allocator(b: &Box<T, A>) -> &A

🔬This is a nightly-only experimental API. (allocator_api)

Returns a reference to the underlying allocator.

\n

Note: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.

\n
1.26.0 · source

pub fn leak<'a>(b: Box<T, A>) -> &'a mut T
where\n A: 'a,

Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.

\n

This function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.

\n

Note: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.

\n
§Examples
\n

Simple usage:

\n\n
let x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\n

Unsized data:

\n\n
let x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n
1.63.0 (const: unstable) · source

pub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>
where\n A: 'static,

Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.

\n

This conversion does not allocate on the heap and happens in place.

\n

This is also available via From.

\n

Constructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.

\n
§Notes
\n

It’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.

\n\n
struct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n    fn from(_: Box<()>) -> Pin<Foo> {\n        Pin::new(Foo)\n    }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n
",0,"bdk_esplora::blocking_ext::Error"],["
§

impl<T> Buf for Box<T>
where\n T: Buf + ?Sized,

§

fn remaining(&self) -> usize

Returns the number of bytes between the current position and the end of\nthe buffer. Read more
§

fn chunk(&self) -> &[u8]

Returns a slice starting at the current position and of length between 0\nand Buf::remaining(). Note that this can return shorter slice (this allows\nnon-continuous internal representation). Read more
§

fn chunks_vectored<'b>(&'b self, dst: &mut [IoSlice<'b>]) -> usize

Fills dst with potentially multiple slices starting at self’s\ncurrent position. Read more
§

fn advance(&mut self, cnt: usize)

Advance the internal cursor of the Buf Read more
§

fn has_remaining(&self) -> bool

Returns true if there are any more bytes to consume Read more
§

fn copy_to_slice(&mut self, dst: &mut [u8])

Copies bytes from self into dst. Read more
§

fn get_u8(&mut self) -> u8

Gets an unsigned 8 bit integer from self. Read more
§

fn get_i8(&mut self) -> i8

Gets a signed 8 bit integer from self. Read more
§

fn get_u16(&mut self) -> u16

Gets an unsigned 16 bit integer from self in big-endian byte order. Read more
§

fn get_u16_le(&mut self) -> u16

Gets an unsigned 16 bit integer from self in little-endian byte order. Read more
§

fn get_u16_ne(&mut self) -> u16

Gets an unsigned 16 bit integer from self in native-endian byte order. Read more
§

fn get_i16(&mut self) -> i16

Gets a signed 16 bit integer from self in big-endian byte order. Read more
§

fn get_i16_le(&mut self) -> i16

Gets a signed 16 bit integer from self in little-endian byte order. Read more
§

fn get_i16_ne(&mut self) -> i16

Gets a signed 16 bit integer from self in native-endian byte order. Read more
§

fn get_u32(&mut self) -> u32

Gets an unsigned 32 bit integer from self in the big-endian byte order. Read more
§

fn get_u32_le(&mut self) -> u32

Gets an unsigned 32 bit integer from self in the little-endian byte order. Read more
§

fn get_u32_ne(&mut self) -> u32

Gets an unsigned 32 bit integer from self in native-endian byte order. Read more
§

fn get_i32(&mut self) -> i32

Gets a signed 32 bit integer from self in big-endian byte order. Read more
§

fn get_i32_le(&mut self) -> i32

Gets a signed 32 bit integer from self in little-endian byte order. Read more
§

fn get_i32_ne(&mut self) -> i32

Gets a signed 32 bit integer from self in native-endian byte order. Read more
§

fn get_u64(&mut self) -> u64

Gets an unsigned 64 bit integer from self in big-endian byte order. Read more
§

fn get_u64_le(&mut self) -> u64

Gets an unsigned 64 bit integer from self in little-endian byte order. Read more
§

fn get_u64_ne(&mut self) -> u64

Gets an unsigned 64 bit integer from self in native-endian byte order. Read more
§

fn get_i64(&mut self) -> i64

Gets a signed 64 bit integer from self in big-endian byte order. Read more
§

fn get_i64_le(&mut self) -> i64

Gets a signed 64 bit integer from self in little-endian byte order. Read more
§

fn get_i64_ne(&mut self) -> i64

Gets a signed 64 bit integer from self in native-endian byte order. Read more
§

fn get_uint(&mut self, nbytes: usize) -> u64

Gets an unsigned n-byte integer from self in big-endian byte order. Read more
§

fn get_uint_le(&mut self, nbytes: usize) -> u64

Gets an unsigned n-byte integer from self in little-endian byte order. Read more
§

fn get_uint_ne(&mut self, nbytes: usize) -> u64

Gets an unsigned n-byte integer from self in native-endian byte order. Read more
§

fn get_int(&mut self, nbytes: usize) -> i64

Gets a signed n-byte integer from self in big-endian byte order. Read more
§

fn get_int_le(&mut self, nbytes: usize) -> i64

Gets a signed n-byte integer from self in little-endian byte order. Read more
§

fn get_int_ne(&mut self, nbytes: usize) -> i64

Gets a signed n-byte integer from self in native-endian byte order. Read more
§

fn copy_to_bytes(&mut self, len: usize) -> Bytes

Consumes len bytes inside self and returns new instance of Bytes\nwith this data. Read more
§

fn get_u128(&mut self) -> u128

Gets an unsigned 128 bit integer from self in big-endian byte order. Read more
§

fn get_u128_le(&mut self) -> u128

Gets an unsigned 128 bit integer from self in little-endian byte order. Read more
§

fn get_u128_ne(&mut self) -> u128

Gets an unsigned 128 bit integer from self in native-endian byte order. Read more
§

fn get_i128(&mut self) -> i128

Gets a signed 128 bit integer from self in big-endian byte order. Read more
§

fn get_i128_le(&mut self) -> i128

Gets a signed 128 bit integer from self in little-endian byte order. Read more
§

fn get_i128_ne(&mut self) -> i128

Gets a signed 128 bit integer from self in native-endian byte order. Read more
§

fn get_f32(&mut self) -> f32

Gets an IEEE754 single-precision (4 bytes) floating point number from\nself in big-endian byte order. Read more
§

fn get_f32_le(&mut self) -> f32

Gets an IEEE754 single-precision (4 bytes) floating point number from\nself in little-endian byte order. Read more
§

fn get_f32_ne(&mut self) -> f32

Gets an IEEE754 single-precision (4 bytes) floating point number from\nself in native-endian byte order. Read more
§

fn get_f64(&mut self) -> f64

Gets an IEEE754 double-precision (8 bytes) floating point number from\nself in big-endian byte order. Read more
§

fn get_f64_le(&mut self) -> f64

Gets an IEEE754 double-precision (8 bytes) floating point number from\nself in little-endian byte order. Read more
§

fn get_f64_ne(&mut self) -> f64

Gets an IEEE754 double-precision (8 bytes) floating point number from\nself in native-endian byte order. Read more
§

fn take(self, limit: usize) -> Take<Self>
where\n Self: Sized,

Creates an adaptor which will read at most limit bytes from self. Read more
§

fn chain<U>(self, next: U) -> Chain<Self, U>
where\n U: Buf,\n Self: Sized,

Creates an adaptor which will chain this buffer with another. Read more
§

fn reader(self) -> Reader<Self>
where\n Self: Sized,

Creates an adaptor which implements the Read trait for self. Read more
","Buf","bdk_esplora::blocking_ext::Error"],["
§

impl<T> BufMut for Box<T>
where\n T: BufMut + ?Sized,

§

fn remaining_mut(&self) -> usize

Returns the number of bytes that can be written from the current\nposition until the end of the buffer is reached. Read more
§

fn chunk_mut(&mut self) -> &mut UninitSlice

Returns a mutable slice starting at the current BufMut position and of\nlength between 0 and BufMut::remaining_mut(). Note that this can be shorter than the\nwhole remainder of the buffer (this allows non-continuous implementation). Read more
§

unsafe fn advance_mut(&mut self, cnt: usize)

Advance the internal cursor of the BufMut Read more
§

fn put_slice(&mut self, src: &[u8])

Transfer bytes into self from src and advance the cursor by the\nnumber of bytes written. Read more
§

fn put_u8(&mut self, n: u8)

Writes an unsigned 8 bit integer to self. Read more
§

fn put_i8(&mut self, n: i8)

Writes a signed 8 bit integer to self. Read more
§

fn put_u16(&mut self, n: u16)

Writes an unsigned 16 bit integer to self in big-endian byte order. Read more
§

fn put_u16_le(&mut self, n: u16)

Writes an unsigned 16 bit integer to self in little-endian byte order. Read more
§

fn put_u16_ne(&mut self, n: u16)

Writes an unsigned 16 bit integer to self in native-endian byte order. Read more
§

fn put_i16(&mut self, n: i16)

Writes a signed 16 bit integer to self in big-endian byte order. Read more
§

fn put_i16_le(&mut self, n: i16)

Writes a signed 16 bit integer to self in little-endian byte order. Read more
§

fn put_i16_ne(&mut self, n: i16)

Writes a signed 16 bit integer to self in native-endian byte order. Read more
§

fn put_u32(&mut self, n: u32)

Writes an unsigned 32 bit integer to self in big-endian byte order. Read more
§

fn put_u32_le(&mut self, n: u32)

Writes an unsigned 32 bit integer to self in little-endian byte order. Read more
§

fn put_u32_ne(&mut self, n: u32)

Writes an unsigned 32 bit integer to self in native-endian byte order. Read more
§

fn put_i32(&mut self, n: i32)

Writes a signed 32 bit integer to self in big-endian byte order. Read more
§

fn put_i32_le(&mut self, n: i32)

Writes a signed 32 bit integer to self in little-endian byte order. Read more
§

fn put_i32_ne(&mut self, n: i32)

Writes a signed 32 bit integer to self in native-endian byte order. Read more
§

fn put_u64(&mut self, n: u64)

Writes an unsigned 64 bit integer to self in the big-endian byte order. Read more
§

fn put_u64_le(&mut self, n: u64)

Writes an unsigned 64 bit integer to self in little-endian byte order. Read more
§

fn put_u64_ne(&mut self, n: u64)

Writes an unsigned 64 bit integer to self in native-endian byte order. Read more
§

fn put_i64(&mut self, n: i64)

Writes a signed 64 bit integer to self in the big-endian byte order. Read more
§

fn put_i64_le(&mut self, n: i64)

Writes a signed 64 bit integer to self in little-endian byte order. Read more
§

fn put_i64_ne(&mut self, n: i64)

Writes a signed 64 bit integer to self in native-endian byte order. Read more
§

fn has_remaining_mut(&self) -> bool

Returns true if there is space in self for more bytes. Read more
§

fn put<T>(&mut self, src: T)
where\n T: Buf,\n Self: Sized,

Transfer bytes into self from src and advance the cursor by the\nnumber of bytes written. Read more
§

fn put_bytes(&mut self, val: u8, cnt: usize)

Put cnt bytes val into self. Read more
§

fn put_u128(&mut self, n: u128)

Writes an unsigned 128 bit integer to self in the big-endian byte order. Read more
§

fn put_u128_le(&mut self, n: u128)

Writes an unsigned 128 bit integer to self in little-endian byte order. Read more
§

fn put_u128_ne(&mut self, n: u128)

Writes an unsigned 128 bit integer to self in native-endian byte order. Read more
§

fn put_i128(&mut self, n: i128)

Writes a signed 128 bit integer to self in the big-endian byte order. Read more
§

fn put_i128_le(&mut self, n: i128)

Writes a signed 128 bit integer to self in little-endian byte order. Read more
§

fn put_i128_ne(&mut self, n: i128)

Writes a signed 128 bit integer to self in native-endian byte order. Read more
§

fn put_uint(&mut self, n: u64, nbytes: usize)

Writes an unsigned n-byte integer to self in big-endian byte order. Read more
§

fn put_uint_le(&mut self, n: u64, nbytes: usize)

Writes an unsigned n-byte integer to self in the little-endian byte order. Read more
§

fn put_uint_ne(&mut self, n: u64, nbytes: usize)

Writes an unsigned n-byte integer to self in the native-endian byte order. Read more
§

fn put_int(&mut self, n: i64, nbytes: usize)

Writes low nbytes of a signed integer to self in big-endian byte order. Read more
§

fn put_int_le(&mut self, n: i64, nbytes: usize)

Writes low nbytes of a signed integer to self in little-endian byte order. Read more
§

fn put_int_ne(&mut self, n: i64, nbytes: usize)

Writes low nbytes of a signed integer to self in native-endian byte order. Read more
§

fn put_f32(&mut self, n: f32)

Writes an IEEE754 single-precision (4 bytes) floating point number to\nself in big-endian byte order. Read more
§

fn put_f32_le(&mut self, n: f32)

Writes an IEEE754 single-precision (4 bytes) floating point number to\nself in little-endian byte order. Read more
§

fn put_f32_ne(&mut self, n: f32)

Writes an IEEE754 single-precision (4 bytes) floating point number to\nself in native-endian byte order. Read more
§

fn put_f64(&mut self, n: f64)

Writes an IEEE754 double-precision (8 bytes) floating point number to\nself in big-endian byte order. Read more
§

fn put_f64_le(&mut self, n: f64)

Writes an IEEE754 double-precision (8 bytes) floating point number to\nself in little-endian byte order. Read more
§

fn put_f64_ne(&mut self, n: f64)

Writes an IEEE754 double-precision (8 bytes) floating point number to\nself in native-endian byte order. Read more
§

fn limit(self, limit: usize) -> Limit<Self>
where\n Self: Sized,

Creates an adaptor which can write at most limit bytes to self. Read more
§

fn writer(self) -> Writer<Self>
where\n Self: Sized,

Creates an adaptor which implements the Write trait for self. Read more
§

fn chain_mut<U>(self, next: U) -> Chain<Self, U>
where\n U: BufMut,\n Self: Sized,

Creates an adapter which will chain this buffer with another. Read more
","BufMut","bdk_esplora::blocking_ext::Error"],["
1.0.0 · source§

impl<B> BufRead for Box<B>
where\n B: BufRead + ?Sized,

source§

fn fill_buf(&mut self) -> Result<&[u8], Error>

Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read more
source§

fn consume(&mut self, amt: usize)

Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read more
source§

fn read_until(&mut self, byte: u8, buf: &mut Vec<u8>) -> Result<usize, Error>

Read all bytes into buf until the delimiter byte or EOF is reached. Read more
source§

fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>

Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read more
source§

fn has_data_left(&mut self) -> Result<bool, Error>

🔬This is a nightly-only experimental API. (buf_read_has_data_left)
Check if the underlying Read has any data left to be read. Read more
source§

fn skip_until(&mut self, byte: u8) -> Result<usize, Error>

🔬This is a nightly-only experimental API. (bufread_skip_until)
Skip all bytes until the delimiter byte or EOF is reached. Read more
1.0.0 · source§

fn split(self, byte: u8) -> Split<Self>
where\n Self: Sized,

Returns an iterator over the contents of this reader split on the byte\nbyte. Read more
1.0.0 · source§

fn lines(self) -> Lines<Self>
where\n Self: Sized,

Returns an iterator over the lines of this reader. Read more
","BufRead","bdk_esplora::blocking_ext::Error"],["
1.0.0 · source§

impl<T, A> Clone for Box<T, A>
where\n T: Clone,\n A: Allocator + Clone,

source§

fn clone(&self) -> Box<T, A>

Returns a new box with a clone() of this box’s contents.

\n
§Examples
\n
let x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\n
source§

fn clone_from(&mut self, source: &Box<T, A>)

Copies source’s contents into self without creating a new allocation.

\n
§Examples
\n
let x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n
","Clone","bdk_esplora::blocking_ext::Error"],["
source§

impl<G, R, A> Coroutine<R> for Box<G, A>
where\n G: Coroutine<R> + Unpin + ?Sized,\n A: Allocator,

§

type Yield = <G as Coroutine<R>>::Yield

🔬This is a nightly-only experimental API. (coroutine_trait)
The type of value this coroutine yields. Read more
§

type Return = <G as Coroutine<R>>::Return

🔬This is a nightly-only experimental API. (coroutine_trait)
The type of value this coroutine returns. Read more
source§

fn resume(\n self: Pin<&mut Box<G, A>>,\n arg: R\n) -> CoroutineState<<Box<G, A> as Coroutine<R>>::Yield, <Box<G, A> as Coroutine<R>>::Return>

🔬This is a nightly-only experimental API. (coroutine_trait)
Resumes the execution of this coroutine. Read more
","Coroutine","bdk_esplora::blocking_ext::Error"],["
1.0.0 · source§

impl<T, A> Debug for Box<T, A>
where\n T: Debug + ?Sized,\n A: Allocator,

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
","Debug","bdk_esplora::blocking_ext::Error"],["
1.0.0 · source§

impl<T> Default for Box<T>
where\n T: Default,

source§

fn default() -> Box<T>

Creates a Box<T>, with the Default value for T.

\n
","Default","bdk_esplora::blocking_ext::Error"],["
1.0.0 · source§

impl<T, A> Deref for Box<T, A>
where\n A: Allocator,\n T: ?Sized,

§

type Target = T

The resulting type after dereferencing.
source§

fn deref(&self) -> &T

Dereferences the value.
","Deref","bdk_esplora::blocking_ext::Error"],["
1.0.0 · source§

impl<T, A> DerefMut for Box<T, A>
where\n A: Allocator,\n T: ?Sized,

source§

fn deref_mut(&mut self) -> &mut T

Mutably dereferences the value.
","DerefMut","bdk_esplora::blocking_ext::Error"],["
source§

impl<'de, T> Deserialize<'de> for Box<T>
where\n T: Deserialize<'de>,

source§

fn deserialize<D>(\n deserializer: D\n) -> Result<Box<T>, <D as Deserializer<'de>>::Error>
where\n D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
","Deserialize<'de>","bdk_esplora::blocking_ext::Error"],["
1.0.0 · source§

impl<T, A> Display for Box<T, A>
where\n T: Display + ?Sized,\n A: Allocator,

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
","Display","bdk_esplora::blocking_ext::Error"],["
1.0.0 · source§

impl<I, A> DoubleEndedIterator for Box<I, A>
where\n I: DoubleEndedIterator + ?Sized,\n A: Allocator,

source§

fn next_back(&mut self) -> Option<<I as Iterator>::Item>

Removes and returns an element from the end of the iterator. Read more
source§

fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>

Returns the nth element from the end of the iterator. Read more
source§

fn advance_back_by(&mut self, n: usize) -> Result<(), NonZero<usize>>

🔬This is a nightly-only experimental API. (iter_advance_by)
Advances the iterator from the back by n elements. Read more
1.27.0 · source§

fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
where\n Self: Sized,\n F: FnMut(B, Self::Item) -> R,\n R: Try<Output = B>,

This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more
1.27.0 · source§

fn rfold<B, F>(self, init: B, f: F) -> B
where\n Self: Sized,\n F: FnMut(B, Self::Item) -> B,

An iterator method that reduces the iterator’s elements to a single,\nfinal value, starting from the back. Read more
1.27.0 · source§

fn rfind<P>(&mut self, predicate: P) -> Option<Self::Item>
where\n Self: Sized,\n P: FnMut(&Self::Item) -> bool,

Searches for an element of an iterator from the back that satisfies a predicate. Read more
","DoubleEndedIterator","bdk_esplora::blocking_ext::Error"],["
1.0.0 · source§

impl<T, A> Drop for Box<T, A>
where\n A: Allocator,\n T: ?Sized,

source§

fn drop(&mut self)

Executes the destructor for this type. Read more
","Drop","bdk_esplora::blocking_ext::Error"],["
1.8.0 · source§

impl<T> Error for Box<T>
where\n T: Error,

source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
source§

fn provide<'b>(&'b self, request: &mut Request<'b>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
","Error","bdk_esplora::blocking_ext::Error"],["
1.0.0 · source§

impl<I, A> ExactSizeIterator for Box<I, A>
where\n I: ExactSizeIterator + ?Sized,\n A: Allocator,

source§

fn len(&self) -> usize

Returns the exact remaining length of the iterator. Read more
source§

fn is_empty(&self) -> bool

🔬This is a nightly-only experimental API. (exact_size_is_empty)
Returns true if the iterator is empty. Read more
","ExactSizeIterator","bdk_esplora::blocking_ext::Error"],["
1.35.0 · source§

impl<Args, F, A> Fn<Args> for Box<F, A>
where\n Args: Tuple,\n F: Fn<Args> + ?Sized,\n A: Allocator,

source§

extern "rust-call" fn call(\n &self,\n args: Args\n) -> <Box<F, A> as FnOnce<Args>>::Output

🔬This is a nightly-only experimental API. (fn_traits)
Performs the call operation.
","Fn","bdk_esplora::blocking_ext::Error"],["
1.35.0 · source§

impl<Args, F, A> FnMut<Args> for Box<F, A>
where\n Args: Tuple,\n F: FnMut<Args> + ?Sized,\n A: Allocator,

source§

extern "rust-call" fn call_mut(\n &mut self,\n args: Args\n) -> <Box<F, A> as FnOnce<Args>>::Output

🔬This is a nightly-only experimental API. (fn_traits)
Performs the call operation.
","FnMut","bdk_esplora::blocking_ext::Error"],["
1.35.0 · source§

impl<Args, F, A> FnOnce<Args> for Box<F, A>
where\n Args: Tuple,\n F: FnOnce<Args> + ?Sized,\n A: Allocator,

§

type Output = <F as FnOnce<Args>>::Output

The returned type after the call operator is used.
source§

extern "rust-call" fn call_once(\n self,\n args: Args\n) -> <Box<F, A> as FnOnce<Args>>::Output

🔬This is a nightly-only experimental API. (fn_traits)
Performs the call operation.
","FnOnce","bdk_esplora::blocking_ext::Error"],["
1.6.0 · source§

impl<T> From<T> for Box<T>

source§

fn from(t: T) -> Box<T>

Converts a T into a Box<T>

\n

The conversion allocates on the heap and moves t\nfrom the stack into it.

\n
§Examples
\n
let x = 5;\nlet boxed = Box::new(5);\n\nassert_eq!(Box::from(x), boxed);
\n
","From","bdk_esplora::blocking_ext::Error"],["
§

impl<F> FusedFuture for Box<F>
where\n F: FusedFuture + Unpin + ?Sized,

§

fn is_terminated(&self) -> bool

Returns true if the underlying future should no longer be polled.
","FusedFuture","bdk_esplora::blocking_ext::Error"],["
§

impl<S> FusedStream for Box<S>
where\n S: FusedStream + Unpin + ?Sized,

§

fn is_terminated(&self) -> bool

Returns true if the stream should no longer be polled.
","FusedStream","bdk_esplora::blocking_ext::Error"],["
1.36.0 · source§

impl<F, A> Future for Box<F, A>
where\n F: Future + Unpin + ?Sized,\n A: Allocator,

§

type Output = <F as Future>::Output

The type of value produced on completion.
source§

fn poll(\n self: Pin<&mut Box<F, A>>,\n cx: &mut Context<'_>\n) -> Poll<<Box<F, A> as Future>::Output>

Attempt to resolve the future to a final value, registering\nthe current task for wakeup if the value is not yet available. Read more
","Future","bdk_esplora::blocking_ext::Error"],["
1.0.0 · source§

impl<T, A> Hash for Box<T, A>
where\n T: Hash + ?Sized,\n A: Allocator,

source§

fn hash<H>(&self, state: &mut H)
where\n H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where\n H: Hasher,\n Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
","Hash","bdk_esplora::blocking_ext::Error"],["
1.22.0 · source§

impl<T, A> Hasher for Box<T, A>
where\n T: Hasher + ?Sized,\n A: Allocator,

source§

fn finish(&self) -> u64

Returns the hash value for the values written so far. Read more
source§

fn write(&mut self, bytes: &[u8])

Writes some data into this Hasher. Read more
source§

fn write_u8(&mut self, i: u8)

Writes a single u8 into this hasher.
source§

fn write_u16(&mut self, i: u16)

Writes a single u16 into this hasher.
source§

fn write_u32(&mut self, i: u32)

Writes a single u32 into this hasher.
source§

fn write_u64(&mut self, i: u64)

Writes a single u64 into this hasher.
source§

fn write_u128(&mut self, i: u128)

Writes a single u128 into this hasher.
source§

fn write_usize(&mut self, i: usize)

Writes a single usize into this hasher.
source§

fn write_i8(&mut self, i: i8)

Writes a single i8 into this hasher.
source§

fn write_i16(&mut self, i: i16)

Writes a single i16 into this hasher.
source§

fn write_i32(&mut self, i: i32)

Writes a single i32 into this hasher.
source§

fn write_i64(&mut self, i: i64)

Writes a single i64 into this hasher.
source§

fn write_i128(&mut self, i: i128)

Writes a single i128 into this hasher.
source§

fn write_isize(&mut self, i: isize)

Writes a single isize into this hasher.
source§

fn write_length_prefix(&mut self, len: usize)

🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)
Writes a length prefix into this hasher, as part of being prefix-free. Read more
source§

fn write_str(&mut self, s: &str)

🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)
Writes a single str into this hasher. Read more
","Hasher","bdk_esplora::blocking_ext::Error"],["
1.0.0 · source§

impl<I, A> Iterator for Box<I, A>
where\n I: Iterator + ?Sized,\n A: Allocator,

§

type Item = <I as Iterator>::Item

The type of the elements being iterated over.
source§

fn next(&mut self) -> Option<<I as Iterator>::Item>

Advances the iterator and returns the next value. Read more
source§

fn size_hint(&self) -> (usize, Option<usize>)

Returns the bounds on the remaining length of the iterator. Read more
source§

fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>

Returns the nth element of the iterator. Read more
source§

fn last(self) -> Option<<I as Iterator>::Item>

Consumes the iterator, returning the last element. Read more
source§

fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>
where\n Self: Sized,

🔬This is a nightly-only experimental API. (iter_next_chunk)
Advances the iterator and returns an array containing the next N values. Read more
1.0.0 · source§

fn count(self) -> usize
where\n Self: Sized,

Consumes the iterator, counting the number of iterations and returning it. Read more
source§

fn advance_by(&mut self, n: usize) -> Result<(), NonZero<usize>>

🔬This is a nightly-only experimental API. (iter_advance_by)
Advances the iterator by n elements. Read more
1.28.0 · source§

fn step_by(self, step: usize) -> StepBy<Self>
where\n Self: Sized,

Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more
1.0.0 · source§

fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
where\n Self: Sized,\n U: IntoIterator<Item = Self::Item>,

Takes two iterators and creates a new iterator over both in sequence. Read more
1.0.0 · source§

fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>
where\n Self: Sized,\n U: IntoIterator,

‘Zips up’ two iterators into a single iterator of pairs. Read more
source§

fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
where\n Self: Sized,\n G: FnMut() -> Self::Item,

🔬This is a nightly-only experimental API. (iter_intersperse)
Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more
1.0.0 · source§

fn map<B, F>(self, f: F) -> Map<Self, F>
where\n Self: Sized,\n F: FnMut(Self::Item) -> B,

Takes a closure and creates an iterator which calls that closure on each\nelement. Read more
1.21.0 · source§

fn for_each<F>(self, f: F)
where\n Self: Sized,\n F: FnMut(Self::Item),

Calls a closure on each element of an iterator. Read more
1.0.0 · source§

fn filter<P>(self, predicate: P) -> Filter<Self, P>
where\n Self: Sized,\n P: FnMut(&Self::Item) -> bool,

Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more
1.0.0 · source§

fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
where\n Self: Sized,\n F: FnMut(Self::Item) -> Option<B>,

Creates an iterator that both filters and maps. Read more
1.0.0 · source§

fn enumerate(self) -> Enumerate<Self>
where\n Self: Sized,

Creates an iterator which gives the current iteration count as well as\nthe next value. Read more
1.0.0 · source§

fn peekable(self) -> Peekable<Self>
where\n Self: Sized,

Creates an iterator which can use the peek and peek_mut methods\nto look at the next element of the iterator without consuming it. See\ntheir documentation for more information. Read more
1.0.0 · source§

fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
where\n Self: Sized,\n P: FnMut(&Self::Item) -> bool,

Creates an iterator that skips elements based on a predicate. Read more
1.0.0 · source§

fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
where\n Self: Sized,\n P: FnMut(&Self::Item) -> bool,

Creates an iterator that yields elements based on a predicate. Read more
1.57.0 · source§

fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
where\n Self: Sized,\n P: FnMut(Self::Item) -> Option<B>,

Creates an iterator that both yields elements based on a predicate and maps. Read more
1.0.0 · source§

fn skip(self, n: usize) -> Skip<Self>
where\n Self: Sized,

Creates an iterator that skips the first n elements. Read more
1.0.0 · source§

fn take(self, n: usize) -> Take<Self>
where\n Self: Sized,

Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more
1.0.0 · source§

fn scan<St, B, F>(self, initial_state: St, f: F) -> Scan<Self, St, F>
where\n Self: Sized,\n F: FnMut(&mut St, Self::Item) -> Option<B>,

An iterator adapter which, like fold, holds internal state, but\nunlike fold, produces a new iterator. Read more
1.0.0 · source§

fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
where\n Self: Sized,\n U: IntoIterator,\n F: FnMut(Self::Item) -> U,

Creates an iterator that works like map, but flattens nested structure. Read more
source§

fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
where\n Self: Sized,\n F: FnMut(&[Self::Item; N]) -> R,

🔬This is a nightly-only experimental API. (iter_map_windows)
Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more
1.0.0 · source§

fn fuse(self) -> Fuse<Self>
where\n Self: Sized,

Creates an iterator which ends after the first None. Read more
1.0.0 · source§

fn inspect<F>(self, f: F) -> Inspect<Self, F>
where\n Self: Sized,\n F: FnMut(&Self::Item),

Does something with each element of an iterator, passing the value on. Read more
1.0.0 · source§

fn by_ref(&mut self) -> &mut Self
where\n Self: Sized,

Borrows an iterator, rather than consuming it. Read more
1.0.0 · source§

fn collect<B>(self) -> B
where\n B: FromIterator<Self::Item>,\n Self: Sized,

Transforms an iterator into a collection. Read more
source§

fn collect_into<E>(self, collection: &mut E) -> &mut E
where\n E: Extend<Self::Item>,\n Self: Sized,

🔬This is a nightly-only experimental API. (iter_collect_into)
Collects all the items from an iterator into a collection. Read more
1.0.0 · source§

fn partition<B, F>(self, f: F) -> (B, B)
where\n Self: Sized,\n B: Default + Extend<Self::Item>,\n F: FnMut(&Self::Item) -> bool,

Consumes an iterator, creating two collections from it. Read more
source§

fn is_partitioned<P>(self, predicate: P) -> bool
where\n Self: Sized,\n P: FnMut(Self::Item) -> bool,

🔬This is a nightly-only experimental API. (iter_is_partitioned)
Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more
1.27.0 · source§

fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
where\n Self: Sized,\n F: FnMut(B, Self::Item) -> R,\n R: Try<Output = B>,

An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more
1.27.0 · source§

fn try_for_each<F, R>(&mut self, f: F) -> R
where\n Self: Sized,\n F: FnMut(Self::Item) -> R,\n R: Try<Output = ()>,

An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more
1.0.0 · source§

fn fold<B, F>(self, init: B, f: F) -> B
where\n Self: Sized,\n F: FnMut(B, Self::Item) -> B,

Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more
1.51.0 · source§

fn reduce<F>(self, f: F) -> Option<Self::Item>
where\n Self: Sized,\n F: FnMut(Self::Item, Self::Item) -> Self::Item,

Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read more
source§

fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
where\n Self: Sized,\n F: FnMut(Self::Item, Self::Item) -> R,\n R: Try<Output = Self::Item>,\n <R as Try>::Residual: Residual<Option<Self::Item>>,

🔬This is a nightly-only experimental API. (iterator_try_reduce)
Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more
1.0.0 · source§

fn all<F>(&mut self, f: F) -> bool
where\n Self: Sized,\n F: FnMut(Self::Item) -> bool,

Tests if every element of the iterator matches a predicate. Read more
1.0.0 · source§

fn any<F>(&mut self, f: F) -> bool
where\n Self: Sized,\n F: FnMut(Self::Item) -> bool,

Tests if any element of the iterator matches a predicate. Read more
1.0.0 · source§

fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
where\n Self: Sized,\n P: FnMut(&Self::Item) -> bool,

Searches for an element of an iterator that satisfies a predicate. Read more
1.30.0 · source§

fn find_map<B, F>(&mut self, f: F) -> Option<B>
where\n Self: Sized,\n F: FnMut(Self::Item) -> Option<B>,

Applies function to the elements of iterator and returns\nthe first non-none result. Read more
source§

fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
where\n Self: Sized,\n F: FnMut(&Self::Item) -> R,\n R: Try<Output = bool>,\n <R as Try>::Residual: Residual<Option<Self::Item>>,

🔬This is a nightly-only experimental API. (try_find)
Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more
1.0.0 · source§

fn position<P>(&mut self, predicate: P) -> Option<usize>
where\n Self: Sized,\n P: FnMut(Self::Item) -> bool,

Searches for an element in an iterator, returning its index. Read more
1.6.0 · source§

fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
where\n B: Ord,\n Self: Sized,\n F: FnMut(&Self::Item) -> B,

Returns the element that gives the maximum value from the\nspecified function. Read more
1.15.0 · source§

fn max_by<F>(self, compare: F) -> Option<Self::Item>
where\n Self: Sized,\n F: FnMut(&Self::Item, &Self::Item) -> Ordering,

Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more
1.6.0 · source§

fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
where\n B: Ord,\n Self: Sized,\n F: FnMut(&Self::Item) -> B,

Returns the element that gives the minimum value from the\nspecified function. Read more
1.15.0 · source§

fn min_by<F>(self, compare: F) -> Option<Self::Item>
where\n Self: Sized,\n F: FnMut(&Self::Item, &Self::Item) -> Ordering,

Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more
1.0.0 · source§

fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
where\n FromA: Default + Extend<A>,\n FromB: Default + Extend<B>,\n Self: Sized + Iterator<Item = (A, B)>,

Converts an iterator of pairs into a pair of containers. Read more
1.36.0 · source§

fn copied<'a, T>(self) -> Copied<Self>
where\n T: 'a + Copy,\n Self: Sized + Iterator<Item = &'a T>,

Creates an iterator which copies all of its elements. Read more
1.0.0 · source§

fn cloned<'a, T>(self) -> Cloned<Self>
where\n T: 'a + Clone,\n Self: Sized + Iterator<Item = &'a T>,

Creates an iterator which clones all of its elements. Read more
source§

fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>
where\n Self: Sized,

🔬This is a nightly-only experimental API. (iter_array_chunks)
Returns an iterator over N elements of the iterator at a time. Read more
1.11.0 · source§

fn sum<S>(self) -> S
where\n Self: Sized,\n S: Sum<Self::Item>,

Sums the elements of an iterator. Read more
1.11.0 · source§

fn product<P>(self) -> P
where\n Self: Sized,\n P: Product<Self::Item>,

Iterates over the entire iterator, multiplying all the elements Read more
source§

fn cmp_by<I, F>(self, other: I, cmp: F) -> Ordering
where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,

🔬This is a nightly-only experimental API. (iter_order_by)
Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more
1.5.0 · source§

fn partial_cmp<I>(self, other: I) -> Option<Ordering>
where\n I: IntoIterator,\n Self::Item: PartialOrd<<I as IntoIterator>::Item>,\n Self: Sized,

Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read more
source§

fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>
where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,

🔬This is a nightly-only experimental API. (iter_order_by)
Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more
1.5.0 · source§

fn eq<I>(self, other: I) -> bool
where\n I: IntoIterator,\n Self::Item: PartialEq<<I as IntoIterator>::Item>,\n Self: Sized,

Determines if the elements of this Iterator are equal to those of\nanother. Read more
source§

fn eq_by<I, F>(self, other: I, eq: F) -> bool
where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> bool,

🔬This is a nightly-only experimental API. (iter_order_by)
Determines if the elements of this Iterator are equal to those of\nanother with respect to the specified equality function. Read more
1.5.0 · source§

fn ne<I>(self, other: I) -> bool
where\n I: IntoIterator,\n Self::Item: PartialEq<<I as IntoIterator>::Item>,\n Self: Sized,

Determines if the elements of this Iterator are not equal to those of\nanother. Read more
1.5.0 · source§

fn lt<I>(self, other: I) -> bool
where\n I: IntoIterator,\n Self::Item: PartialOrd<<I as IntoIterator>::Item>,\n Self: Sized,

Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more
1.5.0 · source§

fn le<I>(self, other: I) -> bool
where\n I: IntoIterator,\n Self::Item: PartialOrd<<I as IntoIterator>::Item>,\n Self: Sized,

Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more
1.5.0 · source§

fn gt<I>(self, other: I) -> bool
where\n I: IntoIterator,\n Self::Item: PartialOrd<<I as IntoIterator>::Item>,\n Self: Sized,

Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more
1.5.0 · source§

fn ge<I>(self, other: I) -> bool
where\n I: IntoIterator,\n Self::Item: PartialOrd<<I as IntoIterator>::Item>,\n Self: Sized,

Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read more
source§

fn is_sorted_by<F>(self, compare: F) -> bool
where\n Self: Sized,\n F: FnMut(&Self::Item, &Self::Item) -> bool,

🔬This is a nightly-only experimental API. (is_sorted)
Checks if the elements of this iterator are sorted using the given comparator function. Read more
source§

fn is_sorted_by_key<F, K>(self, f: F) -> bool
where\n Self: Sized,\n F: FnMut(Self::Item) -> K,\n K: PartialOrd,

🔬This is a nightly-only experimental API. (is_sorted)
Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more
","Iterator","bdk_esplora::blocking_ext::Error"],["
§

impl<Sp> LocalSpawn for Box<Sp>
where\n Sp: LocalSpawn + ?Sized,

§

fn spawn_local_obj(\n &self,\n future: LocalFutureObj<'static, ()>\n) -> Result<(), SpawnError>

Spawns a future that will be run to completion. Read more
§

fn status_local(&self) -> Result<(), SpawnError>

Determines whether the executor is able to spawn new tasks. Read more
","LocalSpawn","bdk_esplora::blocking_ext::Error"],["
1.0.0 · source§

impl<T, A> Ord for Box<T, A>
where\n T: Ord + ?Sized,\n A: Allocator,

source§

fn cmp(&self, other: &Box<T, A>) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where\n Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where\n Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where\n Self: Sized + PartialOrd,

Restrict a value to a certain interval. Read more
","Ord","bdk_esplora::blocking_ext::Error"],["
1.0.0 · source§

impl<T, A> PartialEq for Box<T, A>
where\n T: PartialEq + ?Sized,\n A: Allocator,

source§

fn eq(&self, other: &Box<T, A>) -> bool

This method tests for self and other values to be equal, and is used\nby ==.
source§

fn ne(&self, other: &Box<T, A>) -> bool

This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
","PartialEq","bdk_esplora::blocking_ext::Error"],["
1.0.0 · source§

impl<T, A> PartialOrd for Box<T, A>
where\n T: PartialOrd + ?Sized,\n A: Allocator,

source§

fn partial_cmp(&self, other: &Box<T, A>) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
source§

fn lt(&self, other: &Box<T, A>) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
source§

fn le(&self, other: &Box<T, A>) -> bool

This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more
source§

fn ge(&self, other: &Box<T, A>) -> bool

This method tests greater than or equal to (for self and other) and is used by the >=\noperator. Read more
source§

fn gt(&self, other: &Box<T, A>) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
","PartialOrd","bdk_esplora::blocking_ext::Error"],["
1.0.0 · source§

impl<T, A> Pointer for Box<T, A>
where\n A: Allocator,\n T: ?Sized,

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
","Pointer","bdk_esplora::blocking_ext::Error"],["
1.0.0 · source§

impl<R> Read for Box<R>
where\n R: Read + ?Sized,

source§

fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>

Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read more
source§

fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>

🔬This is a nightly-only experimental API. (read_buf)
Pull some bytes from this source into the specified buffer. Read more
source§

fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>

Like read, except that it reads into a slice of buffers. Read more
source§

fn is_read_vectored(&self) -> bool

🔬This is a nightly-only experimental API. (can_vector)
Determines if this Reader has an efficient read_vectored\nimplementation. Read more
source§

fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>

Read all bytes until EOF in this source, placing them into buf. Read more
source§

fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>

Read all bytes until EOF in this source, appending them to buf. Read more
source§

fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>

Read the exact number of bytes required to fill buf. Read more
source§

fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>

🔬This is a nightly-only experimental API. (read_buf)
Read the exact number of bytes required to fill cursor. Read more
1.0.0 · source§

fn by_ref(&mut self) -> &mut Self
where\n Self: Sized,

Creates a “by reference” adaptor for this instance of Read. Read more
1.0.0 · source§

fn bytes(self) -> Bytes<Self>
where\n Self: Sized,

Transforms this Read instance to an Iterator over its bytes. Read more
1.0.0 · source§

fn chain<R>(self, next: R) -> Chain<Self, R>
where\n R: Read,\n Self: Sized,

Creates an adapter which will chain this stream with another. Read more
1.0.0 · source§

fn take(self, limit: u64) -> Take<Self>
where\n Self: Sized,

Creates an adapter which will read at most limit bytes from it. Read more
","Read","bdk_esplora::blocking_ext::Error"],["
source§

impl<R> RngCore for Box<R>
where\n R: RngCore + ?Sized,

source§

fn next_u32(&mut self) -> u32

Return the next random u32. Read more
source§

fn next_u64(&mut self) -> u64

Return the next random u64. Read more
source§

fn fill_bytes(&mut self, dest: &mut [u8])

Fill dest with random data. Read more
source§

fn try_fill_bytes(&mut self, dest: &mut [u8]) -> Result<(), Error>

Fill dest entirely with random data. Read more
","RngCore","bdk_esplora::blocking_ext::Error"],["
1.0.0 · source§

impl<S> Seek for Box<S>
where\n S: Seek + ?Sized,

source§

fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>

Seek to an offset, in bytes, in a stream. Read more
source§

fn stream_position(&mut self) -> Result<u64, Error>

Returns the current seek position from the start of the stream. Read more
1.55.0 · source§

fn rewind(&mut self) -> Result<(), Error>

Rewind to the beginning of a stream. Read more
source§

fn stream_len(&mut self) -> Result<u64, Error>

🔬This is a nightly-only experimental API. (seek_stream_len)
Returns the length of this stream (in bytes). Read more
source§

fn seek_relative(&mut self, offset: i64) -> Result<(), Error>

🔬This is a nightly-only experimental API. (seek_seek_relative)
Seeks relative to the current position. Read more
","Seek","bdk_esplora::blocking_ext::Error"],["
source§

impl<T> Serialize for Box<T>
where\n T: Serialize + ?Sized,

source§

fn serialize<S>(\n &self,\n serializer: S\n) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where\n S: Serializer,

Serialize this value into the given Serde serializer. Read more
","Serialize","bdk_esplora::blocking_ext::Error"],["
§

impl<S, Request> Service<Request> for Box<S>
where\n S: Service<Request> + ?Sized,

§

type Response = <S as Service<Request>>::Response

Responses given by the service.
§

type Error = <S as Service<Request>>::Error

Errors produced by the service.
§

type Future = <S as Service<Request>>::Future

The future response value.
§

fn poll_ready(\n &mut self,\n cx: &mut Context<'_>\n) -> Poll<Result<(), <S as Service<Request>>::Error>>

Returns Poll::Ready(Ok(())) when the service is able to process requests. Read more
§

fn call(&mut self, request: Request) -> <S as Service<Request>>::Future

Process the request and return the response asynchronously. Read more
","Service","bdk_esplora::blocking_ext::Error"],["
§

impl<S, Item> Sink<Item> for Box<S>
where\n S: Sink<Item> + Unpin + ?Sized,

§

type Error = <S as Sink<Item>>::Error

The type of value produced by the sink when an error occurs.
§

fn poll_ready(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), <Box<S> as Sink<Item>>::Error>>

Attempts to prepare the Sink to receive a value. Read more
§

fn start_send(\n self: Pin<&mut Box<S>>,\n item: Item\n) -> Result<(), <Box<S> as Sink<Item>>::Error>

Begin the process of sending a value to the sink.\nEach call to this function must be preceded by a successful call to\npoll_ready which returned Poll::Ready(Ok(())). Read more
§

fn poll_flush(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), <Box<S> as Sink<Item>>::Error>>

Flush any remaining output from this sink. Read more
§

fn poll_close(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), <Box<S> as Sink<Item>>::Error>>

Flush any remaining output and close this sink, if necessary. Read more
","Sink","bdk_esplora::blocking_ext::Error"],["
§

impl<T> Source for Box<T>
where\n T: Source + ?Sized,

§

fn register(\n &mut self,\n registry: &Registry,\n token: Token,\n interests: Interest\n) -> Result<(), Error>

Register self with the given Registry instance. Read more
§

fn reregister(\n &mut self,\n registry: &Registry,\n token: Token,\n interests: Interest\n) -> Result<(), Error>

Re-register self with the given Registry instance. Read more
§

fn deregister(&mut self, registry: &Registry) -> Result<(), Error>

Deregister self from the given Registry instance. Read more
","Source","bdk_esplora::blocking_ext::Error"],["
§

impl<Sp> Spawn for Box<Sp>
where\n Sp: Spawn + ?Sized,

§

fn spawn_obj(&self, future: FutureObj<'static, ()>) -> Result<(), SpawnError>

Spawns a future that will be run to completion. Read more
§

fn status(&self) -> Result<(), SpawnError>

Determines whether the executor is able to spawn new tasks. Read more
","Spawn","bdk_esplora::blocking_ext::Error"],["
§

impl<S> Stream for Box<S>
where\n S: Stream + Unpin + ?Sized,

§

type Item = <S as Stream>::Item

Values yielded by the stream.
§

fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as Stream>::Item>>

Attempt to pull out the next value of this stream, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the stream is exhausted. Read more
§

fn size_hint(&self) -> (usize, Option<usize>)

Returns the bounds on the remaining length of the stream. Read more
","Stream","bdk_esplora::blocking_ext::Error"],["
§

impl<S> Subscriber for Box<S>
where\n S: Subscriber + ?Sized,

§

fn register_callsite(&self, metadata: &'static Metadata<'static>) -> Interest

Registers a new callsite with this subscriber, returning whether or not\nthe subscriber is interested in being notified about the callsite. Read more
§

fn enabled(&self, metadata: &Metadata<'_>) -> bool

Returns true if a span or event with the specified metadata would be\nrecorded. Read more
§

fn max_level_hint(&self) -> Option<LevelFilter>

Returns the highest verbosity level that this Subscriber will\nenable, or None, if the subscriber does not implement level-based\nfiltering or chooses not to implement this method. Read more
§

fn new_span(&self, span: &Attributes<'_>) -> Id

Visit the construction of a new span, returning a new span ID for the\nspan being constructed. Read more
§

fn record(&self, span: &Id, values: &Record<'_>)

Record a set of values on a span. Read more
§

fn record_follows_from(&self, span: &Id, follows: &Id)

Adds an indication that span follows from the span with the id\nfollows. Read more
§

fn event_enabled(&self, event: &Event<'_>) -> bool

Determine if an [Event] should be recorded. Read more
§

fn event(&self, event: &Event<'_>)

Records that an Event has occurred. Read more
§

fn enter(&self, span: &Id)

Records that a span has been entered. Read more
§

fn exit(&self, span: &Id)

Records that a span has been exited. Read more
§

fn clone_span(&self, id: &Id) -> Id

Notifies the subscriber that a span ID has been cloned. Read more
§

fn try_close(&self, id: Id) -> bool

Notifies the subscriber that a span ID has been dropped, and returns\ntrue if there are now 0 IDs that refer to that span. Read more
§

fn drop_span(&self, id: Id)

👎Deprecated since 0.1.2: use Subscriber::try_close instead
This method is deprecated. Read more
§

fn current_span(&self) -> Current

Returns a type representing this subscriber’s view of the current span. Read more
§

unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()>

If self is the same type as the provided TypeId, returns an untyped\n*const pointer to that type. Otherwise, returns None. Read more
§

fn on_register_dispatch(&self, subscriber: &Dispatch)

Invoked when this subscriber becomes a [Dispatch]. Read more
","Subscriber","bdk_esplora::blocking_ext::Error"],["
§

impl<'a, T, F> UnsafeFutureObj<'a, T> for Box<F>
where\n F: Future<Output = T> + 'a,

§

fn into_raw(self) -> *mut dyn Future<Output = T> + 'a

Convert an owned instance into a (conceptually owned) fat pointer. Read more
§

unsafe fn drop(ptr: *mut dyn Future<Output = T> + 'a)

Drops the future represented by the given fat pointer. Read more
","UnsafeFutureObj<'a, T>","bdk_esplora::blocking_ext::Error"],["
§

impl<T> Value for Box<T>
where\n T: Value + ?Sized,

§

fn record(&self, key: &Field, visitor: &mut dyn Visit)

Visits this value with the given Visitor.
","Value","bdk_esplora::blocking_ext::Error"],["
1.0.0 · source§

impl<W> Write for Box<W>
where\n W: Write + ?Sized,

source§

fn write(&mut self, buf: &[u8]) -> Result<usize, Error>

Write a buffer into this writer, returning how many bytes were written. Read more
source§

fn write_vectored(&mut self, bufs: &[IoSlice<'_>]) -> Result<usize, Error>

Like write, except that it writes from a slice of buffers. Read more
source§

fn is_write_vectored(&self) -> bool

🔬This is a nightly-only experimental API. (can_vector)
Determines if this Writer has an efficient write_vectored\nimplementation. Read more
source§

fn flush(&mut self) -> Result<(), Error>

Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read more
source§

fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>

Attempts to write an entire buffer into this writer. Read more
source§

fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>

Writes a formatted string into this writer, returning any error\nencountered. Read more
source§

fn write_all_vectored(&mut self, bufs: &mut [IoSlice<'_>]) -> Result<(), Error>

🔬This is a nightly-only experimental API. (write_all_vectored)
Attempts to write multiple buffers into this writer. Read more
1.0.0 · source§

fn by_ref(&mut self) -> &mut Self
where\n Self: Sized,

Creates a “by reference” adapter for this instance of Write. Read more
","Write","bdk_esplora::blocking_ext::Error"],["
source§

impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
where\n T: Unsize<U> + ?Sized,\n A: Allocator,\n U: ?Sized,

","CoerceUnsized>","bdk_esplora::blocking_ext::Error"],["
source§

impl<R> CryptoRng for Box<R>
where\n R: CryptoRng + ?Sized,

","CryptoRng","bdk_esplora::blocking_ext::Error"],["
source§

impl<T, A> DerefPure for Box<T, A>
where\n A: Allocator,\n T: ?Sized,

","DerefPure","bdk_esplora::blocking_ext::Error"],["
source§

impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
where\n T: Unsize<U> + ?Sized,\n U: ?Sized,

","DispatchFromDyn>","bdk_esplora::blocking_ext::Error"],["
1.0.0 · source§

impl<T, A> Eq for Box<T, A>
where\n T: Eq + ?Sized,\n A: Allocator,

","Eq","bdk_esplora::blocking_ext::Error"],["
1.26.0 · source§

impl<I, A> FusedIterator for Box<I, A>
where\n I: FusedIterator + ?Sized,\n A: Allocator,

","FusedIterator","bdk_esplora::blocking_ext::Error"],["
1.33.0 · source§

impl<T, A> Unpin for Box<T, A>
where\n A: Allocator,\n T: ?Sized,

","Unpin","bdk_esplora::blocking_ext::Error"]] +"bdk_esplora":[["
1.64.0 · source§

impl<T> AsFd for Box<T>
where\n T: AsFd + ?Sized,

source§

fn as_fd(&self) -> BorrowedFd<'_>

Borrows the file descriptor. Read more
","AsFd","bdk_esplora::blocking_ext::Error"],["
1.5.0 · source§

impl<T, A> AsMut<T> for Box<T, A>
where\n A: Allocator,\n T: ?Sized,

source§

fn as_mut(&mut self) -> &mut T

Converts this type into a mutable reference of the (usually inferred) input type.
","AsMut","bdk_esplora::blocking_ext::Error"],["
1.63.0 · source§

impl<T> AsRawFd for Box<T>
where\n T: AsRawFd,

source§

fn as_raw_fd(&self) -> i32

Extracts the raw file descriptor. Read more
","AsRawFd","bdk_esplora::blocking_ext::Error"],["
1.5.0 · source§

impl<T, A> AsRef<T> for Box<T, A>
where\n A: Allocator,\n T: ?Sized,

source§

fn as_ref(&self) -> &T

Converts this type into a shared reference of the (usually inferred) input type.
","AsRef","bdk_esplora::blocking_ext::Error"],["
§

impl<T> AsyncBufRead for Box<T>
where\n T: AsyncBufRead + Unpin + ?Sized,

§

fn poll_fill_buf(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Result<&[u8], Error>>

Attempt to return the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read more
§

fn consume(self: Pin<&mut Box<T>>, amt: usize)

Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to poll_read. Read more
","AsyncBufRead","bdk_esplora::blocking_ext::Error"],["
§

impl<T> AsyncBufRead for Box<T>
where\n T: AsyncBufRead + Unpin + ?Sized,

§

fn poll_fill_buf(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Result<&[u8], Error>>

Attempts to return the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read more
§

fn consume(self: Pin<&mut Box<T>>, amt: usize)

Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to poll_read. Read more
","AsyncBufRead","bdk_esplora::blocking_ext::Error"],["
source§

impl<Args, F, A> AsyncFn<Args> for Box<F, A>
where\n Args: Tuple,\n F: AsyncFn<Args> + ?Sized,\n A: Allocator,

source§

extern "rust-call" fn async_call(\n &self,\n args: Args\n) -> <Box<F, A> as AsyncFnMut<Args>>::CallRefFuture<'_>

🔬This is a nightly-only experimental API. (async_fn_traits)
Call the AsyncFn, returning a future which may borrow from the called closure.
","AsyncFn","bdk_esplora::blocking_ext::Error"],["
source§

impl<Args, F, A> AsyncFnMut<Args> for Box<F, A>
where\n Args: Tuple,\n F: AsyncFnMut<Args> + ?Sized,\n A: Allocator,

§

type CallRefFuture<'a> = <F as AsyncFnMut<Args>>::CallRefFuture<'a>\nwhere\n Box<F, A>: 'a

🔬This is a nightly-only experimental API. (async_fn_traits)
source§

extern "rust-call" fn async_call_mut(\n &mut self,\n args: Args\n) -> <Box<F, A> as AsyncFnMut<Args>>::CallRefFuture<'_>

🔬This is a nightly-only experimental API. (async_fn_traits)
Call the AsyncFnMut, returning a future which may borrow from the called closure.
","AsyncFnMut","bdk_esplora::blocking_ext::Error"],["
source§

impl<Args, F, A> AsyncFnOnce<Args> for Box<F, A>
where\n Args: Tuple,\n F: AsyncFnOnce<Args> + ?Sized,\n A: Allocator,

§

type Output = <F as AsyncFnOnce<Args>>::Output

🔬This is a nightly-only experimental API. (async_fn_traits)
Output type of the called closure’s future.
§

type CallOnceFuture = <F as AsyncFnOnce<Args>>::CallOnceFuture

🔬This is a nightly-only experimental API. (async_fn_traits)
Future returned by AsyncFnOnce::async_call_once.
source§

extern "rust-call" fn async_call_once(\n self,\n args: Args\n) -> <Box<F, A> as AsyncFnOnce<Args>>::CallOnceFuture

🔬This is a nightly-only experimental API. (async_fn_traits)
Call the AsyncFnOnce, returning a future which may move out of the called closure.
","AsyncFnOnce","bdk_esplora::blocking_ext::Error"],["
source§

impl<S> AsyncIterator for Box<S>
where\n S: AsyncIterator + Unpin + ?Sized,

§

type Item = <S as AsyncIterator>::Item

🔬This is a nightly-only experimental API. (async_iterator)
The type of items yielded by the async iterator.
source§

fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as AsyncIterator>::Item>>

🔬This is a nightly-only experimental API. (async_iterator)
Attempt to pull out the next value of this async iterator, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the async iterator is exhausted. Read more
source§

fn size_hint(&self) -> (usize, Option<usize>)

🔬This is a nightly-only experimental API. (async_iterator)
Returns the bounds on the remaining length of the async iterator. Read more
","AsyncIterator","bdk_esplora::blocking_ext::Error"],["
§

impl<T> AsyncRead for Box<T>
where\n T: AsyncRead + Unpin + ?Sized,

§

fn poll_read(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n buf: &mut ReadBuf<'_>\n) -> Poll<Result<(), Error>>

Attempts to read from the AsyncRead into buf. Read more
","AsyncRead","bdk_esplora::blocking_ext::Error"],["
§

impl<T> AsyncRead for Box<T>
where\n T: AsyncRead + Unpin + ?Sized,

§

fn poll_read(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n buf: &mut [u8]\n) -> Poll<Result<usize, Error>>

Attempt to read from the AsyncRead into buf. Read more
§

fn poll_read_vectored(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n bufs: &mut [IoSliceMut<'_>]\n) -> Poll<Result<usize, Error>>

Attempt to read from the AsyncRead into bufs using vectored\nIO operations. Read more
","AsyncRead","bdk_esplora::blocking_ext::Error"],["
§

impl<T> AsyncSeek for Box<T>
where\n T: AsyncSeek + Unpin + ?Sized,

§

fn poll_seek(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n pos: SeekFrom\n) -> Poll<Result<u64, Error>>

Attempt to seek to an offset, in bytes, in a stream. Read more
","AsyncSeek","bdk_esplora::blocking_ext::Error"],["
§

impl<T> AsyncSeek for Box<T>
where\n T: AsyncSeek + Unpin + ?Sized,

§

fn start_seek(self: Pin<&mut Box<T>>, pos: SeekFrom) -> Result<(), Error>

Attempts to seek to an offset, in bytes, in a stream. Read more
§

fn poll_complete(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Result<u64, Error>>

Waits for a seek operation to complete. Read more
","AsyncSeek","bdk_esplora::blocking_ext::Error"],["
§

impl<T> AsyncWrite for Box<T>
where\n T: AsyncWrite + Unpin + ?Sized,

§

fn poll_write(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n buf: &[u8]\n) -> Poll<Result<usize, Error>>

Attempt to write bytes from buf into the object. Read more
§

fn poll_write_vectored(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n bufs: &[IoSlice<'_>]\n) -> Poll<Result<usize, Error>>

Attempt to write bytes from bufs into the object using vectored\nIO operations. Read more
§

fn poll_flush(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), Error>>

Attempt to flush the object, ensuring that any buffered data reach\ntheir destination. Read more
§

fn poll_close(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), Error>>

Attempt to close the object. Read more
","AsyncWrite","bdk_esplora::blocking_ext::Error"],["
§

impl<T> AsyncWrite for Box<T>
where\n T: AsyncWrite + Unpin + ?Sized,

§

fn poll_write(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n buf: &[u8]\n) -> Poll<Result<usize, Error>>

Attempt to write bytes from buf into the object. Read more
§

fn poll_write_vectored(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>,\n bufs: &[IoSlice<'_>]\n) -> Poll<Result<usize, Error>>

Like poll_write, except that it writes from a slice of buffers. Read more
§

fn is_write_vectored(&self) -> bool

Determines if this writer has an efficient poll_write_vectored\nimplementation. Read more
§

fn poll_flush(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), Error>>

Attempts to flush the object, ensuring that any buffered data reach\ntheir destination. Read more
§

fn poll_shutdown(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), Error>>

Initiates or attempts to shut down this writer, returning success when\nthe I/O connection has completely shut down. Read more
","AsyncWrite","bdk_esplora::blocking_ext::Error"],["
source§

impl<T> Body for Box<T>
where\n T: Body + Unpin + ?Sized,

§

type Data = <T as Body>::Data

Values yielded by the Body.
§

type Error = <T as Body>::Error

The error type this Body might generate.
source§

fn poll_data(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Option<Result<<Box<T> as Body>::Data, <Box<T> as Body>::Error>>>

Attempt to pull out the next data buffer of this stream.
source§

fn poll_trailers(\n self: Pin<&mut Box<T>>,\n cx: &mut Context<'_>\n) -> Poll<Result<Option<HeaderMap>, <Box<T> as Body>::Error>>

Poll for an optional single HeaderMap of trailers. Read more
source§

fn is_end_stream(&self) -> bool

Returns true when the end of stream has been reached. Read more
source§

fn size_hint(&self) -> SizeHint

Returns the bounds on the remaining length of the stream. Read more
source§

fn data(&mut self) -> Data<'_, Self>
where\n Self: Sized + Unpin,

Returns future that resolves to next data chunk, if any.
source§

fn trailers(&mut self) -> Trailers<'_, Self>
where\n Self: Sized + Unpin,

Returns future that resolves to trailers, if any.
source§

fn map_data<F, B>(self, f: F) -> MapData<Self, F>
where\n Self: Sized,\n F: FnMut(Self::Data) -> B,\n B: Buf,

Maps this body’s data value to a different value.
source§

fn map_err<F, E>(self, f: F) -> MapErr<Self, F>
where\n Self: Sized,\n F: FnMut(Self::Error) -> E,

Maps this body’s error value to a different value.
source§

fn collect(self) -> Collect<Self>
where\n Self: Sized,

Turn this body into Collected body which will collect all the DATA frames\nand trailers.
","Body","bdk_esplora::blocking_ext::Error"],["
1.1.0 · source§

impl<T, A> Borrow<T> for Box<T, A>
where\n A: Allocator,\n T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
","Borrow","bdk_esplora::blocking_ext::Error"],["
1.1.0 · source§

impl<T, A> BorrowMut<T> for Box<T, A>
where\n A: Allocator,\n T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
","BorrowMut","bdk_esplora::blocking_ext::Error"],["
source§

impl<T> Box<T>

1.0.0 · source

pub fn new(x: T) -> Box<T>

Allocates memory on the heap and then places x into it.

\n

This doesn’t actually allocate if T is zero-sized.

\n
§Examples
\n
let five = Box::new(5);
\n
source

pub fn new_uninit() -> Box<MaybeUninit<T>>

🔬This is a nightly-only experimental API. (new_uninit)

Constructs a new box with uninitialized contents.

\n
§Examples
\n
#![feature(new_uninit)]\n\nlet mut five = Box::<u32>::new_uninit();\n\nlet five = unsafe {\n    // Deferred initialization:\n    five.as_mut_ptr().write(5);\n\n    five.assume_init()\n};\n\nassert_eq!(*five, 5)
\n
source

pub fn new_zeroed() -> Box<MaybeUninit<T>>

🔬This is a nightly-only experimental API. (new_uninit)

Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes.

\n

See MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.

\n
§Examples
\n
#![feature(new_uninit)]\n\nlet zero = Box::<u32>::new_zeroed();\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n
1.33.0 · source

pub fn pin(x: T) -> Pin<Box<T>>

Constructs a new Pin<Box<T>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.

\n

Constructing and pinning of the Box can also be done in two steps: Box::pin(x)\ndoes the same as Box::into_pin(Box::new(x)). Consider using\ninto_pin if you already have a Box<T>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new.

\n
source

pub fn try_new(x: T) -> Result<Box<T>, AllocError>

🔬This is a nightly-only experimental API. (allocator_api)

Allocates memory on the heap then places x into it,\nreturning an error if the allocation fails

\n

This doesn’t actually allocate if T is zero-sized.

\n
§Examples
\n
#![feature(allocator_api)]\n\nlet five = Box::try_new(5)?;
\n
source

pub fn try_new_uninit() -> Result<Box<MaybeUninit<T>>, AllocError>

🔬This is a nightly-only experimental API. (allocator_api)

Constructs a new box with uninitialized contents on the heap,\nreturning an error if the allocation fails

\n
§Examples
\n
#![feature(allocator_api, new_uninit)]\n\nlet mut five = Box::<u32>::try_new_uninit()?;\n\nlet five = unsafe {\n    // Deferred initialization:\n    five.as_mut_ptr().write(5);\n\n    five.assume_init()\n};\n\nassert_eq!(*five, 5);
\n
source

pub fn try_new_zeroed() -> Result<Box<MaybeUninit<T>>, AllocError>

🔬This is a nightly-only experimental API. (allocator_api)

Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes on the heap

\n

See MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.

\n
§Examples
\n
#![feature(allocator_api, new_uninit)]\n\nlet zero = Box::<u32>::try_new_zeroed()?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n
",0,"bdk_esplora::blocking_ext::Error"],["
source§

impl<T> Box<T>
where\n T: ?Sized,

1.4.0 · source

pub unsafe fn from_raw(raw: *mut T) -> Box<T>

Constructs a box from a raw pointer.

\n

After calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .

\n
§Safety
\n

This function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.

\n

The safety conditions are described in the memory layout section.

\n
§Examples
\n

Recreate a Box which was previously converted to a raw pointer\nusing Box::into_raw:

\n\n
let x = Box::new(5);\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\n

Manually create a Box from scratch by using the global allocator:

\n\n
use std::alloc::{alloc, Layout};\n\nunsafe {\n    let ptr = alloc(Layout::new::<i32>()) as *mut i32;\n    // In general .write is required to avoid attempting to destruct\n    // the (uninitialized) previous contents of `ptr`, though for this\n    // simple example `*ptr = 5` would have worked as well.\n    ptr.write(5);\n    let x = Box::from_raw(ptr);\n}
\n
",0,"bdk_esplora::blocking_ext::Error"],["
source§

impl<T, A> Box<T, A>
where\n A: Allocator,

source

pub fn new_in(x: T, alloc: A) -> Box<T, A>
where\n A: Allocator,

🔬This is a nightly-only experimental API. (allocator_api)

Allocates memory in the given allocator then places x into it.

\n

This doesn’t actually allocate if T is zero-sized.

\n
§Examples
\n
#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::new_in(5, System);
\n
source

pub fn try_new_in(x: T, alloc: A) -> Result<Box<T, A>, AllocError>
where\n A: Allocator,

🔬This is a nightly-only experimental API. (allocator_api)

Allocates memory in the given allocator then places x into it,\nreturning an error if the allocation fails

\n

This doesn’t actually allocate if T is zero-sized.

\n
§Examples
\n
#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet five = Box::try_new_in(5, System)?;
\n
source

pub fn new_uninit_in(alloc: A) -> Box<MaybeUninit<T>, A>
where\n A: Allocator,

🔬This is a nightly-only experimental API. (allocator_api)

Constructs a new box with uninitialized contents in the provided allocator.

\n
§Examples
\n
#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::new_uninit_in(System);\n\nlet five = unsafe {\n    // Deferred initialization:\n    five.as_mut_ptr().write(5);\n\n    five.assume_init()\n};\n\nassert_eq!(*five, 5)
\n
source

pub fn try_new_uninit_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>
where\n A: Allocator,

🔬This is a nightly-only experimental API. (allocator_api)

Constructs a new box with uninitialized contents in the provided allocator,\nreturning an error if the allocation fails

\n
§Examples
\n
#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet mut five = Box::<u32, _>::try_new_uninit_in(System)?;\n\nlet five = unsafe {\n    // Deferred initialization:\n    five.as_mut_ptr().write(5);\n\n    five.assume_init()\n};\n\nassert_eq!(*five, 5);
\n
source

pub fn new_zeroed_in(alloc: A) -> Box<MaybeUninit<T>, A>
where\n A: Allocator,

🔬This is a nightly-only experimental API. (allocator_api)

Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator.

\n

See MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.

\n
§Examples
\n
#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::new_zeroed_in(System);\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0)
\n
source

pub fn try_new_zeroed_in(alloc: A) -> Result<Box<MaybeUninit<T>, A>, AllocError>
where\n A: Allocator,

🔬This is a nightly-only experimental API. (allocator_api)

Constructs a new Box with uninitialized contents, with the memory\nbeing filled with 0 bytes in the provided allocator,\nreturning an error if the allocation fails,

\n

See MaybeUninit::zeroed for examples of correct and incorrect usage\nof this method.

\n
§Examples
\n
#![feature(allocator_api, new_uninit)]\n\nuse std::alloc::System;\n\nlet zero = Box::<u32, _>::try_new_zeroed_in(System)?;\nlet zero = unsafe { zero.assume_init() };\n\nassert_eq!(*zero, 0);
\n
source

pub fn pin_in(x: T, alloc: A) -> Pin<Box<T, A>>
where\n A: 'static + Allocator,

🔬This is a nightly-only experimental API. (allocator_api)

Constructs a new Pin<Box<T, A>>. If T does not implement Unpin, then\nx will be pinned in memory and unable to be moved.

\n

Constructing and pinning of the Box can also be done in two steps: Box::pin_in(x, alloc)\ndoes the same as Box::into_pin(Box::new_in(x, alloc)). Consider using\ninto_pin if you already have a Box<T, A>, or if you want to\nconstruct a (pinned) Box in a different way than with Box::new_in.

\n
source

pub fn into_boxed_slice(boxed: Box<T, A>) -> Box<[T], A>

🔬This is a nightly-only experimental API. (box_into_boxed_slice)

Converts a Box<T> into a Box<[T]>

\n

This conversion does not allocate on the heap and happens in place.

\n
source

pub fn into_inner(boxed: Box<T, A>) -> T

🔬This is a nightly-only experimental API. (box_into_inner)

Consumes the Box, returning the wrapped value.

\n
§Examples
\n
#![feature(box_into_inner)]\n\nlet c = Box::new(5);\n\nassert_eq!(Box::into_inner(c), 5);
\n
",0,"bdk_esplora::blocking_ext::Error"],["
source§

impl<T, A> Box<T, A>
where\n A: Allocator,\n T: ?Sized,

const: unstable · source

pub unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Box<T, A>

🔬This is a nightly-only experimental API. (allocator_api)

Constructs a box from a raw pointer in the given allocator.

\n

After calling this function, the raw pointer is owned by the\nresulting Box. Specifically, the Box destructor will call\nthe destructor of T and free the allocated memory. For this\nto be safe, the memory must have been allocated in accordance\nwith the memory layout used by Box .

\n
§Safety
\n

This function is unsafe because improper use may lead to\nmemory problems. For example, a double-free may occur if the\nfunction is called twice on the same raw pointer.

\n
§Examples
\n

Recreate a Box which was previously converted to a raw pointer\nusing Box::into_raw_with_allocator:

\n\n
#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(5, System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\n

Manually create a Box from scratch by using the system allocator:

\n\n
#![feature(allocator_api, slice_ptr_get)]\n\nuse std::alloc::{Allocator, Layout, System};\n\nunsafe {\n    let ptr = System.allocate(Layout::new::<i32>())?.as_mut_ptr() as *mut i32;\n    // In general .write is required to avoid attempting to destruct\n    // the (uninitialized) previous contents of `ptr`, though for this\n    // simple example `*ptr = 5` would have worked as well.\n    ptr.write(5);\n    let x = Box::from_raw_in(ptr, System);\n}
\n
1.4.0 · source

pub fn into_raw(b: Box<T, A>) -> *mut T

Consumes the Box, returning a wrapped raw pointer.

\n

The pointer will be properly aligned and non-null.

\n

After calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw function, allowing the Box destructor to perform\nthe cleanup.

\n

Note: this is an associated function, which means that you have\nto call it as Box::into_raw(b) instead of b.into_raw(). This\nis so that there is no conflict with a method on the inner type.

\n
§Examples
\n

Converting the raw pointer back into a Box with Box::from_raw\nfor automatic cleanup:

\n\n
let x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nlet x = unsafe { Box::from_raw(ptr) };
\n

Manual cleanup by explicitly running the destructor and deallocating\nthe memory:

\n\n
use std::alloc::{dealloc, Layout};\nuse std::ptr;\n\nlet x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n    ptr::drop_in_place(ptr);\n    dealloc(ptr as *mut u8, Layout::new::<String>());\n}
\n

Note: This is equivalent to the following:

\n\n
let x = Box::new(String::from(\"Hello\"));\nlet ptr = Box::into_raw(x);\nunsafe {\n    drop(Box::from_raw(ptr));\n}
\n
source

pub fn into_raw_with_allocator(b: Box<T, A>) -> (*mut T, A)

🔬This is a nightly-only experimental API. (allocator_api)

Consumes the Box, returning a wrapped raw pointer and the allocator.

\n

The pointer will be properly aligned and non-null.

\n

After calling this function, the caller is responsible for the\nmemory previously managed by the Box. In particular, the\ncaller should properly destroy T and release the memory, taking\ninto account the memory layout used by Box. The easiest way to\ndo this is to convert the raw pointer back into a Box with the\nBox::from_raw_in function, allowing the Box destructor to perform\nthe cleanup.

\n

Note: this is an associated function, which means that you have\nto call it as Box::into_raw_with_allocator(b) instead of b.into_raw_with_allocator(). This\nis so that there is no conflict with a method on the inner type.

\n
§Examples
\n

Converting the raw pointer back into a Box with Box::from_raw_in\nfor automatic cleanup:

\n\n
#![feature(allocator_api)]\n\nuse std::alloc::System;\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nlet x = unsafe { Box::from_raw_in(ptr, alloc) };
\n

Manual cleanup by explicitly running the destructor and deallocating\nthe memory:

\n\n
#![feature(allocator_api)]\n\nuse std::alloc::{Allocator, Layout, System};\nuse std::ptr::{self, NonNull};\n\nlet x = Box::new_in(String::from(\"Hello\"), System);\nlet (ptr, alloc) = Box::into_raw_with_allocator(x);\nunsafe {\n    ptr::drop_in_place(ptr);\n    let non_null = NonNull::new_unchecked(ptr);\n    alloc.deallocate(non_null.cast(), Layout::new::<String>());\n}
\n
const: unstable · source

pub fn allocator(b: &Box<T, A>) -> &A

🔬This is a nightly-only experimental API. (allocator_api)

Returns a reference to the underlying allocator.

\n

Note: this is an associated function, which means that you have\nto call it as Box::allocator(&b) instead of b.allocator(). This\nis so that there is no conflict with a method on the inner type.

\n
1.26.0 · source

pub fn leak<'a>(b: Box<T, A>) -> &'a mut T
where\n A: 'a,

Consumes and leaks the Box, returning a mutable reference,\n&'a mut T. Note that the type T must outlive the chosen lifetime\n'a. If the type has only static references, or none at all, then this\nmay be chosen to be 'static.

\n

This function is mainly useful for data that lives for the remainder of\nthe program’s life. Dropping the returned reference will cause a memory\nleak. If this is not acceptable, the reference should first be wrapped\nwith the Box::from_raw function producing a Box. This Box can\nthen be dropped which will properly destroy T and release the\nallocated memory.

\n

Note: this is an associated function, which means that you have\nto call it as Box::leak(b) instead of b.leak(). This\nis so that there is no conflict with a method on the inner type.

\n
§Examples
\n

Simple usage:

\n\n
let x = Box::new(41);\nlet static_ref: &'static mut usize = Box::leak(x);\n*static_ref += 1;\nassert_eq!(*static_ref, 42);
\n

Unsized data:

\n\n
let x = vec![1, 2, 3].into_boxed_slice();\nlet static_ref = Box::leak(x);\nstatic_ref[0] = 4;\nassert_eq!(*static_ref, [4, 2, 3]);
\n
1.63.0 (const: unstable) · source

pub fn into_pin(boxed: Box<T, A>) -> Pin<Box<T, A>>
where\n A: 'static,

Converts a Box<T> into a Pin<Box<T>>. If T does not implement Unpin, then\n*boxed will be pinned in memory and unable to be moved.

\n

This conversion does not allocate on the heap and happens in place.

\n

This is also available via From.

\n

Constructing and pinning a Box with Box::into_pin(Box::new(x))\ncan also be written more concisely using Box::pin(x).\nThis into_pin method is useful if you already have a Box<T>, or you are\nconstructing a (pinned) Box in a different way than with Box::new.

\n
§Notes
\n

It’s not recommended that crates add an impl like From<Box<T>> for Pin<T>,\nas it’ll introduce an ambiguity when calling Pin::from.\nA demonstration of such a poor impl is shown below.

\n\n
struct Foo; // A type defined in this crate.\nimpl From<Box<()>> for Pin<Foo> {\n    fn from(_: Box<()>) -> Pin<Foo> {\n        Pin::new(Foo)\n    }\n}\n\nlet foo = Box::new(());\nlet bar = Pin::from(foo);
\n
",0,"bdk_esplora::blocking_ext::Error"],["
§

impl<T> Buf for Box<T>
where\n T: Buf + ?Sized,

§

fn remaining(&self) -> usize

Returns the number of bytes between the current position and the end of\nthe buffer. Read more
§

fn chunk(&self) -> &[u8]

Returns a slice starting at the current position and of length between 0\nand Buf::remaining(). Note that this can return shorter slice (this allows\nnon-continuous internal representation). Read more
§

fn chunks_vectored<'b>(&'b self, dst: &mut [IoSlice<'b>]) -> usize

Fills dst with potentially multiple slices starting at self’s\ncurrent position. Read more
§

fn advance(&mut self, cnt: usize)

Advance the internal cursor of the Buf Read more
§

fn has_remaining(&self) -> bool

Returns true if there are any more bytes to consume Read more
§

fn copy_to_slice(&mut self, dst: &mut [u8])

Copies bytes from self into dst. Read more
§

fn get_u8(&mut self) -> u8

Gets an unsigned 8 bit integer from self. Read more
§

fn get_i8(&mut self) -> i8

Gets a signed 8 bit integer from self. Read more
§

fn get_u16(&mut self) -> u16

Gets an unsigned 16 bit integer from self in big-endian byte order. Read more
§

fn get_u16_le(&mut self) -> u16

Gets an unsigned 16 bit integer from self in little-endian byte order. Read more
§

fn get_u16_ne(&mut self) -> u16

Gets an unsigned 16 bit integer from self in native-endian byte order. Read more
§

fn get_i16(&mut self) -> i16

Gets a signed 16 bit integer from self in big-endian byte order. Read more
§

fn get_i16_le(&mut self) -> i16

Gets a signed 16 bit integer from self in little-endian byte order. Read more
§

fn get_i16_ne(&mut self) -> i16

Gets a signed 16 bit integer from self in native-endian byte order. Read more
§

fn get_u32(&mut self) -> u32

Gets an unsigned 32 bit integer from self in the big-endian byte order. Read more
§

fn get_u32_le(&mut self) -> u32

Gets an unsigned 32 bit integer from self in the little-endian byte order. Read more
§

fn get_u32_ne(&mut self) -> u32

Gets an unsigned 32 bit integer from self in native-endian byte order. Read more
§

fn get_i32(&mut self) -> i32

Gets a signed 32 bit integer from self in big-endian byte order. Read more
§

fn get_i32_le(&mut self) -> i32

Gets a signed 32 bit integer from self in little-endian byte order. Read more
§

fn get_i32_ne(&mut self) -> i32

Gets a signed 32 bit integer from self in native-endian byte order. Read more
§

fn get_u64(&mut self) -> u64

Gets an unsigned 64 bit integer from self in big-endian byte order. Read more
§

fn get_u64_le(&mut self) -> u64

Gets an unsigned 64 bit integer from self in little-endian byte order. Read more
§

fn get_u64_ne(&mut self) -> u64

Gets an unsigned 64 bit integer from self in native-endian byte order. Read more
§

fn get_i64(&mut self) -> i64

Gets a signed 64 bit integer from self in big-endian byte order. Read more
§

fn get_i64_le(&mut self) -> i64

Gets a signed 64 bit integer from self in little-endian byte order. Read more
§

fn get_i64_ne(&mut self) -> i64

Gets a signed 64 bit integer from self in native-endian byte order. Read more
§

fn get_uint(&mut self, nbytes: usize) -> u64

Gets an unsigned n-byte integer from self in big-endian byte order. Read more
§

fn get_uint_le(&mut self, nbytes: usize) -> u64

Gets an unsigned n-byte integer from self in little-endian byte order. Read more
§

fn get_uint_ne(&mut self, nbytes: usize) -> u64

Gets an unsigned n-byte integer from self in native-endian byte order. Read more
§

fn get_int(&mut self, nbytes: usize) -> i64

Gets a signed n-byte integer from self in big-endian byte order. Read more
§

fn get_int_le(&mut self, nbytes: usize) -> i64

Gets a signed n-byte integer from self in little-endian byte order. Read more
§

fn get_int_ne(&mut self, nbytes: usize) -> i64

Gets a signed n-byte integer from self in native-endian byte order. Read more
§

fn copy_to_bytes(&mut self, len: usize) -> Bytes

Consumes len bytes inside self and returns new instance of Bytes\nwith this data. Read more
§

fn get_u128(&mut self) -> u128

Gets an unsigned 128 bit integer from self in big-endian byte order. Read more
§

fn get_u128_le(&mut self) -> u128

Gets an unsigned 128 bit integer from self in little-endian byte order. Read more
§

fn get_u128_ne(&mut self) -> u128

Gets an unsigned 128 bit integer from self in native-endian byte order. Read more
§

fn get_i128(&mut self) -> i128

Gets a signed 128 bit integer from self in big-endian byte order. Read more
§

fn get_i128_le(&mut self) -> i128

Gets a signed 128 bit integer from self in little-endian byte order. Read more
§

fn get_i128_ne(&mut self) -> i128

Gets a signed 128 bit integer from self in native-endian byte order. Read more
§

fn get_f32(&mut self) -> f32

Gets an IEEE754 single-precision (4 bytes) floating point number from\nself in big-endian byte order. Read more
§

fn get_f32_le(&mut self) -> f32

Gets an IEEE754 single-precision (4 bytes) floating point number from\nself in little-endian byte order. Read more
§

fn get_f32_ne(&mut self) -> f32

Gets an IEEE754 single-precision (4 bytes) floating point number from\nself in native-endian byte order. Read more
§

fn get_f64(&mut self) -> f64

Gets an IEEE754 double-precision (8 bytes) floating point number from\nself in big-endian byte order. Read more
§

fn get_f64_le(&mut self) -> f64

Gets an IEEE754 double-precision (8 bytes) floating point number from\nself in little-endian byte order. Read more
§

fn get_f64_ne(&mut self) -> f64

Gets an IEEE754 double-precision (8 bytes) floating point number from\nself in native-endian byte order. Read more
§

fn take(self, limit: usize) -> Take<Self>
where\n Self: Sized,

Creates an adaptor which will read at most limit bytes from self. Read more
§

fn chain<U>(self, next: U) -> Chain<Self, U>
where\n U: Buf,\n Self: Sized,

Creates an adaptor which will chain this buffer with another. Read more
§

fn reader(self) -> Reader<Self>
where\n Self: Sized,

Creates an adaptor which implements the Read trait for self. Read more
","Buf","bdk_esplora::blocking_ext::Error"],["
§

impl<T> BufMut for Box<T>
where\n T: BufMut + ?Sized,

§

fn remaining_mut(&self) -> usize

Returns the number of bytes that can be written from the current\nposition until the end of the buffer is reached. Read more
§

fn chunk_mut(&mut self) -> &mut UninitSlice

Returns a mutable slice starting at the current BufMut position and of\nlength between 0 and BufMut::remaining_mut(). Note that this can be shorter than the\nwhole remainder of the buffer (this allows non-continuous implementation). Read more
§

unsafe fn advance_mut(&mut self, cnt: usize)

Advance the internal cursor of the BufMut Read more
§

fn put_slice(&mut self, src: &[u8])

Transfer bytes into self from src and advance the cursor by the\nnumber of bytes written. Read more
§

fn put_u8(&mut self, n: u8)

Writes an unsigned 8 bit integer to self. Read more
§

fn put_i8(&mut self, n: i8)

Writes a signed 8 bit integer to self. Read more
§

fn put_u16(&mut self, n: u16)

Writes an unsigned 16 bit integer to self in big-endian byte order. Read more
§

fn put_u16_le(&mut self, n: u16)

Writes an unsigned 16 bit integer to self in little-endian byte order. Read more
§

fn put_u16_ne(&mut self, n: u16)

Writes an unsigned 16 bit integer to self in native-endian byte order. Read more
§

fn put_i16(&mut self, n: i16)

Writes a signed 16 bit integer to self in big-endian byte order. Read more
§

fn put_i16_le(&mut self, n: i16)

Writes a signed 16 bit integer to self in little-endian byte order. Read more
§

fn put_i16_ne(&mut self, n: i16)

Writes a signed 16 bit integer to self in native-endian byte order. Read more
§

fn put_u32(&mut self, n: u32)

Writes an unsigned 32 bit integer to self in big-endian byte order. Read more
§

fn put_u32_le(&mut self, n: u32)

Writes an unsigned 32 bit integer to self in little-endian byte order. Read more
§

fn put_u32_ne(&mut self, n: u32)

Writes an unsigned 32 bit integer to self in native-endian byte order. Read more
§

fn put_i32(&mut self, n: i32)

Writes a signed 32 bit integer to self in big-endian byte order. Read more
§

fn put_i32_le(&mut self, n: i32)

Writes a signed 32 bit integer to self in little-endian byte order. Read more
§

fn put_i32_ne(&mut self, n: i32)

Writes a signed 32 bit integer to self in native-endian byte order. Read more
§

fn put_u64(&mut self, n: u64)

Writes an unsigned 64 bit integer to self in the big-endian byte order. Read more
§

fn put_u64_le(&mut self, n: u64)

Writes an unsigned 64 bit integer to self in little-endian byte order. Read more
§

fn put_u64_ne(&mut self, n: u64)

Writes an unsigned 64 bit integer to self in native-endian byte order. Read more
§

fn put_i64(&mut self, n: i64)

Writes a signed 64 bit integer to self in the big-endian byte order. Read more
§

fn put_i64_le(&mut self, n: i64)

Writes a signed 64 bit integer to self in little-endian byte order. Read more
§

fn put_i64_ne(&mut self, n: i64)

Writes a signed 64 bit integer to self in native-endian byte order. Read more
§

fn has_remaining_mut(&self) -> bool

Returns true if there is space in self for more bytes. Read more
§

fn put<T>(&mut self, src: T)
where\n T: Buf,\n Self: Sized,

Transfer bytes into self from src and advance the cursor by the\nnumber of bytes written. Read more
§

fn put_bytes(&mut self, val: u8, cnt: usize)

Put cnt bytes val into self. Read more
§

fn put_u128(&mut self, n: u128)

Writes an unsigned 128 bit integer to self in the big-endian byte order. Read more
§

fn put_u128_le(&mut self, n: u128)

Writes an unsigned 128 bit integer to self in little-endian byte order. Read more
§

fn put_u128_ne(&mut self, n: u128)

Writes an unsigned 128 bit integer to self in native-endian byte order. Read more
§

fn put_i128(&mut self, n: i128)

Writes a signed 128 bit integer to self in the big-endian byte order. Read more
§

fn put_i128_le(&mut self, n: i128)

Writes a signed 128 bit integer to self in little-endian byte order. Read more
§

fn put_i128_ne(&mut self, n: i128)

Writes a signed 128 bit integer to self in native-endian byte order. Read more
§

fn put_uint(&mut self, n: u64, nbytes: usize)

Writes an unsigned n-byte integer to self in big-endian byte order. Read more
§

fn put_uint_le(&mut self, n: u64, nbytes: usize)

Writes an unsigned n-byte integer to self in the little-endian byte order. Read more
§

fn put_uint_ne(&mut self, n: u64, nbytes: usize)

Writes an unsigned n-byte integer to self in the native-endian byte order. Read more
§

fn put_int(&mut self, n: i64, nbytes: usize)

Writes low nbytes of a signed integer to self in big-endian byte order. Read more
§

fn put_int_le(&mut self, n: i64, nbytes: usize)

Writes low nbytes of a signed integer to self in little-endian byte order. Read more
§

fn put_int_ne(&mut self, n: i64, nbytes: usize)

Writes low nbytes of a signed integer to self in native-endian byte order. Read more
§

fn put_f32(&mut self, n: f32)

Writes an IEEE754 single-precision (4 bytes) floating point number to\nself in big-endian byte order. Read more
§

fn put_f32_le(&mut self, n: f32)

Writes an IEEE754 single-precision (4 bytes) floating point number to\nself in little-endian byte order. Read more
§

fn put_f32_ne(&mut self, n: f32)

Writes an IEEE754 single-precision (4 bytes) floating point number to\nself in native-endian byte order. Read more
§

fn put_f64(&mut self, n: f64)

Writes an IEEE754 double-precision (8 bytes) floating point number to\nself in big-endian byte order. Read more
§

fn put_f64_le(&mut self, n: f64)

Writes an IEEE754 double-precision (8 bytes) floating point number to\nself in little-endian byte order. Read more
§

fn put_f64_ne(&mut self, n: f64)

Writes an IEEE754 double-precision (8 bytes) floating point number to\nself in native-endian byte order. Read more
§

fn limit(self, limit: usize) -> Limit<Self>
where\n Self: Sized,

Creates an adaptor which can write at most limit bytes to self. Read more
§

fn writer(self) -> Writer<Self>
where\n Self: Sized,

Creates an adaptor which implements the Write trait for self. Read more
§

fn chain_mut<U>(self, next: U) -> Chain<Self, U>
where\n U: BufMut,\n Self: Sized,

Creates an adapter which will chain this buffer with another. Read more
","BufMut","bdk_esplora::blocking_ext::Error"],["
1.0.0 · source§

impl<B> BufRead for Box<B>
where\n B: BufRead + ?Sized,

source§

fn fill_buf(&mut self) -> Result<&[u8], Error>

Returns the contents of the internal buffer, filling it with more data\nfrom the inner reader if it is empty. Read more
source§

fn consume(&mut self, amt: usize)

Tells this buffer that amt bytes have been consumed from the buffer,\nso they should no longer be returned in calls to read. Read more
source§

fn read_until(&mut self, byte: u8, buf: &mut Vec<u8>) -> Result<usize, Error>

Read all bytes into buf until the delimiter byte or EOF is reached. Read more
source§

fn read_line(&mut self, buf: &mut String) -> Result<usize, Error>

Read all bytes until a newline (the 0xA byte) is reached, and append\nthem to the provided String buffer. Read more
source§

fn has_data_left(&mut self) -> Result<bool, Error>

🔬This is a nightly-only experimental API. (buf_read_has_data_left)
Check if the underlying Read has any data left to be read. Read more
source§

fn skip_until(&mut self, byte: u8) -> Result<usize, Error>

🔬This is a nightly-only experimental API. (bufread_skip_until)
Skip all bytes until the delimiter byte or EOF is reached. Read more
1.0.0 · source§

fn split(self, byte: u8) -> Split<Self>
where\n Self: Sized,

Returns an iterator over the contents of this reader split on the byte\nbyte. Read more
1.0.0 · source§

fn lines(self) -> Lines<Self>
where\n Self: Sized,

Returns an iterator over the lines of this reader. Read more
","BufRead","bdk_esplora::blocking_ext::Error"],["
1.0.0 · source§

impl<T, A> Clone for Box<T, A>
where\n T: Clone,\n A: Allocator + Clone,

source§

fn clone(&self) -> Box<T, A>

Returns a new box with a clone() of this box’s contents.

\n
§Examples
\n
let x = Box::new(5);\nlet y = x.clone();\n\n// The value is the same\nassert_eq!(x, y);\n\n// But they are unique objects\nassert_ne!(&*x as *const i32, &*y as *const i32);
\n
source§

fn clone_from(&mut self, source: &Box<T, A>)

Copies source’s contents into self without creating a new allocation.

\n
§Examples
\n
let x = Box::new(5);\nlet mut y = Box::new(10);\nlet yp: *const i32 = &*y;\n\ny.clone_from(&x);\n\n// The value is the same\nassert_eq!(x, y);\n\n// And no allocation occurred\nassert_eq!(yp, &*y);
\n
","Clone","bdk_esplora::blocking_ext::Error"],["
source§

impl<G, R, A> Coroutine<R> for Box<G, A>
where\n G: Coroutine<R> + Unpin + ?Sized,\n A: Allocator,

§

type Yield = <G as Coroutine<R>>::Yield

🔬This is a nightly-only experimental API. (coroutine_trait)
The type of value this coroutine yields. Read more
§

type Return = <G as Coroutine<R>>::Return

🔬This is a nightly-only experimental API. (coroutine_trait)
The type of value this coroutine returns. Read more
source§

fn resume(\n self: Pin<&mut Box<G, A>>,\n arg: R\n) -> CoroutineState<<Box<G, A> as Coroutine<R>>::Yield, <Box<G, A> as Coroutine<R>>::Return>

🔬This is a nightly-only experimental API. (coroutine_trait)
Resumes the execution of this coroutine. Read more
","Coroutine","bdk_esplora::blocking_ext::Error"],["
1.0.0 · source§

impl<T, A> Debug for Box<T, A>
where\n T: Debug + ?Sized,\n A: Allocator,

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
","Debug","bdk_esplora::blocking_ext::Error"],["
1.0.0 · source§

impl<T> Default for Box<T>
where\n T: Default,

source§

fn default() -> Box<T>

Creates a Box<T>, with the Default value for T.

\n
","Default","bdk_esplora::blocking_ext::Error"],["
1.0.0 · source§

impl<T, A> Deref for Box<T, A>
where\n A: Allocator,\n T: ?Sized,

§

type Target = T

The resulting type after dereferencing.
source§

fn deref(&self) -> &T

Dereferences the value.
","Deref","bdk_esplora::blocking_ext::Error"],["
1.0.0 · source§

impl<T, A> DerefMut for Box<T, A>
where\n A: Allocator,\n T: ?Sized,

source§

fn deref_mut(&mut self) -> &mut T

Mutably dereferences the value.
","DerefMut","bdk_esplora::blocking_ext::Error"],["
source§

impl<'de, T> Deserialize<'de> for Box<T>
where\n T: Deserialize<'de>,

source§

fn deserialize<D>(\n deserializer: D\n) -> Result<Box<T>, <D as Deserializer<'de>>::Error>
where\n D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
","Deserialize<'de>","bdk_esplora::blocking_ext::Error"],["
1.0.0 · source§

impl<T, A> Display for Box<T, A>
where\n T: Display + ?Sized,\n A: Allocator,

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
","Display","bdk_esplora::blocking_ext::Error"],["
1.0.0 · source§

impl<I, A> DoubleEndedIterator for Box<I, A>
where\n I: DoubleEndedIterator + ?Sized,\n A: Allocator,

source§

fn next_back(&mut self) -> Option<<I as Iterator>::Item>

Removes and returns an element from the end of the iterator. Read more
source§

fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item>

Returns the nth element from the end of the iterator. Read more
source§

fn advance_back_by(&mut self, n: usize) -> Result<(), NonZero<usize>>

🔬This is a nightly-only experimental API. (iter_advance_by)
Advances the iterator from the back by n elements. Read more
1.27.0 · source§

fn try_rfold<B, F, R>(&mut self, init: B, f: F) -> R
where\n Self: Sized,\n F: FnMut(B, Self::Item) -> R,\n R: Try<Output = B>,

This is the reverse version of Iterator::try_fold(): it takes\nelements starting from the back of the iterator. Read more
1.27.0 · source§

fn rfold<B, F>(self, init: B, f: F) -> B
where\n Self: Sized,\n F: FnMut(B, Self::Item) -> B,

An iterator method that reduces the iterator’s elements to a single,\nfinal value, starting from the back. Read more
1.27.0 · source§

fn rfind<P>(&mut self, predicate: P) -> Option<Self::Item>
where\n Self: Sized,\n P: FnMut(&Self::Item) -> bool,

Searches for an element of an iterator from the back that satisfies a predicate. Read more
","DoubleEndedIterator","bdk_esplora::blocking_ext::Error"],["
1.0.0 · source§

impl<T, A> Drop for Box<T, A>
where\n A: Allocator,\n T: ?Sized,

source§

fn drop(&mut self)

Executes the destructor for this type. Read more
","Drop","bdk_esplora::blocking_ext::Error"],["
1.8.0 · source§

impl<T> Error for Box<T>
where\n T: Error,

source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
source§

fn provide<'b>(&'b self, request: &mut Request<'b>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
","Error","bdk_esplora::blocking_ext::Error"],["
1.0.0 · source§

impl<I, A> ExactSizeIterator for Box<I, A>
where\n I: ExactSizeIterator + ?Sized,\n A: Allocator,

source§

fn len(&self) -> usize

Returns the exact remaining length of the iterator. Read more
source§

fn is_empty(&self) -> bool

🔬This is a nightly-only experimental API. (exact_size_is_empty)
Returns true if the iterator is empty. Read more
","ExactSizeIterator","bdk_esplora::blocking_ext::Error"],["
1.35.0 · source§

impl<Args, F, A> Fn<Args> for Box<F, A>
where\n Args: Tuple,\n F: Fn<Args> + ?Sized,\n A: Allocator,

source§

extern "rust-call" fn call(\n &self,\n args: Args\n) -> <Box<F, A> as FnOnce<Args>>::Output

🔬This is a nightly-only experimental API. (fn_traits)
Performs the call operation.
","Fn","bdk_esplora::blocking_ext::Error"],["
1.35.0 · source§

impl<Args, F, A> FnMut<Args> for Box<F, A>
where\n Args: Tuple,\n F: FnMut<Args> + ?Sized,\n A: Allocator,

source§

extern "rust-call" fn call_mut(\n &mut self,\n args: Args\n) -> <Box<F, A> as FnOnce<Args>>::Output

🔬This is a nightly-only experimental API. (fn_traits)
Performs the call operation.
","FnMut","bdk_esplora::blocking_ext::Error"],["
1.35.0 · source§

impl<Args, F, A> FnOnce<Args> for Box<F, A>
where\n Args: Tuple,\n F: FnOnce<Args> + ?Sized,\n A: Allocator,

§

type Output = <F as FnOnce<Args>>::Output

The returned type after the call operator is used.
source§

extern "rust-call" fn call_once(\n self,\n args: Args\n) -> <Box<F, A> as FnOnce<Args>>::Output

🔬This is a nightly-only experimental API. (fn_traits)
Performs the call operation.
","FnOnce","bdk_esplora::blocking_ext::Error"],["
1.6.0 · source§

impl<T> From<T> for Box<T>

source§

fn from(t: T) -> Box<T>

Converts a T into a Box<T>

\n

The conversion allocates on the heap and moves t\nfrom the stack into it.

\n
§Examples
\n
let x = 5;\nlet boxed = Box::new(5);\n\nassert_eq!(Box::from(x), boxed);
\n
","From","bdk_esplora::blocking_ext::Error"],["
§

impl<F> FusedFuture for Box<F>
where\n F: FusedFuture + Unpin + ?Sized,

§

fn is_terminated(&self) -> bool

Returns true if the underlying future should no longer be polled.
","FusedFuture","bdk_esplora::blocking_ext::Error"],["
§

impl<S> FusedStream for Box<S>
where\n S: FusedStream + Unpin + ?Sized,

§

fn is_terminated(&self) -> bool

Returns true if the stream should no longer be polled.
","FusedStream","bdk_esplora::blocking_ext::Error"],["
1.36.0 · source§

impl<F, A> Future for Box<F, A>
where\n F: Future + Unpin + ?Sized,\n A: Allocator,

§

type Output = <F as Future>::Output

The type of value produced on completion.
source§

fn poll(\n self: Pin<&mut Box<F, A>>,\n cx: &mut Context<'_>\n) -> Poll<<Box<F, A> as Future>::Output>

Attempt to resolve the future to a final value, registering\nthe current task for wakeup if the value is not yet available. Read more
","Future","bdk_esplora::blocking_ext::Error"],["
1.0.0 · source§

impl<T, A> Hash for Box<T, A>
where\n T: Hash + ?Sized,\n A: Allocator,

source§

fn hash<H>(&self, state: &mut H)
where\n H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where\n H: Hasher,\n Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
","Hash","bdk_esplora::blocking_ext::Error"],["
1.22.0 · source§

impl<T, A> Hasher for Box<T, A>
where\n T: Hasher + ?Sized,\n A: Allocator,

source§

fn finish(&self) -> u64

Returns the hash value for the values written so far. Read more
source§

fn write(&mut self, bytes: &[u8])

Writes some data into this Hasher. Read more
source§

fn write_u8(&mut self, i: u8)

Writes a single u8 into this hasher.
source§

fn write_u16(&mut self, i: u16)

Writes a single u16 into this hasher.
source§

fn write_u32(&mut self, i: u32)

Writes a single u32 into this hasher.
source§

fn write_u64(&mut self, i: u64)

Writes a single u64 into this hasher.
source§

fn write_u128(&mut self, i: u128)

Writes a single u128 into this hasher.
source§

fn write_usize(&mut self, i: usize)

Writes a single usize into this hasher.
source§

fn write_i8(&mut self, i: i8)

Writes a single i8 into this hasher.
source§

fn write_i16(&mut self, i: i16)

Writes a single i16 into this hasher.
source§

fn write_i32(&mut self, i: i32)

Writes a single i32 into this hasher.
source§

fn write_i64(&mut self, i: i64)

Writes a single i64 into this hasher.
source§

fn write_i128(&mut self, i: i128)

Writes a single i128 into this hasher.
source§

fn write_isize(&mut self, i: isize)

Writes a single isize into this hasher.
source§

fn write_length_prefix(&mut self, len: usize)

🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)
Writes a length prefix into this hasher, as part of being prefix-free. Read more
source§

fn write_str(&mut self, s: &str)

🔬This is a nightly-only experimental API. (hasher_prefixfree_extras)
Writes a single str into this hasher. Read more
","Hasher","bdk_esplora::blocking_ext::Error"],["
1.0.0 · source§

impl<I, A> Iterator for Box<I, A>
where\n I: Iterator + ?Sized,\n A: Allocator,

§

type Item = <I as Iterator>::Item

The type of the elements being iterated over.
source§

fn next(&mut self) -> Option<<I as Iterator>::Item>

Advances the iterator and returns the next value. Read more
source§

fn size_hint(&self) -> (usize, Option<usize>)

Returns the bounds on the remaining length of the iterator. Read more
source§

fn nth(&mut self, n: usize) -> Option<<I as Iterator>::Item>

Returns the nth element of the iterator. Read more
source§

fn last(self) -> Option<<I as Iterator>::Item>

Consumes the iterator, returning the last element. Read more
source§

fn next_chunk<const N: usize>(\n &mut self\n) -> Result<[Self::Item; N], IntoIter<Self::Item, N>>
where\n Self: Sized,

🔬This is a nightly-only experimental API. (iter_next_chunk)
Advances the iterator and returns an array containing the next N values. Read more
1.0.0 · source§

fn count(self) -> usize
where\n Self: Sized,

Consumes the iterator, counting the number of iterations and returning it. Read more
source§

fn advance_by(&mut self, n: usize) -> Result<(), NonZero<usize>>

🔬This is a nightly-only experimental API. (iter_advance_by)
Advances the iterator by n elements. Read more
1.28.0 · source§

fn step_by(self, step: usize) -> StepBy<Self>
where\n Self: Sized,

Creates an iterator starting at the same point, but stepping by\nthe given amount at each iteration. Read more
1.0.0 · source§

fn chain<U>(self, other: U) -> Chain<Self, <U as IntoIterator>::IntoIter>
where\n Self: Sized,\n U: IntoIterator<Item = Self::Item>,

Takes two iterators and creates a new iterator over both in sequence. Read more
1.0.0 · source§

fn zip<U>(self, other: U) -> Zip<Self, <U as IntoIterator>::IntoIter>
where\n Self: Sized,\n U: IntoIterator,

‘Zips up’ two iterators into a single iterator of pairs. Read more
source§

fn intersperse_with<G>(self, separator: G) -> IntersperseWith<Self, G>
where\n Self: Sized,\n G: FnMut() -> Self::Item,

🔬This is a nightly-only experimental API. (iter_intersperse)
Creates a new iterator which places an item generated by separator\nbetween adjacent items of the original iterator. Read more
1.0.0 · source§

fn map<B, F>(self, f: F) -> Map<Self, F>
where\n Self: Sized,\n F: FnMut(Self::Item) -> B,

Takes a closure and creates an iterator which calls that closure on each\nelement. Read more
1.21.0 · source§

fn for_each<F>(self, f: F)
where\n Self: Sized,\n F: FnMut(Self::Item),

Calls a closure on each element of an iterator. Read more
1.0.0 · source§

fn filter<P>(self, predicate: P) -> Filter<Self, P>
where\n Self: Sized,\n P: FnMut(&Self::Item) -> bool,

Creates an iterator which uses a closure to determine if an element\nshould be yielded. Read more
1.0.0 · source§

fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
where\n Self: Sized,\n F: FnMut(Self::Item) -> Option<B>,

Creates an iterator that both filters and maps. Read more
1.0.0 · source§

fn enumerate(self) -> Enumerate<Self>
where\n Self: Sized,

Creates an iterator which gives the current iteration count as well as\nthe next value. Read more
1.0.0 · source§

fn peekable(self) -> Peekable<Self>
where\n Self: Sized,

Creates an iterator which can use the peek and peek_mut methods\nto look at the next element of the iterator without consuming it. See\ntheir documentation for more information. Read more
1.0.0 · source§

fn skip_while<P>(self, predicate: P) -> SkipWhile<Self, P>
where\n Self: Sized,\n P: FnMut(&Self::Item) -> bool,

Creates an iterator that skips elements based on a predicate. Read more
1.0.0 · source§

fn take_while<P>(self, predicate: P) -> TakeWhile<Self, P>
where\n Self: Sized,\n P: FnMut(&Self::Item) -> bool,

Creates an iterator that yields elements based on a predicate. Read more
1.57.0 · source§

fn map_while<B, P>(self, predicate: P) -> MapWhile<Self, P>
where\n Self: Sized,\n P: FnMut(Self::Item) -> Option<B>,

Creates an iterator that both yields elements based on a predicate and maps. Read more
1.0.0 · source§

fn skip(self, n: usize) -> Skip<Self>
where\n Self: Sized,

Creates an iterator that skips the first n elements. Read more
1.0.0 · source§

fn take(self, n: usize) -> Take<Self>
where\n Self: Sized,

Creates an iterator that yields the first n elements, or fewer\nif the underlying iterator ends sooner. Read more
1.0.0 · source§

fn scan<St, B, F>(self, initial_state: St, f: F) -> Scan<Self, St, F>
where\n Self: Sized,\n F: FnMut(&mut St, Self::Item) -> Option<B>,

An iterator adapter which, like fold, holds internal state, but\nunlike fold, produces a new iterator. Read more
1.0.0 · source§

fn flat_map<U, F>(self, f: F) -> FlatMap<Self, U, F>
where\n Self: Sized,\n U: IntoIterator,\n F: FnMut(Self::Item) -> U,

Creates an iterator that works like map, but flattens nested structure. Read more
source§

fn map_windows<F, R, const N: usize>(self, f: F) -> MapWindows<Self, F, N>
where\n Self: Sized,\n F: FnMut(&[Self::Item; N]) -> R,

🔬This is a nightly-only experimental API. (iter_map_windows)
Calls the given function f for each contiguous window of size N over\nself and returns an iterator over the outputs of f. Like slice::windows(),\nthe windows during mapping overlap as well. Read more
1.0.0 · source§

fn fuse(self) -> Fuse<Self>
where\n Self: Sized,

Creates an iterator which ends after the first None. Read more
1.0.0 · source§

fn inspect<F>(self, f: F) -> Inspect<Self, F>
where\n Self: Sized,\n F: FnMut(&Self::Item),

Does something with each element of an iterator, passing the value on. Read more
1.0.0 · source§

fn by_ref(&mut self) -> &mut Self
where\n Self: Sized,

Borrows an iterator, rather than consuming it. Read more
1.0.0 · source§

fn collect<B>(self) -> B
where\n B: FromIterator<Self::Item>,\n Self: Sized,

Transforms an iterator into a collection. Read more
source§

fn collect_into<E>(self, collection: &mut E) -> &mut E
where\n E: Extend<Self::Item>,\n Self: Sized,

🔬This is a nightly-only experimental API. (iter_collect_into)
Collects all the items from an iterator into a collection. Read more
1.0.0 · source§

fn partition<B, F>(self, f: F) -> (B, B)
where\n Self: Sized,\n B: Default + Extend<Self::Item>,\n F: FnMut(&Self::Item) -> bool,

Consumes an iterator, creating two collections from it. Read more
source§

fn is_partitioned<P>(self, predicate: P) -> bool
where\n Self: Sized,\n P: FnMut(Self::Item) -> bool,

🔬This is a nightly-only experimental API. (iter_is_partitioned)
Checks if the elements of this iterator are partitioned according to the given predicate,\nsuch that all those that return true precede all those that return false. Read more
1.27.0 · source§

fn try_fold<B, F, R>(&mut self, init: B, f: F) -> R
where\n Self: Sized,\n F: FnMut(B, Self::Item) -> R,\n R: Try<Output = B>,

An iterator method that applies a function as long as it returns\nsuccessfully, producing a single, final value. Read more
1.27.0 · source§

fn try_for_each<F, R>(&mut self, f: F) -> R
where\n Self: Sized,\n F: FnMut(Self::Item) -> R,\n R: Try<Output = ()>,

An iterator method that applies a fallible function to each item in the\niterator, stopping at the first error and returning that error. Read more
1.0.0 · source§

fn fold<B, F>(self, init: B, f: F) -> B
where\n Self: Sized,\n F: FnMut(B, Self::Item) -> B,

Folds every element into an accumulator by applying an operation,\nreturning the final result. Read more
1.51.0 · source§

fn reduce<F>(self, f: F) -> Option<Self::Item>
where\n Self: Sized,\n F: FnMut(Self::Item, Self::Item) -> Self::Item,

Reduces the elements to a single one, by repeatedly applying a reducing\noperation. Read more
source§

fn try_reduce<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<<R as Try>::Output>>>::TryType
where\n Self: Sized,\n F: FnMut(Self::Item, Self::Item) -> R,\n R: Try<Output = Self::Item>,\n <R as Try>::Residual: Residual<Option<Self::Item>>,

🔬This is a nightly-only experimental API. (iterator_try_reduce)
Reduces the elements to a single one by repeatedly applying a reducing operation. If the\nclosure returns a failure, the failure is propagated back to the caller immediately. Read more
1.0.0 · source§

fn all<F>(&mut self, f: F) -> bool
where\n Self: Sized,\n F: FnMut(Self::Item) -> bool,

Tests if every element of the iterator matches a predicate. Read more
1.0.0 · source§

fn any<F>(&mut self, f: F) -> bool
where\n Self: Sized,\n F: FnMut(Self::Item) -> bool,

Tests if any element of the iterator matches a predicate. Read more
1.0.0 · source§

fn find<P>(&mut self, predicate: P) -> Option<Self::Item>
where\n Self: Sized,\n P: FnMut(&Self::Item) -> bool,

Searches for an element of an iterator that satisfies a predicate. Read more
1.30.0 · source§

fn find_map<B, F>(&mut self, f: F) -> Option<B>
where\n Self: Sized,\n F: FnMut(Self::Item) -> Option<B>,

Applies function to the elements of iterator and returns\nthe first non-none result. Read more
source§

fn try_find<F, R>(\n &mut self,\n f: F\n) -> <<R as Try>::Residual as Residual<Option<Self::Item>>>::TryType
where\n Self: Sized,\n F: FnMut(&Self::Item) -> R,\n R: Try<Output = bool>,\n <R as Try>::Residual: Residual<Option<Self::Item>>,

🔬This is a nightly-only experimental API. (try_find)
Applies function to the elements of iterator and returns\nthe first true result or the first error. Read more
1.0.0 · source§

fn position<P>(&mut self, predicate: P) -> Option<usize>
where\n Self: Sized,\n P: FnMut(Self::Item) -> bool,

Searches for an element in an iterator, returning its index. Read more
1.6.0 · source§

fn max_by_key<B, F>(self, f: F) -> Option<Self::Item>
where\n B: Ord,\n Self: Sized,\n F: FnMut(&Self::Item) -> B,

Returns the element that gives the maximum value from the\nspecified function. Read more
1.15.0 · source§

fn max_by<F>(self, compare: F) -> Option<Self::Item>
where\n Self: Sized,\n F: FnMut(&Self::Item, &Self::Item) -> Ordering,

Returns the element that gives the maximum value with respect to the\nspecified comparison function. Read more
1.6.0 · source§

fn min_by_key<B, F>(self, f: F) -> Option<Self::Item>
where\n B: Ord,\n Self: Sized,\n F: FnMut(&Self::Item) -> B,

Returns the element that gives the minimum value from the\nspecified function. Read more
1.15.0 · source§

fn min_by<F>(self, compare: F) -> Option<Self::Item>
where\n Self: Sized,\n F: FnMut(&Self::Item, &Self::Item) -> Ordering,

Returns the element that gives the minimum value with respect to the\nspecified comparison function. Read more
1.0.0 · source§

fn unzip<A, B, FromA, FromB>(self) -> (FromA, FromB)
where\n FromA: Default + Extend<A>,\n FromB: Default + Extend<B>,\n Self: Sized + Iterator<Item = (A, B)>,

Converts an iterator of pairs into a pair of containers. Read more
1.36.0 · source§

fn copied<'a, T>(self) -> Copied<Self>
where\n T: 'a + Copy,\n Self: Sized + Iterator<Item = &'a T>,

Creates an iterator which copies all of its elements. Read more
1.0.0 · source§

fn cloned<'a, T>(self) -> Cloned<Self>
where\n T: 'a + Clone,\n Self: Sized + Iterator<Item = &'a T>,

Creates an iterator which clones all of its elements. Read more
source§

fn array_chunks<const N: usize>(self) -> ArrayChunks<Self, N>
where\n Self: Sized,

🔬This is a nightly-only experimental API. (iter_array_chunks)
Returns an iterator over N elements of the iterator at a time. Read more
1.11.0 · source§

fn sum<S>(self) -> S
where\n Self: Sized,\n S: Sum<Self::Item>,

Sums the elements of an iterator. Read more
1.11.0 · source§

fn product<P>(self) -> P
where\n Self: Sized,\n P: Product<Self::Item>,

Iterates over the entire iterator, multiplying all the elements Read more
source§

fn cmp_by<I, F>(self, other: I, cmp: F) -> Ordering
where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Ordering,

🔬This is a nightly-only experimental API. (iter_order_by)
Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more
1.5.0 · source§

fn partial_cmp<I>(self, other: I) -> Option<Ordering>
where\n I: IntoIterator,\n Self::Item: PartialOrd<<I as IntoIterator>::Item>,\n Self: Sized,

Lexicographically compares the PartialOrd elements of\nthis Iterator with those of another. The comparison works like short-circuit\nevaluation, returning a result without comparing the remaining elements.\nAs soon as an order can be determined, the evaluation stops and a result is returned. Read more
source§

fn partial_cmp_by<I, F>(self, other: I, partial_cmp: F) -> Option<Ordering>
where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> Option<Ordering>,

🔬This is a nightly-only experimental API. (iter_order_by)
Lexicographically compares the elements of this Iterator with those\nof another with respect to the specified comparison function. Read more
1.5.0 · source§

fn eq<I>(self, other: I) -> bool
where\n I: IntoIterator,\n Self::Item: PartialEq<<I as IntoIterator>::Item>,\n Self: Sized,

Determines if the elements of this Iterator are equal to those of\nanother. Read more
source§

fn eq_by<I, F>(self, other: I, eq: F) -> bool
where\n Self: Sized,\n I: IntoIterator,\n F: FnMut(Self::Item, <I as IntoIterator>::Item) -> bool,

🔬This is a nightly-only experimental API. (iter_order_by)
Determines if the elements of this Iterator are equal to those of\nanother with respect to the specified equality function. Read more
1.5.0 · source§

fn ne<I>(self, other: I) -> bool
where\n I: IntoIterator,\n Self::Item: PartialEq<<I as IntoIterator>::Item>,\n Self: Sized,

Determines if the elements of this Iterator are not equal to those of\nanother. Read more
1.5.0 · source§

fn lt<I>(self, other: I) -> bool
where\n I: IntoIterator,\n Self::Item: PartialOrd<<I as IntoIterator>::Item>,\n Self: Sized,

Determines if the elements of this Iterator are lexicographically\nless than those of another. Read more
1.5.0 · source§

fn le<I>(self, other: I) -> bool
where\n I: IntoIterator,\n Self::Item: PartialOrd<<I as IntoIterator>::Item>,\n Self: Sized,

Determines if the elements of this Iterator are lexicographically\nless or equal to those of another. Read more
1.5.0 · source§

fn gt<I>(self, other: I) -> bool
where\n I: IntoIterator,\n Self::Item: PartialOrd<<I as IntoIterator>::Item>,\n Self: Sized,

Determines if the elements of this Iterator are lexicographically\ngreater than those of another. Read more
1.5.0 · source§

fn ge<I>(self, other: I) -> bool
where\n I: IntoIterator,\n Self::Item: PartialOrd<<I as IntoIterator>::Item>,\n Self: Sized,

Determines if the elements of this Iterator are lexicographically\ngreater than or equal to those of another. Read more
source§

fn is_sorted_by<F>(self, compare: F) -> bool
where\n Self: Sized,\n F: FnMut(&Self::Item, &Self::Item) -> bool,

🔬This is a nightly-only experimental API. (is_sorted)
Checks if the elements of this iterator are sorted using the given comparator function. Read more
source§

fn is_sorted_by_key<F, K>(self, f: F) -> bool
where\n Self: Sized,\n F: FnMut(Self::Item) -> K,\n K: PartialOrd,

🔬This is a nightly-only experimental API. (is_sorted)
Checks if the elements of this iterator are sorted using the given key extraction\nfunction. Read more
","Iterator","bdk_esplora::blocking_ext::Error"],["
§

impl<Sp> LocalSpawn for Box<Sp>
where\n Sp: LocalSpawn + ?Sized,

§

fn spawn_local_obj(\n &self,\n future: LocalFutureObj<'static, ()>\n) -> Result<(), SpawnError>

Spawns a future that will be run to completion. Read more
§

fn status_local(&self) -> Result<(), SpawnError>

Determines whether the executor is able to spawn new tasks. Read more
","LocalSpawn","bdk_esplora::blocking_ext::Error"],["
1.0.0 · source§

impl<T, A> Ord for Box<T, A>
where\n T: Ord + ?Sized,\n A: Allocator,

source§

fn cmp(&self, other: &Box<T, A>) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where\n Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where\n Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where\n Self: Sized + PartialOrd,

Restrict a value to a certain interval. Read more
","Ord","bdk_esplora::blocking_ext::Error"],["
1.0.0 · source§

impl<T, A> PartialEq for Box<T, A>
where\n T: PartialEq + ?Sized,\n A: Allocator,

source§

fn eq(&self, other: &Box<T, A>) -> bool

This method tests for self and other values to be equal, and is used\nby ==.
source§

fn ne(&self, other: &Box<T, A>) -> bool

This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
","PartialEq","bdk_esplora::blocking_ext::Error"],["
1.0.0 · source§

impl<T, A> PartialOrd for Box<T, A>
where\n T: PartialOrd + ?Sized,\n A: Allocator,

source§

fn partial_cmp(&self, other: &Box<T, A>) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
source§

fn lt(&self, other: &Box<T, A>) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
source§

fn le(&self, other: &Box<T, A>) -> bool

This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more
source§

fn ge(&self, other: &Box<T, A>) -> bool

This method tests greater than or equal to (for self and other) and is used by the >=\noperator. Read more
source§

fn gt(&self, other: &Box<T, A>) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
","PartialOrd","bdk_esplora::blocking_ext::Error"],["
1.0.0 · source§

impl<T, A> Pointer for Box<T, A>
where\n A: Allocator,\n T: ?Sized,

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
","Pointer","bdk_esplora::blocking_ext::Error"],["
1.0.0 · source§

impl<R> Read for Box<R>
where\n R: Read + ?Sized,

source§

fn read(&mut self, buf: &mut [u8]) -> Result<usize, Error>

Pull some bytes from this source into the specified buffer, returning\nhow many bytes were read. Read more
source§

fn read_buf(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>

🔬This is a nightly-only experimental API. (read_buf)
Pull some bytes from this source into the specified buffer. Read more
source§

fn read_vectored(&mut self, bufs: &mut [IoSliceMut<'_>]) -> Result<usize, Error>

Like read, except that it reads into a slice of buffers. Read more
source§

fn is_read_vectored(&self) -> bool

🔬This is a nightly-only experimental API. (can_vector)
Determines if this Reader has an efficient read_vectored\nimplementation. Read more
source§

fn read_to_end(&mut self, buf: &mut Vec<u8>) -> Result<usize, Error>

Read all bytes until EOF in this source, placing them into buf. Read more
source§

fn read_to_string(&mut self, buf: &mut String) -> Result<usize, Error>

Read all bytes until EOF in this source, appending them to buf. Read more
source§

fn read_exact(&mut self, buf: &mut [u8]) -> Result<(), Error>

Read the exact number of bytes required to fill buf. Read more
source§

fn read_buf_exact(&mut self, cursor: BorrowedCursor<'_>) -> Result<(), Error>

🔬This is a nightly-only experimental API. (read_buf)
Read the exact number of bytes required to fill cursor. Read more
1.0.0 · source§

fn by_ref(&mut self) -> &mut Self
where\n Self: Sized,

Creates a “by reference” adaptor for this instance of Read. Read more
1.0.0 · source§

fn bytes(self) -> Bytes<Self>
where\n Self: Sized,

Transforms this Read instance to an Iterator over its bytes. Read more
1.0.0 · source§

fn chain<R>(self, next: R) -> Chain<Self, R>
where\n R: Read,\n Self: Sized,

Creates an adapter which will chain this stream with another. Read more
1.0.0 · source§

fn take(self, limit: u64) -> Take<Self>
where\n Self: Sized,

Creates an adapter which will read at most limit bytes from it. Read more
","Read","bdk_esplora::blocking_ext::Error"],["
source§

impl<R> RngCore for Box<R>
where\n R: RngCore + ?Sized,

source§

fn next_u32(&mut self) -> u32

Return the next random u32. Read more
source§

fn next_u64(&mut self) -> u64

Return the next random u64. Read more
source§

fn fill_bytes(&mut self, dest: &mut [u8])

Fill dest with random data. Read more
source§

fn try_fill_bytes(&mut self, dest: &mut [u8]) -> Result<(), Error>

Fill dest entirely with random data. Read more
","RngCore","bdk_esplora::blocking_ext::Error"],["
1.0.0 · source§

impl<S> Seek for Box<S>
where\n S: Seek + ?Sized,

source§

fn seek(&mut self, pos: SeekFrom) -> Result<u64, Error>

Seek to an offset, in bytes, in a stream. Read more
source§

fn stream_position(&mut self) -> Result<u64, Error>

Returns the current seek position from the start of the stream. Read more
1.55.0 · source§

fn rewind(&mut self) -> Result<(), Error>

Rewind to the beginning of a stream. Read more
source§

fn stream_len(&mut self) -> Result<u64, Error>

🔬This is a nightly-only experimental API. (seek_stream_len)
Returns the length of this stream (in bytes). Read more
source§

fn seek_relative(&mut self, offset: i64) -> Result<(), Error>

🔬This is a nightly-only experimental API. (seek_seek_relative)
Seeks relative to the current position. Read more
","Seek","bdk_esplora::blocking_ext::Error"],["
source§

impl<T> Serialize for Box<T>
where\n T: Serialize + ?Sized,

source§

fn serialize<S>(\n &self,\n serializer: S\n) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where\n S: Serializer,

Serialize this value into the given Serde serializer. Read more
","Serialize","bdk_esplora::blocking_ext::Error"],["
§

impl<S, Request> Service<Request> for Box<S>
where\n S: Service<Request> + ?Sized,

§

type Response = <S as Service<Request>>::Response

Responses given by the service.
§

type Error = <S as Service<Request>>::Error

Errors produced by the service.
§

type Future = <S as Service<Request>>::Future

The future response value.
§

fn poll_ready(\n &mut self,\n cx: &mut Context<'_>\n) -> Poll<Result<(), <S as Service<Request>>::Error>>

Returns Poll::Ready(Ok(())) when the service is able to process requests. Read more
§

fn call(&mut self, request: Request) -> <S as Service<Request>>::Future

Process the request and return the response asynchronously. Read more
","Service","bdk_esplora::blocking_ext::Error"],["
§

impl<S, Item> Sink<Item> for Box<S>
where\n S: Sink<Item> + Unpin + ?Sized,

§

type Error = <S as Sink<Item>>::Error

The type of value produced by the sink when an error occurs.
§

fn poll_ready(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), <Box<S> as Sink<Item>>::Error>>

Attempts to prepare the Sink to receive a value. Read more
§

fn start_send(\n self: Pin<&mut Box<S>>,\n item: Item\n) -> Result<(), <Box<S> as Sink<Item>>::Error>

Begin the process of sending a value to the sink.\nEach call to this function must be preceded by a successful call to\npoll_ready which returned Poll::Ready(Ok(())). Read more
§

fn poll_flush(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), <Box<S> as Sink<Item>>::Error>>

Flush any remaining output from this sink. Read more
§

fn poll_close(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Result<(), <Box<S> as Sink<Item>>::Error>>

Flush any remaining output and close this sink, if necessary. Read more
","Sink","bdk_esplora::blocking_ext::Error"],["
§

impl<T> Source for Box<T>
where\n T: Source + ?Sized,

§

fn register(\n &mut self,\n registry: &Registry,\n token: Token,\n interests: Interest\n) -> Result<(), Error>

Register self with the given Registry instance. Read more
§

fn reregister(\n &mut self,\n registry: &Registry,\n token: Token,\n interests: Interest\n) -> Result<(), Error>

Re-register self with the given Registry instance. Read more
§

fn deregister(&mut self, registry: &Registry) -> Result<(), Error>

Deregister self from the given Registry instance. Read more
","Source","bdk_esplora::blocking_ext::Error"],["
§

impl<Sp> Spawn for Box<Sp>
where\n Sp: Spawn + ?Sized,

§

fn spawn_obj(&self, future: FutureObj<'static, ()>) -> Result<(), SpawnError>

Spawns a future that will be run to completion. Read more
§

fn status(&self) -> Result<(), SpawnError>

Determines whether the executor is able to spawn new tasks. Read more
","Spawn","bdk_esplora::blocking_ext::Error"],["
§

impl<S> Stream for Box<S>
where\n S: Stream + Unpin + ?Sized,

§

type Item = <S as Stream>::Item

Values yielded by the stream.
§

fn poll_next(\n self: Pin<&mut Box<S>>,\n cx: &mut Context<'_>\n) -> Poll<Option<<Box<S> as Stream>::Item>>

Attempt to pull out the next value of this stream, registering the\ncurrent task for wakeup if the value is not yet available, and returning\nNone if the stream is exhausted. Read more
§

fn size_hint(&self) -> (usize, Option<usize>)

Returns the bounds on the remaining length of the stream. Read more
","Stream","bdk_esplora::blocking_ext::Error"],["
§

impl<S> Subscriber for Box<S>
where\n S: Subscriber + ?Sized,

§

fn register_callsite(&self, metadata: &'static Metadata<'static>) -> Interest

Registers a new callsite with this subscriber, returning whether or not\nthe subscriber is interested in being notified about the callsite. Read more
§

fn enabled(&self, metadata: &Metadata<'_>) -> bool

Returns true if a span or event with the specified metadata would be\nrecorded. Read more
§

fn max_level_hint(&self) -> Option<LevelFilter>

Returns the highest verbosity level that this Subscriber will\nenable, or None, if the subscriber does not implement level-based\nfiltering or chooses not to implement this method. Read more
§

fn new_span(&self, span: &Attributes<'_>) -> Id

Visit the construction of a new span, returning a new span ID for the\nspan being constructed. Read more
§

fn record(&self, span: &Id, values: &Record<'_>)

Record a set of values on a span. Read more
§

fn record_follows_from(&self, span: &Id, follows: &Id)

Adds an indication that span follows from the span with the id\nfollows. Read more
§

fn event_enabled(&self, event: &Event<'_>) -> bool

Determine if an [Event] should be recorded. Read more
§

fn event(&self, event: &Event<'_>)

Records that an Event has occurred. Read more
§

fn enter(&self, span: &Id)

Records that a span has been entered. Read more
§

fn exit(&self, span: &Id)

Records that a span has been exited. Read more
§

fn clone_span(&self, id: &Id) -> Id

Notifies the subscriber that a span ID has been cloned. Read more
§

fn try_close(&self, id: Id) -> bool

Notifies the subscriber that a span ID has been dropped, and returns\ntrue if there are now 0 IDs that refer to that span. Read more
§

fn drop_span(&self, id: Id)

👎Deprecated since 0.1.2: use Subscriber::try_close instead
This method is deprecated. Read more
§

fn current_span(&self) -> Current

Returns a type representing this subscriber’s view of the current span. Read more
§

unsafe fn downcast_raw(&self, id: TypeId) -> Option<*const ()>

If self is the same type as the provided TypeId, returns an untyped\n*const pointer to that type. Otherwise, returns None. Read more
§

fn on_register_dispatch(&self, subscriber: &Dispatch)

Invoked when this subscriber becomes a [Dispatch]. Read more
","Subscriber","bdk_esplora::blocking_ext::Error"],["
§

impl<'a, T, F> UnsafeFutureObj<'a, T> for Box<F>
where\n F: Future<Output = T> + 'a,

§

fn into_raw(self) -> *mut dyn Future<Output = T> + 'a

Convert an owned instance into a (conceptually owned) fat pointer. Read more
§

unsafe fn drop(ptr: *mut dyn Future<Output = T> + 'a)

Drops the future represented by the given fat pointer. Read more
","UnsafeFutureObj<'a, T>","bdk_esplora::blocking_ext::Error"],["
§

impl<T> Value for Box<T>
where\n T: Value + ?Sized,

§

fn record(&self, key: &Field, visitor: &mut dyn Visit)

Visits this value with the given Visitor.
","Value","bdk_esplora::blocking_ext::Error"],["
1.0.0 · source§

impl<W> Write for Box<W>
where\n W: Write + ?Sized,

source§

fn write(&mut self, buf: &[u8]) -> Result<usize, Error>

Write a buffer into this writer, returning how many bytes were written. Read more
source§

fn write_vectored(&mut self, bufs: &[IoSlice<'_>]) -> Result<usize, Error>

Like write, except that it writes from a slice of buffers. Read more
source§

fn is_write_vectored(&self) -> bool

🔬This is a nightly-only experimental API. (can_vector)
Determines if this Writer has an efficient write_vectored\nimplementation. Read more
source§

fn flush(&mut self) -> Result<(), Error>

Flush this output stream, ensuring that all intermediately buffered\ncontents reach their destination. Read more
source§

fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>

Attempts to write an entire buffer into this writer. Read more
source§

fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>

Writes a formatted string into this writer, returning any error\nencountered. Read more
source§

fn write_all_vectored(&mut self, bufs: &mut [IoSlice<'_>]) -> Result<(), Error>

🔬This is a nightly-only experimental API. (write_all_vectored)
Attempts to write multiple buffers into this writer. Read more
1.0.0 · source§

fn by_ref(&mut self) -> &mut Self
where\n Self: Sized,

Creates a “by reference” adapter for this instance of Write. Read more
","Write","bdk_esplora::blocking_ext::Error"],["
source§

impl<T, U, A> CoerceUnsized<Box<U, A>> for Box<T, A>
where\n T: Unsize<U> + ?Sized,\n A: Allocator,\n U: ?Sized,

","CoerceUnsized>","bdk_esplora::blocking_ext::Error"],["
source§

impl<R> CryptoRng for Box<R>
where\n R: CryptoRng + ?Sized,

","CryptoRng","bdk_esplora::blocking_ext::Error"],["
source§

impl<T, A> DerefPure for Box<T, A>
where\n A: Allocator,\n T: ?Sized,

","DerefPure","bdk_esplora::blocking_ext::Error"],["
source§

impl<T, U> DispatchFromDyn<Box<U>> for Box<T>
where\n T: Unsize<U> + ?Sized,\n U: ?Sized,

","DispatchFromDyn>","bdk_esplora::blocking_ext::Error"],["
1.0.0 · source§

impl<T, A> Eq for Box<T, A>
where\n T: Eq + ?Sized,\n A: Allocator,

","Eq","bdk_esplora::blocking_ext::Error"],["
1.26.0 · source§

impl<I, A> FusedIterator for Box<I, A>
where\n I: FusedIterator + ?Sized,\n A: Allocator,

","FusedIterator","bdk_esplora::blocking_ext::Error"],["
1.33.0 · source§

impl<T, A> Unpin for Box<T, A>
where\n A: Allocator,\n T: ?Sized,

","Unpin","bdk_esplora::blocking_ext::Error"]] };if (window.register_type_impls) {window.register_type_impls(type_impls);} else {window.pending_type_impls = type_impls;}})() \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/bdk_chain/bitcoin/bip32/struct.Xpriv.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/bdk_chain/bitcoin/bip32/struct.Xpriv.js index 9568ebd55a..9a54f8d6fb 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/bdk_chain/bitcoin/bip32/struct.Xpriv.js +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/bdk_chain/bitcoin/bip32/struct.Xpriv.js @@ -1,3 +1,3 @@ (function() {var type_impls = { -"bdk_chain":[["
§

impl Clone for Xpriv

§

fn clone(&self) -> Xpriv

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
","Clone","bdk_chain::bitcoin::bip32::ExtendendPrivKey"],["
§

impl Debug for Xpriv

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
","Debug","bdk_chain::bitcoin::bip32::ExtendendPrivKey"],["
§

impl<'de> Deserialize<'de> for Xpriv

§

fn deserialize<D>(\n deserializer: D\n) -> Result<Xpriv, <D as Deserializer<'de>>::Error>
where\n D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
","Deserialize<'de>","bdk_chain::bitcoin::bip32::ExtendendPrivKey"],["
§

impl Display for Xpriv

§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
","Display","bdk_chain::bitcoin::bip32::ExtendendPrivKey"],["
§

impl FromStr for Xpriv

§

type Err = Error

The associated error which can be returned from parsing.
§

fn from_str(inp: &str) -> Result<Xpriv, Error>

Parses a string s to return a value of this type. Read more
","FromStr","bdk_chain::bitcoin::bip32::ExtendendPrivKey"],["
§

impl GetKey for Xpriv

§

type Error = GetKeyError

An error occurred while getting the key.
§

fn get_key<C>(\n &self,\n key_request: KeyRequest,\n secp: &Secp256k1<C>\n) -> Result<Option<PrivateKey>, <Xpriv as GetKey>::Error>
where\n C: Signing,

Attempts to get the private key for key_request. Read more
","GetKey","bdk_chain::bitcoin::bip32::ExtendendPrivKey"],["
§

impl InnerXKey for Xpriv

§

fn xkey_fingerprint<C>(&self, secp: &Secp256k1<C>) -> Fingerprint
where\n C: Signing,

Returns the fingerprint of the key
§

fn can_derive_hardened() -> bool

Returns whether hardened steps can be derived on the key Read more
","InnerXKey","bdk_chain::bitcoin::bip32::ExtendendPrivKey"],["
§

impl PartialEq for Xpriv

§

fn eq(&self, other: &Xpriv) -> bool

This method tests for self and other values to be equal, and is used\nby ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
","PartialEq","bdk_chain::bitcoin::bip32::ExtendendPrivKey"],["
§

impl Serialize for Xpriv

§

fn serialize<S>(\n &self,\n serializer: S\n) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where\n S: Serializer,

Serialize this value into the given Serde serializer. Read more
","Serialize","bdk_chain::bitcoin::bip32::ExtendendPrivKey"],["
§

impl Xpriv

pub fn new_master(\n network: impl Into<NetworkKind>,\n seed: &[u8]\n) -> Result<Xpriv, Error>

Construct a new master key from a seed value

\n

pub fn to_priv(self) -> PrivateKey

Constructs ECDSA compressed private key matching internal secret key representation.

\n

pub fn to_keypair<C>(self, secp: &Secp256k1<C>) -> Keypair
where\n C: Signing,

Constructs BIP340 keypair for Schnorr signatures and Taproot use matching the internal\nsecret key representation.

\n

pub fn derive_priv<C, P>(\n &self,\n secp: &Secp256k1<C>,\n path: &P\n) -> Result<Xpriv, Error>
where\n C: Signing,\n P: AsRef<[ChildNumber]>,

Attempts to derive an extended private key from a path.

\n

The path argument can be both of type DerivationPath or Vec<ChildNumber>.

\n

pub fn decode(data: &[u8]) -> Result<Xpriv, Error>

Decoding extended private key from binary data according to BIP 32

\n

pub fn encode(&self) -> [u8; 78]

Extended private key binary encoding according to BIP 32

\n

pub fn identifier<C>(&self, secp: &Secp256k1<C>) -> XKeyIdentifier
where\n C: Signing,

Returns the HASH160 of the public key belonging to the xpriv

\n

pub fn fingerprint<C>(&self, secp: &Secp256k1<C>) -> Fingerprint
where\n C: Signing,

Returns the first four bytes of the identifier

\n
",0,"bdk_chain::bitcoin::bip32::ExtendendPrivKey"],["
§

impl Copy for Xpriv

","Copy","bdk_chain::bitcoin::bip32::ExtendendPrivKey"],["
§

impl Eq for Xpriv

","Eq","bdk_chain::bitcoin::bip32::ExtendendPrivKey"],["
§

impl StructuralPartialEq for Xpriv

","StructuralPartialEq","bdk_chain::bitcoin::bip32::ExtendendPrivKey"]] +"bdk_chain":[["
§

impl Clone for Xpriv

§

fn clone(&self) -> Xpriv

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
","Clone","bdk_chain::bitcoin::bip32::ExtendedPrivKey","bdk_chain::bitcoin::bip32::ExtendendPrivKey"],["
§

impl Debug for Xpriv

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
","Debug","bdk_chain::bitcoin::bip32::ExtendedPrivKey","bdk_chain::bitcoin::bip32::ExtendendPrivKey"],["
§

impl<'de> Deserialize<'de> for Xpriv

§

fn deserialize<D>(\n deserializer: D\n) -> Result<Xpriv, <D as Deserializer<'de>>::Error>
where\n D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
","Deserialize<'de>","bdk_chain::bitcoin::bip32::ExtendedPrivKey","bdk_chain::bitcoin::bip32::ExtendendPrivKey"],["
§

impl Display for Xpriv

§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
","Display","bdk_chain::bitcoin::bip32::ExtendedPrivKey","bdk_chain::bitcoin::bip32::ExtendendPrivKey"],["
§

impl FromStr for Xpriv

§

type Err = Error

The associated error which can be returned from parsing.
§

fn from_str(inp: &str) -> Result<Xpriv, Error>

Parses a string s to return a value of this type. Read more
","FromStr","bdk_chain::bitcoin::bip32::ExtendedPrivKey","bdk_chain::bitcoin::bip32::ExtendendPrivKey"],["
§

impl GetKey for Xpriv

§

type Error = GetKeyError

An error occurred while getting the key.
§

fn get_key<C>(\n &self,\n key_request: KeyRequest,\n secp: &Secp256k1<C>\n) -> Result<Option<PrivateKey>, <Xpriv as GetKey>::Error>
where\n C: Signing,

Attempts to get the private key for key_request. Read more
","GetKey","bdk_chain::bitcoin::bip32::ExtendedPrivKey","bdk_chain::bitcoin::bip32::ExtendendPrivKey"],["
§

impl InnerXKey for Xpriv

§

fn xkey_fingerprint<C>(&self, secp: &Secp256k1<C>) -> Fingerprint
where\n C: Signing,

Returns the fingerprint of the key
§

fn can_derive_hardened() -> bool

Returns whether hardened steps can be derived on the key Read more
","InnerXKey","bdk_chain::bitcoin::bip32::ExtendedPrivKey","bdk_chain::bitcoin::bip32::ExtendendPrivKey"],["
§

impl PartialEq for Xpriv

§

fn eq(&self, other: &Xpriv) -> bool

This method tests for self and other values to be equal, and is used\nby ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
","PartialEq","bdk_chain::bitcoin::bip32::ExtendedPrivKey","bdk_chain::bitcoin::bip32::ExtendendPrivKey"],["
§

impl Serialize for Xpriv

§

fn serialize<S>(\n &self,\n serializer: S\n) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where\n S: Serializer,

Serialize this value into the given Serde serializer. Read more
","Serialize","bdk_chain::bitcoin::bip32::ExtendedPrivKey","bdk_chain::bitcoin::bip32::ExtendendPrivKey"],["
§

impl Xpriv

pub fn new_master(\n network: impl Into<NetworkKind>,\n seed: &[u8]\n) -> Result<Xpriv, Error>

Construct a new master key from a seed value

\n

pub fn to_priv(self) -> PrivateKey

Constructs ECDSA compressed private key matching internal secret key representation.

\n

pub fn to_keypair<C>(self, secp: &Secp256k1<C>) -> Keypair
where\n C: Signing,

Constructs BIP340 keypair for Schnorr signatures and Taproot use matching the internal\nsecret key representation.

\n

pub fn derive_priv<C, P>(\n &self,\n secp: &Secp256k1<C>,\n path: &P\n) -> Result<Xpriv, Error>
where\n C: Signing,\n P: AsRef<[ChildNumber]>,

Attempts to derive an extended private key from a path.

\n

The path argument can be both of type DerivationPath or Vec<ChildNumber>.

\n

pub fn decode(data: &[u8]) -> Result<Xpriv, Error>

Decoding extended private key from binary data according to BIP 32

\n

pub fn encode(&self) -> [u8; 78]

Extended private key binary encoding according to BIP 32

\n

pub fn identifier<C>(&self, secp: &Secp256k1<C>) -> XKeyIdentifier
where\n C: Signing,

Returns the HASH160 of the public key belonging to the xpriv

\n

pub fn fingerprint<C>(&self, secp: &Secp256k1<C>) -> Fingerprint
where\n C: Signing,

Returns the first four bytes of the identifier

\n
",0,"bdk_chain::bitcoin::bip32::ExtendedPrivKey","bdk_chain::bitcoin::bip32::ExtendendPrivKey"],["
§

impl Copy for Xpriv

","Copy","bdk_chain::bitcoin::bip32::ExtendedPrivKey","bdk_chain::bitcoin::bip32::ExtendendPrivKey"],["
§

impl Eq for Xpriv

","Eq","bdk_chain::bitcoin::bip32::ExtendedPrivKey","bdk_chain::bitcoin::bip32::ExtendendPrivKey"],["
§

impl StructuralPartialEq for Xpriv

","StructuralPartialEq","bdk_chain::bitcoin::bip32::ExtendedPrivKey","bdk_chain::bitcoin::bip32::ExtendendPrivKey"]] };if (window.register_type_impls) {window.register_type_impls(type_impls);} else {window.pending_type_impls = type_impls;}})() \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/bdk_chain/bitcoin/bip32/struct.Xpub.js b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/bdk_chain/bitcoin/bip32/struct.Xpub.js index fbaf704619..8a446f02c6 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/bdk_chain/bitcoin/bip32/struct.Xpub.js +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/type.impl/bdk_chain/bitcoin/bip32/struct.Xpub.js @@ -1,3 +1,3 @@ (function() {var type_impls = { -"bdk_chain":[["
§

impl Clone for Xpub

§

fn clone(&self) -> Xpub

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
","Clone","bdk_chain::bitcoin::bip32::ExtendendPubKey"],["
§

impl Debug for Xpub

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
","Debug","bdk_chain::bitcoin::bip32::ExtendendPubKey"],["
§

impl<'de> Deserialize<'de> for Xpub

§

fn deserialize<D>(\n deserializer: D\n) -> Result<Xpub, <D as Deserializer<'de>>::Error>
where\n D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
","Deserialize<'de>","bdk_chain::bitcoin::bip32::ExtendendPubKey"],["
§

impl Display for Xpub

§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
","Display","bdk_chain::bitcoin::bip32::ExtendendPubKey"],["
§

impl FromStr for Xpub

§

type Err = Error

The associated error which can be returned from parsing.
§

fn from_str(inp: &str) -> Result<Xpub, Error>

Parses a string s to return a value of this type. Read more
","FromStr","bdk_chain::bitcoin::bip32::ExtendendPubKey"],["
§

impl Hash for Xpub

§

fn hash<__H>(&self, state: &mut __H)
where\n __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where\n H: Hasher,\n Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
","Hash","bdk_chain::bitcoin::bip32::ExtendendPubKey"],["
§

impl InnerXKey for Xpub

§

fn xkey_fingerprint<C>(&self, _secp: &Secp256k1<C>) -> Fingerprint
where\n C: Signing,

Returns the fingerprint of the key
§

fn can_derive_hardened() -> bool

Returns whether hardened steps can be derived on the key Read more
","InnerXKey","bdk_chain::bitcoin::bip32::ExtendendPubKey"],["
§

impl Ord for Xpub

§

fn cmp(&self, other: &Xpub) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where\n Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where\n Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where\n Self: Sized + PartialOrd,

Restrict a value to a certain interval. Read more
","Ord","bdk_chain::bitcoin::bip32::ExtendendPubKey"],["
§

impl PartialEq for Xpub

§

fn eq(&self, other: &Xpub) -> bool

This method tests for self and other values to be equal, and is used\nby ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
","PartialEq","bdk_chain::bitcoin::bip32::ExtendendPubKey"],["
§

impl PartialOrd for Xpub

§

fn partial_cmp(&self, other: &Xpub) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >=\noperator. Read more
","PartialOrd","bdk_chain::bitcoin::bip32::ExtendendPubKey"],["
§

impl Serialize for Xpub

§

fn serialize<S>(\n &self,\n serializer: S\n) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where\n S: Serializer,

Serialize this value into the given Serde serializer. Read more
","Serialize","bdk_chain::bitcoin::bip32::ExtendendPubKey"],["
§

impl Xpub

pub fn from_priv<C>(secp: &Secp256k1<C>, sk: &Xpriv) -> Xpub
where\n C: Signing,

Derives a public key from a private key

\n

pub fn to_pub(self) -> CompressedPublicKey

Constructs ECDSA compressed public key matching internal public key representation.

\n

pub fn to_x_only_pub(self) -> XOnlyPublicKey

Constructs BIP340 x-only public key for BIP-340 signatures and Taproot use matching\nthe internal public key representation.

\n

pub fn derive_pub<C, P>(\n &self,\n secp: &Secp256k1<C>,\n path: &P\n) -> Result<Xpub, Error>
where\n C: Verification,\n P: AsRef<[ChildNumber]>,

Attempts to derive an extended public key from a path.

\n

The path argument can be any type implementing AsRef<ChildNumber>, such as DerivationPath, for instance.

\n

pub fn ckd_pub_tweak(\n &self,\n i: ChildNumber\n) -> Result<(SecretKey, ChainCode), Error>

Compute the scalar tweak added to this key to get a child key

\n

pub fn ckd_pub<C>(\n &self,\n secp: &Secp256k1<C>,\n i: ChildNumber\n) -> Result<Xpub, Error>
where\n C: Verification,

Public->Public child key derivation

\n

pub fn decode(data: &[u8]) -> Result<Xpub, Error>

Decoding extended public key from binary data according to BIP 32

\n

pub fn encode(&self) -> [u8; 78]

Extended public key binary encoding according to BIP 32

\n

pub fn identifier(&self) -> XKeyIdentifier

Returns the HASH160 of the chaincode

\n

pub fn fingerprint(&self) -> Fingerprint

Returns the first four bytes of the identifier

\n
",0,"bdk_chain::bitcoin::bip32::ExtendendPubKey"],["
§

impl Copy for Xpub

","Copy","bdk_chain::bitcoin::bip32::ExtendendPubKey"],["
§

impl Eq for Xpub

","Eq","bdk_chain::bitcoin::bip32::ExtendendPubKey"],["
§

impl StructuralPartialEq for Xpub

","StructuralPartialEq","bdk_chain::bitcoin::bip32::ExtendendPubKey"]] +"bdk_chain":[["
§

impl Clone for Xpub

§

fn clone(&self) -> Xpub

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
","Clone","bdk_chain::bitcoin::bip32::ExtendedPubKey","bdk_chain::bitcoin::bip32::ExtendendPubKey"],["
§

impl Debug for Xpub

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
","Debug","bdk_chain::bitcoin::bip32::ExtendedPubKey","bdk_chain::bitcoin::bip32::ExtendendPubKey"],["
§

impl<'de> Deserialize<'de> for Xpub

§

fn deserialize<D>(\n deserializer: D\n) -> Result<Xpub, <D as Deserializer<'de>>::Error>
where\n D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
","Deserialize<'de>","bdk_chain::bitcoin::bip32::ExtendedPubKey","bdk_chain::bitcoin::bip32::ExtendendPubKey"],["
§

impl Display for Xpub

§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
","Display","bdk_chain::bitcoin::bip32::ExtendedPubKey","bdk_chain::bitcoin::bip32::ExtendendPubKey"],["
§

impl FromStr for Xpub

§

type Err = Error

The associated error which can be returned from parsing.
§

fn from_str(inp: &str) -> Result<Xpub, Error>

Parses a string s to return a value of this type. Read more
","FromStr","bdk_chain::bitcoin::bip32::ExtendedPubKey","bdk_chain::bitcoin::bip32::ExtendendPubKey"],["
§

impl Hash for Xpub

§

fn hash<__H>(&self, state: &mut __H)
where\n __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where\n H: Hasher,\n Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
","Hash","bdk_chain::bitcoin::bip32::ExtendedPubKey","bdk_chain::bitcoin::bip32::ExtendendPubKey"],["
§

impl InnerXKey for Xpub

§

fn xkey_fingerprint<C>(&self, _secp: &Secp256k1<C>) -> Fingerprint
where\n C: Signing,

Returns the fingerprint of the key
§

fn can_derive_hardened() -> bool

Returns whether hardened steps can be derived on the key Read more
","InnerXKey","bdk_chain::bitcoin::bip32::ExtendedPubKey","bdk_chain::bitcoin::bip32::ExtendendPubKey"],["
§

impl Ord for Xpub

§

fn cmp(&self, other: &Xpub) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where\n Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where\n Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where\n Self: Sized + PartialOrd,

Restrict a value to a certain interval. Read more
","Ord","bdk_chain::bitcoin::bip32::ExtendedPubKey","bdk_chain::bitcoin::bip32::ExtendendPubKey"],["
§

impl PartialEq for Xpub

§

fn eq(&self, other: &Xpub) -> bool

This method tests for self and other values to be equal, and is used\nby ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always\nsufficient, and should not be overridden without very good reason.
","PartialEq","bdk_chain::bitcoin::bip32::ExtendedPubKey","bdk_chain::bitcoin::bip32::ExtendendPubKey"],["
§

impl PartialOrd for Xpub

§

fn partial_cmp(&self, other: &Xpub) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <=\noperator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >=\noperator. Read more
","PartialOrd","bdk_chain::bitcoin::bip32::ExtendedPubKey","bdk_chain::bitcoin::bip32::ExtendendPubKey"],["
§

impl Serialize for Xpub

§

fn serialize<S>(\n &self,\n serializer: S\n) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
where\n S: Serializer,

Serialize this value into the given Serde serializer. Read more
","Serialize","bdk_chain::bitcoin::bip32::ExtendedPubKey","bdk_chain::bitcoin::bip32::ExtendendPubKey"],["
§

impl Xpub

pub fn from_priv<C>(secp: &Secp256k1<C>, sk: &Xpriv) -> Xpub
where\n C: Signing,

Derives a public key from a private key

\n

pub fn to_pub(self) -> CompressedPublicKey

Constructs ECDSA compressed public key matching internal public key representation.

\n

pub fn to_x_only_pub(self) -> XOnlyPublicKey

Constructs BIP340 x-only public key for BIP-340 signatures and Taproot use matching\nthe internal public key representation.

\n

pub fn derive_pub<C, P>(\n &self,\n secp: &Secp256k1<C>,\n path: &P\n) -> Result<Xpub, Error>
where\n C: Verification,\n P: AsRef<[ChildNumber]>,

Attempts to derive an extended public key from a path.

\n

The path argument can be any type implementing AsRef<ChildNumber>, such as DerivationPath, for instance.

\n

pub fn ckd_pub_tweak(\n &self,\n i: ChildNumber\n) -> Result<(SecretKey, ChainCode), Error>

Compute the scalar tweak added to this key to get a child key

\n

pub fn ckd_pub<C>(\n &self,\n secp: &Secp256k1<C>,\n i: ChildNumber\n) -> Result<Xpub, Error>
where\n C: Verification,

Public->Public child key derivation

\n

pub fn decode(data: &[u8]) -> Result<Xpub, Error>

Decoding extended public key from binary data according to BIP 32

\n

pub fn encode(&self) -> [u8; 78]

Extended public key binary encoding according to BIP 32

\n

pub fn identifier(&self) -> XKeyIdentifier

Returns the HASH160 of the chaincode

\n

pub fn fingerprint(&self) -> Fingerprint

Returns the first four bytes of the identifier

\n
",0,"bdk_chain::bitcoin::bip32::ExtendedPubKey","bdk_chain::bitcoin::bip32::ExtendendPubKey"],["
§

impl Copy for Xpub

","Copy","bdk_chain::bitcoin::bip32::ExtendedPubKey","bdk_chain::bitcoin::bip32::ExtendendPubKey"],["
§

impl Eq for Xpub

","Eq","bdk_chain::bitcoin::bip32::ExtendedPubKey","bdk_chain::bitcoin::bip32::ExtendendPubKey"],["
§

impl StructuralPartialEq for Xpub

","StructuralPartialEq","bdk_chain::bitcoin::bip32::ExtendedPubKey","bdk_chain::bitcoin::bip32::ExtendendPubKey"]] };if (window.register_type_impls) {window.register_type_impls(type_impls);} else {window.pending_type_impls = type_impls;}})() \ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_electrum_example/constant.EXTERNAL_DESC.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_electrum_example/constant.EXTERNAL_DESC.html deleted file mode 100644 index 455ab164ab..0000000000 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_electrum_example/constant.EXTERNAL_DESC.html +++ /dev/null @@ -1 +0,0 @@ -EXTERNAL_DESC in wallet_electrum_example - Rust

Constant wallet_electrum_example::EXTERNAL_DESC

source ·
pub(crate) const EXTERNAL_DESC: &str = "wpkh(tprv8ZgxMBicQKsPdy6LMhUtFHAgpocR8GC6QmwMSFpZs7h6Eziw3SpThFfczTDh5rW2krkqffa11UpX3XkeTTB2FvzZKWXqPY54Y6Rq4AQ5R8L/84'/1'/0'/0/*)";
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_electrum_example/constant.INTERNAL_DESC.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_electrum_example/constant.INTERNAL_DESC.html deleted file mode 100644 index ce74e245c1..0000000000 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_electrum_example/constant.INTERNAL_DESC.html +++ /dev/null @@ -1 +0,0 @@ -INTERNAL_DESC in wallet_electrum_example - Rust

Constant wallet_electrum_example::INTERNAL_DESC

source ·
pub(crate) const INTERNAL_DESC: &str = "wpkh(tprv8ZgxMBicQKsPdy6LMhUtFHAgpocR8GC6QmwMSFpZs7h6Eziw3SpThFfczTDh5rW2krkqffa11UpX3XkeTTB2FvzZKWXqPY54Y6Rq4AQ5R8L/84'/1'/0'/1/*)";
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_electrum_example/constant.SEND_AMOUNT.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_electrum_example/constant.SEND_AMOUNT.html deleted file mode 100644 index b692fe5a40..0000000000 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_electrum_example/constant.SEND_AMOUNT.html +++ /dev/null @@ -1 +0,0 @@ -SEND_AMOUNT in wallet_electrum_example - Rust

Constant wallet_electrum_example::SEND_AMOUNT

source ·
pub(crate) const SEND_AMOUNT: Amount;
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_async/all.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_async/all.html deleted file mode 100644 index 96817ac5bf..0000000000 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_async/all.html +++ /dev/null @@ -1 +0,0 @@ -List of all items in this crate
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_async/constant.DB_PATH.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_async/constant.DB_PATH.html deleted file mode 100644 index 2e1101dcab..0000000000 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_async/constant.DB_PATH.html +++ /dev/null @@ -1 +0,0 @@ -DB_PATH in wallet_esplora_async - Rust

Constant wallet_esplora_async::DB_PATH

source ·
pub(crate) const DB_PATH: &str = "bdk-example-esplora-async.sqlite";
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_async/constant.ESPLORA_URL.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_async/constant.ESPLORA_URL.html deleted file mode 100644 index e825507c3e..0000000000 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_async/constant.ESPLORA_URL.html +++ /dev/null @@ -1 +0,0 @@ -ESPLORA_URL in wallet_esplora_async - Rust

Constant wallet_esplora_async::ESPLORA_URL

source ·
pub(crate) const ESPLORA_URL: &str = "http://signet.bitcoindevkit.net";
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_async/constant.EXTERNAL_DESC.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_async/constant.EXTERNAL_DESC.html deleted file mode 100644 index 6edf45d15b..0000000000 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_async/constant.EXTERNAL_DESC.html +++ /dev/null @@ -1 +0,0 @@ -EXTERNAL_DESC in wallet_esplora_async - Rust

Constant wallet_esplora_async::EXTERNAL_DESC

source ·
pub(crate) const EXTERNAL_DESC: &str = "wpkh(tprv8ZgxMBicQKsPdy6LMhUtFHAgpocR8GC6QmwMSFpZs7h6Eziw3SpThFfczTDh5rW2krkqffa11UpX3XkeTTB2FvzZKWXqPY54Y6Rq4AQ5R8L/84'/1'/0'/0/*)";
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_async/constant.INTERNAL_DESC.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_async/constant.INTERNAL_DESC.html deleted file mode 100644 index 6987740b8f..0000000000 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_async/constant.INTERNAL_DESC.html +++ /dev/null @@ -1 +0,0 @@ -INTERNAL_DESC in wallet_esplora_async - Rust

Constant wallet_esplora_async::INTERNAL_DESC

source ·
pub(crate) const INTERNAL_DESC: &str = "wpkh(tprv8ZgxMBicQKsPdy6LMhUtFHAgpocR8GC6QmwMSFpZs7h6Eziw3SpThFfczTDh5rW2krkqffa11UpX3XkeTTB2FvzZKWXqPY54Y6Rq4AQ5R8L/84'/1'/0'/1/*)";
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_async/constant.NETWORK.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_async/constant.NETWORK.html deleted file mode 100644 index 2004b914ac..0000000000 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_async/constant.NETWORK.html +++ /dev/null @@ -1 +0,0 @@ -NETWORK in wallet_esplora_async - Rust

Constant wallet_esplora_async::NETWORK

source ·
pub(crate) const NETWORK: Network;
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_async/constant.PARALLEL_REQUESTS.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_async/constant.PARALLEL_REQUESTS.html deleted file mode 100644 index 6ad3bf0efc..0000000000 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_async/constant.PARALLEL_REQUESTS.html +++ /dev/null @@ -1 +0,0 @@ -PARALLEL_REQUESTS in wallet_esplora_async - Rust

Constant wallet_esplora_async::PARALLEL_REQUESTS

source ·
pub(crate) const PARALLEL_REQUESTS: usize = 5;
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_async/constant.SEND_AMOUNT.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_async/constant.SEND_AMOUNT.html deleted file mode 100644 index c06e864fd1..0000000000 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_async/constant.SEND_AMOUNT.html +++ /dev/null @@ -1 +0,0 @@ -SEND_AMOUNT in wallet_esplora_async - Rust

Constant wallet_esplora_async::SEND_AMOUNT

source ·
pub(crate) const SEND_AMOUNT: Amount;
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_async/constant.STOP_GAP.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_async/constant.STOP_GAP.html deleted file mode 100644 index d74753a4de..0000000000 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_async/constant.STOP_GAP.html +++ /dev/null @@ -1 +0,0 @@ -STOP_GAP in wallet_esplora_async - Rust

Constant wallet_esplora_async::STOP_GAP

source ·
pub(crate) const STOP_GAP: usize = 5;
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_async/fn.main.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_async/fn.main.html deleted file mode 100644 index b73d39f914..0000000000 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_async/fn.main.html +++ /dev/null @@ -1 +0,0 @@ -main in wallet_esplora_async - Rust

Function wallet_esplora_async::main

source ·
pub(crate) fn main() -> Result<(), Error>
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_async/index.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_async/index.html deleted file mode 100644 index 82a1d8c744..0000000000 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_async/index.html +++ /dev/null @@ -1 +0,0 @@ -wallet_esplora_async - Rust

Crate wallet_esplora_async

source ·

Constants§

Functions§

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_blocking/all.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_blocking/all.html deleted file mode 100644 index f833d66563..0000000000 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_blocking/all.html +++ /dev/null @@ -1 +0,0 @@ -List of all items in this crate
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_blocking/constant.DB_MAGIC.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_blocking/constant.DB_MAGIC.html deleted file mode 100644 index b997a8f643..0000000000 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_blocking/constant.DB_MAGIC.html +++ /dev/null @@ -1 +0,0 @@ -DB_MAGIC in wallet_esplora_blocking - Rust

Constant wallet_esplora_blocking::DB_MAGIC

source ·
pub(crate) const DB_MAGIC: &str = "bdk_wallet_esplora_example";
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_blocking/constant.DB_PATH.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_blocking/constant.DB_PATH.html deleted file mode 100644 index ef9c35ef69..0000000000 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_blocking/constant.DB_PATH.html +++ /dev/null @@ -1 +0,0 @@ -DB_PATH in wallet_esplora_blocking - Rust

Constant wallet_esplora_blocking::DB_PATH

source ·
pub(crate) const DB_PATH: &str = "bdk-example-esplora-blocking.db";
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_blocking/constant.ESPLORA_URL.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_blocking/constant.ESPLORA_URL.html deleted file mode 100644 index 2c6fbf8c9c..0000000000 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_blocking/constant.ESPLORA_URL.html +++ /dev/null @@ -1 +0,0 @@ -ESPLORA_URL in wallet_esplora_blocking - Rust

Constant wallet_esplora_blocking::ESPLORA_URL

source ·
pub(crate) const ESPLORA_URL: &str = "http://signet.bitcoindevkit.net";
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_blocking/constant.NETWORK.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_blocking/constant.NETWORK.html deleted file mode 100644 index c535e54e07..0000000000 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_blocking/constant.NETWORK.html +++ /dev/null @@ -1 +0,0 @@ -NETWORK in wallet_esplora_blocking - Rust

Constant wallet_esplora_blocking::NETWORK

source ·
pub(crate) const NETWORK: Network;
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_blocking/constant.PARALLEL_REQUESTS.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_blocking/constant.PARALLEL_REQUESTS.html deleted file mode 100644 index d7f385f5c3..0000000000 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_blocking/constant.PARALLEL_REQUESTS.html +++ /dev/null @@ -1 +0,0 @@ -PARALLEL_REQUESTS in wallet_esplora_blocking - Rust

Constant wallet_esplora_blocking::PARALLEL_REQUESTS

source ·
pub(crate) const PARALLEL_REQUESTS: usize = 5;
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_blocking/constant.STOP_GAP.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_blocking/constant.STOP_GAP.html deleted file mode 100644 index accc7b593b..0000000000 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_blocking/constant.STOP_GAP.html +++ /dev/null @@ -1 +0,0 @@ -STOP_GAP in wallet_esplora_blocking - Rust

Constant wallet_esplora_blocking::STOP_GAP

source ·
pub(crate) const STOP_GAP: usize = 5;
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_blocking/fn.main.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_blocking/fn.main.html deleted file mode 100644 index 5c152659db..0000000000 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_blocking/fn.main.html +++ /dev/null @@ -1 +0,0 @@ -main in wallet_esplora_blocking - Rust

Function wallet_esplora_blocking::main

source ·
pub(crate) fn main() -> Result<(), Error>
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_blocking/index.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_blocking/index.html deleted file mode 100644 index 9c8053d544..0000000000 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_esplora_blocking/index.html +++ /dev/null @@ -1 +0,0 @@ -wallet_esplora_blocking - Rust

Crate wallet_esplora_blocking

source ·

Constants§

Functions§

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_rpc/all.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_rpc/all.html deleted file mode 100644 index 40a547f47c..0000000000 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_rpc/all.html +++ /dev/null @@ -1 +0,0 @@ -List of all items in this crate

List of all items

Structs

Enums

Functions

Constants

\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_rpc/constant.DB_MAGIC.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_rpc/constant.DB_MAGIC.html deleted file mode 100644 index 12b62e5c2d..0000000000 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_rpc/constant.DB_MAGIC.html +++ /dev/null @@ -1 +0,0 @@ -DB_MAGIC in wallet_rpc - Rust

Constant wallet_rpc::DB_MAGIC

source ·
pub(crate) const DB_MAGIC: &str = "bdk-rpc-wallet-example";
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_rpc/fn.main.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_rpc/fn.main.html deleted file mode 100644 index c75c9b1584..0000000000 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_rpc/fn.main.html +++ /dev/null @@ -1 +0,0 @@ -main in wallet_rpc - Rust

Function wallet_rpc::main

source ·
pub(crate) fn main() -> Result<()>
\ No newline at end of file diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_rpc/index.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_rpc/index.html deleted file mode 100644 index f926a75286..0000000000 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/wallet_rpc/index.html +++ /dev/null @@ -1 +0,0 @@ -wallet_rpc - Rust

Crate wallet_rpc

source ·

Structs§

  • Bitcoind RPC example using bdk_wallet::Wallet.

Enums§

Constants§

Functions§

\ No newline at end of file