Function find_by_owner

Source
pub fn find_by_owner<'a, I>(
    entries: I,
    owner: &Address,
) -> Option<&'a EscrowEntry>
where I: IntoIterator<Item = &'a EscrowEntry>,
Expand description

Find an escrow entry by owner.