Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DhairyaSethi committed Aug 18, 2023
1 parent db03c55 commit 1f29d0b
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 34 deletions.
17 changes: 17 additions & 0 deletions docs/child/validator/ValidatorSet.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,23 @@ function SLASHING_PERCENTAGE() external view returns (uint256)



#### Returns

| Name | Type | Description |
|---|---|---|
| _0 | uint256 | undefined |

### SLASH_INCENTIVE_PERCENTAGE

```solidity
function SLASH_INCENTIVE_PERCENTAGE() external view returns (uint256)
```






#### Returns

| Name | Type | Description |
Expand Down
17 changes: 17 additions & 0 deletions docs/interfaces/root/IExitHelper.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,23 @@ function batchExit(IExitHelper.BatchExitInput[] inputs) external nonpayable
|---|---|---|
| inputs | IExitHelper.BatchExitInput[] | undefined |

### caller

```solidity
function caller() external view returns (address)
```

Returns the address that called the exit function

*only available in the context of the exit function*


#### Returns

| Name | Type | Description |
|---|---|---|
| _0 | address | address of the caller |

### exit

```solidity
Expand Down
17 changes: 17 additions & 0 deletions docs/root/ExitHelper.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,23 @@ function batchExit(IExitHelper.BatchExitInput[] inputs) external nonpayable
|---|---|---|
| inputs | IExitHelper.BatchExitInput[] | undefined |

### caller

```solidity
function caller() external view returns (address)
```

Returns the address that called the exit function

*only available in the context of the exit function*


#### Returns

| Name | Type | Description |
|---|---|---|
| _0 | address | address of the caller |

### checkpointManager

```solidity
Expand Down
34 changes: 0 additions & 34 deletions docs/root/staking/CustomSupernetManager.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,40 +10,6 @@

## Methods

### SLASHING_PERCENTAGE

```solidity
function SLASHING_PERCENTAGE() external view returns (uint256)
```






#### Returns

| Name | Type | Description |
|---|---|---|
| _0 | uint256 | undefined |

### SLASH_INCENTIVE_PERCENTAGE

```solidity
function SLASH_INCENTIVE_PERCENTAGE() external view returns (uint256)
```






#### Returns

| Name | Type | Description |
|---|---|---|
| _0 | uint256 | undefined |

### acceptOwnership

```solidity
Expand Down

0 comments on commit 1f29d0b

Please sign in to comment.