2
0
mirror of https://github.com/status-im/status-go.git synced 2025-03-02 07:30:49 +00:00

7 lines
128 B
Go
Raw Normal View History

package types
type StatsSummary struct {
UploadRate uint64 `json:"uploadRate"`
DownloadRate uint64 `json:"downloadRate"`
}