Module untagged_legacy_serde

Source
Expand description

Helper module for deserializing legacy transactions and ensuring that the type field is not present.

This is expected to be used as a fallback for deserializing legacy transactions without a tag, and is needed to make sure that unknown transaction variants are explicitly rejected instead of being treated as legacy transactions.

Functionsยง

deserialize
Deserializes a legacy transaction without a tag.