Re-exports§
pub use lp::action::PositionClose;
pub use lp::action::PositionOpen;
pub use lp::action::PositionWithdraw;
pub use swap::Swap;
pub use swap_claim::SwapClaim;
Modules§
- component
component
- The dex component contains implementations of the Penumbra dex with token supplies based on liquidity provider interactions.
- event
- genesis
- lp
- state_
key - swap
- swap_
claim
Structs§
- Batch
Swap Output Data - Candlestick
Data - DexParameters
- The configuration parameters for the DEX component.
- Directed
Trading Pair - Directed
Unit Pair - A directed tuple of
Unit
s, similar to aDirectedTradingPair
but embedding useful denom data. - Swap
Execution - Contains the summary data of a trade, for client consumption.
- Trading
Pair - The canonical representation of a tuple of asset [
Id
]s. - Trading
Pair Var - Represents a trading pair in R1CS.