Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BitVM/BitVM
/ GraphCliQuery
Interface
GraphCliQuery
bridge/src/client/sdk/query.rs:42–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
pub trait GraphCliQuery {
43
fn broadcast_deposit(&self, client: &AsyncClient) -> impl Future<Output = Result<(), String>>;
44
}
Callers
nothing calls this directly
Implementers
1
peg_in.rs
bridge/src/graphs/peg_in.rs
Calls
no outgoing calls
Tested by
no test coverage detected