UNPKG
@yoroi/api
Version:
latest (6.0.0)
6.0.0
2.0.0
1.5.3
1.5.1
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
The API package of Yoroi SDK
github.com/Emurgo/yoroi/tree/develop/packages/api/README.md
@yoroi/api
/
src
/
cardano
/
api
/
constants.ts
7 lines
(5 loc)
•
235 B
text/typescript
View Raw
1
2
3
4
5
6
7
// metadadum labels for CIP25 and CIP26
export
const
CIP26_KEY_FT
=
'20'
// ft token registry within tx metadata
export
const
CIP25_KEY_NFT
=
'721'
// nft/ft based on supply
export
const
CIP25_V1
=
'1.0'
export
const
CIP25_V2
=
'2.0'