Skip to content

Commit

Permalink
docs: remove 'TSDoc', added for troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
chadoh committed May 15, 2024
1 parent 9fa8134 commit ea39959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/contract/assembled_transaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -515,11 +515,11 @@ export class AssembledTransaction<T> {
signTransaction = this.options.signTransaction,
}: {
/**
* TSDoc: If `true`, sign and send the transaction even if it is a read call
* If `true`, sign and send the transaction even if it is a read call
*/
force?: boolean;
/**
* TSDoc: You must provide this here if you did not provide one before
* You must provide this here if you did not provide one before
*/
signTransaction?: ClientOptions["signTransaction"];
} = {}): Promise<SentTransaction<T>> => {
Expand Down

0 comments on commit ea39959

Please sign in to comment.