Adding previous difficulty retarget to the difficulty adjustment api. (#652)

refs #640
This commit is contained in:
softsimon
2021-07-23 14:35:04 +03:00
committed by GitHub
parent 775323de3e
commit 037d6a75ea
4 changed files with 24 additions and 7 deletions

View File

@@ -10,6 +10,7 @@ export interface WebsocketResponse {
mempoolInfo?: MempoolInfo;
vBytesPerSecond?: number;
lastDifficultyAdjustment?: number;
previousRetarget?: number;
action?: string;
data?: string[];
tx?: Transaction;