Skip to content

Commit

Permalink
fix(exports): Fixed lib exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Eengineer1 committed Aug 9, 2022
1 parent d348bc8 commit f17dbe3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,11 @@ export async function createCheqdSDK(options: ICheqdSDKOptions): Promise<CheqdSD

export { DIDModule, ResourcesModule }
export { createSignInputsFromImportableEd25519Key }
export {
createKeyPairRaw,
createKeyPairBase64,
createKeyPairHex,
createVerificationKeys,
createDidVerificationMethod,
createDidPayload
} from './utils'

0 comments on commit f17dbe3

Please sign in to comment.