mirror of
https://github.com/mempool/mempool.git
synced 2025-10-11 00:32:43 +02:00
Transition new blocks from the mempool onto the blockchain.
Chime on new blocks. fixes #47 fixes #84
This commit is contained in:
@@ -25,6 +25,7 @@ export interface MempoolBlock {
|
||||
medianFee: number;
|
||||
totalFees: number;
|
||||
feeRange: number[];
|
||||
index: number;
|
||||
}
|
||||
|
||||
export interface MemPoolState {
|
||||
|
Reference in New Issue
Block a user