post https://api.uniblock.dev/uni/v1/json-rpc#108
Returns the getNodeVersion info of the node.
Description
Get the version of this node.
Signature:
info.getNodeVersion() -> {
version: string,
databaseVersion: string,
gitCommit: string,
vmVersions: map[string]string,
rpcProtocolVersion: string,
}
where:
version
is this node's versiondatabaseVersion
is the version of the database this node is usinggitCommit
is the Git commit that this node was built fromvmVersions
is map where each key/value pair is the name of a VM, and the version of that VM this node runsrpcProtocolVersion
is the RPCChainVM protocol version