MCPcopy Create free account
hub / github.com/BitVM/BitVM / network

Method network

bridge/src/graphs/peg_in.rs:114–116  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

112
113impl BaseGraph for PegInGraph {
114 fn network(&self) -> Network {
115 self.network
116 }
117
118 fn id(&self) -> &String {
119 &self.id

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected