feat: remove esmodule type

This commit is contained in:
xin
2025-04-01 16:37:18 +08:00
parent e7eee6fdf5
commit 259545f2d6

View File

@@ -8,7 +8,7 @@ import type {
PersistencePolicy,
Protocol,
} from "./types";
import type { TransactionVerbose } from "./types/transactionVerbose";
import type { TransactionVerbose } from "./types/TransactionVerbose";
import type { MempoolTransaction } from "./types/mempoolTransaction";
export class ElectrumClient extends Client {