orca_
whirlpools_
docs
0.1.5
In orca_
whirlpools_
docs::
orca_
whirlpools_
core
Structs
CollectFeesQuote
CollectRewardQuote
CollectRewardsQuote
DecreaseLiquidityQuote
ExactInSwapQuote
ExactOutSwapQuote
IncreaseLiquidityQuote
PositionFacade
PositionRatio
PositionRewardInfoFacade
SwapResult
TickArrayFacade
TickArraySequence
TickFacade
TickRange
TransferFee
WhirlpoolFacade
WhirlpoolRewardInfoFacade
Enums
PositionStatus
TickArrays
Constants
AMOUNT_EXCEEDS_MAX_U64
ARITHMETIC_OVERFLOW
BPS_DENOMINATOR
FEE_RATE_DENOMINATOR
FULL_RANGE_ONLY_TICK_SPACING_THRESHOLD
INVALID_SLIPPAGE_TOLERANCE
INVALID_SQRT_PRICE_LIMIT_DIRECTION
INVALID_TICK_INDEX
INVALID_TIMESTAMP
INVALID_TRANSFER_FEE
MAX_SQRT_PRICE
MAX_TICK_INDEX
MIN_SQRT_PRICE
MIN_TICK_INDEX
NUM_REWARDS
POSITION_BUNDLE_SIZE
SQRT_PRICE_LIMIT_OUT_OF_BOUNDS
SQRT_PRICE_OUT_OF_BOUNDS
TICK_ARRAY_NOT_EVENLY_SPACED
TICK_ARRAY_SIZE
TICK_INDEX_NOT_IN_ARRAY
TICK_INDEX_OUT_OF_BOUNDS
TICK_SEQUENCE_EMPTY
ZERO_TRADABLE_AMOUNT
Functions
collect_fees_quote
collect_rewards_quote
compute_swap
decrease_liquidity_quote
decrease_liquidity_quote_a
decrease_liquidity_quote_b
first_unoccupied_position_in_bundle
get_full_range_tick_indexes
get_initializable_tick_index
get_next_initializable_tick_index
get_prev_initializable_tick_index
get_tick_array_start_tick_index
get_tick_index_in_array
increase_liquidity_quote
increase_liquidity_quote_a
increase_liquidity_quote_b
invert_price
invert_sqrt_price
invert_tick_index
is_full_range_only
is_position_bundle_empty
is_position_bundle_full
is_position_in_range
is_tick_index_in_bounds
is_tick_initializable
order_tick_indexes
position_ratio
position_status
price_to_sqrt_price
price_to_tick_index
sqrt_price_to_price
sqrt_price_to_tick_index
swap_quote_by_input_token
swap_quote_by_output_token
tick_index_to_price
tick_index_to_sqrt_price
try_apply_swap_fee
try_apply_transfer_fee
try_get_amount_delta_a
try_get_amount_delta_b
try_get_max_amount_with_slippage_tolerance
try_get_min_amount_with_slippage_tolerance
try_get_next_sqrt_price_from_a
try_get_next_sqrt_price_from_b
try_reverse_apply_swap_fee
try_reverse_apply_transfer_fee
Type Aliases
CoreError
U128
orca_whirlpools_docs
::
orca_whirlpools_core
Constant
NUM_REWARDS
Copy item path
Settings
Help
Summary
pub const NUM_REWARDS:
usize
= 3; // 3usize
Expand description
The number of reward tokens in a pool.