Skip to content

Endo API documentation - v0.2.0 / Exports / @endo/eventual-send / RemotableBrand

Class: RemotableBrand<Local, Remote> ​

@endo/eventual-send.RemotableBrand

Nominal type to carry the local and remote interfaces of a Remotable.

Type parameters ​

Name
Local
Remote

Table of contents ​

Constructors ​

Properties ​

Constructors ​

constructor ​

• new RemotableBrand<Local, Remote>(): RemotableBrand<Local, Remote>

Type parameters ​

Name
Local
Remote

Returns ​

RemotableBrand<Local, Remote>

Properties ​

L ​

• Private L: Local

The local properties of the object.

Defined in ​

packages/eventual-send/src/types.d.ts:27


R ​

• Private R: Remote

The type of all the remotely-callable functions.

Defined in ​

packages/eventual-send/src/types.d.ts:30