UNPKG
mina-attestations
Version:
latest (0.5.3)
0.5.3
0.5.2
0.5.1
0.5.0
0.4.3
0.4.2
0.4.1
0.4.0
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.8
Private Attestations on Mina
github.com/zksecurity/mina-attestations
zksecurity/mina-attestations
mina-attestations
/
build
/
src
/
constants.js
10 lines
•
284 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
{ prefixes };
const
pre =
'mina-cred:v0'
;
const
prefixes = {
issuerNative
:
`
${pre}
:native`
,
issuerImported
:
`
${pre}
:imported`
,
context
:
`
${pre}
:context`
,
nonce
:
`
${pre}
:nonce`
,
zkappIdentity
:
`
${pre}
:zkapp-identity`
, };
//# sourceMappingURL=constants.js.map