Skip to content

Commit

Permalink
feat: Update import paths ts-proto
Browse files Browse the repository at this point in the history
  • Loading branch information
DaevMithran committed Jan 3, 2023
1 parent 55b0fa0 commit c2353af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 24 deletions.
21 changes: 0 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions src/did-manager/cheqd-did-provider.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import { CheqdSDK, createCheqdSDK, createSignInputsFromImportableEd25519Key, DIDModule, ICheqdSDKOptions, ResourceModule } from '@cheqd/sdk'
import { AbstractCheqdSDKModule } from '@cheqd/sdk/build/modules/_'
import { DidStdFee, ISignInputs } from '@cheqd/sdk/build/types'
import { Service, VerificationMethod } from '@cheqd/ts-proto/cheqd/did/v2/diddoc'
import { MsgCreateDidDocPayload, MsgUpdateDidDocPayload } from '@cheqd/ts-proto/cheqd/did/v2/tx'
import { MsgCreateResourcePayload } from '@cheqd/ts-proto/cheqd/resource/v2/tx'
import { MsgCreateDidDocPayload, MsgUpdateDidDocPayload, Service, VerificationMethod } from '@cheqd/ts-proto/cheqd/did/v2'
import { MsgCreateResourcePayload } from '@cheqd/ts-proto/cheqd/resource/v2'
import { DirectSecp256k1HdWallet } from '@cosmjs/proto-signing'
import { assert } from '@cosmjs/utils'
import { DIDDocument } from '@veramo/core/src'
Expand Down

0 comments on commit c2353af

Please sign in to comment.