Module execution

Source
Expand description

Types related to execution of deploys.

Re-exports§

pub use execution_result_v1::ExecutionResultV1;

Modules§

execution_result_v1
Types for reporting results of execution pre casper-node v2.0.0.

Structs§

Effects
A log of all transforms produced during execution.
ExecutionResultV2
The result of executing a single transaction.
TransformV2
A transformation performed while executing a deploy.

Enums§

ExecutionResult
The versioned result of executing a single deploy.
TransformError
Error type for applying and combining transforms.
TransformInstruction
Taxonomy of Transform.
TransformKindV2
Representation of a single transformation occurring during execution.