rise~ EncryptedRiseMessage

new EncryptedRiseMessage()

Interface for an encrypted message.

Extends

Methods

decrypt(privateKey) → {RiseMessage}

Decrypts the message using the supplied private key.

Parameters:
NameTypeDescription
privateKeyUint8Array | buffer

Private key to use.

Returns:
Type: 
RiseMessage