Struct core_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
fn 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
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for GetTxOutSetInfoResult
impl Send for GetTxOutSetInfoResult
impl Sync for GetTxOutSetInfoResult
impl Unpin for GetTxOutSetInfoResult
impl UnwindSafe for GetTxOutSetInfoResult
Blanket Implementations
Mutably borrows from an owned value. Read more