Function getLegacyHistory

  • Lookup the history of a legacy dPID in the alias registry.

    Parameters

    • dpid: number

    Returns Promise<{
        owner: string;
        versions: IndexedNodeVersion[];
    }>

    Throws

    (@link NoSuchEntryError) if no such legacy entry exists

Generated using TypeDoc