UNPKG

hamok

Version:

Lightweight Distributed Object Storage on RAFT consensus algorithm

10 lines (9 loc) 220 B
export class StorageStateNotification { public constructor( public readonly sourceEndpointId: string, public readonly commitIndex: number, public readonly serializedStorageSnapshot?: string, ) { // empty } }