Wallet Statistics
data class WalletStatistics(val numUnusedAddrs: Int, val numUsedAddrs: Int, val numUnspentTxos: Int, val totalTxos: Int, val numTransactions: Int, val firstReceiveHeight: Long, val lastReceiveHeight: Long, val firstSendHeight: Long, val lastSendHeight: Long, val txCacheSize: Int, val txoCacheSize: Int)
Provide various wallet statistics. Receive this object by calling the statistics member function.
Constructors
Properties
Link copied to clipboard
Block height when coin or assets was first received
Link copied to clipboard
Block height of the first send
Link copied to clipboard
Block height of the most recent receipt of coin or assets
Link copied to clipboard
Block height of the most recent send
Link copied to clipboard
Number of transactions involving this wallet
Link copied to clipboard
Number of unspent outputs (UTXOs) controlled by this wallet
Link copied to clipboard
Number of generated but unused addresses
Link copied to clipboard
Number of used addresses
Link copied to clipboard
Size of the transaction RAM cache
Link copied to clipboard
Size of the TXO (transaction's spendable outputs) RAM cache