Skip to content

Commit

Permalink
add note about restoreTransaction arg
Browse files Browse the repository at this point in the history
  • Loading branch information
chadoh committed Jun 13, 2024
1 parent ead51f5 commit 2654c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contract/assembled_transaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@ export class AssembledTransaction<T> {
minResourceFee: string;
transactionData: SorobanDataBuilder;
},
/** The account that is executing the footprint restore operation. */
/** The account that is executing the footprint restore operation. If omitted, will use the account from the AssembledTransaction. */
account?: Account
): Promise<Api.GetTransactionResponse> {
if (!this.options.signTransaction) {
Expand Down

0 comments on commit 2654c10

Please sign in to comment.