Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Cast CAIP-2 and CAIP-10 structs to their proper types (#210)
Fixes a problem with `CaipChainIdStruct` and `CaipAccountIdStruct` which were not cast to their respective types and as such were typed as `Struct<string, null>`. This makes them hard to use when using `Describe`. This PR mirrors the implementation from `Hex` by casting the structs.
- Loading branch information