FetchHttpRequest
Defined in: packages/indexer_client/src/core/fetch-http-request.ts:61
Extends
Section titled “Extends”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new FetchHttpRequest(
config):FetchHttpRequest
Defined in: packages/indexer_client/src/core/base-http-request.ts:20
Parameters
Section titled “Parameters”config
Section titled “config”Returns
Section titled “Returns”FetchHttpRequest
Inherited from
Section titled “Inherited from”Properties
Section titled “Properties”config
Section titled “config”
readonlyconfig:ClientConfig
Defined in: packages/indexer_client/src/core/base-http-request.ts:20
Inherited from
Section titled “Inherited from”Methods
Section titled “Methods”request()
Section titled “request()”request<
T>(options):Promise<T>
Defined in: packages/indexer_client/src/core/fetch-http-request.ts:62
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”options
Section titled “options”Returns
Section titled “Returns”Promise<T>