UNPKG
blockfrost-js-ratelimited
Version:
latest (2.0.4)
2.0.4
2.0.3
2.0.2
A JavaScript/TypeScript SDK for interacting with the https://blockfrost.io API
blockfrost-js-ratelimited
/
lib
/
endpoints
/
api
/
health
/
index.d.ts
8 lines
(7 loc)
•
237 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
BlockFrostAPI
}
from
'../../../index'
;
export
declare
function
health
(
this
: BlockFrostAPI
):
Promise
<{
is_healthy
: boolean; }>;
export
declare
function
healthClock
(
this
: BlockFrostAPI
):
Promise
<{
server_time
: number; }>;