Expand description
Rust implementation of the IBC packet forwarding middleware.
Structs§
- Duration
- Duration type whose serialization routines are compatible with Strangelove’s PFM JSON forward messages.
- Forward
Metadata - Metadata included in ICS-20 packet memos, related with the packet forwarding middleware.
- InFlight
Packet - Packet that is currently being transmitted to a destination chain over multiple hops.
- InFlight
Packet Key InFlightPacketdata to facilitate its storage in a key:value store.- Packet
Forward Middleware - Packet forward middleware entrypoint, which intercepts compatible ICS-20 packets and forwards them to other chains.
- Packet
Metadata - Metadata included in ICS-20 packet memos.
Traits§
- PfmContext
- Context data required by the
PacketForwardMiddleware.
Type Aliases§
- Retry
InFlight Packet - Type alias for an
InFlightPacket, to enhance code readability.