Skip to main content
Retrieves and decrypts items associated with the specified IDs.

Parameters

Returns

std::vector<std::vector<uint8_t>>: A vector of decrypted items, each represented as a vector of bytes.

Exceptions

  • Throws if the items could not be retrieved or decrypted.

Example Usage