mirror of
https://github.com/mempool/mempool.git
synced 2025-10-11 00:12:45 +02:00
Send mempool effective fee rate changes to frontend & apply
This commit is contained in:
@@ -54,6 +54,7 @@ export interface MempoolBlockWithTransactions extends MempoolBlock {
|
||||
export interface MempoolBlockDelta {
|
||||
added: TransactionStripped[],
|
||||
removed: string[],
|
||||
changed?: { txid: string, rate: number | undefined }[];
|
||||
}
|
||||
|
||||
export interface MempoolInfo {
|
||||
|
Reference in New Issue
Block a user