bytes
object.
Parameter | Type | Description |
---|---|---|
id | int | Item ID to retrieve & decrypt |
bytes
: Decrypted item bytes, or empty bytes object if no item was found at the ID provided.
ValueError
bytes
object.
Parameter | Type | Description |
---|---|---|
ids | List[int] | Item IDs to retrieve & decrypt |
List[bytes]
: List of decrypted item bytes, or empty bytes object if no item was found at the ID provided.
ValueError