AppleSauce
    Preparing search index...

    Type Alias NostrConnectSignerOptions

    NostrConnectSignerOptions: NostrConnectionMethodsOptions & {
        onAuth?: (url: string) => Promise<void>;
        pubkey?: string;
        relays: string[];
        remote?: string;
        secret?: string;
        signer?: SimpleSigner;
    }

    Type declaration

    • OptionalonAuth?: (url: string) => Promise<void>

      A method for handling "auth" requests

    • Optionalpubkey?: string

      Users pubkey

    • relays: string[]

      The relays to communicate over

    • Optionalremote?: string

      pubkey of the remote signer application

    • Optionalsecret?: string

      A secret used when initalizing the connection from the client side

    • Optionalsigner?: SimpleSigner

      A SimpleSigner for this client