@getalby/sdk
    Preparing search index...

    Type Alias NWCAuthorizationUrlOptions

    type NWCAuthorizationUrlOptions = {
        budgetRenewal?: "never" | "daily" | "weekly" | "monthly" | "yearly";
        expiresAt?: Date;
        icon?: string;
        isolated?: boolean;
        maxAmount?: number;
        metadata?: unknown;
        name?: string;
        notificationTypes?: Nip47NotificationType[];
        requestMethods?: Nip47Method[];
        returnTo?: string;
    }
    Index

    Properties

    budgetRenewal?: "never" | "daily" | "weekly" | "monthly" | "yearly"
    expiresAt?: Date
    icon?: string
    isolated?: boolean
    maxAmount?: number
    metadata?: unknown
    name?: string
    notificationTypes?: Nip47NotificationType[]
    requestMethods?: Nip47Method[]
    returnTo?: string