IBC Core - Message Structure #168
shreyasbhat0
started this conversation in
General
Replies: 3 comments 5 replies
-
cc @Sid-hugobyte |
Beta Was this translation helpful? Give feedback.
0 replies
-
It won't have but it is only used to create client-ids, where are clientype needed? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Everyone,
A couple of queries I have with the java implementation of Ibc Core:
MsgCreateClient Struct defined java has a ClientType field which is not present in Ibc-rs. Here instead of getting the client type from the message we have to get the same from the client state. So my question is will the client state from the other side will be having client type as a field or do we need to make use of this passed client type?
If it's present in the client state we can deserialise and get the client type.
Please let me know how we can address this part on the development side.
Ibc-rs-ClientState
ibc-rs-create-client-message
Beta Was this translation helpful? Give feedback.
All reactions