Applesauce
    Preparing search index...

    Type Alias PublishMethod

    PublishMethod: (
        event: NostrEvent,
        relays?: string[],
    ) => void | Promise<any> | Observable<any>

    A callback used to tell the upstream app to publish an event

    Type Declaration