Skip to main content
Version: v1

ConsensusCallback TypeAlias

Callback provided to acquire() and waitAndAcquire() methods.

Signature

export declare type ConsensusCallback<T> = (value: T) => Promise<ConsensusResult>;

Type Parameters

Parameter Description
T