menu
reown_appkit package
documentation
solana/solana_web3/src/rpc/connection.dart
Connection
health method
health method
dark_mode
light_mode
health
method
Future
<
HealthStatus
>
health
(
)
Returns the health status of
httpCluster
.
Implementation
Future<HealthStatus> health() => httpClient.health();
reown_appkit package
documentation
solana/solana_web3/src/rpc/connection
Connection
health method
Connection class