version¶
The version module. It provides EosSdk version information.
This module provides access to EosSdk version information, including version major number, version minor number and version patch number.
To access the version information, application will need to include “eos/version.h”, then it can access it directly, as following: eos::version_major eos::version_minor eos::version_patch eos::version
Note: eos::version is of type “char *” while version_major, version_minor and version_patch are of type “uint8_t”.
Defines
- EOSSDK_VERSION
- EOSSDK_MAJOR
- EOSSDK_MINOR
- EOSSDK_PATCH
-
namespace
eos
Variables
-
const char *const
version
-
const uint8_t
version_major
-
const uint8_t
version_minor
-
const uint8_t
version_patch
-
const char *const
build_project
-
const char *const
build_user
-
const char *const
build_path
-
const uint32_t
build_cl
-
const uint64_t
build_timestamp
-
const char *const