Skip to content

Commit

Permalink
regenerate documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcabot committed Jan 5, 2023
1 parent c3e11b3 commit 5cd707d
Show file tree
Hide file tree
Showing 4 changed files with 128 additions and 0 deletions.
32 changes: 32 additions & 0 deletions docs/SoulStore.md
Expand Up @@ -345,6 +345,22 @@ Mints a new Soul Name purchasing it
|---|---|---|
| _0 | uint256 | TokenId of the new sou name |

### removeAuthority

```solidity
function removeAuthority(address _authority) external nonpayable
```

Removes an authority from the list of authorities

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

#### Parameters

| Name | Type | Description |
|---|---|---|
| _authority | address | Authority to remove |

### renounceOwnership

```solidity
Expand Down Expand Up @@ -704,6 +720,22 @@ error AlreadyAdded()



### AuthorityNotExists

```solidity
error AuthorityNotExists(address authority)
```





#### Parameters

| Name | Type | Description |
|---|---|---|
| authority | address | undefined |

### InsufficientEthAmount

```solidity
Expand Down
32 changes: 32 additions & 0 deletions docs/Soulbound2FA.md
Expand Up @@ -551,6 +551,22 @@ function queryLinkPriceMASA() external view returns (uint256)
|---|---|---|
| _0 | uint256 | undefined |

### removeAuthority

```solidity
function removeAuthority(address _authority) external nonpayable
```

Removes an authority from the list of authorities

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

#### Parameters

| Name | Type | Description |
|---|---|---|
| _authority | address | Authority to remove |

### renounceOwnership

```solidity
Expand Down Expand Up @@ -1157,6 +1173,22 @@ error AlreadyAdded()



### AuthorityNotExists

```solidity
error AuthorityNotExists(address authority)
```





#### Parameters

| Name | Type | Description |
|---|---|---|
| authority | address | undefined |

### CallerNotOwner

```solidity
Expand Down
32 changes: 32 additions & 0 deletions docs/SoulboundCreditScore.md
Expand Up @@ -551,6 +551,22 @@ function queryLinkPriceMASA() external view returns (uint256)
|---|---|---|
| _0 | uint256 | undefined |

### removeAuthority

```solidity
function removeAuthority(address _authority) external nonpayable
```

Removes an authority from the list of authorities

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

#### Parameters

| Name | Type | Description |
|---|---|---|
| _authority | address | Authority to remove |

### renounceOwnership

```solidity
Expand Down Expand Up @@ -1157,6 +1173,22 @@ error AlreadyAdded()



### AuthorityNotExists

```solidity
error AuthorityNotExists(address authority)
```





#### Parameters

| Name | Type | Description |
|---|---|---|
| authority | address | undefined |

### CallerNotOwner

```solidity
Expand Down
32 changes: 32 additions & 0 deletions docs/tokens/MasaSBTSelfSovereign.md
Expand Up @@ -499,6 +499,22 @@ function queryLinkPriceMASA() external view returns (uint256)
|---|---|---|
| _0 | uint256 | undefined |

### removeAuthority

```solidity
function removeAuthority(address _authority) external nonpayable
```

Removes an authority from the list of authorities

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

#### Parameters

| Name | Type | Description |
|---|---|---|
| _authority | address | Authority to remove |

### renounceOwnership

```solidity
Expand Down Expand Up @@ -1084,6 +1100,22 @@ error AlreadyAdded()



### AuthorityNotExists

```solidity
error AuthorityNotExists(address authority)
```





#### Parameters

| Name | Type | Description |
|---|---|---|
| authority | address | undefined |

### InvalidPaymentMethod

```solidity
Expand Down

0 comments on commit 5cd707d

Please sign in to comment.