pub trait EscrowCore {
    fn escrow_remove_offer(&mut self, offer_id: EscrowOfferId);
}

Required Methods§

Implementors§