We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a1e3e3 commit 6d8951eCopy full SHA for 6d8951e
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# MyAlgo Connect Change log
2
3
+## [1.4.2] - 2022-11-28
4
+
5
+ - Update jsdoc for `signTxns` `authAddr` setting
6
7
## [1.4.1] - 2022-11-07
8
9
- Update jsdoc for `signTxns` `stxn` setting
index.d.ts
@@ -157,7 +157,7 @@ export interface WalletTransaction {
157
// Base64 encoding of the canonical msgpack encoding of a Transaction
158
txn: TxnStr;
159
160
- // [Not Supported] Optional authorized address used to sign the transaction when the account is rekeyed
+ // Optional authorized address used to sign the transaction when the account is rekeyed
161
authAddr?: Address;
162
163
// [Not Supported] Multisig metadata used to sign the transaction
0 commit comments