AppleSauce
    Preparing search index...

    Type Alias ActionContext

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

    type ActionContext = {
        events: IEventStoreRead;
        factory: EventFactory;
        self: string;
    }
    Index

    Properties

    Properties

    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