Crate linera_execution

source ·
Expand description

This module manages the execution of the system application and the user applications in a Linera chain.

Re-exports§

Modules§

Structs§

Enums§

  • A type for errors happening during execution.
  • Externally visible results of an execution, tagged by their application.
  • System runtime implementation in use.
  • A message to be sent and possibly executed in the receiver’s block.
  • The kind of outgoing message being sent.
  • An operation to be executed in a block.
  • An query to be sent and possibly executed in the receiver’s block.
  • The response to a query.
  • The runtime to use for running the application.

Traits§

Type Aliases§