Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

DetailedStatsInfo

Git Source

Enhanced statistics information structure with descriptive labels

struct DetailedStatsInfo {
StatsInfo basicStats; // Original numeric statistics
string[] metricNames; // Descriptive names for each metric
string[] metricDescriptions; // Detailed descriptions of each metric
uint256 lastUpdated; // Timestamp when stats were retrieved
Version contractVersion; // Contract version information
}