export interface IPowSolverSolution {
    hash: string;
    nonce: string;
}
