bytes The message encoded using protobuf as defined in 14/WAKU2-MESSAGE.
params
decryptionKeys If the payload is encrypted (version = 1), then the
keys are used to attempt decryption of the message. The passed key can either
be asymmetric private keys or symmetric keys, both method are tried for each
key until the message is decrypted or combinations are run out.
Decode and decrypt Waku Message Protobuf Object into Waku Message.
params
protoBuf The message to decode and decrypt.
params
decryptionKeys If the payload is encrypted (version = 1), then the
keys are used to attempt decryption of the message. The passed key can either
be asymmetric private keys or symmetric keys, both method are tried for each
key until the message is decrypted or combinations are run out.
The signature of the message.
MAY be present if the message is version 1.