Skip to content

Commit

Permalink
Merge pull request #84 from randlabs/signTxns-authAddr-jsdoc
Browse files Browse the repository at this point in the history
Update jsdoc for WalletTransaction authAddr field
  • Loading branch information
Martin Picco committed Nov 28, 2022
2 parents 5a1e3e3 + 6d8951e commit a16ce21
Show file tree
Hide file tree
Showing 4 changed files with 3,141 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# MyAlgo Connect Change log

## [1.4.2] - 2022-11-28

- Update jsdoc for `signTxns` `authAddr` setting

## [1.4.1] - 2022-11-07

- Update jsdoc for `signTxns` `stxn` setting
Expand Down
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export interface WalletTransaction {
// Base64 encoding of the canonical msgpack encoding of a Transaction
txn: TxnStr;

// [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
authAddr?: Address;

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

0 comments on commit a16ce21

Please sign in to comment.