Skip to content

Commit

Permalink
update on child identities documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
CsB-Polymesh committed Jan 30, 2025
1 parent 6fe00ba commit 01bdfba
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/200-core-concepts/030-identity/030-advanced/040-child.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ If desired, a child identity can also be unlinked from its parent. In that case,
Only the primary key of the parent or child identities can unlink the identities.
:::

In this tutorial, 'TEST_PARENT' is the Primary Key of our identity (0x1), so we use this key to submit the 'identity::unlinkChildIdentity' transaction. The child identity's DID should be pasted to the 'childDid' field.
As 'TEST_PARENT' is the Primary Key of our identity (0x1), we use this key to submit the 'identity::unlinkChildIdentity' transaction. The child identity's DID should be pasted to the 'childDid' field.

![image](images/03-unlink-child-did.png)

Learn more about child identities in our [SDK documentation] (https://developers.polymesh.network/sdk-docs/classes/API/Entities/Identity/ChildIdentity/)
Learn more about child identities in our [SDK documentation] (https://developers.polymesh.network/sdk-docs/classes/API/Entities/Identity/ChildIdentity/)

0 comments on commit 01bdfba

Please sign in to comment.