UNPKG
@zkp2p/contracts-v2
Version:
latest (0.0.2)
next (0.0.1-rc5)
0.0.2
0.0.1
0.0.1-rc5
0.0.1-rc4
0.0.1-rc3
0.0.1-rc2
0.0.1-rc1
ZKP2P V2 smart contract interfaces and utilities
zkp2p.xyz
zkp2p/zkp2p-v2-contracts
@zkp2p/contracts-v2
/
utils
/
index.ts
13 lines
(10 loc)
•
268 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
// Auto-generated by extract-all.ts
// Protocol utilities export
export
*
from
'./protocolUtils'
;
// Re-export commonly used items for convenience
export
{
Currency
, getKeccak256Hash, getCurrencyCodeFromHash, calculateIntentHash }
from
'./protocolUtils'
;