Skip to main content
Defined in: metacomputer/gen-framework/client-and-test-utils/client-sdk-ts/packages/client-sdk/src/rpc-types/types.ts:594 Result of a single operation execution within an activation. This corresponds to an executed operation inside an activation, including: - continuations (internal activations) produced by the operation - events emitted by the operation - storage changes performed by the operation

Properties

changes

changes: StorageChange[]
Defined in: metacomputer/gen-framework/client-and-test-utils/client-sdk-ts/packages/client-sdk/src/rpc-types/types.ts:598 Storage changes made by this operation.

continuations

continuations: ActivationId[]
Defined in: metacomputer/gen-framework/client-and-test-utils/client-sdk-ts/packages/client-sdk/src/rpc-types/types.ts:602 Continuations (internal activation IDs) created by this operation.

events

events: Event[]
Defined in: metacomputer/gen-framework/client-and-test-utils/client-sdk-ts/packages/client-sdk/src/rpc-types/types.ts:606 Events emitted by this operation.

target_component

target_component: ComponentId
Defined in: metacomputer/gen-framework/client-and-test-utils/client-sdk-ts/packages/client-sdk/src/rpc-types/types.ts:610 The component that was the target of this operation.