@stateflowx/common
v1.0.5
Published
Shared contracts and types for StateFlowX runtime and client packages.
Downloads
228
Maintainers
Readme
@stateflowx/common
Shared contracts and type definitions used throughout the StateFlowX ecosystem.
This package contains common interfaces, events, envelopes, and execution models shared between:
@stateflowx/runtime@stateflowx/client
Installation
npm install @stateflowx/commonIncluded Contracts
Examples include:
RuntimeEventRuntimeEnvelopeExecutionContext
Usage
import {
RuntimeEvent,
RuntimeEnvelope,
ExecutionContext
} from '@stateflowx/common';Most application developers will not need to install this package directly. It is primarily intended for StateFlowX package development and shared contract definitions.
