mirror of
https://github.com/alexgo-io/electrum-client.git
synced 2026-01-12 08:34:26 +08:00
feat: remove esmodule type
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user