Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
rya-sge committed Sep 3, 2024
1 parent e72c473 commit 272c97e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,22 @@ interface IDebtEngine is IDebtGlobal {

### Contracts Description Table

| Contract | Type | Bases | | |
| :------------: | :------------------: | :----------------------------------------------------: | :------------: | :-----------: |
|| **Function Name** | **Visibility** | **Mutability** | **Modifiers** |
| | | | | |
| **DebtEngine** | Implementation | IDebtEngine, AccessControl, DebtEngineInvariantStorage | | |
|| <Constructor> | Public ❗️ | 🛑 | NO❗️ |
|| debt | External ❗️ | | NO❗️ |
|| debt | Public ❗️ | | NO❗️ |
|| creditEvents | External ❗️ | | NO❗️ |
|| creditEvents | Public ❗️ | | NO❗️ |
|| setDebt | External ❗️ | 🛑 | onlyRole |
|| setCreditEvents | External ❗️ | 🛑 | onlyRole |
|| setCreditEventsBatch | External ❗️ | 🛑 | onlyRole |
|| setDebtsBatch | External ❗️ | 🛑 | onlyRole |
|| hasRole | Public ❗️ | | NO❗️ |

### Legend

| Symbol | Meaning |
Expand Down

0 comments on commit 272c97e

Please sign in to comment.