Synapses are persistent, weighted connections between nodes.Documentation Index
Fetch the complete documentation index at: https://openntl.org/llms.txt
Use this file to discover all available pages before exploring further.
Synapse Fields
| Field | Type | Description |
|---|---|---|
id | SynapseId | Unique identifier |
remote_node | NodeId | Connected node |
weight | f32 | Current strength (0.0-1.0) |
state | SynapseState | Current lifecycle state |
transport | Transport | Underlying transport |
established_at | u64 | Formation timestamp |
last_active | u64 | Last signal timestamp |
signals_transmitted | u64 | Total sent |
signals_received | u64 | Total received |
avg_latency_ns | u64 | Average latency |