[][src]Function interledger::settlement::api::create_settlements_filter

pub fn create_settlements_filter<S, O, A>(
    store: S,
    outgoing_handler: O
) -> BoxedFilter<(impl Reply,)> where
    A: SettlementAccount + Account + Send + Sync + 'static,
    O: OutgoingService<A> + Clone + Send + Sync + 'static,
    S: LeftoversStore<AccountId = <A as Account>::AccountId, AssetType = BigUint> + SettlementStore<Account = A> + IdempotentStore + AccountStore<Account = A> + Clone + Send + Sync + 'static,