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

Class Config

bridge/src/client/cli/key_command.rs:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13#[derive(Serialize, Deserialize, Default)]
14pub struct Config {
15 pub keys: Keys,
16}
17
18#[derive(Serialize, Deserialize, Default)]
19pub struct Keys {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected