File tree 1 file changed +1
-9
lines changed
1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 157
157
*
158
158
* This example finds all accounts whose domain name ends with `land`.
159
159
*
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
- *
164
160
* @example Use query selectors
165
161
*
166
162
* ```ts
176
172
* }
177
173
* ```
178
174
*
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.
180
176
*
181
177
* Note that resulting types are inferred automatically based on the selectors you pass.
182
178
*
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
- *
187
179
* @example Make lower-level API calls
188
180
* ```ts
189
181
* import { MainAPI, HttpTransport } from '@iroha/client'
You can’t perform that action at this time.
0 commit comments