mirror of
https://github.com/mempool/mempool.git
synced 2025-10-11 03:23:06 +02:00
Transaction tracking revamped.
Blockchain block arrow.
This commit is contained in:
@@ -4,13 +4,14 @@ export interface WebsocketResponse {
|
||||
block?: Block;
|
||||
blocks?: Block[];
|
||||
conversions?: any;
|
||||
txId?: string;
|
||||
txConfirmed?: boolean;
|
||||
historicalDate?: string;
|
||||
mempoolInfo?: MempoolInfo;
|
||||
vBytesPerSecond?: number;
|
||||
action?: string;
|
||||
data?: string[];
|
||||
'track-tx'?: string;
|
||||
'track-address'?: string;
|
||||
}
|
||||
|
||||
export interface MempoolBlock {
|
||||
|
Reference in New Issue
Block a user