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

Class ClientCommand

bridge/src/client/cli/client_command.rs:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32pub struct ClientCommand {
33 client: BitVMClient,
34 config: Config,
35}
36
37impl ClientCommand {
38 pub async fn new(common_args: CommonArgs) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected