diff --git a/src/contract/assembled_transaction.ts b/src/contract/assembled_transaction.ts index bbe844064..1f46824b9 100644 --- a/src/contract/assembled_transaction.ts +++ b/src/contract/assembled_transaction.ts @@ -515,11 +515,11 @@ export class AssembledTransaction { 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> => {