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

Method id

crates/winner-selection/src/solution.rs:38–40  ·  view source on GitHub ↗

Get the solution ID.

(&self)

Source from the content-addressed store, hash-verified

36impl<T> Solution<T> {
37 /// Get the solution ID.
38 pub fn id(&self) -> u64 {
39 self.id
40 }
41
42 /// Get the solver address.
43 pub fn solver(&self) -> Address {

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected