Skip to content

Commit 6f85297

Browse files
authored
docs(client): remove redundant note about selectors design (#247)
Signed-off-by: 0x009922 <[email protected]>
1 parent 98b8569 commit 6f85297

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

packages/client/mod.ts

+1-9
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,6 @@
157157
*
158158
* This example finds all accounts whose domain name ends with `land`.
159159
*
160-
* > [!IMPORTANT]
161-
* > Current selectors and predicates implementation is not very intuitive and easy to use, and it most probably will change (see
162-
* > [tracking issue](https://github.com/hyperledger-iroha/iroha-javascript/issues/213)).
163-
*
164160
* @example Use query selectors
165161
*
166162
* ```ts
@@ -176,14 +172,10 @@
176172
* }
177173
* ```
178174
*
179-
* This example finds all transaction and retrieves them as tuples of their block hash and authority id.
175+
* This example finds all transactions and retrieves them as tuples of their block hash and authority id.
180176
*
181177
* Note that resulting types are inferred automatically based on the selectors you pass.
182178
*
183-
* > [!IMPORTANT]
184-
* > Current selectors and predicates implementation is not very intuitive and easy to use, and it most probably will change (see
185-
* > [tracking issue](https://github.com/hyperledger-iroha/iroha-javascript/issues/213)).
186-
*
187179
* @example Make lower-level API calls
188180
* ```ts
189181
* import { MainAPI, HttpTransport } from '@iroha/client'

0 commit comments

Comments
 (0)