cosmjs
cosmjs copied to clipboard
amino: remove some type casts
These did nothing; the discriminator type member is on the base type for this exact reason.
Oh they do something: avoid typos in the type name string literal
That does sound useful, at least when first writing the code. Added the missing unit tests to prevent potential future typos!