Index asciiScriptSig and display it in /mining/blocks

This commit is contained in:
nymkappa
2022-03-15 23:33:51 +01:00
parent 633a0c79da
commit acaa6c6e45
8 changed files with 59 additions and 17 deletions

View File

@@ -102,6 +102,7 @@ export interface BlockExtension {
feeRange?: number[];
reward?: number;
coinbaseTx?: Transaction;
coinbaseRaw?: string;
matchRate?: number;
pool?: {
id: number;