Skip to content

Commit

Permalink
CI: e6db053
Browse files Browse the repository at this point in the history
  • Loading branch information
Docs Syncer committed Jun 21, 2024
1 parent b462bd6 commit bc6200d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/reference/contracts/finance/staking/AbstractStaking.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@ Parameters:
| :------ | :------ | :------------------------------ |
| amount_ | uint256 | The amount of rewards to claim. |

### claimAll (0xd1058e59)

```solidity
function claimAll() public stakingStarted
```

Claims all the available rewards.
### withdraw (0x3ccfd60b)

```solidity
Expand Down

0 comments on commit bc6200d

Please sign in to comment.