Type Alias ReplicaResponse

Source
pub(super) type ReplicaResponse<T> = (ReplicaId, u64, ComputeResponse<T>);
Expand description

A response from a replica, composed of a replica ID, the replica’s current epoch, and the compute response itself.