Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions packages/client/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,6 @@
*
* This example finds all accounts whose domain name ends with `land`.
*
* > [!IMPORTANT]
* > Current selectors and predicates implementation is not very intuitive and easy to use, and it most probably will change (see
* > [tracking issue](https://github.com/hyperledger-iroha/iroha-javascript/issues/213)).
*
* @example Use query selectors
*
* ```ts
Expand All @@ -176,14 +172,10 @@
* }
* ```
*
* This example finds all transaction and retrieves them as tuples of their block hash and authority id.
* This example finds all transactions and retrieves them as tuples of their block hash and authority id.
*
* Note that resulting types are inferred automatically based on the selectors you pass.
*
* > [!IMPORTANT]
* > Current selectors and predicates implementation is not very intuitive and easy to use, and it most probably will change (see
* > [tracking issue](https://github.com/hyperledger-iroha/iroha-javascript/issues/213)).
*
* @example Make lower-level API calls
* ```ts
* import { MainAPI, HttpTransport } from '@iroha/client'
Expand Down