Module chat

Module chat 

Source
Expand description

This module defines the codec for the chat protocol, which is used for sending and receiving chat messages over the network.

Structs§

ChatCodec
The codec for the chat protocol.

Functions§

create_chat_behaviour
Creates a new ChatBehaviour.

Type Aliases§

ChatBehaviour
The libp2p request_response behaviour for the chat protocol.