ActionContext: { events: ISyncEventStore; factory: EventFactory; self: string }

The context that is passed to actions for them to use to preform actions

Type declaration

  • events: ISyncEventStore

    The event store to load events from

  • factory: EventFactory

    The event factory used to build and modify events

  • self: string

    The pubkey of the signer in the event factory