UNPKG

hamok

Version:

Lightweight Distributed Object Storage on RAFT consensus algorithm

6 lines 255 B
export declare class JoinNotification { readonly sourcePeerId: string; readonly destinationPeerId?: string | undefined; constructor(sourcePeerId: string, destinationPeerId?: string | undefined); } //# sourceMappingURL=JoinNotification.d.ts.map