Type alias: ResolvedOperation
type ResolvedOperation: GOperation<CwebData, ResolvedRead, ResolvedTake, ResolvedBlock, CwebStore, CwebCallRefResolved>;
Represents an operation that has been resolved. This means that all references in the operation have been replaced with their actual values.