Available on crate feature 
conflux only.Expand description
Encoding and decoding for relay messages related to conflux.
MacrosΒ§
- impl_link_ πwrapper 
- Helper macro for implementing wrapper types over Link
StructsΒ§
- ConfluxLink 
- A CONFLUX_LINKmessage.
- ConfluxLinked 
- A CONFLUX_LINKEDmessage.
- ConfluxLinked Ack 
- A CONFLUX_LINKED_ACKmessage.
- ConfluxSwitch 
- A CONFLUX_SWITCHmessage, sent from a sending endpoint when switching leg in an already linked circuit construction.
- Link π
- A message body shared by ConfluxLinkandConfluxLinked.
- V1DesiredUx 
- The UX properties specified in a V1LinkPayload.
- V1LinkPayload 
- The v1 payload of a v1 ConfluxLinkorConfluxLinkedmessage.
- V1Nonce
- The nonce type of a V1LinkPayload.
ConstantsΒ§
- CONFLUX_LINK_ πVERSION 
- The supported CONFLUX_LINK version.
- V1_LINK_ πNONCE_ LEN 
- The length of the nonce from a v1 CONFLUX_LINK message, in bytes.