fix(client/v2): fix marshalling of queries with any (#18309)
This commit is contained in:
@@ -86,6 +86,7 @@ func getCodecInterfaceImpls() *cobra.Command {
|
||||
Short: "List the registered type URLs for the provided interface",
|
||||
Long: "List the registered type URLs that can be used for the provided interface name using the application codec",
|
||||
Example: fmt.Sprintf("%s debug codec list-implementations cosmos.crypto.PubKey", version.AppName),
|
||||
Args: cobra.ExactArgs(1),
|
||||
RunE: func(cmd *cobra.Command, args []string) error {
|
||||
clientCtx := client.GetClientContextFromCmd(cmd)
|
||||
impls := clientCtx.Codec.InterfaceRegistry().ListImplementations(args[0])
|
||||
|
||||
Reference in New Issue
Block a user