You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was not possible before because the ClientState derive macro didn't take relevant type bounds for IbcContext<S>. When the next ibc version is released, we can derive ClientState on AnyClientState enum as follows:
Just like
AnyConsensusState
, we should useAnyClientState
.This was not possible before because the
ClientState
derive macro didn't take relevant type bounds forIbcContext<S>
. When the nextibc
version is released, we can deriveClientState
onAnyClientState
enum as follows:The text was updated successfully, but these errors were encountered: