BaseHttpRequest
Defined in: packages/algod_client/src/core/base-http-request.ts:19
Extended by
Section titled “Extended by”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new BaseHttpRequest(
config):BaseHttpRequest
Defined in: packages/algod_client/src/core/base-http-request.ts:20
Parameters
Section titled “Parameters”config
Section titled “config”Returns
Section titled “Returns”BaseHttpRequest
Properties
Section titled “Properties”config
Section titled “config”
readonlyconfig:ClientConfig
Defined in: packages/algod_client/src/core/base-http-request.ts:20
Methods
Section titled “Methods”request()
Section titled “request()”
abstractrequest<T>(options):Promise<T>
Defined in: packages/algod_client/src/core/base-http-request.ts:21
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”options
Section titled “options”Returns
Section titled “Returns”Promise<T>