hyperweb-io / hyperweb-io/telescope
some interface decoders not named correctly
- Dominant language
- TypeScript
- Stars
- 154
- Forks
- 53
- PR merge metrics
- No merged PRs in 30d
Description
We generate `Sdk_MsgauthzAuthorization_InterfaceDecoder` [here](https://github.com/osmosis-labs/osmojs/blob/6d72f81dc076c34eb77c9f607e9261f8b43d3448/packages/osmojs/src/codegen/cosmos/authz/v1beta1/tx.ts#L361)
But technically I see `Sdk_Msg_InterfaceDecoder` and `Authz_Authorization_InterfaceDecoder` are built [here](https://github.com/osmosis-labs/osmojs/blob/6d72f81dc076c34eb77c9f607e9261f8b43d3448/packages/osmojs/src/codegen/cosmos/authz/v1beta1/tx.ts#L611) and [here](https://github.com/osmosis-labs/osmojs/blob/6d72f81dc076c34eb77c9f607e9261f8b43d3448/packages/osmojs/src/codegen/cosmos/authz/v1beta1/tx.ts#L625C14-L625C50)
```
Cannot find name 'Sdk_MsgauthzAuthorization_InterfaceDecoder'. Did you mean 'Authz_Authorization_InterfaceDecoder'?ts(2552)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.