Decrypt

Decrypt content with the account the content was encrypted for.

Returns

The bytes value of the decrypted content.

Usage & Example

from aleph_client.chains.cosmos import CSDKAccount

account.decrypt(content)

Last updated