Struct bitcoincore_rpc_json::GetTxOutSetInfoResult [−][src]
pub struct GetTxOutSetInfoResult {
pub height: u64,
pub best_block: BlockHash,
pub transactions: u64,
pub tx_outs: u64,
pub bogosize: u64,
pub hash_serialized_2: Hash,
pub disk_size: u64,
pub total_amount: Amount,
}Fields
height: u64The current block height (index)
best_block: BlockHashThe hash of the block at the tip of the chain
transactions: u64The number of transactions with unspent outputs
tx_outs: u64The number of unspent transaction outputs
bogosize: u64A meaningless metric for UTXO set size
hash_serialized_2: HashThe serialized hash
disk_size: u64The estimated size of the chainstate on disk
total_amount: AmountThe total amount
Trait Implementations
impl Clone for GetTxOutSetInfoResult[src]
impl Clone for GetTxOutSetInfoResult[src]fn clone(&self) -> GetTxOutSetInfoResult[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'de> Deserialize<'de> for GetTxOutSetInfoResult[src]
impl<'de> Deserialize<'de> for GetTxOutSetInfoResult[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl PartialEq<GetTxOutSetInfoResult> for GetTxOutSetInfoResult[src]
impl PartialEq<GetTxOutSetInfoResult> for GetTxOutSetInfoResult[src]fn eq(&self, other: &GetTxOutSetInfoResult) -> bool[src]
fn ne(&self, other: &GetTxOutSetInfoResult) -> bool[src]
impl Serialize for GetTxOutSetInfoResult[src]
impl Serialize for GetTxOutSetInfoResult[src]