UNPKG

hamok

Version:

Lightweight Distributed Object Storage on RAFT consensus algorithm

11 lines (10 loc) 268 B
export class HelloNotification { public constructor( public readonly sourcePeerId: string, public readonly destinationPeerId?: string, public readonly raftLeaderId?: string, public readonly customData?: string, public readonly requestId?: string, ) { } }