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

Class CommonArgs

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

Source from the content-addressed store, hash-verified

23use tokio::time::sleep;
24
25pub struct CommonArgs {
26 pub key_dir: Option<String>,
27 pub verifiers: Option<Vec<PublicKey>>,
28 pub environment: Option<String>,
29 pub path_prefix: Option<String>,
30}
31
32pub struct ClientCommand {
33 client: BitVMClient,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected