This commit is contained in:
Hardhat Chad
2025-07-18 13:32:21 -07:00
parent cdb3963662
commit e1fb3fcaf3
6 changed files with 18 additions and 0 deletions

View File

@@ -71,6 +71,12 @@ pub struct SwapEvent {
/// Amount of quote tokens in the market.
pub quote_liquidity: u64,
/// Amount of hashpower the miner now has.
pub miner_hashpower: u64,
/// Amount of hashpower the block now has.
pub block_hashpower: u64,
/// The timestamp of the event.
pub ts: i64,
}