pub type ConsensusObjectSequenceKey = (ObjectID, SequenceNumber);Expand description
Represents an distinct stream of object versions for a consensus object, based on the object ID and start version.
pub type ConsensusObjectSequenceKey = (ObjectID, SequenceNumber);Represents an distinct stream of object versions for a consensus object, based on the object ID and start version.