PushOperations
Inherits: Payment, IPushOperations
Exactinput router operations that can be performed by pushing assets to the pool to swap.
Functions
exactInputSinglePackedArgs
Perform an exact input single swap with compressed input values.
exactInputSingle
Perform an exact input single swap without tick limit check.
Parameters
Name | Type | Description |
---|---|---|
|
| The address of the recipient. |
|
| The Maverick V2 pool to swap with. |
|
| True is tokenA is the input token. False is tokenB is the input token. |
|
| The amount of input tokens. |
|
| The minimum amount of output tokens expected. |
exactInputMultiHop
Perform an exact input multi-hop swap.
Parameters
Name | Type | Description |
---|---|---|
|
| The address of the recipient. |
|
| The path of tokens to swap. |
|
| The amount of input tokens. |
|
| The minimum amount of output tokens expected. |
Last updated