@getalby/sdk
    Preparing search index...

    Type Alias NWAOptions

    type NWAOptions = {
        appPubkey: string;
        budgetRenewal?: BudgetRenewalPeriod;
        expiresAt?: number;
        icon?: string;
        isolated?: boolean;
        maxAmount?: number;
        metadata?: unknown;
        name?: string;
        notificationTypes?: Nip47NotificationType[];
        relayUrl: string;
        requestMethods: Nip47Method[];
        returnTo?: string;
    }
    Index

    Properties

    appPubkey: string
    budgetRenewal?: BudgetRenewalPeriod
    expiresAt?: number
    icon?: string
    isolated?: boolean
    maxAmount?: number
    metadata?: unknown
    name?: string
    notificationTypes?: Nip47NotificationType[]
    relayUrl: string
    requestMethods: Nip47Method[]
    returnTo?: string