@dxos/react-client
    Preparing search index...

    Class ClientServicesProxy

    Implements services that are not local to the app. For example, the services can be located in Wallet Extension.

    Implements

    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    • Parameters

      • _port: ClientServicesTransport
      • Optional_timeout: number

      Returns ClientServicesProxy

    Properties

    closed: Event<undefined | Error>

    The connection to the services provider was terminated. This should fire if the services disconnect unexpectedly or during a client reset.

    Accessors

    • get rpc(): ClientServicesRpc

      Effect-native client for all client services, inferred from the effect-rpc definitions. Preferred surface for new consumers; must be re-read after reconnect rather than cached. Effects it produces require only the default runtime and can be run with any Runtime<never>.

      Returns ClientServicesRpc

    Methods

    • Returns Promise<void>

    • Returns Promise<void>