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
Note ClientState is an interface, instantiated by the concrete type of client (eg. a Tendermint client). So a real result here will involve Tendermint-specific data structures.
Note this also doesn't have a protobuf file yet, it's defined as a Go struct. This may be blocking for now (since it means we're dealing with Amino-encoded validators ...)
Given a client id, query the ClientState object.
Note ClientState is an interface, instantiated by the concrete type of client (eg. a Tendermint client). So a real result here will involve Tendermint-specific data structures.
Note this also doesn't have a protobuf file yet, it's defined as a Go struct. This may be blocking for now (since it means we're dealing with Amino-encoded validators ...)
Opened a related issue on the SDK: cosmos/cosmos-sdk#6736
ABCIQuery.Path =
store/ibc/key
ABCIQuery.Data =
clients/{identifier}/clientState
The text was updated successfully, but these errors were encountered: