Implements

Constructors

  • Parameters

    • type: NostrPrefix
    • id: string
    • Optional kind: number
    • Optional author: string
    • Optional relays: string[]

    Returns NostrLink

Properties

author?: string
id: string
kind?: number
relays?: string[]

Methods

  • Parameters

    Returns string

  • Parameters

    Returns void

  • Is the supplied event a reply to this link

    Parameters

    Returns boolean

  • Parameters

    Returns boolean

  • Does the supplied event contain a tag matching this link

    Parameters

    Returns boolean

  • Parameters

    • Optional marker: string

    Returns undefined | string[]

  • Parameters

    • tag: string[]

    Returns NostrLink

  • Parameters

    • tags: string[][]

    Returns NostrLink[]

  • Parameters

    Returns NostrLink

Generated using TypeDoc