tendermint-rpc: Deprecate legacy Client class

This commit is contained in:
willclarktech
2021-03-18 13:11:51 +01:00
parent 8763d2b57c
commit 8fb41f6724
@@ -14,6 +14,7 @@ import { adaptorForVersion } from "./adaptors";
import * as requests from "./requests";
import * as responses from "./responses";
/** @deprecated Use Tendermint34Client */
export class Client {
/**
* Creates a new Tendermint client for the given endpoint.