• Serializes a user's PCDs and relates state for storage. The result is unencrypted, and always uses the latest format. The hash uniquely identifies the content, as described in getStorageHash.

    Sets a default compression threshold of 500,000 bytes. Callers may override with a different value. The compressedPCDs flag in SyncedEncryptedStorageV6 will enable deserializeStorage to process either compressed or uncompressed PCDs.

    Parameters

    Returns Promise<{
        serializedStorage: SyncedEncryptedStorage;
        storageHash: string;
    }>

Generated using TypeDoc