Skip to content

Commit

Permalink
regenerate documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcabot committed May 16, 2023
1 parent 7b93672 commit 4559dc7
Showing 1 changed file with 33 additions and 22 deletions.
55 changes: 33 additions & 22 deletions docs/SoulStore.md
Expand Up @@ -477,28 +477,6 @@ Mints a new Soulbound Identity purchasing it
*This function allows the purchase of a soulbound identity for free*


#### Returns

| Name | Type | Description |
|---|---|---|
| _0 | uint256 | TokenId of the new soulbound identity |

### purchaseIdentity

```solidity
function purchaseIdentity(address paymentMethod) external nonpayable returns (uint256)
```

Mints a new Soulbound Identity purchasing it

*This function allows the purchase of a soulbound identity for free*

#### Parameters

| Name | Type | Description |
|---|---|---|
| paymentMethod | address | Address of token that user want to pay |

#### Returns

| Name | Type | Description |
Expand Down Expand Up @@ -709,6 +687,22 @@ Set the protocol fee wallet
|---|---|---|
| _protocolFeeReceiver | address | New protocol fee wallet |

### setSoulName

```solidity
function setSoulName(contract ISoulName _soulName) external nonpayable
```

Sets the SoulName contract address linked to this store

*The caller must have the admin role to call this function*

#### Parameters

| Name | Type | Description |
|---|---|---|
| _soulName | contract ISoulName | New SoulName contract address |

### setSoulboundIdentity

```solidity
Expand Down Expand Up @@ -773,6 +767,23 @@ Sets the wrapped native token address
|---|---|---|
| _wrappedNativeToken | address | New wrapped native token address |

### soulName

```solidity
function soulName() external view returns (contract ISoulName)
```






#### Returns

| Name | Type | Description |
|---|---|---|
| _0 | contract ISoulName | undefined |

### soulboundIdentity

```solidity
Expand Down

0 comments on commit 4559dc7

Please sign in to comment.