parsePayload
parsePayload(
payload,options?):ParsedPayload
Defined in: payload/dist/parser.d.ts:121
Parse a wire-format payload. By default throws on structural errors or
a hard checksum mismatch (with truncated-CRC auto-fix applied when
possible). In strict: true mode also throws when the CRC tag is
missing or its value fails to match.
Parameters
Section titled “Parameters”payload
Section titled “payload”string