Type Alias: TryDecodeResult
type TryDecodeResult = object;
Result of a try decode operation.
Properties
| Property |
Type |
Description |
isDecoded |
boolean |
\c true if message has been decoded and decrypted; \c false otherwise. |
message |
Uint8Array |
Decoded message when isDecoded is \c true; encoded message otherwise. |