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

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.