Function getParentsAll

  • Asynchronously fetches all the parents of a given inscription.

    Parameters

    • inscriptionId: string = ...

      The ID of the inscription to get the parents of. Defaults to the ID obtained from getId().

    • OptionalbaseUrl: string = _baseUrl

      Optional baseUrl for the fetch.

    Returns Promise<string[]>

    • A promise that resolves with an array of the IDs of the parents.