Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExactInputBytesPath ¶
type ExactInputSingleParams ¶
type ExactInputSingleParams struct { FuncName string TokenIn common.Address "json:\"tokenIn\"" TokenOut common.Address "json:\"tokenOut\"" Fee *big.Int "json:\"fee\"" Recipient common.Address "json:\"recipient\"" Deadline *big.Int "json:\"deadline\"" AmountIn *big.Int "json:\"amountIn\"" AmountOutMinimum *big.Int "json:\"amountOutMinimum\"" SqrtPriceLimitX96 *big.Int "json:\"sqrtPriceLimitX96\"" }
func (ExactInputSingleParams) String ¶
func (exactInputSingle ExactInputSingleParams) String() string
type ExactInputStringPath ¶
type ExactInputStringPath struct { FuncName string Path []string "json:\"path\"" Recipient common.Address "json:\"recipient\"" Deadline *big.Int "json:\"deadline\"" AmountIn *big.Int "json:\"amountIn\"" AmountOutMinimum *big.Int "json:\"amountOutMinimum\"" }
func (ExactInputStringPath) String ¶
func (exactInput ExactInputStringPath) String() string
type ExactOutPutBytesPath ¶
type ExactOutPutStringPath ¶
type ExactOutPutStringPath struct { FuncName string Path []string "json:\"path\"" Recipient common.Address "json:\"recipient\"" Deadline *big.Int "json:\"deadline\"" AmountOut *big.Int "json:\"amountOut\"" AmountInMaximum *big.Int "json:\"amountInMaximum\"" }
func (ExactOutPutStringPath) String ¶
func (exactOutput ExactOutPutStringPath) String() string
Click to show internal directories.
Click to hide internal directories.