cli icon indicating copy to clipboard operation
cli copied to clipboard

Support Amino Message type in ts-client

Open akkien opened this issue 3 years ago • 0 comments

I create a new module that uses multisigned transactions. I try to follow example here to sign my transaction, but fail: https://github.com/cosmos/cosmjs/blob/main/packages/stargate/src/multisignature.spec.ts#L171

I think the problem is the way I convert Direct message (generated by Ignite) to Amino message (I created myself) is wrong. I checked the ts-client that is generated by Ignite and do not see Amino type for my message. Why Ignite only generate Direct type message and not Amino type?

akkien avatar Sep 26 '22 09:09 akkien