Function process_ibc_reply

Source
pub fn process_ibc_reply(
    storage: &mut dyn Storage,
    env: Env,
    packet: RequestPacket,
    failed: bool,
) -> StdResult<Response>
Expand description

Process outcome of an ics20 IBC packet with IBC hook. If a packet was successful, it marks the outpost as done. If a packet failed or timed out, it marks the outpost as failed, so it can be retried.