Function postAptosIndexer

  • Sends a request to the Aptos indexer with the specified options. This function allows you to interact with the Aptos indexer and customize the request using various configurations.

    Type Parameters

    • Req extends {}
    • Res extends {}

    Parameters

    Returns Promise<AptosResponse<Req, Res>>