Transaction tracking revamped.

Blockchain block arrow.
This commit is contained in:
Simon Lindh
2020-02-19 23:50:23 +07:00
committed by wiz
parent 34645908e9
commit f3cfa038d3
15 changed files with 232 additions and 145 deletions

View File

@@ -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 {