mirror of
https://github.com/mempool/mempool.git
synced 2025-10-11 00:32:43 +02:00
Wait for an push transactions that hasn't yet appeared in the mempool
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Block } from './electrs.interface';
|
||||
import { Block, Transaction } from './electrs.interface';
|
||||
|
||||
export interface WebsocketResponse {
|
||||
block?: Block;
|
||||
@@ -10,6 +10,7 @@ export interface WebsocketResponse {
|
||||
vBytesPerSecond?: number;
|
||||
action?: string;
|
||||
data?: string[];
|
||||
tx?: Transaction;
|
||||
'track-tx'?: string;
|
||||
'track-address'?: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user