File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 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
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'
You can’t perform that action at this time.
0 commit comments