package tezos-base

  1. Overview
  2. Docs

Bandwidth usage statistics

type t = {
  1. total_sent : int64;
  2. total_recv : int64;
  3. current_inflow : int;
  4. current_outflow : int;
}
val empty : t
val pp : Format.formatter -> t -> unit
val encoding : t Data_encoding.t