mempool block entry animation

This commit is contained in:
Mononaut
2023-03-13 18:10:49 +09:00
parent c958d4b4f3
commit 40a80953a7
3 changed files with 35 additions and 5 deletions

View File

@@ -43,6 +43,7 @@ export interface MempoolBlock {
totalFees: number;
feeRange: number[];
index: number;
isStack?: boolean;
}
export interface MempoolBlockWithTransactions extends MempoolBlock {