Documentation
¶
Index ¶
- type Tick
- type TickData
- func (t *TickData) ClearTick(index int)
- func (t *TickData) Clone() *TickData
- func (t *TickData) Cross(tick int, feeGrowthGlobal0X128, feeGrowthGlobal1X128 *ui.Int) (liquidityNet *ui.Int)
- func (t *TickData) GetFeeGrowthInside(tickLower, tickUpper, tickCurrent int, ...) (feeGrowthInside0X128, feeGrowthInside1X128 *ui.Int)
- func (t *TickData) GetTick(index int) Tick
- func (t *TickData) NextInitializedTickWithinOneWord(tick int, lte bool) (int, bool)
- func (t *TickData) Print()
- func (t *TickData) UpdateTick(index, tickCurrent int, ...) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TickData ¶
type TickData struct {
// contains filtered or unexported fields
}
func NewTickData ¶
func (*TickData) GetFeeGrowthInside ¶
func (*TickData) NextInitializedTickWithinOneWord ¶
Click to show internal directories.
Click to hide internal directories.