pub struct SeriesTree_OpReturn_Total {
pub data_bytes: AverageBlockCumulativeSumPattern<StoredU64>,
pub tx_count: AverageBlockCumulativeSumPattern<StoredU64>,
pub tx_vsize: AverageBlockCumulativeSumPattern<VSize>,
pub fees: AverageBlockCumulativeSumPattern<Sats>,
pub chain_share: PercentPpmRatioPattern2,
pub fee_share: _1m1w1y24hPercentPpmRatioPattern,
}Expand description
Series tree node.
Fields§
§data_bytes: AverageBlockCumulativeSumPattern<StoredU64>§tx_count: AverageBlockCumulativeSumPattern<StoredU64>§tx_vsize: AverageBlockCumulativeSumPattern<VSize>§fees: AverageBlockCumulativeSumPattern<Sats>Implementations§
Source§impl SeriesTree_OpReturn_Total
impl SeriesTree_OpReturn_Total
pub fn new(client: Arc<BrkClientBase>, base_path: String) -> Self
Auto Trait Implementations§
impl !RefUnwindSafe for SeriesTree_OpReturn_Total
impl !UnwindSafe for SeriesTree_OpReturn_Total
impl Freeze for SeriesTree_OpReturn_Total
impl Send for SeriesTree_OpReturn_Total
impl Sync for SeriesTree_OpReturn_Total
impl Unpin for SeriesTree_OpReturn_Total
impl UnsafeUnpin for SeriesTree_OpReturn_Total
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
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