Fix accelerator checkout linting & type errors

This commit is contained in:
Mononaut
2024-07-26 09:27:18 +00:00
parent 6081daacef
commit 6adbda5185
3 changed files with 50 additions and 54 deletions

View File

@@ -7,7 +7,7 @@ export interface WebsocketResponse {
backend?: 'esplora' | 'electrum' | 'none';
block?: BlockExtended;
blocks?: BlockExtended[];
conversions?: any;
conversions?: Record<string, number>;
txConfirmed?: string;
historicalDate?: string;
mempoolInfo?: MempoolInfo;