Function ibc_core::connection::handler::conn_open_init::execute
source · pub fn execute<Ctx>(
ctx_a: &mut Ctx,
msg: MsgConnectionOpenInit
) -> Result<(), ContextError>where
Ctx: ExecutionContext,