We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbc750c commit f5ba2f2Copy full SHA for f5ba2f2
1-Identities-and-Names/identity-update-add-key.js
@@ -1,6 +1,9 @@
1
// See https://dashplatform.readme.io/docs/tutorial-update-an-identity
2
const Dash = require('dash');
3
-const { IdentityPublicKey, IdentityPublicKeyWithWitness } = require('@dashevo/wasm-dpp');
+const {
4
+ IdentityPublicKey,
5
+ IdentityPublicKeyWithWitness,
6
+} = require('@dashevo/wasm-dpp');
7
const dotenv = require('dotenv');
8
dotenv.config();
9
0 commit comments