export interface MiningInfo { readonly height: string; readonly generationSignature: string; readonly baseTarget: string; readonly averageCommitmentNQT: string; readonly lastBlockReward: string; readonly timestamp: string; }