Skip to content

Type Alias: TryDecodeResult⚓︎

type TryDecodeResult = object;

Result of a try decode operation.

Properties⚓︎

Property Type Description
isDecoded boolean true if message has been decoded and decrypted; false otherwise.
message Uint8Array Decoded message when isDecoded is true; encoded message otherwise.