Struct bitcoind_request::command::get_block_stats::GetBlockStatsCommandWithAllStatsResponse
source · [−]pub struct GetBlockStatsCommandWithAllStatsResponse {Show 29 fields
pub avgfee: u64,
pub avgfeerate: u64,
pub avgtxsize: u64,
pub blockhash: String,
pub feerate_percentiles: [u64; 5],
pub height: u64,
pub ins: u64,
pub maxfee: u64,
pub maxfeerate: u64,
pub maxtxsize: u64,
pub medianfee: u64,
pub mediantime: u64,
pub mediantxsize: u64,
pub minfee: u64,
pub minfeerate: u64,
pub mintxsize: u64,
pub outs: u64,
pub subsidy: u64,
pub swtotal_size: u64,
pub swtotal_weight: u64,
pub swtxs: u64,
pub time: u64,
pub total_out: u64,
pub total_size: u64,
pub total_weight: u64,
pub totalfee: u64,
pub txs: u64,
pub utxo_increase: i64,
pub utxo_size_inc: i64,
}Fields
avgfee: u64avgfeerate: u64avgtxsize: u64blockhash: Stringfeerate_percentiles: [u64; 5]height: u64ins: u64maxfee: u64maxfeerate: u64maxtxsize: u64medianfee: u64mediantime: u64mediantxsize: u64minfee: u64minfeerate: u64mintxsize: u64outs: u64subsidy: u64swtotal_size: u64swtotal_weight: u64swtxs: u64time: u64total_out: u64total_size: u64total_weight: u64totalfee: u64txs: u64utxo_increase: i64utxo_size_inc: i64Trait Implementations
sourceimpl<'de> Deserialize<'de> for GetBlockStatsCommandWithAllStatsResponse
impl<'de> Deserialize<'de> for GetBlockStatsCommandWithAllStatsResponse
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for GetBlockStatsCommandWithAllStatsResponse
impl Send for GetBlockStatsCommandWithAllStatsResponse
impl Sync for GetBlockStatsCommandWithAllStatsResponse
impl Unpin for GetBlockStatsCommandWithAllStatsResponse
impl UnwindSafe for GetBlockStatsCommandWithAllStatsResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more