Instant mining pool identification from recent blocks.

refs #59
This commit is contained in:
softsimon
2020-05-10 00:54:07 +07:00
parent 0753b11840
commit c08a4c8424
5 changed files with 5 additions and 1 deletions

View File

@@ -92,6 +92,7 @@ export interface Block {
medianFee?: number;
feeRange?: number[];
reward?: number;
coinbaseTx?: Transaction;
}
export interface Address {