Expand description

Transaction validation logic. Transaction validation logic.

Structs

  • Ensure that the origin is a Starknet transaction. See: https://github.com/keep-starknet-strange/madara/issues/21

Enums

  • Representation of the origin of a Starknet transaction. For now, we still don’t know how to represent the origin of a Starknet transaction, given that Starknet has native account abstraction. For now, we just use a dummy origin. See: https://github.com/keep-starknet-strange/madara/issues/21

Functions

  • Ensure that the origin is a Starknet transaction. See: https://github.com/keep-starknet-strange/madara/issues/21