GetVersionApi

type GetVersionApi = object;

Methods

getVersion()

getVersion(): GetVersionApiResponse;

Returns the current Solana version running on the node.

Returns

GetVersionApiResponse

See

https://solana.com/docs/rpc/http/getversion

On this page