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
/
root
/
index.d.ts
6 lines
(5 loc)
•
151 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
BlockFrostAPI
}
from
'../../../index'
;
export
declare
function
root
(
this
:
BlockFrostAPI
):
Promise
<{
url
:
string
;
version
:
string
; }>;