@agorio/sdkDocs


Interface: ChainContext

Properties

results

results: ChainResultEntry[]

Results of each step that has run so far, in order.

Defined in

src/types/index.ts:643


shared

shared: Record<string, unknown>

Free-form key/value scratch space for cross-step data.

Defined in

src/types/index.ts:645