Kien

Results 2 issues of Kien

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...

ts-client

I create a new module using Ignite CLI that requires multi-signature. My module only has **direct message types**. So I copy file https://github.com/cosmos/cosmjs/blob/main/packages/stargate/src/multisignature.ts#L58 and create my own makeMultisignedTx with SignMode.SIGN_MODE_DIRECT,...