Module forest_filecoin::shim::fvm_latest::call_manager

source ·

Modules§

Structs§

  • A call backtrace records the actors an error was propagated through, from the moment it was emitted. The original error is the cause. Backtraces are useful for identifying the root cause of an error.
  • The default CallManager implementation.
  • The returned values upon finishing a call manager.
  • The result of calling actor’s entrypoint

Enums§

Constants§

Statics§

Traits§

  • The CallManager manages a single call stack.