Function getSatAll

  • Asynchronously fetches all the inscriptions on a given SAT. The function fetches the inscriptions in pages and continues fetching until there are no more pages.

    Parameters

    • sat: number

      The SAT number to fetch the inscriptions from.

    • OptionalbaseUrl: string = _baseUrl

      Optional base URL for the fetch. Defaults to _baseUrl.

    Returns Promise<string[]>

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