Skip to content

Commit

Permalink
Update src/contract/types.ts
Browse files Browse the repository at this point in the history
more clear wording

Co-authored-by: Chad Ostrowski <221614+chadoh@users.noreply.github.com>
  • Loading branch information
BlaineHeffron and chadoh authored Nov 12, 2024
1 parent 06fae68 commit 167f540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contract/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export type AssembledTransactionOptions<T = string> = MethodOptions &
address?: string;

/**
* If true, the transaction will be signed and immediately submitted to the network.
* This option will be passed through to the SEP43-compatible wallet extension. If true, and if the wallet supports it, the transaction will be signed and immediately submitted to the network by the wallet, bypassing the submit logic in {@link SentTransaction}.
* @default false
*/
submit?: boolean;
Expand Down

0 comments on commit 167f540

Please sign in to comment.