• E(x) returns a proxy on which you can call arbitrary methods. Each of these method calls returns a promise. The method will be invoked on whatever 'x' designates (or resolves to) in a future turn, not this one.

    Type Parameters

    • T

    Parameters

    • x: T

      target for method/function call

    Returns ECallableOrMethods<RemoteFunctions<T>>

    method/function call proxy

Generated using TypeDoc