Preparing search index...
The search index is not available
Documentation
Documentation
@waku/message-encryption
ecies
postCipher
Function postCipher
post
Cipher
(
message
)
:
{
payload
:
Uint8Array
;
sig
?:
Signature
;
}
|
undefined
Internal
Decode a decrypted payload.
Parameters
message
:
Uint8Array
Returns
{
payload
:
Uint8Array
;
sig
?:
Signature
;
}
|
undefined
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
Documentation
Loading...
Decode a decrypted payload.