@getalby/sdk

    Type Alias Nip47CreateConnectionRequest

    type Nip47CreateConnectionRequest = {
        budget_renewal?: BudgetRenewalPeriod;
        expires_at?: number;
        isolated?: boolean;
        max_amount?: number;
        metadata?: unknown;
        name: string;
        notification_types?: Nip47NotificationType[];
        pubkey: string;
        request_methods: Nip47Method[];
    }
    Index

    Properties

    budget_renewal?: BudgetRenewalPeriod
    expires_at?: number
    isolated?: boolean
    max_amount?: number
    metadata?: unknown
    name: string
    notification_types?: Nip47NotificationType[]
    pubkey: string
    request_methods: Nip47Method[]
    MMNEPVFCICPMFPCPTTAAATR