MCPcopy Create free account
hub / github.com/SeismicSystems/summit / Bootstrapper

Class Bootstrapper

types/src/bootstrap.rs:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9/// A single bootstrapper node
10#[derive(Debug, Clone, Deserialize)]
11pub struct Bootstrapper {
12 /// Hex-encoded public key (ed25519, 32 bytes)
13 pub node_public_key: String,
14 /// Address - either IP:port (e.g., "127.0.0.1:18551") or domain:port (e.g., "node.example.com:18551")
15 pub address: String,
16}
17
18/// List of bootstrapper nodes loaded from a TOML file
19#[derive(Debug, Clone, Deserialize)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected