Skip to content

Commit

Permalink
regenerate documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcabot committed Dec 13, 2022
1 parent a9a8ab2 commit bb5bb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/SoulStore.md
Expand Up @@ -220,7 +220,7 @@ function paused() external view returns (bool)
### purchaseIdentity

```solidity
function purchaseIdentity() external payable returns (uint256)
function purchaseIdentity() external nonpayable returns (uint256)
```

Mints a new Soulbound Identity purchasing it
Expand Down

0 comments on commit bb5bb05

Please sign in to comment.