pub struct TickArray {
    pub array_index: u16,
    pub tick_spacing: u16,
    pub clmmpool: Pubkey,
    pub ticks: [Tick],
}

Fields

array_index: u16

The tick array index in tick array bit map.

tick_spacing: u16

The tick spacing

clmmpool: Pubkey

The [Clmmpool] address.

ticks: [Tick]

The ticks.

Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more