Skip to content

Commit

Permalink
regenerate documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcabot committed May 4, 2023
1 parent 9aba0f5 commit 5a0b6c2
Show file tree
Hide file tree
Showing 11 changed files with 308 additions and 0 deletions.
28 changes: 28 additions & 0 deletions docs/SoulLinker.md
Expand Up @@ -21,6 +21,23 @@ function DEFAULT_ADMIN_ROLE() external view returns (bytes32)



#### Returns

| Name | Type | Description |
|---|---|---|
| _0 | bytes32 | undefined |

### PROJECT_ADMIN_ROLE

```solidity
function PROJECT_ADMIN_ROLE() external view returns (bytes32)
```






#### Returns

| Name | Type | Description |
Expand Down Expand Up @@ -1228,6 +1245,17 @@ error TransferFailed()



### UserMustHaveProtocolOrProjectAdminRole

```solidity
error UserMustHaveProtocolOrProjectAdminRole()
```






### ValidPeriodExpired

```solidity
Expand Down
28 changes: 28 additions & 0 deletions docs/SoulStore.md
Expand Up @@ -21,6 +21,23 @@ function DEFAULT_ADMIN_ROLE() external view returns (bytes32)



#### Returns

| Name | Type | Description |
|---|---|---|
| _0 | bytes32 | undefined |

### PROJECT_ADMIN_ROLE

```solidity
function PROJECT_ADMIN_ROLE() external view returns (bytes32)
```






#### Returns

| Name | Type | Description |
Expand Down Expand Up @@ -1132,6 +1149,17 @@ error TransferFailed()



### UserMustHaveProtocolOrProjectAdminRole

```solidity
error UserMustHaveProtocolOrProjectAdminRole()
```






### ZeroAddress

```solidity
Expand Down
28 changes: 28 additions & 0 deletions docs/SoulboundCreditScore.md
Expand Up @@ -21,6 +21,23 @@ function DEFAULT_ADMIN_ROLE() external view returns (bytes32)



#### Returns

| Name | Type | Description |
|---|---|---|
| _0 | bytes32 | undefined |

### PROJECT_ADMIN_ROLE

```solidity
function PROJECT_ADMIN_ROLE() external view returns (bytes32)
```






#### Returns

| Name | Type | Description |
Expand Down Expand Up @@ -1438,6 +1455,17 @@ error TransferFailed()



### UserMustHaveProtocolOrProjectAdminRole

```solidity
error UserMustHaveProtocolOrProjectAdminRole()
```






### ZeroAddress

```solidity
Expand Down
28 changes: 28 additions & 0 deletions docs/SoulboundGreen.md
Expand Up @@ -21,6 +21,23 @@ function DEFAULT_ADMIN_ROLE() external view returns (bytes32)



#### Returns

| Name | Type | Description |
|---|---|---|
| _0 | bytes32 | undefined |

### PROJECT_ADMIN_ROLE

```solidity
function PROJECT_ADMIN_ROLE() external view returns (bytes32)
```






#### Returns

| Name | Type | Description |
Expand Down Expand Up @@ -1422,6 +1439,17 @@ error TransferFailed()



### UserMustHaveProtocolOrProjectAdminRole

```solidity
error UserMustHaveProtocolOrProjectAdminRole()
```






### ZeroAddress

```solidity
Expand Down
28 changes: 28 additions & 0 deletions docs/SoulboundIdentity.md
Expand Up @@ -38,6 +38,23 @@ function MINTER_ROLE() external view returns (bytes32)



#### Returns

| Name | Type | Description |
|---|---|---|
| _0 | bytes32 | undefined |

### PROJECT_ADMIN_ROLE

```solidity
function PROJECT_ADMIN_ROLE() external view returns (bytes32)
```






#### Returns

| Name | Type | Description |
Expand Down Expand Up @@ -1603,6 +1620,17 @@ error TransferFailed()



### UserMustHaveProtocolOrProjectAdminRole

```solidity
error UserMustHaveProtocolOrProjectAdminRole()
```






### ZeroAddress

```solidity
Expand Down
28 changes: 28 additions & 0 deletions docs/dex/PaymentGateway.md
Expand Up @@ -21,6 +21,23 @@ function DEFAULT_ADMIN_ROLE() external view returns (bytes32)



#### Returns

| Name | Type | Description |
|---|---|---|
| _0 | bytes32 | undefined |

### PROJECT_ADMIN_ROLE

```solidity
function PROJECT_ADMIN_ROLE() external view returns (bytes32)
```






#### Returns

| Name | Type | Description |
Expand Down Expand Up @@ -602,4 +619,15 @@ error SameValue()



### UserMustHaveProtocolOrProjectAdminRole

```solidity
error UserMustHaveProtocolOrProjectAdminRole()
```







28 changes: 28 additions & 0 deletions docs/reference/ReferenceSBTAuthority.md
Expand Up @@ -38,6 +38,23 @@ function MINTER_ROLE() external view returns (bytes32)



#### Returns

| Name | Type | Description |
|---|---|---|
| _0 | bytes32 | undefined |

### PROJECT_ADMIN_ROLE

```solidity
function PROJECT_ADMIN_ROLE() external view returns (bytes32)
```






#### Returns

| Name | Type | Description |
Expand Down Expand Up @@ -1328,4 +1345,15 @@ error TransferFailed()



### UserMustHaveProtocolOrProjectAdminRole

```solidity
error UserMustHaveProtocolOrProjectAdminRole()
```







28 changes: 28 additions & 0 deletions docs/reference/ReferenceSBTSelfSovereign.md
Expand Up @@ -21,6 +21,23 @@ function DEFAULT_ADMIN_ROLE() external view returns (bytes32)



#### Returns

| Name | Type | Description |
|---|---|---|
| _0 | bytes32 | undefined |

### PROJECT_ADMIN_ROLE

```solidity
function PROJECT_ADMIN_ROLE() external view returns (bytes32)
```






#### Returns

| Name | Type | Description |
Expand Down Expand Up @@ -1438,6 +1455,17 @@ error TransferFailed()



### UserMustHaveProtocolOrProjectAdminRole

```solidity
error UserMustHaveProtocolOrProjectAdminRole()
```






### ZeroAddress

```solidity
Expand Down
28 changes: 28 additions & 0 deletions docs/tokens/MasaSBT.md
Expand Up @@ -21,6 +21,23 @@ function DEFAULT_ADMIN_ROLE() external view returns (bytes32)



#### Returns

| Name | Type | Description |
|---|---|---|
| _0 | bytes32 | undefined |

### PROJECT_ADMIN_ROLE

```solidity
function PROJECT_ADMIN_ROLE() external view returns (bytes32)
```






#### Returns

| Name | Type | Description |
Expand Down Expand Up @@ -1166,4 +1183,15 @@ error SameValue()



### UserMustHaveProtocolOrProjectAdminRole

```solidity
error UserMustHaveProtocolOrProjectAdminRole()
```







0 comments on commit 5a0b6c2

Please sign in to comment.