Skip to content

Commit

Permalink
Merge pull request #80 from randlabs/signTxns-stxn-jsdoc
Browse files Browse the repository at this point in the history
Update jsdoc for WalletTransaction stxn field
  • Loading branch information
Martin Picco committed Nov 7, 2022
2 parents e94e0d0 + e10d971 commit 5a1e3e3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 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.1] - 2022-11-07

- Update jsdoc for `signTxns` `stxn` setting

## [1.4.0] - 2022-10-24

- Added new ARC-0001 compliant function `signTxns`.
Expand Down
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export interface WalletTransaction {
// Optional list of addresses that must sign the transactions
signers?: Address[];

// [Not Supported] Optional base64 encoding of the canonical msgpack encoding of a SignedTxn corresponding to txn, when signers=[]
// Optional base64 encoding of the canonical msgpack encoding of a SignedTxn corresponding to txn, when signers=[]
stxn?: SignedTxnStr;

// [Not Supported] Optional message explaining the reason of the transaction
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@randlabs/myalgo-connect",
"version": "1.4.0",
"version": "1.4.1",
"description": "",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 5a1e3e3

Please sign in to comment.