Preparing search index...
The search index is not available
Solana JavaScript SDK
Solana JavaScript SDK
@solana/web3.js
GetHealthApi
Type Alias GetHealthApi
GetHealthApi
:
{
getHealth
(
NO_CONFIG
?:
Record
<
string
,
never
>
)
:
"ok"
}
Type declaration
getHealth
:
function
getHealth
(
NO_CONFIG
?:
Record
<
string
,
never
>
)
:
"ok"
Returns the health status of the node ("ok" if healthy).
Parameters
Optional
NO_CONFIG
:
Record
<
string
,
never
>
Returns
"ok"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Solana JavaScript SDK
Loading...
Returns the health status of the node ("ok" if healthy).