= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Node version information.
This module provides several information regarding the node's version:
- version: current version number
- network_version: current version of the network
- commit_info (optional): hash and date of the head commit
type t = {
version : Version.t;
network_version : Tezos_base.TzPervasives.Network_version.t;
commit_info : commit_info option;
}
val version_encoding : Version.t Tezos_base.TzPervasives.Data_encoding.t
val encoding : t Tezos_base.TzPervasives.Data_encoding.t