support for acceleration mempool blocks animation

This commit is contained in:
Mononaut
2023-06-13 13:35:25 -04:00
parent 53a564b3a8
commit 31988ae6eb
6 changed files with 51 additions and 11 deletions

View File

@@ -188,6 +188,7 @@ export interface RbfTransaction extends TransactionStripped {
export interface MempoolPosition {
block: number,
vsize: number,
accelerated?: boolean
}
export interface RewardStats {