Show expected fees in blocks list

This commit is contained in:
Joost Jager
2023-06-06 08:52:29 +02:00
parent 3c0bb11208
commit 74b2014dff
7 changed files with 15 additions and 2 deletions

View File

@@ -41,6 +41,7 @@ export interface BlockAudit {
export interface AuditScore {
hash: string,
matchRate?: number,
expectedFees?: number
}
export interface MempoolBlock {
@@ -183,6 +184,7 @@ export interface BlockExtension {
feeRange: number[]; // fee rate percentiles
reward: number;
matchRate: number | null;
expectedFees: number | null;
similarity?: number;
pool: {
id: number; // Note - This is the `unique_id`, not to mix with the auto increment `id`