Kujira.Bow.Status (kujira v0.1.80)
The current status of deposits to an LP pool
Fields
:base_amount
- The total amount of the base token owned by the pool:quote_amount
- The total amount of the quote token owned by the pool:lp_amount
- The total amount of LP tokens minted by the pool
Summary
Types
@type t() :: %Kujira.Bow.Status{ base_amount: non_neg_integer(), lp_amount: non_neg_integer(), quote_amount: non_neg_integer() }
Functions
Link to this function