Test on the result of await demo.keys.wallet.prepareSignerEth({}) and TYPES.ethereumSigner
See tests/type.ts for the usage of prepareSignerEth and the expected error message when used incorrectly.
This was cherry-picked into PR #54 and fixed in a later commit for arrays.
This particular PR should be deleted without merging because it has a bug causing build the break.
by dumping their keys.
Test on the result of
await demo.keys.wallet.prepareSignerEth({})
andTYPES.ethereumSigner
Seetests/type.ts
for the usage ofprepareSignerEth
and the expected error message when used incorrectly.