UNPKG

hamok

Version:

Lightweight Distributed Object Storage on RAFT consensus algorithm

9 lines 496 B
export declare class HelloNotification { readonly sourcePeerId: string; readonly destinationPeerId?: string | undefined; readonly raftLeaderId?: string | undefined; readonly customData?: string | undefined; readonly requestId?: string | undefined; constructor(sourcePeerId: string, destinationPeerId?: string | undefined, raftLeaderId?: string | undefined, customData?: string | undefined, requestId?: string | undefined); } //# sourceMappingURL=HelloNotification.d.ts.map