mempool block entry animation

This commit is contained in:
Mononaut
2023-03-13 18:10:49 +09:00
parent 870a7e51b1
commit 64ab14f995
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 {