Converts a dynamic response to the generic type T.
T
@override int onResonse(dynamic result) { return ETHRPCRequest.onIntResponse(result); }