Litecoin MWEB extension-block bytes (Slice A: opaque blob, see
EXPAND_MWEB.md). Present only when the segwit flag has bit 3 (0x08) set.
These bytes are serialized immediately before locktime and are
excluded from txid/wtxid and legacy sighash preimages, matching Litecoin
Core's SERIALIZE_NO_MWEB. The internal MWEB structure is NOT parsed.
Witness transaction id (wtxid): includes witness data but EXCLUDES the
MWEB extension block, matching Litecoin Core ComputeWitnessHash
(SERIALIZE_NO_MWEB alone). For a non-witness, non-MWEB tx this equals
txid.
Reads everything after the version word: inputs, outputs, optional
witness data, an optional Litecoin MWEB extension block, and locktime.
The reader must be positioned immediately after the 4-byte version.