fix txConfirmed type

This commit is contained in:
Mononaut
2023-06-04 11:44:40 -04:00
parent 9d4b58604b
commit 8b1dff6d15
3 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ export interface WebsocketResponse {
block?: BlockExtended;
blocks?: BlockExtended[];
conversions?: any;
txConfirmed?: string | boolean;
txConfirmed?: string;
historicalDate?: string;
mempoolInfo?: MempoolInfo;
vBytesPerSecond?: number;