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

@@ -118,6 +118,7 @@ export interface BlockExtension {
reward?: number;
coinbaseRaw?: string;
matchRate?: number;
similarity?: number;
pool?: {
id: number;
name: string;