LaserStream gRPC
GetVersion
Get the version information of the LaserStream gRPC API and the Solana node itβs connected to.
Authorizations
Message
This method takes an empty request and returns version information.
Response
A JSON string containing detailed version information with the following fields:
The package name.
The package version.
The protocol version.
The Richat protocol version.
The Solana version the service is using.
The Git commit hash of the build.
The Rust compiler version used to build the service.
The timestamp when the service was built.
The hostname of the server handling the request.