WalletStatistics

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

Link copied to clipboard
constructor(numUnusedAddrs: Int, numUsedAddrs: Int, numUnspentTxos: Int, totalTxos: Int, numTransactions: Int, firstReceiveHeight: Long, lastReceiveHeight: Long, firstSendHeight: Long, lastSendHeight: Long, txCacheSize: Int, txoCacheSize: Int)

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

Total number of outputs ever controlled by this wallet (both spent and unspent)

Link copied to clipboard

Size of the transaction RAM cache

Link copied to clipboard

Size of the TXO (transaction's spendable outputs) RAM cache