Structs§
- Encoded message with sender info if available.
- Channel detail between src and dst chain.
- Channel update message.
- Gossip worker to gossip incoming and outgoing messages to other peers. Also, streams the decoded extrinsics to destination chain tx pool if available.
- Gossip worker builder
- A cross chain message with encoded data.
Enums§
- A type of cross chain message
Functions§
- Load the channel state of self_chain_id on chain_id.
- Set the channel state of self_chain_id on chain_id.
- Returns the network configuration for cross chain message gossip.
Type Aliases§
- Unbounded sender to send encoded message to listeners.