Applesauce
    Preparing search index...

    Class for git repositories lists (kind 10018)

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Accessors

    • get author(): Casts.User

      Get the User that authored this event

      Returns Casts.User

    • get coordinate(): string | null

      Returns the NIP-01 address string for this event if its replaceable or addressable, otherwise returns null

      Returns string | null

    • get createdAt(): Date

      Returns the created_at timestamp as a Date object

      Returns Date

    • get id(): string

      Alias for event.id

      Returns string

    • get kind(): number

      Alias for event.kind

      Returns number

    • get replaceableAddress(): string | null

      Alias for coordinate

      Returns string | null

    • get seen(): Set<string> | undefined

      Return the set of relays this event was seen on

      Returns Set<string> | undefined

    • get uid(): string

      Returns the unique identifier for this event

      Returns string

    Methods