Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcabot committed Aug 19, 2022
1 parent 8bf9bb9 commit 4cace58
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/SoulBoundIdentityRouter.md
Expand Up @@ -77,6 +77,28 @@ function getIdentityNames(uint256 tokenId) external view returns (string[] sbtNa
|---|---|---|
| sbtNames | string[] | undefined |

### getIdentityNames

```solidity
function getIdentityNames(address owner) external view returns (string[] sbtNames)
```





#### Parameters

| Name | Type | Description |
|---|---|---|
| owner | address | undefined |

#### Returns

| Name | Type | Description |
|---|---|---|
| sbtNames | string[] | undefined |

### mintIdentityWithName

```solidity
Expand Down

0 comments on commit 4cace58

Please sign in to comment.