unseal_event_response(sealed: bytes, keys: DecryptionKey[]) -> EventsGetResponse
Decrypts the sealed response with provided keys.
Name | Type | Description | Notes |
---|---|---|---|
sealed | bytes | Base64 encoded sealed data | |
keys | DecryptionKey[] | Decryption keys. The SDK will try to decrypt the result with each key until it succeeds. |