Simon Ingeson
Results
2
issues of
Simon Ingeson
- Add chapter number for 1.9 - Fix markdown issue - this was hiding the following chapter (2.10) - Fix chapter numbers - chapter 2.11 did not exist, renumbered 2.12...
The [`TransactionSigner`](https://github.com/algorand/js-algorand-sdk/blob/462a9b8a3b217de606e3bd3d450b36671a6b7897/src/signer.ts#L7-L18) works really well with the `AtomicTransactionComposer`, which is really helpful when interacting with smart contracts or group/atomic transactions. The `TransactionSigner` interface/type is defined as: ```ts /** * This...
Enhancement