Variable RPCClient.rlookup

Reverse lookup tables for the server, mapping a hash to an overload

class RPCClient
{
  // ...
  string[Hash] rlookup ;
  // ...
}