swap event

This commit is contained in:
Hardhat Chad
2025-06-30 14:57:55 -10:00
parent c42656460c
commit 6955c33aba
6 changed files with 39 additions and 0 deletions

View File

@@ -49,6 +49,12 @@ pub struct SwapEvent {
/// Amount of quote tokens taken in fees.
pub quote_fee: u64,
/// Amount of base tokens in the market.
pub base_liquidity: u64,
/// Amount of quote tokens in the market.
pub quote_liquidity: u64,
/// The timestamp of the event.
pub ts: i64,
}