UNPKG

hamok

Version:

Lightweight Distributed Object Storage on RAFT consensus algorithm

8 lines (7 loc) 149 B
export class JoinNotification { public constructor( public readonly sourcePeerId: string, public readonly destinationPeerId?: string, ) { } }