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 4019c7f commit 9cd3290Copy full SHA for 9cd3290
examples/rt.js
@@ -57,7 +57,7 @@ async function main({credential, documentLoader}) {
57
const ecdsaKeyPair = await EcdsaMultikey.generate({curve: 'P-256'});
58
59
const {
60
- didDocument, keyPairs, methodFor
+ didDocument/*, keyPairs, methodFor*/
61
} = await didKeyDriverMultikey.fromKeyPair({
62
verificationKeyPair: ecdsaKeyPair
63
});
0 commit comments