| 23 | use tokio::time::sleep; |
| 24 | |
| 25 | pub 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 | |
| 32 | pub struct ClientCommand { |
| 33 | client: BitVMClient, |
nothing calls this directly
no outgoing calls
no test coverage detected