Type alias: PreparedOperation
type PreparedOperation: GOperation<CwebData, CwebRead, CwebTake, CwebBlock, CwebStore, CwebCall>;
Represents an operation that has been prepared for execution. This means that all necessary data for the operation has been gathered and the operation is ready to be executed.