pub struct SeriesTree_Addrs_Indexes {
pub p2a: SeriesPattern24<AnyAddrIndex>,
pub p2pk33: SeriesPattern26<AnyAddrIndex>,
pub p2pk65: SeriesPattern27<AnyAddrIndex>,
pub p2pkh: SeriesPattern28<AnyAddrIndex>,
pub p2sh: SeriesPattern29<AnyAddrIndex>,
pub p2tr: SeriesPattern30<AnyAddrIndex>,
pub p2wpkh: SeriesPattern31<AnyAddrIndex>,
pub p2wsh: SeriesPattern32<AnyAddrIndex>,
pub funded: SeriesPattern34<FundedAddrIndex>,
pub empty: SeriesPattern35<EmptyAddrIndex>,
}Expand description
Series tree node.
Fields§
§p2a: SeriesPattern24<AnyAddrIndex>§p2pk33: SeriesPattern26<AnyAddrIndex>§p2pk65: SeriesPattern27<AnyAddrIndex>§p2pkh: SeriesPattern28<AnyAddrIndex>§p2sh: SeriesPattern29<AnyAddrIndex>§p2tr: SeriesPattern30<AnyAddrIndex>§p2wpkh: SeriesPattern31<AnyAddrIndex>§p2wsh: SeriesPattern32<AnyAddrIndex>§funded: SeriesPattern34<FundedAddrIndex>§empty: SeriesPattern35<EmptyAddrIndex>Implementations§
Source§impl SeriesTree_Addrs_Indexes
impl SeriesTree_Addrs_Indexes
pub fn new(client: Arc<BrkClientBase>, base_path: String) -> Self
Auto Trait Implementations§
impl Freeze for SeriesTree_Addrs_Indexes
impl !RefUnwindSafe for SeriesTree_Addrs_Indexes
impl Send for SeriesTree_Addrs_Indexes
impl Sync for SeriesTree_Addrs_Indexes
impl Unpin for SeriesTree_Addrs_Indexes
impl UnsafeUnpin for SeriesTree_Addrs_Indexes
impl !UnwindSafe for SeriesTree_Addrs_Indexes
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more