UNPKG
@apexfusionfoundation/blockfrost-js
Version:
latest (5.4.3)
5.4.3
5.4.2
5.4.1
5.4.0
A JavaScript/TypeScript SDK for interacting with the https://blockfrost.io API
@apexfusionfoundation/blockfrost-js
/
lib
/
types
/
utils.d.ts
7 lines
(6 loc)
•
134 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
ParseAssetResult
{
policyId
:
string
;
assetName
:
string
;
assetNameHex
:
string
;
fingerprint
:
string
; }