server -> a object used to boxcar method calls
server should be a ServerProxy object.
Methods can be added to the MultiCall using normal method call syntax e.g.:
multicall = MultiCall(server_proxy) multicall.add(2,3) multicall.get_address("Guido")
To execute the multicall, call the MultiCall object e.g.:
add_result, address = multicall()
There are no base classes.
There are no implemented interfaces.
There are no attributes in this class.
There are no methods in this class.
There are no known subclasses.