AppleSauce
    Preparing search index...

    Type Alias WalletConnectOptions

    WalletConnectOptions: NostrConnectionMethodsOptions & {
        relays: string[];
        secret: Uint8Array;
        service?: string;
        timeout?: number;
    }

    Type declaration

    • relays: string[]

      The relays to use for the connection

    • secret: Uint8Array

      The secret to use for the connection

    • Optionalservice?: string

      The service pubkey to use for the connection (optional)

    • Optionaltimeout?: number

      Default timeout for RPC requests in milliseconds