support for acceleration mempool blocks animation

This commit is contained in:
Mononaut
2023-06-13 13:35:25 -04:00
parent 083bfdba06
commit ba54bc9d15
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 {