update documentation

This commit is contained in:
hueso
2026-06-01 21:51:18 +00:00
committed by hueso
parent 982cf6ca9b
commit 82cbac29f6
23 changed files with 1240 additions and 1328 deletions
+2 -13
View File
@@ -1,6 +1,6 @@
# IReputation
# Solidity API
## Methods
## IReputation
### limiter
@@ -8,14 +8,3 @@
function limiter(uint256 _userCredit) external pure returns (uint256 _spendLimit)
```
#### Parameters
| Name | Type | Description |
| ------------ | ------- | ----------- |
| \_userCredit | uint256 | undefined |
#### Returns
| Name | Type | Description |
| ------------ | ------- | ----------- |
| \_spendLimit | uint256 | undefined |