Skip to content

Commit bc6200d

Browse files
author
Docs Syncer
committed
CI: e6db053
1 parent b462bd6 commit bc6200d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/reference/contracts/finance/staking/AbstractStaking.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,13 @@ Parameters:
6767
| :------ | :------ | :------------------------------ |
6868
| amount_ | uint256 | The amount of rewards to claim. |
6969

70+
### claimAll (0xd1058e59)
71+
72+
```solidity
73+
function claimAll() public stakingStarted
74+
```
75+
76+
Claims all the available rewards.
7077
### withdraw (0x3ccfd60b)
7178

7279
```solidity

0 commit comments

Comments
 (0)