• 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.

    Parameters

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

Generated using TypeDoc