Execution

Execution gas is measured by the amount of work that an operation does on-chain. Keep in mind that this includes things like:

  • Iterating over items in a table
  • Performing cryptographic operations
  • Unpacking input arguments
  • Mathematical operations
  • Control flow operations