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 unique identifier for an application.
  • Represents the owner(s) of a chain.
  • Externally visible results of an execution, tagged by their application.
  • A message to be sent and possibly executed in the receiver’s block.
  • 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.
  • A user application in a compiled WebAssembly module.
  • Errors that can occur when executing a user application in a WebAssembly module.
  • The runtime to use for running the application.

Traits

Type Definitions