Converts the request parameters to a JSON representation.
@override List<dynamic> toJson() { return [ '0x${blockCount.toRadixString(16)}', blockNumber, rewardPercentiles ]; }