Function getChildrenAll

  • Asynchronously fetches all the children of a given inscription.

    Parameters

    • inscriptionId: string = ...

      The ID of the inscription to get the children 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 children.