Search
Preparing search index...
The search index is not available
@cosmjs/tendermint-rpc Documentation
Options
All
Public
Public/Protected
All
Inherited
Menu
@cosmjs/tendermint-rpc Documentation
HttpBatchClient
Class HttpBatchClient
Hierarchy
HttpBatchClient
Implements
RpcClient
Index
Constructors
constructor
Properties
headers
options
url
Methods
disconnect
execute
Constructors
constructor
new
Http
Batch
Client
(
endpoint
:
string
|
HttpEndpoint
, options
?:
Partial
<
HttpBatchClientOptions
>
)
:
HttpBatchClient
Parameters
endpoint:
string
|
HttpEndpoint
options:
Partial
<
HttpBatchClientOptions
>
= {}
Returns
HttpBatchClient
Properties
Protected
Readonly
headers
headers
:
undefined
|
Record
<
string
,
string
>
Protected
Readonly
options
options
:
HttpBatchClientOptions
Protected
Readonly
url
url
:
string
Methods
disconnect
disconnect
(
)
:
void
Returns
void
execute
execute
(
request
:
JsonRpcRequest
)
:
Promise
<
JsonRpcSuccessResponse
>
Parameters
request:
JsonRpcRequest
Returns
Promise
<
JsonRpcSuccessResponse
>
Exports
tendermint34
Http
Batch
Client
constructor
headers
options
url
disconnect
execute
Generated using
TypeDoc