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