client -> wallet
This commit is contained in:
parent
4c625d6c96
commit
ca88ef5189
@ -1 +1 @@
|
||||
export * from "./client";
|
||||
export * from "./wallet";
|
||||
@ -5,7 +5,7 @@ import { AddressTracker } from './address';
|
||||
|
||||
type AddressEvent = 'added' | 'confirmed' | 'removed' | 'changed';
|
||||
|
||||
export class MempoolClient {
|
||||
export class MempoolWallet {
|
||||
private api: MempoolApi;
|
||||
private ws: MempoolSocket;
|
||||
private tracking: { [key: string]: AddressTracker } = {};
|
||||
Loading…
Reference in New Issue
Block a user