Synclets logoSynclets

MemorySyncletOptions

The MemorySyncletOptions type specifies configuration for creating an in-memory Synclet.

(
  DataConnectorOptions<Depth> &
  MetaConnectorOptions<Depth> &
  {
    transport?: Transport | Transport[];
    implementations?: SyncletImplementations<Depth>;
  } &
  SyncletOptions
)
TypeDescription
transport?Transport | Transport[]

The transport property specifies the Transport instance for synchronization.

implementations?SyncletImplementations<Depth>

The implementations property optionally specifies custom conflict resolution implementations.

Since

v0.0.0