File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -124,9 +124,6 @@ Builds a staking (delegation) transaction
124124Delegates POL tokens to a validator via their ValidatorShare contract.
125125Requires 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
156153Creates an unbond request to unstake POL tokens from a validator.
157154After 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 |
You can’t perform that action at this time.
0 commit comments