• Deserialize a decrypted storage object and set up the PCDCollection and FeedSubscriptionManager to manage its data. If the storage comes from an older format which doesn't include subscriptions, then the FeedSubscriptionManager will be empty.

    Parameters

    Returns Promise<{
        pcds: PCDCollection;
        storageHash: string;
        subscriptions: FeedSubscriptionManager;
    }>

Generated using TypeDoc