Documentation
    Preparing search index...

    Interface HandlerEntityValues

    Substitution values for buildHandlerUrl.

    NIP-89 templates use <bech32> (NIP-19 encoded entity) and/or <raw> (hex id / address coordinate). Supply whichever the template needs.

    interface HandlerEntityValues {
        bech32?: string;
        raw?: string;
    }
    Index

    Properties

    Properties

    bech32?: string

    NIP-19 bech32 entity (e.g. an nevent…, naddr…, nprofile…).

    raw?: string

    Raw value (hex event id, or kind:pubkey:d coordinate).