We currently have commands to query all IBC denom traces or a specific IBC denom trace based off a given hash, but we are lacking the ability to query a hash based off a specific IBC denom trace. This adds a new query to the Provider interface that allows users to query this IBC denom trace information for a given chain and hash.
We currently have commands to query all IBC denom traces or a specific IBC denom trace based off a given hash, but we are lacking the ability to query a hash based off a specific IBC denom trace. This adds a new query to the
Provider
interface that allows users to query this IBC denom trace information for a given chain and hash.Closes #1416