Skip to main content

Interface: TokenFailedParsing

TokenFailedParsing A report of a failed parsing attempt of SLP/ALP. This should always indicate something went wrong when building the tx.

Properties

bytes

bytes: string

The bytes that failed parsing, useful for debugging

Defined in

src/ChronikClientNode.ts:1259


error

error: string

Human-readable message of what went wrong

Defined in

src/ChronikClientNode.ts:1261


pushdataIdx

pushdataIdx: number

For ALP, the index of the pushdata in the OP_RETURN that failed parsing. -1 if the whole OP_RETURN failed, e.g. for SLP or eMPP

Defined in

src/ChronikClientNode.ts:1257