Skip to content

Commit 35825ac

Browse files
committed
Regenerate docs
1 parent cd65471 commit 35825ac

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

book/docs/classes/polygon_src.PolygonStaker.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,6 @@ Builds a staking (delegation) transaction
124124
Delegates POL tokens to a validator via their ValidatorShare contract.
125125
Requires prior token approval to the StakeManager contract.
126126

127-
**Slippage requirement:** Exactly one of `slippageBps` or `minSharesToMint` must be provided.
128-
There is no default value. Providing neither or both will throw an error.
129-
130127
### Parameters
131128

132129
| Name | Type | Description |
@@ -156,9 +153,6 @@ Builds an unstaking transaction
156153
Creates an unbond request to unstake POL tokens from a validator.
157154
After the unbonding period (~80 checkpoints, approximately 3-4 days), call buildWithdrawTx() to claim funds.
158155

159-
**Slippage requirement:** Exactly one of `slippageBps` or `maximumSharesToBurn` must be provided.
160-
There is no default value. Providing neither or both will throw an error.
161-
162156
### Parameters
163157

164158
| Name | Type | Description |

0 commit comments

Comments
 (0)