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:
type t = {
version : Version.t;
network_version : Tezos_base.Network_version.t;
commit_info : commit_info option;
}
val encoding : t Data_encoding.t