Expand description
Relay responder channel.
Code related to the relay channel opened as a responder. The handshake code is responsible for
creating an MaybeVerifiableRelayResponderChannel when accepting an inbound connection.
It can then be used to get a fully working channel.
Structs§
- NonVerifiable
Responder Relay Channel - A channel that can NOT be verified. This is solely either a client or bridge on the other end.
- Unverified
Responder Relay Channel - A verifiable relay responder channel that is currently unverified. This can only be a relay on the other end.
- Verified
Responder Relay Channel - A verified relay responder channel.
Enums§
- Maybe
Verifiable Relay Responder Channel - An enum combining both the possibility of a verifiable (relay) or non verifiable channel (client/bridge).