Variable RPCClient.lookup

Lookup table for the client, mapping an overload to a hash

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