AppleSauce
    Preparing search index...

    Type Alias EventBlueprint<T>

    EventBlueprint: (context: EventFactoryContext) => Promise<T>

    A method that creates a new event based on a set of operations

    Type Parameters

    • T extends EventTemplate | UnsignedEvent | NostrEvent = EventTemplate

    Type declaration