Skip to main content

get_subscriptions

Function get_subscriptions 

Source
async fn get_subscriptions(
    wallet: &str,
    db: &dyn PushSubscriptionReader,
    cache: &DashMap<String, Vec<PushSubscriptionRecord>>,
) -> Vec<PushSubscriptionRecord>
Expand description

Load subscriptions for a wallet, using cache when available.