Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
impl Interactions {
54
pub fn into_array(self) -> [Vec<EncodedInteraction>; 3] {
55
[self.pre, self.main, self.post]
56
}
57
}
58
59
impl IntoIterator for Interactions {
Callers
6
encodes_swaps_in_settlement
Function · 0.80
interaction_encoding
Function · 0.80
save_solutions
Method · 0.80
save_auction
Method · 0.80
save_settlement
Method · 0.80
into_settle_call
Method · 0.80
Calls
no outgoing calls
Tested by
1
encodes_swaps_in_settlement
Function · 0.64