Skip to content
Closed
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
4 changes: 4 additions & 0 deletions src/rpctypes.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ The general rules are:
* Some numerical constants are decimal point numbers. These do not support `^`
and `>` prefixes and use decimal point (`.`, not comma). They can start with
`.` (the leading zero can be left out).
* Type description can be optionally extended by name separated by `:`. This is
convenient when one can specify meaning of single parameter or return value,
for example: [`.broker/currentClient:unsubscribe`](./rpcmethods/broker.md#brokercurrentclientunsubscribe)
has param type: `s:shv_ri` and result type: `b:was_unsubscribed`.


## Null
Expand Down