AppleSauce
    Preparing search index...

    The base class for all casts

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Accessors

    • get author(): User

      Get the User that authored this event

      Returns User

    • get createdAt(): Date

      Returns Date

    • get id(): string

      Returns string

    • get privateKey(): Uint8Array<ArrayBufferLike> | null | undefined

      Returns Uint8Array<ArrayBufferLike> | null | undefined

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

      Return the set of relays this event was seen on

      Returns Set<string> | undefined

    • get uid(): string

      Returns string

    Methods

    • Parameters

      Returns Promise<
          {
              mints: string[];
              privateKey: Uint8Array<ArrayBufferLike>
              | null;
              relays: string[];
          },
      >