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