Hierarchy

Constructors

Properties

dictionary: Record<string, Ucan>
memoryCache: Ucan[]
storageName: string

Methods

  • Parameters

    • predicate: ((value: Ucan, index: number) => boolean)
        • (value: Ucan, index: number): boolean
        • Parameters

          • value: Ucan
          • index: number

          Returns boolean

    Returns null | Ucan

  • Look up a UCAN for a platform app.

    Parameters

    • domain: string

    Returns Promise<null | Ucan>

Generated using TypeDoc