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
/
ledger
/
index.d.ts
4 lines
(3 loc)
•
206 B
TypeScript
View Raw
1
2
3
4
import
{ components }
from
'../../../types/OpenApi'
;
import
{
BlockFrostAPI
}
from
'../../../index'
;
export
declare
function
genesis
(
this
: BlockFrostAPI
):
Promise
<components[
'schemas'
][
'genesis_content'
]>;