Implements Verifier, requiring proper Manifest types and system actor
State types being defined by define_manifests and define_system_states
macros respectively.
This macro iterates over each transaction, decodes the transaction key using variable-length integer encoding,
and constructs a Transaction object with the decoded data.
This macro iterates over each transaction, decodes the transaction key, and constructs a Transaction object
with additional processing for address and token formats using from_address_v3_to_v2 and from_token_v3_to_v2.
This macro iterates over each transaction, assumes that transaction idโs are directly available and not encoded.
It constructs Transaction objects with transformations for address and token data from version 4 to version 2
using from_address_v4_to_v2 and from_token_v4_to_v2.