Skip to main content

Module responder

Module responder 

Source
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§

NonVerifiableResponderRelayChannel
A channel that can NOT be verified. This is solely either a client or bridge on the other end.
UnverifiedResponderRelayChannel
A verifiable relay responder channel that is currently unverified. This can only be a relay on the other end.
VerifiedResponderRelayChannel
A verified relay responder channel.

Enums§

MaybeVerifiableRelayResponderChannel
An enum combining both the possibility of a verifiable (relay) or non verifiable channel (client/bridge).