We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f5a16e commit 87accddCopy full SHA for 87accdd
src/transaction-types.ts
@@ -1,5 +1,5 @@
1
-import type { Bytes } from './bytes.js';
2
-import type { Hex } from './hex.js';
+import type { Bytes } from './bytes';
+import type { Hex } from './hex';
3
4
export type Transaction =
5
| LegacyTransaction
0 commit comments