MCPcopy Create free account
hub / github.com/SeismicSystems/summit / DiscoveryOracle

Class DiscoveryOracle

types/src/network_oracle.rs:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18#[derive(Clone, Debug)]
19pub struct DiscoveryOracle<C: PublicKey> {
20 oracle: Oracle<C>,
21}
22
23impl<C: PublicKey> DiscoveryOracle<C> {
24 pub fn new(oracle: Oracle<C>) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected