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 bb9fca5 commit f5d2a99Copy full SHA for f5d2a99
tests/helpers.js
@@ -42,7 +42,11 @@ export const ISOTimeStamp = ({date = new Date()} = {}) => {
42
43
export const config = JSON.parse(readFileSync('./config/runner.json'));
44
45
+<<<<<<< HEAD
46
export const secureCredential = async ({
47
+=======
48
+export const createInitialVc = async ({
49
+>>>>>>> 2cb29e2 (add missing helper functions)
50
issuer,
51
vc,
52
mandatoryPointers,
0 commit comments