Crate ibc_middleware_overflow_receive

Source
Expand description

IBC middleware that sends amounts overflowing some target to another address.

Structs§

OverflowReceiveMiddleware
Overflow receive middleware entrypoint, which intercepts compatible ICS-20 packets and sends funds to a new address in case they exceed some specified amount.

Traits§

OverflowRecvContext
Context data required by the OverflowReceiveMiddleware.
PacketMetadata
Metadata included in ICS-20 packet memos, related with the overflow receive middleware.