pub type ScriptHashTxsSummary = AddressTxsSummary;Expand description
A summary of Transactions for a particular scripthash.
Aliased Type§
pub struct ScriptHashTxsSummary {
pub funded_txo_count: u32,
pub funded_txo_sum: Amount,
pub spent_txo_count: u32,
pub spent_txo_sum: Amount,
pub tx_count: u32,
}Fields§
§funded_txo_count: u32§funded_txo_sum: Amount§spent_txo_count: u32§spent_txo_sum: Amount§tx_count: u32The total number of Transactions for this Address.