Skip to content

Commit 6d8951e

Browse files
author
M-Picco
committed
Update jsdoc for WalletTransaction authAddr field
1 parent 5a1e3e3 commit 6d8951e

File tree

4 files changed

+3141
-10
lines changed

4 files changed

+3141
-10
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# MyAlgo Connect Change log
22

3+
## [1.4.2] - 2022-11-28
4+
5+
- Update jsdoc for `signTxns` `authAddr` setting
6+
37
## [1.4.1] - 2022-11-07
48

59
- Update jsdoc for `signTxns` `stxn` setting

index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export interface WalletTransaction {
157157
// Base64 encoding of the canonical msgpack encoding of a Transaction
158158
txn: TxnStr;
159159

160-
// [Not Supported] Optional authorized address used to sign the transaction when the account is rekeyed
160+
// Optional authorized address used to sign the transaction when the account is rekeyed
161161
authAddr?: Address;
162162

163163
// [Not Supported] Multisig metadata used to sign the transaction

0 commit comments

Comments
 (0)