Skip to content

Commit dcac760

Browse files
committed
Add docs for Comet38Client
1 parent 1886299 commit dcac760

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/tendermint-rpc/src/comet38/comet38client.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ type Encoder<T extends requests.Request> = (req: T) => JsonRpcRequest;
2020
// Decoder is a generic that matches all methods of Responses
2121
type Decoder<T extends responses.Response> = (res: JsonRpcSuccessResponse) => T;
2222

23+
/**
24+
* A client for the CometBFT 0.38 and 1.x RPC API
25+
*/
2326
export class Comet38Client {
2427
/**
2528
* Creates a new Tendermint client for the given endpoint.

0 commit comments

Comments
 (0)