pub fn ibc_packet_timeout(
deps: DepsMut<'_>,
_env: Env,
msg: IbcPacketTimeoutMsg,
) -> Result<IbcBasicResponse, ContractError>Expand description
Implements the IBC module’s OnTimeoutPacket handler.
§Errors
This function returns an error if:
- [
ibc_packet_timeout::callback] returns an error. - The channel state cannot be loaded or saved.