pub struct GetblockstatsParams {
pub hash_or_height: HashOrHeight,
pub stats: Vec<String>,
}Expand description
Compute per block statistics for a given window. All amounts are in satoshis. It won“t work for some heights with pruning.
Fields§
§hash_or_height: HashOrHeight§stats: Vec<String>Trait Implementations§
Source§impl Debug for GetblockstatsParams
impl Debug for GetblockstatsParams
Auto Trait Implementations§
impl Freeze for GetblockstatsParams
impl RefUnwindSafe for GetblockstatsParams
impl Send for GetblockstatsParams
impl Sync for GetblockstatsParams
impl Unpin for GetblockstatsParams
impl UnsafeUnpin for GetblockstatsParams
impl UnwindSafe for GetblockstatsParams
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