animate mempool blocks conditional on mined block similarity

This commit is contained in:
Mononaut
2023-03-14 10:19:32 +09:00
parent 40a80953a7
commit 8e0495a358
5 changed files with 18 additions and 6 deletions

View File

@@ -153,6 +153,7 @@ export interface BlockExtension {
feeRange: number[]; // fee rate percentiles
reward: number;
matchRate: number | null;
similarity?: number;
pool: {
id: number; // Note - This is the `unique_id`, not to mix with the auto increment `id`
name: string;