Module pallet_contracts::debug

source ·

Structs§

  • Output of a contract call or instantiation which ran to completion.

Enums§

  • Describes the different functions that can be exported by an [Executable].

Traits§

  • Provides an interface for intercepting contract calls.
  • Defines a span of execution for a contract call.
  • Umbrella trait for all interfaces that serves for debugging.
  • Defines methods to capture contract calls, enabling external observers to measure, trace, and react to contract interactions.

Type Aliases§