Transport layer version
Declared in <node/connection_types.h>
enum class TransportProtocolType : uint8_t;
| Name | Description |
|---|---|
DETECTING | Peer could be v1 or v2 |
V1 | Unencrypted, plaintext protocol |
V2 | BIP324 protocol |
| Name | Description |
|---|---|
TransportTypeAsString | Convert TransportProtocolType enum to a string value |