Skip to content

Commit

Permalink
Change hirpc example to use dartRead specifically instead of general …
Browse files Browse the repository at this point in the history
…(RO) commands
  • Loading branch information
lucasnethaj authored Feb 19, 2024
1 parent 51aebda commit e9396b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/posts/hirpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ The member **sign** is the $sign **hirpc** object and **$pkey** is the public-ke
The method may include a '.'.
Only the last string behind the dot is interpreted as the function name.
The string preceeding is an optional entity name.
Eg. tagion full nodes can take `<dartCRUD(RO)>` commands with no entity prefix to read from main dart. And `trt.<dartCRUD(RO)>` commands to read from the trt(transaction reverse table) dart.
See the [tagion hirpcmethods](https://docs.tagion.org/#/documents/protocols/contract/hirpcmethods) for more real world examples.
Eg. tagion full nodes accept `dartRead` commands with no entity prefix to read from main dart. And the `trt.dartRead` to read from the trt(transaction reverse table) dart.
See the [tagion hirpcmethods](https://docs.tagion.org/#/documents/protocols/contract/hirpcmethods) for more examples.

### Success full result
```js
Expand Down

0 comments on commit e9396b4

Please sign in to comment.