Remove reference to RestClient

This commit is contained in:
Simon Warta 2020-07-07 10:14:15 +02:00
parent 4c6b2cce3b
commit c9e5143d97
2 changed files with 2 additions and 2 deletions

View File

@ -331,7 +331,7 @@ export class LcdClient {
/**
* Broadcasts a signed transaction to into the transaction pool.
* Depending on the RestClient's broadcast mode, this might or might
* Depending on the client's broadcast mode, this might or might
* wait for checkTx or deliverTx to be executed before returning.
*
* @param tx a signed transaction as StdTx (i.e. not wrapped in type/value container)

View File

@ -157,7 +157,7 @@ export declare class LcdClient {
encodeTx(tx: CosmosSdkTx): Promise<EncodeTxResponse>;
/**
* Broadcasts a signed transaction to into the transaction pool.
* Depending on the RestClient's broadcast mode, this might or might
* Depending on the client's broadcast mode, this might or might
* wait for checkTx or deliverTx to be executed before returning.
*
* @param tx a signed transaction as StdTx (i.e. not wrapped in type/value container)