info.getNodeVersion

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 version
  • databaseVersion is the version of the database this node is using
  • gitCommit is the Git commit that this node was built from
  • vmVersions is map where each key/value pair is the name of a VM, and the version of that VM this node runs
  • rpcProtocolVersion is the RPCChainVM protocol version
Language
Authorization
Header
Click Try It! to start a request and see the response here!