GetVersionApi: {
    getVersion(
        NO_CONFIG?: Record<string, never>,
    ): Readonly<{ "feature-set": number; "solana-core": string }>;
}

Type declaration

  • getVersion:function
    • Returns the current Solana version running on the node

      Parameters

      • OptionalNO_CONFIG: Record<string, never>

      Returns Readonly<{ "feature-set": number; "solana-core": string }>