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
/
types
/
utils.d.ts
6 lines
(5 loc)
•
108 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
ParseAssetResult
{
policyId
:
string
;
assetName
:
string
;
fingerprint
:
string
; }