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

Method broadcast_command

bridge/src/client/cli/query_command.rs:498–502  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

496 }
497
498 pub fn broadcast_command() -> Command {
499 Command::new("broadcast")
500 .about("broadcast peg-in deposit transaction in a peg-in graph separately")
501 .args([arg!(<GRAPH_ID> "peg-in graph id").required(true)])
502 }
503
504 pub async fn handle_broadcast(&mut self, matches: &ArgMatches) -> Response {
505 self.sync().await;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected