gun-eth 1.5.1 → 1.5.4
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/gun-eth.browser.mjs +1 -0
- package/dist/gun-eth.cjs +3467 -0
- package/dist/gun-eth.mjs +3454 -0
- package/dist/index-7a06fa4c.browser.mjs +26599 -0
- package/dist/util-9975059a.browser.mjs +2258 -0
- package/package.json +107 -71
- package/dist/gun-eth.min.js +0 -12
- package/dist/index.js +0 -12
@@ -0,0 +1 @@
|
|
1
|
+
export { G as GunEth, M as MESSAGE_TO_SIGN, G as default, f as deriveStealthAddress, b as generatePassword, a as generateRandomId, e as getSigner, d as gunToEthAccount, i as initialize } from './index-7a06fa4c.browser.mjs';
|