MCPcopy Create free account
hub / github.com/cowprotocol/services / into_array

Method into_array

crates/simulator/src/encoding.rs:54–56  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

52
53impl Interactions {
54 pub fn into_array(self) -> [Vec<EncodedInteraction>; 3] {
55 [self.pre, self.main, self.post]
56 }
57}
58
59impl IntoIterator for Interactions {

Callers 6

interaction_encodingFunction · 0.80
save_solutionsMethod · 0.80
save_auctionMethod · 0.80
save_settlementMethod · 0.80
into_settle_callMethod · 0.80

Calls

no outgoing calls

Tested by 1