Skip to content

Commit

Permalink
Merge pull request #206 from kewde/patch-5
Browse files Browse the repository at this point in the history
fix: make `stxn` optional
  • Loading branch information
SudoWeezy authored Jun 9, 2023
2 parents dd74443 + 6725cc2 commit 30a3435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ARCs/arc-0001.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export interface WalletTransaction {
* Optional base64 encoding of the canonical msgpack encoding of a
* SignedTxn corresponding to txn, when signers=[]
*/
stxn: SignedTxnStr;
stxn?: SignedTxnStr;

/**
* Optional message explaining the reason of the transaction
Expand Down

0 comments on commit 30a3435

Please sign in to comment.