Skip to content

Commit

Permalink
Import client from sdk-wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGackstatter committed Jul 31, 2023
1 parent e7849ed commit efc3b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/wasm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const {
MethodRelationship,
IotaIdentityClient,
} = require('@iota/identity-wasm/node');
const { Client } = require('@iota/client-wasm/node');
const { Client } = require('@iota/sdk-wasm/node');

const EXAMPLE_JWK = new Jwk({
kty: JwkType.Okp,
Expand Down

0 comments on commit efc3b91

Please sign in to comment.