UNPKG

@towns-protocol/sdk

Version:

For more details, visit the following resources:

10 lines 788 B
import { SyncAgentConfig } from '../sync-agent/syncAgent'; import { ClientParams } from '../sync-agent/river-connection/riverConnection'; import { SpaceDapp } from '@towns-protocol/web3'; export declare function makeRandomSyncAgentConfig(): Promise<SyncAgentConfig>; export declare function makeClientParams(config: SyncAgentConfig, spaceDapp: SpaceDapp): ClientParams; export declare function makeTestPersistenceDbName(userId: string, deviceId?: string): string; export declare function makeTestCryptoDbName(userId: string, deviceId?: string): string; export declare function makeTestSyncDbName(userId: string, deviceId?: string): string; export declare function makeTestDbName(prefix: string, userId: string, deviceId?: string): string; //# sourceMappingURL=syncAgent_testUtils.d.ts.map