Type Alias NostrConnectSignerOptions

NostrConnectSignerOptions: {
    pool: IConnectionPool;
    pubkey?: string;
    relays: string[];
    remote?: string;
    signer?: SimpleSigner;
}

Type declaration

  • pool: IConnectionPool

    The connection pool to use for relay connections

  • Optionalpubkey?: string

    Users pubkey

  • relays: string[]

    The relays to communicate over

  • Optionalremote?: string

    pubkey of the remote signer application

  • Optionalsigner?: SimpleSigner

    A SimpleSigner for this client