UNPKG

hamok

Version:

Lightweight Distributed Object Storage on RAFT consensus algorithm

7 lines 294 B
import { RaftEngine } from './RaftEngine'; import { RaftState } from './RaftState'; export type RaftCandidateStateContext = { raftEngine: RaftEngine; }; export declare function createRaftEmptyState(context: RaftCandidateStateContext): RaftState; //# sourceMappingURL=RaftEmptyState.d.ts.map