iota_types::storage

Trait GetSharedLocks

Source
pub trait GetSharedLocks: Send + Sync {
    // Required method
    fn get_shared_locks(
        &self,
        key: &TransactionKey,
    ) -> IotaResult<Option<Vec<(ObjectID, SequenceNumber)>>>;
}

Required Methods§

Implementors§