ibc_core::client::handler

Module recover_client

Source
Expand description

Protocol logic for processing ICS02 messages of type MsgRecoverClient.

Functionsยง

  • Executes the steps needed to recover the subject client, namely:
  • Performs the validation steps associated with the client recovery process. This includes validating that the parameters of the subject and substitute clients match, as well as validating that the substitute client is active and that the subject client is not active.