Hash code implementation.
@override int get hashCode { return Object.hash( version, prevBlock, merkleRoot, timestamp.millisecondsSinceEpoch, bits, nonce, ); }