Marmot-TS
    Preparing search index...

    Interface PublishResponse

    A response from a nostr relay when publishing an event

    interface PublishResponse {
        from: string;
        message?: string;
        ok: boolean;
    }
    Index

    Client - Nostr

    Client - Nostr

    from: string

    The relay URL that the event was published to

    message?: string

    A message if the publish failed or succeeded

    ok: boolean

    The result of the publish