nooschain / consensus/raft-membership/membership-executor / MembershipExecutorRuntime
Interface: MembershipExecutorRuntime
Defined in: consensus/raft-membership/membership-executor.ts:32
Minimal runtime handle needed to talk to the local sidecar safely.
Properties
operatorToken?
optionaloperatorToken?:string
Defined in: consensus/raft-membership/membership-executor.ts:36
sidecarBaseUrl
sidecarBaseUrl:
string
Defined in: consensus/raft-membership/membership-executor.ts:33
waitAfterOperationMs?
optionalwaitAfterOperationMs?:number
Defined in: consensus/raft-membership/membership-executor.ts:35
Methods
getConsensusStatus()
getConsensusStatus():
Promise<ConsensusStatus>
Defined in: consensus/raft-membership/membership-executor.ts:34
Returns
Promise<ConsensusStatus>