Module linera_execution::system
source · Structs§
- A system account.
- A view accessing the execution state of the system of a chain.
- A query to the system state.
- The response to a system query.
- Optional user message attached to a transfer.
Enums§
- Operations that are only allowed on the admin chain.
- The recipient of a transfer.
- The channels available in the system application.
- A system message meant to be executed on a remote chain.
- A system operation.
Statics§
- The relative index of the
ApplicationCreatedmessage created by theCreateApplicationoperation. - The relative index of the
OpenChainmessage created by theOpenChainoperation. - The relative index of the
BytecodePublishedmessage created by thePublishBytecodeoperation.