RelayActions.health
Viem Action for retrieving the health status of the Relay. Uses health
under the hood.
Usage
example.ts
import { RelayActions } from 'porto/viem'
import { client } from './config'
const health = await RelayActions.health(client)
Parameters
This action takes no parameters.
Return Value
See health
.