reposition.gno
Reposition
func Reposition(
cur realm,
positionId uint64,
tickLower int32,
tickUpper int32,
amount0DesiredStr string,
amount1DesiredStr string,
amount0MinStr string,
amount1MinStr string,
deadline int64
) (uint64, string, int32, int32, string, string)
Parameters
Name
Type
Description
Return Values
Name
Type
Description
Last updated