@softcose/softchat - v0.1.0
    Preparing search index...

    Type Alias ExternalEventSigningRequest

    ExternalEventSigningRequest: Readonly<
        {
            draft: NostrEventDraft;
            eventId: NostrEventId;
            publicKey: NostrPublicKey;
        },
    >

    Immutable fields passed to a keyless host or hardware signer.