UNPKG

hamok

Version:

Lightweight Distributed Object Storage on RAFT consensus algorithm

7 lines 290 B
import { RaftEngine } from './RaftEngine'; import { RaftState } from './RaftState'; export type RaftLeaderStateContext = { raftEngine: RaftEngine; }; export declare function createRaftLeaderState(context: RaftLeaderStateContext): RaftState; //# sourceMappingURL=RaftLeaderState.d.ts.map