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.
pub fn find_by_owner<'a, I>(
entries: I,
owner: &Address,
) -> Option<&'a EscrowEntry>where
I: IntoIterator<Item = &'a EscrowEntry>,Find an escrow entry by owner.