Encrypt for self

Encrypt content for an address public key using the .encrypt() function.

Returns

Bytes value of the encrypted content

Usage & Example

from aleph_client.chains.cosmos import CSDKAccount

account.encrypt(content)

Last updated