Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
squadgazzz committed Dec 2, 2024
1 parent 9b0e906 commit fc0ad49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/shared/src/trade_finding/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ pub struct Trade {
pub clearing_prices: HashMap<H160, U256>,
/// How many units of gas this trade will roughly cost.
pub gas_estimate: Option<u64>,
/// The onchain calls to run before sending user funds to the settlement
/// contract.
pub pre_interactions: Vec<Interaction>,
/// Interactions needed to produce the expected trade amount.
pub interactions: Vec<Interaction>,
Expand Down

0 comments on commit fc0ad49

Please sign in to comment.