Skip to content

Commit

Permalink
regenerate documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcabot committed Jan 4, 2023
1 parent bf52a05 commit 6272dfd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/SoulStore.md
Expand Up @@ -291,7 +291,7 @@ Mints a new Soulbound Identity purchasing it
### purchaseIdentityAndName

```solidity
function purchaseIdentityAndName(address paymentMethod, string name, uint256 nameLength, uint256 yearsPeriod, string _tokenURI, address authorityAddress, bytes signature) external payable returns (uint256)
function purchaseIdentityAndName(address paymentMethod, string name, uint256 nameLength, uint256 yearsPeriod, string tokenURI, address authorityAddress, bytes signature) external payable returns (uint256)
```

Mints a new Soulbound Identity and Name purchasing it
Expand All @@ -306,7 +306,7 @@ Mints a new Soulbound Identity and Name purchasing it
| name | string | Name of the new soul name |
| nameLength | uint256 | Length of the name |
| yearsPeriod | uint256 | Years of validity of the name |
| _tokenURI | string | URI of the NFT |
| tokenURI | string | URI of the NFT |
| authorityAddress | address | Address of the authority |
| signature | bytes | Signature of the authority |

Expand All @@ -319,7 +319,7 @@ Mints a new Soulbound Identity and Name purchasing it
### purchaseName

```solidity
function purchaseName(address paymentMethod, address to, string name, uint256 nameLength, uint256 yearsPeriod, string _tokenURI, address authorityAddress, bytes signature) external payable returns (uint256)
function purchaseName(address paymentMethod, address to, string name, uint256 nameLength, uint256 yearsPeriod, string tokenURI, address authorityAddress, bytes signature) external payable returns (uint256)
```

Mints a new Soul Name purchasing it
Expand All @@ -335,7 +335,7 @@ Mints a new Soul Name purchasing it
| name | string | Name of the new soul name |
| nameLength | uint256 | Length of the name |
| yearsPeriod | uint256 | Years of validity of the name |
| _tokenURI | string | URI of the NFT |
| tokenURI | string | URI of the NFT |
| authorityAddress | address | Address of the authority |
| signature | bytes | Signature of the authority |

Expand Down

0 comments on commit 6272dfd

Please sign in to comment.