Documentation
    Preparing search index...

    Interface PajaPointerRuntimeConfig

    Runtime-pointer resolution config embedded into the Paja host page.

    interface PajaPointerRuntimeConfig {
        blossomServers: readonly string[];
        maxWaitMs: number;
        relays: readonly string[];
        value?: string;
    }
    Index

    Properties

    blossomServers: readonly string[]

    Blossom server hints used for artifact blob fetches.

    maxWaitMs: number

    Maximum pointer-resolution wait in milliseconds.

    relays: readonly string[]

    Relay hints used to resolve the pointer.

    value?: string

    Optional naddr/nevent pointer to resolve at boot.